wined3d: Properly check if an attribute is used in find_conversion_shift().
[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.28.
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.28'
553 PACKAGE_STRING='Wine 1.1.28'
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 LDPATH
616 BUILTINFLAG
617 EXTRACFLAGS
618 LIBKSTAT
619 LIBMPG123
620 PNGINCL
621 FONTCONFIGINCL
622 CUPSINCL
623 AUDIOIOLIBS
624 ALSALIBS
625 ESDLIBS
626 ESDINCL
627 ESDCONFIG
628 ZLIB
629 FREETYPEINCL
630 FREETYPELIBS
631 ft_devel
632 LCMSLIBS
633 RESOLVLIBS
634 GPHOTO2INCL
635 GPHOTO2LIBS
636 gphoto2port_devel
637 gphoto2_devel
638 SANEINCL
639 sane_devel
640 GNUTLSINCL
641 HALINCL
642 XSLTINCL
643 XML2INCL
644 XML2LIBS
645 NASLIBS
646 X_EXTRA_LIBS
647 X_LIBS
648 X_PRE_LIBS
649 X_CFLAGS
650 XMKMF
651 LIBPTHREAD
652 CROSSTARGETFLAGS
653 CROSSTEST
654 CROSSCC
655 CARBONLIB
656 COREAUDIO
657 DISKARBITRATIONLIB
658 LDEXECFLAGS
659 IOKITLIB
660 COREFOUNDATIONLIB
661 SECURITYLIB
662 MINGWAR
663 DLLWRAP
664 DLLTOOL
665 LDD
666 LDRPATH_LOCAL
667 LDRPATH_INSTALL
668 IMPLIBEXT
669 LIBEXT
670 LDDLLFLAGS
671 LDSHARED
672 DLLFLAGS
673 DLLEXT
674 CPP
675 OPENGL_LIBS
676 XLIB
677 PRELINK
678 ICOTOOL
679 RSVG
680 PKG_CONFIG
681 FONTFORGE
682 LINTFLAGS
683 LINT
684 INSTALL_DATA
685 INSTALL_SCRIPT
686 INSTALL_PROGRAM
687 LDCONFIG
688 EGREP
689 GREP
690 LN
691 LN_S
692 STRIP
693 RANLIB
694 ARFLAGS
695 ac_ct_AR
696 AR
697 BISON
698 FLEX
699 TOOLSDIR
700 WOW64_DISABLE
701 WIN16_INSTALL
702 WIN16_FILES
703 TARGETFLAGS
704 CPPBIN
705 ac_ct_CXX
706 CXXFLAGS
707 CXX
708 OBJEXT
709 EXEEXT
710 ac_ct_CC
711 CPPFLAGS
712 LDFLAGS
713 CFLAGS
714 CC
715 SET_MAKE
716 host_os
717 host_vendor
718 host_cpu
719 host
720 build_os
721 build_vendor
722 build_cpu
723 build
724 MAINTAINER_MODE
725 target_alias
726 host_alias
727 build_alias
728 LIBS
729 ECHO_T
730 ECHO_N
731 ECHO_C
732 DEFS
733 mandir
734 localedir
735 libdir
736 psdir
737 pdfdir
738 dvidir
739 htmldir
740 infodir
741 docdir
742 oldincludedir
743 includedir
744 localstatedir
745 sharedstatedir
746 sysconfdir
747 datadir
748 datarootdir
749 libexecdir
750 sbindir
751 bindir
752 program_transform_name
753 prefix
754 exec_prefix
755 PACKAGE_URL
756 PACKAGE_BUGREPORT
757 PACKAGE_STRING
758 PACKAGE_VERSION
759 PACKAGE_TARNAME
760 PACKAGE_NAME
761 PATH_SEPARATOR
762 SHELL'
763 ac_subst_files='MAKE_RULES
764 MAKE_DLL_RULES
765 MAKE_IMPLIB_RULES
766 MAKE_TEST_RULES
767 MAKE_PROG_RULES'
768 ac_user_opts='
769 enable_option_checking
770 enable_win16
771 enable_win64
772 enable_tests
773 enable_maintainer_mode
774 with_alsa
775 with_audioio
776 with_capi
777 with_cms
778 with_coreaudio
779 with_cups
780 with_curses
781 with_esd
782 with_fontconfig
783 with_freetype
784 with_gphoto
785 with_glu
786 with_gnutls
787 with_gsm
788 with_hal
789 with_jack
790 with_jpeg
791 with_ldap
792 with_mpg123
793 with_nas
794 with_opengl
795 with_openssl
796 with_oss
797 with_png
798 with_pthread
799 with_sane
800 with_xcomposite
801 with_xcursor
802 with_xinerama
803 with_xinput
804 with_xml
805 with_xrandr
806 with_xrender
807 with_xshape
808 with_xshm
809 with_xslt
810 with_xxf86vm
811 with_wine_tools
812 with_wine64
813 with_x
814 '
815       ac_precious_vars='build_alias
816 host_alias
817 target_alias
818 CC
819 CFLAGS
820 LDFLAGS
821 LIBS
822 CPPFLAGS
823 CXX
824 CXXFLAGS
825 CCC
826 CPP
827 XMKMF'
828
829
830 # Initialize some variables set by options.
831 ac_init_help=
832 ac_init_version=false
833 ac_unrecognized_opts=
834 ac_unrecognized_sep=
835 # The variables have the same names as the options, with
836 # dashes changed to underlines.
837 cache_file=/dev/null
838 exec_prefix=NONE
839 no_create=
840 no_recursion=
841 prefix=NONE
842 program_prefix=NONE
843 program_suffix=NONE
844 program_transform_name=s,x,x,
845 silent=
846 site=
847 srcdir=
848 verbose=
849 x_includes=NONE
850 x_libraries=NONE
851
852 # Installation directory options.
853 # These are left unexpanded so users can "make install exec_prefix=/foo"
854 # and all the variables that are supposed to be based on exec_prefix
855 # by default will actually change.
856 # Use braces instead of parens because sh, perl, etc. also accept them.
857 # (The list follows the same order as the GNU Coding Standards.)
858 bindir='${exec_prefix}/bin'
859 sbindir='${exec_prefix}/sbin'
860 libexecdir='${exec_prefix}/libexec'
861 datarootdir='${prefix}/share'
862 datadir='${datarootdir}'
863 sysconfdir='${prefix}/etc'
864 sharedstatedir='${prefix}/com'
865 localstatedir='${prefix}/var'
866 includedir='${prefix}/include'
867 oldincludedir='/usr/include'
868 docdir='${datarootdir}/doc/${PACKAGE_TARNAME}'
869 infodir='${datarootdir}/info'
870 htmldir='${docdir}'
871 dvidir='${docdir}'
872 pdfdir='${docdir}'
873 psdir='${docdir}'
874 libdir='${exec_prefix}/lib'
875 localedir='${datarootdir}/locale'
876 mandir='${datarootdir}/man'
877
878 ac_prev=
879 ac_dashdash=
880 for ac_option
881 do
882   # If the previous option needs an argument, assign it.
883   if test -n "$ac_prev"; then
884     eval $ac_prev=\$ac_option
885     ac_prev=
886     continue
887   fi
888
889   case $ac_option in
890   *=*)  ac_optarg=`expr "X$ac_option" : '[^=]*=\(.*\)'` ;;
891   *)    ac_optarg=yes ;;
892   esac
893
894   # Accept the important Cygnus configure options, so we can diagnose typos.
895
896   case $ac_dashdash$ac_option in
897   --)
898     ac_dashdash=yes ;;
899
900   -bindir | --bindir | --bindi | --bind | --bin | --bi)
901     ac_prev=bindir ;;
902   -bindir=* | --bindir=* | --bindi=* | --bind=* | --bin=* | --bi=*)
903     bindir=$ac_optarg ;;
904
905   -build | --build | --buil | --bui | --bu)
906     ac_prev=build_alias ;;
907   -build=* | --build=* | --buil=* | --bui=* | --bu=*)
908     build_alias=$ac_optarg ;;
909
910   -cache-file | --cache-file | --cache-fil | --cache-fi \
911   | --cache-f | --cache- | --cache | --cach | --cac | --ca | --c)
912     ac_prev=cache_file ;;
913   -cache-file=* | --cache-file=* | --cache-fil=* | --cache-fi=* \
914   | --cache-f=* | --cache-=* | --cache=* | --cach=* | --cac=* | --ca=* | --c=*)
915     cache_file=$ac_optarg ;;
916
917   --config-cache | -C)
918     cache_file=config.cache ;;
919
920   -datadir | --datadir | --datadi | --datad)
921     ac_prev=datadir ;;
922   -datadir=* | --datadir=* | --datadi=* | --datad=*)
923     datadir=$ac_optarg ;;
924
925   -datarootdir | --datarootdir | --datarootdi | --datarootd | --dataroot \
926   | --dataroo | --dataro | --datar)
927     ac_prev=datarootdir ;;
928   -datarootdir=* | --datarootdir=* | --datarootdi=* | --datarootd=* \
929   | --dataroot=* | --dataroo=* | --dataro=* | --datar=*)
930     datarootdir=$ac_optarg ;;
931
932   -disable-* | --disable-*)
933     ac_useropt=`expr "x$ac_option" : 'x-*disable-\(.*\)'`
934     # Reject names that are not valid shell variable names.
935     expr "x$ac_useropt" : ".*[^-+._$as_cr_alnum]" >/dev/null &&
936       as_fn_error "invalid feature name: $ac_useropt"
937     ac_useropt_orig=$ac_useropt
938     ac_useropt=`$as_echo "$ac_useropt" | sed 's/[-+.]/_/g'`
939     case $ac_user_opts in
940       *"
941 "enable_$ac_useropt"
942 "*) ;;
943       *) ac_unrecognized_opts="$ac_unrecognized_opts$ac_unrecognized_sep--disable-$ac_useropt_orig"
944          ac_unrecognized_sep=', ';;
945     esac
946     eval enable_$ac_useropt=no ;;
947
948   -docdir | --docdir | --docdi | --doc | --do)
949     ac_prev=docdir ;;
950   -docdir=* | --docdir=* | --docdi=* | --doc=* | --do=*)
951     docdir=$ac_optarg ;;
952
953   -dvidir | --dvidir | --dvidi | --dvid | --dvi | --dv)
954     ac_prev=dvidir ;;
955   -dvidir=* | --dvidir=* | --dvidi=* | --dvid=* | --dvi=* | --dv=*)
956     dvidir=$ac_optarg ;;
957
958   -enable-* | --enable-*)
959     ac_useropt=`expr "x$ac_option" : 'x-*enable-\([^=]*\)'`
960     # Reject names that are not valid shell variable names.
961     expr "x$ac_useropt" : ".*[^-+._$as_cr_alnum]" >/dev/null &&
962       as_fn_error "invalid feature name: $ac_useropt"
963     ac_useropt_orig=$ac_useropt
964     ac_useropt=`$as_echo "$ac_useropt" | sed 's/[-+.]/_/g'`
965     case $ac_user_opts in
966       *"
967 "enable_$ac_useropt"
968 "*) ;;
969       *) ac_unrecognized_opts="$ac_unrecognized_opts$ac_unrecognized_sep--enable-$ac_useropt_orig"
970          ac_unrecognized_sep=', ';;
971     esac
972     eval enable_$ac_useropt=\$ac_optarg ;;
973
974   -exec-prefix | --exec_prefix | --exec-prefix | --exec-prefi \
975   | --exec-pref | --exec-pre | --exec-pr | --exec-p | --exec- \
976   | --exec | --exe | --ex)
977     ac_prev=exec_prefix ;;
978   -exec-prefix=* | --exec_prefix=* | --exec-prefix=* | --exec-prefi=* \
979   | --exec-pref=* | --exec-pre=* | --exec-pr=* | --exec-p=* | --exec-=* \
980   | --exec=* | --exe=* | --ex=*)
981     exec_prefix=$ac_optarg ;;
982
983   -gas | --gas | --ga | --g)
984     # Obsolete; use --with-gas.
985     with_gas=yes ;;
986
987   -help | --help | --hel | --he | -h)
988     ac_init_help=long ;;
989   -help=r* | --help=r* | --hel=r* | --he=r* | -hr*)
990     ac_init_help=recursive ;;
991   -help=s* | --help=s* | --hel=s* | --he=s* | -hs*)
992     ac_init_help=short ;;
993
994   -host | --host | --hos | --ho)
995     ac_prev=host_alias ;;
996   -host=* | --host=* | --hos=* | --ho=*)
997     host_alias=$ac_optarg ;;
998
999   -htmldir | --htmldir | --htmldi | --htmld | --html | --htm | --ht)
1000     ac_prev=htmldir ;;
1001   -htmldir=* | --htmldir=* | --htmldi=* | --htmld=* | --html=* | --htm=* \
1002   | --ht=*)
1003     htmldir=$ac_optarg ;;
1004
1005   -includedir | --includedir | --includedi | --included | --include \
1006   | --includ | --inclu | --incl | --inc)
1007     ac_prev=includedir ;;
1008   -includedir=* | --includedir=* | --includedi=* | --included=* | --include=* \
1009   | --includ=* | --inclu=* | --incl=* | --inc=*)
1010     includedir=$ac_optarg ;;
1011
1012   -infodir | --infodir | --infodi | --infod | --info | --inf)
1013     ac_prev=infodir ;;
1014   -infodir=* | --infodir=* | --infodi=* | --infod=* | --info=* | --inf=*)
1015     infodir=$ac_optarg ;;
1016
1017   -libdir | --libdir | --libdi | --libd)
1018     ac_prev=libdir ;;
1019   -libdir=* | --libdir=* | --libdi=* | --libd=*)
1020     libdir=$ac_optarg ;;
1021
1022   -libexecdir | --libexecdir | --libexecdi | --libexecd | --libexec \
1023   | --libexe | --libex | --libe)
1024     ac_prev=libexecdir ;;
1025   -libexecdir=* | --libexecdir=* | --libexecdi=* | --libexecd=* | --libexec=* \
1026   | --libexe=* | --libex=* | --libe=*)
1027     libexecdir=$ac_optarg ;;
1028
1029   -localedir | --localedir | --localedi | --localed | --locale)
1030     ac_prev=localedir ;;
1031   -localedir=* | --localedir=* | --localedi=* | --localed=* | --locale=*)
1032     localedir=$ac_optarg ;;
1033
1034   -localstatedir | --localstatedir | --localstatedi | --localstated \
1035   | --localstate | --localstat | --localsta | --localst | --locals)
1036     ac_prev=localstatedir ;;
1037   -localstatedir=* | --localstatedir=* | --localstatedi=* | --localstated=* \
1038   | --localstate=* | --localstat=* | --localsta=* | --localst=* | --locals=*)
1039     localstatedir=$ac_optarg ;;
1040
1041   -mandir | --mandir | --mandi | --mand | --man | --ma | --m)
1042     ac_prev=mandir ;;
1043   -mandir=* | --mandir=* | --mandi=* | --mand=* | --man=* | --ma=* | --m=*)
1044     mandir=$ac_optarg ;;
1045
1046   -nfp | --nfp | --nf)
1047     # Obsolete; use --without-fp.
1048     with_fp=no ;;
1049
1050   -no-create | --no-create | --no-creat | --no-crea | --no-cre \
1051   | --no-cr | --no-c | -n)
1052     no_create=yes ;;
1053
1054   -no-recursion | --no-recursion | --no-recursio | --no-recursi \
1055   | --no-recurs | --no-recur | --no-recu | --no-rec | --no-re | --no-r)
1056     no_recursion=yes ;;
1057
1058   -oldincludedir | --oldincludedir | --oldincludedi | --oldincluded \
1059   | --oldinclude | --oldinclud | --oldinclu | --oldincl | --oldinc \
1060   | --oldin | --oldi | --old | --ol | --o)
1061     ac_prev=oldincludedir ;;
1062   -oldincludedir=* | --oldincludedir=* | --oldincludedi=* | --oldincluded=* \
1063   | --oldinclude=* | --oldinclud=* | --oldinclu=* | --oldincl=* | --oldinc=* \
1064   | --oldin=* | --oldi=* | --old=* | --ol=* | --o=*)
1065     oldincludedir=$ac_optarg ;;
1066
1067   -prefix | --prefix | --prefi | --pref | --pre | --pr | --p)
1068     ac_prev=prefix ;;
1069   -prefix=* | --prefix=* | --prefi=* | --pref=* | --pre=* | --pr=* | --p=*)
1070     prefix=$ac_optarg ;;
1071
1072   -program-prefix | --program-prefix | --program-prefi | --program-pref \
1073   | --program-pre | --program-pr | --program-p)
1074     ac_prev=program_prefix ;;
1075   -program-prefix=* | --program-prefix=* | --program-prefi=* \
1076   | --program-pref=* | --program-pre=* | --program-pr=* | --program-p=*)
1077     program_prefix=$ac_optarg ;;
1078
1079   -program-suffix | --program-suffix | --program-suffi | --program-suff \
1080   | --program-suf | --program-su | --program-s)
1081     ac_prev=program_suffix ;;
1082   -program-suffix=* | --program-suffix=* | --program-suffi=* \
1083   | --program-suff=* | --program-suf=* | --program-su=* | --program-s=*)
1084     program_suffix=$ac_optarg ;;
1085
1086   -program-transform-name | --program-transform-name \
1087   | --program-transform-nam | --program-transform-na \
1088   | --program-transform-n | --program-transform- \
1089   | --program-transform | --program-transfor \
1090   | --program-transfo | --program-transf \
1091   | --program-trans | --program-tran \
1092   | --progr-tra | --program-tr | --program-t)
1093     ac_prev=program_transform_name ;;
1094   -program-transform-name=* | --program-transform-name=* \
1095   | --program-transform-nam=* | --program-transform-na=* \
1096   | --program-transform-n=* | --program-transform-=* \
1097   | --program-transform=* | --program-transfor=* \
1098   | --program-transfo=* | --program-transf=* \
1099   | --program-trans=* | --program-tran=* \
1100   | --progr-tra=* | --program-tr=* | --program-t=*)
1101     program_transform_name=$ac_optarg ;;
1102
1103   -pdfdir | --pdfdir | --pdfdi | --pdfd | --pdf | --pd)
1104     ac_prev=pdfdir ;;
1105   -pdfdir=* | --pdfdir=* | --pdfdi=* | --pdfd=* | --pdf=* | --pd=*)
1106     pdfdir=$ac_optarg ;;
1107
1108   -psdir | --psdir | --psdi | --psd | --ps)
1109     ac_prev=psdir ;;
1110   -psdir=* | --psdir=* | --psdi=* | --psd=* | --ps=*)
1111     psdir=$ac_optarg ;;
1112
1113   -q | -quiet | --quiet | --quie | --qui | --qu | --q \
1114   | -silent | --silent | --silen | --sile | --sil)
1115     silent=yes ;;
1116
1117   -sbindir | --sbindir | --sbindi | --sbind | --sbin | --sbi | --sb)
1118     ac_prev=sbindir ;;
1119   -sbindir=* | --sbindir=* | --sbindi=* | --sbind=* | --sbin=* \
1120   | --sbi=* | --sb=*)
1121     sbindir=$ac_optarg ;;
1122
1123   -sharedstatedir | --sharedstatedir | --sharedstatedi \
1124   | --sharedstated | --sharedstate | --sharedstat | --sharedsta \
1125   | --sharedst | --shareds | --shared | --share | --shar \
1126   | --sha | --sh)
1127     ac_prev=sharedstatedir ;;
1128   -sharedstatedir=* | --sharedstatedir=* | --sharedstatedi=* \
1129   | --sharedstated=* | --sharedstate=* | --sharedstat=* | --sharedsta=* \
1130   | --sharedst=* | --shareds=* | --shared=* | --share=* | --shar=* \
1131   | --sha=* | --sh=*)
1132     sharedstatedir=$ac_optarg ;;
1133
1134   -site | --site | --sit)
1135     ac_prev=site ;;
1136   -site=* | --site=* | --sit=*)
1137     site=$ac_optarg ;;
1138
1139   -srcdir | --srcdir | --srcdi | --srcd | --src | --sr)
1140     ac_prev=srcdir ;;
1141   -srcdir=* | --srcdir=* | --srcdi=* | --srcd=* | --src=* | --sr=*)
1142     srcdir=$ac_optarg ;;
1143
1144   -sysconfdir | --sysconfdir | --sysconfdi | --sysconfd | --sysconf \
1145   | --syscon | --sysco | --sysc | --sys | --sy)
1146     ac_prev=sysconfdir ;;
1147   -sysconfdir=* | --sysconfdir=* | --sysconfdi=* | --sysconfd=* | --sysconf=* \
1148   | --syscon=* | --sysco=* | --sysc=* | --sys=* | --sy=*)
1149     sysconfdir=$ac_optarg ;;
1150
1151   -target | --target | --targe | --targ | --tar | --ta | --t)
1152     ac_prev=target_alias ;;
1153   -target=* | --target=* | --targe=* | --targ=* | --tar=* | --ta=* | --t=*)
1154     target_alias=$ac_optarg ;;
1155
1156   -v | -verbose | --verbose | --verbos | --verbo | --verb)
1157     verbose=yes ;;
1158
1159   -version | --version | --versio | --versi | --vers | -V)
1160     ac_init_version=: ;;
1161
1162   -with-* | --with-*)
1163     ac_useropt=`expr "x$ac_option" : 'x-*with-\([^=]*\)'`
1164     # Reject names that are not valid shell variable names.
1165     expr "x$ac_useropt" : ".*[^-+._$as_cr_alnum]" >/dev/null &&
1166       as_fn_error "invalid package name: $ac_useropt"
1167     ac_useropt_orig=$ac_useropt
1168     ac_useropt=`$as_echo "$ac_useropt" | sed 's/[-+.]/_/g'`
1169     case $ac_user_opts in
1170       *"
1171 "with_$ac_useropt"
1172 "*) ;;
1173       *) ac_unrecognized_opts="$ac_unrecognized_opts$ac_unrecognized_sep--with-$ac_useropt_orig"
1174          ac_unrecognized_sep=', ';;
1175     esac
1176     eval with_$ac_useropt=\$ac_optarg ;;
1177
1178   -without-* | --without-*)
1179     ac_useropt=`expr "x$ac_option" : 'x-*without-\(.*\)'`
1180     # Reject names that are not valid shell variable names.
1181     expr "x$ac_useropt" : ".*[^-+._$as_cr_alnum]" >/dev/null &&
1182       as_fn_error "invalid package name: $ac_useropt"
1183     ac_useropt_orig=$ac_useropt
1184     ac_useropt=`$as_echo "$ac_useropt" | sed 's/[-+.]/_/g'`
1185     case $ac_user_opts in
1186       *"
1187 "with_$ac_useropt"
1188 "*) ;;
1189       *) ac_unrecognized_opts="$ac_unrecognized_opts$ac_unrecognized_sep--without-$ac_useropt_orig"
1190          ac_unrecognized_sep=', ';;
1191     esac
1192     eval with_$ac_useropt=no ;;
1193
1194   --x)
1195     # Obsolete; use --with-x.
1196     with_x=yes ;;
1197
1198   -x-includes | --x-includes | --x-include | --x-includ | --x-inclu \
1199   | --x-incl | --x-inc | --x-in | --x-i)
1200     ac_prev=x_includes ;;
1201   -x-includes=* | --x-includes=* | --x-include=* | --x-includ=* | --x-inclu=* \
1202   | --x-incl=* | --x-inc=* | --x-in=* | --x-i=*)
1203     x_includes=$ac_optarg ;;
1204
1205   -x-libraries | --x-libraries | --x-librarie | --x-librari \
1206   | --x-librar | --x-libra | --x-libr | --x-lib | --x-li | --x-l)
1207     ac_prev=x_libraries ;;
1208   -x-libraries=* | --x-libraries=* | --x-librarie=* | --x-librari=* \
1209   | --x-librar=* | --x-libra=* | --x-libr=* | --x-lib=* | --x-li=* | --x-l=*)
1210     x_libraries=$ac_optarg ;;
1211
1212   -*) as_fn_error "unrecognized option: \`$ac_option'
1213 Try \`$0 --help' for more information."
1214     ;;
1215
1216   *=*)
1217     ac_envvar=`expr "x$ac_option" : 'x\([^=]*\)='`
1218     # Reject names that are not valid shell variable names.
1219     case $ac_envvar in #(
1220       '' | [0-9]* | *[!_$as_cr_alnum]* )
1221       as_fn_error "invalid variable name: \`$ac_envvar'" ;;
1222     esac
1223     eval $ac_envvar=\$ac_optarg
1224     export $ac_envvar ;;
1225
1226   *)
1227     # FIXME: should be removed in autoconf 3.0.
1228     $as_echo "$as_me: WARNING: you should use --build, --host, --target" >&2
1229     expr "x$ac_option" : ".*[^-._$as_cr_alnum]" >/dev/null &&
1230       $as_echo "$as_me: WARNING: invalid host type: $ac_option" >&2
1231     : ${build_alias=$ac_option} ${host_alias=$ac_option} ${target_alias=$ac_option}
1232     ;;
1233
1234   esac
1235 done
1236
1237 if test -n "$ac_prev"; then
1238   ac_option=--`echo $ac_prev | sed 's/_/-/g'`
1239   as_fn_error "missing argument to $ac_option"
1240 fi
1241
1242 if test -n "$ac_unrecognized_opts"; then
1243   case $enable_option_checking in
1244     no) ;;
1245     fatal) as_fn_error "unrecognized options: $ac_unrecognized_opts" ;;
1246     *)     $as_echo "$as_me: WARNING: unrecognized options: $ac_unrecognized_opts" >&2 ;;
1247   esac
1248 fi
1249
1250 # Check all directory arguments for consistency.
1251 for ac_var in   exec_prefix prefix bindir sbindir libexecdir datarootdir \
1252                 datadir sysconfdir sharedstatedir localstatedir includedir \
1253                 oldincludedir docdir infodir htmldir dvidir pdfdir psdir \
1254                 libdir localedir mandir
1255 do
1256   eval ac_val=\$$ac_var
1257   # Remove trailing slashes.
1258   case $ac_val in
1259     */ )
1260       ac_val=`expr "X$ac_val" : 'X\(.*[^/]\)' \| "X$ac_val" : 'X\(.*\)'`
1261       eval $ac_var=\$ac_val;;
1262   esac
1263   # Be sure to have absolute directory names.
1264   case $ac_val in
1265     [\\/$]* | ?:[\\/]* )  continue;;
1266     NONE | '' ) case $ac_var in *prefix ) continue;; esac;;
1267   esac
1268   as_fn_error "expected an absolute directory name for --$ac_var: $ac_val"
1269 done
1270
1271 # There might be people who depend on the old broken behavior: `$host'
1272 # used to hold the argument of --host etc.
1273 # FIXME: To remove some day.
1274 build=$build_alias
1275 host=$host_alias
1276 target=$target_alias
1277
1278 # FIXME: To remove some day.
1279 if test "x$host_alias" != x; then
1280   if test "x$build_alias" = x; then
1281     cross_compiling=maybe
1282     $as_echo "$as_me: WARNING: If you wanted to set the --build type, don't use --host.
1283     If a cross compiler is detected then cross compile mode will be used." >&2
1284   elif test "x$build_alias" != "x$host_alias"; then
1285     cross_compiling=yes
1286   fi
1287 fi
1288
1289 ac_tool_prefix=
1290 test -n "$host_alias" && ac_tool_prefix=$host_alias-
1291
1292 test "$silent" = yes && exec 6>/dev/null
1293
1294
1295 ac_pwd=`pwd` && test -n "$ac_pwd" &&
1296 ac_ls_di=`ls -di .` &&
1297 ac_pwd_ls_di=`cd "$ac_pwd" && ls -di .` ||
1298   as_fn_error "working directory cannot be determined"
1299 test "X$ac_ls_di" = "X$ac_pwd_ls_di" ||
1300   as_fn_error "pwd does not report name of working directory"
1301
1302
1303 # Find the source files, if location was not specified.
1304 if test -z "$srcdir"; then
1305   ac_srcdir_defaulted=yes
1306   # Try the directory containing this script, then the parent directory.
1307   ac_confdir=`$as_dirname -- "$as_myself" ||
1308 $as_expr X"$as_myself" : 'X\(.*[^/]\)//*[^/][^/]*/*$' \| \
1309          X"$as_myself" : 'X\(//\)[^/]' \| \
1310          X"$as_myself" : 'X\(//\)$' \| \
1311          X"$as_myself" : 'X\(/\)' \| . 2>/dev/null ||
1312 $as_echo X"$as_myself" |
1313     sed '/^X\(.*[^/]\)\/\/*[^/][^/]*\/*$/{
1314             s//\1/
1315             q
1316           }
1317           /^X\(\/\/\)[^/].*/{
1318             s//\1/
1319             q
1320           }
1321           /^X\(\/\/\)$/{
1322             s//\1/
1323             q
1324           }
1325           /^X\(\/\).*/{
1326             s//\1/
1327             q
1328           }
1329           s/.*/./; q'`
1330   srcdir=$ac_confdir
1331   if test ! -r "$srcdir/$ac_unique_file"; then
1332     srcdir=..
1333   fi
1334 else
1335   ac_srcdir_defaulted=no
1336 fi
1337 if test ! -r "$srcdir/$ac_unique_file"; then
1338   test "$ac_srcdir_defaulted" = yes && srcdir="$ac_confdir or .."
1339   as_fn_error "cannot find sources ($ac_unique_file) in $srcdir"
1340 fi
1341 ac_msg="sources are in $srcdir, but \`cd $srcdir' does not work"
1342 ac_abs_confdir=`(
1343         cd "$srcdir" && test -r "./$ac_unique_file" || as_fn_error "$ac_msg"
1344         pwd)`
1345 # When building in place, set srcdir=.
1346 if test "$ac_abs_confdir" = "$ac_pwd"; then
1347   srcdir=.
1348 fi
1349 # Remove unnecessary trailing slashes from srcdir.
1350 # Double slashes in file names in object file debugging info
1351 # mess up M-x gdb in Emacs.
1352 case $srcdir in
1353 */) srcdir=`expr "X$srcdir" : 'X\(.*[^/]\)' \| "X$srcdir" : 'X\(.*\)'`;;
1354 esac
1355 for ac_var in $ac_precious_vars; do
1356   eval ac_env_${ac_var}_set=\${${ac_var}+set}
1357   eval ac_env_${ac_var}_value=\$${ac_var}
1358   eval ac_cv_env_${ac_var}_set=\${${ac_var}+set}
1359   eval ac_cv_env_${ac_var}_value=\$${ac_var}
1360 done
1361
1362 #
1363 # Report the --help message.
1364 #
1365 if test "$ac_init_help" = "long"; then
1366   # Omit some internal or obsolete options to make the list less imposing.
1367   # This message is too long to be a string in the A/UX 3.1 sh.
1368   cat <<_ACEOF
1369 \`configure' configures Wine 1.1.28 to adapt to many kinds of systems.
1370
1371 Usage: $0 [OPTION]... [VAR=VALUE]...
1372
1373 To assign environment variables (e.g., CC, CFLAGS...), specify them as
1374 VAR=VALUE.  See below for descriptions of some of the useful variables.
1375
1376 Defaults for the options are specified in brackets.
1377
1378 Configuration:
1379   -h, --help              display this help and exit
1380       --help=short        display options specific to this package
1381       --help=recursive    display the short help of all the included packages
1382   -V, --version           display version information and exit
1383   -q, --quiet, --silent   do not print \`checking...' messages
1384       --cache-file=FILE   cache test results in FILE [disabled]
1385   -C, --config-cache      alias for \`--cache-file=config.cache'
1386   -n, --no-create         do not create output files
1387       --srcdir=DIR        find the sources in DIR [configure dir or \`..']
1388
1389 Installation directories:
1390   --prefix=PREFIX         install architecture-independent files in PREFIX
1391                           [$ac_default_prefix]
1392   --exec-prefix=EPREFIX   install architecture-dependent files in EPREFIX
1393                           [PREFIX]
1394
1395 By default, \`make install' will install all the files in
1396 \`$ac_default_prefix/bin', \`$ac_default_prefix/lib' etc.  You can specify
1397 an installation prefix other than \`$ac_default_prefix' using \`--prefix',
1398 for instance \`--prefix=\$HOME'.
1399
1400 For better control, use the options below.
1401
1402 Fine tuning of the installation directories:
1403   --bindir=DIR            user executables [EPREFIX/bin]
1404   --sbindir=DIR           system admin executables [EPREFIX/sbin]
1405   --libexecdir=DIR        program executables [EPREFIX/libexec]
1406   --sysconfdir=DIR        read-only single-machine data [PREFIX/etc]
1407   --sharedstatedir=DIR    modifiable architecture-independent data [PREFIX/com]
1408   --localstatedir=DIR     modifiable single-machine data [PREFIX/var]
1409   --libdir=DIR            object code libraries [EPREFIX/lib]
1410   --includedir=DIR        C header files [PREFIX/include]
1411   --oldincludedir=DIR     C header files for non-gcc [/usr/include]
1412   --datarootdir=DIR       read-only arch.-independent data root [PREFIX/share]
1413   --datadir=DIR           read-only architecture-independent data [DATAROOTDIR]
1414   --infodir=DIR           info documentation [DATAROOTDIR/info]
1415   --localedir=DIR         locale-dependent data [DATAROOTDIR/locale]
1416   --mandir=DIR            man documentation [DATAROOTDIR/man]
1417   --docdir=DIR            documentation root [DATAROOTDIR/doc/wine]
1418   --htmldir=DIR           html documentation [DOCDIR]
1419   --dvidir=DIR            dvi documentation [DOCDIR]
1420   --pdfdir=DIR            pdf documentation [DOCDIR]
1421   --psdir=DIR             ps documentation [DOCDIR]
1422 _ACEOF
1423
1424   cat <<\_ACEOF
1425
1426 X features:
1427   --x-includes=DIR    X include files are in DIR
1428   --x-libraries=DIR   X library files are in DIR
1429
1430 System types:
1431   --build=BUILD     configure for building on BUILD [guessed]
1432   --host=HOST       cross-compile to build programs to run on HOST [BUILD]
1433 _ACEOF
1434 fi
1435
1436 if test -n "$ac_init_help"; then
1437   case $ac_init_help in
1438      short | recursive ) echo "Configuration of Wine 1.1.28:";;
1439    esac
1440   cat <<\_ACEOF
1441
1442 Optional Features:
1443   --disable-option-checking  ignore unrecognized --enable/--with options
1444   --disable-FEATURE       do not include FEATURE (same as --enable-FEATURE=no)
1445   --enable-FEATURE[=ARG]  include FEATURE [ARG=yes]
1446   --disable-win16         do not include Win16 support
1447   --enable-win64          build a Win64 emulator on AMD64 (won't run Win32
1448                           binaries)
1449   --disable-tests         do not build the regression tests
1450   --enable-maintainer-mode
1451                           enable maintainer-specific build rules
1452
1453 Optional Packages:
1454   --with-PACKAGE[=ARG]    use PACKAGE [ARG=yes]
1455   --without-PACKAGE       do not use PACKAGE (same as --with-PACKAGE=no)
1456   --without-alsa          do not use the Alsa sound support
1457   --without-audioio       do not use the AudioIO sound support
1458   --without-capi          do not use CAPI (ISDN support)
1459   --without-cms           do not use CMS (color management support)
1460   --without-coreaudio     do not use the CoreAudio sound support
1461   --without-cups          do not use CUPS
1462   --without-curses        do not use (n)curses
1463   --without-esd           do not use the EsounD sound support
1464   --without-fontconfig    do not use fontconfig
1465   --without-freetype      do not use the FreeType library
1466   --without-gphoto        do not use gphoto (Digital Camera support)
1467   --without-glu           do not use the GLU library
1468   --without-gnutls        do not use GnuTLS (schannel support)
1469   --without-gsm           do not use libgsm (GSM 06.10 codec support)
1470   --without-hal           do not use HAL (dynamic device support)
1471   --without-jack          do not use the Jack sound support
1472   --without-jpeg          do not use JPEG
1473   --without-ldap          do not use LDAP
1474   --without-mpg123        do not use the mpg123 library
1475   --without-nas           do not use the NAS sound support
1476   --without-opengl        do not use OpenGL
1477   --without-openssl       do not use OpenSSL
1478   --without-oss           do not use the OSS sound support
1479   --without-png           do not use PNG
1480   --without-pthread       do not use the pthread library
1481   --without-sane          do not use SANE (scanner support)
1482   --without-xcomposite    do not use the Xcomposite extension
1483   --without-xcursor       do not use the Xcursor extension
1484   --without-xinerama      do not use Xinerama (multi-monitor support)
1485   --without-xinput        do not use the Xinput extension
1486   --without-xml           do not use XML
1487   --without-xrandr        do not use Xrandr (resolution changes)
1488   --without-xrender       do not use the Xrender extension
1489   --without-xshape        do not use the Xshape extension
1490   --without-xshm          do not use XShm (shared memory extension)
1491   --without-xslt          do not use XSLT
1492   --without-xxf86vm       do not use XFree video mode extension
1493   --with-wine-tools=DIR   use Wine tools from directory DIR
1494   --with-wine64=DIR       use the 64-bit Wine in DIR for a Wow64 build
1495   --with-x                use the X Window System
1496
1497 Some influential environment variables:
1498   CC          C compiler command
1499   CFLAGS      C compiler flags
1500   LDFLAGS     linker flags, e.g. -L<lib dir> if you have libraries in a
1501               nonstandard directory <lib dir>
1502   LIBS        libraries to pass to the linker, e.g. -l<library>
1503   CPPFLAGS    C/C++/Objective C preprocessor flags, e.g. -I<include dir> if
1504               you have headers in a nonstandard directory <include dir>
1505   CXX         C++ compiler command
1506   CXXFLAGS    C++ compiler flags
1507   CPP         C preprocessor
1508   XMKMF       Path to xmkmf, Makefile generator for X Window System
1509
1510 Use these variables to override the choices made by `configure' or to help
1511 it to find libraries and programs with nonstandard names/locations.
1512
1513 Report bugs to <wine-devel@winehq.org>.
1514 Wine home page: <http://www.winehq.org>.
1515 _ACEOF
1516 ac_status=$?
1517 fi
1518
1519 if test "$ac_init_help" = "recursive"; then
1520   # If there are subdirs, report their specific --help.
1521   for ac_dir in : $ac_subdirs_all; do test "x$ac_dir" = x: && continue
1522     test -d "$ac_dir" ||
1523       { cd "$srcdir" && ac_pwd=`pwd` && srcdir=. && test -d "$ac_dir"; } ||
1524       continue
1525     ac_builddir=.
1526
1527 case "$ac_dir" in
1528 .) ac_dir_suffix= ac_top_builddir_sub=. ac_top_build_prefix= ;;
1529 *)
1530   ac_dir_suffix=/`$as_echo "$ac_dir" | sed 's|^\.[\\/]||'`
1531   # A ".." for each directory in $ac_dir_suffix.
1532   ac_top_builddir_sub=`$as_echo "$ac_dir_suffix" | sed 's|/[^\\/]*|/..|g;s|/||'`
1533   case $ac_top_builddir_sub in
1534   "") ac_top_builddir_sub=. ac_top_build_prefix= ;;
1535   *)  ac_top_build_prefix=$ac_top_builddir_sub/ ;;
1536   esac ;;
1537 esac
1538 ac_abs_top_builddir=$ac_pwd
1539 ac_abs_builddir=$ac_pwd$ac_dir_suffix
1540 # for backward compatibility:
1541 ac_top_builddir=$ac_top_build_prefix
1542
1543 case $srcdir in
1544   .)  # We are building in place.
1545     ac_srcdir=.
1546     ac_top_srcdir=$ac_top_builddir_sub
1547     ac_abs_top_srcdir=$ac_pwd ;;
1548   [\\/]* | ?:[\\/]* )  # Absolute name.
1549     ac_srcdir=$srcdir$ac_dir_suffix;
1550     ac_top_srcdir=$srcdir
1551     ac_abs_top_srcdir=$srcdir ;;
1552   *) # Relative name.
1553     ac_srcdir=$ac_top_build_prefix$srcdir$ac_dir_suffix
1554     ac_top_srcdir=$ac_top_build_prefix$srcdir
1555     ac_abs_top_srcdir=$ac_pwd/$srcdir ;;
1556 esac
1557 ac_abs_srcdir=$ac_abs_top_srcdir$ac_dir_suffix
1558
1559     cd "$ac_dir" || { ac_status=$?; continue; }
1560     # Check for guested configure.
1561     if test -f "$ac_srcdir/configure.gnu"; then
1562       echo &&
1563       $SHELL "$ac_srcdir/configure.gnu" --help=recursive
1564     elif test -f "$ac_srcdir/configure"; then
1565       echo &&
1566       $SHELL "$ac_srcdir/configure" --help=recursive
1567     else
1568       $as_echo "$as_me: WARNING: no configuration information is in $ac_dir" >&2
1569     fi || ac_status=$?
1570     cd "$ac_pwd" || { ac_status=$?; break; }
1571   done
1572 fi
1573
1574 test -n "$ac_init_help" && exit $ac_status
1575 if $ac_init_version; then
1576   cat <<\_ACEOF
1577 Wine configure 1.1.28
1578 generated by GNU Autoconf 2.64
1579
1580 Copyright (C) 2009 Free Software Foundation, Inc.
1581 This configure script is free software; the Free Software Foundation
1582 gives unlimited permission to copy, distribute and modify it.
1583 _ACEOF
1584   exit
1585 fi
1586
1587 ## ------------------------ ##
1588 ## Autoconf initialization. ##
1589 ## ------------------------ ##
1590
1591 # ac_fn_c_try_compile LINENO
1592 # --------------------------
1593 # Try to compile conftest.$ac_ext, and return whether this succeeded.
1594 ac_fn_c_try_compile ()
1595 {
1596   as_lineno=${as_lineno-"$1"} as_lineno_stack=as_lineno_stack=$as_lineno_stack
1597   rm -f conftest.$ac_objext
1598   if { { ac_try="$ac_compile"
1599 case "(($ac_try" in
1600   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
1601   *) ac_try_echo=$ac_try;;
1602 esac
1603 eval ac_try_echo="\"\$as_me:${as_lineno-$LINENO}: $ac_try_echo\""
1604 $as_echo "$ac_try_echo"; } >&5
1605   (eval "$ac_compile") 2>conftest.err
1606   ac_status=$?
1607   if test -s conftest.err; then
1608     grep -v '^ *+' conftest.err >conftest.er1
1609     cat conftest.er1 >&5
1610     mv -f conftest.er1 conftest.err
1611   fi
1612   $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
1613   test $ac_status = 0; } && {
1614          test -z "$ac_c_werror_flag" ||
1615          test ! -s conftest.err
1616        } && test -s conftest.$ac_objext; then :
1617   ac_retval=0
1618 else
1619   $as_echo "$as_me: failed program was:" >&5
1620 sed 's/^/| /' conftest.$ac_ext >&5
1621
1622         ac_retval=1
1623 fi
1624   eval $as_lineno_stack; test "x$as_lineno_stack" = x && { as_lineno=; unset as_lineno;}
1625   return $ac_retval
1626
1627 } # ac_fn_c_try_compile
1628
1629 # ac_fn_cxx_try_compile LINENO
1630 # ----------------------------
1631 # Try to compile conftest.$ac_ext, and return whether this succeeded.
1632 ac_fn_cxx_try_compile ()
1633 {
1634   as_lineno=${as_lineno-"$1"} as_lineno_stack=as_lineno_stack=$as_lineno_stack
1635   rm -f conftest.$ac_objext
1636   if { { ac_try="$ac_compile"
1637 case "(($ac_try" in
1638   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
1639   *) ac_try_echo=$ac_try;;
1640 esac
1641 eval ac_try_echo="\"\$as_me:${as_lineno-$LINENO}: $ac_try_echo\""
1642 $as_echo "$ac_try_echo"; } >&5
1643   (eval "$ac_compile") 2>conftest.err
1644   ac_status=$?
1645   if test -s conftest.err; then
1646     grep -v '^ *+' conftest.err >conftest.er1
1647     cat conftest.er1 >&5
1648     mv -f conftest.er1 conftest.err
1649   fi
1650   $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
1651   test $ac_status = 0; } && {
1652          test -z "$ac_cxx_werror_flag" ||
1653          test ! -s conftest.err
1654        } && test -s conftest.$ac_objext; then :
1655   ac_retval=0
1656 else
1657   $as_echo "$as_me: failed program was:" >&5
1658 sed 's/^/| /' conftest.$ac_ext >&5
1659
1660         ac_retval=1
1661 fi
1662   eval $as_lineno_stack; test "x$as_lineno_stack" = x && { as_lineno=; unset as_lineno;}
1663   return $ac_retval
1664
1665 } # ac_fn_cxx_try_compile
1666
1667 # ac_fn_c_try_link LINENO
1668 # -----------------------
1669 # Try to link conftest.$ac_ext, and return whether this succeeded.
1670 ac_fn_c_try_link ()
1671 {
1672   as_lineno=${as_lineno-"$1"} as_lineno_stack=as_lineno_stack=$as_lineno_stack
1673   rm -f conftest.$ac_objext conftest$ac_exeext
1674   if { { ac_try="$ac_link"
1675 case "(($ac_try" in
1676   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
1677   *) ac_try_echo=$ac_try;;
1678 esac
1679 eval ac_try_echo="\"\$as_me:${as_lineno-$LINENO}: $ac_try_echo\""
1680 $as_echo "$ac_try_echo"; } >&5
1681   (eval "$ac_link") 2>conftest.err
1682   ac_status=$?
1683   if test -s conftest.err; then
1684     grep -v '^ *+' conftest.err >conftest.er1
1685     cat conftest.er1 >&5
1686     mv -f conftest.er1 conftest.err
1687   fi
1688   $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
1689   test $ac_status = 0; } && {
1690          test -z "$ac_c_werror_flag" ||
1691          test ! -s conftest.err
1692        } && test -s conftest$ac_exeext && {
1693          test "$cross_compiling" = yes ||
1694          $as_test_x conftest$ac_exeext
1695        }; then :
1696   ac_retval=0
1697 else
1698   $as_echo "$as_me: failed program was:" >&5
1699 sed 's/^/| /' conftest.$ac_ext >&5
1700
1701         ac_retval=1
1702 fi
1703   # Delete the IPA/IPO (Inter Procedural Analysis/Optimization) information
1704   # created by the PGI compiler (conftest_ipa8_conftest.oo), as it would
1705   # interfere with the next link command; also delete a directory that is
1706   # left behind by Apple's compiler.  We do this before executing the actions.
1707   rm -rf conftest.dSYM conftest_ipa8_conftest.oo
1708   eval $as_lineno_stack; test "x$as_lineno_stack" = x && { as_lineno=; unset as_lineno;}
1709   return $ac_retval
1710
1711 } # ac_fn_c_try_link
1712
1713 # ac_fn_c_try_cpp LINENO
1714 # ----------------------
1715 # Try to preprocess conftest.$ac_ext, and return whether this succeeded.
1716 ac_fn_c_try_cpp ()
1717 {
1718   as_lineno=${as_lineno-"$1"} as_lineno_stack=as_lineno_stack=$as_lineno_stack
1719   if { { ac_try="$ac_cpp conftest.$ac_ext"
1720 case "(($ac_try" in
1721   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
1722   *) ac_try_echo=$ac_try;;
1723 esac
1724 eval ac_try_echo="\"\$as_me:${as_lineno-$LINENO}: $ac_try_echo\""
1725 $as_echo "$ac_try_echo"; } >&5
1726   (eval "$ac_cpp conftest.$ac_ext") 2>conftest.err
1727   ac_status=$?
1728   if test -s conftest.err; then
1729     grep -v '^ *+' conftest.err >conftest.er1
1730     cat conftest.er1 >&5
1731     mv -f conftest.er1 conftest.err
1732   fi
1733   $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
1734   test $ac_status = 0; } >/dev/null && {
1735          test -z "$ac_c_preproc_warn_flag$ac_c_werror_flag" ||
1736          test ! -s conftest.err
1737        }; then :
1738   ac_retval=0
1739 else
1740   $as_echo "$as_me: failed program was:" >&5
1741 sed 's/^/| /' conftest.$ac_ext >&5
1742
1743     ac_retval=1
1744 fi
1745   eval $as_lineno_stack; test "x$as_lineno_stack" = x && { as_lineno=; unset as_lineno;}
1746   return $ac_retval
1747
1748 } # ac_fn_c_try_cpp
1749
1750 # ac_fn_c_check_header_mongrel LINENO HEADER VAR INCLUDES
1751 # -------------------------------------------------------
1752 # Tests whether HEADER exists, giving a warning if it cannot be compiled using
1753 # the include files in INCLUDES and setting the cache variable VAR
1754 # accordingly.
1755 ac_fn_c_check_header_mongrel ()
1756 {
1757   as_lineno=${as_lineno-"$1"} as_lineno_stack=as_lineno_stack=$as_lineno_stack
1758   if { as_var=$3; eval "test \"\${$as_var+set}\" = set"; }; then :
1759   { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $2" >&5
1760 $as_echo_n "checking for $2... " >&6; }
1761 if { as_var=$3; eval "test \"\${$as_var+set}\" = set"; }; then :
1762   $as_echo_n "(cached) " >&6
1763 fi
1764 eval ac_res=\$$3
1765                { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_res" >&5
1766 $as_echo "$ac_res" >&6; }
1767 else
1768   # Is the header compilable?
1769 { $as_echo "$as_me:${as_lineno-$LINENO}: checking $2 usability" >&5
1770 $as_echo_n "checking $2 usability... " >&6; }
1771 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
1772 /* end confdefs.h.  */
1773 $4
1774 #include <$2>
1775 _ACEOF
1776 if ac_fn_c_try_compile "$LINENO"; then :
1777   ac_header_compiler=yes
1778 else
1779   ac_header_compiler=no
1780 fi
1781 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
1782 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_header_compiler" >&5
1783 $as_echo "$ac_header_compiler" >&6; }
1784
1785 # Is the header present?
1786 { $as_echo "$as_me:${as_lineno-$LINENO}: checking $2 presence" >&5
1787 $as_echo_n "checking $2 presence... " >&6; }
1788 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
1789 /* end confdefs.h.  */
1790 #include <$2>
1791 _ACEOF
1792 if ac_fn_c_try_cpp "$LINENO"; then :
1793   ac_header_preproc=yes
1794 else
1795   ac_header_preproc=no
1796 fi
1797 rm -f conftest.err conftest.$ac_ext
1798 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_header_preproc" >&5
1799 $as_echo "$ac_header_preproc" >&6; }
1800
1801 # So?  What about this header?
1802 case $ac_header_compiler:$ac_header_preproc:$ac_c_preproc_warn_flag in #((
1803   yes:no: )
1804     { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: $2: accepted by the compiler, rejected by the preprocessor!" >&5
1805 $as_echo "$as_me: WARNING: $2: accepted by the compiler, rejected by the preprocessor!" >&2;}
1806     { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: $2: proceeding with the compiler's result" >&5
1807 $as_echo "$as_me: WARNING: $2: proceeding with the compiler's result" >&2;}
1808     ;;
1809   no:yes:* )
1810     { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: $2: present but cannot be compiled" >&5
1811 $as_echo "$as_me: WARNING: $2: present but cannot be compiled" >&2;}
1812     { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: $2:     check for missing prerequisite headers?" >&5
1813 $as_echo "$as_me: WARNING: $2:     check for missing prerequisite headers?" >&2;}
1814     { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: $2: see the Autoconf documentation" >&5
1815 $as_echo "$as_me: WARNING: $2: see the Autoconf documentation" >&2;}
1816     { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: $2:     section \"Present But Cannot Be Compiled\"" >&5
1817 $as_echo "$as_me: WARNING: $2:     section \"Present But Cannot Be Compiled\"" >&2;}
1818     { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: $2: proceeding with the compiler's result" >&5
1819 $as_echo "$as_me: WARNING: $2: proceeding with the compiler's result" >&2;}
1820 ( cat <<\_ASBOX
1821 ## ------------------------------------ ##
1822 ## Report this to wine-devel@winehq.org ##
1823 ## ------------------------------------ ##
1824 _ASBOX
1825      ) | sed "s/^/$as_me: WARNING:     /" >&2
1826     ;;
1827 esac
1828   { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $2" >&5
1829 $as_echo_n "checking for $2... " >&6; }
1830 if { as_var=$3; eval "test \"\${$as_var+set}\" = set"; }; then :
1831   $as_echo_n "(cached) " >&6
1832 else
1833   eval "$3=\$ac_header_compiler"
1834 fi
1835 eval ac_res=\$$3
1836                { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_res" >&5
1837 $as_echo "$ac_res" >&6; }
1838 fi
1839   eval $as_lineno_stack; test "x$as_lineno_stack" = x && { as_lineno=; unset as_lineno;}
1840
1841 } # ac_fn_c_check_header_mongrel
1842
1843 # ac_fn_c_try_run LINENO
1844 # ----------------------
1845 # Try to link conftest.$ac_ext, and return whether this succeeded. Assumes
1846 # that executables *can* be run.
1847 ac_fn_c_try_run ()
1848 {
1849   as_lineno=${as_lineno-"$1"} as_lineno_stack=as_lineno_stack=$as_lineno_stack
1850   if { { ac_try="$ac_link"
1851 case "(($ac_try" in
1852   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
1853   *) ac_try_echo=$ac_try;;
1854 esac
1855 eval ac_try_echo="\"\$as_me:${as_lineno-$LINENO}: $ac_try_echo\""
1856 $as_echo "$ac_try_echo"; } >&5
1857   (eval "$ac_link") 2>&5
1858   ac_status=$?
1859   $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
1860   test $ac_status = 0; } && { ac_try='./conftest$ac_exeext'
1861   { { case "(($ac_try" in
1862   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
1863   *) ac_try_echo=$ac_try;;
1864 esac
1865 eval ac_try_echo="\"\$as_me:${as_lineno-$LINENO}: $ac_try_echo\""
1866 $as_echo "$ac_try_echo"; } >&5
1867   (eval "$ac_try") 2>&5
1868   ac_status=$?
1869   $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
1870   test $ac_status = 0; }; }; then :
1871   ac_retval=0
1872 else
1873   $as_echo "$as_me: program exited with status $ac_status" >&5
1874        $as_echo "$as_me: failed program was:" >&5
1875 sed 's/^/| /' conftest.$ac_ext >&5
1876
1877        ac_retval=$ac_status
1878 fi
1879   rm -rf conftest.dSYM conftest_ipa8_conftest.oo
1880   eval $as_lineno_stack; test "x$as_lineno_stack" = x && { as_lineno=; unset as_lineno;}
1881   return $ac_retval
1882
1883 } # ac_fn_c_try_run
1884
1885 # ac_fn_c_check_header_compile LINENO HEADER VAR INCLUDES
1886 # -------------------------------------------------------
1887 # Tests whether HEADER exists and can be compiled using the include files in
1888 # INCLUDES, setting the cache variable VAR accordingly.
1889 ac_fn_c_check_header_compile ()
1890 {
1891   as_lineno=${as_lineno-"$1"} as_lineno_stack=as_lineno_stack=$as_lineno_stack
1892   { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $2" >&5
1893 $as_echo_n "checking for $2... " >&6; }
1894 if { as_var=$3; eval "test \"\${$as_var+set}\" = set"; }; then :
1895   $as_echo_n "(cached) " >&6
1896 else
1897   cat confdefs.h - <<_ACEOF >conftest.$ac_ext
1898 /* end confdefs.h.  */
1899 $4
1900 #include <$2>
1901 _ACEOF
1902 if ac_fn_c_try_compile "$LINENO"; then :
1903   eval "$3=yes"
1904 else
1905   eval "$3=no"
1906 fi
1907 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
1908 fi
1909 eval ac_res=\$$3
1910                { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_res" >&5
1911 $as_echo "$ac_res" >&6; }
1912   eval $as_lineno_stack; test "x$as_lineno_stack" = x && { as_lineno=; unset as_lineno;}
1913
1914 } # ac_fn_c_check_header_compile
1915
1916 # ac_fn_c_check_func LINENO FUNC VAR
1917 # ----------------------------------
1918 # Tests whether FUNC exists, setting the cache variable VAR accordingly
1919 ac_fn_c_check_func ()
1920 {
1921   as_lineno=${as_lineno-"$1"} as_lineno_stack=as_lineno_stack=$as_lineno_stack
1922   { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $2" >&5
1923 $as_echo_n "checking for $2... " >&6; }
1924 if { as_var=$3; eval "test \"\${$as_var+set}\" = set"; }; then :
1925   $as_echo_n "(cached) " >&6
1926 else
1927   cat confdefs.h - <<_ACEOF >conftest.$ac_ext
1928 /* end confdefs.h.  */
1929 /* Define $2 to an innocuous variant, in case <limits.h> declares $2.
1930    For example, HP-UX 11i <limits.h> declares gettimeofday.  */
1931 #define $2 innocuous_$2
1932
1933 /* System header to define __stub macros and hopefully few prototypes,
1934     which can conflict with char $2 (); below.
1935     Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
1936     <limits.h> exists even on freestanding compilers.  */
1937
1938 #ifdef __STDC__
1939 # include <limits.h>
1940 #else
1941 # include <assert.h>
1942 #endif
1943
1944 #undef $2
1945
1946 /* Override any GCC internal prototype to avoid an error.
1947    Use char because int might match the return type of a GCC
1948    builtin and then its argument prototype would still apply.  */
1949 #ifdef __cplusplus
1950 extern "C"
1951 #endif
1952 char $2 ();
1953 /* The GNU C library defines this for functions which it implements
1954     to always fail with ENOSYS.  Some functions are actually named
1955     something starting with __ and the normal name is an alias.  */
1956 #if defined __stub_$2 || defined __stub___$2
1957 choke me
1958 #endif
1959
1960 int
1961 main ()
1962 {
1963 return $2 ();
1964   ;
1965   return 0;
1966 }
1967 _ACEOF
1968 if ac_fn_c_try_link "$LINENO"; then :
1969   eval "$3=yes"
1970 else
1971   eval "$3=no"
1972 fi
1973 rm -f core conftest.err conftest.$ac_objext \
1974     conftest$ac_exeext conftest.$ac_ext
1975 fi
1976 eval ac_res=\$$3
1977                { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_res" >&5
1978 $as_echo "$ac_res" >&6; }
1979   eval $as_lineno_stack; test "x$as_lineno_stack" = x && { as_lineno=; unset as_lineno;}
1980
1981 } # ac_fn_c_check_func
1982
1983 # ac_fn_c_check_member LINENO AGGR MEMBER VAR INCLUDES
1984 # ----------------------------------------------------
1985 # Tries to find if the field MEMBER exists in type AGGR, after including
1986 # INCLUDES, setting cache variable VAR accordingly.
1987 ac_fn_c_check_member ()
1988 {
1989   as_lineno=${as_lineno-"$1"} as_lineno_stack=as_lineno_stack=$as_lineno_stack
1990   { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $2.$3" >&5
1991 $as_echo_n "checking for $2.$3... " >&6; }
1992 if { as_var=$4; eval "test \"\${$as_var+set}\" = set"; }; then :
1993   $as_echo_n "(cached) " >&6
1994 else
1995   cat confdefs.h - <<_ACEOF >conftest.$ac_ext
1996 /* end confdefs.h.  */
1997 $5
1998 int
1999 main ()
2000 {
2001 static $2 ac_aggr;
2002 if (ac_aggr.$3)
2003 return 0;
2004   ;
2005   return 0;
2006 }
2007 _ACEOF
2008 if ac_fn_c_try_compile "$LINENO"; then :
2009   eval "$4=yes"
2010 else
2011   cat confdefs.h - <<_ACEOF >conftest.$ac_ext
2012 /* end confdefs.h.  */
2013 $5
2014 int
2015 main ()
2016 {
2017 static $2 ac_aggr;
2018 if (sizeof ac_aggr.$3)
2019 return 0;
2020   ;
2021   return 0;
2022 }
2023 _ACEOF
2024 if ac_fn_c_try_compile "$LINENO"; then :
2025   eval "$4=yes"
2026 else
2027   eval "$4=no"
2028 fi
2029 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
2030 fi
2031 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
2032 fi
2033 eval ac_res=\$$4
2034                { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_res" >&5
2035 $as_echo "$ac_res" >&6; }
2036   eval $as_lineno_stack; test "x$as_lineno_stack" = x && { as_lineno=; unset as_lineno;}
2037
2038 } # ac_fn_c_check_member
2039
2040 # ac_fn_c_check_type LINENO TYPE VAR INCLUDES
2041 # -------------------------------------------
2042 # Tests whether TYPE exists after having included INCLUDES, setting cache
2043 # variable VAR accordingly.
2044 ac_fn_c_check_type ()
2045 {
2046   as_lineno=${as_lineno-"$1"} as_lineno_stack=as_lineno_stack=$as_lineno_stack
2047   { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $2" >&5
2048 $as_echo_n "checking for $2... " >&6; }
2049 if { as_var=$3; eval "test \"\${$as_var+set}\" = set"; }; then :
2050   $as_echo_n "(cached) " >&6
2051 else
2052   eval "$3=no"
2053   cat confdefs.h - <<_ACEOF >conftest.$ac_ext
2054 /* end confdefs.h.  */
2055 $4
2056 int
2057 main ()
2058 {
2059 if (sizeof ($2))
2060          return 0;
2061   ;
2062   return 0;
2063 }
2064 _ACEOF
2065 if ac_fn_c_try_compile "$LINENO"; then :
2066   cat confdefs.h - <<_ACEOF >conftest.$ac_ext
2067 /* end confdefs.h.  */
2068 $4
2069 int
2070 main ()
2071 {
2072 if (sizeof (($2)))
2073             return 0;
2074   ;
2075   return 0;
2076 }
2077 _ACEOF
2078 if ac_fn_c_try_compile "$LINENO"; then :
2079
2080 else
2081   eval "$3=yes"
2082 fi
2083 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
2084 fi
2085 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
2086 fi
2087 eval ac_res=\$$3
2088                { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_res" >&5
2089 $as_echo "$ac_res" >&6; }
2090   eval $as_lineno_stack; test "x$as_lineno_stack" = x && { as_lineno=; unset as_lineno;}
2091
2092 } # ac_fn_c_check_type
2093 cat >config.log <<_ACEOF
2094 This file contains any messages produced by compilers while
2095 running configure, to aid debugging if configure makes a mistake.
2096
2097 It was created by Wine $as_me 1.1.28, which was
2098 generated by GNU Autoconf 2.64.  Invocation command line was
2099
2100   $ $0 $@
2101
2102 _ACEOF
2103 exec 5>>config.log
2104 {
2105 cat <<_ASUNAME
2106 ## --------- ##
2107 ## Platform. ##
2108 ## --------- ##
2109
2110 hostname = `(hostname || uname -n) 2>/dev/null | sed 1q`
2111 uname -m = `(uname -m) 2>/dev/null || echo unknown`
2112 uname -r = `(uname -r) 2>/dev/null || echo unknown`
2113 uname -s = `(uname -s) 2>/dev/null || echo unknown`
2114 uname -v = `(uname -v) 2>/dev/null || echo unknown`
2115
2116 /usr/bin/uname -p = `(/usr/bin/uname -p) 2>/dev/null || echo unknown`
2117 /bin/uname -X     = `(/bin/uname -X) 2>/dev/null     || echo unknown`
2118
2119 /bin/arch              = `(/bin/arch) 2>/dev/null              || echo unknown`
2120 /usr/bin/arch -k       = `(/usr/bin/arch -k) 2>/dev/null       || echo unknown`
2121 /usr/convex/getsysinfo = `(/usr/convex/getsysinfo) 2>/dev/null || echo unknown`
2122 /usr/bin/hostinfo      = `(/usr/bin/hostinfo) 2>/dev/null      || echo unknown`
2123 /bin/machine           = `(/bin/machine) 2>/dev/null           || echo unknown`
2124 /usr/bin/oslevel       = `(/usr/bin/oslevel) 2>/dev/null       || echo unknown`
2125 /bin/universe          = `(/bin/universe) 2>/dev/null          || echo unknown`
2126
2127 _ASUNAME
2128
2129 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
2130 for as_dir in $PATH
2131 do
2132   IFS=$as_save_IFS
2133   test -z "$as_dir" && as_dir=.
2134     $as_echo "PATH: $as_dir"
2135   done
2136 IFS=$as_save_IFS
2137
2138 } >&5
2139
2140 cat >&5 <<_ACEOF
2141
2142
2143 ## ----------- ##
2144 ## Core tests. ##
2145 ## ----------- ##
2146
2147 _ACEOF
2148
2149
2150 # Keep a trace of the command line.
2151 # Strip out --no-create and --no-recursion so they do not pile up.
2152 # Strip out --silent because we don't want to record it for future runs.
2153 # Also quote any args containing shell meta-characters.
2154 # Make two passes to allow for proper duplicate-argument suppression.
2155 ac_configure_args=
2156 ac_configure_args0=
2157 ac_configure_args1=
2158 ac_must_keep_next=false
2159 for ac_pass in 1 2
2160 do
2161   for ac_arg
2162   do
2163     case $ac_arg in
2164     -no-create | --no-c* | -n | -no-recursion | --no-r*) continue ;;
2165     -q | -quiet | --quiet | --quie | --qui | --qu | --q \
2166     | -silent | --silent | --silen | --sile | --sil)
2167       continue ;;
2168     *\'*)
2169       ac_arg=`$as_echo "$ac_arg" | sed "s/'/'\\\\\\\\''/g"` ;;
2170     esac
2171     case $ac_pass in
2172     1) as_fn_append ac_configure_args0 " '$ac_arg'" ;;
2173     2)
2174       as_fn_append ac_configure_args1 " '$ac_arg'"
2175       if test $ac_must_keep_next = true; then
2176         ac_must_keep_next=false # Got value, back to normal.
2177       else
2178         case $ac_arg in
2179           *=* | --config-cache | -C | -disable-* | --disable-* \
2180           | -enable-* | --enable-* | -gas | --g* | -nfp | --nf* \
2181           | -q | -quiet | --q* | -silent | --sil* | -v | -verb* \
2182           | -with-* | --with-* | -without-* | --without-* | --x)
2183             case "$ac_configure_args0 " in
2184               "$ac_configure_args1"*" '$ac_arg' "* ) continue ;;
2185             esac
2186             ;;
2187           -* ) ac_must_keep_next=true ;;
2188         esac
2189       fi
2190       as_fn_append ac_configure_args " '$ac_arg'"
2191       ;;
2192     esac
2193   done
2194 done
2195 { ac_configure_args0=; unset ac_configure_args0;}
2196 { ac_configure_args1=; unset ac_configure_args1;}
2197
2198 # When interrupted or exit'd, cleanup temporary files, and complete
2199 # config.log.  We remove comments because anyway the quotes in there
2200 # would cause problems or look ugly.
2201 # WARNING: Use '\'' to represent an apostrophe within the trap.
2202 # WARNING: Do not start the trap code with a newline, due to a FreeBSD 4.0 bug.
2203 trap 'exit_status=$?
2204   # Save into config.log some information that might help in debugging.
2205   {
2206     echo
2207
2208     cat <<\_ASBOX
2209 ## ---------------- ##
2210 ## Cache variables. ##
2211 ## ---------------- ##
2212 _ASBOX
2213     echo
2214     # The following way of writing the cache mishandles newlines in values,
2215 (
2216   for ac_var in `(set) 2>&1 | sed -n '\''s/^\([a-zA-Z_][a-zA-Z0-9_]*\)=.*/\1/p'\''`; do
2217     eval ac_val=\$$ac_var
2218     case $ac_val in #(
2219     *${as_nl}*)
2220       case $ac_var in #(
2221       *_cv_*) { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: cache variable $ac_var contains a newline" >&5
2222 $as_echo "$as_me: WARNING: cache variable $ac_var contains a newline" >&2;} ;;
2223       esac
2224       case $ac_var in #(
2225       _ | IFS | as_nl) ;; #(
2226       BASH_ARGV | BASH_SOURCE) eval $ac_var= ;; #(
2227       *) { eval $ac_var=; unset $ac_var;} ;;
2228       esac ;;
2229     esac
2230   done
2231   (set) 2>&1 |
2232     case $as_nl`(ac_space='\'' '\''; set) 2>&1` in #(
2233     *${as_nl}ac_space=\ *)
2234       sed -n \
2235         "s/'\''/'\''\\\\'\'''\''/g;
2236           s/^\\([_$as_cr_alnum]*_cv_[_$as_cr_alnum]*\\)=\\(.*\\)/\\1='\''\\2'\''/p"
2237       ;; #(
2238     *)
2239       sed -n "/^[_$as_cr_alnum]*_cv_[_$as_cr_alnum]*=/p"
2240       ;;
2241     esac |
2242     sort
2243 )
2244     echo
2245
2246     cat <<\_ASBOX
2247 ## ----------------- ##
2248 ## Output variables. ##
2249 ## ----------------- ##
2250 _ASBOX
2251     echo
2252     for ac_var in $ac_subst_vars
2253     do
2254       eval ac_val=\$$ac_var
2255       case $ac_val in
2256       *\'\''*) ac_val=`$as_echo "$ac_val" | sed "s/'\''/'\''\\\\\\\\'\'''\''/g"`;;
2257       esac
2258       $as_echo "$ac_var='\''$ac_val'\''"
2259     done | sort
2260     echo
2261
2262     if test -n "$ac_subst_files"; then
2263       cat <<\_ASBOX
2264 ## ------------------- ##
2265 ## File substitutions. ##
2266 ## ------------------- ##
2267 _ASBOX
2268       echo
2269       for ac_var in $ac_subst_files
2270       do
2271         eval ac_val=\$$ac_var
2272         case $ac_val in
2273         *\'\''*) ac_val=`$as_echo "$ac_val" | sed "s/'\''/'\''\\\\\\\\'\'''\''/g"`;;
2274         esac
2275         $as_echo "$ac_var='\''$ac_val'\''"
2276       done | sort
2277       echo
2278     fi
2279
2280     if test -s confdefs.h; then
2281       cat <<\_ASBOX
2282 ## ----------- ##
2283 ## confdefs.h. ##
2284 ## ----------- ##
2285 _ASBOX
2286       echo
2287       cat confdefs.h
2288       echo
2289     fi
2290     test "$ac_signal" != 0 &&
2291       $as_echo "$as_me: caught signal $ac_signal"
2292     $as_echo "$as_me: exit $exit_status"
2293   } >&5
2294   rm -f core *.core core.conftest.* &&
2295     rm -f -r conftest* confdefs* conf$$* $ac_clean_files &&
2296     exit $exit_status
2297 ' 0
2298 for ac_signal in 1 2 13 15; do
2299   trap 'ac_signal='$ac_signal'; as_fn_exit 1' $ac_signal
2300 done
2301 ac_signal=0
2302
2303 # confdefs.h avoids OS command line length limits that DEFS can exceed.
2304 rm -f -r conftest* confdefs.h
2305
2306 $as_echo "/* confdefs.h */" > confdefs.h
2307
2308 # Predefined preprocessor variables.
2309
2310 cat >>confdefs.h <<_ACEOF
2311 #define PACKAGE_NAME "$PACKAGE_NAME"
2312 _ACEOF
2313
2314 cat >>confdefs.h <<_ACEOF
2315 #define PACKAGE_TARNAME "$PACKAGE_TARNAME"
2316 _ACEOF
2317
2318 cat >>confdefs.h <<_ACEOF
2319 #define PACKAGE_VERSION "$PACKAGE_VERSION"
2320 _ACEOF
2321
2322 cat >>confdefs.h <<_ACEOF
2323 #define PACKAGE_STRING "$PACKAGE_STRING"
2324 _ACEOF
2325
2326 cat >>confdefs.h <<_ACEOF
2327 #define PACKAGE_BUGREPORT "$PACKAGE_BUGREPORT"
2328 _ACEOF
2329
2330 cat >>confdefs.h <<_ACEOF
2331 #define PACKAGE_URL "$PACKAGE_URL"
2332 _ACEOF
2333
2334
2335 # Let the site file select an alternate cache file if it wants to.
2336 # Prefer an explicitly selected file to automatically selected ones.
2337 ac_site_file1=NONE
2338 ac_site_file2=NONE
2339 if test -n "$CONFIG_SITE"; then
2340   ac_site_file1=$CONFIG_SITE
2341 elif test "x$prefix" != xNONE; then
2342   ac_site_file1=$prefix/share/config.site
2343   ac_site_file2=$prefix/etc/config.site
2344 else
2345   ac_site_file1=$ac_default_prefix/share/config.site
2346   ac_site_file2=$ac_default_prefix/etc/config.site
2347 fi
2348 for ac_site_file in "$ac_site_file1" "$ac_site_file2"
2349 do
2350   test "x$ac_site_file" = xNONE && continue
2351   if test -r "$ac_site_file"; then
2352     { $as_echo "$as_me:${as_lineno-$LINENO}: loading site script $ac_site_file" >&5
2353 $as_echo "$as_me: loading site script $ac_site_file" >&6;}
2354     sed 's/^/| /' "$ac_site_file" >&5
2355     . "$ac_site_file"
2356   fi
2357 done
2358
2359 if test -r "$cache_file"; then
2360   # Some versions of bash will fail to source /dev/null (special
2361   # files actually), so we avoid doing that.
2362   if test -f "$cache_file"; then
2363     { $as_echo "$as_me:${as_lineno-$LINENO}: loading cache $cache_file" >&5
2364 $as_echo "$as_me: loading cache $cache_file" >&6;}
2365     case $cache_file in
2366       [\\/]* | ?:[\\/]* ) . "$cache_file";;
2367       *)                      . "./$cache_file";;
2368     esac
2369   fi
2370 else
2371   { $as_echo "$as_me:${as_lineno-$LINENO}: creating cache $cache_file" >&5
2372 $as_echo "$as_me: creating cache $cache_file" >&6;}
2373   >$cache_file
2374 fi
2375
2376 # Check that the precious variables saved in the cache have kept the same
2377 # value.
2378 ac_cache_corrupted=false
2379 for ac_var in $ac_precious_vars; do
2380   eval ac_old_set=\$ac_cv_env_${ac_var}_set
2381   eval ac_new_set=\$ac_env_${ac_var}_set
2382   eval ac_old_val=\$ac_cv_env_${ac_var}_value
2383   eval ac_new_val=\$ac_env_${ac_var}_value
2384   case $ac_old_set,$ac_new_set in
2385     set,)
2386       { $as_echo "$as_me:${as_lineno-$LINENO}: error: \`$ac_var' was set to \`$ac_old_val' in the previous run" >&5
2387 $as_echo "$as_me: error: \`$ac_var' was set to \`$ac_old_val' in the previous run" >&2;}
2388       ac_cache_corrupted=: ;;
2389     ,set)
2390       { $as_echo "$as_me:${as_lineno-$LINENO}: error: \`$ac_var' was not set in the previous run" >&5
2391 $as_echo "$as_me: error: \`$ac_var' was not set in the previous run" >&2;}
2392       ac_cache_corrupted=: ;;
2393     ,);;
2394     *)
2395       if test "x$ac_old_val" != "x$ac_new_val"; then
2396         # differences in whitespace do not lead to failure.
2397         ac_old_val_w=`echo x $ac_old_val`
2398         ac_new_val_w=`echo x $ac_new_val`
2399         if test "$ac_old_val_w" != "$ac_new_val_w"; then
2400           { $as_echo "$as_me:${as_lineno-$LINENO}: error: \`$ac_var' has changed since the previous run:" >&5
2401 $as_echo "$as_me: error: \`$ac_var' has changed since the previous run:" >&2;}
2402           ac_cache_corrupted=:
2403         else
2404           { $as_echo "$as_me:${as_lineno-$LINENO}: warning: ignoring whitespace changes in \`$ac_var' since the previous run:" >&5
2405 $as_echo "$as_me: warning: ignoring whitespace changes in \`$ac_var' since the previous run:" >&2;}
2406           eval $ac_var=\$ac_old_val
2407         fi
2408         { $as_echo "$as_me:${as_lineno-$LINENO}:   former value:  \`$ac_old_val'" >&5
2409 $as_echo "$as_me:   former value:  \`$ac_old_val'" >&2;}
2410         { $as_echo "$as_me:${as_lineno-$LINENO}:   current value: \`$ac_new_val'" >&5
2411 $as_echo "$as_me:   current value: \`$ac_new_val'" >&2;}
2412       fi;;
2413   esac
2414   # Pass precious variables to config.status.
2415   if test "$ac_new_set" = set; then
2416     case $ac_new_val in
2417     *\'*) ac_arg=$ac_var=`$as_echo "$ac_new_val" | sed "s/'/'\\\\\\\\''/g"` ;;
2418     *) ac_arg=$ac_var=$ac_new_val ;;
2419     esac
2420     case " $ac_configure_args " in
2421       *" '$ac_arg' "*) ;; # Avoid dups.  Use of quotes ensures accuracy.
2422       *) as_fn_append ac_configure_args " '$ac_arg'" ;;
2423     esac
2424   fi
2425 done
2426 if $ac_cache_corrupted; then
2427   { $as_echo "$as_me:${as_lineno-$LINENO}: error: in \`$ac_pwd':" >&5
2428 $as_echo "$as_me: error: in \`$ac_pwd':" >&2;}
2429   { $as_echo "$as_me:${as_lineno-$LINENO}: error: changes in the environment can compromise the build" >&5
2430 $as_echo "$as_me: error: changes in the environment can compromise the build" >&2;}
2431   as_fn_error "run \`make distclean' and/or \`rm $cache_file' and start over" "$LINENO" 5
2432 fi
2433 ## -------------------- ##
2434 ## Main body of script. ##
2435 ## -------------------- ##
2436
2437 ac_ext=c
2438 ac_cpp='$CPP $CPPFLAGS'
2439 ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
2440 ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
2441 ac_compiler_gnu=$ac_cv_c_compiler_gnu
2442
2443
2444
2445 ac_config_headers="$ac_config_headers include/config.h"
2446
2447 ac_aux_dir=
2448 for ac_dir in tools "$srcdir"/tools; do
2449   for ac_t in install-sh install.sh shtool; do
2450     if test -f "$ac_dir/$ac_t"; then
2451       ac_aux_dir=$ac_dir
2452       ac_install_sh="$ac_aux_dir/$ac_t -c"
2453       break 2
2454     fi
2455   done
2456 done
2457 if test -z "$ac_aux_dir"; then
2458   as_fn_error "cannot find install-sh, install.sh, or shtool in tools \"$srcdir\"/tools" "$LINENO" 5
2459 fi
2460
2461 # These three variables are undocumented and unsupported,
2462 # and are intended to be withdrawn in a future Autoconf release.
2463 # They can cause serious problems if a builder's source tree is in a directory
2464 # whose full name contains unusual characters.
2465 ac_config_guess="$SHELL $ac_aux_dir/config.guess"  # Please don't use this var.
2466 ac_config_sub="$SHELL $ac_aux_dir/config.sub"  # Please don't use this var.
2467 ac_configure="$SHELL $ac_aux_dir/configure"  # Please don't use this var.
2468
2469
2470
2471
2472 # Check whether --enable-win16 was given.
2473 if test "${enable_win16+set}" = set; then :
2474   enableval=$enable_win16;
2475 fi
2476
2477 # Check whether --enable-win64 was given.
2478 if test "${enable_win64+set}" = set; then :
2479   enableval=$enable_win64;
2480 fi
2481
2482 # Check whether --enable-tests was given.
2483 if test "${enable_tests+set}" = set; then :
2484   enableval=$enable_tests;
2485 fi
2486
2487 # Check whether --enable-maintainer-mode was given.
2488 if test "${enable_maintainer_mode+set}" = set; then :
2489   enableval=$enable_maintainer_mode;
2490 else
2491   MAINTAINER_MODE=\#
2492
2493 fi
2494
2495
2496
2497 # Check whether --with-alsa was given.
2498 if test "${with_alsa+set}" = set; then :
2499   withval=$with_alsa; if test "x$withval" = "xno"; then ac_cv_header_sys_asoundlib_h=no; ac_cv_header_alsa_asoundlib_h=no; fi
2500 fi
2501
2502
2503 # Check whether --with-audioio was given.
2504 if test "${with_audioio+set}" = set; then :
2505   withval=$with_audioio; if test "x$withval" = "xno"; then ac_cv_header_libaudioio_h=no; fi
2506 fi
2507
2508
2509 # Check whether --with-capi was given.
2510 if test "${with_capi+set}" = set; then :
2511   withval=$with_capi; if test "x$withval" = "xno"; then ac_cv_header_capi20_h=no; ac_cv_header_linux_capi_h=no; fi
2512 fi
2513
2514
2515 # Check whether --with-cms was given.
2516 if test "${with_cms+set}" = set; then :
2517   withval=$with_cms; if test "x$withval" = "xno"; then ac_cv_header_lcms_h=no; ac_cv_header_lcms_lcms_h=no; fi
2518 fi
2519
2520
2521 # Check whether --with-coreaudio was given.
2522 if test "${with_coreaudio+set}" = set; then :
2523   withval=$with_coreaudio; if test "x$withval" = "xno"; then ac_cv_header_CoreAudio_CoreAudio_h=no; fi
2524 fi
2525
2526
2527 # Check whether --with-cups was given.
2528 if test "${with_cups+set}" = set; then :
2529   withval=$with_cups;
2530 fi
2531
2532
2533 # Check whether --with-curses was given.
2534 if test "${with_curses+set}" = set; then :
2535   withval=$with_curses; if test "x$withval" = "xno"; then ac_cv_header_ncurses_h=no; ac_cv_header_curses_h=no; fi
2536 fi
2537
2538
2539 # Check whether --with-esd was given.
2540 if test "${with_esd+set}" = set; then :
2541   withval=$with_esd;
2542 fi
2543
2544
2545 # Check whether --with-fontconfig was given.
2546 if test "${with_fontconfig+set}" = set; then :
2547   withval=$with_fontconfig; if test "x$withval" = "xno"; then ac_cv_header_fontconfig_fontconfig_h=no; fi
2548 fi
2549
2550
2551 # Check whether --with-freetype was given.
2552 if test "${with_freetype+set}" = set; then :
2553   withval=$with_freetype;
2554 fi
2555
2556
2557 # Check whether --with-gphoto was given.
2558 if test "${with_gphoto+set}" = set; then :
2559   withval=$with_gphoto;
2560 fi
2561
2562
2563 # Check whether --with-glu was given.
2564 if test "${with_glu+set}" = set; then :
2565   withval=$with_glu; if test "x$withval" = "xno"; then ac_cv_header_GL_glu_h=no; fi
2566 fi
2567
2568
2569 # Check whether --with-gnutls was given.
2570 if test "${with_gnutls+set}" = set; then :
2571   withval=$with_gnutls;
2572 fi
2573
2574
2575 # Check whether --with-gsm was given.
2576 if test "${with_gsm+set}" = set; then :
2577   withval=$with_gsm; if test "x$withval" = "xno"; then ac_cv_header_gsm_h=no; ac_cv_header_gsm_gsm_h=no; fi
2578 fi
2579
2580
2581 # Check whether --with-hal was given.
2582 if test "${with_hal+set}" = set; then :
2583   withval=$with_hal;
2584 fi
2585
2586
2587 # Check whether --with-jack was given.
2588 if test "${with_jack+set}" = set; then :
2589   withval=$with_jack; if test "x$withval" = "xno"; then ac_cv_header_jack_jack_h=no; fi
2590 fi
2591
2592
2593 # Check whether --with-jpeg was given.
2594 if test "${with_jpeg+set}" = set; then :
2595   withval=$with_jpeg; if test "x$withval" = "xno"; then ac_cv_header_jpeglib_h=no; fi
2596 fi
2597
2598
2599 # Check whether --with-ldap was given.
2600 if test "${with_ldap+set}" = set; then :
2601   withval=$with_ldap; if test "x$withval" = "xno"; then ac_cv_header_ldap_h=no; ac_cv_header_lber_h=no; fi
2602 fi
2603
2604
2605 # Check whether --with-mpg123 was given.
2606 if test "${with_mpg123+set}" = set; then :
2607   withval=$with_mpg123; if test "x$withval" = "xno"; then ac_cv_header_mpg123_h=no; fi
2608 fi
2609
2610
2611 # Check whether --with-nas was given.
2612 if test "${with_nas+set}" = set; then :
2613   withval=$with_nas; if test "x$withval" = "xno"; then ac_cv_header_audio_audiolib_h=no; fi
2614 fi
2615
2616
2617 # Check whether --with-opengl was given.
2618 if test "${with_opengl+set}" = set; then :
2619   withval=$with_opengl;
2620 fi
2621
2622
2623 # Check whether --with-openssl was given.
2624 if test "${with_openssl+set}" = set; then :
2625   withval=$with_openssl; if test "x$withval" = "xno"; then ac_cv_header_openssl_err_h=no; ac_cv_header_openssl_ssl_h=no; fi
2626 fi
2627
2628
2629 # Check whether --with-oss was given.
2630 if test "${with_oss+set}" = set; then :
2631   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
2632 fi
2633
2634
2635 # Check whether --with-png was given.
2636 if test "${with_png+set}" = set; then :
2637   withval=$with_png; if test "x$withval" = "xno"; then ac_cv_header_png_h=no; fi
2638 fi
2639
2640
2641 # Check whether --with-pthread was given.
2642 if test "${with_pthread+set}" = set; then :
2643   withval=$with_pthread; if test "x$withval" = "xno"; then ac_cv_header_pthread_h=no; fi
2644 fi
2645
2646
2647 # Check whether --with-sane was given.
2648 if test "${with_sane+set}" = set; then :
2649   withval=$with_sane;
2650 fi
2651
2652
2653 # Check whether --with-xcomposite was given.
2654 if test "${with_xcomposite+set}" = set; then :
2655   withval=$with_xcomposite; if test "x$withval" = "xno"; then ac_cv_header_X11_extensions_Xcomposite_h=no; fi
2656 fi
2657
2658
2659 # Check whether --with-xcursor was given.
2660 if test "${with_xcursor+set}" = set; then :
2661   withval=$with_xcursor; if test "x$withval" = "xno"; then ac_cv_header_X11_Xcursor_Xcursor_h=no; fi
2662 fi
2663
2664
2665 # Check whether --with-xinerama was given.
2666 if test "${with_xinerama+set}" = set; then :
2667   withval=$with_xinerama; if test "x$withval" = "xno"; then ac_cv_header_X11_extensions_Xinerama_h=no; fi
2668 fi
2669
2670
2671 # Check whether --with-xinput was given.
2672 if test "${with_xinput+set}" = set; then :
2673   withval=$with_xinput; if test "x$withval" = "xno"; then ac_cv_header_X11_extensions_XInput_h=no; fi
2674 fi
2675
2676
2677 # Check whether --with-xml was given.
2678 if test "${with_xml+set}" = set; then :
2679   withval=$with_xml;
2680 fi
2681
2682
2683 # Check whether --with-xrandr was given.
2684 if test "${with_xrandr+set}" = set; then :
2685   withval=$with_xrandr; if test "x$withval" = "xno"; then ac_cv_header_X11_extensions_Xrandr_h=no; fi
2686 fi
2687
2688
2689 # Check whether --with-xrender was given.
2690 if test "${with_xrender+set}" = set; then :
2691   withval=$with_xrender; if test "x$withval" = "xno"; then ac_cv_header_X11_extensions_Xrender_h=no; fi
2692 fi
2693
2694
2695 # Check whether --with-xshape was given.
2696 if test "${with_xshape+set}" = set; then :
2697   withval=$with_xshape; if test "x$withval" = "xno"; then ac_cv_header_X11_extensions_shape_h=no; fi
2698 fi
2699
2700
2701 # Check whether --with-xshm was given.
2702 if test "${with_xshm+set}" = set; then :
2703   withval=$with_xshm; if test "x$withval" = "xno"; then ac_cv_header_X11_extensions_XShm_h=no; fi
2704 fi
2705
2706
2707 # Check whether --with-xslt was given.
2708 if test "${with_xslt+set}" = set; then :
2709   withval=$with_xslt;
2710 fi
2711
2712
2713 # Check whether --with-xxf86vm was given.
2714 if test "${with_xxf86vm+set}" = set; then :
2715   withval=$with_xxf86vm; if test "x$withval" = "xno"; then ac_cv_header_X11_extensions_xf86vmode_h=no; fi
2716 fi
2717
2718
2719
2720 # Check whether --with-wine-tools was given.
2721 if test "${with_wine_tools+set}" = set; then :
2722   withval=$with_wine_tools;
2723 fi
2724
2725
2726 # Check whether --with-wine64 was given.
2727 if test "${with_wine64+set}" = set; then :
2728   withval=$with_wine64;
2729 fi
2730
2731
2732 # Make sure we can run config.sub.
2733 $SHELL "$ac_aux_dir/config.sub" sun4 >/dev/null 2>&1 ||
2734   as_fn_error "cannot run $SHELL $ac_aux_dir/config.sub" "$LINENO" 5
2735
2736 { $as_echo "$as_me:${as_lineno-$LINENO}: checking build system type" >&5
2737 $as_echo_n "checking build system type... " >&6; }
2738 if test "${ac_cv_build+set}" = set; then :
2739   $as_echo_n "(cached) " >&6
2740 else
2741   ac_build_alias=$build_alias
2742 test "x$ac_build_alias" = x &&
2743   ac_build_alias=`$SHELL "$ac_aux_dir/config.guess"`
2744 test "x$ac_build_alias" = x &&
2745   as_fn_error "cannot guess build type; you must specify one" "$LINENO" 5
2746 ac_cv_build=`$SHELL "$ac_aux_dir/config.sub" $ac_build_alias` ||
2747   as_fn_error "$SHELL $ac_aux_dir/config.sub $ac_build_alias failed" "$LINENO" 5
2748
2749 fi
2750 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_build" >&5
2751 $as_echo "$ac_cv_build" >&6; }
2752 case $ac_cv_build in
2753 *-*-*) ;;
2754 *) as_fn_error "invalid value of canonical build" "$LINENO" 5;;
2755 esac
2756 build=$ac_cv_build
2757 ac_save_IFS=$IFS; IFS='-'
2758 set x $ac_cv_build
2759 shift
2760 build_cpu=$1
2761 build_vendor=$2
2762 shift; shift
2763 # Remember, the first character of IFS is used to create $*,
2764 # except with old shells:
2765 build_os=$*
2766 IFS=$ac_save_IFS
2767 case $build_os in *\ *) build_os=`echo "$build_os" | sed 's/ /-/g'`;; esac
2768
2769
2770 { $as_echo "$as_me:${as_lineno-$LINENO}: checking host system type" >&5
2771 $as_echo_n "checking host system type... " >&6; }
2772 if test "${ac_cv_host+set}" = set; then :
2773   $as_echo_n "(cached) " >&6
2774 else
2775   if test "x$host_alias" = x; then
2776   ac_cv_host=$ac_cv_build
2777 else
2778   ac_cv_host=`$SHELL "$ac_aux_dir/config.sub" $host_alias` ||
2779     as_fn_error "$SHELL $ac_aux_dir/config.sub $host_alias failed" "$LINENO" 5
2780 fi
2781
2782 fi
2783 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_host" >&5
2784 $as_echo "$ac_cv_host" >&6; }
2785 case $ac_cv_host in
2786 *-*-*) ;;
2787 *) as_fn_error "invalid value of canonical host" "$LINENO" 5;;
2788 esac
2789 host=$ac_cv_host
2790 ac_save_IFS=$IFS; IFS='-'
2791 set x $ac_cv_host
2792 shift
2793 host_cpu=$1
2794 host_vendor=$2
2795 shift; shift
2796 # Remember, the first character of IFS is used to create $*,
2797 # except with old shells:
2798 host_os=$*
2799 IFS=$ac_save_IFS
2800 case $host_os in *\ *) host_os=`echo "$host_os" | sed 's/ /-/g'`;; esac
2801
2802
2803
2804 case "$srcdir" in
2805  .) ;;
2806  *) if test -f "$srcdir/Makefile" -o -f "$srcdir/include/config.h"; then
2807       as_fn_error "you are building out of the source tree, but the source tree contains object files.
2808 You need to run 'make distclean' in the source tree first." "$LINENO" 5
2809     fi ;;
2810 esac
2811
2812
2813 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether ${MAKE-make} sets \$(MAKE)" >&5
2814 $as_echo_n "checking whether ${MAKE-make} sets \$(MAKE)... " >&6; }
2815 set x ${MAKE-make}
2816 ac_make=`$as_echo "$2" | sed 's/+/p/g; s/[^a-zA-Z0-9_]/_/g'`
2817 if { as_var=ac_cv_prog_make_${ac_make}_set; eval "test \"\${$as_var+set}\" = set"; }; then :
2818   $as_echo_n "(cached) " >&6
2819 else
2820   cat >conftest.make <<\_ACEOF
2821 SHELL = /bin/sh
2822 all:
2823         @echo '@@@%%%=$(MAKE)=@@@%%%'
2824 _ACEOF
2825 # GNU make sometimes prints "make[1]: Entering...", which would confuse us.
2826 case `${MAKE-make} -f conftest.make 2>/dev/null` in
2827   *@@@%%%=?*=@@@%%%*)
2828     eval ac_cv_prog_make_${ac_make}_set=yes;;
2829   *)
2830     eval ac_cv_prog_make_${ac_make}_set=no;;
2831 esac
2832 rm -f conftest.make
2833 fi
2834 if eval test \$ac_cv_prog_make_${ac_make}_set = yes; then
2835   { $as_echo "$as_me:${as_lineno-$LINENO}: result: yes" >&5
2836 $as_echo "yes" >&6; }
2837   SET_MAKE=
2838 else
2839   { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
2840 $as_echo "no" >&6; }
2841   SET_MAKE="MAKE=${MAKE-make}"
2842 fi
2843
2844 ac_ext=c
2845 ac_cpp='$CPP $CPPFLAGS'
2846 ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
2847 ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
2848 ac_compiler_gnu=$ac_cv_c_compiler_gnu
2849 if test -n "$ac_tool_prefix"; then
2850   # Extract the first word of "${ac_tool_prefix}gcc", so it can be a program name with args.
2851 set dummy ${ac_tool_prefix}gcc; ac_word=$2
2852 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
2853 $as_echo_n "checking for $ac_word... " >&6; }
2854 if test "${ac_cv_prog_CC+set}" = set; then :
2855   $as_echo_n "(cached) " >&6
2856 else
2857   if test -n "$CC"; then
2858   ac_cv_prog_CC="$CC" # Let the user override the test.
2859 else
2860 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
2861 for as_dir in $PATH
2862 do
2863   IFS=$as_save_IFS
2864   test -z "$as_dir" && as_dir=.
2865     for ac_exec_ext in '' $ac_executable_extensions; do
2866   if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
2867     ac_cv_prog_CC="${ac_tool_prefix}gcc"
2868     $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
2869     break 2
2870   fi
2871 done
2872   done
2873 IFS=$as_save_IFS
2874
2875 fi
2876 fi
2877 CC=$ac_cv_prog_CC
2878 if test -n "$CC"; then
2879   { $as_echo "$as_me:${as_lineno-$LINENO}: result: $CC" >&5
2880 $as_echo "$CC" >&6; }
2881 else
2882   { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
2883 $as_echo "no" >&6; }
2884 fi
2885
2886
2887 fi
2888 if test -z "$ac_cv_prog_CC"; then
2889   ac_ct_CC=$CC
2890   # Extract the first word of "gcc", so it can be a program name with args.
2891 set dummy gcc; ac_word=$2
2892 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
2893 $as_echo_n "checking for $ac_word... " >&6; }
2894 if test "${ac_cv_prog_ac_ct_CC+set}" = set; then :
2895   $as_echo_n "(cached) " >&6
2896 else
2897   if test -n "$ac_ct_CC"; then
2898   ac_cv_prog_ac_ct_CC="$ac_ct_CC" # Let the user override the test.
2899 else
2900 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
2901 for as_dir in $PATH
2902 do
2903   IFS=$as_save_IFS
2904   test -z "$as_dir" && as_dir=.
2905     for ac_exec_ext in '' $ac_executable_extensions; do
2906   if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
2907     ac_cv_prog_ac_ct_CC="gcc"
2908     $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
2909     break 2
2910   fi
2911 done
2912   done
2913 IFS=$as_save_IFS
2914
2915 fi
2916 fi
2917 ac_ct_CC=$ac_cv_prog_ac_ct_CC
2918 if test -n "$ac_ct_CC"; then
2919   { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_ct_CC" >&5
2920 $as_echo "$ac_ct_CC" >&6; }
2921 else
2922   { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
2923 $as_echo "no" >&6; }
2924 fi
2925
2926   if test "x$ac_ct_CC" = x; then
2927     CC=""
2928   else
2929     case $cross_compiling:$ac_tool_warned in
2930 yes:)
2931 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: using cross tools not prefixed with host triplet" >&5
2932 $as_echo "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;}
2933 ac_tool_warned=yes ;;
2934 esac
2935     CC=$ac_ct_CC
2936   fi
2937 else
2938   CC="$ac_cv_prog_CC"
2939 fi
2940
2941 if test -z "$CC"; then
2942           if test -n "$ac_tool_prefix"; then
2943     # Extract the first word of "${ac_tool_prefix}cc", so it can be a program name with args.
2944 set dummy ${ac_tool_prefix}cc; ac_word=$2
2945 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
2946 $as_echo_n "checking for $ac_word... " >&6; }
2947 if test "${ac_cv_prog_CC+set}" = set; then :
2948   $as_echo_n "(cached) " >&6
2949 else
2950   if test -n "$CC"; then
2951   ac_cv_prog_CC="$CC" # Let the user override the test.
2952 else
2953 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
2954 for as_dir in $PATH
2955 do
2956   IFS=$as_save_IFS
2957   test -z "$as_dir" && as_dir=.
2958     for ac_exec_ext in '' $ac_executable_extensions; do
2959   if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
2960     ac_cv_prog_CC="${ac_tool_prefix}cc"
2961     $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
2962     break 2
2963   fi
2964 done
2965   done
2966 IFS=$as_save_IFS
2967
2968 fi
2969 fi
2970 CC=$ac_cv_prog_CC
2971 if test -n "$CC"; then
2972   { $as_echo "$as_me:${as_lineno-$LINENO}: result: $CC" >&5
2973 $as_echo "$CC" >&6; }
2974 else
2975   { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
2976 $as_echo "no" >&6; }
2977 fi
2978
2979
2980   fi
2981 fi
2982 if test -z "$CC"; then
2983   # Extract the first word of "cc", so it can be a program name with args.
2984 set dummy cc; ac_word=$2
2985 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
2986 $as_echo_n "checking for $ac_word... " >&6; }
2987 if test "${ac_cv_prog_CC+set}" = set; then :
2988   $as_echo_n "(cached) " >&6
2989 else
2990   if test -n "$CC"; then
2991   ac_cv_prog_CC="$CC" # Let the user override the test.
2992 else
2993   ac_prog_rejected=no
2994 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
2995 for as_dir in $PATH
2996 do
2997   IFS=$as_save_IFS
2998   test -z "$as_dir" && as_dir=.
2999     for ac_exec_ext in '' $ac_executable_extensions; do
3000   if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
3001     if test "$as_dir/$ac_word$ac_exec_ext" = "/usr/ucb/cc"; then
3002        ac_prog_rejected=yes
3003        continue
3004      fi
3005     ac_cv_prog_CC="cc"
3006     $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
3007     break 2
3008   fi
3009 done
3010   done
3011 IFS=$as_save_IFS
3012
3013 if test $ac_prog_rejected = yes; then
3014   # We found a bogon in the path, so make sure we never use it.
3015   set dummy $ac_cv_prog_CC
3016   shift
3017   if test $# != 0; then
3018     # We chose a different compiler from the bogus one.
3019     # However, it has the same basename, so the bogon will be chosen
3020     # first if we set CC to just the basename; use the full file name.
3021     shift
3022     ac_cv_prog_CC="$as_dir/$ac_word${1+' '}$@"
3023   fi
3024 fi
3025 fi
3026 fi
3027 CC=$ac_cv_prog_CC
3028 if test -n "$CC"; then
3029   { $as_echo "$as_me:${as_lineno-$LINENO}: result: $CC" >&5
3030 $as_echo "$CC" >&6; }
3031 else
3032   { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
3033 $as_echo "no" >&6; }
3034 fi
3035
3036
3037 fi
3038 if test -z "$CC"; then
3039   if test -n "$ac_tool_prefix"; then
3040   for ac_prog in cl.exe
3041   do
3042     # Extract the first word of "$ac_tool_prefix$ac_prog", so it can be a program name with args.
3043 set dummy $ac_tool_prefix$ac_prog; ac_word=$2
3044 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
3045 $as_echo_n "checking for $ac_word... " >&6; }
3046 if test "${ac_cv_prog_CC+set}" = set; then :
3047   $as_echo_n "(cached) " >&6
3048 else
3049   if test -n "$CC"; then
3050   ac_cv_prog_CC="$CC" # Let the user override the test.
3051 else
3052 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
3053 for as_dir in $PATH
3054 do
3055   IFS=$as_save_IFS
3056   test -z "$as_dir" && as_dir=.
3057     for ac_exec_ext in '' $ac_executable_extensions; do
3058   if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
3059     ac_cv_prog_CC="$ac_tool_prefix$ac_prog"
3060     $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
3061     break 2
3062   fi
3063 done
3064   done
3065 IFS=$as_save_IFS
3066
3067 fi
3068 fi
3069 CC=$ac_cv_prog_CC
3070 if test -n "$CC"; then
3071   { $as_echo "$as_me:${as_lineno-$LINENO}: result: $CC" >&5
3072 $as_echo "$CC" >&6; }
3073 else
3074   { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
3075 $as_echo "no" >&6; }
3076 fi
3077
3078
3079     test -n "$CC" && break
3080   done
3081 fi
3082 if test -z "$CC"; then
3083   ac_ct_CC=$CC
3084   for ac_prog in cl.exe
3085 do
3086   # Extract the first word of "$ac_prog", so it can be a program name with args.
3087 set dummy $ac_prog; ac_word=$2
3088 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
3089 $as_echo_n "checking for $ac_word... " >&6; }
3090 if test "${ac_cv_prog_ac_ct_CC+set}" = set; then :
3091   $as_echo_n "(cached) " >&6
3092 else
3093   if test -n "$ac_ct_CC"; then
3094   ac_cv_prog_ac_ct_CC="$ac_ct_CC" # Let the user override the test.
3095 else
3096 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
3097 for as_dir in $PATH
3098 do
3099   IFS=$as_save_IFS
3100   test -z "$as_dir" && as_dir=.
3101     for ac_exec_ext in '' $ac_executable_extensions; do
3102   if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
3103     ac_cv_prog_ac_ct_CC="$ac_prog"
3104     $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
3105     break 2
3106   fi
3107 done
3108   done
3109 IFS=$as_save_IFS
3110
3111 fi
3112 fi
3113 ac_ct_CC=$ac_cv_prog_ac_ct_CC
3114 if test -n "$ac_ct_CC"; then
3115   { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_ct_CC" >&5
3116 $as_echo "$ac_ct_CC" >&6; }
3117 else
3118   { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
3119 $as_echo "no" >&6; }
3120 fi
3121
3122
3123   test -n "$ac_ct_CC" && break
3124 done
3125
3126   if test "x$ac_ct_CC" = x; then
3127     CC=""
3128   else
3129     case $cross_compiling:$ac_tool_warned in
3130 yes:)
3131 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: using cross tools not prefixed with host triplet" >&5
3132 $as_echo "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;}
3133 ac_tool_warned=yes ;;
3134 esac
3135     CC=$ac_ct_CC
3136   fi
3137 fi
3138
3139 fi
3140
3141
3142 test -z "$CC" && { { $as_echo "$as_me:${as_lineno-$LINENO}: error: in \`$ac_pwd':" >&5
3143 $as_echo "$as_me: error: in \`$ac_pwd':" >&2;}
3144 as_fn_error "no acceptable C compiler found in \$PATH
3145 See \`config.log' for more details." "$LINENO" 5; }
3146
3147 # Provide some information about the compiler.
3148 $as_echo "$as_me:${as_lineno-$LINENO}: checking for C compiler version" >&5
3149 set X $ac_compile
3150 ac_compiler=$2
3151 for ac_option in --version -v -V -qversion; do
3152   { { ac_try="$ac_compiler $ac_option >&5"
3153 case "(($ac_try" in
3154   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
3155   *) ac_try_echo=$ac_try;;
3156 esac
3157 eval ac_try_echo="\"\$as_me:${as_lineno-$LINENO}: $ac_try_echo\""
3158 $as_echo "$ac_try_echo"; } >&5
3159   (eval "$ac_compiler $ac_option >&5") 2>conftest.err
3160   ac_status=$?
3161   if test -s conftest.err; then
3162     sed '10a\
3163 ... rest of stderr output deleted ...
3164          10q' conftest.err >conftest.er1
3165     cat conftest.er1 >&5
3166     rm -f conftest.er1 conftest.err
3167   fi
3168   $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
3169   test $ac_status = 0; }
3170 done
3171
3172 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
3173 /* end confdefs.h.  */
3174 #include <stdio.h>
3175 int
3176 main ()
3177 {
3178 FILE *f = fopen ("conftest.out", "w");
3179  return ferror (f) || fclose (f) != 0;
3180
3181   ;
3182   return 0;
3183 }
3184 _ACEOF
3185 ac_clean_files_save=$ac_clean_files
3186 ac_clean_files="$ac_clean_files a.out a.out.dSYM a.exe b.out conftest.out"
3187 # Try to create an executable without -o first, disregard a.out.
3188 # It will help us diagnose broken compilers, and finding out an intuition
3189 # of exeext.
3190 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for C compiler default output file name" >&5
3191 $as_echo_n "checking for C compiler default output file name... " >&6; }
3192 ac_link_default=`$as_echo "$ac_link" | sed 's/ -o *conftest[^ ]*//'`
3193
3194 # The possible output files:
3195 ac_files="a.out conftest.exe conftest a.exe a_out.exe b.out conftest.*"
3196
3197 ac_rmfiles=
3198 for ac_file in $ac_files
3199 do
3200   case $ac_file in
3201     *.$ac_ext | *.xcoff | *.tds | *.d | *.pdb | *.xSYM | *.bb | *.bbg | *.map | *.inf | *.dSYM | *.o | *.obj ) ;;
3202     * ) ac_rmfiles="$ac_rmfiles $ac_file";;
3203   esac
3204 done
3205 rm -f $ac_rmfiles
3206
3207 if { { ac_try="$ac_link_default"
3208 case "(($ac_try" in
3209   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
3210   *) ac_try_echo=$ac_try;;
3211 esac
3212 eval ac_try_echo="\"\$as_me:${as_lineno-$LINENO}: $ac_try_echo\""
3213 $as_echo "$ac_try_echo"; } >&5
3214   (eval "$ac_link_default") 2>&5
3215   ac_status=$?
3216   $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
3217   test $ac_status = 0; }; then :
3218   # Autoconf-2.13 could set the ac_cv_exeext variable to `no'.
3219 # So ignore a value of `no', otherwise this would lead to `EXEEXT = no'
3220 # in a Makefile.  We should not override ac_cv_exeext if it was cached,
3221 # so that the user can short-circuit this test for compilers unknown to
3222 # Autoconf.
3223 for ac_file in $ac_files ''
3224 do
3225   test -f "$ac_file" || continue
3226   case $ac_file in
3227     *.$ac_ext | *.xcoff | *.tds | *.d | *.pdb | *.xSYM | *.bb | *.bbg | *.map | *.inf | *.dSYM | *.o | *.obj )
3228         ;;
3229     [ab].out )
3230         # We found the default executable, but exeext='' is most
3231         # certainly right.
3232         break;;
3233     *.* )
3234         if test "${ac_cv_exeext+set}" = set && test "$ac_cv_exeext" != no;
3235         then :; else
3236            ac_cv_exeext=`expr "$ac_file" : '[^.]*\(\..*\)'`
3237         fi
3238         # We set ac_cv_exeext here because the later test for it is not
3239         # safe: cross compilers may not add the suffix if given an `-o'
3240         # argument, so we may need to know it at that point already.
3241         # Even if this section looks crufty: it has the advantage of
3242         # actually working.
3243         break;;
3244     * )
3245         break;;
3246   esac
3247 done
3248 test "$ac_cv_exeext" = no && ac_cv_exeext=
3249
3250 else
3251   ac_file=''
3252 fi
3253 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_file" >&5
3254 $as_echo "$ac_file" >&6; }
3255 if test -z "$ac_file"; then :
3256   $as_echo "$as_me: failed program was:" >&5
3257 sed 's/^/| /' conftest.$ac_ext >&5
3258
3259 { { $as_echo "$as_me:${as_lineno-$LINENO}: error: in \`$ac_pwd':" >&5
3260 $as_echo "$as_me: error: in \`$ac_pwd':" >&2;}
3261 { as_fn_set_status 77
3262 as_fn_error "C compiler cannot create executables
3263 See \`config.log' for more details." "$LINENO" 5; }; }
3264 fi
3265 ac_exeext=$ac_cv_exeext
3266
3267 # Check that the compiler produces executables we can run.  If not, either
3268 # the compiler is broken, or we cross compile.
3269 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether the C compiler works" >&5
3270 $as_echo_n "checking whether the C compiler works... " >&6; }
3271 # If not cross compiling, check that we can run a simple program.
3272 if test "$cross_compiling" != yes; then
3273   if { ac_try='./$ac_file'
3274   { { case "(($ac_try" in
3275   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
3276   *) ac_try_echo=$ac_try;;
3277 esac
3278 eval ac_try_echo="\"\$as_me:${as_lineno-$LINENO}: $ac_try_echo\""
3279 $as_echo "$ac_try_echo"; } >&5
3280   (eval "$ac_try") 2>&5
3281   ac_status=$?
3282   $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
3283   test $ac_status = 0; }; }; then
3284     cross_compiling=no
3285   else
3286     if test "$cross_compiling" = maybe; then
3287         cross_compiling=yes
3288     else
3289         { { $as_echo "$as_me:${as_lineno-$LINENO}: error: in \`$ac_pwd':" >&5
3290 $as_echo "$as_me: error: in \`$ac_pwd':" >&2;}
3291 as_fn_error "cannot run C compiled programs.
3292 If you meant to cross compile, use \`--host'.
3293 See \`config.log' for more details." "$LINENO" 5; }
3294     fi
3295   fi
3296 fi
3297 { $as_echo "$as_me:${as_lineno-$LINENO}: result: yes" >&5
3298 $as_echo "yes" >&6; }
3299
3300 rm -f -r a.out a.out.dSYM a.exe conftest$ac_cv_exeext b.out conftest.out
3301 ac_clean_files=$ac_clean_files_save
3302 # Check that the compiler produces executables we can run.  If not, either
3303 # the compiler is broken, or we cross compile.
3304 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether we are cross compiling" >&5
3305 $as_echo_n "checking whether we are cross compiling... " >&6; }
3306 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $cross_compiling" >&5
3307 $as_echo "$cross_compiling" >&6; }
3308
3309 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for suffix of executables" >&5
3310 $as_echo_n "checking for suffix of executables... " >&6; }
3311 if { { ac_try="$ac_link"
3312 case "(($ac_try" in
3313   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
3314   *) ac_try_echo=$ac_try;;
3315 esac
3316 eval ac_try_echo="\"\$as_me:${as_lineno-$LINENO}: $ac_try_echo\""
3317 $as_echo "$ac_try_echo"; } >&5
3318   (eval "$ac_link") 2>&5
3319   ac_status=$?
3320   $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
3321   test $ac_status = 0; }; then :
3322   # If both `conftest.exe' and `conftest' are `present' (well, observable)
3323 # catch `conftest.exe'.  For instance with Cygwin, `ls conftest' will
3324 # work properly (i.e., refer to `conftest.exe'), while it won't with
3325 # `rm'.
3326 for ac_file in conftest.exe conftest conftest.*; do
3327   test -f "$ac_file" || continue
3328   case $ac_file in
3329     *.$ac_ext | *.xcoff | *.tds | *.d | *.pdb | *.xSYM | *.bb | *.bbg | *.map | *.inf | *.dSYM | *.o | *.obj ) ;;
3330     *.* ) ac_cv_exeext=`expr "$ac_file" : '[^.]*\(\..*\)'`
3331           break;;
3332     * ) break;;
3333   esac
3334 done
3335 else
3336   { { $as_echo "$as_me:${as_lineno-$LINENO}: error: in \`$ac_pwd':" >&5
3337 $as_echo "$as_me: error: in \`$ac_pwd':" >&2;}
3338 as_fn_error "cannot compute suffix of executables: cannot compile and link
3339 See \`config.log' for more details." "$LINENO" 5; }
3340 fi
3341 rm -f conftest$ac_cv_exeext
3342 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_exeext" >&5
3343 $as_echo "$ac_cv_exeext" >&6; }
3344
3345 rm -f conftest.$ac_ext
3346 EXEEXT=$ac_cv_exeext
3347 ac_exeext=$EXEEXT
3348 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for suffix of object files" >&5
3349 $as_echo_n "checking for suffix of object files... " >&6; }
3350 if test "${ac_cv_objext+set}" = set; then :
3351   $as_echo_n "(cached) " >&6
3352 else
3353   cat confdefs.h - <<_ACEOF >conftest.$ac_ext
3354 /* end confdefs.h.  */
3355
3356 int
3357 main ()
3358 {
3359
3360   ;
3361   return 0;
3362 }
3363 _ACEOF
3364 rm -f conftest.o conftest.obj
3365 if { { ac_try="$ac_compile"
3366 case "(($ac_try" in
3367   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
3368   *) ac_try_echo=$ac_try;;
3369 esac
3370 eval ac_try_echo="\"\$as_me:${as_lineno-$LINENO}: $ac_try_echo\""
3371 $as_echo "$ac_try_echo"; } >&5
3372   (eval "$ac_compile") 2>&5
3373   ac_status=$?
3374   $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
3375   test $ac_status = 0; }; then :
3376   for ac_file in conftest.o conftest.obj conftest.*; do
3377   test -f "$ac_file" || continue;
3378   case $ac_file in
3379     *.$ac_ext | *.xcoff | *.tds | *.d | *.pdb | *.xSYM | *.bb | *.bbg | *.map | *.inf | *.dSYM ) ;;
3380     *) ac_cv_objext=`expr "$ac_file" : '.*\.\(.*\)'`
3381        break;;
3382   esac
3383 done
3384 else
3385   $as_echo "$as_me: failed program was:" >&5
3386 sed 's/^/| /' conftest.$ac_ext >&5
3387
3388 { { $as_echo "$as_me:${as_lineno-$LINENO}: error: in \`$ac_pwd':" >&5
3389 $as_echo "$as_me: error: in \`$ac_pwd':" >&2;}
3390 as_fn_error "cannot compute suffix of object files: cannot compile
3391 See \`config.log' for more details." "$LINENO" 5; }
3392 fi
3393 rm -f conftest.$ac_cv_objext conftest.$ac_ext
3394 fi
3395 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_objext" >&5
3396 $as_echo "$ac_cv_objext" >&6; }
3397 OBJEXT=$ac_cv_objext
3398 ac_objext=$OBJEXT
3399 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether we are using the GNU C compiler" >&5
3400 $as_echo_n "checking whether we are using the GNU C compiler... " >&6; }
3401 if test "${ac_cv_c_compiler_gnu+set}" = set; then :
3402   $as_echo_n "(cached) " >&6
3403 else
3404   cat confdefs.h - <<_ACEOF >conftest.$ac_ext
3405 /* end confdefs.h.  */
3406
3407 int
3408 main ()
3409 {
3410 #ifndef __GNUC__
3411        choke me
3412 #endif
3413
3414   ;
3415   return 0;
3416 }
3417 _ACEOF
3418 if ac_fn_c_try_compile "$LINENO"; then :
3419   ac_compiler_gnu=yes
3420 else
3421   ac_compiler_gnu=no
3422 fi
3423 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
3424 ac_cv_c_compiler_gnu=$ac_compiler_gnu
3425
3426 fi
3427 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_c_compiler_gnu" >&5
3428 $as_echo "$ac_cv_c_compiler_gnu" >&6; }
3429 if test $ac_compiler_gnu = yes; then
3430   GCC=yes
3431 else
3432   GCC=
3433 fi
3434 ac_test_CFLAGS=${CFLAGS+set}
3435 ac_save_CFLAGS=$CFLAGS
3436 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether $CC accepts -g" >&5
3437 $as_echo_n "checking whether $CC accepts -g... " >&6; }
3438 if test "${ac_cv_prog_cc_g+set}" = set; then :
3439   $as_echo_n "(cached) " >&6
3440 else
3441   ac_save_c_werror_flag=$ac_c_werror_flag
3442    ac_c_werror_flag=yes
3443    ac_cv_prog_cc_g=no
3444    CFLAGS="-g"
3445    cat confdefs.h - <<_ACEOF >conftest.$ac_ext
3446 /* end confdefs.h.  */
3447
3448 int
3449 main ()
3450 {
3451
3452   ;
3453   return 0;
3454 }
3455 _ACEOF
3456 if ac_fn_c_try_compile "$LINENO"; then :
3457   ac_cv_prog_cc_g=yes
3458 else
3459   CFLAGS=""
3460       cat confdefs.h - <<_ACEOF >conftest.$ac_ext
3461 /* end confdefs.h.  */
3462
3463 int
3464 main ()
3465 {
3466
3467   ;
3468   return 0;
3469 }
3470 _ACEOF
3471 if ac_fn_c_try_compile "$LINENO"; then :
3472
3473 else
3474   ac_c_werror_flag=$ac_save_c_werror_flag
3475          CFLAGS="-g"
3476          cat confdefs.h - <<_ACEOF >conftest.$ac_ext
3477 /* end confdefs.h.  */
3478
3479 int
3480 main ()
3481 {
3482
3483   ;
3484   return 0;
3485 }
3486 _ACEOF
3487 if ac_fn_c_try_compile "$LINENO"; then :
3488   ac_cv_prog_cc_g=yes
3489 fi
3490 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
3491 fi
3492 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
3493 fi
3494 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
3495    ac_c_werror_flag=$ac_save_c_werror_flag
3496 fi
3497 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_prog_cc_g" >&5
3498 $as_echo "$ac_cv_prog_cc_g" >&6; }
3499 if test "$ac_test_CFLAGS" = set; then
3500   CFLAGS=$ac_save_CFLAGS
3501 elif test $ac_cv_prog_cc_g = yes; then
3502   if test "$GCC" = yes; then
3503     CFLAGS="-g -O2"
3504   else
3505     CFLAGS="-g"
3506   fi
3507 else
3508   if test "$GCC" = yes; then
3509     CFLAGS="-O2"
3510   else
3511     CFLAGS=
3512   fi
3513 fi
3514 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $CC option to accept ISO C89" >&5
3515 $as_echo_n "checking for $CC option to accept ISO C89... " >&6; }
3516 if test "${ac_cv_prog_cc_c89+set}" = set; then :
3517   $as_echo_n "(cached) " >&6
3518 else
3519   ac_cv_prog_cc_c89=no
3520 ac_save_CC=$CC
3521 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
3522 /* end confdefs.h.  */
3523 #include <stdarg.h>
3524 #include <stdio.h>
3525 #include <sys/types.h>
3526 #include <sys/stat.h>
3527 /* Most of the following tests are stolen from RCS 5.7's src/conf.sh.  */
3528 struct buf { int x; };
3529 FILE * (*rcsopen) (struct buf *, struct stat *, int);
3530 static char *e (p, i)
3531      char **p;
3532      int i;
3533 {
3534   return p[i];
3535 }
3536 static char *f (char * (*g) (char **, int), char **p, ...)
3537 {
3538   char *s;
3539   va_list v;
3540   va_start (v,p);
3541   s = g (p, va_arg (v,int));
3542   va_end (v);
3543   return s;
3544 }
3545
3546 /* OSF 4.0 Compaq cc is some sort of almost-ANSI by default.  It has
3547    function prototypes and stuff, but not '\xHH' hex character constants.
3548    These don't provoke an error unfortunately, instead are silently treated
3549    as 'x'.  The following induces an error, until -std is added to get
3550    proper ANSI mode.  Curiously '\x00'!='x' always comes out true, for an
3551    array size at least.  It's necessary to write '\x00'==0 to get something
3552    that's true only with -std.  */
3553 int osf4_cc_array ['\x00' == 0 ? 1 : -1];
3554
3555 /* IBM C 6 for AIX is almost-ANSI by default, but it replaces macro parameters
3556    inside strings and character constants.  */
3557 #define FOO(x) 'x'
3558 int xlc6_cc_array[FOO(a) == 'x' ? 1 : -1];
3559
3560 int test (int i, double x);
3561 struct s1 {int (*f) (int a);};
3562 struct s2 {int (*f) (double a);};
3563 int pairnames (int, char **, FILE *(*)(struct buf *, struct stat *, int), int, int);
3564 int argc;
3565 char **argv;
3566 int
3567 main ()
3568 {
3569 return f (e, argv, 0) != argv[0]  ||  f (e, argv, 1) != argv[1];
3570   ;
3571   return 0;
3572 }
3573 _ACEOF
3574 for ac_arg in '' -qlanglvl=extc89 -qlanglvl=ansi -std \
3575         -Ae "-Aa -D_HPUX_SOURCE" "-Xc -D__EXTENSIONS__"
3576 do
3577   CC="$ac_save_CC $ac_arg"
3578   if ac_fn_c_try_compile "$LINENO"; then :
3579   ac_cv_prog_cc_c89=$ac_arg
3580 fi
3581 rm -f core conftest.err conftest.$ac_objext
3582   test "x$ac_cv_prog_cc_c89" != "xno" && break
3583 done
3584 rm -f conftest.$ac_ext
3585 CC=$ac_save_CC
3586
3587 fi
3588 # AC_CACHE_VAL
3589 case "x$ac_cv_prog_cc_c89" in
3590   x)
3591     { $as_echo "$as_me:${as_lineno-$LINENO}: result: none needed" >&5
3592 $as_echo "none needed" >&6; } ;;
3593   xno)
3594     { $as_echo "$as_me:${as_lineno-$LINENO}: result: unsupported" >&5
3595 $as_echo "unsupported" >&6; } ;;
3596   *)
3597     CC="$CC $ac_cv_prog_cc_c89"
3598     { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_prog_cc_c89" >&5
3599 $as_echo "$ac_cv_prog_cc_c89" >&6; } ;;
3600 esac
3601 if test "x$ac_cv_prog_cc_c89" != xno; then :
3602
3603 fi
3604
3605 ac_ext=c
3606 ac_cpp='$CPP $CPPFLAGS'
3607 ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
3608 ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
3609 ac_compiler_gnu=$ac_cv_c_compiler_gnu
3610
3611 ac_ext=cpp
3612 ac_cpp='$CXXCPP $CPPFLAGS'
3613 ac_compile='$CXX -c $CXXFLAGS $CPPFLAGS conftest.$ac_ext >&5'
3614 ac_link='$CXX -o conftest$ac_exeext $CXXFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
3615 ac_compiler_gnu=$ac_cv_cxx_compiler_gnu
3616 if test -z "$CXX"; then
3617   if test -n "$CCC"; then
3618     CXX=$CCC
3619   else
3620     if test -n "$ac_tool_prefix"; then
3621   for ac_prog in g++ c++ gpp aCC CC cxx cc++ cl.exe FCC KCC RCC xlC_r xlC
3622   do
3623     # Extract the first word of "$ac_tool_prefix$ac_prog", so it can be a program name with args.
3624 set dummy $ac_tool_prefix$ac_prog; ac_word=$2
3625 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
3626 $as_echo_n "checking for $ac_word... " >&6; }
3627 if test "${ac_cv_prog_CXX+set}" = set; then :
3628   $as_echo_n "(cached) " >&6
3629 else
3630   if test -n "$CXX"; then
3631   ac_cv_prog_CXX="$CXX" # Let the user override the test.
3632 else
3633 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
3634 for as_dir in $PATH
3635 do
3636   IFS=$as_save_IFS
3637   test -z "$as_dir" && as_dir=.
3638     for ac_exec_ext in '' $ac_executable_extensions; do
3639   if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
3640     ac_cv_prog_CXX="$ac_tool_prefix$ac_prog"
3641     $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
3642     break 2
3643   fi
3644 done
3645   done
3646 IFS=$as_save_IFS
3647
3648 fi
3649 fi
3650 CXX=$ac_cv_prog_CXX
3651 if test -n "$CXX"; then
3652   { $as_echo "$as_me:${as_lineno-$LINENO}: result: $CXX" >&5
3653 $as_echo "$CXX" >&6; }
3654 else
3655   { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
3656 $as_echo "no" >&6; }
3657 fi
3658
3659
3660     test -n "$CXX" && break
3661   done
3662 fi
3663 if test -z "$CXX"; then
3664   ac_ct_CXX=$CXX
3665   for ac_prog in g++ c++ gpp aCC CC cxx cc++ cl.exe FCC KCC RCC xlC_r xlC
3666 do
3667   # Extract the first word of "$ac_prog", so it can be a program name with args.
3668 set dummy $ac_prog; ac_word=$2
3669 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
3670 $as_echo_n "checking for $ac_word... " >&6; }
3671 if test "${ac_cv_prog_ac_ct_CXX+set}" = set; then :
3672   $as_echo_n "(cached) " >&6
3673 else
3674   if test -n "$ac_ct_CXX"; then
3675   ac_cv_prog_ac_ct_CXX="$ac_ct_CXX" # Let the user override the test.
3676 else
3677 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
3678 for as_dir in $PATH
3679 do
3680   IFS=$as_save_IFS
3681   test -z "$as_dir" && as_dir=.
3682     for ac_exec_ext in '' $ac_executable_extensions; do
3683   if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
3684     ac_cv_prog_ac_ct_CXX="$ac_prog"
3685     $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
3686     break 2
3687   fi
3688 done
3689   done
3690 IFS=$as_save_IFS
3691
3692 fi
3693 fi
3694 ac_ct_CXX=$ac_cv_prog_ac_ct_CXX
3695 if test -n "$ac_ct_CXX"; then
3696   { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_ct_CXX" >&5
3697 $as_echo "$ac_ct_CXX" >&6; }
3698 else
3699   { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
3700 $as_echo "no" >&6; }
3701 fi
3702
3703
3704   test -n "$ac_ct_CXX" && break
3705 done
3706
3707   if test "x$ac_ct_CXX" = x; then
3708     CXX="g++"
3709   else
3710     case $cross_compiling:$ac_tool_warned in
3711 yes:)
3712 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: using cross tools not prefixed with host triplet" >&5
3713 $as_echo "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;}
3714 ac_tool_warned=yes ;;
3715 esac
3716     CXX=$ac_ct_CXX
3717   fi
3718 fi
3719
3720   fi
3721 fi
3722 # Provide some information about the compiler.
3723 $as_echo "$as_me:${as_lineno-$LINENO}: checking for C++ compiler version" >&5
3724 set X $ac_compile
3725 ac_compiler=$2
3726 for ac_option in --version -v -V -qversion; do
3727   { { ac_try="$ac_compiler $ac_option >&5"
3728 case "(($ac_try" in
3729   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
3730   *) ac_try_echo=$ac_try;;
3731 esac
3732 eval ac_try_echo="\"\$as_me:${as_lineno-$LINENO}: $ac_try_echo\""
3733 $as_echo "$ac_try_echo"; } >&5
3734   (eval "$ac_compiler $ac_option >&5") 2>conftest.err
3735   ac_status=$?
3736   if test -s conftest.err; then
3737     sed '10a\
3738 ... rest of stderr output deleted ...
3739          10q' conftest.err >conftest.er1
3740     cat conftest.er1 >&5
3741     rm -f conftest.er1 conftest.err
3742   fi
3743   $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
3744   test $ac_status = 0; }
3745 done
3746
3747 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether we are using the GNU C++ compiler" >&5
3748 $as_echo_n "checking whether we are using the GNU C++ compiler... " >&6; }
3749 if test "${ac_cv_cxx_compiler_gnu+set}" = set; then :
3750   $as_echo_n "(cached) " >&6
3751 else
3752   cat confdefs.h - <<_ACEOF >conftest.$ac_ext
3753 /* end confdefs.h.  */
3754
3755 int
3756 main ()
3757 {
3758 #ifndef __GNUC__
3759        choke me
3760 #endif
3761
3762   ;
3763   return 0;
3764 }
3765 _ACEOF
3766 if ac_fn_cxx_try_compile "$LINENO"; then :
3767   ac_compiler_gnu=yes
3768 else
3769   ac_compiler_gnu=no
3770 fi
3771 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
3772 ac_cv_cxx_compiler_gnu=$ac_compiler_gnu
3773
3774 fi
3775 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_cxx_compiler_gnu" >&5
3776 $as_echo "$ac_cv_cxx_compiler_gnu" >&6; }
3777 if test $ac_compiler_gnu = yes; then
3778   GXX=yes
3779 else
3780   GXX=
3781 fi
3782 ac_test_CXXFLAGS=${CXXFLAGS+set}
3783 ac_save_CXXFLAGS=$CXXFLAGS
3784 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether $CXX accepts -g" >&5
3785 $as_echo_n "checking whether $CXX accepts -g... " >&6; }
3786 if test "${ac_cv_prog_cxx_g+set}" = set; then :
3787   $as_echo_n "(cached) " >&6
3788 else
3789   ac_save_cxx_werror_flag=$ac_cxx_werror_flag
3790    ac_cxx_werror_flag=yes
3791    ac_cv_prog_cxx_g=no
3792    CXXFLAGS="-g"
3793    cat confdefs.h - <<_ACEOF >conftest.$ac_ext
3794 /* end confdefs.h.  */
3795
3796 int
3797 main ()
3798 {
3799
3800   ;
3801   return 0;
3802 }
3803 _ACEOF
3804 if ac_fn_cxx_try_compile "$LINENO"; then :
3805   ac_cv_prog_cxx_g=yes
3806 else
3807   CXXFLAGS=""
3808       cat confdefs.h - <<_ACEOF >conftest.$ac_ext
3809 /* end confdefs.h.  */
3810
3811 int
3812 main ()
3813 {
3814
3815   ;
3816   return 0;
3817 }
3818 _ACEOF
3819 if ac_fn_cxx_try_compile "$LINENO"; then :
3820
3821 else
3822   ac_cxx_werror_flag=$ac_save_cxx_werror_flag
3823          CXXFLAGS="-g"
3824          cat confdefs.h - <<_ACEOF >conftest.$ac_ext
3825 /* end confdefs.h.  */
3826
3827 int
3828 main ()
3829 {
3830
3831   ;
3832   return 0;
3833 }
3834 _ACEOF
3835 if ac_fn_cxx_try_compile "$LINENO"; then :
3836   ac_cv_prog_cxx_g=yes
3837 fi
3838 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
3839 fi
3840 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
3841 fi
3842 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
3843    ac_cxx_werror_flag=$ac_save_cxx_werror_flag
3844 fi
3845 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_prog_cxx_g" >&5
3846 $as_echo "$ac_cv_prog_cxx_g" >&6; }
3847 if test "$ac_test_CXXFLAGS" = set; then
3848   CXXFLAGS=$ac_save_CXXFLAGS
3849 elif test $ac_cv_prog_cxx_g = yes; then
3850   if test "$GXX" = yes; then
3851     CXXFLAGS="-g -O2"
3852   else
3853     CXXFLAGS="-g"
3854   fi
3855 else
3856   if test "$GXX" = yes; then
3857     CXXFLAGS="-O2"
3858   else
3859     CXXFLAGS=
3860   fi
3861 fi
3862 ac_ext=c
3863 ac_cpp='$CPP $CPPFLAGS'
3864 ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
3865 ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
3866 ac_compiler_gnu=$ac_cv_c_compiler_gnu
3867
3868 if test -n "$ac_tool_prefix"; then
3869   # Extract the first word of "${ac_tool_prefix}cpp", so it can be a program name with args.
3870 set dummy ${ac_tool_prefix}cpp; ac_word=$2
3871 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
3872 $as_echo_n "checking for $ac_word... " >&6; }
3873 if test "${ac_cv_prog_CPPBIN+set}" = set; then :
3874   $as_echo_n "(cached) " >&6
3875 else
3876   if test -n "$CPPBIN"; then
3877   ac_cv_prog_CPPBIN="$CPPBIN" # Let the user override the test.
3878 else
3879 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
3880 for as_dir in $PATH
3881 do
3882   IFS=$as_save_IFS
3883   test -z "$as_dir" && as_dir=.
3884     for ac_exec_ext in '' $ac_executable_extensions; do
3885   if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
3886     ac_cv_prog_CPPBIN="${ac_tool_prefix}cpp"
3887     $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
3888     break 2
3889   fi
3890 done
3891   done
3892 IFS=$as_save_IFS
3893
3894 fi
3895 fi
3896 CPPBIN=$ac_cv_prog_CPPBIN
3897 if test -n "$CPPBIN"; then
3898   { $as_echo "$as_me:${as_lineno-$LINENO}: result: $CPPBIN" >&5
3899 $as_echo "$CPPBIN" >&6; }
3900 else
3901   { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
3902 $as_echo "no" >&6; }
3903 fi
3904
3905
3906 fi
3907 if test -z "$ac_cv_prog_CPPBIN"; then
3908   ac_ct_CPPBIN=$CPPBIN
3909   # Extract the first word of "cpp", so it can be a program name with args.
3910 set dummy cpp; ac_word=$2
3911 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
3912 $as_echo_n "checking for $ac_word... " >&6; }
3913 if test "${ac_cv_prog_ac_ct_CPPBIN+set}" = set; then :
3914   $as_echo_n "(cached) " >&6
3915 else
3916   if test -n "$ac_ct_CPPBIN"; then
3917   ac_cv_prog_ac_ct_CPPBIN="$ac_ct_CPPBIN" # Let the user override the test.
3918 else
3919 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
3920 for as_dir in $PATH
3921 do
3922   IFS=$as_save_IFS
3923   test -z "$as_dir" && as_dir=.
3924     for ac_exec_ext in '' $ac_executable_extensions; do
3925   if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
3926     ac_cv_prog_ac_ct_CPPBIN="cpp"
3927     $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
3928     break 2
3929   fi
3930 done
3931   done
3932 IFS=$as_save_IFS
3933
3934 fi
3935 fi
3936 ac_ct_CPPBIN=$ac_cv_prog_ac_ct_CPPBIN
3937 if test -n "$ac_ct_CPPBIN"; then
3938   { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_ct_CPPBIN" >&5
3939 $as_echo "$ac_ct_CPPBIN" >&6; }
3940 else
3941   { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
3942 $as_echo "no" >&6; }
3943 fi
3944
3945   if test "x$ac_ct_CPPBIN" = x; then
3946     CPPBIN="cpp"
3947   else
3948     case $cross_compiling:$ac_tool_warned in
3949 yes:)
3950 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: using cross tools not prefixed with host triplet" >&5
3951 $as_echo "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;}
3952 ac_tool_warned=yes ;;
3953 esac
3954     CPPBIN=$ac_ct_CPPBIN
3955   fi
3956 else
3957   CPPBIN="$ac_cv_prog_CPPBIN"
3958 fi
3959
3960
3961 case $host in
3962   *-darwin*)
3963     if test "x$enable_win64" = "xyes"
3964     then
3965       CC="$CC -m64"
3966       CXX="$CXX -m64"
3967       LD="${LD:-ld} -arch x86_64"
3968       AS="${AS:-as} -arch x86_64"
3969       host_cpu="x86_64"
3970       notice_platform="64-bit "
3971       TARGETFLAGS="-m64"
3972
3973     else
3974       CC="$CC -m32"
3975       CXX="$CXX -m32"
3976       LD="${LD:-ld} -arch i386"
3977       AS="${AS:-as} -arch i386"
3978       host_cpu="i386"
3979       notice_platform="32-bit "
3980       TARGETFLAGS="-m32"
3981
3982       enable_win16=${enable_win16:-yes}
3983     fi
3984     ;;
3985   x86_64*)
3986     if test "x$enable_win64" != "xyes" -a "$cross_compiling" != "yes"
3987     then
3988       CC="$CC -m32"
3989       CXX="$CXX -m32"
3990       { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether $CC works" >&5
3991 $as_echo_n "checking whether $CC works... " >&6; }
3992
3993 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
3994 /* end confdefs.h.  */
3995
3996 int
3997 main ()
3998 {
3999
4000   ;
4001   return 0;
4002 }
4003 _ACEOF
4004 if ac_fn_c_try_link "$LINENO"; then :
4005   { $as_echo "$as_me:${as_lineno-$LINENO}: result: yes" >&5
4006 $as_echo "yes" >&6; }
4007 else
4008   { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
4009 $as_echo "no" >&6; }
4010                       as_fn_error "Cannot build a 32-bit program, you need to install 32-bit development libraries." "$LINENO" 5
4011 fi
4012 rm -f core conftest.err conftest.$ac_objext \
4013     conftest$ac_exeext conftest.$ac_ext
4014       LD="${LD:-ld} -m elf_i386"
4015       AS="${AS:-as} --32"
4016       host_cpu="i386"
4017       notice_platform="32-bit "
4018       TARGETFLAGS="-m32"
4019
4020       enable_win16=${enable_win16:-yes}
4021     else
4022       if test "x${GCC}" = "xyes"
4023       then
4024         { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether $CC supports __builtin_ms_va_list" >&5
4025 $as_echo_n "checking whether $CC supports __builtin_ms_va_list... " >&6; }
4026         cat confdefs.h - <<_ACEOF >conftest.$ac_ext
4027 /* end confdefs.h.  */
4028 #include <stdarg.h>
4029 int
4030 main ()
4031 {
4032 void func(__builtin_ms_va_list *args);
4033   ;
4034   return 0;
4035 }
4036 _ACEOF
4037 if ac_fn_c_try_compile "$LINENO"; then :
4038   { $as_echo "$as_me:${as_lineno-$LINENO}: result: yes" >&5
4039 $as_echo "yes" >&6; }
4040 else
4041   { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
4042 $as_echo "no" >&6; }
4043                            as_fn_error "You need gcc >= 4.4 to build Wine as 64-bit." "$LINENO" 5
4044 fi
4045 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
4046       fi
4047       TARGETFLAGS="-m64"
4048
4049     fi
4050     ;;
4051   *-mingw32*|*-cygwin*)
4052     enable_win16=${enable_win16:-no}
4053     ;;
4054   i[3456789]86*)
4055     enable_win16=${enable_win16:-yes}
4056     ;;
4057 esac
4058
4059 enable_win16=${enable_win16:-no}
4060
4061 WIN16_FILES="\$(WIN16_FILES)"
4062
4063 WIN16_INSTALL="\$(WIN16_INSTALL)"
4064
4065 if test "x$enable_win16" != "xyes"
4066 then
4067     WIN16_FILES=""
4068     WIN16_INSTALL=""
4069     enable_w32skrnl=${enable_w32skrnl:-no}
4070     enable_winedos=${enable_winedos:-no}
4071     enable_winevdm=${enable_winevdm:-no}
4072 fi
4073
4074 if test -n "$with_wine64"
4075 then
4076     if test "x$enable_win64" = "xyes"
4077     then
4078         as_fn_error "--enable-win64 and --with-wine64 are mutually exclusive.
4079 --enable-win64 should be used in the 64-bit build tree, --with-wine64 in the 32-bit Wow64 build tree." "$LINENO" 5
4080     fi
4081     WOW64_DISABLE=\#
4082
4083     enable_fonts=${enable_fonts:-no}
4084     enable_include=${enable_include:-no}
4085     enable_server=${enable_server:-no}
4086     enable_tools=${enable_tools:-no}
4087     enable_wineboot=${enable_wineboot:-no}
4088     enable_winedbg=${enable_winedbg:-no}
4089     test "x$libdir" != "x\${exec_prefix}/lib" || libdir="\${exec_prefix}/lib32"
4090 fi
4091
4092 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for the directory containing the Wine tools" >&5
4093 $as_echo_n "checking for the directory containing the Wine tools... " >&6; }
4094 if test "${wine_cv_toolsdir+set}" = set; then :
4095   $as_echo_n "(cached) " >&6
4096 else
4097   wine_cv_toolsdir="$with_wine_tools"
4098    if test -z "$with_wine_tools"; then
4099      if test "$cross_compiling" = "yes"; then
4100        as_fn_error "you must use the --with-wine-tools option when cross-compiling." "$LINENO" 5
4101      elif test -n "$with_wine64"; then
4102        wine_cv_toolsdir="$with_wine64"
4103      fi
4104    fi
4105    if test -z "$wine_cv_toolsdir"; then
4106      wine_cv_toolsdir="\$(TOPOBJDIR)"
4107    elif test -d "$wine_cv_toolsdir/tools/winebuild"; then
4108      case "$wine_cv_toolsdir" in
4109        /*) ;;
4110        *)  wine_cv_toolsdir="\$(TOPOBJDIR)/$wine_cv_toolsdir" ;;
4111      esac
4112    else
4113      as_fn_error "could not find Wine tools in $wine_cv_toolsdir" "$LINENO" 5
4114    fi
4115 fi
4116 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $wine_cv_toolsdir" >&5
4117 $as_echo "$wine_cv_toolsdir" >&6; }
4118 TOOLSDIR=$wine_cv_toolsdir
4119
4120 if test -n "$host_alias" -a "$host_alias" != "$build_alias"
4121 then
4122     TARGETFLAGS="-b $host_alias $TARGETFLAGS"
4123
4124 fi
4125
4126 for ac_prog in flex
4127 do
4128   # Extract the first word of "$ac_prog", so it can be a program name with args.
4129 set dummy $ac_prog; ac_word=$2
4130 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
4131 $as_echo_n "checking for $ac_word... " >&6; }
4132 if test "${ac_cv_prog_FLEX+set}" = set; then :
4133   $as_echo_n "(cached) " >&6
4134 else
4135   if test -n "$FLEX"; then
4136   ac_cv_prog_FLEX="$FLEX" # Let the user override the test.
4137 else
4138 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
4139 for as_dir in $PATH
4140 do
4141   IFS=$as_save_IFS
4142   test -z "$as_dir" && as_dir=.
4143     for ac_exec_ext in '' $ac_executable_extensions; do
4144   if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
4145     ac_cv_prog_FLEX="$ac_prog"
4146     $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
4147     break 2
4148   fi
4149 done
4150   done
4151 IFS=$as_save_IFS
4152
4153 fi
4154 fi
4155 FLEX=$ac_cv_prog_FLEX
4156 if test -n "$FLEX"; then
4157   { $as_echo "$as_me:${as_lineno-$LINENO}: result: $FLEX" >&5
4158 $as_echo "$FLEX" >&6; }
4159 else
4160   { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
4161 $as_echo "no" >&6; }
4162 fi
4163
4164
4165   test -n "$FLEX" && break
4166 done
4167 test -n "$FLEX" || FLEX="none"
4168
4169 if test "$FLEX" = "none"
4170 then
4171   as_fn_error "no suitable flex found. Please install the 'flex' package." "$LINENO" 5
4172 fi
4173
4174 for ac_prog in bison
4175 do
4176   # Extract the first word of "$ac_prog", so it can be a program name with args.
4177 set dummy $ac_prog; ac_word=$2
4178 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
4179 $as_echo_n "checking for $ac_word... " >&6; }
4180 if test "${ac_cv_prog_BISON+set}" = set; then :
4181   $as_echo_n "(cached) " >&6
4182 else
4183   if test -n "$BISON"; then
4184   ac_cv_prog_BISON="$BISON" # Let the user override the test.
4185 else
4186 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
4187 for as_dir in $PATH
4188 do
4189   IFS=$as_save_IFS
4190   test -z "$as_dir" && as_dir=.
4191     for ac_exec_ext in '' $ac_executable_extensions; do
4192   if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
4193     ac_cv_prog_BISON="$ac_prog"
4194     $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
4195     break 2
4196   fi
4197 done
4198   done
4199 IFS=$as_save_IFS
4200
4201 fi
4202 fi
4203 BISON=$ac_cv_prog_BISON
4204 if test -n "$BISON"; then
4205   { $as_echo "$as_me:${as_lineno-$LINENO}: result: $BISON" >&5
4206 $as_echo "$BISON" >&6; }
4207 else
4208   { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
4209 $as_echo "no" >&6; }
4210 fi
4211
4212
4213   test -n "$BISON" && break
4214 done
4215 test -n "$BISON" || BISON="none"
4216
4217 if test "$BISON" = "none"
4218 then
4219   as_fn_error "no suitable bison found. Please install the 'bison' package." "$LINENO" 5
4220 fi
4221
4222 if test -n "$ac_tool_prefix"; then
4223   for ac_prog in ar gar
4224   do
4225     # Extract the first word of "$ac_tool_prefix$ac_prog", so it can be a program name with args.
4226 set dummy $ac_tool_prefix$ac_prog; ac_word=$2
4227 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
4228 $as_echo_n "checking for $ac_word... " >&6; }
4229 if test "${ac_cv_prog_AR+set}" = set; then :
4230   $as_echo_n "(cached) " >&6
4231 else
4232   if test -n "$AR"; then
4233   ac_cv_prog_AR="$AR" # Let the user override the test.
4234 else
4235 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
4236 for as_dir in $PATH
4237 do
4238   IFS=$as_save_IFS
4239   test -z "$as_dir" && as_dir=.
4240     for ac_exec_ext in '' $ac_executable_extensions; do
4241   if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
4242     ac_cv_prog_AR="$ac_tool_prefix$ac_prog"
4243     $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
4244     break 2
4245   fi
4246 done
4247   done
4248 IFS=$as_save_IFS
4249
4250 fi
4251 fi
4252 AR=$ac_cv_prog_AR
4253 if test -n "$AR"; then
4254   { $as_echo "$as_me:${as_lineno-$LINENO}: result: $AR" >&5
4255 $as_echo "$AR" >&6; }
4256 else
4257   { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
4258 $as_echo "no" >&6; }
4259 fi
4260
4261
4262     test -n "$AR" && break
4263   done
4264 fi
4265 if test -z "$AR"; then
4266   ac_ct_AR=$AR
4267   for ac_prog in ar gar
4268 do
4269   # Extract the first word of "$ac_prog", so it can be a program name with args.
4270 set dummy $ac_prog; ac_word=$2
4271 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
4272 $as_echo_n "checking for $ac_word... " >&6; }
4273 if test "${ac_cv_prog_ac_ct_AR+set}" = set; then :
4274   $as_echo_n "(cached) " >&6
4275 else
4276   if test -n "$ac_ct_AR"; then
4277   ac_cv_prog_ac_ct_AR="$ac_ct_AR" # Let the user override the test.
4278 else
4279 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
4280 for as_dir in $PATH
4281 do
4282   IFS=$as_save_IFS
4283   test -z "$as_dir" && as_dir=.
4284     for ac_exec_ext in '' $ac_executable_extensions; do
4285   if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
4286     ac_cv_prog_ac_ct_AR="$ac_prog"
4287     $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
4288     break 2
4289   fi
4290 done
4291   done
4292 IFS=$as_save_IFS
4293
4294 fi
4295 fi
4296 ac_ct_AR=$ac_cv_prog_ac_ct_AR
4297 if test -n "$ac_ct_AR"; then
4298   { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_ct_AR" >&5
4299 $as_echo "$ac_ct_AR" >&6; }
4300 else
4301   { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
4302 $as_echo "no" >&6; }
4303 fi
4304
4305
4306   test -n "$ac_ct_AR" && break
4307 done
4308
4309   if test "x$ac_ct_AR" = x; then
4310     AR="ar"
4311   else
4312     case $cross_compiling:$ac_tool_warned in
4313 yes:)
4314 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: using cross tools not prefixed with host triplet" >&5
4315 $as_echo "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;}
4316 ac_tool_warned=yes ;;
4317 esac
4318     AR=$ac_ct_AR
4319   fi
4320 fi
4321
4322 ARFLAGS=rc
4323
4324 if test -n "$ac_tool_prefix"; then
4325   # Extract the first word of "${ac_tool_prefix}ranlib", so it can be a program name with args.
4326 set dummy ${ac_tool_prefix}ranlib; ac_word=$2
4327 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
4328 $as_echo_n "checking for $ac_word... " >&6; }
4329 if test "${ac_cv_prog_RANLIB+set}" = set; then :
4330   $as_echo_n "(cached) " >&6
4331 else
4332   if test -n "$RANLIB"; then
4333   ac_cv_prog_RANLIB="$RANLIB" # Let the user override the test.
4334 else
4335 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
4336 for as_dir in $PATH
4337 do
4338   IFS=$as_save_IFS
4339   test -z "$as_dir" && as_dir=.
4340     for ac_exec_ext in '' $ac_executable_extensions; do
4341   if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
4342     ac_cv_prog_RANLIB="${ac_tool_prefix}ranlib"
4343     $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
4344     break 2
4345   fi
4346 done
4347   done
4348 IFS=$as_save_IFS
4349
4350 fi
4351 fi
4352 RANLIB=$ac_cv_prog_RANLIB
4353 if test -n "$RANLIB"; then
4354   { $as_echo "$as_me:${as_lineno-$LINENO}: result: $RANLIB" >&5
4355 $as_echo "$RANLIB" >&6; }
4356 else
4357   { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
4358 $as_echo "no" >&6; }
4359 fi
4360
4361
4362 fi
4363 if test -z "$ac_cv_prog_RANLIB"; then
4364   ac_ct_RANLIB=$RANLIB
4365   # Extract the first word of "ranlib", so it can be a program name with args.
4366 set dummy ranlib; ac_word=$2
4367 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
4368 $as_echo_n "checking for $ac_word... " >&6; }
4369 if test "${ac_cv_prog_ac_ct_RANLIB+set}" = set; then :
4370   $as_echo_n "(cached) " >&6
4371 else
4372   if test -n "$ac_ct_RANLIB"; then
4373   ac_cv_prog_ac_ct_RANLIB="$ac_ct_RANLIB" # Let the user override the test.
4374 else
4375 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
4376 for as_dir in $PATH
4377 do
4378   IFS=$as_save_IFS
4379   test -z "$as_dir" && as_dir=.
4380     for ac_exec_ext in '' $ac_executable_extensions; do
4381   if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
4382     ac_cv_prog_ac_ct_RANLIB="ranlib"
4383     $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
4384     break 2
4385   fi
4386 done
4387   done
4388 IFS=$as_save_IFS
4389
4390 fi
4391 fi
4392 ac_ct_RANLIB=$ac_cv_prog_ac_ct_RANLIB
4393 if test -n "$ac_ct_RANLIB"; then
4394   { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_ct_RANLIB" >&5
4395 $as_echo "$ac_ct_RANLIB" >&6; }
4396 else
4397   { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
4398 $as_echo "no" >&6; }
4399 fi
4400
4401   if test "x$ac_ct_RANLIB" = x; then
4402     RANLIB=":"
4403   else
4404     case $cross_compiling:$ac_tool_warned in
4405 yes:)
4406 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: using cross tools not prefixed with host triplet" >&5
4407 $as_echo "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;}
4408 ac_tool_warned=yes ;;
4409 esac
4410     RANLIB=$ac_ct_RANLIB
4411   fi
4412 else
4413   RANLIB="$ac_cv_prog_RANLIB"
4414 fi
4415
4416 if test -n "$ac_tool_prefix"; then
4417   # Extract the first word of "${ac_tool_prefix}strip", so it can be a program name with args.
4418 set dummy ${ac_tool_prefix}strip; ac_word=$2
4419 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
4420 $as_echo_n "checking for $ac_word... " >&6; }
4421 if test "${ac_cv_prog_STRIP+set}" = set; then :
4422   $as_echo_n "(cached) " >&6
4423 else
4424   if test -n "$STRIP"; then
4425   ac_cv_prog_STRIP="$STRIP" # Let the user override the test.
4426 else
4427 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
4428 for as_dir in $PATH
4429 do
4430   IFS=$as_save_IFS
4431   test -z "$as_dir" && as_dir=.
4432     for ac_exec_ext in '' $ac_executable_extensions; do
4433   if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
4434     ac_cv_prog_STRIP="${ac_tool_prefix}strip"
4435     $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
4436     break 2
4437   fi
4438 done
4439   done
4440 IFS=$as_save_IFS
4441
4442 fi
4443 fi
4444 STRIP=$ac_cv_prog_STRIP
4445 if test -n "$STRIP"; then
4446   { $as_echo "$as_me:${as_lineno-$LINENO}: result: $STRIP" >&5
4447 $as_echo "$STRIP" >&6; }
4448 else
4449   { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
4450 $as_echo "no" >&6; }
4451 fi
4452
4453
4454 fi
4455 if test -z "$ac_cv_prog_STRIP"; then
4456   ac_ct_STRIP=$STRIP
4457   # Extract the first word of "strip", so it can be a program name with args.
4458 set dummy strip; ac_word=$2
4459 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
4460 $as_echo_n "checking for $ac_word... " >&6; }
4461 if test "${ac_cv_prog_ac_ct_STRIP+set}" = set; then :
4462   $as_echo_n "(cached) " >&6
4463 else
4464   if test -n "$ac_ct_STRIP"; then
4465   ac_cv_prog_ac_ct_STRIP="$ac_ct_STRIP" # Let the user override the test.
4466 else
4467 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
4468 for as_dir in $PATH
4469 do
4470   IFS=$as_save_IFS
4471   test -z "$as_dir" && as_dir=.
4472     for ac_exec_ext in '' $ac_executable_extensions; do
4473   if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
4474     ac_cv_prog_ac_ct_STRIP="strip"
4475     $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
4476     break 2
4477   fi
4478 done
4479   done
4480 IFS=$as_save_IFS
4481
4482 fi
4483 fi
4484 ac_ct_STRIP=$ac_cv_prog_ac_ct_STRIP
4485 if test -n "$ac_ct_STRIP"; then
4486   { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_ct_STRIP" >&5
4487 $as_echo "$ac_ct_STRIP" >&6; }
4488 else
4489   { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
4490 $as_echo "no" >&6; }
4491 fi
4492
4493   if test "x$ac_ct_STRIP" = x; then
4494     STRIP="strip"
4495   else
4496     case $cross_compiling:$ac_tool_warned in
4497 yes:)
4498 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: using cross tools not prefixed with host triplet" >&5
4499 $as_echo "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;}
4500 ac_tool_warned=yes ;;
4501 esac
4502     STRIP=$ac_ct_STRIP
4503   fi
4504 else
4505   STRIP="$ac_cv_prog_STRIP"
4506 fi
4507
4508 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether ln -s works" >&5
4509 $as_echo_n "checking whether ln -s works... " >&6; }
4510 LN_S=$as_ln_s
4511 if test "$LN_S" = "ln -s"; then
4512   { $as_echo "$as_me:${as_lineno-$LINENO}: result: yes" >&5
4513 $as_echo "yes" >&6; }
4514 else
4515   { $as_echo "$as_me:${as_lineno-$LINENO}: result: no, using $LN_S" >&5
4516 $as_echo "no, using $LN_S" >&6; }
4517 fi
4518
4519 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether ln works" >&5
4520 $as_echo_n "checking whether ln works... " >&6; }
4521 rm -f conf$$ conf$$.file
4522 echo >conf$$.file
4523 if ln conf$$.file conf$$ 2>/dev/null; then
4524   LN=ln
4525
4526   { $as_echo "$as_me:${as_lineno-$LINENO}: result: yes" >&5
4527 $as_echo "yes" >&6; }
4528 else
4529   LN="cp -p"
4530
4531   { $as_echo "$as_me:${as_lineno-$LINENO}: result: no, using $LN" >&5
4532 $as_echo "no, using $LN" >&6; }
4533 fi
4534 rm -f conf$$ conf$$.file
4535 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for grep that handles long lines and -e" >&5
4536 $as_echo_n "checking for grep that handles long lines and -e... " >&6; }
4537 if test "${ac_cv_path_GREP+set}" = set; then :
4538   $as_echo_n "(cached) " >&6
4539 else
4540   if test -z "$GREP"; then
4541   ac_path_GREP_found=false
4542   # Loop through the user's path and test for each of PROGNAME-LIST
4543   as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
4544 for as_dir in $PATH$PATH_SEPARATOR/usr/xpg4/bin
4545 do
4546   IFS=$as_save_IFS
4547   test -z "$as_dir" && as_dir=.
4548     for ac_prog in grep ggrep; do
4549     for ac_exec_ext in '' $ac_executable_extensions; do
4550       ac_path_GREP="$as_dir/$ac_prog$ac_exec_ext"
4551       { test -f "$ac_path_GREP" && $as_test_x "$ac_path_GREP"; } || continue
4552 # Check for GNU ac_path_GREP and select it if it is found.
4553   # Check for GNU $ac_path_GREP
4554 case `"$ac_path_GREP" --version 2>&1` in
4555 *GNU*)
4556   ac_cv_path_GREP="$ac_path_GREP" ac_path_GREP_found=:;;
4557 *)
4558   ac_count=0
4559   $as_echo_n 0123456789 >"conftest.in"
4560   while :
4561   do
4562     cat "conftest.in" "conftest.in" >"conftest.tmp"
4563     mv "conftest.tmp" "conftest.in"
4564     cp "conftest.in" "conftest.nl"
4565     $as_echo 'GREP' >> "conftest.nl"
4566     "$ac_path_GREP" -e 'GREP$' -e '-(cannot match)-' < "conftest.nl" >"conftest.out" 2>/dev/null || break
4567     diff "conftest.out" "conftest.nl" >/dev/null 2>&1 || break
4568     as_fn_arith $ac_count + 1 && ac_count=$as_val
4569     if test $ac_count -gt ${ac_path_GREP_max-0}; then
4570       # Best one so far, save it but keep looking for a better one
4571       ac_cv_path_GREP="$ac_path_GREP"
4572       ac_path_GREP_max=$ac_count
4573     fi
4574     # 10*(2^10) chars as input seems more than enough
4575     test $ac_count -gt 10 && break
4576   done
4577   rm -f conftest.in conftest.tmp conftest.nl conftest.out;;
4578 esac
4579
4580       $ac_path_GREP_found && break 3
4581     done
4582   done
4583   done
4584 IFS=$as_save_IFS
4585   if test -z "$ac_cv_path_GREP"; then
4586     as_fn_error "no acceptable grep could be found in $PATH$PATH_SEPARATOR/usr/xpg4/bin" "$LINENO" 5
4587   fi
4588 else
4589   ac_cv_path_GREP=$GREP
4590 fi
4591
4592 fi
4593 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_path_GREP" >&5
4594 $as_echo "$ac_cv_path_GREP" >&6; }
4595  GREP="$ac_cv_path_GREP"
4596
4597
4598 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for egrep" >&5
4599 $as_echo_n "checking for egrep... " >&6; }
4600 if test "${ac_cv_path_EGREP+set}" = set; then :
4601   $as_echo_n "(cached) " >&6
4602 else
4603   if echo a | $GREP -E '(a|b)' >/dev/null 2>&1
4604    then ac_cv_path_EGREP="$GREP -E"
4605    else
4606      if test -z "$EGREP"; then
4607   ac_path_EGREP_found=false
4608   # Loop through the user's path and test for each of PROGNAME-LIST
4609   as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
4610 for as_dir in $PATH$PATH_SEPARATOR/usr/xpg4/bin
4611 do
4612   IFS=$as_save_IFS
4613   test -z "$as_dir" && as_dir=.
4614     for ac_prog in egrep; do
4615     for ac_exec_ext in '' $ac_executable_extensions; do
4616       ac_path_EGREP="$as_dir/$ac_prog$ac_exec_ext"
4617       { test -f "$ac_path_EGREP" && $as_test_x "$ac_path_EGREP"; } || continue
4618 # Check for GNU ac_path_EGREP and select it if it is found.
4619   # Check for GNU $ac_path_EGREP
4620 case `"$ac_path_EGREP" --version 2>&1` in
4621 *GNU*)
4622   ac_cv_path_EGREP="$ac_path_EGREP" ac_path_EGREP_found=:;;
4623 *)
4624   ac_count=0
4625   $as_echo_n 0123456789 >"conftest.in"
4626   while :
4627   do
4628     cat "conftest.in" "conftest.in" >"conftest.tmp"
4629     mv "conftest.tmp" "conftest.in"
4630     cp "conftest.in" "conftest.nl"
4631     $as_echo 'EGREP' >> "conftest.nl"
4632     "$ac_path_EGREP" 'EGREP$' < "conftest.nl" >"conftest.out" 2>/dev/null || break
4633     diff "conftest.out" "conftest.nl" >/dev/null 2>&1 || break
4634     as_fn_arith $ac_count + 1 && ac_count=$as_val
4635     if test $ac_count -gt ${ac_path_EGREP_max-0}; then
4636       # Best one so far, save it but keep looking for a better one
4637       ac_cv_path_EGREP="$ac_path_EGREP"
4638       ac_path_EGREP_max=$ac_count
4639     fi
4640     # 10*(2^10) chars as input seems more than enough
4641     test $ac_count -gt 10 && break
4642   done
4643   rm -f conftest.in conftest.tmp conftest.nl conftest.out;;
4644 esac
4645
4646       $ac_path_EGREP_found && break 3
4647     done
4648   done
4649   done
4650 IFS=$as_save_IFS
4651   if test -z "$ac_cv_path_EGREP"; then
4652     as_fn_error "no acceptable egrep could be found in $PATH$PATH_SEPARATOR/usr/xpg4/bin" "$LINENO" 5
4653   fi
4654 else
4655   ac_cv_path_EGREP=$EGREP
4656 fi
4657
4658    fi
4659 fi
4660 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_path_EGREP" >&5
4661 $as_echo "$ac_cv_path_EGREP" >&6; }
4662  EGREP="$ac_cv_path_EGREP"
4663
4664
4665 # Extract the first word of "ldconfig", so it can be a program name with args.
4666 set dummy ldconfig; ac_word=$2
4667 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
4668 $as_echo_n "checking for $ac_word... " >&6; }
4669 if test "${ac_cv_path_LDCONFIG+set}" = set; then :
4670   $as_echo_n "(cached) " >&6
4671 else
4672   case $LDCONFIG in
4673   [\\/]* | ?:[\\/]*)
4674   ac_cv_path_LDCONFIG="$LDCONFIG" # Let the user override the test with a path.
4675   ;;
4676   *)
4677   as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
4678 for as_dir in /sbin /usr/sbin $PATH
4679 do
4680   IFS=$as_save_IFS
4681   test -z "$as_dir" && as_dir=.
4682     for ac_exec_ext in '' $ac_executable_extensions; do
4683   if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
4684     ac_cv_path_LDCONFIG="$as_dir/$ac_word$ac_exec_ext"
4685     $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
4686     break 2
4687   fi
4688 done
4689   done
4690 IFS=$as_save_IFS
4691
4692   test -z "$ac_cv_path_LDCONFIG" && ac_cv_path_LDCONFIG="true"
4693   ;;
4694 esac
4695 fi
4696 LDCONFIG=$ac_cv_path_LDCONFIG
4697 if test -n "$LDCONFIG"; then
4698   { $as_echo "$as_me:${as_lineno-$LINENO}: result: $LDCONFIG" >&5
4699 $as_echo "$LDCONFIG" >&6; }
4700 else
4701   { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
4702 $as_echo "no" >&6; }
4703 fi
4704
4705
4706 # Find a good install program.  We prefer a C program (faster),
4707 # so one script is as good as another.  But avoid the broken or
4708 # incompatible versions:
4709 # SysV /etc/install, /usr/sbin/install
4710 # SunOS /usr/etc/install
4711 # IRIX /sbin/install
4712 # AIX /bin/install
4713 # AmigaOS /C/install, which installs bootblocks on floppy discs
4714 # AIX 4 /usr/bin/installbsd, which doesn't work without a -g flag
4715 # AFS /usr/afsws/bin/install, which mishandles nonexistent args
4716 # SVR4 /usr/ucb/install, which tries to use the nonexistent group "staff"
4717 # OS/2's system install, which has a completely different semantic
4718 # ./install, which can be erroneously created by make from ./install.sh.
4719 # Reject install programs that cannot install multiple files.
4720 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for a BSD-compatible install" >&5
4721 $as_echo_n "checking for a BSD-compatible install... " >&6; }
4722 if test -z "$INSTALL"; then
4723 if test "${ac_cv_path_install+set}" = set; then :
4724   $as_echo_n "(cached) " >&6
4725 else
4726   as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
4727 for as_dir in $PATH
4728 do
4729   IFS=$as_save_IFS
4730   test -z "$as_dir" && as_dir=.
4731     # Account for people who put trailing slashes in PATH elements.
4732 case $as_dir/ in #((
4733   ./ | .// | /[cC]/* | \
4734   /etc/* | /usr/sbin/* | /usr/etc/* | /sbin/* | /usr/afsws/bin/* | \
4735   ?:[\\/]os2[\\/]install[\\/]* | ?:[\\/]OS2[\\/]INSTALL[\\/]* | \
4736   /usr/ucb/* ) ;;
4737   *)
4738     # OSF1 and SCO ODT 3.0 have their own names for install.
4739     # Don't use installbsd from OSF since it installs stuff as root
4740     # by default.
4741     for ac_prog in ginstall scoinst install; do
4742       for ac_exec_ext in '' $ac_executable_extensions; do
4743         if { test -f "$as_dir/$ac_prog$ac_exec_ext" && $as_test_x "$as_dir/$ac_prog$ac_exec_ext"; }; then
4744           if test $ac_prog = install &&
4745             grep dspmsg "$as_dir/$ac_prog$ac_exec_ext" >/dev/null 2>&1; then
4746             # AIX install.  It has an incompatible calling convention.
4747             :
4748           elif test $ac_prog = install &&
4749             grep pwplus "$as_dir/$ac_prog$ac_exec_ext" >/dev/null 2>&1; then
4750             # program-specific install script used by HP pwplus--don't use.
4751             :
4752           else
4753             rm -rf conftest.one conftest.two conftest.dir
4754             echo one > conftest.one
4755             echo two > conftest.two
4756             mkdir conftest.dir
4757             if "$as_dir/$ac_prog$ac_exec_ext" -c conftest.one conftest.two "`pwd`/conftest.dir" &&
4758               test -s conftest.one && test -s conftest.two &&
4759               test -s conftest.dir/conftest.one &&
4760               test -s conftest.dir/conftest.two
4761             then
4762               ac_cv_path_install="$as_dir/$ac_prog$ac_exec_ext -c"
4763               break 3
4764             fi
4765           fi
4766         fi
4767       done
4768     done
4769     ;;
4770 esac
4771
4772   done
4773 IFS=$as_save_IFS
4774
4775 rm -rf conftest.one conftest.two conftest.dir
4776
4777 fi
4778   if test "${ac_cv_path_install+set}" = set; then
4779     INSTALL=$ac_cv_path_install
4780   else
4781     # As a last resort, use the slow shell script.  Don't cache a
4782     # value for INSTALL within a source directory, because that will
4783     # break other packages using the cache if that directory is
4784     # removed, or if the value is a relative name.
4785     INSTALL=$ac_install_sh
4786   fi
4787 fi
4788 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $INSTALL" >&5
4789 $as_echo "$INSTALL" >&6; }
4790
4791 # Use test -z because SunOS4 sh mishandles braces in ${var-val}.
4792 # It thinks the first close brace ends the variable substitution.
4793 test -z "$INSTALL_PROGRAM" && INSTALL_PROGRAM='${INSTALL}'
4794
4795 test -z "$INSTALL_SCRIPT" && INSTALL_SCRIPT='${INSTALL}'
4796
4797 test -z "$INSTALL_DATA" && INSTALL_DATA='${INSTALL} -m 644'
4798
4799 case "$INSTALL" in
4800   [\\/$]* | ?:[\\/]* ) ;;
4801   *)  INSTALL="\\\$(TOPSRCDIR)/$INSTALL" ;;
4802 esac
4803
4804 for ac_prog in lclint lint
4805 do
4806   # Extract the first word of "$ac_prog", so it can be a program name with args.
4807 set dummy $ac_prog; ac_word=$2
4808 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
4809 $as_echo_n "checking for $ac_word... " >&6; }
4810 if test "${ac_cv_prog_LINT+set}" = set; then :
4811   $as_echo_n "(cached) " >&6
4812 else
4813   if test -n "$LINT"; then
4814   ac_cv_prog_LINT="$LINT" # Let the user override the test.
4815 else
4816 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
4817 for as_dir in $PATH
4818 do
4819   IFS=$as_save_IFS
4820   test -z "$as_dir" && as_dir=.
4821     for ac_exec_ext in '' $ac_executable_extensions; do
4822   if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
4823     ac_cv_prog_LINT="$ac_prog"
4824     $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
4825     break 2
4826   fi
4827 done
4828   done
4829 IFS=$as_save_IFS
4830
4831 fi
4832 fi
4833 LINT=$ac_cv_prog_LINT
4834 if test -n "$LINT"; then
4835   { $as_echo "$as_me:${as_lineno-$LINENO}: result: $LINT" >&5
4836 $as_echo "$LINT" >&6; }
4837 else
4838   { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
4839 $as_echo "no" >&6; }
4840 fi
4841
4842
4843   test -n "$LINT" && break
4844 done
4845
4846 if test "$LINT" = "lint"
4847 then
4848   LINTFLAGS="$LINTFLAGS -errchk=%all,no%longptr64 -errhdr=%user -Ncheck=macro -Nlevel=4"
4849   fi
4850
4851
4852
4853 for ac_prog in fontforge
4854 do
4855   # Extract the first word of "$ac_prog", so it can be a program name with args.
4856 set dummy $ac_prog; ac_word=$2
4857 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
4858 $as_echo_n "checking for $ac_word... " >&6; }
4859 if test "${ac_cv_prog_FONTFORGE+set}" = set; then :
4860   $as_echo_n "(cached) " >&6
4861 else
4862   if test -n "$FONTFORGE"; then
4863   ac_cv_prog_FONTFORGE="$FONTFORGE" # Let the user override the test.
4864 else
4865 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
4866 for as_dir in $PATH
4867 do
4868   IFS=$as_save_IFS
4869   test -z "$as_dir" && as_dir=.
4870     for ac_exec_ext in '' $ac_executable_extensions; do
4871   if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
4872     ac_cv_prog_FONTFORGE="$ac_prog"
4873     $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
4874     break 2
4875   fi
4876 done
4877   done
4878 IFS=$as_save_IFS
4879
4880 fi
4881 fi
4882 FONTFORGE=$ac_cv_prog_FONTFORGE
4883 if test -n "$FONTFORGE"; then
4884   { $as_echo "$as_me:${as_lineno-$LINENO}: result: $FONTFORGE" >&5
4885 $as_echo "$FONTFORGE" >&6; }
4886 else
4887   { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
4888 $as_echo "no" >&6; }
4889 fi
4890
4891
4892   test -n "$FONTFORGE" && break
4893 done
4894 test -n "$FONTFORGE" || FONTFORGE="false"
4895
4896 for ac_prog in pkg-config
4897 do
4898   # Extract the first word of "$ac_prog", so it can be a program name with args.
4899 set dummy $ac_prog; ac_word=$2
4900 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
4901 $as_echo_n "checking for $ac_word... " >&6; }
4902 if test "${ac_cv_prog_PKG_CONFIG+set}" = set; then :
4903   $as_echo_n "(cached) " >&6
4904 else
4905   if test -n "$PKG_CONFIG"; then
4906   ac_cv_prog_PKG_CONFIG="$PKG_CONFIG" # Let the user override the test.
4907 else
4908 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
4909 for as_dir in $PATH
4910 do
4911   IFS=$as_save_IFS
4912   test -z "$as_dir" && as_dir=.
4913     for ac_exec_ext in '' $ac_executable_extensions; do
4914   if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
4915     ac_cv_prog_PKG_CONFIG="$ac_prog"
4916     $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
4917     break 2
4918   fi
4919 done
4920   done
4921 IFS=$as_save_IFS
4922
4923 fi
4924 fi
4925 PKG_CONFIG=$ac_cv_prog_PKG_CONFIG
4926 if test -n "$PKG_CONFIG"; then
4927   { $as_echo "$as_me:${as_lineno-$LINENO}: result: $PKG_CONFIG" >&5
4928 $as_echo "$PKG_CONFIG" >&6; }
4929 else
4930   { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
4931 $as_echo "no" >&6; }
4932 fi
4933
4934
4935   test -n "$PKG_CONFIG" && break
4936 done
4937 test -n "$PKG_CONFIG" || PKG_CONFIG="false"
4938
4939 for ac_prog in rsvg
4940 do
4941   # Extract the first word of "$ac_prog", so it can be a program name with args.
4942 set dummy $ac_prog; ac_word=$2
4943 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
4944 $as_echo_n "checking for $ac_word... " >&6; }
4945 if test "${ac_cv_prog_RSVG+set}" = set; then :
4946   $as_echo_n "(cached) " >&6
4947 else
4948   if test -n "$RSVG"; then
4949   ac_cv_prog_RSVG="$RSVG" # Let the user override the test.
4950 else
4951 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
4952 for as_dir in $PATH
4953 do
4954   IFS=$as_save_IFS
4955   test -z "$as_dir" && as_dir=.
4956     for ac_exec_ext in '' $ac_executable_extensions; do
4957   if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
4958     ac_cv_prog_RSVG="$ac_prog"
4959     $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
4960     break 2
4961   fi
4962 done
4963   done
4964 IFS=$as_save_IFS
4965
4966 fi
4967 fi
4968 RSVG=$ac_cv_prog_RSVG
4969 if test -n "$RSVG"; then
4970   { $as_echo "$as_me:${as_lineno-$LINENO}: result: $RSVG" >&5
4971 $as_echo "$RSVG" >&6; }
4972 else
4973   { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
4974 $as_echo "no" >&6; }
4975 fi
4976
4977
4978   test -n "$RSVG" && break
4979 done
4980 test -n "$RSVG" || RSVG="false"
4981
4982 for ac_prog in icotool
4983 do
4984   # Extract the first word of "$ac_prog", so it can be a program name with args.
4985 set dummy $ac_prog; ac_word=$2
4986 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
4987 $as_echo_n "checking for $ac_word... " >&6; }
4988 if test "${ac_cv_prog_ICOTOOL+set}" = set; then :
4989   $as_echo_n "(cached) " >&6
4990 else
4991   if test -n "$ICOTOOL"; then
4992   ac_cv_prog_ICOTOOL="$ICOTOOL" # Let the user override the test.
4993 else
4994 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
4995 for as_dir in $PATH
4996 do
4997   IFS=$as_save_IFS
4998   test -z "$as_dir" && as_dir=.
4999     for ac_exec_ext in '' $ac_executable_extensions; do
5000   if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
5001     ac_cv_prog_ICOTOOL="$ac_prog"
5002     $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
5003     break 2
5004   fi
5005 done
5006   done
5007 IFS=$as_save_IFS
5008
5009 fi
5010 fi
5011 ICOTOOL=$ac_cv_prog_ICOTOOL
5012 if test -n "$ICOTOOL"; then
5013   { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ICOTOOL" >&5
5014 $as_echo "$ICOTOOL" >&6; }
5015 else
5016   { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
5017 $as_echo "no" >&6; }
5018 fi
5019
5020
5021   test -n "$ICOTOOL" && break
5022 done
5023 test -n "$ICOTOOL" || ICOTOOL="false"
5024
5025
5026 if test "${enable_maintainer_mode+set}" = set
5027 then
5028   if test "$FONTFORGE" = "false"; then wine_warnings="$wine_warnings|fontforge is missing, fonts can't be rebuilt."; fi
5029   if test "$RSVG" = "false"; then wine_warnings="$wine_warnings|rsvg is missing, icons can't be rebuilt."; fi
5030   if test "$ICOTOOL" = "false"; then wine_warnings="$wine_warnings|icotool is missing, icons can't be rebuilt."; fi
5031 fi
5032
5033 case $host_cpu in
5034   *i[3456789]86*)
5035     # Extract the first word of "prelink", so it can be a program name with args.
5036 set dummy prelink; ac_word=$2
5037 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
5038 $as_echo_n "checking for $ac_word... " >&6; }
5039 if test "${ac_cv_path_PRELINK+set}" = set; then :
5040   $as_echo_n "(cached) " >&6
5041 else
5042   case $PRELINK in
5043   [\\/]* | ?:[\\/]*)
5044   ac_cv_path_PRELINK="$PRELINK" # Let the user override the test with a path.
5045   ;;
5046   *)
5047   as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
5048 for as_dir in /sbin /usr/sbin $PATH
5049 do
5050   IFS=$as_save_IFS
5051   test -z "$as_dir" && as_dir=.
5052     for ac_exec_ext in '' $ac_executable_extensions; do
5053   if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
5054     ac_cv_path_PRELINK="$as_dir/$ac_word$ac_exec_ext"
5055     $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
5056     break 2
5057   fi
5058 done
5059   done
5060 IFS=$as_save_IFS
5061
5062   test -z "$ac_cv_path_PRELINK" && ac_cv_path_PRELINK="false"
5063   ;;
5064 esac
5065 fi
5066 PRELINK=$ac_cv_path_PRELINK
5067 if test -n "$PRELINK"; then
5068   { $as_echo "$as_me:${as_lineno-$LINENO}: result: $PRELINK" >&5
5069 $as_echo "$PRELINK" >&6; }
5070 else
5071   { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
5072 $as_echo "no" >&6; }
5073 fi
5074
5075
5076     ;;
5077 esac
5078
5079
5080 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for i386_set_ldt in -li386" >&5
5081 $as_echo_n "checking for i386_set_ldt in -li386... " >&6; }
5082 if test "${ac_cv_lib_i386_i386_set_ldt+set}" = set; then :
5083   $as_echo_n "(cached) " >&6
5084 else
5085   ac_check_lib_save_LIBS=$LIBS
5086 LIBS="-li386  $LIBS"
5087 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
5088 /* end confdefs.h.  */
5089
5090 /* Override any GCC internal prototype to avoid an error.
5091    Use char because int might match the return type of a GCC
5092    builtin and then its argument prototype would still apply.  */
5093 #ifdef __cplusplus
5094 extern "C"
5095 #endif
5096 char i386_set_ldt ();
5097 int
5098 main ()
5099 {
5100 return i386_set_ldt ();
5101   ;
5102   return 0;
5103 }
5104 _ACEOF
5105 if ac_fn_c_try_link "$LINENO"; then :
5106   ac_cv_lib_i386_i386_set_ldt=yes
5107 else
5108   ac_cv_lib_i386_i386_set_ldt=no
5109 fi
5110 rm -f core conftest.err conftest.$ac_objext \
5111     conftest$ac_exeext conftest.$ac_ext
5112 LIBS=$ac_check_lib_save_LIBS
5113 fi
5114 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_i386_i386_set_ldt" >&5
5115 $as_echo "$ac_cv_lib_i386_i386_set_ldt" >&6; }
5116 if test "x$ac_cv_lib_i386_i386_set_ldt" = x""yes; then :
5117   cat >>confdefs.h <<_ACEOF
5118 #define HAVE_LIBI386 1
5119 _ACEOF
5120
5121   LIBS="-li386 $LIBS"
5122
5123 fi
5124
5125 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for _oss_ioctl in -lossaudio" >&5
5126 $as_echo_n "checking for _oss_ioctl in -lossaudio... " >&6; }
5127 if test "${ac_cv_lib_ossaudio__oss_ioctl+set}" = set; then :
5128   $as_echo_n "(cached) " >&6
5129 else
5130   ac_check_lib_save_LIBS=$LIBS
5131 LIBS="-lossaudio  $LIBS"
5132 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
5133 /* end confdefs.h.  */
5134
5135 /* Override any GCC internal prototype to avoid an error.
5136    Use char because int might match the return type of a GCC
5137    builtin and then its argument prototype would still apply.  */
5138 #ifdef __cplusplus
5139 extern "C"
5140 #endif
5141 char _oss_ioctl ();
5142 int
5143 main ()
5144 {
5145 return _oss_ioctl ();
5146   ;
5147   return 0;
5148 }
5149 _ACEOF
5150 if ac_fn_c_try_link "$LINENO"; then :
5151   ac_cv_lib_ossaudio__oss_ioctl=yes
5152 else
5153   ac_cv_lib_ossaudio__oss_ioctl=no
5154 fi
5155 rm -f core conftest.err conftest.$ac_objext \
5156     conftest$ac_exeext conftest.$ac_ext
5157 LIBS=$ac_check_lib_save_LIBS
5158 fi
5159 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_ossaudio__oss_ioctl" >&5
5160 $as_echo "$ac_cv_lib_ossaudio__oss_ioctl" >&6; }
5161 if test "x$ac_cv_lib_ossaudio__oss_ioctl" = x""yes; then :
5162   cat >>confdefs.h <<_ACEOF
5163 #define HAVE_LIBOSSAUDIO 1
5164 _ACEOF
5165
5166   LIBS="-lossaudio $LIBS"
5167
5168 fi
5169
5170
5171 XLIB=""
5172
5173 OPENGL_LIBS=""
5174
5175
5176
5177 ac_ext=c
5178 ac_cpp='$CPP $CPPFLAGS'
5179 ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
5180 ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
5181 ac_compiler_gnu=$ac_cv_c_compiler_gnu
5182 { $as_echo "$as_me:${as_lineno-$LINENO}: checking how to run the C preprocessor" >&5
5183 $as_echo_n "checking how to run the C preprocessor... " >&6; }
5184 # On Suns, sometimes $CPP names a directory.
5185 if test -n "$CPP" && test -d "$CPP"; then
5186   CPP=
5187 fi
5188 if test -z "$CPP"; then
5189   if test "${ac_cv_prog_CPP+set}" = set; then :
5190   $as_echo_n "(cached) " >&6
5191 else
5192       # Double quotes because CPP needs to be expanded
5193     for CPP in "$CC -E" "$CC -E -traditional-cpp" "/lib/cpp"
5194     do
5195       ac_preproc_ok=false
5196 for ac_c_preproc_warn_flag in '' yes
5197 do
5198   # Use a header file that comes with gcc, so configuring glibc
5199   # with a fresh cross-compiler works.
5200   # Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
5201   # <limits.h> exists even on freestanding compilers.
5202   # On the NeXT, cc -E runs the code through the compiler's parser,
5203   # not just through cpp. "Syntax error" is here to catch this case.
5204   cat confdefs.h - <<_ACEOF >conftest.$ac_ext
5205 /* end confdefs.h.  */
5206 #ifdef __STDC__
5207 # include <limits.h>
5208 #else
5209 # include <assert.h>
5210 #endif
5211                      Syntax error
5212 _ACEOF
5213 if ac_fn_c_try_cpp "$LINENO"; then :
5214
5215 else
5216   # Broken: fails on valid input.
5217 continue
5218 fi
5219 rm -f conftest.err conftest.$ac_ext
5220
5221   # OK, works on sane cases.  Now check whether nonexistent headers
5222   # can be detected and how.
5223   cat confdefs.h - <<_ACEOF >conftest.$ac_ext
5224 /* end confdefs.h.  */
5225 #include <ac_nonexistent.h>
5226 _ACEOF
5227 if ac_fn_c_try_cpp "$LINENO"; then :
5228   # Broken: success on invalid input.
5229 continue
5230 else
5231   # Passes both tests.
5232 ac_preproc_ok=:
5233 break
5234 fi
5235 rm -f conftest.err conftest.$ac_ext
5236
5237 done
5238 # Because of `break', _AC_PREPROC_IFELSE's cleaning code was skipped.
5239 rm -f conftest.err conftest.$ac_ext
5240 if $ac_preproc_ok; then :
5241   break
5242 fi
5243
5244     done
5245     ac_cv_prog_CPP=$CPP
5246
5247 fi
5248   CPP=$ac_cv_prog_CPP
5249 else
5250   ac_cv_prog_CPP=$CPP
5251 fi
5252 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $CPP" >&5
5253 $as_echo "$CPP" >&6; }
5254 ac_preproc_ok=false
5255 for ac_c_preproc_warn_flag in '' yes
5256 do
5257   # Use a header file that comes with gcc, so configuring glibc
5258   # with a fresh cross-compiler works.
5259   # Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
5260   # <limits.h> exists even on freestanding compilers.
5261   # On the NeXT, cc -E runs the code through the compiler's parser,
5262   # not just through cpp. "Syntax error" is here to catch this case.
5263   cat confdefs.h - <<_ACEOF >conftest.$ac_ext
5264 /* end confdefs.h.  */
5265 #ifdef __STDC__
5266 # include <limits.h>
5267 #else
5268 # include <assert.h>
5269 #endif
5270                      Syntax error
5271 _ACEOF
5272 if ac_fn_c_try_cpp "$LINENO"; then :
5273
5274 else
5275   # Broken: fails on valid input.
5276 continue
5277 fi
5278 rm -f conftest.err conftest.$ac_ext
5279
5280   # OK, works on sane cases.  Now check whether nonexistent headers
5281   # can be detected and how.
5282   cat confdefs.h - <<_ACEOF >conftest.$ac_ext
5283 /* end confdefs.h.  */
5284 #include <ac_nonexistent.h>
5285 _ACEOF
5286 if ac_fn_c_try_cpp "$LINENO"; then :
5287   # Broken: success on invalid input.
5288 continue
5289 else
5290   # Passes both tests.
5291 ac_preproc_ok=:
5292 break
5293 fi
5294 rm -f conftest.err conftest.$ac_ext
5295
5296 done
5297 # Because of `break', _AC_PREPROC_IFELSE's cleaning code was skipped.
5298 rm -f conftest.err conftest.$ac_ext
5299 if $ac_preproc_ok; then :
5300
5301 else
5302   { { $as_echo "$as_me:${as_lineno-$LINENO}: error: in \`$ac_pwd':" >&5
5303 $as_echo "$as_me: error: in \`$ac_pwd':" >&2;}
5304 as_fn_error "C preprocessor \"$CPP\" fails sanity check
5305 See \`config.log' for more details." "$LINENO" 5; }
5306 fi
5307
5308 ac_ext=c
5309 ac_cpp='$CPP $CPPFLAGS'
5310 ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
5311 ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
5312 ac_compiler_gnu=$ac_cv_c_compiler_gnu
5313
5314
5315 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for ANSI C header files" >&5
5316 $as_echo_n "checking for ANSI C header files... " >&6; }
5317 if test "${ac_cv_header_stdc+set}" = set; then :
5318   $as_echo_n "(cached) " >&6
5319 else
5320   cat confdefs.h - <<_ACEOF >conftest.$ac_ext
5321 /* end confdefs.h.  */
5322 #include <stdlib.h>
5323 #include <stdarg.h>
5324 #include <string.h>
5325 #include <float.h>
5326
5327 int
5328 main ()
5329 {
5330
5331   ;
5332   return 0;
5333 }
5334 _ACEOF
5335 if ac_fn_c_try_compile "$LINENO"; then :
5336   ac_cv_header_stdc=yes
5337 else
5338   ac_cv_header_stdc=no
5339 fi
5340 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
5341
5342 if test $ac_cv_header_stdc = yes; then
5343   # SunOS 4.x string.h does not declare mem*, contrary to ANSI.
5344   cat confdefs.h - <<_ACEOF >conftest.$ac_ext
5345 /* end confdefs.h.  */
5346 #include <string.h>
5347
5348 _ACEOF
5349 if (eval "$ac_cpp conftest.$ac_ext") 2>&5 |
5350   $EGREP "memchr" >/dev/null 2>&1; then :
5351
5352 else
5353   ac_cv_header_stdc=no
5354 fi
5355 rm -f conftest*
5356
5357 fi
5358
5359 if test $ac_cv_header_stdc = yes; then
5360   # ISC 2.0.2 stdlib.h does not declare free, contrary to ANSI.
5361   cat confdefs.h - <<_ACEOF >conftest.$ac_ext
5362 /* end confdefs.h.  */
5363 #include <stdlib.h>
5364
5365 _ACEOF
5366 if (eval "$ac_cpp conftest.$ac_ext") 2>&5 |
5367   $EGREP "free" >/dev/null 2>&1; then :
5368
5369 else
5370   ac_cv_header_stdc=no
5371 fi
5372 rm -f conftest*
5373
5374 fi
5375
5376 if test $ac_cv_header_stdc = yes; then
5377   # /bin/cc in Irix-4.0.5 gets non-ANSI ctype macros unless using -ansi.
5378   if test "$cross_compiling" = yes; then :
5379   :
5380 else
5381   cat confdefs.h - <<_ACEOF >conftest.$ac_ext
5382 /* end confdefs.h.  */
5383 #include <ctype.h>
5384 #include <stdlib.h>
5385 #if ((' ' & 0x0FF) == 0x020)
5386 # define ISLOWER(c) ('a' <= (c) && (c) <= 'z')
5387 # define TOUPPER(c) (ISLOWER(c) ? 'A' + ((c) - 'a') : (c))
5388 #else
5389 # define ISLOWER(c) \
5390                    (('a' <= (c) && (c) <= 'i') \
5391                      || ('j' <= (c) && (c) <= 'r') \
5392                      || ('s' <= (c) && (c) <= 'z'))
5393 # define TOUPPER(c) (ISLOWER(c) ? ((c) | 0x40) : (c))
5394 #endif
5395
5396 #define XOR(e, f) (((e) && !(f)) || (!(e) && (f)))
5397 int
5398 main ()
5399 {
5400   int i;
5401   for (i = 0; i < 256; i++)
5402     if (XOR (islower (i), ISLOWER (i))
5403         || toupper (i) != TOUPPER (i))
5404       return 2;
5405   return 0;
5406 }
5407 _ACEOF
5408 if ac_fn_c_try_run "$LINENO"; then :
5409
5410 else
5411   ac_cv_header_stdc=no
5412 fi
5413 rm -f core *.core core.conftest.* gmon.out bb.out conftest$ac_exeext \
5414   conftest.$ac_objext conftest.beam conftest.$ac_ext
5415 fi
5416
5417 fi
5418 fi
5419 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_header_stdc" >&5
5420 $as_echo "$ac_cv_header_stdc" >&6; }
5421 if test $ac_cv_header_stdc = yes; then
5422
5423 $as_echo "#define STDC_HEADERS 1" >>confdefs.h
5424
5425 fi
5426
5427 # On IRIX 5.3, sys/types and inttypes.h are conflicting.
5428 for ac_header in sys/types.h sys/stat.h stdlib.h string.h memory.h strings.h \
5429                   inttypes.h stdint.h unistd.h
5430 do :
5431   as_ac_Header=`$as_echo "ac_cv_header_$ac_header" | $as_tr_sh`
5432 ac_fn_c_check_header_compile "$LINENO" "$ac_header" "$as_ac_Header" "$ac_includes_default
5433 "
5434 eval as_val=\$$as_ac_Header
5435    if test "x$as_val" = x""yes; then :
5436   cat >>confdefs.h <<_ACEOF
5437 #define `$as_echo "HAVE_$ac_header" | $as_tr_cpp` 1
5438 _ACEOF
5439
5440 fi
5441
5442 done
5443
5444
5445 for ac_header in \
5446         AudioUnit/AudioUnit.h \
5447         Carbon/Carbon.h \
5448         CoreAudio/CoreAudio.h \
5449         DiskArbitration/DiskArbitration.h \
5450         IOKit/IOKitLib.h \
5451         IOKit/hid/IOHIDLib.h \
5452         alias.h \
5453         alsa/asoundlib.h \
5454         arpa/inet.h \
5455         arpa/nameser.h \
5456         asm/types.h \
5457         capi20.h \
5458         curses.h \
5459         direct.h \
5460         dirent.h \
5461         dlfcn.h \
5462         elf.h \
5463         float.h \
5464         fnmatch.h \
5465         fontconfig/fontconfig.h \
5466         getopt.h \
5467         grp.h \
5468         gsm.h \
5469         gsm/gsm.h \
5470         ieeefp.h \
5471         inet/mib2.h \
5472         io.h \
5473         jack/jack.h \
5474         jpeglib.h \
5475         kstat.h \
5476         lber.h \
5477         lcms.h \
5478         lcms/lcms.h \
5479         ldap.h \
5480         libaudioio.h \
5481         link.h \
5482         linux/cdrom.h \
5483         linux/compiler.h \
5484         linux/hdreg.h \
5485         linux/input.h \
5486         linux/ioctl.h \
5487         linux/joystick.h \
5488         linux/major.h \
5489         linux/param.h \
5490         linux/serial.h \
5491         linux/types.h \
5492         linux/ucdrom.h \
5493         mach-o/nlist.h \
5494         mach/mach.h \
5495         mach/machine.h \
5496         machine/cpu.h \
5497         machine/limits.h \
5498         machine/soundcard.h \
5499         mntent.h \
5500         mpg123.h \
5501         ncurses.h \
5502         netdb.h \
5503         netinet/in.h \
5504         netinet/in_systm.h \
5505         netinet/tcp.h \
5506         netinet/tcp_fsm.h \
5507         openssl/err.h \
5508         openssl/ssl.h \
5509         png.h \
5510         poll.h \
5511         process.h \
5512         pthread.h \
5513         pwd.h \
5514         regex.h \
5515         sched.h \
5516         scsi/scsi.h \
5517         scsi/scsi_ioctl.h \
5518         scsi/sg.h \
5519         soundcard.h \
5520         stdbool.h \
5521         stdint.h \
5522         strings.h \
5523         stropts.h \
5524         sys/asoundlib.h \
5525         sys/cdio.h \
5526         sys/elf32.h \
5527         sys/epoll.h \
5528         sys/errno.h \
5529         sys/event.h \
5530         sys/exec_elf.h \
5531         sys/filio.h \
5532         sys/inotify.h \
5533         sys/ioctl.h \
5534         sys/ipc.h \
5535         sys/limits.h \
5536         sys/link.h \
5537         sys/mman.h \
5538         sys/modem.h \
5539         sys/msg.h \
5540         sys/mtio.h \
5541         sys/param.h \
5542         sys/poll.h \
5543         sys/prctl.h \
5544         sys/protosw.h \
5545         sys/ptrace.h \
5546         sys/resource.h \
5547         sys/scsiio.h \
5548         sys/shm.h \
5549         sys/signal.h \
5550         sys/socket.h \
5551         sys/socketvar.h \
5552         sys/sockio.h \
5553         sys/soundcard.h \
5554         sys/statvfs.h \
5555         sys/strtio.h \
5556         sys/syscall.h \
5557         sys/tihdr.h \
5558         sys/time.h \
5559         sys/timeout.h \
5560         sys/times.h \
5561         sys/uio.h \
5562         sys/un.h \
5563         sys/utsname.h \
5564         sys/vm86.h \
5565         sys/wait.h \
5566         syscall.h \
5567         termios.h \
5568         unistd.h \
5569         utime.h \
5570         valgrind/memcheck.h \
5571         valgrind/valgrind.h \
5572         zlib.h
5573
5574 do :
5575   as_ac_Header=`$as_echo "ac_cv_header_$ac_header" | $as_tr_sh`
5576 ac_fn_c_check_header_mongrel "$LINENO" "$ac_header" "$as_ac_Header" "$ac_includes_default"
5577 eval as_val=\$$as_ac_Header
5578    if test "x$as_val" = x""yes; then :
5579   cat >>confdefs.h <<_ACEOF
5580 #define `$as_echo "HAVE_$ac_header" | $as_tr_cpp` 1
5581 _ACEOF
5582
5583 fi
5584
5585 done
5586
5587 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether stat file-mode macros are broken" >&5
5588 $as_echo_n "checking whether stat file-mode macros are broken... " >&6; }
5589 if test "${ac_cv_header_stat_broken+set}" = set; then :
5590   $as_echo_n "(cached) " >&6
5591 else
5592   cat confdefs.h - <<_ACEOF >conftest.$ac_ext
5593 /* end confdefs.h.  */
5594 #include <sys/types.h>
5595 #include <sys/stat.h>
5596
5597 #if defined S_ISBLK && defined S_IFDIR
5598 extern char c1[S_ISBLK (S_IFDIR) ? -1 : 1];
5599 #endif
5600
5601 #if defined S_ISBLK && defined S_IFCHR
5602 extern char c2[S_ISBLK (S_IFCHR) ? -1 : 1];
5603 #endif
5604
5605 #if defined S_ISLNK && defined S_IFREG
5606 extern char c3[S_ISLNK (S_IFREG) ? -1 : 1];
5607 #endif
5608
5609 #if defined S_ISSOCK && defined S_IFREG
5610 extern char c4[S_ISSOCK (S_IFREG) ? -1 : 1];
5611 #endif
5612
5613 _ACEOF
5614 if ac_fn_c_try_compile "$LINENO"; then :
5615   ac_cv_header_stat_broken=no
5616 else
5617   ac_cv_header_stat_broken=yes
5618 fi
5619 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
5620 fi
5621 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_header_stat_broken" >&5
5622 $as_echo "$ac_cv_header_stat_broken" >&6; }
5623 if test $ac_cv_header_stat_broken = yes; then
5624
5625 $as_echo "#define STAT_MACROS_BROKEN 1" >>confdefs.h
5626
5627 fi
5628
5629
5630
5631 for ac_header in sys/mount.h sys/statfs.h sys/sysctl.h sys/user.h sys/vfs.h
5632 do :
5633   as_ac_Header=`$as_echo "ac_cv_header_$ac_header" | $as_tr_sh`
5634 ac_fn_c_check_header_compile "$LINENO" "$ac_header" "$as_ac_Header" "#include <sys/types.h>
5635      #ifdef HAVE_SYS_PARAM_H
5636      # include <sys/param.h>
5637      #endif
5638 "
5639 eval as_val=\$$as_ac_Header
5640    if test "x$as_val" = x""yes; then :
5641   cat >>confdefs.h <<_ACEOF
5642 #define `$as_echo "HAVE_$ac_header" | $as_tr_cpp` 1
5643 _ACEOF
5644
5645 fi
5646
5647 done
5648
5649
5650 for ac_header in \
5651         netinet/ip.h \
5652         net/if.h \
5653         net/if_arp.h \
5654         net/if_dl.h \
5655         net/if_types.h \
5656         net/route.h \
5657         netinet/if_ether.h \
5658         netinet/if_inarp.h \
5659         netinet/in_pcb.h \
5660         netinet/ip_icmp.h \
5661         netinet/ip_var.h \
5662         netinet/udp.h \
5663         netipx/ipx.h \
5664
5665 do :
5666   as_ac_Header=`$as_echo "ac_cv_header_$ac_header" | $as_tr_sh`
5667 ac_fn_c_check_header_compile "$LINENO" "$ac_header" "$as_ac_Header" "#include <sys/types.h>
5668      #ifdef HAVE_SYS_SOCKET_H
5669      # include <sys/socket.h>
5670      #endif
5671      #ifdef HAVE_SYS_SOCKETVAR_H
5672      # include <sys/socketvar.h>
5673      #endif
5674      #ifdef HAVE_NET_ROUTE_H
5675      # include <net/route.h>
5676      #endif
5677      #ifdef HAVE_NETINET_IN_H
5678      # include <netinet/in.h>
5679      #endif
5680      #ifdef HAVE_NETINET_IN_SYSTM_H
5681      # include <netinet/in_systm.h>
5682      #endif
5683      #ifdef HAVE_NET_IF_H
5684      # include <net/if.h>
5685      #endif
5686      #ifdef HAVE_NETINET_IP_H
5687      # include <netinet/ip.h>
5688      #endif
5689 "
5690 eval as_val=\$$as_ac_Header
5691    if test "x$as_val" = x""yes; then :
5692   cat >>confdefs.h <<_ACEOF
5693 #define `$as_echo "HAVE_$ac_header" | $as_tr_cpp` 1
5694 _ACEOF
5695
5696 fi
5697
5698 done
5699
5700
5701 for ac_header in netinet/tcp_timer.h netinet/udp_var.h netinet/icmp_var.h netinet/tcp_var.h
5702 do :
5703   as_ac_Header=`$as_echo "ac_cv_header_$ac_header" | $as_tr_sh`
5704 ac_fn_c_check_header_compile "$LINENO" "$ac_header" "$as_ac_Header" "#include <sys/types.h>
5705      #ifdef HAVE_ALIAS_H
5706      # include <alias.h>
5707      #endif
5708      #ifdef HAVE_SYS_SOCKET_H
5709      # include <sys/socket.h>
5710      #endif
5711      #ifdef HAVE_SYS_SOCKETVAR_H
5712      # include <sys/socketvar.h>
5713      #endif
5714      #ifdef HAVE_SYS_TIMEOUT_H
5715      # include <sys/timeout.h>
5716      #endif
5717      #ifdef HAVE_NETINET_IN_H
5718      # include <netinet/in.h>
5719      #endif
5720      #ifdef HAVE_NETINET_IN_SYSTM_H
5721      # include <netinet/in_systm.h>
5722      #endif
5723      #ifdef HAVE_NETINET_IP_H
5724      # include <netinet/ip.h>
5725      #endif
5726      #ifdef HAVE_NETINET_IP_VAR_H
5727      # include <netinet/ip_var.h>
5728      #endif
5729      #ifdef HAVE_NETINET_IP_ICMP_H
5730      # include <netinet/ip_icmp.h>
5731      #endif
5732      #ifdef HAVE_NETINET_UDP_H
5733      # include <netinet/udp.h>
5734      #endif
5735      #ifdef HAVE_NETINET_TCP_H
5736      # include <netinet/tcp.h>
5737      #endif
5738      #ifdef HAVE_NETINET_TCP_TIMER_H
5739      #include <netinet/tcp_timer.h>
5740      #endif
5741 "
5742 eval as_val=\$$as_ac_Header
5743    if test "x$as_val" = x""yes; then :
5744   cat >>confdefs.h <<_ACEOF
5745 #define `$as_echo "HAVE_$ac_header" | $as_tr_cpp` 1
5746 _ACEOF
5747
5748 fi
5749
5750 done
5751
5752
5753 for ac_header in linux/ipx.h linux/irda.h
5754 do :
5755   as_ac_Header=`$as_echo "ac_cv_header_$ac_header" | $as_tr_sh`
5756 ac_fn_c_check_header_compile "$LINENO" "$ac_header" "$as_ac_Header" "#include <sys/types.h>
5757      #ifdef HAVE_ASM_TYPES_H
5758      # include <asm/types.h>
5759      #endif
5760      #ifdef HAVE_SYS_SOCKET_H
5761      # include <sys/socket.h>
5762      #endif
5763      #ifdef HAVE_LINUX_TYPES_H
5764      # include <linux/types.h>
5765      #endif
5766 "
5767 eval as_val=\$$as_ac_Header
5768    if test "x$as_val" = x""yes; then :
5769   cat >>confdefs.h <<_ACEOF
5770 #define `$as_echo "HAVE_$ac_header" | $as_tr_cpp` 1
5771 _ACEOF
5772
5773 fi
5774
5775 done
5776
5777
5778 for ac_header in mach-o/dyld_images.h
5779 do :
5780   ac_fn_c_check_header_compile "$LINENO" "mach-o/dyld_images.h" "ac_cv_header_mach_o_dyld_images_h" "#ifdef HAVE_STDBOOL_H
5781      # include <stdbool.h>
5782      #endif
5783      #ifdef HAVE_STDINT_H
5784      # include <stdint.h>
5785      #endif
5786 "
5787 if test "x$ac_cv_header_mach_o_dyld_images_h" = x""yes; then :
5788   cat >>confdefs.h <<_ACEOF
5789 #define HAVE_MACH_O_DYLD_IMAGES_H 1
5790 _ACEOF
5791
5792 fi
5793
5794 done
5795
5796
5797 for ac_header in resolv.h
5798 do :
5799   ac_fn_c_check_header_compile "$LINENO" "resolv.h" "ac_cv_header_resolv_h" "#include <sys/types.h>
5800      #ifdef HAVE_SYS_SOCKET_H
5801      # include <sys/socket.h>
5802      #endif
5803      #ifdef HAVE_NETINET_IN_H
5804      # include <netinet/in.h>
5805      #endif
5806      #ifdef HAVE_ARPA_NAMESER_H
5807      # include <arpa/nameser.h>
5808      #endif
5809 "
5810 if test "x$ac_cv_header_resolv_h" = x""yes; then :
5811   cat >>confdefs.h <<_ACEOF
5812 #define HAVE_RESOLV_H 1
5813 _ACEOF
5814
5815 fi
5816
5817 done
5818
5819
5820 for ac_header in ucontext.h
5821 do :
5822   ac_fn_c_check_header_compile "$LINENO" "ucontext.h" "ac_cv_header_ucontext_h" "#include <signal.h>
5823 "
5824 if test "x$ac_cv_header_ucontext_h" = x""yes; then :
5825   cat >>confdefs.h <<_ACEOF
5826 #define HAVE_UCONTEXT_H 1
5827 _ACEOF
5828
5829 fi
5830
5831 done
5832
5833
5834 for ac_header in sys/thr.h
5835 do :
5836   ac_fn_c_check_header_compile "$LINENO" "sys/thr.h" "ac_cv_header_sys_thr_h" "#include <sys/types.h>
5837 #ifdef HAVE_UCONTEXT_H
5838 #include <ucontext.h>
5839 #endif
5840 "
5841 if test "x$ac_cv_header_sys_thr_h" = x""yes; then :
5842   cat >>confdefs.h <<_ACEOF
5843 #define HAVE_SYS_THR_H 1
5844 _ACEOF
5845
5846 fi
5847
5848 done
5849
5850
5851 for ac_header in pthread_np.h
5852 do :
5853   ac_fn_c_check_header_compile "$LINENO" "pthread_np.h" "ac_cv_header_pthread_np_h" "#ifdef HAVE_PTHREAD_H
5854 #include <pthread.h>
5855 #endif
5856 "
5857 if test "x$ac_cv_header_pthread_np_h" = x""yes; then :
5858   cat >>confdefs.h <<_ACEOF
5859 #define HAVE_PTHREAD_NP_H 1
5860 _ACEOF
5861
5862 fi
5863
5864 done
5865
5866
5867 for ac_header in linux/videodev.h
5868 do :
5869   ac_fn_c_check_header_compile "$LINENO" "linux/videodev.h" "ac_cv_header_linux_videodev_h" "#ifdef HAVE_SYS_TIME_H
5870 #include <sys/time.h>
5871 #endif
5872 #include <sys/types.h>
5873 #ifdef HAVE_ASM_TYPES_H
5874 #include <asm/types.h>
5875 #endif
5876 "
5877 if test "x$ac_cv_header_linux_videodev_h" = x""yes; then :
5878   cat >>confdefs.h <<_ACEOF
5879 #define HAVE_LINUX_VIDEODEV_H 1
5880 _ACEOF
5881
5882 fi
5883
5884 done
5885
5886
5887 for ac_header in linux/capi.h
5888 do :
5889   ac_fn_c_check_header_compile "$LINENO" "linux/capi.h" "ac_cv_header_linux_capi_h" "#define __user
5890 "
5891 if test "x$ac_cv_header_linux_capi_h" = x""yes; then :
5892   cat >>confdefs.h <<_ACEOF
5893 #define HAVE_LINUX_CAPI_H 1
5894 _ACEOF
5895
5896 fi
5897
5898 done
5899
5900
5901
5902 DLLEXT=""
5903
5904 DLLFLAGS="-D_REENTRANT"
5905
5906 LDSHARED=""
5907
5908 LDDLLFLAGS=""
5909
5910 LIBEXT="so"
5911
5912 IMPLIBEXT="def"
5913
5914 LDRPATH_INSTALL=""
5915
5916 LDRPATH_LOCAL=""
5917
5918 # Extract the first word of "ldd", so it can be a program name with args.
5919 set dummy ldd; ac_word=$2
5920 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
5921 $as_echo_n "checking for $ac_word... " >&6; }
5922 if test "${ac_cv_path_LDD+set}" = set; then :
5923   $as_echo_n "(cached) " >&6
5924 else
5925   case $LDD in
5926   [\\/]* | ?:[\\/]*)
5927   ac_cv_path_LDD="$LDD" # Let the user override the test with a path.
5928   ;;
5929   *)
5930   as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
5931 as_dummy="/sbin:/usr/sbin:$PATH"
5932 for as_dir in $as_dummy
5933 do
5934   IFS=$as_save_IFS
5935   test -z "$as_dir" && as_dir=.
5936     for ac_exec_ext in '' $ac_executable_extensions; do
5937   if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
5938     ac_cv_path_LDD="$as_dir/$ac_word$ac_exec_ext"
5939     $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
5940     break 2
5941   fi
5942 done
5943   done
5944 IFS=$as_save_IFS
5945
5946   test -z "$ac_cv_path_LDD" && ac_cv_path_LDD="true"
5947   ;;
5948 esac
5949 fi
5950 LDD=$ac_cv_path_LDD
5951 if test -n "$LDD"; then
5952   { $as_echo "$as_me:${as_lineno-$LINENO}: result: $LDD" >&5
5953 $as_echo "$LDD" >&6; }
5954 else
5955   { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
5956 $as_echo "no" >&6; }
5957 fi
5958
5959
5960
5961 case $host_os in
5962   cygwin*|mingw32*)
5963     if test -n "$ac_tool_prefix"; then
5964   # Extract the first word of "${ac_tool_prefix}dlltool", so it can be a program name with args.
5965 set dummy ${ac_tool_prefix}dlltool; ac_word=$2
5966 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
5967 $as_echo_n "checking for $ac_word... " >&6; }
5968 if test "${ac_cv_prog_DLLTOOL+set}" = set; then :
5969   $as_echo_n "(cached) " >&6
5970 else
5971   if test -n "$DLLTOOL"; then
5972   ac_cv_prog_DLLTOOL="$DLLTOOL" # Let the user override the test.
5973 else
5974 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
5975 for as_dir in $PATH
5976 do
5977   IFS=$as_save_IFS
5978   test -z "$as_dir" && as_dir=.
5979     for ac_exec_ext in '' $ac_executable_extensions; do
5980   if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
5981     ac_cv_prog_DLLTOOL="${ac_tool_prefix}dlltool"
5982     $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
5983     break 2
5984   fi
5985 done
5986   done
5987 IFS=$as_save_IFS
5988
5989 fi
5990 fi
5991 DLLTOOL=$ac_cv_prog_DLLTOOL
5992 if test -n "$DLLTOOL"; then
5993   { $as_echo "$as_me:${as_lineno-$LINENO}: result: $DLLTOOL" >&5
5994 $as_echo "$DLLTOOL" >&6; }
5995 else
5996   { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
5997 $as_echo "no" >&6; }
5998 fi
5999
6000
6001 fi
6002 if test -z "$ac_cv_prog_DLLTOOL"; then
6003   ac_ct_DLLTOOL=$DLLTOOL
6004   # Extract the first word of "dlltool", so it can be a program name with args.
6005 set dummy dlltool; ac_word=$2
6006 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
6007 $as_echo_n "checking for $ac_word... " >&6; }
6008 if test "${ac_cv_prog_ac_ct_DLLTOOL+set}" = set; then :
6009   $as_echo_n "(cached) " >&6
6010 else
6011   if test -n "$ac_ct_DLLTOOL"; then
6012   ac_cv_prog_ac_ct_DLLTOOL="$ac_ct_DLLTOOL" # Let the user override the test.
6013 else
6014 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
6015 for as_dir in $PATH
6016 do
6017   IFS=$as_save_IFS
6018   test -z "$as_dir" && as_dir=.
6019     for ac_exec_ext in '' $ac_executable_extensions; do
6020   if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
6021     ac_cv_prog_ac_ct_DLLTOOL="dlltool"
6022     $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
6023     break 2
6024   fi
6025 done
6026   done
6027 IFS=$as_save_IFS
6028
6029 fi
6030 fi
6031 ac_ct_DLLTOOL=$ac_cv_prog_ac_ct_DLLTOOL
6032 if test -n "$ac_ct_DLLTOOL"; then
6033   { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_ct_DLLTOOL" >&5
6034 $as_echo "$ac_ct_DLLTOOL" >&6; }
6035 else
6036   { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
6037 $as_echo "no" >&6; }
6038 fi
6039
6040   if test "x$ac_ct_DLLTOOL" = x; then
6041     DLLTOOL="false"
6042   else
6043     case $cross_compiling:$ac_tool_warned in
6044 yes:)
6045 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: using cross tools not prefixed with host triplet" >&5
6046 $as_echo "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;}
6047 ac_tool_warned=yes ;;
6048 esac
6049     DLLTOOL=$ac_ct_DLLTOOL
6050   fi
6051 else
6052   DLLTOOL="$ac_cv_prog_DLLTOOL"
6053 fi
6054
6055     if test -n "$ac_tool_prefix"; then
6056   # Extract the first word of "${ac_tool_prefix}dllwrap", so it can be a program name with args.
6057 set dummy ${ac_tool_prefix}dllwrap; ac_word=$2
6058 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
6059 $as_echo_n "checking for $ac_word... " >&6; }
6060 if test "${ac_cv_prog_DLLWRAP+set}" = set; then :
6061   $as_echo_n "(cached) " >&6
6062 else
6063   if test -n "$DLLWRAP"; then
6064   ac_cv_prog_DLLWRAP="$DLLWRAP" # Let the user override the test.
6065 else
6066 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
6067 for as_dir in $PATH
6068 do
6069   IFS=$as_save_IFS
6070   test -z "$as_dir" && as_dir=.
6071     for ac_exec_ext in '' $ac_executable_extensions; do
6072   if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
6073     ac_cv_prog_DLLWRAP="${ac_tool_prefix}dllwrap"
6074     $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
6075     break 2
6076   fi
6077 done
6078   done
6079 IFS=$as_save_IFS
6080
6081 fi
6082 fi
6083 DLLWRAP=$ac_cv_prog_DLLWRAP
6084 if test -n "$DLLWRAP"; then
6085   { $as_echo "$as_me:${as_lineno-$LINENO}: result: $DLLWRAP" >&5
6086 $as_echo "$DLLWRAP" >&6; }
6087 else
6088   { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
6089 $as_echo "no" >&6; }
6090 fi
6091
6092
6093 fi
6094 if test -z "$ac_cv_prog_DLLWRAP"; then
6095   ac_ct_DLLWRAP=$DLLWRAP
6096   # Extract the first word of "dllwrap", so it can be a program name with args.
6097 set dummy dllwrap; ac_word=$2
6098 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
6099 $as_echo_n "checking for $ac_word... " >&6; }
6100 if test "${ac_cv_prog_ac_ct_DLLWRAP+set}" = set; then :
6101   $as_echo_n "(cached) " >&6
6102 else
6103   if test -n "$ac_ct_DLLWRAP"; then
6104   ac_cv_prog_ac_ct_DLLWRAP="$ac_ct_DLLWRAP" # Let the user override the test.
6105 else
6106 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
6107 for as_dir in $PATH
6108 do
6109   IFS=$as_save_IFS
6110   test -z "$as_dir" && as_dir=.
6111     for ac_exec_ext in '' $ac_executable_extensions; do
6112   if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
6113     ac_cv_prog_ac_ct_DLLWRAP="dllwrap"
6114     $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
6115     break 2
6116   fi
6117 done
6118   done
6119 IFS=$as_save_IFS
6120
6121 fi
6122 fi
6123 ac_ct_DLLWRAP=$ac_cv_prog_ac_ct_DLLWRAP
6124 if test -n "$ac_ct_DLLWRAP"; then
6125   { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_ct_DLLWRAP" >&5
6126 $as_echo "$ac_ct_DLLWRAP" >&6; }
6127 else
6128   { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
6129 $as_echo "no" >&6; }
6130 fi
6131
6132   if test "x$ac_ct_DLLWRAP" = x; then
6133     DLLWRAP="false"
6134   else
6135     case $cross_compiling:$ac_tool_warned in
6136 yes:)
6137 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: using cross tools not prefixed with host triplet" >&5
6138 $as_echo "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;}
6139 ac_tool_warned=yes ;;
6140 esac
6141     DLLWRAP=$ac_ct_DLLWRAP
6142   fi
6143 else
6144   DLLWRAP="$ac_cv_prog_DLLWRAP"
6145 fi
6146
6147     if test -n "$ac_tool_prefix"; then
6148   # Extract the first word of "${ac_tool_prefix}ar", so it can be a program name with args.
6149 set dummy ${ac_tool_prefix}ar; ac_word=$2
6150 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
6151 $as_echo_n "checking for $ac_word... " >&6; }
6152 if test "${ac_cv_prog_MINGWAR+set}" = set; then :
6153   $as_echo_n "(cached) " >&6
6154 else
6155   if test -n "$MINGWAR"; then
6156   ac_cv_prog_MINGWAR="$MINGWAR" # Let the user override the test.
6157 else
6158 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
6159 for as_dir in $PATH
6160 do
6161   IFS=$as_save_IFS
6162   test -z "$as_dir" && as_dir=.
6163     for ac_exec_ext in '' $ac_executable_extensions; do
6164   if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
6165     ac_cv_prog_MINGWAR="${ac_tool_prefix}ar"
6166     $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
6167     break 2
6168   fi
6169 done
6170   done
6171 IFS=$as_save_IFS
6172
6173 fi
6174 fi
6175 MINGWAR=$ac_cv_prog_MINGWAR
6176 if test -n "$MINGWAR"; then
6177   { $as_echo "$as_me:${as_lineno-$LINENO}: result: $MINGWAR" >&5
6178 $as_echo "$MINGWAR" >&6; }
6179 else
6180   { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
6181 $as_echo "no" >&6; }
6182 fi
6183
6184
6185 fi
6186 if test -z "$ac_cv_prog_MINGWAR"; then
6187   ac_ct_MINGWAR=$MINGWAR
6188   # Extract the first word of "ar", so it can be a program name with args.
6189 set dummy ar; ac_word=$2
6190 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
6191 $as_echo_n "checking for $ac_word... " >&6; }
6192 if test "${ac_cv_prog_ac_ct_MINGWAR+set}" = set; then :
6193   $as_echo_n "(cached) " >&6
6194 else
6195   if test -n "$ac_ct_MINGWAR"; then
6196   ac_cv_prog_ac_ct_MINGWAR="$ac_ct_MINGWAR" # Let the user override the test.
6197 else
6198 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
6199 for as_dir in $PATH
6200 do
6201   IFS=$as_save_IFS
6202   test -z "$as_dir" && as_dir=.
6203     for ac_exec_ext in '' $ac_executable_extensions; do
6204   if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
6205     ac_cv_prog_ac_ct_MINGWAR="ar"
6206     $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
6207     break 2
6208   fi
6209 done
6210   done
6211 IFS=$as_save_IFS
6212
6213 fi
6214 fi
6215 ac_ct_MINGWAR=$ac_cv_prog_ac_ct_MINGWAR
6216 if test -n "$ac_ct_MINGWAR"; then
6217   { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_ct_MINGWAR" >&5
6218 $as_echo "$ac_ct_MINGWAR" >&6; }
6219 else
6220   { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
6221 $as_echo "no" >&6; }
6222 fi
6223
6224   if test "x$ac_ct_MINGWAR" = x; then
6225     MINGWAR="false"
6226   else
6227     case $cross_compiling:$ac_tool_warned in
6228 yes:)
6229 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: using cross tools not prefixed with host triplet" >&5
6230 $as_echo "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;}
6231 ac_tool_warned=yes ;;
6232 esac
6233     MINGWAR=$ac_ct_MINGWAR
6234   fi
6235 else
6236   MINGWAR="$ac_cv_prog_MINGWAR"
6237 fi
6238
6239     if test "$DLLWRAP" = "false"; then
6240       LIBEXT="a"
6241     else
6242             LIBEXT="dll"
6243     fi
6244     IMPLIBEXT="a"
6245         enable_iphlpapi=${enable_iphlpapi:-no}
6246     enable_kernel32=${enable_kernel32:-no}
6247     enable_msvcrt=${enable_msvcrt:-no}
6248     enable_ntdll=${enable_ntdll:-no}
6249     enable_ws2_32=${enable_ws2_32:-no}
6250     enable_loader=${enable_loader:-no}
6251     enable_server=${enable_server:-no}
6252         with_x=${with_x:-no}
6253     with_pthread=${with_pthread:-no}
6254     ;;
6255   darwin*|macosx*)
6256     DLLEXT=".so"
6257     LIBEXT="dylib"
6258     DLLFLAGS="$DLLFLAGS -fPIC"
6259     LDDLLFLAGS="-bundle -multiply_defined suppress"
6260     LIBWINE_LDFLAGS="-multiply_defined suppress"
6261     LDSHARED="\$(CC) -dynamiclib"
6262     STRIP="$STRIP -x"
6263     LDRPATH_LOCAL="&& install_name_tool -change @executable_path/\`\$(RELPATH) \$(bindir) \$(libdir)\`/libwine.1.dylib @executable_path/\$(TOPOBJDIR)/libs/wine/libwine.1.dylib \$@ || \$(RM) \$@"
6264         SECURITYLIB="-framework Security -framework CoreFoundation"
6265
6266     COREFOUNDATIONLIB="-framework CoreFoundation"
6267
6268     IOKITLIB="-framework IOKit -framework CoreFoundation"
6269
6270     LDEXECFLAGS="-image_base 0x7bf00000 -Wl,-segaddr,WINE_DOS,0x00000000,-segaddr,WINE_SHAREDHEAP,0x7f000000"
6271
6272     if test "$ac_cv_header_DiskArbitration_DiskArbitration_h" = "yes"
6273     then
6274                 DISKARBITRATIONLIB="-framework DiskArbitration -framework CoreFoundation"
6275
6276     fi
6277     if test "$ac_cv_header_CoreAudio_CoreAudio_h" = "yes" -a "$ac_cv_header_AudioUnit_AudioUnit_h" = "yes"
6278     then
6279                 COREAUDIO="-framework CoreAudio -framework AudioUnit -framework CoreServices -framework AudioToolbox -framework CoreMIDI"
6280
6281     fi
6282     if test "$ac_cv_header_IOKit_hid_IOHIDLib_h" = "yes"
6283     then
6284         ac_save_LIBS="$LIBS"
6285         LIBS="$LIBS $IOKITLIB"
6286         for ac_func in IOHIDManagerCreate
6287 do :
6288   ac_fn_c_check_func "$LINENO" "IOHIDManagerCreate" "ac_cv_func_IOHIDManagerCreate"
6289 if test "x$ac_cv_func_IOHIDManagerCreate" = x""yes; then :
6290   cat >>confdefs.h <<_ACEOF
6291 #define HAVE_IOHIDMANAGERCREATE 1
6292 _ACEOF
6293
6294 fi
6295 done
6296
6297         LIBS="$ac_save_LIBS"
6298     fi
6299     case $host_cpu in
6300       *powerpc*)
6301         LDDLLFLAGS="$LDDLLFLAGS -read_only_relocs warning"          ;;
6302     esac
6303         if test "$ac_cv_header_Carbon_Carbon_h" = "yes"
6304     then
6305         CARBONLIB="-framework Carbon"
6306
6307         enable_winequartz_drv=${enable_winequartz_drv:-yes}
6308     fi
6309         if test "x$enable_win16" = "xyes"
6310     then
6311         { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether 16-bit code can be built correctly" >&5
6312 $as_echo_n "checking whether 16-bit code can be built correctly... " >&6; }
6313         if test "$cross_compiling" = yes; then :
6314   { $as_echo "$as_me:${as_lineno-$LINENO}: result: cross-compiling, assuming yes" >&5
6315 $as_echo "cross-compiling, assuming yes" >&6; }
6316 else
6317   cat confdefs.h - <<_ACEOF >conftest.$ac_ext
6318 /* end confdefs.h.  */
6319 asm(".text\n"
6320                                             "bad:\tnop;nop\n"
6321                                             "good:\tnop;nop\n\t"
6322                                             ".globl _testfunc\n"
6323                                             "_testfunc:\tcallw good");
6324                                         extern void testfunc();
6325 int
6326 main ()
6327 {
6328 unsigned short *p = (unsigned short *)testfunc;
6329                                         return p[0] != 0xe866 || p[1] != 0xfffa
6330   ;
6331   return 0;
6332 }
6333 _ACEOF
6334 if ac_fn_c_try_run "$LINENO"; then :
6335   { $as_echo "$as_me:${as_lineno-$LINENO}: result: yes" >&5
6336 $as_echo "yes" >&6; }
6337 else
6338   { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
6339 $as_echo "no" >&6; }
6340                                        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
6341 fi
6342 rm -f core *.core core.conftest.* gmon.out bb.out conftest$ac_exeext \
6343   conftest.$ac_objext conftest.beam conftest.$ac_ext
6344 fi
6345
6346     fi
6347     ;;
6348   *)
6349     DLLFLAGS="$DLLFLAGS -fPIC"
6350     DLLEXT=".so"
6351     { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether we can build a GNU style ELF dll" >&5
6352 $as_echo_n "checking whether we can build a GNU style ELF dll... " >&6; }
6353 if test "${ac_cv_c_dll_gnuelf+set}" = set; then :
6354   $as_echo_n "(cached) " >&6
6355 else
6356   ac_wine_try_cflags_saved=$CFLAGS
6357 CFLAGS="$CFLAGS -fPIC -shared -Wl,-Bsymbolic"
6358 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
6359 /* end confdefs.h.  */
6360 void myfunc() {}
6361 _ACEOF
6362 if ac_fn_c_try_link "$LINENO"; then :
6363   ac_cv_c_dll_gnuelf="yes"
6364 else
6365   ac_cv_c_dll_gnuelf="no"
6366 fi
6367 rm -f core conftest.err conftest.$ac_objext \
6368     conftest$ac_exeext conftest.$ac_ext
6369 CFLAGS=$ac_wine_try_cflags_saved
6370 fi
6371 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_c_dll_gnuelf" >&5
6372 $as_echo "$ac_cv_c_dll_gnuelf" >&6; }
6373     if test "$ac_cv_c_dll_gnuelf" = "yes"
6374     then
6375       LDSHARED="\$(CC) -shared"
6376       LDDLLFLAGS="-shared -Wl,-Bsymbolic"
6377       { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether the compiler supports -fPIC -shared -Wl,-soname,confest.so.1" >&5
6378 $as_echo_n "checking whether the compiler supports -fPIC -shared -Wl,-soname,confest.so.1... " >&6; }
6379 if test "${ac_cv_cflags__fPIC__shared__Wl__soname_confest_so_1+set}" = set; then :
6380   $as_echo_n "(cached) " >&6
6381 else
6382   ac_wine_try_cflags_saved=$CFLAGS
6383 CFLAGS="$CFLAGS -fPIC -shared -Wl,-soname,confest.so.1"
6384 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
6385 /* end confdefs.h.  */
6386
6387 int
6388 main ()
6389 {
6390
6391   ;
6392   return 0;
6393 }
6394 _ACEOF
6395 if ac_fn_c_try_link "$LINENO"; then :
6396   ac_cv_cflags__fPIC__shared__Wl__soname_confest_so_1=yes
6397 else
6398   ac_cv_cflags__fPIC__shared__Wl__soname_confest_so_1=no
6399 fi
6400 rm -f core conftest.err conftest.$ac_objext \
6401     conftest$ac_exeext conftest.$ac_ext
6402 CFLAGS=$ac_wine_try_cflags_saved
6403 fi
6404 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_cflags__fPIC__shared__Wl__soname_confest_so_1" >&5
6405 $as_echo "$ac_cv_cflags__fPIC__shared__Wl__soname_confest_so_1" >&6; }
6406 if test $ac_cv_cflags__fPIC__shared__Wl__soname_confest_so_1 = yes; then :
6407   LDSHARED="\$(CC) -shared \$(SONAME:%=-Wl,-soname,%)"
6408 else
6409   { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether the compiler supports -fPIC -shared -Wl,-h,confest.so.1" >&5
6410 $as_echo_n "checking whether the compiler supports -fPIC -shared -Wl,-h,confest.so.1... " >&6; }
6411 if test "${ac_cv_cflags__fPIC__shared__Wl__h_confest_so_1+set}" = set; then :
6412   $as_echo_n "(cached) " >&6
6413 else
6414   ac_wine_try_cflags_saved=$CFLAGS
6415 CFLAGS="$CFLAGS -fPIC -shared -Wl,-h,confest.so.1"
6416 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
6417 /* end confdefs.h.  */
6418
6419 int
6420 main ()
6421 {
6422
6423   ;
6424   return 0;
6425 }
6426 _ACEOF
6427 if ac_fn_c_try_link "$LINENO"; then :
6428   ac_cv_cflags__fPIC__shared__Wl__h_confest_so_1=yes
6429 else
6430   ac_cv_cflags__fPIC__shared__Wl__h_confest_so_1=no
6431 fi
6432 rm -f core conftest.err conftest.$ac_objext \
6433     conftest$ac_exeext conftest.$ac_ext
6434 CFLAGS=$ac_wine_try_cflags_saved
6435 fi
6436 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_cflags__fPIC__shared__Wl__h_confest_so_1" >&5
6437 $as_echo "$ac_cv_cflags__fPIC__shared__Wl__h_confest_so_1" >&6; }
6438 if test $ac_cv_cflags__fPIC__shared__Wl__h_confest_so_1 = yes; then :
6439   LDSHARED="\$(CC) -shared \$(SONAME:%=-Wl,-h,%)"
6440 fi
6441 fi
6442
6443       { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether the compiler supports -fPIC -shared -Wl,-Bsymbolic,-z,defs" >&5
6444 $as_echo_n "checking whether the compiler supports -fPIC -shared -Wl,-Bsymbolic,-z,defs... " >&6; }
6445 if test "${ac_cv_cflags__fPIC__shared__Wl__Bsymbolic__z_defs+set}" = set; then :
6446   $as_echo_n "(cached) " >&6
6447 else
6448   ac_wine_try_cflags_saved=$CFLAGS
6449 CFLAGS="$CFLAGS -fPIC -shared -Wl,-Bsymbolic,-z,defs"
6450 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
6451 /* end confdefs.h.  */
6452
6453 int
6454 main ()
6455 {
6456
6457   ;
6458   return 0;
6459 }
6460 _ACEOF
6461 if ac_fn_c_try_link "$LINENO"; then :
6462   ac_cv_cflags__fPIC__shared__Wl__Bsymbolic__z_defs=yes
6463 else
6464   ac_cv_cflags__fPIC__shared__Wl__Bsymbolic__z_defs=no
6465 fi
6466 rm -f core conftest.err conftest.$ac_objext \
6467     conftest$ac_exeext conftest.$ac_ext
6468 CFLAGS=$ac_wine_try_cflags_saved
6469 fi
6470 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_cflags__fPIC__shared__Wl__Bsymbolic__z_defs" >&5
6471 $as_echo "$ac_cv_cflags__fPIC__shared__Wl__Bsymbolic__z_defs" >&6; }
6472 if test $ac_cv_cflags__fPIC__shared__Wl__Bsymbolic__z_defs = yes; then :
6473   LDDLLFLAGS="$LDDLLFLAGS,-z,defs"
6474 fi
6475
6476       { $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
6477 $as_echo_n "checking whether the compiler supports -fPIC -shared -Wl,-Bsymbolic,-init,__wine_spec_init,-fini,__wine_spec_fini... " >&6; }
6478 if test "${ac_cv_cflags__fPIC__shared__Wl__Bsymbolic__init___wine_spec_init__fini___wine_spec_fini+set}" = set; then :
6479   $as_echo_n "(cached) " >&6
6480 else
6481   ac_wine_try_cflags_saved=$CFLAGS
6482 CFLAGS="$CFLAGS -fPIC -shared -Wl,-Bsymbolic,-init,__wine_spec_init,-fini,__wine_spec_fini"
6483 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
6484 /* end confdefs.h.  */
6485
6486 int
6487 main ()
6488 {
6489
6490   ;
6491   return 0;
6492 }
6493 _ACEOF
6494 if ac_fn_c_try_link "$LINENO"; then :
6495   ac_cv_cflags__fPIC__shared__Wl__Bsymbolic__init___wine_spec_init__fini___wine_spec_fini=yes
6496 else
6497   ac_cv_cflags__fPIC__shared__Wl__Bsymbolic__init___wine_spec_init__fini___wine_spec_fini=no
6498 fi
6499 rm -f core conftest.err conftest.$ac_objext \
6500     conftest$ac_exeext conftest.$ac_ext
6501 CFLAGS=$ac_wine_try_cflags_saved
6502 fi
6503 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_cflags__fPIC__shared__Wl__Bsymbolic__init___wine_spec_init__fini___wine_spec_fini" >&5
6504 $as_echo "$ac_cv_cflags__fPIC__shared__Wl__Bsymbolic__init___wine_spec_init__fini___wine_spec_fini" >&6; }
6505 if test $ac_cv_cflags__fPIC__shared__Wl__Bsymbolic__init___wine_spec_init__fini___wine_spec_fini = yes; then :
6506   LDDLLFLAGS="$LDDLLFLAGS,-init,__wine_spec_init,-fini,__wine_spec_fini"
6507 fi
6508
6509       echo '{ global: *; };' >conftest.map
6510       { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether the compiler supports -fPIC -shared -Wl,--version-script=conftest.map" >&5
6511 $as_echo_n "checking whether the compiler supports -fPIC -shared -Wl,--version-script=conftest.map... " >&6; }
6512 if test "${ac_cv_cflags__fPIC__shared__Wl___version_script_conftest_map+set}" = set; then :
6513   $as_echo_n "(cached) " >&6
6514 else
6515   ac_wine_try_cflags_saved=$CFLAGS
6516 CFLAGS="$CFLAGS -fPIC -shared -Wl,--version-script=conftest.map"
6517 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
6518 /* end confdefs.h.  */
6519
6520 int
6521 main ()
6522 {
6523
6524   ;
6525   return 0;
6526 }
6527 _ACEOF
6528 if ac_fn_c_try_link "$LINENO"; then :
6529   ac_cv_cflags__fPIC__shared__Wl___version_script_conftest_map=yes
6530 else
6531   ac_cv_cflags__fPIC__shared__Wl___version_script_conftest_map=no
6532 fi
6533 rm -f core conftest.err conftest.$ac_objext \
6534     conftest$ac_exeext conftest.$ac_ext
6535 CFLAGS=$ac_wine_try_cflags_saved
6536 fi
6537 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_cflags__fPIC__shared__Wl___version_script_conftest_map" >&5
6538 $as_echo "$ac_cv_cflags__fPIC__shared__Wl___version_script_conftest_map" >&6; }
6539 if test $ac_cv_cflags__fPIC__shared__Wl___version_script_conftest_map = yes; then :
6540   LDSHARED="$LDSHARED \$(VERSCRIPT:%=-Wl,--version-script=%)"
6541 fi
6542       rm -f conftest.map
6543
6544       { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether the compiler supports -fPIC -Wl,--export-dynamic" >&5
6545 $as_echo_n "checking whether the compiler supports -fPIC -Wl,--export-dynamic... " >&6; }
6546 if test "${ac_cv_cflags__fPIC__Wl___export_dynamic+set}" = set; then :
6547   $as_echo_n "(cached) " >&6
6548 else
6549   ac_wine_try_cflags_saved=$CFLAGS
6550 CFLAGS="$CFLAGS -fPIC -Wl,--export-dynamic"
6551 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
6552 /* end confdefs.h.  */
6553
6554 int
6555 main ()
6556 {
6557
6558   ;
6559   return 0;
6560 }
6561 _ACEOF
6562 if ac_fn_c_try_link "$LINENO"; then :
6563   ac_cv_cflags__fPIC__Wl___export_dynamic=yes
6564 else
6565   ac_cv_cflags__fPIC__Wl___export_dynamic=no
6566 fi
6567 rm -f core conftest.err conftest.$ac_objext \
6568     conftest$ac_exeext conftest.$ac_ext
6569 CFLAGS=$ac_wine_try_cflags_saved
6570 fi
6571 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_cflags__fPIC__Wl___export_dynamic" >&5
6572 $as_echo "$ac_cv_cflags__fPIC__Wl___export_dynamic" >&6; }
6573 if test $ac_cv_cflags__fPIC__Wl___export_dynamic = yes; then :
6574   LDEXECFLAGS="-Wl,--export-dynamic"
6575
6576 fi
6577
6578       as_ac_var=`$as_echo "ac_cv_cflags_-fPIC -Wl,--rpath,\\$ORIGIN/../lib" | $as_tr_sh`
6579 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether the compiler supports -fPIC -Wl,--rpath,\$ORIGIN/../lib" >&5
6580 $as_echo_n "checking whether the compiler supports -fPIC -Wl,--rpath,\$ORIGIN/../lib... " >&6; }
6581 if { as_var=$as_ac_var; eval "test \"\${$as_var+set}\" = set"; }; then :
6582   $as_echo_n "(cached) " >&6
6583 else
6584   ac_wine_try_cflags_saved=$CFLAGS
6585 CFLAGS="$CFLAGS -fPIC -Wl,--rpath,\$ORIGIN/../lib"
6586 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
6587 /* end confdefs.h.  */
6588
6589 int
6590 main ()
6591 {
6592
6593   ;
6594   return 0;
6595 }
6596 _ACEOF
6597 if ac_fn_c_try_link "$LINENO"; then :
6598   eval "$as_ac_var=yes"
6599 else
6600   eval "$as_ac_var=no"
6601 fi
6602 rm -f core conftest.err conftest.$ac_objext \
6603     conftest$ac_exeext conftest.$ac_ext
6604 CFLAGS=$ac_wine_try_cflags_saved
6605 fi
6606 eval ac_res=\$$as_ac_var
6607                { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_res" >&5
6608 $as_echo "$ac_res" >&6; }
6609 if test `eval 'as_val=${'$as_ac_var'};$as_echo "$as_val"'` = yes; then :
6610   LDRPATH_INSTALL="-Wl,--rpath,\\\$\$ORIGIN/\`\$(RELPATH) \$(bindir) \$(libdir)\`"
6611                        LDRPATH_LOCAL="-Wl,--rpath,\\\$\$ORIGIN/\$(TOPOBJDIR)/libs/wine"
6612 else
6613   as_ac_var=`$as_echo "ac_cv_cflags_-fPIC -Wl,-R,\\$ORIGIN/../lib" | $as_tr_sh`
6614 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether the compiler supports -fPIC -Wl,-R,\$ORIGIN/../lib" >&5
6615 $as_echo_n "checking whether the compiler supports -fPIC -Wl,-R,\$ORIGIN/../lib... " >&6; }
6616 if { as_var=$as_ac_var; eval "test \"\${$as_var+set}\" = set"; }; then :
6617   $as_echo_n "(cached) " >&6
6618 else
6619   ac_wine_try_cflags_saved=$CFLAGS
6620 CFLAGS="$CFLAGS -fPIC -Wl,-R,\$ORIGIN/../lib"
6621 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
6622 /* end confdefs.h.  */
6623
6624 int
6625 main ()
6626 {
6627
6628   ;
6629   return 0;
6630 }
6631 _ACEOF
6632 if ac_fn_c_try_link "$LINENO"; then :
6633   eval "$as_ac_var=yes"
6634 else
6635   eval "$as_ac_var=no"
6636 fi
6637 rm -f core conftest.err conftest.$ac_objext \
6638     conftest$ac_exeext conftest.$ac_ext
6639 CFLAGS=$ac_wine_try_cflags_saved
6640 fi
6641 eval ac_res=\$$as_ac_var
6642                { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_res" >&5
6643 $as_echo "$ac_res" >&6; }
6644 if test `eval 'as_val=${'$as_ac_var'};$as_echo "$as_val"'` = yes; then :
6645   LDRPATH_INSTALL="-Wl,-R,\\\$\$ORIGIN/\`\$(RELPATH) \$(bindir) \$(libdir)\`"
6646                             LDRPATH_LOCAL="-Wl,-R,\\\$\$ORIGIN/\$(TOPOBJDIR)/libs/wine"
6647 fi
6648 fi
6649
6650       { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether the compiler supports -Wl,--enable-new-dtags" >&5
6651 $as_echo_n "checking whether the compiler supports -Wl,--enable-new-dtags... " >&6; }
6652 if test "${ac_cv_cflags__Wl___enable_new_dtags+set}" = set; then :
6653   $as_echo_n "(cached) " >&6
6654 else
6655   ac_wine_try_cflags_saved=$CFLAGS
6656 CFLAGS="$CFLAGS -Wl,--enable-new-dtags"
6657 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
6658 /* end confdefs.h.  */
6659
6660 int
6661 main ()
6662 {
6663
6664   ;
6665   return 0;
6666 }
6667 _ACEOF
6668 if ac_fn_c_try_link "$LINENO"; then :
6669   ac_cv_cflags__Wl___enable_new_dtags=yes
6670 else
6671   ac_cv_cflags__Wl___enable_new_dtags=no
6672 fi
6673 rm -f core conftest.err conftest.$ac_objext \
6674     conftest$ac_exeext conftest.$ac_ext
6675 CFLAGS=$ac_wine_try_cflags_saved
6676 fi
6677 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_cflags__Wl___enable_new_dtags" >&5
6678 $as_echo "$ac_cv_cflags__Wl___enable_new_dtags" >&6; }
6679 if test $ac_cv_cflags__Wl___enable_new_dtags = yes; then :
6680   LDRPATH_INSTALL="$LDRPATH_INSTALL -Wl,--enable-new-dtags"
6681 fi
6682
6683       case $host_cpu in
6684         *i[3456789]86* | x86_64)
6685           { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether the compiler supports -Wl,--section-start,.interp=0x7bf00400" >&5
6686 $as_echo_n "checking whether the compiler supports -Wl,--section-start,.interp=0x7bf00400... " >&6; }
6687 if test "${ac_cv_cflags__Wl___section_start__interp_0x7bf00400+set}" = set; then :
6688   $as_echo_n "(cached) " >&6
6689 else
6690   ac_wine_try_cflags_saved=$CFLAGS
6691 CFLAGS="$CFLAGS -Wl,--section-start,.interp=0x7bf00400"
6692 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
6693 /* end confdefs.h.  */
6694
6695 int
6696 main ()
6697 {
6698
6699   ;
6700   return 0;
6701 }
6702 _ACEOF
6703 if ac_fn_c_try_link "$LINENO"; then :
6704   ac_cv_cflags__Wl___section_start__interp_0x7bf00400=yes
6705 else
6706   ac_cv_cflags__Wl___section_start__interp_0x7bf00400=no
6707 fi
6708 rm -f core conftest.err conftest.$ac_objext \
6709     conftest$ac_exeext conftest.$ac_ext
6710 CFLAGS=$ac_wine_try_cflags_saved
6711 fi
6712 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_cflags__Wl___section_start__interp_0x7bf00400" >&5
6713 $as_echo "$ac_cv_cflags__Wl___section_start__interp_0x7bf00400" >&6; }
6714 if test $ac_cv_cflags__Wl___section_start__interp_0x7bf00400 = yes; then :
6715   LDEXECFLAGS="$LDEXECFLAGS -Wl,--section-start,.interp=0x7bf00400"
6716 fi
6717           ;;
6718       esac
6719
6720     else
6721       { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether we can build a UnixWare (Solaris) dll" >&5
6722 $as_echo_n "checking whether we can build a UnixWare (Solaris) dll... " >&6; }
6723 if test "${ac_cv_c_dll_unixware+set}" = set; then :
6724   $as_echo_n "(cached) " >&6
6725 else
6726   ac_wine_try_cflags_saved=$CFLAGS
6727 CFLAGS="$CFLAGS -fPIC -Wl,-G,-h,conftest.so.1.0,-B,symbolic"
6728 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
6729 /* end confdefs.h.  */
6730 void myfunc() {}
6731 _ACEOF
6732 if ac_fn_c_try_link "$LINENO"; then :
6733   ac_cv_c_dll_unixware="yes"
6734 else
6735   ac_cv_c_dll_unixware="no"
6736 fi
6737 rm -f core conftest.err conftest.$ac_objext \
6738     conftest$ac_exeext conftest.$ac_ext
6739 CFLAGS=$ac_wine_try_cflags_saved
6740 fi
6741 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_c_dll_unixware" >&5
6742 $as_echo "$ac_cv_c_dll_unixware" >&6; }
6743       if test "$ac_cv_c_dll_unixware" = "yes"
6744       then
6745         LDSHARED="\$(CC) -Wl,-G \$(SONAME:%=-Wl,-h,%)"
6746         LDDLLFLAGS="-Wl,-G,-B,symbolic"
6747
6748       else
6749         { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether we can build an HP-UX dll" >&5
6750 $as_echo_n "checking whether we can build an HP-UX dll... " >&6; }
6751 if test "${ac_cv_c_dll_hpux+set}" = set; then :
6752   $as_echo_n "(cached) " >&6
6753 else
6754   ac_wine_try_cflags_saved=$CFLAGS
6755 CFLAGS="$CFLAGS -shared"
6756 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
6757 /* end confdefs.h.  */
6758 void myfunc() {}
6759 _ACEOF
6760 if ac_fn_c_try_link "$LINENO"; then :
6761   ac_cv_c_dll_hpux="yes"
6762 else
6763   ac_cv_c_dll_hpux="no"
6764 fi
6765 rm -f core conftest.err conftest.$ac_objext \
6766     conftest$ac_exeext conftest.$ac_ext
6767 CFLAGS=$ac_wine_try_cflags_saved
6768 fi
6769 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_c_dll_hpux" >&5
6770 $as_echo "$ac_cv_c_dll_hpux" >&6; }
6771         if test "$ac_cv_c_dll_hpux" = "yes"
6772         then
6773           LIBEXT="sl"
6774           DLLEXT=".sl"
6775           LDDLLFLAGS="-shared -fPIC"
6776           LDSHARED="\$(CC) -shared"
6777         fi
6778       fi
6779     fi
6780     ;;
6781 esac
6782
6783 enable_winequartz_drv=${enable_winequartz_drv:-no}
6784
6785 if test "$LIBEXT" = "a"; then
6786   as_fn_error "could not find a way to build shared libraries.
6787 It is currently not possible to build Wine without shared library
6788 (.so) support to allow transparent switch between .so and .dll files.
6789 If you are using Linux, you will need a newer binutils.
6790 " "$LINENO" 5
6791 fi
6792
6793 if test "$cross_compiling" = "no" -a "$LIBEXT" != "dll"
6794 then
6795     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
6796 do
6797   # Extract the first word of "$ac_prog", so it can be a program name with args.
6798 set dummy $ac_prog; ac_word=$2
6799 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
6800 $as_echo_n "checking for $ac_word... " >&6; }
6801 if test "${ac_cv_prog_CROSSCC+set}" = set; then :
6802   $as_echo_n "(cached) " >&6
6803 else
6804   if test -n "$CROSSCC"; then
6805   ac_cv_prog_CROSSCC="$CROSSCC" # Let the user override the test.
6806 else
6807 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
6808 for as_dir in $PATH
6809 do
6810   IFS=$as_save_IFS
6811   test -z "$as_dir" && as_dir=.
6812     for ac_exec_ext in '' $ac_executable_extensions; do
6813   if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
6814     ac_cv_prog_CROSSCC="$ac_prog"
6815     $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
6816     break 2
6817   fi
6818 done
6819   done
6820 IFS=$as_save_IFS
6821
6822 fi
6823 fi
6824 CROSSCC=$ac_cv_prog_CROSSCC
6825 if test -n "$CROSSCC"; then
6826   { $as_echo "$as_me:${as_lineno-$LINENO}: result: $CROSSCC" >&5
6827 $as_echo "$CROSSCC" >&6; }
6828 else
6829   { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
6830 $as_echo "no" >&6; }
6831 fi
6832
6833
6834   test -n "$CROSSCC" && break
6835 done
6836 test -n "$CROSSCC" || CROSSCC="false"
6837
6838     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
6839 do
6840   # Extract the first word of "$ac_prog", so it can be a program name with args.
6841 set dummy $ac_prog; ac_word=$2
6842 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
6843 $as_echo_n "checking for $ac_word... " >&6; }
6844 if test "${ac_cv_prog_DLLTOOL+set}" = set; then :
6845   $as_echo_n "(cached) " >&6
6846 else
6847   if test -n "$DLLTOOL"; then
6848   ac_cv_prog_DLLTOOL="$DLLTOOL" # Let the user override the test.
6849 else
6850 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
6851 for as_dir in $PATH
6852 do
6853   IFS=$as_save_IFS
6854   test -z "$as_dir" && as_dir=.
6855     for ac_exec_ext in '' $ac_executable_extensions; do
6856   if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
6857     ac_cv_prog_DLLTOOL="$ac_prog"
6858     $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
6859     break 2
6860   fi
6861 done
6862   done
6863 IFS=$as_save_IFS
6864
6865 fi
6866 fi
6867 DLLTOOL=$ac_cv_prog_DLLTOOL
6868 if test -n "$DLLTOOL"; then
6869   { $as_echo "$as_me:${as_lineno-$LINENO}: result: $DLLTOOL" >&5
6870 $as_echo "$DLLTOOL" >&6; }
6871 else
6872   { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
6873 $as_echo "no" >&6; }
6874 fi
6875
6876
6877   test -n "$DLLTOOL" && break
6878 done
6879 test -n "$DLLTOOL" || DLLTOOL="false"
6880
6881     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
6882 do
6883   # Extract the first word of "$ac_prog", so it can be a program name with args.
6884 set dummy $ac_prog; ac_word=$2
6885 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
6886 $as_echo_n "checking for $ac_word... " >&6; }
6887 if test "${ac_cv_prog_MINGWAR+set}" = set; then :
6888   $as_echo_n "(cached) " >&6
6889 else
6890   if test -n "$MINGWAR"; then
6891   ac_cv_prog_MINGWAR="$MINGWAR" # Let the user override the test.
6892 else
6893 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
6894 for as_dir in $PATH
6895 do
6896   IFS=$as_save_IFS
6897   test -z "$as_dir" && as_dir=.
6898     for ac_exec_ext in '' $ac_executable_extensions; do
6899   if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
6900     ac_cv_prog_MINGWAR="$ac_prog"
6901     $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
6902     break 2
6903   fi
6904 done
6905   done
6906 IFS=$as_save_IFS
6907
6908 fi
6909 fi
6910 MINGWAR=$ac_cv_prog_MINGWAR
6911 if test -n "$MINGWAR"; then
6912   { $as_echo "$as_me:${as_lineno-$LINENO}: result: $MINGWAR" >&5
6913 $as_echo "$MINGWAR" >&6; }
6914 else
6915   { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
6916 $as_echo "no" >&6; }
6917 fi
6918
6919
6920   test -n "$MINGWAR" && break
6921 done
6922 test -n "$MINGWAR" || MINGWAR="false"
6923
6924     if test "$CROSSCC" != "false"
6925     then
6926         CROSSTEST="\$(CROSSTEST)"
6927
6928         set x $CROSSCC
6929         shift
6930         target=""
6931         while test $# -ge 1
6932         do
6933             case "$1" in
6934               *-gcc) target=`expr "$1" : '\(.*\)-gcc'` ;;
6935             esac
6936             shift
6937         done
6938         if test -n "$target"
6939         then
6940             CROSSTARGETFLAGS="-b $target"
6941
6942         fi
6943     fi
6944 fi
6945
6946
6947 if test "$ac_cv_header_pthread_h" = "yes"
6948 then
6949     { $as_echo "$as_me:${as_lineno-$LINENO}: checking for pthread_create in -lpthread" >&5
6950 $as_echo_n "checking for pthread_create in -lpthread... " >&6; }
6951 if test "${ac_cv_lib_pthread_pthread_create+set}" = set; then :
6952   $as_echo_n "(cached) " >&6
6953 else
6954   ac_check_lib_save_LIBS=$LIBS
6955 LIBS="-lpthread  $LIBS"
6956 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
6957 /* end confdefs.h.  */
6958
6959 /* Override any GCC internal prototype to avoid an error.
6960    Use char because int might match the return type of a GCC
6961    builtin and then its argument prototype would still apply.  */
6962 #ifdef __cplusplus
6963 extern "C"
6964 #endif
6965 char pthread_create ();
6966 int
6967 main ()
6968 {
6969 return pthread_create ();
6970   ;
6971   return 0;
6972 }
6973 _ACEOF
6974 if ac_fn_c_try_link "$LINENO"; then :
6975   ac_cv_lib_pthread_pthread_create=yes
6976 else
6977   ac_cv_lib_pthread_pthread_create=no
6978 fi
6979 rm -f core conftest.err conftest.$ac_objext \
6980     conftest$ac_exeext conftest.$ac_ext
6981 LIBS=$ac_check_lib_save_LIBS
6982 fi
6983 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_pthread_pthread_create" >&5
6984 $as_echo "$ac_cv_lib_pthread_pthread_create" >&6; }
6985 if test "x$ac_cv_lib_pthread_pthread_create" = x""yes; then :
6986   LIBPTHREAD="-lpthread"
6987
6988 fi
6989
6990 fi
6991 if test "x$LIBPTHREAD" = "x"; then :
6992   case "x$with_pthread" in
6993   xno) ;;
6994   *)   as_fn_error "pthread ${notice_platform}development files not found.
6995 Wine cannot support threads without libpthread.
6996 Use the --without-pthread option if you really want this." "$LINENO" 5 ;;
6997 esac
6998 fi
6999
7000
7001 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for X" >&5
7002 $as_echo_n "checking for X... " >&6; }
7003
7004
7005 # Check whether --with-x was given.
7006 if test "${with_x+set}" = set; then :
7007   withval=$with_x;
7008 fi
7009
7010 # $have_x is `yes', `no', `disabled', or empty when we do not yet know.
7011 if test "x$with_x" = xno; then
7012   # The user explicitly disabled X.
7013   have_x=disabled
7014 else
7015   case $x_includes,$x_libraries in #(
7016     *\'*) as_fn_error "cannot use X directory names containing '" "$LINENO" 5;; #(
7017     *,NONE | NONE,*) if test "${ac_cv_have_x+set}" = set; then :
7018   $as_echo_n "(cached) " >&6
7019 else
7020   # One or both of the vars are not set, and there is no cached value.
7021 ac_x_includes=no ac_x_libraries=no
7022 rm -f -r conftest.dir
7023 if mkdir conftest.dir; then
7024   cd conftest.dir
7025   cat >Imakefile <<'_ACEOF'
7026 incroot:
7027         @echo incroot='${INCROOT}'
7028 usrlibdir:
7029         @echo usrlibdir='${USRLIBDIR}'
7030 libdir:
7031         @echo libdir='${LIBDIR}'
7032 _ACEOF
7033   if (export CC; ${XMKMF-xmkmf}) >/dev/null 2>/dev/null && test -f Makefile; then
7034     # GNU make sometimes prints "make[1]: Entering...", which would confuse us.
7035     for ac_var in incroot usrlibdir libdir; do
7036       eval "ac_im_$ac_var=\`\${MAKE-make} $ac_var 2>/dev/null | sed -n 's/^$ac_var=//p'\`"
7037     done
7038     # Open Windows xmkmf reportedly sets LIBDIR instead of USRLIBDIR.
7039     for ac_extension in a so sl dylib la dll; do
7040       if test ! -f "$ac_im_usrlibdir/libX11.$ac_extension" &&
7041          test -f "$ac_im_libdir/libX11.$ac_extension"; then
7042         ac_im_usrlibdir=$ac_im_libdir; break
7043       fi
7044     done
7045     # Screen out bogus values from the imake configuration.  They are
7046     # bogus both because they are the default anyway, and because
7047     # using them would break gcc on systems where it needs fixed includes.
7048     case $ac_im_incroot in
7049         /usr/include) ac_x_includes= ;;
7050         *) test -f "$ac_im_incroot/X11/Xos.h" && ac_x_includes=$ac_im_incroot;;
7051     esac
7052     case $ac_im_usrlibdir in
7053         /usr/lib | /usr/lib64 | /lib | /lib64) ;;
7054         *) test -d "$ac_im_usrlibdir" && ac_x_libraries=$ac_im_usrlibdir ;;
7055     esac
7056   fi
7057   cd ..
7058   rm -f -r conftest.dir
7059 fi
7060
7061 # Standard set of common directories for X headers.
7062 # Check X11 before X11Rn because it is often a symlink to the current release.
7063 ac_x_header_dirs='
7064 /usr/X11/include
7065 /usr/X11R7/include
7066 /usr/X11R6/include
7067 /usr/X11R5/include
7068 /usr/X11R4/include
7069
7070 /usr/include/X11
7071 /usr/include/X11R7
7072 /usr/include/X11R6
7073 /usr/include/X11R5
7074 /usr/include/X11R4
7075
7076 /usr/local/X11/include
7077 /usr/local/X11R7/include
7078 /usr/local/X11R6/include
7079 /usr/local/X11R5/include
7080 /usr/local/X11R4/include
7081
7082 /usr/local/include/X11
7083 /usr/local/include/X11R7
7084 /usr/local/include/X11R6
7085 /usr/local/include/X11R5
7086 /usr/local/include/X11R4
7087
7088 /usr/X386/include
7089 /usr/x386/include
7090 /usr/XFree86/include/X11
7091
7092 /usr/include
7093 /usr/local/include
7094 /usr/unsupported/include
7095 /usr/athena/include
7096 /usr/local/x11r5/include
7097 /usr/lpp/Xamples/include
7098
7099 /usr/openwin/include
7100 /usr/openwin/share/include'
7101
7102 if test "$ac_x_includes" = no; then
7103   # Guess where to find include files, by looking for Xlib.h.
7104   # First, try using that file with no special directory specified.
7105   cat confdefs.h - <<_ACEOF >conftest.$ac_ext
7106 /* end confdefs.h.  */
7107 #include <X11/Xlib.h>
7108 _ACEOF
7109 if ac_fn_c_try_cpp "$LINENO"; then :
7110   # We can compile using X headers with no special include directory.
7111 ac_x_includes=
7112 else
7113   for ac_dir in $ac_x_header_dirs; do
7114   if test -r "$ac_dir/X11/Xlib.h"; then
7115     ac_x_includes=$ac_dir
7116     break
7117   fi
7118 done
7119 fi
7120 rm -f conftest.err conftest.$ac_ext
7121 fi # $ac_x_includes = no
7122
7123 if test "$ac_x_libraries" = no; then
7124   # Check for the libraries.
7125   # See if we find them without any special options.
7126   # Don't add to $LIBS permanently.
7127   ac_save_LIBS=$LIBS
7128   LIBS="-lX11 $LIBS"
7129   cat confdefs.h - <<_ACEOF >conftest.$ac_ext
7130 /* end confdefs.h.  */
7131 #include <X11/Xlib.h>
7132 int
7133 main ()
7134 {
7135 XrmInitialize ()
7136   ;
7137   return 0;
7138 }
7139 _ACEOF
7140 if ac_fn_c_try_link "$LINENO"; then :
7141   LIBS=$ac_save_LIBS
7142 # We can link X programs with no special library path.
7143 ac_x_libraries=
7144 else
7145   LIBS=$ac_save_LIBS
7146 for ac_dir in `$as_echo "$ac_x_includes $ac_x_header_dirs" | sed s/include/lib/g`
7147 do
7148   # Don't even attempt the hair of trying to link an X program!
7149   for ac_extension in a so sl dylib la dll; do
7150     if test -r "$ac_dir/libX11.$ac_extension"; then
7151       ac_x_libraries=$ac_dir
7152       break 2
7153     fi
7154   done
7155 done
7156 fi
7157 rm -f core conftest.err conftest.$ac_objext \
7158     conftest$ac_exeext conftest.$ac_ext
7159 fi # $ac_x_libraries = no
7160
7161 case $ac_x_includes,$ac_x_libraries in #(
7162   no,* | *,no | *\'*)
7163     # Didn't find X, or a directory has "'" in its name.
7164     ac_cv_have_x="have_x=no";; #(
7165   *)
7166     # Record where we found X for the cache.
7167     ac_cv_have_x="have_x=yes\
7168         ac_x_includes='$ac_x_includes'\
7169         ac_x_libraries='$ac_x_libraries'"
7170 esac
7171 fi
7172 ;; #(
7173     *) have_x=yes;;
7174   esac
7175   eval "$ac_cv_have_x"
7176 fi # $with_x != no
7177
7178 if test "$have_x" != yes; then
7179   { $as_echo "$as_me:${as_lineno-$LINENO}: result: $have_x" >&5
7180 $as_echo "$have_x" >&6; }
7181   no_x=yes
7182 else
7183   # If each of the values was on the command line, it overrides each guess.
7184   test "x$x_includes" = xNONE && x_includes=$ac_x_includes
7185   test "x$x_libraries" = xNONE && x_libraries=$ac_x_libraries
7186   # Update the cache value to reflect the command line values.
7187   ac_cv_have_x="have_x=yes\
7188         ac_x_includes='$x_includes'\
7189         ac_x_libraries='$x_libraries'"
7190   { $as_echo "$as_me:${as_lineno-$LINENO}: result: libraries $x_libraries, headers $x_includes" >&5
7191 $as_echo "libraries $x_libraries, headers $x_includes" >&6; }
7192 fi
7193
7194 if test "$no_x" = yes; then
7195   # Not all programs may use this symbol, but it does not hurt to define it.
7196
7197 $as_echo "#define X_DISPLAY_MISSING 1" >>confdefs.h
7198
7199   X_CFLAGS= X_PRE_LIBS= X_LIBS= X_EXTRA_LIBS=
7200 else
7201   if test -n "$x_includes"; then
7202     X_CFLAGS="$X_CFLAGS -I$x_includes"
7203   fi
7204
7205   # It would also be nice to do this for all -L options, not just this one.
7206   if test -n "$x_libraries"; then
7207     X_LIBS="$X_LIBS -L$x_libraries"
7208     # For Solaris; some versions of Sun CC require a space after -R and
7209     # others require no space.  Words are not sufficient . . . .
7210     { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether -R must be followed by a space" >&5
7211 $as_echo_n "checking whether -R must be followed by a space... " >&6; }
7212     ac_xsave_LIBS=$LIBS; LIBS="$LIBS -R$x_libraries"
7213     ac_xsave_c_werror_flag=$ac_c_werror_flag
7214     ac_c_werror_flag=yes
7215     cat confdefs.h - <<_ACEOF >conftest.$ac_ext
7216 /* end confdefs.h.  */
7217
7218 int
7219 main ()
7220 {
7221
7222   ;
7223   return 0;
7224 }
7225 _ACEOF
7226 if ac_fn_c_try_link "$LINENO"; then :
7227   { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
7228 $as_echo "no" >&6; }
7229        X_LIBS="$X_LIBS -R$x_libraries"
7230 else
7231   LIBS="$ac_xsave_LIBS -R $x_libraries"
7232        cat confdefs.h - <<_ACEOF >conftest.$ac_ext
7233 /* end confdefs.h.  */
7234
7235 int
7236 main ()
7237 {
7238
7239   ;
7240   return 0;
7241 }
7242 _ACEOF
7243 if ac_fn_c_try_link "$LINENO"; then :
7244   { $as_echo "$as_me:${as_lineno-$LINENO}: result: yes" >&5
7245 $as_echo "yes" >&6; }
7246           X_LIBS="$X_LIBS -R $x_libraries"
7247 else
7248   { $as_echo "$as_me:${as_lineno-$LINENO}: result: neither works" >&5
7249 $as_echo "neither works" >&6; }
7250 fi
7251 rm -f core conftest.err conftest.$ac_objext \
7252     conftest$ac_exeext conftest.$ac_ext
7253 fi
7254 rm -f core conftest.err conftest.$ac_objext \
7255     conftest$ac_exeext conftest.$ac_ext
7256     ac_c_werror_flag=$ac_xsave_c_werror_flag
7257     LIBS=$ac_xsave_LIBS
7258   fi
7259
7260   # Check for system-dependent libraries X programs must link with.
7261   # Do this before checking for the system-independent R6 libraries
7262   # (-lICE), since we may need -lsocket or whatever for X linking.
7263
7264   if test "$ISC" = yes; then
7265     X_EXTRA_LIBS="$X_EXTRA_LIBS -lnsl_s -linet"
7266   else
7267     # Martyn Johnson says this is needed for Ultrix, if the X
7268     # libraries were built with DECnet support.  And Karl Berry says
7269     # the Alpha needs dnet_stub (dnet does not exist).
7270     ac_xsave_LIBS="$LIBS"; LIBS="$LIBS $X_LIBS -lX11"
7271     cat confdefs.h - <<_ACEOF >conftest.$ac_ext
7272 /* end confdefs.h.  */
7273
7274 /* Override any GCC internal prototype to avoid an error.
7275    Use char because int might match the return type of a GCC
7276    builtin and then its argument prototype would still apply.  */
7277 #ifdef __cplusplus
7278 extern "C"
7279 #endif
7280 char XOpenDisplay ();
7281 int
7282 main ()
7283 {
7284 return XOpenDisplay ();
7285   ;
7286   return 0;
7287 }
7288 _ACEOF
7289 if ac_fn_c_try_link "$LINENO"; then :
7290
7291 else
7292   { $as_echo "$as_me:${as_lineno-$LINENO}: checking for dnet_ntoa in -ldnet" >&5
7293 $as_echo_n "checking for dnet_ntoa in -ldnet... " >&6; }
7294 if test "${ac_cv_lib_dnet_dnet_ntoa+set}" = set; then :
7295   $as_echo_n "(cached) " >&6
7296 else
7297   ac_check_lib_save_LIBS=$LIBS
7298 LIBS="-ldnet  $LIBS"
7299 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
7300 /* end confdefs.h.  */
7301
7302 /* Override any GCC internal prototype to avoid an error.
7303    Use char because int might match the return type of a GCC
7304    builtin and then its argument prototype would still apply.  */
7305 #ifdef __cplusplus
7306 extern "C"
7307 #endif
7308 char dnet_ntoa ();
7309 int
7310 main ()
7311 {
7312 return dnet_ntoa ();
7313   ;
7314   return 0;
7315 }
7316 _ACEOF
7317 if ac_fn_c_try_link "$LINENO"; then :
7318   ac_cv_lib_dnet_dnet_ntoa=yes
7319 else
7320   ac_cv_lib_dnet_dnet_ntoa=no
7321 fi
7322 rm -f core conftest.err conftest.$ac_objext \
7323     conftest$ac_exeext conftest.$ac_ext
7324 LIBS=$ac_check_lib_save_LIBS
7325 fi
7326 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_dnet_dnet_ntoa" >&5
7327 $as_echo "$ac_cv_lib_dnet_dnet_ntoa" >&6; }
7328 if test "x$ac_cv_lib_dnet_dnet_ntoa" = x""yes; then :
7329   X_EXTRA_LIBS="$X_EXTRA_LIBS -ldnet"
7330 fi
7331
7332     if test $ac_cv_lib_dnet_dnet_ntoa = no; then
7333       { $as_echo "$as_me:${as_lineno-$LINENO}: checking for dnet_ntoa in -ldnet_stub" >&5
7334 $as_echo_n "checking for dnet_ntoa in -ldnet_stub... " >&6; }
7335 if test "${ac_cv_lib_dnet_stub_dnet_ntoa+set}" = set; then :
7336   $as_echo_n "(cached) " >&6
7337 else
7338   ac_check_lib_save_LIBS=$LIBS
7339 LIBS="-ldnet_stub  $LIBS"
7340 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
7341 /* end confdefs.h.  */
7342
7343 /* Override any GCC internal prototype to avoid an error.
7344    Use char because int might match the return type of a GCC
7345    builtin and then its argument prototype would still apply.  */
7346 #ifdef __cplusplus
7347 extern "C"
7348 #endif
7349 char dnet_ntoa ();
7350 int
7351 main ()
7352 {
7353 return dnet_ntoa ();
7354   ;
7355   return 0;
7356 }
7357 _ACEOF
7358 if ac_fn_c_try_link "$LINENO"; then :
7359   ac_cv_lib_dnet_stub_dnet_ntoa=yes
7360 else
7361   ac_cv_lib_dnet_stub_dnet_ntoa=no
7362 fi
7363 rm -f core conftest.err conftest.$ac_objext \
7364     conftest$ac_exeext conftest.$ac_ext
7365 LIBS=$ac_check_lib_save_LIBS
7366 fi
7367 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_dnet_stub_dnet_ntoa" >&5
7368 $as_echo "$ac_cv_lib_dnet_stub_dnet_ntoa" >&6; }
7369 if test "x$ac_cv_lib_dnet_stub_dnet_ntoa" = x""yes; then :
7370   X_EXTRA_LIBS="$X_EXTRA_LIBS -ldnet_stub"
7371 fi
7372
7373     fi
7374 fi
7375 rm -f core conftest.err conftest.$ac_objext \
7376     conftest$ac_exeext conftest.$ac_ext
7377     LIBS="$ac_xsave_LIBS"
7378
7379     # msh@cis.ufl.edu says -lnsl (and -lsocket) are needed for his 386/AT,
7380     # to get the SysV transport functions.
7381     # Chad R. Larson says the Pyramis MIS-ES running DC/OSx (SVR4)
7382     # needs -lnsl.
7383     # The nsl library prevents programs from opening the X display
7384     # on Irix 5.2, according to T.E. Dickey.
7385     # The functions gethostbyname, getservbyname, and inet_addr are
7386     # in -lbsd on LynxOS 3.0.1/i386, according to Lars Hecking.
7387     ac_fn_c_check_func "$LINENO" "gethostbyname" "ac_cv_func_gethostbyname"
7388 if test "x$ac_cv_func_gethostbyname" = x""yes; then :
7389
7390 fi
7391
7392     if test $ac_cv_func_gethostbyname = no; then
7393       { $as_echo "$as_me:${as_lineno-$LINENO}: checking for gethostbyname in -lnsl" >&5
7394 $as_echo_n "checking for gethostbyname in -lnsl... " >&6; }
7395 if test "${ac_cv_lib_nsl_gethostbyname+set}" = set; then :
7396   $as_echo_n "(cached) " >&6
7397 else
7398   ac_check_lib_save_LIBS=$LIBS
7399 LIBS="-lnsl  $LIBS"
7400 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
7401 /* end confdefs.h.  */
7402
7403 /* Override any GCC internal prototype to avoid an error.
7404    Use char because int might match the return type of a GCC
7405    builtin and then its argument prototype would still apply.  */
7406 #ifdef __cplusplus
7407 extern "C"
7408 #endif
7409 char gethostbyname ();
7410 int
7411 main ()
7412 {
7413 return gethostbyname ();
7414   ;
7415   return 0;
7416 }
7417 _ACEOF
7418 if ac_fn_c_try_link "$LINENO"; then :
7419   ac_cv_lib_nsl_gethostbyname=yes
7420 else
7421   ac_cv_lib_nsl_gethostbyname=no
7422 fi
7423 rm -f core conftest.err conftest.$ac_objext \
7424     conftest$ac_exeext conftest.$ac_ext
7425 LIBS=$ac_check_lib_save_LIBS
7426 fi
7427 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_nsl_gethostbyname" >&5
7428 $as_echo "$ac_cv_lib_nsl_gethostbyname" >&6; }
7429 if test "x$ac_cv_lib_nsl_gethostbyname" = x""yes; then :
7430   X_EXTRA_LIBS="$X_EXTRA_LIBS -lnsl"
7431 fi
7432
7433       if test $ac_cv_lib_nsl_gethostbyname = no; then
7434         { $as_echo "$as_me:${as_lineno-$LINENO}: checking for gethostbyname in -lbsd" >&5
7435 $as_echo_n "checking for gethostbyname in -lbsd... " >&6; }
7436 if test "${ac_cv_lib_bsd_gethostbyname+set}" = set; then :
7437   $as_echo_n "(cached) " >&6
7438 else
7439   ac_check_lib_save_LIBS=$LIBS
7440 LIBS="-lbsd  $LIBS"
7441 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
7442 /* end confdefs.h.  */
7443
7444 /* Override any GCC internal prototype to avoid an error.
7445    Use char because int might match the return type of a GCC
7446    builtin and then its argument prototype would still apply.  */
7447 #ifdef __cplusplus
7448 extern "C"
7449 #endif
7450 char gethostbyname ();
7451 int
7452 main ()
7453 {
7454 return gethostbyname ();
7455   ;
7456   return 0;
7457 }
7458 _ACEOF
7459 if ac_fn_c_try_link "$LINENO"; then :
7460   ac_cv_lib_bsd_gethostbyname=yes
7461 else
7462   ac_cv_lib_bsd_gethostbyname=no
7463 fi
7464 rm -f core conftest.err conftest.$ac_objext \
7465     conftest$ac_exeext conftest.$ac_ext
7466 LIBS=$ac_check_lib_save_LIBS
7467 fi
7468 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_bsd_gethostbyname" >&5
7469 $as_echo "$ac_cv_lib_bsd_gethostbyname" >&6; }
7470 if test "x$ac_cv_lib_bsd_gethostbyname" = x""yes; then :
7471   X_EXTRA_LIBS="$X_EXTRA_LIBS -lbsd"
7472 fi
7473
7474       fi
7475     fi
7476
7477     # lieder@skyler.mavd.honeywell.com says without -lsocket,
7478     # socket/setsockopt and other routines are undefined under SCO ODT
7479     # 2.0.  But -lsocket is broken on IRIX 5.2 (and is not necessary
7480     # on later versions), says Simon Leinen: it contains gethostby*
7481     # variants that don't use the name server (or something).  -lsocket
7482     # must be given before -lnsl if both are needed.  We assume that
7483     # if connect needs -lnsl, so does gethostbyname.
7484     ac_fn_c_check_func "$LINENO" "connect" "ac_cv_func_connect"
7485 if test "x$ac_cv_func_connect" = x""yes; then :
7486
7487 fi
7488
7489     if test $ac_cv_func_connect = no; then
7490       { $as_echo "$as_me:${as_lineno-$LINENO}: checking for connect in -lsocket" >&5
7491 $as_echo_n "checking for connect in -lsocket... " >&6; }
7492 if test "${ac_cv_lib_socket_connect+set}" = set; then :
7493   $as_echo_n "(cached) " >&6
7494 else
7495   ac_check_lib_save_LIBS=$LIBS
7496 LIBS="-lsocket $X_EXTRA_LIBS $LIBS"
7497 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
7498 /* end confdefs.h.  */
7499
7500 /* Override any GCC internal prototype to avoid an error.
7501    Use char because int might match the return type of a GCC
7502    builtin and then its argument prototype would still apply.  */
7503 #ifdef __cplusplus
7504 extern "C"
7505 #endif
7506 char connect ();
7507 int
7508 main ()
7509 {
7510 return connect ();
7511   ;
7512   return 0;
7513 }
7514 _ACEOF
7515 if ac_fn_c_try_link "$LINENO"; then :
7516   ac_cv_lib_socket_connect=yes
7517 else
7518   ac_cv_lib_socket_connect=no
7519 fi
7520 rm -f core conftest.err conftest.$ac_objext \
7521     conftest$ac_exeext conftest.$ac_ext
7522 LIBS=$ac_check_lib_save_LIBS
7523 fi
7524 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_socket_connect" >&5
7525 $as_echo "$ac_cv_lib_socket_connect" >&6; }
7526 if test "x$ac_cv_lib_socket_connect" = x""yes; then :
7527   X_EXTRA_LIBS="-lsocket $X_EXTRA_LIBS"
7528 fi
7529
7530     fi
7531
7532     # Guillermo Gomez says -lposix is necessary on A/UX.
7533     ac_fn_c_check_func "$LINENO" "remove" "ac_cv_func_remove"
7534 if test "x$ac_cv_func_remove" = x""yes; then :
7535
7536 fi
7537
7538     if test $ac_cv_func_remove = no; then
7539       { $as_echo "$as_me:${as_lineno-$LINENO}: checking for remove in -lposix" >&5
7540 $as_echo_n "checking for remove in -lposix... " >&6; }
7541 if test "${ac_cv_lib_posix_remove+set}" = set; then :
7542   $as_echo_n "(cached) " >&6
7543 else
7544   ac_check_lib_save_LIBS=$LIBS
7545 LIBS="-lposix  $LIBS"
7546 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
7547 /* end confdefs.h.  */
7548
7549 /* Override any GCC internal prototype to avoid an error.
7550    Use char because int might match the return type of a GCC
7551    builtin and then its argument prototype would still apply.  */
7552 #ifdef __cplusplus
7553 extern "C"
7554 #endif
7555 char remove ();
7556 int
7557 main ()
7558 {
7559 return remove ();
7560   ;
7561   return 0;
7562 }
7563 _ACEOF
7564 if ac_fn_c_try_link "$LINENO"; then :
7565   ac_cv_lib_posix_remove=yes
7566 else
7567   ac_cv_lib_posix_remove=no
7568 fi
7569 rm -f core conftest.err conftest.$ac_objext \
7570     conftest$ac_exeext conftest.$ac_ext
7571 LIBS=$ac_check_lib_save_LIBS
7572 fi
7573 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_posix_remove" >&5
7574 $as_echo "$ac_cv_lib_posix_remove" >&6; }
7575 if test "x$ac_cv_lib_posix_remove" = x""yes; then :
7576   X_EXTRA_LIBS="$X_EXTRA_LIBS -lposix"
7577 fi
7578
7579     fi
7580
7581     # BSDI BSD/OS 2.1 needs -lipc for XOpenDisplay.
7582     ac_fn_c_check_func "$LINENO" "shmat" "ac_cv_func_shmat"
7583 if test "x$ac_cv_func_shmat" = x""yes; then :
7584
7585 fi
7586
7587     if test $ac_cv_func_shmat = no; then
7588       { $as_echo "$as_me:${as_lineno-$LINENO}: checking for shmat in -lipc" >&5
7589 $as_echo_n "checking for shmat in -lipc... " >&6; }
7590 if test "${ac_cv_lib_ipc_shmat+set}" = set; then :
7591   $as_echo_n "(cached) " >&6
7592 else
7593   ac_check_lib_save_LIBS=$LIBS
7594 LIBS="-lipc  $LIBS"
7595 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
7596 /* end confdefs.h.  */
7597
7598 /* Override any GCC internal prototype to avoid an error.
7599    Use char because int might match the return type of a GCC
7600    builtin and then its argument prototype would still apply.  */
7601 #ifdef __cplusplus
7602 extern "C"
7603 #endif
7604 char shmat ();
7605 int
7606 main ()
7607 {
7608 return shmat ();
7609   ;
7610   return 0;
7611 }
7612 _ACEOF
7613 if ac_fn_c_try_link "$LINENO"; then :
7614   ac_cv_lib_ipc_shmat=yes
7615 else
7616   ac_cv_lib_ipc_shmat=no
7617 fi
7618 rm -f core conftest.err conftest.$ac_objext \
7619     conftest$ac_exeext conftest.$ac_ext
7620 LIBS=$ac_check_lib_save_LIBS
7621 fi
7622 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_ipc_shmat" >&5
7623 $as_echo "$ac_cv_lib_ipc_shmat" >&6; }
7624 if test "x$ac_cv_lib_ipc_shmat" = x""yes; then :
7625   X_EXTRA_LIBS="$X_EXTRA_LIBS -lipc"
7626 fi
7627
7628     fi
7629   fi
7630
7631   # Check for libraries that X11R6 Xt/Xaw programs need.
7632   ac_save_LDFLAGS=$LDFLAGS
7633   test -n "$x_libraries" && LDFLAGS="$LDFLAGS -L$x_libraries"
7634   # SM needs ICE to (dynamically) link under SunOS 4.x (so we have to
7635   # check for ICE first), but we must link in the order -lSM -lICE or
7636   # we get undefined symbols.  So assume we have SM if we have ICE.
7637   # These have to be linked with before -lX11, unlike the other
7638   # libraries we check for below, so use a different variable.
7639   # John Interrante, Karl Berry
7640   { $as_echo "$as_me:${as_lineno-$LINENO}: checking for IceConnectionNumber in -lICE" >&5
7641 $as_echo_n "checking for IceConnectionNumber in -lICE... " >&6; }
7642 if test "${ac_cv_lib_ICE_IceConnectionNumber+set}" = set; then :
7643   $as_echo_n "(cached) " >&6
7644 else
7645   ac_check_lib_save_LIBS=$LIBS
7646 LIBS="-lICE $X_EXTRA_LIBS $LIBS"
7647 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
7648 /* end confdefs.h.  */
7649
7650 /* Override any GCC internal prototype to avoid an error.
7651    Use char because int might match the return type of a GCC
7652    builtin and then its argument prototype would still apply.  */
7653 #ifdef __cplusplus
7654 extern "C"
7655 #endif
7656 char IceConnectionNumber ();
7657 int
7658 main ()
7659 {
7660 return IceConnectionNumber ();
7661   ;
7662   return 0;
7663 }
7664 _ACEOF
7665 if ac_fn_c_try_link "$LINENO"; then :
7666   ac_cv_lib_ICE_IceConnectionNumber=yes
7667 else
7668   ac_cv_lib_ICE_IceConnectionNumber=no
7669 fi
7670 rm -f core conftest.err conftest.$ac_objext \
7671     conftest$ac_exeext conftest.$ac_ext
7672 LIBS=$ac_check_lib_save_LIBS
7673 fi
7674 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_ICE_IceConnectionNumber" >&5
7675 $as_echo "$ac_cv_lib_ICE_IceConnectionNumber" >&6; }
7676 if test "x$ac_cv_lib_ICE_IceConnectionNumber" = x""yes; then :
7677   X_PRE_LIBS="$X_PRE_LIBS -lSM -lICE"
7678 fi
7679
7680   LDFLAGS=$ac_save_LDFLAGS
7681
7682 fi
7683
7684
7685 if test "$have_x" = "yes"
7686 then
7687     XLIB="-lX11"
7688     ac_save_CPPFLAGS="$CPPFLAGS"
7689     CPPFLAGS="$CPPFLAGS $X_CFLAGS"
7690
7691     { $as_echo "$as_me:${as_lineno-$LINENO}: checking for -lX11" >&5
7692 $as_echo_n "checking for -lX11... " >&6; }
7693 if test "${ac_cv_lib_soname_X11+set}" = set; then :
7694   $as_echo_n "(cached) " >&6
7695 else
7696   ac_check_soname_save_LIBS=$LIBS
7697 LIBS="-lX11 $X_LIBS $X_EXTRA_LIBS $LIBS"
7698   cat confdefs.h - <<_ACEOF >conftest.$ac_ext
7699 /* end confdefs.h.  */
7700
7701 /* Override any GCC internal prototype to avoid an error.
7702    Use char because int might match the return type of a GCC
7703    builtin and then its argument prototype would still apply.  */
7704 #ifdef __cplusplus
7705 extern "C"
7706 #endif
7707 char XCreateWindow ();
7708 int
7709 main ()
7710 {
7711 return XCreateWindow ();
7712   ;
7713   return 0;
7714 }
7715 _ACEOF
7716 if ac_fn_c_try_link "$LINENO"; then :
7717   case "$LIBEXT" in
7718     dll) ;;
7719     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'` ;;
7720     *) ac_cv_lib_soname_X11=`$ac_cv_path_LDD conftest$ac_exeext | grep "libX11\\.$LIBEXT" | sed -e "s/^.*\(libX11\.$LIBEXT[^     ]*\).*$/\1/"';2,$d'` ;;
7721   esac
7722 fi
7723 rm -f core conftest.err conftest.$ac_objext \
7724     conftest$ac_exeext conftest.$ac_ext
7725   LIBS=$ac_check_soname_save_LIBS
7726 fi
7727 if test "x$ac_cv_lib_soname_X11" = "x"; then :
7728   { $as_echo "$as_me:${as_lineno-$LINENO}: result: not found" >&5
7729 $as_echo "not found" >&6; }
7730
7731 else
7732   { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_soname_X11" >&5
7733 $as_echo "$ac_cv_lib_soname_X11" >&6; }
7734
7735 cat >>confdefs.h <<_ACEOF
7736 #define SONAME_LIBX11 "$ac_cv_lib_soname_X11"
7737 _ACEOF
7738
7739
7740 fi
7741     { $as_echo "$as_me:${as_lineno-$LINENO}: checking for -lXext" >&5
7742 $as_echo_n "checking for -lXext... " >&6; }
7743 if test "${ac_cv_lib_soname_Xext+set}" = set; then :
7744   $as_echo_n "(cached) " >&6
7745 else
7746   ac_check_soname_save_LIBS=$LIBS
7747 LIBS="-lXext $X_LIBS -lX11 $X_EXTRA_LIBS $LIBS"
7748   cat confdefs.h - <<_ACEOF >conftest.$ac_ext
7749 /* end confdefs.h.  */
7750
7751 /* Override any GCC internal prototype to avoid an error.
7752    Use char because int might match the return type of a GCC
7753    builtin and then its argument prototype would still apply.  */
7754 #ifdef __cplusplus
7755 extern "C"
7756 #endif
7757 char XextCreateExtension ();
7758 int
7759 main ()
7760 {
7761 return XextCreateExtension ();
7762   ;
7763   return 0;
7764 }
7765 _ACEOF
7766 if ac_fn_c_try_link "$LINENO"; then :
7767   case "$LIBEXT" in
7768     dll) ;;
7769     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'` ;;
7770     *) ac_cv_lib_soname_Xext=`$ac_cv_path_LDD conftest$ac_exeext | grep "libXext\\.$LIBEXT" | sed -e "s/^.*\(libXext\.$LIBEXT[^  ]*\).*$/\1/"';2,$d'` ;;
7771   esac
7772 fi
7773 rm -f core conftest.err conftest.$ac_objext \
7774     conftest$ac_exeext conftest.$ac_ext
7775   LIBS=$ac_check_soname_save_LIBS
7776 fi
7777 if test "x$ac_cv_lib_soname_Xext" = "x"; then :
7778   { $as_echo "$as_me:${as_lineno-$LINENO}: result: not found" >&5
7779 $as_echo "not found" >&6; }
7780
7781 else
7782   { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_soname_Xext" >&5
7783 $as_echo "$ac_cv_lib_soname_Xext" >&6; }
7784
7785 cat >>confdefs.h <<_ACEOF
7786 #define SONAME_LIBXEXT "$ac_cv_lib_soname_Xext"
7787 _ACEOF
7788
7789        XLIB="-lXext $XLIB"
7790 fi
7791
7792         for ac_header in X11/Xlib.h \
7793                       X11/XKBlib.h \
7794                       X11/Xutil.h \
7795                       X11/Xcursor/Xcursor.h \
7796                       X11/extensions/shape.h \
7797                       X11/extensions/XInput.h \
7798                       X11/extensions/XShm.h \
7799                       X11/extensions/Xcomposite.h \
7800                       X11/extensions/Xinerama.h \
7801                       X11/extensions/Xrandr.h \
7802                       X11/extensions/Xrender.h \
7803                       X11/extensions/xf86vmode.h
7804 do :
7805   as_ac_Header=`$as_echo "ac_cv_header_$ac_header" | $as_tr_sh`
7806 ac_fn_c_check_header_compile "$LINENO" "$ac_header" "$as_ac_Header" "#ifdef HAVE_X11_XLIB_H
7807 # include <X11/Xlib.h>
7808 #endif
7809 #ifdef HAVE_X11_XUTIL_H
7810 # include <X11/Xutil.h>
7811 #endif
7812 "
7813 eval as_val=\$$as_ac_Header
7814    if test "x$as_val" = x""yes; then :
7815   cat >>confdefs.h <<_ACEOF
7816 #define `$as_echo "HAVE_$ac_header" | $as_tr_cpp` 1
7817 _ACEOF
7818
7819 fi
7820
7821 done
7822
7823
7824                 if test "$ac_cv_header_X11_XKBlib_h" = "yes"
7825         then
7826               { $as_echo "$as_me:${as_lineno-$LINENO}: checking for XkbQueryExtension in -lX11" >&5
7827 $as_echo_n "checking for XkbQueryExtension in -lX11... " >&6; }
7828 if test "${ac_cv_lib_X11_XkbQueryExtension+set}" = set; then :
7829   $as_echo_n "(cached) " >&6
7830 else
7831   ac_check_lib_save_LIBS=$LIBS
7832 LIBS="-lX11 $X_LIBS $XLIB $X_EXTRA_LIBS $LIBS"
7833 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
7834 /* end confdefs.h.  */
7835
7836 /* Override any GCC internal prototype to avoid an error.
7837    Use char because int might match the return type of a GCC
7838    builtin and then its argument prototype would still apply.  */
7839 #ifdef __cplusplus
7840 extern "C"
7841 #endif
7842 char XkbQueryExtension ();
7843 int
7844 main ()
7845 {
7846 return XkbQueryExtension ();
7847   ;
7848   return 0;
7849 }
7850 _ACEOF
7851 if ac_fn_c_try_link "$LINENO"; then :
7852   ac_cv_lib_X11_XkbQueryExtension=yes
7853 else
7854   ac_cv_lib_X11_XkbQueryExtension=no
7855 fi
7856 rm -f core conftest.err conftest.$ac_objext \
7857     conftest$ac_exeext conftest.$ac_ext
7858 LIBS=$ac_check_lib_save_LIBS
7859 fi
7860 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_X11_XkbQueryExtension" >&5
7861 $as_echo "$ac_cv_lib_X11_XkbQueryExtension" >&6; }
7862 if test "x$ac_cv_lib_X11_XkbQueryExtension" = x""yes; then :
7863
7864 $as_echo "#define HAVE_XKB 1" >>confdefs.h
7865
7866 fi
7867
7868         fi
7869
7870                 if test "$ac_cv_header_X11_Xcursor_Xcursor_h" = "yes"
7871         then
7872             { $as_echo "$as_me:${as_lineno-$LINENO}: checking for -lXcursor" >&5
7873 $as_echo_n "checking for -lXcursor... " >&6; }
7874 if test "${ac_cv_lib_soname_Xcursor+set}" = set; then :
7875   $as_echo_n "(cached) " >&6
7876 else
7877   ac_check_soname_save_LIBS=$LIBS
7878 LIBS="-lXcursor $X_LIBS $XLIB $X_EXTRA_LIBS $LIBS"
7879   cat confdefs.h - <<_ACEOF >conftest.$ac_ext
7880 /* end confdefs.h.  */
7881
7882 /* Override any GCC internal prototype to avoid an error.
7883    Use char because int might match the return type of a GCC
7884    builtin and then its argument prototype would still apply.  */
7885 #ifdef __cplusplus
7886 extern "C"
7887 #endif
7888 char XcursorImageLoadCursor ();
7889 int
7890 main ()
7891 {
7892 return XcursorImageLoadCursor ();
7893   ;
7894   return 0;
7895 }
7896 _ACEOF
7897 if ac_fn_c_try_link "$LINENO"; then :
7898   case "$LIBEXT" in
7899     dll) ;;
7900     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'` ;;
7901     *) ac_cv_lib_soname_Xcursor=`$ac_cv_path_LDD conftest$ac_exeext | grep "libXcursor\\.$LIBEXT" | sed -e "s/^.*\(libXcursor\.$LIBEXT[^         ]*\).*$/\1/"';2,$d'` ;;
7902   esac
7903 fi
7904 rm -f core conftest.err conftest.$ac_objext \
7905     conftest$ac_exeext conftest.$ac_ext
7906   LIBS=$ac_check_soname_save_LIBS
7907 fi
7908 if test "x$ac_cv_lib_soname_Xcursor" = "x"; then :
7909   { $as_echo "$as_me:${as_lineno-$LINENO}: result: not found" >&5
7910 $as_echo "not found" >&6; }
7911
7912 else
7913   { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_soname_Xcursor" >&5
7914 $as_echo "$ac_cv_lib_soname_Xcursor" >&6; }
7915
7916 cat >>confdefs.h <<_ACEOF
7917 #define SONAME_LIBXCURSOR "$ac_cv_lib_soname_Xcursor"
7918 _ACEOF
7919
7920
7921 fi
7922         fi
7923         if test "x$ac_cv_lib_soname_Xcursor" = "x"; then :
7924   case "x$with_xcursor" in
7925   x)   wine_notices="$wine_notices|libxcursor ${notice_platform}development files not found, the Xcursor extension won't be supported." ;;
7926   xno) ;;
7927   *)   as_fn_error "libxcursor ${notice_platform}development files not found, the Xcursor extension won't be supported.
7928 This is an error since --with-xcursor was requested." "$LINENO" 5 ;;
7929 esac
7930 fi
7931
7932                 if test "$ac_cv_header_X11_extensions_XInput_h" = "yes"
7933         then
7934             { $as_echo "$as_me:${as_lineno-$LINENO}: checking for -lXi" >&5
7935 $as_echo_n "checking for -lXi... " >&6; }
7936 if test "${ac_cv_lib_soname_Xi+set}" = set; then :
7937   $as_echo_n "(cached) " >&6
7938 else
7939   ac_check_soname_save_LIBS=$LIBS
7940 LIBS="-lXi $X_LIBS $XLIB $X_EXTRA_LIBS $LIBS"
7941   cat confdefs.h - <<_ACEOF >conftest.$ac_ext
7942 /* end confdefs.h.  */
7943
7944 /* Override any GCC internal prototype to avoid an error.
7945    Use char because int might match the return type of a GCC
7946    builtin and then its argument prototype would still apply.  */
7947 #ifdef __cplusplus
7948 extern "C"
7949 #endif
7950 char XOpenDevice ();
7951 int
7952 main ()
7953 {
7954 return XOpenDevice ();
7955   ;
7956   return 0;
7957 }
7958 _ACEOF
7959 if ac_fn_c_try_link "$LINENO"; then :
7960   case "$LIBEXT" in
7961     dll) ;;
7962     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'` ;;
7963     *) ac_cv_lib_soname_Xi=`$ac_cv_path_LDD conftest$ac_exeext | grep "libXi\\.$LIBEXT" | sed -e "s/^.*\(libXi\.$LIBEXT[^        ]*\).*$/\1/"';2,$d'` ;;
7964   esac
7965 fi
7966 rm -f core conftest.err conftest.$ac_objext \
7967     conftest$ac_exeext conftest.$ac_ext
7968   LIBS=$ac_check_soname_save_LIBS
7969 fi
7970 if test "x$ac_cv_lib_soname_Xi" = "x"; then :
7971   { $as_echo "$as_me:${as_lineno-$LINENO}: result: not found" >&5
7972 $as_echo "not found" >&6; }
7973
7974 else
7975   { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_soname_Xi" >&5
7976 $as_echo "$ac_cv_lib_soname_Xi" >&6; }
7977
7978 cat >>confdefs.h <<_ACEOF
7979 #define SONAME_LIBXI "$ac_cv_lib_soname_Xi"
7980 _ACEOF
7981
7982
7983 fi
7984         fi
7985         if test "x$ac_cv_lib_soname_Xi" = "x"; then :
7986   case "x$with_xinput" in
7987   x)   wine_notices="$wine_notices|libxi ${notice_platform}development files not found, the Xinput extension won't be supported." ;;
7988   xno) ;;
7989   *)   as_fn_error "libxi ${notice_platform}development files not found, the Xinput extension won't be supported.
7990 This is an error since --with-xinput was requested." "$LINENO" 5 ;;
7991 esac
7992 fi
7993
7994                 if test "$ac_cv_header_X11_extensions_XShm_h" = "yes"
7995         then
7996               { $as_echo "$as_me:${as_lineno-$LINENO}: checking for XShmQueryExtension in -lXext" >&5
7997 $as_echo_n "checking for XShmQueryExtension in -lXext... " >&6; }
7998 if test "${ac_cv_lib_Xext_XShmQueryExtension+set}" = set; then :
7999   $as_echo_n "(cached) " >&6
8000 else
8001   ac_check_lib_save_LIBS=$LIBS
8002 LIBS="-lXext $X_LIBS $XLIB $X_EXTRA_LIBS $LIBS"
8003 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
8004 /* end confdefs.h.  */
8005
8006 /* Override any GCC internal prototype to avoid an error.
8007    Use char because int might match the return type of a GCC
8008    builtin and then its argument prototype would still apply.  */
8009 #ifdef __cplusplus
8010 extern "C"
8011 #endif
8012 char XShmQueryExtension ();
8013 int
8014 main ()
8015 {
8016 return XShmQueryExtension ();
8017   ;
8018   return 0;
8019 }
8020 _ACEOF
8021 if ac_fn_c_try_link "$LINENO"; then :
8022   ac_cv_lib_Xext_XShmQueryExtension=yes
8023 else
8024   ac_cv_lib_Xext_XShmQueryExtension=no
8025 fi
8026 rm -f core conftest.err conftest.$ac_objext \
8027     conftest$ac_exeext conftest.$ac_ext
8028 LIBS=$ac_check_lib_save_LIBS
8029 fi
8030 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_Xext_XShmQueryExtension" >&5
8031 $as_echo "$ac_cv_lib_Xext_XShmQueryExtension" >&6; }
8032 if test "x$ac_cv_lib_Xext_XShmQueryExtension" = x""yes; then :
8033
8034 $as_echo "#define HAVE_LIBXXSHM 1" >>confdefs.h
8035
8036 fi
8037
8038         fi
8039         if test "$ac_cv_lib_Xext_XShmQueryExtension" != "yes"; then :
8040   case "x$with_xshm" in
8041   x)   wine_notices="$wine_notices|XShm ${notice_platform}development files not found, X Shared Memory won't be supported." ;;
8042   xno) ;;
8043   *)   as_fn_error "XShm ${notice_platform}development files not found, X Shared Memory won't be supported.
8044 This is an error since --with-xshm was requested." "$LINENO" 5 ;;
8045 esac
8046 fi
8047
8048                 if test "$ac_cv_header_X11_extensions_shape_h" = "yes"
8049         then
8050               { $as_echo "$as_me:${as_lineno-$LINENO}: checking for XShapeQueryExtension in -lXext" >&5
8051 $as_echo_n "checking for XShapeQueryExtension in -lXext... " >&6; }
8052 if test "${ac_cv_lib_Xext_XShapeQueryExtension+set}" = set; then :
8053   $as_echo_n "(cached) " >&6
8054 else
8055   ac_check_lib_save_LIBS=$LIBS
8056 LIBS="-lXext $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 XShapeQueryExtension ();
8067 int
8068 main ()
8069 {
8070 return XShapeQueryExtension ();
8071   ;
8072   return 0;
8073 }
8074 _ACEOF
8075 if ac_fn_c_try_link "$LINENO"; then :
8076   ac_cv_lib_Xext_XShapeQueryExtension=yes
8077 else
8078   ac_cv_lib_Xext_XShapeQueryExtension=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_Xext_XShapeQueryExtension" >&5
8085 $as_echo "$ac_cv_lib_Xext_XShapeQueryExtension" >&6; }
8086 if test "x$ac_cv_lib_Xext_XShapeQueryExtension" = x""yes; then :
8087
8088 $as_echo "#define HAVE_LIBXSHAPE 1" >>confdefs.h
8089
8090 fi
8091
8092         fi
8093         if test "$ac_cv_lib_Xext_XShapeQueryExtension" != "yes"; then :
8094   case "x$with_xshape" in
8095   x)   wine_notices="$wine_notices|XShape ${notice_platform}development files not found, XShape won't be supported." ;;
8096   xno) ;;
8097   *)   as_fn_error "XShape ${notice_platform}development files not found, XShape won't be supported.
8098 This is an error since --with-xshape was requested." "$LINENO" 5 ;;
8099 esac
8100 fi
8101
8102                 if test "$ac_cv_header_X11_extensions_xf86vmode_h" = "yes"
8103         then
8104             { $as_echo "$as_me:${as_lineno-$LINENO}: checking for -lXxf86vm" >&5
8105 $as_echo_n "checking for -lXxf86vm... " >&6; }
8106 if test "${ac_cv_lib_soname_Xxf86vm+set}" = set; then :
8107   $as_echo_n "(cached) " >&6
8108 else
8109   ac_check_soname_save_LIBS=$LIBS
8110 LIBS="-lXxf86vm $X_LIBS $XLIB $X_EXTRA_LIBS $LIBS"
8111   cat confdefs.h - <<_ACEOF >conftest.$ac_ext
8112 /* end confdefs.h.  */
8113
8114 /* Override any GCC internal prototype to avoid an error.
8115    Use char because int might match the return type of a GCC
8116    builtin and then its argument prototype would still apply.  */
8117 #ifdef __cplusplus
8118 extern "C"
8119 #endif
8120 char XF86VidModeQueryExtension ();
8121 int
8122 main ()
8123 {
8124 return XF86VidModeQueryExtension ();
8125   ;
8126   return 0;
8127 }
8128 _ACEOF
8129 if ac_fn_c_try_link "$LINENO"; then :
8130   case "$LIBEXT" in
8131     dll) ;;
8132     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'` ;;
8133     *) ac_cv_lib_soname_Xxf86vm=`$ac_cv_path_LDD conftest$ac_exeext | grep "libXxf86vm\\.$LIBEXT" | sed -e "s/^.*\(libXxf86vm\.$LIBEXT[^         ]*\).*$/\1/"';2,$d'` ;;
8134   esac
8135 fi
8136 rm -f core conftest.err conftest.$ac_objext \
8137     conftest$ac_exeext conftest.$ac_ext
8138   LIBS=$ac_check_soname_save_LIBS
8139 fi
8140 if test "x$ac_cv_lib_soname_Xxf86vm" = "x"; then :
8141   { $as_echo "$as_me:${as_lineno-$LINENO}: result: not found" >&5
8142 $as_echo "not found" >&6; }
8143
8144 else
8145   { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_soname_Xxf86vm" >&5
8146 $as_echo "$ac_cv_lib_soname_Xxf86vm" >&6; }
8147
8148 cat >>confdefs.h <<_ACEOF
8149 #define SONAME_LIBXXF86VM "$ac_cv_lib_soname_Xxf86vm"
8150 _ACEOF
8151
8152
8153 fi
8154         fi
8155         if test "x$ac_cv_lib_soname_Xxf86vm" = "x"; then :
8156   case "x$with_xxf86vm" in
8157   x)   wine_notices="$wine_notices|libXxf86vm ${notice_platform}development files not found, XFree86 Vidmode won't be supported." ;;
8158   xno) ;;
8159   *)   as_fn_error "libXxf86vm ${notice_platform}development files not found, XFree86 Vidmode won't be supported.
8160 This is an error since --with-xxf86vm was requested." "$LINENO" 5 ;;
8161 esac
8162 fi
8163
8164                 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"
8165         then
8166             { $as_echo "$as_me:${as_lineno-$LINENO}: checking for -lXrender" >&5
8167 $as_echo_n "checking for -lXrender... " >&6; }
8168 if test "${ac_cv_lib_soname_Xrender+set}" = set; then :
8169   $as_echo_n "(cached) " >&6
8170 else
8171   ac_check_soname_save_LIBS=$LIBS
8172 LIBS="-lXrender $X_LIBS $XLIB $X_EXTRA_LIBS $LIBS"
8173   cat confdefs.h - <<_ACEOF >conftest.$ac_ext
8174 /* end confdefs.h.  */
8175
8176 /* Override any GCC internal prototype to avoid an error.
8177    Use char because int might match the return type of a GCC
8178    builtin and then its argument prototype would still apply.  */
8179 #ifdef __cplusplus
8180 extern "C"
8181 #endif
8182 char XRenderQueryExtension ();
8183 int
8184 main ()
8185 {
8186 return XRenderQueryExtension ();
8187   ;
8188   return 0;
8189 }
8190 _ACEOF
8191 if ac_fn_c_try_link "$LINENO"; then :
8192   case "$LIBEXT" in
8193     dll) ;;
8194     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'` ;;
8195     *) ac_cv_lib_soname_Xrender=`$ac_cv_path_LDD conftest$ac_exeext | grep "libXrender\\.$LIBEXT" | sed -e "s/^.*\(libXrender\.$LIBEXT[^         ]*\).*$/\1/"';2,$d'` ;;
8196   esac
8197 fi
8198 rm -f core conftest.err conftest.$ac_objext \
8199     conftest$ac_exeext conftest.$ac_ext
8200   LIBS=$ac_check_soname_save_LIBS
8201 fi
8202 if test "x$ac_cv_lib_soname_Xrender" = "x"; then :
8203   { $as_echo "$as_me:${as_lineno-$LINENO}: result: not found" >&5
8204 $as_echo "not found" >&6; }
8205
8206 else
8207   { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_soname_Xrender" >&5
8208 $as_echo "$ac_cv_lib_soname_Xrender" >&6; }
8209
8210 cat >>confdefs.h <<_ACEOF
8211 #define SONAME_LIBXRENDER "$ac_cv_lib_soname_Xrender"
8212 _ACEOF
8213
8214        { $as_echo "$as_me:${as_lineno-$LINENO}: checking for XRenderSetPictureTransform in -lXrender" >&5
8215 $as_echo_n "checking for XRenderSetPictureTransform in -lXrender... " >&6; }
8216 if test "${ac_cv_lib_Xrender_XRenderSetPictureTransform+set}" = set; then :
8217   $as_echo_n "(cached) " >&6
8218 else
8219   ac_check_lib_save_LIBS=$LIBS
8220 LIBS="-lXrender $X_LIBS $XLIB $X_EXTRA_LIBS $LIBS"
8221 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
8222 /* end confdefs.h.  */
8223
8224 /* Override any GCC internal prototype to avoid an error.
8225    Use char because int might match the return type of a GCC
8226    builtin and then its argument prototype would still apply.  */
8227 #ifdef __cplusplus
8228 extern "C"
8229 #endif
8230 char XRenderSetPictureTransform ();
8231 int
8232 main ()
8233 {
8234 return XRenderSetPictureTransform ();
8235   ;
8236   return 0;
8237 }
8238 _ACEOF
8239 if ac_fn_c_try_link "$LINENO"; then :
8240   ac_cv_lib_Xrender_XRenderSetPictureTransform=yes
8241 else
8242   ac_cv_lib_Xrender_XRenderSetPictureTransform=no
8243 fi
8244 rm -f core conftest.err conftest.$ac_objext \
8245     conftest$ac_exeext conftest.$ac_ext
8246 LIBS=$ac_check_lib_save_LIBS
8247 fi
8248 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_Xrender_XRenderSetPictureTransform" >&5
8249 $as_echo "$ac_cv_lib_Xrender_XRenderSetPictureTransform" >&6; }
8250 if test "x$ac_cv_lib_Xrender_XRenderSetPictureTransform" = x""yes; then :
8251
8252 $as_echo "#define HAVE_XRENDERSETPICTURETRANSFORM 1" >>confdefs.h
8253
8254 fi
8255
8256 fi
8257
8258         fi
8259         if test "x$ac_cv_lib_soname_Xrender" = "x"; then :
8260   case "x$with_xrender" in
8261   x)   wine_warnings="$wine_warnings|libxrender ${notice_platform}development files not found, XRender won't be supported." ;;
8262   xno) ;;
8263   *)   as_fn_error "libxrender ${notice_platform}development files not found, XRender won't be supported.
8264 This is an error since --with-xrender was requested." "$LINENO" 5 ;;
8265 esac
8266 fi
8267
8268                 if test "$ac_cv_header_X11_extensions_Xrandr_h" = "yes" -a "x$ac_cv_lib_soname_Xrender" != "x"
8269         then
8270                 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
8271 /* end confdefs.h.  */
8272 #include <X11/Xlib.h>
8273 #include <X11/extensions/Xrandr.h>
8274 int
8275 main ()
8276 {
8277 static typeof(XRRSetScreenConfigAndRate) * func;
8278   ;
8279   return 0;
8280 }
8281 _ACEOF
8282 if ac_fn_c_try_compile "$LINENO"; then :
8283   { $as_echo "$as_me:${as_lineno-$LINENO}: checking for -lXrandr" >&5
8284 $as_echo_n "checking for -lXrandr... " >&6; }
8285 if test "${ac_cv_lib_soname_Xrandr+set}" = set; then :
8286   $as_echo_n "(cached) " >&6
8287 else
8288   ac_check_soname_save_LIBS=$LIBS
8289 LIBS="-lXrandr $X_LIBS $XLIB $X_EXTRA_LIBS $LIBS"
8290   cat confdefs.h - <<_ACEOF >conftest.$ac_ext
8291 /* end confdefs.h.  */
8292
8293 /* Override any GCC internal prototype to avoid an error.
8294    Use char because int might match the return type of a GCC
8295    builtin and then its argument prototype would still apply.  */
8296 #ifdef __cplusplus
8297 extern "C"
8298 #endif
8299 char XRRQueryExtension ();
8300 int
8301 main ()
8302 {
8303 return XRRQueryExtension ();
8304   ;
8305   return 0;
8306 }
8307 _ACEOF
8308 if ac_fn_c_try_link "$LINENO"; then :
8309   case "$LIBEXT" in
8310     dll) ;;
8311     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'` ;;
8312     *) ac_cv_lib_soname_Xrandr=`$ac_cv_path_LDD conftest$ac_exeext | grep "libXrandr\\.$LIBEXT" | sed -e "s/^.*\(libXrandr\.$LIBEXT[^    ]*\).*$/\1/"';2,$d'` ;;
8313   esac
8314 fi
8315 rm -f core conftest.err conftest.$ac_objext \
8316     conftest$ac_exeext conftest.$ac_ext
8317   LIBS=$ac_check_soname_save_LIBS
8318 fi
8319 if test "x$ac_cv_lib_soname_Xrandr" = "x"; then :
8320   { $as_echo "$as_me:${as_lineno-$LINENO}: result: not found" >&5
8321 $as_echo "not found" >&6; }
8322
8323 else
8324   { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_soname_Xrandr" >&5
8325 $as_echo "$ac_cv_lib_soname_Xrandr" >&6; }
8326
8327 cat >>confdefs.h <<_ACEOF
8328 #define SONAME_LIBXRANDR "$ac_cv_lib_soname_Xrandr"
8329 _ACEOF
8330
8331
8332 fi
8333 fi
8334 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
8335         fi
8336         if test "x$ac_cv_lib_soname_Xrandr" = "x"; then :
8337   case "x$with_xrandr" in
8338   x)   wine_notices="$wine_notices|libxrandr ${notice_platform}development files not found, XRandr won't be supported." ;;
8339   xno) ;;
8340   *)   as_fn_error "libxrandr ${notice_platform}development files not found, XRandr won't be supported.
8341 This is an error since --with-xrandr was requested." "$LINENO" 5 ;;
8342 esac
8343 fi
8344
8345                 if test "$ac_cv_header_X11_extensions_Xinerama_h" = "yes"
8346         then
8347                 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
8348 /* end confdefs.h.  */
8349 #include <X11/Xlib.h>
8350 #include <X11/extensions/Xinerama.h>
8351 int
8352 main ()
8353 {
8354 static typeof(XineramaQueryScreens) * func;
8355   ;
8356   return 0;
8357 }
8358 _ACEOF
8359 if ac_fn_c_try_compile "$LINENO"; then :
8360   { $as_echo "$as_me:${as_lineno-$LINENO}: checking for -lXinerama" >&5
8361 $as_echo_n "checking for -lXinerama... " >&6; }
8362 if test "${ac_cv_lib_soname_Xinerama+set}" = set; then :
8363   $as_echo_n "(cached) " >&6
8364 else
8365   ac_check_soname_save_LIBS=$LIBS
8366 LIBS="-lXinerama $X_LIBS $XLIB $X_EXTRA_LIBS $LIBS"
8367   cat confdefs.h - <<_ACEOF >conftest.$ac_ext
8368 /* end confdefs.h.  */
8369
8370 /* Override any GCC internal prototype to avoid an error.
8371    Use char because int might match the return type of a GCC
8372    builtin and then its argument prototype would still apply.  */
8373 #ifdef __cplusplus
8374 extern "C"
8375 #endif
8376 char XineramaQueryScreens ();
8377 int
8378 main ()
8379 {
8380 return XineramaQueryScreens ();
8381   ;
8382   return 0;
8383 }
8384 _ACEOF
8385 if ac_fn_c_try_link "$LINENO"; then :
8386   case "$LIBEXT" in
8387     dll) ;;
8388     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'` ;;
8389     *) ac_cv_lib_soname_Xinerama=`$ac_cv_path_LDD conftest$ac_exeext | grep "libXinerama\\.$LIBEXT" | sed -e "s/^.*\(libXinerama\.$LIBEXT[^      ]*\).*$/\1/"';2,$d'` ;;
8390   esac
8391 fi
8392 rm -f core conftest.err conftest.$ac_objext \
8393     conftest$ac_exeext conftest.$ac_ext
8394   LIBS=$ac_check_soname_save_LIBS
8395 fi
8396 if test "x$ac_cv_lib_soname_Xinerama" = "x"; then :
8397   { $as_echo "$as_me:${as_lineno-$LINENO}: result: not found" >&5
8398 $as_echo "not found" >&6; }
8399
8400 else
8401   { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_soname_Xinerama" >&5
8402 $as_echo "$ac_cv_lib_soname_Xinerama" >&6; }
8403
8404 cat >>confdefs.h <<_ACEOF
8405 #define SONAME_LIBXINERAMA "$ac_cv_lib_soname_Xinerama"
8406 _ACEOF
8407
8408
8409 fi
8410 fi
8411 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
8412         fi
8413         if test "x$ac_cv_lib_soname_Xinerama" = "x"; then :
8414   case "x$with_xinerama" in
8415   x)   wine_notices="$wine_notices|libxinerama ${notice_platform}development files not found, multi-monitor setups won't be supported." ;;
8416   xno) ;;
8417   *)   as_fn_error "libxinerama ${notice_platform}development files not found, multi-monitor setups won't be supported.
8418 This is an error since --with-xinerama was requested." "$LINENO" 5 ;;
8419 esac
8420 fi
8421
8422                 if test "$ac_cv_header_X11_extensions_Xcomposite_h" = "yes"
8423         then
8424             { $as_echo "$as_me:${as_lineno-$LINENO}: checking for -lXcomposite" >&5
8425 $as_echo_n "checking for -lXcomposite... " >&6; }
8426 if test "${ac_cv_lib_soname_Xcomposite+set}" = set; then :
8427   $as_echo_n "(cached) " >&6
8428 else
8429   ac_check_soname_save_LIBS=$LIBS
8430 LIBS="-lXcomposite $X_LIBS $XLIB $X_EXTRA_LIBS $LIBS"
8431   cat confdefs.h - <<_ACEOF >conftest.$ac_ext
8432 /* end confdefs.h.  */
8433
8434 /* Override any GCC internal prototype to avoid an error.
8435    Use char because int might match the return type of a GCC
8436    builtin and then its argument prototype would still apply.  */
8437 #ifdef __cplusplus
8438 extern "C"
8439 #endif
8440 char XCompositeRedirectWindow ();
8441 int
8442 main ()
8443 {
8444 return XCompositeRedirectWindow ();
8445   ;
8446   return 0;
8447 }
8448 _ACEOF
8449 if ac_fn_c_try_link "$LINENO"; then :
8450   case "$LIBEXT" in
8451     dll) ;;
8452     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'` ;;
8453     *) ac_cv_lib_soname_Xcomposite=`$ac_cv_path_LDD conftest$ac_exeext | grep "libXcomposite\\.$LIBEXT" | sed -e "s/^.*\(libXcomposite\.$LIBEXT[^        ]*\).*$/\1/"';2,$d'` ;;
8454   esac
8455 fi
8456 rm -f core conftest.err conftest.$ac_objext \
8457     conftest$ac_exeext conftest.$ac_ext
8458   LIBS=$ac_check_soname_save_LIBS
8459 fi
8460 if test "x$ac_cv_lib_soname_Xcomposite" = "x"; then :
8461   { $as_echo "$as_me:${as_lineno-$LINENO}: result: not found" >&5
8462 $as_echo "not found" >&6; }
8463
8464 else
8465   { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_soname_Xcomposite" >&5
8466 $as_echo "$ac_cv_lib_soname_Xcomposite" >&6; }
8467
8468 cat >>confdefs.h <<_ACEOF
8469 #define SONAME_LIBXCOMPOSITE "$ac_cv_lib_soname_Xcomposite"
8470 _ACEOF
8471
8472
8473 fi
8474         fi
8475         if test "x$ac_cv_lib_soname_Xcomposite" = "x"; then :
8476   case "x$with_xcomposite" in
8477   x)   wine_notices="$wine_notices|libxcomposite ${notice_platform}development files not found, Xcomposite won't be supported." ;;
8478   xno) ;;
8479   *)   as_fn_error "libxcomposite ${notice_platform}development files not found, Xcomposite won't be supported.
8480 This is an error since --with-xcomposite was requested." "$LINENO" 5 ;;
8481 esac
8482 fi
8483
8484                 ac_fn_c_check_member "$LINENO" "XICCallback" "callback" "ac_cv_member_XICCallback_callback" "#ifdef HAVE_X11_XLIB_H
8485 #include <X11/Xlib.h>
8486 #endif
8487 "
8488 if test "x$ac_cv_member_XICCallback_callback" = x""yes; then :
8489
8490 cat >>confdefs.h <<_ACEOF
8491 #define HAVE_XICCALLBACK_CALLBACK 1
8492 _ACEOF
8493
8494
8495 fi
8496
8497
8498
8499         opengl_msg=""
8500     if test "x$with_opengl" != "xno"
8501     then
8502         for ac_header in GL/gl.h GL/glx.h GL/glu.h
8503 do :
8504   as_ac_Header=`$as_echo "ac_cv_header_$ac_header" | $as_tr_sh`
8505 ac_fn_c_check_header_compile "$LINENO" "$ac_header" "$as_ac_Header" "#ifdef HAVE_GL_GLX_H
8506 # include <GL/glx.h>
8507 #endif
8508 "
8509 eval as_val=\$$as_ac_Header
8510    if test "x$as_val" = x""yes; then :
8511   cat >>confdefs.h <<_ACEOF
8512 #define `$as_echo "HAVE_$ac_header" | $as_tr_cpp` 1
8513 _ACEOF
8514
8515 fi
8516
8517 done
8518
8519         if test "$ac_cv_header_GL_gl_h" = "yes" -a "$ac_cv_header_GL_glx_h" = "yes"
8520         then
8521                     { $as_echo "$as_me:${as_lineno-$LINENO}: checking for up-to-date OpenGL version" >&5
8522 $as_echo_n "checking for up-to-date OpenGL version... " >&6; }
8523 if test "${wine_cv_opengl_header_version_OK+set}" = set; then :
8524   $as_echo_n "(cached) " >&6
8525 else
8526   cat confdefs.h - <<_ACEOF >conftest.$ac_ext
8527 /* end confdefs.h.  */
8528 #include <GL/gl.h>
8529 int
8530 main ()
8531 {
8532 GLenum test = GL_UNSIGNED_SHORT_5_6_5;
8533   ;
8534   return 0;
8535 }
8536 _ACEOF
8537 if ac_fn_c_try_compile "$LINENO"; then :
8538   wine_cv_opengl_header_version_OK="yes"
8539 else
8540   wine_cv_opengl_header_version_OK="no"
8541 fi
8542 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
8543 fi
8544 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $wine_cv_opengl_header_version_OK" >&5
8545 $as_echo "$wine_cv_opengl_header_version_OK" >&6; }
8546
8547             if test "$wine_cv_opengl_header_version_OK" = "yes"
8548             then
8549                                 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for -lGL" >&5
8550 $as_echo_n "checking for -lGL... " >&6; }
8551 if test "${ac_cv_lib_soname_GL+set}" = set; then :
8552   $as_echo_n "(cached) " >&6
8553 else
8554   ac_check_soname_save_LIBS=$LIBS
8555 LIBS="-lGL $X_LIBS $XLIB -lm $X_EXTRA_LIBS $LIBS"
8556   cat confdefs.h - <<_ACEOF >conftest.$ac_ext
8557 /* end confdefs.h.  */
8558
8559 /* Override any GCC internal prototype to avoid an error.
8560    Use char because int might match the return type of a GCC
8561    builtin and then its argument prototype would still apply.  */
8562 #ifdef __cplusplus
8563 extern "C"
8564 #endif
8565 char glXCreateContext ();
8566 int
8567 main ()
8568 {
8569 return glXCreateContext ();
8570   ;
8571   return 0;
8572 }
8573 _ACEOF
8574 if ac_fn_c_try_link "$LINENO"; then :
8575   case "$LIBEXT" in
8576     dll) ;;
8577     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'` ;;
8578     *) ac_cv_lib_soname_GL=`$ac_cv_path_LDD conftest$ac_exeext | grep "libGL\\.$LIBEXT" | sed -e "s/^.*\(libGL\.$LIBEXT[^        ]*\).*$/\1/"';2,$d'` ;;
8579   esac
8580 fi
8581 rm -f core conftest.err conftest.$ac_objext \
8582     conftest$ac_exeext conftest.$ac_ext
8583   LIBS=$ac_check_soname_save_LIBS
8584 fi
8585 if test "x$ac_cv_lib_soname_GL" = "x"; then :
8586   { $as_echo "$as_me:${as_lineno-$LINENO}: result: not found" >&5
8587 $as_echo "not found" >&6; }
8588        { $as_echo "$as_me:${as_lineno-$LINENO}: checking for -lGL" >&5
8589 $as_echo_n "checking for -lGL... " >&6; }
8590 if test "${ac_cv_lib_soname_GL+set}" = set; then :
8591   $as_echo_n "(cached) " >&6
8592 else
8593   ac_check_soname_save_LIBS=$LIBS
8594 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"
8595   cat confdefs.h - <<_ACEOF >conftest.$ac_ext
8596 /* end confdefs.h.  */
8597
8598 /* Override any GCC internal prototype to avoid an error.
8599    Use char because int might match the return type of a GCC
8600    builtin and then its argument prototype would still apply.  */
8601 #ifdef __cplusplus
8602 extern "C"
8603 #endif
8604 char glXCreateContext ();
8605 int
8606 main ()
8607 {
8608 return glXCreateContext ();
8609   ;
8610   return 0;
8611 }
8612 _ACEOF
8613 if ac_fn_c_try_link "$LINENO"; then :
8614   case "$LIBEXT" in
8615     dll) ;;
8616     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'` ;;
8617     *) ac_cv_lib_soname_GL=`$ac_cv_path_LDD conftest$ac_exeext | grep "libGL\\.$LIBEXT" | sed -e "s/^.*\(libGL\.$LIBEXT[^        ]*\).*$/\1/"';2,$d'` ;;
8618   esac
8619 fi
8620 rm -f core conftest.err conftest.$ac_objext \
8621     conftest$ac_exeext conftest.$ac_ext
8622   LIBS=$ac_check_soname_save_LIBS
8623 fi
8624 if test "x$ac_cv_lib_soname_GL" = "x"; then :
8625   { $as_echo "$as_me:${as_lineno-$LINENO}: result: not found" >&5
8626 $as_echo "not found" >&6; }
8627        if test -f /usr/X11R6/lib/libGL.a
8628                                     then
8629                                         opengl_msg="/usr/X11R6/lib/libGL.a is present on your system.
8630 This probably prevents linking to OpenGL. Try deleting the file and restarting configure."
8631                                     else
8632                                         opengl_msg="No OpenGL library found on this system."
8633                                     fi
8634 else
8635   { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_soname_GL" >&5
8636 $as_echo "$ac_cv_lib_soname_GL" >&6; }
8637
8638 cat >>confdefs.h <<_ACEOF
8639 #define SONAME_LIBGL "$ac_cv_lib_soname_GL"
8640 _ACEOF
8641
8642        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"
8643
8644 $as_echo "#define HAVE_OPENGL 1" >>confdefs.h
8645
8646 fi
8647 else
8648   { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_soname_GL" >&5
8649 $as_echo "$ac_cv_lib_soname_GL" >&6; }
8650
8651 cat >>confdefs.h <<_ACEOF
8652 #define SONAME_LIBGL "$ac_cv_lib_soname_GL"
8653 _ACEOF
8654
8655        OPENGL_LIBS="-lGL"
8656
8657 $as_echo "#define HAVE_OPENGL 1" >>confdefs.h
8658
8659 fi
8660                  if test "$ac_cv_header_GL_glu_h" = "yes"
8661                  then
8662                     { $as_echo "$as_me:${as_lineno-$LINENO}: checking for -lGLU" >&5
8663 $as_echo_n "checking for -lGLU... " >&6; }
8664 if test "${ac_cv_lib_soname_GLU+set}" = set; then :
8665   $as_echo_n "(cached) " >&6
8666 else
8667   ac_check_soname_save_LIBS=$LIBS
8668 LIBS="-lGLU $OPENGL_LIBS $X_LIBS $X_PRE_LIBS $XLIB -lm $X_EXTRA_LIBS $LIBS"
8669   cat confdefs.h - <<_ACEOF >conftest.$ac_ext
8670 /* end confdefs.h.  */
8671
8672 /* Override any GCC internal prototype to avoid an error.
8673    Use char because int might match the return type of a GCC
8674    builtin and then its argument prototype would still apply.  */
8675 #ifdef __cplusplus
8676 extern "C"
8677 #endif
8678 char gluLookAt ();
8679 int
8680 main ()
8681 {
8682 return gluLookAt ();
8683   ;
8684   return 0;
8685 }
8686 _ACEOF
8687 if ac_fn_c_try_link "$LINENO"; then :
8688   case "$LIBEXT" in
8689     dll) ;;
8690     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'` ;;
8691     *) ac_cv_lib_soname_GLU=`$ac_cv_path_LDD conftest$ac_exeext | grep "libGLU\\.$LIBEXT" | sed -e "s/^.*\(libGLU\.$LIBEXT[^     ]*\).*$/\1/"';2,$d'` ;;
8692   esac
8693 fi
8694 rm -f core conftest.err conftest.$ac_objext \
8695     conftest$ac_exeext conftest.$ac_ext
8696   LIBS=$ac_check_soname_save_LIBS
8697 fi
8698 if test "x$ac_cv_lib_soname_GLU" = "x"; then :
8699   { $as_echo "$as_me:${as_lineno-$LINENO}: result: not found" >&5
8700 $as_echo "not found" >&6; }
8701
8702 else
8703   { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_soname_GLU" >&5
8704 $as_echo "$ac_cv_lib_soname_GLU" >&6; }
8705
8706 cat >>confdefs.h <<_ACEOF
8707 #define SONAME_LIBGLU "$ac_cv_lib_soname_GLU"
8708 _ACEOF
8709
8710
8711 fi
8712                  fi
8713                  if test "x$ac_cv_lib_soname_GLU" = "x"; then :
8714   case "x$with_glu" in
8715   x)   wine_notices="$wine_notices|libGLU ${notice_platform}development files not found, GLU won't be supported." ;;
8716   xno) ;;
8717   *)   as_fn_error "libGLU ${notice_platform}development files not found, GLU won't be supported.
8718 This is an error since --with-glu was requested." "$LINENO" 5 ;;
8719 esac
8720 fi
8721              else
8722                  opengl_msg="Old Mesa headers detected. Consider upgrading your Mesa libraries."
8723              fi
8724          else
8725              opengl_msg="OpenGL development headers not found."
8726          fi
8727          test -n "$opengl_msg" && enable_opengl32=${enable_opengl32:-no}
8728          test "x$ac_cv_lib_soname_GLU" = "x" && enable_glu32=${enable_glu32:-no}
8729     else
8730          enable_opengl32=${enable_opengl32:-no}
8731          enable_glu32=${enable_glu32:-no}
8732     fi
8733     if test -n "$opengl_msg"; then :
8734   case "x$with_opengl" in
8735   x)   wine_warnings="$wine_warnings|$opengl_msg
8736 OpenGL and Direct3D won't be supported." ;;
8737   xno) ;;
8738   *)   as_fn_error "$opengl_msg
8739 OpenGL and Direct3D won't be supported.
8740 This is an error since --with-opengl was requested." "$LINENO" 5 ;;
8741 esac
8742 fi
8743
8744         NASLIBS=""
8745
8746     for ac_header in audio/audiolib.h
8747 do :
8748   ac_fn_c_check_header_mongrel "$LINENO" "audio/audiolib.h" "ac_cv_header_audio_audiolib_h" "$ac_includes_default"
8749 if test "x$ac_cv_header_audio_audiolib_h" = x""yes; then :
8750   cat >>confdefs.h <<_ACEOF
8751 #define HAVE_AUDIO_AUDIOLIB_H 1
8752 _ACEOF
8753  for ac_header in audio/soundlib.h
8754 do :
8755   ac_fn_c_check_header_compile "$LINENO" "audio/soundlib.h" "ac_cv_header_audio_soundlib_h" "#include <audio/audiolib.h>
8756 "
8757 if test "x$ac_cv_header_audio_soundlib_h" = x""yes; then :
8758   cat >>confdefs.h <<_ACEOF
8759 #define HAVE_AUDIO_SOUNDLIB_H 1
8760 _ACEOF
8761
8762 fi
8763
8764 done
8765
8766           { $as_echo "$as_me:${as_lineno-$LINENO}: checking for AuCreateFlow in -laudio" >&5
8767 $as_echo_n "checking for AuCreateFlow in -laudio... " >&6; }
8768 if test "${ac_cv_lib_audio_AuCreateFlow+set}" = set; then :
8769   $as_echo_n "(cached) " >&6
8770 else
8771   ac_check_lib_save_LIBS=$LIBS
8772 LIBS="-laudio -lXt $X_LIBS $XLIB $X_EXTRA_LIBS $LIBS"
8773 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
8774 /* end confdefs.h.  */
8775
8776 /* Override any GCC internal prototype to avoid an error.
8777    Use char because int might match the return type of a GCC
8778    builtin and then its argument prototype would still apply.  */
8779 #ifdef __cplusplus
8780 extern "C"
8781 #endif
8782 char AuCreateFlow ();
8783 int
8784 main ()
8785 {
8786 return AuCreateFlow ();
8787   ;
8788   return 0;
8789 }
8790 _ACEOF
8791 if ac_fn_c_try_link "$LINENO"; then :
8792   ac_cv_lib_audio_AuCreateFlow=yes
8793 else
8794   ac_cv_lib_audio_AuCreateFlow=no
8795 fi
8796 rm -f core conftest.err conftest.$ac_objext \
8797     conftest$ac_exeext conftest.$ac_ext
8798 LIBS=$ac_check_lib_save_LIBS
8799 fi
8800 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_audio_AuCreateFlow" >&5
8801 $as_echo "$ac_cv_lib_audio_AuCreateFlow" >&6; }
8802 if test "x$ac_cv_lib_audio_AuCreateFlow" = x""yes; then :
8803
8804 $as_echo "#define HAVE_NAS 1" >>confdefs.h
8805
8806                         { $as_echo "$as_me:${as_lineno-$LINENO}: checking for XauGetBestAuthByAddr in -lXau" >&5
8807 $as_echo_n "checking for XauGetBestAuthByAddr in -lXau... " >&6; }
8808 if test "${ac_cv_lib_Xau_XauGetBestAuthByAddr+set}" = set; then :
8809   $as_echo_n "(cached) " >&6
8810 else
8811   ac_check_lib_save_LIBS=$LIBS
8812 LIBS="-lXau $X_LIBS $LIBS"
8813 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
8814 /* end confdefs.h.  */
8815
8816 /* Override any GCC internal prototype to avoid an error.
8817    Use char because int might match the return type of a GCC
8818    builtin and then its argument prototype would still apply.  */
8819 #ifdef __cplusplus
8820 extern "C"
8821 #endif
8822 char XauGetBestAuthByAddr ();
8823 int
8824 main ()
8825 {
8826 return XauGetBestAuthByAddr ();
8827   ;
8828   return 0;
8829 }
8830 _ACEOF
8831 if ac_fn_c_try_link "$LINENO"; then :
8832   ac_cv_lib_Xau_XauGetBestAuthByAddr=yes
8833 else
8834   ac_cv_lib_Xau_XauGetBestAuthByAddr=no
8835 fi
8836 rm -f core conftest.err conftest.$ac_objext \
8837     conftest$ac_exeext conftest.$ac_ext
8838 LIBS=$ac_check_lib_save_LIBS
8839 fi
8840 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_Xau_XauGetBestAuthByAddr" >&5
8841 $as_echo "$ac_cv_lib_Xau_XauGetBestAuthByAddr" >&6; }
8842 if test "x$ac_cv_lib_Xau_XauGetBestAuthByAddr" = x""yes; then :
8843   NASLIBS="-lXau -laudio -lXt $X_LIBS $XLIB $X_EXTRA_LIBS"
8844 else
8845   NASLIBS="-laudio -lXt $X_LIBS $XLIB $X_EXTRA_LIBS"
8846 fi
8847
8848
8849 fi
8850
8851 fi
8852
8853 done
8854
8855
8856     CPPFLAGS="$ac_save_CPPFLAGS"
8857 else
8858     XLIB=""
8859     X_CFLAGS=""
8860     X_LIBS=""
8861     enable_winex11_drv=${enable_winex11_drv:-no}
8862     enable_opengl32=${enable_opengl32:-no}
8863     enable_glu32=${enable_glu32:-no}
8864 fi
8865 if test "x$XLIB" = "x"; then :
8866   case "x$with_x" in
8867   xno) ;;
8868   *)   as_fn_error "X ${notice_platform}development files not found. Wine will be built
8869 without X support, which probably isn't what you want. You will need to install
8870 ${notice_platform}development packages of Xlib/Xfree86 at the very least.
8871 Use the --without-x option if you really want this." "$LINENO" 5 ;;
8872 esac
8873 fi
8874
8875
8876 XML2LIBS=""
8877
8878 XML2INCL=""
8879
8880 XSLTINCL=""
8881
8882 if test "x$with_xml" != "xno"
8883 then
8884     ac_save_CPPFLAGS="$CPPFLAGS"
8885     if test "$PKG_CONFIG" != "false"
8886     then
8887         ac_xml_libs="`$PKG_CONFIG --libs libxml-2.0 2>/dev/null`"
8888         ac_xml_cflags="`$PKG_CONFIG --cflags libxml-2.0 2>/dev/null`"
8889     else
8890         ac_xml_libs="`xml2-config --libs 2>/dev/null`"
8891         ac_xml_cflags="`xml2-config --cflags  2>/dev/null`"
8892     fi
8893     CPPFLAGS="$CPPFLAGS $ac_xml_cflags"
8894     for ac_header in libxml/parser.h
8895 do :
8896   ac_fn_c_check_header_mongrel "$LINENO" "libxml/parser.h" "ac_cv_header_libxml_parser_h" "$ac_includes_default"
8897 if test "x$ac_cv_header_libxml_parser_h" = x""yes; then :
8898   cat >>confdefs.h <<_ACEOF
8899 #define HAVE_LIBXML_PARSER_H 1
8900 _ACEOF
8901  { $as_echo "$as_me:${as_lineno-$LINENO}: checking for xmlParseMemory in -lxml2" >&5
8902 $as_echo_n "checking for xmlParseMemory in -lxml2... " >&6; }
8903 if test "${ac_cv_lib_xml2_xmlParseMemory+set}" = set; then :
8904   $as_echo_n "(cached) " >&6
8905 else
8906   ac_check_lib_save_LIBS=$LIBS
8907 LIBS="-lxml2 $ac_xml_libs $LIBS"
8908 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
8909 /* end confdefs.h.  */
8910
8911 /* Override any GCC internal prototype to avoid an error.
8912    Use char because int might match the return type of a GCC
8913    builtin and then its argument prototype would still apply.  */
8914 #ifdef __cplusplus
8915 extern "C"
8916 #endif
8917 char xmlParseMemory ();
8918 int
8919 main ()
8920 {
8921 return xmlParseMemory ();
8922   ;
8923   return 0;
8924 }
8925 _ACEOF
8926 if ac_fn_c_try_link "$LINENO"; then :
8927   ac_cv_lib_xml2_xmlParseMemory=yes
8928 else
8929   ac_cv_lib_xml2_xmlParseMemory=no
8930 fi
8931 rm -f core conftest.err conftest.$ac_objext \
8932     conftest$ac_exeext conftest.$ac_ext
8933 LIBS=$ac_check_lib_save_LIBS
8934 fi
8935 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_xml2_xmlParseMemory" >&5
8936 $as_echo "$ac_cv_lib_xml2_xmlParseMemory" >&6; }
8937 if test "x$ac_cv_lib_xml2_xmlParseMemory" = x""yes; then :
8938
8939 $as_echo "#define HAVE_LIBXML2 1" >>confdefs.h
8940
8941                  XML2LIBS="$ac_xml_libs"
8942                  XML2INCL="$ac_xml_cflags"
8943 fi
8944
8945              { $as_echo "$as_me:${as_lineno-$LINENO}: checking for xmlReadMemory in -lxml2" >&5
8946 $as_echo_n "checking for xmlReadMemory in -lxml2... " >&6; }
8947 if test "${ac_cv_lib_xml2_xmlReadMemory+set}" = set; then :
8948   $as_echo_n "(cached) " >&6
8949 else
8950   ac_check_lib_save_LIBS=$LIBS
8951 LIBS="-lxml2 $ac_xml_libs $LIBS"
8952 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
8953 /* end confdefs.h.  */
8954
8955 /* Override any GCC internal prototype to avoid an error.
8956    Use char because int might match the return type of a GCC
8957    builtin and then its argument prototype would still apply.  */
8958 #ifdef __cplusplus
8959 extern "C"
8960 #endif
8961 char xmlReadMemory ();
8962 int
8963 main ()
8964 {
8965 return xmlReadMemory ();
8966   ;
8967   return 0;
8968 }
8969 _ACEOF
8970 if ac_fn_c_try_link "$LINENO"; then :
8971   ac_cv_lib_xml2_xmlReadMemory=yes
8972 else
8973   ac_cv_lib_xml2_xmlReadMemory=no
8974 fi
8975 rm -f core conftest.err conftest.$ac_objext \
8976     conftest$ac_exeext conftest.$ac_ext
8977 LIBS=$ac_check_lib_save_LIBS
8978 fi
8979 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_xml2_xmlReadMemory" >&5
8980 $as_echo "$ac_cv_lib_xml2_xmlReadMemory" >&6; }
8981 if test "x$ac_cv_lib_xml2_xmlReadMemory" = x""yes; then :
8982
8983 $as_echo "#define HAVE_XMLREADMEMORY 1" >>confdefs.h
8984
8985 fi
8986
8987              { $as_echo "$as_me:${as_lineno-$LINENO}: checking for xmlNewDocPI in -lxml2" >&5
8988 $as_echo_n "checking for xmlNewDocPI in -lxml2... " >&6; }
8989 if test "${ac_cv_lib_xml2_xmlNewDocPI+set}" = set; then :
8990   $as_echo_n "(cached) " >&6
8991 else
8992   ac_check_lib_save_LIBS=$LIBS
8993 LIBS="-lxml2 $ac_xml_libs $LIBS"
8994 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
8995 /* end confdefs.h.  */
8996
8997 /* Override any GCC internal prototype to avoid an error.
8998    Use char because int might match the return type of a GCC
8999    builtin and then its argument prototype would still apply.  */
9000 #ifdef __cplusplus
9001 extern "C"
9002 #endif
9003 char xmlNewDocPI ();
9004 int
9005 main ()
9006 {
9007 return xmlNewDocPI ();
9008   ;
9009   return 0;
9010 }
9011 _ACEOF
9012 if ac_fn_c_try_link "$LINENO"; then :
9013   ac_cv_lib_xml2_xmlNewDocPI=yes
9014 else
9015   ac_cv_lib_xml2_xmlNewDocPI=no
9016 fi
9017 rm -f core conftest.err conftest.$ac_objext \
9018     conftest$ac_exeext conftest.$ac_ext
9019 LIBS=$ac_check_lib_save_LIBS
9020 fi
9021 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_xml2_xmlNewDocPI" >&5
9022 $as_echo "$ac_cv_lib_xml2_xmlNewDocPI" >&6; }
9023 if test "x$ac_cv_lib_xml2_xmlNewDocPI" = x""yes; then :
9024
9025 $as_echo "#define HAVE_XMLNEWDOCPI 1" >>confdefs.h
9026
9027 fi
9028
9029
9030 fi
9031
9032 done
9033
9034     CPPFLAGS="$ac_save_CPPFLAGS"
9035 fi
9036 if test "$ac_cv_lib_xml2_xmlParseMemory" != "yes"; then :
9037   case "x$with_xml" in
9038   x)   wine_warnings="$wine_warnings|libxml2 ${notice_platform}development files not found, XML won't be supported." ;;
9039   xno) ;;
9040   *)   as_fn_error "libxml2 ${notice_platform}development files not found, XML won't be supported.
9041 This is an error since --with-xml was requested." "$LINENO" 5 ;;
9042 esac
9043 fi
9044
9045 if test "x$with_xslt" != "xno"
9046 then
9047     if test "$PKG_CONFIG" != "false"
9048     then
9049         ac_xslt_libs="`$PKG_CONFIG --libs libxslt 2>/dev/null`"
9050         ac_xslt_cflags="`$PKG_CONFIG --cflags libxslt 2>/dev/null`"
9051     else
9052         ac_xslt_libs="`xslt-config --libs 2>/dev/null`"
9053         ac_xslt_cflags="`xslt-config --cflags 2>/dev/null`"
9054     fi
9055     ac_save_CPPFLAGS="$CPPFLAGS"
9056     CPPFLAGS="$CPPFLAGS $ac_xslt_cflags"
9057     for ac_header in libxslt/pattern.h libxslt/transform.h
9058 do :
9059   as_ac_Header=`$as_echo "ac_cv_header_$ac_header" | $as_tr_sh`
9060 ac_fn_c_check_header_compile "$LINENO" "$ac_header" "$as_ac_Header" "#ifdef HAVE_LIBXSLT_PATTERN_H
9061 # include <libxslt/pattern.h>
9062 #endif
9063 "
9064 eval as_val=\$$as_ac_Header
9065    if test "x$as_val" = x""yes; then :
9066   cat >>confdefs.h <<_ACEOF
9067 #define `$as_echo "HAVE_$ac_header" | $as_tr_cpp` 1
9068 _ACEOF
9069
9070 fi
9071
9072 done
9073
9074     CPPFLAGS="$ac_save_CPPFLAGS"
9075     if test "$ac_cv_header_libxslt_transform_h" = "yes"
9076     then
9077         { $as_echo "$as_me:${as_lineno-$LINENO}: checking for -lxslt" >&5
9078 $as_echo_n "checking for -lxslt... " >&6; }
9079 if test "${ac_cv_lib_soname_xslt+set}" = set; then :
9080   $as_echo_n "(cached) " >&6
9081 else
9082   ac_check_soname_save_LIBS=$LIBS
9083 LIBS="-lxslt $ac_xslt_libs $LIBS"
9084   cat confdefs.h - <<_ACEOF >conftest.$ac_ext
9085 /* end confdefs.h.  */
9086
9087 /* Override any GCC internal prototype to avoid an error.
9088    Use char because int might match the return type of a GCC
9089    builtin and then its argument prototype would still apply.  */
9090 #ifdef __cplusplus
9091 extern "C"
9092 #endif
9093 char xsltCompilePattern ();
9094 int
9095 main ()
9096 {
9097 return xsltCompilePattern ();
9098   ;
9099   return 0;
9100 }
9101 _ACEOF
9102 if ac_fn_c_try_link "$LINENO"; then :
9103   case "$LIBEXT" in
9104     dll) ;;
9105     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'` ;;
9106     *) ac_cv_lib_soname_xslt=`$ac_cv_path_LDD conftest$ac_exeext | grep "libxslt\\.$LIBEXT" | sed -e "s/^.*\(libxslt\.$LIBEXT[^  ]*\).*$/\1/"';2,$d'` ;;
9107   esac
9108 fi
9109 rm -f core conftest.err conftest.$ac_objext \
9110     conftest$ac_exeext conftest.$ac_ext
9111   LIBS=$ac_check_soname_save_LIBS
9112 fi
9113 if test "x$ac_cv_lib_soname_xslt" = "x"; then :
9114   { $as_echo "$as_me:${as_lineno-$LINENO}: result: not found" >&5
9115 $as_echo "not found" >&6; }
9116
9117 else
9118   { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_soname_xslt" >&5
9119 $as_echo "$ac_cv_lib_soname_xslt" >&6; }
9120
9121 cat >>confdefs.h <<_ACEOF
9122 #define SONAME_LIBXSLT "$ac_cv_lib_soname_xslt"
9123 _ACEOF
9124
9125        XSLTINCL="$ac_xslt_cflags"
9126 fi
9127     fi
9128 fi
9129 if test "x$ac_cv_lib_soname_xslt" = "x"; then :
9130   case "x$with_xslt" in
9131   x)   wine_warnings="$wine_warnings|libxslt ${notice_platform}development files not found, xslt won't be supported." ;;
9132   xno) ;;
9133   *)   as_fn_error "libxslt ${notice_platform}development files not found, xslt won't be supported.
9134 This is an error since --with-xslt was requested." "$LINENO" 5 ;;
9135 esac
9136 fi
9137
9138 HALINCL=""
9139
9140 if test "x$with_hal" != "xno"
9141 then
9142     ac_save_CPPFLAGS="$CPPFLAGS"
9143     if test "$PKG_CONFIG" != "false"
9144     then
9145         ac_hal_libs="`$PKG_CONFIG --libs hal 2>/dev/null`"
9146         ac_hal_cflags="`$PKG_CONFIG --cflags hal 2>/dev/null`"
9147         CPPFLAGS="$CPPFLAGS $ac_hal_cflags"
9148     fi
9149     for ac_header in dbus/dbus.h hal/libhal.h
9150 do :
9151   as_ac_Header=`$as_echo "ac_cv_header_$ac_header" | $as_tr_sh`
9152 ac_fn_c_check_header_mongrel "$LINENO" "$ac_header" "$as_ac_Header" "$ac_includes_default"
9153 eval as_val=\$$as_ac_Header
9154    if test "x$as_val" = x""yes; then :
9155   cat >>confdefs.h <<_ACEOF
9156 #define `$as_echo "HAVE_$ac_header" | $as_tr_cpp` 1
9157 _ACEOF
9158
9159 fi
9160
9161 done
9162
9163     if test "$ac_cv_header_dbus_dbus_h" = "yes" -a "$ac_cv_header_hal_libhal_h" = "yes"
9164     then
9165         { $as_echo "$as_me:${as_lineno-$LINENO}: checking for dbus_connection_close in -ldbus-1" >&5
9166 $as_echo_n "checking for dbus_connection_close in -ldbus-1... " >&6; }
9167 if test "${ac_cv_lib_dbus_1_dbus_connection_close+set}" = set; then :
9168   $as_echo_n "(cached) " >&6
9169 else
9170   ac_check_lib_save_LIBS=$LIBS
9171 LIBS="-ldbus-1 $ac_hal_libs $LIBS"
9172 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
9173 /* end confdefs.h.  */
9174
9175 /* Override any GCC internal prototype to avoid an error.
9176    Use char because int might match the return type of a GCC
9177    builtin and then its argument prototype would still apply.  */
9178 #ifdef __cplusplus
9179 extern "C"
9180 #endif
9181 char dbus_connection_close ();
9182 int
9183 main ()
9184 {
9185 return dbus_connection_close ();
9186   ;
9187   return 0;
9188 }
9189 _ACEOF
9190 if ac_fn_c_try_link "$LINENO"; then :
9191   ac_cv_lib_dbus_1_dbus_connection_close=yes
9192 else
9193   ac_cv_lib_dbus_1_dbus_connection_close=no
9194 fi
9195 rm -f core conftest.err conftest.$ac_objext \
9196     conftest$ac_exeext conftest.$ac_ext
9197 LIBS=$ac_check_lib_save_LIBS
9198 fi
9199 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_dbus_1_dbus_connection_close" >&5
9200 $as_echo "$ac_cv_lib_dbus_1_dbus_connection_close" >&6; }
9201 if test "x$ac_cv_lib_dbus_1_dbus_connection_close" = x""yes; then :
9202   { $as_echo "$as_me:${as_lineno-$LINENO}: checking for -lhal" >&5
9203 $as_echo_n "checking for -lhal... " >&6; }
9204 if test "${ac_cv_lib_soname_hal+set}" = set; then :
9205   $as_echo_n "(cached) " >&6
9206 else
9207   ac_check_soname_save_LIBS=$LIBS
9208 LIBS="-lhal $ac_hal_libs $LIBS"
9209   cat confdefs.h - <<_ACEOF >conftest.$ac_ext
9210 /* end confdefs.h.  */
9211
9212 /* Override any GCC internal prototype to avoid an error.
9213    Use char because int might match the return type of a GCC
9214    builtin and then its argument prototype would still apply.  */
9215 #ifdef __cplusplus
9216 extern "C"
9217 #endif
9218 char libhal_ctx_new ();
9219 int
9220 main ()
9221 {
9222 return libhal_ctx_new ();
9223   ;
9224   return 0;
9225 }
9226 _ACEOF
9227 if ac_fn_c_try_link "$LINENO"; then :
9228   case "$LIBEXT" in
9229     dll) ;;
9230     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'` ;;
9231     *) ac_cv_lib_soname_hal=`$ac_cv_path_LDD conftest$ac_exeext | grep "libhal\\.$LIBEXT" | sed -e "s/^.*\(libhal\.$LIBEXT[^     ]*\).*$/\1/"';2,$d'` ;;
9232   esac
9233 fi
9234 rm -f core conftest.err conftest.$ac_objext \
9235     conftest$ac_exeext conftest.$ac_ext
9236   LIBS=$ac_check_soname_save_LIBS
9237 fi
9238 if test "x$ac_cv_lib_soname_hal" = "x"; then :
9239   { $as_echo "$as_me:${as_lineno-$LINENO}: result: not found" >&5
9240 $as_echo "not found" >&6; }
9241
9242 else
9243   { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_soname_hal" >&5
9244 $as_echo "$ac_cv_lib_soname_hal" >&6; }
9245
9246 cat >>confdefs.h <<_ACEOF
9247 #define SONAME_LIBHAL "$ac_cv_lib_soname_hal"
9248 _ACEOF
9249
9250        HALINCL="$ac_hal_cflags"
9251 fi
9252 fi
9253
9254     fi
9255     CPPFLAGS="$ac_save_CPPFLAGS"
9256 fi
9257 if test "x$ac_cv_lib_soname_hal" = "x"; then :
9258   case "x$with_hal" in
9259   x)   wine_notices="$wine_notices|libhal/libdbus ${notice_platform}development files not found, no dynamic device support." ;;
9260   xno) ;;
9261   *)   as_fn_error "libhal/libdbus ${notice_platform}development files not found, no dynamic device support.
9262 This is an error since --with-hal was requested." "$LINENO" 5 ;;
9263 esac
9264 fi
9265
9266 if test "x$with_gnutls" != "xno"
9267 then
9268     ac_save_CPPFLAGS="$CPPFLAGS"
9269     if test "$PKG_CONFIG" != "false"
9270     then
9271         ac_gnutls_libs="`$PKG_CONFIG --libs gnutls 2>/dev/null`"
9272         ac_gnutls_cflags="`$PKG_CONFIG --cflags gnutls 2>/dev/null`"
9273         CPPFLAGS="$CPPFLAGS $ac_gnutls_cflags"
9274     fi
9275     ac_fn_c_check_header_mongrel "$LINENO" "gnutls/gnutls.h" "ac_cv_header_gnutls_gnutls_h" "$ac_includes_default"
9276 if test "x$ac_cv_header_gnutls_gnutls_h" = x""yes; then :
9277   cat confdefs.h - <<_ACEOF >conftest.$ac_ext
9278 /* end confdefs.h.  */
9279 #include <gnutls/gnutls.h>
9280 int
9281 main ()
9282 {
9283 typeof(gnutls_mac_get_key_size) *pfunc;
9284   ;
9285   return 0;
9286 }
9287 _ACEOF
9288 if ac_fn_c_try_compile "$LINENO"; then :
9289   { $as_echo "$as_me:${as_lineno-$LINENO}: checking for -lgnutls" >&5
9290 $as_echo_n "checking for -lgnutls... " >&6; }
9291 if test "${ac_cv_lib_soname_gnutls+set}" = set; then :
9292   $as_echo_n "(cached) " >&6
9293 else
9294   ac_check_soname_save_LIBS=$LIBS
9295 LIBS="-lgnutls $ac_gnutls_libs $LIBS"
9296   cat confdefs.h - <<_ACEOF >conftest.$ac_ext
9297 /* end confdefs.h.  */
9298
9299 /* Override any GCC internal prototype to avoid an error.
9300    Use char because int might match the return type of a GCC
9301    builtin and then its argument prototype would still apply.  */
9302 #ifdef __cplusplus
9303 extern "C"
9304 #endif
9305 char gnutls_global_init ();
9306 int
9307 main ()
9308 {
9309 return gnutls_global_init ();
9310   ;
9311   return 0;
9312 }
9313 _ACEOF
9314 if ac_fn_c_try_link "$LINENO"; then :
9315   case "$LIBEXT" in
9316     dll) ;;
9317     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'` ;;
9318     *) ac_cv_lib_soname_gnutls=`$ac_cv_path_LDD conftest$ac_exeext | grep "libgnutls\\.$LIBEXT" | sed -e "s/^.*\(libgnutls\.$LIBEXT[^    ]*\).*$/\1/"';2,$d'` ;;
9319   esac
9320 fi
9321 rm -f core conftest.err conftest.$ac_objext \
9322     conftest$ac_exeext conftest.$ac_ext
9323   LIBS=$ac_check_soname_save_LIBS
9324 fi
9325 if test "x$ac_cv_lib_soname_gnutls" = "x"; then :
9326   { $as_echo "$as_me:${as_lineno-$LINENO}: result: not found" >&5
9327 $as_echo "not found" >&6; }
9328
9329 else
9330   { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_soname_gnutls" >&5
9331 $as_echo "$ac_cv_lib_soname_gnutls" >&6; }
9332
9333 cat >>confdefs.h <<_ACEOF
9334 #define SONAME_LIBGNUTLS "$ac_cv_lib_soname_gnutls"
9335 _ACEOF
9336
9337        GNUTLSINCL="$ac_gnutls_cflags"
9338
9339 fi
9340 fi
9341 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
9342 fi
9343
9344
9345     CPPFLAGS="$ac_save_CPPFLAGS"
9346 fi
9347 if test "x$ac_cv_lib_soname_gnutls" = "x"; then :
9348   case "x$with_gnutls" in
9349   x)   wine_notices="$wine_notices|libgnutls ${notice_platform}development files not found, no schannel support." ;;
9350   xno) ;;
9351   *)   as_fn_error "libgnutls ${notice_platform}development files not found, no schannel support.
9352 This is an error since --with-gnutls was requested." "$LINENO" 5 ;;
9353 esac
9354 fi
9355
9356 CURSESLIBS=""
9357 if test "$ac_cv_header_ncurses_h" = "yes"
9358 then
9359     { $as_echo "$as_me:${as_lineno-$LINENO}: checking for -lncurses" >&5
9360 $as_echo_n "checking for -lncurses... " >&6; }
9361 if test "${ac_cv_lib_soname_ncurses+set}" = set; then :
9362   $as_echo_n "(cached) " >&6
9363 else
9364   ac_check_soname_save_LIBS=$LIBS
9365 LIBS="-lncurses  $LIBS"
9366   cat confdefs.h - <<_ACEOF >conftest.$ac_ext
9367 /* end confdefs.h.  */
9368
9369 /* Override any GCC internal prototype to avoid an error.
9370    Use char because int might match the return type of a GCC
9371    builtin and then its argument prototype would still apply.  */
9372 #ifdef __cplusplus
9373 extern "C"
9374 #endif
9375 char waddch ();
9376 int
9377 main ()
9378 {
9379 return waddch ();
9380   ;
9381   return 0;
9382 }
9383 _ACEOF
9384 if ac_fn_c_try_link "$LINENO"; then :
9385   case "$LIBEXT" in
9386     dll) ;;
9387     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'` ;;
9388     *) ac_cv_lib_soname_ncurses=`$ac_cv_path_LDD conftest$ac_exeext | grep "libncurses\\.$LIBEXT" | sed -e "s/^.*\(libncurses\.$LIBEXT[^         ]*\).*$/\1/"';2,$d'` ;;
9389   esac
9390 fi
9391 rm -f core conftest.err conftest.$ac_objext \
9392     conftest$ac_exeext conftest.$ac_ext
9393   LIBS=$ac_check_soname_save_LIBS
9394 fi
9395 if test "x$ac_cv_lib_soname_ncurses" = "x"; then :
9396   { $as_echo "$as_me:${as_lineno-$LINENO}: result: not found" >&5
9397 $as_echo "not found" >&6; }
9398
9399 else
9400   { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_soname_ncurses" >&5
9401 $as_echo "$ac_cv_lib_soname_ncurses" >&6; }
9402
9403 cat >>confdefs.h <<_ACEOF
9404 #define SONAME_LIBNCURSES "$ac_cv_lib_soname_ncurses"
9405 _ACEOF
9406
9407        CURSESLIBS="-lncurses"
9408 fi
9409 elif test "$ac_cv_header_curses_h" = "yes"
9410 then
9411     { $as_echo "$as_me:${as_lineno-$LINENO}: checking for -lcurses" >&5
9412 $as_echo_n "checking for -lcurses... " >&6; }
9413 if test "${ac_cv_lib_soname_curses+set}" = set; then :
9414   $as_echo_n "(cached) " >&6
9415 else
9416   ac_check_soname_save_LIBS=$LIBS
9417 LIBS="-lcurses  $LIBS"
9418   cat confdefs.h - <<_ACEOF >conftest.$ac_ext
9419 /* end confdefs.h.  */
9420
9421 /* Override any GCC internal prototype to avoid an error.
9422    Use char because int might match the return type of a GCC
9423    builtin and then its argument prototype would still apply.  */
9424 #ifdef __cplusplus
9425 extern "C"
9426 #endif
9427 char waddch ();
9428 int
9429 main ()
9430 {
9431 return waddch ();
9432   ;
9433   return 0;
9434 }
9435 _ACEOF
9436 if ac_fn_c_try_link "$LINENO"; then :
9437   case "$LIBEXT" in
9438     dll) ;;
9439     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'` ;;
9440     *) ac_cv_lib_soname_curses=`$ac_cv_path_LDD conftest$ac_exeext | grep "libcurses\\.$LIBEXT" | sed -e "s/^.*\(libcurses\.$LIBEXT[^    ]*\).*$/\1/"';2,$d'` ;;
9441   esac
9442 fi
9443 rm -f core conftest.err conftest.$ac_objext \
9444     conftest$ac_exeext conftest.$ac_ext
9445   LIBS=$ac_check_soname_save_LIBS
9446 fi
9447 if test "x$ac_cv_lib_soname_curses" = "x"; then :
9448   { $as_echo "$as_me:${as_lineno-$LINENO}: result: not found" >&5
9449 $as_echo "not found" >&6; }
9450
9451 else
9452   { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_soname_curses" >&5
9453 $as_echo "$ac_cv_lib_soname_curses" >&6; }
9454
9455 cat >>confdefs.h <<_ACEOF
9456 #define SONAME_LIBCURSES "$ac_cv_lib_soname_curses"
9457 _ACEOF
9458
9459        CURSESLIBS="-lcurses"
9460 fi
9461 fi
9462 ac_save_LIBS="$LIBS"
9463 LIBS="$LIBS $CURSESLIBS"
9464 for ac_func in mousemask
9465 do :
9466   ac_fn_c_check_func "$LINENO" "mousemask" "ac_cv_func_mousemask"
9467 if test "x$ac_cv_func_mousemask" = x""yes; then :
9468   cat >>confdefs.h <<_ACEOF
9469 #define HAVE_MOUSEMASK 1
9470 _ACEOF
9471
9472 fi
9473 done
9474
9475 LIBS="$ac_save_LIBS"
9476 if test "x$ac_cv_lib_soname_curses$ac_cv_lib_soname_ncurses" = "x"; then :
9477   case "x$with_curses" in
9478   x)   wine_notices="$wine_notices|lib(n)curses ${notice_platform}development files not found, curses won't be supported." ;;
9479   xno) ;;
9480   *)   as_fn_error "lib(n)curses ${notice_platform}development files not found, curses won't be supported.
9481 This is an error since --with-curses was requested." "$LINENO" 5 ;;
9482 esac
9483 fi
9484
9485 if test "x$with_sane" != "xno"
9486 then
9487     ac_save_CPPFLAGS="$CPPFLAGS"
9488     # Extract the first word of "sane-config", so it can be a program name with args.
9489 set dummy sane-config; ac_word=$2
9490 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
9491 $as_echo_n "checking for $ac_word... " >&6; }
9492 if test "${ac_cv_prog_sane_devel+set}" = set; then :
9493   $as_echo_n "(cached) " >&6
9494 else
9495   if test -n "$sane_devel"; then
9496   ac_cv_prog_sane_devel="$sane_devel" # Let the user override the test.
9497 else
9498 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
9499 for as_dir in $PATH
9500 do
9501   IFS=$as_save_IFS
9502   test -z "$as_dir" && as_dir=.
9503     for ac_exec_ext in '' $ac_executable_extensions; do
9504   if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
9505     ac_cv_prog_sane_devel="sane-config"
9506     $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
9507     break 2
9508   fi
9509 done
9510   done
9511 IFS=$as_save_IFS
9512
9513   test -z "$ac_cv_prog_sane_devel" && ac_cv_prog_sane_devel="no"
9514 fi
9515 fi
9516 sane_devel=$ac_cv_prog_sane_devel
9517 if test -n "$sane_devel"; then
9518   { $as_echo "$as_me:${as_lineno-$LINENO}: result: $sane_devel" >&5
9519 $as_echo "$sane_devel" >&6; }
9520 else
9521   { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
9522 $as_echo "no" >&6; }
9523 fi
9524
9525
9526     if test "$sane_devel" != "no"
9527     then
9528         ac_sane_incl="`$sane_devel --cflags`"
9529         ac_sane_libs="`$sane_devel --ldflags`"
9530         CPPFLAGS="$CPPFLAGS $ac_sane_incl"
9531     fi
9532     ac_fn_c_check_header_mongrel "$LINENO" "sane/sane.h" "ac_cv_header_sane_sane_h" "$ac_includes_default"
9533 if test "x$ac_cv_header_sane_sane_h" = x""yes; then :
9534   { $as_echo "$as_me:${as_lineno-$LINENO}: checking for -lsane" >&5
9535 $as_echo_n "checking for -lsane... " >&6; }
9536 if test "${ac_cv_lib_soname_sane+set}" = set; then :
9537   $as_echo_n "(cached) " >&6
9538 else
9539   ac_check_soname_save_LIBS=$LIBS
9540 LIBS="-lsane $ac_sane_libs $LIBS"
9541   cat confdefs.h - <<_ACEOF >conftest.$ac_ext
9542 /* end confdefs.h.  */
9543
9544 /* Override any GCC internal prototype to avoid an error.
9545    Use char because int might match the return type of a GCC
9546    builtin and then its argument prototype would still apply.  */
9547 #ifdef __cplusplus
9548 extern "C"
9549 #endif
9550 char sane_init ();
9551 int
9552 main ()
9553 {
9554 return sane_init ();
9555   ;
9556   return 0;
9557 }
9558 _ACEOF
9559 if ac_fn_c_try_link "$LINENO"; then :
9560   case "$LIBEXT" in
9561     dll) ;;
9562     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'` ;;
9563     *) ac_cv_lib_soname_sane=`$ac_cv_path_LDD conftest$ac_exeext | grep "libsane\\.$LIBEXT" | sed -e "s/^.*\(libsane\.$LIBEXT[^  ]*\).*$/\1/"';2,$d'` ;;
9564   esac
9565 fi
9566 rm -f core conftest.err conftest.$ac_objext \
9567     conftest$ac_exeext conftest.$ac_ext
9568   LIBS=$ac_check_soname_save_LIBS
9569 fi
9570 if test "x$ac_cv_lib_soname_sane" = "x"; then :
9571   { $as_echo "$as_me:${as_lineno-$LINENO}: result: not found" >&5
9572 $as_echo "not found" >&6; }
9573
9574 else
9575   { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_soname_sane" >&5
9576 $as_echo "$ac_cv_lib_soname_sane" >&6; }
9577
9578 cat >>confdefs.h <<_ACEOF
9579 #define SONAME_LIBSANE "$ac_cv_lib_soname_sane"
9580 _ACEOF
9581
9582        SANEINCL="$ac_sane_incl"
9583
9584 fi
9585 fi
9586
9587
9588     CPPFLAGS="$ac_save_CPPFLAGS"
9589 fi
9590 if test "x$ac_cv_lib_soname_sane" = "x"; then :
9591   case "x$with_sane" in
9592   x)   wine_notices="$wine_notices|libsane ${notice_platform}development files not found, scanners won't be supported." ;;
9593   xno) ;;
9594   *)   as_fn_error "libsane ${notice_platform}development files not found, scanners won't be supported.
9595 This is an error since --with-sane was requested." "$LINENO" 5 ;;
9596 esac
9597 fi
9598
9599 if test "x$with_gphoto" != "xno"
9600 then
9601     ac_save_CPPFLAGS="$CPPFLAGS"
9602     # Extract the first word of "gphoto2-config", so it can be a program name with args.
9603 set dummy gphoto2-config; ac_word=$2
9604 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
9605 $as_echo_n "checking for $ac_word... " >&6; }
9606 if test "${ac_cv_prog_gphoto2_devel+set}" = set; then :
9607   $as_echo_n "(cached) " >&6
9608 else
9609   if test -n "$gphoto2_devel"; then
9610   ac_cv_prog_gphoto2_devel="$gphoto2_devel" # Let the user override the test.
9611 else
9612 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
9613 for as_dir in $PATH
9614 do
9615   IFS=$as_save_IFS
9616   test -z "$as_dir" && as_dir=.
9617     for ac_exec_ext in '' $ac_executable_extensions; do
9618   if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
9619     ac_cv_prog_gphoto2_devel="gphoto2-config"
9620     $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
9621     break 2
9622   fi
9623 done
9624   done
9625 IFS=$as_save_IFS
9626
9627   test -z "$ac_cv_prog_gphoto2_devel" && ac_cv_prog_gphoto2_devel="no"
9628 fi
9629 fi
9630 gphoto2_devel=$ac_cv_prog_gphoto2_devel
9631 if test -n "$gphoto2_devel"; then
9632   { $as_echo "$as_me:${as_lineno-$LINENO}: result: $gphoto2_devel" >&5
9633 $as_echo "$gphoto2_devel" >&6; }
9634 else
9635   { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
9636 $as_echo "no" >&6; }
9637 fi
9638
9639
9640     # Extract the first word of "gphoto2-port-config", so it can be a program name with args.
9641 set dummy gphoto2-port-config; ac_word=$2
9642 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
9643 $as_echo_n "checking for $ac_word... " >&6; }
9644 if test "${ac_cv_prog_gphoto2port_devel+set}" = set; then :
9645   $as_echo_n "(cached) " >&6
9646 else
9647   if test -n "$gphoto2port_devel"; then
9648   ac_cv_prog_gphoto2port_devel="$gphoto2port_devel" # Let the user override the test.
9649 else
9650 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
9651 for as_dir in $PATH
9652 do
9653   IFS=$as_save_IFS
9654   test -z "$as_dir" && as_dir=.
9655     for ac_exec_ext in '' $ac_executable_extensions; do
9656   if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
9657     ac_cv_prog_gphoto2port_devel="gphoto2-port-config"
9658     $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
9659     break 2
9660   fi
9661 done
9662   done
9663 IFS=$as_save_IFS
9664
9665   test -z "$ac_cv_prog_gphoto2port_devel" && ac_cv_prog_gphoto2port_devel="no"
9666 fi
9667 fi
9668 gphoto2port_devel=$ac_cv_prog_gphoto2port_devel
9669 if test -n "$gphoto2port_devel"; then
9670   { $as_echo "$as_me:${as_lineno-$LINENO}: result: $gphoto2port_devel" >&5
9671 $as_echo "$gphoto2port_devel" >&6; }
9672 else
9673   { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
9674 $as_echo "no" >&6; }
9675 fi
9676
9677
9678     if test "$gphoto2_devel" != "no" -a "$gphoto2port_devel" != "no"
9679     then
9680         ac_gphoto2_incl="`$gphoto2_devel --cflags` `$gphoto2port_devel --cflags`"
9681         ac_gphoto2_libs=""
9682         for i in `$gphoto2_devel --libs` `$gphoto2port_devel --libs`
9683         do
9684             case "$i" in
9685             -L/usr/lib|-L/usr/lib64) ;;
9686             -L*|-l*) ac_gphoto2_libs="$ac_gphoto2_libs $i";;
9687             esac
9688         done
9689         CPPFLAGS="$CPPFLAGS $ac_gphoto2_incl"
9690     fi
9691     ac_gphoto2_libs=${ac_gphoto2_libs:-"-lgphoto2"}
9692     ac_fn_c_check_header_mongrel "$LINENO" "gphoto2-camera.h" "ac_cv_header_gphoto2_camera_h" "$ac_includes_default"
9693 if test "x$ac_cv_header_gphoto2_camera_h" = x""yes; then :
9694   { $as_echo "$as_me:${as_lineno-$LINENO}: checking for gp_camera_new in -lgphoto2" >&5
9695 $as_echo_n "checking for gp_camera_new in -lgphoto2... " >&6; }
9696 if test "${ac_cv_lib_gphoto2_gp_camera_new+set}" = set; then :
9697   $as_echo_n "(cached) " >&6
9698 else
9699   ac_check_lib_save_LIBS=$LIBS
9700 LIBS="-lgphoto2 $ac_gphoto2_libs $LIBS"
9701 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
9702 /* end confdefs.h.  */
9703
9704 /* Override any GCC internal prototype to avoid an error.
9705    Use char because int might match the return type of a GCC
9706    builtin and then its argument prototype would still apply.  */
9707 #ifdef __cplusplus
9708 extern "C"
9709 #endif
9710 char gp_camera_new ();
9711 int
9712 main ()
9713 {
9714 return gp_camera_new ();
9715   ;
9716   return 0;
9717 }
9718 _ACEOF
9719 if ac_fn_c_try_link "$LINENO"; then :
9720   ac_cv_lib_gphoto2_gp_camera_new=yes
9721 else
9722   ac_cv_lib_gphoto2_gp_camera_new=no
9723 fi
9724 rm -f core conftest.err conftest.$ac_objext \
9725     conftest$ac_exeext conftest.$ac_ext
9726 LIBS=$ac_check_lib_save_LIBS
9727 fi
9728 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_gphoto2_gp_camera_new" >&5
9729 $as_echo "$ac_cv_lib_gphoto2_gp_camera_new" >&6; }
9730 if test "x$ac_cv_lib_gphoto2_gp_camera_new" = x""yes; then :
9731
9732 $as_echo "#define HAVE_GPHOTO2 1" >>confdefs.h
9733
9734                                    GPHOTO2LIBS="$ac_gphoto2_libs"
9735
9736                                    GPHOTO2INCL="$ac_gphoto2_incl"
9737
9738 fi
9739
9740 fi
9741
9742
9743     CPPFLAGS="$ac_save_CPPFLAGS"
9744 fi
9745 if test "$ac_cv_lib_gphoto2_gp_camera_new" != "yes"; then :
9746   case "x$with_gphoto" in
9747   x)   wine_notices="$wine_notices|libgphoto2 ${notice_platform}development files not found, digital cameras won't be supported." ;;
9748   xno) ;;
9749   *)   as_fn_error "libgphoto2 ${notice_platform}development files not found, digital cameras won't be supported.
9750 This is an error since --with-gphoto was requested." "$LINENO" 5 ;;
9751 esac
9752 fi
9753
9754
9755 RESOLVLIBS=""
9756
9757 if test "$ac_cv_header_resolv_h" = "yes"
9758 then
9759     ac_save_LIBS="$LIBS"
9760     LIBS="$LIBS -lresolv"
9761     cat confdefs.h - <<_ACEOF >conftest.$ac_ext
9762 /* end confdefs.h.  */
9763 #ifdef HAVE_NETINET_IN_H
9764 #include <netinet/in.h>
9765 #endif
9766 #include <resolv.h>
9767 int
9768 main ()
9769 {
9770 res_init();
9771   ;
9772   return 0;
9773 }
9774 _ACEOF
9775 if ac_fn_c_try_link "$LINENO"; then :
9776
9777 $as_echo "#define HAVE_RESOLV 1" >>confdefs.h
9778
9779          RESOLVLIBS="-lresolv"
9780 fi
9781 rm -f core conftest.err conftest.$ac_objext \
9782     conftest$ac_exeext conftest.$ac_ext
9783     LIBS="$ac_save_LIBS"
9784 fi
9785
9786 LCMSLIBS=""
9787
9788 if test "$ac_cv_header_lcms_h" = "yes" -o "$ac_cv_header_lcms_lcms_h" = "yes"
9789 then
9790     { $as_echo "$as_me:${as_lineno-$LINENO}: checking for cmsOpenProfileFromFile in -llcms" >&5
9791 $as_echo_n "checking for cmsOpenProfileFromFile in -llcms... " >&6; }
9792 if test "${ac_cv_lib_lcms_cmsOpenProfileFromFile+set}" = set; then :
9793   $as_echo_n "(cached) " >&6
9794 else
9795   ac_check_lib_save_LIBS=$LIBS
9796 LIBS="-llcms  $LIBS"
9797 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
9798 /* end confdefs.h.  */
9799
9800 /* Override any GCC internal prototype to avoid an error.
9801    Use char because int might match the return type of a GCC
9802    builtin and then its argument prototype would still apply.  */
9803 #ifdef __cplusplus
9804 extern "C"
9805 #endif
9806 char cmsOpenProfileFromFile ();
9807 int
9808 main ()
9809 {
9810 return cmsOpenProfileFromFile ();
9811   ;
9812   return 0;
9813 }
9814 _ACEOF
9815 if ac_fn_c_try_link "$LINENO"; then :
9816   ac_cv_lib_lcms_cmsOpenProfileFromFile=yes
9817 else
9818   ac_cv_lib_lcms_cmsOpenProfileFromFile=no
9819 fi
9820 rm -f core conftest.err conftest.$ac_objext \
9821     conftest$ac_exeext conftest.$ac_ext
9822 LIBS=$ac_check_lib_save_LIBS
9823 fi
9824 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_lcms_cmsOpenProfileFromFile" >&5
9825 $as_echo "$ac_cv_lib_lcms_cmsOpenProfileFromFile" >&6; }
9826 if test "x$ac_cv_lib_lcms_cmsOpenProfileFromFile" = x""yes; then :
9827
9828 $as_echo "#define HAVE_LCMS 1" >>confdefs.h
9829
9830          LCMSLIBS="-llcms"
9831 fi
9832
9833 fi
9834 if test "$ac_cv_lib_lcms_cmsOpenProfileFromFile" != "yes"; then :
9835   case "x$with_cms" in
9836   x)   wine_notices="$wine_notices|liblcms ${notice_platform}development files not found, Color Management won't be supported." ;;
9837   xno) ;;
9838   *)   as_fn_error "liblcms ${notice_platform}development files not found, Color Management won't be supported.
9839 This is an error since --with-cms was requested." "$LINENO" 5 ;;
9840 esac
9841 fi
9842
9843 if test "x$with_freetype" != "xno"
9844 then
9845     for ac_prog in freetype-config freetype2-config
9846 do
9847   # Extract the first word of "$ac_prog", so it can be a program name with args.
9848 set dummy $ac_prog; ac_word=$2
9849 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
9850 $as_echo_n "checking for $ac_word... " >&6; }
9851 if test "${ac_cv_prog_ft_devel+set}" = set; then :
9852   $as_echo_n "(cached) " >&6
9853 else
9854   if test -n "$ft_devel"; then
9855   ac_cv_prog_ft_devel="$ft_devel" # Let the user override the test.
9856 else
9857 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
9858 for as_dir in $PATH
9859 do
9860   IFS=$as_save_IFS
9861   test -z "$as_dir" && as_dir=.
9862     for ac_exec_ext in '' $ac_executable_extensions; do
9863   if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
9864     ac_cv_prog_ft_devel="$ac_prog"
9865     $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
9866     break 2
9867   fi
9868 done
9869   done
9870 IFS=$as_save_IFS
9871
9872 fi
9873 fi
9874 ft_devel=$ac_cv_prog_ft_devel
9875 if test -n "$ft_devel"; then
9876   { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ft_devel" >&5
9877 $as_echo "$ft_devel" >&6; }
9878 else
9879   { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
9880 $as_echo "no" >&6; }
9881 fi
9882
9883
9884   test -n "$ft_devel" && break
9885 done
9886 test -n "$ft_devel" || ft_devel="no"
9887
9888     if test "$ft_devel" != "no"
9889     then
9890         ac_freetype_incl=`$ft_devel --cflags`
9891         ac_freetype_libs=`$ft_devel --libs`
9892     fi
9893     ac_freetype_libs=${ac_freetype_libs:-"-lfreetype"}
9894     { $as_echo "$as_me:${as_lineno-$LINENO}: checking for -lfreetype" >&5
9895 $as_echo_n "checking for -lfreetype... " >&6; }
9896 if test "${ac_cv_lib_soname_freetype+set}" = set; then :
9897   $as_echo_n "(cached) " >&6
9898 else
9899   ac_check_soname_save_LIBS=$LIBS
9900 LIBS="-lfreetype $ac_freetype_libs $LIBS"
9901   cat confdefs.h - <<_ACEOF >conftest.$ac_ext
9902 /* end confdefs.h.  */
9903
9904 /* Override any GCC internal prototype to avoid an error.
9905    Use char because int might match the return type of a GCC
9906    builtin and then its argument prototype would still apply.  */
9907 #ifdef __cplusplus
9908 extern "C"
9909 #endif
9910 char FT_Init_FreeType ();
9911 int
9912 main ()
9913 {
9914 return FT_Init_FreeType ();
9915   ;
9916   return 0;
9917 }
9918 _ACEOF
9919 if ac_fn_c_try_link "$LINENO"; then :
9920   case "$LIBEXT" in
9921     dll) ;;
9922     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'` ;;
9923     *) ac_cv_lib_soname_freetype=`$ac_cv_path_LDD conftest$ac_exeext | grep "libfreetype\\.$LIBEXT" | sed -e "s/^.*\(libfreetype\.$LIBEXT[^      ]*\).*$/\1/"';2,$d'` ;;
9924   esac
9925 fi
9926 rm -f core conftest.err conftest.$ac_objext \
9927     conftest$ac_exeext conftest.$ac_ext
9928   LIBS=$ac_check_soname_save_LIBS
9929 fi
9930 if test "x$ac_cv_lib_soname_freetype" = "x"; then :
9931   { $as_echo "$as_me:${as_lineno-$LINENO}: result: not found" >&5
9932 $as_echo "not found" >&6; }
9933        ft_lib=no
9934 else
9935   { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_soname_freetype" >&5
9936 $as_echo "$ac_cv_lib_soname_freetype" >&6; }
9937
9938 cat >>confdefs.h <<_ACEOF
9939 #define SONAME_LIBFREETYPE "$ac_cv_lib_soname_freetype"
9940 _ACEOF
9941
9942        ft_lib=yes
9943 fi
9944     if test "$ft_lib" = "yes"
9945     then
9946         ac_save_CPPFLAGS="$CPPFLAGS"
9947         CPPFLAGS="$ac_freetype_incl $CPPFLAGS"
9948         for ac_header in ft2build.h \
9949                          freetype/freetype.h \
9950                          freetype/ftglyph.h \
9951                          freetype/fttypes.h \
9952                          freetype/tttables.h \
9953                          freetype/ftsnames.h \
9954                          freetype/ttnameid.h \
9955                          freetype/ftoutln.h \
9956                          freetype/ftwinfnt.h \
9957                          freetype/ftmodapi.h \
9958                          freetype/ftlcdfil.h \
9959                          freetype/internal/sfnt.h
9960 do :
9961   as_ac_Header=`$as_echo "ac_cv_header_$ac_header" | $as_tr_sh`
9962 ac_fn_c_check_header_compile "$LINENO" "$ac_header" "$as_ac_Header" "#ifdef HAVE_FT2BUILD_H
9963                           # include <ft2build.h>
9964                           #endif
9965 "
9966 eval as_val=\$$as_ac_Header
9967    if test "x$as_val" = x""yes; then :
9968   cat >>confdefs.h <<_ACEOF
9969 #define `$as_echo "HAVE_$ac_header" | $as_tr_cpp` 1
9970 _ACEOF
9971
9972 fi
9973
9974 done
9975
9976         cat confdefs.h - <<_ACEOF >conftest.$ac_ext
9977 /* end confdefs.h.  */
9978 #include <ft2build.h>
9979                     #include <freetype/fttrigon.h>
9980 _ACEOF
9981 if ac_fn_c_try_cpp "$LINENO"; then :
9982
9983 $as_echo "#define HAVE_FREETYPE_FTTRIGON_H 1" >>confdefs.h
9984
9985                     wine_cv_fttrigon=yes
9986 else
9987   wine_cv_fttrigon=no
9988 fi
9989 rm -f conftest.err conftest.$ac_ext
9990         ac_fn_c_check_type "$LINENO" "FT_TrueTypeEngineType" "ac_cv_type_FT_TrueTypeEngineType" "#include <freetype/ftmodapi.h>
9991 "
9992 if test "x$ac_cv_type_FT_TrueTypeEngineType" = x""yes; then :
9993
9994 cat >>confdefs.h <<_ACEOF
9995 #define HAVE_FT_TRUETYPEENGINETYPE 1
9996 _ACEOF
9997
9998
9999 fi
10000
10001         ac_save_CFLAGS="$CFLAGS"
10002         CFLAGS="$CFLAGS $ac_freetype_libs"
10003         for ac_func in FT_Load_Sfnt_Table
10004 do :
10005   ac_fn_c_check_func "$LINENO" "FT_Load_Sfnt_Table" "ac_cv_func_FT_Load_Sfnt_Table"
10006 if test "x$ac_cv_func_FT_Load_Sfnt_Table" = x""yes; then :
10007   cat >>confdefs.h <<_ACEOF
10008 #define HAVE_FT_LOAD_SFNT_TABLE 1
10009 _ACEOF
10010
10011 fi
10012 done
10013
10014         CFLAGS="$ac_save_CFLAGS"
10015         CPPFLAGS="$ac_save_CPPFLAGS"
10016                 if test "$ac_cv_header_freetype_freetype_h" = "yes" -a "$wine_cv_fttrigon" = "yes"
10017         then
10018
10019 $as_echo "#define HAVE_FREETYPE 1" >>confdefs.h
10020
10021             FREETYPELIBS="$ac_freetype_libs"
10022
10023             FREETYPEINCL="$ac_freetype_incl"
10024
10025         fi
10026     fi
10027 fi
10028 if test "x$FREETYPELIBS" = "x"; then :
10029   case "x$with_freetype" in
10030   xno) ;;
10031   *)   as_fn_error "FreeType ${notice_platform}development files not found. Fonts will not be built.
10032 Use the --without-freetype option if you really want this." "$LINENO" 5 ;;
10033 esac
10034 fi
10035 test "x$FREETYPELIBS" = "x" && enable_fonts=${enable_fonts:-no}
10036
10037 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for parport header/ppdev.h" >&5
10038 $as_echo_n "checking for parport header/ppdev.h... " >&6; }
10039 if test "${ac_cv_c_ppdev+set}" = set; then :
10040   $as_echo_n "(cached) " >&6
10041 else
10042   cat confdefs.h - <<_ACEOF >conftest.$ac_ext
10043 /* end confdefs.h.  */
10044 #include <linux/ppdev.h>
10045 int
10046 main ()
10047 {
10048 ioctl (1,PPCLAIM,0)
10049   ;
10050   return 0;
10051 }
10052 _ACEOF
10053 if ac_fn_c_try_compile "$LINENO"; then :
10054   ac_cv_c_ppdev="yes"
10055 else
10056   ac_cv_c_ppdev="no"
10057 fi
10058 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
10059 fi
10060 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_c_ppdev" >&5
10061 $as_echo "$ac_cv_c_ppdev" >&6; }
10062 if test "$ac_cv_c_ppdev" = "yes"
10063 then
10064
10065 $as_echo "#define HAVE_PPDEV 1" >>confdefs.h
10066
10067 fi
10068
10069 ac_wine_check_funcs_save_LIBS="$LIBS"
10070 LIBS="$LIBS $LIBPTHREAD"
10071 for ac_func in \
10072         pthread_attr_get_np \
10073         pthread_getattr_np \
10074         pthread_get_stackaddr_np \
10075         pthread_get_stacksize_np
10076 do :
10077   as_ac_var=`$as_echo "ac_cv_func_$ac_func" | $as_tr_sh`
10078 ac_fn_c_check_func "$LINENO" "$ac_func" "$as_ac_var"
10079 eval as_val=\$$as_ac_var
10080    if test "x$as_val" = x""yes; then :
10081   cat >>confdefs.h <<_ACEOF
10082 #define `$as_echo "HAVE_$ac_func" | $as_tr_cpp` 1
10083 _ACEOF
10084
10085 fi
10086 done
10087
10088 LIBS="$ac_wine_check_funcs_save_LIBS"
10089
10090 if test "$ac_cv_header_zlib_h" = "yes"
10091 then
10092     { $as_echo "$as_me:${as_lineno-$LINENO}: checking for inflate in -lz" >&5
10093 $as_echo_n "checking for inflate in -lz... " >&6; }
10094 if test "${ac_cv_lib_z_inflate+set}" = set; then :
10095   $as_echo_n "(cached) " >&6
10096 else
10097   ac_check_lib_save_LIBS=$LIBS
10098 LIBS="-lz  $LIBS"
10099 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
10100 /* end confdefs.h.  */
10101
10102 /* Override any GCC internal prototype to avoid an error.
10103    Use char because int might match the return type of a GCC
10104    builtin and then its argument prototype would still apply.  */
10105 #ifdef __cplusplus
10106 extern "C"
10107 #endif
10108 char inflate ();
10109 int
10110 main ()
10111 {
10112 return inflate ();
10113   ;
10114   return 0;
10115 }
10116 _ACEOF
10117 if ac_fn_c_try_link "$LINENO"; then :
10118   ac_cv_lib_z_inflate=yes
10119 else
10120   ac_cv_lib_z_inflate=no
10121 fi
10122 rm -f core conftest.err conftest.$ac_objext \
10123     conftest$ac_exeext conftest.$ac_ext
10124 LIBS=$ac_check_lib_save_LIBS
10125 fi
10126 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_z_inflate" >&5
10127 $as_echo "$ac_cv_lib_z_inflate" >&6; }
10128 if test "x$ac_cv_lib_z_inflate" = x""yes; then :
10129
10130 $as_echo "#define HAVE_ZLIB 1" >>confdefs.h
10131
10132                             ZLIB="-lz"
10133
10134 fi
10135
10136 fi
10137
10138 if test "x$with_esd" != xno
10139 then
10140     save_CFLAGS="$CFLAGS"
10141     # Extract the first word of "esd-config", so it can be a program name with args.
10142 set dummy esd-config; ac_word=$2
10143 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
10144 $as_echo_n "checking for $ac_word... " >&6; }
10145 if test "${ac_cv_path_ESDCONFIG+set}" = set; then :
10146   $as_echo_n "(cached) " >&6
10147 else
10148   case $ESDCONFIG in
10149   [\\/]* | ?:[\\/]*)
10150   ac_cv_path_ESDCONFIG="$ESDCONFIG" # Let the user override the test with a path.
10151   ;;
10152   *)
10153   as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
10154 for as_dir in $PATH
10155 do
10156   IFS=$as_save_IFS
10157   test -z "$as_dir" && as_dir=.
10158     for ac_exec_ext in '' $ac_executable_extensions; do
10159   if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
10160     ac_cv_path_ESDCONFIG="$as_dir/$ac_word$ac_exec_ext"
10161     $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
10162     break 2
10163   fi
10164 done
10165   done
10166 IFS=$as_save_IFS
10167
10168   test -z "$ac_cv_path_ESDCONFIG" && ac_cv_path_ESDCONFIG="no"
10169   ;;
10170 esac
10171 fi
10172 ESDCONFIG=$ac_cv_path_ESDCONFIG
10173 if test -n "$ESDCONFIG"; then
10174   { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ESDCONFIG" >&5
10175 $as_echo "$ESDCONFIG" >&6; }
10176 else
10177   { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
10178 $as_echo "no" >&6; }
10179 fi
10180
10181
10182     if test "x$ESDCONFIG" != "xno"
10183     then
10184         ac_esd_incl=""
10185         for i in `$ESDCONFIG --cflags`
10186         do
10187             case "$i" in
10188                 -I*) ac_esd_incl="$ac_esd_incl $i";;
10189             esac
10190         done
10191         ac_esd_libs=`$ESDCONFIG --libs`
10192         CFLAGS="$CFLAGS $ac_esd_incl"
10193     fi
10194     ac_esd_libs=${ac_esd_libs:-"-lesd"}
10195     ac_fn_c_check_header_mongrel "$LINENO" "esd.h" "ac_cv_header_esd_h" "$ac_includes_default"
10196 if test "x$ac_cv_header_esd_h" = x""yes; then :
10197   { $as_echo "$as_me:${as_lineno-$LINENO}: checking for esd_open_sound in -lesd" >&5
10198 $as_echo_n "checking for esd_open_sound in -lesd... " >&6; }
10199 if test "${ac_cv_lib_esd_esd_open_sound+set}" = set; then :
10200   $as_echo_n "(cached) " >&6
10201 else
10202   ac_check_lib_save_LIBS=$LIBS
10203 LIBS="-lesd $ac_esd_libs $LIBS"
10204 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
10205 /* end confdefs.h.  */
10206
10207 /* Override any GCC internal prototype to avoid an error.
10208    Use char because int might match the return type of a GCC
10209    builtin and then its argument prototype would still apply.  */
10210 #ifdef __cplusplus
10211 extern "C"
10212 #endif
10213 char esd_open_sound ();
10214 int
10215 main ()
10216 {
10217 return esd_open_sound ();
10218   ;
10219   return 0;
10220 }
10221 _ACEOF
10222 if ac_fn_c_try_link "$LINENO"; then :
10223   ac_cv_lib_esd_esd_open_sound=yes
10224 else
10225   ac_cv_lib_esd_esd_open_sound=no
10226 fi
10227 rm -f core conftest.err conftest.$ac_objext \
10228     conftest$ac_exeext conftest.$ac_ext
10229 LIBS=$ac_check_lib_save_LIBS
10230 fi
10231 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_esd_esd_open_sound" >&5
10232 $as_echo "$ac_cv_lib_esd_esd_open_sound" >&6; }
10233 if test "x$ac_cv_lib_esd_esd_open_sound" = x""yes; then :
10234   ESDINCL="$ac_esd_incl"
10235
10236              ESDLIBS="$ac_esd_libs"
10237
10238
10239 $as_echo "#define HAVE_ESD 1" >>confdefs.h
10240
10241 fi
10242
10243 fi
10244
10245
10246     CFLAGS="$save_CFLAGS"
10247 fi
10248
10249 ALSALIBS=""
10250
10251 if test "$ac_cv_header_sys_asoundlib_h" = "yes" -o "$ac_cv_header_alsa_asoundlib_h" = "yes"
10252 then
10253     { $as_echo "$as_me:${as_lineno-$LINENO}: checking for snd_pcm_hw_params_get_access in -lasound" >&5
10254 $as_echo_n "checking for snd_pcm_hw_params_get_access in -lasound... " >&6; }
10255 if test "${ac_cv_lib_asound_snd_pcm_hw_params_get_access+set}" = set; then :
10256   $as_echo_n "(cached) " >&6
10257 else
10258   ac_check_lib_save_LIBS=$LIBS
10259 LIBS="-lasound  $LIBS"
10260 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
10261 /* end confdefs.h.  */
10262
10263 /* Override any GCC internal prototype to avoid an error.
10264    Use char because int might match the return type of a GCC
10265    builtin and then its argument prototype would still apply.  */
10266 #ifdef __cplusplus
10267 extern "C"
10268 #endif
10269 char snd_pcm_hw_params_get_access ();
10270 int
10271 main ()
10272 {
10273 return snd_pcm_hw_params_get_access ();
10274   ;
10275   return 0;
10276 }
10277 _ACEOF
10278 if ac_fn_c_try_link "$LINENO"; then :
10279   ac_cv_lib_asound_snd_pcm_hw_params_get_access=yes
10280 else
10281   ac_cv_lib_asound_snd_pcm_hw_params_get_access=no
10282 fi
10283 rm -f core conftest.err conftest.$ac_objext \
10284     conftest$ac_exeext conftest.$ac_ext
10285 LIBS=$ac_check_lib_save_LIBS
10286 fi
10287 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_asound_snd_pcm_hw_params_get_access" >&5
10288 $as_echo "$ac_cv_lib_asound_snd_pcm_hw_params_get_access" >&6; }
10289 if test "x$ac_cv_lib_asound_snd_pcm_hw_params_get_access" = x""yes; then :
10290   cat confdefs.h - <<_ACEOF >conftest.$ac_ext
10291 /* end confdefs.h.  */
10292 #ifdef HAVE_ALSA_ASOUNDLIB_H
10293 #include <alsa/asoundlib.h>
10294 #elif defined(HAVE_SYS_ASOUNDLIB_H)
10295 #include <sys/asoundlib.h>
10296 #endif
10297 int
10298 main ()
10299 {
10300 int ret = snd_pcm_hw_params_get_access(NULL, NULL)
10301   ;
10302   return 0;
10303 }
10304 _ACEOF
10305 if ac_fn_c_try_compile "$LINENO"; then :
10306
10307 $as_echo "#define HAVE_ALSA 1" >>confdefs.h
10308
10309                          ALSALIBS="-lasound"
10310 fi
10311 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
10312 fi
10313
10314 fi
10315
10316 AUDIOIOLIBS=""
10317
10318 if test "$ac_cv_header_libaudioio_h" = "yes"
10319 then
10320     { $as_echo "$as_me:${as_lineno-$LINENO}: checking for AudioIOGetVersion in -laudioio" >&5
10321 $as_echo_n "checking for AudioIOGetVersion in -laudioio... " >&6; }
10322 if test "${ac_cv_lib_audioio_AudioIOGetVersion+set}" = set; then :
10323   $as_echo_n "(cached) " >&6
10324 else
10325   ac_check_lib_save_LIBS=$LIBS
10326 LIBS="-laudioio  $LIBS"
10327 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
10328 /* end confdefs.h.  */
10329
10330 /* Override any GCC internal prototype to avoid an error.
10331    Use char because int might match the return type of a GCC
10332    builtin and then its argument prototype would still apply.  */
10333 #ifdef __cplusplus
10334 extern "C"
10335 #endif
10336 char AudioIOGetVersion ();
10337 int
10338 main ()
10339 {
10340 return AudioIOGetVersion ();
10341   ;
10342   return 0;
10343 }
10344 _ACEOF
10345 if ac_fn_c_try_link "$LINENO"; then :
10346   ac_cv_lib_audioio_AudioIOGetVersion=yes
10347 else
10348   ac_cv_lib_audioio_AudioIOGetVersion=no
10349 fi
10350 rm -f core conftest.err conftest.$ac_objext \
10351     conftest$ac_exeext conftest.$ac_ext
10352 LIBS=$ac_check_lib_save_LIBS
10353 fi
10354 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_audioio_AudioIOGetVersion" >&5
10355 $as_echo "$ac_cv_lib_audioio_AudioIOGetVersion" >&6; }
10356 if test "x$ac_cv_lib_audioio_AudioIOGetVersion" = x""yes; then :
10357   AUDIOIOLIBS="-laudioio"
10358
10359 $as_echo "#define HAVE_LIBAUDIOIO 1" >>confdefs.h
10360
10361 fi
10362
10363 fi
10364
10365
10366 if test "$ac_cv_header_capi20_h" = "yes" -a "$ac_cv_header_linux_capi_h" = "yes"
10367 then
10368     { $as_echo "$as_me:${as_lineno-$LINENO}: checking for -lcapi20" >&5
10369 $as_echo_n "checking for -lcapi20... " >&6; }
10370 if test "${ac_cv_lib_soname_capi20+set}" = set; then :
10371   $as_echo_n "(cached) " >&6
10372 else
10373   ac_check_soname_save_LIBS=$LIBS
10374 LIBS="-lcapi20  $LIBS"
10375   cat confdefs.h - <<_ACEOF >conftest.$ac_ext
10376 /* end confdefs.h.  */
10377
10378 /* Override any GCC internal prototype to avoid an error.
10379    Use char because int might match the return type of a GCC
10380    builtin and then its argument prototype would still apply.  */
10381 #ifdef __cplusplus
10382 extern "C"
10383 #endif
10384 char capi20_register ();
10385 int
10386 main ()
10387 {
10388 return capi20_register ();
10389   ;
10390   return 0;
10391 }
10392 _ACEOF
10393 if ac_fn_c_try_link "$LINENO"; then :
10394   case "$LIBEXT" in
10395     dll) ;;
10396     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'` ;;
10397     *) ac_cv_lib_soname_capi20=`$ac_cv_path_LDD conftest$ac_exeext | grep "libcapi20\\.$LIBEXT" | sed -e "s/^.*\(libcapi20\.$LIBEXT[^    ]*\).*$/\1/"';2,$d'` ;;
10398   esac
10399 fi
10400 rm -f core conftest.err conftest.$ac_objext \
10401     conftest$ac_exeext conftest.$ac_ext
10402   LIBS=$ac_check_soname_save_LIBS
10403 fi
10404 if test "x$ac_cv_lib_soname_capi20" = "x"; then :
10405   { $as_echo "$as_me:${as_lineno-$LINENO}: result: not found" >&5
10406 $as_echo "not found" >&6; }
10407
10408 else
10409   { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_soname_capi20" >&5
10410 $as_echo "$ac_cv_lib_soname_capi20" >&6; }
10411
10412 cat >>confdefs.h <<_ACEOF
10413 #define SONAME_LIBCAPI20 "$ac_cv_lib_soname_capi20"
10414 _ACEOF
10415
10416
10417 fi
10418 fi
10419 if test "x$ac_cv_lib_soname_capi20" = "x"; then :
10420   case "x$with_capi" in
10421   x)   wine_notices="$wine_notices|libcapi20 ${notice_platform}development files not found, ISDN won't be supported." ;;
10422   xno) ;;
10423   *)   as_fn_error "libcapi20 ${notice_platform}development files not found, ISDN won't be supported.
10424 This is an error since --with-capi was requested." "$LINENO" 5 ;;
10425 esac
10426 fi
10427
10428 CUPSINCL=""
10429
10430 if test "x$with_cups" != "xno"
10431 then
10432     ac_save_CPPFLAGS="$CPPFLAGS"
10433     ac_cups_cflags=`cups-config --cflags 2>/dev/null`
10434     ac_cups_libs=`cups-config --ldflags 2>/dev/null`
10435     CPPFLAGS="$CPPFLAGS $ac_cups_cflags"
10436     for ac_header in cups/cups.h
10437 do :
10438   ac_fn_c_check_header_mongrel "$LINENO" "cups/cups.h" "ac_cv_header_cups_cups_h" "$ac_includes_default"
10439 if test "x$ac_cv_header_cups_cups_h" = x""yes; then :
10440   cat >>confdefs.h <<_ACEOF
10441 #define HAVE_CUPS_CUPS_H 1
10442 _ACEOF
10443  { $as_echo "$as_me:${as_lineno-$LINENO}: checking for -lcups" >&5
10444 $as_echo_n "checking for -lcups... " >&6; }
10445 if test "${ac_cv_lib_soname_cups+set}" = set; then :
10446   $as_echo_n "(cached) " >&6
10447 else
10448   ac_check_soname_save_LIBS=$LIBS
10449 LIBS="-lcups $ac_cups_libs $LIBS"
10450   cat confdefs.h - <<_ACEOF >conftest.$ac_ext
10451 /* end confdefs.h.  */
10452
10453 /* Override any GCC internal prototype to avoid an error.
10454    Use char because int might match the return type of a GCC
10455    builtin and then its argument prototype would still apply.  */
10456 #ifdef __cplusplus
10457 extern "C"
10458 #endif
10459 char cupsGetDefault ();
10460 int
10461 main ()
10462 {
10463 return cupsGetDefault ();
10464   ;
10465   return 0;
10466 }
10467 _ACEOF
10468 if ac_fn_c_try_link "$LINENO"; then :
10469   case "$LIBEXT" in
10470     dll) ;;
10471     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'` ;;
10472     *) ac_cv_lib_soname_cups=`$ac_cv_path_LDD conftest$ac_exeext | grep "libcups\\.$LIBEXT" | sed -e "s/^.*\(libcups\.$LIBEXT[^  ]*\).*$/\1/"';2,$d'` ;;
10473   esac
10474 fi
10475 rm -f core conftest.err conftest.$ac_objext \
10476     conftest$ac_exeext conftest.$ac_ext
10477   LIBS=$ac_check_soname_save_LIBS
10478 fi
10479 if test "x$ac_cv_lib_soname_cups" = "x"; then :
10480   { $as_echo "$as_me:${as_lineno-$LINENO}: result: not found" >&5
10481 $as_echo "not found" >&6; }
10482
10483 else
10484   { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_soname_cups" >&5
10485 $as_echo "$ac_cv_lib_soname_cups" >&6; }
10486
10487 cat >>confdefs.h <<_ACEOF
10488 #define SONAME_LIBCUPS "$ac_cv_lib_soname_cups"
10489 _ACEOF
10490
10491        CUPSINCL="$ac_cups_cflags"
10492 fi
10493 fi
10494
10495 done
10496
10497     CPPFLAGS="$ac_save_CPPFLAGS"
10498 fi
10499 if test "x$ac_cv_lib_soname_cups" = "x"; then :
10500   case "x$with_cups" in
10501   x)   wine_notices="$wine_notices|libcups ${notice_platform}development files not found, CUPS won't be supported." ;;
10502   xno) ;;
10503   *)   as_fn_error "libcups ${notice_platform}development files not found, CUPS won't be supported.
10504 This is an error since --with-cups was requested." "$LINENO" 5 ;;
10505 esac
10506 fi
10507
10508 if test "$ac_cv_header_jack_jack_h" = "yes"
10509 then
10510     { $as_echo "$as_me:${as_lineno-$LINENO}: checking for -ljack" >&5
10511 $as_echo_n "checking for -ljack... " >&6; }
10512 if test "${ac_cv_lib_soname_jack+set}" = set; then :
10513   $as_echo_n "(cached) " >&6
10514 else
10515   ac_check_soname_save_LIBS=$LIBS
10516 LIBS="-ljack  $LIBS"
10517   cat confdefs.h - <<_ACEOF >conftest.$ac_ext
10518 /* end confdefs.h.  */
10519
10520 /* Override any GCC internal prototype to avoid an error.
10521    Use char because int might match the return type of a GCC
10522    builtin and then its argument prototype would still apply.  */
10523 #ifdef __cplusplus
10524 extern "C"
10525 #endif
10526 char jack_client_new ();
10527 int
10528 main ()
10529 {
10530 return jack_client_new ();
10531   ;
10532   return 0;
10533 }
10534 _ACEOF
10535 if ac_fn_c_try_link "$LINENO"; then :
10536   case "$LIBEXT" in
10537     dll) ;;
10538     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'` ;;
10539     *) 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'` ;;
10540   esac
10541 fi
10542 rm -f core conftest.err conftest.$ac_objext \
10543     conftest$ac_exeext conftest.$ac_ext
10544   LIBS=$ac_check_soname_save_LIBS
10545 fi
10546 if test "x$ac_cv_lib_soname_jack" = "x"; then :
10547   { $as_echo "$as_me:${as_lineno-$LINENO}: result: not found" >&5
10548 $as_echo "not found" >&6; }
10549
10550 else
10551   { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_soname_jack" >&5
10552 $as_echo "$ac_cv_lib_soname_jack" >&6; }
10553
10554 cat >>confdefs.h <<_ACEOF
10555 #define SONAME_LIBJACK "$ac_cv_lib_soname_jack"
10556 _ACEOF
10557
10558
10559 fi
10560 fi
10561
10562 if test "$ac_cv_header_fontconfig_fontconfig_h" = "yes"
10563 then
10564     { $as_echo "$as_me:${as_lineno-$LINENO}: checking for -lfontconfig" >&5
10565 $as_echo_n "checking for -lfontconfig... " >&6; }
10566 if test "${ac_cv_lib_soname_fontconfig+set}" = set; then :
10567   $as_echo_n "(cached) " >&6
10568 else
10569   ac_check_soname_save_LIBS=$LIBS
10570 LIBS="-lfontconfig  $LIBS"
10571   cat confdefs.h - <<_ACEOF >conftest.$ac_ext
10572 /* end confdefs.h.  */
10573
10574 /* Override any GCC internal prototype to avoid an error.
10575    Use char because int might match the return type of a GCC
10576    builtin and then its argument prototype would still apply.  */
10577 #ifdef __cplusplus
10578 extern "C"
10579 #endif
10580 char FcInit ();
10581 int
10582 main ()
10583 {
10584 return FcInit ();
10585   ;
10586   return 0;
10587 }
10588 _ACEOF
10589 if ac_fn_c_try_link "$LINENO"; then :
10590   case "$LIBEXT" in
10591     dll) ;;
10592     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'` ;;
10593     *) ac_cv_lib_soname_fontconfig=`$ac_cv_path_LDD conftest$ac_exeext | grep "libfontconfig\\.$LIBEXT" | sed -e "s/^.*\(libfontconfig\.$LIBEXT[^        ]*\).*$/\1/"';2,$d'` ;;
10594   esac
10595 fi
10596 rm -f core conftest.err conftest.$ac_objext \
10597     conftest$ac_exeext conftest.$ac_ext
10598   LIBS=$ac_check_soname_save_LIBS
10599 fi
10600 if test "x$ac_cv_lib_soname_fontconfig" = "x"; then :
10601   { $as_echo "$as_me:${as_lineno-$LINENO}: result: not found" >&5
10602 $as_echo "not found" >&6; }
10603
10604 else
10605   { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_soname_fontconfig" >&5
10606 $as_echo "$ac_cv_lib_soname_fontconfig" >&6; }
10607
10608 cat >>confdefs.h <<_ACEOF
10609 #define SONAME_LIBFONTCONFIG "$ac_cv_lib_soname_fontconfig"
10610 _ACEOF
10611
10612
10613 fi
10614 elif test -n "$X_CFLAGS" -a "x$with_fontconfig" != "xno"
10615 then
10616         ac_save_CPPFLAGS="$CPPFLAGS"
10617     CPPFLAGS="$CPPFLAGS $X_CFLAGS"
10618     $as_unset ac_cv_header_fontconfig_fontconfig_h
10619     for ac_header in fontconfig/fontconfig.h
10620 do :
10621   ac_fn_c_check_header_mongrel "$LINENO" "fontconfig/fontconfig.h" "ac_cv_header_fontconfig_fontconfig_h" "$ac_includes_default"
10622 if test "x$ac_cv_header_fontconfig_fontconfig_h" = x""yes; then :
10623   cat >>confdefs.h <<_ACEOF
10624 #define HAVE_FONTCONFIG_FONTCONFIG_H 1
10625 _ACEOF
10626
10627 fi
10628
10629 done
10630
10631     CPPFLAGS="$ac_save_CPPFLAGS"
10632     if test "$ac_cv_header_fontconfig_fontconfig_h" = "yes"
10633     then
10634         FONTCONFIGINCL="$X_CFLAGS"
10635
10636         { $as_echo "$as_me:${as_lineno-$LINENO}: checking for -lfontconfig" >&5
10637 $as_echo_n "checking for -lfontconfig... " >&6; }
10638 if test "${ac_cv_lib_soname_fontconfig+set}" = set; then :
10639   $as_echo_n "(cached) " >&6
10640 else
10641   ac_check_soname_save_LIBS=$LIBS
10642 LIBS="-lfontconfig $X_LIBS $LIBS"
10643   cat confdefs.h - <<_ACEOF >conftest.$ac_ext
10644 /* end confdefs.h.  */
10645
10646 /* Override any GCC internal prototype to avoid an error.
10647    Use char because int might match the return type of a GCC
10648    builtin and then its argument prototype would still apply.  */
10649 #ifdef __cplusplus
10650 extern "C"
10651 #endif
10652 char FcInit ();
10653 int
10654 main ()
10655 {
10656 return FcInit ();
10657   ;
10658   return 0;
10659 }
10660 _ACEOF
10661 if ac_fn_c_try_link "$LINENO"; then :
10662   case "$LIBEXT" in
10663     dll) ;;
10664     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'` ;;
10665     *) ac_cv_lib_soname_fontconfig=`$ac_cv_path_LDD conftest$ac_exeext | grep "libfontconfig\\.$LIBEXT" | sed -e "s/^.*\(libfontconfig\.$LIBEXT[^        ]*\).*$/\1/"';2,$d'` ;;
10666   esac
10667 fi
10668 rm -f core conftest.err conftest.$ac_objext \
10669     conftest$ac_exeext conftest.$ac_ext
10670   LIBS=$ac_check_soname_save_LIBS
10671 fi
10672 if test "x$ac_cv_lib_soname_fontconfig" = "x"; then :
10673   { $as_echo "$as_me:${as_lineno-$LINENO}: result: not found" >&5
10674 $as_echo "not found" >&6; }
10675
10676 else
10677   { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_soname_fontconfig" >&5
10678 $as_echo "$ac_cv_lib_soname_fontconfig" >&6; }
10679
10680 cat >>confdefs.h <<_ACEOF
10681 #define SONAME_LIBFONTCONFIG "$ac_cv_lib_soname_fontconfig"
10682 _ACEOF
10683
10684
10685 fi
10686     fi
10687 fi
10688 if test "x$ac_cv_lib_soname_fontconfig" = "x"; then :
10689   case "x$with_fontconfig" in
10690   x)   wine_notices="$wine_notices|fontconfig ${notice_platform}development files not found, fontconfig won't be supported." ;;
10691   xno) ;;
10692   *)   as_fn_error "fontconfig ${notice_platform}development files not found, fontconfig won't be supported.
10693 This is an error since --with-fontconfig was requested." "$LINENO" 5 ;;
10694 esac
10695 fi
10696
10697 if test "$ac_cv_header_openssl_err_h" = "yes" -a "$ac_cv_header_openssl_ssl_h" = "yes"
10698 then
10699     { $as_echo "$as_me:${as_lineno-$LINENO}: checking for -lssl" >&5
10700 $as_echo_n "checking for -lssl... " >&6; }
10701 if test "${ac_cv_lib_soname_ssl+set}" = set; then :
10702   $as_echo_n "(cached) " >&6
10703 else
10704   ac_check_soname_save_LIBS=$LIBS
10705 LIBS="-lssl  $LIBS"
10706   cat confdefs.h - <<_ACEOF >conftest.$ac_ext
10707 /* end confdefs.h.  */
10708
10709 /* Override any GCC internal prototype to avoid an error.
10710    Use char because int might match the return type of a GCC
10711    builtin and then its argument prototype would still apply.  */
10712 #ifdef __cplusplus
10713 extern "C"
10714 #endif
10715 char SSL_library_init ();
10716 int
10717 main ()
10718 {
10719 return SSL_library_init ();
10720   ;
10721   return 0;
10722 }
10723 _ACEOF
10724 if ac_fn_c_try_link "$LINENO"; then :
10725   case "$LIBEXT" in
10726     dll) ;;
10727     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'` ;;
10728     *) ac_cv_lib_soname_ssl=`$ac_cv_path_LDD conftest$ac_exeext | grep "libssl\\.$LIBEXT" | sed -e "s/^.*\(libssl\.$LIBEXT[^     ]*\).*$/\1/"';2,$d'` ;;
10729   esac
10730 fi
10731 rm -f core conftest.err conftest.$ac_objext \
10732     conftest$ac_exeext conftest.$ac_ext
10733   LIBS=$ac_check_soname_save_LIBS
10734 fi
10735 if test "x$ac_cv_lib_soname_ssl" = "x"; then :
10736   { $as_echo "$as_me:${as_lineno-$LINENO}: result: not found" >&5
10737 $as_echo "not found" >&6; }
10738
10739 else
10740   { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_soname_ssl" >&5
10741 $as_echo "$ac_cv_lib_soname_ssl" >&6; }
10742
10743 cat >>confdefs.h <<_ACEOF
10744 #define SONAME_LIBSSL "$ac_cv_lib_soname_ssl"
10745 _ACEOF
10746
10747
10748 fi
10749     { $as_echo "$as_me:${as_lineno-$LINENO}: checking for -lcrypto" >&5
10750 $as_echo_n "checking for -lcrypto... " >&6; }
10751 if test "${ac_cv_lib_soname_crypto+set}" = set; then :
10752   $as_echo_n "(cached) " >&6
10753 else
10754   ac_check_soname_save_LIBS=$LIBS
10755 LIBS="-lcrypto  $LIBS"
10756   cat confdefs.h - <<_ACEOF >conftest.$ac_ext
10757 /* end confdefs.h.  */
10758
10759 /* Override any GCC internal prototype to avoid an error.
10760    Use char because int might match the return type of a GCC
10761    builtin and then its argument prototype would still apply.  */
10762 #ifdef __cplusplus
10763 extern "C"
10764 #endif
10765 char BIO_new_socket ();
10766 int
10767 main ()
10768 {
10769 return BIO_new_socket ();
10770   ;
10771   return 0;
10772 }
10773 _ACEOF
10774 if ac_fn_c_try_link "$LINENO"; then :
10775   case "$LIBEXT" in
10776     dll) ;;
10777     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'` ;;
10778     *) ac_cv_lib_soname_crypto=`$ac_cv_path_LDD conftest$ac_exeext | grep "libcrypto\\.$LIBEXT" | sed -e "s/^.*\(libcrypto\.$LIBEXT[^    ]*\).*$/\1/"';2,$d'` ;;
10779   esac
10780 fi
10781 rm -f core conftest.err conftest.$ac_objext \
10782     conftest$ac_exeext conftest.$ac_ext
10783   LIBS=$ac_check_soname_save_LIBS
10784 fi
10785 if test "x$ac_cv_lib_soname_crypto" = "x"; then :
10786   { $as_echo "$as_me:${as_lineno-$LINENO}: result: not found" >&5
10787 $as_echo "not found" >&6; }
10788
10789 else
10790   { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_soname_crypto" >&5
10791 $as_echo "$ac_cv_lib_soname_crypto" >&6; }
10792
10793 cat >>confdefs.h <<_ACEOF
10794 #define SONAME_LIBCRYPTO "$ac_cv_lib_soname_crypto"
10795 _ACEOF
10796
10797
10798 fi
10799 fi
10800 if test "x$ac_cv_lib_soname_ssl" = "x" -o "x$ac_cv_lib_soname_crypto" = "x"; then :
10801   case "x$with_openssl" in
10802   x)   wine_warnings="$wine_warnings|OpenSSL ${notice_platform}development files not found, SSL won't be supported." ;;
10803   xno) ;;
10804   *)   as_fn_error "OpenSSL ${notice_platform}development files not found, SSL won't be supported.
10805 This is an error since --with-openssl was requested." "$LINENO" 5 ;;
10806 esac
10807 fi
10808
10809 if test "$ac_cv_header_gsm_h" = "yes" -o "$ac_cv_header_gsm_gsm_h" = "yes"
10810 then
10811     { $as_echo "$as_me:${as_lineno-$LINENO}: checking for -lgsm" >&5
10812 $as_echo_n "checking for -lgsm... " >&6; }
10813 if test "${ac_cv_lib_soname_gsm+set}" = set; then :
10814   $as_echo_n "(cached) " >&6
10815 else
10816   ac_check_soname_save_LIBS=$LIBS
10817 LIBS="-lgsm  $LIBS"
10818   cat confdefs.h - <<_ACEOF >conftest.$ac_ext
10819 /* end confdefs.h.  */
10820
10821 /* Override any GCC internal prototype to avoid an error.
10822    Use char because int might match the return type of a GCC
10823    builtin and then its argument prototype would still apply.  */
10824 #ifdef __cplusplus
10825 extern "C"
10826 #endif
10827 char gsm_create ();
10828 int
10829 main ()
10830 {
10831 return gsm_create ();
10832   ;
10833   return 0;
10834 }
10835 _ACEOF
10836 if ac_fn_c_try_link "$LINENO"; then :
10837   case "$LIBEXT" in
10838     dll) ;;
10839     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'` ;;
10840     *) ac_cv_lib_soname_gsm=`$ac_cv_path_LDD conftest$ac_exeext | grep "libgsm\\.$LIBEXT" | sed -e "s/^.*\(libgsm\.$LIBEXT[^     ]*\).*$/\1/"';2,$d'` ;;
10841   esac
10842 fi
10843 rm -f core conftest.err conftest.$ac_objext \
10844     conftest$ac_exeext conftest.$ac_ext
10845   LIBS=$ac_check_soname_save_LIBS
10846 fi
10847 if test "x$ac_cv_lib_soname_gsm" = "x"; then :
10848   { $as_echo "$as_me:${as_lineno-$LINENO}: result: not found" >&5
10849 $as_echo "not found" >&6; }
10850
10851 else
10852   { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_soname_gsm" >&5
10853 $as_echo "$ac_cv_lib_soname_gsm" >&6; }
10854
10855 cat >>confdefs.h <<_ACEOF
10856 #define SONAME_LIBGSM "$ac_cv_lib_soname_gsm"
10857 _ACEOF
10858
10859
10860 fi
10861 fi
10862 if test "x$ac_cv_lib_soname_gsm" = "x"; then :
10863   case "x$with_gsm" in
10864   x)   wine_notices="$wine_notices|libgsm ${notice_platform}development files not found, gsm 06.10 codec won't be supported." ;;
10865   xno) ;;
10866   *)   as_fn_error "libgsm ${notice_platform}development files not found, gsm 06.10 codec won't be supported.
10867 This is an error since --with-gsm was requested." "$LINENO" 5 ;;
10868 esac
10869 fi
10870
10871 if test "$ac_cv_header_jpeglib_h" = "yes"
10872 then
10873     { $as_echo "$as_me:${as_lineno-$LINENO}: checking for -ljpeg" >&5
10874 $as_echo_n "checking for -ljpeg... " >&6; }
10875 if test "${ac_cv_lib_soname_jpeg+set}" = set; then :
10876   $as_echo_n "(cached) " >&6
10877 else
10878   ac_check_soname_save_LIBS=$LIBS
10879 LIBS="-ljpeg  $LIBS"
10880   cat confdefs.h - <<_ACEOF >conftest.$ac_ext
10881 /* end confdefs.h.  */
10882
10883 /* Override any GCC internal prototype to avoid an error.
10884    Use char because int might match the return type of a GCC
10885    builtin and then its argument prototype would still apply.  */
10886 #ifdef __cplusplus
10887 extern "C"
10888 #endif
10889 char jpeg_start_decompress ();
10890 int
10891 main ()
10892 {
10893 return jpeg_start_decompress ();
10894   ;
10895   return 0;
10896 }
10897 _ACEOF
10898 if ac_fn_c_try_link "$LINENO"; then :
10899   case "$LIBEXT" in
10900     dll) ;;
10901     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'` ;;
10902     *) ac_cv_lib_soname_jpeg=`$ac_cv_path_LDD conftest$ac_exeext | grep "libjpeg\\.$LIBEXT" | sed -e "s/^.*\(libjpeg\.$LIBEXT[^  ]*\).*$/\1/"';2,$d'` ;;
10903   esac
10904 fi
10905 rm -f core conftest.err conftest.$ac_objext \
10906     conftest$ac_exeext conftest.$ac_ext
10907   LIBS=$ac_check_soname_save_LIBS
10908 fi
10909 if test "x$ac_cv_lib_soname_jpeg" = "x"; then :
10910   { $as_echo "$as_me:${as_lineno-$LINENO}: result: not found" >&5
10911 $as_echo "not found" >&6; }
10912
10913 else
10914   { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_soname_jpeg" >&5
10915 $as_echo "$ac_cv_lib_soname_jpeg" >&6; }
10916
10917 cat >>confdefs.h <<_ACEOF
10918 #define SONAME_LIBJPEG "$ac_cv_lib_soname_jpeg"
10919 _ACEOF
10920
10921
10922 fi
10923 fi
10924 if test "x$ac_cv_lib_soname_jpeg" = "x"; then :
10925   case "x$with_jpeg" in
10926   x)   wine_warnings="$wine_warnings|libjpeg ${notice_platform}development files not found, JPEG won't be supported." ;;
10927   xno) ;;
10928   *)   as_fn_error "libjpeg ${notice_platform}development files not found, JPEG won't be supported.
10929 This is an error since --with-jpeg was requested." "$LINENO" 5 ;;
10930 esac
10931 fi
10932
10933 if test "$ac_cv_header_png_h" = "yes"
10934 then
10935     { $as_echo "$as_me:${as_lineno-$LINENO}: checking for -lpng" >&5
10936 $as_echo_n "checking for -lpng... " >&6; }
10937 if test "${ac_cv_lib_soname_png+set}" = set; then :
10938   $as_echo_n "(cached) " >&6
10939 else
10940   ac_check_soname_save_LIBS=$LIBS
10941 LIBS="-lpng -lm -lz $LIBS"
10942   cat confdefs.h - <<_ACEOF >conftest.$ac_ext
10943 /* end confdefs.h.  */
10944
10945 /* Override any GCC internal prototype to avoid an error.
10946    Use char because int might match the return type of a GCC
10947    builtin and then its argument prototype would still apply.  */
10948 #ifdef __cplusplus
10949 extern "C"
10950 #endif
10951 char png_create_read_struct ();
10952 int
10953 main ()
10954 {
10955 return png_create_read_struct ();
10956   ;
10957   return 0;
10958 }
10959 _ACEOF
10960 if ac_fn_c_try_link "$LINENO"; then :
10961   case "$LIBEXT" in
10962     dll) ;;
10963     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'` ;;
10964     *) 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'` ;;
10965   esac
10966 fi
10967 rm -f core conftest.err conftest.$ac_objext \
10968     conftest$ac_exeext conftest.$ac_ext
10969   LIBS=$ac_check_soname_save_LIBS
10970 fi
10971 if test "x$ac_cv_lib_soname_png" = "x"; then :
10972   { $as_echo "$as_me:${as_lineno-$LINENO}: result: not found" >&5
10973 $as_echo "not found" >&6; }
10974
10975 else
10976   { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_soname_png" >&5
10977 $as_echo "$ac_cv_lib_soname_png" >&6; }
10978
10979 cat >>confdefs.h <<_ACEOF
10980 #define SONAME_LIBPNG "$ac_cv_lib_soname_png"
10981 _ACEOF
10982
10983
10984 fi
10985 elif test -n "$X_CFLAGS" -a "x$with_png" != "xno"
10986 then
10987         ac_save_CPPFLAGS="$CPPFLAGS"
10988     CPPFLAGS="$CPPFLAGS $X_CFLAGS"
10989     $as_unset ac_cv_header_png_h
10990     for ac_header in png.h
10991 do :
10992   ac_fn_c_check_header_mongrel "$LINENO" "png.h" "ac_cv_header_png_h" "$ac_includes_default"
10993 if test "x$ac_cv_header_png_h" = x""yes; then :
10994   cat >>confdefs.h <<_ACEOF
10995 #define HAVE_PNG_H 1
10996 _ACEOF
10997
10998 fi
10999
11000 done
11001
11002     CPPFLAGS="$ac_save_CPPFLAGS"
11003     if test "$ac_cv_header_png_h" = "yes"
11004     then
11005         PNGINCL="$X_CFLAGS"
11006
11007         { $as_echo "$as_me:${as_lineno-$LINENO}: checking for -lpng" >&5
11008 $as_echo_n "checking for -lpng... " >&6; }
11009 if test "${ac_cv_lib_soname_png+set}" = set; then :
11010   $as_echo_n "(cached) " >&6
11011 else
11012   ac_check_soname_save_LIBS=$LIBS
11013 LIBS="-lpng $X_LIBS -lm -lz $LIBS"
11014   cat confdefs.h - <<_ACEOF >conftest.$ac_ext
11015 /* end confdefs.h.  */
11016
11017 /* Override any GCC internal prototype to avoid an error.
11018    Use char because int might match the return type of a GCC
11019    builtin and then its argument prototype would still apply.  */
11020 #ifdef __cplusplus
11021 extern "C"
11022 #endif
11023 char png_create_read_struct ();
11024 int
11025 main ()
11026 {
11027 return png_create_read_struct ();
11028   ;
11029   return 0;
11030 }
11031 _ACEOF
11032 if ac_fn_c_try_link "$LINENO"; then :
11033   case "$LIBEXT" in
11034     dll) ;;
11035     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'` ;;
11036     *) 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'` ;;
11037   esac
11038 fi
11039 rm -f core conftest.err conftest.$ac_objext \
11040     conftest$ac_exeext conftest.$ac_ext
11041   LIBS=$ac_check_soname_save_LIBS
11042 fi
11043 if test "x$ac_cv_lib_soname_png" = "x"; then :
11044   { $as_echo "$as_me:${as_lineno-$LINENO}: result: not found" >&5
11045 $as_echo "not found" >&6; }
11046
11047 else
11048   { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_soname_png" >&5
11049 $as_echo "$ac_cv_lib_soname_png" >&6; }
11050
11051 cat >>confdefs.h <<_ACEOF
11052 #define SONAME_LIBPNG "$ac_cv_lib_soname_png"
11053 _ACEOF
11054
11055
11056 fi
11057     fi
11058 fi
11059 if test "x$ac_cv_lib_soname_png" = "x"; then :
11060   case "x$with_png" in
11061   x)   wine_warnings="$wine_warnings|libpng ${notice_platform}development files not found, PNG won't be supported." ;;
11062   xno) ;;
11063   *)   as_fn_error "libpng ${notice_platform}development files not found, PNG won't be supported.
11064 This is an error since --with-png was requested." "$LINENO" 5 ;;
11065 esac
11066 fi
11067
11068 if test "$ac_cv_header_mpg123_h" = "yes"
11069 then
11070     { $as_echo "$as_me:${as_lineno-$LINENO}: checking for mpg123_init in -lmpg123" >&5
11071 $as_echo_n "checking for mpg123_init in -lmpg123... " >&6; }
11072 if test "${ac_cv_lib_mpg123_mpg123_init+set}" = set; then :
11073   $as_echo_n "(cached) " >&6
11074 else
11075   ac_check_lib_save_LIBS=$LIBS
11076 LIBS="-lmpg123  $LIBS"
11077 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
11078 /* end confdefs.h.  */
11079
11080 /* Override any GCC internal prototype to avoid an error.
11081    Use char because int might match the return type of a GCC
11082    builtin and then its argument prototype would still apply.  */
11083 #ifdef __cplusplus
11084 extern "C"
11085 #endif
11086 char mpg123_init ();
11087 int
11088 main ()
11089 {
11090 return mpg123_init ();
11091   ;
11092   return 0;
11093 }
11094 _ACEOF
11095 if ac_fn_c_try_link "$LINENO"; then :
11096   ac_cv_lib_mpg123_mpg123_init=yes
11097 else
11098   ac_cv_lib_mpg123_mpg123_init=no
11099 fi
11100 rm -f core conftest.err conftest.$ac_objext \
11101     conftest$ac_exeext conftest.$ac_ext
11102 LIBS=$ac_check_lib_save_LIBS
11103 fi
11104 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_mpg123_mpg123_init" >&5
11105 $as_echo "$ac_cv_lib_mpg123_mpg123_init" >&6; }
11106 if test "x$ac_cv_lib_mpg123_mpg123_init" = x""yes; then :
11107   LIBMPG123="-lmpg123"
11108
11109 fi
11110
11111 fi
11112 if test "x$ac_cv_lib_mpg123_mpg123_init" != xyes; then :
11113   case "x$with_mpg123" in
11114   x)   wine_notices="$wine_notices|libmpg123 ${notice_platform}development files not found, mp3 codec won't be supported." ;;
11115   xno) ;;
11116   *)   as_fn_error "libmpg123 ${notice_platform}development files not found, mp3 codec won't be supported.
11117 This is an error since --with-mpg123 was requested." "$LINENO" 5 ;;
11118 esac
11119 fi
11120 test "x$ac_cv_lib_mpg123_mpg123_init" = xyes || enable_winemp3_acm=${enable_winemp3_acm:-no}
11121
11122 if test "$ac_cv_header_kstat_h" = "yes"
11123 then
11124     { $as_echo "$as_me:${as_lineno-$LINENO}: checking for kstat_open in -lkstat" >&5
11125 $as_echo_n "checking for kstat_open in -lkstat... " >&6; }
11126 if test "${ac_cv_lib_kstat_kstat_open+set}" = set; then :
11127   $as_echo_n "(cached) " >&6
11128 else
11129   ac_check_lib_save_LIBS=$LIBS
11130 LIBS="-lkstat  $LIBS"
11131 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
11132 /* end confdefs.h.  */
11133
11134 /* Override any GCC internal prototype to avoid an error.
11135    Use char because int might match the return type of a GCC
11136    builtin and then its argument prototype would still apply.  */
11137 #ifdef __cplusplus
11138 extern "C"
11139 #endif
11140 char kstat_open ();
11141 int
11142 main ()
11143 {
11144 return kstat_open ();
11145   ;
11146   return 0;
11147 }
11148 _ACEOF
11149 if ac_fn_c_try_link "$LINENO"; then :
11150   ac_cv_lib_kstat_kstat_open=yes
11151 else
11152   ac_cv_lib_kstat_kstat_open=no
11153 fi
11154 rm -f core conftest.err conftest.$ac_objext \
11155     conftest$ac_exeext conftest.$ac_ext
11156 LIBS=$ac_check_lib_save_LIBS
11157 fi
11158 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_kstat_kstat_open" >&5
11159 $as_echo "$ac_cv_lib_kstat_kstat_open" >&6; }
11160 if test "x$ac_cv_lib_kstat_kstat_open" = x""yes; then :
11161
11162 $as_echo "#define HAVE_LIBKSTAT 1" >>confdefs.h
11163
11164                   LIBKSTAT="-lkstat"
11165
11166 fi
11167
11168 fi
11169
11170 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for -lodbc" >&5
11171 $as_echo_n "checking for -lodbc... " >&6; }
11172 if test "${ac_cv_lib_soname_odbc+set}" = set; then :
11173   $as_echo_n "(cached) " >&6
11174 else
11175   ac_check_soname_save_LIBS=$LIBS
11176 LIBS="-lodbc  $LIBS"
11177   cat confdefs.h - <<_ACEOF >conftest.$ac_ext
11178 /* end confdefs.h.  */
11179
11180 /* Override any GCC internal prototype to avoid an error.
11181    Use char because int might match the return type of a GCC
11182    builtin and then its argument prototype would still apply.  */
11183 #ifdef __cplusplus
11184 extern "C"
11185 #endif
11186 char SQLConnect ();
11187 int
11188 main ()
11189 {
11190 return SQLConnect ();
11191   ;
11192   return 0;
11193 }
11194 _ACEOF
11195 if ac_fn_c_try_link "$LINENO"; then :
11196   case "$LIBEXT" in
11197     dll) ;;
11198     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'` ;;
11199     *) ac_cv_lib_soname_odbc=`$ac_cv_path_LDD conftest$ac_exeext | grep "libodbc\\.$LIBEXT" | sed -e "s/^.*\(libodbc\.$LIBEXT[^  ]*\).*$/\1/"';2,$d'` ;;
11200   esac
11201 fi
11202 rm -f core conftest.err conftest.$ac_objext \
11203     conftest$ac_exeext conftest.$ac_ext
11204   LIBS=$ac_check_soname_save_LIBS
11205 fi
11206 if test "x$ac_cv_lib_soname_odbc" = "x"; then :
11207   { $as_echo "$as_me:${as_lineno-$LINENO}: result: not found" >&5
11208 $as_echo "not found" >&6; }
11209        cat >>confdefs.h <<_ACEOF
11210 #define SONAME_LIBODBC "libodbc.$LIBEXT"
11211 _ACEOF
11212
11213 else
11214   { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_soname_odbc" >&5
11215 $as_echo "$ac_cv_lib_soname_odbc" >&6; }
11216
11217 cat >>confdefs.h <<_ACEOF
11218 #define SONAME_LIBODBC "$ac_cv_lib_soname_odbc"
11219 _ACEOF
11220
11221
11222 fi
11223
11224 if test "x$ALSALIBS$AUDIOIOLIBS$COREAUDIO$NASLIBS$ESDLIBS$ac_cv_lib_soname_jack" = "x" -a \
11225         "$ac_cv_header_sys_soundcard_h" != "yes" -a \
11226         "$ac_cv_header_machine_soundcard_h" != "yes" -a \
11227         "$ac_cv_header_soundcard_h" != "yes" -a \
11228         "x$with_alsa$with_audioio$with_coreaudio$with_nas$with_esd$with_jack$with_oss" != xnonononononono
11229 then
11230     wine_warnings="$wine_warnings|No sound system was found. Windows applications will be silent."
11231 fi
11232
11233
11234 EXTRACFLAGS=""
11235
11236 if test "x${GCC}" = "xyes"
11237 then
11238   EXTRACFLAGS="-Wall -pipe"
11239
11240     { $as_echo "$as_me:${as_lineno-$LINENO}: checking for gcc strength-reduce bug" >&5
11241 $as_echo_n "checking for gcc strength-reduce bug... " >&6; }
11242 if test "${ac_cv_c_gcc_strength_bug+set}" = set; then :
11243   $as_echo_n "(cached) " >&6
11244 else
11245   if test "$cross_compiling" = yes; then :
11246   ac_cv_c_gcc_strength_bug="yes"
11247 else
11248   cat confdefs.h - <<_ACEOF >conftest.$ac_ext
11249 /* end confdefs.h.  */
11250 int L[4] = {0,1,2,3};
11251 int
11252 main ()
11253 {
11254 static int Array[3];
11255   unsigned int B = 3;
11256   int i;
11257   for(i=0; i<B; i++) Array[i] = i - 3;
11258   for(i=0; i<4 - 1; i++) L[i] = L[i + 1];
11259   L[i] = 4;
11260   return (Array[1] != -2 || L[2] != 3)
11261   ;
11262   return 0;
11263 }
11264 _ACEOF
11265 if ac_fn_c_try_run "$LINENO"; then :
11266   ac_cv_c_gcc_strength_bug="no"
11267 else
11268   ac_cv_c_gcc_strength_bug="yes"
11269 fi
11270 rm -f core *.core core.conftest.* gmon.out bb.out conftest$ac_exeext \
11271   conftest.$ac_objext conftest.beam conftest.$ac_ext
11272 fi
11273
11274 fi
11275 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_c_gcc_strength_bug" >&5
11276 $as_echo "$ac_cv_c_gcc_strength_bug" >&6; }
11277   if test "$ac_cv_c_gcc_strength_bug" = "yes"
11278   then
11279     EXTRACFLAGS="$EXTRACFLAGS -fno-strength-reduce"
11280   fi
11281
11282     { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether the compiler supports -fno-builtin" >&5
11283 $as_echo_n "checking whether the compiler supports -fno-builtin... " >&6; }
11284 if test "${ac_cv_cflags__fno_builtin+set}" = set; then :
11285   $as_echo_n "(cached) " >&6
11286 else
11287   ac_wine_try_cflags_saved=$CFLAGS
11288 CFLAGS="$CFLAGS -fno-builtin"
11289 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
11290 /* end confdefs.h.  */
11291
11292 int
11293 main ()
11294 {
11295
11296   ;
11297   return 0;
11298 }
11299 _ACEOF
11300 if ac_fn_c_try_link "$LINENO"; then :
11301   ac_cv_cflags__fno_builtin=yes
11302 else
11303   ac_cv_cflags__fno_builtin=no
11304 fi
11305 rm -f core conftest.err conftest.$ac_objext \
11306     conftest$ac_exeext conftest.$ac_ext
11307 CFLAGS=$ac_wine_try_cflags_saved
11308 fi
11309 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_cflags__fno_builtin" >&5
11310 $as_echo "$ac_cv_cflags__fno_builtin" >&6; }
11311 if test $ac_cv_cflags__fno_builtin = yes; then :
11312   BUILTINFLAG="-fno-builtin"
11313
11314 fi
11315   { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether the compiler supports -fno-strict-aliasing" >&5
11316 $as_echo_n "checking whether the compiler supports -fno-strict-aliasing... " >&6; }
11317 if test "${ac_cv_cflags__fno_strict_aliasing+set}" = set; then :
11318   $as_echo_n "(cached) " >&6
11319 else
11320   ac_wine_try_cflags_saved=$CFLAGS
11321 CFLAGS="$CFLAGS -fno-strict-aliasing"
11322 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
11323 /* end confdefs.h.  */
11324
11325 int
11326 main ()
11327 {
11328
11329   ;
11330   return 0;
11331 }
11332 _ACEOF
11333 if ac_fn_c_try_link "$LINENO"; then :
11334   ac_cv_cflags__fno_strict_aliasing=yes
11335 else
11336   ac_cv_cflags__fno_strict_aliasing=no
11337 fi
11338 rm -f core conftest.err conftest.$ac_objext \
11339     conftest$ac_exeext conftest.$ac_ext
11340 CFLAGS=$ac_wine_try_cflags_saved
11341 fi
11342 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_cflags__fno_strict_aliasing" >&5
11343 $as_echo "$ac_cv_cflags__fno_strict_aliasing" >&6; }
11344 if test $ac_cv_cflags__fno_strict_aliasing = yes; then :
11345   EXTRACFLAGS="$EXTRACFLAGS -fno-strict-aliasing"
11346 fi
11347   { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether the compiler supports -Wdeclaration-after-statement" >&5
11348 $as_echo_n "checking whether the compiler supports -Wdeclaration-after-statement... " >&6; }
11349 if test "${ac_cv_cflags__Wdeclaration_after_statement+set}" = set; then :
11350   $as_echo_n "(cached) " >&6
11351 else
11352   ac_wine_try_cflags_saved=$CFLAGS
11353 CFLAGS="$CFLAGS -Wdeclaration-after-statement"
11354 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
11355 /* end confdefs.h.  */
11356
11357 int
11358 main ()
11359 {
11360
11361   ;
11362   return 0;
11363 }
11364 _ACEOF
11365 if ac_fn_c_try_link "$LINENO"; then :
11366   ac_cv_cflags__Wdeclaration_after_statement=yes
11367 else
11368   ac_cv_cflags__Wdeclaration_after_statement=no
11369 fi
11370 rm -f core conftest.err conftest.$ac_objext \
11371     conftest$ac_exeext conftest.$ac_ext
11372 CFLAGS=$ac_wine_try_cflags_saved
11373 fi
11374 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_cflags__Wdeclaration_after_statement" >&5
11375 $as_echo "$ac_cv_cflags__Wdeclaration_after_statement" >&6; }
11376 if test $ac_cv_cflags__Wdeclaration_after_statement = yes; then :
11377   EXTRACFLAGS="$EXTRACFLAGS -Wdeclaration-after-statement"
11378 fi
11379   { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether the compiler supports -Wwrite-strings" >&5
11380 $as_echo_n "checking whether the compiler supports -Wwrite-strings... " >&6; }
11381 if test "${ac_cv_cflags__Wwrite_strings+set}" = set; then :
11382   $as_echo_n "(cached) " >&6
11383 else
11384   ac_wine_try_cflags_saved=$CFLAGS
11385 CFLAGS="$CFLAGS -Wwrite-strings"
11386 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
11387 /* end confdefs.h.  */
11388
11389 int
11390 main ()
11391 {
11392
11393   ;
11394   return 0;
11395 }
11396 _ACEOF
11397 if ac_fn_c_try_link "$LINENO"; then :
11398   ac_cv_cflags__Wwrite_strings=yes
11399 else
11400   ac_cv_cflags__Wwrite_strings=no
11401 fi
11402 rm -f core conftest.err conftest.$ac_objext \
11403     conftest$ac_exeext conftest.$ac_ext
11404 CFLAGS=$ac_wine_try_cflags_saved
11405 fi
11406 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_cflags__Wwrite_strings" >&5
11407 $as_echo "$ac_cv_cflags__Wwrite_strings" >&6; }
11408 if test $ac_cv_cflags__Wwrite_strings = yes; then :
11409   EXTRACFLAGS="$EXTRACFLAGS -Wwrite-strings"
11410 fi
11411   { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether the compiler supports -Wtype-limits" >&5
11412 $as_echo_n "checking whether the compiler supports -Wtype-limits... " >&6; }
11413 if test "${ac_cv_cflags__Wtype_limits+set}" = set; then :
11414   $as_echo_n "(cached) " >&6
11415 else
11416   ac_wine_try_cflags_saved=$CFLAGS
11417 CFLAGS="$CFLAGS -Wtype-limits"
11418 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
11419 /* end confdefs.h.  */
11420
11421 int
11422 main ()
11423 {
11424
11425   ;
11426   return 0;
11427 }
11428 _ACEOF
11429 if ac_fn_c_try_link "$LINENO"; then :
11430   ac_cv_cflags__Wtype_limits=yes
11431 else
11432   ac_cv_cflags__Wtype_limits=no
11433 fi
11434 rm -f core conftest.err conftest.$ac_objext \
11435     conftest$ac_exeext conftest.$ac_ext
11436 CFLAGS=$ac_wine_try_cflags_saved
11437 fi
11438 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_cflags__Wtype_limits" >&5
11439 $as_echo "$ac_cv_cflags__Wtype_limits" >&6; }
11440 if test $ac_cv_cflags__Wtype_limits = yes; then :
11441   EXTRACFLAGS="$EXTRACFLAGS -Wtype-limits"
11442 fi
11443
11444     saved_CFLAGS="$CFLAGS"
11445   CFLAGS="$CFLAGS -Wpointer-arith -Werror"
11446   { $as_echo "$as_me:${as_lineno-$LINENO}: checking for broken string.h that generates warnings" >&5
11447 $as_echo_n "checking for broken string.h that generates warnings... " >&6; }
11448 if test "${ac_cv_c_string_h_warnings+set}" = set; then :
11449   $as_echo_n "(cached) " >&6
11450 else
11451   cat confdefs.h - <<_ACEOF >conftest.$ac_ext
11452 /* end confdefs.h.  */
11453 #include <string.h>
11454 int
11455 main ()
11456 {
11457
11458   ;
11459   return 0;
11460 }
11461 _ACEOF
11462 if ac_fn_c_try_compile "$LINENO"; then :
11463   ac_cv_c_string_h_warnings=no
11464 else
11465   ac_cv_c_string_h_warnings=yes
11466 fi
11467 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
11468 fi
11469 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_c_string_h_warnings" >&5
11470 $as_echo "$ac_cv_c_string_h_warnings" >&6; }
11471   CFLAGS="$saved_CFLAGS"
11472   if test "$ac_cv_c_string_h_warnings" = "no"
11473   then
11474     EXTRACFLAGS="$EXTRACFLAGS -Wpointer-arith"
11475   fi
11476 fi
11477
11478
11479 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether external symbols need an underscore prefix" >&5
11480 $as_echo_n "checking whether external symbols need an underscore prefix... " >&6; }
11481 if test "${ac_cv_c_extern_prefix+set}" = set; then :
11482   $as_echo_n "(cached) " >&6
11483 else
11484   cat confdefs.h - <<_ACEOF >conftest.$ac_ext
11485 /* end confdefs.h.  */
11486 extern int ac_test;
11487 int
11488 main ()
11489 {
11490 asm(".globl _ac_test\n_ac_test:\t.long 0"); if (ac_test) return 1
11491   ;
11492   return 0;
11493 }
11494 _ACEOF
11495 if ac_fn_c_try_link "$LINENO"; then :
11496   ac_cv_c_extern_prefix="yes"
11497 else
11498   ac_cv_c_extern_prefix="no"
11499 fi
11500 rm -f core conftest.err conftest.$ac_objext \
11501     conftest$ac_exeext conftest.$ac_ext
11502 fi
11503 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_c_extern_prefix" >&5
11504 $as_echo "$ac_cv_c_extern_prefix" >&6; }
11505
11506 case $host_cpu in
11507   *i[3456789]86*)
11508     { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether external symbols need stdcall decoration" >&5
11509 $as_echo_n "checking whether external symbols need stdcall decoration... " >&6; }
11510 if test "${ac_cv_c_stdcall_suffix+set}" = set; then :
11511   $as_echo_n "(cached) " >&6
11512 else
11513   cat confdefs.h - <<_ACEOF >conftest.$ac_ext
11514 /* end confdefs.h.  */
11515 #ifndef _MSC_VER
11516 #define __stdcall __attribute__((__stdcall__))
11517 #endif
11518 int __stdcall ac_test(int i) { return i; }
11519 int
11520 main ()
11521 {
11522 asm("jmp _ac_test@4"); if (ac_test(1)) return 1
11523   ;
11524   return 0;
11525 }
11526 _ACEOF
11527 if ac_fn_c_try_link "$LINENO"; then :
11528   ac_cv_c_stdcall_suffix="yes"
11529 else
11530   ac_cv_c_stdcall_suffix="no"
11531 fi
11532 rm -f core conftest.err conftest.$ac_objext \
11533     conftest$ac_exeext conftest.$ac_ext
11534 fi
11535 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_c_stdcall_suffix" >&5
11536 $as_echo "$ac_cv_c_stdcall_suffix" >&6; } ;;
11537   *) ac_cv_c_stdcall_suffix="no" ;;
11538 esac
11539
11540
11541 if test "$ac_cv_c_extern_prefix" = "yes"
11542 then
11543     $as_echo "#define __ASM_NAME(name) \"_\" name" >>confdefs.h
11544
11545     asm_name_prefix="_"
11546 else
11547     $as_echo "#define __ASM_NAME(name) name" >>confdefs.h
11548
11549     asm_name_prefix=""
11550 fi
11551
11552
11553 if test "$ac_cv_c_stdcall_suffix" = "yes"
11554 then
11555     $as_echo "#define __ASM_STDCALL(args) \"@\" #args" >>confdefs.h
11556
11557 else
11558     $as_echo "#define __ASM_STDCALL(args) \"\"" >>confdefs.h
11559
11560 fi
11561
11562
11563 { $as_echo "$as_me:${as_lineno-$LINENO}: checking how to define a function in assembly code" >&5
11564 $as_echo_n "checking how to define a function in assembly code... " >&6; }
11565 if test "${ac_cv_asm_func_def+set}" = set; then :
11566   $as_echo_n "(cached) " >&6
11567 else
11568   cat confdefs.h - <<_ACEOF >conftest.$ac_ext
11569 /* end confdefs.h.  */
11570
11571 int
11572 main ()
11573 {
11574 asm("\t.globl _ac_test\n\t.def _ac_test; .scl 2; .type 32; .endef\n_ac_test:\t.long 0");
11575   ;
11576   return 0;
11577 }
11578 _ACEOF
11579 if ac_fn_c_try_link "$LINENO"; then :
11580   ac_cv_asm_func_def=".def"
11581 else
11582   cat confdefs.h - <<_ACEOF >conftest.$ac_ext
11583 /* end confdefs.h.  */
11584
11585 int
11586 main ()
11587 {
11588 asm("\t.globl _ac_test\n\t.type _ac_test,@function\n_ac_test:\t.long 0");
11589   ;
11590   return 0;
11591 }
11592 _ACEOF
11593 if ac_fn_c_try_link "$LINENO"; then :
11594   ac_cv_asm_func_def=".type @function"
11595 else
11596   cat confdefs.h - <<_ACEOF >conftest.$ac_ext
11597 /* end confdefs.h.  */
11598
11599 int
11600 main ()
11601 {
11602 asm("\t.globl _ac_test\n\t.type _ac_test,2\n_ac_test:\t.long 0");
11603   ;
11604   return 0;
11605 }
11606 _ACEOF
11607 if ac_fn_c_try_link "$LINENO"; then :
11608   ac_cv_asm_func_def=".type 2"
11609 else
11610   ac_cv_asm_func_def="unknown"
11611 fi
11612 rm -f core conftest.err conftest.$ac_objext \
11613     conftest$ac_exeext conftest.$ac_ext
11614 fi
11615 rm -f core conftest.err conftest.$ac_objext \
11616     conftest$ac_exeext conftest.$ac_ext
11617 fi
11618 rm -f core conftest.err conftest.$ac_objext \
11619     conftest$ac_exeext conftest.$ac_ext
11620 fi
11621 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_asm_func_def" >&5
11622 $as_echo "$ac_cv_asm_func_def" >&6; }
11623
11624
11625 case "$ac_cv_asm_func_def" in
11626   ".def")
11627      $as_echo "#define __ASM_FUNC(name) \".def \" __ASM_NAME(name) \"; .scl 2; .type 32; .endef\"" >>confdefs.h
11628
11629      asm_func_header=".def $asm_name_prefix\" #name suffix \"; .scl 2; .type 32; .endef" ;;
11630   ".type @function")
11631      $as_echo "#define __ASM_FUNC(name) \".type \" __ASM_NAME(name) \",@function\"" >>confdefs.h
11632
11633      asm_func_header=".type $asm_name_prefix\" #name suffix \",@function" ;;
11634   ".type 2")
11635      $as_echo "#define __ASM_FUNC(name) \".type \" __ASM_NAME(name) \",2\"" >>confdefs.h
11636
11637      asm_func_header=".type $asm_name_prefix\" #name suffix \",2" ;;
11638   *)
11639      $as_echo "#define __ASM_FUNC(name) \"\"" >>confdefs.h
11640
11641      asm_func_header="" ;;
11642 esac
11643
11644 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether asm() works outside of functions" >&5
11645 $as_echo_n "checking whether asm() works outside of functions... " >&6; }
11646 if test "${ac_cv_c_asm_outside_funcs+set}" = set; then :
11647   $as_echo_n "(cached) " >&6
11648 else
11649   cat confdefs.h - <<_ACEOF >conftest.$ac_ext
11650 /* end confdefs.h.  */
11651 asm(".text\n\t.long 0");
11652 int
11653 main ()
11654 {
11655
11656   ;
11657   return 0;
11658 }
11659 _ACEOF
11660 if ac_fn_c_try_compile "$LINENO"; then :
11661   ac_cv_c_asm_outside_funcs="yes"
11662 else
11663   ac_cv_c_asm_outside_funcs="no"
11664 fi
11665 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
11666 fi
11667 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_c_asm_outside_funcs" >&5
11668 $as_echo "$ac_cv_c_asm_outside_funcs" >&6; }
11669
11670 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether .previous is supported in assembly code" >&5
11671 $as_echo_n "checking whether .previous is supported in assembly code... " >&6; }
11672 if test "${ac_cv_c_dot_previous+set}" = set; then :
11673   $as_echo_n "(cached) " >&6
11674 else
11675   cat confdefs.h - <<_ACEOF >conftest.$ac_ext
11676 /* end confdefs.h.  */
11677
11678 int
11679 main ()
11680 {
11681 asm(".text\nac_test:\t.long 0\n\t.previous");
11682   ;
11683   return 0;
11684 }
11685 _ACEOF
11686 if ac_fn_c_try_link "$LINENO"; then :
11687   ac_cv_c_dot_previous="yes"
11688 else
11689   ac_cv_c_dot_previous="no"
11690 fi
11691 rm -f core conftest.err conftest.$ac_objext \
11692     conftest$ac_exeext conftest.$ac_ext
11693 fi
11694 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_c_dot_previous" >&5
11695 $as_echo "$ac_cv_c_dot_previous" >&6; }
11696
11697 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether CFI directives are supported in assembly code" >&5
11698 $as_echo_n "checking whether CFI directives are supported in assembly code... " >&6; }
11699 if test "${ac_cv_c_cfi_support+set}" = set; then :
11700   $as_echo_n "(cached) " >&6
11701 else
11702   cat confdefs.h - <<_ACEOF >conftest.$ac_ext
11703 /* end confdefs.h.  */
11704 asm(".text\nac_test:\t.cfi_startproc\n\t.long 0\n\t.cfi_endproc");
11705 int
11706 main ()
11707 {
11708
11709   ;
11710   return 0;
11711 }
11712 _ACEOF
11713 if ac_fn_c_try_compile "$LINENO"; then :
11714   ac_cv_c_cfi_support="yes"
11715 else
11716   ac_cv_c_cfi_support="no"
11717 fi
11718 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
11719 fi
11720 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_c_cfi_support" >&5
11721 $as_echo "$ac_cv_c_cfi_support" >&6; }
11722
11723 asm_func_header=".globl $asm_name_prefix\" #name suffix \"\\n\\t$asm_func_header\\n$asm_name_prefix\" #name suffix \":\\n\\t"
11724 asm_func_trailer=""
11725 if test "$ac_cv_c_dot_previous" = "yes"
11726 then
11727    asm_func_trailer="\\n\\t.previous"
11728 fi
11729 if test "$ac_cv_c_cfi_support" = "yes"
11730 then
11731    asm_func_header="$asm_func_header.cfi_startproc\\n\\t"
11732    asm_func_trailer="\\n\\t.cfi_endproc$asm_func_trailer"
11733
11734 $as_echo "#define __ASM_CFI(str) str" >>confdefs.h
11735
11736 else
11737    $as_echo "#define __ASM_CFI(str) \"\"" >>confdefs.h
11738
11739 fi
11740
11741 asm_func_code="$asm_func_header\" code \"$asm_func_trailer"
11742
11743
11744 if test "$ac_cv_c_asm_outside_funcs" = "yes"
11745 then
11746     cat >>confdefs.h <<_ACEOF
11747 #define __ASM_DEFINE_FUNC(name,suffix,code) asm(".text\n\t.align 4\n\t$asm_func_code");
11748 _ACEOF
11749
11750 else
11751     cat >>confdefs.h <<_ACEOF
11752 #define __ASM_DEFINE_FUNC(name,suffix,code) void __asm_dummy_##name(void) { asm(".text\n\t.align 4\n\t$asm_func_code"); }
11753 _ACEOF
11754
11755 fi
11756
11757 $as_echo "#define __ASM_GLOBAL_FUNC(name,code) __ASM_DEFINE_FUNC(name,\"\",code)" >>confdefs.h
11758
11759
11760 $as_echo "#define __ASM_STDCALL_FUNC(name,args,code) __ASM_DEFINE_FUNC(name,__ASM_STDCALL(args),code)" >>confdefs.h
11761
11762
11763
11764 LDPATH=""
11765
11766 case $build_os in
11767   cygwin*|mingw32*)
11768     LDPATH="PATH=\"\$(TOOLSDIR)/libs/wine:\$\$PATH\""
11769     ;;
11770   darwin*|macosx*)
11771     ;;
11772   *)
11773     LDPATH="LD_LIBRARY_PATH=\"\$(TOOLSDIR)/libs/wine:\$\$LD_LIBRARY_PATH\""
11774     ;;
11775 esac
11776
11777 case $host_os in
11778   mingw32*)
11779     CRTLIBS="-lmsvcrt"
11780
11781     SOCKETLIBS="-L\$(TOPOBJDIR)/dlls/ws2_32 -lws2_32"
11782
11783     ;;
11784 esac
11785
11786 MAIN_BINARY="wine"
11787
11788 test -z "$with_wine64" || MAIN_BINARY="wine32"
11789
11790 case $host_cpu in
11791   *i[3456789]86*)
11792     case $host_os in
11793       linux* | k*bsd*-gnu)
11794         EXTRA_BINARIES="wine-preloader"
11795  ;;
11796     esac
11797     ;;
11798 esac
11799
11800
11801 ac_save_CFLAGS="$CFLAGS"
11802 CFLAGS="$CFLAGS $BUILTINFLAG"
11803 for ac_func in \
11804         _pclose \
11805         _popen \
11806         _snprintf \
11807         _spawnvp \
11808         _strdup \
11809         _stricmp \
11810         _strnicmp \
11811         _strtoi64 \
11812         _strtoui64 \
11813         _vsnprintf \
11814         asctime_r \
11815         chsize \
11816         dlopen \
11817         epoll_create \
11818         ffs \
11819         finite \
11820         fnmatch \
11821         fork \
11822         fpclass \
11823         fstatfs \
11824         fstatvfs \
11825         ftruncate \
11826         futimes \
11827         futimesat \
11828         getdirentries \
11829         getopt_long \
11830         getpagesize \
11831         getpwuid \
11832         gettid \
11833         gettimeofday \
11834         getuid \
11835         kqueue \
11836         lstat \
11837         memmove \
11838         mmap \
11839         pclose \
11840         pipe2 \
11841         poll \
11842         popen \
11843         prctl \
11844         pread \
11845         pwrite \
11846         readdir \
11847         readlink \
11848         sched_yield \
11849         select \
11850         setproctitle \
11851         setrlimit \
11852         settimeofday \
11853         sigaltstack \
11854         sigprocmask \
11855         snprintf \
11856         spawnvp \
11857         statfs \
11858         statvfs \
11859         strcasecmp \
11860         strdup \
11861         strerror \
11862         strncasecmp \
11863         strtold \
11864         strtoll \
11865         strtoull \
11866         symlink \
11867         tcgetattr \
11868         thr_kill2 \
11869         timegm \
11870         usleep \
11871         vsnprintf \
11872         wait4 \
11873         waitpid \
11874
11875 do :
11876   as_ac_var=`$as_echo "ac_cv_func_$ac_func" | $as_tr_sh`
11877 ac_fn_c_check_func "$LINENO" "$ac_func" "$as_ac_var"
11878 eval as_val=\$$as_ac_var
11879    if test "x$as_val" = x""yes; then :
11880   cat >>confdefs.h <<_ACEOF
11881 #define `$as_echo "HAVE_$ac_func" | $as_tr_cpp` 1
11882 _ACEOF
11883
11884 fi
11885 done
11886
11887 CFLAGS="$ac_save_CFLAGS"
11888
11889 if test "$ac_cv_func_dlopen" = no
11890 then
11891     { $as_echo "$as_me:${as_lineno-$LINENO}: checking for dlopen in -ldl" >&5
11892 $as_echo_n "checking for dlopen in -ldl... " >&6; }
11893 if test "${ac_cv_lib_dl_dlopen+set}" = set; then :
11894   $as_echo_n "(cached) " >&6
11895 else
11896   ac_check_lib_save_LIBS=$LIBS
11897 LIBS="-ldl  $LIBS"
11898 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
11899 /* end confdefs.h.  */
11900
11901 /* Override any GCC internal prototype to avoid an error.
11902    Use char because int might match the return type of a GCC
11903    builtin and then its argument prototype would still apply.  */
11904 #ifdef __cplusplus
11905 extern "C"
11906 #endif
11907 char dlopen ();
11908 int
11909 main ()
11910 {
11911 return dlopen ();
11912   ;
11913   return 0;
11914 }
11915 _ACEOF
11916 if ac_fn_c_try_link "$LINENO"; then :
11917   ac_cv_lib_dl_dlopen=yes
11918 else
11919   ac_cv_lib_dl_dlopen=no
11920 fi
11921 rm -f core conftest.err conftest.$ac_objext \
11922     conftest$ac_exeext conftest.$ac_ext
11923 LIBS=$ac_check_lib_save_LIBS
11924 fi
11925 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_dl_dlopen" >&5
11926 $as_echo "$ac_cv_lib_dl_dlopen" >&6; }
11927 if test "x$ac_cv_lib_dl_dlopen" = x""yes; then :
11928   $as_echo "#define HAVE_DLOPEN 1" >>confdefs.h
11929  LIBDL="-ldl"
11930
11931 fi
11932
11933 fi
11934 ac_wine_check_funcs_save_LIBS="$LIBS"
11935 LIBS="$LIBS $LIBDL"
11936 for ac_func in dladdr
11937 do :
11938   ac_fn_c_check_func "$LINENO" "dladdr" "ac_cv_func_dladdr"
11939 if test "x$ac_cv_func_dladdr" = x""yes; then :
11940   cat >>confdefs.h <<_ACEOF
11941 #define HAVE_DLADDR 1
11942 _ACEOF
11943
11944 fi
11945 done
11946
11947 LIBS="$ac_wine_check_funcs_save_LIBS"
11948
11949 if test "$ac_cv_func_poll" = no
11950 then
11951     { $as_echo "$as_me:${as_lineno-$LINENO}: checking for poll in -lpoll" >&5
11952 $as_echo_n "checking for poll in -lpoll... " >&6; }
11953 if test "${ac_cv_lib_poll_poll+set}" = set; then :
11954   $as_echo_n "(cached) " >&6
11955 else
11956   ac_check_lib_save_LIBS=$LIBS
11957 LIBS="-lpoll  $LIBS"
11958 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
11959 /* end confdefs.h.  */
11960
11961 /* Override any GCC internal prototype to avoid an error.
11962    Use char because int might match the return type of a GCC
11963    builtin and then its argument prototype would still apply.  */
11964 #ifdef __cplusplus
11965 extern "C"
11966 #endif
11967 char poll ();
11968 int
11969 main ()
11970 {
11971 return poll ();
11972   ;
11973   return 0;
11974 }
11975 _ACEOF
11976 if ac_fn_c_try_link "$LINENO"; then :
11977   ac_cv_lib_poll_poll=yes
11978 else
11979   ac_cv_lib_poll_poll=no
11980 fi
11981 rm -f core conftest.err conftest.$ac_objext \
11982     conftest$ac_exeext conftest.$ac_ext
11983 LIBS=$ac_check_lib_save_LIBS
11984 fi
11985 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_poll_poll" >&5
11986 $as_echo "$ac_cv_lib_poll_poll" >&6; }
11987 if test "x$ac_cv_lib_poll_poll" = x""yes; then :
11988   $as_echo "#define HAVE_POLL 1" >>confdefs.h
11989  LIBPOLL="-lpoll"
11990
11991 fi
11992
11993 fi
11994
11995 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for library containing gethostbyname" >&5
11996 $as_echo_n "checking for library containing gethostbyname... " >&6; }
11997 if test "${ac_cv_search_gethostbyname+set}" = set; then :
11998   $as_echo_n "(cached) " >&6
11999 else
12000   ac_func_search_save_LIBS=$LIBS
12001 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
12002 /* end confdefs.h.  */
12003
12004 /* Override any GCC internal prototype to avoid an error.
12005    Use char because int might match the return type of a GCC
12006    builtin and then its argument prototype would still apply.  */
12007 #ifdef __cplusplus
12008 extern "C"
12009 #endif
12010 char gethostbyname ();
12011 int
12012 main ()
12013 {
12014 return gethostbyname ();
12015   ;
12016   return 0;
12017 }
12018 _ACEOF
12019 for ac_lib in '' nsl; do
12020   if test -z "$ac_lib"; then
12021     ac_res="none required"
12022   else
12023     ac_res=-l$ac_lib
12024     LIBS="-l$ac_lib  $ac_func_search_save_LIBS"
12025   fi
12026   if ac_fn_c_try_link "$LINENO"; then :
12027   ac_cv_search_gethostbyname=$ac_res
12028 fi
12029 rm -f core conftest.err conftest.$ac_objext \
12030     conftest$ac_exeext
12031   if test "${ac_cv_search_gethostbyname+set}" = set; then :
12032   break
12033 fi
12034 done
12035 if test "${ac_cv_search_gethostbyname+set}" = set; then :
12036
12037 else
12038   ac_cv_search_gethostbyname=no
12039 fi
12040 rm conftest.$ac_ext
12041 LIBS=$ac_func_search_save_LIBS
12042 fi
12043 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_search_gethostbyname" >&5
12044 $as_echo "$ac_cv_search_gethostbyname" >&6; }
12045 ac_res=$ac_cv_search_gethostbyname
12046 if test "$ac_res" != no; then :
12047   test "$ac_res" = "none required" || LIBS="$ac_res $LIBS"
12048
12049 fi
12050
12051
12052 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for library containing connect" >&5
12053 $as_echo_n "checking for library containing connect... " >&6; }
12054 if test "${ac_cv_search_connect+set}" = set; then :
12055   $as_echo_n "(cached) " >&6
12056 else
12057   ac_func_search_save_LIBS=$LIBS
12058 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
12059 /* end confdefs.h.  */
12060
12061 /* Override any GCC internal prototype to avoid an error.
12062    Use char because int might match the return type of a GCC
12063    builtin and then its argument prototype would still apply.  */
12064 #ifdef __cplusplus
12065 extern "C"
12066 #endif
12067 char connect ();
12068 int
12069 main ()
12070 {
12071 return connect ();
12072   ;
12073   return 0;
12074 }
12075 _ACEOF
12076 for ac_lib in '' socket; do
12077   if test -z "$ac_lib"; then
12078     ac_res="none required"
12079   else
12080     ac_res=-l$ac_lib
12081     LIBS="-l$ac_lib  $ac_func_search_save_LIBS"
12082   fi
12083   if ac_fn_c_try_link "$LINENO"; then :
12084   ac_cv_search_connect=$ac_res
12085 fi
12086 rm -f core conftest.err conftest.$ac_objext \
12087     conftest$ac_exeext
12088   if test "${ac_cv_search_connect+set}" = set; then :
12089   break
12090 fi
12091 done
12092 if test "${ac_cv_search_connect+set}" = set; then :
12093
12094 else
12095   ac_cv_search_connect=no
12096 fi
12097 rm conftest.$ac_ext
12098 LIBS=$ac_func_search_save_LIBS
12099 fi
12100 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_search_connect" >&5
12101 $as_echo "$ac_cv_search_connect" >&6; }
12102 ac_res=$ac_cv_search_connect
12103 if test "$ac_res" != no; then :
12104   test "$ac_res" = "none required" || LIBS="$ac_res $LIBS"
12105
12106 fi
12107
12108
12109 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for library containing inet_aton" >&5
12110 $as_echo_n "checking for library containing inet_aton... " >&6; }
12111 if test "${ac_cv_search_inet_aton+set}" = set; then :
12112   $as_echo_n "(cached) " >&6
12113 else
12114   ac_func_search_save_LIBS=$LIBS
12115 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
12116 /* end confdefs.h.  */
12117
12118 /* Override any GCC internal prototype to avoid an error.
12119    Use char because int might match the return type of a GCC
12120    builtin and then its argument prototype would still apply.  */
12121 #ifdef __cplusplus
12122 extern "C"
12123 #endif
12124 char inet_aton ();
12125 int
12126 main ()
12127 {
12128 return inet_aton ();
12129   ;
12130   return 0;
12131 }
12132 _ACEOF
12133 for ac_lib in '' resolv; do
12134   if test -z "$ac_lib"; then
12135     ac_res="none required"
12136   else
12137     ac_res=-l$ac_lib
12138     LIBS="-l$ac_lib  $ac_func_search_save_LIBS"
12139   fi
12140   if ac_fn_c_try_link "$LINENO"; then :
12141   ac_cv_search_inet_aton=$ac_res
12142 fi
12143 rm -f core conftest.err conftest.$ac_objext \
12144     conftest$ac_exeext
12145   if test "${ac_cv_search_inet_aton+set}" = set; then :
12146   break
12147 fi
12148 done
12149 if test "${ac_cv_search_inet_aton+set}" = set; then :
12150
12151 else
12152   ac_cv_search_inet_aton=no
12153 fi
12154 rm conftest.$ac_ext
12155 LIBS=$ac_func_search_save_LIBS
12156 fi
12157 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_search_inet_aton" >&5
12158 $as_echo "$ac_cv_search_inet_aton" >&6; }
12159 ac_res=$ac_cv_search_inet_aton
12160 if test "$ac_res" != no; then :
12161   test "$ac_res" = "none required" || LIBS="$ac_res $LIBS"
12162
12163 fi
12164
12165
12166 for ac_func in \
12167         getaddrinfo \
12168         getnameinfo \
12169         getnetbyname \
12170         getprotobyname \
12171         getprotobynumber \
12172         getservbyport \
12173         inet_network \
12174         inet_ntop \
12175         inet_pton \
12176         sendmsg \
12177         socketpair \
12178
12179 do :
12180   as_ac_var=`$as_echo "ac_cv_func_$ac_func" | $as_tr_sh`
12181 ac_fn_c_check_func "$LINENO" "$ac_func" "$as_ac_var"
12182 eval as_val=\$$as_ac_var
12183    if test "x$as_val" = x""yes; then :
12184   cat >>confdefs.h <<_ACEOF
12185 #define `$as_echo "HAVE_$ac_func" | $as_tr_cpp` 1
12186 _ACEOF
12187
12188 fi
12189 done
12190
12191
12192 LDAPLIBS=""
12193
12194 if test "$ac_cv_header_ldap_h" = "yes" -a "$ac_cv_header_lber_h" = "yes"
12195 then
12196     ac_fn_c_check_type "$LINENO" "LDAPSortKey" "ac_cv_type_LDAPSortKey" "#include <ldap.h>
12197 "
12198 if test "x$ac_cv_type_LDAPSortKey" = x""yes; then :
12199   { $as_echo "$as_me:${as_lineno-$LINENO}: checking for ldap_initialize in -lldap_r" >&5
12200 $as_echo_n "checking for ldap_initialize in -lldap_r... " >&6; }
12201 if test "${ac_cv_lib_ldap_r_ldap_initialize+set}" = set; then :
12202   $as_echo_n "(cached) " >&6
12203 else
12204   ac_check_lib_save_LIBS=$LIBS
12205 LIBS="-lldap_r $LIBPTHREAD $LIBS"
12206 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
12207 /* end confdefs.h.  */
12208
12209 /* Override any GCC internal prototype to avoid an error.
12210    Use char because int might match the return type of a GCC
12211    builtin and then its argument prototype would still apply.  */
12212 #ifdef __cplusplus
12213 extern "C"
12214 #endif
12215 char ldap_initialize ();
12216 int
12217 main ()
12218 {
12219 return ldap_initialize ();
12220   ;
12221   return 0;
12222 }
12223 _ACEOF
12224 if ac_fn_c_try_link "$LINENO"; then :
12225   ac_cv_lib_ldap_r_ldap_initialize=yes
12226 else
12227   ac_cv_lib_ldap_r_ldap_initialize=no
12228 fi
12229 rm -f core conftest.err conftest.$ac_objext \
12230     conftest$ac_exeext conftest.$ac_ext
12231 LIBS=$ac_check_lib_save_LIBS
12232 fi
12233 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_ldap_r_ldap_initialize" >&5
12234 $as_echo "$ac_cv_lib_ldap_r_ldap_initialize" >&6; }
12235 if test "x$ac_cv_lib_ldap_r_ldap_initialize" = x""yes; then :
12236   { $as_echo "$as_me:${as_lineno-$LINENO}: checking for ber_init in -llber" >&5
12237 $as_echo_n "checking for ber_init in -llber... " >&6; }
12238 if test "${ac_cv_lib_lber_ber_init+set}" = set; then :
12239   $as_echo_n "(cached) " >&6
12240 else
12241   ac_check_lib_save_LIBS=$LIBS
12242 LIBS="-llber $LIBPTHREAD $LIBS"
12243 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
12244 /* end confdefs.h.  */
12245
12246 /* Override any GCC internal prototype to avoid an error.
12247    Use char because int might match the return type of a GCC
12248    builtin and then its argument prototype would still apply.  */
12249 #ifdef __cplusplus
12250 extern "C"
12251 #endif
12252 char ber_init ();
12253 int
12254 main ()
12255 {
12256 return ber_init ();
12257   ;
12258   return 0;
12259 }
12260 _ACEOF
12261 if ac_fn_c_try_link "$LINENO"; then :
12262   ac_cv_lib_lber_ber_init=yes
12263 else
12264   ac_cv_lib_lber_ber_init=no
12265 fi
12266 rm -f core conftest.err conftest.$ac_objext \
12267     conftest$ac_exeext conftest.$ac_ext
12268 LIBS=$ac_check_lib_save_LIBS
12269 fi
12270 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_lber_ber_init" >&5
12271 $as_echo "$ac_cv_lib_lber_ber_init" >&6; }
12272 if test "x$ac_cv_lib_lber_ber_init" = x""yes; then :
12273
12274 $as_echo "#define HAVE_LDAP 1" >>confdefs.h
12275
12276                  LDAPLIBS="-lldap_r -llber"
12277 fi
12278
12279 fi
12280
12281 fi
12282
12283     ac_wine_check_funcs_save_LIBS="$LIBS"
12284 LIBS="$LIBS $LDAPLIBS $LIBPTHREAD"
12285 for ac_func in \
12286         ldap_count_references \
12287         ldap_first_reference \
12288         ldap_next_reference \
12289         ldap_parse_reference \
12290         ldap_parse_sort_control \
12291         ldap_parse_sortresponse_control \
12292         ldap_parse_vlv_control \
12293         ldap_parse_vlvresponse_control
12294 do :
12295   as_ac_var=`$as_echo "ac_cv_func_$ac_func" | $as_tr_sh`
12296 ac_fn_c_check_func "$LINENO" "$ac_func" "$as_ac_var"
12297 eval as_val=\$$as_ac_var
12298    if test "x$as_val" = x""yes; then :
12299   cat >>confdefs.h <<_ACEOF
12300 #define `$as_echo "HAVE_$ac_func" | $as_tr_cpp` 1
12301 _ACEOF
12302
12303 fi
12304 done
12305
12306 LIBS="$ac_wine_check_funcs_save_LIBS"
12307 fi
12308 if test "x$LDAPLIBS" = "x"; then :
12309   case "x$with_ldap" in
12310   x)   wine_notices="$wine_notices|libldap (OpenLDAP) ${notice_platform}development files not found, LDAP won't be supported." ;;
12311   xno) ;;
12312   *)   as_fn_error "libldap (OpenLDAP) ${notice_platform}development files not found, LDAP won't be supported.
12313 This is an error since --with-ldap was requested." "$LINENO" 5 ;;
12314 esac
12315 fi
12316
12317 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether mkdir takes only one argument" >&5
12318 $as_echo_n "checking whether mkdir takes only one argument... " >&6; }
12319 if test "${wine_cv_one_arg_mkdir+set}" = set; then :
12320   $as_echo_n "(cached) " >&6
12321 else
12322   cat confdefs.h - <<_ACEOF >conftest.$ac_ext
12323 /* end confdefs.h.  */
12324 #include <sys/stat.h>
12325 int
12326 main ()
12327 {
12328 mkdir("foo");
12329   ;
12330   return 0;
12331 }
12332 _ACEOF
12333 if ac_fn_c_try_compile "$LINENO"; then :
12334   wine_cv_one_arg_mkdir=yes
12335 else
12336   wine_cv_one_arg_mkdir=no
12337 fi
12338 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
12339 fi
12340 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $wine_cv_one_arg_mkdir" >&5
12341 $as_echo "$wine_cv_one_arg_mkdir" >&6; }
12342 if test "$wine_cv_one_arg_mkdir" = "yes"
12343 then
12344
12345 $as_echo "#define HAVE_ONE_ARG_MKDIR 1" >>confdefs.h
12346
12347 fi
12348
12349
12350 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for an ANSI C-conforming const" >&5
12351 $as_echo_n "checking for an ANSI C-conforming const... " >&6; }
12352 if test "${ac_cv_c_const+set}" = set; then :
12353   $as_echo_n "(cached) " >&6
12354 else
12355   cat confdefs.h - <<_ACEOF >conftest.$ac_ext
12356 /* end confdefs.h.  */
12357
12358 int
12359 main ()
12360 {
12361 /* FIXME: Include the comments suggested by Paul. */
12362 #ifndef __cplusplus
12363   /* Ultrix mips cc rejects this.  */
12364   typedef int charset[2];
12365   const charset cs;
12366   /* SunOS 4.1.1 cc rejects this.  */
12367   char const *const *pcpcc;
12368   char **ppc;
12369   /* NEC SVR4.0.2 mips cc rejects this.  */
12370   struct point {int x, y;};
12371   static struct point const zero = {0,0};
12372   /* AIX XL C 1.02.0.0 rejects this.
12373      It does not let you subtract one const X* pointer from another in
12374      an arm of an if-expression whose if-part is not a constant
12375      expression */
12376   const char *g = "string";
12377   pcpcc = &g + (g ? g-g : 0);
12378   /* HPUX 7.0 cc rejects these. */
12379   ++pcpcc;
12380   ppc = (char**) pcpcc;
12381   pcpcc = (char const *const *) ppc;
12382   { /* SCO 3.2v4 cc rejects this.  */
12383     char *t;
12384     char const *s = 0 ? (char *) 0 : (char const *) 0;
12385
12386     *t++ = 0;
12387     if (s) return 0;
12388   }
12389   { /* Someone thinks the Sun supposedly-ANSI compiler will reject this.  */
12390     int x[] = {25, 17};
12391     const int *foo = &x[0];
12392     ++foo;
12393   }
12394   { /* Sun SC1.0 ANSI compiler rejects this -- but not the above. */
12395     typedef const int *iptr;
12396     iptr p = 0;
12397     ++p;
12398   }
12399   { /* AIX XL C 1.02.0.0 rejects this saying
12400        "k.c", line 2.27: 1506-025 (S) Operand must be a modifiable lvalue. */
12401     struct s { int j; const int *ap[3]; };
12402     struct s *b; b->j = 5;
12403   }
12404   { /* ULTRIX-32 V3.1 (Rev 9) vcc rejects this */
12405     const int foo = 10;
12406     if (!foo) return 0;
12407   }
12408   return !cs[0] && !zero.x;
12409 #endif
12410
12411   ;
12412   return 0;
12413 }
12414 _ACEOF
12415 if ac_fn_c_try_compile "$LINENO"; then :
12416   ac_cv_c_const=yes
12417 else
12418   ac_cv_c_const=no
12419 fi
12420 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
12421 fi
12422 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_c_const" >&5
12423 $as_echo "$ac_cv_c_const" >&6; }
12424 if test $ac_cv_c_const = no; then
12425
12426 $as_echo "#define const /**/" >>confdefs.h
12427
12428 fi
12429
12430 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for inline" >&5
12431 $as_echo_n "checking for inline... " >&6; }
12432 if test "${ac_cv_c_inline+set}" = set; then :
12433   $as_echo_n "(cached) " >&6
12434 else
12435   ac_cv_c_inline=no
12436 for ac_kw in inline __inline__ __inline; do
12437   cat confdefs.h - <<_ACEOF >conftest.$ac_ext
12438 /* end confdefs.h.  */
12439 #ifndef __cplusplus
12440 typedef int foo_t;
12441 static $ac_kw foo_t static_foo () {return 0; }
12442 $ac_kw foo_t foo () {return 0; }
12443 #endif
12444
12445 _ACEOF
12446 if ac_fn_c_try_compile "$LINENO"; then :
12447   ac_cv_c_inline=$ac_kw
12448 fi
12449 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
12450   test "$ac_cv_c_inline" != no && break
12451 done
12452
12453 fi
12454 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_c_inline" >&5
12455 $as_echo "$ac_cv_c_inline" >&6; }
12456
12457 case $ac_cv_c_inline in
12458   inline | yes) ;;
12459   *)
12460     case $ac_cv_c_inline in
12461       no) ac_val=;;
12462       *) ac_val=$ac_cv_c_inline;;
12463     esac
12464     cat >>confdefs.h <<_ACEOF
12465 #ifndef __cplusplus
12466 #define inline $ac_val
12467 #endif
12468 _ACEOF
12469     ;;
12470 esac
12471
12472 ac_fn_c_check_type "$LINENO" "mode_t" "ac_cv_type_mode_t" "$ac_includes_default"
12473 if test "x$ac_cv_type_mode_t" = x""yes; then :
12474
12475 cat >>confdefs.h <<_ACEOF
12476 #define HAVE_MODE_T 1
12477 _ACEOF
12478
12479
12480 fi
12481 ac_fn_c_check_type "$LINENO" "off_t" "ac_cv_type_off_t" "$ac_includes_default"
12482 if test "x$ac_cv_type_off_t" = x""yes; then :
12483
12484 cat >>confdefs.h <<_ACEOF
12485 #define HAVE_OFF_T 1
12486 _ACEOF
12487
12488
12489 fi
12490 ac_fn_c_check_type "$LINENO" "pid_t" "ac_cv_type_pid_t" "$ac_includes_default"
12491 if test "x$ac_cv_type_pid_t" = x""yes; then :
12492
12493 cat >>confdefs.h <<_ACEOF
12494 #define HAVE_PID_T 1
12495 _ACEOF
12496
12497
12498 fi
12499 ac_fn_c_check_type "$LINENO" "size_t" "ac_cv_type_size_t" "$ac_includes_default"
12500 if test "x$ac_cv_type_size_t" = x""yes; then :
12501
12502 cat >>confdefs.h <<_ACEOF
12503 #define HAVE_SIZE_T 1
12504 _ACEOF
12505
12506
12507 fi
12508 ac_fn_c_check_type "$LINENO" "ssize_t" "ac_cv_type_ssize_t" "$ac_includes_default"
12509 if test "x$ac_cv_type_ssize_t" = x""yes; then :
12510
12511 cat >>confdefs.h <<_ACEOF
12512 #define HAVE_SSIZE_T 1
12513 _ACEOF
12514
12515
12516 fi
12517 ac_fn_c_check_type "$LINENO" "long long" "ac_cv_type_long_long" "$ac_includes_default"
12518 if test "x$ac_cv_type_long_long" = x""yes; then :
12519
12520 cat >>confdefs.h <<_ACEOF
12521 #define HAVE_LONG_LONG 1
12522 _ACEOF
12523
12524
12525 fi
12526 ac_fn_c_check_type "$LINENO" "fsblkcnt_t" "ac_cv_type_fsblkcnt_t" "$ac_includes_default"
12527 if test "x$ac_cv_type_fsblkcnt_t" = x""yes; then :
12528
12529 cat >>confdefs.h <<_ACEOF
12530 #define HAVE_FSBLKCNT_T 1
12531 _ACEOF
12532
12533
12534 fi
12535 ac_fn_c_check_type "$LINENO" "fsfilcnt_t" "ac_cv_type_fsfilcnt_t" "$ac_includes_default"
12536 if test "x$ac_cv_type_fsfilcnt_t" = x""yes; then :
12537
12538 cat >>confdefs.h <<_ACEOF
12539 #define HAVE_FSFILCNT_T 1
12540 _ACEOF
12541
12542
12543 fi
12544
12545 ac_fn_c_check_type "$LINENO" "sigset_t" "ac_cv_type_sigset_t" "#include <sys/types.h>
12546 #include <signal.h>
12547 "
12548 if test "x$ac_cv_type_sigset_t" = x""yes; then :
12549
12550 cat >>confdefs.h <<_ACEOF
12551 #define HAVE_SIGSET_T 1
12552 _ACEOF
12553
12554
12555 fi
12556
12557 ac_fn_c_check_type "$LINENO" "request_sense" "ac_cv_type_request_sense" "#include <linux/cdrom.h>
12558 "
12559 if test "x$ac_cv_type_request_sense" = x""yes; then :
12560
12561 cat >>confdefs.h <<_ACEOF
12562 #define HAVE_REQUEST_SENSE 1
12563 _ACEOF
12564
12565
12566 fi
12567
12568
12569 ac_fn_c_check_type "$LINENO" "struct xinpgen" "ac_cv_type_struct_xinpgen" "#include <sys/types.h>
12570 #ifdef HAVE_SYS_SOCKET_H
12571 #include <sys/socket.h>
12572 #endif
12573 #ifdef HAVE_SYS_SOCKETVAR_H
12574 #include <sys/socketvar.h>
12575 #endif
12576 #ifdef HAVE_NET_ROUTE_H
12577 #include <net/route.h>
12578 #endif
12579 #ifdef HAVE_NETINET_IN_H
12580 #include <netinet/in.h>
12581 #endif
12582 #ifdef HAVE_NETINET_IN_SYSTM_H
12583 #include <netinet/in_systm.h>
12584 #endif
12585 #ifdef HAVE_NETINET_IP_H
12586 #include <netinet/ip.h>
12587 #endif
12588 #ifdef HAVE_NETINET_IN_PCB_H
12589 #include <netinet/in_pcb.h>
12590 #endif
12591 "
12592 if test "x$ac_cv_type_struct_xinpgen" = x""yes; then :
12593
12594 cat >>confdefs.h <<_ACEOF
12595 #define HAVE_STRUCT_XINPGEN 1
12596 _ACEOF
12597
12598
12599 fi
12600
12601
12602 ac_fn_c_check_member "$LINENO" "struct ff_effect" "direction" "ac_cv_member_struct_ff_effect_direction" "#ifdef HAVE_LINUX_INPUT_H
12603 #include <linux/input.h>
12604 #endif
12605 "
12606 if test "x$ac_cv_member_struct_ff_effect_direction" = x""yes; then :
12607
12608 cat >>confdefs.h <<_ACEOF
12609 #define HAVE_STRUCT_FF_EFFECT_DIRECTION 1
12610 _ACEOF
12611
12612
12613 fi
12614
12615
12616 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for sigaddset" >&5
12617 $as_echo_n "checking for sigaddset... " >&6; }
12618 if test "${wine_cv_have_sigaddset+set}" = set; then :
12619   $as_echo_n "(cached) " >&6
12620 else
12621   cat confdefs.h - <<_ACEOF >conftest.$ac_ext
12622 /* end confdefs.h.  */
12623 #include <signal.h>
12624 int
12625 main ()
12626 {
12627 sigset_t set; sigaddset(&set,SIGTERM);
12628   ;
12629   return 0;
12630 }
12631 _ACEOF
12632 if ac_fn_c_try_link "$LINENO"; then :
12633   wine_cv_have_sigaddset=yes
12634 else
12635   wine_cv_have_sigaddset=no
12636 fi
12637 rm -f core conftest.err conftest.$ac_objext \
12638     conftest$ac_exeext conftest.$ac_ext
12639 fi
12640 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $wine_cv_have_sigaddset" >&5
12641 $as_echo "$wine_cv_have_sigaddset" >&6; }
12642 if test "$wine_cv_have_sigaddset" = "yes"
12643 then
12644
12645 $as_echo "#define HAVE_SIGADDSET 1" >>confdefs.h
12646
12647 fi
12648
12649
12650 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether we can use re-entrant gethostbyname_r Linux style" >&5
12651 $as_echo_n "checking whether we can use re-entrant gethostbyname_r Linux style... " >&6; }
12652 if test "${wine_cv_linux_gethostbyname_r_6+set}" = set; then :
12653   $as_echo_n "(cached) " >&6
12654 else
12655   cat confdefs.h - <<_ACEOF >conftest.$ac_ext
12656 /* end confdefs.h.  */
12657 #include <netdb.h>
12658 int
12659 main ()
12660 {
12661
12662     char *name=0;
12663     struct hostent he;
12664     struct hostent *result;
12665     char *buf=0;
12666     int bufsize=0;
12667     int res,errnr;
12668     char *addr=0;
12669     int addrlen=0;
12670     int addrtype=0;
12671     res=gethostbyname_r(name,&he,buf,bufsize,&result,&errnr);
12672     res=gethostbyaddr_r(addr, addrlen, addrtype,&he,buf,bufsize,&result,&errnr);
12673
12674   ;
12675   return 0;
12676 }
12677 _ACEOF
12678 if ac_fn_c_try_link "$LINENO"; then :
12679   wine_cv_linux_gethostbyname_r_6=yes
12680 else
12681   wine_cv_linux_gethostbyname_r_6=no
12682
12683 fi
12684 rm -f core conftest.err conftest.$ac_objext \
12685     conftest$ac_exeext conftest.$ac_ext
12686
12687 fi
12688 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $wine_cv_linux_gethostbyname_r_6" >&5
12689 $as_echo "$wine_cv_linux_gethostbyname_r_6" >&6; }
12690    if test "$wine_cv_linux_gethostbyname_r_6" = "yes"
12691    then
12692
12693 $as_echo "#define HAVE_LINUX_GETHOSTBYNAME_R_6 1" >>confdefs.h
12694
12695    fi
12696
12697 if test "$ac_cv_header_linux_joystick_h" = "yes"
12698 then
12699    { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether linux/joystick.h uses the Linux 2.2+ API" >&5
12700 $as_echo_n "checking whether linux/joystick.h uses the Linux 2.2+ API... " >&6; }
12701 if test "${wine_cv_linux_joystick_22_api+set}" = set; then :
12702   $as_echo_n "(cached) " >&6
12703 else
12704   cat confdefs.h - <<_ACEOF >conftest.$ac_ext
12705 /* end confdefs.h.  */
12706
12707         #include <sys/ioctl.h>
12708         #include <sys/types.h>
12709         #include <linux/joystick.h>
12710
12711         struct js_event blub;
12712         #if !defined(JS_EVENT_AXIS) || !defined(JS_EVENT_BUTTON)
12713         #error "no 2.2 header"
12714         #endif
12715
12716 int
12717 main ()
12718 {
12719 /*empty*/
12720   ;
12721   return 0;
12722 }
12723 _ACEOF
12724 if ac_fn_c_try_compile "$LINENO"; then :
12725   wine_cv_linux_joystick_22_api=yes
12726 else
12727   wine_cv_linux_joystick_22_api=no
12728 fi
12729 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
12730
12731 fi
12732 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $wine_cv_linux_joystick_22_api" >&5
12733 $as_echo "$wine_cv_linux_joystick_22_api" >&6; }
12734    if test "$wine_cv_linux_joystick_22_api" = "yes"
12735    then
12736
12737 $as_echo "#define HAVE_LINUX_22_JOYSTICK_API 1" >>confdefs.h
12738
12739    fi
12740 fi
12741
12742
12743 ac_fn_c_check_member "$LINENO" "struct statfs" "f_bfree" "ac_cv_member_struct_statfs_f_bfree" "#include <sys/types.h>
12744 #ifdef HAVE_SYS_PARAM_H
12745 # include <sys/param.h>
12746 #endif
12747 #ifdef HAVE_SYS_MOUNT_H
12748 # include <sys/mount.h>
12749 #endif
12750 #ifdef HAVE_SYS_VFS_H
12751 # include <sys/vfs.h>
12752 #endif
12753 #ifdef HAVE_SYS_STATFS_H
12754 # include <sys/statfs.h>
12755 #endif
12756 "
12757 if test "x$ac_cv_member_struct_statfs_f_bfree" = x""yes; then :
12758
12759 cat >>confdefs.h <<_ACEOF
12760 #define HAVE_STRUCT_STATFS_F_BFREE 1
12761 _ACEOF
12762
12763
12764 fi
12765 ac_fn_c_check_member "$LINENO" "struct statfs" "f_bavail" "ac_cv_member_struct_statfs_f_bavail" "#include <sys/types.h>
12766 #ifdef HAVE_SYS_PARAM_H
12767 # include <sys/param.h>
12768 #endif
12769 #ifdef HAVE_SYS_MOUNT_H
12770 # include <sys/mount.h>
12771 #endif
12772 #ifdef HAVE_SYS_VFS_H
12773 # include <sys/vfs.h>
12774 #endif
12775 #ifdef HAVE_SYS_STATFS_H
12776 # include <sys/statfs.h>
12777 #endif
12778 "
12779 if test "x$ac_cv_member_struct_statfs_f_bavail" = x""yes; then :
12780
12781 cat >>confdefs.h <<_ACEOF
12782 #define HAVE_STRUCT_STATFS_F_BAVAIL 1
12783 _ACEOF
12784
12785
12786 fi
12787 ac_fn_c_check_member "$LINENO" "struct statfs" "f_frsize" "ac_cv_member_struct_statfs_f_frsize" "#include <sys/types.h>
12788 #ifdef HAVE_SYS_PARAM_H
12789 # include <sys/param.h>
12790 #endif
12791 #ifdef HAVE_SYS_MOUNT_H
12792 # include <sys/mount.h>
12793 #endif
12794 #ifdef HAVE_SYS_VFS_H
12795 # include <sys/vfs.h>
12796 #endif
12797 #ifdef HAVE_SYS_STATFS_H
12798 # include <sys/statfs.h>
12799 #endif
12800 "
12801 if test "x$ac_cv_member_struct_statfs_f_frsize" = x""yes; then :
12802
12803 cat >>confdefs.h <<_ACEOF
12804 #define HAVE_STRUCT_STATFS_F_FRSIZE 1
12805 _ACEOF
12806
12807
12808 fi
12809 ac_fn_c_check_member "$LINENO" "struct statfs" "f_ffree" "ac_cv_member_struct_statfs_f_ffree" "#include <sys/types.h>
12810 #ifdef HAVE_SYS_PARAM_H
12811 # include <sys/param.h>
12812 #endif
12813 #ifdef HAVE_SYS_MOUNT_H
12814 # include <sys/mount.h>
12815 #endif
12816 #ifdef HAVE_SYS_VFS_H
12817 # include <sys/vfs.h>
12818 #endif
12819 #ifdef HAVE_SYS_STATFS_H
12820 # include <sys/statfs.h>
12821 #endif
12822 "
12823 if test "x$ac_cv_member_struct_statfs_f_ffree" = x""yes; then :
12824
12825 cat >>confdefs.h <<_ACEOF
12826 #define HAVE_STRUCT_STATFS_F_FFREE 1
12827 _ACEOF
12828
12829
12830 fi
12831 ac_fn_c_check_member "$LINENO" "struct statfs" "f_favail" "ac_cv_member_struct_statfs_f_favail" "#include <sys/types.h>
12832 #ifdef HAVE_SYS_PARAM_H
12833 # include <sys/param.h>
12834 #endif
12835 #ifdef HAVE_SYS_MOUNT_H
12836 # include <sys/mount.h>
12837 #endif
12838 #ifdef HAVE_SYS_VFS_H
12839 # include <sys/vfs.h>
12840 #endif
12841 #ifdef HAVE_SYS_STATFS_H
12842 # include <sys/statfs.h>
12843 #endif
12844 "
12845 if test "x$ac_cv_member_struct_statfs_f_favail" = x""yes; then :
12846
12847 cat >>confdefs.h <<_ACEOF
12848 #define HAVE_STRUCT_STATFS_F_FAVAIL 1
12849 _ACEOF
12850
12851
12852 fi
12853 ac_fn_c_check_member "$LINENO" "struct statfs" "f_namelen" "ac_cv_member_struct_statfs_f_namelen" "#include <sys/types.h>
12854 #ifdef HAVE_SYS_PARAM_H
12855 # include <sys/param.h>
12856 #endif
12857 #ifdef HAVE_SYS_MOUNT_H
12858 # include <sys/mount.h>
12859 #endif
12860 #ifdef HAVE_SYS_VFS_H
12861 # include <sys/vfs.h>
12862 #endif
12863 #ifdef HAVE_SYS_STATFS_H
12864 # include <sys/statfs.h>
12865 #endif
12866 "
12867 if test "x$ac_cv_member_struct_statfs_f_namelen" = x""yes; then :
12868
12869 cat >>confdefs.h <<_ACEOF
12870 #define HAVE_STRUCT_STATFS_F_NAMELEN 1
12871 _ACEOF
12872
12873
12874 fi
12875
12876
12877 ac_fn_c_check_member "$LINENO" "struct statvfs" "f_blocks" "ac_cv_member_struct_statvfs_f_blocks" "#ifdef HAVE_SYS_STATVFS_H
12878 #include <sys/statvfs.h>
12879 #endif
12880 "
12881 if test "x$ac_cv_member_struct_statvfs_f_blocks" = x""yes; then :
12882
12883 cat >>confdefs.h <<_ACEOF
12884 #define HAVE_STRUCT_STATVFS_F_BLOCKS 1
12885 _ACEOF
12886
12887
12888 fi
12889
12890
12891 ac_fn_c_check_member "$LINENO" "struct msghdr" "msg_accrights" "ac_cv_member_struct_msghdr_msg_accrights" "#include <sys/types.h>
12892 #ifdef HAVE_SYS_SOCKET_H
12893 # include <sys/socket.h>
12894 #endif
12895 #ifdef HAVE_SYS_UN_H
12896 # include <sys/un.h>
12897 #endif
12898 "
12899 if test "x$ac_cv_member_struct_msghdr_msg_accrights" = x""yes; then :
12900
12901 cat >>confdefs.h <<_ACEOF
12902 #define HAVE_STRUCT_MSGHDR_MSG_ACCRIGHTS 1
12903 _ACEOF
12904
12905
12906 fi
12907 ac_fn_c_check_member "$LINENO" "struct sockaddr" "sa_len" "ac_cv_member_struct_sockaddr_sa_len" "#include <sys/types.h>
12908 #ifdef HAVE_SYS_SOCKET_H
12909 # include <sys/socket.h>
12910 #endif
12911 #ifdef HAVE_SYS_UN_H
12912 # include <sys/un.h>
12913 #endif
12914 "
12915 if test "x$ac_cv_member_struct_sockaddr_sa_len" = x""yes; then :
12916
12917 cat >>confdefs.h <<_ACEOF
12918 #define HAVE_STRUCT_SOCKADDR_SA_LEN 1
12919 _ACEOF
12920
12921
12922 fi
12923 ac_fn_c_check_member "$LINENO" "struct sockaddr_un" "sun_len" "ac_cv_member_struct_sockaddr_un_sun_len" "#include <sys/types.h>
12924 #ifdef HAVE_SYS_SOCKET_H
12925 # include <sys/socket.h>
12926 #endif
12927 #ifdef HAVE_SYS_UN_H
12928 # include <sys/un.h>
12929 #endif
12930 "
12931 if test "x$ac_cv_member_struct_sockaddr_un_sun_len" = x""yes; then :
12932
12933 cat >>confdefs.h <<_ACEOF
12934 #define HAVE_STRUCT_SOCKADDR_UN_SUN_LEN 1
12935 _ACEOF
12936
12937
12938 fi
12939
12940
12941 ac_fn_c_check_member "$LINENO" "scsireq_t" "cmd" "ac_cv_member_scsireq_t_cmd" "#include <sys/types.h>
12942 #ifdef HAVE_SCSI_SG_H
12943 #include <scsi/sg.h>
12944 #endif
12945 "
12946 if test "x$ac_cv_member_scsireq_t_cmd" = x""yes; then :
12947
12948 cat >>confdefs.h <<_ACEOF
12949 #define HAVE_SCSIREQ_T_CMD 1
12950 _ACEOF
12951
12952
12953 fi
12954 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>
12955 #ifdef HAVE_SCSI_SG_H
12956 #include <scsi/sg.h>
12957 #endif
12958 "
12959 if test "x$ac_cv_member_sg_io_hdr_t_interface_id" = x""yes; then :
12960
12961 cat >>confdefs.h <<_ACEOF
12962 #define HAVE_SG_IO_HDR_T_INTERFACE_ID 1
12963 _ACEOF
12964
12965
12966 fi
12967
12968
12969 ac_fn_c_check_member "$LINENO" "siginfo_t" "si_fd" "ac_cv_member_siginfo_t_si_fd" "#include <signal.h>
12970 "
12971 if test "x$ac_cv_member_siginfo_t_si_fd" = x""yes; then :
12972
12973 cat >>confdefs.h <<_ACEOF
12974 #define HAVE_SIGINFO_T_SI_FD 1
12975 _ACEOF
12976
12977
12978 fi
12979
12980
12981 ac_fn_c_check_member "$LINENO" "struct mtget" "mt_blksiz" "ac_cv_member_struct_mtget_mt_blksiz" "#include <sys/types.h>
12982 #ifdef HAVE_SYS_MTIO_H
12983 #include <sys/mtio.h>
12984 #endif
12985 "
12986 if test "x$ac_cv_member_struct_mtget_mt_blksiz" = x""yes; then :
12987
12988 cat >>confdefs.h <<_ACEOF
12989 #define HAVE_STRUCT_MTGET_MT_BLKSIZ 1
12990 _ACEOF
12991
12992
12993 fi
12994 ac_fn_c_check_member "$LINENO" "struct mtget" "mt_gstat" "ac_cv_member_struct_mtget_mt_gstat" "#include <sys/types.h>
12995 #ifdef HAVE_SYS_MTIO_H
12996 #include <sys/mtio.h>
12997 #endif
12998 "
12999 if test "x$ac_cv_member_struct_mtget_mt_gstat" = x""yes; then :
13000
13001 cat >>confdefs.h <<_ACEOF
13002 #define HAVE_STRUCT_MTGET_MT_GSTAT 1
13003 _ACEOF
13004
13005
13006 fi
13007 ac_fn_c_check_member "$LINENO" "struct mtget" "mt_blkno" "ac_cv_member_struct_mtget_mt_blkno" "#include <sys/types.h>
13008 #ifdef HAVE_SYS_MTIO_H
13009 #include <sys/mtio.h>
13010 #endif
13011 "
13012 if test "x$ac_cv_member_struct_mtget_mt_blkno" = x""yes; then :
13013
13014 cat >>confdefs.h <<_ACEOF
13015 #define HAVE_STRUCT_MTGET_MT_BLKNO 1
13016 _ACEOF
13017
13018
13019 fi
13020
13021
13022 ac_fn_c_check_member "$LINENO" "struct option" "name" "ac_cv_member_struct_option_name" "#ifdef HAVE_GETOPT_H
13023 #include <getopt.h>
13024 #endif
13025 "
13026 if test "x$ac_cv_member_struct_option_name" = x""yes; then :
13027
13028 cat >>confdefs.h <<_ACEOF
13029 #define HAVE_STRUCT_OPTION_NAME 1
13030 _ACEOF
13031
13032
13033 fi
13034
13035
13036 ac_fn_c_check_member "$LINENO" "struct stat" "st_blocks" "ac_cv_member_struct_stat_st_blocks" "$ac_includes_default"
13037 if test "x$ac_cv_member_struct_stat_st_blocks" = x""yes; then :
13038
13039 cat >>confdefs.h <<_ACEOF
13040 #define HAVE_STRUCT_STAT_ST_BLOCKS 1
13041 _ACEOF
13042
13043
13044 fi
13045 ac_fn_c_check_member "$LINENO" "struct stat" "st_mtim" "ac_cv_member_struct_stat_st_mtim" "$ac_includes_default"
13046 if test "x$ac_cv_member_struct_stat_st_mtim" = x""yes; then :
13047
13048 cat >>confdefs.h <<_ACEOF
13049 #define HAVE_STRUCT_STAT_ST_MTIM 1
13050 _ACEOF
13051
13052
13053 fi
13054 ac_fn_c_check_member "$LINENO" "struct stat" "st_ctim" "ac_cv_member_struct_stat_st_ctim" "$ac_includes_default"
13055 if test "x$ac_cv_member_struct_stat_st_ctim" = x""yes; then :
13056
13057 cat >>confdefs.h <<_ACEOF
13058 #define HAVE_STRUCT_STAT_ST_CTIM 1
13059 _ACEOF
13060
13061
13062 fi
13063 ac_fn_c_check_member "$LINENO" "struct stat" "st_atim" "ac_cv_member_struct_stat_st_atim" "$ac_includes_default"
13064 if test "x$ac_cv_member_struct_stat_st_atim" = x""yes; then :
13065
13066 cat >>confdefs.h <<_ACEOF
13067 #define HAVE_STRUCT_STAT_ST_ATIM 1
13068 _ACEOF
13069
13070
13071 fi
13072
13073
13074 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
13075 #include <sys/types.h>
13076 #endif
13077 #ifdef HAVE_NETINET_IN_H
13078 #include <netinet/in.h>
13079 #endif
13080 "
13081 if test "x$ac_cv_member_struct_sockaddr_in6_sin6_scope_id" = x""yes; then :
13082
13083 cat >>confdefs.h <<_ACEOF
13084 #define HAVE_STRUCT_SOCKADDR_IN6_SIN6_SCOPE_ID 1
13085 _ACEOF
13086
13087
13088 fi
13089
13090
13091 ac_fn_c_check_member "$LINENO" "ns_msg" "_msg_ptr" "ac_cv_member_ns_msg__msg_ptr" "#ifdef HAVE_SYS_TYPES_H
13092 #include <sys/types.h>
13093 #endif
13094 #ifdef HAVE_NETINET_IN_H
13095 # include <netinet/in.h>
13096 #endif
13097 #ifdef HAVE_ARPA_NAMESER_H
13098 # include <arpa/nameser.h>
13099 #endif
13100 "
13101 if test "x$ac_cv_member_ns_msg__msg_ptr" = x""yes; then :
13102
13103 cat >>confdefs.h <<_ACEOF
13104 #define HAVE_NS_MSG__MSG_PTR 1
13105 _ACEOF
13106
13107
13108 fi
13109
13110
13111 ac_fn_c_check_member "$LINENO" "struct icmpstat" "icps_outhist" "ac_cv_member_struct_icmpstat_icps_outhist" "#ifdef HAVE_SYS_TYPES_H
13112 #include <sys/types.h>
13113 #endif
13114 #ifdef HAVE_ALIAS_H
13115 #include <alias.h>
13116 #endif
13117 #ifdef HAVE_SYS_SOCKET_H
13118 #include <sys/socket.h>
13119 #endif
13120 #ifdef HAVE_SYS_SOCKETVAR_H
13121 #include <sys/socketvar.h>
13122 #endif
13123 #ifdef HAVE_SYS_TIMEOUT_H
13124 #include <sys/timeout.h>
13125 #endif
13126 #ifdef HAVE_NETINET_IN_H
13127 #include <netinet/in.h>
13128 #endif
13129 #ifdef HAVE_NETINET_IN_SYSTM_H
13130 #include <netinet/in_systm.h>
13131 #endif
13132 #ifdef HAVE_NETINET_IP_H
13133 #include <netinet/ip.h>
13134 #endif
13135 #ifdef HAVE_NETINET_IP_VAR_H
13136 #include <netinet/ip_var.h>
13137 #endif
13138 #ifdef HAVE_NETINET_IP_ICMP_H
13139 #include <netinet/ip_icmp.h>
13140 #endif
13141 #ifdef HAVE_NETINET_ICMP_VAR
13142 #include <netinet/icmp_var.h>
13143 #endif
13144 "
13145 if test "x$ac_cv_member_struct_icmpstat_icps_outhist" = x""yes; then :
13146
13147 cat >>confdefs.h <<_ACEOF
13148 #define HAVE_STRUCT_ICMPSTAT_ICPS_OUTHIST 1
13149 _ACEOF
13150
13151
13152 fi
13153
13154
13155 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for timezone variable" >&5
13156 $as_echo_n "checking for timezone variable... " >&6; }
13157 if test "${ac_cv_have_timezone+set}" = set; then :
13158   $as_echo_n "(cached) " >&6
13159 else
13160   cat confdefs.h - <<_ACEOF >conftest.$ac_ext
13161 /* end confdefs.h.  */
13162 #include <time.h>
13163 int
13164 main ()
13165 {
13166 timezone = 1
13167   ;
13168   return 0;
13169 }
13170 _ACEOF
13171 if ac_fn_c_try_link "$LINENO"; then :
13172   ac_cv_have_timezone="yes"
13173 else
13174   ac_cv_have_timezone="no"
13175 fi
13176 rm -f core conftest.err conftest.$ac_objext \
13177     conftest$ac_exeext conftest.$ac_ext
13178 fi
13179 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_have_timezone" >&5
13180 $as_echo "$ac_cv_have_timezone" >&6; }
13181 if test "$ac_cv_have_timezone" = "yes"
13182 then
13183
13184 $as_echo "#define HAVE_TIMEZONE 1" >>confdefs.h
13185
13186 fi
13187 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for daylight variable" >&5
13188 $as_echo_n "checking for daylight variable... " >&6; }
13189 if test "${ac_cv_have_daylight+set}" = set; then :
13190   $as_echo_n "(cached) " >&6
13191 else
13192   cat confdefs.h - <<_ACEOF >conftest.$ac_ext
13193 /* end confdefs.h.  */
13194 #include <time.h>
13195 int
13196 main ()
13197 {
13198 daylight = 1
13199   ;
13200   return 0;
13201 }
13202 _ACEOF
13203 if ac_fn_c_try_link "$LINENO"; then :
13204   ac_cv_have_daylight="yes"
13205 else
13206   ac_cv_have_daylight="no"
13207 fi
13208 rm -f core conftest.err conftest.$ac_objext \
13209     conftest$ac_exeext conftest.$ac_ext
13210 fi
13211 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_have_daylight" >&5
13212 $as_echo "$ac_cv_have_daylight" >&6; }
13213 if test "$ac_cv_have_daylight" = "yes"
13214 then
13215
13216 $as_echo "#define HAVE_DAYLIGHT 1" >>confdefs.h
13217
13218 fi
13219
13220 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for isinf" >&5
13221 $as_echo_n "checking for isinf... " >&6; }
13222 if test "${ac_cv_have_isinf+set}" = set; then :
13223   $as_echo_n "(cached) " >&6
13224 else
13225   cat confdefs.h - <<_ACEOF >conftest.$ac_ext
13226 /* end confdefs.h.  */
13227 #include <math.h>
13228 int
13229 main ()
13230 {
13231 float f = 0.0; int i=isinf(f)
13232   ;
13233   return 0;
13234 }
13235 _ACEOF
13236 if ac_fn_c_try_link "$LINENO"; then :
13237   ac_cv_have_isinf="yes"
13238 else
13239   ac_cv_have_isinf="no"
13240 fi
13241 rm -f core conftest.err conftest.$ac_objext \
13242     conftest$ac_exeext conftest.$ac_ext
13243 fi
13244 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_have_isinf" >&5
13245 $as_echo "$ac_cv_have_isinf" >&6; }
13246 if test "$ac_cv_have_isinf" = "yes"
13247 then
13248
13249 $as_echo "#define HAVE_ISINF 1" >>confdefs.h
13250
13251 fi
13252
13253 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for isnan" >&5
13254 $as_echo_n "checking for isnan... " >&6; }
13255 if test "${ac_cv_have_isnan+set}" = set; then :
13256   $as_echo_n "(cached) " >&6
13257 else
13258   cat confdefs.h - <<_ACEOF >conftest.$ac_ext
13259 /* end confdefs.h.  */
13260 #include <math.h>
13261 int
13262 main ()
13263 {
13264 float f = 0.0; int i=isnan(f)
13265   ;
13266   return 0;
13267 }
13268 _ACEOF
13269 if ac_fn_c_try_link "$LINENO"; then :
13270   ac_cv_have_isnan="yes"
13271 else
13272   ac_cv_have_isnan="no"
13273 fi
13274 rm -f core conftest.err conftest.$ac_objext \
13275     conftest$ac_exeext conftest.$ac_ext
13276 fi
13277 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_have_isnan" >&5
13278 $as_echo "$ac_cv_have_isnan" >&6; }
13279 if test "$ac_cv_have_isnan" = "yes"
13280 then
13281
13282 $as_echo "#define HAVE_ISNAN 1" >>confdefs.h
13283
13284 fi
13285
13286
13287 case $host_cpu in
13288   *i[3456789]86*) { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether we need to define __i386__" >&5
13289 $as_echo_n "checking whether we need to define __i386__... " >&6; }
13290 if test "${ac_cv_cpp_def___i386__+set}" = set; then :
13291   $as_echo_n "(cached) " >&6
13292 else
13293   cat confdefs.h - <<_ACEOF >conftest.$ac_ext
13294 /* end confdefs.h.  */
13295 #ifndef __i386__
13296 yes
13297 #endif
13298 _ACEOF
13299 if (eval "$ac_cpp conftest.$ac_ext") 2>&5 |
13300   $EGREP "yes" >/dev/null 2>&1; then :
13301   ac_cv_cpp_def___i386__=yes
13302 else
13303   ac_cv_cpp_def___i386__=no
13304 fi
13305 rm -f conftest*
13306
13307 fi
13308 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_cpp_def___i386__" >&5
13309 $as_echo "$ac_cv_cpp_def___i386__" >&6; }
13310 if test $ac_cv_cpp_def___i386__ = yes; then :
13311   CFLAGS="$CFLAGS -D__i386__"
13312   LINTFLAGS="$LINTFLAGS -D__i386__"
13313 fi ;;
13314   *x86_64*)         { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether we need to define __x86_64__" >&5
13315 $as_echo_n "checking whether we need to define __x86_64__... " >&6; }
13316 if test "${ac_cv_cpp_def___x86_64__+set}" = set; then :
13317   $as_echo_n "(cached) " >&6
13318 else
13319   cat confdefs.h - <<_ACEOF >conftest.$ac_ext
13320 /* end confdefs.h.  */
13321 #ifndef __x86_64__
13322 yes
13323 #endif
13324 _ACEOF
13325 if (eval "$ac_cpp conftest.$ac_ext") 2>&5 |
13326   $EGREP "yes" >/dev/null 2>&1; then :
13327   ac_cv_cpp_def___x86_64__=yes
13328 else
13329   ac_cv_cpp_def___x86_64__=no
13330 fi
13331 rm -f conftest*
13332
13333 fi
13334 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_cpp_def___x86_64__" >&5
13335 $as_echo "$ac_cv_cpp_def___x86_64__" >&6; }
13336 if test $ac_cv_cpp_def___x86_64__ = yes; then :
13337   CFLAGS="$CFLAGS -D__x86_64__"
13338   LINTFLAGS="$LINTFLAGS -D__x86_64__"
13339 fi ;;
13340   *alpha*)          { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether we need to define __ALPHA__" >&5
13341 $as_echo_n "checking whether we need to define __ALPHA__... " >&6; }
13342 if test "${ac_cv_cpp_def___ALPHA__+set}" = set; then :
13343   $as_echo_n "(cached) " >&6
13344 else
13345   cat confdefs.h - <<_ACEOF >conftest.$ac_ext
13346 /* end confdefs.h.  */
13347 #ifndef __ALPHA__
13348 yes
13349 #endif
13350 _ACEOF
13351 if (eval "$ac_cpp conftest.$ac_ext") 2>&5 |
13352   $EGREP "yes" >/dev/null 2>&1; then :
13353   ac_cv_cpp_def___ALPHA__=yes
13354 else
13355   ac_cv_cpp_def___ALPHA__=no
13356 fi
13357 rm -f conftest*
13358
13359 fi
13360 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_cpp_def___ALPHA__" >&5
13361 $as_echo "$ac_cv_cpp_def___ALPHA__" >&6; }
13362 if test $ac_cv_cpp_def___ALPHA__ = yes; then :
13363   CFLAGS="$CFLAGS -D__ALPHA__"
13364   LINTFLAGS="$LINTFLAGS -D__ALPHA__"
13365 fi ;;
13366   *sparc*)          { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether we need to define __sparc__" >&5
13367 $as_echo_n "checking whether we need to define __sparc__... " >&6; }
13368 if test "${ac_cv_cpp_def___sparc__+set}" = set; then :
13369   $as_echo_n "(cached) " >&6
13370 else
13371   cat confdefs.h - <<_ACEOF >conftest.$ac_ext
13372 /* end confdefs.h.  */
13373 #ifndef __sparc__
13374 yes
13375 #endif
13376 _ACEOF
13377 if (eval "$ac_cpp conftest.$ac_ext") 2>&5 |
13378   $EGREP "yes" >/dev/null 2>&1; then :
13379   ac_cv_cpp_def___sparc__=yes
13380 else
13381   ac_cv_cpp_def___sparc__=no
13382 fi
13383 rm -f conftest*
13384
13385 fi
13386 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_cpp_def___sparc__" >&5
13387 $as_echo "$ac_cv_cpp_def___sparc__" >&6; }
13388 if test $ac_cv_cpp_def___sparc__ = yes; then :
13389   CFLAGS="$CFLAGS -D__sparc__"
13390   LINTFLAGS="$LINTFLAGS -D__sparc__"
13391 fi ;;
13392   *powerpc*)        { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether we need to define __powerpc__" >&5
13393 $as_echo_n "checking whether we need to define __powerpc__... " >&6; }
13394 if test "${ac_cv_cpp_def___powerpc__+set}" = set; then :
13395   $as_echo_n "(cached) " >&6
13396 else
13397   cat confdefs.h - <<_ACEOF >conftest.$ac_ext
13398 /* end confdefs.h.  */
13399 #ifndef __powerpc__
13400 yes
13401 #endif
13402 _ACEOF
13403 if (eval "$ac_cpp conftest.$ac_ext") 2>&5 |
13404   $EGREP "yes" >/dev/null 2>&1; then :
13405   ac_cv_cpp_def___powerpc__=yes
13406 else
13407   ac_cv_cpp_def___powerpc__=no
13408 fi
13409 rm -f conftest*
13410
13411 fi
13412 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_cpp_def___powerpc__" >&5
13413 $as_echo "$ac_cv_cpp_def___powerpc__" >&6; }
13414 if test $ac_cv_cpp_def___powerpc__ = yes; then :
13415   CFLAGS="$CFLAGS -D__powerpc__"
13416   LINTFLAGS="$LINTFLAGS -D__powerpc__"
13417 fi ;;
13418 esac
13419
13420 case $host_vendor in
13421   *sun*) { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether we need to define __sun__" >&5
13422 $as_echo_n "checking whether we need to define __sun__... " >&6; }
13423 if test "${ac_cv_cpp_def___sun__+set}" = set; then :
13424   $as_echo_n "(cached) " >&6
13425 else
13426   cat confdefs.h - <<_ACEOF >conftest.$ac_ext
13427 /* end confdefs.h.  */
13428 #ifndef __sun__
13429 yes
13430 #endif
13431 _ACEOF
13432 if (eval "$ac_cpp conftest.$ac_ext") 2>&5 |
13433   $EGREP "yes" >/dev/null 2>&1; then :
13434   ac_cv_cpp_def___sun__=yes
13435 else
13436   ac_cv_cpp_def___sun__=no
13437 fi
13438 rm -f conftest*
13439
13440 fi
13441 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_cpp_def___sun__" >&5
13442 $as_echo "$ac_cv_cpp_def___sun__" >&6; }
13443 if test $ac_cv_cpp_def___sun__ = yes; then :
13444   CFLAGS="$CFLAGS -D__sun__"
13445   LINTFLAGS="$LINTFLAGS -D__sun__"
13446 fi ;;
13447 esac
13448
13449
13450 DEPENDENCIES="### Dependencies:
13451
13452 .INIT: Makefile
13453 .BEGIN: Makefile
13454 .MAKEFILEDEPS:
13455 Makefile: dummy
13456         -\$(MAKEDEP) \$(MAKEDEPFLAGS) -C\$(SRCDIR) -S\$(TOPSRCDIR) -T\$(TOPOBJDIR) \$(EXTRAINCL) \$(DEPEND_SRCS)
13457
13458 \$(OBJS) \$(C_SRCS16:.c=.o): \$(IDL_GEN_HEADERS)
13459 \$(IDL_GEN_C_SRCS:.c=.o): \$(IDL_GEN_C_SRCS)
13460 \$(RC_SRCS:.rc=.res): \$(IDL_TLB_SRCS:.idl=.tlb)
13461 \$(LEX_SRCS:.l=.yy.o): \$(LEX_SRCS:.l=.yy.c)
13462 \$(BISON_SRCS:.y=.tab.o): \$(BISON_SRCS:.y=.tab.c)"
13463
13464
13465 ALL_MAKERULES=""
13466
13467 ALL_MAKEFILES=""
13468
13469 ALL_MAKEFILE_DEPENDS="# Makefile dependencies"
13470
13471
13472 ALL_TOP_DIRS=""
13473
13474 ALL_DLL_DIRS=""
13475
13476 ALL_IMPLIB_DIRS=""
13477
13478 ALL_TEST_DIRS=""
13479
13480 ALL_PROGRAM_DIRS=""
13481
13482 ALL_PROGRAM_INSTALL_DIRS=""
13483
13484 ALL_PROGRAM_BIN_INSTALL_DIRS=""
13485
13486
13487
13488
13489 ac_config_commands="$ac_config_commands include/stamp-h"
13490
13491
13492 ac_config_commands="$ac_config_commands dlls/gdi32/enhmfdrv"
13493
13494 ac_config_commands="$ac_config_commands dlls/gdi32/mfdrv"
13495
13496 ac_config_commands="$ac_config_commands dlls/kernel32/nls"
13497
13498 ac_config_commands="$ac_config_commands dlls/user32/resources"
13499
13500 ac_config_commands="$ac_config_commands dlls/wineps.drv/data"
13501
13502 ac_config_commands="$ac_config_commands include/wine"
13503
13504
13505 ALL_MAKERULES="$ALL_MAKERULES \\
13506         Make.rules"
13507 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
13508 Make.rules: Make.rules.in"
13509 MAKE_RULES=Make.rules
13510 ac_config_files="$ac_config_files Make.rules"
13511
13512 ALL_MAKERULES="$ALL_MAKERULES \\
13513         dlls/Makedll.rules"
13514 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
13515 dlls/Makedll.rules: dlls/Makedll.rules.in Make.rules"
13516 MAKE_DLL_RULES=dlls/Makedll.rules
13517 ac_config_files="$ac_config_files dlls/Makedll.rules"
13518
13519 ALL_MAKERULES="$ALL_MAKERULES \\
13520         dlls/Makeimplib.rules"
13521 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
13522 dlls/Makeimplib.rules: dlls/Makeimplib.rules.in Make.rules"
13523 MAKE_IMPLIB_RULES=dlls/Makeimplib.rules
13524 ac_config_files="$ac_config_files dlls/Makeimplib.rules"
13525
13526 ALL_MAKERULES="$ALL_MAKERULES \\
13527         dlls/Maketest.rules"
13528 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
13529 dlls/Maketest.rules: dlls/Maketest.rules.in Make.rules"
13530 MAKE_TEST_RULES=dlls/Maketest.rules
13531 ac_config_files="$ac_config_files dlls/Maketest.rules"
13532
13533 ALL_MAKERULES="$ALL_MAKERULES \\
13534         programs/Makeprog.rules"
13535 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
13536 programs/Makeprog.rules: programs/Makeprog.rules.in Make.rules"
13537 MAKE_PROG_RULES=programs/Makeprog.rules
13538 ac_config_files="$ac_config_files programs/Makeprog.rules"
13539
13540
13541
13542
13543 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
13544 Makefile: Makefile.in Make.rules"
13545 ac_config_files="$ac_config_files Makefile"
13546
13547 ALL_MAKEFILES="$ALL_MAKEFILES \\
13548         dlls/Makefile"
13549 test "x$enable_dlls" != xno && ALL_TOP_DIRS="$ALL_TOP_DIRS \\
13550         dlls"
13551 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
13552 dlls/Makefile: dlls/Makefile.in Make.rules"
13553 ac_config_files="$ac_config_files dlls/Makefile"
13554
13555 ALL_MAKEFILES="$ALL_MAKEFILES \\
13556         dlls/acledit/Makefile"
13557 test "x$enable_acledit" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
13558         acledit"
13559 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
13560 dlls/acledit/Makefile: dlls/acledit/Makefile.in dlls/Makedll.rules"
13561 ac_config_files="$ac_config_files dlls/acledit/Makefile"
13562
13563 ALL_MAKEFILES="$ALL_MAKEFILES \\
13564         dlls/aclui/Makefile"
13565 test "x$enable_aclui" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
13566         aclui"
13567 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
13568 dlls/aclui/Makefile: dlls/aclui/Makefile.in dlls/Makedll.rules"
13569 ac_config_files="$ac_config_files dlls/aclui/Makefile"
13570
13571 ALL_MAKEFILES="$ALL_MAKEFILES \\
13572         dlls/activeds/Makefile"
13573 test "x$enable_activeds" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
13574         activeds"
13575 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
13576 dlls/activeds/Makefile: dlls/activeds/Makefile.in dlls/Makedll.rules"
13577 ac_config_files="$ac_config_files dlls/activeds/Makefile"
13578
13579 ALL_MAKEFILES="$ALL_MAKEFILES \\
13580         dlls/actxprxy/Makefile"
13581 test "x$enable_actxprxy" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
13582         actxprxy"
13583 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
13584 dlls/actxprxy/Makefile: dlls/actxprxy/Makefile.in dlls/Makedll.rules"
13585 ac_config_files="$ac_config_files dlls/actxprxy/Makefile"
13586
13587 ALL_MAKEFILES="$ALL_MAKEFILES \\
13588         dlls/adsiid/Makefile"
13589 test "x$enable_adsiid" != xno && ALL_IMPLIB_DIRS="$ALL_IMPLIB_DIRS \\
13590         adsiid"
13591 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
13592 dlls/adsiid/Makefile: dlls/adsiid/Makefile.in dlls/Makeimplib.rules"
13593 ac_config_files="$ac_config_files dlls/adsiid/Makefile"
13594
13595 ALL_MAKEFILES="$ALL_MAKEFILES \\
13596         dlls/advapi32/Makefile"
13597 test "x$enable_advapi32" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
13598         advapi32"
13599 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
13600 dlls/advapi32/Makefile: dlls/advapi32/Makefile.in dlls/Makedll.rules"
13601 ac_config_files="$ac_config_files dlls/advapi32/Makefile"
13602
13603 ALL_MAKEFILES="$ALL_MAKEFILES \\
13604         dlls/advapi32/tests/Makefile"
13605 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
13606         advapi32/tests"
13607 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
13608 dlls/advapi32/tests/Makefile: dlls/advapi32/tests/Makefile.in dlls/Maketest.rules"
13609 ac_config_files="$ac_config_files dlls/advapi32/tests/Makefile"
13610
13611 ALL_MAKEFILES="$ALL_MAKEFILES \\
13612         dlls/advpack/Makefile"
13613 test "x$enable_advpack" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
13614         advpack"
13615 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
13616 dlls/advpack/Makefile: dlls/advpack/Makefile.in dlls/Makedll.rules"
13617 ac_config_files="$ac_config_files dlls/advpack/Makefile"
13618
13619 ALL_MAKEFILES="$ALL_MAKEFILES \\
13620         dlls/advpack/tests/Makefile"
13621 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
13622         advpack/tests"
13623 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
13624 dlls/advpack/tests/Makefile: dlls/advpack/tests/Makefile.in dlls/Maketest.rules"
13625 ac_config_files="$ac_config_files dlls/advpack/tests/Makefile"
13626
13627 ALL_MAKEFILES="$ALL_MAKEFILES \\
13628         dlls/amstream/Makefile"
13629 test "x$enable_amstream" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
13630         amstream"
13631 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
13632 dlls/amstream/Makefile: dlls/amstream/Makefile.in dlls/Makedll.rules"
13633 ac_config_files="$ac_config_files dlls/amstream/Makefile"
13634
13635 ALL_MAKEFILES="$ALL_MAKEFILES \\
13636         dlls/amstream/tests/Makefile"
13637 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
13638         amstream/tests"
13639 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
13640 dlls/amstream/tests/Makefile: dlls/amstream/tests/Makefile.in dlls/Maketest.rules"
13641 ac_config_files="$ac_config_files dlls/amstream/tests/Makefile"
13642
13643 ALL_MAKEFILES="$ALL_MAKEFILES \\
13644         dlls/appwiz.cpl/Makefile"
13645 test "x$enable_appwiz_cpl" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
13646         appwiz.cpl"
13647 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
13648 dlls/appwiz.cpl/Makefile: dlls/appwiz.cpl/Makefile.in dlls/Makedll.rules"
13649 ac_config_files="$ac_config_files dlls/appwiz.cpl/Makefile"
13650
13651 ALL_MAKEFILES="$ALL_MAKEFILES \\
13652         dlls/atl/Makefile"
13653 test "x$enable_atl" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
13654         atl"
13655 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
13656 dlls/atl/Makefile: dlls/atl/Makefile.in dlls/Makedll.rules"
13657 ac_config_files="$ac_config_files dlls/atl/Makefile"
13658
13659 ALL_MAKEFILES="$ALL_MAKEFILES \\
13660         dlls/authz/Makefile"
13661 test "x$enable_authz" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
13662         authz"
13663 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
13664 dlls/authz/Makefile: dlls/authz/Makefile.in dlls/Makedll.rules"
13665 ac_config_files="$ac_config_files dlls/authz/Makefile"
13666
13667 ALL_MAKEFILES="$ALL_MAKEFILES \\
13668         dlls/avicap32/Makefile"
13669 test "x$enable_avicap32" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
13670         avicap32"
13671 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
13672 dlls/avicap32/Makefile: dlls/avicap32/Makefile.in dlls/Makedll.rules"
13673 ac_config_files="$ac_config_files dlls/avicap32/Makefile"
13674
13675 ALL_MAKEFILES="$ALL_MAKEFILES \\
13676         dlls/avifil32/Makefile"
13677 test "x$enable_avifil32" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
13678         avifil32"
13679 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
13680 dlls/avifil32/Makefile: dlls/avifil32/Makefile.in dlls/Makedll.rules"
13681 ac_config_files="$ac_config_files dlls/avifil32/Makefile"
13682
13683 ALL_MAKEFILES="$ALL_MAKEFILES \\
13684         dlls/avifile.dll16/Makefile"
13685 test "x$enable_win16" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
13686         avifile.dll16"
13687 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
13688 dlls/avifile.dll16/Makefile: dlls/avifile.dll16/Makefile.in dlls/Makedll.rules"
13689 ac_config_files="$ac_config_files dlls/avifile.dll16/Makefile"
13690
13691 ALL_MAKEFILES="$ALL_MAKEFILES \\
13692         dlls/bcrypt/Makefile"
13693 test "x$enable_bcrypt" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
13694         bcrypt"
13695 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
13696 dlls/bcrypt/Makefile: dlls/bcrypt/Makefile.in dlls/Makedll.rules"
13697 ac_config_files="$ac_config_files dlls/bcrypt/Makefile"
13698
13699 ALL_MAKEFILES="$ALL_MAKEFILES \\
13700         dlls/browseui/Makefile"
13701 test "x$enable_browseui" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
13702         browseui"
13703 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
13704 dlls/browseui/Makefile: dlls/browseui/Makefile.in dlls/Makedll.rules"
13705 ac_config_files="$ac_config_files dlls/browseui/Makefile"
13706
13707 ALL_MAKEFILES="$ALL_MAKEFILES \\
13708         dlls/browseui/tests/Makefile"
13709 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
13710         browseui/tests"
13711 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
13712 dlls/browseui/tests/Makefile: dlls/browseui/tests/Makefile.in dlls/Maketest.rules"
13713 ac_config_files="$ac_config_files dlls/browseui/tests/Makefile"
13714
13715 ALL_MAKEFILES="$ALL_MAKEFILES \\
13716         dlls/cabinet/Makefile"
13717 test "x$enable_cabinet" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
13718         cabinet"
13719 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
13720 dlls/cabinet/Makefile: dlls/cabinet/Makefile.in dlls/Makedll.rules"
13721 ac_config_files="$ac_config_files dlls/cabinet/Makefile"
13722
13723 ALL_MAKEFILES="$ALL_MAKEFILES \\
13724         dlls/cabinet/tests/Makefile"
13725 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
13726         cabinet/tests"
13727 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
13728 dlls/cabinet/tests/Makefile: dlls/cabinet/tests/Makefile.in dlls/Maketest.rules"
13729 ac_config_files="$ac_config_files dlls/cabinet/tests/Makefile"
13730
13731 ALL_MAKEFILES="$ALL_MAKEFILES \\
13732         dlls/capi2032/Makefile"
13733 test "x$enable_capi2032" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
13734         capi2032"
13735 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
13736 dlls/capi2032/Makefile: dlls/capi2032/Makefile.in dlls/Makedll.rules"
13737 ac_config_files="$ac_config_files dlls/capi2032/Makefile"
13738
13739 ALL_MAKEFILES="$ALL_MAKEFILES \\
13740         dlls/cards/Makefile"
13741 test "x$enable_cards" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
13742         cards"
13743 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
13744 dlls/cards/Makefile: dlls/cards/Makefile.in dlls/Makedll.rules"
13745 ac_config_files="$ac_config_files dlls/cards/Makefile"
13746
13747 ALL_MAKEFILES="$ALL_MAKEFILES \\
13748         dlls/cfgmgr32/Makefile"
13749 test "x$enable_cfgmgr32" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
13750         cfgmgr32"
13751 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
13752 dlls/cfgmgr32/Makefile: dlls/cfgmgr32/Makefile.in dlls/Makedll.rules"
13753 ac_config_files="$ac_config_files dlls/cfgmgr32/Makefile"
13754
13755 ALL_MAKEFILES="$ALL_MAKEFILES \\
13756         dlls/clusapi/Makefile"
13757 test "x$enable_clusapi" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
13758         clusapi"
13759 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
13760 dlls/clusapi/Makefile: dlls/clusapi/Makefile.in dlls/Makedll.rules"
13761 ac_config_files="$ac_config_files dlls/clusapi/Makefile"
13762
13763 ALL_MAKEFILES="$ALL_MAKEFILES \\
13764         dlls/comcat/Makefile"
13765 test "x$enable_comcat" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
13766         comcat"
13767 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
13768 dlls/comcat/Makefile: dlls/comcat/Makefile.in dlls/Makedll.rules"
13769 ac_config_files="$ac_config_files dlls/comcat/Makefile"
13770
13771 ALL_MAKEFILES="$ALL_MAKEFILES \\
13772         dlls/comcat/tests/Makefile"
13773 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
13774         comcat/tests"
13775 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
13776 dlls/comcat/tests/Makefile: dlls/comcat/tests/Makefile.in dlls/Maketest.rules"
13777 ac_config_files="$ac_config_files dlls/comcat/tests/Makefile"
13778
13779 ALL_MAKEFILES="$ALL_MAKEFILES \\
13780         dlls/comctl32/Makefile"
13781 test "x$enable_comctl32" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
13782         comctl32"
13783 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
13784 dlls/comctl32/Makefile: dlls/comctl32/Makefile.in dlls/Makedll.rules"
13785 ac_config_files="$ac_config_files dlls/comctl32/Makefile"
13786
13787 ALL_MAKEFILES="$ALL_MAKEFILES \\
13788         dlls/comctl32/tests/Makefile"
13789 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
13790         comctl32/tests"
13791 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
13792 dlls/comctl32/tests/Makefile: dlls/comctl32/tests/Makefile.in dlls/Maketest.rules"
13793 ac_config_files="$ac_config_files dlls/comctl32/tests/Makefile"
13794
13795 ALL_MAKEFILES="$ALL_MAKEFILES \\
13796         dlls/comdlg32/Makefile"
13797 test "x$enable_comdlg32" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
13798         comdlg32"
13799 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
13800 dlls/comdlg32/Makefile: dlls/comdlg32/Makefile.in dlls/Makedll.rules"
13801 ac_config_files="$ac_config_files dlls/comdlg32/Makefile"
13802
13803 ALL_MAKEFILES="$ALL_MAKEFILES \\
13804         dlls/comdlg32/tests/Makefile"
13805 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
13806         comdlg32/tests"
13807 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
13808 dlls/comdlg32/tests/Makefile: dlls/comdlg32/tests/Makefile.in dlls/Maketest.rules"
13809 ac_config_files="$ac_config_files dlls/comdlg32/tests/Makefile"
13810
13811 ALL_MAKEFILES="$ALL_MAKEFILES \\
13812         dlls/comm.drv16/Makefile"
13813 test "x$enable_win16" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
13814         comm.drv16"
13815 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
13816 dlls/comm.drv16/Makefile: dlls/comm.drv16/Makefile.in dlls/Makedll.rules"
13817 ac_config_files="$ac_config_files dlls/comm.drv16/Makefile"
13818
13819 ALL_MAKEFILES="$ALL_MAKEFILES \\
13820         dlls/compobj.dll16/Makefile"
13821 test "x$enable_win16" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
13822         compobj.dll16"
13823 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
13824 dlls/compobj.dll16/Makefile: dlls/compobj.dll16/Makefile.in dlls/Makedll.rules"
13825 ac_config_files="$ac_config_files dlls/compobj.dll16/Makefile"
13826
13827 ALL_MAKEFILES="$ALL_MAKEFILES \\
13828         dlls/compstui/Makefile"
13829 test "x$enable_compstui" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
13830         compstui"
13831 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
13832 dlls/compstui/Makefile: dlls/compstui/Makefile.in dlls/Makedll.rules"
13833 ac_config_files="$ac_config_files dlls/compstui/Makefile"
13834
13835 ALL_MAKEFILES="$ALL_MAKEFILES \\
13836         dlls/credui/Makefile"
13837 test "x$enable_credui" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
13838         credui"
13839 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
13840 dlls/credui/Makefile: dlls/credui/Makefile.in dlls/Makedll.rules"
13841 ac_config_files="$ac_config_files dlls/credui/Makefile"
13842
13843 ALL_MAKEFILES="$ALL_MAKEFILES \\
13844         dlls/credui/tests/Makefile"
13845 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
13846         credui/tests"
13847 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
13848 dlls/credui/tests/Makefile: dlls/credui/tests/Makefile.in dlls/Maketest.rules"
13849 ac_config_files="$ac_config_files dlls/credui/tests/Makefile"
13850
13851 ALL_MAKEFILES="$ALL_MAKEFILES \\
13852         dlls/crtdll/Makefile"
13853 test "x$enable_crtdll" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
13854         crtdll"
13855 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
13856 dlls/crtdll/Makefile: dlls/crtdll/Makefile.in dlls/Makedll.rules"
13857 ac_config_files="$ac_config_files dlls/crtdll/Makefile"
13858
13859 ALL_MAKEFILES="$ALL_MAKEFILES \\
13860         dlls/crypt32/Makefile"
13861 test "x$enable_crypt32" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
13862         crypt32"
13863 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
13864 dlls/crypt32/Makefile: dlls/crypt32/Makefile.in dlls/Makedll.rules"
13865 ac_config_files="$ac_config_files dlls/crypt32/Makefile"
13866
13867 ALL_MAKEFILES="$ALL_MAKEFILES \\
13868         dlls/crypt32/tests/Makefile"
13869 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
13870         crypt32/tests"
13871 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
13872 dlls/crypt32/tests/Makefile: dlls/crypt32/tests/Makefile.in dlls/Maketest.rules"
13873 ac_config_files="$ac_config_files dlls/crypt32/tests/Makefile"
13874
13875 ALL_MAKEFILES="$ALL_MAKEFILES \\
13876         dlls/cryptdlg/Makefile"
13877 test "x$enable_cryptdlg" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
13878         cryptdlg"
13879 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
13880 dlls/cryptdlg/Makefile: dlls/cryptdlg/Makefile.in dlls/Makedll.rules"
13881 ac_config_files="$ac_config_files dlls/cryptdlg/Makefile"
13882
13883 ALL_MAKEFILES="$ALL_MAKEFILES \\
13884         dlls/cryptdll/Makefile"
13885 test "x$enable_cryptdll" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
13886         cryptdll"
13887 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
13888 dlls/cryptdll/Makefile: dlls/cryptdll/Makefile.in dlls/Makedll.rules"
13889 ac_config_files="$ac_config_files dlls/cryptdll/Makefile"
13890
13891 ALL_MAKEFILES="$ALL_MAKEFILES \\
13892         dlls/cryptnet/Makefile"
13893 test "x$enable_cryptnet" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
13894         cryptnet"
13895 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
13896 dlls/cryptnet/Makefile: dlls/cryptnet/Makefile.in dlls/Makedll.rules"
13897 ac_config_files="$ac_config_files dlls/cryptnet/Makefile"
13898
13899 ALL_MAKEFILES="$ALL_MAKEFILES \\
13900         dlls/cryptnet/tests/Makefile"
13901 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
13902         cryptnet/tests"
13903 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
13904 dlls/cryptnet/tests/Makefile: dlls/cryptnet/tests/Makefile.in dlls/Maketest.rules"
13905 ac_config_files="$ac_config_files dlls/cryptnet/tests/Makefile"
13906
13907 ALL_MAKEFILES="$ALL_MAKEFILES \\
13908         dlls/cryptui/Makefile"
13909 test "x$enable_cryptui" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
13910         cryptui"
13911 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
13912 dlls/cryptui/Makefile: dlls/cryptui/Makefile.in dlls/Makedll.rules"
13913 ac_config_files="$ac_config_files dlls/cryptui/Makefile"
13914
13915 ALL_MAKEFILES="$ALL_MAKEFILES \\
13916         dlls/cryptui/tests/Makefile"
13917 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
13918         cryptui/tests"
13919 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
13920 dlls/cryptui/tests/Makefile: dlls/cryptui/tests/Makefile.in dlls/Maketest.rules"
13921 ac_config_files="$ac_config_files dlls/cryptui/tests/Makefile"
13922
13923 ALL_MAKEFILES="$ALL_MAKEFILES \\
13924         dlls/ctapi32/Makefile"
13925 test "x$enable_ctapi32" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
13926         ctapi32"
13927 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
13928 dlls/ctapi32/Makefile: dlls/ctapi32/Makefile.in dlls/Makedll.rules"
13929 ac_config_files="$ac_config_files dlls/ctapi32/Makefile"
13930
13931 ALL_MAKEFILES="$ALL_MAKEFILES \\
13932         dlls/ctl3d.dll16/Makefile"
13933 test "x$enable_win16" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
13934         ctl3d.dll16"
13935 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
13936 dlls/ctl3d.dll16/Makefile: dlls/ctl3d.dll16/Makefile.in dlls/Makedll.rules"
13937 ac_config_files="$ac_config_files dlls/ctl3d.dll16/Makefile"
13938
13939 ALL_MAKEFILES="$ALL_MAKEFILES \\
13940         dlls/ctl3d32/Makefile"
13941 test "x$enable_ctl3d32" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
13942         ctl3d32"
13943 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
13944 dlls/ctl3d32/Makefile: dlls/ctl3d32/Makefile.in dlls/Makedll.rules"
13945 ac_config_files="$ac_config_files dlls/ctl3d32/Makefile"
13946
13947 ALL_MAKEFILES="$ALL_MAKEFILES \\
13948         dlls/ctl3dv2.dll16/Makefile"
13949 test "x$enable_win16" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
13950         ctl3dv2.dll16"
13951 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
13952 dlls/ctl3dv2.dll16/Makefile: dlls/ctl3dv2.dll16/Makefile.in dlls/Makedll.rules"
13953 ac_config_files="$ac_config_files dlls/ctl3dv2.dll16/Makefile"
13954
13955 ALL_MAKEFILES="$ALL_MAKEFILES \\
13956         dlls/d3d10/Makefile"
13957 test "x$enable_d3d10" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
13958         d3d10"
13959 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
13960 dlls/d3d10/Makefile: dlls/d3d10/Makefile.in dlls/Makedll.rules"
13961 ac_config_files="$ac_config_files dlls/d3d10/Makefile"
13962
13963 ALL_MAKEFILES="$ALL_MAKEFILES \\
13964         dlls/d3d10/tests/Makefile"
13965 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
13966         d3d10/tests"
13967 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
13968 dlls/d3d10/tests/Makefile: dlls/d3d10/tests/Makefile.in dlls/Maketest.rules"
13969 ac_config_files="$ac_config_files dlls/d3d10/tests/Makefile"
13970
13971 ALL_MAKEFILES="$ALL_MAKEFILES \\
13972         dlls/d3d10core/Makefile"
13973 test "x$enable_d3d10core" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
13974         d3d10core"
13975 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
13976 dlls/d3d10core/Makefile: dlls/d3d10core/Makefile.in dlls/Makedll.rules"
13977 ac_config_files="$ac_config_files dlls/d3d10core/Makefile"
13978
13979 ALL_MAKEFILES="$ALL_MAKEFILES \\
13980         dlls/d3d10core/tests/Makefile"
13981 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
13982         d3d10core/tests"
13983 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
13984 dlls/d3d10core/tests/Makefile: dlls/d3d10core/tests/Makefile.in dlls/Maketest.rules"
13985 ac_config_files="$ac_config_files dlls/d3d10core/tests/Makefile"
13986
13987 ALL_MAKEFILES="$ALL_MAKEFILES \\
13988         dlls/d3d8/Makefile"
13989 test "x$enable_d3d8" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
13990         d3d8"
13991 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
13992 dlls/d3d8/Makefile: dlls/d3d8/Makefile.in dlls/Makedll.rules"
13993 ac_config_files="$ac_config_files dlls/d3d8/Makefile"
13994
13995 ALL_MAKEFILES="$ALL_MAKEFILES \\
13996         dlls/d3d8/tests/Makefile"
13997 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
13998         d3d8/tests"
13999 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
14000 dlls/d3d8/tests/Makefile: dlls/d3d8/tests/Makefile.in dlls/Maketest.rules"
14001 ac_config_files="$ac_config_files dlls/d3d8/tests/Makefile"
14002
14003 ALL_MAKEFILES="$ALL_MAKEFILES \\
14004         dlls/d3d9/Makefile"
14005 test "x$enable_d3d9" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
14006         d3d9"
14007 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
14008 dlls/d3d9/Makefile: dlls/d3d9/Makefile.in dlls/Makedll.rules"
14009 ac_config_files="$ac_config_files dlls/d3d9/Makefile"
14010
14011 ALL_MAKEFILES="$ALL_MAKEFILES \\
14012         dlls/d3d9/tests/Makefile"
14013 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
14014         d3d9/tests"
14015 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
14016 dlls/d3d9/tests/Makefile: dlls/d3d9/tests/Makefile.in dlls/Maketest.rules"
14017 ac_config_files="$ac_config_files dlls/d3d9/tests/Makefile"
14018
14019 ALL_MAKEFILES="$ALL_MAKEFILES \\
14020         dlls/d3dim/Makefile"
14021 test "x$enable_d3dim" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
14022         d3dim"
14023 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
14024 dlls/d3dim/Makefile: dlls/d3dim/Makefile.in dlls/Makedll.rules"
14025 ac_config_files="$ac_config_files dlls/d3dim/Makefile"
14026
14027 ALL_MAKEFILES="$ALL_MAKEFILES \\
14028         dlls/d3drm/Makefile"
14029 test "x$enable_d3drm" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
14030         d3drm"
14031 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
14032 dlls/d3drm/Makefile: dlls/d3drm/Makefile.in dlls/Makedll.rules"
14033 ac_config_files="$ac_config_files dlls/d3drm/Makefile"
14034
14035 ALL_MAKEFILES="$ALL_MAKEFILES \\
14036         dlls/d3drm/tests/Makefile"
14037 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
14038         d3drm/tests"
14039 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
14040 dlls/d3drm/tests/Makefile: dlls/d3drm/tests/Makefile.in dlls/Maketest.rules"
14041 ac_config_files="$ac_config_files dlls/d3drm/tests/Makefile"
14042
14043 ALL_MAKEFILES="$ALL_MAKEFILES \\
14044         dlls/d3dx9_24/Makefile"
14045 test "x$enable_d3dx9_24" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
14046         d3dx9_24"
14047 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
14048 dlls/d3dx9_24/Makefile: dlls/d3dx9_24/Makefile.in dlls/Makedll.rules"
14049 ac_config_files="$ac_config_files dlls/d3dx9_24/Makefile"
14050
14051 ALL_MAKEFILES="$ALL_MAKEFILES \\
14052         dlls/d3dx9_25/Makefile"
14053 test "x$enable_d3dx9_25" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
14054         d3dx9_25"
14055 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
14056 dlls/d3dx9_25/Makefile: dlls/d3dx9_25/Makefile.in dlls/Makedll.rules"
14057 ac_config_files="$ac_config_files dlls/d3dx9_25/Makefile"
14058
14059 ALL_MAKEFILES="$ALL_MAKEFILES \\
14060         dlls/d3dx9_26/Makefile"
14061 test "x$enable_d3dx9_26" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
14062         d3dx9_26"
14063 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
14064 dlls/d3dx9_26/Makefile: dlls/d3dx9_26/Makefile.in dlls/Makedll.rules"
14065 ac_config_files="$ac_config_files dlls/d3dx9_26/Makefile"
14066
14067 ALL_MAKEFILES="$ALL_MAKEFILES \\
14068         dlls/d3dx9_27/Makefile"
14069 test "x$enable_d3dx9_27" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
14070         d3dx9_27"
14071 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
14072 dlls/d3dx9_27/Makefile: dlls/d3dx9_27/Makefile.in dlls/Makedll.rules"
14073 ac_config_files="$ac_config_files dlls/d3dx9_27/Makefile"
14074
14075 ALL_MAKEFILES="$ALL_MAKEFILES \\
14076         dlls/d3dx9_28/Makefile"
14077 test "x$enable_d3dx9_28" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
14078         d3dx9_28"
14079 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
14080 dlls/d3dx9_28/Makefile: dlls/d3dx9_28/Makefile.in dlls/Makedll.rules"
14081 ac_config_files="$ac_config_files dlls/d3dx9_28/Makefile"
14082
14083 ALL_MAKEFILES="$ALL_MAKEFILES \\
14084         dlls/d3dx9_29/Makefile"
14085 test "x$enable_d3dx9_29" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
14086         d3dx9_29"
14087 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
14088 dlls/d3dx9_29/Makefile: dlls/d3dx9_29/Makefile.in dlls/Makedll.rules"
14089 ac_config_files="$ac_config_files dlls/d3dx9_29/Makefile"
14090
14091 ALL_MAKEFILES="$ALL_MAKEFILES \\
14092         dlls/d3dx9_30/Makefile"
14093 test "x$enable_d3dx9_30" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
14094         d3dx9_30"
14095 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
14096 dlls/d3dx9_30/Makefile: dlls/d3dx9_30/Makefile.in dlls/Makedll.rules"
14097 ac_config_files="$ac_config_files dlls/d3dx9_30/Makefile"
14098
14099 ALL_MAKEFILES="$ALL_MAKEFILES \\
14100         dlls/d3dx9_31/Makefile"
14101 test "x$enable_d3dx9_31" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
14102         d3dx9_31"
14103 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
14104 dlls/d3dx9_31/Makefile: dlls/d3dx9_31/Makefile.in dlls/Makedll.rules"
14105 ac_config_files="$ac_config_files dlls/d3dx9_31/Makefile"
14106
14107 ALL_MAKEFILES="$ALL_MAKEFILES \\
14108         dlls/d3dx9_32/Makefile"
14109 test "x$enable_d3dx9_32" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
14110         d3dx9_32"
14111 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
14112 dlls/d3dx9_32/Makefile: dlls/d3dx9_32/Makefile.in dlls/Makedll.rules"
14113 ac_config_files="$ac_config_files dlls/d3dx9_32/Makefile"
14114
14115 ALL_MAKEFILES="$ALL_MAKEFILES \\
14116         dlls/d3dx9_33/Makefile"
14117 test "x$enable_d3dx9_33" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
14118         d3dx9_33"
14119 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
14120 dlls/d3dx9_33/Makefile: dlls/d3dx9_33/Makefile.in dlls/Makedll.rules"
14121 ac_config_files="$ac_config_files dlls/d3dx9_33/Makefile"
14122
14123 ALL_MAKEFILES="$ALL_MAKEFILES \\
14124         dlls/d3dx9_34/Makefile"
14125 test "x$enable_d3dx9_34" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
14126         d3dx9_34"
14127 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
14128 dlls/d3dx9_34/Makefile: dlls/d3dx9_34/Makefile.in dlls/Makedll.rules"
14129 ac_config_files="$ac_config_files dlls/d3dx9_34/Makefile"
14130
14131 ALL_MAKEFILES="$ALL_MAKEFILES \\
14132         dlls/d3dx9_35/Makefile"
14133 test "x$enable_d3dx9_35" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
14134         d3dx9_35"
14135 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
14136 dlls/d3dx9_35/Makefile: dlls/d3dx9_35/Makefile.in dlls/Makedll.rules"
14137 ac_config_files="$ac_config_files dlls/d3dx9_35/Makefile"
14138
14139 ALL_MAKEFILES="$ALL_MAKEFILES \\
14140         dlls/d3dx9_36/Makefile"
14141 test "x$enable_d3dx9_36" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
14142         d3dx9_36"
14143 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
14144 dlls/d3dx9_36/Makefile: dlls/d3dx9_36/Makefile.in dlls/Makedll.rules"
14145 ac_config_files="$ac_config_files dlls/d3dx9_36/Makefile"
14146
14147 ALL_MAKEFILES="$ALL_MAKEFILES \\
14148         dlls/d3dx9_36/tests/Makefile"
14149 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
14150         d3dx9_36/tests"
14151 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
14152 dlls/d3dx9_36/tests/Makefile: dlls/d3dx9_36/tests/Makefile.in dlls/Maketest.rules"
14153 ac_config_files="$ac_config_files dlls/d3dx9_36/tests/Makefile"
14154
14155 ALL_MAKEFILES="$ALL_MAKEFILES \\
14156         dlls/d3dx9_37/Makefile"
14157 test "x$enable_d3dx9_37" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
14158         d3dx9_37"
14159 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
14160 dlls/d3dx9_37/Makefile: dlls/d3dx9_37/Makefile.in dlls/Makedll.rules"
14161 ac_config_files="$ac_config_files dlls/d3dx9_37/Makefile"
14162
14163 ALL_MAKEFILES="$ALL_MAKEFILES \\
14164         dlls/d3dx9_38/Makefile"
14165 test "x$enable_d3dx9_38" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
14166         d3dx9_38"
14167 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
14168 dlls/d3dx9_38/Makefile: dlls/d3dx9_38/Makefile.in dlls/Makedll.rules"
14169 ac_config_files="$ac_config_files dlls/d3dx9_38/Makefile"
14170
14171 ALL_MAKEFILES="$ALL_MAKEFILES \\
14172         dlls/d3dx9_39/Makefile"
14173 test "x$enable_d3dx9_39" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
14174         d3dx9_39"
14175 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
14176 dlls/d3dx9_39/Makefile: dlls/d3dx9_39/Makefile.in dlls/Makedll.rules"
14177 ac_config_files="$ac_config_files dlls/d3dx9_39/Makefile"
14178
14179 ALL_MAKEFILES="$ALL_MAKEFILES \\
14180         dlls/d3dx9_40/Makefile"
14181 test "x$enable_d3dx9_40" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
14182         d3dx9_40"
14183 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
14184 dlls/d3dx9_40/Makefile: dlls/d3dx9_40/Makefile.in dlls/Makedll.rules"
14185 ac_config_files="$ac_config_files dlls/d3dx9_40/Makefile"
14186
14187 ALL_MAKEFILES="$ALL_MAKEFILES \\
14188         dlls/d3dx9_41/Makefile"
14189 test "x$enable_d3dx9_41" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
14190         d3dx9_41"
14191 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
14192 dlls/d3dx9_41/Makefile: dlls/d3dx9_41/Makefile.in dlls/Makedll.rules"
14193 ac_config_files="$ac_config_files dlls/d3dx9_41/Makefile"
14194
14195 ALL_MAKEFILES="$ALL_MAKEFILES \\
14196         dlls/d3dxof/Makefile"
14197 test "x$enable_d3dxof" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
14198         d3dxof"
14199 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
14200 dlls/d3dxof/Makefile: dlls/d3dxof/Makefile.in dlls/Makedll.rules"
14201 ac_config_files="$ac_config_files dlls/d3dxof/Makefile"
14202
14203 ALL_MAKEFILES="$ALL_MAKEFILES \\
14204         dlls/d3dxof/tests/Makefile"
14205 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
14206         d3dxof/tests"
14207 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
14208 dlls/d3dxof/tests/Makefile: dlls/d3dxof/tests/Makefile.in dlls/Maketest.rules"
14209 ac_config_files="$ac_config_files dlls/d3dxof/tests/Makefile"
14210
14211 ALL_MAKEFILES="$ALL_MAKEFILES \\
14212         dlls/dbghelp/Makefile"
14213 test "x$enable_dbghelp" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
14214         dbghelp"
14215 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
14216 dlls/dbghelp/Makefile: dlls/dbghelp/Makefile.in dlls/Makedll.rules"
14217 ac_config_files="$ac_config_files dlls/dbghelp/Makefile"
14218
14219 ALL_MAKEFILES="$ALL_MAKEFILES \\
14220         dlls/dciman32/Makefile"
14221 test "x$enable_dciman32" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
14222         dciman32"
14223 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
14224 dlls/dciman32/Makefile: dlls/dciman32/Makefile.in dlls/Makedll.rules"
14225 ac_config_files="$ac_config_files dlls/dciman32/Makefile"
14226
14227 ALL_MAKEFILES="$ALL_MAKEFILES \\
14228         dlls/ddeml.dll16/Makefile"
14229 test "x$enable_win16" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
14230         ddeml.dll16"
14231 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
14232 dlls/ddeml.dll16/Makefile: dlls/ddeml.dll16/Makefile.in dlls/Makedll.rules"
14233 ac_config_files="$ac_config_files dlls/ddeml.dll16/Makefile"
14234
14235 ALL_MAKEFILES="$ALL_MAKEFILES \\
14236         dlls/ddraw/Makefile"
14237 test "x$enable_ddraw" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
14238         ddraw"
14239 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
14240 dlls/ddraw/Makefile: dlls/ddraw/Makefile.in dlls/Makedll.rules"
14241 ac_config_files="$ac_config_files dlls/ddraw/Makefile"
14242
14243 ALL_MAKEFILES="$ALL_MAKEFILES \\
14244         dlls/ddraw/tests/Makefile"
14245 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
14246         ddraw/tests"
14247 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
14248 dlls/ddraw/tests/Makefile: dlls/ddraw/tests/Makefile.in dlls/Maketest.rules"
14249 ac_config_files="$ac_config_files dlls/ddraw/tests/Makefile"
14250
14251 ALL_MAKEFILES="$ALL_MAKEFILES \\
14252         dlls/ddrawex/Makefile"
14253 test "x$enable_ddrawex" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
14254         ddrawex"
14255 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
14256 dlls/ddrawex/Makefile: dlls/ddrawex/Makefile.in dlls/Makedll.rules"
14257 ac_config_files="$ac_config_files dlls/ddrawex/Makefile"
14258
14259 ALL_MAKEFILES="$ALL_MAKEFILES \\
14260         dlls/ddrawex/tests/Makefile"
14261 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
14262         ddrawex/tests"
14263 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
14264 dlls/ddrawex/tests/Makefile: dlls/ddrawex/tests/Makefile.in dlls/Maketest.rules"
14265 ac_config_files="$ac_config_files dlls/ddrawex/tests/Makefile"
14266
14267 ALL_MAKEFILES="$ALL_MAKEFILES \\
14268         dlls/devenum/Makefile"
14269 test "x$enable_devenum" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
14270         devenum"
14271 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
14272 dlls/devenum/Makefile: dlls/devenum/Makefile.in dlls/Makedll.rules"
14273 ac_config_files="$ac_config_files dlls/devenum/Makefile"
14274
14275 ALL_MAKEFILES="$ALL_MAKEFILES \\
14276         dlls/dinput/Makefile"
14277 test "x$enable_dinput" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
14278         dinput"
14279 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
14280 dlls/dinput/Makefile: dlls/dinput/Makefile.in dlls/Makedll.rules"
14281 ac_config_files="$ac_config_files dlls/dinput/Makefile"
14282
14283 ALL_MAKEFILES="$ALL_MAKEFILES \\
14284         dlls/dinput/tests/Makefile"
14285 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
14286         dinput/tests"
14287 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
14288 dlls/dinput/tests/Makefile: dlls/dinput/tests/Makefile.in dlls/Maketest.rules"
14289 ac_config_files="$ac_config_files dlls/dinput/tests/Makefile"
14290
14291 ALL_MAKEFILES="$ALL_MAKEFILES \\
14292         dlls/dinput8/Makefile"
14293 test "x$enable_dinput8" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
14294         dinput8"
14295 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
14296 dlls/dinput8/Makefile: dlls/dinput8/Makefile.in dlls/Makedll.rules"
14297 ac_config_files="$ac_config_files dlls/dinput8/Makefile"
14298
14299 ALL_MAKEFILES="$ALL_MAKEFILES \\
14300         dlls/dispdib.dll16/Makefile"
14301 test "x$enable_win16" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
14302         dispdib.dll16"
14303 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
14304 dlls/dispdib.dll16/Makefile: dlls/dispdib.dll16/Makefile.in dlls/Makedll.rules"
14305 ac_config_files="$ac_config_files dlls/dispdib.dll16/Makefile"
14306
14307 ALL_MAKEFILES="$ALL_MAKEFILES \\
14308         dlls/display.drv16/Makefile"
14309 test "x$enable_win16" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
14310         display.drv16"
14311 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
14312 dlls/display.drv16/Makefile: dlls/display.drv16/Makefile.in dlls/Makedll.rules"
14313 ac_config_files="$ac_config_files dlls/display.drv16/Makefile"
14314
14315 ALL_MAKEFILES="$ALL_MAKEFILES \\
14316         dlls/dmband/Makefile"
14317 test "x$enable_dmband" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
14318         dmband"
14319 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
14320 dlls/dmband/Makefile: dlls/dmband/Makefile.in dlls/Makedll.rules"
14321 ac_config_files="$ac_config_files dlls/dmband/Makefile"
14322
14323 ALL_MAKEFILES="$ALL_MAKEFILES \\
14324         dlls/dmcompos/Makefile"
14325 test "x$enable_dmcompos" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
14326         dmcompos"
14327 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
14328 dlls/dmcompos/Makefile: dlls/dmcompos/Makefile.in dlls/Makedll.rules"
14329 ac_config_files="$ac_config_files dlls/dmcompos/Makefile"
14330
14331 ALL_MAKEFILES="$ALL_MAKEFILES \\
14332         dlls/dmime/Makefile"
14333 test "x$enable_dmime" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
14334         dmime"
14335 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
14336 dlls/dmime/Makefile: dlls/dmime/Makefile.in dlls/Makedll.rules"
14337 ac_config_files="$ac_config_files dlls/dmime/Makefile"
14338
14339 ALL_MAKEFILES="$ALL_MAKEFILES \\
14340         dlls/dmloader/Makefile"
14341 test "x$enable_dmloader" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
14342         dmloader"
14343 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
14344 dlls/dmloader/Makefile: dlls/dmloader/Makefile.in dlls/Makedll.rules"
14345 ac_config_files="$ac_config_files dlls/dmloader/Makefile"
14346
14347 ALL_MAKEFILES="$ALL_MAKEFILES \\
14348         dlls/dmscript/Makefile"
14349 test "x$enable_dmscript" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
14350         dmscript"
14351 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
14352 dlls/dmscript/Makefile: dlls/dmscript/Makefile.in dlls/Makedll.rules"
14353 ac_config_files="$ac_config_files dlls/dmscript/Makefile"
14354
14355 ALL_MAKEFILES="$ALL_MAKEFILES \\
14356         dlls/dmstyle/Makefile"
14357 test "x$enable_dmstyle" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
14358         dmstyle"
14359 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
14360 dlls/dmstyle/Makefile: dlls/dmstyle/Makefile.in dlls/Makedll.rules"
14361 ac_config_files="$ac_config_files dlls/dmstyle/Makefile"
14362
14363 ALL_MAKEFILES="$ALL_MAKEFILES \\
14364         dlls/dmsynth/Makefile"
14365 test "x$enable_dmsynth" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
14366         dmsynth"
14367 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
14368 dlls/dmsynth/Makefile: dlls/dmsynth/Makefile.in dlls/Makedll.rules"
14369 ac_config_files="$ac_config_files dlls/dmsynth/Makefile"
14370
14371 ALL_MAKEFILES="$ALL_MAKEFILES \\
14372         dlls/dmusic/Makefile"
14373 test "x$enable_dmusic" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
14374         dmusic"
14375 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
14376 dlls/dmusic/Makefile: dlls/dmusic/Makefile.in dlls/Makedll.rules"
14377 ac_config_files="$ac_config_files dlls/dmusic/Makefile"
14378
14379 ALL_MAKEFILES="$ALL_MAKEFILES \\
14380         dlls/dmusic32/Makefile"
14381 test "x$enable_dmusic32" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
14382         dmusic32"
14383 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
14384 dlls/dmusic32/Makefile: dlls/dmusic32/Makefile.in dlls/Makedll.rules"
14385 ac_config_files="$ac_config_files dlls/dmusic32/Makefile"
14386
14387 ALL_MAKEFILES="$ALL_MAKEFILES \\
14388         dlls/dnsapi/Makefile"
14389 test "x$enable_dnsapi" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
14390         dnsapi"
14391 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
14392 dlls/dnsapi/Makefile: dlls/dnsapi/Makefile.in dlls/Makedll.rules"
14393 ac_config_files="$ac_config_files dlls/dnsapi/Makefile"
14394
14395 ALL_MAKEFILES="$ALL_MAKEFILES \\
14396         dlls/dnsapi/tests/Makefile"
14397 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
14398         dnsapi/tests"
14399 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
14400 dlls/dnsapi/tests/Makefile: dlls/dnsapi/tests/Makefile.in dlls/Maketest.rules"
14401 ac_config_files="$ac_config_files dlls/dnsapi/tests/Makefile"
14402
14403 ALL_MAKEFILES="$ALL_MAKEFILES \\
14404         dlls/dplay/Makefile"
14405 test "x$enable_dplay" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
14406         dplay"
14407 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
14408 dlls/dplay/Makefile: dlls/dplay/Makefile.in dlls/Makedll.rules"
14409 ac_config_files="$ac_config_files dlls/dplay/Makefile"
14410
14411 ALL_MAKEFILES="$ALL_MAKEFILES \\
14412         dlls/dplayx/Makefile"
14413 test "x$enable_dplayx" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
14414         dplayx"
14415 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
14416 dlls/dplayx/Makefile: dlls/dplayx/Makefile.in dlls/Makedll.rules"
14417 ac_config_files="$ac_config_files dlls/dplayx/Makefile"
14418
14419 ALL_MAKEFILES="$ALL_MAKEFILES \\
14420         dlls/dplayx/tests/Makefile"
14421 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
14422         dplayx/tests"
14423 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
14424 dlls/dplayx/tests/Makefile: dlls/dplayx/tests/Makefile.in dlls/Maketest.rules"
14425 ac_config_files="$ac_config_files dlls/dplayx/tests/Makefile"
14426
14427 ALL_MAKEFILES="$ALL_MAKEFILES \\
14428         dlls/dpnaddr/Makefile"
14429 test "x$enable_dpnaddr" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
14430         dpnaddr"
14431 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
14432 dlls/dpnaddr/Makefile: dlls/dpnaddr/Makefile.in dlls/Makedll.rules"
14433 ac_config_files="$ac_config_files dlls/dpnaddr/Makefile"
14434
14435 ALL_MAKEFILES="$ALL_MAKEFILES \\
14436         dlls/dpnet/Makefile"
14437 test "x$enable_dpnet" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
14438         dpnet"
14439 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
14440 dlls/dpnet/Makefile: dlls/dpnet/Makefile.in dlls/Makedll.rules"
14441 ac_config_files="$ac_config_files dlls/dpnet/Makefile"
14442
14443 ALL_MAKEFILES="$ALL_MAKEFILES \\
14444         dlls/dpnhpast/Makefile"
14445 test "x$enable_dpnhpast" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
14446         dpnhpast"
14447 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
14448 dlls/dpnhpast/Makefile: dlls/dpnhpast/Makefile.in dlls/Makedll.rules"
14449 ac_config_files="$ac_config_files dlls/dpnhpast/Makefile"
14450
14451 ALL_MAKEFILES="$ALL_MAKEFILES \\
14452         dlls/dpnlobby/Makefile"
14453 test "x$enable_dpnlobby" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
14454         dpnlobby"
14455 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
14456 dlls/dpnlobby/Makefile: dlls/dpnlobby/Makefile.in dlls/Makedll.rules"
14457 ac_config_files="$ac_config_files dlls/dpnlobby/Makefile"
14458
14459 ALL_MAKEFILES="$ALL_MAKEFILES \\
14460         dlls/dpwsockx/Makefile"
14461 test "x$enable_dpwsockx" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
14462         dpwsockx"
14463 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
14464 dlls/dpwsockx/Makefile: dlls/dpwsockx/Makefile.in dlls/Makedll.rules"
14465 ac_config_files="$ac_config_files dlls/dpwsockx/Makefile"
14466
14467 ALL_MAKEFILES="$ALL_MAKEFILES \\
14468         dlls/drmclien/Makefile"
14469 test "x$enable_drmclien" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
14470         drmclien"
14471 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
14472 dlls/drmclien/Makefile: dlls/drmclien/Makefile.in dlls/Makedll.rules"
14473 ac_config_files="$ac_config_files dlls/drmclien/Makefile"
14474
14475 ALL_MAKEFILES="$ALL_MAKEFILES \\
14476         dlls/dsound/Makefile"
14477 test "x$enable_dsound" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
14478         dsound"
14479 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
14480 dlls/dsound/Makefile: dlls/dsound/Makefile.in dlls/Makedll.rules"
14481 ac_config_files="$ac_config_files dlls/dsound/Makefile"
14482
14483 ALL_MAKEFILES="$ALL_MAKEFILES \\
14484         dlls/dsound/tests/Makefile"
14485 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
14486         dsound/tests"
14487 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
14488 dlls/dsound/tests/Makefile: dlls/dsound/tests/Makefile.in dlls/Maketest.rules"
14489 ac_config_files="$ac_config_files dlls/dsound/tests/Makefile"
14490
14491 ALL_MAKEFILES="$ALL_MAKEFILES \\
14492         dlls/dssenh/Makefile"
14493 test "x$enable_dssenh" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
14494         dssenh"
14495 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
14496 dlls/dssenh/Makefile: dlls/dssenh/Makefile.in dlls/Makedll.rules"
14497 ac_config_files="$ac_config_files dlls/dssenh/Makefile"
14498
14499 ALL_MAKEFILES="$ALL_MAKEFILES \\
14500         dlls/dswave/Makefile"
14501 test "x$enable_dswave" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
14502         dswave"
14503 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
14504 dlls/dswave/Makefile: dlls/dswave/Makefile.in dlls/Makedll.rules"
14505 ac_config_files="$ac_config_files dlls/dswave/Makefile"
14506
14507 ALL_MAKEFILES="$ALL_MAKEFILES \\
14508         dlls/dwmapi/Makefile"
14509 test "x$enable_dwmapi" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
14510         dwmapi"
14511 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
14512 dlls/dwmapi/Makefile: dlls/dwmapi/Makefile.in dlls/Makedll.rules"
14513 ac_config_files="$ac_config_files dlls/dwmapi/Makefile"
14514
14515 ALL_MAKEFILES="$ALL_MAKEFILES \\
14516         dlls/dxdiagn/Makefile"
14517 test "x$enable_dxdiagn" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
14518         dxdiagn"
14519 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
14520 dlls/dxdiagn/Makefile: dlls/dxdiagn/Makefile.in dlls/Makedll.rules"
14521 ac_config_files="$ac_config_files dlls/dxdiagn/Makefile"
14522
14523 ALL_MAKEFILES="$ALL_MAKEFILES \\
14524         dlls/dxerr8/Makefile"
14525 test "x$enable_dxerr8" != xno && ALL_IMPLIB_DIRS="$ALL_IMPLIB_DIRS \\
14526         dxerr8"
14527 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
14528 dlls/dxerr8/Makefile: dlls/dxerr8/Makefile.in dlls/Makeimplib.rules"
14529 ac_config_files="$ac_config_files dlls/dxerr8/Makefile"
14530
14531 ALL_MAKEFILES="$ALL_MAKEFILES \\
14532         dlls/dxerr9/Makefile"
14533 test "x$enable_dxerr9" != xno && ALL_IMPLIB_DIRS="$ALL_IMPLIB_DIRS \\
14534         dxerr9"
14535 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
14536 dlls/dxerr9/Makefile: dlls/dxerr9/Makefile.in dlls/Makeimplib.rules"
14537 ac_config_files="$ac_config_files dlls/dxerr9/Makefile"
14538
14539 ALL_MAKEFILES="$ALL_MAKEFILES \\
14540         dlls/dxgi/Makefile"
14541 test "x$enable_dxgi" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
14542         dxgi"
14543 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
14544 dlls/dxgi/Makefile: dlls/dxgi/Makefile.in dlls/Makedll.rules"
14545 ac_config_files="$ac_config_files dlls/dxgi/Makefile"
14546
14547 ALL_MAKEFILES="$ALL_MAKEFILES \\
14548         dlls/dxgi/tests/Makefile"
14549 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
14550         dxgi/tests"
14551 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
14552 dlls/dxgi/tests/Makefile: dlls/dxgi/tests/Makefile.in dlls/Maketest.rules"
14553 ac_config_files="$ac_config_files dlls/dxgi/tests/Makefile"
14554
14555 ALL_MAKEFILES="$ALL_MAKEFILES \\
14556         dlls/dxguid/Makefile"
14557 test "x$enable_dxguid" != xno && ALL_IMPLIB_DIRS="$ALL_IMPLIB_DIRS \\
14558         dxguid"
14559 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
14560 dlls/dxguid/Makefile: dlls/dxguid/Makefile.in dlls/Makeimplib.rules"
14561 ac_config_files="$ac_config_files dlls/dxguid/Makefile"
14562
14563 ALL_MAKEFILES="$ALL_MAKEFILES \\
14564         dlls/faultrep/Makefile"
14565 test "x$enable_faultrep" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
14566         faultrep"
14567 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
14568 dlls/faultrep/Makefile: dlls/faultrep/Makefile.in dlls/Makedll.rules"
14569 ac_config_files="$ac_config_files dlls/faultrep/Makefile"
14570
14571 ALL_MAKEFILES="$ALL_MAKEFILES \\
14572         dlls/fusion/Makefile"
14573 test "x$enable_fusion" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
14574         fusion"
14575 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
14576 dlls/fusion/Makefile: dlls/fusion/Makefile.in dlls/Makedll.rules"
14577 ac_config_files="$ac_config_files dlls/fusion/Makefile"
14578
14579 ALL_MAKEFILES="$ALL_MAKEFILES \\
14580         dlls/fusion/tests/Makefile"
14581 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
14582         fusion/tests"
14583 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
14584 dlls/fusion/tests/Makefile: dlls/fusion/tests/Makefile.in dlls/Maketest.rules"
14585 ac_config_files="$ac_config_files dlls/fusion/tests/Makefile"
14586
14587 ALL_MAKEFILES="$ALL_MAKEFILES \\
14588         dlls/gdi32/Makefile"
14589 test "x$enable_gdi32" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
14590         gdi32"
14591 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
14592 dlls/gdi32/Makefile: dlls/gdi32/Makefile.in dlls/Makedll.rules"
14593 ac_config_files="$ac_config_files dlls/gdi32/Makefile"
14594
14595 ALL_MAKEFILES="$ALL_MAKEFILES \\
14596         dlls/gdi32/tests/Makefile"
14597 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
14598         gdi32/tests"
14599 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
14600 dlls/gdi32/tests/Makefile: dlls/gdi32/tests/Makefile.in dlls/Maketest.rules"
14601 ac_config_files="$ac_config_files dlls/gdi32/tests/Makefile"
14602
14603 ALL_MAKEFILES="$ALL_MAKEFILES \\
14604         dlls/gdiplus/Makefile"
14605 test "x$enable_gdiplus" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
14606         gdiplus"
14607 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
14608 dlls/gdiplus/Makefile: dlls/gdiplus/Makefile.in dlls/Makedll.rules"
14609 ac_config_files="$ac_config_files dlls/gdiplus/Makefile"
14610
14611 ALL_MAKEFILES="$ALL_MAKEFILES \\
14612         dlls/gdiplus/tests/Makefile"
14613 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
14614         gdiplus/tests"
14615 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
14616 dlls/gdiplus/tests/Makefile: dlls/gdiplus/tests/Makefile.in dlls/Maketest.rules"
14617 ac_config_files="$ac_config_files dlls/gdiplus/tests/Makefile"
14618
14619 ALL_MAKEFILES="$ALL_MAKEFILES \\
14620         dlls/glu32/Makefile"
14621 test "x$enable_glu32" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
14622         glu32"
14623 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
14624 dlls/glu32/Makefile: dlls/glu32/Makefile.in dlls/Makedll.rules"
14625 ac_config_files="$ac_config_files dlls/glu32/Makefile"
14626
14627 ALL_MAKEFILES="$ALL_MAKEFILES \\
14628         dlls/gphoto2.ds/Makefile"
14629 test "x$enable_gphoto2_ds" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
14630         gphoto2.ds"
14631 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
14632 dlls/gphoto2.ds/Makefile: dlls/gphoto2.ds/Makefile.in dlls/Makedll.rules"
14633 ac_config_files="$ac_config_files dlls/gphoto2.ds/Makefile"
14634
14635 ALL_MAKEFILES="$ALL_MAKEFILES \\
14636         dlls/gpkcsp/Makefile"
14637 test "x$enable_gpkcsp" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
14638         gpkcsp"
14639 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
14640 dlls/gpkcsp/Makefile: dlls/gpkcsp/Makefile.in dlls/Makedll.rules"
14641 ac_config_files="$ac_config_files dlls/gpkcsp/Makefile"
14642
14643 ALL_MAKEFILES="$ALL_MAKEFILES \\
14644         dlls/hal/Makefile"
14645 test "x$enable_hal" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
14646         hal"
14647 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
14648 dlls/hal/Makefile: dlls/hal/Makefile.in dlls/Makedll.rules"
14649 ac_config_files="$ac_config_files dlls/hal/Makefile"
14650
14651 ALL_MAKEFILES="$ALL_MAKEFILES \\
14652         dlls/hhctrl.ocx/Makefile"
14653 test "x$enable_hhctrl_ocx" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
14654         hhctrl.ocx"
14655 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
14656 dlls/hhctrl.ocx/Makefile: dlls/hhctrl.ocx/Makefile.in dlls/Makedll.rules"
14657 ac_config_files="$ac_config_files dlls/hhctrl.ocx/Makefile"
14658
14659 ALL_MAKEFILES="$ALL_MAKEFILES \\
14660         dlls/hid/Makefile"
14661 test "x$enable_hid" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
14662         hid"
14663 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
14664 dlls/hid/Makefile: dlls/hid/Makefile.in dlls/Makedll.rules"
14665 ac_config_files="$ac_config_files dlls/hid/Makefile"
14666
14667 ALL_MAKEFILES="$ALL_MAKEFILES \\
14668         dlls/hlink/Makefile"
14669 test "x$enable_hlink" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
14670         hlink"
14671 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
14672 dlls/hlink/Makefile: dlls/hlink/Makefile.in dlls/Makedll.rules"
14673 ac_config_files="$ac_config_files dlls/hlink/Makefile"
14674
14675 ALL_MAKEFILES="$ALL_MAKEFILES \\
14676         dlls/hlink/tests/Makefile"
14677 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
14678         hlink/tests"
14679 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
14680 dlls/hlink/tests/Makefile: dlls/hlink/tests/Makefile.in dlls/Maketest.rules"
14681 ac_config_files="$ac_config_files dlls/hlink/tests/Makefile"
14682
14683 ALL_MAKEFILES="$ALL_MAKEFILES \\
14684         dlls/hnetcfg/Makefile"
14685 test "x$enable_hnetcfg" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
14686         hnetcfg"
14687 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
14688 dlls/hnetcfg/Makefile: dlls/hnetcfg/Makefile.in dlls/Makedll.rules"
14689 ac_config_files="$ac_config_files dlls/hnetcfg/Makefile"
14690
14691 ALL_MAKEFILES="$ALL_MAKEFILES \\
14692         dlls/httpapi/Makefile"
14693 test "x$enable_httpapi" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
14694         httpapi"
14695 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
14696 dlls/httpapi/Makefile: dlls/httpapi/Makefile.in dlls/Makedll.rules"
14697 ac_config_files="$ac_config_files dlls/httpapi/Makefile"
14698
14699 ALL_MAKEFILES="$ALL_MAKEFILES \\
14700         dlls/iccvid/Makefile"
14701 test "x$enable_iccvid" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
14702         iccvid"
14703 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
14704 dlls/iccvid/Makefile: dlls/iccvid/Makefile.in dlls/Makedll.rules"
14705 ac_config_files="$ac_config_files dlls/iccvid/Makefile"
14706
14707 ALL_MAKEFILES="$ALL_MAKEFILES \\
14708         dlls/icmp/Makefile"
14709 test "x$enable_icmp" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
14710         icmp"
14711 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
14712 dlls/icmp/Makefile: dlls/icmp/Makefile.in dlls/Makedll.rules"
14713 ac_config_files="$ac_config_files dlls/icmp/Makefile"
14714
14715 ALL_MAKEFILES="$ALL_MAKEFILES \\
14716         dlls/ifsmgr.vxd/Makefile"
14717 test "x$enable_win16" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
14718         ifsmgr.vxd"
14719 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
14720 dlls/ifsmgr.vxd/Makefile: dlls/ifsmgr.vxd/Makefile.in dlls/Makedll.rules"
14721 ac_config_files="$ac_config_files dlls/ifsmgr.vxd/Makefile"
14722
14723 ALL_MAKEFILES="$ALL_MAKEFILES \\
14724         dlls/imaadp32.acm/Makefile"
14725 test "x$enable_imaadp32_acm" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
14726         imaadp32.acm"
14727 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
14728 dlls/imaadp32.acm/Makefile: dlls/imaadp32.acm/Makefile.in dlls/Makedll.rules"
14729 ac_config_files="$ac_config_files dlls/imaadp32.acm/Makefile"
14730
14731 ALL_MAKEFILES="$ALL_MAKEFILES \\
14732         dlls/imagehlp/Makefile"
14733 test "x$enable_imagehlp" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
14734         imagehlp"
14735 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
14736 dlls/imagehlp/Makefile: dlls/imagehlp/Makefile.in dlls/Makedll.rules"
14737 ac_config_files="$ac_config_files dlls/imagehlp/Makefile"
14738
14739 ALL_MAKEFILES="$ALL_MAKEFILES \\
14740         dlls/imm.dll16/Makefile"
14741 test "x$enable_win16" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
14742         imm.dll16"
14743 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
14744 dlls/imm.dll16/Makefile: dlls/imm.dll16/Makefile.in dlls/Makedll.rules"
14745 ac_config_files="$ac_config_files dlls/imm.dll16/Makefile"
14746
14747 ALL_MAKEFILES="$ALL_MAKEFILES \\
14748         dlls/imm32/Makefile"
14749 test "x$enable_imm32" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
14750         imm32"
14751 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
14752 dlls/imm32/Makefile: dlls/imm32/Makefile.in dlls/Makedll.rules"
14753 ac_config_files="$ac_config_files dlls/imm32/Makefile"
14754
14755 ALL_MAKEFILES="$ALL_MAKEFILES \\
14756         dlls/imm32/tests/Makefile"
14757 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
14758         imm32/tests"
14759 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
14760 dlls/imm32/tests/Makefile: dlls/imm32/tests/Makefile.in dlls/Maketest.rules"
14761 ac_config_files="$ac_config_files dlls/imm32/tests/Makefile"
14762
14763 ALL_MAKEFILES="$ALL_MAKEFILES \\
14764         dlls/inetcomm/Makefile"
14765 test "x$enable_inetcomm" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
14766         inetcomm"
14767 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
14768 dlls/inetcomm/Makefile: dlls/inetcomm/Makefile.in dlls/Makedll.rules"
14769 ac_config_files="$ac_config_files dlls/inetcomm/Makefile"
14770
14771 ALL_MAKEFILES="$ALL_MAKEFILES \\
14772         dlls/inetcomm/tests/Makefile"
14773 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
14774         inetcomm/tests"
14775 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
14776 dlls/inetcomm/tests/Makefile: dlls/inetcomm/tests/Makefile.in dlls/Maketest.rules"
14777 ac_config_files="$ac_config_files dlls/inetcomm/tests/Makefile"
14778
14779 ALL_MAKEFILES="$ALL_MAKEFILES \\
14780         dlls/inetmib1/Makefile"
14781 test "x$enable_inetmib1" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
14782         inetmib1"
14783 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
14784 dlls/inetmib1/Makefile: dlls/inetmib1/Makefile.in dlls/Makedll.rules"
14785 ac_config_files="$ac_config_files dlls/inetmib1/Makefile"
14786
14787 ALL_MAKEFILES="$ALL_MAKEFILES \\
14788         dlls/inetmib1/tests/Makefile"
14789 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
14790         inetmib1/tests"
14791 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
14792 dlls/inetmib1/tests/Makefile: dlls/inetmib1/tests/Makefile.in dlls/Maketest.rules"
14793 ac_config_files="$ac_config_files dlls/inetmib1/tests/Makefile"
14794
14795 ALL_MAKEFILES="$ALL_MAKEFILES \\
14796         dlls/infosoft/Makefile"
14797 test "x$enable_infosoft" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
14798         infosoft"
14799 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
14800 dlls/infosoft/Makefile: dlls/infosoft/Makefile.in dlls/Makedll.rules"
14801 ac_config_files="$ac_config_files dlls/infosoft/Makefile"
14802
14803 ALL_MAKEFILES="$ALL_MAKEFILES \\
14804         dlls/infosoft/tests/Makefile"
14805 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
14806         infosoft/tests"
14807 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
14808 dlls/infosoft/tests/Makefile: dlls/infosoft/tests/Makefile.in dlls/Maketest.rules"
14809 ac_config_files="$ac_config_files dlls/infosoft/tests/Makefile"
14810
14811 ALL_MAKEFILES="$ALL_MAKEFILES \\
14812         dlls/initpki/Makefile"
14813 test "x$enable_initpki" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
14814         initpki"
14815 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
14816 dlls/initpki/Makefile: dlls/initpki/Makefile.in dlls/Makedll.rules"
14817 ac_config_files="$ac_config_files dlls/initpki/Makefile"
14818
14819 ALL_MAKEFILES="$ALL_MAKEFILES \\
14820         dlls/inkobj/Makefile"
14821 test "x$enable_inkobj" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
14822         inkobj"
14823 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
14824 dlls/inkobj/Makefile: dlls/inkobj/Makefile.in dlls/Makedll.rules"
14825 ac_config_files="$ac_config_files dlls/inkobj/Makefile"
14826
14827 ALL_MAKEFILES="$ALL_MAKEFILES \\
14828         dlls/inseng/Makefile"
14829 test "x$enable_inseng" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
14830         inseng"
14831 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
14832 dlls/inseng/Makefile: dlls/inseng/Makefile.in dlls/Makedll.rules"
14833 ac_config_files="$ac_config_files dlls/inseng/Makefile"
14834
14835 ALL_MAKEFILES="$ALL_MAKEFILES \\
14836         dlls/iphlpapi/Makefile"
14837 test "x$enable_iphlpapi" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
14838         iphlpapi"
14839 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
14840 dlls/iphlpapi/Makefile: dlls/iphlpapi/Makefile.in dlls/Makedll.rules"
14841 ac_config_files="$ac_config_files dlls/iphlpapi/Makefile"
14842
14843 ALL_MAKEFILES="$ALL_MAKEFILES \\
14844         dlls/iphlpapi/tests/Makefile"
14845 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
14846         iphlpapi/tests"
14847 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
14848 dlls/iphlpapi/tests/Makefile: dlls/iphlpapi/tests/Makefile.in dlls/Maketest.rules"
14849 ac_config_files="$ac_config_files dlls/iphlpapi/tests/Makefile"
14850
14851 ALL_MAKEFILES="$ALL_MAKEFILES \\
14852         dlls/itircl/Makefile"
14853 test "x$enable_itircl" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
14854         itircl"
14855 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
14856 dlls/itircl/Makefile: dlls/itircl/Makefile.in dlls/Makedll.rules"
14857 ac_config_files="$ac_config_files dlls/itircl/Makefile"
14858
14859 ALL_MAKEFILES="$ALL_MAKEFILES \\
14860         dlls/itss/Makefile"
14861 test "x$enable_itss" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
14862         itss"
14863 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
14864 dlls/itss/Makefile: dlls/itss/Makefile.in dlls/Makedll.rules"
14865 ac_config_files="$ac_config_files dlls/itss/Makefile"
14866
14867 ALL_MAKEFILES="$ALL_MAKEFILES \\
14868         dlls/itss/tests/Makefile"
14869 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
14870         itss/tests"
14871 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
14872 dlls/itss/tests/Makefile: dlls/itss/tests/Makefile.in dlls/Maketest.rules"
14873 ac_config_files="$ac_config_files dlls/itss/tests/Makefile"
14874
14875 ALL_MAKEFILES="$ALL_MAKEFILES \\
14876         dlls/jscript/Makefile"
14877 test "x$enable_jscript" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
14878         jscript"
14879 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
14880 dlls/jscript/Makefile: dlls/jscript/Makefile.in dlls/Makedll.rules"
14881 ac_config_files="$ac_config_files dlls/jscript/Makefile"
14882
14883 ALL_MAKEFILES="$ALL_MAKEFILES \\
14884         dlls/jscript/tests/Makefile"
14885 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
14886         jscript/tests"
14887 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
14888 dlls/jscript/tests/Makefile: dlls/jscript/tests/Makefile.in dlls/Maketest.rules"
14889 ac_config_files="$ac_config_files dlls/jscript/tests/Makefile"
14890
14891 ALL_MAKEFILES="$ALL_MAKEFILES \\
14892         dlls/kernel32/Makefile"
14893 test "x$enable_kernel32" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
14894         kernel32"
14895 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
14896 dlls/kernel32/Makefile: dlls/kernel32/Makefile.in dlls/Makedll.rules"
14897 ac_config_files="$ac_config_files dlls/kernel32/Makefile"
14898
14899 ALL_MAKEFILES="$ALL_MAKEFILES \\
14900         dlls/kernel32/tests/Makefile"
14901 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
14902         kernel32/tests"
14903 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
14904 dlls/kernel32/tests/Makefile: dlls/kernel32/tests/Makefile.in dlls/Maketest.rules"
14905 ac_config_files="$ac_config_files dlls/kernel32/tests/Makefile"
14906
14907 ALL_MAKEFILES="$ALL_MAKEFILES \\
14908         dlls/keyboard.drv16/Makefile"
14909 test "x$enable_win16" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
14910         keyboard.drv16"
14911 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
14912 dlls/keyboard.drv16/Makefile: dlls/keyboard.drv16/Makefile.in dlls/Makedll.rules"
14913 ac_config_files="$ac_config_files dlls/keyboard.drv16/Makefile"
14914
14915 ALL_MAKEFILES="$ALL_MAKEFILES \\
14916         dlls/loadperf/Makefile"
14917 test "x$enable_loadperf" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
14918         loadperf"
14919 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
14920 dlls/loadperf/Makefile: dlls/loadperf/Makefile.in dlls/Makedll.rules"
14921 ac_config_files="$ac_config_files dlls/loadperf/Makefile"
14922
14923 ALL_MAKEFILES="$ALL_MAKEFILES \\
14924         dlls/localspl/Makefile"
14925 test "x$enable_localspl" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
14926         localspl"
14927 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
14928 dlls/localspl/Makefile: dlls/localspl/Makefile.in dlls/Makedll.rules"
14929 ac_config_files="$ac_config_files dlls/localspl/Makefile"
14930
14931 ALL_MAKEFILES="$ALL_MAKEFILES \\
14932         dlls/localspl/tests/Makefile"
14933 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
14934         localspl/tests"
14935 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
14936 dlls/localspl/tests/Makefile: dlls/localspl/tests/Makefile.in dlls/Maketest.rules"
14937 ac_config_files="$ac_config_files dlls/localspl/tests/Makefile"
14938
14939 ALL_MAKEFILES="$ALL_MAKEFILES \\
14940         dlls/localui/Makefile"
14941 test "x$enable_localui" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
14942         localui"
14943 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
14944 dlls/localui/Makefile: dlls/localui/Makefile.in dlls/Makedll.rules"
14945 ac_config_files="$ac_config_files dlls/localui/Makefile"
14946
14947 ALL_MAKEFILES="$ALL_MAKEFILES \\
14948         dlls/localui/tests/Makefile"
14949 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
14950         localui/tests"
14951 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
14952 dlls/localui/tests/Makefile: dlls/localui/tests/Makefile.in dlls/Maketest.rules"
14953 ac_config_files="$ac_config_files dlls/localui/tests/Makefile"
14954
14955 ALL_MAKEFILES="$ALL_MAKEFILES \\
14956         dlls/lz32/Makefile"
14957 test "x$enable_lz32" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
14958         lz32"
14959 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
14960 dlls/lz32/Makefile: dlls/lz32/Makefile.in dlls/Makedll.rules"
14961 ac_config_files="$ac_config_files dlls/lz32/Makefile"
14962
14963 ALL_MAKEFILES="$ALL_MAKEFILES \\
14964         dlls/lz32/tests/Makefile"
14965 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
14966         lz32/tests"
14967 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
14968 dlls/lz32/tests/Makefile: dlls/lz32/tests/Makefile.in dlls/Maketest.rules"
14969 ac_config_files="$ac_config_files dlls/lz32/tests/Makefile"
14970
14971 ALL_MAKEFILES="$ALL_MAKEFILES \\
14972         dlls/lzexpand.dll16/Makefile"
14973 test "x$enable_win16" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
14974         lzexpand.dll16"
14975 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
14976 dlls/lzexpand.dll16/Makefile: dlls/lzexpand.dll16/Makefile.in dlls/Makedll.rules"
14977 ac_config_files="$ac_config_files dlls/lzexpand.dll16/Makefile"
14978
14979 ALL_MAKEFILES="$ALL_MAKEFILES \\
14980         dlls/mapi32/Makefile"
14981 test "x$enable_mapi32" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
14982         mapi32"
14983 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
14984 dlls/mapi32/Makefile: dlls/mapi32/Makefile.in dlls/Makedll.rules"
14985 ac_config_files="$ac_config_files dlls/mapi32/Makefile"
14986
14987 ALL_MAKEFILES="$ALL_MAKEFILES \\
14988         dlls/mapi32/tests/Makefile"
14989 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
14990         mapi32/tests"
14991 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
14992 dlls/mapi32/tests/Makefile: dlls/mapi32/tests/Makefile.in dlls/Maketest.rules"
14993 ac_config_files="$ac_config_files dlls/mapi32/tests/Makefile"
14994
14995 ALL_MAKEFILES="$ALL_MAKEFILES \\
14996         dlls/mciavi32/Makefile"
14997 test "x$enable_mciavi32" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
14998         mciavi32"
14999 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
15000 dlls/mciavi32/Makefile: dlls/mciavi32/Makefile.in dlls/Makedll.rules"
15001 ac_config_files="$ac_config_files dlls/mciavi32/Makefile"
15002
15003 ALL_MAKEFILES="$ALL_MAKEFILES \\
15004         dlls/mcicda/Makefile"
15005 test "x$enable_mcicda" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
15006         mcicda"
15007 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
15008 dlls/mcicda/Makefile: dlls/mcicda/Makefile.in dlls/Makedll.rules"
15009 ac_config_files="$ac_config_files dlls/mcicda/Makefile"
15010
15011 ALL_MAKEFILES="$ALL_MAKEFILES \\
15012         dlls/mciqtz32/Makefile"
15013 test "x$enable_mciqtz32" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
15014         mciqtz32"
15015 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
15016 dlls/mciqtz32/Makefile: dlls/mciqtz32/Makefile.in dlls/Makedll.rules"
15017 ac_config_files="$ac_config_files dlls/mciqtz32/Makefile"
15018
15019 ALL_MAKEFILES="$ALL_MAKEFILES \\
15020         dlls/mciseq/Makefile"
15021 test "x$enable_mciseq" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
15022         mciseq"
15023 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
15024 dlls/mciseq/Makefile: dlls/mciseq/Makefile.in dlls/Makedll.rules"
15025 ac_config_files="$ac_config_files dlls/mciseq/Makefile"
15026
15027 ALL_MAKEFILES="$ALL_MAKEFILES \\
15028         dlls/mciwave/Makefile"
15029 test "x$enable_mciwave" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
15030         mciwave"
15031 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
15032 dlls/mciwave/Makefile: dlls/mciwave/Makefile.in dlls/Makedll.rules"
15033 ac_config_files="$ac_config_files dlls/mciwave/Makefile"
15034
15035 ALL_MAKEFILES="$ALL_MAKEFILES \\
15036         dlls/midimap/Makefile"
15037 test "x$enable_midimap" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
15038         midimap"
15039 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
15040 dlls/midimap/Makefile: dlls/midimap/Makefile.in dlls/Makedll.rules"
15041 ac_config_files="$ac_config_files dlls/midimap/Makefile"
15042
15043 ALL_MAKEFILES="$ALL_MAKEFILES \\
15044         dlls/mlang/Makefile"
15045 test "x$enable_mlang" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
15046         mlang"
15047 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
15048 dlls/mlang/Makefile: dlls/mlang/Makefile.in dlls/Makedll.rules"
15049 ac_config_files="$ac_config_files dlls/mlang/Makefile"
15050
15051 ALL_MAKEFILES="$ALL_MAKEFILES \\
15052         dlls/mlang/tests/Makefile"
15053 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
15054         mlang/tests"
15055 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
15056 dlls/mlang/tests/Makefile: dlls/mlang/tests/Makefile.in dlls/Maketest.rules"
15057 ac_config_files="$ac_config_files dlls/mlang/tests/Makefile"
15058
15059 ALL_MAKEFILES="$ALL_MAKEFILES \\
15060         dlls/mmdevldr.vxd/Makefile"
15061 test "x$enable_win16" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
15062         mmdevldr.vxd"
15063 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
15064 dlls/mmdevldr.vxd/Makefile: dlls/mmdevldr.vxd/Makefile.in dlls/Makedll.rules"
15065 ac_config_files="$ac_config_files dlls/mmdevldr.vxd/Makefile"
15066
15067 ALL_MAKEFILES="$ALL_MAKEFILES \\
15068         dlls/monodebg.vxd/Makefile"
15069 test "x$enable_win16" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
15070         monodebg.vxd"
15071 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
15072 dlls/monodebg.vxd/Makefile: dlls/monodebg.vxd/Makefile.in dlls/Makedll.rules"
15073 ac_config_files="$ac_config_files dlls/monodebg.vxd/Makefile"
15074
15075 ALL_MAKEFILES="$ALL_MAKEFILES \\
15076         dlls/mountmgr.sys/Makefile"
15077 test "x$enable_mountmgr_sys" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
15078         mountmgr.sys"
15079 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
15080 dlls/mountmgr.sys/Makefile: dlls/mountmgr.sys/Makefile.in dlls/Makedll.rules"
15081 ac_config_files="$ac_config_files dlls/mountmgr.sys/Makefile"
15082
15083 ALL_MAKEFILES="$ALL_MAKEFILES \\
15084         dlls/mouse.drv16/Makefile"
15085 test "x$enable_win16" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
15086         mouse.drv16"
15087 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
15088 dlls/mouse.drv16/Makefile: dlls/mouse.drv16/Makefile.in dlls/Makedll.rules"
15089 ac_config_files="$ac_config_files dlls/mouse.drv16/Makefile"
15090
15091 ALL_MAKEFILES="$ALL_MAKEFILES \\
15092         dlls/mpr/Makefile"
15093 test "x$enable_mpr" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
15094         mpr"
15095 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
15096 dlls/mpr/Makefile: dlls/mpr/Makefile.in dlls/Makedll.rules"
15097 ac_config_files="$ac_config_files dlls/mpr/Makefile"
15098
15099 ALL_MAKEFILES="$ALL_MAKEFILES \\
15100         dlls/mprapi/Makefile"
15101 test "x$enable_mprapi" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
15102         mprapi"
15103 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
15104 dlls/mprapi/Makefile: dlls/mprapi/Makefile.in dlls/Makedll.rules"
15105 ac_config_files="$ac_config_files dlls/mprapi/Makefile"
15106
15107 ALL_MAKEFILES="$ALL_MAKEFILES \\
15108         dlls/msacm.dll16/Makefile"
15109 test "x$enable_win16" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
15110         msacm.dll16"
15111 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
15112 dlls/msacm.dll16/Makefile: dlls/msacm.dll16/Makefile.in dlls/Makedll.rules"
15113 ac_config_files="$ac_config_files dlls/msacm.dll16/Makefile"
15114
15115 ALL_MAKEFILES="$ALL_MAKEFILES \\
15116         dlls/msacm32.drv/Makefile"
15117 test "x$enable_msacm32_drv" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
15118         msacm32.drv"
15119 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
15120 dlls/msacm32.drv/Makefile: dlls/msacm32.drv/Makefile.in dlls/Makedll.rules"
15121 ac_config_files="$ac_config_files dlls/msacm32.drv/Makefile"
15122
15123 ALL_MAKEFILES="$ALL_MAKEFILES \\
15124         dlls/msacm32/Makefile"
15125 test "x$enable_msacm32" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
15126         msacm32"
15127 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
15128 dlls/msacm32/Makefile: dlls/msacm32/Makefile.in dlls/Makedll.rules"
15129 ac_config_files="$ac_config_files dlls/msacm32/Makefile"
15130
15131 ALL_MAKEFILES="$ALL_MAKEFILES \\
15132         dlls/msacm32/tests/Makefile"
15133 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
15134         msacm32/tests"
15135 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
15136 dlls/msacm32/tests/Makefile: dlls/msacm32/tests/Makefile.in dlls/Maketest.rules"
15137 ac_config_files="$ac_config_files dlls/msacm32/tests/Makefile"
15138
15139 ALL_MAKEFILES="$ALL_MAKEFILES \\
15140         dlls/msadp32.acm/Makefile"
15141 test "x$enable_msadp32_acm" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
15142         msadp32.acm"
15143 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
15144 dlls/msadp32.acm/Makefile: dlls/msadp32.acm/Makefile.in dlls/Makedll.rules"
15145 ac_config_files="$ac_config_files dlls/msadp32.acm/Makefile"
15146
15147 ALL_MAKEFILES="$ALL_MAKEFILES \\
15148         dlls/mscat32/Makefile"
15149 test "x$enable_mscat32" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
15150         mscat32"
15151 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
15152 dlls/mscat32/Makefile: dlls/mscat32/Makefile.in dlls/Makedll.rules"
15153 ac_config_files="$ac_config_files dlls/mscat32/Makefile"
15154
15155 ALL_MAKEFILES="$ALL_MAKEFILES \\
15156         dlls/mscms/Makefile"
15157 test "x$enable_mscms" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
15158         mscms"
15159 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
15160 dlls/mscms/Makefile: dlls/mscms/Makefile.in dlls/Makedll.rules"
15161 ac_config_files="$ac_config_files dlls/mscms/Makefile"
15162
15163 ALL_MAKEFILES="$ALL_MAKEFILES \\
15164         dlls/mscms/tests/Makefile"
15165 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
15166         mscms/tests"
15167 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
15168 dlls/mscms/tests/Makefile: dlls/mscms/tests/Makefile.in dlls/Maketest.rules"
15169 ac_config_files="$ac_config_files dlls/mscms/tests/Makefile"
15170
15171 ALL_MAKEFILES="$ALL_MAKEFILES \\
15172         dlls/mscoree/Makefile"
15173 test "x$enable_mscoree" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
15174         mscoree"
15175 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
15176 dlls/mscoree/Makefile: dlls/mscoree/Makefile.in dlls/Makedll.rules"
15177 ac_config_files="$ac_config_files dlls/mscoree/Makefile"
15178
15179 ALL_MAKEFILES="$ALL_MAKEFILES \\
15180         dlls/msctf/Makefile"
15181 test "x$enable_msctf" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
15182         msctf"
15183 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
15184 dlls/msctf/Makefile: dlls/msctf/Makefile.in dlls/Makedll.rules"
15185 ac_config_files="$ac_config_files dlls/msctf/Makefile"
15186
15187 ALL_MAKEFILES="$ALL_MAKEFILES \\
15188         dlls/msctf/tests/Makefile"
15189 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
15190         msctf/tests"
15191 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
15192 dlls/msctf/tests/Makefile: dlls/msctf/tests/Makefile.in dlls/Maketest.rules"
15193 ac_config_files="$ac_config_files dlls/msctf/tests/Makefile"
15194
15195 ALL_MAKEFILES="$ALL_MAKEFILES \\
15196         dlls/msdaps/Makefile"
15197 test "x$enable_msdaps" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
15198         msdaps"
15199 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
15200 dlls/msdaps/Makefile: dlls/msdaps/Makefile.in dlls/Makedll.rules"
15201 ac_config_files="$ac_config_files dlls/msdaps/Makefile"
15202
15203 ALL_MAKEFILES="$ALL_MAKEFILES \\
15204         dlls/msdmo/Makefile"
15205 test "x$enable_msdmo" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
15206         msdmo"
15207 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
15208 dlls/msdmo/Makefile: dlls/msdmo/Makefile.in dlls/Makedll.rules"
15209 ac_config_files="$ac_config_files dlls/msdmo/Makefile"
15210
15211 ALL_MAKEFILES="$ALL_MAKEFILES \\
15212         dlls/msftedit/Makefile"
15213 test "x$enable_msftedit" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
15214         msftedit"
15215 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
15216 dlls/msftedit/Makefile: dlls/msftedit/Makefile.in dlls/Makedll.rules"
15217 ac_config_files="$ac_config_files dlls/msftedit/Makefile"
15218
15219 ALL_MAKEFILES="$ALL_MAKEFILES \\
15220         dlls/msg711.acm/Makefile"
15221 test "x$enable_msg711_acm" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
15222         msg711.acm"
15223 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
15224 dlls/msg711.acm/Makefile: dlls/msg711.acm/Makefile.in dlls/Makedll.rules"
15225 ac_config_files="$ac_config_files dlls/msg711.acm/Makefile"
15226
15227 ALL_MAKEFILES="$ALL_MAKEFILES \\
15228         dlls/msgsm32.acm/Makefile"
15229 test "x$enable_msgsm32_acm" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
15230         msgsm32.acm"
15231 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
15232 dlls/msgsm32.acm/Makefile: dlls/msgsm32.acm/Makefile.in dlls/Makedll.rules"
15233 ac_config_files="$ac_config_files dlls/msgsm32.acm/Makefile"
15234
15235 ALL_MAKEFILES="$ALL_MAKEFILES \\
15236         dlls/mshtml.tlb/Makefile"
15237 test "x$enable_mshtml_tlb" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
15238         mshtml.tlb"
15239 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
15240 dlls/mshtml.tlb/Makefile: dlls/mshtml.tlb/Makefile.in dlls/Makedll.rules"
15241 ac_config_files="$ac_config_files dlls/mshtml.tlb/Makefile"
15242
15243 ALL_MAKEFILES="$ALL_MAKEFILES \\
15244         dlls/mshtml/Makefile"
15245 test "x$enable_mshtml" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
15246         mshtml"
15247 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
15248 dlls/mshtml/Makefile: dlls/mshtml/Makefile.in dlls/Makedll.rules"
15249 ac_config_files="$ac_config_files dlls/mshtml/Makefile"
15250
15251 ALL_MAKEFILES="$ALL_MAKEFILES \\
15252         dlls/mshtml/tests/Makefile"
15253 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
15254         mshtml/tests"
15255 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
15256 dlls/mshtml/tests/Makefile: dlls/mshtml/tests/Makefile.in dlls/Maketest.rules"
15257 ac_config_files="$ac_config_files dlls/mshtml/tests/Makefile"
15258
15259 ALL_MAKEFILES="$ALL_MAKEFILES \\
15260         dlls/msi/Makefile"
15261 test "x$enable_msi" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
15262         msi"
15263 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
15264 dlls/msi/Makefile: dlls/msi/Makefile.in dlls/Makedll.rules"
15265 ac_config_files="$ac_config_files dlls/msi/Makefile"
15266
15267 ALL_MAKEFILES="$ALL_MAKEFILES \\
15268         dlls/msi/tests/Makefile"
15269 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
15270         msi/tests"
15271 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
15272 dlls/msi/tests/Makefile: dlls/msi/tests/Makefile.in dlls/Maketest.rules"
15273 ac_config_files="$ac_config_files dlls/msi/tests/Makefile"
15274
15275 ALL_MAKEFILES="$ALL_MAKEFILES \\
15276         dlls/msimg32/Makefile"
15277 test "x$enable_msimg32" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
15278         msimg32"
15279 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
15280 dlls/msimg32/Makefile: dlls/msimg32/Makefile.in dlls/Makedll.rules"
15281 ac_config_files="$ac_config_files dlls/msimg32/Makefile"
15282
15283 ALL_MAKEFILES="$ALL_MAKEFILES \\
15284         dlls/msimtf/Makefile"
15285 test "x$enable_msimtf" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
15286         msimtf"
15287 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
15288 dlls/msimtf/Makefile: dlls/msimtf/Makefile.in dlls/Makedll.rules"
15289 ac_config_files="$ac_config_files dlls/msimtf/Makefile"
15290
15291 ALL_MAKEFILES="$ALL_MAKEFILES \\
15292         dlls/msisip/Makefile"
15293 test "x$enable_msisip" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
15294         msisip"
15295 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
15296 dlls/msisip/Makefile: dlls/msisip/Makefile.in dlls/Makedll.rules"
15297 ac_config_files="$ac_config_files dlls/msisip/Makefile"
15298
15299 ALL_MAKEFILES="$ALL_MAKEFILES \\
15300         dlls/msisys.ocx/Makefile"
15301 test "x$enable_msisys_ocx" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
15302         msisys.ocx"
15303 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
15304 dlls/msisys.ocx/Makefile: dlls/msisys.ocx/Makefile.in dlls/Makedll.rules"
15305 ac_config_files="$ac_config_files dlls/msisys.ocx/Makefile"
15306
15307 ALL_MAKEFILES="$ALL_MAKEFILES \\
15308         dlls/msnet32/Makefile"
15309 test "x$enable_msnet32" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
15310         msnet32"
15311 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
15312 dlls/msnet32/Makefile: dlls/msnet32/Makefile.in dlls/Makedll.rules"
15313 ac_config_files="$ac_config_files dlls/msnet32/Makefile"
15314
15315 ALL_MAKEFILES="$ALL_MAKEFILES \\
15316         dlls/msrle32/Makefile"
15317 test "x$enable_msrle32" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
15318         msrle32"
15319 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
15320 dlls/msrle32/Makefile: dlls/msrle32/Makefile.in dlls/Makedll.rules"
15321 ac_config_files="$ac_config_files dlls/msrle32/Makefile"
15322
15323 ALL_MAKEFILES="$ALL_MAKEFILES \\
15324         dlls/mssign32/Makefile"
15325 test "x$enable_mssign32" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
15326         mssign32"
15327 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
15328 dlls/mssign32/Makefile: dlls/mssign32/Makefile.in dlls/Makedll.rules"
15329 ac_config_files="$ac_config_files dlls/mssign32/Makefile"
15330
15331 ALL_MAKEFILES="$ALL_MAKEFILES \\
15332         dlls/mssip32/Makefile"
15333 test "x$enable_mssip32" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
15334         mssip32"
15335 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
15336 dlls/mssip32/Makefile: dlls/mssip32/Makefile.in dlls/Makedll.rules"
15337 ac_config_files="$ac_config_files dlls/mssip32/Makefile"
15338
15339 ALL_MAKEFILES="$ALL_MAKEFILES \\
15340         dlls/mstask/Makefile"
15341 test "x$enable_mstask" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
15342         mstask"
15343 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
15344 dlls/mstask/Makefile: dlls/mstask/Makefile.in dlls/Makedll.rules"
15345 ac_config_files="$ac_config_files dlls/mstask/Makefile"
15346
15347 ALL_MAKEFILES="$ALL_MAKEFILES \\
15348         dlls/mstask/tests/Makefile"
15349 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
15350         mstask/tests"
15351 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
15352 dlls/mstask/tests/Makefile: dlls/mstask/tests/Makefile.in dlls/Maketest.rules"
15353 ac_config_files="$ac_config_files dlls/mstask/tests/Makefile"
15354
15355 ALL_MAKEFILES="$ALL_MAKEFILES \\
15356         dlls/msvcirt/Makefile"
15357 test "x$enable_msvcirt" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
15358         msvcirt"
15359 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
15360 dlls/msvcirt/Makefile: dlls/msvcirt/Makefile.in dlls/Makedll.rules"
15361 ac_config_files="$ac_config_files dlls/msvcirt/Makefile"
15362
15363 ALL_MAKEFILES="$ALL_MAKEFILES \\
15364         dlls/msvcr71/Makefile"
15365 test "x$enable_msvcr71" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
15366         msvcr71"
15367 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
15368 dlls/msvcr71/Makefile: dlls/msvcr71/Makefile.in dlls/Makedll.rules"
15369 ac_config_files="$ac_config_files dlls/msvcr71/Makefile"
15370
15371 ALL_MAKEFILES="$ALL_MAKEFILES \\
15372         dlls/msvcrt/Makefile"
15373 test "x$enable_msvcrt" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
15374         msvcrt"
15375 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
15376 dlls/msvcrt/Makefile: dlls/msvcrt/Makefile.in dlls/Makedll.rules"
15377 ac_config_files="$ac_config_files dlls/msvcrt/Makefile"
15378
15379 ALL_MAKEFILES="$ALL_MAKEFILES \\
15380         dlls/msvcrt/tests/Makefile"
15381 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
15382         msvcrt/tests"
15383 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
15384 dlls/msvcrt/tests/Makefile: dlls/msvcrt/tests/Makefile.in dlls/Maketest.rules"
15385 ac_config_files="$ac_config_files dlls/msvcrt/tests/Makefile"
15386
15387 ALL_MAKEFILES="$ALL_MAKEFILES \\
15388         dlls/msvcrt20/Makefile"
15389 test "x$enable_msvcrt20" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
15390         msvcrt20"
15391 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
15392 dlls/msvcrt20/Makefile: dlls/msvcrt20/Makefile.in dlls/Makedll.rules"
15393 ac_config_files="$ac_config_files dlls/msvcrt20/Makefile"
15394
15395 ALL_MAKEFILES="$ALL_MAKEFILES \\
15396         dlls/msvcrt40/Makefile"
15397 test "x$enable_msvcrt40" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
15398         msvcrt40"
15399 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
15400 dlls/msvcrt40/Makefile: dlls/msvcrt40/Makefile.in dlls/Makedll.rules"
15401 ac_config_files="$ac_config_files dlls/msvcrt40/Makefile"
15402
15403 ALL_MAKEFILES="$ALL_MAKEFILES \\
15404         dlls/msvcrtd/Makefile"
15405 test "x$enable_msvcrtd" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
15406         msvcrtd"
15407 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
15408 dlls/msvcrtd/Makefile: dlls/msvcrtd/Makefile.in dlls/Makedll.rules"
15409 ac_config_files="$ac_config_files dlls/msvcrtd/Makefile"
15410
15411 ALL_MAKEFILES="$ALL_MAKEFILES \\
15412         dlls/msvcrtd/tests/Makefile"
15413 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
15414         msvcrtd/tests"
15415 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
15416 dlls/msvcrtd/tests/Makefile: dlls/msvcrtd/tests/Makefile.in dlls/Maketest.rules"
15417 ac_config_files="$ac_config_files dlls/msvcrtd/tests/Makefile"
15418
15419 ALL_MAKEFILES="$ALL_MAKEFILES \\
15420         dlls/msvfw32/Makefile"
15421 test "x$enable_msvfw32" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
15422         msvfw32"
15423 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
15424 dlls/msvfw32/Makefile: dlls/msvfw32/Makefile.in dlls/Makedll.rules"
15425 ac_config_files="$ac_config_files dlls/msvfw32/Makefile"
15426
15427 ALL_MAKEFILES="$ALL_MAKEFILES \\
15428         dlls/msvfw32/tests/Makefile"
15429 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
15430         msvfw32/tests"
15431 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
15432 dlls/msvfw32/tests/Makefile: dlls/msvfw32/tests/Makefile.in dlls/Maketest.rules"
15433 ac_config_files="$ac_config_files dlls/msvfw32/tests/Makefile"
15434
15435 ALL_MAKEFILES="$ALL_MAKEFILES \\
15436         dlls/msvidc32/Makefile"
15437 test "x$enable_msvidc32" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
15438         msvidc32"
15439 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
15440 dlls/msvidc32/Makefile: dlls/msvidc32/Makefile.in dlls/Makedll.rules"
15441 ac_config_files="$ac_config_files dlls/msvidc32/Makefile"
15442
15443 ALL_MAKEFILES="$ALL_MAKEFILES \\
15444         dlls/msvideo.dll16/Makefile"
15445 test "x$enable_win16" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
15446         msvideo.dll16"
15447 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
15448 dlls/msvideo.dll16/Makefile: dlls/msvideo.dll16/Makefile.in dlls/Makedll.rules"
15449 ac_config_files="$ac_config_files dlls/msvideo.dll16/Makefile"
15450
15451 ALL_MAKEFILES="$ALL_MAKEFILES \\
15452         dlls/mswsock/Makefile"
15453 test "x$enable_mswsock" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
15454         mswsock"
15455 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
15456 dlls/mswsock/Makefile: dlls/mswsock/Makefile.in dlls/Makedll.rules"
15457 ac_config_files="$ac_config_files dlls/mswsock/Makefile"
15458
15459 ALL_MAKEFILES="$ALL_MAKEFILES \\
15460         dlls/msxml3/Makefile"
15461 test "x$enable_msxml3" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
15462         msxml3"
15463 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
15464 dlls/msxml3/Makefile: dlls/msxml3/Makefile.in dlls/Makedll.rules"
15465 ac_config_files="$ac_config_files dlls/msxml3/Makefile"
15466
15467 ALL_MAKEFILES="$ALL_MAKEFILES \\
15468         dlls/msxml3/tests/Makefile"
15469 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
15470         msxml3/tests"
15471 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
15472 dlls/msxml3/tests/Makefile: dlls/msxml3/tests/Makefile.in dlls/Maketest.rules"
15473 ac_config_files="$ac_config_files dlls/msxml3/tests/Makefile"
15474
15475 ALL_MAKEFILES="$ALL_MAKEFILES \\
15476         dlls/nddeapi/Makefile"
15477 test "x$enable_nddeapi" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
15478         nddeapi"
15479 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
15480 dlls/nddeapi/Makefile: dlls/nddeapi/Makefile.in dlls/Makedll.rules"
15481 ac_config_files="$ac_config_files dlls/nddeapi/Makefile"
15482
15483 ALL_MAKEFILES="$ALL_MAKEFILES \\
15484         dlls/netapi32/Makefile"
15485 test "x$enable_netapi32" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
15486         netapi32"
15487 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
15488 dlls/netapi32/Makefile: dlls/netapi32/Makefile.in dlls/Makedll.rules"
15489 ac_config_files="$ac_config_files dlls/netapi32/Makefile"
15490
15491 ALL_MAKEFILES="$ALL_MAKEFILES \\
15492         dlls/netapi32/tests/Makefile"
15493 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
15494         netapi32/tests"
15495 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
15496 dlls/netapi32/tests/Makefile: dlls/netapi32/tests/Makefile.in dlls/Maketest.rules"
15497 ac_config_files="$ac_config_files dlls/netapi32/tests/Makefile"
15498
15499 ALL_MAKEFILES="$ALL_MAKEFILES \\
15500         dlls/newdev/Makefile"
15501 test "x$enable_newdev" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
15502         newdev"
15503 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
15504 dlls/newdev/Makefile: dlls/newdev/Makefile.in dlls/Makedll.rules"
15505 ac_config_files="$ac_config_files dlls/newdev/Makefile"
15506
15507 ALL_MAKEFILES="$ALL_MAKEFILES \\
15508         dlls/ntdll/Makefile"
15509 test "x$enable_ntdll" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
15510         ntdll"
15511 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
15512 dlls/ntdll/Makefile: dlls/ntdll/Makefile.in dlls/Makedll.rules"
15513 ac_config_files="$ac_config_files dlls/ntdll/Makefile"
15514
15515 ALL_MAKEFILES="$ALL_MAKEFILES \\
15516         dlls/ntdll/tests/Makefile"
15517 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
15518         ntdll/tests"
15519 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
15520 dlls/ntdll/tests/Makefile: dlls/ntdll/tests/Makefile.in dlls/Maketest.rules"
15521 ac_config_files="$ac_config_files dlls/ntdll/tests/Makefile"
15522
15523 ALL_MAKEFILES="$ALL_MAKEFILES \\
15524         dlls/ntdsapi/Makefile"
15525 test "x$enable_ntdsapi" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
15526         ntdsapi"
15527 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
15528 dlls/ntdsapi/Makefile: dlls/ntdsapi/Makefile.in dlls/Makedll.rules"
15529 ac_config_files="$ac_config_files dlls/ntdsapi/Makefile"
15530
15531 ALL_MAKEFILES="$ALL_MAKEFILES \\
15532         dlls/ntdsapi/tests/Makefile"
15533 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
15534         ntdsapi/tests"
15535 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
15536 dlls/ntdsapi/tests/Makefile: dlls/ntdsapi/tests/Makefile.in dlls/Maketest.rules"
15537 ac_config_files="$ac_config_files dlls/ntdsapi/tests/Makefile"
15538
15539 ALL_MAKEFILES="$ALL_MAKEFILES \\
15540         dlls/ntoskrnl.exe/Makefile"
15541 test "x$enable_ntoskrnl_exe" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
15542         ntoskrnl.exe"
15543 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
15544 dlls/ntoskrnl.exe/Makefile: dlls/ntoskrnl.exe/Makefile.in dlls/Makedll.rules"
15545 ac_config_files="$ac_config_files dlls/ntoskrnl.exe/Makefile"
15546
15547 ALL_MAKEFILES="$ALL_MAKEFILES \\
15548         dlls/ntprint/Makefile"
15549 test "x$enable_ntprint" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
15550         ntprint"
15551 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
15552 dlls/ntprint/Makefile: dlls/ntprint/Makefile.in dlls/Makedll.rules"
15553 ac_config_files="$ac_config_files dlls/ntprint/Makefile"
15554
15555 ALL_MAKEFILES="$ALL_MAKEFILES \\
15556         dlls/ntprint/tests/Makefile"
15557 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
15558         ntprint/tests"
15559 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
15560 dlls/ntprint/tests/Makefile: dlls/ntprint/tests/Makefile.in dlls/Maketest.rules"
15561 ac_config_files="$ac_config_files dlls/ntprint/tests/Makefile"
15562
15563 ALL_MAKEFILES="$ALL_MAKEFILES \\
15564         dlls/objsel/Makefile"
15565 test "x$enable_objsel" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
15566         objsel"
15567 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
15568 dlls/objsel/Makefile: dlls/objsel/Makefile.in dlls/Makedll.rules"
15569 ac_config_files="$ac_config_files dlls/objsel/Makefile"
15570
15571 ALL_MAKEFILES="$ALL_MAKEFILES \\
15572         dlls/odbc32/Makefile"
15573 test "x$enable_odbc32" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
15574         odbc32"
15575 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
15576 dlls/odbc32/Makefile: dlls/odbc32/Makefile.in dlls/Makedll.rules"
15577 ac_config_files="$ac_config_files dlls/odbc32/Makefile"
15578
15579 ALL_MAKEFILES="$ALL_MAKEFILES \\
15580         dlls/odbccp32/Makefile"
15581 test "x$enable_odbccp32" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
15582         odbccp32"
15583 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
15584 dlls/odbccp32/Makefile: dlls/odbccp32/Makefile.in dlls/Makedll.rules"
15585 ac_config_files="$ac_config_files dlls/odbccp32/Makefile"
15586
15587 ALL_MAKEFILES="$ALL_MAKEFILES \\
15588         dlls/odbccp32/tests/Makefile"
15589 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
15590         odbccp32/tests"
15591 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
15592 dlls/odbccp32/tests/Makefile: dlls/odbccp32/tests/Makefile.in dlls/Maketest.rules"
15593 ac_config_files="$ac_config_files dlls/odbccp32/tests/Makefile"
15594
15595 ALL_MAKEFILES="$ALL_MAKEFILES \\
15596         dlls/ole2.dll16/Makefile"
15597 test "x$enable_win16" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
15598         ole2.dll16"
15599 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
15600 dlls/ole2.dll16/Makefile: dlls/ole2.dll16/Makefile.in dlls/Makedll.rules"
15601 ac_config_files="$ac_config_files dlls/ole2.dll16/Makefile"
15602
15603 ALL_MAKEFILES="$ALL_MAKEFILES \\
15604         dlls/ole2conv.dll16/Makefile"
15605 test "x$enable_win16" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
15606         ole2conv.dll16"
15607 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
15608 dlls/ole2conv.dll16/Makefile: dlls/ole2conv.dll16/Makefile.in dlls/Makedll.rules"
15609 ac_config_files="$ac_config_files dlls/ole2conv.dll16/Makefile"
15610
15611 ALL_MAKEFILES="$ALL_MAKEFILES \\
15612         dlls/ole2disp.dll16/Makefile"
15613 test "x$enable_win16" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
15614         ole2disp.dll16"
15615 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
15616 dlls/ole2disp.dll16/Makefile: dlls/ole2disp.dll16/Makefile.in dlls/Makedll.rules"
15617 ac_config_files="$ac_config_files dlls/ole2disp.dll16/Makefile"
15618
15619 ALL_MAKEFILES="$ALL_MAKEFILES \\
15620         dlls/ole2nls.dll16/Makefile"
15621 test "x$enable_win16" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
15622         ole2nls.dll16"
15623 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
15624 dlls/ole2nls.dll16/Makefile: dlls/ole2nls.dll16/Makefile.in dlls/Makedll.rules"
15625 ac_config_files="$ac_config_files dlls/ole2nls.dll16/Makefile"
15626
15627 ALL_MAKEFILES="$ALL_MAKEFILES \\
15628         dlls/ole2prox.dll16/Makefile"
15629 test "x$enable_win16" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
15630         ole2prox.dll16"
15631 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
15632 dlls/ole2prox.dll16/Makefile: dlls/ole2prox.dll16/Makefile.in dlls/Makedll.rules"
15633 ac_config_files="$ac_config_files dlls/ole2prox.dll16/Makefile"
15634
15635 ALL_MAKEFILES="$ALL_MAKEFILES \\
15636         dlls/ole2thk.dll16/Makefile"
15637 test "x$enable_win16" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
15638         ole2thk.dll16"
15639 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
15640 dlls/ole2thk.dll16/Makefile: dlls/ole2thk.dll16/Makefile.in dlls/Makedll.rules"
15641 ac_config_files="$ac_config_files dlls/ole2thk.dll16/Makefile"
15642
15643 ALL_MAKEFILES="$ALL_MAKEFILES \\
15644         dlls/ole32/Makefile"
15645 test "x$enable_ole32" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
15646         ole32"
15647 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
15648 dlls/ole32/Makefile: dlls/ole32/Makefile.in dlls/Makedll.rules"
15649 ac_config_files="$ac_config_files dlls/ole32/Makefile"
15650
15651 ALL_MAKEFILES="$ALL_MAKEFILES \\
15652         dlls/ole32/tests/Makefile"
15653 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
15654         ole32/tests"
15655 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
15656 dlls/ole32/tests/Makefile: dlls/ole32/tests/Makefile.in dlls/Maketest.rules"
15657 ac_config_files="$ac_config_files dlls/ole32/tests/Makefile"
15658
15659 ALL_MAKEFILES="$ALL_MAKEFILES \\
15660         dlls/oleacc/Makefile"
15661 test "x$enable_oleacc" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
15662         oleacc"
15663 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
15664 dlls/oleacc/Makefile: dlls/oleacc/Makefile.in dlls/Makedll.rules"
15665 ac_config_files="$ac_config_files dlls/oleacc/Makefile"
15666
15667 ALL_MAKEFILES="$ALL_MAKEFILES \\
15668         dlls/oleacc/tests/Makefile"
15669 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
15670         oleacc/tests"
15671 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
15672 dlls/oleacc/tests/Makefile: dlls/oleacc/tests/Makefile.in dlls/Maketest.rules"
15673 ac_config_files="$ac_config_files dlls/oleacc/tests/Makefile"
15674
15675 ALL_MAKEFILES="$ALL_MAKEFILES \\
15676         dlls/oleaut32/Makefile"
15677 test "x$enable_oleaut32" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
15678         oleaut32"
15679 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
15680 dlls/oleaut32/Makefile: dlls/oleaut32/Makefile.in dlls/Makedll.rules"
15681 ac_config_files="$ac_config_files dlls/oleaut32/Makefile"
15682
15683 ALL_MAKEFILES="$ALL_MAKEFILES \\
15684         dlls/oleaut32/tests/Makefile"
15685 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
15686         oleaut32/tests"
15687 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
15688 dlls/oleaut32/tests/Makefile: dlls/oleaut32/tests/Makefile.in dlls/Maketest.rules"
15689 ac_config_files="$ac_config_files dlls/oleaut32/tests/Makefile"
15690
15691 ALL_MAKEFILES="$ALL_MAKEFILES \\
15692         dlls/olecli.dll16/Makefile"
15693 test "x$enable_win16" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
15694         olecli.dll16"
15695 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
15696 dlls/olecli.dll16/Makefile: dlls/olecli.dll16/Makefile.in dlls/Makedll.rules"
15697 ac_config_files="$ac_config_files dlls/olecli.dll16/Makefile"
15698
15699 ALL_MAKEFILES="$ALL_MAKEFILES \\
15700         dlls/olecli32/Makefile"
15701 test "x$enable_olecli32" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
15702         olecli32"
15703 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
15704 dlls/olecli32/Makefile: dlls/olecli32/Makefile.in dlls/Makedll.rules"
15705 ac_config_files="$ac_config_files dlls/olecli32/Makefile"
15706
15707 ALL_MAKEFILES="$ALL_MAKEFILES \\
15708         dlls/oledlg/Makefile"
15709 test "x$enable_oledlg" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
15710         oledlg"
15711 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
15712 dlls/oledlg/Makefile: dlls/oledlg/Makefile.in dlls/Makedll.rules"
15713 ac_config_files="$ac_config_files dlls/oledlg/Makefile"
15714
15715 ALL_MAKEFILES="$ALL_MAKEFILES \\
15716         dlls/olepro32/Makefile"
15717 test "x$enable_olepro32" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
15718         olepro32"
15719 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
15720 dlls/olepro32/Makefile: dlls/olepro32/Makefile.in dlls/Makedll.rules"
15721 ac_config_files="$ac_config_files dlls/olepro32/Makefile"
15722
15723 ALL_MAKEFILES="$ALL_MAKEFILES \\
15724         dlls/olesvr.dll16/Makefile"
15725 test "x$enable_win16" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
15726         olesvr.dll16"
15727 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
15728 dlls/olesvr.dll16/Makefile: dlls/olesvr.dll16/Makefile.in dlls/Makedll.rules"
15729 ac_config_files="$ac_config_files dlls/olesvr.dll16/Makefile"
15730
15731 ALL_MAKEFILES="$ALL_MAKEFILES \\
15732         dlls/olesvr32/Makefile"
15733 test "x$enable_olesvr32" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
15734         olesvr32"
15735 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
15736 dlls/olesvr32/Makefile: dlls/olesvr32/Makefile.in dlls/Makedll.rules"
15737 ac_config_files="$ac_config_files dlls/olesvr32/Makefile"
15738
15739 ALL_MAKEFILES="$ALL_MAKEFILES \\
15740         dlls/olethk32/Makefile"
15741 test "x$enable_olethk32" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
15742         olethk32"
15743 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
15744 dlls/olethk32/Makefile: dlls/olethk32/Makefile.in dlls/Makedll.rules"
15745 ac_config_files="$ac_config_files dlls/olethk32/Makefile"
15746
15747 ALL_MAKEFILES="$ALL_MAKEFILES \\
15748         dlls/opengl32/Makefile"
15749 test "x$enable_opengl32" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
15750         opengl32"
15751 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
15752 dlls/opengl32/Makefile: dlls/opengl32/Makefile.in dlls/Makedll.rules"
15753 ac_config_files="$ac_config_files dlls/opengl32/Makefile"
15754
15755 ALL_MAKEFILES="$ALL_MAKEFILES \\
15756         dlls/opengl32/tests/Makefile"
15757 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
15758         opengl32/tests"
15759 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
15760 dlls/opengl32/tests/Makefile: dlls/opengl32/tests/Makefile.in dlls/Maketest.rules"
15761 ac_config_files="$ac_config_files dlls/opengl32/tests/Makefile"
15762
15763 ALL_MAKEFILES="$ALL_MAKEFILES \\
15764         dlls/pdh/Makefile"
15765 test "x$enable_pdh" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
15766         pdh"
15767 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
15768 dlls/pdh/Makefile: dlls/pdh/Makefile.in dlls/Makedll.rules"
15769 ac_config_files="$ac_config_files dlls/pdh/Makefile"
15770
15771 ALL_MAKEFILES="$ALL_MAKEFILES \\
15772         dlls/pdh/tests/Makefile"
15773 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
15774         pdh/tests"
15775 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
15776 dlls/pdh/tests/Makefile: dlls/pdh/tests/Makefile.in dlls/Maketest.rules"
15777 ac_config_files="$ac_config_files dlls/pdh/tests/Makefile"
15778
15779 ALL_MAKEFILES="$ALL_MAKEFILES \\
15780         dlls/pidgen/Makefile"
15781 test "x$enable_pidgen" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
15782         pidgen"
15783 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
15784 dlls/pidgen/Makefile: dlls/pidgen/Makefile.in dlls/Makedll.rules"
15785 ac_config_files="$ac_config_files dlls/pidgen/Makefile"
15786
15787 ALL_MAKEFILES="$ALL_MAKEFILES \\
15788         dlls/powrprof/Makefile"
15789 test "x$enable_powrprof" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
15790         powrprof"
15791 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
15792 dlls/powrprof/Makefile: dlls/powrprof/Makefile.in dlls/Makedll.rules"
15793 ac_config_files="$ac_config_files dlls/powrprof/Makefile"
15794
15795 ALL_MAKEFILES="$ALL_MAKEFILES \\
15796         dlls/printui/Makefile"
15797 test "x$enable_printui" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
15798         printui"
15799 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
15800 dlls/printui/Makefile: dlls/printui/Makefile.in dlls/Makedll.rules"
15801 ac_config_files="$ac_config_files dlls/printui/Makefile"
15802
15803 ALL_MAKEFILES="$ALL_MAKEFILES \\
15804         dlls/propsys/Makefile"
15805 test "x$enable_propsys" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
15806         propsys"
15807 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
15808 dlls/propsys/Makefile: dlls/propsys/Makefile.in dlls/Makedll.rules"
15809 ac_config_files="$ac_config_files dlls/propsys/Makefile"
15810
15811 ALL_MAKEFILES="$ALL_MAKEFILES \\
15812         dlls/psapi/Makefile"
15813 test "x$enable_psapi" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
15814         psapi"
15815 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
15816 dlls/psapi/Makefile: dlls/psapi/Makefile.in dlls/Makedll.rules"
15817 ac_config_files="$ac_config_files dlls/psapi/Makefile"
15818
15819 ALL_MAKEFILES="$ALL_MAKEFILES \\
15820         dlls/psapi/tests/Makefile"
15821 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
15822         psapi/tests"
15823 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
15824 dlls/psapi/tests/Makefile: dlls/psapi/tests/Makefile.in dlls/Maketest.rules"
15825 ac_config_files="$ac_config_files dlls/psapi/tests/Makefile"
15826
15827 ALL_MAKEFILES="$ALL_MAKEFILES \\
15828         dlls/pstorec/Makefile"
15829 test "x$enable_pstorec" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
15830         pstorec"
15831 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
15832 dlls/pstorec/Makefile: dlls/pstorec/Makefile.in dlls/Makedll.rules"
15833 ac_config_files="$ac_config_files dlls/pstorec/Makefile"
15834
15835 ALL_MAKEFILES="$ALL_MAKEFILES \\
15836         dlls/qcap/Makefile"
15837 test "x$enable_qcap" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
15838         qcap"
15839 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
15840 dlls/qcap/Makefile: dlls/qcap/Makefile.in dlls/Makedll.rules"
15841 ac_config_files="$ac_config_files dlls/qcap/Makefile"
15842
15843 ALL_MAKEFILES="$ALL_MAKEFILES \\
15844         dlls/qedit/Makefile"
15845 test "x$enable_qedit" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
15846         qedit"
15847 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
15848 dlls/qedit/Makefile: dlls/qedit/Makefile.in dlls/Makedll.rules"
15849 ac_config_files="$ac_config_files dlls/qedit/Makefile"
15850
15851 ALL_MAKEFILES="$ALL_MAKEFILES \\
15852         dlls/qedit/tests/Makefile"
15853 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
15854         qedit/tests"
15855 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
15856 dlls/qedit/tests/Makefile: dlls/qedit/tests/Makefile.in dlls/Maketest.rules"
15857 ac_config_files="$ac_config_files dlls/qedit/tests/Makefile"
15858
15859 ALL_MAKEFILES="$ALL_MAKEFILES \\
15860         dlls/qmgr/Makefile"
15861 test "x$enable_qmgr" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
15862         qmgr"
15863 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
15864 dlls/qmgr/Makefile: dlls/qmgr/Makefile.in dlls/Makedll.rules"
15865 ac_config_files="$ac_config_files dlls/qmgr/Makefile"
15866
15867 ALL_MAKEFILES="$ALL_MAKEFILES \\
15868         dlls/qmgr/tests/Makefile"
15869 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
15870         qmgr/tests"
15871 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
15872 dlls/qmgr/tests/Makefile: dlls/qmgr/tests/Makefile.in dlls/Maketest.rules"
15873 ac_config_files="$ac_config_files dlls/qmgr/tests/Makefile"
15874
15875 ALL_MAKEFILES="$ALL_MAKEFILES \\
15876         dlls/qmgrprxy/Makefile"
15877 test "x$enable_qmgrprxy" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
15878         qmgrprxy"
15879 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
15880 dlls/qmgrprxy/Makefile: dlls/qmgrprxy/Makefile.in dlls/Makedll.rules"
15881 ac_config_files="$ac_config_files dlls/qmgrprxy/Makefile"
15882
15883 ALL_MAKEFILES="$ALL_MAKEFILES \\
15884         dlls/quartz/Makefile"
15885 test "x$enable_quartz" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
15886         quartz"
15887 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
15888 dlls/quartz/Makefile: dlls/quartz/Makefile.in dlls/Makedll.rules"
15889 ac_config_files="$ac_config_files dlls/quartz/Makefile"
15890
15891 ALL_MAKEFILES="$ALL_MAKEFILES \\
15892         dlls/quartz/tests/Makefile"
15893 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
15894         quartz/tests"
15895 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
15896 dlls/quartz/tests/Makefile: dlls/quartz/tests/Makefile.in dlls/Maketest.rules"
15897 ac_config_files="$ac_config_files dlls/quartz/tests/Makefile"
15898
15899 ALL_MAKEFILES="$ALL_MAKEFILES \\
15900         dlls/query/Makefile"
15901 test "x$enable_query" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
15902         query"
15903 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
15904 dlls/query/Makefile: dlls/query/Makefile.in dlls/Makedll.rules"
15905 ac_config_files="$ac_config_files dlls/query/Makefile"
15906
15907 ALL_MAKEFILES="$ALL_MAKEFILES \\
15908         dlls/rasapi16.dll16/Makefile"
15909 test "x$enable_win16" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
15910         rasapi16.dll16"
15911 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
15912 dlls/rasapi16.dll16/Makefile: dlls/rasapi16.dll16/Makefile.in dlls/Makedll.rules"
15913 ac_config_files="$ac_config_files dlls/rasapi16.dll16/Makefile"
15914
15915 ALL_MAKEFILES="$ALL_MAKEFILES \\
15916         dlls/rasapi32/Makefile"
15917 test "x$enable_rasapi32" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
15918         rasapi32"
15919 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
15920 dlls/rasapi32/Makefile: dlls/rasapi32/Makefile.in dlls/Makedll.rules"
15921 ac_config_files="$ac_config_files dlls/rasapi32/Makefile"
15922
15923 ALL_MAKEFILES="$ALL_MAKEFILES \\
15924         dlls/rasapi32/tests/Makefile"
15925 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
15926         rasapi32/tests"
15927 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
15928 dlls/rasapi32/tests/Makefile: dlls/rasapi32/tests/Makefile.in dlls/Maketest.rules"
15929 ac_config_files="$ac_config_files dlls/rasapi32/tests/Makefile"
15930
15931 ALL_MAKEFILES="$ALL_MAKEFILES \\
15932         dlls/rasdlg/Makefile"
15933 test "x$enable_rasdlg" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
15934         rasdlg"
15935 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
15936 dlls/rasdlg/Makefile: dlls/rasdlg/Makefile.in dlls/Makedll.rules"
15937 ac_config_files="$ac_config_files dlls/rasdlg/Makefile"
15938
15939 ALL_MAKEFILES="$ALL_MAKEFILES \\
15940         dlls/resutils/Makefile"
15941 test "x$enable_resutils" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
15942         resutils"
15943 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
15944 dlls/resutils/Makefile: dlls/resutils/Makefile.in dlls/Makedll.rules"
15945 ac_config_files="$ac_config_files dlls/resutils/Makefile"
15946
15947 ALL_MAKEFILES="$ALL_MAKEFILES \\
15948         dlls/riched20/Makefile"
15949 test "x$enable_riched20" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
15950         riched20"
15951 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
15952 dlls/riched20/Makefile: dlls/riched20/Makefile.in dlls/Makedll.rules"
15953 ac_config_files="$ac_config_files dlls/riched20/Makefile"
15954
15955 ALL_MAKEFILES="$ALL_MAKEFILES \\
15956         dlls/riched20/tests/Makefile"
15957 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
15958         riched20/tests"
15959 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
15960 dlls/riched20/tests/Makefile: dlls/riched20/tests/Makefile.in dlls/Maketest.rules"
15961 ac_config_files="$ac_config_files dlls/riched20/tests/Makefile"
15962
15963 ALL_MAKEFILES="$ALL_MAKEFILES \\
15964         dlls/riched32/Makefile"
15965 test "x$enable_riched32" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
15966         riched32"
15967 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
15968 dlls/riched32/Makefile: dlls/riched32/Makefile.in dlls/Makedll.rules"
15969 ac_config_files="$ac_config_files dlls/riched32/Makefile"
15970
15971 ALL_MAKEFILES="$ALL_MAKEFILES \\
15972         dlls/riched32/tests/Makefile"
15973 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
15974         riched32/tests"
15975 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
15976 dlls/riched32/tests/Makefile: dlls/riched32/tests/Makefile.in dlls/Maketest.rules"
15977 ac_config_files="$ac_config_files dlls/riched32/tests/Makefile"
15978
15979 ALL_MAKEFILES="$ALL_MAKEFILES \\
15980         dlls/rpcrt4/Makefile"
15981 test "x$enable_rpcrt4" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
15982         rpcrt4"
15983 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
15984 dlls/rpcrt4/Makefile: dlls/rpcrt4/Makefile.in dlls/Makedll.rules"
15985 ac_config_files="$ac_config_files dlls/rpcrt4/Makefile"
15986
15987 ALL_MAKEFILES="$ALL_MAKEFILES \\
15988         dlls/rpcrt4/tests/Makefile"
15989 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
15990         rpcrt4/tests"
15991 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
15992 dlls/rpcrt4/tests/Makefile: dlls/rpcrt4/tests/Makefile.in dlls/Maketest.rules"
15993 ac_config_files="$ac_config_files dlls/rpcrt4/tests/Makefile"
15994
15995 ALL_MAKEFILES="$ALL_MAKEFILES \\
15996         dlls/rsabase/Makefile"
15997 test "x$enable_rsabase" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
15998         rsabase"
15999 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
16000 dlls/rsabase/Makefile: dlls/rsabase/Makefile.in dlls/Makedll.rules"
16001 ac_config_files="$ac_config_files dlls/rsabase/Makefile"
16002
16003 ALL_MAKEFILES="$ALL_MAKEFILES \\
16004         dlls/rsaenh/Makefile"
16005 test "x$enable_rsaenh" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
16006         rsaenh"
16007 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
16008 dlls/rsaenh/Makefile: dlls/rsaenh/Makefile.in dlls/Makedll.rules"
16009 ac_config_files="$ac_config_files dlls/rsaenh/Makefile"
16010
16011 ALL_MAKEFILES="$ALL_MAKEFILES \\
16012         dlls/rsaenh/tests/Makefile"
16013 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
16014         rsaenh/tests"
16015 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
16016 dlls/rsaenh/tests/Makefile: dlls/rsaenh/tests/Makefile.in dlls/Maketest.rules"
16017 ac_config_files="$ac_config_files dlls/rsaenh/tests/Makefile"
16018
16019 ALL_MAKEFILES="$ALL_MAKEFILES \\
16020         dlls/rtutils/Makefile"
16021 test "x$enable_rtutils" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
16022         rtutils"
16023 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
16024 dlls/rtutils/Makefile: dlls/rtutils/Makefile.in dlls/Makedll.rules"
16025 ac_config_files="$ac_config_files dlls/rtutils/Makefile"
16026
16027 ALL_MAKEFILES="$ALL_MAKEFILES \\
16028         dlls/sane.ds/Makefile"
16029 test "x$enable_sane_ds" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
16030         sane.ds"
16031 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
16032 dlls/sane.ds/Makefile: dlls/sane.ds/Makefile.in dlls/Makedll.rules"
16033 ac_config_files="$ac_config_files dlls/sane.ds/Makefile"
16034
16035 ALL_MAKEFILES="$ALL_MAKEFILES \\
16036         dlls/sccbase/Makefile"
16037 test "x$enable_sccbase" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
16038         sccbase"
16039 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
16040 dlls/sccbase/Makefile: dlls/sccbase/Makefile.in dlls/Makedll.rules"
16041 ac_config_files="$ac_config_files dlls/sccbase/Makefile"
16042
16043 ALL_MAKEFILES="$ALL_MAKEFILES \\
16044         dlls/schannel/Makefile"
16045 test "x$enable_schannel" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
16046         schannel"
16047 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
16048 dlls/schannel/Makefile: dlls/schannel/Makefile.in dlls/Makedll.rules"
16049 ac_config_files="$ac_config_files dlls/schannel/Makefile"
16050
16051 ALL_MAKEFILES="$ALL_MAKEFILES \\
16052         dlls/schannel/tests/Makefile"
16053 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
16054         schannel/tests"
16055 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
16056 dlls/schannel/tests/Makefile: dlls/schannel/tests/Makefile.in dlls/Maketest.rules"
16057 ac_config_files="$ac_config_files dlls/schannel/tests/Makefile"
16058
16059 ALL_MAKEFILES="$ALL_MAKEFILES \\
16060         dlls/secur32/Makefile"
16061 test "x$enable_secur32" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
16062         secur32"
16063 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
16064 dlls/secur32/Makefile: dlls/secur32/Makefile.in dlls/Makedll.rules"
16065 ac_config_files="$ac_config_files dlls/secur32/Makefile"
16066
16067 ALL_MAKEFILES="$ALL_MAKEFILES \\
16068         dlls/secur32/tests/Makefile"
16069 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
16070         secur32/tests"
16071 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
16072 dlls/secur32/tests/Makefile: dlls/secur32/tests/Makefile.in dlls/Maketest.rules"
16073 ac_config_files="$ac_config_files dlls/secur32/tests/Makefile"
16074
16075 ALL_MAKEFILES="$ALL_MAKEFILES \\
16076         dlls/security/Makefile"
16077 test "x$enable_security" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
16078         security"
16079 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
16080 dlls/security/Makefile: dlls/security/Makefile.in dlls/Makedll.rules"
16081 ac_config_files="$ac_config_files dlls/security/Makefile"
16082
16083 ALL_MAKEFILES="$ALL_MAKEFILES \\
16084         dlls/sensapi/Makefile"
16085 test "x$enable_sensapi" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
16086         sensapi"
16087 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
16088 dlls/sensapi/Makefile: dlls/sensapi/Makefile.in dlls/Makedll.rules"
16089 ac_config_files="$ac_config_files dlls/sensapi/Makefile"
16090
16091 ALL_MAKEFILES="$ALL_MAKEFILES \\
16092         dlls/serialui/Makefile"
16093 test "x$enable_serialui" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
16094         serialui"
16095 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
16096 dlls/serialui/Makefile: dlls/serialui/Makefile.in dlls/Makedll.rules"
16097 ac_config_files="$ac_config_files dlls/serialui/Makefile"
16098
16099 ALL_MAKEFILES="$ALL_MAKEFILES \\
16100         dlls/serialui/tests/Makefile"
16101 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
16102         serialui/tests"
16103 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
16104 dlls/serialui/tests/Makefile: dlls/serialui/tests/Makefile.in dlls/Maketest.rules"
16105 ac_config_files="$ac_config_files dlls/serialui/tests/Makefile"
16106
16107 ALL_MAKEFILES="$ALL_MAKEFILES \\
16108         dlls/setupapi/Makefile"
16109 test "x$enable_setupapi" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
16110         setupapi"
16111 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
16112 dlls/setupapi/Makefile: dlls/setupapi/Makefile.in dlls/Makedll.rules"
16113 ac_config_files="$ac_config_files dlls/setupapi/Makefile"
16114
16115 ALL_MAKEFILES="$ALL_MAKEFILES \\
16116         dlls/setupapi/tests/Makefile"
16117 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
16118         setupapi/tests"
16119 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
16120 dlls/setupapi/tests/Makefile: dlls/setupapi/tests/Makefile.in dlls/Maketest.rules"
16121 ac_config_files="$ac_config_files dlls/setupapi/tests/Makefile"
16122
16123 ALL_MAKEFILES="$ALL_MAKEFILES \\
16124         dlls/sfc/Makefile"
16125 test "x$enable_sfc" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
16126         sfc"
16127 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
16128 dlls/sfc/Makefile: dlls/sfc/Makefile.in dlls/Makedll.rules"
16129 ac_config_files="$ac_config_files dlls/sfc/Makefile"
16130
16131 ALL_MAKEFILES="$ALL_MAKEFILES \\
16132         dlls/sfc_os/Makefile"
16133 test "x$enable_sfc_os" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
16134         sfc_os"
16135 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
16136 dlls/sfc_os/Makefile: dlls/sfc_os/Makefile.in dlls/Makedll.rules"
16137 ac_config_files="$ac_config_files dlls/sfc_os/Makefile"
16138
16139 ALL_MAKEFILES="$ALL_MAKEFILES \\
16140         dlls/shdoclc/Makefile"
16141 test "x$enable_shdoclc" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
16142         shdoclc"
16143 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
16144 dlls/shdoclc/Makefile: dlls/shdoclc/Makefile.in dlls/Makedll.rules"
16145 ac_config_files="$ac_config_files dlls/shdoclc/Makefile"
16146
16147 ALL_MAKEFILES="$ALL_MAKEFILES \\
16148         dlls/shdocvw/Makefile"
16149 test "x$enable_shdocvw" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
16150         shdocvw"
16151 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
16152 dlls/shdocvw/Makefile: dlls/shdocvw/Makefile.in dlls/Makedll.rules"
16153 ac_config_files="$ac_config_files dlls/shdocvw/Makefile"
16154
16155 ALL_MAKEFILES="$ALL_MAKEFILES \\
16156         dlls/shdocvw/tests/Makefile"
16157 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
16158         shdocvw/tests"
16159 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
16160 dlls/shdocvw/tests/Makefile: dlls/shdocvw/tests/Makefile.in dlls/Maketest.rules"
16161 ac_config_files="$ac_config_files dlls/shdocvw/tests/Makefile"
16162
16163 ALL_MAKEFILES="$ALL_MAKEFILES \\
16164         dlls/shell.dll16/Makefile"
16165 test "x$enable_win16" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
16166         shell.dll16"
16167 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
16168 dlls/shell.dll16/Makefile: dlls/shell.dll16/Makefile.in dlls/Makedll.rules"
16169 ac_config_files="$ac_config_files dlls/shell.dll16/Makefile"
16170
16171 ALL_MAKEFILES="$ALL_MAKEFILES \\
16172         dlls/shell32/Makefile"
16173 test "x$enable_shell32" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
16174         shell32"
16175 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
16176 dlls/shell32/Makefile: dlls/shell32/Makefile.in dlls/Makedll.rules"
16177 ac_config_files="$ac_config_files dlls/shell32/Makefile"
16178
16179 ALL_MAKEFILES="$ALL_MAKEFILES \\
16180         dlls/shell32/tests/Makefile"
16181 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
16182         shell32/tests"
16183 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
16184 dlls/shell32/tests/Makefile: dlls/shell32/tests/Makefile.in dlls/Maketest.rules"
16185 ac_config_files="$ac_config_files dlls/shell32/tests/Makefile"
16186
16187 ALL_MAKEFILES="$ALL_MAKEFILES \\
16188         dlls/shfolder/Makefile"
16189 test "x$enable_shfolder" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
16190         shfolder"
16191 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
16192 dlls/shfolder/Makefile: dlls/shfolder/Makefile.in dlls/Makedll.rules"
16193 ac_config_files="$ac_config_files dlls/shfolder/Makefile"
16194
16195 ALL_MAKEFILES="$ALL_MAKEFILES \\
16196         dlls/shlwapi/Makefile"
16197 test "x$enable_shlwapi" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
16198         shlwapi"
16199 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
16200 dlls/shlwapi/Makefile: dlls/shlwapi/Makefile.in dlls/Makedll.rules"
16201 ac_config_files="$ac_config_files dlls/shlwapi/Makefile"
16202
16203 ALL_MAKEFILES="$ALL_MAKEFILES \\
16204         dlls/shlwapi/tests/Makefile"
16205 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
16206         shlwapi/tests"
16207 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
16208 dlls/shlwapi/tests/Makefile: dlls/shlwapi/tests/Makefile.in dlls/Maketest.rules"
16209 ac_config_files="$ac_config_files dlls/shlwapi/tests/Makefile"
16210
16211 ALL_MAKEFILES="$ALL_MAKEFILES \\
16212         dlls/slbcsp/Makefile"
16213 test "x$enable_slbcsp" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
16214         slbcsp"
16215 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
16216 dlls/slbcsp/Makefile: dlls/slbcsp/Makefile.in dlls/Makedll.rules"
16217 ac_config_files="$ac_config_files dlls/slbcsp/Makefile"
16218
16219 ALL_MAKEFILES="$ALL_MAKEFILES \\
16220         dlls/slc/Makefile"
16221 test "x$enable_slc" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
16222         slc"
16223 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
16224 dlls/slc/Makefile: dlls/slc/Makefile.in dlls/Makedll.rules"
16225 ac_config_files="$ac_config_files dlls/slc/Makefile"
16226
16227 ALL_MAKEFILES="$ALL_MAKEFILES \\
16228         dlls/snmpapi/Makefile"
16229 test "x$enable_snmpapi" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
16230         snmpapi"
16231 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
16232 dlls/snmpapi/Makefile: dlls/snmpapi/Makefile.in dlls/Makedll.rules"
16233 ac_config_files="$ac_config_files dlls/snmpapi/Makefile"
16234
16235 ALL_MAKEFILES="$ALL_MAKEFILES \\
16236         dlls/snmpapi/tests/Makefile"
16237 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
16238         snmpapi/tests"
16239 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
16240 dlls/snmpapi/tests/Makefile: dlls/snmpapi/tests/Makefile.in dlls/Maketest.rules"
16241 ac_config_files="$ac_config_files dlls/snmpapi/tests/Makefile"
16242
16243 ALL_MAKEFILES="$ALL_MAKEFILES \\
16244         dlls/softpub/Makefile"
16245 test "x$enable_softpub" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
16246         softpub"
16247 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
16248 dlls/softpub/Makefile: dlls/softpub/Makefile.in dlls/Makedll.rules"
16249 ac_config_files="$ac_config_files dlls/softpub/Makefile"
16250
16251 ALL_MAKEFILES="$ALL_MAKEFILES \\
16252         dlls/sound.drv16/Makefile"
16253 test "x$enable_win16" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
16254         sound.drv16"
16255 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
16256 dlls/sound.drv16/Makefile: dlls/sound.drv16/Makefile.in dlls/Makedll.rules"
16257 ac_config_files="$ac_config_files dlls/sound.drv16/Makefile"
16258
16259 ALL_MAKEFILES="$ALL_MAKEFILES \\
16260         dlls/spoolss/Makefile"
16261 test "x$enable_spoolss" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
16262         spoolss"
16263 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
16264 dlls/spoolss/Makefile: dlls/spoolss/Makefile.in dlls/Makedll.rules"
16265 ac_config_files="$ac_config_files dlls/spoolss/Makefile"
16266
16267 ALL_MAKEFILES="$ALL_MAKEFILES \\
16268         dlls/spoolss/tests/Makefile"
16269 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
16270         spoolss/tests"
16271 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
16272 dlls/spoolss/tests/Makefile: dlls/spoolss/tests/Makefile.in dlls/Maketest.rules"
16273 ac_config_files="$ac_config_files dlls/spoolss/tests/Makefile"
16274
16275 ALL_MAKEFILES="$ALL_MAKEFILES \\
16276         dlls/stdole2.tlb/Makefile"
16277 test "x$enable_stdole2_tlb" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
16278         stdole2.tlb"
16279 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
16280 dlls/stdole2.tlb/Makefile: dlls/stdole2.tlb/Makefile.in dlls/Makedll.rules"
16281 ac_config_files="$ac_config_files dlls/stdole2.tlb/Makefile"
16282
16283 ALL_MAKEFILES="$ALL_MAKEFILES \\
16284         dlls/stdole32.tlb/Makefile"
16285 test "x$enable_stdole32_tlb" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
16286         stdole32.tlb"
16287 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
16288 dlls/stdole32.tlb/Makefile: dlls/stdole32.tlb/Makefile.in dlls/Makedll.rules"
16289 ac_config_files="$ac_config_files dlls/stdole32.tlb/Makefile"
16290
16291 ALL_MAKEFILES="$ALL_MAKEFILES \\
16292         dlls/sti/Makefile"
16293 test "x$enable_sti" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
16294         sti"
16295 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
16296 dlls/sti/Makefile: dlls/sti/Makefile.in dlls/Makedll.rules"
16297 ac_config_files="$ac_config_files dlls/sti/Makefile"
16298
16299 ALL_MAKEFILES="$ALL_MAKEFILES \\
16300         dlls/storage.dll16/Makefile"
16301 test "x$enable_win16" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
16302         storage.dll16"
16303 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
16304 dlls/storage.dll16/Makefile: dlls/storage.dll16/Makefile.in dlls/Makedll.rules"
16305 ac_config_files="$ac_config_files dlls/storage.dll16/Makefile"
16306
16307 ALL_MAKEFILES="$ALL_MAKEFILES \\
16308         dlls/stress.dll16/Makefile"
16309 test "x$enable_win16" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
16310         stress.dll16"
16311 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
16312 dlls/stress.dll16/Makefile: dlls/stress.dll16/Makefile.in dlls/Makedll.rules"
16313 ac_config_files="$ac_config_files dlls/stress.dll16/Makefile"
16314
16315 ALL_MAKEFILES="$ALL_MAKEFILES \\
16316         dlls/strmiids/Makefile"
16317 test "x$enable_strmiids" != xno && ALL_IMPLIB_DIRS="$ALL_IMPLIB_DIRS \\
16318         strmiids"
16319 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
16320 dlls/strmiids/Makefile: dlls/strmiids/Makefile.in dlls/Makeimplib.rules"
16321 ac_config_files="$ac_config_files dlls/strmiids/Makefile"
16322
16323 ALL_MAKEFILES="$ALL_MAKEFILES \\
16324         dlls/svrapi/Makefile"
16325 test "x$enable_svrapi" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
16326         svrapi"
16327 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
16328 dlls/svrapi/Makefile: dlls/svrapi/Makefile.in dlls/Makedll.rules"
16329 ac_config_files="$ac_config_files dlls/svrapi/Makefile"
16330
16331 ALL_MAKEFILES="$ALL_MAKEFILES \\
16332         dlls/sxs/Makefile"
16333 test "x$enable_sxs" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
16334         sxs"
16335 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
16336 dlls/sxs/Makefile: dlls/sxs/Makefile.in dlls/Makedll.rules"
16337 ac_config_files="$ac_config_files dlls/sxs/Makefile"
16338
16339 ALL_MAKEFILES="$ALL_MAKEFILES \\
16340         dlls/t2embed/Makefile"
16341 test "x$enable_t2embed" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
16342         t2embed"
16343 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
16344 dlls/t2embed/Makefile: dlls/t2embed/Makefile.in dlls/Makedll.rules"
16345 ac_config_files="$ac_config_files dlls/t2embed/Makefile"
16346
16347 ALL_MAKEFILES="$ALL_MAKEFILES \\
16348         dlls/tapi32/Makefile"
16349 test "x$enable_tapi32" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
16350         tapi32"
16351 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
16352 dlls/tapi32/Makefile: dlls/tapi32/Makefile.in dlls/Makedll.rules"
16353 ac_config_files="$ac_config_files dlls/tapi32/Makefile"
16354
16355 ALL_MAKEFILES="$ALL_MAKEFILES \\
16356         dlls/traffic/Makefile"
16357 test "x$enable_traffic" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
16358         traffic"
16359 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
16360 dlls/traffic/Makefile: dlls/traffic/Makefile.in dlls/Makedll.rules"
16361 ac_config_files="$ac_config_files dlls/traffic/Makefile"
16362
16363 ALL_MAKEFILES="$ALL_MAKEFILES \\
16364         dlls/twain.dll16/Makefile"
16365 test "x$enable_win16" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
16366         twain.dll16"
16367 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
16368 dlls/twain.dll16/Makefile: dlls/twain.dll16/Makefile.in dlls/Makedll.rules"
16369 ac_config_files="$ac_config_files dlls/twain.dll16/Makefile"
16370
16371 ALL_MAKEFILES="$ALL_MAKEFILES \\
16372         dlls/twain_32/Makefile"
16373 test "x$enable_twain_32" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
16374         twain_32"
16375 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
16376 dlls/twain_32/Makefile: dlls/twain_32/Makefile.in dlls/Makedll.rules"
16377 ac_config_files="$ac_config_files dlls/twain_32/Makefile"
16378
16379 ALL_MAKEFILES="$ALL_MAKEFILES \\
16380         dlls/twain_32/tests/Makefile"
16381 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
16382         twain_32/tests"
16383 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
16384 dlls/twain_32/tests/Makefile: dlls/twain_32/tests/Makefile.in dlls/Maketest.rules"
16385 ac_config_files="$ac_config_files dlls/twain_32/tests/Makefile"
16386
16387 ALL_MAKEFILES="$ALL_MAKEFILES \\
16388         dlls/typelib.dll16/Makefile"
16389 test "x$enable_win16" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
16390         typelib.dll16"
16391 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
16392 dlls/typelib.dll16/Makefile: dlls/typelib.dll16/Makefile.in dlls/Makedll.rules"
16393 ac_config_files="$ac_config_files dlls/typelib.dll16/Makefile"
16394
16395 ALL_MAKEFILES="$ALL_MAKEFILES \\
16396         dlls/unicows/Makefile"
16397 test "x$enable_unicows" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
16398         unicows"
16399 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
16400 dlls/unicows/Makefile: dlls/unicows/Makefile.in dlls/Makedll.rules"
16401 ac_config_files="$ac_config_files dlls/unicows/Makefile"
16402
16403 ALL_MAKEFILES="$ALL_MAKEFILES \\
16404         dlls/updspapi/Makefile"
16405 test "x$enable_updspapi" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
16406         updspapi"
16407 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
16408 dlls/updspapi/Makefile: dlls/updspapi/Makefile.in dlls/Makedll.rules"
16409 ac_config_files="$ac_config_files dlls/updspapi/Makefile"
16410
16411 ALL_MAKEFILES="$ALL_MAKEFILES \\
16412         dlls/url/Makefile"
16413 test "x$enable_url" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
16414         url"
16415 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
16416 dlls/url/Makefile: dlls/url/Makefile.in dlls/Makedll.rules"
16417 ac_config_files="$ac_config_files dlls/url/Makefile"
16418
16419 ALL_MAKEFILES="$ALL_MAKEFILES \\
16420         dlls/urlmon/Makefile"
16421 test "x$enable_urlmon" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
16422         urlmon"
16423 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
16424 dlls/urlmon/Makefile: dlls/urlmon/Makefile.in dlls/Makedll.rules"
16425 ac_config_files="$ac_config_files dlls/urlmon/Makefile"
16426
16427 ALL_MAKEFILES="$ALL_MAKEFILES \\
16428         dlls/urlmon/tests/Makefile"
16429 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
16430         urlmon/tests"
16431 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
16432 dlls/urlmon/tests/Makefile: dlls/urlmon/tests/Makefile.in dlls/Maketest.rules"
16433 ac_config_files="$ac_config_files dlls/urlmon/tests/Makefile"
16434
16435 ALL_MAKEFILES="$ALL_MAKEFILES \\
16436         dlls/user32/Makefile"
16437 test "x$enable_user32" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
16438         user32"
16439 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
16440 dlls/user32/Makefile: dlls/user32/Makefile.in dlls/Makedll.rules"
16441 ac_config_files="$ac_config_files dlls/user32/Makefile"
16442
16443 ALL_MAKEFILES="$ALL_MAKEFILES \\
16444         dlls/user32/tests/Makefile"
16445 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
16446         user32/tests"
16447 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
16448 dlls/user32/tests/Makefile: dlls/user32/tests/Makefile.in dlls/Maketest.rules"
16449 ac_config_files="$ac_config_files dlls/user32/tests/Makefile"
16450
16451 ALL_MAKEFILES="$ALL_MAKEFILES \\
16452         dlls/userenv/Makefile"
16453 test "x$enable_userenv" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
16454         userenv"
16455 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
16456 dlls/userenv/Makefile: dlls/userenv/Makefile.in dlls/Makedll.rules"
16457 ac_config_files="$ac_config_files dlls/userenv/Makefile"
16458
16459 ALL_MAKEFILES="$ALL_MAKEFILES \\
16460         dlls/userenv/tests/Makefile"
16461 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
16462         userenv/tests"
16463 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
16464 dlls/userenv/tests/Makefile: dlls/userenv/tests/Makefile.in dlls/Maketest.rules"
16465 ac_config_files="$ac_config_files dlls/userenv/tests/Makefile"
16466
16467 ALL_MAKEFILES="$ALL_MAKEFILES \\
16468         dlls/usp10/Makefile"
16469 test "x$enable_usp10" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
16470         usp10"
16471 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
16472 dlls/usp10/Makefile: dlls/usp10/Makefile.in dlls/Makedll.rules"
16473 ac_config_files="$ac_config_files dlls/usp10/Makefile"
16474
16475 ALL_MAKEFILES="$ALL_MAKEFILES \\
16476         dlls/usp10/tests/Makefile"
16477 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
16478         usp10/tests"
16479 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
16480 dlls/usp10/tests/Makefile: dlls/usp10/tests/Makefile.in dlls/Maketest.rules"
16481 ac_config_files="$ac_config_files dlls/usp10/tests/Makefile"
16482
16483 ALL_MAKEFILES="$ALL_MAKEFILES \\
16484         dlls/uuid/Makefile"
16485 test "x$enable_uuid" != xno && ALL_IMPLIB_DIRS="$ALL_IMPLIB_DIRS \\
16486         uuid"
16487 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
16488 dlls/uuid/Makefile: dlls/uuid/Makefile.in dlls/Makeimplib.rules"
16489 ac_config_files="$ac_config_files dlls/uuid/Makefile"
16490
16491 ALL_MAKEFILES="$ALL_MAKEFILES \\
16492         dlls/uxtheme/Makefile"
16493 test "x$enable_uxtheme" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
16494         uxtheme"
16495 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
16496 dlls/uxtheme/Makefile: dlls/uxtheme/Makefile.in dlls/Makedll.rules"
16497 ac_config_files="$ac_config_files dlls/uxtheme/Makefile"
16498
16499 ALL_MAKEFILES="$ALL_MAKEFILES \\
16500         dlls/uxtheme/tests/Makefile"
16501 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
16502         uxtheme/tests"
16503 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
16504 dlls/uxtheme/tests/Makefile: dlls/uxtheme/tests/Makefile.in dlls/Maketest.rules"
16505 ac_config_files="$ac_config_files dlls/uxtheme/tests/Makefile"
16506
16507 ALL_MAKEFILES="$ALL_MAKEFILES \\
16508         dlls/vdhcp.vxd/Makefile"
16509 test "x$enable_win16" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
16510         vdhcp.vxd"
16511 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
16512 dlls/vdhcp.vxd/Makefile: dlls/vdhcp.vxd/Makefile.in dlls/Makedll.rules"
16513 ac_config_files="$ac_config_files dlls/vdhcp.vxd/Makefile"
16514
16515 ALL_MAKEFILES="$ALL_MAKEFILES \\
16516         dlls/vdmdbg/Makefile"
16517 test "x$enable_vdmdbg" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
16518         vdmdbg"
16519 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
16520 dlls/vdmdbg/Makefile: dlls/vdmdbg/Makefile.in dlls/Makedll.rules"
16521 ac_config_files="$ac_config_files dlls/vdmdbg/Makefile"
16522
16523 ALL_MAKEFILES="$ALL_MAKEFILES \\
16524         dlls/version/Makefile"
16525 test "x$enable_version" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
16526         version"
16527 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
16528 dlls/version/Makefile: dlls/version/Makefile.in dlls/Makedll.rules"
16529 ac_config_files="$ac_config_files dlls/version/Makefile"
16530
16531 ALL_MAKEFILES="$ALL_MAKEFILES \\
16532         dlls/version/tests/Makefile"
16533 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
16534         version/tests"
16535 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
16536 dlls/version/tests/Makefile: dlls/version/tests/Makefile.in dlls/Maketest.rules"
16537 ac_config_files="$ac_config_files dlls/version/tests/Makefile"
16538
16539 ALL_MAKEFILES="$ALL_MAKEFILES \\
16540         dlls/vmm.vxd/Makefile"
16541 test "x$enable_win16" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
16542         vmm.vxd"
16543 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
16544 dlls/vmm.vxd/Makefile: dlls/vmm.vxd/Makefile.in dlls/Makedll.rules"
16545 ac_config_files="$ac_config_files dlls/vmm.vxd/Makefile"
16546
16547 ALL_MAKEFILES="$ALL_MAKEFILES \\
16548         dlls/vnbt.vxd/Makefile"
16549 test "x$enable_win16" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
16550         vnbt.vxd"
16551 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
16552 dlls/vnbt.vxd/Makefile: dlls/vnbt.vxd/Makefile.in dlls/Makedll.rules"
16553 ac_config_files="$ac_config_files dlls/vnbt.vxd/Makefile"
16554
16555 ALL_MAKEFILES="$ALL_MAKEFILES \\
16556         dlls/vnetbios.vxd/Makefile"
16557 test "x$enable_win16" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
16558         vnetbios.vxd"
16559 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
16560 dlls/vnetbios.vxd/Makefile: dlls/vnetbios.vxd/Makefile.in dlls/Makedll.rules"
16561 ac_config_files="$ac_config_files dlls/vnetbios.vxd/Makefile"
16562
16563 ALL_MAKEFILES="$ALL_MAKEFILES \\
16564         dlls/vtdapi.vxd/Makefile"
16565 test "x$enable_win16" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
16566         vtdapi.vxd"
16567 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
16568 dlls/vtdapi.vxd/Makefile: dlls/vtdapi.vxd/Makefile.in dlls/Makedll.rules"
16569 ac_config_files="$ac_config_files dlls/vtdapi.vxd/Makefile"
16570
16571 ALL_MAKEFILES="$ALL_MAKEFILES \\
16572         dlls/vwin32.vxd/Makefile"
16573 test "x$enable_win16" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
16574         vwin32.vxd"
16575 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
16576 dlls/vwin32.vxd/Makefile: dlls/vwin32.vxd/Makefile.in dlls/Makedll.rules"
16577 ac_config_files="$ac_config_files dlls/vwin32.vxd/Makefile"
16578
16579 ALL_MAKEFILES="$ALL_MAKEFILES \\
16580         dlls/w32skrnl/Makefile"
16581 test "x$enable_w32skrnl" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
16582         w32skrnl"
16583 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
16584 dlls/w32skrnl/Makefile: dlls/w32skrnl/Makefile.in dlls/Makedll.rules"
16585 ac_config_files="$ac_config_files dlls/w32skrnl/Makefile"
16586
16587 ALL_MAKEFILES="$ALL_MAKEFILES \\
16588         dlls/w32sys.dll16/Makefile"
16589 test "x$enable_win16" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
16590         w32sys.dll16"
16591 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
16592 dlls/w32sys.dll16/Makefile: dlls/w32sys.dll16/Makefile.in dlls/Makedll.rules"
16593 ac_config_files="$ac_config_files dlls/w32sys.dll16/Makefile"
16594
16595 ALL_MAKEFILES="$ALL_MAKEFILES \\
16596         dlls/wbemprox/Makefile"
16597 test "x$enable_wbemprox" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
16598         wbemprox"
16599 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
16600 dlls/wbemprox/Makefile: dlls/wbemprox/Makefile.in dlls/Makedll.rules"
16601 ac_config_files="$ac_config_files dlls/wbemprox/Makefile"
16602
16603 ALL_MAKEFILES="$ALL_MAKEFILES \\
16604         dlls/win32s16.dll16/Makefile"
16605 test "x$enable_win16" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
16606         win32s16.dll16"
16607 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
16608 dlls/win32s16.dll16/Makefile: dlls/win32s16.dll16/Makefile.in dlls/Makedll.rules"
16609 ac_config_files="$ac_config_files dlls/win32s16.dll16/Makefile"
16610
16611 ALL_MAKEFILES="$ALL_MAKEFILES \\
16612         dlls/win87em.dll16/Makefile"
16613 test "x$enable_win16" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
16614         win87em.dll16"
16615 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
16616 dlls/win87em.dll16/Makefile: dlls/win87em.dll16/Makefile.in dlls/Makedll.rules"
16617 ac_config_files="$ac_config_files dlls/win87em.dll16/Makefile"
16618
16619 ALL_MAKEFILES="$ALL_MAKEFILES \\
16620         dlls/winaspi.dll16/Makefile"
16621 test "x$enable_win16" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
16622         winaspi.dll16"
16623 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
16624 dlls/winaspi.dll16/Makefile: dlls/winaspi.dll16/Makefile.in dlls/Makedll.rules"
16625 ac_config_files="$ac_config_files dlls/winaspi.dll16/Makefile"
16626
16627 ALL_MAKEFILES="$ALL_MAKEFILES \\
16628         dlls/windebug.dll16/Makefile"
16629 test "x$enable_win16" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
16630         windebug.dll16"
16631 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
16632 dlls/windebug.dll16/Makefile: dlls/windebug.dll16/Makefile.in dlls/Makedll.rules"
16633 ac_config_files="$ac_config_files dlls/windebug.dll16/Makefile"
16634
16635 ALL_MAKEFILES="$ALL_MAKEFILES \\
16636         dlls/windowscodecs/Makefile"
16637 test "x$enable_windowscodecs" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
16638         windowscodecs"
16639 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
16640 dlls/windowscodecs/Makefile: dlls/windowscodecs/Makefile.in dlls/Makedll.rules"
16641 ac_config_files="$ac_config_files dlls/windowscodecs/Makefile"
16642
16643 ALL_MAKEFILES="$ALL_MAKEFILES \\
16644         dlls/windowscodecs/tests/Makefile"
16645 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
16646         windowscodecs/tests"
16647 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
16648 dlls/windowscodecs/tests/Makefile: dlls/windowscodecs/tests/Makefile.in dlls/Maketest.rules"
16649 ac_config_files="$ac_config_files dlls/windowscodecs/tests/Makefile"
16650
16651 ALL_MAKEFILES="$ALL_MAKEFILES \\
16652         dlls/winealsa.drv/Makefile"
16653 test "x$enable_winealsa_drv" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
16654         winealsa.drv"
16655 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
16656 dlls/winealsa.drv/Makefile: dlls/winealsa.drv/Makefile.in dlls/Makedll.rules"
16657 ac_config_files="$ac_config_files dlls/winealsa.drv/Makefile"
16658
16659 ALL_MAKEFILES="$ALL_MAKEFILES \\
16660         dlls/wineaudioio.drv/Makefile"
16661 test "x$enable_wineaudioio_drv" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
16662         wineaudioio.drv"
16663 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
16664 dlls/wineaudioio.drv/Makefile: dlls/wineaudioio.drv/Makefile.in dlls/Makedll.rules"
16665 ac_config_files="$ac_config_files dlls/wineaudioio.drv/Makefile"
16666
16667 ALL_MAKEFILES="$ALL_MAKEFILES \\
16668         dlls/winecoreaudio.drv/Makefile"
16669 test "x$enable_winecoreaudio_drv" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
16670         winecoreaudio.drv"
16671 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
16672 dlls/winecoreaudio.drv/Makefile: dlls/winecoreaudio.drv/Makefile.in dlls/Makedll.rules"
16673 ac_config_files="$ac_config_files dlls/winecoreaudio.drv/Makefile"
16674
16675 ALL_MAKEFILES="$ALL_MAKEFILES \\
16676         dlls/winecrt0/Makefile"
16677 test "x$enable_winecrt0" != xno && ALL_IMPLIB_DIRS="$ALL_IMPLIB_DIRS \\
16678         winecrt0"
16679 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
16680 dlls/winecrt0/Makefile: dlls/winecrt0/Makefile.in dlls/Makeimplib.rules"
16681 ac_config_files="$ac_config_files dlls/winecrt0/Makefile"
16682
16683 ALL_MAKEFILES="$ALL_MAKEFILES \\
16684         dlls/wined3d/Makefile"
16685 test "x$enable_wined3d" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
16686         wined3d"
16687 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
16688 dlls/wined3d/Makefile: dlls/wined3d/Makefile.in dlls/Makedll.rules"
16689 ac_config_files="$ac_config_files dlls/wined3d/Makefile"
16690
16691 ALL_MAKEFILES="$ALL_MAKEFILES \\
16692         dlls/winedos/Makefile"
16693 test "x$enable_winedos" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
16694         winedos"
16695 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
16696 dlls/winedos/Makefile: dlls/winedos/Makefile.in dlls/Makedll.rules"
16697 ac_config_files="$ac_config_files dlls/winedos/Makefile"
16698
16699 ALL_MAKEFILES="$ALL_MAKEFILES \\
16700         dlls/wineesd.drv/Makefile"
16701 test "x$enable_wineesd_drv" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
16702         wineesd.drv"
16703 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
16704 dlls/wineesd.drv/Makefile: dlls/wineesd.drv/Makefile.in dlls/Makedll.rules"
16705 ac_config_files="$ac_config_files dlls/wineesd.drv/Makefile"
16706
16707 ALL_MAKEFILES="$ALL_MAKEFILES \\
16708         dlls/winejack.drv/Makefile"
16709 test "x$enable_winejack_drv" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
16710         winejack.drv"
16711 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
16712 dlls/winejack.drv/Makefile: dlls/winejack.drv/Makefile.in dlls/Makedll.rules"
16713 ac_config_files="$ac_config_files dlls/winejack.drv/Makefile"
16714
16715 ALL_MAKEFILES="$ALL_MAKEFILES \\
16716         dlls/winejoystick.drv/Makefile"
16717 test "x$enable_winejoystick_drv" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
16718         winejoystick.drv"
16719 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
16720 dlls/winejoystick.drv/Makefile: dlls/winejoystick.drv/Makefile.in dlls/Makedll.rules"
16721 ac_config_files="$ac_config_files dlls/winejoystick.drv/Makefile"
16722
16723 ALL_MAKEFILES="$ALL_MAKEFILES \\
16724         dlls/winemp3.acm/Makefile"
16725 test "x$enable_winemp3_acm" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
16726         winemp3.acm"
16727 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
16728 dlls/winemp3.acm/Makefile: dlls/winemp3.acm/Makefile.in dlls/Makedll.rules"
16729 ac_config_files="$ac_config_files dlls/winemp3.acm/Makefile"
16730
16731 ALL_MAKEFILES="$ALL_MAKEFILES \\
16732         dlls/winenas.drv/Makefile"
16733 test "x$enable_winenas_drv" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
16734         winenas.drv"
16735 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
16736 dlls/winenas.drv/Makefile: dlls/winenas.drv/Makefile.in dlls/Makedll.rules"
16737 ac_config_files="$ac_config_files dlls/winenas.drv/Makefile"
16738
16739 ALL_MAKEFILES="$ALL_MAKEFILES \\
16740         dlls/wineoss.drv/Makefile"
16741 test "x$enable_wineoss_drv" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
16742         wineoss.drv"
16743 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
16744 dlls/wineoss.drv/Makefile: dlls/wineoss.drv/Makefile.in dlls/Makedll.rules"
16745 ac_config_files="$ac_config_files dlls/wineoss.drv/Makefile"
16746
16747 ALL_MAKEFILES="$ALL_MAKEFILES \\
16748         dlls/wineps.drv/Makefile"
16749 test "x$enable_wineps_drv" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
16750         wineps.drv"
16751 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
16752 dlls/wineps.drv/Makefile: dlls/wineps.drv/Makefile.in dlls/Makedll.rules"
16753 ac_config_files="$ac_config_files dlls/wineps.drv/Makefile"
16754
16755 ALL_MAKEFILES="$ALL_MAKEFILES \\
16756         dlls/winequartz.drv/Makefile"
16757 test "x$enable_winequartz_drv" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
16758         winequartz.drv"
16759 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
16760 dlls/winequartz.drv/Makefile: dlls/winequartz.drv/Makefile.in dlls/Makedll.rules"
16761 ac_config_files="$ac_config_files dlls/winequartz.drv/Makefile"
16762
16763 ALL_MAKEFILES="$ALL_MAKEFILES \\
16764         dlls/winex11.drv/Makefile"
16765 test "x$enable_winex11_drv" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
16766         winex11.drv"
16767 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
16768 dlls/winex11.drv/Makefile: dlls/winex11.drv/Makefile.in dlls/Makedll.rules"
16769 ac_config_files="$ac_config_files dlls/winex11.drv/Makefile"
16770
16771 ALL_MAKEFILES="$ALL_MAKEFILES \\
16772         dlls/wing32/Makefile"
16773 test "x$enable_wing32" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
16774         wing32"
16775 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
16776 dlls/wing32/Makefile: dlls/wing32/Makefile.in dlls/Makedll.rules"
16777 ac_config_files="$ac_config_files dlls/wing32/Makefile"
16778
16779 ALL_MAKEFILES="$ALL_MAKEFILES \\
16780         dlls/winhttp/Makefile"
16781 test "x$enable_winhttp" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
16782         winhttp"
16783 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
16784 dlls/winhttp/Makefile: dlls/winhttp/Makefile.in dlls/Makedll.rules"
16785 ac_config_files="$ac_config_files dlls/winhttp/Makefile"
16786
16787 ALL_MAKEFILES="$ALL_MAKEFILES \\
16788         dlls/winhttp/tests/Makefile"
16789 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
16790         winhttp/tests"
16791 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
16792 dlls/winhttp/tests/Makefile: dlls/winhttp/tests/Makefile.in dlls/Maketest.rules"
16793 ac_config_files="$ac_config_files dlls/winhttp/tests/Makefile"
16794
16795 ALL_MAKEFILES="$ALL_MAKEFILES \\
16796         dlls/wininet/Makefile"
16797 test "x$enable_wininet" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
16798         wininet"
16799 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
16800 dlls/wininet/Makefile: dlls/wininet/Makefile.in dlls/Makedll.rules"
16801 ac_config_files="$ac_config_files dlls/wininet/Makefile"
16802
16803 ALL_MAKEFILES="$ALL_MAKEFILES \\
16804         dlls/wininet/tests/Makefile"
16805 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
16806         wininet/tests"
16807 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
16808 dlls/wininet/tests/Makefile: dlls/wininet/tests/Makefile.in dlls/Maketest.rules"
16809 ac_config_files="$ac_config_files dlls/wininet/tests/Makefile"
16810
16811 ALL_MAKEFILES="$ALL_MAKEFILES \\
16812         dlls/winmm/Makefile"
16813 test "x$enable_winmm" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
16814         winmm"
16815 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
16816 dlls/winmm/Makefile: dlls/winmm/Makefile.in dlls/Makedll.rules"
16817 ac_config_files="$ac_config_files dlls/winmm/Makefile"
16818
16819 ALL_MAKEFILES="$ALL_MAKEFILES \\
16820         dlls/winmm/tests/Makefile"
16821 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
16822         winmm/tests"
16823 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
16824 dlls/winmm/tests/Makefile: dlls/winmm/tests/Makefile.in dlls/Maketest.rules"
16825 ac_config_files="$ac_config_files dlls/winmm/tests/Makefile"
16826
16827 ALL_MAKEFILES="$ALL_MAKEFILES \\
16828         dlls/winnls.dll16/Makefile"
16829 test "x$enable_win16" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
16830         winnls.dll16"
16831 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
16832 dlls/winnls.dll16/Makefile: dlls/winnls.dll16/Makefile.in dlls/Makedll.rules"
16833 ac_config_files="$ac_config_files dlls/winnls.dll16/Makefile"
16834
16835 ALL_MAKEFILES="$ALL_MAKEFILES \\
16836         dlls/winnls32/Makefile"
16837 test "x$enable_winnls32" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
16838         winnls32"
16839 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
16840 dlls/winnls32/Makefile: dlls/winnls32/Makefile.in dlls/Makedll.rules"
16841 ac_config_files="$ac_config_files dlls/winnls32/Makefile"
16842
16843 ALL_MAKEFILES="$ALL_MAKEFILES \\
16844         dlls/winscard/Makefile"
16845 test "x$enable_winscard" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
16846         winscard"
16847 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
16848 dlls/winscard/Makefile: dlls/winscard/Makefile.in dlls/Makedll.rules"
16849 ac_config_files="$ac_config_files dlls/winscard/Makefile"
16850
16851 ALL_MAKEFILES="$ALL_MAKEFILES \\
16852         dlls/winspool.drv/Makefile"
16853 test "x$enable_winspool_drv" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
16854         winspool.drv"
16855 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
16856 dlls/winspool.drv/Makefile: dlls/winspool.drv/Makefile.in dlls/Makedll.rules"
16857 ac_config_files="$ac_config_files dlls/winspool.drv/Makefile"
16858
16859 ALL_MAKEFILES="$ALL_MAKEFILES \\
16860         dlls/winspool.drv/tests/Makefile"
16861 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
16862         winspool.drv/tests"
16863 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
16864 dlls/winspool.drv/tests/Makefile: dlls/winspool.drv/tests/Makefile.in dlls/Maketest.rules"
16865 ac_config_files="$ac_config_files dlls/winspool.drv/tests/Makefile"
16866
16867 ALL_MAKEFILES="$ALL_MAKEFILES \\
16868         dlls/wintab.dll16/Makefile"
16869 test "x$enable_win16" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
16870         wintab.dll16"
16871 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
16872 dlls/wintab.dll16/Makefile: dlls/wintab.dll16/Makefile.in dlls/Makedll.rules"
16873 ac_config_files="$ac_config_files dlls/wintab.dll16/Makefile"
16874
16875 ALL_MAKEFILES="$ALL_MAKEFILES \\
16876         dlls/wintab32/Makefile"
16877 test "x$enable_wintab32" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
16878         wintab32"
16879 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
16880 dlls/wintab32/Makefile: dlls/wintab32/Makefile.in dlls/Makedll.rules"
16881 ac_config_files="$ac_config_files dlls/wintab32/Makefile"
16882
16883 ALL_MAKEFILES="$ALL_MAKEFILES \\
16884         dlls/wintab32/tests/Makefile"
16885 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
16886         wintab32/tests"
16887 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
16888 dlls/wintab32/tests/Makefile: dlls/wintab32/tests/Makefile.in dlls/Maketest.rules"
16889 ac_config_files="$ac_config_files dlls/wintab32/tests/Makefile"
16890
16891 ALL_MAKEFILES="$ALL_MAKEFILES \\
16892         dlls/wintrust/Makefile"
16893 test "x$enable_wintrust" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
16894         wintrust"
16895 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
16896 dlls/wintrust/Makefile: dlls/wintrust/Makefile.in dlls/Makedll.rules"
16897 ac_config_files="$ac_config_files dlls/wintrust/Makefile"
16898
16899 ALL_MAKEFILES="$ALL_MAKEFILES \\
16900         dlls/wintrust/tests/Makefile"
16901 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
16902         wintrust/tests"
16903 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
16904 dlls/wintrust/tests/Makefile: dlls/wintrust/tests/Makefile.in dlls/Maketest.rules"
16905 ac_config_files="$ac_config_files dlls/wintrust/tests/Makefile"
16906
16907 ALL_MAKEFILES="$ALL_MAKEFILES \\
16908         dlls/wldap32/Makefile"
16909 test "x$enable_wldap32" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
16910         wldap32"
16911 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
16912 dlls/wldap32/Makefile: dlls/wldap32/Makefile.in dlls/Makedll.rules"
16913 ac_config_files="$ac_config_files dlls/wldap32/Makefile"
16914
16915 ALL_MAKEFILES="$ALL_MAKEFILES \\
16916         dlls/wldap32/tests/Makefile"
16917 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
16918         wldap32/tests"
16919 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
16920 dlls/wldap32/tests/Makefile: dlls/wldap32/tests/Makefile.in dlls/Maketest.rules"
16921 ac_config_files="$ac_config_files dlls/wldap32/tests/Makefile"
16922
16923 ALL_MAKEFILES="$ALL_MAKEFILES \\
16924         dlls/wmi/Makefile"
16925 test "x$enable_wmi" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
16926         wmi"
16927 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
16928 dlls/wmi/Makefile: dlls/wmi/Makefile.in dlls/Makedll.rules"
16929 ac_config_files="$ac_config_files dlls/wmi/Makefile"
16930
16931 ALL_MAKEFILES="$ALL_MAKEFILES \\
16932         dlls/wmiutils/Makefile"
16933 test "x$enable_wmiutils" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
16934         wmiutils"
16935 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
16936 dlls/wmiutils/Makefile: dlls/wmiutils/Makefile.in dlls/Makedll.rules"
16937 ac_config_files="$ac_config_files dlls/wmiutils/Makefile"
16938
16939 ALL_MAKEFILES="$ALL_MAKEFILES \\
16940         dlls/wnaspi32/Makefile"
16941 test "x$enable_wnaspi32" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
16942         wnaspi32"
16943 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
16944 dlls/wnaspi32/Makefile: dlls/wnaspi32/Makefile.in dlls/Makedll.rules"
16945 ac_config_files="$ac_config_files dlls/wnaspi32/Makefile"
16946
16947 ALL_MAKEFILES="$ALL_MAKEFILES \\
16948         dlls/wow32/Makefile"
16949 test "x$enable_wow32" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
16950         wow32"
16951 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
16952 dlls/wow32/Makefile: dlls/wow32/Makefile.in dlls/Makedll.rules"
16953 ac_config_files="$ac_config_files dlls/wow32/Makefile"
16954
16955 ALL_MAKEFILES="$ALL_MAKEFILES \\
16956         dlls/ws2_32/Makefile"
16957 test "x$enable_ws2_32" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
16958         ws2_32"
16959 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
16960 dlls/ws2_32/Makefile: dlls/ws2_32/Makefile.in dlls/Makedll.rules"
16961 ac_config_files="$ac_config_files dlls/ws2_32/Makefile"
16962
16963 ALL_MAKEFILES="$ALL_MAKEFILES \\
16964         dlls/ws2_32/tests/Makefile"
16965 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
16966         ws2_32/tests"
16967 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
16968 dlls/ws2_32/tests/Makefile: dlls/ws2_32/tests/Makefile.in dlls/Maketest.rules"
16969 ac_config_files="$ac_config_files dlls/ws2_32/tests/Makefile"
16970
16971 ALL_MAKEFILES="$ALL_MAKEFILES \\
16972         dlls/wsock32/Makefile"
16973 test "x$enable_wsock32" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
16974         wsock32"
16975 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
16976 dlls/wsock32/Makefile: dlls/wsock32/Makefile.in dlls/Makedll.rules"
16977 ac_config_files="$ac_config_files dlls/wsock32/Makefile"
16978
16979 ALL_MAKEFILES="$ALL_MAKEFILES \\
16980         dlls/wtsapi32/Makefile"
16981 test "x$enable_wtsapi32" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
16982         wtsapi32"
16983 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
16984 dlls/wtsapi32/Makefile: dlls/wtsapi32/Makefile.in dlls/Makedll.rules"
16985 ac_config_files="$ac_config_files dlls/wtsapi32/Makefile"
16986
16987 ALL_MAKEFILES="$ALL_MAKEFILES \\
16988         dlls/wuapi/Makefile"
16989 test "x$enable_wuapi" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
16990         wuapi"
16991 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
16992 dlls/wuapi/Makefile: dlls/wuapi/Makefile.in dlls/Makedll.rules"
16993 ac_config_files="$ac_config_files dlls/wuapi/Makefile"
16994
16995 ALL_MAKEFILES="$ALL_MAKEFILES \\
16996         dlls/xinput1_1/Makefile"
16997 test "x$enable_xinput1_1" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
16998         xinput1_1"
16999 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
17000 dlls/xinput1_1/Makefile: dlls/xinput1_1/Makefile.in dlls/Makedll.rules"
17001 ac_config_files="$ac_config_files dlls/xinput1_1/Makefile"
17002
17003 ALL_MAKEFILES="$ALL_MAKEFILES \\
17004         dlls/xinput1_2/Makefile"
17005 test "x$enable_xinput1_2" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
17006         xinput1_2"
17007 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
17008 dlls/xinput1_2/Makefile: dlls/xinput1_2/Makefile.in dlls/Makedll.rules"
17009 ac_config_files="$ac_config_files dlls/xinput1_2/Makefile"
17010
17011 ALL_MAKEFILES="$ALL_MAKEFILES \\
17012         dlls/xinput1_3/Makefile"
17013 test "x$enable_xinput1_3" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
17014         xinput1_3"
17015 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
17016 dlls/xinput1_3/Makefile: dlls/xinput1_3/Makefile.in dlls/Makedll.rules"
17017 ac_config_files="$ac_config_files dlls/xinput1_3/Makefile"
17018
17019 ALL_MAKEFILES="$ALL_MAKEFILES \\
17020         dlls/xinput1_3/tests/Makefile"
17021 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
17022         xinput1_3/tests"
17023 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
17024 dlls/xinput1_3/tests/Makefile: dlls/xinput1_3/tests/Makefile.in dlls/Maketest.rules"
17025 ac_config_files="$ac_config_files dlls/xinput1_3/tests/Makefile"
17026
17027 ALL_MAKEFILES="$ALL_MAKEFILES \\
17028         dlls/xinput9_1_0/Makefile"
17029 test "x$enable_xinput9_1_0" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
17030         xinput9_1_0"
17031 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
17032 dlls/xinput9_1_0/Makefile: dlls/xinput9_1_0/Makefile.in dlls/Makedll.rules"
17033 ac_config_files="$ac_config_files dlls/xinput9_1_0/Makefile"
17034
17035 ALL_MAKEFILES="$ALL_MAKEFILES \\
17036         dlls/xmllite/Makefile"
17037 test "x$enable_xmllite" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
17038         xmllite"
17039 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
17040 dlls/xmllite/Makefile: dlls/xmllite/Makefile.in dlls/Makedll.rules"
17041 ac_config_files="$ac_config_files dlls/xmllite/Makefile"
17042
17043 ALL_MAKEFILES="$ALL_MAKEFILES \\
17044         documentation/Makefile"
17045 test "x$enable_documentation" != xno && ALL_TOP_DIRS="$ALL_TOP_DIRS \\
17046         documentation"
17047 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
17048 documentation/Makefile: documentation/Makefile.in Make.rules"
17049 ac_config_files="$ac_config_files documentation/Makefile"
17050
17051 ALL_MAKEFILES="$ALL_MAKEFILES \\
17052         fonts/Makefile"
17053 test "x$enable_fonts" != xno && ALL_TOP_DIRS="$ALL_TOP_DIRS \\
17054         fonts"
17055 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
17056 fonts/Makefile: fonts/Makefile.in Make.rules"
17057 ac_config_files="$ac_config_files fonts/Makefile"
17058
17059 ALL_MAKEFILES="$ALL_MAKEFILES \\
17060         include/Makefile"
17061 test "x$enable_include" != xno && ALL_TOP_DIRS="$ALL_TOP_DIRS \\
17062         include"
17063 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
17064 include/Makefile: include/Makefile.in Make.rules"
17065 ac_config_files="$ac_config_files include/Makefile"
17066
17067 ALL_MAKEFILES="$ALL_MAKEFILES \\
17068         libs/Makefile"
17069 test "x$enable_libs" != xno && ALL_TOP_DIRS="$ALL_TOP_DIRS \\
17070         libs"
17071 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
17072 libs/Makefile: libs/Makefile.in Make.rules"
17073 ac_config_files="$ac_config_files libs/Makefile"
17074
17075 ALL_MAKEFILES="$ALL_MAKEFILES \\
17076         libs/port/Makefile"
17077
17078 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
17079 libs/port/Makefile: libs/port/Makefile.in Make.rules"
17080 ac_config_files="$ac_config_files libs/port/Makefile"
17081
17082 ALL_MAKEFILES="$ALL_MAKEFILES \\
17083         libs/wine/Makefile"
17084
17085 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
17086 libs/wine/Makefile: libs/wine/Makefile.in Make.rules"
17087 ac_config_files="$ac_config_files libs/wine/Makefile"
17088
17089 ALL_MAKEFILES="$ALL_MAKEFILES \\
17090         libs/wpp/Makefile"
17091
17092 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
17093 libs/wpp/Makefile: libs/wpp/Makefile.in Make.rules"
17094 ac_config_files="$ac_config_files libs/wpp/Makefile"
17095
17096 ALL_MAKEFILES="$ALL_MAKEFILES \\
17097         loader/Makefile"
17098 test "x$enable_loader" != xno && ALL_TOP_DIRS="$ALL_TOP_DIRS \\
17099         loader"
17100 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
17101 loader/Makefile: loader/Makefile.in Make.rules"
17102 ac_config_files="$ac_config_files loader/Makefile"
17103
17104 ALL_MAKEFILES="$ALL_MAKEFILES \\
17105         programs/Makefile"
17106 test "x$enable_programs" != xno && ALL_TOP_DIRS="$ALL_TOP_DIRS \\
17107         programs"
17108 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
17109 programs/Makefile: programs/Makefile.in Make.rules"
17110 ac_config_files="$ac_config_files programs/Makefile"
17111
17112 ALL_MAKEFILES="$ALL_MAKEFILES \\
17113         programs/cacls/Makefile"
17114 test "x$enable_cacls" != xno && ALL_PROGRAM_DIRS="$ALL_PROGRAM_DIRS \\
17115         cacls" && ALL_PROGRAM_INSTALL_DIRS="$ALL_PROGRAM_INSTALL_DIRS \\
17116         cacls"
17117 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
17118 programs/cacls/Makefile: programs/cacls/Makefile.in programs/Makeprog.rules"
17119 ac_config_files="$ac_config_files programs/cacls/Makefile"
17120
17121 ALL_MAKEFILES="$ALL_MAKEFILES \\
17122         programs/clock/Makefile"
17123 test "x$enable_clock" != xno && ALL_PROGRAM_DIRS="$ALL_PROGRAM_DIRS \\
17124         clock" && ALL_PROGRAM_INSTALL_DIRS="$ALL_PROGRAM_INSTALL_DIRS \\
17125         clock"
17126 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
17127 programs/clock/Makefile: programs/clock/Makefile.in programs/Makeprog.rules"
17128 ac_config_files="$ac_config_files programs/clock/Makefile"
17129
17130 ALL_MAKEFILES="$ALL_MAKEFILES \\
17131         programs/cmd/Makefile"
17132 test "x$enable_cmd" != xno && ALL_PROGRAM_DIRS="$ALL_PROGRAM_DIRS \\
17133         cmd" && ALL_PROGRAM_INSTALL_DIRS="$ALL_PROGRAM_INSTALL_DIRS \\
17134         cmd"
17135 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
17136 programs/cmd/Makefile: programs/cmd/Makefile.in programs/Makeprog.rules"
17137 ac_config_files="$ac_config_files programs/cmd/Makefile"
17138
17139 ALL_MAKEFILES="$ALL_MAKEFILES \\
17140         programs/cmdlgtst/Makefile"
17141 test "x$enable_cmdlgtst" != xno && ALL_PROGRAM_DIRS="$ALL_PROGRAM_DIRS \\
17142         cmdlgtst"
17143 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
17144 programs/cmdlgtst/Makefile: programs/cmdlgtst/Makefile.in programs/Makeprog.rules"
17145 ac_config_files="$ac_config_files programs/cmdlgtst/Makefile"
17146
17147 ALL_MAKEFILES="$ALL_MAKEFILES \\
17148         programs/control/Makefile"
17149 test "x$enable_control" != xno && ALL_PROGRAM_DIRS="$ALL_PROGRAM_DIRS \\
17150         control" && ALL_PROGRAM_INSTALL_DIRS="$ALL_PROGRAM_INSTALL_DIRS \\
17151         control"
17152 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
17153 programs/control/Makefile: programs/control/Makefile.in programs/Makeprog.rules"
17154 ac_config_files="$ac_config_files programs/control/Makefile"
17155
17156 ALL_MAKEFILES="$ALL_MAKEFILES \\
17157         programs/eject/Makefile"
17158 test "x$enable_eject" != xno && ALL_PROGRAM_DIRS="$ALL_PROGRAM_DIRS \\
17159         eject" && ALL_PROGRAM_INSTALL_DIRS="$ALL_PROGRAM_INSTALL_DIRS \\
17160         eject"
17161 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
17162 programs/eject/Makefile: programs/eject/Makefile.in programs/Makeprog.rules"
17163 ac_config_files="$ac_config_files programs/eject/Makefile"
17164
17165 ALL_MAKEFILES="$ALL_MAKEFILES \\
17166         programs/expand/Makefile"
17167 test "x$enable_expand" != xno && ALL_PROGRAM_DIRS="$ALL_PROGRAM_DIRS \\
17168         expand" && ALL_PROGRAM_INSTALL_DIRS="$ALL_PROGRAM_INSTALL_DIRS \\
17169         expand"
17170 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
17171 programs/expand/Makefile: programs/expand/Makefile.in programs/Makeprog.rules"
17172 ac_config_files="$ac_config_files programs/expand/Makefile"
17173
17174 ALL_MAKEFILES="$ALL_MAKEFILES \\
17175         programs/explorer/Makefile"
17176 test "x$enable_explorer" != xno && ALL_PROGRAM_DIRS="$ALL_PROGRAM_DIRS \\
17177         explorer" && ALL_PROGRAM_INSTALL_DIRS="$ALL_PROGRAM_INSTALL_DIRS \\
17178         explorer"
17179 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
17180 programs/explorer/Makefile: programs/explorer/Makefile.in programs/Makeprog.rules"
17181 ac_config_files="$ac_config_files programs/explorer/Makefile"
17182
17183 ALL_MAKEFILES="$ALL_MAKEFILES \\
17184         programs/hh/Makefile"
17185 test "x$enable_hh" != xno && ALL_PROGRAM_DIRS="$ALL_PROGRAM_DIRS \\
17186         hh" && ALL_PROGRAM_INSTALL_DIRS="$ALL_PROGRAM_INSTALL_DIRS \\
17187         hh"
17188 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
17189 programs/hh/Makefile: programs/hh/Makefile.in programs/Makeprog.rules"
17190 ac_config_files="$ac_config_files programs/hh/Makefile"
17191
17192 ALL_MAKEFILES="$ALL_MAKEFILES \\
17193         programs/icinfo/Makefile"
17194 test "x$enable_icinfo" != xno && ALL_PROGRAM_DIRS="$ALL_PROGRAM_DIRS \\
17195         icinfo" && ALL_PROGRAM_INSTALL_DIRS="$ALL_PROGRAM_INSTALL_DIRS \\
17196         icinfo"
17197 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
17198 programs/icinfo/Makefile: programs/icinfo/Makefile.in programs/Makeprog.rules"
17199 ac_config_files="$ac_config_files programs/icinfo/Makefile"
17200
17201 ALL_MAKEFILES="$ALL_MAKEFILES \\
17202         programs/iexplore/Makefile"
17203 test "x$enable_iexplore" != xno && ALL_PROGRAM_DIRS="$ALL_PROGRAM_DIRS \\
17204         iexplore" && ALL_PROGRAM_INSTALL_DIRS="$ALL_PROGRAM_INSTALL_DIRS \\
17205         iexplore"
17206 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
17207 programs/iexplore/Makefile: programs/iexplore/Makefile.in programs/Makeprog.rules"
17208 ac_config_files="$ac_config_files programs/iexplore/Makefile"
17209
17210 ALL_MAKEFILES="$ALL_MAKEFILES \\
17211         programs/lodctr/Makefile"
17212 test "x$enable_lodctr" != xno && ALL_PROGRAM_DIRS="$ALL_PROGRAM_DIRS \\
17213         lodctr" && ALL_PROGRAM_INSTALL_DIRS="$ALL_PROGRAM_INSTALL_DIRS \\
17214         lodctr"
17215 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
17216 programs/lodctr/Makefile: programs/lodctr/Makefile.in programs/Makeprog.rules"
17217 ac_config_files="$ac_config_files programs/lodctr/Makefile"
17218
17219 ALL_MAKEFILES="$ALL_MAKEFILES \\
17220         programs/msiexec/Makefile"
17221 test "x$enable_msiexec" != xno && ALL_PROGRAM_DIRS="$ALL_PROGRAM_DIRS \\
17222         msiexec" && ALL_PROGRAM_INSTALL_DIRS="$ALL_PROGRAM_INSTALL_DIRS \\
17223         msiexec" && ALL_PROGRAM_BIN_INSTALL_DIRS="$ALL_PROGRAM_BIN_INSTALL_DIRS \\
17224         msiexec"
17225 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
17226 programs/msiexec/Makefile: programs/msiexec/Makefile.in programs/Makeprog.rules"
17227 ac_config_files="$ac_config_files programs/msiexec/Makefile"
17228
17229 ALL_MAKEFILES="$ALL_MAKEFILES \\
17230         programs/net/Makefile"
17231 test "x$enable_net" != xno && ALL_PROGRAM_DIRS="$ALL_PROGRAM_DIRS \\
17232         net" && ALL_PROGRAM_INSTALL_DIRS="$ALL_PROGRAM_INSTALL_DIRS \\
17233         net"
17234 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
17235 programs/net/Makefile: programs/net/Makefile.in programs/Makeprog.rules"
17236 ac_config_files="$ac_config_files programs/net/Makefile"
17237
17238 ALL_MAKEFILES="$ALL_MAKEFILES \\
17239         programs/notepad/Makefile"
17240 test "x$enable_notepad" != xno && ALL_PROGRAM_DIRS="$ALL_PROGRAM_DIRS \\
17241         notepad" && ALL_PROGRAM_INSTALL_DIRS="$ALL_PROGRAM_INSTALL_DIRS \\
17242         notepad" && ALL_PROGRAM_BIN_INSTALL_DIRS="$ALL_PROGRAM_BIN_INSTALL_DIRS \\
17243         notepad"
17244 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
17245 programs/notepad/Makefile: programs/notepad/Makefile.in programs/Makeprog.rules"
17246 ac_config_files="$ac_config_files programs/notepad/Makefile"
17247
17248 ALL_MAKEFILES="$ALL_MAKEFILES \\
17249         programs/oleview/Makefile"
17250 test "x$enable_oleview" != xno && ALL_PROGRAM_DIRS="$ALL_PROGRAM_DIRS \\
17251         oleview" && ALL_PROGRAM_INSTALL_DIRS="$ALL_PROGRAM_INSTALL_DIRS \\
17252         oleview"
17253 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
17254 programs/oleview/Makefile: programs/oleview/Makefile.in programs/Makeprog.rules"
17255 ac_config_files="$ac_config_files programs/oleview/Makefile"
17256
17257 ALL_MAKEFILES="$ALL_MAKEFILES \\
17258         programs/progman/Makefile"
17259 test "x$enable_progman" != xno && ALL_PROGRAM_DIRS="$ALL_PROGRAM_DIRS \\
17260         progman" && ALL_PROGRAM_INSTALL_DIRS="$ALL_PROGRAM_INSTALL_DIRS \\
17261         progman"
17262 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
17263 programs/progman/Makefile: programs/progman/Makefile.in programs/Makeprog.rules"
17264 ac_config_files="$ac_config_files programs/progman/Makefile"
17265
17266 ALL_MAKEFILES="$ALL_MAKEFILES \\
17267         programs/reg/Makefile"
17268 test "x$enable_reg" != xno && ALL_PROGRAM_DIRS="$ALL_PROGRAM_DIRS \\
17269         reg" && ALL_PROGRAM_INSTALL_DIRS="$ALL_PROGRAM_INSTALL_DIRS \\
17270         reg"
17271 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
17272 programs/reg/Makefile: programs/reg/Makefile.in programs/Makeprog.rules"
17273 ac_config_files="$ac_config_files programs/reg/Makefile"
17274
17275 ALL_MAKEFILES="$ALL_MAKEFILES \\
17276         programs/regedit/Makefile"
17277 test "x$enable_regedit" != xno && ALL_PROGRAM_DIRS="$ALL_PROGRAM_DIRS \\
17278         regedit" && ALL_PROGRAM_INSTALL_DIRS="$ALL_PROGRAM_INSTALL_DIRS \\
17279         regedit" && ALL_PROGRAM_BIN_INSTALL_DIRS="$ALL_PROGRAM_BIN_INSTALL_DIRS \\
17280         regedit"
17281 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
17282 programs/regedit/Makefile: programs/regedit/Makefile.in programs/Makeprog.rules"
17283 ac_config_files="$ac_config_files programs/regedit/Makefile"
17284
17285 ALL_MAKEFILES="$ALL_MAKEFILES \\
17286         programs/regsvr32/Makefile"
17287 test "x$enable_regsvr32" != xno && ALL_PROGRAM_DIRS="$ALL_PROGRAM_DIRS \\
17288         regsvr32" && ALL_PROGRAM_INSTALL_DIRS="$ALL_PROGRAM_INSTALL_DIRS \\
17289         regsvr32" && ALL_PROGRAM_BIN_INSTALL_DIRS="$ALL_PROGRAM_BIN_INSTALL_DIRS \\
17290         regsvr32"
17291 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
17292 programs/regsvr32/Makefile: programs/regsvr32/Makefile.in programs/Makeprog.rules"
17293 ac_config_files="$ac_config_files programs/regsvr32/Makefile"
17294
17295 ALL_MAKEFILES="$ALL_MAKEFILES \\
17296         programs/rpcss/Makefile"
17297 test "x$enable_rpcss" != xno && ALL_PROGRAM_DIRS="$ALL_PROGRAM_DIRS \\
17298         rpcss" && ALL_PROGRAM_INSTALL_DIRS="$ALL_PROGRAM_INSTALL_DIRS \\
17299         rpcss"
17300 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
17301 programs/rpcss/Makefile: programs/rpcss/Makefile.in programs/Makeprog.rules"
17302 ac_config_files="$ac_config_files programs/rpcss/Makefile"
17303
17304 ALL_MAKEFILES="$ALL_MAKEFILES \\
17305         programs/rundll32/Makefile"
17306 test "x$enable_rundll32" != xno && ALL_PROGRAM_DIRS="$ALL_PROGRAM_DIRS \\
17307         rundll32" && ALL_PROGRAM_INSTALL_DIRS="$ALL_PROGRAM_INSTALL_DIRS \\
17308         rundll32"
17309 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
17310 programs/rundll32/Makefile: programs/rundll32/Makefile.in programs/Makeprog.rules"
17311 ac_config_files="$ac_config_files programs/rundll32/Makefile"
17312
17313 ALL_MAKEFILES="$ALL_MAKEFILES \\
17314         programs/secedit/Makefile"
17315 test "x$enable_secedit" != xno && ALL_PROGRAM_DIRS="$ALL_PROGRAM_DIRS \\
17316         secedit" && ALL_PROGRAM_INSTALL_DIRS="$ALL_PROGRAM_INSTALL_DIRS \\
17317         secedit"
17318 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
17319 programs/secedit/Makefile: programs/secedit/Makefile.in programs/Makeprog.rules"
17320 ac_config_files="$ac_config_files programs/secedit/Makefile"
17321
17322 ALL_MAKEFILES="$ALL_MAKEFILES \\
17323         programs/services/Makefile"
17324 test "x$enable_services" != xno && ALL_PROGRAM_DIRS="$ALL_PROGRAM_DIRS \\
17325         services" && ALL_PROGRAM_INSTALL_DIRS="$ALL_PROGRAM_INSTALL_DIRS \\
17326         services"
17327 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
17328 programs/services/Makefile: programs/services/Makefile.in programs/Makeprog.rules"
17329 ac_config_files="$ac_config_files programs/services/Makefile"
17330
17331 ALL_MAKEFILES="$ALL_MAKEFILES \\
17332         programs/spoolsv/Makefile"
17333 test "x$enable_spoolsv" != xno && ALL_PROGRAM_DIRS="$ALL_PROGRAM_DIRS \\
17334         spoolsv" && ALL_PROGRAM_INSTALL_DIRS="$ALL_PROGRAM_INSTALL_DIRS \\
17335         spoolsv"
17336 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
17337 programs/spoolsv/Makefile: programs/spoolsv/Makefile.in programs/Makeprog.rules"
17338 ac_config_files="$ac_config_files programs/spoolsv/Makefile"
17339
17340 ALL_MAKEFILES="$ALL_MAKEFILES \\
17341         programs/start/Makefile"
17342 test "x$enable_start" != xno && ALL_PROGRAM_DIRS="$ALL_PROGRAM_DIRS \\
17343         start" && ALL_PROGRAM_INSTALL_DIRS="$ALL_PROGRAM_INSTALL_DIRS \\
17344         start"
17345 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
17346 programs/start/Makefile: programs/start/Makefile.in programs/Makeprog.rules"
17347 ac_config_files="$ac_config_files programs/start/Makefile"
17348
17349 ALL_MAKEFILES="$ALL_MAKEFILES \\
17350         programs/svchost/Makefile"
17351 test "x$enable_svchost" != xno && ALL_PROGRAM_DIRS="$ALL_PROGRAM_DIRS \\
17352         svchost" && ALL_PROGRAM_INSTALL_DIRS="$ALL_PROGRAM_INSTALL_DIRS \\
17353         svchost"
17354 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
17355 programs/svchost/Makefile: programs/svchost/Makefile.in programs/Makeprog.rules"
17356 ac_config_files="$ac_config_files programs/svchost/Makefile"
17357
17358 ALL_MAKEFILES="$ALL_MAKEFILES \\
17359         programs/taskmgr/Makefile"
17360 test "x$enable_taskmgr" != xno && ALL_PROGRAM_DIRS="$ALL_PROGRAM_DIRS \\
17361         taskmgr" && ALL_PROGRAM_INSTALL_DIRS="$ALL_PROGRAM_INSTALL_DIRS \\
17362         taskmgr"
17363 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
17364 programs/taskmgr/Makefile: programs/taskmgr/Makefile.in programs/Makeprog.rules"
17365 ac_config_files="$ac_config_files programs/taskmgr/Makefile"
17366
17367 ALL_MAKEFILES="$ALL_MAKEFILES \\
17368         programs/termsv/Makefile"
17369 test "x$enable_termsv" != xno && ALL_PROGRAM_DIRS="$ALL_PROGRAM_DIRS \\
17370         termsv" && ALL_PROGRAM_INSTALL_DIRS="$ALL_PROGRAM_INSTALL_DIRS \\
17371         termsv"
17372 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
17373 programs/termsv/Makefile: programs/termsv/Makefile.in programs/Makeprog.rules"
17374 ac_config_files="$ac_config_files programs/termsv/Makefile"
17375
17376 ALL_MAKEFILES="$ALL_MAKEFILES \\
17377         programs/uninstaller/Makefile"
17378 test "x$enable_uninstaller" != xno && ALL_PROGRAM_DIRS="$ALL_PROGRAM_DIRS \\
17379         uninstaller" && ALL_PROGRAM_INSTALL_DIRS="$ALL_PROGRAM_INSTALL_DIRS \\
17380         uninstaller"
17381 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
17382 programs/uninstaller/Makefile: programs/uninstaller/Makefile.in programs/Makeprog.rules"
17383 ac_config_files="$ac_config_files programs/uninstaller/Makefile"
17384
17385 ALL_MAKEFILES="$ALL_MAKEFILES \\
17386         programs/unlodctr/Makefile"
17387 test "x$enable_unlodctr" != xno && ALL_PROGRAM_DIRS="$ALL_PROGRAM_DIRS \\
17388         unlodctr" && ALL_PROGRAM_INSTALL_DIRS="$ALL_PROGRAM_INSTALL_DIRS \\
17389         unlodctr"
17390 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
17391 programs/unlodctr/Makefile: programs/unlodctr/Makefile.in programs/Makeprog.rules"
17392 ac_config_files="$ac_config_files programs/unlodctr/Makefile"
17393
17394 ALL_MAKEFILES="$ALL_MAKEFILES \\
17395         programs/view/Makefile"
17396 test "x$enable_view" != xno && ALL_PROGRAM_DIRS="$ALL_PROGRAM_DIRS \\
17397         view"
17398 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
17399 programs/view/Makefile: programs/view/Makefile.in programs/Makeprog.rules"
17400 ac_config_files="$ac_config_files programs/view/Makefile"
17401
17402 ALL_MAKEFILES="$ALL_MAKEFILES \\
17403         programs/wineboot/Makefile"
17404 test "x$enable_wineboot" != xno && ALL_PROGRAM_DIRS="$ALL_PROGRAM_DIRS \\
17405         wineboot" && ALL_PROGRAM_INSTALL_DIRS="$ALL_PROGRAM_INSTALL_DIRS \\
17406         wineboot" && ALL_PROGRAM_BIN_INSTALL_DIRS="$ALL_PROGRAM_BIN_INSTALL_DIRS \\
17407         wineboot"
17408 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
17409 programs/wineboot/Makefile: programs/wineboot/Makefile.in programs/Makeprog.rules"
17410 ac_config_files="$ac_config_files programs/wineboot/Makefile"
17411
17412 ALL_MAKEFILES="$ALL_MAKEFILES \\
17413         programs/winebrowser/Makefile"
17414 test "x$enable_winebrowser" != xno && ALL_PROGRAM_DIRS="$ALL_PROGRAM_DIRS \\
17415         winebrowser" && ALL_PROGRAM_INSTALL_DIRS="$ALL_PROGRAM_INSTALL_DIRS \\
17416         winebrowser"
17417 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
17418 programs/winebrowser/Makefile: programs/winebrowser/Makefile.in programs/Makeprog.rules"
17419 ac_config_files="$ac_config_files programs/winebrowser/Makefile"
17420
17421 ALL_MAKEFILES="$ALL_MAKEFILES \\
17422         programs/winecfg/Makefile"
17423 test "x$enable_winecfg" != xno && ALL_PROGRAM_DIRS="$ALL_PROGRAM_DIRS \\
17424         winecfg" && ALL_PROGRAM_INSTALL_DIRS="$ALL_PROGRAM_INSTALL_DIRS \\
17425         winecfg" && ALL_PROGRAM_BIN_INSTALL_DIRS="$ALL_PROGRAM_BIN_INSTALL_DIRS \\
17426         winecfg"
17427 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
17428 programs/winecfg/Makefile: programs/winecfg/Makefile.in programs/Makeprog.rules"
17429 ac_config_files="$ac_config_files programs/winecfg/Makefile"
17430
17431 ALL_MAKEFILES="$ALL_MAKEFILES \\
17432         programs/wineconsole/Makefile"
17433 test "x$enable_wineconsole" != xno && ALL_PROGRAM_DIRS="$ALL_PROGRAM_DIRS \\
17434         wineconsole" && ALL_PROGRAM_INSTALL_DIRS="$ALL_PROGRAM_INSTALL_DIRS \\
17435         wineconsole" && ALL_PROGRAM_BIN_INSTALL_DIRS="$ALL_PROGRAM_BIN_INSTALL_DIRS \\
17436         wineconsole"
17437 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
17438 programs/wineconsole/Makefile: programs/wineconsole/Makefile.in programs/Makeprog.rules"
17439 ac_config_files="$ac_config_files programs/wineconsole/Makefile"
17440
17441 ALL_MAKEFILES="$ALL_MAKEFILES \\
17442         programs/winedbg/Makefile"
17443 test "x$enable_winedbg" != xno && ALL_PROGRAM_DIRS="$ALL_PROGRAM_DIRS \\
17444         winedbg" && ALL_PROGRAM_INSTALL_DIRS="$ALL_PROGRAM_INSTALL_DIRS \\
17445         winedbg" && ALL_PROGRAM_BIN_INSTALL_DIRS="$ALL_PROGRAM_BIN_INSTALL_DIRS \\
17446         winedbg"
17447 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
17448 programs/winedbg/Makefile: programs/winedbg/Makefile.in programs/Makeprog.rules"
17449 ac_config_files="$ac_config_files programs/winedbg/Makefile"
17450
17451 ALL_MAKEFILES="$ALL_MAKEFILES \\
17452         programs/winedevice/Makefile"
17453 test "x$enable_winedevice" != xno && ALL_PROGRAM_DIRS="$ALL_PROGRAM_DIRS \\
17454         winedevice" && ALL_PROGRAM_INSTALL_DIRS="$ALL_PROGRAM_INSTALL_DIRS \\
17455         winedevice"
17456 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
17457 programs/winedevice/Makefile: programs/winedevice/Makefile.in programs/Makeprog.rules"
17458 ac_config_files="$ac_config_files programs/winedevice/Makefile"
17459
17460 ALL_MAKEFILES="$ALL_MAKEFILES \\
17461         programs/winefile/Makefile"
17462 test "x$enable_winefile" != xno && ALL_PROGRAM_DIRS="$ALL_PROGRAM_DIRS \\
17463         winefile" && ALL_PROGRAM_INSTALL_DIRS="$ALL_PROGRAM_INSTALL_DIRS \\
17464         winefile" && ALL_PROGRAM_BIN_INSTALL_DIRS="$ALL_PROGRAM_BIN_INSTALL_DIRS \\
17465         winefile"
17466 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
17467 programs/winefile/Makefile: programs/winefile/Makefile.in programs/Makeprog.rules"
17468 ac_config_files="$ac_config_files programs/winefile/Makefile"
17469
17470 ALL_MAKEFILES="$ALL_MAKEFILES \\
17471         programs/winemenubuilder/Makefile"
17472 test "x$enable_winemenubuilder" != xno && ALL_PROGRAM_DIRS="$ALL_PROGRAM_DIRS \\
17473         winemenubuilder" && ALL_PROGRAM_INSTALL_DIRS="$ALL_PROGRAM_INSTALL_DIRS \\
17474         winemenubuilder"
17475 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
17476 programs/winemenubuilder/Makefile: programs/winemenubuilder/Makefile.in programs/Makeprog.rules"
17477 ac_config_files="$ac_config_files programs/winemenubuilder/Makefile"
17478
17479 ALL_MAKEFILES="$ALL_MAKEFILES \\
17480         programs/winemine/Makefile"
17481 test "x$enable_winemine" != xno && ALL_PROGRAM_DIRS="$ALL_PROGRAM_DIRS \\
17482         winemine" && ALL_PROGRAM_INSTALL_DIRS="$ALL_PROGRAM_INSTALL_DIRS \\
17483         winemine" && ALL_PROGRAM_BIN_INSTALL_DIRS="$ALL_PROGRAM_BIN_INSTALL_DIRS \\
17484         winemine"
17485 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
17486 programs/winemine/Makefile: programs/winemine/Makefile.in programs/Makeprog.rules"
17487 ac_config_files="$ac_config_files programs/winemine/Makefile"
17488
17489 ALL_MAKEFILES="$ALL_MAKEFILES \\
17490         programs/winepath/Makefile"
17491 test "x$enable_winepath" != xno && ALL_PROGRAM_DIRS="$ALL_PROGRAM_DIRS \\
17492         winepath" && ALL_PROGRAM_INSTALL_DIRS="$ALL_PROGRAM_INSTALL_DIRS \\
17493         winepath" && ALL_PROGRAM_BIN_INSTALL_DIRS="$ALL_PROGRAM_BIN_INSTALL_DIRS \\
17494         winepath"
17495 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
17496 programs/winepath/Makefile: programs/winepath/Makefile.in programs/Makeprog.rules"
17497 ac_config_files="$ac_config_files programs/winepath/Makefile"
17498
17499 ALL_MAKEFILES="$ALL_MAKEFILES \\
17500         programs/winetest/Makefile"
17501 test "x$enable_winetest" != xno && ALL_PROGRAM_DIRS="$ALL_PROGRAM_DIRS \\
17502         winetest"
17503 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
17504 programs/winetest/Makefile: programs/winetest/Makefile.in programs/Makeprog.rules"
17505 ac_config_files="$ac_config_files programs/winetest/Makefile"
17506
17507 ALL_MAKEFILES="$ALL_MAKEFILES \\
17508         programs/winevdm/Makefile"
17509 test "x$enable_winevdm" != xno && ALL_PROGRAM_DIRS="$ALL_PROGRAM_DIRS \\
17510         winevdm" && ALL_PROGRAM_INSTALL_DIRS="$ALL_PROGRAM_INSTALL_DIRS \\
17511         winevdm"
17512 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
17513 programs/winevdm/Makefile: programs/winevdm/Makefile.in programs/Makeprog.rules"
17514 ac_config_files="$ac_config_files programs/winevdm/Makefile"
17515
17516 ALL_MAKEFILES="$ALL_MAKEFILES \\
17517         programs/winhelp.exe16/Makefile"
17518 test "x$enable_win16" != xno && ALL_PROGRAM_DIRS="$ALL_PROGRAM_DIRS \\
17519         winhelp.exe16" && ALL_PROGRAM_INSTALL_DIRS="$ALL_PROGRAM_INSTALL_DIRS \\
17520         winhelp.exe16"
17521 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
17522 programs/winhelp.exe16/Makefile: programs/winhelp.exe16/Makefile.in programs/Makeprog.rules"
17523 ac_config_files="$ac_config_files programs/winhelp.exe16/Makefile"
17524
17525 ALL_MAKEFILES="$ALL_MAKEFILES \\
17526         programs/winhlp32/Makefile"
17527 test "x$enable_winhlp32" != xno && ALL_PROGRAM_DIRS="$ALL_PROGRAM_DIRS \\
17528         winhlp32" && ALL_PROGRAM_INSTALL_DIRS="$ALL_PROGRAM_INSTALL_DIRS \\
17529         winhlp32"
17530 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
17531 programs/winhlp32/Makefile: programs/winhlp32/Makefile.in programs/Makeprog.rules"
17532 ac_config_files="$ac_config_files programs/winhlp32/Makefile"
17533
17534 ALL_MAKEFILES="$ALL_MAKEFILES \\
17535         programs/winoldap.mod16/Makefile"
17536 test "x$enable_win16" != xno && ALL_PROGRAM_DIRS="$ALL_PROGRAM_DIRS \\
17537         winoldap.mod16" && ALL_PROGRAM_INSTALL_DIRS="$ALL_PROGRAM_INSTALL_DIRS \\
17538         winoldap.mod16"
17539 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
17540 programs/winoldap.mod16/Makefile: programs/winoldap.mod16/Makefile.in programs/Makeprog.rules"
17541 ac_config_files="$ac_config_files programs/winoldap.mod16/Makefile"
17542
17543 ALL_MAKEFILES="$ALL_MAKEFILES \\
17544         programs/winver/Makefile"
17545 test "x$enable_winver" != xno && ALL_PROGRAM_DIRS="$ALL_PROGRAM_DIRS \\
17546         winver" && ALL_PROGRAM_INSTALL_DIRS="$ALL_PROGRAM_INSTALL_DIRS \\
17547         winver"
17548 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
17549 programs/winver/Makefile: programs/winver/Makefile.in programs/Makeprog.rules"
17550 ac_config_files="$ac_config_files programs/winver/Makefile"
17551
17552 ALL_MAKEFILES="$ALL_MAKEFILES \\
17553         programs/wordpad/Makefile"
17554 test "x$enable_wordpad" != xno && ALL_PROGRAM_DIRS="$ALL_PROGRAM_DIRS \\
17555         wordpad" && ALL_PROGRAM_INSTALL_DIRS="$ALL_PROGRAM_INSTALL_DIRS \\
17556         wordpad"
17557 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
17558 programs/wordpad/Makefile: programs/wordpad/Makefile.in programs/Makeprog.rules"
17559 ac_config_files="$ac_config_files programs/wordpad/Makefile"
17560
17561 ALL_MAKEFILES="$ALL_MAKEFILES \\
17562         programs/write/Makefile"
17563 test "x$enable_write" != xno && ALL_PROGRAM_DIRS="$ALL_PROGRAM_DIRS \\
17564         write" && ALL_PROGRAM_INSTALL_DIRS="$ALL_PROGRAM_INSTALL_DIRS \\
17565         write"
17566 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
17567 programs/write/Makefile: programs/write/Makefile.in programs/Makeprog.rules"
17568 ac_config_files="$ac_config_files programs/write/Makefile"
17569
17570 ALL_MAKEFILES="$ALL_MAKEFILES \\
17571         programs/xcopy/Makefile"
17572 test "x$enable_xcopy" != xno && ALL_PROGRAM_DIRS="$ALL_PROGRAM_DIRS \\
17573         xcopy" && ALL_PROGRAM_INSTALL_DIRS="$ALL_PROGRAM_INSTALL_DIRS \\
17574         xcopy"
17575 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
17576 programs/xcopy/Makefile: programs/xcopy/Makefile.in programs/Makeprog.rules"
17577 ac_config_files="$ac_config_files programs/xcopy/Makefile"
17578
17579 ALL_MAKEFILES="$ALL_MAKEFILES \\
17580         server/Makefile"
17581 test "x$enable_server" != xno && ALL_TOP_DIRS="$ALL_TOP_DIRS \\
17582         server"
17583 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
17584 server/Makefile: server/Makefile.in Make.rules"
17585 ac_config_files="$ac_config_files server/Makefile"
17586
17587 ALL_MAKEFILES="$ALL_MAKEFILES \\
17588         tools/Makefile"
17589 test "x$enable_tools" != xno && ALL_TOP_DIRS="$ALL_TOP_DIRS \\
17590         tools"
17591 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
17592 tools/Makefile: tools/Makefile.in Make.rules"
17593 ac_config_files="$ac_config_files tools/Makefile"
17594
17595 ALL_MAKEFILES="$ALL_MAKEFILES \\
17596         tools/widl/Makefile"
17597
17598 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
17599 tools/widl/Makefile: tools/widl/Makefile.in Make.rules"
17600 ac_config_files="$ac_config_files tools/widl/Makefile"
17601
17602 ALL_MAKEFILES="$ALL_MAKEFILES \\
17603         tools/winebuild/Makefile"
17604
17605 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
17606 tools/winebuild/Makefile: tools/winebuild/Makefile.in Make.rules"
17607 ac_config_files="$ac_config_files tools/winebuild/Makefile"
17608
17609 ALL_MAKEFILES="$ALL_MAKEFILES \\
17610         tools/winedump/Makefile"
17611
17612 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
17613 tools/winedump/Makefile: tools/winedump/Makefile.in Make.rules"
17614 ac_config_files="$ac_config_files tools/winedump/Makefile"
17615
17616 ALL_MAKEFILES="$ALL_MAKEFILES \\
17617         tools/winegcc/Makefile"
17618
17619 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
17620 tools/winegcc/Makefile: tools/winegcc/Makefile.in Make.rules"
17621 ac_config_files="$ac_config_files tools/winegcc/Makefile"
17622
17623 ALL_MAKEFILES="$ALL_MAKEFILES \\
17624         tools/wmc/Makefile"
17625
17626 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
17627 tools/wmc/Makefile: tools/wmc/Makefile.in Make.rules"
17628 ac_config_files="$ac_config_files tools/wmc/Makefile"
17629
17630 ALL_MAKEFILES="$ALL_MAKEFILES \\
17631         tools/wrc/Makefile"
17632
17633 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
17634 tools/wrc/Makefile: tools/wrc/Makefile.in Make.rules"
17635 ac_config_files="$ac_config_files tools/wrc/Makefile"
17636
17637
17638
17639 ALL_WINETEST_DEPENDS="# Test binaries"
17640
17641 for dir in $ALL_TEST_DIRS
17642 do
17643     if test "$dir" != "\\"
17644     then
17645         testname=`expr $dir : '\(.*\)/tests'`_test
17646         ALL_WINETEST_DEPENDS="$ALL_WINETEST_DEPENDS
17647
17648 $testname.exe: \$(DLLDIR)/$dir/$testname.exe\$(DLLEXT)
17649         cp \$(DLLDIR)/$dir/$testname.exe\$(DLLEXT) \$@ && \$(STRIP) \$@
17650 $testname.rc:
17651         echo \"$testname.exe TESTRES \\\"$testname.exe\\\"\" >\$@ || (\$(RM) \$@ && false)
17652 $testname.res: $testname.rc $testname.exe"
17653     fi
17654 done
17655
17656 test -n "$DLLEXT" || ALL_PROGRAM_BIN_INSTALL_DIRS=""
17657
17658 cat >confcache <<\_ACEOF
17659 # This file is a shell script that caches the results of configure
17660 # tests run on this system so they can be shared between configure
17661 # scripts and configure runs, see configure's option --config-cache.
17662 # It is not useful on other systems.  If it contains results you don't
17663 # want to keep, you may remove or edit it.
17664 #
17665 # config.status only pays attention to the cache file if you give it
17666 # the --recheck option to rerun configure.
17667 #
17668 # `ac_cv_env_foo' variables (set or unset) will be overridden when
17669 # loading this file, other *unset* `ac_cv_foo' will be assigned the
17670 # following values.
17671
17672 _ACEOF
17673
17674 # The following way of writing the cache mishandles newlines in values,
17675 # but we know of no workaround that is simple, portable, and efficient.
17676 # So, we kill variables containing newlines.
17677 # Ultrix sh set writes to stderr and can't be redirected directly,
17678 # and sets the high bit in the cache file unless we assign to the vars.
17679 (
17680   for ac_var in `(set) 2>&1 | sed -n 's/^\([a-zA-Z_][a-zA-Z0-9_]*\)=.*/\1/p'`; do
17681     eval ac_val=\$$ac_var
17682     case $ac_val in #(
17683     *${as_nl}*)
17684       case $ac_var in #(
17685       *_cv_*) { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: cache variable $ac_var contains a newline" >&5
17686 $as_echo "$as_me: WARNING: cache variable $ac_var contains a newline" >&2;} ;;
17687       esac
17688       case $ac_var in #(
17689       _ | IFS | as_nl) ;; #(
17690       BASH_ARGV | BASH_SOURCE) eval $ac_var= ;; #(
17691       *) { eval $ac_var=; unset $ac_var;} ;;
17692       esac ;;
17693     esac
17694   done
17695
17696   (set) 2>&1 |
17697     case $as_nl`(ac_space=' '; set) 2>&1` in #(
17698     *${as_nl}ac_space=\ *)
17699       # `set' does not quote correctly, so add quotes: double-quote
17700       # substitution turns \\\\ into \\, and sed turns \\ into \.
17701       sed -n \
17702         "s/'/'\\\\''/g;
17703           s/^\\([_$as_cr_alnum]*_cv_[_$as_cr_alnum]*\\)=\\(.*\\)/\\1='\\2'/p"
17704       ;; #(
17705     *)
17706       # `set' quotes correctly as required by POSIX, so do not add quotes.
17707       sed -n "/^[_$as_cr_alnum]*_cv_[_$as_cr_alnum]*=/p"
17708       ;;
17709     esac |
17710     sort
17711 ) |
17712   sed '
17713      /^ac_cv_env_/b end
17714      t clear
17715      :clear
17716      s/^\([^=]*\)=\(.*[{}].*\)$/test "${\1+set}" = set || &/
17717      t end
17718      s/^\([^=]*\)=\(.*\)$/\1=${\1=\2}/
17719      :end' >>confcache
17720 if diff "$cache_file" confcache >/dev/null 2>&1; then :; else
17721   if test -w "$cache_file"; then
17722     test "x$cache_file" != "x/dev/null" &&
17723       { $as_echo "$as_me:${as_lineno-$LINENO}: updating cache $cache_file" >&5
17724 $as_echo "$as_me: updating cache $cache_file" >&6;}
17725     cat confcache >$cache_file
17726   else
17727     { $as_echo "$as_me:${as_lineno-$LINENO}: not updating unwritable cache $cache_file" >&5
17728 $as_echo "$as_me: not updating unwritable cache $cache_file" >&6;}
17729   fi
17730 fi
17731 rm -f confcache
17732
17733 test "x$prefix" = xNONE && prefix=$ac_default_prefix
17734 # Let make expand exec_prefix.
17735 test "x$exec_prefix" = xNONE && exec_prefix='${prefix}'
17736
17737 DEFS=-DHAVE_CONFIG_H
17738
17739 ac_libobjs=
17740 ac_ltlibobjs=
17741 for ac_i in : $LIBOBJS; do test "x$ac_i" = x: && continue
17742   # 1. Remove the extension, and $U if already installed.
17743   ac_script='s/\$U\././;s/\.o$//;s/\.obj$//'
17744   ac_i=`$as_echo "$ac_i" | sed "$ac_script"`
17745   # 2. Prepend LIBOBJDIR.  When used with automake>=1.10 LIBOBJDIR
17746   #    will be set to the directory where LIBOBJS objects are built.
17747   as_fn_append ac_libobjs " \${LIBOBJDIR}$ac_i\$U.$ac_objext"
17748   as_fn_append ac_ltlibobjs " \${LIBOBJDIR}$ac_i"'$U.lo'
17749 done
17750 LIBOBJS=$ac_libobjs
17751
17752 LTLIBOBJS=$ac_ltlibobjs
17753
17754
17755
17756 : ${CONFIG_STATUS=./config.status}
17757 ac_write_fail=0
17758 ac_clean_files_save=$ac_clean_files
17759 ac_clean_files="$ac_clean_files $CONFIG_STATUS"
17760 { $as_echo "$as_me:${as_lineno-$LINENO}: creating $CONFIG_STATUS" >&5
17761 $as_echo "$as_me: creating $CONFIG_STATUS" >&6;}
17762 as_write_fail=0
17763 cat >$CONFIG_STATUS <<_ASEOF || as_write_fail=1
17764 #! $SHELL
17765 # Generated by $as_me.
17766 # Run this file to recreate the current configuration.
17767 # Compiler output produced by configure, useful for debugging
17768 # configure, is in config.log if it exists.
17769
17770 debug=false
17771 ac_cs_recheck=false
17772 ac_cs_silent=false
17773
17774 SHELL=\${CONFIG_SHELL-$SHELL}
17775 export SHELL
17776 _ASEOF
17777 cat >>$CONFIG_STATUS <<\_ASEOF || as_write_fail=1
17778 ## -------------------- ##
17779 ## M4sh Initialization. ##
17780 ## -------------------- ##
17781
17782 # Be more Bourne compatible
17783 DUALCASE=1; export DUALCASE # for MKS sh
17784 if test -n "${ZSH_VERSION+set}" && (emulate sh) >/dev/null 2>&1; then :
17785   emulate sh
17786   NULLCMD=:
17787   # Pre-4.2 versions of Zsh do word splitting on ${1+"$@"}, which
17788   # is contrary to our usage.  Disable this feature.
17789   alias -g '${1+"$@"}'='"$@"'
17790   setopt NO_GLOB_SUBST
17791 else
17792   case `(set -o) 2>/dev/null` in #(
17793   *posix*) :
17794     set -o posix ;; #(
17795   *) :
17796      ;;
17797 esac
17798 fi
17799
17800
17801 as_nl='
17802 '
17803 export as_nl
17804 # Printing a long string crashes Solaris 7 /usr/bin/printf.
17805 as_echo='\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\'
17806 as_echo=$as_echo$as_echo$as_echo$as_echo$as_echo
17807 as_echo=$as_echo$as_echo$as_echo$as_echo$as_echo$as_echo
17808 # Prefer a ksh shell builtin over an external printf program on Solaris,
17809 # but without wasting forks for bash or zsh.
17810 if test -z "$BASH_VERSION$ZSH_VERSION" \
17811     && (test "X`print -r -- $as_echo`" = "X$as_echo") 2>/dev/null; then
17812   as_echo='print -r --'
17813   as_echo_n='print -rn --'
17814 elif (test "X`printf %s $as_echo`" = "X$as_echo") 2>/dev/null; then
17815   as_echo='printf %s\n'
17816   as_echo_n='printf %s'
17817 else
17818   if test "X`(/usr/ucb/echo -n -n $as_echo) 2>/dev/null`" = "X-n $as_echo"; then
17819     as_echo_body='eval /usr/ucb/echo -n "$1$as_nl"'
17820     as_echo_n='/usr/ucb/echo -n'
17821   else
17822     as_echo_body='eval expr "X$1" : "X\\(.*\\)"'
17823     as_echo_n_body='eval
17824       arg=$1;
17825       case $arg in #(
17826       *"$as_nl"*)
17827         expr "X$arg" : "X\\(.*\\)$as_nl";
17828         arg=`expr "X$arg" : ".*$as_nl\\(.*\\)"`;;
17829       esac;
17830       expr "X$arg" : "X\\(.*\\)" | tr -d "$as_nl"
17831     '
17832     export as_echo_n_body
17833     as_echo_n='sh -c $as_echo_n_body as_echo'
17834   fi
17835   export as_echo_body
17836   as_echo='sh -c $as_echo_body as_echo'
17837 fi
17838
17839 # The user is always right.
17840 if test "${PATH_SEPARATOR+set}" != set; then
17841   PATH_SEPARATOR=:
17842   (PATH='/bin;/bin'; FPATH=$PATH; sh -c :) >/dev/null 2>&1 && {
17843     (PATH='/bin:/bin'; FPATH=$PATH; sh -c :) >/dev/null 2>&1 ||
17844       PATH_SEPARATOR=';'
17845   }
17846 fi
17847
17848
17849 # IFS
17850 # We need space, tab and new line, in precisely that order.  Quoting is
17851 # there to prevent editors from complaining about space-tab.
17852 # (If _AS_PATH_WALK were called with IFS unset, it would disable word
17853 # splitting by setting IFS to empty value.)
17854 IFS=" ""        $as_nl"
17855
17856 # Find who we are.  Look in the path if we contain no directory separator.
17857 case $0 in #((
17858   *[\\/]* ) as_myself=$0 ;;
17859   *) as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
17860 for as_dir in $PATH
17861 do
17862   IFS=$as_save_IFS
17863   test -z "$as_dir" && as_dir=.
17864     test -r "$as_dir/$0" && as_myself=$as_dir/$0 && break
17865   done
17866 IFS=$as_save_IFS
17867
17868      ;;
17869 esac
17870 # We did not find ourselves, most probably we were run as `sh COMMAND'
17871 # in which case we are not to be found in the path.
17872 if test "x$as_myself" = x; then
17873   as_myself=$0
17874 fi
17875 if test ! -f "$as_myself"; then
17876   $as_echo "$as_myself: error: cannot find myself; rerun with an absolute file name" >&2
17877   exit 1
17878 fi
17879
17880 # Unset variables that we do not need and which cause bugs (e.g. in
17881 # pre-3.0 UWIN ksh).  But do not cause bugs in bash 2.01; the "|| exit 1"
17882 # suppresses any "Segmentation fault" message there.  '((' could
17883 # trigger a bug in pdksh 5.2.14.
17884 for as_var in BASH_ENV ENV MAIL MAILPATH
17885 do eval test x\${$as_var+set} = xset \
17886   && ( (unset $as_var) || exit 1) >/dev/null 2>&1 && unset $as_var || :
17887 done
17888 PS1='$ '
17889 PS2='> '
17890 PS4='+ '
17891
17892 # NLS nuisances.
17893 LC_ALL=C
17894 export LC_ALL
17895 LANGUAGE=C
17896 export LANGUAGE
17897
17898 # CDPATH.
17899 (unset CDPATH) >/dev/null 2>&1 && unset CDPATH
17900
17901
17902 # as_fn_error ERROR [LINENO LOG_FD]
17903 # ---------------------------------
17904 # Output "`basename $0`: error: ERROR" to stderr. If LINENO and LOG_FD are
17905 # provided, also output the error to LOG_FD, referencing LINENO. Then exit the
17906 # script with status $?, using 1 if that was 0.
17907 as_fn_error ()
17908 {
17909   as_status=$?; test $as_status -eq 0 && as_status=1
17910   if test "$3"; then
17911     as_lineno=${as_lineno-"$2"} as_lineno_stack=as_lineno_stack=$as_lineno_stack
17912     $as_echo "$as_me:${as_lineno-$LINENO}: error: $1" >&$3
17913   fi
17914   $as_echo "$as_me: error: $1" >&2
17915   as_fn_exit $as_status
17916 } # as_fn_error
17917
17918
17919 # as_fn_set_status STATUS
17920 # -----------------------
17921 # Set $? to STATUS, without forking.
17922 as_fn_set_status ()
17923 {
17924   return $1
17925 } # as_fn_set_status
17926
17927 # as_fn_exit STATUS
17928 # -----------------
17929 # Exit the shell with STATUS, even in a "trap 0" or "set -e" context.
17930 as_fn_exit ()
17931 {
17932   set +e
17933   as_fn_set_status $1
17934   exit $1
17935 } # as_fn_exit
17936
17937 # as_fn_unset VAR
17938 # ---------------
17939 # Portably unset VAR.
17940 as_fn_unset ()
17941 {
17942   { eval $1=; unset $1;}
17943 }
17944 as_unset=as_fn_unset
17945 # as_fn_append VAR VALUE
17946 # ----------------------
17947 # Append the text in VALUE to the end of the definition contained in VAR. Take
17948 # advantage of any shell optimizations that allow amortized linear growth over
17949 # repeated appends, instead of the typical quadratic growth present in naive
17950 # implementations.
17951 if (eval "as_var=1; as_var+=2; test x\$as_var = x12") 2>/dev/null; then :
17952   eval 'as_fn_append ()
17953   {
17954     eval $1+=\$2
17955   }'
17956 else
17957   as_fn_append ()
17958   {
17959     eval $1=\$$1\$2
17960   }
17961 fi # as_fn_append
17962
17963 # as_fn_arith ARG...
17964 # ------------------
17965 # Perform arithmetic evaluation on the ARGs, and store the result in the
17966 # global $as_val. Take advantage of shells that can avoid forks. The arguments
17967 # must be portable across $(()) and expr.
17968 if (eval "test \$(( 1 + 1 )) = 2") 2>/dev/null; then :
17969   eval 'as_fn_arith ()
17970   {
17971     as_val=$(( $* ))
17972   }'
17973 else
17974   as_fn_arith ()
17975   {
17976     as_val=`expr "$@" || test $? -eq 1`
17977   }
17978 fi # as_fn_arith
17979
17980
17981 if expr a : '\(a\)' >/dev/null 2>&1 &&
17982    test "X`expr 00001 : '.*\(...\)'`" = X001; then
17983   as_expr=expr
17984 else
17985   as_expr=false
17986 fi
17987
17988 if (basename -- /) >/dev/null 2>&1 && test "X`basename -- / 2>&1`" = "X/"; then
17989   as_basename=basename
17990 else
17991   as_basename=false
17992 fi
17993
17994 if (as_dir=`dirname -- /` && test "X$as_dir" = X/) >/dev/null 2>&1; then
17995   as_dirname=dirname
17996 else
17997   as_dirname=false
17998 fi
17999
18000 as_me=`$as_basename -- "$0" ||
18001 $as_expr X/"$0" : '.*/\([^/][^/]*\)/*$' \| \
18002          X"$0" : 'X\(//\)$' \| \
18003          X"$0" : 'X\(/\)' \| . 2>/dev/null ||
18004 $as_echo X/"$0" |
18005     sed '/^.*\/\([^/][^/]*\)\/*$/{
18006             s//\1/
18007             q
18008           }
18009           /^X\/\(\/\/\)$/{
18010             s//\1/
18011             q
18012           }
18013           /^X\/\(\/\).*/{
18014             s//\1/
18015             q
18016           }
18017           s/.*/./; q'`
18018
18019 # Avoid depending upon Character Ranges.
18020 as_cr_letters='abcdefghijklmnopqrstuvwxyz'
18021 as_cr_LETTERS='ABCDEFGHIJKLMNOPQRSTUVWXYZ'
18022 as_cr_Letters=$as_cr_letters$as_cr_LETTERS
18023 as_cr_digits='0123456789'
18024 as_cr_alnum=$as_cr_Letters$as_cr_digits
18025
18026 ECHO_C= ECHO_N= ECHO_T=
18027 case `echo -n x` in #(((((
18028 -n*)
18029   case `echo 'xy\c'` in
18030   *c*) ECHO_T=' ';;     # ECHO_T is single tab character.
18031   xy)  ECHO_C='\c';;
18032   *)   echo `echo ksh88 bug on AIX 6.1` > /dev/null
18033        ECHO_T=' ';;
18034   esac;;
18035 *)
18036   ECHO_N='-n';;
18037 esac
18038
18039 rm -f conf$$ conf$$.exe conf$$.file
18040 if test -d conf$$.dir; then
18041   rm -f conf$$.dir/conf$$.file
18042 else
18043   rm -f conf$$.dir
18044   mkdir conf$$.dir 2>/dev/null
18045 fi
18046 if (echo >conf$$.file) 2>/dev/null; then
18047   if ln -s conf$$.file conf$$ 2>/dev/null; then
18048     as_ln_s='ln -s'
18049     # ... but there are two gotchas:
18050     # 1) On MSYS, both `ln -s file dir' and `ln file dir' fail.
18051     # 2) DJGPP < 2.04 has no symlinks; `ln -s' creates a wrapper executable.
18052     # In both cases, we have to default to `cp -p'.
18053     ln -s conf$$.file conf$$.dir 2>/dev/null && test ! -f conf$$.exe ||
18054       as_ln_s='cp -p'
18055   elif ln conf$$.file conf$$ 2>/dev/null; then
18056     as_ln_s=ln
18057   else
18058     as_ln_s='cp -p'
18059   fi
18060 else
18061   as_ln_s='cp -p'
18062 fi
18063 rm -f conf$$ conf$$.exe conf$$.dir/conf$$.file conf$$.file
18064 rmdir conf$$.dir 2>/dev/null
18065
18066
18067 # as_fn_mkdir_p
18068 # -------------
18069 # Create "$as_dir" as a directory, including parents if necessary.
18070 as_fn_mkdir_p ()
18071 {
18072
18073   case $as_dir in #(
18074   -*) as_dir=./$as_dir;;
18075   esac
18076   test -d "$as_dir" || eval $as_mkdir_p || {
18077     as_dirs=
18078     while :; do
18079       case $as_dir in #(
18080       *\'*) as_qdir=`$as_echo "$as_dir" | sed "s/'/'\\\\\\\\''/g"`;; #'(
18081       *) as_qdir=$as_dir;;
18082       esac
18083       as_dirs="'$as_qdir' $as_dirs"
18084       as_dir=`$as_dirname -- "$as_dir" ||
18085 $as_expr X"$as_dir" : 'X\(.*[^/]\)//*[^/][^/]*/*$' \| \
18086          X"$as_dir" : 'X\(//\)[^/]' \| \
18087          X"$as_dir" : 'X\(//\)$' \| \
18088          X"$as_dir" : 'X\(/\)' \| . 2>/dev/null ||
18089 $as_echo X"$as_dir" |
18090     sed '/^X\(.*[^/]\)\/\/*[^/][^/]*\/*$/{
18091             s//\1/
18092             q
18093           }
18094           /^X\(\/\/\)[^/].*/{
18095             s//\1/
18096             q
18097           }
18098           /^X\(\/\/\)$/{
18099             s//\1/
18100             q
18101           }
18102           /^X\(\/\).*/{
18103             s//\1/
18104             q
18105           }
18106           s/.*/./; q'`
18107       test -d "$as_dir" && break
18108     done
18109     test -z "$as_dirs" || eval "mkdir $as_dirs"
18110   } || test -d "$as_dir" || as_fn_error "cannot create directory $as_dir"
18111
18112
18113 } # as_fn_mkdir_p
18114 if mkdir -p . 2>/dev/null; then
18115   as_mkdir_p='mkdir -p "$as_dir"'
18116 else
18117   test -d ./-p && rmdir ./-p
18118   as_mkdir_p=false
18119 fi
18120
18121 if test -x / >/dev/null 2>&1; then
18122   as_test_x='test -x'
18123 else
18124   if ls -dL / >/dev/null 2>&1; then
18125     as_ls_L_option=L
18126   else
18127     as_ls_L_option=
18128   fi
18129   as_test_x='
18130     eval sh -c '\''
18131       if test -d "$1"; then
18132         test -d "$1/.";
18133       else
18134         case $1 in #(
18135         -*)set "./$1";;
18136         esac;
18137         case `ls -ld'$as_ls_L_option' "$1" 2>/dev/null` in #((
18138         ???[sx]*):;;*)false;;esac;fi
18139     '\'' sh
18140   '
18141 fi
18142 as_executable_p=$as_test_x
18143
18144 # Sed expression to map a string onto a valid CPP name.
18145 as_tr_cpp="eval sed 'y%*$as_cr_letters%P$as_cr_LETTERS%;s%[^_$as_cr_alnum]%_%g'"
18146
18147 # Sed expression to map a string onto a valid variable name.
18148 as_tr_sh="eval sed 'y%*+%pp%;s%[^_$as_cr_alnum]%_%g'"
18149
18150
18151 exec 6>&1
18152 ## ----------------------------------- ##
18153 ## Main body of $CONFIG_STATUS script. ##
18154 ## ----------------------------------- ##
18155 _ASEOF
18156 test $as_write_fail = 0 && chmod +x $CONFIG_STATUS || ac_write_fail=1
18157
18158 cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1
18159 # Save the log message, to keep $0 and so on meaningful, and to
18160 # report actual input values of CONFIG_FILES etc. instead of their
18161 # values after options handling.
18162 ac_log="
18163 This file was extended by Wine $as_me 1.1.28, which was
18164 generated by GNU Autoconf 2.64.  Invocation command line was
18165
18166   CONFIG_FILES    = $CONFIG_FILES
18167   CONFIG_HEADERS  = $CONFIG_HEADERS
18168   CONFIG_LINKS    = $CONFIG_LINKS
18169   CONFIG_COMMANDS = $CONFIG_COMMANDS
18170   $ $0 $@
18171
18172 on `(hostname || uname -n) 2>/dev/null | sed 1q`
18173 "
18174
18175 _ACEOF
18176
18177 case $ac_config_files in *"
18178 "*) set x $ac_config_files; shift; ac_config_files=$*;;
18179 esac
18180
18181 case $ac_config_headers in *"
18182 "*) set x $ac_config_headers; shift; ac_config_headers=$*;;
18183 esac
18184
18185
18186 cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1
18187 # Files that config.status was made for.
18188 config_files="$ac_config_files"
18189 config_headers="$ac_config_headers"
18190 config_commands="$ac_config_commands"
18191
18192 _ACEOF
18193
18194 cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1
18195 ac_cs_usage="\
18196 \`$as_me' instantiates files and other configuration actions
18197 from templates according to the current configuration.  Unless the files
18198 and actions are specified as TAGs, all are instantiated by default.
18199
18200 Usage: $0 [OPTION]... [TAG]...
18201
18202   -h, --help       print this help, then exit
18203   -V, --version    print version number and configuration settings, then exit
18204   -q, --quiet, --silent
18205                    do not print progress messages
18206   -d, --debug      don't remove temporary files
18207       --recheck    update $as_me by reconfiguring in the same conditions
18208       --file=FILE[:TEMPLATE]
18209                    instantiate the configuration file FILE
18210       --header=FILE[:TEMPLATE]
18211                    instantiate the configuration header FILE
18212
18213 Configuration files:
18214 $config_files
18215
18216 Configuration headers:
18217 $config_headers
18218
18219 Configuration commands:
18220 $config_commands
18221
18222 Report bugs to <wine-devel@winehq.org>.
18223 Wine home page: <http://www.winehq.org>."
18224
18225 _ACEOF
18226 cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1
18227 ac_cs_version="\\
18228 Wine config.status 1.1.28
18229 configured by $0, generated by GNU Autoconf 2.64,
18230   with options \\"`$as_echo "$ac_configure_args" | sed 's/^ //; s/[\\""\`\$]/\\\\&/g'`\\"
18231
18232 Copyright (C) 2009 Free Software Foundation, Inc.
18233 This config.status script is free software; the Free Software Foundation
18234 gives unlimited permission to copy, distribute and modify it."
18235
18236 ac_pwd='$ac_pwd'
18237 srcdir='$srcdir'
18238 INSTALL='$INSTALL'
18239 test -n "\$AWK" || AWK=awk
18240 _ACEOF
18241
18242 cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1
18243 # The default lists apply if the user does not specify any file.
18244 ac_need_defaults=:
18245 while test $# != 0
18246 do
18247   case $1 in
18248   --*=*)
18249     ac_option=`expr "X$1" : 'X\([^=]*\)='`
18250     ac_optarg=`expr "X$1" : 'X[^=]*=\(.*\)'`
18251     ac_shift=:
18252     ;;
18253   *)
18254     ac_option=$1
18255     ac_optarg=$2
18256     ac_shift=shift
18257     ;;
18258   esac
18259
18260   case $ac_option in
18261   # Handling of the options.
18262   -recheck | --recheck | --rechec | --reche | --rech | --rec | --re | --r)
18263     ac_cs_recheck=: ;;
18264   --version | --versio | --versi | --vers | --ver | --ve | --v | -V )
18265     $as_echo "$ac_cs_version"; exit ;;
18266   --debug | --debu | --deb | --de | --d | -d )
18267     debug=: ;;
18268   --file | --fil | --fi | --f )
18269     $ac_shift
18270     case $ac_optarg in
18271     *\'*) ac_optarg=`$as_echo "$ac_optarg" | sed "s/'/'\\\\\\\\''/g"` ;;
18272     esac
18273     as_fn_append CONFIG_FILES " '$ac_optarg'"
18274     ac_need_defaults=false;;
18275   --header | --heade | --head | --hea )
18276     $ac_shift
18277     case $ac_optarg in
18278     *\'*) ac_optarg=`$as_echo "$ac_optarg" | sed "s/'/'\\\\\\\\''/g"` ;;
18279     esac
18280     as_fn_append CONFIG_HEADERS " '$ac_optarg'"
18281     ac_need_defaults=false;;
18282   --he | --h)
18283     # Conflict between --help and --header
18284     as_fn_error "ambiguous option: \`$1'
18285 Try \`$0 --help' for more information.";;
18286   --help | --hel | -h )
18287     $as_echo "$ac_cs_usage"; exit ;;
18288   -q | -quiet | --quiet | --quie | --qui | --qu | --q \
18289   | -silent | --silent | --silen | --sile | --sil | --si | --s)
18290     ac_cs_silent=: ;;
18291
18292   # This is an error.
18293   -*) as_fn_error "unrecognized option: \`$1'
18294 Try \`$0 --help' for more information." ;;
18295
18296   *) as_fn_append ac_config_targets " $1"
18297      ac_need_defaults=false ;;
18298
18299   esac
18300   shift
18301 done
18302
18303 ac_configure_extra_args=
18304
18305 if $ac_cs_silent; then
18306   exec 6>/dev/null
18307   ac_configure_extra_args="$ac_configure_extra_args --silent"
18308 fi
18309
18310 _ACEOF
18311 cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1
18312 if \$ac_cs_recheck; then
18313   set X '$SHELL' '$0' $ac_configure_args \$ac_configure_extra_args --no-create --no-recursion
18314   shift
18315   \$as_echo "running CONFIG_SHELL=$SHELL \$*" >&6
18316   CONFIG_SHELL='$SHELL'
18317   export CONFIG_SHELL
18318   exec "\$@"
18319 fi
18320
18321 _ACEOF
18322 cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1
18323 exec 5>>config.log
18324 {
18325   echo
18326   sed 'h;s/./-/g;s/^.../## /;s/...$/ ##/;p;x;p;x' <<_ASBOX
18327 ## Running $as_me. ##
18328 _ASBOX
18329   $as_echo "$ac_log"
18330 } >&5
18331
18332 _ACEOF
18333 cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1
18334 _ACEOF
18335
18336 cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1
18337
18338 # Handling of arguments.
18339 for ac_config_target in $ac_config_targets
18340 do
18341   case $ac_config_target in
18342     "include/config.h") CONFIG_HEADERS="$CONFIG_HEADERS include/config.h" ;;
18343     "include/stamp-h") CONFIG_COMMANDS="$CONFIG_COMMANDS include/stamp-h" ;;
18344     "dlls/gdi32/enhmfdrv") CONFIG_COMMANDS="$CONFIG_COMMANDS dlls/gdi32/enhmfdrv" ;;
18345     "dlls/gdi32/mfdrv") CONFIG_COMMANDS="$CONFIG_COMMANDS dlls/gdi32/mfdrv" ;;
18346     "dlls/kernel32/nls") CONFIG_COMMANDS="$CONFIG_COMMANDS dlls/kernel32/nls" ;;
18347     "dlls/user32/resources") CONFIG_COMMANDS="$CONFIG_COMMANDS dlls/user32/resources" ;;
18348     "dlls/wineps.drv/data") CONFIG_COMMANDS="$CONFIG_COMMANDS dlls/wineps.drv/data" ;;
18349     "include/wine") CONFIG_COMMANDS="$CONFIG_COMMANDS include/wine" ;;
18350     "Make.rules") CONFIG_FILES="$CONFIG_FILES Make.rules" ;;
18351     "dlls/Makedll.rules") CONFIG_FILES="$CONFIG_FILES dlls/Makedll.rules" ;;
18352     "dlls/Makeimplib.rules") CONFIG_FILES="$CONFIG_FILES dlls/Makeimplib.rules" ;;
18353     "dlls/Maketest.rules") CONFIG_FILES="$CONFIG_FILES dlls/Maketest.rules" ;;
18354     "programs/Makeprog.rules") CONFIG_FILES="$CONFIG_FILES programs/Makeprog.rules" ;;
18355     "Makefile") CONFIG_FILES="$CONFIG_FILES Makefile" ;;
18356     "dlls/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/Makefile" ;;
18357     "dlls/acledit/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/acledit/Makefile" ;;
18358     "dlls/aclui/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/aclui/Makefile" ;;
18359     "dlls/activeds/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/activeds/Makefile" ;;
18360     "dlls/actxprxy/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/actxprxy/Makefile" ;;
18361     "dlls/adsiid/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/adsiid/Makefile" ;;
18362     "dlls/advapi32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/advapi32/Makefile" ;;
18363     "dlls/advapi32/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/advapi32/tests/Makefile" ;;
18364     "dlls/advpack/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/advpack/Makefile" ;;
18365     "dlls/advpack/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/advpack/tests/Makefile" ;;
18366     "dlls/amstream/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/amstream/Makefile" ;;
18367     "dlls/amstream/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/amstream/tests/Makefile" ;;
18368     "dlls/appwiz.cpl/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/appwiz.cpl/Makefile" ;;
18369     "dlls/atl/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/atl/Makefile" ;;
18370     "dlls/authz/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/authz/Makefile" ;;
18371     "dlls/avicap32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/avicap32/Makefile" ;;
18372     "dlls/avifil32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/avifil32/Makefile" ;;
18373     "dlls/avifile.dll16/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/avifile.dll16/Makefile" ;;
18374     "dlls/bcrypt/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/bcrypt/Makefile" ;;
18375     "dlls/browseui/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/browseui/Makefile" ;;
18376     "dlls/browseui/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/browseui/tests/Makefile" ;;
18377     "dlls/cabinet/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/cabinet/Makefile" ;;
18378     "dlls/cabinet/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/cabinet/tests/Makefile" ;;
18379     "dlls/capi2032/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/capi2032/Makefile" ;;
18380     "dlls/cards/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/cards/Makefile" ;;
18381     "dlls/cfgmgr32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/cfgmgr32/Makefile" ;;
18382     "dlls/clusapi/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/clusapi/Makefile" ;;
18383     "dlls/comcat/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/comcat/Makefile" ;;
18384     "dlls/comcat/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/comcat/tests/Makefile" ;;
18385     "dlls/comctl32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/comctl32/Makefile" ;;
18386     "dlls/comctl32/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/comctl32/tests/Makefile" ;;
18387     "dlls/comdlg32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/comdlg32/Makefile" ;;
18388     "dlls/comdlg32/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/comdlg32/tests/Makefile" ;;
18389     "dlls/comm.drv16/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/comm.drv16/Makefile" ;;
18390     "dlls/compobj.dll16/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/compobj.dll16/Makefile" ;;
18391     "dlls/compstui/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/compstui/Makefile" ;;
18392     "dlls/credui/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/credui/Makefile" ;;
18393     "dlls/credui/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/credui/tests/Makefile" ;;
18394     "dlls/crtdll/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/crtdll/Makefile" ;;
18395     "dlls/crypt32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/crypt32/Makefile" ;;
18396     "dlls/crypt32/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/crypt32/tests/Makefile" ;;
18397     "dlls/cryptdlg/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/cryptdlg/Makefile" ;;
18398     "dlls/cryptdll/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/cryptdll/Makefile" ;;
18399     "dlls/cryptnet/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/cryptnet/Makefile" ;;
18400     "dlls/cryptnet/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/cryptnet/tests/Makefile" ;;
18401     "dlls/cryptui/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/cryptui/Makefile" ;;
18402     "dlls/cryptui/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/cryptui/tests/Makefile" ;;
18403     "dlls/ctapi32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/ctapi32/Makefile" ;;
18404     "dlls/ctl3d.dll16/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/ctl3d.dll16/Makefile" ;;
18405     "dlls/ctl3d32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/ctl3d32/Makefile" ;;
18406     "dlls/ctl3dv2.dll16/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/ctl3dv2.dll16/Makefile" ;;
18407     "dlls/d3d10/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/d3d10/Makefile" ;;
18408     "dlls/d3d10/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/d3d10/tests/Makefile" ;;
18409     "dlls/d3d10core/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/d3d10core/Makefile" ;;
18410     "dlls/d3d10core/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/d3d10core/tests/Makefile" ;;
18411     "dlls/d3d8/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/d3d8/Makefile" ;;
18412     "dlls/d3d8/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/d3d8/tests/Makefile" ;;
18413     "dlls/d3d9/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/d3d9/Makefile" ;;
18414     "dlls/d3d9/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/d3d9/tests/Makefile" ;;
18415     "dlls/d3dim/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/d3dim/Makefile" ;;
18416     "dlls/d3drm/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/d3drm/Makefile" ;;
18417     "dlls/d3drm/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/d3drm/tests/Makefile" ;;
18418     "dlls/d3dx9_24/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/d3dx9_24/Makefile" ;;
18419     "dlls/d3dx9_25/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/d3dx9_25/Makefile" ;;
18420     "dlls/d3dx9_26/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/d3dx9_26/Makefile" ;;
18421     "dlls/d3dx9_27/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/d3dx9_27/Makefile" ;;
18422     "dlls/d3dx9_28/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/d3dx9_28/Makefile" ;;
18423     "dlls/d3dx9_29/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/d3dx9_29/Makefile" ;;
18424     "dlls/d3dx9_30/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/d3dx9_30/Makefile" ;;
18425     "dlls/d3dx9_31/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/d3dx9_31/Makefile" ;;
18426     "dlls/d3dx9_32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/d3dx9_32/Makefile" ;;
18427     "dlls/d3dx9_33/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/d3dx9_33/Makefile" ;;
18428     "dlls/d3dx9_34/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/d3dx9_34/Makefile" ;;
18429     "dlls/d3dx9_35/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/d3dx9_35/Makefile" ;;
18430     "dlls/d3dx9_36/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/d3dx9_36/Makefile" ;;
18431     "dlls/d3dx9_36/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/d3dx9_36/tests/Makefile" ;;
18432     "dlls/d3dx9_37/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/d3dx9_37/Makefile" ;;
18433     "dlls/d3dx9_38/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/d3dx9_38/Makefile" ;;
18434     "dlls/d3dx9_39/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/d3dx9_39/Makefile" ;;
18435     "dlls/d3dx9_40/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/d3dx9_40/Makefile" ;;
18436     "dlls/d3dx9_41/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/d3dx9_41/Makefile" ;;
18437     "dlls/d3dxof/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/d3dxof/Makefile" ;;
18438     "dlls/d3dxof/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/d3dxof/tests/Makefile" ;;
18439     "dlls/dbghelp/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/dbghelp/Makefile" ;;
18440     "dlls/dciman32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/dciman32/Makefile" ;;
18441     "dlls/ddeml.dll16/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/ddeml.dll16/Makefile" ;;
18442     "dlls/ddraw/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/ddraw/Makefile" ;;
18443     "dlls/ddraw/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/ddraw/tests/Makefile" ;;
18444     "dlls/ddrawex/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/ddrawex/Makefile" ;;
18445     "dlls/ddrawex/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/ddrawex/tests/Makefile" ;;
18446     "dlls/devenum/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/devenum/Makefile" ;;
18447     "dlls/dinput/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/dinput/Makefile" ;;
18448     "dlls/dinput/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/dinput/tests/Makefile" ;;
18449     "dlls/dinput8/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/dinput8/Makefile" ;;
18450     "dlls/dispdib.dll16/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/dispdib.dll16/Makefile" ;;
18451     "dlls/display.drv16/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/display.drv16/Makefile" ;;
18452     "dlls/dmband/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/dmband/Makefile" ;;
18453     "dlls/dmcompos/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/dmcompos/Makefile" ;;
18454     "dlls/dmime/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/dmime/Makefile" ;;
18455     "dlls/dmloader/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/dmloader/Makefile" ;;
18456     "dlls/dmscript/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/dmscript/Makefile" ;;
18457     "dlls/dmstyle/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/dmstyle/Makefile" ;;
18458     "dlls/dmsynth/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/dmsynth/Makefile" ;;
18459     "dlls/dmusic/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/dmusic/Makefile" ;;
18460     "dlls/dmusic32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/dmusic32/Makefile" ;;
18461     "dlls/dnsapi/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/dnsapi/Makefile" ;;
18462     "dlls/dnsapi/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/dnsapi/tests/Makefile" ;;
18463     "dlls/dplay/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/dplay/Makefile" ;;
18464     "dlls/dplayx/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/dplayx/Makefile" ;;
18465     "dlls/dplayx/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/dplayx/tests/Makefile" ;;
18466     "dlls/dpnaddr/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/dpnaddr/Makefile" ;;
18467     "dlls/dpnet/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/dpnet/Makefile" ;;
18468     "dlls/dpnhpast/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/dpnhpast/Makefile" ;;
18469     "dlls/dpnlobby/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/dpnlobby/Makefile" ;;
18470     "dlls/dpwsockx/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/dpwsockx/Makefile" ;;
18471     "dlls/drmclien/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/drmclien/Makefile" ;;
18472     "dlls/dsound/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/dsound/Makefile" ;;
18473     "dlls/dsound/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/dsound/tests/Makefile" ;;
18474     "dlls/dssenh/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/dssenh/Makefile" ;;
18475     "dlls/dswave/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/dswave/Makefile" ;;
18476     "dlls/dwmapi/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/dwmapi/Makefile" ;;
18477     "dlls/dxdiagn/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/dxdiagn/Makefile" ;;
18478     "dlls/dxerr8/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/dxerr8/Makefile" ;;
18479     "dlls/dxerr9/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/dxerr9/Makefile" ;;
18480     "dlls/dxgi/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/dxgi/Makefile" ;;
18481     "dlls/dxgi/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/dxgi/tests/Makefile" ;;
18482     "dlls/dxguid/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/dxguid/Makefile" ;;
18483     "dlls/faultrep/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/faultrep/Makefile" ;;
18484     "dlls/fusion/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/fusion/Makefile" ;;
18485     "dlls/fusion/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/fusion/tests/Makefile" ;;
18486     "dlls/gdi32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/gdi32/Makefile" ;;
18487     "dlls/gdi32/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/gdi32/tests/Makefile" ;;
18488     "dlls/gdiplus/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/gdiplus/Makefile" ;;
18489     "dlls/gdiplus/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/gdiplus/tests/Makefile" ;;
18490     "dlls/glu32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/glu32/Makefile" ;;
18491     "dlls/gphoto2.ds/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/gphoto2.ds/Makefile" ;;
18492     "dlls/gpkcsp/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/gpkcsp/Makefile" ;;
18493     "dlls/hal/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/hal/Makefile" ;;
18494     "dlls/hhctrl.ocx/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/hhctrl.ocx/Makefile" ;;
18495     "dlls/hid/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/hid/Makefile" ;;
18496     "dlls/hlink/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/hlink/Makefile" ;;
18497     "dlls/hlink/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/hlink/tests/Makefile" ;;
18498     "dlls/hnetcfg/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/hnetcfg/Makefile" ;;
18499     "dlls/httpapi/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/httpapi/Makefile" ;;
18500     "dlls/iccvid/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/iccvid/Makefile" ;;
18501     "dlls/icmp/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/icmp/Makefile" ;;
18502     "dlls/ifsmgr.vxd/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/ifsmgr.vxd/Makefile" ;;
18503     "dlls/imaadp32.acm/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/imaadp32.acm/Makefile" ;;
18504     "dlls/imagehlp/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/imagehlp/Makefile" ;;
18505     "dlls/imm.dll16/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/imm.dll16/Makefile" ;;
18506     "dlls/imm32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/imm32/Makefile" ;;
18507     "dlls/imm32/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/imm32/tests/Makefile" ;;
18508     "dlls/inetcomm/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/inetcomm/Makefile" ;;
18509     "dlls/inetcomm/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/inetcomm/tests/Makefile" ;;
18510     "dlls/inetmib1/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/inetmib1/Makefile" ;;
18511     "dlls/inetmib1/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/inetmib1/tests/Makefile" ;;
18512     "dlls/infosoft/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/infosoft/Makefile" ;;
18513     "dlls/infosoft/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/infosoft/tests/Makefile" ;;
18514     "dlls/initpki/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/initpki/Makefile" ;;
18515     "dlls/inkobj/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/inkobj/Makefile" ;;
18516     "dlls/inseng/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/inseng/Makefile" ;;
18517     "dlls/iphlpapi/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/iphlpapi/Makefile" ;;
18518     "dlls/iphlpapi/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/iphlpapi/tests/Makefile" ;;
18519     "dlls/itircl/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/itircl/Makefile" ;;
18520     "dlls/itss/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/itss/Makefile" ;;
18521     "dlls/itss/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/itss/tests/Makefile" ;;
18522     "dlls/jscript/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/jscript/Makefile" ;;
18523     "dlls/jscript/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/jscript/tests/Makefile" ;;
18524     "dlls/kernel32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/kernel32/Makefile" ;;
18525     "dlls/kernel32/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/kernel32/tests/Makefile" ;;
18526     "dlls/keyboard.drv16/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/keyboard.drv16/Makefile" ;;
18527     "dlls/loadperf/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/loadperf/Makefile" ;;
18528     "dlls/localspl/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/localspl/Makefile" ;;
18529     "dlls/localspl/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/localspl/tests/Makefile" ;;
18530     "dlls/localui/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/localui/Makefile" ;;
18531     "dlls/localui/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/localui/tests/Makefile" ;;
18532     "dlls/lz32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/lz32/Makefile" ;;
18533     "dlls/lz32/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/lz32/tests/Makefile" ;;
18534     "dlls/lzexpand.dll16/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/lzexpand.dll16/Makefile" ;;
18535     "dlls/mapi32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/mapi32/Makefile" ;;
18536     "dlls/mapi32/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/mapi32/tests/Makefile" ;;
18537     "dlls/mciavi32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/mciavi32/Makefile" ;;
18538     "dlls/mcicda/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/mcicda/Makefile" ;;
18539     "dlls/mciqtz32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/mciqtz32/Makefile" ;;
18540     "dlls/mciseq/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/mciseq/Makefile" ;;
18541     "dlls/mciwave/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/mciwave/Makefile" ;;
18542     "dlls/midimap/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/midimap/Makefile" ;;
18543     "dlls/mlang/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/mlang/Makefile" ;;
18544     "dlls/mlang/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/mlang/tests/Makefile" ;;
18545     "dlls/mmdevldr.vxd/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/mmdevldr.vxd/Makefile" ;;
18546     "dlls/monodebg.vxd/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/monodebg.vxd/Makefile" ;;
18547     "dlls/mountmgr.sys/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/mountmgr.sys/Makefile" ;;
18548     "dlls/mouse.drv16/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/mouse.drv16/Makefile" ;;
18549     "dlls/mpr/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/mpr/Makefile" ;;
18550     "dlls/mprapi/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/mprapi/Makefile" ;;
18551     "dlls/msacm.dll16/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/msacm.dll16/Makefile" ;;
18552     "dlls/msacm32.drv/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/msacm32.drv/Makefile" ;;
18553     "dlls/msacm32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/msacm32/Makefile" ;;
18554     "dlls/msacm32/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/msacm32/tests/Makefile" ;;
18555     "dlls/msadp32.acm/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/msadp32.acm/Makefile" ;;
18556     "dlls/mscat32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/mscat32/Makefile" ;;
18557     "dlls/mscms/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/mscms/Makefile" ;;
18558     "dlls/mscms/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/mscms/tests/Makefile" ;;
18559     "dlls/mscoree/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/mscoree/Makefile" ;;
18560     "dlls/msctf/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/msctf/Makefile" ;;
18561     "dlls/msctf/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/msctf/tests/Makefile" ;;
18562     "dlls/msdaps/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/msdaps/Makefile" ;;
18563     "dlls/msdmo/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/msdmo/Makefile" ;;
18564     "dlls/msftedit/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/msftedit/Makefile" ;;
18565     "dlls/msg711.acm/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/msg711.acm/Makefile" ;;
18566     "dlls/msgsm32.acm/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/msgsm32.acm/Makefile" ;;
18567     "dlls/mshtml.tlb/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/mshtml.tlb/Makefile" ;;
18568     "dlls/mshtml/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/mshtml/Makefile" ;;
18569     "dlls/mshtml/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/mshtml/tests/Makefile" ;;
18570     "dlls/msi/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/msi/Makefile" ;;
18571     "dlls/msi/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/msi/tests/Makefile" ;;
18572     "dlls/msimg32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/msimg32/Makefile" ;;
18573     "dlls/msimtf/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/msimtf/Makefile" ;;
18574     "dlls/msisip/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/msisip/Makefile" ;;
18575     "dlls/msisys.ocx/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/msisys.ocx/Makefile" ;;
18576     "dlls/msnet32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/msnet32/Makefile" ;;
18577     "dlls/msrle32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/msrle32/Makefile" ;;
18578     "dlls/mssign32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/mssign32/Makefile" ;;
18579     "dlls/mssip32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/mssip32/Makefile" ;;
18580     "dlls/mstask/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/mstask/Makefile" ;;
18581     "dlls/mstask/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/mstask/tests/Makefile" ;;
18582     "dlls/msvcirt/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/msvcirt/Makefile" ;;
18583     "dlls/msvcr71/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/msvcr71/Makefile" ;;
18584     "dlls/msvcrt/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/msvcrt/Makefile" ;;
18585     "dlls/msvcrt/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/msvcrt/tests/Makefile" ;;
18586     "dlls/msvcrt20/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/msvcrt20/Makefile" ;;
18587     "dlls/msvcrt40/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/msvcrt40/Makefile" ;;
18588     "dlls/msvcrtd/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/msvcrtd/Makefile" ;;
18589     "dlls/msvcrtd/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/msvcrtd/tests/Makefile" ;;
18590     "dlls/msvfw32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/msvfw32/Makefile" ;;
18591     "dlls/msvfw32/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/msvfw32/tests/Makefile" ;;
18592     "dlls/msvidc32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/msvidc32/Makefile" ;;
18593     "dlls/msvideo.dll16/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/msvideo.dll16/Makefile" ;;
18594     "dlls/mswsock/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/mswsock/Makefile" ;;
18595     "dlls/msxml3/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/msxml3/Makefile" ;;
18596     "dlls/msxml3/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/msxml3/tests/Makefile" ;;
18597     "dlls/nddeapi/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/nddeapi/Makefile" ;;
18598     "dlls/netapi32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/netapi32/Makefile" ;;
18599     "dlls/netapi32/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/netapi32/tests/Makefile" ;;
18600     "dlls/newdev/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/newdev/Makefile" ;;
18601     "dlls/ntdll/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/ntdll/Makefile" ;;
18602     "dlls/ntdll/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/ntdll/tests/Makefile" ;;
18603     "dlls/ntdsapi/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/ntdsapi/Makefile" ;;
18604     "dlls/ntdsapi/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/ntdsapi/tests/Makefile" ;;
18605     "dlls/ntoskrnl.exe/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/ntoskrnl.exe/Makefile" ;;
18606     "dlls/ntprint/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/ntprint/Makefile" ;;
18607     "dlls/ntprint/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/ntprint/tests/Makefile" ;;
18608     "dlls/objsel/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/objsel/Makefile" ;;
18609     "dlls/odbc32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/odbc32/Makefile" ;;
18610     "dlls/odbccp32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/odbccp32/Makefile" ;;
18611     "dlls/odbccp32/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/odbccp32/tests/Makefile" ;;
18612     "dlls/ole2.dll16/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/ole2.dll16/Makefile" ;;
18613     "dlls/ole2conv.dll16/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/ole2conv.dll16/Makefile" ;;
18614     "dlls/ole2disp.dll16/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/ole2disp.dll16/Makefile" ;;
18615     "dlls/ole2nls.dll16/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/ole2nls.dll16/Makefile" ;;
18616     "dlls/ole2prox.dll16/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/ole2prox.dll16/Makefile" ;;
18617     "dlls/ole2thk.dll16/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/ole2thk.dll16/Makefile" ;;
18618     "dlls/ole32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/ole32/Makefile" ;;
18619     "dlls/ole32/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/ole32/tests/Makefile" ;;
18620     "dlls/oleacc/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/oleacc/Makefile" ;;
18621     "dlls/oleacc/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/oleacc/tests/Makefile" ;;
18622     "dlls/oleaut32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/oleaut32/Makefile" ;;
18623     "dlls/oleaut32/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/oleaut32/tests/Makefile" ;;
18624     "dlls/olecli.dll16/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/olecli.dll16/Makefile" ;;
18625     "dlls/olecli32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/olecli32/Makefile" ;;
18626     "dlls/oledlg/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/oledlg/Makefile" ;;
18627     "dlls/olepro32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/olepro32/Makefile" ;;
18628     "dlls/olesvr.dll16/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/olesvr.dll16/Makefile" ;;
18629     "dlls/olesvr32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/olesvr32/Makefile" ;;
18630     "dlls/olethk32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/olethk32/Makefile" ;;
18631     "dlls/opengl32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/opengl32/Makefile" ;;
18632     "dlls/opengl32/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/opengl32/tests/Makefile" ;;
18633     "dlls/pdh/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/pdh/Makefile" ;;
18634     "dlls/pdh/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/pdh/tests/Makefile" ;;
18635     "dlls/pidgen/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/pidgen/Makefile" ;;
18636     "dlls/powrprof/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/powrprof/Makefile" ;;
18637     "dlls/printui/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/printui/Makefile" ;;
18638     "dlls/propsys/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/propsys/Makefile" ;;
18639     "dlls/psapi/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/psapi/Makefile" ;;
18640     "dlls/psapi/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/psapi/tests/Makefile" ;;
18641     "dlls/pstorec/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/pstorec/Makefile" ;;
18642     "dlls/qcap/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/qcap/Makefile" ;;
18643     "dlls/qedit/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/qedit/Makefile" ;;
18644     "dlls/qedit/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/qedit/tests/Makefile" ;;
18645     "dlls/qmgr/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/qmgr/Makefile" ;;
18646     "dlls/qmgr/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/qmgr/tests/Makefile" ;;
18647     "dlls/qmgrprxy/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/qmgrprxy/Makefile" ;;
18648     "dlls/quartz/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/quartz/Makefile" ;;
18649     "dlls/quartz/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/quartz/tests/Makefile" ;;
18650     "dlls/query/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/query/Makefile" ;;
18651     "dlls/rasapi16.dll16/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/rasapi16.dll16/Makefile" ;;
18652     "dlls/rasapi32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/rasapi32/Makefile" ;;
18653     "dlls/rasapi32/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/rasapi32/tests/Makefile" ;;
18654     "dlls/rasdlg/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/rasdlg/Makefile" ;;
18655     "dlls/resutils/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/resutils/Makefile" ;;
18656     "dlls/riched20/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/riched20/Makefile" ;;
18657     "dlls/riched20/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/riched20/tests/Makefile" ;;
18658     "dlls/riched32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/riched32/Makefile" ;;
18659     "dlls/riched32/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/riched32/tests/Makefile" ;;
18660     "dlls/rpcrt4/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/rpcrt4/Makefile" ;;
18661     "dlls/rpcrt4/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/rpcrt4/tests/Makefile" ;;
18662     "dlls/rsabase/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/rsabase/Makefile" ;;
18663     "dlls/rsaenh/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/rsaenh/Makefile" ;;
18664     "dlls/rsaenh/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/rsaenh/tests/Makefile" ;;
18665     "dlls/rtutils/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/rtutils/Makefile" ;;
18666     "dlls/sane.ds/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/sane.ds/Makefile" ;;
18667     "dlls/sccbase/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/sccbase/Makefile" ;;
18668     "dlls/schannel/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/schannel/Makefile" ;;
18669     "dlls/schannel/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/schannel/tests/Makefile" ;;
18670     "dlls/secur32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/secur32/Makefile" ;;
18671     "dlls/secur32/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/secur32/tests/Makefile" ;;
18672     "dlls/security/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/security/Makefile" ;;
18673     "dlls/sensapi/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/sensapi/Makefile" ;;
18674     "dlls/serialui/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/serialui/Makefile" ;;
18675     "dlls/serialui/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/serialui/tests/Makefile" ;;
18676     "dlls/setupapi/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/setupapi/Makefile" ;;
18677     "dlls/setupapi/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/setupapi/tests/Makefile" ;;
18678     "dlls/sfc/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/sfc/Makefile" ;;
18679     "dlls/sfc_os/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/sfc_os/Makefile" ;;
18680     "dlls/shdoclc/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/shdoclc/Makefile" ;;
18681     "dlls/shdocvw/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/shdocvw/Makefile" ;;
18682     "dlls/shdocvw/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/shdocvw/tests/Makefile" ;;
18683     "dlls/shell.dll16/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/shell.dll16/Makefile" ;;
18684     "dlls/shell32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/shell32/Makefile" ;;
18685     "dlls/shell32/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/shell32/tests/Makefile" ;;
18686     "dlls/shfolder/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/shfolder/Makefile" ;;
18687     "dlls/shlwapi/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/shlwapi/Makefile" ;;
18688     "dlls/shlwapi/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/shlwapi/tests/Makefile" ;;
18689     "dlls/slbcsp/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/slbcsp/Makefile" ;;
18690     "dlls/slc/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/slc/Makefile" ;;
18691     "dlls/snmpapi/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/snmpapi/Makefile" ;;
18692     "dlls/snmpapi/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/snmpapi/tests/Makefile" ;;
18693     "dlls/softpub/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/softpub/Makefile" ;;
18694     "dlls/sound.drv16/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/sound.drv16/Makefile" ;;
18695     "dlls/spoolss/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/spoolss/Makefile" ;;
18696     "dlls/spoolss/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/spoolss/tests/Makefile" ;;
18697     "dlls/stdole2.tlb/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/stdole2.tlb/Makefile" ;;
18698     "dlls/stdole32.tlb/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/stdole32.tlb/Makefile" ;;
18699     "dlls/sti/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/sti/Makefile" ;;
18700     "dlls/storage.dll16/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/storage.dll16/Makefile" ;;
18701     "dlls/stress.dll16/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/stress.dll16/Makefile" ;;
18702     "dlls/strmiids/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/strmiids/Makefile" ;;
18703     "dlls/svrapi/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/svrapi/Makefile" ;;
18704     "dlls/sxs/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/sxs/Makefile" ;;
18705     "dlls/t2embed/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/t2embed/Makefile" ;;
18706     "dlls/tapi32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/tapi32/Makefile" ;;
18707     "dlls/traffic/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/traffic/Makefile" ;;
18708     "dlls/twain.dll16/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/twain.dll16/Makefile" ;;
18709     "dlls/twain_32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/twain_32/Makefile" ;;
18710     "dlls/twain_32/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/twain_32/tests/Makefile" ;;
18711     "dlls/typelib.dll16/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/typelib.dll16/Makefile" ;;
18712     "dlls/unicows/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/unicows/Makefile" ;;
18713     "dlls/updspapi/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/updspapi/Makefile" ;;
18714     "dlls/url/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/url/Makefile" ;;
18715     "dlls/urlmon/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/urlmon/Makefile" ;;
18716     "dlls/urlmon/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/urlmon/tests/Makefile" ;;
18717     "dlls/user32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/user32/Makefile" ;;
18718     "dlls/user32/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/user32/tests/Makefile" ;;
18719     "dlls/userenv/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/userenv/Makefile" ;;
18720     "dlls/userenv/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/userenv/tests/Makefile" ;;
18721     "dlls/usp10/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/usp10/Makefile" ;;
18722     "dlls/usp10/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/usp10/tests/Makefile" ;;
18723     "dlls/uuid/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/uuid/Makefile" ;;
18724     "dlls/uxtheme/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/uxtheme/Makefile" ;;
18725     "dlls/uxtheme/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/uxtheme/tests/Makefile" ;;
18726     "dlls/vdhcp.vxd/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/vdhcp.vxd/Makefile" ;;
18727     "dlls/vdmdbg/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/vdmdbg/Makefile" ;;
18728     "dlls/version/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/version/Makefile" ;;
18729     "dlls/version/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/version/tests/Makefile" ;;
18730     "dlls/vmm.vxd/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/vmm.vxd/Makefile" ;;
18731     "dlls/vnbt.vxd/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/vnbt.vxd/Makefile" ;;
18732     "dlls/vnetbios.vxd/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/vnetbios.vxd/Makefile" ;;
18733     "dlls/vtdapi.vxd/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/vtdapi.vxd/Makefile" ;;
18734     "dlls/vwin32.vxd/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/vwin32.vxd/Makefile" ;;
18735     "dlls/w32skrnl/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/w32skrnl/Makefile" ;;
18736     "dlls/w32sys.dll16/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/w32sys.dll16/Makefile" ;;
18737     "dlls/wbemprox/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/wbemprox/Makefile" ;;
18738     "dlls/win32s16.dll16/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/win32s16.dll16/Makefile" ;;
18739     "dlls/win87em.dll16/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/win87em.dll16/Makefile" ;;
18740     "dlls/winaspi.dll16/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/winaspi.dll16/Makefile" ;;
18741     "dlls/windebug.dll16/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/windebug.dll16/Makefile" ;;
18742     "dlls/windowscodecs/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/windowscodecs/Makefile" ;;
18743     "dlls/windowscodecs/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/windowscodecs/tests/Makefile" ;;
18744     "dlls/winealsa.drv/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/winealsa.drv/Makefile" ;;
18745     "dlls/wineaudioio.drv/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/wineaudioio.drv/Makefile" ;;
18746     "dlls/winecoreaudio.drv/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/winecoreaudio.drv/Makefile" ;;
18747     "dlls/winecrt0/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/winecrt0/Makefile" ;;
18748     "dlls/wined3d/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/wined3d/Makefile" ;;
18749     "dlls/winedos/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/winedos/Makefile" ;;
18750     "dlls/wineesd.drv/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/wineesd.drv/Makefile" ;;
18751     "dlls/winejack.drv/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/winejack.drv/Makefile" ;;
18752     "dlls/winejoystick.drv/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/winejoystick.drv/Makefile" ;;
18753     "dlls/winemp3.acm/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/winemp3.acm/Makefile" ;;
18754     "dlls/winenas.drv/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/winenas.drv/Makefile" ;;
18755     "dlls/wineoss.drv/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/wineoss.drv/Makefile" ;;
18756     "dlls/wineps.drv/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/wineps.drv/Makefile" ;;
18757     "dlls/winequartz.drv/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/winequartz.drv/Makefile" ;;
18758     "dlls/winex11.drv/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/winex11.drv/Makefile" ;;
18759     "dlls/wing32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/wing32/Makefile" ;;
18760     "dlls/winhttp/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/winhttp/Makefile" ;;
18761     "dlls/winhttp/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/winhttp/tests/Makefile" ;;
18762     "dlls/wininet/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/wininet/Makefile" ;;
18763     "dlls/wininet/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/wininet/tests/Makefile" ;;
18764     "dlls/winmm/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/winmm/Makefile" ;;
18765     "dlls/winmm/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/winmm/tests/Makefile" ;;
18766     "dlls/winnls.dll16/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/winnls.dll16/Makefile" ;;
18767     "dlls/winnls32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/winnls32/Makefile" ;;
18768     "dlls/winscard/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/winscard/Makefile" ;;
18769     "dlls/winspool.drv/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/winspool.drv/Makefile" ;;
18770     "dlls/winspool.drv/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/winspool.drv/tests/Makefile" ;;
18771     "dlls/wintab.dll16/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/wintab.dll16/Makefile" ;;
18772     "dlls/wintab32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/wintab32/Makefile" ;;
18773     "dlls/wintab32/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/wintab32/tests/Makefile" ;;
18774     "dlls/wintrust/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/wintrust/Makefile" ;;
18775     "dlls/wintrust/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/wintrust/tests/Makefile" ;;
18776     "dlls/wldap32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/wldap32/Makefile" ;;
18777     "dlls/wldap32/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/wldap32/tests/Makefile" ;;
18778     "dlls/wmi/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/wmi/Makefile" ;;
18779     "dlls/wmiutils/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/wmiutils/Makefile" ;;
18780     "dlls/wnaspi32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/wnaspi32/Makefile" ;;
18781     "dlls/wow32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/wow32/Makefile" ;;
18782     "dlls/ws2_32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/ws2_32/Makefile" ;;
18783     "dlls/ws2_32/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/ws2_32/tests/Makefile" ;;
18784     "dlls/wsock32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/wsock32/Makefile" ;;
18785     "dlls/wtsapi32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/wtsapi32/Makefile" ;;
18786     "dlls/wuapi/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/wuapi/Makefile" ;;
18787     "dlls/xinput1_1/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/xinput1_1/Makefile" ;;
18788     "dlls/xinput1_2/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/xinput1_2/Makefile" ;;
18789     "dlls/xinput1_3/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/xinput1_3/Makefile" ;;
18790     "dlls/xinput1_3/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/xinput1_3/tests/Makefile" ;;
18791     "dlls/xinput9_1_0/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/xinput9_1_0/Makefile" ;;
18792     "dlls/xmllite/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/xmllite/Makefile" ;;
18793     "documentation/Makefile") CONFIG_FILES="$CONFIG_FILES documentation/Makefile" ;;
18794     "fonts/Makefile") CONFIG_FILES="$CONFIG_FILES fonts/Makefile" ;;
18795     "include/Makefile") CONFIG_FILES="$CONFIG_FILES include/Makefile" ;;
18796     "libs/Makefile") CONFIG_FILES="$CONFIG_FILES libs/Makefile" ;;
18797     "libs/port/Makefile") CONFIG_FILES="$CONFIG_FILES libs/port/Makefile" ;;
18798     "libs/wine/Makefile") CONFIG_FILES="$CONFIG_FILES libs/wine/Makefile" ;;
18799     "libs/wpp/Makefile") CONFIG_FILES="$CONFIG_FILES libs/wpp/Makefile" ;;
18800     "loader/Makefile") CONFIG_FILES="$CONFIG_FILES loader/Makefile" ;;
18801     "programs/Makefile") CONFIG_FILES="$CONFIG_FILES programs/Makefile" ;;
18802     "programs/cacls/Makefile") CONFIG_FILES="$CONFIG_FILES programs/cacls/Makefile" ;;
18803     "programs/clock/Makefile") CONFIG_FILES="$CONFIG_FILES programs/clock/Makefile" ;;
18804     "programs/cmd/Makefile") CONFIG_FILES="$CONFIG_FILES programs/cmd/Makefile" ;;
18805     "programs/cmdlgtst/Makefile") CONFIG_FILES="$CONFIG_FILES programs/cmdlgtst/Makefile" ;;
18806     "programs/control/Makefile") CONFIG_FILES="$CONFIG_FILES programs/control/Makefile" ;;
18807     "programs/eject/Makefile") CONFIG_FILES="$CONFIG_FILES programs/eject/Makefile" ;;
18808     "programs/expand/Makefile") CONFIG_FILES="$CONFIG_FILES programs/expand/Makefile" ;;
18809     "programs/explorer/Makefile") CONFIG_FILES="$CONFIG_FILES programs/explorer/Makefile" ;;
18810     "programs/hh/Makefile") CONFIG_FILES="$CONFIG_FILES programs/hh/Makefile" ;;
18811     "programs/icinfo/Makefile") CONFIG_FILES="$CONFIG_FILES programs/icinfo/Makefile" ;;
18812     "programs/iexplore/Makefile") CONFIG_FILES="$CONFIG_FILES programs/iexplore/Makefile" ;;
18813     "programs/lodctr/Makefile") CONFIG_FILES="$CONFIG_FILES programs/lodctr/Makefile" ;;
18814     "programs/msiexec/Makefile") CONFIG_FILES="$CONFIG_FILES programs/msiexec/Makefile" ;;
18815     "programs/net/Makefile") CONFIG_FILES="$CONFIG_FILES programs/net/Makefile" ;;
18816     "programs/notepad/Makefile") CONFIG_FILES="$CONFIG_FILES programs/notepad/Makefile" ;;
18817     "programs/oleview/Makefile") CONFIG_FILES="$CONFIG_FILES programs/oleview/Makefile" ;;
18818     "programs/progman/Makefile") CONFIG_FILES="$CONFIG_FILES programs/progman/Makefile" ;;
18819     "programs/reg/Makefile") CONFIG_FILES="$CONFIG_FILES programs/reg/Makefile" ;;
18820     "programs/regedit/Makefile") CONFIG_FILES="$CONFIG_FILES programs/regedit/Makefile" ;;
18821     "programs/regsvr32/Makefile") CONFIG_FILES="$CONFIG_FILES programs/regsvr32/Makefile" ;;
18822     "programs/rpcss/Makefile") CONFIG_FILES="$CONFIG_FILES programs/rpcss/Makefile" ;;
18823     "programs/rundll32/Makefile") CONFIG_FILES="$CONFIG_FILES programs/rundll32/Makefile" ;;
18824     "programs/secedit/Makefile") CONFIG_FILES="$CONFIG_FILES programs/secedit/Makefile" ;;
18825     "programs/services/Makefile") CONFIG_FILES="$CONFIG_FILES programs/services/Makefile" ;;
18826     "programs/spoolsv/Makefile") CONFIG_FILES="$CONFIG_FILES programs/spoolsv/Makefile" ;;
18827     "programs/start/Makefile") CONFIG_FILES="$CONFIG_FILES programs/start/Makefile" ;;
18828     "programs/svchost/Makefile") CONFIG_FILES="$CONFIG_FILES programs/svchost/Makefile" ;;
18829     "programs/taskmgr/Makefile") CONFIG_FILES="$CONFIG_FILES programs/taskmgr/Makefile" ;;
18830     "programs/termsv/Makefile") CONFIG_FILES="$CONFIG_FILES programs/termsv/Makefile" ;;
18831     "programs/uninstaller/Makefile") CONFIG_FILES="$CONFIG_FILES programs/uninstaller/Makefile" ;;
18832     "programs/unlodctr/Makefile") CONFIG_FILES="$CONFIG_FILES programs/unlodctr/Makefile" ;;
18833     "programs/view/Makefile") CONFIG_FILES="$CONFIG_FILES programs/view/Makefile" ;;
18834     "programs/wineboot/Makefile") CONFIG_FILES="$CONFIG_FILES programs/wineboot/Makefile" ;;
18835     "programs/winebrowser/Makefile") CONFIG_FILES="$CONFIG_FILES programs/winebrowser/Makefile" ;;
18836     "programs/winecfg/Makefile") CONFIG_FILES="$CONFIG_FILES programs/winecfg/Makefile" ;;
18837     "programs/wineconsole/Makefile") CONFIG_FILES="$CONFIG_FILES programs/wineconsole/Makefile" ;;
18838     "programs/winedbg/Makefile") CONFIG_FILES="$CONFIG_FILES programs/winedbg/Makefile" ;;
18839     "programs/winedevice/Makefile") CONFIG_FILES="$CONFIG_FILES programs/winedevice/Makefile" ;;
18840     "programs/winefile/Makefile") CONFIG_FILES="$CONFIG_FILES programs/winefile/Makefile" ;;
18841     "programs/winemenubuilder/Makefile") CONFIG_FILES="$CONFIG_FILES programs/winemenubuilder/Makefile" ;;
18842     "programs/winemine/Makefile") CONFIG_FILES="$CONFIG_FILES programs/winemine/Makefile" ;;
18843     "programs/winepath/Makefile") CONFIG_FILES="$CONFIG_FILES programs/winepath/Makefile" ;;
18844     "programs/winetest/Makefile") CONFIG_FILES="$CONFIG_FILES programs/winetest/Makefile" ;;
18845     "programs/winevdm/Makefile") CONFIG_FILES="$CONFIG_FILES programs/winevdm/Makefile" ;;
18846     "programs/winhelp.exe16/Makefile") CONFIG_FILES="$CONFIG_FILES programs/winhelp.exe16/Makefile" ;;
18847     "programs/winhlp32/Makefile") CONFIG_FILES="$CONFIG_FILES programs/winhlp32/Makefile" ;;
18848     "programs/winoldap.mod16/Makefile") CONFIG_FILES="$CONFIG_FILES programs/winoldap.mod16/Makefile" ;;
18849     "programs/winver/Makefile") CONFIG_FILES="$CONFIG_FILES programs/winver/Makefile" ;;
18850     "programs/wordpad/Makefile") CONFIG_FILES="$CONFIG_FILES programs/wordpad/Makefile" ;;
18851     "programs/write/Makefile") CONFIG_FILES="$CONFIG_FILES programs/write/Makefile" ;;
18852     "programs/xcopy/Makefile") CONFIG_FILES="$CONFIG_FILES programs/xcopy/Makefile" ;;
18853     "server/Makefile") CONFIG_FILES="$CONFIG_FILES server/Makefile" ;;
18854     "tools/Makefile") CONFIG_FILES="$CONFIG_FILES tools/Makefile" ;;
18855     "tools/widl/Makefile") CONFIG_FILES="$CONFIG_FILES tools/widl/Makefile" ;;
18856     "tools/winebuild/Makefile") CONFIG_FILES="$CONFIG_FILES tools/winebuild/Makefile" ;;
18857     "tools/winedump/Makefile") CONFIG_FILES="$CONFIG_FILES tools/winedump/Makefile" ;;
18858     "tools/winegcc/Makefile") CONFIG_FILES="$CONFIG_FILES tools/winegcc/Makefile" ;;
18859     "tools/wmc/Makefile") CONFIG_FILES="$CONFIG_FILES tools/wmc/Makefile" ;;
18860     "tools/wrc/Makefile") CONFIG_FILES="$CONFIG_FILES tools/wrc/Makefile" ;;
18861
18862   *) as_fn_error "invalid argument: \`$ac_config_target'" "$LINENO" 5;;
18863   esac
18864 done
18865
18866
18867 # If the user did not use the arguments to specify the items to instantiate,
18868 # then the envvar interface is used.  Set only those that are not.
18869 # We use the long form for the default assignment because of an extremely
18870 # bizarre bug on SunOS 4.1.3.
18871 if $ac_need_defaults; then
18872   test "${CONFIG_FILES+set}" = set || CONFIG_FILES=$config_files
18873   test "${CONFIG_HEADERS+set}" = set || CONFIG_HEADERS=$config_headers
18874   test "${CONFIG_COMMANDS+set}" = set || CONFIG_COMMANDS=$config_commands
18875 fi
18876
18877 # Have a temporary directory for convenience.  Make it in the build tree
18878 # simply because there is no reason against having it here, and in addition,
18879 # creating and moving files from /tmp can sometimes cause problems.
18880 # Hook for its removal unless debugging.
18881 # Note that there is a small window in which the directory will not be cleaned:
18882 # after its creation but before its name has been assigned to `$tmp'.
18883 $debug ||
18884 {
18885   tmp=
18886   trap 'exit_status=$?
18887   { test -z "$tmp" || test ! -d "$tmp" || rm -fr "$tmp"; } && exit $exit_status
18888 ' 0
18889   trap 'as_fn_exit 1' 1 2 13 15
18890 }
18891 # Create a (secure) tmp directory for tmp files.
18892
18893 {
18894   tmp=`(umask 077 && mktemp -d "./confXXXXXX") 2>/dev/null` &&
18895   test -n "$tmp" && test -d "$tmp"
18896 }  ||
18897 {
18898   tmp=./conf$$-$RANDOM
18899   (umask 077 && mkdir "$tmp")
18900 } || as_fn_error "cannot create a temporary directory in ." "$LINENO" 5
18901
18902 # Set up the scripts for CONFIG_FILES section.
18903 # No need to generate them if there are no CONFIG_FILES.
18904 # This happens for instance with `./config.status config.h'.
18905 if test -n "$CONFIG_FILES"; then
18906
18907 if $AWK 'BEGIN { getline <"/dev/null" }' </dev/null 2>/dev/null; then
18908   ac_cs_awk_getline=:
18909   ac_cs_awk_pipe_init=
18910   ac_cs_awk_read_file='
18911       while ((getline aline < (F[key])) > 0)
18912         print(aline)
18913       close(F[key])'
18914   ac_cs_awk_pipe_fini=
18915 else
18916   ac_cs_awk_getline=false
18917   ac_cs_awk_pipe_init="print \"cat <<'|#_!!_#|' &&\""
18918   ac_cs_awk_read_file='
18919       print "|#_!!_#|"
18920       print "cat " F[key] " &&"
18921       '$ac_cs_awk_pipe_init
18922   # The final `:' finishes the AND list.
18923   ac_cs_awk_pipe_fini='END { print "|#_!!_#|"; print ":" }'
18924 fi
18925 ac_cr=`echo X | tr X '\015'`
18926 # On cygwin, bash can eat \r inside `` if the user requested igncr.
18927 # But we know of no other shell where ac_cr would be empty at this
18928 # point, so we can use a bashism as a fallback.
18929 if test "x$ac_cr" = x; then
18930   eval ac_cr=\$\'\\r\'
18931 fi
18932 ac_cs_awk_cr=`$AWK 'BEGIN { print "a\rb" }' </dev/null 2>/dev/null`
18933 if test "$ac_cs_awk_cr" = "a${ac_cr}b"; then
18934   ac_cs_awk_cr='\r'
18935 else
18936   ac_cs_awk_cr=$ac_cr
18937 fi
18938
18939 echo 'BEGIN {' >"$tmp/subs1.awk" &&
18940 _ACEOF
18941
18942 # Create commands to substitute file output variables.
18943 {
18944   echo "cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1" &&
18945   echo 'cat >>"\$tmp/subs1.awk" <<\\_ACAWK &&' &&
18946   echo "$ac_subst_files" | sed 's/.*/F["&"]="$&"/' &&
18947   echo "_ACAWK" &&
18948   echo "_ACEOF"
18949 } >conf$$files.sh &&
18950 . ./conf$$files.sh ||
18951   as_fn_error "could not make $CONFIG_STATUS" "$LINENO" 5
18952 rm -f conf$$files.sh
18953
18954 {
18955   echo "cat >conf$$subs.awk <<_ACEOF" &&
18956   echo "$ac_subst_vars" | sed 's/.*/&!$&$ac_delim/' &&
18957   echo "_ACEOF"
18958 } >conf$$subs.sh ||
18959   as_fn_error "could not make $CONFIG_STATUS" "$LINENO" 5
18960 ac_delim_num=`echo "$ac_subst_vars" | grep -c '$'`
18961 ac_delim='%!_!# '
18962 for ac_last_try in false false false false false :; do
18963   . ./conf$$subs.sh ||
18964     as_fn_error "could not make $CONFIG_STATUS" "$LINENO" 5
18965
18966   ac_delim_n=`sed -n "s/.*$ac_delim\$/X/p" conf$$subs.awk | grep -c X`
18967   if test $ac_delim_n = $ac_delim_num; then
18968     break
18969   elif $ac_last_try; then
18970     as_fn_error "could not make $CONFIG_STATUS" "$LINENO" 5
18971   else
18972     ac_delim="$ac_delim!$ac_delim _$ac_delim!! "
18973   fi
18974 done
18975 rm -f conf$$subs.sh
18976
18977 cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1
18978 cat >>"\$tmp/subs1.awk" <<\\_ACAWK &&
18979 _ACEOF
18980 sed -n '
18981 h
18982 s/^/S["/; s/!.*/"]=/
18983 p
18984 g
18985 s/^[^!]*!//
18986 :repl
18987 t repl
18988 s/'"$ac_delim"'$//
18989 t delim
18990 :nl
18991 h
18992 s/\(.\{148\}\).*/\1/
18993 t more1
18994 s/["\\]/\\&/g; s/^/"/; s/$/\\n"\\/
18995 p
18996 n
18997 b repl
18998 :more1
18999 s/["\\]/\\&/g; s/^/"/; s/$/"\\/
19000 p
19001 g
19002 s/.\{148\}//
19003 t nl
19004 :delim
19005 h
19006 s/\(.\{148\}\).*/\1/
19007 t more2
19008 s/["\\]/\\&/g; s/^/"/; s/$/"/
19009 p
19010 b
19011 :more2
19012 s/["\\]/\\&/g; s/^/"/; s/$/"\\/
19013 p
19014 g
19015 s/.\{148\}//
19016 t delim
19017 ' <conf$$subs.awk | sed '
19018 /^[^""]/{
19019   N
19020   s/\n//
19021 }
19022 ' >>$CONFIG_STATUS || ac_write_fail=1
19023 rm -f conf$$subs.awk
19024 cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1
19025 _ACAWK
19026 cat >>"\$tmp/subs1.awk" <<_ACAWK &&
19027   for (key in S) S_is_set[key] = 1
19028   FS = "\a"
19029   \$ac_cs_awk_pipe_init
19030 }
19031 {
19032   line = $ 0
19033   nfields = split(line, field, "@")
19034   substed = 0
19035   len = length(field[1])
19036   for (i = 2; i < nfields; i++) {
19037     key = field[i]
19038     keylen = length(key)
19039     if (S_is_set[key]) {
19040       value = S[key]
19041       line = substr(line, 1, len) "" value "" substr(line, len + keylen + 3)
19042       len += length(value) + length(field[++i])
19043       substed = 1
19044     } else
19045       len += 1 + keylen
19046   }
19047   if (nfields == 3 && !substed) {
19048     key = field[2]
19049     if (F[key] != "" && line ~ /^[       ]*@.*@[         ]*$/) {
19050       \$ac_cs_awk_read_file
19051       next
19052     }
19053   }
19054   print line
19055 }
19056 \$ac_cs_awk_pipe_fini
19057 _ACAWK
19058 _ACEOF
19059 cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1
19060 if sed "s/$ac_cr//" < /dev/null > /dev/null 2>&1; then
19061   sed "s/$ac_cr\$//; s/$ac_cr/$ac_cs_awk_cr/g"
19062 else
19063   cat
19064 fi < "$tmp/subs1.awk" > "$tmp/subs.awk" \
19065   || as_fn_error "could not setup config files machinery" "$LINENO" 5
19066 _ACEOF
19067
19068 # VPATH may cause trouble with some makes, so we remove $(srcdir),
19069 # ${srcdir} and @srcdir@ from VPATH if srcdir is ".", strip leading and
19070 # trailing colons and then remove the whole line if VPATH becomes empty
19071 # (actually we leave an empty line to preserve line numbers).
19072 if test "x$srcdir" = x.; then
19073   ac_vpsub='/^[  ]*VPATH[        ]*=/{
19074 s/:*\$(srcdir):*/:/
19075 s/:*\${srcdir}:*/:/
19076 s/:*@srcdir@:*/:/
19077 s/^\([^=]*=[     ]*\):*/\1/
19078 s/:*$//
19079 s/^[^=]*=[       ]*$//
19080 }'
19081 fi
19082
19083 cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1
19084 fi # test -n "$CONFIG_FILES"
19085
19086 # Set up the scripts for CONFIG_HEADERS section.
19087 # No need to generate them if there are no CONFIG_HEADERS.
19088 # This happens for instance with `./config.status Makefile'.
19089 if test -n "$CONFIG_HEADERS"; then
19090 cat >"$tmp/defines.awk" <<\_ACAWK ||
19091 BEGIN {
19092 _ACEOF
19093
19094 # Transform confdefs.h into an awk script `defines.awk', embedded as
19095 # here-document in config.status, that substitutes the proper values into
19096 # config.h.in to produce config.h.
19097
19098 # Create a delimiter string that does not exist in confdefs.h, to ease
19099 # handling of long lines.
19100 ac_delim='%!_!# '
19101 for ac_last_try in false false :; do
19102   ac_t=`sed -n "/$ac_delim/p" confdefs.h`
19103   if test -z "$ac_t"; then
19104     break
19105   elif $ac_last_try; then
19106     as_fn_error "could not make $CONFIG_HEADERS" "$LINENO" 5
19107   else
19108     ac_delim="$ac_delim!$ac_delim _$ac_delim!! "
19109   fi
19110 done
19111
19112 # For the awk script, D is an array of macro values keyed by name,
19113 # likewise P contains macro parameters if any.  Preserve backslash
19114 # newline sequences.
19115
19116 ac_word_re=[_$as_cr_Letters][_$as_cr_alnum]*
19117 sed -n '
19118 s/.\{148\}/&'"$ac_delim"'/g
19119 t rset
19120 :rset
19121 s/^[     ]*#[    ]*define[       ][      ]*/ /
19122 t def
19123 d
19124 :def
19125 s/\\$//
19126 t bsnl
19127 s/["\\]/\\&/g
19128 s/^ \('"$ac_word_re"'\)\(([^()]*)\)[     ]*\(.*\)/P["\1"]="\2"\
19129 D["\1"]=" \3"/p
19130 s/^ \('"$ac_word_re"'\)[         ]*\(.*\)/D["\1"]=" \2"/p
19131 d
19132 :bsnl
19133 s/["\\]/\\&/g
19134 s/^ \('"$ac_word_re"'\)\(([^()]*)\)[     ]*\(.*\)/P["\1"]="\2"\
19135 D["\1"]=" \3\\\\\\n"\\/p
19136 t cont
19137 s/^ \('"$ac_word_re"'\)[         ]*\(.*\)/D["\1"]=" \2\\\\\\n"\\/p
19138 t cont
19139 d
19140 :cont
19141 n
19142 s/.\{148\}/&'"$ac_delim"'/g
19143 t clear
19144 :clear
19145 s/\\$//
19146 t bsnlc
19147 s/["\\]/\\&/g; s/^/"/; s/$/"/p
19148 d
19149 :bsnlc
19150 s/["\\]/\\&/g; s/^/"/; s/$/\\\\\\n"\\/p
19151 b cont
19152 ' <confdefs.h | sed '
19153 s/'"$ac_delim"'/"\\\
19154 "/g' >>$CONFIG_STATUS || ac_write_fail=1
19155
19156 cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1
19157   for (key in D) D_is_set[key] = 1
19158   FS = "\a"
19159 }
19160 /^[\t ]*#[\t ]*(define|undef)[\t ]+$ac_word_re([\t (]|\$)/ {
19161   line = \$ 0
19162   split(line, arg, " ")
19163   if (arg[1] == "#") {
19164     defundef = arg[2]
19165     mac1 = arg[3]
19166   } else {
19167     defundef = substr(arg[1], 2)
19168     mac1 = arg[2]
19169   }
19170   split(mac1, mac2, "(") #)
19171   macro = mac2[1]
19172   prefix = substr(line, 1, index(line, defundef) - 1)
19173   if (D_is_set[macro]) {
19174     # Preserve the white space surrounding the "#".
19175     print prefix "define", macro P[macro] D[macro]
19176     next
19177   } else {
19178     # Replace #undef with comments.  This is necessary, for example,
19179     # in the case of _POSIX_SOURCE, which is predefined and required
19180     # on some systems where configure will not decide to define it.
19181     if (defundef == "undef") {
19182       print "/*", prefix defundef, macro, "*/"
19183       next
19184     }
19185   }
19186 }
19187 { print }
19188 _ACAWK
19189 _ACEOF
19190 cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1
19191   as_fn_error "could not setup config headers machinery" "$LINENO" 5
19192 fi # test -n "$CONFIG_HEADERS"
19193
19194
19195 eval set X "  :F $CONFIG_FILES  :H $CONFIG_HEADERS    :C $CONFIG_COMMANDS"
19196 shift
19197 for ac_tag
19198 do
19199   case $ac_tag in
19200   :[FHLC]) ac_mode=$ac_tag; continue;;
19201   esac
19202   case $ac_mode$ac_tag in
19203   :[FHL]*:*);;
19204   :L* | :C*:*) as_fn_error "invalid tag \`$ac_tag'" "$LINENO" 5;;
19205   :[FH]-) ac_tag=-:-;;
19206   :[FH]*) ac_tag=$ac_tag:$ac_tag.in;;
19207   esac
19208   ac_save_IFS=$IFS
19209   IFS=:
19210   set x $ac_tag
19211   IFS=$ac_save_IFS
19212   shift
19213   ac_file=$1
19214   shift
19215
19216   case $ac_mode in
19217   :L) ac_source=$1;;
19218   :[FH])
19219     ac_file_inputs=
19220     for ac_f
19221     do
19222       case $ac_f in
19223       -) ac_f="$tmp/stdin";;
19224       *) # Look for the file first in the build tree, then in the source tree
19225          # (if the path is not absolute).  The absolute path cannot be DOS-style,
19226          # because $ac_f cannot contain `:'.
19227          test -f "$ac_f" ||
19228            case $ac_f in
19229            [\\/$]*) false;;
19230            *) test -f "$srcdir/$ac_f" && ac_f="$srcdir/$ac_f";;
19231            esac ||
19232            as_fn_error "cannot find input file: \`$ac_f'" "$LINENO" 5;;
19233       esac
19234       case $ac_f in *\'*) ac_f=`$as_echo "$ac_f" | sed "s/'/'\\\\\\\\''/g"`;; esac
19235       as_fn_append ac_file_inputs " '$ac_f'"
19236     done
19237
19238     # Let's still pretend it is `configure' which instantiates (i.e., don't
19239     # use $as_me), people would be surprised to read:
19240     #    /* config.h.  Generated by config.status.  */
19241     configure_input='Generated from '`
19242           $as_echo "$*" | sed 's|^[^:]*/||;s|:[^:]*/|, |g'
19243         `' by configure.'
19244     if test x"$ac_file" != x-; then
19245       configure_input="$ac_file.  $configure_input"
19246       { $as_echo "$as_me:${as_lineno-$LINENO}: creating $ac_file" >&5
19247 $as_echo "$as_me: creating $ac_file" >&6;}
19248     fi
19249     # Neutralize special characters interpreted by sed in replacement strings.
19250     case $configure_input in #(
19251     *\&* | *\|* | *\\* )
19252        ac_sed_conf_input=`$as_echo "$configure_input" |
19253        sed 's/[\\\\&|]/\\\\&/g'`;; #(
19254     *) ac_sed_conf_input=$configure_input;;
19255     esac
19256
19257     case $ac_tag in
19258     *:-:* | *:-) cat >"$tmp/stdin" \
19259       || as_fn_error "could not create $ac_file" "$LINENO" 5 ;;
19260     esac
19261     ;;
19262   esac
19263
19264   ac_dir=`$as_dirname -- "$ac_file" ||
19265 $as_expr X"$ac_file" : 'X\(.*[^/]\)//*[^/][^/]*/*$' \| \
19266          X"$ac_file" : 'X\(//\)[^/]' \| \
19267          X"$ac_file" : 'X\(//\)$' \| \
19268          X"$ac_file" : 'X\(/\)' \| . 2>/dev/null ||
19269 $as_echo X"$ac_file" |
19270     sed '/^X\(.*[^/]\)\/\/*[^/][^/]*\/*$/{
19271             s//\1/
19272             q
19273           }
19274           /^X\(\/\/\)[^/].*/{
19275             s//\1/
19276             q
19277           }
19278           /^X\(\/\/\)$/{
19279             s//\1/
19280             q
19281           }
19282           /^X\(\/\).*/{
19283             s//\1/
19284             q
19285           }
19286           s/.*/./; q'`
19287   as_dir="$ac_dir"; as_fn_mkdir_p
19288   ac_builddir=.
19289
19290 case "$ac_dir" in
19291 .) ac_dir_suffix= ac_top_builddir_sub=. ac_top_build_prefix= ;;
19292 *)
19293   ac_dir_suffix=/`$as_echo "$ac_dir" | sed 's|^\.[\\/]||'`
19294   # A ".." for each directory in $ac_dir_suffix.
19295   ac_top_builddir_sub=`$as_echo "$ac_dir_suffix" | sed 's|/[^\\/]*|/..|g;s|/||'`
19296   case $ac_top_builddir_sub in
19297   "") ac_top_builddir_sub=. ac_top_build_prefix= ;;
19298   *)  ac_top_build_prefix=$ac_top_builddir_sub/ ;;
19299   esac ;;
19300 esac
19301 ac_abs_top_builddir=$ac_pwd
19302 ac_abs_builddir=$ac_pwd$ac_dir_suffix
19303 # for backward compatibility:
19304 ac_top_builddir=$ac_top_build_prefix
19305
19306 case $srcdir in
19307   .)  # We are building in place.
19308     ac_srcdir=.
19309     ac_top_srcdir=$ac_top_builddir_sub
19310     ac_abs_top_srcdir=$ac_pwd ;;
19311   [\\/]* | ?:[\\/]* )  # Absolute name.
19312     ac_srcdir=$srcdir$ac_dir_suffix;
19313     ac_top_srcdir=$srcdir
19314     ac_abs_top_srcdir=$srcdir ;;
19315   *) # Relative name.
19316     ac_srcdir=$ac_top_build_prefix$srcdir$ac_dir_suffix
19317     ac_top_srcdir=$ac_top_build_prefix$srcdir
19318     ac_abs_top_srcdir=$ac_pwd/$srcdir ;;
19319 esac
19320 ac_abs_srcdir=$ac_abs_top_srcdir$ac_dir_suffix
19321
19322
19323   case $ac_mode in
19324   :F)
19325   #
19326   # CONFIG_FILE
19327   #
19328
19329   case $INSTALL in
19330   [\\/$]* | ?:[\\/]* ) ac_INSTALL=$INSTALL ;;
19331   *) ac_INSTALL=$ac_top_build_prefix$INSTALL ;;
19332   esac
19333 _ACEOF
19334
19335 cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1
19336 # If the template does not know about datarootdir, expand it.
19337 # FIXME: This hack should be removed a few years after 2.60.
19338 ac_datarootdir_hack=; ac_datarootdir_seen=
19339 ac_sed_dataroot='
19340 /datarootdir/ {
19341   p
19342   q
19343 }
19344 /@datadir@/p
19345 /@docdir@/p
19346 /@infodir@/p
19347 /@localedir@/p
19348 /@mandir@/p'
19349 case `eval "sed -n \"\$ac_sed_dataroot\" $ac_file_inputs"` in
19350 *datarootdir*) ac_datarootdir_seen=yes;;
19351 *@datadir@*|*@docdir@*|*@infodir@*|*@localedir@*|*@mandir@*)
19352   { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: $ac_file_inputs seems to ignore the --datarootdir setting" >&5
19353 $as_echo "$as_me: WARNING: $ac_file_inputs seems to ignore the --datarootdir setting" >&2;}
19354 _ACEOF
19355 cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1
19356   ac_datarootdir_hack='
19357   s&@datadir@&$datadir&g
19358   s&@docdir@&$docdir&g
19359   s&@infodir@&$infodir&g
19360   s&@localedir@&$localedir&g
19361   s&@mandir@&$mandir&g
19362   s&\\\${datarootdir}&$datarootdir&g' ;;
19363 esac
19364 _ACEOF
19365
19366 # Neutralize VPATH when `$srcdir' = `.'.
19367 # Shell code in configure.ac might set extrasub.
19368 # FIXME: do we really want to maintain this feature?
19369 cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1
19370 ac_sed_extra="$ac_vpsub
19371 $extrasub
19372 _ACEOF
19373 cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1
19374 :t
19375 /@[a-zA-Z_][a-zA-Z_0-9]*@/!b
19376 s|@configure_input@|$ac_sed_conf_input|;t t
19377 s&@top_builddir@&$ac_top_builddir_sub&;t t
19378 s&@top_build_prefix@&$ac_top_build_prefix&;t t
19379 s&@srcdir@&$ac_srcdir&;t t
19380 s&@abs_srcdir@&$ac_abs_srcdir&;t t
19381 s&@top_srcdir@&$ac_top_srcdir&;t t
19382 s&@abs_top_srcdir@&$ac_abs_top_srcdir&;t t
19383 s&@builddir@&$ac_builddir&;t t
19384 s&@abs_builddir@&$ac_abs_builddir&;t t
19385 s&@abs_top_builddir@&$ac_abs_top_builddir&;t t
19386 s&@INSTALL@&$ac_INSTALL&;t t
19387 $ac_datarootdir_hack
19388 "
19389 eval sed \"\$ac_sed_extra\" "$ac_file_inputs" |
19390 if $ac_cs_awk_getline; then
19391   $AWK -f "$tmp/subs.awk"
19392 else
19393   $AWK -f "$tmp/subs.awk" | $SHELL
19394 fi >$tmp/out \
19395   || as_fn_error "could not create $ac_file" "$LINENO" 5
19396
19397 test -z "$ac_datarootdir_hack$ac_datarootdir_seen" &&
19398   { ac_out=`sed -n '/\${datarootdir}/p' "$tmp/out"`; test -n "$ac_out"; } &&
19399   { ac_out=`sed -n '/^[  ]*datarootdir[  ]*:*=/p' "$tmp/out"`; test -z "$ac_out"; } &&
19400   { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: $ac_file contains a reference to the variable \`datarootdir'
19401 which seems to be undefined.  Please make sure it is defined." >&5
19402 $as_echo "$as_me: WARNING: $ac_file contains a reference to the variable \`datarootdir'
19403 which seems to be undefined.  Please make sure it is defined." >&2;}
19404
19405   rm -f "$tmp/stdin"
19406   case $ac_file in
19407   -) cat "$tmp/out" && rm -f "$tmp/out";;
19408   *) rm -f "$ac_file" && mv "$tmp/out" "$ac_file";;
19409   esac \
19410   || as_fn_error "could not create $ac_file" "$LINENO" 5
19411  ;;
19412   :H)
19413   #
19414   # CONFIG_HEADER
19415   #
19416   if test x"$ac_file" != x-; then
19417     {
19418       $as_echo "/* $configure_input  */" \
19419       && eval '$AWK -f "$tmp/defines.awk"' "$ac_file_inputs"
19420     } >"$tmp/config.h" \
19421       || as_fn_error "could not create $ac_file" "$LINENO" 5
19422     if diff "$ac_file" "$tmp/config.h" >/dev/null 2>&1; then
19423       { $as_echo "$as_me:${as_lineno-$LINENO}: $ac_file is unchanged" >&5
19424 $as_echo "$as_me: $ac_file is unchanged" >&6;}
19425     else
19426       rm -f "$ac_file"
19427       mv "$tmp/config.h" "$ac_file" \
19428         || as_fn_error "could not create $ac_file" "$LINENO" 5
19429     fi
19430   else
19431     $as_echo "/* $configure_input  */" \
19432       && eval '$AWK -f "$tmp/defines.awk"' "$ac_file_inputs" \
19433       || as_fn_error "could not create -" "$LINENO" 5
19434   fi
19435  ;;
19436
19437   :C)  { $as_echo "$as_me:${as_lineno-$LINENO}: executing $ac_file commands" >&5
19438 $as_echo "$as_me: executing $ac_file commands" >&6;}
19439  ;;
19440   esac
19441
19442
19443   case $ac_file$ac_mode in
19444     "include/stamp-h":C) echo timestamp > include/stamp-h ;;
19445     "dlls/gdi32/enhmfdrv":C) test -d "dlls/gdi32/enhmfdrv" || ({ $as_echo "$as_me:${as_lineno-$LINENO}: creating dlls/gdi32/enhmfdrv" >&5
19446 $as_echo "$as_me: creating dlls/gdi32/enhmfdrv" >&6;} && mkdir "dlls/gdi32/enhmfdrv") ;;
19447     "dlls/gdi32/mfdrv":C) test -d "dlls/gdi32/mfdrv" || ({ $as_echo "$as_me:${as_lineno-$LINENO}: creating dlls/gdi32/mfdrv" >&5
19448 $as_echo "$as_me: creating dlls/gdi32/mfdrv" >&6;} && mkdir "dlls/gdi32/mfdrv") ;;
19449     "dlls/kernel32/nls":C) test -d "dlls/kernel32/nls" || ({ $as_echo "$as_me:${as_lineno-$LINENO}: creating dlls/kernel32/nls" >&5
19450 $as_echo "$as_me: creating dlls/kernel32/nls" >&6;} && mkdir "dlls/kernel32/nls") ;;
19451     "dlls/user32/resources":C) test -d "dlls/user32/resources" || ({ $as_echo "$as_me:${as_lineno-$LINENO}: creating dlls/user32/resources" >&5
19452 $as_echo "$as_me: creating dlls/user32/resources" >&6;} && mkdir "dlls/user32/resources") ;;
19453     "dlls/wineps.drv/data":C) test -d "dlls/wineps.drv/data" || ({ $as_echo "$as_me:${as_lineno-$LINENO}: creating dlls/wineps.drv/data" >&5
19454 $as_echo "$as_me: creating dlls/wineps.drv/data" >&6;} && mkdir "dlls/wineps.drv/data") ;;
19455     "include/wine":C) test -d "include/wine" || ({ $as_echo "$as_me:${as_lineno-$LINENO}: creating include/wine" >&5
19456 $as_echo "$as_me: creating include/wine" >&6;} && mkdir "include/wine") ;;
19457
19458   esac
19459 done # for ac_tag
19460
19461
19462 as_fn_exit 0
19463 _ACEOF
19464 ac_clean_files=$ac_clean_files_save
19465
19466 test $ac_write_fail = 0 ||
19467   as_fn_error "write failure creating $CONFIG_STATUS" "$LINENO" 5
19468
19469
19470 # configure is writing to config.log, and then calls config.status.
19471 # config.status does its own redirection, appending to config.log.
19472 # Unfortunately, on DOS this fails, as config.log is still kept open
19473 # by configure, so config.status won't be able to write to it; its
19474 # output is simply discarded.  So we exec the FD to /dev/null,
19475 # effectively closing config.log, so it can be properly (re)opened and
19476 # appended to by config.status.  When coming back to configure, we
19477 # need to make the FD available again.
19478 if test "$no_create" != yes; then
19479   ac_cs_success=:
19480   ac_config_status_args=
19481   test "$silent" = yes &&
19482     ac_config_status_args="$ac_config_status_args --quiet"
19483   exec 5>/dev/null
19484   $SHELL $CONFIG_STATUS $ac_config_status_args || ac_cs_success=false
19485   exec 5>>config.log
19486   # Use ||, not &&, to avoid exiting from the if with $? = 1, which
19487   # would make configure fail if this is the last instruction.
19488   $ac_cs_success || as_fn_exit $?
19489 fi
19490 if test -n "$ac_unrecognized_opts" && test "$enable_option_checking" != no; then
19491   { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: unrecognized options: $ac_unrecognized_opts" >&5
19492 $as_echo "$as_me: WARNING: unrecognized options: $ac_unrecognized_opts" >&2;}
19493 fi
19494
19495
19496 if test "$no_create" = "yes"
19497 then
19498   exit 0
19499 fi
19500
19501 ac_save_IFS="$IFS"
19502 if test "x$wine_notices != "x; then
19503     echo >&6
19504     IFS="|"
19505     for msg in $wine_notices; do
19506         IFS="$ac_save_IFS"
19507         if test -n "$msg"; then
19508             { $as_echo "$as_me:${as_lineno-$LINENO}: $msg" >&5
19509 $as_echo "$as_me: $msg" >&6;}
19510         fi
19511     done
19512 fi
19513 IFS="|"
19514 for msg in $wine_warnings; do
19515     IFS="$ac_save_IFS"
19516     if test -n "$msg"; then
19517         echo >&2
19518         { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: $msg" >&5
19519 $as_echo "$as_me: WARNING: $msg" >&2;}
19520     fi
19521 done
19522 IFS="$ac_save_IFS"
19523
19524 echo "
19525 $as_me: Finished.  Do '${ac_make} depend && ${ac_make}' to compile Wine.
19526 " >&6
19527