configure: Disable installation of a number of extra files for the Wow64 build.
[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.27.
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.27'
553 PACKAGE_STRING='Wine 1.1.27'
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 SOCKETLIBS
613 CRTLIBS
614 LDPATH
615 BUILTINFLAG
616 EXTRACFLAGS
617 LIBKSTAT
618 PNGINCL
619 FONTCONFIGINCL
620 CUPSINCL
621 AUDIOIOLIBS
622 ALSALIBS
623 ESDLIBS
624 ESDINCL
625 ESDCONFIG
626 ZLIB
627 FREETYPEINCL
628 FREETYPELIBS
629 ft_devel
630 LCMSLIBS
631 RESOLVLIBS
632 GPHOTO2INCL
633 GPHOTO2LIBS
634 gphoto2port_devel
635 gphoto2_devel
636 SANEINCL
637 sane_devel
638 GNUTLSINCL
639 HALINCL
640 XSLTINCL
641 XML2INCL
642 XML2LIBS
643 NASLIBS
644 X_EXTRA_LIBS
645 X_LIBS
646 X_PRE_LIBS
647 X_CFLAGS
648 XMKMF
649 LIBPTHREAD
650 CROSSTARGETFLAGS
651 CROSSTEST
652 CROSSCC
653 CARBONLIB
654 COREAUDIO
655 DISKARBITRATIONLIB
656 LDEXECFLAGS
657 IOKITLIB
658 COREFOUNDATIONLIB
659 SECURITYLIB
660 MINGWAR
661 DLLWRAP
662 DLLTOOL
663 LDD
664 LDRPATH_LOCAL
665 LDRPATH_INSTALL
666 IMPLIBEXT
667 LIBEXT
668 LDDLLFLAGS
669 LDSHARED
670 DLLFLAGS
671 DLLEXT
672 CPP
673 OPENGL_LIBS
674 XLIB
675 PRELINK
676 ICOTOOL
677 RSVG
678 PKG_CONFIG
679 FONTFORGE
680 LINTFLAGS
681 LINT
682 INSTALL_DATA
683 INSTALL_SCRIPT
684 INSTALL_PROGRAM
685 LDCONFIG
686 EGREP
687 GREP
688 LN
689 LN_S
690 STRIP
691 RANLIB
692 ARFLAGS
693 ac_ct_AR
694 AR
695 BISON
696 FLEX
697 TOOLSDIR
698 WOW64_DISABLE
699 WIN16_INSTALL
700 WIN16_FILES
701 TARGETFLAGS
702 CPPBIN
703 ac_ct_CXX
704 CXXFLAGS
705 CXX
706 OBJEXT
707 EXEEXT
708 ac_ct_CC
709 CPPFLAGS
710 LDFLAGS
711 CFLAGS
712 CC
713 SET_MAKE
714 host_os
715 host_vendor
716 host_cpu
717 host
718 build_os
719 build_vendor
720 build_cpu
721 build
722 MAINTAINER_MODE
723 target_alias
724 host_alias
725 build_alias
726 LIBS
727 ECHO_T
728 ECHO_N
729 ECHO_C
730 DEFS
731 mandir
732 localedir
733 libdir
734 psdir
735 pdfdir
736 dvidir
737 htmldir
738 infodir
739 docdir
740 oldincludedir
741 includedir
742 localstatedir
743 sharedstatedir
744 sysconfdir
745 datadir
746 datarootdir
747 libexecdir
748 sbindir
749 bindir
750 program_transform_name
751 prefix
752 exec_prefix
753 PACKAGE_URL
754 PACKAGE_BUGREPORT
755 PACKAGE_STRING
756 PACKAGE_VERSION
757 PACKAGE_TARNAME
758 PACKAGE_NAME
759 PATH_SEPARATOR
760 SHELL'
761 ac_subst_files='MAKE_RULES
762 MAKE_DLL_RULES
763 MAKE_IMPLIB_RULES
764 MAKE_TEST_RULES
765 MAKE_PROG_RULES'
766 ac_user_opts='
767 enable_option_checking
768 enable_win16
769 enable_win64
770 enable_tests
771 enable_maintainer_mode
772 with_alsa
773 with_audioio
774 with_capi
775 with_cms
776 with_coreaudio
777 with_cups
778 with_curses
779 with_esd
780 with_fontconfig
781 with_freetype
782 with_gphoto
783 with_glu
784 with_gnutls
785 with_libgsm
786 with_hal
787 with_jack
788 with_jpeg
789 with_ldap
790 with_nas
791 with_opengl
792 with_openssl
793 with_oss
794 with_png
795 with_pthread
796 with_sane
797 with_xcomposite
798 with_xcursor
799 with_xinerama
800 with_xinput
801 with_xml
802 with_xrandr
803 with_xrender
804 with_xshape
805 with_xshm
806 with_xslt
807 with_xxf86vm
808 with_wine_tools
809 with_wine64
810 with_x
811 '
812       ac_precious_vars='build_alias
813 host_alias
814 target_alias
815 CC
816 CFLAGS
817 LDFLAGS
818 LIBS
819 CPPFLAGS
820 CXX
821 CXXFLAGS
822 CCC
823 CPP
824 XMKMF'
825
826
827 # Initialize some variables set by options.
828 ac_init_help=
829 ac_init_version=false
830 ac_unrecognized_opts=
831 ac_unrecognized_sep=
832 # The variables have the same names as the options, with
833 # dashes changed to underlines.
834 cache_file=/dev/null
835 exec_prefix=NONE
836 no_create=
837 no_recursion=
838 prefix=NONE
839 program_prefix=NONE
840 program_suffix=NONE
841 program_transform_name=s,x,x,
842 silent=
843 site=
844 srcdir=
845 verbose=
846 x_includes=NONE
847 x_libraries=NONE
848
849 # Installation directory options.
850 # These are left unexpanded so users can "make install exec_prefix=/foo"
851 # and all the variables that are supposed to be based on exec_prefix
852 # by default will actually change.
853 # Use braces instead of parens because sh, perl, etc. also accept them.
854 # (The list follows the same order as the GNU Coding Standards.)
855 bindir='${exec_prefix}/bin'
856 sbindir='${exec_prefix}/sbin'
857 libexecdir='${exec_prefix}/libexec'
858 datarootdir='${prefix}/share'
859 datadir='${datarootdir}'
860 sysconfdir='${prefix}/etc'
861 sharedstatedir='${prefix}/com'
862 localstatedir='${prefix}/var'
863 includedir='${prefix}/include'
864 oldincludedir='/usr/include'
865 docdir='${datarootdir}/doc/${PACKAGE_TARNAME}'
866 infodir='${datarootdir}/info'
867 htmldir='${docdir}'
868 dvidir='${docdir}'
869 pdfdir='${docdir}'
870 psdir='${docdir}'
871 libdir='${exec_prefix}/lib'
872 localedir='${datarootdir}/locale'
873 mandir='${datarootdir}/man'
874
875 ac_prev=
876 ac_dashdash=
877 for ac_option
878 do
879   # If the previous option needs an argument, assign it.
880   if test -n "$ac_prev"; then
881     eval $ac_prev=\$ac_option
882     ac_prev=
883     continue
884   fi
885
886   case $ac_option in
887   *=*)  ac_optarg=`expr "X$ac_option" : '[^=]*=\(.*\)'` ;;
888   *)    ac_optarg=yes ;;
889   esac
890
891   # Accept the important Cygnus configure options, so we can diagnose typos.
892
893   case $ac_dashdash$ac_option in
894   --)
895     ac_dashdash=yes ;;
896
897   -bindir | --bindir | --bindi | --bind | --bin | --bi)
898     ac_prev=bindir ;;
899   -bindir=* | --bindir=* | --bindi=* | --bind=* | --bin=* | --bi=*)
900     bindir=$ac_optarg ;;
901
902   -build | --build | --buil | --bui | --bu)
903     ac_prev=build_alias ;;
904   -build=* | --build=* | --buil=* | --bui=* | --bu=*)
905     build_alias=$ac_optarg ;;
906
907   -cache-file | --cache-file | --cache-fil | --cache-fi \
908   | --cache-f | --cache- | --cache | --cach | --cac | --ca | --c)
909     ac_prev=cache_file ;;
910   -cache-file=* | --cache-file=* | --cache-fil=* | --cache-fi=* \
911   | --cache-f=* | --cache-=* | --cache=* | --cach=* | --cac=* | --ca=* | --c=*)
912     cache_file=$ac_optarg ;;
913
914   --config-cache | -C)
915     cache_file=config.cache ;;
916
917   -datadir | --datadir | --datadi | --datad)
918     ac_prev=datadir ;;
919   -datadir=* | --datadir=* | --datadi=* | --datad=*)
920     datadir=$ac_optarg ;;
921
922   -datarootdir | --datarootdir | --datarootdi | --datarootd | --dataroot \
923   | --dataroo | --dataro | --datar)
924     ac_prev=datarootdir ;;
925   -datarootdir=* | --datarootdir=* | --datarootdi=* | --datarootd=* \
926   | --dataroot=* | --dataroo=* | --dataro=* | --datar=*)
927     datarootdir=$ac_optarg ;;
928
929   -disable-* | --disable-*)
930     ac_useropt=`expr "x$ac_option" : 'x-*disable-\(.*\)'`
931     # Reject names that are not valid shell variable names.
932     expr "x$ac_useropt" : ".*[^-+._$as_cr_alnum]" >/dev/null &&
933       as_fn_error "invalid feature name: $ac_useropt"
934     ac_useropt_orig=$ac_useropt
935     ac_useropt=`$as_echo "$ac_useropt" | sed 's/[-+.]/_/g'`
936     case $ac_user_opts in
937       *"
938 "enable_$ac_useropt"
939 "*) ;;
940       *) ac_unrecognized_opts="$ac_unrecognized_opts$ac_unrecognized_sep--disable-$ac_useropt_orig"
941          ac_unrecognized_sep=', ';;
942     esac
943     eval enable_$ac_useropt=no ;;
944
945   -docdir | --docdir | --docdi | --doc | --do)
946     ac_prev=docdir ;;
947   -docdir=* | --docdir=* | --docdi=* | --doc=* | --do=*)
948     docdir=$ac_optarg ;;
949
950   -dvidir | --dvidir | --dvidi | --dvid | --dvi | --dv)
951     ac_prev=dvidir ;;
952   -dvidir=* | --dvidir=* | --dvidi=* | --dvid=* | --dvi=* | --dv=*)
953     dvidir=$ac_optarg ;;
954
955   -enable-* | --enable-*)
956     ac_useropt=`expr "x$ac_option" : 'x-*enable-\([^=]*\)'`
957     # Reject names that are not valid shell variable names.
958     expr "x$ac_useropt" : ".*[^-+._$as_cr_alnum]" >/dev/null &&
959       as_fn_error "invalid feature name: $ac_useropt"
960     ac_useropt_orig=$ac_useropt
961     ac_useropt=`$as_echo "$ac_useropt" | sed 's/[-+.]/_/g'`
962     case $ac_user_opts in
963       *"
964 "enable_$ac_useropt"
965 "*) ;;
966       *) ac_unrecognized_opts="$ac_unrecognized_opts$ac_unrecognized_sep--enable-$ac_useropt_orig"
967          ac_unrecognized_sep=', ';;
968     esac
969     eval enable_$ac_useropt=\$ac_optarg ;;
970
971   -exec-prefix | --exec_prefix | --exec-prefix | --exec-prefi \
972   | --exec-pref | --exec-pre | --exec-pr | --exec-p | --exec- \
973   | --exec | --exe | --ex)
974     ac_prev=exec_prefix ;;
975   -exec-prefix=* | --exec_prefix=* | --exec-prefix=* | --exec-prefi=* \
976   | --exec-pref=* | --exec-pre=* | --exec-pr=* | --exec-p=* | --exec-=* \
977   | --exec=* | --exe=* | --ex=*)
978     exec_prefix=$ac_optarg ;;
979
980   -gas | --gas | --ga | --g)
981     # Obsolete; use --with-gas.
982     with_gas=yes ;;
983
984   -help | --help | --hel | --he | -h)
985     ac_init_help=long ;;
986   -help=r* | --help=r* | --hel=r* | --he=r* | -hr*)
987     ac_init_help=recursive ;;
988   -help=s* | --help=s* | --hel=s* | --he=s* | -hs*)
989     ac_init_help=short ;;
990
991   -host | --host | --hos | --ho)
992     ac_prev=host_alias ;;
993   -host=* | --host=* | --hos=* | --ho=*)
994     host_alias=$ac_optarg ;;
995
996   -htmldir | --htmldir | --htmldi | --htmld | --html | --htm | --ht)
997     ac_prev=htmldir ;;
998   -htmldir=* | --htmldir=* | --htmldi=* | --htmld=* | --html=* | --htm=* \
999   | --ht=*)
1000     htmldir=$ac_optarg ;;
1001
1002   -includedir | --includedir | --includedi | --included | --include \
1003   | --includ | --inclu | --incl | --inc)
1004     ac_prev=includedir ;;
1005   -includedir=* | --includedir=* | --includedi=* | --included=* | --include=* \
1006   | --includ=* | --inclu=* | --incl=* | --inc=*)
1007     includedir=$ac_optarg ;;
1008
1009   -infodir | --infodir | --infodi | --infod | --info | --inf)
1010     ac_prev=infodir ;;
1011   -infodir=* | --infodir=* | --infodi=* | --infod=* | --info=* | --inf=*)
1012     infodir=$ac_optarg ;;
1013
1014   -libdir | --libdir | --libdi | --libd)
1015     ac_prev=libdir ;;
1016   -libdir=* | --libdir=* | --libdi=* | --libd=*)
1017     libdir=$ac_optarg ;;
1018
1019   -libexecdir | --libexecdir | --libexecdi | --libexecd | --libexec \
1020   | --libexe | --libex | --libe)
1021     ac_prev=libexecdir ;;
1022   -libexecdir=* | --libexecdir=* | --libexecdi=* | --libexecd=* | --libexec=* \
1023   | --libexe=* | --libex=* | --libe=*)
1024     libexecdir=$ac_optarg ;;
1025
1026   -localedir | --localedir | --localedi | --localed | --locale)
1027     ac_prev=localedir ;;
1028   -localedir=* | --localedir=* | --localedi=* | --localed=* | --locale=*)
1029     localedir=$ac_optarg ;;
1030
1031   -localstatedir | --localstatedir | --localstatedi | --localstated \
1032   | --localstate | --localstat | --localsta | --localst | --locals)
1033     ac_prev=localstatedir ;;
1034   -localstatedir=* | --localstatedir=* | --localstatedi=* | --localstated=* \
1035   | --localstate=* | --localstat=* | --localsta=* | --localst=* | --locals=*)
1036     localstatedir=$ac_optarg ;;
1037
1038   -mandir | --mandir | --mandi | --mand | --man | --ma | --m)
1039     ac_prev=mandir ;;
1040   -mandir=* | --mandir=* | --mandi=* | --mand=* | --man=* | --ma=* | --m=*)
1041     mandir=$ac_optarg ;;
1042
1043   -nfp | --nfp | --nf)
1044     # Obsolete; use --without-fp.
1045     with_fp=no ;;
1046
1047   -no-create | --no-create | --no-creat | --no-crea | --no-cre \
1048   | --no-cr | --no-c | -n)
1049     no_create=yes ;;
1050
1051   -no-recursion | --no-recursion | --no-recursio | --no-recursi \
1052   | --no-recurs | --no-recur | --no-recu | --no-rec | --no-re | --no-r)
1053     no_recursion=yes ;;
1054
1055   -oldincludedir | --oldincludedir | --oldincludedi | --oldincluded \
1056   | --oldinclude | --oldinclud | --oldinclu | --oldincl | --oldinc \
1057   | --oldin | --oldi | --old | --ol | --o)
1058     ac_prev=oldincludedir ;;
1059   -oldincludedir=* | --oldincludedir=* | --oldincludedi=* | --oldincluded=* \
1060   | --oldinclude=* | --oldinclud=* | --oldinclu=* | --oldincl=* | --oldinc=* \
1061   | --oldin=* | --oldi=* | --old=* | --ol=* | --o=*)
1062     oldincludedir=$ac_optarg ;;
1063
1064   -prefix | --prefix | --prefi | --pref | --pre | --pr | --p)
1065     ac_prev=prefix ;;
1066   -prefix=* | --prefix=* | --prefi=* | --pref=* | --pre=* | --pr=* | --p=*)
1067     prefix=$ac_optarg ;;
1068
1069   -program-prefix | --program-prefix | --program-prefi | --program-pref \
1070   | --program-pre | --program-pr | --program-p)
1071     ac_prev=program_prefix ;;
1072   -program-prefix=* | --program-prefix=* | --program-prefi=* \
1073   | --program-pref=* | --program-pre=* | --program-pr=* | --program-p=*)
1074     program_prefix=$ac_optarg ;;
1075
1076   -program-suffix | --program-suffix | --program-suffi | --program-suff \
1077   | --program-suf | --program-su | --program-s)
1078     ac_prev=program_suffix ;;
1079   -program-suffix=* | --program-suffix=* | --program-suffi=* \
1080   | --program-suff=* | --program-suf=* | --program-su=* | --program-s=*)
1081     program_suffix=$ac_optarg ;;
1082
1083   -program-transform-name | --program-transform-name \
1084   | --program-transform-nam | --program-transform-na \
1085   | --program-transform-n | --program-transform- \
1086   | --program-transform | --program-transfor \
1087   | --program-transfo | --program-transf \
1088   | --program-trans | --program-tran \
1089   | --progr-tra | --program-tr | --program-t)
1090     ac_prev=program_transform_name ;;
1091   -program-transform-name=* | --program-transform-name=* \
1092   | --program-transform-nam=* | --program-transform-na=* \
1093   | --program-transform-n=* | --program-transform-=* \
1094   | --program-transform=* | --program-transfor=* \
1095   | --program-transfo=* | --program-transf=* \
1096   | --program-trans=* | --program-tran=* \
1097   | --progr-tra=* | --program-tr=* | --program-t=*)
1098     program_transform_name=$ac_optarg ;;
1099
1100   -pdfdir | --pdfdir | --pdfdi | --pdfd | --pdf | --pd)
1101     ac_prev=pdfdir ;;
1102   -pdfdir=* | --pdfdir=* | --pdfdi=* | --pdfd=* | --pdf=* | --pd=*)
1103     pdfdir=$ac_optarg ;;
1104
1105   -psdir | --psdir | --psdi | --psd | --ps)
1106     ac_prev=psdir ;;
1107   -psdir=* | --psdir=* | --psdi=* | --psd=* | --ps=*)
1108     psdir=$ac_optarg ;;
1109
1110   -q | -quiet | --quiet | --quie | --qui | --qu | --q \
1111   | -silent | --silent | --silen | --sile | --sil)
1112     silent=yes ;;
1113
1114   -sbindir | --sbindir | --sbindi | --sbind | --sbin | --sbi | --sb)
1115     ac_prev=sbindir ;;
1116   -sbindir=* | --sbindir=* | --sbindi=* | --sbind=* | --sbin=* \
1117   | --sbi=* | --sb=*)
1118     sbindir=$ac_optarg ;;
1119
1120   -sharedstatedir | --sharedstatedir | --sharedstatedi \
1121   | --sharedstated | --sharedstate | --sharedstat | --sharedsta \
1122   | --sharedst | --shareds | --shared | --share | --shar \
1123   | --sha | --sh)
1124     ac_prev=sharedstatedir ;;
1125   -sharedstatedir=* | --sharedstatedir=* | --sharedstatedi=* \
1126   | --sharedstated=* | --sharedstate=* | --sharedstat=* | --sharedsta=* \
1127   | --sharedst=* | --shareds=* | --shared=* | --share=* | --shar=* \
1128   | --sha=* | --sh=*)
1129     sharedstatedir=$ac_optarg ;;
1130
1131   -site | --site | --sit)
1132     ac_prev=site ;;
1133   -site=* | --site=* | --sit=*)
1134     site=$ac_optarg ;;
1135
1136   -srcdir | --srcdir | --srcdi | --srcd | --src | --sr)
1137     ac_prev=srcdir ;;
1138   -srcdir=* | --srcdir=* | --srcdi=* | --srcd=* | --src=* | --sr=*)
1139     srcdir=$ac_optarg ;;
1140
1141   -sysconfdir | --sysconfdir | --sysconfdi | --sysconfd | --sysconf \
1142   | --syscon | --sysco | --sysc | --sys | --sy)
1143     ac_prev=sysconfdir ;;
1144   -sysconfdir=* | --sysconfdir=* | --sysconfdi=* | --sysconfd=* | --sysconf=* \
1145   | --syscon=* | --sysco=* | --sysc=* | --sys=* | --sy=*)
1146     sysconfdir=$ac_optarg ;;
1147
1148   -target | --target | --targe | --targ | --tar | --ta | --t)
1149     ac_prev=target_alias ;;
1150   -target=* | --target=* | --targe=* | --targ=* | --tar=* | --ta=* | --t=*)
1151     target_alias=$ac_optarg ;;
1152
1153   -v | -verbose | --verbose | --verbos | --verbo | --verb)
1154     verbose=yes ;;
1155
1156   -version | --version | --versio | --versi | --vers | -V)
1157     ac_init_version=: ;;
1158
1159   -with-* | --with-*)
1160     ac_useropt=`expr "x$ac_option" : 'x-*with-\([^=]*\)'`
1161     # Reject names that are not valid shell variable names.
1162     expr "x$ac_useropt" : ".*[^-+._$as_cr_alnum]" >/dev/null &&
1163       as_fn_error "invalid package name: $ac_useropt"
1164     ac_useropt_orig=$ac_useropt
1165     ac_useropt=`$as_echo "$ac_useropt" | sed 's/[-+.]/_/g'`
1166     case $ac_user_opts in
1167       *"
1168 "with_$ac_useropt"
1169 "*) ;;
1170       *) ac_unrecognized_opts="$ac_unrecognized_opts$ac_unrecognized_sep--with-$ac_useropt_orig"
1171          ac_unrecognized_sep=', ';;
1172     esac
1173     eval with_$ac_useropt=\$ac_optarg ;;
1174
1175   -without-* | --without-*)
1176     ac_useropt=`expr "x$ac_option" : 'x-*without-\(.*\)'`
1177     # Reject names that are not valid shell variable names.
1178     expr "x$ac_useropt" : ".*[^-+._$as_cr_alnum]" >/dev/null &&
1179       as_fn_error "invalid package name: $ac_useropt"
1180     ac_useropt_orig=$ac_useropt
1181     ac_useropt=`$as_echo "$ac_useropt" | sed 's/[-+.]/_/g'`
1182     case $ac_user_opts in
1183       *"
1184 "with_$ac_useropt"
1185 "*) ;;
1186       *) ac_unrecognized_opts="$ac_unrecognized_opts$ac_unrecognized_sep--without-$ac_useropt_orig"
1187          ac_unrecognized_sep=', ';;
1188     esac
1189     eval with_$ac_useropt=no ;;
1190
1191   --x)
1192     # Obsolete; use --with-x.
1193     with_x=yes ;;
1194
1195   -x-includes | --x-includes | --x-include | --x-includ | --x-inclu \
1196   | --x-incl | --x-inc | --x-in | --x-i)
1197     ac_prev=x_includes ;;
1198   -x-includes=* | --x-includes=* | --x-include=* | --x-includ=* | --x-inclu=* \
1199   | --x-incl=* | --x-inc=* | --x-in=* | --x-i=*)
1200     x_includes=$ac_optarg ;;
1201
1202   -x-libraries | --x-libraries | --x-librarie | --x-librari \
1203   | --x-librar | --x-libra | --x-libr | --x-lib | --x-li | --x-l)
1204     ac_prev=x_libraries ;;
1205   -x-libraries=* | --x-libraries=* | --x-librarie=* | --x-librari=* \
1206   | --x-librar=* | --x-libra=* | --x-libr=* | --x-lib=* | --x-li=* | --x-l=*)
1207     x_libraries=$ac_optarg ;;
1208
1209   -*) as_fn_error "unrecognized option: \`$ac_option'
1210 Try \`$0 --help' for more information."
1211     ;;
1212
1213   *=*)
1214     ac_envvar=`expr "x$ac_option" : 'x\([^=]*\)='`
1215     # Reject names that are not valid shell variable names.
1216     case $ac_envvar in #(
1217       '' | [0-9]* | *[!_$as_cr_alnum]* )
1218       as_fn_error "invalid variable name: \`$ac_envvar'" ;;
1219     esac
1220     eval $ac_envvar=\$ac_optarg
1221     export $ac_envvar ;;
1222
1223   *)
1224     # FIXME: should be removed in autoconf 3.0.
1225     $as_echo "$as_me: WARNING: you should use --build, --host, --target" >&2
1226     expr "x$ac_option" : ".*[^-._$as_cr_alnum]" >/dev/null &&
1227       $as_echo "$as_me: WARNING: invalid host type: $ac_option" >&2
1228     : ${build_alias=$ac_option} ${host_alias=$ac_option} ${target_alias=$ac_option}
1229     ;;
1230
1231   esac
1232 done
1233
1234 if test -n "$ac_prev"; then
1235   ac_option=--`echo $ac_prev | sed 's/_/-/g'`
1236   as_fn_error "missing argument to $ac_option"
1237 fi
1238
1239 if test -n "$ac_unrecognized_opts"; then
1240   case $enable_option_checking in
1241     no) ;;
1242     fatal) as_fn_error "unrecognized options: $ac_unrecognized_opts" ;;
1243     *)     $as_echo "$as_me: WARNING: unrecognized options: $ac_unrecognized_opts" >&2 ;;
1244   esac
1245 fi
1246
1247 # Check all directory arguments for consistency.
1248 for ac_var in   exec_prefix prefix bindir sbindir libexecdir datarootdir \
1249                 datadir sysconfdir sharedstatedir localstatedir includedir \
1250                 oldincludedir docdir infodir htmldir dvidir pdfdir psdir \
1251                 libdir localedir mandir
1252 do
1253   eval ac_val=\$$ac_var
1254   # Remove trailing slashes.
1255   case $ac_val in
1256     */ )
1257       ac_val=`expr "X$ac_val" : 'X\(.*[^/]\)' \| "X$ac_val" : 'X\(.*\)'`
1258       eval $ac_var=\$ac_val;;
1259   esac
1260   # Be sure to have absolute directory names.
1261   case $ac_val in
1262     [\\/$]* | ?:[\\/]* )  continue;;
1263     NONE | '' ) case $ac_var in *prefix ) continue;; esac;;
1264   esac
1265   as_fn_error "expected an absolute directory name for --$ac_var: $ac_val"
1266 done
1267
1268 # There might be people who depend on the old broken behavior: `$host'
1269 # used to hold the argument of --host etc.
1270 # FIXME: To remove some day.
1271 build=$build_alias
1272 host=$host_alias
1273 target=$target_alias
1274
1275 # FIXME: To remove some day.
1276 if test "x$host_alias" != x; then
1277   if test "x$build_alias" = x; then
1278     cross_compiling=maybe
1279     $as_echo "$as_me: WARNING: If you wanted to set the --build type, don't use --host.
1280     If a cross compiler is detected then cross compile mode will be used." >&2
1281   elif test "x$build_alias" != "x$host_alias"; then
1282     cross_compiling=yes
1283   fi
1284 fi
1285
1286 ac_tool_prefix=
1287 test -n "$host_alias" && ac_tool_prefix=$host_alias-
1288
1289 test "$silent" = yes && exec 6>/dev/null
1290
1291
1292 ac_pwd=`pwd` && test -n "$ac_pwd" &&
1293 ac_ls_di=`ls -di .` &&
1294 ac_pwd_ls_di=`cd "$ac_pwd" && ls -di .` ||
1295   as_fn_error "working directory cannot be determined"
1296 test "X$ac_ls_di" = "X$ac_pwd_ls_di" ||
1297   as_fn_error "pwd does not report name of working directory"
1298
1299
1300 # Find the source files, if location was not specified.
1301 if test -z "$srcdir"; then
1302   ac_srcdir_defaulted=yes
1303   # Try the directory containing this script, then the parent directory.
1304   ac_confdir=`$as_dirname -- "$as_myself" ||
1305 $as_expr X"$as_myself" : 'X\(.*[^/]\)//*[^/][^/]*/*$' \| \
1306          X"$as_myself" : 'X\(//\)[^/]' \| \
1307          X"$as_myself" : 'X\(//\)$' \| \
1308          X"$as_myself" : 'X\(/\)' \| . 2>/dev/null ||
1309 $as_echo X"$as_myself" |
1310     sed '/^X\(.*[^/]\)\/\/*[^/][^/]*\/*$/{
1311             s//\1/
1312             q
1313           }
1314           /^X\(\/\/\)[^/].*/{
1315             s//\1/
1316             q
1317           }
1318           /^X\(\/\/\)$/{
1319             s//\1/
1320             q
1321           }
1322           /^X\(\/\).*/{
1323             s//\1/
1324             q
1325           }
1326           s/.*/./; q'`
1327   srcdir=$ac_confdir
1328   if test ! -r "$srcdir/$ac_unique_file"; then
1329     srcdir=..
1330   fi
1331 else
1332   ac_srcdir_defaulted=no
1333 fi
1334 if test ! -r "$srcdir/$ac_unique_file"; then
1335   test "$ac_srcdir_defaulted" = yes && srcdir="$ac_confdir or .."
1336   as_fn_error "cannot find sources ($ac_unique_file) in $srcdir"
1337 fi
1338 ac_msg="sources are in $srcdir, but \`cd $srcdir' does not work"
1339 ac_abs_confdir=`(
1340         cd "$srcdir" && test -r "./$ac_unique_file" || as_fn_error "$ac_msg"
1341         pwd)`
1342 # When building in place, set srcdir=.
1343 if test "$ac_abs_confdir" = "$ac_pwd"; then
1344   srcdir=.
1345 fi
1346 # Remove unnecessary trailing slashes from srcdir.
1347 # Double slashes in file names in object file debugging info
1348 # mess up M-x gdb in Emacs.
1349 case $srcdir in
1350 */) srcdir=`expr "X$srcdir" : 'X\(.*[^/]\)' \| "X$srcdir" : 'X\(.*\)'`;;
1351 esac
1352 for ac_var in $ac_precious_vars; do
1353   eval ac_env_${ac_var}_set=\${${ac_var}+set}
1354   eval ac_env_${ac_var}_value=\$${ac_var}
1355   eval ac_cv_env_${ac_var}_set=\${${ac_var}+set}
1356   eval ac_cv_env_${ac_var}_value=\$${ac_var}
1357 done
1358
1359 #
1360 # Report the --help message.
1361 #
1362 if test "$ac_init_help" = "long"; then
1363   # Omit some internal or obsolete options to make the list less imposing.
1364   # This message is too long to be a string in the A/UX 3.1 sh.
1365   cat <<_ACEOF
1366 \`configure' configures Wine 1.1.27 to adapt to many kinds of systems.
1367
1368 Usage: $0 [OPTION]... [VAR=VALUE]...
1369
1370 To assign environment variables (e.g., CC, CFLAGS...), specify them as
1371 VAR=VALUE.  See below for descriptions of some of the useful variables.
1372
1373 Defaults for the options are specified in brackets.
1374
1375 Configuration:
1376   -h, --help              display this help and exit
1377       --help=short        display options specific to this package
1378       --help=recursive    display the short help of all the included packages
1379   -V, --version           display version information and exit
1380   -q, --quiet, --silent   do not print \`checking...' messages
1381       --cache-file=FILE   cache test results in FILE [disabled]
1382   -C, --config-cache      alias for \`--cache-file=config.cache'
1383   -n, --no-create         do not create output files
1384       --srcdir=DIR        find the sources in DIR [configure dir or \`..']
1385
1386 Installation directories:
1387   --prefix=PREFIX         install architecture-independent files in PREFIX
1388                           [$ac_default_prefix]
1389   --exec-prefix=EPREFIX   install architecture-dependent files in EPREFIX
1390                           [PREFIX]
1391
1392 By default, \`make install' will install all the files in
1393 \`$ac_default_prefix/bin', \`$ac_default_prefix/lib' etc.  You can specify
1394 an installation prefix other than \`$ac_default_prefix' using \`--prefix',
1395 for instance \`--prefix=\$HOME'.
1396
1397 For better control, use the options below.
1398
1399 Fine tuning of the installation directories:
1400   --bindir=DIR            user executables [EPREFIX/bin]
1401   --sbindir=DIR           system admin executables [EPREFIX/sbin]
1402   --libexecdir=DIR        program executables [EPREFIX/libexec]
1403   --sysconfdir=DIR        read-only single-machine data [PREFIX/etc]
1404   --sharedstatedir=DIR    modifiable architecture-independent data [PREFIX/com]
1405   --localstatedir=DIR     modifiable single-machine data [PREFIX/var]
1406   --libdir=DIR            object code libraries [EPREFIX/lib]
1407   --includedir=DIR        C header files [PREFIX/include]
1408   --oldincludedir=DIR     C header files for non-gcc [/usr/include]
1409   --datarootdir=DIR       read-only arch.-independent data root [PREFIX/share]
1410   --datadir=DIR           read-only architecture-independent data [DATAROOTDIR]
1411   --infodir=DIR           info documentation [DATAROOTDIR/info]
1412   --localedir=DIR         locale-dependent data [DATAROOTDIR/locale]
1413   --mandir=DIR            man documentation [DATAROOTDIR/man]
1414   --docdir=DIR            documentation root [DATAROOTDIR/doc/wine]
1415   --htmldir=DIR           html documentation [DOCDIR]
1416   --dvidir=DIR            dvi documentation [DOCDIR]
1417   --pdfdir=DIR            pdf documentation [DOCDIR]
1418   --psdir=DIR             ps documentation [DOCDIR]
1419 _ACEOF
1420
1421   cat <<\_ACEOF
1422
1423 X features:
1424   --x-includes=DIR    X include files are in DIR
1425   --x-libraries=DIR   X library files are in DIR
1426
1427 System types:
1428   --build=BUILD     configure for building on BUILD [guessed]
1429   --host=HOST       cross-compile to build programs to run on HOST [BUILD]
1430 _ACEOF
1431 fi
1432
1433 if test -n "$ac_init_help"; then
1434   case $ac_init_help in
1435      short | recursive ) echo "Configuration of Wine 1.1.27:";;
1436    esac
1437   cat <<\_ACEOF
1438
1439 Optional Features:
1440   --disable-option-checking  ignore unrecognized --enable/--with options
1441   --disable-FEATURE       do not include FEATURE (same as --enable-FEATURE=no)
1442   --enable-FEATURE[=ARG]  include FEATURE [ARG=yes]
1443   --disable-win16         do not include Win16 support
1444   --enable-win64          build a Win64 emulator on AMD64 (won't run Win32
1445                           binaries)
1446   --disable-tests         do not build the regression tests
1447   --enable-maintainer-mode
1448                           enable maintainer-specific build rules
1449
1450 Optional Packages:
1451   --with-PACKAGE[=ARG]    use PACKAGE [ARG=yes]
1452   --without-PACKAGE       do not use PACKAGE (same as --with-PACKAGE=no)
1453   --without-alsa          do not use the Alsa sound support
1454   --without-audioio       do not use the AudioIO sound support
1455   --without-capi          do not use CAPI (ISDN support)
1456   --without-cms           do not use CMS (color management support)
1457   --without-coreaudio     do not use the CoreAudio sound support
1458   --without-cups          do not use CUPS
1459   --without-curses        do not use (n)curses
1460   --without-esd           do not use the EsounD sound support
1461   --without-fontconfig    do not use fontconfig
1462   --without-freetype      do not use the FreeType library
1463   --without-gphoto        do not use gphoto (Digital Camera support)
1464   --without-glu           do not use the GLU library
1465   --without-gnutls        do not use GnuTLS (schannel support)
1466   --without-libgsm        do not use libgsm (GSM 06.10 codec support)
1467   --without-hal           do not use HAL (dynamic device support)
1468   --without-jack          do not use the Jack sound support
1469   --without-jpeg          do not use JPEG
1470   --without-ldap          do not use LDAP
1471   --without-nas           do not use the NAS sound support
1472   --without-opengl        do not use OpenGL
1473   --without-openssl       do not use OpenSSL
1474   --without-oss           do not use the OSS sound support
1475   --without-png           do not use PNG
1476   --without-pthread       do not use the pthread library
1477   --without-sane          do not use SANE (scanner support)
1478   --without-xcomposite    do not use the Xcomposite extension
1479   --without-xcursor       do not use the Xcursor extension
1480   --without-xinerama      do not use Xinerama (multi-monitor support)
1481   --without-xinput        do not use the Xinput extension
1482   --without-xml           do not use XML
1483   --without-xrandr        do not use Xrandr (resolution changes)
1484   --without-xrender       do not use the Xrender extension
1485   --without-xshape        do not use the Xshape extension
1486   --without-xshm          do not use XShm (shared memory extension)
1487   --without-xslt          do not use XSLT
1488   --without-xxf86vm       do not use XFree video mode extension
1489   --with-wine-tools=DIR   use Wine tools from directory DIR
1490   --with-wine64=DIR       use the 64-bit Wine in DIR for a Wow64 build
1491   --with-x                use the X Window System
1492
1493 Some influential environment variables:
1494   CC          C compiler command
1495   CFLAGS      C compiler flags
1496   LDFLAGS     linker flags, e.g. -L<lib dir> if you have libraries in a
1497               nonstandard directory <lib dir>
1498   LIBS        libraries to pass to the linker, e.g. -l<library>
1499   CPPFLAGS    C/C++/Objective C preprocessor flags, e.g. -I<include dir> if
1500               you have headers in a nonstandard directory <include dir>
1501   CXX         C++ compiler command
1502   CXXFLAGS    C++ compiler flags
1503   CPP         C preprocessor
1504   XMKMF       Path to xmkmf, Makefile generator for X Window System
1505
1506 Use these variables to override the choices made by `configure' or to help
1507 it to find libraries and programs with nonstandard names/locations.
1508
1509 Report bugs to <wine-devel@winehq.org>.
1510 Wine home page: <http://www.winehq.org>.
1511 _ACEOF
1512 ac_status=$?
1513 fi
1514
1515 if test "$ac_init_help" = "recursive"; then
1516   # If there are subdirs, report their specific --help.
1517   for ac_dir in : $ac_subdirs_all; do test "x$ac_dir" = x: && continue
1518     test -d "$ac_dir" ||
1519       { cd "$srcdir" && ac_pwd=`pwd` && srcdir=. && test -d "$ac_dir"; } ||
1520       continue
1521     ac_builddir=.
1522
1523 case "$ac_dir" in
1524 .) ac_dir_suffix= ac_top_builddir_sub=. ac_top_build_prefix= ;;
1525 *)
1526   ac_dir_suffix=/`$as_echo "$ac_dir" | sed 's|^\.[\\/]||'`
1527   # A ".." for each directory in $ac_dir_suffix.
1528   ac_top_builddir_sub=`$as_echo "$ac_dir_suffix" | sed 's|/[^\\/]*|/..|g;s|/||'`
1529   case $ac_top_builddir_sub in
1530   "") ac_top_builddir_sub=. ac_top_build_prefix= ;;
1531   *)  ac_top_build_prefix=$ac_top_builddir_sub/ ;;
1532   esac ;;
1533 esac
1534 ac_abs_top_builddir=$ac_pwd
1535 ac_abs_builddir=$ac_pwd$ac_dir_suffix
1536 # for backward compatibility:
1537 ac_top_builddir=$ac_top_build_prefix
1538
1539 case $srcdir in
1540   .)  # We are building in place.
1541     ac_srcdir=.
1542     ac_top_srcdir=$ac_top_builddir_sub
1543     ac_abs_top_srcdir=$ac_pwd ;;
1544   [\\/]* | ?:[\\/]* )  # Absolute name.
1545     ac_srcdir=$srcdir$ac_dir_suffix;
1546     ac_top_srcdir=$srcdir
1547     ac_abs_top_srcdir=$srcdir ;;
1548   *) # Relative name.
1549     ac_srcdir=$ac_top_build_prefix$srcdir$ac_dir_suffix
1550     ac_top_srcdir=$ac_top_build_prefix$srcdir
1551     ac_abs_top_srcdir=$ac_pwd/$srcdir ;;
1552 esac
1553 ac_abs_srcdir=$ac_abs_top_srcdir$ac_dir_suffix
1554
1555     cd "$ac_dir" || { ac_status=$?; continue; }
1556     # Check for guested configure.
1557     if test -f "$ac_srcdir/configure.gnu"; then
1558       echo &&
1559       $SHELL "$ac_srcdir/configure.gnu" --help=recursive
1560     elif test -f "$ac_srcdir/configure"; then
1561       echo &&
1562       $SHELL "$ac_srcdir/configure" --help=recursive
1563     else
1564       $as_echo "$as_me: WARNING: no configuration information is in $ac_dir" >&2
1565     fi || ac_status=$?
1566     cd "$ac_pwd" || { ac_status=$?; break; }
1567   done
1568 fi
1569
1570 test -n "$ac_init_help" && exit $ac_status
1571 if $ac_init_version; then
1572   cat <<\_ACEOF
1573 Wine configure 1.1.27
1574 generated by GNU Autoconf 2.64
1575
1576 Copyright (C) 2009 Free Software Foundation, Inc.
1577 This configure script is free software; the Free Software Foundation
1578 gives unlimited permission to copy, distribute and modify it.
1579 _ACEOF
1580   exit
1581 fi
1582
1583 ## ------------------------ ##
1584 ## Autoconf initialization. ##
1585 ## ------------------------ ##
1586
1587 # ac_fn_c_try_compile LINENO
1588 # --------------------------
1589 # Try to compile conftest.$ac_ext, and return whether this succeeded.
1590 ac_fn_c_try_compile ()
1591 {
1592   as_lineno=${as_lineno-"$1"} as_lineno_stack=as_lineno_stack=$as_lineno_stack
1593   rm -f conftest.$ac_objext
1594   if { { ac_try="$ac_compile"
1595 case "(($ac_try" in
1596   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
1597   *) ac_try_echo=$ac_try;;
1598 esac
1599 eval ac_try_echo="\"\$as_me:${as_lineno-$LINENO}: $ac_try_echo\""
1600 $as_echo "$ac_try_echo"; } >&5
1601   (eval "$ac_compile") 2>conftest.err
1602   ac_status=$?
1603   if test -s conftest.err; then
1604     grep -v '^ *+' conftest.err >conftest.er1
1605     cat conftest.er1 >&5
1606     mv -f conftest.er1 conftest.err
1607   fi
1608   $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
1609   test $ac_status = 0; } && {
1610          test -z "$ac_c_werror_flag" ||
1611          test ! -s conftest.err
1612        } && test -s conftest.$ac_objext; then :
1613   ac_retval=0
1614 else
1615   $as_echo "$as_me: failed program was:" >&5
1616 sed 's/^/| /' conftest.$ac_ext >&5
1617
1618         ac_retval=1
1619 fi
1620   eval $as_lineno_stack; test "x$as_lineno_stack" = x && { as_lineno=; unset as_lineno;}
1621   return $ac_retval
1622
1623 } # ac_fn_c_try_compile
1624
1625 # ac_fn_cxx_try_compile LINENO
1626 # ----------------------------
1627 # Try to compile conftest.$ac_ext, and return whether this succeeded.
1628 ac_fn_cxx_try_compile ()
1629 {
1630   as_lineno=${as_lineno-"$1"} as_lineno_stack=as_lineno_stack=$as_lineno_stack
1631   rm -f conftest.$ac_objext
1632   if { { ac_try="$ac_compile"
1633 case "(($ac_try" in
1634   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
1635   *) ac_try_echo=$ac_try;;
1636 esac
1637 eval ac_try_echo="\"\$as_me:${as_lineno-$LINENO}: $ac_try_echo\""
1638 $as_echo "$ac_try_echo"; } >&5
1639   (eval "$ac_compile") 2>conftest.err
1640   ac_status=$?
1641   if test -s conftest.err; then
1642     grep -v '^ *+' conftest.err >conftest.er1
1643     cat conftest.er1 >&5
1644     mv -f conftest.er1 conftest.err
1645   fi
1646   $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
1647   test $ac_status = 0; } && {
1648          test -z "$ac_cxx_werror_flag" ||
1649          test ! -s conftest.err
1650        } && test -s conftest.$ac_objext; then :
1651   ac_retval=0
1652 else
1653   $as_echo "$as_me: failed program was:" >&5
1654 sed 's/^/| /' conftest.$ac_ext >&5
1655
1656         ac_retval=1
1657 fi
1658   eval $as_lineno_stack; test "x$as_lineno_stack" = x && { as_lineno=; unset as_lineno;}
1659   return $ac_retval
1660
1661 } # ac_fn_cxx_try_compile
1662
1663 # ac_fn_c_try_link LINENO
1664 # -----------------------
1665 # Try to link conftest.$ac_ext, and return whether this succeeded.
1666 ac_fn_c_try_link ()
1667 {
1668   as_lineno=${as_lineno-"$1"} as_lineno_stack=as_lineno_stack=$as_lineno_stack
1669   rm -f conftest.$ac_objext conftest$ac_exeext
1670   if { { ac_try="$ac_link"
1671 case "(($ac_try" in
1672   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
1673   *) ac_try_echo=$ac_try;;
1674 esac
1675 eval ac_try_echo="\"\$as_me:${as_lineno-$LINENO}: $ac_try_echo\""
1676 $as_echo "$ac_try_echo"; } >&5
1677   (eval "$ac_link") 2>conftest.err
1678   ac_status=$?
1679   if test -s conftest.err; then
1680     grep -v '^ *+' conftest.err >conftest.er1
1681     cat conftest.er1 >&5
1682     mv -f conftest.er1 conftest.err
1683   fi
1684   $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
1685   test $ac_status = 0; } && {
1686          test -z "$ac_c_werror_flag" ||
1687          test ! -s conftest.err
1688        } && test -s conftest$ac_exeext && {
1689          test "$cross_compiling" = yes ||
1690          $as_test_x conftest$ac_exeext
1691        }; then :
1692   ac_retval=0
1693 else
1694   $as_echo "$as_me: failed program was:" >&5
1695 sed 's/^/| /' conftest.$ac_ext >&5
1696
1697         ac_retval=1
1698 fi
1699   # Delete the IPA/IPO (Inter Procedural Analysis/Optimization) information
1700   # created by the PGI compiler (conftest_ipa8_conftest.oo), as it would
1701   # interfere with the next link command; also delete a directory that is
1702   # left behind by Apple's compiler.  We do this before executing the actions.
1703   rm -rf conftest.dSYM conftest_ipa8_conftest.oo
1704   eval $as_lineno_stack; test "x$as_lineno_stack" = x && { as_lineno=; unset as_lineno;}
1705   return $ac_retval
1706
1707 } # ac_fn_c_try_link
1708
1709 # ac_fn_c_try_cpp LINENO
1710 # ----------------------
1711 # Try to preprocess conftest.$ac_ext, and return whether this succeeded.
1712 ac_fn_c_try_cpp ()
1713 {
1714   as_lineno=${as_lineno-"$1"} as_lineno_stack=as_lineno_stack=$as_lineno_stack
1715   if { { ac_try="$ac_cpp conftest.$ac_ext"
1716 case "(($ac_try" in
1717   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
1718   *) ac_try_echo=$ac_try;;
1719 esac
1720 eval ac_try_echo="\"\$as_me:${as_lineno-$LINENO}: $ac_try_echo\""
1721 $as_echo "$ac_try_echo"; } >&5
1722   (eval "$ac_cpp conftest.$ac_ext") 2>conftest.err
1723   ac_status=$?
1724   if test -s conftest.err; then
1725     grep -v '^ *+' conftest.err >conftest.er1
1726     cat conftest.er1 >&5
1727     mv -f conftest.er1 conftest.err
1728   fi
1729   $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
1730   test $ac_status = 0; } >/dev/null && {
1731          test -z "$ac_c_preproc_warn_flag$ac_c_werror_flag" ||
1732          test ! -s conftest.err
1733        }; then :
1734   ac_retval=0
1735 else
1736   $as_echo "$as_me: failed program was:" >&5
1737 sed 's/^/| /' conftest.$ac_ext >&5
1738
1739     ac_retval=1
1740 fi
1741   eval $as_lineno_stack; test "x$as_lineno_stack" = x && { as_lineno=; unset as_lineno;}
1742   return $ac_retval
1743
1744 } # ac_fn_c_try_cpp
1745
1746 # ac_fn_c_check_header_mongrel LINENO HEADER VAR INCLUDES
1747 # -------------------------------------------------------
1748 # Tests whether HEADER exists, giving a warning if it cannot be compiled using
1749 # the include files in INCLUDES and setting the cache variable VAR
1750 # accordingly.
1751 ac_fn_c_check_header_mongrel ()
1752 {
1753   as_lineno=${as_lineno-"$1"} as_lineno_stack=as_lineno_stack=$as_lineno_stack
1754   if { as_var=$3; eval "test \"\${$as_var+set}\" = set"; }; then :
1755   { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $2" >&5
1756 $as_echo_n "checking for $2... " >&6; }
1757 if { as_var=$3; eval "test \"\${$as_var+set}\" = set"; }; then :
1758   $as_echo_n "(cached) " >&6
1759 fi
1760 eval ac_res=\$$3
1761                { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_res" >&5
1762 $as_echo "$ac_res" >&6; }
1763 else
1764   # Is the header compilable?
1765 { $as_echo "$as_me:${as_lineno-$LINENO}: checking $2 usability" >&5
1766 $as_echo_n "checking $2 usability... " >&6; }
1767 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
1768 /* end confdefs.h.  */
1769 $4
1770 #include <$2>
1771 _ACEOF
1772 if ac_fn_c_try_compile "$LINENO"; then :
1773   ac_header_compiler=yes
1774 else
1775   ac_header_compiler=no
1776 fi
1777 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
1778 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_header_compiler" >&5
1779 $as_echo "$ac_header_compiler" >&6; }
1780
1781 # Is the header present?
1782 { $as_echo "$as_me:${as_lineno-$LINENO}: checking $2 presence" >&5
1783 $as_echo_n "checking $2 presence... " >&6; }
1784 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
1785 /* end confdefs.h.  */
1786 #include <$2>
1787 _ACEOF
1788 if ac_fn_c_try_cpp "$LINENO"; then :
1789   ac_header_preproc=yes
1790 else
1791   ac_header_preproc=no
1792 fi
1793 rm -f conftest.err conftest.$ac_ext
1794 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_header_preproc" >&5
1795 $as_echo "$ac_header_preproc" >&6; }
1796
1797 # So?  What about this header?
1798 case $ac_header_compiler:$ac_header_preproc:$ac_c_preproc_warn_flag in #((
1799   yes:no: )
1800     { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: $2: accepted by the compiler, rejected by the preprocessor!" >&5
1801 $as_echo "$as_me: WARNING: $2: accepted by the compiler, rejected by the preprocessor!" >&2;}
1802     { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: $2: proceeding with the compiler's result" >&5
1803 $as_echo "$as_me: WARNING: $2: proceeding with the compiler's result" >&2;}
1804     ;;
1805   no:yes:* )
1806     { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: $2: present but cannot be compiled" >&5
1807 $as_echo "$as_me: WARNING: $2: present but cannot be compiled" >&2;}
1808     { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: $2:     check for missing prerequisite headers?" >&5
1809 $as_echo "$as_me: WARNING: $2:     check for missing prerequisite headers?" >&2;}
1810     { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: $2: see the Autoconf documentation" >&5
1811 $as_echo "$as_me: WARNING: $2: see the Autoconf documentation" >&2;}
1812     { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: $2:     section \"Present But Cannot Be Compiled\"" >&5
1813 $as_echo "$as_me: WARNING: $2:     section \"Present But Cannot Be Compiled\"" >&2;}
1814     { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: $2: proceeding with the compiler's result" >&5
1815 $as_echo "$as_me: WARNING: $2: proceeding with the compiler's result" >&2;}
1816 ( cat <<\_ASBOX
1817 ## ------------------------------------ ##
1818 ## Report this to wine-devel@winehq.org ##
1819 ## ------------------------------------ ##
1820 _ASBOX
1821      ) | sed "s/^/$as_me: WARNING:     /" >&2
1822     ;;
1823 esac
1824   { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $2" >&5
1825 $as_echo_n "checking for $2... " >&6; }
1826 if { as_var=$3; eval "test \"\${$as_var+set}\" = set"; }; then :
1827   $as_echo_n "(cached) " >&6
1828 else
1829   eval "$3=\$ac_header_compiler"
1830 fi
1831 eval ac_res=\$$3
1832                { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_res" >&5
1833 $as_echo "$ac_res" >&6; }
1834 fi
1835   eval $as_lineno_stack; test "x$as_lineno_stack" = x && { as_lineno=; unset as_lineno;}
1836
1837 } # ac_fn_c_check_header_mongrel
1838
1839 # ac_fn_c_try_run LINENO
1840 # ----------------------
1841 # Try to link conftest.$ac_ext, and return whether this succeeded. Assumes
1842 # that executables *can* be run.
1843 ac_fn_c_try_run ()
1844 {
1845   as_lineno=${as_lineno-"$1"} as_lineno_stack=as_lineno_stack=$as_lineno_stack
1846   if { { ac_try="$ac_link"
1847 case "(($ac_try" in
1848   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
1849   *) ac_try_echo=$ac_try;;
1850 esac
1851 eval ac_try_echo="\"\$as_me:${as_lineno-$LINENO}: $ac_try_echo\""
1852 $as_echo "$ac_try_echo"; } >&5
1853   (eval "$ac_link") 2>&5
1854   ac_status=$?
1855   $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
1856   test $ac_status = 0; } && { ac_try='./conftest$ac_exeext'
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_try") 2>&5
1864   ac_status=$?
1865   $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
1866   test $ac_status = 0; }; }; then :
1867   ac_retval=0
1868 else
1869   $as_echo "$as_me: program exited with status $ac_status" >&5
1870        $as_echo "$as_me: failed program was:" >&5
1871 sed 's/^/| /' conftest.$ac_ext >&5
1872
1873        ac_retval=$ac_status
1874 fi
1875   rm -rf conftest.dSYM conftest_ipa8_conftest.oo
1876   eval $as_lineno_stack; test "x$as_lineno_stack" = x && { as_lineno=; unset as_lineno;}
1877   return $ac_retval
1878
1879 } # ac_fn_c_try_run
1880
1881 # ac_fn_c_check_header_compile LINENO HEADER VAR INCLUDES
1882 # -------------------------------------------------------
1883 # Tests whether HEADER exists and can be compiled using the include files in
1884 # INCLUDES, setting the cache variable VAR accordingly.
1885 ac_fn_c_check_header_compile ()
1886 {
1887   as_lineno=${as_lineno-"$1"} as_lineno_stack=as_lineno_stack=$as_lineno_stack
1888   { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $2" >&5
1889 $as_echo_n "checking for $2... " >&6; }
1890 if { as_var=$3; eval "test \"\${$as_var+set}\" = set"; }; then :
1891   $as_echo_n "(cached) " >&6
1892 else
1893   cat confdefs.h - <<_ACEOF >conftest.$ac_ext
1894 /* end confdefs.h.  */
1895 $4
1896 #include <$2>
1897 _ACEOF
1898 if ac_fn_c_try_compile "$LINENO"; then :
1899   eval "$3=yes"
1900 else
1901   eval "$3=no"
1902 fi
1903 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
1904 fi
1905 eval ac_res=\$$3
1906                { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_res" >&5
1907 $as_echo "$ac_res" >&6; }
1908   eval $as_lineno_stack; test "x$as_lineno_stack" = x && { as_lineno=; unset as_lineno;}
1909
1910 } # ac_fn_c_check_header_compile
1911
1912 # ac_fn_c_check_func LINENO FUNC VAR
1913 # ----------------------------------
1914 # Tests whether FUNC exists, setting the cache variable VAR accordingly
1915 ac_fn_c_check_func ()
1916 {
1917   as_lineno=${as_lineno-"$1"} as_lineno_stack=as_lineno_stack=$as_lineno_stack
1918   { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $2" >&5
1919 $as_echo_n "checking for $2... " >&6; }
1920 if { as_var=$3; eval "test \"\${$as_var+set}\" = set"; }; then :
1921   $as_echo_n "(cached) " >&6
1922 else
1923   cat confdefs.h - <<_ACEOF >conftest.$ac_ext
1924 /* end confdefs.h.  */
1925 /* Define $2 to an innocuous variant, in case <limits.h> declares $2.
1926    For example, HP-UX 11i <limits.h> declares gettimeofday.  */
1927 #define $2 innocuous_$2
1928
1929 /* System header to define __stub macros and hopefully few prototypes,
1930     which can conflict with char $2 (); below.
1931     Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
1932     <limits.h> exists even on freestanding compilers.  */
1933
1934 #ifdef __STDC__
1935 # include <limits.h>
1936 #else
1937 # include <assert.h>
1938 #endif
1939
1940 #undef $2
1941
1942 /* Override any GCC internal prototype to avoid an error.
1943    Use char because int might match the return type of a GCC
1944    builtin and then its argument prototype would still apply.  */
1945 #ifdef __cplusplus
1946 extern "C"
1947 #endif
1948 char $2 ();
1949 /* The GNU C library defines this for functions which it implements
1950     to always fail with ENOSYS.  Some functions are actually named
1951     something starting with __ and the normal name is an alias.  */
1952 #if defined __stub_$2 || defined __stub___$2
1953 choke me
1954 #endif
1955
1956 int
1957 main ()
1958 {
1959 return $2 ();
1960   ;
1961   return 0;
1962 }
1963 _ACEOF
1964 if ac_fn_c_try_link "$LINENO"; then :
1965   eval "$3=yes"
1966 else
1967   eval "$3=no"
1968 fi
1969 rm -f core conftest.err conftest.$ac_objext \
1970     conftest$ac_exeext conftest.$ac_ext
1971 fi
1972 eval ac_res=\$$3
1973                { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_res" >&5
1974 $as_echo "$ac_res" >&6; }
1975   eval $as_lineno_stack; test "x$as_lineno_stack" = x && { as_lineno=; unset as_lineno;}
1976
1977 } # ac_fn_c_check_func
1978
1979 # ac_fn_c_check_member LINENO AGGR MEMBER VAR INCLUDES
1980 # ----------------------------------------------------
1981 # Tries to find if the field MEMBER exists in type AGGR, after including
1982 # INCLUDES, setting cache variable VAR accordingly.
1983 ac_fn_c_check_member ()
1984 {
1985   as_lineno=${as_lineno-"$1"} as_lineno_stack=as_lineno_stack=$as_lineno_stack
1986   { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $2.$3" >&5
1987 $as_echo_n "checking for $2.$3... " >&6; }
1988 if { as_var=$4; eval "test \"\${$as_var+set}\" = set"; }; then :
1989   $as_echo_n "(cached) " >&6
1990 else
1991   cat confdefs.h - <<_ACEOF >conftest.$ac_ext
1992 /* end confdefs.h.  */
1993 $5
1994 int
1995 main ()
1996 {
1997 static $2 ac_aggr;
1998 if (ac_aggr.$3)
1999 return 0;
2000   ;
2001   return 0;
2002 }
2003 _ACEOF
2004 if ac_fn_c_try_compile "$LINENO"; then :
2005   eval "$4=yes"
2006 else
2007   cat confdefs.h - <<_ACEOF >conftest.$ac_ext
2008 /* end confdefs.h.  */
2009 $5
2010 int
2011 main ()
2012 {
2013 static $2 ac_aggr;
2014 if (sizeof ac_aggr.$3)
2015 return 0;
2016   ;
2017   return 0;
2018 }
2019 _ACEOF
2020 if ac_fn_c_try_compile "$LINENO"; then :
2021   eval "$4=yes"
2022 else
2023   eval "$4=no"
2024 fi
2025 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
2026 fi
2027 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
2028 fi
2029 eval ac_res=\$$4
2030                { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_res" >&5
2031 $as_echo "$ac_res" >&6; }
2032   eval $as_lineno_stack; test "x$as_lineno_stack" = x && { as_lineno=; unset as_lineno;}
2033
2034 } # ac_fn_c_check_member
2035
2036 # ac_fn_c_check_type LINENO TYPE VAR INCLUDES
2037 # -------------------------------------------
2038 # Tests whether TYPE exists after having included INCLUDES, setting cache
2039 # variable VAR accordingly.
2040 ac_fn_c_check_type ()
2041 {
2042   as_lineno=${as_lineno-"$1"} as_lineno_stack=as_lineno_stack=$as_lineno_stack
2043   { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $2" >&5
2044 $as_echo_n "checking for $2... " >&6; }
2045 if { as_var=$3; eval "test \"\${$as_var+set}\" = set"; }; then :
2046   $as_echo_n "(cached) " >&6
2047 else
2048   eval "$3=no"
2049   cat confdefs.h - <<_ACEOF >conftest.$ac_ext
2050 /* end confdefs.h.  */
2051 $4
2052 int
2053 main ()
2054 {
2055 if (sizeof ($2))
2056          return 0;
2057   ;
2058   return 0;
2059 }
2060 _ACEOF
2061 if ac_fn_c_try_compile "$LINENO"; then :
2062   cat confdefs.h - <<_ACEOF >conftest.$ac_ext
2063 /* end confdefs.h.  */
2064 $4
2065 int
2066 main ()
2067 {
2068 if (sizeof (($2)))
2069             return 0;
2070   ;
2071   return 0;
2072 }
2073 _ACEOF
2074 if ac_fn_c_try_compile "$LINENO"; then :
2075
2076 else
2077   eval "$3=yes"
2078 fi
2079 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
2080 fi
2081 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
2082 fi
2083 eval ac_res=\$$3
2084                { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_res" >&5
2085 $as_echo "$ac_res" >&6; }
2086   eval $as_lineno_stack; test "x$as_lineno_stack" = x && { as_lineno=; unset as_lineno;}
2087
2088 } # ac_fn_c_check_type
2089 cat >config.log <<_ACEOF
2090 This file contains any messages produced by compilers while
2091 running configure, to aid debugging if configure makes a mistake.
2092
2093 It was created by Wine $as_me 1.1.27, which was
2094 generated by GNU Autoconf 2.64.  Invocation command line was
2095
2096   $ $0 $@
2097
2098 _ACEOF
2099 exec 5>>config.log
2100 {
2101 cat <<_ASUNAME
2102 ## --------- ##
2103 ## Platform. ##
2104 ## --------- ##
2105
2106 hostname = `(hostname || uname -n) 2>/dev/null | sed 1q`
2107 uname -m = `(uname -m) 2>/dev/null || echo unknown`
2108 uname -r = `(uname -r) 2>/dev/null || echo unknown`
2109 uname -s = `(uname -s) 2>/dev/null || echo unknown`
2110 uname -v = `(uname -v) 2>/dev/null || echo unknown`
2111
2112 /usr/bin/uname -p = `(/usr/bin/uname -p) 2>/dev/null || echo unknown`
2113 /bin/uname -X     = `(/bin/uname -X) 2>/dev/null     || echo unknown`
2114
2115 /bin/arch              = `(/bin/arch) 2>/dev/null              || echo unknown`
2116 /usr/bin/arch -k       = `(/usr/bin/arch -k) 2>/dev/null       || echo unknown`
2117 /usr/convex/getsysinfo = `(/usr/convex/getsysinfo) 2>/dev/null || echo unknown`
2118 /usr/bin/hostinfo      = `(/usr/bin/hostinfo) 2>/dev/null      || echo unknown`
2119 /bin/machine           = `(/bin/machine) 2>/dev/null           || echo unknown`
2120 /usr/bin/oslevel       = `(/usr/bin/oslevel) 2>/dev/null       || echo unknown`
2121 /bin/universe          = `(/bin/universe) 2>/dev/null          || echo unknown`
2122
2123 _ASUNAME
2124
2125 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
2126 for as_dir in $PATH
2127 do
2128   IFS=$as_save_IFS
2129   test -z "$as_dir" && as_dir=.
2130     $as_echo "PATH: $as_dir"
2131   done
2132 IFS=$as_save_IFS
2133
2134 } >&5
2135
2136 cat >&5 <<_ACEOF
2137
2138
2139 ## ----------- ##
2140 ## Core tests. ##
2141 ## ----------- ##
2142
2143 _ACEOF
2144
2145
2146 # Keep a trace of the command line.
2147 # Strip out --no-create and --no-recursion so they do not pile up.
2148 # Strip out --silent because we don't want to record it for future runs.
2149 # Also quote any args containing shell meta-characters.
2150 # Make two passes to allow for proper duplicate-argument suppression.
2151 ac_configure_args=
2152 ac_configure_args0=
2153 ac_configure_args1=
2154 ac_must_keep_next=false
2155 for ac_pass in 1 2
2156 do
2157   for ac_arg
2158   do
2159     case $ac_arg in
2160     -no-create | --no-c* | -n | -no-recursion | --no-r*) continue ;;
2161     -q | -quiet | --quiet | --quie | --qui | --qu | --q \
2162     | -silent | --silent | --silen | --sile | --sil)
2163       continue ;;
2164     *\'*)
2165       ac_arg=`$as_echo "$ac_arg" | sed "s/'/'\\\\\\\\''/g"` ;;
2166     esac
2167     case $ac_pass in
2168     1) as_fn_append ac_configure_args0 " '$ac_arg'" ;;
2169     2)
2170       as_fn_append ac_configure_args1 " '$ac_arg'"
2171       if test $ac_must_keep_next = true; then
2172         ac_must_keep_next=false # Got value, back to normal.
2173       else
2174         case $ac_arg in
2175           *=* | --config-cache | -C | -disable-* | --disable-* \
2176           | -enable-* | --enable-* | -gas | --g* | -nfp | --nf* \
2177           | -q | -quiet | --q* | -silent | --sil* | -v | -verb* \
2178           | -with-* | --with-* | -without-* | --without-* | --x)
2179             case "$ac_configure_args0 " in
2180               "$ac_configure_args1"*" '$ac_arg' "* ) continue ;;
2181             esac
2182             ;;
2183           -* ) ac_must_keep_next=true ;;
2184         esac
2185       fi
2186       as_fn_append ac_configure_args " '$ac_arg'"
2187       ;;
2188     esac
2189   done
2190 done
2191 { ac_configure_args0=; unset ac_configure_args0;}
2192 { ac_configure_args1=; unset ac_configure_args1;}
2193
2194 # When interrupted or exit'd, cleanup temporary files, and complete
2195 # config.log.  We remove comments because anyway the quotes in there
2196 # would cause problems or look ugly.
2197 # WARNING: Use '\'' to represent an apostrophe within the trap.
2198 # WARNING: Do not start the trap code with a newline, due to a FreeBSD 4.0 bug.
2199 trap 'exit_status=$?
2200   # Save into config.log some information that might help in debugging.
2201   {
2202     echo
2203
2204     cat <<\_ASBOX
2205 ## ---------------- ##
2206 ## Cache variables. ##
2207 ## ---------------- ##
2208 _ASBOX
2209     echo
2210     # The following way of writing the cache mishandles newlines in values,
2211 (
2212   for ac_var in `(set) 2>&1 | sed -n '\''s/^\([a-zA-Z_][a-zA-Z0-9_]*\)=.*/\1/p'\''`; do
2213     eval ac_val=\$$ac_var
2214     case $ac_val in #(
2215     *${as_nl}*)
2216       case $ac_var in #(
2217       *_cv_*) { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: cache variable $ac_var contains a newline" >&5
2218 $as_echo "$as_me: WARNING: cache variable $ac_var contains a newline" >&2;} ;;
2219       esac
2220       case $ac_var in #(
2221       _ | IFS | as_nl) ;; #(
2222       BASH_ARGV | BASH_SOURCE) eval $ac_var= ;; #(
2223       *) { eval $ac_var=; unset $ac_var;} ;;
2224       esac ;;
2225     esac
2226   done
2227   (set) 2>&1 |
2228     case $as_nl`(ac_space='\'' '\''; set) 2>&1` in #(
2229     *${as_nl}ac_space=\ *)
2230       sed -n \
2231         "s/'\''/'\''\\\\'\'''\''/g;
2232           s/^\\([_$as_cr_alnum]*_cv_[_$as_cr_alnum]*\\)=\\(.*\\)/\\1='\''\\2'\''/p"
2233       ;; #(
2234     *)
2235       sed -n "/^[_$as_cr_alnum]*_cv_[_$as_cr_alnum]*=/p"
2236       ;;
2237     esac |
2238     sort
2239 )
2240     echo
2241
2242     cat <<\_ASBOX
2243 ## ----------------- ##
2244 ## Output variables. ##
2245 ## ----------------- ##
2246 _ASBOX
2247     echo
2248     for ac_var in $ac_subst_vars
2249     do
2250       eval ac_val=\$$ac_var
2251       case $ac_val in
2252       *\'\''*) ac_val=`$as_echo "$ac_val" | sed "s/'\''/'\''\\\\\\\\'\'''\''/g"`;;
2253       esac
2254       $as_echo "$ac_var='\''$ac_val'\''"
2255     done | sort
2256     echo
2257
2258     if test -n "$ac_subst_files"; then
2259       cat <<\_ASBOX
2260 ## ------------------- ##
2261 ## File substitutions. ##
2262 ## ------------------- ##
2263 _ASBOX
2264       echo
2265       for ac_var in $ac_subst_files
2266       do
2267         eval ac_val=\$$ac_var
2268         case $ac_val in
2269         *\'\''*) ac_val=`$as_echo "$ac_val" | sed "s/'\''/'\''\\\\\\\\'\'''\''/g"`;;
2270         esac
2271         $as_echo "$ac_var='\''$ac_val'\''"
2272       done | sort
2273       echo
2274     fi
2275
2276     if test -s confdefs.h; then
2277       cat <<\_ASBOX
2278 ## ----------- ##
2279 ## confdefs.h. ##
2280 ## ----------- ##
2281 _ASBOX
2282       echo
2283       cat confdefs.h
2284       echo
2285     fi
2286     test "$ac_signal" != 0 &&
2287       $as_echo "$as_me: caught signal $ac_signal"
2288     $as_echo "$as_me: exit $exit_status"
2289   } >&5
2290   rm -f core *.core core.conftest.* &&
2291     rm -f -r conftest* confdefs* conf$$* $ac_clean_files &&
2292     exit $exit_status
2293 ' 0
2294 for ac_signal in 1 2 13 15; do
2295   trap 'ac_signal='$ac_signal'; as_fn_exit 1' $ac_signal
2296 done
2297 ac_signal=0
2298
2299 # confdefs.h avoids OS command line length limits that DEFS can exceed.
2300 rm -f -r conftest* confdefs.h
2301
2302 $as_echo "/* confdefs.h */" > confdefs.h
2303
2304 # Predefined preprocessor variables.
2305
2306 cat >>confdefs.h <<_ACEOF
2307 #define PACKAGE_NAME "$PACKAGE_NAME"
2308 _ACEOF
2309
2310 cat >>confdefs.h <<_ACEOF
2311 #define PACKAGE_TARNAME "$PACKAGE_TARNAME"
2312 _ACEOF
2313
2314 cat >>confdefs.h <<_ACEOF
2315 #define PACKAGE_VERSION "$PACKAGE_VERSION"
2316 _ACEOF
2317
2318 cat >>confdefs.h <<_ACEOF
2319 #define PACKAGE_STRING "$PACKAGE_STRING"
2320 _ACEOF
2321
2322 cat >>confdefs.h <<_ACEOF
2323 #define PACKAGE_BUGREPORT "$PACKAGE_BUGREPORT"
2324 _ACEOF
2325
2326 cat >>confdefs.h <<_ACEOF
2327 #define PACKAGE_URL "$PACKAGE_URL"
2328 _ACEOF
2329
2330
2331 # Let the site file select an alternate cache file if it wants to.
2332 # Prefer an explicitly selected file to automatically selected ones.
2333 ac_site_file1=NONE
2334 ac_site_file2=NONE
2335 if test -n "$CONFIG_SITE"; then
2336   ac_site_file1=$CONFIG_SITE
2337 elif test "x$prefix" != xNONE; then
2338   ac_site_file1=$prefix/share/config.site
2339   ac_site_file2=$prefix/etc/config.site
2340 else
2341   ac_site_file1=$ac_default_prefix/share/config.site
2342   ac_site_file2=$ac_default_prefix/etc/config.site
2343 fi
2344 for ac_site_file in "$ac_site_file1" "$ac_site_file2"
2345 do
2346   test "x$ac_site_file" = xNONE && continue
2347   if test -r "$ac_site_file"; then
2348     { $as_echo "$as_me:${as_lineno-$LINENO}: loading site script $ac_site_file" >&5
2349 $as_echo "$as_me: loading site script $ac_site_file" >&6;}
2350     sed 's/^/| /' "$ac_site_file" >&5
2351     . "$ac_site_file"
2352   fi
2353 done
2354
2355 if test -r "$cache_file"; then
2356   # Some versions of bash will fail to source /dev/null (special
2357   # files actually), so we avoid doing that.
2358   if test -f "$cache_file"; then
2359     { $as_echo "$as_me:${as_lineno-$LINENO}: loading cache $cache_file" >&5
2360 $as_echo "$as_me: loading cache $cache_file" >&6;}
2361     case $cache_file in
2362       [\\/]* | ?:[\\/]* ) . "$cache_file";;
2363       *)                      . "./$cache_file";;
2364     esac
2365   fi
2366 else
2367   { $as_echo "$as_me:${as_lineno-$LINENO}: creating cache $cache_file" >&5
2368 $as_echo "$as_me: creating cache $cache_file" >&6;}
2369   >$cache_file
2370 fi
2371
2372 # Check that the precious variables saved in the cache have kept the same
2373 # value.
2374 ac_cache_corrupted=false
2375 for ac_var in $ac_precious_vars; do
2376   eval ac_old_set=\$ac_cv_env_${ac_var}_set
2377   eval ac_new_set=\$ac_env_${ac_var}_set
2378   eval ac_old_val=\$ac_cv_env_${ac_var}_value
2379   eval ac_new_val=\$ac_env_${ac_var}_value
2380   case $ac_old_set,$ac_new_set in
2381     set,)
2382       { $as_echo "$as_me:${as_lineno-$LINENO}: error: \`$ac_var' was set to \`$ac_old_val' in the previous run" >&5
2383 $as_echo "$as_me: error: \`$ac_var' was set to \`$ac_old_val' in the previous run" >&2;}
2384       ac_cache_corrupted=: ;;
2385     ,set)
2386       { $as_echo "$as_me:${as_lineno-$LINENO}: error: \`$ac_var' was not set in the previous run" >&5
2387 $as_echo "$as_me: error: \`$ac_var' was not set in the previous run" >&2;}
2388       ac_cache_corrupted=: ;;
2389     ,);;
2390     *)
2391       if test "x$ac_old_val" != "x$ac_new_val"; then
2392         # differences in whitespace do not lead to failure.
2393         ac_old_val_w=`echo x $ac_old_val`
2394         ac_new_val_w=`echo x $ac_new_val`
2395         if test "$ac_old_val_w" != "$ac_new_val_w"; then
2396           { $as_echo "$as_me:${as_lineno-$LINENO}: error: \`$ac_var' has changed since the previous run:" >&5
2397 $as_echo "$as_me: error: \`$ac_var' has changed since the previous run:" >&2;}
2398           ac_cache_corrupted=:
2399         else
2400           { $as_echo "$as_me:${as_lineno-$LINENO}: warning: ignoring whitespace changes in \`$ac_var' since the previous run:" >&5
2401 $as_echo "$as_me: warning: ignoring whitespace changes in \`$ac_var' since the previous run:" >&2;}
2402           eval $ac_var=\$ac_old_val
2403         fi
2404         { $as_echo "$as_me:${as_lineno-$LINENO}:   former value:  \`$ac_old_val'" >&5
2405 $as_echo "$as_me:   former value:  \`$ac_old_val'" >&2;}
2406         { $as_echo "$as_me:${as_lineno-$LINENO}:   current value: \`$ac_new_val'" >&5
2407 $as_echo "$as_me:   current value: \`$ac_new_val'" >&2;}
2408       fi;;
2409   esac
2410   # Pass precious variables to config.status.
2411   if test "$ac_new_set" = set; then
2412     case $ac_new_val in
2413     *\'*) ac_arg=$ac_var=`$as_echo "$ac_new_val" | sed "s/'/'\\\\\\\\''/g"` ;;
2414     *) ac_arg=$ac_var=$ac_new_val ;;
2415     esac
2416     case " $ac_configure_args " in
2417       *" '$ac_arg' "*) ;; # Avoid dups.  Use of quotes ensures accuracy.
2418       *) as_fn_append ac_configure_args " '$ac_arg'" ;;
2419     esac
2420   fi
2421 done
2422 if $ac_cache_corrupted; then
2423   { $as_echo "$as_me:${as_lineno-$LINENO}: error: in \`$ac_pwd':" >&5
2424 $as_echo "$as_me: error: in \`$ac_pwd':" >&2;}
2425   { $as_echo "$as_me:${as_lineno-$LINENO}: error: changes in the environment can compromise the build" >&5
2426 $as_echo "$as_me: error: changes in the environment can compromise the build" >&2;}
2427   as_fn_error "run \`make distclean' and/or \`rm $cache_file' and start over" "$LINENO" 5
2428 fi
2429 ## -------------------- ##
2430 ## Main body of script. ##
2431 ## -------------------- ##
2432
2433 ac_ext=c
2434 ac_cpp='$CPP $CPPFLAGS'
2435 ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
2436 ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
2437 ac_compiler_gnu=$ac_cv_c_compiler_gnu
2438
2439
2440
2441 ac_config_headers="$ac_config_headers include/config.h"
2442
2443 ac_aux_dir=
2444 for ac_dir in tools "$srcdir"/tools; do
2445   for ac_t in install-sh install.sh shtool; do
2446     if test -f "$ac_dir/$ac_t"; then
2447       ac_aux_dir=$ac_dir
2448       ac_install_sh="$ac_aux_dir/$ac_t -c"
2449       break 2
2450     fi
2451   done
2452 done
2453 if test -z "$ac_aux_dir"; then
2454   as_fn_error "cannot find install-sh, install.sh, or shtool in tools \"$srcdir\"/tools" "$LINENO" 5
2455 fi
2456
2457 # These three variables are undocumented and unsupported,
2458 # and are intended to be withdrawn in a future Autoconf release.
2459 # They can cause serious problems if a builder's source tree is in a directory
2460 # whose full name contains unusual characters.
2461 ac_config_guess="$SHELL $ac_aux_dir/config.guess"  # Please don't use this var.
2462 ac_config_sub="$SHELL $ac_aux_dir/config.sub"  # Please don't use this var.
2463 ac_configure="$SHELL $ac_aux_dir/configure"  # Please don't use this var.
2464
2465
2466
2467
2468 # Check whether --enable-win16 was given.
2469 if test "${enable_win16+set}" = set; then :
2470   enableval=$enable_win16;
2471 fi
2472
2473 # Check whether --enable-win64 was given.
2474 if test "${enable_win64+set}" = set; then :
2475   enableval=$enable_win64;
2476 fi
2477
2478 # Check whether --enable-tests was given.
2479 if test "${enable_tests+set}" = set; then :
2480   enableval=$enable_tests;
2481 fi
2482
2483 # Check whether --enable-maintainer-mode was given.
2484 if test "${enable_maintainer_mode+set}" = set; then :
2485   enableval=$enable_maintainer_mode;
2486 else
2487   MAINTAINER_MODE=\#
2488
2489 fi
2490
2491
2492
2493 # Check whether --with-alsa was given.
2494 if test "${with_alsa+set}" = set; then :
2495   withval=$with_alsa; if test "x$withval" = "xno"; then ac_cv_header_sys_asoundlib_h=no; ac_cv_header_alsa_asoundlib_h=no; fi
2496 fi
2497
2498
2499 # Check whether --with-audioio was given.
2500 if test "${with_audioio+set}" = set; then :
2501   withval=$with_audioio; if test "x$withval" = "xno"; then ac_cv_header_libaudioio_h=no; fi
2502 fi
2503
2504
2505 # Check whether --with-capi was given.
2506 if test "${with_capi+set}" = set; then :
2507   withval=$with_capi; if test "x$withval" = "xno"; then ac_cv_header_capi20_h=no; ac_cv_header_linux_capi_h=no; fi
2508 fi
2509
2510
2511 # Check whether --with-cms was given.
2512 if test "${with_cms+set}" = set; then :
2513   withval=$with_cms; if test "x$withval" = "xno"; then ac_cv_header_lcms_h=no; ac_cv_header_lcms_lcms_h=no; fi
2514 fi
2515
2516
2517 # Check whether --with-coreaudio was given.
2518 if test "${with_coreaudio+set}" = set; then :
2519   withval=$with_coreaudio; if test "x$withval" = "xno"; then ac_cv_header_CoreAudio_CoreAudio_h=no; fi
2520 fi
2521
2522
2523 # Check whether --with-cups was given.
2524 if test "${with_cups+set}" = set; then :
2525   withval=$with_cups;
2526 fi
2527
2528
2529 # Check whether --with-curses was given.
2530 if test "${with_curses+set}" = set; then :
2531   withval=$with_curses; if test "x$withval" = "xno"; then ac_cv_header_ncurses_h=no; ac_cv_header_curses_h=no; fi
2532 fi
2533
2534
2535 # Check whether --with-esd was given.
2536 if test "${with_esd+set}" = set; then :
2537   withval=$with_esd;
2538 fi
2539
2540
2541 # Check whether --with-fontconfig was given.
2542 if test "${with_fontconfig+set}" = set; then :
2543   withval=$with_fontconfig; if test "x$withval" = "xno"; then ac_cv_header_fontconfig_fontconfig_h=no; fi
2544 fi
2545
2546
2547 # Check whether --with-freetype was given.
2548 if test "${with_freetype+set}" = set; then :
2549   withval=$with_freetype;
2550 fi
2551
2552
2553 # Check whether --with-gphoto was given.
2554 if test "${with_gphoto+set}" = set; then :
2555   withval=$with_gphoto;
2556 fi
2557
2558
2559 # Check whether --with-glu was given.
2560 if test "${with_glu+set}" = set; then :
2561   withval=$with_glu; if test "x$withval" = "xno"; then ac_cv_header_GL_glu_h=no; fi
2562 fi
2563
2564
2565 # Check whether --with-gnutls was given.
2566 if test "${with_gnutls+set}" = set; then :
2567   withval=$with_gnutls;
2568 fi
2569
2570
2571 # Check whether --with-libgsm was given.
2572 if test "${with_libgsm+set}" = set; then :
2573   withval=$with_libgsm; if test "x$withval" = "xno"; then ac_cv_header_gsm_h=no; ac_cv_header_gsm_gsm_h=no; fi
2574 fi
2575
2576
2577 # Check whether --with-hal was given.
2578 if test "${with_hal+set}" = set; then :
2579   withval=$with_hal;
2580 fi
2581
2582
2583 # Check whether --with-jack was given.
2584 if test "${with_jack+set}" = set; then :
2585   withval=$with_jack; if test "x$withval" = "xno"; then ac_cv_header_jack_jack_h=no; fi
2586 fi
2587
2588
2589 # Check whether --with-jpeg was given.
2590 if test "${with_jpeg+set}" = set; then :
2591   withval=$with_jpeg; if test "x$withval" = "xno"; then ac_cv_header_jpeglib_h=no; fi
2592 fi
2593
2594
2595 # Check whether --with-ldap was given.
2596 if test "${with_ldap+set}" = set; then :
2597   withval=$with_ldap; if test "x$withval" = "xno"; then ac_cv_header_ldap_h=no; ac_cv_header_lber_h=no; fi
2598 fi
2599
2600
2601 # Check whether --with-nas was given.
2602 if test "${with_nas+set}" = set; then :
2603   withval=$with_nas; if test "x$withval" = "xno"; then ac_cv_header_audio_audiolib_h=no; fi
2604 fi
2605
2606
2607 # Check whether --with-opengl was given.
2608 if test "${with_opengl+set}" = set; then :
2609   withval=$with_opengl;
2610 fi
2611
2612
2613 # Check whether --with-openssl was given.
2614 if test "${with_openssl+set}" = set; then :
2615   withval=$with_openssl; if test "x$withval" = "xno"; then ac_cv_header_openssl_err_h=no; ac_cv_header_openssl_ssl_h=no; fi
2616 fi
2617
2618
2619 # Check whether --with-oss was given.
2620 if test "${with_oss+set}" = set; then :
2621   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
2622 fi
2623
2624
2625 # Check whether --with-png was given.
2626 if test "${with_png+set}" = set; then :
2627   withval=$with_png; if test "x$withval" = "xno"; then ac_cv_header_png_h=no; fi
2628 fi
2629
2630
2631 # Check whether --with-pthread was given.
2632 if test "${with_pthread+set}" = set; then :
2633   withval=$with_pthread; if test "x$withval" = "xno"; then ac_cv_header_pthread_h=no; fi
2634 fi
2635
2636
2637 # Check whether --with-sane was given.
2638 if test "${with_sane+set}" = set; then :
2639   withval=$with_sane;
2640 fi
2641
2642
2643 # Check whether --with-xcomposite was given.
2644 if test "${with_xcomposite+set}" = set; then :
2645   withval=$with_xcomposite; if test "x$withval" = "xno"; then ac_cv_header_X11_extensions_Xcomposite_h=no; fi
2646 fi
2647
2648
2649 # Check whether --with-xcursor was given.
2650 if test "${with_xcursor+set}" = set; then :
2651   withval=$with_xcursor; if test "x$withval" = "xno"; then ac_cv_header_X11_Xcursor_Xcursor_h=no; fi
2652 fi
2653
2654
2655 # Check whether --with-xinerama was given.
2656 if test "${with_xinerama+set}" = set; then :
2657   withval=$with_xinerama; if test "x$withval" = "xno"; then ac_cv_header_X11_extensions_Xinerama_h=no; fi
2658 fi
2659
2660
2661 # Check whether --with-xinput was given.
2662 if test "${with_xinput+set}" = set; then :
2663   withval=$with_xinput; if test "x$withval" = "xno"; then ac_cv_header_X11_extensions_XInput_h=no; fi
2664 fi
2665
2666
2667 # Check whether --with-xml was given.
2668 if test "${with_xml+set}" = set; then :
2669   withval=$with_xml;
2670 fi
2671
2672
2673 # Check whether --with-xrandr was given.
2674 if test "${with_xrandr+set}" = set; then :
2675   withval=$with_xrandr; if test "x$withval" = "xno"; then ac_cv_header_X11_extensions_Xrandr_h=no; fi
2676 fi
2677
2678
2679 # Check whether --with-xrender was given.
2680 if test "${with_xrender+set}" = set; then :
2681   withval=$with_xrender; if test "x$withval" = "xno"; then ac_cv_header_X11_extensions_Xrender_h=no; fi
2682 fi
2683
2684
2685 # Check whether --with-xshape was given.
2686 if test "${with_xshape+set}" = set; then :
2687   withval=$with_xshape; if test "x$withval" = "xno"; then ac_cv_header_X11_extensions_shape_h=no; fi
2688 fi
2689
2690
2691 # Check whether --with-xshm was given.
2692 if test "${with_xshm+set}" = set; then :
2693   withval=$with_xshm; if test "x$withval" = "xno"; then ac_cv_header_X11_extensions_XShm_h=no; fi
2694 fi
2695
2696
2697 # Check whether --with-xslt was given.
2698 if test "${with_xslt+set}" = set; then :
2699   withval=$with_xslt;
2700 fi
2701
2702
2703 # Check whether --with-xxf86vm was given.
2704 if test "${with_xxf86vm+set}" = set; then :
2705   withval=$with_xxf86vm; if test "x$withval" = "xno"; then ac_cv_header_X11_extensions_xf86vmode_h=no; fi
2706 fi
2707
2708
2709
2710 # Check whether --with-wine-tools was given.
2711 if test "${with_wine_tools+set}" = set; then :
2712   withval=$with_wine_tools;
2713 fi
2714
2715
2716 # Check whether --with-wine64 was given.
2717 if test "${with_wine64+set}" = set; then :
2718   withval=$with_wine64;
2719 fi
2720
2721
2722 # Make sure we can run config.sub.
2723 $SHELL "$ac_aux_dir/config.sub" sun4 >/dev/null 2>&1 ||
2724   as_fn_error "cannot run $SHELL $ac_aux_dir/config.sub" "$LINENO" 5
2725
2726 { $as_echo "$as_me:${as_lineno-$LINENO}: checking build system type" >&5
2727 $as_echo_n "checking build system type... " >&6; }
2728 if test "${ac_cv_build+set}" = set; then :
2729   $as_echo_n "(cached) " >&6
2730 else
2731   ac_build_alias=$build_alias
2732 test "x$ac_build_alias" = x &&
2733   ac_build_alias=`$SHELL "$ac_aux_dir/config.guess"`
2734 test "x$ac_build_alias" = x &&
2735   as_fn_error "cannot guess build type; you must specify one" "$LINENO" 5
2736 ac_cv_build=`$SHELL "$ac_aux_dir/config.sub" $ac_build_alias` ||
2737   as_fn_error "$SHELL $ac_aux_dir/config.sub $ac_build_alias failed" "$LINENO" 5
2738
2739 fi
2740 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_build" >&5
2741 $as_echo "$ac_cv_build" >&6; }
2742 case $ac_cv_build in
2743 *-*-*) ;;
2744 *) as_fn_error "invalid value of canonical build" "$LINENO" 5;;
2745 esac
2746 build=$ac_cv_build
2747 ac_save_IFS=$IFS; IFS='-'
2748 set x $ac_cv_build
2749 shift
2750 build_cpu=$1
2751 build_vendor=$2
2752 shift; shift
2753 # Remember, the first character of IFS is used to create $*,
2754 # except with old shells:
2755 build_os=$*
2756 IFS=$ac_save_IFS
2757 case $build_os in *\ *) build_os=`echo "$build_os" | sed 's/ /-/g'`;; esac
2758
2759
2760 { $as_echo "$as_me:${as_lineno-$LINENO}: checking host system type" >&5
2761 $as_echo_n "checking host system type... " >&6; }
2762 if test "${ac_cv_host+set}" = set; then :
2763   $as_echo_n "(cached) " >&6
2764 else
2765   if test "x$host_alias" = x; then
2766   ac_cv_host=$ac_cv_build
2767 else
2768   ac_cv_host=`$SHELL "$ac_aux_dir/config.sub" $host_alias` ||
2769     as_fn_error "$SHELL $ac_aux_dir/config.sub $host_alias failed" "$LINENO" 5
2770 fi
2771
2772 fi
2773 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_host" >&5
2774 $as_echo "$ac_cv_host" >&6; }
2775 case $ac_cv_host in
2776 *-*-*) ;;
2777 *) as_fn_error "invalid value of canonical host" "$LINENO" 5;;
2778 esac
2779 host=$ac_cv_host
2780 ac_save_IFS=$IFS; IFS='-'
2781 set x $ac_cv_host
2782 shift
2783 host_cpu=$1
2784 host_vendor=$2
2785 shift; shift
2786 # Remember, the first character of IFS is used to create $*,
2787 # except with old shells:
2788 host_os=$*
2789 IFS=$ac_save_IFS
2790 case $host_os in *\ *) host_os=`echo "$host_os" | sed 's/ /-/g'`;; esac
2791
2792
2793
2794 case "$srcdir" in
2795  .) ;;
2796  *) if test -f "$srcdir/Makefile" -o -f "$srcdir/include/config.h"; then
2797       as_fn_error "you are building out of the source tree, but the source tree contains object files.
2798 You need to run 'make distclean' in the source tree first." "$LINENO" 5
2799     fi ;;
2800 esac
2801
2802
2803 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether ${MAKE-make} sets \$(MAKE)" >&5
2804 $as_echo_n "checking whether ${MAKE-make} sets \$(MAKE)... " >&6; }
2805 set x ${MAKE-make}
2806 ac_make=`$as_echo "$2" | sed 's/+/p/g; s/[^a-zA-Z0-9_]/_/g'`
2807 if { as_var=ac_cv_prog_make_${ac_make}_set; eval "test \"\${$as_var+set}\" = set"; }; then :
2808   $as_echo_n "(cached) " >&6
2809 else
2810   cat >conftest.make <<\_ACEOF
2811 SHELL = /bin/sh
2812 all:
2813         @echo '@@@%%%=$(MAKE)=@@@%%%'
2814 _ACEOF
2815 # GNU make sometimes prints "make[1]: Entering...", which would confuse us.
2816 case `${MAKE-make} -f conftest.make 2>/dev/null` in
2817   *@@@%%%=?*=@@@%%%*)
2818     eval ac_cv_prog_make_${ac_make}_set=yes;;
2819   *)
2820     eval ac_cv_prog_make_${ac_make}_set=no;;
2821 esac
2822 rm -f conftest.make
2823 fi
2824 if eval test \$ac_cv_prog_make_${ac_make}_set = yes; then
2825   { $as_echo "$as_me:${as_lineno-$LINENO}: result: yes" >&5
2826 $as_echo "yes" >&6; }
2827   SET_MAKE=
2828 else
2829   { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
2830 $as_echo "no" >&6; }
2831   SET_MAKE="MAKE=${MAKE-make}"
2832 fi
2833
2834 ac_ext=c
2835 ac_cpp='$CPP $CPPFLAGS'
2836 ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
2837 ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
2838 ac_compiler_gnu=$ac_cv_c_compiler_gnu
2839 if test -n "$ac_tool_prefix"; then
2840   # Extract the first word of "${ac_tool_prefix}gcc", so it can be a program name with args.
2841 set dummy ${ac_tool_prefix}gcc; ac_word=$2
2842 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
2843 $as_echo_n "checking for $ac_word... " >&6; }
2844 if test "${ac_cv_prog_CC+set}" = set; then :
2845   $as_echo_n "(cached) " >&6
2846 else
2847   if test -n "$CC"; then
2848   ac_cv_prog_CC="$CC" # Let the user override the test.
2849 else
2850 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
2851 for as_dir in $PATH
2852 do
2853   IFS=$as_save_IFS
2854   test -z "$as_dir" && as_dir=.
2855     for ac_exec_ext in '' $ac_executable_extensions; do
2856   if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
2857     ac_cv_prog_CC="${ac_tool_prefix}gcc"
2858     $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
2859     break 2
2860   fi
2861 done
2862   done
2863 IFS=$as_save_IFS
2864
2865 fi
2866 fi
2867 CC=$ac_cv_prog_CC
2868 if test -n "$CC"; then
2869   { $as_echo "$as_me:${as_lineno-$LINENO}: result: $CC" >&5
2870 $as_echo "$CC" >&6; }
2871 else
2872   { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
2873 $as_echo "no" >&6; }
2874 fi
2875
2876
2877 fi
2878 if test -z "$ac_cv_prog_CC"; then
2879   ac_ct_CC=$CC
2880   # Extract the first word of "gcc", so it can be a program name with args.
2881 set dummy gcc; ac_word=$2
2882 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
2883 $as_echo_n "checking for $ac_word... " >&6; }
2884 if test "${ac_cv_prog_ac_ct_CC+set}" = set; then :
2885   $as_echo_n "(cached) " >&6
2886 else
2887   if test -n "$ac_ct_CC"; then
2888   ac_cv_prog_ac_ct_CC="$ac_ct_CC" # Let the user override the test.
2889 else
2890 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
2891 for as_dir in $PATH
2892 do
2893   IFS=$as_save_IFS
2894   test -z "$as_dir" && as_dir=.
2895     for ac_exec_ext in '' $ac_executable_extensions; do
2896   if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
2897     ac_cv_prog_ac_ct_CC="gcc"
2898     $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
2899     break 2
2900   fi
2901 done
2902   done
2903 IFS=$as_save_IFS
2904
2905 fi
2906 fi
2907 ac_ct_CC=$ac_cv_prog_ac_ct_CC
2908 if test -n "$ac_ct_CC"; then
2909   { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_ct_CC" >&5
2910 $as_echo "$ac_ct_CC" >&6; }
2911 else
2912   { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
2913 $as_echo "no" >&6; }
2914 fi
2915
2916   if test "x$ac_ct_CC" = x; then
2917     CC=""
2918   else
2919     case $cross_compiling:$ac_tool_warned in
2920 yes:)
2921 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: using cross tools not prefixed with host triplet" >&5
2922 $as_echo "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;}
2923 ac_tool_warned=yes ;;
2924 esac
2925     CC=$ac_ct_CC
2926   fi
2927 else
2928   CC="$ac_cv_prog_CC"
2929 fi
2930
2931 if test -z "$CC"; then
2932           if test -n "$ac_tool_prefix"; then
2933     # Extract the first word of "${ac_tool_prefix}cc", so it can be a program name with args.
2934 set dummy ${ac_tool_prefix}cc; ac_word=$2
2935 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
2936 $as_echo_n "checking for $ac_word... " >&6; }
2937 if test "${ac_cv_prog_CC+set}" = set; then :
2938   $as_echo_n "(cached) " >&6
2939 else
2940   if test -n "$CC"; then
2941   ac_cv_prog_CC="$CC" # Let the user override the test.
2942 else
2943 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
2944 for as_dir in $PATH
2945 do
2946   IFS=$as_save_IFS
2947   test -z "$as_dir" && as_dir=.
2948     for ac_exec_ext in '' $ac_executable_extensions; do
2949   if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
2950     ac_cv_prog_CC="${ac_tool_prefix}cc"
2951     $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
2952     break 2
2953   fi
2954 done
2955   done
2956 IFS=$as_save_IFS
2957
2958 fi
2959 fi
2960 CC=$ac_cv_prog_CC
2961 if test -n "$CC"; then
2962   { $as_echo "$as_me:${as_lineno-$LINENO}: result: $CC" >&5
2963 $as_echo "$CC" >&6; }
2964 else
2965   { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
2966 $as_echo "no" >&6; }
2967 fi
2968
2969
2970   fi
2971 fi
2972 if test -z "$CC"; then
2973   # Extract the first word of "cc", so it can be a program name with args.
2974 set dummy cc; ac_word=$2
2975 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
2976 $as_echo_n "checking for $ac_word... " >&6; }
2977 if test "${ac_cv_prog_CC+set}" = set; then :
2978   $as_echo_n "(cached) " >&6
2979 else
2980   if test -n "$CC"; then
2981   ac_cv_prog_CC="$CC" # Let the user override the test.
2982 else
2983   ac_prog_rejected=no
2984 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
2985 for as_dir in $PATH
2986 do
2987   IFS=$as_save_IFS
2988   test -z "$as_dir" && as_dir=.
2989     for ac_exec_ext in '' $ac_executable_extensions; do
2990   if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
2991     if test "$as_dir/$ac_word$ac_exec_ext" = "/usr/ucb/cc"; then
2992        ac_prog_rejected=yes
2993        continue
2994      fi
2995     ac_cv_prog_CC="cc"
2996     $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
2997     break 2
2998   fi
2999 done
3000   done
3001 IFS=$as_save_IFS
3002
3003 if test $ac_prog_rejected = yes; then
3004   # We found a bogon in the path, so make sure we never use it.
3005   set dummy $ac_cv_prog_CC
3006   shift
3007   if test $# != 0; then
3008     # We chose a different compiler from the bogus one.
3009     # However, it has the same basename, so the bogon will be chosen
3010     # first if we set CC to just the basename; use the full file name.
3011     shift
3012     ac_cv_prog_CC="$as_dir/$ac_word${1+' '}$@"
3013   fi
3014 fi
3015 fi
3016 fi
3017 CC=$ac_cv_prog_CC
3018 if test -n "$CC"; then
3019   { $as_echo "$as_me:${as_lineno-$LINENO}: result: $CC" >&5
3020 $as_echo "$CC" >&6; }
3021 else
3022   { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
3023 $as_echo "no" >&6; }
3024 fi
3025
3026
3027 fi
3028 if test -z "$CC"; then
3029   if test -n "$ac_tool_prefix"; then
3030   for ac_prog in cl.exe
3031   do
3032     # Extract the first word of "$ac_tool_prefix$ac_prog", so it can be a program name with args.
3033 set dummy $ac_tool_prefix$ac_prog; ac_word=$2
3034 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
3035 $as_echo_n "checking for $ac_word... " >&6; }
3036 if test "${ac_cv_prog_CC+set}" = set; then :
3037   $as_echo_n "(cached) " >&6
3038 else
3039   if test -n "$CC"; then
3040   ac_cv_prog_CC="$CC" # Let the user override the test.
3041 else
3042 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
3043 for as_dir in $PATH
3044 do
3045   IFS=$as_save_IFS
3046   test -z "$as_dir" && as_dir=.
3047     for ac_exec_ext in '' $ac_executable_extensions; do
3048   if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
3049     ac_cv_prog_CC="$ac_tool_prefix$ac_prog"
3050     $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
3051     break 2
3052   fi
3053 done
3054   done
3055 IFS=$as_save_IFS
3056
3057 fi
3058 fi
3059 CC=$ac_cv_prog_CC
3060 if test -n "$CC"; then
3061   { $as_echo "$as_me:${as_lineno-$LINENO}: result: $CC" >&5
3062 $as_echo "$CC" >&6; }
3063 else
3064   { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
3065 $as_echo "no" >&6; }
3066 fi
3067
3068
3069     test -n "$CC" && break
3070   done
3071 fi
3072 if test -z "$CC"; then
3073   ac_ct_CC=$CC
3074   for ac_prog in cl.exe
3075 do
3076   # Extract the first word of "$ac_prog", so it can be a program name with args.
3077 set dummy $ac_prog; ac_word=$2
3078 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
3079 $as_echo_n "checking for $ac_word... " >&6; }
3080 if test "${ac_cv_prog_ac_ct_CC+set}" = set; then :
3081   $as_echo_n "(cached) " >&6
3082 else
3083   if test -n "$ac_ct_CC"; then
3084   ac_cv_prog_ac_ct_CC="$ac_ct_CC" # Let the user override the test.
3085 else
3086 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
3087 for as_dir in $PATH
3088 do
3089   IFS=$as_save_IFS
3090   test -z "$as_dir" && as_dir=.
3091     for ac_exec_ext in '' $ac_executable_extensions; do
3092   if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
3093     ac_cv_prog_ac_ct_CC="$ac_prog"
3094     $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
3095     break 2
3096   fi
3097 done
3098   done
3099 IFS=$as_save_IFS
3100
3101 fi
3102 fi
3103 ac_ct_CC=$ac_cv_prog_ac_ct_CC
3104 if test -n "$ac_ct_CC"; then
3105   { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_ct_CC" >&5
3106 $as_echo "$ac_ct_CC" >&6; }
3107 else
3108   { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
3109 $as_echo "no" >&6; }
3110 fi
3111
3112
3113   test -n "$ac_ct_CC" && break
3114 done
3115
3116   if test "x$ac_ct_CC" = x; then
3117     CC=""
3118   else
3119     case $cross_compiling:$ac_tool_warned in
3120 yes:)
3121 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: using cross tools not prefixed with host triplet" >&5
3122 $as_echo "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;}
3123 ac_tool_warned=yes ;;
3124 esac
3125     CC=$ac_ct_CC
3126   fi
3127 fi
3128
3129 fi
3130
3131
3132 test -z "$CC" && { { $as_echo "$as_me:${as_lineno-$LINENO}: error: in \`$ac_pwd':" >&5
3133 $as_echo "$as_me: error: in \`$ac_pwd':" >&2;}
3134 as_fn_error "no acceptable C compiler found in \$PATH
3135 See \`config.log' for more details." "$LINENO" 5; }
3136
3137 # Provide some information about the compiler.
3138 $as_echo "$as_me:${as_lineno-$LINENO}: checking for C compiler version" >&5
3139 set X $ac_compile
3140 ac_compiler=$2
3141 for ac_option in --version -v -V -qversion; do
3142   { { ac_try="$ac_compiler $ac_option >&5"
3143 case "(($ac_try" in
3144   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
3145   *) ac_try_echo=$ac_try;;
3146 esac
3147 eval ac_try_echo="\"\$as_me:${as_lineno-$LINENO}: $ac_try_echo\""
3148 $as_echo "$ac_try_echo"; } >&5
3149   (eval "$ac_compiler $ac_option >&5") 2>conftest.err
3150   ac_status=$?
3151   if test -s conftest.err; then
3152     sed '10a\
3153 ... rest of stderr output deleted ...
3154          10q' conftest.err >conftest.er1
3155     cat conftest.er1 >&5
3156     rm -f conftest.er1 conftest.err
3157   fi
3158   $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
3159   test $ac_status = 0; }
3160 done
3161
3162 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
3163 /* end confdefs.h.  */
3164 #include <stdio.h>
3165 int
3166 main ()
3167 {
3168 FILE *f = fopen ("conftest.out", "w");
3169  return ferror (f) || fclose (f) != 0;
3170
3171   ;
3172   return 0;
3173 }
3174 _ACEOF
3175 ac_clean_files_save=$ac_clean_files
3176 ac_clean_files="$ac_clean_files a.out a.out.dSYM a.exe b.out conftest.out"
3177 # Try to create an executable without -o first, disregard a.out.
3178 # It will help us diagnose broken compilers, and finding out an intuition
3179 # of exeext.
3180 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for C compiler default output file name" >&5
3181 $as_echo_n "checking for C compiler default output file name... " >&6; }
3182 ac_link_default=`$as_echo "$ac_link" | sed 's/ -o *conftest[^ ]*//'`
3183
3184 # The possible output files:
3185 ac_files="a.out conftest.exe conftest a.exe a_out.exe b.out conftest.*"
3186
3187 ac_rmfiles=
3188 for ac_file in $ac_files
3189 do
3190   case $ac_file in
3191     *.$ac_ext | *.xcoff | *.tds | *.d | *.pdb | *.xSYM | *.bb | *.bbg | *.map | *.inf | *.dSYM | *.o | *.obj ) ;;
3192     * ) ac_rmfiles="$ac_rmfiles $ac_file";;
3193   esac
3194 done
3195 rm -f $ac_rmfiles
3196
3197 if { { ac_try="$ac_link_default"
3198 case "(($ac_try" in
3199   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
3200   *) ac_try_echo=$ac_try;;
3201 esac
3202 eval ac_try_echo="\"\$as_me:${as_lineno-$LINENO}: $ac_try_echo\""
3203 $as_echo "$ac_try_echo"; } >&5
3204   (eval "$ac_link_default") 2>&5
3205   ac_status=$?
3206   $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
3207   test $ac_status = 0; }; then :
3208   # Autoconf-2.13 could set the ac_cv_exeext variable to `no'.
3209 # So ignore a value of `no', otherwise this would lead to `EXEEXT = no'
3210 # in a Makefile.  We should not override ac_cv_exeext if it was cached,
3211 # so that the user can short-circuit this test for compilers unknown to
3212 # Autoconf.
3213 for ac_file in $ac_files ''
3214 do
3215   test -f "$ac_file" || continue
3216   case $ac_file in
3217     *.$ac_ext | *.xcoff | *.tds | *.d | *.pdb | *.xSYM | *.bb | *.bbg | *.map | *.inf | *.dSYM | *.o | *.obj )
3218         ;;
3219     [ab].out )
3220         # We found the default executable, but exeext='' is most
3221         # certainly right.
3222         break;;
3223     *.* )
3224         if test "${ac_cv_exeext+set}" = set && test "$ac_cv_exeext" != no;
3225         then :; else
3226            ac_cv_exeext=`expr "$ac_file" : '[^.]*\(\..*\)'`
3227         fi
3228         # We set ac_cv_exeext here because the later test for it is not
3229         # safe: cross compilers may not add the suffix if given an `-o'
3230         # argument, so we may need to know it at that point already.
3231         # Even if this section looks crufty: it has the advantage of
3232         # actually working.
3233         break;;
3234     * )
3235         break;;
3236   esac
3237 done
3238 test "$ac_cv_exeext" = no && ac_cv_exeext=
3239
3240 else
3241   ac_file=''
3242 fi
3243 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_file" >&5
3244 $as_echo "$ac_file" >&6; }
3245 if test -z "$ac_file"; then :
3246   $as_echo "$as_me: failed program was:" >&5
3247 sed 's/^/| /' conftest.$ac_ext >&5
3248
3249 { { $as_echo "$as_me:${as_lineno-$LINENO}: error: in \`$ac_pwd':" >&5
3250 $as_echo "$as_me: error: in \`$ac_pwd':" >&2;}
3251 { as_fn_set_status 77
3252 as_fn_error "C compiler cannot create executables
3253 See \`config.log' for more details." "$LINENO" 5; }; }
3254 fi
3255 ac_exeext=$ac_cv_exeext
3256
3257 # Check that the compiler produces executables we can run.  If not, either
3258 # the compiler is broken, or we cross compile.
3259 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether the C compiler works" >&5
3260 $as_echo_n "checking whether the C compiler works... " >&6; }
3261 # If not cross compiling, check that we can run a simple program.
3262 if test "$cross_compiling" != yes; then
3263   if { ac_try='./$ac_file'
3264   { { case "(($ac_try" in
3265   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
3266   *) ac_try_echo=$ac_try;;
3267 esac
3268 eval ac_try_echo="\"\$as_me:${as_lineno-$LINENO}: $ac_try_echo\""
3269 $as_echo "$ac_try_echo"; } >&5
3270   (eval "$ac_try") 2>&5
3271   ac_status=$?
3272   $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
3273   test $ac_status = 0; }; }; then
3274     cross_compiling=no
3275   else
3276     if test "$cross_compiling" = maybe; then
3277         cross_compiling=yes
3278     else
3279         { { $as_echo "$as_me:${as_lineno-$LINENO}: error: in \`$ac_pwd':" >&5
3280 $as_echo "$as_me: error: in \`$ac_pwd':" >&2;}
3281 as_fn_error "cannot run C compiled programs.
3282 If you meant to cross compile, use \`--host'.
3283 See \`config.log' for more details." "$LINENO" 5; }
3284     fi
3285   fi
3286 fi
3287 { $as_echo "$as_me:${as_lineno-$LINENO}: result: yes" >&5
3288 $as_echo "yes" >&6; }
3289
3290 rm -f -r a.out a.out.dSYM a.exe conftest$ac_cv_exeext b.out conftest.out
3291 ac_clean_files=$ac_clean_files_save
3292 # Check that the compiler produces executables we can run.  If not, either
3293 # the compiler is broken, or we cross compile.
3294 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether we are cross compiling" >&5
3295 $as_echo_n "checking whether we are cross compiling... " >&6; }
3296 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $cross_compiling" >&5
3297 $as_echo "$cross_compiling" >&6; }
3298
3299 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for suffix of executables" >&5
3300 $as_echo_n "checking for suffix of executables... " >&6; }
3301 if { { ac_try="$ac_link"
3302 case "(($ac_try" in
3303   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
3304   *) ac_try_echo=$ac_try;;
3305 esac
3306 eval ac_try_echo="\"\$as_me:${as_lineno-$LINENO}: $ac_try_echo\""
3307 $as_echo "$ac_try_echo"; } >&5
3308   (eval "$ac_link") 2>&5
3309   ac_status=$?
3310   $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
3311   test $ac_status = 0; }; then :
3312   # If both `conftest.exe' and `conftest' are `present' (well, observable)
3313 # catch `conftest.exe'.  For instance with Cygwin, `ls conftest' will
3314 # work properly (i.e., refer to `conftest.exe'), while it won't with
3315 # `rm'.
3316 for ac_file in conftest.exe conftest conftest.*; do
3317   test -f "$ac_file" || continue
3318   case $ac_file in
3319     *.$ac_ext | *.xcoff | *.tds | *.d | *.pdb | *.xSYM | *.bb | *.bbg | *.map | *.inf | *.dSYM | *.o | *.obj ) ;;
3320     *.* ) ac_cv_exeext=`expr "$ac_file" : '[^.]*\(\..*\)'`
3321           break;;
3322     * ) break;;
3323   esac
3324 done
3325 else
3326   { { $as_echo "$as_me:${as_lineno-$LINENO}: error: in \`$ac_pwd':" >&5
3327 $as_echo "$as_me: error: in \`$ac_pwd':" >&2;}
3328 as_fn_error "cannot compute suffix of executables: cannot compile and link
3329 See \`config.log' for more details." "$LINENO" 5; }
3330 fi
3331 rm -f conftest$ac_cv_exeext
3332 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_exeext" >&5
3333 $as_echo "$ac_cv_exeext" >&6; }
3334
3335 rm -f conftest.$ac_ext
3336 EXEEXT=$ac_cv_exeext
3337 ac_exeext=$EXEEXT
3338 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for suffix of object files" >&5
3339 $as_echo_n "checking for suffix of object files... " >&6; }
3340 if test "${ac_cv_objext+set}" = set; then :
3341   $as_echo_n "(cached) " >&6
3342 else
3343   cat confdefs.h - <<_ACEOF >conftest.$ac_ext
3344 /* end confdefs.h.  */
3345
3346 int
3347 main ()
3348 {
3349
3350   ;
3351   return 0;
3352 }
3353 _ACEOF
3354 rm -f conftest.o conftest.obj
3355 if { { ac_try="$ac_compile"
3356 case "(($ac_try" in
3357   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
3358   *) ac_try_echo=$ac_try;;
3359 esac
3360 eval ac_try_echo="\"\$as_me:${as_lineno-$LINENO}: $ac_try_echo\""
3361 $as_echo "$ac_try_echo"; } >&5
3362   (eval "$ac_compile") 2>&5
3363   ac_status=$?
3364   $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
3365   test $ac_status = 0; }; then :
3366   for ac_file in conftest.o conftest.obj conftest.*; do
3367   test -f "$ac_file" || continue;
3368   case $ac_file in
3369     *.$ac_ext | *.xcoff | *.tds | *.d | *.pdb | *.xSYM | *.bb | *.bbg | *.map | *.inf | *.dSYM ) ;;
3370     *) ac_cv_objext=`expr "$ac_file" : '.*\.\(.*\)'`
3371        break;;
3372   esac
3373 done
3374 else
3375   $as_echo "$as_me: failed program was:" >&5
3376 sed 's/^/| /' conftest.$ac_ext >&5
3377
3378 { { $as_echo "$as_me:${as_lineno-$LINENO}: error: in \`$ac_pwd':" >&5
3379 $as_echo "$as_me: error: in \`$ac_pwd':" >&2;}
3380 as_fn_error "cannot compute suffix of object files: cannot compile
3381 See \`config.log' for more details." "$LINENO" 5; }
3382 fi
3383 rm -f conftest.$ac_cv_objext conftest.$ac_ext
3384 fi
3385 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_objext" >&5
3386 $as_echo "$ac_cv_objext" >&6; }
3387 OBJEXT=$ac_cv_objext
3388 ac_objext=$OBJEXT
3389 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether we are using the GNU C compiler" >&5
3390 $as_echo_n "checking whether we are using the GNU C compiler... " >&6; }
3391 if test "${ac_cv_c_compiler_gnu+set}" = set; then :
3392   $as_echo_n "(cached) " >&6
3393 else
3394   cat confdefs.h - <<_ACEOF >conftest.$ac_ext
3395 /* end confdefs.h.  */
3396
3397 int
3398 main ()
3399 {
3400 #ifndef __GNUC__
3401        choke me
3402 #endif
3403
3404   ;
3405   return 0;
3406 }
3407 _ACEOF
3408 if ac_fn_c_try_compile "$LINENO"; then :
3409   ac_compiler_gnu=yes
3410 else
3411   ac_compiler_gnu=no
3412 fi
3413 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
3414 ac_cv_c_compiler_gnu=$ac_compiler_gnu
3415
3416 fi
3417 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_c_compiler_gnu" >&5
3418 $as_echo "$ac_cv_c_compiler_gnu" >&6; }
3419 if test $ac_compiler_gnu = yes; then
3420   GCC=yes
3421 else
3422   GCC=
3423 fi
3424 ac_test_CFLAGS=${CFLAGS+set}
3425 ac_save_CFLAGS=$CFLAGS
3426 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether $CC accepts -g" >&5
3427 $as_echo_n "checking whether $CC accepts -g... " >&6; }
3428 if test "${ac_cv_prog_cc_g+set}" = set; then :
3429   $as_echo_n "(cached) " >&6
3430 else
3431   ac_save_c_werror_flag=$ac_c_werror_flag
3432    ac_c_werror_flag=yes
3433    ac_cv_prog_cc_g=no
3434    CFLAGS="-g"
3435    cat confdefs.h - <<_ACEOF >conftest.$ac_ext
3436 /* end confdefs.h.  */
3437
3438 int
3439 main ()
3440 {
3441
3442   ;
3443   return 0;
3444 }
3445 _ACEOF
3446 if ac_fn_c_try_compile "$LINENO"; then :
3447   ac_cv_prog_cc_g=yes
3448 else
3449   CFLAGS=""
3450       cat confdefs.h - <<_ACEOF >conftest.$ac_ext
3451 /* end confdefs.h.  */
3452
3453 int
3454 main ()
3455 {
3456
3457   ;
3458   return 0;
3459 }
3460 _ACEOF
3461 if ac_fn_c_try_compile "$LINENO"; then :
3462
3463 else
3464   ac_c_werror_flag=$ac_save_c_werror_flag
3465          CFLAGS="-g"
3466          cat confdefs.h - <<_ACEOF >conftest.$ac_ext
3467 /* end confdefs.h.  */
3468
3469 int
3470 main ()
3471 {
3472
3473   ;
3474   return 0;
3475 }
3476 _ACEOF
3477 if ac_fn_c_try_compile "$LINENO"; then :
3478   ac_cv_prog_cc_g=yes
3479 fi
3480 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
3481 fi
3482 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
3483 fi
3484 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
3485    ac_c_werror_flag=$ac_save_c_werror_flag
3486 fi
3487 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_prog_cc_g" >&5
3488 $as_echo "$ac_cv_prog_cc_g" >&6; }
3489 if test "$ac_test_CFLAGS" = set; then
3490   CFLAGS=$ac_save_CFLAGS
3491 elif test $ac_cv_prog_cc_g = yes; then
3492   if test "$GCC" = yes; then
3493     CFLAGS="-g -O2"
3494   else
3495     CFLAGS="-g"
3496   fi
3497 else
3498   if test "$GCC" = yes; then
3499     CFLAGS="-O2"
3500   else
3501     CFLAGS=
3502   fi
3503 fi
3504 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $CC option to accept ISO C89" >&5
3505 $as_echo_n "checking for $CC option to accept ISO C89... " >&6; }
3506 if test "${ac_cv_prog_cc_c89+set}" = set; then :
3507   $as_echo_n "(cached) " >&6
3508 else
3509   ac_cv_prog_cc_c89=no
3510 ac_save_CC=$CC
3511 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
3512 /* end confdefs.h.  */
3513 #include <stdarg.h>
3514 #include <stdio.h>
3515 #include <sys/types.h>
3516 #include <sys/stat.h>
3517 /* Most of the following tests are stolen from RCS 5.7's src/conf.sh.  */
3518 struct buf { int x; };
3519 FILE * (*rcsopen) (struct buf *, struct stat *, int);
3520 static char *e (p, i)
3521      char **p;
3522      int i;
3523 {
3524   return p[i];
3525 }
3526 static char *f (char * (*g) (char **, int), char **p, ...)
3527 {
3528   char *s;
3529   va_list v;
3530   va_start (v,p);
3531   s = g (p, va_arg (v,int));
3532   va_end (v);
3533   return s;
3534 }
3535
3536 /* OSF 4.0 Compaq cc is some sort of almost-ANSI by default.  It has
3537    function prototypes and stuff, but not '\xHH' hex character constants.
3538    These don't provoke an error unfortunately, instead are silently treated
3539    as 'x'.  The following induces an error, until -std is added to get
3540    proper ANSI mode.  Curiously '\x00'!='x' always comes out true, for an
3541    array size at least.  It's necessary to write '\x00'==0 to get something
3542    that's true only with -std.  */
3543 int osf4_cc_array ['\x00' == 0 ? 1 : -1];
3544
3545 /* IBM C 6 for AIX is almost-ANSI by default, but it replaces macro parameters
3546    inside strings and character constants.  */
3547 #define FOO(x) 'x'
3548 int xlc6_cc_array[FOO(a) == 'x' ? 1 : -1];
3549
3550 int test (int i, double x);
3551 struct s1 {int (*f) (int a);};
3552 struct s2 {int (*f) (double a);};
3553 int pairnames (int, char **, FILE *(*)(struct buf *, struct stat *, int), int, int);
3554 int argc;
3555 char **argv;
3556 int
3557 main ()
3558 {
3559 return f (e, argv, 0) != argv[0]  ||  f (e, argv, 1) != argv[1];
3560   ;
3561   return 0;
3562 }
3563 _ACEOF
3564 for ac_arg in '' -qlanglvl=extc89 -qlanglvl=ansi -std \
3565         -Ae "-Aa -D_HPUX_SOURCE" "-Xc -D__EXTENSIONS__"
3566 do
3567   CC="$ac_save_CC $ac_arg"
3568   if ac_fn_c_try_compile "$LINENO"; then :
3569   ac_cv_prog_cc_c89=$ac_arg
3570 fi
3571 rm -f core conftest.err conftest.$ac_objext
3572   test "x$ac_cv_prog_cc_c89" != "xno" && break
3573 done
3574 rm -f conftest.$ac_ext
3575 CC=$ac_save_CC
3576
3577 fi
3578 # AC_CACHE_VAL
3579 case "x$ac_cv_prog_cc_c89" in
3580   x)
3581     { $as_echo "$as_me:${as_lineno-$LINENO}: result: none needed" >&5
3582 $as_echo "none needed" >&6; } ;;
3583   xno)
3584     { $as_echo "$as_me:${as_lineno-$LINENO}: result: unsupported" >&5
3585 $as_echo "unsupported" >&6; } ;;
3586   *)
3587     CC="$CC $ac_cv_prog_cc_c89"
3588     { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_prog_cc_c89" >&5
3589 $as_echo "$ac_cv_prog_cc_c89" >&6; } ;;
3590 esac
3591 if test "x$ac_cv_prog_cc_c89" != xno; then :
3592
3593 fi
3594
3595 ac_ext=c
3596 ac_cpp='$CPP $CPPFLAGS'
3597 ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
3598 ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
3599 ac_compiler_gnu=$ac_cv_c_compiler_gnu
3600
3601 ac_ext=cpp
3602 ac_cpp='$CXXCPP $CPPFLAGS'
3603 ac_compile='$CXX -c $CXXFLAGS $CPPFLAGS conftest.$ac_ext >&5'
3604 ac_link='$CXX -o conftest$ac_exeext $CXXFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
3605 ac_compiler_gnu=$ac_cv_cxx_compiler_gnu
3606 if test -z "$CXX"; then
3607   if test -n "$CCC"; then
3608     CXX=$CCC
3609   else
3610     if test -n "$ac_tool_prefix"; then
3611   for ac_prog in g++ c++ gpp aCC CC cxx cc++ cl.exe FCC KCC RCC xlC_r xlC
3612   do
3613     # Extract the first word of "$ac_tool_prefix$ac_prog", so it can be a program name with args.
3614 set dummy $ac_tool_prefix$ac_prog; ac_word=$2
3615 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
3616 $as_echo_n "checking for $ac_word... " >&6; }
3617 if test "${ac_cv_prog_CXX+set}" = set; then :
3618   $as_echo_n "(cached) " >&6
3619 else
3620   if test -n "$CXX"; then
3621   ac_cv_prog_CXX="$CXX" # Let the user override the test.
3622 else
3623 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
3624 for as_dir in $PATH
3625 do
3626   IFS=$as_save_IFS
3627   test -z "$as_dir" && as_dir=.
3628     for ac_exec_ext in '' $ac_executable_extensions; do
3629   if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
3630     ac_cv_prog_CXX="$ac_tool_prefix$ac_prog"
3631     $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
3632     break 2
3633   fi
3634 done
3635   done
3636 IFS=$as_save_IFS
3637
3638 fi
3639 fi
3640 CXX=$ac_cv_prog_CXX
3641 if test -n "$CXX"; then
3642   { $as_echo "$as_me:${as_lineno-$LINENO}: result: $CXX" >&5
3643 $as_echo "$CXX" >&6; }
3644 else
3645   { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
3646 $as_echo "no" >&6; }
3647 fi
3648
3649
3650     test -n "$CXX" && break
3651   done
3652 fi
3653 if test -z "$CXX"; then
3654   ac_ct_CXX=$CXX
3655   for ac_prog in g++ c++ gpp aCC CC cxx cc++ cl.exe FCC KCC RCC xlC_r xlC
3656 do
3657   # Extract the first word of "$ac_prog", so it can be a program name with args.
3658 set dummy $ac_prog; ac_word=$2
3659 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
3660 $as_echo_n "checking for $ac_word... " >&6; }
3661 if test "${ac_cv_prog_ac_ct_CXX+set}" = set; then :
3662   $as_echo_n "(cached) " >&6
3663 else
3664   if test -n "$ac_ct_CXX"; then
3665   ac_cv_prog_ac_ct_CXX="$ac_ct_CXX" # Let the user override the test.
3666 else
3667 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
3668 for as_dir in $PATH
3669 do
3670   IFS=$as_save_IFS
3671   test -z "$as_dir" && as_dir=.
3672     for ac_exec_ext in '' $ac_executable_extensions; do
3673   if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
3674     ac_cv_prog_ac_ct_CXX="$ac_prog"
3675     $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
3676     break 2
3677   fi
3678 done
3679   done
3680 IFS=$as_save_IFS
3681
3682 fi
3683 fi
3684 ac_ct_CXX=$ac_cv_prog_ac_ct_CXX
3685 if test -n "$ac_ct_CXX"; then
3686   { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_ct_CXX" >&5
3687 $as_echo "$ac_ct_CXX" >&6; }
3688 else
3689   { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
3690 $as_echo "no" >&6; }
3691 fi
3692
3693
3694   test -n "$ac_ct_CXX" && break
3695 done
3696
3697   if test "x$ac_ct_CXX" = x; then
3698     CXX="g++"
3699   else
3700     case $cross_compiling:$ac_tool_warned in
3701 yes:)
3702 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: using cross tools not prefixed with host triplet" >&5
3703 $as_echo "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;}
3704 ac_tool_warned=yes ;;
3705 esac
3706     CXX=$ac_ct_CXX
3707   fi
3708 fi
3709
3710   fi
3711 fi
3712 # Provide some information about the compiler.
3713 $as_echo "$as_me:${as_lineno-$LINENO}: checking for C++ compiler version" >&5
3714 set X $ac_compile
3715 ac_compiler=$2
3716 for ac_option in --version -v -V -qversion; do
3717   { { ac_try="$ac_compiler $ac_option >&5"
3718 case "(($ac_try" in
3719   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
3720   *) ac_try_echo=$ac_try;;
3721 esac
3722 eval ac_try_echo="\"\$as_me:${as_lineno-$LINENO}: $ac_try_echo\""
3723 $as_echo "$ac_try_echo"; } >&5
3724   (eval "$ac_compiler $ac_option >&5") 2>conftest.err
3725   ac_status=$?
3726   if test -s conftest.err; then
3727     sed '10a\
3728 ... rest of stderr output deleted ...
3729          10q' conftest.err >conftest.er1
3730     cat conftest.er1 >&5
3731     rm -f conftest.er1 conftest.err
3732   fi
3733   $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
3734   test $ac_status = 0; }
3735 done
3736
3737 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether we are using the GNU C++ compiler" >&5
3738 $as_echo_n "checking whether we are using the GNU C++ compiler... " >&6; }
3739 if test "${ac_cv_cxx_compiler_gnu+set}" = set; then :
3740   $as_echo_n "(cached) " >&6
3741 else
3742   cat confdefs.h - <<_ACEOF >conftest.$ac_ext
3743 /* end confdefs.h.  */
3744
3745 int
3746 main ()
3747 {
3748 #ifndef __GNUC__
3749        choke me
3750 #endif
3751
3752   ;
3753   return 0;
3754 }
3755 _ACEOF
3756 if ac_fn_cxx_try_compile "$LINENO"; then :
3757   ac_compiler_gnu=yes
3758 else
3759   ac_compiler_gnu=no
3760 fi
3761 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
3762 ac_cv_cxx_compiler_gnu=$ac_compiler_gnu
3763
3764 fi
3765 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_cxx_compiler_gnu" >&5
3766 $as_echo "$ac_cv_cxx_compiler_gnu" >&6; }
3767 if test $ac_compiler_gnu = yes; then
3768   GXX=yes
3769 else
3770   GXX=
3771 fi
3772 ac_test_CXXFLAGS=${CXXFLAGS+set}
3773 ac_save_CXXFLAGS=$CXXFLAGS
3774 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether $CXX accepts -g" >&5
3775 $as_echo_n "checking whether $CXX accepts -g... " >&6; }
3776 if test "${ac_cv_prog_cxx_g+set}" = set; then :
3777   $as_echo_n "(cached) " >&6
3778 else
3779   ac_save_cxx_werror_flag=$ac_cxx_werror_flag
3780    ac_cxx_werror_flag=yes
3781    ac_cv_prog_cxx_g=no
3782    CXXFLAGS="-g"
3783    cat confdefs.h - <<_ACEOF >conftest.$ac_ext
3784 /* end confdefs.h.  */
3785
3786 int
3787 main ()
3788 {
3789
3790   ;
3791   return 0;
3792 }
3793 _ACEOF
3794 if ac_fn_cxx_try_compile "$LINENO"; then :
3795   ac_cv_prog_cxx_g=yes
3796 else
3797   CXXFLAGS=""
3798       cat confdefs.h - <<_ACEOF >conftest.$ac_ext
3799 /* end confdefs.h.  */
3800
3801 int
3802 main ()
3803 {
3804
3805   ;
3806   return 0;
3807 }
3808 _ACEOF
3809 if ac_fn_cxx_try_compile "$LINENO"; then :
3810
3811 else
3812   ac_cxx_werror_flag=$ac_save_cxx_werror_flag
3813          CXXFLAGS="-g"
3814          cat confdefs.h - <<_ACEOF >conftest.$ac_ext
3815 /* end confdefs.h.  */
3816
3817 int
3818 main ()
3819 {
3820
3821   ;
3822   return 0;
3823 }
3824 _ACEOF
3825 if ac_fn_cxx_try_compile "$LINENO"; then :
3826   ac_cv_prog_cxx_g=yes
3827 fi
3828 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
3829 fi
3830 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
3831 fi
3832 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
3833    ac_cxx_werror_flag=$ac_save_cxx_werror_flag
3834 fi
3835 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_prog_cxx_g" >&5
3836 $as_echo "$ac_cv_prog_cxx_g" >&6; }
3837 if test "$ac_test_CXXFLAGS" = set; then
3838   CXXFLAGS=$ac_save_CXXFLAGS
3839 elif test $ac_cv_prog_cxx_g = yes; then
3840   if test "$GXX" = yes; then
3841     CXXFLAGS="-g -O2"
3842   else
3843     CXXFLAGS="-g"
3844   fi
3845 else
3846   if test "$GXX" = yes; then
3847     CXXFLAGS="-O2"
3848   else
3849     CXXFLAGS=
3850   fi
3851 fi
3852 ac_ext=c
3853 ac_cpp='$CPP $CPPFLAGS'
3854 ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
3855 ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
3856 ac_compiler_gnu=$ac_cv_c_compiler_gnu
3857
3858 if test -n "$ac_tool_prefix"; then
3859   # Extract the first word of "${ac_tool_prefix}cpp", so it can be a program name with args.
3860 set dummy ${ac_tool_prefix}cpp; ac_word=$2
3861 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
3862 $as_echo_n "checking for $ac_word... " >&6; }
3863 if test "${ac_cv_prog_CPPBIN+set}" = set; then :
3864   $as_echo_n "(cached) " >&6
3865 else
3866   if test -n "$CPPBIN"; then
3867   ac_cv_prog_CPPBIN="$CPPBIN" # Let the user override the test.
3868 else
3869 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
3870 for as_dir in $PATH
3871 do
3872   IFS=$as_save_IFS
3873   test -z "$as_dir" && as_dir=.
3874     for ac_exec_ext in '' $ac_executable_extensions; do
3875   if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
3876     ac_cv_prog_CPPBIN="${ac_tool_prefix}cpp"
3877     $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
3878     break 2
3879   fi
3880 done
3881   done
3882 IFS=$as_save_IFS
3883
3884 fi
3885 fi
3886 CPPBIN=$ac_cv_prog_CPPBIN
3887 if test -n "$CPPBIN"; then
3888   { $as_echo "$as_me:${as_lineno-$LINENO}: result: $CPPBIN" >&5
3889 $as_echo "$CPPBIN" >&6; }
3890 else
3891   { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
3892 $as_echo "no" >&6; }
3893 fi
3894
3895
3896 fi
3897 if test -z "$ac_cv_prog_CPPBIN"; then
3898   ac_ct_CPPBIN=$CPPBIN
3899   # Extract the first word of "cpp", so it can be a program name with args.
3900 set dummy cpp; ac_word=$2
3901 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
3902 $as_echo_n "checking for $ac_word... " >&6; }
3903 if test "${ac_cv_prog_ac_ct_CPPBIN+set}" = set; then :
3904   $as_echo_n "(cached) " >&6
3905 else
3906   if test -n "$ac_ct_CPPBIN"; then
3907   ac_cv_prog_ac_ct_CPPBIN="$ac_ct_CPPBIN" # Let the user override the test.
3908 else
3909 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
3910 for as_dir in $PATH
3911 do
3912   IFS=$as_save_IFS
3913   test -z "$as_dir" && as_dir=.
3914     for ac_exec_ext in '' $ac_executable_extensions; do
3915   if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
3916     ac_cv_prog_ac_ct_CPPBIN="cpp"
3917     $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
3918     break 2
3919   fi
3920 done
3921   done
3922 IFS=$as_save_IFS
3923
3924 fi
3925 fi
3926 ac_ct_CPPBIN=$ac_cv_prog_ac_ct_CPPBIN
3927 if test -n "$ac_ct_CPPBIN"; then
3928   { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_ct_CPPBIN" >&5
3929 $as_echo "$ac_ct_CPPBIN" >&6; }
3930 else
3931   { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
3932 $as_echo "no" >&6; }
3933 fi
3934
3935   if test "x$ac_ct_CPPBIN" = x; then
3936     CPPBIN="cpp"
3937   else
3938     case $cross_compiling:$ac_tool_warned in
3939 yes:)
3940 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: using cross tools not prefixed with host triplet" >&5
3941 $as_echo "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;}
3942 ac_tool_warned=yes ;;
3943 esac
3944     CPPBIN=$ac_ct_CPPBIN
3945   fi
3946 else
3947   CPPBIN="$ac_cv_prog_CPPBIN"
3948 fi
3949
3950
3951 case $host in
3952   *-darwin*)
3953     if test "x$enable_win64" = "xyes"
3954     then
3955       CC="$CC -m64"
3956       CXX="$CXX -m64"
3957       LD="${LD:-ld} -arch x86_64"
3958       AS="${AS:-as} -arch x86_64"
3959       host_cpu="x86_64"
3960       notice_platform="64-bit "
3961       TARGETFLAGS="-m64"
3962
3963     else
3964       CC="$CC -m32"
3965       CXX="$CXX -m32"
3966       LD="${LD:-ld} -arch i386"
3967       AS="${AS:-as} -arch i386"
3968       host_cpu="i386"
3969       notice_platform="32-bit "
3970       TARGETFLAGS="-m32"
3971
3972       enable_win16=${enable_win16:-yes}
3973     fi
3974     ;;
3975   x86_64*)
3976     if test "x$enable_win64" != "xyes" -a "$cross_compiling" != "yes"
3977     then
3978       CC="$CC -m32"
3979       CXX="$CXX -m32"
3980       { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether $CC works" >&5
3981 $as_echo_n "checking whether $CC works... " >&6; }
3982
3983 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
3984 /* end confdefs.h.  */
3985
3986 int
3987 main ()
3988 {
3989
3990   ;
3991   return 0;
3992 }
3993 _ACEOF
3994 if ac_fn_c_try_link "$LINENO"; then :
3995   { $as_echo "$as_me:${as_lineno-$LINENO}: result: yes" >&5
3996 $as_echo "yes" >&6; }
3997 else
3998   { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
3999 $as_echo "no" >&6; }
4000                       as_fn_error "Cannot build a 32-bit program, you need to install 32-bit development libraries." "$LINENO" 5
4001 fi
4002 rm -f core conftest.err conftest.$ac_objext \
4003     conftest$ac_exeext conftest.$ac_ext
4004       LD="${LD:-ld} -m elf_i386"
4005       AS="${AS:-as} --32"
4006       host_cpu="i386"
4007       notice_platform="32-bit "
4008       TARGETFLAGS="-m32"
4009
4010       enable_win16=${enable_win16:-yes}
4011     else
4012       if test "x${GCC}" = "xyes"
4013       then
4014         { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether $CC supports __builtin_ms_va_list" >&5
4015 $as_echo_n "checking whether $CC supports __builtin_ms_va_list... " >&6; }
4016         cat confdefs.h - <<_ACEOF >conftest.$ac_ext
4017 /* end confdefs.h.  */
4018 #include <stdarg.h>
4019 int
4020 main ()
4021 {
4022 void func(__builtin_ms_va_list *args);
4023   ;
4024   return 0;
4025 }
4026 _ACEOF
4027 if ac_fn_c_try_compile "$LINENO"; then :
4028   { $as_echo "$as_me:${as_lineno-$LINENO}: result: yes" >&5
4029 $as_echo "yes" >&6; }
4030 else
4031   { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
4032 $as_echo "no" >&6; }
4033                            as_fn_error "You need gcc >= 4.4 to build Wine as 64-bit." "$LINENO" 5
4034 fi
4035 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
4036       fi
4037       TARGETFLAGS="-m64"
4038
4039     fi
4040     ;;
4041   *-mingw32*|*-cygwin*)
4042     enable_win16=${enable_win16:-no}
4043     ;;
4044   i[3456789]86*)
4045     enable_win16=${enable_win16:-yes}
4046     ;;
4047 esac
4048
4049 enable_win16=${enable_win16:-no}
4050
4051 WIN16_FILES="\$(WIN16_FILES)"
4052
4053 WIN16_INSTALL="\$(WIN16_INSTALL)"
4054
4055 if test "x$enable_win16" != "xyes"
4056 then
4057     WIN16_FILES=""
4058     WIN16_INSTALL=""
4059     enable_w32skrnl=${enable_w32skrnl:-no}
4060     enable_winedos=${enable_winedos:-no}
4061     enable_winevdm=${enable_winevdm:-no}
4062 fi
4063
4064 if test -n "$with_wine64"
4065 then
4066     if test "x$enable_win64" = "xyes"
4067     then
4068         as_fn_error "--enable-win64 and --with-wine64 are mutually exclusive.
4069 --enable-win64 should be used in the 64-bit build tree, --with-wine64 in the 32-bit Wow64 build tree." "$LINENO" 5
4070     fi
4071     WOW64_DISABLE=\#
4072
4073     enable_fonts=${enable_fonts:-no}
4074     enable_include=${enable_include:-no}
4075     enable_server=${enable_server:-no}
4076     enable_tools=${enable_tools:-no}
4077     enable_wineboot=${enable_wineboot:-no}
4078     enable_winedbg=${enable_winedbg:-no}
4079     test "x$libdir" != "x\${exec_prefix}/lib" || libdir="\${exec_prefix}/lib32"
4080 fi
4081
4082 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for the directory containing the Wine tools" >&5
4083 $as_echo_n "checking for the directory containing the Wine tools... " >&6; }
4084 if test "${wine_cv_toolsdir+set}" = set; then :
4085   $as_echo_n "(cached) " >&6
4086 else
4087   wine_cv_toolsdir="$with_wine_tools"
4088    if test -z "$with_wine_tools"; then
4089      if test "$cross_compiling" = "yes"; then
4090        as_fn_error "you must use the --with-wine-tools option when cross-compiling." "$LINENO" 5
4091      elif test -n "$with_wine64"; then
4092        wine_cv_toolsdir="$with_wine64"
4093      fi
4094    fi
4095    if test -z "$wine_cv_toolsdir"; then
4096      wine_cv_toolsdir="\$(TOPOBJDIR)"
4097    elif test -d "$wine_cv_toolsdir/tools/winebuild"; then
4098      case "$wine_cv_toolsdir" in
4099        /*) ;;
4100        *)  wine_cv_toolsdir="\$(TOPOBJDIR)/$wine_cv_toolsdir" ;;
4101      esac
4102    else
4103      as_fn_error "could not find Wine tools in $wine_cv_toolsdir" "$LINENO" 5
4104    fi
4105 fi
4106 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $wine_cv_toolsdir" >&5
4107 $as_echo "$wine_cv_toolsdir" >&6; }
4108 TOOLSDIR=$wine_cv_toolsdir
4109
4110 if test -n "$host_alias" -a "$host_alias" != "$build_alias"
4111 then
4112     TARGETFLAGS="-b $host_alias $TARGETFLAGS"
4113
4114 fi
4115
4116 for ac_prog in flex
4117 do
4118   # Extract the first word of "$ac_prog", so it can be a program name with args.
4119 set dummy $ac_prog; ac_word=$2
4120 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
4121 $as_echo_n "checking for $ac_word... " >&6; }
4122 if test "${ac_cv_prog_FLEX+set}" = set; then :
4123   $as_echo_n "(cached) " >&6
4124 else
4125   if test -n "$FLEX"; then
4126   ac_cv_prog_FLEX="$FLEX" # Let the user override the test.
4127 else
4128 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
4129 for as_dir in $PATH
4130 do
4131   IFS=$as_save_IFS
4132   test -z "$as_dir" && as_dir=.
4133     for ac_exec_ext in '' $ac_executable_extensions; do
4134   if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
4135     ac_cv_prog_FLEX="$ac_prog"
4136     $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
4137     break 2
4138   fi
4139 done
4140   done
4141 IFS=$as_save_IFS
4142
4143 fi
4144 fi
4145 FLEX=$ac_cv_prog_FLEX
4146 if test -n "$FLEX"; then
4147   { $as_echo "$as_me:${as_lineno-$LINENO}: result: $FLEX" >&5
4148 $as_echo "$FLEX" >&6; }
4149 else
4150   { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
4151 $as_echo "no" >&6; }
4152 fi
4153
4154
4155   test -n "$FLEX" && break
4156 done
4157 test -n "$FLEX" || FLEX="none"
4158
4159 if test "$FLEX" = "none"
4160 then
4161   as_fn_error "no suitable flex found. Please install the 'flex' package." "$LINENO" 5
4162 fi
4163
4164 for ac_prog in bison
4165 do
4166   # Extract the first word of "$ac_prog", so it can be a program name with args.
4167 set dummy $ac_prog; ac_word=$2
4168 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
4169 $as_echo_n "checking for $ac_word... " >&6; }
4170 if test "${ac_cv_prog_BISON+set}" = set; then :
4171   $as_echo_n "(cached) " >&6
4172 else
4173   if test -n "$BISON"; then
4174   ac_cv_prog_BISON="$BISON" # Let the user override the test.
4175 else
4176 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
4177 for as_dir in $PATH
4178 do
4179   IFS=$as_save_IFS
4180   test -z "$as_dir" && as_dir=.
4181     for ac_exec_ext in '' $ac_executable_extensions; do
4182   if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
4183     ac_cv_prog_BISON="$ac_prog"
4184     $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
4185     break 2
4186   fi
4187 done
4188   done
4189 IFS=$as_save_IFS
4190
4191 fi
4192 fi
4193 BISON=$ac_cv_prog_BISON
4194 if test -n "$BISON"; then
4195   { $as_echo "$as_me:${as_lineno-$LINENO}: result: $BISON" >&5
4196 $as_echo "$BISON" >&6; }
4197 else
4198   { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
4199 $as_echo "no" >&6; }
4200 fi
4201
4202
4203   test -n "$BISON" && break
4204 done
4205 test -n "$BISON" || BISON="none"
4206
4207 if test "$BISON" = "none"
4208 then
4209   as_fn_error "no suitable bison found. Please install the 'bison' package." "$LINENO" 5
4210 fi
4211
4212 if test -n "$ac_tool_prefix"; then
4213   for ac_prog in ar gar
4214   do
4215     # Extract the first word of "$ac_tool_prefix$ac_prog", so it can be a program name with args.
4216 set dummy $ac_tool_prefix$ac_prog; ac_word=$2
4217 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
4218 $as_echo_n "checking for $ac_word... " >&6; }
4219 if test "${ac_cv_prog_AR+set}" = set; then :
4220   $as_echo_n "(cached) " >&6
4221 else
4222   if test -n "$AR"; then
4223   ac_cv_prog_AR="$AR" # Let the user override the test.
4224 else
4225 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
4226 for as_dir in $PATH
4227 do
4228   IFS=$as_save_IFS
4229   test -z "$as_dir" && as_dir=.
4230     for ac_exec_ext in '' $ac_executable_extensions; do
4231   if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
4232     ac_cv_prog_AR="$ac_tool_prefix$ac_prog"
4233     $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
4234     break 2
4235   fi
4236 done
4237   done
4238 IFS=$as_save_IFS
4239
4240 fi
4241 fi
4242 AR=$ac_cv_prog_AR
4243 if test -n "$AR"; then
4244   { $as_echo "$as_me:${as_lineno-$LINENO}: result: $AR" >&5
4245 $as_echo "$AR" >&6; }
4246 else
4247   { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
4248 $as_echo "no" >&6; }
4249 fi
4250
4251
4252     test -n "$AR" && break
4253   done
4254 fi
4255 if test -z "$AR"; then
4256   ac_ct_AR=$AR
4257   for ac_prog in ar gar
4258 do
4259   # Extract the first word of "$ac_prog", so it can be a program name with args.
4260 set dummy $ac_prog; ac_word=$2
4261 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
4262 $as_echo_n "checking for $ac_word... " >&6; }
4263 if test "${ac_cv_prog_ac_ct_AR+set}" = set; then :
4264   $as_echo_n "(cached) " >&6
4265 else
4266   if test -n "$ac_ct_AR"; then
4267   ac_cv_prog_ac_ct_AR="$ac_ct_AR" # Let the user override the test.
4268 else
4269 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
4270 for as_dir in $PATH
4271 do
4272   IFS=$as_save_IFS
4273   test -z "$as_dir" && as_dir=.
4274     for ac_exec_ext in '' $ac_executable_extensions; do
4275   if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
4276     ac_cv_prog_ac_ct_AR="$ac_prog"
4277     $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
4278     break 2
4279   fi
4280 done
4281   done
4282 IFS=$as_save_IFS
4283
4284 fi
4285 fi
4286 ac_ct_AR=$ac_cv_prog_ac_ct_AR
4287 if test -n "$ac_ct_AR"; then
4288   { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_ct_AR" >&5
4289 $as_echo "$ac_ct_AR" >&6; }
4290 else
4291   { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
4292 $as_echo "no" >&6; }
4293 fi
4294
4295
4296   test -n "$ac_ct_AR" && break
4297 done
4298
4299   if test "x$ac_ct_AR" = x; then
4300     AR="ar"
4301   else
4302     case $cross_compiling:$ac_tool_warned in
4303 yes:)
4304 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: using cross tools not prefixed with host triplet" >&5
4305 $as_echo "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;}
4306 ac_tool_warned=yes ;;
4307 esac
4308     AR=$ac_ct_AR
4309   fi
4310 fi
4311
4312 ARFLAGS=rc
4313
4314 if test -n "$ac_tool_prefix"; then
4315   # Extract the first word of "${ac_tool_prefix}ranlib", so it can be a program name with args.
4316 set dummy ${ac_tool_prefix}ranlib; ac_word=$2
4317 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
4318 $as_echo_n "checking for $ac_word... " >&6; }
4319 if test "${ac_cv_prog_RANLIB+set}" = set; then :
4320   $as_echo_n "(cached) " >&6
4321 else
4322   if test -n "$RANLIB"; then
4323   ac_cv_prog_RANLIB="$RANLIB" # Let the user override the test.
4324 else
4325 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
4326 for as_dir in $PATH
4327 do
4328   IFS=$as_save_IFS
4329   test -z "$as_dir" && as_dir=.
4330     for ac_exec_ext in '' $ac_executable_extensions; do
4331   if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
4332     ac_cv_prog_RANLIB="${ac_tool_prefix}ranlib"
4333     $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
4334     break 2
4335   fi
4336 done
4337   done
4338 IFS=$as_save_IFS
4339
4340 fi
4341 fi
4342 RANLIB=$ac_cv_prog_RANLIB
4343 if test -n "$RANLIB"; then
4344   { $as_echo "$as_me:${as_lineno-$LINENO}: result: $RANLIB" >&5
4345 $as_echo "$RANLIB" >&6; }
4346 else
4347   { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
4348 $as_echo "no" >&6; }
4349 fi
4350
4351
4352 fi
4353 if test -z "$ac_cv_prog_RANLIB"; then
4354   ac_ct_RANLIB=$RANLIB
4355   # Extract the first word of "ranlib", so it can be a program name with args.
4356 set dummy ranlib; ac_word=$2
4357 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
4358 $as_echo_n "checking for $ac_word... " >&6; }
4359 if test "${ac_cv_prog_ac_ct_RANLIB+set}" = set; then :
4360   $as_echo_n "(cached) " >&6
4361 else
4362   if test -n "$ac_ct_RANLIB"; then
4363   ac_cv_prog_ac_ct_RANLIB="$ac_ct_RANLIB" # Let the user override the test.
4364 else
4365 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
4366 for as_dir in $PATH
4367 do
4368   IFS=$as_save_IFS
4369   test -z "$as_dir" && as_dir=.
4370     for ac_exec_ext in '' $ac_executable_extensions; do
4371   if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
4372     ac_cv_prog_ac_ct_RANLIB="ranlib"
4373     $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
4374     break 2
4375   fi
4376 done
4377   done
4378 IFS=$as_save_IFS
4379
4380 fi
4381 fi
4382 ac_ct_RANLIB=$ac_cv_prog_ac_ct_RANLIB
4383 if test -n "$ac_ct_RANLIB"; then
4384   { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_ct_RANLIB" >&5
4385 $as_echo "$ac_ct_RANLIB" >&6; }
4386 else
4387   { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
4388 $as_echo "no" >&6; }
4389 fi
4390
4391   if test "x$ac_ct_RANLIB" = x; then
4392     RANLIB=":"
4393   else
4394     case $cross_compiling:$ac_tool_warned in
4395 yes:)
4396 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: using cross tools not prefixed with host triplet" >&5
4397 $as_echo "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;}
4398 ac_tool_warned=yes ;;
4399 esac
4400     RANLIB=$ac_ct_RANLIB
4401   fi
4402 else
4403   RANLIB="$ac_cv_prog_RANLIB"
4404 fi
4405
4406 if test -n "$ac_tool_prefix"; then
4407   # Extract the first word of "${ac_tool_prefix}strip", so it can be a program name with args.
4408 set dummy ${ac_tool_prefix}strip; ac_word=$2
4409 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
4410 $as_echo_n "checking for $ac_word... " >&6; }
4411 if test "${ac_cv_prog_STRIP+set}" = set; then :
4412   $as_echo_n "(cached) " >&6
4413 else
4414   if test -n "$STRIP"; then
4415   ac_cv_prog_STRIP="$STRIP" # Let the user override the test.
4416 else
4417 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
4418 for as_dir in $PATH
4419 do
4420   IFS=$as_save_IFS
4421   test -z "$as_dir" && as_dir=.
4422     for ac_exec_ext in '' $ac_executable_extensions; do
4423   if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
4424     ac_cv_prog_STRIP="${ac_tool_prefix}strip"
4425     $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
4426     break 2
4427   fi
4428 done
4429   done
4430 IFS=$as_save_IFS
4431
4432 fi
4433 fi
4434 STRIP=$ac_cv_prog_STRIP
4435 if test -n "$STRIP"; then
4436   { $as_echo "$as_me:${as_lineno-$LINENO}: result: $STRIP" >&5
4437 $as_echo "$STRIP" >&6; }
4438 else
4439   { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
4440 $as_echo "no" >&6; }
4441 fi
4442
4443
4444 fi
4445 if test -z "$ac_cv_prog_STRIP"; then
4446   ac_ct_STRIP=$STRIP
4447   # Extract the first word of "strip", so it can be a program name with args.
4448 set dummy strip; ac_word=$2
4449 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
4450 $as_echo_n "checking for $ac_word... " >&6; }
4451 if test "${ac_cv_prog_ac_ct_STRIP+set}" = set; then :
4452   $as_echo_n "(cached) " >&6
4453 else
4454   if test -n "$ac_ct_STRIP"; then
4455   ac_cv_prog_ac_ct_STRIP="$ac_ct_STRIP" # Let the user override the test.
4456 else
4457 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
4458 for as_dir in $PATH
4459 do
4460   IFS=$as_save_IFS
4461   test -z "$as_dir" && as_dir=.
4462     for ac_exec_ext in '' $ac_executable_extensions; do
4463   if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
4464     ac_cv_prog_ac_ct_STRIP="strip"
4465     $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
4466     break 2
4467   fi
4468 done
4469   done
4470 IFS=$as_save_IFS
4471
4472 fi
4473 fi
4474 ac_ct_STRIP=$ac_cv_prog_ac_ct_STRIP
4475 if test -n "$ac_ct_STRIP"; then
4476   { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_ct_STRIP" >&5
4477 $as_echo "$ac_ct_STRIP" >&6; }
4478 else
4479   { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
4480 $as_echo "no" >&6; }
4481 fi
4482
4483   if test "x$ac_ct_STRIP" = x; then
4484     STRIP="strip"
4485   else
4486     case $cross_compiling:$ac_tool_warned in
4487 yes:)
4488 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: using cross tools not prefixed with host triplet" >&5
4489 $as_echo "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;}
4490 ac_tool_warned=yes ;;
4491 esac
4492     STRIP=$ac_ct_STRIP
4493   fi
4494 else
4495   STRIP="$ac_cv_prog_STRIP"
4496 fi
4497
4498 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether ln -s works" >&5
4499 $as_echo_n "checking whether ln -s works... " >&6; }
4500 LN_S=$as_ln_s
4501 if test "$LN_S" = "ln -s"; then
4502   { $as_echo "$as_me:${as_lineno-$LINENO}: result: yes" >&5
4503 $as_echo "yes" >&6; }
4504 else
4505   { $as_echo "$as_me:${as_lineno-$LINENO}: result: no, using $LN_S" >&5
4506 $as_echo "no, using $LN_S" >&6; }
4507 fi
4508
4509 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether ln works" >&5
4510 $as_echo_n "checking whether ln works... " >&6; }
4511 rm -f conf$$ conf$$.file
4512 echo >conf$$.file
4513 if ln conf$$.file conf$$ 2>/dev/null; then
4514   LN=ln
4515
4516   { $as_echo "$as_me:${as_lineno-$LINENO}: result: yes" >&5
4517 $as_echo "yes" >&6; }
4518 else
4519   LN="cp -p"
4520
4521   { $as_echo "$as_me:${as_lineno-$LINENO}: result: no, using $LN" >&5
4522 $as_echo "no, using $LN" >&6; }
4523 fi
4524 rm -f conf$$ conf$$.file
4525 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for grep that handles long lines and -e" >&5
4526 $as_echo_n "checking for grep that handles long lines and -e... " >&6; }
4527 if test "${ac_cv_path_GREP+set}" = set; then :
4528   $as_echo_n "(cached) " >&6
4529 else
4530   if test -z "$GREP"; then
4531   ac_path_GREP_found=false
4532   # Loop through the user's path and test for each of PROGNAME-LIST
4533   as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
4534 for as_dir in $PATH$PATH_SEPARATOR/usr/xpg4/bin
4535 do
4536   IFS=$as_save_IFS
4537   test -z "$as_dir" && as_dir=.
4538     for ac_prog in grep ggrep; do
4539     for ac_exec_ext in '' $ac_executable_extensions; do
4540       ac_path_GREP="$as_dir/$ac_prog$ac_exec_ext"
4541       { test -f "$ac_path_GREP" && $as_test_x "$ac_path_GREP"; } || continue
4542 # Check for GNU ac_path_GREP and select it if it is found.
4543   # Check for GNU $ac_path_GREP
4544 case `"$ac_path_GREP" --version 2>&1` in
4545 *GNU*)
4546   ac_cv_path_GREP="$ac_path_GREP" ac_path_GREP_found=:;;
4547 *)
4548   ac_count=0
4549   $as_echo_n 0123456789 >"conftest.in"
4550   while :
4551   do
4552     cat "conftest.in" "conftest.in" >"conftest.tmp"
4553     mv "conftest.tmp" "conftest.in"
4554     cp "conftest.in" "conftest.nl"
4555     $as_echo 'GREP' >> "conftest.nl"
4556     "$ac_path_GREP" -e 'GREP$' -e '-(cannot match)-' < "conftest.nl" >"conftest.out" 2>/dev/null || break
4557     diff "conftest.out" "conftest.nl" >/dev/null 2>&1 || break
4558     as_fn_arith $ac_count + 1 && ac_count=$as_val
4559     if test $ac_count -gt ${ac_path_GREP_max-0}; then
4560       # Best one so far, save it but keep looking for a better one
4561       ac_cv_path_GREP="$ac_path_GREP"
4562       ac_path_GREP_max=$ac_count
4563     fi
4564     # 10*(2^10) chars as input seems more than enough
4565     test $ac_count -gt 10 && break
4566   done
4567   rm -f conftest.in conftest.tmp conftest.nl conftest.out;;
4568 esac
4569
4570       $ac_path_GREP_found && break 3
4571     done
4572   done
4573   done
4574 IFS=$as_save_IFS
4575   if test -z "$ac_cv_path_GREP"; then
4576     as_fn_error "no acceptable grep could be found in $PATH$PATH_SEPARATOR/usr/xpg4/bin" "$LINENO" 5
4577   fi
4578 else
4579   ac_cv_path_GREP=$GREP
4580 fi
4581
4582 fi
4583 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_path_GREP" >&5
4584 $as_echo "$ac_cv_path_GREP" >&6; }
4585  GREP="$ac_cv_path_GREP"
4586
4587
4588 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for egrep" >&5
4589 $as_echo_n "checking for egrep... " >&6; }
4590 if test "${ac_cv_path_EGREP+set}" = set; then :
4591   $as_echo_n "(cached) " >&6
4592 else
4593   if echo a | $GREP -E '(a|b)' >/dev/null 2>&1
4594    then ac_cv_path_EGREP="$GREP -E"
4595    else
4596      if test -z "$EGREP"; then
4597   ac_path_EGREP_found=false
4598   # Loop through the user's path and test for each of PROGNAME-LIST
4599   as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
4600 for as_dir in $PATH$PATH_SEPARATOR/usr/xpg4/bin
4601 do
4602   IFS=$as_save_IFS
4603   test -z "$as_dir" && as_dir=.
4604     for ac_prog in egrep; do
4605     for ac_exec_ext in '' $ac_executable_extensions; do
4606       ac_path_EGREP="$as_dir/$ac_prog$ac_exec_ext"
4607       { test -f "$ac_path_EGREP" && $as_test_x "$ac_path_EGREP"; } || continue
4608 # Check for GNU ac_path_EGREP and select it if it is found.
4609   # Check for GNU $ac_path_EGREP
4610 case `"$ac_path_EGREP" --version 2>&1` in
4611 *GNU*)
4612   ac_cv_path_EGREP="$ac_path_EGREP" ac_path_EGREP_found=:;;
4613 *)
4614   ac_count=0
4615   $as_echo_n 0123456789 >"conftest.in"
4616   while :
4617   do
4618     cat "conftest.in" "conftest.in" >"conftest.tmp"
4619     mv "conftest.tmp" "conftest.in"
4620     cp "conftest.in" "conftest.nl"
4621     $as_echo 'EGREP' >> "conftest.nl"
4622     "$ac_path_EGREP" 'EGREP$' < "conftest.nl" >"conftest.out" 2>/dev/null || break
4623     diff "conftest.out" "conftest.nl" >/dev/null 2>&1 || break
4624     as_fn_arith $ac_count + 1 && ac_count=$as_val
4625     if test $ac_count -gt ${ac_path_EGREP_max-0}; then
4626       # Best one so far, save it but keep looking for a better one
4627       ac_cv_path_EGREP="$ac_path_EGREP"
4628       ac_path_EGREP_max=$ac_count
4629     fi
4630     # 10*(2^10) chars as input seems more than enough
4631     test $ac_count -gt 10 && break
4632   done
4633   rm -f conftest.in conftest.tmp conftest.nl conftest.out;;
4634 esac
4635
4636       $ac_path_EGREP_found && break 3
4637     done
4638   done
4639   done
4640 IFS=$as_save_IFS
4641   if test -z "$ac_cv_path_EGREP"; then
4642     as_fn_error "no acceptable egrep could be found in $PATH$PATH_SEPARATOR/usr/xpg4/bin" "$LINENO" 5
4643   fi
4644 else
4645   ac_cv_path_EGREP=$EGREP
4646 fi
4647
4648    fi
4649 fi
4650 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_path_EGREP" >&5
4651 $as_echo "$ac_cv_path_EGREP" >&6; }
4652  EGREP="$ac_cv_path_EGREP"
4653
4654
4655 # Extract the first word of "ldconfig", so it can be a program name with args.
4656 set dummy ldconfig; ac_word=$2
4657 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
4658 $as_echo_n "checking for $ac_word... " >&6; }
4659 if test "${ac_cv_path_LDCONFIG+set}" = set; then :
4660   $as_echo_n "(cached) " >&6
4661 else
4662   case $LDCONFIG in
4663   [\\/]* | ?:[\\/]*)
4664   ac_cv_path_LDCONFIG="$LDCONFIG" # Let the user override the test with a path.
4665   ;;
4666   *)
4667   as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
4668 for as_dir in /sbin /usr/sbin $PATH
4669 do
4670   IFS=$as_save_IFS
4671   test -z "$as_dir" && as_dir=.
4672     for ac_exec_ext in '' $ac_executable_extensions; do
4673   if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
4674     ac_cv_path_LDCONFIG="$as_dir/$ac_word$ac_exec_ext"
4675     $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
4676     break 2
4677   fi
4678 done
4679   done
4680 IFS=$as_save_IFS
4681
4682   test -z "$ac_cv_path_LDCONFIG" && ac_cv_path_LDCONFIG="true"
4683   ;;
4684 esac
4685 fi
4686 LDCONFIG=$ac_cv_path_LDCONFIG
4687 if test -n "$LDCONFIG"; then
4688   { $as_echo "$as_me:${as_lineno-$LINENO}: result: $LDCONFIG" >&5
4689 $as_echo "$LDCONFIG" >&6; }
4690 else
4691   { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
4692 $as_echo "no" >&6; }
4693 fi
4694
4695
4696 # Find a good install program.  We prefer a C program (faster),
4697 # so one script is as good as another.  But avoid the broken or
4698 # incompatible versions:
4699 # SysV /etc/install, /usr/sbin/install
4700 # SunOS /usr/etc/install
4701 # IRIX /sbin/install
4702 # AIX /bin/install
4703 # AmigaOS /C/install, which installs bootblocks on floppy discs
4704 # AIX 4 /usr/bin/installbsd, which doesn't work without a -g flag
4705 # AFS /usr/afsws/bin/install, which mishandles nonexistent args
4706 # SVR4 /usr/ucb/install, which tries to use the nonexistent group "staff"
4707 # OS/2's system install, which has a completely different semantic
4708 # ./install, which can be erroneously created by make from ./install.sh.
4709 # Reject install programs that cannot install multiple files.
4710 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for a BSD-compatible install" >&5
4711 $as_echo_n "checking for a BSD-compatible install... " >&6; }
4712 if test -z "$INSTALL"; then
4713 if test "${ac_cv_path_install+set}" = set; then :
4714   $as_echo_n "(cached) " >&6
4715 else
4716   as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
4717 for as_dir in $PATH
4718 do
4719   IFS=$as_save_IFS
4720   test -z "$as_dir" && as_dir=.
4721     # Account for people who put trailing slashes in PATH elements.
4722 case $as_dir/ in #((
4723   ./ | .// | /[cC]/* | \
4724   /etc/* | /usr/sbin/* | /usr/etc/* | /sbin/* | /usr/afsws/bin/* | \
4725   ?:[\\/]os2[\\/]install[\\/]* | ?:[\\/]OS2[\\/]INSTALL[\\/]* | \
4726   /usr/ucb/* ) ;;
4727   *)
4728     # OSF1 and SCO ODT 3.0 have their own names for install.
4729     # Don't use installbsd from OSF since it installs stuff as root
4730     # by default.
4731     for ac_prog in ginstall scoinst install; do
4732       for ac_exec_ext in '' $ac_executable_extensions; do
4733         if { test -f "$as_dir/$ac_prog$ac_exec_ext" && $as_test_x "$as_dir/$ac_prog$ac_exec_ext"; }; then
4734           if test $ac_prog = install &&
4735             grep dspmsg "$as_dir/$ac_prog$ac_exec_ext" >/dev/null 2>&1; then
4736             # AIX install.  It has an incompatible calling convention.
4737             :
4738           elif test $ac_prog = install &&
4739             grep pwplus "$as_dir/$ac_prog$ac_exec_ext" >/dev/null 2>&1; then
4740             # program-specific install script used by HP pwplus--don't use.
4741             :
4742           else
4743             rm -rf conftest.one conftest.two conftest.dir
4744             echo one > conftest.one
4745             echo two > conftest.two
4746             mkdir conftest.dir
4747             if "$as_dir/$ac_prog$ac_exec_ext" -c conftest.one conftest.two "`pwd`/conftest.dir" &&
4748               test -s conftest.one && test -s conftest.two &&
4749               test -s conftest.dir/conftest.one &&
4750               test -s conftest.dir/conftest.two
4751             then
4752               ac_cv_path_install="$as_dir/$ac_prog$ac_exec_ext -c"
4753               break 3
4754             fi
4755           fi
4756         fi
4757       done
4758     done
4759     ;;
4760 esac
4761
4762   done
4763 IFS=$as_save_IFS
4764
4765 rm -rf conftest.one conftest.two conftest.dir
4766
4767 fi
4768   if test "${ac_cv_path_install+set}" = set; then
4769     INSTALL=$ac_cv_path_install
4770   else
4771     # As a last resort, use the slow shell script.  Don't cache a
4772     # value for INSTALL within a source directory, because that will
4773     # break other packages using the cache if that directory is
4774     # removed, or if the value is a relative name.
4775     INSTALL=$ac_install_sh
4776   fi
4777 fi
4778 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $INSTALL" >&5
4779 $as_echo "$INSTALL" >&6; }
4780
4781 # Use test -z because SunOS4 sh mishandles braces in ${var-val}.
4782 # It thinks the first close brace ends the variable substitution.
4783 test -z "$INSTALL_PROGRAM" && INSTALL_PROGRAM='${INSTALL}'
4784
4785 test -z "$INSTALL_SCRIPT" && INSTALL_SCRIPT='${INSTALL}'
4786
4787 test -z "$INSTALL_DATA" && INSTALL_DATA='${INSTALL} -m 644'
4788
4789 case "$INSTALL" in
4790   [\\/$]* | ?:[\\/]* ) ;;
4791   *)  INSTALL="\\\$(TOPSRCDIR)/$INSTALL" ;;
4792 esac
4793
4794 for ac_prog in lclint lint
4795 do
4796   # Extract the first word of "$ac_prog", so it can be a program name with args.
4797 set dummy $ac_prog; ac_word=$2
4798 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
4799 $as_echo_n "checking for $ac_word... " >&6; }
4800 if test "${ac_cv_prog_LINT+set}" = set; then :
4801   $as_echo_n "(cached) " >&6
4802 else
4803   if test -n "$LINT"; then
4804   ac_cv_prog_LINT="$LINT" # Let the user override the test.
4805 else
4806 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
4807 for as_dir in $PATH
4808 do
4809   IFS=$as_save_IFS
4810   test -z "$as_dir" && as_dir=.
4811     for ac_exec_ext in '' $ac_executable_extensions; do
4812   if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
4813     ac_cv_prog_LINT="$ac_prog"
4814     $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
4815     break 2
4816   fi
4817 done
4818   done
4819 IFS=$as_save_IFS
4820
4821 fi
4822 fi
4823 LINT=$ac_cv_prog_LINT
4824 if test -n "$LINT"; then
4825   { $as_echo "$as_me:${as_lineno-$LINENO}: result: $LINT" >&5
4826 $as_echo "$LINT" >&6; }
4827 else
4828   { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
4829 $as_echo "no" >&6; }
4830 fi
4831
4832
4833   test -n "$LINT" && break
4834 done
4835
4836 if test "$LINT" = "lint"
4837 then
4838   LINTFLAGS="$LINTFLAGS -errchk=%all,no%longptr64 -errhdr=%user -Ncheck=macro -Nlevel=4"
4839   fi
4840
4841
4842
4843 for ac_prog in fontforge
4844 do
4845   # Extract the first word of "$ac_prog", so it can be a program name with args.
4846 set dummy $ac_prog; ac_word=$2
4847 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
4848 $as_echo_n "checking for $ac_word... " >&6; }
4849 if test "${ac_cv_prog_FONTFORGE+set}" = set; then :
4850   $as_echo_n "(cached) " >&6
4851 else
4852   if test -n "$FONTFORGE"; then
4853   ac_cv_prog_FONTFORGE="$FONTFORGE" # Let the user override the test.
4854 else
4855 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
4856 for as_dir in $PATH
4857 do
4858   IFS=$as_save_IFS
4859   test -z "$as_dir" && as_dir=.
4860     for ac_exec_ext in '' $ac_executable_extensions; do
4861   if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
4862     ac_cv_prog_FONTFORGE="$ac_prog"
4863     $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
4864     break 2
4865   fi
4866 done
4867   done
4868 IFS=$as_save_IFS
4869
4870 fi
4871 fi
4872 FONTFORGE=$ac_cv_prog_FONTFORGE
4873 if test -n "$FONTFORGE"; then
4874   { $as_echo "$as_me:${as_lineno-$LINENO}: result: $FONTFORGE" >&5
4875 $as_echo "$FONTFORGE" >&6; }
4876 else
4877   { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
4878 $as_echo "no" >&6; }
4879 fi
4880
4881
4882   test -n "$FONTFORGE" && break
4883 done
4884 test -n "$FONTFORGE" || FONTFORGE="false"
4885
4886 for ac_prog in pkg-config
4887 do
4888   # Extract the first word of "$ac_prog", so it can be a program name with args.
4889 set dummy $ac_prog; ac_word=$2
4890 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
4891 $as_echo_n "checking for $ac_word... " >&6; }
4892 if test "${ac_cv_prog_PKG_CONFIG+set}" = set; then :
4893   $as_echo_n "(cached) " >&6
4894 else
4895   if test -n "$PKG_CONFIG"; then
4896   ac_cv_prog_PKG_CONFIG="$PKG_CONFIG" # Let the user override the test.
4897 else
4898 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
4899 for as_dir in $PATH
4900 do
4901   IFS=$as_save_IFS
4902   test -z "$as_dir" && as_dir=.
4903     for ac_exec_ext in '' $ac_executable_extensions; do
4904   if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
4905     ac_cv_prog_PKG_CONFIG="$ac_prog"
4906     $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
4907     break 2
4908   fi
4909 done
4910   done
4911 IFS=$as_save_IFS
4912
4913 fi
4914 fi
4915 PKG_CONFIG=$ac_cv_prog_PKG_CONFIG
4916 if test -n "$PKG_CONFIG"; then
4917   { $as_echo "$as_me:${as_lineno-$LINENO}: result: $PKG_CONFIG" >&5
4918 $as_echo "$PKG_CONFIG" >&6; }
4919 else
4920   { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
4921 $as_echo "no" >&6; }
4922 fi
4923
4924
4925   test -n "$PKG_CONFIG" && break
4926 done
4927 test -n "$PKG_CONFIG" || PKG_CONFIG="false"
4928
4929 for ac_prog in rsvg
4930 do
4931   # Extract the first word of "$ac_prog", so it can be a program name with args.
4932 set dummy $ac_prog; ac_word=$2
4933 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
4934 $as_echo_n "checking for $ac_word... " >&6; }
4935 if test "${ac_cv_prog_RSVG+set}" = set; then :
4936   $as_echo_n "(cached) " >&6
4937 else
4938   if test -n "$RSVG"; then
4939   ac_cv_prog_RSVG="$RSVG" # Let the user override the test.
4940 else
4941 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
4942 for as_dir in $PATH
4943 do
4944   IFS=$as_save_IFS
4945   test -z "$as_dir" && as_dir=.
4946     for ac_exec_ext in '' $ac_executable_extensions; do
4947   if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
4948     ac_cv_prog_RSVG="$ac_prog"
4949     $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
4950     break 2
4951   fi
4952 done
4953   done
4954 IFS=$as_save_IFS
4955
4956 fi
4957 fi
4958 RSVG=$ac_cv_prog_RSVG
4959 if test -n "$RSVG"; then
4960   { $as_echo "$as_me:${as_lineno-$LINENO}: result: $RSVG" >&5
4961 $as_echo "$RSVG" >&6; }
4962 else
4963   { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
4964 $as_echo "no" >&6; }
4965 fi
4966
4967
4968   test -n "$RSVG" && break
4969 done
4970 test -n "$RSVG" || RSVG="false"
4971
4972 for ac_prog in icotool
4973 do
4974   # Extract the first word of "$ac_prog", so it can be a program name with args.
4975 set dummy $ac_prog; ac_word=$2
4976 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
4977 $as_echo_n "checking for $ac_word... " >&6; }
4978 if test "${ac_cv_prog_ICOTOOL+set}" = set; then :
4979   $as_echo_n "(cached) " >&6
4980 else
4981   if test -n "$ICOTOOL"; then
4982   ac_cv_prog_ICOTOOL="$ICOTOOL" # Let the user override the test.
4983 else
4984 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
4985 for as_dir in $PATH
4986 do
4987   IFS=$as_save_IFS
4988   test -z "$as_dir" && as_dir=.
4989     for ac_exec_ext in '' $ac_executable_extensions; do
4990   if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
4991     ac_cv_prog_ICOTOOL="$ac_prog"
4992     $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
4993     break 2
4994   fi
4995 done
4996   done
4997 IFS=$as_save_IFS
4998
4999 fi
5000 fi
5001 ICOTOOL=$ac_cv_prog_ICOTOOL
5002 if test -n "$ICOTOOL"; then
5003   { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ICOTOOL" >&5
5004 $as_echo "$ICOTOOL" >&6; }
5005 else
5006   { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
5007 $as_echo "no" >&6; }
5008 fi
5009
5010
5011   test -n "$ICOTOOL" && break
5012 done
5013 test -n "$ICOTOOL" || ICOTOOL="false"
5014
5015
5016 if test "${enable_maintainer_mode+set}" = set
5017 then
5018   if test "$FONTFORGE" = "false"; then wine_warnings="$wine_warnings|fontforge is missing, fonts can't be rebuilt."; fi
5019   if test "$RSVG" = "false"; then wine_warnings="$wine_warnings|rsvg is missing, icons can't be rebuilt."; fi
5020   if test "$ICOTOOL" = "false"; then wine_warnings="$wine_warnings|icotool is missing, icons can't be rebuilt."; fi
5021 fi
5022
5023 case $host_cpu in
5024   *i[3456789]86*)
5025     # Extract the first word of "prelink", so it can be a program name with args.
5026 set dummy prelink; ac_word=$2
5027 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
5028 $as_echo_n "checking for $ac_word... " >&6; }
5029 if test "${ac_cv_path_PRELINK+set}" = set; then :
5030   $as_echo_n "(cached) " >&6
5031 else
5032   case $PRELINK in
5033   [\\/]* | ?:[\\/]*)
5034   ac_cv_path_PRELINK="$PRELINK" # Let the user override the test with a path.
5035   ;;
5036   *)
5037   as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
5038 for as_dir in /sbin /usr/sbin $PATH
5039 do
5040   IFS=$as_save_IFS
5041   test -z "$as_dir" && as_dir=.
5042     for ac_exec_ext in '' $ac_executable_extensions; do
5043   if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
5044     ac_cv_path_PRELINK="$as_dir/$ac_word$ac_exec_ext"
5045     $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
5046     break 2
5047   fi
5048 done
5049   done
5050 IFS=$as_save_IFS
5051
5052   test -z "$ac_cv_path_PRELINK" && ac_cv_path_PRELINK="false"
5053   ;;
5054 esac
5055 fi
5056 PRELINK=$ac_cv_path_PRELINK
5057 if test -n "$PRELINK"; then
5058   { $as_echo "$as_me:${as_lineno-$LINENO}: result: $PRELINK" >&5
5059 $as_echo "$PRELINK" >&6; }
5060 else
5061   { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
5062 $as_echo "no" >&6; }
5063 fi
5064
5065
5066     ;;
5067 esac
5068
5069
5070 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for i386_set_ldt in -li386" >&5
5071 $as_echo_n "checking for i386_set_ldt in -li386... " >&6; }
5072 if test "${ac_cv_lib_i386_i386_set_ldt+set}" = set; then :
5073   $as_echo_n "(cached) " >&6
5074 else
5075   ac_check_lib_save_LIBS=$LIBS
5076 LIBS="-li386  $LIBS"
5077 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
5078 /* end confdefs.h.  */
5079
5080 /* Override any GCC internal prototype to avoid an error.
5081    Use char because int might match the return type of a GCC
5082    builtin and then its argument prototype would still apply.  */
5083 #ifdef __cplusplus
5084 extern "C"
5085 #endif
5086 char i386_set_ldt ();
5087 int
5088 main ()
5089 {
5090 return i386_set_ldt ();
5091   ;
5092   return 0;
5093 }
5094 _ACEOF
5095 if ac_fn_c_try_link "$LINENO"; then :
5096   ac_cv_lib_i386_i386_set_ldt=yes
5097 else
5098   ac_cv_lib_i386_i386_set_ldt=no
5099 fi
5100 rm -f core conftest.err conftest.$ac_objext \
5101     conftest$ac_exeext conftest.$ac_ext
5102 LIBS=$ac_check_lib_save_LIBS
5103 fi
5104 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_i386_i386_set_ldt" >&5
5105 $as_echo "$ac_cv_lib_i386_i386_set_ldt" >&6; }
5106 if test "x$ac_cv_lib_i386_i386_set_ldt" = x""yes; then :
5107   cat >>confdefs.h <<_ACEOF
5108 #define HAVE_LIBI386 1
5109 _ACEOF
5110
5111   LIBS="-li386 $LIBS"
5112
5113 fi
5114
5115 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for _oss_ioctl in -lossaudio" >&5
5116 $as_echo_n "checking for _oss_ioctl in -lossaudio... " >&6; }
5117 if test "${ac_cv_lib_ossaudio__oss_ioctl+set}" = set; then :
5118   $as_echo_n "(cached) " >&6
5119 else
5120   ac_check_lib_save_LIBS=$LIBS
5121 LIBS="-lossaudio  $LIBS"
5122 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
5123 /* end confdefs.h.  */
5124
5125 /* Override any GCC internal prototype to avoid an error.
5126    Use char because int might match the return type of a GCC
5127    builtin and then its argument prototype would still apply.  */
5128 #ifdef __cplusplus
5129 extern "C"
5130 #endif
5131 char _oss_ioctl ();
5132 int
5133 main ()
5134 {
5135 return _oss_ioctl ();
5136   ;
5137   return 0;
5138 }
5139 _ACEOF
5140 if ac_fn_c_try_link "$LINENO"; then :
5141   ac_cv_lib_ossaudio__oss_ioctl=yes
5142 else
5143   ac_cv_lib_ossaudio__oss_ioctl=no
5144 fi
5145 rm -f core conftest.err conftest.$ac_objext \
5146     conftest$ac_exeext conftest.$ac_ext
5147 LIBS=$ac_check_lib_save_LIBS
5148 fi
5149 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_ossaudio__oss_ioctl" >&5
5150 $as_echo "$ac_cv_lib_ossaudio__oss_ioctl" >&6; }
5151 if test "x$ac_cv_lib_ossaudio__oss_ioctl" = x""yes; then :
5152   cat >>confdefs.h <<_ACEOF
5153 #define HAVE_LIBOSSAUDIO 1
5154 _ACEOF
5155
5156   LIBS="-lossaudio $LIBS"
5157
5158 fi
5159
5160
5161 XLIB=""
5162
5163 OPENGL_LIBS=""
5164
5165
5166
5167 ac_ext=c
5168 ac_cpp='$CPP $CPPFLAGS'
5169 ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
5170 ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
5171 ac_compiler_gnu=$ac_cv_c_compiler_gnu
5172 { $as_echo "$as_me:${as_lineno-$LINENO}: checking how to run the C preprocessor" >&5
5173 $as_echo_n "checking how to run the C preprocessor... " >&6; }
5174 # On Suns, sometimes $CPP names a directory.
5175 if test -n "$CPP" && test -d "$CPP"; then
5176   CPP=
5177 fi
5178 if test -z "$CPP"; then
5179   if test "${ac_cv_prog_CPP+set}" = set; then :
5180   $as_echo_n "(cached) " >&6
5181 else
5182       # Double quotes because CPP needs to be expanded
5183     for CPP in "$CC -E" "$CC -E -traditional-cpp" "/lib/cpp"
5184     do
5185       ac_preproc_ok=false
5186 for ac_c_preproc_warn_flag in '' yes
5187 do
5188   # Use a header file that comes with gcc, so configuring glibc
5189   # with a fresh cross-compiler works.
5190   # Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
5191   # <limits.h> exists even on freestanding compilers.
5192   # On the NeXT, cc -E runs the code through the compiler's parser,
5193   # not just through cpp. "Syntax error" is here to catch this case.
5194   cat confdefs.h - <<_ACEOF >conftest.$ac_ext
5195 /* end confdefs.h.  */
5196 #ifdef __STDC__
5197 # include <limits.h>
5198 #else
5199 # include <assert.h>
5200 #endif
5201                      Syntax error
5202 _ACEOF
5203 if ac_fn_c_try_cpp "$LINENO"; then :
5204
5205 else
5206   # Broken: fails on valid input.
5207 continue
5208 fi
5209 rm -f conftest.err conftest.$ac_ext
5210
5211   # OK, works on sane cases.  Now check whether nonexistent headers
5212   # can be detected and how.
5213   cat confdefs.h - <<_ACEOF >conftest.$ac_ext
5214 /* end confdefs.h.  */
5215 #include <ac_nonexistent.h>
5216 _ACEOF
5217 if ac_fn_c_try_cpp "$LINENO"; then :
5218   # Broken: success on invalid input.
5219 continue
5220 else
5221   # Passes both tests.
5222 ac_preproc_ok=:
5223 break
5224 fi
5225 rm -f conftest.err conftest.$ac_ext
5226
5227 done
5228 # Because of `break', _AC_PREPROC_IFELSE's cleaning code was skipped.
5229 rm -f conftest.err conftest.$ac_ext
5230 if $ac_preproc_ok; then :
5231   break
5232 fi
5233
5234     done
5235     ac_cv_prog_CPP=$CPP
5236
5237 fi
5238   CPP=$ac_cv_prog_CPP
5239 else
5240   ac_cv_prog_CPP=$CPP
5241 fi
5242 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $CPP" >&5
5243 $as_echo "$CPP" >&6; }
5244 ac_preproc_ok=false
5245 for ac_c_preproc_warn_flag in '' yes
5246 do
5247   # Use a header file that comes with gcc, so configuring glibc
5248   # with a fresh cross-compiler works.
5249   # Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
5250   # <limits.h> exists even on freestanding compilers.
5251   # On the NeXT, cc -E runs the code through the compiler's parser,
5252   # not just through cpp. "Syntax error" is here to catch this case.
5253   cat confdefs.h - <<_ACEOF >conftest.$ac_ext
5254 /* end confdefs.h.  */
5255 #ifdef __STDC__
5256 # include <limits.h>
5257 #else
5258 # include <assert.h>
5259 #endif
5260                      Syntax error
5261 _ACEOF
5262 if ac_fn_c_try_cpp "$LINENO"; then :
5263
5264 else
5265   # Broken: fails on valid input.
5266 continue
5267 fi
5268 rm -f conftest.err conftest.$ac_ext
5269
5270   # OK, works on sane cases.  Now check whether nonexistent headers
5271   # can be detected and how.
5272   cat confdefs.h - <<_ACEOF >conftest.$ac_ext
5273 /* end confdefs.h.  */
5274 #include <ac_nonexistent.h>
5275 _ACEOF
5276 if ac_fn_c_try_cpp "$LINENO"; then :
5277   # Broken: success on invalid input.
5278 continue
5279 else
5280   # Passes both tests.
5281 ac_preproc_ok=:
5282 break
5283 fi
5284 rm -f conftest.err conftest.$ac_ext
5285
5286 done
5287 # Because of `break', _AC_PREPROC_IFELSE's cleaning code was skipped.
5288 rm -f conftest.err conftest.$ac_ext
5289 if $ac_preproc_ok; then :
5290
5291 else
5292   { { $as_echo "$as_me:${as_lineno-$LINENO}: error: in \`$ac_pwd':" >&5
5293 $as_echo "$as_me: error: in \`$ac_pwd':" >&2;}
5294 as_fn_error "C preprocessor \"$CPP\" fails sanity check
5295 See \`config.log' for more details." "$LINENO" 5; }
5296 fi
5297
5298 ac_ext=c
5299 ac_cpp='$CPP $CPPFLAGS'
5300 ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
5301 ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
5302 ac_compiler_gnu=$ac_cv_c_compiler_gnu
5303
5304
5305 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for ANSI C header files" >&5
5306 $as_echo_n "checking for ANSI C header files... " >&6; }
5307 if test "${ac_cv_header_stdc+set}" = set; then :
5308   $as_echo_n "(cached) " >&6
5309 else
5310   cat confdefs.h - <<_ACEOF >conftest.$ac_ext
5311 /* end confdefs.h.  */
5312 #include <stdlib.h>
5313 #include <stdarg.h>
5314 #include <string.h>
5315 #include <float.h>
5316
5317 int
5318 main ()
5319 {
5320
5321   ;
5322   return 0;
5323 }
5324 _ACEOF
5325 if ac_fn_c_try_compile "$LINENO"; then :
5326   ac_cv_header_stdc=yes
5327 else
5328   ac_cv_header_stdc=no
5329 fi
5330 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
5331
5332 if test $ac_cv_header_stdc = yes; then
5333   # SunOS 4.x string.h does not declare mem*, contrary to ANSI.
5334   cat confdefs.h - <<_ACEOF >conftest.$ac_ext
5335 /* end confdefs.h.  */
5336 #include <string.h>
5337
5338 _ACEOF
5339 if (eval "$ac_cpp conftest.$ac_ext") 2>&5 |
5340   $EGREP "memchr" >/dev/null 2>&1; then :
5341
5342 else
5343   ac_cv_header_stdc=no
5344 fi
5345 rm -f conftest*
5346
5347 fi
5348
5349 if test $ac_cv_header_stdc = yes; then
5350   # ISC 2.0.2 stdlib.h does not declare free, contrary to ANSI.
5351   cat confdefs.h - <<_ACEOF >conftest.$ac_ext
5352 /* end confdefs.h.  */
5353 #include <stdlib.h>
5354
5355 _ACEOF
5356 if (eval "$ac_cpp conftest.$ac_ext") 2>&5 |
5357   $EGREP "free" >/dev/null 2>&1; then :
5358
5359 else
5360   ac_cv_header_stdc=no
5361 fi
5362 rm -f conftest*
5363
5364 fi
5365
5366 if test $ac_cv_header_stdc = yes; then
5367   # /bin/cc in Irix-4.0.5 gets non-ANSI ctype macros unless using -ansi.
5368   if test "$cross_compiling" = yes; then :
5369   :
5370 else
5371   cat confdefs.h - <<_ACEOF >conftest.$ac_ext
5372 /* end confdefs.h.  */
5373 #include <ctype.h>
5374 #include <stdlib.h>
5375 #if ((' ' & 0x0FF) == 0x020)
5376 # define ISLOWER(c) ('a' <= (c) && (c) <= 'z')
5377 # define TOUPPER(c) (ISLOWER(c) ? 'A' + ((c) - 'a') : (c))
5378 #else
5379 # define ISLOWER(c) \
5380                    (('a' <= (c) && (c) <= 'i') \
5381                      || ('j' <= (c) && (c) <= 'r') \
5382                      || ('s' <= (c) && (c) <= 'z'))
5383 # define TOUPPER(c) (ISLOWER(c) ? ((c) | 0x40) : (c))
5384 #endif
5385
5386 #define XOR(e, f) (((e) && !(f)) || (!(e) && (f)))
5387 int
5388 main ()
5389 {
5390   int i;
5391   for (i = 0; i < 256; i++)
5392     if (XOR (islower (i), ISLOWER (i))
5393         || toupper (i) != TOUPPER (i))
5394       return 2;
5395   return 0;
5396 }
5397 _ACEOF
5398 if ac_fn_c_try_run "$LINENO"; then :
5399
5400 else
5401   ac_cv_header_stdc=no
5402 fi
5403 rm -f core *.core core.conftest.* gmon.out bb.out conftest$ac_exeext \
5404   conftest.$ac_objext conftest.beam conftest.$ac_ext
5405 fi
5406
5407 fi
5408 fi
5409 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_header_stdc" >&5
5410 $as_echo "$ac_cv_header_stdc" >&6; }
5411 if test $ac_cv_header_stdc = yes; then
5412
5413 $as_echo "#define STDC_HEADERS 1" >>confdefs.h
5414
5415 fi
5416
5417 # On IRIX 5.3, sys/types and inttypes.h are conflicting.
5418 for ac_header in sys/types.h sys/stat.h stdlib.h string.h memory.h strings.h \
5419                   inttypes.h stdint.h unistd.h
5420 do :
5421   as_ac_Header=`$as_echo "ac_cv_header_$ac_header" | $as_tr_sh`
5422 ac_fn_c_check_header_compile "$LINENO" "$ac_header" "$as_ac_Header" "$ac_includes_default
5423 "
5424 eval as_val=\$$as_ac_Header
5425    if test "x$as_val" = x""yes; then :
5426   cat >>confdefs.h <<_ACEOF
5427 #define `$as_echo "HAVE_$ac_header" | $as_tr_cpp` 1
5428 _ACEOF
5429
5430 fi
5431
5432 done
5433
5434
5435 for ac_header in \
5436         AudioUnit/AudioUnit.h \
5437         Carbon/Carbon.h \
5438         CoreAudio/CoreAudio.h \
5439         DiskArbitration/DiskArbitration.h \
5440         IOKit/IOKitLib.h \
5441         IOKit/hid/IOHIDLib.h \
5442         alias.h \
5443         alsa/asoundlib.h \
5444         arpa/inet.h \
5445         arpa/nameser.h \
5446         asm/types.h \
5447         capi20.h \
5448         curses.h \
5449         direct.h \
5450         dirent.h \
5451         dlfcn.h \
5452         elf.h \
5453         float.h \
5454         fnmatch.h \
5455         fontconfig/fontconfig.h \
5456         getopt.h \
5457         grp.h \
5458         gsm.h \
5459         gsm/gsm.h \
5460         ieeefp.h \
5461         inet/mib2.h \
5462         io.h \
5463         jack/jack.h \
5464         jpeglib.h \
5465         kstat.h \
5466         lber.h \
5467         lcms.h \
5468         lcms/lcms.h \
5469         ldap.h \
5470         libaudioio.h \
5471         link.h \
5472         linux/cdrom.h \
5473         linux/compiler.h \
5474         linux/hdreg.h \
5475         linux/input.h \
5476         linux/ioctl.h \
5477         linux/joystick.h \
5478         linux/major.h \
5479         linux/param.h \
5480         linux/serial.h \
5481         linux/types.h \
5482         linux/ucdrom.h \
5483         mach-o/nlist.h \
5484         mach/mach.h \
5485         mach/machine.h \
5486         machine/cpu.h \
5487         machine/limits.h \
5488         machine/soundcard.h \
5489         mntent.h \
5490         ncurses.h \
5491         netdb.h \
5492         netinet/in.h \
5493         netinet/in_systm.h \
5494         netinet/tcp.h \
5495         netinet/tcp_fsm.h \
5496         openssl/err.h \
5497         openssl/ssl.h \
5498         png.h \
5499         poll.h \
5500         process.h \
5501         pthread.h \
5502         pwd.h \
5503         regex.h \
5504         sched.h \
5505         scsi/scsi.h \
5506         scsi/scsi_ioctl.h \
5507         scsi/sg.h \
5508         soundcard.h \
5509         stdbool.h \
5510         stdint.h \
5511         strings.h \
5512         stropts.h \
5513         sys/asoundlib.h \
5514         sys/cdio.h \
5515         sys/elf32.h \
5516         sys/epoll.h \
5517         sys/errno.h \
5518         sys/event.h \
5519         sys/exec_elf.h \
5520         sys/filio.h \
5521         sys/inotify.h \
5522         sys/ioctl.h \
5523         sys/ipc.h \
5524         sys/limits.h \
5525         sys/link.h \
5526         sys/mman.h \
5527         sys/modem.h \
5528         sys/msg.h \
5529         sys/mtio.h \
5530         sys/param.h \
5531         sys/poll.h \
5532         sys/prctl.h \
5533         sys/protosw.h \
5534         sys/ptrace.h \
5535         sys/resource.h \
5536         sys/scsiio.h \
5537         sys/shm.h \
5538         sys/signal.h \
5539         sys/socket.h \
5540         sys/socketvar.h \
5541         sys/sockio.h \
5542         sys/soundcard.h \
5543         sys/statvfs.h \
5544         sys/strtio.h \
5545         sys/syscall.h \
5546         sys/tihdr.h \
5547         sys/time.h \
5548         sys/timeout.h \
5549         sys/times.h \
5550         sys/uio.h \
5551         sys/un.h \
5552         sys/utsname.h \
5553         sys/vm86.h \
5554         sys/wait.h \
5555         syscall.h \
5556         termios.h \
5557         unistd.h \
5558         utime.h \
5559         valgrind/memcheck.h \
5560         valgrind/valgrind.h \
5561         zlib.h
5562
5563 do :
5564   as_ac_Header=`$as_echo "ac_cv_header_$ac_header" | $as_tr_sh`
5565 ac_fn_c_check_header_mongrel "$LINENO" "$ac_header" "$as_ac_Header" "$ac_includes_default"
5566 eval as_val=\$$as_ac_Header
5567    if test "x$as_val" = x""yes; then :
5568   cat >>confdefs.h <<_ACEOF
5569 #define `$as_echo "HAVE_$ac_header" | $as_tr_cpp` 1
5570 _ACEOF
5571
5572 fi
5573
5574 done
5575
5576 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether stat file-mode macros are broken" >&5
5577 $as_echo_n "checking whether stat file-mode macros are broken... " >&6; }
5578 if test "${ac_cv_header_stat_broken+set}" = set; then :
5579   $as_echo_n "(cached) " >&6
5580 else
5581   cat confdefs.h - <<_ACEOF >conftest.$ac_ext
5582 /* end confdefs.h.  */
5583 #include <sys/types.h>
5584 #include <sys/stat.h>
5585
5586 #if defined S_ISBLK && defined S_IFDIR
5587 extern char c1[S_ISBLK (S_IFDIR) ? -1 : 1];
5588 #endif
5589
5590 #if defined S_ISBLK && defined S_IFCHR
5591 extern char c2[S_ISBLK (S_IFCHR) ? -1 : 1];
5592 #endif
5593
5594 #if defined S_ISLNK && defined S_IFREG
5595 extern char c3[S_ISLNK (S_IFREG) ? -1 : 1];
5596 #endif
5597
5598 #if defined S_ISSOCK && defined S_IFREG
5599 extern char c4[S_ISSOCK (S_IFREG) ? -1 : 1];
5600 #endif
5601
5602 _ACEOF
5603 if ac_fn_c_try_compile "$LINENO"; then :
5604   ac_cv_header_stat_broken=no
5605 else
5606   ac_cv_header_stat_broken=yes
5607 fi
5608 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
5609 fi
5610 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_header_stat_broken" >&5
5611 $as_echo "$ac_cv_header_stat_broken" >&6; }
5612 if test $ac_cv_header_stat_broken = yes; then
5613
5614 $as_echo "#define STAT_MACROS_BROKEN 1" >>confdefs.h
5615
5616 fi
5617
5618
5619
5620 for ac_header in sys/mount.h sys/statfs.h sys/sysctl.h sys/user.h sys/vfs.h
5621 do :
5622   as_ac_Header=`$as_echo "ac_cv_header_$ac_header" | $as_tr_sh`
5623 ac_fn_c_check_header_compile "$LINENO" "$ac_header" "$as_ac_Header" "#include <sys/types.h>
5624      #ifdef HAVE_SYS_PARAM_H
5625      # include <sys/param.h>
5626      #endif
5627 "
5628 eval as_val=\$$as_ac_Header
5629    if test "x$as_val" = x""yes; then :
5630   cat >>confdefs.h <<_ACEOF
5631 #define `$as_echo "HAVE_$ac_header" | $as_tr_cpp` 1
5632 _ACEOF
5633
5634 fi
5635
5636 done
5637
5638
5639 for ac_header in \
5640         netinet/ip.h \
5641         net/if.h \
5642         net/if_arp.h \
5643         net/if_dl.h \
5644         net/if_types.h \
5645         net/route.h \
5646         netinet/if_ether.h \
5647         netinet/if_inarp.h \
5648         netinet/in_pcb.h \
5649         netinet/ip_icmp.h \
5650         netinet/ip_var.h \
5651         netinet/udp.h \
5652         netipx/ipx.h \
5653
5654 do :
5655   as_ac_Header=`$as_echo "ac_cv_header_$ac_header" | $as_tr_sh`
5656 ac_fn_c_check_header_compile "$LINENO" "$ac_header" "$as_ac_Header" "#include <sys/types.h>
5657      #ifdef HAVE_SYS_SOCKET_H
5658      # include <sys/socket.h>
5659      #endif
5660      #ifdef HAVE_SYS_SOCKETVAR_H
5661      # include <sys/socketvar.h>
5662      #endif
5663      #ifdef HAVE_NET_ROUTE_H
5664      # include <net/route.h>
5665      #endif
5666      #ifdef HAVE_NETINET_IN_H
5667      # include <netinet/in.h>
5668      #endif
5669      #ifdef HAVE_NETINET_IN_SYSTM_H
5670      # include <netinet/in_systm.h>
5671      #endif
5672      #ifdef HAVE_NET_IF_H
5673      # include <net/if.h>
5674      #endif
5675      #ifdef HAVE_NETINET_IP_H
5676      # include <netinet/ip.h>
5677      #endif
5678 "
5679 eval as_val=\$$as_ac_Header
5680    if test "x$as_val" = x""yes; then :
5681   cat >>confdefs.h <<_ACEOF
5682 #define `$as_echo "HAVE_$ac_header" | $as_tr_cpp` 1
5683 _ACEOF
5684
5685 fi
5686
5687 done
5688
5689
5690 for ac_header in netinet/tcp_timer.h netinet/udp_var.h netinet/icmp_var.h netinet/tcp_var.h
5691 do :
5692   as_ac_Header=`$as_echo "ac_cv_header_$ac_header" | $as_tr_sh`
5693 ac_fn_c_check_header_compile "$LINENO" "$ac_header" "$as_ac_Header" "#include <sys/types.h>
5694      #ifdef HAVE_ALIAS_H
5695      # include <alias.h>
5696      #endif
5697      #ifdef HAVE_SYS_SOCKET_H
5698      # include <sys/socket.h>
5699      #endif
5700      #ifdef HAVE_SYS_SOCKETVAR_H
5701      # include <sys/socketvar.h>
5702      #endif
5703      #ifdef HAVE_SYS_TIMEOUT_H
5704      # include <sys/timeout.h>
5705      #endif
5706      #ifdef HAVE_NETINET_IN_H
5707      # include <netinet/in.h>
5708      #endif
5709      #ifdef HAVE_NETINET_IN_SYSTM_H
5710      # include <netinet/in_systm.h>
5711      #endif
5712      #ifdef HAVE_NETINET_IP_H
5713      # include <netinet/ip.h>
5714      #endif
5715      #ifdef HAVE_NETINET_IP_VAR_H
5716      # include <netinet/ip_var.h>
5717      #endif
5718      #ifdef HAVE_NETINET_IP_ICMP_H
5719      # include <netinet/ip_icmp.h>
5720      #endif
5721      #ifdef HAVE_NETINET_UDP_H
5722      # include <netinet/udp.h>
5723      #endif
5724      #ifdef HAVE_NETINET_TCP_H
5725      # include <netinet/tcp.h>
5726      #endif
5727      #ifdef HAVE_NETINET_TCP_TIMER_H
5728      #include <netinet/tcp_timer.h>
5729      #endif
5730 "
5731 eval as_val=\$$as_ac_Header
5732    if test "x$as_val" = x""yes; then :
5733   cat >>confdefs.h <<_ACEOF
5734 #define `$as_echo "HAVE_$ac_header" | $as_tr_cpp` 1
5735 _ACEOF
5736
5737 fi
5738
5739 done
5740
5741
5742 for ac_header in linux/ipx.h linux/irda.h
5743 do :
5744   as_ac_Header=`$as_echo "ac_cv_header_$ac_header" | $as_tr_sh`
5745 ac_fn_c_check_header_compile "$LINENO" "$ac_header" "$as_ac_Header" "#include <sys/types.h>
5746      #ifdef HAVE_ASM_TYPES_H
5747      # include <asm/types.h>
5748      #endif
5749      #ifdef HAVE_SYS_SOCKET_H
5750      # include <sys/socket.h>
5751      #endif
5752      #ifdef HAVE_LINUX_TYPES_H
5753      # include <linux/types.h>
5754      #endif
5755 "
5756 eval as_val=\$$as_ac_Header
5757    if test "x$as_val" = x""yes; then :
5758   cat >>confdefs.h <<_ACEOF
5759 #define `$as_echo "HAVE_$ac_header" | $as_tr_cpp` 1
5760 _ACEOF
5761
5762 fi
5763
5764 done
5765
5766
5767 for ac_header in mach-o/dyld_images.h
5768 do :
5769   ac_fn_c_check_header_compile "$LINENO" "mach-o/dyld_images.h" "ac_cv_header_mach_o_dyld_images_h" "#ifdef HAVE_STDBOOL_H
5770      # include <stdbool.h>
5771      #endif
5772      #ifdef HAVE_STDINT_H
5773      # include <stdint.h>
5774      #endif
5775 "
5776 if test "x$ac_cv_header_mach_o_dyld_images_h" = x""yes; then :
5777   cat >>confdefs.h <<_ACEOF
5778 #define HAVE_MACH_O_DYLD_IMAGES_H 1
5779 _ACEOF
5780
5781 fi
5782
5783 done
5784
5785
5786 for ac_header in resolv.h
5787 do :
5788   ac_fn_c_check_header_compile "$LINENO" "resolv.h" "ac_cv_header_resolv_h" "#include <sys/types.h>
5789      #ifdef HAVE_SYS_SOCKET_H
5790      # include <sys/socket.h>
5791      #endif
5792      #ifdef HAVE_NETINET_IN_H
5793      # include <netinet/in.h>
5794      #endif
5795      #ifdef HAVE_ARPA_NAMESER_H
5796      # include <arpa/nameser.h>
5797      #endif
5798 "
5799 if test "x$ac_cv_header_resolv_h" = x""yes; then :
5800   cat >>confdefs.h <<_ACEOF
5801 #define HAVE_RESOLV_H 1
5802 _ACEOF
5803
5804 fi
5805
5806 done
5807
5808
5809 for ac_header in ucontext.h
5810 do :
5811   ac_fn_c_check_header_compile "$LINENO" "ucontext.h" "ac_cv_header_ucontext_h" "#include <signal.h>
5812 "
5813 if test "x$ac_cv_header_ucontext_h" = x""yes; then :
5814   cat >>confdefs.h <<_ACEOF
5815 #define HAVE_UCONTEXT_H 1
5816 _ACEOF
5817
5818 fi
5819
5820 done
5821
5822
5823 for ac_header in sys/thr.h
5824 do :
5825   ac_fn_c_check_header_compile "$LINENO" "sys/thr.h" "ac_cv_header_sys_thr_h" "#include <sys/types.h>
5826 #ifdef HAVE_UCONTEXT_H
5827 #include <ucontext.h>
5828 #endif
5829 "
5830 if test "x$ac_cv_header_sys_thr_h" = x""yes; then :
5831   cat >>confdefs.h <<_ACEOF
5832 #define HAVE_SYS_THR_H 1
5833 _ACEOF
5834
5835 fi
5836
5837 done
5838
5839
5840 for ac_header in pthread_np.h
5841 do :
5842   ac_fn_c_check_header_compile "$LINENO" "pthread_np.h" "ac_cv_header_pthread_np_h" "#ifdef HAVE_PTHREAD_H
5843 #include <pthread.h>
5844 #endif
5845 "
5846 if test "x$ac_cv_header_pthread_np_h" = x""yes; then :
5847   cat >>confdefs.h <<_ACEOF
5848 #define HAVE_PTHREAD_NP_H 1
5849 _ACEOF
5850
5851 fi
5852
5853 done
5854
5855
5856 for ac_header in linux/videodev.h
5857 do :
5858   ac_fn_c_check_header_compile "$LINENO" "linux/videodev.h" "ac_cv_header_linux_videodev_h" "#ifdef HAVE_SYS_TIME_H
5859 #include <sys/time.h>
5860 #endif
5861 #include <sys/types.h>
5862 #ifdef HAVE_ASM_TYPES_H
5863 #include <asm/types.h>
5864 #endif
5865 "
5866 if test "x$ac_cv_header_linux_videodev_h" = x""yes; then :
5867   cat >>confdefs.h <<_ACEOF
5868 #define HAVE_LINUX_VIDEODEV_H 1
5869 _ACEOF
5870
5871 fi
5872
5873 done
5874
5875
5876 for ac_header in linux/capi.h
5877 do :
5878   ac_fn_c_check_header_compile "$LINENO" "linux/capi.h" "ac_cv_header_linux_capi_h" "#define __user
5879 "
5880 if test "x$ac_cv_header_linux_capi_h" = x""yes; then :
5881   cat >>confdefs.h <<_ACEOF
5882 #define HAVE_LINUX_CAPI_H 1
5883 _ACEOF
5884
5885 fi
5886
5887 done
5888
5889
5890
5891 DLLEXT=""
5892
5893 DLLFLAGS="-D_REENTRANT"
5894
5895 LDSHARED=""
5896
5897 LDDLLFLAGS=""
5898
5899 LIBEXT="so"
5900
5901 IMPLIBEXT="def"
5902
5903 LDRPATH_INSTALL=""
5904
5905 LDRPATH_LOCAL=""
5906
5907 # Extract the first word of "ldd", so it can be a program name with args.
5908 set dummy ldd; ac_word=$2
5909 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
5910 $as_echo_n "checking for $ac_word... " >&6; }
5911 if test "${ac_cv_path_LDD+set}" = set; then :
5912   $as_echo_n "(cached) " >&6
5913 else
5914   case $LDD in
5915   [\\/]* | ?:[\\/]*)
5916   ac_cv_path_LDD="$LDD" # Let the user override the test with a path.
5917   ;;
5918   *)
5919   as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
5920 as_dummy="/sbin:/usr/sbin:$PATH"
5921 for as_dir in $as_dummy
5922 do
5923   IFS=$as_save_IFS
5924   test -z "$as_dir" && as_dir=.
5925     for ac_exec_ext in '' $ac_executable_extensions; do
5926   if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
5927     ac_cv_path_LDD="$as_dir/$ac_word$ac_exec_ext"
5928     $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
5929     break 2
5930   fi
5931 done
5932   done
5933 IFS=$as_save_IFS
5934
5935   test -z "$ac_cv_path_LDD" && ac_cv_path_LDD="true"
5936   ;;
5937 esac
5938 fi
5939 LDD=$ac_cv_path_LDD
5940 if test -n "$LDD"; then
5941   { $as_echo "$as_me:${as_lineno-$LINENO}: result: $LDD" >&5
5942 $as_echo "$LDD" >&6; }
5943 else
5944   { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
5945 $as_echo "no" >&6; }
5946 fi
5947
5948
5949
5950 case $host_os in
5951   cygwin*|mingw32*)
5952     if test -n "$ac_tool_prefix"; then
5953   # Extract the first word of "${ac_tool_prefix}dlltool", so it can be a program name with args.
5954 set dummy ${ac_tool_prefix}dlltool; ac_word=$2
5955 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
5956 $as_echo_n "checking for $ac_word... " >&6; }
5957 if test "${ac_cv_prog_DLLTOOL+set}" = set; then :
5958   $as_echo_n "(cached) " >&6
5959 else
5960   if test -n "$DLLTOOL"; then
5961   ac_cv_prog_DLLTOOL="$DLLTOOL" # Let the user override the test.
5962 else
5963 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
5964 for as_dir in $PATH
5965 do
5966   IFS=$as_save_IFS
5967   test -z "$as_dir" && as_dir=.
5968     for ac_exec_ext in '' $ac_executable_extensions; do
5969   if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
5970     ac_cv_prog_DLLTOOL="${ac_tool_prefix}dlltool"
5971     $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
5972     break 2
5973   fi
5974 done
5975   done
5976 IFS=$as_save_IFS
5977
5978 fi
5979 fi
5980 DLLTOOL=$ac_cv_prog_DLLTOOL
5981 if test -n "$DLLTOOL"; then
5982   { $as_echo "$as_me:${as_lineno-$LINENO}: result: $DLLTOOL" >&5
5983 $as_echo "$DLLTOOL" >&6; }
5984 else
5985   { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
5986 $as_echo "no" >&6; }
5987 fi
5988
5989
5990 fi
5991 if test -z "$ac_cv_prog_DLLTOOL"; then
5992   ac_ct_DLLTOOL=$DLLTOOL
5993   # Extract the first word of "dlltool", so it can be a program name with args.
5994 set dummy dlltool; ac_word=$2
5995 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
5996 $as_echo_n "checking for $ac_word... " >&6; }
5997 if test "${ac_cv_prog_ac_ct_DLLTOOL+set}" = set; then :
5998   $as_echo_n "(cached) " >&6
5999 else
6000   if test -n "$ac_ct_DLLTOOL"; then
6001   ac_cv_prog_ac_ct_DLLTOOL="$ac_ct_DLLTOOL" # Let the user override the test.
6002 else
6003 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
6004 for as_dir in $PATH
6005 do
6006   IFS=$as_save_IFS
6007   test -z "$as_dir" && as_dir=.
6008     for ac_exec_ext in '' $ac_executable_extensions; do
6009   if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
6010     ac_cv_prog_ac_ct_DLLTOOL="dlltool"
6011     $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
6012     break 2
6013   fi
6014 done
6015   done
6016 IFS=$as_save_IFS
6017
6018 fi
6019 fi
6020 ac_ct_DLLTOOL=$ac_cv_prog_ac_ct_DLLTOOL
6021 if test -n "$ac_ct_DLLTOOL"; then
6022   { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_ct_DLLTOOL" >&5
6023 $as_echo "$ac_ct_DLLTOOL" >&6; }
6024 else
6025   { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
6026 $as_echo "no" >&6; }
6027 fi
6028
6029   if test "x$ac_ct_DLLTOOL" = x; then
6030     DLLTOOL="false"
6031   else
6032     case $cross_compiling:$ac_tool_warned in
6033 yes:)
6034 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: using cross tools not prefixed with host triplet" >&5
6035 $as_echo "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;}
6036 ac_tool_warned=yes ;;
6037 esac
6038     DLLTOOL=$ac_ct_DLLTOOL
6039   fi
6040 else
6041   DLLTOOL="$ac_cv_prog_DLLTOOL"
6042 fi
6043
6044     if test -n "$ac_tool_prefix"; then
6045   # Extract the first word of "${ac_tool_prefix}dllwrap", so it can be a program name with args.
6046 set dummy ${ac_tool_prefix}dllwrap; ac_word=$2
6047 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
6048 $as_echo_n "checking for $ac_word... " >&6; }
6049 if test "${ac_cv_prog_DLLWRAP+set}" = set; then :
6050   $as_echo_n "(cached) " >&6
6051 else
6052   if test -n "$DLLWRAP"; then
6053   ac_cv_prog_DLLWRAP="$DLLWRAP" # Let the user override the test.
6054 else
6055 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
6056 for as_dir in $PATH
6057 do
6058   IFS=$as_save_IFS
6059   test -z "$as_dir" && as_dir=.
6060     for ac_exec_ext in '' $ac_executable_extensions; do
6061   if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
6062     ac_cv_prog_DLLWRAP="${ac_tool_prefix}dllwrap"
6063     $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
6064     break 2
6065   fi
6066 done
6067   done
6068 IFS=$as_save_IFS
6069
6070 fi
6071 fi
6072 DLLWRAP=$ac_cv_prog_DLLWRAP
6073 if test -n "$DLLWRAP"; then
6074   { $as_echo "$as_me:${as_lineno-$LINENO}: result: $DLLWRAP" >&5
6075 $as_echo "$DLLWRAP" >&6; }
6076 else
6077   { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
6078 $as_echo "no" >&6; }
6079 fi
6080
6081
6082 fi
6083 if test -z "$ac_cv_prog_DLLWRAP"; then
6084   ac_ct_DLLWRAP=$DLLWRAP
6085   # Extract the first word of "dllwrap", so it can be a program name with args.
6086 set dummy dllwrap; ac_word=$2
6087 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
6088 $as_echo_n "checking for $ac_word... " >&6; }
6089 if test "${ac_cv_prog_ac_ct_DLLWRAP+set}" = set; then :
6090   $as_echo_n "(cached) " >&6
6091 else
6092   if test -n "$ac_ct_DLLWRAP"; then
6093   ac_cv_prog_ac_ct_DLLWRAP="$ac_ct_DLLWRAP" # Let the user override the test.
6094 else
6095 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
6096 for as_dir in $PATH
6097 do
6098   IFS=$as_save_IFS
6099   test -z "$as_dir" && as_dir=.
6100     for ac_exec_ext in '' $ac_executable_extensions; do
6101   if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
6102     ac_cv_prog_ac_ct_DLLWRAP="dllwrap"
6103     $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
6104     break 2
6105   fi
6106 done
6107   done
6108 IFS=$as_save_IFS
6109
6110 fi
6111 fi
6112 ac_ct_DLLWRAP=$ac_cv_prog_ac_ct_DLLWRAP
6113 if test -n "$ac_ct_DLLWRAP"; then
6114   { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_ct_DLLWRAP" >&5
6115 $as_echo "$ac_ct_DLLWRAP" >&6; }
6116 else
6117   { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
6118 $as_echo "no" >&6; }
6119 fi
6120
6121   if test "x$ac_ct_DLLWRAP" = x; then
6122     DLLWRAP="false"
6123   else
6124     case $cross_compiling:$ac_tool_warned in
6125 yes:)
6126 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: using cross tools not prefixed with host triplet" >&5
6127 $as_echo "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;}
6128 ac_tool_warned=yes ;;
6129 esac
6130     DLLWRAP=$ac_ct_DLLWRAP
6131   fi
6132 else
6133   DLLWRAP="$ac_cv_prog_DLLWRAP"
6134 fi
6135
6136     if test -n "$ac_tool_prefix"; then
6137   # Extract the first word of "${ac_tool_prefix}ar", so it can be a program name with args.
6138 set dummy ${ac_tool_prefix}ar; ac_word=$2
6139 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
6140 $as_echo_n "checking for $ac_word... " >&6; }
6141 if test "${ac_cv_prog_MINGWAR+set}" = set; then :
6142   $as_echo_n "(cached) " >&6
6143 else
6144   if test -n "$MINGWAR"; then
6145   ac_cv_prog_MINGWAR="$MINGWAR" # Let the user override the test.
6146 else
6147 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
6148 for as_dir in $PATH
6149 do
6150   IFS=$as_save_IFS
6151   test -z "$as_dir" && as_dir=.
6152     for ac_exec_ext in '' $ac_executable_extensions; do
6153   if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
6154     ac_cv_prog_MINGWAR="${ac_tool_prefix}ar"
6155     $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
6156     break 2
6157   fi
6158 done
6159   done
6160 IFS=$as_save_IFS
6161
6162 fi
6163 fi
6164 MINGWAR=$ac_cv_prog_MINGWAR
6165 if test -n "$MINGWAR"; then
6166   { $as_echo "$as_me:${as_lineno-$LINENO}: result: $MINGWAR" >&5
6167 $as_echo "$MINGWAR" >&6; }
6168 else
6169   { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
6170 $as_echo "no" >&6; }
6171 fi
6172
6173
6174 fi
6175 if test -z "$ac_cv_prog_MINGWAR"; then
6176   ac_ct_MINGWAR=$MINGWAR
6177   # Extract the first word of "ar", so it can be a program name with args.
6178 set dummy ar; ac_word=$2
6179 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
6180 $as_echo_n "checking for $ac_word... " >&6; }
6181 if test "${ac_cv_prog_ac_ct_MINGWAR+set}" = set; then :
6182   $as_echo_n "(cached) " >&6
6183 else
6184   if test -n "$ac_ct_MINGWAR"; then
6185   ac_cv_prog_ac_ct_MINGWAR="$ac_ct_MINGWAR" # Let the user override the test.
6186 else
6187 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
6188 for as_dir in $PATH
6189 do
6190   IFS=$as_save_IFS
6191   test -z "$as_dir" && as_dir=.
6192     for ac_exec_ext in '' $ac_executable_extensions; do
6193   if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
6194     ac_cv_prog_ac_ct_MINGWAR="ar"
6195     $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
6196     break 2
6197   fi
6198 done
6199   done
6200 IFS=$as_save_IFS
6201
6202 fi
6203 fi
6204 ac_ct_MINGWAR=$ac_cv_prog_ac_ct_MINGWAR
6205 if test -n "$ac_ct_MINGWAR"; then
6206   { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_ct_MINGWAR" >&5
6207 $as_echo "$ac_ct_MINGWAR" >&6; }
6208 else
6209   { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
6210 $as_echo "no" >&6; }
6211 fi
6212
6213   if test "x$ac_ct_MINGWAR" = x; then
6214     MINGWAR="false"
6215   else
6216     case $cross_compiling:$ac_tool_warned in
6217 yes:)
6218 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: using cross tools not prefixed with host triplet" >&5
6219 $as_echo "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;}
6220 ac_tool_warned=yes ;;
6221 esac
6222     MINGWAR=$ac_ct_MINGWAR
6223   fi
6224 else
6225   MINGWAR="$ac_cv_prog_MINGWAR"
6226 fi
6227
6228     if test "$DLLWRAP" = "false"; then
6229       LIBEXT="a"
6230     else
6231             LIBEXT="dll"
6232     fi
6233     IMPLIBEXT="a"
6234         enable_iphlpapi=${enable_iphlpapi:-no}
6235     enable_kernel32=${enable_kernel32:-no}
6236     enable_msvcrt=${enable_msvcrt:-no}
6237     enable_ntdll=${enable_ntdll:-no}
6238     enable_ws2_32=${enable_ws2_32:-no}
6239     enable_loader=${enable_loader:-no}
6240     enable_server=${enable_server:-no}
6241         with_x=${with_x:-no}
6242     with_pthread=${with_pthread:-no}
6243     ;;
6244   darwin*|macosx*)
6245     DLLEXT=".so"
6246     LIBEXT="dylib"
6247     DLLFLAGS="$DLLFLAGS -fPIC"
6248     LDDLLFLAGS="-bundle -multiply_defined suppress"
6249     LIBWINE_LDFLAGS="-multiply_defined suppress"
6250     LDSHARED="\$(CC) -dynamiclib"
6251     STRIP="$STRIP -x"
6252     LDRPATH_LOCAL="&& install_name_tool -change @executable_path/\`\$(RELPATH) \$(bindir) \$(libdir)\`/libwine.1.dylib @executable_path/\$(TOPOBJDIR)/libs/wine/libwine.1.dylib \$@ || \$(RM) \$@"
6253         SECURITYLIB="-framework Security -framework CoreFoundation"
6254
6255     COREFOUNDATIONLIB="-framework CoreFoundation"
6256
6257     IOKITLIB="-framework IOKit -framework CoreFoundation"
6258
6259     LDEXECFLAGS="-image_base 0x7bf00000 -Wl,-segaddr,WINE_DOS,0x00000000,-segaddr,WINE_SHAREDHEAP,0x7f000000"
6260
6261     if test "$ac_cv_header_DiskArbitration_DiskArbitration_h" = "yes"
6262     then
6263                 DISKARBITRATIONLIB="-framework DiskArbitration -framework CoreFoundation"
6264
6265     fi
6266     if test "$ac_cv_header_CoreAudio_CoreAudio_h" = "yes" -a "$ac_cv_header_AudioUnit_AudioUnit_h" = "yes"
6267     then
6268                 COREAUDIO="-framework CoreAudio -framework AudioUnit -framework CoreServices -framework AudioToolbox -framework CoreMIDI"
6269
6270     fi
6271     if test "$ac_cv_header_IOKit_hid_IOHIDLib_h" = "yes"
6272     then
6273         ac_save_LIBS="$LIBS"
6274         LIBS="$LIBS $IOKITLIB"
6275         for ac_func in IOHIDManagerCreate
6276 do :
6277   ac_fn_c_check_func "$LINENO" "IOHIDManagerCreate" "ac_cv_func_IOHIDManagerCreate"
6278 if test "x$ac_cv_func_IOHIDManagerCreate" = x""yes; then :
6279   cat >>confdefs.h <<_ACEOF
6280 #define HAVE_IOHIDMANAGERCREATE 1
6281 _ACEOF
6282
6283 fi
6284 done
6285
6286         LIBS="$ac_save_LIBS"
6287     fi
6288     case $host_cpu in
6289       *powerpc*)
6290         LDDLLFLAGS="$LDDLLFLAGS -read_only_relocs warning"          ;;
6291     esac
6292         if test "$ac_cv_header_Carbon_Carbon_h" = "yes"
6293     then
6294         CARBONLIB="-framework Carbon"
6295
6296         enable_winequartz_drv=${enable_winequartz_drv:-yes}
6297     fi
6298         if test "x$enable_win16" = "xyes"
6299     then
6300         { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether 16-bit code can be built correctly" >&5
6301 $as_echo_n "checking whether 16-bit code can be built correctly... " >&6; }
6302         if test "$cross_compiling" = yes; then :
6303   { $as_echo "$as_me:${as_lineno-$LINENO}: result: cross-compiling, assuming yes" >&5
6304 $as_echo "cross-compiling, assuming yes" >&6; }
6305 else
6306   cat confdefs.h - <<_ACEOF >conftest.$ac_ext
6307 /* end confdefs.h.  */
6308 asm(".text\n"
6309                                             "bad:\tnop;nop\n"
6310                                             "good:\tnop;nop\n\t"
6311                                             ".globl _testfunc\n"
6312                                             "_testfunc:\tcallw good");
6313                                         extern void testfunc();
6314 int
6315 main ()
6316 {
6317 unsigned short *p = (unsigned short *)testfunc;
6318                                         return p[0] != 0xe866 || p[1] != 0xfffa
6319   ;
6320   return 0;
6321 }
6322 _ACEOF
6323 if ac_fn_c_try_run "$LINENO"; then :
6324   { $as_echo "$as_me:${as_lineno-$LINENO}: result: yes" >&5
6325 $as_echo "yes" >&6; }
6326 else
6327   { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
6328 $as_echo "no" >&6; }
6329                                        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
6330 fi
6331 rm -f core *.core core.conftest.* gmon.out bb.out conftest$ac_exeext \
6332   conftest.$ac_objext conftest.beam conftest.$ac_ext
6333 fi
6334
6335     fi
6336     ;;
6337   *)
6338     DLLFLAGS="$DLLFLAGS -fPIC"
6339     DLLEXT=".so"
6340     { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether we can build a GNU style ELF dll" >&5
6341 $as_echo_n "checking whether we can build a GNU style ELF dll... " >&6; }
6342 if test "${ac_cv_c_dll_gnuelf+set}" = set; then :
6343   $as_echo_n "(cached) " >&6
6344 else
6345   ac_wine_try_cflags_saved=$CFLAGS
6346 CFLAGS="$CFLAGS -fPIC -shared -Wl,-Bsymbolic"
6347 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
6348 /* end confdefs.h.  */
6349 void myfunc() {}
6350 _ACEOF
6351 if ac_fn_c_try_link "$LINENO"; then :
6352   ac_cv_c_dll_gnuelf="yes"
6353 else
6354   ac_cv_c_dll_gnuelf="no"
6355 fi
6356 rm -f core conftest.err conftest.$ac_objext \
6357     conftest$ac_exeext conftest.$ac_ext
6358 CFLAGS=$ac_wine_try_cflags_saved
6359 fi
6360 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_c_dll_gnuelf" >&5
6361 $as_echo "$ac_cv_c_dll_gnuelf" >&6; }
6362     if test "$ac_cv_c_dll_gnuelf" = "yes"
6363     then
6364       LDSHARED="\$(CC) -shared"
6365       LDDLLFLAGS="-shared -Wl,-Bsymbolic"
6366       { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether the compiler supports -fPIC -shared -Wl,-soname,confest.so.1" >&5
6367 $as_echo_n "checking whether the compiler supports -fPIC -shared -Wl,-soname,confest.so.1... " >&6; }
6368 if test "${ac_cv_cflags__fPIC__shared__Wl__soname_confest_so_1+set}" = set; then :
6369   $as_echo_n "(cached) " >&6
6370 else
6371   ac_wine_try_cflags_saved=$CFLAGS
6372 CFLAGS="$CFLAGS -fPIC -shared -Wl,-soname,confest.so.1"
6373 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
6374 /* end confdefs.h.  */
6375
6376 int
6377 main ()
6378 {
6379
6380   ;
6381   return 0;
6382 }
6383 _ACEOF
6384 if ac_fn_c_try_link "$LINENO"; then :
6385   ac_cv_cflags__fPIC__shared__Wl__soname_confest_so_1=yes
6386 else
6387   ac_cv_cflags__fPIC__shared__Wl__soname_confest_so_1=no
6388 fi
6389 rm -f core conftest.err conftest.$ac_objext \
6390     conftest$ac_exeext conftest.$ac_ext
6391 CFLAGS=$ac_wine_try_cflags_saved
6392 fi
6393 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_cflags__fPIC__shared__Wl__soname_confest_so_1" >&5
6394 $as_echo "$ac_cv_cflags__fPIC__shared__Wl__soname_confest_so_1" >&6; }
6395 if test $ac_cv_cflags__fPIC__shared__Wl__soname_confest_so_1 = yes; then :
6396   LDSHARED="\$(CC) -shared \$(SONAME:%=-Wl,-soname,%)"
6397 else
6398   { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether the compiler supports -fPIC -shared -Wl,-h,confest.so.1" >&5
6399 $as_echo_n "checking whether the compiler supports -fPIC -shared -Wl,-h,confest.so.1... " >&6; }
6400 if test "${ac_cv_cflags__fPIC__shared__Wl__h_confest_so_1+set}" = set; then :
6401   $as_echo_n "(cached) " >&6
6402 else
6403   ac_wine_try_cflags_saved=$CFLAGS
6404 CFLAGS="$CFLAGS -fPIC -shared -Wl,-h,confest.so.1"
6405 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
6406 /* end confdefs.h.  */
6407
6408 int
6409 main ()
6410 {
6411
6412   ;
6413   return 0;
6414 }
6415 _ACEOF
6416 if ac_fn_c_try_link "$LINENO"; then :
6417   ac_cv_cflags__fPIC__shared__Wl__h_confest_so_1=yes
6418 else
6419   ac_cv_cflags__fPIC__shared__Wl__h_confest_so_1=no
6420 fi
6421 rm -f core conftest.err conftest.$ac_objext \
6422     conftest$ac_exeext conftest.$ac_ext
6423 CFLAGS=$ac_wine_try_cflags_saved
6424 fi
6425 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_cflags__fPIC__shared__Wl__h_confest_so_1" >&5
6426 $as_echo "$ac_cv_cflags__fPIC__shared__Wl__h_confest_so_1" >&6; }
6427 if test $ac_cv_cflags__fPIC__shared__Wl__h_confest_so_1 = yes; then :
6428   LDSHARED="\$(CC) -shared \$(SONAME:%=-Wl,-h,%)"
6429 fi
6430 fi
6431
6432       { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether the compiler supports -fPIC -shared -Wl,-Bsymbolic,-z,defs" >&5
6433 $as_echo_n "checking whether the compiler supports -fPIC -shared -Wl,-Bsymbolic,-z,defs... " >&6; }
6434 if test "${ac_cv_cflags__fPIC__shared__Wl__Bsymbolic__z_defs+set}" = set; then :
6435   $as_echo_n "(cached) " >&6
6436 else
6437   ac_wine_try_cflags_saved=$CFLAGS
6438 CFLAGS="$CFLAGS -fPIC -shared -Wl,-Bsymbolic,-z,defs"
6439 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
6440 /* end confdefs.h.  */
6441
6442 int
6443 main ()
6444 {
6445
6446   ;
6447   return 0;
6448 }
6449 _ACEOF
6450 if ac_fn_c_try_link "$LINENO"; then :
6451   ac_cv_cflags__fPIC__shared__Wl__Bsymbolic__z_defs=yes
6452 else
6453   ac_cv_cflags__fPIC__shared__Wl__Bsymbolic__z_defs=no
6454 fi
6455 rm -f core conftest.err conftest.$ac_objext \
6456     conftest$ac_exeext conftest.$ac_ext
6457 CFLAGS=$ac_wine_try_cflags_saved
6458 fi
6459 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_cflags__fPIC__shared__Wl__Bsymbolic__z_defs" >&5
6460 $as_echo "$ac_cv_cflags__fPIC__shared__Wl__Bsymbolic__z_defs" >&6; }
6461 if test $ac_cv_cflags__fPIC__shared__Wl__Bsymbolic__z_defs = yes; then :
6462   LDDLLFLAGS="$LDDLLFLAGS,-z,defs"
6463 fi
6464
6465       { $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
6466 $as_echo_n "checking whether the compiler supports -fPIC -shared -Wl,-Bsymbolic,-init,__wine_spec_init,-fini,__wine_spec_fini... " >&6; }
6467 if test "${ac_cv_cflags__fPIC__shared__Wl__Bsymbolic__init___wine_spec_init__fini___wine_spec_fini+set}" = set; then :
6468   $as_echo_n "(cached) " >&6
6469 else
6470   ac_wine_try_cflags_saved=$CFLAGS
6471 CFLAGS="$CFLAGS -fPIC -shared -Wl,-Bsymbolic,-init,__wine_spec_init,-fini,__wine_spec_fini"
6472 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
6473 /* end confdefs.h.  */
6474
6475 int
6476 main ()
6477 {
6478
6479   ;
6480   return 0;
6481 }
6482 _ACEOF
6483 if ac_fn_c_try_link "$LINENO"; then :
6484   ac_cv_cflags__fPIC__shared__Wl__Bsymbolic__init___wine_spec_init__fini___wine_spec_fini=yes
6485 else
6486   ac_cv_cflags__fPIC__shared__Wl__Bsymbolic__init___wine_spec_init__fini___wine_spec_fini=no
6487 fi
6488 rm -f core conftest.err conftest.$ac_objext \
6489     conftest$ac_exeext conftest.$ac_ext
6490 CFLAGS=$ac_wine_try_cflags_saved
6491 fi
6492 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_cflags__fPIC__shared__Wl__Bsymbolic__init___wine_spec_init__fini___wine_spec_fini" >&5
6493 $as_echo "$ac_cv_cflags__fPIC__shared__Wl__Bsymbolic__init___wine_spec_init__fini___wine_spec_fini" >&6; }
6494 if test $ac_cv_cflags__fPIC__shared__Wl__Bsymbolic__init___wine_spec_init__fini___wine_spec_fini = yes; then :
6495   LDDLLFLAGS="$LDDLLFLAGS,-init,__wine_spec_init,-fini,__wine_spec_fini"
6496 fi
6497
6498       echo '{ global: *; };' >conftest.map
6499       { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether the compiler supports -fPIC -shared -Wl,--version-script=conftest.map" >&5
6500 $as_echo_n "checking whether the compiler supports -fPIC -shared -Wl,--version-script=conftest.map... " >&6; }
6501 if test "${ac_cv_cflags__fPIC__shared__Wl___version_script_conftest_map+set}" = set; then :
6502   $as_echo_n "(cached) " >&6
6503 else
6504   ac_wine_try_cflags_saved=$CFLAGS
6505 CFLAGS="$CFLAGS -fPIC -shared -Wl,--version-script=conftest.map"
6506 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
6507 /* end confdefs.h.  */
6508
6509 int
6510 main ()
6511 {
6512
6513   ;
6514   return 0;
6515 }
6516 _ACEOF
6517 if ac_fn_c_try_link "$LINENO"; then :
6518   ac_cv_cflags__fPIC__shared__Wl___version_script_conftest_map=yes
6519 else
6520   ac_cv_cflags__fPIC__shared__Wl___version_script_conftest_map=no
6521 fi
6522 rm -f core conftest.err conftest.$ac_objext \
6523     conftest$ac_exeext conftest.$ac_ext
6524 CFLAGS=$ac_wine_try_cflags_saved
6525 fi
6526 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_cflags__fPIC__shared__Wl___version_script_conftest_map" >&5
6527 $as_echo "$ac_cv_cflags__fPIC__shared__Wl___version_script_conftest_map" >&6; }
6528 if test $ac_cv_cflags__fPIC__shared__Wl___version_script_conftest_map = yes; then :
6529   LDSHARED="$LDSHARED \$(VERSCRIPT:%=-Wl,--version-script=%)"
6530 fi
6531       rm -f conftest.map
6532
6533       { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether the compiler supports -fPIC -Wl,--export-dynamic" >&5
6534 $as_echo_n "checking whether the compiler supports -fPIC -Wl,--export-dynamic... " >&6; }
6535 if test "${ac_cv_cflags__fPIC__Wl___export_dynamic+set}" = set; then :
6536   $as_echo_n "(cached) " >&6
6537 else
6538   ac_wine_try_cflags_saved=$CFLAGS
6539 CFLAGS="$CFLAGS -fPIC -Wl,--export-dynamic"
6540 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
6541 /* end confdefs.h.  */
6542
6543 int
6544 main ()
6545 {
6546
6547   ;
6548   return 0;
6549 }
6550 _ACEOF
6551 if ac_fn_c_try_link "$LINENO"; then :
6552   ac_cv_cflags__fPIC__Wl___export_dynamic=yes
6553 else
6554   ac_cv_cflags__fPIC__Wl___export_dynamic=no
6555 fi
6556 rm -f core conftest.err conftest.$ac_objext \
6557     conftest$ac_exeext conftest.$ac_ext
6558 CFLAGS=$ac_wine_try_cflags_saved
6559 fi
6560 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_cflags__fPIC__Wl___export_dynamic" >&5
6561 $as_echo "$ac_cv_cflags__fPIC__Wl___export_dynamic" >&6; }
6562 if test $ac_cv_cflags__fPIC__Wl___export_dynamic = yes; then :
6563   LDEXECFLAGS="-Wl,--export-dynamic"
6564
6565 fi
6566
6567       as_ac_var=`$as_echo "ac_cv_cflags_-fPIC -Wl,--rpath,\\$ORIGIN/../lib" | $as_tr_sh`
6568 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether the compiler supports -fPIC -Wl,--rpath,\$ORIGIN/../lib" >&5
6569 $as_echo_n "checking whether the compiler supports -fPIC -Wl,--rpath,\$ORIGIN/../lib... " >&6; }
6570 if { as_var=$as_ac_var; eval "test \"\${$as_var+set}\" = set"; }; then :
6571   $as_echo_n "(cached) " >&6
6572 else
6573   ac_wine_try_cflags_saved=$CFLAGS
6574 CFLAGS="$CFLAGS -fPIC -Wl,--rpath,\$ORIGIN/../lib"
6575 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
6576 /* end confdefs.h.  */
6577
6578 int
6579 main ()
6580 {
6581
6582   ;
6583   return 0;
6584 }
6585 _ACEOF
6586 if ac_fn_c_try_link "$LINENO"; then :
6587   eval "$as_ac_var=yes"
6588 else
6589   eval "$as_ac_var=no"
6590 fi
6591 rm -f core conftest.err conftest.$ac_objext \
6592     conftest$ac_exeext conftest.$ac_ext
6593 CFLAGS=$ac_wine_try_cflags_saved
6594 fi
6595 eval ac_res=\$$as_ac_var
6596                { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_res" >&5
6597 $as_echo "$ac_res" >&6; }
6598 if test `eval 'as_val=${'$as_ac_var'};$as_echo "$as_val"'` = yes; then :
6599   LDRPATH_INSTALL="-Wl,--rpath,\\\$\$ORIGIN/\`\$(RELPATH) \$(bindir) \$(libdir)\`"
6600                        LDRPATH_LOCAL="-Wl,--rpath,\\\$\$ORIGIN/\$(TOPOBJDIR)/libs/wine"
6601 else
6602   as_ac_var=`$as_echo "ac_cv_cflags_-fPIC -Wl,-R,\\$ORIGIN/../lib" | $as_tr_sh`
6603 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether the compiler supports -fPIC -Wl,-R,\$ORIGIN/../lib" >&5
6604 $as_echo_n "checking whether the compiler supports -fPIC -Wl,-R,\$ORIGIN/../lib... " >&6; }
6605 if { as_var=$as_ac_var; eval "test \"\${$as_var+set}\" = set"; }; then :
6606   $as_echo_n "(cached) " >&6
6607 else
6608   ac_wine_try_cflags_saved=$CFLAGS
6609 CFLAGS="$CFLAGS -fPIC -Wl,-R,\$ORIGIN/../lib"
6610 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
6611 /* end confdefs.h.  */
6612
6613 int
6614 main ()
6615 {
6616
6617   ;
6618   return 0;
6619 }
6620 _ACEOF
6621 if ac_fn_c_try_link "$LINENO"; then :
6622   eval "$as_ac_var=yes"
6623 else
6624   eval "$as_ac_var=no"
6625 fi
6626 rm -f core conftest.err conftest.$ac_objext \
6627     conftest$ac_exeext conftest.$ac_ext
6628 CFLAGS=$ac_wine_try_cflags_saved
6629 fi
6630 eval ac_res=\$$as_ac_var
6631                { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_res" >&5
6632 $as_echo "$ac_res" >&6; }
6633 if test `eval 'as_val=${'$as_ac_var'};$as_echo "$as_val"'` = yes; then :
6634   LDRPATH_INSTALL="-Wl,-R,\\\$\$ORIGIN/\`\$(RELPATH) \$(bindir) \$(libdir)\`"
6635                             LDRPATH_LOCAL="-Wl,-R,\\\$\$ORIGIN/\$(TOPOBJDIR)/libs/wine"
6636 fi
6637 fi
6638
6639       { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether the compiler supports -Wl,--enable-new-dtags" >&5
6640 $as_echo_n "checking whether the compiler supports -Wl,--enable-new-dtags... " >&6; }
6641 if test "${ac_cv_cflags__Wl___enable_new_dtags+set}" = set; then :
6642   $as_echo_n "(cached) " >&6
6643 else
6644   ac_wine_try_cflags_saved=$CFLAGS
6645 CFLAGS="$CFLAGS -Wl,--enable-new-dtags"
6646 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
6647 /* end confdefs.h.  */
6648
6649 int
6650 main ()
6651 {
6652
6653   ;
6654   return 0;
6655 }
6656 _ACEOF
6657 if ac_fn_c_try_link "$LINENO"; then :
6658   ac_cv_cflags__Wl___enable_new_dtags=yes
6659 else
6660   ac_cv_cflags__Wl___enable_new_dtags=no
6661 fi
6662 rm -f core conftest.err conftest.$ac_objext \
6663     conftest$ac_exeext conftest.$ac_ext
6664 CFLAGS=$ac_wine_try_cflags_saved
6665 fi
6666 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_cflags__Wl___enable_new_dtags" >&5
6667 $as_echo "$ac_cv_cflags__Wl___enable_new_dtags" >&6; }
6668 if test $ac_cv_cflags__Wl___enable_new_dtags = yes; then :
6669   LDRPATH_INSTALL="$LDRPATH_INSTALL -Wl,--enable-new-dtags"
6670 fi
6671
6672       case $host_cpu in
6673         *i[3456789]86* | x86_64)
6674           { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether the compiler supports -Wl,--section-start,.interp=0x7bf00400" >&5
6675 $as_echo_n "checking whether the compiler supports -Wl,--section-start,.interp=0x7bf00400... " >&6; }
6676 if test "${ac_cv_cflags__Wl___section_start__interp_0x7bf00400+set}" = set; then :
6677   $as_echo_n "(cached) " >&6
6678 else
6679   ac_wine_try_cflags_saved=$CFLAGS
6680 CFLAGS="$CFLAGS -Wl,--section-start,.interp=0x7bf00400"
6681 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
6682 /* end confdefs.h.  */
6683
6684 int
6685 main ()
6686 {
6687
6688   ;
6689   return 0;
6690 }
6691 _ACEOF
6692 if ac_fn_c_try_link "$LINENO"; then :
6693   ac_cv_cflags__Wl___section_start__interp_0x7bf00400=yes
6694 else
6695   ac_cv_cflags__Wl___section_start__interp_0x7bf00400=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__Wl___section_start__interp_0x7bf00400" >&5
6702 $as_echo "$ac_cv_cflags__Wl___section_start__interp_0x7bf00400" >&6; }
6703 if test $ac_cv_cflags__Wl___section_start__interp_0x7bf00400 = yes; then :
6704   LDEXECFLAGS="$LDEXECFLAGS -Wl,--section-start,.interp=0x7bf00400"
6705 fi
6706           ;;
6707       esac
6708
6709     else
6710       { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether we can build a UnixWare (Solaris) dll" >&5
6711 $as_echo_n "checking whether we can build a UnixWare (Solaris) dll... " >&6; }
6712 if test "${ac_cv_c_dll_unixware+set}" = set; then :
6713   $as_echo_n "(cached) " >&6
6714 else
6715   ac_wine_try_cflags_saved=$CFLAGS
6716 CFLAGS="$CFLAGS -fPIC -Wl,-G,-h,conftest.so.1.0,-B,symbolic"
6717 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
6718 /* end confdefs.h.  */
6719 void myfunc() {}
6720 _ACEOF
6721 if ac_fn_c_try_link "$LINENO"; then :
6722   ac_cv_c_dll_unixware="yes"
6723 else
6724   ac_cv_c_dll_unixware="no"
6725 fi
6726 rm -f core conftest.err conftest.$ac_objext \
6727     conftest$ac_exeext conftest.$ac_ext
6728 CFLAGS=$ac_wine_try_cflags_saved
6729 fi
6730 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_c_dll_unixware" >&5
6731 $as_echo "$ac_cv_c_dll_unixware" >&6; }
6732       if test "$ac_cv_c_dll_unixware" = "yes"
6733       then
6734         LDSHARED="\$(CC) -Wl,-G \$(SONAME:%=-Wl,-h,%)"
6735         LDDLLFLAGS="-Wl,-G,-B,symbolic"
6736
6737       else
6738         { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether we can build an HP-UX dll" >&5
6739 $as_echo_n "checking whether we can build an HP-UX dll... " >&6; }
6740 if test "${ac_cv_c_dll_hpux+set}" = set; then :
6741   $as_echo_n "(cached) " >&6
6742 else
6743   ac_wine_try_cflags_saved=$CFLAGS
6744 CFLAGS="$CFLAGS -shared"
6745 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
6746 /* end confdefs.h.  */
6747 void myfunc() {}
6748 _ACEOF
6749 if ac_fn_c_try_link "$LINENO"; then :
6750   ac_cv_c_dll_hpux="yes"
6751 else
6752   ac_cv_c_dll_hpux="no"
6753 fi
6754 rm -f core conftest.err conftest.$ac_objext \
6755     conftest$ac_exeext conftest.$ac_ext
6756 CFLAGS=$ac_wine_try_cflags_saved
6757 fi
6758 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_c_dll_hpux" >&5
6759 $as_echo "$ac_cv_c_dll_hpux" >&6; }
6760         if test "$ac_cv_c_dll_hpux" = "yes"
6761         then
6762           LIBEXT="sl"
6763           DLLEXT=".sl"
6764           LDDLLFLAGS="-shared -fPIC"
6765           LDSHARED="\$(CC) -shared"
6766         fi
6767       fi
6768     fi
6769     ;;
6770 esac
6771
6772 enable_winequartz_drv=${enable_winequartz_drv:-no}
6773
6774 if test "$LIBEXT" = "a"; then
6775   as_fn_error "could not find a way to build shared libraries.
6776 It is currently not possible to build Wine without shared library
6777 (.so) support to allow transparent switch between .so and .dll files.
6778 If you are using Linux, you will need a newer binutils.
6779 " "$LINENO" 5
6780 fi
6781
6782 if test "$cross_compiling" = "no" -a "$LIBEXT" != "dll"
6783 then
6784     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
6785 do
6786   # Extract the first word of "$ac_prog", so it can be a program name with args.
6787 set dummy $ac_prog; ac_word=$2
6788 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
6789 $as_echo_n "checking for $ac_word... " >&6; }
6790 if test "${ac_cv_prog_CROSSCC+set}" = set; then :
6791   $as_echo_n "(cached) " >&6
6792 else
6793   if test -n "$CROSSCC"; then
6794   ac_cv_prog_CROSSCC="$CROSSCC" # Let the user override the test.
6795 else
6796 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
6797 for as_dir in $PATH
6798 do
6799   IFS=$as_save_IFS
6800   test -z "$as_dir" && as_dir=.
6801     for ac_exec_ext in '' $ac_executable_extensions; do
6802   if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
6803     ac_cv_prog_CROSSCC="$ac_prog"
6804     $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
6805     break 2
6806   fi
6807 done
6808   done
6809 IFS=$as_save_IFS
6810
6811 fi
6812 fi
6813 CROSSCC=$ac_cv_prog_CROSSCC
6814 if test -n "$CROSSCC"; then
6815   { $as_echo "$as_me:${as_lineno-$LINENO}: result: $CROSSCC" >&5
6816 $as_echo "$CROSSCC" >&6; }
6817 else
6818   { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
6819 $as_echo "no" >&6; }
6820 fi
6821
6822
6823   test -n "$CROSSCC" && break
6824 done
6825 test -n "$CROSSCC" || CROSSCC="false"
6826
6827     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
6828 do
6829   # Extract the first word of "$ac_prog", so it can be a program name with args.
6830 set dummy $ac_prog; ac_word=$2
6831 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
6832 $as_echo_n "checking for $ac_word... " >&6; }
6833 if test "${ac_cv_prog_DLLTOOL+set}" = set; then :
6834   $as_echo_n "(cached) " >&6
6835 else
6836   if test -n "$DLLTOOL"; then
6837   ac_cv_prog_DLLTOOL="$DLLTOOL" # Let the user override the test.
6838 else
6839 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
6840 for as_dir in $PATH
6841 do
6842   IFS=$as_save_IFS
6843   test -z "$as_dir" && as_dir=.
6844     for ac_exec_ext in '' $ac_executable_extensions; do
6845   if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
6846     ac_cv_prog_DLLTOOL="$ac_prog"
6847     $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
6848     break 2
6849   fi
6850 done
6851   done
6852 IFS=$as_save_IFS
6853
6854 fi
6855 fi
6856 DLLTOOL=$ac_cv_prog_DLLTOOL
6857 if test -n "$DLLTOOL"; then
6858   { $as_echo "$as_me:${as_lineno-$LINENO}: result: $DLLTOOL" >&5
6859 $as_echo "$DLLTOOL" >&6; }
6860 else
6861   { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
6862 $as_echo "no" >&6; }
6863 fi
6864
6865
6866   test -n "$DLLTOOL" && break
6867 done
6868 test -n "$DLLTOOL" || DLLTOOL="false"
6869
6870     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
6871 do
6872   # Extract the first word of "$ac_prog", so it can be a program name with args.
6873 set dummy $ac_prog; ac_word=$2
6874 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
6875 $as_echo_n "checking for $ac_word... " >&6; }
6876 if test "${ac_cv_prog_MINGWAR+set}" = set; then :
6877   $as_echo_n "(cached) " >&6
6878 else
6879   if test -n "$MINGWAR"; then
6880   ac_cv_prog_MINGWAR="$MINGWAR" # Let the user override the test.
6881 else
6882 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
6883 for as_dir in $PATH
6884 do
6885   IFS=$as_save_IFS
6886   test -z "$as_dir" && as_dir=.
6887     for ac_exec_ext in '' $ac_executable_extensions; do
6888   if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
6889     ac_cv_prog_MINGWAR="$ac_prog"
6890     $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
6891     break 2
6892   fi
6893 done
6894   done
6895 IFS=$as_save_IFS
6896
6897 fi
6898 fi
6899 MINGWAR=$ac_cv_prog_MINGWAR
6900 if test -n "$MINGWAR"; then
6901   { $as_echo "$as_me:${as_lineno-$LINENO}: result: $MINGWAR" >&5
6902 $as_echo "$MINGWAR" >&6; }
6903 else
6904   { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
6905 $as_echo "no" >&6; }
6906 fi
6907
6908
6909   test -n "$MINGWAR" && break
6910 done
6911 test -n "$MINGWAR" || MINGWAR="false"
6912
6913     if test "$CROSSCC" != "false"
6914     then
6915         CROSSTEST="\$(CROSSTEST)"
6916
6917         set x $CROSSCC
6918         shift
6919         target=""
6920         while test $# -ge 1
6921         do
6922             case "$1" in
6923               *-gcc) target=`expr "$1" : '\(.*\)-gcc'` ;;
6924             esac
6925             shift
6926         done
6927         if test -n "$target"
6928         then
6929             CROSSTARGETFLAGS="-b $target"
6930
6931         fi
6932     fi
6933 fi
6934
6935
6936 if test "$ac_cv_header_pthread_h" = "yes"
6937 then
6938     { $as_echo "$as_me:${as_lineno-$LINENO}: checking for pthread_create in -lpthread" >&5
6939 $as_echo_n "checking for pthread_create in -lpthread... " >&6; }
6940 if test "${ac_cv_lib_pthread_pthread_create+set}" = set; then :
6941   $as_echo_n "(cached) " >&6
6942 else
6943   ac_check_lib_save_LIBS=$LIBS
6944 LIBS="-lpthread  $LIBS"
6945 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
6946 /* end confdefs.h.  */
6947
6948 /* Override any GCC internal prototype to avoid an error.
6949    Use char because int might match the return type of a GCC
6950    builtin and then its argument prototype would still apply.  */
6951 #ifdef __cplusplus
6952 extern "C"
6953 #endif
6954 char pthread_create ();
6955 int
6956 main ()
6957 {
6958 return pthread_create ();
6959   ;
6960   return 0;
6961 }
6962 _ACEOF
6963 if ac_fn_c_try_link "$LINENO"; then :
6964   ac_cv_lib_pthread_pthread_create=yes
6965 else
6966   ac_cv_lib_pthread_pthread_create=no
6967 fi
6968 rm -f core conftest.err conftest.$ac_objext \
6969     conftest$ac_exeext conftest.$ac_ext
6970 LIBS=$ac_check_lib_save_LIBS
6971 fi
6972 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_pthread_pthread_create" >&5
6973 $as_echo "$ac_cv_lib_pthread_pthread_create" >&6; }
6974 if test "x$ac_cv_lib_pthread_pthread_create" = x""yes; then :
6975   LIBPTHREAD="-lpthread"
6976
6977 fi
6978
6979 fi
6980 if test "x$LIBPTHREAD" = "x"; then :
6981   case "x$with_pthread" in
6982   xno) ;;
6983   *)   as_fn_error "pthread ${notice_platform}development files not found.
6984 Wine cannot support threads without libpthread.
6985 Use the --without-pthread option if you really want this." "$LINENO" 5 ;;
6986 esac
6987 fi
6988
6989
6990 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for X" >&5
6991 $as_echo_n "checking for X... " >&6; }
6992
6993
6994 # Check whether --with-x was given.
6995 if test "${with_x+set}" = set; then :
6996   withval=$with_x;
6997 fi
6998
6999 # $have_x is `yes', `no', `disabled', or empty when we do not yet know.
7000 if test "x$with_x" = xno; then
7001   # The user explicitly disabled X.
7002   have_x=disabled
7003 else
7004   case $x_includes,$x_libraries in #(
7005     *\'*) as_fn_error "cannot use X directory names containing '" "$LINENO" 5;; #(
7006     *,NONE | NONE,*) if test "${ac_cv_have_x+set}" = set; then :
7007   $as_echo_n "(cached) " >&6
7008 else
7009   # One or both of the vars are not set, and there is no cached value.
7010 ac_x_includes=no ac_x_libraries=no
7011 rm -f -r conftest.dir
7012 if mkdir conftest.dir; then
7013   cd conftest.dir
7014   cat >Imakefile <<'_ACEOF'
7015 incroot:
7016         @echo incroot='${INCROOT}'
7017 usrlibdir:
7018         @echo usrlibdir='${USRLIBDIR}'
7019 libdir:
7020         @echo libdir='${LIBDIR}'
7021 _ACEOF
7022   if (export CC; ${XMKMF-xmkmf}) >/dev/null 2>/dev/null && test -f Makefile; then
7023     # GNU make sometimes prints "make[1]: Entering...", which would confuse us.
7024     for ac_var in incroot usrlibdir libdir; do
7025       eval "ac_im_$ac_var=\`\${MAKE-make} $ac_var 2>/dev/null | sed -n 's/^$ac_var=//p'\`"
7026     done
7027     # Open Windows xmkmf reportedly sets LIBDIR instead of USRLIBDIR.
7028     for ac_extension in a so sl dylib la dll; do
7029       if test ! -f "$ac_im_usrlibdir/libX11.$ac_extension" &&
7030          test -f "$ac_im_libdir/libX11.$ac_extension"; then
7031         ac_im_usrlibdir=$ac_im_libdir; break
7032       fi
7033     done
7034     # Screen out bogus values from the imake configuration.  They are
7035     # bogus both because they are the default anyway, and because
7036     # using them would break gcc on systems where it needs fixed includes.
7037     case $ac_im_incroot in
7038         /usr/include) ac_x_includes= ;;
7039         *) test -f "$ac_im_incroot/X11/Xos.h" && ac_x_includes=$ac_im_incroot;;
7040     esac
7041     case $ac_im_usrlibdir in
7042         /usr/lib | /usr/lib64 | /lib | /lib64) ;;
7043         *) test -d "$ac_im_usrlibdir" && ac_x_libraries=$ac_im_usrlibdir ;;
7044     esac
7045   fi
7046   cd ..
7047   rm -f -r conftest.dir
7048 fi
7049
7050 # Standard set of common directories for X headers.
7051 # Check X11 before X11Rn because it is often a symlink to the current release.
7052 ac_x_header_dirs='
7053 /usr/X11/include
7054 /usr/X11R7/include
7055 /usr/X11R6/include
7056 /usr/X11R5/include
7057 /usr/X11R4/include
7058
7059 /usr/include/X11
7060 /usr/include/X11R7
7061 /usr/include/X11R6
7062 /usr/include/X11R5
7063 /usr/include/X11R4
7064
7065 /usr/local/X11/include
7066 /usr/local/X11R7/include
7067 /usr/local/X11R6/include
7068 /usr/local/X11R5/include
7069 /usr/local/X11R4/include
7070
7071 /usr/local/include/X11
7072 /usr/local/include/X11R7
7073 /usr/local/include/X11R6
7074 /usr/local/include/X11R5
7075 /usr/local/include/X11R4
7076
7077 /usr/X386/include
7078 /usr/x386/include
7079 /usr/XFree86/include/X11
7080
7081 /usr/include
7082 /usr/local/include
7083 /usr/unsupported/include
7084 /usr/athena/include
7085 /usr/local/x11r5/include
7086 /usr/lpp/Xamples/include
7087
7088 /usr/openwin/include
7089 /usr/openwin/share/include'
7090
7091 if test "$ac_x_includes" = no; then
7092   # Guess where to find include files, by looking for Xlib.h.
7093   # First, try using that file with no special directory specified.
7094   cat confdefs.h - <<_ACEOF >conftest.$ac_ext
7095 /* end confdefs.h.  */
7096 #include <X11/Xlib.h>
7097 _ACEOF
7098 if ac_fn_c_try_cpp "$LINENO"; then :
7099   # We can compile using X headers with no special include directory.
7100 ac_x_includes=
7101 else
7102   for ac_dir in $ac_x_header_dirs; do
7103   if test -r "$ac_dir/X11/Xlib.h"; then
7104     ac_x_includes=$ac_dir
7105     break
7106   fi
7107 done
7108 fi
7109 rm -f conftest.err conftest.$ac_ext
7110 fi # $ac_x_includes = no
7111
7112 if test "$ac_x_libraries" = no; then
7113   # Check for the libraries.
7114   # See if we find them without any special options.
7115   # Don't add to $LIBS permanently.
7116   ac_save_LIBS=$LIBS
7117   LIBS="-lX11 $LIBS"
7118   cat confdefs.h - <<_ACEOF >conftest.$ac_ext
7119 /* end confdefs.h.  */
7120 #include <X11/Xlib.h>
7121 int
7122 main ()
7123 {
7124 XrmInitialize ()
7125   ;
7126   return 0;
7127 }
7128 _ACEOF
7129 if ac_fn_c_try_link "$LINENO"; then :
7130   LIBS=$ac_save_LIBS
7131 # We can link X programs with no special library path.
7132 ac_x_libraries=
7133 else
7134   LIBS=$ac_save_LIBS
7135 for ac_dir in `$as_echo "$ac_x_includes $ac_x_header_dirs" | sed s/include/lib/g`
7136 do
7137   # Don't even attempt the hair of trying to link an X program!
7138   for ac_extension in a so sl dylib la dll; do
7139     if test -r "$ac_dir/libX11.$ac_extension"; then
7140       ac_x_libraries=$ac_dir
7141       break 2
7142     fi
7143   done
7144 done
7145 fi
7146 rm -f core conftest.err conftest.$ac_objext \
7147     conftest$ac_exeext conftest.$ac_ext
7148 fi # $ac_x_libraries = no
7149
7150 case $ac_x_includes,$ac_x_libraries in #(
7151   no,* | *,no | *\'*)
7152     # Didn't find X, or a directory has "'" in its name.
7153     ac_cv_have_x="have_x=no";; #(
7154   *)
7155     # Record where we found X for the cache.
7156     ac_cv_have_x="have_x=yes\
7157         ac_x_includes='$ac_x_includes'\
7158         ac_x_libraries='$ac_x_libraries'"
7159 esac
7160 fi
7161 ;; #(
7162     *) have_x=yes;;
7163   esac
7164   eval "$ac_cv_have_x"
7165 fi # $with_x != no
7166
7167 if test "$have_x" != yes; then
7168   { $as_echo "$as_me:${as_lineno-$LINENO}: result: $have_x" >&5
7169 $as_echo "$have_x" >&6; }
7170   no_x=yes
7171 else
7172   # If each of the values was on the command line, it overrides each guess.
7173   test "x$x_includes" = xNONE && x_includes=$ac_x_includes
7174   test "x$x_libraries" = xNONE && x_libraries=$ac_x_libraries
7175   # Update the cache value to reflect the command line values.
7176   ac_cv_have_x="have_x=yes\
7177         ac_x_includes='$x_includes'\
7178         ac_x_libraries='$x_libraries'"
7179   { $as_echo "$as_me:${as_lineno-$LINENO}: result: libraries $x_libraries, headers $x_includes" >&5
7180 $as_echo "libraries $x_libraries, headers $x_includes" >&6; }
7181 fi
7182
7183 if test "$no_x" = yes; then
7184   # Not all programs may use this symbol, but it does not hurt to define it.
7185
7186 $as_echo "#define X_DISPLAY_MISSING 1" >>confdefs.h
7187
7188   X_CFLAGS= X_PRE_LIBS= X_LIBS= X_EXTRA_LIBS=
7189 else
7190   if test -n "$x_includes"; then
7191     X_CFLAGS="$X_CFLAGS -I$x_includes"
7192   fi
7193
7194   # It would also be nice to do this for all -L options, not just this one.
7195   if test -n "$x_libraries"; then
7196     X_LIBS="$X_LIBS -L$x_libraries"
7197     # For Solaris; some versions of Sun CC require a space after -R and
7198     # others require no space.  Words are not sufficient . . . .
7199     { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether -R must be followed by a space" >&5
7200 $as_echo_n "checking whether -R must be followed by a space... " >&6; }
7201     ac_xsave_LIBS=$LIBS; LIBS="$LIBS -R$x_libraries"
7202     ac_xsave_c_werror_flag=$ac_c_werror_flag
7203     ac_c_werror_flag=yes
7204     cat confdefs.h - <<_ACEOF >conftest.$ac_ext
7205 /* end confdefs.h.  */
7206
7207 int
7208 main ()
7209 {
7210
7211   ;
7212   return 0;
7213 }
7214 _ACEOF
7215 if ac_fn_c_try_link "$LINENO"; then :
7216   { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
7217 $as_echo "no" >&6; }
7218        X_LIBS="$X_LIBS -R$x_libraries"
7219 else
7220   LIBS="$ac_xsave_LIBS -R $x_libraries"
7221        cat confdefs.h - <<_ACEOF >conftest.$ac_ext
7222 /* end confdefs.h.  */
7223
7224 int
7225 main ()
7226 {
7227
7228   ;
7229   return 0;
7230 }
7231 _ACEOF
7232 if ac_fn_c_try_link "$LINENO"; then :
7233   { $as_echo "$as_me:${as_lineno-$LINENO}: result: yes" >&5
7234 $as_echo "yes" >&6; }
7235           X_LIBS="$X_LIBS -R $x_libraries"
7236 else
7237   { $as_echo "$as_me:${as_lineno-$LINENO}: result: neither works" >&5
7238 $as_echo "neither works" >&6; }
7239 fi
7240 rm -f core conftest.err conftest.$ac_objext \
7241     conftest$ac_exeext conftest.$ac_ext
7242 fi
7243 rm -f core conftest.err conftest.$ac_objext \
7244     conftest$ac_exeext conftest.$ac_ext
7245     ac_c_werror_flag=$ac_xsave_c_werror_flag
7246     LIBS=$ac_xsave_LIBS
7247   fi
7248
7249   # Check for system-dependent libraries X programs must link with.
7250   # Do this before checking for the system-independent R6 libraries
7251   # (-lICE), since we may need -lsocket or whatever for X linking.
7252
7253   if test "$ISC" = yes; then
7254     X_EXTRA_LIBS="$X_EXTRA_LIBS -lnsl_s -linet"
7255   else
7256     # Martyn Johnson says this is needed for Ultrix, if the X
7257     # libraries were built with DECnet support.  And Karl Berry says
7258     # the Alpha needs dnet_stub (dnet does not exist).
7259     ac_xsave_LIBS="$LIBS"; LIBS="$LIBS $X_LIBS -lX11"
7260     cat confdefs.h - <<_ACEOF >conftest.$ac_ext
7261 /* end confdefs.h.  */
7262
7263 /* Override any GCC internal prototype to avoid an error.
7264    Use char because int might match the return type of a GCC
7265    builtin and then its argument prototype would still apply.  */
7266 #ifdef __cplusplus
7267 extern "C"
7268 #endif
7269 char XOpenDisplay ();
7270 int
7271 main ()
7272 {
7273 return XOpenDisplay ();
7274   ;
7275   return 0;
7276 }
7277 _ACEOF
7278 if ac_fn_c_try_link "$LINENO"; then :
7279
7280 else
7281   { $as_echo "$as_me:${as_lineno-$LINENO}: checking for dnet_ntoa in -ldnet" >&5
7282 $as_echo_n "checking for dnet_ntoa in -ldnet... " >&6; }
7283 if test "${ac_cv_lib_dnet_dnet_ntoa+set}" = set; then :
7284   $as_echo_n "(cached) " >&6
7285 else
7286   ac_check_lib_save_LIBS=$LIBS
7287 LIBS="-ldnet  $LIBS"
7288 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
7289 /* end confdefs.h.  */
7290
7291 /* Override any GCC internal prototype to avoid an error.
7292    Use char because int might match the return type of a GCC
7293    builtin and then its argument prototype would still apply.  */
7294 #ifdef __cplusplus
7295 extern "C"
7296 #endif
7297 char dnet_ntoa ();
7298 int
7299 main ()
7300 {
7301 return dnet_ntoa ();
7302   ;
7303   return 0;
7304 }
7305 _ACEOF
7306 if ac_fn_c_try_link "$LINENO"; then :
7307   ac_cv_lib_dnet_dnet_ntoa=yes
7308 else
7309   ac_cv_lib_dnet_dnet_ntoa=no
7310 fi
7311 rm -f core conftest.err conftest.$ac_objext \
7312     conftest$ac_exeext conftest.$ac_ext
7313 LIBS=$ac_check_lib_save_LIBS
7314 fi
7315 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_dnet_dnet_ntoa" >&5
7316 $as_echo "$ac_cv_lib_dnet_dnet_ntoa" >&6; }
7317 if test "x$ac_cv_lib_dnet_dnet_ntoa" = x""yes; then :
7318   X_EXTRA_LIBS="$X_EXTRA_LIBS -ldnet"
7319 fi
7320
7321     if test $ac_cv_lib_dnet_dnet_ntoa = no; then
7322       { $as_echo "$as_me:${as_lineno-$LINENO}: checking for dnet_ntoa in -ldnet_stub" >&5
7323 $as_echo_n "checking for dnet_ntoa in -ldnet_stub... " >&6; }
7324 if test "${ac_cv_lib_dnet_stub_dnet_ntoa+set}" = set; then :
7325   $as_echo_n "(cached) " >&6
7326 else
7327   ac_check_lib_save_LIBS=$LIBS
7328 LIBS="-ldnet_stub  $LIBS"
7329 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
7330 /* end confdefs.h.  */
7331
7332 /* Override any GCC internal prototype to avoid an error.
7333    Use char because int might match the return type of a GCC
7334    builtin and then its argument prototype would still apply.  */
7335 #ifdef __cplusplus
7336 extern "C"
7337 #endif
7338 char dnet_ntoa ();
7339 int
7340 main ()
7341 {
7342 return dnet_ntoa ();
7343   ;
7344   return 0;
7345 }
7346 _ACEOF
7347 if ac_fn_c_try_link "$LINENO"; then :
7348   ac_cv_lib_dnet_stub_dnet_ntoa=yes
7349 else
7350   ac_cv_lib_dnet_stub_dnet_ntoa=no
7351 fi
7352 rm -f core conftest.err conftest.$ac_objext \
7353     conftest$ac_exeext conftest.$ac_ext
7354 LIBS=$ac_check_lib_save_LIBS
7355 fi
7356 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_dnet_stub_dnet_ntoa" >&5
7357 $as_echo "$ac_cv_lib_dnet_stub_dnet_ntoa" >&6; }
7358 if test "x$ac_cv_lib_dnet_stub_dnet_ntoa" = x""yes; then :
7359   X_EXTRA_LIBS="$X_EXTRA_LIBS -ldnet_stub"
7360 fi
7361
7362     fi
7363 fi
7364 rm -f core conftest.err conftest.$ac_objext \
7365     conftest$ac_exeext conftest.$ac_ext
7366     LIBS="$ac_xsave_LIBS"
7367
7368     # msh@cis.ufl.edu says -lnsl (and -lsocket) are needed for his 386/AT,
7369     # to get the SysV transport functions.
7370     # Chad R. Larson says the Pyramis MIS-ES running DC/OSx (SVR4)
7371     # needs -lnsl.
7372     # The nsl library prevents programs from opening the X display
7373     # on Irix 5.2, according to T.E. Dickey.
7374     # The functions gethostbyname, getservbyname, and inet_addr are
7375     # in -lbsd on LynxOS 3.0.1/i386, according to Lars Hecking.
7376     ac_fn_c_check_func "$LINENO" "gethostbyname" "ac_cv_func_gethostbyname"
7377 if test "x$ac_cv_func_gethostbyname" = x""yes; then :
7378
7379 fi
7380
7381     if test $ac_cv_func_gethostbyname = no; then
7382       { $as_echo "$as_me:${as_lineno-$LINENO}: checking for gethostbyname in -lnsl" >&5
7383 $as_echo_n "checking for gethostbyname in -lnsl... " >&6; }
7384 if test "${ac_cv_lib_nsl_gethostbyname+set}" = set; then :
7385   $as_echo_n "(cached) " >&6
7386 else
7387   ac_check_lib_save_LIBS=$LIBS
7388 LIBS="-lnsl  $LIBS"
7389 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
7390 /* end confdefs.h.  */
7391
7392 /* Override any GCC internal prototype to avoid an error.
7393    Use char because int might match the return type of a GCC
7394    builtin and then its argument prototype would still apply.  */
7395 #ifdef __cplusplus
7396 extern "C"
7397 #endif
7398 char gethostbyname ();
7399 int
7400 main ()
7401 {
7402 return gethostbyname ();
7403   ;
7404   return 0;
7405 }
7406 _ACEOF
7407 if ac_fn_c_try_link "$LINENO"; then :
7408   ac_cv_lib_nsl_gethostbyname=yes
7409 else
7410   ac_cv_lib_nsl_gethostbyname=no
7411 fi
7412 rm -f core conftest.err conftest.$ac_objext \
7413     conftest$ac_exeext conftest.$ac_ext
7414 LIBS=$ac_check_lib_save_LIBS
7415 fi
7416 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_nsl_gethostbyname" >&5
7417 $as_echo "$ac_cv_lib_nsl_gethostbyname" >&6; }
7418 if test "x$ac_cv_lib_nsl_gethostbyname" = x""yes; then :
7419   X_EXTRA_LIBS="$X_EXTRA_LIBS -lnsl"
7420 fi
7421
7422       if test $ac_cv_lib_nsl_gethostbyname = no; then
7423         { $as_echo "$as_me:${as_lineno-$LINENO}: checking for gethostbyname in -lbsd" >&5
7424 $as_echo_n "checking for gethostbyname in -lbsd... " >&6; }
7425 if test "${ac_cv_lib_bsd_gethostbyname+set}" = set; then :
7426   $as_echo_n "(cached) " >&6
7427 else
7428   ac_check_lib_save_LIBS=$LIBS
7429 LIBS="-lbsd  $LIBS"
7430 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
7431 /* end confdefs.h.  */
7432
7433 /* Override any GCC internal prototype to avoid an error.
7434    Use char because int might match the return type of a GCC
7435    builtin and then its argument prototype would still apply.  */
7436 #ifdef __cplusplus
7437 extern "C"
7438 #endif
7439 char gethostbyname ();
7440 int
7441 main ()
7442 {
7443 return gethostbyname ();
7444   ;
7445   return 0;
7446 }
7447 _ACEOF
7448 if ac_fn_c_try_link "$LINENO"; then :
7449   ac_cv_lib_bsd_gethostbyname=yes
7450 else
7451   ac_cv_lib_bsd_gethostbyname=no
7452 fi
7453 rm -f core conftest.err conftest.$ac_objext \
7454     conftest$ac_exeext conftest.$ac_ext
7455 LIBS=$ac_check_lib_save_LIBS
7456 fi
7457 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_bsd_gethostbyname" >&5
7458 $as_echo "$ac_cv_lib_bsd_gethostbyname" >&6; }
7459 if test "x$ac_cv_lib_bsd_gethostbyname" = x""yes; then :
7460   X_EXTRA_LIBS="$X_EXTRA_LIBS -lbsd"
7461 fi
7462
7463       fi
7464     fi
7465
7466     # lieder@skyler.mavd.honeywell.com says without -lsocket,
7467     # socket/setsockopt and other routines are undefined under SCO ODT
7468     # 2.0.  But -lsocket is broken on IRIX 5.2 (and is not necessary
7469     # on later versions), says Simon Leinen: it contains gethostby*
7470     # variants that don't use the name server (or something).  -lsocket
7471     # must be given before -lnsl if both are needed.  We assume that
7472     # if connect needs -lnsl, so does gethostbyname.
7473     ac_fn_c_check_func "$LINENO" "connect" "ac_cv_func_connect"
7474 if test "x$ac_cv_func_connect" = x""yes; then :
7475
7476 fi
7477
7478     if test $ac_cv_func_connect = no; then
7479       { $as_echo "$as_me:${as_lineno-$LINENO}: checking for connect in -lsocket" >&5
7480 $as_echo_n "checking for connect in -lsocket... " >&6; }
7481 if test "${ac_cv_lib_socket_connect+set}" = set; then :
7482   $as_echo_n "(cached) " >&6
7483 else
7484   ac_check_lib_save_LIBS=$LIBS
7485 LIBS="-lsocket $X_EXTRA_LIBS $LIBS"
7486 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
7487 /* end confdefs.h.  */
7488
7489 /* Override any GCC internal prototype to avoid an error.
7490    Use char because int might match the return type of a GCC
7491    builtin and then its argument prototype would still apply.  */
7492 #ifdef __cplusplus
7493 extern "C"
7494 #endif
7495 char connect ();
7496 int
7497 main ()
7498 {
7499 return connect ();
7500   ;
7501   return 0;
7502 }
7503 _ACEOF
7504 if ac_fn_c_try_link "$LINENO"; then :
7505   ac_cv_lib_socket_connect=yes
7506 else
7507   ac_cv_lib_socket_connect=no
7508 fi
7509 rm -f core conftest.err conftest.$ac_objext \
7510     conftest$ac_exeext conftest.$ac_ext
7511 LIBS=$ac_check_lib_save_LIBS
7512 fi
7513 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_socket_connect" >&5
7514 $as_echo "$ac_cv_lib_socket_connect" >&6; }
7515 if test "x$ac_cv_lib_socket_connect" = x""yes; then :
7516   X_EXTRA_LIBS="-lsocket $X_EXTRA_LIBS"
7517 fi
7518
7519     fi
7520
7521     # Guillermo Gomez says -lposix is necessary on A/UX.
7522     ac_fn_c_check_func "$LINENO" "remove" "ac_cv_func_remove"
7523 if test "x$ac_cv_func_remove" = x""yes; then :
7524
7525 fi
7526
7527     if test $ac_cv_func_remove = no; then
7528       { $as_echo "$as_me:${as_lineno-$LINENO}: checking for remove in -lposix" >&5
7529 $as_echo_n "checking for remove in -lposix... " >&6; }
7530 if test "${ac_cv_lib_posix_remove+set}" = set; then :
7531   $as_echo_n "(cached) " >&6
7532 else
7533   ac_check_lib_save_LIBS=$LIBS
7534 LIBS="-lposix  $LIBS"
7535 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
7536 /* end confdefs.h.  */
7537
7538 /* Override any GCC internal prototype to avoid an error.
7539    Use char because int might match the return type of a GCC
7540    builtin and then its argument prototype would still apply.  */
7541 #ifdef __cplusplus
7542 extern "C"
7543 #endif
7544 char remove ();
7545 int
7546 main ()
7547 {
7548 return remove ();
7549   ;
7550   return 0;
7551 }
7552 _ACEOF
7553 if ac_fn_c_try_link "$LINENO"; then :
7554   ac_cv_lib_posix_remove=yes
7555 else
7556   ac_cv_lib_posix_remove=no
7557 fi
7558 rm -f core conftest.err conftest.$ac_objext \
7559     conftest$ac_exeext conftest.$ac_ext
7560 LIBS=$ac_check_lib_save_LIBS
7561 fi
7562 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_posix_remove" >&5
7563 $as_echo "$ac_cv_lib_posix_remove" >&6; }
7564 if test "x$ac_cv_lib_posix_remove" = x""yes; then :
7565   X_EXTRA_LIBS="$X_EXTRA_LIBS -lposix"
7566 fi
7567
7568     fi
7569
7570     # BSDI BSD/OS 2.1 needs -lipc for XOpenDisplay.
7571     ac_fn_c_check_func "$LINENO" "shmat" "ac_cv_func_shmat"
7572 if test "x$ac_cv_func_shmat" = x""yes; then :
7573
7574 fi
7575
7576     if test $ac_cv_func_shmat = no; then
7577       { $as_echo "$as_me:${as_lineno-$LINENO}: checking for shmat in -lipc" >&5
7578 $as_echo_n "checking for shmat in -lipc... " >&6; }
7579 if test "${ac_cv_lib_ipc_shmat+set}" = set; then :
7580   $as_echo_n "(cached) " >&6
7581 else
7582   ac_check_lib_save_LIBS=$LIBS
7583 LIBS="-lipc  $LIBS"
7584 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
7585 /* end confdefs.h.  */
7586
7587 /* Override any GCC internal prototype to avoid an error.
7588    Use char because int might match the return type of a GCC
7589    builtin and then its argument prototype would still apply.  */
7590 #ifdef __cplusplus
7591 extern "C"
7592 #endif
7593 char shmat ();
7594 int
7595 main ()
7596 {
7597 return shmat ();
7598   ;
7599   return 0;
7600 }
7601 _ACEOF
7602 if ac_fn_c_try_link "$LINENO"; then :
7603   ac_cv_lib_ipc_shmat=yes
7604 else
7605   ac_cv_lib_ipc_shmat=no
7606 fi
7607 rm -f core conftest.err conftest.$ac_objext \
7608     conftest$ac_exeext conftest.$ac_ext
7609 LIBS=$ac_check_lib_save_LIBS
7610 fi
7611 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_ipc_shmat" >&5
7612 $as_echo "$ac_cv_lib_ipc_shmat" >&6; }
7613 if test "x$ac_cv_lib_ipc_shmat" = x""yes; then :
7614   X_EXTRA_LIBS="$X_EXTRA_LIBS -lipc"
7615 fi
7616
7617     fi
7618   fi
7619
7620   # Check for libraries that X11R6 Xt/Xaw programs need.
7621   ac_save_LDFLAGS=$LDFLAGS
7622   test -n "$x_libraries" && LDFLAGS="$LDFLAGS -L$x_libraries"
7623   # SM needs ICE to (dynamically) link under SunOS 4.x (so we have to
7624   # check for ICE first), but we must link in the order -lSM -lICE or
7625   # we get undefined symbols.  So assume we have SM if we have ICE.
7626   # These have to be linked with before -lX11, unlike the other
7627   # libraries we check for below, so use a different variable.
7628   # John Interrante, Karl Berry
7629   { $as_echo "$as_me:${as_lineno-$LINENO}: checking for IceConnectionNumber in -lICE" >&5
7630 $as_echo_n "checking for IceConnectionNumber in -lICE... " >&6; }
7631 if test "${ac_cv_lib_ICE_IceConnectionNumber+set}" = set; then :
7632   $as_echo_n "(cached) " >&6
7633 else
7634   ac_check_lib_save_LIBS=$LIBS
7635 LIBS="-lICE $X_EXTRA_LIBS $LIBS"
7636 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
7637 /* end confdefs.h.  */
7638
7639 /* Override any GCC internal prototype to avoid an error.
7640    Use char because int might match the return type of a GCC
7641    builtin and then its argument prototype would still apply.  */
7642 #ifdef __cplusplus
7643 extern "C"
7644 #endif
7645 char IceConnectionNumber ();
7646 int
7647 main ()
7648 {
7649 return IceConnectionNumber ();
7650   ;
7651   return 0;
7652 }
7653 _ACEOF
7654 if ac_fn_c_try_link "$LINENO"; then :
7655   ac_cv_lib_ICE_IceConnectionNumber=yes
7656 else
7657   ac_cv_lib_ICE_IceConnectionNumber=no
7658 fi
7659 rm -f core conftest.err conftest.$ac_objext \
7660     conftest$ac_exeext conftest.$ac_ext
7661 LIBS=$ac_check_lib_save_LIBS
7662 fi
7663 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_ICE_IceConnectionNumber" >&5
7664 $as_echo "$ac_cv_lib_ICE_IceConnectionNumber" >&6; }
7665 if test "x$ac_cv_lib_ICE_IceConnectionNumber" = x""yes; then :
7666   X_PRE_LIBS="$X_PRE_LIBS -lSM -lICE"
7667 fi
7668
7669   LDFLAGS=$ac_save_LDFLAGS
7670
7671 fi
7672
7673
7674 if test "$have_x" = "yes"
7675 then
7676     XLIB="-lXext -lX11"
7677     ac_save_CPPFLAGS="$CPPFLAGS"
7678     CPPFLAGS="$CPPFLAGS $X_CFLAGS"
7679
7680     { $as_echo "$as_me:${as_lineno-$LINENO}: checking for -lX11" >&5
7681 $as_echo_n "checking for -lX11... " >&6; }
7682 if test "${ac_cv_lib_soname_X11+set}" = set; then :
7683   $as_echo_n "(cached) " >&6
7684 else
7685   ac_check_soname_save_LIBS=$LIBS
7686 LIBS="-lX11 $X_LIBS $X_EXTRA_LIBS $LIBS"
7687   cat confdefs.h - <<_ACEOF >conftest.$ac_ext
7688 /* end confdefs.h.  */
7689
7690 /* Override any GCC internal prototype to avoid an error.
7691    Use char because int might match the return type of a GCC
7692    builtin and then its argument prototype would still apply.  */
7693 #ifdef __cplusplus
7694 extern "C"
7695 #endif
7696 char XCreateWindow ();
7697 int
7698 main ()
7699 {
7700 return XCreateWindow ();
7701   ;
7702   return 0;
7703 }
7704 _ACEOF
7705 if ac_fn_c_try_link "$LINENO"; then :
7706   case "$LIBEXT" in
7707     dll) ;;
7708     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'` ;;
7709     *) ac_cv_lib_soname_X11=`$ac_cv_path_LDD conftest$ac_exeext | grep "libX11\\.$LIBEXT" | sed -e "s/^.*\(libX11\.$LIBEXT[^     ]*\).*$/\1/"';2,$d'` ;;
7710   esac
7711 fi
7712 rm -f core conftest.err conftest.$ac_objext \
7713     conftest$ac_exeext conftest.$ac_ext
7714   LIBS=$ac_check_soname_save_LIBS
7715 fi
7716 if test "x$ac_cv_lib_soname_X11" = "x"; then :
7717   { $as_echo "$as_me:${as_lineno-$LINENO}: result: not found" >&5
7718 $as_echo "not found" >&6; }
7719
7720 else
7721   { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_soname_X11" >&5
7722 $as_echo "$ac_cv_lib_soname_X11" >&6; }
7723
7724 cat >>confdefs.h <<_ACEOF
7725 #define SONAME_LIBX11 "$ac_cv_lib_soname_X11"
7726 _ACEOF
7727
7728
7729 fi
7730     { $as_echo "$as_me:${as_lineno-$LINENO}: checking for -lXext" >&5
7731 $as_echo_n "checking for -lXext... " >&6; }
7732 if test "${ac_cv_lib_soname_Xext+set}" = set; then :
7733   $as_echo_n "(cached) " >&6
7734 else
7735   ac_check_soname_save_LIBS=$LIBS
7736 LIBS="-lXext $X_LIBS -lX11 $X_EXTRA_LIBS $LIBS"
7737   cat confdefs.h - <<_ACEOF >conftest.$ac_ext
7738 /* end confdefs.h.  */
7739
7740 /* Override any GCC internal prototype to avoid an error.
7741    Use char because int might match the return type of a GCC
7742    builtin and then its argument prototype would still apply.  */
7743 #ifdef __cplusplus
7744 extern "C"
7745 #endif
7746 char XextCreateExtension ();
7747 int
7748 main ()
7749 {
7750 return XextCreateExtension ();
7751   ;
7752   return 0;
7753 }
7754 _ACEOF
7755 if ac_fn_c_try_link "$LINENO"; then :
7756   case "$LIBEXT" in
7757     dll) ;;
7758     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'` ;;
7759     *) ac_cv_lib_soname_Xext=`$ac_cv_path_LDD conftest$ac_exeext | grep "libXext\\.$LIBEXT" | sed -e "s/^.*\(libXext\.$LIBEXT[^  ]*\).*$/\1/"';2,$d'` ;;
7760   esac
7761 fi
7762 rm -f core conftest.err conftest.$ac_objext \
7763     conftest$ac_exeext conftest.$ac_ext
7764   LIBS=$ac_check_soname_save_LIBS
7765 fi
7766 if test "x$ac_cv_lib_soname_Xext" = "x"; then :
7767   { $as_echo "$as_me:${as_lineno-$LINENO}: result: not found" >&5
7768 $as_echo "not found" >&6; }
7769
7770 else
7771   { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_soname_Xext" >&5
7772 $as_echo "$ac_cv_lib_soname_Xext" >&6; }
7773
7774 cat >>confdefs.h <<_ACEOF
7775 #define SONAME_LIBXEXT "$ac_cv_lib_soname_Xext"
7776 _ACEOF
7777
7778
7779 fi
7780
7781         for ac_header in X11/Xlib.h \
7782                       X11/XKBlib.h \
7783                       X11/Xutil.h \
7784                       X11/Xcursor/Xcursor.h \
7785                       X11/extensions/shape.h \
7786                       X11/extensions/XInput.h \
7787                       X11/extensions/XShm.h \
7788                       X11/extensions/Xcomposite.h \
7789                       X11/extensions/Xinerama.h \
7790                       X11/extensions/Xrandr.h \
7791                       X11/extensions/Xrender.h \
7792                       X11/extensions/xf86vmode.h
7793 do :
7794   as_ac_Header=`$as_echo "ac_cv_header_$ac_header" | $as_tr_sh`
7795 ac_fn_c_check_header_compile "$LINENO" "$ac_header" "$as_ac_Header" "#ifdef HAVE_X11_XLIB_H
7796 # include <X11/Xlib.h>
7797 #endif
7798 #ifdef HAVE_X11_XUTIL_H
7799 # include <X11/Xutil.h>
7800 #endif
7801 "
7802 eval as_val=\$$as_ac_Header
7803    if test "x$as_val" = x""yes; then :
7804   cat >>confdefs.h <<_ACEOF
7805 #define `$as_echo "HAVE_$ac_header" | $as_tr_cpp` 1
7806 _ACEOF
7807
7808 fi
7809
7810 done
7811
7812
7813                 if test "$ac_cv_header_X11_XKBlib_h" = "yes"
7814         then
7815               { $as_echo "$as_me:${as_lineno-$LINENO}: checking for XkbQueryExtension in -lX11" >&5
7816 $as_echo_n "checking for XkbQueryExtension in -lX11... " >&6; }
7817 if test "${ac_cv_lib_X11_XkbQueryExtension+set}" = set; then :
7818   $as_echo_n "(cached) " >&6
7819 else
7820   ac_check_lib_save_LIBS=$LIBS
7821 LIBS="-lX11 $X_LIBS -lXext -lX11 $X_EXTRA_LIBS $LIBS"
7822 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
7823 /* end confdefs.h.  */
7824
7825 /* Override any GCC internal prototype to avoid an error.
7826    Use char because int might match the return type of a GCC
7827    builtin and then its argument prototype would still apply.  */
7828 #ifdef __cplusplus
7829 extern "C"
7830 #endif
7831 char XkbQueryExtension ();
7832 int
7833 main ()
7834 {
7835 return XkbQueryExtension ();
7836   ;
7837   return 0;
7838 }
7839 _ACEOF
7840 if ac_fn_c_try_link "$LINENO"; then :
7841   ac_cv_lib_X11_XkbQueryExtension=yes
7842 else
7843   ac_cv_lib_X11_XkbQueryExtension=no
7844 fi
7845 rm -f core conftest.err conftest.$ac_objext \
7846     conftest$ac_exeext conftest.$ac_ext
7847 LIBS=$ac_check_lib_save_LIBS
7848 fi
7849 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_X11_XkbQueryExtension" >&5
7850 $as_echo "$ac_cv_lib_X11_XkbQueryExtension" >&6; }
7851 if test "x$ac_cv_lib_X11_XkbQueryExtension" = x""yes; then :
7852
7853 $as_echo "#define HAVE_XKB 1" >>confdefs.h
7854
7855 fi
7856
7857         fi
7858
7859                 if test "$ac_cv_header_X11_Xcursor_Xcursor_h" = "yes"
7860         then
7861             { $as_echo "$as_me:${as_lineno-$LINENO}: checking for -lXcursor" >&5
7862 $as_echo_n "checking for -lXcursor... " >&6; }
7863 if test "${ac_cv_lib_soname_Xcursor+set}" = set; then :
7864   $as_echo_n "(cached) " >&6
7865 else
7866   ac_check_soname_save_LIBS=$LIBS
7867 LIBS="-lXcursor $X_LIBS -lXext -lX11 $X_EXTRA_LIBS $LIBS"
7868   cat confdefs.h - <<_ACEOF >conftest.$ac_ext
7869 /* end confdefs.h.  */
7870
7871 /* Override any GCC internal prototype to avoid an error.
7872    Use char because int might match the return type of a GCC
7873    builtin and then its argument prototype would still apply.  */
7874 #ifdef __cplusplus
7875 extern "C"
7876 #endif
7877 char XcursorImageLoadCursor ();
7878 int
7879 main ()
7880 {
7881 return XcursorImageLoadCursor ();
7882   ;
7883   return 0;
7884 }
7885 _ACEOF
7886 if ac_fn_c_try_link "$LINENO"; then :
7887   case "$LIBEXT" in
7888     dll) ;;
7889     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'` ;;
7890     *) ac_cv_lib_soname_Xcursor=`$ac_cv_path_LDD conftest$ac_exeext | grep "libXcursor\\.$LIBEXT" | sed -e "s/^.*\(libXcursor\.$LIBEXT[^         ]*\).*$/\1/"';2,$d'` ;;
7891   esac
7892 fi
7893 rm -f core conftest.err conftest.$ac_objext \
7894     conftest$ac_exeext conftest.$ac_ext
7895   LIBS=$ac_check_soname_save_LIBS
7896 fi
7897 if test "x$ac_cv_lib_soname_Xcursor" = "x"; then :
7898   { $as_echo "$as_me:${as_lineno-$LINENO}: result: not found" >&5
7899 $as_echo "not found" >&6; }
7900
7901 else
7902   { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_soname_Xcursor" >&5
7903 $as_echo "$ac_cv_lib_soname_Xcursor" >&6; }
7904
7905 cat >>confdefs.h <<_ACEOF
7906 #define SONAME_LIBXCURSOR "$ac_cv_lib_soname_Xcursor"
7907 _ACEOF
7908
7909
7910 fi
7911         fi
7912         if test "x$ac_cv_lib_soname_Xcursor" = "x"; then :
7913   case "x$with_xcursor" in
7914   x)   wine_notices="$wine_notices|libxcursor ${notice_platform}development files not found, the Xcursor extension won't be supported." ;;
7915   xno) ;;
7916   *)   as_fn_error "libxcursor ${notice_platform}development files not found, the Xcursor extension won't be supported.
7917 This is an error since --with-xcursor was requested." "$LINENO" 5 ;;
7918 esac
7919 fi
7920
7921                 if test "$ac_cv_header_X11_extensions_XInput_h" = "yes"
7922         then
7923             { $as_echo "$as_me:${as_lineno-$LINENO}: checking for -lXi" >&5
7924 $as_echo_n "checking for -lXi... " >&6; }
7925 if test "${ac_cv_lib_soname_Xi+set}" = set; then :
7926   $as_echo_n "(cached) " >&6
7927 else
7928   ac_check_soname_save_LIBS=$LIBS
7929 LIBS="-lXi $X_LIBS -lXext -lX11 $X_EXTRA_LIBS $LIBS"
7930   cat confdefs.h - <<_ACEOF >conftest.$ac_ext
7931 /* end confdefs.h.  */
7932
7933 /* Override any GCC internal prototype to avoid an error.
7934    Use char because int might match the return type of a GCC
7935    builtin and then its argument prototype would still apply.  */
7936 #ifdef __cplusplus
7937 extern "C"
7938 #endif
7939 char XOpenDevice ();
7940 int
7941 main ()
7942 {
7943 return XOpenDevice ();
7944   ;
7945   return 0;
7946 }
7947 _ACEOF
7948 if ac_fn_c_try_link "$LINENO"; then :
7949   case "$LIBEXT" in
7950     dll) ;;
7951     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'` ;;
7952     *) ac_cv_lib_soname_Xi=`$ac_cv_path_LDD conftest$ac_exeext | grep "libXi\\.$LIBEXT" | sed -e "s/^.*\(libXi\.$LIBEXT[^        ]*\).*$/\1/"';2,$d'` ;;
7953   esac
7954 fi
7955 rm -f core conftest.err conftest.$ac_objext \
7956     conftest$ac_exeext conftest.$ac_ext
7957   LIBS=$ac_check_soname_save_LIBS
7958 fi
7959 if test "x$ac_cv_lib_soname_Xi" = "x"; then :
7960   { $as_echo "$as_me:${as_lineno-$LINENO}: result: not found" >&5
7961 $as_echo "not found" >&6; }
7962
7963 else
7964   { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_soname_Xi" >&5
7965 $as_echo "$ac_cv_lib_soname_Xi" >&6; }
7966
7967 cat >>confdefs.h <<_ACEOF
7968 #define SONAME_LIBXI "$ac_cv_lib_soname_Xi"
7969 _ACEOF
7970
7971
7972 fi
7973         fi
7974         if test "x$ac_cv_lib_soname_Xi" = "x"; then :
7975   case "x$with_xinput" in
7976   x)   wine_notices="$wine_notices|libxi ${notice_platform}development files not found, the Xinput extension won't be supported." ;;
7977   xno) ;;
7978   *)   as_fn_error "libxi ${notice_platform}development files not found, the Xinput extension won't be supported.
7979 This is an error since --with-xinput was requested." "$LINENO" 5 ;;
7980 esac
7981 fi
7982
7983                 if test "$ac_cv_header_X11_extensions_XShm_h" = "yes"
7984         then
7985               { $as_echo "$as_me:${as_lineno-$LINENO}: checking for XShmQueryExtension in -lXext" >&5
7986 $as_echo_n "checking for XShmQueryExtension in -lXext... " >&6; }
7987 if test "${ac_cv_lib_Xext_XShmQueryExtension+set}" = set; then :
7988   $as_echo_n "(cached) " >&6
7989 else
7990   ac_check_lib_save_LIBS=$LIBS
7991 LIBS="-lXext $X_LIBS -lXext -lX11 $X_EXTRA_LIBS $LIBS"
7992 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
7993 /* end confdefs.h.  */
7994
7995 /* Override any GCC internal prototype to avoid an error.
7996    Use char because int might match the return type of a GCC
7997    builtin and then its argument prototype would still apply.  */
7998 #ifdef __cplusplus
7999 extern "C"
8000 #endif
8001 char XShmQueryExtension ();
8002 int
8003 main ()
8004 {
8005 return XShmQueryExtension ();
8006   ;
8007   return 0;
8008 }
8009 _ACEOF
8010 if ac_fn_c_try_link "$LINENO"; then :
8011   ac_cv_lib_Xext_XShmQueryExtension=yes
8012 else
8013   ac_cv_lib_Xext_XShmQueryExtension=no
8014 fi
8015 rm -f core conftest.err conftest.$ac_objext \
8016     conftest$ac_exeext conftest.$ac_ext
8017 LIBS=$ac_check_lib_save_LIBS
8018 fi
8019 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_Xext_XShmQueryExtension" >&5
8020 $as_echo "$ac_cv_lib_Xext_XShmQueryExtension" >&6; }
8021 if test "x$ac_cv_lib_Xext_XShmQueryExtension" = x""yes; then :
8022
8023 $as_echo "#define HAVE_LIBXXSHM 1" >>confdefs.h
8024
8025 fi
8026
8027         fi
8028         if test "$ac_cv_lib_Xext_XShmQueryExtension" != "yes"; then :
8029   case "x$with_xshm" in
8030   x)   wine_notices="$wine_notices|XShm ${notice_platform}development files not found, X Shared Memory won't be supported." ;;
8031   xno) ;;
8032   *)   as_fn_error "XShm ${notice_platform}development files not found, X Shared Memory won't be supported.
8033 This is an error since --with-xshm was requested." "$LINENO" 5 ;;
8034 esac
8035 fi
8036
8037                 if test "$ac_cv_header_X11_extensions_shape_h" = "yes"
8038         then
8039               { $as_echo "$as_me:${as_lineno-$LINENO}: checking for XShapeQueryExtension in -lXext" >&5
8040 $as_echo_n "checking for XShapeQueryExtension in -lXext... " >&6; }
8041 if test "${ac_cv_lib_Xext_XShapeQueryExtension+set}" = set; then :
8042   $as_echo_n "(cached) " >&6
8043 else
8044   ac_check_lib_save_LIBS=$LIBS
8045 LIBS="-lXext $X_LIBS -lXext -lX11 $X_EXTRA_LIBS $LIBS"
8046 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
8047 /* end confdefs.h.  */
8048
8049 /* Override any GCC internal prototype to avoid an error.
8050    Use char because int might match the return type of a GCC
8051    builtin and then its argument prototype would still apply.  */
8052 #ifdef __cplusplus
8053 extern "C"
8054 #endif
8055 char XShapeQueryExtension ();
8056 int
8057 main ()
8058 {
8059 return XShapeQueryExtension ();
8060   ;
8061   return 0;
8062 }
8063 _ACEOF
8064 if ac_fn_c_try_link "$LINENO"; then :
8065   ac_cv_lib_Xext_XShapeQueryExtension=yes
8066 else
8067   ac_cv_lib_Xext_XShapeQueryExtension=no
8068 fi
8069 rm -f core conftest.err conftest.$ac_objext \
8070     conftest$ac_exeext conftest.$ac_ext
8071 LIBS=$ac_check_lib_save_LIBS
8072 fi
8073 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_Xext_XShapeQueryExtension" >&5
8074 $as_echo "$ac_cv_lib_Xext_XShapeQueryExtension" >&6; }
8075 if test "x$ac_cv_lib_Xext_XShapeQueryExtension" = x""yes; then :
8076
8077 $as_echo "#define HAVE_LIBXSHAPE 1" >>confdefs.h
8078
8079 fi
8080
8081         fi
8082         if test "$ac_cv_lib_Xext_XShapeQueryExtension" != "yes"; then :
8083   case "x$with_xshape" in
8084   x)   wine_notices="$wine_notices|XShape ${notice_platform}development files not found, XShape won't be supported." ;;
8085   xno) ;;
8086   *)   as_fn_error "XShape ${notice_platform}development files not found, XShape won't be supported.
8087 This is an error since --with-xshape was requested." "$LINENO" 5 ;;
8088 esac
8089 fi
8090
8091                 if test "$ac_cv_header_X11_extensions_xf86vmode_h" = "yes"
8092         then
8093             { $as_echo "$as_me:${as_lineno-$LINENO}: checking for -lXxf86vm" >&5
8094 $as_echo_n "checking for -lXxf86vm... " >&6; }
8095 if test "${ac_cv_lib_soname_Xxf86vm+set}" = set; then :
8096   $as_echo_n "(cached) " >&6
8097 else
8098   ac_check_soname_save_LIBS=$LIBS
8099 LIBS="-lXxf86vm $X_LIBS -lXext -lX11 $X_EXTRA_LIBS $LIBS"
8100   cat confdefs.h - <<_ACEOF >conftest.$ac_ext
8101 /* end confdefs.h.  */
8102
8103 /* Override any GCC internal prototype to avoid an error.
8104    Use char because int might match the return type of a GCC
8105    builtin and then its argument prototype would still apply.  */
8106 #ifdef __cplusplus
8107 extern "C"
8108 #endif
8109 char XF86VidModeQueryExtension ();
8110 int
8111 main ()
8112 {
8113 return XF86VidModeQueryExtension ();
8114   ;
8115   return 0;
8116 }
8117 _ACEOF
8118 if ac_fn_c_try_link "$LINENO"; then :
8119   case "$LIBEXT" in
8120     dll) ;;
8121     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'` ;;
8122     *) ac_cv_lib_soname_Xxf86vm=`$ac_cv_path_LDD conftest$ac_exeext | grep "libXxf86vm\\.$LIBEXT" | sed -e "s/^.*\(libXxf86vm\.$LIBEXT[^         ]*\).*$/\1/"';2,$d'` ;;
8123   esac
8124 fi
8125 rm -f core conftest.err conftest.$ac_objext \
8126     conftest$ac_exeext conftest.$ac_ext
8127   LIBS=$ac_check_soname_save_LIBS
8128 fi
8129 if test "x$ac_cv_lib_soname_Xxf86vm" = "x"; then :
8130   { $as_echo "$as_me:${as_lineno-$LINENO}: result: not found" >&5
8131 $as_echo "not found" >&6; }
8132
8133 else
8134   { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_soname_Xxf86vm" >&5
8135 $as_echo "$ac_cv_lib_soname_Xxf86vm" >&6; }
8136
8137 cat >>confdefs.h <<_ACEOF
8138 #define SONAME_LIBXXF86VM "$ac_cv_lib_soname_Xxf86vm"
8139 _ACEOF
8140
8141
8142 fi
8143         fi
8144         if test "x$ac_cv_lib_soname_Xxf86vm" = "x"; then :
8145   case "x$with_xxf86vm" in
8146   x)   wine_notices="$wine_notices|libXxf86vm ${notice_platform}development files not found, XFree86 Vidmode won't be supported." ;;
8147   xno) ;;
8148   *)   as_fn_error "libXxf86vm ${notice_platform}development files not found, XFree86 Vidmode won't be supported.
8149 This is an error since --with-xxf86vm was requested." "$LINENO" 5 ;;
8150 esac
8151 fi
8152
8153                 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"
8154         then
8155             { $as_echo "$as_me:${as_lineno-$LINENO}: checking for -lXrender" >&5
8156 $as_echo_n "checking for -lXrender... " >&6; }
8157 if test "${ac_cv_lib_soname_Xrender+set}" = set; then :
8158   $as_echo_n "(cached) " >&6
8159 else
8160   ac_check_soname_save_LIBS=$LIBS
8161 LIBS="-lXrender $X_LIBS -lXext -lX11 $X_EXTRA_LIBS $LIBS"
8162   cat confdefs.h - <<_ACEOF >conftest.$ac_ext
8163 /* end confdefs.h.  */
8164
8165 /* Override any GCC internal prototype to avoid an error.
8166    Use char because int might match the return type of a GCC
8167    builtin and then its argument prototype would still apply.  */
8168 #ifdef __cplusplus
8169 extern "C"
8170 #endif
8171 char XRenderQueryExtension ();
8172 int
8173 main ()
8174 {
8175 return XRenderQueryExtension ();
8176   ;
8177   return 0;
8178 }
8179 _ACEOF
8180 if ac_fn_c_try_link "$LINENO"; then :
8181   case "$LIBEXT" in
8182     dll) ;;
8183     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'` ;;
8184     *) ac_cv_lib_soname_Xrender=`$ac_cv_path_LDD conftest$ac_exeext | grep "libXrender\\.$LIBEXT" | sed -e "s/^.*\(libXrender\.$LIBEXT[^         ]*\).*$/\1/"';2,$d'` ;;
8185   esac
8186 fi
8187 rm -f core conftest.err conftest.$ac_objext \
8188     conftest$ac_exeext conftest.$ac_ext
8189   LIBS=$ac_check_soname_save_LIBS
8190 fi
8191 if test "x$ac_cv_lib_soname_Xrender" = "x"; then :
8192   { $as_echo "$as_me:${as_lineno-$LINENO}: result: not found" >&5
8193 $as_echo "not found" >&6; }
8194
8195 else
8196   { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_soname_Xrender" >&5
8197 $as_echo "$ac_cv_lib_soname_Xrender" >&6; }
8198
8199 cat >>confdefs.h <<_ACEOF
8200 #define SONAME_LIBXRENDER "$ac_cv_lib_soname_Xrender"
8201 _ACEOF
8202
8203        { $as_echo "$as_me:${as_lineno-$LINENO}: checking for XRenderSetPictureTransform in -lXrender" >&5
8204 $as_echo_n "checking for XRenderSetPictureTransform in -lXrender... " >&6; }
8205 if test "${ac_cv_lib_Xrender_XRenderSetPictureTransform+set}" = set; then :
8206   $as_echo_n "(cached) " >&6
8207 else
8208   ac_check_lib_save_LIBS=$LIBS
8209 LIBS="-lXrender $X_LIBS -lXext -lX11 $X_EXTRA_LIBS $LIBS"
8210 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
8211 /* end confdefs.h.  */
8212
8213 /* Override any GCC internal prototype to avoid an error.
8214    Use char because int might match the return type of a GCC
8215    builtin and then its argument prototype would still apply.  */
8216 #ifdef __cplusplus
8217 extern "C"
8218 #endif
8219 char XRenderSetPictureTransform ();
8220 int
8221 main ()
8222 {
8223 return XRenderSetPictureTransform ();
8224   ;
8225   return 0;
8226 }
8227 _ACEOF
8228 if ac_fn_c_try_link "$LINENO"; then :
8229   ac_cv_lib_Xrender_XRenderSetPictureTransform=yes
8230 else
8231   ac_cv_lib_Xrender_XRenderSetPictureTransform=no
8232 fi
8233 rm -f core conftest.err conftest.$ac_objext \
8234     conftest$ac_exeext conftest.$ac_ext
8235 LIBS=$ac_check_lib_save_LIBS
8236 fi
8237 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_Xrender_XRenderSetPictureTransform" >&5
8238 $as_echo "$ac_cv_lib_Xrender_XRenderSetPictureTransform" >&6; }
8239 if test "x$ac_cv_lib_Xrender_XRenderSetPictureTransform" = x""yes; then :
8240
8241 $as_echo "#define HAVE_XRENDERSETPICTURETRANSFORM 1" >>confdefs.h
8242
8243 fi
8244
8245 fi
8246
8247         fi
8248         if test "x$ac_cv_lib_soname_Xrender" = "x"; then :
8249   case "x$with_xrender" in
8250   x)   wine_warnings="$wine_warnings|libxrender ${notice_platform}development files not found, XRender won't be supported." ;;
8251   xno) ;;
8252   *)   as_fn_error "libxrender ${notice_platform}development files not found, XRender won't be supported.
8253 This is an error since --with-xrender was requested." "$LINENO" 5 ;;
8254 esac
8255 fi
8256
8257                 if test "$ac_cv_header_X11_extensions_Xrandr_h" = "yes" -a "x$ac_cv_lib_soname_Xrender" != "x"
8258         then
8259                 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
8260 /* end confdefs.h.  */
8261 #include <X11/Xlib.h>
8262 #include <X11/extensions/Xrandr.h>
8263 int
8264 main ()
8265 {
8266 static typeof(XRRSetScreenConfigAndRate) * func;
8267   ;
8268   return 0;
8269 }
8270 _ACEOF
8271 if ac_fn_c_try_compile "$LINENO"; then :
8272   { $as_echo "$as_me:${as_lineno-$LINENO}: checking for -lXrandr" >&5
8273 $as_echo_n "checking for -lXrandr... " >&6; }
8274 if test "${ac_cv_lib_soname_Xrandr+set}" = set; then :
8275   $as_echo_n "(cached) " >&6
8276 else
8277   ac_check_soname_save_LIBS=$LIBS
8278 LIBS="-lXrandr $X_LIBS -lXext -lX11 $X_EXTRA_LIBS $LIBS"
8279   cat confdefs.h - <<_ACEOF >conftest.$ac_ext
8280 /* end confdefs.h.  */
8281
8282 /* Override any GCC internal prototype to avoid an error.
8283    Use char because int might match the return type of a GCC
8284    builtin and then its argument prototype would still apply.  */
8285 #ifdef __cplusplus
8286 extern "C"
8287 #endif
8288 char XRRQueryExtension ();
8289 int
8290 main ()
8291 {
8292 return XRRQueryExtension ();
8293   ;
8294   return 0;
8295 }
8296 _ACEOF
8297 if ac_fn_c_try_link "$LINENO"; then :
8298   case "$LIBEXT" in
8299     dll) ;;
8300     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'` ;;
8301     *) ac_cv_lib_soname_Xrandr=`$ac_cv_path_LDD conftest$ac_exeext | grep "libXrandr\\.$LIBEXT" | sed -e "s/^.*\(libXrandr\.$LIBEXT[^    ]*\).*$/\1/"';2,$d'` ;;
8302   esac
8303 fi
8304 rm -f core conftest.err conftest.$ac_objext \
8305     conftest$ac_exeext conftest.$ac_ext
8306   LIBS=$ac_check_soname_save_LIBS
8307 fi
8308 if test "x$ac_cv_lib_soname_Xrandr" = "x"; then :
8309   { $as_echo "$as_me:${as_lineno-$LINENO}: result: not found" >&5
8310 $as_echo "not found" >&6; }
8311
8312 else
8313   { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_soname_Xrandr" >&5
8314 $as_echo "$ac_cv_lib_soname_Xrandr" >&6; }
8315
8316 cat >>confdefs.h <<_ACEOF
8317 #define SONAME_LIBXRANDR "$ac_cv_lib_soname_Xrandr"
8318 _ACEOF
8319
8320
8321 fi
8322 fi
8323 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
8324         fi
8325         if test "x$ac_cv_lib_soname_Xrandr" = "x"; then :
8326   case "x$with_xrandr" in
8327   x)   wine_notices="$wine_notices|libxrandr ${notice_platform}development files not found, XRandr won't be supported." ;;
8328   xno) ;;
8329   *)   as_fn_error "libxrandr ${notice_platform}development files not found, XRandr won't be supported.
8330 This is an error since --with-xrandr was requested." "$LINENO" 5 ;;
8331 esac
8332 fi
8333
8334                 if test "$ac_cv_header_X11_extensions_Xinerama_h" = "yes"
8335         then
8336                 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
8337 /* end confdefs.h.  */
8338 #include <X11/Xlib.h>
8339 #include <X11/extensions/Xinerama.h>
8340 int
8341 main ()
8342 {
8343 static typeof(XineramaQueryScreens) * func;
8344   ;
8345   return 0;
8346 }
8347 _ACEOF
8348 if ac_fn_c_try_compile "$LINENO"; then :
8349   { $as_echo "$as_me:${as_lineno-$LINENO}: checking for -lXinerama" >&5
8350 $as_echo_n "checking for -lXinerama... " >&6; }
8351 if test "${ac_cv_lib_soname_Xinerama+set}" = set; then :
8352   $as_echo_n "(cached) " >&6
8353 else
8354   ac_check_soname_save_LIBS=$LIBS
8355 LIBS="-lXinerama $X_LIBS -lXext -lX11 $X_EXTRA_LIBS $LIBS"
8356   cat confdefs.h - <<_ACEOF >conftest.$ac_ext
8357 /* end confdefs.h.  */
8358
8359 /* Override any GCC internal prototype to avoid an error.
8360    Use char because int might match the return type of a GCC
8361    builtin and then its argument prototype would still apply.  */
8362 #ifdef __cplusplus
8363 extern "C"
8364 #endif
8365 char XineramaQueryScreens ();
8366 int
8367 main ()
8368 {
8369 return XineramaQueryScreens ();
8370   ;
8371   return 0;
8372 }
8373 _ACEOF
8374 if ac_fn_c_try_link "$LINENO"; then :
8375   case "$LIBEXT" in
8376     dll) ;;
8377     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'` ;;
8378     *) ac_cv_lib_soname_Xinerama=`$ac_cv_path_LDD conftest$ac_exeext | grep "libXinerama\\.$LIBEXT" | sed -e "s/^.*\(libXinerama\.$LIBEXT[^      ]*\).*$/\1/"';2,$d'` ;;
8379   esac
8380 fi
8381 rm -f core conftest.err conftest.$ac_objext \
8382     conftest$ac_exeext conftest.$ac_ext
8383   LIBS=$ac_check_soname_save_LIBS
8384 fi
8385 if test "x$ac_cv_lib_soname_Xinerama" = "x"; then :
8386   { $as_echo "$as_me:${as_lineno-$LINENO}: result: not found" >&5
8387 $as_echo "not found" >&6; }
8388
8389 else
8390   { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_soname_Xinerama" >&5
8391 $as_echo "$ac_cv_lib_soname_Xinerama" >&6; }
8392
8393 cat >>confdefs.h <<_ACEOF
8394 #define SONAME_LIBXINERAMA "$ac_cv_lib_soname_Xinerama"
8395 _ACEOF
8396
8397
8398 fi
8399 fi
8400 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
8401         fi
8402         if test "x$ac_cv_lib_soname_Xinerama" = "x"; then :
8403   case "x$with_xinerama" in
8404   x)   wine_notices="$wine_notices|libxinerama ${notice_platform}development files not found, multi-monitor setups won't be supported." ;;
8405   xno) ;;
8406   *)   as_fn_error "libxinerama ${notice_platform}development files not found, multi-monitor setups won't be supported.
8407 This is an error since --with-xinerama was requested." "$LINENO" 5 ;;
8408 esac
8409 fi
8410
8411                 if test "$ac_cv_header_X11_extensions_Xcomposite_h" = "yes"
8412         then
8413             { $as_echo "$as_me:${as_lineno-$LINENO}: checking for -lXcomposite" >&5
8414 $as_echo_n "checking for -lXcomposite... " >&6; }
8415 if test "${ac_cv_lib_soname_Xcomposite+set}" = set; then :
8416   $as_echo_n "(cached) " >&6
8417 else
8418   ac_check_soname_save_LIBS=$LIBS
8419 LIBS="-lXcomposite $X_LIBS -lXext -lX11 $X_EXTRA_LIBS $LIBS"
8420   cat confdefs.h - <<_ACEOF >conftest.$ac_ext
8421 /* end confdefs.h.  */
8422
8423 /* Override any GCC internal prototype to avoid an error.
8424    Use char because int might match the return type of a GCC
8425    builtin and then its argument prototype would still apply.  */
8426 #ifdef __cplusplus
8427 extern "C"
8428 #endif
8429 char XCompositeRedirectWindow ();
8430 int
8431 main ()
8432 {
8433 return XCompositeRedirectWindow ();
8434   ;
8435   return 0;
8436 }
8437 _ACEOF
8438 if ac_fn_c_try_link "$LINENO"; then :
8439   case "$LIBEXT" in
8440     dll) ;;
8441     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'` ;;
8442     *) ac_cv_lib_soname_Xcomposite=`$ac_cv_path_LDD conftest$ac_exeext | grep "libXcomposite\\.$LIBEXT" | sed -e "s/^.*\(libXcomposite\.$LIBEXT[^        ]*\).*$/\1/"';2,$d'` ;;
8443   esac
8444 fi
8445 rm -f core conftest.err conftest.$ac_objext \
8446     conftest$ac_exeext conftest.$ac_ext
8447   LIBS=$ac_check_soname_save_LIBS
8448 fi
8449 if test "x$ac_cv_lib_soname_Xcomposite" = "x"; then :
8450   { $as_echo "$as_me:${as_lineno-$LINENO}: result: not found" >&5
8451 $as_echo "not found" >&6; }
8452
8453 else
8454   { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_soname_Xcomposite" >&5
8455 $as_echo "$ac_cv_lib_soname_Xcomposite" >&6; }
8456
8457 cat >>confdefs.h <<_ACEOF
8458 #define SONAME_LIBXCOMPOSITE "$ac_cv_lib_soname_Xcomposite"
8459 _ACEOF
8460
8461
8462 fi
8463         fi
8464         if test "x$ac_cv_lib_soname_Xcomposite" = "x"; then :
8465   case "x$with_xcomposite" in
8466   x)   wine_notices="$wine_notices|libxcomposite ${notice_platform}development files not found, Xcomposite won't be supported." ;;
8467   xno) ;;
8468   *)   as_fn_error "libxcomposite ${notice_platform}development files not found, Xcomposite won't be supported.
8469 This is an error since --with-xcomposite was requested." "$LINENO" 5 ;;
8470 esac
8471 fi
8472
8473                 ac_fn_c_check_member "$LINENO" "XICCallback" "callback" "ac_cv_member_XICCallback_callback" "#ifdef HAVE_X11_XLIB_H
8474 #include <X11/Xlib.h>
8475 #endif
8476 "
8477 if test "x$ac_cv_member_XICCallback_callback" = x""yes; then :
8478
8479 cat >>confdefs.h <<_ACEOF
8480 #define HAVE_XICCALLBACK_CALLBACK 1
8481 _ACEOF
8482
8483
8484 fi
8485
8486
8487
8488         opengl_msg=""
8489     if test "x$with_opengl" != "xno"
8490     then
8491         for ac_header in GL/gl.h GL/glx.h GL/glu.h
8492 do :
8493   as_ac_Header=`$as_echo "ac_cv_header_$ac_header" | $as_tr_sh`
8494 ac_fn_c_check_header_compile "$LINENO" "$ac_header" "$as_ac_Header" "#ifdef HAVE_GL_GLX_H
8495 # include <GL/glx.h>
8496 #endif
8497 "
8498 eval as_val=\$$as_ac_Header
8499    if test "x$as_val" = x""yes; then :
8500   cat >>confdefs.h <<_ACEOF
8501 #define `$as_echo "HAVE_$ac_header" | $as_tr_cpp` 1
8502 _ACEOF
8503
8504 fi
8505
8506 done
8507
8508         if test "$ac_cv_header_GL_gl_h" = "yes" -a "$ac_cv_header_GL_glx_h" = "yes"
8509         then
8510                     { $as_echo "$as_me:${as_lineno-$LINENO}: checking for up-to-date OpenGL version" >&5
8511 $as_echo_n "checking for up-to-date OpenGL version... " >&6; }
8512 if test "${wine_cv_opengl_header_version_OK+set}" = set; then :
8513   $as_echo_n "(cached) " >&6
8514 else
8515   cat confdefs.h - <<_ACEOF >conftest.$ac_ext
8516 /* end confdefs.h.  */
8517 #include <GL/gl.h>
8518 int
8519 main ()
8520 {
8521 GLenum test = GL_UNSIGNED_SHORT_5_6_5;
8522   ;
8523   return 0;
8524 }
8525 _ACEOF
8526 if ac_fn_c_try_compile "$LINENO"; then :
8527   wine_cv_opengl_header_version_OK="yes"
8528 else
8529   wine_cv_opengl_header_version_OK="no"
8530 fi
8531 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
8532 fi
8533 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $wine_cv_opengl_header_version_OK" >&5
8534 $as_echo "$wine_cv_opengl_header_version_OK" >&6; }
8535
8536             if test "$wine_cv_opengl_header_version_OK" = "yes"
8537             then
8538                                 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for -lGL" >&5
8539 $as_echo_n "checking for -lGL... " >&6; }
8540 if test "${ac_cv_lib_soname_GL+set}" = set; then :
8541   $as_echo_n "(cached) " >&6
8542 else
8543   ac_check_soname_save_LIBS=$LIBS
8544 LIBS="-lGL $X_LIBS -lXext -lX11 -lm $X_EXTRA_LIBS $LIBS"
8545   cat confdefs.h - <<_ACEOF >conftest.$ac_ext
8546 /* end confdefs.h.  */
8547
8548 /* Override any GCC internal prototype to avoid an error.
8549    Use char because int might match the return type of a GCC
8550    builtin and then its argument prototype would still apply.  */
8551 #ifdef __cplusplus
8552 extern "C"
8553 #endif
8554 char glXCreateContext ();
8555 int
8556 main ()
8557 {
8558 return glXCreateContext ();
8559   ;
8560   return 0;
8561 }
8562 _ACEOF
8563 if ac_fn_c_try_link "$LINENO"; then :
8564   case "$LIBEXT" in
8565     dll) ;;
8566     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'` ;;
8567     *) ac_cv_lib_soname_GL=`$ac_cv_path_LDD conftest$ac_exeext | grep "libGL\\.$LIBEXT" | sed -e "s/^.*\(libGL\.$LIBEXT[^        ]*\).*$/\1/"';2,$d'` ;;
8568   esac
8569 fi
8570 rm -f core conftest.err conftest.$ac_objext \
8571     conftest$ac_exeext conftest.$ac_ext
8572   LIBS=$ac_check_soname_save_LIBS
8573 fi
8574 if test "x$ac_cv_lib_soname_GL" = "x"; then :
8575   { $as_echo "$as_me:${as_lineno-$LINENO}: result: not found" >&5
8576 $as_echo "not found" >&6; }
8577        { $as_echo "$as_me:${as_lineno-$LINENO}: checking for -lGL" >&5
8578 $as_echo_n "checking for -lGL... " >&6; }
8579 if test "${ac_cv_lib_soname_GL+set}" = set; then :
8580   $as_echo_n "(cached) " >&6
8581 else
8582   ac_check_soname_save_LIBS=$LIBS
8583 LIBS="-lGL $X_LIBS -lXext -lX11 -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"
8584   cat confdefs.h - <<_ACEOF >conftest.$ac_ext
8585 /* end confdefs.h.  */
8586
8587 /* Override any GCC internal prototype to avoid an error.
8588    Use char because int might match the return type of a GCC
8589    builtin and then its argument prototype would still apply.  */
8590 #ifdef __cplusplus
8591 extern "C"
8592 #endif
8593 char glXCreateContext ();
8594 int
8595 main ()
8596 {
8597 return glXCreateContext ();
8598   ;
8599   return 0;
8600 }
8601 _ACEOF
8602 if ac_fn_c_try_link "$LINENO"; then :
8603   case "$LIBEXT" in
8604     dll) ;;
8605     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'` ;;
8606     *) ac_cv_lib_soname_GL=`$ac_cv_path_LDD conftest$ac_exeext | grep "libGL\\.$LIBEXT" | sed -e "s/^.*\(libGL\.$LIBEXT[^        ]*\).*$/\1/"';2,$d'` ;;
8607   esac
8608 fi
8609 rm -f core conftest.err conftest.$ac_objext \
8610     conftest$ac_exeext conftest.$ac_ext
8611   LIBS=$ac_check_soname_save_LIBS
8612 fi
8613 if test "x$ac_cv_lib_soname_GL" = "x"; then :
8614   { $as_echo "$as_me:${as_lineno-$LINENO}: result: not found" >&5
8615 $as_echo "not found" >&6; }
8616        if test -f /usr/X11R6/lib/libGL.a
8617                                     then
8618                                         opengl_msg="/usr/X11R6/lib/libGL.a is present on your system.
8619 This probably prevents linking to OpenGL. Try deleting the file and restarting configure."
8620                                     else
8621                                         opengl_msg="No OpenGL library found on this system."
8622                                     fi
8623 else
8624   { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_soname_GL" >&5
8625 $as_echo "$ac_cv_lib_soname_GL" >&6; }
8626
8627 cat >>confdefs.h <<_ACEOF
8628 #define SONAME_LIBGL "$ac_cv_lib_soname_GL"
8629 _ACEOF
8630
8631        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"
8632
8633 $as_echo "#define HAVE_OPENGL 1" >>confdefs.h
8634
8635 fi
8636 else
8637   { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_soname_GL" >&5
8638 $as_echo "$ac_cv_lib_soname_GL" >&6; }
8639
8640 cat >>confdefs.h <<_ACEOF
8641 #define SONAME_LIBGL "$ac_cv_lib_soname_GL"
8642 _ACEOF
8643
8644        OPENGL_LIBS="-lGL"
8645
8646 $as_echo "#define HAVE_OPENGL 1" >>confdefs.h
8647
8648 fi
8649                  if test "$ac_cv_header_GL_glu_h" = "yes"
8650                  then
8651                     { $as_echo "$as_me:${as_lineno-$LINENO}: checking for -lGLU" >&5
8652 $as_echo_n "checking for -lGLU... " >&6; }
8653 if test "${ac_cv_lib_soname_GLU+set}" = set; then :
8654   $as_echo_n "(cached) " >&6
8655 else
8656   ac_check_soname_save_LIBS=$LIBS
8657 LIBS="-lGLU $OPENGL_LIBS $X_LIBS $X_PRE_LIBS -lXext -lX11 -lm $X_EXTRA_LIBS $LIBS"
8658   cat confdefs.h - <<_ACEOF >conftest.$ac_ext
8659 /* end confdefs.h.  */
8660
8661 /* Override any GCC internal prototype to avoid an error.
8662    Use char because int might match the return type of a GCC
8663    builtin and then its argument prototype would still apply.  */
8664 #ifdef __cplusplus
8665 extern "C"
8666 #endif
8667 char gluLookAt ();
8668 int
8669 main ()
8670 {
8671 return gluLookAt ();
8672   ;
8673   return 0;
8674 }
8675 _ACEOF
8676 if ac_fn_c_try_link "$LINENO"; then :
8677   case "$LIBEXT" in
8678     dll) ;;
8679     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'` ;;
8680     *) ac_cv_lib_soname_GLU=`$ac_cv_path_LDD conftest$ac_exeext | grep "libGLU\\.$LIBEXT" | sed -e "s/^.*\(libGLU\.$LIBEXT[^     ]*\).*$/\1/"';2,$d'` ;;
8681   esac
8682 fi
8683 rm -f core conftest.err conftest.$ac_objext \
8684     conftest$ac_exeext conftest.$ac_ext
8685   LIBS=$ac_check_soname_save_LIBS
8686 fi
8687 if test "x$ac_cv_lib_soname_GLU" = "x"; then :
8688   { $as_echo "$as_me:${as_lineno-$LINENO}: result: not found" >&5
8689 $as_echo "not found" >&6; }
8690
8691 else
8692   { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_soname_GLU" >&5
8693 $as_echo "$ac_cv_lib_soname_GLU" >&6; }
8694
8695 cat >>confdefs.h <<_ACEOF
8696 #define SONAME_LIBGLU "$ac_cv_lib_soname_GLU"
8697 _ACEOF
8698
8699
8700 fi
8701                  fi
8702                  if test "x$ac_cv_lib_soname_GLU" = "x"; then :
8703   case "x$with_glu" in
8704   x)   wine_notices="$wine_notices|libGLU ${notice_platform}development files not found, GLU won't be supported." ;;
8705   xno) ;;
8706   *)   as_fn_error "libGLU ${notice_platform}development files not found, GLU won't be supported.
8707 This is an error since --with-glu was requested." "$LINENO" 5 ;;
8708 esac
8709 fi
8710              else
8711                  opengl_msg="Old Mesa headers detected. Consider upgrading your Mesa libraries."
8712              fi
8713          else
8714              opengl_msg="OpenGL development headers not found."
8715          fi
8716          test -n "$opengl_msg" && enable_opengl32=${enable_opengl32:-no}
8717          test "x$ac_cv_lib_soname_GLU" = "x" && enable_glu32=${enable_glu32:-no}
8718     else
8719          enable_opengl32=${enable_opengl32:-no}
8720          enable_glu32=${enable_glu32:-no}
8721     fi
8722     if test -n "$opengl_msg"; then :
8723   case "x$with_opengl" in
8724   x)   wine_warnings="$wine_warnings|$opengl_msg
8725 OpenGL and Direct3D won't be supported." ;;
8726   xno) ;;
8727   *)   as_fn_error "$opengl_msg
8728 OpenGL and Direct3D won't be supported.
8729 This is an error since --with-opengl was requested." "$LINENO" 5 ;;
8730 esac
8731 fi
8732
8733         NASLIBS=""
8734
8735     for ac_header in audio/audiolib.h
8736 do :
8737   ac_fn_c_check_header_mongrel "$LINENO" "audio/audiolib.h" "ac_cv_header_audio_audiolib_h" "$ac_includes_default"
8738 if test "x$ac_cv_header_audio_audiolib_h" = x""yes; then :
8739   cat >>confdefs.h <<_ACEOF
8740 #define HAVE_AUDIO_AUDIOLIB_H 1
8741 _ACEOF
8742  for ac_header in audio/soundlib.h
8743 do :
8744   ac_fn_c_check_header_compile "$LINENO" "audio/soundlib.h" "ac_cv_header_audio_soundlib_h" "#include <audio/audiolib.h>
8745 "
8746 if test "x$ac_cv_header_audio_soundlib_h" = x""yes; then :
8747   cat >>confdefs.h <<_ACEOF
8748 #define HAVE_AUDIO_SOUNDLIB_H 1
8749 _ACEOF
8750
8751 fi
8752
8753 done
8754
8755           { $as_echo "$as_me:${as_lineno-$LINENO}: checking for AuCreateFlow in -laudio" >&5
8756 $as_echo_n "checking for AuCreateFlow in -laudio... " >&6; }
8757 if test "${ac_cv_lib_audio_AuCreateFlow+set}" = set; then :
8758   $as_echo_n "(cached) " >&6
8759 else
8760   ac_check_lib_save_LIBS=$LIBS
8761 LIBS="-laudio -lXt $X_LIBS -lXext -lX11 $X_EXTRA_LIBS $LIBS"
8762 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
8763 /* end confdefs.h.  */
8764
8765 /* Override any GCC internal prototype to avoid an error.
8766    Use char because int might match the return type of a GCC
8767    builtin and then its argument prototype would still apply.  */
8768 #ifdef __cplusplus
8769 extern "C"
8770 #endif
8771 char AuCreateFlow ();
8772 int
8773 main ()
8774 {
8775 return AuCreateFlow ();
8776   ;
8777   return 0;
8778 }
8779 _ACEOF
8780 if ac_fn_c_try_link "$LINENO"; then :
8781   ac_cv_lib_audio_AuCreateFlow=yes
8782 else
8783   ac_cv_lib_audio_AuCreateFlow=no
8784 fi
8785 rm -f core conftest.err conftest.$ac_objext \
8786     conftest$ac_exeext conftest.$ac_ext
8787 LIBS=$ac_check_lib_save_LIBS
8788 fi
8789 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_audio_AuCreateFlow" >&5
8790 $as_echo "$ac_cv_lib_audio_AuCreateFlow" >&6; }
8791 if test "x$ac_cv_lib_audio_AuCreateFlow" = x""yes; then :
8792
8793 $as_echo "#define HAVE_NAS 1" >>confdefs.h
8794
8795                         { $as_echo "$as_me:${as_lineno-$LINENO}: checking for XauGetBestAuthByAddr in -lXau" >&5
8796 $as_echo_n "checking for XauGetBestAuthByAddr in -lXau... " >&6; }
8797 if test "${ac_cv_lib_Xau_XauGetBestAuthByAddr+set}" = set; then :
8798   $as_echo_n "(cached) " >&6
8799 else
8800   ac_check_lib_save_LIBS=$LIBS
8801 LIBS="-lXau $X_LIBS $LIBS"
8802 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
8803 /* end confdefs.h.  */
8804
8805 /* Override any GCC internal prototype to avoid an error.
8806    Use char because int might match the return type of a GCC
8807    builtin and then its argument prototype would still apply.  */
8808 #ifdef __cplusplus
8809 extern "C"
8810 #endif
8811 char XauGetBestAuthByAddr ();
8812 int
8813 main ()
8814 {
8815 return XauGetBestAuthByAddr ();
8816   ;
8817   return 0;
8818 }
8819 _ACEOF
8820 if ac_fn_c_try_link "$LINENO"; then :
8821   ac_cv_lib_Xau_XauGetBestAuthByAddr=yes
8822 else
8823   ac_cv_lib_Xau_XauGetBestAuthByAddr=no
8824 fi
8825 rm -f core conftest.err conftest.$ac_objext \
8826     conftest$ac_exeext conftest.$ac_ext
8827 LIBS=$ac_check_lib_save_LIBS
8828 fi
8829 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_Xau_XauGetBestAuthByAddr" >&5
8830 $as_echo "$ac_cv_lib_Xau_XauGetBestAuthByAddr" >&6; }
8831 if test "x$ac_cv_lib_Xau_XauGetBestAuthByAddr" = x""yes; then :
8832   NASLIBS="-lXau -laudio -lXt $X_LIBS -lXext -lX11 $X_EXTRA_LIBS"
8833 else
8834   NASLIBS="-laudio -lXt $X_LIBS -lXext -lX11 $X_EXTRA_LIBS"
8835 fi
8836
8837
8838 fi
8839
8840 fi
8841
8842 done
8843
8844
8845     CPPFLAGS="$ac_save_CPPFLAGS"
8846 else
8847     XLIB=""
8848     X_CFLAGS=""
8849     X_LIBS=""
8850     enable_winex11_drv=${enable_winex11_drv:-no}
8851     enable_opengl32=${enable_opengl32:-no}
8852     enable_glu32=${enable_glu32:-no}
8853 fi
8854 if test "x$XLIB" = "x"; then :
8855   case "x$with_x" in
8856   xno) ;;
8857   *)   as_fn_error "X ${notice_platform}development files not found. Wine will be built
8858 without X support, which probably isn't what you want. You will need to install
8859 ${notice_platform}development packages of Xlib/Xfree86 at the very least.
8860 Use the --without-x option if you really want this." "$LINENO" 5 ;;
8861 esac
8862 fi
8863
8864
8865 XML2LIBS=""
8866
8867 XML2INCL=""
8868
8869 XSLTINCL=""
8870
8871 if test "x$with_xml" != "xno"
8872 then
8873     ac_save_CPPFLAGS="$CPPFLAGS"
8874     if test "$PKG_CONFIG" != "false"
8875     then
8876         ac_xml_libs="`$PKG_CONFIG --libs libxml-2.0 2>/dev/null`"
8877         ac_xml_cflags="`$PKG_CONFIG --cflags libxml-2.0 2>/dev/null`"
8878     else
8879         ac_xml_libs="`xml2-config --libs 2>/dev/null`"
8880         ac_xml_cflags="`xml2-config --cflags  2>/dev/null`"
8881     fi
8882     CPPFLAGS="$CPPFLAGS $ac_xml_cflags"
8883     for ac_header in libxml/parser.h
8884 do :
8885   ac_fn_c_check_header_mongrel "$LINENO" "libxml/parser.h" "ac_cv_header_libxml_parser_h" "$ac_includes_default"
8886 if test "x$ac_cv_header_libxml_parser_h" = x""yes; then :
8887   cat >>confdefs.h <<_ACEOF
8888 #define HAVE_LIBXML_PARSER_H 1
8889 _ACEOF
8890  { $as_echo "$as_me:${as_lineno-$LINENO}: checking for xmlParseMemory in -lxml2" >&5
8891 $as_echo_n "checking for xmlParseMemory in -lxml2... " >&6; }
8892 if test "${ac_cv_lib_xml2_xmlParseMemory+set}" = set; then :
8893   $as_echo_n "(cached) " >&6
8894 else
8895   ac_check_lib_save_LIBS=$LIBS
8896 LIBS="-lxml2 $ac_xml_libs $LIBS"
8897 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
8898 /* end confdefs.h.  */
8899
8900 /* Override any GCC internal prototype to avoid an error.
8901    Use char because int might match the return type of a GCC
8902    builtin and then its argument prototype would still apply.  */
8903 #ifdef __cplusplus
8904 extern "C"
8905 #endif
8906 char xmlParseMemory ();
8907 int
8908 main ()
8909 {
8910 return xmlParseMemory ();
8911   ;
8912   return 0;
8913 }
8914 _ACEOF
8915 if ac_fn_c_try_link "$LINENO"; then :
8916   ac_cv_lib_xml2_xmlParseMemory=yes
8917 else
8918   ac_cv_lib_xml2_xmlParseMemory=no
8919 fi
8920 rm -f core conftest.err conftest.$ac_objext \
8921     conftest$ac_exeext conftest.$ac_ext
8922 LIBS=$ac_check_lib_save_LIBS
8923 fi
8924 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_xml2_xmlParseMemory" >&5
8925 $as_echo "$ac_cv_lib_xml2_xmlParseMemory" >&6; }
8926 if test "x$ac_cv_lib_xml2_xmlParseMemory" = x""yes; then :
8927
8928 $as_echo "#define HAVE_LIBXML2 1" >>confdefs.h
8929
8930                  XML2LIBS="$ac_xml_libs"
8931                  XML2INCL="$ac_xml_cflags"
8932 fi
8933
8934              { $as_echo "$as_me:${as_lineno-$LINENO}: checking for xmlReadMemory in -lxml2" >&5
8935 $as_echo_n "checking for xmlReadMemory in -lxml2... " >&6; }
8936 if test "${ac_cv_lib_xml2_xmlReadMemory+set}" = set; then :
8937   $as_echo_n "(cached) " >&6
8938 else
8939   ac_check_lib_save_LIBS=$LIBS
8940 LIBS="-lxml2 $ac_xml_libs $LIBS"
8941 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
8942 /* end confdefs.h.  */
8943
8944 /* Override any GCC internal prototype to avoid an error.
8945    Use char because int might match the return type of a GCC
8946    builtin and then its argument prototype would still apply.  */
8947 #ifdef __cplusplus
8948 extern "C"
8949 #endif
8950 char xmlReadMemory ();
8951 int
8952 main ()
8953 {
8954 return xmlReadMemory ();
8955   ;
8956   return 0;
8957 }
8958 _ACEOF
8959 if ac_fn_c_try_link "$LINENO"; then :
8960   ac_cv_lib_xml2_xmlReadMemory=yes
8961 else
8962   ac_cv_lib_xml2_xmlReadMemory=no
8963 fi
8964 rm -f core conftest.err conftest.$ac_objext \
8965     conftest$ac_exeext conftest.$ac_ext
8966 LIBS=$ac_check_lib_save_LIBS
8967 fi
8968 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_xml2_xmlReadMemory" >&5
8969 $as_echo "$ac_cv_lib_xml2_xmlReadMemory" >&6; }
8970 if test "x$ac_cv_lib_xml2_xmlReadMemory" = x""yes; then :
8971
8972 $as_echo "#define HAVE_XMLREADMEMORY 1" >>confdefs.h
8973
8974 fi
8975
8976              { $as_echo "$as_me:${as_lineno-$LINENO}: checking for xmlNewDocPI in -lxml2" >&5
8977 $as_echo_n "checking for xmlNewDocPI in -lxml2... " >&6; }
8978 if test "${ac_cv_lib_xml2_xmlNewDocPI+set}" = set; then :
8979   $as_echo_n "(cached) " >&6
8980 else
8981   ac_check_lib_save_LIBS=$LIBS
8982 LIBS="-lxml2 $ac_xml_libs $LIBS"
8983 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
8984 /* end confdefs.h.  */
8985
8986 /* Override any GCC internal prototype to avoid an error.
8987    Use char because int might match the return type of a GCC
8988    builtin and then its argument prototype would still apply.  */
8989 #ifdef __cplusplus
8990 extern "C"
8991 #endif
8992 char xmlNewDocPI ();
8993 int
8994 main ()
8995 {
8996 return xmlNewDocPI ();
8997   ;
8998   return 0;
8999 }
9000 _ACEOF
9001 if ac_fn_c_try_link "$LINENO"; then :
9002   ac_cv_lib_xml2_xmlNewDocPI=yes
9003 else
9004   ac_cv_lib_xml2_xmlNewDocPI=no
9005 fi
9006 rm -f core conftest.err conftest.$ac_objext \
9007     conftest$ac_exeext conftest.$ac_ext
9008 LIBS=$ac_check_lib_save_LIBS
9009 fi
9010 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_xml2_xmlNewDocPI" >&5
9011 $as_echo "$ac_cv_lib_xml2_xmlNewDocPI" >&6; }
9012 if test "x$ac_cv_lib_xml2_xmlNewDocPI" = x""yes; then :
9013
9014 $as_echo "#define HAVE_XMLNEWDOCPI 1" >>confdefs.h
9015
9016 fi
9017
9018
9019 fi
9020
9021 done
9022
9023     CPPFLAGS="$ac_save_CPPFLAGS"
9024 fi
9025 if test "$ac_cv_lib_xml2_xmlParseMemory" != "yes"; then :
9026   case "x$with_xml" in
9027   x)   wine_warnings="$wine_warnings|libxml2 ${notice_platform}development files not found, XML won't be supported." ;;
9028   xno) ;;
9029   *)   as_fn_error "libxml2 ${notice_platform}development files not found, XML won't be supported.
9030 This is an error since --with-xml was requested." "$LINENO" 5 ;;
9031 esac
9032 fi
9033
9034 if test "x$with_xslt" != "xno"
9035 then
9036     if test "$PKG_CONFIG" != "false"
9037     then
9038         ac_xslt_libs="`$PKG_CONFIG --libs libxslt 2>/dev/null`"
9039         ac_xslt_cflags="`$PKG_CONFIG --cflags libxslt 2>/dev/null`"
9040     else
9041         ac_xslt_libs="`xslt-config --libs 2>/dev/null`"
9042         ac_xslt_cflags="`xslt-config --cflags 2>/dev/null`"
9043     fi
9044     ac_save_CPPFLAGS="$CPPFLAGS"
9045     CPPFLAGS="$CPPFLAGS $ac_xslt_cflags"
9046     for ac_header in libxslt/pattern.h libxslt/transform.h
9047 do :
9048   as_ac_Header=`$as_echo "ac_cv_header_$ac_header" | $as_tr_sh`
9049 ac_fn_c_check_header_compile "$LINENO" "$ac_header" "$as_ac_Header" "#ifdef HAVE_LIBXSLT_PATTERN_H
9050 # include <libxslt/pattern.h>
9051 #endif
9052 "
9053 eval as_val=\$$as_ac_Header
9054    if test "x$as_val" = x""yes; then :
9055   cat >>confdefs.h <<_ACEOF
9056 #define `$as_echo "HAVE_$ac_header" | $as_tr_cpp` 1
9057 _ACEOF
9058
9059 fi
9060
9061 done
9062
9063     CPPFLAGS="$ac_save_CPPFLAGS"
9064     if test "$ac_cv_header_libxslt_transform_h" = "yes"
9065     then
9066         { $as_echo "$as_me:${as_lineno-$LINENO}: checking for -lxslt" >&5
9067 $as_echo_n "checking for -lxslt... " >&6; }
9068 if test "${ac_cv_lib_soname_xslt+set}" = set; then :
9069   $as_echo_n "(cached) " >&6
9070 else
9071   ac_check_soname_save_LIBS=$LIBS
9072 LIBS="-lxslt $ac_xslt_libs $LIBS"
9073   cat confdefs.h - <<_ACEOF >conftest.$ac_ext
9074 /* end confdefs.h.  */
9075
9076 /* Override any GCC internal prototype to avoid an error.
9077    Use char because int might match the return type of a GCC
9078    builtin and then its argument prototype would still apply.  */
9079 #ifdef __cplusplus
9080 extern "C"
9081 #endif
9082 char xsltCompilePattern ();
9083 int
9084 main ()
9085 {
9086 return xsltCompilePattern ();
9087   ;
9088   return 0;
9089 }
9090 _ACEOF
9091 if ac_fn_c_try_link "$LINENO"; then :
9092   case "$LIBEXT" in
9093     dll) ;;
9094     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'` ;;
9095     *) ac_cv_lib_soname_xslt=`$ac_cv_path_LDD conftest$ac_exeext | grep "libxslt\\.$LIBEXT" | sed -e "s/^.*\(libxslt\.$LIBEXT[^  ]*\).*$/\1/"';2,$d'` ;;
9096   esac
9097 fi
9098 rm -f core conftest.err conftest.$ac_objext \
9099     conftest$ac_exeext conftest.$ac_ext
9100   LIBS=$ac_check_soname_save_LIBS
9101 fi
9102 if test "x$ac_cv_lib_soname_xslt" = "x"; then :
9103   { $as_echo "$as_me:${as_lineno-$LINENO}: result: not found" >&5
9104 $as_echo "not found" >&6; }
9105
9106 else
9107   { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_soname_xslt" >&5
9108 $as_echo "$ac_cv_lib_soname_xslt" >&6; }
9109
9110 cat >>confdefs.h <<_ACEOF
9111 #define SONAME_LIBXSLT "$ac_cv_lib_soname_xslt"
9112 _ACEOF
9113
9114        XSLTINCL="$ac_xslt_cflags"
9115 fi
9116     fi
9117 fi
9118 if test "x$ac_cv_lib_soname_xslt" = "x"; then :
9119   case "x$with_xslt" in
9120   x)   wine_warnings="$wine_warnings|libxslt ${notice_platform}development files not found, xslt won't be supported." ;;
9121   xno) ;;
9122   *)   as_fn_error "libxslt ${notice_platform}development files not found, xslt won't be supported.
9123 This is an error since --with-xslt was requested." "$LINENO" 5 ;;
9124 esac
9125 fi
9126
9127 HALINCL=""
9128
9129 if test "x$with_hal" != "xno"
9130 then
9131     ac_save_CPPFLAGS="$CPPFLAGS"
9132     if test "$PKG_CONFIG" != "false"
9133     then
9134         ac_hal_libs="`$PKG_CONFIG --libs hal 2>/dev/null`"
9135         ac_hal_cflags="`$PKG_CONFIG --cflags hal 2>/dev/null`"
9136         CPPFLAGS="$CPPFLAGS $ac_hal_cflags"
9137     fi
9138     for ac_header in dbus/dbus.h hal/libhal.h
9139 do :
9140   as_ac_Header=`$as_echo "ac_cv_header_$ac_header" | $as_tr_sh`
9141 ac_fn_c_check_header_mongrel "$LINENO" "$ac_header" "$as_ac_Header" "$ac_includes_default"
9142 eval as_val=\$$as_ac_Header
9143    if test "x$as_val" = x""yes; then :
9144   cat >>confdefs.h <<_ACEOF
9145 #define `$as_echo "HAVE_$ac_header" | $as_tr_cpp` 1
9146 _ACEOF
9147
9148 fi
9149
9150 done
9151
9152     if test "$ac_cv_header_dbus_dbus_h" = "yes" -a "$ac_cv_header_hal_libhal_h" = "yes"
9153     then
9154         { $as_echo "$as_me:${as_lineno-$LINENO}: checking for dbus_connection_close in -ldbus-1" >&5
9155 $as_echo_n "checking for dbus_connection_close in -ldbus-1... " >&6; }
9156 if test "${ac_cv_lib_dbus_1_dbus_connection_close+set}" = set; then :
9157   $as_echo_n "(cached) " >&6
9158 else
9159   ac_check_lib_save_LIBS=$LIBS
9160 LIBS="-ldbus-1 $ac_hal_libs $LIBS"
9161 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
9162 /* end confdefs.h.  */
9163
9164 /* Override any GCC internal prototype to avoid an error.
9165    Use char because int might match the return type of a GCC
9166    builtin and then its argument prototype would still apply.  */
9167 #ifdef __cplusplus
9168 extern "C"
9169 #endif
9170 char dbus_connection_close ();
9171 int
9172 main ()
9173 {
9174 return dbus_connection_close ();
9175   ;
9176   return 0;
9177 }
9178 _ACEOF
9179 if ac_fn_c_try_link "$LINENO"; then :
9180   ac_cv_lib_dbus_1_dbus_connection_close=yes
9181 else
9182   ac_cv_lib_dbus_1_dbus_connection_close=no
9183 fi
9184 rm -f core conftest.err conftest.$ac_objext \
9185     conftest$ac_exeext conftest.$ac_ext
9186 LIBS=$ac_check_lib_save_LIBS
9187 fi
9188 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_dbus_1_dbus_connection_close" >&5
9189 $as_echo "$ac_cv_lib_dbus_1_dbus_connection_close" >&6; }
9190 if test "x$ac_cv_lib_dbus_1_dbus_connection_close" = x""yes; then :
9191   { $as_echo "$as_me:${as_lineno-$LINENO}: checking for -lhal" >&5
9192 $as_echo_n "checking for -lhal... " >&6; }
9193 if test "${ac_cv_lib_soname_hal+set}" = set; then :
9194   $as_echo_n "(cached) " >&6
9195 else
9196   ac_check_soname_save_LIBS=$LIBS
9197 LIBS="-lhal $ac_hal_libs $LIBS"
9198   cat confdefs.h - <<_ACEOF >conftest.$ac_ext
9199 /* end confdefs.h.  */
9200
9201 /* Override any GCC internal prototype to avoid an error.
9202    Use char because int might match the return type of a GCC
9203    builtin and then its argument prototype would still apply.  */
9204 #ifdef __cplusplus
9205 extern "C"
9206 #endif
9207 char libhal_ctx_new ();
9208 int
9209 main ()
9210 {
9211 return libhal_ctx_new ();
9212   ;
9213   return 0;
9214 }
9215 _ACEOF
9216 if ac_fn_c_try_link "$LINENO"; then :
9217   case "$LIBEXT" in
9218     dll) ;;
9219     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'` ;;
9220     *) ac_cv_lib_soname_hal=`$ac_cv_path_LDD conftest$ac_exeext | grep "libhal\\.$LIBEXT" | sed -e "s/^.*\(libhal\.$LIBEXT[^     ]*\).*$/\1/"';2,$d'` ;;
9221   esac
9222 fi
9223 rm -f core conftest.err conftest.$ac_objext \
9224     conftest$ac_exeext conftest.$ac_ext
9225   LIBS=$ac_check_soname_save_LIBS
9226 fi
9227 if test "x$ac_cv_lib_soname_hal" = "x"; then :
9228   { $as_echo "$as_me:${as_lineno-$LINENO}: result: not found" >&5
9229 $as_echo "not found" >&6; }
9230
9231 else
9232   { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_soname_hal" >&5
9233 $as_echo "$ac_cv_lib_soname_hal" >&6; }
9234
9235 cat >>confdefs.h <<_ACEOF
9236 #define SONAME_LIBHAL "$ac_cv_lib_soname_hal"
9237 _ACEOF
9238
9239        HALINCL="$ac_hal_cflags"
9240 fi
9241 fi
9242
9243     fi
9244     CPPFLAGS="$ac_save_CPPFLAGS"
9245 fi
9246 if test "x$ac_cv_lib_soname_hal" = "x"; then :
9247   case "x$with_hal" in
9248   x)   wine_notices="$wine_notices|libhal/libdbus ${notice_platform}development files not found, no dynamic device support." ;;
9249   xno) ;;
9250   *)   as_fn_error "libhal/libdbus ${notice_platform}development files not found, no dynamic device support.
9251 This is an error since --with-hal was requested." "$LINENO" 5 ;;
9252 esac
9253 fi
9254
9255 if test "x$with_gnutls" != "xno"
9256 then
9257     ac_save_CPPFLAGS="$CPPFLAGS"
9258     if test "$PKG_CONFIG" != "false"
9259     then
9260         ac_gnutls_libs="`$PKG_CONFIG --libs gnutls 2>/dev/null`"
9261         ac_gnutls_cflags="`$PKG_CONFIG --cflags gnutls 2>/dev/null`"
9262         CPPFLAGS="$CPPFLAGS $ac_gnutls_cflags"
9263     fi
9264     ac_fn_c_check_header_mongrel "$LINENO" "gnutls/gnutls.h" "ac_cv_header_gnutls_gnutls_h" "$ac_includes_default"
9265 if test "x$ac_cv_header_gnutls_gnutls_h" = x""yes; then :
9266   cat confdefs.h - <<_ACEOF >conftest.$ac_ext
9267 /* end confdefs.h.  */
9268 #include <gnutls/gnutls.h>
9269 int
9270 main ()
9271 {
9272 typeof(gnutls_mac_get_key_size) *pfunc;
9273   ;
9274   return 0;
9275 }
9276 _ACEOF
9277 if ac_fn_c_try_compile "$LINENO"; then :
9278   { $as_echo "$as_me:${as_lineno-$LINENO}: checking for -lgnutls" >&5
9279 $as_echo_n "checking for -lgnutls... " >&6; }
9280 if test "${ac_cv_lib_soname_gnutls+set}" = set; then :
9281   $as_echo_n "(cached) " >&6
9282 else
9283   ac_check_soname_save_LIBS=$LIBS
9284 LIBS="-lgnutls $ac_gnutls_libs $LIBS"
9285   cat confdefs.h - <<_ACEOF >conftest.$ac_ext
9286 /* end confdefs.h.  */
9287
9288 /* Override any GCC internal prototype to avoid an error.
9289    Use char because int might match the return type of a GCC
9290    builtin and then its argument prototype would still apply.  */
9291 #ifdef __cplusplus
9292 extern "C"
9293 #endif
9294 char gnutls_global_init ();
9295 int
9296 main ()
9297 {
9298 return gnutls_global_init ();
9299   ;
9300   return 0;
9301 }
9302 _ACEOF
9303 if ac_fn_c_try_link "$LINENO"; then :
9304   case "$LIBEXT" in
9305     dll) ;;
9306     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'` ;;
9307     *) ac_cv_lib_soname_gnutls=`$ac_cv_path_LDD conftest$ac_exeext | grep "libgnutls\\.$LIBEXT" | sed -e "s/^.*\(libgnutls\.$LIBEXT[^    ]*\).*$/\1/"';2,$d'` ;;
9308   esac
9309 fi
9310 rm -f core conftest.err conftest.$ac_objext \
9311     conftest$ac_exeext conftest.$ac_ext
9312   LIBS=$ac_check_soname_save_LIBS
9313 fi
9314 if test "x$ac_cv_lib_soname_gnutls" = "x"; then :
9315   { $as_echo "$as_me:${as_lineno-$LINENO}: result: not found" >&5
9316 $as_echo "not found" >&6; }
9317
9318 else
9319   { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_soname_gnutls" >&5
9320 $as_echo "$ac_cv_lib_soname_gnutls" >&6; }
9321
9322 cat >>confdefs.h <<_ACEOF
9323 #define SONAME_LIBGNUTLS "$ac_cv_lib_soname_gnutls"
9324 _ACEOF
9325
9326        GNUTLSINCL="$ac_gnutls_cflags"
9327
9328 fi
9329 fi
9330 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
9331 fi
9332
9333
9334     CPPFLAGS="$ac_save_CPPFLAGS"
9335 fi
9336 if test "x$ac_cv_lib_soname_gnutls" = "x"; then :
9337   case "x$with_gnutls" in
9338   x)   wine_notices="$wine_notices|libgnutls ${notice_platform}development files not found, no schannel support." ;;
9339   xno) ;;
9340   *)   as_fn_error "libgnutls ${notice_platform}development files not found, no schannel support.
9341 This is an error since --with-gnutls was requested." "$LINENO" 5 ;;
9342 esac
9343 fi
9344
9345 CURSESLIBS=""
9346 if test "$ac_cv_header_ncurses_h" = "yes"
9347 then
9348     { $as_echo "$as_me:${as_lineno-$LINENO}: checking for -lncurses" >&5
9349 $as_echo_n "checking for -lncurses... " >&6; }
9350 if test "${ac_cv_lib_soname_ncurses+set}" = set; then :
9351   $as_echo_n "(cached) " >&6
9352 else
9353   ac_check_soname_save_LIBS=$LIBS
9354 LIBS="-lncurses  $LIBS"
9355   cat confdefs.h - <<_ACEOF >conftest.$ac_ext
9356 /* end confdefs.h.  */
9357
9358 /* Override any GCC internal prototype to avoid an error.
9359    Use char because int might match the return type of a GCC
9360    builtin and then its argument prototype would still apply.  */
9361 #ifdef __cplusplus
9362 extern "C"
9363 #endif
9364 char waddch ();
9365 int
9366 main ()
9367 {
9368 return waddch ();
9369   ;
9370   return 0;
9371 }
9372 _ACEOF
9373 if ac_fn_c_try_link "$LINENO"; then :
9374   case "$LIBEXT" in
9375     dll) ;;
9376     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'` ;;
9377     *) ac_cv_lib_soname_ncurses=`$ac_cv_path_LDD conftest$ac_exeext | grep "libncurses\\.$LIBEXT" | sed -e "s/^.*\(libncurses\.$LIBEXT[^         ]*\).*$/\1/"';2,$d'` ;;
9378   esac
9379 fi
9380 rm -f core conftest.err conftest.$ac_objext \
9381     conftest$ac_exeext conftest.$ac_ext
9382   LIBS=$ac_check_soname_save_LIBS
9383 fi
9384 if test "x$ac_cv_lib_soname_ncurses" = "x"; then :
9385   { $as_echo "$as_me:${as_lineno-$LINENO}: result: not found" >&5
9386 $as_echo "not found" >&6; }
9387
9388 else
9389   { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_soname_ncurses" >&5
9390 $as_echo "$ac_cv_lib_soname_ncurses" >&6; }
9391
9392 cat >>confdefs.h <<_ACEOF
9393 #define SONAME_LIBNCURSES "$ac_cv_lib_soname_ncurses"
9394 _ACEOF
9395
9396        CURSESLIBS="-lncurses"
9397 fi
9398 elif test "$ac_cv_header_curses_h" = "yes"
9399 then
9400     { $as_echo "$as_me:${as_lineno-$LINENO}: checking for -lcurses" >&5
9401 $as_echo_n "checking for -lcurses... " >&6; }
9402 if test "${ac_cv_lib_soname_curses+set}" = set; then :
9403   $as_echo_n "(cached) " >&6
9404 else
9405   ac_check_soname_save_LIBS=$LIBS
9406 LIBS="-lcurses  $LIBS"
9407   cat confdefs.h - <<_ACEOF >conftest.$ac_ext
9408 /* end confdefs.h.  */
9409
9410 /* Override any GCC internal prototype to avoid an error.
9411    Use char because int might match the return type of a GCC
9412    builtin and then its argument prototype would still apply.  */
9413 #ifdef __cplusplus
9414 extern "C"
9415 #endif
9416 char waddch ();
9417 int
9418 main ()
9419 {
9420 return waddch ();
9421   ;
9422   return 0;
9423 }
9424 _ACEOF
9425 if ac_fn_c_try_link "$LINENO"; then :
9426   case "$LIBEXT" in
9427     dll) ;;
9428     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'` ;;
9429     *) ac_cv_lib_soname_curses=`$ac_cv_path_LDD conftest$ac_exeext | grep "libcurses\\.$LIBEXT" | sed -e "s/^.*\(libcurses\.$LIBEXT[^    ]*\).*$/\1/"';2,$d'` ;;
9430   esac
9431 fi
9432 rm -f core conftest.err conftest.$ac_objext \
9433     conftest$ac_exeext conftest.$ac_ext
9434   LIBS=$ac_check_soname_save_LIBS
9435 fi
9436 if test "x$ac_cv_lib_soname_curses" = "x"; then :
9437   { $as_echo "$as_me:${as_lineno-$LINENO}: result: not found" >&5
9438 $as_echo "not found" >&6; }
9439
9440 else
9441   { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_soname_curses" >&5
9442 $as_echo "$ac_cv_lib_soname_curses" >&6; }
9443
9444 cat >>confdefs.h <<_ACEOF
9445 #define SONAME_LIBCURSES "$ac_cv_lib_soname_curses"
9446 _ACEOF
9447
9448        CURSESLIBS="-lcurses"
9449 fi
9450 fi
9451 ac_save_LIBS="$LIBS"
9452 LIBS="$LIBS $CURSESLIBS"
9453 for ac_func in mousemask
9454 do :
9455   ac_fn_c_check_func "$LINENO" "mousemask" "ac_cv_func_mousemask"
9456 if test "x$ac_cv_func_mousemask" = x""yes; then :
9457   cat >>confdefs.h <<_ACEOF
9458 #define HAVE_MOUSEMASK 1
9459 _ACEOF
9460
9461 fi
9462 done
9463
9464 LIBS="$ac_save_LIBS"
9465 if test "x$ac_cv_lib_soname_curses$ac_cv_lib_soname_ncurses" = "x"; then :
9466   case "x$with_curses" in
9467   x)   wine_notices="$wine_notices|lib(n)curses ${notice_platform}development files not found, curses won't be supported." ;;
9468   xno) ;;
9469   *)   as_fn_error "lib(n)curses ${notice_platform}development files not found, curses won't be supported.
9470 This is an error since --with-curses was requested." "$LINENO" 5 ;;
9471 esac
9472 fi
9473
9474 if test "x$with_sane" != "xno"
9475 then
9476     ac_save_CPPFLAGS="$CPPFLAGS"
9477     # Extract the first word of "sane-config", so it can be a program name with args.
9478 set dummy sane-config; ac_word=$2
9479 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
9480 $as_echo_n "checking for $ac_word... " >&6; }
9481 if test "${ac_cv_prog_sane_devel+set}" = set; then :
9482   $as_echo_n "(cached) " >&6
9483 else
9484   if test -n "$sane_devel"; then
9485   ac_cv_prog_sane_devel="$sane_devel" # Let the user override the test.
9486 else
9487 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
9488 for as_dir in $PATH
9489 do
9490   IFS=$as_save_IFS
9491   test -z "$as_dir" && as_dir=.
9492     for ac_exec_ext in '' $ac_executable_extensions; do
9493   if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
9494     ac_cv_prog_sane_devel="sane-config"
9495     $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
9496     break 2
9497   fi
9498 done
9499   done
9500 IFS=$as_save_IFS
9501
9502   test -z "$ac_cv_prog_sane_devel" && ac_cv_prog_sane_devel="no"
9503 fi
9504 fi
9505 sane_devel=$ac_cv_prog_sane_devel
9506 if test -n "$sane_devel"; then
9507   { $as_echo "$as_me:${as_lineno-$LINENO}: result: $sane_devel" >&5
9508 $as_echo "$sane_devel" >&6; }
9509 else
9510   { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
9511 $as_echo "no" >&6; }
9512 fi
9513
9514
9515     if test "$sane_devel" != "no"
9516     then
9517         ac_sane_incl="`$sane_devel --cflags`"
9518         ac_sane_libs="`$sane_devel --ldflags`"
9519         CPPFLAGS="$CPPFLAGS $ac_sane_incl"
9520     fi
9521     ac_fn_c_check_header_mongrel "$LINENO" "sane/sane.h" "ac_cv_header_sane_sane_h" "$ac_includes_default"
9522 if test "x$ac_cv_header_sane_sane_h" = x""yes; then :
9523   { $as_echo "$as_me:${as_lineno-$LINENO}: checking for -lsane" >&5
9524 $as_echo_n "checking for -lsane... " >&6; }
9525 if test "${ac_cv_lib_soname_sane+set}" = set; then :
9526   $as_echo_n "(cached) " >&6
9527 else
9528   ac_check_soname_save_LIBS=$LIBS
9529 LIBS="-lsane $ac_sane_libs $LIBS"
9530   cat confdefs.h - <<_ACEOF >conftest.$ac_ext
9531 /* end confdefs.h.  */
9532
9533 /* Override any GCC internal prototype to avoid an error.
9534    Use char because int might match the return type of a GCC
9535    builtin and then its argument prototype would still apply.  */
9536 #ifdef __cplusplus
9537 extern "C"
9538 #endif
9539 char sane_init ();
9540 int
9541 main ()
9542 {
9543 return sane_init ();
9544   ;
9545   return 0;
9546 }
9547 _ACEOF
9548 if ac_fn_c_try_link "$LINENO"; then :
9549   case "$LIBEXT" in
9550     dll) ;;
9551     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'` ;;
9552     *) ac_cv_lib_soname_sane=`$ac_cv_path_LDD conftest$ac_exeext | grep "libsane\\.$LIBEXT" | sed -e "s/^.*\(libsane\.$LIBEXT[^  ]*\).*$/\1/"';2,$d'` ;;
9553   esac
9554 fi
9555 rm -f core conftest.err conftest.$ac_objext \
9556     conftest$ac_exeext conftest.$ac_ext
9557   LIBS=$ac_check_soname_save_LIBS
9558 fi
9559 if test "x$ac_cv_lib_soname_sane" = "x"; then :
9560   { $as_echo "$as_me:${as_lineno-$LINENO}: result: not found" >&5
9561 $as_echo "not found" >&6; }
9562
9563 else
9564   { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_soname_sane" >&5
9565 $as_echo "$ac_cv_lib_soname_sane" >&6; }
9566
9567 cat >>confdefs.h <<_ACEOF
9568 #define SONAME_LIBSANE "$ac_cv_lib_soname_sane"
9569 _ACEOF
9570
9571        SANEINCL="$ac_sane_incl"
9572
9573 fi
9574 fi
9575
9576
9577     CPPFLAGS="$ac_save_CPPFLAGS"
9578 fi
9579 if test "x$ac_cv_lib_soname_sane" = "x"; then :
9580   case "x$with_sane" in
9581   x)   wine_notices="$wine_notices|libsane ${notice_platform}development files not found, scanners won't be supported." ;;
9582   xno) ;;
9583   *)   as_fn_error "libsane ${notice_platform}development files not found, scanners won't be supported.
9584 This is an error since --with-sane was requested." "$LINENO" 5 ;;
9585 esac
9586 fi
9587
9588 if test "x$with_gphoto" != "xno"
9589 then
9590     ac_save_CPPFLAGS="$CPPFLAGS"
9591     # Extract the first word of "gphoto2-config", so it can be a program name with args.
9592 set dummy gphoto2-config; ac_word=$2
9593 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
9594 $as_echo_n "checking for $ac_word... " >&6; }
9595 if test "${ac_cv_prog_gphoto2_devel+set}" = set; then :
9596   $as_echo_n "(cached) " >&6
9597 else
9598   if test -n "$gphoto2_devel"; then
9599   ac_cv_prog_gphoto2_devel="$gphoto2_devel" # Let the user override the test.
9600 else
9601 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
9602 for as_dir in $PATH
9603 do
9604   IFS=$as_save_IFS
9605   test -z "$as_dir" && as_dir=.
9606     for ac_exec_ext in '' $ac_executable_extensions; do
9607   if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
9608     ac_cv_prog_gphoto2_devel="gphoto2-config"
9609     $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
9610     break 2
9611   fi
9612 done
9613   done
9614 IFS=$as_save_IFS
9615
9616   test -z "$ac_cv_prog_gphoto2_devel" && ac_cv_prog_gphoto2_devel="no"
9617 fi
9618 fi
9619 gphoto2_devel=$ac_cv_prog_gphoto2_devel
9620 if test -n "$gphoto2_devel"; then
9621   { $as_echo "$as_me:${as_lineno-$LINENO}: result: $gphoto2_devel" >&5
9622 $as_echo "$gphoto2_devel" >&6; }
9623 else
9624   { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
9625 $as_echo "no" >&6; }
9626 fi
9627
9628
9629     # Extract the first word of "gphoto2-port-config", so it can be a program name with args.
9630 set dummy gphoto2-port-config; ac_word=$2
9631 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
9632 $as_echo_n "checking for $ac_word... " >&6; }
9633 if test "${ac_cv_prog_gphoto2port_devel+set}" = set; then :
9634   $as_echo_n "(cached) " >&6
9635 else
9636   if test -n "$gphoto2port_devel"; then
9637   ac_cv_prog_gphoto2port_devel="$gphoto2port_devel" # Let the user override the test.
9638 else
9639 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
9640 for as_dir in $PATH
9641 do
9642   IFS=$as_save_IFS
9643   test -z "$as_dir" && as_dir=.
9644     for ac_exec_ext in '' $ac_executable_extensions; do
9645   if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
9646     ac_cv_prog_gphoto2port_devel="gphoto2-port-config"
9647     $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
9648     break 2
9649   fi
9650 done
9651   done
9652 IFS=$as_save_IFS
9653
9654   test -z "$ac_cv_prog_gphoto2port_devel" && ac_cv_prog_gphoto2port_devel="no"
9655 fi
9656 fi
9657 gphoto2port_devel=$ac_cv_prog_gphoto2port_devel
9658 if test -n "$gphoto2port_devel"; then
9659   { $as_echo "$as_me:${as_lineno-$LINENO}: result: $gphoto2port_devel" >&5
9660 $as_echo "$gphoto2port_devel" >&6; }
9661 else
9662   { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
9663 $as_echo "no" >&6; }
9664 fi
9665
9666
9667     if test "$gphoto2_devel" != "no" -a "$gphoto2port_devel" != "no"
9668     then
9669         ac_gphoto2_incl="`$gphoto2_devel --cflags` `$gphoto2port_devel --cflags`"
9670         ac_gphoto2_libs=""
9671         for i in `$gphoto2_devel --libs` `$gphoto2port_devel --libs`
9672         do
9673             case "$i" in
9674             -L/usr/lib|-L/usr/lib64) ;;
9675             -L*|-l*) ac_gphoto2_libs="$ac_gphoto2_libs $i";;
9676             esac
9677         done
9678         CPPFLAGS="$CPPFLAGS $ac_gphoto2_incl"
9679     fi
9680     ac_gphoto2_libs=${ac_gphoto2_libs:-"-lgphoto2"}
9681     ac_fn_c_check_header_mongrel "$LINENO" "gphoto2-camera.h" "ac_cv_header_gphoto2_camera_h" "$ac_includes_default"
9682 if test "x$ac_cv_header_gphoto2_camera_h" = x""yes; then :
9683   { $as_echo "$as_me:${as_lineno-$LINENO}: checking for gp_camera_new in -lgphoto2" >&5
9684 $as_echo_n "checking for gp_camera_new in -lgphoto2... " >&6; }
9685 if test "${ac_cv_lib_gphoto2_gp_camera_new+set}" = set; then :
9686   $as_echo_n "(cached) " >&6
9687 else
9688   ac_check_lib_save_LIBS=$LIBS
9689 LIBS="-lgphoto2 $ac_gphoto2_libs $LIBS"
9690 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
9691 /* end confdefs.h.  */
9692
9693 /* Override any GCC internal prototype to avoid an error.
9694    Use char because int might match the return type of a GCC
9695    builtin and then its argument prototype would still apply.  */
9696 #ifdef __cplusplus
9697 extern "C"
9698 #endif
9699 char gp_camera_new ();
9700 int
9701 main ()
9702 {
9703 return gp_camera_new ();
9704   ;
9705   return 0;
9706 }
9707 _ACEOF
9708 if ac_fn_c_try_link "$LINENO"; then :
9709   ac_cv_lib_gphoto2_gp_camera_new=yes
9710 else
9711   ac_cv_lib_gphoto2_gp_camera_new=no
9712 fi
9713 rm -f core conftest.err conftest.$ac_objext \
9714     conftest$ac_exeext conftest.$ac_ext
9715 LIBS=$ac_check_lib_save_LIBS
9716 fi
9717 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_gphoto2_gp_camera_new" >&5
9718 $as_echo "$ac_cv_lib_gphoto2_gp_camera_new" >&6; }
9719 if test "x$ac_cv_lib_gphoto2_gp_camera_new" = x""yes; then :
9720
9721 $as_echo "#define HAVE_GPHOTO2 1" >>confdefs.h
9722
9723                                    GPHOTO2LIBS="$ac_gphoto2_libs"
9724
9725                                    GPHOTO2INCL="$ac_gphoto2_incl"
9726
9727 fi
9728
9729 fi
9730
9731
9732     CPPFLAGS="$ac_save_CPPFLAGS"
9733 fi
9734 if test "$ac_cv_lib_gphoto2_gp_camera_new" != "yes"; then :
9735   case "x$with_gphoto" in
9736   x)   wine_notices="$wine_notices|libgphoto2 ${notice_platform}development files not found, digital cameras won't be supported." ;;
9737   xno) ;;
9738   *)   as_fn_error "libgphoto2 ${notice_platform}development files not found, digital cameras won't be supported.
9739 This is an error since --with-gphoto was requested." "$LINENO" 5 ;;
9740 esac
9741 fi
9742
9743
9744 RESOLVLIBS=""
9745
9746 if test "$ac_cv_header_resolv_h" = "yes"
9747 then
9748     ac_save_LIBS="$LIBS"
9749     LIBS="$LIBS -lresolv"
9750     cat confdefs.h - <<_ACEOF >conftest.$ac_ext
9751 /* end confdefs.h.  */
9752 #ifdef HAVE_NETINET_IN_H
9753 #include <netinet/in.h>
9754 #endif
9755 #include <resolv.h>
9756 int
9757 main ()
9758 {
9759 res_init();
9760   ;
9761   return 0;
9762 }
9763 _ACEOF
9764 if ac_fn_c_try_link "$LINENO"; then :
9765
9766 $as_echo "#define HAVE_RESOLV 1" >>confdefs.h
9767
9768          RESOLVLIBS="-lresolv"
9769 fi
9770 rm -f core conftest.err conftest.$ac_objext \
9771     conftest$ac_exeext conftest.$ac_ext
9772     LIBS="$ac_save_LIBS"
9773 fi
9774
9775 LCMSLIBS=""
9776
9777 if test "$ac_cv_header_lcms_h" = "yes" -o "$ac_cv_header_lcms_lcms_h" = "yes"
9778 then
9779     { $as_echo "$as_me:${as_lineno-$LINENO}: checking for cmsOpenProfileFromFile in -llcms" >&5
9780 $as_echo_n "checking for cmsOpenProfileFromFile in -llcms... " >&6; }
9781 if test "${ac_cv_lib_lcms_cmsOpenProfileFromFile+set}" = set; then :
9782   $as_echo_n "(cached) " >&6
9783 else
9784   ac_check_lib_save_LIBS=$LIBS
9785 LIBS="-llcms  $LIBS"
9786 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
9787 /* end confdefs.h.  */
9788
9789 /* Override any GCC internal prototype to avoid an error.
9790    Use char because int might match the return type of a GCC
9791    builtin and then its argument prototype would still apply.  */
9792 #ifdef __cplusplus
9793 extern "C"
9794 #endif
9795 char cmsOpenProfileFromFile ();
9796 int
9797 main ()
9798 {
9799 return cmsOpenProfileFromFile ();
9800   ;
9801   return 0;
9802 }
9803 _ACEOF
9804 if ac_fn_c_try_link "$LINENO"; then :
9805   ac_cv_lib_lcms_cmsOpenProfileFromFile=yes
9806 else
9807   ac_cv_lib_lcms_cmsOpenProfileFromFile=no
9808 fi
9809 rm -f core conftest.err conftest.$ac_objext \
9810     conftest$ac_exeext conftest.$ac_ext
9811 LIBS=$ac_check_lib_save_LIBS
9812 fi
9813 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_lcms_cmsOpenProfileFromFile" >&5
9814 $as_echo "$ac_cv_lib_lcms_cmsOpenProfileFromFile" >&6; }
9815 if test "x$ac_cv_lib_lcms_cmsOpenProfileFromFile" = x""yes; then :
9816
9817 $as_echo "#define HAVE_LCMS 1" >>confdefs.h
9818
9819          LCMSLIBS="-llcms"
9820 fi
9821
9822 fi
9823 if test "$ac_cv_lib_lcms_cmsOpenProfileFromFile" != "yes"; then :
9824   case "x$with_cms" in
9825   x)   wine_notices="$wine_notices|liblcms ${notice_platform}development files not found, Color Management won't be supported." ;;
9826   xno) ;;
9827   *)   as_fn_error "liblcms ${notice_platform}development files not found, Color Management won't be supported.
9828 This is an error since --with-cms was requested." "$LINENO" 5 ;;
9829 esac
9830 fi
9831
9832 if test "x$with_freetype" != "xno"
9833 then
9834     for ac_prog in freetype-config freetype2-config
9835 do
9836   # Extract the first word of "$ac_prog", so it can be a program name with args.
9837 set dummy $ac_prog; ac_word=$2
9838 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
9839 $as_echo_n "checking for $ac_word... " >&6; }
9840 if test "${ac_cv_prog_ft_devel+set}" = set; then :
9841   $as_echo_n "(cached) " >&6
9842 else
9843   if test -n "$ft_devel"; then
9844   ac_cv_prog_ft_devel="$ft_devel" # Let the user override the test.
9845 else
9846 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
9847 for as_dir in $PATH
9848 do
9849   IFS=$as_save_IFS
9850   test -z "$as_dir" && as_dir=.
9851     for ac_exec_ext in '' $ac_executable_extensions; do
9852   if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
9853     ac_cv_prog_ft_devel="$ac_prog"
9854     $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
9855     break 2
9856   fi
9857 done
9858   done
9859 IFS=$as_save_IFS
9860
9861 fi
9862 fi
9863 ft_devel=$ac_cv_prog_ft_devel
9864 if test -n "$ft_devel"; then
9865   { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ft_devel" >&5
9866 $as_echo "$ft_devel" >&6; }
9867 else
9868   { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
9869 $as_echo "no" >&6; }
9870 fi
9871
9872
9873   test -n "$ft_devel" && break
9874 done
9875 test -n "$ft_devel" || ft_devel="no"
9876
9877     if test "$ft_devel" != "no"
9878     then
9879         ac_freetype_incl=`$ft_devel --cflags`
9880         ac_freetype_libs=`$ft_devel --libs`
9881     fi
9882     ac_freetype_libs=${ac_freetype_libs:-"-lfreetype"}
9883     { $as_echo "$as_me:${as_lineno-$LINENO}: checking for -lfreetype" >&5
9884 $as_echo_n "checking for -lfreetype... " >&6; }
9885 if test "${ac_cv_lib_soname_freetype+set}" = set; then :
9886   $as_echo_n "(cached) " >&6
9887 else
9888   ac_check_soname_save_LIBS=$LIBS
9889 LIBS="-lfreetype $ac_freetype_libs $LIBS"
9890   cat confdefs.h - <<_ACEOF >conftest.$ac_ext
9891 /* end confdefs.h.  */
9892
9893 /* Override any GCC internal prototype to avoid an error.
9894    Use char because int might match the return type of a GCC
9895    builtin and then its argument prototype would still apply.  */
9896 #ifdef __cplusplus
9897 extern "C"
9898 #endif
9899 char FT_Init_FreeType ();
9900 int
9901 main ()
9902 {
9903 return FT_Init_FreeType ();
9904   ;
9905   return 0;
9906 }
9907 _ACEOF
9908 if ac_fn_c_try_link "$LINENO"; then :
9909   case "$LIBEXT" in
9910     dll) ;;
9911     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'` ;;
9912     *) ac_cv_lib_soname_freetype=`$ac_cv_path_LDD conftest$ac_exeext | grep "libfreetype\\.$LIBEXT" | sed -e "s/^.*\(libfreetype\.$LIBEXT[^      ]*\).*$/\1/"';2,$d'` ;;
9913   esac
9914 fi
9915 rm -f core conftest.err conftest.$ac_objext \
9916     conftest$ac_exeext conftest.$ac_ext
9917   LIBS=$ac_check_soname_save_LIBS
9918 fi
9919 if test "x$ac_cv_lib_soname_freetype" = "x"; then :
9920   { $as_echo "$as_me:${as_lineno-$LINENO}: result: not found" >&5
9921 $as_echo "not found" >&6; }
9922        ft_lib=no
9923 else
9924   { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_soname_freetype" >&5
9925 $as_echo "$ac_cv_lib_soname_freetype" >&6; }
9926
9927 cat >>confdefs.h <<_ACEOF
9928 #define SONAME_LIBFREETYPE "$ac_cv_lib_soname_freetype"
9929 _ACEOF
9930
9931        ft_lib=yes
9932 fi
9933     if test "$ft_lib" = "yes"
9934     then
9935         ac_save_CPPFLAGS="$CPPFLAGS"
9936         CPPFLAGS="$ac_freetype_incl $CPPFLAGS"
9937         for ac_header in ft2build.h \
9938                          freetype/freetype.h \
9939                          freetype/ftglyph.h \
9940                          freetype/fttypes.h \
9941                          freetype/tttables.h \
9942                          freetype/ftsnames.h \
9943                          freetype/ttnameid.h \
9944                          freetype/ftoutln.h \
9945                          freetype/ftwinfnt.h \
9946                          freetype/ftmodapi.h \
9947                          freetype/ftlcdfil.h \
9948                          freetype/internal/sfnt.h
9949 do :
9950   as_ac_Header=`$as_echo "ac_cv_header_$ac_header" | $as_tr_sh`
9951 ac_fn_c_check_header_compile "$LINENO" "$ac_header" "$as_ac_Header" "#ifdef HAVE_FT2BUILD_H
9952                           # include <ft2build.h>
9953                           #endif
9954 "
9955 eval as_val=\$$as_ac_Header
9956    if test "x$as_val" = x""yes; then :
9957   cat >>confdefs.h <<_ACEOF
9958 #define `$as_echo "HAVE_$ac_header" | $as_tr_cpp` 1
9959 _ACEOF
9960
9961 fi
9962
9963 done
9964
9965         cat confdefs.h - <<_ACEOF >conftest.$ac_ext
9966 /* end confdefs.h.  */
9967 #include <ft2build.h>
9968                     #include <freetype/fttrigon.h>
9969 _ACEOF
9970 if ac_fn_c_try_cpp "$LINENO"; then :
9971
9972 $as_echo "#define HAVE_FREETYPE_FTTRIGON_H 1" >>confdefs.h
9973
9974                     wine_cv_fttrigon=yes
9975 else
9976   wine_cv_fttrigon=no
9977 fi
9978 rm -f conftest.err conftest.$ac_ext
9979         ac_fn_c_check_type "$LINENO" "FT_TrueTypeEngineType" "ac_cv_type_FT_TrueTypeEngineType" "#include <freetype/ftmodapi.h>
9980 "
9981 if test "x$ac_cv_type_FT_TrueTypeEngineType" = x""yes; then :
9982
9983 cat >>confdefs.h <<_ACEOF
9984 #define HAVE_FT_TRUETYPEENGINETYPE 1
9985 _ACEOF
9986
9987
9988 fi
9989
9990         ac_save_CFLAGS="$CFLAGS"
9991         CFLAGS="$CFLAGS $ac_freetype_libs"
9992         for ac_func in FT_Load_Sfnt_Table
9993 do :
9994   ac_fn_c_check_func "$LINENO" "FT_Load_Sfnt_Table" "ac_cv_func_FT_Load_Sfnt_Table"
9995 if test "x$ac_cv_func_FT_Load_Sfnt_Table" = x""yes; then :
9996   cat >>confdefs.h <<_ACEOF
9997 #define HAVE_FT_LOAD_SFNT_TABLE 1
9998 _ACEOF
9999
10000 fi
10001 done
10002
10003         CFLAGS="$ac_save_CFLAGS"
10004         CPPFLAGS="$ac_save_CPPFLAGS"
10005                 if test "$ac_cv_header_freetype_freetype_h" = "yes" -a "$wine_cv_fttrigon" = "yes"
10006         then
10007
10008 $as_echo "#define HAVE_FREETYPE 1" >>confdefs.h
10009
10010             FREETYPELIBS="$ac_freetype_libs"
10011
10012             FREETYPEINCL="$ac_freetype_incl"
10013
10014         fi
10015     fi
10016 fi
10017 if test "x$FREETYPELIBS" = "x"; then :
10018   case "x$with_freetype" in
10019   xno) ;;
10020   *)   as_fn_error "FreeType ${notice_platform}development files not found. Fonts will not be built.
10021 Use the --without-freetype option if you really want this." "$LINENO" 5 ;;
10022 esac
10023 fi
10024 test "x$FREETYPELIBS" = "x" && enable_fonts=${enable_fonts:-no}
10025
10026 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for parport header/ppdev.h" >&5
10027 $as_echo_n "checking for parport header/ppdev.h... " >&6; }
10028 if test "${ac_cv_c_ppdev+set}" = set; then :
10029   $as_echo_n "(cached) " >&6
10030 else
10031   cat confdefs.h - <<_ACEOF >conftest.$ac_ext
10032 /* end confdefs.h.  */
10033 #include <linux/ppdev.h>
10034 int
10035 main ()
10036 {
10037 ioctl (1,PPCLAIM,0)
10038   ;
10039   return 0;
10040 }
10041 _ACEOF
10042 if ac_fn_c_try_compile "$LINENO"; then :
10043   ac_cv_c_ppdev="yes"
10044 else
10045   ac_cv_c_ppdev="no"
10046 fi
10047 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
10048 fi
10049 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_c_ppdev" >&5
10050 $as_echo "$ac_cv_c_ppdev" >&6; }
10051 if test "$ac_cv_c_ppdev" = "yes"
10052 then
10053
10054 $as_echo "#define HAVE_PPDEV 1" >>confdefs.h
10055
10056 fi
10057
10058 ac_wine_check_funcs_save_LIBS="$LIBS"
10059 LIBS="$LIBS $LIBPTHREAD"
10060 for ac_func in \
10061         pthread_attr_get_np \
10062         pthread_getattr_np \
10063         pthread_get_stackaddr_np \
10064         pthread_get_stacksize_np
10065 do :
10066   as_ac_var=`$as_echo "ac_cv_func_$ac_func" | $as_tr_sh`
10067 ac_fn_c_check_func "$LINENO" "$ac_func" "$as_ac_var"
10068 eval as_val=\$$as_ac_var
10069    if test "x$as_val" = x""yes; then :
10070   cat >>confdefs.h <<_ACEOF
10071 #define `$as_echo "HAVE_$ac_func" | $as_tr_cpp` 1
10072 _ACEOF
10073
10074 fi
10075 done
10076
10077 LIBS="$ac_wine_check_funcs_save_LIBS"
10078
10079 if test "$ac_cv_header_zlib_h" = "yes"
10080 then
10081     { $as_echo "$as_me:${as_lineno-$LINENO}: checking for inflate in -lz" >&5
10082 $as_echo_n "checking for inflate in -lz... " >&6; }
10083 if test "${ac_cv_lib_z_inflate+set}" = set; then :
10084   $as_echo_n "(cached) " >&6
10085 else
10086   ac_check_lib_save_LIBS=$LIBS
10087 LIBS="-lz  $LIBS"
10088 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
10089 /* end confdefs.h.  */
10090
10091 /* Override any GCC internal prototype to avoid an error.
10092    Use char because int might match the return type of a GCC
10093    builtin and then its argument prototype would still apply.  */
10094 #ifdef __cplusplus
10095 extern "C"
10096 #endif
10097 char inflate ();
10098 int
10099 main ()
10100 {
10101 return inflate ();
10102   ;
10103   return 0;
10104 }
10105 _ACEOF
10106 if ac_fn_c_try_link "$LINENO"; then :
10107   ac_cv_lib_z_inflate=yes
10108 else
10109   ac_cv_lib_z_inflate=no
10110 fi
10111 rm -f core conftest.err conftest.$ac_objext \
10112     conftest$ac_exeext conftest.$ac_ext
10113 LIBS=$ac_check_lib_save_LIBS
10114 fi
10115 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_z_inflate" >&5
10116 $as_echo "$ac_cv_lib_z_inflate" >&6; }
10117 if test "x$ac_cv_lib_z_inflate" = x""yes; then :
10118
10119 $as_echo "#define HAVE_ZLIB 1" >>confdefs.h
10120
10121                             ZLIB="-lz"
10122
10123 fi
10124
10125 fi
10126
10127 if test "x$with_esd" != xno
10128 then
10129     save_CFLAGS="$CFLAGS"
10130     # Extract the first word of "esd-config", so it can be a program name with args.
10131 set dummy esd-config; ac_word=$2
10132 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
10133 $as_echo_n "checking for $ac_word... " >&6; }
10134 if test "${ac_cv_path_ESDCONFIG+set}" = set; then :
10135   $as_echo_n "(cached) " >&6
10136 else
10137   case $ESDCONFIG in
10138   [\\/]* | ?:[\\/]*)
10139   ac_cv_path_ESDCONFIG="$ESDCONFIG" # Let the user override the test with a path.
10140   ;;
10141   *)
10142   as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
10143 for as_dir in $PATH
10144 do
10145   IFS=$as_save_IFS
10146   test -z "$as_dir" && as_dir=.
10147     for ac_exec_ext in '' $ac_executable_extensions; do
10148   if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
10149     ac_cv_path_ESDCONFIG="$as_dir/$ac_word$ac_exec_ext"
10150     $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
10151     break 2
10152   fi
10153 done
10154   done
10155 IFS=$as_save_IFS
10156
10157   test -z "$ac_cv_path_ESDCONFIG" && ac_cv_path_ESDCONFIG="no"
10158   ;;
10159 esac
10160 fi
10161 ESDCONFIG=$ac_cv_path_ESDCONFIG
10162 if test -n "$ESDCONFIG"; then
10163   { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ESDCONFIG" >&5
10164 $as_echo "$ESDCONFIG" >&6; }
10165 else
10166   { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
10167 $as_echo "no" >&6; }
10168 fi
10169
10170
10171     if test "x$ESDCONFIG" != "xno"
10172     then
10173         ac_esd_incl=""
10174         for i in `$ESDCONFIG --cflags`
10175         do
10176             case "$i" in
10177                 -I*) ac_esd_incl="$ac_esd_incl $i";;
10178             esac
10179         done
10180         ac_esd_libs=`$ESDCONFIG --libs`
10181         CFLAGS="$CFLAGS $ac_esd_incl"
10182     fi
10183     ac_esd_libs=${ac_esd_libs:-"-lesd"}
10184     ac_fn_c_check_header_mongrel "$LINENO" "esd.h" "ac_cv_header_esd_h" "$ac_includes_default"
10185 if test "x$ac_cv_header_esd_h" = x""yes; then :
10186   { $as_echo "$as_me:${as_lineno-$LINENO}: checking for esd_open_sound in -lesd" >&5
10187 $as_echo_n "checking for esd_open_sound in -lesd... " >&6; }
10188 if test "${ac_cv_lib_esd_esd_open_sound+set}" = set; then :
10189   $as_echo_n "(cached) " >&6
10190 else
10191   ac_check_lib_save_LIBS=$LIBS
10192 LIBS="-lesd $ac_esd_libs $LIBS"
10193 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
10194 /* end confdefs.h.  */
10195
10196 /* Override any GCC internal prototype to avoid an error.
10197    Use char because int might match the return type of a GCC
10198    builtin and then its argument prototype would still apply.  */
10199 #ifdef __cplusplus
10200 extern "C"
10201 #endif
10202 char esd_open_sound ();
10203 int
10204 main ()
10205 {
10206 return esd_open_sound ();
10207   ;
10208   return 0;
10209 }
10210 _ACEOF
10211 if ac_fn_c_try_link "$LINENO"; then :
10212   ac_cv_lib_esd_esd_open_sound=yes
10213 else
10214   ac_cv_lib_esd_esd_open_sound=no
10215 fi
10216 rm -f core conftest.err conftest.$ac_objext \
10217     conftest$ac_exeext conftest.$ac_ext
10218 LIBS=$ac_check_lib_save_LIBS
10219 fi
10220 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_esd_esd_open_sound" >&5
10221 $as_echo "$ac_cv_lib_esd_esd_open_sound" >&6; }
10222 if test "x$ac_cv_lib_esd_esd_open_sound" = x""yes; then :
10223   ESDINCL="$ac_esd_incl"
10224
10225              ESDLIBS="$ac_esd_libs"
10226
10227
10228 $as_echo "#define HAVE_ESD 1" >>confdefs.h
10229
10230 fi
10231
10232 fi
10233
10234
10235     CFLAGS="$save_CFLAGS"
10236 fi
10237
10238 ALSALIBS=""
10239
10240 if test "$ac_cv_header_sys_asoundlib_h" = "yes" -o "$ac_cv_header_alsa_asoundlib_h" = "yes"
10241 then
10242     { $as_echo "$as_me:${as_lineno-$LINENO}: checking for snd_pcm_hw_params_get_access in -lasound" >&5
10243 $as_echo_n "checking for snd_pcm_hw_params_get_access in -lasound... " >&6; }
10244 if test "${ac_cv_lib_asound_snd_pcm_hw_params_get_access+set}" = set; then :
10245   $as_echo_n "(cached) " >&6
10246 else
10247   ac_check_lib_save_LIBS=$LIBS
10248 LIBS="-lasound  $LIBS"
10249 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
10250 /* end confdefs.h.  */
10251
10252 /* Override any GCC internal prototype to avoid an error.
10253    Use char because int might match the return type of a GCC
10254    builtin and then its argument prototype would still apply.  */
10255 #ifdef __cplusplus
10256 extern "C"
10257 #endif
10258 char snd_pcm_hw_params_get_access ();
10259 int
10260 main ()
10261 {
10262 return snd_pcm_hw_params_get_access ();
10263   ;
10264   return 0;
10265 }
10266 _ACEOF
10267 if ac_fn_c_try_link "$LINENO"; then :
10268   ac_cv_lib_asound_snd_pcm_hw_params_get_access=yes
10269 else
10270   ac_cv_lib_asound_snd_pcm_hw_params_get_access=no
10271 fi
10272 rm -f core conftest.err conftest.$ac_objext \
10273     conftest$ac_exeext conftest.$ac_ext
10274 LIBS=$ac_check_lib_save_LIBS
10275 fi
10276 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_asound_snd_pcm_hw_params_get_access" >&5
10277 $as_echo "$ac_cv_lib_asound_snd_pcm_hw_params_get_access" >&6; }
10278 if test "x$ac_cv_lib_asound_snd_pcm_hw_params_get_access" = x""yes; then :
10279   cat confdefs.h - <<_ACEOF >conftest.$ac_ext
10280 /* end confdefs.h.  */
10281 #ifdef HAVE_ALSA_ASOUNDLIB_H
10282 #include <alsa/asoundlib.h>
10283 #elif defined(HAVE_SYS_ASOUNDLIB_H)
10284 #include <sys/asoundlib.h>
10285 #endif
10286 int
10287 main ()
10288 {
10289 int ret = snd_pcm_hw_params_get_access(NULL, NULL)
10290   ;
10291   return 0;
10292 }
10293 _ACEOF
10294 if ac_fn_c_try_compile "$LINENO"; then :
10295
10296 $as_echo "#define HAVE_ALSA 1" >>confdefs.h
10297
10298                          ALSALIBS="-lasound"
10299 fi
10300 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
10301 fi
10302
10303 fi
10304
10305 AUDIOIOLIBS=""
10306
10307 if test "$ac_cv_header_libaudioio_h" = "yes"
10308 then
10309     { $as_echo "$as_me:${as_lineno-$LINENO}: checking for AudioIOGetVersion in -laudioio" >&5
10310 $as_echo_n "checking for AudioIOGetVersion in -laudioio... " >&6; }
10311 if test "${ac_cv_lib_audioio_AudioIOGetVersion+set}" = set; then :
10312   $as_echo_n "(cached) " >&6
10313 else
10314   ac_check_lib_save_LIBS=$LIBS
10315 LIBS="-laudioio  $LIBS"
10316 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
10317 /* end confdefs.h.  */
10318
10319 /* Override any GCC internal prototype to avoid an error.
10320    Use char because int might match the return type of a GCC
10321    builtin and then its argument prototype would still apply.  */
10322 #ifdef __cplusplus
10323 extern "C"
10324 #endif
10325 char AudioIOGetVersion ();
10326 int
10327 main ()
10328 {
10329 return AudioIOGetVersion ();
10330   ;
10331   return 0;
10332 }
10333 _ACEOF
10334 if ac_fn_c_try_link "$LINENO"; then :
10335   ac_cv_lib_audioio_AudioIOGetVersion=yes
10336 else
10337   ac_cv_lib_audioio_AudioIOGetVersion=no
10338 fi
10339 rm -f core conftest.err conftest.$ac_objext \
10340     conftest$ac_exeext conftest.$ac_ext
10341 LIBS=$ac_check_lib_save_LIBS
10342 fi
10343 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_audioio_AudioIOGetVersion" >&5
10344 $as_echo "$ac_cv_lib_audioio_AudioIOGetVersion" >&6; }
10345 if test "x$ac_cv_lib_audioio_AudioIOGetVersion" = x""yes; then :
10346   AUDIOIOLIBS="-laudioio"
10347
10348 $as_echo "#define HAVE_LIBAUDIOIO 1" >>confdefs.h
10349
10350 fi
10351
10352 fi
10353
10354
10355 if test "$ac_cv_header_capi20_h" = "yes" -a "$ac_cv_header_linux_capi_h" = "yes"
10356 then
10357     { $as_echo "$as_me:${as_lineno-$LINENO}: checking for -lcapi20" >&5
10358 $as_echo_n "checking for -lcapi20... " >&6; }
10359 if test "${ac_cv_lib_soname_capi20+set}" = set; then :
10360   $as_echo_n "(cached) " >&6
10361 else
10362   ac_check_soname_save_LIBS=$LIBS
10363 LIBS="-lcapi20  $LIBS"
10364   cat confdefs.h - <<_ACEOF >conftest.$ac_ext
10365 /* end confdefs.h.  */
10366
10367 /* Override any GCC internal prototype to avoid an error.
10368    Use char because int might match the return type of a GCC
10369    builtin and then its argument prototype would still apply.  */
10370 #ifdef __cplusplus
10371 extern "C"
10372 #endif
10373 char capi20_register ();
10374 int
10375 main ()
10376 {
10377 return capi20_register ();
10378   ;
10379   return 0;
10380 }
10381 _ACEOF
10382 if ac_fn_c_try_link "$LINENO"; then :
10383   case "$LIBEXT" in
10384     dll) ;;
10385     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'` ;;
10386     *) ac_cv_lib_soname_capi20=`$ac_cv_path_LDD conftest$ac_exeext | grep "libcapi20\\.$LIBEXT" | sed -e "s/^.*\(libcapi20\.$LIBEXT[^    ]*\).*$/\1/"';2,$d'` ;;
10387   esac
10388 fi
10389 rm -f core conftest.err conftest.$ac_objext \
10390     conftest$ac_exeext conftest.$ac_ext
10391   LIBS=$ac_check_soname_save_LIBS
10392 fi
10393 if test "x$ac_cv_lib_soname_capi20" = "x"; then :
10394   { $as_echo "$as_me:${as_lineno-$LINENO}: result: not found" >&5
10395 $as_echo "not found" >&6; }
10396
10397 else
10398   { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_soname_capi20" >&5
10399 $as_echo "$ac_cv_lib_soname_capi20" >&6; }
10400
10401 cat >>confdefs.h <<_ACEOF
10402 #define SONAME_LIBCAPI20 "$ac_cv_lib_soname_capi20"
10403 _ACEOF
10404
10405
10406 fi
10407 fi
10408 if test "x$ac_cv_lib_soname_capi20" = "x"; then :
10409   case "x$with_capi" in
10410   x)   wine_notices="$wine_notices|libcapi20 ${notice_platform}development files not found, ISDN won't be supported." ;;
10411   xno) ;;
10412   *)   as_fn_error "libcapi20 ${notice_platform}development files not found, ISDN won't be supported.
10413 This is an error since --with-capi was requested." "$LINENO" 5 ;;
10414 esac
10415 fi
10416
10417 CUPSINCL=""
10418
10419 if test "x$with_cups" != "xno"
10420 then
10421     ac_save_CPPFLAGS="$CPPFLAGS"
10422     ac_cups_cflags=`cups-config --cflags 2>/dev/null`
10423     ac_cups_libs=`cups-config --ldflags 2>/dev/null`
10424     CPPFLAGS="$CPPFLAGS $ac_cups_cflags"
10425     for ac_header in cups/cups.h
10426 do :
10427   ac_fn_c_check_header_mongrel "$LINENO" "cups/cups.h" "ac_cv_header_cups_cups_h" "$ac_includes_default"
10428 if test "x$ac_cv_header_cups_cups_h" = x""yes; then :
10429   cat >>confdefs.h <<_ACEOF
10430 #define HAVE_CUPS_CUPS_H 1
10431 _ACEOF
10432  { $as_echo "$as_me:${as_lineno-$LINENO}: checking for -lcups" >&5
10433 $as_echo_n "checking for -lcups... " >&6; }
10434 if test "${ac_cv_lib_soname_cups+set}" = set; then :
10435   $as_echo_n "(cached) " >&6
10436 else
10437   ac_check_soname_save_LIBS=$LIBS
10438 LIBS="-lcups $ac_cups_libs $LIBS"
10439   cat confdefs.h - <<_ACEOF >conftest.$ac_ext
10440 /* end confdefs.h.  */
10441
10442 /* Override any GCC internal prototype to avoid an error.
10443    Use char because int might match the return type of a GCC
10444    builtin and then its argument prototype would still apply.  */
10445 #ifdef __cplusplus
10446 extern "C"
10447 #endif
10448 char cupsGetDefault ();
10449 int
10450 main ()
10451 {
10452 return cupsGetDefault ();
10453   ;
10454   return 0;
10455 }
10456 _ACEOF
10457 if ac_fn_c_try_link "$LINENO"; then :
10458   case "$LIBEXT" in
10459     dll) ;;
10460     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'` ;;
10461     *) ac_cv_lib_soname_cups=`$ac_cv_path_LDD conftest$ac_exeext | grep "libcups\\.$LIBEXT" | sed -e "s/^.*\(libcups\.$LIBEXT[^  ]*\).*$/\1/"';2,$d'` ;;
10462   esac
10463 fi
10464 rm -f core conftest.err conftest.$ac_objext \
10465     conftest$ac_exeext conftest.$ac_ext
10466   LIBS=$ac_check_soname_save_LIBS
10467 fi
10468 if test "x$ac_cv_lib_soname_cups" = "x"; then :
10469   { $as_echo "$as_me:${as_lineno-$LINENO}: result: not found" >&5
10470 $as_echo "not found" >&6; }
10471
10472 else
10473   { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_soname_cups" >&5
10474 $as_echo "$ac_cv_lib_soname_cups" >&6; }
10475
10476 cat >>confdefs.h <<_ACEOF
10477 #define SONAME_LIBCUPS "$ac_cv_lib_soname_cups"
10478 _ACEOF
10479
10480        CUPSINCL="$ac_cups_cflags"
10481 fi
10482 fi
10483
10484 done
10485
10486     CPPFLAGS="$ac_save_CPPFLAGS"
10487 fi
10488 if test "x$ac_cv_lib_soname_cups" = "x"; then :
10489   case "x$with_cups" in
10490   x)   wine_notices="$wine_notices|libcups ${notice_platform}development files not found, CUPS won't be supported." ;;
10491   xno) ;;
10492   *)   as_fn_error "libcups ${notice_platform}development files not found, CUPS won't be supported.
10493 This is an error since --with-cups was requested." "$LINENO" 5 ;;
10494 esac
10495 fi
10496
10497 if test "$ac_cv_header_jack_jack_h" = "yes"
10498 then
10499     { $as_echo "$as_me:${as_lineno-$LINENO}: checking for -ljack" >&5
10500 $as_echo_n "checking for -ljack... " >&6; }
10501 if test "${ac_cv_lib_soname_jack+set}" = set; then :
10502   $as_echo_n "(cached) " >&6
10503 else
10504   ac_check_soname_save_LIBS=$LIBS
10505 LIBS="-ljack  $LIBS"
10506   cat confdefs.h - <<_ACEOF >conftest.$ac_ext
10507 /* end confdefs.h.  */
10508
10509 /* Override any GCC internal prototype to avoid an error.
10510    Use char because int might match the return type of a GCC
10511    builtin and then its argument prototype would still apply.  */
10512 #ifdef __cplusplus
10513 extern "C"
10514 #endif
10515 char jack_client_new ();
10516 int
10517 main ()
10518 {
10519 return jack_client_new ();
10520   ;
10521   return 0;
10522 }
10523 _ACEOF
10524 if ac_fn_c_try_link "$LINENO"; then :
10525   case "$LIBEXT" in
10526     dll) ;;
10527     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'` ;;
10528     *) 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'` ;;
10529   esac
10530 fi
10531 rm -f core conftest.err conftest.$ac_objext \
10532     conftest$ac_exeext conftest.$ac_ext
10533   LIBS=$ac_check_soname_save_LIBS
10534 fi
10535 if test "x$ac_cv_lib_soname_jack" = "x"; then :
10536   { $as_echo "$as_me:${as_lineno-$LINENO}: result: not found" >&5
10537 $as_echo "not found" >&6; }
10538
10539 else
10540   { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_soname_jack" >&5
10541 $as_echo "$ac_cv_lib_soname_jack" >&6; }
10542
10543 cat >>confdefs.h <<_ACEOF
10544 #define SONAME_LIBJACK "$ac_cv_lib_soname_jack"
10545 _ACEOF
10546
10547
10548 fi
10549 fi
10550
10551 if test "$ac_cv_header_fontconfig_fontconfig_h" = "yes"
10552 then
10553     { $as_echo "$as_me:${as_lineno-$LINENO}: checking for -lfontconfig" >&5
10554 $as_echo_n "checking for -lfontconfig... " >&6; }
10555 if test "${ac_cv_lib_soname_fontconfig+set}" = set; then :
10556   $as_echo_n "(cached) " >&6
10557 else
10558   ac_check_soname_save_LIBS=$LIBS
10559 LIBS="-lfontconfig  $LIBS"
10560   cat confdefs.h - <<_ACEOF >conftest.$ac_ext
10561 /* end confdefs.h.  */
10562
10563 /* Override any GCC internal prototype to avoid an error.
10564    Use char because int might match the return type of a GCC
10565    builtin and then its argument prototype would still apply.  */
10566 #ifdef __cplusplus
10567 extern "C"
10568 #endif
10569 char FcInit ();
10570 int
10571 main ()
10572 {
10573 return FcInit ();
10574   ;
10575   return 0;
10576 }
10577 _ACEOF
10578 if ac_fn_c_try_link "$LINENO"; then :
10579   case "$LIBEXT" in
10580     dll) ;;
10581     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'` ;;
10582     *) ac_cv_lib_soname_fontconfig=`$ac_cv_path_LDD conftest$ac_exeext | grep "libfontconfig\\.$LIBEXT" | sed -e "s/^.*\(libfontconfig\.$LIBEXT[^        ]*\).*$/\1/"';2,$d'` ;;
10583   esac
10584 fi
10585 rm -f core conftest.err conftest.$ac_objext \
10586     conftest$ac_exeext conftest.$ac_ext
10587   LIBS=$ac_check_soname_save_LIBS
10588 fi
10589 if test "x$ac_cv_lib_soname_fontconfig" = "x"; then :
10590   { $as_echo "$as_me:${as_lineno-$LINENO}: result: not found" >&5
10591 $as_echo "not found" >&6; }
10592
10593 else
10594   { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_soname_fontconfig" >&5
10595 $as_echo "$ac_cv_lib_soname_fontconfig" >&6; }
10596
10597 cat >>confdefs.h <<_ACEOF
10598 #define SONAME_LIBFONTCONFIG "$ac_cv_lib_soname_fontconfig"
10599 _ACEOF
10600
10601
10602 fi
10603 elif test -n "$X_CFLAGS" -a "x$with_fontconfig" != "xno"
10604 then
10605         ac_save_CPPFLAGS="$CPPFLAGS"
10606     CPPFLAGS="$CPPFLAGS $X_CFLAGS"
10607     $as_unset ac_cv_header_fontconfig_fontconfig_h
10608     for ac_header in fontconfig/fontconfig.h
10609 do :
10610   ac_fn_c_check_header_mongrel "$LINENO" "fontconfig/fontconfig.h" "ac_cv_header_fontconfig_fontconfig_h" "$ac_includes_default"
10611 if test "x$ac_cv_header_fontconfig_fontconfig_h" = x""yes; then :
10612   cat >>confdefs.h <<_ACEOF
10613 #define HAVE_FONTCONFIG_FONTCONFIG_H 1
10614 _ACEOF
10615
10616 fi
10617
10618 done
10619
10620     CPPFLAGS="$ac_save_CPPFLAGS"
10621     if test "$ac_cv_header_fontconfig_fontconfig_h" = "yes"
10622     then
10623         FONTCONFIGINCL="$X_CFLAGS"
10624
10625         { $as_echo "$as_me:${as_lineno-$LINENO}: checking for -lfontconfig" >&5
10626 $as_echo_n "checking for -lfontconfig... " >&6; }
10627 if test "${ac_cv_lib_soname_fontconfig+set}" = set; then :
10628   $as_echo_n "(cached) " >&6
10629 else
10630   ac_check_soname_save_LIBS=$LIBS
10631 LIBS="-lfontconfig $X_LIBS $LIBS"
10632   cat confdefs.h - <<_ACEOF >conftest.$ac_ext
10633 /* end confdefs.h.  */
10634
10635 /* Override any GCC internal prototype to avoid an error.
10636    Use char because int might match the return type of a GCC
10637    builtin and then its argument prototype would still apply.  */
10638 #ifdef __cplusplus
10639 extern "C"
10640 #endif
10641 char FcInit ();
10642 int
10643 main ()
10644 {
10645 return FcInit ();
10646   ;
10647   return 0;
10648 }
10649 _ACEOF
10650 if ac_fn_c_try_link "$LINENO"; then :
10651   case "$LIBEXT" in
10652     dll) ;;
10653     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'` ;;
10654     *) ac_cv_lib_soname_fontconfig=`$ac_cv_path_LDD conftest$ac_exeext | grep "libfontconfig\\.$LIBEXT" | sed -e "s/^.*\(libfontconfig\.$LIBEXT[^        ]*\).*$/\1/"';2,$d'` ;;
10655   esac
10656 fi
10657 rm -f core conftest.err conftest.$ac_objext \
10658     conftest$ac_exeext conftest.$ac_ext
10659   LIBS=$ac_check_soname_save_LIBS
10660 fi
10661 if test "x$ac_cv_lib_soname_fontconfig" = "x"; then :
10662   { $as_echo "$as_me:${as_lineno-$LINENO}: result: not found" >&5
10663 $as_echo "not found" >&6; }
10664
10665 else
10666   { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_soname_fontconfig" >&5
10667 $as_echo "$ac_cv_lib_soname_fontconfig" >&6; }
10668
10669 cat >>confdefs.h <<_ACEOF
10670 #define SONAME_LIBFONTCONFIG "$ac_cv_lib_soname_fontconfig"
10671 _ACEOF
10672
10673
10674 fi
10675     fi
10676 fi
10677 if test "x$ac_cv_lib_soname_fontconfig" = "x"; then :
10678   case "x$with_fontconfig" in
10679   x)   wine_notices="$wine_notices|fontconfig ${notice_platform}development files not found, fontconfig won't be supported." ;;
10680   xno) ;;
10681   *)   as_fn_error "fontconfig ${notice_platform}development files not found, fontconfig won't be supported.
10682 This is an error since --with-fontconfig was requested." "$LINENO" 5 ;;
10683 esac
10684 fi
10685
10686 if test "$ac_cv_header_openssl_err_h" = "yes" -a "$ac_cv_header_openssl_ssl_h" = "yes"
10687 then
10688     { $as_echo "$as_me:${as_lineno-$LINENO}: checking for -lssl" >&5
10689 $as_echo_n "checking for -lssl... " >&6; }
10690 if test "${ac_cv_lib_soname_ssl+set}" = set; then :
10691   $as_echo_n "(cached) " >&6
10692 else
10693   ac_check_soname_save_LIBS=$LIBS
10694 LIBS="-lssl  $LIBS"
10695   cat confdefs.h - <<_ACEOF >conftest.$ac_ext
10696 /* end confdefs.h.  */
10697
10698 /* Override any GCC internal prototype to avoid an error.
10699    Use char because int might match the return type of a GCC
10700    builtin and then its argument prototype would still apply.  */
10701 #ifdef __cplusplus
10702 extern "C"
10703 #endif
10704 char SSL_library_init ();
10705 int
10706 main ()
10707 {
10708 return SSL_library_init ();
10709   ;
10710   return 0;
10711 }
10712 _ACEOF
10713 if ac_fn_c_try_link "$LINENO"; then :
10714   case "$LIBEXT" in
10715     dll) ;;
10716     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'` ;;
10717     *) ac_cv_lib_soname_ssl=`$ac_cv_path_LDD conftest$ac_exeext | grep "libssl\\.$LIBEXT" | sed -e "s/^.*\(libssl\.$LIBEXT[^     ]*\).*$/\1/"';2,$d'` ;;
10718   esac
10719 fi
10720 rm -f core conftest.err conftest.$ac_objext \
10721     conftest$ac_exeext conftest.$ac_ext
10722   LIBS=$ac_check_soname_save_LIBS
10723 fi
10724 if test "x$ac_cv_lib_soname_ssl" = "x"; then :
10725   { $as_echo "$as_me:${as_lineno-$LINENO}: result: not found" >&5
10726 $as_echo "not found" >&6; }
10727
10728 else
10729   { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_soname_ssl" >&5
10730 $as_echo "$ac_cv_lib_soname_ssl" >&6; }
10731
10732 cat >>confdefs.h <<_ACEOF
10733 #define SONAME_LIBSSL "$ac_cv_lib_soname_ssl"
10734 _ACEOF
10735
10736
10737 fi
10738     { $as_echo "$as_me:${as_lineno-$LINENO}: checking for -lcrypto" >&5
10739 $as_echo_n "checking for -lcrypto... " >&6; }
10740 if test "${ac_cv_lib_soname_crypto+set}" = set; then :
10741   $as_echo_n "(cached) " >&6
10742 else
10743   ac_check_soname_save_LIBS=$LIBS
10744 LIBS="-lcrypto  $LIBS"
10745   cat confdefs.h - <<_ACEOF >conftest.$ac_ext
10746 /* end confdefs.h.  */
10747
10748 /* Override any GCC internal prototype to avoid an error.
10749    Use char because int might match the return type of a GCC
10750    builtin and then its argument prototype would still apply.  */
10751 #ifdef __cplusplus
10752 extern "C"
10753 #endif
10754 char BIO_new_socket ();
10755 int
10756 main ()
10757 {
10758 return BIO_new_socket ();
10759   ;
10760   return 0;
10761 }
10762 _ACEOF
10763 if ac_fn_c_try_link "$LINENO"; then :
10764   case "$LIBEXT" in
10765     dll) ;;
10766     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'` ;;
10767     *) ac_cv_lib_soname_crypto=`$ac_cv_path_LDD conftest$ac_exeext | grep "libcrypto\\.$LIBEXT" | sed -e "s/^.*\(libcrypto\.$LIBEXT[^    ]*\).*$/\1/"';2,$d'` ;;
10768   esac
10769 fi
10770 rm -f core conftest.err conftest.$ac_objext \
10771     conftest$ac_exeext conftest.$ac_ext
10772   LIBS=$ac_check_soname_save_LIBS
10773 fi
10774 if test "x$ac_cv_lib_soname_crypto" = "x"; then :
10775   { $as_echo "$as_me:${as_lineno-$LINENO}: result: not found" >&5
10776 $as_echo "not found" >&6; }
10777
10778 else
10779   { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_soname_crypto" >&5
10780 $as_echo "$ac_cv_lib_soname_crypto" >&6; }
10781
10782 cat >>confdefs.h <<_ACEOF
10783 #define SONAME_LIBCRYPTO "$ac_cv_lib_soname_crypto"
10784 _ACEOF
10785
10786
10787 fi
10788 fi
10789 if test "x$ac_cv_lib_soname_ssl" = "x" -o "x$ac_cv_lib_soname_crypto" = "x"; then :
10790   case "x$with_openssl" in
10791   x)   wine_warnings="$wine_warnings|OpenSSL ${notice_platform}development files not found, SSL won't be supported." ;;
10792   xno) ;;
10793   *)   as_fn_error "OpenSSL ${notice_platform}development files not found, SSL won't be supported.
10794 This is an error since --with-openssl was requested." "$LINENO" 5 ;;
10795 esac
10796 fi
10797
10798 if test "$ac_cv_header_gsm_h" = "yes" -o "$ac_cv_header_gsm_gsm_h" = "yes"
10799 then
10800     { $as_echo "$as_me:${as_lineno-$LINENO}: checking for -lgsm" >&5
10801 $as_echo_n "checking for -lgsm... " >&6; }
10802 if test "${ac_cv_lib_soname_gsm+set}" = set; then :
10803   $as_echo_n "(cached) " >&6
10804 else
10805   ac_check_soname_save_LIBS=$LIBS
10806 LIBS="-lgsm  $LIBS"
10807   cat confdefs.h - <<_ACEOF >conftest.$ac_ext
10808 /* end confdefs.h.  */
10809
10810 /* Override any GCC internal prototype to avoid an error.
10811    Use char because int might match the return type of a GCC
10812    builtin and then its argument prototype would still apply.  */
10813 #ifdef __cplusplus
10814 extern "C"
10815 #endif
10816 char gsm_create ();
10817 int
10818 main ()
10819 {
10820 return gsm_create ();
10821   ;
10822   return 0;
10823 }
10824 _ACEOF
10825 if ac_fn_c_try_link "$LINENO"; then :
10826   case "$LIBEXT" in
10827     dll) ;;
10828     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'` ;;
10829     *) ac_cv_lib_soname_gsm=`$ac_cv_path_LDD conftest$ac_exeext | grep "libgsm\\.$LIBEXT" | sed -e "s/^.*\(libgsm\.$LIBEXT[^     ]*\).*$/\1/"';2,$d'` ;;
10830   esac
10831 fi
10832 rm -f core conftest.err conftest.$ac_objext \
10833     conftest$ac_exeext conftest.$ac_ext
10834   LIBS=$ac_check_soname_save_LIBS
10835 fi
10836 if test "x$ac_cv_lib_soname_gsm" = "x"; then :
10837   { $as_echo "$as_me:${as_lineno-$LINENO}: result: not found" >&5
10838 $as_echo "not found" >&6; }
10839
10840 else
10841   { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_soname_gsm" >&5
10842 $as_echo "$ac_cv_lib_soname_gsm" >&6; }
10843
10844 cat >>confdefs.h <<_ACEOF
10845 #define SONAME_LIBGSM "$ac_cv_lib_soname_gsm"
10846 _ACEOF
10847
10848
10849 fi
10850 fi
10851 if test "x$ac_cv_lib_soname_gsm" = "x"; then :
10852   case "x$with_libgsm" in
10853   x)   wine_warnings="$wine_warnings|libgsm ${notice_platform}development files not found, gsm 06.10 codec won't be supported." ;;
10854   xno) ;;
10855   *)   as_fn_error "libgsm ${notice_platform}development files not found, gsm 06.10 codec won't be supported.
10856 This is an error since --with-libgsm was requested." "$LINENO" 5 ;;
10857 esac
10858 fi
10859
10860 if test "$ac_cv_header_jpeglib_h" = "yes"
10861 then
10862     { $as_echo "$as_me:${as_lineno-$LINENO}: checking for -ljpeg" >&5
10863 $as_echo_n "checking for -ljpeg... " >&6; }
10864 if test "${ac_cv_lib_soname_jpeg+set}" = set; then :
10865   $as_echo_n "(cached) " >&6
10866 else
10867   ac_check_soname_save_LIBS=$LIBS
10868 LIBS="-ljpeg  $LIBS"
10869   cat confdefs.h - <<_ACEOF >conftest.$ac_ext
10870 /* end confdefs.h.  */
10871
10872 /* Override any GCC internal prototype to avoid an error.
10873    Use char because int might match the return type of a GCC
10874    builtin and then its argument prototype would still apply.  */
10875 #ifdef __cplusplus
10876 extern "C"
10877 #endif
10878 char jpeg_start_decompress ();
10879 int
10880 main ()
10881 {
10882 return jpeg_start_decompress ();
10883   ;
10884   return 0;
10885 }
10886 _ACEOF
10887 if ac_fn_c_try_link "$LINENO"; then :
10888   case "$LIBEXT" in
10889     dll) ;;
10890     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'` ;;
10891     *) ac_cv_lib_soname_jpeg=`$ac_cv_path_LDD conftest$ac_exeext | grep "libjpeg\\.$LIBEXT" | sed -e "s/^.*\(libjpeg\.$LIBEXT[^  ]*\).*$/\1/"';2,$d'` ;;
10892   esac
10893 fi
10894 rm -f core conftest.err conftest.$ac_objext \
10895     conftest$ac_exeext conftest.$ac_ext
10896   LIBS=$ac_check_soname_save_LIBS
10897 fi
10898 if test "x$ac_cv_lib_soname_jpeg" = "x"; then :
10899   { $as_echo "$as_me:${as_lineno-$LINENO}: result: not found" >&5
10900 $as_echo "not found" >&6; }
10901
10902 else
10903   { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_soname_jpeg" >&5
10904 $as_echo "$ac_cv_lib_soname_jpeg" >&6; }
10905
10906 cat >>confdefs.h <<_ACEOF
10907 #define SONAME_LIBJPEG "$ac_cv_lib_soname_jpeg"
10908 _ACEOF
10909
10910
10911 fi
10912 fi
10913 if test "x$ac_cv_lib_soname_jpeg" = "x"; then :
10914   case "x$with_jpeg" in
10915   x)   wine_warnings="$wine_warnings|libjpeg ${notice_platform}development files not found, JPEG won't be supported." ;;
10916   xno) ;;
10917   *)   as_fn_error "libjpeg ${notice_platform}development files not found, JPEG won't be supported.
10918 This is an error since --with-jpeg was requested." "$LINENO" 5 ;;
10919 esac
10920 fi
10921
10922 if test "$ac_cv_header_png_h" = "yes"
10923 then
10924     { $as_echo "$as_me:${as_lineno-$LINENO}: checking for -lpng" >&5
10925 $as_echo_n "checking for -lpng... " >&6; }
10926 if test "${ac_cv_lib_soname_png+set}" = set; then :
10927   $as_echo_n "(cached) " >&6
10928 else
10929   ac_check_soname_save_LIBS=$LIBS
10930 LIBS="-lpng -lm -lz $LIBS"
10931   cat confdefs.h - <<_ACEOF >conftest.$ac_ext
10932 /* end confdefs.h.  */
10933
10934 /* Override any GCC internal prototype to avoid an error.
10935    Use char because int might match the return type of a GCC
10936    builtin and then its argument prototype would still apply.  */
10937 #ifdef __cplusplus
10938 extern "C"
10939 #endif
10940 char png_create_read_struct ();
10941 int
10942 main ()
10943 {
10944 return png_create_read_struct ();
10945   ;
10946   return 0;
10947 }
10948 _ACEOF
10949 if ac_fn_c_try_link "$LINENO"; then :
10950   case "$LIBEXT" in
10951     dll) ;;
10952     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'` ;;
10953     *) 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'` ;;
10954   esac
10955 fi
10956 rm -f core conftest.err conftest.$ac_objext \
10957     conftest$ac_exeext conftest.$ac_ext
10958   LIBS=$ac_check_soname_save_LIBS
10959 fi
10960 if test "x$ac_cv_lib_soname_png" = "x"; then :
10961   { $as_echo "$as_me:${as_lineno-$LINENO}: result: not found" >&5
10962 $as_echo "not found" >&6; }
10963
10964 else
10965   { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_soname_png" >&5
10966 $as_echo "$ac_cv_lib_soname_png" >&6; }
10967
10968 cat >>confdefs.h <<_ACEOF
10969 #define SONAME_LIBPNG "$ac_cv_lib_soname_png"
10970 _ACEOF
10971
10972
10973 fi
10974 elif test -n "$X_CFLAGS" -a "x$with_png" != "xno"
10975 then
10976         ac_save_CPPFLAGS="$CPPFLAGS"
10977     CPPFLAGS="$CPPFLAGS $X_CFLAGS"
10978     $as_unset ac_cv_header_png_h
10979     for ac_header in png.h
10980 do :
10981   ac_fn_c_check_header_mongrel "$LINENO" "png.h" "ac_cv_header_png_h" "$ac_includes_default"
10982 if test "x$ac_cv_header_png_h" = x""yes; then :
10983   cat >>confdefs.h <<_ACEOF
10984 #define HAVE_PNG_H 1
10985 _ACEOF
10986
10987 fi
10988
10989 done
10990
10991     CPPFLAGS="$ac_save_CPPFLAGS"
10992     if test "$ac_cv_header_png_h" = "yes"
10993     then
10994         PNGINCL="$X_CFLAGS"
10995
10996         { $as_echo "$as_me:${as_lineno-$LINENO}: checking for -lpng" >&5
10997 $as_echo_n "checking for -lpng... " >&6; }
10998 if test "${ac_cv_lib_soname_png+set}" = set; then :
10999   $as_echo_n "(cached) " >&6
11000 else
11001   ac_check_soname_save_LIBS=$LIBS
11002 LIBS="-lpng $X_LIBS -lm -lz $LIBS"
11003   cat confdefs.h - <<_ACEOF >conftest.$ac_ext
11004 /* end confdefs.h.  */
11005
11006 /* Override any GCC internal prototype to avoid an error.
11007    Use char because int might match the return type of a GCC
11008    builtin and then its argument prototype would still apply.  */
11009 #ifdef __cplusplus
11010 extern "C"
11011 #endif
11012 char png_create_read_struct ();
11013 int
11014 main ()
11015 {
11016 return png_create_read_struct ();
11017   ;
11018   return 0;
11019 }
11020 _ACEOF
11021 if ac_fn_c_try_link "$LINENO"; then :
11022   case "$LIBEXT" in
11023     dll) ;;
11024     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'` ;;
11025     *) 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'` ;;
11026   esac
11027 fi
11028 rm -f core conftest.err conftest.$ac_objext \
11029     conftest$ac_exeext conftest.$ac_ext
11030   LIBS=$ac_check_soname_save_LIBS
11031 fi
11032 if test "x$ac_cv_lib_soname_png" = "x"; then :
11033   { $as_echo "$as_me:${as_lineno-$LINENO}: result: not found" >&5
11034 $as_echo "not found" >&6; }
11035
11036 else
11037   { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_soname_png" >&5
11038 $as_echo "$ac_cv_lib_soname_png" >&6; }
11039
11040 cat >>confdefs.h <<_ACEOF
11041 #define SONAME_LIBPNG "$ac_cv_lib_soname_png"
11042 _ACEOF
11043
11044
11045 fi
11046     fi
11047 fi
11048 if test "x$ac_cv_lib_soname_png" = "x"; then :
11049   case "x$with_png" in
11050   x)   wine_warnings="$wine_warnings|libpng ${notice_platform}development files not found, PNG won't be supported." ;;
11051   xno) ;;
11052   *)   as_fn_error "libpng ${notice_platform}development files not found, PNG won't be supported.
11053 This is an error since --with-png was requested." "$LINENO" 5 ;;
11054 esac
11055 fi
11056
11057 if test "$ac_cv_header_kstat_h" = "yes"
11058 then
11059     { $as_echo "$as_me:${as_lineno-$LINENO}: checking for kstat_open in -lkstat" >&5
11060 $as_echo_n "checking for kstat_open in -lkstat... " >&6; }
11061 if test "${ac_cv_lib_kstat_kstat_open+set}" = set; then :
11062   $as_echo_n "(cached) " >&6
11063 else
11064   ac_check_lib_save_LIBS=$LIBS
11065 LIBS="-lkstat  $LIBS"
11066 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
11067 /* end confdefs.h.  */
11068
11069 /* Override any GCC internal prototype to avoid an error.
11070    Use char because int might match the return type of a GCC
11071    builtin and then its argument prototype would still apply.  */
11072 #ifdef __cplusplus
11073 extern "C"
11074 #endif
11075 char kstat_open ();
11076 int
11077 main ()
11078 {
11079 return kstat_open ();
11080   ;
11081   return 0;
11082 }
11083 _ACEOF
11084 if ac_fn_c_try_link "$LINENO"; then :
11085   ac_cv_lib_kstat_kstat_open=yes
11086 else
11087   ac_cv_lib_kstat_kstat_open=no
11088 fi
11089 rm -f core conftest.err conftest.$ac_objext \
11090     conftest$ac_exeext conftest.$ac_ext
11091 LIBS=$ac_check_lib_save_LIBS
11092 fi
11093 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_kstat_kstat_open" >&5
11094 $as_echo "$ac_cv_lib_kstat_kstat_open" >&6; }
11095 if test "x$ac_cv_lib_kstat_kstat_open" = x""yes; then :
11096
11097 $as_echo "#define HAVE_LIBKSTAT 1" >>confdefs.h
11098
11099                   LIBKSTAT="-lkstat"
11100
11101 fi
11102
11103 fi
11104
11105 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for -lodbc" >&5
11106 $as_echo_n "checking for -lodbc... " >&6; }
11107 if test "${ac_cv_lib_soname_odbc+set}" = set; then :
11108   $as_echo_n "(cached) " >&6
11109 else
11110   ac_check_soname_save_LIBS=$LIBS
11111 LIBS="-lodbc  $LIBS"
11112   cat confdefs.h - <<_ACEOF >conftest.$ac_ext
11113 /* end confdefs.h.  */
11114
11115 /* Override any GCC internal prototype to avoid an error.
11116    Use char because int might match the return type of a GCC
11117    builtin and then its argument prototype would still apply.  */
11118 #ifdef __cplusplus
11119 extern "C"
11120 #endif
11121 char SQLConnect ();
11122 int
11123 main ()
11124 {
11125 return SQLConnect ();
11126   ;
11127   return 0;
11128 }
11129 _ACEOF
11130 if ac_fn_c_try_link "$LINENO"; then :
11131   case "$LIBEXT" in
11132     dll) ;;
11133     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'` ;;
11134     *) ac_cv_lib_soname_odbc=`$ac_cv_path_LDD conftest$ac_exeext | grep "libodbc\\.$LIBEXT" | sed -e "s/^.*\(libodbc\.$LIBEXT[^  ]*\).*$/\1/"';2,$d'` ;;
11135   esac
11136 fi
11137 rm -f core conftest.err conftest.$ac_objext \
11138     conftest$ac_exeext conftest.$ac_ext
11139   LIBS=$ac_check_soname_save_LIBS
11140 fi
11141 if test "x$ac_cv_lib_soname_odbc" = "x"; then :
11142   { $as_echo "$as_me:${as_lineno-$LINENO}: result: not found" >&5
11143 $as_echo "not found" >&6; }
11144        cat >>confdefs.h <<_ACEOF
11145 #define SONAME_LIBODBC "libodbc.$LIBEXT"
11146 _ACEOF
11147
11148 else
11149   { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_soname_odbc" >&5
11150 $as_echo "$ac_cv_lib_soname_odbc" >&6; }
11151
11152 cat >>confdefs.h <<_ACEOF
11153 #define SONAME_LIBODBC "$ac_cv_lib_soname_odbc"
11154 _ACEOF
11155
11156
11157 fi
11158
11159 if test "x$ALSALIBS$AUDIOIOLIBS$COREAUDIO$NASLIBS$ESDLIBS$ac_cv_lib_soname_jack" = "x" -a \
11160         "$ac_cv_header_sys_soundcard_h" != "yes" -a \
11161         "$ac_cv_header_machine_soundcard_h" != "yes" -a \
11162         "$ac_cv_header_soundcard_h" != "yes" -a \
11163         "x$with_alsa$with_audioio$with_coreaudio$with_nas$with_esd$with_jack$with_oss" != xnonononononono
11164 then
11165     wine_warnings="$wine_warnings|No sound system was found. Windows applications will be silent."
11166 fi
11167
11168
11169 EXTRACFLAGS=""
11170
11171 if test "x${GCC}" = "xyes"
11172 then
11173   EXTRACFLAGS="-Wall -pipe"
11174
11175     { $as_echo "$as_me:${as_lineno-$LINENO}: checking for gcc strength-reduce bug" >&5
11176 $as_echo_n "checking for gcc strength-reduce bug... " >&6; }
11177 if test "${ac_cv_c_gcc_strength_bug+set}" = set; then :
11178   $as_echo_n "(cached) " >&6
11179 else
11180   if test "$cross_compiling" = yes; then :
11181   ac_cv_c_gcc_strength_bug="yes"
11182 else
11183   cat confdefs.h - <<_ACEOF >conftest.$ac_ext
11184 /* end confdefs.h.  */
11185 int L[4] = {0,1,2,3};
11186 int
11187 main ()
11188 {
11189 static int Array[3];
11190   unsigned int B = 3;
11191   int i;
11192   for(i=0; i<B; i++) Array[i] = i - 3;
11193   for(i=0; i<4 - 1; i++) L[i] = L[i + 1];
11194   L[i] = 4;
11195   return (Array[1] != -2 || L[2] != 3)
11196   ;
11197   return 0;
11198 }
11199 _ACEOF
11200 if ac_fn_c_try_run "$LINENO"; then :
11201   ac_cv_c_gcc_strength_bug="no"
11202 else
11203   ac_cv_c_gcc_strength_bug="yes"
11204 fi
11205 rm -f core *.core core.conftest.* gmon.out bb.out conftest$ac_exeext \
11206   conftest.$ac_objext conftest.beam conftest.$ac_ext
11207 fi
11208
11209 fi
11210 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_c_gcc_strength_bug" >&5
11211 $as_echo "$ac_cv_c_gcc_strength_bug" >&6; }
11212   if test "$ac_cv_c_gcc_strength_bug" = "yes"
11213   then
11214     EXTRACFLAGS="$EXTRACFLAGS -fno-strength-reduce"
11215   fi
11216
11217     { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether the compiler supports -fno-builtin" >&5
11218 $as_echo_n "checking whether the compiler supports -fno-builtin... " >&6; }
11219 if test "${ac_cv_cflags__fno_builtin+set}" = set; then :
11220   $as_echo_n "(cached) " >&6
11221 else
11222   ac_wine_try_cflags_saved=$CFLAGS
11223 CFLAGS="$CFLAGS -fno-builtin"
11224 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
11225 /* end confdefs.h.  */
11226
11227 int
11228 main ()
11229 {
11230
11231   ;
11232   return 0;
11233 }
11234 _ACEOF
11235 if ac_fn_c_try_link "$LINENO"; then :
11236   ac_cv_cflags__fno_builtin=yes
11237 else
11238   ac_cv_cflags__fno_builtin=no
11239 fi
11240 rm -f core conftest.err conftest.$ac_objext \
11241     conftest$ac_exeext conftest.$ac_ext
11242 CFLAGS=$ac_wine_try_cflags_saved
11243 fi
11244 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_cflags__fno_builtin" >&5
11245 $as_echo "$ac_cv_cflags__fno_builtin" >&6; }
11246 if test $ac_cv_cflags__fno_builtin = yes; then :
11247   BUILTINFLAG="-fno-builtin"
11248
11249 fi
11250   { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether the compiler supports -fno-strict-aliasing" >&5
11251 $as_echo_n "checking whether the compiler supports -fno-strict-aliasing... " >&6; }
11252 if test "${ac_cv_cflags__fno_strict_aliasing+set}" = set; then :
11253   $as_echo_n "(cached) " >&6
11254 else
11255   ac_wine_try_cflags_saved=$CFLAGS
11256 CFLAGS="$CFLAGS -fno-strict-aliasing"
11257 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
11258 /* end confdefs.h.  */
11259
11260 int
11261 main ()
11262 {
11263
11264   ;
11265   return 0;
11266 }
11267 _ACEOF
11268 if ac_fn_c_try_link "$LINENO"; then :
11269   ac_cv_cflags__fno_strict_aliasing=yes
11270 else
11271   ac_cv_cflags__fno_strict_aliasing=no
11272 fi
11273 rm -f core conftest.err conftest.$ac_objext \
11274     conftest$ac_exeext conftest.$ac_ext
11275 CFLAGS=$ac_wine_try_cflags_saved
11276 fi
11277 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_cflags__fno_strict_aliasing" >&5
11278 $as_echo "$ac_cv_cflags__fno_strict_aliasing" >&6; }
11279 if test $ac_cv_cflags__fno_strict_aliasing = yes; then :
11280   EXTRACFLAGS="$EXTRACFLAGS -fno-strict-aliasing"
11281 fi
11282   { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether the compiler supports -Wdeclaration-after-statement" >&5
11283 $as_echo_n "checking whether the compiler supports -Wdeclaration-after-statement... " >&6; }
11284 if test "${ac_cv_cflags__Wdeclaration_after_statement+set}" = set; then :
11285   $as_echo_n "(cached) " >&6
11286 else
11287   ac_wine_try_cflags_saved=$CFLAGS
11288 CFLAGS="$CFLAGS -Wdeclaration-after-statement"
11289 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
11290 /* end confdefs.h.  */
11291
11292 int
11293 main ()
11294 {
11295
11296   ;
11297   return 0;
11298 }
11299 _ACEOF
11300 if ac_fn_c_try_link "$LINENO"; then :
11301   ac_cv_cflags__Wdeclaration_after_statement=yes
11302 else
11303   ac_cv_cflags__Wdeclaration_after_statement=no
11304 fi
11305 rm -f core conftest.err conftest.$ac_objext \
11306     conftest$ac_exeext conftest.$ac_ext
11307 CFLAGS=$ac_wine_try_cflags_saved
11308 fi
11309 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_cflags__Wdeclaration_after_statement" >&5
11310 $as_echo "$ac_cv_cflags__Wdeclaration_after_statement" >&6; }
11311 if test $ac_cv_cflags__Wdeclaration_after_statement = yes; then :
11312   EXTRACFLAGS="$EXTRACFLAGS -Wdeclaration-after-statement"
11313 fi
11314   { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether the compiler supports -Wwrite-strings" >&5
11315 $as_echo_n "checking whether the compiler supports -Wwrite-strings... " >&6; }
11316 if test "${ac_cv_cflags__Wwrite_strings+set}" = set; then :
11317   $as_echo_n "(cached) " >&6
11318 else
11319   ac_wine_try_cflags_saved=$CFLAGS
11320 CFLAGS="$CFLAGS -Wwrite-strings"
11321 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
11322 /* end confdefs.h.  */
11323
11324 int
11325 main ()
11326 {
11327
11328   ;
11329   return 0;
11330 }
11331 _ACEOF
11332 if ac_fn_c_try_link "$LINENO"; then :
11333   ac_cv_cflags__Wwrite_strings=yes
11334 else
11335   ac_cv_cflags__Wwrite_strings=no
11336 fi
11337 rm -f core conftest.err conftest.$ac_objext \
11338     conftest$ac_exeext conftest.$ac_ext
11339 CFLAGS=$ac_wine_try_cflags_saved
11340 fi
11341 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_cflags__Wwrite_strings" >&5
11342 $as_echo "$ac_cv_cflags__Wwrite_strings" >&6; }
11343 if test $ac_cv_cflags__Wwrite_strings = yes; then :
11344   EXTRACFLAGS="$EXTRACFLAGS -Wwrite-strings"
11345 fi
11346   { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether the compiler supports -Wtype-limits" >&5
11347 $as_echo_n "checking whether the compiler supports -Wtype-limits... " >&6; }
11348 if test "${ac_cv_cflags__Wtype_limits+set}" = set; then :
11349   $as_echo_n "(cached) " >&6
11350 else
11351   ac_wine_try_cflags_saved=$CFLAGS
11352 CFLAGS="$CFLAGS -Wtype-limits"
11353 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
11354 /* end confdefs.h.  */
11355
11356 int
11357 main ()
11358 {
11359
11360   ;
11361   return 0;
11362 }
11363 _ACEOF
11364 if ac_fn_c_try_link "$LINENO"; then :
11365   ac_cv_cflags__Wtype_limits=yes
11366 else
11367   ac_cv_cflags__Wtype_limits=no
11368 fi
11369 rm -f core conftest.err conftest.$ac_objext \
11370     conftest$ac_exeext conftest.$ac_ext
11371 CFLAGS=$ac_wine_try_cflags_saved
11372 fi
11373 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_cflags__Wtype_limits" >&5
11374 $as_echo "$ac_cv_cflags__Wtype_limits" >&6; }
11375 if test $ac_cv_cflags__Wtype_limits = yes; then :
11376   EXTRACFLAGS="$EXTRACFLAGS -Wtype-limits"
11377 fi
11378
11379     saved_CFLAGS="$CFLAGS"
11380   CFLAGS="$CFLAGS -Wpointer-arith -Werror"
11381   { $as_echo "$as_me:${as_lineno-$LINENO}: checking for broken string.h that generates warnings" >&5
11382 $as_echo_n "checking for broken string.h that generates warnings... " >&6; }
11383 if test "${ac_cv_c_string_h_warnings+set}" = set; then :
11384   $as_echo_n "(cached) " >&6
11385 else
11386   cat confdefs.h - <<_ACEOF >conftest.$ac_ext
11387 /* end confdefs.h.  */
11388 #include <string.h>
11389 int
11390 main ()
11391 {
11392
11393   ;
11394   return 0;
11395 }
11396 _ACEOF
11397 if ac_fn_c_try_compile "$LINENO"; then :
11398   ac_cv_c_string_h_warnings=no
11399 else
11400   ac_cv_c_string_h_warnings=yes
11401 fi
11402 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
11403 fi
11404 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_c_string_h_warnings" >&5
11405 $as_echo "$ac_cv_c_string_h_warnings" >&6; }
11406   CFLAGS="$saved_CFLAGS"
11407   if test "$ac_cv_c_string_h_warnings" = "no"
11408   then
11409     EXTRACFLAGS="$EXTRACFLAGS -Wpointer-arith"
11410   fi
11411 fi
11412
11413
11414 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether external symbols need an underscore prefix" >&5
11415 $as_echo_n "checking whether external symbols need an underscore prefix... " >&6; }
11416 if test "${ac_cv_c_extern_prefix+set}" = set; then :
11417   $as_echo_n "(cached) " >&6
11418 else
11419   cat confdefs.h - <<_ACEOF >conftest.$ac_ext
11420 /* end confdefs.h.  */
11421 extern int ac_test;
11422 int
11423 main ()
11424 {
11425 asm(".globl _ac_test\n_ac_test:\t.long 0"); if (ac_test) return 1
11426   ;
11427   return 0;
11428 }
11429 _ACEOF
11430 if ac_fn_c_try_link "$LINENO"; then :
11431   ac_cv_c_extern_prefix="yes"
11432 else
11433   ac_cv_c_extern_prefix="no"
11434 fi
11435 rm -f core conftest.err conftest.$ac_objext \
11436     conftest$ac_exeext conftest.$ac_ext
11437 fi
11438 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_c_extern_prefix" >&5
11439 $as_echo "$ac_cv_c_extern_prefix" >&6; }
11440
11441 case $host_cpu in
11442   *i[3456789]86*)
11443     { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether external symbols need stdcall decoration" >&5
11444 $as_echo_n "checking whether external symbols need stdcall decoration... " >&6; }
11445 if test "${ac_cv_c_stdcall_suffix+set}" = set; then :
11446   $as_echo_n "(cached) " >&6
11447 else
11448   cat confdefs.h - <<_ACEOF >conftest.$ac_ext
11449 /* end confdefs.h.  */
11450 #ifndef _MSC_VER
11451 #define __stdcall __attribute__((__stdcall__))
11452 #endif
11453 int __stdcall ac_test(int i) { return i; }
11454 int
11455 main ()
11456 {
11457 asm("jmp _ac_test@4"); if (ac_test(1)) return 1
11458   ;
11459   return 0;
11460 }
11461 _ACEOF
11462 if ac_fn_c_try_link "$LINENO"; then :
11463   ac_cv_c_stdcall_suffix="yes"
11464 else
11465   ac_cv_c_stdcall_suffix="no"
11466 fi
11467 rm -f core conftest.err conftest.$ac_objext \
11468     conftest$ac_exeext conftest.$ac_ext
11469 fi
11470 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_c_stdcall_suffix" >&5
11471 $as_echo "$ac_cv_c_stdcall_suffix" >&6; } ;;
11472   *) ac_cv_c_stdcall_suffix="no" ;;
11473 esac
11474
11475
11476 if test "$ac_cv_c_extern_prefix" = "yes"
11477 then
11478     $as_echo "#define __ASM_NAME(name) \"_\" name" >>confdefs.h
11479
11480     asm_name_prefix="_"
11481 else
11482     $as_echo "#define __ASM_NAME(name) name" >>confdefs.h
11483
11484     asm_name_prefix=""
11485 fi
11486
11487
11488 if test "$ac_cv_c_stdcall_suffix" = "yes"
11489 then
11490     $as_echo "#define __ASM_STDCALL(args) \"@\" #args" >>confdefs.h
11491
11492 else
11493     $as_echo "#define __ASM_STDCALL(args) \"\"" >>confdefs.h
11494
11495 fi
11496
11497
11498 { $as_echo "$as_me:${as_lineno-$LINENO}: checking how to define a function in assembly code" >&5
11499 $as_echo_n "checking how to define a function in assembly code... " >&6; }
11500 if test "${ac_cv_asm_func_def+set}" = set; then :
11501   $as_echo_n "(cached) " >&6
11502 else
11503   cat confdefs.h - <<_ACEOF >conftest.$ac_ext
11504 /* end confdefs.h.  */
11505
11506 int
11507 main ()
11508 {
11509 asm("\t.globl _ac_test\n\t.def _ac_test; .scl 2; .type 32; .endef\n_ac_test:\t.long 0");
11510   ;
11511   return 0;
11512 }
11513 _ACEOF
11514 if ac_fn_c_try_link "$LINENO"; then :
11515   ac_cv_asm_func_def=".def"
11516 else
11517   cat confdefs.h - <<_ACEOF >conftest.$ac_ext
11518 /* end confdefs.h.  */
11519
11520 int
11521 main ()
11522 {
11523 asm("\t.globl _ac_test\n\t.type _ac_test,@function\n_ac_test:\t.long 0");
11524   ;
11525   return 0;
11526 }
11527 _ACEOF
11528 if ac_fn_c_try_link "$LINENO"; then :
11529   ac_cv_asm_func_def=".type @function"
11530 else
11531   cat confdefs.h - <<_ACEOF >conftest.$ac_ext
11532 /* end confdefs.h.  */
11533
11534 int
11535 main ()
11536 {
11537 asm("\t.globl _ac_test\n\t.type _ac_test,2\n_ac_test:\t.long 0");
11538   ;
11539   return 0;
11540 }
11541 _ACEOF
11542 if ac_fn_c_try_link "$LINENO"; then :
11543   ac_cv_asm_func_def=".type 2"
11544 else
11545   ac_cv_asm_func_def="unknown"
11546 fi
11547 rm -f core conftest.err conftest.$ac_objext \
11548     conftest$ac_exeext conftest.$ac_ext
11549 fi
11550 rm -f core conftest.err conftest.$ac_objext \
11551     conftest$ac_exeext conftest.$ac_ext
11552 fi
11553 rm -f core conftest.err conftest.$ac_objext \
11554     conftest$ac_exeext conftest.$ac_ext
11555 fi
11556 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_asm_func_def" >&5
11557 $as_echo "$ac_cv_asm_func_def" >&6; }
11558
11559
11560 case "$ac_cv_asm_func_def" in
11561   ".def")
11562      $as_echo "#define __ASM_FUNC(name) \".def \" __ASM_NAME(name) \"; .scl 2; .type 32; .endef\"" >>confdefs.h
11563
11564      asm_func_header=".def $asm_name_prefix\" #name suffix \"; .scl 2; .type 32; .endef" ;;
11565   ".type @function")
11566      $as_echo "#define __ASM_FUNC(name) \".type \" __ASM_NAME(name) \",@function\"" >>confdefs.h
11567
11568      asm_func_header=".type $asm_name_prefix\" #name suffix \",@function" ;;
11569   ".type 2")
11570      $as_echo "#define __ASM_FUNC(name) \".type \" __ASM_NAME(name) \",2\"" >>confdefs.h
11571
11572      asm_func_header=".type $asm_name_prefix\" #name suffix \",2" ;;
11573   *)
11574      $as_echo "#define __ASM_FUNC(name) \"\"" >>confdefs.h
11575
11576      asm_func_header="" ;;
11577 esac
11578
11579 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether asm() works outside of functions" >&5
11580 $as_echo_n "checking whether asm() works outside of functions... " >&6; }
11581 if test "${ac_cv_c_asm_outside_funcs+set}" = set; then :
11582   $as_echo_n "(cached) " >&6
11583 else
11584   cat confdefs.h - <<_ACEOF >conftest.$ac_ext
11585 /* end confdefs.h.  */
11586 asm(".text\n\t.long 0");
11587 int
11588 main ()
11589 {
11590
11591   ;
11592   return 0;
11593 }
11594 _ACEOF
11595 if ac_fn_c_try_compile "$LINENO"; then :
11596   ac_cv_c_asm_outside_funcs="yes"
11597 else
11598   ac_cv_c_asm_outside_funcs="no"
11599 fi
11600 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
11601 fi
11602 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_c_asm_outside_funcs" >&5
11603 $as_echo "$ac_cv_c_asm_outside_funcs" >&6; }
11604
11605 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether .previous is supported in assembly code" >&5
11606 $as_echo_n "checking whether .previous is supported in assembly code... " >&6; }
11607 if test "${ac_cv_c_dot_previous+set}" = set; then :
11608   $as_echo_n "(cached) " >&6
11609 else
11610   cat confdefs.h - <<_ACEOF >conftest.$ac_ext
11611 /* end confdefs.h.  */
11612
11613 int
11614 main ()
11615 {
11616 asm(".text\nac_test:\t.long 0\n\t.previous");
11617   ;
11618   return 0;
11619 }
11620 _ACEOF
11621 if ac_fn_c_try_link "$LINENO"; then :
11622   ac_cv_c_dot_previous="yes"
11623 else
11624   ac_cv_c_dot_previous="no"
11625 fi
11626 rm -f core conftest.err conftest.$ac_objext \
11627     conftest$ac_exeext conftest.$ac_ext
11628 fi
11629 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_c_dot_previous" >&5
11630 $as_echo "$ac_cv_c_dot_previous" >&6; }
11631
11632 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether CFI directives are supported in assembly code" >&5
11633 $as_echo_n "checking whether CFI directives are supported in assembly code... " >&6; }
11634 if test "${ac_cv_c_cfi_support+set}" = set; then :
11635   $as_echo_n "(cached) " >&6
11636 else
11637   cat confdefs.h - <<_ACEOF >conftest.$ac_ext
11638 /* end confdefs.h.  */
11639 asm(".text\nac_test:\t.cfi_startproc\n\t.long 0\n\t.cfi_endproc");
11640 int
11641 main ()
11642 {
11643
11644   ;
11645   return 0;
11646 }
11647 _ACEOF
11648 if ac_fn_c_try_compile "$LINENO"; then :
11649   ac_cv_c_cfi_support="yes"
11650 else
11651   ac_cv_c_cfi_support="no"
11652 fi
11653 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
11654 fi
11655 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_c_cfi_support" >&5
11656 $as_echo "$ac_cv_c_cfi_support" >&6; }
11657
11658 asm_func_header=".globl $asm_name_prefix\" #name suffix \"\\n\\t$asm_func_header\\n$asm_name_prefix\" #name suffix \":\\n\\t"
11659 asm_func_trailer=""
11660 if test "$ac_cv_c_dot_previous" = "yes"
11661 then
11662    asm_func_trailer="\\n\\t.previous"
11663 fi
11664 if test "$ac_cv_c_cfi_support" = "yes"
11665 then
11666    asm_func_header="$asm_func_header.cfi_startproc\\n\\t"
11667    asm_func_trailer="\\n\\t.cfi_endproc$asm_func_trailer"
11668
11669 $as_echo "#define __ASM_CFI(str) str" >>confdefs.h
11670
11671 else
11672    $as_echo "#define __ASM_CFI(str) \"\"" >>confdefs.h
11673
11674 fi
11675
11676 asm_func_code="$asm_func_header\" code \"$asm_func_trailer"
11677
11678
11679 if test "$ac_cv_c_asm_outside_funcs" = "yes"
11680 then
11681     cat >>confdefs.h <<_ACEOF
11682 #define __ASM_DEFINE_FUNC(name,suffix,code) asm(".text\n\t.align 4\n\t$asm_func_code");
11683 _ACEOF
11684
11685 else
11686     cat >>confdefs.h <<_ACEOF
11687 #define __ASM_DEFINE_FUNC(name,suffix,code) void __asm_dummy_##name(void) { asm(".text\n\t.align 4\n\t$asm_func_code"); }
11688 _ACEOF
11689
11690 fi
11691
11692 $as_echo "#define __ASM_GLOBAL_FUNC(name,code) __ASM_DEFINE_FUNC(name,\"\",code)" >>confdefs.h
11693
11694
11695 $as_echo "#define __ASM_STDCALL_FUNC(name,args,code) __ASM_DEFINE_FUNC(name,__ASM_STDCALL(args),code)" >>confdefs.h
11696
11697
11698
11699 LDPATH=""
11700
11701 case $build_os in
11702   cygwin*|mingw32*)
11703     LDPATH="PATH=\"\$(TOOLSDIR)/libs/wine:\$\$PATH\""
11704     ;;
11705   darwin*|macosx*)
11706     ;;
11707   *)
11708     LDPATH="LD_LIBRARY_PATH=\"\$(TOOLSDIR)/libs/wine:\$\$LD_LIBRARY_PATH\""
11709     ;;
11710 esac
11711
11712 case $host_os in
11713   mingw32*)
11714     CRTLIBS="-lmsvcrt"
11715
11716     SOCKETLIBS="-L\$(TOPOBJDIR)/dlls/ws2_32 -lws2_32"
11717
11718     ;;
11719 esac
11720
11721 case $host_cpu in
11722   *i[3456789]86*)
11723     case $host_os in
11724       linux* | k*bsd*-gnu)
11725         EXTRA_BINARIES="wine-preloader"
11726  ;;
11727     esac
11728     ;;
11729 esac
11730
11731
11732 ac_save_CFLAGS="$CFLAGS"
11733 CFLAGS="$CFLAGS $BUILTINFLAG"
11734 for ac_func in \
11735         _pclose \
11736         _popen \
11737         _snprintf \
11738         _spawnvp \
11739         _strdup \
11740         _stricmp \
11741         _strnicmp \
11742         _strtoi64 \
11743         _strtoui64 \
11744         _vsnprintf \
11745         asctime_r \
11746         chsize \
11747         dlopen \
11748         epoll_create \
11749         ffs \
11750         finite \
11751         fnmatch \
11752         fork \
11753         fpclass \
11754         fstatfs \
11755         fstatvfs \
11756         ftruncate \
11757         futimes \
11758         futimesat \
11759         getdirentries \
11760         getopt_long \
11761         getpagesize \
11762         getpwuid \
11763         gettid \
11764         gettimeofday \
11765         getuid \
11766         kqueue \
11767         lstat \
11768         memmove \
11769         mmap \
11770         pclose \
11771         pipe2 \
11772         poll \
11773         popen \
11774         prctl \
11775         pread \
11776         pwrite \
11777         readdir \
11778         readlink \
11779         sched_yield \
11780         select \
11781         setproctitle \
11782         setrlimit \
11783         settimeofday \
11784         sigaltstack \
11785         sigprocmask \
11786         snprintf \
11787         spawnvp \
11788         statfs \
11789         statvfs \
11790         strcasecmp \
11791         strdup \
11792         strerror \
11793         strncasecmp \
11794         strtold \
11795         strtoll \
11796         strtoull \
11797         symlink \
11798         tcgetattr \
11799         thr_kill2 \
11800         timegm \
11801         usleep \
11802         vsnprintf \
11803         wait4 \
11804         waitpid \
11805
11806 do :
11807   as_ac_var=`$as_echo "ac_cv_func_$ac_func" | $as_tr_sh`
11808 ac_fn_c_check_func "$LINENO" "$ac_func" "$as_ac_var"
11809 eval as_val=\$$as_ac_var
11810    if test "x$as_val" = x""yes; then :
11811   cat >>confdefs.h <<_ACEOF
11812 #define `$as_echo "HAVE_$ac_func" | $as_tr_cpp` 1
11813 _ACEOF
11814
11815 fi
11816 done
11817
11818 CFLAGS="$ac_save_CFLAGS"
11819
11820 if test "$ac_cv_func_dlopen" = no
11821 then
11822     { $as_echo "$as_me:${as_lineno-$LINENO}: checking for dlopen in -ldl" >&5
11823 $as_echo_n "checking for dlopen in -ldl... " >&6; }
11824 if test "${ac_cv_lib_dl_dlopen+set}" = set; then :
11825   $as_echo_n "(cached) " >&6
11826 else
11827   ac_check_lib_save_LIBS=$LIBS
11828 LIBS="-ldl  $LIBS"
11829 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
11830 /* end confdefs.h.  */
11831
11832 /* Override any GCC internal prototype to avoid an error.
11833    Use char because int might match the return type of a GCC
11834    builtin and then its argument prototype would still apply.  */
11835 #ifdef __cplusplus
11836 extern "C"
11837 #endif
11838 char dlopen ();
11839 int
11840 main ()
11841 {
11842 return dlopen ();
11843   ;
11844   return 0;
11845 }
11846 _ACEOF
11847 if ac_fn_c_try_link "$LINENO"; then :
11848   ac_cv_lib_dl_dlopen=yes
11849 else
11850   ac_cv_lib_dl_dlopen=no
11851 fi
11852 rm -f core conftest.err conftest.$ac_objext \
11853     conftest$ac_exeext conftest.$ac_ext
11854 LIBS=$ac_check_lib_save_LIBS
11855 fi
11856 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_dl_dlopen" >&5
11857 $as_echo "$ac_cv_lib_dl_dlopen" >&6; }
11858 if test "x$ac_cv_lib_dl_dlopen" = x""yes; then :
11859   $as_echo "#define HAVE_DLOPEN 1" >>confdefs.h
11860  LIBDL="-ldl"
11861
11862 fi
11863
11864 fi
11865 ac_wine_check_funcs_save_LIBS="$LIBS"
11866 LIBS="$LIBS $LIBDL"
11867 for ac_func in dladdr
11868 do :
11869   ac_fn_c_check_func "$LINENO" "dladdr" "ac_cv_func_dladdr"
11870 if test "x$ac_cv_func_dladdr" = x""yes; then :
11871   cat >>confdefs.h <<_ACEOF
11872 #define HAVE_DLADDR 1
11873 _ACEOF
11874
11875 fi
11876 done
11877
11878 LIBS="$ac_wine_check_funcs_save_LIBS"
11879
11880 if test "$ac_cv_func_poll" = no
11881 then
11882     { $as_echo "$as_me:${as_lineno-$LINENO}: checking for poll in -lpoll" >&5
11883 $as_echo_n "checking for poll in -lpoll... " >&6; }
11884 if test "${ac_cv_lib_poll_poll+set}" = set; then :
11885   $as_echo_n "(cached) " >&6
11886 else
11887   ac_check_lib_save_LIBS=$LIBS
11888 LIBS="-lpoll  $LIBS"
11889 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
11890 /* end confdefs.h.  */
11891
11892 /* Override any GCC internal prototype to avoid an error.
11893    Use char because int might match the return type of a GCC
11894    builtin and then its argument prototype would still apply.  */
11895 #ifdef __cplusplus
11896 extern "C"
11897 #endif
11898 char poll ();
11899 int
11900 main ()
11901 {
11902 return poll ();
11903   ;
11904   return 0;
11905 }
11906 _ACEOF
11907 if ac_fn_c_try_link "$LINENO"; then :
11908   ac_cv_lib_poll_poll=yes
11909 else
11910   ac_cv_lib_poll_poll=no
11911 fi
11912 rm -f core conftest.err conftest.$ac_objext \
11913     conftest$ac_exeext conftest.$ac_ext
11914 LIBS=$ac_check_lib_save_LIBS
11915 fi
11916 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_poll_poll" >&5
11917 $as_echo "$ac_cv_lib_poll_poll" >&6; }
11918 if test "x$ac_cv_lib_poll_poll" = x""yes; then :
11919   $as_echo "#define HAVE_POLL 1" >>confdefs.h
11920  LIBPOLL="-lpoll"
11921
11922 fi
11923
11924 fi
11925
11926 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for library containing gethostbyname" >&5
11927 $as_echo_n "checking for library containing gethostbyname... " >&6; }
11928 if test "${ac_cv_search_gethostbyname+set}" = set; then :
11929   $as_echo_n "(cached) " >&6
11930 else
11931   ac_func_search_save_LIBS=$LIBS
11932 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
11933 /* end confdefs.h.  */
11934
11935 /* Override any GCC internal prototype to avoid an error.
11936    Use char because int might match the return type of a GCC
11937    builtin and then its argument prototype would still apply.  */
11938 #ifdef __cplusplus
11939 extern "C"
11940 #endif
11941 char gethostbyname ();
11942 int
11943 main ()
11944 {
11945 return gethostbyname ();
11946   ;
11947   return 0;
11948 }
11949 _ACEOF
11950 for ac_lib in '' nsl; do
11951   if test -z "$ac_lib"; then
11952     ac_res="none required"
11953   else
11954     ac_res=-l$ac_lib
11955     LIBS="-l$ac_lib  $ac_func_search_save_LIBS"
11956   fi
11957   if ac_fn_c_try_link "$LINENO"; then :
11958   ac_cv_search_gethostbyname=$ac_res
11959 fi
11960 rm -f core conftest.err conftest.$ac_objext \
11961     conftest$ac_exeext
11962   if test "${ac_cv_search_gethostbyname+set}" = set; then :
11963   break
11964 fi
11965 done
11966 if test "${ac_cv_search_gethostbyname+set}" = set; then :
11967
11968 else
11969   ac_cv_search_gethostbyname=no
11970 fi
11971 rm conftest.$ac_ext
11972 LIBS=$ac_func_search_save_LIBS
11973 fi
11974 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_search_gethostbyname" >&5
11975 $as_echo "$ac_cv_search_gethostbyname" >&6; }
11976 ac_res=$ac_cv_search_gethostbyname
11977 if test "$ac_res" != no; then :
11978   test "$ac_res" = "none required" || LIBS="$ac_res $LIBS"
11979
11980 fi
11981
11982
11983 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for library containing connect" >&5
11984 $as_echo_n "checking for library containing connect... " >&6; }
11985 if test "${ac_cv_search_connect+set}" = set; then :
11986   $as_echo_n "(cached) " >&6
11987 else
11988   ac_func_search_save_LIBS=$LIBS
11989 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
11990 /* end confdefs.h.  */
11991
11992 /* Override any GCC internal prototype to avoid an error.
11993    Use char because int might match the return type of a GCC
11994    builtin and then its argument prototype would still apply.  */
11995 #ifdef __cplusplus
11996 extern "C"
11997 #endif
11998 char connect ();
11999 int
12000 main ()
12001 {
12002 return connect ();
12003   ;
12004   return 0;
12005 }
12006 _ACEOF
12007 for ac_lib in '' socket; do
12008   if test -z "$ac_lib"; then
12009     ac_res="none required"
12010   else
12011     ac_res=-l$ac_lib
12012     LIBS="-l$ac_lib  $ac_func_search_save_LIBS"
12013   fi
12014   if ac_fn_c_try_link "$LINENO"; then :
12015   ac_cv_search_connect=$ac_res
12016 fi
12017 rm -f core conftest.err conftest.$ac_objext \
12018     conftest$ac_exeext
12019   if test "${ac_cv_search_connect+set}" = set; then :
12020   break
12021 fi
12022 done
12023 if test "${ac_cv_search_connect+set}" = set; then :
12024
12025 else
12026   ac_cv_search_connect=no
12027 fi
12028 rm conftest.$ac_ext
12029 LIBS=$ac_func_search_save_LIBS
12030 fi
12031 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_search_connect" >&5
12032 $as_echo "$ac_cv_search_connect" >&6; }
12033 ac_res=$ac_cv_search_connect
12034 if test "$ac_res" != no; then :
12035   test "$ac_res" = "none required" || LIBS="$ac_res $LIBS"
12036
12037 fi
12038
12039
12040 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for library containing inet_aton" >&5
12041 $as_echo_n "checking for library containing inet_aton... " >&6; }
12042 if test "${ac_cv_search_inet_aton+set}" = set; then :
12043   $as_echo_n "(cached) " >&6
12044 else
12045   ac_func_search_save_LIBS=$LIBS
12046 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
12047 /* end confdefs.h.  */
12048
12049 /* Override any GCC internal prototype to avoid an error.
12050    Use char because int might match the return type of a GCC
12051    builtin and then its argument prototype would still apply.  */
12052 #ifdef __cplusplus
12053 extern "C"
12054 #endif
12055 char inet_aton ();
12056 int
12057 main ()
12058 {
12059 return inet_aton ();
12060   ;
12061   return 0;
12062 }
12063 _ACEOF
12064 for ac_lib in '' resolv; do
12065   if test -z "$ac_lib"; then
12066     ac_res="none required"
12067   else
12068     ac_res=-l$ac_lib
12069     LIBS="-l$ac_lib  $ac_func_search_save_LIBS"
12070   fi
12071   if ac_fn_c_try_link "$LINENO"; then :
12072   ac_cv_search_inet_aton=$ac_res
12073 fi
12074 rm -f core conftest.err conftest.$ac_objext \
12075     conftest$ac_exeext
12076   if test "${ac_cv_search_inet_aton+set}" = set; then :
12077   break
12078 fi
12079 done
12080 if test "${ac_cv_search_inet_aton+set}" = set; then :
12081
12082 else
12083   ac_cv_search_inet_aton=no
12084 fi
12085 rm conftest.$ac_ext
12086 LIBS=$ac_func_search_save_LIBS
12087 fi
12088 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_search_inet_aton" >&5
12089 $as_echo "$ac_cv_search_inet_aton" >&6; }
12090 ac_res=$ac_cv_search_inet_aton
12091 if test "$ac_res" != no; then :
12092   test "$ac_res" = "none required" || LIBS="$ac_res $LIBS"
12093
12094 fi
12095
12096
12097 for ac_func in \
12098         getaddrinfo \
12099         getnameinfo \
12100         getnetbyname \
12101         getprotobyname \
12102         getprotobynumber \
12103         getservbyport \
12104         inet_network \
12105         inet_ntop \
12106         inet_pton \
12107         sendmsg \
12108         socketpair \
12109
12110 do :
12111   as_ac_var=`$as_echo "ac_cv_func_$ac_func" | $as_tr_sh`
12112 ac_fn_c_check_func "$LINENO" "$ac_func" "$as_ac_var"
12113 eval as_val=\$$as_ac_var
12114    if test "x$as_val" = x""yes; then :
12115   cat >>confdefs.h <<_ACEOF
12116 #define `$as_echo "HAVE_$ac_func" | $as_tr_cpp` 1
12117 _ACEOF
12118
12119 fi
12120 done
12121
12122
12123 LDAPLIBS=""
12124
12125 if test "$ac_cv_header_ldap_h" = "yes" -a "$ac_cv_header_lber_h" = "yes"
12126 then
12127     ac_fn_c_check_type "$LINENO" "LDAPSortKey" "ac_cv_type_LDAPSortKey" "#include <ldap.h>
12128 "
12129 if test "x$ac_cv_type_LDAPSortKey" = x""yes; then :
12130   { $as_echo "$as_me:${as_lineno-$LINENO}: checking for ldap_initialize in -lldap_r" >&5
12131 $as_echo_n "checking for ldap_initialize in -lldap_r... " >&6; }
12132 if test "${ac_cv_lib_ldap_r_ldap_initialize+set}" = set; then :
12133   $as_echo_n "(cached) " >&6
12134 else
12135   ac_check_lib_save_LIBS=$LIBS
12136 LIBS="-lldap_r $LIBPTHREAD $LIBS"
12137 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
12138 /* end confdefs.h.  */
12139
12140 /* Override any GCC internal prototype to avoid an error.
12141    Use char because int might match the return type of a GCC
12142    builtin and then its argument prototype would still apply.  */
12143 #ifdef __cplusplus
12144 extern "C"
12145 #endif
12146 char ldap_initialize ();
12147 int
12148 main ()
12149 {
12150 return ldap_initialize ();
12151   ;
12152   return 0;
12153 }
12154 _ACEOF
12155 if ac_fn_c_try_link "$LINENO"; then :
12156   ac_cv_lib_ldap_r_ldap_initialize=yes
12157 else
12158   ac_cv_lib_ldap_r_ldap_initialize=no
12159 fi
12160 rm -f core conftest.err conftest.$ac_objext \
12161     conftest$ac_exeext conftest.$ac_ext
12162 LIBS=$ac_check_lib_save_LIBS
12163 fi
12164 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_ldap_r_ldap_initialize" >&5
12165 $as_echo "$ac_cv_lib_ldap_r_ldap_initialize" >&6; }
12166 if test "x$ac_cv_lib_ldap_r_ldap_initialize" = x""yes; then :
12167   { $as_echo "$as_me:${as_lineno-$LINENO}: checking for ber_init in -llber" >&5
12168 $as_echo_n "checking for ber_init in -llber... " >&6; }
12169 if test "${ac_cv_lib_lber_ber_init+set}" = set; then :
12170   $as_echo_n "(cached) " >&6
12171 else
12172   ac_check_lib_save_LIBS=$LIBS
12173 LIBS="-llber $LIBPTHREAD $LIBS"
12174 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
12175 /* end confdefs.h.  */
12176
12177 /* Override any GCC internal prototype to avoid an error.
12178    Use char because int might match the return type of a GCC
12179    builtin and then its argument prototype would still apply.  */
12180 #ifdef __cplusplus
12181 extern "C"
12182 #endif
12183 char ber_init ();
12184 int
12185 main ()
12186 {
12187 return ber_init ();
12188   ;
12189   return 0;
12190 }
12191 _ACEOF
12192 if ac_fn_c_try_link "$LINENO"; then :
12193   ac_cv_lib_lber_ber_init=yes
12194 else
12195   ac_cv_lib_lber_ber_init=no
12196 fi
12197 rm -f core conftest.err conftest.$ac_objext \
12198     conftest$ac_exeext conftest.$ac_ext
12199 LIBS=$ac_check_lib_save_LIBS
12200 fi
12201 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_lber_ber_init" >&5
12202 $as_echo "$ac_cv_lib_lber_ber_init" >&6; }
12203 if test "x$ac_cv_lib_lber_ber_init" = x""yes; then :
12204
12205 $as_echo "#define HAVE_LDAP 1" >>confdefs.h
12206
12207                  LDAPLIBS="-lldap_r -llber"
12208 fi
12209
12210 fi
12211
12212 fi
12213
12214     ac_wine_check_funcs_save_LIBS="$LIBS"
12215 LIBS="$LIBS $LDAPLIBS $LIBPTHREAD"
12216 for ac_func in \
12217         ldap_count_references \
12218         ldap_first_reference \
12219         ldap_next_reference \
12220         ldap_parse_reference \
12221         ldap_parse_sort_control \
12222         ldap_parse_sortresponse_control \
12223         ldap_parse_vlv_control \
12224         ldap_parse_vlvresponse_control
12225 do :
12226   as_ac_var=`$as_echo "ac_cv_func_$ac_func" | $as_tr_sh`
12227 ac_fn_c_check_func "$LINENO" "$ac_func" "$as_ac_var"
12228 eval as_val=\$$as_ac_var
12229    if test "x$as_val" = x""yes; then :
12230   cat >>confdefs.h <<_ACEOF
12231 #define `$as_echo "HAVE_$ac_func" | $as_tr_cpp` 1
12232 _ACEOF
12233
12234 fi
12235 done
12236
12237 LIBS="$ac_wine_check_funcs_save_LIBS"
12238 fi
12239 if test "x$LDAPLIBS" = "x"; then :
12240   case "x$with_ldap" in
12241   x)   wine_notices="$wine_notices|libldap (OpenLDAP) ${notice_platform}development files not found, LDAP won't be supported." ;;
12242   xno) ;;
12243   *)   as_fn_error "libldap (OpenLDAP) ${notice_platform}development files not found, LDAP won't be supported.
12244 This is an error since --with-ldap was requested." "$LINENO" 5 ;;
12245 esac
12246 fi
12247
12248 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether mkdir takes only one argument" >&5
12249 $as_echo_n "checking whether mkdir takes only one argument... " >&6; }
12250 if test "${wine_cv_one_arg_mkdir+set}" = set; then :
12251   $as_echo_n "(cached) " >&6
12252 else
12253   cat confdefs.h - <<_ACEOF >conftest.$ac_ext
12254 /* end confdefs.h.  */
12255 #include <sys/stat.h>
12256 int
12257 main ()
12258 {
12259 mkdir("foo");
12260   ;
12261   return 0;
12262 }
12263 _ACEOF
12264 if ac_fn_c_try_compile "$LINENO"; then :
12265   wine_cv_one_arg_mkdir=yes
12266 else
12267   wine_cv_one_arg_mkdir=no
12268 fi
12269 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
12270 fi
12271 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $wine_cv_one_arg_mkdir" >&5
12272 $as_echo "$wine_cv_one_arg_mkdir" >&6; }
12273 if test "$wine_cv_one_arg_mkdir" = "yes"
12274 then
12275
12276 $as_echo "#define HAVE_ONE_ARG_MKDIR 1" >>confdefs.h
12277
12278 fi
12279
12280
12281 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for an ANSI C-conforming const" >&5
12282 $as_echo_n "checking for an ANSI C-conforming const... " >&6; }
12283 if test "${ac_cv_c_const+set}" = set; then :
12284   $as_echo_n "(cached) " >&6
12285 else
12286   cat confdefs.h - <<_ACEOF >conftest.$ac_ext
12287 /* end confdefs.h.  */
12288
12289 int
12290 main ()
12291 {
12292 /* FIXME: Include the comments suggested by Paul. */
12293 #ifndef __cplusplus
12294   /* Ultrix mips cc rejects this.  */
12295   typedef int charset[2];
12296   const charset cs;
12297   /* SunOS 4.1.1 cc rejects this.  */
12298   char const *const *pcpcc;
12299   char **ppc;
12300   /* NEC SVR4.0.2 mips cc rejects this.  */
12301   struct point {int x, y;};
12302   static struct point const zero = {0,0};
12303   /* AIX XL C 1.02.0.0 rejects this.
12304      It does not let you subtract one const X* pointer from another in
12305      an arm of an if-expression whose if-part is not a constant
12306      expression */
12307   const char *g = "string";
12308   pcpcc = &g + (g ? g-g : 0);
12309   /* HPUX 7.0 cc rejects these. */
12310   ++pcpcc;
12311   ppc = (char**) pcpcc;
12312   pcpcc = (char const *const *) ppc;
12313   { /* SCO 3.2v4 cc rejects this.  */
12314     char *t;
12315     char const *s = 0 ? (char *) 0 : (char const *) 0;
12316
12317     *t++ = 0;
12318     if (s) return 0;
12319   }
12320   { /* Someone thinks the Sun supposedly-ANSI compiler will reject this.  */
12321     int x[] = {25, 17};
12322     const int *foo = &x[0];
12323     ++foo;
12324   }
12325   { /* Sun SC1.0 ANSI compiler rejects this -- but not the above. */
12326     typedef const int *iptr;
12327     iptr p = 0;
12328     ++p;
12329   }
12330   { /* AIX XL C 1.02.0.0 rejects this saying
12331        "k.c", line 2.27: 1506-025 (S) Operand must be a modifiable lvalue. */
12332     struct s { int j; const int *ap[3]; };
12333     struct s *b; b->j = 5;
12334   }
12335   { /* ULTRIX-32 V3.1 (Rev 9) vcc rejects this */
12336     const int foo = 10;
12337     if (!foo) return 0;
12338   }
12339   return !cs[0] && !zero.x;
12340 #endif
12341
12342   ;
12343   return 0;
12344 }
12345 _ACEOF
12346 if ac_fn_c_try_compile "$LINENO"; then :
12347   ac_cv_c_const=yes
12348 else
12349   ac_cv_c_const=no
12350 fi
12351 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
12352 fi
12353 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_c_const" >&5
12354 $as_echo "$ac_cv_c_const" >&6; }
12355 if test $ac_cv_c_const = no; then
12356
12357 $as_echo "#define const /**/" >>confdefs.h
12358
12359 fi
12360
12361 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for inline" >&5
12362 $as_echo_n "checking for inline... " >&6; }
12363 if test "${ac_cv_c_inline+set}" = set; then :
12364   $as_echo_n "(cached) " >&6
12365 else
12366   ac_cv_c_inline=no
12367 for ac_kw in inline __inline__ __inline; do
12368   cat confdefs.h - <<_ACEOF >conftest.$ac_ext
12369 /* end confdefs.h.  */
12370 #ifndef __cplusplus
12371 typedef int foo_t;
12372 static $ac_kw foo_t static_foo () {return 0; }
12373 $ac_kw foo_t foo () {return 0; }
12374 #endif
12375
12376 _ACEOF
12377 if ac_fn_c_try_compile "$LINENO"; then :
12378   ac_cv_c_inline=$ac_kw
12379 fi
12380 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
12381   test "$ac_cv_c_inline" != no && break
12382 done
12383
12384 fi
12385 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_c_inline" >&5
12386 $as_echo "$ac_cv_c_inline" >&6; }
12387
12388 case $ac_cv_c_inline in
12389   inline | yes) ;;
12390   *)
12391     case $ac_cv_c_inline in
12392       no) ac_val=;;
12393       *) ac_val=$ac_cv_c_inline;;
12394     esac
12395     cat >>confdefs.h <<_ACEOF
12396 #ifndef __cplusplus
12397 #define inline $ac_val
12398 #endif
12399 _ACEOF
12400     ;;
12401 esac
12402
12403 ac_fn_c_check_type "$LINENO" "mode_t" "ac_cv_type_mode_t" "$ac_includes_default"
12404 if test "x$ac_cv_type_mode_t" = x""yes; then :
12405
12406 cat >>confdefs.h <<_ACEOF
12407 #define HAVE_MODE_T 1
12408 _ACEOF
12409
12410
12411 fi
12412 ac_fn_c_check_type "$LINENO" "off_t" "ac_cv_type_off_t" "$ac_includes_default"
12413 if test "x$ac_cv_type_off_t" = x""yes; then :
12414
12415 cat >>confdefs.h <<_ACEOF
12416 #define HAVE_OFF_T 1
12417 _ACEOF
12418
12419
12420 fi
12421 ac_fn_c_check_type "$LINENO" "pid_t" "ac_cv_type_pid_t" "$ac_includes_default"
12422 if test "x$ac_cv_type_pid_t" = x""yes; then :
12423
12424 cat >>confdefs.h <<_ACEOF
12425 #define HAVE_PID_T 1
12426 _ACEOF
12427
12428
12429 fi
12430 ac_fn_c_check_type "$LINENO" "size_t" "ac_cv_type_size_t" "$ac_includes_default"
12431 if test "x$ac_cv_type_size_t" = x""yes; then :
12432
12433 cat >>confdefs.h <<_ACEOF
12434 #define HAVE_SIZE_T 1
12435 _ACEOF
12436
12437
12438 fi
12439 ac_fn_c_check_type "$LINENO" "ssize_t" "ac_cv_type_ssize_t" "$ac_includes_default"
12440 if test "x$ac_cv_type_ssize_t" = x""yes; then :
12441
12442 cat >>confdefs.h <<_ACEOF
12443 #define HAVE_SSIZE_T 1
12444 _ACEOF
12445
12446
12447 fi
12448 ac_fn_c_check_type "$LINENO" "long long" "ac_cv_type_long_long" "$ac_includes_default"
12449 if test "x$ac_cv_type_long_long" = x""yes; then :
12450
12451 cat >>confdefs.h <<_ACEOF
12452 #define HAVE_LONG_LONG 1
12453 _ACEOF
12454
12455
12456 fi
12457 ac_fn_c_check_type "$LINENO" "fsblkcnt_t" "ac_cv_type_fsblkcnt_t" "$ac_includes_default"
12458 if test "x$ac_cv_type_fsblkcnt_t" = x""yes; then :
12459
12460 cat >>confdefs.h <<_ACEOF
12461 #define HAVE_FSBLKCNT_T 1
12462 _ACEOF
12463
12464
12465 fi
12466 ac_fn_c_check_type "$LINENO" "fsfilcnt_t" "ac_cv_type_fsfilcnt_t" "$ac_includes_default"
12467 if test "x$ac_cv_type_fsfilcnt_t" = x""yes; then :
12468
12469 cat >>confdefs.h <<_ACEOF
12470 #define HAVE_FSFILCNT_T 1
12471 _ACEOF
12472
12473
12474 fi
12475
12476 ac_fn_c_check_type "$LINENO" "sigset_t" "ac_cv_type_sigset_t" "#include <sys/types.h>
12477 #include <signal.h>
12478 "
12479 if test "x$ac_cv_type_sigset_t" = x""yes; then :
12480
12481 cat >>confdefs.h <<_ACEOF
12482 #define HAVE_SIGSET_T 1
12483 _ACEOF
12484
12485
12486 fi
12487
12488 ac_fn_c_check_type "$LINENO" "request_sense" "ac_cv_type_request_sense" "#include <linux/cdrom.h>
12489 "
12490 if test "x$ac_cv_type_request_sense" = x""yes; then :
12491
12492 cat >>confdefs.h <<_ACEOF
12493 #define HAVE_REQUEST_SENSE 1
12494 _ACEOF
12495
12496
12497 fi
12498
12499
12500 ac_fn_c_check_type "$LINENO" "struct xinpgen" "ac_cv_type_struct_xinpgen" "#include <sys/types.h>
12501 #ifdef HAVE_SYS_SOCKET_H
12502 #include <sys/socket.h>
12503 #endif
12504 #ifdef HAVE_SYS_SOCKETVAR_H
12505 #include <sys/socketvar.h>
12506 #endif
12507 #ifdef HAVE_NET_ROUTE_H
12508 #include <net/route.h>
12509 #endif
12510 #ifdef HAVE_NETINET_IN_H
12511 #include <netinet/in.h>
12512 #endif
12513 #ifdef HAVE_NETINET_IN_SYSTM_H
12514 #include <netinet/in_systm.h>
12515 #endif
12516 #ifdef HAVE_NETINET_IP_H
12517 #include <netinet/ip.h>
12518 #endif
12519 #ifdef HAVE_NETINET_IN_PCB_H
12520 #include <netinet/in_pcb.h>
12521 #endif
12522 "
12523 if test "x$ac_cv_type_struct_xinpgen" = x""yes; then :
12524
12525 cat >>confdefs.h <<_ACEOF
12526 #define HAVE_STRUCT_XINPGEN 1
12527 _ACEOF
12528
12529
12530 fi
12531
12532
12533 ac_fn_c_check_member "$LINENO" "struct ff_effect" "direction" "ac_cv_member_struct_ff_effect_direction" "#ifdef HAVE_LINUX_INPUT_H
12534 #include <linux/input.h>
12535 #endif
12536 "
12537 if test "x$ac_cv_member_struct_ff_effect_direction" = x""yes; then :
12538
12539 cat >>confdefs.h <<_ACEOF
12540 #define HAVE_STRUCT_FF_EFFECT_DIRECTION 1
12541 _ACEOF
12542
12543
12544 fi
12545
12546
12547 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for sigaddset" >&5
12548 $as_echo_n "checking for sigaddset... " >&6; }
12549 if test "${wine_cv_have_sigaddset+set}" = set; then :
12550   $as_echo_n "(cached) " >&6
12551 else
12552   cat confdefs.h - <<_ACEOF >conftest.$ac_ext
12553 /* end confdefs.h.  */
12554 #include <signal.h>
12555 int
12556 main ()
12557 {
12558 sigset_t set; sigaddset(&set,SIGTERM);
12559   ;
12560   return 0;
12561 }
12562 _ACEOF
12563 if ac_fn_c_try_link "$LINENO"; then :
12564   wine_cv_have_sigaddset=yes
12565 else
12566   wine_cv_have_sigaddset=no
12567 fi
12568 rm -f core conftest.err conftest.$ac_objext \
12569     conftest$ac_exeext conftest.$ac_ext
12570 fi
12571 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $wine_cv_have_sigaddset" >&5
12572 $as_echo "$wine_cv_have_sigaddset" >&6; }
12573 if test "$wine_cv_have_sigaddset" = "yes"
12574 then
12575
12576 $as_echo "#define HAVE_SIGADDSET 1" >>confdefs.h
12577
12578 fi
12579
12580
12581 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether we can use re-entrant gethostbyname_r Linux style" >&5
12582 $as_echo_n "checking whether we can use re-entrant gethostbyname_r Linux style... " >&6; }
12583 if test "${wine_cv_linux_gethostbyname_r_6+set}" = set; then :
12584   $as_echo_n "(cached) " >&6
12585 else
12586   cat confdefs.h - <<_ACEOF >conftest.$ac_ext
12587 /* end confdefs.h.  */
12588 #include <netdb.h>
12589 int
12590 main ()
12591 {
12592
12593     char *name=0;
12594     struct hostent he;
12595     struct hostent *result;
12596     char *buf=0;
12597     int bufsize=0;
12598     int res,errnr;
12599     char *addr=0;
12600     int addrlen=0;
12601     int addrtype=0;
12602     res=gethostbyname_r(name,&he,buf,bufsize,&result,&errnr);
12603     res=gethostbyaddr_r(addr, addrlen, addrtype,&he,buf,bufsize,&result,&errnr);
12604
12605   ;
12606   return 0;
12607 }
12608 _ACEOF
12609 if ac_fn_c_try_link "$LINENO"; then :
12610   wine_cv_linux_gethostbyname_r_6=yes
12611 else
12612   wine_cv_linux_gethostbyname_r_6=no
12613
12614 fi
12615 rm -f core conftest.err conftest.$ac_objext \
12616     conftest$ac_exeext conftest.$ac_ext
12617
12618 fi
12619 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $wine_cv_linux_gethostbyname_r_6" >&5
12620 $as_echo "$wine_cv_linux_gethostbyname_r_6" >&6; }
12621    if test "$wine_cv_linux_gethostbyname_r_6" = "yes"
12622    then
12623
12624 $as_echo "#define HAVE_LINUX_GETHOSTBYNAME_R_6 1" >>confdefs.h
12625
12626    fi
12627
12628 if test "$ac_cv_header_linux_joystick_h" = "yes"
12629 then
12630    { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether linux/joystick.h uses the Linux 2.2+ API" >&5
12631 $as_echo_n "checking whether linux/joystick.h uses the Linux 2.2+ API... " >&6; }
12632 if test "${wine_cv_linux_joystick_22_api+set}" = set; then :
12633   $as_echo_n "(cached) " >&6
12634 else
12635   cat confdefs.h - <<_ACEOF >conftest.$ac_ext
12636 /* end confdefs.h.  */
12637
12638         #include <sys/ioctl.h>
12639         #include <sys/types.h>
12640         #include <linux/joystick.h>
12641
12642         struct js_event blub;
12643         #if !defined(JS_EVENT_AXIS) || !defined(JS_EVENT_BUTTON)
12644         #error "no 2.2 header"
12645         #endif
12646
12647 int
12648 main ()
12649 {
12650 /*empty*/
12651   ;
12652   return 0;
12653 }
12654 _ACEOF
12655 if ac_fn_c_try_compile "$LINENO"; then :
12656   wine_cv_linux_joystick_22_api=yes
12657 else
12658   wine_cv_linux_joystick_22_api=no
12659 fi
12660 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
12661
12662 fi
12663 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $wine_cv_linux_joystick_22_api" >&5
12664 $as_echo "$wine_cv_linux_joystick_22_api" >&6; }
12665    if test "$wine_cv_linux_joystick_22_api" = "yes"
12666    then
12667
12668 $as_echo "#define HAVE_LINUX_22_JOYSTICK_API 1" >>confdefs.h
12669
12670    fi
12671 fi
12672
12673
12674 ac_fn_c_check_member "$LINENO" "struct statfs" "f_bfree" "ac_cv_member_struct_statfs_f_bfree" "#include <sys/types.h>
12675 #ifdef HAVE_SYS_PARAM_H
12676 # include <sys/param.h>
12677 #endif
12678 #ifdef HAVE_SYS_MOUNT_H
12679 # include <sys/mount.h>
12680 #endif
12681 #ifdef HAVE_SYS_VFS_H
12682 # include <sys/vfs.h>
12683 #endif
12684 #ifdef HAVE_SYS_STATFS_H
12685 # include <sys/statfs.h>
12686 #endif
12687 "
12688 if test "x$ac_cv_member_struct_statfs_f_bfree" = x""yes; then :
12689
12690 cat >>confdefs.h <<_ACEOF
12691 #define HAVE_STRUCT_STATFS_F_BFREE 1
12692 _ACEOF
12693
12694
12695 fi
12696 ac_fn_c_check_member "$LINENO" "struct statfs" "f_bavail" "ac_cv_member_struct_statfs_f_bavail" "#include <sys/types.h>
12697 #ifdef HAVE_SYS_PARAM_H
12698 # include <sys/param.h>
12699 #endif
12700 #ifdef HAVE_SYS_MOUNT_H
12701 # include <sys/mount.h>
12702 #endif
12703 #ifdef HAVE_SYS_VFS_H
12704 # include <sys/vfs.h>
12705 #endif
12706 #ifdef HAVE_SYS_STATFS_H
12707 # include <sys/statfs.h>
12708 #endif
12709 "
12710 if test "x$ac_cv_member_struct_statfs_f_bavail" = x""yes; then :
12711
12712 cat >>confdefs.h <<_ACEOF
12713 #define HAVE_STRUCT_STATFS_F_BAVAIL 1
12714 _ACEOF
12715
12716
12717 fi
12718 ac_fn_c_check_member "$LINENO" "struct statfs" "f_frsize" "ac_cv_member_struct_statfs_f_frsize" "#include <sys/types.h>
12719 #ifdef HAVE_SYS_PARAM_H
12720 # include <sys/param.h>
12721 #endif
12722 #ifdef HAVE_SYS_MOUNT_H
12723 # include <sys/mount.h>
12724 #endif
12725 #ifdef HAVE_SYS_VFS_H
12726 # include <sys/vfs.h>
12727 #endif
12728 #ifdef HAVE_SYS_STATFS_H
12729 # include <sys/statfs.h>
12730 #endif
12731 "
12732 if test "x$ac_cv_member_struct_statfs_f_frsize" = x""yes; then :
12733
12734 cat >>confdefs.h <<_ACEOF
12735 #define HAVE_STRUCT_STATFS_F_FRSIZE 1
12736 _ACEOF
12737
12738
12739 fi
12740 ac_fn_c_check_member "$LINENO" "struct statfs" "f_ffree" "ac_cv_member_struct_statfs_f_ffree" "#include <sys/types.h>
12741 #ifdef HAVE_SYS_PARAM_H
12742 # include <sys/param.h>
12743 #endif
12744 #ifdef HAVE_SYS_MOUNT_H
12745 # include <sys/mount.h>
12746 #endif
12747 #ifdef HAVE_SYS_VFS_H
12748 # include <sys/vfs.h>
12749 #endif
12750 #ifdef HAVE_SYS_STATFS_H
12751 # include <sys/statfs.h>
12752 #endif
12753 "
12754 if test "x$ac_cv_member_struct_statfs_f_ffree" = x""yes; then :
12755
12756 cat >>confdefs.h <<_ACEOF
12757 #define HAVE_STRUCT_STATFS_F_FFREE 1
12758 _ACEOF
12759
12760
12761 fi
12762 ac_fn_c_check_member "$LINENO" "struct statfs" "f_favail" "ac_cv_member_struct_statfs_f_favail" "#include <sys/types.h>
12763 #ifdef HAVE_SYS_PARAM_H
12764 # include <sys/param.h>
12765 #endif
12766 #ifdef HAVE_SYS_MOUNT_H
12767 # include <sys/mount.h>
12768 #endif
12769 #ifdef HAVE_SYS_VFS_H
12770 # include <sys/vfs.h>
12771 #endif
12772 #ifdef HAVE_SYS_STATFS_H
12773 # include <sys/statfs.h>
12774 #endif
12775 "
12776 if test "x$ac_cv_member_struct_statfs_f_favail" = x""yes; then :
12777
12778 cat >>confdefs.h <<_ACEOF
12779 #define HAVE_STRUCT_STATFS_F_FAVAIL 1
12780 _ACEOF
12781
12782
12783 fi
12784 ac_fn_c_check_member "$LINENO" "struct statfs" "f_namelen" "ac_cv_member_struct_statfs_f_namelen" "#include <sys/types.h>
12785 #ifdef HAVE_SYS_PARAM_H
12786 # include <sys/param.h>
12787 #endif
12788 #ifdef HAVE_SYS_MOUNT_H
12789 # include <sys/mount.h>
12790 #endif
12791 #ifdef HAVE_SYS_VFS_H
12792 # include <sys/vfs.h>
12793 #endif
12794 #ifdef HAVE_SYS_STATFS_H
12795 # include <sys/statfs.h>
12796 #endif
12797 "
12798 if test "x$ac_cv_member_struct_statfs_f_namelen" = x""yes; then :
12799
12800 cat >>confdefs.h <<_ACEOF
12801 #define HAVE_STRUCT_STATFS_F_NAMELEN 1
12802 _ACEOF
12803
12804
12805 fi
12806
12807
12808 ac_fn_c_check_member "$LINENO" "struct statvfs" "f_blocks" "ac_cv_member_struct_statvfs_f_blocks" "#ifdef HAVE_SYS_STATVFS_H
12809 #include <sys/statvfs.h>
12810 #endif
12811 "
12812 if test "x$ac_cv_member_struct_statvfs_f_blocks" = x""yes; then :
12813
12814 cat >>confdefs.h <<_ACEOF
12815 #define HAVE_STRUCT_STATVFS_F_BLOCKS 1
12816 _ACEOF
12817
12818
12819 fi
12820
12821
12822 ac_fn_c_check_member "$LINENO" "struct msghdr" "msg_accrights" "ac_cv_member_struct_msghdr_msg_accrights" "#include <sys/types.h>
12823 #ifdef HAVE_SYS_SOCKET_H
12824 # include <sys/socket.h>
12825 #endif
12826 #ifdef HAVE_SYS_UN_H
12827 # include <sys/un.h>
12828 #endif
12829 "
12830 if test "x$ac_cv_member_struct_msghdr_msg_accrights" = x""yes; then :
12831
12832 cat >>confdefs.h <<_ACEOF
12833 #define HAVE_STRUCT_MSGHDR_MSG_ACCRIGHTS 1
12834 _ACEOF
12835
12836
12837 fi
12838 ac_fn_c_check_member "$LINENO" "struct sockaddr" "sa_len" "ac_cv_member_struct_sockaddr_sa_len" "#include <sys/types.h>
12839 #ifdef HAVE_SYS_SOCKET_H
12840 # include <sys/socket.h>
12841 #endif
12842 #ifdef HAVE_SYS_UN_H
12843 # include <sys/un.h>
12844 #endif
12845 "
12846 if test "x$ac_cv_member_struct_sockaddr_sa_len" = x""yes; then :
12847
12848 cat >>confdefs.h <<_ACEOF
12849 #define HAVE_STRUCT_SOCKADDR_SA_LEN 1
12850 _ACEOF
12851
12852
12853 fi
12854 ac_fn_c_check_member "$LINENO" "struct sockaddr_un" "sun_len" "ac_cv_member_struct_sockaddr_un_sun_len" "#include <sys/types.h>
12855 #ifdef HAVE_SYS_SOCKET_H
12856 # include <sys/socket.h>
12857 #endif
12858 #ifdef HAVE_SYS_UN_H
12859 # include <sys/un.h>
12860 #endif
12861 "
12862 if test "x$ac_cv_member_struct_sockaddr_un_sun_len" = x""yes; then :
12863
12864 cat >>confdefs.h <<_ACEOF
12865 #define HAVE_STRUCT_SOCKADDR_UN_SUN_LEN 1
12866 _ACEOF
12867
12868
12869 fi
12870
12871
12872 ac_fn_c_check_member "$LINENO" "scsireq_t" "cmd" "ac_cv_member_scsireq_t_cmd" "#include <sys/types.h>
12873 #ifdef HAVE_SCSI_SG_H
12874 #include <scsi/sg.h>
12875 #endif
12876 "
12877 if test "x$ac_cv_member_scsireq_t_cmd" = x""yes; then :
12878
12879 cat >>confdefs.h <<_ACEOF
12880 #define HAVE_SCSIREQ_T_CMD 1
12881 _ACEOF
12882
12883
12884 fi
12885 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>
12886 #ifdef HAVE_SCSI_SG_H
12887 #include <scsi/sg.h>
12888 #endif
12889 "
12890 if test "x$ac_cv_member_sg_io_hdr_t_interface_id" = x""yes; then :
12891
12892 cat >>confdefs.h <<_ACEOF
12893 #define HAVE_SG_IO_HDR_T_INTERFACE_ID 1
12894 _ACEOF
12895
12896
12897 fi
12898
12899
12900 ac_fn_c_check_member "$LINENO" "siginfo_t" "si_fd" "ac_cv_member_siginfo_t_si_fd" "#include <signal.h>
12901 "
12902 if test "x$ac_cv_member_siginfo_t_si_fd" = x""yes; then :
12903
12904 cat >>confdefs.h <<_ACEOF
12905 #define HAVE_SIGINFO_T_SI_FD 1
12906 _ACEOF
12907
12908
12909 fi
12910
12911
12912 ac_fn_c_check_member "$LINENO" "struct mtget" "mt_blksiz" "ac_cv_member_struct_mtget_mt_blksiz" "#include <sys/types.h>
12913 #ifdef HAVE_SYS_MTIO_H
12914 #include <sys/mtio.h>
12915 #endif
12916 "
12917 if test "x$ac_cv_member_struct_mtget_mt_blksiz" = x""yes; then :
12918
12919 cat >>confdefs.h <<_ACEOF
12920 #define HAVE_STRUCT_MTGET_MT_BLKSIZ 1
12921 _ACEOF
12922
12923
12924 fi
12925 ac_fn_c_check_member "$LINENO" "struct mtget" "mt_gstat" "ac_cv_member_struct_mtget_mt_gstat" "#include <sys/types.h>
12926 #ifdef HAVE_SYS_MTIO_H
12927 #include <sys/mtio.h>
12928 #endif
12929 "
12930 if test "x$ac_cv_member_struct_mtget_mt_gstat" = x""yes; then :
12931
12932 cat >>confdefs.h <<_ACEOF
12933 #define HAVE_STRUCT_MTGET_MT_GSTAT 1
12934 _ACEOF
12935
12936
12937 fi
12938 ac_fn_c_check_member "$LINENO" "struct mtget" "mt_blkno" "ac_cv_member_struct_mtget_mt_blkno" "#include <sys/types.h>
12939 #ifdef HAVE_SYS_MTIO_H
12940 #include <sys/mtio.h>
12941 #endif
12942 "
12943 if test "x$ac_cv_member_struct_mtget_mt_blkno" = x""yes; then :
12944
12945 cat >>confdefs.h <<_ACEOF
12946 #define HAVE_STRUCT_MTGET_MT_BLKNO 1
12947 _ACEOF
12948
12949
12950 fi
12951
12952
12953 ac_fn_c_check_member "$LINENO" "struct option" "name" "ac_cv_member_struct_option_name" "#ifdef HAVE_GETOPT_H
12954 #include <getopt.h>
12955 #endif
12956 "
12957 if test "x$ac_cv_member_struct_option_name" = x""yes; then :
12958
12959 cat >>confdefs.h <<_ACEOF
12960 #define HAVE_STRUCT_OPTION_NAME 1
12961 _ACEOF
12962
12963
12964 fi
12965
12966
12967 ac_fn_c_check_member "$LINENO" "struct stat" "st_blocks" "ac_cv_member_struct_stat_st_blocks" "$ac_includes_default"
12968 if test "x$ac_cv_member_struct_stat_st_blocks" = x""yes; then :
12969
12970 cat >>confdefs.h <<_ACEOF
12971 #define HAVE_STRUCT_STAT_ST_BLOCKS 1
12972 _ACEOF
12973
12974
12975 fi
12976 ac_fn_c_check_member "$LINENO" "struct stat" "st_mtim" "ac_cv_member_struct_stat_st_mtim" "$ac_includes_default"
12977 if test "x$ac_cv_member_struct_stat_st_mtim" = x""yes; then :
12978
12979 cat >>confdefs.h <<_ACEOF
12980 #define HAVE_STRUCT_STAT_ST_MTIM 1
12981 _ACEOF
12982
12983
12984 fi
12985 ac_fn_c_check_member "$LINENO" "struct stat" "st_ctim" "ac_cv_member_struct_stat_st_ctim" "$ac_includes_default"
12986 if test "x$ac_cv_member_struct_stat_st_ctim" = x""yes; then :
12987
12988 cat >>confdefs.h <<_ACEOF
12989 #define HAVE_STRUCT_STAT_ST_CTIM 1
12990 _ACEOF
12991
12992
12993 fi
12994 ac_fn_c_check_member "$LINENO" "struct stat" "st_atim" "ac_cv_member_struct_stat_st_atim" "$ac_includes_default"
12995 if test "x$ac_cv_member_struct_stat_st_atim" = x""yes; then :
12996
12997 cat >>confdefs.h <<_ACEOF
12998 #define HAVE_STRUCT_STAT_ST_ATIM 1
12999 _ACEOF
13000
13001
13002 fi
13003
13004
13005 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
13006 #include <sys/types.h>
13007 #endif
13008 #ifdef HAVE_NETINET_IN_H
13009 #include <netinet/in.h>
13010 #endif
13011 "
13012 if test "x$ac_cv_member_struct_sockaddr_in6_sin6_scope_id" = x""yes; then :
13013
13014 cat >>confdefs.h <<_ACEOF
13015 #define HAVE_STRUCT_SOCKADDR_IN6_SIN6_SCOPE_ID 1
13016 _ACEOF
13017
13018
13019 fi
13020
13021
13022 ac_fn_c_check_member "$LINENO" "ns_msg" "_msg_ptr" "ac_cv_member_ns_msg__msg_ptr" "#ifdef HAVE_SYS_TYPES_H
13023 #include <sys/types.h>
13024 #endif
13025 #ifdef HAVE_NETINET_IN_H
13026 # include <netinet/in.h>
13027 #endif
13028 #ifdef HAVE_ARPA_NAMESER_H
13029 # include <arpa/nameser.h>
13030 #endif
13031 "
13032 if test "x$ac_cv_member_ns_msg__msg_ptr" = x""yes; then :
13033
13034 cat >>confdefs.h <<_ACEOF
13035 #define HAVE_NS_MSG__MSG_PTR 1
13036 _ACEOF
13037
13038
13039 fi
13040
13041
13042 ac_fn_c_check_member "$LINENO" "struct icmpstat" "icps_outhist" "ac_cv_member_struct_icmpstat_icps_outhist" "#ifdef HAVE_SYS_TYPES_H
13043 #include <sys/types.h>
13044 #endif
13045 #ifdef HAVE_ALIAS_H
13046 #include <alias.h>
13047 #endif
13048 #ifdef HAVE_SYS_SOCKET_H
13049 #include <sys/socket.h>
13050 #endif
13051 #ifdef HAVE_SYS_SOCKETVAR_H
13052 #include <sys/socketvar.h>
13053 #endif
13054 #ifdef HAVE_SYS_TIMEOUT_H
13055 #include <sys/timeout.h>
13056 #endif
13057 #ifdef HAVE_NETINET_IN_H
13058 #include <netinet/in.h>
13059 #endif
13060 #ifdef HAVE_NETINET_IN_SYSTM_H
13061 #include <netinet/in_systm.h>
13062 #endif
13063 #ifdef HAVE_NETINET_IP_H
13064 #include <netinet/ip.h>
13065 #endif
13066 #ifdef HAVE_NETINET_IP_VAR_H
13067 #include <netinet/ip_var.h>
13068 #endif
13069 #ifdef HAVE_NETINET_IP_ICMP_H
13070 #include <netinet/ip_icmp.h>
13071 #endif
13072 #ifdef HAVE_NETINET_ICMP_VAR
13073 #include <netinet/icmp_var.h>
13074 #endif
13075 "
13076 if test "x$ac_cv_member_struct_icmpstat_icps_outhist" = x""yes; then :
13077
13078 cat >>confdefs.h <<_ACEOF
13079 #define HAVE_STRUCT_ICMPSTAT_ICPS_OUTHIST 1
13080 _ACEOF
13081
13082
13083 fi
13084
13085
13086 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for timezone variable" >&5
13087 $as_echo_n "checking for timezone variable... " >&6; }
13088 if test "${ac_cv_have_timezone+set}" = set; then :
13089   $as_echo_n "(cached) " >&6
13090 else
13091   cat confdefs.h - <<_ACEOF >conftest.$ac_ext
13092 /* end confdefs.h.  */
13093 #include <time.h>
13094 int
13095 main ()
13096 {
13097 timezone = 1
13098   ;
13099   return 0;
13100 }
13101 _ACEOF
13102 if ac_fn_c_try_link "$LINENO"; then :
13103   ac_cv_have_timezone="yes"
13104 else
13105   ac_cv_have_timezone="no"
13106 fi
13107 rm -f core conftest.err conftest.$ac_objext \
13108     conftest$ac_exeext conftest.$ac_ext
13109 fi
13110 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_have_timezone" >&5
13111 $as_echo "$ac_cv_have_timezone" >&6; }
13112 if test "$ac_cv_have_timezone" = "yes"
13113 then
13114
13115 $as_echo "#define HAVE_TIMEZONE 1" >>confdefs.h
13116
13117 fi
13118 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for daylight variable" >&5
13119 $as_echo_n "checking for daylight variable... " >&6; }
13120 if test "${ac_cv_have_daylight+set}" = set; then :
13121   $as_echo_n "(cached) " >&6
13122 else
13123   cat confdefs.h - <<_ACEOF >conftest.$ac_ext
13124 /* end confdefs.h.  */
13125 #include <time.h>
13126 int
13127 main ()
13128 {
13129 daylight = 1
13130   ;
13131   return 0;
13132 }
13133 _ACEOF
13134 if ac_fn_c_try_link "$LINENO"; then :
13135   ac_cv_have_daylight="yes"
13136 else
13137   ac_cv_have_daylight="no"
13138 fi
13139 rm -f core conftest.err conftest.$ac_objext \
13140     conftest$ac_exeext conftest.$ac_ext
13141 fi
13142 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_have_daylight" >&5
13143 $as_echo "$ac_cv_have_daylight" >&6; }
13144 if test "$ac_cv_have_daylight" = "yes"
13145 then
13146
13147 $as_echo "#define HAVE_DAYLIGHT 1" >>confdefs.h
13148
13149 fi
13150
13151 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for isinf" >&5
13152 $as_echo_n "checking for isinf... " >&6; }
13153 if test "${ac_cv_have_isinf+set}" = set; then :
13154   $as_echo_n "(cached) " >&6
13155 else
13156   cat confdefs.h - <<_ACEOF >conftest.$ac_ext
13157 /* end confdefs.h.  */
13158 #include <math.h>
13159 int
13160 main ()
13161 {
13162 float f = 0.0; int i=isinf(f)
13163   ;
13164   return 0;
13165 }
13166 _ACEOF
13167 if ac_fn_c_try_link "$LINENO"; then :
13168   ac_cv_have_isinf="yes"
13169 else
13170   ac_cv_have_isinf="no"
13171 fi
13172 rm -f core conftest.err conftest.$ac_objext \
13173     conftest$ac_exeext conftest.$ac_ext
13174 fi
13175 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_have_isinf" >&5
13176 $as_echo "$ac_cv_have_isinf" >&6; }
13177 if test "$ac_cv_have_isinf" = "yes"
13178 then
13179
13180 $as_echo "#define HAVE_ISINF 1" >>confdefs.h
13181
13182 fi
13183
13184 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for isnan" >&5
13185 $as_echo_n "checking for isnan... " >&6; }
13186 if test "${ac_cv_have_isnan+set}" = set; then :
13187   $as_echo_n "(cached) " >&6
13188 else
13189   cat confdefs.h - <<_ACEOF >conftest.$ac_ext
13190 /* end confdefs.h.  */
13191 #include <math.h>
13192 int
13193 main ()
13194 {
13195 float f = 0.0; int i=isnan(f)
13196   ;
13197   return 0;
13198 }
13199 _ACEOF
13200 if ac_fn_c_try_link "$LINENO"; then :
13201   ac_cv_have_isnan="yes"
13202 else
13203   ac_cv_have_isnan="no"
13204 fi
13205 rm -f core conftest.err conftest.$ac_objext \
13206     conftest$ac_exeext conftest.$ac_ext
13207 fi
13208 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_have_isnan" >&5
13209 $as_echo "$ac_cv_have_isnan" >&6; }
13210 if test "$ac_cv_have_isnan" = "yes"
13211 then
13212
13213 $as_echo "#define HAVE_ISNAN 1" >>confdefs.h
13214
13215 fi
13216
13217
13218 case $host_cpu in
13219   *i[3456789]86*) { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether we need to define __i386__" >&5
13220 $as_echo_n "checking whether we need to define __i386__... " >&6; }
13221 if test "${ac_cv_cpp_def___i386__+set}" = set; then :
13222   $as_echo_n "(cached) " >&6
13223 else
13224   cat confdefs.h - <<_ACEOF >conftest.$ac_ext
13225 /* end confdefs.h.  */
13226 #ifndef __i386__
13227 yes
13228 #endif
13229 _ACEOF
13230 if (eval "$ac_cpp conftest.$ac_ext") 2>&5 |
13231   $EGREP "yes" >/dev/null 2>&1; then :
13232   ac_cv_cpp_def___i386__=yes
13233 else
13234   ac_cv_cpp_def___i386__=no
13235 fi
13236 rm -f conftest*
13237
13238 fi
13239 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_cpp_def___i386__" >&5
13240 $as_echo "$ac_cv_cpp_def___i386__" >&6; }
13241 if test $ac_cv_cpp_def___i386__ = yes; then :
13242   CFLAGS="$CFLAGS -D__i386__"
13243   LINTFLAGS="$LINTFLAGS -D__i386__"
13244 fi ;;
13245   *x86_64*)         { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether we need to define __x86_64__" >&5
13246 $as_echo_n "checking whether we need to define __x86_64__... " >&6; }
13247 if test "${ac_cv_cpp_def___x86_64__+set}" = set; then :
13248   $as_echo_n "(cached) " >&6
13249 else
13250   cat confdefs.h - <<_ACEOF >conftest.$ac_ext
13251 /* end confdefs.h.  */
13252 #ifndef __x86_64__
13253 yes
13254 #endif
13255 _ACEOF
13256 if (eval "$ac_cpp conftest.$ac_ext") 2>&5 |
13257   $EGREP "yes" >/dev/null 2>&1; then :
13258   ac_cv_cpp_def___x86_64__=yes
13259 else
13260   ac_cv_cpp_def___x86_64__=no
13261 fi
13262 rm -f conftest*
13263
13264 fi
13265 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_cpp_def___x86_64__" >&5
13266 $as_echo "$ac_cv_cpp_def___x86_64__" >&6; }
13267 if test $ac_cv_cpp_def___x86_64__ = yes; then :
13268   CFLAGS="$CFLAGS -D__x86_64__"
13269   LINTFLAGS="$LINTFLAGS -D__x86_64__"
13270 fi ;;
13271   *alpha*)          { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether we need to define __ALPHA__" >&5
13272 $as_echo_n "checking whether we need to define __ALPHA__... " >&6; }
13273 if test "${ac_cv_cpp_def___ALPHA__+set}" = set; then :
13274   $as_echo_n "(cached) " >&6
13275 else
13276   cat confdefs.h - <<_ACEOF >conftest.$ac_ext
13277 /* end confdefs.h.  */
13278 #ifndef __ALPHA__
13279 yes
13280 #endif
13281 _ACEOF
13282 if (eval "$ac_cpp conftest.$ac_ext") 2>&5 |
13283   $EGREP "yes" >/dev/null 2>&1; then :
13284   ac_cv_cpp_def___ALPHA__=yes
13285 else
13286   ac_cv_cpp_def___ALPHA__=no
13287 fi
13288 rm -f conftest*
13289
13290 fi
13291 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_cpp_def___ALPHA__" >&5
13292 $as_echo "$ac_cv_cpp_def___ALPHA__" >&6; }
13293 if test $ac_cv_cpp_def___ALPHA__ = yes; then :
13294   CFLAGS="$CFLAGS -D__ALPHA__"
13295   LINTFLAGS="$LINTFLAGS -D__ALPHA__"
13296 fi ;;
13297   *sparc*)          { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether we need to define __sparc__" >&5
13298 $as_echo_n "checking whether we need to define __sparc__... " >&6; }
13299 if test "${ac_cv_cpp_def___sparc__+set}" = set; then :
13300   $as_echo_n "(cached) " >&6
13301 else
13302   cat confdefs.h - <<_ACEOF >conftest.$ac_ext
13303 /* end confdefs.h.  */
13304 #ifndef __sparc__
13305 yes
13306 #endif
13307 _ACEOF
13308 if (eval "$ac_cpp conftest.$ac_ext") 2>&5 |
13309   $EGREP "yes" >/dev/null 2>&1; then :
13310   ac_cv_cpp_def___sparc__=yes
13311 else
13312   ac_cv_cpp_def___sparc__=no
13313 fi
13314 rm -f conftest*
13315
13316 fi
13317 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_cpp_def___sparc__" >&5
13318 $as_echo "$ac_cv_cpp_def___sparc__" >&6; }
13319 if test $ac_cv_cpp_def___sparc__ = yes; then :
13320   CFLAGS="$CFLAGS -D__sparc__"
13321   LINTFLAGS="$LINTFLAGS -D__sparc__"
13322 fi ;;
13323   *powerpc*)        { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether we need to define __powerpc__" >&5
13324 $as_echo_n "checking whether we need to define __powerpc__... " >&6; }
13325 if test "${ac_cv_cpp_def___powerpc__+set}" = set; then :
13326   $as_echo_n "(cached) " >&6
13327 else
13328   cat confdefs.h - <<_ACEOF >conftest.$ac_ext
13329 /* end confdefs.h.  */
13330 #ifndef __powerpc__
13331 yes
13332 #endif
13333 _ACEOF
13334 if (eval "$ac_cpp conftest.$ac_ext") 2>&5 |
13335   $EGREP "yes" >/dev/null 2>&1; then :
13336   ac_cv_cpp_def___powerpc__=yes
13337 else
13338   ac_cv_cpp_def___powerpc__=no
13339 fi
13340 rm -f conftest*
13341
13342 fi
13343 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_cpp_def___powerpc__" >&5
13344 $as_echo "$ac_cv_cpp_def___powerpc__" >&6; }
13345 if test $ac_cv_cpp_def___powerpc__ = yes; then :
13346   CFLAGS="$CFLAGS -D__powerpc__"
13347   LINTFLAGS="$LINTFLAGS -D__powerpc__"
13348 fi ;;
13349 esac
13350
13351 case $host_vendor in
13352   *sun*) { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether we need to define __sun__" >&5
13353 $as_echo_n "checking whether we need to define __sun__... " >&6; }
13354 if test "${ac_cv_cpp_def___sun__+set}" = set; then :
13355   $as_echo_n "(cached) " >&6
13356 else
13357   cat confdefs.h - <<_ACEOF >conftest.$ac_ext
13358 /* end confdefs.h.  */
13359 #ifndef __sun__
13360 yes
13361 #endif
13362 _ACEOF
13363 if (eval "$ac_cpp conftest.$ac_ext") 2>&5 |
13364   $EGREP "yes" >/dev/null 2>&1; then :
13365   ac_cv_cpp_def___sun__=yes
13366 else
13367   ac_cv_cpp_def___sun__=no
13368 fi
13369 rm -f conftest*
13370
13371 fi
13372 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_cpp_def___sun__" >&5
13373 $as_echo "$ac_cv_cpp_def___sun__" >&6; }
13374 if test $ac_cv_cpp_def___sun__ = yes; then :
13375   CFLAGS="$CFLAGS -D__sun__"
13376   LINTFLAGS="$LINTFLAGS -D__sun__"
13377 fi ;;
13378 esac
13379
13380
13381 DEPENDENCIES="### Dependencies:
13382
13383 .INIT: Makefile
13384 .BEGIN: Makefile
13385 .MAKEFILEDEPS:
13386 Makefile: dummy
13387         -\$(MAKEDEP) \$(MAKEDEPFLAGS) -C\$(SRCDIR) -S\$(TOPSRCDIR) -T\$(TOPOBJDIR) \$(EXTRAINCL) \$(DEPEND_SRCS)
13388
13389 \$(OBJS) \$(C_SRCS16:.c=.o): \$(IDL_GEN_HEADERS)
13390 \$(IDL_GEN_C_SRCS:.c=.o): \$(IDL_GEN_C_SRCS)
13391 \$(RC_SRCS:.rc=.res): \$(IDL_TLB_SRCS:.idl=.tlb)
13392 \$(LEX_SRCS:.l=.yy.o): \$(LEX_SRCS:.l=.yy.c)
13393 \$(BISON_SRCS:.y=.tab.o): \$(BISON_SRCS:.y=.tab.c)"
13394
13395
13396 ALL_MAKERULES=""
13397
13398 ALL_MAKEFILES=""
13399
13400 ALL_MAKEFILE_DEPENDS="# Makefile dependencies"
13401
13402
13403 ALL_TOP_DIRS=""
13404
13405 ALL_DLL_DIRS=""
13406
13407 ALL_IMPLIB_DIRS=""
13408
13409 ALL_TEST_DIRS=""
13410
13411 ALL_PROGRAM_DIRS=""
13412
13413 ALL_PROGRAM_INSTALL_DIRS=""
13414
13415 ALL_PROGRAM_BIN_INSTALL_DIRS=""
13416
13417
13418
13419
13420 ac_config_commands="$ac_config_commands include/stamp-h"
13421
13422
13423 ac_config_commands="$ac_config_commands dlls/gdi32/enhmfdrv"
13424
13425 ac_config_commands="$ac_config_commands dlls/gdi32/mfdrv"
13426
13427 ac_config_commands="$ac_config_commands dlls/kernel32/nls"
13428
13429 ac_config_commands="$ac_config_commands dlls/user32/resources"
13430
13431 ac_config_commands="$ac_config_commands dlls/wineps.drv/data"
13432
13433 ac_config_commands="$ac_config_commands include/wine"
13434
13435
13436 ALL_MAKERULES="$ALL_MAKERULES \\
13437         Make.rules"
13438 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
13439 Make.rules: Make.rules.in"
13440 MAKE_RULES=Make.rules
13441 ac_config_files="$ac_config_files Make.rules"
13442
13443 ALL_MAKERULES="$ALL_MAKERULES \\
13444         dlls/Makedll.rules"
13445 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
13446 dlls/Makedll.rules: dlls/Makedll.rules.in Make.rules"
13447 MAKE_DLL_RULES=dlls/Makedll.rules
13448 ac_config_files="$ac_config_files dlls/Makedll.rules"
13449
13450 ALL_MAKERULES="$ALL_MAKERULES \\
13451         dlls/Makeimplib.rules"
13452 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
13453 dlls/Makeimplib.rules: dlls/Makeimplib.rules.in Make.rules"
13454 MAKE_IMPLIB_RULES=dlls/Makeimplib.rules
13455 ac_config_files="$ac_config_files dlls/Makeimplib.rules"
13456
13457 ALL_MAKERULES="$ALL_MAKERULES \\
13458         dlls/Maketest.rules"
13459 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
13460 dlls/Maketest.rules: dlls/Maketest.rules.in Make.rules"
13461 MAKE_TEST_RULES=dlls/Maketest.rules
13462 ac_config_files="$ac_config_files dlls/Maketest.rules"
13463
13464 ALL_MAKERULES="$ALL_MAKERULES \\
13465         programs/Makeprog.rules"
13466 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
13467 programs/Makeprog.rules: programs/Makeprog.rules.in Make.rules"
13468 MAKE_PROG_RULES=programs/Makeprog.rules
13469 ac_config_files="$ac_config_files programs/Makeprog.rules"
13470
13471
13472
13473
13474 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
13475 Makefile: Makefile.in Make.rules"
13476 ac_config_files="$ac_config_files Makefile"
13477
13478 ALL_MAKEFILES="$ALL_MAKEFILES \\
13479         dlls/Makefile"
13480 test "x$enable_dlls" != xno && ALL_TOP_DIRS="$ALL_TOP_DIRS \\
13481         dlls"
13482 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
13483 dlls/Makefile: dlls/Makefile.in Make.rules"
13484 ac_config_files="$ac_config_files dlls/Makefile"
13485
13486 ALL_MAKEFILES="$ALL_MAKEFILES \\
13487         dlls/acledit/Makefile"
13488 test "x$enable_acledit" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
13489         acledit"
13490 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
13491 dlls/acledit/Makefile: dlls/acledit/Makefile.in dlls/Makedll.rules"
13492 ac_config_files="$ac_config_files dlls/acledit/Makefile"
13493
13494 ALL_MAKEFILES="$ALL_MAKEFILES \\
13495         dlls/aclui/Makefile"
13496 test "x$enable_aclui" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
13497         aclui"
13498 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
13499 dlls/aclui/Makefile: dlls/aclui/Makefile.in dlls/Makedll.rules"
13500 ac_config_files="$ac_config_files dlls/aclui/Makefile"
13501
13502 ALL_MAKEFILES="$ALL_MAKEFILES \\
13503         dlls/activeds/Makefile"
13504 test "x$enable_activeds" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
13505         activeds"
13506 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
13507 dlls/activeds/Makefile: dlls/activeds/Makefile.in dlls/Makedll.rules"
13508 ac_config_files="$ac_config_files dlls/activeds/Makefile"
13509
13510 ALL_MAKEFILES="$ALL_MAKEFILES \\
13511         dlls/actxprxy/Makefile"
13512 test "x$enable_actxprxy" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
13513         actxprxy"
13514 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
13515 dlls/actxprxy/Makefile: dlls/actxprxy/Makefile.in dlls/Makedll.rules"
13516 ac_config_files="$ac_config_files dlls/actxprxy/Makefile"
13517
13518 ALL_MAKEFILES="$ALL_MAKEFILES \\
13519         dlls/adsiid/Makefile"
13520 test "x$enable_adsiid" != xno && ALL_IMPLIB_DIRS="$ALL_IMPLIB_DIRS \\
13521         adsiid"
13522 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
13523 dlls/adsiid/Makefile: dlls/adsiid/Makefile.in dlls/Makeimplib.rules"
13524 ac_config_files="$ac_config_files dlls/adsiid/Makefile"
13525
13526 ALL_MAKEFILES="$ALL_MAKEFILES \\
13527         dlls/advapi32/Makefile"
13528 test "x$enable_advapi32" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
13529         advapi32"
13530 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
13531 dlls/advapi32/Makefile: dlls/advapi32/Makefile.in dlls/Makedll.rules"
13532 ac_config_files="$ac_config_files dlls/advapi32/Makefile"
13533
13534 ALL_MAKEFILES="$ALL_MAKEFILES \\
13535         dlls/advapi32/tests/Makefile"
13536 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
13537         advapi32/tests"
13538 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
13539 dlls/advapi32/tests/Makefile: dlls/advapi32/tests/Makefile.in dlls/Maketest.rules"
13540 ac_config_files="$ac_config_files dlls/advapi32/tests/Makefile"
13541
13542 ALL_MAKEFILES="$ALL_MAKEFILES \\
13543         dlls/advpack/Makefile"
13544 test "x$enable_advpack" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
13545         advpack"
13546 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
13547 dlls/advpack/Makefile: dlls/advpack/Makefile.in dlls/Makedll.rules"
13548 ac_config_files="$ac_config_files dlls/advpack/Makefile"
13549
13550 ALL_MAKEFILES="$ALL_MAKEFILES \\
13551         dlls/advpack/tests/Makefile"
13552 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
13553         advpack/tests"
13554 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
13555 dlls/advpack/tests/Makefile: dlls/advpack/tests/Makefile.in dlls/Maketest.rules"
13556 ac_config_files="$ac_config_files dlls/advpack/tests/Makefile"
13557
13558 ALL_MAKEFILES="$ALL_MAKEFILES \\
13559         dlls/amstream/Makefile"
13560 test "x$enable_amstream" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
13561         amstream"
13562 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
13563 dlls/amstream/Makefile: dlls/amstream/Makefile.in dlls/Makedll.rules"
13564 ac_config_files="$ac_config_files dlls/amstream/Makefile"
13565
13566 ALL_MAKEFILES="$ALL_MAKEFILES \\
13567         dlls/amstream/tests/Makefile"
13568 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
13569         amstream/tests"
13570 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
13571 dlls/amstream/tests/Makefile: dlls/amstream/tests/Makefile.in dlls/Maketest.rules"
13572 ac_config_files="$ac_config_files dlls/amstream/tests/Makefile"
13573
13574 ALL_MAKEFILES="$ALL_MAKEFILES \\
13575         dlls/appwiz.cpl/Makefile"
13576 test "x$enable_appwiz_cpl" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
13577         appwiz.cpl"
13578 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
13579 dlls/appwiz.cpl/Makefile: dlls/appwiz.cpl/Makefile.in dlls/Makedll.rules"
13580 ac_config_files="$ac_config_files dlls/appwiz.cpl/Makefile"
13581
13582 ALL_MAKEFILES="$ALL_MAKEFILES \\
13583         dlls/atl/Makefile"
13584 test "x$enable_atl" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
13585         atl"
13586 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
13587 dlls/atl/Makefile: dlls/atl/Makefile.in dlls/Makedll.rules"
13588 ac_config_files="$ac_config_files dlls/atl/Makefile"
13589
13590 ALL_MAKEFILES="$ALL_MAKEFILES \\
13591         dlls/authz/Makefile"
13592 test "x$enable_authz" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
13593         authz"
13594 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
13595 dlls/authz/Makefile: dlls/authz/Makefile.in dlls/Makedll.rules"
13596 ac_config_files="$ac_config_files dlls/authz/Makefile"
13597
13598 ALL_MAKEFILES="$ALL_MAKEFILES \\
13599         dlls/avicap32/Makefile"
13600 test "x$enable_avicap32" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
13601         avicap32"
13602 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
13603 dlls/avicap32/Makefile: dlls/avicap32/Makefile.in dlls/Makedll.rules"
13604 ac_config_files="$ac_config_files dlls/avicap32/Makefile"
13605
13606 ALL_MAKEFILES="$ALL_MAKEFILES \\
13607         dlls/avifil32/Makefile"
13608 test "x$enable_avifil32" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
13609         avifil32"
13610 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
13611 dlls/avifil32/Makefile: dlls/avifil32/Makefile.in dlls/Makedll.rules"
13612 ac_config_files="$ac_config_files dlls/avifil32/Makefile"
13613
13614 ALL_MAKEFILES="$ALL_MAKEFILES \\
13615         dlls/avifile.dll16/Makefile"
13616 test "x$enable_win16" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
13617         avifile.dll16"
13618 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
13619 dlls/avifile.dll16/Makefile: dlls/avifile.dll16/Makefile.in dlls/Makedll.rules"
13620 ac_config_files="$ac_config_files dlls/avifile.dll16/Makefile"
13621
13622 ALL_MAKEFILES="$ALL_MAKEFILES \\
13623         dlls/bcrypt/Makefile"
13624 test "x$enable_bcrypt" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
13625         bcrypt"
13626 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
13627 dlls/bcrypt/Makefile: dlls/bcrypt/Makefile.in dlls/Makedll.rules"
13628 ac_config_files="$ac_config_files dlls/bcrypt/Makefile"
13629
13630 ALL_MAKEFILES="$ALL_MAKEFILES \\
13631         dlls/browseui/Makefile"
13632 test "x$enable_browseui" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
13633         browseui"
13634 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
13635 dlls/browseui/Makefile: dlls/browseui/Makefile.in dlls/Makedll.rules"
13636 ac_config_files="$ac_config_files dlls/browseui/Makefile"
13637
13638 ALL_MAKEFILES="$ALL_MAKEFILES \\
13639         dlls/browseui/tests/Makefile"
13640 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
13641         browseui/tests"
13642 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
13643 dlls/browseui/tests/Makefile: dlls/browseui/tests/Makefile.in dlls/Maketest.rules"
13644 ac_config_files="$ac_config_files dlls/browseui/tests/Makefile"
13645
13646 ALL_MAKEFILES="$ALL_MAKEFILES \\
13647         dlls/cabinet/Makefile"
13648 test "x$enable_cabinet" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
13649         cabinet"
13650 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
13651 dlls/cabinet/Makefile: dlls/cabinet/Makefile.in dlls/Makedll.rules"
13652 ac_config_files="$ac_config_files dlls/cabinet/Makefile"
13653
13654 ALL_MAKEFILES="$ALL_MAKEFILES \\
13655         dlls/cabinet/tests/Makefile"
13656 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
13657         cabinet/tests"
13658 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
13659 dlls/cabinet/tests/Makefile: dlls/cabinet/tests/Makefile.in dlls/Maketest.rules"
13660 ac_config_files="$ac_config_files dlls/cabinet/tests/Makefile"
13661
13662 ALL_MAKEFILES="$ALL_MAKEFILES \\
13663         dlls/capi2032/Makefile"
13664 test "x$enable_capi2032" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
13665         capi2032"
13666 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
13667 dlls/capi2032/Makefile: dlls/capi2032/Makefile.in dlls/Makedll.rules"
13668 ac_config_files="$ac_config_files dlls/capi2032/Makefile"
13669
13670 ALL_MAKEFILES="$ALL_MAKEFILES \\
13671         dlls/cards/Makefile"
13672 test "x$enable_cards" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
13673         cards"
13674 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
13675 dlls/cards/Makefile: dlls/cards/Makefile.in dlls/Makedll.rules"
13676 ac_config_files="$ac_config_files dlls/cards/Makefile"
13677
13678 ALL_MAKEFILES="$ALL_MAKEFILES \\
13679         dlls/cfgmgr32/Makefile"
13680 test "x$enable_cfgmgr32" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
13681         cfgmgr32"
13682 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
13683 dlls/cfgmgr32/Makefile: dlls/cfgmgr32/Makefile.in dlls/Makedll.rules"
13684 ac_config_files="$ac_config_files dlls/cfgmgr32/Makefile"
13685
13686 ALL_MAKEFILES="$ALL_MAKEFILES \\
13687         dlls/clusapi/Makefile"
13688 test "x$enable_clusapi" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
13689         clusapi"
13690 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
13691 dlls/clusapi/Makefile: dlls/clusapi/Makefile.in dlls/Makedll.rules"
13692 ac_config_files="$ac_config_files dlls/clusapi/Makefile"
13693
13694 ALL_MAKEFILES="$ALL_MAKEFILES \\
13695         dlls/comcat/Makefile"
13696 test "x$enable_comcat" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
13697         comcat"
13698 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
13699 dlls/comcat/Makefile: dlls/comcat/Makefile.in dlls/Makedll.rules"
13700 ac_config_files="$ac_config_files dlls/comcat/Makefile"
13701
13702 ALL_MAKEFILES="$ALL_MAKEFILES \\
13703         dlls/comcat/tests/Makefile"
13704 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
13705         comcat/tests"
13706 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
13707 dlls/comcat/tests/Makefile: dlls/comcat/tests/Makefile.in dlls/Maketest.rules"
13708 ac_config_files="$ac_config_files dlls/comcat/tests/Makefile"
13709
13710 ALL_MAKEFILES="$ALL_MAKEFILES \\
13711         dlls/comctl32/Makefile"
13712 test "x$enable_comctl32" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
13713         comctl32"
13714 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
13715 dlls/comctl32/Makefile: dlls/comctl32/Makefile.in dlls/Makedll.rules"
13716 ac_config_files="$ac_config_files dlls/comctl32/Makefile"
13717
13718 ALL_MAKEFILES="$ALL_MAKEFILES \\
13719         dlls/comctl32/tests/Makefile"
13720 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
13721         comctl32/tests"
13722 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
13723 dlls/comctl32/tests/Makefile: dlls/comctl32/tests/Makefile.in dlls/Maketest.rules"
13724 ac_config_files="$ac_config_files dlls/comctl32/tests/Makefile"
13725
13726 ALL_MAKEFILES="$ALL_MAKEFILES \\
13727         dlls/comdlg32/Makefile"
13728 test "x$enable_comdlg32" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
13729         comdlg32"
13730 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
13731 dlls/comdlg32/Makefile: dlls/comdlg32/Makefile.in dlls/Makedll.rules"
13732 ac_config_files="$ac_config_files dlls/comdlg32/Makefile"
13733
13734 ALL_MAKEFILES="$ALL_MAKEFILES \\
13735         dlls/comdlg32/tests/Makefile"
13736 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
13737         comdlg32/tests"
13738 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
13739 dlls/comdlg32/tests/Makefile: dlls/comdlg32/tests/Makefile.in dlls/Maketest.rules"
13740 ac_config_files="$ac_config_files dlls/comdlg32/tests/Makefile"
13741
13742 ALL_MAKEFILES="$ALL_MAKEFILES \\
13743         dlls/comm.drv16/Makefile"
13744 test "x$enable_win16" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
13745         comm.drv16"
13746 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
13747 dlls/comm.drv16/Makefile: dlls/comm.drv16/Makefile.in dlls/Makedll.rules"
13748 ac_config_files="$ac_config_files dlls/comm.drv16/Makefile"
13749
13750 ALL_MAKEFILES="$ALL_MAKEFILES \\
13751         dlls/compobj.dll16/Makefile"
13752 test "x$enable_win16" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
13753         compobj.dll16"
13754 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
13755 dlls/compobj.dll16/Makefile: dlls/compobj.dll16/Makefile.in dlls/Makedll.rules"
13756 ac_config_files="$ac_config_files dlls/compobj.dll16/Makefile"
13757
13758 ALL_MAKEFILES="$ALL_MAKEFILES \\
13759         dlls/compstui/Makefile"
13760 test "x$enable_compstui" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
13761         compstui"
13762 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
13763 dlls/compstui/Makefile: dlls/compstui/Makefile.in dlls/Makedll.rules"
13764 ac_config_files="$ac_config_files dlls/compstui/Makefile"
13765
13766 ALL_MAKEFILES="$ALL_MAKEFILES \\
13767         dlls/credui/Makefile"
13768 test "x$enable_credui" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
13769         credui"
13770 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
13771 dlls/credui/Makefile: dlls/credui/Makefile.in dlls/Makedll.rules"
13772 ac_config_files="$ac_config_files dlls/credui/Makefile"
13773
13774 ALL_MAKEFILES="$ALL_MAKEFILES \\
13775         dlls/credui/tests/Makefile"
13776 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
13777         credui/tests"
13778 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
13779 dlls/credui/tests/Makefile: dlls/credui/tests/Makefile.in dlls/Maketest.rules"
13780 ac_config_files="$ac_config_files dlls/credui/tests/Makefile"
13781
13782 ALL_MAKEFILES="$ALL_MAKEFILES \\
13783         dlls/crtdll/Makefile"
13784 test "x$enable_crtdll" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
13785         crtdll"
13786 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
13787 dlls/crtdll/Makefile: dlls/crtdll/Makefile.in dlls/Makedll.rules"
13788 ac_config_files="$ac_config_files dlls/crtdll/Makefile"
13789
13790 ALL_MAKEFILES="$ALL_MAKEFILES \\
13791         dlls/crypt32/Makefile"
13792 test "x$enable_crypt32" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
13793         crypt32"
13794 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
13795 dlls/crypt32/Makefile: dlls/crypt32/Makefile.in dlls/Makedll.rules"
13796 ac_config_files="$ac_config_files dlls/crypt32/Makefile"
13797
13798 ALL_MAKEFILES="$ALL_MAKEFILES \\
13799         dlls/crypt32/tests/Makefile"
13800 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
13801         crypt32/tests"
13802 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
13803 dlls/crypt32/tests/Makefile: dlls/crypt32/tests/Makefile.in dlls/Maketest.rules"
13804 ac_config_files="$ac_config_files dlls/crypt32/tests/Makefile"
13805
13806 ALL_MAKEFILES="$ALL_MAKEFILES \\
13807         dlls/cryptdlg/Makefile"
13808 test "x$enable_cryptdlg" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
13809         cryptdlg"
13810 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
13811 dlls/cryptdlg/Makefile: dlls/cryptdlg/Makefile.in dlls/Makedll.rules"
13812 ac_config_files="$ac_config_files dlls/cryptdlg/Makefile"
13813
13814 ALL_MAKEFILES="$ALL_MAKEFILES \\
13815         dlls/cryptdll/Makefile"
13816 test "x$enable_cryptdll" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
13817         cryptdll"
13818 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
13819 dlls/cryptdll/Makefile: dlls/cryptdll/Makefile.in dlls/Makedll.rules"
13820 ac_config_files="$ac_config_files dlls/cryptdll/Makefile"
13821
13822 ALL_MAKEFILES="$ALL_MAKEFILES \\
13823         dlls/cryptnet/Makefile"
13824 test "x$enable_cryptnet" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
13825         cryptnet"
13826 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
13827 dlls/cryptnet/Makefile: dlls/cryptnet/Makefile.in dlls/Makedll.rules"
13828 ac_config_files="$ac_config_files dlls/cryptnet/Makefile"
13829
13830 ALL_MAKEFILES="$ALL_MAKEFILES \\
13831         dlls/cryptnet/tests/Makefile"
13832 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
13833         cryptnet/tests"
13834 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
13835 dlls/cryptnet/tests/Makefile: dlls/cryptnet/tests/Makefile.in dlls/Maketest.rules"
13836 ac_config_files="$ac_config_files dlls/cryptnet/tests/Makefile"
13837
13838 ALL_MAKEFILES="$ALL_MAKEFILES \\
13839         dlls/cryptui/Makefile"
13840 test "x$enable_cryptui" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
13841         cryptui"
13842 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
13843 dlls/cryptui/Makefile: dlls/cryptui/Makefile.in dlls/Makedll.rules"
13844 ac_config_files="$ac_config_files dlls/cryptui/Makefile"
13845
13846 ALL_MAKEFILES="$ALL_MAKEFILES \\
13847         dlls/cryptui/tests/Makefile"
13848 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
13849         cryptui/tests"
13850 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
13851 dlls/cryptui/tests/Makefile: dlls/cryptui/tests/Makefile.in dlls/Maketest.rules"
13852 ac_config_files="$ac_config_files dlls/cryptui/tests/Makefile"
13853
13854 ALL_MAKEFILES="$ALL_MAKEFILES \\
13855         dlls/ctapi32/Makefile"
13856 test "x$enable_ctapi32" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
13857         ctapi32"
13858 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
13859 dlls/ctapi32/Makefile: dlls/ctapi32/Makefile.in dlls/Makedll.rules"
13860 ac_config_files="$ac_config_files dlls/ctapi32/Makefile"
13861
13862 ALL_MAKEFILES="$ALL_MAKEFILES \\
13863         dlls/ctl3d.dll16/Makefile"
13864 test "x$enable_win16" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
13865         ctl3d.dll16"
13866 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
13867 dlls/ctl3d.dll16/Makefile: dlls/ctl3d.dll16/Makefile.in dlls/Makedll.rules"
13868 ac_config_files="$ac_config_files dlls/ctl3d.dll16/Makefile"
13869
13870 ALL_MAKEFILES="$ALL_MAKEFILES \\
13871         dlls/ctl3d32/Makefile"
13872 test "x$enable_ctl3d32" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
13873         ctl3d32"
13874 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
13875 dlls/ctl3d32/Makefile: dlls/ctl3d32/Makefile.in dlls/Makedll.rules"
13876 ac_config_files="$ac_config_files dlls/ctl3d32/Makefile"
13877
13878 ALL_MAKEFILES="$ALL_MAKEFILES \\
13879         dlls/ctl3dv2.dll16/Makefile"
13880 test "x$enable_win16" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
13881         ctl3dv2.dll16"
13882 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
13883 dlls/ctl3dv2.dll16/Makefile: dlls/ctl3dv2.dll16/Makefile.in dlls/Makedll.rules"
13884 ac_config_files="$ac_config_files dlls/ctl3dv2.dll16/Makefile"
13885
13886 ALL_MAKEFILES="$ALL_MAKEFILES \\
13887         dlls/d3d10/Makefile"
13888 test "x$enable_d3d10" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
13889         d3d10"
13890 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
13891 dlls/d3d10/Makefile: dlls/d3d10/Makefile.in dlls/Makedll.rules"
13892 ac_config_files="$ac_config_files dlls/d3d10/Makefile"
13893
13894 ALL_MAKEFILES="$ALL_MAKEFILES \\
13895         dlls/d3d10/tests/Makefile"
13896 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
13897         d3d10/tests"
13898 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
13899 dlls/d3d10/tests/Makefile: dlls/d3d10/tests/Makefile.in dlls/Maketest.rules"
13900 ac_config_files="$ac_config_files dlls/d3d10/tests/Makefile"
13901
13902 ALL_MAKEFILES="$ALL_MAKEFILES \\
13903         dlls/d3d10core/Makefile"
13904 test "x$enable_d3d10core" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
13905         d3d10core"
13906 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
13907 dlls/d3d10core/Makefile: dlls/d3d10core/Makefile.in dlls/Makedll.rules"
13908 ac_config_files="$ac_config_files dlls/d3d10core/Makefile"
13909
13910 ALL_MAKEFILES="$ALL_MAKEFILES \\
13911         dlls/d3d10core/tests/Makefile"
13912 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
13913         d3d10core/tests"
13914 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
13915 dlls/d3d10core/tests/Makefile: dlls/d3d10core/tests/Makefile.in dlls/Maketest.rules"
13916 ac_config_files="$ac_config_files dlls/d3d10core/tests/Makefile"
13917
13918 ALL_MAKEFILES="$ALL_MAKEFILES \\
13919         dlls/d3d8/Makefile"
13920 test "x$enable_d3d8" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
13921         d3d8"
13922 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
13923 dlls/d3d8/Makefile: dlls/d3d8/Makefile.in dlls/Makedll.rules"
13924 ac_config_files="$ac_config_files dlls/d3d8/Makefile"
13925
13926 ALL_MAKEFILES="$ALL_MAKEFILES \\
13927         dlls/d3d8/tests/Makefile"
13928 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
13929         d3d8/tests"
13930 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
13931 dlls/d3d8/tests/Makefile: dlls/d3d8/tests/Makefile.in dlls/Maketest.rules"
13932 ac_config_files="$ac_config_files dlls/d3d8/tests/Makefile"
13933
13934 ALL_MAKEFILES="$ALL_MAKEFILES \\
13935         dlls/d3d9/Makefile"
13936 test "x$enable_d3d9" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
13937         d3d9"
13938 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
13939 dlls/d3d9/Makefile: dlls/d3d9/Makefile.in dlls/Makedll.rules"
13940 ac_config_files="$ac_config_files dlls/d3d9/Makefile"
13941
13942 ALL_MAKEFILES="$ALL_MAKEFILES \\
13943         dlls/d3d9/tests/Makefile"
13944 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
13945         d3d9/tests"
13946 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
13947 dlls/d3d9/tests/Makefile: dlls/d3d9/tests/Makefile.in dlls/Maketest.rules"
13948 ac_config_files="$ac_config_files dlls/d3d9/tests/Makefile"
13949
13950 ALL_MAKEFILES="$ALL_MAKEFILES \\
13951         dlls/d3dim/Makefile"
13952 test "x$enable_d3dim" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
13953         d3dim"
13954 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
13955 dlls/d3dim/Makefile: dlls/d3dim/Makefile.in dlls/Makedll.rules"
13956 ac_config_files="$ac_config_files dlls/d3dim/Makefile"
13957
13958 ALL_MAKEFILES="$ALL_MAKEFILES \\
13959         dlls/d3drm/Makefile"
13960 test "x$enable_d3drm" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
13961         d3drm"
13962 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
13963 dlls/d3drm/Makefile: dlls/d3drm/Makefile.in dlls/Makedll.rules"
13964 ac_config_files="$ac_config_files dlls/d3drm/Makefile"
13965
13966 ALL_MAKEFILES="$ALL_MAKEFILES \\
13967         dlls/d3drm/tests/Makefile"
13968 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
13969         d3drm/tests"
13970 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
13971 dlls/d3drm/tests/Makefile: dlls/d3drm/tests/Makefile.in dlls/Maketest.rules"
13972 ac_config_files="$ac_config_files dlls/d3drm/tests/Makefile"
13973
13974 ALL_MAKEFILES="$ALL_MAKEFILES \\
13975         dlls/d3dx9_24/Makefile"
13976 test "x$enable_d3dx9_24" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
13977         d3dx9_24"
13978 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
13979 dlls/d3dx9_24/Makefile: dlls/d3dx9_24/Makefile.in dlls/Makedll.rules"
13980 ac_config_files="$ac_config_files dlls/d3dx9_24/Makefile"
13981
13982 ALL_MAKEFILES="$ALL_MAKEFILES \\
13983         dlls/d3dx9_25/Makefile"
13984 test "x$enable_d3dx9_25" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
13985         d3dx9_25"
13986 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
13987 dlls/d3dx9_25/Makefile: dlls/d3dx9_25/Makefile.in dlls/Makedll.rules"
13988 ac_config_files="$ac_config_files dlls/d3dx9_25/Makefile"
13989
13990 ALL_MAKEFILES="$ALL_MAKEFILES \\
13991         dlls/d3dx9_26/Makefile"
13992 test "x$enable_d3dx9_26" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
13993         d3dx9_26"
13994 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
13995 dlls/d3dx9_26/Makefile: dlls/d3dx9_26/Makefile.in dlls/Makedll.rules"
13996 ac_config_files="$ac_config_files dlls/d3dx9_26/Makefile"
13997
13998 ALL_MAKEFILES="$ALL_MAKEFILES \\
13999         dlls/d3dx9_27/Makefile"
14000 test "x$enable_d3dx9_27" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
14001         d3dx9_27"
14002 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
14003 dlls/d3dx9_27/Makefile: dlls/d3dx9_27/Makefile.in dlls/Makedll.rules"
14004 ac_config_files="$ac_config_files dlls/d3dx9_27/Makefile"
14005
14006 ALL_MAKEFILES="$ALL_MAKEFILES \\
14007         dlls/d3dx9_28/Makefile"
14008 test "x$enable_d3dx9_28" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
14009         d3dx9_28"
14010 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
14011 dlls/d3dx9_28/Makefile: dlls/d3dx9_28/Makefile.in dlls/Makedll.rules"
14012 ac_config_files="$ac_config_files dlls/d3dx9_28/Makefile"
14013
14014 ALL_MAKEFILES="$ALL_MAKEFILES \\
14015         dlls/d3dx9_29/Makefile"
14016 test "x$enable_d3dx9_29" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
14017         d3dx9_29"
14018 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
14019 dlls/d3dx9_29/Makefile: dlls/d3dx9_29/Makefile.in dlls/Makedll.rules"
14020 ac_config_files="$ac_config_files dlls/d3dx9_29/Makefile"
14021
14022 ALL_MAKEFILES="$ALL_MAKEFILES \\
14023         dlls/d3dx9_30/Makefile"
14024 test "x$enable_d3dx9_30" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
14025         d3dx9_30"
14026 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
14027 dlls/d3dx9_30/Makefile: dlls/d3dx9_30/Makefile.in dlls/Makedll.rules"
14028 ac_config_files="$ac_config_files dlls/d3dx9_30/Makefile"
14029
14030 ALL_MAKEFILES="$ALL_MAKEFILES \\
14031         dlls/d3dx9_31/Makefile"
14032 test "x$enable_d3dx9_31" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
14033         d3dx9_31"
14034 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
14035 dlls/d3dx9_31/Makefile: dlls/d3dx9_31/Makefile.in dlls/Makedll.rules"
14036 ac_config_files="$ac_config_files dlls/d3dx9_31/Makefile"
14037
14038 ALL_MAKEFILES="$ALL_MAKEFILES \\
14039         dlls/d3dx9_32/Makefile"
14040 test "x$enable_d3dx9_32" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
14041         d3dx9_32"
14042 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
14043 dlls/d3dx9_32/Makefile: dlls/d3dx9_32/Makefile.in dlls/Makedll.rules"
14044 ac_config_files="$ac_config_files dlls/d3dx9_32/Makefile"
14045
14046 ALL_MAKEFILES="$ALL_MAKEFILES \\
14047         dlls/d3dx9_33/Makefile"
14048 test "x$enable_d3dx9_33" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
14049         d3dx9_33"
14050 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
14051 dlls/d3dx9_33/Makefile: dlls/d3dx9_33/Makefile.in dlls/Makedll.rules"
14052 ac_config_files="$ac_config_files dlls/d3dx9_33/Makefile"
14053
14054 ALL_MAKEFILES="$ALL_MAKEFILES \\
14055         dlls/d3dx9_34/Makefile"
14056 test "x$enable_d3dx9_34" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
14057         d3dx9_34"
14058 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
14059 dlls/d3dx9_34/Makefile: dlls/d3dx9_34/Makefile.in dlls/Makedll.rules"
14060 ac_config_files="$ac_config_files dlls/d3dx9_34/Makefile"
14061
14062 ALL_MAKEFILES="$ALL_MAKEFILES \\
14063         dlls/d3dx9_35/Makefile"
14064 test "x$enable_d3dx9_35" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
14065         d3dx9_35"
14066 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
14067 dlls/d3dx9_35/Makefile: dlls/d3dx9_35/Makefile.in dlls/Makedll.rules"
14068 ac_config_files="$ac_config_files dlls/d3dx9_35/Makefile"
14069
14070 ALL_MAKEFILES="$ALL_MAKEFILES \\
14071         dlls/d3dx9_36/Makefile"
14072 test "x$enable_d3dx9_36" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
14073         d3dx9_36"
14074 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
14075 dlls/d3dx9_36/Makefile: dlls/d3dx9_36/Makefile.in dlls/Makedll.rules"
14076 ac_config_files="$ac_config_files dlls/d3dx9_36/Makefile"
14077
14078 ALL_MAKEFILES="$ALL_MAKEFILES \\
14079         dlls/d3dx9_36/tests/Makefile"
14080 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
14081         d3dx9_36/tests"
14082 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
14083 dlls/d3dx9_36/tests/Makefile: dlls/d3dx9_36/tests/Makefile.in dlls/Maketest.rules"
14084 ac_config_files="$ac_config_files dlls/d3dx9_36/tests/Makefile"
14085
14086 ALL_MAKEFILES="$ALL_MAKEFILES \\
14087         dlls/d3dx9_37/Makefile"
14088 test "x$enable_d3dx9_37" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
14089         d3dx9_37"
14090 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
14091 dlls/d3dx9_37/Makefile: dlls/d3dx9_37/Makefile.in dlls/Makedll.rules"
14092 ac_config_files="$ac_config_files dlls/d3dx9_37/Makefile"
14093
14094 ALL_MAKEFILES="$ALL_MAKEFILES \\
14095         dlls/d3dx9_38/Makefile"
14096 test "x$enable_d3dx9_38" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
14097         d3dx9_38"
14098 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
14099 dlls/d3dx9_38/Makefile: dlls/d3dx9_38/Makefile.in dlls/Makedll.rules"
14100 ac_config_files="$ac_config_files dlls/d3dx9_38/Makefile"
14101
14102 ALL_MAKEFILES="$ALL_MAKEFILES \\
14103         dlls/d3dx9_39/Makefile"
14104 test "x$enable_d3dx9_39" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
14105         d3dx9_39"
14106 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
14107 dlls/d3dx9_39/Makefile: dlls/d3dx9_39/Makefile.in dlls/Makedll.rules"
14108 ac_config_files="$ac_config_files dlls/d3dx9_39/Makefile"
14109
14110 ALL_MAKEFILES="$ALL_MAKEFILES \\
14111         dlls/d3dx9_40/Makefile"
14112 test "x$enable_d3dx9_40" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
14113         d3dx9_40"
14114 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
14115 dlls/d3dx9_40/Makefile: dlls/d3dx9_40/Makefile.in dlls/Makedll.rules"
14116 ac_config_files="$ac_config_files dlls/d3dx9_40/Makefile"
14117
14118 ALL_MAKEFILES="$ALL_MAKEFILES \\
14119         dlls/d3dx9_41/Makefile"
14120 test "x$enable_d3dx9_41" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
14121         d3dx9_41"
14122 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
14123 dlls/d3dx9_41/Makefile: dlls/d3dx9_41/Makefile.in dlls/Makedll.rules"
14124 ac_config_files="$ac_config_files dlls/d3dx9_41/Makefile"
14125
14126 ALL_MAKEFILES="$ALL_MAKEFILES \\
14127         dlls/d3dxof/Makefile"
14128 test "x$enable_d3dxof" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
14129         d3dxof"
14130 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
14131 dlls/d3dxof/Makefile: dlls/d3dxof/Makefile.in dlls/Makedll.rules"
14132 ac_config_files="$ac_config_files dlls/d3dxof/Makefile"
14133
14134 ALL_MAKEFILES="$ALL_MAKEFILES \\
14135         dlls/d3dxof/tests/Makefile"
14136 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
14137         d3dxof/tests"
14138 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
14139 dlls/d3dxof/tests/Makefile: dlls/d3dxof/tests/Makefile.in dlls/Maketest.rules"
14140 ac_config_files="$ac_config_files dlls/d3dxof/tests/Makefile"
14141
14142 ALL_MAKEFILES="$ALL_MAKEFILES \\
14143         dlls/dbghelp/Makefile"
14144 test "x$enable_dbghelp" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
14145         dbghelp"
14146 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
14147 dlls/dbghelp/Makefile: dlls/dbghelp/Makefile.in dlls/Makedll.rules"
14148 ac_config_files="$ac_config_files dlls/dbghelp/Makefile"
14149
14150 ALL_MAKEFILES="$ALL_MAKEFILES \\
14151         dlls/dciman32/Makefile"
14152 test "x$enable_dciman32" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
14153         dciman32"
14154 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
14155 dlls/dciman32/Makefile: dlls/dciman32/Makefile.in dlls/Makedll.rules"
14156 ac_config_files="$ac_config_files dlls/dciman32/Makefile"
14157
14158 ALL_MAKEFILES="$ALL_MAKEFILES \\
14159         dlls/ddeml.dll16/Makefile"
14160 test "x$enable_win16" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
14161         ddeml.dll16"
14162 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
14163 dlls/ddeml.dll16/Makefile: dlls/ddeml.dll16/Makefile.in dlls/Makedll.rules"
14164 ac_config_files="$ac_config_files dlls/ddeml.dll16/Makefile"
14165
14166 ALL_MAKEFILES="$ALL_MAKEFILES \\
14167         dlls/ddraw/Makefile"
14168 test "x$enable_ddraw" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
14169         ddraw"
14170 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
14171 dlls/ddraw/Makefile: dlls/ddraw/Makefile.in dlls/Makedll.rules"
14172 ac_config_files="$ac_config_files dlls/ddraw/Makefile"
14173
14174 ALL_MAKEFILES="$ALL_MAKEFILES \\
14175         dlls/ddraw/tests/Makefile"
14176 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
14177         ddraw/tests"
14178 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
14179 dlls/ddraw/tests/Makefile: dlls/ddraw/tests/Makefile.in dlls/Maketest.rules"
14180 ac_config_files="$ac_config_files dlls/ddraw/tests/Makefile"
14181
14182 ALL_MAKEFILES="$ALL_MAKEFILES \\
14183         dlls/ddrawex/Makefile"
14184 test "x$enable_ddrawex" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
14185         ddrawex"
14186 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
14187 dlls/ddrawex/Makefile: dlls/ddrawex/Makefile.in dlls/Makedll.rules"
14188 ac_config_files="$ac_config_files dlls/ddrawex/Makefile"
14189
14190 ALL_MAKEFILES="$ALL_MAKEFILES \\
14191         dlls/ddrawex/tests/Makefile"
14192 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
14193         ddrawex/tests"
14194 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
14195 dlls/ddrawex/tests/Makefile: dlls/ddrawex/tests/Makefile.in dlls/Maketest.rules"
14196 ac_config_files="$ac_config_files dlls/ddrawex/tests/Makefile"
14197
14198 ALL_MAKEFILES="$ALL_MAKEFILES \\
14199         dlls/devenum/Makefile"
14200 test "x$enable_devenum" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
14201         devenum"
14202 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
14203 dlls/devenum/Makefile: dlls/devenum/Makefile.in dlls/Makedll.rules"
14204 ac_config_files="$ac_config_files dlls/devenum/Makefile"
14205
14206 ALL_MAKEFILES="$ALL_MAKEFILES \\
14207         dlls/dinput/Makefile"
14208 test "x$enable_dinput" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
14209         dinput"
14210 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
14211 dlls/dinput/Makefile: dlls/dinput/Makefile.in dlls/Makedll.rules"
14212 ac_config_files="$ac_config_files dlls/dinput/Makefile"
14213
14214 ALL_MAKEFILES="$ALL_MAKEFILES \\
14215         dlls/dinput/tests/Makefile"
14216 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
14217         dinput/tests"
14218 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
14219 dlls/dinput/tests/Makefile: dlls/dinput/tests/Makefile.in dlls/Maketest.rules"
14220 ac_config_files="$ac_config_files dlls/dinput/tests/Makefile"
14221
14222 ALL_MAKEFILES="$ALL_MAKEFILES \\
14223         dlls/dinput8/Makefile"
14224 test "x$enable_dinput8" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
14225         dinput8"
14226 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
14227 dlls/dinput8/Makefile: dlls/dinput8/Makefile.in dlls/Makedll.rules"
14228 ac_config_files="$ac_config_files dlls/dinput8/Makefile"
14229
14230 ALL_MAKEFILES="$ALL_MAKEFILES \\
14231         dlls/dispdib.dll16/Makefile"
14232 test "x$enable_win16" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
14233         dispdib.dll16"
14234 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
14235 dlls/dispdib.dll16/Makefile: dlls/dispdib.dll16/Makefile.in dlls/Makedll.rules"
14236 ac_config_files="$ac_config_files dlls/dispdib.dll16/Makefile"
14237
14238 ALL_MAKEFILES="$ALL_MAKEFILES \\
14239         dlls/display.drv16/Makefile"
14240 test "x$enable_win16" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
14241         display.drv16"
14242 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
14243 dlls/display.drv16/Makefile: dlls/display.drv16/Makefile.in dlls/Makedll.rules"
14244 ac_config_files="$ac_config_files dlls/display.drv16/Makefile"
14245
14246 ALL_MAKEFILES="$ALL_MAKEFILES \\
14247         dlls/dmband/Makefile"
14248 test "x$enable_dmband" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
14249         dmband"
14250 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
14251 dlls/dmband/Makefile: dlls/dmband/Makefile.in dlls/Makedll.rules"
14252 ac_config_files="$ac_config_files dlls/dmband/Makefile"
14253
14254 ALL_MAKEFILES="$ALL_MAKEFILES \\
14255         dlls/dmcompos/Makefile"
14256 test "x$enable_dmcompos" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
14257         dmcompos"
14258 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
14259 dlls/dmcompos/Makefile: dlls/dmcompos/Makefile.in dlls/Makedll.rules"
14260 ac_config_files="$ac_config_files dlls/dmcompos/Makefile"
14261
14262 ALL_MAKEFILES="$ALL_MAKEFILES \\
14263         dlls/dmime/Makefile"
14264 test "x$enable_dmime" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
14265         dmime"
14266 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
14267 dlls/dmime/Makefile: dlls/dmime/Makefile.in dlls/Makedll.rules"
14268 ac_config_files="$ac_config_files dlls/dmime/Makefile"
14269
14270 ALL_MAKEFILES="$ALL_MAKEFILES \\
14271         dlls/dmloader/Makefile"
14272 test "x$enable_dmloader" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
14273         dmloader"
14274 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
14275 dlls/dmloader/Makefile: dlls/dmloader/Makefile.in dlls/Makedll.rules"
14276 ac_config_files="$ac_config_files dlls/dmloader/Makefile"
14277
14278 ALL_MAKEFILES="$ALL_MAKEFILES \\
14279         dlls/dmscript/Makefile"
14280 test "x$enable_dmscript" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
14281         dmscript"
14282 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
14283 dlls/dmscript/Makefile: dlls/dmscript/Makefile.in dlls/Makedll.rules"
14284 ac_config_files="$ac_config_files dlls/dmscript/Makefile"
14285
14286 ALL_MAKEFILES="$ALL_MAKEFILES \\
14287         dlls/dmstyle/Makefile"
14288 test "x$enable_dmstyle" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
14289         dmstyle"
14290 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
14291 dlls/dmstyle/Makefile: dlls/dmstyle/Makefile.in dlls/Makedll.rules"
14292 ac_config_files="$ac_config_files dlls/dmstyle/Makefile"
14293
14294 ALL_MAKEFILES="$ALL_MAKEFILES \\
14295         dlls/dmsynth/Makefile"
14296 test "x$enable_dmsynth" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
14297         dmsynth"
14298 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
14299 dlls/dmsynth/Makefile: dlls/dmsynth/Makefile.in dlls/Makedll.rules"
14300 ac_config_files="$ac_config_files dlls/dmsynth/Makefile"
14301
14302 ALL_MAKEFILES="$ALL_MAKEFILES \\
14303         dlls/dmusic/Makefile"
14304 test "x$enable_dmusic" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
14305         dmusic"
14306 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
14307 dlls/dmusic/Makefile: dlls/dmusic/Makefile.in dlls/Makedll.rules"
14308 ac_config_files="$ac_config_files dlls/dmusic/Makefile"
14309
14310 ALL_MAKEFILES="$ALL_MAKEFILES \\
14311         dlls/dmusic32/Makefile"
14312 test "x$enable_dmusic32" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
14313         dmusic32"
14314 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
14315 dlls/dmusic32/Makefile: dlls/dmusic32/Makefile.in dlls/Makedll.rules"
14316 ac_config_files="$ac_config_files dlls/dmusic32/Makefile"
14317
14318 ALL_MAKEFILES="$ALL_MAKEFILES \\
14319         dlls/dnsapi/Makefile"
14320 test "x$enable_dnsapi" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
14321         dnsapi"
14322 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
14323 dlls/dnsapi/Makefile: dlls/dnsapi/Makefile.in dlls/Makedll.rules"
14324 ac_config_files="$ac_config_files dlls/dnsapi/Makefile"
14325
14326 ALL_MAKEFILES="$ALL_MAKEFILES \\
14327         dlls/dnsapi/tests/Makefile"
14328 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
14329         dnsapi/tests"
14330 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
14331 dlls/dnsapi/tests/Makefile: dlls/dnsapi/tests/Makefile.in dlls/Maketest.rules"
14332 ac_config_files="$ac_config_files dlls/dnsapi/tests/Makefile"
14333
14334 ALL_MAKEFILES="$ALL_MAKEFILES \\
14335         dlls/dplay/Makefile"
14336 test "x$enable_dplay" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
14337         dplay"
14338 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
14339 dlls/dplay/Makefile: dlls/dplay/Makefile.in dlls/Makedll.rules"
14340 ac_config_files="$ac_config_files dlls/dplay/Makefile"
14341
14342 ALL_MAKEFILES="$ALL_MAKEFILES \\
14343         dlls/dplayx/Makefile"
14344 test "x$enable_dplayx" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
14345         dplayx"
14346 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
14347 dlls/dplayx/Makefile: dlls/dplayx/Makefile.in dlls/Makedll.rules"
14348 ac_config_files="$ac_config_files dlls/dplayx/Makefile"
14349
14350 ALL_MAKEFILES="$ALL_MAKEFILES \\
14351         dlls/dplayx/tests/Makefile"
14352 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
14353         dplayx/tests"
14354 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
14355 dlls/dplayx/tests/Makefile: dlls/dplayx/tests/Makefile.in dlls/Maketest.rules"
14356 ac_config_files="$ac_config_files dlls/dplayx/tests/Makefile"
14357
14358 ALL_MAKEFILES="$ALL_MAKEFILES \\
14359         dlls/dpnaddr/Makefile"
14360 test "x$enable_dpnaddr" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
14361         dpnaddr"
14362 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
14363 dlls/dpnaddr/Makefile: dlls/dpnaddr/Makefile.in dlls/Makedll.rules"
14364 ac_config_files="$ac_config_files dlls/dpnaddr/Makefile"
14365
14366 ALL_MAKEFILES="$ALL_MAKEFILES \\
14367         dlls/dpnet/Makefile"
14368 test "x$enable_dpnet" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
14369         dpnet"
14370 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
14371 dlls/dpnet/Makefile: dlls/dpnet/Makefile.in dlls/Makedll.rules"
14372 ac_config_files="$ac_config_files dlls/dpnet/Makefile"
14373
14374 ALL_MAKEFILES="$ALL_MAKEFILES \\
14375         dlls/dpnhpast/Makefile"
14376 test "x$enable_dpnhpast" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
14377         dpnhpast"
14378 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
14379 dlls/dpnhpast/Makefile: dlls/dpnhpast/Makefile.in dlls/Makedll.rules"
14380 ac_config_files="$ac_config_files dlls/dpnhpast/Makefile"
14381
14382 ALL_MAKEFILES="$ALL_MAKEFILES \\
14383         dlls/dpnlobby/Makefile"
14384 test "x$enable_dpnlobby" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
14385         dpnlobby"
14386 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
14387 dlls/dpnlobby/Makefile: dlls/dpnlobby/Makefile.in dlls/Makedll.rules"
14388 ac_config_files="$ac_config_files dlls/dpnlobby/Makefile"
14389
14390 ALL_MAKEFILES="$ALL_MAKEFILES \\
14391         dlls/dpwsockx/Makefile"
14392 test "x$enable_dpwsockx" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
14393         dpwsockx"
14394 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
14395 dlls/dpwsockx/Makefile: dlls/dpwsockx/Makefile.in dlls/Makedll.rules"
14396 ac_config_files="$ac_config_files dlls/dpwsockx/Makefile"
14397
14398 ALL_MAKEFILES="$ALL_MAKEFILES \\
14399         dlls/drmclien/Makefile"
14400 test "x$enable_drmclien" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
14401         drmclien"
14402 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
14403 dlls/drmclien/Makefile: dlls/drmclien/Makefile.in dlls/Makedll.rules"
14404 ac_config_files="$ac_config_files dlls/drmclien/Makefile"
14405
14406 ALL_MAKEFILES="$ALL_MAKEFILES \\
14407         dlls/dsound/Makefile"
14408 test "x$enable_dsound" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
14409         dsound"
14410 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
14411 dlls/dsound/Makefile: dlls/dsound/Makefile.in dlls/Makedll.rules"
14412 ac_config_files="$ac_config_files dlls/dsound/Makefile"
14413
14414 ALL_MAKEFILES="$ALL_MAKEFILES \\
14415         dlls/dsound/tests/Makefile"
14416 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
14417         dsound/tests"
14418 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
14419 dlls/dsound/tests/Makefile: dlls/dsound/tests/Makefile.in dlls/Maketest.rules"
14420 ac_config_files="$ac_config_files dlls/dsound/tests/Makefile"
14421
14422 ALL_MAKEFILES="$ALL_MAKEFILES \\
14423         dlls/dssenh/Makefile"
14424 test "x$enable_dssenh" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
14425         dssenh"
14426 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
14427 dlls/dssenh/Makefile: dlls/dssenh/Makefile.in dlls/Makedll.rules"
14428 ac_config_files="$ac_config_files dlls/dssenh/Makefile"
14429
14430 ALL_MAKEFILES="$ALL_MAKEFILES \\
14431         dlls/dswave/Makefile"
14432 test "x$enable_dswave" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
14433         dswave"
14434 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
14435 dlls/dswave/Makefile: dlls/dswave/Makefile.in dlls/Makedll.rules"
14436 ac_config_files="$ac_config_files dlls/dswave/Makefile"
14437
14438 ALL_MAKEFILES="$ALL_MAKEFILES \\
14439         dlls/dwmapi/Makefile"
14440 test "x$enable_dwmapi" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
14441         dwmapi"
14442 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
14443 dlls/dwmapi/Makefile: dlls/dwmapi/Makefile.in dlls/Makedll.rules"
14444 ac_config_files="$ac_config_files dlls/dwmapi/Makefile"
14445
14446 ALL_MAKEFILES="$ALL_MAKEFILES \\
14447         dlls/dxdiagn/Makefile"
14448 test "x$enable_dxdiagn" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
14449         dxdiagn"
14450 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
14451 dlls/dxdiagn/Makefile: dlls/dxdiagn/Makefile.in dlls/Makedll.rules"
14452 ac_config_files="$ac_config_files dlls/dxdiagn/Makefile"
14453
14454 ALL_MAKEFILES="$ALL_MAKEFILES \\
14455         dlls/dxerr8/Makefile"
14456 test "x$enable_dxerr8" != xno && ALL_IMPLIB_DIRS="$ALL_IMPLIB_DIRS \\
14457         dxerr8"
14458 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
14459 dlls/dxerr8/Makefile: dlls/dxerr8/Makefile.in dlls/Makeimplib.rules"
14460 ac_config_files="$ac_config_files dlls/dxerr8/Makefile"
14461
14462 ALL_MAKEFILES="$ALL_MAKEFILES \\
14463         dlls/dxerr9/Makefile"
14464 test "x$enable_dxerr9" != xno && ALL_IMPLIB_DIRS="$ALL_IMPLIB_DIRS \\
14465         dxerr9"
14466 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
14467 dlls/dxerr9/Makefile: dlls/dxerr9/Makefile.in dlls/Makeimplib.rules"
14468 ac_config_files="$ac_config_files dlls/dxerr9/Makefile"
14469
14470 ALL_MAKEFILES="$ALL_MAKEFILES \\
14471         dlls/dxgi/Makefile"
14472 test "x$enable_dxgi" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
14473         dxgi"
14474 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
14475 dlls/dxgi/Makefile: dlls/dxgi/Makefile.in dlls/Makedll.rules"
14476 ac_config_files="$ac_config_files dlls/dxgi/Makefile"
14477
14478 ALL_MAKEFILES="$ALL_MAKEFILES \\
14479         dlls/dxgi/tests/Makefile"
14480 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
14481         dxgi/tests"
14482 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
14483 dlls/dxgi/tests/Makefile: dlls/dxgi/tests/Makefile.in dlls/Maketest.rules"
14484 ac_config_files="$ac_config_files dlls/dxgi/tests/Makefile"
14485
14486 ALL_MAKEFILES="$ALL_MAKEFILES \\
14487         dlls/dxguid/Makefile"
14488 test "x$enable_dxguid" != xno && ALL_IMPLIB_DIRS="$ALL_IMPLIB_DIRS \\
14489         dxguid"
14490 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
14491 dlls/dxguid/Makefile: dlls/dxguid/Makefile.in dlls/Makeimplib.rules"
14492 ac_config_files="$ac_config_files dlls/dxguid/Makefile"
14493
14494 ALL_MAKEFILES="$ALL_MAKEFILES \\
14495         dlls/faultrep/Makefile"
14496 test "x$enable_faultrep" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
14497         faultrep"
14498 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
14499 dlls/faultrep/Makefile: dlls/faultrep/Makefile.in dlls/Makedll.rules"
14500 ac_config_files="$ac_config_files dlls/faultrep/Makefile"
14501
14502 ALL_MAKEFILES="$ALL_MAKEFILES \\
14503         dlls/fusion/Makefile"
14504 test "x$enable_fusion" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
14505         fusion"
14506 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
14507 dlls/fusion/Makefile: dlls/fusion/Makefile.in dlls/Makedll.rules"
14508 ac_config_files="$ac_config_files dlls/fusion/Makefile"
14509
14510 ALL_MAKEFILES="$ALL_MAKEFILES \\
14511         dlls/fusion/tests/Makefile"
14512 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
14513         fusion/tests"
14514 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
14515 dlls/fusion/tests/Makefile: dlls/fusion/tests/Makefile.in dlls/Maketest.rules"
14516 ac_config_files="$ac_config_files dlls/fusion/tests/Makefile"
14517
14518 ALL_MAKEFILES="$ALL_MAKEFILES \\
14519         dlls/gdi32/Makefile"
14520 test "x$enable_gdi32" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
14521         gdi32"
14522 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
14523 dlls/gdi32/Makefile: dlls/gdi32/Makefile.in dlls/Makedll.rules"
14524 ac_config_files="$ac_config_files dlls/gdi32/Makefile"
14525
14526 ALL_MAKEFILES="$ALL_MAKEFILES \\
14527         dlls/gdi32/tests/Makefile"
14528 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
14529         gdi32/tests"
14530 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
14531 dlls/gdi32/tests/Makefile: dlls/gdi32/tests/Makefile.in dlls/Maketest.rules"
14532 ac_config_files="$ac_config_files dlls/gdi32/tests/Makefile"
14533
14534 ALL_MAKEFILES="$ALL_MAKEFILES \\
14535         dlls/gdiplus/Makefile"
14536 test "x$enable_gdiplus" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
14537         gdiplus"
14538 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
14539 dlls/gdiplus/Makefile: dlls/gdiplus/Makefile.in dlls/Makedll.rules"
14540 ac_config_files="$ac_config_files dlls/gdiplus/Makefile"
14541
14542 ALL_MAKEFILES="$ALL_MAKEFILES \\
14543         dlls/gdiplus/tests/Makefile"
14544 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
14545         gdiplus/tests"
14546 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
14547 dlls/gdiplus/tests/Makefile: dlls/gdiplus/tests/Makefile.in dlls/Maketest.rules"
14548 ac_config_files="$ac_config_files dlls/gdiplus/tests/Makefile"
14549
14550 ALL_MAKEFILES="$ALL_MAKEFILES \\
14551         dlls/glu32/Makefile"
14552 test "x$enable_glu32" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
14553         glu32"
14554 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
14555 dlls/glu32/Makefile: dlls/glu32/Makefile.in dlls/Makedll.rules"
14556 ac_config_files="$ac_config_files dlls/glu32/Makefile"
14557
14558 ALL_MAKEFILES="$ALL_MAKEFILES \\
14559         dlls/gphoto2.ds/Makefile"
14560 test "x$enable_gphoto2_ds" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
14561         gphoto2.ds"
14562 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
14563 dlls/gphoto2.ds/Makefile: dlls/gphoto2.ds/Makefile.in dlls/Makedll.rules"
14564 ac_config_files="$ac_config_files dlls/gphoto2.ds/Makefile"
14565
14566 ALL_MAKEFILES="$ALL_MAKEFILES \\
14567         dlls/gpkcsp/Makefile"
14568 test "x$enable_gpkcsp" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
14569         gpkcsp"
14570 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
14571 dlls/gpkcsp/Makefile: dlls/gpkcsp/Makefile.in dlls/Makedll.rules"
14572 ac_config_files="$ac_config_files dlls/gpkcsp/Makefile"
14573
14574 ALL_MAKEFILES="$ALL_MAKEFILES \\
14575         dlls/hal/Makefile"
14576 test "x$enable_hal" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
14577         hal"
14578 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
14579 dlls/hal/Makefile: dlls/hal/Makefile.in dlls/Makedll.rules"
14580 ac_config_files="$ac_config_files dlls/hal/Makefile"
14581
14582 ALL_MAKEFILES="$ALL_MAKEFILES \\
14583         dlls/hhctrl.ocx/Makefile"
14584 test "x$enable_hhctrl_ocx" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
14585         hhctrl.ocx"
14586 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
14587 dlls/hhctrl.ocx/Makefile: dlls/hhctrl.ocx/Makefile.in dlls/Makedll.rules"
14588 ac_config_files="$ac_config_files dlls/hhctrl.ocx/Makefile"
14589
14590 ALL_MAKEFILES="$ALL_MAKEFILES \\
14591         dlls/hid/Makefile"
14592 test "x$enable_hid" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
14593         hid"
14594 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
14595 dlls/hid/Makefile: dlls/hid/Makefile.in dlls/Makedll.rules"
14596 ac_config_files="$ac_config_files dlls/hid/Makefile"
14597
14598 ALL_MAKEFILES="$ALL_MAKEFILES \\
14599         dlls/hlink/Makefile"
14600 test "x$enable_hlink" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
14601         hlink"
14602 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
14603 dlls/hlink/Makefile: dlls/hlink/Makefile.in dlls/Makedll.rules"
14604 ac_config_files="$ac_config_files dlls/hlink/Makefile"
14605
14606 ALL_MAKEFILES="$ALL_MAKEFILES \\
14607         dlls/hlink/tests/Makefile"
14608 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
14609         hlink/tests"
14610 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
14611 dlls/hlink/tests/Makefile: dlls/hlink/tests/Makefile.in dlls/Maketest.rules"
14612 ac_config_files="$ac_config_files dlls/hlink/tests/Makefile"
14613
14614 ALL_MAKEFILES="$ALL_MAKEFILES \\
14615         dlls/hnetcfg/Makefile"
14616 test "x$enable_hnetcfg" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
14617         hnetcfg"
14618 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
14619 dlls/hnetcfg/Makefile: dlls/hnetcfg/Makefile.in dlls/Makedll.rules"
14620 ac_config_files="$ac_config_files dlls/hnetcfg/Makefile"
14621
14622 ALL_MAKEFILES="$ALL_MAKEFILES \\
14623         dlls/httpapi/Makefile"
14624 test "x$enable_httpapi" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
14625         httpapi"
14626 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
14627 dlls/httpapi/Makefile: dlls/httpapi/Makefile.in dlls/Makedll.rules"
14628 ac_config_files="$ac_config_files dlls/httpapi/Makefile"
14629
14630 ALL_MAKEFILES="$ALL_MAKEFILES \\
14631         dlls/iccvid/Makefile"
14632 test "x$enable_iccvid" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
14633         iccvid"
14634 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
14635 dlls/iccvid/Makefile: dlls/iccvid/Makefile.in dlls/Makedll.rules"
14636 ac_config_files="$ac_config_files dlls/iccvid/Makefile"
14637
14638 ALL_MAKEFILES="$ALL_MAKEFILES \\
14639         dlls/icmp/Makefile"
14640 test "x$enable_icmp" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
14641         icmp"
14642 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
14643 dlls/icmp/Makefile: dlls/icmp/Makefile.in dlls/Makedll.rules"
14644 ac_config_files="$ac_config_files dlls/icmp/Makefile"
14645
14646 ALL_MAKEFILES="$ALL_MAKEFILES \\
14647         dlls/ifsmgr.vxd/Makefile"
14648 test "x$enable_win16" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
14649         ifsmgr.vxd"
14650 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
14651 dlls/ifsmgr.vxd/Makefile: dlls/ifsmgr.vxd/Makefile.in dlls/Makedll.rules"
14652 ac_config_files="$ac_config_files dlls/ifsmgr.vxd/Makefile"
14653
14654 ALL_MAKEFILES="$ALL_MAKEFILES \\
14655         dlls/imaadp32.acm/Makefile"
14656 test "x$enable_imaadp32_acm" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
14657         imaadp32.acm"
14658 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
14659 dlls/imaadp32.acm/Makefile: dlls/imaadp32.acm/Makefile.in dlls/Makedll.rules"
14660 ac_config_files="$ac_config_files dlls/imaadp32.acm/Makefile"
14661
14662 ALL_MAKEFILES="$ALL_MAKEFILES \\
14663         dlls/imagehlp/Makefile"
14664 test "x$enable_imagehlp" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
14665         imagehlp"
14666 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
14667 dlls/imagehlp/Makefile: dlls/imagehlp/Makefile.in dlls/Makedll.rules"
14668 ac_config_files="$ac_config_files dlls/imagehlp/Makefile"
14669
14670 ALL_MAKEFILES="$ALL_MAKEFILES \\
14671         dlls/imm.dll16/Makefile"
14672 test "x$enable_win16" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
14673         imm.dll16"
14674 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
14675 dlls/imm.dll16/Makefile: dlls/imm.dll16/Makefile.in dlls/Makedll.rules"
14676 ac_config_files="$ac_config_files dlls/imm.dll16/Makefile"
14677
14678 ALL_MAKEFILES="$ALL_MAKEFILES \\
14679         dlls/imm32/Makefile"
14680 test "x$enable_imm32" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
14681         imm32"
14682 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
14683 dlls/imm32/Makefile: dlls/imm32/Makefile.in dlls/Makedll.rules"
14684 ac_config_files="$ac_config_files dlls/imm32/Makefile"
14685
14686 ALL_MAKEFILES="$ALL_MAKEFILES \\
14687         dlls/imm32/tests/Makefile"
14688 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
14689         imm32/tests"
14690 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
14691 dlls/imm32/tests/Makefile: dlls/imm32/tests/Makefile.in dlls/Maketest.rules"
14692 ac_config_files="$ac_config_files dlls/imm32/tests/Makefile"
14693
14694 ALL_MAKEFILES="$ALL_MAKEFILES \\
14695         dlls/inetcomm/Makefile"
14696 test "x$enable_inetcomm" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
14697         inetcomm"
14698 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
14699 dlls/inetcomm/Makefile: dlls/inetcomm/Makefile.in dlls/Makedll.rules"
14700 ac_config_files="$ac_config_files dlls/inetcomm/Makefile"
14701
14702 ALL_MAKEFILES="$ALL_MAKEFILES \\
14703         dlls/inetcomm/tests/Makefile"
14704 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
14705         inetcomm/tests"
14706 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
14707 dlls/inetcomm/tests/Makefile: dlls/inetcomm/tests/Makefile.in dlls/Maketest.rules"
14708 ac_config_files="$ac_config_files dlls/inetcomm/tests/Makefile"
14709
14710 ALL_MAKEFILES="$ALL_MAKEFILES \\
14711         dlls/inetmib1/Makefile"
14712 test "x$enable_inetmib1" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
14713         inetmib1"
14714 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
14715 dlls/inetmib1/Makefile: dlls/inetmib1/Makefile.in dlls/Makedll.rules"
14716 ac_config_files="$ac_config_files dlls/inetmib1/Makefile"
14717
14718 ALL_MAKEFILES="$ALL_MAKEFILES \\
14719         dlls/inetmib1/tests/Makefile"
14720 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
14721         inetmib1/tests"
14722 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
14723 dlls/inetmib1/tests/Makefile: dlls/inetmib1/tests/Makefile.in dlls/Maketest.rules"
14724 ac_config_files="$ac_config_files dlls/inetmib1/tests/Makefile"
14725
14726 ALL_MAKEFILES="$ALL_MAKEFILES \\
14727         dlls/infosoft/Makefile"
14728 test "x$enable_infosoft" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
14729         infosoft"
14730 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
14731 dlls/infosoft/Makefile: dlls/infosoft/Makefile.in dlls/Makedll.rules"
14732 ac_config_files="$ac_config_files dlls/infosoft/Makefile"
14733
14734 ALL_MAKEFILES="$ALL_MAKEFILES \\
14735         dlls/infosoft/tests/Makefile"
14736 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
14737         infosoft/tests"
14738 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
14739 dlls/infosoft/tests/Makefile: dlls/infosoft/tests/Makefile.in dlls/Maketest.rules"
14740 ac_config_files="$ac_config_files dlls/infosoft/tests/Makefile"
14741
14742 ALL_MAKEFILES="$ALL_MAKEFILES \\
14743         dlls/initpki/Makefile"
14744 test "x$enable_initpki" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
14745         initpki"
14746 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
14747 dlls/initpki/Makefile: dlls/initpki/Makefile.in dlls/Makedll.rules"
14748 ac_config_files="$ac_config_files dlls/initpki/Makefile"
14749
14750 ALL_MAKEFILES="$ALL_MAKEFILES \\
14751         dlls/inkobj/Makefile"
14752 test "x$enable_inkobj" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
14753         inkobj"
14754 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
14755 dlls/inkobj/Makefile: dlls/inkobj/Makefile.in dlls/Makedll.rules"
14756 ac_config_files="$ac_config_files dlls/inkobj/Makefile"
14757
14758 ALL_MAKEFILES="$ALL_MAKEFILES \\
14759         dlls/inseng/Makefile"
14760 test "x$enable_inseng" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
14761         inseng"
14762 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
14763 dlls/inseng/Makefile: dlls/inseng/Makefile.in dlls/Makedll.rules"
14764 ac_config_files="$ac_config_files dlls/inseng/Makefile"
14765
14766 ALL_MAKEFILES="$ALL_MAKEFILES \\
14767         dlls/iphlpapi/Makefile"
14768 test "x$enable_iphlpapi" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
14769         iphlpapi"
14770 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
14771 dlls/iphlpapi/Makefile: dlls/iphlpapi/Makefile.in dlls/Makedll.rules"
14772 ac_config_files="$ac_config_files dlls/iphlpapi/Makefile"
14773
14774 ALL_MAKEFILES="$ALL_MAKEFILES \\
14775         dlls/iphlpapi/tests/Makefile"
14776 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
14777         iphlpapi/tests"
14778 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
14779 dlls/iphlpapi/tests/Makefile: dlls/iphlpapi/tests/Makefile.in dlls/Maketest.rules"
14780 ac_config_files="$ac_config_files dlls/iphlpapi/tests/Makefile"
14781
14782 ALL_MAKEFILES="$ALL_MAKEFILES \\
14783         dlls/itircl/Makefile"
14784 test "x$enable_itircl" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
14785         itircl"
14786 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
14787 dlls/itircl/Makefile: dlls/itircl/Makefile.in dlls/Makedll.rules"
14788 ac_config_files="$ac_config_files dlls/itircl/Makefile"
14789
14790 ALL_MAKEFILES="$ALL_MAKEFILES \\
14791         dlls/itss/Makefile"
14792 test "x$enable_itss" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
14793         itss"
14794 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
14795 dlls/itss/Makefile: dlls/itss/Makefile.in dlls/Makedll.rules"
14796 ac_config_files="$ac_config_files dlls/itss/Makefile"
14797
14798 ALL_MAKEFILES="$ALL_MAKEFILES \\
14799         dlls/itss/tests/Makefile"
14800 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
14801         itss/tests"
14802 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
14803 dlls/itss/tests/Makefile: dlls/itss/tests/Makefile.in dlls/Maketest.rules"
14804 ac_config_files="$ac_config_files dlls/itss/tests/Makefile"
14805
14806 ALL_MAKEFILES="$ALL_MAKEFILES \\
14807         dlls/jscript/Makefile"
14808 test "x$enable_jscript" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
14809         jscript"
14810 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
14811 dlls/jscript/Makefile: dlls/jscript/Makefile.in dlls/Makedll.rules"
14812 ac_config_files="$ac_config_files dlls/jscript/Makefile"
14813
14814 ALL_MAKEFILES="$ALL_MAKEFILES \\
14815         dlls/jscript/tests/Makefile"
14816 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
14817         jscript/tests"
14818 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
14819 dlls/jscript/tests/Makefile: dlls/jscript/tests/Makefile.in dlls/Maketest.rules"
14820 ac_config_files="$ac_config_files dlls/jscript/tests/Makefile"
14821
14822 ALL_MAKEFILES="$ALL_MAKEFILES \\
14823         dlls/kernel32/Makefile"
14824 test "x$enable_kernel32" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
14825         kernel32"
14826 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
14827 dlls/kernel32/Makefile: dlls/kernel32/Makefile.in dlls/Makedll.rules"
14828 ac_config_files="$ac_config_files dlls/kernel32/Makefile"
14829
14830 ALL_MAKEFILES="$ALL_MAKEFILES \\
14831         dlls/kernel32/tests/Makefile"
14832 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
14833         kernel32/tests"
14834 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
14835 dlls/kernel32/tests/Makefile: dlls/kernel32/tests/Makefile.in dlls/Maketest.rules"
14836 ac_config_files="$ac_config_files dlls/kernel32/tests/Makefile"
14837
14838 ALL_MAKEFILES="$ALL_MAKEFILES \\
14839         dlls/keyboard.drv16/Makefile"
14840 test "x$enable_win16" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
14841         keyboard.drv16"
14842 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
14843 dlls/keyboard.drv16/Makefile: dlls/keyboard.drv16/Makefile.in dlls/Makedll.rules"
14844 ac_config_files="$ac_config_files dlls/keyboard.drv16/Makefile"
14845
14846 ALL_MAKEFILES="$ALL_MAKEFILES \\
14847         dlls/loadperf/Makefile"
14848 test "x$enable_loadperf" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
14849         loadperf"
14850 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
14851 dlls/loadperf/Makefile: dlls/loadperf/Makefile.in dlls/Makedll.rules"
14852 ac_config_files="$ac_config_files dlls/loadperf/Makefile"
14853
14854 ALL_MAKEFILES="$ALL_MAKEFILES \\
14855         dlls/localspl/Makefile"
14856 test "x$enable_localspl" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
14857         localspl"
14858 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
14859 dlls/localspl/Makefile: dlls/localspl/Makefile.in dlls/Makedll.rules"
14860 ac_config_files="$ac_config_files dlls/localspl/Makefile"
14861
14862 ALL_MAKEFILES="$ALL_MAKEFILES \\
14863         dlls/localspl/tests/Makefile"
14864 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
14865         localspl/tests"
14866 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
14867 dlls/localspl/tests/Makefile: dlls/localspl/tests/Makefile.in dlls/Maketest.rules"
14868 ac_config_files="$ac_config_files dlls/localspl/tests/Makefile"
14869
14870 ALL_MAKEFILES="$ALL_MAKEFILES \\
14871         dlls/localui/Makefile"
14872 test "x$enable_localui" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
14873         localui"
14874 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
14875 dlls/localui/Makefile: dlls/localui/Makefile.in dlls/Makedll.rules"
14876 ac_config_files="$ac_config_files dlls/localui/Makefile"
14877
14878 ALL_MAKEFILES="$ALL_MAKEFILES \\
14879         dlls/localui/tests/Makefile"
14880 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
14881         localui/tests"
14882 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
14883 dlls/localui/tests/Makefile: dlls/localui/tests/Makefile.in dlls/Maketest.rules"
14884 ac_config_files="$ac_config_files dlls/localui/tests/Makefile"
14885
14886 ALL_MAKEFILES="$ALL_MAKEFILES \\
14887         dlls/lz32/Makefile"
14888 test "x$enable_lz32" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
14889         lz32"
14890 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
14891 dlls/lz32/Makefile: dlls/lz32/Makefile.in dlls/Makedll.rules"
14892 ac_config_files="$ac_config_files dlls/lz32/Makefile"
14893
14894 ALL_MAKEFILES="$ALL_MAKEFILES \\
14895         dlls/lz32/tests/Makefile"
14896 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
14897         lz32/tests"
14898 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
14899 dlls/lz32/tests/Makefile: dlls/lz32/tests/Makefile.in dlls/Maketest.rules"
14900 ac_config_files="$ac_config_files dlls/lz32/tests/Makefile"
14901
14902 ALL_MAKEFILES="$ALL_MAKEFILES \\
14903         dlls/lzexpand.dll16/Makefile"
14904 test "x$enable_win16" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
14905         lzexpand.dll16"
14906 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
14907 dlls/lzexpand.dll16/Makefile: dlls/lzexpand.dll16/Makefile.in dlls/Makedll.rules"
14908 ac_config_files="$ac_config_files dlls/lzexpand.dll16/Makefile"
14909
14910 ALL_MAKEFILES="$ALL_MAKEFILES \\
14911         dlls/mapi32/Makefile"
14912 test "x$enable_mapi32" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
14913         mapi32"
14914 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
14915 dlls/mapi32/Makefile: dlls/mapi32/Makefile.in dlls/Makedll.rules"
14916 ac_config_files="$ac_config_files dlls/mapi32/Makefile"
14917
14918 ALL_MAKEFILES="$ALL_MAKEFILES \\
14919         dlls/mapi32/tests/Makefile"
14920 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
14921         mapi32/tests"
14922 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
14923 dlls/mapi32/tests/Makefile: dlls/mapi32/tests/Makefile.in dlls/Maketest.rules"
14924 ac_config_files="$ac_config_files dlls/mapi32/tests/Makefile"
14925
14926 ALL_MAKEFILES="$ALL_MAKEFILES \\
14927         dlls/mciavi32/Makefile"
14928 test "x$enable_mciavi32" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
14929         mciavi32"
14930 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
14931 dlls/mciavi32/Makefile: dlls/mciavi32/Makefile.in dlls/Makedll.rules"
14932 ac_config_files="$ac_config_files dlls/mciavi32/Makefile"
14933
14934 ALL_MAKEFILES="$ALL_MAKEFILES \\
14935         dlls/mcicda/Makefile"
14936 test "x$enable_mcicda" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
14937         mcicda"
14938 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
14939 dlls/mcicda/Makefile: dlls/mcicda/Makefile.in dlls/Makedll.rules"
14940 ac_config_files="$ac_config_files dlls/mcicda/Makefile"
14941
14942 ALL_MAKEFILES="$ALL_MAKEFILES \\
14943         dlls/mciqtz32/Makefile"
14944 test "x$enable_mciqtz32" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
14945         mciqtz32"
14946 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
14947 dlls/mciqtz32/Makefile: dlls/mciqtz32/Makefile.in dlls/Makedll.rules"
14948 ac_config_files="$ac_config_files dlls/mciqtz32/Makefile"
14949
14950 ALL_MAKEFILES="$ALL_MAKEFILES \\
14951         dlls/mciseq/Makefile"
14952 test "x$enable_mciseq" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
14953         mciseq"
14954 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
14955 dlls/mciseq/Makefile: dlls/mciseq/Makefile.in dlls/Makedll.rules"
14956 ac_config_files="$ac_config_files dlls/mciseq/Makefile"
14957
14958 ALL_MAKEFILES="$ALL_MAKEFILES \\
14959         dlls/mciwave/Makefile"
14960 test "x$enable_mciwave" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
14961         mciwave"
14962 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
14963 dlls/mciwave/Makefile: dlls/mciwave/Makefile.in dlls/Makedll.rules"
14964 ac_config_files="$ac_config_files dlls/mciwave/Makefile"
14965
14966 ALL_MAKEFILES="$ALL_MAKEFILES \\
14967         dlls/midimap/Makefile"
14968 test "x$enable_midimap" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
14969         midimap"
14970 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
14971 dlls/midimap/Makefile: dlls/midimap/Makefile.in dlls/Makedll.rules"
14972 ac_config_files="$ac_config_files dlls/midimap/Makefile"
14973
14974 ALL_MAKEFILES="$ALL_MAKEFILES \\
14975         dlls/mlang/Makefile"
14976 test "x$enable_mlang" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
14977         mlang"
14978 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
14979 dlls/mlang/Makefile: dlls/mlang/Makefile.in dlls/Makedll.rules"
14980 ac_config_files="$ac_config_files dlls/mlang/Makefile"
14981
14982 ALL_MAKEFILES="$ALL_MAKEFILES \\
14983         dlls/mlang/tests/Makefile"
14984 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
14985         mlang/tests"
14986 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
14987 dlls/mlang/tests/Makefile: dlls/mlang/tests/Makefile.in dlls/Maketest.rules"
14988 ac_config_files="$ac_config_files dlls/mlang/tests/Makefile"
14989
14990 ALL_MAKEFILES="$ALL_MAKEFILES \\
14991         dlls/mmdevldr.vxd/Makefile"
14992 test "x$enable_win16" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
14993         mmdevldr.vxd"
14994 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
14995 dlls/mmdevldr.vxd/Makefile: dlls/mmdevldr.vxd/Makefile.in dlls/Makedll.rules"
14996 ac_config_files="$ac_config_files dlls/mmdevldr.vxd/Makefile"
14997
14998 ALL_MAKEFILES="$ALL_MAKEFILES \\
14999         dlls/monodebg.vxd/Makefile"
15000 test "x$enable_win16" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
15001         monodebg.vxd"
15002 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
15003 dlls/monodebg.vxd/Makefile: dlls/monodebg.vxd/Makefile.in dlls/Makedll.rules"
15004 ac_config_files="$ac_config_files dlls/monodebg.vxd/Makefile"
15005
15006 ALL_MAKEFILES="$ALL_MAKEFILES \\
15007         dlls/mountmgr.sys/Makefile"
15008 test "x$enable_mountmgr_sys" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
15009         mountmgr.sys"
15010 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
15011 dlls/mountmgr.sys/Makefile: dlls/mountmgr.sys/Makefile.in dlls/Makedll.rules"
15012 ac_config_files="$ac_config_files dlls/mountmgr.sys/Makefile"
15013
15014 ALL_MAKEFILES="$ALL_MAKEFILES \\
15015         dlls/mouse.drv16/Makefile"
15016 test "x$enable_win16" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
15017         mouse.drv16"
15018 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
15019 dlls/mouse.drv16/Makefile: dlls/mouse.drv16/Makefile.in dlls/Makedll.rules"
15020 ac_config_files="$ac_config_files dlls/mouse.drv16/Makefile"
15021
15022 ALL_MAKEFILES="$ALL_MAKEFILES \\
15023         dlls/mpr/Makefile"
15024 test "x$enable_mpr" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
15025         mpr"
15026 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
15027 dlls/mpr/Makefile: dlls/mpr/Makefile.in dlls/Makedll.rules"
15028 ac_config_files="$ac_config_files dlls/mpr/Makefile"
15029
15030 ALL_MAKEFILES="$ALL_MAKEFILES \\
15031         dlls/mprapi/Makefile"
15032 test "x$enable_mprapi" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
15033         mprapi"
15034 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
15035 dlls/mprapi/Makefile: dlls/mprapi/Makefile.in dlls/Makedll.rules"
15036 ac_config_files="$ac_config_files dlls/mprapi/Makefile"
15037
15038 ALL_MAKEFILES="$ALL_MAKEFILES \\
15039         dlls/msacm.dll16/Makefile"
15040 test "x$enable_win16" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
15041         msacm.dll16"
15042 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
15043 dlls/msacm.dll16/Makefile: dlls/msacm.dll16/Makefile.in dlls/Makedll.rules"
15044 ac_config_files="$ac_config_files dlls/msacm.dll16/Makefile"
15045
15046 ALL_MAKEFILES="$ALL_MAKEFILES \\
15047         dlls/msacm32.drv/Makefile"
15048 test "x$enable_msacm32_drv" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
15049         msacm32.drv"
15050 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
15051 dlls/msacm32.drv/Makefile: dlls/msacm32.drv/Makefile.in dlls/Makedll.rules"
15052 ac_config_files="$ac_config_files dlls/msacm32.drv/Makefile"
15053
15054 ALL_MAKEFILES="$ALL_MAKEFILES \\
15055         dlls/msacm32/Makefile"
15056 test "x$enable_msacm32" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
15057         msacm32"
15058 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
15059 dlls/msacm32/Makefile: dlls/msacm32/Makefile.in dlls/Makedll.rules"
15060 ac_config_files="$ac_config_files dlls/msacm32/Makefile"
15061
15062 ALL_MAKEFILES="$ALL_MAKEFILES \\
15063         dlls/msacm32/tests/Makefile"
15064 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
15065         msacm32/tests"
15066 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
15067 dlls/msacm32/tests/Makefile: dlls/msacm32/tests/Makefile.in dlls/Maketest.rules"
15068 ac_config_files="$ac_config_files dlls/msacm32/tests/Makefile"
15069
15070 ALL_MAKEFILES="$ALL_MAKEFILES \\
15071         dlls/msadp32.acm/Makefile"
15072 test "x$enable_msadp32_acm" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
15073         msadp32.acm"
15074 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
15075 dlls/msadp32.acm/Makefile: dlls/msadp32.acm/Makefile.in dlls/Makedll.rules"
15076 ac_config_files="$ac_config_files dlls/msadp32.acm/Makefile"
15077
15078 ALL_MAKEFILES="$ALL_MAKEFILES \\
15079         dlls/mscat32/Makefile"
15080 test "x$enable_mscat32" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
15081         mscat32"
15082 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
15083 dlls/mscat32/Makefile: dlls/mscat32/Makefile.in dlls/Makedll.rules"
15084 ac_config_files="$ac_config_files dlls/mscat32/Makefile"
15085
15086 ALL_MAKEFILES="$ALL_MAKEFILES \\
15087         dlls/mscms/Makefile"
15088 test "x$enable_mscms" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
15089         mscms"
15090 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
15091 dlls/mscms/Makefile: dlls/mscms/Makefile.in dlls/Makedll.rules"
15092 ac_config_files="$ac_config_files dlls/mscms/Makefile"
15093
15094 ALL_MAKEFILES="$ALL_MAKEFILES \\
15095         dlls/mscms/tests/Makefile"
15096 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
15097         mscms/tests"
15098 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
15099 dlls/mscms/tests/Makefile: dlls/mscms/tests/Makefile.in dlls/Maketest.rules"
15100 ac_config_files="$ac_config_files dlls/mscms/tests/Makefile"
15101
15102 ALL_MAKEFILES="$ALL_MAKEFILES \\
15103         dlls/mscoree/Makefile"
15104 test "x$enable_mscoree" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
15105         mscoree"
15106 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
15107 dlls/mscoree/Makefile: dlls/mscoree/Makefile.in dlls/Makedll.rules"
15108 ac_config_files="$ac_config_files dlls/mscoree/Makefile"
15109
15110 ALL_MAKEFILES="$ALL_MAKEFILES \\
15111         dlls/msctf/Makefile"
15112 test "x$enable_msctf" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
15113         msctf"
15114 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
15115 dlls/msctf/Makefile: dlls/msctf/Makefile.in dlls/Makedll.rules"
15116 ac_config_files="$ac_config_files dlls/msctf/Makefile"
15117
15118 ALL_MAKEFILES="$ALL_MAKEFILES \\
15119         dlls/msctf/tests/Makefile"
15120 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
15121         msctf/tests"
15122 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
15123 dlls/msctf/tests/Makefile: dlls/msctf/tests/Makefile.in dlls/Maketest.rules"
15124 ac_config_files="$ac_config_files dlls/msctf/tests/Makefile"
15125
15126 ALL_MAKEFILES="$ALL_MAKEFILES \\
15127         dlls/msdaps/Makefile"
15128 test "x$enable_msdaps" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
15129         msdaps"
15130 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
15131 dlls/msdaps/Makefile: dlls/msdaps/Makefile.in dlls/Makedll.rules"
15132 ac_config_files="$ac_config_files dlls/msdaps/Makefile"
15133
15134 ALL_MAKEFILES="$ALL_MAKEFILES \\
15135         dlls/msdmo/Makefile"
15136 test "x$enable_msdmo" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
15137         msdmo"
15138 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
15139 dlls/msdmo/Makefile: dlls/msdmo/Makefile.in dlls/Makedll.rules"
15140 ac_config_files="$ac_config_files dlls/msdmo/Makefile"
15141
15142 ALL_MAKEFILES="$ALL_MAKEFILES \\
15143         dlls/msftedit/Makefile"
15144 test "x$enable_msftedit" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
15145         msftedit"
15146 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
15147 dlls/msftedit/Makefile: dlls/msftedit/Makefile.in dlls/Makedll.rules"
15148 ac_config_files="$ac_config_files dlls/msftedit/Makefile"
15149
15150 ALL_MAKEFILES="$ALL_MAKEFILES \\
15151         dlls/msg711.acm/Makefile"
15152 test "x$enable_msg711_acm" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
15153         msg711.acm"
15154 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
15155 dlls/msg711.acm/Makefile: dlls/msg711.acm/Makefile.in dlls/Makedll.rules"
15156 ac_config_files="$ac_config_files dlls/msg711.acm/Makefile"
15157
15158 ALL_MAKEFILES="$ALL_MAKEFILES \\
15159         dlls/msgsm32.acm/Makefile"
15160 test "x$enable_msgsm32_acm" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
15161         msgsm32.acm"
15162 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
15163 dlls/msgsm32.acm/Makefile: dlls/msgsm32.acm/Makefile.in dlls/Makedll.rules"
15164 ac_config_files="$ac_config_files dlls/msgsm32.acm/Makefile"
15165
15166 ALL_MAKEFILES="$ALL_MAKEFILES \\
15167         dlls/mshtml.tlb/Makefile"
15168 test "x$enable_mshtml_tlb" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
15169         mshtml.tlb"
15170 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
15171 dlls/mshtml.tlb/Makefile: dlls/mshtml.tlb/Makefile.in dlls/Makedll.rules"
15172 ac_config_files="$ac_config_files dlls/mshtml.tlb/Makefile"
15173
15174 ALL_MAKEFILES="$ALL_MAKEFILES \\
15175         dlls/mshtml/Makefile"
15176 test "x$enable_mshtml" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
15177         mshtml"
15178 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
15179 dlls/mshtml/Makefile: dlls/mshtml/Makefile.in dlls/Makedll.rules"
15180 ac_config_files="$ac_config_files dlls/mshtml/Makefile"
15181
15182 ALL_MAKEFILES="$ALL_MAKEFILES \\
15183         dlls/mshtml/tests/Makefile"
15184 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
15185         mshtml/tests"
15186 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
15187 dlls/mshtml/tests/Makefile: dlls/mshtml/tests/Makefile.in dlls/Maketest.rules"
15188 ac_config_files="$ac_config_files dlls/mshtml/tests/Makefile"
15189
15190 ALL_MAKEFILES="$ALL_MAKEFILES \\
15191         dlls/msi/Makefile"
15192 test "x$enable_msi" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
15193         msi"
15194 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
15195 dlls/msi/Makefile: dlls/msi/Makefile.in dlls/Makedll.rules"
15196 ac_config_files="$ac_config_files dlls/msi/Makefile"
15197
15198 ALL_MAKEFILES="$ALL_MAKEFILES \\
15199         dlls/msi/tests/Makefile"
15200 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
15201         msi/tests"
15202 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
15203 dlls/msi/tests/Makefile: dlls/msi/tests/Makefile.in dlls/Maketest.rules"
15204 ac_config_files="$ac_config_files dlls/msi/tests/Makefile"
15205
15206 ALL_MAKEFILES="$ALL_MAKEFILES \\
15207         dlls/msimg32/Makefile"
15208 test "x$enable_msimg32" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
15209         msimg32"
15210 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
15211 dlls/msimg32/Makefile: dlls/msimg32/Makefile.in dlls/Makedll.rules"
15212 ac_config_files="$ac_config_files dlls/msimg32/Makefile"
15213
15214 ALL_MAKEFILES="$ALL_MAKEFILES \\
15215         dlls/msimtf/Makefile"
15216 test "x$enable_msimtf" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
15217         msimtf"
15218 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
15219 dlls/msimtf/Makefile: dlls/msimtf/Makefile.in dlls/Makedll.rules"
15220 ac_config_files="$ac_config_files dlls/msimtf/Makefile"
15221
15222 ALL_MAKEFILES="$ALL_MAKEFILES \\
15223         dlls/msisip/Makefile"
15224 test "x$enable_msisip" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
15225         msisip"
15226 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
15227 dlls/msisip/Makefile: dlls/msisip/Makefile.in dlls/Makedll.rules"
15228 ac_config_files="$ac_config_files dlls/msisip/Makefile"
15229
15230 ALL_MAKEFILES="$ALL_MAKEFILES \\
15231         dlls/msisys.ocx/Makefile"
15232 test "x$enable_msisys_ocx" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
15233         msisys.ocx"
15234 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
15235 dlls/msisys.ocx/Makefile: dlls/msisys.ocx/Makefile.in dlls/Makedll.rules"
15236 ac_config_files="$ac_config_files dlls/msisys.ocx/Makefile"
15237
15238 ALL_MAKEFILES="$ALL_MAKEFILES \\
15239         dlls/msnet32/Makefile"
15240 test "x$enable_msnet32" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
15241         msnet32"
15242 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
15243 dlls/msnet32/Makefile: dlls/msnet32/Makefile.in dlls/Makedll.rules"
15244 ac_config_files="$ac_config_files dlls/msnet32/Makefile"
15245
15246 ALL_MAKEFILES="$ALL_MAKEFILES \\
15247         dlls/msrle32/Makefile"
15248 test "x$enable_msrle32" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
15249         msrle32"
15250 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
15251 dlls/msrle32/Makefile: dlls/msrle32/Makefile.in dlls/Makedll.rules"
15252 ac_config_files="$ac_config_files dlls/msrle32/Makefile"
15253
15254 ALL_MAKEFILES="$ALL_MAKEFILES \\
15255         dlls/mssign32/Makefile"
15256 test "x$enable_mssign32" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
15257         mssign32"
15258 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
15259 dlls/mssign32/Makefile: dlls/mssign32/Makefile.in dlls/Makedll.rules"
15260 ac_config_files="$ac_config_files dlls/mssign32/Makefile"
15261
15262 ALL_MAKEFILES="$ALL_MAKEFILES \\
15263         dlls/mssip32/Makefile"
15264 test "x$enable_mssip32" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
15265         mssip32"
15266 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
15267 dlls/mssip32/Makefile: dlls/mssip32/Makefile.in dlls/Makedll.rules"
15268 ac_config_files="$ac_config_files dlls/mssip32/Makefile"
15269
15270 ALL_MAKEFILES="$ALL_MAKEFILES \\
15271         dlls/mstask/Makefile"
15272 test "x$enable_mstask" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
15273         mstask"
15274 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
15275 dlls/mstask/Makefile: dlls/mstask/Makefile.in dlls/Makedll.rules"
15276 ac_config_files="$ac_config_files dlls/mstask/Makefile"
15277
15278 ALL_MAKEFILES="$ALL_MAKEFILES \\
15279         dlls/mstask/tests/Makefile"
15280 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
15281         mstask/tests"
15282 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
15283 dlls/mstask/tests/Makefile: dlls/mstask/tests/Makefile.in dlls/Maketest.rules"
15284 ac_config_files="$ac_config_files dlls/mstask/tests/Makefile"
15285
15286 ALL_MAKEFILES="$ALL_MAKEFILES \\
15287         dlls/msvcirt/Makefile"
15288 test "x$enable_msvcirt" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
15289         msvcirt"
15290 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
15291 dlls/msvcirt/Makefile: dlls/msvcirt/Makefile.in dlls/Makedll.rules"
15292 ac_config_files="$ac_config_files dlls/msvcirt/Makefile"
15293
15294 ALL_MAKEFILES="$ALL_MAKEFILES \\
15295         dlls/msvcr71/Makefile"
15296 test "x$enable_msvcr71" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
15297         msvcr71"
15298 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
15299 dlls/msvcr71/Makefile: dlls/msvcr71/Makefile.in dlls/Makedll.rules"
15300 ac_config_files="$ac_config_files dlls/msvcr71/Makefile"
15301
15302 ALL_MAKEFILES="$ALL_MAKEFILES \\
15303         dlls/msvcrt/Makefile"
15304 test "x$enable_msvcrt" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
15305         msvcrt"
15306 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
15307 dlls/msvcrt/Makefile: dlls/msvcrt/Makefile.in dlls/Makedll.rules"
15308 ac_config_files="$ac_config_files dlls/msvcrt/Makefile"
15309
15310 ALL_MAKEFILES="$ALL_MAKEFILES \\
15311         dlls/msvcrt/tests/Makefile"
15312 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
15313         msvcrt/tests"
15314 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
15315 dlls/msvcrt/tests/Makefile: dlls/msvcrt/tests/Makefile.in dlls/Maketest.rules"
15316 ac_config_files="$ac_config_files dlls/msvcrt/tests/Makefile"
15317
15318 ALL_MAKEFILES="$ALL_MAKEFILES \\
15319         dlls/msvcrt20/Makefile"
15320 test "x$enable_msvcrt20" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
15321         msvcrt20"
15322 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
15323 dlls/msvcrt20/Makefile: dlls/msvcrt20/Makefile.in dlls/Makedll.rules"
15324 ac_config_files="$ac_config_files dlls/msvcrt20/Makefile"
15325
15326 ALL_MAKEFILES="$ALL_MAKEFILES \\
15327         dlls/msvcrt40/Makefile"
15328 test "x$enable_msvcrt40" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
15329         msvcrt40"
15330 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
15331 dlls/msvcrt40/Makefile: dlls/msvcrt40/Makefile.in dlls/Makedll.rules"
15332 ac_config_files="$ac_config_files dlls/msvcrt40/Makefile"
15333
15334 ALL_MAKEFILES="$ALL_MAKEFILES \\
15335         dlls/msvcrtd/Makefile"
15336 test "x$enable_msvcrtd" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
15337         msvcrtd"
15338 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
15339 dlls/msvcrtd/Makefile: dlls/msvcrtd/Makefile.in dlls/Makedll.rules"
15340 ac_config_files="$ac_config_files dlls/msvcrtd/Makefile"
15341
15342 ALL_MAKEFILES="$ALL_MAKEFILES \\
15343         dlls/msvcrtd/tests/Makefile"
15344 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
15345         msvcrtd/tests"
15346 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
15347 dlls/msvcrtd/tests/Makefile: dlls/msvcrtd/tests/Makefile.in dlls/Maketest.rules"
15348 ac_config_files="$ac_config_files dlls/msvcrtd/tests/Makefile"
15349
15350 ALL_MAKEFILES="$ALL_MAKEFILES \\
15351         dlls/msvfw32/Makefile"
15352 test "x$enable_msvfw32" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
15353         msvfw32"
15354 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
15355 dlls/msvfw32/Makefile: dlls/msvfw32/Makefile.in dlls/Makedll.rules"
15356 ac_config_files="$ac_config_files dlls/msvfw32/Makefile"
15357
15358 ALL_MAKEFILES="$ALL_MAKEFILES \\
15359         dlls/msvfw32/tests/Makefile"
15360 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
15361         msvfw32/tests"
15362 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
15363 dlls/msvfw32/tests/Makefile: dlls/msvfw32/tests/Makefile.in dlls/Maketest.rules"
15364 ac_config_files="$ac_config_files dlls/msvfw32/tests/Makefile"
15365
15366 ALL_MAKEFILES="$ALL_MAKEFILES \\
15367         dlls/msvidc32/Makefile"
15368 test "x$enable_msvidc32" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
15369         msvidc32"
15370 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
15371 dlls/msvidc32/Makefile: dlls/msvidc32/Makefile.in dlls/Makedll.rules"
15372 ac_config_files="$ac_config_files dlls/msvidc32/Makefile"
15373
15374 ALL_MAKEFILES="$ALL_MAKEFILES \\
15375         dlls/msvideo.dll16/Makefile"
15376 test "x$enable_win16" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
15377         msvideo.dll16"
15378 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
15379 dlls/msvideo.dll16/Makefile: dlls/msvideo.dll16/Makefile.in dlls/Makedll.rules"
15380 ac_config_files="$ac_config_files dlls/msvideo.dll16/Makefile"
15381
15382 ALL_MAKEFILES="$ALL_MAKEFILES \\
15383         dlls/mswsock/Makefile"
15384 test "x$enable_mswsock" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
15385         mswsock"
15386 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
15387 dlls/mswsock/Makefile: dlls/mswsock/Makefile.in dlls/Makedll.rules"
15388 ac_config_files="$ac_config_files dlls/mswsock/Makefile"
15389
15390 ALL_MAKEFILES="$ALL_MAKEFILES \\
15391         dlls/msxml3/Makefile"
15392 test "x$enable_msxml3" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
15393         msxml3"
15394 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
15395 dlls/msxml3/Makefile: dlls/msxml3/Makefile.in dlls/Makedll.rules"
15396 ac_config_files="$ac_config_files dlls/msxml3/Makefile"
15397
15398 ALL_MAKEFILES="$ALL_MAKEFILES \\
15399         dlls/msxml3/tests/Makefile"
15400 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
15401         msxml3/tests"
15402 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
15403 dlls/msxml3/tests/Makefile: dlls/msxml3/tests/Makefile.in dlls/Maketest.rules"
15404 ac_config_files="$ac_config_files dlls/msxml3/tests/Makefile"
15405
15406 ALL_MAKEFILES="$ALL_MAKEFILES \\
15407         dlls/nddeapi/Makefile"
15408 test "x$enable_nddeapi" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
15409         nddeapi"
15410 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
15411 dlls/nddeapi/Makefile: dlls/nddeapi/Makefile.in dlls/Makedll.rules"
15412 ac_config_files="$ac_config_files dlls/nddeapi/Makefile"
15413
15414 ALL_MAKEFILES="$ALL_MAKEFILES \\
15415         dlls/netapi32/Makefile"
15416 test "x$enable_netapi32" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
15417         netapi32"
15418 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
15419 dlls/netapi32/Makefile: dlls/netapi32/Makefile.in dlls/Makedll.rules"
15420 ac_config_files="$ac_config_files dlls/netapi32/Makefile"
15421
15422 ALL_MAKEFILES="$ALL_MAKEFILES \\
15423         dlls/netapi32/tests/Makefile"
15424 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
15425         netapi32/tests"
15426 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
15427 dlls/netapi32/tests/Makefile: dlls/netapi32/tests/Makefile.in dlls/Maketest.rules"
15428 ac_config_files="$ac_config_files dlls/netapi32/tests/Makefile"
15429
15430 ALL_MAKEFILES="$ALL_MAKEFILES \\
15431         dlls/newdev/Makefile"
15432 test "x$enable_newdev" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
15433         newdev"
15434 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
15435 dlls/newdev/Makefile: dlls/newdev/Makefile.in dlls/Makedll.rules"
15436 ac_config_files="$ac_config_files dlls/newdev/Makefile"
15437
15438 ALL_MAKEFILES="$ALL_MAKEFILES \\
15439         dlls/ntdll/Makefile"
15440 test "x$enable_ntdll" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
15441         ntdll"
15442 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
15443 dlls/ntdll/Makefile: dlls/ntdll/Makefile.in dlls/Makedll.rules"
15444 ac_config_files="$ac_config_files dlls/ntdll/Makefile"
15445
15446 ALL_MAKEFILES="$ALL_MAKEFILES \\
15447         dlls/ntdll/tests/Makefile"
15448 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
15449         ntdll/tests"
15450 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
15451 dlls/ntdll/tests/Makefile: dlls/ntdll/tests/Makefile.in dlls/Maketest.rules"
15452 ac_config_files="$ac_config_files dlls/ntdll/tests/Makefile"
15453
15454 ALL_MAKEFILES="$ALL_MAKEFILES \\
15455         dlls/ntdsapi/Makefile"
15456 test "x$enable_ntdsapi" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
15457         ntdsapi"
15458 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
15459 dlls/ntdsapi/Makefile: dlls/ntdsapi/Makefile.in dlls/Makedll.rules"
15460 ac_config_files="$ac_config_files dlls/ntdsapi/Makefile"
15461
15462 ALL_MAKEFILES="$ALL_MAKEFILES \\
15463         dlls/ntdsapi/tests/Makefile"
15464 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
15465         ntdsapi/tests"
15466 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
15467 dlls/ntdsapi/tests/Makefile: dlls/ntdsapi/tests/Makefile.in dlls/Maketest.rules"
15468 ac_config_files="$ac_config_files dlls/ntdsapi/tests/Makefile"
15469
15470 ALL_MAKEFILES="$ALL_MAKEFILES \\
15471         dlls/ntoskrnl.exe/Makefile"
15472 test "x$enable_ntoskrnl_exe" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
15473         ntoskrnl.exe"
15474 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
15475 dlls/ntoskrnl.exe/Makefile: dlls/ntoskrnl.exe/Makefile.in dlls/Makedll.rules"
15476 ac_config_files="$ac_config_files dlls/ntoskrnl.exe/Makefile"
15477
15478 ALL_MAKEFILES="$ALL_MAKEFILES \\
15479         dlls/ntprint/Makefile"
15480 test "x$enable_ntprint" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
15481         ntprint"
15482 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
15483 dlls/ntprint/Makefile: dlls/ntprint/Makefile.in dlls/Makedll.rules"
15484 ac_config_files="$ac_config_files dlls/ntprint/Makefile"
15485
15486 ALL_MAKEFILES="$ALL_MAKEFILES \\
15487         dlls/ntprint/tests/Makefile"
15488 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
15489         ntprint/tests"
15490 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
15491 dlls/ntprint/tests/Makefile: dlls/ntprint/tests/Makefile.in dlls/Maketest.rules"
15492 ac_config_files="$ac_config_files dlls/ntprint/tests/Makefile"
15493
15494 ALL_MAKEFILES="$ALL_MAKEFILES \\
15495         dlls/objsel/Makefile"
15496 test "x$enable_objsel" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
15497         objsel"
15498 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
15499 dlls/objsel/Makefile: dlls/objsel/Makefile.in dlls/Makedll.rules"
15500 ac_config_files="$ac_config_files dlls/objsel/Makefile"
15501
15502 ALL_MAKEFILES="$ALL_MAKEFILES \\
15503         dlls/odbc32/Makefile"
15504 test "x$enable_odbc32" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
15505         odbc32"
15506 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
15507 dlls/odbc32/Makefile: dlls/odbc32/Makefile.in dlls/Makedll.rules"
15508 ac_config_files="$ac_config_files dlls/odbc32/Makefile"
15509
15510 ALL_MAKEFILES="$ALL_MAKEFILES \\
15511         dlls/odbccp32/Makefile"
15512 test "x$enable_odbccp32" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
15513         odbccp32"
15514 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
15515 dlls/odbccp32/Makefile: dlls/odbccp32/Makefile.in dlls/Makedll.rules"
15516 ac_config_files="$ac_config_files dlls/odbccp32/Makefile"
15517
15518 ALL_MAKEFILES="$ALL_MAKEFILES \\
15519         dlls/odbccp32/tests/Makefile"
15520 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
15521         odbccp32/tests"
15522 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
15523 dlls/odbccp32/tests/Makefile: dlls/odbccp32/tests/Makefile.in dlls/Maketest.rules"
15524 ac_config_files="$ac_config_files dlls/odbccp32/tests/Makefile"
15525
15526 ALL_MAKEFILES="$ALL_MAKEFILES \\
15527         dlls/ole2.dll16/Makefile"
15528 test "x$enable_win16" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
15529         ole2.dll16"
15530 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
15531 dlls/ole2.dll16/Makefile: dlls/ole2.dll16/Makefile.in dlls/Makedll.rules"
15532 ac_config_files="$ac_config_files dlls/ole2.dll16/Makefile"
15533
15534 ALL_MAKEFILES="$ALL_MAKEFILES \\
15535         dlls/ole2conv.dll16/Makefile"
15536 test "x$enable_win16" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
15537         ole2conv.dll16"
15538 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
15539 dlls/ole2conv.dll16/Makefile: dlls/ole2conv.dll16/Makefile.in dlls/Makedll.rules"
15540 ac_config_files="$ac_config_files dlls/ole2conv.dll16/Makefile"
15541
15542 ALL_MAKEFILES="$ALL_MAKEFILES \\
15543         dlls/ole2disp.dll16/Makefile"
15544 test "x$enable_win16" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
15545         ole2disp.dll16"
15546 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
15547 dlls/ole2disp.dll16/Makefile: dlls/ole2disp.dll16/Makefile.in dlls/Makedll.rules"
15548 ac_config_files="$ac_config_files dlls/ole2disp.dll16/Makefile"
15549
15550 ALL_MAKEFILES="$ALL_MAKEFILES \\
15551         dlls/ole2nls.dll16/Makefile"
15552 test "x$enable_win16" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
15553         ole2nls.dll16"
15554 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
15555 dlls/ole2nls.dll16/Makefile: dlls/ole2nls.dll16/Makefile.in dlls/Makedll.rules"
15556 ac_config_files="$ac_config_files dlls/ole2nls.dll16/Makefile"
15557
15558 ALL_MAKEFILES="$ALL_MAKEFILES \\
15559         dlls/ole2prox.dll16/Makefile"
15560 test "x$enable_win16" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
15561         ole2prox.dll16"
15562 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
15563 dlls/ole2prox.dll16/Makefile: dlls/ole2prox.dll16/Makefile.in dlls/Makedll.rules"
15564 ac_config_files="$ac_config_files dlls/ole2prox.dll16/Makefile"
15565
15566 ALL_MAKEFILES="$ALL_MAKEFILES \\
15567         dlls/ole2thk.dll16/Makefile"
15568 test "x$enable_win16" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
15569         ole2thk.dll16"
15570 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
15571 dlls/ole2thk.dll16/Makefile: dlls/ole2thk.dll16/Makefile.in dlls/Makedll.rules"
15572 ac_config_files="$ac_config_files dlls/ole2thk.dll16/Makefile"
15573
15574 ALL_MAKEFILES="$ALL_MAKEFILES \\
15575         dlls/ole32/Makefile"
15576 test "x$enable_ole32" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
15577         ole32"
15578 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
15579 dlls/ole32/Makefile: dlls/ole32/Makefile.in dlls/Makedll.rules"
15580 ac_config_files="$ac_config_files dlls/ole32/Makefile"
15581
15582 ALL_MAKEFILES="$ALL_MAKEFILES \\
15583         dlls/ole32/tests/Makefile"
15584 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
15585         ole32/tests"
15586 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
15587 dlls/ole32/tests/Makefile: dlls/ole32/tests/Makefile.in dlls/Maketest.rules"
15588 ac_config_files="$ac_config_files dlls/ole32/tests/Makefile"
15589
15590 ALL_MAKEFILES="$ALL_MAKEFILES \\
15591         dlls/oleacc/Makefile"
15592 test "x$enable_oleacc" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
15593         oleacc"
15594 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
15595 dlls/oleacc/Makefile: dlls/oleacc/Makefile.in dlls/Makedll.rules"
15596 ac_config_files="$ac_config_files dlls/oleacc/Makefile"
15597
15598 ALL_MAKEFILES="$ALL_MAKEFILES \\
15599         dlls/oleacc/tests/Makefile"
15600 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
15601         oleacc/tests"
15602 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
15603 dlls/oleacc/tests/Makefile: dlls/oleacc/tests/Makefile.in dlls/Maketest.rules"
15604 ac_config_files="$ac_config_files dlls/oleacc/tests/Makefile"
15605
15606 ALL_MAKEFILES="$ALL_MAKEFILES \\
15607         dlls/oleaut32/Makefile"
15608 test "x$enable_oleaut32" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
15609         oleaut32"
15610 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
15611 dlls/oleaut32/Makefile: dlls/oleaut32/Makefile.in dlls/Makedll.rules"
15612 ac_config_files="$ac_config_files dlls/oleaut32/Makefile"
15613
15614 ALL_MAKEFILES="$ALL_MAKEFILES \\
15615         dlls/oleaut32/tests/Makefile"
15616 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
15617         oleaut32/tests"
15618 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
15619 dlls/oleaut32/tests/Makefile: dlls/oleaut32/tests/Makefile.in dlls/Maketest.rules"
15620 ac_config_files="$ac_config_files dlls/oleaut32/tests/Makefile"
15621
15622 ALL_MAKEFILES="$ALL_MAKEFILES \\
15623         dlls/olecli.dll16/Makefile"
15624 test "x$enable_win16" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
15625         olecli.dll16"
15626 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
15627 dlls/olecli.dll16/Makefile: dlls/olecli.dll16/Makefile.in dlls/Makedll.rules"
15628 ac_config_files="$ac_config_files dlls/olecli.dll16/Makefile"
15629
15630 ALL_MAKEFILES="$ALL_MAKEFILES \\
15631         dlls/olecli32/Makefile"
15632 test "x$enable_olecli32" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
15633         olecli32"
15634 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
15635 dlls/olecli32/Makefile: dlls/olecli32/Makefile.in dlls/Makedll.rules"
15636 ac_config_files="$ac_config_files dlls/olecli32/Makefile"
15637
15638 ALL_MAKEFILES="$ALL_MAKEFILES \\
15639         dlls/oledlg/Makefile"
15640 test "x$enable_oledlg" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
15641         oledlg"
15642 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
15643 dlls/oledlg/Makefile: dlls/oledlg/Makefile.in dlls/Makedll.rules"
15644 ac_config_files="$ac_config_files dlls/oledlg/Makefile"
15645
15646 ALL_MAKEFILES="$ALL_MAKEFILES \\
15647         dlls/olepro32/Makefile"
15648 test "x$enable_olepro32" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
15649         olepro32"
15650 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
15651 dlls/olepro32/Makefile: dlls/olepro32/Makefile.in dlls/Makedll.rules"
15652 ac_config_files="$ac_config_files dlls/olepro32/Makefile"
15653
15654 ALL_MAKEFILES="$ALL_MAKEFILES \\
15655         dlls/olesvr.dll16/Makefile"
15656 test "x$enable_win16" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
15657         olesvr.dll16"
15658 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
15659 dlls/olesvr.dll16/Makefile: dlls/olesvr.dll16/Makefile.in dlls/Makedll.rules"
15660 ac_config_files="$ac_config_files dlls/olesvr.dll16/Makefile"
15661
15662 ALL_MAKEFILES="$ALL_MAKEFILES \\
15663         dlls/olesvr32/Makefile"
15664 test "x$enable_olesvr32" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
15665         olesvr32"
15666 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
15667 dlls/olesvr32/Makefile: dlls/olesvr32/Makefile.in dlls/Makedll.rules"
15668 ac_config_files="$ac_config_files dlls/olesvr32/Makefile"
15669
15670 ALL_MAKEFILES="$ALL_MAKEFILES \\
15671         dlls/olethk32/Makefile"
15672 test "x$enable_olethk32" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
15673         olethk32"
15674 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
15675 dlls/olethk32/Makefile: dlls/olethk32/Makefile.in dlls/Makedll.rules"
15676 ac_config_files="$ac_config_files dlls/olethk32/Makefile"
15677
15678 ALL_MAKEFILES="$ALL_MAKEFILES \\
15679         dlls/opengl32/Makefile"
15680 test "x$enable_opengl32" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
15681         opengl32"
15682 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
15683 dlls/opengl32/Makefile: dlls/opengl32/Makefile.in dlls/Makedll.rules"
15684 ac_config_files="$ac_config_files dlls/opengl32/Makefile"
15685
15686 ALL_MAKEFILES="$ALL_MAKEFILES \\
15687         dlls/opengl32/tests/Makefile"
15688 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
15689         opengl32/tests"
15690 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
15691 dlls/opengl32/tests/Makefile: dlls/opengl32/tests/Makefile.in dlls/Maketest.rules"
15692 ac_config_files="$ac_config_files dlls/opengl32/tests/Makefile"
15693
15694 ALL_MAKEFILES="$ALL_MAKEFILES \\
15695         dlls/pdh/Makefile"
15696 test "x$enable_pdh" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
15697         pdh"
15698 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
15699 dlls/pdh/Makefile: dlls/pdh/Makefile.in dlls/Makedll.rules"
15700 ac_config_files="$ac_config_files dlls/pdh/Makefile"
15701
15702 ALL_MAKEFILES="$ALL_MAKEFILES \\
15703         dlls/pdh/tests/Makefile"
15704 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
15705         pdh/tests"
15706 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
15707 dlls/pdh/tests/Makefile: dlls/pdh/tests/Makefile.in dlls/Maketest.rules"
15708 ac_config_files="$ac_config_files dlls/pdh/tests/Makefile"
15709
15710 ALL_MAKEFILES="$ALL_MAKEFILES \\
15711         dlls/pidgen/Makefile"
15712 test "x$enable_pidgen" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
15713         pidgen"
15714 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
15715 dlls/pidgen/Makefile: dlls/pidgen/Makefile.in dlls/Makedll.rules"
15716 ac_config_files="$ac_config_files dlls/pidgen/Makefile"
15717
15718 ALL_MAKEFILES="$ALL_MAKEFILES \\
15719         dlls/powrprof/Makefile"
15720 test "x$enable_powrprof" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
15721         powrprof"
15722 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
15723 dlls/powrprof/Makefile: dlls/powrprof/Makefile.in dlls/Makedll.rules"
15724 ac_config_files="$ac_config_files dlls/powrprof/Makefile"
15725
15726 ALL_MAKEFILES="$ALL_MAKEFILES \\
15727         dlls/printui/Makefile"
15728 test "x$enable_printui" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
15729         printui"
15730 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
15731 dlls/printui/Makefile: dlls/printui/Makefile.in dlls/Makedll.rules"
15732 ac_config_files="$ac_config_files dlls/printui/Makefile"
15733
15734 ALL_MAKEFILES="$ALL_MAKEFILES \\
15735         dlls/propsys/Makefile"
15736 test "x$enable_propsys" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
15737         propsys"
15738 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
15739 dlls/propsys/Makefile: dlls/propsys/Makefile.in dlls/Makedll.rules"
15740 ac_config_files="$ac_config_files dlls/propsys/Makefile"
15741
15742 ALL_MAKEFILES="$ALL_MAKEFILES \\
15743         dlls/psapi/Makefile"
15744 test "x$enable_psapi" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
15745         psapi"
15746 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
15747 dlls/psapi/Makefile: dlls/psapi/Makefile.in dlls/Makedll.rules"
15748 ac_config_files="$ac_config_files dlls/psapi/Makefile"
15749
15750 ALL_MAKEFILES="$ALL_MAKEFILES \\
15751         dlls/psapi/tests/Makefile"
15752 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
15753         psapi/tests"
15754 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
15755 dlls/psapi/tests/Makefile: dlls/psapi/tests/Makefile.in dlls/Maketest.rules"
15756 ac_config_files="$ac_config_files dlls/psapi/tests/Makefile"
15757
15758 ALL_MAKEFILES="$ALL_MAKEFILES \\
15759         dlls/pstorec/Makefile"
15760 test "x$enable_pstorec" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
15761         pstorec"
15762 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
15763 dlls/pstorec/Makefile: dlls/pstorec/Makefile.in dlls/Makedll.rules"
15764 ac_config_files="$ac_config_files dlls/pstorec/Makefile"
15765
15766 ALL_MAKEFILES="$ALL_MAKEFILES \\
15767         dlls/qcap/Makefile"
15768 test "x$enable_qcap" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
15769         qcap"
15770 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
15771 dlls/qcap/Makefile: dlls/qcap/Makefile.in dlls/Makedll.rules"
15772 ac_config_files="$ac_config_files dlls/qcap/Makefile"
15773
15774 ALL_MAKEFILES="$ALL_MAKEFILES \\
15775         dlls/qedit/Makefile"
15776 test "x$enable_qedit" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
15777         qedit"
15778 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
15779 dlls/qedit/Makefile: dlls/qedit/Makefile.in dlls/Makedll.rules"
15780 ac_config_files="$ac_config_files dlls/qedit/Makefile"
15781
15782 ALL_MAKEFILES="$ALL_MAKEFILES \\
15783         dlls/qedit/tests/Makefile"
15784 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
15785         qedit/tests"
15786 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
15787 dlls/qedit/tests/Makefile: dlls/qedit/tests/Makefile.in dlls/Maketest.rules"
15788 ac_config_files="$ac_config_files dlls/qedit/tests/Makefile"
15789
15790 ALL_MAKEFILES="$ALL_MAKEFILES \\
15791         dlls/qmgr/Makefile"
15792 test "x$enable_qmgr" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
15793         qmgr"
15794 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
15795 dlls/qmgr/Makefile: dlls/qmgr/Makefile.in dlls/Makedll.rules"
15796 ac_config_files="$ac_config_files dlls/qmgr/Makefile"
15797
15798 ALL_MAKEFILES="$ALL_MAKEFILES \\
15799         dlls/qmgr/tests/Makefile"
15800 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
15801         qmgr/tests"
15802 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
15803 dlls/qmgr/tests/Makefile: dlls/qmgr/tests/Makefile.in dlls/Maketest.rules"
15804 ac_config_files="$ac_config_files dlls/qmgr/tests/Makefile"
15805
15806 ALL_MAKEFILES="$ALL_MAKEFILES \\
15807         dlls/qmgrprxy/Makefile"
15808 test "x$enable_qmgrprxy" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
15809         qmgrprxy"
15810 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
15811 dlls/qmgrprxy/Makefile: dlls/qmgrprxy/Makefile.in dlls/Makedll.rules"
15812 ac_config_files="$ac_config_files dlls/qmgrprxy/Makefile"
15813
15814 ALL_MAKEFILES="$ALL_MAKEFILES \\
15815         dlls/quartz/Makefile"
15816 test "x$enable_quartz" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
15817         quartz"
15818 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
15819 dlls/quartz/Makefile: dlls/quartz/Makefile.in dlls/Makedll.rules"
15820 ac_config_files="$ac_config_files dlls/quartz/Makefile"
15821
15822 ALL_MAKEFILES="$ALL_MAKEFILES \\
15823         dlls/quartz/tests/Makefile"
15824 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
15825         quartz/tests"
15826 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
15827 dlls/quartz/tests/Makefile: dlls/quartz/tests/Makefile.in dlls/Maketest.rules"
15828 ac_config_files="$ac_config_files dlls/quartz/tests/Makefile"
15829
15830 ALL_MAKEFILES="$ALL_MAKEFILES \\
15831         dlls/query/Makefile"
15832 test "x$enable_query" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
15833         query"
15834 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
15835 dlls/query/Makefile: dlls/query/Makefile.in dlls/Makedll.rules"
15836 ac_config_files="$ac_config_files dlls/query/Makefile"
15837
15838 ALL_MAKEFILES="$ALL_MAKEFILES \\
15839         dlls/rasapi16.dll16/Makefile"
15840 test "x$enable_win16" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
15841         rasapi16.dll16"
15842 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
15843 dlls/rasapi16.dll16/Makefile: dlls/rasapi16.dll16/Makefile.in dlls/Makedll.rules"
15844 ac_config_files="$ac_config_files dlls/rasapi16.dll16/Makefile"
15845
15846 ALL_MAKEFILES="$ALL_MAKEFILES \\
15847         dlls/rasapi32/Makefile"
15848 test "x$enable_rasapi32" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
15849         rasapi32"
15850 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
15851 dlls/rasapi32/Makefile: dlls/rasapi32/Makefile.in dlls/Makedll.rules"
15852 ac_config_files="$ac_config_files dlls/rasapi32/Makefile"
15853
15854 ALL_MAKEFILES="$ALL_MAKEFILES \\
15855         dlls/rasapi32/tests/Makefile"
15856 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
15857         rasapi32/tests"
15858 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
15859 dlls/rasapi32/tests/Makefile: dlls/rasapi32/tests/Makefile.in dlls/Maketest.rules"
15860 ac_config_files="$ac_config_files dlls/rasapi32/tests/Makefile"
15861
15862 ALL_MAKEFILES="$ALL_MAKEFILES \\
15863         dlls/rasdlg/Makefile"
15864 test "x$enable_rasdlg" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
15865         rasdlg"
15866 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
15867 dlls/rasdlg/Makefile: dlls/rasdlg/Makefile.in dlls/Makedll.rules"
15868 ac_config_files="$ac_config_files dlls/rasdlg/Makefile"
15869
15870 ALL_MAKEFILES="$ALL_MAKEFILES \\
15871         dlls/resutils/Makefile"
15872 test "x$enable_resutils" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
15873         resutils"
15874 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
15875 dlls/resutils/Makefile: dlls/resutils/Makefile.in dlls/Makedll.rules"
15876 ac_config_files="$ac_config_files dlls/resutils/Makefile"
15877
15878 ALL_MAKEFILES="$ALL_MAKEFILES \\
15879         dlls/riched20/Makefile"
15880 test "x$enable_riched20" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
15881         riched20"
15882 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
15883 dlls/riched20/Makefile: dlls/riched20/Makefile.in dlls/Makedll.rules"
15884 ac_config_files="$ac_config_files dlls/riched20/Makefile"
15885
15886 ALL_MAKEFILES="$ALL_MAKEFILES \\
15887         dlls/riched20/tests/Makefile"
15888 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
15889         riched20/tests"
15890 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
15891 dlls/riched20/tests/Makefile: dlls/riched20/tests/Makefile.in dlls/Maketest.rules"
15892 ac_config_files="$ac_config_files dlls/riched20/tests/Makefile"
15893
15894 ALL_MAKEFILES="$ALL_MAKEFILES \\
15895         dlls/riched32/Makefile"
15896 test "x$enable_riched32" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
15897         riched32"
15898 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
15899 dlls/riched32/Makefile: dlls/riched32/Makefile.in dlls/Makedll.rules"
15900 ac_config_files="$ac_config_files dlls/riched32/Makefile"
15901
15902 ALL_MAKEFILES="$ALL_MAKEFILES \\
15903         dlls/riched32/tests/Makefile"
15904 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
15905         riched32/tests"
15906 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
15907 dlls/riched32/tests/Makefile: dlls/riched32/tests/Makefile.in dlls/Maketest.rules"
15908 ac_config_files="$ac_config_files dlls/riched32/tests/Makefile"
15909
15910 ALL_MAKEFILES="$ALL_MAKEFILES \\
15911         dlls/rpcrt4/Makefile"
15912 test "x$enable_rpcrt4" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
15913         rpcrt4"
15914 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
15915 dlls/rpcrt4/Makefile: dlls/rpcrt4/Makefile.in dlls/Makedll.rules"
15916 ac_config_files="$ac_config_files dlls/rpcrt4/Makefile"
15917
15918 ALL_MAKEFILES="$ALL_MAKEFILES \\
15919         dlls/rpcrt4/tests/Makefile"
15920 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
15921         rpcrt4/tests"
15922 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
15923 dlls/rpcrt4/tests/Makefile: dlls/rpcrt4/tests/Makefile.in dlls/Maketest.rules"
15924 ac_config_files="$ac_config_files dlls/rpcrt4/tests/Makefile"
15925
15926 ALL_MAKEFILES="$ALL_MAKEFILES \\
15927         dlls/rsabase/Makefile"
15928 test "x$enable_rsabase" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
15929         rsabase"
15930 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
15931 dlls/rsabase/Makefile: dlls/rsabase/Makefile.in dlls/Makedll.rules"
15932 ac_config_files="$ac_config_files dlls/rsabase/Makefile"
15933
15934 ALL_MAKEFILES="$ALL_MAKEFILES \\
15935         dlls/rsaenh/Makefile"
15936 test "x$enable_rsaenh" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
15937         rsaenh"
15938 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
15939 dlls/rsaenh/Makefile: dlls/rsaenh/Makefile.in dlls/Makedll.rules"
15940 ac_config_files="$ac_config_files dlls/rsaenh/Makefile"
15941
15942 ALL_MAKEFILES="$ALL_MAKEFILES \\
15943         dlls/rsaenh/tests/Makefile"
15944 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
15945         rsaenh/tests"
15946 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
15947 dlls/rsaenh/tests/Makefile: dlls/rsaenh/tests/Makefile.in dlls/Maketest.rules"
15948 ac_config_files="$ac_config_files dlls/rsaenh/tests/Makefile"
15949
15950 ALL_MAKEFILES="$ALL_MAKEFILES \\
15951         dlls/rtutils/Makefile"
15952 test "x$enable_rtutils" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
15953         rtutils"
15954 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
15955 dlls/rtutils/Makefile: dlls/rtutils/Makefile.in dlls/Makedll.rules"
15956 ac_config_files="$ac_config_files dlls/rtutils/Makefile"
15957
15958 ALL_MAKEFILES="$ALL_MAKEFILES \\
15959         dlls/sane.ds/Makefile"
15960 test "x$enable_sane_ds" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
15961         sane.ds"
15962 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
15963 dlls/sane.ds/Makefile: dlls/sane.ds/Makefile.in dlls/Makedll.rules"
15964 ac_config_files="$ac_config_files dlls/sane.ds/Makefile"
15965
15966 ALL_MAKEFILES="$ALL_MAKEFILES \\
15967         dlls/sccbase/Makefile"
15968 test "x$enable_sccbase" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
15969         sccbase"
15970 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
15971 dlls/sccbase/Makefile: dlls/sccbase/Makefile.in dlls/Makedll.rules"
15972 ac_config_files="$ac_config_files dlls/sccbase/Makefile"
15973
15974 ALL_MAKEFILES="$ALL_MAKEFILES \\
15975         dlls/schannel/Makefile"
15976 test "x$enable_schannel" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
15977         schannel"
15978 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
15979 dlls/schannel/Makefile: dlls/schannel/Makefile.in dlls/Makedll.rules"
15980 ac_config_files="$ac_config_files dlls/schannel/Makefile"
15981
15982 ALL_MAKEFILES="$ALL_MAKEFILES \\
15983         dlls/schannel/tests/Makefile"
15984 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
15985         schannel/tests"
15986 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
15987 dlls/schannel/tests/Makefile: dlls/schannel/tests/Makefile.in dlls/Maketest.rules"
15988 ac_config_files="$ac_config_files dlls/schannel/tests/Makefile"
15989
15990 ALL_MAKEFILES="$ALL_MAKEFILES \\
15991         dlls/secur32/Makefile"
15992 test "x$enable_secur32" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
15993         secur32"
15994 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
15995 dlls/secur32/Makefile: dlls/secur32/Makefile.in dlls/Makedll.rules"
15996 ac_config_files="$ac_config_files dlls/secur32/Makefile"
15997
15998 ALL_MAKEFILES="$ALL_MAKEFILES \\
15999         dlls/secur32/tests/Makefile"
16000 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
16001         secur32/tests"
16002 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
16003 dlls/secur32/tests/Makefile: dlls/secur32/tests/Makefile.in dlls/Maketest.rules"
16004 ac_config_files="$ac_config_files dlls/secur32/tests/Makefile"
16005
16006 ALL_MAKEFILES="$ALL_MAKEFILES \\
16007         dlls/security/Makefile"
16008 test "x$enable_security" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
16009         security"
16010 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
16011 dlls/security/Makefile: dlls/security/Makefile.in dlls/Makedll.rules"
16012 ac_config_files="$ac_config_files dlls/security/Makefile"
16013
16014 ALL_MAKEFILES="$ALL_MAKEFILES \\
16015         dlls/sensapi/Makefile"
16016 test "x$enable_sensapi" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
16017         sensapi"
16018 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
16019 dlls/sensapi/Makefile: dlls/sensapi/Makefile.in dlls/Makedll.rules"
16020 ac_config_files="$ac_config_files dlls/sensapi/Makefile"
16021
16022 ALL_MAKEFILES="$ALL_MAKEFILES \\
16023         dlls/serialui/Makefile"
16024 test "x$enable_serialui" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
16025         serialui"
16026 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
16027 dlls/serialui/Makefile: dlls/serialui/Makefile.in dlls/Makedll.rules"
16028 ac_config_files="$ac_config_files dlls/serialui/Makefile"
16029
16030 ALL_MAKEFILES="$ALL_MAKEFILES \\
16031         dlls/serialui/tests/Makefile"
16032 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
16033         serialui/tests"
16034 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
16035 dlls/serialui/tests/Makefile: dlls/serialui/tests/Makefile.in dlls/Maketest.rules"
16036 ac_config_files="$ac_config_files dlls/serialui/tests/Makefile"
16037
16038 ALL_MAKEFILES="$ALL_MAKEFILES \\
16039         dlls/setupapi/Makefile"
16040 test "x$enable_setupapi" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
16041         setupapi"
16042 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
16043 dlls/setupapi/Makefile: dlls/setupapi/Makefile.in dlls/Makedll.rules"
16044 ac_config_files="$ac_config_files dlls/setupapi/Makefile"
16045
16046 ALL_MAKEFILES="$ALL_MAKEFILES \\
16047         dlls/setupapi/tests/Makefile"
16048 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
16049         setupapi/tests"
16050 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
16051 dlls/setupapi/tests/Makefile: dlls/setupapi/tests/Makefile.in dlls/Maketest.rules"
16052 ac_config_files="$ac_config_files dlls/setupapi/tests/Makefile"
16053
16054 ALL_MAKEFILES="$ALL_MAKEFILES \\
16055         dlls/sfc/Makefile"
16056 test "x$enable_sfc" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
16057         sfc"
16058 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
16059 dlls/sfc/Makefile: dlls/sfc/Makefile.in dlls/Makedll.rules"
16060 ac_config_files="$ac_config_files dlls/sfc/Makefile"
16061
16062 ALL_MAKEFILES="$ALL_MAKEFILES \\
16063         dlls/sfc_os/Makefile"
16064 test "x$enable_sfc_os" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
16065         sfc_os"
16066 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
16067 dlls/sfc_os/Makefile: dlls/sfc_os/Makefile.in dlls/Makedll.rules"
16068 ac_config_files="$ac_config_files dlls/sfc_os/Makefile"
16069
16070 ALL_MAKEFILES="$ALL_MAKEFILES \\
16071         dlls/shdoclc/Makefile"
16072 test "x$enable_shdoclc" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
16073         shdoclc"
16074 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
16075 dlls/shdoclc/Makefile: dlls/shdoclc/Makefile.in dlls/Makedll.rules"
16076 ac_config_files="$ac_config_files dlls/shdoclc/Makefile"
16077
16078 ALL_MAKEFILES="$ALL_MAKEFILES \\
16079         dlls/shdocvw/Makefile"
16080 test "x$enable_shdocvw" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
16081         shdocvw"
16082 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
16083 dlls/shdocvw/Makefile: dlls/shdocvw/Makefile.in dlls/Makedll.rules"
16084 ac_config_files="$ac_config_files dlls/shdocvw/Makefile"
16085
16086 ALL_MAKEFILES="$ALL_MAKEFILES \\
16087         dlls/shdocvw/tests/Makefile"
16088 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
16089         shdocvw/tests"
16090 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
16091 dlls/shdocvw/tests/Makefile: dlls/shdocvw/tests/Makefile.in dlls/Maketest.rules"
16092 ac_config_files="$ac_config_files dlls/shdocvw/tests/Makefile"
16093
16094 ALL_MAKEFILES="$ALL_MAKEFILES \\
16095         dlls/shell.dll16/Makefile"
16096 test "x$enable_win16" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
16097         shell.dll16"
16098 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
16099 dlls/shell.dll16/Makefile: dlls/shell.dll16/Makefile.in dlls/Makedll.rules"
16100 ac_config_files="$ac_config_files dlls/shell.dll16/Makefile"
16101
16102 ALL_MAKEFILES="$ALL_MAKEFILES \\
16103         dlls/shell32/Makefile"
16104 test "x$enable_shell32" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
16105         shell32"
16106 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
16107 dlls/shell32/Makefile: dlls/shell32/Makefile.in dlls/Makedll.rules"
16108 ac_config_files="$ac_config_files dlls/shell32/Makefile"
16109
16110 ALL_MAKEFILES="$ALL_MAKEFILES \\
16111         dlls/shell32/tests/Makefile"
16112 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
16113         shell32/tests"
16114 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
16115 dlls/shell32/tests/Makefile: dlls/shell32/tests/Makefile.in dlls/Maketest.rules"
16116 ac_config_files="$ac_config_files dlls/shell32/tests/Makefile"
16117
16118 ALL_MAKEFILES="$ALL_MAKEFILES \\
16119         dlls/shfolder/Makefile"
16120 test "x$enable_shfolder" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
16121         shfolder"
16122 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
16123 dlls/shfolder/Makefile: dlls/shfolder/Makefile.in dlls/Makedll.rules"
16124 ac_config_files="$ac_config_files dlls/shfolder/Makefile"
16125
16126 ALL_MAKEFILES="$ALL_MAKEFILES \\
16127         dlls/shlwapi/Makefile"
16128 test "x$enable_shlwapi" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
16129         shlwapi"
16130 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
16131 dlls/shlwapi/Makefile: dlls/shlwapi/Makefile.in dlls/Makedll.rules"
16132 ac_config_files="$ac_config_files dlls/shlwapi/Makefile"
16133
16134 ALL_MAKEFILES="$ALL_MAKEFILES \\
16135         dlls/shlwapi/tests/Makefile"
16136 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
16137         shlwapi/tests"
16138 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
16139 dlls/shlwapi/tests/Makefile: dlls/shlwapi/tests/Makefile.in dlls/Maketest.rules"
16140 ac_config_files="$ac_config_files dlls/shlwapi/tests/Makefile"
16141
16142 ALL_MAKEFILES="$ALL_MAKEFILES \\
16143         dlls/slbcsp/Makefile"
16144 test "x$enable_slbcsp" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
16145         slbcsp"
16146 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
16147 dlls/slbcsp/Makefile: dlls/slbcsp/Makefile.in dlls/Makedll.rules"
16148 ac_config_files="$ac_config_files dlls/slbcsp/Makefile"
16149
16150 ALL_MAKEFILES="$ALL_MAKEFILES \\
16151         dlls/slc/Makefile"
16152 test "x$enable_slc" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
16153         slc"
16154 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
16155 dlls/slc/Makefile: dlls/slc/Makefile.in dlls/Makedll.rules"
16156 ac_config_files="$ac_config_files dlls/slc/Makefile"
16157
16158 ALL_MAKEFILES="$ALL_MAKEFILES \\
16159         dlls/snmpapi/Makefile"
16160 test "x$enable_snmpapi" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
16161         snmpapi"
16162 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
16163 dlls/snmpapi/Makefile: dlls/snmpapi/Makefile.in dlls/Makedll.rules"
16164 ac_config_files="$ac_config_files dlls/snmpapi/Makefile"
16165
16166 ALL_MAKEFILES="$ALL_MAKEFILES \\
16167         dlls/snmpapi/tests/Makefile"
16168 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
16169         snmpapi/tests"
16170 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
16171 dlls/snmpapi/tests/Makefile: dlls/snmpapi/tests/Makefile.in dlls/Maketest.rules"
16172 ac_config_files="$ac_config_files dlls/snmpapi/tests/Makefile"
16173
16174 ALL_MAKEFILES="$ALL_MAKEFILES \\
16175         dlls/softpub/Makefile"
16176 test "x$enable_softpub" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
16177         softpub"
16178 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
16179 dlls/softpub/Makefile: dlls/softpub/Makefile.in dlls/Makedll.rules"
16180 ac_config_files="$ac_config_files dlls/softpub/Makefile"
16181
16182 ALL_MAKEFILES="$ALL_MAKEFILES \\
16183         dlls/sound.drv16/Makefile"
16184 test "x$enable_win16" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
16185         sound.drv16"
16186 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
16187 dlls/sound.drv16/Makefile: dlls/sound.drv16/Makefile.in dlls/Makedll.rules"
16188 ac_config_files="$ac_config_files dlls/sound.drv16/Makefile"
16189
16190 ALL_MAKEFILES="$ALL_MAKEFILES \\
16191         dlls/spoolss/Makefile"
16192 test "x$enable_spoolss" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
16193         spoolss"
16194 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
16195 dlls/spoolss/Makefile: dlls/spoolss/Makefile.in dlls/Makedll.rules"
16196 ac_config_files="$ac_config_files dlls/spoolss/Makefile"
16197
16198 ALL_MAKEFILES="$ALL_MAKEFILES \\
16199         dlls/spoolss/tests/Makefile"
16200 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
16201         spoolss/tests"
16202 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
16203 dlls/spoolss/tests/Makefile: dlls/spoolss/tests/Makefile.in dlls/Maketest.rules"
16204 ac_config_files="$ac_config_files dlls/spoolss/tests/Makefile"
16205
16206 ALL_MAKEFILES="$ALL_MAKEFILES \\
16207         dlls/stdole2.tlb/Makefile"
16208 test "x$enable_stdole2_tlb" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
16209         stdole2.tlb"
16210 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
16211 dlls/stdole2.tlb/Makefile: dlls/stdole2.tlb/Makefile.in dlls/Makedll.rules"
16212 ac_config_files="$ac_config_files dlls/stdole2.tlb/Makefile"
16213
16214 ALL_MAKEFILES="$ALL_MAKEFILES \\
16215         dlls/stdole32.tlb/Makefile"
16216 test "x$enable_stdole32_tlb" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
16217         stdole32.tlb"
16218 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
16219 dlls/stdole32.tlb/Makefile: dlls/stdole32.tlb/Makefile.in dlls/Makedll.rules"
16220 ac_config_files="$ac_config_files dlls/stdole32.tlb/Makefile"
16221
16222 ALL_MAKEFILES="$ALL_MAKEFILES \\
16223         dlls/sti/Makefile"
16224 test "x$enable_sti" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
16225         sti"
16226 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
16227 dlls/sti/Makefile: dlls/sti/Makefile.in dlls/Makedll.rules"
16228 ac_config_files="$ac_config_files dlls/sti/Makefile"
16229
16230 ALL_MAKEFILES="$ALL_MAKEFILES \\
16231         dlls/storage.dll16/Makefile"
16232 test "x$enable_win16" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
16233         storage.dll16"
16234 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
16235 dlls/storage.dll16/Makefile: dlls/storage.dll16/Makefile.in dlls/Makedll.rules"
16236 ac_config_files="$ac_config_files dlls/storage.dll16/Makefile"
16237
16238 ALL_MAKEFILES="$ALL_MAKEFILES \\
16239         dlls/stress.dll16/Makefile"
16240 test "x$enable_win16" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
16241         stress.dll16"
16242 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
16243 dlls/stress.dll16/Makefile: dlls/stress.dll16/Makefile.in dlls/Makedll.rules"
16244 ac_config_files="$ac_config_files dlls/stress.dll16/Makefile"
16245
16246 ALL_MAKEFILES="$ALL_MAKEFILES \\
16247         dlls/strmiids/Makefile"
16248 test "x$enable_strmiids" != xno && ALL_IMPLIB_DIRS="$ALL_IMPLIB_DIRS \\
16249         strmiids"
16250 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
16251 dlls/strmiids/Makefile: dlls/strmiids/Makefile.in dlls/Makeimplib.rules"
16252 ac_config_files="$ac_config_files dlls/strmiids/Makefile"
16253
16254 ALL_MAKEFILES="$ALL_MAKEFILES \\
16255         dlls/svrapi/Makefile"
16256 test "x$enable_svrapi" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
16257         svrapi"
16258 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
16259 dlls/svrapi/Makefile: dlls/svrapi/Makefile.in dlls/Makedll.rules"
16260 ac_config_files="$ac_config_files dlls/svrapi/Makefile"
16261
16262 ALL_MAKEFILES="$ALL_MAKEFILES \\
16263         dlls/sxs/Makefile"
16264 test "x$enable_sxs" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
16265         sxs"
16266 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
16267 dlls/sxs/Makefile: dlls/sxs/Makefile.in dlls/Makedll.rules"
16268 ac_config_files="$ac_config_files dlls/sxs/Makefile"
16269
16270 ALL_MAKEFILES="$ALL_MAKEFILES \\
16271         dlls/t2embed/Makefile"
16272 test "x$enable_t2embed" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
16273         t2embed"
16274 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
16275 dlls/t2embed/Makefile: dlls/t2embed/Makefile.in dlls/Makedll.rules"
16276 ac_config_files="$ac_config_files dlls/t2embed/Makefile"
16277
16278 ALL_MAKEFILES="$ALL_MAKEFILES \\
16279         dlls/tapi32/Makefile"
16280 test "x$enable_tapi32" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
16281         tapi32"
16282 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
16283 dlls/tapi32/Makefile: dlls/tapi32/Makefile.in dlls/Makedll.rules"
16284 ac_config_files="$ac_config_files dlls/tapi32/Makefile"
16285
16286 ALL_MAKEFILES="$ALL_MAKEFILES \\
16287         dlls/traffic/Makefile"
16288 test "x$enable_traffic" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
16289         traffic"
16290 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
16291 dlls/traffic/Makefile: dlls/traffic/Makefile.in dlls/Makedll.rules"
16292 ac_config_files="$ac_config_files dlls/traffic/Makefile"
16293
16294 ALL_MAKEFILES="$ALL_MAKEFILES \\
16295         dlls/twain.dll16/Makefile"
16296 test "x$enable_win16" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
16297         twain.dll16"
16298 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
16299 dlls/twain.dll16/Makefile: dlls/twain.dll16/Makefile.in dlls/Makedll.rules"
16300 ac_config_files="$ac_config_files dlls/twain.dll16/Makefile"
16301
16302 ALL_MAKEFILES="$ALL_MAKEFILES \\
16303         dlls/twain_32/Makefile"
16304 test "x$enable_twain_32" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
16305         twain_32"
16306 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
16307 dlls/twain_32/Makefile: dlls/twain_32/Makefile.in dlls/Makedll.rules"
16308 ac_config_files="$ac_config_files dlls/twain_32/Makefile"
16309
16310 ALL_MAKEFILES="$ALL_MAKEFILES \\
16311         dlls/twain_32/tests/Makefile"
16312 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
16313         twain_32/tests"
16314 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
16315 dlls/twain_32/tests/Makefile: dlls/twain_32/tests/Makefile.in dlls/Maketest.rules"
16316 ac_config_files="$ac_config_files dlls/twain_32/tests/Makefile"
16317
16318 ALL_MAKEFILES="$ALL_MAKEFILES \\
16319         dlls/typelib.dll16/Makefile"
16320 test "x$enable_win16" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
16321         typelib.dll16"
16322 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
16323 dlls/typelib.dll16/Makefile: dlls/typelib.dll16/Makefile.in dlls/Makedll.rules"
16324 ac_config_files="$ac_config_files dlls/typelib.dll16/Makefile"
16325
16326 ALL_MAKEFILES="$ALL_MAKEFILES \\
16327         dlls/unicows/Makefile"
16328 test "x$enable_unicows" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
16329         unicows"
16330 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
16331 dlls/unicows/Makefile: dlls/unicows/Makefile.in dlls/Makedll.rules"
16332 ac_config_files="$ac_config_files dlls/unicows/Makefile"
16333
16334 ALL_MAKEFILES="$ALL_MAKEFILES \\
16335         dlls/updspapi/Makefile"
16336 test "x$enable_updspapi" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
16337         updspapi"
16338 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
16339 dlls/updspapi/Makefile: dlls/updspapi/Makefile.in dlls/Makedll.rules"
16340 ac_config_files="$ac_config_files dlls/updspapi/Makefile"
16341
16342 ALL_MAKEFILES="$ALL_MAKEFILES \\
16343         dlls/url/Makefile"
16344 test "x$enable_url" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
16345         url"
16346 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
16347 dlls/url/Makefile: dlls/url/Makefile.in dlls/Makedll.rules"
16348 ac_config_files="$ac_config_files dlls/url/Makefile"
16349
16350 ALL_MAKEFILES="$ALL_MAKEFILES \\
16351         dlls/urlmon/Makefile"
16352 test "x$enable_urlmon" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
16353         urlmon"
16354 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
16355 dlls/urlmon/Makefile: dlls/urlmon/Makefile.in dlls/Makedll.rules"
16356 ac_config_files="$ac_config_files dlls/urlmon/Makefile"
16357
16358 ALL_MAKEFILES="$ALL_MAKEFILES \\
16359         dlls/urlmon/tests/Makefile"
16360 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
16361         urlmon/tests"
16362 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
16363 dlls/urlmon/tests/Makefile: dlls/urlmon/tests/Makefile.in dlls/Maketest.rules"
16364 ac_config_files="$ac_config_files dlls/urlmon/tests/Makefile"
16365
16366 ALL_MAKEFILES="$ALL_MAKEFILES \\
16367         dlls/user32/Makefile"
16368 test "x$enable_user32" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
16369         user32"
16370 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
16371 dlls/user32/Makefile: dlls/user32/Makefile.in dlls/Makedll.rules"
16372 ac_config_files="$ac_config_files dlls/user32/Makefile"
16373
16374 ALL_MAKEFILES="$ALL_MAKEFILES \\
16375         dlls/user32/tests/Makefile"
16376 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
16377         user32/tests"
16378 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
16379 dlls/user32/tests/Makefile: dlls/user32/tests/Makefile.in dlls/Maketest.rules"
16380 ac_config_files="$ac_config_files dlls/user32/tests/Makefile"
16381
16382 ALL_MAKEFILES="$ALL_MAKEFILES \\
16383         dlls/userenv/Makefile"
16384 test "x$enable_userenv" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
16385         userenv"
16386 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
16387 dlls/userenv/Makefile: dlls/userenv/Makefile.in dlls/Makedll.rules"
16388 ac_config_files="$ac_config_files dlls/userenv/Makefile"
16389
16390 ALL_MAKEFILES="$ALL_MAKEFILES \\
16391         dlls/userenv/tests/Makefile"
16392 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
16393         userenv/tests"
16394 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
16395 dlls/userenv/tests/Makefile: dlls/userenv/tests/Makefile.in dlls/Maketest.rules"
16396 ac_config_files="$ac_config_files dlls/userenv/tests/Makefile"
16397
16398 ALL_MAKEFILES="$ALL_MAKEFILES \\
16399         dlls/usp10/Makefile"
16400 test "x$enable_usp10" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
16401         usp10"
16402 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
16403 dlls/usp10/Makefile: dlls/usp10/Makefile.in dlls/Makedll.rules"
16404 ac_config_files="$ac_config_files dlls/usp10/Makefile"
16405
16406 ALL_MAKEFILES="$ALL_MAKEFILES \\
16407         dlls/usp10/tests/Makefile"
16408 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
16409         usp10/tests"
16410 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
16411 dlls/usp10/tests/Makefile: dlls/usp10/tests/Makefile.in dlls/Maketest.rules"
16412 ac_config_files="$ac_config_files dlls/usp10/tests/Makefile"
16413
16414 ALL_MAKEFILES="$ALL_MAKEFILES \\
16415         dlls/uuid/Makefile"
16416 test "x$enable_uuid" != xno && ALL_IMPLIB_DIRS="$ALL_IMPLIB_DIRS \\
16417         uuid"
16418 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
16419 dlls/uuid/Makefile: dlls/uuid/Makefile.in dlls/Makeimplib.rules"
16420 ac_config_files="$ac_config_files dlls/uuid/Makefile"
16421
16422 ALL_MAKEFILES="$ALL_MAKEFILES \\
16423         dlls/uxtheme/Makefile"
16424 test "x$enable_uxtheme" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
16425         uxtheme"
16426 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
16427 dlls/uxtheme/Makefile: dlls/uxtheme/Makefile.in dlls/Makedll.rules"
16428 ac_config_files="$ac_config_files dlls/uxtheme/Makefile"
16429
16430 ALL_MAKEFILES="$ALL_MAKEFILES \\
16431         dlls/uxtheme/tests/Makefile"
16432 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
16433         uxtheme/tests"
16434 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
16435 dlls/uxtheme/tests/Makefile: dlls/uxtheme/tests/Makefile.in dlls/Maketest.rules"
16436 ac_config_files="$ac_config_files dlls/uxtheme/tests/Makefile"
16437
16438 ALL_MAKEFILES="$ALL_MAKEFILES \\
16439         dlls/vdhcp.vxd/Makefile"
16440 test "x$enable_win16" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
16441         vdhcp.vxd"
16442 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
16443 dlls/vdhcp.vxd/Makefile: dlls/vdhcp.vxd/Makefile.in dlls/Makedll.rules"
16444 ac_config_files="$ac_config_files dlls/vdhcp.vxd/Makefile"
16445
16446 ALL_MAKEFILES="$ALL_MAKEFILES \\
16447         dlls/vdmdbg/Makefile"
16448 test "x$enable_vdmdbg" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
16449         vdmdbg"
16450 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
16451 dlls/vdmdbg/Makefile: dlls/vdmdbg/Makefile.in dlls/Makedll.rules"
16452 ac_config_files="$ac_config_files dlls/vdmdbg/Makefile"
16453
16454 ALL_MAKEFILES="$ALL_MAKEFILES \\
16455         dlls/version/Makefile"
16456 test "x$enable_version" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
16457         version"
16458 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
16459 dlls/version/Makefile: dlls/version/Makefile.in dlls/Makedll.rules"
16460 ac_config_files="$ac_config_files dlls/version/Makefile"
16461
16462 ALL_MAKEFILES="$ALL_MAKEFILES \\
16463         dlls/version/tests/Makefile"
16464 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
16465         version/tests"
16466 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
16467 dlls/version/tests/Makefile: dlls/version/tests/Makefile.in dlls/Maketest.rules"
16468 ac_config_files="$ac_config_files dlls/version/tests/Makefile"
16469
16470 ALL_MAKEFILES="$ALL_MAKEFILES \\
16471         dlls/vmm.vxd/Makefile"
16472 test "x$enable_win16" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
16473         vmm.vxd"
16474 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
16475 dlls/vmm.vxd/Makefile: dlls/vmm.vxd/Makefile.in dlls/Makedll.rules"
16476 ac_config_files="$ac_config_files dlls/vmm.vxd/Makefile"
16477
16478 ALL_MAKEFILES="$ALL_MAKEFILES \\
16479         dlls/vnbt.vxd/Makefile"
16480 test "x$enable_win16" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
16481         vnbt.vxd"
16482 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
16483 dlls/vnbt.vxd/Makefile: dlls/vnbt.vxd/Makefile.in dlls/Makedll.rules"
16484 ac_config_files="$ac_config_files dlls/vnbt.vxd/Makefile"
16485
16486 ALL_MAKEFILES="$ALL_MAKEFILES \\
16487         dlls/vnetbios.vxd/Makefile"
16488 test "x$enable_win16" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
16489         vnetbios.vxd"
16490 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
16491 dlls/vnetbios.vxd/Makefile: dlls/vnetbios.vxd/Makefile.in dlls/Makedll.rules"
16492 ac_config_files="$ac_config_files dlls/vnetbios.vxd/Makefile"
16493
16494 ALL_MAKEFILES="$ALL_MAKEFILES \\
16495         dlls/vtdapi.vxd/Makefile"
16496 test "x$enable_win16" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
16497         vtdapi.vxd"
16498 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
16499 dlls/vtdapi.vxd/Makefile: dlls/vtdapi.vxd/Makefile.in dlls/Makedll.rules"
16500 ac_config_files="$ac_config_files dlls/vtdapi.vxd/Makefile"
16501
16502 ALL_MAKEFILES="$ALL_MAKEFILES \\
16503         dlls/vwin32.vxd/Makefile"
16504 test "x$enable_win16" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
16505         vwin32.vxd"
16506 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
16507 dlls/vwin32.vxd/Makefile: dlls/vwin32.vxd/Makefile.in dlls/Makedll.rules"
16508 ac_config_files="$ac_config_files dlls/vwin32.vxd/Makefile"
16509
16510 ALL_MAKEFILES="$ALL_MAKEFILES \\
16511         dlls/w32skrnl/Makefile"
16512 test "x$enable_w32skrnl" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
16513         w32skrnl"
16514 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
16515 dlls/w32skrnl/Makefile: dlls/w32skrnl/Makefile.in dlls/Makedll.rules"
16516 ac_config_files="$ac_config_files dlls/w32skrnl/Makefile"
16517
16518 ALL_MAKEFILES="$ALL_MAKEFILES \\
16519         dlls/w32sys.dll16/Makefile"
16520 test "x$enable_win16" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
16521         w32sys.dll16"
16522 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
16523 dlls/w32sys.dll16/Makefile: dlls/w32sys.dll16/Makefile.in dlls/Makedll.rules"
16524 ac_config_files="$ac_config_files dlls/w32sys.dll16/Makefile"
16525
16526 ALL_MAKEFILES="$ALL_MAKEFILES \\
16527         dlls/wbemprox/Makefile"
16528 test "x$enable_wbemprox" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
16529         wbemprox"
16530 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
16531 dlls/wbemprox/Makefile: dlls/wbemprox/Makefile.in dlls/Makedll.rules"
16532 ac_config_files="$ac_config_files dlls/wbemprox/Makefile"
16533
16534 ALL_MAKEFILES="$ALL_MAKEFILES \\
16535         dlls/win32s16.dll16/Makefile"
16536 test "x$enable_win16" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
16537         win32s16.dll16"
16538 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
16539 dlls/win32s16.dll16/Makefile: dlls/win32s16.dll16/Makefile.in dlls/Makedll.rules"
16540 ac_config_files="$ac_config_files dlls/win32s16.dll16/Makefile"
16541
16542 ALL_MAKEFILES="$ALL_MAKEFILES \\
16543         dlls/win87em.dll16/Makefile"
16544 test "x$enable_win16" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
16545         win87em.dll16"
16546 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
16547 dlls/win87em.dll16/Makefile: dlls/win87em.dll16/Makefile.in dlls/Makedll.rules"
16548 ac_config_files="$ac_config_files dlls/win87em.dll16/Makefile"
16549
16550 ALL_MAKEFILES="$ALL_MAKEFILES \\
16551         dlls/winaspi.dll16/Makefile"
16552 test "x$enable_win16" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
16553         winaspi.dll16"
16554 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
16555 dlls/winaspi.dll16/Makefile: dlls/winaspi.dll16/Makefile.in dlls/Makedll.rules"
16556 ac_config_files="$ac_config_files dlls/winaspi.dll16/Makefile"
16557
16558 ALL_MAKEFILES="$ALL_MAKEFILES \\
16559         dlls/windebug.dll16/Makefile"
16560 test "x$enable_win16" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
16561         windebug.dll16"
16562 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
16563 dlls/windebug.dll16/Makefile: dlls/windebug.dll16/Makefile.in dlls/Makedll.rules"
16564 ac_config_files="$ac_config_files dlls/windebug.dll16/Makefile"
16565
16566 ALL_MAKEFILES="$ALL_MAKEFILES \\
16567         dlls/windowscodecs/Makefile"
16568 test "x$enable_windowscodecs" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
16569         windowscodecs"
16570 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
16571 dlls/windowscodecs/Makefile: dlls/windowscodecs/Makefile.in dlls/Makedll.rules"
16572 ac_config_files="$ac_config_files dlls/windowscodecs/Makefile"
16573
16574 ALL_MAKEFILES="$ALL_MAKEFILES \\
16575         dlls/windowscodecs/tests/Makefile"
16576 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
16577         windowscodecs/tests"
16578 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
16579 dlls/windowscodecs/tests/Makefile: dlls/windowscodecs/tests/Makefile.in dlls/Maketest.rules"
16580 ac_config_files="$ac_config_files dlls/windowscodecs/tests/Makefile"
16581
16582 ALL_MAKEFILES="$ALL_MAKEFILES \\
16583         dlls/winealsa.drv/Makefile"
16584 test "x$enable_winealsa_drv" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
16585         winealsa.drv"
16586 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
16587 dlls/winealsa.drv/Makefile: dlls/winealsa.drv/Makefile.in dlls/Makedll.rules"
16588 ac_config_files="$ac_config_files dlls/winealsa.drv/Makefile"
16589
16590 ALL_MAKEFILES="$ALL_MAKEFILES \\
16591         dlls/wineaudioio.drv/Makefile"
16592 test "x$enable_wineaudioio_drv" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
16593         wineaudioio.drv"
16594 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
16595 dlls/wineaudioio.drv/Makefile: dlls/wineaudioio.drv/Makefile.in dlls/Makedll.rules"
16596 ac_config_files="$ac_config_files dlls/wineaudioio.drv/Makefile"
16597
16598 ALL_MAKEFILES="$ALL_MAKEFILES \\
16599         dlls/winecoreaudio.drv/Makefile"
16600 test "x$enable_winecoreaudio_drv" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
16601         winecoreaudio.drv"
16602 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
16603 dlls/winecoreaudio.drv/Makefile: dlls/winecoreaudio.drv/Makefile.in dlls/Makedll.rules"
16604 ac_config_files="$ac_config_files dlls/winecoreaudio.drv/Makefile"
16605
16606 ALL_MAKEFILES="$ALL_MAKEFILES \\
16607         dlls/winecrt0/Makefile"
16608 test "x$enable_winecrt0" != xno && ALL_IMPLIB_DIRS="$ALL_IMPLIB_DIRS \\
16609         winecrt0"
16610 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
16611 dlls/winecrt0/Makefile: dlls/winecrt0/Makefile.in dlls/Makeimplib.rules"
16612 ac_config_files="$ac_config_files dlls/winecrt0/Makefile"
16613
16614 ALL_MAKEFILES="$ALL_MAKEFILES \\
16615         dlls/wined3d/Makefile"
16616 test "x$enable_wined3d" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
16617         wined3d"
16618 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
16619 dlls/wined3d/Makefile: dlls/wined3d/Makefile.in dlls/Makedll.rules"
16620 ac_config_files="$ac_config_files dlls/wined3d/Makefile"
16621
16622 ALL_MAKEFILES="$ALL_MAKEFILES \\
16623         dlls/winedos/Makefile"
16624 test "x$enable_winedos" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
16625         winedos"
16626 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
16627 dlls/winedos/Makefile: dlls/winedos/Makefile.in dlls/Makedll.rules"
16628 ac_config_files="$ac_config_files dlls/winedos/Makefile"
16629
16630 ALL_MAKEFILES="$ALL_MAKEFILES \\
16631         dlls/wineesd.drv/Makefile"
16632 test "x$enable_wineesd_drv" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
16633         wineesd.drv"
16634 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
16635 dlls/wineesd.drv/Makefile: dlls/wineesd.drv/Makefile.in dlls/Makedll.rules"
16636 ac_config_files="$ac_config_files dlls/wineesd.drv/Makefile"
16637
16638 ALL_MAKEFILES="$ALL_MAKEFILES \\
16639         dlls/winejack.drv/Makefile"
16640 test "x$enable_winejack_drv" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
16641         winejack.drv"
16642 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
16643 dlls/winejack.drv/Makefile: dlls/winejack.drv/Makefile.in dlls/Makedll.rules"
16644 ac_config_files="$ac_config_files dlls/winejack.drv/Makefile"
16645
16646 ALL_MAKEFILES="$ALL_MAKEFILES \\
16647         dlls/winejoystick.drv/Makefile"
16648 test "x$enable_winejoystick_drv" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
16649         winejoystick.drv"
16650 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
16651 dlls/winejoystick.drv/Makefile: dlls/winejoystick.drv/Makefile.in dlls/Makedll.rules"
16652 ac_config_files="$ac_config_files dlls/winejoystick.drv/Makefile"
16653
16654 ALL_MAKEFILES="$ALL_MAKEFILES \\
16655         dlls/winemp3.acm/Makefile"
16656 test "x$enable_winemp3_acm" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
16657         winemp3.acm"
16658 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
16659 dlls/winemp3.acm/Makefile: dlls/winemp3.acm/Makefile.in dlls/Makedll.rules"
16660 ac_config_files="$ac_config_files dlls/winemp3.acm/Makefile"
16661
16662 ALL_MAKEFILES="$ALL_MAKEFILES \\
16663         dlls/winenas.drv/Makefile"
16664 test "x$enable_winenas_drv" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
16665         winenas.drv"
16666 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
16667 dlls/winenas.drv/Makefile: dlls/winenas.drv/Makefile.in dlls/Makedll.rules"
16668 ac_config_files="$ac_config_files dlls/winenas.drv/Makefile"
16669
16670 ALL_MAKEFILES="$ALL_MAKEFILES \\
16671         dlls/wineoss.drv/Makefile"
16672 test "x$enable_wineoss_drv" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
16673         wineoss.drv"
16674 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
16675 dlls/wineoss.drv/Makefile: dlls/wineoss.drv/Makefile.in dlls/Makedll.rules"
16676 ac_config_files="$ac_config_files dlls/wineoss.drv/Makefile"
16677
16678 ALL_MAKEFILES="$ALL_MAKEFILES \\
16679         dlls/wineps.drv/Makefile"
16680 test "x$enable_wineps_drv" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
16681         wineps.drv"
16682 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
16683 dlls/wineps.drv/Makefile: dlls/wineps.drv/Makefile.in dlls/Makedll.rules"
16684 ac_config_files="$ac_config_files dlls/wineps.drv/Makefile"
16685
16686 ALL_MAKEFILES="$ALL_MAKEFILES \\
16687         dlls/winequartz.drv/Makefile"
16688 test "x$enable_winequartz_drv" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
16689         winequartz.drv"
16690 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
16691 dlls/winequartz.drv/Makefile: dlls/winequartz.drv/Makefile.in dlls/Makedll.rules"
16692 ac_config_files="$ac_config_files dlls/winequartz.drv/Makefile"
16693
16694 ALL_MAKEFILES="$ALL_MAKEFILES \\
16695         dlls/winex11.drv/Makefile"
16696 test "x$enable_winex11_drv" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
16697         winex11.drv"
16698 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
16699 dlls/winex11.drv/Makefile: dlls/winex11.drv/Makefile.in dlls/Makedll.rules"
16700 ac_config_files="$ac_config_files dlls/winex11.drv/Makefile"
16701
16702 ALL_MAKEFILES="$ALL_MAKEFILES \\
16703         dlls/wing32/Makefile"
16704 test "x$enable_wing32" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
16705         wing32"
16706 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
16707 dlls/wing32/Makefile: dlls/wing32/Makefile.in dlls/Makedll.rules"
16708 ac_config_files="$ac_config_files dlls/wing32/Makefile"
16709
16710 ALL_MAKEFILES="$ALL_MAKEFILES \\
16711         dlls/winhttp/Makefile"
16712 test "x$enable_winhttp" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
16713         winhttp"
16714 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
16715 dlls/winhttp/Makefile: dlls/winhttp/Makefile.in dlls/Makedll.rules"
16716 ac_config_files="$ac_config_files dlls/winhttp/Makefile"
16717
16718 ALL_MAKEFILES="$ALL_MAKEFILES \\
16719         dlls/winhttp/tests/Makefile"
16720 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
16721         winhttp/tests"
16722 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
16723 dlls/winhttp/tests/Makefile: dlls/winhttp/tests/Makefile.in dlls/Maketest.rules"
16724 ac_config_files="$ac_config_files dlls/winhttp/tests/Makefile"
16725
16726 ALL_MAKEFILES="$ALL_MAKEFILES \\
16727         dlls/wininet/Makefile"
16728 test "x$enable_wininet" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
16729         wininet"
16730 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
16731 dlls/wininet/Makefile: dlls/wininet/Makefile.in dlls/Makedll.rules"
16732 ac_config_files="$ac_config_files dlls/wininet/Makefile"
16733
16734 ALL_MAKEFILES="$ALL_MAKEFILES \\
16735         dlls/wininet/tests/Makefile"
16736 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
16737         wininet/tests"
16738 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
16739 dlls/wininet/tests/Makefile: dlls/wininet/tests/Makefile.in dlls/Maketest.rules"
16740 ac_config_files="$ac_config_files dlls/wininet/tests/Makefile"
16741
16742 ALL_MAKEFILES="$ALL_MAKEFILES \\
16743         dlls/winmm/Makefile"
16744 test "x$enable_winmm" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
16745         winmm"
16746 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
16747 dlls/winmm/Makefile: dlls/winmm/Makefile.in dlls/Makedll.rules"
16748 ac_config_files="$ac_config_files dlls/winmm/Makefile"
16749
16750 ALL_MAKEFILES="$ALL_MAKEFILES \\
16751         dlls/winmm/tests/Makefile"
16752 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
16753         winmm/tests"
16754 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
16755 dlls/winmm/tests/Makefile: dlls/winmm/tests/Makefile.in dlls/Maketest.rules"
16756 ac_config_files="$ac_config_files dlls/winmm/tests/Makefile"
16757
16758 ALL_MAKEFILES="$ALL_MAKEFILES \\
16759         dlls/winnls.dll16/Makefile"
16760 test "x$enable_win16" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
16761         winnls.dll16"
16762 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
16763 dlls/winnls.dll16/Makefile: dlls/winnls.dll16/Makefile.in dlls/Makedll.rules"
16764 ac_config_files="$ac_config_files dlls/winnls.dll16/Makefile"
16765
16766 ALL_MAKEFILES="$ALL_MAKEFILES \\
16767         dlls/winnls32/Makefile"
16768 test "x$enable_winnls32" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
16769         winnls32"
16770 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
16771 dlls/winnls32/Makefile: dlls/winnls32/Makefile.in dlls/Makedll.rules"
16772 ac_config_files="$ac_config_files dlls/winnls32/Makefile"
16773
16774 ALL_MAKEFILES="$ALL_MAKEFILES \\
16775         dlls/winscard/Makefile"
16776 test "x$enable_winscard" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
16777         winscard"
16778 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
16779 dlls/winscard/Makefile: dlls/winscard/Makefile.in dlls/Makedll.rules"
16780 ac_config_files="$ac_config_files dlls/winscard/Makefile"
16781
16782 ALL_MAKEFILES="$ALL_MAKEFILES \\
16783         dlls/winspool.drv/Makefile"
16784 test "x$enable_winspool_drv" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
16785         winspool.drv"
16786 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
16787 dlls/winspool.drv/Makefile: dlls/winspool.drv/Makefile.in dlls/Makedll.rules"
16788 ac_config_files="$ac_config_files dlls/winspool.drv/Makefile"
16789
16790 ALL_MAKEFILES="$ALL_MAKEFILES \\
16791         dlls/winspool.drv/tests/Makefile"
16792 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
16793         winspool.drv/tests"
16794 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
16795 dlls/winspool.drv/tests/Makefile: dlls/winspool.drv/tests/Makefile.in dlls/Maketest.rules"
16796 ac_config_files="$ac_config_files dlls/winspool.drv/tests/Makefile"
16797
16798 ALL_MAKEFILES="$ALL_MAKEFILES \\
16799         dlls/wintab.dll16/Makefile"
16800 test "x$enable_win16" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
16801         wintab.dll16"
16802 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
16803 dlls/wintab.dll16/Makefile: dlls/wintab.dll16/Makefile.in dlls/Makedll.rules"
16804 ac_config_files="$ac_config_files dlls/wintab.dll16/Makefile"
16805
16806 ALL_MAKEFILES="$ALL_MAKEFILES \\
16807         dlls/wintab32/Makefile"
16808 test "x$enable_wintab32" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
16809         wintab32"
16810 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
16811 dlls/wintab32/Makefile: dlls/wintab32/Makefile.in dlls/Makedll.rules"
16812 ac_config_files="$ac_config_files dlls/wintab32/Makefile"
16813
16814 ALL_MAKEFILES="$ALL_MAKEFILES \\
16815         dlls/wintab32/tests/Makefile"
16816 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
16817         wintab32/tests"
16818 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
16819 dlls/wintab32/tests/Makefile: dlls/wintab32/tests/Makefile.in dlls/Maketest.rules"
16820 ac_config_files="$ac_config_files dlls/wintab32/tests/Makefile"
16821
16822 ALL_MAKEFILES="$ALL_MAKEFILES \\
16823         dlls/wintrust/Makefile"
16824 test "x$enable_wintrust" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
16825         wintrust"
16826 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
16827 dlls/wintrust/Makefile: dlls/wintrust/Makefile.in dlls/Makedll.rules"
16828 ac_config_files="$ac_config_files dlls/wintrust/Makefile"
16829
16830 ALL_MAKEFILES="$ALL_MAKEFILES \\
16831         dlls/wintrust/tests/Makefile"
16832 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
16833         wintrust/tests"
16834 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
16835 dlls/wintrust/tests/Makefile: dlls/wintrust/tests/Makefile.in dlls/Maketest.rules"
16836 ac_config_files="$ac_config_files dlls/wintrust/tests/Makefile"
16837
16838 ALL_MAKEFILES="$ALL_MAKEFILES \\
16839         dlls/wldap32/Makefile"
16840 test "x$enable_wldap32" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
16841         wldap32"
16842 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
16843 dlls/wldap32/Makefile: dlls/wldap32/Makefile.in dlls/Makedll.rules"
16844 ac_config_files="$ac_config_files dlls/wldap32/Makefile"
16845
16846 ALL_MAKEFILES="$ALL_MAKEFILES \\
16847         dlls/wldap32/tests/Makefile"
16848 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
16849         wldap32/tests"
16850 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
16851 dlls/wldap32/tests/Makefile: dlls/wldap32/tests/Makefile.in dlls/Maketest.rules"
16852 ac_config_files="$ac_config_files dlls/wldap32/tests/Makefile"
16853
16854 ALL_MAKEFILES="$ALL_MAKEFILES \\
16855         dlls/wmi/Makefile"
16856 test "x$enable_wmi" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
16857         wmi"
16858 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
16859 dlls/wmi/Makefile: dlls/wmi/Makefile.in dlls/Makedll.rules"
16860 ac_config_files="$ac_config_files dlls/wmi/Makefile"
16861
16862 ALL_MAKEFILES="$ALL_MAKEFILES \\
16863         dlls/wmiutils/Makefile"
16864 test "x$enable_wmiutils" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
16865         wmiutils"
16866 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
16867 dlls/wmiutils/Makefile: dlls/wmiutils/Makefile.in dlls/Makedll.rules"
16868 ac_config_files="$ac_config_files dlls/wmiutils/Makefile"
16869
16870 ALL_MAKEFILES="$ALL_MAKEFILES \\
16871         dlls/wnaspi32/Makefile"
16872 test "x$enable_wnaspi32" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
16873         wnaspi32"
16874 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
16875 dlls/wnaspi32/Makefile: dlls/wnaspi32/Makefile.in dlls/Makedll.rules"
16876 ac_config_files="$ac_config_files dlls/wnaspi32/Makefile"
16877
16878 ALL_MAKEFILES="$ALL_MAKEFILES \\
16879         dlls/wow32/Makefile"
16880 test "x$enable_wow32" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
16881         wow32"
16882 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
16883 dlls/wow32/Makefile: dlls/wow32/Makefile.in dlls/Makedll.rules"
16884 ac_config_files="$ac_config_files dlls/wow32/Makefile"
16885
16886 ALL_MAKEFILES="$ALL_MAKEFILES \\
16887         dlls/ws2_32/Makefile"
16888 test "x$enable_ws2_32" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
16889         ws2_32"
16890 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
16891 dlls/ws2_32/Makefile: dlls/ws2_32/Makefile.in dlls/Makedll.rules"
16892 ac_config_files="$ac_config_files dlls/ws2_32/Makefile"
16893
16894 ALL_MAKEFILES="$ALL_MAKEFILES \\
16895         dlls/ws2_32/tests/Makefile"
16896 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
16897         ws2_32/tests"
16898 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
16899 dlls/ws2_32/tests/Makefile: dlls/ws2_32/tests/Makefile.in dlls/Maketest.rules"
16900 ac_config_files="$ac_config_files dlls/ws2_32/tests/Makefile"
16901
16902 ALL_MAKEFILES="$ALL_MAKEFILES \\
16903         dlls/wsock32/Makefile"
16904 test "x$enable_wsock32" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
16905         wsock32"
16906 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
16907 dlls/wsock32/Makefile: dlls/wsock32/Makefile.in dlls/Makedll.rules"
16908 ac_config_files="$ac_config_files dlls/wsock32/Makefile"
16909
16910 ALL_MAKEFILES="$ALL_MAKEFILES \\
16911         dlls/wtsapi32/Makefile"
16912 test "x$enable_wtsapi32" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
16913         wtsapi32"
16914 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
16915 dlls/wtsapi32/Makefile: dlls/wtsapi32/Makefile.in dlls/Makedll.rules"
16916 ac_config_files="$ac_config_files dlls/wtsapi32/Makefile"
16917
16918 ALL_MAKEFILES="$ALL_MAKEFILES \\
16919         dlls/wuapi/Makefile"
16920 test "x$enable_wuapi" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
16921         wuapi"
16922 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
16923 dlls/wuapi/Makefile: dlls/wuapi/Makefile.in dlls/Makedll.rules"
16924 ac_config_files="$ac_config_files dlls/wuapi/Makefile"
16925
16926 ALL_MAKEFILES="$ALL_MAKEFILES \\
16927         dlls/xinput1_1/Makefile"
16928 test "x$enable_xinput1_1" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
16929         xinput1_1"
16930 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
16931 dlls/xinput1_1/Makefile: dlls/xinput1_1/Makefile.in dlls/Makedll.rules"
16932 ac_config_files="$ac_config_files dlls/xinput1_1/Makefile"
16933
16934 ALL_MAKEFILES="$ALL_MAKEFILES \\
16935         dlls/xinput1_2/Makefile"
16936 test "x$enable_xinput1_2" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
16937         xinput1_2"
16938 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
16939 dlls/xinput1_2/Makefile: dlls/xinput1_2/Makefile.in dlls/Makedll.rules"
16940 ac_config_files="$ac_config_files dlls/xinput1_2/Makefile"
16941
16942 ALL_MAKEFILES="$ALL_MAKEFILES \\
16943         dlls/xinput1_3/Makefile"
16944 test "x$enable_xinput1_3" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
16945         xinput1_3"
16946 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
16947 dlls/xinput1_3/Makefile: dlls/xinput1_3/Makefile.in dlls/Makedll.rules"
16948 ac_config_files="$ac_config_files dlls/xinput1_3/Makefile"
16949
16950 ALL_MAKEFILES="$ALL_MAKEFILES \\
16951         dlls/xinput1_3/tests/Makefile"
16952 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
16953         xinput1_3/tests"
16954 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
16955 dlls/xinput1_3/tests/Makefile: dlls/xinput1_3/tests/Makefile.in dlls/Maketest.rules"
16956 ac_config_files="$ac_config_files dlls/xinput1_3/tests/Makefile"
16957
16958 ALL_MAKEFILES="$ALL_MAKEFILES \\
16959         dlls/xinput9_1_0/Makefile"
16960 test "x$enable_xinput9_1_0" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
16961         xinput9_1_0"
16962 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
16963 dlls/xinput9_1_0/Makefile: dlls/xinput9_1_0/Makefile.in dlls/Makedll.rules"
16964 ac_config_files="$ac_config_files dlls/xinput9_1_0/Makefile"
16965
16966 ALL_MAKEFILES="$ALL_MAKEFILES \\
16967         dlls/xmllite/Makefile"
16968 test "x$enable_xmllite" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
16969         xmllite"
16970 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
16971 dlls/xmllite/Makefile: dlls/xmllite/Makefile.in dlls/Makedll.rules"
16972 ac_config_files="$ac_config_files dlls/xmllite/Makefile"
16973
16974 ALL_MAKEFILES="$ALL_MAKEFILES \\
16975         documentation/Makefile"
16976 test "x$enable_documentation" != xno && ALL_TOP_DIRS="$ALL_TOP_DIRS \\
16977         documentation"
16978 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
16979 documentation/Makefile: documentation/Makefile.in Make.rules"
16980 ac_config_files="$ac_config_files documentation/Makefile"
16981
16982 ALL_MAKEFILES="$ALL_MAKEFILES \\
16983         fonts/Makefile"
16984 test "x$enable_fonts" != xno && ALL_TOP_DIRS="$ALL_TOP_DIRS \\
16985         fonts"
16986 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
16987 fonts/Makefile: fonts/Makefile.in Make.rules"
16988 ac_config_files="$ac_config_files fonts/Makefile"
16989
16990 ALL_MAKEFILES="$ALL_MAKEFILES \\
16991         include/Makefile"
16992 test "x$enable_include" != xno && ALL_TOP_DIRS="$ALL_TOP_DIRS \\
16993         include"
16994 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
16995 include/Makefile: include/Makefile.in Make.rules"
16996 ac_config_files="$ac_config_files include/Makefile"
16997
16998 ALL_MAKEFILES="$ALL_MAKEFILES \\
16999         libs/Makefile"
17000 test "x$enable_libs" != xno && ALL_TOP_DIRS="$ALL_TOP_DIRS \\
17001         libs"
17002 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
17003 libs/Makefile: libs/Makefile.in Make.rules"
17004 ac_config_files="$ac_config_files libs/Makefile"
17005
17006 ALL_MAKEFILES="$ALL_MAKEFILES \\
17007         libs/port/Makefile"
17008
17009 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
17010 libs/port/Makefile: libs/port/Makefile.in Make.rules"
17011 ac_config_files="$ac_config_files libs/port/Makefile"
17012
17013 ALL_MAKEFILES="$ALL_MAKEFILES \\
17014         libs/wine/Makefile"
17015
17016 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
17017 libs/wine/Makefile: libs/wine/Makefile.in Make.rules"
17018 ac_config_files="$ac_config_files libs/wine/Makefile"
17019
17020 ALL_MAKEFILES="$ALL_MAKEFILES \\
17021         libs/wpp/Makefile"
17022
17023 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
17024 libs/wpp/Makefile: libs/wpp/Makefile.in Make.rules"
17025 ac_config_files="$ac_config_files libs/wpp/Makefile"
17026
17027 ALL_MAKEFILES="$ALL_MAKEFILES \\
17028         loader/Makefile"
17029 test "x$enable_loader" != xno && ALL_TOP_DIRS="$ALL_TOP_DIRS \\
17030         loader"
17031 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
17032 loader/Makefile: loader/Makefile.in Make.rules"
17033 ac_config_files="$ac_config_files loader/Makefile"
17034
17035 ALL_MAKEFILES="$ALL_MAKEFILES \\
17036         programs/Makefile"
17037 test "x$enable_programs" != xno && ALL_TOP_DIRS="$ALL_TOP_DIRS \\
17038         programs"
17039 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
17040 programs/Makefile: programs/Makefile.in Make.rules"
17041 ac_config_files="$ac_config_files programs/Makefile"
17042
17043 ALL_MAKEFILES="$ALL_MAKEFILES \\
17044         programs/cacls/Makefile"
17045 test "x$enable_cacls" != xno && ALL_PROGRAM_DIRS="$ALL_PROGRAM_DIRS \\
17046         cacls" && ALL_PROGRAM_INSTALL_DIRS="$ALL_PROGRAM_INSTALL_DIRS \\
17047         cacls"
17048 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
17049 programs/cacls/Makefile: programs/cacls/Makefile.in programs/Makeprog.rules"
17050 ac_config_files="$ac_config_files programs/cacls/Makefile"
17051
17052 ALL_MAKEFILES="$ALL_MAKEFILES \\
17053         programs/clock/Makefile"
17054 test "x$enable_clock" != xno && ALL_PROGRAM_DIRS="$ALL_PROGRAM_DIRS \\
17055         clock" && ALL_PROGRAM_INSTALL_DIRS="$ALL_PROGRAM_INSTALL_DIRS \\
17056         clock"
17057 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
17058 programs/clock/Makefile: programs/clock/Makefile.in programs/Makeprog.rules"
17059 ac_config_files="$ac_config_files programs/clock/Makefile"
17060
17061 ALL_MAKEFILES="$ALL_MAKEFILES \\
17062         programs/cmd/Makefile"
17063 test "x$enable_cmd" != xno && ALL_PROGRAM_DIRS="$ALL_PROGRAM_DIRS \\
17064         cmd" && ALL_PROGRAM_INSTALL_DIRS="$ALL_PROGRAM_INSTALL_DIRS \\
17065         cmd"
17066 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
17067 programs/cmd/Makefile: programs/cmd/Makefile.in programs/Makeprog.rules"
17068 ac_config_files="$ac_config_files programs/cmd/Makefile"
17069
17070 ALL_MAKEFILES="$ALL_MAKEFILES \\
17071         programs/cmdlgtst/Makefile"
17072 test "x$enable_cmdlgtst" != xno && ALL_PROGRAM_DIRS="$ALL_PROGRAM_DIRS \\
17073         cmdlgtst"
17074 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
17075 programs/cmdlgtst/Makefile: programs/cmdlgtst/Makefile.in programs/Makeprog.rules"
17076 ac_config_files="$ac_config_files programs/cmdlgtst/Makefile"
17077
17078 ALL_MAKEFILES="$ALL_MAKEFILES \\
17079         programs/control/Makefile"
17080 test "x$enable_control" != xno && ALL_PROGRAM_DIRS="$ALL_PROGRAM_DIRS \\
17081         control" && ALL_PROGRAM_INSTALL_DIRS="$ALL_PROGRAM_INSTALL_DIRS \\
17082         control"
17083 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
17084 programs/control/Makefile: programs/control/Makefile.in programs/Makeprog.rules"
17085 ac_config_files="$ac_config_files programs/control/Makefile"
17086
17087 ALL_MAKEFILES="$ALL_MAKEFILES \\
17088         programs/eject/Makefile"
17089 test "x$enable_eject" != xno && ALL_PROGRAM_DIRS="$ALL_PROGRAM_DIRS \\
17090         eject" && ALL_PROGRAM_INSTALL_DIRS="$ALL_PROGRAM_INSTALL_DIRS \\
17091         eject"
17092 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
17093 programs/eject/Makefile: programs/eject/Makefile.in programs/Makeprog.rules"
17094 ac_config_files="$ac_config_files programs/eject/Makefile"
17095
17096 ALL_MAKEFILES="$ALL_MAKEFILES \\
17097         programs/expand/Makefile"
17098 test "x$enable_expand" != xno && ALL_PROGRAM_DIRS="$ALL_PROGRAM_DIRS \\
17099         expand" && ALL_PROGRAM_INSTALL_DIRS="$ALL_PROGRAM_INSTALL_DIRS \\
17100         expand"
17101 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
17102 programs/expand/Makefile: programs/expand/Makefile.in programs/Makeprog.rules"
17103 ac_config_files="$ac_config_files programs/expand/Makefile"
17104
17105 ALL_MAKEFILES="$ALL_MAKEFILES \\
17106         programs/explorer/Makefile"
17107 test "x$enable_explorer" != xno && ALL_PROGRAM_DIRS="$ALL_PROGRAM_DIRS \\
17108         explorer" && ALL_PROGRAM_INSTALL_DIRS="$ALL_PROGRAM_INSTALL_DIRS \\
17109         explorer"
17110 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
17111 programs/explorer/Makefile: programs/explorer/Makefile.in programs/Makeprog.rules"
17112 ac_config_files="$ac_config_files programs/explorer/Makefile"
17113
17114 ALL_MAKEFILES="$ALL_MAKEFILES \\
17115         programs/hh/Makefile"
17116 test "x$enable_hh" != xno && ALL_PROGRAM_DIRS="$ALL_PROGRAM_DIRS \\
17117         hh" && ALL_PROGRAM_INSTALL_DIRS="$ALL_PROGRAM_INSTALL_DIRS \\
17118         hh"
17119 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
17120 programs/hh/Makefile: programs/hh/Makefile.in programs/Makeprog.rules"
17121 ac_config_files="$ac_config_files programs/hh/Makefile"
17122
17123 ALL_MAKEFILES="$ALL_MAKEFILES \\
17124         programs/icinfo/Makefile"
17125 test "x$enable_icinfo" != xno && ALL_PROGRAM_DIRS="$ALL_PROGRAM_DIRS \\
17126         icinfo" && ALL_PROGRAM_INSTALL_DIRS="$ALL_PROGRAM_INSTALL_DIRS \\
17127         icinfo"
17128 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
17129 programs/icinfo/Makefile: programs/icinfo/Makefile.in programs/Makeprog.rules"
17130 ac_config_files="$ac_config_files programs/icinfo/Makefile"
17131
17132 ALL_MAKEFILES="$ALL_MAKEFILES \\
17133         programs/iexplore/Makefile"
17134 test "x$enable_iexplore" != xno && ALL_PROGRAM_DIRS="$ALL_PROGRAM_DIRS \\
17135         iexplore" && ALL_PROGRAM_INSTALL_DIRS="$ALL_PROGRAM_INSTALL_DIRS \\
17136         iexplore"
17137 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
17138 programs/iexplore/Makefile: programs/iexplore/Makefile.in programs/Makeprog.rules"
17139 ac_config_files="$ac_config_files programs/iexplore/Makefile"
17140
17141 ALL_MAKEFILES="$ALL_MAKEFILES \\
17142         programs/lodctr/Makefile"
17143 test "x$enable_lodctr" != xno && ALL_PROGRAM_DIRS="$ALL_PROGRAM_DIRS \\
17144         lodctr" && ALL_PROGRAM_INSTALL_DIRS="$ALL_PROGRAM_INSTALL_DIRS \\
17145         lodctr"
17146 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
17147 programs/lodctr/Makefile: programs/lodctr/Makefile.in programs/Makeprog.rules"
17148 ac_config_files="$ac_config_files programs/lodctr/Makefile"
17149
17150 ALL_MAKEFILES="$ALL_MAKEFILES \\
17151         programs/msiexec/Makefile"
17152 test "x$enable_msiexec" != xno && ALL_PROGRAM_DIRS="$ALL_PROGRAM_DIRS \\
17153         msiexec" && ALL_PROGRAM_INSTALL_DIRS="$ALL_PROGRAM_INSTALL_DIRS \\
17154         msiexec" && ALL_PROGRAM_BIN_INSTALL_DIRS="$ALL_PROGRAM_BIN_INSTALL_DIRS \\
17155         msiexec"
17156 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
17157 programs/msiexec/Makefile: programs/msiexec/Makefile.in programs/Makeprog.rules"
17158 ac_config_files="$ac_config_files programs/msiexec/Makefile"
17159
17160 ALL_MAKEFILES="$ALL_MAKEFILES \\
17161         programs/net/Makefile"
17162 test "x$enable_net" != xno && ALL_PROGRAM_DIRS="$ALL_PROGRAM_DIRS \\
17163         net" && ALL_PROGRAM_INSTALL_DIRS="$ALL_PROGRAM_INSTALL_DIRS \\
17164         net"
17165 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
17166 programs/net/Makefile: programs/net/Makefile.in programs/Makeprog.rules"
17167 ac_config_files="$ac_config_files programs/net/Makefile"
17168
17169 ALL_MAKEFILES="$ALL_MAKEFILES \\
17170         programs/notepad/Makefile"
17171 test "x$enable_notepad" != xno && ALL_PROGRAM_DIRS="$ALL_PROGRAM_DIRS \\
17172         notepad" && ALL_PROGRAM_INSTALL_DIRS="$ALL_PROGRAM_INSTALL_DIRS \\
17173         notepad" && ALL_PROGRAM_BIN_INSTALL_DIRS="$ALL_PROGRAM_BIN_INSTALL_DIRS \\
17174         notepad"
17175 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
17176 programs/notepad/Makefile: programs/notepad/Makefile.in programs/Makeprog.rules"
17177 ac_config_files="$ac_config_files programs/notepad/Makefile"
17178
17179 ALL_MAKEFILES="$ALL_MAKEFILES \\
17180         programs/oleview/Makefile"
17181 test "x$enable_oleview" != xno && ALL_PROGRAM_DIRS="$ALL_PROGRAM_DIRS \\
17182         oleview" && ALL_PROGRAM_INSTALL_DIRS="$ALL_PROGRAM_INSTALL_DIRS \\
17183         oleview"
17184 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
17185 programs/oleview/Makefile: programs/oleview/Makefile.in programs/Makeprog.rules"
17186 ac_config_files="$ac_config_files programs/oleview/Makefile"
17187
17188 ALL_MAKEFILES="$ALL_MAKEFILES \\
17189         programs/progman/Makefile"
17190 test "x$enable_progman" != xno && ALL_PROGRAM_DIRS="$ALL_PROGRAM_DIRS \\
17191         progman" && ALL_PROGRAM_INSTALL_DIRS="$ALL_PROGRAM_INSTALL_DIRS \\
17192         progman"
17193 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
17194 programs/progman/Makefile: programs/progman/Makefile.in programs/Makeprog.rules"
17195 ac_config_files="$ac_config_files programs/progman/Makefile"
17196
17197 ALL_MAKEFILES="$ALL_MAKEFILES \\
17198         programs/reg/Makefile"
17199 test "x$enable_reg" != xno && ALL_PROGRAM_DIRS="$ALL_PROGRAM_DIRS \\
17200         reg" && ALL_PROGRAM_INSTALL_DIRS="$ALL_PROGRAM_INSTALL_DIRS \\
17201         reg"
17202 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
17203 programs/reg/Makefile: programs/reg/Makefile.in programs/Makeprog.rules"
17204 ac_config_files="$ac_config_files programs/reg/Makefile"
17205
17206 ALL_MAKEFILES="$ALL_MAKEFILES \\
17207         programs/regedit/Makefile"
17208 test "x$enable_regedit" != xno && ALL_PROGRAM_DIRS="$ALL_PROGRAM_DIRS \\
17209         regedit" && ALL_PROGRAM_INSTALL_DIRS="$ALL_PROGRAM_INSTALL_DIRS \\
17210         regedit" && ALL_PROGRAM_BIN_INSTALL_DIRS="$ALL_PROGRAM_BIN_INSTALL_DIRS \\
17211         regedit"
17212 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
17213 programs/regedit/Makefile: programs/regedit/Makefile.in programs/Makeprog.rules"
17214 ac_config_files="$ac_config_files programs/regedit/Makefile"
17215
17216 ALL_MAKEFILES="$ALL_MAKEFILES \\
17217         programs/regsvr32/Makefile"
17218 test "x$enable_regsvr32" != xno && ALL_PROGRAM_DIRS="$ALL_PROGRAM_DIRS \\
17219         regsvr32" && ALL_PROGRAM_INSTALL_DIRS="$ALL_PROGRAM_INSTALL_DIRS \\
17220         regsvr32" && ALL_PROGRAM_BIN_INSTALL_DIRS="$ALL_PROGRAM_BIN_INSTALL_DIRS \\
17221         regsvr32"
17222 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
17223 programs/regsvr32/Makefile: programs/regsvr32/Makefile.in programs/Makeprog.rules"
17224 ac_config_files="$ac_config_files programs/regsvr32/Makefile"
17225
17226 ALL_MAKEFILES="$ALL_MAKEFILES \\
17227         programs/rpcss/Makefile"
17228 test "x$enable_rpcss" != xno && ALL_PROGRAM_DIRS="$ALL_PROGRAM_DIRS \\
17229         rpcss" && ALL_PROGRAM_INSTALL_DIRS="$ALL_PROGRAM_INSTALL_DIRS \\
17230         rpcss"
17231 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
17232 programs/rpcss/Makefile: programs/rpcss/Makefile.in programs/Makeprog.rules"
17233 ac_config_files="$ac_config_files programs/rpcss/Makefile"
17234
17235 ALL_MAKEFILES="$ALL_MAKEFILES \\
17236         programs/rundll32/Makefile"
17237 test "x$enable_rundll32" != xno && ALL_PROGRAM_DIRS="$ALL_PROGRAM_DIRS \\
17238         rundll32" && ALL_PROGRAM_INSTALL_DIRS="$ALL_PROGRAM_INSTALL_DIRS \\
17239         rundll32"
17240 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
17241 programs/rundll32/Makefile: programs/rundll32/Makefile.in programs/Makeprog.rules"
17242 ac_config_files="$ac_config_files programs/rundll32/Makefile"
17243
17244 ALL_MAKEFILES="$ALL_MAKEFILES \\
17245         programs/secedit/Makefile"
17246 test "x$enable_secedit" != xno && ALL_PROGRAM_DIRS="$ALL_PROGRAM_DIRS \\
17247         secedit" && ALL_PROGRAM_INSTALL_DIRS="$ALL_PROGRAM_INSTALL_DIRS \\
17248         secedit"
17249 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
17250 programs/secedit/Makefile: programs/secedit/Makefile.in programs/Makeprog.rules"
17251 ac_config_files="$ac_config_files programs/secedit/Makefile"
17252
17253 ALL_MAKEFILES="$ALL_MAKEFILES \\
17254         programs/services/Makefile"
17255 test "x$enable_services" != xno && ALL_PROGRAM_DIRS="$ALL_PROGRAM_DIRS \\
17256         services" && ALL_PROGRAM_INSTALL_DIRS="$ALL_PROGRAM_INSTALL_DIRS \\
17257         services"
17258 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
17259 programs/services/Makefile: programs/services/Makefile.in programs/Makeprog.rules"
17260 ac_config_files="$ac_config_files programs/services/Makefile"
17261
17262 ALL_MAKEFILES="$ALL_MAKEFILES \\
17263         programs/spoolsv/Makefile"
17264 test "x$enable_spoolsv" != xno && ALL_PROGRAM_DIRS="$ALL_PROGRAM_DIRS \\
17265         spoolsv" && ALL_PROGRAM_INSTALL_DIRS="$ALL_PROGRAM_INSTALL_DIRS \\
17266         spoolsv"
17267 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
17268 programs/spoolsv/Makefile: programs/spoolsv/Makefile.in programs/Makeprog.rules"
17269 ac_config_files="$ac_config_files programs/spoolsv/Makefile"
17270
17271 ALL_MAKEFILES="$ALL_MAKEFILES \\
17272         programs/start/Makefile"
17273 test "x$enable_start" != xno && ALL_PROGRAM_DIRS="$ALL_PROGRAM_DIRS \\
17274         start" && ALL_PROGRAM_INSTALL_DIRS="$ALL_PROGRAM_INSTALL_DIRS \\
17275         start"
17276 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
17277 programs/start/Makefile: programs/start/Makefile.in programs/Makeprog.rules"
17278 ac_config_files="$ac_config_files programs/start/Makefile"
17279
17280 ALL_MAKEFILES="$ALL_MAKEFILES \\
17281         programs/svchost/Makefile"
17282 test "x$enable_svchost" != xno && ALL_PROGRAM_DIRS="$ALL_PROGRAM_DIRS \\
17283         svchost" && ALL_PROGRAM_INSTALL_DIRS="$ALL_PROGRAM_INSTALL_DIRS \\
17284         svchost"
17285 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
17286 programs/svchost/Makefile: programs/svchost/Makefile.in programs/Makeprog.rules"
17287 ac_config_files="$ac_config_files programs/svchost/Makefile"
17288
17289 ALL_MAKEFILES="$ALL_MAKEFILES \\
17290         programs/taskmgr/Makefile"
17291 test "x$enable_taskmgr" != xno && ALL_PROGRAM_DIRS="$ALL_PROGRAM_DIRS \\
17292         taskmgr" && ALL_PROGRAM_INSTALL_DIRS="$ALL_PROGRAM_INSTALL_DIRS \\
17293         taskmgr"
17294 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
17295 programs/taskmgr/Makefile: programs/taskmgr/Makefile.in programs/Makeprog.rules"
17296 ac_config_files="$ac_config_files programs/taskmgr/Makefile"
17297
17298 ALL_MAKEFILES="$ALL_MAKEFILES \\
17299         programs/termsv/Makefile"
17300 test "x$enable_termsv" != xno && ALL_PROGRAM_DIRS="$ALL_PROGRAM_DIRS \\
17301         termsv" && ALL_PROGRAM_INSTALL_DIRS="$ALL_PROGRAM_INSTALL_DIRS \\
17302         termsv"
17303 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
17304 programs/termsv/Makefile: programs/termsv/Makefile.in programs/Makeprog.rules"
17305 ac_config_files="$ac_config_files programs/termsv/Makefile"
17306
17307 ALL_MAKEFILES="$ALL_MAKEFILES \\
17308         programs/uninstaller/Makefile"
17309 test "x$enable_uninstaller" != xno && ALL_PROGRAM_DIRS="$ALL_PROGRAM_DIRS \\
17310         uninstaller" && ALL_PROGRAM_INSTALL_DIRS="$ALL_PROGRAM_INSTALL_DIRS \\
17311         uninstaller"
17312 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
17313 programs/uninstaller/Makefile: programs/uninstaller/Makefile.in programs/Makeprog.rules"
17314 ac_config_files="$ac_config_files programs/uninstaller/Makefile"
17315
17316 ALL_MAKEFILES="$ALL_MAKEFILES \\
17317         programs/unlodctr/Makefile"
17318 test "x$enable_unlodctr" != xno && ALL_PROGRAM_DIRS="$ALL_PROGRAM_DIRS \\
17319         unlodctr" && ALL_PROGRAM_INSTALL_DIRS="$ALL_PROGRAM_INSTALL_DIRS \\
17320         unlodctr"
17321 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
17322 programs/unlodctr/Makefile: programs/unlodctr/Makefile.in programs/Makeprog.rules"
17323 ac_config_files="$ac_config_files programs/unlodctr/Makefile"
17324
17325 ALL_MAKEFILES="$ALL_MAKEFILES \\
17326         programs/view/Makefile"
17327 test "x$enable_view" != xno && ALL_PROGRAM_DIRS="$ALL_PROGRAM_DIRS \\
17328         view"
17329 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
17330 programs/view/Makefile: programs/view/Makefile.in programs/Makeprog.rules"
17331 ac_config_files="$ac_config_files programs/view/Makefile"
17332
17333 ALL_MAKEFILES="$ALL_MAKEFILES \\
17334         programs/wineboot/Makefile"
17335 test "x$enable_wineboot" != xno && ALL_PROGRAM_DIRS="$ALL_PROGRAM_DIRS \\
17336         wineboot" && ALL_PROGRAM_INSTALL_DIRS="$ALL_PROGRAM_INSTALL_DIRS \\
17337         wineboot" && ALL_PROGRAM_BIN_INSTALL_DIRS="$ALL_PROGRAM_BIN_INSTALL_DIRS \\
17338         wineboot"
17339 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
17340 programs/wineboot/Makefile: programs/wineboot/Makefile.in programs/Makeprog.rules"
17341 ac_config_files="$ac_config_files programs/wineboot/Makefile"
17342
17343 ALL_MAKEFILES="$ALL_MAKEFILES \\
17344         programs/winebrowser/Makefile"
17345 test "x$enable_winebrowser" != xno && ALL_PROGRAM_DIRS="$ALL_PROGRAM_DIRS \\
17346         winebrowser" && ALL_PROGRAM_INSTALL_DIRS="$ALL_PROGRAM_INSTALL_DIRS \\
17347         winebrowser"
17348 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
17349 programs/winebrowser/Makefile: programs/winebrowser/Makefile.in programs/Makeprog.rules"
17350 ac_config_files="$ac_config_files programs/winebrowser/Makefile"
17351
17352 ALL_MAKEFILES="$ALL_MAKEFILES \\
17353         programs/winecfg/Makefile"
17354 test "x$enable_winecfg" != xno && ALL_PROGRAM_DIRS="$ALL_PROGRAM_DIRS \\
17355         winecfg" && ALL_PROGRAM_INSTALL_DIRS="$ALL_PROGRAM_INSTALL_DIRS \\
17356         winecfg" && ALL_PROGRAM_BIN_INSTALL_DIRS="$ALL_PROGRAM_BIN_INSTALL_DIRS \\
17357         winecfg"
17358 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
17359 programs/winecfg/Makefile: programs/winecfg/Makefile.in programs/Makeprog.rules"
17360 ac_config_files="$ac_config_files programs/winecfg/Makefile"
17361
17362 ALL_MAKEFILES="$ALL_MAKEFILES \\
17363         programs/wineconsole/Makefile"
17364 test "x$enable_wineconsole" != xno && ALL_PROGRAM_DIRS="$ALL_PROGRAM_DIRS \\
17365         wineconsole" && ALL_PROGRAM_INSTALL_DIRS="$ALL_PROGRAM_INSTALL_DIRS \\
17366         wineconsole" && ALL_PROGRAM_BIN_INSTALL_DIRS="$ALL_PROGRAM_BIN_INSTALL_DIRS \\
17367         wineconsole"
17368 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
17369 programs/wineconsole/Makefile: programs/wineconsole/Makefile.in programs/Makeprog.rules"
17370 ac_config_files="$ac_config_files programs/wineconsole/Makefile"
17371
17372 ALL_MAKEFILES="$ALL_MAKEFILES \\
17373         programs/winedbg/Makefile"
17374 test "x$enable_winedbg" != xno && ALL_PROGRAM_DIRS="$ALL_PROGRAM_DIRS \\
17375         winedbg" && ALL_PROGRAM_INSTALL_DIRS="$ALL_PROGRAM_INSTALL_DIRS \\
17376         winedbg" && ALL_PROGRAM_BIN_INSTALL_DIRS="$ALL_PROGRAM_BIN_INSTALL_DIRS \\
17377         winedbg"
17378 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
17379 programs/winedbg/Makefile: programs/winedbg/Makefile.in programs/Makeprog.rules"
17380 ac_config_files="$ac_config_files programs/winedbg/Makefile"
17381
17382 ALL_MAKEFILES="$ALL_MAKEFILES \\
17383         programs/winedevice/Makefile"
17384 test "x$enable_winedevice" != xno && ALL_PROGRAM_DIRS="$ALL_PROGRAM_DIRS \\
17385         winedevice" && ALL_PROGRAM_INSTALL_DIRS="$ALL_PROGRAM_INSTALL_DIRS \\
17386         winedevice"
17387 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
17388 programs/winedevice/Makefile: programs/winedevice/Makefile.in programs/Makeprog.rules"
17389 ac_config_files="$ac_config_files programs/winedevice/Makefile"
17390
17391 ALL_MAKEFILES="$ALL_MAKEFILES \\
17392         programs/winefile/Makefile"
17393 test "x$enable_winefile" != xno && ALL_PROGRAM_DIRS="$ALL_PROGRAM_DIRS \\
17394         winefile" && ALL_PROGRAM_INSTALL_DIRS="$ALL_PROGRAM_INSTALL_DIRS \\
17395         winefile" && ALL_PROGRAM_BIN_INSTALL_DIRS="$ALL_PROGRAM_BIN_INSTALL_DIRS \\
17396         winefile"
17397 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
17398 programs/winefile/Makefile: programs/winefile/Makefile.in programs/Makeprog.rules"
17399 ac_config_files="$ac_config_files programs/winefile/Makefile"
17400
17401 ALL_MAKEFILES="$ALL_MAKEFILES \\
17402         programs/winemenubuilder/Makefile"
17403 test "x$enable_winemenubuilder" != xno && ALL_PROGRAM_DIRS="$ALL_PROGRAM_DIRS \\
17404         winemenubuilder" && ALL_PROGRAM_INSTALL_DIRS="$ALL_PROGRAM_INSTALL_DIRS \\
17405         winemenubuilder"
17406 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
17407 programs/winemenubuilder/Makefile: programs/winemenubuilder/Makefile.in programs/Makeprog.rules"
17408 ac_config_files="$ac_config_files programs/winemenubuilder/Makefile"
17409
17410 ALL_MAKEFILES="$ALL_MAKEFILES \\
17411         programs/winemine/Makefile"
17412 test "x$enable_winemine" != xno && ALL_PROGRAM_DIRS="$ALL_PROGRAM_DIRS \\
17413         winemine" && ALL_PROGRAM_INSTALL_DIRS="$ALL_PROGRAM_INSTALL_DIRS \\
17414         winemine" && ALL_PROGRAM_BIN_INSTALL_DIRS="$ALL_PROGRAM_BIN_INSTALL_DIRS \\
17415         winemine"
17416 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
17417 programs/winemine/Makefile: programs/winemine/Makefile.in programs/Makeprog.rules"
17418 ac_config_files="$ac_config_files programs/winemine/Makefile"
17419
17420 ALL_MAKEFILES="$ALL_MAKEFILES \\
17421         programs/winepath/Makefile"
17422 test "x$enable_winepath" != xno && ALL_PROGRAM_DIRS="$ALL_PROGRAM_DIRS \\
17423         winepath" && ALL_PROGRAM_INSTALL_DIRS="$ALL_PROGRAM_INSTALL_DIRS \\
17424         winepath" && ALL_PROGRAM_BIN_INSTALL_DIRS="$ALL_PROGRAM_BIN_INSTALL_DIRS \\
17425         winepath"
17426 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
17427 programs/winepath/Makefile: programs/winepath/Makefile.in programs/Makeprog.rules"
17428 ac_config_files="$ac_config_files programs/winepath/Makefile"
17429
17430 ALL_MAKEFILES="$ALL_MAKEFILES \\
17431         programs/winetest/Makefile"
17432 test "x$enable_winetest" != xno && ALL_PROGRAM_DIRS="$ALL_PROGRAM_DIRS \\
17433         winetest"
17434 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
17435 programs/winetest/Makefile: programs/winetest/Makefile.in programs/Makeprog.rules"
17436 ac_config_files="$ac_config_files programs/winetest/Makefile"
17437
17438 ALL_MAKEFILES="$ALL_MAKEFILES \\
17439         programs/winevdm/Makefile"
17440 test "x$enable_winevdm" != xno && ALL_PROGRAM_DIRS="$ALL_PROGRAM_DIRS \\
17441         winevdm" && ALL_PROGRAM_INSTALL_DIRS="$ALL_PROGRAM_INSTALL_DIRS \\
17442         winevdm"
17443 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
17444 programs/winevdm/Makefile: programs/winevdm/Makefile.in programs/Makeprog.rules"
17445 ac_config_files="$ac_config_files programs/winevdm/Makefile"
17446
17447 ALL_MAKEFILES="$ALL_MAKEFILES \\
17448         programs/winhelp.exe16/Makefile"
17449 test "x$enable_win16" != xno && ALL_PROGRAM_DIRS="$ALL_PROGRAM_DIRS \\
17450         winhelp.exe16" && ALL_PROGRAM_INSTALL_DIRS="$ALL_PROGRAM_INSTALL_DIRS \\
17451         winhelp.exe16"
17452 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
17453 programs/winhelp.exe16/Makefile: programs/winhelp.exe16/Makefile.in programs/Makeprog.rules"
17454 ac_config_files="$ac_config_files programs/winhelp.exe16/Makefile"
17455
17456 ALL_MAKEFILES="$ALL_MAKEFILES \\
17457         programs/winhlp32/Makefile"
17458 test "x$enable_winhlp32" != xno && ALL_PROGRAM_DIRS="$ALL_PROGRAM_DIRS \\
17459         winhlp32" && ALL_PROGRAM_INSTALL_DIRS="$ALL_PROGRAM_INSTALL_DIRS \\
17460         winhlp32"
17461 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
17462 programs/winhlp32/Makefile: programs/winhlp32/Makefile.in programs/Makeprog.rules"
17463 ac_config_files="$ac_config_files programs/winhlp32/Makefile"
17464
17465 ALL_MAKEFILES="$ALL_MAKEFILES \\
17466         programs/winoldap.mod16/Makefile"
17467 test "x$enable_win16" != xno && ALL_PROGRAM_DIRS="$ALL_PROGRAM_DIRS \\
17468         winoldap.mod16" && ALL_PROGRAM_INSTALL_DIRS="$ALL_PROGRAM_INSTALL_DIRS \\
17469         winoldap.mod16"
17470 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
17471 programs/winoldap.mod16/Makefile: programs/winoldap.mod16/Makefile.in programs/Makeprog.rules"
17472 ac_config_files="$ac_config_files programs/winoldap.mod16/Makefile"
17473
17474 ALL_MAKEFILES="$ALL_MAKEFILES \\
17475         programs/winver/Makefile"
17476 test "x$enable_winver" != xno && ALL_PROGRAM_DIRS="$ALL_PROGRAM_DIRS \\
17477         winver" && ALL_PROGRAM_INSTALL_DIRS="$ALL_PROGRAM_INSTALL_DIRS \\
17478         winver"
17479 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
17480 programs/winver/Makefile: programs/winver/Makefile.in programs/Makeprog.rules"
17481 ac_config_files="$ac_config_files programs/winver/Makefile"
17482
17483 ALL_MAKEFILES="$ALL_MAKEFILES \\
17484         programs/wordpad/Makefile"
17485 test "x$enable_wordpad" != xno && ALL_PROGRAM_DIRS="$ALL_PROGRAM_DIRS \\
17486         wordpad" && ALL_PROGRAM_INSTALL_DIRS="$ALL_PROGRAM_INSTALL_DIRS \\
17487         wordpad"
17488 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
17489 programs/wordpad/Makefile: programs/wordpad/Makefile.in programs/Makeprog.rules"
17490 ac_config_files="$ac_config_files programs/wordpad/Makefile"
17491
17492 ALL_MAKEFILES="$ALL_MAKEFILES \\
17493         programs/write/Makefile"
17494 test "x$enable_write" != xno && ALL_PROGRAM_DIRS="$ALL_PROGRAM_DIRS \\
17495         write" && ALL_PROGRAM_INSTALL_DIRS="$ALL_PROGRAM_INSTALL_DIRS \\
17496         write"
17497 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
17498 programs/write/Makefile: programs/write/Makefile.in programs/Makeprog.rules"
17499 ac_config_files="$ac_config_files programs/write/Makefile"
17500
17501 ALL_MAKEFILES="$ALL_MAKEFILES \\
17502         programs/xcopy/Makefile"
17503 test "x$enable_xcopy" != xno && ALL_PROGRAM_DIRS="$ALL_PROGRAM_DIRS \\
17504         xcopy" && ALL_PROGRAM_INSTALL_DIRS="$ALL_PROGRAM_INSTALL_DIRS \\
17505         xcopy"
17506 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
17507 programs/xcopy/Makefile: programs/xcopy/Makefile.in programs/Makeprog.rules"
17508 ac_config_files="$ac_config_files programs/xcopy/Makefile"
17509
17510 ALL_MAKEFILES="$ALL_MAKEFILES \\
17511         server/Makefile"
17512 test "x$enable_server" != xno && ALL_TOP_DIRS="$ALL_TOP_DIRS \\
17513         server"
17514 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
17515 server/Makefile: server/Makefile.in Make.rules"
17516 ac_config_files="$ac_config_files server/Makefile"
17517
17518 ALL_MAKEFILES="$ALL_MAKEFILES \\
17519         tools/Makefile"
17520 test "x$enable_tools" != xno && ALL_TOP_DIRS="$ALL_TOP_DIRS \\
17521         tools"
17522 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
17523 tools/Makefile: tools/Makefile.in Make.rules"
17524 ac_config_files="$ac_config_files tools/Makefile"
17525
17526 ALL_MAKEFILES="$ALL_MAKEFILES \\
17527         tools/widl/Makefile"
17528
17529 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
17530 tools/widl/Makefile: tools/widl/Makefile.in Make.rules"
17531 ac_config_files="$ac_config_files tools/widl/Makefile"
17532
17533 ALL_MAKEFILES="$ALL_MAKEFILES \\
17534         tools/winebuild/Makefile"
17535
17536 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
17537 tools/winebuild/Makefile: tools/winebuild/Makefile.in Make.rules"
17538 ac_config_files="$ac_config_files tools/winebuild/Makefile"
17539
17540 ALL_MAKEFILES="$ALL_MAKEFILES \\
17541         tools/winedump/Makefile"
17542
17543 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
17544 tools/winedump/Makefile: tools/winedump/Makefile.in Make.rules"
17545 ac_config_files="$ac_config_files tools/winedump/Makefile"
17546
17547 ALL_MAKEFILES="$ALL_MAKEFILES \\
17548         tools/winegcc/Makefile"
17549
17550 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
17551 tools/winegcc/Makefile: tools/winegcc/Makefile.in Make.rules"
17552 ac_config_files="$ac_config_files tools/winegcc/Makefile"
17553
17554 ALL_MAKEFILES="$ALL_MAKEFILES \\
17555         tools/wmc/Makefile"
17556
17557 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
17558 tools/wmc/Makefile: tools/wmc/Makefile.in Make.rules"
17559 ac_config_files="$ac_config_files tools/wmc/Makefile"
17560
17561 ALL_MAKEFILES="$ALL_MAKEFILES \\
17562         tools/wrc/Makefile"
17563
17564 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
17565 tools/wrc/Makefile: tools/wrc/Makefile.in Make.rules"
17566 ac_config_files="$ac_config_files tools/wrc/Makefile"
17567
17568
17569
17570 ALL_WINETEST_DEPENDS="# Test binaries"
17571
17572 for dir in $ALL_TEST_DIRS
17573 do
17574     if test "$dir" != "\\"
17575     then
17576         testname=`expr $dir : '\(.*\)/tests'`_test
17577         ALL_WINETEST_DEPENDS="$ALL_WINETEST_DEPENDS
17578
17579 $testname.exe: \$(DLLDIR)/$dir/$testname.exe\$(DLLEXT)
17580         cp \$(DLLDIR)/$dir/$testname.exe\$(DLLEXT) \$@ && \$(STRIP) \$@
17581 $testname.rc:
17582         echo \"$testname.exe TESTRES \\\"$testname.exe\\\"\" >\$@ || (\$(RM) \$@ && false)
17583 $testname.res: $testname.rc $testname.exe"
17584     fi
17585 done
17586
17587 test -n "$DLLEXT" || ALL_PROGRAM_BIN_INSTALL_DIRS=""
17588
17589 cat >confcache <<\_ACEOF
17590 # This file is a shell script that caches the results of configure
17591 # tests run on this system so they can be shared between configure
17592 # scripts and configure runs, see configure's option --config-cache.
17593 # It is not useful on other systems.  If it contains results you don't
17594 # want to keep, you may remove or edit it.
17595 #
17596 # config.status only pays attention to the cache file if you give it
17597 # the --recheck option to rerun configure.
17598 #
17599 # `ac_cv_env_foo' variables (set or unset) will be overridden when
17600 # loading this file, other *unset* `ac_cv_foo' will be assigned the
17601 # following values.
17602
17603 _ACEOF
17604
17605 # The following way of writing the cache mishandles newlines in values,
17606 # but we know of no workaround that is simple, portable, and efficient.
17607 # So, we kill variables containing newlines.
17608 # Ultrix sh set writes to stderr and can't be redirected directly,
17609 # and sets the high bit in the cache file unless we assign to the vars.
17610 (
17611   for ac_var in `(set) 2>&1 | sed -n 's/^\([a-zA-Z_][a-zA-Z0-9_]*\)=.*/\1/p'`; do
17612     eval ac_val=\$$ac_var
17613     case $ac_val in #(
17614     *${as_nl}*)
17615       case $ac_var in #(
17616       *_cv_*) { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: cache variable $ac_var contains a newline" >&5
17617 $as_echo "$as_me: WARNING: cache variable $ac_var contains a newline" >&2;} ;;
17618       esac
17619       case $ac_var in #(
17620       _ | IFS | as_nl) ;; #(
17621       BASH_ARGV | BASH_SOURCE) eval $ac_var= ;; #(
17622       *) { eval $ac_var=; unset $ac_var;} ;;
17623       esac ;;
17624     esac
17625   done
17626
17627   (set) 2>&1 |
17628     case $as_nl`(ac_space=' '; set) 2>&1` in #(
17629     *${as_nl}ac_space=\ *)
17630       # `set' does not quote correctly, so add quotes: double-quote
17631       # substitution turns \\\\ into \\, and sed turns \\ into \.
17632       sed -n \
17633         "s/'/'\\\\''/g;
17634           s/^\\([_$as_cr_alnum]*_cv_[_$as_cr_alnum]*\\)=\\(.*\\)/\\1='\\2'/p"
17635       ;; #(
17636     *)
17637       # `set' quotes correctly as required by POSIX, so do not add quotes.
17638       sed -n "/^[_$as_cr_alnum]*_cv_[_$as_cr_alnum]*=/p"
17639       ;;
17640     esac |
17641     sort
17642 ) |
17643   sed '
17644      /^ac_cv_env_/b end
17645      t clear
17646      :clear
17647      s/^\([^=]*\)=\(.*[{}].*\)$/test "${\1+set}" = set || &/
17648      t end
17649      s/^\([^=]*\)=\(.*\)$/\1=${\1=\2}/
17650      :end' >>confcache
17651 if diff "$cache_file" confcache >/dev/null 2>&1; then :; else
17652   if test -w "$cache_file"; then
17653     test "x$cache_file" != "x/dev/null" &&
17654       { $as_echo "$as_me:${as_lineno-$LINENO}: updating cache $cache_file" >&5
17655 $as_echo "$as_me: updating cache $cache_file" >&6;}
17656     cat confcache >$cache_file
17657   else
17658     { $as_echo "$as_me:${as_lineno-$LINENO}: not updating unwritable cache $cache_file" >&5
17659 $as_echo "$as_me: not updating unwritable cache $cache_file" >&6;}
17660   fi
17661 fi
17662 rm -f confcache
17663
17664 test "x$prefix" = xNONE && prefix=$ac_default_prefix
17665 # Let make expand exec_prefix.
17666 test "x$exec_prefix" = xNONE && exec_prefix='${prefix}'
17667
17668 DEFS=-DHAVE_CONFIG_H
17669
17670 ac_libobjs=
17671 ac_ltlibobjs=
17672 for ac_i in : $LIBOBJS; do test "x$ac_i" = x: && continue
17673   # 1. Remove the extension, and $U if already installed.
17674   ac_script='s/\$U\././;s/\.o$//;s/\.obj$//'
17675   ac_i=`$as_echo "$ac_i" | sed "$ac_script"`
17676   # 2. Prepend LIBOBJDIR.  When used with automake>=1.10 LIBOBJDIR
17677   #    will be set to the directory where LIBOBJS objects are built.
17678   as_fn_append ac_libobjs " \${LIBOBJDIR}$ac_i\$U.$ac_objext"
17679   as_fn_append ac_ltlibobjs " \${LIBOBJDIR}$ac_i"'$U.lo'
17680 done
17681 LIBOBJS=$ac_libobjs
17682
17683 LTLIBOBJS=$ac_ltlibobjs
17684
17685
17686
17687 : ${CONFIG_STATUS=./config.status}
17688 ac_write_fail=0
17689 ac_clean_files_save=$ac_clean_files
17690 ac_clean_files="$ac_clean_files $CONFIG_STATUS"
17691 { $as_echo "$as_me:${as_lineno-$LINENO}: creating $CONFIG_STATUS" >&5
17692 $as_echo "$as_me: creating $CONFIG_STATUS" >&6;}
17693 as_write_fail=0
17694 cat >$CONFIG_STATUS <<_ASEOF || as_write_fail=1
17695 #! $SHELL
17696 # Generated by $as_me.
17697 # Run this file to recreate the current configuration.
17698 # Compiler output produced by configure, useful for debugging
17699 # configure, is in config.log if it exists.
17700
17701 debug=false
17702 ac_cs_recheck=false
17703 ac_cs_silent=false
17704
17705 SHELL=\${CONFIG_SHELL-$SHELL}
17706 export SHELL
17707 _ASEOF
17708 cat >>$CONFIG_STATUS <<\_ASEOF || as_write_fail=1
17709 ## -------------------- ##
17710 ## M4sh Initialization. ##
17711 ## -------------------- ##
17712
17713 # Be more Bourne compatible
17714 DUALCASE=1; export DUALCASE # for MKS sh
17715 if test -n "${ZSH_VERSION+set}" && (emulate sh) >/dev/null 2>&1; then :
17716   emulate sh
17717   NULLCMD=:
17718   # Pre-4.2 versions of Zsh do word splitting on ${1+"$@"}, which
17719   # is contrary to our usage.  Disable this feature.
17720   alias -g '${1+"$@"}'='"$@"'
17721   setopt NO_GLOB_SUBST
17722 else
17723   case `(set -o) 2>/dev/null` in #(
17724   *posix*) :
17725     set -o posix ;; #(
17726   *) :
17727      ;;
17728 esac
17729 fi
17730
17731
17732 as_nl='
17733 '
17734 export as_nl
17735 # Printing a long string crashes Solaris 7 /usr/bin/printf.
17736 as_echo='\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\'
17737 as_echo=$as_echo$as_echo$as_echo$as_echo$as_echo
17738 as_echo=$as_echo$as_echo$as_echo$as_echo$as_echo$as_echo
17739 # Prefer a ksh shell builtin over an external printf program on Solaris,
17740 # but without wasting forks for bash or zsh.
17741 if test -z "$BASH_VERSION$ZSH_VERSION" \
17742     && (test "X`print -r -- $as_echo`" = "X$as_echo") 2>/dev/null; then
17743   as_echo='print -r --'
17744   as_echo_n='print -rn --'
17745 elif (test "X`printf %s $as_echo`" = "X$as_echo") 2>/dev/null; then
17746   as_echo='printf %s\n'
17747   as_echo_n='printf %s'
17748 else
17749   if test "X`(/usr/ucb/echo -n -n $as_echo) 2>/dev/null`" = "X-n $as_echo"; then
17750     as_echo_body='eval /usr/ucb/echo -n "$1$as_nl"'
17751     as_echo_n='/usr/ucb/echo -n'
17752   else
17753     as_echo_body='eval expr "X$1" : "X\\(.*\\)"'
17754     as_echo_n_body='eval
17755       arg=$1;
17756       case $arg in #(
17757       *"$as_nl"*)
17758         expr "X$arg" : "X\\(.*\\)$as_nl";
17759         arg=`expr "X$arg" : ".*$as_nl\\(.*\\)"`;;
17760       esac;
17761       expr "X$arg" : "X\\(.*\\)" | tr -d "$as_nl"
17762     '
17763     export as_echo_n_body
17764     as_echo_n='sh -c $as_echo_n_body as_echo'
17765   fi
17766   export as_echo_body
17767   as_echo='sh -c $as_echo_body as_echo'
17768 fi
17769
17770 # The user is always right.
17771 if test "${PATH_SEPARATOR+set}" != set; then
17772   PATH_SEPARATOR=:
17773   (PATH='/bin;/bin'; FPATH=$PATH; sh -c :) >/dev/null 2>&1 && {
17774     (PATH='/bin:/bin'; FPATH=$PATH; sh -c :) >/dev/null 2>&1 ||
17775       PATH_SEPARATOR=';'
17776   }
17777 fi
17778
17779
17780 # IFS
17781 # We need space, tab and new line, in precisely that order.  Quoting is
17782 # there to prevent editors from complaining about space-tab.
17783 # (If _AS_PATH_WALK were called with IFS unset, it would disable word
17784 # splitting by setting IFS to empty value.)
17785 IFS=" ""        $as_nl"
17786
17787 # Find who we are.  Look in the path if we contain no directory separator.
17788 case $0 in #((
17789   *[\\/]* ) as_myself=$0 ;;
17790   *) as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
17791 for as_dir in $PATH
17792 do
17793   IFS=$as_save_IFS
17794   test -z "$as_dir" && as_dir=.
17795     test -r "$as_dir/$0" && as_myself=$as_dir/$0 && break
17796   done
17797 IFS=$as_save_IFS
17798
17799      ;;
17800 esac
17801 # We did not find ourselves, most probably we were run as `sh COMMAND'
17802 # in which case we are not to be found in the path.
17803 if test "x$as_myself" = x; then
17804   as_myself=$0
17805 fi
17806 if test ! -f "$as_myself"; then
17807   $as_echo "$as_myself: error: cannot find myself; rerun with an absolute file name" >&2
17808   exit 1
17809 fi
17810
17811 # Unset variables that we do not need and which cause bugs (e.g. in
17812 # pre-3.0 UWIN ksh).  But do not cause bugs in bash 2.01; the "|| exit 1"
17813 # suppresses any "Segmentation fault" message there.  '((' could
17814 # trigger a bug in pdksh 5.2.14.
17815 for as_var in BASH_ENV ENV MAIL MAILPATH
17816 do eval test x\${$as_var+set} = xset \
17817   && ( (unset $as_var) || exit 1) >/dev/null 2>&1 && unset $as_var || :
17818 done
17819 PS1='$ '
17820 PS2='> '
17821 PS4='+ '
17822
17823 # NLS nuisances.
17824 LC_ALL=C
17825 export LC_ALL
17826 LANGUAGE=C
17827 export LANGUAGE
17828
17829 # CDPATH.
17830 (unset CDPATH) >/dev/null 2>&1 && unset CDPATH
17831
17832
17833 # as_fn_error ERROR [LINENO LOG_FD]
17834 # ---------------------------------
17835 # Output "`basename $0`: error: ERROR" to stderr. If LINENO and LOG_FD are
17836 # provided, also output the error to LOG_FD, referencing LINENO. Then exit the
17837 # script with status $?, using 1 if that was 0.
17838 as_fn_error ()
17839 {
17840   as_status=$?; test $as_status -eq 0 && as_status=1
17841   if test "$3"; then
17842     as_lineno=${as_lineno-"$2"} as_lineno_stack=as_lineno_stack=$as_lineno_stack
17843     $as_echo "$as_me:${as_lineno-$LINENO}: error: $1" >&$3
17844   fi
17845   $as_echo "$as_me: error: $1" >&2
17846   as_fn_exit $as_status
17847 } # as_fn_error
17848
17849
17850 # as_fn_set_status STATUS
17851 # -----------------------
17852 # Set $? to STATUS, without forking.
17853 as_fn_set_status ()
17854 {
17855   return $1
17856 } # as_fn_set_status
17857
17858 # as_fn_exit STATUS
17859 # -----------------
17860 # Exit the shell with STATUS, even in a "trap 0" or "set -e" context.
17861 as_fn_exit ()
17862 {
17863   set +e
17864   as_fn_set_status $1
17865   exit $1
17866 } # as_fn_exit
17867
17868 # as_fn_unset VAR
17869 # ---------------
17870 # Portably unset VAR.
17871 as_fn_unset ()
17872 {
17873   { eval $1=; unset $1;}
17874 }
17875 as_unset=as_fn_unset
17876 # as_fn_append VAR VALUE
17877 # ----------------------
17878 # Append the text in VALUE to the end of the definition contained in VAR. Take
17879 # advantage of any shell optimizations that allow amortized linear growth over
17880 # repeated appends, instead of the typical quadratic growth present in naive
17881 # implementations.
17882 if (eval "as_var=1; as_var+=2; test x\$as_var = x12") 2>/dev/null; then :
17883   eval 'as_fn_append ()
17884   {
17885     eval $1+=\$2
17886   }'
17887 else
17888   as_fn_append ()
17889   {
17890     eval $1=\$$1\$2
17891   }
17892 fi # as_fn_append
17893
17894 # as_fn_arith ARG...
17895 # ------------------
17896 # Perform arithmetic evaluation on the ARGs, and store the result in the
17897 # global $as_val. Take advantage of shells that can avoid forks. The arguments
17898 # must be portable across $(()) and expr.
17899 if (eval "test \$(( 1 + 1 )) = 2") 2>/dev/null; then :
17900   eval 'as_fn_arith ()
17901   {
17902     as_val=$(( $* ))
17903   }'
17904 else
17905   as_fn_arith ()
17906   {
17907     as_val=`expr "$@" || test $? -eq 1`
17908   }
17909 fi # as_fn_arith
17910
17911
17912 if expr a : '\(a\)' >/dev/null 2>&1 &&
17913    test "X`expr 00001 : '.*\(...\)'`" = X001; then
17914   as_expr=expr
17915 else
17916   as_expr=false
17917 fi
17918
17919 if (basename -- /) >/dev/null 2>&1 && test "X`basename -- / 2>&1`" = "X/"; then
17920   as_basename=basename
17921 else
17922   as_basename=false
17923 fi
17924
17925 if (as_dir=`dirname -- /` && test "X$as_dir" = X/) >/dev/null 2>&1; then
17926   as_dirname=dirname
17927 else
17928   as_dirname=false
17929 fi
17930
17931 as_me=`$as_basename -- "$0" ||
17932 $as_expr X/"$0" : '.*/\([^/][^/]*\)/*$' \| \
17933          X"$0" : 'X\(//\)$' \| \
17934          X"$0" : 'X\(/\)' \| . 2>/dev/null ||
17935 $as_echo X/"$0" |
17936     sed '/^.*\/\([^/][^/]*\)\/*$/{
17937             s//\1/
17938             q
17939           }
17940           /^X\/\(\/\/\)$/{
17941             s//\1/
17942             q
17943           }
17944           /^X\/\(\/\).*/{
17945             s//\1/
17946             q
17947           }
17948           s/.*/./; q'`
17949
17950 # Avoid depending upon Character Ranges.
17951 as_cr_letters='abcdefghijklmnopqrstuvwxyz'
17952 as_cr_LETTERS='ABCDEFGHIJKLMNOPQRSTUVWXYZ'
17953 as_cr_Letters=$as_cr_letters$as_cr_LETTERS
17954 as_cr_digits='0123456789'
17955 as_cr_alnum=$as_cr_Letters$as_cr_digits
17956
17957 ECHO_C= ECHO_N= ECHO_T=
17958 case `echo -n x` in #(((((
17959 -n*)
17960   case `echo 'xy\c'` in
17961   *c*) ECHO_T=' ';;     # ECHO_T is single tab character.
17962   xy)  ECHO_C='\c';;
17963   *)   echo `echo ksh88 bug on AIX 6.1` > /dev/null
17964        ECHO_T=' ';;
17965   esac;;
17966 *)
17967   ECHO_N='-n';;
17968 esac
17969
17970 rm -f conf$$ conf$$.exe conf$$.file
17971 if test -d conf$$.dir; then
17972   rm -f conf$$.dir/conf$$.file
17973 else
17974   rm -f conf$$.dir
17975   mkdir conf$$.dir 2>/dev/null
17976 fi
17977 if (echo >conf$$.file) 2>/dev/null; then
17978   if ln -s conf$$.file conf$$ 2>/dev/null; then
17979     as_ln_s='ln -s'
17980     # ... but there are two gotchas:
17981     # 1) On MSYS, both `ln -s file dir' and `ln file dir' fail.
17982     # 2) DJGPP < 2.04 has no symlinks; `ln -s' creates a wrapper executable.
17983     # In both cases, we have to default to `cp -p'.
17984     ln -s conf$$.file conf$$.dir 2>/dev/null && test ! -f conf$$.exe ||
17985       as_ln_s='cp -p'
17986   elif ln conf$$.file conf$$ 2>/dev/null; then
17987     as_ln_s=ln
17988   else
17989     as_ln_s='cp -p'
17990   fi
17991 else
17992   as_ln_s='cp -p'
17993 fi
17994 rm -f conf$$ conf$$.exe conf$$.dir/conf$$.file conf$$.file
17995 rmdir conf$$.dir 2>/dev/null
17996
17997
17998 # as_fn_mkdir_p
17999 # -------------
18000 # Create "$as_dir" as a directory, including parents if necessary.
18001 as_fn_mkdir_p ()
18002 {
18003
18004   case $as_dir in #(
18005   -*) as_dir=./$as_dir;;
18006   esac
18007   test -d "$as_dir" || eval $as_mkdir_p || {
18008     as_dirs=
18009     while :; do
18010       case $as_dir in #(
18011       *\'*) as_qdir=`$as_echo "$as_dir" | sed "s/'/'\\\\\\\\''/g"`;; #'(
18012       *) as_qdir=$as_dir;;
18013       esac
18014       as_dirs="'$as_qdir' $as_dirs"
18015       as_dir=`$as_dirname -- "$as_dir" ||
18016 $as_expr X"$as_dir" : 'X\(.*[^/]\)//*[^/][^/]*/*$' \| \
18017          X"$as_dir" : 'X\(//\)[^/]' \| \
18018          X"$as_dir" : 'X\(//\)$' \| \
18019          X"$as_dir" : 'X\(/\)' \| . 2>/dev/null ||
18020 $as_echo X"$as_dir" |
18021     sed '/^X\(.*[^/]\)\/\/*[^/][^/]*\/*$/{
18022             s//\1/
18023             q
18024           }
18025           /^X\(\/\/\)[^/].*/{
18026             s//\1/
18027             q
18028           }
18029           /^X\(\/\/\)$/{
18030             s//\1/
18031             q
18032           }
18033           /^X\(\/\).*/{
18034             s//\1/
18035             q
18036           }
18037           s/.*/./; q'`
18038       test -d "$as_dir" && break
18039     done
18040     test -z "$as_dirs" || eval "mkdir $as_dirs"
18041   } || test -d "$as_dir" || as_fn_error "cannot create directory $as_dir"
18042
18043
18044 } # as_fn_mkdir_p
18045 if mkdir -p . 2>/dev/null; then
18046   as_mkdir_p='mkdir -p "$as_dir"'
18047 else
18048   test -d ./-p && rmdir ./-p
18049   as_mkdir_p=false
18050 fi
18051
18052 if test -x / >/dev/null 2>&1; then
18053   as_test_x='test -x'
18054 else
18055   if ls -dL / >/dev/null 2>&1; then
18056     as_ls_L_option=L
18057   else
18058     as_ls_L_option=
18059   fi
18060   as_test_x='
18061     eval sh -c '\''
18062       if test -d "$1"; then
18063         test -d "$1/.";
18064       else
18065         case $1 in #(
18066         -*)set "./$1";;
18067         esac;
18068         case `ls -ld'$as_ls_L_option' "$1" 2>/dev/null` in #((
18069         ???[sx]*):;;*)false;;esac;fi
18070     '\'' sh
18071   '
18072 fi
18073 as_executable_p=$as_test_x
18074
18075 # Sed expression to map a string onto a valid CPP name.
18076 as_tr_cpp="eval sed 'y%*$as_cr_letters%P$as_cr_LETTERS%;s%[^_$as_cr_alnum]%_%g'"
18077
18078 # Sed expression to map a string onto a valid variable name.
18079 as_tr_sh="eval sed 'y%*+%pp%;s%[^_$as_cr_alnum]%_%g'"
18080
18081
18082 exec 6>&1
18083 ## ----------------------------------- ##
18084 ## Main body of $CONFIG_STATUS script. ##
18085 ## ----------------------------------- ##
18086 _ASEOF
18087 test $as_write_fail = 0 && chmod +x $CONFIG_STATUS || ac_write_fail=1
18088
18089 cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1
18090 # Save the log message, to keep $0 and so on meaningful, and to
18091 # report actual input values of CONFIG_FILES etc. instead of their
18092 # values after options handling.
18093 ac_log="
18094 This file was extended by Wine $as_me 1.1.27, which was
18095 generated by GNU Autoconf 2.64.  Invocation command line was
18096
18097   CONFIG_FILES    = $CONFIG_FILES
18098   CONFIG_HEADERS  = $CONFIG_HEADERS
18099   CONFIG_LINKS    = $CONFIG_LINKS
18100   CONFIG_COMMANDS = $CONFIG_COMMANDS
18101   $ $0 $@
18102
18103 on `(hostname || uname -n) 2>/dev/null | sed 1q`
18104 "
18105
18106 _ACEOF
18107
18108 case $ac_config_files in *"
18109 "*) set x $ac_config_files; shift; ac_config_files=$*;;
18110 esac
18111
18112 case $ac_config_headers in *"
18113 "*) set x $ac_config_headers; shift; ac_config_headers=$*;;
18114 esac
18115
18116
18117 cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1
18118 # Files that config.status was made for.
18119 config_files="$ac_config_files"
18120 config_headers="$ac_config_headers"
18121 config_commands="$ac_config_commands"
18122
18123 _ACEOF
18124
18125 cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1
18126 ac_cs_usage="\
18127 \`$as_me' instantiates files and other configuration actions
18128 from templates according to the current configuration.  Unless the files
18129 and actions are specified as TAGs, all are instantiated by default.
18130
18131 Usage: $0 [OPTION]... [TAG]...
18132
18133   -h, --help       print this help, then exit
18134   -V, --version    print version number and configuration settings, then exit
18135   -q, --quiet, --silent
18136                    do not print progress messages
18137   -d, --debug      don't remove temporary files
18138       --recheck    update $as_me by reconfiguring in the same conditions
18139       --file=FILE[:TEMPLATE]
18140                    instantiate the configuration file FILE
18141       --header=FILE[:TEMPLATE]
18142                    instantiate the configuration header FILE
18143
18144 Configuration files:
18145 $config_files
18146
18147 Configuration headers:
18148 $config_headers
18149
18150 Configuration commands:
18151 $config_commands
18152
18153 Report bugs to <wine-devel@winehq.org>.
18154 Wine home page: <http://www.winehq.org>."
18155
18156 _ACEOF
18157 cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1
18158 ac_cs_version="\\
18159 Wine config.status 1.1.27
18160 configured by $0, generated by GNU Autoconf 2.64,
18161   with options \\"`$as_echo "$ac_configure_args" | sed 's/^ //; s/[\\""\`\$]/\\\\&/g'`\\"
18162
18163 Copyright (C) 2009 Free Software Foundation, Inc.
18164 This config.status script is free software; the Free Software Foundation
18165 gives unlimited permission to copy, distribute and modify it."
18166
18167 ac_pwd='$ac_pwd'
18168 srcdir='$srcdir'
18169 INSTALL='$INSTALL'
18170 test -n "\$AWK" || AWK=awk
18171 _ACEOF
18172
18173 cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1
18174 # The default lists apply if the user does not specify any file.
18175 ac_need_defaults=:
18176 while test $# != 0
18177 do
18178   case $1 in
18179   --*=*)
18180     ac_option=`expr "X$1" : 'X\([^=]*\)='`
18181     ac_optarg=`expr "X$1" : 'X[^=]*=\(.*\)'`
18182     ac_shift=:
18183     ;;
18184   *)
18185     ac_option=$1
18186     ac_optarg=$2
18187     ac_shift=shift
18188     ;;
18189   esac
18190
18191   case $ac_option in
18192   # Handling of the options.
18193   -recheck | --recheck | --rechec | --reche | --rech | --rec | --re | --r)
18194     ac_cs_recheck=: ;;
18195   --version | --versio | --versi | --vers | --ver | --ve | --v | -V )
18196     $as_echo "$ac_cs_version"; exit ;;
18197   --debug | --debu | --deb | --de | --d | -d )
18198     debug=: ;;
18199   --file | --fil | --fi | --f )
18200     $ac_shift
18201     case $ac_optarg in
18202     *\'*) ac_optarg=`$as_echo "$ac_optarg" | sed "s/'/'\\\\\\\\''/g"` ;;
18203     esac
18204     as_fn_append CONFIG_FILES " '$ac_optarg'"
18205     ac_need_defaults=false;;
18206   --header | --heade | --head | --hea )
18207     $ac_shift
18208     case $ac_optarg in
18209     *\'*) ac_optarg=`$as_echo "$ac_optarg" | sed "s/'/'\\\\\\\\''/g"` ;;
18210     esac
18211     as_fn_append CONFIG_HEADERS " '$ac_optarg'"
18212     ac_need_defaults=false;;
18213   --he | --h)
18214     # Conflict between --help and --header
18215     as_fn_error "ambiguous option: \`$1'
18216 Try \`$0 --help' for more information.";;
18217   --help | --hel | -h )
18218     $as_echo "$ac_cs_usage"; exit ;;
18219   -q | -quiet | --quiet | --quie | --qui | --qu | --q \
18220   | -silent | --silent | --silen | --sile | --sil | --si | --s)
18221     ac_cs_silent=: ;;
18222
18223   # This is an error.
18224   -*) as_fn_error "unrecognized option: \`$1'
18225 Try \`$0 --help' for more information." ;;
18226
18227   *) as_fn_append ac_config_targets " $1"
18228      ac_need_defaults=false ;;
18229
18230   esac
18231   shift
18232 done
18233
18234 ac_configure_extra_args=
18235
18236 if $ac_cs_silent; then
18237   exec 6>/dev/null
18238   ac_configure_extra_args="$ac_configure_extra_args --silent"
18239 fi
18240
18241 _ACEOF
18242 cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1
18243 if \$ac_cs_recheck; then
18244   set X '$SHELL' '$0' $ac_configure_args \$ac_configure_extra_args --no-create --no-recursion
18245   shift
18246   \$as_echo "running CONFIG_SHELL=$SHELL \$*" >&6
18247   CONFIG_SHELL='$SHELL'
18248   export CONFIG_SHELL
18249   exec "\$@"
18250 fi
18251
18252 _ACEOF
18253 cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1
18254 exec 5>>config.log
18255 {
18256   echo
18257   sed 'h;s/./-/g;s/^.../## /;s/...$/ ##/;p;x;p;x' <<_ASBOX
18258 ## Running $as_me. ##
18259 _ASBOX
18260   $as_echo "$ac_log"
18261 } >&5
18262
18263 _ACEOF
18264 cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1
18265 _ACEOF
18266
18267 cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1
18268
18269 # Handling of arguments.
18270 for ac_config_target in $ac_config_targets
18271 do
18272   case $ac_config_target in
18273     "include/config.h") CONFIG_HEADERS="$CONFIG_HEADERS include/config.h" ;;
18274     "include/stamp-h") CONFIG_COMMANDS="$CONFIG_COMMANDS include/stamp-h" ;;
18275     "dlls/gdi32/enhmfdrv") CONFIG_COMMANDS="$CONFIG_COMMANDS dlls/gdi32/enhmfdrv" ;;
18276     "dlls/gdi32/mfdrv") CONFIG_COMMANDS="$CONFIG_COMMANDS dlls/gdi32/mfdrv" ;;
18277     "dlls/kernel32/nls") CONFIG_COMMANDS="$CONFIG_COMMANDS dlls/kernel32/nls" ;;
18278     "dlls/user32/resources") CONFIG_COMMANDS="$CONFIG_COMMANDS dlls/user32/resources" ;;
18279     "dlls/wineps.drv/data") CONFIG_COMMANDS="$CONFIG_COMMANDS dlls/wineps.drv/data" ;;
18280     "include/wine") CONFIG_COMMANDS="$CONFIG_COMMANDS include/wine" ;;
18281     "Make.rules") CONFIG_FILES="$CONFIG_FILES Make.rules" ;;
18282     "dlls/Makedll.rules") CONFIG_FILES="$CONFIG_FILES dlls/Makedll.rules" ;;
18283     "dlls/Makeimplib.rules") CONFIG_FILES="$CONFIG_FILES dlls/Makeimplib.rules" ;;
18284     "dlls/Maketest.rules") CONFIG_FILES="$CONFIG_FILES dlls/Maketest.rules" ;;
18285     "programs/Makeprog.rules") CONFIG_FILES="$CONFIG_FILES programs/Makeprog.rules" ;;
18286     "Makefile") CONFIG_FILES="$CONFIG_FILES Makefile" ;;
18287     "dlls/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/Makefile" ;;
18288     "dlls/acledit/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/acledit/Makefile" ;;
18289     "dlls/aclui/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/aclui/Makefile" ;;
18290     "dlls/activeds/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/activeds/Makefile" ;;
18291     "dlls/actxprxy/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/actxprxy/Makefile" ;;
18292     "dlls/adsiid/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/adsiid/Makefile" ;;
18293     "dlls/advapi32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/advapi32/Makefile" ;;
18294     "dlls/advapi32/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/advapi32/tests/Makefile" ;;
18295     "dlls/advpack/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/advpack/Makefile" ;;
18296     "dlls/advpack/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/advpack/tests/Makefile" ;;
18297     "dlls/amstream/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/amstream/Makefile" ;;
18298     "dlls/amstream/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/amstream/tests/Makefile" ;;
18299     "dlls/appwiz.cpl/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/appwiz.cpl/Makefile" ;;
18300     "dlls/atl/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/atl/Makefile" ;;
18301     "dlls/authz/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/authz/Makefile" ;;
18302     "dlls/avicap32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/avicap32/Makefile" ;;
18303     "dlls/avifil32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/avifil32/Makefile" ;;
18304     "dlls/avifile.dll16/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/avifile.dll16/Makefile" ;;
18305     "dlls/bcrypt/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/bcrypt/Makefile" ;;
18306     "dlls/browseui/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/browseui/Makefile" ;;
18307     "dlls/browseui/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/browseui/tests/Makefile" ;;
18308     "dlls/cabinet/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/cabinet/Makefile" ;;
18309     "dlls/cabinet/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/cabinet/tests/Makefile" ;;
18310     "dlls/capi2032/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/capi2032/Makefile" ;;
18311     "dlls/cards/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/cards/Makefile" ;;
18312     "dlls/cfgmgr32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/cfgmgr32/Makefile" ;;
18313     "dlls/clusapi/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/clusapi/Makefile" ;;
18314     "dlls/comcat/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/comcat/Makefile" ;;
18315     "dlls/comcat/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/comcat/tests/Makefile" ;;
18316     "dlls/comctl32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/comctl32/Makefile" ;;
18317     "dlls/comctl32/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/comctl32/tests/Makefile" ;;
18318     "dlls/comdlg32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/comdlg32/Makefile" ;;
18319     "dlls/comdlg32/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/comdlg32/tests/Makefile" ;;
18320     "dlls/comm.drv16/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/comm.drv16/Makefile" ;;
18321     "dlls/compobj.dll16/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/compobj.dll16/Makefile" ;;
18322     "dlls/compstui/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/compstui/Makefile" ;;
18323     "dlls/credui/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/credui/Makefile" ;;
18324     "dlls/credui/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/credui/tests/Makefile" ;;
18325     "dlls/crtdll/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/crtdll/Makefile" ;;
18326     "dlls/crypt32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/crypt32/Makefile" ;;
18327     "dlls/crypt32/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/crypt32/tests/Makefile" ;;
18328     "dlls/cryptdlg/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/cryptdlg/Makefile" ;;
18329     "dlls/cryptdll/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/cryptdll/Makefile" ;;
18330     "dlls/cryptnet/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/cryptnet/Makefile" ;;
18331     "dlls/cryptnet/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/cryptnet/tests/Makefile" ;;
18332     "dlls/cryptui/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/cryptui/Makefile" ;;
18333     "dlls/cryptui/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/cryptui/tests/Makefile" ;;
18334     "dlls/ctapi32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/ctapi32/Makefile" ;;
18335     "dlls/ctl3d.dll16/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/ctl3d.dll16/Makefile" ;;
18336     "dlls/ctl3d32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/ctl3d32/Makefile" ;;
18337     "dlls/ctl3dv2.dll16/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/ctl3dv2.dll16/Makefile" ;;
18338     "dlls/d3d10/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/d3d10/Makefile" ;;
18339     "dlls/d3d10/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/d3d10/tests/Makefile" ;;
18340     "dlls/d3d10core/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/d3d10core/Makefile" ;;
18341     "dlls/d3d10core/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/d3d10core/tests/Makefile" ;;
18342     "dlls/d3d8/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/d3d8/Makefile" ;;
18343     "dlls/d3d8/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/d3d8/tests/Makefile" ;;
18344     "dlls/d3d9/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/d3d9/Makefile" ;;
18345     "dlls/d3d9/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/d3d9/tests/Makefile" ;;
18346     "dlls/d3dim/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/d3dim/Makefile" ;;
18347     "dlls/d3drm/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/d3drm/Makefile" ;;
18348     "dlls/d3drm/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/d3drm/tests/Makefile" ;;
18349     "dlls/d3dx9_24/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/d3dx9_24/Makefile" ;;
18350     "dlls/d3dx9_25/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/d3dx9_25/Makefile" ;;
18351     "dlls/d3dx9_26/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/d3dx9_26/Makefile" ;;
18352     "dlls/d3dx9_27/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/d3dx9_27/Makefile" ;;
18353     "dlls/d3dx9_28/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/d3dx9_28/Makefile" ;;
18354     "dlls/d3dx9_29/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/d3dx9_29/Makefile" ;;
18355     "dlls/d3dx9_30/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/d3dx9_30/Makefile" ;;
18356     "dlls/d3dx9_31/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/d3dx9_31/Makefile" ;;
18357     "dlls/d3dx9_32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/d3dx9_32/Makefile" ;;
18358     "dlls/d3dx9_33/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/d3dx9_33/Makefile" ;;
18359     "dlls/d3dx9_34/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/d3dx9_34/Makefile" ;;
18360     "dlls/d3dx9_35/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/d3dx9_35/Makefile" ;;
18361     "dlls/d3dx9_36/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/d3dx9_36/Makefile" ;;
18362     "dlls/d3dx9_36/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/d3dx9_36/tests/Makefile" ;;
18363     "dlls/d3dx9_37/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/d3dx9_37/Makefile" ;;
18364     "dlls/d3dx9_38/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/d3dx9_38/Makefile" ;;
18365     "dlls/d3dx9_39/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/d3dx9_39/Makefile" ;;
18366     "dlls/d3dx9_40/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/d3dx9_40/Makefile" ;;
18367     "dlls/d3dx9_41/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/d3dx9_41/Makefile" ;;
18368     "dlls/d3dxof/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/d3dxof/Makefile" ;;
18369     "dlls/d3dxof/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/d3dxof/tests/Makefile" ;;
18370     "dlls/dbghelp/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/dbghelp/Makefile" ;;
18371     "dlls/dciman32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/dciman32/Makefile" ;;
18372     "dlls/ddeml.dll16/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/ddeml.dll16/Makefile" ;;
18373     "dlls/ddraw/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/ddraw/Makefile" ;;
18374     "dlls/ddraw/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/ddraw/tests/Makefile" ;;
18375     "dlls/ddrawex/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/ddrawex/Makefile" ;;
18376     "dlls/ddrawex/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/ddrawex/tests/Makefile" ;;
18377     "dlls/devenum/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/devenum/Makefile" ;;
18378     "dlls/dinput/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/dinput/Makefile" ;;
18379     "dlls/dinput/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/dinput/tests/Makefile" ;;
18380     "dlls/dinput8/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/dinput8/Makefile" ;;
18381     "dlls/dispdib.dll16/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/dispdib.dll16/Makefile" ;;
18382     "dlls/display.drv16/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/display.drv16/Makefile" ;;
18383     "dlls/dmband/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/dmband/Makefile" ;;
18384     "dlls/dmcompos/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/dmcompos/Makefile" ;;
18385     "dlls/dmime/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/dmime/Makefile" ;;
18386     "dlls/dmloader/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/dmloader/Makefile" ;;
18387     "dlls/dmscript/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/dmscript/Makefile" ;;
18388     "dlls/dmstyle/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/dmstyle/Makefile" ;;
18389     "dlls/dmsynth/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/dmsynth/Makefile" ;;
18390     "dlls/dmusic/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/dmusic/Makefile" ;;
18391     "dlls/dmusic32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/dmusic32/Makefile" ;;
18392     "dlls/dnsapi/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/dnsapi/Makefile" ;;
18393     "dlls/dnsapi/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/dnsapi/tests/Makefile" ;;
18394     "dlls/dplay/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/dplay/Makefile" ;;
18395     "dlls/dplayx/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/dplayx/Makefile" ;;
18396     "dlls/dplayx/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/dplayx/tests/Makefile" ;;
18397     "dlls/dpnaddr/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/dpnaddr/Makefile" ;;
18398     "dlls/dpnet/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/dpnet/Makefile" ;;
18399     "dlls/dpnhpast/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/dpnhpast/Makefile" ;;
18400     "dlls/dpnlobby/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/dpnlobby/Makefile" ;;
18401     "dlls/dpwsockx/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/dpwsockx/Makefile" ;;
18402     "dlls/drmclien/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/drmclien/Makefile" ;;
18403     "dlls/dsound/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/dsound/Makefile" ;;
18404     "dlls/dsound/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/dsound/tests/Makefile" ;;
18405     "dlls/dssenh/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/dssenh/Makefile" ;;
18406     "dlls/dswave/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/dswave/Makefile" ;;
18407     "dlls/dwmapi/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/dwmapi/Makefile" ;;
18408     "dlls/dxdiagn/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/dxdiagn/Makefile" ;;
18409     "dlls/dxerr8/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/dxerr8/Makefile" ;;
18410     "dlls/dxerr9/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/dxerr9/Makefile" ;;
18411     "dlls/dxgi/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/dxgi/Makefile" ;;
18412     "dlls/dxgi/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/dxgi/tests/Makefile" ;;
18413     "dlls/dxguid/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/dxguid/Makefile" ;;
18414     "dlls/faultrep/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/faultrep/Makefile" ;;
18415     "dlls/fusion/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/fusion/Makefile" ;;
18416     "dlls/fusion/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/fusion/tests/Makefile" ;;
18417     "dlls/gdi32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/gdi32/Makefile" ;;
18418     "dlls/gdi32/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/gdi32/tests/Makefile" ;;
18419     "dlls/gdiplus/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/gdiplus/Makefile" ;;
18420     "dlls/gdiplus/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/gdiplus/tests/Makefile" ;;
18421     "dlls/glu32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/glu32/Makefile" ;;
18422     "dlls/gphoto2.ds/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/gphoto2.ds/Makefile" ;;
18423     "dlls/gpkcsp/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/gpkcsp/Makefile" ;;
18424     "dlls/hal/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/hal/Makefile" ;;
18425     "dlls/hhctrl.ocx/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/hhctrl.ocx/Makefile" ;;
18426     "dlls/hid/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/hid/Makefile" ;;
18427     "dlls/hlink/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/hlink/Makefile" ;;
18428     "dlls/hlink/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/hlink/tests/Makefile" ;;
18429     "dlls/hnetcfg/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/hnetcfg/Makefile" ;;
18430     "dlls/httpapi/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/httpapi/Makefile" ;;
18431     "dlls/iccvid/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/iccvid/Makefile" ;;
18432     "dlls/icmp/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/icmp/Makefile" ;;
18433     "dlls/ifsmgr.vxd/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/ifsmgr.vxd/Makefile" ;;
18434     "dlls/imaadp32.acm/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/imaadp32.acm/Makefile" ;;
18435     "dlls/imagehlp/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/imagehlp/Makefile" ;;
18436     "dlls/imm.dll16/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/imm.dll16/Makefile" ;;
18437     "dlls/imm32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/imm32/Makefile" ;;
18438     "dlls/imm32/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/imm32/tests/Makefile" ;;
18439     "dlls/inetcomm/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/inetcomm/Makefile" ;;
18440     "dlls/inetcomm/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/inetcomm/tests/Makefile" ;;
18441     "dlls/inetmib1/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/inetmib1/Makefile" ;;
18442     "dlls/inetmib1/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/inetmib1/tests/Makefile" ;;
18443     "dlls/infosoft/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/infosoft/Makefile" ;;
18444     "dlls/infosoft/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/infosoft/tests/Makefile" ;;
18445     "dlls/initpki/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/initpki/Makefile" ;;
18446     "dlls/inkobj/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/inkobj/Makefile" ;;
18447     "dlls/inseng/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/inseng/Makefile" ;;
18448     "dlls/iphlpapi/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/iphlpapi/Makefile" ;;
18449     "dlls/iphlpapi/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/iphlpapi/tests/Makefile" ;;
18450     "dlls/itircl/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/itircl/Makefile" ;;
18451     "dlls/itss/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/itss/Makefile" ;;
18452     "dlls/itss/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/itss/tests/Makefile" ;;
18453     "dlls/jscript/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/jscript/Makefile" ;;
18454     "dlls/jscript/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/jscript/tests/Makefile" ;;
18455     "dlls/kernel32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/kernel32/Makefile" ;;
18456     "dlls/kernel32/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/kernel32/tests/Makefile" ;;
18457     "dlls/keyboard.drv16/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/keyboard.drv16/Makefile" ;;
18458     "dlls/loadperf/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/loadperf/Makefile" ;;
18459     "dlls/localspl/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/localspl/Makefile" ;;
18460     "dlls/localspl/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/localspl/tests/Makefile" ;;
18461     "dlls/localui/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/localui/Makefile" ;;
18462     "dlls/localui/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/localui/tests/Makefile" ;;
18463     "dlls/lz32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/lz32/Makefile" ;;
18464     "dlls/lz32/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/lz32/tests/Makefile" ;;
18465     "dlls/lzexpand.dll16/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/lzexpand.dll16/Makefile" ;;
18466     "dlls/mapi32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/mapi32/Makefile" ;;
18467     "dlls/mapi32/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/mapi32/tests/Makefile" ;;
18468     "dlls/mciavi32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/mciavi32/Makefile" ;;
18469     "dlls/mcicda/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/mcicda/Makefile" ;;
18470     "dlls/mciqtz32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/mciqtz32/Makefile" ;;
18471     "dlls/mciseq/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/mciseq/Makefile" ;;
18472     "dlls/mciwave/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/mciwave/Makefile" ;;
18473     "dlls/midimap/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/midimap/Makefile" ;;
18474     "dlls/mlang/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/mlang/Makefile" ;;
18475     "dlls/mlang/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/mlang/tests/Makefile" ;;
18476     "dlls/mmdevldr.vxd/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/mmdevldr.vxd/Makefile" ;;
18477     "dlls/monodebg.vxd/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/monodebg.vxd/Makefile" ;;
18478     "dlls/mountmgr.sys/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/mountmgr.sys/Makefile" ;;
18479     "dlls/mouse.drv16/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/mouse.drv16/Makefile" ;;
18480     "dlls/mpr/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/mpr/Makefile" ;;
18481     "dlls/mprapi/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/mprapi/Makefile" ;;
18482     "dlls/msacm.dll16/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/msacm.dll16/Makefile" ;;
18483     "dlls/msacm32.drv/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/msacm32.drv/Makefile" ;;
18484     "dlls/msacm32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/msacm32/Makefile" ;;
18485     "dlls/msacm32/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/msacm32/tests/Makefile" ;;
18486     "dlls/msadp32.acm/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/msadp32.acm/Makefile" ;;
18487     "dlls/mscat32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/mscat32/Makefile" ;;
18488     "dlls/mscms/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/mscms/Makefile" ;;
18489     "dlls/mscms/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/mscms/tests/Makefile" ;;
18490     "dlls/mscoree/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/mscoree/Makefile" ;;
18491     "dlls/msctf/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/msctf/Makefile" ;;
18492     "dlls/msctf/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/msctf/tests/Makefile" ;;
18493     "dlls/msdaps/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/msdaps/Makefile" ;;
18494     "dlls/msdmo/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/msdmo/Makefile" ;;
18495     "dlls/msftedit/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/msftedit/Makefile" ;;
18496     "dlls/msg711.acm/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/msg711.acm/Makefile" ;;
18497     "dlls/msgsm32.acm/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/msgsm32.acm/Makefile" ;;
18498     "dlls/mshtml.tlb/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/mshtml.tlb/Makefile" ;;
18499     "dlls/mshtml/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/mshtml/Makefile" ;;
18500     "dlls/mshtml/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/mshtml/tests/Makefile" ;;
18501     "dlls/msi/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/msi/Makefile" ;;
18502     "dlls/msi/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/msi/tests/Makefile" ;;
18503     "dlls/msimg32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/msimg32/Makefile" ;;
18504     "dlls/msimtf/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/msimtf/Makefile" ;;
18505     "dlls/msisip/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/msisip/Makefile" ;;
18506     "dlls/msisys.ocx/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/msisys.ocx/Makefile" ;;
18507     "dlls/msnet32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/msnet32/Makefile" ;;
18508     "dlls/msrle32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/msrle32/Makefile" ;;
18509     "dlls/mssign32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/mssign32/Makefile" ;;
18510     "dlls/mssip32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/mssip32/Makefile" ;;
18511     "dlls/mstask/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/mstask/Makefile" ;;
18512     "dlls/mstask/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/mstask/tests/Makefile" ;;
18513     "dlls/msvcirt/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/msvcirt/Makefile" ;;
18514     "dlls/msvcr71/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/msvcr71/Makefile" ;;
18515     "dlls/msvcrt/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/msvcrt/Makefile" ;;
18516     "dlls/msvcrt/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/msvcrt/tests/Makefile" ;;
18517     "dlls/msvcrt20/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/msvcrt20/Makefile" ;;
18518     "dlls/msvcrt40/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/msvcrt40/Makefile" ;;
18519     "dlls/msvcrtd/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/msvcrtd/Makefile" ;;
18520     "dlls/msvcrtd/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/msvcrtd/tests/Makefile" ;;
18521     "dlls/msvfw32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/msvfw32/Makefile" ;;
18522     "dlls/msvfw32/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/msvfw32/tests/Makefile" ;;
18523     "dlls/msvidc32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/msvidc32/Makefile" ;;
18524     "dlls/msvideo.dll16/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/msvideo.dll16/Makefile" ;;
18525     "dlls/mswsock/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/mswsock/Makefile" ;;
18526     "dlls/msxml3/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/msxml3/Makefile" ;;
18527     "dlls/msxml3/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/msxml3/tests/Makefile" ;;
18528     "dlls/nddeapi/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/nddeapi/Makefile" ;;
18529     "dlls/netapi32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/netapi32/Makefile" ;;
18530     "dlls/netapi32/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/netapi32/tests/Makefile" ;;
18531     "dlls/newdev/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/newdev/Makefile" ;;
18532     "dlls/ntdll/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/ntdll/Makefile" ;;
18533     "dlls/ntdll/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/ntdll/tests/Makefile" ;;
18534     "dlls/ntdsapi/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/ntdsapi/Makefile" ;;
18535     "dlls/ntdsapi/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/ntdsapi/tests/Makefile" ;;
18536     "dlls/ntoskrnl.exe/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/ntoskrnl.exe/Makefile" ;;
18537     "dlls/ntprint/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/ntprint/Makefile" ;;
18538     "dlls/ntprint/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/ntprint/tests/Makefile" ;;
18539     "dlls/objsel/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/objsel/Makefile" ;;
18540     "dlls/odbc32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/odbc32/Makefile" ;;
18541     "dlls/odbccp32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/odbccp32/Makefile" ;;
18542     "dlls/odbccp32/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/odbccp32/tests/Makefile" ;;
18543     "dlls/ole2.dll16/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/ole2.dll16/Makefile" ;;
18544     "dlls/ole2conv.dll16/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/ole2conv.dll16/Makefile" ;;
18545     "dlls/ole2disp.dll16/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/ole2disp.dll16/Makefile" ;;
18546     "dlls/ole2nls.dll16/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/ole2nls.dll16/Makefile" ;;
18547     "dlls/ole2prox.dll16/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/ole2prox.dll16/Makefile" ;;
18548     "dlls/ole2thk.dll16/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/ole2thk.dll16/Makefile" ;;
18549     "dlls/ole32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/ole32/Makefile" ;;
18550     "dlls/ole32/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/ole32/tests/Makefile" ;;
18551     "dlls/oleacc/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/oleacc/Makefile" ;;
18552     "dlls/oleacc/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/oleacc/tests/Makefile" ;;
18553     "dlls/oleaut32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/oleaut32/Makefile" ;;
18554     "dlls/oleaut32/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/oleaut32/tests/Makefile" ;;
18555     "dlls/olecli.dll16/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/olecli.dll16/Makefile" ;;
18556     "dlls/olecli32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/olecli32/Makefile" ;;
18557     "dlls/oledlg/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/oledlg/Makefile" ;;
18558     "dlls/olepro32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/olepro32/Makefile" ;;
18559     "dlls/olesvr.dll16/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/olesvr.dll16/Makefile" ;;
18560     "dlls/olesvr32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/olesvr32/Makefile" ;;
18561     "dlls/olethk32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/olethk32/Makefile" ;;
18562     "dlls/opengl32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/opengl32/Makefile" ;;
18563     "dlls/opengl32/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/opengl32/tests/Makefile" ;;
18564     "dlls/pdh/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/pdh/Makefile" ;;
18565     "dlls/pdh/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/pdh/tests/Makefile" ;;
18566     "dlls/pidgen/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/pidgen/Makefile" ;;
18567     "dlls/powrprof/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/powrprof/Makefile" ;;
18568     "dlls/printui/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/printui/Makefile" ;;
18569     "dlls/propsys/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/propsys/Makefile" ;;
18570     "dlls/psapi/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/psapi/Makefile" ;;
18571     "dlls/psapi/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/psapi/tests/Makefile" ;;
18572     "dlls/pstorec/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/pstorec/Makefile" ;;
18573     "dlls/qcap/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/qcap/Makefile" ;;
18574     "dlls/qedit/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/qedit/Makefile" ;;
18575     "dlls/qedit/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/qedit/tests/Makefile" ;;
18576     "dlls/qmgr/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/qmgr/Makefile" ;;
18577     "dlls/qmgr/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/qmgr/tests/Makefile" ;;
18578     "dlls/qmgrprxy/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/qmgrprxy/Makefile" ;;
18579     "dlls/quartz/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/quartz/Makefile" ;;
18580     "dlls/quartz/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/quartz/tests/Makefile" ;;
18581     "dlls/query/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/query/Makefile" ;;
18582     "dlls/rasapi16.dll16/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/rasapi16.dll16/Makefile" ;;
18583     "dlls/rasapi32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/rasapi32/Makefile" ;;
18584     "dlls/rasapi32/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/rasapi32/tests/Makefile" ;;
18585     "dlls/rasdlg/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/rasdlg/Makefile" ;;
18586     "dlls/resutils/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/resutils/Makefile" ;;
18587     "dlls/riched20/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/riched20/Makefile" ;;
18588     "dlls/riched20/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/riched20/tests/Makefile" ;;
18589     "dlls/riched32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/riched32/Makefile" ;;
18590     "dlls/riched32/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/riched32/tests/Makefile" ;;
18591     "dlls/rpcrt4/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/rpcrt4/Makefile" ;;
18592     "dlls/rpcrt4/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/rpcrt4/tests/Makefile" ;;
18593     "dlls/rsabase/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/rsabase/Makefile" ;;
18594     "dlls/rsaenh/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/rsaenh/Makefile" ;;
18595     "dlls/rsaenh/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/rsaenh/tests/Makefile" ;;
18596     "dlls/rtutils/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/rtutils/Makefile" ;;
18597     "dlls/sane.ds/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/sane.ds/Makefile" ;;
18598     "dlls/sccbase/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/sccbase/Makefile" ;;
18599     "dlls/schannel/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/schannel/Makefile" ;;
18600     "dlls/schannel/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/schannel/tests/Makefile" ;;
18601     "dlls/secur32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/secur32/Makefile" ;;
18602     "dlls/secur32/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/secur32/tests/Makefile" ;;
18603     "dlls/security/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/security/Makefile" ;;
18604     "dlls/sensapi/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/sensapi/Makefile" ;;
18605     "dlls/serialui/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/serialui/Makefile" ;;
18606     "dlls/serialui/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/serialui/tests/Makefile" ;;
18607     "dlls/setupapi/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/setupapi/Makefile" ;;
18608     "dlls/setupapi/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/setupapi/tests/Makefile" ;;
18609     "dlls/sfc/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/sfc/Makefile" ;;
18610     "dlls/sfc_os/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/sfc_os/Makefile" ;;
18611     "dlls/shdoclc/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/shdoclc/Makefile" ;;
18612     "dlls/shdocvw/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/shdocvw/Makefile" ;;
18613     "dlls/shdocvw/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/shdocvw/tests/Makefile" ;;
18614     "dlls/shell.dll16/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/shell.dll16/Makefile" ;;
18615     "dlls/shell32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/shell32/Makefile" ;;
18616     "dlls/shell32/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/shell32/tests/Makefile" ;;
18617     "dlls/shfolder/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/shfolder/Makefile" ;;
18618     "dlls/shlwapi/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/shlwapi/Makefile" ;;
18619     "dlls/shlwapi/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/shlwapi/tests/Makefile" ;;
18620     "dlls/slbcsp/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/slbcsp/Makefile" ;;
18621     "dlls/slc/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/slc/Makefile" ;;
18622     "dlls/snmpapi/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/snmpapi/Makefile" ;;
18623     "dlls/snmpapi/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/snmpapi/tests/Makefile" ;;
18624     "dlls/softpub/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/softpub/Makefile" ;;
18625     "dlls/sound.drv16/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/sound.drv16/Makefile" ;;
18626     "dlls/spoolss/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/spoolss/Makefile" ;;
18627     "dlls/spoolss/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/spoolss/tests/Makefile" ;;
18628     "dlls/stdole2.tlb/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/stdole2.tlb/Makefile" ;;
18629     "dlls/stdole32.tlb/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/stdole32.tlb/Makefile" ;;
18630     "dlls/sti/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/sti/Makefile" ;;
18631     "dlls/storage.dll16/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/storage.dll16/Makefile" ;;
18632     "dlls/stress.dll16/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/stress.dll16/Makefile" ;;
18633     "dlls/strmiids/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/strmiids/Makefile" ;;
18634     "dlls/svrapi/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/svrapi/Makefile" ;;
18635     "dlls/sxs/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/sxs/Makefile" ;;
18636     "dlls/t2embed/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/t2embed/Makefile" ;;
18637     "dlls/tapi32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/tapi32/Makefile" ;;
18638     "dlls/traffic/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/traffic/Makefile" ;;
18639     "dlls/twain.dll16/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/twain.dll16/Makefile" ;;
18640     "dlls/twain_32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/twain_32/Makefile" ;;
18641     "dlls/twain_32/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/twain_32/tests/Makefile" ;;
18642     "dlls/typelib.dll16/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/typelib.dll16/Makefile" ;;
18643     "dlls/unicows/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/unicows/Makefile" ;;
18644     "dlls/updspapi/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/updspapi/Makefile" ;;
18645     "dlls/url/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/url/Makefile" ;;
18646     "dlls/urlmon/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/urlmon/Makefile" ;;
18647     "dlls/urlmon/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/urlmon/tests/Makefile" ;;
18648     "dlls/user32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/user32/Makefile" ;;
18649     "dlls/user32/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/user32/tests/Makefile" ;;
18650     "dlls/userenv/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/userenv/Makefile" ;;
18651     "dlls/userenv/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/userenv/tests/Makefile" ;;
18652     "dlls/usp10/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/usp10/Makefile" ;;
18653     "dlls/usp10/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/usp10/tests/Makefile" ;;
18654     "dlls/uuid/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/uuid/Makefile" ;;
18655     "dlls/uxtheme/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/uxtheme/Makefile" ;;
18656     "dlls/uxtheme/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/uxtheme/tests/Makefile" ;;
18657     "dlls/vdhcp.vxd/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/vdhcp.vxd/Makefile" ;;
18658     "dlls/vdmdbg/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/vdmdbg/Makefile" ;;
18659     "dlls/version/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/version/Makefile" ;;
18660     "dlls/version/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/version/tests/Makefile" ;;
18661     "dlls/vmm.vxd/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/vmm.vxd/Makefile" ;;
18662     "dlls/vnbt.vxd/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/vnbt.vxd/Makefile" ;;
18663     "dlls/vnetbios.vxd/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/vnetbios.vxd/Makefile" ;;
18664     "dlls/vtdapi.vxd/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/vtdapi.vxd/Makefile" ;;
18665     "dlls/vwin32.vxd/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/vwin32.vxd/Makefile" ;;
18666     "dlls/w32skrnl/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/w32skrnl/Makefile" ;;
18667     "dlls/w32sys.dll16/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/w32sys.dll16/Makefile" ;;
18668     "dlls/wbemprox/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/wbemprox/Makefile" ;;
18669     "dlls/win32s16.dll16/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/win32s16.dll16/Makefile" ;;
18670     "dlls/win87em.dll16/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/win87em.dll16/Makefile" ;;
18671     "dlls/winaspi.dll16/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/winaspi.dll16/Makefile" ;;
18672     "dlls/windebug.dll16/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/windebug.dll16/Makefile" ;;
18673     "dlls/windowscodecs/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/windowscodecs/Makefile" ;;
18674     "dlls/windowscodecs/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/windowscodecs/tests/Makefile" ;;
18675     "dlls/winealsa.drv/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/winealsa.drv/Makefile" ;;
18676     "dlls/wineaudioio.drv/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/wineaudioio.drv/Makefile" ;;
18677     "dlls/winecoreaudio.drv/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/winecoreaudio.drv/Makefile" ;;
18678     "dlls/winecrt0/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/winecrt0/Makefile" ;;
18679     "dlls/wined3d/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/wined3d/Makefile" ;;
18680     "dlls/winedos/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/winedos/Makefile" ;;
18681     "dlls/wineesd.drv/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/wineesd.drv/Makefile" ;;
18682     "dlls/winejack.drv/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/winejack.drv/Makefile" ;;
18683     "dlls/winejoystick.drv/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/winejoystick.drv/Makefile" ;;
18684     "dlls/winemp3.acm/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/winemp3.acm/Makefile" ;;
18685     "dlls/winenas.drv/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/winenas.drv/Makefile" ;;
18686     "dlls/wineoss.drv/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/wineoss.drv/Makefile" ;;
18687     "dlls/wineps.drv/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/wineps.drv/Makefile" ;;
18688     "dlls/winequartz.drv/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/winequartz.drv/Makefile" ;;
18689     "dlls/winex11.drv/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/winex11.drv/Makefile" ;;
18690     "dlls/wing32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/wing32/Makefile" ;;
18691     "dlls/winhttp/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/winhttp/Makefile" ;;
18692     "dlls/winhttp/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/winhttp/tests/Makefile" ;;
18693     "dlls/wininet/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/wininet/Makefile" ;;
18694     "dlls/wininet/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/wininet/tests/Makefile" ;;
18695     "dlls/winmm/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/winmm/Makefile" ;;
18696     "dlls/winmm/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/winmm/tests/Makefile" ;;
18697     "dlls/winnls.dll16/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/winnls.dll16/Makefile" ;;
18698     "dlls/winnls32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/winnls32/Makefile" ;;
18699     "dlls/winscard/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/winscard/Makefile" ;;
18700     "dlls/winspool.drv/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/winspool.drv/Makefile" ;;
18701     "dlls/winspool.drv/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/winspool.drv/tests/Makefile" ;;
18702     "dlls/wintab.dll16/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/wintab.dll16/Makefile" ;;
18703     "dlls/wintab32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/wintab32/Makefile" ;;
18704     "dlls/wintab32/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/wintab32/tests/Makefile" ;;
18705     "dlls/wintrust/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/wintrust/Makefile" ;;
18706     "dlls/wintrust/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/wintrust/tests/Makefile" ;;
18707     "dlls/wldap32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/wldap32/Makefile" ;;
18708     "dlls/wldap32/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/wldap32/tests/Makefile" ;;
18709     "dlls/wmi/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/wmi/Makefile" ;;
18710     "dlls/wmiutils/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/wmiutils/Makefile" ;;
18711     "dlls/wnaspi32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/wnaspi32/Makefile" ;;
18712     "dlls/wow32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/wow32/Makefile" ;;
18713     "dlls/ws2_32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/ws2_32/Makefile" ;;
18714     "dlls/ws2_32/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/ws2_32/tests/Makefile" ;;
18715     "dlls/wsock32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/wsock32/Makefile" ;;
18716     "dlls/wtsapi32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/wtsapi32/Makefile" ;;
18717     "dlls/wuapi/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/wuapi/Makefile" ;;
18718     "dlls/xinput1_1/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/xinput1_1/Makefile" ;;
18719     "dlls/xinput1_2/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/xinput1_2/Makefile" ;;
18720     "dlls/xinput1_3/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/xinput1_3/Makefile" ;;
18721     "dlls/xinput1_3/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/xinput1_3/tests/Makefile" ;;
18722     "dlls/xinput9_1_0/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/xinput9_1_0/Makefile" ;;
18723     "dlls/xmllite/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/xmllite/Makefile" ;;
18724     "documentation/Makefile") CONFIG_FILES="$CONFIG_FILES documentation/Makefile" ;;
18725     "fonts/Makefile") CONFIG_FILES="$CONFIG_FILES fonts/Makefile" ;;
18726     "include/Makefile") CONFIG_FILES="$CONFIG_FILES include/Makefile" ;;
18727     "libs/Makefile") CONFIG_FILES="$CONFIG_FILES libs/Makefile" ;;
18728     "libs/port/Makefile") CONFIG_FILES="$CONFIG_FILES libs/port/Makefile" ;;
18729     "libs/wine/Makefile") CONFIG_FILES="$CONFIG_FILES libs/wine/Makefile" ;;
18730     "libs/wpp/Makefile") CONFIG_FILES="$CONFIG_FILES libs/wpp/Makefile" ;;
18731     "loader/Makefile") CONFIG_FILES="$CONFIG_FILES loader/Makefile" ;;
18732     "programs/Makefile") CONFIG_FILES="$CONFIG_FILES programs/Makefile" ;;
18733     "programs/cacls/Makefile") CONFIG_FILES="$CONFIG_FILES programs/cacls/Makefile" ;;
18734     "programs/clock/Makefile") CONFIG_FILES="$CONFIG_FILES programs/clock/Makefile" ;;
18735     "programs/cmd/Makefile") CONFIG_FILES="$CONFIG_FILES programs/cmd/Makefile" ;;
18736     "programs/cmdlgtst/Makefile") CONFIG_FILES="$CONFIG_FILES programs/cmdlgtst/Makefile" ;;
18737     "programs/control/Makefile") CONFIG_FILES="$CONFIG_FILES programs/control/Makefile" ;;
18738     "programs/eject/Makefile") CONFIG_FILES="$CONFIG_FILES programs/eject/Makefile" ;;
18739     "programs/expand/Makefile") CONFIG_FILES="$CONFIG_FILES programs/expand/Makefile" ;;
18740     "programs/explorer/Makefile") CONFIG_FILES="$CONFIG_FILES programs/explorer/Makefile" ;;
18741     "programs/hh/Makefile") CONFIG_FILES="$CONFIG_FILES programs/hh/Makefile" ;;
18742     "programs/icinfo/Makefile") CONFIG_FILES="$CONFIG_FILES programs/icinfo/Makefile" ;;
18743     "programs/iexplore/Makefile") CONFIG_FILES="$CONFIG_FILES programs/iexplore/Makefile" ;;
18744     "programs/lodctr/Makefile") CONFIG_FILES="$CONFIG_FILES programs/lodctr/Makefile" ;;
18745     "programs/msiexec/Makefile") CONFIG_FILES="$CONFIG_FILES programs/msiexec/Makefile" ;;
18746     "programs/net/Makefile") CONFIG_FILES="$CONFIG_FILES programs/net/Makefile" ;;
18747     "programs/notepad/Makefile") CONFIG_FILES="$CONFIG_FILES programs/notepad/Makefile" ;;
18748     "programs/oleview/Makefile") CONFIG_FILES="$CONFIG_FILES programs/oleview/Makefile" ;;
18749     "programs/progman/Makefile") CONFIG_FILES="$CONFIG_FILES programs/progman/Makefile" ;;
18750     "programs/reg/Makefile") CONFIG_FILES="$CONFIG_FILES programs/reg/Makefile" ;;
18751     "programs/regedit/Makefile") CONFIG_FILES="$CONFIG_FILES programs/regedit/Makefile" ;;
18752     "programs/regsvr32/Makefile") CONFIG_FILES="$CONFIG_FILES programs/regsvr32/Makefile" ;;
18753     "programs/rpcss/Makefile") CONFIG_FILES="$CONFIG_FILES programs/rpcss/Makefile" ;;
18754     "programs/rundll32/Makefile") CONFIG_FILES="$CONFIG_FILES programs/rundll32/Makefile" ;;
18755     "programs/secedit/Makefile") CONFIG_FILES="$CONFIG_FILES programs/secedit/Makefile" ;;
18756     "programs/services/Makefile") CONFIG_FILES="$CONFIG_FILES programs/services/Makefile" ;;
18757     "programs/spoolsv/Makefile") CONFIG_FILES="$CONFIG_FILES programs/spoolsv/Makefile" ;;
18758     "programs/start/Makefile") CONFIG_FILES="$CONFIG_FILES programs/start/Makefile" ;;
18759     "programs/svchost/Makefile") CONFIG_FILES="$CONFIG_FILES programs/svchost/Makefile" ;;
18760     "programs/taskmgr/Makefile") CONFIG_FILES="$CONFIG_FILES programs/taskmgr/Makefile" ;;
18761     "programs/termsv/Makefile") CONFIG_FILES="$CONFIG_FILES programs/termsv/Makefile" ;;
18762     "programs/uninstaller/Makefile") CONFIG_FILES="$CONFIG_FILES programs/uninstaller/Makefile" ;;
18763     "programs/unlodctr/Makefile") CONFIG_FILES="$CONFIG_FILES programs/unlodctr/Makefile" ;;
18764     "programs/view/Makefile") CONFIG_FILES="$CONFIG_FILES programs/view/Makefile" ;;
18765     "programs/wineboot/Makefile") CONFIG_FILES="$CONFIG_FILES programs/wineboot/Makefile" ;;
18766     "programs/winebrowser/Makefile") CONFIG_FILES="$CONFIG_FILES programs/winebrowser/Makefile" ;;
18767     "programs/winecfg/Makefile") CONFIG_FILES="$CONFIG_FILES programs/winecfg/Makefile" ;;
18768     "programs/wineconsole/Makefile") CONFIG_FILES="$CONFIG_FILES programs/wineconsole/Makefile" ;;
18769     "programs/winedbg/Makefile") CONFIG_FILES="$CONFIG_FILES programs/winedbg/Makefile" ;;
18770     "programs/winedevice/Makefile") CONFIG_FILES="$CONFIG_FILES programs/winedevice/Makefile" ;;
18771     "programs/winefile/Makefile") CONFIG_FILES="$CONFIG_FILES programs/winefile/Makefile" ;;
18772     "programs/winemenubuilder/Makefile") CONFIG_FILES="$CONFIG_FILES programs/winemenubuilder/Makefile" ;;
18773     "programs/winemine/Makefile") CONFIG_FILES="$CONFIG_FILES programs/winemine/Makefile" ;;
18774     "programs/winepath/Makefile") CONFIG_FILES="$CONFIG_FILES programs/winepath/Makefile" ;;
18775     "programs/winetest/Makefile") CONFIG_FILES="$CONFIG_FILES programs/winetest/Makefile" ;;
18776     "programs/winevdm/Makefile") CONFIG_FILES="$CONFIG_FILES programs/winevdm/Makefile" ;;
18777     "programs/winhelp.exe16/Makefile") CONFIG_FILES="$CONFIG_FILES programs/winhelp.exe16/Makefile" ;;
18778     "programs/winhlp32/Makefile") CONFIG_FILES="$CONFIG_FILES programs/winhlp32/Makefile" ;;
18779     "programs/winoldap.mod16/Makefile") CONFIG_FILES="$CONFIG_FILES programs/winoldap.mod16/Makefile" ;;
18780     "programs/winver/Makefile") CONFIG_FILES="$CONFIG_FILES programs/winver/Makefile" ;;
18781     "programs/wordpad/Makefile") CONFIG_FILES="$CONFIG_FILES programs/wordpad/Makefile" ;;
18782     "programs/write/Makefile") CONFIG_FILES="$CONFIG_FILES programs/write/Makefile" ;;
18783     "programs/xcopy/Makefile") CONFIG_FILES="$CONFIG_FILES programs/xcopy/Makefile" ;;
18784     "server/Makefile") CONFIG_FILES="$CONFIG_FILES server/Makefile" ;;
18785     "tools/Makefile") CONFIG_FILES="$CONFIG_FILES tools/Makefile" ;;
18786     "tools/widl/Makefile") CONFIG_FILES="$CONFIG_FILES tools/widl/Makefile" ;;
18787     "tools/winebuild/Makefile") CONFIG_FILES="$CONFIG_FILES tools/winebuild/Makefile" ;;
18788     "tools/winedump/Makefile") CONFIG_FILES="$CONFIG_FILES tools/winedump/Makefile" ;;
18789     "tools/winegcc/Makefile") CONFIG_FILES="$CONFIG_FILES tools/winegcc/Makefile" ;;
18790     "tools/wmc/Makefile") CONFIG_FILES="$CONFIG_FILES tools/wmc/Makefile" ;;
18791     "tools/wrc/Makefile") CONFIG_FILES="$CONFIG_FILES tools/wrc/Makefile" ;;
18792
18793   *) as_fn_error "invalid argument: \`$ac_config_target'" "$LINENO" 5;;
18794   esac
18795 done
18796
18797
18798 # If the user did not use the arguments to specify the items to instantiate,
18799 # then the envvar interface is used.  Set only those that are not.
18800 # We use the long form for the default assignment because of an extremely
18801 # bizarre bug on SunOS 4.1.3.
18802 if $ac_need_defaults; then
18803   test "${CONFIG_FILES+set}" = set || CONFIG_FILES=$config_files
18804   test "${CONFIG_HEADERS+set}" = set || CONFIG_HEADERS=$config_headers
18805   test "${CONFIG_COMMANDS+set}" = set || CONFIG_COMMANDS=$config_commands
18806 fi
18807
18808 # Have a temporary directory for convenience.  Make it in the build tree
18809 # simply because there is no reason against having it here, and in addition,
18810 # creating and moving files from /tmp can sometimes cause problems.
18811 # Hook for its removal unless debugging.
18812 # Note that there is a small window in which the directory will not be cleaned:
18813 # after its creation but before its name has been assigned to `$tmp'.
18814 $debug ||
18815 {
18816   tmp=
18817   trap 'exit_status=$?
18818   { test -z "$tmp" || test ! -d "$tmp" || rm -fr "$tmp"; } && exit $exit_status
18819 ' 0
18820   trap 'as_fn_exit 1' 1 2 13 15
18821 }
18822 # Create a (secure) tmp directory for tmp files.
18823
18824 {
18825   tmp=`(umask 077 && mktemp -d "./confXXXXXX") 2>/dev/null` &&
18826   test -n "$tmp" && test -d "$tmp"
18827 }  ||
18828 {
18829   tmp=./conf$$-$RANDOM
18830   (umask 077 && mkdir "$tmp")
18831 } || as_fn_error "cannot create a temporary directory in ." "$LINENO" 5
18832
18833 # Set up the scripts for CONFIG_FILES section.
18834 # No need to generate them if there are no CONFIG_FILES.
18835 # This happens for instance with `./config.status config.h'.
18836 if test -n "$CONFIG_FILES"; then
18837
18838 if $AWK 'BEGIN { getline <"/dev/null" }' </dev/null 2>/dev/null; then
18839   ac_cs_awk_getline=:
18840   ac_cs_awk_pipe_init=
18841   ac_cs_awk_read_file='
18842       while ((getline aline < (F[key])) > 0)
18843         print(aline)
18844       close(F[key])'
18845   ac_cs_awk_pipe_fini=
18846 else
18847   ac_cs_awk_getline=false
18848   ac_cs_awk_pipe_init="print \"cat <<'|#_!!_#|' &&\""
18849   ac_cs_awk_read_file='
18850       print "|#_!!_#|"
18851       print "cat " F[key] " &&"
18852       '$ac_cs_awk_pipe_init
18853   # The final `:' finishes the AND list.
18854   ac_cs_awk_pipe_fini='END { print "|#_!!_#|"; print ":" }'
18855 fi
18856 ac_cr=`echo X | tr X '\015'`
18857 # On cygwin, bash can eat \r inside `` if the user requested igncr.
18858 # But we know of no other shell where ac_cr would be empty at this
18859 # point, so we can use a bashism as a fallback.
18860 if test "x$ac_cr" = x; then
18861   eval ac_cr=\$\'\\r\'
18862 fi
18863 ac_cs_awk_cr=`$AWK 'BEGIN { print "a\rb" }' </dev/null 2>/dev/null`
18864 if test "$ac_cs_awk_cr" = "a${ac_cr}b"; then
18865   ac_cs_awk_cr='\r'
18866 else
18867   ac_cs_awk_cr=$ac_cr
18868 fi
18869
18870 echo 'BEGIN {' >"$tmp/subs1.awk" &&
18871 _ACEOF
18872
18873 # Create commands to substitute file output variables.
18874 {
18875   echo "cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1" &&
18876   echo 'cat >>"\$tmp/subs1.awk" <<\\_ACAWK &&' &&
18877   echo "$ac_subst_files" | sed 's/.*/F["&"]="$&"/' &&
18878   echo "_ACAWK" &&
18879   echo "_ACEOF"
18880 } >conf$$files.sh &&
18881 . ./conf$$files.sh ||
18882   as_fn_error "could not make $CONFIG_STATUS" "$LINENO" 5
18883 rm -f conf$$files.sh
18884
18885 {
18886   echo "cat >conf$$subs.awk <<_ACEOF" &&
18887   echo "$ac_subst_vars" | sed 's/.*/&!$&$ac_delim/' &&
18888   echo "_ACEOF"
18889 } >conf$$subs.sh ||
18890   as_fn_error "could not make $CONFIG_STATUS" "$LINENO" 5
18891 ac_delim_num=`echo "$ac_subst_vars" | grep -c '$'`
18892 ac_delim='%!_!# '
18893 for ac_last_try in false false false false false :; do
18894   . ./conf$$subs.sh ||
18895     as_fn_error "could not make $CONFIG_STATUS" "$LINENO" 5
18896
18897   ac_delim_n=`sed -n "s/.*$ac_delim\$/X/p" conf$$subs.awk | grep -c X`
18898   if test $ac_delim_n = $ac_delim_num; then
18899     break
18900   elif $ac_last_try; then
18901     as_fn_error "could not make $CONFIG_STATUS" "$LINENO" 5
18902   else
18903     ac_delim="$ac_delim!$ac_delim _$ac_delim!! "
18904   fi
18905 done
18906 rm -f conf$$subs.sh
18907
18908 cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1
18909 cat >>"\$tmp/subs1.awk" <<\\_ACAWK &&
18910 _ACEOF
18911 sed -n '
18912 h
18913 s/^/S["/; s/!.*/"]=/
18914 p
18915 g
18916 s/^[^!]*!//
18917 :repl
18918 t repl
18919 s/'"$ac_delim"'$//
18920 t delim
18921 :nl
18922 h
18923 s/\(.\{148\}\).*/\1/
18924 t more1
18925 s/["\\]/\\&/g; s/^/"/; s/$/\\n"\\/
18926 p
18927 n
18928 b repl
18929 :more1
18930 s/["\\]/\\&/g; s/^/"/; s/$/"\\/
18931 p
18932 g
18933 s/.\{148\}//
18934 t nl
18935 :delim
18936 h
18937 s/\(.\{148\}\).*/\1/
18938 t more2
18939 s/["\\]/\\&/g; s/^/"/; s/$/"/
18940 p
18941 b
18942 :more2
18943 s/["\\]/\\&/g; s/^/"/; s/$/"\\/
18944 p
18945 g
18946 s/.\{148\}//
18947 t delim
18948 ' <conf$$subs.awk | sed '
18949 /^[^""]/{
18950   N
18951   s/\n//
18952 }
18953 ' >>$CONFIG_STATUS || ac_write_fail=1
18954 rm -f conf$$subs.awk
18955 cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1
18956 _ACAWK
18957 cat >>"\$tmp/subs1.awk" <<_ACAWK &&
18958   for (key in S) S_is_set[key] = 1
18959   FS = "\a"
18960   \$ac_cs_awk_pipe_init
18961 }
18962 {
18963   line = $ 0
18964   nfields = split(line, field, "@")
18965   substed = 0
18966   len = length(field[1])
18967   for (i = 2; i < nfields; i++) {
18968     key = field[i]
18969     keylen = length(key)
18970     if (S_is_set[key]) {
18971       value = S[key]
18972       line = substr(line, 1, len) "" value "" substr(line, len + keylen + 3)
18973       len += length(value) + length(field[++i])
18974       substed = 1
18975     } else
18976       len += 1 + keylen
18977   }
18978   if (nfields == 3 && !substed) {
18979     key = field[2]
18980     if (F[key] != "" && line ~ /^[       ]*@.*@[         ]*$/) {
18981       \$ac_cs_awk_read_file
18982       next
18983     }
18984   }
18985   print line
18986 }
18987 \$ac_cs_awk_pipe_fini
18988 _ACAWK
18989 _ACEOF
18990 cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1
18991 if sed "s/$ac_cr//" < /dev/null > /dev/null 2>&1; then
18992   sed "s/$ac_cr\$//; s/$ac_cr/$ac_cs_awk_cr/g"
18993 else
18994   cat
18995 fi < "$tmp/subs1.awk" > "$tmp/subs.awk" \
18996   || as_fn_error "could not setup config files machinery" "$LINENO" 5
18997 _ACEOF
18998
18999 # VPATH may cause trouble with some makes, so we remove $(srcdir),
19000 # ${srcdir} and @srcdir@ from VPATH if srcdir is ".", strip leading and
19001 # trailing colons and then remove the whole line if VPATH becomes empty
19002 # (actually we leave an empty line to preserve line numbers).
19003 if test "x$srcdir" = x.; then
19004   ac_vpsub='/^[  ]*VPATH[        ]*=/{
19005 s/:*\$(srcdir):*/:/
19006 s/:*\${srcdir}:*/:/
19007 s/:*@srcdir@:*/:/
19008 s/^\([^=]*=[     ]*\):*/\1/
19009 s/:*$//
19010 s/^[^=]*=[       ]*$//
19011 }'
19012 fi
19013
19014 cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1
19015 fi # test -n "$CONFIG_FILES"
19016
19017 # Set up the scripts for CONFIG_HEADERS section.
19018 # No need to generate them if there are no CONFIG_HEADERS.
19019 # This happens for instance with `./config.status Makefile'.
19020 if test -n "$CONFIG_HEADERS"; then
19021 cat >"$tmp/defines.awk" <<\_ACAWK ||
19022 BEGIN {
19023 _ACEOF
19024
19025 # Transform confdefs.h into an awk script `defines.awk', embedded as
19026 # here-document in config.status, that substitutes the proper values into
19027 # config.h.in to produce config.h.
19028
19029 # Create a delimiter string that does not exist in confdefs.h, to ease
19030 # handling of long lines.
19031 ac_delim='%!_!# '
19032 for ac_last_try in false false :; do
19033   ac_t=`sed -n "/$ac_delim/p" confdefs.h`
19034   if test -z "$ac_t"; then
19035     break
19036   elif $ac_last_try; then
19037     as_fn_error "could not make $CONFIG_HEADERS" "$LINENO" 5
19038   else
19039     ac_delim="$ac_delim!$ac_delim _$ac_delim!! "
19040   fi
19041 done
19042
19043 # For the awk script, D is an array of macro values keyed by name,
19044 # likewise P contains macro parameters if any.  Preserve backslash
19045 # newline sequences.
19046
19047 ac_word_re=[_$as_cr_Letters][_$as_cr_alnum]*
19048 sed -n '
19049 s/.\{148\}/&'"$ac_delim"'/g
19050 t rset
19051 :rset
19052 s/^[     ]*#[    ]*define[       ][      ]*/ /
19053 t def
19054 d
19055 :def
19056 s/\\$//
19057 t bsnl
19058 s/["\\]/\\&/g
19059 s/^ \('"$ac_word_re"'\)\(([^()]*)\)[     ]*\(.*\)/P["\1"]="\2"\
19060 D["\1"]=" \3"/p
19061 s/^ \('"$ac_word_re"'\)[         ]*\(.*\)/D["\1"]=" \2"/p
19062 d
19063 :bsnl
19064 s/["\\]/\\&/g
19065 s/^ \('"$ac_word_re"'\)\(([^()]*)\)[     ]*\(.*\)/P["\1"]="\2"\
19066 D["\1"]=" \3\\\\\\n"\\/p
19067 t cont
19068 s/^ \('"$ac_word_re"'\)[         ]*\(.*\)/D["\1"]=" \2\\\\\\n"\\/p
19069 t cont
19070 d
19071 :cont
19072 n
19073 s/.\{148\}/&'"$ac_delim"'/g
19074 t clear
19075 :clear
19076 s/\\$//
19077 t bsnlc
19078 s/["\\]/\\&/g; s/^/"/; s/$/"/p
19079 d
19080 :bsnlc
19081 s/["\\]/\\&/g; s/^/"/; s/$/\\\\\\n"\\/p
19082 b cont
19083 ' <confdefs.h | sed '
19084 s/'"$ac_delim"'/"\\\
19085 "/g' >>$CONFIG_STATUS || ac_write_fail=1
19086
19087 cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1
19088   for (key in D) D_is_set[key] = 1
19089   FS = "\a"
19090 }
19091 /^[\t ]*#[\t ]*(define|undef)[\t ]+$ac_word_re([\t (]|\$)/ {
19092   line = \$ 0
19093   split(line, arg, " ")
19094   if (arg[1] == "#") {
19095     defundef = arg[2]
19096     mac1 = arg[3]
19097   } else {
19098     defundef = substr(arg[1], 2)
19099     mac1 = arg[2]
19100   }
19101   split(mac1, mac2, "(") #)
19102   macro = mac2[1]
19103   prefix = substr(line, 1, index(line, defundef) - 1)
19104   if (D_is_set[macro]) {
19105     # Preserve the white space surrounding the "#".
19106     print prefix "define", macro P[macro] D[macro]
19107     next
19108   } else {
19109     # Replace #undef with comments.  This is necessary, for example,
19110     # in the case of _POSIX_SOURCE, which is predefined and required
19111     # on some systems where configure will not decide to define it.
19112     if (defundef == "undef") {
19113       print "/*", prefix defundef, macro, "*/"
19114       next
19115     }
19116   }
19117 }
19118 { print }
19119 _ACAWK
19120 _ACEOF
19121 cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1
19122   as_fn_error "could not setup config headers machinery" "$LINENO" 5
19123 fi # test -n "$CONFIG_HEADERS"
19124
19125
19126 eval set X "  :F $CONFIG_FILES  :H $CONFIG_HEADERS    :C $CONFIG_COMMANDS"
19127 shift
19128 for ac_tag
19129 do
19130   case $ac_tag in
19131   :[FHLC]) ac_mode=$ac_tag; continue;;
19132   esac
19133   case $ac_mode$ac_tag in
19134   :[FHL]*:*);;
19135   :L* | :C*:*) as_fn_error "invalid tag \`$ac_tag'" "$LINENO" 5;;
19136   :[FH]-) ac_tag=-:-;;
19137   :[FH]*) ac_tag=$ac_tag:$ac_tag.in;;
19138   esac
19139   ac_save_IFS=$IFS
19140   IFS=:
19141   set x $ac_tag
19142   IFS=$ac_save_IFS
19143   shift
19144   ac_file=$1
19145   shift
19146
19147   case $ac_mode in
19148   :L) ac_source=$1;;
19149   :[FH])
19150     ac_file_inputs=
19151     for ac_f
19152     do
19153       case $ac_f in
19154       -) ac_f="$tmp/stdin";;
19155       *) # Look for the file first in the build tree, then in the source tree
19156          # (if the path is not absolute).  The absolute path cannot be DOS-style,
19157          # because $ac_f cannot contain `:'.
19158          test -f "$ac_f" ||
19159            case $ac_f in
19160            [\\/$]*) false;;
19161            *) test -f "$srcdir/$ac_f" && ac_f="$srcdir/$ac_f";;
19162            esac ||
19163            as_fn_error "cannot find input file: \`$ac_f'" "$LINENO" 5;;
19164       esac
19165       case $ac_f in *\'*) ac_f=`$as_echo "$ac_f" | sed "s/'/'\\\\\\\\''/g"`;; esac
19166       as_fn_append ac_file_inputs " '$ac_f'"
19167     done
19168
19169     # Let's still pretend it is `configure' which instantiates (i.e., don't
19170     # use $as_me), people would be surprised to read:
19171     #    /* config.h.  Generated by config.status.  */
19172     configure_input='Generated from '`
19173           $as_echo "$*" | sed 's|^[^:]*/||;s|:[^:]*/|, |g'
19174         `' by configure.'
19175     if test x"$ac_file" != x-; then
19176       configure_input="$ac_file.  $configure_input"
19177       { $as_echo "$as_me:${as_lineno-$LINENO}: creating $ac_file" >&5
19178 $as_echo "$as_me: creating $ac_file" >&6;}
19179     fi
19180     # Neutralize special characters interpreted by sed in replacement strings.
19181     case $configure_input in #(
19182     *\&* | *\|* | *\\* )
19183        ac_sed_conf_input=`$as_echo "$configure_input" |
19184        sed 's/[\\\\&|]/\\\\&/g'`;; #(
19185     *) ac_sed_conf_input=$configure_input;;
19186     esac
19187
19188     case $ac_tag in
19189     *:-:* | *:-) cat >"$tmp/stdin" \
19190       || as_fn_error "could not create $ac_file" "$LINENO" 5 ;;
19191     esac
19192     ;;
19193   esac
19194
19195   ac_dir=`$as_dirname -- "$ac_file" ||
19196 $as_expr X"$ac_file" : 'X\(.*[^/]\)//*[^/][^/]*/*$' \| \
19197          X"$ac_file" : 'X\(//\)[^/]' \| \
19198          X"$ac_file" : 'X\(//\)$' \| \
19199          X"$ac_file" : 'X\(/\)' \| . 2>/dev/null ||
19200 $as_echo X"$ac_file" |
19201     sed '/^X\(.*[^/]\)\/\/*[^/][^/]*\/*$/{
19202             s//\1/
19203             q
19204           }
19205           /^X\(\/\/\)[^/].*/{
19206             s//\1/
19207             q
19208           }
19209           /^X\(\/\/\)$/{
19210             s//\1/
19211             q
19212           }
19213           /^X\(\/\).*/{
19214             s//\1/
19215             q
19216           }
19217           s/.*/./; q'`
19218   as_dir="$ac_dir"; as_fn_mkdir_p
19219   ac_builddir=.
19220
19221 case "$ac_dir" in
19222 .) ac_dir_suffix= ac_top_builddir_sub=. ac_top_build_prefix= ;;
19223 *)
19224   ac_dir_suffix=/`$as_echo "$ac_dir" | sed 's|^\.[\\/]||'`
19225   # A ".." for each directory in $ac_dir_suffix.
19226   ac_top_builddir_sub=`$as_echo "$ac_dir_suffix" | sed 's|/[^\\/]*|/..|g;s|/||'`
19227   case $ac_top_builddir_sub in
19228   "") ac_top_builddir_sub=. ac_top_build_prefix= ;;
19229   *)  ac_top_build_prefix=$ac_top_builddir_sub/ ;;
19230   esac ;;
19231 esac
19232 ac_abs_top_builddir=$ac_pwd
19233 ac_abs_builddir=$ac_pwd$ac_dir_suffix
19234 # for backward compatibility:
19235 ac_top_builddir=$ac_top_build_prefix
19236
19237 case $srcdir in
19238   .)  # We are building in place.
19239     ac_srcdir=.
19240     ac_top_srcdir=$ac_top_builddir_sub
19241     ac_abs_top_srcdir=$ac_pwd ;;
19242   [\\/]* | ?:[\\/]* )  # Absolute name.
19243     ac_srcdir=$srcdir$ac_dir_suffix;
19244     ac_top_srcdir=$srcdir
19245     ac_abs_top_srcdir=$srcdir ;;
19246   *) # Relative name.
19247     ac_srcdir=$ac_top_build_prefix$srcdir$ac_dir_suffix
19248     ac_top_srcdir=$ac_top_build_prefix$srcdir
19249     ac_abs_top_srcdir=$ac_pwd/$srcdir ;;
19250 esac
19251 ac_abs_srcdir=$ac_abs_top_srcdir$ac_dir_suffix
19252
19253
19254   case $ac_mode in
19255   :F)
19256   #
19257   # CONFIG_FILE
19258   #
19259
19260   case $INSTALL in
19261   [\\/$]* | ?:[\\/]* ) ac_INSTALL=$INSTALL ;;
19262   *) ac_INSTALL=$ac_top_build_prefix$INSTALL ;;
19263   esac
19264 _ACEOF
19265
19266 cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1
19267 # If the template does not know about datarootdir, expand it.
19268 # FIXME: This hack should be removed a few years after 2.60.
19269 ac_datarootdir_hack=; ac_datarootdir_seen=
19270 ac_sed_dataroot='
19271 /datarootdir/ {
19272   p
19273   q
19274 }
19275 /@datadir@/p
19276 /@docdir@/p
19277 /@infodir@/p
19278 /@localedir@/p
19279 /@mandir@/p'
19280 case `eval "sed -n \"\$ac_sed_dataroot\" $ac_file_inputs"` in
19281 *datarootdir*) ac_datarootdir_seen=yes;;
19282 *@datadir@*|*@docdir@*|*@infodir@*|*@localedir@*|*@mandir@*)
19283   { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: $ac_file_inputs seems to ignore the --datarootdir setting" >&5
19284 $as_echo "$as_me: WARNING: $ac_file_inputs seems to ignore the --datarootdir setting" >&2;}
19285 _ACEOF
19286 cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1
19287   ac_datarootdir_hack='
19288   s&@datadir@&$datadir&g
19289   s&@docdir@&$docdir&g
19290   s&@infodir@&$infodir&g
19291   s&@localedir@&$localedir&g
19292   s&@mandir@&$mandir&g
19293   s&\\\${datarootdir}&$datarootdir&g' ;;
19294 esac
19295 _ACEOF
19296
19297 # Neutralize VPATH when `$srcdir' = `.'.
19298 # Shell code in configure.ac might set extrasub.
19299 # FIXME: do we really want to maintain this feature?
19300 cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1
19301 ac_sed_extra="$ac_vpsub
19302 $extrasub
19303 _ACEOF
19304 cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1
19305 :t
19306 /@[a-zA-Z_][a-zA-Z_0-9]*@/!b
19307 s|@configure_input@|$ac_sed_conf_input|;t t
19308 s&@top_builddir@&$ac_top_builddir_sub&;t t
19309 s&@top_build_prefix@&$ac_top_build_prefix&;t t
19310 s&@srcdir@&$ac_srcdir&;t t
19311 s&@abs_srcdir@&$ac_abs_srcdir&;t t
19312 s&@top_srcdir@&$ac_top_srcdir&;t t
19313 s&@abs_top_srcdir@&$ac_abs_top_srcdir&;t t
19314 s&@builddir@&$ac_builddir&;t t
19315 s&@abs_builddir@&$ac_abs_builddir&;t t
19316 s&@abs_top_builddir@&$ac_abs_top_builddir&;t t
19317 s&@INSTALL@&$ac_INSTALL&;t t
19318 $ac_datarootdir_hack
19319 "
19320 eval sed \"\$ac_sed_extra\" "$ac_file_inputs" |
19321 if $ac_cs_awk_getline; then
19322   $AWK -f "$tmp/subs.awk"
19323 else
19324   $AWK -f "$tmp/subs.awk" | $SHELL
19325 fi >$tmp/out \
19326   || as_fn_error "could not create $ac_file" "$LINENO" 5
19327
19328 test -z "$ac_datarootdir_hack$ac_datarootdir_seen" &&
19329   { ac_out=`sed -n '/\${datarootdir}/p' "$tmp/out"`; test -n "$ac_out"; } &&
19330   { ac_out=`sed -n '/^[  ]*datarootdir[  ]*:*=/p' "$tmp/out"`; test -z "$ac_out"; } &&
19331   { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: $ac_file contains a reference to the variable \`datarootdir'
19332 which seems to be undefined.  Please make sure it is defined." >&5
19333 $as_echo "$as_me: WARNING: $ac_file contains a reference to the variable \`datarootdir'
19334 which seems to be undefined.  Please make sure it is defined." >&2;}
19335
19336   rm -f "$tmp/stdin"
19337   case $ac_file in
19338   -) cat "$tmp/out" && rm -f "$tmp/out";;
19339   *) rm -f "$ac_file" && mv "$tmp/out" "$ac_file";;
19340   esac \
19341   || as_fn_error "could not create $ac_file" "$LINENO" 5
19342  ;;
19343   :H)
19344   #
19345   # CONFIG_HEADER
19346   #
19347   if test x"$ac_file" != x-; then
19348     {
19349       $as_echo "/* $configure_input  */" \
19350       && eval '$AWK -f "$tmp/defines.awk"' "$ac_file_inputs"
19351     } >"$tmp/config.h" \
19352       || as_fn_error "could not create $ac_file" "$LINENO" 5
19353     if diff "$ac_file" "$tmp/config.h" >/dev/null 2>&1; then
19354       { $as_echo "$as_me:${as_lineno-$LINENO}: $ac_file is unchanged" >&5
19355 $as_echo "$as_me: $ac_file is unchanged" >&6;}
19356     else
19357       rm -f "$ac_file"
19358       mv "$tmp/config.h" "$ac_file" \
19359         || as_fn_error "could not create $ac_file" "$LINENO" 5
19360     fi
19361   else
19362     $as_echo "/* $configure_input  */" \
19363       && eval '$AWK -f "$tmp/defines.awk"' "$ac_file_inputs" \
19364       || as_fn_error "could not create -" "$LINENO" 5
19365   fi
19366  ;;
19367
19368   :C)  { $as_echo "$as_me:${as_lineno-$LINENO}: executing $ac_file commands" >&5
19369 $as_echo "$as_me: executing $ac_file commands" >&6;}
19370  ;;
19371   esac
19372
19373
19374   case $ac_file$ac_mode in
19375     "include/stamp-h":C) echo timestamp > include/stamp-h ;;
19376     "dlls/gdi32/enhmfdrv":C) test -d "dlls/gdi32/enhmfdrv" || ({ $as_echo "$as_me:${as_lineno-$LINENO}: creating dlls/gdi32/enhmfdrv" >&5
19377 $as_echo "$as_me: creating dlls/gdi32/enhmfdrv" >&6;} && mkdir "dlls/gdi32/enhmfdrv") ;;
19378     "dlls/gdi32/mfdrv":C) test -d "dlls/gdi32/mfdrv" || ({ $as_echo "$as_me:${as_lineno-$LINENO}: creating dlls/gdi32/mfdrv" >&5
19379 $as_echo "$as_me: creating dlls/gdi32/mfdrv" >&6;} && mkdir "dlls/gdi32/mfdrv") ;;
19380     "dlls/kernel32/nls":C) test -d "dlls/kernel32/nls" || ({ $as_echo "$as_me:${as_lineno-$LINENO}: creating dlls/kernel32/nls" >&5
19381 $as_echo "$as_me: creating dlls/kernel32/nls" >&6;} && mkdir "dlls/kernel32/nls") ;;
19382     "dlls/user32/resources":C) test -d "dlls/user32/resources" || ({ $as_echo "$as_me:${as_lineno-$LINENO}: creating dlls/user32/resources" >&5
19383 $as_echo "$as_me: creating dlls/user32/resources" >&6;} && mkdir "dlls/user32/resources") ;;
19384     "dlls/wineps.drv/data":C) test -d "dlls/wineps.drv/data" || ({ $as_echo "$as_me:${as_lineno-$LINENO}: creating dlls/wineps.drv/data" >&5
19385 $as_echo "$as_me: creating dlls/wineps.drv/data" >&6;} && mkdir "dlls/wineps.drv/data") ;;
19386     "include/wine":C) test -d "include/wine" || ({ $as_echo "$as_me:${as_lineno-$LINENO}: creating include/wine" >&5
19387 $as_echo "$as_me: creating include/wine" >&6;} && mkdir "include/wine") ;;
19388
19389   esac
19390 done # for ac_tag
19391
19392
19393 as_fn_exit 0
19394 _ACEOF
19395 ac_clean_files=$ac_clean_files_save
19396
19397 test $ac_write_fail = 0 ||
19398   as_fn_error "write failure creating $CONFIG_STATUS" "$LINENO" 5
19399
19400
19401 # configure is writing to config.log, and then calls config.status.
19402 # config.status does its own redirection, appending to config.log.
19403 # Unfortunately, on DOS this fails, as config.log is still kept open
19404 # by configure, so config.status won't be able to write to it; its
19405 # output is simply discarded.  So we exec the FD to /dev/null,
19406 # effectively closing config.log, so it can be properly (re)opened and
19407 # appended to by config.status.  When coming back to configure, we
19408 # need to make the FD available again.
19409 if test "$no_create" != yes; then
19410   ac_cs_success=:
19411   ac_config_status_args=
19412   test "$silent" = yes &&
19413     ac_config_status_args="$ac_config_status_args --quiet"
19414   exec 5>/dev/null
19415   $SHELL $CONFIG_STATUS $ac_config_status_args || ac_cs_success=false
19416   exec 5>>config.log
19417   # Use ||, not &&, to avoid exiting from the if with $? = 1, which
19418   # would make configure fail if this is the last instruction.
19419   $ac_cs_success || as_fn_exit $?
19420 fi
19421 if test -n "$ac_unrecognized_opts" && test "$enable_option_checking" != no; then
19422   { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: unrecognized options: $ac_unrecognized_opts" >&5
19423 $as_echo "$as_me: WARNING: unrecognized options: $ac_unrecognized_opts" >&2;}
19424 fi
19425
19426
19427 if test "$no_create" = "yes"
19428 then
19429   exit 0
19430 fi
19431
19432 ac_save_IFS="$IFS"
19433 if test "x$wine_notices != "x; then
19434     echo >&6
19435     IFS="|"
19436     for msg in $wine_notices; do
19437         IFS="$ac_save_IFS"
19438         if test -n "$msg"; then
19439             { $as_echo "$as_me:${as_lineno-$LINENO}: $msg" >&5
19440 $as_echo "$as_me: $msg" >&6;}
19441         fi
19442     done
19443 fi
19444 IFS="|"
19445 for msg in $wine_warnings; do
19446     IFS="$ac_save_IFS"
19447     if test -n "$msg"; then
19448         echo >&2
19449         { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: $msg" >&5
19450 $as_echo "$as_me: WARNING: $msg" >&2;}
19451     fi
19452 done
19453 IFS="$ac_save_IFS"
19454
19455 echo "
19456 $as_me: Finished.  Do '${ac_make} depend && ${ac_make}' to compile Wine.
19457 " >&6
19458