oleaut32: Fix size of memory allocated for byrefs in VARIANT_UserMarshal.
[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.33.
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.33'
553 PACKAGE_STRING='Wine 1.1.33'
554 PACKAGE_BUGREPORT='wine-devel@winehq.org'
555 PACKAGE_URL='http://www.winehq.org'
556
557 ac_unique_file="server/atom.c"
558 # Factoring default headers for most tests.
559 ac_includes_default="\
560 #include <stdio.h>
561 #ifdef HAVE_SYS_TYPES_H
562 # include <sys/types.h>
563 #endif
564 #ifdef HAVE_SYS_STAT_H
565 # include <sys/stat.h>
566 #endif
567 #ifdef STDC_HEADERS
568 # include <stdlib.h>
569 # include <stddef.h>
570 #else
571 # ifdef HAVE_STDLIB_H
572 #  include <stdlib.h>
573 # endif
574 #endif
575 #ifdef HAVE_STRING_H
576 # if !defined STDC_HEADERS && defined HAVE_MEMORY_H
577 #  include <memory.h>
578 # endif
579 # include <string.h>
580 #endif
581 #ifdef HAVE_STRINGS_H
582 # include <strings.h>
583 #endif
584 #ifdef HAVE_INTTYPES_H
585 # include <inttypes.h>
586 #endif
587 #ifdef HAVE_STDINT_H
588 # include <stdint.h>
589 #endif
590 #ifdef HAVE_UNISTD_H
591 # include <unistd.h>
592 #endif"
593
594 ac_subst_vars='LTLIBOBJS
595 LIBOBJS
596 ALL_WINETEST_DEPENDS
597 ALL_PROGRAM_BIN_INSTALL_DIRS
598 ALL_PROGRAM_INSTALL_DIRS
599 ALL_PROGRAM_DIRS
600 ALL_TEST_DIRS
601 ALL_IMPLIB_DIRS
602 ALL_DLL_DIRS
603 ALL_TOP_DIRS
604 ALL_MAKEFILE_DEPENDS
605 ALL_MAKEFILES
606 ALL_MAKERULES
607 DEPENDENCIES
608 LDAPLIBS
609 LIBPOLL
610 LIBDL
611 EXTRA_BINARIES
612 MAIN_BINARY
613 SOCKETLIBS
614 CRTLIBS
615 TOOLSEXT
616 LDPATH
617 BUILTINFLAG
618 EXTRACFLAGS
619 LIBKSTAT
620 LIBMPG123
621 PNGINCL
622 FONTCONFIGINCL
623 CUPSINCL
624 AUDIOIOLIBS
625 ALSALIBS
626 ESDLIBS
627 ESDINCL
628 ESDCONFIG
629 ZLIB
630 FREETYPEINCL
631 FREETYPELIBS
632 ft_devel
633 LCMSLIBS
634 RESOLVLIBS
635 GPHOTO2INCL
636 GPHOTO2LIBS
637 gphoto2port_devel
638 gphoto2_devel
639 SANEINCL
640 sane_devel
641 GNUTLSINCL
642 HALINCL
643 XSLTINCL
644 XML2INCL
645 XML2LIBS
646 NASLIBS
647 X_EXTRA_LIBS
648 X_LIBS
649 X_PRE_LIBS
650 X_CFLAGS
651 XMKMF
652 LIBPTHREAD
653 CROSSTARGETFLAGS
654 CROSSTEST
655 CROSSCC
656 CARBONLIB
657 LIBOPENAL
658 COREAUDIO
659 DISKARBITRATIONLIB
660 LDEXECFLAGS
661 IOKITLIB
662 COREFOUNDATIONLIB
663 SECURITYLIB
664 MINGWAR
665 DLLWRAP
666 DLLTOOL
667 LDD
668 LDRPATH_LOCAL
669 LDRPATH_INSTALL
670 IMPLIBEXT
671 LIBEXT
672 LDDLLFLAGS
673 LDSHARED
674 DLLFLAGS
675 DLLEXT
676 CPP
677 OPENGL_LIBS
678 XLIB
679 PRELINK
680 ICOTOOL
681 RSVG
682 PKG_CONFIG
683 FONTFORGE
684 LINTFLAGS
685 LINT
686 INSTALL_DATA
687 INSTALL_SCRIPT
688 INSTALL_PROGRAM
689 LDCONFIG
690 EGREP
691 GREP
692 LN
693 LN_S
694 STRIP
695 RANLIB
696 ARFLAGS
697 ac_ct_AR
698 AR
699 BISON
700 FLEX
701 TOOLSDIR
702 WOW64_DISABLE
703 WIN16_INSTALL
704 WIN16_FILES
705 TARGETFLAGS
706 CPPBIN
707 ac_ct_CXX
708 CXXFLAGS
709 CXX
710 OBJEXT
711 EXEEXT
712 ac_ct_CC
713 CPPFLAGS
714 LDFLAGS
715 CFLAGS
716 CC
717 SET_MAKE
718 host_os
719 host_vendor
720 host_cpu
721 host
722 build_os
723 build_vendor
724 build_cpu
725 build
726 MAINTAINER_MODE
727 target_alias
728 host_alias
729 build_alias
730 LIBS
731 ECHO_T
732 ECHO_N
733 ECHO_C
734 DEFS
735 mandir
736 localedir
737 libdir
738 psdir
739 pdfdir
740 dvidir
741 htmldir
742 infodir
743 docdir
744 oldincludedir
745 includedir
746 localstatedir
747 sharedstatedir
748 sysconfdir
749 datadir
750 datarootdir
751 libexecdir
752 sbindir
753 bindir
754 program_transform_name
755 prefix
756 exec_prefix
757 PACKAGE_URL
758 PACKAGE_BUGREPORT
759 PACKAGE_STRING
760 PACKAGE_VERSION
761 PACKAGE_TARNAME
762 PACKAGE_NAME
763 PATH_SEPARATOR
764 SHELL'
765 ac_subst_files='MAKE_RULES
766 MAKE_DLL_RULES
767 MAKE_IMPLIB_RULES
768 MAKE_TEST_RULES
769 MAKE_PROG_RULES'
770 ac_user_opts='
771 enable_option_checking
772 enable_win16
773 enable_win64
774 enable_tests
775 enable_maintainer_mode
776 with_alsa
777 with_audioio
778 with_capi
779 with_cms
780 with_coreaudio
781 with_cups
782 with_curses
783 with_esd
784 with_fontconfig
785 with_freetype
786 with_gphoto
787 with_glu
788 with_gnutls
789 with_gsm
790 with_hal
791 with_jack
792 with_jpeg
793 with_ldap
794 with_mpg123
795 with_nas
796 with_openal
797 with_opengl
798 with_openssl
799 with_oss
800 with_png
801 with_pthread
802 with_sane
803 with_xcomposite
804 with_xcursor
805 with_xinerama
806 with_xinput
807 with_xml
808 with_xrandr
809 with_xrender
810 with_xshape
811 with_xshm
812 with_xslt
813 with_xxf86vm
814 with_wine_tools
815 with_wine64
816 enable_largefile
817 with_x
818 '
819       ac_precious_vars='build_alias
820 host_alias
821 target_alias
822 CC
823 CFLAGS
824 LDFLAGS
825 LIBS
826 CPPFLAGS
827 CXX
828 CXXFLAGS
829 CCC
830 CPP
831 XMKMF'
832
833
834 # Initialize some variables set by options.
835 ac_init_help=
836 ac_init_version=false
837 ac_unrecognized_opts=
838 ac_unrecognized_sep=
839 # The variables have the same names as the options, with
840 # dashes changed to underlines.
841 cache_file=/dev/null
842 exec_prefix=NONE
843 no_create=
844 no_recursion=
845 prefix=NONE
846 program_prefix=NONE
847 program_suffix=NONE
848 program_transform_name=s,x,x,
849 silent=
850 site=
851 srcdir=
852 verbose=
853 x_includes=NONE
854 x_libraries=NONE
855
856 # Installation directory options.
857 # These are left unexpanded so users can "make install exec_prefix=/foo"
858 # and all the variables that are supposed to be based on exec_prefix
859 # by default will actually change.
860 # Use braces instead of parens because sh, perl, etc. also accept them.
861 # (The list follows the same order as the GNU Coding Standards.)
862 bindir='${exec_prefix}/bin'
863 sbindir='${exec_prefix}/sbin'
864 libexecdir='${exec_prefix}/libexec'
865 datarootdir='${prefix}/share'
866 datadir='${datarootdir}'
867 sysconfdir='${prefix}/etc'
868 sharedstatedir='${prefix}/com'
869 localstatedir='${prefix}/var'
870 includedir='${prefix}/include'
871 oldincludedir='/usr/include'
872 docdir='${datarootdir}/doc/${PACKAGE_TARNAME}'
873 infodir='${datarootdir}/info'
874 htmldir='${docdir}'
875 dvidir='${docdir}'
876 pdfdir='${docdir}'
877 psdir='${docdir}'
878 libdir='${exec_prefix}/lib'
879 localedir='${datarootdir}/locale'
880 mandir='${datarootdir}/man'
881
882 ac_prev=
883 ac_dashdash=
884 for ac_option
885 do
886   # If the previous option needs an argument, assign it.
887   if test -n "$ac_prev"; then
888     eval $ac_prev=\$ac_option
889     ac_prev=
890     continue
891   fi
892
893   case $ac_option in
894   *=*)  ac_optarg=`expr "X$ac_option" : '[^=]*=\(.*\)'` ;;
895   *)    ac_optarg=yes ;;
896   esac
897
898   # Accept the important Cygnus configure options, so we can diagnose typos.
899
900   case $ac_dashdash$ac_option in
901   --)
902     ac_dashdash=yes ;;
903
904   -bindir | --bindir | --bindi | --bind | --bin | --bi)
905     ac_prev=bindir ;;
906   -bindir=* | --bindir=* | --bindi=* | --bind=* | --bin=* | --bi=*)
907     bindir=$ac_optarg ;;
908
909   -build | --build | --buil | --bui | --bu)
910     ac_prev=build_alias ;;
911   -build=* | --build=* | --buil=* | --bui=* | --bu=*)
912     build_alias=$ac_optarg ;;
913
914   -cache-file | --cache-file | --cache-fil | --cache-fi \
915   | --cache-f | --cache- | --cache | --cach | --cac | --ca | --c)
916     ac_prev=cache_file ;;
917   -cache-file=* | --cache-file=* | --cache-fil=* | --cache-fi=* \
918   | --cache-f=* | --cache-=* | --cache=* | --cach=* | --cac=* | --ca=* | --c=*)
919     cache_file=$ac_optarg ;;
920
921   --config-cache | -C)
922     cache_file=config.cache ;;
923
924   -datadir | --datadir | --datadi | --datad)
925     ac_prev=datadir ;;
926   -datadir=* | --datadir=* | --datadi=* | --datad=*)
927     datadir=$ac_optarg ;;
928
929   -datarootdir | --datarootdir | --datarootdi | --datarootd | --dataroot \
930   | --dataroo | --dataro | --datar)
931     ac_prev=datarootdir ;;
932   -datarootdir=* | --datarootdir=* | --datarootdi=* | --datarootd=* \
933   | --dataroot=* | --dataroo=* | --dataro=* | --datar=*)
934     datarootdir=$ac_optarg ;;
935
936   -disable-* | --disable-*)
937     ac_useropt=`expr "x$ac_option" : 'x-*disable-\(.*\)'`
938     # Reject names that are not valid shell variable names.
939     expr "x$ac_useropt" : ".*[^-+._$as_cr_alnum]" >/dev/null &&
940       as_fn_error "invalid feature name: $ac_useropt"
941     ac_useropt_orig=$ac_useropt
942     ac_useropt=`$as_echo "$ac_useropt" | sed 's/[-+.]/_/g'`
943     case $ac_user_opts in
944       *"
945 "enable_$ac_useropt"
946 "*) ;;
947       *) ac_unrecognized_opts="$ac_unrecognized_opts$ac_unrecognized_sep--disable-$ac_useropt_orig"
948          ac_unrecognized_sep=', ';;
949     esac
950     eval enable_$ac_useropt=no ;;
951
952   -docdir | --docdir | --docdi | --doc | --do)
953     ac_prev=docdir ;;
954   -docdir=* | --docdir=* | --docdi=* | --doc=* | --do=*)
955     docdir=$ac_optarg ;;
956
957   -dvidir | --dvidir | --dvidi | --dvid | --dvi | --dv)
958     ac_prev=dvidir ;;
959   -dvidir=* | --dvidir=* | --dvidi=* | --dvid=* | --dvi=* | --dv=*)
960     dvidir=$ac_optarg ;;
961
962   -enable-* | --enable-*)
963     ac_useropt=`expr "x$ac_option" : 'x-*enable-\([^=]*\)'`
964     # Reject names that are not valid shell variable names.
965     expr "x$ac_useropt" : ".*[^-+._$as_cr_alnum]" >/dev/null &&
966       as_fn_error "invalid feature name: $ac_useropt"
967     ac_useropt_orig=$ac_useropt
968     ac_useropt=`$as_echo "$ac_useropt" | sed 's/[-+.]/_/g'`
969     case $ac_user_opts in
970       *"
971 "enable_$ac_useropt"
972 "*) ;;
973       *) ac_unrecognized_opts="$ac_unrecognized_opts$ac_unrecognized_sep--enable-$ac_useropt_orig"
974          ac_unrecognized_sep=', ';;
975     esac
976     eval enable_$ac_useropt=\$ac_optarg ;;
977
978   -exec-prefix | --exec_prefix | --exec-prefix | --exec-prefi \
979   | --exec-pref | --exec-pre | --exec-pr | --exec-p | --exec- \
980   | --exec | --exe | --ex)
981     ac_prev=exec_prefix ;;
982   -exec-prefix=* | --exec_prefix=* | --exec-prefix=* | --exec-prefi=* \
983   | --exec-pref=* | --exec-pre=* | --exec-pr=* | --exec-p=* | --exec-=* \
984   | --exec=* | --exe=* | --ex=*)
985     exec_prefix=$ac_optarg ;;
986
987   -gas | --gas | --ga | --g)
988     # Obsolete; use --with-gas.
989     with_gas=yes ;;
990
991   -help | --help | --hel | --he | -h)
992     ac_init_help=long ;;
993   -help=r* | --help=r* | --hel=r* | --he=r* | -hr*)
994     ac_init_help=recursive ;;
995   -help=s* | --help=s* | --hel=s* | --he=s* | -hs*)
996     ac_init_help=short ;;
997
998   -host | --host | --hos | --ho)
999     ac_prev=host_alias ;;
1000   -host=* | --host=* | --hos=* | --ho=*)
1001     host_alias=$ac_optarg ;;
1002
1003   -htmldir | --htmldir | --htmldi | --htmld | --html | --htm | --ht)
1004     ac_prev=htmldir ;;
1005   -htmldir=* | --htmldir=* | --htmldi=* | --htmld=* | --html=* | --htm=* \
1006   | --ht=*)
1007     htmldir=$ac_optarg ;;
1008
1009   -includedir | --includedir | --includedi | --included | --include \
1010   | --includ | --inclu | --incl | --inc)
1011     ac_prev=includedir ;;
1012   -includedir=* | --includedir=* | --includedi=* | --included=* | --include=* \
1013   | --includ=* | --inclu=* | --incl=* | --inc=*)
1014     includedir=$ac_optarg ;;
1015
1016   -infodir | --infodir | --infodi | --infod | --info | --inf)
1017     ac_prev=infodir ;;
1018   -infodir=* | --infodir=* | --infodi=* | --infod=* | --info=* | --inf=*)
1019     infodir=$ac_optarg ;;
1020
1021   -libdir | --libdir | --libdi | --libd)
1022     ac_prev=libdir ;;
1023   -libdir=* | --libdir=* | --libdi=* | --libd=*)
1024     libdir=$ac_optarg ;;
1025
1026   -libexecdir | --libexecdir | --libexecdi | --libexecd | --libexec \
1027   | --libexe | --libex | --libe)
1028     ac_prev=libexecdir ;;
1029   -libexecdir=* | --libexecdir=* | --libexecdi=* | --libexecd=* | --libexec=* \
1030   | --libexe=* | --libex=* | --libe=*)
1031     libexecdir=$ac_optarg ;;
1032
1033   -localedir | --localedir | --localedi | --localed | --locale)
1034     ac_prev=localedir ;;
1035   -localedir=* | --localedir=* | --localedi=* | --localed=* | --locale=*)
1036     localedir=$ac_optarg ;;
1037
1038   -localstatedir | --localstatedir | --localstatedi | --localstated \
1039   | --localstate | --localstat | --localsta | --localst | --locals)
1040     ac_prev=localstatedir ;;
1041   -localstatedir=* | --localstatedir=* | --localstatedi=* | --localstated=* \
1042   | --localstate=* | --localstat=* | --localsta=* | --localst=* | --locals=*)
1043     localstatedir=$ac_optarg ;;
1044
1045   -mandir | --mandir | --mandi | --mand | --man | --ma | --m)
1046     ac_prev=mandir ;;
1047   -mandir=* | --mandir=* | --mandi=* | --mand=* | --man=* | --ma=* | --m=*)
1048     mandir=$ac_optarg ;;
1049
1050   -nfp | --nfp | --nf)
1051     # Obsolete; use --without-fp.
1052     with_fp=no ;;
1053
1054   -no-create | --no-create | --no-creat | --no-crea | --no-cre \
1055   | --no-cr | --no-c | -n)
1056     no_create=yes ;;
1057
1058   -no-recursion | --no-recursion | --no-recursio | --no-recursi \
1059   | --no-recurs | --no-recur | --no-recu | --no-rec | --no-re | --no-r)
1060     no_recursion=yes ;;
1061
1062   -oldincludedir | --oldincludedir | --oldincludedi | --oldincluded \
1063   | --oldinclude | --oldinclud | --oldinclu | --oldincl | --oldinc \
1064   | --oldin | --oldi | --old | --ol | --o)
1065     ac_prev=oldincludedir ;;
1066   -oldincludedir=* | --oldincludedir=* | --oldincludedi=* | --oldincluded=* \
1067   | --oldinclude=* | --oldinclud=* | --oldinclu=* | --oldincl=* | --oldinc=* \
1068   | --oldin=* | --oldi=* | --old=* | --ol=* | --o=*)
1069     oldincludedir=$ac_optarg ;;
1070
1071   -prefix | --prefix | --prefi | --pref | --pre | --pr | --p)
1072     ac_prev=prefix ;;
1073   -prefix=* | --prefix=* | --prefi=* | --pref=* | --pre=* | --pr=* | --p=*)
1074     prefix=$ac_optarg ;;
1075
1076   -program-prefix | --program-prefix | --program-prefi | --program-pref \
1077   | --program-pre | --program-pr | --program-p)
1078     ac_prev=program_prefix ;;
1079   -program-prefix=* | --program-prefix=* | --program-prefi=* \
1080   | --program-pref=* | --program-pre=* | --program-pr=* | --program-p=*)
1081     program_prefix=$ac_optarg ;;
1082
1083   -program-suffix | --program-suffix | --program-suffi | --program-suff \
1084   | --program-suf | --program-su | --program-s)
1085     ac_prev=program_suffix ;;
1086   -program-suffix=* | --program-suffix=* | --program-suffi=* \
1087   | --program-suff=* | --program-suf=* | --program-su=* | --program-s=*)
1088     program_suffix=$ac_optarg ;;
1089
1090   -program-transform-name | --program-transform-name \
1091   | --program-transform-nam | --program-transform-na \
1092   | --program-transform-n | --program-transform- \
1093   | --program-transform | --program-transfor \
1094   | --program-transfo | --program-transf \
1095   | --program-trans | --program-tran \
1096   | --progr-tra | --program-tr | --program-t)
1097     ac_prev=program_transform_name ;;
1098   -program-transform-name=* | --program-transform-name=* \
1099   | --program-transform-nam=* | --program-transform-na=* \
1100   | --program-transform-n=* | --program-transform-=* \
1101   | --program-transform=* | --program-transfor=* \
1102   | --program-transfo=* | --program-transf=* \
1103   | --program-trans=* | --program-tran=* \
1104   | --progr-tra=* | --program-tr=* | --program-t=*)
1105     program_transform_name=$ac_optarg ;;
1106
1107   -pdfdir | --pdfdir | --pdfdi | --pdfd | --pdf | --pd)
1108     ac_prev=pdfdir ;;
1109   -pdfdir=* | --pdfdir=* | --pdfdi=* | --pdfd=* | --pdf=* | --pd=*)
1110     pdfdir=$ac_optarg ;;
1111
1112   -psdir | --psdir | --psdi | --psd | --ps)
1113     ac_prev=psdir ;;
1114   -psdir=* | --psdir=* | --psdi=* | --psd=* | --ps=*)
1115     psdir=$ac_optarg ;;
1116
1117   -q | -quiet | --quiet | --quie | --qui | --qu | --q \
1118   | -silent | --silent | --silen | --sile | --sil)
1119     silent=yes ;;
1120
1121   -sbindir | --sbindir | --sbindi | --sbind | --sbin | --sbi | --sb)
1122     ac_prev=sbindir ;;
1123   -sbindir=* | --sbindir=* | --sbindi=* | --sbind=* | --sbin=* \
1124   | --sbi=* | --sb=*)
1125     sbindir=$ac_optarg ;;
1126
1127   -sharedstatedir | --sharedstatedir | --sharedstatedi \
1128   | --sharedstated | --sharedstate | --sharedstat | --sharedsta \
1129   | --sharedst | --shareds | --shared | --share | --shar \
1130   | --sha | --sh)
1131     ac_prev=sharedstatedir ;;
1132   -sharedstatedir=* | --sharedstatedir=* | --sharedstatedi=* \
1133   | --sharedstated=* | --sharedstate=* | --sharedstat=* | --sharedsta=* \
1134   | --sharedst=* | --shareds=* | --shared=* | --share=* | --shar=* \
1135   | --sha=* | --sh=*)
1136     sharedstatedir=$ac_optarg ;;
1137
1138   -site | --site | --sit)
1139     ac_prev=site ;;
1140   -site=* | --site=* | --sit=*)
1141     site=$ac_optarg ;;
1142
1143   -srcdir | --srcdir | --srcdi | --srcd | --src | --sr)
1144     ac_prev=srcdir ;;
1145   -srcdir=* | --srcdir=* | --srcdi=* | --srcd=* | --src=* | --sr=*)
1146     srcdir=$ac_optarg ;;
1147
1148   -sysconfdir | --sysconfdir | --sysconfdi | --sysconfd | --sysconf \
1149   | --syscon | --sysco | --sysc | --sys | --sy)
1150     ac_prev=sysconfdir ;;
1151   -sysconfdir=* | --sysconfdir=* | --sysconfdi=* | --sysconfd=* | --sysconf=* \
1152   | --syscon=* | --sysco=* | --sysc=* | --sys=* | --sy=*)
1153     sysconfdir=$ac_optarg ;;
1154
1155   -target | --target | --targe | --targ | --tar | --ta | --t)
1156     ac_prev=target_alias ;;
1157   -target=* | --target=* | --targe=* | --targ=* | --tar=* | --ta=* | --t=*)
1158     target_alias=$ac_optarg ;;
1159
1160   -v | -verbose | --verbose | --verbos | --verbo | --verb)
1161     verbose=yes ;;
1162
1163   -version | --version | --versio | --versi | --vers | -V)
1164     ac_init_version=: ;;
1165
1166   -with-* | --with-*)
1167     ac_useropt=`expr "x$ac_option" : 'x-*with-\([^=]*\)'`
1168     # Reject names that are not valid shell variable names.
1169     expr "x$ac_useropt" : ".*[^-+._$as_cr_alnum]" >/dev/null &&
1170       as_fn_error "invalid package name: $ac_useropt"
1171     ac_useropt_orig=$ac_useropt
1172     ac_useropt=`$as_echo "$ac_useropt" | sed 's/[-+.]/_/g'`
1173     case $ac_user_opts in
1174       *"
1175 "with_$ac_useropt"
1176 "*) ;;
1177       *) ac_unrecognized_opts="$ac_unrecognized_opts$ac_unrecognized_sep--with-$ac_useropt_orig"
1178          ac_unrecognized_sep=', ';;
1179     esac
1180     eval with_$ac_useropt=\$ac_optarg ;;
1181
1182   -without-* | --without-*)
1183     ac_useropt=`expr "x$ac_option" : 'x-*without-\(.*\)'`
1184     # Reject names that are not valid shell variable names.
1185     expr "x$ac_useropt" : ".*[^-+._$as_cr_alnum]" >/dev/null &&
1186       as_fn_error "invalid package name: $ac_useropt"
1187     ac_useropt_orig=$ac_useropt
1188     ac_useropt=`$as_echo "$ac_useropt" | sed 's/[-+.]/_/g'`
1189     case $ac_user_opts in
1190       *"
1191 "with_$ac_useropt"
1192 "*) ;;
1193       *) ac_unrecognized_opts="$ac_unrecognized_opts$ac_unrecognized_sep--without-$ac_useropt_orig"
1194          ac_unrecognized_sep=', ';;
1195     esac
1196     eval with_$ac_useropt=no ;;
1197
1198   --x)
1199     # Obsolete; use --with-x.
1200     with_x=yes ;;
1201
1202   -x-includes | --x-includes | --x-include | --x-includ | --x-inclu \
1203   | --x-incl | --x-inc | --x-in | --x-i)
1204     ac_prev=x_includes ;;
1205   -x-includes=* | --x-includes=* | --x-include=* | --x-includ=* | --x-inclu=* \
1206   | --x-incl=* | --x-inc=* | --x-in=* | --x-i=*)
1207     x_includes=$ac_optarg ;;
1208
1209   -x-libraries | --x-libraries | --x-librarie | --x-librari \
1210   | --x-librar | --x-libra | --x-libr | --x-lib | --x-li | --x-l)
1211     ac_prev=x_libraries ;;
1212   -x-libraries=* | --x-libraries=* | --x-librarie=* | --x-librari=* \
1213   | --x-librar=* | --x-libra=* | --x-libr=* | --x-lib=* | --x-li=* | --x-l=*)
1214     x_libraries=$ac_optarg ;;
1215
1216   -*) as_fn_error "unrecognized option: \`$ac_option'
1217 Try \`$0 --help' for more information."
1218     ;;
1219
1220   *=*)
1221     ac_envvar=`expr "x$ac_option" : 'x\([^=]*\)='`
1222     # Reject names that are not valid shell variable names.
1223     case $ac_envvar in #(
1224       '' | [0-9]* | *[!_$as_cr_alnum]* )
1225       as_fn_error "invalid variable name: \`$ac_envvar'" ;;
1226     esac
1227     eval $ac_envvar=\$ac_optarg
1228     export $ac_envvar ;;
1229
1230   *)
1231     # FIXME: should be removed in autoconf 3.0.
1232     $as_echo "$as_me: WARNING: you should use --build, --host, --target" >&2
1233     expr "x$ac_option" : ".*[^-._$as_cr_alnum]" >/dev/null &&
1234       $as_echo "$as_me: WARNING: invalid host type: $ac_option" >&2
1235     : ${build_alias=$ac_option} ${host_alias=$ac_option} ${target_alias=$ac_option}
1236     ;;
1237
1238   esac
1239 done
1240
1241 if test -n "$ac_prev"; then
1242   ac_option=--`echo $ac_prev | sed 's/_/-/g'`
1243   as_fn_error "missing argument to $ac_option"
1244 fi
1245
1246 if test -n "$ac_unrecognized_opts"; then
1247   case $enable_option_checking in
1248     no) ;;
1249     fatal) as_fn_error "unrecognized options: $ac_unrecognized_opts" ;;
1250     *)     $as_echo "$as_me: WARNING: unrecognized options: $ac_unrecognized_opts" >&2 ;;
1251   esac
1252 fi
1253
1254 # Check all directory arguments for consistency.
1255 for ac_var in   exec_prefix prefix bindir sbindir libexecdir datarootdir \
1256                 datadir sysconfdir sharedstatedir localstatedir includedir \
1257                 oldincludedir docdir infodir htmldir dvidir pdfdir psdir \
1258                 libdir localedir mandir
1259 do
1260   eval ac_val=\$$ac_var
1261   # Remove trailing slashes.
1262   case $ac_val in
1263     */ )
1264       ac_val=`expr "X$ac_val" : 'X\(.*[^/]\)' \| "X$ac_val" : 'X\(.*\)'`
1265       eval $ac_var=\$ac_val;;
1266   esac
1267   # Be sure to have absolute directory names.
1268   case $ac_val in
1269     [\\/$]* | ?:[\\/]* )  continue;;
1270     NONE | '' ) case $ac_var in *prefix ) continue;; esac;;
1271   esac
1272   as_fn_error "expected an absolute directory name for --$ac_var: $ac_val"
1273 done
1274
1275 # There might be people who depend on the old broken behavior: `$host'
1276 # used to hold the argument of --host etc.
1277 # FIXME: To remove some day.
1278 build=$build_alias
1279 host=$host_alias
1280 target=$target_alias
1281
1282 # FIXME: To remove some day.
1283 if test "x$host_alias" != x; then
1284   if test "x$build_alias" = x; then
1285     cross_compiling=maybe
1286     $as_echo "$as_me: WARNING: If you wanted to set the --build type, don't use --host.
1287     If a cross compiler is detected then cross compile mode will be used." >&2
1288   elif test "x$build_alias" != "x$host_alias"; then
1289     cross_compiling=yes
1290   fi
1291 fi
1292
1293 ac_tool_prefix=
1294 test -n "$host_alias" && ac_tool_prefix=$host_alias-
1295
1296 test "$silent" = yes && exec 6>/dev/null
1297
1298
1299 ac_pwd=`pwd` && test -n "$ac_pwd" &&
1300 ac_ls_di=`ls -di .` &&
1301 ac_pwd_ls_di=`cd "$ac_pwd" && ls -di .` ||
1302   as_fn_error "working directory cannot be determined"
1303 test "X$ac_ls_di" = "X$ac_pwd_ls_di" ||
1304   as_fn_error "pwd does not report name of working directory"
1305
1306
1307 # Find the source files, if location was not specified.
1308 if test -z "$srcdir"; then
1309   ac_srcdir_defaulted=yes
1310   # Try the directory containing this script, then the parent directory.
1311   ac_confdir=`$as_dirname -- "$as_myself" ||
1312 $as_expr X"$as_myself" : 'X\(.*[^/]\)//*[^/][^/]*/*$' \| \
1313          X"$as_myself" : 'X\(//\)[^/]' \| \
1314          X"$as_myself" : 'X\(//\)$' \| \
1315          X"$as_myself" : 'X\(/\)' \| . 2>/dev/null ||
1316 $as_echo X"$as_myself" |
1317     sed '/^X\(.*[^/]\)\/\/*[^/][^/]*\/*$/{
1318             s//\1/
1319             q
1320           }
1321           /^X\(\/\/\)[^/].*/{
1322             s//\1/
1323             q
1324           }
1325           /^X\(\/\/\)$/{
1326             s//\1/
1327             q
1328           }
1329           /^X\(\/\).*/{
1330             s//\1/
1331             q
1332           }
1333           s/.*/./; q'`
1334   srcdir=$ac_confdir
1335   if test ! -r "$srcdir/$ac_unique_file"; then
1336     srcdir=..
1337   fi
1338 else
1339   ac_srcdir_defaulted=no
1340 fi
1341 if test ! -r "$srcdir/$ac_unique_file"; then
1342   test "$ac_srcdir_defaulted" = yes && srcdir="$ac_confdir or .."
1343   as_fn_error "cannot find sources ($ac_unique_file) in $srcdir"
1344 fi
1345 ac_msg="sources are in $srcdir, but \`cd $srcdir' does not work"
1346 ac_abs_confdir=`(
1347         cd "$srcdir" && test -r "./$ac_unique_file" || as_fn_error "$ac_msg"
1348         pwd)`
1349 # When building in place, set srcdir=.
1350 if test "$ac_abs_confdir" = "$ac_pwd"; then
1351   srcdir=.
1352 fi
1353 # Remove unnecessary trailing slashes from srcdir.
1354 # Double slashes in file names in object file debugging info
1355 # mess up M-x gdb in Emacs.
1356 case $srcdir in
1357 */) srcdir=`expr "X$srcdir" : 'X\(.*[^/]\)' \| "X$srcdir" : 'X\(.*\)'`;;
1358 esac
1359 for ac_var in $ac_precious_vars; do
1360   eval ac_env_${ac_var}_set=\${${ac_var}+set}
1361   eval ac_env_${ac_var}_value=\$${ac_var}
1362   eval ac_cv_env_${ac_var}_set=\${${ac_var}+set}
1363   eval ac_cv_env_${ac_var}_value=\$${ac_var}
1364 done
1365
1366 #
1367 # Report the --help message.
1368 #
1369 if test "$ac_init_help" = "long"; then
1370   # Omit some internal or obsolete options to make the list less imposing.
1371   # This message is too long to be a string in the A/UX 3.1 sh.
1372   cat <<_ACEOF
1373 \`configure' configures Wine 1.1.33 to adapt to many kinds of systems.
1374
1375 Usage: $0 [OPTION]... [VAR=VALUE]...
1376
1377 To assign environment variables (e.g., CC, CFLAGS...), specify them as
1378 VAR=VALUE.  See below for descriptions of some of the useful variables.
1379
1380 Defaults for the options are specified in brackets.
1381
1382 Configuration:
1383   -h, --help              display this help and exit
1384       --help=short        display options specific to this package
1385       --help=recursive    display the short help of all the included packages
1386   -V, --version           display version information and exit
1387   -q, --quiet, --silent   do not print \`checking...' messages
1388       --cache-file=FILE   cache test results in FILE [disabled]
1389   -C, --config-cache      alias for \`--cache-file=config.cache'
1390   -n, --no-create         do not create output files
1391       --srcdir=DIR        find the sources in DIR [configure dir or \`..']
1392
1393 Installation directories:
1394   --prefix=PREFIX         install architecture-independent files in PREFIX
1395                           [$ac_default_prefix]
1396   --exec-prefix=EPREFIX   install architecture-dependent files in EPREFIX
1397                           [PREFIX]
1398
1399 By default, \`make install' will install all the files in
1400 \`$ac_default_prefix/bin', \`$ac_default_prefix/lib' etc.  You can specify
1401 an installation prefix other than \`$ac_default_prefix' using \`--prefix',
1402 for instance \`--prefix=\$HOME'.
1403
1404 For better control, use the options below.
1405
1406 Fine tuning of the installation directories:
1407   --bindir=DIR            user executables [EPREFIX/bin]
1408   --sbindir=DIR           system admin executables [EPREFIX/sbin]
1409   --libexecdir=DIR        program executables [EPREFIX/libexec]
1410   --sysconfdir=DIR        read-only single-machine data [PREFIX/etc]
1411   --sharedstatedir=DIR    modifiable architecture-independent data [PREFIX/com]
1412   --localstatedir=DIR     modifiable single-machine data [PREFIX/var]
1413   --libdir=DIR            object code libraries [EPREFIX/lib]
1414   --includedir=DIR        C header files [PREFIX/include]
1415   --oldincludedir=DIR     C header files for non-gcc [/usr/include]
1416   --datarootdir=DIR       read-only arch.-independent data root [PREFIX/share]
1417   --datadir=DIR           read-only architecture-independent data [DATAROOTDIR]
1418   --infodir=DIR           info documentation [DATAROOTDIR/info]
1419   --localedir=DIR         locale-dependent data [DATAROOTDIR/locale]
1420   --mandir=DIR            man documentation [DATAROOTDIR/man]
1421   --docdir=DIR            documentation root [DATAROOTDIR/doc/wine]
1422   --htmldir=DIR           html documentation [DOCDIR]
1423   --dvidir=DIR            dvi documentation [DOCDIR]
1424   --pdfdir=DIR            pdf documentation [DOCDIR]
1425   --psdir=DIR             ps documentation [DOCDIR]
1426 _ACEOF
1427
1428   cat <<\_ACEOF
1429
1430 X features:
1431   --x-includes=DIR    X include files are in DIR
1432   --x-libraries=DIR   X library files are in DIR
1433
1434 System types:
1435   --build=BUILD     configure for building on BUILD [guessed]
1436   --host=HOST       cross-compile to build programs to run on HOST [BUILD]
1437 _ACEOF
1438 fi
1439
1440 if test -n "$ac_init_help"; then
1441   case $ac_init_help in
1442      short | recursive ) echo "Configuration of Wine 1.1.33:";;
1443    esac
1444   cat <<\_ACEOF
1445
1446 Optional Features:
1447   --disable-option-checking  ignore unrecognized --enable/--with options
1448   --disable-FEATURE       do not include FEATURE (same as --enable-FEATURE=no)
1449   --enable-FEATURE[=ARG]  include FEATURE [ARG=yes]
1450   --disable-win16         do not include Win16 support
1451   --enable-win64          build a Win64 emulator on AMD64 (won't run Win32
1452                           binaries)
1453   --disable-tests         do not build the regression tests
1454   --enable-maintainer-mode
1455                           enable maintainer-specific build rules
1456   --disable-largefile     omit support for large files
1457
1458 Optional Packages:
1459   --with-PACKAGE[=ARG]    use PACKAGE [ARG=yes]
1460   --without-PACKAGE       do not use PACKAGE (same as --with-PACKAGE=no)
1461   --without-alsa          do not use the Alsa sound support
1462   --without-audioio       do not use the AudioIO sound support
1463   --without-capi          do not use CAPI (ISDN support)
1464   --without-cms           do not use CMS (color management support)
1465   --without-coreaudio     do not use the CoreAudio sound support
1466   --without-cups          do not use CUPS
1467   --without-curses        do not use (n)curses
1468   --without-esd           do not use the EsounD sound support
1469   --without-fontconfig    do not use fontconfig
1470   --without-freetype      do not use the FreeType library
1471   --without-gphoto        do not use gphoto (Digital Camera support)
1472   --without-glu           do not use the GLU library
1473   --without-gnutls        do not use GnuTLS (schannel support)
1474   --without-gsm           do not use libgsm (GSM 06.10 codec support)
1475   --without-hal           do not use HAL (dynamic device support)
1476   --without-jack          do not use the Jack sound support
1477   --without-jpeg          do not use JPEG
1478   --without-ldap          do not use LDAP
1479   --without-mpg123        do not use the mpg123 library
1480   --without-nas           do not use the NAS sound support
1481   --without-openal        do not use OpenAL
1482   --without-opengl        do not use OpenGL
1483   --without-openssl       do not use OpenSSL
1484   --without-oss           do not use the OSS sound support
1485   --without-png           do not use PNG
1486   --without-pthread       do not use the pthread library
1487   --without-sane          do not use SANE (scanner support)
1488   --without-xcomposite    do not use the Xcomposite extension
1489   --without-xcursor       do not use the Xcursor extension
1490   --without-xinerama      do not use Xinerama (multi-monitor support)
1491   --without-xinput        do not use the Xinput extension
1492   --without-xml           do not use XML
1493   --without-xrandr        do not use Xrandr (resolution changes)
1494   --without-xrender       do not use the Xrender extension
1495   --without-xshape        do not use the Xshape extension
1496   --without-xshm          do not use XShm (shared memory extension)
1497   --without-xslt          do not use XSLT
1498   --without-xxf86vm       do not use XFree video mode extension
1499   --with-wine-tools=DIR   use Wine tools from directory DIR
1500   --with-wine64=DIR       use the 64-bit Wine in DIR for a Wow64 build
1501   --with-x                use the X Window System
1502
1503 Some influential environment variables:
1504   CC          C compiler command
1505   CFLAGS      C compiler flags
1506   LDFLAGS     linker flags, e.g. -L<lib dir> if you have libraries in a
1507               nonstandard directory <lib dir>
1508   LIBS        libraries to pass to the linker, e.g. -l<library>
1509   CPPFLAGS    C/C++/Objective C preprocessor flags, e.g. -I<include dir> if
1510               you have headers in a nonstandard directory <include dir>
1511   CXX         C++ compiler command
1512   CXXFLAGS    C++ compiler flags
1513   CPP         C preprocessor
1514   XMKMF       Path to xmkmf, Makefile generator for X Window System
1515
1516 Use these variables to override the choices made by `configure' or to help
1517 it to find libraries and programs with nonstandard names/locations.
1518
1519 Report bugs to <wine-devel@winehq.org>.
1520 Wine home page: <http://www.winehq.org>.
1521 _ACEOF
1522 ac_status=$?
1523 fi
1524
1525 if test "$ac_init_help" = "recursive"; then
1526   # If there are subdirs, report their specific --help.
1527   for ac_dir in : $ac_subdirs_all; do test "x$ac_dir" = x: && continue
1528     test -d "$ac_dir" ||
1529       { cd "$srcdir" && ac_pwd=`pwd` && srcdir=. && test -d "$ac_dir"; } ||
1530       continue
1531     ac_builddir=.
1532
1533 case "$ac_dir" in
1534 .) ac_dir_suffix= ac_top_builddir_sub=. ac_top_build_prefix= ;;
1535 *)
1536   ac_dir_suffix=/`$as_echo "$ac_dir" | sed 's|^\.[\\/]||'`
1537   # A ".." for each directory in $ac_dir_suffix.
1538   ac_top_builddir_sub=`$as_echo "$ac_dir_suffix" | sed 's|/[^\\/]*|/..|g;s|/||'`
1539   case $ac_top_builddir_sub in
1540   "") ac_top_builddir_sub=. ac_top_build_prefix= ;;
1541   *)  ac_top_build_prefix=$ac_top_builddir_sub/ ;;
1542   esac ;;
1543 esac
1544 ac_abs_top_builddir=$ac_pwd
1545 ac_abs_builddir=$ac_pwd$ac_dir_suffix
1546 # for backward compatibility:
1547 ac_top_builddir=$ac_top_build_prefix
1548
1549 case $srcdir in
1550   .)  # We are building in place.
1551     ac_srcdir=.
1552     ac_top_srcdir=$ac_top_builddir_sub
1553     ac_abs_top_srcdir=$ac_pwd ;;
1554   [\\/]* | ?:[\\/]* )  # Absolute name.
1555     ac_srcdir=$srcdir$ac_dir_suffix;
1556     ac_top_srcdir=$srcdir
1557     ac_abs_top_srcdir=$srcdir ;;
1558   *) # Relative name.
1559     ac_srcdir=$ac_top_build_prefix$srcdir$ac_dir_suffix
1560     ac_top_srcdir=$ac_top_build_prefix$srcdir
1561     ac_abs_top_srcdir=$ac_pwd/$srcdir ;;
1562 esac
1563 ac_abs_srcdir=$ac_abs_top_srcdir$ac_dir_suffix
1564
1565     cd "$ac_dir" || { ac_status=$?; continue; }
1566     # Check for guested configure.
1567     if test -f "$ac_srcdir/configure.gnu"; then
1568       echo &&
1569       $SHELL "$ac_srcdir/configure.gnu" --help=recursive
1570     elif test -f "$ac_srcdir/configure"; then
1571       echo &&
1572       $SHELL "$ac_srcdir/configure" --help=recursive
1573     else
1574       $as_echo "$as_me: WARNING: no configuration information is in $ac_dir" >&2
1575     fi || ac_status=$?
1576     cd "$ac_pwd" || { ac_status=$?; break; }
1577   done
1578 fi
1579
1580 test -n "$ac_init_help" && exit $ac_status
1581 if $ac_init_version; then
1582   cat <<\_ACEOF
1583 Wine configure 1.1.33
1584 generated by GNU Autoconf 2.64
1585
1586 Copyright (C) 2009 Free Software Foundation, Inc.
1587 This configure script is free software; the Free Software Foundation
1588 gives unlimited permission to copy, distribute and modify it.
1589 _ACEOF
1590   exit
1591 fi
1592
1593 ## ------------------------ ##
1594 ## Autoconf initialization. ##
1595 ## ------------------------ ##
1596
1597 # ac_fn_c_try_compile LINENO
1598 # --------------------------
1599 # Try to compile conftest.$ac_ext, and return whether this succeeded.
1600 ac_fn_c_try_compile ()
1601 {
1602   as_lineno=${as_lineno-"$1"} as_lineno_stack=as_lineno_stack=$as_lineno_stack
1603   rm -f conftest.$ac_objext
1604   if { { ac_try="$ac_compile"
1605 case "(($ac_try" in
1606   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
1607   *) ac_try_echo=$ac_try;;
1608 esac
1609 eval ac_try_echo="\"\$as_me:${as_lineno-$LINENO}: $ac_try_echo\""
1610 $as_echo "$ac_try_echo"; } >&5
1611   (eval "$ac_compile") 2>conftest.err
1612   ac_status=$?
1613   if test -s conftest.err; then
1614     grep -v '^ *+' conftest.err >conftest.er1
1615     cat conftest.er1 >&5
1616     mv -f conftest.er1 conftest.err
1617   fi
1618   $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
1619   test $ac_status = 0; } && {
1620          test -z "$ac_c_werror_flag" ||
1621          test ! -s conftest.err
1622        } && test -s conftest.$ac_objext; then :
1623   ac_retval=0
1624 else
1625   $as_echo "$as_me: failed program was:" >&5
1626 sed 's/^/| /' conftest.$ac_ext >&5
1627
1628         ac_retval=1
1629 fi
1630   eval $as_lineno_stack; test "x$as_lineno_stack" = x && { as_lineno=; unset as_lineno;}
1631   return $ac_retval
1632
1633 } # ac_fn_c_try_compile
1634
1635 # ac_fn_cxx_try_compile LINENO
1636 # ----------------------------
1637 # Try to compile conftest.$ac_ext, and return whether this succeeded.
1638 ac_fn_cxx_try_compile ()
1639 {
1640   as_lineno=${as_lineno-"$1"} as_lineno_stack=as_lineno_stack=$as_lineno_stack
1641   rm -f conftest.$ac_objext
1642   if { { ac_try="$ac_compile"
1643 case "(($ac_try" in
1644   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
1645   *) ac_try_echo=$ac_try;;
1646 esac
1647 eval ac_try_echo="\"\$as_me:${as_lineno-$LINENO}: $ac_try_echo\""
1648 $as_echo "$ac_try_echo"; } >&5
1649   (eval "$ac_compile") 2>conftest.err
1650   ac_status=$?
1651   if test -s conftest.err; then
1652     grep -v '^ *+' conftest.err >conftest.er1
1653     cat conftest.er1 >&5
1654     mv -f conftest.er1 conftest.err
1655   fi
1656   $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
1657   test $ac_status = 0; } && {
1658          test -z "$ac_cxx_werror_flag" ||
1659          test ! -s conftest.err
1660        } && test -s conftest.$ac_objext; then :
1661   ac_retval=0
1662 else
1663   $as_echo "$as_me: failed program was:" >&5
1664 sed 's/^/| /' conftest.$ac_ext >&5
1665
1666         ac_retval=1
1667 fi
1668   eval $as_lineno_stack; test "x$as_lineno_stack" = x && { as_lineno=; unset as_lineno;}
1669   return $ac_retval
1670
1671 } # ac_fn_cxx_try_compile
1672
1673 # ac_fn_c_try_link LINENO
1674 # -----------------------
1675 # Try to link conftest.$ac_ext, and return whether this succeeded.
1676 ac_fn_c_try_link ()
1677 {
1678   as_lineno=${as_lineno-"$1"} as_lineno_stack=as_lineno_stack=$as_lineno_stack
1679   rm -f conftest.$ac_objext conftest$ac_exeext
1680   if { { ac_try="$ac_link"
1681 case "(($ac_try" in
1682   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
1683   *) ac_try_echo=$ac_try;;
1684 esac
1685 eval ac_try_echo="\"\$as_me:${as_lineno-$LINENO}: $ac_try_echo\""
1686 $as_echo "$ac_try_echo"; } >&5
1687   (eval "$ac_link") 2>conftest.err
1688   ac_status=$?
1689   if test -s conftest.err; then
1690     grep -v '^ *+' conftest.err >conftest.er1
1691     cat conftest.er1 >&5
1692     mv -f conftest.er1 conftest.err
1693   fi
1694   $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
1695   test $ac_status = 0; } && {
1696          test -z "$ac_c_werror_flag" ||
1697          test ! -s conftest.err
1698        } && test -s conftest$ac_exeext && {
1699          test "$cross_compiling" = yes ||
1700          $as_test_x conftest$ac_exeext
1701        }; then :
1702   ac_retval=0
1703 else
1704   $as_echo "$as_me: failed program was:" >&5
1705 sed 's/^/| /' conftest.$ac_ext >&5
1706
1707         ac_retval=1
1708 fi
1709   # Delete the IPA/IPO (Inter Procedural Analysis/Optimization) information
1710   # created by the PGI compiler (conftest_ipa8_conftest.oo), as it would
1711   # interfere with the next link command; also delete a directory that is
1712   # left behind by Apple's compiler.  We do this before executing the actions.
1713   rm -rf conftest.dSYM conftest_ipa8_conftest.oo
1714   eval $as_lineno_stack; test "x$as_lineno_stack" = x && { as_lineno=; unset as_lineno;}
1715   return $ac_retval
1716
1717 } # ac_fn_c_try_link
1718
1719 # ac_fn_c_try_cpp LINENO
1720 # ----------------------
1721 # Try to preprocess conftest.$ac_ext, and return whether this succeeded.
1722 ac_fn_c_try_cpp ()
1723 {
1724   as_lineno=${as_lineno-"$1"} as_lineno_stack=as_lineno_stack=$as_lineno_stack
1725   if { { ac_try="$ac_cpp conftest.$ac_ext"
1726 case "(($ac_try" in
1727   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
1728   *) ac_try_echo=$ac_try;;
1729 esac
1730 eval ac_try_echo="\"\$as_me:${as_lineno-$LINENO}: $ac_try_echo\""
1731 $as_echo "$ac_try_echo"; } >&5
1732   (eval "$ac_cpp conftest.$ac_ext") 2>conftest.err
1733   ac_status=$?
1734   if test -s conftest.err; then
1735     grep -v '^ *+' conftest.err >conftest.er1
1736     cat conftest.er1 >&5
1737     mv -f conftest.er1 conftest.err
1738   fi
1739   $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
1740   test $ac_status = 0; } >/dev/null && {
1741          test -z "$ac_c_preproc_warn_flag$ac_c_werror_flag" ||
1742          test ! -s conftest.err
1743        }; then :
1744   ac_retval=0
1745 else
1746   $as_echo "$as_me: failed program was:" >&5
1747 sed 's/^/| /' conftest.$ac_ext >&5
1748
1749     ac_retval=1
1750 fi
1751   eval $as_lineno_stack; test "x$as_lineno_stack" = x && { as_lineno=; unset as_lineno;}
1752   return $ac_retval
1753
1754 } # ac_fn_c_try_cpp
1755
1756 # ac_fn_c_check_header_mongrel LINENO HEADER VAR INCLUDES
1757 # -------------------------------------------------------
1758 # Tests whether HEADER exists, giving a warning if it cannot be compiled using
1759 # the include files in INCLUDES and setting the cache variable VAR
1760 # accordingly.
1761 ac_fn_c_check_header_mongrel ()
1762 {
1763   as_lineno=${as_lineno-"$1"} as_lineno_stack=as_lineno_stack=$as_lineno_stack
1764   if { as_var=$3; eval "test \"\${$as_var+set}\" = set"; }; then :
1765   { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $2" >&5
1766 $as_echo_n "checking for $2... " >&6; }
1767 if { as_var=$3; eval "test \"\${$as_var+set}\" = set"; }; then :
1768   $as_echo_n "(cached) " >&6
1769 fi
1770 eval ac_res=\$$3
1771                { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_res" >&5
1772 $as_echo "$ac_res" >&6; }
1773 else
1774   # Is the header compilable?
1775 { $as_echo "$as_me:${as_lineno-$LINENO}: checking $2 usability" >&5
1776 $as_echo_n "checking $2 usability... " >&6; }
1777 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
1778 /* end confdefs.h.  */
1779 $4
1780 #include <$2>
1781 _ACEOF
1782 if ac_fn_c_try_compile "$LINENO"; then :
1783   ac_header_compiler=yes
1784 else
1785   ac_header_compiler=no
1786 fi
1787 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
1788 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_header_compiler" >&5
1789 $as_echo "$ac_header_compiler" >&6; }
1790
1791 # Is the header present?
1792 { $as_echo "$as_me:${as_lineno-$LINENO}: checking $2 presence" >&5
1793 $as_echo_n "checking $2 presence... " >&6; }
1794 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
1795 /* end confdefs.h.  */
1796 #include <$2>
1797 _ACEOF
1798 if ac_fn_c_try_cpp "$LINENO"; then :
1799   ac_header_preproc=yes
1800 else
1801   ac_header_preproc=no
1802 fi
1803 rm -f conftest.err conftest.$ac_ext
1804 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_header_preproc" >&5
1805 $as_echo "$ac_header_preproc" >&6; }
1806
1807 # So?  What about this header?
1808 case $ac_header_compiler:$ac_header_preproc:$ac_c_preproc_warn_flag in #((
1809   yes:no: )
1810     { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: $2: accepted by the compiler, rejected by the preprocessor!" >&5
1811 $as_echo "$as_me: WARNING: $2: accepted by the compiler, rejected by the preprocessor!" >&2;}
1812     { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: $2: proceeding with the compiler's result" >&5
1813 $as_echo "$as_me: WARNING: $2: proceeding with the compiler's result" >&2;}
1814     ;;
1815   no:yes:* )
1816     { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: $2: present but cannot be compiled" >&5
1817 $as_echo "$as_me: WARNING: $2: present but cannot be compiled" >&2;}
1818     { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: $2:     check for missing prerequisite headers?" >&5
1819 $as_echo "$as_me: WARNING: $2:     check for missing prerequisite headers?" >&2;}
1820     { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: $2: see the Autoconf documentation" >&5
1821 $as_echo "$as_me: WARNING: $2: see the Autoconf documentation" >&2;}
1822     { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: $2:     section \"Present But Cannot Be Compiled\"" >&5
1823 $as_echo "$as_me: WARNING: $2:     section \"Present But Cannot Be Compiled\"" >&2;}
1824     { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: $2: proceeding with the compiler's result" >&5
1825 $as_echo "$as_me: WARNING: $2: proceeding with the compiler's result" >&2;}
1826 ( cat <<\_ASBOX
1827 ## ------------------------------------ ##
1828 ## Report this to wine-devel@winehq.org ##
1829 ## ------------------------------------ ##
1830 _ASBOX
1831      ) | sed "s/^/$as_me: WARNING:     /" >&2
1832     ;;
1833 esac
1834   { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $2" >&5
1835 $as_echo_n "checking for $2... " >&6; }
1836 if { as_var=$3; eval "test \"\${$as_var+set}\" = set"; }; then :
1837   $as_echo_n "(cached) " >&6
1838 else
1839   eval "$3=\$ac_header_compiler"
1840 fi
1841 eval ac_res=\$$3
1842                { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_res" >&5
1843 $as_echo "$ac_res" >&6; }
1844 fi
1845   eval $as_lineno_stack; test "x$as_lineno_stack" = x && { as_lineno=; unset as_lineno;}
1846
1847 } # ac_fn_c_check_header_mongrel
1848
1849 # ac_fn_c_try_run LINENO
1850 # ----------------------
1851 # Try to link conftest.$ac_ext, and return whether this succeeded. Assumes
1852 # that executables *can* be run.
1853 ac_fn_c_try_run ()
1854 {
1855   as_lineno=${as_lineno-"$1"} as_lineno_stack=as_lineno_stack=$as_lineno_stack
1856   if { { ac_try="$ac_link"
1857 case "(($ac_try" in
1858   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
1859   *) ac_try_echo=$ac_try;;
1860 esac
1861 eval ac_try_echo="\"\$as_me:${as_lineno-$LINENO}: $ac_try_echo\""
1862 $as_echo "$ac_try_echo"; } >&5
1863   (eval "$ac_link") 2>&5
1864   ac_status=$?
1865   $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
1866   test $ac_status = 0; } && { ac_try='./conftest$ac_exeext'
1867   { { case "(($ac_try" in
1868   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
1869   *) ac_try_echo=$ac_try;;
1870 esac
1871 eval ac_try_echo="\"\$as_me:${as_lineno-$LINENO}: $ac_try_echo\""
1872 $as_echo "$ac_try_echo"; } >&5
1873   (eval "$ac_try") 2>&5
1874   ac_status=$?
1875   $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
1876   test $ac_status = 0; }; }; then :
1877   ac_retval=0
1878 else
1879   $as_echo "$as_me: program exited with status $ac_status" >&5
1880        $as_echo "$as_me: failed program was:" >&5
1881 sed 's/^/| /' conftest.$ac_ext >&5
1882
1883        ac_retval=$ac_status
1884 fi
1885   rm -rf conftest.dSYM conftest_ipa8_conftest.oo
1886   eval $as_lineno_stack; test "x$as_lineno_stack" = x && { as_lineno=; unset as_lineno;}
1887   return $ac_retval
1888
1889 } # ac_fn_c_try_run
1890
1891 # ac_fn_c_check_header_compile LINENO HEADER VAR INCLUDES
1892 # -------------------------------------------------------
1893 # Tests whether HEADER exists and can be compiled using the include files in
1894 # INCLUDES, setting the cache variable VAR accordingly.
1895 ac_fn_c_check_header_compile ()
1896 {
1897   as_lineno=${as_lineno-"$1"} as_lineno_stack=as_lineno_stack=$as_lineno_stack
1898   { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $2" >&5
1899 $as_echo_n "checking for $2... " >&6; }
1900 if { as_var=$3; eval "test \"\${$as_var+set}\" = set"; }; then :
1901   $as_echo_n "(cached) " >&6
1902 else
1903   cat confdefs.h - <<_ACEOF >conftest.$ac_ext
1904 /* end confdefs.h.  */
1905 $4
1906 #include <$2>
1907 _ACEOF
1908 if ac_fn_c_try_compile "$LINENO"; then :
1909   eval "$3=yes"
1910 else
1911   eval "$3=no"
1912 fi
1913 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
1914 fi
1915 eval ac_res=\$$3
1916                { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_res" >&5
1917 $as_echo "$ac_res" >&6; }
1918   eval $as_lineno_stack; test "x$as_lineno_stack" = x && { as_lineno=; unset as_lineno;}
1919
1920 } # ac_fn_c_check_header_compile
1921
1922 # ac_fn_c_check_func LINENO FUNC VAR
1923 # ----------------------------------
1924 # Tests whether FUNC exists, setting the cache variable VAR accordingly
1925 ac_fn_c_check_func ()
1926 {
1927   as_lineno=${as_lineno-"$1"} as_lineno_stack=as_lineno_stack=$as_lineno_stack
1928   { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $2" >&5
1929 $as_echo_n "checking for $2... " >&6; }
1930 if { as_var=$3; eval "test \"\${$as_var+set}\" = set"; }; then :
1931   $as_echo_n "(cached) " >&6
1932 else
1933   cat confdefs.h - <<_ACEOF >conftest.$ac_ext
1934 /* end confdefs.h.  */
1935 /* Define $2 to an innocuous variant, in case <limits.h> declares $2.
1936    For example, HP-UX 11i <limits.h> declares gettimeofday.  */
1937 #define $2 innocuous_$2
1938
1939 /* System header to define __stub macros and hopefully few prototypes,
1940     which can conflict with char $2 (); below.
1941     Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
1942     <limits.h> exists even on freestanding compilers.  */
1943
1944 #ifdef __STDC__
1945 # include <limits.h>
1946 #else
1947 # include <assert.h>
1948 #endif
1949
1950 #undef $2
1951
1952 /* Override any GCC internal prototype to avoid an error.
1953    Use char because int might match the return type of a GCC
1954    builtin and then its argument prototype would still apply.  */
1955 #ifdef __cplusplus
1956 extern "C"
1957 #endif
1958 char $2 ();
1959 /* The GNU C library defines this for functions which it implements
1960     to always fail with ENOSYS.  Some functions are actually named
1961     something starting with __ and the normal name is an alias.  */
1962 #if defined __stub_$2 || defined __stub___$2
1963 choke me
1964 #endif
1965
1966 int
1967 main ()
1968 {
1969 return $2 ();
1970   ;
1971   return 0;
1972 }
1973 _ACEOF
1974 if ac_fn_c_try_link "$LINENO"; then :
1975   eval "$3=yes"
1976 else
1977   eval "$3=no"
1978 fi
1979 rm -f core conftest.err conftest.$ac_objext \
1980     conftest$ac_exeext conftest.$ac_ext
1981 fi
1982 eval ac_res=\$$3
1983                { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_res" >&5
1984 $as_echo "$ac_res" >&6; }
1985   eval $as_lineno_stack; test "x$as_lineno_stack" = x && { as_lineno=; unset as_lineno;}
1986
1987 } # ac_fn_c_check_func
1988
1989 # ac_fn_c_check_member LINENO AGGR MEMBER VAR INCLUDES
1990 # ----------------------------------------------------
1991 # Tries to find if the field MEMBER exists in type AGGR, after including
1992 # INCLUDES, setting cache variable VAR accordingly.
1993 ac_fn_c_check_member ()
1994 {
1995   as_lineno=${as_lineno-"$1"} as_lineno_stack=as_lineno_stack=$as_lineno_stack
1996   { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $2.$3" >&5
1997 $as_echo_n "checking for $2.$3... " >&6; }
1998 if { as_var=$4; eval "test \"\${$as_var+set}\" = set"; }; then :
1999   $as_echo_n "(cached) " >&6
2000 else
2001   cat confdefs.h - <<_ACEOF >conftest.$ac_ext
2002 /* end confdefs.h.  */
2003 $5
2004 int
2005 main ()
2006 {
2007 static $2 ac_aggr;
2008 if (ac_aggr.$3)
2009 return 0;
2010   ;
2011   return 0;
2012 }
2013 _ACEOF
2014 if ac_fn_c_try_compile "$LINENO"; then :
2015   eval "$4=yes"
2016 else
2017   cat confdefs.h - <<_ACEOF >conftest.$ac_ext
2018 /* end confdefs.h.  */
2019 $5
2020 int
2021 main ()
2022 {
2023 static $2 ac_aggr;
2024 if (sizeof ac_aggr.$3)
2025 return 0;
2026   ;
2027   return 0;
2028 }
2029 _ACEOF
2030 if ac_fn_c_try_compile "$LINENO"; then :
2031   eval "$4=yes"
2032 else
2033   eval "$4=no"
2034 fi
2035 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
2036 fi
2037 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
2038 fi
2039 eval ac_res=\$$4
2040                { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_res" >&5
2041 $as_echo "$ac_res" >&6; }
2042   eval $as_lineno_stack; test "x$as_lineno_stack" = x && { as_lineno=; unset as_lineno;}
2043
2044 } # ac_fn_c_check_member
2045
2046 # ac_fn_c_check_type LINENO TYPE VAR INCLUDES
2047 # -------------------------------------------
2048 # Tests whether TYPE exists after having included INCLUDES, setting cache
2049 # variable VAR accordingly.
2050 ac_fn_c_check_type ()
2051 {
2052   as_lineno=${as_lineno-"$1"} as_lineno_stack=as_lineno_stack=$as_lineno_stack
2053   { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $2" >&5
2054 $as_echo_n "checking for $2... " >&6; }
2055 if { as_var=$3; eval "test \"\${$as_var+set}\" = set"; }; then :
2056   $as_echo_n "(cached) " >&6
2057 else
2058   eval "$3=no"
2059   cat confdefs.h - <<_ACEOF >conftest.$ac_ext
2060 /* end confdefs.h.  */
2061 $4
2062 int
2063 main ()
2064 {
2065 if (sizeof ($2))
2066          return 0;
2067   ;
2068   return 0;
2069 }
2070 _ACEOF
2071 if ac_fn_c_try_compile "$LINENO"; then :
2072   cat confdefs.h - <<_ACEOF >conftest.$ac_ext
2073 /* end confdefs.h.  */
2074 $4
2075 int
2076 main ()
2077 {
2078 if (sizeof (($2)))
2079             return 0;
2080   ;
2081   return 0;
2082 }
2083 _ACEOF
2084 if ac_fn_c_try_compile "$LINENO"; then :
2085
2086 else
2087   eval "$3=yes"
2088 fi
2089 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
2090 fi
2091 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
2092 fi
2093 eval ac_res=\$$3
2094                { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_res" >&5
2095 $as_echo "$ac_res" >&6; }
2096   eval $as_lineno_stack; test "x$as_lineno_stack" = x && { as_lineno=; unset as_lineno;}
2097
2098 } # ac_fn_c_check_type
2099 cat >config.log <<_ACEOF
2100 This file contains any messages produced by compilers while
2101 running configure, to aid debugging if configure makes a mistake.
2102
2103 It was created by Wine $as_me 1.1.33, which was
2104 generated by GNU Autoconf 2.64.  Invocation command line was
2105
2106   $ $0 $@
2107
2108 _ACEOF
2109 exec 5>>config.log
2110 {
2111 cat <<_ASUNAME
2112 ## --------- ##
2113 ## Platform. ##
2114 ## --------- ##
2115
2116 hostname = `(hostname || uname -n) 2>/dev/null | sed 1q`
2117 uname -m = `(uname -m) 2>/dev/null || echo unknown`
2118 uname -r = `(uname -r) 2>/dev/null || echo unknown`
2119 uname -s = `(uname -s) 2>/dev/null || echo unknown`
2120 uname -v = `(uname -v) 2>/dev/null || echo unknown`
2121
2122 /usr/bin/uname -p = `(/usr/bin/uname -p) 2>/dev/null || echo unknown`
2123 /bin/uname -X     = `(/bin/uname -X) 2>/dev/null     || echo unknown`
2124
2125 /bin/arch              = `(/bin/arch) 2>/dev/null              || echo unknown`
2126 /usr/bin/arch -k       = `(/usr/bin/arch -k) 2>/dev/null       || echo unknown`
2127 /usr/convex/getsysinfo = `(/usr/convex/getsysinfo) 2>/dev/null || echo unknown`
2128 /usr/bin/hostinfo      = `(/usr/bin/hostinfo) 2>/dev/null      || echo unknown`
2129 /bin/machine           = `(/bin/machine) 2>/dev/null           || echo unknown`
2130 /usr/bin/oslevel       = `(/usr/bin/oslevel) 2>/dev/null       || echo unknown`
2131 /bin/universe          = `(/bin/universe) 2>/dev/null          || echo unknown`
2132
2133 _ASUNAME
2134
2135 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
2136 for as_dir in $PATH
2137 do
2138   IFS=$as_save_IFS
2139   test -z "$as_dir" && as_dir=.
2140     $as_echo "PATH: $as_dir"
2141   done
2142 IFS=$as_save_IFS
2143
2144 } >&5
2145
2146 cat >&5 <<_ACEOF
2147
2148
2149 ## ----------- ##
2150 ## Core tests. ##
2151 ## ----------- ##
2152
2153 _ACEOF
2154
2155
2156 # Keep a trace of the command line.
2157 # Strip out --no-create and --no-recursion so they do not pile up.
2158 # Strip out --silent because we don't want to record it for future runs.
2159 # Also quote any args containing shell meta-characters.
2160 # Make two passes to allow for proper duplicate-argument suppression.
2161 ac_configure_args=
2162 ac_configure_args0=
2163 ac_configure_args1=
2164 ac_must_keep_next=false
2165 for ac_pass in 1 2
2166 do
2167   for ac_arg
2168   do
2169     case $ac_arg in
2170     -no-create | --no-c* | -n | -no-recursion | --no-r*) continue ;;
2171     -q | -quiet | --quiet | --quie | --qui | --qu | --q \
2172     | -silent | --silent | --silen | --sile | --sil)
2173       continue ;;
2174     *\'*)
2175       ac_arg=`$as_echo "$ac_arg" | sed "s/'/'\\\\\\\\''/g"` ;;
2176     esac
2177     case $ac_pass in
2178     1) as_fn_append ac_configure_args0 " '$ac_arg'" ;;
2179     2)
2180       as_fn_append ac_configure_args1 " '$ac_arg'"
2181       if test $ac_must_keep_next = true; then
2182         ac_must_keep_next=false # Got value, back to normal.
2183       else
2184         case $ac_arg in
2185           *=* | --config-cache | -C | -disable-* | --disable-* \
2186           | -enable-* | --enable-* | -gas | --g* | -nfp | --nf* \
2187           | -q | -quiet | --q* | -silent | --sil* | -v | -verb* \
2188           | -with-* | --with-* | -without-* | --without-* | --x)
2189             case "$ac_configure_args0 " in
2190               "$ac_configure_args1"*" '$ac_arg' "* ) continue ;;
2191             esac
2192             ;;
2193           -* ) ac_must_keep_next=true ;;
2194         esac
2195       fi
2196       as_fn_append ac_configure_args " '$ac_arg'"
2197       ;;
2198     esac
2199   done
2200 done
2201 { ac_configure_args0=; unset ac_configure_args0;}
2202 { ac_configure_args1=; unset ac_configure_args1;}
2203
2204 # When interrupted or exit'd, cleanup temporary files, and complete
2205 # config.log.  We remove comments because anyway the quotes in there
2206 # would cause problems or look ugly.
2207 # WARNING: Use '\'' to represent an apostrophe within the trap.
2208 # WARNING: Do not start the trap code with a newline, due to a FreeBSD 4.0 bug.
2209 trap 'exit_status=$?
2210   # Save into config.log some information that might help in debugging.
2211   {
2212     echo
2213
2214     cat <<\_ASBOX
2215 ## ---------------- ##
2216 ## Cache variables. ##
2217 ## ---------------- ##
2218 _ASBOX
2219     echo
2220     # The following way of writing the cache mishandles newlines in values,
2221 (
2222   for ac_var in `(set) 2>&1 | sed -n '\''s/^\([a-zA-Z_][a-zA-Z0-9_]*\)=.*/\1/p'\''`; do
2223     eval ac_val=\$$ac_var
2224     case $ac_val in #(
2225     *${as_nl}*)
2226       case $ac_var in #(
2227       *_cv_*) { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: cache variable $ac_var contains a newline" >&5
2228 $as_echo "$as_me: WARNING: cache variable $ac_var contains a newline" >&2;} ;;
2229       esac
2230       case $ac_var in #(
2231       _ | IFS | as_nl) ;; #(
2232       BASH_ARGV | BASH_SOURCE) eval $ac_var= ;; #(
2233       *) { eval $ac_var=; unset $ac_var;} ;;
2234       esac ;;
2235     esac
2236   done
2237   (set) 2>&1 |
2238     case $as_nl`(ac_space='\'' '\''; set) 2>&1` in #(
2239     *${as_nl}ac_space=\ *)
2240       sed -n \
2241         "s/'\''/'\''\\\\'\'''\''/g;
2242           s/^\\([_$as_cr_alnum]*_cv_[_$as_cr_alnum]*\\)=\\(.*\\)/\\1='\''\\2'\''/p"
2243       ;; #(
2244     *)
2245       sed -n "/^[_$as_cr_alnum]*_cv_[_$as_cr_alnum]*=/p"
2246       ;;
2247     esac |
2248     sort
2249 )
2250     echo
2251
2252     cat <<\_ASBOX
2253 ## ----------------- ##
2254 ## Output variables. ##
2255 ## ----------------- ##
2256 _ASBOX
2257     echo
2258     for ac_var in $ac_subst_vars
2259     do
2260       eval ac_val=\$$ac_var
2261       case $ac_val in
2262       *\'\''*) ac_val=`$as_echo "$ac_val" | sed "s/'\''/'\''\\\\\\\\'\'''\''/g"`;;
2263       esac
2264       $as_echo "$ac_var='\''$ac_val'\''"
2265     done | sort
2266     echo
2267
2268     if test -n "$ac_subst_files"; then
2269       cat <<\_ASBOX
2270 ## ------------------- ##
2271 ## File substitutions. ##
2272 ## ------------------- ##
2273 _ASBOX
2274       echo
2275       for ac_var in $ac_subst_files
2276       do
2277         eval ac_val=\$$ac_var
2278         case $ac_val in
2279         *\'\''*) ac_val=`$as_echo "$ac_val" | sed "s/'\''/'\''\\\\\\\\'\'''\''/g"`;;
2280         esac
2281         $as_echo "$ac_var='\''$ac_val'\''"
2282       done | sort
2283       echo
2284     fi
2285
2286     if test -s confdefs.h; then
2287       cat <<\_ASBOX
2288 ## ----------- ##
2289 ## confdefs.h. ##
2290 ## ----------- ##
2291 _ASBOX
2292       echo
2293       cat confdefs.h
2294       echo
2295     fi
2296     test "$ac_signal" != 0 &&
2297       $as_echo "$as_me: caught signal $ac_signal"
2298     $as_echo "$as_me: exit $exit_status"
2299   } >&5
2300   rm -f core *.core core.conftest.* &&
2301     rm -f -r conftest* confdefs* conf$$* $ac_clean_files &&
2302     exit $exit_status
2303 ' 0
2304 for ac_signal in 1 2 13 15; do
2305   trap 'ac_signal='$ac_signal'; as_fn_exit 1' $ac_signal
2306 done
2307 ac_signal=0
2308
2309 # confdefs.h avoids OS command line length limits that DEFS can exceed.
2310 rm -f -r conftest* confdefs.h
2311
2312 $as_echo "/* confdefs.h */" > confdefs.h
2313
2314 # Predefined preprocessor variables.
2315
2316 cat >>confdefs.h <<_ACEOF
2317 #define PACKAGE_NAME "$PACKAGE_NAME"
2318 _ACEOF
2319
2320 cat >>confdefs.h <<_ACEOF
2321 #define PACKAGE_TARNAME "$PACKAGE_TARNAME"
2322 _ACEOF
2323
2324 cat >>confdefs.h <<_ACEOF
2325 #define PACKAGE_VERSION "$PACKAGE_VERSION"
2326 _ACEOF
2327
2328 cat >>confdefs.h <<_ACEOF
2329 #define PACKAGE_STRING "$PACKAGE_STRING"
2330 _ACEOF
2331
2332 cat >>confdefs.h <<_ACEOF
2333 #define PACKAGE_BUGREPORT "$PACKAGE_BUGREPORT"
2334 _ACEOF
2335
2336 cat >>confdefs.h <<_ACEOF
2337 #define PACKAGE_URL "$PACKAGE_URL"
2338 _ACEOF
2339
2340
2341 # Let the site file select an alternate cache file if it wants to.
2342 # Prefer an explicitly selected file to automatically selected ones.
2343 ac_site_file1=NONE
2344 ac_site_file2=NONE
2345 if test -n "$CONFIG_SITE"; then
2346   ac_site_file1=$CONFIG_SITE
2347 elif test "x$prefix" != xNONE; then
2348   ac_site_file1=$prefix/share/config.site
2349   ac_site_file2=$prefix/etc/config.site
2350 else
2351   ac_site_file1=$ac_default_prefix/share/config.site
2352   ac_site_file2=$ac_default_prefix/etc/config.site
2353 fi
2354 for ac_site_file in "$ac_site_file1" "$ac_site_file2"
2355 do
2356   test "x$ac_site_file" = xNONE && continue
2357   if test -r "$ac_site_file"; then
2358     { $as_echo "$as_me:${as_lineno-$LINENO}: loading site script $ac_site_file" >&5
2359 $as_echo "$as_me: loading site script $ac_site_file" >&6;}
2360     sed 's/^/| /' "$ac_site_file" >&5
2361     . "$ac_site_file"
2362   fi
2363 done
2364
2365 if test -r "$cache_file"; then
2366   # Some versions of bash will fail to source /dev/null (special
2367   # files actually), so we avoid doing that.
2368   if test -f "$cache_file"; then
2369     { $as_echo "$as_me:${as_lineno-$LINENO}: loading cache $cache_file" >&5
2370 $as_echo "$as_me: loading cache $cache_file" >&6;}
2371     case $cache_file in
2372       [\\/]* | ?:[\\/]* ) . "$cache_file";;
2373       *)                      . "./$cache_file";;
2374     esac
2375   fi
2376 else
2377   { $as_echo "$as_me:${as_lineno-$LINENO}: creating cache $cache_file" >&5
2378 $as_echo "$as_me: creating cache $cache_file" >&6;}
2379   >$cache_file
2380 fi
2381
2382 # Check that the precious variables saved in the cache have kept the same
2383 # value.
2384 ac_cache_corrupted=false
2385 for ac_var in $ac_precious_vars; do
2386   eval ac_old_set=\$ac_cv_env_${ac_var}_set
2387   eval ac_new_set=\$ac_env_${ac_var}_set
2388   eval ac_old_val=\$ac_cv_env_${ac_var}_value
2389   eval ac_new_val=\$ac_env_${ac_var}_value
2390   case $ac_old_set,$ac_new_set in
2391     set,)
2392       { $as_echo "$as_me:${as_lineno-$LINENO}: error: \`$ac_var' was set to \`$ac_old_val' in the previous run" >&5
2393 $as_echo "$as_me: error: \`$ac_var' was set to \`$ac_old_val' in the previous run" >&2;}
2394       ac_cache_corrupted=: ;;
2395     ,set)
2396       { $as_echo "$as_me:${as_lineno-$LINENO}: error: \`$ac_var' was not set in the previous run" >&5
2397 $as_echo "$as_me: error: \`$ac_var' was not set in the previous run" >&2;}
2398       ac_cache_corrupted=: ;;
2399     ,);;
2400     *)
2401       if test "x$ac_old_val" != "x$ac_new_val"; then
2402         # differences in whitespace do not lead to failure.
2403         ac_old_val_w=`echo x $ac_old_val`
2404         ac_new_val_w=`echo x $ac_new_val`
2405         if test "$ac_old_val_w" != "$ac_new_val_w"; then
2406           { $as_echo "$as_me:${as_lineno-$LINENO}: error: \`$ac_var' has changed since the previous run:" >&5
2407 $as_echo "$as_me: error: \`$ac_var' has changed since the previous run:" >&2;}
2408           ac_cache_corrupted=:
2409         else
2410           { $as_echo "$as_me:${as_lineno-$LINENO}: warning: ignoring whitespace changes in \`$ac_var' since the previous run:" >&5
2411 $as_echo "$as_me: warning: ignoring whitespace changes in \`$ac_var' since the previous run:" >&2;}
2412           eval $ac_var=\$ac_old_val
2413         fi
2414         { $as_echo "$as_me:${as_lineno-$LINENO}:   former value:  \`$ac_old_val'" >&5
2415 $as_echo "$as_me:   former value:  \`$ac_old_val'" >&2;}
2416         { $as_echo "$as_me:${as_lineno-$LINENO}:   current value: \`$ac_new_val'" >&5
2417 $as_echo "$as_me:   current value: \`$ac_new_val'" >&2;}
2418       fi;;
2419   esac
2420   # Pass precious variables to config.status.
2421   if test "$ac_new_set" = set; then
2422     case $ac_new_val in
2423     *\'*) ac_arg=$ac_var=`$as_echo "$ac_new_val" | sed "s/'/'\\\\\\\\''/g"` ;;
2424     *) ac_arg=$ac_var=$ac_new_val ;;
2425     esac
2426     case " $ac_configure_args " in
2427       *" '$ac_arg' "*) ;; # Avoid dups.  Use of quotes ensures accuracy.
2428       *) as_fn_append ac_configure_args " '$ac_arg'" ;;
2429     esac
2430   fi
2431 done
2432 if $ac_cache_corrupted; then
2433   { $as_echo "$as_me:${as_lineno-$LINENO}: error: in \`$ac_pwd':" >&5
2434 $as_echo "$as_me: error: in \`$ac_pwd':" >&2;}
2435   { $as_echo "$as_me:${as_lineno-$LINENO}: error: changes in the environment can compromise the build" >&5
2436 $as_echo "$as_me: error: changes in the environment can compromise the build" >&2;}
2437   as_fn_error "run \`make distclean' and/or \`rm $cache_file' and start over" "$LINENO" 5
2438 fi
2439 ## -------------------- ##
2440 ## Main body of script. ##
2441 ## -------------------- ##
2442
2443 ac_ext=c
2444 ac_cpp='$CPP $CPPFLAGS'
2445 ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
2446 ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
2447 ac_compiler_gnu=$ac_cv_c_compiler_gnu
2448
2449
2450
2451 ac_config_headers="$ac_config_headers include/config.h"
2452
2453 ac_aux_dir=
2454 for ac_dir in tools "$srcdir"/tools; do
2455   for ac_t in install-sh install.sh shtool; do
2456     if test -f "$ac_dir/$ac_t"; then
2457       ac_aux_dir=$ac_dir
2458       ac_install_sh="$ac_aux_dir/$ac_t -c"
2459       break 2
2460     fi
2461   done
2462 done
2463 if test -z "$ac_aux_dir"; then
2464   as_fn_error "cannot find install-sh, install.sh, or shtool in tools \"$srcdir\"/tools" "$LINENO" 5
2465 fi
2466
2467 # These three variables are undocumented and unsupported,
2468 # and are intended to be withdrawn in a future Autoconf release.
2469 # They can cause serious problems if a builder's source tree is in a directory
2470 # whose full name contains unusual characters.
2471 ac_config_guess="$SHELL $ac_aux_dir/config.guess"  # Please don't use this var.
2472 ac_config_sub="$SHELL $ac_aux_dir/config.sub"  # Please don't use this var.
2473 ac_configure="$SHELL $ac_aux_dir/configure"  # Please don't use this var.
2474
2475
2476
2477
2478 # Check whether --enable-win16 was given.
2479 if test "${enable_win16+set}" = set; then :
2480   enableval=$enable_win16;
2481 fi
2482
2483 # Check whether --enable-win64 was given.
2484 if test "${enable_win64+set}" = set; then :
2485   enableval=$enable_win64;
2486 fi
2487
2488 # Check whether --enable-tests was given.
2489 if test "${enable_tests+set}" = set; then :
2490   enableval=$enable_tests;
2491 fi
2492
2493 # Check whether --enable-maintainer-mode was given.
2494 if test "${enable_maintainer_mode+set}" = set; then :
2495   enableval=$enable_maintainer_mode;
2496 else
2497   MAINTAINER_MODE=\#
2498
2499 fi
2500
2501
2502
2503 # Check whether --with-alsa was given.
2504 if test "${with_alsa+set}" = set; then :
2505   withval=$with_alsa; if test "x$withval" = "xno"; then ac_cv_header_sys_asoundlib_h=no; ac_cv_header_alsa_asoundlib_h=no; fi
2506 fi
2507
2508
2509 # Check whether --with-audioio was given.
2510 if test "${with_audioio+set}" = set; then :
2511   withval=$with_audioio; if test "x$withval" = "xno"; then ac_cv_header_libaudioio_h=no; fi
2512 fi
2513
2514
2515 # Check whether --with-capi was given.
2516 if test "${with_capi+set}" = set; then :
2517   withval=$with_capi; if test "x$withval" = "xno"; then ac_cv_header_capi20_h=no; ac_cv_header_linux_capi_h=no; fi
2518 fi
2519
2520
2521 # Check whether --with-cms was given.
2522 if test "${with_cms+set}" = set; then :
2523   withval=$with_cms; if test "x$withval" = "xno"; then ac_cv_header_lcms_h=no; ac_cv_header_lcms_lcms_h=no; fi
2524 fi
2525
2526
2527 # Check whether --with-coreaudio was given.
2528 if test "${with_coreaudio+set}" = set; then :
2529   withval=$with_coreaudio; if test "x$withval" = "xno"; then ac_cv_header_CoreAudio_CoreAudio_h=no; fi
2530 fi
2531
2532
2533 # Check whether --with-cups was given.
2534 if test "${with_cups+set}" = set; then :
2535   withval=$with_cups;
2536 fi
2537
2538
2539 # Check whether --with-curses was given.
2540 if test "${with_curses+set}" = set; then :
2541   withval=$with_curses; if test "x$withval" = "xno"; then ac_cv_header_ncurses_h=no; ac_cv_header_curses_h=no; fi
2542 fi
2543
2544
2545 # Check whether --with-esd was given.
2546 if test "${with_esd+set}" = set; then :
2547   withval=$with_esd;
2548 fi
2549
2550
2551 # Check whether --with-fontconfig was given.
2552 if test "${with_fontconfig+set}" = set; then :
2553   withval=$with_fontconfig; if test "x$withval" = "xno"; then ac_cv_header_fontconfig_fontconfig_h=no; fi
2554 fi
2555
2556
2557 # Check whether --with-freetype was given.
2558 if test "${with_freetype+set}" = set; then :
2559   withval=$with_freetype;
2560 fi
2561
2562
2563 # Check whether --with-gphoto was given.
2564 if test "${with_gphoto+set}" = set; then :
2565   withval=$with_gphoto;
2566 fi
2567
2568
2569 # Check whether --with-glu was given.
2570 if test "${with_glu+set}" = set; then :
2571   withval=$with_glu; if test "x$withval" = "xno"; then ac_cv_header_GL_glu_h=no; fi
2572 fi
2573
2574
2575 # Check whether --with-gnutls was given.
2576 if test "${with_gnutls+set}" = set; then :
2577   withval=$with_gnutls;
2578 fi
2579
2580
2581 # Check whether --with-gsm was given.
2582 if test "${with_gsm+set}" = set; then :
2583   withval=$with_gsm; if test "x$withval" = "xno"; then ac_cv_header_gsm_h=no; ac_cv_header_gsm_gsm_h=no; fi
2584 fi
2585
2586
2587 # Check whether --with-hal was given.
2588 if test "${with_hal+set}" = set; then :
2589   withval=$with_hal;
2590 fi
2591
2592
2593 # Check whether --with-jack was given.
2594 if test "${with_jack+set}" = set; then :
2595   withval=$with_jack; if test "x$withval" = "xno"; then ac_cv_header_jack_jack_h=no; fi
2596 fi
2597
2598
2599 # Check whether --with-jpeg was given.
2600 if test "${with_jpeg+set}" = set; then :
2601   withval=$with_jpeg; if test "x$withval" = "xno"; then ac_cv_header_jpeglib_h=no; fi
2602 fi
2603
2604
2605 # Check whether --with-ldap was given.
2606 if test "${with_ldap+set}" = set; then :
2607   withval=$with_ldap; if test "x$withval" = "xno"; then ac_cv_header_ldap_h=no; ac_cv_header_lber_h=no; fi
2608 fi
2609
2610
2611 # Check whether --with-mpg123 was given.
2612 if test "${with_mpg123+set}" = set; then :
2613   withval=$with_mpg123; if test "x$withval" = "xno"; then ac_cv_header_mpg123_h=no; fi
2614 fi
2615
2616
2617 # Check whether --with-nas was given.
2618 if test "${with_nas+set}" = set; then :
2619   withval=$with_nas; if test "x$withval" = "xno"; then ac_cv_header_audio_audiolib_h=no; fi
2620 fi
2621
2622
2623 # Check whether --with-openal was given.
2624 if test "${with_openal+set}" = set; then :
2625   withval=$with_openal; if test "x$withval" = "xno"; then ac_cv_header_AL_al_h=no; ac_cv_header_OpenAL_al_h=no; fi
2626 fi
2627
2628
2629 # Check whether --with-opengl was given.
2630 if test "${with_opengl+set}" = set; then :
2631   withval=$with_opengl;
2632 fi
2633
2634
2635 # Check whether --with-openssl was given.
2636 if test "${with_openssl+set}" = set; then :
2637   withval=$with_openssl; if test "x$withval" = "xno"; then ac_cv_header_openssl_err_h=no; ac_cv_header_openssl_ssl_h=no; fi
2638 fi
2639
2640
2641 # Check whether --with-oss was given.
2642 if test "${with_oss+set}" = set; then :
2643   withval=$with_oss; if test "x$withval" = "xno"; then ac_cv_header_soundcard_h=no; ac_cv_header_sys_soundcard_h=no; ac_cv_header_machine_soundcard_h=no; fi
2644 fi
2645
2646
2647 # Check whether --with-png was given.
2648 if test "${with_png+set}" = set; then :
2649   withval=$with_png; if test "x$withval" = "xno"; then ac_cv_header_png_h=no; fi
2650 fi
2651
2652
2653 # Check whether --with-pthread was given.
2654 if test "${with_pthread+set}" = set; then :
2655   withval=$with_pthread; if test "x$withval" = "xno"; then ac_cv_header_pthread_h=no; fi
2656 fi
2657
2658
2659 # Check whether --with-sane was given.
2660 if test "${with_sane+set}" = set; then :
2661   withval=$with_sane;
2662 fi
2663
2664
2665 # Check whether --with-xcomposite was given.
2666 if test "${with_xcomposite+set}" = set; then :
2667   withval=$with_xcomposite; if test "x$withval" = "xno"; then ac_cv_header_X11_extensions_Xcomposite_h=no; fi
2668 fi
2669
2670
2671 # Check whether --with-xcursor was given.
2672 if test "${with_xcursor+set}" = set; then :
2673   withval=$with_xcursor; if test "x$withval" = "xno"; then ac_cv_header_X11_Xcursor_Xcursor_h=no; fi
2674 fi
2675
2676
2677 # Check whether --with-xinerama was given.
2678 if test "${with_xinerama+set}" = set; then :
2679   withval=$with_xinerama; if test "x$withval" = "xno"; then ac_cv_header_X11_extensions_Xinerama_h=no; fi
2680 fi
2681
2682
2683 # Check whether --with-xinput was given.
2684 if test "${with_xinput+set}" = set; then :
2685   withval=$with_xinput; if test "x$withval" = "xno"; then ac_cv_header_X11_extensions_XInput_h=no; fi
2686 fi
2687
2688
2689 # Check whether --with-xml was given.
2690 if test "${with_xml+set}" = set; then :
2691   withval=$with_xml;
2692 fi
2693
2694
2695 # Check whether --with-xrandr was given.
2696 if test "${with_xrandr+set}" = set; then :
2697   withval=$with_xrandr; if test "x$withval" = "xno"; then ac_cv_header_X11_extensions_Xrandr_h=no; fi
2698 fi
2699
2700
2701 # Check whether --with-xrender was given.
2702 if test "${with_xrender+set}" = set; then :
2703   withval=$with_xrender; if test "x$withval" = "xno"; then ac_cv_header_X11_extensions_Xrender_h=no; fi
2704 fi
2705
2706
2707 # Check whether --with-xshape was given.
2708 if test "${with_xshape+set}" = set; then :
2709   withval=$with_xshape; if test "x$withval" = "xno"; then ac_cv_header_X11_extensions_shape_h=no; fi
2710 fi
2711
2712
2713 # Check whether --with-xshm was given.
2714 if test "${with_xshm+set}" = set; then :
2715   withval=$with_xshm; if test "x$withval" = "xno"; then ac_cv_header_X11_extensions_XShm_h=no; fi
2716 fi
2717
2718
2719 # Check whether --with-xslt was given.
2720 if test "${with_xslt+set}" = set; then :
2721   withval=$with_xslt;
2722 fi
2723
2724
2725 # Check whether --with-xxf86vm was given.
2726 if test "${with_xxf86vm+set}" = set; then :
2727   withval=$with_xxf86vm; if test "x$withval" = "xno"; then ac_cv_header_X11_extensions_xf86vmode_h=no; ac_cv_header_X11_extensions_xf86vmproto_h=no; fi
2728 fi
2729
2730
2731
2732 # Check whether --with-wine-tools was given.
2733 if test "${with_wine_tools+set}" = set; then :
2734   withval=$with_wine_tools;
2735 fi
2736
2737
2738 # Check whether --with-wine64 was given.
2739 if test "${with_wine64+set}" = set; then :
2740   withval=$with_wine64;
2741 fi
2742
2743
2744 # Make sure we can run config.sub.
2745 $SHELL "$ac_aux_dir/config.sub" sun4 >/dev/null 2>&1 ||
2746   as_fn_error "cannot run $SHELL $ac_aux_dir/config.sub" "$LINENO" 5
2747
2748 { $as_echo "$as_me:${as_lineno-$LINENO}: checking build system type" >&5
2749 $as_echo_n "checking build system type... " >&6; }
2750 if test "${ac_cv_build+set}" = set; then :
2751   $as_echo_n "(cached) " >&6
2752 else
2753   ac_build_alias=$build_alias
2754 test "x$ac_build_alias" = x &&
2755   ac_build_alias=`$SHELL "$ac_aux_dir/config.guess"`
2756 test "x$ac_build_alias" = x &&
2757   as_fn_error "cannot guess build type; you must specify one" "$LINENO" 5
2758 ac_cv_build=`$SHELL "$ac_aux_dir/config.sub" $ac_build_alias` ||
2759   as_fn_error "$SHELL $ac_aux_dir/config.sub $ac_build_alias failed" "$LINENO" 5
2760
2761 fi
2762 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_build" >&5
2763 $as_echo "$ac_cv_build" >&6; }
2764 case $ac_cv_build in
2765 *-*-*) ;;
2766 *) as_fn_error "invalid value of canonical build" "$LINENO" 5;;
2767 esac
2768 build=$ac_cv_build
2769 ac_save_IFS=$IFS; IFS='-'
2770 set x $ac_cv_build
2771 shift
2772 build_cpu=$1
2773 build_vendor=$2
2774 shift; shift
2775 # Remember, the first character of IFS is used to create $*,
2776 # except with old shells:
2777 build_os=$*
2778 IFS=$ac_save_IFS
2779 case $build_os in *\ *) build_os=`echo "$build_os" | sed 's/ /-/g'`;; esac
2780
2781
2782 { $as_echo "$as_me:${as_lineno-$LINENO}: checking host system type" >&5
2783 $as_echo_n "checking host system type... " >&6; }
2784 if test "${ac_cv_host+set}" = set; then :
2785   $as_echo_n "(cached) " >&6
2786 else
2787   if test "x$host_alias" = x; then
2788   ac_cv_host=$ac_cv_build
2789 else
2790   ac_cv_host=`$SHELL "$ac_aux_dir/config.sub" $host_alias` ||
2791     as_fn_error "$SHELL $ac_aux_dir/config.sub $host_alias failed" "$LINENO" 5
2792 fi
2793
2794 fi
2795 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_host" >&5
2796 $as_echo "$ac_cv_host" >&6; }
2797 case $ac_cv_host in
2798 *-*-*) ;;
2799 *) as_fn_error "invalid value of canonical host" "$LINENO" 5;;
2800 esac
2801 host=$ac_cv_host
2802 ac_save_IFS=$IFS; IFS='-'
2803 set x $ac_cv_host
2804 shift
2805 host_cpu=$1
2806 host_vendor=$2
2807 shift; shift
2808 # Remember, the first character of IFS is used to create $*,
2809 # except with old shells:
2810 host_os=$*
2811 IFS=$ac_save_IFS
2812 case $host_os in *\ *) host_os=`echo "$host_os" | sed 's/ /-/g'`;; esac
2813
2814
2815
2816 case "$srcdir" in
2817  .) ;;
2818  *) if test -f "$srcdir/Makefile" -o -f "$srcdir/include/config.h"; then
2819       as_fn_error "you are building out of the source tree, but the source tree contains object files.
2820 You need to run 'make distclean' in the source tree first." "$LINENO" 5
2821     fi ;;
2822 esac
2823
2824
2825 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether ${MAKE-make} sets \$(MAKE)" >&5
2826 $as_echo_n "checking whether ${MAKE-make} sets \$(MAKE)... " >&6; }
2827 set x ${MAKE-make}
2828 ac_make=`$as_echo "$2" | sed 's/+/p/g; s/[^a-zA-Z0-9_]/_/g'`
2829 if { as_var=ac_cv_prog_make_${ac_make}_set; eval "test \"\${$as_var+set}\" = set"; }; then :
2830   $as_echo_n "(cached) " >&6
2831 else
2832   cat >conftest.make <<\_ACEOF
2833 SHELL = /bin/sh
2834 all:
2835         @echo '@@@%%%=$(MAKE)=@@@%%%'
2836 _ACEOF
2837 # GNU make sometimes prints "make[1]: Entering...", which would confuse us.
2838 case `${MAKE-make} -f conftest.make 2>/dev/null` in
2839   *@@@%%%=?*=@@@%%%*)
2840     eval ac_cv_prog_make_${ac_make}_set=yes;;
2841   *)
2842     eval ac_cv_prog_make_${ac_make}_set=no;;
2843 esac
2844 rm -f conftest.make
2845 fi
2846 if eval test \$ac_cv_prog_make_${ac_make}_set = yes; then
2847   { $as_echo "$as_me:${as_lineno-$LINENO}: result: yes" >&5
2848 $as_echo "yes" >&6; }
2849   SET_MAKE=
2850 else
2851   { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
2852 $as_echo "no" >&6; }
2853   SET_MAKE="MAKE=${MAKE-make}"
2854 fi
2855
2856 ac_ext=c
2857 ac_cpp='$CPP $CPPFLAGS'
2858 ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
2859 ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
2860 ac_compiler_gnu=$ac_cv_c_compiler_gnu
2861 if test -n "$ac_tool_prefix"; then
2862   # Extract the first word of "${ac_tool_prefix}gcc", so it can be a program name with args.
2863 set dummy ${ac_tool_prefix}gcc; ac_word=$2
2864 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
2865 $as_echo_n "checking for $ac_word... " >&6; }
2866 if test "${ac_cv_prog_CC+set}" = set; then :
2867   $as_echo_n "(cached) " >&6
2868 else
2869   if test -n "$CC"; then
2870   ac_cv_prog_CC="$CC" # Let the user override the test.
2871 else
2872 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
2873 for as_dir in $PATH
2874 do
2875   IFS=$as_save_IFS
2876   test -z "$as_dir" && as_dir=.
2877     for ac_exec_ext in '' $ac_executable_extensions; do
2878   if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
2879     ac_cv_prog_CC="${ac_tool_prefix}gcc"
2880     $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
2881     break 2
2882   fi
2883 done
2884   done
2885 IFS=$as_save_IFS
2886
2887 fi
2888 fi
2889 CC=$ac_cv_prog_CC
2890 if test -n "$CC"; then
2891   { $as_echo "$as_me:${as_lineno-$LINENO}: result: $CC" >&5
2892 $as_echo "$CC" >&6; }
2893 else
2894   { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
2895 $as_echo "no" >&6; }
2896 fi
2897
2898
2899 fi
2900 if test -z "$ac_cv_prog_CC"; then
2901   ac_ct_CC=$CC
2902   # Extract the first word of "gcc", so it can be a program name with args.
2903 set dummy gcc; ac_word=$2
2904 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
2905 $as_echo_n "checking for $ac_word... " >&6; }
2906 if test "${ac_cv_prog_ac_ct_CC+set}" = set; then :
2907   $as_echo_n "(cached) " >&6
2908 else
2909   if test -n "$ac_ct_CC"; then
2910   ac_cv_prog_ac_ct_CC="$ac_ct_CC" # Let the user override the test.
2911 else
2912 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
2913 for as_dir in $PATH
2914 do
2915   IFS=$as_save_IFS
2916   test -z "$as_dir" && as_dir=.
2917     for ac_exec_ext in '' $ac_executable_extensions; do
2918   if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
2919     ac_cv_prog_ac_ct_CC="gcc"
2920     $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
2921     break 2
2922   fi
2923 done
2924   done
2925 IFS=$as_save_IFS
2926
2927 fi
2928 fi
2929 ac_ct_CC=$ac_cv_prog_ac_ct_CC
2930 if test -n "$ac_ct_CC"; then
2931   { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_ct_CC" >&5
2932 $as_echo "$ac_ct_CC" >&6; }
2933 else
2934   { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
2935 $as_echo "no" >&6; }
2936 fi
2937
2938   if test "x$ac_ct_CC" = x; then
2939     CC=""
2940   else
2941     case $cross_compiling:$ac_tool_warned in
2942 yes:)
2943 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: using cross tools not prefixed with host triplet" >&5
2944 $as_echo "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;}
2945 ac_tool_warned=yes ;;
2946 esac
2947     CC=$ac_ct_CC
2948   fi
2949 else
2950   CC="$ac_cv_prog_CC"
2951 fi
2952
2953 if test -z "$CC"; then
2954           if test -n "$ac_tool_prefix"; then
2955     # Extract the first word of "${ac_tool_prefix}cc", so it can be a program name with args.
2956 set dummy ${ac_tool_prefix}cc; ac_word=$2
2957 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
2958 $as_echo_n "checking for $ac_word... " >&6; }
2959 if test "${ac_cv_prog_CC+set}" = set; then :
2960   $as_echo_n "(cached) " >&6
2961 else
2962   if test -n "$CC"; then
2963   ac_cv_prog_CC="$CC" # Let the user override the test.
2964 else
2965 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
2966 for as_dir in $PATH
2967 do
2968   IFS=$as_save_IFS
2969   test -z "$as_dir" && as_dir=.
2970     for ac_exec_ext in '' $ac_executable_extensions; do
2971   if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
2972     ac_cv_prog_CC="${ac_tool_prefix}cc"
2973     $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
2974     break 2
2975   fi
2976 done
2977   done
2978 IFS=$as_save_IFS
2979
2980 fi
2981 fi
2982 CC=$ac_cv_prog_CC
2983 if test -n "$CC"; then
2984   { $as_echo "$as_me:${as_lineno-$LINENO}: result: $CC" >&5
2985 $as_echo "$CC" >&6; }
2986 else
2987   { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
2988 $as_echo "no" >&6; }
2989 fi
2990
2991
2992   fi
2993 fi
2994 if test -z "$CC"; then
2995   # Extract the first word of "cc", so it can be a program name with args.
2996 set dummy cc; ac_word=$2
2997 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
2998 $as_echo_n "checking for $ac_word... " >&6; }
2999 if test "${ac_cv_prog_CC+set}" = set; then :
3000   $as_echo_n "(cached) " >&6
3001 else
3002   if test -n "$CC"; then
3003   ac_cv_prog_CC="$CC" # Let the user override the test.
3004 else
3005   ac_prog_rejected=no
3006 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
3007 for as_dir in $PATH
3008 do
3009   IFS=$as_save_IFS
3010   test -z "$as_dir" && as_dir=.
3011     for ac_exec_ext in '' $ac_executable_extensions; do
3012   if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
3013     if test "$as_dir/$ac_word$ac_exec_ext" = "/usr/ucb/cc"; then
3014        ac_prog_rejected=yes
3015        continue
3016      fi
3017     ac_cv_prog_CC="cc"
3018     $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
3019     break 2
3020   fi
3021 done
3022   done
3023 IFS=$as_save_IFS
3024
3025 if test $ac_prog_rejected = yes; then
3026   # We found a bogon in the path, so make sure we never use it.
3027   set dummy $ac_cv_prog_CC
3028   shift
3029   if test $# != 0; then
3030     # We chose a different compiler from the bogus one.
3031     # However, it has the same basename, so the bogon will be chosen
3032     # first if we set CC to just the basename; use the full file name.
3033     shift
3034     ac_cv_prog_CC="$as_dir/$ac_word${1+' '}$@"
3035   fi
3036 fi
3037 fi
3038 fi
3039 CC=$ac_cv_prog_CC
3040 if test -n "$CC"; then
3041   { $as_echo "$as_me:${as_lineno-$LINENO}: result: $CC" >&5
3042 $as_echo "$CC" >&6; }
3043 else
3044   { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
3045 $as_echo "no" >&6; }
3046 fi
3047
3048
3049 fi
3050 if test -z "$CC"; then
3051   if test -n "$ac_tool_prefix"; then
3052   for ac_prog in cl.exe
3053   do
3054     # Extract the first word of "$ac_tool_prefix$ac_prog", so it can be a program name with args.
3055 set dummy $ac_tool_prefix$ac_prog; ac_word=$2
3056 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
3057 $as_echo_n "checking for $ac_word... " >&6; }
3058 if test "${ac_cv_prog_CC+set}" = set; then :
3059   $as_echo_n "(cached) " >&6
3060 else
3061   if test -n "$CC"; then
3062   ac_cv_prog_CC="$CC" # Let the user override the test.
3063 else
3064 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
3065 for as_dir in $PATH
3066 do
3067   IFS=$as_save_IFS
3068   test -z "$as_dir" && as_dir=.
3069     for ac_exec_ext in '' $ac_executable_extensions; do
3070   if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
3071     ac_cv_prog_CC="$ac_tool_prefix$ac_prog"
3072     $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
3073     break 2
3074   fi
3075 done
3076   done
3077 IFS=$as_save_IFS
3078
3079 fi
3080 fi
3081 CC=$ac_cv_prog_CC
3082 if test -n "$CC"; then
3083   { $as_echo "$as_me:${as_lineno-$LINENO}: result: $CC" >&5
3084 $as_echo "$CC" >&6; }
3085 else
3086   { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
3087 $as_echo "no" >&6; }
3088 fi
3089
3090
3091     test -n "$CC" && break
3092   done
3093 fi
3094 if test -z "$CC"; then
3095   ac_ct_CC=$CC
3096   for ac_prog in cl.exe
3097 do
3098   # Extract the first word of "$ac_prog", so it can be a program name with args.
3099 set dummy $ac_prog; ac_word=$2
3100 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
3101 $as_echo_n "checking for $ac_word... " >&6; }
3102 if test "${ac_cv_prog_ac_ct_CC+set}" = set; then :
3103   $as_echo_n "(cached) " >&6
3104 else
3105   if test -n "$ac_ct_CC"; then
3106   ac_cv_prog_ac_ct_CC="$ac_ct_CC" # Let the user override the test.
3107 else
3108 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
3109 for as_dir in $PATH
3110 do
3111   IFS=$as_save_IFS
3112   test -z "$as_dir" && as_dir=.
3113     for ac_exec_ext in '' $ac_executable_extensions; do
3114   if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
3115     ac_cv_prog_ac_ct_CC="$ac_prog"
3116     $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
3117     break 2
3118   fi
3119 done
3120   done
3121 IFS=$as_save_IFS
3122
3123 fi
3124 fi
3125 ac_ct_CC=$ac_cv_prog_ac_ct_CC
3126 if test -n "$ac_ct_CC"; then
3127   { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_ct_CC" >&5
3128 $as_echo "$ac_ct_CC" >&6; }
3129 else
3130   { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
3131 $as_echo "no" >&6; }
3132 fi
3133
3134
3135   test -n "$ac_ct_CC" && break
3136 done
3137
3138   if test "x$ac_ct_CC" = x; then
3139     CC=""
3140   else
3141     case $cross_compiling:$ac_tool_warned in
3142 yes:)
3143 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: using cross tools not prefixed with host triplet" >&5
3144 $as_echo "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;}
3145 ac_tool_warned=yes ;;
3146 esac
3147     CC=$ac_ct_CC
3148   fi
3149 fi
3150
3151 fi
3152
3153
3154 test -z "$CC" && { { $as_echo "$as_me:${as_lineno-$LINENO}: error: in \`$ac_pwd':" >&5
3155 $as_echo "$as_me: error: in \`$ac_pwd':" >&2;}
3156 as_fn_error "no acceptable C compiler found in \$PATH
3157 See \`config.log' for more details." "$LINENO" 5; }
3158
3159 # Provide some information about the compiler.
3160 $as_echo "$as_me:${as_lineno-$LINENO}: checking for C compiler version" >&5
3161 set X $ac_compile
3162 ac_compiler=$2
3163 for ac_option in --version -v -V -qversion; do
3164   { { ac_try="$ac_compiler $ac_option >&5"
3165 case "(($ac_try" in
3166   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
3167   *) ac_try_echo=$ac_try;;
3168 esac
3169 eval ac_try_echo="\"\$as_me:${as_lineno-$LINENO}: $ac_try_echo\""
3170 $as_echo "$ac_try_echo"; } >&5
3171   (eval "$ac_compiler $ac_option >&5") 2>conftest.err
3172   ac_status=$?
3173   if test -s conftest.err; then
3174     sed '10a\
3175 ... rest of stderr output deleted ...
3176          10q' conftest.err >conftest.er1
3177     cat conftest.er1 >&5
3178     rm -f conftest.er1 conftest.err
3179   fi
3180   $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
3181   test $ac_status = 0; }
3182 done
3183
3184 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
3185 /* end confdefs.h.  */
3186 #include <stdio.h>
3187 int
3188 main ()
3189 {
3190 FILE *f = fopen ("conftest.out", "w");
3191  return ferror (f) || fclose (f) != 0;
3192
3193   ;
3194   return 0;
3195 }
3196 _ACEOF
3197 ac_clean_files_save=$ac_clean_files
3198 ac_clean_files="$ac_clean_files a.out a.out.dSYM a.exe b.out conftest.out"
3199 # Try to create an executable without -o first, disregard a.out.
3200 # It will help us diagnose broken compilers, and finding out an intuition
3201 # of exeext.
3202 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for C compiler default output file name" >&5
3203 $as_echo_n "checking for C compiler default output file name... " >&6; }
3204 ac_link_default=`$as_echo "$ac_link" | sed 's/ -o *conftest[^ ]*//'`
3205
3206 # The possible output files:
3207 ac_files="a.out conftest.exe conftest a.exe a_out.exe b.out conftest.*"
3208
3209 ac_rmfiles=
3210 for ac_file in $ac_files
3211 do
3212   case $ac_file in
3213     *.$ac_ext | *.xcoff | *.tds | *.d | *.pdb | *.xSYM | *.bb | *.bbg | *.map | *.inf | *.dSYM | *.o | *.obj ) ;;
3214     * ) ac_rmfiles="$ac_rmfiles $ac_file";;
3215   esac
3216 done
3217 rm -f $ac_rmfiles
3218
3219 if { { ac_try="$ac_link_default"
3220 case "(($ac_try" in
3221   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
3222   *) ac_try_echo=$ac_try;;
3223 esac
3224 eval ac_try_echo="\"\$as_me:${as_lineno-$LINENO}: $ac_try_echo\""
3225 $as_echo "$ac_try_echo"; } >&5
3226   (eval "$ac_link_default") 2>&5
3227   ac_status=$?
3228   $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
3229   test $ac_status = 0; }; then :
3230   # Autoconf-2.13 could set the ac_cv_exeext variable to `no'.
3231 # So ignore a value of `no', otherwise this would lead to `EXEEXT = no'
3232 # in a Makefile.  We should not override ac_cv_exeext if it was cached,
3233 # so that the user can short-circuit this test for compilers unknown to
3234 # Autoconf.
3235 for ac_file in $ac_files ''
3236 do
3237   test -f "$ac_file" || continue
3238   case $ac_file in
3239     *.$ac_ext | *.xcoff | *.tds | *.d | *.pdb | *.xSYM | *.bb | *.bbg | *.map | *.inf | *.dSYM | *.o | *.obj )
3240         ;;
3241     [ab].out )
3242         # We found the default executable, but exeext='' is most
3243         # certainly right.
3244         break;;
3245     *.* )
3246         if test "${ac_cv_exeext+set}" = set && test "$ac_cv_exeext" != no;
3247         then :; else
3248            ac_cv_exeext=`expr "$ac_file" : '[^.]*\(\..*\)'`
3249         fi
3250         # We set ac_cv_exeext here because the later test for it is not
3251         # safe: cross compilers may not add the suffix if given an `-o'
3252         # argument, so we may need to know it at that point already.
3253         # Even if this section looks crufty: it has the advantage of
3254         # actually working.
3255         break;;
3256     * )
3257         break;;
3258   esac
3259 done
3260 test "$ac_cv_exeext" = no && ac_cv_exeext=
3261
3262 else
3263   ac_file=''
3264 fi
3265 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_file" >&5
3266 $as_echo "$ac_file" >&6; }
3267 if test -z "$ac_file"; then :
3268   $as_echo "$as_me: failed program was:" >&5
3269 sed 's/^/| /' conftest.$ac_ext >&5
3270
3271 { { $as_echo "$as_me:${as_lineno-$LINENO}: error: in \`$ac_pwd':" >&5
3272 $as_echo "$as_me: error: in \`$ac_pwd':" >&2;}
3273 { as_fn_set_status 77
3274 as_fn_error "C compiler cannot create executables
3275 See \`config.log' for more details." "$LINENO" 5; }; }
3276 fi
3277 ac_exeext=$ac_cv_exeext
3278
3279 # Check that the compiler produces executables we can run.  If not, either
3280 # the compiler is broken, or we cross compile.
3281 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether the C compiler works" >&5
3282 $as_echo_n "checking whether the C compiler works... " >&6; }
3283 # If not cross compiling, check that we can run a simple program.
3284 if test "$cross_compiling" != yes; then
3285   if { ac_try='./$ac_file'
3286   { { case "(($ac_try" in
3287   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
3288   *) ac_try_echo=$ac_try;;
3289 esac
3290 eval ac_try_echo="\"\$as_me:${as_lineno-$LINENO}: $ac_try_echo\""
3291 $as_echo "$ac_try_echo"; } >&5
3292   (eval "$ac_try") 2>&5
3293   ac_status=$?
3294   $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
3295   test $ac_status = 0; }; }; then
3296     cross_compiling=no
3297   else
3298     if test "$cross_compiling" = maybe; then
3299         cross_compiling=yes
3300     else
3301         { { $as_echo "$as_me:${as_lineno-$LINENO}: error: in \`$ac_pwd':" >&5
3302 $as_echo "$as_me: error: in \`$ac_pwd':" >&2;}
3303 as_fn_error "cannot run C compiled programs.
3304 If you meant to cross compile, use \`--host'.
3305 See \`config.log' for more details." "$LINENO" 5; }
3306     fi
3307   fi
3308 fi
3309 { $as_echo "$as_me:${as_lineno-$LINENO}: result: yes" >&5
3310 $as_echo "yes" >&6; }
3311
3312 rm -f -r a.out a.out.dSYM a.exe conftest$ac_cv_exeext b.out conftest.out
3313 ac_clean_files=$ac_clean_files_save
3314 # Check that the compiler produces executables we can run.  If not, either
3315 # the compiler is broken, or we cross compile.
3316 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether we are cross compiling" >&5
3317 $as_echo_n "checking whether we are cross compiling... " >&6; }
3318 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $cross_compiling" >&5
3319 $as_echo "$cross_compiling" >&6; }
3320
3321 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for suffix of executables" >&5
3322 $as_echo_n "checking for suffix of executables... " >&6; }
3323 if { { ac_try="$ac_link"
3324 case "(($ac_try" in
3325   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
3326   *) ac_try_echo=$ac_try;;
3327 esac
3328 eval ac_try_echo="\"\$as_me:${as_lineno-$LINENO}: $ac_try_echo\""
3329 $as_echo "$ac_try_echo"; } >&5
3330   (eval "$ac_link") 2>&5
3331   ac_status=$?
3332   $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
3333   test $ac_status = 0; }; then :
3334   # If both `conftest.exe' and `conftest' are `present' (well, observable)
3335 # catch `conftest.exe'.  For instance with Cygwin, `ls conftest' will
3336 # work properly (i.e., refer to `conftest.exe'), while it won't with
3337 # `rm'.
3338 for ac_file in conftest.exe conftest conftest.*; do
3339   test -f "$ac_file" || continue
3340   case $ac_file in
3341     *.$ac_ext | *.xcoff | *.tds | *.d | *.pdb | *.xSYM | *.bb | *.bbg | *.map | *.inf | *.dSYM | *.o | *.obj ) ;;
3342     *.* ) ac_cv_exeext=`expr "$ac_file" : '[^.]*\(\..*\)'`
3343           break;;
3344     * ) break;;
3345   esac
3346 done
3347 else
3348   { { $as_echo "$as_me:${as_lineno-$LINENO}: error: in \`$ac_pwd':" >&5
3349 $as_echo "$as_me: error: in \`$ac_pwd':" >&2;}
3350 as_fn_error "cannot compute suffix of executables: cannot compile and link
3351 See \`config.log' for more details." "$LINENO" 5; }
3352 fi
3353 rm -f conftest$ac_cv_exeext
3354 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_exeext" >&5
3355 $as_echo "$ac_cv_exeext" >&6; }
3356
3357 rm -f conftest.$ac_ext
3358 EXEEXT=$ac_cv_exeext
3359 ac_exeext=$EXEEXT
3360 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for suffix of object files" >&5
3361 $as_echo_n "checking for suffix of object files... " >&6; }
3362 if test "${ac_cv_objext+set}" = set; then :
3363   $as_echo_n "(cached) " >&6
3364 else
3365   cat confdefs.h - <<_ACEOF >conftest.$ac_ext
3366 /* end confdefs.h.  */
3367
3368 int
3369 main ()
3370 {
3371
3372   ;
3373   return 0;
3374 }
3375 _ACEOF
3376 rm -f conftest.o conftest.obj
3377 if { { ac_try="$ac_compile"
3378 case "(($ac_try" in
3379   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
3380   *) ac_try_echo=$ac_try;;
3381 esac
3382 eval ac_try_echo="\"\$as_me:${as_lineno-$LINENO}: $ac_try_echo\""
3383 $as_echo "$ac_try_echo"; } >&5
3384   (eval "$ac_compile") 2>&5
3385   ac_status=$?
3386   $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
3387   test $ac_status = 0; }; then :
3388   for ac_file in conftest.o conftest.obj conftest.*; do
3389   test -f "$ac_file" || continue;
3390   case $ac_file in
3391     *.$ac_ext | *.xcoff | *.tds | *.d | *.pdb | *.xSYM | *.bb | *.bbg | *.map | *.inf | *.dSYM ) ;;
3392     *) ac_cv_objext=`expr "$ac_file" : '.*\.\(.*\)'`
3393        break;;
3394   esac
3395 done
3396 else
3397   $as_echo "$as_me: failed program was:" >&5
3398 sed 's/^/| /' conftest.$ac_ext >&5
3399
3400 { { $as_echo "$as_me:${as_lineno-$LINENO}: error: in \`$ac_pwd':" >&5
3401 $as_echo "$as_me: error: in \`$ac_pwd':" >&2;}
3402 as_fn_error "cannot compute suffix of object files: cannot compile
3403 See \`config.log' for more details." "$LINENO" 5; }
3404 fi
3405 rm -f conftest.$ac_cv_objext conftest.$ac_ext
3406 fi
3407 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_objext" >&5
3408 $as_echo "$ac_cv_objext" >&6; }
3409 OBJEXT=$ac_cv_objext
3410 ac_objext=$OBJEXT
3411 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether we are using the GNU C compiler" >&5
3412 $as_echo_n "checking whether we are using the GNU C compiler... " >&6; }
3413 if test "${ac_cv_c_compiler_gnu+set}" = set; then :
3414   $as_echo_n "(cached) " >&6
3415 else
3416   cat confdefs.h - <<_ACEOF >conftest.$ac_ext
3417 /* end confdefs.h.  */
3418
3419 int
3420 main ()
3421 {
3422 #ifndef __GNUC__
3423        choke me
3424 #endif
3425
3426   ;
3427   return 0;
3428 }
3429 _ACEOF
3430 if ac_fn_c_try_compile "$LINENO"; then :
3431   ac_compiler_gnu=yes
3432 else
3433   ac_compiler_gnu=no
3434 fi
3435 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
3436 ac_cv_c_compiler_gnu=$ac_compiler_gnu
3437
3438 fi
3439 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_c_compiler_gnu" >&5
3440 $as_echo "$ac_cv_c_compiler_gnu" >&6; }
3441 if test $ac_compiler_gnu = yes; then
3442   GCC=yes
3443 else
3444   GCC=
3445 fi
3446 ac_test_CFLAGS=${CFLAGS+set}
3447 ac_save_CFLAGS=$CFLAGS
3448 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether $CC accepts -g" >&5
3449 $as_echo_n "checking whether $CC accepts -g... " >&6; }
3450 if test "${ac_cv_prog_cc_g+set}" = set; then :
3451   $as_echo_n "(cached) " >&6
3452 else
3453   ac_save_c_werror_flag=$ac_c_werror_flag
3454    ac_c_werror_flag=yes
3455    ac_cv_prog_cc_g=no
3456    CFLAGS="-g"
3457    cat confdefs.h - <<_ACEOF >conftest.$ac_ext
3458 /* end confdefs.h.  */
3459
3460 int
3461 main ()
3462 {
3463
3464   ;
3465   return 0;
3466 }
3467 _ACEOF
3468 if ac_fn_c_try_compile "$LINENO"; then :
3469   ac_cv_prog_cc_g=yes
3470 else
3471   CFLAGS=""
3472       cat confdefs.h - <<_ACEOF >conftest.$ac_ext
3473 /* end confdefs.h.  */
3474
3475 int
3476 main ()
3477 {
3478
3479   ;
3480   return 0;
3481 }
3482 _ACEOF
3483 if ac_fn_c_try_compile "$LINENO"; then :
3484
3485 else
3486   ac_c_werror_flag=$ac_save_c_werror_flag
3487          CFLAGS="-g"
3488          cat confdefs.h - <<_ACEOF >conftest.$ac_ext
3489 /* end confdefs.h.  */
3490
3491 int
3492 main ()
3493 {
3494
3495   ;
3496   return 0;
3497 }
3498 _ACEOF
3499 if ac_fn_c_try_compile "$LINENO"; then :
3500   ac_cv_prog_cc_g=yes
3501 fi
3502 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
3503 fi
3504 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
3505 fi
3506 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
3507    ac_c_werror_flag=$ac_save_c_werror_flag
3508 fi
3509 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_prog_cc_g" >&5
3510 $as_echo "$ac_cv_prog_cc_g" >&6; }
3511 if test "$ac_test_CFLAGS" = set; then
3512   CFLAGS=$ac_save_CFLAGS
3513 elif test $ac_cv_prog_cc_g = yes; then
3514   if test "$GCC" = yes; then
3515     CFLAGS="-g -O2"
3516   else
3517     CFLAGS="-g"
3518   fi
3519 else
3520   if test "$GCC" = yes; then
3521     CFLAGS="-O2"
3522   else
3523     CFLAGS=
3524   fi
3525 fi
3526 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $CC option to accept ISO C89" >&5
3527 $as_echo_n "checking for $CC option to accept ISO C89... " >&6; }
3528 if test "${ac_cv_prog_cc_c89+set}" = set; then :
3529   $as_echo_n "(cached) " >&6
3530 else
3531   ac_cv_prog_cc_c89=no
3532 ac_save_CC=$CC
3533 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
3534 /* end confdefs.h.  */
3535 #include <stdarg.h>
3536 #include <stdio.h>
3537 #include <sys/types.h>
3538 #include <sys/stat.h>
3539 /* Most of the following tests are stolen from RCS 5.7's src/conf.sh.  */
3540 struct buf { int x; };
3541 FILE * (*rcsopen) (struct buf *, struct stat *, int);
3542 static char *e (p, i)
3543      char **p;
3544      int i;
3545 {
3546   return p[i];
3547 }
3548 static char *f (char * (*g) (char **, int), char **p, ...)
3549 {
3550   char *s;
3551   va_list v;
3552   va_start (v,p);
3553   s = g (p, va_arg (v,int));
3554   va_end (v);
3555   return s;
3556 }
3557
3558 /* OSF 4.0 Compaq cc is some sort of almost-ANSI by default.  It has
3559    function prototypes and stuff, but not '\xHH' hex character constants.
3560    These don't provoke an error unfortunately, instead are silently treated
3561    as 'x'.  The following induces an error, until -std is added to get
3562    proper ANSI mode.  Curiously '\x00'!='x' always comes out true, for an
3563    array size at least.  It's necessary to write '\x00'==0 to get something
3564    that's true only with -std.  */
3565 int osf4_cc_array ['\x00' == 0 ? 1 : -1];
3566
3567 /* IBM C 6 for AIX is almost-ANSI by default, but it replaces macro parameters
3568    inside strings and character constants.  */
3569 #define FOO(x) 'x'
3570 int xlc6_cc_array[FOO(a) == 'x' ? 1 : -1];
3571
3572 int test (int i, double x);
3573 struct s1 {int (*f) (int a);};
3574 struct s2 {int (*f) (double a);};
3575 int pairnames (int, char **, FILE *(*)(struct buf *, struct stat *, int), int, int);
3576 int argc;
3577 char **argv;
3578 int
3579 main ()
3580 {
3581 return f (e, argv, 0) != argv[0]  ||  f (e, argv, 1) != argv[1];
3582   ;
3583   return 0;
3584 }
3585 _ACEOF
3586 for ac_arg in '' -qlanglvl=extc89 -qlanglvl=ansi -std \
3587         -Ae "-Aa -D_HPUX_SOURCE" "-Xc -D__EXTENSIONS__"
3588 do
3589   CC="$ac_save_CC $ac_arg"
3590   if ac_fn_c_try_compile "$LINENO"; then :
3591   ac_cv_prog_cc_c89=$ac_arg
3592 fi
3593 rm -f core conftest.err conftest.$ac_objext
3594   test "x$ac_cv_prog_cc_c89" != "xno" && break
3595 done
3596 rm -f conftest.$ac_ext
3597 CC=$ac_save_CC
3598
3599 fi
3600 # AC_CACHE_VAL
3601 case "x$ac_cv_prog_cc_c89" in
3602   x)
3603     { $as_echo "$as_me:${as_lineno-$LINENO}: result: none needed" >&5
3604 $as_echo "none needed" >&6; } ;;
3605   xno)
3606     { $as_echo "$as_me:${as_lineno-$LINENO}: result: unsupported" >&5
3607 $as_echo "unsupported" >&6; } ;;
3608   *)
3609     CC="$CC $ac_cv_prog_cc_c89"
3610     { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_prog_cc_c89" >&5
3611 $as_echo "$ac_cv_prog_cc_c89" >&6; } ;;
3612 esac
3613 if test "x$ac_cv_prog_cc_c89" != xno; then :
3614
3615 fi
3616
3617 ac_ext=c
3618 ac_cpp='$CPP $CPPFLAGS'
3619 ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
3620 ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
3621 ac_compiler_gnu=$ac_cv_c_compiler_gnu
3622
3623 ac_ext=cpp
3624 ac_cpp='$CXXCPP $CPPFLAGS'
3625 ac_compile='$CXX -c $CXXFLAGS $CPPFLAGS conftest.$ac_ext >&5'
3626 ac_link='$CXX -o conftest$ac_exeext $CXXFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
3627 ac_compiler_gnu=$ac_cv_cxx_compiler_gnu
3628 if test -z "$CXX"; then
3629   if test -n "$CCC"; then
3630     CXX=$CCC
3631   else
3632     if test -n "$ac_tool_prefix"; then
3633   for ac_prog in g++ c++ gpp aCC CC cxx cc++ cl.exe FCC KCC RCC xlC_r xlC
3634   do
3635     # Extract the first word of "$ac_tool_prefix$ac_prog", so it can be a program name with args.
3636 set dummy $ac_tool_prefix$ac_prog; ac_word=$2
3637 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
3638 $as_echo_n "checking for $ac_word... " >&6; }
3639 if test "${ac_cv_prog_CXX+set}" = set; then :
3640   $as_echo_n "(cached) " >&6
3641 else
3642   if test -n "$CXX"; then
3643   ac_cv_prog_CXX="$CXX" # Let the user override the test.
3644 else
3645 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
3646 for as_dir in $PATH
3647 do
3648   IFS=$as_save_IFS
3649   test -z "$as_dir" && as_dir=.
3650     for ac_exec_ext in '' $ac_executable_extensions; do
3651   if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
3652     ac_cv_prog_CXX="$ac_tool_prefix$ac_prog"
3653     $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
3654     break 2
3655   fi
3656 done
3657   done
3658 IFS=$as_save_IFS
3659
3660 fi
3661 fi
3662 CXX=$ac_cv_prog_CXX
3663 if test -n "$CXX"; then
3664   { $as_echo "$as_me:${as_lineno-$LINENO}: result: $CXX" >&5
3665 $as_echo "$CXX" >&6; }
3666 else
3667   { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
3668 $as_echo "no" >&6; }
3669 fi
3670
3671
3672     test -n "$CXX" && break
3673   done
3674 fi
3675 if test -z "$CXX"; then
3676   ac_ct_CXX=$CXX
3677   for ac_prog in g++ c++ gpp aCC CC cxx cc++ cl.exe FCC KCC RCC xlC_r xlC
3678 do
3679   # Extract the first word of "$ac_prog", so it can be a program name with args.
3680 set dummy $ac_prog; ac_word=$2
3681 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
3682 $as_echo_n "checking for $ac_word... " >&6; }
3683 if test "${ac_cv_prog_ac_ct_CXX+set}" = set; then :
3684   $as_echo_n "(cached) " >&6
3685 else
3686   if test -n "$ac_ct_CXX"; then
3687   ac_cv_prog_ac_ct_CXX="$ac_ct_CXX" # Let the user override the test.
3688 else
3689 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
3690 for as_dir in $PATH
3691 do
3692   IFS=$as_save_IFS
3693   test -z "$as_dir" && as_dir=.
3694     for ac_exec_ext in '' $ac_executable_extensions; do
3695   if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
3696     ac_cv_prog_ac_ct_CXX="$ac_prog"
3697     $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
3698     break 2
3699   fi
3700 done
3701   done
3702 IFS=$as_save_IFS
3703
3704 fi
3705 fi
3706 ac_ct_CXX=$ac_cv_prog_ac_ct_CXX
3707 if test -n "$ac_ct_CXX"; then
3708   { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_ct_CXX" >&5
3709 $as_echo "$ac_ct_CXX" >&6; }
3710 else
3711   { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
3712 $as_echo "no" >&6; }
3713 fi
3714
3715
3716   test -n "$ac_ct_CXX" && break
3717 done
3718
3719   if test "x$ac_ct_CXX" = x; then
3720     CXX="g++"
3721   else
3722     case $cross_compiling:$ac_tool_warned in
3723 yes:)
3724 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: using cross tools not prefixed with host triplet" >&5
3725 $as_echo "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;}
3726 ac_tool_warned=yes ;;
3727 esac
3728     CXX=$ac_ct_CXX
3729   fi
3730 fi
3731
3732   fi
3733 fi
3734 # Provide some information about the compiler.
3735 $as_echo "$as_me:${as_lineno-$LINENO}: checking for C++ compiler version" >&5
3736 set X $ac_compile
3737 ac_compiler=$2
3738 for ac_option in --version -v -V -qversion; do
3739   { { ac_try="$ac_compiler $ac_option >&5"
3740 case "(($ac_try" in
3741   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
3742   *) ac_try_echo=$ac_try;;
3743 esac
3744 eval ac_try_echo="\"\$as_me:${as_lineno-$LINENO}: $ac_try_echo\""
3745 $as_echo "$ac_try_echo"; } >&5
3746   (eval "$ac_compiler $ac_option >&5") 2>conftest.err
3747   ac_status=$?
3748   if test -s conftest.err; then
3749     sed '10a\
3750 ... rest of stderr output deleted ...
3751          10q' conftest.err >conftest.er1
3752     cat conftest.er1 >&5
3753     rm -f conftest.er1 conftest.err
3754   fi
3755   $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
3756   test $ac_status = 0; }
3757 done
3758
3759 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether we are using the GNU C++ compiler" >&5
3760 $as_echo_n "checking whether we are using the GNU C++ compiler... " >&6; }
3761 if test "${ac_cv_cxx_compiler_gnu+set}" = set; then :
3762   $as_echo_n "(cached) " >&6
3763 else
3764   cat confdefs.h - <<_ACEOF >conftest.$ac_ext
3765 /* end confdefs.h.  */
3766
3767 int
3768 main ()
3769 {
3770 #ifndef __GNUC__
3771        choke me
3772 #endif
3773
3774   ;
3775   return 0;
3776 }
3777 _ACEOF
3778 if ac_fn_cxx_try_compile "$LINENO"; then :
3779   ac_compiler_gnu=yes
3780 else
3781   ac_compiler_gnu=no
3782 fi
3783 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
3784 ac_cv_cxx_compiler_gnu=$ac_compiler_gnu
3785
3786 fi
3787 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_cxx_compiler_gnu" >&5
3788 $as_echo "$ac_cv_cxx_compiler_gnu" >&6; }
3789 if test $ac_compiler_gnu = yes; then
3790   GXX=yes
3791 else
3792   GXX=
3793 fi
3794 ac_test_CXXFLAGS=${CXXFLAGS+set}
3795 ac_save_CXXFLAGS=$CXXFLAGS
3796 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether $CXX accepts -g" >&5
3797 $as_echo_n "checking whether $CXX accepts -g... " >&6; }
3798 if test "${ac_cv_prog_cxx_g+set}" = set; then :
3799   $as_echo_n "(cached) " >&6
3800 else
3801   ac_save_cxx_werror_flag=$ac_cxx_werror_flag
3802    ac_cxx_werror_flag=yes
3803    ac_cv_prog_cxx_g=no
3804    CXXFLAGS="-g"
3805    cat confdefs.h - <<_ACEOF >conftest.$ac_ext
3806 /* end confdefs.h.  */
3807
3808 int
3809 main ()
3810 {
3811
3812   ;
3813   return 0;
3814 }
3815 _ACEOF
3816 if ac_fn_cxx_try_compile "$LINENO"; then :
3817   ac_cv_prog_cxx_g=yes
3818 else
3819   CXXFLAGS=""
3820       cat confdefs.h - <<_ACEOF >conftest.$ac_ext
3821 /* end confdefs.h.  */
3822
3823 int
3824 main ()
3825 {
3826
3827   ;
3828   return 0;
3829 }
3830 _ACEOF
3831 if ac_fn_cxx_try_compile "$LINENO"; then :
3832
3833 else
3834   ac_cxx_werror_flag=$ac_save_cxx_werror_flag
3835          CXXFLAGS="-g"
3836          cat confdefs.h - <<_ACEOF >conftest.$ac_ext
3837 /* end confdefs.h.  */
3838
3839 int
3840 main ()
3841 {
3842
3843   ;
3844   return 0;
3845 }
3846 _ACEOF
3847 if ac_fn_cxx_try_compile "$LINENO"; then :
3848   ac_cv_prog_cxx_g=yes
3849 fi
3850 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
3851 fi
3852 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
3853 fi
3854 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
3855    ac_cxx_werror_flag=$ac_save_cxx_werror_flag
3856 fi
3857 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_prog_cxx_g" >&5
3858 $as_echo "$ac_cv_prog_cxx_g" >&6; }
3859 if test "$ac_test_CXXFLAGS" = set; then
3860   CXXFLAGS=$ac_save_CXXFLAGS
3861 elif test $ac_cv_prog_cxx_g = yes; then
3862   if test "$GXX" = yes; then
3863     CXXFLAGS="-g -O2"
3864   else
3865     CXXFLAGS="-g"
3866   fi
3867 else
3868   if test "$GXX" = yes; then
3869     CXXFLAGS="-O2"
3870   else
3871     CXXFLAGS=
3872   fi
3873 fi
3874 ac_ext=c
3875 ac_cpp='$CPP $CPPFLAGS'
3876 ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
3877 ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
3878 ac_compiler_gnu=$ac_cv_c_compiler_gnu
3879
3880 if test -n "$ac_tool_prefix"; then
3881   # Extract the first word of "${ac_tool_prefix}cpp", so it can be a program name with args.
3882 set dummy ${ac_tool_prefix}cpp; ac_word=$2
3883 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
3884 $as_echo_n "checking for $ac_word... " >&6; }
3885 if test "${ac_cv_prog_CPPBIN+set}" = set; then :
3886   $as_echo_n "(cached) " >&6
3887 else
3888   if test -n "$CPPBIN"; then
3889   ac_cv_prog_CPPBIN="$CPPBIN" # Let the user override the test.
3890 else
3891 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
3892 for as_dir in $PATH
3893 do
3894   IFS=$as_save_IFS
3895   test -z "$as_dir" && as_dir=.
3896     for ac_exec_ext in '' $ac_executable_extensions; do
3897   if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
3898     ac_cv_prog_CPPBIN="${ac_tool_prefix}cpp"
3899     $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
3900     break 2
3901   fi
3902 done
3903   done
3904 IFS=$as_save_IFS
3905
3906 fi
3907 fi
3908 CPPBIN=$ac_cv_prog_CPPBIN
3909 if test -n "$CPPBIN"; then
3910   { $as_echo "$as_me:${as_lineno-$LINENO}: result: $CPPBIN" >&5
3911 $as_echo "$CPPBIN" >&6; }
3912 else
3913   { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
3914 $as_echo "no" >&6; }
3915 fi
3916
3917
3918 fi
3919 if test -z "$ac_cv_prog_CPPBIN"; then
3920   ac_ct_CPPBIN=$CPPBIN
3921   # Extract the first word of "cpp", so it can be a program name with args.
3922 set dummy cpp; ac_word=$2
3923 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
3924 $as_echo_n "checking for $ac_word... " >&6; }
3925 if test "${ac_cv_prog_ac_ct_CPPBIN+set}" = set; then :
3926   $as_echo_n "(cached) " >&6
3927 else
3928   if test -n "$ac_ct_CPPBIN"; then
3929   ac_cv_prog_ac_ct_CPPBIN="$ac_ct_CPPBIN" # Let the user override the test.
3930 else
3931 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
3932 for as_dir in $PATH
3933 do
3934   IFS=$as_save_IFS
3935   test -z "$as_dir" && as_dir=.
3936     for ac_exec_ext in '' $ac_executable_extensions; do
3937   if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
3938     ac_cv_prog_ac_ct_CPPBIN="cpp"
3939     $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
3940     break 2
3941   fi
3942 done
3943   done
3944 IFS=$as_save_IFS
3945
3946 fi
3947 fi
3948 ac_ct_CPPBIN=$ac_cv_prog_ac_ct_CPPBIN
3949 if test -n "$ac_ct_CPPBIN"; then
3950   { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_ct_CPPBIN" >&5
3951 $as_echo "$ac_ct_CPPBIN" >&6; }
3952 else
3953   { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
3954 $as_echo "no" >&6; }
3955 fi
3956
3957   if test "x$ac_ct_CPPBIN" = x; then
3958     CPPBIN="cpp"
3959   else
3960     case $cross_compiling:$ac_tool_warned in
3961 yes:)
3962 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: using cross tools not prefixed with host triplet" >&5
3963 $as_echo "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;}
3964 ac_tool_warned=yes ;;
3965 esac
3966     CPPBIN=$ac_ct_CPPBIN
3967   fi
3968 else
3969   CPPBIN="$ac_cv_prog_CPPBIN"
3970 fi
3971
3972
3973 cat >>confdefs.h <<_ACEOF
3974 #define EXEEXT "$ac_exeext"
3975 _ACEOF
3976
3977
3978 case $host in
3979   *-darwin*)
3980     if test "x$enable_win64" = "xyes"
3981     then
3982       CC="$CC -m64"
3983       CXX="$CXX -m64"
3984       LD="${LD:-ld} -arch x86_64"
3985       AS="${AS:-as} -arch x86_64"
3986       host_cpu="x86_64"
3987       notice_platform="64-bit "
3988       TARGETFLAGS="-m64"
3989
3990     else
3991       CC="$CC -m32"
3992       CXX="$CXX -m32"
3993       LD="${LD:-ld} -arch i386"
3994       AS="${AS:-as} -arch i386"
3995       host_cpu="i386"
3996       notice_platform="32-bit "
3997       TARGETFLAGS="-m32"
3998
3999       enable_win16=${enable_win16:-yes}
4000     fi
4001     ;;
4002   x86_64*)
4003     if test "x$enable_win64" != "xyes" -a "$cross_compiling" != "yes"
4004     then
4005       CC="$CC -m32"
4006       CXX="$CXX -m32"
4007       { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether $CC works" >&5
4008 $as_echo_n "checking whether $CC works... " >&6; }
4009
4010 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
4011 /* end confdefs.h.  */
4012
4013 int
4014 main ()
4015 {
4016
4017   ;
4018   return 0;
4019 }
4020 _ACEOF
4021 if ac_fn_c_try_link "$LINENO"; then :
4022   { $as_echo "$as_me:${as_lineno-$LINENO}: result: yes" >&5
4023 $as_echo "yes" >&6; }
4024 else
4025   { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
4026 $as_echo "no" >&6; }
4027                       as_fn_error "Cannot build a 32-bit program, you need to install 32-bit development libraries." "$LINENO" 5
4028 fi
4029 rm -f core conftest.err conftest.$ac_objext \
4030     conftest$ac_exeext conftest.$ac_ext
4031       LD="${LD:-ld} -m elf_i386"
4032       AS="${AS:-as} --32"
4033       host_cpu="i386"
4034       notice_platform="32-bit "
4035       TARGETFLAGS="-m32"
4036
4037       enable_win16=${enable_win16:-yes}
4038     else
4039       if test "x${GCC}" = "xyes"
4040       then
4041         { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether $CC supports __builtin_ms_va_list" >&5
4042 $as_echo_n "checking whether $CC supports __builtin_ms_va_list... " >&6; }
4043         cat confdefs.h - <<_ACEOF >conftest.$ac_ext
4044 /* end confdefs.h.  */
4045 #include <stdarg.h>
4046 int
4047 main ()
4048 {
4049 void func(__builtin_ms_va_list *args);
4050   ;
4051   return 0;
4052 }
4053 _ACEOF
4054 if ac_fn_c_try_compile "$LINENO"; then :
4055   { $as_echo "$as_me:${as_lineno-$LINENO}: result: yes" >&5
4056 $as_echo "yes" >&6; }
4057 else
4058   { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
4059 $as_echo "no" >&6; }
4060                            as_fn_error "You need gcc >= 4.4 to build Wine as 64-bit." "$LINENO" 5
4061 fi
4062 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
4063       fi
4064       TARGETFLAGS="-m64"
4065
4066     fi
4067     ;;
4068   *-mingw32*|*-cygwin*)
4069     enable_win16=${enable_win16:-no}
4070     ;;
4071   i[3456789]86*)
4072     enable_win16=${enable_win16:-yes}
4073     ;;
4074 esac
4075
4076 enable_win16=${enable_win16:-no}
4077
4078 WIN16_FILES="\$(WIN16_FILES)"
4079
4080 WIN16_INSTALL="\$(WIN16_INSTALL)"
4081
4082 if test "x$enable_win16" != "xyes"
4083 then
4084     WIN16_FILES=""
4085     WIN16_INSTALL=""
4086     enable_w32skrnl=${enable_w32skrnl:-no}
4087     enable_winedos=${enable_winedos:-no}
4088     enable_winevdm=${enable_winevdm:-no}
4089     enable_wow32=${enable_wow32:-no}
4090 fi
4091
4092 if test -n "$with_wine64"
4093 then
4094     if test "x$enable_win64" = "xyes"
4095     then
4096         as_fn_error "--enable-win64 and --with-wine64 are mutually exclusive.
4097 --enable-win64 should be used in the 64-bit build tree, --with-wine64 in the 32-bit Wow64 build tree." "$LINENO" 5
4098     fi
4099     WOW64_DISABLE=\#
4100
4101     enable_fonts=${enable_fonts:-no}
4102     enable_include=${enable_include:-no}
4103     enable_server=${enable_server:-no}
4104     enable_tools=${enable_tools:-no}
4105     enable_wineboot=${enable_wineboot:-no}
4106     enable_winedbg=${enable_winedbg:-no}
4107     test "x$libdir" != "x\${exec_prefix}/lib" || libdir="\${exec_prefix}/lib32"
4108 fi
4109
4110 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for the directory containing the Wine tools" >&5
4111 $as_echo_n "checking for the directory containing the Wine tools... " >&6; }
4112 if test "${wine_cv_toolsdir+set}" = set; then :
4113   $as_echo_n "(cached) " >&6
4114 else
4115   wine_cv_toolsdir="$with_wine_tools"
4116    if test -z "$with_wine_tools"; then
4117      if test "$cross_compiling" = "yes"; then
4118        as_fn_error "you must use the --with-wine-tools option when cross-compiling." "$LINENO" 5
4119      elif test -n "$with_wine64"; then
4120        wine_cv_toolsdir="$with_wine64"
4121      fi
4122    fi
4123    if test -z "$wine_cv_toolsdir"; then
4124      wine_cv_toolsdir="\$(TOPOBJDIR)"
4125    elif test -d "$wine_cv_toolsdir/tools/winebuild"; then
4126      case "$wine_cv_toolsdir" in
4127        /*) ;;
4128        *)  wine_cv_toolsdir="\$(TOPOBJDIR)/$wine_cv_toolsdir" ;;
4129      esac
4130    else
4131      as_fn_error "could not find Wine tools in $wine_cv_toolsdir" "$LINENO" 5
4132    fi
4133 fi
4134 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $wine_cv_toolsdir" >&5
4135 $as_echo "$wine_cv_toolsdir" >&6; }
4136 TOOLSDIR=$wine_cv_toolsdir
4137
4138 if test -n "$host_alias" -a "$host_alias" != "$build_alias"
4139 then
4140     TARGETFLAGS="-b $host_alias $TARGETFLAGS"
4141
4142 fi
4143
4144 for ac_prog in flex
4145 do
4146   # Extract the first word of "$ac_prog", so it can be a program name with args.
4147 set dummy $ac_prog; ac_word=$2
4148 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
4149 $as_echo_n "checking for $ac_word... " >&6; }
4150 if test "${ac_cv_prog_FLEX+set}" = set; then :
4151   $as_echo_n "(cached) " >&6
4152 else
4153   if test -n "$FLEX"; then
4154   ac_cv_prog_FLEX="$FLEX" # Let the user override the test.
4155 else
4156 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
4157 for as_dir in $PATH
4158 do
4159   IFS=$as_save_IFS
4160   test -z "$as_dir" && as_dir=.
4161     for ac_exec_ext in '' $ac_executable_extensions; do
4162   if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
4163     ac_cv_prog_FLEX="$ac_prog"
4164     $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
4165     break 2
4166   fi
4167 done
4168   done
4169 IFS=$as_save_IFS
4170
4171 fi
4172 fi
4173 FLEX=$ac_cv_prog_FLEX
4174 if test -n "$FLEX"; then
4175   { $as_echo "$as_me:${as_lineno-$LINENO}: result: $FLEX" >&5
4176 $as_echo "$FLEX" >&6; }
4177 else
4178   { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
4179 $as_echo "no" >&6; }
4180 fi
4181
4182
4183   test -n "$FLEX" && break
4184 done
4185 test -n "$FLEX" || FLEX="none"
4186
4187 if test "$FLEX" = "none"
4188 then
4189   as_fn_error "no suitable flex found. Please install the 'flex' package." "$LINENO" 5
4190 fi
4191
4192 for ac_prog in bison
4193 do
4194   # Extract the first word of "$ac_prog", so it can be a program name with args.
4195 set dummy $ac_prog; ac_word=$2
4196 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
4197 $as_echo_n "checking for $ac_word... " >&6; }
4198 if test "${ac_cv_prog_BISON+set}" = set; then :
4199   $as_echo_n "(cached) " >&6
4200 else
4201   if test -n "$BISON"; then
4202   ac_cv_prog_BISON="$BISON" # Let the user override the test.
4203 else
4204 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
4205 for as_dir in $PATH
4206 do
4207   IFS=$as_save_IFS
4208   test -z "$as_dir" && as_dir=.
4209     for ac_exec_ext in '' $ac_executable_extensions; do
4210   if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
4211     ac_cv_prog_BISON="$ac_prog"
4212     $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
4213     break 2
4214   fi
4215 done
4216   done
4217 IFS=$as_save_IFS
4218
4219 fi
4220 fi
4221 BISON=$ac_cv_prog_BISON
4222 if test -n "$BISON"; then
4223   { $as_echo "$as_me:${as_lineno-$LINENO}: result: $BISON" >&5
4224 $as_echo "$BISON" >&6; }
4225 else
4226   { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
4227 $as_echo "no" >&6; }
4228 fi
4229
4230
4231   test -n "$BISON" && break
4232 done
4233 test -n "$BISON" || BISON="none"
4234
4235 if test "$BISON" = "none"
4236 then
4237   as_fn_error "no suitable bison found. Please install the 'bison' package." "$LINENO" 5
4238 fi
4239
4240 if test -n "$ac_tool_prefix"; then
4241   for ac_prog in ar gar
4242   do
4243     # Extract the first word of "$ac_tool_prefix$ac_prog", so it can be a program name with args.
4244 set dummy $ac_tool_prefix$ac_prog; ac_word=$2
4245 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
4246 $as_echo_n "checking for $ac_word... " >&6; }
4247 if test "${ac_cv_prog_AR+set}" = set; then :
4248   $as_echo_n "(cached) " >&6
4249 else
4250   if test -n "$AR"; then
4251   ac_cv_prog_AR="$AR" # Let the user override the test.
4252 else
4253 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
4254 for as_dir in $PATH
4255 do
4256   IFS=$as_save_IFS
4257   test -z "$as_dir" && as_dir=.
4258     for ac_exec_ext in '' $ac_executable_extensions; do
4259   if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
4260     ac_cv_prog_AR="$ac_tool_prefix$ac_prog"
4261     $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
4262     break 2
4263   fi
4264 done
4265   done
4266 IFS=$as_save_IFS
4267
4268 fi
4269 fi
4270 AR=$ac_cv_prog_AR
4271 if test -n "$AR"; then
4272   { $as_echo "$as_me:${as_lineno-$LINENO}: result: $AR" >&5
4273 $as_echo "$AR" >&6; }
4274 else
4275   { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
4276 $as_echo "no" >&6; }
4277 fi
4278
4279
4280     test -n "$AR" && break
4281   done
4282 fi
4283 if test -z "$AR"; then
4284   ac_ct_AR=$AR
4285   for ac_prog in ar gar
4286 do
4287   # Extract the first word of "$ac_prog", so it can be a program name with args.
4288 set dummy $ac_prog; ac_word=$2
4289 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
4290 $as_echo_n "checking for $ac_word... " >&6; }
4291 if test "${ac_cv_prog_ac_ct_AR+set}" = set; then :
4292   $as_echo_n "(cached) " >&6
4293 else
4294   if test -n "$ac_ct_AR"; then
4295   ac_cv_prog_ac_ct_AR="$ac_ct_AR" # Let the user override the test.
4296 else
4297 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
4298 for as_dir in $PATH
4299 do
4300   IFS=$as_save_IFS
4301   test -z "$as_dir" && as_dir=.
4302     for ac_exec_ext in '' $ac_executable_extensions; do
4303   if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
4304     ac_cv_prog_ac_ct_AR="$ac_prog"
4305     $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
4306     break 2
4307   fi
4308 done
4309   done
4310 IFS=$as_save_IFS
4311
4312 fi
4313 fi
4314 ac_ct_AR=$ac_cv_prog_ac_ct_AR
4315 if test -n "$ac_ct_AR"; then
4316   { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_ct_AR" >&5
4317 $as_echo "$ac_ct_AR" >&6; }
4318 else
4319   { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
4320 $as_echo "no" >&6; }
4321 fi
4322
4323
4324   test -n "$ac_ct_AR" && break
4325 done
4326
4327   if test "x$ac_ct_AR" = x; then
4328     AR="ar"
4329   else
4330     case $cross_compiling:$ac_tool_warned in
4331 yes:)
4332 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: using cross tools not prefixed with host triplet" >&5
4333 $as_echo "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;}
4334 ac_tool_warned=yes ;;
4335 esac
4336     AR=$ac_ct_AR
4337   fi
4338 fi
4339
4340 ARFLAGS=rc
4341
4342 if test -n "$ac_tool_prefix"; then
4343   # Extract the first word of "${ac_tool_prefix}ranlib", so it can be a program name with args.
4344 set dummy ${ac_tool_prefix}ranlib; ac_word=$2
4345 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
4346 $as_echo_n "checking for $ac_word... " >&6; }
4347 if test "${ac_cv_prog_RANLIB+set}" = set; then :
4348   $as_echo_n "(cached) " >&6
4349 else
4350   if test -n "$RANLIB"; then
4351   ac_cv_prog_RANLIB="$RANLIB" # Let the user override the test.
4352 else
4353 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
4354 for as_dir in $PATH
4355 do
4356   IFS=$as_save_IFS
4357   test -z "$as_dir" && as_dir=.
4358     for ac_exec_ext in '' $ac_executable_extensions; do
4359   if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
4360     ac_cv_prog_RANLIB="${ac_tool_prefix}ranlib"
4361     $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
4362     break 2
4363   fi
4364 done
4365   done
4366 IFS=$as_save_IFS
4367
4368 fi
4369 fi
4370 RANLIB=$ac_cv_prog_RANLIB
4371 if test -n "$RANLIB"; then
4372   { $as_echo "$as_me:${as_lineno-$LINENO}: result: $RANLIB" >&5
4373 $as_echo "$RANLIB" >&6; }
4374 else
4375   { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
4376 $as_echo "no" >&6; }
4377 fi
4378
4379
4380 fi
4381 if test -z "$ac_cv_prog_RANLIB"; then
4382   ac_ct_RANLIB=$RANLIB
4383   # Extract the first word of "ranlib", so it can be a program name with args.
4384 set dummy ranlib; ac_word=$2
4385 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
4386 $as_echo_n "checking for $ac_word... " >&6; }
4387 if test "${ac_cv_prog_ac_ct_RANLIB+set}" = set; then :
4388   $as_echo_n "(cached) " >&6
4389 else
4390   if test -n "$ac_ct_RANLIB"; then
4391   ac_cv_prog_ac_ct_RANLIB="$ac_ct_RANLIB" # Let the user override the test.
4392 else
4393 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
4394 for as_dir in $PATH
4395 do
4396   IFS=$as_save_IFS
4397   test -z "$as_dir" && as_dir=.
4398     for ac_exec_ext in '' $ac_executable_extensions; do
4399   if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
4400     ac_cv_prog_ac_ct_RANLIB="ranlib"
4401     $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
4402     break 2
4403   fi
4404 done
4405   done
4406 IFS=$as_save_IFS
4407
4408 fi
4409 fi
4410 ac_ct_RANLIB=$ac_cv_prog_ac_ct_RANLIB
4411 if test -n "$ac_ct_RANLIB"; then
4412   { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_ct_RANLIB" >&5
4413 $as_echo "$ac_ct_RANLIB" >&6; }
4414 else
4415   { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
4416 $as_echo "no" >&6; }
4417 fi
4418
4419   if test "x$ac_ct_RANLIB" = x; then
4420     RANLIB=":"
4421   else
4422     case $cross_compiling:$ac_tool_warned in
4423 yes:)
4424 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: using cross tools not prefixed with host triplet" >&5
4425 $as_echo "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;}
4426 ac_tool_warned=yes ;;
4427 esac
4428     RANLIB=$ac_ct_RANLIB
4429   fi
4430 else
4431   RANLIB="$ac_cv_prog_RANLIB"
4432 fi
4433
4434 if test -n "$ac_tool_prefix"; then
4435   # Extract the first word of "${ac_tool_prefix}strip", so it can be a program name with args.
4436 set dummy ${ac_tool_prefix}strip; ac_word=$2
4437 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
4438 $as_echo_n "checking for $ac_word... " >&6; }
4439 if test "${ac_cv_prog_STRIP+set}" = set; then :
4440   $as_echo_n "(cached) " >&6
4441 else
4442   if test -n "$STRIP"; then
4443   ac_cv_prog_STRIP="$STRIP" # Let the user override the test.
4444 else
4445 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
4446 for as_dir in $PATH
4447 do
4448   IFS=$as_save_IFS
4449   test -z "$as_dir" && as_dir=.
4450     for ac_exec_ext in '' $ac_executable_extensions; do
4451   if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
4452     ac_cv_prog_STRIP="${ac_tool_prefix}strip"
4453     $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
4454     break 2
4455   fi
4456 done
4457   done
4458 IFS=$as_save_IFS
4459
4460 fi
4461 fi
4462 STRIP=$ac_cv_prog_STRIP
4463 if test -n "$STRIP"; then
4464   { $as_echo "$as_me:${as_lineno-$LINENO}: result: $STRIP" >&5
4465 $as_echo "$STRIP" >&6; }
4466 else
4467   { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
4468 $as_echo "no" >&6; }
4469 fi
4470
4471
4472 fi
4473 if test -z "$ac_cv_prog_STRIP"; then
4474   ac_ct_STRIP=$STRIP
4475   # Extract the first word of "strip", so it can be a program name with args.
4476 set dummy strip; ac_word=$2
4477 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
4478 $as_echo_n "checking for $ac_word... " >&6; }
4479 if test "${ac_cv_prog_ac_ct_STRIP+set}" = set; then :
4480   $as_echo_n "(cached) " >&6
4481 else
4482   if test -n "$ac_ct_STRIP"; then
4483   ac_cv_prog_ac_ct_STRIP="$ac_ct_STRIP" # Let the user override the test.
4484 else
4485 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
4486 for as_dir in $PATH
4487 do
4488   IFS=$as_save_IFS
4489   test -z "$as_dir" && as_dir=.
4490     for ac_exec_ext in '' $ac_executable_extensions; do
4491   if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
4492     ac_cv_prog_ac_ct_STRIP="strip"
4493     $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
4494     break 2
4495   fi
4496 done
4497   done
4498 IFS=$as_save_IFS
4499
4500 fi
4501 fi
4502 ac_ct_STRIP=$ac_cv_prog_ac_ct_STRIP
4503 if test -n "$ac_ct_STRIP"; then
4504   { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_ct_STRIP" >&5
4505 $as_echo "$ac_ct_STRIP" >&6; }
4506 else
4507   { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
4508 $as_echo "no" >&6; }
4509 fi
4510
4511   if test "x$ac_ct_STRIP" = x; then
4512     STRIP="strip"
4513   else
4514     case $cross_compiling:$ac_tool_warned in
4515 yes:)
4516 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: using cross tools not prefixed with host triplet" >&5
4517 $as_echo "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;}
4518 ac_tool_warned=yes ;;
4519 esac
4520     STRIP=$ac_ct_STRIP
4521   fi
4522 else
4523   STRIP="$ac_cv_prog_STRIP"
4524 fi
4525
4526 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether ln -s works" >&5
4527 $as_echo_n "checking whether ln -s works... " >&6; }
4528 LN_S=$as_ln_s
4529 if test "$LN_S" = "ln -s"; then
4530   { $as_echo "$as_me:${as_lineno-$LINENO}: result: yes" >&5
4531 $as_echo "yes" >&6; }
4532 else
4533   { $as_echo "$as_me:${as_lineno-$LINENO}: result: no, using $LN_S" >&5
4534 $as_echo "no, using $LN_S" >&6; }
4535 fi
4536
4537 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether ln works" >&5
4538 $as_echo_n "checking whether ln works... " >&6; }
4539 rm -f conf$$ conf$$.file
4540 echo >conf$$.file
4541 if ln conf$$.file conf$$ 2>/dev/null; then
4542   LN=ln
4543
4544   { $as_echo "$as_me:${as_lineno-$LINENO}: result: yes" >&5
4545 $as_echo "yes" >&6; }
4546 else
4547   LN="cp -p"
4548
4549   { $as_echo "$as_me:${as_lineno-$LINENO}: result: no, using $LN" >&5
4550 $as_echo "no, using $LN" >&6; }
4551 fi
4552 rm -f conf$$ conf$$.file
4553 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for grep that handles long lines and -e" >&5
4554 $as_echo_n "checking for grep that handles long lines and -e... " >&6; }
4555 if test "${ac_cv_path_GREP+set}" = set; then :
4556   $as_echo_n "(cached) " >&6
4557 else
4558   if test -z "$GREP"; then
4559   ac_path_GREP_found=false
4560   # Loop through the user's path and test for each of PROGNAME-LIST
4561   as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
4562 for as_dir in $PATH$PATH_SEPARATOR/usr/xpg4/bin
4563 do
4564   IFS=$as_save_IFS
4565   test -z "$as_dir" && as_dir=.
4566     for ac_prog in grep ggrep; do
4567     for ac_exec_ext in '' $ac_executable_extensions; do
4568       ac_path_GREP="$as_dir/$ac_prog$ac_exec_ext"
4569       { test -f "$ac_path_GREP" && $as_test_x "$ac_path_GREP"; } || continue
4570 # Check for GNU ac_path_GREP and select it if it is found.
4571   # Check for GNU $ac_path_GREP
4572 case `"$ac_path_GREP" --version 2>&1` in
4573 *GNU*)
4574   ac_cv_path_GREP="$ac_path_GREP" ac_path_GREP_found=:;;
4575 *)
4576   ac_count=0
4577   $as_echo_n 0123456789 >"conftest.in"
4578   while :
4579   do
4580     cat "conftest.in" "conftest.in" >"conftest.tmp"
4581     mv "conftest.tmp" "conftest.in"
4582     cp "conftest.in" "conftest.nl"
4583     $as_echo 'GREP' >> "conftest.nl"
4584     "$ac_path_GREP" -e 'GREP$' -e '-(cannot match)-' < "conftest.nl" >"conftest.out" 2>/dev/null || break
4585     diff "conftest.out" "conftest.nl" >/dev/null 2>&1 || break
4586     as_fn_arith $ac_count + 1 && ac_count=$as_val
4587     if test $ac_count -gt ${ac_path_GREP_max-0}; then
4588       # Best one so far, save it but keep looking for a better one
4589       ac_cv_path_GREP="$ac_path_GREP"
4590       ac_path_GREP_max=$ac_count
4591     fi
4592     # 10*(2^10) chars as input seems more than enough
4593     test $ac_count -gt 10 && break
4594   done
4595   rm -f conftest.in conftest.tmp conftest.nl conftest.out;;
4596 esac
4597
4598       $ac_path_GREP_found && break 3
4599     done
4600   done
4601   done
4602 IFS=$as_save_IFS
4603   if test -z "$ac_cv_path_GREP"; then
4604     as_fn_error "no acceptable grep could be found in $PATH$PATH_SEPARATOR/usr/xpg4/bin" "$LINENO" 5
4605   fi
4606 else
4607   ac_cv_path_GREP=$GREP
4608 fi
4609
4610 fi
4611 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_path_GREP" >&5
4612 $as_echo "$ac_cv_path_GREP" >&6; }
4613  GREP="$ac_cv_path_GREP"
4614
4615
4616 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for egrep" >&5
4617 $as_echo_n "checking for egrep... " >&6; }
4618 if test "${ac_cv_path_EGREP+set}" = set; then :
4619   $as_echo_n "(cached) " >&6
4620 else
4621   if echo a | $GREP -E '(a|b)' >/dev/null 2>&1
4622    then ac_cv_path_EGREP="$GREP -E"
4623    else
4624      if test -z "$EGREP"; then
4625   ac_path_EGREP_found=false
4626   # Loop through the user's path and test for each of PROGNAME-LIST
4627   as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
4628 for as_dir in $PATH$PATH_SEPARATOR/usr/xpg4/bin
4629 do
4630   IFS=$as_save_IFS
4631   test -z "$as_dir" && as_dir=.
4632     for ac_prog in egrep; do
4633     for ac_exec_ext in '' $ac_executable_extensions; do
4634       ac_path_EGREP="$as_dir/$ac_prog$ac_exec_ext"
4635       { test -f "$ac_path_EGREP" && $as_test_x "$ac_path_EGREP"; } || continue
4636 # Check for GNU ac_path_EGREP and select it if it is found.
4637   # Check for GNU $ac_path_EGREP
4638 case `"$ac_path_EGREP" --version 2>&1` in
4639 *GNU*)
4640   ac_cv_path_EGREP="$ac_path_EGREP" ac_path_EGREP_found=:;;
4641 *)
4642   ac_count=0
4643   $as_echo_n 0123456789 >"conftest.in"
4644   while :
4645   do
4646     cat "conftest.in" "conftest.in" >"conftest.tmp"
4647     mv "conftest.tmp" "conftest.in"
4648     cp "conftest.in" "conftest.nl"
4649     $as_echo 'EGREP' >> "conftest.nl"
4650     "$ac_path_EGREP" 'EGREP$' < "conftest.nl" >"conftest.out" 2>/dev/null || break
4651     diff "conftest.out" "conftest.nl" >/dev/null 2>&1 || break
4652     as_fn_arith $ac_count + 1 && ac_count=$as_val
4653     if test $ac_count -gt ${ac_path_EGREP_max-0}; then
4654       # Best one so far, save it but keep looking for a better one
4655       ac_cv_path_EGREP="$ac_path_EGREP"
4656       ac_path_EGREP_max=$ac_count
4657     fi
4658     # 10*(2^10) chars as input seems more than enough
4659     test $ac_count -gt 10 && break
4660   done
4661   rm -f conftest.in conftest.tmp conftest.nl conftest.out;;
4662 esac
4663
4664       $ac_path_EGREP_found && break 3
4665     done
4666   done
4667   done
4668 IFS=$as_save_IFS
4669   if test -z "$ac_cv_path_EGREP"; then
4670     as_fn_error "no acceptable egrep could be found in $PATH$PATH_SEPARATOR/usr/xpg4/bin" "$LINENO" 5
4671   fi
4672 else
4673   ac_cv_path_EGREP=$EGREP
4674 fi
4675
4676    fi
4677 fi
4678 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_path_EGREP" >&5
4679 $as_echo "$ac_cv_path_EGREP" >&6; }
4680  EGREP="$ac_cv_path_EGREP"
4681
4682
4683 # Extract the first word of "ldconfig", so it can be a program name with args.
4684 set dummy ldconfig; ac_word=$2
4685 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
4686 $as_echo_n "checking for $ac_word... " >&6; }
4687 if test "${ac_cv_path_LDCONFIG+set}" = set; then :
4688   $as_echo_n "(cached) " >&6
4689 else
4690   case $LDCONFIG in
4691   [\\/]* | ?:[\\/]*)
4692   ac_cv_path_LDCONFIG="$LDCONFIG" # Let the user override the test with a path.
4693   ;;
4694   *)
4695   as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
4696 for as_dir in /sbin /usr/sbin $PATH
4697 do
4698   IFS=$as_save_IFS
4699   test -z "$as_dir" && as_dir=.
4700     for ac_exec_ext in '' $ac_executable_extensions; do
4701   if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
4702     ac_cv_path_LDCONFIG="$as_dir/$ac_word$ac_exec_ext"
4703     $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
4704     break 2
4705   fi
4706 done
4707   done
4708 IFS=$as_save_IFS
4709
4710   test -z "$ac_cv_path_LDCONFIG" && ac_cv_path_LDCONFIG="true"
4711   ;;
4712 esac
4713 fi
4714 LDCONFIG=$ac_cv_path_LDCONFIG
4715 if test -n "$LDCONFIG"; then
4716   { $as_echo "$as_me:${as_lineno-$LINENO}: result: $LDCONFIG" >&5
4717 $as_echo "$LDCONFIG" >&6; }
4718 else
4719   { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
4720 $as_echo "no" >&6; }
4721 fi
4722
4723
4724 # Find a good install program.  We prefer a C program (faster),
4725 # so one script is as good as another.  But avoid the broken or
4726 # incompatible versions:
4727 # SysV /etc/install, /usr/sbin/install
4728 # SunOS /usr/etc/install
4729 # IRIX /sbin/install
4730 # AIX /bin/install
4731 # AmigaOS /C/install, which installs bootblocks on floppy discs
4732 # AIX 4 /usr/bin/installbsd, which doesn't work without a -g flag
4733 # AFS /usr/afsws/bin/install, which mishandles nonexistent args
4734 # SVR4 /usr/ucb/install, which tries to use the nonexistent group "staff"
4735 # OS/2's system install, which has a completely different semantic
4736 # ./install, which can be erroneously created by make from ./install.sh.
4737 # Reject install programs that cannot install multiple files.
4738 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for a BSD-compatible install" >&5
4739 $as_echo_n "checking for a BSD-compatible install... " >&6; }
4740 if test -z "$INSTALL"; then
4741 if test "${ac_cv_path_install+set}" = set; then :
4742   $as_echo_n "(cached) " >&6
4743 else
4744   as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
4745 for as_dir in $PATH
4746 do
4747   IFS=$as_save_IFS
4748   test -z "$as_dir" && as_dir=.
4749     # Account for people who put trailing slashes in PATH elements.
4750 case $as_dir/ in #((
4751   ./ | .// | /[cC]/* | \
4752   /etc/* | /usr/sbin/* | /usr/etc/* | /sbin/* | /usr/afsws/bin/* | \
4753   ?:[\\/]os2[\\/]install[\\/]* | ?:[\\/]OS2[\\/]INSTALL[\\/]* | \
4754   /usr/ucb/* ) ;;
4755   *)
4756     # OSF1 and SCO ODT 3.0 have their own names for install.
4757     # Don't use installbsd from OSF since it installs stuff as root
4758     # by default.
4759     for ac_prog in ginstall scoinst install; do
4760       for ac_exec_ext in '' $ac_executable_extensions; do
4761         if { test -f "$as_dir/$ac_prog$ac_exec_ext" && $as_test_x "$as_dir/$ac_prog$ac_exec_ext"; }; then
4762           if test $ac_prog = install &&
4763             grep dspmsg "$as_dir/$ac_prog$ac_exec_ext" >/dev/null 2>&1; then
4764             # AIX install.  It has an incompatible calling convention.
4765             :
4766           elif test $ac_prog = install &&
4767             grep pwplus "$as_dir/$ac_prog$ac_exec_ext" >/dev/null 2>&1; then
4768             # program-specific install script used by HP pwplus--don't use.
4769             :
4770           else
4771             rm -rf conftest.one conftest.two conftest.dir
4772             echo one > conftest.one
4773             echo two > conftest.two
4774             mkdir conftest.dir
4775             if "$as_dir/$ac_prog$ac_exec_ext" -c conftest.one conftest.two "`pwd`/conftest.dir" &&
4776               test -s conftest.one && test -s conftest.two &&
4777               test -s conftest.dir/conftest.one &&
4778               test -s conftest.dir/conftest.two
4779             then
4780               ac_cv_path_install="$as_dir/$ac_prog$ac_exec_ext -c"
4781               break 3
4782             fi
4783           fi
4784         fi
4785       done
4786     done
4787     ;;
4788 esac
4789
4790   done
4791 IFS=$as_save_IFS
4792
4793 rm -rf conftest.one conftest.two conftest.dir
4794
4795 fi
4796   if test "${ac_cv_path_install+set}" = set; then
4797     INSTALL=$ac_cv_path_install
4798   else
4799     # As a last resort, use the slow shell script.  Don't cache a
4800     # value for INSTALL within a source directory, because that will
4801     # break other packages using the cache if that directory is
4802     # removed, or if the value is a relative name.
4803     INSTALL=$ac_install_sh
4804   fi
4805 fi
4806 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $INSTALL" >&5
4807 $as_echo "$INSTALL" >&6; }
4808
4809 # Use test -z because SunOS4 sh mishandles braces in ${var-val}.
4810 # It thinks the first close brace ends the variable substitution.
4811 test -z "$INSTALL_PROGRAM" && INSTALL_PROGRAM='${INSTALL}'
4812
4813 test -z "$INSTALL_SCRIPT" && INSTALL_SCRIPT='${INSTALL}'
4814
4815 test -z "$INSTALL_DATA" && INSTALL_DATA='${INSTALL} -m 644'
4816
4817 case "$INSTALL" in
4818   [\\/$]* | ?:[\\/]* ) ;;
4819   *)  INSTALL="\\\$(TOPSRCDIR)/$INSTALL" ;;
4820 esac
4821
4822 for ac_prog in lclint lint
4823 do
4824   # Extract the first word of "$ac_prog", so it can be a program name with args.
4825 set dummy $ac_prog; ac_word=$2
4826 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
4827 $as_echo_n "checking for $ac_word... " >&6; }
4828 if test "${ac_cv_prog_LINT+set}" = set; then :
4829   $as_echo_n "(cached) " >&6
4830 else
4831   if test -n "$LINT"; then
4832   ac_cv_prog_LINT="$LINT" # Let the user override the test.
4833 else
4834 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
4835 for as_dir in $PATH
4836 do
4837   IFS=$as_save_IFS
4838   test -z "$as_dir" && as_dir=.
4839     for ac_exec_ext in '' $ac_executable_extensions; do
4840   if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
4841     ac_cv_prog_LINT="$ac_prog"
4842     $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
4843     break 2
4844   fi
4845 done
4846   done
4847 IFS=$as_save_IFS
4848
4849 fi
4850 fi
4851 LINT=$ac_cv_prog_LINT
4852 if test -n "$LINT"; then
4853   { $as_echo "$as_me:${as_lineno-$LINENO}: result: $LINT" >&5
4854 $as_echo "$LINT" >&6; }
4855 else
4856   { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
4857 $as_echo "no" >&6; }
4858 fi
4859
4860
4861   test -n "$LINT" && break
4862 done
4863
4864 if test "$LINT" = "lint"
4865 then
4866   LINTFLAGS="$LINTFLAGS -errchk=%all,no%longptr64 -errhdr=%user -Ncheck=macro -Nlevel=4"
4867   fi
4868
4869
4870
4871 for ac_prog in fontforge
4872 do
4873   # Extract the first word of "$ac_prog", so it can be a program name with args.
4874 set dummy $ac_prog; ac_word=$2
4875 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
4876 $as_echo_n "checking for $ac_word... " >&6; }
4877 if test "${ac_cv_prog_FONTFORGE+set}" = set; then :
4878   $as_echo_n "(cached) " >&6
4879 else
4880   if test -n "$FONTFORGE"; then
4881   ac_cv_prog_FONTFORGE="$FONTFORGE" # Let the user override the test.
4882 else
4883 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
4884 for as_dir in $PATH
4885 do
4886   IFS=$as_save_IFS
4887   test -z "$as_dir" && as_dir=.
4888     for ac_exec_ext in '' $ac_executable_extensions; do
4889   if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
4890     ac_cv_prog_FONTFORGE="$ac_prog"
4891     $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
4892     break 2
4893   fi
4894 done
4895   done
4896 IFS=$as_save_IFS
4897
4898 fi
4899 fi
4900 FONTFORGE=$ac_cv_prog_FONTFORGE
4901 if test -n "$FONTFORGE"; then
4902   { $as_echo "$as_me:${as_lineno-$LINENO}: result: $FONTFORGE" >&5
4903 $as_echo "$FONTFORGE" >&6; }
4904 else
4905   { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
4906 $as_echo "no" >&6; }
4907 fi
4908
4909
4910   test -n "$FONTFORGE" && break
4911 done
4912 test -n "$FONTFORGE" || FONTFORGE="false"
4913
4914 for ac_prog in pkg-config
4915 do
4916   # Extract the first word of "$ac_prog", so it can be a program name with args.
4917 set dummy $ac_prog; ac_word=$2
4918 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
4919 $as_echo_n "checking for $ac_word... " >&6; }
4920 if test "${ac_cv_prog_PKG_CONFIG+set}" = set; then :
4921   $as_echo_n "(cached) " >&6
4922 else
4923   if test -n "$PKG_CONFIG"; then
4924   ac_cv_prog_PKG_CONFIG="$PKG_CONFIG" # Let the user override the test.
4925 else
4926 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
4927 for as_dir in $PATH
4928 do
4929   IFS=$as_save_IFS
4930   test -z "$as_dir" && as_dir=.
4931     for ac_exec_ext in '' $ac_executable_extensions; do
4932   if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
4933     ac_cv_prog_PKG_CONFIG="$ac_prog"
4934     $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
4935     break 2
4936   fi
4937 done
4938   done
4939 IFS=$as_save_IFS
4940
4941 fi
4942 fi
4943 PKG_CONFIG=$ac_cv_prog_PKG_CONFIG
4944 if test -n "$PKG_CONFIG"; then
4945   { $as_echo "$as_me:${as_lineno-$LINENO}: result: $PKG_CONFIG" >&5
4946 $as_echo "$PKG_CONFIG" >&6; }
4947 else
4948   { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
4949 $as_echo "no" >&6; }
4950 fi
4951
4952
4953   test -n "$PKG_CONFIG" && break
4954 done
4955 test -n "$PKG_CONFIG" || PKG_CONFIG="false"
4956
4957 for ac_prog in rsvg
4958 do
4959   # Extract the first word of "$ac_prog", so it can be a program name with args.
4960 set dummy $ac_prog; ac_word=$2
4961 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
4962 $as_echo_n "checking for $ac_word... " >&6; }
4963 if test "${ac_cv_prog_RSVG+set}" = set; then :
4964   $as_echo_n "(cached) " >&6
4965 else
4966   if test -n "$RSVG"; then
4967   ac_cv_prog_RSVG="$RSVG" # Let the user override the test.
4968 else
4969 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
4970 for as_dir in $PATH
4971 do
4972   IFS=$as_save_IFS
4973   test -z "$as_dir" && as_dir=.
4974     for ac_exec_ext in '' $ac_executable_extensions; do
4975   if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
4976     ac_cv_prog_RSVG="$ac_prog"
4977     $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
4978     break 2
4979   fi
4980 done
4981   done
4982 IFS=$as_save_IFS
4983
4984 fi
4985 fi
4986 RSVG=$ac_cv_prog_RSVG
4987 if test -n "$RSVG"; then
4988   { $as_echo "$as_me:${as_lineno-$LINENO}: result: $RSVG" >&5
4989 $as_echo "$RSVG" >&6; }
4990 else
4991   { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
4992 $as_echo "no" >&6; }
4993 fi
4994
4995
4996   test -n "$RSVG" && break
4997 done
4998 test -n "$RSVG" || RSVG="false"
4999
5000 for ac_prog in icotool
5001 do
5002   # Extract the first word of "$ac_prog", so it can be a program name with args.
5003 set dummy $ac_prog; ac_word=$2
5004 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
5005 $as_echo_n "checking for $ac_word... " >&6; }
5006 if test "${ac_cv_prog_ICOTOOL+set}" = set; then :
5007   $as_echo_n "(cached) " >&6
5008 else
5009   if test -n "$ICOTOOL"; then
5010   ac_cv_prog_ICOTOOL="$ICOTOOL" # Let the user override the test.
5011 else
5012 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
5013 for as_dir in $PATH
5014 do
5015   IFS=$as_save_IFS
5016   test -z "$as_dir" && as_dir=.
5017     for ac_exec_ext in '' $ac_executable_extensions; do
5018   if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
5019     ac_cv_prog_ICOTOOL="$ac_prog"
5020     $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
5021     break 2
5022   fi
5023 done
5024   done
5025 IFS=$as_save_IFS
5026
5027 fi
5028 fi
5029 ICOTOOL=$ac_cv_prog_ICOTOOL
5030 if test -n "$ICOTOOL"; then
5031   { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ICOTOOL" >&5
5032 $as_echo "$ICOTOOL" >&6; }
5033 else
5034   { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
5035 $as_echo "no" >&6; }
5036 fi
5037
5038
5039   test -n "$ICOTOOL" && break
5040 done
5041 test -n "$ICOTOOL" || ICOTOOL="false"
5042
5043
5044 if test "${enable_maintainer_mode+set}" = set
5045 then
5046   if test "$FONTFORGE" = "false"; then wine_warnings="$wine_warnings|fontforge is missing, fonts can't be rebuilt."; fi
5047   if test "$RSVG" = "false"; then wine_warnings="$wine_warnings|rsvg is missing, icons can't be rebuilt."; fi
5048   if test "$ICOTOOL" = "false"; then wine_warnings="$wine_warnings|icotool is missing, icons can't be rebuilt."; fi
5049 fi
5050
5051 case $host_cpu in
5052   *i[3456789]86*)
5053     # Extract the first word of "prelink", so it can be a program name with args.
5054 set dummy prelink; ac_word=$2
5055 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
5056 $as_echo_n "checking for $ac_word... " >&6; }
5057 if test "${ac_cv_path_PRELINK+set}" = set; then :
5058   $as_echo_n "(cached) " >&6
5059 else
5060   case $PRELINK in
5061   [\\/]* | ?:[\\/]*)
5062   ac_cv_path_PRELINK="$PRELINK" # Let the user override the test with a path.
5063   ;;
5064   *)
5065   as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
5066 for as_dir in /sbin /usr/sbin $PATH
5067 do
5068   IFS=$as_save_IFS
5069   test -z "$as_dir" && as_dir=.
5070     for ac_exec_ext in '' $ac_executable_extensions; do
5071   if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
5072     ac_cv_path_PRELINK="$as_dir/$ac_word$ac_exec_ext"
5073     $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
5074     break 2
5075   fi
5076 done
5077   done
5078 IFS=$as_save_IFS
5079
5080   test -z "$ac_cv_path_PRELINK" && ac_cv_path_PRELINK="false"
5081   ;;
5082 esac
5083 fi
5084 PRELINK=$ac_cv_path_PRELINK
5085 if test -n "$PRELINK"; then
5086   { $as_echo "$as_me:${as_lineno-$LINENO}: result: $PRELINK" >&5
5087 $as_echo "$PRELINK" >&6; }
5088 else
5089   { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
5090 $as_echo "no" >&6; }
5091 fi
5092
5093
5094     ;;
5095 esac
5096
5097
5098 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for i386_set_ldt in -li386" >&5
5099 $as_echo_n "checking for i386_set_ldt in -li386... " >&6; }
5100 if test "${ac_cv_lib_i386_i386_set_ldt+set}" = set; then :
5101   $as_echo_n "(cached) " >&6
5102 else
5103   ac_check_lib_save_LIBS=$LIBS
5104 LIBS="-li386  $LIBS"
5105 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
5106 /* end confdefs.h.  */
5107
5108 /* Override any GCC internal prototype to avoid an error.
5109    Use char because int might match the return type of a GCC
5110    builtin and then its argument prototype would still apply.  */
5111 #ifdef __cplusplus
5112 extern "C"
5113 #endif
5114 char i386_set_ldt ();
5115 int
5116 main ()
5117 {
5118 return i386_set_ldt ();
5119   ;
5120   return 0;
5121 }
5122 _ACEOF
5123 if ac_fn_c_try_link "$LINENO"; then :
5124   ac_cv_lib_i386_i386_set_ldt=yes
5125 else
5126   ac_cv_lib_i386_i386_set_ldt=no
5127 fi
5128 rm -f core conftest.err conftest.$ac_objext \
5129     conftest$ac_exeext conftest.$ac_ext
5130 LIBS=$ac_check_lib_save_LIBS
5131 fi
5132 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_i386_i386_set_ldt" >&5
5133 $as_echo "$ac_cv_lib_i386_i386_set_ldt" >&6; }
5134 if test "x$ac_cv_lib_i386_i386_set_ldt" = x""yes; then :
5135   cat >>confdefs.h <<_ACEOF
5136 #define HAVE_LIBI386 1
5137 _ACEOF
5138
5139   LIBS="-li386 $LIBS"
5140
5141 fi
5142
5143 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for _oss_ioctl in -lossaudio" >&5
5144 $as_echo_n "checking for _oss_ioctl in -lossaudio... " >&6; }
5145 if test "${ac_cv_lib_ossaudio__oss_ioctl+set}" = set; then :
5146   $as_echo_n "(cached) " >&6
5147 else
5148   ac_check_lib_save_LIBS=$LIBS
5149 LIBS="-lossaudio  $LIBS"
5150 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
5151 /* end confdefs.h.  */
5152
5153 /* Override any GCC internal prototype to avoid an error.
5154    Use char because int might match the return type of a GCC
5155    builtin and then its argument prototype would still apply.  */
5156 #ifdef __cplusplus
5157 extern "C"
5158 #endif
5159 char _oss_ioctl ();
5160 int
5161 main ()
5162 {
5163 return _oss_ioctl ();
5164   ;
5165   return 0;
5166 }
5167 _ACEOF
5168 if ac_fn_c_try_link "$LINENO"; then :
5169   ac_cv_lib_ossaudio__oss_ioctl=yes
5170 else
5171   ac_cv_lib_ossaudio__oss_ioctl=no
5172 fi
5173 rm -f core conftest.err conftest.$ac_objext \
5174     conftest$ac_exeext conftest.$ac_ext
5175 LIBS=$ac_check_lib_save_LIBS
5176 fi
5177 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_ossaudio__oss_ioctl" >&5
5178 $as_echo "$ac_cv_lib_ossaudio__oss_ioctl" >&6; }
5179 if test "x$ac_cv_lib_ossaudio__oss_ioctl" = x""yes; then :
5180   cat >>confdefs.h <<_ACEOF
5181 #define HAVE_LIBOSSAUDIO 1
5182 _ACEOF
5183
5184   LIBS="-lossaudio $LIBS"
5185
5186 fi
5187
5188
5189 XLIB=""
5190
5191 OPENGL_LIBS=""
5192
5193
5194
5195 # Check whether --enable-largefile was given.
5196 if test "${enable_largefile+set}" = set; then :
5197   enableval=$enable_largefile;
5198 fi
5199
5200 if test "$enable_largefile" != no; then
5201
5202   { $as_echo "$as_me:${as_lineno-$LINENO}: checking for special C compiler options needed for large files" >&5
5203 $as_echo_n "checking for special C compiler options needed for large files... " >&6; }
5204 if test "${ac_cv_sys_largefile_CC+set}" = set; then :
5205   $as_echo_n "(cached) " >&6
5206 else
5207   ac_cv_sys_largefile_CC=no
5208      if test "$GCC" != yes; then
5209        ac_save_CC=$CC
5210        while :; do
5211          # IRIX 6.2 and later do not support large files by default,
5212          # so use the C compiler's -n32 option if that helps.
5213          cat confdefs.h - <<_ACEOF >conftest.$ac_ext
5214 /* end confdefs.h.  */
5215 #include <sys/types.h>
5216  /* Check that off_t can represent 2**63 - 1 correctly.
5217     We can't simply define LARGE_OFF_T to be 9223372036854775807,
5218     since some C++ compilers masquerading as C compilers
5219     incorrectly reject 9223372036854775807.  */
5220 #define LARGE_OFF_T (((off_t) 1 << 62) - 1 + ((off_t) 1 << 62))
5221   int off_t_is_large[(LARGE_OFF_T % 2147483629 == 721
5222                        && LARGE_OFF_T % 2147483647 == 1)
5223                       ? 1 : -1];
5224 int
5225 main ()
5226 {
5227
5228   ;
5229   return 0;
5230 }
5231 _ACEOF
5232          if ac_fn_c_try_compile "$LINENO"; then :
5233   break
5234 fi
5235 rm -f core conftest.err conftest.$ac_objext
5236          CC="$CC -n32"
5237          if ac_fn_c_try_compile "$LINENO"; then :
5238   ac_cv_sys_largefile_CC=' -n32'; break
5239 fi
5240 rm -f core conftest.err conftest.$ac_objext
5241          break
5242        done
5243        CC=$ac_save_CC
5244        rm -f conftest.$ac_ext
5245     fi
5246 fi
5247 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_sys_largefile_CC" >&5
5248 $as_echo "$ac_cv_sys_largefile_CC" >&6; }
5249   if test "$ac_cv_sys_largefile_CC" != no; then
5250     CC=$CC$ac_cv_sys_largefile_CC
5251   fi
5252
5253   { $as_echo "$as_me:${as_lineno-$LINENO}: checking for _FILE_OFFSET_BITS value needed for large files" >&5
5254 $as_echo_n "checking for _FILE_OFFSET_BITS value needed for large files... " >&6; }
5255 if test "${ac_cv_sys_file_offset_bits+set}" = set; then :
5256   $as_echo_n "(cached) " >&6
5257 else
5258   while :; do
5259   cat confdefs.h - <<_ACEOF >conftest.$ac_ext
5260 /* end confdefs.h.  */
5261 #include <sys/types.h>
5262  /* Check that off_t can represent 2**63 - 1 correctly.
5263     We can't simply define LARGE_OFF_T to be 9223372036854775807,
5264     since some C++ compilers masquerading as C compilers
5265     incorrectly reject 9223372036854775807.  */
5266 #define LARGE_OFF_T (((off_t) 1 << 62) - 1 + ((off_t) 1 << 62))
5267   int off_t_is_large[(LARGE_OFF_T % 2147483629 == 721
5268                        && LARGE_OFF_T % 2147483647 == 1)
5269                       ? 1 : -1];
5270 int
5271 main ()
5272 {
5273
5274   ;
5275   return 0;
5276 }
5277 _ACEOF
5278 if ac_fn_c_try_compile "$LINENO"; then :
5279   ac_cv_sys_file_offset_bits=no; break
5280 fi
5281 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
5282   cat confdefs.h - <<_ACEOF >conftest.$ac_ext
5283 /* end confdefs.h.  */
5284 #define _FILE_OFFSET_BITS 64
5285 #include <sys/types.h>
5286  /* Check that off_t can represent 2**63 - 1 correctly.
5287     We can't simply define LARGE_OFF_T to be 9223372036854775807,
5288     since some C++ compilers masquerading as C compilers
5289     incorrectly reject 9223372036854775807.  */
5290 #define LARGE_OFF_T (((off_t) 1 << 62) - 1 + ((off_t) 1 << 62))
5291   int off_t_is_large[(LARGE_OFF_T % 2147483629 == 721
5292                        && LARGE_OFF_T % 2147483647 == 1)
5293                       ? 1 : -1];
5294 int
5295 main ()
5296 {
5297
5298   ;
5299   return 0;
5300 }
5301 _ACEOF
5302 if ac_fn_c_try_compile "$LINENO"; then :
5303   ac_cv_sys_file_offset_bits=64; break
5304 fi
5305 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
5306   ac_cv_sys_file_offset_bits=unknown
5307   break
5308 done
5309 fi
5310 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_sys_file_offset_bits" >&5
5311 $as_echo "$ac_cv_sys_file_offset_bits" >&6; }
5312 case $ac_cv_sys_file_offset_bits in #(
5313   no | unknown) ;;
5314   *)
5315 cat >>confdefs.h <<_ACEOF
5316 #define _FILE_OFFSET_BITS $ac_cv_sys_file_offset_bits
5317 _ACEOF
5318 ;;
5319 esac
5320 rm -rf conftest*
5321   if test $ac_cv_sys_file_offset_bits = unknown; then
5322     { $as_echo "$as_me:${as_lineno-$LINENO}: checking for _LARGE_FILES value needed for large files" >&5
5323 $as_echo_n "checking for _LARGE_FILES value needed for large files... " >&6; }
5324 if test "${ac_cv_sys_large_files+set}" = set; then :
5325   $as_echo_n "(cached) " >&6
5326 else
5327   while :; do
5328   cat confdefs.h - <<_ACEOF >conftest.$ac_ext
5329 /* end confdefs.h.  */
5330 #include <sys/types.h>
5331  /* Check that off_t can represent 2**63 - 1 correctly.
5332     We can't simply define LARGE_OFF_T to be 9223372036854775807,
5333     since some C++ compilers masquerading as C compilers
5334     incorrectly reject 9223372036854775807.  */
5335 #define LARGE_OFF_T (((off_t) 1 << 62) - 1 + ((off_t) 1 << 62))
5336   int off_t_is_large[(LARGE_OFF_T % 2147483629 == 721
5337                        && LARGE_OFF_T % 2147483647 == 1)
5338                       ? 1 : -1];
5339 int
5340 main ()
5341 {
5342
5343   ;
5344   return 0;
5345 }
5346 _ACEOF
5347 if ac_fn_c_try_compile "$LINENO"; then :
5348   ac_cv_sys_large_files=no; break
5349 fi
5350 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
5351   cat confdefs.h - <<_ACEOF >conftest.$ac_ext
5352 /* end confdefs.h.  */
5353 #define _LARGE_FILES 1
5354 #include <sys/types.h>
5355  /* Check that off_t can represent 2**63 - 1 correctly.
5356     We can't simply define LARGE_OFF_T to be 9223372036854775807,
5357     since some C++ compilers masquerading as C compilers
5358     incorrectly reject 9223372036854775807.  */
5359 #define LARGE_OFF_T (((off_t) 1 << 62) - 1 + ((off_t) 1 << 62))
5360   int off_t_is_large[(LARGE_OFF_T % 2147483629 == 721
5361                        && LARGE_OFF_T % 2147483647 == 1)
5362                       ? 1 : -1];
5363 int
5364 main ()
5365 {
5366
5367   ;
5368   return 0;
5369 }
5370 _ACEOF
5371 if ac_fn_c_try_compile "$LINENO"; then :
5372   ac_cv_sys_large_files=1; break
5373 fi
5374 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
5375   ac_cv_sys_large_files=unknown
5376   break
5377 done
5378 fi
5379 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_sys_large_files" >&5
5380 $as_echo "$ac_cv_sys_large_files" >&6; }
5381 case $ac_cv_sys_large_files in #(
5382   no | unknown) ;;
5383   *)
5384 cat >>confdefs.h <<_ACEOF
5385 #define _LARGE_FILES $ac_cv_sys_large_files
5386 _ACEOF
5387 ;;
5388 esac
5389 rm -rf conftest*
5390   fi
5391 fi
5392
5393
5394 ac_ext=c
5395 ac_cpp='$CPP $CPPFLAGS'
5396 ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
5397 ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
5398 ac_compiler_gnu=$ac_cv_c_compiler_gnu
5399 { $as_echo "$as_me:${as_lineno-$LINENO}: checking how to run the C preprocessor" >&5
5400 $as_echo_n "checking how to run the C preprocessor... " >&6; }
5401 # On Suns, sometimes $CPP names a directory.
5402 if test -n "$CPP" && test -d "$CPP"; then
5403   CPP=
5404 fi
5405 if test -z "$CPP"; then
5406   if test "${ac_cv_prog_CPP+set}" = set; then :
5407   $as_echo_n "(cached) " >&6
5408 else
5409       # Double quotes because CPP needs to be expanded
5410     for CPP in "$CC -E" "$CC -E -traditional-cpp" "/lib/cpp"
5411     do
5412       ac_preproc_ok=false
5413 for ac_c_preproc_warn_flag in '' yes
5414 do
5415   # Use a header file that comes with gcc, so configuring glibc
5416   # with a fresh cross-compiler works.
5417   # Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
5418   # <limits.h> exists even on freestanding compilers.
5419   # On the NeXT, cc -E runs the code through the compiler's parser,
5420   # not just through cpp. "Syntax error" is here to catch this case.
5421   cat confdefs.h - <<_ACEOF >conftest.$ac_ext
5422 /* end confdefs.h.  */
5423 #ifdef __STDC__
5424 # include <limits.h>
5425 #else
5426 # include <assert.h>
5427 #endif
5428                      Syntax error
5429 _ACEOF
5430 if ac_fn_c_try_cpp "$LINENO"; then :
5431
5432 else
5433   # Broken: fails on valid input.
5434 continue
5435 fi
5436 rm -f conftest.err conftest.$ac_ext
5437
5438   # OK, works on sane cases.  Now check whether nonexistent headers
5439   # can be detected and how.
5440   cat confdefs.h - <<_ACEOF >conftest.$ac_ext
5441 /* end confdefs.h.  */
5442 #include <ac_nonexistent.h>
5443 _ACEOF
5444 if ac_fn_c_try_cpp "$LINENO"; then :
5445   # Broken: success on invalid input.
5446 continue
5447 else
5448   # Passes both tests.
5449 ac_preproc_ok=:
5450 break
5451 fi
5452 rm -f conftest.err conftest.$ac_ext
5453
5454 done
5455 # Because of `break', _AC_PREPROC_IFELSE's cleaning code was skipped.
5456 rm -f conftest.err conftest.$ac_ext
5457 if $ac_preproc_ok; then :
5458   break
5459 fi
5460
5461     done
5462     ac_cv_prog_CPP=$CPP
5463
5464 fi
5465   CPP=$ac_cv_prog_CPP
5466 else
5467   ac_cv_prog_CPP=$CPP
5468 fi
5469 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $CPP" >&5
5470 $as_echo "$CPP" >&6; }
5471 ac_preproc_ok=false
5472 for ac_c_preproc_warn_flag in '' yes
5473 do
5474   # Use a header file that comes with gcc, so configuring glibc
5475   # with a fresh cross-compiler works.
5476   # Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
5477   # <limits.h> exists even on freestanding compilers.
5478   # On the NeXT, cc -E runs the code through the compiler's parser,
5479   # not just through cpp. "Syntax error" is here to catch this case.
5480   cat confdefs.h - <<_ACEOF >conftest.$ac_ext
5481 /* end confdefs.h.  */
5482 #ifdef __STDC__
5483 # include <limits.h>
5484 #else
5485 # include <assert.h>
5486 #endif
5487                      Syntax error
5488 _ACEOF
5489 if ac_fn_c_try_cpp "$LINENO"; then :
5490
5491 else
5492   # Broken: fails on valid input.
5493 continue
5494 fi
5495 rm -f conftest.err conftest.$ac_ext
5496
5497   # OK, works on sane cases.  Now check whether nonexistent headers
5498   # can be detected and how.
5499   cat confdefs.h - <<_ACEOF >conftest.$ac_ext
5500 /* end confdefs.h.  */
5501 #include <ac_nonexistent.h>
5502 _ACEOF
5503 if ac_fn_c_try_cpp "$LINENO"; then :
5504   # Broken: success on invalid input.
5505 continue
5506 else
5507   # Passes both tests.
5508 ac_preproc_ok=:
5509 break
5510 fi
5511 rm -f conftest.err conftest.$ac_ext
5512
5513 done
5514 # Because of `break', _AC_PREPROC_IFELSE's cleaning code was skipped.
5515 rm -f conftest.err conftest.$ac_ext
5516 if $ac_preproc_ok; then :
5517
5518 else
5519   { { $as_echo "$as_me:${as_lineno-$LINENO}: error: in \`$ac_pwd':" >&5
5520 $as_echo "$as_me: error: in \`$ac_pwd':" >&2;}
5521 as_fn_error "C preprocessor \"$CPP\" fails sanity check
5522 See \`config.log' for more details." "$LINENO" 5; }
5523 fi
5524
5525 ac_ext=c
5526 ac_cpp='$CPP $CPPFLAGS'
5527 ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
5528 ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
5529 ac_compiler_gnu=$ac_cv_c_compiler_gnu
5530
5531
5532 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for ANSI C header files" >&5
5533 $as_echo_n "checking for ANSI C header files... " >&6; }
5534 if test "${ac_cv_header_stdc+set}" = set; then :
5535   $as_echo_n "(cached) " >&6
5536 else
5537   cat confdefs.h - <<_ACEOF >conftest.$ac_ext
5538 /* end confdefs.h.  */
5539 #include <stdlib.h>
5540 #include <stdarg.h>
5541 #include <string.h>
5542 #include <float.h>
5543
5544 int
5545 main ()
5546 {
5547
5548   ;
5549   return 0;
5550 }
5551 _ACEOF
5552 if ac_fn_c_try_compile "$LINENO"; then :
5553   ac_cv_header_stdc=yes
5554 else
5555   ac_cv_header_stdc=no
5556 fi
5557 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
5558
5559 if test $ac_cv_header_stdc = yes; then
5560   # SunOS 4.x string.h does not declare mem*, contrary to ANSI.
5561   cat confdefs.h - <<_ACEOF >conftest.$ac_ext
5562 /* end confdefs.h.  */
5563 #include <string.h>
5564
5565 _ACEOF
5566 if (eval "$ac_cpp conftest.$ac_ext") 2>&5 |
5567   $EGREP "memchr" >/dev/null 2>&1; then :
5568
5569 else
5570   ac_cv_header_stdc=no
5571 fi
5572 rm -f conftest*
5573
5574 fi
5575
5576 if test $ac_cv_header_stdc = yes; then
5577   # ISC 2.0.2 stdlib.h does not declare free, contrary to ANSI.
5578   cat confdefs.h - <<_ACEOF >conftest.$ac_ext
5579 /* end confdefs.h.  */
5580 #include <stdlib.h>
5581
5582 _ACEOF
5583 if (eval "$ac_cpp conftest.$ac_ext") 2>&5 |
5584   $EGREP "free" >/dev/null 2>&1; then :
5585
5586 else
5587   ac_cv_header_stdc=no
5588 fi
5589 rm -f conftest*
5590
5591 fi
5592
5593 if test $ac_cv_header_stdc = yes; then
5594   # /bin/cc in Irix-4.0.5 gets non-ANSI ctype macros unless using -ansi.
5595   if test "$cross_compiling" = yes; then :
5596   :
5597 else
5598   cat confdefs.h - <<_ACEOF >conftest.$ac_ext
5599 /* end confdefs.h.  */
5600 #include <ctype.h>
5601 #include <stdlib.h>
5602 #if ((' ' & 0x0FF) == 0x020)
5603 # define ISLOWER(c) ('a' <= (c) && (c) <= 'z')
5604 # define TOUPPER(c) (ISLOWER(c) ? 'A' + ((c) - 'a') : (c))
5605 #else
5606 # define ISLOWER(c) \
5607                    (('a' <= (c) && (c) <= 'i') \
5608                      || ('j' <= (c) && (c) <= 'r') \
5609                      || ('s' <= (c) && (c) <= 'z'))
5610 # define TOUPPER(c) (ISLOWER(c) ? ((c) | 0x40) : (c))
5611 #endif
5612
5613 #define XOR(e, f) (((e) && !(f)) || (!(e) && (f)))
5614 int
5615 main ()
5616 {
5617   int i;
5618   for (i = 0; i < 256; i++)
5619     if (XOR (islower (i), ISLOWER (i))
5620         || toupper (i) != TOUPPER (i))
5621       return 2;
5622   return 0;
5623 }
5624 _ACEOF
5625 if ac_fn_c_try_run "$LINENO"; then :
5626
5627 else
5628   ac_cv_header_stdc=no
5629 fi
5630 rm -f core *.core core.conftest.* gmon.out bb.out conftest$ac_exeext \
5631   conftest.$ac_objext conftest.beam conftest.$ac_ext
5632 fi
5633
5634 fi
5635 fi
5636 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_header_stdc" >&5
5637 $as_echo "$ac_cv_header_stdc" >&6; }
5638 if test $ac_cv_header_stdc = yes; then
5639
5640 $as_echo "#define STDC_HEADERS 1" >>confdefs.h
5641
5642 fi
5643
5644 # On IRIX 5.3, sys/types and inttypes.h are conflicting.
5645 for ac_header in sys/types.h sys/stat.h stdlib.h string.h memory.h strings.h \
5646                   inttypes.h stdint.h unistd.h
5647 do :
5648   as_ac_Header=`$as_echo "ac_cv_header_$ac_header" | $as_tr_sh`
5649 ac_fn_c_check_header_compile "$LINENO" "$ac_header" "$as_ac_Header" "$ac_includes_default
5650 "
5651 eval as_val=\$$as_ac_Header
5652    if test "x$as_val" = x""yes; then :
5653   cat >>confdefs.h <<_ACEOF
5654 #define `$as_echo "HAVE_$ac_header" | $as_tr_cpp` 1
5655 _ACEOF
5656
5657 fi
5658
5659 done
5660
5661
5662 for ac_header in \
5663         AL/al.h \
5664         AudioUnit/AudioUnit.h \
5665         Carbon/Carbon.h \
5666         CoreAudio/CoreAudio.h \
5667         DiskArbitration/DiskArbitration.h \
5668         IOKit/IOKitLib.h \
5669         IOKit/hid/IOHIDLib.h \
5670         OpenAL/al.h \
5671         alias.h \
5672         alsa/asoundlib.h \
5673         arpa/inet.h \
5674         arpa/nameser.h \
5675         asm/types.h \
5676         capi20.h \
5677         curses.h \
5678         direct.h \
5679         dirent.h \
5680         dlfcn.h \
5681         elf.h \
5682         float.h \
5683         fnmatch.h \
5684         fontconfig/fontconfig.h \
5685         getopt.h \
5686         grp.h \
5687         gsm.h \
5688         gsm/gsm.h \
5689         ieeefp.h \
5690         inet/mib2.h \
5691         io.h \
5692         jack/jack.h \
5693         jpeglib.h \
5694         kstat.h \
5695         lber.h \
5696         lcms.h \
5697         lcms/lcms.h \
5698         ldap.h \
5699         libaudioio.h \
5700         link.h \
5701         linux/cdrom.h \
5702         linux/compiler.h \
5703         linux/hdreg.h \
5704         linux/input.h \
5705         linux/ioctl.h \
5706         linux/joystick.h \
5707         linux/major.h \
5708         linux/param.h \
5709         linux/serial.h \
5710         linux/types.h \
5711         linux/ucdrom.h \
5712         mach-o/nlist.h \
5713         mach/mach.h \
5714         mach/machine.h \
5715         machine/cpu.h \
5716         machine/limits.h \
5717         machine/soundcard.h \
5718         mntent.h \
5719         mpg123.h \
5720         ncurses.h \
5721         netdb.h \
5722         netinet/in.h \
5723         netinet/in_systm.h \
5724         netinet/tcp.h \
5725         netinet/tcp_fsm.h \
5726         openssl/err.h \
5727         openssl/ssl.h \
5728         png.h \
5729         poll.h \
5730         port.h \
5731         process.h \
5732         pthread.h \
5733         pwd.h \
5734         regex.h \
5735         sched.h \
5736         scsi/scsi.h \
5737         scsi/scsi_ioctl.h \
5738         scsi/sg.h \
5739         soundcard.h \
5740         stdbool.h \
5741         stdint.h \
5742         strings.h \
5743         stropts.h \
5744         sys/asoundlib.h \
5745         sys/cdio.h \
5746         sys/elf32.h \
5747         sys/epoll.h \
5748         sys/errno.h \
5749         sys/event.h \
5750         sys/exec_elf.h \
5751         sys/filio.h \
5752         sys/inotify.h \
5753         sys/ioctl.h \
5754         sys/ipc.h \
5755         sys/limits.h \
5756         sys/link.h \
5757         sys/mman.h \
5758         sys/modem.h \
5759         sys/msg.h \
5760         sys/mtio.h \
5761         sys/param.h \
5762         sys/poll.h \
5763         sys/prctl.h \
5764         sys/protosw.h \
5765         sys/ptrace.h \
5766         sys/resource.h \
5767         sys/scsiio.h \
5768         sys/shm.h \
5769         sys/signal.h \
5770         sys/socket.h \
5771         sys/socketvar.h \
5772         sys/sockio.h \
5773         sys/soundcard.h \
5774         sys/statvfs.h \
5775         sys/strtio.h \
5776         sys/syscall.h \
5777         sys/tihdr.h \
5778         sys/time.h \
5779         sys/timeout.h \
5780         sys/times.h \
5781         sys/uio.h \
5782         sys/un.h \
5783         sys/utsname.h \
5784         sys/vm86.h \
5785         sys/wait.h \
5786         syscall.h \
5787         termios.h \
5788         unistd.h \
5789         utime.h \
5790         valgrind/memcheck.h \
5791         valgrind/valgrind.h \
5792         zlib.h
5793
5794 do :
5795   as_ac_Header=`$as_echo "ac_cv_header_$ac_header" | $as_tr_sh`
5796 ac_fn_c_check_header_mongrel "$LINENO" "$ac_header" "$as_ac_Header" "$ac_includes_default"
5797 eval as_val=\$$as_ac_Header
5798    if test "x$as_val" = x""yes; then :
5799   cat >>confdefs.h <<_ACEOF
5800 #define `$as_echo "HAVE_$ac_header" | $as_tr_cpp` 1
5801 _ACEOF
5802
5803 fi
5804
5805 done
5806
5807 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether stat file-mode macros are broken" >&5
5808 $as_echo_n "checking whether stat file-mode macros are broken... " >&6; }
5809 if test "${ac_cv_header_stat_broken+set}" = set; then :
5810   $as_echo_n "(cached) " >&6
5811 else
5812   cat confdefs.h - <<_ACEOF >conftest.$ac_ext
5813 /* end confdefs.h.  */
5814 #include <sys/types.h>
5815 #include <sys/stat.h>
5816
5817 #if defined S_ISBLK && defined S_IFDIR
5818 extern char c1[S_ISBLK (S_IFDIR) ? -1 : 1];
5819 #endif
5820
5821 #if defined S_ISBLK && defined S_IFCHR
5822 extern char c2[S_ISBLK (S_IFCHR) ? -1 : 1];
5823 #endif
5824
5825 #if defined S_ISLNK && defined S_IFREG
5826 extern char c3[S_ISLNK (S_IFREG) ? -1 : 1];
5827 #endif
5828
5829 #if defined S_ISSOCK && defined S_IFREG
5830 extern char c4[S_ISSOCK (S_IFREG) ? -1 : 1];
5831 #endif
5832
5833 _ACEOF
5834 if ac_fn_c_try_compile "$LINENO"; then :
5835   ac_cv_header_stat_broken=no
5836 else
5837   ac_cv_header_stat_broken=yes
5838 fi
5839 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
5840 fi
5841 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_header_stat_broken" >&5
5842 $as_echo "$ac_cv_header_stat_broken" >&6; }
5843 if test $ac_cv_header_stat_broken = yes; then
5844
5845 $as_echo "#define STAT_MACROS_BROKEN 1" >>confdefs.h
5846
5847 fi
5848
5849
5850
5851 for ac_header in sys/mount.h sys/statfs.h sys/sysctl.h sys/user.h sys/vfs.h
5852 do :
5853   as_ac_Header=`$as_echo "ac_cv_header_$ac_header" | $as_tr_sh`
5854 ac_fn_c_check_header_compile "$LINENO" "$ac_header" "$as_ac_Header" "#include <sys/types.h>
5855      #ifdef HAVE_SYS_PARAM_H
5856      # include <sys/param.h>
5857      #endif
5858 "
5859 eval as_val=\$$as_ac_Header
5860    if test "x$as_val" = x""yes; then :
5861   cat >>confdefs.h <<_ACEOF
5862 #define `$as_echo "HAVE_$ac_header" | $as_tr_cpp` 1
5863 _ACEOF
5864
5865 fi
5866
5867 done
5868
5869
5870 for ac_header in \
5871         netinet/ip.h \
5872         net/if.h \
5873         net/if_arp.h \
5874         net/if_dl.h \
5875         net/if_types.h \
5876         net/route.h \
5877         netinet/if_ether.h \
5878         netinet/if_inarp.h \
5879         netinet/in_pcb.h \
5880         netinet/ip_icmp.h \
5881         netinet/ip_var.h \
5882         netinet/udp.h \
5883         netipx/ipx.h \
5884
5885 do :
5886   as_ac_Header=`$as_echo "ac_cv_header_$ac_header" | $as_tr_sh`
5887 ac_fn_c_check_header_compile "$LINENO" "$ac_header" "$as_ac_Header" "#include <sys/types.h>
5888      #ifdef HAVE_SYS_SOCKET_H
5889      # include <sys/socket.h>
5890      #endif
5891      #ifdef HAVE_SYS_SOCKETVAR_H
5892      # include <sys/socketvar.h>
5893      #endif
5894      #ifdef HAVE_NET_ROUTE_H
5895      # include <net/route.h>
5896      #endif
5897      #ifdef HAVE_NETINET_IN_H
5898      # include <netinet/in.h>
5899      #endif
5900      #ifdef HAVE_NETINET_IN_SYSTM_H
5901      # include <netinet/in_systm.h>
5902      #endif
5903      #ifdef HAVE_NET_IF_H
5904      # include <net/if.h>
5905      #endif
5906      #ifdef HAVE_NETINET_IP_H
5907      # include <netinet/ip.h>
5908      #endif
5909 "
5910 eval as_val=\$$as_ac_Header
5911    if test "x$as_val" = x""yes; then :
5912   cat >>confdefs.h <<_ACEOF
5913 #define `$as_echo "HAVE_$ac_header" | $as_tr_cpp` 1
5914 _ACEOF
5915
5916 fi
5917
5918 done
5919
5920
5921 for ac_header in netinet/tcp_timer.h netinet/udp_var.h netinet/icmp_var.h netinet/tcp_var.h
5922 do :
5923   as_ac_Header=`$as_echo "ac_cv_header_$ac_header" | $as_tr_sh`
5924 ac_fn_c_check_header_compile "$LINENO" "$ac_header" "$as_ac_Header" "#include <sys/types.h>
5925      #ifdef HAVE_ALIAS_H
5926      # include <alias.h>
5927      #endif
5928      #ifdef HAVE_SYS_SOCKET_H
5929      # include <sys/socket.h>
5930      #endif
5931      #ifdef HAVE_SYS_SOCKETVAR_H
5932      # include <sys/socketvar.h>
5933      #endif
5934      #ifdef HAVE_SYS_TIMEOUT_H
5935      # include <sys/timeout.h>
5936      #endif
5937      #ifdef HAVE_NETINET_IN_H
5938      # include <netinet/in.h>
5939      #endif
5940      #ifdef HAVE_NETINET_IN_SYSTM_H
5941      # include <netinet/in_systm.h>
5942      #endif
5943      #ifdef HAVE_NETINET_IP_H
5944      # include <netinet/ip.h>
5945      #endif
5946      #ifdef HAVE_NETINET_IP_VAR_H
5947      # include <netinet/ip_var.h>
5948      #endif
5949      #ifdef HAVE_NETINET_IP_ICMP_H
5950      # include <netinet/ip_icmp.h>
5951      #endif
5952      #ifdef HAVE_NETINET_UDP_H
5953      # include <netinet/udp.h>
5954      #endif
5955      #ifdef HAVE_NETINET_TCP_H
5956      # include <netinet/tcp.h>
5957      #endif
5958      #ifdef HAVE_NETINET_TCP_TIMER_H
5959      #include <netinet/tcp_timer.h>
5960      #endif
5961 "
5962 eval as_val=\$$as_ac_Header
5963    if test "x$as_val" = x""yes; then :
5964   cat >>confdefs.h <<_ACEOF
5965 #define `$as_echo "HAVE_$ac_header" | $as_tr_cpp` 1
5966 _ACEOF
5967
5968 fi
5969
5970 done
5971
5972
5973 for ac_header in linux/ipx.h linux/irda.h
5974 do :
5975   as_ac_Header=`$as_echo "ac_cv_header_$ac_header" | $as_tr_sh`
5976 ac_fn_c_check_header_compile "$LINENO" "$ac_header" "$as_ac_Header" "#include <sys/types.h>
5977      #ifdef HAVE_ASM_TYPES_H
5978      # include <asm/types.h>
5979      #endif
5980      #ifdef HAVE_SYS_SOCKET_H
5981      # include <sys/socket.h>
5982      #endif
5983      #ifdef HAVE_LINUX_TYPES_H
5984      # include <linux/types.h>
5985      #endif
5986 "
5987 eval as_val=\$$as_ac_Header
5988    if test "x$as_val" = x""yes; then :
5989   cat >>confdefs.h <<_ACEOF
5990 #define `$as_echo "HAVE_$ac_header" | $as_tr_cpp` 1
5991 _ACEOF
5992
5993 fi
5994
5995 done
5996
5997
5998 for ac_header in mach-o/dyld_images.h
5999 do :
6000   ac_fn_c_check_header_compile "$LINENO" "mach-o/dyld_images.h" "ac_cv_header_mach_o_dyld_images_h" "#ifdef HAVE_STDBOOL_H
6001      # include <stdbool.h>
6002      #endif
6003      #ifdef HAVE_STDINT_H
6004      # include <stdint.h>
6005      #endif
6006 "
6007 if test "x$ac_cv_header_mach_o_dyld_images_h" = x""yes; then :
6008   cat >>confdefs.h <<_ACEOF
6009 #define HAVE_MACH_O_DYLD_IMAGES_H 1
6010 _ACEOF
6011
6012 fi
6013
6014 done
6015
6016
6017 for ac_header in resolv.h
6018 do :
6019   ac_fn_c_check_header_compile "$LINENO" "resolv.h" "ac_cv_header_resolv_h" "#include <sys/types.h>
6020      #ifdef HAVE_SYS_SOCKET_H
6021      # include <sys/socket.h>
6022      #endif
6023      #ifdef HAVE_NETINET_IN_H
6024      # include <netinet/in.h>
6025      #endif
6026      #ifdef HAVE_ARPA_NAMESER_H
6027      # include <arpa/nameser.h>
6028      #endif
6029 "
6030 if test "x$ac_cv_header_resolv_h" = x""yes; then :
6031   cat >>confdefs.h <<_ACEOF
6032 #define HAVE_RESOLV_H 1
6033 _ACEOF
6034
6035 fi
6036
6037 done
6038
6039
6040 for ac_header in ucontext.h
6041 do :
6042   ac_fn_c_check_header_compile "$LINENO" "ucontext.h" "ac_cv_header_ucontext_h" "#include <signal.h>
6043 "
6044 if test "x$ac_cv_header_ucontext_h" = x""yes; then :
6045   cat >>confdefs.h <<_ACEOF
6046 #define HAVE_UCONTEXT_H 1
6047 _ACEOF
6048
6049 fi
6050
6051 done
6052
6053
6054 for ac_header in sys/thr.h
6055 do :
6056   ac_fn_c_check_header_compile "$LINENO" "sys/thr.h" "ac_cv_header_sys_thr_h" "#include <sys/types.h>
6057 #ifdef HAVE_UCONTEXT_H
6058 #include <ucontext.h>
6059 #endif
6060 "
6061 if test "x$ac_cv_header_sys_thr_h" = x""yes; then :
6062   cat >>confdefs.h <<_ACEOF
6063 #define HAVE_SYS_THR_H 1
6064 _ACEOF
6065
6066 fi
6067
6068 done
6069
6070
6071 for ac_header in pthread_np.h
6072 do :
6073   ac_fn_c_check_header_compile "$LINENO" "pthread_np.h" "ac_cv_header_pthread_np_h" "#ifdef HAVE_PTHREAD_H
6074 #include <pthread.h>
6075 #endif
6076 "
6077 if test "x$ac_cv_header_pthread_np_h" = x""yes; then :
6078   cat >>confdefs.h <<_ACEOF
6079 #define HAVE_PTHREAD_NP_H 1
6080 _ACEOF
6081
6082 fi
6083
6084 done
6085
6086
6087 for ac_header in linux/videodev.h
6088 do :
6089   ac_fn_c_check_header_compile "$LINENO" "linux/videodev.h" "ac_cv_header_linux_videodev_h" "#ifdef HAVE_SYS_TIME_H
6090 #include <sys/time.h>
6091 #endif
6092 #include <sys/types.h>
6093 #ifdef HAVE_ASM_TYPES_H
6094 #include <asm/types.h>
6095 #endif
6096 "
6097 if test "x$ac_cv_header_linux_videodev_h" = x""yes; then :
6098   cat >>confdefs.h <<_ACEOF
6099 #define HAVE_LINUX_VIDEODEV_H 1
6100 _ACEOF
6101
6102 fi
6103
6104 done
6105
6106
6107 for ac_header in linux/capi.h
6108 do :
6109   ac_fn_c_check_header_compile "$LINENO" "linux/capi.h" "ac_cv_header_linux_capi_h" "#define __user
6110 "
6111 if test "x$ac_cv_header_linux_capi_h" = x""yes; then :
6112   cat >>confdefs.h <<_ACEOF
6113 #define HAVE_LINUX_CAPI_H 1
6114 _ACEOF
6115
6116 fi
6117
6118 done
6119
6120
6121
6122 DLLEXT=""
6123
6124 DLLFLAGS="-D_REENTRANT"
6125
6126 LDSHARED=""
6127
6128 LDDLLFLAGS=""
6129
6130 LIBEXT="so"
6131
6132 IMPLIBEXT="def"
6133
6134 LDRPATH_INSTALL=""
6135
6136 LDRPATH_LOCAL=""
6137
6138 # Extract the first word of "ldd", so it can be a program name with args.
6139 set dummy ldd; ac_word=$2
6140 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
6141 $as_echo_n "checking for $ac_word... " >&6; }
6142 if test "${ac_cv_path_LDD+set}" = set; then :
6143   $as_echo_n "(cached) " >&6
6144 else
6145   case $LDD in
6146   [\\/]* | ?:[\\/]*)
6147   ac_cv_path_LDD="$LDD" # Let the user override the test with a path.
6148   ;;
6149   *)
6150   as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
6151 as_dummy="/sbin:/usr/sbin:$PATH"
6152 for as_dir in $as_dummy
6153 do
6154   IFS=$as_save_IFS
6155   test -z "$as_dir" && as_dir=.
6156     for ac_exec_ext in '' $ac_executable_extensions; do
6157   if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
6158     ac_cv_path_LDD="$as_dir/$ac_word$ac_exec_ext"
6159     $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
6160     break 2
6161   fi
6162 done
6163   done
6164 IFS=$as_save_IFS
6165
6166   test -z "$ac_cv_path_LDD" && ac_cv_path_LDD="true"
6167   ;;
6168 esac
6169 fi
6170 LDD=$ac_cv_path_LDD
6171 if test -n "$LDD"; then
6172   { $as_echo "$as_me:${as_lineno-$LINENO}: result: $LDD" >&5
6173 $as_echo "$LDD" >&6; }
6174 else
6175   { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
6176 $as_echo "no" >&6; }
6177 fi
6178
6179
6180
6181 case $host_os in
6182   cygwin*|mingw32*)
6183     if test -n "$ac_tool_prefix"; then
6184   # Extract the first word of "${ac_tool_prefix}dlltool", so it can be a program name with args.
6185 set dummy ${ac_tool_prefix}dlltool; ac_word=$2
6186 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
6187 $as_echo_n "checking for $ac_word... " >&6; }
6188 if test "${ac_cv_prog_DLLTOOL+set}" = set; then :
6189   $as_echo_n "(cached) " >&6
6190 else
6191   if test -n "$DLLTOOL"; then
6192   ac_cv_prog_DLLTOOL="$DLLTOOL" # Let the user override the test.
6193 else
6194 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
6195 for as_dir in $PATH
6196 do
6197   IFS=$as_save_IFS
6198   test -z "$as_dir" && as_dir=.
6199     for ac_exec_ext in '' $ac_executable_extensions; do
6200   if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
6201     ac_cv_prog_DLLTOOL="${ac_tool_prefix}dlltool"
6202     $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
6203     break 2
6204   fi
6205 done
6206   done
6207 IFS=$as_save_IFS
6208
6209 fi
6210 fi
6211 DLLTOOL=$ac_cv_prog_DLLTOOL
6212 if test -n "$DLLTOOL"; then
6213   { $as_echo "$as_me:${as_lineno-$LINENO}: result: $DLLTOOL" >&5
6214 $as_echo "$DLLTOOL" >&6; }
6215 else
6216   { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
6217 $as_echo "no" >&6; }
6218 fi
6219
6220
6221 fi
6222 if test -z "$ac_cv_prog_DLLTOOL"; then
6223   ac_ct_DLLTOOL=$DLLTOOL
6224   # Extract the first word of "dlltool", so it can be a program name with args.
6225 set dummy dlltool; ac_word=$2
6226 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
6227 $as_echo_n "checking for $ac_word... " >&6; }
6228 if test "${ac_cv_prog_ac_ct_DLLTOOL+set}" = set; then :
6229   $as_echo_n "(cached) " >&6
6230 else
6231   if test -n "$ac_ct_DLLTOOL"; then
6232   ac_cv_prog_ac_ct_DLLTOOL="$ac_ct_DLLTOOL" # Let the user override the test.
6233 else
6234 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
6235 for as_dir in $PATH
6236 do
6237   IFS=$as_save_IFS
6238   test -z "$as_dir" && as_dir=.
6239     for ac_exec_ext in '' $ac_executable_extensions; do
6240   if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
6241     ac_cv_prog_ac_ct_DLLTOOL="dlltool"
6242     $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
6243     break 2
6244   fi
6245 done
6246   done
6247 IFS=$as_save_IFS
6248
6249 fi
6250 fi
6251 ac_ct_DLLTOOL=$ac_cv_prog_ac_ct_DLLTOOL
6252 if test -n "$ac_ct_DLLTOOL"; then
6253   { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_ct_DLLTOOL" >&5
6254 $as_echo "$ac_ct_DLLTOOL" >&6; }
6255 else
6256   { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
6257 $as_echo "no" >&6; }
6258 fi
6259
6260   if test "x$ac_ct_DLLTOOL" = x; then
6261     DLLTOOL="false"
6262   else
6263     case $cross_compiling:$ac_tool_warned in
6264 yes:)
6265 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: using cross tools not prefixed with host triplet" >&5
6266 $as_echo "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;}
6267 ac_tool_warned=yes ;;
6268 esac
6269     DLLTOOL=$ac_ct_DLLTOOL
6270   fi
6271 else
6272   DLLTOOL="$ac_cv_prog_DLLTOOL"
6273 fi
6274
6275     if test -n "$ac_tool_prefix"; then
6276   # Extract the first word of "${ac_tool_prefix}dllwrap", so it can be a program name with args.
6277 set dummy ${ac_tool_prefix}dllwrap; ac_word=$2
6278 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
6279 $as_echo_n "checking for $ac_word... " >&6; }
6280 if test "${ac_cv_prog_DLLWRAP+set}" = set; then :
6281   $as_echo_n "(cached) " >&6
6282 else
6283   if test -n "$DLLWRAP"; then
6284   ac_cv_prog_DLLWRAP="$DLLWRAP" # Let the user override the test.
6285 else
6286 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
6287 for as_dir in $PATH
6288 do
6289   IFS=$as_save_IFS
6290   test -z "$as_dir" && as_dir=.
6291     for ac_exec_ext in '' $ac_executable_extensions; do
6292   if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
6293     ac_cv_prog_DLLWRAP="${ac_tool_prefix}dllwrap"
6294     $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
6295     break 2
6296   fi
6297 done
6298   done
6299 IFS=$as_save_IFS
6300
6301 fi
6302 fi
6303 DLLWRAP=$ac_cv_prog_DLLWRAP
6304 if test -n "$DLLWRAP"; then
6305   { $as_echo "$as_me:${as_lineno-$LINENO}: result: $DLLWRAP" >&5
6306 $as_echo "$DLLWRAP" >&6; }
6307 else
6308   { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
6309 $as_echo "no" >&6; }
6310 fi
6311
6312
6313 fi
6314 if test -z "$ac_cv_prog_DLLWRAP"; then
6315   ac_ct_DLLWRAP=$DLLWRAP
6316   # Extract the first word of "dllwrap", so it can be a program name with args.
6317 set dummy dllwrap; ac_word=$2
6318 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
6319 $as_echo_n "checking for $ac_word... " >&6; }
6320 if test "${ac_cv_prog_ac_ct_DLLWRAP+set}" = set; then :
6321   $as_echo_n "(cached) " >&6
6322 else
6323   if test -n "$ac_ct_DLLWRAP"; then
6324   ac_cv_prog_ac_ct_DLLWRAP="$ac_ct_DLLWRAP" # Let the user override the test.
6325 else
6326 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
6327 for as_dir in $PATH
6328 do
6329   IFS=$as_save_IFS
6330   test -z "$as_dir" && as_dir=.
6331     for ac_exec_ext in '' $ac_executable_extensions; do
6332   if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
6333     ac_cv_prog_ac_ct_DLLWRAP="dllwrap"
6334     $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
6335     break 2
6336   fi
6337 done
6338   done
6339 IFS=$as_save_IFS
6340
6341 fi
6342 fi
6343 ac_ct_DLLWRAP=$ac_cv_prog_ac_ct_DLLWRAP
6344 if test -n "$ac_ct_DLLWRAP"; then
6345   { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_ct_DLLWRAP" >&5
6346 $as_echo "$ac_ct_DLLWRAP" >&6; }
6347 else
6348   { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
6349 $as_echo "no" >&6; }
6350 fi
6351
6352   if test "x$ac_ct_DLLWRAP" = x; then
6353     DLLWRAP="false"
6354   else
6355     case $cross_compiling:$ac_tool_warned in
6356 yes:)
6357 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: using cross tools not prefixed with host triplet" >&5
6358 $as_echo "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;}
6359 ac_tool_warned=yes ;;
6360 esac
6361     DLLWRAP=$ac_ct_DLLWRAP
6362   fi
6363 else
6364   DLLWRAP="$ac_cv_prog_DLLWRAP"
6365 fi
6366
6367     if test -n "$ac_tool_prefix"; then
6368   # Extract the first word of "${ac_tool_prefix}ar", so it can be a program name with args.
6369 set dummy ${ac_tool_prefix}ar; ac_word=$2
6370 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
6371 $as_echo_n "checking for $ac_word... " >&6; }
6372 if test "${ac_cv_prog_MINGWAR+set}" = set; then :
6373   $as_echo_n "(cached) " >&6
6374 else
6375   if test -n "$MINGWAR"; then
6376   ac_cv_prog_MINGWAR="$MINGWAR" # Let the user override the test.
6377 else
6378 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
6379 for as_dir in $PATH
6380 do
6381   IFS=$as_save_IFS
6382   test -z "$as_dir" && as_dir=.
6383     for ac_exec_ext in '' $ac_executable_extensions; do
6384   if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
6385     ac_cv_prog_MINGWAR="${ac_tool_prefix}ar"
6386     $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
6387     break 2
6388   fi
6389 done
6390   done
6391 IFS=$as_save_IFS
6392
6393 fi
6394 fi
6395 MINGWAR=$ac_cv_prog_MINGWAR
6396 if test -n "$MINGWAR"; then
6397   { $as_echo "$as_me:${as_lineno-$LINENO}: result: $MINGWAR" >&5
6398 $as_echo "$MINGWAR" >&6; }
6399 else
6400   { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
6401 $as_echo "no" >&6; }
6402 fi
6403
6404
6405 fi
6406 if test -z "$ac_cv_prog_MINGWAR"; then
6407   ac_ct_MINGWAR=$MINGWAR
6408   # Extract the first word of "ar", so it can be a program name with args.
6409 set dummy ar; ac_word=$2
6410 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
6411 $as_echo_n "checking for $ac_word... " >&6; }
6412 if test "${ac_cv_prog_ac_ct_MINGWAR+set}" = set; then :
6413   $as_echo_n "(cached) " >&6
6414 else
6415   if test -n "$ac_ct_MINGWAR"; then
6416   ac_cv_prog_ac_ct_MINGWAR="$ac_ct_MINGWAR" # Let the user override the test.
6417 else
6418 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
6419 for as_dir in $PATH
6420 do
6421   IFS=$as_save_IFS
6422   test -z "$as_dir" && as_dir=.
6423     for ac_exec_ext in '' $ac_executable_extensions; do
6424   if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
6425     ac_cv_prog_ac_ct_MINGWAR="ar"
6426     $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
6427     break 2
6428   fi
6429 done
6430   done
6431 IFS=$as_save_IFS
6432
6433 fi
6434 fi
6435 ac_ct_MINGWAR=$ac_cv_prog_ac_ct_MINGWAR
6436 if test -n "$ac_ct_MINGWAR"; then
6437   { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_ct_MINGWAR" >&5
6438 $as_echo "$ac_ct_MINGWAR" >&6; }
6439 else
6440   { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
6441 $as_echo "no" >&6; }
6442 fi
6443
6444   if test "x$ac_ct_MINGWAR" = x; then
6445     MINGWAR="false"
6446   else
6447     case $cross_compiling:$ac_tool_warned in
6448 yes:)
6449 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: using cross tools not prefixed with host triplet" >&5
6450 $as_echo "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;}
6451 ac_tool_warned=yes ;;
6452 esac
6453     MINGWAR=$ac_ct_MINGWAR
6454   fi
6455 else
6456   MINGWAR="$ac_cv_prog_MINGWAR"
6457 fi
6458
6459     if test "$DLLWRAP" = "false"; then
6460       LIBEXT="a"
6461     else
6462             LIBEXT="dll"
6463     fi
6464     IMPLIBEXT="a"
6465         enable_iphlpapi=${enable_iphlpapi:-no}
6466     enable_kernel32=${enable_kernel32:-no}
6467     enable_msvcrt=${enable_msvcrt:-no}
6468     enable_ntdll=${enable_ntdll:-no}
6469     enable_ws2_32=${enable_ws2_32:-no}
6470     enable_loader=${enable_loader:-no}
6471     enable_server=${enable_server:-no}
6472         with_x=${with_x:-no}
6473     with_pthread=${with_pthread:-no}
6474     ;;
6475   darwin*|macosx*)
6476     DLLEXT=".so"
6477     LIBEXT="dylib"
6478     DLLFLAGS="$DLLFLAGS -fPIC"
6479     LDDLLFLAGS="-bundle -multiply_defined suppress"
6480     LIBWINE_LDFLAGS="-multiply_defined suppress"
6481     LDSHARED="\$(CC) -dynamiclib"
6482     STRIP="$STRIP -x"
6483     LDRPATH_LOCAL="&& install_name_tool -change @executable_path/\`\$(RELPATH) \$(bindir) \$(libdir)\`/libwine.1.dylib @executable_path/\$(TOPOBJDIR)/libs/wine/libwine.1.dylib \$@ || \$(RM) \$@"
6484         SECURITYLIB="-framework Security -framework CoreFoundation"
6485
6486     COREFOUNDATIONLIB="-framework CoreFoundation"
6487
6488     IOKITLIB="-framework IOKit -framework CoreFoundation"
6489
6490     LDEXECFLAGS="-image_base 0x7bf00000 -Wl,-segaddr,WINE_DOS,0x00000000,-segaddr,WINE_SHAREDHEAP,0x7f000000"
6491
6492     if test "$ac_cv_header_DiskArbitration_DiskArbitration_h" = "yes"
6493     then
6494                 DISKARBITRATIONLIB="-framework DiskArbitration -framework CoreFoundation"
6495
6496     fi
6497     if test "$ac_cv_header_CoreAudio_CoreAudio_h" = "yes" -a "$ac_cv_header_AudioUnit_AudioUnit_h" = "yes"
6498     then
6499                 COREAUDIO="-framework CoreAudio -framework AudioUnit -framework CoreServices -framework AudioToolbox -framework CoreMIDI"
6500
6501     fi
6502     if test "$ac_cv_header_OpenAL_al_h" = "yes"
6503     then
6504         LIBOPENAL="-framework OpenAL"
6505
6506         ac_cv_lib_openal_alGetSource3i=yes
6507     fi
6508     if test "$ac_cv_header_IOKit_hid_IOHIDLib_h" = "yes"
6509     then
6510         ac_save_LIBS="$LIBS"
6511         LIBS="$LIBS $IOKITLIB"
6512         for ac_func in IOHIDManagerCreate
6513 do :
6514   ac_fn_c_check_func "$LINENO" "IOHIDManagerCreate" "ac_cv_func_IOHIDManagerCreate"
6515 if test "x$ac_cv_func_IOHIDManagerCreate" = x""yes; then :
6516   cat >>confdefs.h <<_ACEOF
6517 #define HAVE_IOHIDMANAGERCREATE 1
6518 _ACEOF
6519
6520 fi
6521 done
6522
6523         LIBS="$ac_save_LIBS"
6524     fi
6525     case $host_cpu in
6526       *powerpc*)
6527         LDDLLFLAGS="$LDDLLFLAGS -read_only_relocs warning"          ;;
6528     esac
6529         if test "$ac_cv_header_Carbon_Carbon_h" = "yes"
6530     then
6531         CARBONLIB="-framework Carbon"
6532
6533         enable_winequartz_drv=${enable_winequartz_drv:-yes}
6534     fi
6535         if test "x$enable_win16" = "xyes"
6536     then
6537         { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether 16-bit code can be built correctly" >&5
6538 $as_echo_n "checking whether 16-bit code can be built correctly... " >&6; }
6539         if test "$cross_compiling" = yes; then :
6540   { $as_echo "$as_me:${as_lineno-$LINENO}: result: cross-compiling, assuming yes" >&5
6541 $as_echo "cross-compiling, assuming yes" >&6; }
6542 else
6543   cat confdefs.h - <<_ACEOF >conftest.$ac_ext
6544 /* end confdefs.h.  */
6545 asm(".text\n"
6546                                             "bad:\tnop;nop\n"
6547                                             "good:\tnop;nop\n\t"
6548                                             ".globl _testfunc\n"
6549                                             "_testfunc:\tcallw good");
6550                                         extern void testfunc();
6551 int
6552 main ()
6553 {
6554 unsigned short *p = (unsigned short *)testfunc;
6555                                         return p[0] != 0xe866 || p[1] != 0xfffa
6556   ;
6557   return 0;
6558 }
6559 _ACEOF
6560 if ac_fn_c_try_run "$LINENO"; then :
6561   { $as_echo "$as_me:${as_lineno-$LINENO}: result: yes" >&5
6562 $as_echo "yes" >&6; }
6563 else
6564   { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
6565 $as_echo "no" >&6; }
6566                                        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
6567 fi
6568 rm -f core *.core core.conftest.* gmon.out bb.out conftest$ac_exeext \
6569   conftest.$ac_objext conftest.beam conftest.$ac_ext
6570 fi
6571
6572     fi
6573     ;;
6574   *)
6575     DLLFLAGS="$DLLFLAGS -fPIC"
6576     DLLEXT=".so"
6577     { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether we can build a GNU style ELF dll" >&5
6578 $as_echo_n "checking whether we can build a GNU style ELF dll... " >&6; }
6579 if test "${ac_cv_c_dll_gnuelf+set}" = set; then :
6580   $as_echo_n "(cached) " >&6
6581 else
6582   ac_wine_try_cflags_saved=$CFLAGS
6583 CFLAGS="$CFLAGS -fPIC -shared -Wl,-Bsymbolic"
6584 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
6585 /* end confdefs.h.  */
6586 void myfunc() {}
6587 _ACEOF
6588 if ac_fn_c_try_link "$LINENO"; then :
6589   ac_cv_c_dll_gnuelf="yes"
6590 else
6591   ac_cv_c_dll_gnuelf="no"
6592 fi
6593 rm -f core conftest.err conftest.$ac_objext \
6594     conftest$ac_exeext conftest.$ac_ext
6595 CFLAGS=$ac_wine_try_cflags_saved
6596 fi
6597 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_c_dll_gnuelf" >&5
6598 $as_echo "$ac_cv_c_dll_gnuelf" >&6; }
6599     if test "$ac_cv_c_dll_gnuelf" = "yes"
6600     then
6601       LDSHARED="\$(CC) -shared"
6602       LDDLLFLAGS="-shared -Wl,-Bsymbolic"
6603       { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether the compiler supports -fPIC -shared -Wl,-soname,confest.so.1" >&5
6604 $as_echo_n "checking whether the compiler supports -fPIC -shared -Wl,-soname,confest.so.1... " >&6; }
6605 if test "${ac_cv_cflags__fPIC__shared__Wl__soname_confest_so_1+set}" = set; then :
6606   $as_echo_n "(cached) " >&6
6607 else
6608   ac_wine_try_cflags_saved=$CFLAGS
6609 CFLAGS="$CFLAGS -fPIC -shared -Wl,-soname,confest.so.1"
6610 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
6611 /* end confdefs.h.  */
6612 int main(int argc, char *argv) { return 0; }
6613 _ACEOF
6614 if ac_fn_c_try_link "$LINENO"; then :
6615   ac_cv_cflags__fPIC__shared__Wl__soname_confest_so_1=yes
6616 else
6617   ac_cv_cflags__fPIC__shared__Wl__soname_confest_so_1=no
6618 fi
6619 rm -f core conftest.err conftest.$ac_objext \
6620     conftest$ac_exeext conftest.$ac_ext
6621 CFLAGS=$ac_wine_try_cflags_saved
6622 fi
6623 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_cflags__fPIC__shared__Wl__soname_confest_so_1" >&5
6624 $as_echo "$ac_cv_cflags__fPIC__shared__Wl__soname_confest_so_1" >&6; }
6625 if test $ac_cv_cflags__fPIC__shared__Wl__soname_confest_so_1 = yes; then :
6626   LDSHARED="\$(CC) -shared \$(SONAME:%=-Wl,-soname,%)"
6627 else
6628   { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether the compiler supports -fPIC -shared -Wl,-h,confest.so.1" >&5
6629 $as_echo_n "checking whether the compiler supports -fPIC -shared -Wl,-h,confest.so.1... " >&6; }
6630 if test "${ac_cv_cflags__fPIC__shared__Wl__h_confest_so_1+set}" = set; then :
6631   $as_echo_n "(cached) " >&6
6632 else
6633   ac_wine_try_cflags_saved=$CFLAGS
6634 CFLAGS="$CFLAGS -fPIC -shared -Wl,-h,confest.so.1"
6635 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
6636 /* end confdefs.h.  */
6637 int main(int argc, char *argv) { return 0; }
6638 _ACEOF
6639 if ac_fn_c_try_link "$LINENO"; then :
6640   ac_cv_cflags__fPIC__shared__Wl__h_confest_so_1=yes
6641 else
6642   ac_cv_cflags__fPIC__shared__Wl__h_confest_so_1=no
6643 fi
6644 rm -f core conftest.err conftest.$ac_objext \
6645     conftest$ac_exeext conftest.$ac_ext
6646 CFLAGS=$ac_wine_try_cflags_saved
6647 fi
6648 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_cflags__fPIC__shared__Wl__h_confest_so_1" >&5
6649 $as_echo "$ac_cv_cflags__fPIC__shared__Wl__h_confest_so_1" >&6; }
6650 if test $ac_cv_cflags__fPIC__shared__Wl__h_confest_so_1 = yes; then :
6651   LDSHARED="\$(CC) -shared \$(SONAME:%=-Wl,-h,%)"
6652 fi
6653 fi
6654
6655       { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether the compiler supports -fPIC -shared -Wl,-Bsymbolic,-z,defs" >&5
6656 $as_echo_n "checking whether the compiler supports -fPIC -shared -Wl,-Bsymbolic,-z,defs... " >&6; }
6657 if test "${ac_cv_cflags__fPIC__shared__Wl__Bsymbolic__z_defs+set}" = set; then :
6658   $as_echo_n "(cached) " >&6
6659 else
6660   ac_wine_try_cflags_saved=$CFLAGS
6661 CFLAGS="$CFLAGS -fPIC -shared -Wl,-Bsymbolic,-z,defs"
6662 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
6663 /* end confdefs.h.  */
6664 int main(int argc, char *argv) { return 0; }
6665 _ACEOF
6666 if ac_fn_c_try_link "$LINENO"; then :
6667   ac_cv_cflags__fPIC__shared__Wl__Bsymbolic__z_defs=yes
6668 else
6669   ac_cv_cflags__fPIC__shared__Wl__Bsymbolic__z_defs=no
6670 fi
6671 rm -f core conftest.err conftest.$ac_objext \
6672     conftest$ac_exeext conftest.$ac_ext
6673 CFLAGS=$ac_wine_try_cflags_saved
6674 fi
6675 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_cflags__fPIC__shared__Wl__Bsymbolic__z_defs" >&5
6676 $as_echo "$ac_cv_cflags__fPIC__shared__Wl__Bsymbolic__z_defs" >&6; }
6677 if test $ac_cv_cflags__fPIC__shared__Wl__Bsymbolic__z_defs = yes; then :
6678   LDDLLFLAGS="$LDDLLFLAGS,-z,defs"
6679 fi
6680
6681       { $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
6682 $as_echo_n "checking whether the compiler supports -fPIC -shared -Wl,-Bsymbolic,-init,__wine_spec_init,-fini,__wine_spec_fini... " >&6; }
6683 if test "${ac_cv_cflags__fPIC__shared__Wl__Bsymbolic__init___wine_spec_init__fini___wine_spec_fini+set}" = set; then :
6684   $as_echo_n "(cached) " >&6
6685 else
6686   ac_wine_try_cflags_saved=$CFLAGS
6687 CFLAGS="$CFLAGS -fPIC -shared -Wl,-Bsymbolic,-init,__wine_spec_init,-fini,__wine_spec_fini"
6688 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
6689 /* end confdefs.h.  */
6690 int main(int argc, char *argv) { return 0; }
6691 _ACEOF
6692 if ac_fn_c_try_link "$LINENO"; then :
6693   ac_cv_cflags__fPIC__shared__Wl__Bsymbolic__init___wine_spec_init__fini___wine_spec_fini=yes
6694 else
6695   ac_cv_cflags__fPIC__shared__Wl__Bsymbolic__init___wine_spec_init__fini___wine_spec_fini=no
6696 fi
6697 rm -f core conftest.err conftest.$ac_objext \
6698     conftest$ac_exeext conftest.$ac_ext
6699 CFLAGS=$ac_wine_try_cflags_saved
6700 fi
6701 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_cflags__fPIC__shared__Wl__Bsymbolic__init___wine_spec_init__fini___wine_spec_fini" >&5
6702 $as_echo "$ac_cv_cflags__fPIC__shared__Wl__Bsymbolic__init___wine_spec_init__fini___wine_spec_fini" >&6; }
6703 if test $ac_cv_cflags__fPIC__shared__Wl__Bsymbolic__init___wine_spec_init__fini___wine_spec_fini = yes; then :
6704   LDDLLFLAGS="$LDDLLFLAGS,-init,__wine_spec_init,-fini,__wine_spec_fini"
6705 fi
6706
6707       echo '{ global: *; };' >conftest.map
6708       { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether the compiler supports -fPIC -shared -Wl,--version-script=conftest.map" >&5
6709 $as_echo_n "checking whether the compiler supports -fPIC -shared -Wl,--version-script=conftest.map... " >&6; }
6710 if test "${ac_cv_cflags__fPIC__shared__Wl___version_script_conftest_map+set}" = set; then :
6711   $as_echo_n "(cached) " >&6
6712 else
6713   ac_wine_try_cflags_saved=$CFLAGS
6714 CFLAGS="$CFLAGS -fPIC -shared -Wl,--version-script=conftest.map"
6715 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
6716 /* end confdefs.h.  */
6717 int main(int argc, char *argv) { return 0; }
6718 _ACEOF
6719 if ac_fn_c_try_link "$LINENO"; then :
6720   ac_cv_cflags__fPIC__shared__Wl___version_script_conftest_map=yes
6721 else
6722   ac_cv_cflags__fPIC__shared__Wl___version_script_conftest_map=no
6723 fi
6724 rm -f core conftest.err conftest.$ac_objext \
6725     conftest$ac_exeext conftest.$ac_ext
6726 CFLAGS=$ac_wine_try_cflags_saved
6727 fi
6728 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_cflags__fPIC__shared__Wl___version_script_conftest_map" >&5
6729 $as_echo "$ac_cv_cflags__fPIC__shared__Wl___version_script_conftest_map" >&6; }
6730 if test $ac_cv_cflags__fPIC__shared__Wl___version_script_conftest_map = yes; then :
6731   LDSHARED="$LDSHARED \$(VERSCRIPT:%=-Wl,--version-script=%)"
6732 fi
6733       rm -f conftest.map
6734
6735       { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether the compiler supports -fPIC -Wl,--export-dynamic" >&5
6736 $as_echo_n "checking whether the compiler supports -fPIC -Wl,--export-dynamic... " >&6; }
6737 if test "${ac_cv_cflags__fPIC__Wl___export_dynamic+set}" = set; then :
6738   $as_echo_n "(cached) " >&6
6739 else
6740   ac_wine_try_cflags_saved=$CFLAGS
6741 CFLAGS="$CFLAGS -fPIC -Wl,--export-dynamic"
6742 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
6743 /* end confdefs.h.  */
6744 int main(int argc, char *argv) { return 0; }
6745 _ACEOF
6746 if ac_fn_c_try_link "$LINENO"; then :
6747   ac_cv_cflags__fPIC__Wl___export_dynamic=yes
6748 else
6749   ac_cv_cflags__fPIC__Wl___export_dynamic=no
6750 fi
6751 rm -f core conftest.err conftest.$ac_objext \
6752     conftest$ac_exeext conftest.$ac_ext
6753 CFLAGS=$ac_wine_try_cflags_saved
6754 fi
6755 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_cflags__fPIC__Wl___export_dynamic" >&5
6756 $as_echo "$ac_cv_cflags__fPIC__Wl___export_dynamic" >&6; }
6757 if test $ac_cv_cflags__fPIC__Wl___export_dynamic = yes; then :
6758   LDEXECFLAGS="-Wl,--export-dynamic"
6759
6760 fi
6761
6762       as_ac_var=`$as_echo "ac_cv_cflags_-fPIC -Wl,--rpath,\\$ORIGIN/../lib" | $as_tr_sh`
6763 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether the compiler supports -fPIC -Wl,--rpath,\$ORIGIN/../lib" >&5
6764 $as_echo_n "checking whether the compiler supports -fPIC -Wl,--rpath,\$ORIGIN/../lib... " >&6; }
6765 if { as_var=$as_ac_var; eval "test \"\${$as_var+set}\" = set"; }; then :
6766   $as_echo_n "(cached) " >&6
6767 else
6768   ac_wine_try_cflags_saved=$CFLAGS
6769 CFLAGS="$CFLAGS -fPIC -Wl,--rpath,\$ORIGIN/../lib"
6770 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
6771 /* end confdefs.h.  */
6772 int main(int argc, char *argv) { return 0; }
6773 _ACEOF
6774 if ac_fn_c_try_link "$LINENO"; then :
6775   eval "$as_ac_var=yes"
6776 else
6777   eval "$as_ac_var=no"
6778 fi
6779 rm -f core conftest.err conftest.$ac_objext \
6780     conftest$ac_exeext conftest.$ac_ext
6781 CFLAGS=$ac_wine_try_cflags_saved
6782 fi
6783 eval ac_res=\$$as_ac_var
6784                { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_res" >&5
6785 $as_echo "$ac_res" >&6; }
6786 if test `eval 'as_val=${'$as_ac_var'};$as_echo "$as_val"'` = yes; then :
6787   LDRPATH_INSTALL="-Wl,--rpath,\\\$\$ORIGIN/\`\$(RELPATH) \$(bindir) \$(libdir)\`"
6788                        LDRPATH_LOCAL="-Wl,--rpath,\\\$\$ORIGIN/\$(TOPOBJDIR)/libs/wine"
6789 else
6790   as_ac_var=`$as_echo "ac_cv_cflags_-fPIC -Wl,-R,\\$ORIGIN/../lib" | $as_tr_sh`
6791 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether the compiler supports -fPIC -Wl,-R,\$ORIGIN/../lib" >&5
6792 $as_echo_n "checking whether the compiler supports -fPIC -Wl,-R,\$ORIGIN/../lib... " >&6; }
6793 if { as_var=$as_ac_var; eval "test \"\${$as_var+set}\" = set"; }; then :
6794   $as_echo_n "(cached) " >&6
6795 else
6796   ac_wine_try_cflags_saved=$CFLAGS
6797 CFLAGS="$CFLAGS -fPIC -Wl,-R,\$ORIGIN/../lib"
6798 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
6799 /* end confdefs.h.  */
6800 int main(int argc, char *argv) { return 0; }
6801 _ACEOF
6802 if ac_fn_c_try_link "$LINENO"; then :
6803   eval "$as_ac_var=yes"
6804 else
6805   eval "$as_ac_var=no"
6806 fi
6807 rm -f core conftest.err conftest.$ac_objext \
6808     conftest$ac_exeext conftest.$ac_ext
6809 CFLAGS=$ac_wine_try_cflags_saved
6810 fi
6811 eval ac_res=\$$as_ac_var
6812                { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_res" >&5
6813 $as_echo "$ac_res" >&6; }
6814 if test `eval 'as_val=${'$as_ac_var'};$as_echo "$as_val"'` = yes; then :
6815   LDRPATH_INSTALL="-Wl,-R,\\\$\$ORIGIN/\`\$(RELPATH) \$(bindir) \$(libdir)\`"
6816                             LDRPATH_LOCAL="-Wl,-R,\\\$\$ORIGIN/\$(TOPOBJDIR)/libs/wine"
6817 fi
6818 fi
6819
6820       { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether the compiler supports -Wl,--enable-new-dtags" >&5
6821 $as_echo_n "checking whether the compiler supports -Wl,--enable-new-dtags... " >&6; }
6822 if test "${ac_cv_cflags__Wl___enable_new_dtags+set}" = set; then :
6823   $as_echo_n "(cached) " >&6
6824 else
6825   ac_wine_try_cflags_saved=$CFLAGS
6826 CFLAGS="$CFLAGS -Wl,--enable-new-dtags"
6827 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
6828 /* end confdefs.h.  */
6829 int main(int argc, char *argv) { return 0; }
6830 _ACEOF
6831 if ac_fn_c_try_link "$LINENO"; then :
6832   ac_cv_cflags__Wl___enable_new_dtags=yes
6833 else
6834   ac_cv_cflags__Wl___enable_new_dtags=no
6835 fi
6836 rm -f core conftest.err conftest.$ac_objext \
6837     conftest$ac_exeext conftest.$ac_ext
6838 CFLAGS=$ac_wine_try_cflags_saved
6839 fi
6840 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_cflags__Wl___enable_new_dtags" >&5
6841 $as_echo "$ac_cv_cflags__Wl___enable_new_dtags" >&6; }
6842 if test $ac_cv_cflags__Wl___enable_new_dtags = yes; then :
6843   LDRPATH_INSTALL="$LDRPATH_INSTALL -Wl,--enable-new-dtags"
6844 fi
6845
6846       case $host_cpu in
6847         *i[3456789]86* | x86_64)
6848           { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether the compiler supports -Wl,--section-start,.interp=0x7bf00400" >&5
6849 $as_echo_n "checking whether the compiler supports -Wl,--section-start,.interp=0x7bf00400... " >&6; }
6850 if test "${ac_cv_cflags__Wl___section_start__interp_0x7bf00400+set}" = set; then :
6851   $as_echo_n "(cached) " >&6
6852 else
6853   ac_wine_try_cflags_saved=$CFLAGS
6854 CFLAGS="$CFLAGS -Wl,--section-start,.interp=0x7bf00400"
6855 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
6856 /* end confdefs.h.  */
6857 int main(int argc, char *argv) { return 0; }
6858 _ACEOF
6859 if ac_fn_c_try_link "$LINENO"; then :
6860   ac_cv_cflags__Wl___section_start__interp_0x7bf00400=yes
6861 else
6862   ac_cv_cflags__Wl___section_start__interp_0x7bf00400=no
6863 fi
6864 rm -f core conftest.err conftest.$ac_objext \
6865     conftest$ac_exeext conftest.$ac_ext
6866 CFLAGS=$ac_wine_try_cflags_saved
6867 fi
6868 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_cflags__Wl___section_start__interp_0x7bf00400" >&5
6869 $as_echo "$ac_cv_cflags__Wl___section_start__interp_0x7bf00400" >&6; }
6870 if test $ac_cv_cflags__Wl___section_start__interp_0x7bf00400 = yes; then :
6871   LDEXECFLAGS="$LDEXECFLAGS -Wl,--section-start,.interp=0x7bf00400"
6872 fi
6873           ;;
6874       esac
6875
6876     else
6877       { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether we can build a UnixWare (Solaris) dll" >&5
6878 $as_echo_n "checking whether we can build a UnixWare (Solaris) dll... " >&6; }
6879 if test "${ac_cv_c_dll_unixware+set}" = set; then :
6880   $as_echo_n "(cached) " >&6
6881 else
6882   ac_wine_try_cflags_saved=$CFLAGS
6883 CFLAGS="$CFLAGS -fPIC -Wl,-G,-h,conftest.so.1.0,-B,symbolic"
6884 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
6885 /* end confdefs.h.  */
6886 void myfunc() {}
6887 _ACEOF
6888 if ac_fn_c_try_link "$LINENO"; then :
6889   ac_cv_c_dll_unixware="yes"
6890 else
6891   ac_cv_c_dll_unixware="no"
6892 fi
6893 rm -f core conftest.err conftest.$ac_objext \
6894     conftest$ac_exeext conftest.$ac_ext
6895 CFLAGS=$ac_wine_try_cflags_saved
6896 fi
6897 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_c_dll_unixware" >&5
6898 $as_echo "$ac_cv_c_dll_unixware" >&6; }
6899       if test "$ac_cv_c_dll_unixware" = "yes"
6900       then
6901         LDSHARED="\$(CC) -Wl,-G \$(SONAME:%=-Wl,-h,%)"
6902         LDDLLFLAGS="-Wl,-G,-B,symbolic"
6903
6904       else
6905         { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether we can build an HP-UX dll" >&5
6906 $as_echo_n "checking whether we can build an HP-UX dll... " >&6; }
6907 if test "${ac_cv_c_dll_hpux+set}" = set; then :
6908   $as_echo_n "(cached) " >&6
6909 else
6910   ac_wine_try_cflags_saved=$CFLAGS
6911 CFLAGS="$CFLAGS -shared"
6912 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
6913 /* end confdefs.h.  */
6914 void myfunc() {}
6915 _ACEOF
6916 if ac_fn_c_try_link "$LINENO"; then :
6917   ac_cv_c_dll_hpux="yes"
6918 else
6919   ac_cv_c_dll_hpux="no"
6920 fi
6921 rm -f core conftest.err conftest.$ac_objext \
6922     conftest$ac_exeext conftest.$ac_ext
6923 CFLAGS=$ac_wine_try_cflags_saved
6924 fi
6925 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_c_dll_hpux" >&5
6926 $as_echo "$ac_cv_c_dll_hpux" >&6; }
6927         if test "$ac_cv_c_dll_hpux" = "yes"
6928         then
6929           LIBEXT="sl"
6930           DLLEXT=".sl"
6931           LDDLLFLAGS="-shared -fPIC"
6932           LDSHARED="\$(CC) -shared"
6933         fi
6934       fi
6935     fi
6936     ;;
6937 esac
6938
6939 enable_winequartz_drv=${enable_winequartz_drv:-no}
6940
6941 if test "$LIBEXT" = "a"; then
6942   as_fn_error "could not find a way to build shared libraries.
6943 It is currently not possible to build Wine without shared library
6944 (.so) support to allow transparent switch between .so and .dll files.
6945 If you are using Linux, you will need a newer binutils.
6946 " "$LINENO" 5
6947 fi
6948
6949 if test "$cross_compiling" = "no" -a "$LIBEXT" != "dll"
6950 then
6951     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
6952 do
6953   # Extract the first word of "$ac_prog", so it can be a program name with args.
6954 set dummy $ac_prog; ac_word=$2
6955 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
6956 $as_echo_n "checking for $ac_word... " >&6; }
6957 if test "${ac_cv_prog_CROSSCC+set}" = set; then :
6958   $as_echo_n "(cached) " >&6
6959 else
6960   if test -n "$CROSSCC"; then
6961   ac_cv_prog_CROSSCC="$CROSSCC" # Let the user override the test.
6962 else
6963 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
6964 for as_dir in $PATH
6965 do
6966   IFS=$as_save_IFS
6967   test -z "$as_dir" && as_dir=.
6968     for ac_exec_ext in '' $ac_executable_extensions; do
6969   if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
6970     ac_cv_prog_CROSSCC="$ac_prog"
6971     $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
6972     break 2
6973   fi
6974 done
6975   done
6976 IFS=$as_save_IFS
6977
6978 fi
6979 fi
6980 CROSSCC=$ac_cv_prog_CROSSCC
6981 if test -n "$CROSSCC"; then
6982   { $as_echo "$as_me:${as_lineno-$LINENO}: result: $CROSSCC" >&5
6983 $as_echo "$CROSSCC" >&6; }
6984 else
6985   { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
6986 $as_echo "no" >&6; }
6987 fi
6988
6989
6990   test -n "$CROSSCC" && break
6991 done
6992 test -n "$CROSSCC" || CROSSCC="false"
6993
6994     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
6995 do
6996   # Extract the first word of "$ac_prog", so it can be a program name with args.
6997 set dummy $ac_prog; ac_word=$2
6998 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
6999 $as_echo_n "checking for $ac_word... " >&6; }
7000 if test "${ac_cv_prog_DLLTOOL+set}" = set; then :
7001   $as_echo_n "(cached) " >&6
7002 else
7003   if test -n "$DLLTOOL"; then
7004   ac_cv_prog_DLLTOOL="$DLLTOOL" # Let the user override the test.
7005 else
7006 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
7007 for as_dir in $PATH
7008 do
7009   IFS=$as_save_IFS
7010   test -z "$as_dir" && as_dir=.
7011     for ac_exec_ext in '' $ac_executable_extensions; do
7012   if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
7013     ac_cv_prog_DLLTOOL="$ac_prog"
7014     $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
7015     break 2
7016   fi
7017 done
7018   done
7019 IFS=$as_save_IFS
7020
7021 fi
7022 fi
7023 DLLTOOL=$ac_cv_prog_DLLTOOL
7024 if test -n "$DLLTOOL"; then
7025   { $as_echo "$as_me:${as_lineno-$LINENO}: result: $DLLTOOL" >&5
7026 $as_echo "$DLLTOOL" >&6; }
7027 else
7028   { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
7029 $as_echo "no" >&6; }
7030 fi
7031
7032
7033   test -n "$DLLTOOL" && break
7034 done
7035 test -n "$DLLTOOL" || DLLTOOL="false"
7036
7037     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
7038 do
7039   # Extract the first word of "$ac_prog", so it can be a program name with args.
7040 set dummy $ac_prog; ac_word=$2
7041 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
7042 $as_echo_n "checking for $ac_word... " >&6; }
7043 if test "${ac_cv_prog_MINGWAR+set}" = set; then :
7044   $as_echo_n "(cached) " >&6
7045 else
7046   if test -n "$MINGWAR"; then
7047   ac_cv_prog_MINGWAR="$MINGWAR" # Let the user override the test.
7048 else
7049 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
7050 for as_dir in $PATH
7051 do
7052   IFS=$as_save_IFS
7053   test -z "$as_dir" && as_dir=.
7054     for ac_exec_ext in '' $ac_executable_extensions; do
7055   if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
7056     ac_cv_prog_MINGWAR="$ac_prog"
7057     $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
7058     break 2
7059   fi
7060 done
7061   done
7062 IFS=$as_save_IFS
7063
7064 fi
7065 fi
7066 MINGWAR=$ac_cv_prog_MINGWAR
7067 if test -n "$MINGWAR"; then
7068   { $as_echo "$as_me:${as_lineno-$LINENO}: result: $MINGWAR" >&5
7069 $as_echo "$MINGWAR" >&6; }
7070 else
7071   { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
7072 $as_echo "no" >&6; }
7073 fi
7074
7075
7076   test -n "$MINGWAR" && break
7077 done
7078 test -n "$MINGWAR" || MINGWAR="false"
7079
7080     if test "$CROSSCC" != "false"
7081     then
7082         CROSSTEST="\$(CROSSTEST)"
7083
7084         set x $CROSSCC
7085         shift
7086         target=""
7087         while test $# -ge 1
7088         do
7089             case "$1" in
7090               *-gcc) target=`expr "$1" : '\(.*\)-gcc'` ;;
7091             esac
7092             shift
7093         done
7094         if test -n "$target"
7095         then
7096             CROSSTARGETFLAGS="-b $target"
7097
7098         fi
7099     fi
7100 fi
7101
7102
7103 if test "$ac_cv_header_pthread_h" = "yes"
7104 then
7105     { $as_echo "$as_me:${as_lineno-$LINENO}: checking for pthread_create in -lpthread" >&5
7106 $as_echo_n "checking for pthread_create in -lpthread... " >&6; }
7107 if test "${ac_cv_lib_pthread_pthread_create+set}" = set; then :
7108   $as_echo_n "(cached) " >&6
7109 else
7110   ac_check_lib_save_LIBS=$LIBS
7111 LIBS="-lpthread  $LIBS"
7112 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
7113 /* end confdefs.h.  */
7114
7115 /* Override any GCC internal prototype to avoid an error.
7116    Use char because int might match the return type of a GCC
7117    builtin and then its argument prototype would still apply.  */
7118 #ifdef __cplusplus
7119 extern "C"
7120 #endif
7121 char pthread_create ();
7122 int
7123 main ()
7124 {
7125 return pthread_create ();
7126   ;
7127   return 0;
7128 }
7129 _ACEOF
7130 if ac_fn_c_try_link "$LINENO"; then :
7131   ac_cv_lib_pthread_pthread_create=yes
7132 else
7133   ac_cv_lib_pthread_pthread_create=no
7134 fi
7135 rm -f core conftest.err conftest.$ac_objext \
7136     conftest$ac_exeext conftest.$ac_ext
7137 LIBS=$ac_check_lib_save_LIBS
7138 fi
7139 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_pthread_pthread_create" >&5
7140 $as_echo "$ac_cv_lib_pthread_pthread_create" >&6; }
7141 if test "x$ac_cv_lib_pthread_pthread_create" = x""yes; then :
7142   LIBPTHREAD="-lpthread"
7143
7144 fi
7145
7146 fi
7147 if test "x$LIBPTHREAD" = "x"; then :
7148   case "x$with_pthread" in
7149   xno) ;;
7150   *)   as_fn_error "pthread ${notice_platform}development files not found.
7151 Wine cannot support threads without libpthread.
7152 Use the --without-pthread option if you really want this." "$LINENO" 5 ;;
7153 esac
7154 fi
7155
7156
7157 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for X" >&5
7158 $as_echo_n "checking for X... " >&6; }
7159
7160
7161 # Check whether --with-x was given.
7162 if test "${with_x+set}" = set; then :
7163   withval=$with_x;
7164 fi
7165
7166 # $have_x is `yes', `no', `disabled', or empty when we do not yet know.
7167 if test "x$with_x" = xno; then
7168   # The user explicitly disabled X.
7169   have_x=disabled
7170 else
7171   case $x_includes,$x_libraries in #(
7172     *\'*) as_fn_error "cannot use X directory names containing '" "$LINENO" 5;; #(
7173     *,NONE | NONE,*) if test "${ac_cv_have_x+set}" = set; then :
7174   $as_echo_n "(cached) " >&6
7175 else
7176   # One or both of the vars are not set, and there is no cached value.
7177 ac_x_includes=no ac_x_libraries=no
7178 rm -f -r conftest.dir
7179 if mkdir conftest.dir; then
7180   cd conftest.dir
7181   cat >Imakefile <<'_ACEOF'
7182 incroot:
7183         @echo incroot='${INCROOT}'
7184 usrlibdir:
7185         @echo usrlibdir='${USRLIBDIR}'
7186 libdir:
7187         @echo libdir='${LIBDIR}'
7188 _ACEOF
7189   if (export CC; ${XMKMF-xmkmf}) >/dev/null 2>/dev/null && test -f Makefile; then
7190     # GNU make sometimes prints "make[1]: Entering...", which would confuse us.
7191     for ac_var in incroot usrlibdir libdir; do
7192       eval "ac_im_$ac_var=\`\${MAKE-make} $ac_var 2>/dev/null | sed -n 's/^$ac_var=//p'\`"
7193     done
7194     # Open Windows xmkmf reportedly sets LIBDIR instead of USRLIBDIR.
7195     for ac_extension in a so sl dylib la dll; do
7196       if test ! -f "$ac_im_usrlibdir/libX11.$ac_extension" &&
7197          test -f "$ac_im_libdir/libX11.$ac_extension"; then
7198         ac_im_usrlibdir=$ac_im_libdir; break
7199       fi
7200     done
7201     # Screen out bogus values from the imake configuration.  They are
7202     # bogus both because they are the default anyway, and because
7203     # using them would break gcc on systems where it needs fixed includes.
7204     case $ac_im_incroot in
7205         /usr/include) ac_x_includes= ;;
7206         *) test -f "$ac_im_incroot/X11/Xos.h" && ac_x_includes=$ac_im_incroot;;
7207     esac
7208     case $ac_im_usrlibdir in
7209         /usr/lib | /usr/lib64 | /lib | /lib64) ;;
7210         *) test -d "$ac_im_usrlibdir" && ac_x_libraries=$ac_im_usrlibdir ;;
7211     esac
7212   fi
7213   cd ..
7214   rm -f -r conftest.dir
7215 fi
7216
7217 # Standard set of common directories for X headers.
7218 # Check X11 before X11Rn because it is often a symlink to the current release.
7219 ac_x_header_dirs='
7220 /usr/X11/include
7221 /usr/X11R7/include
7222 /usr/X11R6/include
7223 /usr/X11R5/include
7224 /usr/X11R4/include
7225
7226 /usr/include/X11
7227 /usr/include/X11R7
7228 /usr/include/X11R6
7229 /usr/include/X11R5
7230 /usr/include/X11R4
7231
7232 /usr/local/X11/include
7233 /usr/local/X11R7/include
7234 /usr/local/X11R6/include
7235 /usr/local/X11R5/include
7236 /usr/local/X11R4/include
7237
7238 /usr/local/include/X11
7239 /usr/local/include/X11R7
7240 /usr/local/include/X11R6
7241 /usr/local/include/X11R5
7242 /usr/local/include/X11R4
7243
7244 /usr/X386/include
7245 /usr/x386/include
7246 /usr/XFree86/include/X11
7247
7248 /usr/include
7249 /usr/local/include
7250 /usr/unsupported/include
7251 /usr/athena/include
7252 /usr/local/x11r5/include
7253 /usr/lpp/Xamples/include
7254
7255 /usr/openwin/include
7256 /usr/openwin/share/include'
7257
7258 if test "$ac_x_includes" = no; then
7259   # Guess where to find include files, by looking for Xlib.h.
7260   # First, try using that file with no special directory specified.
7261   cat confdefs.h - <<_ACEOF >conftest.$ac_ext
7262 /* end confdefs.h.  */
7263 #include <X11/Xlib.h>
7264 _ACEOF
7265 if ac_fn_c_try_cpp "$LINENO"; then :
7266   # We can compile using X headers with no special include directory.
7267 ac_x_includes=
7268 else
7269   for ac_dir in $ac_x_header_dirs; do
7270   if test -r "$ac_dir/X11/Xlib.h"; then
7271     ac_x_includes=$ac_dir
7272     break
7273   fi
7274 done
7275 fi
7276 rm -f conftest.err conftest.$ac_ext
7277 fi # $ac_x_includes = no
7278
7279 if test "$ac_x_libraries" = no; then
7280   # Check for the libraries.
7281   # See if we find them without any special options.
7282   # Don't add to $LIBS permanently.
7283   ac_save_LIBS=$LIBS
7284   LIBS="-lX11 $LIBS"
7285   cat confdefs.h - <<_ACEOF >conftest.$ac_ext
7286 /* end confdefs.h.  */
7287 #include <X11/Xlib.h>
7288 int
7289 main ()
7290 {
7291 XrmInitialize ()
7292   ;
7293   return 0;
7294 }
7295 _ACEOF
7296 if ac_fn_c_try_link "$LINENO"; then :
7297   LIBS=$ac_save_LIBS
7298 # We can link X programs with no special library path.
7299 ac_x_libraries=
7300 else
7301   LIBS=$ac_save_LIBS
7302 for ac_dir in `$as_echo "$ac_x_includes $ac_x_header_dirs" | sed s/include/lib/g`
7303 do
7304   # Don't even attempt the hair of trying to link an X program!
7305   for ac_extension in a so sl dylib la dll; do
7306     if test -r "$ac_dir/libX11.$ac_extension"; then
7307       ac_x_libraries=$ac_dir
7308       break 2
7309     fi
7310   done
7311 done
7312 fi
7313 rm -f core conftest.err conftest.$ac_objext \
7314     conftest$ac_exeext conftest.$ac_ext
7315 fi # $ac_x_libraries = no
7316
7317 case $ac_x_includes,$ac_x_libraries in #(
7318   no,* | *,no | *\'*)
7319     # Didn't find X, or a directory has "'" in its name.
7320     ac_cv_have_x="have_x=no";; #(
7321   *)
7322     # Record where we found X for the cache.
7323     ac_cv_have_x="have_x=yes\
7324         ac_x_includes='$ac_x_includes'\
7325         ac_x_libraries='$ac_x_libraries'"
7326 esac
7327 fi
7328 ;; #(
7329     *) have_x=yes;;
7330   esac
7331   eval "$ac_cv_have_x"
7332 fi # $with_x != no
7333
7334 if test "$have_x" != yes; then
7335   { $as_echo "$as_me:${as_lineno-$LINENO}: result: $have_x" >&5
7336 $as_echo "$have_x" >&6; }
7337   no_x=yes
7338 else
7339   # If each of the values was on the command line, it overrides each guess.
7340   test "x$x_includes" = xNONE && x_includes=$ac_x_includes
7341   test "x$x_libraries" = xNONE && x_libraries=$ac_x_libraries
7342   # Update the cache value to reflect the command line values.
7343   ac_cv_have_x="have_x=yes\
7344         ac_x_includes='$x_includes'\
7345         ac_x_libraries='$x_libraries'"
7346   { $as_echo "$as_me:${as_lineno-$LINENO}: result: libraries $x_libraries, headers $x_includes" >&5
7347 $as_echo "libraries $x_libraries, headers $x_includes" >&6; }
7348 fi
7349
7350 if test "$no_x" = yes; then
7351   # Not all programs may use this symbol, but it does not hurt to define it.
7352
7353 $as_echo "#define X_DISPLAY_MISSING 1" >>confdefs.h
7354
7355   X_CFLAGS= X_PRE_LIBS= X_LIBS= X_EXTRA_LIBS=
7356 else
7357   if test -n "$x_includes"; then
7358     X_CFLAGS="$X_CFLAGS -I$x_includes"
7359   fi
7360
7361   # It would also be nice to do this for all -L options, not just this one.
7362   if test -n "$x_libraries"; then
7363     X_LIBS="$X_LIBS -L$x_libraries"
7364     # For Solaris; some versions of Sun CC require a space after -R and
7365     # others require no space.  Words are not sufficient . . . .
7366     { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether -R must be followed by a space" >&5
7367 $as_echo_n "checking whether -R must be followed by a space... " >&6; }
7368     ac_xsave_LIBS=$LIBS; LIBS="$LIBS -R$x_libraries"
7369     ac_xsave_c_werror_flag=$ac_c_werror_flag
7370     ac_c_werror_flag=yes
7371     cat confdefs.h - <<_ACEOF >conftest.$ac_ext
7372 /* end confdefs.h.  */
7373
7374 int
7375 main ()
7376 {
7377
7378   ;
7379   return 0;
7380 }
7381 _ACEOF
7382 if ac_fn_c_try_link "$LINENO"; then :
7383   { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
7384 $as_echo "no" >&6; }
7385        X_LIBS="$X_LIBS -R$x_libraries"
7386 else
7387   LIBS="$ac_xsave_LIBS -R $x_libraries"
7388        cat confdefs.h - <<_ACEOF >conftest.$ac_ext
7389 /* end confdefs.h.  */
7390
7391 int
7392 main ()
7393 {
7394
7395   ;
7396   return 0;
7397 }
7398 _ACEOF
7399 if ac_fn_c_try_link "$LINENO"; then :
7400   { $as_echo "$as_me:${as_lineno-$LINENO}: result: yes" >&5
7401 $as_echo "yes" >&6; }
7402           X_LIBS="$X_LIBS -R $x_libraries"
7403 else
7404   { $as_echo "$as_me:${as_lineno-$LINENO}: result: neither works" >&5
7405 $as_echo "neither works" >&6; }
7406 fi
7407 rm -f core conftest.err conftest.$ac_objext \
7408     conftest$ac_exeext conftest.$ac_ext
7409 fi
7410 rm -f core conftest.err conftest.$ac_objext \
7411     conftest$ac_exeext conftest.$ac_ext
7412     ac_c_werror_flag=$ac_xsave_c_werror_flag
7413     LIBS=$ac_xsave_LIBS
7414   fi
7415
7416   # Check for system-dependent libraries X programs must link with.
7417   # Do this before checking for the system-independent R6 libraries
7418   # (-lICE), since we may need -lsocket or whatever for X linking.
7419
7420   if test "$ISC" = yes; then
7421     X_EXTRA_LIBS="$X_EXTRA_LIBS -lnsl_s -linet"
7422   else
7423     # Martyn Johnson says this is needed for Ultrix, if the X
7424     # libraries were built with DECnet support.  And Karl Berry says
7425     # the Alpha needs dnet_stub (dnet does not exist).
7426     ac_xsave_LIBS="$LIBS"; LIBS="$LIBS $X_LIBS -lX11"
7427     cat confdefs.h - <<_ACEOF >conftest.$ac_ext
7428 /* end confdefs.h.  */
7429
7430 /* Override any GCC internal prototype to avoid an error.
7431    Use char because int might match the return type of a GCC
7432    builtin and then its argument prototype would still apply.  */
7433 #ifdef __cplusplus
7434 extern "C"
7435 #endif
7436 char XOpenDisplay ();
7437 int
7438 main ()
7439 {
7440 return XOpenDisplay ();
7441   ;
7442   return 0;
7443 }
7444 _ACEOF
7445 if ac_fn_c_try_link "$LINENO"; then :
7446
7447 else
7448   { $as_echo "$as_me:${as_lineno-$LINENO}: checking for dnet_ntoa in -ldnet" >&5
7449 $as_echo_n "checking for dnet_ntoa in -ldnet... " >&6; }
7450 if test "${ac_cv_lib_dnet_dnet_ntoa+set}" = set; then :
7451   $as_echo_n "(cached) " >&6
7452 else
7453   ac_check_lib_save_LIBS=$LIBS
7454 LIBS="-ldnet  $LIBS"
7455 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
7456 /* end confdefs.h.  */
7457
7458 /* Override any GCC internal prototype to avoid an error.
7459    Use char because int might match the return type of a GCC
7460    builtin and then its argument prototype would still apply.  */
7461 #ifdef __cplusplus
7462 extern "C"
7463 #endif
7464 char dnet_ntoa ();
7465 int
7466 main ()
7467 {
7468 return dnet_ntoa ();
7469   ;
7470   return 0;
7471 }
7472 _ACEOF
7473 if ac_fn_c_try_link "$LINENO"; then :
7474   ac_cv_lib_dnet_dnet_ntoa=yes
7475 else
7476   ac_cv_lib_dnet_dnet_ntoa=no
7477 fi
7478 rm -f core conftest.err conftest.$ac_objext \
7479     conftest$ac_exeext conftest.$ac_ext
7480 LIBS=$ac_check_lib_save_LIBS
7481 fi
7482 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_dnet_dnet_ntoa" >&5
7483 $as_echo "$ac_cv_lib_dnet_dnet_ntoa" >&6; }
7484 if test "x$ac_cv_lib_dnet_dnet_ntoa" = x""yes; then :
7485   X_EXTRA_LIBS="$X_EXTRA_LIBS -ldnet"
7486 fi
7487
7488     if test $ac_cv_lib_dnet_dnet_ntoa = no; then
7489       { $as_echo "$as_me:${as_lineno-$LINENO}: checking for dnet_ntoa in -ldnet_stub" >&5
7490 $as_echo_n "checking for dnet_ntoa in -ldnet_stub... " >&6; }
7491 if test "${ac_cv_lib_dnet_stub_dnet_ntoa+set}" = set; then :
7492   $as_echo_n "(cached) " >&6
7493 else
7494   ac_check_lib_save_LIBS=$LIBS
7495 LIBS="-ldnet_stub  $LIBS"
7496 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
7497 /* end confdefs.h.  */
7498
7499 /* Override any GCC internal prototype to avoid an error.
7500    Use char because int might match the return type of a GCC
7501    builtin and then its argument prototype would still apply.  */
7502 #ifdef __cplusplus
7503 extern "C"
7504 #endif
7505 char dnet_ntoa ();
7506 int
7507 main ()
7508 {
7509 return dnet_ntoa ();
7510   ;
7511   return 0;
7512 }
7513 _ACEOF
7514 if ac_fn_c_try_link "$LINENO"; then :
7515   ac_cv_lib_dnet_stub_dnet_ntoa=yes
7516 else
7517   ac_cv_lib_dnet_stub_dnet_ntoa=no
7518 fi
7519 rm -f core conftest.err conftest.$ac_objext \
7520     conftest$ac_exeext conftest.$ac_ext
7521 LIBS=$ac_check_lib_save_LIBS
7522 fi
7523 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_dnet_stub_dnet_ntoa" >&5
7524 $as_echo "$ac_cv_lib_dnet_stub_dnet_ntoa" >&6; }
7525 if test "x$ac_cv_lib_dnet_stub_dnet_ntoa" = x""yes; then :
7526   X_EXTRA_LIBS="$X_EXTRA_LIBS -ldnet_stub"
7527 fi
7528
7529     fi
7530 fi
7531 rm -f core conftest.err conftest.$ac_objext \
7532     conftest$ac_exeext conftest.$ac_ext
7533     LIBS="$ac_xsave_LIBS"
7534
7535     # msh@cis.ufl.edu says -lnsl (and -lsocket) are needed for his 386/AT,
7536     # to get the SysV transport functions.
7537     # Chad R. Larson says the Pyramis MIS-ES running DC/OSx (SVR4)
7538     # needs -lnsl.
7539     # The nsl library prevents programs from opening the X display
7540     # on Irix 5.2, according to T.E. Dickey.
7541     # The functions gethostbyname, getservbyname, and inet_addr are
7542     # in -lbsd on LynxOS 3.0.1/i386, according to Lars Hecking.
7543     ac_fn_c_check_func "$LINENO" "gethostbyname" "ac_cv_func_gethostbyname"
7544 if test "x$ac_cv_func_gethostbyname" = x""yes; then :
7545
7546 fi
7547
7548     if test $ac_cv_func_gethostbyname = no; then
7549       { $as_echo "$as_me:${as_lineno-$LINENO}: checking for gethostbyname in -lnsl" >&5
7550 $as_echo_n "checking for gethostbyname in -lnsl... " >&6; }
7551 if test "${ac_cv_lib_nsl_gethostbyname+set}" = set; then :
7552   $as_echo_n "(cached) " >&6
7553 else
7554   ac_check_lib_save_LIBS=$LIBS
7555 LIBS="-lnsl  $LIBS"
7556 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
7557 /* end confdefs.h.  */
7558
7559 /* Override any GCC internal prototype to avoid an error.
7560    Use char because int might match the return type of a GCC
7561    builtin and then its argument prototype would still apply.  */
7562 #ifdef __cplusplus
7563 extern "C"
7564 #endif
7565 char gethostbyname ();
7566 int
7567 main ()
7568 {
7569 return gethostbyname ();
7570   ;
7571   return 0;
7572 }
7573 _ACEOF
7574 if ac_fn_c_try_link "$LINENO"; then :
7575   ac_cv_lib_nsl_gethostbyname=yes
7576 else
7577   ac_cv_lib_nsl_gethostbyname=no
7578 fi
7579 rm -f core conftest.err conftest.$ac_objext \
7580     conftest$ac_exeext conftest.$ac_ext
7581 LIBS=$ac_check_lib_save_LIBS
7582 fi
7583 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_nsl_gethostbyname" >&5
7584 $as_echo "$ac_cv_lib_nsl_gethostbyname" >&6; }
7585 if test "x$ac_cv_lib_nsl_gethostbyname" = x""yes; then :
7586   X_EXTRA_LIBS="$X_EXTRA_LIBS -lnsl"
7587 fi
7588
7589       if test $ac_cv_lib_nsl_gethostbyname = no; then
7590         { $as_echo "$as_me:${as_lineno-$LINENO}: checking for gethostbyname in -lbsd" >&5
7591 $as_echo_n "checking for gethostbyname in -lbsd... " >&6; }
7592 if test "${ac_cv_lib_bsd_gethostbyname+set}" = set; then :
7593   $as_echo_n "(cached) " >&6
7594 else
7595   ac_check_lib_save_LIBS=$LIBS
7596 LIBS="-lbsd  $LIBS"
7597 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
7598 /* end confdefs.h.  */
7599
7600 /* Override any GCC internal prototype to avoid an error.
7601    Use char because int might match the return type of a GCC
7602    builtin and then its argument prototype would still apply.  */
7603 #ifdef __cplusplus
7604 extern "C"
7605 #endif
7606 char gethostbyname ();
7607 int
7608 main ()
7609 {
7610 return gethostbyname ();
7611   ;
7612   return 0;
7613 }
7614 _ACEOF
7615 if ac_fn_c_try_link "$LINENO"; then :
7616   ac_cv_lib_bsd_gethostbyname=yes
7617 else
7618   ac_cv_lib_bsd_gethostbyname=no
7619 fi
7620 rm -f core conftest.err conftest.$ac_objext \
7621     conftest$ac_exeext conftest.$ac_ext
7622 LIBS=$ac_check_lib_save_LIBS
7623 fi
7624 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_bsd_gethostbyname" >&5
7625 $as_echo "$ac_cv_lib_bsd_gethostbyname" >&6; }
7626 if test "x$ac_cv_lib_bsd_gethostbyname" = x""yes; then :
7627   X_EXTRA_LIBS="$X_EXTRA_LIBS -lbsd"
7628 fi
7629
7630       fi
7631     fi
7632
7633     # lieder@skyler.mavd.honeywell.com says without -lsocket,
7634     # socket/setsockopt and other routines are undefined under SCO ODT
7635     # 2.0.  But -lsocket is broken on IRIX 5.2 (and is not necessary
7636     # on later versions), says Simon Leinen: it contains gethostby*
7637     # variants that don't use the name server (or something).  -lsocket
7638     # must be given before -lnsl if both are needed.  We assume that
7639     # if connect needs -lnsl, so does gethostbyname.
7640     ac_fn_c_check_func "$LINENO" "connect" "ac_cv_func_connect"
7641 if test "x$ac_cv_func_connect" = x""yes; then :
7642
7643 fi
7644
7645     if test $ac_cv_func_connect = no; then
7646       { $as_echo "$as_me:${as_lineno-$LINENO}: checking for connect in -lsocket" >&5
7647 $as_echo_n "checking for connect in -lsocket... " >&6; }
7648 if test "${ac_cv_lib_socket_connect+set}" = set; then :
7649   $as_echo_n "(cached) " >&6
7650 else
7651   ac_check_lib_save_LIBS=$LIBS
7652 LIBS="-lsocket $X_EXTRA_LIBS $LIBS"
7653 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
7654 /* end confdefs.h.  */
7655
7656 /* Override any GCC internal prototype to avoid an error.
7657    Use char because int might match the return type of a GCC
7658    builtin and then its argument prototype would still apply.  */
7659 #ifdef __cplusplus
7660 extern "C"
7661 #endif
7662 char connect ();
7663 int
7664 main ()
7665 {
7666 return connect ();
7667   ;
7668   return 0;
7669 }
7670 _ACEOF
7671 if ac_fn_c_try_link "$LINENO"; then :
7672   ac_cv_lib_socket_connect=yes
7673 else
7674   ac_cv_lib_socket_connect=no
7675 fi
7676 rm -f core conftest.err conftest.$ac_objext \
7677     conftest$ac_exeext conftest.$ac_ext
7678 LIBS=$ac_check_lib_save_LIBS
7679 fi
7680 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_socket_connect" >&5
7681 $as_echo "$ac_cv_lib_socket_connect" >&6; }
7682 if test "x$ac_cv_lib_socket_connect" = x""yes; then :
7683   X_EXTRA_LIBS="-lsocket $X_EXTRA_LIBS"
7684 fi
7685
7686     fi
7687
7688     # Guillermo Gomez says -lposix is necessary on A/UX.
7689     ac_fn_c_check_func "$LINENO" "remove" "ac_cv_func_remove"
7690 if test "x$ac_cv_func_remove" = x""yes; then :
7691
7692 fi
7693
7694     if test $ac_cv_func_remove = no; then
7695       { $as_echo "$as_me:${as_lineno-$LINENO}: checking for remove in -lposix" >&5
7696 $as_echo_n "checking for remove in -lposix... " >&6; }
7697 if test "${ac_cv_lib_posix_remove+set}" = set; then :
7698   $as_echo_n "(cached) " >&6
7699 else
7700   ac_check_lib_save_LIBS=$LIBS
7701 LIBS="-lposix  $LIBS"
7702 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
7703 /* end confdefs.h.  */
7704
7705 /* Override any GCC internal prototype to avoid an error.
7706    Use char because int might match the return type of a GCC
7707    builtin and then its argument prototype would still apply.  */
7708 #ifdef __cplusplus
7709 extern "C"
7710 #endif
7711 char remove ();
7712 int
7713 main ()
7714 {
7715 return remove ();
7716   ;
7717   return 0;
7718 }
7719 _ACEOF
7720 if ac_fn_c_try_link "$LINENO"; then :
7721   ac_cv_lib_posix_remove=yes
7722 else
7723   ac_cv_lib_posix_remove=no
7724 fi
7725 rm -f core conftest.err conftest.$ac_objext \
7726     conftest$ac_exeext conftest.$ac_ext
7727 LIBS=$ac_check_lib_save_LIBS
7728 fi
7729 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_posix_remove" >&5
7730 $as_echo "$ac_cv_lib_posix_remove" >&6; }
7731 if test "x$ac_cv_lib_posix_remove" = x""yes; then :
7732   X_EXTRA_LIBS="$X_EXTRA_LIBS -lposix"
7733 fi
7734
7735     fi
7736
7737     # BSDI BSD/OS 2.1 needs -lipc for XOpenDisplay.
7738     ac_fn_c_check_func "$LINENO" "shmat" "ac_cv_func_shmat"
7739 if test "x$ac_cv_func_shmat" = x""yes; then :
7740
7741 fi
7742
7743     if test $ac_cv_func_shmat = no; then
7744       { $as_echo "$as_me:${as_lineno-$LINENO}: checking for shmat in -lipc" >&5
7745 $as_echo_n "checking for shmat in -lipc... " >&6; }
7746 if test "${ac_cv_lib_ipc_shmat+set}" = set; then :
7747   $as_echo_n "(cached) " >&6
7748 else
7749   ac_check_lib_save_LIBS=$LIBS
7750 LIBS="-lipc  $LIBS"
7751 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
7752 /* end confdefs.h.  */
7753
7754 /* Override any GCC internal prototype to avoid an error.
7755    Use char because int might match the return type of a GCC
7756    builtin and then its argument prototype would still apply.  */
7757 #ifdef __cplusplus
7758 extern "C"
7759 #endif
7760 char shmat ();
7761 int
7762 main ()
7763 {
7764 return shmat ();
7765   ;
7766   return 0;
7767 }
7768 _ACEOF
7769 if ac_fn_c_try_link "$LINENO"; then :
7770   ac_cv_lib_ipc_shmat=yes
7771 else
7772   ac_cv_lib_ipc_shmat=no
7773 fi
7774 rm -f core conftest.err conftest.$ac_objext \
7775     conftest$ac_exeext conftest.$ac_ext
7776 LIBS=$ac_check_lib_save_LIBS
7777 fi
7778 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_ipc_shmat" >&5
7779 $as_echo "$ac_cv_lib_ipc_shmat" >&6; }
7780 if test "x$ac_cv_lib_ipc_shmat" = x""yes; then :
7781   X_EXTRA_LIBS="$X_EXTRA_LIBS -lipc"
7782 fi
7783
7784     fi
7785   fi
7786
7787   # Check for libraries that X11R6 Xt/Xaw programs need.
7788   ac_save_LDFLAGS=$LDFLAGS
7789   test -n "$x_libraries" && LDFLAGS="$LDFLAGS -L$x_libraries"
7790   # SM needs ICE to (dynamically) link under SunOS 4.x (so we have to
7791   # check for ICE first), but we must link in the order -lSM -lICE or
7792   # we get undefined symbols.  So assume we have SM if we have ICE.
7793   # These have to be linked with before -lX11, unlike the other
7794   # libraries we check for below, so use a different variable.
7795   # John Interrante, Karl Berry
7796   { $as_echo "$as_me:${as_lineno-$LINENO}: checking for IceConnectionNumber in -lICE" >&5
7797 $as_echo_n "checking for IceConnectionNumber in -lICE... " >&6; }
7798 if test "${ac_cv_lib_ICE_IceConnectionNumber+set}" = set; then :
7799   $as_echo_n "(cached) " >&6
7800 else
7801   ac_check_lib_save_LIBS=$LIBS
7802 LIBS="-lICE $X_EXTRA_LIBS $LIBS"
7803 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
7804 /* end confdefs.h.  */
7805
7806 /* Override any GCC internal prototype to avoid an error.
7807    Use char because int might match the return type of a GCC
7808    builtin and then its argument prototype would still apply.  */
7809 #ifdef __cplusplus
7810 extern "C"
7811 #endif
7812 char IceConnectionNumber ();
7813 int
7814 main ()
7815 {
7816 return IceConnectionNumber ();
7817   ;
7818   return 0;
7819 }
7820 _ACEOF
7821 if ac_fn_c_try_link "$LINENO"; then :
7822   ac_cv_lib_ICE_IceConnectionNumber=yes
7823 else
7824   ac_cv_lib_ICE_IceConnectionNumber=no
7825 fi
7826 rm -f core conftest.err conftest.$ac_objext \
7827     conftest$ac_exeext conftest.$ac_ext
7828 LIBS=$ac_check_lib_save_LIBS
7829 fi
7830 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_ICE_IceConnectionNumber" >&5
7831 $as_echo "$ac_cv_lib_ICE_IceConnectionNumber" >&6; }
7832 if test "x$ac_cv_lib_ICE_IceConnectionNumber" = x""yes; then :
7833   X_PRE_LIBS="$X_PRE_LIBS -lSM -lICE"
7834 fi
7835
7836   LDFLAGS=$ac_save_LDFLAGS
7837
7838 fi
7839
7840
7841 if test "$have_x" = "yes"
7842 then
7843     XLIB="-lX11"
7844     ac_save_CPPFLAGS="$CPPFLAGS"
7845     CPPFLAGS="$CPPFLAGS $X_CFLAGS"
7846
7847     { $as_echo "$as_me:${as_lineno-$LINENO}: checking for -lX11" >&5
7848 $as_echo_n "checking for -lX11... " >&6; }
7849 if test "${ac_cv_lib_soname_X11+set}" = set; then :
7850   $as_echo_n "(cached) " >&6
7851 else
7852   ac_check_soname_save_LIBS=$LIBS
7853 LIBS="-lX11 $X_LIBS $X_EXTRA_LIBS $LIBS"
7854   cat confdefs.h - <<_ACEOF >conftest.$ac_ext
7855 /* end confdefs.h.  */
7856
7857 /* Override any GCC internal prototype to avoid an error.
7858    Use char because int might match the return type of a GCC
7859    builtin and then its argument prototype would still apply.  */
7860 #ifdef __cplusplus
7861 extern "C"
7862 #endif
7863 char XCreateWindow ();
7864 int
7865 main ()
7866 {
7867 return XCreateWindow ();
7868   ;
7869   return 0;
7870 }
7871 _ACEOF
7872 if ac_fn_c_try_link "$LINENO"; then :
7873   case "$LIBEXT" in
7874     dll) ;;
7875     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'` ;;
7876     *) ac_cv_lib_soname_X11=`$ac_cv_path_LDD conftest$ac_exeext | grep "libX11\\.$LIBEXT" | sed -e "s/^.*\(libX11\.$LIBEXT[^     ]*\).*$/\1/"';2,$d'` ;;
7877   esac
7878 fi
7879 rm -f core conftest.err conftest.$ac_objext \
7880     conftest$ac_exeext conftest.$ac_ext
7881   LIBS=$ac_check_soname_save_LIBS
7882 fi
7883 if test "x$ac_cv_lib_soname_X11" = "x"; then :
7884   { $as_echo "$as_me:${as_lineno-$LINENO}: result: not found" >&5
7885 $as_echo "not found" >&6; }
7886
7887 else
7888   { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_soname_X11" >&5
7889 $as_echo "$ac_cv_lib_soname_X11" >&6; }
7890
7891 cat >>confdefs.h <<_ACEOF
7892 #define SONAME_LIBX11 "$ac_cv_lib_soname_X11"
7893 _ACEOF
7894
7895
7896 fi
7897     { $as_echo "$as_me:${as_lineno-$LINENO}: checking for -lXext" >&5
7898 $as_echo_n "checking for -lXext... " >&6; }
7899 if test "${ac_cv_lib_soname_Xext+set}" = set; then :
7900   $as_echo_n "(cached) " >&6
7901 else
7902   ac_check_soname_save_LIBS=$LIBS
7903 LIBS="-lXext $X_LIBS -lX11 $X_EXTRA_LIBS $LIBS"
7904   cat confdefs.h - <<_ACEOF >conftest.$ac_ext
7905 /* end confdefs.h.  */
7906
7907 /* Override any GCC internal prototype to avoid an error.
7908    Use char because int might match the return type of a GCC
7909    builtin and then its argument prototype would still apply.  */
7910 #ifdef __cplusplus
7911 extern "C"
7912 #endif
7913 char XextCreateExtension ();
7914 int
7915 main ()
7916 {
7917 return XextCreateExtension ();
7918   ;
7919   return 0;
7920 }
7921 _ACEOF
7922 if ac_fn_c_try_link "$LINENO"; then :
7923   case "$LIBEXT" in
7924     dll) ;;
7925     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'` ;;
7926     *) ac_cv_lib_soname_Xext=`$ac_cv_path_LDD conftest$ac_exeext | grep "libXext\\.$LIBEXT" | sed -e "s/^.*\(libXext\.$LIBEXT[^  ]*\).*$/\1/"';2,$d'` ;;
7927   esac
7928 fi
7929 rm -f core conftest.err conftest.$ac_objext \
7930     conftest$ac_exeext conftest.$ac_ext
7931   LIBS=$ac_check_soname_save_LIBS
7932 fi
7933 if test "x$ac_cv_lib_soname_Xext" = "x"; then :
7934   { $as_echo "$as_me:${as_lineno-$LINENO}: result: not found" >&5
7935 $as_echo "not found" >&6; }
7936
7937 else
7938   { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_soname_Xext" >&5
7939 $as_echo "$ac_cv_lib_soname_Xext" >&6; }
7940
7941 cat >>confdefs.h <<_ACEOF
7942 #define SONAME_LIBXEXT "$ac_cv_lib_soname_Xext"
7943 _ACEOF
7944
7945        XLIB="-lXext $XLIB"
7946 fi
7947
7948         for ac_header in X11/Xlib.h \
7949                       X11/XKBlib.h \
7950                       X11/Xutil.h \
7951                       X11/Xcursor/Xcursor.h \
7952                       X11/extensions/shape.h \
7953                       X11/extensions/XInput.h \
7954                       X11/extensions/XShm.h \
7955                       X11/extensions/Xcomposite.h \
7956                       X11/extensions/Xinerama.h \
7957                       X11/extensions/Xrandr.h \
7958                       X11/extensions/Xrender.h \
7959                       X11/extensions/xf86vmode.h \
7960                       X11/extensions/xf86vmproto.h
7961 do :
7962   as_ac_Header=`$as_echo "ac_cv_header_$ac_header" | $as_tr_sh`
7963 ac_fn_c_check_header_compile "$LINENO" "$ac_header" "$as_ac_Header" "#ifdef HAVE_X11_XLIB_H
7964 # include <X11/Xlib.h>
7965 #endif
7966 #ifdef HAVE_X11_XUTIL_H
7967 # include <X11/Xutil.h>
7968 #endif
7969 "
7970 eval as_val=\$$as_ac_Header
7971    if test "x$as_val" = x""yes; then :
7972   cat >>confdefs.h <<_ACEOF
7973 #define `$as_echo "HAVE_$ac_header" | $as_tr_cpp` 1
7974 _ACEOF
7975
7976 fi
7977
7978 done
7979
7980
7981                 if test "$ac_cv_header_X11_XKBlib_h" = "yes"
7982         then
7983               { $as_echo "$as_me:${as_lineno-$LINENO}: checking for XkbQueryExtension in -lX11" >&5
7984 $as_echo_n "checking for XkbQueryExtension in -lX11... " >&6; }
7985 if test "${ac_cv_lib_X11_XkbQueryExtension+set}" = set; then :
7986   $as_echo_n "(cached) " >&6
7987 else
7988   ac_check_lib_save_LIBS=$LIBS
7989 LIBS="-lX11 $X_LIBS $XLIB $X_EXTRA_LIBS $LIBS"
7990 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
7991 /* end confdefs.h.  */
7992
7993 /* Override any GCC internal prototype to avoid an error.
7994    Use char because int might match the return type of a GCC
7995    builtin and then its argument prototype would still apply.  */
7996 #ifdef __cplusplus
7997 extern "C"
7998 #endif
7999 char XkbQueryExtension ();
8000 int
8001 main ()
8002 {
8003 return XkbQueryExtension ();
8004   ;
8005   return 0;
8006 }
8007 _ACEOF
8008 if ac_fn_c_try_link "$LINENO"; then :
8009   ac_cv_lib_X11_XkbQueryExtension=yes
8010 else
8011   ac_cv_lib_X11_XkbQueryExtension=no
8012 fi
8013 rm -f core conftest.err conftest.$ac_objext \
8014     conftest$ac_exeext conftest.$ac_ext
8015 LIBS=$ac_check_lib_save_LIBS
8016 fi
8017 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_X11_XkbQueryExtension" >&5
8018 $as_echo "$ac_cv_lib_X11_XkbQueryExtension" >&6; }
8019 if test "x$ac_cv_lib_X11_XkbQueryExtension" = x""yes; then :
8020
8021 $as_echo "#define HAVE_XKB 1" >>confdefs.h
8022
8023 fi
8024
8025         fi
8026
8027                 if test "$ac_cv_header_X11_Xcursor_Xcursor_h" = "yes"
8028         then
8029             { $as_echo "$as_me:${as_lineno-$LINENO}: checking for -lXcursor" >&5
8030 $as_echo_n "checking for -lXcursor... " >&6; }
8031 if test "${ac_cv_lib_soname_Xcursor+set}" = set; then :
8032   $as_echo_n "(cached) " >&6
8033 else
8034   ac_check_soname_save_LIBS=$LIBS
8035 LIBS="-lXcursor $X_LIBS $XLIB $X_EXTRA_LIBS $LIBS"
8036   cat confdefs.h - <<_ACEOF >conftest.$ac_ext
8037 /* end confdefs.h.  */
8038
8039 /* Override any GCC internal prototype to avoid an error.
8040    Use char because int might match the return type of a GCC
8041    builtin and then its argument prototype would still apply.  */
8042 #ifdef __cplusplus
8043 extern "C"
8044 #endif
8045 char XcursorImageLoadCursor ();
8046 int
8047 main ()
8048 {
8049 return XcursorImageLoadCursor ();
8050   ;
8051   return 0;
8052 }
8053 _ACEOF
8054 if ac_fn_c_try_link "$LINENO"; then :
8055   case "$LIBEXT" in
8056     dll) ;;
8057     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'` ;;
8058     *) ac_cv_lib_soname_Xcursor=`$ac_cv_path_LDD conftest$ac_exeext | grep "libXcursor\\.$LIBEXT" | sed -e "s/^.*\(libXcursor\.$LIBEXT[^         ]*\).*$/\1/"';2,$d'` ;;
8059   esac
8060 fi
8061 rm -f core conftest.err conftest.$ac_objext \
8062     conftest$ac_exeext conftest.$ac_ext
8063   LIBS=$ac_check_soname_save_LIBS
8064 fi
8065 if test "x$ac_cv_lib_soname_Xcursor" = "x"; then :
8066   { $as_echo "$as_me:${as_lineno-$LINENO}: result: not found" >&5
8067 $as_echo "not found" >&6; }
8068
8069 else
8070   { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_soname_Xcursor" >&5
8071 $as_echo "$ac_cv_lib_soname_Xcursor" >&6; }
8072
8073 cat >>confdefs.h <<_ACEOF
8074 #define SONAME_LIBXCURSOR "$ac_cv_lib_soname_Xcursor"
8075 _ACEOF
8076
8077
8078 fi
8079         fi
8080         if test "x$ac_cv_lib_soname_Xcursor" = "x"; then :
8081   case "x$with_xcursor" in
8082   x)   wine_notices="$wine_notices|libxcursor ${notice_platform}development files not found, the Xcursor extension won't be supported." ;;
8083   xno) ;;
8084   *)   as_fn_error "libxcursor ${notice_platform}development files not found, the Xcursor extension won't be supported.
8085 This is an error since --with-xcursor was requested." "$LINENO" 5 ;;
8086 esac
8087 fi
8088
8089                 if test "$ac_cv_header_X11_extensions_XInput_h" = "yes"
8090         then
8091             { $as_echo "$as_me:${as_lineno-$LINENO}: checking for -lXi" >&5
8092 $as_echo_n "checking for -lXi... " >&6; }
8093 if test "${ac_cv_lib_soname_Xi+set}" = set; then :
8094   $as_echo_n "(cached) " >&6
8095 else
8096   ac_check_soname_save_LIBS=$LIBS
8097 LIBS="-lXi $X_LIBS $XLIB $X_EXTRA_LIBS $LIBS"
8098   cat confdefs.h - <<_ACEOF >conftest.$ac_ext
8099 /* end confdefs.h.  */
8100
8101 /* Override any GCC internal prototype to avoid an error.
8102    Use char because int might match the return type of a GCC
8103    builtin and then its argument prototype would still apply.  */
8104 #ifdef __cplusplus
8105 extern "C"
8106 #endif
8107 char XOpenDevice ();
8108 int
8109 main ()
8110 {
8111 return XOpenDevice ();
8112   ;
8113   return 0;
8114 }
8115 _ACEOF
8116 if ac_fn_c_try_link "$LINENO"; then :
8117   case "$LIBEXT" in
8118     dll) ;;
8119     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'` ;;
8120     *) ac_cv_lib_soname_Xi=`$ac_cv_path_LDD conftest$ac_exeext | grep "libXi\\.$LIBEXT" | sed -e "s/^.*\(libXi\.$LIBEXT[^        ]*\).*$/\1/"';2,$d'` ;;
8121   esac
8122 fi
8123 rm -f core conftest.err conftest.$ac_objext \
8124     conftest$ac_exeext conftest.$ac_ext
8125   LIBS=$ac_check_soname_save_LIBS
8126 fi
8127 if test "x$ac_cv_lib_soname_Xi" = "x"; then :
8128   { $as_echo "$as_me:${as_lineno-$LINENO}: result: not found" >&5
8129 $as_echo "not found" >&6; }
8130
8131 else
8132   { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_soname_Xi" >&5
8133 $as_echo "$ac_cv_lib_soname_Xi" >&6; }
8134
8135 cat >>confdefs.h <<_ACEOF
8136 #define SONAME_LIBXI "$ac_cv_lib_soname_Xi"
8137 _ACEOF
8138
8139
8140 fi
8141         fi
8142         if test "x$ac_cv_lib_soname_Xi" = "x"; then :
8143   case "x$with_xinput" in
8144   x)   wine_notices="$wine_notices|libxi ${notice_platform}development files not found, the Xinput extension won't be supported." ;;
8145   xno) ;;
8146   *)   as_fn_error "libxi ${notice_platform}development files not found, the Xinput extension won't be supported.
8147 This is an error since --with-xinput was requested." "$LINENO" 5 ;;
8148 esac
8149 fi
8150
8151                 if test "$ac_cv_header_X11_extensions_XShm_h" = "yes"
8152         then
8153               { $as_echo "$as_me:${as_lineno-$LINENO}: checking for XShmQueryExtension in -lXext" >&5
8154 $as_echo_n "checking for XShmQueryExtension in -lXext... " >&6; }
8155 if test "${ac_cv_lib_Xext_XShmQueryExtension+set}" = set; then :
8156   $as_echo_n "(cached) " >&6
8157 else
8158   ac_check_lib_save_LIBS=$LIBS
8159 LIBS="-lXext $X_LIBS $XLIB $X_EXTRA_LIBS $LIBS"
8160 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
8161 /* end confdefs.h.  */
8162
8163 /* Override any GCC internal prototype to avoid an error.
8164    Use char because int might match the return type of a GCC
8165    builtin and then its argument prototype would still apply.  */
8166 #ifdef __cplusplus
8167 extern "C"
8168 #endif
8169 char XShmQueryExtension ();
8170 int
8171 main ()
8172 {
8173 return XShmQueryExtension ();
8174   ;
8175   return 0;
8176 }
8177 _ACEOF
8178 if ac_fn_c_try_link "$LINENO"; then :
8179   ac_cv_lib_Xext_XShmQueryExtension=yes
8180 else
8181   ac_cv_lib_Xext_XShmQueryExtension=no
8182 fi
8183 rm -f core conftest.err conftest.$ac_objext \
8184     conftest$ac_exeext conftest.$ac_ext
8185 LIBS=$ac_check_lib_save_LIBS
8186 fi
8187 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_Xext_XShmQueryExtension" >&5
8188 $as_echo "$ac_cv_lib_Xext_XShmQueryExtension" >&6; }
8189 if test "x$ac_cv_lib_Xext_XShmQueryExtension" = x""yes; then :
8190
8191 $as_echo "#define HAVE_LIBXXSHM 1" >>confdefs.h
8192
8193 fi
8194
8195         fi
8196         if test "$ac_cv_lib_Xext_XShmQueryExtension" != "yes"; then :
8197   case "x$with_xshm" in
8198   x)   wine_notices="$wine_notices|XShm ${notice_platform}development files not found, X Shared Memory won't be supported." ;;
8199   xno) ;;
8200   *)   as_fn_error "XShm ${notice_platform}development files not found, X Shared Memory won't be supported.
8201 This is an error since --with-xshm was requested." "$LINENO" 5 ;;
8202 esac
8203 fi
8204
8205                 if test "$ac_cv_header_X11_extensions_shape_h" = "yes"
8206         then
8207               { $as_echo "$as_me:${as_lineno-$LINENO}: checking for XShapeQueryExtension in -lXext" >&5
8208 $as_echo_n "checking for XShapeQueryExtension in -lXext... " >&6; }
8209 if test "${ac_cv_lib_Xext_XShapeQueryExtension+set}" = set; then :
8210   $as_echo_n "(cached) " >&6
8211 else
8212   ac_check_lib_save_LIBS=$LIBS
8213 LIBS="-lXext $X_LIBS $XLIB $X_EXTRA_LIBS $LIBS"
8214 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
8215 /* end confdefs.h.  */
8216
8217 /* Override any GCC internal prototype to avoid an error.
8218    Use char because int might match the return type of a GCC
8219    builtin and then its argument prototype would still apply.  */
8220 #ifdef __cplusplus
8221 extern "C"
8222 #endif
8223 char XShapeQueryExtension ();
8224 int
8225 main ()
8226 {
8227 return XShapeQueryExtension ();
8228   ;
8229   return 0;
8230 }
8231 _ACEOF
8232 if ac_fn_c_try_link "$LINENO"; then :
8233   ac_cv_lib_Xext_XShapeQueryExtension=yes
8234 else
8235   ac_cv_lib_Xext_XShapeQueryExtension=no
8236 fi
8237 rm -f core conftest.err conftest.$ac_objext \
8238     conftest$ac_exeext conftest.$ac_ext
8239 LIBS=$ac_check_lib_save_LIBS
8240 fi
8241 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_Xext_XShapeQueryExtension" >&5
8242 $as_echo "$ac_cv_lib_Xext_XShapeQueryExtension" >&6; }
8243 if test "x$ac_cv_lib_Xext_XShapeQueryExtension" = x""yes; then :
8244
8245 $as_echo "#define HAVE_LIBXSHAPE 1" >>confdefs.h
8246
8247 fi
8248
8249         fi
8250         if test "$ac_cv_lib_Xext_XShapeQueryExtension" != "yes"; then :
8251   case "x$with_xshape" in
8252   x)   wine_notices="$wine_notices|XShape ${notice_platform}development files not found, XShape won't be supported." ;;
8253   xno) ;;
8254   *)   as_fn_error "XShape ${notice_platform}development files not found, XShape won't be supported.
8255 This is an error since --with-xshape was requested." "$LINENO" 5 ;;
8256 esac
8257 fi
8258
8259                 if test "$ac_cv_header_X11_extensions_xf86vmode_h" = "yes" -o "$ac_cv_header_X11_extensions_xf86vmproto_h" = "yes"
8260         then
8261             { $as_echo "$as_me:${as_lineno-$LINENO}: checking for -lXxf86vm" >&5
8262 $as_echo_n "checking for -lXxf86vm... " >&6; }
8263 if test "${ac_cv_lib_soname_Xxf86vm+set}" = set; then :
8264   $as_echo_n "(cached) " >&6
8265 else
8266   ac_check_soname_save_LIBS=$LIBS
8267 LIBS="-lXxf86vm $X_LIBS $XLIB $X_EXTRA_LIBS $LIBS"
8268   cat confdefs.h - <<_ACEOF >conftest.$ac_ext
8269 /* end confdefs.h.  */
8270
8271 /* Override any GCC internal prototype to avoid an error.
8272    Use char because int might match the return type of a GCC
8273    builtin and then its argument prototype would still apply.  */
8274 #ifdef __cplusplus
8275 extern "C"
8276 #endif
8277 char XF86VidModeQueryExtension ();
8278 int
8279 main ()
8280 {
8281 return XF86VidModeQueryExtension ();
8282   ;
8283   return 0;
8284 }
8285 _ACEOF
8286 if ac_fn_c_try_link "$LINENO"; then :
8287   case "$LIBEXT" in
8288     dll) ;;
8289     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'` ;;
8290     *) ac_cv_lib_soname_Xxf86vm=`$ac_cv_path_LDD conftest$ac_exeext | grep "libXxf86vm\\.$LIBEXT" | sed -e "s/^.*\(libXxf86vm\.$LIBEXT[^         ]*\).*$/\1/"';2,$d'` ;;
8291   esac
8292 fi
8293 rm -f core conftest.err conftest.$ac_objext \
8294     conftest$ac_exeext conftest.$ac_ext
8295   LIBS=$ac_check_soname_save_LIBS
8296 fi
8297 if test "x$ac_cv_lib_soname_Xxf86vm" = "x"; then :
8298   { $as_echo "$as_me:${as_lineno-$LINENO}: result: not found" >&5
8299 $as_echo "not found" >&6; }
8300
8301 else
8302   { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_soname_Xxf86vm" >&5
8303 $as_echo "$ac_cv_lib_soname_Xxf86vm" >&6; }
8304
8305 cat >>confdefs.h <<_ACEOF
8306 #define SONAME_LIBXXF86VM "$ac_cv_lib_soname_Xxf86vm"
8307 _ACEOF
8308
8309
8310 fi
8311         fi
8312         if test "x$ac_cv_lib_soname_Xxf86vm" = "x"; then :
8313   case "x$with_xxf86vm" in
8314   x)   wine_notices="$wine_notices|libXxf86vm ${notice_platform}development files not found, XFree86 Vidmode won't be supported." ;;
8315   xno) ;;
8316   *)   as_fn_error "libXxf86vm ${notice_platform}development files not found, XFree86 Vidmode won't be supported.
8317 This is an error since --with-xxf86vm was requested." "$LINENO" 5 ;;
8318 esac
8319 fi
8320
8321                 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"
8322         then
8323             { $as_echo "$as_me:${as_lineno-$LINENO}: checking for -lXrender" >&5
8324 $as_echo_n "checking for -lXrender... " >&6; }
8325 if test "${ac_cv_lib_soname_Xrender+set}" = set; then :
8326   $as_echo_n "(cached) " >&6
8327 else
8328   ac_check_soname_save_LIBS=$LIBS
8329 LIBS="-lXrender $X_LIBS $XLIB $X_EXTRA_LIBS $LIBS"
8330   cat confdefs.h - <<_ACEOF >conftest.$ac_ext
8331 /* end confdefs.h.  */
8332
8333 /* Override any GCC internal prototype to avoid an error.
8334    Use char because int might match the return type of a GCC
8335    builtin and then its argument prototype would still apply.  */
8336 #ifdef __cplusplus
8337 extern "C"
8338 #endif
8339 char XRenderQueryExtension ();
8340 int
8341 main ()
8342 {
8343 return XRenderQueryExtension ();
8344   ;
8345   return 0;
8346 }
8347 _ACEOF
8348 if ac_fn_c_try_link "$LINENO"; then :
8349   case "$LIBEXT" in
8350     dll) ;;
8351     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'` ;;
8352     *) ac_cv_lib_soname_Xrender=`$ac_cv_path_LDD conftest$ac_exeext | grep "libXrender\\.$LIBEXT" | sed -e "s/^.*\(libXrender\.$LIBEXT[^         ]*\).*$/\1/"';2,$d'` ;;
8353   esac
8354 fi
8355 rm -f core conftest.err conftest.$ac_objext \
8356     conftest$ac_exeext conftest.$ac_ext
8357   LIBS=$ac_check_soname_save_LIBS
8358 fi
8359 if test "x$ac_cv_lib_soname_Xrender" = "x"; then :
8360   { $as_echo "$as_me:${as_lineno-$LINENO}: result: not found" >&5
8361 $as_echo "not found" >&6; }
8362
8363 else
8364   { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_soname_Xrender" >&5
8365 $as_echo "$ac_cv_lib_soname_Xrender" >&6; }
8366
8367 cat >>confdefs.h <<_ACEOF
8368 #define SONAME_LIBXRENDER "$ac_cv_lib_soname_Xrender"
8369 _ACEOF
8370
8371        { $as_echo "$as_me:${as_lineno-$LINENO}: checking for XRenderSetPictureTransform in -lXrender" >&5
8372 $as_echo_n "checking for XRenderSetPictureTransform in -lXrender... " >&6; }
8373 if test "${ac_cv_lib_Xrender_XRenderSetPictureTransform+set}" = set; then :
8374   $as_echo_n "(cached) " >&6
8375 else
8376   ac_check_lib_save_LIBS=$LIBS
8377 LIBS="-lXrender $X_LIBS $XLIB $X_EXTRA_LIBS $LIBS"
8378 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
8379 /* end confdefs.h.  */
8380
8381 /* Override any GCC internal prototype to avoid an error.
8382    Use char because int might match the return type of a GCC
8383    builtin and then its argument prototype would still apply.  */
8384 #ifdef __cplusplus
8385 extern "C"
8386 #endif
8387 char XRenderSetPictureTransform ();
8388 int
8389 main ()
8390 {
8391 return XRenderSetPictureTransform ();
8392   ;
8393   return 0;
8394 }
8395 _ACEOF
8396 if ac_fn_c_try_link "$LINENO"; then :
8397   ac_cv_lib_Xrender_XRenderSetPictureTransform=yes
8398 else
8399   ac_cv_lib_Xrender_XRenderSetPictureTransform=no
8400 fi
8401 rm -f core conftest.err conftest.$ac_objext \
8402     conftest$ac_exeext conftest.$ac_ext
8403 LIBS=$ac_check_lib_save_LIBS
8404 fi
8405 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_Xrender_XRenderSetPictureTransform" >&5
8406 $as_echo "$ac_cv_lib_Xrender_XRenderSetPictureTransform" >&6; }
8407 if test "x$ac_cv_lib_Xrender_XRenderSetPictureTransform" = x""yes; then :
8408
8409 $as_echo "#define HAVE_XRENDERSETPICTURETRANSFORM 1" >>confdefs.h
8410
8411 fi
8412
8413 fi
8414
8415         fi
8416         if test "x$ac_cv_lib_soname_Xrender" = "x"; then :
8417   case "x$with_xrender" in
8418   x)   wine_warnings="$wine_warnings|libxrender ${notice_platform}development files not found, XRender won't be supported." ;;
8419   xno) ;;
8420   *)   as_fn_error "libxrender ${notice_platform}development files not found, XRender won't be supported.
8421 This is an error since --with-xrender was requested." "$LINENO" 5 ;;
8422 esac
8423 fi
8424
8425                 if test "$ac_cv_header_X11_extensions_Xrandr_h" = "yes" -a "x$ac_cv_lib_soname_Xrender" != "x"
8426         then
8427                 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
8428 /* end confdefs.h.  */
8429 #include <X11/Xlib.h>
8430 #include <X11/extensions/Xrandr.h>
8431 int
8432 main ()
8433 {
8434 static typeof(XRRSetScreenConfigAndRate) * func;
8435   ;
8436   return 0;
8437 }
8438 _ACEOF
8439 if ac_fn_c_try_compile "$LINENO"; then :
8440   { $as_echo "$as_me:${as_lineno-$LINENO}: checking for -lXrandr" >&5
8441 $as_echo_n "checking for -lXrandr... " >&6; }
8442 if test "${ac_cv_lib_soname_Xrandr+set}" = set; then :
8443   $as_echo_n "(cached) " >&6
8444 else
8445   ac_check_soname_save_LIBS=$LIBS
8446 LIBS="-lXrandr $X_LIBS $XLIB $X_EXTRA_LIBS $LIBS"
8447   cat confdefs.h - <<_ACEOF >conftest.$ac_ext
8448 /* end confdefs.h.  */
8449
8450 /* Override any GCC internal prototype to avoid an error.
8451    Use char because int might match the return type of a GCC
8452    builtin and then its argument prototype would still apply.  */
8453 #ifdef __cplusplus
8454 extern "C"
8455 #endif
8456 char XRRQueryExtension ();
8457 int
8458 main ()
8459 {
8460 return XRRQueryExtension ();
8461   ;
8462   return 0;
8463 }
8464 _ACEOF
8465 if ac_fn_c_try_link "$LINENO"; then :
8466   case "$LIBEXT" in
8467     dll) ;;
8468     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'` ;;
8469     *) ac_cv_lib_soname_Xrandr=`$ac_cv_path_LDD conftest$ac_exeext | grep "libXrandr\\.$LIBEXT" | sed -e "s/^.*\(libXrandr\.$LIBEXT[^    ]*\).*$/\1/"';2,$d'` ;;
8470   esac
8471 fi
8472 rm -f core conftest.err conftest.$ac_objext \
8473     conftest$ac_exeext conftest.$ac_ext
8474   LIBS=$ac_check_soname_save_LIBS
8475 fi
8476 if test "x$ac_cv_lib_soname_Xrandr" = "x"; then :
8477   { $as_echo "$as_me:${as_lineno-$LINENO}: result: not found" >&5
8478 $as_echo "not found" >&6; }
8479
8480 else
8481   { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_soname_Xrandr" >&5
8482 $as_echo "$ac_cv_lib_soname_Xrandr" >&6; }
8483
8484 cat >>confdefs.h <<_ACEOF
8485 #define SONAME_LIBXRANDR "$ac_cv_lib_soname_Xrandr"
8486 _ACEOF
8487
8488
8489 fi
8490 fi
8491 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
8492         fi
8493         if test "x$ac_cv_lib_soname_Xrandr" = "x"; then :
8494   case "x$with_xrandr" in
8495   x)   wine_notices="$wine_notices|libxrandr ${notice_platform}development files not found, XRandr won't be supported." ;;
8496   xno) ;;
8497   *)   as_fn_error "libxrandr ${notice_platform}development files not found, XRandr won't be supported.
8498 This is an error since --with-xrandr was requested." "$LINENO" 5 ;;
8499 esac
8500 fi
8501
8502                 if test "$ac_cv_header_X11_extensions_Xinerama_h" = "yes"
8503         then
8504                 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
8505 /* end confdefs.h.  */
8506 #include <X11/Xlib.h>
8507 #include <X11/extensions/Xinerama.h>
8508 int
8509 main ()
8510 {
8511 static typeof(XineramaQueryScreens) * func;
8512   ;
8513   return 0;
8514 }
8515 _ACEOF
8516 if ac_fn_c_try_compile "$LINENO"; then :
8517   { $as_echo "$as_me:${as_lineno-$LINENO}: checking for -lXinerama" >&5
8518 $as_echo_n "checking for -lXinerama... " >&6; }
8519 if test "${ac_cv_lib_soname_Xinerama+set}" = set; then :
8520   $as_echo_n "(cached) " >&6
8521 else
8522   ac_check_soname_save_LIBS=$LIBS
8523 LIBS="-lXinerama $X_LIBS $XLIB $X_EXTRA_LIBS $LIBS"
8524   cat confdefs.h - <<_ACEOF >conftest.$ac_ext
8525 /* end confdefs.h.  */
8526
8527 /* Override any GCC internal prototype to avoid an error.
8528    Use char because int might match the return type of a GCC
8529    builtin and then its argument prototype would still apply.  */
8530 #ifdef __cplusplus
8531 extern "C"
8532 #endif
8533 char XineramaQueryScreens ();
8534 int
8535 main ()
8536 {
8537 return XineramaQueryScreens ();
8538   ;
8539   return 0;
8540 }
8541 _ACEOF
8542 if ac_fn_c_try_link "$LINENO"; then :
8543   case "$LIBEXT" in
8544     dll) ;;
8545     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'` ;;
8546     *) ac_cv_lib_soname_Xinerama=`$ac_cv_path_LDD conftest$ac_exeext | grep "libXinerama\\.$LIBEXT" | sed -e "s/^.*\(libXinerama\.$LIBEXT[^      ]*\).*$/\1/"';2,$d'` ;;
8547   esac
8548 fi
8549 rm -f core conftest.err conftest.$ac_objext \
8550     conftest$ac_exeext conftest.$ac_ext
8551   LIBS=$ac_check_soname_save_LIBS
8552 fi
8553 if test "x$ac_cv_lib_soname_Xinerama" = "x"; then :
8554   { $as_echo "$as_me:${as_lineno-$LINENO}: result: not found" >&5
8555 $as_echo "not found" >&6; }
8556
8557 else
8558   { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_soname_Xinerama" >&5
8559 $as_echo "$ac_cv_lib_soname_Xinerama" >&6; }
8560
8561 cat >>confdefs.h <<_ACEOF
8562 #define SONAME_LIBXINERAMA "$ac_cv_lib_soname_Xinerama"
8563 _ACEOF
8564
8565
8566 fi
8567 fi
8568 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
8569         fi
8570         if test "x$ac_cv_lib_soname_Xinerama" = "x"; then :
8571   case "x$with_xinerama" in
8572   x)   wine_notices="$wine_notices|libxinerama ${notice_platform}development files not found, multi-monitor setups won't be supported." ;;
8573   xno) ;;
8574   *)   as_fn_error "libxinerama ${notice_platform}development files not found, multi-monitor setups won't be supported.
8575 This is an error since --with-xinerama was requested." "$LINENO" 5 ;;
8576 esac
8577 fi
8578
8579                 if test "$ac_cv_header_X11_extensions_Xcomposite_h" = "yes"
8580         then
8581             { $as_echo "$as_me:${as_lineno-$LINENO}: checking for -lXcomposite" >&5
8582 $as_echo_n "checking for -lXcomposite... " >&6; }
8583 if test "${ac_cv_lib_soname_Xcomposite+set}" = set; then :
8584   $as_echo_n "(cached) " >&6
8585 else
8586   ac_check_soname_save_LIBS=$LIBS
8587 LIBS="-lXcomposite $X_LIBS $XLIB $X_EXTRA_LIBS $LIBS"
8588   cat confdefs.h - <<_ACEOF >conftest.$ac_ext
8589 /* end confdefs.h.  */
8590
8591 /* Override any GCC internal prototype to avoid an error.
8592    Use char because int might match the return type of a GCC
8593    builtin and then its argument prototype would still apply.  */
8594 #ifdef __cplusplus
8595 extern "C"
8596 #endif
8597 char XCompositeRedirectWindow ();
8598 int
8599 main ()
8600 {
8601 return XCompositeRedirectWindow ();
8602   ;
8603   return 0;
8604 }
8605 _ACEOF
8606 if ac_fn_c_try_link "$LINENO"; then :
8607   case "$LIBEXT" in
8608     dll) ;;
8609     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'` ;;
8610     *) ac_cv_lib_soname_Xcomposite=`$ac_cv_path_LDD conftest$ac_exeext | grep "libXcomposite\\.$LIBEXT" | sed -e "s/^.*\(libXcomposite\.$LIBEXT[^        ]*\).*$/\1/"';2,$d'` ;;
8611   esac
8612 fi
8613 rm -f core conftest.err conftest.$ac_objext \
8614     conftest$ac_exeext conftest.$ac_ext
8615   LIBS=$ac_check_soname_save_LIBS
8616 fi
8617 if test "x$ac_cv_lib_soname_Xcomposite" = "x"; then :
8618   { $as_echo "$as_me:${as_lineno-$LINENO}: result: not found" >&5
8619 $as_echo "not found" >&6; }
8620
8621 else
8622   { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_soname_Xcomposite" >&5
8623 $as_echo "$ac_cv_lib_soname_Xcomposite" >&6; }
8624
8625 cat >>confdefs.h <<_ACEOF
8626 #define SONAME_LIBXCOMPOSITE "$ac_cv_lib_soname_Xcomposite"
8627 _ACEOF
8628
8629
8630 fi
8631         fi
8632         if test "x$ac_cv_lib_soname_Xcomposite" = "x"; then :
8633   case "x$with_xcomposite" in
8634   x)   wine_notices="$wine_notices|libxcomposite ${notice_platform}development files not found, Xcomposite won't be supported." ;;
8635   xno) ;;
8636   *)   as_fn_error "libxcomposite ${notice_platform}development files not found, Xcomposite won't be supported.
8637 This is an error since --with-xcomposite was requested." "$LINENO" 5 ;;
8638 esac
8639 fi
8640
8641                 ac_fn_c_check_member "$LINENO" "XICCallback" "callback" "ac_cv_member_XICCallback_callback" "#ifdef HAVE_X11_XLIB_H
8642 #include <X11/Xlib.h>
8643 #endif
8644 "
8645 if test "x$ac_cv_member_XICCallback_callback" = x""yes; then :
8646
8647 cat >>confdefs.h <<_ACEOF
8648 #define HAVE_XICCALLBACK_CALLBACK 1
8649 _ACEOF
8650
8651
8652 fi
8653
8654
8655
8656         opengl_msg=""
8657     if test "x$with_opengl" != "xno"
8658     then
8659         for ac_header in GL/gl.h GL/glx.h GL/glu.h
8660 do :
8661   as_ac_Header=`$as_echo "ac_cv_header_$ac_header" | $as_tr_sh`
8662 ac_fn_c_check_header_compile "$LINENO" "$ac_header" "$as_ac_Header" "#ifdef HAVE_GL_GLX_H
8663 # include <GL/glx.h>
8664 #endif
8665 "
8666 eval as_val=\$$as_ac_Header
8667    if test "x$as_val" = x""yes; then :
8668   cat >>confdefs.h <<_ACEOF
8669 #define `$as_echo "HAVE_$ac_header" | $as_tr_cpp` 1
8670 _ACEOF
8671
8672 fi
8673
8674 done
8675
8676         if test "$ac_cv_header_GL_gl_h" = "yes" -a "$ac_cv_header_GL_glx_h" = "yes"
8677         then
8678                     { $as_echo "$as_me:${as_lineno-$LINENO}: checking for up-to-date OpenGL version" >&5
8679 $as_echo_n "checking for up-to-date OpenGL version... " >&6; }
8680 if test "${wine_cv_opengl_header_version_OK+set}" = set; then :
8681   $as_echo_n "(cached) " >&6
8682 else
8683   cat confdefs.h - <<_ACEOF >conftest.$ac_ext
8684 /* end confdefs.h.  */
8685 #include <GL/gl.h>
8686 int
8687 main ()
8688 {
8689 GLenum test = GL_UNSIGNED_SHORT_5_6_5;
8690   ;
8691   return 0;
8692 }
8693 _ACEOF
8694 if ac_fn_c_try_compile "$LINENO"; then :
8695   wine_cv_opengl_header_version_OK="yes"
8696 else
8697   wine_cv_opengl_header_version_OK="no"
8698 fi
8699 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
8700 fi
8701 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $wine_cv_opengl_header_version_OK" >&5
8702 $as_echo "$wine_cv_opengl_header_version_OK" >&6; }
8703
8704             if test "$wine_cv_opengl_header_version_OK" = "yes"
8705             then
8706                                 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for -lGL" >&5
8707 $as_echo_n "checking for -lGL... " >&6; }
8708 if test "${ac_cv_lib_soname_GL+set}" = set; then :
8709   $as_echo_n "(cached) " >&6
8710 else
8711   ac_check_soname_save_LIBS=$LIBS
8712 LIBS="-lGL $X_LIBS $XLIB -lm $X_EXTRA_LIBS $LIBS"
8713   cat confdefs.h - <<_ACEOF >conftest.$ac_ext
8714 /* end confdefs.h.  */
8715
8716 /* Override any GCC internal prototype to avoid an error.
8717    Use char because int might match the return type of a GCC
8718    builtin and then its argument prototype would still apply.  */
8719 #ifdef __cplusplus
8720 extern "C"
8721 #endif
8722 char glXCreateContext ();
8723 int
8724 main ()
8725 {
8726 return glXCreateContext ();
8727   ;
8728   return 0;
8729 }
8730 _ACEOF
8731 if ac_fn_c_try_link "$LINENO"; then :
8732   case "$LIBEXT" in
8733     dll) ;;
8734     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'` ;;
8735     *) ac_cv_lib_soname_GL=`$ac_cv_path_LDD conftest$ac_exeext | grep "libGL\\.$LIBEXT" | sed -e "s/^.*\(libGL\.$LIBEXT[^        ]*\).*$/\1/"';2,$d'` ;;
8736   esac
8737 fi
8738 rm -f core conftest.err conftest.$ac_objext \
8739     conftest$ac_exeext conftest.$ac_ext
8740   LIBS=$ac_check_soname_save_LIBS
8741 fi
8742 if test "x$ac_cv_lib_soname_GL" = "x"; then :
8743   { $as_echo "$as_me:${as_lineno-$LINENO}: result: not found" >&5
8744 $as_echo "not found" >&6; }
8745        { $as_echo "$as_me:${as_lineno-$LINENO}: checking for -lGL" >&5
8746 $as_echo_n "checking for -lGL... " >&6; }
8747 if test "${ac_cv_lib_soname_GL+set}" = set; then :
8748   $as_echo_n "(cached) " >&6
8749 else
8750   ac_check_soname_save_LIBS=$LIBS
8751 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"
8752   cat confdefs.h - <<_ACEOF >conftest.$ac_ext
8753 /* end confdefs.h.  */
8754
8755 /* Override any GCC internal prototype to avoid an error.
8756    Use char because int might match the return type of a GCC
8757    builtin and then its argument prototype would still apply.  */
8758 #ifdef __cplusplus
8759 extern "C"
8760 #endif
8761 char glXCreateContext ();
8762 int
8763 main ()
8764 {
8765 return glXCreateContext ();
8766   ;
8767   return 0;
8768 }
8769 _ACEOF
8770 if ac_fn_c_try_link "$LINENO"; then :
8771   case "$LIBEXT" in
8772     dll) ;;
8773     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'` ;;
8774     *) ac_cv_lib_soname_GL=`$ac_cv_path_LDD conftest$ac_exeext | grep "libGL\\.$LIBEXT" | sed -e "s/^.*\(libGL\.$LIBEXT[^        ]*\).*$/\1/"';2,$d'` ;;
8775   esac
8776 fi
8777 rm -f core conftest.err conftest.$ac_objext \
8778     conftest$ac_exeext conftest.$ac_ext
8779   LIBS=$ac_check_soname_save_LIBS
8780 fi
8781 if test "x$ac_cv_lib_soname_GL" = "x"; then :
8782   { $as_echo "$as_me:${as_lineno-$LINENO}: result: not found" >&5
8783 $as_echo "not found" >&6; }
8784        if test -f /usr/X11R6/lib/libGL.a
8785                                     then
8786                                         opengl_msg="/usr/X11R6/lib/libGL.a is present on your system.
8787 This probably prevents linking to OpenGL. Try deleting the file and restarting configure."
8788                                     else
8789                                         opengl_msg="No OpenGL library found on this system."
8790                                     fi
8791 else
8792   { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_soname_GL" >&5
8793 $as_echo "$ac_cv_lib_soname_GL" >&6; }
8794
8795 cat >>confdefs.h <<_ACEOF
8796 #define SONAME_LIBGL "$ac_cv_lib_soname_GL"
8797 _ACEOF
8798
8799        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"
8800
8801 $as_echo "#define HAVE_OPENGL 1" >>confdefs.h
8802
8803 fi
8804 else
8805   { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_soname_GL" >&5
8806 $as_echo "$ac_cv_lib_soname_GL" >&6; }
8807
8808 cat >>confdefs.h <<_ACEOF
8809 #define SONAME_LIBGL "$ac_cv_lib_soname_GL"
8810 _ACEOF
8811
8812        OPENGL_LIBS="-lGL"
8813
8814 $as_echo "#define HAVE_OPENGL 1" >>confdefs.h
8815
8816 fi
8817                  if test "$ac_cv_header_GL_glu_h" = "yes"
8818                  then
8819                     { $as_echo "$as_me:${as_lineno-$LINENO}: checking for -lGLU" >&5
8820 $as_echo_n "checking for -lGLU... " >&6; }
8821 if test "${ac_cv_lib_soname_GLU+set}" = set; then :
8822   $as_echo_n "(cached) " >&6
8823 else
8824   ac_check_soname_save_LIBS=$LIBS
8825 LIBS="-lGLU $OPENGL_LIBS $X_LIBS $X_PRE_LIBS $XLIB -lm $X_EXTRA_LIBS $LIBS"
8826   cat confdefs.h - <<_ACEOF >conftest.$ac_ext
8827 /* end confdefs.h.  */
8828
8829 /* Override any GCC internal prototype to avoid an error.
8830    Use char because int might match the return type of a GCC
8831    builtin and then its argument prototype would still apply.  */
8832 #ifdef __cplusplus
8833 extern "C"
8834 #endif
8835 char gluLookAt ();
8836 int
8837 main ()
8838 {
8839 return gluLookAt ();
8840   ;
8841   return 0;
8842 }
8843 _ACEOF
8844 if ac_fn_c_try_link "$LINENO"; then :
8845   case "$LIBEXT" in
8846     dll) ;;
8847     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'` ;;
8848     *) ac_cv_lib_soname_GLU=`$ac_cv_path_LDD conftest$ac_exeext | grep "libGLU\\.$LIBEXT" | sed -e "s/^.*\(libGLU\.$LIBEXT[^     ]*\).*$/\1/"';2,$d'` ;;
8849   esac
8850 fi
8851 rm -f core conftest.err conftest.$ac_objext \
8852     conftest$ac_exeext conftest.$ac_ext
8853   LIBS=$ac_check_soname_save_LIBS
8854 fi
8855 if test "x$ac_cv_lib_soname_GLU" = "x"; then :
8856   { $as_echo "$as_me:${as_lineno-$LINENO}: result: not found" >&5
8857 $as_echo "not found" >&6; }
8858
8859 else
8860   { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_soname_GLU" >&5
8861 $as_echo "$ac_cv_lib_soname_GLU" >&6; }
8862
8863 cat >>confdefs.h <<_ACEOF
8864 #define SONAME_LIBGLU "$ac_cv_lib_soname_GLU"
8865 _ACEOF
8866
8867
8868 fi
8869                  fi
8870                  if test "x$ac_cv_lib_soname_GLU" = "x"; then :
8871   case "x$with_glu" in
8872   x)   wine_notices="$wine_notices|libGLU ${notice_platform}development files not found, GLU won't be supported." ;;
8873   xno) ;;
8874   *)   as_fn_error "libGLU ${notice_platform}development files not found, GLU won't be supported.
8875 This is an error since --with-glu was requested." "$LINENO" 5 ;;
8876 esac
8877 fi
8878              else
8879                  opengl_msg="Old Mesa headers detected. Consider upgrading your Mesa libraries."
8880              fi
8881          else
8882              opengl_msg="OpenGL development headers not found."
8883          fi
8884          test -n "$opengl_msg" && enable_opengl32=${enable_opengl32:-no}
8885          test "x$ac_cv_lib_soname_GLU" = "x" && enable_glu32=${enable_glu32:-no}
8886     else
8887          enable_opengl32=${enable_opengl32:-no}
8888          enable_glu32=${enable_glu32:-no}
8889     fi
8890     if test -n "$opengl_msg"; then :
8891   case "x$with_opengl" in
8892   x)   wine_warnings="$wine_warnings|$opengl_msg
8893 OpenGL and Direct3D won't be supported." ;;
8894   xno) ;;
8895   *)   as_fn_error "$opengl_msg
8896 OpenGL and Direct3D won't be supported.
8897 This is an error since --with-opengl was requested." "$LINENO" 5 ;;
8898 esac
8899 fi
8900
8901         NASLIBS=""
8902
8903     for ac_header in audio/audiolib.h
8904 do :
8905   ac_fn_c_check_header_mongrel "$LINENO" "audio/audiolib.h" "ac_cv_header_audio_audiolib_h" "$ac_includes_default"
8906 if test "x$ac_cv_header_audio_audiolib_h" = x""yes; then :
8907   cat >>confdefs.h <<_ACEOF
8908 #define HAVE_AUDIO_AUDIOLIB_H 1
8909 _ACEOF
8910  for ac_header in audio/soundlib.h
8911 do :
8912   ac_fn_c_check_header_compile "$LINENO" "audio/soundlib.h" "ac_cv_header_audio_soundlib_h" "#include <audio/audiolib.h>
8913 "
8914 if test "x$ac_cv_header_audio_soundlib_h" = x""yes; then :
8915   cat >>confdefs.h <<_ACEOF
8916 #define HAVE_AUDIO_SOUNDLIB_H 1
8917 _ACEOF
8918
8919 fi
8920
8921 done
8922
8923           { $as_echo "$as_me:${as_lineno-$LINENO}: checking for AuCreateFlow in -laudio" >&5
8924 $as_echo_n "checking for AuCreateFlow in -laudio... " >&6; }
8925 if test "${ac_cv_lib_audio_AuCreateFlow+set}" = set; then :
8926   $as_echo_n "(cached) " >&6
8927 else
8928   ac_check_lib_save_LIBS=$LIBS
8929 LIBS="-laudio -lXt $X_LIBS $XLIB $X_EXTRA_LIBS $LIBS"
8930 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
8931 /* end confdefs.h.  */
8932
8933 /* Override any GCC internal prototype to avoid an error.
8934    Use char because int might match the return type of a GCC
8935    builtin and then its argument prototype would still apply.  */
8936 #ifdef __cplusplus
8937 extern "C"
8938 #endif
8939 char AuCreateFlow ();
8940 int
8941 main ()
8942 {
8943 return AuCreateFlow ();
8944   ;
8945   return 0;
8946 }
8947 _ACEOF
8948 if ac_fn_c_try_link "$LINENO"; then :
8949   ac_cv_lib_audio_AuCreateFlow=yes
8950 else
8951   ac_cv_lib_audio_AuCreateFlow=no
8952 fi
8953 rm -f core conftest.err conftest.$ac_objext \
8954     conftest$ac_exeext conftest.$ac_ext
8955 LIBS=$ac_check_lib_save_LIBS
8956 fi
8957 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_audio_AuCreateFlow" >&5
8958 $as_echo "$ac_cv_lib_audio_AuCreateFlow" >&6; }
8959 if test "x$ac_cv_lib_audio_AuCreateFlow" = x""yes; then :
8960
8961 $as_echo "#define HAVE_NAS 1" >>confdefs.h
8962
8963                         { $as_echo "$as_me:${as_lineno-$LINENO}: checking for XauGetBestAuthByAddr in -lXau" >&5
8964 $as_echo_n "checking for XauGetBestAuthByAddr in -lXau... " >&6; }
8965 if test "${ac_cv_lib_Xau_XauGetBestAuthByAddr+set}" = set; then :
8966   $as_echo_n "(cached) " >&6
8967 else
8968   ac_check_lib_save_LIBS=$LIBS
8969 LIBS="-lXau $X_LIBS $LIBS"
8970 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
8971 /* end confdefs.h.  */
8972
8973 /* Override any GCC internal prototype to avoid an error.
8974    Use char because int might match the return type of a GCC
8975    builtin and then its argument prototype would still apply.  */
8976 #ifdef __cplusplus
8977 extern "C"
8978 #endif
8979 char XauGetBestAuthByAddr ();
8980 int
8981 main ()
8982 {
8983 return XauGetBestAuthByAddr ();
8984   ;
8985   return 0;
8986 }
8987 _ACEOF
8988 if ac_fn_c_try_link "$LINENO"; then :
8989   ac_cv_lib_Xau_XauGetBestAuthByAddr=yes
8990 else
8991   ac_cv_lib_Xau_XauGetBestAuthByAddr=no
8992 fi
8993 rm -f core conftest.err conftest.$ac_objext \
8994     conftest$ac_exeext conftest.$ac_ext
8995 LIBS=$ac_check_lib_save_LIBS
8996 fi
8997 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_Xau_XauGetBestAuthByAddr" >&5
8998 $as_echo "$ac_cv_lib_Xau_XauGetBestAuthByAddr" >&6; }
8999 if test "x$ac_cv_lib_Xau_XauGetBestAuthByAddr" = x""yes; then :
9000   NASLIBS="-lXau -laudio -lXt $X_LIBS $XLIB $X_EXTRA_LIBS"
9001 else
9002   NASLIBS="-laudio -lXt $X_LIBS $XLIB $X_EXTRA_LIBS"
9003 fi
9004
9005
9006 fi
9007
9008 fi
9009
9010 done
9011
9012
9013     CPPFLAGS="$ac_save_CPPFLAGS"
9014 else
9015     XLIB=""
9016     X_CFLAGS=""
9017     X_LIBS=""
9018     enable_winex11_drv=${enable_winex11_drv:-no}
9019     enable_opengl32=${enable_opengl32:-no}
9020     enable_glu32=${enable_glu32:-no}
9021 fi
9022 if test "x$XLIB" = "x"; then :
9023   case "x$with_x" in
9024   xno) ;;
9025   *)   as_fn_error "X ${notice_platform}development files not found. Wine will be built
9026 without X support, which probably isn't what you want. You will need to install
9027 ${notice_platform}development packages of Xlib/Xfree86 at the very least.
9028 Use the --without-x option if you really want this." "$LINENO" 5 ;;
9029 esac
9030 fi
9031
9032
9033 XML2LIBS=""
9034
9035 XML2INCL=""
9036
9037 XSLTINCL=""
9038
9039 if test "x$with_xml" != "xno"
9040 then
9041     ac_save_CPPFLAGS="$CPPFLAGS"
9042     if test "$PKG_CONFIG" != "false"
9043     then
9044         ac_xml_libs="`$PKG_CONFIG --libs libxml-2.0 2>/dev/null`"
9045         ac_xml_cflags="`$PKG_CONFIG --cflags libxml-2.0 2>/dev/null`"
9046     else
9047         ac_xml_libs="`xml2-config --libs 2>/dev/null`"
9048         ac_xml_cflags="`xml2-config --cflags  2>/dev/null`"
9049     fi
9050     CPPFLAGS="$CPPFLAGS $ac_xml_cflags"
9051     for ac_header in libxml/parser.h
9052 do :
9053   ac_fn_c_check_header_mongrel "$LINENO" "libxml/parser.h" "ac_cv_header_libxml_parser_h" "$ac_includes_default"
9054 if test "x$ac_cv_header_libxml_parser_h" = x""yes; then :
9055   cat >>confdefs.h <<_ACEOF
9056 #define HAVE_LIBXML_PARSER_H 1
9057 _ACEOF
9058  { $as_echo "$as_me:${as_lineno-$LINENO}: checking for xmlParseMemory in -lxml2" >&5
9059 $as_echo_n "checking for xmlParseMemory in -lxml2... " >&6; }
9060 if test "${ac_cv_lib_xml2_xmlParseMemory+set}" = set; then :
9061   $as_echo_n "(cached) " >&6
9062 else
9063   ac_check_lib_save_LIBS=$LIBS
9064 LIBS="-lxml2 $ac_xml_libs $LIBS"
9065 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
9066 /* end confdefs.h.  */
9067
9068 /* Override any GCC internal prototype to avoid an error.
9069    Use char because int might match the return type of a GCC
9070    builtin and then its argument prototype would still apply.  */
9071 #ifdef __cplusplus
9072 extern "C"
9073 #endif
9074 char xmlParseMemory ();
9075 int
9076 main ()
9077 {
9078 return xmlParseMemory ();
9079   ;
9080   return 0;
9081 }
9082 _ACEOF
9083 if ac_fn_c_try_link "$LINENO"; then :
9084   ac_cv_lib_xml2_xmlParseMemory=yes
9085 else
9086   ac_cv_lib_xml2_xmlParseMemory=no
9087 fi
9088 rm -f core conftest.err conftest.$ac_objext \
9089     conftest$ac_exeext conftest.$ac_ext
9090 LIBS=$ac_check_lib_save_LIBS
9091 fi
9092 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_xml2_xmlParseMemory" >&5
9093 $as_echo "$ac_cv_lib_xml2_xmlParseMemory" >&6; }
9094 if test "x$ac_cv_lib_xml2_xmlParseMemory" = x""yes; then :
9095
9096 $as_echo "#define HAVE_LIBXML2 1" >>confdefs.h
9097
9098                  XML2LIBS="$ac_xml_libs"
9099                  XML2INCL="$ac_xml_cflags"
9100 fi
9101
9102              { $as_echo "$as_me:${as_lineno-$LINENO}: checking for xmlReadMemory in -lxml2" >&5
9103 $as_echo_n "checking for xmlReadMemory in -lxml2... " >&6; }
9104 if test "${ac_cv_lib_xml2_xmlReadMemory+set}" = set; then :
9105   $as_echo_n "(cached) " >&6
9106 else
9107   ac_check_lib_save_LIBS=$LIBS
9108 LIBS="-lxml2 $ac_xml_libs $LIBS"
9109 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
9110 /* end confdefs.h.  */
9111
9112 /* Override any GCC internal prototype to avoid an error.
9113    Use char because int might match the return type of a GCC
9114    builtin and then its argument prototype would still apply.  */
9115 #ifdef __cplusplus
9116 extern "C"
9117 #endif
9118 char xmlReadMemory ();
9119 int
9120 main ()
9121 {
9122 return xmlReadMemory ();
9123   ;
9124   return 0;
9125 }
9126 _ACEOF
9127 if ac_fn_c_try_link "$LINENO"; then :
9128   ac_cv_lib_xml2_xmlReadMemory=yes
9129 else
9130   ac_cv_lib_xml2_xmlReadMemory=no
9131 fi
9132 rm -f core conftest.err conftest.$ac_objext \
9133     conftest$ac_exeext conftest.$ac_ext
9134 LIBS=$ac_check_lib_save_LIBS
9135 fi
9136 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_xml2_xmlReadMemory" >&5
9137 $as_echo "$ac_cv_lib_xml2_xmlReadMemory" >&6; }
9138 if test "x$ac_cv_lib_xml2_xmlReadMemory" = x""yes; then :
9139
9140 $as_echo "#define HAVE_XMLREADMEMORY 1" >>confdefs.h
9141
9142 fi
9143
9144              { $as_echo "$as_me:${as_lineno-$LINENO}: checking for xmlNewDocPI in -lxml2" >&5
9145 $as_echo_n "checking for xmlNewDocPI in -lxml2... " >&6; }
9146 if test "${ac_cv_lib_xml2_xmlNewDocPI+set}" = set; then :
9147   $as_echo_n "(cached) " >&6
9148 else
9149   ac_check_lib_save_LIBS=$LIBS
9150 LIBS="-lxml2 $ac_xml_libs $LIBS"
9151 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
9152 /* end confdefs.h.  */
9153
9154 /* Override any GCC internal prototype to avoid an error.
9155    Use char because int might match the return type of a GCC
9156    builtin and then its argument prototype would still apply.  */
9157 #ifdef __cplusplus
9158 extern "C"
9159 #endif
9160 char xmlNewDocPI ();
9161 int
9162 main ()
9163 {
9164 return xmlNewDocPI ();
9165   ;
9166   return 0;
9167 }
9168 _ACEOF
9169 if ac_fn_c_try_link "$LINENO"; then :
9170   ac_cv_lib_xml2_xmlNewDocPI=yes
9171 else
9172   ac_cv_lib_xml2_xmlNewDocPI=no
9173 fi
9174 rm -f core conftest.err conftest.$ac_objext \
9175     conftest$ac_exeext conftest.$ac_ext
9176 LIBS=$ac_check_lib_save_LIBS
9177 fi
9178 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_xml2_xmlNewDocPI" >&5
9179 $as_echo "$ac_cv_lib_xml2_xmlNewDocPI" >&6; }
9180 if test "x$ac_cv_lib_xml2_xmlNewDocPI" = x""yes; then :
9181
9182 $as_echo "#define HAVE_XMLNEWDOCPI 1" >>confdefs.h
9183
9184 fi
9185
9186
9187 fi
9188
9189 done
9190
9191     CPPFLAGS="$ac_save_CPPFLAGS"
9192 fi
9193 if test "$ac_cv_lib_xml2_xmlParseMemory" != "yes"; then :
9194   case "x$with_xml" in
9195   x)   wine_warnings="$wine_warnings|libxml2 ${notice_platform}development files not found, XML won't be supported." ;;
9196   xno) ;;
9197   *)   as_fn_error "libxml2 ${notice_platform}development files not found, XML won't be supported.
9198 This is an error since --with-xml was requested." "$LINENO" 5 ;;
9199 esac
9200 fi
9201
9202 if test "x$with_xslt" != "xno"
9203 then
9204     if test "$PKG_CONFIG" != "false"
9205     then
9206         ac_xslt_libs="`$PKG_CONFIG --libs libxslt 2>/dev/null`"
9207         ac_xslt_cflags="`$PKG_CONFIG --cflags libxslt 2>/dev/null`"
9208     else
9209         ac_xslt_libs="`xslt-config --libs 2>/dev/null`"
9210         ac_xslt_cflags="`xslt-config --cflags 2>/dev/null`"
9211     fi
9212     ac_save_CPPFLAGS="$CPPFLAGS"
9213     CPPFLAGS="$CPPFLAGS $ac_xslt_cflags"
9214     for ac_header in libxslt/pattern.h libxslt/transform.h
9215 do :
9216   as_ac_Header=`$as_echo "ac_cv_header_$ac_header" | $as_tr_sh`
9217 ac_fn_c_check_header_compile "$LINENO" "$ac_header" "$as_ac_Header" "#ifdef HAVE_LIBXSLT_PATTERN_H
9218 # include <libxslt/pattern.h>
9219 #endif
9220 "
9221 eval as_val=\$$as_ac_Header
9222    if test "x$as_val" = x""yes; then :
9223   cat >>confdefs.h <<_ACEOF
9224 #define `$as_echo "HAVE_$ac_header" | $as_tr_cpp` 1
9225 _ACEOF
9226
9227 fi
9228
9229 done
9230
9231     CPPFLAGS="$ac_save_CPPFLAGS"
9232     if test "$ac_cv_header_libxslt_transform_h" = "yes"
9233     then
9234         { $as_echo "$as_me:${as_lineno-$LINENO}: checking for -lxslt" >&5
9235 $as_echo_n "checking for -lxslt... " >&6; }
9236 if test "${ac_cv_lib_soname_xslt+set}" = set; then :
9237   $as_echo_n "(cached) " >&6
9238 else
9239   ac_check_soname_save_LIBS=$LIBS
9240 LIBS="-lxslt $ac_xslt_libs $LIBS"
9241   cat confdefs.h - <<_ACEOF >conftest.$ac_ext
9242 /* end confdefs.h.  */
9243
9244 /* Override any GCC internal prototype to avoid an error.
9245    Use char because int might match the return type of a GCC
9246    builtin and then its argument prototype would still apply.  */
9247 #ifdef __cplusplus
9248 extern "C"
9249 #endif
9250 char xsltCompilePattern ();
9251 int
9252 main ()
9253 {
9254 return xsltCompilePattern ();
9255   ;
9256   return 0;
9257 }
9258 _ACEOF
9259 if ac_fn_c_try_link "$LINENO"; then :
9260   case "$LIBEXT" in
9261     dll) ;;
9262     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'` ;;
9263     *) ac_cv_lib_soname_xslt=`$ac_cv_path_LDD conftest$ac_exeext | grep "libxslt\\.$LIBEXT" | sed -e "s/^.*\(libxslt\.$LIBEXT[^  ]*\).*$/\1/"';2,$d'` ;;
9264   esac
9265 fi
9266 rm -f core conftest.err conftest.$ac_objext \
9267     conftest$ac_exeext conftest.$ac_ext
9268   LIBS=$ac_check_soname_save_LIBS
9269 fi
9270 if test "x$ac_cv_lib_soname_xslt" = "x"; then :
9271   { $as_echo "$as_me:${as_lineno-$LINENO}: result: not found" >&5
9272 $as_echo "not found" >&6; }
9273
9274 else
9275   { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_soname_xslt" >&5
9276 $as_echo "$ac_cv_lib_soname_xslt" >&6; }
9277
9278 cat >>confdefs.h <<_ACEOF
9279 #define SONAME_LIBXSLT "$ac_cv_lib_soname_xslt"
9280 _ACEOF
9281
9282        XSLTINCL="$ac_xslt_cflags"
9283 fi
9284     fi
9285 fi
9286 if test "x$ac_cv_lib_soname_xslt" = "x"; then :
9287   case "x$with_xslt" in
9288   x)   wine_warnings="$wine_warnings|libxslt ${notice_platform}development files not found, xslt won't be supported." ;;
9289   xno) ;;
9290   *)   as_fn_error "libxslt ${notice_platform}development files not found, xslt won't be supported.
9291 This is an error since --with-xslt was requested." "$LINENO" 5 ;;
9292 esac
9293 fi
9294
9295 HALINCL=""
9296
9297 if test "x$with_hal" != "xno"
9298 then
9299     ac_save_CPPFLAGS="$CPPFLAGS"
9300     if test "$PKG_CONFIG" != "false"
9301     then
9302         ac_hal_libs="`$PKG_CONFIG --libs hal 2>/dev/null`"
9303         ac_hal_cflags="`$PKG_CONFIG --cflags hal 2>/dev/null`"
9304         CPPFLAGS="$CPPFLAGS $ac_hal_cflags"
9305     fi
9306     for ac_header in dbus/dbus.h hal/libhal.h
9307 do :
9308   as_ac_Header=`$as_echo "ac_cv_header_$ac_header" | $as_tr_sh`
9309 ac_fn_c_check_header_mongrel "$LINENO" "$ac_header" "$as_ac_Header" "$ac_includes_default"
9310 eval as_val=\$$as_ac_Header
9311    if test "x$as_val" = x""yes; then :
9312   cat >>confdefs.h <<_ACEOF
9313 #define `$as_echo "HAVE_$ac_header" | $as_tr_cpp` 1
9314 _ACEOF
9315
9316 fi
9317
9318 done
9319
9320     if test "$ac_cv_header_dbus_dbus_h" = "yes" -a "$ac_cv_header_hal_libhal_h" = "yes"
9321     then
9322         { $as_echo "$as_me:${as_lineno-$LINENO}: checking for dbus_connection_close in -ldbus-1" >&5
9323 $as_echo_n "checking for dbus_connection_close in -ldbus-1... " >&6; }
9324 if test "${ac_cv_lib_dbus_1_dbus_connection_close+set}" = set; then :
9325   $as_echo_n "(cached) " >&6
9326 else
9327   ac_check_lib_save_LIBS=$LIBS
9328 LIBS="-ldbus-1 $ac_hal_libs $LIBS"
9329 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
9330 /* end confdefs.h.  */
9331
9332 /* Override any GCC internal prototype to avoid an error.
9333    Use char because int might match the return type of a GCC
9334    builtin and then its argument prototype would still apply.  */
9335 #ifdef __cplusplus
9336 extern "C"
9337 #endif
9338 char dbus_connection_close ();
9339 int
9340 main ()
9341 {
9342 return dbus_connection_close ();
9343   ;
9344   return 0;
9345 }
9346 _ACEOF
9347 if ac_fn_c_try_link "$LINENO"; then :
9348   ac_cv_lib_dbus_1_dbus_connection_close=yes
9349 else
9350   ac_cv_lib_dbus_1_dbus_connection_close=no
9351 fi
9352 rm -f core conftest.err conftest.$ac_objext \
9353     conftest$ac_exeext conftest.$ac_ext
9354 LIBS=$ac_check_lib_save_LIBS
9355 fi
9356 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_dbus_1_dbus_connection_close" >&5
9357 $as_echo "$ac_cv_lib_dbus_1_dbus_connection_close" >&6; }
9358 if test "x$ac_cv_lib_dbus_1_dbus_connection_close" = x""yes; then :
9359   { $as_echo "$as_me:${as_lineno-$LINENO}: checking for -lhal" >&5
9360 $as_echo_n "checking for -lhal... " >&6; }
9361 if test "${ac_cv_lib_soname_hal+set}" = set; then :
9362   $as_echo_n "(cached) " >&6
9363 else
9364   ac_check_soname_save_LIBS=$LIBS
9365 LIBS="-lhal $ac_hal_libs $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 libhal_ctx_new ();
9376 int
9377 main ()
9378 {
9379 return libhal_ctx_new ();
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_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'` ;;
9388     *) ac_cv_lib_soname_hal=`$ac_cv_path_LDD conftest$ac_exeext | grep "libhal\\.$LIBEXT" | sed -e "s/^.*\(libhal\.$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_hal" = "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_hal" >&5
9401 $as_echo "$ac_cv_lib_soname_hal" >&6; }
9402
9403 cat >>confdefs.h <<_ACEOF
9404 #define SONAME_LIBHAL "$ac_cv_lib_soname_hal"
9405 _ACEOF
9406
9407        HALINCL="$ac_hal_cflags"
9408 fi
9409 fi
9410
9411     fi
9412     CPPFLAGS="$ac_save_CPPFLAGS"
9413 fi
9414 if test "x$ac_cv_lib_soname_hal" = "x"; then :
9415   case "x$with_hal" in
9416   x)   wine_notices="$wine_notices|libhal/libdbus ${notice_platform}development files not found, no dynamic device support." ;;
9417   xno) ;;
9418   *)   as_fn_error "libhal/libdbus ${notice_platform}development files not found, no dynamic device support.
9419 This is an error since --with-hal was requested." "$LINENO" 5 ;;
9420 esac
9421 fi
9422
9423 if test "x$with_gnutls" != "xno"
9424 then
9425     ac_save_CPPFLAGS="$CPPFLAGS"
9426     if test "$PKG_CONFIG" != "false"
9427     then
9428         ac_gnutls_libs="`$PKG_CONFIG --libs gnutls 2>/dev/null`"
9429         ac_gnutls_cflags="`$PKG_CONFIG --cflags gnutls 2>/dev/null`"
9430         CPPFLAGS="$CPPFLAGS $ac_gnutls_cflags"
9431     fi
9432     ac_fn_c_check_header_mongrel "$LINENO" "gnutls/gnutls.h" "ac_cv_header_gnutls_gnutls_h" "$ac_includes_default"
9433 if test "x$ac_cv_header_gnutls_gnutls_h" = x""yes; then :
9434   cat confdefs.h - <<_ACEOF >conftest.$ac_ext
9435 /* end confdefs.h.  */
9436 #include <gnutls/gnutls.h>
9437 int
9438 main ()
9439 {
9440 typeof(gnutls_mac_get_key_size) *pfunc;
9441   ;
9442   return 0;
9443 }
9444 _ACEOF
9445 if ac_fn_c_try_compile "$LINENO"; then :
9446   { $as_echo "$as_me:${as_lineno-$LINENO}: checking for -lgnutls" >&5
9447 $as_echo_n "checking for -lgnutls... " >&6; }
9448 if test "${ac_cv_lib_soname_gnutls+set}" = set; then :
9449   $as_echo_n "(cached) " >&6
9450 else
9451   ac_check_soname_save_LIBS=$LIBS
9452 LIBS="-lgnutls $ac_gnutls_libs $LIBS"
9453   cat confdefs.h - <<_ACEOF >conftest.$ac_ext
9454 /* end confdefs.h.  */
9455
9456 /* Override any GCC internal prototype to avoid an error.
9457    Use char because int might match the return type of a GCC
9458    builtin and then its argument prototype would still apply.  */
9459 #ifdef __cplusplus
9460 extern "C"
9461 #endif
9462 char gnutls_global_init ();
9463 int
9464 main ()
9465 {
9466 return gnutls_global_init ();
9467   ;
9468   return 0;
9469 }
9470 _ACEOF
9471 if ac_fn_c_try_link "$LINENO"; then :
9472   case "$LIBEXT" in
9473     dll) ;;
9474     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'` ;;
9475     *) ac_cv_lib_soname_gnutls=`$ac_cv_path_LDD conftest$ac_exeext | grep "libgnutls\\.$LIBEXT" | sed -e "s/^.*\(libgnutls\.$LIBEXT[^    ]*\).*$/\1/"';2,$d'` ;;
9476   esac
9477 fi
9478 rm -f core conftest.err conftest.$ac_objext \
9479     conftest$ac_exeext conftest.$ac_ext
9480   LIBS=$ac_check_soname_save_LIBS
9481 fi
9482 if test "x$ac_cv_lib_soname_gnutls" = "x"; then :
9483   { $as_echo "$as_me:${as_lineno-$LINENO}: result: not found" >&5
9484 $as_echo "not found" >&6; }
9485
9486 else
9487   { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_soname_gnutls" >&5
9488 $as_echo "$ac_cv_lib_soname_gnutls" >&6; }
9489
9490 cat >>confdefs.h <<_ACEOF
9491 #define SONAME_LIBGNUTLS "$ac_cv_lib_soname_gnutls"
9492 _ACEOF
9493
9494        GNUTLSINCL="$ac_gnutls_cflags"
9495
9496 fi
9497 fi
9498 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
9499 fi
9500
9501
9502     CPPFLAGS="$ac_save_CPPFLAGS"
9503 fi
9504 if test "x$ac_cv_lib_soname_gnutls" = "x"; then :
9505   case "x$with_gnutls" in
9506   x)   wine_notices="$wine_notices|libgnutls ${notice_platform}development files not found, no schannel support." ;;
9507   xno) ;;
9508   *)   as_fn_error "libgnutls ${notice_platform}development files not found, no schannel support.
9509 This is an error since --with-gnutls was requested." "$LINENO" 5 ;;
9510 esac
9511 fi
9512
9513 CURSESLIBS=""
9514 if test "$ac_cv_header_ncurses_h" = "yes"
9515 then
9516     { $as_echo "$as_me:${as_lineno-$LINENO}: checking for -lncurses" >&5
9517 $as_echo_n "checking for -lncurses... " >&6; }
9518 if test "${ac_cv_lib_soname_ncurses+set}" = set; then :
9519   $as_echo_n "(cached) " >&6
9520 else
9521   ac_check_soname_save_LIBS=$LIBS
9522 LIBS="-lncurses  $LIBS"
9523   cat confdefs.h - <<_ACEOF >conftest.$ac_ext
9524 /* end confdefs.h.  */
9525
9526 /* Override any GCC internal prototype to avoid an error.
9527    Use char because int might match the return type of a GCC
9528    builtin and then its argument prototype would still apply.  */
9529 #ifdef __cplusplus
9530 extern "C"
9531 #endif
9532 char waddch ();
9533 int
9534 main ()
9535 {
9536 return waddch ();
9537   ;
9538   return 0;
9539 }
9540 _ACEOF
9541 if ac_fn_c_try_link "$LINENO"; then :
9542   case "$LIBEXT" in
9543     dll) ;;
9544     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'` ;;
9545     *) ac_cv_lib_soname_ncurses=`$ac_cv_path_LDD conftest$ac_exeext | grep "libncurses\\.$LIBEXT" | sed -e "s/^.*\(libncurses\.$LIBEXT[^         ]*\).*$/\1/"';2,$d'` ;;
9546   esac
9547 fi
9548 rm -f core conftest.err conftest.$ac_objext \
9549     conftest$ac_exeext conftest.$ac_ext
9550   LIBS=$ac_check_soname_save_LIBS
9551 fi
9552 if test "x$ac_cv_lib_soname_ncurses" = "x"; then :
9553   { $as_echo "$as_me:${as_lineno-$LINENO}: result: not found" >&5
9554 $as_echo "not found" >&6; }
9555
9556 else
9557   { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_soname_ncurses" >&5
9558 $as_echo "$ac_cv_lib_soname_ncurses" >&6; }
9559
9560 cat >>confdefs.h <<_ACEOF
9561 #define SONAME_LIBNCURSES "$ac_cv_lib_soname_ncurses"
9562 _ACEOF
9563
9564        CURSESLIBS="-lncurses"
9565 fi
9566 elif test "$ac_cv_header_curses_h" = "yes"
9567 then
9568     { $as_echo "$as_me:${as_lineno-$LINENO}: checking for -lcurses" >&5
9569 $as_echo_n "checking for -lcurses... " >&6; }
9570 if test "${ac_cv_lib_soname_curses+set}" = set; then :
9571   $as_echo_n "(cached) " >&6
9572 else
9573   ac_check_soname_save_LIBS=$LIBS
9574 LIBS="-lcurses  $LIBS"
9575   cat confdefs.h - <<_ACEOF >conftest.$ac_ext
9576 /* end confdefs.h.  */
9577
9578 /* Override any GCC internal prototype to avoid an error.
9579    Use char because int might match the return type of a GCC
9580    builtin and then its argument prototype would still apply.  */
9581 #ifdef __cplusplus
9582 extern "C"
9583 #endif
9584 char waddch ();
9585 int
9586 main ()
9587 {
9588 return waddch ();
9589   ;
9590   return 0;
9591 }
9592 _ACEOF
9593 if ac_fn_c_try_link "$LINENO"; then :
9594   case "$LIBEXT" in
9595     dll) ;;
9596     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'` ;;
9597     *) ac_cv_lib_soname_curses=`$ac_cv_path_LDD conftest$ac_exeext | grep "libcurses\\.$LIBEXT" | sed -e "s/^.*\(libcurses\.$LIBEXT[^    ]*\).*$/\1/"';2,$d'` ;;
9598   esac
9599 fi
9600 rm -f core conftest.err conftest.$ac_objext \
9601     conftest$ac_exeext conftest.$ac_ext
9602   LIBS=$ac_check_soname_save_LIBS
9603 fi
9604 if test "x$ac_cv_lib_soname_curses" = "x"; then :
9605   { $as_echo "$as_me:${as_lineno-$LINENO}: result: not found" >&5
9606 $as_echo "not found" >&6; }
9607
9608 else
9609   { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_soname_curses" >&5
9610 $as_echo "$ac_cv_lib_soname_curses" >&6; }
9611
9612 cat >>confdefs.h <<_ACEOF
9613 #define SONAME_LIBCURSES "$ac_cv_lib_soname_curses"
9614 _ACEOF
9615
9616        CURSESLIBS="-lcurses"
9617 fi
9618 fi
9619 ac_save_LIBS="$LIBS"
9620 LIBS="$LIBS $CURSESLIBS"
9621 for ac_func in mousemask
9622 do :
9623   ac_fn_c_check_func "$LINENO" "mousemask" "ac_cv_func_mousemask"
9624 if test "x$ac_cv_func_mousemask" = x""yes; then :
9625   cat >>confdefs.h <<_ACEOF
9626 #define HAVE_MOUSEMASK 1
9627 _ACEOF
9628
9629 fi
9630 done
9631
9632 LIBS="$ac_save_LIBS"
9633 if test "x$ac_cv_lib_soname_curses$ac_cv_lib_soname_ncurses" = "x"; then :
9634   case "x$with_curses" in
9635   x)   wine_notices="$wine_notices|lib(n)curses ${notice_platform}development files not found, curses won't be supported." ;;
9636   xno) ;;
9637   *)   as_fn_error "lib(n)curses ${notice_platform}development files not found, curses won't be supported.
9638 This is an error since --with-curses was requested." "$LINENO" 5 ;;
9639 esac
9640 fi
9641
9642 if test "x$with_sane" != "xno"
9643 then
9644     ac_save_CPPFLAGS="$CPPFLAGS"
9645     # Extract the first word of "sane-config", so it can be a program name with args.
9646 set dummy sane-config; ac_word=$2
9647 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
9648 $as_echo_n "checking for $ac_word... " >&6; }
9649 if test "${ac_cv_prog_sane_devel+set}" = set; then :
9650   $as_echo_n "(cached) " >&6
9651 else
9652   if test -n "$sane_devel"; then
9653   ac_cv_prog_sane_devel="$sane_devel" # Let the user override the test.
9654 else
9655 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
9656 for as_dir in $PATH
9657 do
9658   IFS=$as_save_IFS
9659   test -z "$as_dir" && as_dir=.
9660     for ac_exec_ext in '' $ac_executable_extensions; do
9661   if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
9662     ac_cv_prog_sane_devel="sane-config"
9663     $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
9664     break 2
9665   fi
9666 done
9667   done
9668 IFS=$as_save_IFS
9669
9670   test -z "$ac_cv_prog_sane_devel" && ac_cv_prog_sane_devel="no"
9671 fi
9672 fi
9673 sane_devel=$ac_cv_prog_sane_devel
9674 if test -n "$sane_devel"; then
9675   { $as_echo "$as_me:${as_lineno-$LINENO}: result: $sane_devel" >&5
9676 $as_echo "$sane_devel" >&6; }
9677 else
9678   { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
9679 $as_echo "no" >&6; }
9680 fi
9681
9682
9683     if test "$sane_devel" != "no"
9684     then
9685         ac_sane_incl="`$sane_devel --cflags`"
9686         ac_sane_libs="`$sane_devel --ldflags`"
9687         CPPFLAGS="$CPPFLAGS $ac_sane_incl"
9688     fi
9689     ac_fn_c_check_header_mongrel "$LINENO" "sane/sane.h" "ac_cv_header_sane_sane_h" "$ac_includes_default"
9690 if test "x$ac_cv_header_sane_sane_h" = x""yes; then :
9691   { $as_echo "$as_me:${as_lineno-$LINENO}: checking for -lsane" >&5
9692 $as_echo_n "checking for -lsane... " >&6; }
9693 if test "${ac_cv_lib_soname_sane+set}" = set; then :
9694   $as_echo_n "(cached) " >&6
9695 else
9696   ac_check_soname_save_LIBS=$LIBS
9697 LIBS="-lsane $ac_sane_libs $LIBS"
9698   cat confdefs.h - <<_ACEOF >conftest.$ac_ext
9699 /* end confdefs.h.  */
9700
9701 /* Override any GCC internal prototype to avoid an error.
9702    Use char because int might match the return type of a GCC
9703    builtin and then its argument prototype would still apply.  */
9704 #ifdef __cplusplus
9705 extern "C"
9706 #endif
9707 char sane_init ();
9708 int
9709 main ()
9710 {
9711 return sane_init ();
9712   ;
9713   return 0;
9714 }
9715 _ACEOF
9716 if ac_fn_c_try_link "$LINENO"; then :
9717   case "$LIBEXT" in
9718     dll) ;;
9719     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'` ;;
9720     *) ac_cv_lib_soname_sane=`$ac_cv_path_LDD conftest$ac_exeext | grep "libsane\\.$LIBEXT" | sed -e "s/^.*\(libsane\.$LIBEXT[^  ]*\).*$/\1/"';2,$d'` ;;
9721   esac
9722 fi
9723 rm -f core conftest.err conftest.$ac_objext \
9724     conftest$ac_exeext conftest.$ac_ext
9725   LIBS=$ac_check_soname_save_LIBS
9726 fi
9727 if test "x$ac_cv_lib_soname_sane" = "x"; then :
9728   { $as_echo "$as_me:${as_lineno-$LINENO}: result: not found" >&5
9729 $as_echo "not found" >&6; }
9730
9731 else
9732   { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_soname_sane" >&5
9733 $as_echo "$ac_cv_lib_soname_sane" >&6; }
9734
9735 cat >>confdefs.h <<_ACEOF
9736 #define SONAME_LIBSANE "$ac_cv_lib_soname_sane"
9737 _ACEOF
9738
9739        SANEINCL="$ac_sane_incl"
9740
9741 fi
9742 fi
9743
9744
9745     CPPFLAGS="$ac_save_CPPFLAGS"
9746 fi
9747 if test "x$ac_cv_lib_soname_sane" = "x"; then :
9748   case "x$with_sane" in
9749   x)   wine_notices="$wine_notices|libsane ${notice_platform}development files not found, scanners won't be supported." ;;
9750   xno) ;;
9751   *)   as_fn_error "libsane ${notice_platform}development files not found, scanners won't be supported.
9752 This is an error since --with-sane was requested." "$LINENO" 5 ;;
9753 esac
9754 fi
9755
9756 if test "x$with_gphoto" != "xno"
9757 then
9758     ac_save_CPPFLAGS="$CPPFLAGS"
9759     # Extract the first word of "gphoto2-config", so it can be a program name with args.
9760 set dummy gphoto2-config; ac_word=$2
9761 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
9762 $as_echo_n "checking for $ac_word... " >&6; }
9763 if test "${ac_cv_prog_gphoto2_devel+set}" = set; then :
9764   $as_echo_n "(cached) " >&6
9765 else
9766   if test -n "$gphoto2_devel"; then
9767   ac_cv_prog_gphoto2_devel="$gphoto2_devel" # Let the user override the test.
9768 else
9769 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
9770 for as_dir in $PATH
9771 do
9772   IFS=$as_save_IFS
9773   test -z "$as_dir" && as_dir=.
9774     for ac_exec_ext in '' $ac_executable_extensions; do
9775   if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
9776     ac_cv_prog_gphoto2_devel="gphoto2-config"
9777     $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
9778     break 2
9779   fi
9780 done
9781   done
9782 IFS=$as_save_IFS
9783
9784   test -z "$ac_cv_prog_gphoto2_devel" && ac_cv_prog_gphoto2_devel="no"
9785 fi
9786 fi
9787 gphoto2_devel=$ac_cv_prog_gphoto2_devel
9788 if test -n "$gphoto2_devel"; then
9789   { $as_echo "$as_me:${as_lineno-$LINENO}: result: $gphoto2_devel" >&5
9790 $as_echo "$gphoto2_devel" >&6; }
9791 else
9792   { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
9793 $as_echo "no" >&6; }
9794 fi
9795
9796
9797     # Extract the first word of "gphoto2-port-config", so it can be a program name with args.
9798 set dummy gphoto2-port-config; ac_word=$2
9799 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
9800 $as_echo_n "checking for $ac_word... " >&6; }
9801 if test "${ac_cv_prog_gphoto2port_devel+set}" = set; then :
9802   $as_echo_n "(cached) " >&6
9803 else
9804   if test -n "$gphoto2port_devel"; then
9805   ac_cv_prog_gphoto2port_devel="$gphoto2port_devel" # Let the user override the test.
9806 else
9807 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
9808 for as_dir in $PATH
9809 do
9810   IFS=$as_save_IFS
9811   test -z "$as_dir" && as_dir=.
9812     for ac_exec_ext in '' $ac_executable_extensions; do
9813   if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
9814     ac_cv_prog_gphoto2port_devel="gphoto2-port-config"
9815     $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
9816     break 2
9817   fi
9818 done
9819   done
9820 IFS=$as_save_IFS
9821
9822   test -z "$ac_cv_prog_gphoto2port_devel" && ac_cv_prog_gphoto2port_devel="no"
9823 fi
9824 fi
9825 gphoto2port_devel=$ac_cv_prog_gphoto2port_devel
9826 if test -n "$gphoto2port_devel"; then
9827   { $as_echo "$as_me:${as_lineno-$LINENO}: result: $gphoto2port_devel" >&5
9828 $as_echo "$gphoto2port_devel" >&6; }
9829 else
9830   { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
9831 $as_echo "no" >&6; }
9832 fi
9833
9834
9835     if test "$gphoto2_devel" != "no" -a "$gphoto2port_devel" != "no"
9836     then
9837         ac_gphoto2_incl="`$gphoto2_devel --cflags` `$gphoto2port_devel --cflags`"
9838         ac_gphoto2_libs=""
9839         for i in `$gphoto2_devel --libs` `$gphoto2port_devel --libs`
9840         do
9841             case "$i" in
9842             -L/usr/lib|-L/usr/lib64) ;;
9843             -L*|-l*) ac_gphoto2_libs="$ac_gphoto2_libs $i";;
9844             esac
9845         done
9846         CPPFLAGS="$CPPFLAGS $ac_gphoto2_incl"
9847     fi
9848     ac_gphoto2_libs=${ac_gphoto2_libs:-"-lgphoto2"}
9849     ac_fn_c_check_header_mongrel "$LINENO" "gphoto2-camera.h" "ac_cv_header_gphoto2_camera_h" "$ac_includes_default"
9850 if test "x$ac_cv_header_gphoto2_camera_h" = x""yes; then :
9851   { $as_echo "$as_me:${as_lineno-$LINENO}: checking for gp_camera_new in -lgphoto2" >&5
9852 $as_echo_n "checking for gp_camera_new in -lgphoto2... " >&6; }
9853 if test "${ac_cv_lib_gphoto2_gp_camera_new+set}" = set; then :
9854   $as_echo_n "(cached) " >&6
9855 else
9856   ac_check_lib_save_LIBS=$LIBS
9857 LIBS="-lgphoto2 $ac_gphoto2_libs $LIBS"
9858 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
9859 /* end confdefs.h.  */
9860
9861 /* Override any GCC internal prototype to avoid an error.
9862    Use char because int might match the return type of a GCC
9863    builtin and then its argument prototype would still apply.  */
9864 #ifdef __cplusplus
9865 extern "C"
9866 #endif
9867 char gp_camera_new ();
9868 int
9869 main ()
9870 {
9871 return gp_camera_new ();
9872   ;
9873   return 0;
9874 }
9875 _ACEOF
9876 if ac_fn_c_try_link "$LINENO"; then :
9877   ac_cv_lib_gphoto2_gp_camera_new=yes
9878 else
9879   ac_cv_lib_gphoto2_gp_camera_new=no
9880 fi
9881 rm -f core conftest.err conftest.$ac_objext \
9882     conftest$ac_exeext conftest.$ac_ext
9883 LIBS=$ac_check_lib_save_LIBS
9884 fi
9885 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_gphoto2_gp_camera_new" >&5
9886 $as_echo "$ac_cv_lib_gphoto2_gp_camera_new" >&6; }
9887 if test "x$ac_cv_lib_gphoto2_gp_camera_new" = x""yes; then :
9888
9889 $as_echo "#define HAVE_GPHOTO2 1" >>confdefs.h
9890
9891                                    GPHOTO2LIBS="$ac_gphoto2_libs"
9892
9893                                    GPHOTO2INCL="$ac_gphoto2_incl"
9894
9895 fi
9896
9897 fi
9898
9899
9900     CPPFLAGS="$ac_save_CPPFLAGS"
9901 fi
9902 if test "$ac_cv_lib_gphoto2_gp_camera_new" != "yes"; then :
9903   case "x$with_gphoto" in
9904   x)   wine_notices="$wine_notices|libgphoto2 ${notice_platform}development files not found, digital cameras won't be supported." ;;
9905   xno) ;;
9906   *)   as_fn_error "libgphoto2 ${notice_platform}development files not found, digital cameras won't be supported.
9907 This is an error since --with-gphoto was requested." "$LINENO" 5 ;;
9908 esac
9909 fi
9910
9911
9912 RESOLVLIBS=""
9913
9914 if test "$ac_cv_header_resolv_h" = "yes"
9915 then
9916     ac_save_LIBS="$LIBS"
9917     LIBS="$LIBS -lresolv"
9918     cat confdefs.h - <<_ACEOF >conftest.$ac_ext
9919 /* end confdefs.h.  */
9920 #ifdef HAVE_NETINET_IN_H
9921 #include <netinet/in.h>
9922 #endif
9923 #include <resolv.h>
9924 int
9925 main ()
9926 {
9927 res_init();
9928   ;
9929   return 0;
9930 }
9931 _ACEOF
9932 if ac_fn_c_try_link "$LINENO"; then :
9933
9934 $as_echo "#define HAVE_RESOLV 1" >>confdefs.h
9935
9936          RESOLVLIBS="-lresolv"
9937 fi
9938 rm -f core conftest.err conftest.$ac_objext \
9939     conftest$ac_exeext conftest.$ac_ext
9940     LIBS="$ac_save_LIBS"
9941 fi
9942
9943 LCMSLIBS=""
9944
9945 if test "$ac_cv_header_lcms_h" = "yes" -o "$ac_cv_header_lcms_lcms_h" = "yes"
9946 then
9947     { $as_echo "$as_me:${as_lineno-$LINENO}: checking for cmsOpenProfileFromFile in -llcms" >&5
9948 $as_echo_n "checking for cmsOpenProfileFromFile in -llcms... " >&6; }
9949 if test "${ac_cv_lib_lcms_cmsOpenProfileFromFile+set}" = set; then :
9950   $as_echo_n "(cached) " >&6
9951 else
9952   ac_check_lib_save_LIBS=$LIBS
9953 LIBS="-llcms  $LIBS"
9954 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
9955 /* end confdefs.h.  */
9956
9957 /* Override any GCC internal prototype to avoid an error.
9958    Use char because int might match the return type of a GCC
9959    builtin and then its argument prototype would still apply.  */
9960 #ifdef __cplusplus
9961 extern "C"
9962 #endif
9963 char cmsOpenProfileFromFile ();
9964 int
9965 main ()
9966 {
9967 return cmsOpenProfileFromFile ();
9968   ;
9969   return 0;
9970 }
9971 _ACEOF
9972 if ac_fn_c_try_link "$LINENO"; then :
9973   ac_cv_lib_lcms_cmsOpenProfileFromFile=yes
9974 else
9975   ac_cv_lib_lcms_cmsOpenProfileFromFile=no
9976 fi
9977 rm -f core conftest.err conftest.$ac_objext \
9978     conftest$ac_exeext conftest.$ac_ext
9979 LIBS=$ac_check_lib_save_LIBS
9980 fi
9981 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_lcms_cmsOpenProfileFromFile" >&5
9982 $as_echo "$ac_cv_lib_lcms_cmsOpenProfileFromFile" >&6; }
9983 if test "x$ac_cv_lib_lcms_cmsOpenProfileFromFile" = x""yes; then :
9984
9985 $as_echo "#define HAVE_LCMS 1" >>confdefs.h
9986
9987          LCMSLIBS="-llcms"
9988 fi
9989
9990 fi
9991 if test "$ac_cv_lib_lcms_cmsOpenProfileFromFile" != "yes"; then :
9992   case "x$with_cms" in
9993   x)   wine_notices="$wine_notices|liblcms ${notice_platform}development files not found, Color Management won't be supported." ;;
9994   xno) ;;
9995   *)   as_fn_error "liblcms ${notice_platform}development files not found, Color Management won't be supported.
9996 This is an error since --with-cms was requested." "$LINENO" 5 ;;
9997 esac
9998 fi
9999
10000 if test "x$with_freetype" != "xno"
10001 then
10002     for ac_prog in freetype-config freetype2-config
10003 do
10004   # Extract the first word of "$ac_prog", so it can be a program name with args.
10005 set dummy $ac_prog; ac_word=$2
10006 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
10007 $as_echo_n "checking for $ac_word... " >&6; }
10008 if test "${ac_cv_prog_ft_devel+set}" = set; then :
10009   $as_echo_n "(cached) " >&6
10010 else
10011   if test -n "$ft_devel"; then
10012   ac_cv_prog_ft_devel="$ft_devel" # Let the user override the test.
10013 else
10014 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
10015 for as_dir in $PATH
10016 do
10017   IFS=$as_save_IFS
10018   test -z "$as_dir" && as_dir=.
10019     for ac_exec_ext in '' $ac_executable_extensions; do
10020   if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
10021     ac_cv_prog_ft_devel="$ac_prog"
10022     $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
10023     break 2
10024   fi
10025 done
10026   done
10027 IFS=$as_save_IFS
10028
10029 fi
10030 fi
10031 ft_devel=$ac_cv_prog_ft_devel
10032 if test -n "$ft_devel"; then
10033   { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ft_devel" >&5
10034 $as_echo "$ft_devel" >&6; }
10035 else
10036   { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
10037 $as_echo "no" >&6; }
10038 fi
10039
10040
10041   test -n "$ft_devel" && break
10042 done
10043 test -n "$ft_devel" || ft_devel="no"
10044
10045     if test "$ft_devel" != "no"
10046     then
10047         ac_freetype_incl=`$ft_devel --cflags`
10048         ac_freetype_libs=`$ft_devel --libs`
10049     fi
10050     ac_freetype_libs=${ac_freetype_libs:-"-lfreetype"}
10051     { $as_echo "$as_me:${as_lineno-$LINENO}: checking for -lfreetype" >&5
10052 $as_echo_n "checking for -lfreetype... " >&6; }
10053 if test "${ac_cv_lib_soname_freetype+set}" = set; then :
10054   $as_echo_n "(cached) " >&6
10055 else
10056   ac_check_soname_save_LIBS=$LIBS
10057 LIBS="-lfreetype $ac_freetype_libs $LIBS"
10058   cat confdefs.h - <<_ACEOF >conftest.$ac_ext
10059 /* end confdefs.h.  */
10060
10061 /* Override any GCC internal prototype to avoid an error.
10062    Use char because int might match the return type of a GCC
10063    builtin and then its argument prototype would still apply.  */
10064 #ifdef __cplusplus
10065 extern "C"
10066 #endif
10067 char FT_Init_FreeType ();
10068 int
10069 main ()
10070 {
10071 return FT_Init_FreeType ();
10072   ;
10073   return 0;
10074 }
10075 _ACEOF
10076 if ac_fn_c_try_link "$LINENO"; then :
10077   case "$LIBEXT" in
10078     dll) ;;
10079     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'` ;;
10080     *) ac_cv_lib_soname_freetype=`$ac_cv_path_LDD conftest$ac_exeext | grep "libfreetype\\.$LIBEXT" | sed -e "s/^.*\(libfreetype\.$LIBEXT[^      ]*\).*$/\1/"';2,$d'` ;;
10081   esac
10082 fi
10083 rm -f core conftest.err conftest.$ac_objext \
10084     conftest$ac_exeext conftest.$ac_ext
10085   LIBS=$ac_check_soname_save_LIBS
10086 fi
10087 if test "x$ac_cv_lib_soname_freetype" = "x"; then :
10088   { $as_echo "$as_me:${as_lineno-$LINENO}: result: not found" >&5
10089 $as_echo "not found" >&6; }
10090        ft_lib=no
10091 else
10092   { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_soname_freetype" >&5
10093 $as_echo "$ac_cv_lib_soname_freetype" >&6; }
10094
10095 cat >>confdefs.h <<_ACEOF
10096 #define SONAME_LIBFREETYPE "$ac_cv_lib_soname_freetype"
10097 _ACEOF
10098
10099        ft_lib=yes
10100 fi
10101     if test "$ft_lib" = "yes"
10102     then
10103         ac_save_CPPFLAGS="$CPPFLAGS"
10104         CPPFLAGS="$ac_freetype_incl $CPPFLAGS"
10105         for ac_header in ft2build.h \
10106                          freetype/freetype.h \
10107                          freetype/ftglyph.h \
10108                          freetype/fttypes.h \
10109                          freetype/tttables.h \
10110                          freetype/ftsnames.h \
10111                          freetype/ttnameid.h \
10112                          freetype/ftoutln.h \
10113                          freetype/ftwinfnt.h \
10114                          freetype/ftmodapi.h \
10115                          freetype/ftlcdfil.h \
10116                          freetype/internal/sfnt.h
10117 do :
10118   as_ac_Header=`$as_echo "ac_cv_header_$ac_header" | $as_tr_sh`
10119 ac_fn_c_check_header_compile "$LINENO" "$ac_header" "$as_ac_Header" "#ifdef HAVE_FT2BUILD_H
10120                           # include <ft2build.h>
10121                           #endif
10122 "
10123 eval as_val=\$$as_ac_Header
10124    if test "x$as_val" = x""yes; then :
10125   cat >>confdefs.h <<_ACEOF
10126 #define `$as_echo "HAVE_$ac_header" | $as_tr_cpp` 1
10127 _ACEOF
10128
10129 fi
10130
10131 done
10132
10133         cat confdefs.h - <<_ACEOF >conftest.$ac_ext
10134 /* end confdefs.h.  */
10135 #include <ft2build.h>
10136                     #include <freetype/fttrigon.h>
10137 _ACEOF
10138 if ac_fn_c_try_cpp "$LINENO"; then :
10139
10140 $as_echo "#define HAVE_FREETYPE_FTTRIGON_H 1" >>confdefs.h
10141
10142                     wine_cv_fttrigon=yes
10143 else
10144   wine_cv_fttrigon=no
10145 fi
10146 rm -f conftest.err conftest.$ac_ext
10147         ac_fn_c_check_type "$LINENO" "FT_TrueTypeEngineType" "ac_cv_type_FT_TrueTypeEngineType" "#include <freetype/ftmodapi.h>
10148 "
10149 if test "x$ac_cv_type_FT_TrueTypeEngineType" = x""yes; then :
10150
10151 cat >>confdefs.h <<_ACEOF
10152 #define HAVE_FT_TRUETYPEENGINETYPE 1
10153 _ACEOF
10154
10155
10156 fi
10157
10158         ac_save_CFLAGS="$CFLAGS"
10159         CFLAGS="$CFLAGS $ac_freetype_libs"
10160         for ac_func in FT_Load_Sfnt_Table
10161 do :
10162   ac_fn_c_check_func "$LINENO" "FT_Load_Sfnt_Table" "ac_cv_func_FT_Load_Sfnt_Table"
10163 if test "x$ac_cv_func_FT_Load_Sfnt_Table" = x""yes; then :
10164   cat >>confdefs.h <<_ACEOF
10165 #define HAVE_FT_LOAD_SFNT_TABLE 1
10166 _ACEOF
10167
10168 fi
10169 done
10170
10171         CFLAGS="$ac_save_CFLAGS"
10172         CPPFLAGS="$ac_save_CPPFLAGS"
10173                 if test "$ac_cv_header_freetype_freetype_h" = "yes" -a "$wine_cv_fttrigon" = "yes"
10174         then
10175
10176 $as_echo "#define HAVE_FREETYPE 1" >>confdefs.h
10177
10178             FREETYPELIBS="$ac_freetype_libs"
10179
10180             FREETYPEINCL="$ac_freetype_incl"
10181
10182         fi
10183     fi
10184 fi
10185 if test "x$FREETYPELIBS" = "x"; then :
10186   case "x$with_freetype" in
10187   xno) ;;
10188   *)   as_fn_error "FreeType ${notice_platform}development files not found. Fonts will not be built.
10189 Use the --without-freetype option if you really want this." "$LINENO" 5 ;;
10190 esac
10191 fi
10192 test "x$FREETYPELIBS" = "x" && enable_fonts=${enable_fonts:-no}
10193
10194 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for parport header/ppdev.h" >&5
10195 $as_echo_n "checking for parport header/ppdev.h... " >&6; }
10196 if test "${ac_cv_c_ppdev+set}" = set; then :
10197   $as_echo_n "(cached) " >&6
10198 else
10199   cat confdefs.h - <<_ACEOF >conftest.$ac_ext
10200 /* end confdefs.h.  */
10201 #include <linux/ppdev.h>
10202 int
10203 main ()
10204 {
10205 ioctl (1,PPCLAIM,0)
10206   ;
10207   return 0;
10208 }
10209 _ACEOF
10210 if ac_fn_c_try_compile "$LINENO"; then :
10211   ac_cv_c_ppdev="yes"
10212 else
10213   ac_cv_c_ppdev="no"
10214 fi
10215 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
10216 fi
10217 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_c_ppdev" >&5
10218 $as_echo "$ac_cv_c_ppdev" >&6; }
10219 if test "$ac_cv_c_ppdev" = "yes"
10220 then
10221
10222 $as_echo "#define HAVE_PPDEV 1" >>confdefs.h
10223
10224 fi
10225
10226 ac_wine_check_funcs_save_LIBS="$LIBS"
10227 LIBS="$LIBS $LIBPTHREAD"
10228 for ac_func in \
10229         pthread_attr_get_np \
10230         pthread_getattr_np \
10231         pthread_get_stackaddr_np \
10232         pthread_get_stacksize_np
10233 do :
10234   as_ac_var=`$as_echo "ac_cv_func_$ac_func" | $as_tr_sh`
10235 ac_fn_c_check_func "$LINENO" "$ac_func" "$as_ac_var"
10236 eval as_val=\$$as_ac_var
10237    if test "x$as_val" = x""yes; then :
10238   cat >>confdefs.h <<_ACEOF
10239 #define `$as_echo "HAVE_$ac_func" | $as_tr_cpp` 1
10240 _ACEOF
10241
10242 fi
10243 done
10244
10245 LIBS="$ac_wine_check_funcs_save_LIBS"
10246
10247 if test "$ac_cv_header_zlib_h" = "yes"
10248 then
10249     { $as_echo "$as_me:${as_lineno-$LINENO}: checking for inflate in -lz" >&5
10250 $as_echo_n "checking for inflate in -lz... " >&6; }
10251 if test "${ac_cv_lib_z_inflate+set}" = set; then :
10252   $as_echo_n "(cached) " >&6
10253 else
10254   ac_check_lib_save_LIBS=$LIBS
10255 LIBS="-lz  $LIBS"
10256 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
10257 /* end confdefs.h.  */
10258
10259 /* Override any GCC internal prototype to avoid an error.
10260    Use char because int might match the return type of a GCC
10261    builtin and then its argument prototype would still apply.  */
10262 #ifdef __cplusplus
10263 extern "C"
10264 #endif
10265 char inflate ();
10266 int
10267 main ()
10268 {
10269 return inflate ();
10270   ;
10271   return 0;
10272 }
10273 _ACEOF
10274 if ac_fn_c_try_link "$LINENO"; then :
10275   ac_cv_lib_z_inflate=yes
10276 else
10277   ac_cv_lib_z_inflate=no
10278 fi
10279 rm -f core conftest.err conftest.$ac_objext \
10280     conftest$ac_exeext conftest.$ac_ext
10281 LIBS=$ac_check_lib_save_LIBS
10282 fi
10283 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_z_inflate" >&5
10284 $as_echo "$ac_cv_lib_z_inflate" >&6; }
10285 if test "x$ac_cv_lib_z_inflate" = x""yes; then :
10286
10287 $as_echo "#define HAVE_ZLIB 1" >>confdefs.h
10288
10289                             ZLIB="-lz"
10290
10291 fi
10292
10293 fi
10294
10295 if test "x$with_esd" != xno
10296 then
10297     save_CFLAGS="$CFLAGS"
10298     # Extract the first word of "esd-config", so it can be a program name with args.
10299 set dummy esd-config; ac_word=$2
10300 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
10301 $as_echo_n "checking for $ac_word... " >&6; }
10302 if test "${ac_cv_path_ESDCONFIG+set}" = set; then :
10303   $as_echo_n "(cached) " >&6
10304 else
10305   case $ESDCONFIG in
10306   [\\/]* | ?:[\\/]*)
10307   ac_cv_path_ESDCONFIG="$ESDCONFIG" # Let the user override the test with a path.
10308   ;;
10309   *)
10310   as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
10311 for as_dir in $PATH
10312 do
10313   IFS=$as_save_IFS
10314   test -z "$as_dir" && as_dir=.
10315     for ac_exec_ext in '' $ac_executable_extensions; do
10316   if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
10317     ac_cv_path_ESDCONFIG="$as_dir/$ac_word$ac_exec_ext"
10318     $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
10319     break 2
10320   fi
10321 done
10322   done
10323 IFS=$as_save_IFS
10324
10325   test -z "$ac_cv_path_ESDCONFIG" && ac_cv_path_ESDCONFIG="no"
10326   ;;
10327 esac
10328 fi
10329 ESDCONFIG=$ac_cv_path_ESDCONFIG
10330 if test -n "$ESDCONFIG"; then
10331   { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ESDCONFIG" >&5
10332 $as_echo "$ESDCONFIG" >&6; }
10333 else
10334   { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
10335 $as_echo "no" >&6; }
10336 fi
10337
10338
10339     if test "x$ESDCONFIG" != "xno"
10340     then
10341         ac_esd_incl=""
10342         for i in `$ESDCONFIG --cflags`
10343         do
10344             case "$i" in
10345                 -I*) ac_esd_incl="$ac_esd_incl $i";;
10346             esac
10347         done
10348         ac_esd_libs=`$ESDCONFIG --libs`
10349         CFLAGS="$CFLAGS $ac_esd_incl"
10350     fi
10351     ac_esd_libs=${ac_esd_libs:-"-lesd"}
10352     ac_fn_c_check_header_mongrel "$LINENO" "esd.h" "ac_cv_header_esd_h" "$ac_includes_default"
10353 if test "x$ac_cv_header_esd_h" = x""yes; then :
10354   { $as_echo "$as_me:${as_lineno-$LINENO}: checking for esd_open_sound in -lesd" >&5
10355 $as_echo_n "checking for esd_open_sound in -lesd... " >&6; }
10356 if test "${ac_cv_lib_esd_esd_open_sound+set}" = set; then :
10357   $as_echo_n "(cached) " >&6
10358 else
10359   ac_check_lib_save_LIBS=$LIBS
10360 LIBS="-lesd $ac_esd_libs $LIBS"
10361 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
10362 /* end confdefs.h.  */
10363
10364 /* Override any GCC internal prototype to avoid an error.
10365    Use char because int might match the return type of a GCC
10366    builtin and then its argument prototype would still apply.  */
10367 #ifdef __cplusplus
10368 extern "C"
10369 #endif
10370 char esd_open_sound ();
10371 int
10372 main ()
10373 {
10374 return esd_open_sound ();
10375   ;
10376   return 0;
10377 }
10378 _ACEOF
10379 if ac_fn_c_try_link "$LINENO"; then :
10380   ac_cv_lib_esd_esd_open_sound=yes
10381 else
10382   ac_cv_lib_esd_esd_open_sound=no
10383 fi
10384 rm -f core conftest.err conftest.$ac_objext \
10385     conftest$ac_exeext conftest.$ac_ext
10386 LIBS=$ac_check_lib_save_LIBS
10387 fi
10388 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_esd_esd_open_sound" >&5
10389 $as_echo "$ac_cv_lib_esd_esd_open_sound" >&6; }
10390 if test "x$ac_cv_lib_esd_esd_open_sound" = x""yes; then :
10391   ESDINCL="$ac_esd_incl"
10392
10393              ESDLIBS="$ac_esd_libs"
10394
10395
10396 $as_echo "#define HAVE_ESD 1" >>confdefs.h
10397
10398 fi
10399
10400 fi
10401
10402
10403     CFLAGS="$save_CFLAGS"
10404 fi
10405
10406 ALSALIBS=""
10407
10408 if test "$ac_cv_header_sys_asoundlib_h" = "yes" -o "$ac_cv_header_alsa_asoundlib_h" = "yes"
10409 then
10410     { $as_echo "$as_me:${as_lineno-$LINENO}: checking for snd_pcm_hw_params_get_access in -lasound" >&5
10411 $as_echo_n "checking for snd_pcm_hw_params_get_access in -lasound... " >&6; }
10412 if test "${ac_cv_lib_asound_snd_pcm_hw_params_get_access+set}" = set; then :
10413   $as_echo_n "(cached) " >&6
10414 else
10415   ac_check_lib_save_LIBS=$LIBS
10416 LIBS="-lasound  $LIBS"
10417 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
10418 /* end confdefs.h.  */
10419
10420 /* Override any GCC internal prototype to avoid an error.
10421    Use char because int might match the return type of a GCC
10422    builtin and then its argument prototype would still apply.  */
10423 #ifdef __cplusplus
10424 extern "C"
10425 #endif
10426 char snd_pcm_hw_params_get_access ();
10427 int
10428 main ()
10429 {
10430 return snd_pcm_hw_params_get_access ();
10431   ;
10432   return 0;
10433 }
10434 _ACEOF
10435 if ac_fn_c_try_link "$LINENO"; then :
10436   ac_cv_lib_asound_snd_pcm_hw_params_get_access=yes
10437 else
10438   ac_cv_lib_asound_snd_pcm_hw_params_get_access=no
10439 fi
10440 rm -f core conftest.err conftest.$ac_objext \
10441     conftest$ac_exeext conftest.$ac_ext
10442 LIBS=$ac_check_lib_save_LIBS
10443 fi
10444 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_asound_snd_pcm_hw_params_get_access" >&5
10445 $as_echo "$ac_cv_lib_asound_snd_pcm_hw_params_get_access" >&6; }
10446 if test "x$ac_cv_lib_asound_snd_pcm_hw_params_get_access" = x""yes; then :
10447   cat confdefs.h - <<_ACEOF >conftest.$ac_ext
10448 /* end confdefs.h.  */
10449 #ifdef HAVE_ALSA_ASOUNDLIB_H
10450 #include <alsa/asoundlib.h>
10451 #elif defined(HAVE_SYS_ASOUNDLIB_H)
10452 #include <sys/asoundlib.h>
10453 #endif
10454 int
10455 main ()
10456 {
10457 int ret = snd_pcm_hw_params_get_access(NULL, NULL)
10458   ;
10459   return 0;
10460 }
10461 _ACEOF
10462 if ac_fn_c_try_compile "$LINENO"; then :
10463
10464 $as_echo "#define HAVE_ALSA 1" >>confdefs.h
10465
10466                          ALSALIBS="-lasound"
10467 fi
10468 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
10469 fi
10470
10471 fi
10472
10473 AUDIOIOLIBS=""
10474
10475 if test "$ac_cv_header_libaudioio_h" = "yes"
10476 then
10477     { $as_echo "$as_me:${as_lineno-$LINENO}: checking for AudioIOGetVersion in -laudioio" >&5
10478 $as_echo_n "checking for AudioIOGetVersion in -laudioio... " >&6; }
10479 if test "${ac_cv_lib_audioio_AudioIOGetVersion+set}" = set; then :
10480   $as_echo_n "(cached) " >&6
10481 else
10482   ac_check_lib_save_LIBS=$LIBS
10483 LIBS="-laudioio  $LIBS"
10484 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
10485 /* end confdefs.h.  */
10486
10487 /* Override any GCC internal prototype to avoid an error.
10488    Use char because int might match the return type of a GCC
10489    builtin and then its argument prototype would still apply.  */
10490 #ifdef __cplusplus
10491 extern "C"
10492 #endif
10493 char AudioIOGetVersion ();
10494 int
10495 main ()
10496 {
10497 return AudioIOGetVersion ();
10498   ;
10499   return 0;
10500 }
10501 _ACEOF
10502 if ac_fn_c_try_link "$LINENO"; then :
10503   ac_cv_lib_audioio_AudioIOGetVersion=yes
10504 else
10505   ac_cv_lib_audioio_AudioIOGetVersion=no
10506 fi
10507 rm -f core conftest.err conftest.$ac_objext \
10508     conftest$ac_exeext conftest.$ac_ext
10509 LIBS=$ac_check_lib_save_LIBS
10510 fi
10511 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_audioio_AudioIOGetVersion" >&5
10512 $as_echo "$ac_cv_lib_audioio_AudioIOGetVersion" >&6; }
10513 if test "x$ac_cv_lib_audioio_AudioIOGetVersion" = x""yes; then :
10514   AUDIOIOLIBS="-laudioio"
10515
10516 $as_echo "#define HAVE_LIBAUDIOIO 1" >>confdefs.h
10517
10518 fi
10519
10520 fi
10521
10522
10523 if test "$ac_cv_header_capi20_h" = "yes" -a "$ac_cv_header_linux_capi_h" = "yes"
10524 then
10525     { $as_echo "$as_me:${as_lineno-$LINENO}: checking for -lcapi20" >&5
10526 $as_echo_n "checking for -lcapi20... " >&6; }
10527 if test "${ac_cv_lib_soname_capi20+set}" = set; then :
10528   $as_echo_n "(cached) " >&6
10529 else
10530   ac_check_soname_save_LIBS=$LIBS
10531 LIBS="-lcapi20  $LIBS"
10532   cat confdefs.h - <<_ACEOF >conftest.$ac_ext
10533 /* end confdefs.h.  */
10534
10535 /* Override any GCC internal prototype to avoid an error.
10536    Use char because int might match the return type of a GCC
10537    builtin and then its argument prototype would still apply.  */
10538 #ifdef __cplusplus
10539 extern "C"
10540 #endif
10541 char capi20_register ();
10542 int
10543 main ()
10544 {
10545 return capi20_register ();
10546   ;
10547   return 0;
10548 }
10549 _ACEOF
10550 if ac_fn_c_try_link "$LINENO"; then :
10551   case "$LIBEXT" in
10552     dll) ;;
10553     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'` ;;
10554     *) ac_cv_lib_soname_capi20=`$ac_cv_path_LDD conftest$ac_exeext | grep "libcapi20\\.$LIBEXT" | sed -e "s/^.*\(libcapi20\.$LIBEXT[^    ]*\).*$/\1/"';2,$d'` ;;
10555   esac
10556 fi
10557 rm -f core conftest.err conftest.$ac_objext \
10558     conftest$ac_exeext conftest.$ac_ext
10559   LIBS=$ac_check_soname_save_LIBS
10560 fi
10561 if test "x$ac_cv_lib_soname_capi20" = "x"; then :
10562   { $as_echo "$as_me:${as_lineno-$LINENO}: result: not found" >&5
10563 $as_echo "not found" >&6; }
10564
10565 else
10566   { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_soname_capi20" >&5
10567 $as_echo "$ac_cv_lib_soname_capi20" >&6; }
10568
10569 cat >>confdefs.h <<_ACEOF
10570 #define SONAME_LIBCAPI20 "$ac_cv_lib_soname_capi20"
10571 _ACEOF
10572
10573
10574 fi
10575 fi
10576 if test "x$ac_cv_lib_soname_capi20" = "x"; then :
10577   case "x$with_capi" in
10578   x)   wine_notices="$wine_notices|libcapi20 ${notice_platform}development files not found, ISDN won't be supported." ;;
10579   xno) ;;
10580   *)   as_fn_error "libcapi20 ${notice_platform}development files not found, ISDN won't be supported.
10581 This is an error since --with-capi was requested." "$LINENO" 5 ;;
10582 esac
10583 fi
10584
10585 CUPSINCL=""
10586
10587 if test "x$with_cups" != "xno"
10588 then
10589     ac_save_CPPFLAGS="$CPPFLAGS"
10590     ac_cups_cflags=`cups-config --cflags 2>/dev/null`
10591     ac_cups_libs=`cups-config --ldflags 2>/dev/null`
10592     CPPFLAGS="$CPPFLAGS $ac_cups_cflags"
10593     for ac_header in cups/cups.h
10594 do :
10595   ac_fn_c_check_header_mongrel "$LINENO" "cups/cups.h" "ac_cv_header_cups_cups_h" "$ac_includes_default"
10596 if test "x$ac_cv_header_cups_cups_h" = x""yes; then :
10597   cat >>confdefs.h <<_ACEOF
10598 #define HAVE_CUPS_CUPS_H 1
10599 _ACEOF
10600  { $as_echo "$as_me:${as_lineno-$LINENO}: checking for -lcups" >&5
10601 $as_echo_n "checking for -lcups... " >&6; }
10602 if test "${ac_cv_lib_soname_cups+set}" = set; then :
10603   $as_echo_n "(cached) " >&6
10604 else
10605   ac_check_soname_save_LIBS=$LIBS
10606 LIBS="-lcups $ac_cups_libs $LIBS"
10607   cat confdefs.h - <<_ACEOF >conftest.$ac_ext
10608 /* end confdefs.h.  */
10609
10610 /* Override any GCC internal prototype to avoid an error.
10611    Use char because int might match the return type of a GCC
10612    builtin and then its argument prototype would still apply.  */
10613 #ifdef __cplusplus
10614 extern "C"
10615 #endif
10616 char cupsGetDefault ();
10617 int
10618 main ()
10619 {
10620 return cupsGetDefault ();
10621   ;
10622   return 0;
10623 }
10624 _ACEOF
10625 if ac_fn_c_try_link "$LINENO"; then :
10626   case "$LIBEXT" in
10627     dll) ;;
10628     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'` ;;
10629     *) ac_cv_lib_soname_cups=`$ac_cv_path_LDD conftest$ac_exeext | grep "libcups\\.$LIBEXT" | sed -e "s/^.*\(libcups\.$LIBEXT[^  ]*\).*$/\1/"';2,$d'` ;;
10630   esac
10631 fi
10632 rm -f core conftest.err conftest.$ac_objext \
10633     conftest$ac_exeext conftest.$ac_ext
10634   LIBS=$ac_check_soname_save_LIBS
10635 fi
10636 if test "x$ac_cv_lib_soname_cups" = "x"; then :
10637   { $as_echo "$as_me:${as_lineno-$LINENO}: result: not found" >&5
10638 $as_echo "not found" >&6; }
10639
10640 else
10641   { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_soname_cups" >&5
10642 $as_echo "$ac_cv_lib_soname_cups" >&6; }
10643
10644 cat >>confdefs.h <<_ACEOF
10645 #define SONAME_LIBCUPS "$ac_cv_lib_soname_cups"
10646 _ACEOF
10647
10648        CUPSINCL="$ac_cups_cflags"
10649 fi
10650 fi
10651
10652 done
10653
10654     CPPFLAGS="$ac_save_CPPFLAGS"
10655 fi
10656 if test "x$ac_cv_lib_soname_cups" = "x"; then :
10657   case "x$with_cups" in
10658   x)   wine_notices="$wine_notices|libcups ${notice_platform}development files not found, CUPS won't be supported." ;;
10659   xno) ;;
10660   *)   as_fn_error "libcups ${notice_platform}development files not found, CUPS won't be supported.
10661 This is an error since --with-cups was requested." "$LINENO" 5 ;;
10662 esac
10663 fi
10664
10665 if test "$ac_cv_header_jack_jack_h" = "yes"
10666 then
10667     { $as_echo "$as_me:${as_lineno-$LINENO}: checking for -ljack" >&5
10668 $as_echo_n "checking for -ljack... " >&6; }
10669 if test "${ac_cv_lib_soname_jack+set}" = set; then :
10670   $as_echo_n "(cached) " >&6
10671 else
10672   ac_check_soname_save_LIBS=$LIBS
10673 LIBS="-ljack  $LIBS"
10674   cat confdefs.h - <<_ACEOF >conftest.$ac_ext
10675 /* end confdefs.h.  */
10676
10677 /* Override any GCC internal prototype to avoid an error.
10678    Use char because int might match the return type of a GCC
10679    builtin and then its argument prototype would still apply.  */
10680 #ifdef __cplusplus
10681 extern "C"
10682 #endif
10683 char jack_client_new ();
10684 int
10685 main ()
10686 {
10687 return jack_client_new ();
10688   ;
10689   return 0;
10690 }
10691 _ACEOF
10692 if ac_fn_c_try_link "$LINENO"; then :
10693   case "$LIBEXT" in
10694     dll) ;;
10695     dylib) ac_cv_lib_soname_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'` ;;
10696     *) 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'` ;;
10697   esac
10698 fi
10699 rm -f core conftest.err conftest.$ac_objext \
10700     conftest$ac_exeext conftest.$ac_ext
10701   LIBS=$ac_check_soname_save_LIBS
10702 fi
10703 if test "x$ac_cv_lib_soname_jack" = "x"; then :
10704   { $as_echo "$as_me:${as_lineno-$LINENO}: result: not found" >&5
10705 $as_echo "not found" >&6; }
10706
10707 else
10708   { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_soname_jack" >&5
10709 $as_echo "$ac_cv_lib_soname_jack" >&6; }
10710
10711 cat >>confdefs.h <<_ACEOF
10712 #define SONAME_LIBJACK "$ac_cv_lib_soname_jack"
10713 _ACEOF
10714
10715
10716 fi
10717 fi
10718
10719 if test "$ac_cv_header_fontconfig_fontconfig_h" = "yes"
10720 then
10721     { $as_echo "$as_me:${as_lineno-$LINENO}: checking for -lfontconfig" >&5
10722 $as_echo_n "checking for -lfontconfig... " >&6; }
10723 if test "${ac_cv_lib_soname_fontconfig+set}" = set; then :
10724   $as_echo_n "(cached) " >&6
10725 else
10726   ac_check_soname_save_LIBS=$LIBS
10727 LIBS="-lfontconfig  $LIBS"
10728   cat confdefs.h - <<_ACEOF >conftest.$ac_ext
10729 /* end confdefs.h.  */
10730
10731 /* Override any GCC internal prototype to avoid an error.
10732    Use char because int might match the return type of a GCC
10733    builtin and then its argument prototype would still apply.  */
10734 #ifdef __cplusplus
10735 extern "C"
10736 #endif
10737 char FcInit ();
10738 int
10739 main ()
10740 {
10741 return FcInit ();
10742   ;
10743   return 0;
10744 }
10745 _ACEOF
10746 if ac_fn_c_try_link "$LINENO"; then :
10747   case "$LIBEXT" in
10748     dll) ;;
10749     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'` ;;
10750     *) ac_cv_lib_soname_fontconfig=`$ac_cv_path_LDD conftest$ac_exeext | grep "libfontconfig\\.$LIBEXT" | sed -e "s/^.*\(libfontconfig\.$LIBEXT[^        ]*\).*$/\1/"';2,$d'` ;;
10751   esac
10752 fi
10753 rm -f core conftest.err conftest.$ac_objext \
10754     conftest$ac_exeext conftest.$ac_ext
10755   LIBS=$ac_check_soname_save_LIBS
10756 fi
10757 if test "x$ac_cv_lib_soname_fontconfig" = "x"; then :
10758   { $as_echo "$as_me:${as_lineno-$LINENO}: result: not found" >&5
10759 $as_echo "not found" >&6; }
10760
10761 else
10762   { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_soname_fontconfig" >&5
10763 $as_echo "$ac_cv_lib_soname_fontconfig" >&6; }
10764
10765 cat >>confdefs.h <<_ACEOF
10766 #define SONAME_LIBFONTCONFIG "$ac_cv_lib_soname_fontconfig"
10767 _ACEOF
10768
10769
10770 fi
10771 elif test -n "$X_CFLAGS" -a "x$with_fontconfig" != "xno"
10772 then
10773         ac_save_CPPFLAGS="$CPPFLAGS"
10774     CPPFLAGS="$CPPFLAGS $X_CFLAGS"
10775     $as_unset ac_cv_header_fontconfig_fontconfig_h
10776     for ac_header in fontconfig/fontconfig.h
10777 do :
10778   ac_fn_c_check_header_mongrel "$LINENO" "fontconfig/fontconfig.h" "ac_cv_header_fontconfig_fontconfig_h" "$ac_includes_default"
10779 if test "x$ac_cv_header_fontconfig_fontconfig_h" = x""yes; then :
10780   cat >>confdefs.h <<_ACEOF
10781 #define HAVE_FONTCONFIG_FONTCONFIG_H 1
10782 _ACEOF
10783
10784 fi
10785
10786 done
10787
10788     CPPFLAGS="$ac_save_CPPFLAGS"
10789     if test "$ac_cv_header_fontconfig_fontconfig_h" = "yes"
10790     then
10791         FONTCONFIGINCL="$X_CFLAGS"
10792
10793         { $as_echo "$as_me:${as_lineno-$LINENO}: checking for -lfontconfig" >&5
10794 $as_echo_n "checking for -lfontconfig... " >&6; }
10795 if test "${ac_cv_lib_soname_fontconfig+set}" = set; then :
10796   $as_echo_n "(cached) " >&6
10797 else
10798   ac_check_soname_save_LIBS=$LIBS
10799 LIBS="-lfontconfig $X_LIBS $LIBS"
10800   cat confdefs.h - <<_ACEOF >conftest.$ac_ext
10801 /* end confdefs.h.  */
10802
10803 /* Override any GCC internal prototype to avoid an error.
10804    Use char because int might match the return type of a GCC
10805    builtin and then its argument prototype would still apply.  */
10806 #ifdef __cplusplus
10807 extern "C"
10808 #endif
10809 char FcInit ();
10810 int
10811 main ()
10812 {
10813 return FcInit ();
10814   ;
10815   return 0;
10816 }
10817 _ACEOF
10818 if ac_fn_c_try_link "$LINENO"; then :
10819   case "$LIBEXT" in
10820     dll) ;;
10821     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'` ;;
10822     *) ac_cv_lib_soname_fontconfig=`$ac_cv_path_LDD conftest$ac_exeext | grep "libfontconfig\\.$LIBEXT" | sed -e "s/^.*\(libfontconfig\.$LIBEXT[^        ]*\).*$/\1/"';2,$d'` ;;
10823   esac
10824 fi
10825 rm -f core conftest.err conftest.$ac_objext \
10826     conftest$ac_exeext conftest.$ac_ext
10827   LIBS=$ac_check_soname_save_LIBS
10828 fi
10829 if test "x$ac_cv_lib_soname_fontconfig" = "x"; then :
10830   { $as_echo "$as_me:${as_lineno-$LINENO}: result: not found" >&5
10831 $as_echo "not found" >&6; }
10832
10833 else
10834   { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_soname_fontconfig" >&5
10835 $as_echo "$ac_cv_lib_soname_fontconfig" >&6; }
10836
10837 cat >>confdefs.h <<_ACEOF
10838 #define SONAME_LIBFONTCONFIG "$ac_cv_lib_soname_fontconfig"
10839 _ACEOF
10840
10841
10842 fi
10843     fi
10844 fi
10845 if test "x$ac_cv_lib_soname_fontconfig" = "x"; then :
10846   case "x$with_fontconfig" in
10847   x)   wine_notices="$wine_notices|fontconfig ${notice_platform}development files not found, fontconfig won't be supported." ;;
10848   xno) ;;
10849   *)   as_fn_error "fontconfig ${notice_platform}development files not found, fontconfig won't be supported.
10850 This is an error since --with-fontconfig was requested." "$LINENO" 5 ;;
10851 esac
10852 fi
10853
10854 if test "$ac_cv_header_openssl_err_h" = "yes" -a "$ac_cv_header_openssl_ssl_h" = "yes"
10855 then
10856     { $as_echo "$as_me:${as_lineno-$LINENO}: checking for -lssl" >&5
10857 $as_echo_n "checking for -lssl... " >&6; }
10858 if test "${ac_cv_lib_soname_ssl+set}" = set; then :
10859   $as_echo_n "(cached) " >&6
10860 else
10861   ac_check_soname_save_LIBS=$LIBS
10862 LIBS="-lssl  $LIBS"
10863   cat confdefs.h - <<_ACEOF >conftest.$ac_ext
10864 /* end confdefs.h.  */
10865
10866 /* Override any GCC internal prototype to avoid an error.
10867    Use char because int might match the return type of a GCC
10868    builtin and then its argument prototype would still apply.  */
10869 #ifdef __cplusplus
10870 extern "C"
10871 #endif
10872 char SSL_library_init ();
10873 int
10874 main ()
10875 {
10876 return SSL_library_init ();
10877   ;
10878   return 0;
10879 }
10880 _ACEOF
10881 if ac_fn_c_try_link "$LINENO"; then :
10882   case "$LIBEXT" in
10883     dll) ;;
10884     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'` ;;
10885     *) ac_cv_lib_soname_ssl=`$ac_cv_path_LDD conftest$ac_exeext | grep "libssl\\.$LIBEXT" | sed -e "s/^.*\(libssl\.$LIBEXT[^     ]*\).*$/\1/"';2,$d'` ;;
10886   esac
10887 fi
10888 rm -f core conftest.err conftest.$ac_objext \
10889     conftest$ac_exeext conftest.$ac_ext
10890   LIBS=$ac_check_soname_save_LIBS
10891 fi
10892 if test "x$ac_cv_lib_soname_ssl" = "x"; then :
10893   { $as_echo "$as_me:${as_lineno-$LINENO}: result: not found" >&5
10894 $as_echo "not found" >&6; }
10895
10896 else
10897   { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_soname_ssl" >&5
10898 $as_echo "$ac_cv_lib_soname_ssl" >&6; }
10899
10900 cat >>confdefs.h <<_ACEOF
10901 #define SONAME_LIBSSL "$ac_cv_lib_soname_ssl"
10902 _ACEOF
10903
10904
10905 fi
10906     { $as_echo "$as_me:${as_lineno-$LINENO}: checking for -lcrypto" >&5
10907 $as_echo_n "checking for -lcrypto... " >&6; }
10908 if test "${ac_cv_lib_soname_crypto+set}" = set; then :
10909   $as_echo_n "(cached) " >&6
10910 else
10911   ac_check_soname_save_LIBS=$LIBS
10912 LIBS="-lcrypto  $LIBS"
10913   cat confdefs.h - <<_ACEOF >conftest.$ac_ext
10914 /* end confdefs.h.  */
10915
10916 /* Override any GCC internal prototype to avoid an error.
10917    Use char because int might match the return type of a GCC
10918    builtin and then its argument prototype would still apply.  */
10919 #ifdef __cplusplus
10920 extern "C"
10921 #endif
10922 char BIO_new_socket ();
10923 int
10924 main ()
10925 {
10926 return BIO_new_socket ();
10927   ;
10928   return 0;
10929 }
10930 _ACEOF
10931 if ac_fn_c_try_link "$LINENO"; then :
10932   case "$LIBEXT" in
10933     dll) ;;
10934     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'` ;;
10935     *) ac_cv_lib_soname_crypto=`$ac_cv_path_LDD conftest$ac_exeext | grep "libcrypto\\.$LIBEXT" | sed -e "s/^.*\(libcrypto\.$LIBEXT[^    ]*\).*$/\1/"';2,$d'` ;;
10936   esac
10937 fi
10938 rm -f core conftest.err conftest.$ac_objext \
10939     conftest$ac_exeext conftest.$ac_ext
10940   LIBS=$ac_check_soname_save_LIBS
10941 fi
10942 if test "x$ac_cv_lib_soname_crypto" = "x"; then :
10943   { $as_echo "$as_me:${as_lineno-$LINENO}: result: not found" >&5
10944 $as_echo "not found" >&6; }
10945
10946 else
10947   { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_soname_crypto" >&5
10948 $as_echo "$ac_cv_lib_soname_crypto" >&6; }
10949
10950 cat >>confdefs.h <<_ACEOF
10951 #define SONAME_LIBCRYPTO "$ac_cv_lib_soname_crypto"
10952 _ACEOF
10953
10954
10955 fi
10956 fi
10957 if test "x$ac_cv_lib_soname_ssl" = "x" -o "x$ac_cv_lib_soname_crypto" = "x"; then :
10958   case "x$with_openssl" in
10959   x)   wine_warnings="$wine_warnings|OpenSSL ${notice_platform}development files not found, SSL won't be supported." ;;
10960   xno) ;;
10961   *)   as_fn_error "OpenSSL ${notice_platform}development files not found, SSL won't be supported.
10962 This is an error since --with-openssl was requested." "$LINENO" 5 ;;
10963 esac
10964 fi
10965
10966 if test "$ac_cv_header_gsm_h" = "yes" -o "$ac_cv_header_gsm_gsm_h" = "yes"
10967 then
10968     { $as_echo "$as_me:${as_lineno-$LINENO}: checking for -lgsm" >&5
10969 $as_echo_n "checking for -lgsm... " >&6; }
10970 if test "${ac_cv_lib_soname_gsm+set}" = set; then :
10971   $as_echo_n "(cached) " >&6
10972 else
10973   ac_check_soname_save_LIBS=$LIBS
10974 LIBS="-lgsm  $LIBS"
10975   cat confdefs.h - <<_ACEOF >conftest.$ac_ext
10976 /* end confdefs.h.  */
10977
10978 /* Override any GCC internal prototype to avoid an error.
10979    Use char because int might match the return type of a GCC
10980    builtin and then its argument prototype would still apply.  */
10981 #ifdef __cplusplus
10982 extern "C"
10983 #endif
10984 char gsm_create ();
10985 int
10986 main ()
10987 {
10988 return gsm_create ();
10989   ;
10990   return 0;
10991 }
10992 _ACEOF
10993 if ac_fn_c_try_link "$LINENO"; then :
10994   case "$LIBEXT" in
10995     dll) ;;
10996     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'` ;;
10997     *) ac_cv_lib_soname_gsm=`$ac_cv_path_LDD conftest$ac_exeext | grep "libgsm\\.$LIBEXT" | sed -e "s/^.*\(libgsm\.$LIBEXT[^     ]*\).*$/\1/"';2,$d'` ;;
10998   esac
10999 fi
11000 rm -f core conftest.err conftest.$ac_objext \
11001     conftest$ac_exeext conftest.$ac_ext
11002   LIBS=$ac_check_soname_save_LIBS
11003 fi
11004 if test "x$ac_cv_lib_soname_gsm" = "x"; then :
11005   { $as_echo "$as_me:${as_lineno-$LINENO}: result: not found" >&5
11006 $as_echo "not found" >&6; }
11007
11008 else
11009   { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_soname_gsm" >&5
11010 $as_echo "$ac_cv_lib_soname_gsm" >&6; }
11011
11012 cat >>confdefs.h <<_ACEOF
11013 #define SONAME_LIBGSM "$ac_cv_lib_soname_gsm"
11014 _ACEOF
11015
11016
11017 fi
11018 fi
11019 if test "x$ac_cv_lib_soname_gsm" = "x"; then :
11020   case "x$with_gsm" in
11021   x)   wine_notices="$wine_notices|libgsm ${notice_platform}development files not found, gsm 06.10 codec won't be supported." ;;
11022   xno) ;;
11023   *)   as_fn_error "libgsm ${notice_platform}development files not found, gsm 06.10 codec won't be supported.
11024 This is an error since --with-gsm was requested." "$LINENO" 5 ;;
11025 esac
11026 fi
11027
11028 if test "$ac_cv_header_jpeglib_h" = "yes"
11029 then
11030     { $as_echo "$as_me:${as_lineno-$LINENO}: checking for -ljpeg" >&5
11031 $as_echo_n "checking for -ljpeg... " >&6; }
11032 if test "${ac_cv_lib_soname_jpeg+set}" = set; then :
11033   $as_echo_n "(cached) " >&6
11034 else
11035   ac_check_soname_save_LIBS=$LIBS
11036 LIBS="-ljpeg  $LIBS"
11037   cat confdefs.h - <<_ACEOF >conftest.$ac_ext
11038 /* end confdefs.h.  */
11039
11040 /* Override any GCC internal prototype to avoid an error.
11041    Use char because int might match the return type of a GCC
11042    builtin and then its argument prototype would still apply.  */
11043 #ifdef __cplusplus
11044 extern "C"
11045 #endif
11046 char jpeg_start_decompress ();
11047 int
11048 main ()
11049 {
11050 return jpeg_start_decompress ();
11051   ;
11052   return 0;
11053 }
11054 _ACEOF
11055 if ac_fn_c_try_link "$LINENO"; then :
11056   case "$LIBEXT" in
11057     dll) ;;
11058     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'` ;;
11059     *) ac_cv_lib_soname_jpeg=`$ac_cv_path_LDD conftest$ac_exeext | grep "libjpeg\\.$LIBEXT" | sed -e "s/^.*\(libjpeg\.$LIBEXT[^  ]*\).*$/\1/"';2,$d'` ;;
11060   esac
11061 fi
11062 rm -f core conftest.err conftest.$ac_objext \
11063     conftest$ac_exeext conftest.$ac_ext
11064   LIBS=$ac_check_soname_save_LIBS
11065 fi
11066 if test "x$ac_cv_lib_soname_jpeg" = "x"; then :
11067   { $as_echo "$as_me:${as_lineno-$LINENO}: result: not found" >&5
11068 $as_echo "not found" >&6; }
11069
11070 else
11071   { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_soname_jpeg" >&5
11072 $as_echo "$ac_cv_lib_soname_jpeg" >&6; }
11073
11074 cat >>confdefs.h <<_ACEOF
11075 #define SONAME_LIBJPEG "$ac_cv_lib_soname_jpeg"
11076 _ACEOF
11077
11078
11079 fi
11080 fi
11081 if test "x$ac_cv_lib_soname_jpeg" = "x"; then :
11082   case "x$with_jpeg" in
11083   x)   wine_warnings="$wine_warnings|libjpeg ${notice_platform}development files not found, JPEG won't be supported." ;;
11084   xno) ;;
11085   *)   as_fn_error "libjpeg ${notice_platform}development files not found, JPEG won't be supported.
11086 This is an error since --with-jpeg was requested." "$LINENO" 5 ;;
11087 esac
11088 fi
11089
11090 if test "$ac_cv_header_png_h" = "yes"
11091 then
11092     { $as_echo "$as_me:${as_lineno-$LINENO}: checking for -lpng" >&5
11093 $as_echo_n "checking for -lpng... " >&6; }
11094 if test "${ac_cv_lib_soname_png+set}" = set; then :
11095   $as_echo_n "(cached) " >&6
11096 else
11097   ac_check_soname_save_LIBS=$LIBS
11098 LIBS="-lpng -lm -lz $LIBS"
11099   cat confdefs.h - <<_ACEOF >conftest.$ac_ext
11100 /* end confdefs.h.  */
11101
11102 /* Override any GCC internal prototype to avoid an error.
11103    Use char because int might match the return type of a GCC
11104    builtin and then its argument prototype would still apply.  */
11105 #ifdef __cplusplus
11106 extern "C"
11107 #endif
11108 char png_create_read_struct ();
11109 int
11110 main ()
11111 {
11112 return png_create_read_struct ();
11113   ;
11114   return 0;
11115 }
11116 _ACEOF
11117 if ac_fn_c_try_link "$LINENO"; then :
11118   case "$LIBEXT" in
11119     dll) ;;
11120     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'` ;;
11121     *) 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'` ;;
11122   esac
11123 fi
11124 rm -f core conftest.err conftest.$ac_objext \
11125     conftest$ac_exeext conftest.$ac_ext
11126   LIBS=$ac_check_soname_save_LIBS
11127 fi
11128 if test "x$ac_cv_lib_soname_png" = "x"; then :
11129   { $as_echo "$as_me:${as_lineno-$LINENO}: result: not found" >&5
11130 $as_echo "not found" >&6; }
11131
11132 else
11133   { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_soname_png" >&5
11134 $as_echo "$ac_cv_lib_soname_png" >&6; }
11135
11136 cat >>confdefs.h <<_ACEOF
11137 #define SONAME_LIBPNG "$ac_cv_lib_soname_png"
11138 _ACEOF
11139
11140
11141 fi
11142 elif test -n "$X_CFLAGS" -a "x$with_png" != "xno"
11143 then
11144         ac_save_CPPFLAGS="$CPPFLAGS"
11145     CPPFLAGS="$CPPFLAGS $X_CFLAGS"
11146     $as_unset ac_cv_header_png_h
11147     for ac_header in png.h
11148 do :
11149   ac_fn_c_check_header_mongrel "$LINENO" "png.h" "ac_cv_header_png_h" "$ac_includes_default"
11150 if test "x$ac_cv_header_png_h" = x""yes; then :
11151   cat >>confdefs.h <<_ACEOF
11152 #define HAVE_PNG_H 1
11153 _ACEOF
11154
11155 fi
11156
11157 done
11158
11159     CPPFLAGS="$ac_save_CPPFLAGS"
11160     if test "$ac_cv_header_png_h" = "yes"
11161     then
11162         PNGINCL="$X_CFLAGS"
11163
11164         { $as_echo "$as_me:${as_lineno-$LINENO}: checking for -lpng" >&5
11165 $as_echo_n "checking for -lpng... " >&6; }
11166 if test "${ac_cv_lib_soname_png+set}" = set; then :
11167   $as_echo_n "(cached) " >&6
11168 else
11169   ac_check_soname_save_LIBS=$LIBS
11170 LIBS="-lpng $X_LIBS -lm -lz $LIBS"
11171   cat confdefs.h - <<_ACEOF >conftest.$ac_ext
11172 /* end confdefs.h.  */
11173
11174 /* Override any GCC internal prototype to avoid an error.
11175    Use char because int might match the return type of a GCC
11176    builtin and then its argument prototype would still apply.  */
11177 #ifdef __cplusplus
11178 extern "C"
11179 #endif
11180 char png_create_read_struct ();
11181 int
11182 main ()
11183 {
11184 return png_create_read_struct ();
11185   ;
11186   return 0;
11187 }
11188 _ACEOF
11189 if ac_fn_c_try_link "$LINENO"; then :
11190   case "$LIBEXT" in
11191     dll) ;;
11192     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'` ;;
11193     *) 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'` ;;
11194   esac
11195 fi
11196 rm -f core conftest.err conftest.$ac_objext \
11197     conftest$ac_exeext conftest.$ac_ext
11198   LIBS=$ac_check_soname_save_LIBS
11199 fi
11200 if test "x$ac_cv_lib_soname_png" = "x"; then :
11201   { $as_echo "$as_me:${as_lineno-$LINENO}: result: not found" >&5
11202 $as_echo "not found" >&6; }
11203
11204 else
11205   { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_soname_png" >&5
11206 $as_echo "$ac_cv_lib_soname_png" >&6; }
11207
11208 cat >>confdefs.h <<_ACEOF
11209 #define SONAME_LIBPNG "$ac_cv_lib_soname_png"
11210 _ACEOF
11211
11212
11213 fi
11214     fi
11215 fi
11216 if test "x$ac_cv_lib_soname_png" = "x"; then :
11217   case "x$with_png" in
11218   x)   wine_warnings="$wine_warnings|libpng ${notice_platform}development files not found, PNG won't be supported." ;;
11219   xno) ;;
11220   *)   as_fn_error "libpng ${notice_platform}development files not found, PNG won't be supported.
11221 This is an error since --with-png was requested." "$LINENO" 5 ;;
11222 esac
11223 fi
11224
11225 if test "$ac_cv_header_mpg123_h" = "yes"
11226 then
11227     { $as_echo "$as_me:${as_lineno-$LINENO}: checking for mpg123_feed in -lmpg123" >&5
11228 $as_echo_n "checking for mpg123_feed in -lmpg123... " >&6; }
11229 if test "${ac_cv_lib_mpg123_mpg123_feed+set}" = set; then :
11230   $as_echo_n "(cached) " >&6
11231 else
11232   ac_check_lib_save_LIBS=$LIBS
11233 LIBS="-lmpg123  $LIBS"
11234 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
11235 /* end confdefs.h.  */
11236
11237 /* Override any GCC internal prototype to avoid an error.
11238    Use char because int might match the return type of a GCC
11239    builtin and then its argument prototype would still apply.  */
11240 #ifdef __cplusplus
11241 extern "C"
11242 #endif
11243 char mpg123_feed ();
11244 int
11245 main ()
11246 {
11247 return mpg123_feed ();
11248   ;
11249   return 0;
11250 }
11251 _ACEOF
11252 if ac_fn_c_try_link "$LINENO"; then :
11253   ac_cv_lib_mpg123_mpg123_feed=yes
11254 else
11255   ac_cv_lib_mpg123_mpg123_feed=no
11256 fi
11257 rm -f core conftest.err conftest.$ac_objext \
11258     conftest$ac_exeext conftest.$ac_ext
11259 LIBS=$ac_check_lib_save_LIBS
11260 fi
11261 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_mpg123_mpg123_feed" >&5
11262 $as_echo "$ac_cv_lib_mpg123_mpg123_feed" >&6; }
11263 if test "x$ac_cv_lib_mpg123_mpg123_feed" = x""yes; then :
11264   LIBMPG123="-lmpg123"
11265
11266 fi
11267
11268 fi
11269 if test "x$ac_cv_lib_mpg123_mpg123_feed" != xyes; then :
11270   case "x$with_mpg123" in
11271   x)   wine_notices="$wine_notices|libmpg123 ${notice_platform}development files not found (or too old), mp3 codec won't be supported." ;;
11272   xno) ;;
11273   *)   as_fn_error "libmpg123 ${notice_platform}development files not found (or too old), mp3 codec won't be supported.
11274 This is an error since --with-mpg123 was requested." "$LINENO" 5 ;;
11275 esac
11276 fi
11277 test "x$ac_cv_lib_mpg123_mpg123_feed" = xyes || enable_winemp3_acm=${enable_winemp3_acm:-no}
11278
11279 if test "$ac_cv_header_AL_al_h" = "yes"
11280 then
11281     { $as_echo "$as_me:${as_lineno-$LINENO}: checking for alGetSource3i in -lopenal" >&5
11282 $as_echo_n "checking for alGetSource3i in -lopenal... " >&6; }
11283 if test "${ac_cv_lib_openal_alGetSource3i+set}" = set; then :
11284   $as_echo_n "(cached) " >&6
11285 else
11286   ac_check_lib_save_LIBS=$LIBS
11287 LIBS="-lopenal  $LIBS"
11288 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
11289 /* end confdefs.h.  */
11290
11291 /* Override any GCC internal prototype to avoid an error.
11292    Use char because int might match the return type of a GCC
11293    builtin and then its argument prototype would still apply.  */
11294 #ifdef __cplusplus
11295 extern "C"
11296 #endif
11297 char alGetSource3i ();
11298 int
11299 main ()
11300 {
11301 return alGetSource3i ();
11302   ;
11303   return 0;
11304 }
11305 _ACEOF
11306 if ac_fn_c_try_link "$LINENO"; then :
11307   ac_cv_lib_openal_alGetSource3i=yes
11308 else
11309   ac_cv_lib_openal_alGetSource3i=no
11310 fi
11311 rm -f core conftest.err conftest.$ac_objext \
11312     conftest$ac_exeext conftest.$ac_ext
11313 LIBS=$ac_check_lib_save_LIBS
11314 fi
11315 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_openal_alGetSource3i" >&5
11316 $as_echo "$ac_cv_lib_openal_alGetSource3i" >&6; }
11317 if test "x$ac_cv_lib_openal_alGetSource3i" = x""yes; then :
11318   LIBOPENAL="-lopenal"
11319
11320 fi
11321
11322 fi
11323 if test "x$ac_cv_lib_openal_alGetSource3i" != xyes; then :
11324   case "x$with_openal" in
11325   x)   wine_notices="$wine_notices|libopenal ${notice_platform}development files not found (or too old), OpenAL won't be supported." ;;
11326   xno) ;;
11327   *)   as_fn_error "libopenal ${notice_platform}development files not found (or too old), OpenAL won't be supported.
11328 This is an error since --with-openal was requested." "$LINENO" 5 ;;
11329 esac
11330 fi
11331 test "x$ac_cv_lib_openal_alGetSource3i" = xyes || enable_openal32=${enable_openal32:-no}
11332
11333 if test "$ac_cv_header_kstat_h" = "yes"
11334 then
11335     { $as_echo "$as_me:${as_lineno-$LINENO}: checking for kstat_open in -lkstat" >&5
11336 $as_echo_n "checking for kstat_open in -lkstat... " >&6; }
11337 if test "${ac_cv_lib_kstat_kstat_open+set}" = set; then :
11338   $as_echo_n "(cached) " >&6
11339 else
11340   ac_check_lib_save_LIBS=$LIBS
11341 LIBS="-lkstat  $LIBS"
11342 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
11343 /* end confdefs.h.  */
11344
11345 /* Override any GCC internal prototype to avoid an error.
11346    Use char because int might match the return type of a GCC
11347    builtin and then its argument prototype would still apply.  */
11348 #ifdef __cplusplus
11349 extern "C"
11350 #endif
11351 char kstat_open ();
11352 int
11353 main ()
11354 {
11355 return kstat_open ();
11356   ;
11357   return 0;
11358 }
11359 _ACEOF
11360 if ac_fn_c_try_link "$LINENO"; then :
11361   ac_cv_lib_kstat_kstat_open=yes
11362 else
11363   ac_cv_lib_kstat_kstat_open=no
11364 fi
11365 rm -f core conftest.err conftest.$ac_objext \
11366     conftest$ac_exeext conftest.$ac_ext
11367 LIBS=$ac_check_lib_save_LIBS
11368 fi
11369 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_kstat_kstat_open" >&5
11370 $as_echo "$ac_cv_lib_kstat_kstat_open" >&6; }
11371 if test "x$ac_cv_lib_kstat_kstat_open" = x""yes; then :
11372
11373 $as_echo "#define HAVE_LIBKSTAT 1" >>confdefs.h
11374
11375                   LIBKSTAT="-lkstat"
11376
11377 fi
11378
11379 fi
11380
11381 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for -lodbc" >&5
11382 $as_echo_n "checking for -lodbc... " >&6; }
11383 if test "${ac_cv_lib_soname_odbc+set}" = set; then :
11384   $as_echo_n "(cached) " >&6
11385 else
11386   ac_check_soname_save_LIBS=$LIBS
11387 LIBS="-lodbc  $LIBS"
11388   cat confdefs.h - <<_ACEOF >conftest.$ac_ext
11389 /* end confdefs.h.  */
11390
11391 /* Override any GCC internal prototype to avoid an error.
11392    Use char because int might match the return type of a GCC
11393    builtin and then its argument prototype would still apply.  */
11394 #ifdef __cplusplus
11395 extern "C"
11396 #endif
11397 char SQLConnect ();
11398 int
11399 main ()
11400 {
11401 return SQLConnect ();
11402   ;
11403   return 0;
11404 }
11405 _ACEOF
11406 if ac_fn_c_try_link "$LINENO"; then :
11407   case "$LIBEXT" in
11408     dll) ;;
11409     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'` ;;
11410     *) ac_cv_lib_soname_odbc=`$ac_cv_path_LDD conftest$ac_exeext | grep "libodbc\\.$LIBEXT" | sed -e "s/^.*\(libodbc\.$LIBEXT[^  ]*\).*$/\1/"';2,$d'` ;;
11411   esac
11412 fi
11413 rm -f core conftest.err conftest.$ac_objext \
11414     conftest$ac_exeext conftest.$ac_ext
11415   LIBS=$ac_check_soname_save_LIBS
11416 fi
11417 if test "x$ac_cv_lib_soname_odbc" = "x"; then :
11418   { $as_echo "$as_me:${as_lineno-$LINENO}: result: not found" >&5
11419 $as_echo "not found" >&6; }
11420        cat >>confdefs.h <<_ACEOF
11421 #define SONAME_LIBODBC "libodbc.$LIBEXT"
11422 _ACEOF
11423
11424 else
11425   { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_soname_odbc" >&5
11426 $as_echo "$ac_cv_lib_soname_odbc" >&6; }
11427
11428 cat >>confdefs.h <<_ACEOF
11429 #define SONAME_LIBODBC "$ac_cv_lib_soname_odbc"
11430 _ACEOF
11431
11432
11433 fi
11434
11435 if test "x$ALSALIBS$AUDIOIOLIBS$COREAUDIO$NASLIBS$ESDLIBS$ac_cv_lib_soname_jack" = "x" -a \
11436         "$ac_cv_header_sys_soundcard_h" != "yes" -a \
11437         "$ac_cv_header_machine_soundcard_h" != "yes" -a \
11438         "$ac_cv_header_soundcard_h" != "yes" -a \
11439         "x$with_alsa$with_audioio$with_coreaudio$with_nas$with_esd$with_jack$with_oss" != xnonononononono
11440 then
11441     wine_warnings="$wine_warnings|No sound system was found. Windows applications will be silent."
11442 fi
11443
11444
11445 EXTRACFLAGS=""
11446
11447 if test "x${GCC}" = "xyes"
11448 then
11449   EXTRACFLAGS="-Wall -pipe"
11450
11451     { $as_echo "$as_me:${as_lineno-$LINENO}: checking for gcc strength-reduce bug" >&5
11452 $as_echo_n "checking for gcc strength-reduce bug... " >&6; }
11453 if test "${ac_cv_c_gcc_strength_bug+set}" = set; then :
11454   $as_echo_n "(cached) " >&6
11455 else
11456   if test "$cross_compiling" = yes; then :
11457   ac_cv_c_gcc_strength_bug="yes"
11458 else
11459   cat confdefs.h - <<_ACEOF >conftest.$ac_ext
11460 /* end confdefs.h.  */
11461 int L[4] = {0,1,2,3};
11462 int
11463 main ()
11464 {
11465 static int Array[3];
11466   unsigned int B = 3;
11467   int i;
11468   for(i=0; i<B; i++) Array[i] = i - 3;
11469   for(i=0; i<4 - 1; i++) L[i] = L[i + 1];
11470   L[i] = 4;
11471   return (Array[1] != -2 || L[2] != 3)
11472   ;
11473   return 0;
11474 }
11475 _ACEOF
11476 if ac_fn_c_try_run "$LINENO"; then :
11477   ac_cv_c_gcc_strength_bug="no"
11478 else
11479   ac_cv_c_gcc_strength_bug="yes"
11480 fi
11481 rm -f core *.core core.conftest.* gmon.out bb.out conftest$ac_exeext \
11482   conftest.$ac_objext conftest.beam conftest.$ac_ext
11483 fi
11484
11485 fi
11486 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_c_gcc_strength_bug" >&5
11487 $as_echo "$ac_cv_c_gcc_strength_bug" >&6; }
11488   if test "$ac_cv_c_gcc_strength_bug" = "yes"
11489   then
11490     EXTRACFLAGS="$EXTRACFLAGS -fno-strength-reduce"
11491   fi
11492
11493     { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether the compiler supports -fno-builtin" >&5
11494 $as_echo_n "checking whether the compiler supports -fno-builtin... " >&6; }
11495 if test "${ac_cv_cflags__fno_builtin+set}" = set; then :
11496   $as_echo_n "(cached) " >&6
11497 else
11498   ac_wine_try_cflags_saved=$CFLAGS
11499 CFLAGS="$CFLAGS -fno-builtin"
11500 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
11501 /* end confdefs.h.  */
11502 int main(int argc, char *argv) { return 0; }
11503 _ACEOF
11504 if ac_fn_c_try_link "$LINENO"; then :
11505   ac_cv_cflags__fno_builtin=yes
11506 else
11507   ac_cv_cflags__fno_builtin=no
11508 fi
11509 rm -f core conftest.err conftest.$ac_objext \
11510     conftest$ac_exeext conftest.$ac_ext
11511 CFLAGS=$ac_wine_try_cflags_saved
11512 fi
11513 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_cflags__fno_builtin" >&5
11514 $as_echo "$ac_cv_cflags__fno_builtin" >&6; }
11515 if test $ac_cv_cflags__fno_builtin = yes; then :
11516   BUILTINFLAG="-fno-builtin"
11517
11518 fi
11519   { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether the compiler supports -fno-strict-aliasing" >&5
11520 $as_echo_n "checking whether the compiler supports -fno-strict-aliasing... " >&6; }
11521 if test "${ac_cv_cflags__fno_strict_aliasing+set}" = set; then :
11522   $as_echo_n "(cached) " >&6
11523 else
11524   ac_wine_try_cflags_saved=$CFLAGS
11525 CFLAGS="$CFLAGS -fno-strict-aliasing"
11526 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
11527 /* end confdefs.h.  */
11528 int main(int argc, char *argv) { return 0; }
11529 _ACEOF
11530 if ac_fn_c_try_link "$LINENO"; then :
11531   ac_cv_cflags__fno_strict_aliasing=yes
11532 else
11533   ac_cv_cflags__fno_strict_aliasing=no
11534 fi
11535 rm -f core conftest.err conftest.$ac_objext \
11536     conftest$ac_exeext conftest.$ac_ext
11537 CFLAGS=$ac_wine_try_cflags_saved
11538 fi
11539 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_cflags__fno_strict_aliasing" >&5
11540 $as_echo "$ac_cv_cflags__fno_strict_aliasing" >&6; }
11541 if test $ac_cv_cflags__fno_strict_aliasing = yes; then :
11542   EXTRACFLAGS="$EXTRACFLAGS -fno-strict-aliasing"
11543 fi
11544   { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether the compiler supports -Wdeclaration-after-statement" >&5
11545 $as_echo_n "checking whether the compiler supports -Wdeclaration-after-statement... " >&6; }
11546 if test "${ac_cv_cflags__Wdeclaration_after_statement+set}" = set; then :
11547   $as_echo_n "(cached) " >&6
11548 else
11549   ac_wine_try_cflags_saved=$CFLAGS
11550 CFLAGS="$CFLAGS -Wdeclaration-after-statement"
11551 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
11552 /* end confdefs.h.  */
11553 int main(int argc, char *argv) { return 0; }
11554 _ACEOF
11555 if ac_fn_c_try_link "$LINENO"; then :
11556   ac_cv_cflags__Wdeclaration_after_statement=yes
11557 else
11558   ac_cv_cflags__Wdeclaration_after_statement=no
11559 fi
11560 rm -f core conftest.err conftest.$ac_objext \
11561     conftest$ac_exeext conftest.$ac_ext
11562 CFLAGS=$ac_wine_try_cflags_saved
11563 fi
11564 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_cflags__Wdeclaration_after_statement" >&5
11565 $as_echo "$ac_cv_cflags__Wdeclaration_after_statement" >&6; }
11566 if test $ac_cv_cflags__Wdeclaration_after_statement = yes; then :
11567   EXTRACFLAGS="$EXTRACFLAGS -Wdeclaration-after-statement"
11568 fi
11569   { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether the compiler supports -Wstrict-prototypes" >&5
11570 $as_echo_n "checking whether the compiler supports -Wstrict-prototypes... " >&6; }
11571 if test "${ac_cv_cflags__Wstrict_prototypes+set}" = set; then :
11572   $as_echo_n "(cached) " >&6
11573 else
11574   ac_wine_try_cflags_saved=$CFLAGS
11575 CFLAGS="$CFLAGS -Wstrict-prototypes"
11576 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
11577 /* end confdefs.h.  */
11578 int main(int argc, char *argv) { return 0; }
11579 _ACEOF
11580 if ac_fn_c_try_link "$LINENO"; then :
11581   ac_cv_cflags__Wstrict_prototypes=yes
11582 else
11583   ac_cv_cflags__Wstrict_prototypes=no
11584 fi
11585 rm -f core conftest.err conftest.$ac_objext \
11586     conftest$ac_exeext conftest.$ac_ext
11587 CFLAGS=$ac_wine_try_cflags_saved
11588 fi
11589 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_cflags__Wstrict_prototypes" >&5
11590 $as_echo "$ac_cv_cflags__Wstrict_prototypes" >&6; }
11591 if test $ac_cv_cflags__Wstrict_prototypes = yes; then :
11592   EXTRACFLAGS="$EXTRACFLAGS -Wstrict-prototypes"
11593 fi
11594   { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether the compiler supports -Wwrite-strings" >&5
11595 $as_echo_n "checking whether the compiler supports -Wwrite-strings... " >&6; }
11596 if test "${ac_cv_cflags__Wwrite_strings+set}" = set; then :
11597   $as_echo_n "(cached) " >&6
11598 else
11599   ac_wine_try_cflags_saved=$CFLAGS
11600 CFLAGS="$CFLAGS -Wwrite-strings"
11601 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
11602 /* end confdefs.h.  */
11603 int main(int argc, char *argv) { return 0; }
11604 _ACEOF
11605 if ac_fn_c_try_link "$LINENO"; then :
11606   ac_cv_cflags__Wwrite_strings=yes
11607 else
11608   ac_cv_cflags__Wwrite_strings=no
11609 fi
11610 rm -f core conftest.err conftest.$ac_objext \
11611     conftest$ac_exeext conftest.$ac_ext
11612 CFLAGS=$ac_wine_try_cflags_saved
11613 fi
11614 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_cflags__Wwrite_strings" >&5
11615 $as_echo "$ac_cv_cflags__Wwrite_strings" >&6; }
11616 if test $ac_cv_cflags__Wwrite_strings = yes; then :
11617   EXTRACFLAGS="$EXTRACFLAGS -Wwrite-strings"
11618 fi
11619   { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether the compiler supports -Wtype-limits" >&5
11620 $as_echo_n "checking whether the compiler supports -Wtype-limits... " >&6; }
11621 if test "${ac_cv_cflags__Wtype_limits+set}" = set; then :
11622   $as_echo_n "(cached) " >&6
11623 else
11624   ac_wine_try_cflags_saved=$CFLAGS
11625 CFLAGS="$CFLAGS -Wtype-limits"
11626 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
11627 /* end confdefs.h.  */
11628 int main(int argc, char *argv) { return 0; }
11629 _ACEOF
11630 if ac_fn_c_try_link "$LINENO"; then :
11631   ac_cv_cflags__Wtype_limits=yes
11632 else
11633   ac_cv_cflags__Wtype_limits=no
11634 fi
11635 rm -f core conftest.err conftest.$ac_objext \
11636     conftest$ac_exeext conftest.$ac_ext
11637 CFLAGS=$ac_wine_try_cflags_saved
11638 fi
11639 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_cflags__Wtype_limits" >&5
11640 $as_echo "$ac_cv_cflags__Wtype_limits" >&6; }
11641 if test $ac_cv_cflags__Wtype_limits = yes; then :
11642   EXTRACFLAGS="$EXTRACFLAGS -Wtype-limits"
11643 fi
11644
11645     saved_CFLAGS="$CFLAGS"
11646   CFLAGS="$CFLAGS -Wpointer-arith -Werror"
11647   { $as_echo "$as_me:${as_lineno-$LINENO}: checking for broken string.h that generates warnings" >&5
11648 $as_echo_n "checking for broken string.h that generates warnings... " >&6; }
11649 if test "${ac_cv_c_string_h_warnings+set}" = set; then :
11650   $as_echo_n "(cached) " >&6
11651 else
11652   cat confdefs.h - <<_ACEOF >conftest.$ac_ext
11653 /* end confdefs.h.  */
11654 #include <string.h>
11655 int
11656 main ()
11657 {
11658
11659   ;
11660   return 0;
11661 }
11662 _ACEOF
11663 if ac_fn_c_try_compile "$LINENO"; then :
11664   ac_cv_c_string_h_warnings=no
11665 else
11666   ac_cv_c_string_h_warnings=yes
11667 fi
11668 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
11669 fi
11670 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_c_string_h_warnings" >&5
11671 $as_echo "$ac_cv_c_string_h_warnings" >&6; }
11672   CFLAGS="$saved_CFLAGS"
11673   if test "$ac_cv_c_string_h_warnings" = "no"
11674   then
11675     EXTRACFLAGS="$EXTRACFLAGS -Wpointer-arith"
11676   fi
11677
11678     if test "${enable_maintainer_mode+set}" = set
11679   then
11680       { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether the compiler supports -Werror" >&5
11681 $as_echo_n "checking whether the compiler supports -Werror... " >&6; }
11682 if test "${ac_cv_cflags__Werror+set}" = set; then :
11683   $as_echo_n "(cached) " >&6
11684 else
11685   ac_wine_try_cflags_saved=$CFLAGS
11686 CFLAGS="$CFLAGS -Werror"
11687 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
11688 /* end confdefs.h.  */
11689 int main(int argc, char *argv) { return 0; }
11690 _ACEOF
11691 if ac_fn_c_try_link "$LINENO"; then :
11692   ac_cv_cflags__Werror=yes
11693 else
11694   ac_cv_cflags__Werror=no
11695 fi
11696 rm -f core conftest.err conftest.$ac_objext \
11697     conftest$ac_exeext conftest.$ac_ext
11698 CFLAGS=$ac_wine_try_cflags_saved
11699 fi
11700 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_cflags__Werror" >&5
11701 $as_echo "$ac_cv_cflags__Werror" >&6; }
11702 if test $ac_cv_cflags__Werror = yes; then :
11703   EXTRACFLAGS="$EXTRACFLAGS -Werror"
11704 fi
11705   fi
11706
11707     saved_CFLAGS="$CFLAGS"
11708   CFLAGS="$CFLAGS -Werror"
11709   { $as_echo "$as_me:${as_lineno-$LINENO}: checking for ms_hook_prologue attribute" >&5
11710 $as_echo_n "checking for ms_hook_prologue attribute... " >&6; }
11711 if test "${ac_cv_have_ms_hook_prologue+set}" = set; then :
11712   $as_echo_n "(cached) " >&6
11713 else
11714   cat confdefs.h - <<_ACEOF >conftest.$ac_ext
11715 /* end confdefs.h.  */
11716 int __attribute__((__ms_hook_prologue__)) test(void) { return 0; }
11717 int
11718 main ()
11719 {
11720
11721   ;
11722   return 0;
11723 }
11724 _ACEOF
11725 if ac_fn_c_try_compile "$LINENO"; then :
11726   ac_cv_have_ms_hook_prologue="yes"
11727 else
11728   ac_cv_have_ms_hook_prologue="no"
11729 fi
11730 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
11731 fi
11732 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_have_ms_hook_prologue" >&5
11733 $as_echo "$ac_cv_have_ms_hook_prologue" >&6; }
11734   CFLAGS="$saved_CFLAGS"
11735   if test "$ac_cv_have_ms_hook_prologue" = "yes"
11736   then
11737
11738 $as_echo "#define DECLSPEC_HOTPATCH __attribute__((__ms_hook_prologue__))" >>confdefs.h
11739
11740   else
11741       $as_echo "#define DECLSPEC_HOTPATCH /* */" >>confdefs.h
11742
11743   fi
11744 fi
11745
11746
11747 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether external symbols need an underscore prefix" >&5
11748 $as_echo_n "checking whether external symbols need an underscore prefix... " >&6; }
11749 if test "${ac_cv_c_extern_prefix+set}" = set; then :
11750   $as_echo_n "(cached) " >&6
11751 else
11752   cat confdefs.h - <<_ACEOF >conftest.$ac_ext
11753 /* end confdefs.h.  */
11754 extern int ac_test;
11755 int
11756 main ()
11757 {
11758 asm(".globl _ac_test\n_ac_test:\t.long 0"); if (ac_test) return 1
11759   ;
11760   return 0;
11761 }
11762 _ACEOF
11763 if ac_fn_c_try_link "$LINENO"; then :
11764   ac_cv_c_extern_prefix="yes"
11765 else
11766   ac_cv_c_extern_prefix="no"
11767 fi
11768 rm -f core conftest.err conftest.$ac_objext \
11769     conftest$ac_exeext conftest.$ac_ext
11770 fi
11771 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_c_extern_prefix" >&5
11772 $as_echo "$ac_cv_c_extern_prefix" >&6; }
11773
11774 case $host_cpu in
11775   *i[3456789]86*)
11776     { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether external symbols need stdcall decoration" >&5
11777 $as_echo_n "checking whether external symbols need stdcall decoration... " >&6; }
11778 if test "${ac_cv_c_stdcall_suffix+set}" = set; then :
11779   $as_echo_n "(cached) " >&6
11780 else
11781   cat confdefs.h - <<_ACEOF >conftest.$ac_ext
11782 /* end confdefs.h.  */
11783 #ifndef _MSC_VER
11784 #define __stdcall __attribute__((__stdcall__))
11785 #endif
11786 int __stdcall ac_test(int i) { return i; }
11787 int
11788 main ()
11789 {
11790 asm("jmp _ac_test@4"); if (ac_test(1)) return 1
11791   ;
11792   return 0;
11793 }
11794 _ACEOF
11795 if ac_fn_c_try_link "$LINENO"; then :
11796   ac_cv_c_stdcall_suffix="yes"
11797 else
11798   ac_cv_c_stdcall_suffix="no"
11799 fi
11800 rm -f core conftest.err conftest.$ac_objext \
11801     conftest$ac_exeext conftest.$ac_ext
11802 fi
11803 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_c_stdcall_suffix" >&5
11804 $as_echo "$ac_cv_c_stdcall_suffix" >&6; } ;;
11805   *) ac_cv_c_stdcall_suffix="no" ;;
11806 esac
11807
11808
11809 if test "$ac_cv_c_extern_prefix" = "yes"
11810 then
11811     $as_echo "#define __ASM_NAME(name) \"_\" name" >>confdefs.h
11812
11813     asm_name_prefix="_"
11814 else
11815     $as_echo "#define __ASM_NAME(name) name" >>confdefs.h
11816
11817     asm_name_prefix=""
11818 fi
11819
11820
11821 if test "$ac_cv_c_stdcall_suffix" = "yes"
11822 then
11823     $as_echo "#define __ASM_STDCALL(args) \"@\" #args" >>confdefs.h
11824
11825 else
11826     $as_echo "#define __ASM_STDCALL(args) \"\"" >>confdefs.h
11827
11828 fi
11829
11830
11831 { $as_echo "$as_me:${as_lineno-$LINENO}: checking how to define a function in assembly code" >&5
11832 $as_echo_n "checking how to define a function in assembly code... " >&6; }
11833 if test "${ac_cv_asm_func_def+set}" = set; then :
11834   $as_echo_n "(cached) " >&6
11835 else
11836   cat confdefs.h - <<_ACEOF >conftest.$ac_ext
11837 /* end confdefs.h.  */
11838
11839 int
11840 main ()
11841 {
11842 asm("\t.globl _ac_test\n\t.def _ac_test; .scl 2; .type 32; .endef\n_ac_test:\t.long 0");
11843   ;
11844   return 0;
11845 }
11846 _ACEOF
11847 if ac_fn_c_try_link "$LINENO"; then :
11848   ac_cv_asm_func_def=".def"
11849 else
11850   cat confdefs.h - <<_ACEOF >conftest.$ac_ext
11851 /* end confdefs.h.  */
11852
11853 int
11854 main ()
11855 {
11856 asm("\t.globl _ac_test\n\t.type _ac_test,@function\n_ac_test:\t.long 0");
11857   ;
11858   return 0;
11859 }
11860 _ACEOF
11861 if ac_fn_c_try_link "$LINENO"; then :
11862   ac_cv_asm_func_def=".type @function"
11863 else
11864   cat confdefs.h - <<_ACEOF >conftest.$ac_ext
11865 /* end confdefs.h.  */
11866
11867 int
11868 main ()
11869 {
11870 asm("\t.globl _ac_test\n\t.type _ac_test,2\n_ac_test:\t.long 0");
11871   ;
11872   return 0;
11873 }
11874 _ACEOF
11875 if ac_fn_c_try_link "$LINENO"; then :
11876   ac_cv_asm_func_def=".type 2"
11877 else
11878   ac_cv_asm_func_def="unknown"
11879 fi
11880 rm -f core conftest.err conftest.$ac_objext \
11881     conftest$ac_exeext conftest.$ac_ext
11882 fi
11883 rm -f core conftest.err conftest.$ac_objext \
11884     conftest$ac_exeext conftest.$ac_ext
11885 fi
11886 rm -f core conftest.err conftest.$ac_objext \
11887     conftest$ac_exeext conftest.$ac_ext
11888 fi
11889 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_asm_func_def" >&5
11890 $as_echo "$ac_cv_asm_func_def" >&6; }
11891
11892
11893 case "$ac_cv_asm_func_def" in
11894   ".def")
11895      $as_echo "#define __ASM_FUNC(name) \".def \" __ASM_NAME(name) \"; .scl 2; .type 32; .endef\"" >>confdefs.h
11896
11897      asm_func_header=".def $asm_name_prefix\" #name suffix \"; .scl 2; .type 32; .endef" ;;
11898   ".type @function")
11899      $as_echo "#define __ASM_FUNC(name) \".type \" __ASM_NAME(name) \",@function\"" >>confdefs.h
11900
11901      asm_func_header=".type $asm_name_prefix\" #name suffix \",@function" ;;
11902   ".type 2")
11903      $as_echo "#define __ASM_FUNC(name) \".type \" __ASM_NAME(name) \",2\"" >>confdefs.h
11904
11905      asm_func_header=".type $asm_name_prefix\" #name suffix \",2" ;;
11906   *)
11907      $as_echo "#define __ASM_FUNC(name) \"\"" >>confdefs.h
11908
11909      asm_func_header="" ;;
11910 esac
11911
11912 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether asm() works outside of functions" >&5
11913 $as_echo_n "checking whether asm() works outside of functions... " >&6; }
11914 if test "${ac_cv_c_asm_outside_funcs+set}" = set; then :
11915   $as_echo_n "(cached) " >&6
11916 else
11917   cat confdefs.h - <<_ACEOF >conftest.$ac_ext
11918 /* end confdefs.h.  */
11919 asm(".text\n\t.long 0");
11920 int
11921 main ()
11922 {
11923
11924   ;
11925   return 0;
11926 }
11927 _ACEOF
11928 if ac_fn_c_try_compile "$LINENO"; then :
11929   ac_cv_c_asm_outside_funcs="yes"
11930 else
11931   ac_cv_c_asm_outside_funcs="no"
11932 fi
11933 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
11934 fi
11935 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_c_asm_outside_funcs" >&5
11936 $as_echo "$ac_cv_c_asm_outside_funcs" >&6; }
11937
11938 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether .previous is supported in assembly code" >&5
11939 $as_echo_n "checking whether .previous is supported in assembly code... " >&6; }
11940 if test "${ac_cv_c_dot_previous+set}" = set; then :
11941   $as_echo_n "(cached) " >&6
11942 else
11943   cat confdefs.h - <<_ACEOF >conftest.$ac_ext
11944 /* end confdefs.h.  */
11945
11946 int
11947 main ()
11948 {
11949 asm(".text\nac_test:\t.long 0\n\t.previous");
11950   ;
11951   return 0;
11952 }
11953 _ACEOF
11954 if ac_fn_c_try_link "$LINENO"; then :
11955   ac_cv_c_dot_previous="yes"
11956 else
11957   ac_cv_c_dot_previous="no"
11958 fi
11959 rm -f core conftest.err conftest.$ac_objext \
11960     conftest$ac_exeext conftest.$ac_ext
11961 fi
11962 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_c_dot_previous" >&5
11963 $as_echo "$ac_cv_c_dot_previous" >&6; }
11964
11965 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether CFI directives are supported in assembly code" >&5
11966 $as_echo_n "checking whether CFI directives are supported in assembly code... " >&6; }
11967 if test "${ac_cv_c_cfi_support+set}" = set; then :
11968   $as_echo_n "(cached) " >&6
11969 else
11970   cat confdefs.h - <<_ACEOF >conftest.$ac_ext
11971 /* end confdefs.h.  */
11972 asm(".text\nac_test:\t.cfi_startproc\n\t.long 0\n\t.cfi_endproc");
11973 int
11974 main ()
11975 {
11976
11977   ;
11978   return 0;
11979 }
11980 _ACEOF
11981 if ac_fn_c_try_compile "$LINENO"; then :
11982   ac_cv_c_cfi_support="yes"
11983 else
11984   ac_cv_c_cfi_support="no"
11985 fi
11986 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
11987 fi
11988 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_c_cfi_support" >&5
11989 $as_echo "$ac_cv_c_cfi_support" >&6; }
11990
11991 asm_func_header=".globl $asm_name_prefix\" #name suffix \"\\n\\t$asm_func_header\\n$asm_name_prefix\" #name suffix \":\\n\\t"
11992 asm_func_trailer=""
11993 if test "$ac_cv_c_dot_previous" = "yes"
11994 then
11995    asm_func_trailer="\\n\\t.previous"
11996 fi
11997 if test "$ac_cv_c_cfi_support" = "yes"
11998 then
11999    asm_func_header="$asm_func_header.cfi_startproc\\n\\t"
12000    asm_func_trailer="\\n\\t.cfi_endproc$asm_func_trailer"
12001
12002 $as_echo "#define __ASM_CFI(str) str" >>confdefs.h
12003
12004 else
12005    $as_echo "#define __ASM_CFI(str) \"\"" >>confdefs.h
12006
12007 fi
12008
12009 asm_func_code="$asm_func_header\" code \"$asm_func_trailer"
12010
12011
12012 if test "$ac_cv_c_asm_outside_funcs" = "yes"
12013 then
12014     cat >>confdefs.h <<_ACEOF
12015 #define __ASM_DEFINE_FUNC(name,suffix,code) asm(".text\n\t.align 4\n\t$asm_func_code");
12016 _ACEOF
12017
12018 else
12019     cat >>confdefs.h <<_ACEOF
12020 #define __ASM_DEFINE_FUNC(name,suffix,code) void __asm_dummy_##name(void) { asm(".text\n\t.align 4\n\t$asm_func_code"); }
12021 _ACEOF
12022
12023 fi
12024
12025 $as_echo "#define __ASM_GLOBAL_FUNC(name,code) __ASM_DEFINE_FUNC(name,\"\",code)" >>confdefs.h
12026
12027
12028 $as_echo "#define __ASM_STDCALL_FUNC(name,args,code) __ASM_DEFINE_FUNC(name,__ASM_STDCALL(args),code)" >>confdefs.h
12029
12030
12031
12032 LDPATH=""
12033
12034 case $build_os in
12035   cygwin*|mingw32*)
12036     TOOLSEXT=".exe"
12037
12038     LDPATH="PATH=\"\$(TOOLSDIR)/libs/wine:\$\$PATH\""
12039     ;;
12040   darwin*|macosx*)
12041     ;;
12042   *)
12043     LDPATH="LD_LIBRARY_PATH=\"\$(TOOLSDIR)/libs/wine:\$\$LD_LIBRARY_PATH\""
12044     ;;
12045 esac
12046
12047 case $host_os in
12048   mingw32*)
12049     CRTLIBS="-lmsvcrt"
12050
12051     SOCKETLIBS="-L\$(TOPOBJDIR)/dlls/ws2_32 -lws2_32"
12052
12053     ;;
12054 esac
12055
12056 MAIN_BINARY="wine"
12057
12058 test -z "$with_wine64" || MAIN_BINARY="wine32"
12059
12060 case $host_cpu in
12061   *i[3456789]86*)
12062     case $host_os in
12063       linux*)
12064         EXTRA_BINARIES="wine-preloader"
12065  ;;
12066     esac
12067     ;;
12068 esac
12069
12070
12071 ac_save_CFLAGS="$CFLAGS"
12072 CFLAGS="$CFLAGS $BUILTINFLAG"
12073 for ac_func in \
12074         _pclose \
12075         _popen \
12076         _snprintf \
12077         _spawnvp \
12078         _strdup \
12079         _stricmp \
12080         _strnicmp \
12081         _strtoi64 \
12082         _strtoui64 \
12083         _vsnprintf \
12084         asctime_r \
12085         chsize \
12086         dlopen \
12087         epoll_create \
12088         ffs \
12089         finite \
12090         fnmatch \
12091         fork \
12092         fpclass \
12093         fstatfs \
12094         fstatvfs \
12095         ftruncate \
12096         futimes \
12097         futimesat \
12098         getdirentries \
12099         getopt_long \
12100         getpagesize \
12101         getpwuid \
12102         gettid \
12103         gettimeofday \
12104         getuid \
12105         kqueue \
12106         lstat \
12107         memmove \
12108         mmap \
12109         pclose \
12110         pipe2 \
12111         poll \
12112         popen \
12113         port_create \
12114         prctl \
12115         pread \
12116         pwrite \
12117         readdir \
12118         readlink \
12119         sched_setaffinity \
12120         sched_yield \
12121         select \
12122         setproctitle \
12123         setrlimit \
12124         settimeofday \
12125         sigaltstack \
12126         sigprocmask \
12127         snprintf \
12128         spawnvp \
12129         statfs \
12130         statvfs \
12131         strcasecmp \
12132         strdup \
12133         strerror \
12134         strncasecmp \
12135         strtold \
12136         strtoll \
12137         strtoull \
12138         symlink \
12139         tcgetattr \
12140         thr_kill2 \
12141         timegm \
12142         usleep \
12143         vsnprintf \
12144         wait4 \
12145         waitpid \
12146
12147 do :
12148   as_ac_var=`$as_echo "ac_cv_func_$ac_func" | $as_tr_sh`
12149 ac_fn_c_check_func "$LINENO" "$ac_func" "$as_ac_var"
12150 eval as_val=\$$as_ac_var
12151    if test "x$as_val" = x""yes; then :
12152   cat >>confdefs.h <<_ACEOF
12153 #define `$as_echo "HAVE_$ac_func" | $as_tr_cpp` 1
12154 _ACEOF
12155
12156 fi
12157 done
12158
12159 CFLAGS="$ac_save_CFLAGS"
12160
12161 if test "$ac_cv_func_dlopen" = no
12162 then
12163     { $as_echo "$as_me:${as_lineno-$LINENO}: checking for dlopen in -ldl" >&5
12164 $as_echo_n "checking for dlopen in -ldl... " >&6; }
12165 if test "${ac_cv_lib_dl_dlopen+set}" = set; then :
12166   $as_echo_n "(cached) " >&6
12167 else
12168   ac_check_lib_save_LIBS=$LIBS
12169 LIBS="-ldl  $LIBS"
12170 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
12171 /* end confdefs.h.  */
12172
12173 /* Override any GCC internal prototype to avoid an error.
12174    Use char because int might match the return type of a GCC
12175    builtin and then its argument prototype would still apply.  */
12176 #ifdef __cplusplus
12177 extern "C"
12178 #endif
12179 char dlopen ();
12180 int
12181 main ()
12182 {
12183 return dlopen ();
12184   ;
12185   return 0;
12186 }
12187 _ACEOF
12188 if ac_fn_c_try_link "$LINENO"; then :
12189   ac_cv_lib_dl_dlopen=yes
12190 else
12191   ac_cv_lib_dl_dlopen=no
12192 fi
12193 rm -f core conftest.err conftest.$ac_objext \
12194     conftest$ac_exeext conftest.$ac_ext
12195 LIBS=$ac_check_lib_save_LIBS
12196 fi
12197 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_dl_dlopen" >&5
12198 $as_echo "$ac_cv_lib_dl_dlopen" >&6; }
12199 if test "x$ac_cv_lib_dl_dlopen" = x""yes; then :
12200   $as_echo "#define HAVE_DLOPEN 1" >>confdefs.h
12201  LIBDL="-ldl"
12202
12203 fi
12204
12205 fi
12206 ac_wine_check_funcs_save_LIBS="$LIBS"
12207 LIBS="$LIBS $LIBDL"
12208 for ac_func in dladdr
12209 do :
12210   ac_fn_c_check_func "$LINENO" "dladdr" "ac_cv_func_dladdr"
12211 if test "x$ac_cv_func_dladdr" = x""yes; then :
12212   cat >>confdefs.h <<_ACEOF
12213 #define HAVE_DLADDR 1
12214 _ACEOF
12215
12216 fi
12217 done
12218
12219 LIBS="$ac_wine_check_funcs_save_LIBS"
12220
12221 if test "$ac_cv_func_poll" = no
12222 then
12223     { $as_echo "$as_me:${as_lineno-$LINENO}: checking for poll in -lpoll" >&5
12224 $as_echo_n "checking for poll in -lpoll... " >&6; }
12225 if test "${ac_cv_lib_poll_poll+set}" = set; then :
12226   $as_echo_n "(cached) " >&6
12227 else
12228   ac_check_lib_save_LIBS=$LIBS
12229 LIBS="-lpoll  $LIBS"
12230 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
12231 /* end confdefs.h.  */
12232
12233 /* Override any GCC internal prototype to avoid an error.
12234    Use char because int might match the return type of a GCC
12235    builtin and then its argument prototype would still apply.  */
12236 #ifdef __cplusplus
12237 extern "C"
12238 #endif
12239 char poll ();
12240 int
12241 main ()
12242 {
12243 return poll ();
12244   ;
12245   return 0;
12246 }
12247 _ACEOF
12248 if ac_fn_c_try_link "$LINENO"; then :
12249   ac_cv_lib_poll_poll=yes
12250 else
12251   ac_cv_lib_poll_poll=no
12252 fi
12253 rm -f core conftest.err conftest.$ac_objext \
12254     conftest$ac_exeext conftest.$ac_ext
12255 LIBS=$ac_check_lib_save_LIBS
12256 fi
12257 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_poll_poll" >&5
12258 $as_echo "$ac_cv_lib_poll_poll" >&6; }
12259 if test "x$ac_cv_lib_poll_poll" = x""yes; then :
12260   $as_echo "#define HAVE_POLL 1" >>confdefs.h
12261  LIBPOLL="-lpoll"
12262
12263 fi
12264
12265 fi
12266
12267 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for library containing gethostbyname" >&5
12268 $as_echo_n "checking for library containing gethostbyname... " >&6; }
12269 if test "${ac_cv_search_gethostbyname+set}" = set; then :
12270   $as_echo_n "(cached) " >&6
12271 else
12272   ac_func_search_save_LIBS=$LIBS
12273 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
12274 /* end confdefs.h.  */
12275
12276 /* Override any GCC internal prototype to avoid an error.
12277    Use char because int might match the return type of a GCC
12278    builtin and then its argument prototype would still apply.  */
12279 #ifdef __cplusplus
12280 extern "C"
12281 #endif
12282 char gethostbyname ();
12283 int
12284 main ()
12285 {
12286 return gethostbyname ();
12287   ;
12288   return 0;
12289 }
12290 _ACEOF
12291 for ac_lib in '' nsl; do
12292   if test -z "$ac_lib"; then
12293     ac_res="none required"
12294   else
12295     ac_res=-l$ac_lib
12296     LIBS="-l$ac_lib  $ac_func_search_save_LIBS"
12297   fi
12298   if ac_fn_c_try_link "$LINENO"; then :
12299   ac_cv_search_gethostbyname=$ac_res
12300 fi
12301 rm -f core conftest.err conftest.$ac_objext \
12302     conftest$ac_exeext
12303   if test "${ac_cv_search_gethostbyname+set}" = set; then :
12304   break
12305 fi
12306 done
12307 if test "${ac_cv_search_gethostbyname+set}" = set; then :
12308
12309 else
12310   ac_cv_search_gethostbyname=no
12311 fi
12312 rm conftest.$ac_ext
12313 LIBS=$ac_func_search_save_LIBS
12314 fi
12315 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_search_gethostbyname" >&5
12316 $as_echo "$ac_cv_search_gethostbyname" >&6; }
12317 ac_res=$ac_cv_search_gethostbyname
12318 if test "$ac_res" != no; then :
12319   test "$ac_res" = "none required" || LIBS="$ac_res $LIBS"
12320
12321 fi
12322
12323
12324 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for library containing connect" >&5
12325 $as_echo_n "checking for library containing connect... " >&6; }
12326 if test "${ac_cv_search_connect+set}" = set; then :
12327   $as_echo_n "(cached) " >&6
12328 else
12329   ac_func_search_save_LIBS=$LIBS
12330 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
12331 /* end confdefs.h.  */
12332
12333 /* Override any GCC internal prototype to avoid an error.
12334    Use char because int might match the return type of a GCC
12335    builtin and then its argument prototype would still apply.  */
12336 #ifdef __cplusplus
12337 extern "C"
12338 #endif
12339 char connect ();
12340 int
12341 main ()
12342 {
12343 return connect ();
12344   ;
12345   return 0;
12346 }
12347 _ACEOF
12348 for ac_lib in '' socket; do
12349   if test -z "$ac_lib"; then
12350     ac_res="none required"
12351   else
12352     ac_res=-l$ac_lib
12353     LIBS="-l$ac_lib  $ac_func_search_save_LIBS"
12354   fi
12355   if ac_fn_c_try_link "$LINENO"; then :
12356   ac_cv_search_connect=$ac_res
12357 fi
12358 rm -f core conftest.err conftest.$ac_objext \
12359     conftest$ac_exeext
12360   if test "${ac_cv_search_connect+set}" = set; then :
12361   break
12362 fi
12363 done
12364 if test "${ac_cv_search_connect+set}" = set; then :
12365
12366 else
12367   ac_cv_search_connect=no
12368 fi
12369 rm conftest.$ac_ext
12370 LIBS=$ac_func_search_save_LIBS
12371 fi
12372 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_search_connect" >&5
12373 $as_echo "$ac_cv_search_connect" >&6; }
12374 ac_res=$ac_cv_search_connect
12375 if test "$ac_res" != no; then :
12376   test "$ac_res" = "none required" || LIBS="$ac_res $LIBS"
12377
12378 fi
12379
12380
12381 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for library containing inet_aton" >&5
12382 $as_echo_n "checking for library containing inet_aton... " >&6; }
12383 if test "${ac_cv_search_inet_aton+set}" = set; then :
12384   $as_echo_n "(cached) " >&6
12385 else
12386   ac_func_search_save_LIBS=$LIBS
12387 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
12388 /* end confdefs.h.  */
12389
12390 /* Override any GCC internal prototype to avoid an error.
12391    Use char because int might match the return type of a GCC
12392    builtin and then its argument prototype would still apply.  */
12393 #ifdef __cplusplus
12394 extern "C"
12395 #endif
12396 char inet_aton ();
12397 int
12398 main ()
12399 {
12400 return inet_aton ();
12401   ;
12402   return 0;
12403 }
12404 _ACEOF
12405 for ac_lib in '' resolv; do
12406   if test -z "$ac_lib"; then
12407     ac_res="none required"
12408   else
12409     ac_res=-l$ac_lib
12410     LIBS="-l$ac_lib  $ac_func_search_save_LIBS"
12411   fi
12412   if ac_fn_c_try_link "$LINENO"; then :
12413   ac_cv_search_inet_aton=$ac_res
12414 fi
12415 rm -f core conftest.err conftest.$ac_objext \
12416     conftest$ac_exeext
12417   if test "${ac_cv_search_inet_aton+set}" = set; then :
12418   break
12419 fi
12420 done
12421 if test "${ac_cv_search_inet_aton+set}" = set; then :
12422
12423 else
12424   ac_cv_search_inet_aton=no
12425 fi
12426 rm conftest.$ac_ext
12427 LIBS=$ac_func_search_save_LIBS
12428 fi
12429 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_search_inet_aton" >&5
12430 $as_echo "$ac_cv_search_inet_aton" >&6; }
12431 ac_res=$ac_cv_search_inet_aton
12432 if test "$ac_res" != no; then :
12433   test "$ac_res" = "none required" || LIBS="$ac_res $LIBS"
12434
12435 fi
12436
12437
12438 for ac_func in \
12439         getaddrinfo \
12440         getnameinfo \
12441         getnetbyname \
12442         getprotobyname \
12443         getprotobynumber \
12444         getservbyport \
12445         inet_network \
12446         inet_ntop \
12447         inet_pton \
12448         sendmsg \
12449         socketpair \
12450
12451 do :
12452   as_ac_var=`$as_echo "ac_cv_func_$ac_func" | $as_tr_sh`
12453 ac_fn_c_check_func "$LINENO" "$ac_func" "$as_ac_var"
12454 eval as_val=\$$as_ac_var
12455    if test "x$as_val" = x""yes; then :
12456   cat >>confdefs.h <<_ACEOF
12457 #define `$as_echo "HAVE_$ac_func" | $as_tr_cpp` 1
12458 _ACEOF
12459
12460 fi
12461 done
12462
12463
12464 LDAPLIBS=""
12465
12466 if test "$ac_cv_header_ldap_h" = "yes" -a "$ac_cv_header_lber_h" = "yes"
12467 then
12468     ac_fn_c_check_type "$LINENO" "LDAPSortKey" "ac_cv_type_LDAPSortKey" "#include <ldap.h>
12469 "
12470 if test "x$ac_cv_type_LDAPSortKey" = x""yes; then :
12471   { $as_echo "$as_me:${as_lineno-$LINENO}: checking for ldap_initialize in -lldap_r" >&5
12472 $as_echo_n "checking for ldap_initialize in -lldap_r... " >&6; }
12473 if test "${ac_cv_lib_ldap_r_ldap_initialize+set}" = set; then :
12474   $as_echo_n "(cached) " >&6
12475 else
12476   ac_check_lib_save_LIBS=$LIBS
12477 LIBS="-lldap_r $LIBPTHREAD $LIBS"
12478 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
12479 /* end confdefs.h.  */
12480
12481 /* Override any GCC internal prototype to avoid an error.
12482    Use char because int might match the return type of a GCC
12483    builtin and then its argument prototype would still apply.  */
12484 #ifdef __cplusplus
12485 extern "C"
12486 #endif
12487 char ldap_initialize ();
12488 int
12489 main ()
12490 {
12491 return ldap_initialize ();
12492   ;
12493   return 0;
12494 }
12495 _ACEOF
12496 if ac_fn_c_try_link "$LINENO"; then :
12497   ac_cv_lib_ldap_r_ldap_initialize=yes
12498 else
12499   ac_cv_lib_ldap_r_ldap_initialize=no
12500 fi
12501 rm -f core conftest.err conftest.$ac_objext \
12502     conftest$ac_exeext conftest.$ac_ext
12503 LIBS=$ac_check_lib_save_LIBS
12504 fi
12505 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_ldap_r_ldap_initialize" >&5
12506 $as_echo "$ac_cv_lib_ldap_r_ldap_initialize" >&6; }
12507 if test "x$ac_cv_lib_ldap_r_ldap_initialize" = x""yes; then :
12508   { $as_echo "$as_me:${as_lineno-$LINENO}: checking for ber_init in -llber" >&5
12509 $as_echo_n "checking for ber_init in -llber... " >&6; }
12510 if test "${ac_cv_lib_lber_ber_init+set}" = set; then :
12511   $as_echo_n "(cached) " >&6
12512 else
12513   ac_check_lib_save_LIBS=$LIBS
12514 LIBS="-llber $LIBPTHREAD $LIBS"
12515 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
12516 /* end confdefs.h.  */
12517
12518 /* Override any GCC internal prototype to avoid an error.
12519    Use char because int might match the return type of a GCC
12520    builtin and then its argument prototype would still apply.  */
12521 #ifdef __cplusplus
12522 extern "C"
12523 #endif
12524 char ber_init ();
12525 int
12526 main ()
12527 {
12528 return ber_init ();
12529   ;
12530   return 0;
12531 }
12532 _ACEOF
12533 if ac_fn_c_try_link "$LINENO"; then :
12534   ac_cv_lib_lber_ber_init=yes
12535 else
12536   ac_cv_lib_lber_ber_init=no
12537 fi
12538 rm -f core conftest.err conftest.$ac_objext \
12539     conftest$ac_exeext conftest.$ac_ext
12540 LIBS=$ac_check_lib_save_LIBS
12541 fi
12542 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_lber_ber_init" >&5
12543 $as_echo "$ac_cv_lib_lber_ber_init" >&6; }
12544 if test "x$ac_cv_lib_lber_ber_init" = x""yes; then :
12545
12546 $as_echo "#define HAVE_LDAP 1" >>confdefs.h
12547
12548                  LDAPLIBS="-lldap_r -llber"
12549 fi
12550
12551 fi
12552
12553 fi
12554
12555     ac_wine_check_funcs_save_LIBS="$LIBS"
12556 LIBS="$LIBS $LDAPLIBS $LIBPTHREAD"
12557 for ac_func in \
12558         ldap_count_references \
12559         ldap_first_reference \
12560         ldap_next_reference \
12561         ldap_parse_reference \
12562         ldap_parse_sort_control \
12563         ldap_parse_sortresponse_control \
12564         ldap_parse_vlv_control \
12565         ldap_parse_vlvresponse_control
12566 do :
12567   as_ac_var=`$as_echo "ac_cv_func_$ac_func" | $as_tr_sh`
12568 ac_fn_c_check_func "$LINENO" "$ac_func" "$as_ac_var"
12569 eval as_val=\$$as_ac_var
12570    if test "x$as_val" = x""yes; then :
12571   cat >>confdefs.h <<_ACEOF
12572 #define `$as_echo "HAVE_$ac_func" | $as_tr_cpp` 1
12573 _ACEOF
12574
12575 fi
12576 done
12577
12578 LIBS="$ac_wine_check_funcs_save_LIBS"
12579 fi
12580 if test "x$LDAPLIBS" = "x"; then :
12581   case "x$with_ldap" in
12582   x)   wine_notices="$wine_notices|libldap (OpenLDAP) ${notice_platform}development files not found, LDAP won't be supported." ;;
12583   xno) ;;
12584   *)   as_fn_error "libldap (OpenLDAP) ${notice_platform}development files not found, LDAP won't be supported.
12585 This is an error since --with-ldap was requested." "$LINENO" 5 ;;
12586 esac
12587 fi
12588
12589 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether mkdir takes only one argument" >&5
12590 $as_echo_n "checking whether mkdir takes only one argument... " >&6; }
12591 if test "${wine_cv_one_arg_mkdir+set}" = set; then :
12592   $as_echo_n "(cached) " >&6
12593 else
12594   cat confdefs.h - <<_ACEOF >conftest.$ac_ext
12595 /* end confdefs.h.  */
12596 #include <sys/stat.h>
12597 int
12598 main ()
12599 {
12600 mkdir("foo");
12601   ;
12602   return 0;
12603 }
12604 _ACEOF
12605 if ac_fn_c_try_compile "$LINENO"; then :
12606   wine_cv_one_arg_mkdir=yes
12607 else
12608   wine_cv_one_arg_mkdir=no
12609 fi
12610 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
12611 fi
12612 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $wine_cv_one_arg_mkdir" >&5
12613 $as_echo "$wine_cv_one_arg_mkdir" >&6; }
12614 if test "$wine_cv_one_arg_mkdir" = "yes"
12615 then
12616
12617 $as_echo "#define HAVE_ONE_ARG_MKDIR 1" >>confdefs.h
12618
12619 fi
12620
12621
12622 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for an ANSI C-conforming const" >&5
12623 $as_echo_n "checking for an ANSI C-conforming const... " >&6; }
12624 if test "${ac_cv_c_const+set}" = set; then :
12625   $as_echo_n "(cached) " >&6
12626 else
12627   cat confdefs.h - <<_ACEOF >conftest.$ac_ext
12628 /* end confdefs.h.  */
12629
12630 int
12631 main ()
12632 {
12633 /* FIXME: Include the comments suggested by Paul. */
12634 #ifndef __cplusplus
12635   /* Ultrix mips cc rejects this.  */
12636   typedef int charset[2];
12637   const charset cs;
12638   /* SunOS 4.1.1 cc rejects this.  */
12639   char const *const *pcpcc;
12640   char **ppc;
12641   /* NEC SVR4.0.2 mips cc rejects this.  */
12642   struct point {int x, y;};
12643   static struct point const zero = {0,0};
12644   /* AIX XL C 1.02.0.0 rejects this.
12645      It does not let you subtract one const X* pointer from another in
12646      an arm of an if-expression whose if-part is not a constant
12647      expression */
12648   const char *g = "string";
12649   pcpcc = &g + (g ? g-g : 0);
12650   /* HPUX 7.0 cc rejects these. */
12651   ++pcpcc;
12652   ppc = (char**) pcpcc;
12653   pcpcc = (char const *const *) ppc;
12654   { /* SCO 3.2v4 cc rejects this.  */
12655     char *t;
12656     char const *s = 0 ? (char *) 0 : (char const *) 0;
12657
12658     *t++ = 0;
12659     if (s) return 0;
12660   }
12661   { /* Someone thinks the Sun supposedly-ANSI compiler will reject this.  */
12662     int x[] = {25, 17};
12663     const int *foo = &x[0];
12664     ++foo;
12665   }
12666   { /* Sun SC1.0 ANSI compiler rejects this -- but not the above. */
12667     typedef const int *iptr;
12668     iptr p = 0;
12669     ++p;
12670   }
12671   { /* AIX XL C 1.02.0.0 rejects this saying
12672        "k.c", line 2.27: 1506-025 (S) Operand must be a modifiable lvalue. */
12673     struct s { int j; const int *ap[3]; };
12674     struct s *b; b->j = 5;
12675   }
12676   { /* ULTRIX-32 V3.1 (Rev 9) vcc rejects this */
12677     const int foo = 10;
12678     if (!foo) return 0;
12679   }
12680   return !cs[0] && !zero.x;
12681 #endif
12682
12683   ;
12684   return 0;
12685 }
12686 _ACEOF
12687 if ac_fn_c_try_compile "$LINENO"; then :
12688   ac_cv_c_const=yes
12689 else
12690   ac_cv_c_const=no
12691 fi
12692 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
12693 fi
12694 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_c_const" >&5
12695 $as_echo "$ac_cv_c_const" >&6; }
12696 if test $ac_cv_c_const = no; then
12697
12698 $as_echo "#define const /**/" >>confdefs.h
12699
12700 fi
12701
12702 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for inline" >&5
12703 $as_echo_n "checking for inline... " >&6; }
12704 if test "${ac_cv_c_inline+set}" = set; then :
12705   $as_echo_n "(cached) " >&6
12706 else
12707   ac_cv_c_inline=no
12708 for ac_kw in inline __inline__ __inline; do
12709   cat confdefs.h - <<_ACEOF >conftest.$ac_ext
12710 /* end confdefs.h.  */
12711 #ifndef __cplusplus
12712 typedef int foo_t;
12713 static $ac_kw foo_t static_foo () {return 0; }
12714 $ac_kw foo_t foo () {return 0; }
12715 #endif
12716
12717 _ACEOF
12718 if ac_fn_c_try_compile "$LINENO"; then :
12719   ac_cv_c_inline=$ac_kw
12720 fi
12721 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
12722   test "$ac_cv_c_inline" != no && break
12723 done
12724
12725 fi
12726 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_c_inline" >&5
12727 $as_echo "$ac_cv_c_inline" >&6; }
12728
12729 case $ac_cv_c_inline in
12730   inline | yes) ;;
12731   *)
12732     case $ac_cv_c_inline in
12733       no) ac_val=;;
12734       *) ac_val=$ac_cv_c_inline;;
12735     esac
12736     cat >>confdefs.h <<_ACEOF
12737 #ifndef __cplusplus
12738 #define inline $ac_val
12739 #endif
12740 _ACEOF
12741     ;;
12742 esac
12743
12744 ac_fn_c_check_type "$LINENO" "mode_t" "ac_cv_type_mode_t" "$ac_includes_default"
12745 if test "x$ac_cv_type_mode_t" = x""yes; then :
12746
12747 cat >>confdefs.h <<_ACEOF
12748 #define HAVE_MODE_T 1
12749 _ACEOF
12750
12751
12752 fi
12753 ac_fn_c_check_type "$LINENO" "off_t" "ac_cv_type_off_t" "$ac_includes_default"
12754 if test "x$ac_cv_type_off_t" = x""yes; then :
12755
12756 cat >>confdefs.h <<_ACEOF
12757 #define HAVE_OFF_T 1
12758 _ACEOF
12759
12760
12761 fi
12762 ac_fn_c_check_type "$LINENO" "pid_t" "ac_cv_type_pid_t" "$ac_includes_default"
12763 if test "x$ac_cv_type_pid_t" = x""yes; then :
12764
12765 cat >>confdefs.h <<_ACEOF
12766 #define HAVE_PID_T 1
12767 _ACEOF
12768
12769
12770 fi
12771 ac_fn_c_check_type "$LINENO" "size_t" "ac_cv_type_size_t" "$ac_includes_default"
12772 if test "x$ac_cv_type_size_t" = x""yes; then :
12773
12774 cat >>confdefs.h <<_ACEOF
12775 #define HAVE_SIZE_T 1
12776 _ACEOF
12777
12778
12779 fi
12780 ac_fn_c_check_type "$LINENO" "ssize_t" "ac_cv_type_ssize_t" "$ac_includes_default"
12781 if test "x$ac_cv_type_ssize_t" = x""yes; then :
12782
12783 cat >>confdefs.h <<_ACEOF
12784 #define HAVE_SSIZE_T 1
12785 _ACEOF
12786
12787
12788 fi
12789 ac_fn_c_check_type "$LINENO" "long long" "ac_cv_type_long_long" "$ac_includes_default"
12790 if test "x$ac_cv_type_long_long" = x""yes; then :
12791
12792 cat >>confdefs.h <<_ACEOF
12793 #define HAVE_LONG_LONG 1
12794 _ACEOF
12795
12796
12797 fi
12798 ac_fn_c_check_type "$LINENO" "fsblkcnt_t" "ac_cv_type_fsblkcnt_t" "$ac_includes_default"
12799 if test "x$ac_cv_type_fsblkcnt_t" = x""yes; then :
12800
12801 cat >>confdefs.h <<_ACEOF
12802 #define HAVE_FSBLKCNT_T 1
12803 _ACEOF
12804
12805
12806 fi
12807 ac_fn_c_check_type "$LINENO" "fsfilcnt_t" "ac_cv_type_fsfilcnt_t" "$ac_includes_default"
12808 if test "x$ac_cv_type_fsfilcnt_t" = x""yes; then :
12809
12810 cat >>confdefs.h <<_ACEOF
12811 #define HAVE_FSFILCNT_T 1
12812 _ACEOF
12813
12814
12815 fi
12816
12817 ac_fn_c_check_type "$LINENO" "sigset_t" "ac_cv_type_sigset_t" "#include <sys/types.h>
12818 #include <signal.h>
12819 "
12820 if test "x$ac_cv_type_sigset_t" = x""yes; then :
12821
12822 cat >>confdefs.h <<_ACEOF
12823 #define HAVE_SIGSET_T 1
12824 _ACEOF
12825
12826
12827 fi
12828
12829 ac_fn_c_check_type "$LINENO" "request_sense" "ac_cv_type_request_sense" "#include <linux/cdrom.h>
12830 "
12831 if test "x$ac_cv_type_request_sense" = x""yes; then :
12832
12833 cat >>confdefs.h <<_ACEOF
12834 #define HAVE_REQUEST_SENSE 1
12835 _ACEOF
12836
12837
12838 fi
12839
12840
12841 ac_fn_c_check_type "$LINENO" "struct xinpgen" "ac_cv_type_struct_xinpgen" "#include <sys/types.h>
12842 #ifdef HAVE_SYS_SOCKET_H
12843 #include <sys/socket.h>
12844 #endif
12845 #ifdef HAVE_SYS_SOCKETVAR_H
12846 #include <sys/socketvar.h>
12847 #endif
12848 #ifdef HAVE_NET_ROUTE_H
12849 #include <net/route.h>
12850 #endif
12851 #ifdef HAVE_NETINET_IN_H
12852 #include <netinet/in.h>
12853 #endif
12854 #ifdef HAVE_NETINET_IN_SYSTM_H
12855 #include <netinet/in_systm.h>
12856 #endif
12857 #ifdef HAVE_NETINET_IP_H
12858 #include <netinet/ip.h>
12859 #endif
12860 #ifdef HAVE_NETINET_IN_PCB_H
12861 #include <netinet/in_pcb.h>
12862 #endif
12863 "
12864 if test "x$ac_cv_type_struct_xinpgen" = x""yes; then :
12865
12866 cat >>confdefs.h <<_ACEOF
12867 #define HAVE_STRUCT_XINPGEN 1
12868 _ACEOF
12869
12870
12871 fi
12872
12873
12874 ac_fn_c_check_member "$LINENO" "struct ff_effect" "direction" "ac_cv_member_struct_ff_effect_direction" "#ifdef HAVE_LINUX_INPUT_H
12875 #include <linux/input.h>
12876 #endif
12877 "
12878 if test "x$ac_cv_member_struct_ff_effect_direction" = x""yes; then :
12879
12880 cat >>confdefs.h <<_ACEOF
12881 #define HAVE_STRUCT_FF_EFFECT_DIRECTION 1
12882 _ACEOF
12883
12884
12885 fi
12886
12887
12888 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for sigaddset" >&5
12889 $as_echo_n "checking for sigaddset... " >&6; }
12890 if test "${wine_cv_have_sigaddset+set}" = set; then :
12891   $as_echo_n "(cached) " >&6
12892 else
12893   cat confdefs.h - <<_ACEOF >conftest.$ac_ext
12894 /* end confdefs.h.  */
12895 #include <signal.h>
12896 int
12897 main ()
12898 {
12899 sigset_t set; sigaddset(&set,SIGTERM);
12900   ;
12901   return 0;
12902 }
12903 _ACEOF
12904 if ac_fn_c_try_link "$LINENO"; then :
12905   wine_cv_have_sigaddset=yes
12906 else
12907   wine_cv_have_sigaddset=no
12908 fi
12909 rm -f core conftest.err conftest.$ac_objext \
12910     conftest$ac_exeext conftest.$ac_ext
12911 fi
12912 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $wine_cv_have_sigaddset" >&5
12913 $as_echo "$wine_cv_have_sigaddset" >&6; }
12914 if test "$wine_cv_have_sigaddset" = "yes"
12915 then
12916
12917 $as_echo "#define HAVE_SIGADDSET 1" >>confdefs.h
12918
12919 fi
12920
12921
12922 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether we can use re-entrant gethostbyname_r Linux style" >&5
12923 $as_echo_n "checking whether we can use re-entrant gethostbyname_r Linux style... " >&6; }
12924 if test "${wine_cv_linux_gethostbyname_r_6+set}" = set; then :
12925   $as_echo_n "(cached) " >&6
12926 else
12927   cat confdefs.h - <<_ACEOF >conftest.$ac_ext
12928 /* end confdefs.h.  */
12929 #include <netdb.h>
12930 int
12931 main ()
12932 {
12933
12934     char *name=0;
12935     struct hostent he;
12936     struct hostent *result;
12937     char *buf=0;
12938     int bufsize=0;
12939     int res,errnr;
12940     char *addr=0;
12941     int addrlen=0;
12942     int addrtype=0;
12943     res=gethostbyname_r(name,&he,buf,bufsize,&result,&errnr);
12944     res=gethostbyaddr_r(addr, addrlen, addrtype,&he,buf,bufsize,&result,&errnr);
12945
12946   ;
12947   return 0;
12948 }
12949 _ACEOF
12950 if ac_fn_c_try_link "$LINENO"; then :
12951   wine_cv_linux_gethostbyname_r_6=yes
12952 else
12953   wine_cv_linux_gethostbyname_r_6=no
12954
12955 fi
12956 rm -f core conftest.err conftest.$ac_objext \
12957     conftest$ac_exeext conftest.$ac_ext
12958
12959 fi
12960 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $wine_cv_linux_gethostbyname_r_6" >&5
12961 $as_echo "$wine_cv_linux_gethostbyname_r_6" >&6; }
12962    if test "$wine_cv_linux_gethostbyname_r_6" = "yes"
12963    then
12964
12965 $as_echo "#define HAVE_LINUX_GETHOSTBYNAME_R_6 1" >>confdefs.h
12966
12967    fi
12968
12969 if test "$ac_cv_header_linux_joystick_h" = "yes"
12970 then
12971    { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether linux/joystick.h uses the Linux 2.2+ API" >&5
12972 $as_echo_n "checking whether linux/joystick.h uses the Linux 2.2+ API... " >&6; }
12973 if test "${wine_cv_linux_joystick_22_api+set}" = set; then :
12974   $as_echo_n "(cached) " >&6
12975 else
12976   cat confdefs.h - <<_ACEOF >conftest.$ac_ext
12977 /* end confdefs.h.  */
12978
12979         #include <sys/ioctl.h>
12980         #include <sys/types.h>
12981         #include <linux/joystick.h>
12982
12983         struct js_event blub;
12984         #if !defined(JS_EVENT_AXIS) || !defined(JS_EVENT_BUTTON)
12985         #error "no 2.2 header"
12986         #endif
12987
12988 int
12989 main ()
12990 {
12991 /*empty*/
12992   ;
12993   return 0;
12994 }
12995 _ACEOF
12996 if ac_fn_c_try_compile "$LINENO"; then :
12997   wine_cv_linux_joystick_22_api=yes
12998 else
12999   wine_cv_linux_joystick_22_api=no
13000 fi
13001 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
13002
13003 fi
13004 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $wine_cv_linux_joystick_22_api" >&5
13005 $as_echo "$wine_cv_linux_joystick_22_api" >&6; }
13006    if test "$wine_cv_linux_joystick_22_api" = "yes"
13007    then
13008
13009 $as_echo "#define HAVE_LINUX_22_JOYSTICK_API 1" >>confdefs.h
13010
13011    fi
13012 fi
13013
13014
13015 ac_fn_c_check_member "$LINENO" "struct statfs" "f_bfree" "ac_cv_member_struct_statfs_f_bfree" "#include <sys/types.h>
13016 #ifdef HAVE_SYS_PARAM_H
13017 # include <sys/param.h>
13018 #endif
13019 #ifdef HAVE_SYS_MOUNT_H
13020 # include <sys/mount.h>
13021 #endif
13022 #ifdef HAVE_SYS_VFS_H
13023 # include <sys/vfs.h>
13024 #endif
13025 #ifdef HAVE_SYS_STATFS_H
13026 # include <sys/statfs.h>
13027 #endif
13028 "
13029 if test "x$ac_cv_member_struct_statfs_f_bfree" = x""yes; then :
13030
13031 cat >>confdefs.h <<_ACEOF
13032 #define HAVE_STRUCT_STATFS_F_BFREE 1
13033 _ACEOF
13034
13035
13036 fi
13037 ac_fn_c_check_member "$LINENO" "struct statfs" "f_bavail" "ac_cv_member_struct_statfs_f_bavail" "#include <sys/types.h>
13038 #ifdef HAVE_SYS_PARAM_H
13039 # include <sys/param.h>
13040 #endif
13041 #ifdef HAVE_SYS_MOUNT_H
13042 # include <sys/mount.h>
13043 #endif
13044 #ifdef HAVE_SYS_VFS_H
13045 # include <sys/vfs.h>
13046 #endif
13047 #ifdef HAVE_SYS_STATFS_H
13048 # include <sys/statfs.h>
13049 #endif
13050 "
13051 if test "x$ac_cv_member_struct_statfs_f_bavail" = x""yes; then :
13052
13053 cat >>confdefs.h <<_ACEOF
13054 #define HAVE_STRUCT_STATFS_F_BAVAIL 1
13055 _ACEOF
13056
13057
13058 fi
13059 ac_fn_c_check_member "$LINENO" "struct statfs" "f_frsize" "ac_cv_member_struct_statfs_f_frsize" "#include <sys/types.h>
13060 #ifdef HAVE_SYS_PARAM_H
13061 # include <sys/param.h>
13062 #endif
13063 #ifdef HAVE_SYS_MOUNT_H
13064 # include <sys/mount.h>
13065 #endif
13066 #ifdef HAVE_SYS_VFS_H
13067 # include <sys/vfs.h>
13068 #endif
13069 #ifdef HAVE_SYS_STATFS_H
13070 # include <sys/statfs.h>
13071 #endif
13072 "
13073 if test "x$ac_cv_member_struct_statfs_f_frsize" = x""yes; then :
13074
13075 cat >>confdefs.h <<_ACEOF
13076 #define HAVE_STRUCT_STATFS_F_FRSIZE 1
13077 _ACEOF
13078
13079
13080 fi
13081 ac_fn_c_check_member "$LINENO" "struct statfs" "f_ffree" "ac_cv_member_struct_statfs_f_ffree" "#include <sys/types.h>
13082 #ifdef HAVE_SYS_PARAM_H
13083 # include <sys/param.h>
13084 #endif
13085 #ifdef HAVE_SYS_MOUNT_H
13086 # include <sys/mount.h>
13087 #endif
13088 #ifdef HAVE_SYS_VFS_H
13089 # include <sys/vfs.h>
13090 #endif
13091 #ifdef HAVE_SYS_STATFS_H
13092 # include <sys/statfs.h>
13093 #endif
13094 "
13095 if test "x$ac_cv_member_struct_statfs_f_ffree" = x""yes; then :
13096
13097 cat >>confdefs.h <<_ACEOF
13098 #define HAVE_STRUCT_STATFS_F_FFREE 1
13099 _ACEOF
13100
13101
13102 fi
13103 ac_fn_c_check_member "$LINENO" "struct statfs" "f_favail" "ac_cv_member_struct_statfs_f_favail" "#include <sys/types.h>
13104 #ifdef HAVE_SYS_PARAM_H
13105 # include <sys/param.h>
13106 #endif
13107 #ifdef HAVE_SYS_MOUNT_H
13108 # include <sys/mount.h>
13109 #endif
13110 #ifdef HAVE_SYS_VFS_H
13111 # include <sys/vfs.h>
13112 #endif
13113 #ifdef HAVE_SYS_STATFS_H
13114 # include <sys/statfs.h>
13115 #endif
13116 "
13117 if test "x$ac_cv_member_struct_statfs_f_favail" = x""yes; then :
13118
13119 cat >>confdefs.h <<_ACEOF
13120 #define HAVE_STRUCT_STATFS_F_FAVAIL 1
13121 _ACEOF
13122
13123
13124 fi
13125 ac_fn_c_check_member "$LINENO" "struct statfs" "f_namelen" "ac_cv_member_struct_statfs_f_namelen" "#include <sys/types.h>
13126 #ifdef HAVE_SYS_PARAM_H
13127 # include <sys/param.h>
13128 #endif
13129 #ifdef HAVE_SYS_MOUNT_H
13130 # include <sys/mount.h>
13131 #endif
13132 #ifdef HAVE_SYS_VFS_H
13133 # include <sys/vfs.h>
13134 #endif
13135 #ifdef HAVE_SYS_STATFS_H
13136 # include <sys/statfs.h>
13137 #endif
13138 "
13139 if test "x$ac_cv_member_struct_statfs_f_namelen" = x""yes; then :
13140
13141 cat >>confdefs.h <<_ACEOF
13142 #define HAVE_STRUCT_STATFS_F_NAMELEN 1
13143 _ACEOF
13144
13145
13146 fi
13147
13148
13149 ac_fn_c_check_member "$LINENO" "struct statvfs" "f_blocks" "ac_cv_member_struct_statvfs_f_blocks" "#ifdef HAVE_SYS_STATVFS_H
13150 #include <sys/statvfs.h>
13151 #endif
13152 "
13153 if test "x$ac_cv_member_struct_statvfs_f_blocks" = x""yes; then :
13154
13155 cat >>confdefs.h <<_ACEOF
13156 #define HAVE_STRUCT_STATVFS_F_BLOCKS 1
13157 _ACEOF
13158
13159
13160 fi
13161
13162
13163 ac_fn_c_check_member "$LINENO" "struct msghdr" "msg_accrights" "ac_cv_member_struct_msghdr_msg_accrights" "#include <sys/types.h>
13164 #ifdef HAVE_SYS_SOCKET_H
13165 # include <sys/socket.h>
13166 #endif
13167 #ifdef HAVE_SYS_UN_H
13168 # include <sys/un.h>
13169 #endif
13170 "
13171 if test "x$ac_cv_member_struct_msghdr_msg_accrights" = x""yes; then :
13172
13173 cat >>confdefs.h <<_ACEOF
13174 #define HAVE_STRUCT_MSGHDR_MSG_ACCRIGHTS 1
13175 _ACEOF
13176
13177
13178 fi
13179 ac_fn_c_check_member "$LINENO" "struct sockaddr" "sa_len" "ac_cv_member_struct_sockaddr_sa_len" "#include <sys/types.h>
13180 #ifdef HAVE_SYS_SOCKET_H
13181 # include <sys/socket.h>
13182 #endif
13183 #ifdef HAVE_SYS_UN_H
13184 # include <sys/un.h>
13185 #endif
13186 "
13187 if test "x$ac_cv_member_struct_sockaddr_sa_len" = x""yes; then :
13188
13189 cat >>confdefs.h <<_ACEOF
13190 #define HAVE_STRUCT_SOCKADDR_SA_LEN 1
13191 _ACEOF
13192
13193
13194 fi
13195 ac_fn_c_check_member "$LINENO" "struct sockaddr_un" "sun_len" "ac_cv_member_struct_sockaddr_un_sun_len" "#include <sys/types.h>
13196 #ifdef HAVE_SYS_SOCKET_H
13197 # include <sys/socket.h>
13198 #endif
13199 #ifdef HAVE_SYS_UN_H
13200 # include <sys/un.h>
13201 #endif
13202 "
13203 if test "x$ac_cv_member_struct_sockaddr_un_sun_len" = x""yes; then :
13204
13205 cat >>confdefs.h <<_ACEOF
13206 #define HAVE_STRUCT_SOCKADDR_UN_SUN_LEN 1
13207 _ACEOF
13208
13209
13210 fi
13211
13212
13213 ac_fn_c_check_member "$LINENO" "scsireq_t" "cmd" "ac_cv_member_scsireq_t_cmd" "#include <sys/types.h>
13214 #ifdef HAVE_SCSI_SG_H
13215 #include <scsi/sg.h>
13216 #endif
13217 "
13218 if test "x$ac_cv_member_scsireq_t_cmd" = x""yes; then :
13219
13220 cat >>confdefs.h <<_ACEOF
13221 #define HAVE_SCSIREQ_T_CMD 1
13222 _ACEOF
13223
13224
13225 fi
13226 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>
13227 #ifdef HAVE_SCSI_SG_H
13228 #include <scsi/sg.h>
13229 #endif
13230 "
13231 if test "x$ac_cv_member_sg_io_hdr_t_interface_id" = x""yes; then :
13232
13233 cat >>confdefs.h <<_ACEOF
13234 #define HAVE_SG_IO_HDR_T_INTERFACE_ID 1
13235 _ACEOF
13236
13237
13238 fi
13239
13240
13241 ac_fn_c_check_member "$LINENO" "siginfo_t" "si_fd" "ac_cv_member_siginfo_t_si_fd" "#include <signal.h>
13242 "
13243 if test "x$ac_cv_member_siginfo_t_si_fd" = x""yes; then :
13244
13245 cat >>confdefs.h <<_ACEOF
13246 #define HAVE_SIGINFO_T_SI_FD 1
13247 _ACEOF
13248
13249
13250 fi
13251
13252
13253 ac_fn_c_check_member "$LINENO" "struct mtget" "mt_blksiz" "ac_cv_member_struct_mtget_mt_blksiz" "#include <sys/types.h>
13254 #ifdef HAVE_SYS_MTIO_H
13255 #include <sys/mtio.h>
13256 #endif
13257 "
13258 if test "x$ac_cv_member_struct_mtget_mt_blksiz" = x""yes; then :
13259
13260 cat >>confdefs.h <<_ACEOF
13261 #define HAVE_STRUCT_MTGET_MT_BLKSIZ 1
13262 _ACEOF
13263
13264
13265 fi
13266 ac_fn_c_check_member "$LINENO" "struct mtget" "mt_gstat" "ac_cv_member_struct_mtget_mt_gstat" "#include <sys/types.h>
13267 #ifdef HAVE_SYS_MTIO_H
13268 #include <sys/mtio.h>
13269 #endif
13270 "
13271 if test "x$ac_cv_member_struct_mtget_mt_gstat" = x""yes; then :
13272
13273 cat >>confdefs.h <<_ACEOF
13274 #define HAVE_STRUCT_MTGET_MT_GSTAT 1
13275 _ACEOF
13276
13277
13278 fi
13279 ac_fn_c_check_member "$LINENO" "struct mtget" "mt_blkno" "ac_cv_member_struct_mtget_mt_blkno" "#include <sys/types.h>
13280 #ifdef HAVE_SYS_MTIO_H
13281 #include <sys/mtio.h>
13282 #endif
13283 "
13284 if test "x$ac_cv_member_struct_mtget_mt_blkno" = x""yes; then :
13285
13286 cat >>confdefs.h <<_ACEOF
13287 #define HAVE_STRUCT_MTGET_MT_BLKNO 1
13288 _ACEOF
13289
13290
13291 fi
13292
13293
13294 ac_fn_c_check_member "$LINENO" "struct option" "name" "ac_cv_member_struct_option_name" "#ifdef HAVE_GETOPT_H
13295 #include <getopt.h>
13296 #endif
13297 "
13298 if test "x$ac_cv_member_struct_option_name" = x""yes; then :
13299
13300 cat >>confdefs.h <<_ACEOF
13301 #define HAVE_STRUCT_OPTION_NAME 1
13302 _ACEOF
13303
13304
13305 fi
13306
13307
13308 ac_fn_c_check_member "$LINENO" "struct stat" "st_blocks" "ac_cv_member_struct_stat_st_blocks" "$ac_includes_default"
13309 if test "x$ac_cv_member_struct_stat_st_blocks" = x""yes; then :
13310
13311 cat >>confdefs.h <<_ACEOF
13312 #define HAVE_STRUCT_STAT_ST_BLOCKS 1
13313 _ACEOF
13314
13315
13316 fi
13317 ac_fn_c_check_member "$LINENO" "struct stat" "st_mtim" "ac_cv_member_struct_stat_st_mtim" "$ac_includes_default"
13318 if test "x$ac_cv_member_struct_stat_st_mtim" = x""yes; then :
13319
13320 cat >>confdefs.h <<_ACEOF
13321 #define HAVE_STRUCT_STAT_ST_MTIM 1
13322 _ACEOF
13323
13324
13325 fi
13326 ac_fn_c_check_member "$LINENO" "struct stat" "st_ctim" "ac_cv_member_struct_stat_st_ctim" "$ac_includes_default"
13327 if test "x$ac_cv_member_struct_stat_st_ctim" = x""yes; then :
13328
13329 cat >>confdefs.h <<_ACEOF
13330 #define HAVE_STRUCT_STAT_ST_CTIM 1
13331 _ACEOF
13332
13333
13334 fi
13335 ac_fn_c_check_member "$LINENO" "struct stat" "st_atim" "ac_cv_member_struct_stat_st_atim" "$ac_includes_default"
13336 if test "x$ac_cv_member_struct_stat_st_atim" = x""yes; then :
13337
13338 cat >>confdefs.h <<_ACEOF
13339 #define HAVE_STRUCT_STAT_ST_ATIM 1
13340 _ACEOF
13341
13342
13343 fi
13344
13345
13346 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
13347 #include <sys/types.h>
13348 #endif
13349 #ifdef HAVE_NETINET_IN_H
13350 #include <netinet/in.h>
13351 #endif
13352 "
13353 if test "x$ac_cv_member_struct_sockaddr_in6_sin6_scope_id" = x""yes; then :
13354
13355 cat >>confdefs.h <<_ACEOF
13356 #define HAVE_STRUCT_SOCKADDR_IN6_SIN6_SCOPE_ID 1
13357 _ACEOF
13358
13359
13360 fi
13361
13362
13363 ac_fn_c_check_member "$LINENO" "ns_msg" "_msg_ptr" "ac_cv_member_ns_msg__msg_ptr" "#ifdef HAVE_SYS_TYPES_H
13364 #include <sys/types.h>
13365 #endif
13366 #ifdef HAVE_NETINET_IN_H
13367 # include <netinet/in.h>
13368 #endif
13369 #ifdef HAVE_ARPA_NAMESER_H
13370 # include <arpa/nameser.h>
13371 #endif
13372 "
13373 if test "x$ac_cv_member_ns_msg__msg_ptr" = x""yes; then :
13374
13375 cat >>confdefs.h <<_ACEOF
13376 #define HAVE_NS_MSG__MSG_PTR 1
13377 _ACEOF
13378
13379
13380 fi
13381
13382
13383 ac_fn_c_check_member "$LINENO" "struct icmpstat" "icps_outhist" "ac_cv_member_struct_icmpstat_icps_outhist" "#ifdef HAVE_SYS_TYPES_H
13384 #include <sys/types.h>
13385 #endif
13386 #ifdef HAVE_ALIAS_H
13387 #include <alias.h>
13388 #endif
13389 #ifdef HAVE_SYS_SOCKET_H
13390 #include <sys/socket.h>
13391 #endif
13392 #ifdef HAVE_SYS_SOCKETVAR_H
13393 #include <sys/socketvar.h>
13394 #endif
13395 #ifdef HAVE_SYS_TIMEOUT_H
13396 #include <sys/timeout.h>
13397 #endif
13398 #ifdef HAVE_NETINET_IN_H
13399 #include <netinet/in.h>
13400 #endif
13401 #ifdef HAVE_NETINET_IN_SYSTM_H
13402 #include <netinet/in_systm.h>
13403 #endif
13404 #ifdef HAVE_NETINET_IP_H
13405 #include <netinet/ip.h>
13406 #endif
13407 #ifdef HAVE_NETINET_IP_VAR_H
13408 #include <netinet/ip_var.h>
13409 #endif
13410 #ifdef HAVE_NETINET_IP_ICMP_H
13411 #include <netinet/ip_icmp.h>
13412 #endif
13413 #ifdef HAVE_NETINET_ICMP_VAR
13414 #include <netinet/icmp_var.h>
13415 #endif
13416 "
13417 if test "x$ac_cv_member_struct_icmpstat_icps_outhist" = x""yes; then :
13418
13419 cat >>confdefs.h <<_ACEOF
13420 #define HAVE_STRUCT_ICMPSTAT_ICPS_OUTHIST 1
13421 _ACEOF
13422
13423
13424 fi
13425
13426
13427 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for timezone variable" >&5
13428 $as_echo_n "checking for timezone variable... " >&6; }
13429 if test "${ac_cv_have_timezone+set}" = set; then :
13430   $as_echo_n "(cached) " >&6
13431 else
13432   cat confdefs.h - <<_ACEOF >conftest.$ac_ext
13433 /* end confdefs.h.  */
13434 #include <time.h>
13435 int
13436 main ()
13437 {
13438 timezone = 1
13439   ;
13440   return 0;
13441 }
13442 _ACEOF
13443 if ac_fn_c_try_link "$LINENO"; then :
13444   ac_cv_have_timezone="yes"
13445 else
13446   ac_cv_have_timezone="no"
13447 fi
13448 rm -f core conftest.err conftest.$ac_objext \
13449     conftest$ac_exeext conftest.$ac_ext
13450 fi
13451 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_have_timezone" >&5
13452 $as_echo "$ac_cv_have_timezone" >&6; }
13453 if test "$ac_cv_have_timezone" = "yes"
13454 then
13455
13456 $as_echo "#define HAVE_TIMEZONE 1" >>confdefs.h
13457
13458 fi
13459 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for daylight variable" >&5
13460 $as_echo_n "checking for daylight variable... " >&6; }
13461 if test "${ac_cv_have_daylight+set}" = set; then :
13462   $as_echo_n "(cached) " >&6
13463 else
13464   cat confdefs.h - <<_ACEOF >conftest.$ac_ext
13465 /* end confdefs.h.  */
13466 #include <time.h>
13467 int
13468 main ()
13469 {
13470 daylight = 1
13471   ;
13472   return 0;
13473 }
13474 _ACEOF
13475 if ac_fn_c_try_link "$LINENO"; then :
13476   ac_cv_have_daylight="yes"
13477 else
13478   ac_cv_have_daylight="no"
13479 fi
13480 rm -f core conftest.err conftest.$ac_objext \
13481     conftest$ac_exeext conftest.$ac_ext
13482 fi
13483 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_have_daylight" >&5
13484 $as_echo "$ac_cv_have_daylight" >&6; }
13485 if test "$ac_cv_have_daylight" = "yes"
13486 then
13487
13488 $as_echo "#define HAVE_DAYLIGHT 1" >>confdefs.h
13489
13490 fi
13491
13492 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for isinf" >&5
13493 $as_echo_n "checking for isinf... " >&6; }
13494 if test "${ac_cv_have_isinf+set}" = set; then :
13495   $as_echo_n "(cached) " >&6
13496 else
13497   cat confdefs.h - <<_ACEOF >conftest.$ac_ext
13498 /* end confdefs.h.  */
13499 #include <math.h>
13500 int
13501 main ()
13502 {
13503 float f = 0.0; int i=isinf(f)
13504   ;
13505   return 0;
13506 }
13507 _ACEOF
13508 if ac_fn_c_try_link "$LINENO"; then :
13509   ac_cv_have_isinf="yes"
13510 else
13511   ac_cv_have_isinf="no"
13512 fi
13513 rm -f core conftest.err conftest.$ac_objext \
13514     conftest$ac_exeext conftest.$ac_ext
13515 fi
13516 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_have_isinf" >&5
13517 $as_echo "$ac_cv_have_isinf" >&6; }
13518 if test "$ac_cv_have_isinf" = "yes"
13519 then
13520
13521 $as_echo "#define HAVE_ISINF 1" >>confdefs.h
13522
13523 fi
13524
13525 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for isnan" >&5
13526 $as_echo_n "checking for isnan... " >&6; }
13527 if test "${ac_cv_have_isnan+set}" = set; then :
13528   $as_echo_n "(cached) " >&6
13529 else
13530   cat confdefs.h - <<_ACEOF >conftest.$ac_ext
13531 /* end confdefs.h.  */
13532 #include <math.h>
13533 int
13534 main ()
13535 {
13536 float f = 0.0; int i=isnan(f)
13537   ;
13538   return 0;
13539 }
13540 _ACEOF
13541 if ac_fn_c_try_link "$LINENO"; then :
13542   ac_cv_have_isnan="yes"
13543 else
13544   ac_cv_have_isnan="no"
13545 fi
13546 rm -f core conftest.err conftest.$ac_objext \
13547     conftest$ac_exeext conftest.$ac_ext
13548 fi
13549 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_have_isnan" >&5
13550 $as_echo "$ac_cv_have_isnan" >&6; }
13551 if test "$ac_cv_have_isnan" = "yes"
13552 then
13553
13554 $as_echo "#define HAVE_ISNAN 1" >>confdefs.h
13555
13556 fi
13557
13558
13559 case $host_cpu in
13560   *i[3456789]86*) { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether we need to define __i386__" >&5
13561 $as_echo_n "checking whether we need to define __i386__... " >&6; }
13562 if test "${ac_cv_cpp_def___i386__+set}" = set; then :
13563   $as_echo_n "(cached) " >&6
13564 else
13565   cat confdefs.h - <<_ACEOF >conftest.$ac_ext
13566 /* end confdefs.h.  */
13567 #ifndef __i386__
13568 yes
13569 #endif
13570 _ACEOF
13571 if (eval "$ac_cpp conftest.$ac_ext") 2>&5 |
13572   $EGREP "yes" >/dev/null 2>&1; then :
13573   ac_cv_cpp_def___i386__=yes
13574 else
13575   ac_cv_cpp_def___i386__=no
13576 fi
13577 rm -f conftest*
13578
13579 fi
13580 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_cpp_def___i386__" >&5
13581 $as_echo "$ac_cv_cpp_def___i386__" >&6; }
13582 if test $ac_cv_cpp_def___i386__ = yes; then :
13583   CFLAGS="$CFLAGS -D__i386__"
13584   LINTFLAGS="$LINTFLAGS -D__i386__"
13585 fi ;;
13586   *x86_64*)         { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether we need to define __x86_64__" >&5
13587 $as_echo_n "checking whether we need to define __x86_64__... " >&6; }
13588 if test "${ac_cv_cpp_def___x86_64__+set}" = set; then :
13589   $as_echo_n "(cached) " >&6
13590 else
13591   cat confdefs.h - <<_ACEOF >conftest.$ac_ext
13592 /* end confdefs.h.  */
13593 #ifndef __x86_64__
13594 yes
13595 #endif
13596 _ACEOF
13597 if (eval "$ac_cpp conftest.$ac_ext") 2>&5 |
13598   $EGREP "yes" >/dev/null 2>&1; then :
13599   ac_cv_cpp_def___x86_64__=yes
13600 else
13601   ac_cv_cpp_def___x86_64__=no
13602 fi
13603 rm -f conftest*
13604
13605 fi
13606 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_cpp_def___x86_64__" >&5
13607 $as_echo "$ac_cv_cpp_def___x86_64__" >&6; }
13608 if test $ac_cv_cpp_def___x86_64__ = yes; then :
13609   CFLAGS="$CFLAGS -D__x86_64__"
13610   LINTFLAGS="$LINTFLAGS -D__x86_64__"
13611 fi ;;
13612   *alpha*)          { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether we need to define __ALPHA__" >&5
13613 $as_echo_n "checking whether we need to define __ALPHA__... " >&6; }
13614 if test "${ac_cv_cpp_def___ALPHA__+set}" = set; then :
13615   $as_echo_n "(cached) " >&6
13616 else
13617   cat confdefs.h - <<_ACEOF >conftest.$ac_ext
13618 /* end confdefs.h.  */
13619 #ifndef __ALPHA__
13620 yes
13621 #endif
13622 _ACEOF
13623 if (eval "$ac_cpp conftest.$ac_ext") 2>&5 |
13624   $EGREP "yes" >/dev/null 2>&1; then :
13625   ac_cv_cpp_def___ALPHA__=yes
13626 else
13627   ac_cv_cpp_def___ALPHA__=no
13628 fi
13629 rm -f conftest*
13630
13631 fi
13632 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_cpp_def___ALPHA__" >&5
13633 $as_echo "$ac_cv_cpp_def___ALPHA__" >&6; }
13634 if test $ac_cv_cpp_def___ALPHA__ = yes; then :
13635   CFLAGS="$CFLAGS -D__ALPHA__"
13636   LINTFLAGS="$LINTFLAGS -D__ALPHA__"
13637 fi ;;
13638   *sparc*)          { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether we need to define __sparc__" >&5
13639 $as_echo_n "checking whether we need to define __sparc__... " >&6; }
13640 if test "${ac_cv_cpp_def___sparc__+set}" = set; then :
13641   $as_echo_n "(cached) " >&6
13642 else
13643   cat confdefs.h - <<_ACEOF >conftest.$ac_ext
13644 /* end confdefs.h.  */
13645 #ifndef __sparc__
13646 yes
13647 #endif
13648 _ACEOF
13649 if (eval "$ac_cpp conftest.$ac_ext") 2>&5 |
13650   $EGREP "yes" >/dev/null 2>&1; then :
13651   ac_cv_cpp_def___sparc__=yes
13652 else
13653   ac_cv_cpp_def___sparc__=no
13654 fi
13655 rm -f conftest*
13656
13657 fi
13658 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_cpp_def___sparc__" >&5
13659 $as_echo "$ac_cv_cpp_def___sparc__" >&6; }
13660 if test $ac_cv_cpp_def___sparc__ = yes; then :
13661   CFLAGS="$CFLAGS -D__sparc__"
13662   LINTFLAGS="$LINTFLAGS -D__sparc__"
13663 fi ;;
13664   *powerpc*)        { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether we need to define __powerpc__" >&5
13665 $as_echo_n "checking whether we need to define __powerpc__... " >&6; }
13666 if test "${ac_cv_cpp_def___powerpc__+set}" = set; then :
13667   $as_echo_n "(cached) " >&6
13668 else
13669   cat confdefs.h - <<_ACEOF >conftest.$ac_ext
13670 /* end confdefs.h.  */
13671 #ifndef __powerpc__
13672 yes
13673 #endif
13674 _ACEOF
13675 if (eval "$ac_cpp conftest.$ac_ext") 2>&5 |
13676   $EGREP "yes" >/dev/null 2>&1; then :
13677   ac_cv_cpp_def___powerpc__=yes
13678 else
13679   ac_cv_cpp_def___powerpc__=no
13680 fi
13681 rm -f conftest*
13682
13683 fi
13684 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_cpp_def___powerpc__" >&5
13685 $as_echo "$ac_cv_cpp_def___powerpc__" >&6; }
13686 if test $ac_cv_cpp_def___powerpc__ = yes; then :
13687   CFLAGS="$CFLAGS -D__powerpc__"
13688   LINTFLAGS="$LINTFLAGS -D__powerpc__"
13689 fi ;;
13690 esac
13691
13692 case $host_vendor in
13693   *sun*) { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether we need to define __sun__" >&5
13694 $as_echo_n "checking whether we need to define __sun__... " >&6; }
13695 if test "${ac_cv_cpp_def___sun__+set}" = set; then :
13696   $as_echo_n "(cached) " >&6
13697 else
13698   cat confdefs.h - <<_ACEOF >conftest.$ac_ext
13699 /* end confdefs.h.  */
13700 #ifndef __sun__
13701 yes
13702 #endif
13703 _ACEOF
13704 if (eval "$ac_cpp conftest.$ac_ext") 2>&5 |
13705   $EGREP "yes" >/dev/null 2>&1; then :
13706   ac_cv_cpp_def___sun__=yes
13707 else
13708   ac_cv_cpp_def___sun__=no
13709 fi
13710 rm -f conftest*
13711
13712 fi
13713 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_cpp_def___sun__" >&5
13714 $as_echo "$ac_cv_cpp_def___sun__" >&6; }
13715 if test $ac_cv_cpp_def___sun__ = yes; then :
13716   CFLAGS="$CFLAGS -D__sun__"
13717   LINTFLAGS="$LINTFLAGS -D__sun__"
13718 fi ;;
13719 esac
13720
13721
13722 DEPENDENCIES="### Dependencies:
13723
13724 .INIT: Makefile
13725 .BEGIN: Makefile
13726 .MAKEFILEDEPS:
13727 Makefile: dummy
13728         -\$(MAKEDEP) \$(MAKEDEPFLAGS) -C\$(SRCDIR) -S\$(TOPSRCDIR) -T\$(TOPOBJDIR) \$(EXTRAINCL) \$(DEPEND_SRCS)
13729
13730 \$(OBJS) \$(C_SRCS16:.c=.o): \$(IDL_GEN_HEADERS)
13731 \$(IDL_GEN_C_SRCS:.c=.o): \$(IDL_GEN_C_SRCS)
13732 \$(RC_SRCS:.rc=.res): \$(IDL_TLB_SRCS:.idl=.tlb)
13733 \$(LEX_SRCS:.l=.yy.o): \$(LEX_SRCS:.l=.yy.c)
13734 \$(BISON_SRCS:.y=.tab.o): \$(BISON_SRCS:.y=.tab.c)"
13735
13736
13737 ALL_MAKERULES=""
13738
13739 ALL_MAKEFILES=""
13740
13741 ALL_MAKEFILE_DEPENDS="# Makefile dependencies"
13742
13743
13744 ALL_TOP_DIRS=""
13745
13746 ALL_DLL_DIRS=""
13747
13748 ALL_IMPLIB_DIRS=""
13749
13750 ALL_TEST_DIRS=""
13751
13752 ALL_PROGRAM_DIRS=""
13753
13754 ALL_PROGRAM_INSTALL_DIRS=""
13755
13756 ALL_PROGRAM_BIN_INSTALL_DIRS=""
13757
13758
13759
13760
13761 ac_config_commands="$ac_config_commands include/stamp-h"
13762
13763
13764 ac_config_commands="$ac_config_commands dlls/gdi32/enhmfdrv"
13765
13766 ac_config_commands="$ac_config_commands dlls/gdi32/mfdrv"
13767
13768 ac_config_commands="$ac_config_commands dlls/kernel32/nls"
13769
13770 ac_config_commands="$ac_config_commands dlls/user32/resources"
13771
13772 ac_config_commands="$ac_config_commands dlls/wineps.drv/data"
13773
13774 ac_config_commands="$ac_config_commands include/wine"
13775
13776
13777 ALL_MAKERULES="$ALL_MAKERULES \\
13778         Make.rules"
13779 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
13780 Make.rules: Make.rules.in"
13781 MAKE_RULES=Make.rules
13782 ac_config_files="$ac_config_files Make.rules"
13783
13784 ALL_MAKERULES="$ALL_MAKERULES \\
13785         dlls/Makedll.rules"
13786 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
13787 dlls/Makedll.rules: dlls/Makedll.rules.in Make.rules"
13788 MAKE_DLL_RULES=dlls/Makedll.rules
13789 ac_config_files="$ac_config_files dlls/Makedll.rules"
13790
13791 ALL_MAKERULES="$ALL_MAKERULES \\
13792         dlls/Makeimplib.rules"
13793 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
13794 dlls/Makeimplib.rules: dlls/Makeimplib.rules.in Make.rules"
13795 MAKE_IMPLIB_RULES=dlls/Makeimplib.rules
13796 ac_config_files="$ac_config_files dlls/Makeimplib.rules"
13797
13798 ALL_MAKERULES="$ALL_MAKERULES \\
13799         dlls/Maketest.rules"
13800 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
13801 dlls/Maketest.rules: dlls/Maketest.rules.in Make.rules"
13802 MAKE_TEST_RULES=dlls/Maketest.rules
13803 ac_config_files="$ac_config_files dlls/Maketest.rules"
13804
13805 ALL_MAKERULES="$ALL_MAKERULES \\
13806         programs/Makeprog.rules"
13807 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
13808 programs/Makeprog.rules: programs/Makeprog.rules.in Make.rules"
13809 MAKE_PROG_RULES=programs/Makeprog.rules
13810 ac_config_files="$ac_config_files programs/Makeprog.rules"
13811
13812
13813
13814
13815 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
13816 Makefile: Makefile.in Make.rules"
13817 ac_config_files="$ac_config_files Makefile"
13818
13819 ALL_MAKEFILES="$ALL_MAKEFILES \\
13820         dlls/Makefile"
13821 test "x$enable_dlls" != xno && ALL_TOP_DIRS="$ALL_TOP_DIRS \\
13822         dlls"
13823 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
13824 dlls/Makefile: dlls/Makefile.in Make.rules"
13825 ac_config_files="$ac_config_files dlls/Makefile"
13826
13827 ALL_MAKEFILES="$ALL_MAKEFILES \\
13828         dlls/acledit/Makefile"
13829 test "x$enable_acledit" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
13830         acledit"
13831 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
13832 dlls/acledit/Makefile: dlls/acledit/Makefile.in dlls/Makedll.rules"
13833 ac_config_files="$ac_config_files dlls/acledit/Makefile"
13834
13835 ALL_MAKEFILES="$ALL_MAKEFILES \\
13836         dlls/aclui/Makefile"
13837 test "x$enable_aclui" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
13838         aclui"
13839 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
13840 dlls/aclui/Makefile: dlls/aclui/Makefile.in dlls/Makedll.rules"
13841 ac_config_files="$ac_config_files dlls/aclui/Makefile"
13842
13843 ALL_MAKEFILES="$ALL_MAKEFILES \\
13844         dlls/activeds/Makefile"
13845 test "x$enable_activeds" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
13846         activeds"
13847 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
13848 dlls/activeds/Makefile: dlls/activeds/Makefile.in dlls/Makedll.rules"
13849 ac_config_files="$ac_config_files dlls/activeds/Makefile"
13850
13851 ALL_MAKEFILES="$ALL_MAKEFILES \\
13852         dlls/actxprxy/Makefile"
13853 test "x$enable_actxprxy" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
13854         actxprxy"
13855 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
13856 dlls/actxprxy/Makefile: dlls/actxprxy/Makefile.in dlls/Makedll.rules"
13857 ac_config_files="$ac_config_files dlls/actxprxy/Makefile"
13858
13859 ALL_MAKEFILES="$ALL_MAKEFILES \\
13860         dlls/adsiid/Makefile"
13861 test "x$enable_adsiid" != xno && ALL_IMPLIB_DIRS="$ALL_IMPLIB_DIRS \\
13862         adsiid"
13863 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
13864 dlls/adsiid/Makefile: dlls/adsiid/Makefile.in dlls/Makeimplib.rules"
13865 ac_config_files="$ac_config_files dlls/adsiid/Makefile"
13866
13867 ALL_MAKEFILES="$ALL_MAKEFILES \\
13868         dlls/advapi32/Makefile"
13869 test "x$enable_advapi32" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
13870         advapi32"
13871 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
13872 dlls/advapi32/Makefile: dlls/advapi32/Makefile.in dlls/Makedll.rules"
13873 ac_config_files="$ac_config_files dlls/advapi32/Makefile"
13874
13875 ALL_MAKEFILES="$ALL_MAKEFILES \\
13876         dlls/advapi32/tests/Makefile"
13877 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
13878         advapi32/tests"
13879 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
13880 dlls/advapi32/tests/Makefile: dlls/advapi32/tests/Makefile.in dlls/Maketest.rules"
13881 ac_config_files="$ac_config_files dlls/advapi32/tests/Makefile"
13882
13883 ALL_MAKEFILES="$ALL_MAKEFILES \\
13884         dlls/advpack/Makefile"
13885 test "x$enable_advpack" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
13886         advpack"
13887 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
13888 dlls/advpack/Makefile: dlls/advpack/Makefile.in dlls/Makedll.rules"
13889 ac_config_files="$ac_config_files dlls/advpack/Makefile"
13890
13891 ALL_MAKEFILES="$ALL_MAKEFILES \\
13892         dlls/advpack/tests/Makefile"
13893 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
13894         advpack/tests"
13895 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
13896 dlls/advpack/tests/Makefile: dlls/advpack/tests/Makefile.in dlls/Maketest.rules"
13897 ac_config_files="$ac_config_files dlls/advpack/tests/Makefile"
13898
13899 ALL_MAKEFILES="$ALL_MAKEFILES \\
13900         dlls/amstream/Makefile"
13901 test "x$enable_amstream" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
13902         amstream"
13903 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
13904 dlls/amstream/Makefile: dlls/amstream/Makefile.in dlls/Makedll.rules"
13905 ac_config_files="$ac_config_files dlls/amstream/Makefile"
13906
13907 ALL_MAKEFILES="$ALL_MAKEFILES \\
13908         dlls/amstream/tests/Makefile"
13909 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
13910         amstream/tests"
13911 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
13912 dlls/amstream/tests/Makefile: dlls/amstream/tests/Makefile.in dlls/Maketest.rules"
13913 ac_config_files="$ac_config_files dlls/amstream/tests/Makefile"
13914
13915 ALL_MAKEFILES="$ALL_MAKEFILES \\
13916         dlls/appwiz.cpl/Makefile"
13917 test "x$enable_appwiz_cpl" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
13918         appwiz.cpl"
13919 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
13920 dlls/appwiz.cpl/Makefile: dlls/appwiz.cpl/Makefile.in dlls/Makedll.rules"
13921 ac_config_files="$ac_config_files dlls/appwiz.cpl/Makefile"
13922
13923 ALL_MAKEFILES="$ALL_MAKEFILES \\
13924         dlls/atl/Makefile"
13925 test "x$enable_atl" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
13926         atl"
13927 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
13928 dlls/atl/Makefile: dlls/atl/Makefile.in dlls/Makedll.rules"
13929 ac_config_files="$ac_config_files dlls/atl/Makefile"
13930
13931 ALL_MAKEFILES="$ALL_MAKEFILES \\
13932         dlls/authz/Makefile"
13933 test "x$enable_authz" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
13934         authz"
13935 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
13936 dlls/authz/Makefile: dlls/authz/Makefile.in dlls/Makedll.rules"
13937 ac_config_files="$ac_config_files dlls/authz/Makefile"
13938
13939 ALL_MAKEFILES="$ALL_MAKEFILES \\
13940         dlls/avicap32/Makefile"
13941 test "x$enable_avicap32" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
13942         avicap32"
13943 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
13944 dlls/avicap32/Makefile: dlls/avicap32/Makefile.in dlls/Makedll.rules"
13945 ac_config_files="$ac_config_files dlls/avicap32/Makefile"
13946
13947 ALL_MAKEFILES="$ALL_MAKEFILES \\
13948         dlls/avifil32/Makefile"
13949 test "x$enable_avifil32" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
13950         avifil32"
13951 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
13952 dlls/avifil32/Makefile: dlls/avifil32/Makefile.in dlls/Makedll.rules"
13953 ac_config_files="$ac_config_files dlls/avifil32/Makefile"
13954
13955 ALL_MAKEFILES="$ALL_MAKEFILES \\
13956         dlls/avifile.dll16/Makefile"
13957 test "x$enable_win16" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
13958         avifile.dll16"
13959 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
13960 dlls/avifile.dll16/Makefile: dlls/avifile.dll16/Makefile.in dlls/Makedll.rules"
13961 ac_config_files="$ac_config_files dlls/avifile.dll16/Makefile"
13962
13963 ALL_MAKEFILES="$ALL_MAKEFILES \\
13964         dlls/avrt/Makefile"
13965 test "x$enable_avrt" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
13966         avrt"
13967 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
13968 dlls/avrt/Makefile: dlls/avrt/Makefile.in dlls/Makedll.rules"
13969 ac_config_files="$ac_config_files dlls/avrt/Makefile"
13970
13971 ALL_MAKEFILES="$ALL_MAKEFILES \\
13972         dlls/bcrypt/Makefile"
13973 test "x$enable_bcrypt" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
13974         bcrypt"
13975 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
13976 dlls/bcrypt/Makefile: dlls/bcrypt/Makefile.in dlls/Makedll.rules"
13977 ac_config_files="$ac_config_files dlls/bcrypt/Makefile"
13978
13979 ALL_MAKEFILES="$ALL_MAKEFILES \\
13980         dlls/browseui/Makefile"
13981 test "x$enable_browseui" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
13982         browseui"
13983 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
13984 dlls/browseui/Makefile: dlls/browseui/Makefile.in dlls/Makedll.rules"
13985 ac_config_files="$ac_config_files dlls/browseui/Makefile"
13986
13987 ALL_MAKEFILES="$ALL_MAKEFILES \\
13988         dlls/browseui/tests/Makefile"
13989 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
13990         browseui/tests"
13991 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
13992 dlls/browseui/tests/Makefile: dlls/browseui/tests/Makefile.in dlls/Maketest.rules"
13993 ac_config_files="$ac_config_files dlls/browseui/tests/Makefile"
13994
13995 ALL_MAKEFILES="$ALL_MAKEFILES \\
13996         dlls/cabinet/Makefile"
13997 test "x$enable_cabinet" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
13998         cabinet"
13999 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
14000 dlls/cabinet/Makefile: dlls/cabinet/Makefile.in dlls/Makedll.rules"
14001 ac_config_files="$ac_config_files dlls/cabinet/Makefile"
14002
14003 ALL_MAKEFILES="$ALL_MAKEFILES \\
14004         dlls/cabinet/tests/Makefile"
14005 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
14006         cabinet/tests"
14007 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
14008 dlls/cabinet/tests/Makefile: dlls/cabinet/tests/Makefile.in dlls/Maketest.rules"
14009 ac_config_files="$ac_config_files dlls/cabinet/tests/Makefile"
14010
14011 ALL_MAKEFILES="$ALL_MAKEFILES \\
14012         dlls/capi2032/Makefile"
14013 test "x$enable_capi2032" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
14014         capi2032"
14015 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
14016 dlls/capi2032/Makefile: dlls/capi2032/Makefile.in dlls/Makedll.rules"
14017 ac_config_files="$ac_config_files dlls/capi2032/Makefile"
14018
14019 ALL_MAKEFILES="$ALL_MAKEFILES \\
14020         dlls/cards/Makefile"
14021 test "x$enable_cards" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
14022         cards"
14023 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
14024 dlls/cards/Makefile: dlls/cards/Makefile.in dlls/Makedll.rules"
14025 ac_config_files="$ac_config_files dlls/cards/Makefile"
14026
14027 ALL_MAKEFILES="$ALL_MAKEFILES \\
14028         dlls/cfgmgr32/Makefile"
14029 test "x$enable_cfgmgr32" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
14030         cfgmgr32"
14031 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
14032 dlls/cfgmgr32/Makefile: dlls/cfgmgr32/Makefile.in dlls/Makedll.rules"
14033 ac_config_files="$ac_config_files dlls/cfgmgr32/Makefile"
14034
14035 ALL_MAKEFILES="$ALL_MAKEFILES \\
14036         dlls/clusapi/Makefile"
14037 test "x$enable_clusapi" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
14038         clusapi"
14039 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
14040 dlls/clusapi/Makefile: dlls/clusapi/Makefile.in dlls/Makedll.rules"
14041 ac_config_files="$ac_config_files dlls/clusapi/Makefile"
14042
14043 ALL_MAKEFILES="$ALL_MAKEFILES \\
14044         dlls/comcat/Makefile"
14045 test "x$enable_comcat" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
14046         comcat"
14047 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
14048 dlls/comcat/Makefile: dlls/comcat/Makefile.in dlls/Makedll.rules"
14049 ac_config_files="$ac_config_files dlls/comcat/Makefile"
14050
14051 ALL_MAKEFILES="$ALL_MAKEFILES \\
14052         dlls/comcat/tests/Makefile"
14053 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
14054         comcat/tests"
14055 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
14056 dlls/comcat/tests/Makefile: dlls/comcat/tests/Makefile.in dlls/Maketest.rules"
14057 ac_config_files="$ac_config_files dlls/comcat/tests/Makefile"
14058
14059 ALL_MAKEFILES="$ALL_MAKEFILES \\
14060         dlls/comctl32/Makefile"
14061 test "x$enable_comctl32" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
14062         comctl32"
14063 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
14064 dlls/comctl32/Makefile: dlls/comctl32/Makefile.in dlls/Makedll.rules"
14065 ac_config_files="$ac_config_files dlls/comctl32/Makefile"
14066
14067 ALL_MAKEFILES="$ALL_MAKEFILES \\
14068         dlls/comctl32/tests/Makefile"
14069 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
14070         comctl32/tests"
14071 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
14072 dlls/comctl32/tests/Makefile: dlls/comctl32/tests/Makefile.in dlls/Maketest.rules"
14073 ac_config_files="$ac_config_files dlls/comctl32/tests/Makefile"
14074
14075 ALL_MAKEFILES="$ALL_MAKEFILES \\
14076         dlls/comdlg32/Makefile"
14077 test "x$enable_comdlg32" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
14078         comdlg32"
14079 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
14080 dlls/comdlg32/Makefile: dlls/comdlg32/Makefile.in dlls/Makedll.rules"
14081 ac_config_files="$ac_config_files dlls/comdlg32/Makefile"
14082
14083 ALL_MAKEFILES="$ALL_MAKEFILES \\
14084         dlls/comdlg32/tests/Makefile"
14085 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
14086         comdlg32/tests"
14087 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
14088 dlls/comdlg32/tests/Makefile: dlls/comdlg32/tests/Makefile.in dlls/Maketest.rules"
14089 ac_config_files="$ac_config_files dlls/comdlg32/tests/Makefile"
14090
14091 ALL_MAKEFILES="$ALL_MAKEFILES \\
14092         dlls/comm.drv16/Makefile"
14093 test "x$enable_win16" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
14094         comm.drv16"
14095 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
14096 dlls/comm.drv16/Makefile: dlls/comm.drv16/Makefile.in dlls/Makedll.rules"
14097 ac_config_files="$ac_config_files dlls/comm.drv16/Makefile"
14098
14099 ALL_MAKEFILES="$ALL_MAKEFILES \\
14100         dlls/commdlg.dll16/Makefile"
14101 test "x$enable_win16" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
14102         commdlg.dll16"
14103 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
14104 dlls/commdlg.dll16/Makefile: dlls/commdlg.dll16/Makefile.in dlls/Makedll.rules"
14105 ac_config_files="$ac_config_files dlls/commdlg.dll16/Makefile"
14106
14107 ALL_MAKEFILES="$ALL_MAKEFILES \\
14108         dlls/compobj.dll16/Makefile"
14109 test "x$enable_win16" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
14110         compobj.dll16"
14111 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
14112 dlls/compobj.dll16/Makefile: dlls/compobj.dll16/Makefile.in dlls/Makedll.rules"
14113 ac_config_files="$ac_config_files dlls/compobj.dll16/Makefile"
14114
14115 ALL_MAKEFILES="$ALL_MAKEFILES \\
14116         dlls/compstui/Makefile"
14117 test "x$enable_compstui" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
14118         compstui"
14119 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
14120 dlls/compstui/Makefile: dlls/compstui/Makefile.in dlls/Makedll.rules"
14121 ac_config_files="$ac_config_files dlls/compstui/Makefile"
14122
14123 ALL_MAKEFILES="$ALL_MAKEFILES \\
14124         dlls/credui/Makefile"
14125 test "x$enable_credui" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
14126         credui"
14127 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
14128 dlls/credui/Makefile: dlls/credui/Makefile.in dlls/Makedll.rules"
14129 ac_config_files="$ac_config_files dlls/credui/Makefile"
14130
14131 ALL_MAKEFILES="$ALL_MAKEFILES \\
14132         dlls/credui/tests/Makefile"
14133 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
14134         credui/tests"
14135 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
14136 dlls/credui/tests/Makefile: dlls/credui/tests/Makefile.in dlls/Maketest.rules"
14137 ac_config_files="$ac_config_files dlls/credui/tests/Makefile"
14138
14139 ALL_MAKEFILES="$ALL_MAKEFILES \\
14140         dlls/crtdll/Makefile"
14141 test "x$enable_crtdll" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
14142         crtdll"
14143 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
14144 dlls/crtdll/Makefile: dlls/crtdll/Makefile.in dlls/Makedll.rules"
14145 ac_config_files="$ac_config_files dlls/crtdll/Makefile"
14146
14147 ALL_MAKEFILES="$ALL_MAKEFILES \\
14148         dlls/crypt32/Makefile"
14149 test "x$enable_crypt32" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
14150         crypt32"
14151 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
14152 dlls/crypt32/Makefile: dlls/crypt32/Makefile.in dlls/Makedll.rules"
14153 ac_config_files="$ac_config_files dlls/crypt32/Makefile"
14154
14155 ALL_MAKEFILES="$ALL_MAKEFILES \\
14156         dlls/crypt32/tests/Makefile"
14157 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
14158         crypt32/tests"
14159 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
14160 dlls/crypt32/tests/Makefile: dlls/crypt32/tests/Makefile.in dlls/Maketest.rules"
14161 ac_config_files="$ac_config_files dlls/crypt32/tests/Makefile"
14162
14163 ALL_MAKEFILES="$ALL_MAKEFILES \\
14164         dlls/cryptdlg/Makefile"
14165 test "x$enable_cryptdlg" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
14166         cryptdlg"
14167 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
14168 dlls/cryptdlg/Makefile: dlls/cryptdlg/Makefile.in dlls/Makedll.rules"
14169 ac_config_files="$ac_config_files dlls/cryptdlg/Makefile"
14170
14171 ALL_MAKEFILES="$ALL_MAKEFILES \\
14172         dlls/cryptdll/Makefile"
14173 test "x$enable_cryptdll" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
14174         cryptdll"
14175 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
14176 dlls/cryptdll/Makefile: dlls/cryptdll/Makefile.in dlls/Makedll.rules"
14177 ac_config_files="$ac_config_files dlls/cryptdll/Makefile"
14178
14179 ALL_MAKEFILES="$ALL_MAKEFILES \\
14180         dlls/cryptnet/Makefile"
14181 test "x$enable_cryptnet" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
14182         cryptnet"
14183 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
14184 dlls/cryptnet/Makefile: dlls/cryptnet/Makefile.in dlls/Makedll.rules"
14185 ac_config_files="$ac_config_files dlls/cryptnet/Makefile"
14186
14187 ALL_MAKEFILES="$ALL_MAKEFILES \\
14188         dlls/cryptnet/tests/Makefile"
14189 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
14190         cryptnet/tests"
14191 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
14192 dlls/cryptnet/tests/Makefile: dlls/cryptnet/tests/Makefile.in dlls/Maketest.rules"
14193 ac_config_files="$ac_config_files dlls/cryptnet/tests/Makefile"
14194
14195 ALL_MAKEFILES="$ALL_MAKEFILES \\
14196         dlls/cryptui/Makefile"
14197 test "x$enable_cryptui" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
14198         cryptui"
14199 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
14200 dlls/cryptui/Makefile: dlls/cryptui/Makefile.in dlls/Makedll.rules"
14201 ac_config_files="$ac_config_files dlls/cryptui/Makefile"
14202
14203 ALL_MAKEFILES="$ALL_MAKEFILES \\
14204         dlls/cryptui/tests/Makefile"
14205 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
14206         cryptui/tests"
14207 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
14208 dlls/cryptui/tests/Makefile: dlls/cryptui/tests/Makefile.in dlls/Maketest.rules"
14209 ac_config_files="$ac_config_files dlls/cryptui/tests/Makefile"
14210
14211 ALL_MAKEFILES="$ALL_MAKEFILES \\
14212         dlls/ctapi32/Makefile"
14213 test "x$enable_ctapi32" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
14214         ctapi32"
14215 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
14216 dlls/ctapi32/Makefile: dlls/ctapi32/Makefile.in dlls/Makedll.rules"
14217 ac_config_files="$ac_config_files dlls/ctapi32/Makefile"
14218
14219 ALL_MAKEFILES="$ALL_MAKEFILES \\
14220         dlls/ctl3d.dll16/Makefile"
14221 test "x$enable_win16" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
14222         ctl3d.dll16"
14223 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
14224 dlls/ctl3d.dll16/Makefile: dlls/ctl3d.dll16/Makefile.in dlls/Makedll.rules"
14225 ac_config_files="$ac_config_files dlls/ctl3d.dll16/Makefile"
14226
14227 ALL_MAKEFILES="$ALL_MAKEFILES \\
14228         dlls/ctl3d32/Makefile"
14229 test "x$enable_ctl3d32" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
14230         ctl3d32"
14231 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
14232 dlls/ctl3d32/Makefile: dlls/ctl3d32/Makefile.in dlls/Makedll.rules"
14233 ac_config_files="$ac_config_files dlls/ctl3d32/Makefile"
14234
14235 ALL_MAKEFILES="$ALL_MAKEFILES \\
14236         dlls/ctl3dv2.dll16/Makefile"
14237 test "x$enable_win16" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
14238         ctl3dv2.dll16"
14239 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
14240 dlls/ctl3dv2.dll16/Makefile: dlls/ctl3dv2.dll16/Makefile.in dlls/Makedll.rules"
14241 ac_config_files="$ac_config_files dlls/ctl3dv2.dll16/Makefile"
14242
14243 ALL_MAKEFILES="$ALL_MAKEFILES \\
14244         dlls/d3d10/Makefile"
14245 test "x$enable_d3d10" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
14246         d3d10"
14247 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
14248 dlls/d3d10/Makefile: dlls/d3d10/Makefile.in dlls/Makedll.rules"
14249 ac_config_files="$ac_config_files dlls/d3d10/Makefile"
14250
14251 ALL_MAKEFILES="$ALL_MAKEFILES \\
14252         dlls/d3d10/tests/Makefile"
14253 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
14254         d3d10/tests"
14255 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
14256 dlls/d3d10/tests/Makefile: dlls/d3d10/tests/Makefile.in dlls/Maketest.rules"
14257 ac_config_files="$ac_config_files dlls/d3d10/tests/Makefile"
14258
14259 ALL_MAKEFILES="$ALL_MAKEFILES \\
14260         dlls/d3d10core/Makefile"
14261 test "x$enable_d3d10core" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
14262         d3d10core"
14263 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
14264 dlls/d3d10core/Makefile: dlls/d3d10core/Makefile.in dlls/Makedll.rules"
14265 ac_config_files="$ac_config_files dlls/d3d10core/Makefile"
14266
14267 ALL_MAKEFILES="$ALL_MAKEFILES \\
14268         dlls/d3d10core/tests/Makefile"
14269 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
14270         d3d10core/tests"
14271 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
14272 dlls/d3d10core/tests/Makefile: dlls/d3d10core/tests/Makefile.in dlls/Maketest.rules"
14273 ac_config_files="$ac_config_files dlls/d3d10core/tests/Makefile"
14274
14275 ALL_MAKEFILES="$ALL_MAKEFILES \\
14276         dlls/d3d8/Makefile"
14277 test "x$enable_d3d8" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
14278         d3d8"
14279 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
14280 dlls/d3d8/Makefile: dlls/d3d8/Makefile.in dlls/Makedll.rules"
14281 ac_config_files="$ac_config_files dlls/d3d8/Makefile"
14282
14283 ALL_MAKEFILES="$ALL_MAKEFILES \\
14284         dlls/d3d8/tests/Makefile"
14285 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
14286         d3d8/tests"
14287 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
14288 dlls/d3d8/tests/Makefile: dlls/d3d8/tests/Makefile.in dlls/Maketest.rules"
14289 ac_config_files="$ac_config_files dlls/d3d8/tests/Makefile"
14290
14291 ALL_MAKEFILES="$ALL_MAKEFILES \\
14292         dlls/d3d9/Makefile"
14293 test "x$enable_d3d9" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
14294         d3d9"
14295 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
14296 dlls/d3d9/Makefile: dlls/d3d9/Makefile.in dlls/Makedll.rules"
14297 ac_config_files="$ac_config_files dlls/d3d9/Makefile"
14298
14299 ALL_MAKEFILES="$ALL_MAKEFILES \\
14300         dlls/d3d9/tests/Makefile"
14301 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
14302         d3d9/tests"
14303 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
14304 dlls/d3d9/tests/Makefile: dlls/d3d9/tests/Makefile.in dlls/Maketest.rules"
14305 ac_config_files="$ac_config_files dlls/d3d9/tests/Makefile"
14306
14307 ALL_MAKEFILES="$ALL_MAKEFILES \\
14308         dlls/d3dim/Makefile"
14309 test "x$enable_d3dim" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
14310         d3dim"
14311 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
14312 dlls/d3dim/Makefile: dlls/d3dim/Makefile.in dlls/Makedll.rules"
14313 ac_config_files="$ac_config_files dlls/d3dim/Makefile"
14314
14315 ALL_MAKEFILES="$ALL_MAKEFILES \\
14316         dlls/d3drm/Makefile"
14317 test "x$enable_d3drm" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
14318         d3drm"
14319 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
14320 dlls/d3drm/Makefile: dlls/d3drm/Makefile.in dlls/Makedll.rules"
14321 ac_config_files="$ac_config_files dlls/d3drm/Makefile"
14322
14323 ALL_MAKEFILES="$ALL_MAKEFILES \\
14324         dlls/d3drm/tests/Makefile"
14325 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
14326         d3drm/tests"
14327 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
14328 dlls/d3drm/tests/Makefile: dlls/d3drm/tests/Makefile.in dlls/Maketest.rules"
14329 ac_config_files="$ac_config_files dlls/d3drm/tests/Makefile"
14330
14331 ALL_MAKEFILES="$ALL_MAKEFILES \\
14332         dlls/d3dx9_24/Makefile"
14333 test "x$enable_d3dx9_24" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
14334         d3dx9_24"
14335 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
14336 dlls/d3dx9_24/Makefile: dlls/d3dx9_24/Makefile.in dlls/Makedll.rules"
14337 ac_config_files="$ac_config_files dlls/d3dx9_24/Makefile"
14338
14339 ALL_MAKEFILES="$ALL_MAKEFILES \\
14340         dlls/d3dx9_25/Makefile"
14341 test "x$enable_d3dx9_25" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
14342         d3dx9_25"
14343 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
14344 dlls/d3dx9_25/Makefile: dlls/d3dx9_25/Makefile.in dlls/Makedll.rules"
14345 ac_config_files="$ac_config_files dlls/d3dx9_25/Makefile"
14346
14347 ALL_MAKEFILES="$ALL_MAKEFILES \\
14348         dlls/d3dx9_26/Makefile"
14349 test "x$enable_d3dx9_26" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
14350         d3dx9_26"
14351 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
14352 dlls/d3dx9_26/Makefile: dlls/d3dx9_26/Makefile.in dlls/Makedll.rules"
14353 ac_config_files="$ac_config_files dlls/d3dx9_26/Makefile"
14354
14355 ALL_MAKEFILES="$ALL_MAKEFILES \\
14356         dlls/d3dx9_27/Makefile"
14357 test "x$enable_d3dx9_27" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
14358         d3dx9_27"
14359 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
14360 dlls/d3dx9_27/Makefile: dlls/d3dx9_27/Makefile.in dlls/Makedll.rules"
14361 ac_config_files="$ac_config_files dlls/d3dx9_27/Makefile"
14362
14363 ALL_MAKEFILES="$ALL_MAKEFILES \\
14364         dlls/d3dx9_28/Makefile"
14365 test "x$enable_d3dx9_28" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
14366         d3dx9_28"
14367 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
14368 dlls/d3dx9_28/Makefile: dlls/d3dx9_28/Makefile.in dlls/Makedll.rules"
14369 ac_config_files="$ac_config_files dlls/d3dx9_28/Makefile"
14370
14371 ALL_MAKEFILES="$ALL_MAKEFILES \\
14372         dlls/d3dx9_29/Makefile"
14373 test "x$enable_d3dx9_29" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
14374         d3dx9_29"
14375 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
14376 dlls/d3dx9_29/Makefile: dlls/d3dx9_29/Makefile.in dlls/Makedll.rules"
14377 ac_config_files="$ac_config_files dlls/d3dx9_29/Makefile"
14378
14379 ALL_MAKEFILES="$ALL_MAKEFILES \\
14380         dlls/d3dx9_30/Makefile"
14381 test "x$enable_d3dx9_30" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
14382         d3dx9_30"
14383 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
14384 dlls/d3dx9_30/Makefile: dlls/d3dx9_30/Makefile.in dlls/Makedll.rules"
14385 ac_config_files="$ac_config_files dlls/d3dx9_30/Makefile"
14386
14387 ALL_MAKEFILES="$ALL_MAKEFILES \\
14388         dlls/d3dx9_31/Makefile"
14389 test "x$enable_d3dx9_31" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
14390         d3dx9_31"
14391 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
14392 dlls/d3dx9_31/Makefile: dlls/d3dx9_31/Makefile.in dlls/Makedll.rules"
14393 ac_config_files="$ac_config_files dlls/d3dx9_31/Makefile"
14394
14395 ALL_MAKEFILES="$ALL_MAKEFILES \\
14396         dlls/d3dx9_32/Makefile"
14397 test "x$enable_d3dx9_32" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
14398         d3dx9_32"
14399 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
14400 dlls/d3dx9_32/Makefile: dlls/d3dx9_32/Makefile.in dlls/Makedll.rules"
14401 ac_config_files="$ac_config_files dlls/d3dx9_32/Makefile"
14402
14403 ALL_MAKEFILES="$ALL_MAKEFILES \\
14404         dlls/d3dx9_33/Makefile"
14405 test "x$enable_d3dx9_33" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
14406         d3dx9_33"
14407 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
14408 dlls/d3dx9_33/Makefile: dlls/d3dx9_33/Makefile.in dlls/Makedll.rules"
14409 ac_config_files="$ac_config_files dlls/d3dx9_33/Makefile"
14410
14411 ALL_MAKEFILES="$ALL_MAKEFILES \\
14412         dlls/d3dx9_34/Makefile"
14413 test "x$enable_d3dx9_34" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
14414         d3dx9_34"
14415 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
14416 dlls/d3dx9_34/Makefile: dlls/d3dx9_34/Makefile.in dlls/Makedll.rules"
14417 ac_config_files="$ac_config_files dlls/d3dx9_34/Makefile"
14418
14419 ALL_MAKEFILES="$ALL_MAKEFILES \\
14420         dlls/d3dx9_35/Makefile"
14421 test "x$enable_d3dx9_35" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
14422         d3dx9_35"
14423 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
14424 dlls/d3dx9_35/Makefile: dlls/d3dx9_35/Makefile.in dlls/Makedll.rules"
14425 ac_config_files="$ac_config_files dlls/d3dx9_35/Makefile"
14426
14427 ALL_MAKEFILES="$ALL_MAKEFILES \\
14428         dlls/d3dx9_36/Makefile"
14429 test "x$enable_d3dx9_36" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
14430         d3dx9_36"
14431 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
14432 dlls/d3dx9_36/Makefile: dlls/d3dx9_36/Makefile.in dlls/Makedll.rules"
14433 ac_config_files="$ac_config_files dlls/d3dx9_36/Makefile"
14434
14435 ALL_MAKEFILES="$ALL_MAKEFILES \\
14436         dlls/d3dx9_36/tests/Makefile"
14437 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
14438         d3dx9_36/tests"
14439 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
14440 dlls/d3dx9_36/tests/Makefile: dlls/d3dx9_36/tests/Makefile.in dlls/Maketest.rules"
14441 ac_config_files="$ac_config_files dlls/d3dx9_36/tests/Makefile"
14442
14443 ALL_MAKEFILES="$ALL_MAKEFILES \\
14444         dlls/d3dx9_37/Makefile"
14445 test "x$enable_d3dx9_37" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
14446         d3dx9_37"
14447 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
14448 dlls/d3dx9_37/Makefile: dlls/d3dx9_37/Makefile.in dlls/Makedll.rules"
14449 ac_config_files="$ac_config_files dlls/d3dx9_37/Makefile"
14450
14451 ALL_MAKEFILES="$ALL_MAKEFILES \\
14452         dlls/d3dx9_38/Makefile"
14453 test "x$enable_d3dx9_38" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
14454         d3dx9_38"
14455 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
14456 dlls/d3dx9_38/Makefile: dlls/d3dx9_38/Makefile.in dlls/Makedll.rules"
14457 ac_config_files="$ac_config_files dlls/d3dx9_38/Makefile"
14458
14459 ALL_MAKEFILES="$ALL_MAKEFILES \\
14460         dlls/d3dx9_39/Makefile"
14461 test "x$enable_d3dx9_39" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
14462         d3dx9_39"
14463 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
14464 dlls/d3dx9_39/Makefile: dlls/d3dx9_39/Makefile.in dlls/Makedll.rules"
14465 ac_config_files="$ac_config_files dlls/d3dx9_39/Makefile"
14466
14467 ALL_MAKEFILES="$ALL_MAKEFILES \\
14468         dlls/d3dx9_40/Makefile"
14469 test "x$enable_d3dx9_40" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
14470         d3dx9_40"
14471 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
14472 dlls/d3dx9_40/Makefile: dlls/d3dx9_40/Makefile.in dlls/Makedll.rules"
14473 ac_config_files="$ac_config_files dlls/d3dx9_40/Makefile"
14474
14475 ALL_MAKEFILES="$ALL_MAKEFILES \\
14476         dlls/d3dx9_41/Makefile"
14477 test "x$enable_d3dx9_41" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
14478         d3dx9_41"
14479 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
14480 dlls/d3dx9_41/Makefile: dlls/d3dx9_41/Makefile.in dlls/Makedll.rules"
14481 ac_config_files="$ac_config_files dlls/d3dx9_41/Makefile"
14482
14483 ALL_MAKEFILES="$ALL_MAKEFILES \\
14484         dlls/d3dx9_42/Makefile"
14485 test "x$enable_d3dx9_42" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
14486         d3dx9_42"
14487 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
14488 dlls/d3dx9_42/Makefile: dlls/d3dx9_42/Makefile.in dlls/Makedll.rules"
14489 ac_config_files="$ac_config_files dlls/d3dx9_42/Makefile"
14490
14491 ALL_MAKEFILES="$ALL_MAKEFILES \\
14492         dlls/d3dxof/Makefile"
14493 test "x$enable_d3dxof" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
14494         d3dxof"
14495 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
14496 dlls/d3dxof/Makefile: dlls/d3dxof/Makefile.in dlls/Makedll.rules"
14497 ac_config_files="$ac_config_files dlls/d3dxof/Makefile"
14498
14499 ALL_MAKEFILES="$ALL_MAKEFILES \\
14500         dlls/d3dxof/tests/Makefile"
14501 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
14502         d3dxof/tests"
14503 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
14504 dlls/d3dxof/tests/Makefile: dlls/d3dxof/tests/Makefile.in dlls/Maketest.rules"
14505 ac_config_files="$ac_config_files dlls/d3dxof/tests/Makefile"
14506
14507 ALL_MAKEFILES="$ALL_MAKEFILES \\
14508         dlls/dbghelp/Makefile"
14509 test "x$enable_dbghelp" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
14510         dbghelp"
14511 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
14512 dlls/dbghelp/Makefile: dlls/dbghelp/Makefile.in dlls/Makedll.rules"
14513 ac_config_files="$ac_config_files dlls/dbghelp/Makefile"
14514
14515 ALL_MAKEFILES="$ALL_MAKEFILES \\
14516         dlls/dciman32/Makefile"
14517 test "x$enable_dciman32" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
14518         dciman32"
14519 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
14520 dlls/dciman32/Makefile: dlls/dciman32/Makefile.in dlls/Makedll.rules"
14521 ac_config_files="$ac_config_files dlls/dciman32/Makefile"
14522
14523 ALL_MAKEFILES="$ALL_MAKEFILES \\
14524         dlls/ddeml.dll16/Makefile"
14525 test "x$enable_win16" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
14526         ddeml.dll16"
14527 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
14528 dlls/ddeml.dll16/Makefile: dlls/ddeml.dll16/Makefile.in dlls/Makedll.rules"
14529 ac_config_files="$ac_config_files dlls/ddeml.dll16/Makefile"
14530
14531 ALL_MAKEFILES="$ALL_MAKEFILES \\
14532         dlls/ddraw/Makefile"
14533 test "x$enable_ddraw" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
14534         ddraw"
14535 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
14536 dlls/ddraw/Makefile: dlls/ddraw/Makefile.in dlls/Makedll.rules"
14537 ac_config_files="$ac_config_files dlls/ddraw/Makefile"
14538
14539 ALL_MAKEFILES="$ALL_MAKEFILES \\
14540         dlls/ddraw/tests/Makefile"
14541 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
14542         ddraw/tests"
14543 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
14544 dlls/ddraw/tests/Makefile: dlls/ddraw/tests/Makefile.in dlls/Maketest.rules"
14545 ac_config_files="$ac_config_files dlls/ddraw/tests/Makefile"
14546
14547 ALL_MAKEFILES="$ALL_MAKEFILES \\
14548         dlls/ddrawex/Makefile"
14549 test "x$enable_ddrawex" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
14550         ddrawex"
14551 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
14552 dlls/ddrawex/Makefile: dlls/ddrawex/Makefile.in dlls/Makedll.rules"
14553 ac_config_files="$ac_config_files dlls/ddrawex/Makefile"
14554
14555 ALL_MAKEFILES="$ALL_MAKEFILES \\
14556         dlls/ddrawex/tests/Makefile"
14557 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
14558         ddrawex/tests"
14559 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
14560 dlls/ddrawex/tests/Makefile: dlls/ddrawex/tests/Makefile.in dlls/Maketest.rules"
14561 ac_config_files="$ac_config_files dlls/ddrawex/tests/Makefile"
14562
14563 ALL_MAKEFILES="$ALL_MAKEFILES \\
14564         dlls/devenum/Makefile"
14565 test "x$enable_devenum" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
14566         devenum"
14567 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
14568 dlls/devenum/Makefile: dlls/devenum/Makefile.in dlls/Makedll.rules"
14569 ac_config_files="$ac_config_files dlls/devenum/Makefile"
14570
14571 ALL_MAKEFILES="$ALL_MAKEFILES \\
14572         dlls/dinput/Makefile"
14573 test "x$enable_dinput" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
14574         dinput"
14575 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
14576 dlls/dinput/Makefile: dlls/dinput/Makefile.in dlls/Makedll.rules"
14577 ac_config_files="$ac_config_files dlls/dinput/Makefile"
14578
14579 ALL_MAKEFILES="$ALL_MAKEFILES \\
14580         dlls/dinput/tests/Makefile"
14581 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
14582         dinput/tests"
14583 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
14584 dlls/dinput/tests/Makefile: dlls/dinput/tests/Makefile.in dlls/Maketest.rules"
14585 ac_config_files="$ac_config_files dlls/dinput/tests/Makefile"
14586
14587 ALL_MAKEFILES="$ALL_MAKEFILES \\
14588         dlls/dinput8/Makefile"
14589 test "x$enable_dinput8" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
14590         dinput8"
14591 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
14592 dlls/dinput8/Makefile: dlls/dinput8/Makefile.in dlls/Makedll.rules"
14593 ac_config_files="$ac_config_files dlls/dinput8/Makefile"
14594
14595 ALL_MAKEFILES="$ALL_MAKEFILES \\
14596         dlls/dispdib.dll16/Makefile"
14597 test "x$enable_win16" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
14598         dispdib.dll16"
14599 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
14600 dlls/dispdib.dll16/Makefile: dlls/dispdib.dll16/Makefile.in dlls/Makedll.rules"
14601 ac_config_files="$ac_config_files dlls/dispdib.dll16/Makefile"
14602
14603 ALL_MAKEFILES="$ALL_MAKEFILES \\
14604         dlls/display.drv16/Makefile"
14605 test "x$enable_win16" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
14606         display.drv16"
14607 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
14608 dlls/display.drv16/Makefile: dlls/display.drv16/Makefile.in dlls/Makedll.rules"
14609 ac_config_files="$ac_config_files dlls/display.drv16/Makefile"
14610
14611 ALL_MAKEFILES="$ALL_MAKEFILES \\
14612         dlls/dmband/Makefile"
14613 test "x$enable_dmband" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
14614         dmband"
14615 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
14616 dlls/dmband/Makefile: dlls/dmband/Makefile.in dlls/Makedll.rules"
14617 ac_config_files="$ac_config_files dlls/dmband/Makefile"
14618
14619 ALL_MAKEFILES="$ALL_MAKEFILES \\
14620         dlls/dmcompos/Makefile"
14621 test "x$enable_dmcompos" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
14622         dmcompos"
14623 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
14624 dlls/dmcompos/Makefile: dlls/dmcompos/Makefile.in dlls/Makedll.rules"
14625 ac_config_files="$ac_config_files dlls/dmcompos/Makefile"
14626
14627 ALL_MAKEFILES="$ALL_MAKEFILES \\
14628         dlls/dmime/Makefile"
14629 test "x$enable_dmime" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
14630         dmime"
14631 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
14632 dlls/dmime/Makefile: dlls/dmime/Makefile.in dlls/Makedll.rules"
14633 ac_config_files="$ac_config_files dlls/dmime/Makefile"
14634
14635 ALL_MAKEFILES="$ALL_MAKEFILES \\
14636         dlls/dmloader/Makefile"
14637 test "x$enable_dmloader" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
14638         dmloader"
14639 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
14640 dlls/dmloader/Makefile: dlls/dmloader/Makefile.in dlls/Makedll.rules"
14641 ac_config_files="$ac_config_files dlls/dmloader/Makefile"
14642
14643 ALL_MAKEFILES="$ALL_MAKEFILES \\
14644         dlls/dmscript/Makefile"
14645 test "x$enable_dmscript" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
14646         dmscript"
14647 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
14648 dlls/dmscript/Makefile: dlls/dmscript/Makefile.in dlls/Makedll.rules"
14649 ac_config_files="$ac_config_files dlls/dmscript/Makefile"
14650
14651 ALL_MAKEFILES="$ALL_MAKEFILES \\
14652         dlls/dmstyle/Makefile"
14653 test "x$enable_dmstyle" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
14654         dmstyle"
14655 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
14656 dlls/dmstyle/Makefile: dlls/dmstyle/Makefile.in dlls/Makedll.rules"
14657 ac_config_files="$ac_config_files dlls/dmstyle/Makefile"
14658
14659 ALL_MAKEFILES="$ALL_MAKEFILES \\
14660         dlls/dmsynth/Makefile"
14661 test "x$enable_dmsynth" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
14662         dmsynth"
14663 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
14664 dlls/dmsynth/Makefile: dlls/dmsynth/Makefile.in dlls/Makedll.rules"
14665 ac_config_files="$ac_config_files dlls/dmsynth/Makefile"
14666
14667 ALL_MAKEFILES="$ALL_MAKEFILES \\
14668         dlls/dmusic/Makefile"
14669 test "x$enable_dmusic" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
14670         dmusic"
14671 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
14672 dlls/dmusic/Makefile: dlls/dmusic/Makefile.in dlls/Makedll.rules"
14673 ac_config_files="$ac_config_files dlls/dmusic/Makefile"
14674
14675 ALL_MAKEFILES="$ALL_MAKEFILES \\
14676         dlls/dmusic32/Makefile"
14677 test "x$enable_dmusic32" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
14678         dmusic32"
14679 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
14680 dlls/dmusic32/Makefile: dlls/dmusic32/Makefile.in dlls/Makedll.rules"
14681 ac_config_files="$ac_config_files dlls/dmusic32/Makefile"
14682
14683 ALL_MAKEFILES="$ALL_MAKEFILES \\
14684         dlls/dnsapi/Makefile"
14685 test "x$enable_dnsapi" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
14686         dnsapi"
14687 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
14688 dlls/dnsapi/Makefile: dlls/dnsapi/Makefile.in dlls/Makedll.rules"
14689 ac_config_files="$ac_config_files dlls/dnsapi/Makefile"
14690
14691 ALL_MAKEFILES="$ALL_MAKEFILES \\
14692         dlls/dnsapi/tests/Makefile"
14693 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
14694         dnsapi/tests"
14695 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
14696 dlls/dnsapi/tests/Makefile: dlls/dnsapi/tests/Makefile.in dlls/Maketest.rules"
14697 ac_config_files="$ac_config_files dlls/dnsapi/tests/Makefile"
14698
14699 ALL_MAKEFILES="$ALL_MAKEFILES \\
14700         dlls/dplay/Makefile"
14701 test "x$enable_dplay" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
14702         dplay"
14703 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
14704 dlls/dplay/Makefile: dlls/dplay/Makefile.in dlls/Makedll.rules"
14705 ac_config_files="$ac_config_files dlls/dplay/Makefile"
14706
14707 ALL_MAKEFILES="$ALL_MAKEFILES \\
14708         dlls/dplayx/Makefile"
14709 test "x$enable_dplayx" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
14710         dplayx"
14711 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
14712 dlls/dplayx/Makefile: dlls/dplayx/Makefile.in dlls/Makedll.rules"
14713 ac_config_files="$ac_config_files dlls/dplayx/Makefile"
14714
14715 ALL_MAKEFILES="$ALL_MAKEFILES \\
14716         dlls/dplayx/tests/Makefile"
14717 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
14718         dplayx/tests"
14719 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
14720 dlls/dplayx/tests/Makefile: dlls/dplayx/tests/Makefile.in dlls/Maketest.rules"
14721 ac_config_files="$ac_config_files dlls/dplayx/tests/Makefile"
14722
14723 ALL_MAKEFILES="$ALL_MAKEFILES \\
14724         dlls/dpnaddr/Makefile"
14725 test "x$enable_dpnaddr" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
14726         dpnaddr"
14727 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
14728 dlls/dpnaddr/Makefile: dlls/dpnaddr/Makefile.in dlls/Makedll.rules"
14729 ac_config_files="$ac_config_files dlls/dpnaddr/Makefile"
14730
14731 ALL_MAKEFILES="$ALL_MAKEFILES \\
14732         dlls/dpnet/Makefile"
14733 test "x$enable_dpnet" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
14734         dpnet"
14735 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
14736 dlls/dpnet/Makefile: dlls/dpnet/Makefile.in dlls/Makedll.rules"
14737 ac_config_files="$ac_config_files dlls/dpnet/Makefile"
14738
14739 ALL_MAKEFILES="$ALL_MAKEFILES \\
14740         dlls/dpnhpast/Makefile"
14741 test "x$enable_dpnhpast" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
14742         dpnhpast"
14743 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
14744 dlls/dpnhpast/Makefile: dlls/dpnhpast/Makefile.in dlls/Makedll.rules"
14745 ac_config_files="$ac_config_files dlls/dpnhpast/Makefile"
14746
14747 ALL_MAKEFILES="$ALL_MAKEFILES \\
14748         dlls/dpnlobby/Makefile"
14749 test "x$enable_dpnlobby" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
14750         dpnlobby"
14751 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
14752 dlls/dpnlobby/Makefile: dlls/dpnlobby/Makefile.in dlls/Makedll.rules"
14753 ac_config_files="$ac_config_files dlls/dpnlobby/Makefile"
14754
14755 ALL_MAKEFILES="$ALL_MAKEFILES \\
14756         dlls/dpwsockx/Makefile"
14757 test "x$enable_dpwsockx" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
14758         dpwsockx"
14759 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
14760 dlls/dpwsockx/Makefile: dlls/dpwsockx/Makefile.in dlls/Makedll.rules"
14761 ac_config_files="$ac_config_files dlls/dpwsockx/Makefile"
14762
14763 ALL_MAKEFILES="$ALL_MAKEFILES \\
14764         dlls/drmclien/Makefile"
14765 test "x$enable_drmclien" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
14766         drmclien"
14767 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
14768 dlls/drmclien/Makefile: dlls/drmclien/Makefile.in dlls/Makedll.rules"
14769 ac_config_files="$ac_config_files dlls/drmclien/Makefile"
14770
14771 ALL_MAKEFILES="$ALL_MAKEFILES \\
14772         dlls/dsound/Makefile"
14773 test "x$enable_dsound" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
14774         dsound"
14775 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
14776 dlls/dsound/Makefile: dlls/dsound/Makefile.in dlls/Makedll.rules"
14777 ac_config_files="$ac_config_files dlls/dsound/Makefile"
14778
14779 ALL_MAKEFILES="$ALL_MAKEFILES \\
14780         dlls/dsound/tests/Makefile"
14781 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
14782         dsound/tests"
14783 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
14784 dlls/dsound/tests/Makefile: dlls/dsound/tests/Makefile.in dlls/Maketest.rules"
14785 ac_config_files="$ac_config_files dlls/dsound/tests/Makefile"
14786
14787 ALL_MAKEFILES="$ALL_MAKEFILES \\
14788         dlls/dssenh/Makefile"
14789 test "x$enable_dssenh" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
14790         dssenh"
14791 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
14792 dlls/dssenh/Makefile: dlls/dssenh/Makefile.in dlls/Makedll.rules"
14793 ac_config_files="$ac_config_files dlls/dssenh/Makefile"
14794
14795 ALL_MAKEFILES="$ALL_MAKEFILES \\
14796         dlls/dswave/Makefile"
14797 test "x$enable_dswave" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
14798         dswave"
14799 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
14800 dlls/dswave/Makefile: dlls/dswave/Makefile.in dlls/Makedll.rules"
14801 ac_config_files="$ac_config_files dlls/dswave/Makefile"
14802
14803 ALL_MAKEFILES="$ALL_MAKEFILES \\
14804         dlls/dwmapi/Makefile"
14805 test "x$enable_dwmapi" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
14806         dwmapi"
14807 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
14808 dlls/dwmapi/Makefile: dlls/dwmapi/Makefile.in dlls/Makedll.rules"
14809 ac_config_files="$ac_config_files dlls/dwmapi/Makefile"
14810
14811 ALL_MAKEFILES="$ALL_MAKEFILES \\
14812         dlls/dxdiagn/Makefile"
14813 test "x$enable_dxdiagn" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
14814         dxdiagn"
14815 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
14816 dlls/dxdiagn/Makefile: dlls/dxdiagn/Makefile.in dlls/Makedll.rules"
14817 ac_config_files="$ac_config_files dlls/dxdiagn/Makefile"
14818
14819 ALL_MAKEFILES="$ALL_MAKEFILES \\
14820         dlls/dxerr8/Makefile"
14821 test "x$enable_dxerr8" != xno && ALL_IMPLIB_DIRS="$ALL_IMPLIB_DIRS \\
14822         dxerr8"
14823 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
14824 dlls/dxerr8/Makefile: dlls/dxerr8/Makefile.in dlls/Makeimplib.rules"
14825 ac_config_files="$ac_config_files dlls/dxerr8/Makefile"
14826
14827 ALL_MAKEFILES="$ALL_MAKEFILES \\
14828         dlls/dxerr9/Makefile"
14829 test "x$enable_dxerr9" != xno && ALL_IMPLIB_DIRS="$ALL_IMPLIB_DIRS \\
14830         dxerr9"
14831 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
14832 dlls/dxerr9/Makefile: dlls/dxerr9/Makefile.in dlls/Makeimplib.rules"
14833 ac_config_files="$ac_config_files dlls/dxerr9/Makefile"
14834
14835 ALL_MAKEFILES="$ALL_MAKEFILES \\
14836         dlls/dxgi/Makefile"
14837 test "x$enable_dxgi" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
14838         dxgi"
14839 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
14840 dlls/dxgi/Makefile: dlls/dxgi/Makefile.in dlls/Makedll.rules"
14841 ac_config_files="$ac_config_files dlls/dxgi/Makefile"
14842
14843 ALL_MAKEFILES="$ALL_MAKEFILES \\
14844         dlls/dxgi/tests/Makefile"
14845 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
14846         dxgi/tests"
14847 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
14848 dlls/dxgi/tests/Makefile: dlls/dxgi/tests/Makefile.in dlls/Maketest.rules"
14849 ac_config_files="$ac_config_files dlls/dxgi/tests/Makefile"
14850
14851 ALL_MAKEFILES="$ALL_MAKEFILES \\
14852         dlls/dxguid/Makefile"
14853 test "x$enable_dxguid" != xno && ALL_IMPLIB_DIRS="$ALL_IMPLIB_DIRS \\
14854         dxguid"
14855 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
14856 dlls/dxguid/Makefile: dlls/dxguid/Makefile.in dlls/Makeimplib.rules"
14857 ac_config_files="$ac_config_files dlls/dxguid/Makefile"
14858
14859 ALL_MAKEFILES="$ALL_MAKEFILES \\
14860         dlls/faultrep/Makefile"
14861 test "x$enable_faultrep" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
14862         faultrep"
14863 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
14864 dlls/faultrep/Makefile: dlls/faultrep/Makefile.in dlls/Makedll.rules"
14865 ac_config_files="$ac_config_files dlls/faultrep/Makefile"
14866
14867 ALL_MAKEFILES="$ALL_MAKEFILES \\
14868         dlls/fltlib/Makefile"
14869 test "x$enable_fltlib" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
14870         fltlib"
14871 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
14872 dlls/fltlib/Makefile: dlls/fltlib/Makefile.in dlls/Makedll.rules"
14873 ac_config_files="$ac_config_files dlls/fltlib/Makefile"
14874
14875 ALL_MAKEFILES="$ALL_MAKEFILES \\
14876         dlls/fusion/Makefile"
14877 test "x$enable_fusion" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
14878         fusion"
14879 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
14880 dlls/fusion/Makefile: dlls/fusion/Makefile.in dlls/Makedll.rules"
14881 ac_config_files="$ac_config_files dlls/fusion/Makefile"
14882
14883 ALL_MAKEFILES="$ALL_MAKEFILES \\
14884         dlls/fusion/tests/Makefile"
14885 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
14886         fusion/tests"
14887 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
14888 dlls/fusion/tests/Makefile: dlls/fusion/tests/Makefile.in dlls/Maketest.rules"
14889 ac_config_files="$ac_config_files dlls/fusion/tests/Makefile"
14890
14891 ALL_MAKEFILES="$ALL_MAKEFILES \\
14892         dlls/gdi32/Makefile"
14893 test "x$enable_gdi32" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
14894         gdi32"
14895 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
14896 dlls/gdi32/Makefile: dlls/gdi32/Makefile.in dlls/Makedll.rules"
14897 ac_config_files="$ac_config_files dlls/gdi32/Makefile"
14898
14899 ALL_MAKEFILES="$ALL_MAKEFILES \\
14900         dlls/gdi32/tests/Makefile"
14901 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
14902         gdi32/tests"
14903 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
14904 dlls/gdi32/tests/Makefile: dlls/gdi32/tests/Makefile.in dlls/Maketest.rules"
14905 ac_config_files="$ac_config_files dlls/gdi32/tests/Makefile"
14906
14907 ALL_MAKEFILES="$ALL_MAKEFILES \\
14908         dlls/gdiplus/Makefile"
14909 test "x$enable_gdiplus" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
14910         gdiplus"
14911 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
14912 dlls/gdiplus/Makefile: dlls/gdiplus/Makefile.in dlls/Makedll.rules"
14913 ac_config_files="$ac_config_files dlls/gdiplus/Makefile"
14914
14915 ALL_MAKEFILES="$ALL_MAKEFILES \\
14916         dlls/gdiplus/tests/Makefile"
14917 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
14918         gdiplus/tests"
14919 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
14920 dlls/gdiplus/tests/Makefile: dlls/gdiplus/tests/Makefile.in dlls/Maketest.rules"
14921 ac_config_files="$ac_config_files dlls/gdiplus/tests/Makefile"
14922
14923 ALL_MAKEFILES="$ALL_MAKEFILES \\
14924         dlls/glu32/Makefile"
14925 test "x$enable_glu32" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
14926         glu32"
14927 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
14928 dlls/glu32/Makefile: dlls/glu32/Makefile.in dlls/Makedll.rules"
14929 ac_config_files="$ac_config_files dlls/glu32/Makefile"
14930
14931 ALL_MAKEFILES="$ALL_MAKEFILES \\
14932         dlls/gphoto2.ds/Makefile"
14933 test "x$enable_gphoto2_ds" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
14934         gphoto2.ds"
14935 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
14936 dlls/gphoto2.ds/Makefile: dlls/gphoto2.ds/Makefile.in dlls/Makedll.rules"
14937 ac_config_files="$ac_config_files dlls/gphoto2.ds/Makefile"
14938
14939 ALL_MAKEFILES="$ALL_MAKEFILES \\
14940         dlls/gpkcsp/Makefile"
14941 test "x$enable_gpkcsp" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
14942         gpkcsp"
14943 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
14944 dlls/gpkcsp/Makefile: dlls/gpkcsp/Makefile.in dlls/Makedll.rules"
14945 ac_config_files="$ac_config_files dlls/gpkcsp/Makefile"
14946
14947 ALL_MAKEFILES="$ALL_MAKEFILES \\
14948         dlls/hal/Makefile"
14949 test "x$enable_hal" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
14950         hal"
14951 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
14952 dlls/hal/Makefile: dlls/hal/Makefile.in dlls/Makedll.rules"
14953 ac_config_files="$ac_config_files dlls/hal/Makefile"
14954
14955 ALL_MAKEFILES="$ALL_MAKEFILES \\
14956         dlls/hhctrl.ocx/Makefile"
14957 test "x$enable_hhctrl_ocx" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
14958         hhctrl.ocx"
14959 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
14960 dlls/hhctrl.ocx/Makefile: dlls/hhctrl.ocx/Makefile.in dlls/Makedll.rules"
14961 ac_config_files="$ac_config_files dlls/hhctrl.ocx/Makefile"
14962
14963 ALL_MAKEFILES="$ALL_MAKEFILES \\
14964         dlls/hid/Makefile"
14965 test "x$enable_hid" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
14966         hid"
14967 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
14968 dlls/hid/Makefile: dlls/hid/Makefile.in dlls/Makedll.rules"
14969 ac_config_files="$ac_config_files dlls/hid/Makefile"
14970
14971 ALL_MAKEFILES="$ALL_MAKEFILES \\
14972         dlls/hlink/Makefile"
14973 test "x$enable_hlink" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
14974         hlink"
14975 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
14976 dlls/hlink/Makefile: dlls/hlink/Makefile.in dlls/Makedll.rules"
14977 ac_config_files="$ac_config_files dlls/hlink/Makefile"
14978
14979 ALL_MAKEFILES="$ALL_MAKEFILES \\
14980         dlls/hlink/tests/Makefile"
14981 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
14982         hlink/tests"
14983 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
14984 dlls/hlink/tests/Makefile: dlls/hlink/tests/Makefile.in dlls/Maketest.rules"
14985 ac_config_files="$ac_config_files dlls/hlink/tests/Makefile"
14986
14987 ALL_MAKEFILES="$ALL_MAKEFILES \\
14988         dlls/hnetcfg/Makefile"
14989 test "x$enable_hnetcfg" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
14990         hnetcfg"
14991 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
14992 dlls/hnetcfg/Makefile: dlls/hnetcfg/Makefile.in dlls/Makedll.rules"
14993 ac_config_files="$ac_config_files dlls/hnetcfg/Makefile"
14994
14995 ALL_MAKEFILES="$ALL_MAKEFILES \\
14996         dlls/httpapi/Makefile"
14997 test "x$enable_httpapi" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
14998         httpapi"
14999 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
15000 dlls/httpapi/Makefile: dlls/httpapi/Makefile.in dlls/Makedll.rules"
15001 ac_config_files="$ac_config_files dlls/httpapi/Makefile"
15002
15003 ALL_MAKEFILES="$ALL_MAKEFILES \\
15004         dlls/iccvid/Makefile"
15005 test "x$enable_iccvid" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
15006         iccvid"
15007 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
15008 dlls/iccvid/Makefile: dlls/iccvid/Makefile.in dlls/Makedll.rules"
15009 ac_config_files="$ac_config_files dlls/iccvid/Makefile"
15010
15011 ALL_MAKEFILES="$ALL_MAKEFILES \\
15012         dlls/icmp/Makefile"
15013 test "x$enable_icmp" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
15014         icmp"
15015 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
15016 dlls/icmp/Makefile: dlls/icmp/Makefile.in dlls/Makedll.rules"
15017 ac_config_files="$ac_config_files dlls/icmp/Makefile"
15018
15019 ALL_MAKEFILES="$ALL_MAKEFILES \\
15020         dlls/ifsmgr.vxd/Makefile"
15021 test "x$enable_win16" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
15022         ifsmgr.vxd"
15023 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
15024 dlls/ifsmgr.vxd/Makefile: dlls/ifsmgr.vxd/Makefile.in dlls/Makedll.rules"
15025 ac_config_files="$ac_config_files dlls/ifsmgr.vxd/Makefile"
15026
15027 ALL_MAKEFILES="$ALL_MAKEFILES \\
15028         dlls/imaadp32.acm/Makefile"
15029 test "x$enable_imaadp32_acm" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
15030         imaadp32.acm"
15031 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
15032 dlls/imaadp32.acm/Makefile: dlls/imaadp32.acm/Makefile.in dlls/Makedll.rules"
15033 ac_config_files="$ac_config_files dlls/imaadp32.acm/Makefile"
15034
15035 ALL_MAKEFILES="$ALL_MAKEFILES \\
15036         dlls/imagehlp/Makefile"
15037 test "x$enable_imagehlp" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
15038         imagehlp"
15039 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
15040 dlls/imagehlp/Makefile: dlls/imagehlp/Makefile.in dlls/Makedll.rules"
15041 ac_config_files="$ac_config_files dlls/imagehlp/Makefile"
15042
15043 ALL_MAKEFILES="$ALL_MAKEFILES \\
15044         dlls/imm.dll16/Makefile"
15045 test "x$enable_win16" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
15046         imm.dll16"
15047 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
15048 dlls/imm.dll16/Makefile: dlls/imm.dll16/Makefile.in dlls/Makedll.rules"
15049 ac_config_files="$ac_config_files dlls/imm.dll16/Makefile"
15050
15051 ALL_MAKEFILES="$ALL_MAKEFILES \\
15052         dlls/imm32/Makefile"
15053 test "x$enable_imm32" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
15054         imm32"
15055 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
15056 dlls/imm32/Makefile: dlls/imm32/Makefile.in dlls/Makedll.rules"
15057 ac_config_files="$ac_config_files dlls/imm32/Makefile"
15058
15059 ALL_MAKEFILES="$ALL_MAKEFILES \\
15060         dlls/imm32/tests/Makefile"
15061 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
15062         imm32/tests"
15063 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
15064 dlls/imm32/tests/Makefile: dlls/imm32/tests/Makefile.in dlls/Maketest.rules"
15065 ac_config_files="$ac_config_files dlls/imm32/tests/Makefile"
15066
15067 ALL_MAKEFILES="$ALL_MAKEFILES \\
15068         dlls/inetcomm/Makefile"
15069 test "x$enable_inetcomm" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
15070         inetcomm"
15071 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
15072 dlls/inetcomm/Makefile: dlls/inetcomm/Makefile.in dlls/Makedll.rules"
15073 ac_config_files="$ac_config_files dlls/inetcomm/Makefile"
15074
15075 ALL_MAKEFILES="$ALL_MAKEFILES \\
15076         dlls/inetcomm/tests/Makefile"
15077 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
15078         inetcomm/tests"
15079 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
15080 dlls/inetcomm/tests/Makefile: dlls/inetcomm/tests/Makefile.in dlls/Maketest.rules"
15081 ac_config_files="$ac_config_files dlls/inetcomm/tests/Makefile"
15082
15083 ALL_MAKEFILES="$ALL_MAKEFILES \\
15084         dlls/inetmib1/Makefile"
15085 test "x$enable_inetmib1" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
15086         inetmib1"
15087 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
15088 dlls/inetmib1/Makefile: dlls/inetmib1/Makefile.in dlls/Makedll.rules"
15089 ac_config_files="$ac_config_files dlls/inetmib1/Makefile"
15090
15091 ALL_MAKEFILES="$ALL_MAKEFILES \\
15092         dlls/inetmib1/tests/Makefile"
15093 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
15094         inetmib1/tests"
15095 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
15096 dlls/inetmib1/tests/Makefile: dlls/inetmib1/tests/Makefile.in dlls/Maketest.rules"
15097 ac_config_files="$ac_config_files dlls/inetmib1/tests/Makefile"
15098
15099 ALL_MAKEFILES="$ALL_MAKEFILES \\
15100         dlls/infosoft/Makefile"
15101 test "x$enable_infosoft" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
15102         infosoft"
15103 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
15104 dlls/infosoft/Makefile: dlls/infosoft/Makefile.in dlls/Makedll.rules"
15105 ac_config_files="$ac_config_files dlls/infosoft/Makefile"
15106
15107 ALL_MAKEFILES="$ALL_MAKEFILES \\
15108         dlls/infosoft/tests/Makefile"
15109 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
15110         infosoft/tests"
15111 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
15112 dlls/infosoft/tests/Makefile: dlls/infosoft/tests/Makefile.in dlls/Maketest.rules"
15113 ac_config_files="$ac_config_files dlls/infosoft/tests/Makefile"
15114
15115 ALL_MAKEFILES="$ALL_MAKEFILES \\
15116         dlls/initpki/Makefile"
15117 test "x$enable_initpki" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
15118         initpki"
15119 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
15120 dlls/initpki/Makefile: dlls/initpki/Makefile.in dlls/Makedll.rules"
15121 ac_config_files="$ac_config_files dlls/initpki/Makefile"
15122
15123 ALL_MAKEFILES="$ALL_MAKEFILES \\
15124         dlls/inkobj/Makefile"
15125 test "x$enable_inkobj" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
15126         inkobj"
15127 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
15128 dlls/inkobj/Makefile: dlls/inkobj/Makefile.in dlls/Makedll.rules"
15129 ac_config_files="$ac_config_files dlls/inkobj/Makefile"
15130
15131 ALL_MAKEFILES="$ALL_MAKEFILES \\
15132         dlls/inseng/Makefile"
15133 test "x$enable_inseng" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
15134         inseng"
15135 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
15136 dlls/inseng/Makefile: dlls/inseng/Makefile.in dlls/Makedll.rules"
15137 ac_config_files="$ac_config_files dlls/inseng/Makefile"
15138
15139 ALL_MAKEFILES="$ALL_MAKEFILES \\
15140         dlls/iphlpapi/Makefile"
15141 test "x$enable_iphlpapi" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
15142         iphlpapi"
15143 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
15144 dlls/iphlpapi/Makefile: dlls/iphlpapi/Makefile.in dlls/Makedll.rules"
15145 ac_config_files="$ac_config_files dlls/iphlpapi/Makefile"
15146
15147 ALL_MAKEFILES="$ALL_MAKEFILES \\
15148         dlls/iphlpapi/tests/Makefile"
15149 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
15150         iphlpapi/tests"
15151 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
15152 dlls/iphlpapi/tests/Makefile: dlls/iphlpapi/tests/Makefile.in dlls/Maketest.rules"
15153 ac_config_files="$ac_config_files dlls/iphlpapi/tests/Makefile"
15154
15155 ALL_MAKEFILES="$ALL_MAKEFILES \\
15156         dlls/itircl/Makefile"
15157 test "x$enable_itircl" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
15158         itircl"
15159 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
15160 dlls/itircl/Makefile: dlls/itircl/Makefile.in dlls/Makedll.rules"
15161 ac_config_files="$ac_config_files dlls/itircl/Makefile"
15162
15163 ALL_MAKEFILES="$ALL_MAKEFILES \\
15164         dlls/itss/Makefile"
15165 test "x$enable_itss" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
15166         itss"
15167 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
15168 dlls/itss/Makefile: dlls/itss/Makefile.in dlls/Makedll.rules"
15169 ac_config_files="$ac_config_files dlls/itss/Makefile"
15170
15171 ALL_MAKEFILES="$ALL_MAKEFILES \\
15172         dlls/itss/tests/Makefile"
15173 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
15174         itss/tests"
15175 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
15176 dlls/itss/tests/Makefile: dlls/itss/tests/Makefile.in dlls/Maketest.rules"
15177 ac_config_files="$ac_config_files dlls/itss/tests/Makefile"
15178
15179 ALL_MAKEFILES="$ALL_MAKEFILES \\
15180         dlls/jscript/Makefile"
15181 test "x$enable_jscript" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
15182         jscript"
15183 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
15184 dlls/jscript/Makefile: dlls/jscript/Makefile.in dlls/Makedll.rules"
15185 ac_config_files="$ac_config_files dlls/jscript/Makefile"
15186
15187 ALL_MAKEFILES="$ALL_MAKEFILES \\
15188         dlls/jscript/tests/Makefile"
15189 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
15190         jscript/tests"
15191 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
15192 dlls/jscript/tests/Makefile: dlls/jscript/tests/Makefile.in dlls/Maketest.rules"
15193 ac_config_files="$ac_config_files dlls/jscript/tests/Makefile"
15194
15195 ALL_MAKEFILES="$ALL_MAKEFILES \\
15196         dlls/kernel32/Makefile"
15197 test "x$enable_kernel32" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
15198         kernel32"
15199 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
15200 dlls/kernel32/Makefile: dlls/kernel32/Makefile.in dlls/Makedll.rules"
15201 ac_config_files="$ac_config_files dlls/kernel32/Makefile"
15202
15203 ALL_MAKEFILES="$ALL_MAKEFILES \\
15204         dlls/kernel32/tests/Makefile"
15205 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
15206         kernel32/tests"
15207 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
15208 dlls/kernel32/tests/Makefile: dlls/kernel32/tests/Makefile.in dlls/Maketest.rules"
15209 ac_config_files="$ac_config_files dlls/kernel32/tests/Makefile"
15210
15211 ALL_MAKEFILES="$ALL_MAKEFILES \\
15212         dlls/keyboard.drv16/Makefile"
15213 test "x$enable_win16" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
15214         keyboard.drv16"
15215 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
15216 dlls/keyboard.drv16/Makefile: dlls/keyboard.drv16/Makefile.in dlls/Makedll.rules"
15217 ac_config_files="$ac_config_files dlls/keyboard.drv16/Makefile"
15218
15219 ALL_MAKEFILES="$ALL_MAKEFILES \\
15220         dlls/loadperf/Makefile"
15221 test "x$enable_loadperf" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
15222         loadperf"
15223 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
15224 dlls/loadperf/Makefile: dlls/loadperf/Makefile.in dlls/Makedll.rules"
15225 ac_config_files="$ac_config_files dlls/loadperf/Makefile"
15226
15227 ALL_MAKEFILES="$ALL_MAKEFILES \\
15228         dlls/localspl/Makefile"
15229 test "x$enable_localspl" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
15230         localspl"
15231 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
15232 dlls/localspl/Makefile: dlls/localspl/Makefile.in dlls/Makedll.rules"
15233 ac_config_files="$ac_config_files dlls/localspl/Makefile"
15234
15235 ALL_MAKEFILES="$ALL_MAKEFILES \\
15236         dlls/localspl/tests/Makefile"
15237 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
15238         localspl/tests"
15239 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
15240 dlls/localspl/tests/Makefile: dlls/localspl/tests/Makefile.in dlls/Maketest.rules"
15241 ac_config_files="$ac_config_files dlls/localspl/tests/Makefile"
15242
15243 ALL_MAKEFILES="$ALL_MAKEFILES \\
15244         dlls/localui/Makefile"
15245 test "x$enable_localui" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
15246         localui"
15247 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
15248 dlls/localui/Makefile: dlls/localui/Makefile.in dlls/Makedll.rules"
15249 ac_config_files="$ac_config_files dlls/localui/Makefile"
15250
15251 ALL_MAKEFILES="$ALL_MAKEFILES \\
15252         dlls/localui/tests/Makefile"
15253 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
15254         localui/tests"
15255 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
15256 dlls/localui/tests/Makefile: dlls/localui/tests/Makefile.in dlls/Maketest.rules"
15257 ac_config_files="$ac_config_files dlls/localui/tests/Makefile"
15258
15259 ALL_MAKEFILES="$ALL_MAKEFILES \\
15260         dlls/lz32/Makefile"
15261 test "x$enable_lz32" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
15262         lz32"
15263 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
15264 dlls/lz32/Makefile: dlls/lz32/Makefile.in dlls/Makedll.rules"
15265 ac_config_files="$ac_config_files dlls/lz32/Makefile"
15266
15267 ALL_MAKEFILES="$ALL_MAKEFILES \\
15268         dlls/lz32/tests/Makefile"
15269 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
15270         lz32/tests"
15271 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
15272 dlls/lz32/tests/Makefile: dlls/lz32/tests/Makefile.in dlls/Maketest.rules"
15273 ac_config_files="$ac_config_files dlls/lz32/tests/Makefile"
15274
15275 ALL_MAKEFILES="$ALL_MAKEFILES \\
15276         dlls/lzexpand.dll16/Makefile"
15277 test "x$enable_win16" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
15278         lzexpand.dll16"
15279 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
15280 dlls/lzexpand.dll16/Makefile: dlls/lzexpand.dll16/Makefile.in dlls/Makedll.rules"
15281 ac_config_files="$ac_config_files dlls/lzexpand.dll16/Makefile"
15282
15283 ALL_MAKEFILES="$ALL_MAKEFILES \\
15284         dlls/mapi32/Makefile"
15285 test "x$enable_mapi32" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
15286         mapi32"
15287 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
15288 dlls/mapi32/Makefile: dlls/mapi32/Makefile.in dlls/Makedll.rules"
15289 ac_config_files="$ac_config_files dlls/mapi32/Makefile"
15290
15291 ALL_MAKEFILES="$ALL_MAKEFILES \\
15292         dlls/mapi32/tests/Makefile"
15293 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
15294         mapi32/tests"
15295 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
15296 dlls/mapi32/tests/Makefile: dlls/mapi32/tests/Makefile.in dlls/Maketest.rules"
15297 ac_config_files="$ac_config_files dlls/mapi32/tests/Makefile"
15298
15299 ALL_MAKEFILES="$ALL_MAKEFILES \\
15300         dlls/mciavi32/Makefile"
15301 test "x$enable_mciavi32" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
15302         mciavi32"
15303 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
15304 dlls/mciavi32/Makefile: dlls/mciavi32/Makefile.in dlls/Makedll.rules"
15305 ac_config_files="$ac_config_files dlls/mciavi32/Makefile"
15306
15307 ALL_MAKEFILES="$ALL_MAKEFILES \\
15308         dlls/mcicda/Makefile"
15309 test "x$enable_mcicda" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
15310         mcicda"
15311 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
15312 dlls/mcicda/Makefile: dlls/mcicda/Makefile.in dlls/Makedll.rules"
15313 ac_config_files="$ac_config_files dlls/mcicda/Makefile"
15314
15315 ALL_MAKEFILES="$ALL_MAKEFILES \\
15316         dlls/mciqtz32/Makefile"
15317 test "x$enable_mciqtz32" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
15318         mciqtz32"
15319 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
15320 dlls/mciqtz32/Makefile: dlls/mciqtz32/Makefile.in dlls/Makedll.rules"
15321 ac_config_files="$ac_config_files dlls/mciqtz32/Makefile"
15322
15323 ALL_MAKEFILES="$ALL_MAKEFILES \\
15324         dlls/mciseq/Makefile"
15325 test "x$enable_mciseq" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
15326         mciseq"
15327 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
15328 dlls/mciseq/Makefile: dlls/mciseq/Makefile.in dlls/Makedll.rules"
15329 ac_config_files="$ac_config_files dlls/mciseq/Makefile"
15330
15331 ALL_MAKEFILES="$ALL_MAKEFILES \\
15332         dlls/mciwave/Makefile"
15333 test "x$enable_mciwave" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
15334         mciwave"
15335 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
15336 dlls/mciwave/Makefile: dlls/mciwave/Makefile.in dlls/Makedll.rules"
15337 ac_config_files="$ac_config_files dlls/mciwave/Makefile"
15338
15339 ALL_MAKEFILES="$ALL_MAKEFILES \\
15340         dlls/midimap/Makefile"
15341 test "x$enable_midimap" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
15342         midimap"
15343 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
15344 dlls/midimap/Makefile: dlls/midimap/Makefile.in dlls/Makedll.rules"
15345 ac_config_files="$ac_config_files dlls/midimap/Makefile"
15346
15347 ALL_MAKEFILES="$ALL_MAKEFILES \\
15348         dlls/mlang/Makefile"
15349 test "x$enable_mlang" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
15350         mlang"
15351 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
15352 dlls/mlang/Makefile: dlls/mlang/Makefile.in dlls/Makedll.rules"
15353 ac_config_files="$ac_config_files dlls/mlang/Makefile"
15354
15355 ALL_MAKEFILES="$ALL_MAKEFILES \\
15356         dlls/mlang/tests/Makefile"
15357 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
15358         mlang/tests"
15359 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
15360 dlls/mlang/tests/Makefile: dlls/mlang/tests/Makefile.in dlls/Maketest.rules"
15361 ac_config_files="$ac_config_files dlls/mlang/tests/Makefile"
15362
15363 ALL_MAKEFILES="$ALL_MAKEFILES \\
15364         dlls/mmdevldr.vxd/Makefile"
15365 test "x$enable_win16" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
15366         mmdevldr.vxd"
15367 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
15368 dlls/mmdevldr.vxd/Makefile: dlls/mmdevldr.vxd/Makefile.in dlls/Makedll.rules"
15369 ac_config_files="$ac_config_files dlls/mmdevldr.vxd/Makefile"
15370
15371 ALL_MAKEFILES="$ALL_MAKEFILES \\
15372         dlls/mmsystem.dll16/Makefile"
15373 test "x$enable_win16" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
15374         mmsystem.dll16"
15375 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
15376 dlls/mmsystem.dll16/Makefile: dlls/mmsystem.dll16/Makefile.in dlls/Makedll.rules"
15377 ac_config_files="$ac_config_files dlls/mmsystem.dll16/Makefile"
15378
15379 ALL_MAKEFILES="$ALL_MAKEFILES \\
15380         dlls/monodebg.vxd/Makefile"
15381 test "x$enable_win16" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
15382         monodebg.vxd"
15383 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
15384 dlls/monodebg.vxd/Makefile: dlls/monodebg.vxd/Makefile.in dlls/Makedll.rules"
15385 ac_config_files="$ac_config_files dlls/monodebg.vxd/Makefile"
15386
15387 ALL_MAKEFILES="$ALL_MAKEFILES \\
15388         dlls/mountmgr.sys/Makefile"
15389 test "x$enable_mountmgr_sys" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
15390         mountmgr.sys"
15391 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
15392 dlls/mountmgr.sys/Makefile: dlls/mountmgr.sys/Makefile.in dlls/Makedll.rules"
15393 ac_config_files="$ac_config_files dlls/mountmgr.sys/Makefile"
15394
15395 ALL_MAKEFILES="$ALL_MAKEFILES \\
15396         dlls/mouse.drv16/Makefile"
15397 test "x$enable_win16" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
15398         mouse.drv16"
15399 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
15400 dlls/mouse.drv16/Makefile: dlls/mouse.drv16/Makefile.in dlls/Makedll.rules"
15401 ac_config_files="$ac_config_files dlls/mouse.drv16/Makefile"
15402
15403 ALL_MAKEFILES="$ALL_MAKEFILES \\
15404         dlls/mpr/Makefile"
15405 test "x$enable_mpr" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
15406         mpr"
15407 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
15408 dlls/mpr/Makefile: dlls/mpr/Makefile.in dlls/Makedll.rules"
15409 ac_config_files="$ac_config_files dlls/mpr/Makefile"
15410
15411 ALL_MAKEFILES="$ALL_MAKEFILES \\
15412         dlls/mprapi/Makefile"
15413 test "x$enable_mprapi" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
15414         mprapi"
15415 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
15416 dlls/mprapi/Makefile: dlls/mprapi/Makefile.in dlls/Makedll.rules"
15417 ac_config_files="$ac_config_files dlls/mprapi/Makefile"
15418
15419 ALL_MAKEFILES="$ALL_MAKEFILES \\
15420         dlls/msacm.dll16/Makefile"
15421 test "x$enable_win16" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
15422         msacm.dll16"
15423 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
15424 dlls/msacm.dll16/Makefile: dlls/msacm.dll16/Makefile.in dlls/Makedll.rules"
15425 ac_config_files="$ac_config_files dlls/msacm.dll16/Makefile"
15426
15427 ALL_MAKEFILES="$ALL_MAKEFILES \\
15428         dlls/msacm32.drv/Makefile"
15429 test "x$enable_msacm32_drv" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
15430         msacm32.drv"
15431 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
15432 dlls/msacm32.drv/Makefile: dlls/msacm32.drv/Makefile.in dlls/Makedll.rules"
15433 ac_config_files="$ac_config_files dlls/msacm32.drv/Makefile"
15434
15435 ALL_MAKEFILES="$ALL_MAKEFILES \\
15436         dlls/msacm32/Makefile"
15437 test "x$enable_msacm32" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
15438         msacm32"
15439 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
15440 dlls/msacm32/Makefile: dlls/msacm32/Makefile.in dlls/Makedll.rules"
15441 ac_config_files="$ac_config_files dlls/msacm32/Makefile"
15442
15443 ALL_MAKEFILES="$ALL_MAKEFILES \\
15444         dlls/msacm32/tests/Makefile"
15445 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
15446         msacm32/tests"
15447 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
15448 dlls/msacm32/tests/Makefile: dlls/msacm32/tests/Makefile.in dlls/Maketest.rules"
15449 ac_config_files="$ac_config_files dlls/msacm32/tests/Makefile"
15450
15451 ALL_MAKEFILES="$ALL_MAKEFILES \\
15452         dlls/msadp32.acm/Makefile"
15453 test "x$enable_msadp32_acm" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
15454         msadp32.acm"
15455 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
15456 dlls/msadp32.acm/Makefile: dlls/msadp32.acm/Makefile.in dlls/Makedll.rules"
15457 ac_config_files="$ac_config_files dlls/msadp32.acm/Makefile"
15458
15459 ALL_MAKEFILES="$ALL_MAKEFILES \\
15460         dlls/mscat32/Makefile"
15461 test "x$enable_mscat32" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
15462         mscat32"
15463 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
15464 dlls/mscat32/Makefile: dlls/mscat32/Makefile.in dlls/Makedll.rules"
15465 ac_config_files="$ac_config_files dlls/mscat32/Makefile"
15466
15467 ALL_MAKEFILES="$ALL_MAKEFILES \\
15468         dlls/mscms/Makefile"
15469 test "x$enable_mscms" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
15470         mscms"
15471 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
15472 dlls/mscms/Makefile: dlls/mscms/Makefile.in dlls/Makedll.rules"
15473 ac_config_files="$ac_config_files dlls/mscms/Makefile"
15474
15475 ALL_MAKEFILES="$ALL_MAKEFILES \\
15476         dlls/mscms/tests/Makefile"
15477 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
15478         mscms/tests"
15479 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
15480 dlls/mscms/tests/Makefile: dlls/mscms/tests/Makefile.in dlls/Maketest.rules"
15481 ac_config_files="$ac_config_files dlls/mscms/tests/Makefile"
15482
15483 ALL_MAKEFILES="$ALL_MAKEFILES \\
15484         dlls/mscoree/Makefile"
15485 test "x$enable_mscoree" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
15486         mscoree"
15487 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
15488 dlls/mscoree/Makefile: dlls/mscoree/Makefile.in dlls/Makedll.rules"
15489 ac_config_files="$ac_config_files dlls/mscoree/Makefile"
15490
15491 ALL_MAKEFILES="$ALL_MAKEFILES \\
15492         dlls/msctf/Makefile"
15493 test "x$enable_msctf" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
15494         msctf"
15495 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
15496 dlls/msctf/Makefile: dlls/msctf/Makefile.in dlls/Makedll.rules"
15497 ac_config_files="$ac_config_files dlls/msctf/Makefile"
15498
15499 ALL_MAKEFILES="$ALL_MAKEFILES \\
15500         dlls/msctf/tests/Makefile"
15501 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
15502         msctf/tests"
15503 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
15504 dlls/msctf/tests/Makefile: dlls/msctf/tests/Makefile.in dlls/Maketest.rules"
15505 ac_config_files="$ac_config_files dlls/msctf/tests/Makefile"
15506
15507 ALL_MAKEFILES="$ALL_MAKEFILES \\
15508         dlls/msdaps/Makefile"
15509 test "x$enable_msdaps" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
15510         msdaps"
15511 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
15512 dlls/msdaps/Makefile: dlls/msdaps/Makefile.in dlls/Makedll.rules"
15513 ac_config_files="$ac_config_files dlls/msdaps/Makefile"
15514
15515 ALL_MAKEFILES="$ALL_MAKEFILES \\
15516         dlls/msdmo/Makefile"
15517 test "x$enable_msdmo" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
15518         msdmo"
15519 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
15520 dlls/msdmo/Makefile: dlls/msdmo/Makefile.in dlls/Makedll.rules"
15521 ac_config_files="$ac_config_files dlls/msdmo/Makefile"
15522
15523 ALL_MAKEFILES="$ALL_MAKEFILES \\
15524         dlls/msftedit/Makefile"
15525 test "x$enable_msftedit" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
15526         msftedit"
15527 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
15528 dlls/msftedit/Makefile: dlls/msftedit/Makefile.in dlls/Makedll.rules"
15529 ac_config_files="$ac_config_files dlls/msftedit/Makefile"
15530
15531 ALL_MAKEFILES="$ALL_MAKEFILES \\
15532         dlls/msg711.acm/Makefile"
15533 test "x$enable_msg711_acm" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
15534         msg711.acm"
15535 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
15536 dlls/msg711.acm/Makefile: dlls/msg711.acm/Makefile.in dlls/Makedll.rules"
15537 ac_config_files="$ac_config_files dlls/msg711.acm/Makefile"
15538
15539 ALL_MAKEFILES="$ALL_MAKEFILES \\
15540         dlls/msgsm32.acm/Makefile"
15541 test "x$enable_msgsm32_acm" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
15542         msgsm32.acm"
15543 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
15544 dlls/msgsm32.acm/Makefile: dlls/msgsm32.acm/Makefile.in dlls/Makedll.rules"
15545 ac_config_files="$ac_config_files dlls/msgsm32.acm/Makefile"
15546
15547 ALL_MAKEFILES="$ALL_MAKEFILES \\
15548         dlls/mshtml.tlb/Makefile"
15549 test "x$enable_mshtml_tlb" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
15550         mshtml.tlb"
15551 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
15552 dlls/mshtml.tlb/Makefile: dlls/mshtml.tlb/Makefile.in dlls/Makedll.rules"
15553 ac_config_files="$ac_config_files dlls/mshtml.tlb/Makefile"
15554
15555 ALL_MAKEFILES="$ALL_MAKEFILES \\
15556         dlls/mshtml/Makefile"
15557 test "x$enable_mshtml" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
15558         mshtml"
15559 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
15560 dlls/mshtml/Makefile: dlls/mshtml/Makefile.in dlls/Makedll.rules"
15561 ac_config_files="$ac_config_files dlls/mshtml/Makefile"
15562
15563 ALL_MAKEFILES="$ALL_MAKEFILES \\
15564         dlls/mshtml/tests/Makefile"
15565 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
15566         mshtml/tests"
15567 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
15568 dlls/mshtml/tests/Makefile: dlls/mshtml/tests/Makefile.in dlls/Maketest.rules"
15569 ac_config_files="$ac_config_files dlls/mshtml/tests/Makefile"
15570
15571 ALL_MAKEFILES="$ALL_MAKEFILES \\
15572         dlls/msi/Makefile"
15573 test "x$enable_msi" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
15574         msi"
15575 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
15576 dlls/msi/Makefile: dlls/msi/Makefile.in dlls/Makedll.rules"
15577 ac_config_files="$ac_config_files dlls/msi/Makefile"
15578
15579 ALL_MAKEFILES="$ALL_MAKEFILES \\
15580         dlls/msi/tests/Makefile"
15581 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
15582         msi/tests"
15583 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
15584 dlls/msi/tests/Makefile: dlls/msi/tests/Makefile.in dlls/Maketest.rules"
15585 ac_config_files="$ac_config_files dlls/msi/tests/Makefile"
15586
15587 ALL_MAKEFILES="$ALL_MAKEFILES \\
15588         dlls/msimg32/Makefile"
15589 test "x$enable_msimg32" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
15590         msimg32"
15591 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
15592 dlls/msimg32/Makefile: dlls/msimg32/Makefile.in dlls/Makedll.rules"
15593 ac_config_files="$ac_config_files dlls/msimg32/Makefile"
15594
15595 ALL_MAKEFILES="$ALL_MAKEFILES \\
15596         dlls/msimtf/Makefile"
15597 test "x$enable_msimtf" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
15598         msimtf"
15599 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
15600 dlls/msimtf/Makefile: dlls/msimtf/Makefile.in dlls/Makedll.rules"
15601 ac_config_files="$ac_config_files dlls/msimtf/Makefile"
15602
15603 ALL_MAKEFILES="$ALL_MAKEFILES \\
15604         dlls/msisip/Makefile"
15605 test "x$enable_msisip" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
15606         msisip"
15607 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
15608 dlls/msisip/Makefile: dlls/msisip/Makefile.in dlls/Makedll.rules"
15609 ac_config_files="$ac_config_files dlls/msisip/Makefile"
15610
15611 ALL_MAKEFILES="$ALL_MAKEFILES \\
15612         dlls/msisys.ocx/Makefile"
15613 test "x$enable_msisys_ocx" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
15614         msisys.ocx"
15615 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
15616 dlls/msisys.ocx/Makefile: dlls/msisys.ocx/Makefile.in dlls/Makedll.rules"
15617 ac_config_files="$ac_config_files dlls/msisys.ocx/Makefile"
15618
15619 ALL_MAKEFILES="$ALL_MAKEFILES \\
15620         dlls/msnet32/Makefile"
15621 test "x$enable_msnet32" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
15622         msnet32"
15623 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
15624 dlls/msnet32/Makefile: dlls/msnet32/Makefile.in dlls/Makedll.rules"
15625 ac_config_files="$ac_config_files dlls/msnet32/Makefile"
15626
15627 ALL_MAKEFILES="$ALL_MAKEFILES \\
15628         dlls/msrle32/Makefile"
15629 test "x$enable_msrle32" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
15630         msrle32"
15631 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
15632 dlls/msrle32/Makefile: dlls/msrle32/Makefile.in dlls/Makedll.rules"
15633 ac_config_files="$ac_config_files dlls/msrle32/Makefile"
15634
15635 ALL_MAKEFILES="$ALL_MAKEFILES \\
15636         dlls/mssign32/Makefile"
15637 test "x$enable_mssign32" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
15638         mssign32"
15639 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
15640 dlls/mssign32/Makefile: dlls/mssign32/Makefile.in dlls/Makedll.rules"
15641 ac_config_files="$ac_config_files dlls/mssign32/Makefile"
15642
15643 ALL_MAKEFILES="$ALL_MAKEFILES \\
15644         dlls/mssip32/Makefile"
15645 test "x$enable_mssip32" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
15646         mssip32"
15647 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
15648 dlls/mssip32/Makefile: dlls/mssip32/Makefile.in dlls/Makedll.rules"
15649 ac_config_files="$ac_config_files dlls/mssip32/Makefile"
15650
15651 ALL_MAKEFILES="$ALL_MAKEFILES \\
15652         dlls/mstask/Makefile"
15653 test "x$enable_mstask" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
15654         mstask"
15655 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
15656 dlls/mstask/Makefile: dlls/mstask/Makefile.in dlls/Makedll.rules"
15657 ac_config_files="$ac_config_files dlls/mstask/Makefile"
15658
15659 ALL_MAKEFILES="$ALL_MAKEFILES \\
15660         dlls/mstask/tests/Makefile"
15661 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
15662         mstask/tests"
15663 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
15664 dlls/mstask/tests/Makefile: dlls/mstask/tests/Makefile.in dlls/Maketest.rules"
15665 ac_config_files="$ac_config_files dlls/mstask/tests/Makefile"
15666
15667 ALL_MAKEFILES="$ALL_MAKEFILES \\
15668         dlls/msvcirt/Makefile"
15669 test "x$enable_msvcirt" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
15670         msvcirt"
15671 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
15672 dlls/msvcirt/Makefile: dlls/msvcirt/Makefile.in dlls/Makedll.rules"
15673 ac_config_files="$ac_config_files dlls/msvcirt/Makefile"
15674
15675 ALL_MAKEFILES="$ALL_MAKEFILES \\
15676         dlls/msvcr71/Makefile"
15677 test "x$enable_msvcr71" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
15678         msvcr71"
15679 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
15680 dlls/msvcr71/Makefile: dlls/msvcr71/Makefile.in dlls/Makedll.rules"
15681 ac_config_files="$ac_config_files dlls/msvcr71/Makefile"
15682
15683 ALL_MAKEFILES="$ALL_MAKEFILES \\
15684         dlls/msvcrt/Makefile"
15685 test "x$enable_msvcrt" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
15686         msvcrt"
15687 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
15688 dlls/msvcrt/Makefile: dlls/msvcrt/Makefile.in dlls/Makedll.rules"
15689 ac_config_files="$ac_config_files dlls/msvcrt/Makefile"
15690
15691 ALL_MAKEFILES="$ALL_MAKEFILES \\
15692         dlls/msvcrt/tests/Makefile"
15693 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
15694         msvcrt/tests"
15695 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
15696 dlls/msvcrt/tests/Makefile: dlls/msvcrt/tests/Makefile.in dlls/Maketest.rules"
15697 ac_config_files="$ac_config_files dlls/msvcrt/tests/Makefile"
15698
15699 ALL_MAKEFILES="$ALL_MAKEFILES \\
15700         dlls/msvcrt20/Makefile"
15701 test "x$enable_msvcrt20" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
15702         msvcrt20"
15703 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
15704 dlls/msvcrt20/Makefile: dlls/msvcrt20/Makefile.in dlls/Makedll.rules"
15705 ac_config_files="$ac_config_files dlls/msvcrt20/Makefile"
15706
15707 ALL_MAKEFILES="$ALL_MAKEFILES \\
15708         dlls/msvcrt40/Makefile"
15709 test "x$enable_msvcrt40" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
15710         msvcrt40"
15711 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
15712 dlls/msvcrt40/Makefile: dlls/msvcrt40/Makefile.in dlls/Makedll.rules"
15713 ac_config_files="$ac_config_files dlls/msvcrt40/Makefile"
15714
15715 ALL_MAKEFILES="$ALL_MAKEFILES \\
15716         dlls/msvcrtd/Makefile"
15717 test "x$enable_msvcrtd" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
15718         msvcrtd"
15719 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
15720 dlls/msvcrtd/Makefile: dlls/msvcrtd/Makefile.in dlls/Makedll.rules"
15721 ac_config_files="$ac_config_files dlls/msvcrtd/Makefile"
15722
15723 ALL_MAKEFILES="$ALL_MAKEFILES \\
15724         dlls/msvcrtd/tests/Makefile"
15725 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
15726         msvcrtd/tests"
15727 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
15728 dlls/msvcrtd/tests/Makefile: dlls/msvcrtd/tests/Makefile.in dlls/Maketest.rules"
15729 ac_config_files="$ac_config_files dlls/msvcrtd/tests/Makefile"
15730
15731 ALL_MAKEFILES="$ALL_MAKEFILES \\
15732         dlls/msvfw32/Makefile"
15733 test "x$enable_msvfw32" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
15734         msvfw32"
15735 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
15736 dlls/msvfw32/Makefile: dlls/msvfw32/Makefile.in dlls/Makedll.rules"
15737 ac_config_files="$ac_config_files dlls/msvfw32/Makefile"
15738
15739 ALL_MAKEFILES="$ALL_MAKEFILES \\
15740         dlls/msvfw32/tests/Makefile"
15741 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
15742         msvfw32/tests"
15743 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
15744 dlls/msvfw32/tests/Makefile: dlls/msvfw32/tests/Makefile.in dlls/Maketest.rules"
15745 ac_config_files="$ac_config_files dlls/msvfw32/tests/Makefile"
15746
15747 ALL_MAKEFILES="$ALL_MAKEFILES \\
15748         dlls/msvidc32/Makefile"
15749 test "x$enable_msvidc32" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
15750         msvidc32"
15751 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
15752 dlls/msvidc32/Makefile: dlls/msvidc32/Makefile.in dlls/Makedll.rules"
15753 ac_config_files="$ac_config_files dlls/msvidc32/Makefile"
15754
15755 ALL_MAKEFILES="$ALL_MAKEFILES \\
15756         dlls/msvideo.dll16/Makefile"
15757 test "x$enable_win16" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
15758         msvideo.dll16"
15759 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
15760 dlls/msvideo.dll16/Makefile: dlls/msvideo.dll16/Makefile.in dlls/Makedll.rules"
15761 ac_config_files="$ac_config_files dlls/msvideo.dll16/Makefile"
15762
15763 ALL_MAKEFILES="$ALL_MAKEFILES \\
15764         dlls/mswsock/Makefile"
15765 test "x$enable_mswsock" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
15766         mswsock"
15767 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
15768 dlls/mswsock/Makefile: dlls/mswsock/Makefile.in dlls/Makedll.rules"
15769 ac_config_files="$ac_config_files dlls/mswsock/Makefile"
15770
15771 ALL_MAKEFILES="$ALL_MAKEFILES \\
15772         dlls/msxml3/Makefile"
15773 test "x$enable_msxml3" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
15774         msxml3"
15775 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
15776 dlls/msxml3/Makefile: dlls/msxml3/Makefile.in dlls/Makedll.rules"
15777 ac_config_files="$ac_config_files dlls/msxml3/Makefile"
15778
15779 ALL_MAKEFILES="$ALL_MAKEFILES \\
15780         dlls/msxml3/tests/Makefile"
15781 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
15782         msxml3/tests"
15783 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
15784 dlls/msxml3/tests/Makefile: dlls/msxml3/tests/Makefile.in dlls/Maketest.rules"
15785 ac_config_files="$ac_config_files dlls/msxml3/tests/Makefile"
15786
15787 ALL_MAKEFILES="$ALL_MAKEFILES \\
15788         dlls/nddeapi/Makefile"
15789 test "x$enable_nddeapi" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
15790         nddeapi"
15791 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
15792 dlls/nddeapi/Makefile: dlls/nddeapi/Makefile.in dlls/Makedll.rules"
15793 ac_config_files="$ac_config_files dlls/nddeapi/Makefile"
15794
15795 ALL_MAKEFILES="$ALL_MAKEFILES \\
15796         dlls/netapi32/Makefile"
15797 test "x$enable_netapi32" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
15798         netapi32"
15799 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
15800 dlls/netapi32/Makefile: dlls/netapi32/Makefile.in dlls/Makedll.rules"
15801 ac_config_files="$ac_config_files dlls/netapi32/Makefile"
15802
15803 ALL_MAKEFILES="$ALL_MAKEFILES \\
15804         dlls/netapi32/tests/Makefile"
15805 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
15806         netapi32/tests"
15807 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
15808 dlls/netapi32/tests/Makefile: dlls/netapi32/tests/Makefile.in dlls/Maketest.rules"
15809 ac_config_files="$ac_config_files dlls/netapi32/tests/Makefile"
15810
15811 ALL_MAKEFILES="$ALL_MAKEFILES \\
15812         dlls/newdev/Makefile"
15813 test "x$enable_newdev" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
15814         newdev"
15815 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
15816 dlls/newdev/Makefile: dlls/newdev/Makefile.in dlls/Makedll.rules"
15817 ac_config_files="$ac_config_files dlls/newdev/Makefile"
15818
15819 ALL_MAKEFILES="$ALL_MAKEFILES \\
15820         dlls/ntdll/Makefile"
15821 test "x$enable_ntdll" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
15822         ntdll"
15823 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
15824 dlls/ntdll/Makefile: dlls/ntdll/Makefile.in dlls/Makedll.rules"
15825 ac_config_files="$ac_config_files dlls/ntdll/Makefile"
15826
15827 ALL_MAKEFILES="$ALL_MAKEFILES \\
15828         dlls/ntdll/tests/Makefile"
15829 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
15830         ntdll/tests"
15831 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
15832 dlls/ntdll/tests/Makefile: dlls/ntdll/tests/Makefile.in dlls/Maketest.rules"
15833 ac_config_files="$ac_config_files dlls/ntdll/tests/Makefile"
15834
15835 ALL_MAKEFILES="$ALL_MAKEFILES \\
15836         dlls/ntdsapi/Makefile"
15837 test "x$enable_ntdsapi" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
15838         ntdsapi"
15839 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
15840 dlls/ntdsapi/Makefile: dlls/ntdsapi/Makefile.in dlls/Makedll.rules"
15841 ac_config_files="$ac_config_files dlls/ntdsapi/Makefile"
15842
15843 ALL_MAKEFILES="$ALL_MAKEFILES \\
15844         dlls/ntdsapi/tests/Makefile"
15845 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
15846         ntdsapi/tests"
15847 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
15848 dlls/ntdsapi/tests/Makefile: dlls/ntdsapi/tests/Makefile.in dlls/Maketest.rules"
15849 ac_config_files="$ac_config_files dlls/ntdsapi/tests/Makefile"
15850
15851 ALL_MAKEFILES="$ALL_MAKEFILES \\
15852         dlls/ntoskrnl.exe/Makefile"
15853 test "x$enable_ntoskrnl_exe" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
15854         ntoskrnl.exe"
15855 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
15856 dlls/ntoskrnl.exe/Makefile: dlls/ntoskrnl.exe/Makefile.in dlls/Makedll.rules"
15857 ac_config_files="$ac_config_files dlls/ntoskrnl.exe/Makefile"
15858
15859 ALL_MAKEFILES="$ALL_MAKEFILES \\
15860         dlls/ntprint/Makefile"
15861 test "x$enable_ntprint" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
15862         ntprint"
15863 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
15864 dlls/ntprint/Makefile: dlls/ntprint/Makefile.in dlls/Makedll.rules"
15865 ac_config_files="$ac_config_files dlls/ntprint/Makefile"
15866
15867 ALL_MAKEFILES="$ALL_MAKEFILES \\
15868         dlls/ntprint/tests/Makefile"
15869 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
15870         ntprint/tests"
15871 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
15872 dlls/ntprint/tests/Makefile: dlls/ntprint/tests/Makefile.in dlls/Maketest.rules"
15873 ac_config_files="$ac_config_files dlls/ntprint/tests/Makefile"
15874
15875 ALL_MAKEFILES="$ALL_MAKEFILES \\
15876         dlls/objsel/Makefile"
15877 test "x$enable_objsel" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
15878         objsel"
15879 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
15880 dlls/objsel/Makefile: dlls/objsel/Makefile.in dlls/Makedll.rules"
15881 ac_config_files="$ac_config_files dlls/objsel/Makefile"
15882
15883 ALL_MAKEFILES="$ALL_MAKEFILES \\
15884         dlls/odbc32/Makefile"
15885 test "x$enable_odbc32" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
15886         odbc32"
15887 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
15888 dlls/odbc32/Makefile: dlls/odbc32/Makefile.in dlls/Makedll.rules"
15889 ac_config_files="$ac_config_files dlls/odbc32/Makefile"
15890
15891 ALL_MAKEFILES="$ALL_MAKEFILES \\
15892         dlls/odbccp32/Makefile"
15893 test "x$enable_odbccp32" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
15894         odbccp32"
15895 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
15896 dlls/odbccp32/Makefile: dlls/odbccp32/Makefile.in dlls/Makedll.rules"
15897 ac_config_files="$ac_config_files dlls/odbccp32/Makefile"
15898
15899 ALL_MAKEFILES="$ALL_MAKEFILES \\
15900         dlls/odbccp32/tests/Makefile"
15901 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
15902         odbccp32/tests"
15903 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
15904 dlls/odbccp32/tests/Makefile: dlls/odbccp32/tests/Makefile.in dlls/Maketest.rules"
15905 ac_config_files="$ac_config_files dlls/odbccp32/tests/Makefile"
15906
15907 ALL_MAKEFILES="$ALL_MAKEFILES \\
15908         dlls/ole2.dll16/Makefile"
15909 test "x$enable_win16" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
15910         ole2.dll16"
15911 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
15912 dlls/ole2.dll16/Makefile: dlls/ole2.dll16/Makefile.in dlls/Makedll.rules"
15913 ac_config_files="$ac_config_files dlls/ole2.dll16/Makefile"
15914
15915 ALL_MAKEFILES="$ALL_MAKEFILES \\
15916         dlls/ole2conv.dll16/Makefile"
15917 test "x$enable_win16" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
15918         ole2conv.dll16"
15919 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
15920 dlls/ole2conv.dll16/Makefile: dlls/ole2conv.dll16/Makefile.in dlls/Makedll.rules"
15921 ac_config_files="$ac_config_files dlls/ole2conv.dll16/Makefile"
15922
15923 ALL_MAKEFILES="$ALL_MAKEFILES \\
15924         dlls/ole2disp.dll16/Makefile"
15925 test "x$enable_win16" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
15926         ole2disp.dll16"
15927 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
15928 dlls/ole2disp.dll16/Makefile: dlls/ole2disp.dll16/Makefile.in dlls/Makedll.rules"
15929 ac_config_files="$ac_config_files dlls/ole2disp.dll16/Makefile"
15930
15931 ALL_MAKEFILES="$ALL_MAKEFILES \\
15932         dlls/ole2nls.dll16/Makefile"
15933 test "x$enable_win16" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
15934         ole2nls.dll16"
15935 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
15936 dlls/ole2nls.dll16/Makefile: dlls/ole2nls.dll16/Makefile.in dlls/Makedll.rules"
15937 ac_config_files="$ac_config_files dlls/ole2nls.dll16/Makefile"
15938
15939 ALL_MAKEFILES="$ALL_MAKEFILES \\
15940         dlls/ole2prox.dll16/Makefile"
15941 test "x$enable_win16" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
15942         ole2prox.dll16"
15943 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
15944 dlls/ole2prox.dll16/Makefile: dlls/ole2prox.dll16/Makefile.in dlls/Makedll.rules"
15945 ac_config_files="$ac_config_files dlls/ole2prox.dll16/Makefile"
15946
15947 ALL_MAKEFILES="$ALL_MAKEFILES \\
15948         dlls/ole2thk.dll16/Makefile"
15949 test "x$enable_win16" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
15950         ole2thk.dll16"
15951 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
15952 dlls/ole2thk.dll16/Makefile: dlls/ole2thk.dll16/Makefile.in dlls/Makedll.rules"
15953 ac_config_files="$ac_config_files dlls/ole2thk.dll16/Makefile"
15954
15955 ALL_MAKEFILES="$ALL_MAKEFILES \\
15956         dlls/ole32/Makefile"
15957 test "x$enable_ole32" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
15958         ole32"
15959 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
15960 dlls/ole32/Makefile: dlls/ole32/Makefile.in dlls/Makedll.rules"
15961 ac_config_files="$ac_config_files dlls/ole32/Makefile"
15962
15963 ALL_MAKEFILES="$ALL_MAKEFILES \\
15964         dlls/ole32/tests/Makefile"
15965 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
15966         ole32/tests"
15967 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
15968 dlls/ole32/tests/Makefile: dlls/ole32/tests/Makefile.in dlls/Maketest.rules"
15969 ac_config_files="$ac_config_files dlls/ole32/tests/Makefile"
15970
15971 ALL_MAKEFILES="$ALL_MAKEFILES \\
15972         dlls/oleacc/Makefile"
15973 test "x$enable_oleacc" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
15974         oleacc"
15975 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
15976 dlls/oleacc/Makefile: dlls/oleacc/Makefile.in dlls/Makedll.rules"
15977 ac_config_files="$ac_config_files dlls/oleacc/Makefile"
15978
15979 ALL_MAKEFILES="$ALL_MAKEFILES \\
15980         dlls/oleacc/tests/Makefile"
15981 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
15982         oleacc/tests"
15983 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
15984 dlls/oleacc/tests/Makefile: dlls/oleacc/tests/Makefile.in dlls/Maketest.rules"
15985 ac_config_files="$ac_config_files dlls/oleacc/tests/Makefile"
15986
15987 ALL_MAKEFILES="$ALL_MAKEFILES \\
15988         dlls/oleaut32/Makefile"
15989 test "x$enable_oleaut32" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
15990         oleaut32"
15991 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
15992 dlls/oleaut32/Makefile: dlls/oleaut32/Makefile.in dlls/Makedll.rules"
15993 ac_config_files="$ac_config_files dlls/oleaut32/Makefile"
15994
15995 ALL_MAKEFILES="$ALL_MAKEFILES \\
15996         dlls/oleaut32/tests/Makefile"
15997 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
15998         oleaut32/tests"
15999 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
16000 dlls/oleaut32/tests/Makefile: dlls/oleaut32/tests/Makefile.in dlls/Maketest.rules"
16001 ac_config_files="$ac_config_files dlls/oleaut32/tests/Makefile"
16002
16003 ALL_MAKEFILES="$ALL_MAKEFILES \\
16004         dlls/olecli.dll16/Makefile"
16005 test "x$enable_win16" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
16006         olecli.dll16"
16007 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
16008 dlls/olecli.dll16/Makefile: dlls/olecli.dll16/Makefile.in dlls/Makedll.rules"
16009 ac_config_files="$ac_config_files dlls/olecli.dll16/Makefile"
16010
16011 ALL_MAKEFILES="$ALL_MAKEFILES \\
16012         dlls/olecli32/Makefile"
16013 test "x$enable_olecli32" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
16014         olecli32"
16015 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
16016 dlls/olecli32/Makefile: dlls/olecli32/Makefile.in dlls/Makedll.rules"
16017 ac_config_files="$ac_config_files dlls/olecli32/Makefile"
16018
16019 ALL_MAKEFILES="$ALL_MAKEFILES \\
16020         dlls/oledb32/Makefile"
16021 test "x$enable_oledb32" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
16022         oledb32"
16023 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
16024 dlls/oledb32/Makefile: dlls/oledb32/Makefile.in dlls/Makedll.rules"
16025 ac_config_files="$ac_config_files dlls/oledb32/Makefile"
16026
16027 ALL_MAKEFILES="$ALL_MAKEFILES \\
16028         dlls/oledb32/tests/Makefile"
16029 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
16030         oledb32/tests"
16031 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
16032 dlls/oledb32/tests/Makefile: dlls/oledb32/tests/Makefile.in dlls/Maketest.rules"
16033 ac_config_files="$ac_config_files dlls/oledb32/tests/Makefile"
16034
16035 ALL_MAKEFILES="$ALL_MAKEFILES \\
16036         dlls/oledlg/Makefile"
16037 test "x$enable_oledlg" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
16038         oledlg"
16039 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
16040 dlls/oledlg/Makefile: dlls/oledlg/Makefile.in dlls/Makedll.rules"
16041 ac_config_files="$ac_config_files dlls/oledlg/Makefile"
16042
16043 ALL_MAKEFILES="$ALL_MAKEFILES \\
16044         dlls/olepro32/Makefile"
16045 test "x$enable_olepro32" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
16046         olepro32"
16047 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
16048 dlls/olepro32/Makefile: dlls/olepro32/Makefile.in dlls/Makedll.rules"
16049 ac_config_files="$ac_config_files dlls/olepro32/Makefile"
16050
16051 ALL_MAKEFILES="$ALL_MAKEFILES \\
16052         dlls/olesvr.dll16/Makefile"
16053 test "x$enable_win16" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
16054         olesvr.dll16"
16055 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
16056 dlls/olesvr.dll16/Makefile: dlls/olesvr.dll16/Makefile.in dlls/Makedll.rules"
16057 ac_config_files="$ac_config_files dlls/olesvr.dll16/Makefile"
16058
16059 ALL_MAKEFILES="$ALL_MAKEFILES \\
16060         dlls/olesvr32/Makefile"
16061 test "x$enable_olesvr32" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
16062         olesvr32"
16063 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
16064 dlls/olesvr32/Makefile: dlls/olesvr32/Makefile.in dlls/Makedll.rules"
16065 ac_config_files="$ac_config_files dlls/olesvr32/Makefile"
16066
16067 ALL_MAKEFILES="$ALL_MAKEFILES \\
16068         dlls/olethk32/Makefile"
16069 test "x$enable_olethk32" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
16070         olethk32"
16071 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
16072 dlls/olethk32/Makefile: dlls/olethk32/Makefile.in dlls/Makedll.rules"
16073 ac_config_files="$ac_config_files dlls/olethk32/Makefile"
16074
16075 ALL_MAKEFILES="$ALL_MAKEFILES \\
16076         dlls/openal32/Makefile"
16077 test "x$enable_openal32" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
16078         openal32"
16079 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
16080 dlls/openal32/Makefile: dlls/openal32/Makefile.in dlls/Makedll.rules"
16081 ac_config_files="$ac_config_files dlls/openal32/Makefile"
16082
16083 ALL_MAKEFILES="$ALL_MAKEFILES \\
16084         dlls/opengl32/Makefile"
16085 test "x$enable_opengl32" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
16086         opengl32"
16087 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
16088 dlls/opengl32/Makefile: dlls/opengl32/Makefile.in dlls/Makedll.rules"
16089 ac_config_files="$ac_config_files dlls/opengl32/Makefile"
16090
16091 ALL_MAKEFILES="$ALL_MAKEFILES \\
16092         dlls/opengl32/tests/Makefile"
16093 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
16094         opengl32/tests"
16095 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
16096 dlls/opengl32/tests/Makefile: dlls/opengl32/tests/Makefile.in dlls/Maketest.rules"
16097 ac_config_files="$ac_config_files dlls/opengl32/tests/Makefile"
16098
16099 ALL_MAKEFILES="$ALL_MAKEFILES \\
16100         dlls/pdh/Makefile"
16101 test "x$enable_pdh" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
16102         pdh"
16103 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
16104 dlls/pdh/Makefile: dlls/pdh/Makefile.in dlls/Makedll.rules"
16105 ac_config_files="$ac_config_files dlls/pdh/Makefile"
16106
16107 ALL_MAKEFILES="$ALL_MAKEFILES \\
16108         dlls/pdh/tests/Makefile"
16109 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
16110         pdh/tests"
16111 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
16112 dlls/pdh/tests/Makefile: dlls/pdh/tests/Makefile.in dlls/Maketest.rules"
16113 ac_config_files="$ac_config_files dlls/pdh/tests/Makefile"
16114
16115 ALL_MAKEFILES="$ALL_MAKEFILES \\
16116         dlls/pidgen/Makefile"
16117 test "x$enable_pidgen" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
16118         pidgen"
16119 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
16120 dlls/pidgen/Makefile: dlls/pidgen/Makefile.in dlls/Makedll.rules"
16121 ac_config_files="$ac_config_files dlls/pidgen/Makefile"
16122
16123 ALL_MAKEFILES="$ALL_MAKEFILES \\
16124         dlls/powrprof/Makefile"
16125 test "x$enable_powrprof" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
16126         powrprof"
16127 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
16128 dlls/powrprof/Makefile: dlls/powrprof/Makefile.in dlls/Makedll.rules"
16129 ac_config_files="$ac_config_files dlls/powrprof/Makefile"
16130
16131 ALL_MAKEFILES="$ALL_MAKEFILES \\
16132         dlls/printui/Makefile"
16133 test "x$enable_printui" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
16134         printui"
16135 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
16136 dlls/printui/Makefile: dlls/printui/Makefile.in dlls/Makedll.rules"
16137 ac_config_files="$ac_config_files dlls/printui/Makefile"
16138
16139 ALL_MAKEFILES="$ALL_MAKEFILES \\
16140         dlls/propsys/Makefile"
16141 test "x$enable_propsys" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
16142         propsys"
16143 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
16144 dlls/propsys/Makefile: dlls/propsys/Makefile.in dlls/Makedll.rules"
16145 ac_config_files="$ac_config_files dlls/propsys/Makefile"
16146
16147 ALL_MAKEFILES="$ALL_MAKEFILES \\
16148         dlls/psapi/Makefile"
16149 test "x$enable_psapi" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
16150         psapi"
16151 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
16152 dlls/psapi/Makefile: dlls/psapi/Makefile.in dlls/Makedll.rules"
16153 ac_config_files="$ac_config_files dlls/psapi/Makefile"
16154
16155 ALL_MAKEFILES="$ALL_MAKEFILES \\
16156         dlls/psapi/tests/Makefile"
16157 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
16158         psapi/tests"
16159 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
16160 dlls/psapi/tests/Makefile: dlls/psapi/tests/Makefile.in dlls/Maketest.rules"
16161 ac_config_files="$ac_config_files dlls/psapi/tests/Makefile"
16162
16163 ALL_MAKEFILES="$ALL_MAKEFILES \\
16164         dlls/pstorec/Makefile"
16165 test "x$enable_pstorec" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
16166         pstorec"
16167 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
16168 dlls/pstorec/Makefile: dlls/pstorec/Makefile.in dlls/Makedll.rules"
16169 ac_config_files="$ac_config_files dlls/pstorec/Makefile"
16170
16171 ALL_MAKEFILES="$ALL_MAKEFILES \\
16172         dlls/qcap/Makefile"
16173 test "x$enable_qcap" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
16174         qcap"
16175 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
16176 dlls/qcap/Makefile: dlls/qcap/Makefile.in dlls/Makedll.rules"
16177 ac_config_files="$ac_config_files dlls/qcap/Makefile"
16178
16179 ALL_MAKEFILES="$ALL_MAKEFILES \\
16180         dlls/qedit/Makefile"
16181 test "x$enable_qedit" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
16182         qedit"
16183 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
16184 dlls/qedit/Makefile: dlls/qedit/Makefile.in dlls/Makedll.rules"
16185 ac_config_files="$ac_config_files dlls/qedit/Makefile"
16186
16187 ALL_MAKEFILES="$ALL_MAKEFILES \\
16188         dlls/qedit/tests/Makefile"
16189 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
16190         qedit/tests"
16191 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
16192 dlls/qedit/tests/Makefile: dlls/qedit/tests/Makefile.in dlls/Maketest.rules"
16193 ac_config_files="$ac_config_files dlls/qedit/tests/Makefile"
16194
16195 ALL_MAKEFILES="$ALL_MAKEFILES \\
16196         dlls/qmgr/Makefile"
16197 test "x$enable_qmgr" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
16198         qmgr"
16199 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
16200 dlls/qmgr/Makefile: dlls/qmgr/Makefile.in dlls/Makedll.rules"
16201 ac_config_files="$ac_config_files dlls/qmgr/Makefile"
16202
16203 ALL_MAKEFILES="$ALL_MAKEFILES \\
16204         dlls/qmgr/tests/Makefile"
16205 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
16206         qmgr/tests"
16207 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
16208 dlls/qmgr/tests/Makefile: dlls/qmgr/tests/Makefile.in dlls/Maketest.rules"
16209 ac_config_files="$ac_config_files dlls/qmgr/tests/Makefile"
16210
16211 ALL_MAKEFILES="$ALL_MAKEFILES \\
16212         dlls/qmgrprxy/Makefile"
16213 test "x$enable_qmgrprxy" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
16214         qmgrprxy"
16215 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
16216 dlls/qmgrprxy/Makefile: dlls/qmgrprxy/Makefile.in dlls/Makedll.rules"
16217 ac_config_files="$ac_config_files dlls/qmgrprxy/Makefile"
16218
16219 ALL_MAKEFILES="$ALL_MAKEFILES \\
16220         dlls/quartz/Makefile"
16221 test "x$enable_quartz" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
16222         quartz"
16223 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
16224 dlls/quartz/Makefile: dlls/quartz/Makefile.in dlls/Makedll.rules"
16225 ac_config_files="$ac_config_files dlls/quartz/Makefile"
16226
16227 ALL_MAKEFILES="$ALL_MAKEFILES \\
16228         dlls/quartz/tests/Makefile"
16229 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
16230         quartz/tests"
16231 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
16232 dlls/quartz/tests/Makefile: dlls/quartz/tests/Makefile.in dlls/Maketest.rules"
16233 ac_config_files="$ac_config_files dlls/quartz/tests/Makefile"
16234
16235 ALL_MAKEFILES="$ALL_MAKEFILES \\
16236         dlls/query/Makefile"
16237 test "x$enable_query" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
16238         query"
16239 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
16240 dlls/query/Makefile: dlls/query/Makefile.in dlls/Makedll.rules"
16241 ac_config_files="$ac_config_files dlls/query/Makefile"
16242
16243 ALL_MAKEFILES="$ALL_MAKEFILES \\
16244         dlls/rasapi16.dll16/Makefile"
16245 test "x$enable_win16" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
16246         rasapi16.dll16"
16247 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
16248 dlls/rasapi16.dll16/Makefile: dlls/rasapi16.dll16/Makefile.in dlls/Makedll.rules"
16249 ac_config_files="$ac_config_files dlls/rasapi16.dll16/Makefile"
16250
16251 ALL_MAKEFILES="$ALL_MAKEFILES \\
16252         dlls/rasapi32/Makefile"
16253 test "x$enable_rasapi32" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
16254         rasapi32"
16255 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
16256 dlls/rasapi32/Makefile: dlls/rasapi32/Makefile.in dlls/Makedll.rules"
16257 ac_config_files="$ac_config_files dlls/rasapi32/Makefile"
16258
16259 ALL_MAKEFILES="$ALL_MAKEFILES \\
16260         dlls/rasapi32/tests/Makefile"
16261 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
16262         rasapi32/tests"
16263 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
16264 dlls/rasapi32/tests/Makefile: dlls/rasapi32/tests/Makefile.in dlls/Maketest.rules"
16265 ac_config_files="$ac_config_files dlls/rasapi32/tests/Makefile"
16266
16267 ALL_MAKEFILES="$ALL_MAKEFILES \\
16268         dlls/rasdlg/Makefile"
16269 test "x$enable_rasdlg" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
16270         rasdlg"
16271 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
16272 dlls/rasdlg/Makefile: dlls/rasdlg/Makefile.in dlls/Makedll.rules"
16273 ac_config_files="$ac_config_files dlls/rasdlg/Makefile"
16274
16275 ALL_MAKEFILES="$ALL_MAKEFILES \\
16276         dlls/resutils/Makefile"
16277 test "x$enable_resutils" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
16278         resutils"
16279 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
16280 dlls/resutils/Makefile: dlls/resutils/Makefile.in dlls/Makedll.rules"
16281 ac_config_files="$ac_config_files dlls/resutils/Makefile"
16282
16283 ALL_MAKEFILES="$ALL_MAKEFILES \\
16284         dlls/riched20/Makefile"
16285 test "x$enable_riched20" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
16286         riched20"
16287 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
16288 dlls/riched20/Makefile: dlls/riched20/Makefile.in dlls/Makedll.rules"
16289 ac_config_files="$ac_config_files dlls/riched20/Makefile"
16290
16291 ALL_MAKEFILES="$ALL_MAKEFILES \\
16292         dlls/riched20/tests/Makefile"
16293 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
16294         riched20/tests"
16295 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
16296 dlls/riched20/tests/Makefile: dlls/riched20/tests/Makefile.in dlls/Maketest.rules"
16297 ac_config_files="$ac_config_files dlls/riched20/tests/Makefile"
16298
16299 ALL_MAKEFILES="$ALL_MAKEFILES \\
16300         dlls/riched32/Makefile"
16301 test "x$enable_riched32" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
16302         riched32"
16303 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
16304 dlls/riched32/Makefile: dlls/riched32/Makefile.in dlls/Makedll.rules"
16305 ac_config_files="$ac_config_files dlls/riched32/Makefile"
16306
16307 ALL_MAKEFILES="$ALL_MAKEFILES \\
16308         dlls/riched32/tests/Makefile"
16309 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
16310         riched32/tests"
16311 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
16312 dlls/riched32/tests/Makefile: dlls/riched32/tests/Makefile.in dlls/Maketest.rules"
16313 ac_config_files="$ac_config_files dlls/riched32/tests/Makefile"
16314
16315 ALL_MAKEFILES="$ALL_MAKEFILES \\
16316         dlls/rpcrt4/Makefile"
16317 test "x$enable_rpcrt4" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
16318         rpcrt4"
16319 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
16320 dlls/rpcrt4/Makefile: dlls/rpcrt4/Makefile.in dlls/Makedll.rules"
16321 ac_config_files="$ac_config_files dlls/rpcrt4/Makefile"
16322
16323 ALL_MAKEFILES="$ALL_MAKEFILES \\
16324         dlls/rpcrt4/tests/Makefile"
16325 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
16326         rpcrt4/tests"
16327 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
16328 dlls/rpcrt4/tests/Makefile: dlls/rpcrt4/tests/Makefile.in dlls/Maketest.rules"
16329 ac_config_files="$ac_config_files dlls/rpcrt4/tests/Makefile"
16330
16331 ALL_MAKEFILES="$ALL_MAKEFILES \\
16332         dlls/rsabase/Makefile"
16333 test "x$enable_rsabase" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
16334         rsabase"
16335 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
16336 dlls/rsabase/Makefile: dlls/rsabase/Makefile.in dlls/Makedll.rules"
16337 ac_config_files="$ac_config_files dlls/rsabase/Makefile"
16338
16339 ALL_MAKEFILES="$ALL_MAKEFILES \\
16340         dlls/rsaenh/Makefile"
16341 test "x$enable_rsaenh" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
16342         rsaenh"
16343 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
16344 dlls/rsaenh/Makefile: dlls/rsaenh/Makefile.in dlls/Makedll.rules"
16345 ac_config_files="$ac_config_files dlls/rsaenh/Makefile"
16346
16347 ALL_MAKEFILES="$ALL_MAKEFILES \\
16348         dlls/rsaenh/tests/Makefile"
16349 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
16350         rsaenh/tests"
16351 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
16352 dlls/rsaenh/tests/Makefile: dlls/rsaenh/tests/Makefile.in dlls/Maketest.rules"
16353 ac_config_files="$ac_config_files dlls/rsaenh/tests/Makefile"
16354
16355 ALL_MAKEFILES="$ALL_MAKEFILES \\
16356         dlls/rtutils/Makefile"
16357 test "x$enable_rtutils" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
16358         rtutils"
16359 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
16360 dlls/rtutils/Makefile: dlls/rtutils/Makefile.in dlls/Makedll.rules"
16361 ac_config_files="$ac_config_files dlls/rtutils/Makefile"
16362
16363 ALL_MAKEFILES="$ALL_MAKEFILES \\
16364         dlls/sane.ds/Makefile"
16365 test "x$enable_sane_ds" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
16366         sane.ds"
16367 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
16368 dlls/sane.ds/Makefile: dlls/sane.ds/Makefile.in dlls/Makedll.rules"
16369 ac_config_files="$ac_config_files dlls/sane.ds/Makefile"
16370
16371 ALL_MAKEFILES="$ALL_MAKEFILES \\
16372         dlls/sccbase/Makefile"
16373 test "x$enable_sccbase" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
16374         sccbase"
16375 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
16376 dlls/sccbase/Makefile: dlls/sccbase/Makefile.in dlls/Makedll.rules"
16377 ac_config_files="$ac_config_files dlls/sccbase/Makefile"
16378
16379 ALL_MAKEFILES="$ALL_MAKEFILES \\
16380         dlls/schannel/Makefile"
16381 test "x$enable_schannel" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
16382         schannel"
16383 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
16384 dlls/schannel/Makefile: dlls/schannel/Makefile.in dlls/Makedll.rules"
16385 ac_config_files="$ac_config_files dlls/schannel/Makefile"
16386
16387 ALL_MAKEFILES="$ALL_MAKEFILES \\
16388         dlls/schannel/tests/Makefile"
16389 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
16390         schannel/tests"
16391 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
16392 dlls/schannel/tests/Makefile: dlls/schannel/tests/Makefile.in dlls/Maketest.rules"
16393 ac_config_files="$ac_config_files dlls/schannel/tests/Makefile"
16394
16395 ALL_MAKEFILES="$ALL_MAKEFILES \\
16396         dlls/secur32/Makefile"
16397 test "x$enable_secur32" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
16398         secur32"
16399 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
16400 dlls/secur32/Makefile: dlls/secur32/Makefile.in dlls/Makedll.rules"
16401 ac_config_files="$ac_config_files dlls/secur32/Makefile"
16402
16403 ALL_MAKEFILES="$ALL_MAKEFILES \\
16404         dlls/secur32/tests/Makefile"
16405 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
16406         secur32/tests"
16407 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
16408 dlls/secur32/tests/Makefile: dlls/secur32/tests/Makefile.in dlls/Maketest.rules"
16409 ac_config_files="$ac_config_files dlls/secur32/tests/Makefile"
16410
16411 ALL_MAKEFILES="$ALL_MAKEFILES \\
16412         dlls/security/Makefile"
16413 test "x$enable_security" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
16414         security"
16415 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
16416 dlls/security/Makefile: dlls/security/Makefile.in dlls/Makedll.rules"
16417 ac_config_files="$ac_config_files dlls/security/Makefile"
16418
16419 ALL_MAKEFILES="$ALL_MAKEFILES \\
16420         dlls/sensapi/Makefile"
16421 test "x$enable_sensapi" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
16422         sensapi"
16423 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
16424 dlls/sensapi/Makefile: dlls/sensapi/Makefile.in dlls/Makedll.rules"
16425 ac_config_files="$ac_config_files dlls/sensapi/Makefile"
16426
16427 ALL_MAKEFILES="$ALL_MAKEFILES \\
16428         dlls/serialui/Makefile"
16429 test "x$enable_serialui" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
16430         serialui"
16431 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
16432 dlls/serialui/Makefile: dlls/serialui/Makefile.in dlls/Makedll.rules"
16433 ac_config_files="$ac_config_files dlls/serialui/Makefile"
16434
16435 ALL_MAKEFILES="$ALL_MAKEFILES \\
16436         dlls/serialui/tests/Makefile"
16437 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
16438         serialui/tests"
16439 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
16440 dlls/serialui/tests/Makefile: dlls/serialui/tests/Makefile.in dlls/Maketest.rules"
16441 ac_config_files="$ac_config_files dlls/serialui/tests/Makefile"
16442
16443 ALL_MAKEFILES="$ALL_MAKEFILES \\
16444         dlls/setupapi/Makefile"
16445 test "x$enable_setupapi" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
16446         setupapi"
16447 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
16448 dlls/setupapi/Makefile: dlls/setupapi/Makefile.in dlls/Makedll.rules"
16449 ac_config_files="$ac_config_files dlls/setupapi/Makefile"
16450
16451 ALL_MAKEFILES="$ALL_MAKEFILES \\
16452         dlls/setupapi/tests/Makefile"
16453 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
16454         setupapi/tests"
16455 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
16456 dlls/setupapi/tests/Makefile: dlls/setupapi/tests/Makefile.in dlls/Maketest.rules"
16457 ac_config_files="$ac_config_files dlls/setupapi/tests/Makefile"
16458
16459 ALL_MAKEFILES="$ALL_MAKEFILES \\
16460         dlls/setupx.dll16/Makefile"
16461 test "x$enable_win16" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
16462         setupx.dll16"
16463 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
16464 dlls/setupx.dll16/Makefile: dlls/setupx.dll16/Makefile.in dlls/Makedll.rules"
16465 ac_config_files="$ac_config_files dlls/setupx.dll16/Makefile"
16466
16467 ALL_MAKEFILES="$ALL_MAKEFILES \\
16468         dlls/sfc/Makefile"
16469 test "x$enable_sfc" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
16470         sfc"
16471 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
16472 dlls/sfc/Makefile: dlls/sfc/Makefile.in dlls/Makedll.rules"
16473 ac_config_files="$ac_config_files dlls/sfc/Makefile"
16474
16475 ALL_MAKEFILES="$ALL_MAKEFILES \\
16476         dlls/sfc_os/Makefile"
16477 test "x$enable_sfc_os" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
16478         sfc_os"
16479 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
16480 dlls/sfc_os/Makefile: dlls/sfc_os/Makefile.in dlls/Makedll.rules"
16481 ac_config_files="$ac_config_files dlls/sfc_os/Makefile"
16482
16483 ALL_MAKEFILES="$ALL_MAKEFILES \\
16484         dlls/shdoclc/Makefile"
16485 test "x$enable_shdoclc" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
16486         shdoclc"
16487 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
16488 dlls/shdoclc/Makefile: dlls/shdoclc/Makefile.in dlls/Makedll.rules"
16489 ac_config_files="$ac_config_files dlls/shdoclc/Makefile"
16490
16491 ALL_MAKEFILES="$ALL_MAKEFILES \\
16492         dlls/shdocvw/Makefile"
16493 test "x$enable_shdocvw" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
16494         shdocvw"
16495 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
16496 dlls/shdocvw/Makefile: dlls/shdocvw/Makefile.in dlls/Makedll.rules"
16497 ac_config_files="$ac_config_files dlls/shdocvw/Makefile"
16498
16499 ALL_MAKEFILES="$ALL_MAKEFILES \\
16500         dlls/shdocvw/tests/Makefile"
16501 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
16502         shdocvw/tests"
16503 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
16504 dlls/shdocvw/tests/Makefile: dlls/shdocvw/tests/Makefile.in dlls/Maketest.rules"
16505 ac_config_files="$ac_config_files dlls/shdocvw/tests/Makefile"
16506
16507 ALL_MAKEFILES="$ALL_MAKEFILES \\
16508         dlls/shell.dll16/Makefile"
16509 test "x$enable_win16" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
16510         shell.dll16"
16511 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
16512 dlls/shell.dll16/Makefile: dlls/shell.dll16/Makefile.in dlls/Makedll.rules"
16513 ac_config_files="$ac_config_files dlls/shell.dll16/Makefile"
16514
16515 ALL_MAKEFILES="$ALL_MAKEFILES \\
16516         dlls/shell32/Makefile"
16517 test "x$enable_shell32" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
16518         shell32"
16519 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
16520 dlls/shell32/Makefile: dlls/shell32/Makefile.in dlls/Makedll.rules"
16521 ac_config_files="$ac_config_files dlls/shell32/Makefile"
16522
16523 ALL_MAKEFILES="$ALL_MAKEFILES \\
16524         dlls/shell32/tests/Makefile"
16525 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
16526         shell32/tests"
16527 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
16528 dlls/shell32/tests/Makefile: dlls/shell32/tests/Makefile.in dlls/Maketest.rules"
16529 ac_config_files="$ac_config_files dlls/shell32/tests/Makefile"
16530
16531 ALL_MAKEFILES="$ALL_MAKEFILES \\
16532         dlls/shfolder/Makefile"
16533 test "x$enable_shfolder" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
16534         shfolder"
16535 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
16536 dlls/shfolder/Makefile: dlls/shfolder/Makefile.in dlls/Makedll.rules"
16537 ac_config_files="$ac_config_files dlls/shfolder/Makefile"
16538
16539 ALL_MAKEFILES="$ALL_MAKEFILES \\
16540         dlls/shlwapi/Makefile"
16541 test "x$enable_shlwapi" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
16542         shlwapi"
16543 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
16544 dlls/shlwapi/Makefile: dlls/shlwapi/Makefile.in dlls/Makedll.rules"
16545 ac_config_files="$ac_config_files dlls/shlwapi/Makefile"
16546
16547 ALL_MAKEFILES="$ALL_MAKEFILES \\
16548         dlls/shlwapi/tests/Makefile"
16549 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
16550         shlwapi/tests"
16551 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
16552 dlls/shlwapi/tests/Makefile: dlls/shlwapi/tests/Makefile.in dlls/Maketest.rules"
16553 ac_config_files="$ac_config_files dlls/shlwapi/tests/Makefile"
16554
16555 ALL_MAKEFILES="$ALL_MAKEFILES \\
16556         dlls/slbcsp/Makefile"
16557 test "x$enable_slbcsp" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
16558         slbcsp"
16559 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
16560 dlls/slbcsp/Makefile: dlls/slbcsp/Makefile.in dlls/Makedll.rules"
16561 ac_config_files="$ac_config_files dlls/slbcsp/Makefile"
16562
16563 ALL_MAKEFILES="$ALL_MAKEFILES \\
16564         dlls/slc/Makefile"
16565 test "x$enable_slc" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
16566         slc"
16567 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
16568 dlls/slc/Makefile: dlls/slc/Makefile.in dlls/Makedll.rules"
16569 ac_config_files="$ac_config_files dlls/slc/Makefile"
16570
16571 ALL_MAKEFILES="$ALL_MAKEFILES \\
16572         dlls/snmpapi/Makefile"
16573 test "x$enable_snmpapi" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
16574         snmpapi"
16575 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
16576 dlls/snmpapi/Makefile: dlls/snmpapi/Makefile.in dlls/Makedll.rules"
16577 ac_config_files="$ac_config_files dlls/snmpapi/Makefile"
16578
16579 ALL_MAKEFILES="$ALL_MAKEFILES \\
16580         dlls/snmpapi/tests/Makefile"
16581 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
16582         snmpapi/tests"
16583 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
16584 dlls/snmpapi/tests/Makefile: dlls/snmpapi/tests/Makefile.in dlls/Maketest.rules"
16585 ac_config_files="$ac_config_files dlls/snmpapi/tests/Makefile"
16586
16587 ALL_MAKEFILES="$ALL_MAKEFILES \\
16588         dlls/softpub/Makefile"
16589 test "x$enable_softpub" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
16590         softpub"
16591 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
16592 dlls/softpub/Makefile: dlls/softpub/Makefile.in dlls/Makedll.rules"
16593 ac_config_files="$ac_config_files dlls/softpub/Makefile"
16594
16595 ALL_MAKEFILES="$ALL_MAKEFILES \\
16596         dlls/sound.drv16/Makefile"
16597 test "x$enable_win16" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
16598         sound.drv16"
16599 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
16600 dlls/sound.drv16/Makefile: dlls/sound.drv16/Makefile.in dlls/Makedll.rules"
16601 ac_config_files="$ac_config_files dlls/sound.drv16/Makefile"
16602
16603 ALL_MAKEFILES="$ALL_MAKEFILES \\
16604         dlls/spoolss/Makefile"
16605 test "x$enable_spoolss" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
16606         spoolss"
16607 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
16608 dlls/spoolss/Makefile: dlls/spoolss/Makefile.in dlls/Makedll.rules"
16609 ac_config_files="$ac_config_files dlls/spoolss/Makefile"
16610
16611 ALL_MAKEFILES="$ALL_MAKEFILES \\
16612         dlls/spoolss/tests/Makefile"
16613 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
16614         spoolss/tests"
16615 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
16616 dlls/spoolss/tests/Makefile: dlls/spoolss/tests/Makefile.in dlls/Maketest.rules"
16617 ac_config_files="$ac_config_files dlls/spoolss/tests/Makefile"
16618
16619 ALL_MAKEFILES="$ALL_MAKEFILES \\
16620         dlls/stdole2.tlb/Makefile"
16621 test "x$enable_stdole2_tlb" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
16622         stdole2.tlb"
16623 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
16624 dlls/stdole2.tlb/Makefile: dlls/stdole2.tlb/Makefile.in dlls/Makedll.rules"
16625 ac_config_files="$ac_config_files dlls/stdole2.tlb/Makefile"
16626
16627 ALL_MAKEFILES="$ALL_MAKEFILES \\
16628         dlls/stdole32.tlb/Makefile"
16629 test "x$enable_stdole32_tlb" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
16630         stdole32.tlb"
16631 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
16632 dlls/stdole32.tlb/Makefile: dlls/stdole32.tlb/Makefile.in dlls/Makedll.rules"
16633 ac_config_files="$ac_config_files dlls/stdole32.tlb/Makefile"
16634
16635 ALL_MAKEFILES="$ALL_MAKEFILES \\
16636         dlls/sti/Makefile"
16637 test "x$enable_sti" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
16638         sti"
16639 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
16640 dlls/sti/Makefile: dlls/sti/Makefile.in dlls/Makedll.rules"
16641 ac_config_files="$ac_config_files dlls/sti/Makefile"
16642
16643 ALL_MAKEFILES="$ALL_MAKEFILES \\
16644         dlls/sti/tests/Makefile"
16645 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
16646         sti/tests"
16647 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
16648 dlls/sti/tests/Makefile: dlls/sti/tests/Makefile.in dlls/Maketest.rules"
16649 ac_config_files="$ac_config_files dlls/sti/tests/Makefile"
16650
16651 ALL_MAKEFILES="$ALL_MAKEFILES \\
16652         dlls/storage.dll16/Makefile"
16653 test "x$enable_win16" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
16654         storage.dll16"
16655 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
16656 dlls/storage.dll16/Makefile: dlls/storage.dll16/Makefile.in dlls/Makedll.rules"
16657 ac_config_files="$ac_config_files dlls/storage.dll16/Makefile"
16658
16659 ALL_MAKEFILES="$ALL_MAKEFILES \\
16660         dlls/stress.dll16/Makefile"
16661 test "x$enable_win16" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
16662         stress.dll16"
16663 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
16664 dlls/stress.dll16/Makefile: dlls/stress.dll16/Makefile.in dlls/Makedll.rules"
16665 ac_config_files="$ac_config_files dlls/stress.dll16/Makefile"
16666
16667 ALL_MAKEFILES="$ALL_MAKEFILES \\
16668         dlls/strmiids/Makefile"
16669 test "x$enable_strmiids" != xno && ALL_IMPLIB_DIRS="$ALL_IMPLIB_DIRS \\
16670         strmiids"
16671 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
16672 dlls/strmiids/Makefile: dlls/strmiids/Makefile.in dlls/Makeimplib.rules"
16673 ac_config_files="$ac_config_files dlls/strmiids/Makefile"
16674
16675 ALL_MAKEFILES="$ALL_MAKEFILES \\
16676         dlls/svrapi/Makefile"
16677 test "x$enable_svrapi" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
16678         svrapi"
16679 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
16680 dlls/svrapi/Makefile: dlls/svrapi/Makefile.in dlls/Makedll.rules"
16681 ac_config_files="$ac_config_files dlls/svrapi/Makefile"
16682
16683 ALL_MAKEFILES="$ALL_MAKEFILES \\
16684         dlls/sxs/Makefile"
16685 test "x$enable_sxs" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
16686         sxs"
16687 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
16688 dlls/sxs/Makefile: dlls/sxs/Makefile.in dlls/Makedll.rules"
16689 ac_config_files="$ac_config_files dlls/sxs/Makefile"
16690
16691 ALL_MAKEFILES="$ALL_MAKEFILES \\
16692         dlls/system.drv16/Makefile"
16693 test "x$enable_win16" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
16694         system.drv16"
16695 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
16696 dlls/system.drv16/Makefile: dlls/system.drv16/Makefile.in dlls/Makedll.rules"
16697 ac_config_files="$ac_config_files dlls/system.drv16/Makefile"
16698
16699 ALL_MAKEFILES="$ALL_MAKEFILES \\
16700         dlls/t2embed/Makefile"
16701 test "x$enable_t2embed" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
16702         t2embed"
16703 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
16704 dlls/t2embed/Makefile: dlls/t2embed/Makefile.in dlls/Makedll.rules"
16705 ac_config_files="$ac_config_files dlls/t2embed/Makefile"
16706
16707 ALL_MAKEFILES="$ALL_MAKEFILES \\
16708         dlls/tapi32/Makefile"
16709 test "x$enable_tapi32" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
16710         tapi32"
16711 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
16712 dlls/tapi32/Makefile: dlls/tapi32/Makefile.in dlls/Makedll.rules"
16713 ac_config_files="$ac_config_files dlls/tapi32/Makefile"
16714
16715 ALL_MAKEFILES="$ALL_MAKEFILES \\
16716         dlls/toolhelp.dll16/Makefile"
16717 test "x$enable_win16" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
16718         toolhelp.dll16"
16719 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
16720 dlls/toolhelp.dll16/Makefile: dlls/toolhelp.dll16/Makefile.in dlls/Makedll.rules"
16721 ac_config_files="$ac_config_files dlls/toolhelp.dll16/Makefile"
16722
16723 ALL_MAKEFILES="$ALL_MAKEFILES \\
16724         dlls/traffic/Makefile"
16725 test "x$enable_traffic" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
16726         traffic"
16727 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
16728 dlls/traffic/Makefile: dlls/traffic/Makefile.in dlls/Makedll.rules"
16729 ac_config_files="$ac_config_files dlls/traffic/Makefile"
16730
16731 ALL_MAKEFILES="$ALL_MAKEFILES \\
16732         dlls/twain.dll16/Makefile"
16733 test "x$enable_win16" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
16734         twain.dll16"
16735 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
16736 dlls/twain.dll16/Makefile: dlls/twain.dll16/Makefile.in dlls/Makedll.rules"
16737 ac_config_files="$ac_config_files dlls/twain.dll16/Makefile"
16738
16739 ALL_MAKEFILES="$ALL_MAKEFILES \\
16740         dlls/twain_32/Makefile"
16741 test "x$enable_twain_32" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
16742         twain_32"
16743 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
16744 dlls/twain_32/Makefile: dlls/twain_32/Makefile.in dlls/Makedll.rules"
16745 ac_config_files="$ac_config_files dlls/twain_32/Makefile"
16746
16747 ALL_MAKEFILES="$ALL_MAKEFILES \\
16748         dlls/twain_32/tests/Makefile"
16749 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
16750         twain_32/tests"
16751 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
16752 dlls/twain_32/tests/Makefile: dlls/twain_32/tests/Makefile.in dlls/Maketest.rules"
16753 ac_config_files="$ac_config_files dlls/twain_32/tests/Makefile"
16754
16755 ALL_MAKEFILES="$ALL_MAKEFILES \\
16756         dlls/typelib.dll16/Makefile"
16757 test "x$enable_win16" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
16758         typelib.dll16"
16759 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
16760 dlls/typelib.dll16/Makefile: dlls/typelib.dll16/Makefile.in dlls/Makedll.rules"
16761 ac_config_files="$ac_config_files dlls/typelib.dll16/Makefile"
16762
16763 ALL_MAKEFILES="$ALL_MAKEFILES \\
16764         dlls/unicows/Makefile"
16765 test "x$enable_unicows" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
16766         unicows"
16767 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
16768 dlls/unicows/Makefile: dlls/unicows/Makefile.in dlls/Makedll.rules"
16769 ac_config_files="$ac_config_files dlls/unicows/Makefile"
16770
16771 ALL_MAKEFILES="$ALL_MAKEFILES \\
16772         dlls/updspapi/Makefile"
16773 test "x$enable_updspapi" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
16774         updspapi"
16775 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
16776 dlls/updspapi/Makefile: dlls/updspapi/Makefile.in dlls/Makedll.rules"
16777 ac_config_files="$ac_config_files dlls/updspapi/Makefile"
16778
16779 ALL_MAKEFILES="$ALL_MAKEFILES \\
16780         dlls/url/Makefile"
16781 test "x$enable_url" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
16782         url"
16783 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
16784 dlls/url/Makefile: dlls/url/Makefile.in dlls/Makedll.rules"
16785 ac_config_files="$ac_config_files dlls/url/Makefile"
16786
16787 ALL_MAKEFILES="$ALL_MAKEFILES \\
16788         dlls/urlmon/Makefile"
16789 test "x$enable_urlmon" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
16790         urlmon"
16791 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
16792 dlls/urlmon/Makefile: dlls/urlmon/Makefile.in dlls/Makedll.rules"
16793 ac_config_files="$ac_config_files dlls/urlmon/Makefile"
16794
16795 ALL_MAKEFILES="$ALL_MAKEFILES \\
16796         dlls/urlmon/tests/Makefile"
16797 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
16798         urlmon/tests"
16799 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
16800 dlls/urlmon/tests/Makefile: dlls/urlmon/tests/Makefile.in dlls/Maketest.rules"
16801 ac_config_files="$ac_config_files dlls/urlmon/tests/Makefile"
16802
16803 ALL_MAKEFILES="$ALL_MAKEFILES \\
16804         dlls/user32/Makefile"
16805 test "x$enable_user32" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
16806         user32"
16807 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
16808 dlls/user32/Makefile: dlls/user32/Makefile.in dlls/Makedll.rules"
16809 ac_config_files="$ac_config_files dlls/user32/Makefile"
16810
16811 ALL_MAKEFILES="$ALL_MAKEFILES \\
16812         dlls/user32/tests/Makefile"
16813 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
16814         user32/tests"
16815 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
16816 dlls/user32/tests/Makefile: dlls/user32/tests/Makefile.in dlls/Maketest.rules"
16817 ac_config_files="$ac_config_files dlls/user32/tests/Makefile"
16818
16819 ALL_MAKEFILES="$ALL_MAKEFILES \\
16820         dlls/userenv/Makefile"
16821 test "x$enable_userenv" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
16822         userenv"
16823 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
16824 dlls/userenv/Makefile: dlls/userenv/Makefile.in dlls/Makedll.rules"
16825 ac_config_files="$ac_config_files dlls/userenv/Makefile"
16826
16827 ALL_MAKEFILES="$ALL_MAKEFILES \\
16828         dlls/userenv/tests/Makefile"
16829 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
16830         userenv/tests"
16831 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
16832 dlls/userenv/tests/Makefile: dlls/userenv/tests/Makefile.in dlls/Maketest.rules"
16833 ac_config_files="$ac_config_files dlls/userenv/tests/Makefile"
16834
16835 ALL_MAKEFILES="$ALL_MAKEFILES \\
16836         dlls/usp10/Makefile"
16837 test "x$enable_usp10" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
16838         usp10"
16839 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
16840 dlls/usp10/Makefile: dlls/usp10/Makefile.in dlls/Makedll.rules"
16841 ac_config_files="$ac_config_files dlls/usp10/Makefile"
16842
16843 ALL_MAKEFILES="$ALL_MAKEFILES \\
16844         dlls/usp10/tests/Makefile"
16845 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
16846         usp10/tests"
16847 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
16848 dlls/usp10/tests/Makefile: dlls/usp10/tests/Makefile.in dlls/Maketest.rules"
16849 ac_config_files="$ac_config_files dlls/usp10/tests/Makefile"
16850
16851 ALL_MAKEFILES="$ALL_MAKEFILES \\
16852         dlls/uuid/Makefile"
16853 test "x$enable_uuid" != xno && ALL_IMPLIB_DIRS="$ALL_IMPLIB_DIRS \\
16854         uuid"
16855 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
16856 dlls/uuid/Makefile: dlls/uuid/Makefile.in dlls/Makeimplib.rules"
16857 ac_config_files="$ac_config_files dlls/uuid/Makefile"
16858
16859 ALL_MAKEFILES="$ALL_MAKEFILES \\
16860         dlls/uxtheme/Makefile"
16861 test "x$enable_uxtheme" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
16862         uxtheme"
16863 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
16864 dlls/uxtheme/Makefile: dlls/uxtheme/Makefile.in dlls/Makedll.rules"
16865 ac_config_files="$ac_config_files dlls/uxtheme/Makefile"
16866
16867 ALL_MAKEFILES="$ALL_MAKEFILES \\
16868         dlls/uxtheme/tests/Makefile"
16869 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
16870         uxtheme/tests"
16871 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
16872 dlls/uxtheme/tests/Makefile: dlls/uxtheme/tests/Makefile.in dlls/Maketest.rules"
16873 ac_config_files="$ac_config_files dlls/uxtheme/tests/Makefile"
16874
16875 ALL_MAKEFILES="$ALL_MAKEFILES \\
16876         dlls/vdhcp.vxd/Makefile"
16877 test "x$enable_win16" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
16878         vdhcp.vxd"
16879 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
16880 dlls/vdhcp.vxd/Makefile: dlls/vdhcp.vxd/Makefile.in dlls/Makedll.rules"
16881 ac_config_files="$ac_config_files dlls/vdhcp.vxd/Makefile"
16882
16883 ALL_MAKEFILES="$ALL_MAKEFILES \\
16884         dlls/vdmdbg/Makefile"
16885 test "x$enable_vdmdbg" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
16886         vdmdbg"
16887 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
16888 dlls/vdmdbg/Makefile: dlls/vdmdbg/Makefile.in dlls/Makedll.rules"
16889 ac_config_files="$ac_config_files dlls/vdmdbg/Makefile"
16890
16891 ALL_MAKEFILES="$ALL_MAKEFILES \\
16892         dlls/ver.dll16/Makefile"
16893 test "x$enable_win16" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
16894         ver.dll16"
16895 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
16896 dlls/ver.dll16/Makefile: dlls/ver.dll16/Makefile.in dlls/Makedll.rules"
16897 ac_config_files="$ac_config_files dlls/ver.dll16/Makefile"
16898
16899 ALL_MAKEFILES="$ALL_MAKEFILES \\
16900         dlls/version/Makefile"
16901 test "x$enable_version" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
16902         version"
16903 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
16904 dlls/version/Makefile: dlls/version/Makefile.in dlls/Makedll.rules"
16905 ac_config_files="$ac_config_files dlls/version/Makefile"
16906
16907 ALL_MAKEFILES="$ALL_MAKEFILES \\
16908         dlls/version/tests/Makefile"
16909 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
16910         version/tests"
16911 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
16912 dlls/version/tests/Makefile: dlls/version/tests/Makefile.in dlls/Maketest.rules"
16913 ac_config_files="$ac_config_files dlls/version/tests/Makefile"
16914
16915 ALL_MAKEFILES="$ALL_MAKEFILES \\
16916         dlls/vmm.vxd/Makefile"
16917 test "x$enable_win16" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
16918         vmm.vxd"
16919 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
16920 dlls/vmm.vxd/Makefile: dlls/vmm.vxd/Makefile.in dlls/Makedll.rules"
16921 ac_config_files="$ac_config_files dlls/vmm.vxd/Makefile"
16922
16923 ALL_MAKEFILES="$ALL_MAKEFILES \\
16924         dlls/vnbt.vxd/Makefile"
16925 test "x$enable_win16" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
16926         vnbt.vxd"
16927 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
16928 dlls/vnbt.vxd/Makefile: dlls/vnbt.vxd/Makefile.in dlls/Makedll.rules"
16929 ac_config_files="$ac_config_files dlls/vnbt.vxd/Makefile"
16930
16931 ALL_MAKEFILES="$ALL_MAKEFILES \\
16932         dlls/vnetbios.vxd/Makefile"
16933 test "x$enable_win16" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
16934         vnetbios.vxd"
16935 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
16936 dlls/vnetbios.vxd/Makefile: dlls/vnetbios.vxd/Makefile.in dlls/Makedll.rules"
16937 ac_config_files="$ac_config_files dlls/vnetbios.vxd/Makefile"
16938
16939 ALL_MAKEFILES="$ALL_MAKEFILES \\
16940         dlls/vtdapi.vxd/Makefile"
16941 test "x$enable_win16" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
16942         vtdapi.vxd"
16943 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
16944 dlls/vtdapi.vxd/Makefile: dlls/vtdapi.vxd/Makefile.in dlls/Makedll.rules"
16945 ac_config_files="$ac_config_files dlls/vtdapi.vxd/Makefile"
16946
16947 ALL_MAKEFILES="$ALL_MAKEFILES \\
16948         dlls/vwin32.vxd/Makefile"
16949 test "x$enable_win16" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
16950         vwin32.vxd"
16951 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
16952 dlls/vwin32.vxd/Makefile: dlls/vwin32.vxd/Makefile.in dlls/Makedll.rules"
16953 ac_config_files="$ac_config_files dlls/vwin32.vxd/Makefile"
16954
16955 ALL_MAKEFILES="$ALL_MAKEFILES \\
16956         dlls/w32skrnl/Makefile"
16957 test "x$enable_w32skrnl" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
16958         w32skrnl"
16959 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
16960 dlls/w32skrnl/Makefile: dlls/w32skrnl/Makefile.in dlls/Makedll.rules"
16961 ac_config_files="$ac_config_files dlls/w32skrnl/Makefile"
16962
16963 ALL_MAKEFILES="$ALL_MAKEFILES \\
16964         dlls/w32sys.dll16/Makefile"
16965 test "x$enable_win16" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
16966         w32sys.dll16"
16967 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
16968 dlls/w32sys.dll16/Makefile: dlls/w32sys.dll16/Makefile.in dlls/Makedll.rules"
16969 ac_config_files="$ac_config_files dlls/w32sys.dll16/Makefile"
16970
16971 ALL_MAKEFILES="$ALL_MAKEFILES \\
16972         dlls/wbemprox/Makefile"
16973 test "x$enable_wbemprox" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
16974         wbemprox"
16975 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
16976 dlls/wbemprox/Makefile: dlls/wbemprox/Makefile.in dlls/Makedll.rules"
16977 ac_config_files="$ac_config_files dlls/wbemprox/Makefile"
16978
16979 ALL_MAKEFILES="$ALL_MAKEFILES \\
16980         dlls/wiaservc/Makefile"
16981 test "x$enable_wiaservc" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
16982         wiaservc"
16983 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
16984 dlls/wiaservc/Makefile: dlls/wiaservc/Makefile.in dlls/Makedll.rules"
16985 ac_config_files="$ac_config_files dlls/wiaservc/Makefile"
16986
16987 ALL_MAKEFILES="$ALL_MAKEFILES \\
16988         dlls/win32s16.dll16/Makefile"
16989 test "x$enable_win16" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
16990         win32s16.dll16"
16991 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
16992 dlls/win32s16.dll16/Makefile: dlls/win32s16.dll16/Makefile.in dlls/Makedll.rules"
16993 ac_config_files="$ac_config_files dlls/win32s16.dll16/Makefile"
16994
16995 ALL_MAKEFILES="$ALL_MAKEFILES \\
16996         dlls/win87em.dll16/Makefile"
16997 test "x$enable_win16" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
16998         win87em.dll16"
16999 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
17000 dlls/win87em.dll16/Makefile: dlls/win87em.dll16/Makefile.in dlls/Makedll.rules"
17001 ac_config_files="$ac_config_files dlls/win87em.dll16/Makefile"
17002
17003 ALL_MAKEFILES="$ALL_MAKEFILES \\
17004         dlls/winaspi.dll16/Makefile"
17005 test "x$enable_win16" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
17006         winaspi.dll16"
17007 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
17008 dlls/winaspi.dll16/Makefile: dlls/winaspi.dll16/Makefile.in dlls/Makedll.rules"
17009 ac_config_files="$ac_config_files dlls/winaspi.dll16/Makefile"
17010
17011 ALL_MAKEFILES="$ALL_MAKEFILES \\
17012         dlls/windebug.dll16/Makefile"
17013 test "x$enable_win16" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
17014         windebug.dll16"
17015 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
17016 dlls/windebug.dll16/Makefile: dlls/windebug.dll16/Makefile.in dlls/Makedll.rules"
17017 ac_config_files="$ac_config_files dlls/windebug.dll16/Makefile"
17018
17019 ALL_MAKEFILES="$ALL_MAKEFILES \\
17020         dlls/windowscodecs/Makefile"
17021 test "x$enable_windowscodecs" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
17022         windowscodecs"
17023 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
17024 dlls/windowscodecs/Makefile: dlls/windowscodecs/Makefile.in dlls/Makedll.rules"
17025 ac_config_files="$ac_config_files dlls/windowscodecs/Makefile"
17026
17027 ALL_MAKEFILES="$ALL_MAKEFILES \\
17028         dlls/windowscodecs/tests/Makefile"
17029 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
17030         windowscodecs/tests"
17031 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
17032 dlls/windowscodecs/tests/Makefile: dlls/windowscodecs/tests/Makefile.in dlls/Maketest.rules"
17033 ac_config_files="$ac_config_files dlls/windowscodecs/tests/Makefile"
17034
17035 ALL_MAKEFILES="$ALL_MAKEFILES \\
17036         dlls/winealsa.drv/Makefile"
17037 test "x$enable_winealsa_drv" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
17038         winealsa.drv"
17039 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
17040 dlls/winealsa.drv/Makefile: dlls/winealsa.drv/Makefile.in dlls/Makedll.rules"
17041 ac_config_files="$ac_config_files dlls/winealsa.drv/Makefile"
17042
17043 ALL_MAKEFILES="$ALL_MAKEFILES \\
17044         dlls/wineaudioio.drv/Makefile"
17045 test "x$enable_wineaudioio_drv" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
17046         wineaudioio.drv"
17047 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
17048 dlls/wineaudioio.drv/Makefile: dlls/wineaudioio.drv/Makefile.in dlls/Makedll.rules"
17049 ac_config_files="$ac_config_files dlls/wineaudioio.drv/Makefile"
17050
17051 ALL_MAKEFILES="$ALL_MAKEFILES \\
17052         dlls/winecoreaudio.drv/Makefile"
17053 test "x$enable_winecoreaudio_drv" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
17054         winecoreaudio.drv"
17055 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
17056 dlls/winecoreaudio.drv/Makefile: dlls/winecoreaudio.drv/Makefile.in dlls/Makedll.rules"
17057 ac_config_files="$ac_config_files dlls/winecoreaudio.drv/Makefile"
17058
17059 ALL_MAKEFILES="$ALL_MAKEFILES \\
17060         dlls/winecrt0/Makefile"
17061 test "x$enable_winecrt0" != xno && ALL_IMPLIB_DIRS="$ALL_IMPLIB_DIRS \\
17062         winecrt0"
17063 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
17064 dlls/winecrt0/Makefile: dlls/winecrt0/Makefile.in dlls/Makeimplib.rules"
17065 ac_config_files="$ac_config_files dlls/winecrt0/Makefile"
17066
17067 ALL_MAKEFILES="$ALL_MAKEFILES \\
17068         dlls/wined3d/Makefile"
17069 test "x$enable_wined3d" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
17070         wined3d"
17071 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
17072 dlls/wined3d/Makefile: dlls/wined3d/Makefile.in dlls/Makedll.rules"
17073 ac_config_files="$ac_config_files dlls/wined3d/Makefile"
17074
17075 ALL_MAKEFILES="$ALL_MAKEFILES \\
17076         dlls/winedos/Makefile"
17077 test "x$enable_winedos" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
17078         winedos"
17079 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
17080 dlls/winedos/Makefile: dlls/winedos/Makefile.in dlls/Makedll.rules"
17081 ac_config_files="$ac_config_files dlls/winedos/Makefile"
17082
17083 ALL_MAKEFILES="$ALL_MAKEFILES \\
17084         dlls/wineesd.drv/Makefile"
17085 test "x$enable_wineesd_drv" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
17086         wineesd.drv"
17087 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
17088 dlls/wineesd.drv/Makefile: dlls/wineesd.drv/Makefile.in dlls/Makedll.rules"
17089 ac_config_files="$ac_config_files dlls/wineesd.drv/Makefile"
17090
17091 ALL_MAKEFILES="$ALL_MAKEFILES \\
17092         dlls/winejack.drv/Makefile"
17093 test "x$enable_winejack_drv" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
17094         winejack.drv"
17095 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
17096 dlls/winejack.drv/Makefile: dlls/winejack.drv/Makefile.in dlls/Makedll.rules"
17097 ac_config_files="$ac_config_files dlls/winejack.drv/Makefile"
17098
17099 ALL_MAKEFILES="$ALL_MAKEFILES \\
17100         dlls/winejoystick.drv/Makefile"
17101 test "x$enable_winejoystick_drv" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
17102         winejoystick.drv"
17103 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
17104 dlls/winejoystick.drv/Makefile: dlls/winejoystick.drv/Makefile.in dlls/Makedll.rules"
17105 ac_config_files="$ac_config_files dlls/winejoystick.drv/Makefile"
17106
17107 ALL_MAKEFILES="$ALL_MAKEFILES \\
17108         dlls/winemp3.acm/Makefile"
17109 test "x$enable_winemp3_acm" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
17110         winemp3.acm"
17111 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
17112 dlls/winemp3.acm/Makefile: dlls/winemp3.acm/Makefile.in dlls/Makedll.rules"
17113 ac_config_files="$ac_config_files dlls/winemp3.acm/Makefile"
17114
17115 ALL_MAKEFILES="$ALL_MAKEFILES \\
17116         dlls/winenas.drv/Makefile"
17117 test "x$enable_winenas_drv" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
17118         winenas.drv"
17119 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
17120 dlls/winenas.drv/Makefile: dlls/winenas.drv/Makefile.in dlls/Makedll.rules"
17121 ac_config_files="$ac_config_files dlls/winenas.drv/Makefile"
17122
17123 ALL_MAKEFILES="$ALL_MAKEFILES \\
17124         dlls/wineoss.drv/Makefile"
17125 test "x$enable_wineoss_drv" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
17126         wineoss.drv"
17127 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
17128 dlls/wineoss.drv/Makefile: dlls/wineoss.drv/Makefile.in dlls/Makedll.rules"
17129 ac_config_files="$ac_config_files dlls/wineoss.drv/Makefile"
17130
17131 ALL_MAKEFILES="$ALL_MAKEFILES \\
17132         dlls/wineps.drv/Makefile"
17133 test "x$enable_wineps_drv" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
17134         wineps.drv"
17135 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
17136 dlls/wineps.drv/Makefile: dlls/wineps.drv/Makefile.in dlls/Makedll.rules"
17137 ac_config_files="$ac_config_files dlls/wineps.drv/Makefile"
17138
17139 ALL_MAKEFILES="$ALL_MAKEFILES \\
17140         dlls/wineps16.drv16/Makefile"
17141 test "x$enable_win16" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
17142         wineps16.drv16"
17143 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
17144 dlls/wineps16.drv16/Makefile: dlls/wineps16.drv16/Makefile.in dlls/Makedll.rules"
17145 ac_config_files="$ac_config_files dlls/wineps16.drv16/Makefile"
17146
17147 ALL_MAKEFILES="$ALL_MAKEFILES \\
17148         dlls/winequartz.drv/Makefile"
17149 test "x$enable_winequartz_drv" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
17150         winequartz.drv"
17151 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
17152 dlls/winequartz.drv/Makefile: dlls/winequartz.drv/Makefile.in dlls/Makedll.rules"
17153 ac_config_files="$ac_config_files dlls/winequartz.drv/Makefile"
17154
17155 ALL_MAKEFILES="$ALL_MAKEFILES \\
17156         dlls/winex11.drv/Makefile"
17157 test "x$enable_winex11_drv" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
17158         winex11.drv"
17159 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
17160 dlls/winex11.drv/Makefile: dlls/winex11.drv/Makefile.in dlls/Makedll.rules"
17161 ac_config_files="$ac_config_files dlls/winex11.drv/Makefile"
17162
17163 ALL_MAKEFILES="$ALL_MAKEFILES \\
17164         dlls/wing.dll16/Makefile"
17165 test "x$enable_win16" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
17166         wing.dll16"
17167 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
17168 dlls/wing.dll16/Makefile: dlls/wing.dll16/Makefile.in dlls/Makedll.rules"
17169 ac_config_files="$ac_config_files dlls/wing.dll16/Makefile"
17170
17171 ALL_MAKEFILES="$ALL_MAKEFILES \\
17172         dlls/wing32/Makefile"
17173 test "x$enable_wing32" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
17174         wing32"
17175 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
17176 dlls/wing32/Makefile: dlls/wing32/Makefile.in dlls/Makedll.rules"
17177 ac_config_files="$ac_config_files dlls/wing32/Makefile"
17178
17179 ALL_MAKEFILES="$ALL_MAKEFILES \\
17180         dlls/winhttp/Makefile"
17181 test "x$enable_winhttp" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
17182         winhttp"
17183 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
17184 dlls/winhttp/Makefile: dlls/winhttp/Makefile.in dlls/Makedll.rules"
17185 ac_config_files="$ac_config_files dlls/winhttp/Makefile"
17186
17187 ALL_MAKEFILES="$ALL_MAKEFILES \\
17188         dlls/winhttp/tests/Makefile"
17189 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
17190         winhttp/tests"
17191 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
17192 dlls/winhttp/tests/Makefile: dlls/winhttp/tests/Makefile.in dlls/Maketest.rules"
17193 ac_config_files="$ac_config_files dlls/winhttp/tests/Makefile"
17194
17195 ALL_MAKEFILES="$ALL_MAKEFILES \\
17196         dlls/wininet/Makefile"
17197 test "x$enable_wininet" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
17198         wininet"
17199 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
17200 dlls/wininet/Makefile: dlls/wininet/Makefile.in dlls/Makedll.rules"
17201 ac_config_files="$ac_config_files dlls/wininet/Makefile"
17202
17203 ALL_MAKEFILES="$ALL_MAKEFILES \\
17204         dlls/wininet/tests/Makefile"
17205 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
17206         wininet/tests"
17207 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
17208 dlls/wininet/tests/Makefile: dlls/wininet/tests/Makefile.in dlls/Maketest.rules"
17209 ac_config_files="$ac_config_files dlls/wininet/tests/Makefile"
17210
17211 ALL_MAKEFILES="$ALL_MAKEFILES \\
17212         dlls/winmm/Makefile"
17213 test "x$enable_winmm" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
17214         winmm"
17215 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
17216 dlls/winmm/Makefile: dlls/winmm/Makefile.in dlls/Makedll.rules"
17217 ac_config_files="$ac_config_files dlls/winmm/Makefile"
17218
17219 ALL_MAKEFILES="$ALL_MAKEFILES \\
17220         dlls/winmm/tests/Makefile"
17221 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
17222         winmm/tests"
17223 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
17224 dlls/winmm/tests/Makefile: dlls/winmm/tests/Makefile.in dlls/Maketest.rules"
17225 ac_config_files="$ac_config_files dlls/winmm/tests/Makefile"
17226
17227 ALL_MAKEFILES="$ALL_MAKEFILES \\
17228         dlls/winnls.dll16/Makefile"
17229 test "x$enable_win16" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
17230         winnls.dll16"
17231 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
17232 dlls/winnls.dll16/Makefile: dlls/winnls.dll16/Makefile.in dlls/Makedll.rules"
17233 ac_config_files="$ac_config_files dlls/winnls.dll16/Makefile"
17234
17235 ALL_MAKEFILES="$ALL_MAKEFILES \\
17236         dlls/winnls32/Makefile"
17237 test "x$enable_winnls32" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
17238         winnls32"
17239 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
17240 dlls/winnls32/Makefile: dlls/winnls32/Makefile.in dlls/Makedll.rules"
17241 ac_config_files="$ac_config_files dlls/winnls32/Makefile"
17242
17243 ALL_MAKEFILES="$ALL_MAKEFILES \\
17244         dlls/winscard/Makefile"
17245 test "x$enable_winscard" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
17246         winscard"
17247 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
17248 dlls/winscard/Makefile: dlls/winscard/Makefile.in dlls/Makedll.rules"
17249 ac_config_files="$ac_config_files dlls/winscard/Makefile"
17250
17251 ALL_MAKEFILES="$ALL_MAKEFILES \\
17252         dlls/winsock.dll16/Makefile"
17253 test "x$enable_win16" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
17254         winsock.dll16"
17255 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
17256 dlls/winsock.dll16/Makefile: dlls/winsock.dll16/Makefile.in dlls/Makedll.rules"
17257 ac_config_files="$ac_config_files dlls/winsock.dll16/Makefile"
17258
17259 ALL_MAKEFILES="$ALL_MAKEFILES \\
17260         dlls/winspool.drv/Makefile"
17261 test "x$enable_winspool_drv" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
17262         winspool.drv"
17263 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
17264 dlls/winspool.drv/Makefile: dlls/winspool.drv/Makefile.in dlls/Makedll.rules"
17265 ac_config_files="$ac_config_files dlls/winspool.drv/Makefile"
17266
17267 ALL_MAKEFILES="$ALL_MAKEFILES \\
17268         dlls/winspool.drv/tests/Makefile"
17269 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
17270         winspool.drv/tests"
17271 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
17272 dlls/winspool.drv/tests/Makefile: dlls/winspool.drv/tests/Makefile.in dlls/Maketest.rules"
17273 ac_config_files="$ac_config_files dlls/winspool.drv/tests/Makefile"
17274
17275 ALL_MAKEFILES="$ALL_MAKEFILES \\
17276         dlls/wintab.dll16/Makefile"
17277 test "x$enable_win16" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
17278         wintab.dll16"
17279 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
17280 dlls/wintab.dll16/Makefile: dlls/wintab.dll16/Makefile.in dlls/Makedll.rules"
17281 ac_config_files="$ac_config_files dlls/wintab.dll16/Makefile"
17282
17283 ALL_MAKEFILES="$ALL_MAKEFILES \\
17284         dlls/wintab32/Makefile"
17285 test "x$enable_wintab32" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
17286         wintab32"
17287 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
17288 dlls/wintab32/Makefile: dlls/wintab32/Makefile.in dlls/Makedll.rules"
17289 ac_config_files="$ac_config_files dlls/wintab32/Makefile"
17290
17291 ALL_MAKEFILES="$ALL_MAKEFILES \\
17292         dlls/wintab32/tests/Makefile"
17293 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
17294         wintab32/tests"
17295 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
17296 dlls/wintab32/tests/Makefile: dlls/wintab32/tests/Makefile.in dlls/Maketest.rules"
17297 ac_config_files="$ac_config_files dlls/wintab32/tests/Makefile"
17298
17299 ALL_MAKEFILES="$ALL_MAKEFILES \\
17300         dlls/wintrust/Makefile"
17301 test "x$enable_wintrust" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
17302         wintrust"
17303 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
17304 dlls/wintrust/Makefile: dlls/wintrust/Makefile.in dlls/Makedll.rules"
17305 ac_config_files="$ac_config_files dlls/wintrust/Makefile"
17306
17307 ALL_MAKEFILES="$ALL_MAKEFILES \\
17308         dlls/wintrust/tests/Makefile"
17309 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
17310         wintrust/tests"
17311 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
17312 dlls/wintrust/tests/Makefile: dlls/wintrust/tests/Makefile.in dlls/Maketest.rules"
17313 ac_config_files="$ac_config_files dlls/wintrust/tests/Makefile"
17314
17315 ALL_MAKEFILES="$ALL_MAKEFILES \\
17316         dlls/wldap32/Makefile"
17317 test "x$enable_wldap32" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
17318         wldap32"
17319 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
17320 dlls/wldap32/Makefile: dlls/wldap32/Makefile.in dlls/Makedll.rules"
17321 ac_config_files="$ac_config_files dlls/wldap32/Makefile"
17322
17323 ALL_MAKEFILES="$ALL_MAKEFILES \\
17324         dlls/wldap32/tests/Makefile"
17325 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
17326         wldap32/tests"
17327 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
17328 dlls/wldap32/tests/Makefile: dlls/wldap32/tests/Makefile.in dlls/Maketest.rules"
17329 ac_config_files="$ac_config_files dlls/wldap32/tests/Makefile"
17330
17331 ALL_MAKEFILES="$ALL_MAKEFILES \\
17332         dlls/wmi/Makefile"
17333 test "x$enable_wmi" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
17334         wmi"
17335 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
17336 dlls/wmi/Makefile: dlls/wmi/Makefile.in dlls/Makedll.rules"
17337 ac_config_files="$ac_config_files dlls/wmi/Makefile"
17338
17339 ALL_MAKEFILES="$ALL_MAKEFILES \\
17340         dlls/wmiutils/Makefile"
17341 test "x$enable_wmiutils" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
17342         wmiutils"
17343 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
17344 dlls/wmiutils/Makefile: dlls/wmiutils/Makefile.in dlls/Makedll.rules"
17345 ac_config_files="$ac_config_files dlls/wmiutils/Makefile"
17346
17347 ALL_MAKEFILES="$ALL_MAKEFILES \\
17348         dlls/wnaspi32/Makefile"
17349 test "x$enable_wnaspi32" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
17350         wnaspi32"
17351 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
17352 dlls/wnaspi32/Makefile: dlls/wnaspi32/Makefile.in dlls/Makedll.rules"
17353 ac_config_files="$ac_config_files dlls/wnaspi32/Makefile"
17354
17355 ALL_MAKEFILES="$ALL_MAKEFILES \\
17356         dlls/wow32/Makefile"
17357 test "x$enable_wow32" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
17358         wow32"
17359 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
17360 dlls/wow32/Makefile: dlls/wow32/Makefile.in dlls/Makedll.rules"
17361 ac_config_files="$ac_config_files dlls/wow32/Makefile"
17362
17363 ALL_MAKEFILES="$ALL_MAKEFILES \\
17364         dlls/ws2_32/Makefile"
17365 test "x$enable_ws2_32" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
17366         ws2_32"
17367 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
17368 dlls/ws2_32/Makefile: dlls/ws2_32/Makefile.in dlls/Makedll.rules"
17369 ac_config_files="$ac_config_files dlls/ws2_32/Makefile"
17370
17371 ALL_MAKEFILES="$ALL_MAKEFILES \\
17372         dlls/ws2_32/tests/Makefile"
17373 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
17374         ws2_32/tests"
17375 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
17376 dlls/ws2_32/tests/Makefile: dlls/ws2_32/tests/Makefile.in dlls/Maketest.rules"
17377 ac_config_files="$ac_config_files dlls/ws2_32/tests/Makefile"
17378
17379 ALL_MAKEFILES="$ALL_MAKEFILES \\
17380         dlls/wsock32/Makefile"
17381 test "x$enable_wsock32" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
17382         wsock32"
17383 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
17384 dlls/wsock32/Makefile: dlls/wsock32/Makefile.in dlls/Makedll.rules"
17385 ac_config_files="$ac_config_files dlls/wsock32/Makefile"
17386
17387 ALL_MAKEFILES="$ALL_MAKEFILES \\
17388         dlls/wtsapi32/Makefile"
17389 test "x$enable_wtsapi32" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
17390         wtsapi32"
17391 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
17392 dlls/wtsapi32/Makefile: dlls/wtsapi32/Makefile.in dlls/Makedll.rules"
17393 ac_config_files="$ac_config_files dlls/wtsapi32/Makefile"
17394
17395 ALL_MAKEFILES="$ALL_MAKEFILES \\
17396         dlls/wuapi/Makefile"
17397 test "x$enable_wuapi" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
17398         wuapi"
17399 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
17400 dlls/wuapi/Makefile: dlls/wuapi/Makefile.in dlls/Makedll.rules"
17401 ac_config_files="$ac_config_files dlls/wuapi/Makefile"
17402
17403 ALL_MAKEFILES="$ALL_MAKEFILES \\
17404         dlls/wuaueng/Makefile"
17405 test "x$enable_wuaueng" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
17406         wuaueng"
17407 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
17408 dlls/wuaueng/Makefile: dlls/wuaueng/Makefile.in dlls/Makedll.rules"
17409 ac_config_files="$ac_config_files dlls/wuaueng/Makefile"
17410
17411 ALL_MAKEFILES="$ALL_MAKEFILES \\
17412         dlls/xinput1_1/Makefile"
17413 test "x$enable_xinput1_1" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
17414         xinput1_1"
17415 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
17416 dlls/xinput1_1/Makefile: dlls/xinput1_1/Makefile.in dlls/Makedll.rules"
17417 ac_config_files="$ac_config_files dlls/xinput1_1/Makefile"
17418
17419 ALL_MAKEFILES="$ALL_MAKEFILES \\
17420         dlls/xinput1_2/Makefile"
17421 test "x$enable_xinput1_2" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
17422         xinput1_2"
17423 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
17424 dlls/xinput1_2/Makefile: dlls/xinput1_2/Makefile.in dlls/Makedll.rules"
17425 ac_config_files="$ac_config_files dlls/xinput1_2/Makefile"
17426
17427 ALL_MAKEFILES="$ALL_MAKEFILES \\
17428         dlls/xinput1_3/Makefile"
17429 test "x$enable_xinput1_3" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
17430         xinput1_3"
17431 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
17432 dlls/xinput1_3/Makefile: dlls/xinput1_3/Makefile.in dlls/Makedll.rules"
17433 ac_config_files="$ac_config_files dlls/xinput1_3/Makefile"
17434
17435 ALL_MAKEFILES="$ALL_MAKEFILES \\
17436         dlls/xinput1_3/tests/Makefile"
17437 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
17438         xinput1_3/tests"
17439 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
17440 dlls/xinput1_3/tests/Makefile: dlls/xinput1_3/tests/Makefile.in dlls/Maketest.rules"
17441 ac_config_files="$ac_config_files dlls/xinput1_3/tests/Makefile"
17442
17443 ALL_MAKEFILES="$ALL_MAKEFILES \\
17444         dlls/xinput9_1_0/Makefile"
17445 test "x$enable_xinput9_1_0" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
17446         xinput9_1_0"
17447 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
17448 dlls/xinput9_1_0/Makefile: dlls/xinput9_1_0/Makefile.in dlls/Makedll.rules"
17449 ac_config_files="$ac_config_files dlls/xinput9_1_0/Makefile"
17450
17451 ALL_MAKEFILES="$ALL_MAKEFILES \\
17452         dlls/xmllite/Makefile"
17453 test "x$enable_xmllite" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
17454         xmllite"
17455 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
17456 dlls/xmllite/Makefile: dlls/xmllite/Makefile.in dlls/Makedll.rules"
17457 ac_config_files="$ac_config_files dlls/xmllite/Makefile"
17458
17459 ALL_MAKEFILES="$ALL_MAKEFILES \\
17460         documentation/Makefile"
17461 test "x$enable_documentation" != xno && ALL_TOP_DIRS="$ALL_TOP_DIRS \\
17462         documentation"
17463 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
17464 documentation/Makefile: documentation/Makefile.in Make.rules"
17465 ac_config_files="$ac_config_files documentation/Makefile"
17466
17467 ALL_MAKEFILES="$ALL_MAKEFILES \\
17468         fonts/Makefile"
17469 test "x$enable_fonts" != xno && ALL_TOP_DIRS="$ALL_TOP_DIRS \\
17470         fonts"
17471 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
17472 fonts/Makefile: fonts/Makefile.in Make.rules"
17473 ac_config_files="$ac_config_files fonts/Makefile"
17474
17475 ALL_MAKEFILES="$ALL_MAKEFILES \\
17476         include/Makefile"
17477 test "x$enable_include" != xno && ALL_TOP_DIRS="$ALL_TOP_DIRS \\
17478         include"
17479 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
17480 include/Makefile: include/Makefile.in Make.rules"
17481 ac_config_files="$ac_config_files include/Makefile"
17482
17483 ALL_MAKEFILES="$ALL_MAKEFILES \\
17484         libs/Makefile"
17485 test "x$enable_libs" != xno && ALL_TOP_DIRS="$ALL_TOP_DIRS \\
17486         libs"
17487 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
17488 libs/Makefile: libs/Makefile.in Make.rules"
17489 ac_config_files="$ac_config_files libs/Makefile"
17490
17491 ALL_MAKEFILES="$ALL_MAKEFILES \\
17492         libs/port/Makefile"
17493
17494 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
17495 libs/port/Makefile: libs/port/Makefile.in Make.rules"
17496 ac_config_files="$ac_config_files libs/port/Makefile"
17497
17498 ALL_MAKEFILES="$ALL_MAKEFILES \\
17499         libs/wine/Makefile"
17500
17501 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
17502 libs/wine/Makefile: libs/wine/Makefile.in Make.rules"
17503 ac_config_files="$ac_config_files libs/wine/Makefile"
17504
17505 ALL_MAKEFILES="$ALL_MAKEFILES \\
17506         libs/wpp/Makefile"
17507
17508 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
17509 libs/wpp/Makefile: libs/wpp/Makefile.in Make.rules"
17510 ac_config_files="$ac_config_files libs/wpp/Makefile"
17511
17512 ALL_MAKEFILES="$ALL_MAKEFILES \\
17513         loader/Makefile"
17514 test "x$enable_loader" != xno && ALL_TOP_DIRS="$ALL_TOP_DIRS \\
17515         loader"
17516 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
17517 loader/Makefile: loader/Makefile.in Make.rules"
17518 ac_config_files="$ac_config_files loader/Makefile"
17519
17520 ALL_MAKEFILES="$ALL_MAKEFILES \\
17521         programs/Makefile"
17522 test "x$enable_programs" != xno && ALL_TOP_DIRS="$ALL_TOP_DIRS \\
17523         programs"
17524 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
17525 programs/Makefile: programs/Makefile.in Make.rules"
17526 ac_config_files="$ac_config_files programs/Makefile"
17527
17528 ALL_MAKEFILES="$ALL_MAKEFILES \\
17529         programs/cacls/Makefile"
17530 test "x$enable_cacls" != xno && ALL_PROGRAM_DIRS="$ALL_PROGRAM_DIRS \\
17531         cacls" && ALL_PROGRAM_INSTALL_DIRS="$ALL_PROGRAM_INSTALL_DIRS \\
17532         cacls"
17533 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
17534 programs/cacls/Makefile: programs/cacls/Makefile.in programs/Makeprog.rules"
17535 ac_config_files="$ac_config_files programs/cacls/Makefile"
17536
17537 ALL_MAKEFILES="$ALL_MAKEFILES \\
17538         programs/clock/Makefile"
17539 test "x$enable_clock" != xno && ALL_PROGRAM_DIRS="$ALL_PROGRAM_DIRS \\
17540         clock" && ALL_PROGRAM_INSTALL_DIRS="$ALL_PROGRAM_INSTALL_DIRS \\
17541         clock"
17542 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
17543 programs/clock/Makefile: programs/clock/Makefile.in programs/Makeprog.rules"
17544 ac_config_files="$ac_config_files programs/clock/Makefile"
17545
17546 ALL_MAKEFILES="$ALL_MAKEFILES \\
17547         programs/cmd/Makefile"
17548 test "x$enable_cmd" != xno && ALL_PROGRAM_DIRS="$ALL_PROGRAM_DIRS \\
17549         cmd" && ALL_PROGRAM_INSTALL_DIRS="$ALL_PROGRAM_INSTALL_DIRS \\
17550         cmd"
17551 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
17552 programs/cmd/Makefile: programs/cmd/Makefile.in programs/Makeprog.rules"
17553 ac_config_files="$ac_config_files programs/cmd/Makefile"
17554
17555 ALL_MAKEFILES="$ALL_MAKEFILES \\
17556         programs/cmdlgtst/Makefile"
17557 test "x$enable_cmdlgtst" != xno && ALL_PROGRAM_DIRS="$ALL_PROGRAM_DIRS \\
17558         cmdlgtst"
17559 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
17560 programs/cmdlgtst/Makefile: programs/cmdlgtst/Makefile.in programs/Makeprog.rules"
17561 ac_config_files="$ac_config_files programs/cmdlgtst/Makefile"
17562
17563 ALL_MAKEFILES="$ALL_MAKEFILES \\
17564         programs/control/Makefile"
17565 test "x$enable_control" != xno && ALL_PROGRAM_DIRS="$ALL_PROGRAM_DIRS \\
17566         control" && ALL_PROGRAM_INSTALL_DIRS="$ALL_PROGRAM_INSTALL_DIRS \\
17567         control"
17568 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
17569 programs/control/Makefile: programs/control/Makefile.in programs/Makeprog.rules"
17570 ac_config_files="$ac_config_files programs/control/Makefile"
17571
17572 ALL_MAKEFILES="$ALL_MAKEFILES \\
17573         programs/dxdiag/Makefile"
17574 test "x$enable_dxdiag" != xno && ALL_PROGRAM_DIRS="$ALL_PROGRAM_DIRS \\
17575         dxdiag" && ALL_PROGRAM_INSTALL_DIRS="$ALL_PROGRAM_INSTALL_DIRS \\
17576         dxdiag"
17577 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
17578 programs/dxdiag/Makefile: programs/dxdiag/Makefile.in programs/Makeprog.rules"
17579 ac_config_files="$ac_config_files programs/dxdiag/Makefile"
17580
17581 ALL_MAKEFILES="$ALL_MAKEFILES \\
17582         programs/eject/Makefile"
17583 test "x$enable_eject" != xno && ALL_PROGRAM_DIRS="$ALL_PROGRAM_DIRS \\
17584         eject" && ALL_PROGRAM_INSTALL_DIRS="$ALL_PROGRAM_INSTALL_DIRS \\
17585         eject"
17586 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
17587 programs/eject/Makefile: programs/eject/Makefile.in programs/Makeprog.rules"
17588 ac_config_files="$ac_config_files programs/eject/Makefile"
17589
17590 ALL_MAKEFILES="$ALL_MAKEFILES \\
17591         programs/expand/Makefile"
17592 test "x$enable_expand" != xno && ALL_PROGRAM_DIRS="$ALL_PROGRAM_DIRS \\
17593         expand" && ALL_PROGRAM_INSTALL_DIRS="$ALL_PROGRAM_INSTALL_DIRS \\
17594         expand"
17595 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
17596 programs/expand/Makefile: programs/expand/Makefile.in programs/Makeprog.rules"
17597 ac_config_files="$ac_config_files programs/expand/Makefile"
17598
17599 ALL_MAKEFILES="$ALL_MAKEFILES \\
17600         programs/explorer/Makefile"
17601 test "x$enable_explorer" != xno && ALL_PROGRAM_DIRS="$ALL_PROGRAM_DIRS \\
17602         explorer" && ALL_PROGRAM_INSTALL_DIRS="$ALL_PROGRAM_INSTALL_DIRS \\
17603         explorer"
17604 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
17605 programs/explorer/Makefile: programs/explorer/Makefile.in programs/Makeprog.rules"
17606 ac_config_files="$ac_config_files programs/explorer/Makefile"
17607
17608 ALL_MAKEFILES="$ALL_MAKEFILES \\
17609         programs/extrac32/Makefile"
17610 test "x$enable_extrac32" != xno && ALL_PROGRAM_DIRS="$ALL_PROGRAM_DIRS \\
17611         extrac32" && ALL_PROGRAM_INSTALL_DIRS="$ALL_PROGRAM_INSTALL_DIRS \\
17612         extrac32"
17613 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
17614 programs/extrac32/Makefile: programs/extrac32/Makefile.in programs/Makeprog.rules"
17615 ac_config_files="$ac_config_files programs/extrac32/Makefile"
17616
17617 ALL_MAKEFILES="$ALL_MAKEFILES \\
17618         programs/hh/Makefile"
17619 test "x$enable_hh" != xno && ALL_PROGRAM_DIRS="$ALL_PROGRAM_DIRS \\
17620         hh" && ALL_PROGRAM_INSTALL_DIRS="$ALL_PROGRAM_INSTALL_DIRS \\
17621         hh"
17622 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
17623 programs/hh/Makefile: programs/hh/Makefile.in programs/Makeprog.rules"
17624 ac_config_files="$ac_config_files programs/hh/Makefile"
17625
17626 ALL_MAKEFILES="$ALL_MAKEFILES \\
17627         programs/icinfo/Makefile"
17628 test "x$enable_icinfo" != xno && ALL_PROGRAM_DIRS="$ALL_PROGRAM_DIRS \\
17629         icinfo" && ALL_PROGRAM_INSTALL_DIRS="$ALL_PROGRAM_INSTALL_DIRS \\
17630         icinfo"
17631 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
17632 programs/icinfo/Makefile: programs/icinfo/Makefile.in programs/Makeprog.rules"
17633 ac_config_files="$ac_config_files programs/icinfo/Makefile"
17634
17635 ALL_MAKEFILES="$ALL_MAKEFILES \\
17636         programs/iexplore/Makefile"
17637 test "x$enable_iexplore" != xno && ALL_PROGRAM_DIRS="$ALL_PROGRAM_DIRS \\
17638         iexplore" && ALL_PROGRAM_INSTALL_DIRS="$ALL_PROGRAM_INSTALL_DIRS \\
17639         iexplore"
17640 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
17641 programs/iexplore/Makefile: programs/iexplore/Makefile.in programs/Makeprog.rules"
17642 ac_config_files="$ac_config_files programs/iexplore/Makefile"
17643
17644 ALL_MAKEFILES="$ALL_MAKEFILES \\
17645         programs/lodctr/Makefile"
17646 test "x$enable_lodctr" != xno && ALL_PROGRAM_DIRS="$ALL_PROGRAM_DIRS \\
17647         lodctr" && ALL_PROGRAM_INSTALL_DIRS="$ALL_PROGRAM_INSTALL_DIRS \\
17648         lodctr"
17649 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
17650 programs/lodctr/Makefile: programs/lodctr/Makefile.in programs/Makeprog.rules"
17651 ac_config_files="$ac_config_files programs/lodctr/Makefile"
17652
17653 ALL_MAKEFILES="$ALL_MAKEFILES \\
17654         programs/mshta/Makefile"
17655 test "x$enable_mshta" != xno && ALL_PROGRAM_DIRS="$ALL_PROGRAM_DIRS \\
17656         mshta" && ALL_PROGRAM_INSTALL_DIRS="$ALL_PROGRAM_INSTALL_DIRS \\
17657         mshta"
17658 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
17659 programs/mshta/Makefile: programs/mshta/Makefile.in programs/Makeprog.rules"
17660 ac_config_files="$ac_config_files programs/mshta/Makefile"
17661
17662 ALL_MAKEFILES="$ALL_MAKEFILES \\
17663         programs/msiexec/Makefile"
17664 test "x$enable_msiexec" != xno && ALL_PROGRAM_DIRS="$ALL_PROGRAM_DIRS \\
17665         msiexec" && ALL_PROGRAM_INSTALL_DIRS="$ALL_PROGRAM_INSTALL_DIRS \\
17666         msiexec" && ALL_PROGRAM_BIN_INSTALL_DIRS="$ALL_PROGRAM_BIN_INSTALL_DIRS \\
17667         msiexec"
17668 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
17669 programs/msiexec/Makefile: programs/msiexec/Makefile.in programs/Makeprog.rules"
17670 ac_config_files="$ac_config_files programs/msiexec/Makefile"
17671
17672 ALL_MAKEFILES="$ALL_MAKEFILES \\
17673         programs/net/Makefile"
17674 test "x$enable_net" != xno && ALL_PROGRAM_DIRS="$ALL_PROGRAM_DIRS \\
17675         net" && ALL_PROGRAM_INSTALL_DIRS="$ALL_PROGRAM_INSTALL_DIRS \\
17676         net"
17677 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
17678 programs/net/Makefile: programs/net/Makefile.in programs/Makeprog.rules"
17679 ac_config_files="$ac_config_files programs/net/Makefile"
17680
17681 ALL_MAKEFILES="$ALL_MAKEFILES \\
17682         programs/notepad/Makefile"
17683 test "x$enable_notepad" != xno && ALL_PROGRAM_DIRS="$ALL_PROGRAM_DIRS \\
17684         notepad" && ALL_PROGRAM_INSTALL_DIRS="$ALL_PROGRAM_INSTALL_DIRS \\
17685         notepad" && ALL_PROGRAM_BIN_INSTALL_DIRS="$ALL_PROGRAM_BIN_INSTALL_DIRS \\
17686         notepad"
17687 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
17688 programs/notepad/Makefile: programs/notepad/Makefile.in programs/Makeprog.rules"
17689 ac_config_files="$ac_config_files programs/notepad/Makefile"
17690
17691 ALL_MAKEFILES="$ALL_MAKEFILES \\
17692         programs/oleview/Makefile"
17693 test "x$enable_oleview" != xno && ALL_PROGRAM_DIRS="$ALL_PROGRAM_DIRS \\
17694         oleview" && ALL_PROGRAM_INSTALL_DIRS="$ALL_PROGRAM_INSTALL_DIRS \\
17695         oleview"
17696 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
17697 programs/oleview/Makefile: programs/oleview/Makefile.in programs/Makeprog.rules"
17698 ac_config_files="$ac_config_files programs/oleview/Makefile"
17699
17700 ALL_MAKEFILES="$ALL_MAKEFILES \\
17701         programs/progman/Makefile"
17702 test "x$enable_progman" != xno && ALL_PROGRAM_DIRS="$ALL_PROGRAM_DIRS \\
17703         progman" && ALL_PROGRAM_INSTALL_DIRS="$ALL_PROGRAM_INSTALL_DIRS \\
17704         progman"
17705 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
17706 programs/progman/Makefile: programs/progman/Makefile.in programs/Makeprog.rules"
17707 ac_config_files="$ac_config_files programs/progman/Makefile"
17708
17709 ALL_MAKEFILES="$ALL_MAKEFILES \\
17710         programs/reg/Makefile"
17711 test "x$enable_reg" != xno && ALL_PROGRAM_DIRS="$ALL_PROGRAM_DIRS \\
17712         reg" && ALL_PROGRAM_INSTALL_DIRS="$ALL_PROGRAM_INSTALL_DIRS \\
17713         reg"
17714 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
17715 programs/reg/Makefile: programs/reg/Makefile.in programs/Makeprog.rules"
17716 ac_config_files="$ac_config_files programs/reg/Makefile"
17717
17718 ALL_MAKEFILES="$ALL_MAKEFILES \\
17719         programs/regedit/Makefile"
17720 test "x$enable_regedit" != xno && ALL_PROGRAM_DIRS="$ALL_PROGRAM_DIRS \\
17721         regedit" && ALL_PROGRAM_INSTALL_DIRS="$ALL_PROGRAM_INSTALL_DIRS \\
17722         regedit" && ALL_PROGRAM_BIN_INSTALL_DIRS="$ALL_PROGRAM_BIN_INSTALL_DIRS \\
17723         regedit"
17724 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
17725 programs/regedit/Makefile: programs/regedit/Makefile.in programs/Makeprog.rules"
17726 ac_config_files="$ac_config_files programs/regedit/Makefile"
17727
17728 ALL_MAKEFILES="$ALL_MAKEFILES \\
17729         programs/regsvr32/Makefile"
17730 test "x$enable_regsvr32" != xno && ALL_PROGRAM_DIRS="$ALL_PROGRAM_DIRS \\
17731         regsvr32" && ALL_PROGRAM_INSTALL_DIRS="$ALL_PROGRAM_INSTALL_DIRS \\
17732         regsvr32" && ALL_PROGRAM_BIN_INSTALL_DIRS="$ALL_PROGRAM_BIN_INSTALL_DIRS \\
17733         regsvr32"
17734 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
17735 programs/regsvr32/Makefile: programs/regsvr32/Makefile.in programs/Makeprog.rules"
17736 ac_config_files="$ac_config_files programs/regsvr32/Makefile"
17737
17738 ALL_MAKEFILES="$ALL_MAKEFILES \\
17739         programs/rpcss/Makefile"
17740 test "x$enable_rpcss" != xno && ALL_PROGRAM_DIRS="$ALL_PROGRAM_DIRS \\
17741         rpcss" && ALL_PROGRAM_INSTALL_DIRS="$ALL_PROGRAM_INSTALL_DIRS \\
17742         rpcss"
17743 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
17744 programs/rpcss/Makefile: programs/rpcss/Makefile.in programs/Makeprog.rules"
17745 ac_config_files="$ac_config_files programs/rpcss/Makefile"
17746
17747 ALL_MAKEFILES="$ALL_MAKEFILES \\
17748         programs/rundll32/Makefile"
17749 test "x$enable_rundll32" != xno && ALL_PROGRAM_DIRS="$ALL_PROGRAM_DIRS \\
17750         rundll32" && ALL_PROGRAM_INSTALL_DIRS="$ALL_PROGRAM_INSTALL_DIRS \\
17751         rundll32"
17752 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
17753 programs/rundll32/Makefile: programs/rundll32/Makefile.in programs/Makeprog.rules"
17754 ac_config_files="$ac_config_files programs/rundll32/Makefile"
17755
17756 ALL_MAKEFILES="$ALL_MAKEFILES \\
17757         programs/secedit/Makefile"
17758 test "x$enable_secedit" != xno && ALL_PROGRAM_DIRS="$ALL_PROGRAM_DIRS \\
17759         secedit" && ALL_PROGRAM_INSTALL_DIRS="$ALL_PROGRAM_INSTALL_DIRS \\
17760         secedit"
17761 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
17762 programs/secedit/Makefile: programs/secedit/Makefile.in programs/Makeprog.rules"
17763 ac_config_files="$ac_config_files programs/secedit/Makefile"
17764
17765 ALL_MAKEFILES="$ALL_MAKEFILES \\
17766         programs/services/Makefile"
17767 test "x$enable_services" != xno && ALL_PROGRAM_DIRS="$ALL_PROGRAM_DIRS \\
17768         services" && ALL_PROGRAM_INSTALL_DIRS="$ALL_PROGRAM_INSTALL_DIRS \\
17769         services"
17770 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
17771 programs/services/Makefile: programs/services/Makefile.in programs/Makeprog.rules"
17772 ac_config_files="$ac_config_files programs/services/Makefile"
17773
17774 ALL_MAKEFILES="$ALL_MAKEFILES \\
17775         programs/spoolsv/Makefile"
17776 test "x$enable_spoolsv" != xno && ALL_PROGRAM_DIRS="$ALL_PROGRAM_DIRS \\
17777         spoolsv" && ALL_PROGRAM_INSTALL_DIRS="$ALL_PROGRAM_INSTALL_DIRS \\
17778         spoolsv"
17779 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
17780 programs/spoolsv/Makefile: programs/spoolsv/Makefile.in programs/Makeprog.rules"
17781 ac_config_files="$ac_config_files programs/spoolsv/Makefile"
17782
17783 ALL_MAKEFILES="$ALL_MAKEFILES \\
17784         programs/start/Makefile"
17785 test "x$enable_start" != xno && ALL_PROGRAM_DIRS="$ALL_PROGRAM_DIRS \\
17786         start" && ALL_PROGRAM_INSTALL_DIRS="$ALL_PROGRAM_INSTALL_DIRS \\
17787         start"
17788 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
17789 programs/start/Makefile: programs/start/Makefile.in programs/Makeprog.rules"
17790 ac_config_files="$ac_config_files programs/start/Makefile"
17791
17792 ALL_MAKEFILES="$ALL_MAKEFILES \\
17793         programs/svchost/Makefile"
17794 test "x$enable_svchost" != xno && ALL_PROGRAM_DIRS="$ALL_PROGRAM_DIRS \\
17795         svchost" && ALL_PROGRAM_INSTALL_DIRS="$ALL_PROGRAM_INSTALL_DIRS \\
17796         svchost"
17797 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
17798 programs/svchost/Makefile: programs/svchost/Makefile.in programs/Makeprog.rules"
17799 ac_config_files="$ac_config_files programs/svchost/Makefile"
17800
17801 ALL_MAKEFILES="$ALL_MAKEFILES \\
17802         programs/taskmgr/Makefile"
17803 test "x$enable_taskmgr" != xno && ALL_PROGRAM_DIRS="$ALL_PROGRAM_DIRS \\
17804         taskmgr" && ALL_PROGRAM_INSTALL_DIRS="$ALL_PROGRAM_INSTALL_DIRS \\
17805         taskmgr"
17806 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
17807 programs/taskmgr/Makefile: programs/taskmgr/Makefile.in programs/Makeprog.rules"
17808 ac_config_files="$ac_config_files programs/taskmgr/Makefile"
17809
17810 ALL_MAKEFILES="$ALL_MAKEFILES \\
17811         programs/termsv/Makefile"
17812 test "x$enable_termsv" != xno && ALL_PROGRAM_DIRS="$ALL_PROGRAM_DIRS \\
17813         termsv" && ALL_PROGRAM_INSTALL_DIRS="$ALL_PROGRAM_INSTALL_DIRS \\
17814         termsv"
17815 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
17816 programs/termsv/Makefile: programs/termsv/Makefile.in programs/Makeprog.rules"
17817 ac_config_files="$ac_config_files programs/termsv/Makefile"
17818
17819 ALL_MAKEFILES="$ALL_MAKEFILES \\
17820         programs/uninstaller/Makefile"
17821 test "x$enable_uninstaller" != xno && ALL_PROGRAM_DIRS="$ALL_PROGRAM_DIRS \\
17822         uninstaller" && ALL_PROGRAM_INSTALL_DIRS="$ALL_PROGRAM_INSTALL_DIRS \\
17823         uninstaller"
17824 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
17825 programs/uninstaller/Makefile: programs/uninstaller/Makefile.in programs/Makeprog.rules"
17826 ac_config_files="$ac_config_files programs/uninstaller/Makefile"
17827
17828 ALL_MAKEFILES="$ALL_MAKEFILES \\
17829         programs/unlodctr/Makefile"
17830 test "x$enable_unlodctr" != xno && ALL_PROGRAM_DIRS="$ALL_PROGRAM_DIRS \\
17831         unlodctr" && ALL_PROGRAM_INSTALL_DIRS="$ALL_PROGRAM_INSTALL_DIRS \\
17832         unlodctr"
17833 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
17834 programs/unlodctr/Makefile: programs/unlodctr/Makefile.in programs/Makeprog.rules"
17835 ac_config_files="$ac_config_files programs/unlodctr/Makefile"
17836
17837 ALL_MAKEFILES="$ALL_MAKEFILES \\
17838         programs/view/Makefile"
17839 test "x$enable_view" != xno && ALL_PROGRAM_DIRS="$ALL_PROGRAM_DIRS \\
17840         view"
17841 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
17842 programs/view/Makefile: programs/view/Makefile.in programs/Makeprog.rules"
17843 ac_config_files="$ac_config_files programs/view/Makefile"
17844
17845 ALL_MAKEFILES="$ALL_MAKEFILES \\
17846         programs/wineboot/Makefile"
17847 test "x$enable_wineboot" != xno && ALL_PROGRAM_DIRS="$ALL_PROGRAM_DIRS \\
17848         wineboot" && ALL_PROGRAM_INSTALL_DIRS="$ALL_PROGRAM_INSTALL_DIRS \\
17849         wineboot" && ALL_PROGRAM_BIN_INSTALL_DIRS="$ALL_PROGRAM_BIN_INSTALL_DIRS \\
17850         wineboot"
17851 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
17852 programs/wineboot/Makefile: programs/wineboot/Makefile.in programs/Makeprog.rules"
17853 ac_config_files="$ac_config_files programs/wineboot/Makefile"
17854
17855 ALL_MAKEFILES="$ALL_MAKEFILES \\
17856         programs/winebrowser/Makefile"
17857 test "x$enable_winebrowser" != xno && ALL_PROGRAM_DIRS="$ALL_PROGRAM_DIRS \\
17858         winebrowser" && ALL_PROGRAM_INSTALL_DIRS="$ALL_PROGRAM_INSTALL_DIRS \\
17859         winebrowser"
17860 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
17861 programs/winebrowser/Makefile: programs/winebrowser/Makefile.in programs/Makeprog.rules"
17862 ac_config_files="$ac_config_files programs/winebrowser/Makefile"
17863
17864 ALL_MAKEFILES="$ALL_MAKEFILES \\
17865         programs/winecfg/Makefile"
17866 test "x$enable_winecfg" != xno && ALL_PROGRAM_DIRS="$ALL_PROGRAM_DIRS \\
17867         winecfg" && ALL_PROGRAM_INSTALL_DIRS="$ALL_PROGRAM_INSTALL_DIRS \\
17868         winecfg" && ALL_PROGRAM_BIN_INSTALL_DIRS="$ALL_PROGRAM_BIN_INSTALL_DIRS \\
17869         winecfg"
17870 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
17871 programs/winecfg/Makefile: programs/winecfg/Makefile.in programs/Makeprog.rules"
17872 ac_config_files="$ac_config_files programs/winecfg/Makefile"
17873
17874 ALL_MAKEFILES="$ALL_MAKEFILES \\
17875         programs/wineconsole/Makefile"
17876 test "x$enable_wineconsole" != xno && ALL_PROGRAM_DIRS="$ALL_PROGRAM_DIRS \\
17877         wineconsole" && ALL_PROGRAM_INSTALL_DIRS="$ALL_PROGRAM_INSTALL_DIRS \\
17878         wineconsole" && ALL_PROGRAM_BIN_INSTALL_DIRS="$ALL_PROGRAM_BIN_INSTALL_DIRS \\
17879         wineconsole"
17880 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
17881 programs/wineconsole/Makefile: programs/wineconsole/Makefile.in programs/Makeprog.rules"
17882 ac_config_files="$ac_config_files programs/wineconsole/Makefile"
17883
17884 ALL_MAKEFILES="$ALL_MAKEFILES \\
17885         programs/winedbg/Makefile"
17886 test "x$enable_winedbg" != xno && ALL_PROGRAM_DIRS="$ALL_PROGRAM_DIRS \\
17887         winedbg" && ALL_PROGRAM_INSTALL_DIRS="$ALL_PROGRAM_INSTALL_DIRS \\
17888         winedbg" && ALL_PROGRAM_BIN_INSTALL_DIRS="$ALL_PROGRAM_BIN_INSTALL_DIRS \\
17889         winedbg"
17890 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
17891 programs/winedbg/Makefile: programs/winedbg/Makefile.in programs/Makeprog.rules"
17892 ac_config_files="$ac_config_files programs/winedbg/Makefile"
17893
17894 ALL_MAKEFILES="$ALL_MAKEFILES \\
17895         programs/winedevice/Makefile"
17896 test "x$enable_winedevice" != xno && ALL_PROGRAM_DIRS="$ALL_PROGRAM_DIRS \\
17897         winedevice" && ALL_PROGRAM_INSTALL_DIRS="$ALL_PROGRAM_INSTALL_DIRS \\
17898         winedevice"
17899 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
17900 programs/winedevice/Makefile: programs/winedevice/Makefile.in programs/Makeprog.rules"
17901 ac_config_files="$ac_config_files programs/winedevice/Makefile"
17902
17903 ALL_MAKEFILES="$ALL_MAKEFILES \\
17904         programs/winefile/Makefile"
17905 test "x$enable_winefile" != xno && ALL_PROGRAM_DIRS="$ALL_PROGRAM_DIRS \\
17906         winefile" && ALL_PROGRAM_INSTALL_DIRS="$ALL_PROGRAM_INSTALL_DIRS \\
17907         winefile" && ALL_PROGRAM_BIN_INSTALL_DIRS="$ALL_PROGRAM_BIN_INSTALL_DIRS \\
17908         winefile"
17909 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
17910 programs/winefile/Makefile: programs/winefile/Makefile.in programs/Makeprog.rules"
17911 ac_config_files="$ac_config_files programs/winefile/Makefile"
17912
17913 ALL_MAKEFILES="$ALL_MAKEFILES \\
17914         programs/winemenubuilder/Makefile"
17915 test "x$enable_winemenubuilder" != xno && ALL_PROGRAM_DIRS="$ALL_PROGRAM_DIRS \\
17916         winemenubuilder" && ALL_PROGRAM_INSTALL_DIRS="$ALL_PROGRAM_INSTALL_DIRS \\
17917         winemenubuilder"
17918 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
17919 programs/winemenubuilder/Makefile: programs/winemenubuilder/Makefile.in programs/Makeprog.rules"
17920 ac_config_files="$ac_config_files programs/winemenubuilder/Makefile"
17921
17922 ALL_MAKEFILES="$ALL_MAKEFILES \\
17923         programs/winemine/Makefile"
17924 test "x$enable_winemine" != xno && ALL_PROGRAM_DIRS="$ALL_PROGRAM_DIRS \\
17925         winemine" && ALL_PROGRAM_INSTALL_DIRS="$ALL_PROGRAM_INSTALL_DIRS \\
17926         winemine" && ALL_PROGRAM_BIN_INSTALL_DIRS="$ALL_PROGRAM_BIN_INSTALL_DIRS \\
17927         winemine"
17928 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
17929 programs/winemine/Makefile: programs/winemine/Makefile.in programs/Makeprog.rules"
17930 ac_config_files="$ac_config_files programs/winemine/Makefile"
17931
17932 ALL_MAKEFILES="$ALL_MAKEFILES \\
17933         programs/winepath/Makefile"
17934 test "x$enable_winepath" != xno && ALL_PROGRAM_DIRS="$ALL_PROGRAM_DIRS \\
17935         winepath" && ALL_PROGRAM_INSTALL_DIRS="$ALL_PROGRAM_INSTALL_DIRS \\
17936         winepath" && ALL_PROGRAM_BIN_INSTALL_DIRS="$ALL_PROGRAM_BIN_INSTALL_DIRS \\
17937         winepath"
17938 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
17939 programs/winepath/Makefile: programs/winepath/Makefile.in programs/Makeprog.rules"
17940 ac_config_files="$ac_config_files programs/winepath/Makefile"
17941
17942 ALL_MAKEFILES="$ALL_MAKEFILES \\
17943         programs/winetest/Makefile"
17944 test "x$enable_winetest" != xno && ALL_PROGRAM_DIRS="$ALL_PROGRAM_DIRS \\
17945         winetest"
17946 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
17947 programs/winetest/Makefile: programs/winetest/Makefile.in programs/Makeprog.rules"
17948 ac_config_files="$ac_config_files programs/winetest/Makefile"
17949
17950 ALL_MAKEFILES="$ALL_MAKEFILES \\
17951         programs/winevdm/Makefile"
17952 test "x$enable_winevdm" != xno && ALL_PROGRAM_DIRS="$ALL_PROGRAM_DIRS \\
17953         winevdm" && ALL_PROGRAM_INSTALL_DIRS="$ALL_PROGRAM_INSTALL_DIRS \\
17954         winevdm"
17955 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
17956 programs/winevdm/Makefile: programs/winevdm/Makefile.in programs/Makeprog.rules"
17957 ac_config_files="$ac_config_files programs/winevdm/Makefile"
17958
17959 ALL_MAKEFILES="$ALL_MAKEFILES \\
17960         programs/winhelp.exe16/Makefile"
17961 test "x$enable_win16" != xno && ALL_PROGRAM_DIRS="$ALL_PROGRAM_DIRS \\
17962         winhelp.exe16" && ALL_PROGRAM_INSTALL_DIRS="$ALL_PROGRAM_INSTALL_DIRS \\
17963         winhelp.exe16"
17964 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
17965 programs/winhelp.exe16/Makefile: programs/winhelp.exe16/Makefile.in programs/Makeprog.rules"
17966 ac_config_files="$ac_config_files programs/winhelp.exe16/Makefile"
17967
17968 ALL_MAKEFILES="$ALL_MAKEFILES \\
17969         programs/winhlp32/Makefile"
17970 test "x$enable_winhlp32" != xno && ALL_PROGRAM_DIRS="$ALL_PROGRAM_DIRS \\
17971         winhlp32" && ALL_PROGRAM_INSTALL_DIRS="$ALL_PROGRAM_INSTALL_DIRS \\
17972         winhlp32"
17973 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
17974 programs/winhlp32/Makefile: programs/winhlp32/Makefile.in programs/Makeprog.rules"
17975 ac_config_files="$ac_config_files programs/winhlp32/Makefile"
17976
17977 ALL_MAKEFILES="$ALL_MAKEFILES \\
17978         programs/winoldap.mod16/Makefile"
17979 test "x$enable_win16" != xno && ALL_PROGRAM_DIRS="$ALL_PROGRAM_DIRS \\
17980         winoldap.mod16" && ALL_PROGRAM_INSTALL_DIRS="$ALL_PROGRAM_INSTALL_DIRS \\
17981         winoldap.mod16"
17982 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
17983 programs/winoldap.mod16/Makefile: programs/winoldap.mod16/Makefile.in programs/Makeprog.rules"
17984 ac_config_files="$ac_config_files programs/winoldap.mod16/Makefile"
17985
17986 ALL_MAKEFILES="$ALL_MAKEFILES \\
17987         programs/winver/Makefile"
17988 test "x$enable_winver" != xno && ALL_PROGRAM_DIRS="$ALL_PROGRAM_DIRS \\
17989         winver" && ALL_PROGRAM_INSTALL_DIRS="$ALL_PROGRAM_INSTALL_DIRS \\
17990         winver"
17991 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
17992 programs/winver/Makefile: programs/winver/Makefile.in programs/Makeprog.rules"
17993 ac_config_files="$ac_config_files programs/winver/Makefile"
17994
17995 ALL_MAKEFILES="$ALL_MAKEFILES \\
17996         programs/wordpad/Makefile"
17997 test "x$enable_wordpad" != xno && ALL_PROGRAM_DIRS="$ALL_PROGRAM_DIRS \\
17998         wordpad" && ALL_PROGRAM_INSTALL_DIRS="$ALL_PROGRAM_INSTALL_DIRS \\
17999         wordpad"
18000 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
18001 programs/wordpad/Makefile: programs/wordpad/Makefile.in programs/Makeprog.rules"
18002 ac_config_files="$ac_config_files programs/wordpad/Makefile"
18003
18004 ALL_MAKEFILES="$ALL_MAKEFILES \\
18005         programs/write/Makefile"
18006 test "x$enable_write" != xno && ALL_PROGRAM_DIRS="$ALL_PROGRAM_DIRS \\
18007         write" && ALL_PROGRAM_INSTALL_DIRS="$ALL_PROGRAM_INSTALL_DIRS \\
18008         write"
18009 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
18010 programs/write/Makefile: programs/write/Makefile.in programs/Makeprog.rules"
18011 ac_config_files="$ac_config_files programs/write/Makefile"
18012
18013 ALL_MAKEFILES="$ALL_MAKEFILES \\
18014         programs/xcopy/Makefile"
18015 test "x$enable_xcopy" != xno && ALL_PROGRAM_DIRS="$ALL_PROGRAM_DIRS \\
18016         xcopy" && ALL_PROGRAM_INSTALL_DIRS="$ALL_PROGRAM_INSTALL_DIRS \\
18017         xcopy"
18018 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
18019 programs/xcopy/Makefile: programs/xcopy/Makefile.in programs/Makeprog.rules"
18020 ac_config_files="$ac_config_files programs/xcopy/Makefile"
18021
18022 ALL_MAKEFILES="$ALL_MAKEFILES \\
18023         server/Makefile"
18024 test "x$enable_server" != xno && ALL_TOP_DIRS="$ALL_TOP_DIRS \\
18025         server"
18026 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
18027 server/Makefile: server/Makefile.in Make.rules"
18028 ac_config_files="$ac_config_files server/Makefile"
18029
18030 ALL_MAKEFILES="$ALL_MAKEFILES \\
18031         tools/Makefile"
18032 test "x$enable_tools" != xno && ALL_TOP_DIRS="$ALL_TOP_DIRS \\
18033         tools"
18034 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
18035 tools/Makefile: tools/Makefile.in Make.rules"
18036 ac_config_files="$ac_config_files tools/Makefile"
18037
18038 ALL_MAKEFILES="$ALL_MAKEFILES \\
18039         tools/widl/Makefile"
18040
18041 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
18042 tools/widl/Makefile: tools/widl/Makefile.in Make.rules"
18043 ac_config_files="$ac_config_files tools/widl/Makefile"
18044
18045 ALL_MAKEFILES="$ALL_MAKEFILES \\
18046         tools/winebuild/Makefile"
18047
18048 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
18049 tools/winebuild/Makefile: tools/winebuild/Makefile.in Make.rules"
18050 ac_config_files="$ac_config_files tools/winebuild/Makefile"
18051
18052 ALL_MAKEFILES="$ALL_MAKEFILES \\
18053         tools/winedump/Makefile"
18054
18055 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
18056 tools/winedump/Makefile: tools/winedump/Makefile.in Make.rules"
18057 ac_config_files="$ac_config_files tools/winedump/Makefile"
18058
18059 ALL_MAKEFILES="$ALL_MAKEFILES \\
18060         tools/winegcc/Makefile"
18061
18062 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
18063 tools/winegcc/Makefile: tools/winegcc/Makefile.in Make.rules"
18064 ac_config_files="$ac_config_files tools/winegcc/Makefile"
18065
18066 ALL_MAKEFILES="$ALL_MAKEFILES \\
18067         tools/wmc/Makefile"
18068
18069 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
18070 tools/wmc/Makefile: tools/wmc/Makefile.in Make.rules"
18071 ac_config_files="$ac_config_files tools/wmc/Makefile"
18072
18073 ALL_MAKEFILES="$ALL_MAKEFILES \\
18074         tools/wrc/Makefile"
18075
18076 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
18077 tools/wrc/Makefile: tools/wrc/Makefile.in Make.rules"
18078 ac_config_files="$ac_config_files tools/wrc/Makefile"
18079
18080
18081
18082 ALL_WINETEST_DEPENDS="# Test binaries"
18083
18084 for dir in $ALL_TEST_DIRS
18085 do
18086     if test "$dir" != "\\"
18087     then
18088         testname=`expr $dir : '\(.*\)/tests'`_test
18089         ALL_WINETEST_DEPENDS="$ALL_WINETEST_DEPENDS
18090
18091 $testname.exe: \$(DLLDIR)/$dir/$testname.exe\$(DLLEXT)
18092         cp \$(DLLDIR)/$dir/$testname.exe\$(DLLEXT) \$@ && \$(STRIP) \$@
18093 $testname.rc:
18094         echo \"$testname.exe TESTRES \\\"$testname.exe\\\"\" >\$@ || (\$(RM) \$@ && false)
18095 $testname.res: $testname.rc $testname.exe"
18096     fi
18097 done
18098
18099 test -n "$DLLEXT" || ALL_PROGRAM_BIN_INSTALL_DIRS=""
18100
18101 cat >confcache <<\_ACEOF
18102 # This file is a shell script that caches the results of configure
18103 # tests run on this system so they can be shared between configure
18104 # scripts and configure runs, see configure's option --config-cache.
18105 # It is not useful on other systems.  If it contains results you don't
18106 # want to keep, you may remove or edit it.
18107 #
18108 # config.status only pays attention to the cache file if you give it
18109 # the --recheck option to rerun configure.
18110 #
18111 # `ac_cv_env_foo' variables (set or unset) will be overridden when
18112 # loading this file, other *unset* `ac_cv_foo' will be assigned the
18113 # following values.
18114
18115 _ACEOF
18116
18117 # The following way of writing the cache mishandles newlines in values,
18118 # but we know of no workaround that is simple, portable, and efficient.
18119 # So, we kill variables containing newlines.
18120 # Ultrix sh set writes to stderr and can't be redirected directly,
18121 # and sets the high bit in the cache file unless we assign to the vars.
18122 (
18123   for ac_var in `(set) 2>&1 | sed -n 's/^\([a-zA-Z_][a-zA-Z0-9_]*\)=.*/\1/p'`; do
18124     eval ac_val=\$$ac_var
18125     case $ac_val in #(
18126     *${as_nl}*)
18127       case $ac_var in #(
18128       *_cv_*) { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: cache variable $ac_var contains a newline" >&5
18129 $as_echo "$as_me: WARNING: cache variable $ac_var contains a newline" >&2;} ;;
18130       esac
18131       case $ac_var in #(
18132       _ | IFS | as_nl) ;; #(
18133       BASH_ARGV | BASH_SOURCE) eval $ac_var= ;; #(
18134       *) { eval $ac_var=; unset $ac_var;} ;;
18135       esac ;;
18136     esac
18137   done
18138
18139   (set) 2>&1 |
18140     case $as_nl`(ac_space=' '; set) 2>&1` in #(
18141     *${as_nl}ac_space=\ *)
18142       # `set' does not quote correctly, so add quotes: double-quote
18143       # substitution turns \\\\ into \\, and sed turns \\ into \.
18144       sed -n \
18145         "s/'/'\\\\''/g;
18146           s/^\\([_$as_cr_alnum]*_cv_[_$as_cr_alnum]*\\)=\\(.*\\)/\\1='\\2'/p"
18147       ;; #(
18148     *)
18149       # `set' quotes correctly as required by POSIX, so do not add quotes.
18150       sed -n "/^[_$as_cr_alnum]*_cv_[_$as_cr_alnum]*=/p"
18151       ;;
18152     esac |
18153     sort
18154 ) |
18155   sed '
18156      /^ac_cv_env_/b end
18157      t clear
18158      :clear
18159      s/^\([^=]*\)=\(.*[{}].*\)$/test "${\1+set}" = set || &/
18160      t end
18161      s/^\([^=]*\)=\(.*\)$/\1=${\1=\2}/
18162      :end' >>confcache
18163 if diff "$cache_file" confcache >/dev/null 2>&1; then :; else
18164   if test -w "$cache_file"; then
18165     test "x$cache_file" != "x/dev/null" &&
18166       { $as_echo "$as_me:${as_lineno-$LINENO}: updating cache $cache_file" >&5
18167 $as_echo "$as_me: updating cache $cache_file" >&6;}
18168     cat confcache >$cache_file
18169   else
18170     { $as_echo "$as_me:${as_lineno-$LINENO}: not updating unwritable cache $cache_file" >&5
18171 $as_echo "$as_me: not updating unwritable cache $cache_file" >&6;}
18172   fi
18173 fi
18174 rm -f confcache
18175
18176 test "x$prefix" = xNONE && prefix=$ac_default_prefix
18177 # Let make expand exec_prefix.
18178 test "x$exec_prefix" = xNONE && exec_prefix='${prefix}'
18179
18180 DEFS=-DHAVE_CONFIG_H
18181
18182 ac_libobjs=
18183 ac_ltlibobjs=
18184 for ac_i in : $LIBOBJS; do test "x$ac_i" = x: && continue
18185   # 1. Remove the extension, and $U if already installed.
18186   ac_script='s/\$U\././;s/\.o$//;s/\.obj$//'
18187   ac_i=`$as_echo "$ac_i" | sed "$ac_script"`
18188   # 2. Prepend LIBOBJDIR.  When used with automake>=1.10 LIBOBJDIR
18189   #    will be set to the directory where LIBOBJS objects are built.
18190   as_fn_append ac_libobjs " \${LIBOBJDIR}$ac_i\$U.$ac_objext"
18191   as_fn_append ac_ltlibobjs " \${LIBOBJDIR}$ac_i"'$U.lo'
18192 done
18193 LIBOBJS=$ac_libobjs
18194
18195 LTLIBOBJS=$ac_ltlibobjs
18196
18197
18198
18199 : ${CONFIG_STATUS=./config.status}
18200 ac_write_fail=0
18201 ac_clean_files_save=$ac_clean_files
18202 ac_clean_files="$ac_clean_files $CONFIG_STATUS"
18203 { $as_echo "$as_me:${as_lineno-$LINENO}: creating $CONFIG_STATUS" >&5
18204 $as_echo "$as_me: creating $CONFIG_STATUS" >&6;}
18205 as_write_fail=0
18206 cat >$CONFIG_STATUS <<_ASEOF || as_write_fail=1
18207 #! $SHELL
18208 # Generated by $as_me.
18209 # Run this file to recreate the current configuration.
18210 # Compiler output produced by configure, useful for debugging
18211 # configure, is in config.log if it exists.
18212
18213 debug=false
18214 ac_cs_recheck=false
18215 ac_cs_silent=false
18216
18217 SHELL=\${CONFIG_SHELL-$SHELL}
18218 export SHELL
18219 _ASEOF
18220 cat >>$CONFIG_STATUS <<\_ASEOF || as_write_fail=1
18221 ## -------------------- ##
18222 ## M4sh Initialization. ##
18223 ## -------------------- ##
18224
18225 # Be more Bourne compatible
18226 DUALCASE=1; export DUALCASE # for MKS sh
18227 if test -n "${ZSH_VERSION+set}" && (emulate sh) >/dev/null 2>&1; then :
18228   emulate sh
18229   NULLCMD=:
18230   # Pre-4.2 versions of Zsh do word splitting on ${1+"$@"}, which
18231   # is contrary to our usage.  Disable this feature.
18232   alias -g '${1+"$@"}'='"$@"'
18233   setopt NO_GLOB_SUBST
18234 else
18235   case `(set -o) 2>/dev/null` in #(
18236   *posix*) :
18237     set -o posix ;; #(
18238   *) :
18239      ;;
18240 esac
18241 fi
18242
18243
18244 as_nl='
18245 '
18246 export as_nl
18247 # Printing a long string crashes Solaris 7 /usr/bin/printf.
18248 as_echo='\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\'
18249 as_echo=$as_echo$as_echo$as_echo$as_echo$as_echo
18250 as_echo=$as_echo$as_echo$as_echo$as_echo$as_echo$as_echo
18251 # Prefer a ksh shell builtin over an external printf program on Solaris,
18252 # but without wasting forks for bash or zsh.
18253 if test -z "$BASH_VERSION$ZSH_VERSION" \
18254     && (test "X`print -r -- $as_echo`" = "X$as_echo") 2>/dev/null; then
18255   as_echo='print -r --'
18256   as_echo_n='print -rn --'
18257 elif (test "X`printf %s $as_echo`" = "X$as_echo") 2>/dev/null; then
18258   as_echo='printf %s\n'
18259   as_echo_n='printf %s'
18260 else
18261   if test "X`(/usr/ucb/echo -n -n $as_echo) 2>/dev/null`" = "X-n $as_echo"; then
18262     as_echo_body='eval /usr/ucb/echo -n "$1$as_nl"'
18263     as_echo_n='/usr/ucb/echo -n'
18264   else
18265     as_echo_body='eval expr "X$1" : "X\\(.*\\)"'
18266     as_echo_n_body='eval
18267       arg=$1;
18268       case $arg in #(
18269       *"$as_nl"*)
18270         expr "X$arg" : "X\\(.*\\)$as_nl";
18271         arg=`expr "X$arg" : ".*$as_nl\\(.*\\)"`;;
18272       esac;
18273       expr "X$arg" : "X\\(.*\\)" | tr -d "$as_nl"
18274     '
18275     export as_echo_n_body
18276     as_echo_n='sh -c $as_echo_n_body as_echo'
18277   fi
18278   export as_echo_body
18279   as_echo='sh -c $as_echo_body as_echo'
18280 fi
18281
18282 # The user is always right.
18283 if test "${PATH_SEPARATOR+set}" != set; then
18284   PATH_SEPARATOR=:
18285   (PATH='/bin;/bin'; FPATH=$PATH; sh -c :) >/dev/null 2>&1 && {
18286     (PATH='/bin:/bin'; FPATH=$PATH; sh -c :) >/dev/null 2>&1 ||
18287       PATH_SEPARATOR=';'
18288   }
18289 fi
18290
18291
18292 # IFS
18293 # We need space, tab and new line, in precisely that order.  Quoting is
18294 # there to prevent editors from complaining about space-tab.
18295 # (If _AS_PATH_WALK were called with IFS unset, it would disable word
18296 # splitting by setting IFS to empty value.)
18297 IFS=" ""        $as_nl"
18298
18299 # Find who we are.  Look in the path if we contain no directory separator.
18300 case $0 in #((
18301   *[\\/]* ) as_myself=$0 ;;
18302   *) as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
18303 for as_dir in $PATH
18304 do
18305   IFS=$as_save_IFS
18306   test -z "$as_dir" && as_dir=.
18307     test -r "$as_dir/$0" && as_myself=$as_dir/$0 && break
18308   done
18309 IFS=$as_save_IFS
18310
18311      ;;
18312 esac
18313 # We did not find ourselves, most probably we were run as `sh COMMAND'
18314 # in which case we are not to be found in the path.
18315 if test "x$as_myself" = x; then
18316   as_myself=$0
18317 fi
18318 if test ! -f "$as_myself"; then
18319   $as_echo "$as_myself: error: cannot find myself; rerun with an absolute file name" >&2
18320   exit 1
18321 fi
18322
18323 # Unset variables that we do not need and which cause bugs (e.g. in
18324 # pre-3.0 UWIN ksh).  But do not cause bugs in bash 2.01; the "|| exit 1"
18325 # suppresses any "Segmentation fault" message there.  '((' could
18326 # trigger a bug in pdksh 5.2.14.
18327 for as_var in BASH_ENV ENV MAIL MAILPATH
18328 do eval test x\${$as_var+set} = xset \
18329   && ( (unset $as_var) || exit 1) >/dev/null 2>&1 && unset $as_var || :
18330 done
18331 PS1='$ '
18332 PS2='> '
18333 PS4='+ '
18334
18335 # NLS nuisances.
18336 LC_ALL=C
18337 export LC_ALL
18338 LANGUAGE=C
18339 export LANGUAGE
18340
18341 # CDPATH.
18342 (unset CDPATH) >/dev/null 2>&1 && unset CDPATH
18343
18344
18345 # as_fn_error ERROR [LINENO LOG_FD]
18346 # ---------------------------------
18347 # Output "`basename $0`: error: ERROR" to stderr. If LINENO and LOG_FD are
18348 # provided, also output the error to LOG_FD, referencing LINENO. Then exit the
18349 # script with status $?, using 1 if that was 0.
18350 as_fn_error ()
18351 {
18352   as_status=$?; test $as_status -eq 0 && as_status=1
18353   if test "$3"; then
18354     as_lineno=${as_lineno-"$2"} as_lineno_stack=as_lineno_stack=$as_lineno_stack
18355     $as_echo "$as_me:${as_lineno-$LINENO}: error: $1" >&$3
18356   fi
18357   $as_echo "$as_me: error: $1" >&2
18358   as_fn_exit $as_status
18359 } # as_fn_error
18360
18361
18362 # as_fn_set_status STATUS
18363 # -----------------------
18364 # Set $? to STATUS, without forking.
18365 as_fn_set_status ()
18366 {
18367   return $1
18368 } # as_fn_set_status
18369
18370 # as_fn_exit STATUS
18371 # -----------------
18372 # Exit the shell with STATUS, even in a "trap 0" or "set -e" context.
18373 as_fn_exit ()
18374 {
18375   set +e
18376   as_fn_set_status $1
18377   exit $1
18378 } # as_fn_exit
18379
18380 # as_fn_unset VAR
18381 # ---------------
18382 # Portably unset VAR.
18383 as_fn_unset ()
18384 {
18385   { eval $1=; unset $1;}
18386 }
18387 as_unset=as_fn_unset
18388 # as_fn_append VAR VALUE
18389 # ----------------------
18390 # Append the text in VALUE to the end of the definition contained in VAR. Take
18391 # advantage of any shell optimizations that allow amortized linear growth over
18392 # repeated appends, instead of the typical quadratic growth present in naive
18393 # implementations.
18394 if (eval "as_var=1; as_var+=2; test x\$as_var = x12") 2>/dev/null; then :
18395   eval 'as_fn_append ()
18396   {
18397     eval $1+=\$2
18398   }'
18399 else
18400   as_fn_append ()
18401   {
18402     eval $1=\$$1\$2
18403   }
18404 fi # as_fn_append
18405
18406 # as_fn_arith ARG...
18407 # ------------------
18408 # Perform arithmetic evaluation on the ARGs, and store the result in the
18409 # global $as_val. Take advantage of shells that can avoid forks. The arguments
18410 # must be portable across $(()) and expr.
18411 if (eval "test \$(( 1 + 1 )) = 2") 2>/dev/null; then :
18412   eval 'as_fn_arith ()
18413   {
18414     as_val=$(( $* ))
18415   }'
18416 else
18417   as_fn_arith ()
18418   {
18419     as_val=`expr "$@" || test $? -eq 1`
18420   }
18421 fi # as_fn_arith
18422
18423
18424 if expr a : '\(a\)' >/dev/null 2>&1 &&
18425    test "X`expr 00001 : '.*\(...\)'`" = X001; then
18426   as_expr=expr
18427 else
18428   as_expr=false
18429 fi
18430
18431 if (basename -- /) >/dev/null 2>&1 && test "X`basename -- / 2>&1`" = "X/"; then
18432   as_basename=basename
18433 else
18434   as_basename=false
18435 fi
18436
18437 if (as_dir=`dirname -- /` && test "X$as_dir" = X/) >/dev/null 2>&1; then
18438   as_dirname=dirname
18439 else
18440   as_dirname=false
18441 fi
18442
18443 as_me=`$as_basename -- "$0" ||
18444 $as_expr X/"$0" : '.*/\([^/][^/]*\)/*$' \| \
18445          X"$0" : 'X\(//\)$' \| \
18446          X"$0" : 'X\(/\)' \| . 2>/dev/null ||
18447 $as_echo X/"$0" |
18448     sed '/^.*\/\([^/][^/]*\)\/*$/{
18449             s//\1/
18450             q
18451           }
18452           /^X\/\(\/\/\)$/{
18453             s//\1/
18454             q
18455           }
18456           /^X\/\(\/\).*/{
18457             s//\1/
18458             q
18459           }
18460           s/.*/./; q'`
18461
18462 # Avoid depending upon Character Ranges.
18463 as_cr_letters='abcdefghijklmnopqrstuvwxyz'
18464 as_cr_LETTERS='ABCDEFGHIJKLMNOPQRSTUVWXYZ'
18465 as_cr_Letters=$as_cr_letters$as_cr_LETTERS
18466 as_cr_digits='0123456789'
18467 as_cr_alnum=$as_cr_Letters$as_cr_digits
18468
18469 ECHO_C= ECHO_N= ECHO_T=
18470 case `echo -n x` in #(((((
18471 -n*)
18472   case `echo 'xy\c'` in
18473   *c*) ECHO_T=' ';;     # ECHO_T is single tab character.
18474   xy)  ECHO_C='\c';;
18475   *)   echo `echo ksh88 bug on AIX 6.1` > /dev/null
18476        ECHO_T=' ';;
18477   esac;;
18478 *)
18479   ECHO_N='-n';;
18480 esac
18481
18482 rm -f conf$$ conf$$.exe conf$$.file
18483 if test -d conf$$.dir; then
18484   rm -f conf$$.dir/conf$$.file
18485 else
18486   rm -f conf$$.dir
18487   mkdir conf$$.dir 2>/dev/null
18488 fi
18489 if (echo >conf$$.file) 2>/dev/null; then
18490   if ln -s conf$$.file conf$$ 2>/dev/null; then
18491     as_ln_s='ln -s'
18492     # ... but there are two gotchas:
18493     # 1) On MSYS, both `ln -s file dir' and `ln file dir' fail.
18494     # 2) DJGPP < 2.04 has no symlinks; `ln -s' creates a wrapper executable.
18495     # In both cases, we have to default to `cp -p'.
18496     ln -s conf$$.file conf$$.dir 2>/dev/null && test ! -f conf$$.exe ||
18497       as_ln_s='cp -p'
18498   elif ln conf$$.file conf$$ 2>/dev/null; then
18499     as_ln_s=ln
18500   else
18501     as_ln_s='cp -p'
18502   fi
18503 else
18504   as_ln_s='cp -p'
18505 fi
18506 rm -f conf$$ conf$$.exe conf$$.dir/conf$$.file conf$$.file
18507 rmdir conf$$.dir 2>/dev/null
18508
18509
18510 # as_fn_mkdir_p
18511 # -------------
18512 # Create "$as_dir" as a directory, including parents if necessary.
18513 as_fn_mkdir_p ()
18514 {
18515
18516   case $as_dir in #(
18517   -*) as_dir=./$as_dir;;
18518   esac
18519   test -d "$as_dir" || eval $as_mkdir_p || {
18520     as_dirs=
18521     while :; do
18522       case $as_dir in #(
18523       *\'*) as_qdir=`$as_echo "$as_dir" | sed "s/'/'\\\\\\\\''/g"`;; #'(
18524       *) as_qdir=$as_dir;;
18525       esac
18526       as_dirs="'$as_qdir' $as_dirs"
18527       as_dir=`$as_dirname -- "$as_dir" ||
18528 $as_expr X"$as_dir" : 'X\(.*[^/]\)//*[^/][^/]*/*$' \| \
18529          X"$as_dir" : 'X\(//\)[^/]' \| \
18530          X"$as_dir" : 'X\(//\)$' \| \
18531          X"$as_dir" : 'X\(/\)' \| . 2>/dev/null ||
18532 $as_echo X"$as_dir" |
18533     sed '/^X\(.*[^/]\)\/\/*[^/][^/]*\/*$/{
18534             s//\1/
18535             q
18536           }
18537           /^X\(\/\/\)[^/].*/{
18538             s//\1/
18539             q
18540           }
18541           /^X\(\/\/\)$/{
18542             s//\1/
18543             q
18544           }
18545           /^X\(\/\).*/{
18546             s//\1/
18547             q
18548           }
18549           s/.*/./; q'`
18550       test -d "$as_dir" && break
18551     done
18552     test -z "$as_dirs" || eval "mkdir $as_dirs"
18553   } || test -d "$as_dir" || as_fn_error "cannot create directory $as_dir"
18554
18555
18556 } # as_fn_mkdir_p
18557 if mkdir -p . 2>/dev/null; then
18558   as_mkdir_p='mkdir -p "$as_dir"'
18559 else
18560   test -d ./-p && rmdir ./-p
18561   as_mkdir_p=false
18562 fi
18563
18564 if test -x / >/dev/null 2>&1; then
18565   as_test_x='test -x'
18566 else
18567   if ls -dL / >/dev/null 2>&1; then
18568     as_ls_L_option=L
18569   else
18570     as_ls_L_option=
18571   fi
18572   as_test_x='
18573     eval sh -c '\''
18574       if test -d "$1"; then
18575         test -d "$1/.";
18576       else
18577         case $1 in #(
18578         -*)set "./$1";;
18579         esac;
18580         case `ls -ld'$as_ls_L_option' "$1" 2>/dev/null` in #((
18581         ???[sx]*):;;*)false;;esac;fi
18582     '\'' sh
18583   '
18584 fi
18585 as_executable_p=$as_test_x
18586
18587 # Sed expression to map a string onto a valid CPP name.
18588 as_tr_cpp="eval sed 'y%*$as_cr_letters%P$as_cr_LETTERS%;s%[^_$as_cr_alnum]%_%g'"
18589
18590 # Sed expression to map a string onto a valid variable name.
18591 as_tr_sh="eval sed 'y%*+%pp%;s%[^_$as_cr_alnum]%_%g'"
18592
18593
18594 exec 6>&1
18595 ## ----------------------------------- ##
18596 ## Main body of $CONFIG_STATUS script. ##
18597 ## ----------------------------------- ##
18598 _ASEOF
18599 test $as_write_fail = 0 && chmod +x $CONFIG_STATUS || ac_write_fail=1
18600
18601 cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1
18602 # Save the log message, to keep $0 and so on meaningful, and to
18603 # report actual input values of CONFIG_FILES etc. instead of their
18604 # values after options handling.
18605 ac_log="
18606 This file was extended by Wine $as_me 1.1.33, which was
18607 generated by GNU Autoconf 2.64.  Invocation command line was
18608
18609   CONFIG_FILES    = $CONFIG_FILES
18610   CONFIG_HEADERS  = $CONFIG_HEADERS
18611   CONFIG_LINKS    = $CONFIG_LINKS
18612   CONFIG_COMMANDS = $CONFIG_COMMANDS
18613   $ $0 $@
18614
18615 on `(hostname || uname -n) 2>/dev/null | sed 1q`
18616 "
18617
18618 _ACEOF
18619
18620 case $ac_config_files in *"
18621 "*) set x $ac_config_files; shift; ac_config_files=$*;;
18622 esac
18623
18624 case $ac_config_headers in *"
18625 "*) set x $ac_config_headers; shift; ac_config_headers=$*;;
18626 esac
18627
18628
18629 cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1
18630 # Files that config.status was made for.
18631 config_files="$ac_config_files"
18632 config_headers="$ac_config_headers"
18633 config_commands="$ac_config_commands"
18634
18635 _ACEOF
18636
18637 cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1
18638 ac_cs_usage="\
18639 \`$as_me' instantiates files and other configuration actions
18640 from templates according to the current configuration.  Unless the files
18641 and actions are specified as TAGs, all are instantiated by default.
18642
18643 Usage: $0 [OPTION]... [TAG]...
18644
18645   -h, --help       print this help, then exit
18646   -V, --version    print version number and configuration settings, then exit
18647   -q, --quiet, --silent
18648                    do not print progress messages
18649   -d, --debug      don't remove temporary files
18650       --recheck    update $as_me by reconfiguring in the same conditions
18651       --file=FILE[:TEMPLATE]
18652                    instantiate the configuration file FILE
18653       --header=FILE[:TEMPLATE]
18654                    instantiate the configuration header FILE
18655
18656 Configuration files:
18657 $config_files
18658
18659 Configuration headers:
18660 $config_headers
18661
18662 Configuration commands:
18663 $config_commands
18664
18665 Report bugs to <wine-devel@winehq.org>.
18666 Wine home page: <http://www.winehq.org>."
18667
18668 _ACEOF
18669 cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1
18670 ac_cs_version="\\
18671 Wine config.status 1.1.33
18672 configured by $0, generated by GNU Autoconf 2.64,
18673   with options \\"`$as_echo "$ac_configure_args" | sed 's/^ //; s/[\\""\`\$]/\\\\&/g'`\\"
18674
18675 Copyright (C) 2009 Free Software Foundation, Inc.
18676 This config.status script is free software; the Free Software Foundation
18677 gives unlimited permission to copy, distribute and modify it."
18678
18679 ac_pwd='$ac_pwd'
18680 srcdir='$srcdir'
18681 INSTALL='$INSTALL'
18682 test -n "\$AWK" || AWK=awk
18683 _ACEOF
18684
18685 cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1
18686 # The default lists apply if the user does not specify any file.
18687 ac_need_defaults=:
18688 while test $# != 0
18689 do
18690   case $1 in
18691   --*=*)
18692     ac_option=`expr "X$1" : 'X\([^=]*\)='`
18693     ac_optarg=`expr "X$1" : 'X[^=]*=\(.*\)'`
18694     ac_shift=:
18695     ;;
18696   *)
18697     ac_option=$1
18698     ac_optarg=$2
18699     ac_shift=shift
18700     ;;
18701   esac
18702
18703   case $ac_option in
18704   # Handling of the options.
18705   -recheck | --recheck | --rechec | --reche | --rech | --rec | --re | --r)
18706     ac_cs_recheck=: ;;
18707   --version | --versio | --versi | --vers | --ver | --ve | --v | -V )
18708     $as_echo "$ac_cs_version"; exit ;;
18709   --debug | --debu | --deb | --de | --d | -d )
18710     debug=: ;;
18711   --file | --fil | --fi | --f )
18712     $ac_shift
18713     case $ac_optarg in
18714     *\'*) ac_optarg=`$as_echo "$ac_optarg" | sed "s/'/'\\\\\\\\''/g"` ;;
18715     esac
18716     as_fn_append CONFIG_FILES " '$ac_optarg'"
18717     ac_need_defaults=false;;
18718   --header | --heade | --head | --hea )
18719     $ac_shift
18720     case $ac_optarg in
18721     *\'*) ac_optarg=`$as_echo "$ac_optarg" | sed "s/'/'\\\\\\\\''/g"` ;;
18722     esac
18723     as_fn_append CONFIG_HEADERS " '$ac_optarg'"
18724     ac_need_defaults=false;;
18725   --he | --h)
18726     # Conflict between --help and --header
18727     as_fn_error "ambiguous option: \`$1'
18728 Try \`$0 --help' for more information.";;
18729   --help | --hel | -h )
18730     $as_echo "$ac_cs_usage"; exit ;;
18731   -q | -quiet | --quiet | --quie | --qui | --qu | --q \
18732   | -silent | --silent | --silen | --sile | --sil | --si | --s)
18733     ac_cs_silent=: ;;
18734
18735   # This is an error.
18736   -*) as_fn_error "unrecognized option: \`$1'
18737 Try \`$0 --help' for more information." ;;
18738
18739   *) as_fn_append ac_config_targets " $1"
18740      ac_need_defaults=false ;;
18741
18742   esac
18743   shift
18744 done
18745
18746 ac_configure_extra_args=
18747
18748 if $ac_cs_silent; then
18749   exec 6>/dev/null
18750   ac_configure_extra_args="$ac_configure_extra_args --silent"
18751 fi
18752
18753 _ACEOF
18754 cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1
18755 if \$ac_cs_recheck; then
18756   set X '$SHELL' '$0' $ac_configure_args \$ac_configure_extra_args --no-create --no-recursion
18757   shift
18758   \$as_echo "running CONFIG_SHELL=$SHELL \$*" >&6
18759   CONFIG_SHELL='$SHELL'
18760   export CONFIG_SHELL
18761   exec "\$@"
18762 fi
18763
18764 _ACEOF
18765 cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1
18766 exec 5>>config.log
18767 {
18768   echo
18769   sed 'h;s/./-/g;s/^.../## /;s/...$/ ##/;p;x;p;x' <<_ASBOX
18770 ## Running $as_me. ##
18771 _ASBOX
18772   $as_echo "$ac_log"
18773 } >&5
18774
18775 _ACEOF
18776 cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1
18777 _ACEOF
18778
18779 cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1
18780
18781 # Handling of arguments.
18782 for ac_config_target in $ac_config_targets
18783 do
18784   case $ac_config_target in
18785     "include/config.h") CONFIG_HEADERS="$CONFIG_HEADERS include/config.h" ;;
18786     "include/stamp-h") CONFIG_COMMANDS="$CONFIG_COMMANDS include/stamp-h" ;;
18787     "dlls/gdi32/enhmfdrv") CONFIG_COMMANDS="$CONFIG_COMMANDS dlls/gdi32/enhmfdrv" ;;
18788     "dlls/gdi32/mfdrv") CONFIG_COMMANDS="$CONFIG_COMMANDS dlls/gdi32/mfdrv" ;;
18789     "dlls/kernel32/nls") CONFIG_COMMANDS="$CONFIG_COMMANDS dlls/kernel32/nls" ;;
18790     "dlls/user32/resources") CONFIG_COMMANDS="$CONFIG_COMMANDS dlls/user32/resources" ;;
18791     "dlls/wineps.drv/data") CONFIG_COMMANDS="$CONFIG_COMMANDS dlls/wineps.drv/data" ;;
18792     "include/wine") CONFIG_COMMANDS="$CONFIG_COMMANDS include/wine" ;;
18793     "Make.rules") CONFIG_FILES="$CONFIG_FILES Make.rules" ;;
18794     "dlls/Makedll.rules") CONFIG_FILES="$CONFIG_FILES dlls/Makedll.rules" ;;
18795     "dlls/Makeimplib.rules") CONFIG_FILES="$CONFIG_FILES dlls/Makeimplib.rules" ;;
18796     "dlls/Maketest.rules") CONFIG_FILES="$CONFIG_FILES dlls/Maketest.rules" ;;
18797     "programs/Makeprog.rules") CONFIG_FILES="$CONFIG_FILES programs/Makeprog.rules" ;;
18798     "Makefile") CONFIG_FILES="$CONFIG_FILES Makefile" ;;
18799     "dlls/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/Makefile" ;;
18800     "dlls/acledit/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/acledit/Makefile" ;;
18801     "dlls/aclui/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/aclui/Makefile" ;;
18802     "dlls/activeds/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/activeds/Makefile" ;;
18803     "dlls/actxprxy/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/actxprxy/Makefile" ;;
18804     "dlls/adsiid/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/adsiid/Makefile" ;;
18805     "dlls/advapi32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/advapi32/Makefile" ;;
18806     "dlls/advapi32/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/advapi32/tests/Makefile" ;;
18807     "dlls/advpack/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/advpack/Makefile" ;;
18808     "dlls/advpack/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/advpack/tests/Makefile" ;;
18809     "dlls/amstream/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/amstream/Makefile" ;;
18810     "dlls/amstream/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/amstream/tests/Makefile" ;;
18811     "dlls/appwiz.cpl/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/appwiz.cpl/Makefile" ;;
18812     "dlls/atl/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/atl/Makefile" ;;
18813     "dlls/authz/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/authz/Makefile" ;;
18814     "dlls/avicap32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/avicap32/Makefile" ;;
18815     "dlls/avifil32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/avifil32/Makefile" ;;
18816     "dlls/avifile.dll16/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/avifile.dll16/Makefile" ;;
18817     "dlls/avrt/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/avrt/Makefile" ;;
18818     "dlls/bcrypt/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/bcrypt/Makefile" ;;
18819     "dlls/browseui/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/browseui/Makefile" ;;
18820     "dlls/browseui/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/browseui/tests/Makefile" ;;
18821     "dlls/cabinet/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/cabinet/Makefile" ;;
18822     "dlls/cabinet/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/cabinet/tests/Makefile" ;;
18823     "dlls/capi2032/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/capi2032/Makefile" ;;
18824     "dlls/cards/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/cards/Makefile" ;;
18825     "dlls/cfgmgr32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/cfgmgr32/Makefile" ;;
18826     "dlls/clusapi/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/clusapi/Makefile" ;;
18827     "dlls/comcat/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/comcat/Makefile" ;;
18828     "dlls/comcat/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/comcat/tests/Makefile" ;;
18829     "dlls/comctl32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/comctl32/Makefile" ;;
18830     "dlls/comctl32/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/comctl32/tests/Makefile" ;;
18831     "dlls/comdlg32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/comdlg32/Makefile" ;;
18832     "dlls/comdlg32/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/comdlg32/tests/Makefile" ;;
18833     "dlls/comm.drv16/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/comm.drv16/Makefile" ;;
18834     "dlls/commdlg.dll16/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/commdlg.dll16/Makefile" ;;
18835     "dlls/compobj.dll16/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/compobj.dll16/Makefile" ;;
18836     "dlls/compstui/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/compstui/Makefile" ;;
18837     "dlls/credui/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/credui/Makefile" ;;
18838     "dlls/credui/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/credui/tests/Makefile" ;;
18839     "dlls/crtdll/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/crtdll/Makefile" ;;
18840     "dlls/crypt32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/crypt32/Makefile" ;;
18841     "dlls/crypt32/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/crypt32/tests/Makefile" ;;
18842     "dlls/cryptdlg/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/cryptdlg/Makefile" ;;
18843     "dlls/cryptdll/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/cryptdll/Makefile" ;;
18844     "dlls/cryptnet/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/cryptnet/Makefile" ;;
18845     "dlls/cryptnet/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/cryptnet/tests/Makefile" ;;
18846     "dlls/cryptui/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/cryptui/Makefile" ;;
18847     "dlls/cryptui/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/cryptui/tests/Makefile" ;;
18848     "dlls/ctapi32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/ctapi32/Makefile" ;;
18849     "dlls/ctl3d.dll16/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/ctl3d.dll16/Makefile" ;;
18850     "dlls/ctl3d32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/ctl3d32/Makefile" ;;
18851     "dlls/ctl3dv2.dll16/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/ctl3dv2.dll16/Makefile" ;;
18852     "dlls/d3d10/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/d3d10/Makefile" ;;
18853     "dlls/d3d10/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/d3d10/tests/Makefile" ;;
18854     "dlls/d3d10core/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/d3d10core/Makefile" ;;
18855     "dlls/d3d10core/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/d3d10core/tests/Makefile" ;;
18856     "dlls/d3d8/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/d3d8/Makefile" ;;
18857     "dlls/d3d8/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/d3d8/tests/Makefile" ;;
18858     "dlls/d3d9/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/d3d9/Makefile" ;;
18859     "dlls/d3d9/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/d3d9/tests/Makefile" ;;
18860     "dlls/d3dim/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/d3dim/Makefile" ;;
18861     "dlls/d3drm/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/d3drm/Makefile" ;;
18862     "dlls/d3drm/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/d3drm/tests/Makefile" ;;
18863     "dlls/d3dx9_24/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/d3dx9_24/Makefile" ;;
18864     "dlls/d3dx9_25/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/d3dx9_25/Makefile" ;;
18865     "dlls/d3dx9_26/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/d3dx9_26/Makefile" ;;
18866     "dlls/d3dx9_27/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/d3dx9_27/Makefile" ;;
18867     "dlls/d3dx9_28/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/d3dx9_28/Makefile" ;;
18868     "dlls/d3dx9_29/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/d3dx9_29/Makefile" ;;
18869     "dlls/d3dx9_30/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/d3dx9_30/Makefile" ;;
18870     "dlls/d3dx9_31/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/d3dx9_31/Makefile" ;;
18871     "dlls/d3dx9_32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/d3dx9_32/Makefile" ;;
18872     "dlls/d3dx9_33/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/d3dx9_33/Makefile" ;;
18873     "dlls/d3dx9_34/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/d3dx9_34/Makefile" ;;
18874     "dlls/d3dx9_35/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/d3dx9_35/Makefile" ;;
18875     "dlls/d3dx9_36/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/d3dx9_36/Makefile" ;;
18876     "dlls/d3dx9_36/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/d3dx9_36/tests/Makefile" ;;
18877     "dlls/d3dx9_37/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/d3dx9_37/Makefile" ;;
18878     "dlls/d3dx9_38/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/d3dx9_38/Makefile" ;;
18879     "dlls/d3dx9_39/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/d3dx9_39/Makefile" ;;
18880     "dlls/d3dx9_40/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/d3dx9_40/Makefile" ;;
18881     "dlls/d3dx9_41/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/d3dx9_41/Makefile" ;;
18882     "dlls/d3dx9_42/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/d3dx9_42/Makefile" ;;
18883     "dlls/d3dxof/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/d3dxof/Makefile" ;;
18884     "dlls/d3dxof/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/d3dxof/tests/Makefile" ;;
18885     "dlls/dbghelp/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/dbghelp/Makefile" ;;
18886     "dlls/dciman32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/dciman32/Makefile" ;;
18887     "dlls/ddeml.dll16/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/ddeml.dll16/Makefile" ;;
18888     "dlls/ddraw/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/ddraw/Makefile" ;;
18889     "dlls/ddraw/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/ddraw/tests/Makefile" ;;
18890     "dlls/ddrawex/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/ddrawex/Makefile" ;;
18891     "dlls/ddrawex/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/ddrawex/tests/Makefile" ;;
18892     "dlls/devenum/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/devenum/Makefile" ;;
18893     "dlls/dinput/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/dinput/Makefile" ;;
18894     "dlls/dinput/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/dinput/tests/Makefile" ;;
18895     "dlls/dinput8/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/dinput8/Makefile" ;;
18896     "dlls/dispdib.dll16/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/dispdib.dll16/Makefile" ;;
18897     "dlls/display.drv16/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/display.drv16/Makefile" ;;
18898     "dlls/dmband/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/dmband/Makefile" ;;
18899     "dlls/dmcompos/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/dmcompos/Makefile" ;;
18900     "dlls/dmime/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/dmime/Makefile" ;;
18901     "dlls/dmloader/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/dmloader/Makefile" ;;
18902     "dlls/dmscript/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/dmscript/Makefile" ;;
18903     "dlls/dmstyle/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/dmstyle/Makefile" ;;
18904     "dlls/dmsynth/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/dmsynth/Makefile" ;;
18905     "dlls/dmusic/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/dmusic/Makefile" ;;
18906     "dlls/dmusic32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/dmusic32/Makefile" ;;
18907     "dlls/dnsapi/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/dnsapi/Makefile" ;;
18908     "dlls/dnsapi/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/dnsapi/tests/Makefile" ;;
18909     "dlls/dplay/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/dplay/Makefile" ;;
18910     "dlls/dplayx/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/dplayx/Makefile" ;;
18911     "dlls/dplayx/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/dplayx/tests/Makefile" ;;
18912     "dlls/dpnaddr/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/dpnaddr/Makefile" ;;
18913     "dlls/dpnet/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/dpnet/Makefile" ;;
18914     "dlls/dpnhpast/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/dpnhpast/Makefile" ;;
18915     "dlls/dpnlobby/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/dpnlobby/Makefile" ;;
18916     "dlls/dpwsockx/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/dpwsockx/Makefile" ;;
18917     "dlls/drmclien/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/drmclien/Makefile" ;;
18918     "dlls/dsound/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/dsound/Makefile" ;;
18919     "dlls/dsound/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/dsound/tests/Makefile" ;;
18920     "dlls/dssenh/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/dssenh/Makefile" ;;
18921     "dlls/dswave/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/dswave/Makefile" ;;
18922     "dlls/dwmapi/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/dwmapi/Makefile" ;;
18923     "dlls/dxdiagn/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/dxdiagn/Makefile" ;;
18924     "dlls/dxerr8/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/dxerr8/Makefile" ;;
18925     "dlls/dxerr9/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/dxerr9/Makefile" ;;
18926     "dlls/dxgi/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/dxgi/Makefile" ;;
18927     "dlls/dxgi/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/dxgi/tests/Makefile" ;;
18928     "dlls/dxguid/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/dxguid/Makefile" ;;
18929     "dlls/faultrep/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/faultrep/Makefile" ;;
18930     "dlls/fltlib/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/fltlib/Makefile" ;;
18931     "dlls/fusion/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/fusion/Makefile" ;;
18932     "dlls/fusion/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/fusion/tests/Makefile" ;;
18933     "dlls/gdi32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/gdi32/Makefile" ;;
18934     "dlls/gdi32/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/gdi32/tests/Makefile" ;;
18935     "dlls/gdiplus/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/gdiplus/Makefile" ;;
18936     "dlls/gdiplus/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/gdiplus/tests/Makefile" ;;
18937     "dlls/glu32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/glu32/Makefile" ;;
18938     "dlls/gphoto2.ds/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/gphoto2.ds/Makefile" ;;
18939     "dlls/gpkcsp/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/gpkcsp/Makefile" ;;
18940     "dlls/hal/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/hal/Makefile" ;;
18941     "dlls/hhctrl.ocx/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/hhctrl.ocx/Makefile" ;;
18942     "dlls/hid/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/hid/Makefile" ;;
18943     "dlls/hlink/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/hlink/Makefile" ;;
18944     "dlls/hlink/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/hlink/tests/Makefile" ;;
18945     "dlls/hnetcfg/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/hnetcfg/Makefile" ;;
18946     "dlls/httpapi/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/httpapi/Makefile" ;;
18947     "dlls/iccvid/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/iccvid/Makefile" ;;
18948     "dlls/icmp/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/icmp/Makefile" ;;
18949     "dlls/ifsmgr.vxd/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/ifsmgr.vxd/Makefile" ;;
18950     "dlls/imaadp32.acm/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/imaadp32.acm/Makefile" ;;
18951     "dlls/imagehlp/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/imagehlp/Makefile" ;;
18952     "dlls/imm.dll16/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/imm.dll16/Makefile" ;;
18953     "dlls/imm32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/imm32/Makefile" ;;
18954     "dlls/imm32/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/imm32/tests/Makefile" ;;
18955     "dlls/inetcomm/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/inetcomm/Makefile" ;;
18956     "dlls/inetcomm/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/inetcomm/tests/Makefile" ;;
18957     "dlls/inetmib1/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/inetmib1/Makefile" ;;
18958     "dlls/inetmib1/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/inetmib1/tests/Makefile" ;;
18959     "dlls/infosoft/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/infosoft/Makefile" ;;
18960     "dlls/infosoft/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/infosoft/tests/Makefile" ;;
18961     "dlls/initpki/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/initpki/Makefile" ;;
18962     "dlls/inkobj/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/inkobj/Makefile" ;;
18963     "dlls/inseng/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/inseng/Makefile" ;;
18964     "dlls/iphlpapi/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/iphlpapi/Makefile" ;;
18965     "dlls/iphlpapi/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/iphlpapi/tests/Makefile" ;;
18966     "dlls/itircl/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/itircl/Makefile" ;;
18967     "dlls/itss/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/itss/Makefile" ;;
18968     "dlls/itss/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/itss/tests/Makefile" ;;
18969     "dlls/jscript/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/jscript/Makefile" ;;
18970     "dlls/jscript/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/jscript/tests/Makefile" ;;
18971     "dlls/kernel32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/kernel32/Makefile" ;;
18972     "dlls/kernel32/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/kernel32/tests/Makefile" ;;
18973     "dlls/keyboard.drv16/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/keyboard.drv16/Makefile" ;;
18974     "dlls/loadperf/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/loadperf/Makefile" ;;
18975     "dlls/localspl/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/localspl/Makefile" ;;
18976     "dlls/localspl/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/localspl/tests/Makefile" ;;
18977     "dlls/localui/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/localui/Makefile" ;;
18978     "dlls/localui/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/localui/tests/Makefile" ;;
18979     "dlls/lz32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/lz32/Makefile" ;;
18980     "dlls/lz32/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/lz32/tests/Makefile" ;;
18981     "dlls/lzexpand.dll16/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/lzexpand.dll16/Makefile" ;;
18982     "dlls/mapi32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/mapi32/Makefile" ;;
18983     "dlls/mapi32/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/mapi32/tests/Makefile" ;;
18984     "dlls/mciavi32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/mciavi32/Makefile" ;;
18985     "dlls/mcicda/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/mcicda/Makefile" ;;
18986     "dlls/mciqtz32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/mciqtz32/Makefile" ;;
18987     "dlls/mciseq/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/mciseq/Makefile" ;;
18988     "dlls/mciwave/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/mciwave/Makefile" ;;
18989     "dlls/midimap/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/midimap/Makefile" ;;
18990     "dlls/mlang/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/mlang/Makefile" ;;
18991     "dlls/mlang/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/mlang/tests/Makefile" ;;
18992     "dlls/mmdevldr.vxd/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/mmdevldr.vxd/Makefile" ;;
18993     "dlls/mmsystem.dll16/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/mmsystem.dll16/Makefile" ;;
18994     "dlls/monodebg.vxd/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/monodebg.vxd/Makefile" ;;
18995     "dlls/mountmgr.sys/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/mountmgr.sys/Makefile" ;;
18996     "dlls/mouse.drv16/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/mouse.drv16/Makefile" ;;
18997     "dlls/mpr/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/mpr/Makefile" ;;
18998     "dlls/mprapi/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/mprapi/Makefile" ;;
18999     "dlls/msacm.dll16/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/msacm.dll16/Makefile" ;;
19000     "dlls/msacm32.drv/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/msacm32.drv/Makefile" ;;
19001     "dlls/msacm32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/msacm32/Makefile" ;;
19002     "dlls/msacm32/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/msacm32/tests/Makefile" ;;
19003     "dlls/msadp32.acm/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/msadp32.acm/Makefile" ;;
19004     "dlls/mscat32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/mscat32/Makefile" ;;
19005     "dlls/mscms/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/mscms/Makefile" ;;
19006     "dlls/mscms/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/mscms/tests/Makefile" ;;
19007     "dlls/mscoree/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/mscoree/Makefile" ;;
19008     "dlls/msctf/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/msctf/Makefile" ;;
19009     "dlls/msctf/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/msctf/tests/Makefile" ;;
19010     "dlls/msdaps/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/msdaps/Makefile" ;;
19011     "dlls/msdmo/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/msdmo/Makefile" ;;
19012     "dlls/msftedit/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/msftedit/Makefile" ;;
19013     "dlls/msg711.acm/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/msg711.acm/Makefile" ;;
19014     "dlls/msgsm32.acm/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/msgsm32.acm/Makefile" ;;
19015     "dlls/mshtml.tlb/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/mshtml.tlb/Makefile" ;;
19016     "dlls/mshtml/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/mshtml/Makefile" ;;
19017     "dlls/mshtml/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/mshtml/tests/Makefile" ;;
19018     "dlls/msi/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/msi/Makefile" ;;
19019     "dlls/msi/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/msi/tests/Makefile" ;;
19020     "dlls/msimg32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/msimg32/Makefile" ;;
19021     "dlls/msimtf/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/msimtf/Makefile" ;;
19022     "dlls/msisip/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/msisip/Makefile" ;;
19023     "dlls/msisys.ocx/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/msisys.ocx/Makefile" ;;
19024     "dlls/msnet32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/msnet32/Makefile" ;;
19025     "dlls/msrle32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/msrle32/Makefile" ;;
19026     "dlls/mssign32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/mssign32/Makefile" ;;
19027     "dlls/mssip32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/mssip32/Makefile" ;;
19028     "dlls/mstask/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/mstask/Makefile" ;;
19029     "dlls/mstask/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/mstask/tests/Makefile" ;;
19030     "dlls/msvcirt/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/msvcirt/Makefile" ;;
19031     "dlls/msvcr71/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/msvcr71/Makefile" ;;
19032     "dlls/msvcrt/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/msvcrt/Makefile" ;;
19033     "dlls/msvcrt/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/msvcrt/tests/Makefile" ;;
19034     "dlls/msvcrt20/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/msvcrt20/Makefile" ;;
19035     "dlls/msvcrt40/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/msvcrt40/Makefile" ;;
19036     "dlls/msvcrtd/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/msvcrtd/Makefile" ;;
19037     "dlls/msvcrtd/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/msvcrtd/tests/Makefile" ;;
19038     "dlls/msvfw32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/msvfw32/Makefile" ;;
19039     "dlls/msvfw32/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/msvfw32/tests/Makefile" ;;
19040     "dlls/msvidc32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/msvidc32/Makefile" ;;
19041     "dlls/msvideo.dll16/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/msvideo.dll16/Makefile" ;;
19042     "dlls/mswsock/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/mswsock/Makefile" ;;
19043     "dlls/msxml3/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/msxml3/Makefile" ;;
19044     "dlls/msxml3/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/msxml3/tests/Makefile" ;;
19045     "dlls/nddeapi/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/nddeapi/Makefile" ;;
19046     "dlls/netapi32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/netapi32/Makefile" ;;
19047     "dlls/netapi32/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/netapi32/tests/Makefile" ;;
19048     "dlls/newdev/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/newdev/Makefile" ;;
19049     "dlls/ntdll/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/ntdll/Makefile" ;;
19050     "dlls/ntdll/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/ntdll/tests/Makefile" ;;
19051     "dlls/ntdsapi/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/ntdsapi/Makefile" ;;
19052     "dlls/ntdsapi/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/ntdsapi/tests/Makefile" ;;
19053     "dlls/ntoskrnl.exe/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/ntoskrnl.exe/Makefile" ;;
19054     "dlls/ntprint/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/ntprint/Makefile" ;;
19055     "dlls/ntprint/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/ntprint/tests/Makefile" ;;
19056     "dlls/objsel/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/objsel/Makefile" ;;
19057     "dlls/odbc32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/odbc32/Makefile" ;;
19058     "dlls/odbccp32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/odbccp32/Makefile" ;;
19059     "dlls/odbccp32/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/odbccp32/tests/Makefile" ;;
19060     "dlls/ole2.dll16/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/ole2.dll16/Makefile" ;;
19061     "dlls/ole2conv.dll16/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/ole2conv.dll16/Makefile" ;;
19062     "dlls/ole2disp.dll16/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/ole2disp.dll16/Makefile" ;;
19063     "dlls/ole2nls.dll16/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/ole2nls.dll16/Makefile" ;;
19064     "dlls/ole2prox.dll16/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/ole2prox.dll16/Makefile" ;;
19065     "dlls/ole2thk.dll16/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/ole2thk.dll16/Makefile" ;;
19066     "dlls/ole32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/ole32/Makefile" ;;
19067     "dlls/ole32/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/ole32/tests/Makefile" ;;
19068     "dlls/oleacc/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/oleacc/Makefile" ;;
19069     "dlls/oleacc/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/oleacc/tests/Makefile" ;;
19070     "dlls/oleaut32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/oleaut32/Makefile" ;;
19071     "dlls/oleaut32/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/oleaut32/tests/Makefile" ;;
19072     "dlls/olecli.dll16/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/olecli.dll16/Makefile" ;;
19073     "dlls/olecli32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/olecli32/Makefile" ;;
19074     "dlls/oledb32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/oledb32/Makefile" ;;
19075     "dlls/oledb32/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/oledb32/tests/Makefile" ;;
19076     "dlls/oledlg/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/oledlg/Makefile" ;;
19077     "dlls/olepro32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/olepro32/Makefile" ;;
19078     "dlls/olesvr.dll16/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/olesvr.dll16/Makefile" ;;
19079     "dlls/olesvr32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/olesvr32/Makefile" ;;
19080     "dlls/olethk32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/olethk32/Makefile" ;;
19081     "dlls/openal32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/openal32/Makefile" ;;
19082     "dlls/opengl32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/opengl32/Makefile" ;;
19083     "dlls/opengl32/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/opengl32/tests/Makefile" ;;
19084     "dlls/pdh/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/pdh/Makefile" ;;
19085     "dlls/pdh/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/pdh/tests/Makefile" ;;
19086     "dlls/pidgen/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/pidgen/Makefile" ;;
19087     "dlls/powrprof/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/powrprof/Makefile" ;;
19088     "dlls/printui/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/printui/Makefile" ;;
19089     "dlls/propsys/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/propsys/Makefile" ;;
19090     "dlls/psapi/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/psapi/Makefile" ;;
19091     "dlls/psapi/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/psapi/tests/Makefile" ;;
19092     "dlls/pstorec/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/pstorec/Makefile" ;;
19093     "dlls/qcap/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/qcap/Makefile" ;;
19094     "dlls/qedit/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/qedit/Makefile" ;;
19095     "dlls/qedit/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/qedit/tests/Makefile" ;;
19096     "dlls/qmgr/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/qmgr/Makefile" ;;
19097     "dlls/qmgr/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/qmgr/tests/Makefile" ;;
19098     "dlls/qmgrprxy/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/qmgrprxy/Makefile" ;;
19099     "dlls/quartz/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/quartz/Makefile" ;;
19100     "dlls/quartz/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/quartz/tests/Makefile" ;;
19101     "dlls/query/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/query/Makefile" ;;
19102     "dlls/rasapi16.dll16/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/rasapi16.dll16/Makefile" ;;
19103     "dlls/rasapi32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/rasapi32/Makefile" ;;
19104     "dlls/rasapi32/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/rasapi32/tests/Makefile" ;;
19105     "dlls/rasdlg/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/rasdlg/Makefile" ;;
19106     "dlls/resutils/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/resutils/Makefile" ;;
19107     "dlls/riched20/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/riched20/Makefile" ;;
19108     "dlls/riched20/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/riched20/tests/Makefile" ;;
19109     "dlls/riched32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/riched32/Makefile" ;;
19110     "dlls/riched32/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/riched32/tests/Makefile" ;;
19111     "dlls/rpcrt4/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/rpcrt4/Makefile" ;;
19112     "dlls/rpcrt4/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/rpcrt4/tests/Makefile" ;;
19113     "dlls/rsabase/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/rsabase/Makefile" ;;
19114     "dlls/rsaenh/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/rsaenh/Makefile" ;;
19115     "dlls/rsaenh/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/rsaenh/tests/Makefile" ;;
19116     "dlls/rtutils/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/rtutils/Makefile" ;;
19117     "dlls/sane.ds/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/sane.ds/Makefile" ;;
19118     "dlls/sccbase/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/sccbase/Makefile" ;;
19119     "dlls/schannel/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/schannel/Makefile" ;;
19120     "dlls/schannel/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/schannel/tests/Makefile" ;;
19121     "dlls/secur32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/secur32/Makefile" ;;
19122     "dlls/secur32/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/secur32/tests/Makefile" ;;
19123     "dlls/security/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/security/Makefile" ;;
19124     "dlls/sensapi/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/sensapi/Makefile" ;;
19125     "dlls/serialui/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/serialui/Makefile" ;;
19126     "dlls/serialui/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/serialui/tests/Makefile" ;;
19127     "dlls/setupapi/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/setupapi/Makefile" ;;
19128     "dlls/setupapi/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/setupapi/tests/Makefile" ;;
19129     "dlls/setupx.dll16/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/setupx.dll16/Makefile" ;;
19130     "dlls/sfc/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/sfc/Makefile" ;;
19131     "dlls/sfc_os/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/sfc_os/Makefile" ;;
19132     "dlls/shdoclc/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/shdoclc/Makefile" ;;
19133     "dlls/shdocvw/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/shdocvw/Makefile" ;;
19134     "dlls/shdocvw/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/shdocvw/tests/Makefile" ;;
19135     "dlls/shell.dll16/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/shell.dll16/Makefile" ;;
19136     "dlls/shell32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/shell32/Makefile" ;;
19137     "dlls/shell32/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/shell32/tests/Makefile" ;;
19138     "dlls/shfolder/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/shfolder/Makefile" ;;
19139     "dlls/shlwapi/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/shlwapi/Makefile" ;;
19140     "dlls/shlwapi/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/shlwapi/tests/Makefile" ;;
19141     "dlls/slbcsp/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/slbcsp/Makefile" ;;
19142     "dlls/slc/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/slc/Makefile" ;;
19143     "dlls/snmpapi/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/snmpapi/Makefile" ;;
19144     "dlls/snmpapi/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/snmpapi/tests/Makefile" ;;
19145     "dlls/softpub/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/softpub/Makefile" ;;
19146     "dlls/sound.drv16/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/sound.drv16/Makefile" ;;
19147     "dlls/spoolss/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/spoolss/Makefile" ;;
19148     "dlls/spoolss/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/spoolss/tests/Makefile" ;;
19149     "dlls/stdole2.tlb/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/stdole2.tlb/Makefile" ;;
19150     "dlls/stdole32.tlb/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/stdole32.tlb/Makefile" ;;
19151     "dlls/sti/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/sti/Makefile" ;;
19152     "dlls/sti/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/sti/tests/Makefile" ;;
19153     "dlls/storage.dll16/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/storage.dll16/Makefile" ;;
19154     "dlls/stress.dll16/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/stress.dll16/Makefile" ;;
19155     "dlls/strmiids/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/strmiids/Makefile" ;;
19156     "dlls/svrapi/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/svrapi/Makefile" ;;
19157     "dlls/sxs/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/sxs/Makefile" ;;
19158     "dlls/system.drv16/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/system.drv16/Makefile" ;;
19159     "dlls/t2embed/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/t2embed/Makefile" ;;
19160     "dlls/tapi32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/tapi32/Makefile" ;;
19161     "dlls/toolhelp.dll16/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/toolhelp.dll16/Makefile" ;;
19162     "dlls/traffic/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/traffic/Makefile" ;;
19163     "dlls/twain.dll16/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/twain.dll16/Makefile" ;;
19164     "dlls/twain_32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/twain_32/Makefile" ;;
19165     "dlls/twain_32/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/twain_32/tests/Makefile" ;;
19166     "dlls/typelib.dll16/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/typelib.dll16/Makefile" ;;
19167     "dlls/unicows/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/unicows/Makefile" ;;
19168     "dlls/updspapi/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/updspapi/Makefile" ;;
19169     "dlls/url/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/url/Makefile" ;;
19170     "dlls/urlmon/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/urlmon/Makefile" ;;
19171     "dlls/urlmon/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/urlmon/tests/Makefile" ;;
19172     "dlls/user32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/user32/Makefile" ;;
19173     "dlls/user32/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/user32/tests/Makefile" ;;
19174     "dlls/userenv/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/userenv/Makefile" ;;
19175     "dlls/userenv/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/userenv/tests/Makefile" ;;
19176     "dlls/usp10/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/usp10/Makefile" ;;
19177     "dlls/usp10/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/usp10/tests/Makefile" ;;
19178     "dlls/uuid/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/uuid/Makefile" ;;
19179     "dlls/uxtheme/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/uxtheme/Makefile" ;;
19180     "dlls/uxtheme/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/uxtheme/tests/Makefile" ;;
19181     "dlls/vdhcp.vxd/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/vdhcp.vxd/Makefile" ;;
19182     "dlls/vdmdbg/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/vdmdbg/Makefile" ;;
19183     "dlls/ver.dll16/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/ver.dll16/Makefile" ;;
19184     "dlls/version/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/version/Makefile" ;;
19185     "dlls/version/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/version/tests/Makefile" ;;
19186     "dlls/vmm.vxd/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/vmm.vxd/Makefile" ;;
19187     "dlls/vnbt.vxd/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/vnbt.vxd/Makefile" ;;
19188     "dlls/vnetbios.vxd/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/vnetbios.vxd/Makefile" ;;
19189     "dlls/vtdapi.vxd/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/vtdapi.vxd/Makefile" ;;
19190     "dlls/vwin32.vxd/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/vwin32.vxd/Makefile" ;;
19191     "dlls/w32skrnl/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/w32skrnl/Makefile" ;;
19192     "dlls/w32sys.dll16/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/w32sys.dll16/Makefile" ;;
19193     "dlls/wbemprox/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/wbemprox/Makefile" ;;
19194     "dlls/wiaservc/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/wiaservc/Makefile" ;;
19195     "dlls/win32s16.dll16/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/win32s16.dll16/Makefile" ;;
19196     "dlls/win87em.dll16/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/win87em.dll16/Makefile" ;;
19197     "dlls/winaspi.dll16/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/winaspi.dll16/Makefile" ;;
19198     "dlls/windebug.dll16/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/windebug.dll16/Makefile" ;;
19199     "dlls/windowscodecs/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/windowscodecs/Makefile" ;;
19200     "dlls/windowscodecs/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/windowscodecs/tests/Makefile" ;;
19201     "dlls/winealsa.drv/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/winealsa.drv/Makefile" ;;
19202     "dlls/wineaudioio.drv/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/wineaudioio.drv/Makefile" ;;
19203     "dlls/winecoreaudio.drv/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/winecoreaudio.drv/Makefile" ;;
19204     "dlls/winecrt0/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/winecrt0/Makefile" ;;
19205     "dlls/wined3d/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/wined3d/Makefile" ;;
19206     "dlls/winedos/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/winedos/Makefile" ;;
19207     "dlls/wineesd.drv/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/wineesd.drv/Makefile" ;;
19208     "dlls/winejack.drv/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/winejack.drv/Makefile" ;;
19209     "dlls/winejoystick.drv/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/winejoystick.drv/Makefile" ;;
19210     "dlls/winemp3.acm/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/winemp3.acm/Makefile" ;;
19211     "dlls/winenas.drv/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/winenas.drv/Makefile" ;;
19212     "dlls/wineoss.drv/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/wineoss.drv/Makefile" ;;
19213     "dlls/wineps.drv/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/wineps.drv/Makefile" ;;
19214     "dlls/wineps16.drv16/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/wineps16.drv16/Makefile" ;;
19215     "dlls/winequartz.drv/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/winequartz.drv/Makefile" ;;
19216     "dlls/winex11.drv/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/winex11.drv/Makefile" ;;
19217     "dlls/wing.dll16/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/wing.dll16/Makefile" ;;
19218     "dlls/wing32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/wing32/Makefile" ;;
19219     "dlls/winhttp/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/winhttp/Makefile" ;;
19220     "dlls/winhttp/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/winhttp/tests/Makefile" ;;
19221     "dlls/wininet/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/wininet/Makefile" ;;
19222     "dlls/wininet/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/wininet/tests/Makefile" ;;
19223     "dlls/winmm/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/winmm/Makefile" ;;
19224     "dlls/winmm/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/winmm/tests/Makefile" ;;
19225     "dlls/winnls.dll16/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/winnls.dll16/Makefile" ;;
19226     "dlls/winnls32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/winnls32/Makefile" ;;
19227     "dlls/winscard/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/winscard/Makefile" ;;
19228     "dlls/winsock.dll16/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/winsock.dll16/Makefile" ;;
19229     "dlls/winspool.drv/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/winspool.drv/Makefile" ;;
19230     "dlls/winspool.drv/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/winspool.drv/tests/Makefile" ;;
19231     "dlls/wintab.dll16/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/wintab.dll16/Makefile" ;;
19232     "dlls/wintab32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/wintab32/Makefile" ;;
19233     "dlls/wintab32/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/wintab32/tests/Makefile" ;;
19234     "dlls/wintrust/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/wintrust/Makefile" ;;
19235     "dlls/wintrust/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/wintrust/tests/Makefile" ;;
19236     "dlls/wldap32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/wldap32/Makefile" ;;
19237     "dlls/wldap32/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/wldap32/tests/Makefile" ;;
19238     "dlls/wmi/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/wmi/Makefile" ;;
19239     "dlls/wmiutils/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/wmiutils/Makefile" ;;
19240     "dlls/wnaspi32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/wnaspi32/Makefile" ;;
19241     "dlls/wow32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/wow32/Makefile" ;;
19242     "dlls/ws2_32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/ws2_32/Makefile" ;;
19243     "dlls/ws2_32/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/ws2_32/tests/Makefile" ;;
19244     "dlls/wsock32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/wsock32/Makefile" ;;
19245     "dlls/wtsapi32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/wtsapi32/Makefile" ;;
19246     "dlls/wuapi/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/wuapi/Makefile" ;;
19247     "dlls/wuaueng/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/wuaueng/Makefile" ;;
19248     "dlls/xinput1_1/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/xinput1_1/Makefile" ;;
19249     "dlls/xinput1_2/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/xinput1_2/Makefile" ;;
19250     "dlls/xinput1_3/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/xinput1_3/Makefile" ;;
19251     "dlls/xinput1_3/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/xinput1_3/tests/Makefile" ;;
19252     "dlls/xinput9_1_0/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/xinput9_1_0/Makefile" ;;
19253     "dlls/xmllite/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/xmllite/Makefile" ;;
19254     "documentation/Makefile") CONFIG_FILES="$CONFIG_FILES documentation/Makefile" ;;
19255     "fonts/Makefile") CONFIG_FILES="$CONFIG_FILES fonts/Makefile" ;;
19256     "include/Makefile") CONFIG_FILES="$CONFIG_FILES include/Makefile" ;;
19257     "libs/Makefile") CONFIG_FILES="$CONFIG_FILES libs/Makefile" ;;
19258     "libs/port/Makefile") CONFIG_FILES="$CONFIG_FILES libs/port/Makefile" ;;
19259     "libs/wine/Makefile") CONFIG_FILES="$CONFIG_FILES libs/wine/Makefile" ;;
19260     "libs/wpp/Makefile") CONFIG_FILES="$CONFIG_FILES libs/wpp/Makefile" ;;
19261     "loader/Makefile") CONFIG_FILES="$CONFIG_FILES loader/Makefile" ;;
19262     "programs/Makefile") CONFIG_FILES="$CONFIG_FILES programs/Makefile" ;;
19263     "programs/cacls/Makefile") CONFIG_FILES="$CONFIG_FILES programs/cacls/Makefile" ;;
19264     "programs/clock/Makefile") CONFIG_FILES="$CONFIG_FILES programs/clock/Makefile" ;;
19265     "programs/cmd/Makefile") CONFIG_FILES="$CONFIG_FILES programs/cmd/Makefile" ;;
19266     "programs/cmdlgtst/Makefile") CONFIG_FILES="$CONFIG_FILES programs/cmdlgtst/Makefile" ;;
19267     "programs/control/Makefile") CONFIG_FILES="$CONFIG_FILES programs/control/Makefile" ;;
19268     "programs/dxdiag/Makefile") CONFIG_FILES="$CONFIG_FILES programs/dxdiag/Makefile" ;;
19269     "programs/eject/Makefile") CONFIG_FILES="$CONFIG_FILES programs/eject/Makefile" ;;
19270     "programs/expand/Makefile") CONFIG_FILES="$CONFIG_FILES programs/expand/Makefile" ;;
19271     "programs/explorer/Makefile") CONFIG_FILES="$CONFIG_FILES programs/explorer/Makefile" ;;
19272     "programs/extrac32/Makefile") CONFIG_FILES="$CONFIG_FILES programs/extrac32/Makefile" ;;
19273     "programs/hh/Makefile") CONFIG_FILES="$CONFIG_FILES programs/hh/Makefile" ;;
19274     "programs/icinfo/Makefile") CONFIG_FILES="$CONFIG_FILES programs/icinfo/Makefile" ;;
19275     "programs/iexplore/Makefile") CONFIG_FILES="$CONFIG_FILES programs/iexplore/Makefile" ;;
19276     "programs/lodctr/Makefile") CONFIG_FILES="$CONFIG_FILES programs/lodctr/Makefile" ;;
19277     "programs/mshta/Makefile") CONFIG_FILES="$CONFIG_FILES programs/mshta/Makefile" ;;
19278     "programs/msiexec/Makefile") CONFIG_FILES="$CONFIG_FILES programs/msiexec/Makefile" ;;
19279     "programs/net/Makefile") CONFIG_FILES="$CONFIG_FILES programs/net/Makefile" ;;
19280     "programs/notepad/Makefile") CONFIG_FILES="$CONFIG_FILES programs/notepad/Makefile" ;;
19281     "programs/oleview/Makefile") CONFIG_FILES="$CONFIG_FILES programs/oleview/Makefile" ;;
19282     "programs/progman/Makefile") CONFIG_FILES="$CONFIG_FILES programs/progman/Makefile" ;;
19283     "programs/reg/Makefile") CONFIG_FILES="$CONFIG_FILES programs/reg/Makefile" ;;
19284     "programs/regedit/Makefile") CONFIG_FILES="$CONFIG_FILES programs/regedit/Makefile" ;;
19285     "programs/regsvr32/Makefile") CONFIG_FILES="$CONFIG_FILES programs/regsvr32/Makefile" ;;
19286     "programs/rpcss/Makefile") CONFIG_FILES="$CONFIG_FILES programs/rpcss/Makefile" ;;
19287     "programs/rundll32/Makefile") CONFIG_FILES="$CONFIG_FILES programs/rundll32/Makefile" ;;
19288     "programs/secedit/Makefile") CONFIG_FILES="$CONFIG_FILES programs/secedit/Makefile" ;;
19289     "programs/services/Makefile") CONFIG_FILES="$CONFIG_FILES programs/services/Makefile" ;;
19290     "programs/spoolsv/Makefile") CONFIG_FILES="$CONFIG_FILES programs/spoolsv/Makefile" ;;
19291     "programs/start/Makefile") CONFIG_FILES="$CONFIG_FILES programs/start/Makefile" ;;
19292     "programs/svchost/Makefile") CONFIG_FILES="$CONFIG_FILES programs/svchost/Makefile" ;;
19293     "programs/taskmgr/Makefile") CONFIG_FILES="$CONFIG_FILES programs/taskmgr/Makefile" ;;
19294     "programs/termsv/Makefile") CONFIG_FILES="$CONFIG_FILES programs/termsv/Makefile" ;;
19295     "programs/uninstaller/Makefile") CONFIG_FILES="$CONFIG_FILES programs/uninstaller/Makefile" ;;
19296     "programs/unlodctr/Makefile") CONFIG_FILES="$CONFIG_FILES programs/unlodctr/Makefile" ;;
19297     "programs/view/Makefile") CONFIG_FILES="$CONFIG_FILES programs/view/Makefile" ;;
19298     "programs/wineboot/Makefile") CONFIG_FILES="$CONFIG_FILES programs/wineboot/Makefile" ;;
19299     "programs/winebrowser/Makefile") CONFIG_FILES="$CONFIG_FILES programs/winebrowser/Makefile" ;;
19300     "programs/winecfg/Makefile") CONFIG_FILES="$CONFIG_FILES programs/winecfg/Makefile" ;;
19301     "programs/wineconsole/Makefile") CONFIG_FILES="$CONFIG_FILES programs/wineconsole/Makefile" ;;
19302     "programs/winedbg/Makefile") CONFIG_FILES="$CONFIG_FILES programs/winedbg/Makefile" ;;
19303     "programs/winedevice/Makefile") CONFIG_FILES="$CONFIG_FILES programs/winedevice/Makefile" ;;
19304     "programs/winefile/Makefile") CONFIG_FILES="$CONFIG_FILES programs/winefile/Makefile" ;;
19305     "programs/winemenubuilder/Makefile") CONFIG_FILES="$CONFIG_FILES programs/winemenubuilder/Makefile" ;;
19306     "programs/winemine/Makefile") CONFIG_FILES="$CONFIG_FILES programs/winemine/Makefile" ;;
19307     "programs/winepath/Makefile") CONFIG_FILES="$CONFIG_FILES programs/winepath/Makefile" ;;
19308     "programs/winetest/Makefile") CONFIG_FILES="$CONFIG_FILES programs/winetest/Makefile" ;;
19309     "programs/winevdm/Makefile") CONFIG_FILES="$CONFIG_FILES programs/winevdm/Makefile" ;;
19310     "programs/winhelp.exe16/Makefile") CONFIG_FILES="$CONFIG_FILES programs/winhelp.exe16/Makefile" ;;
19311     "programs/winhlp32/Makefile") CONFIG_FILES="$CONFIG_FILES programs/winhlp32/Makefile" ;;
19312     "programs/winoldap.mod16/Makefile") CONFIG_FILES="$CONFIG_FILES programs/winoldap.mod16/Makefile" ;;
19313     "programs/winver/Makefile") CONFIG_FILES="$CONFIG_FILES programs/winver/Makefile" ;;
19314     "programs/wordpad/Makefile") CONFIG_FILES="$CONFIG_FILES programs/wordpad/Makefile" ;;
19315     "programs/write/Makefile") CONFIG_FILES="$CONFIG_FILES programs/write/Makefile" ;;
19316     "programs/xcopy/Makefile") CONFIG_FILES="$CONFIG_FILES programs/xcopy/Makefile" ;;
19317     "server/Makefile") CONFIG_FILES="$CONFIG_FILES server/Makefile" ;;
19318     "tools/Makefile") CONFIG_FILES="$CONFIG_FILES tools/Makefile" ;;
19319     "tools/widl/Makefile") CONFIG_FILES="$CONFIG_FILES tools/widl/Makefile" ;;
19320     "tools/winebuild/Makefile") CONFIG_FILES="$CONFIG_FILES tools/winebuild/Makefile" ;;
19321     "tools/winedump/Makefile") CONFIG_FILES="$CONFIG_FILES tools/winedump/Makefile" ;;
19322     "tools/winegcc/Makefile") CONFIG_FILES="$CONFIG_FILES tools/winegcc/Makefile" ;;
19323     "tools/wmc/Makefile") CONFIG_FILES="$CONFIG_FILES tools/wmc/Makefile" ;;
19324     "tools/wrc/Makefile") CONFIG_FILES="$CONFIG_FILES tools/wrc/Makefile" ;;
19325
19326   *) as_fn_error "invalid argument: \`$ac_config_target'" "$LINENO" 5;;
19327   esac
19328 done
19329
19330
19331 # If the user did not use the arguments to specify the items to instantiate,
19332 # then the envvar interface is used.  Set only those that are not.
19333 # We use the long form for the default assignment because of an extremely
19334 # bizarre bug on SunOS 4.1.3.
19335 if $ac_need_defaults; then
19336   test "${CONFIG_FILES+set}" = set || CONFIG_FILES=$config_files
19337   test "${CONFIG_HEADERS+set}" = set || CONFIG_HEADERS=$config_headers
19338   test "${CONFIG_COMMANDS+set}" = set || CONFIG_COMMANDS=$config_commands
19339 fi
19340
19341 # Have a temporary directory for convenience.  Make it in the build tree
19342 # simply because there is no reason against having it here, and in addition,
19343 # creating and moving files from /tmp can sometimes cause problems.
19344 # Hook for its removal unless debugging.
19345 # Note that there is a small window in which the directory will not be cleaned:
19346 # after its creation but before its name has been assigned to `$tmp'.
19347 $debug ||
19348 {
19349   tmp=
19350   trap 'exit_status=$?
19351   { test -z "$tmp" || test ! -d "$tmp" || rm -fr "$tmp"; } && exit $exit_status
19352 ' 0
19353   trap 'as_fn_exit 1' 1 2 13 15
19354 }
19355 # Create a (secure) tmp directory for tmp files.
19356
19357 {
19358   tmp=`(umask 077 && mktemp -d "./confXXXXXX") 2>/dev/null` &&
19359   test -n "$tmp" && test -d "$tmp"
19360 }  ||
19361 {
19362   tmp=./conf$$-$RANDOM
19363   (umask 077 && mkdir "$tmp")
19364 } || as_fn_error "cannot create a temporary directory in ." "$LINENO" 5
19365
19366 # Set up the scripts for CONFIG_FILES section.
19367 # No need to generate them if there are no CONFIG_FILES.
19368 # This happens for instance with `./config.status config.h'.
19369 if test -n "$CONFIG_FILES"; then
19370
19371 if $AWK 'BEGIN { getline <"/dev/null" }' </dev/null 2>/dev/null; then
19372   ac_cs_awk_getline=:
19373   ac_cs_awk_pipe_init=
19374   ac_cs_awk_read_file='
19375       while ((getline aline < (F[key])) > 0)
19376         print(aline)
19377       close(F[key])'
19378   ac_cs_awk_pipe_fini=
19379 else
19380   ac_cs_awk_getline=false
19381   ac_cs_awk_pipe_init="print \"cat <<'|#_!!_#|' &&\""
19382   ac_cs_awk_read_file='
19383       print "|#_!!_#|"
19384       print "cat " F[key] " &&"
19385       '$ac_cs_awk_pipe_init
19386   # The final `:' finishes the AND list.
19387   ac_cs_awk_pipe_fini='END { print "|#_!!_#|"; print ":" }'
19388 fi
19389 ac_cr=`echo X | tr X '\015'`
19390 # On cygwin, bash can eat \r inside `` if the user requested igncr.
19391 # But we know of no other shell where ac_cr would be empty at this
19392 # point, so we can use a bashism as a fallback.
19393 if test "x$ac_cr" = x; then
19394   eval ac_cr=\$\'\\r\'
19395 fi
19396 ac_cs_awk_cr=`$AWK 'BEGIN { print "a\rb" }' </dev/null 2>/dev/null`
19397 if test "$ac_cs_awk_cr" = "a${ac_cr}b"; then
19398   ac_cs_awk_cr='\r'
19399 else
19400   ac_cs_awk_cr=$ac_cr
19401 fi
19402
19403 echo 'BEGIN {' >"$tmp/subs1.awk" &&
19404 _ACEOF
19405
19406 # Create commands to substitute file output variables.
19407 {
19408   echo "cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1" &&
19409   echo 'cat >>"\$tmp/subs1.awk" <<\\_ACAWK &&' &&
19410   echo "$ac_subst_files" | sed 's/.*/F["&"]="$&"/' &&
19411   echo "_ACAWK" &&
19412   echo "_ACEOF"
19413 } >conf$$files.sh &&
19414 . ./conf$$files.sh ||
19415   as_fn_error "could not make $CONFIG_STATUS" "$LINENO" 5
19416 rm -f conf$$files.sh
19417
19418 {
19419   echo "cat >conf$$subs.awk <<_ACEOF" &&
19420   echo "$ac_subst_vars" | sed 's/.*/&!$&$ac_delim/' &&
19421   echo "_ACEOF"
19422 } >conf$$subs.sh ||
19423   as_fn_error "could not make $CONFIG_STATUS" "$LINENO" 5
19424 ac_delim_num=`echo "$ac_subst_vars" | grep -c '$'`
19425 ac_delim='%!_!# '
19426 for ac_last_try in false false false false false :; do
19427   . ./conf$$subs.sh ||
19428     as_fn_error "could not make $CONFIG_STATUS" "$LINENO" 5
19429
19430   ac_delim_n=`sed -n "s/.*$ac_delim\$/X/p" conf$$subs.awk | grep -c X`
19431   if test $ac_delim_n = $ac_delim_num; then
19432     break
19433   elif $ac_last_try; then
19434     as_fn_error "could not make $CONFIG_STATUS" "$LINENO" 5
19435   else
19436     ac_delim="$ac_delim!$ac_delim _$ac_delim!! "
19437   fi
19438 done
19439 rm -f conf$$subs.sh
19440
19441 cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1
19442 cat >>"\$tmp/subs1.awk" <<\\_ACAWK &&
19443 _ACEOF
19444 sed -n '
19445 h
19446 s/^/S["/; s/!.*/"]=/
19447 p
19448 g
19449 s/^[^!]*!//
19450 :repl
19451 t repl
19452 s/'"$ac_delim"'$//
19453 t delim
19454 :nl
19455 h
19456 s/\(.\{148\}\).*/\1/
19457 t more1
19458 s/["\\]/\\&/g; s/^/"/; s/$/\\n"\\/
19459 p
19460 n
19461 b repl
19462 :more1
19463 s/["\\]/\\&/g; s/^/"/; s/$/"\\/
19464 p
19465 g
19466 s/.\{148\}//
19467 t nl
19468 :delim
19469 h
19470 s/\(.\{148\}\).*/\1/
19471 t more2
19472 s/["\\]/\\&/g; s/^/"/; s/$/"/
19473 p
19474 b
19475 :more2
19476 s/["\\]/\\&/g; s/^/"/; s/$/"\\/
19477 p
19478 g
19479 s/.\{148\}//
19480 t delim
19481 ' <conf$$subs.awk | sed '
19482 /^[^""]/{
19483   N
19484   s/\n//
19485 }
19486 ' >>$CONFIG_STATUS || ac_write_fail=1
19487 rm -f conf$$subs.awk
19488 cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1
19489 _ACAWK
19490 cat >>"\$tmp/subs1.awk" <<_ACAWK &&
19491   for (key in S) S_is_set[key] = 1
19492   FS = "\a"
19493   \$ac_cs_awk_pipe_init
19494 }
19495 {
19496   line = $ 0
19497   nfields = split(line, field, "@")
19498   substed = 0
19499   len = length(field[1])
19500   for (i = 2; i < nfields; i++) {
19501     key = field[i]
19502     keylen = length(key)
19503     if (S_is_set[key]) {
19504       value = S[key]
19505       line = substr(line, 1, len) "" value "" substr(line, len + keylen + 3)
19506       len += length(value) + length(field[++i])
19507       substed = 1
19508     } else
19509       len += 1 + keylen
19510   }
19511   if (nfields == 3 && !substed) {
19512     key = field[2]
19513     if (F[key] != "" && line ~ /^[       ]*@.*@[         ]*$/) {
19514       \$ac_cs_awk_read_file
19515       next
19516     }
19517   }
19518   print line
19519 }
19520 \$ac_cs_awk_pipe_fini
19521 _ACAWK
19522 _ACEOF
19523 cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1
19524 if sed "s/$ac_cr//" < /dev/null > /dev/null 2>&1; then
19525   sed "s/$ac_cr\$//; s/$ac_cr/$ac_cs_awk_cr/g"
19526 else
19527   cat
19528 fi < "$tmp/subs1.awk" > "$tmp/subs.awk" \
19529   || as_fn_error "could not setup config files machinery" "$LINENO" 5
19530 _ACEOF
19531
19532 # VPATH may cause trouble with some makes, so we remove $(srcdir),
19533 # ${srcdir} and @srcdir@ from VPATH if srcdir is ".", strip leading and
19534 # trailing colons and then remove the whole line if VPATH becomes empty
19535 # (actually we leave an empty line to preserve line numbers).
19536 if test "x$srcdir" = x.; then
19537   ac_vpsub='/^[  ]*VPATH[        ]*=/{
19538 s/:*\$(srcdir):*/:/
19539 s/:*\${srcdir}:*/:/
19540 s/:*@srcdir@:*/:/
19541 s/^\([^=]*=[     ]*\):*/\1/
19542 s/:*$//
19543 s/^[^=]*=[       ]*$//
19544 }'
19545 fi
19546
19547 cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1
19548 fi # test -n "$CONFIG_FILES"
19549
19550 # Set up the scripts for CONFIG_HEADERS section.
19551 # No need to generate them if there are no CONFIG_HEADERS.
19552 # This happens for instance with `./config.status Makefile'.
19553 if test -n "$CONFIG_HEADERS"; then
19554 cat >"$tmp/defines.awk" <<\_ACAWK ||
19555 BEGIN {
19556 _ACEOF
19557
19558 # Transform confdefs.h into an awk script `defines.awk', embedded as
19559 # here-document in config.status, that substitutes the proper values into
19560 # config.h.in to produce config.h.
19561
19562 # Create a delimiter string that does not exist in confdefs.h, to ease
19563 # handling of long lines.
19564 ac_delim='%!_!# '
19565 for ac_last_try in false false :; do
19566   ac_t=`sed -n "/$ac_delim/p" confdefs.h`
19567   if test -z "$ac_t"; then
19568     break
19569   elif $ac_last_try; then
19570     as_fn_error "could not make $CONFIG_HEADERS" "$LINENO" 5
19571   else
19572     ac_delim="$ac_delim!$ac_delim _$ac_delim!! "
19573   fi
19574 done
19575
19576 # For the awk script, D is an array of macro values keyed by name,
19577 # likewise P contains macro parameters if any.  Preserve backslash
19578 # newline sequences.
19579
19580 ac_word_re=[_$as_cr_Letters][_$as_cr_alnum]*
19581 sed -n '
19582 s/.\{148\}/&'"$ac_delim"'/g
19583 t rset
19584 :rset
19585 s/^[     ]*#[    ]*define[       ][      ]*/ /
19586 t def
19587 d
19588 :def
19589 s/\\$//
19590 t bsnl
19591 s/["\\]/\\&/g
19592 s/^ \('"$ac_word_re"'\)\(([^()]*)\)[     ]*\(.*\)/P["\1"]="\2"\
19593 D["\1"]=" \3"/p
19594 s/^ \('"$ac_word_re"'\)[         ]*\(.*\)/D["\1"]=" \2"/p
19595 d
19596 :bsnl
19597 s/["\\]/\\&/g
19598 s/^ \('"$ac_word_re"'\)\(([^()]*)\)[     ]*\(.*\)/P["\1"]="\2"\
19599 D["\1"]=" \3\\\\\\n"\\/p
19600 t cont
19601 s/^ \('"$ac_word_re"'\)[         ]*\(.*\)/D["\1"]=" \2\\\\\\n"\\/p
19602 t cont
19603 d
19604 :cont
19605 n
19606 s/.\{148\}/&'"$ac_delim"'/g
19607 t clear
19608 :clear
19609 s/\\$//
19610 t bsnlc
19611 s/["\\]/\\&/g; s/^/"/; s/$/"/p
19612 d
19613 :bsnlc
19614 s/["\\]/\\&/g; s/^/"/; s/$/\\\\\\n"\\/p
19615 b cont
19616 ' <confdefs.h | sed '
19617 s/'"$ac_delim"'/"\\\
19618 "/g' >>$CONFIG_STATUS || ac_write_fail=1
19619
19620 cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1
19621   for (key in D) D_is_set[key] = 1
19622   FS = "\a"
19623 }
19624 /^[\t ]*#[\t ]*(define|undef)[\t ]+$ac_word_re([\t (]|\$)/ {
19625   line = \$ 0
19626   split(line, arg, " ")
19627   if (arg[1] == "#") {
19628     defundef = arg[2]
19629     mac1 = arg[3]
19630   } else {
19631     defundef = substr(arg[1], 2)
19632     mac1 = arg[2]
19633   }
19634   split(mac1, mac2, "(") #)
19635   macro = mac2[1]
19636   prefix = substr(line, 1, index(line, defundef) - 1)
19637   if (D_is_set[macro]) {
19638     # Preserve the white space surrounding the "#".
19639     print prefix "define", macro P[macro] D[macro]
19640     next
19641   } else {
19642     # Replace #undef with comments.  This is necessary, for example,
19643     # in the case of _POSIX_SOURCE, which is predefined and required
19644     # on some systems where configure will not decide to define it.
19645     if (defundef == "undef") {
19646       print "/*", prefix defundef, macro, "*/"
19647       next
19648     }
19649   }
19650 }
19651 { print }
19652 _ACAWK
19653 _ACEOF
19654 cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1
19655   as_fn_error "could not setup config headers machinery" "$LINENO" 5
19656 fi # test -n "$CONFIG_HEADERS"
19657
19658
19659 eval set X "  :F $CONFIG_FILES  :H $CONFIG_HEADERS    :C $CONFIG_COMMANDS"
19660 shift
19661 for ac_tag
19662 do
19663   case $ac_tag in
19664   :[FHLC]) ac_mode=$ac_tag; continue;;
19665   esac
19666   case $ac_mode$ac_tag in
19667   :[FHL]*:*);;
19668   :L* | :C*:*) as_fn_error "invalid tag \`$ac_tag'" "$LINENO" 5;;
19669   :[FH]-) ac_tag=-:-;;
19670   :[FH]*) ac_tag=$ac_tag:$ac_tag.in;;
19671   esac
19672   ac_save_IFS=$IFS
19673   IFS=:
19674   set x $ac_tag
19675   IFS=$ac_save_IFS
19676   shift
19677   ac_file=$1
19678   shift
19679
19680   case $ac_mode in
19681   :L) ac_source=$1;;
19682   :[FH])
19683     ac_file_inputs=
19684     for ac_f
19685     do
19686       case $ac_f in
19687       -) ac_f="$tmp/stdin";;
19688       *) # Look for the file first in the build tree, then in the source tree
19689          # (if the path is not absolute).  The absolute path cannot be DOS-style,
19690          # because $ac_f cannot contain `:'.
19691          test -f "$ac_f" ||
19692            case $ac_f in
19693            [\\/$]*) false;;
19694            *) test -f "$srcdir/$ac_f" && ac_f="$srcdir/$ac_f";;
19695            esac ||
19696            as_fn_error "cannot find input file: \`$ac_f'" "$LINENO" 5;;
19697       esac
19698       case $ac_f in *\'*) ac_f=`$as_echo "$ac_f" | sed "s/'/'\\\\\\\\''/g"`;; esac
19699       as_fn_append ac_file_inputs " '$ac_f'"
19700     done
19701
19702     # Let's still pretend it is `configure' which instantiates (i.e., don't
19703     # use $as_me), people would be surprised to read:
19704     #    /* config.h.  Generated by config.status.  */
19705     configure_input='Generated from '`
19706           $as_echo "$*" | sed 's|^[^:]*/||;s|:[^:]*/|, |g'
19707         `' by configure.'
19708     if test x"$ac_file" != x-; then
19709       configure_input="$ac_file.  $configure_input"
19710       { $as_echo "$as_me:${as_lineno-$LINENO}: creating $ac_file" >&5
19711 $as_echo "$as_me: creating $ac_file" >&6;}
19712     fi
19713     # Neutralize special characters interpreted by sed in replacement strings.
19714     case $configure_input in #(
19715     *\&* | *\|* | *\\* )
19716        ac_sed_conf_input=`$as_echo "$configure_input" |
19717        sed 's/[\\\\&|]/\\\\&/g'`;; #(
19718     *) ac_sed_conf_input=$configure_input;;
19719     esac
19720
19721     case $ac_tag in
19722     *:-:* | *:-) cat >"$tmp/stdin" \
19723       || as_fn_error "could not create $ac_file" "$LINENO" 5 ;;
19724     esac
19725     ;;
19726   esac
19727
19728   ac_dir=`$as_dirname -- "$ac_file" ||
19729 $as_expr X"$ac_file" : 'X\(.*[^/]\)//*[^/][^/]*/*$' \| \
19730          X"$ac_file" : 'X\(//\)[^/]' \| \
19731          X"$ac_file" : 'X\(//\)$' \| \
19732          X"$ac_file" : 'X\(/\)' \| . 2>/dev/null ||
19733 $as_echo X"$ac_file" |
19734     sed '/^X\(.*[^/]\)\/\/*[^/][^/]*\/*$/{
19735             s//\1/
19736             q
19737           }
19738           /^X\(\/\/\)[^/].*/{
19739             s//\1/
19740             q
19741           }
19742           /^X\(\/\/\)$/{
19743             s//\1/
19744             q
19745           }
19746           /^X\(\/\).*/{
19747             s//\1/
19748             q
19749           }
19750           s/.*/./; q'`
19751   as_dir="$ac_dir"; as_fn_mkdir_p
19752   ac_builddir=.
19753
19754 case "$ac_dir" in
19755 .) ac_dir_suffix= ac_top_builddir_sub=. ac_top_build_prefix= ;;
19756 *)
19757   ac_dir_suffix=/`$as_echo "$ac_dir" | sed 's|^\.[\\/]||'`
19758   # A ".." for each directory in $ac_dir_suffix.
19759   ac_top_builddir_sub=`$as_echo "$ac_dir_suffix" | sed 's|/[^\\/]*|/..|g;s|/||'`
19760   case $ac_top_builddir_sub in
19761   "") ac_top_builddir_sub=. ac_top_build_prefix= ;;
19762   *)  ac_top_build_prefix=$ac_top_builddir_sub/ ;;
19763   esac ;;
19764 esac
19765 ac_abs_top_builddir=$ac_pwd
19766 ac_abs_builddir=$ac_pwd$ac_dir_suffix
19767 # for backward compatibility:
19768 ac_top_builddir=$ac_top_build_prefix
19769
19770 case $srcdir in
19771   .)  # We are building in place.
19772     ac_srcdir=.
19773     ac_top_srcdir=$ac_top_builddir_sub
19774     ac_abs_top_srcdir=$ac_pwd ;;
19775   [\\/]* | ?:[\\/]* )  # Absolute name.
19776     ac_srcdir=$srcdir$ac_dir_suffix;
19777     ac_top_srcdir=$srcdir
19778     ac_abs_top_srcdir=$srcdir ;;
19779   *) # Relative name.
19780     ac_srcdir=$ac_top_build_prefix$srcdir$ac_dir_suffix
19781     ac_top_srcdir=$ac_top_build_prefix$srcdir
19782     ac_abs_top_srcdir=$ac_pwd/$srcdir ;;
19783 esac
19784 ac_abs_srcdir=$ac_abs_top_srcdir$ac_dir_suffix
19785
19786
19787   case $ac_mode in
19788   :F)
19789   #
19790   # CONFIG_FILE
19791   #
19792
19793   case $INSTALL in
19794   [\\/$]* | ?:[\\/]* ) ac_INSTALL=$INSTALL ;;
19795   *) ac_INSTALL=$ac_top_build_prefix$INSTALL ;;
19796   esac
19797 _ACEOF
19798
19799 cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1
19800 # If the template does not know about datarootdir, expand it.
19801 # FIXME: This hack should be removed a few years after 2.60.
19802 ac_datarootdir_hack=; ac_datarootdir_seen=
19803 ac_sed_dataroot='
19804 /datarootdir/ {
19805   p
19806   q
19807 }
19808 /@datadir@/p
19809 /@docdir@/p
19810 /@infodir@/p
19811 /@localedir@/p
19812 /@mandir@/p'
19813 case `eval "sed -n \"\$ac_sed_dataroot\" $ac_file_inputs"` in
19814 *datarootdir*) ac_datarootdir_seen=yes;;
19815 *@datadir@*|*@docdir@*|*@infodir@*|*@localedir@*|*@mandir@*)
19816   { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: $ac_file_inputs seems to ignore the --datarootdir setting" >&5
19817 $as_echo "$as_me: WARNING: $ac_file_inputs seems to ignore the --datarootdir setting" >&2;}
19818 _ACEOF
19819 cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1
19820   ac_datarootdir_hack='
19821   s&@datadir@&$datadir&g
19822   s&@docdir@&$docdir&g
19823   s&@infodir@&$infodir&g
19824   s&@localedir@&$localedir&g
19825   s&@mandir@&$mandir&g
19826   s&\\\${datarootdir}&$datarootdir&g' ;;
19827 esac
19828 _ACEOF
19829
19830 # Neutralize VPATH when `$srcdir' = `.'.
19831 # Shell code in configure.ac might set extrasub.
19832 # FIXME: do we really want to maintain this feature?
19833 cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1
19834 ac_sed_extra="$ac_vpsub
19835 $extrasub
19836 _ACEOF
19837 cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1
19838 :t
19839 /@[a-zA-Z_][a-zA-Z_0-9]*@/!b
19840 s|@configure_input@|$ac_sed_conf_input|;t t
19841 s&@top_builddir@&$ac_top_builddir_sub&;t t
19842 s&@top_build_prefix@&$ac_top_build_prefix&;t t
19843 s&@srcdir@&$ac_srcdir&;t t
19844 s&@abs_srcdir@&$ac_abs_srcdir&;t t
19845 s&@top_srcdir@&$ac_top_srcdir&;t t
19846 s&@abs_top_srcdir@&$ac_abs_top_srcdir&;t t
19847 s&@builddir@&$ac_builddir&;t t
19848 s&@abs_builddir@&$ac_abs_builddir&;t t
19849 s&@abs_top_builddir@&$ac_abs_top_builddir&;t t
19850 s&@INSTALL@&$ac_INSTALL&;t t
19851 $ac_datarootdir_hack
19852 "
19853 eval sed \"\$ac_sed_extra\" "$ac_file_inputs" |
19854 if $ac_cs_awk_getline; then
19855   $AWK -f "$tmp/subs.awk"
19856 else
19857   $AWK -f "$tmp/subs.awk" | $SHELL
19858 fi >$tmp/out \
19859   || as_fn_error "could not create $ac_file" "$LINENO" 5
19860
19861 test -z "$ac_datarootdir_hack$ac_datarootdir_seen" &&
19862   { ac_out=`sed -n '/\${datarootdir}/p' "$tmp/out"`; test -n "$ac_out"; } &&
19863   { ac_out=`sed -n '/^[  ]*datarootdir[  ]*:*=/p' "$tmp/out"`; test -z "$ac_out"; } &&
19864   { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: $ac_file contains a reference to the variable \`datarootdir'
19865 which seems to be undefined.  Please make sure it is defined." >&5
19866 $as_echo "$as_me: WARNING: $ac_file contains a reference to the variable \`datarootdir'
19867 which seems to be undefined.  Please make sure it is defined." >&2;}
19868
19869   rm -f "$tmp/stdin"
19870   case $ac_file in
19871   -) cat "$tmp/out" && rm -f "$tmp/out";;
19872   *) rm -f "$ac_file" && mv "$tmp/out" "$ac_file";;
19873   esac \
19874   || as_fn_error "could not create $ac_file" "$LINENO" 5
19875  ;;
19876   :H)
19877   #
19878   # CONFIG_HEADER
19879   #
19880   if test x"$ac_file" != x-; then
19881     {
19882       $as_echo "/* $configure_input  */" \
19883       && eval '$AWK -f "$tmp/defines.awk"' "$ac_file_inputs"
19884     } >"$tmp/config.h" \
19885       || as_fn_error "could not create $ac_file" "$LINENO" 5
19886     if diff "$ac_file" "$tmp/config.h" >/dev/null 2>&1; then
19887       { $as_echo "$as_me:${as_lineno-$LINENO}: $ac_file is unchanged" >&5
19888 $as_echo "$as_me: $ac_file is unchanged" >&6;}
19889     else
19890       rm -f "$ac_file"
19891       mv "$tmp/config.h" "$ac_file" \
19892         || as_fn_error "could not create $ac_file" "$LINENO" 5
19893     fi
19894   else
19895     $as_echo "/* $configure_input  */" \
19896       && eval '$AWK -f "$tmp/defines.awk"' "$ac_file_inputs" \
19897       || as_fn_error "could not create -" "$LINENO" 5
19898   fi
19899  ;;
19900
19901   :C)  { $as_echo "$as_me:${as_lineno-$LINENO}: executing $ac_file commands" >&5
19902 $as_echo "$as_me: executing $ac_file commands" >&6;}
19903  ;;
19904   esac
19905
19906
19907   case $ac_file$ac_mode in
19908     "include/stamp-h":C) echo timestamp > include/stamp-h ;;
19909     "dlls/gdi32/enhmfdrv":C) test -d "dlls/gdi32/enhmfdrv" || ({ $as_echo "$as_me:${as_lineno-$LINENO}: creating dlls/gdi32/enhmfdrv" >&5
19910 $as_echo "$as_me: creating dlls/gdi32/enhmfdrv" >&6;} && mkdir "dlls/gdi32/enhmfdrv") ;;
19911     "dlls/gdi32/mfdrv":C) test -d "dlls/gdi32/mfdrv" || ({ $as_echo "$as_me:${as_lineno-$LINENO}: creating dlls/gdi32/mfdrv" >&5
19912 $as_echo "$as_me: creating dlls/gdi32/mfdrv" >&6;} && mkdir "dlls/gdi32/mfdrv") ;;
19913     "dlls/kernel32/nls":C) test -d "dlls/kernel32/nls" || ({ $as_echo "$as_me:${as_lineno-$LINENO}: creating dlls/kernel32/nls" >&5
19914 $as_echo "$as_me: creating dlls/kernel32/nls" >&6;} && mkdir "dlls/kernel32/nls") ;;
19915     "dlls/user32/resources":C) test -d "dlls/user32/resources" || ({ $as_echo "$as_me:${as_lineno-$LINENO}: creating dlls/user32/resources" >&5
19916 $as_echo "$as_me: creating dlls/user32/resources" >&6;} && mkdir "dlls/user32/resources") ;;
19917     "dlls/wineps.drv/data":C) test -d "dlls/wineps.drv/data" || ({ $as_echo "$as_me:${as_lineno-$LINENO}: creating dlls/wineps.drv/data" >&5
19918 $as_echo "$as_me: creating dlls/wineps.drv/data" >&6;} && mkdir "dlls/wineps.drv/data") ;;
19919     "include/wine":C) test -d "include/wine" || ({ $as_echo "$as_me:${as_lineno-$LINENO}: creating include/wine" >&5
19920 $as_echo "$as_me: creating include/wine" >&6;} && mkdir "include/wine") ;;
19921
19922   esac
19923 done # for ac_tag
19924
19925
19926 as_fn_exit 0
19927 _ACEOF
19928 ac_clean_files=$ac_clean_files_save
19929
19930 test $ac_write_fail = 0 ||
19931   as_fn_error "write failure creating $CONFIG_STATUS" "$LINENO" 5
19932
19933
19934 # configure is writing to config.log, and then calls config.status.
19935 # config.status does its own redirection, appending to config.log.
19936 # Unfortunately, on DOS this fails, as config.log is still kept open
19937 # by configure, so config.status won't be able to write to it; its
19938 # output is simply discarded.  So we exec the FD to /dev/null,
19939 # effectively closing config.log, so it can be properly (re)opened and
19940 # appended to by config.status.  When coming back to configure, we
19941 # need to make the FD available again.
19942 if test "$no_create" != yes; then
19943   ac_cs_success=:
19944   ac_config_status_args=
19945   test "$silent" = yes &&
19946     ac_config_status_args="$ac_config_status_args --quiet"
19947   exec 5>/dev/null
19948   $SHELL $CONFIG_STATUS $ac_config_status_args || ac_cs_success=false
19949   exec 5>>config.log
19950   # Use ||, not &&, to avoid exiting from the if with $? = 1, which
19951   # would make configure fail if this is the last instruction.
19952   $ac_cs_success || as_fn_exit $?
19953 fi
19954 if test -n "$ac_unrecognized_opts" && test "$enable_option_checking" != no; then
19955   { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: unrecognized options: $ac_unrecognized_opts" >&5
19956 $as_echo "$as_me: WARNING: unrecognized options: $ac_unrecognized_opts" >&2;}
19957 fi
19958
19959
19960 if test "$no_create" = "yes"
19961 then
19962   exit 0
19963 fi
19964
19965 ac_save_IFS="$IFS"
19966 if test "x$wine_notices != "x; then
19967     echo >&6
19968     IFS="|"
19969     for msg in $wine_notices; do
19970         IFS="$ac_save_IFS"
19971         if test -n "$msg"; then
19972             { $as_echo "$as_me:${as_lineno-$LINENO}: $msg" >&5
19973 $as_echo "$as_me: $msg" >&6;}
19974         fi
19975     done
19976 fi
19977 IFS="|"
19978 for msg in $wine_warnings; do
19979     IFS="$ac_save_IFS"
19980     if test -n "$msg"; then
19981         echo >&2
19982         { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: $msg" >&5
19983 $as_echo "$as_me: WARNING: $msg" >&2;}
19984     fi
19985 done
19986 IFS="$ac_save_IFS"
19987
19988 echo "
19989 $as_me: Finished.  Do '${ac_make} depend && ${ac_make}' to compile Wine.
19990 " >&6
19991