configure: Rename the --with-libgsm option to follow the normal option naming scheme.
[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 MAIN_BINARY
613 SOCKETLIBS
614 CRTLIBS
615 LDPATH
616 BUILTINFLAG
617 EXTRACFLAGS
618 LIBKSTAT
619 PNGINCL
620 FONTCONFIGINCL
621 CUPSINCL
622 AUDIOIOLIBS
623 ALSALIBS
624 ESDLIBS
625 ESDINCL
626 ESDCONFIG
627 ZLIB
628 FREETYPEINCL
629 FREETYPELIBS
630 ft_devel
631 LCMSLIBS
632 RESOLVLIBS
633 GPHOTO2INCL
634 GPHOTO2LIBS
635 gphoto2port_devel
636 gphoto2_devel
637 SANEINCL
638 sane_devel
639 GNUTLSINCL
640 HALINCL
641 XSLTINCL
642 XML2INCL
643 XML2LIBS
644 NASLIBS
645 X_EXTRA_LIBS
646 X_LIBS
647 X_PRE_LIBS
648 X_CFLAGS
649 XMKMF
650 LIBPTHREAD
651 CROSSTARGETFLAGS
652 CROSSTEST
653 CROSSCC
654 CARBONLIB
655 COREAUDIO
656 DISKARBITRATIONLIB
657 LDEXECFLAGS
658 IOKITLIB
659 COREFOUNDATIONLIB
660 SECURITYLIB
661 MINGWAR
662 DLLWRAP
663 DLLTOOL
664 LDD
665 LDRPATH_LOCAL
666 LDRPATH_INSTALL
667 IMPLIBEXT
668 LIBEXT
669 LDDLLFLAGS
670 LDSHARED
671 DLLFLAGS
672 DLLEXT
673 CPP
674 OPENGL_LIBS
675 XLIB
676 PRELINK
677 ICOTOOL
678 RSVG
679 PKG_CONFIG
680 FONTFORGE
681 LINTFLAGS
682 LINT
683 INSTALL_DATA
684 INSTALL_SCRIPT
685 INSTALL_PROGRAM
686 LDCONFIG
687 EGREP
688 GREP
689 LN
690 LN_S
691 STRIP
692 RANLIB
693 ARFLAGS
694 ac_ct_AR
695 AR
696 BISON
697 FLEX
698 TOOLSDIR
699 WOW64_DISABLE
700 WIN16_INSTALL
701 WIN16_FILES
702 TARGETFLAGS
703 CPPBIN
704 ac_ct_CXX
705 CXXFLAGS
706 CXX
707 OBJEXT
708 EXEEXT
709 ac_ct_CC
710 CPPFLAGS
711 LDFLAGS
712 CFLAGS
713 CC
714 SET_MAKE
715 host_os
716 host_vendor
717 host_cpu
718 host
719 build_os
720 build_vendor
721 build_cpu
722 build
723 MAINTAINER_MODE
724 target_alias
725 host_alias
726 build_alias
727 LIBS
728 ECHO_T
729 ECHO_N
730 ECHO_C
731 DEFS
732 mandir
733 localedir
734 libdir
735 psdir
736 pdfdir
737 dvidir
738 htmldir
739 infodir
740 docdir
741 oldincludedir
742 includedir
743 localstatedir
744 sharedstatedir
745 sysconfdir
746 datadir
747 datarootdir
748 libexecdir
749 sbindir
750 bindir
751 program_transform_name
752 prefix
753 exec_prefix
754 PACKAGE_URL
755 PACKAGE_BUGREPORT
756 PACKAGE_STRING
757 PACKAGE_VERSION
758 PACKAGE_TARNAME
759 PACKAGE_NAME
760 PATH_SEPARATOR
761 SHELL'
762 ac_subst_files='MAKE_RULES
763 MAKE_DLL_RULES
764 MAKE_IMPLIB_RULES
765 MAKE_TEST_RULES
766 MAKE_PROG_RULES'
767 ac_user_opts='
768 enable_option_checking
769 enable_win16
770 enable_win64
771 enable_tests
772 enable_maintainer_mode
773 with_alsa
774 with_audioio
775 with_capi
776 with_cms
777 with_coreaudio
778 with_cups
779 with_curses
780 with_esd
781 with_fontconfig
782 with_freetype
783 with_gphoto
784 with_glu
785 with_gnutls
786 with_gsm
787 with_hal
788 with_jack
789 with_jpeg
790 with_ldap
791 with_nas
792 with_opengl
793 with_openssl
794 with_oss
795 with_png
796 with_pthread
797 with_sane
798 with_xcomposite
799 with_xcursor
800 with_xinerama
801 with_xinput
802 with_xml
803 with_xrandr
804 with_xrender
805 with_xshape
806 with_xshm
807 with_xslt
808 with_xxf86vm
809 with_wine_tools
810 with_wine64
811 with_x
812 '
813       ac_precious_vars='build_alias
814 host_alias
815 target_alias
816 CC
817 CFLAGS
818 LDFLAGS
819 LIBS
820 CPPFLAGS
821 CXX
822 CXXFLAGS
823 CCC
824 CPP
825 XMKMF'
826
827
828 # Initialize some variables set by options.
829 ac_init_help=
830 ac_init_version=false
831 ac_unrecognized_opts=
832 ac_unrecognized_sep=
833 # The variables have the same names as the options, with
834 # dashes changed to underlines.
835 cache_file=/dev/null
836 exec_prefix=NONE
837 no_create=
838 no_recursion=
839 prefix=NONE
840 program_prefix=NONE
841 program_suffix=NONE
842 program_transform_name=s,x,x,
843 silent=
844 site=
845 srcdir=
846 verbose=
847 x_includes=NONE
848 x_libraries=NONE
849
850 # Installation directory options.
851 # These are left unexpanded so users can "make install exec_prefix=/foo"
852 # and all the variables that are supposed to be based on exec_prefix
853 # by default will actually change.
854 # Use braces instead of parens because sh, perl, etc. also accept them.
855 # (The list follows the same order as the GNU Coding Standards.)
856 bindir='${exec_prefix}/bin'
857 sbindir='${exec_prefix}/sbin'
858 libexecdir='${exec_prefix}/libexec'
859 datarootdir='${prefix}/share'
860 datadir='${datarootdir}'
861 sysconfdir='${prefix}/etc'
862 sharedstatedir='${prefix}/com'
863 localstatedir='${prefix}/var'
864 includedir='${prefix}/include'
865 oldincludedir='/usr/include'
866 docdir='${datarootdir}/doc/${PACKAGE_TARNAME}'
867 infodir='${datarootdir}/info'
868 htmldir='${docdir}'
869 dvidir='${docdir}'
870 pdfdir='${docdir}'
871 psdir='${docdir}'
872 libdir='${exec_prefix}/lib'
873 localedir='${datarootdir}/locale'
874 mandir='${datarootdir}/man'
875
876 ac_prev=
877 ac_dashdash=
878 for ac_option
879 do
880   # If the previous option needs an argument, assign it.
881   if test -n "$ac_prev"; then
882     eval $ac_prev=\$ac_option
883     ac_prev=
884     continue
885   fi
886
887   case $ac_option in
888   *=*)  ac_optarg=`expr "X$ac_option" : '[^=]*=\(.*\)'` ;;
889   *)    ac_optarg=yes ;;
890   esac
891
892   # Accept the important Cygnus configure options, so we can diagnose typos.
893
894   case $ac_dashdash$ac_option in
895   --)
896     ac_dashdash=yes ;;
897
898   -bindir | --bindir | --bindi | --bind | --bin | --bi)
899     ac_prev=bindir ;;
900   -bindir=* | --bindir=* | --bindi=* | --bind=* | --bin=* | --bi=*)
901     bindir=$ac_optarg ;;
902
903   -build | --build | --buil | --bui | --bu)
904     ac_prev=build_alias ;;
905   -build=* | --build=* | --buil=* | --bui=* | --bu=*)
906     build_alias=$ac_optarg ;;
907
908   -cache-file | --cache-file | --cache-fil | --cache-fi \
909   | --cache-f | --cache- | --cache | --cach | --cac | --ca | --c)
910     ac_prev=cache_file ;;
911   -cache-file=* | --cache-file=* | --cache-fil=* | --cache-fi=* \
912   | --cache-f=* | --cache-=* | --cache=* | --cach=* | --cac=* | --ca=* | --c=*)
913     cache_file=$ac_optarg ;;
914
915   --config-cache | -C)
916     cache_file=config.cache ;;
917
918   -datadir | --datadir | --datadi | --datad)
919     ac_prev=datadir ;;
920   -datadir=* | --datadir=* | --datadi=* | --datad=*)
921     datadir=$ac_optarg ;;
922
923   -datarootdir | --datarootdir | --datarootdi | --datarootd | --dataroot \
924   | --dataroo | --dataro | --datar)
925     ac_prev=datarootdir ;;
926   -datarootdir=* | --datarootdir=* | --datarootdi=* | --datarootd=* \
927   | --dataroot=* | --dataroo=* | --dataro=* | --datar=*)
928     datarootdir=$ac_optarg ;;
929
930   -disable-* | --disable-*)
931     ac_useropt=`expr "x$ac_option" : 'x-*disable-\(.*\)'`
932     # Reject names that are not valid shell variable names.
933     expr "x$ac_useropt" : ".*[^-+._$as_cr_alnum]" >/dev/null &&
934       as_fn_error "invalid feature name: $ac_useropt"
935     ac_useropt_orig=$ac_useropt
936     ac_useropt=`$as_echo "$ac_useropt" | sed 's/[-+.]/_/g'`
937     case $ac_user_opts in
938       *"
939 "enable_$ac_useropt"
940 "*) ;;
941       *) ac_unrecognized_opts="$ac_unrecognized_opts$ac_unrecognized_sep--disable-$ac_useropt_orig"
942          ac_unrecognized_sep=', ';;
943     esac
944     eval enable_$ac_useropt=no ;;
945
946   -docdir | --docdir | --docdi | --doc | --do)
947     ac_prev=docdir ;;
948   -docdir=* | --docdir=* | --docdi=* | --doc=* | --do=*)
949     docdir=$ac_optarg ;;
950
951   -dvidir | --dvidir | --dvidi | --dvid | --dvi | --dv)
952     ac_prev=dvidir ;;
953   -dvidir=* | --dvidir=* | --dvidi=* | --dvid=* | --dvi=* | --dv=*)
954     dvidir=$ac_optarg ;;
955
956   -enable-* | --enable-*)
957     ac_useropt=`expr "x$ac_option" : 'x-*enable-\([^=]*\)'`
958     # Reject names that are not valid shell variable names.
959     expr "x$ac_useropt" : ".*[^-+._$as_cr_alnum]" >/dev/null &&
960       as_fn_error "invalid feature name: $ac_useropt"
961     ac_useropt_orig=$ac_useropt
962     ac_useropt=`$as_echo "$ac_useropt" | sed 's/[-+.]/_/g'`
963     case $ac_user_opts in
964       *"
965 "enable_$ac_useropt"
966 "*) ;;
967       *) ac_unrecognized_opts="$ac_unrecognized_opts$ac_unrecognized_sep--enable-$ac_useropt_orig"
968          ac_unrecognized_sep=', ';;
969     esac
970     eval enable_$ac_useropt=\$ac_optarg ;;
971
972   -exec-prefix | --exec_prefix | --exec-prefix | --exec-prefi \
973   | --exec-pref | --exec-pre | --exec-pr | --exec-p | --exec- \
974   | --exec | --exe | --ex)
975     ac_prev=exec_prefix ;;
976   -exec-prefix=* | --exec_prefix=* | --exec-prefix=* | --exec-prefi=* \
977   | --exec-pref=* | --exec-pre=* | --exec-pr=* | --exec-p=* | --exec-=* \
978   | --exec=* | --exe=* | --ex=*)
979     exec_prefix=$ac_optarg ;;
980
981   -gas | --gas | --ga | --g)
982     # Obsolete; use --with-gas.
983     with_gas=yes ;;
984
985   -help | --help | --hel | --he | -h)
986     ac_init_help=long ;;
987   -help=r* | --help=r* | --hel=r* | --he=r* | -hr*)
988     ac_init_help=recursive ;;
989   -help=s* | --help=s* | --hel=s* | --he=s* | -hs*)
990     ac_init_help=short ;;
991
992   -host | --host | --hos | --ho)
993     ac_prev=host_alias ;;
994   -host=* | --host=* | --hos=* | --ho=*)
995     host_alias=$ac_optarg ;;
996
997   -htmldir | --htmldir | --htmldi | --htmld | --html | --htm | --ht)
998     ac_prev=htmldir ;;
999   -htmldir=* | --htmldir=* | --htmldi=* | --htmld=* | --html=* | --htm=* \
1000   | --ht=*)
1001     htmldir=$ac_optarg ;;
1002
1003   -includedir | --includedir | --includedi | --included | --include \
1004   | --includ | --inclu | --incl | --inc)
1005     ac_prev=includedir ;;
1006   -includedir=* | --includedir=* | --includedi=* | --included=* | --include=* \
1007   | --includ=* | --inclu=* | --incl=* | --inc=*)
1008     includedir=$ac_optarg ;;
1009
1010   -infodir | --infodir | --infodi | --infod | --info | --inf)
1011     ac_prev=infodir ;;
1012   -infodir=* | --infodir=* | --infodi=* | --infod=* | --info=* | --inf=*)
1013     infodir=$ac_optarg ;;
1014
1015   -libdir | --libdir | --libdi | --libd)
1016     ac_prev=libdir ;;
1017   -libdir=* | --libdir=* | --libdi=* | --libd=*)
1018     libdir=$ac_optarg ;;
1019
1020   -libexecdir | --libexecdir | --libexecdi | --libexecd | --libexec \
1021   | --libexe | --libex | --libe)
1022     ac_prev=libexecdir ;;
1023   -libexecdir=* | --libexecdir=* | --libexecdi=* | --libexecd=* | --libexec=* \
1024   | --libexe=* | --libex=* | --libe=*)
1025     libexecdir=$ac_optarg ;;
1026
1027   -localedir | --localedir | --localedi | --localed | --locale)
1028     ac_prev=localedir ;;
1029   -localedir=* | --localedir=* | --localedi=* | --localed=* | --locale=*)
1030     localedir=$ac_optarg ;;
1031
1032   -localstatedir | --localstatedir | --localstatedi | --localstated \
1033   | --localstate | --localstat | --localsta | --localst | --locals)
1034     ac_prev=localstatedir ;;
1035   -localstatedir=* | --localstatedir=* | --localstatedi=* | --localstated=* \
1036   | --localstate=* | --localstat=* | --localsta=* | --localst=* | --locals=*)
1037     localstatedir=$ac_optarg ;;
1038
1039   -mandir | --mandir | --mandi | --mand | --man | --ma | --m)
1040     ac_prev=mandir ;;
1041   -mandir=* | --mandir=* | --mandi=* | --mand=* | --man=* | --ma=* | --m=*)
1042     mandir=$ac_optarg ;;
1043
1044   -nfp | --nfp | --nf)
1045     # Obsolete; use --without-fp.
1046     with_fp=no ;;
1047
1048   -no-create | --no-create | --no-creat | --no-crea | --no-cre \
1049   | --no-cr | --no-c | -n)
1050     no_create=yes ;;
1051
1052   -no-recursion | --no-recursion | --no-recursio | --no-recursi \
1053   | --no-recurs | --no-recur | --no-recu | --no-rec | --no-re | --no-r)
1054     no_recursion=yes ;;
1055
1056   -oldincludedir | --oldincludedir | --oldincludedi | --oldincluded \
1057   | --oldinclude | --oldinclud | --oldinclu | --oldincl | --oldinc \
1058   | --oldin | --oldi | --old | --ol | --o)
1059     ac_prev=oldincludedir ;;
1060   -oldincludedir=* | --oldincludedir=* | --oldincludedi=* | --oldincluded=* \
1061   | --oldinclude=* | --oldinclud=* | --oldinclu=* | --oldincl=* | --oldinc=* \
1062   | --oldin=* | --oldi=* | --old=* | --ol=* | --o=*)
1063     oldincludedir=$ac_optarg ;;
1064
1065   -prefix | --prefix | --prefi | --pref | --pre | --pr | --p)
1066     ac_prev=prefix ;;
1067   -prefix=* | --prefix=* | --prefi=* | --pref=* | --pre=* | --pr=* | --p=*)
1068     prefix=$ac_optarg ;;
1069
1070   -program-prefix | --program-prefix | --program-prefi | --program-pref \
1071   | --program-pre | --program-pr | --program-p)
1072     ac_prev=program_prefix ;;
1073   -program-prefix=* | --program-prefix=* | --program-prefi=* \
1074   | --program-pref=* | --program-pre=* | --program-pr=* | --program-p=*)
1075     program_prefix=$ac_optarg ;;
1076
1077   -program-suffix | --program-suffix | --program-suffi | --program-suff \
1078   | --program-suf | --program-su | --program-s)
1079     ac_prev=program_suffix ;;
1080   -program-suffix=* | --program-suffix=* | --program-suffi=* \
1081   | --program-suff=* | --program-suf=* | --program-su=* | --program-s=*)
1082     program_suffix=$ac_optarg ;;
1083
1084   -program-transform-name | --program-transform-name \
1085   | --program-transform-nam | --program-transform-na \
1086   | --program-transform-n | --program-transform- \
1087   | --program-transform | --program-transfor \
1088   | --program-transfo | --program-transf \
1089   | --program-trans | --program-tran \
1090   | --progr-tra | --program-tr | --program-t)
1091     ac_prev=program_transform_name ;;
1092   -program-transform-name=* | --program-transform-name=* \
1093   | --program-transform-nam=* | --program-transform-na=* \
1094   | --program-transform-n=* | --program-transform-=* \
1095   | --program-transform=* | --program-transfor=* \
1096   | --program-transfo=* | --program-transf=* \
1097   | --program-trans=* | --program-tran=* \
1098   | --progr-tra=* | --program-tr=* | --program-t=*)
1099     program_transform_name=$ac_optarg ;;
1100
1101   -pdfdir | --pdfdir | --pdfdi | --pdfd | --pdf | --pd)
1102     ac_prev=pdfdir ;;
1103   -pdfdir=* | --pdfdir=* | --pdfdi=* | --pdfd=* | --pdf=* | --pd=*)
1104     pdfdir=$ac_optarg ;;
1105
1106   -psdir | --psdir | --psdi | --psd | --ps)
1107     ac_prev=psdir ;;
1108   -psdir=* | --psdir=* | --psdi=* | --psd=* | --ps=*)
1109     psdir=$ac_optarg ;;
1110
1111   -q | -quiet | --quiet | --quie | --qui | --qu | --q \
1112   | -silent | --silent | --silen | --sile | --sil)
1113     silent=yes ;;
1114
1115   -sbindir | --sbindir | --sbindi | --sbind | --sbin | --sbi | --sb)
1116     ac_prev=sbindir ;;
1117   -sbindir=* | --sbindir=* | --sbindi=* | --sbind=* | --sbin=* \
1118   | --sbi=* | --sb=*)
1119     sbindir=$ac_optarg ;;
1120
1121   -sharedstatedir | --sharedstatedir | --sharedstatedi \
1122   | --sharedstated | --sharedstate | --sharedstat | --sharedsta \
1123   | --sharedst | --shareds | --shared | --share | --shar \
1124   | --sha | --sh)
1125     ac_prev=sharedstatedir ;;
1126   -sharedstatedir=* | --sharedstatedir=* | --sharedstatedi=* \
1127   | --sharedstated=* | --sharedstate=* | --sharedstat=* | --sharedsta=* \
1128   | --sharedst=* | --shareds=* | --shared=* | --share=* | --shar=* \
1129   | --sha=* | --sh=*)
1130     sharedstatedir=$ac_optarg ;;
1131
1132   -site | --site | --sit)
1133     ac_prev=site ;;
1134   -site=* | --site=* | --sit=*)
1135     site=$ac_optarg ;;
1136
1137   -srcdir | --srcdir | --srcdi | --srcd | --src | --sr)
1138     ac_prev=srcdir ;;
1139   -srcdir=* | --srcdir=* | --srcdi=* | --srcd=* | --src=* | --sr=*)
1140     srcdir=$ac_optarg ;;
1141
1142   -sysconfdir | --sysconfdir | --sysconfdi | --sysconfd | --sysconf \
1143   | --syscon | --sysco | --sysc | --sys | --sy)
1144     ac_prev=sysconfdir ;;
1145   -sysconfdir=* | --sysconfdir=* | --sysconfdi=* | --sysconfd=* | --sysconf=* \
1146   | --syscon=* | --sysco=* | --sysc=* | --sys=* | --sy=*)
1147     sysconfdir=$ac_optarg ;;
1148
1149   -target | --target | --targe | --targ | --tar | --ta | --t)
1150     ac_prev=target_alias ;;
1151   -target=* | --target=* | --targe=* | --targ=* | --tar=* | --ta=* | --t=*)
1152     target_alias=$ac_optarg ;;
1153
1154   -v | -verbose | --verbose | --verbos | --verbo | --verb)
1155     verbose=yes ;;
1156
1157   -version | --version | --versio | --versi | --vers | -V)
1158     ac_init_version=: ;;
1159
1160   -with-* | --with-*)
1161     ac_useropt=`expr "x$ac_option" : 'x-*with-\([^=]*\)'`
1162     # Reject names that are not valid shell variable names.
1163     expr "x$ac_useropt" : ".*[^-+._$as_cr_alnum]" >/dev/null &&
1164       as_fn_error "invalid package name: $ac_useropt"
1165     ac_useropt_orig=$ac_useropt
1166     ac_useropt=`$as_echo "$ac_useropt" | sed 's/[-+.]/_/g'`
1167     case $ac_user_opts in
1168       *"
1169 "with_$ac_useropt"
1170 "*) ;;
1171       *) ac_unrecognized_opts="$ac_unrecognized_opts$ac_unrecognized_sep--with-$ac_useropt_orig"
1172          ac_unrecognized_sep=', ';;
1173     esac
1174     eval with_$ac_useropt=\$ac_optarg ;;
1175
1176   -without-* | --without-*)
1177     ac_useropt=`expr "x$ac_option" : 'x-*without-\(.*\)'`
1178     # Reject names that are not valid shell variable names.
1179     expr "x$ac_useropt" : ".*[^-+._$as_cr_alnum]" >/dev/null &&
1180       as_fn_error "invalid package name: $ac_useropt"
1181     ac_useropt_orig=$ac_useropt
1182     ac_useropt=`$as_echo "$ac_useropt" | sed 's/[-+.]/_/g'`
1183     case $ac_user_opts in
1184       *"
1185 "with_$ac_useropt"
1186 "*) ;;
1187       *) ac_unrecognized_opts="$ac_unrecognized_opts$ac_unrecognized_sep--without-$ac_useropt_orig"
1188          ac_unrecognized_sep=', ';;
1189     esac
1190     eval with_$ac_useropt=no ;;
1191
1192   --x)
1193     # Obsolete; use --with-x.
1194     with_x=yes ;;
1195
1196   -x-includes | --x-includes | --x-include | --x-includ | --x-inclu \
1197   | --x-incl | --x-inc | --x-in | --x-i)
1198     ac_prev=x_includes ;;
1199   -x-includes=* | --x-includes=* | --x-include=* | --x-includ=* | --x-inclu=* \
1200   | --x-incl=* | --x-inc=* | --x-in=* | --x-i=*)
1201     x_includes=$ac_optarg ;;
1202
1203   -x-libraries | --x-libraries | --x-librarie | --x-librari \
1204   | --x-librar | --x-libra | --x-libr | --x-lib | --x-li | --x-l)
1205     ac_prev=x_libraries ;;
1206   -x-libraries=* | --x-libraries=* | --x-librarie=* | --x-librari=* \
1207   | --x-librar=* | --x-libra=* | --x-libr=* | --x-lib=* | --x-li=* | --x-l=*)
1208     x_libraries=$ac_optarg ;;
1209
1210   -*) as_fn_error "unrecognized option: \`$ac_option'
1211 Try \`$0 --help' for more information."
1212     ;;
1213
1214   *=*)
1215     ac_envvar=`expr "x$ac_option" : 'x\([^=]*\)='`
1216     # Reject names that are not valid shell variable names.
1217     case $ac_envvar in #(
1218       '' | [0-9]* | *[!_$as_cr_alnum]* )
1219       as_fn_error "invalid variable name: \`$ac_envvar'" ;;
1220     esac
1221     eval $ac_envvar=\$ac_optarg
1222     export $ac_envvar ;;
1223
1224   *)
1225     # FIXME: should be removed in autoconf 3.0.
1226     $as_echo "$as_me: WARNING: you should use --build, --host, --target" >&2
1227     expr "x$ac_option" : ".*[^-._$as_cr_alnum]" >/dev/null &&
1228       $as_echo "$as_me: WARNING: invalid host type: $ac_option" >&2
1229     : ${build_alias=$ac_option} ${host_alias=$ac_option} ${target_alias=$ac_option}
1230     ;;
1231
1232   esac
1233 done
1234
1235 if test -n "$ac_prev"; then
1236   ac_option=--`echo $ac_prev | sed 's/_/-/g'`
1237   as_fn_error "missing argument to $ac_option"
1238 fi
1239
1240 if test -n "$ac_unrecognized_opts"; then
1241   case $enable_option_checking in
1242     no) ;;
1243     fatal) as_fn_error "unrecognized options: $ac_unrecognized_opts" ;;
1244     *)     $as_echo "$as_me: WARNING: unrecognized options: $ac_unrecognized_opts" >&2 ;;
1245   esac
1246 fi
1247
1248 # Check all directory arguments for consistency.
1249 for ac_var in   exec_prefix prefix bindir sbindir libexecdir datarootdir \
1250                 datadir sysconfdir sharedstatedir localstatedir includedir \
1251                 oldincludedir docdir infodir htmldir dvidir pdfdir psdir \
1252                 libdir localedir mandir
1253 do
1254   eval ac_val=\$$ac_var
1255   # Remove trailing slashes.
1256   case $ac_val in
1257     */ )
1258       ac_val=`expr "X$ac_val" : 'X\(.*[^/]\)' \| "X$ac_val" : 'X\(.*\)'`
1259       eval $ac_var=\$ac_val;;
1260   esac
1261   # Be sure to have absolute directory names.
1262   case $ac_val in
1263     [\\/$]* | ?:[\\/]* )  continue;;
1264     NONE | '' ) case $ac_var in *prefix ) continue;; esac;;
1265   esac
1266   as_fn_error "expected an absolute directory name for --$ac_var: $ac_val"
1267 done
1268
1269 # There might be people who depend on the old broken behavior: `$host'
1270 # used to hold the argument of --host etc.
1271 # FIXME: To remove some day.
1272 build=$build_alias
1273 host=$host_alias
1274 target=$target_alias
1275
1276 # FIXME: To remove some day.
1277 if test "x$host_alias" != x; then
1278   if test "x$build_alias" = x; then
1279     cross_compiling=maybe
1280     $as_echo "$as_me: WARNING: If you wanted to set the --build type, don't use --host.
1281     If a cross compiler is detected then cross compile mode will be used." >&2
1282   elif test "x$build_alias" != "x$host_alias"; then
1283     cross_compiling=yes
1284   fi
1285 fi
1286
1287 ac_tool_prefix=
1288 test -n "$host_alias" && ac_tool_prefix=$host_alias-
1289
1290 test "$silent" = yes && exec 6>/dev/null
1291
1292
1293 ac_pwd=`pwd` && test -n "$ac_pwd" &&
1294 ac_ls_di=`ls -di .` &&
1295 ac_pwd_ls_di=`cd "$ac_pwd" && ls -di .` ||
1296   as_fn_error "working directory cannot be determined"
1297 test "X$ac_ls_di" = "X$ac_pwd_ls_di" ||
1298   as_fn_error "pwd does not report name of working directory"
1299
1300
1301 # Find the source files, if location was not specified.
1302 if test -z "$srcdir"; then
1303   ac_srcdir_defaulted=yes
1304   # Try the directory containing this script, then the parent directory.
1305   ac_confdir=`$as_dirname -- "$as_myself" ||
1306 $as_expr X"$as_myself" : 'X\(.*[^/]\)//*[^/][^/]*/*$' \| \
1307          X"$as_myself" : 'X\(//\)[^/]' \| \
1308          X"$as_myself" : 'X\(//\)$' \| \
1309          X"$as_myself" : 'X\(/\)' \| . 2>/dev/null ||
1310 $as_echo X"$as_myself" |
1311     sed '/^X\(.*[^/]\)\/\/*[^/][^/]*\/*$/{
1312             s//\1/
1313             q
1314           }
1315           /^X\(\/\/\)[^/].*/{
1316             s//\1/
1317             q
1318           }
1319           /^X\(\/\/\)$/{
1320             s//\1/
1321             q
1322           }
1323           /^X\(\/\).*/{
1324             s//\1/
1325             q
1326           }
1327           s/.*/./; q'`
1328   srcdir=$ac_confdir
1329   if test ! -r "$srcdir/$ac_unique_file"; then
1330     srcdir=..
1331   fi
1332 else
1333   ac_srcdir_defaulted=no
1334 fi
1335 if test ! -r "$srcdir/$ac_unique_file"; then
1336   test "$ac_srcdir_defaulted" = yes && srcdir="$ac_confdir or .."
1337   as_fn_error "cannot find sources ($ac_unique_file) in $srcdir"
1338 fi
1339 ac_msg="sources are in $srcdir, but \`cd $srcdir' does not work"
1340 ac_abs_confdir=`(
1341         cd "$srcdir" && test -r "./$ac_unique_file" || as_fn_error "$ac_msg"
1342         pwd)`
1343 # When building in place, set srcdir=.
1344 if test "$ac_abs_confdir" = "$ac_pwd"; then
1345   srcdir=.
1346 fi
1347 # Remove unnecessary trailing slashes from srcdir.
1348 # Double slashes in file names in object file debugging info
1349 # mess up M-x gdb in Emacs.
1350 case $srcdir in
1351 */) srcdir=`expr "X$srcdir" : 'X\(.*[^/]\)' \| "X$srcdir" : 'X\(.*\)'`;;
1352 esac
1353 for ac_var in $ac_precious_vars; do
1354   eval ac_env_${ac_var}_set=\${${ac_var}+set}
1355   eval ac_env_${ac_var}_value=\$${ac_var}
1356   eval ac_cv_env_${ac_var}_set=\${${ac_var}+set}
1357   eval ac_cv_env_${ac_var}_value=\$${ac_var}
1358 done
1359
1360 #
1361 # Report the --help message.
1362 #
1363 if test "$ac_init_help" = "long"; then
1364   # Omit some internal or obsolete options to make the list less imposing.
1365   # This message is too long to be a string in the A/UX 3.1 sh.
1366   cat <<_ACEOF
1367 \`configure' configures Wine 1.1.27 to adapt to many kinds of systems.
1368
1369 Usage: $0 [OPTION]... [VAR=VALUE]...
1370
1371 To assign environment variables (e.g., CC, CFLAGS...), specify them as
1372 VAR=VALUE.  See below for descriptions of some of the useful variables.
1373
1374 Defaults for the options are specified in brackets.
1375
1376 Configuration:
1377   -h, --help              display this help and exit
1378       --help=short        display options specific to this package
1379       --help=recursive    display the short help of all the included packages
1380   -V, --version           display version information and exit
1381   -q, --quiet, --silent   do not print \`checking...' messages
1382       --cache-file=FILE   cache test results in FILE [disabled]
1383   -C, --config-cache      alias for \`--cache-file=config.cache'
1384   -n, --no-create         do not create output files
1385       --srcdir=DIR        find the sources in DIR [configure dir or \`..']
1386
1387 Installation directories:
1388   --prefix=PREFIX         install architecture-independent files in PREFIX
1389                           [$ac_default_prefix]
1390   --exec-prefix=EPREFIX   install architecture-dependent files in EPREFIX
1391                           [PREFIX]
1392
1393 By default, \`make install' will install all the files in
1394 \`$ac_default_prefix/bin', \`$ac_default_prefix/lib' etc.  You can specify
1395 an installation prefix other than \`$ac_default_prefix' using \`--prefix',
1396 for instance \`--prefix=\$HOME'.
1397
1398 For better control, use the options below.
1399
1400 Fine tuning of the installation directories:
1401   --bindir=DIR            user executables [EPREFIX/bin]
1402   --sbindir=DIR           system admin executables [EPREFIX/sbin]
1403   --libexecdir=DIR        program executables [EPREFIX/libexec]
1404   --sysconfdir=DIR        read-only single-machine data [PREFIX/etc]
1405   --sharedstatedir=DIR    modifiable architecture-independent data [PREFIX/com]
1406   --localstatedir=DIR     modifiable single-machine data [PREFIX/var]
1407   --libdir=DIR            object code libraries [EPREFIX/lib]
1408   --includedir=DIR        C header files [PREFIX/include]
1409   --oldincludedir=DIR     C header files for non-gcc [/usr/include]
1410   --datarootdir=DIR       read-only arch.-independent data root [PREFIX/share]
1411   --datadir=DIR           read-only architecture-independent data [DATAROOTDIR]
1412   --infodir=DIR           info documentation [DATAROOTDIR/info]
1413   --localedir=DIR         locale-dependent data [DATAROOTDIR/locale]
1414   --mandir=DIR            man documentation [DATAROOTDIR/man]
1415   --docdir=DIR            documentation root [DATAROOTDIR/doc/wine]
1416   --htmldir=DIR           html documentation [DOCDIR]
1417   --dvidir=DIR            dvi documentation [DOCDIR]
1418   --pdfdir=DIR            pdf documentation [DOCDIR]
1419   --psdir=DIR             ps documentation [DOCDIR]
1420 _ACEOF
1421
1422   cat <<\_ACEOF
1423
1424 X features:
1425   --x-includes=DIR    X include files are in DIR
1426   --x-libraries=DIR   X library files are in DIR
1427
1428 System types:
1429   --build=BUILD     configure for building on BUILD [guessed]
1430   --host=HOST       cross-compile to build programs to run on HOST [BUILD]
1431 _ACEOF
1432 fi
1433
1434 if test -n "$ac_init_help"; then
1435   case $ac_init_help in
1436      short | recursive ) echo "Configuration of Wine 1.1.27:";;
1437    esac
1438   cat <<\_ACEOF
1439
1440 Optional Features:
1441   --disable-option-checking  ignore unrecognized --enable/--with options
1442   --disable-FEATURE       do not include FEATURE (same as --enable-FEATURE=no)
1443   --enable-FEATURE[=ARG]  include FEATURE [ARG=yes]
1444   --disable-win16         do not include Win16 support
1445   --enable-win64          build a Win64 emulator on AMD64 (won't run Win32
1446                           binaries)
1447   --disable-tests         do not build the regression tests
1448   --enable-maintainer-mode
1449                           enable maintainer-specific build rules
1450
1451 Optional Packages:
1452   --with-PACKAGE[=ARG]    use PACKAGE [ARG=yes]
1453   --without-PACKAGE       do not use PACKAGE (same as --with-PACKAGE=no)
1454   --without-alsa          do not use the Alsa sound support
1455   --without-audioio       do not use the AudioIO sound support
1456   --without-capi          do not use CAPI (ISDN support)
1457   --without-cms           do not use CMS (color management support)
1458   --without-coreaudio     do not use the CoreAudio sound support
1459   --without-cups          do not use CUPS
1460   --without-curses        do not use (n)curses
1461   --without-esd           do not use the EsounD sound support
1462   --without-fontconfig    do not use fontconfig
1463   --without-freetype      do not use the FreeType library
1464   --without-gphoto        do not use gphoto (Digital Camera support)
1465   --without-glu           do not use the GLU library
1466   --without-gnutls        do not use GnuTLS (schannel support)
1467   --without-gsm           do not use libgsm (GSM 06.10 codec support)
1468   --without-hal           do not use HAL (dynamic device support)
1469   --without-jack          do not use the Jack sound support
1470   --without-jpeg          do not use JPEG
1471   --without-ldap          do not use LDAP
1472   --without-nas           do not use the NAS sound support
1473   --without-opengl        do not use OpenGL
1474   --without-openssl       do not use OpenSSL
1475   --without-oss           do not use the OSS sound support
1476   --without-png           do not use PNG
1477   --without-pthread       do not use the pthread library
1478   --without-sane          do not use SANE (scanner support)
1479   --without-xcomposite    do not use the Xcomposite extension
1480   --without-xcursor       do not use the Xcursor extension
1481   --without-xinerama      do not use Xinerama (multi-monitor support)
1482   --without-xinput        do not use the Xinput extension
1483   --without-xml           do not use XML
1484   --without-xrandr        do not use Xrandr (resolution changes)
1485   --without-xrender       do not use the Xrender extension
1486   --without-xshape        do not use the Xshape extension
1487   --without-xshm          do not use XShm (shared memory extension)
1488   --without-xslt          do not use XSLT
1489   --without-xxf86vm       do not use XFree video mode extension
1490   --with-wine-tools=DIR   use Wine tools from directory DIR
1491   --with-wine64=DIR       use the 64-bit Wine in DIR for a Wow64 build
1492   --with-x                use the X Window System
1493
1494 Some influential environment variables:
1495   CC          C compiler command
1496   CFLAGS      C compiler flags
1497   LDFLAGS     linker flags, e.g. -L<lib dir> if you have libraries in a
1498               nonstandard directory <lib dir>
1499   LIBS        libraries to pass to the linker, e.g. -l<library>
1500   CPPFLAGS    C/C++/Objective C preprocessor flags, e.g. -I<include dir> if
1501               you have headers in a nonstandard directory <include dir>
1502   CXX         C++ compiler command
1503   CXXFLAGS    C++ compiler flags
1504   CPP         C preprocessor
1505   XMKMF       Path to xmkmf, Makefile generator for X Window System
1506
1507 Use these variables to override the choices made by `configure' or to help
1508 it to find libraries and programs with nonstandard names/locations.
1509
1510 Report bugs to <wine-devel@winehq.org>.
1511 Wine home page: <http://www.winehq.org>.
1512 _ACEOF
1513 ac_status=$?
1514 fi
1515
1516 if test "$ac_init_help" = "recursive"; then
1517   # If there are subdirs, report their specific --help.
1518   for ac_dir in : $ac_subdirs_all; do test "x$ac_dir" = x: && continue
1519     test -d "$ac_dir" ||
1520       { cd "$srcdir" && ac_pwd=`pwd` && srcdir=. && test -d "$ac_dir"; } ||
1521       continue
1522     ac_builddir=.
1523
1524 case "$ac_dir" in
1525 .) ac_dir_suffix= ac_top_builddir_sub=. ac_top_build_prefix= ;;
1526 *)
1527   ac_dir_suffix=/`$as_echo "$ac_dir" | sed 's|^\.[\\/]||'`
1528   # A ".." for each directory in $ac_dir_suffix.
1529   ac_top_builddir_sub=`$as_echo "$ac_dir_suffix" | sed 's|/[^\\/]*|/..|g;s|/||'`
1530   case $ac_top_builddir_sub in
1531   "") ac_top_builddir_sub=. ac_top_build_prefix= ;;
1532   *)  ac_top_build_prefix=$ac_top_builddir_sub/ ;;
1533   esac ;;
1534 esac
1535 ac_abs_top_builddir=$ac_pwd
1536 ac_abs_builddir=$ac_pwd$ac_dir_suffix
1537 # for backward compatibility:
1538 ac_top_builddir=$ac_top_build_prefix
1539
1540 case $srcdir in
1541   .)  # We are building in place.
1542     ac_srcdir=.
1543     ac_top_srcdir=$ac_top_builddir_sub
1544     ac_abs_top_srcdir=$ac_pwd ;;
1545   [\\/]* | ?:[\\/]* )  # Absolute name.
1546     ac_srcdir=$srcdir$ac_dir_suffix;
1547     ac_top_srcdir=$srcdir
1548     ac_abs_top_srcdir=$srcdir ;;
1549   *) # Relative name.
1550     ac_srcdir=$ac_top_build_prefix$srcdir$ac_dir_suffix
1551     ac_top_srcdir=$ac_top_build_prefix$srcdir
1552     ac_abs_top_srcdir=$ac_pwd/$srcdir ;;
1553 esac
1554 ac_abs_srcdir=$ac_abs_top_srcdir$ac_dir_suffix
1555
1556     cd "$ac_dir" || { ac_status=$?; continue; }
1557     # Check for guested configure.
1558     if test -f "$ac_srcdir/configure.gnu"; then
1559       echo &&
1560       $SHELL "$ac_srcdir/configure.gnu" --help=recursive
1561     elif test -f "$ac_srcdir/configure"; then
1562       echo &&
1563       $SHELL "$ac_srcdir/configure" --help=recursive
1564     else
1565       $as_echo "$as_me: WARNING: no configuration information is in $ac_dir" >&2
1566     fi || ac_status=$?
1567     cd "$ac_pwd" || { ac_status=$?; break; }
1568   done
1569 fi
1570
1571 test -n "$ac_init_help" && exit $ac_status
1572 if $ac_init_version; then
1573   cat <<\_ACEOF
1574 Wine configure 1.1.27
1575 generated by GNU Autoconf 2.64
1576
1577 Copyright (C) 2009 Free Software Foundation, Inc.
1578 This configure script is free software; the Free Software Foundation
1579 gives unlimited permission to copy, distribute and modify it.
1580 _ACEOF
1581   exit
1582 fi
1583
1584 ## ------------------------ ##
1585 ## Autoconf initialization. ##
1586 ## ------------------------ ##
1587
1588 # ac_fn_c_try_compile LINENO
1589 # --------------------------
1590 # Try to compile conftest.$ac_ext, and return whether this succeeded.
1591 ac_fn_c_try_compile ()
1592 {
1593   as_lineno=${as_lineno-"$1"} as_lineno_stack=as_lineno_stack=$as_lineno_stack
1594   rm -f conftest.$ac_objext
1595   if { { ac_try="$ac_compile"
1596 case "(($ac_try" in
1597   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
1598   *) ac_try_echo=$ac_try;;
1599 esac
1600 eval ac_try_echo="\"\$as_me:${as_lineno-$LINENO}: $ac_try_echo\""
1601 $as_echo "$ac_try_echo"; } >&5
1602   (eval "$ac_compile") 2>conftest.err
1603   ac_status=$?
1604   if test -s conftest.err; then
1605     grep -v '^ *+' conftest.err >conftest.er1
1606     cat conftest.er1 >&5
1607     mv -f conftest.er1 conftest.err
1608   fi
1609   $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
1610   test $ac_status = 0; } && {
1611          test -z "$ac_c_werror_flag" ||
1612          test ! -s conftest.err
1613        } && test -s conftest.$ac_objext; then :
1614   ac_retval=0
1615 else
1616   $as_echo "$as_me: failed program was:" >&5
1617 sed 's/^/| /' conftest.$ac_ext >&5
1618
1619         ac_retval=1
1620 fi
1621   eval $as_lineno_stack; test "x$as_lineno_stack" = x && { as_lineno=; unset as_lineno;}
1622   return $ac_retval
1623
1624 } # ac_fn_c_try_compile
1625
1626 # ac_fn_cxx_try_compile LINENO
1627 # ----------------------------
1628 # Try to compile conftest.$ac_ext, and return whether this succeeded.
1629 ac_fn_cxx_try_compile ()
1630 {
1631   as_lineno=${as_lineno-"$1"} as_lineno_stack=as_lineno_stack=$as_lineno_stack
1632   rm -f conftest.$ac_objext
1633   if { { ac_try="$ac_compile"
1634 case "(($ac_try" in
1635   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
1636   *) ac_try_echo=$ac_try;;
1637 esac
1638 eval ac_try_echo="\"\$as_me:${as_lineno-$LINENO}: $ac_try_echo\""
1639 $as_echo "$ac_try_echo"; } >&5
1640   (eval "$ac_compile") 2>conftest.err
1641   ac_status=$?
1642   if test -s conftest.err; then
1643     grep -v '^ *+' conftest.err >conftest.er1
1644     cat conftest.er1 >&5
1645     mv -f conftest.er1 conftest.err
1646   fi
1647   $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
1648   test $ac_status = 0; } && {
1649          test -z "$ac_cxx_werror_flag" ||
1650          test ! -s conftest.err
1651        } && test -s conftest.$ac_objext; then :
1652   ac_retval=0
1653 else
1654   $as_echo "$as_me: failed program was:" >&5
1655 sed 's/^/| /' conftest.$ac_ext >&5
1656
1657         ac_retval=1
1658 fi
1659   eval $as_lineno_stack; test "x$as_lineno_stack" = x && { as_lineno=; unset as_lineno;}
1660   return $ac_retval
1661
1662 } # ac_fn_cxx_try_compile
1663
1664 # ac_fn_c_try_link LINENO
1665 # -----------------------
1666 # Try to link conftest.$ac_ext, and return whether this succeeded.
1667 ac_fn_c_try_link ()
1668 {
1669   as_lineno=${as_lineno-"$1"} as_lineno_stack=as_lineno_stack=$as_lineno_stack
1670   rm -f conftest.$ac_objext conftest$ac_exeext
1671   if { { ac_try="$ac_link"
1672 case "(($ac_try" in
1673   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
1674   *) ac_try_echo=$ac_try;;
1675 esac
1676 eval ac_try_echo="\"\$as_me:${as_lineno-$LINENO}: $ac_try_echo\""
1677 $as_echo "$ac_try_echo"; } >&5
1678   (eval "$ac_link") 2>conftest.err
1679   ac_status=$?
1680   if test -s conftest.err; then
1681     grep -v '^ *+' conftest.err >conftest.er1
1682     cat conftest.er1 >&5
1683     mv -f conftest.er1 conftest.err
1684   fi
1685   $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
1686   test $ac_status = 0; } && {
1687          test -z "$ac_c_werror_flag" ||
1688          test ! -s conftest.err
1689        } && test -s conftest$ac_exeext && {
1690          test "$cross_compiling" = yes ||
1691          $as_test_x conftest$ac_exeext
1692        }; then :
1693   ac_retval=0
1694 else
1695   $as_echo "$as_me: failed program was:" >&5
1696 sed 's/^/| /' conftest.$ac_ext >&5
1697
1698         ac_retval=1
1699 fi
1700   # Delete the IPA/IPO (Inter Procedural Analysis/Optimization) information
1701   # created by the PGI compiler (conftest_ipa8_conftest.oo), as it would
1702   # interfere with the next link command; also delete a directory that is
1703   # left behind by Apple's compiler.  We do this before executing the actions.
1704   rm -rf conftest.dSYM conftest_ipa8_conftest.oo
1705   eval $as_lineno_stack; test "x$as_lineno_stack" = x && { as_lineno=; unset as_lineno;}
1706   return $ac_retval
1707
1708 } # ac_fn_c_try_link
1709
1710 # ac_fn_c_try_cpp LINENO
1711 # ----------------------
1712 # Try to preprocess conftest.$ac_ext, and return whether this succeeded.
1713 ac_fn_c_try_cpp ()
1714 {
1715   as_lineno=${as_lineno-"$1"} as_lineno_stack=as_lineno_stack=$as_lineno_stack
1716   if { { ac_try="$ac_cpp conftest.$ac_ext"
1717 case "(($ac_try" in
1718   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
1719   *) ac_try_echo=$ac_try;;
1720 esac
1721 eval ac_try_echo="\"\$as_me:${as_lineno-$LINENO}: $ac_try_echo\""
1722 $as_echo "$ac_try_echo"; } >&5
1723   (eval "$ac_cpp conftest.$ac_ext") 2>conftest.err
1724   ac_status=$?
1725   if test -s conftest.err; then
1726     grep -v '^ *+' conftest.err >conftest.er1
1727     cat conftest.er1 >&5
1728     mv -f conftest.er1 conftest.err
1729   fi
1730   $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
1731   test $ac_status = 0; } >/dev/null && {
1732          test -z "$ac_c_preproc_warn_flag$ac_c_werror_flag" ||
1733          test ! -s conftest.err
1734        }; then :
1735   ac_retval=0
1736 else
1737   $as_echo "$as_me: failed program was:" >&5
1738 sed 's/^/| /' conftest.$ac_ext >&5
1739
1740     ac_retval=1
1741 fi
1742   eval $as_lineno_stack; test "x$as_lineno_stack" = x && { as_lineno=; unset as_lineno;}
1743   return $ac_retval
1744
1745 } # ac_fn_c_try_cpp
1746
1747 # ac_fn_c_check_header_mongrel LINENO HEADER VAR INCLUDES
1748 # -------------------------------------------------------
1749 # Tests whether HEADER exists, giving a warning if it cannot be compiled using
1750 # the include files in INCLUDES and setting the cache variable VAR
1751 # accordingly.
1752 ac_fn_c_check_header_mongrel ()
1753 {
1754   as_lineno=${as_lineno-"$1"} as_lineno_stack=as_lineno_stack=$as_lineno_stack
1755   if { as_var=$3; eval "test \"\${$as_var+set}\" = set"; }; then :
1756   { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $2" >&5
1757 $as_echo_n "checking for $2... " >&6; }
1758 if { as_var=$3; eval "test \"\${$as_var+set}\" = set"; }; then :
1759   $as_echo_n "(cached) " >&6
1760 fi
1761 eval ac_res=\$$3
1762                { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_res" >&5
1763 $as_echo "$ac_res" >&6; }
1764 else
1765   # Is the header compilable?
1766 { $as_echo "$as_me:${as_lineno-$LINENO}: checking $2 usability" >&5
1767 $as_echo_n "checking $2 usability... " >&6; }
1768 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
1769 /* end confdefs.h.  */
1770 $4
1771 #include <$2>
1772 _ACEOF
1773 if ac_fn_c_try_compile "$LINENO"; then :
1774   ac_header_compiler=yes
1775 else
1776   ac_header_compiler=no
1777 fi
1778 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
1779 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_header_compiler" >&5
1780 $as_echo "$ac_header_compiler" >&6; }
1781
1782 # Is the header present?
1783 { $as_echo "$as_me:${as_lineno-$LINENO}: checking $2 presence" >&5
1784 $as_echo_n "checking $2 presence... " >&6; }
1785 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
1786 /* end confdefs.h.  */
1787 #include <$2>
1788 _ACEOF
1789 if ac_fn_c_try_cpp "$LINENO"; then :
1790   ac_header_preproc=yes
1791 else
1792   ac_header_preproc=no
1793 fi
1794 rm -f conftest.err conftest.$ac_ext
1795 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_header_preproc" >&5
1796 $as_echo "$ac_header_preproc" >&6; }
1797
1798 # So?  What about this header?
1799 case $ac_header_compiler:$ac_header_preproc:$ac_c_preproc_warn_flag in #((
1800   yes:no: )
1801     { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: $2: accepted by the compiler, rejected by the preprocessor!" >&5
1802 $as_echo "$as_me: WARNING: $2: accepted by the compiler, rejected by the preprocessor!" >&2;}
1803     { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: $2: proceeding with the compiler's result" >&5
1804 $as_echo "$as_me: WARNING: $2: proceeding with the compiler's result" >&2;}
1805     ;;
1806   no:yes:* )
1807     { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: $2: present but cannot be compiled" >&5
1808 $as_echo "$as_me: WARNING: $2: present but cannot be compiled" >&2;}
1809     { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: $2:     check for missing prerequisite headers?" >&5
1810 $as_echo "$as_me: WARNING: $2:     check for missing prerequisite headers?" >&2;}
1811     { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: $2: see the Autoconf documentation" >&5
1812 $as_echo "$as_me: WARNING: $2: see the Autoconf documentation" >&2;}
1813     { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: $2:     section \"Present But Cannot Be Compiled\"" >&5
1814 $as_echo "$as_me: WARNING: $2:     section \"Present But Cannot Be Compiled\"" >&2;}
1815     { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: $2: proceeding with the compiler's result" >&5
1816 $as_echo "$as_me: WARNING: $2: proceeding with the compiler's result" >&2;}
1817 ( cat <<\_ASBOX
1818 ## ------------------------------------ ##
1819 ## Report this to wine-devel@winehq.org ##
1820 ## ------------------------------------ ##
1821 _ASBOX
1822      ) | sed "s/^/$as_me: WARNING:     /" >&2
1823     ;;
1824 esac
1825   { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $2" >&5
1826 $as_echo_n "checking for $2... " >&6; }
1827 if { as_var=$3; eval "test \"\${$as_var+set}\" = set"; }; then :
1828   $as_echo_n "(cached) " >&6
1829 else
1830   eval "$3=\$ac_header_compiler"
1831 fi
1832 eval ac_res=\$$3
1833                { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_res" >&5
1834 $as_echo "$ac_res" >&6; }
1835 fi
1836   eval $as_lineno_stack; test "x$as_lineno_stack" = x && { as_lineno=; unset as_lineno;}
1837
1838 } # ac_fn_c_check_header_mongrel
1839
1840 # ac_fn_c_try_run LINENO
1841 # ----------------------
1842 # Try to link conftest.$ac_ext, and return whether this succeeded. Assumes
1843 # that executables *can* be run.
1844 ac_fn_c_try_run ()
1845 {
1846   as_lineno=${as_lineno-"$1"} as_lineno_stack=as_lineno_stack=$as_lineno_stack
1847   if { { ac_try="$ac_link"
1848 case "(($ac_try" in
1849   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
1850   *) ac_try_echo=$ac_try;;
1851 esac
1852 eval ac_try_echo="\"\$as_me:${as_lineno-$LINENO}: $ac_try_echo\""
1853 $as_echo "$ac_try_echo"; } >&5
1854   (eval "$ac_link") 2>&5
1855   ac_status=$?
1856   $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
1857   test $ac_status = 0; } && { ac_try='./conftest$ac_exeext'
1858   { { case "(($ac_try" in
1859   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
1860   *) ac_try_echo=$ac_try;;
1861 esac
1862 eval ac_try_echo="\"\$as_me:${as_lineno-$LINENO}: $ac_try_echo\""
1863 $as_echo "$ac_try_echo"; } >&5
1864   (eval "$ac_try") 2>&5
1865   ac_status=$?
1866   $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
1867   test $ac_status = 0; }; }; then :
1868   ac_retval=0
1869 else
1870   $as_echo "$as_me: program exited with status $ac_status" >&5
1871        $as_echo "$as_me: failed program was:" >&5
1872 sed 's/^/| /' conftest.$ac_ext >&5
1873
1874        ac_retval=$ac_status
1875 fi
1876   rm -rf conftest.dSYM conftest_ipa8_conftest.oo
1877   eval $as_lineno_stack; test "x$as_lineno_stack" = x && { as_lineno=; unset as_lineno;}
1878   return $ac_retval
1879
1880 } # ac_fn_c_try_run
1881
1882 # ac_fn_c_check_header_compile LINENO HEADER VAR INCLUDES
1883 # -------------------------------------------------------
1884 # Tests whether HEADER exists and can be compiled using the include files in
1885 # INCLUDES, setting the cache variable VAR accordingly.
1886 ac_fn_c_check_header_compile ()
1887 {
1888   as_lineno=${as_lineno-"$1"} as_lineno_stack=as_lineno_stack=$as_lineno_stack
1889   { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $2" >&5
1890 $as_echo_n "checking for $2... " >&6; }
1891 if { as_var=$3; eval "test \"\${$as_var+set}\" = set"; }; then :
1892   $as_echo_n "(cached) " >&6
1893 else
1894   cat confdefs.h - <<_ACEOF >conftest.$ac_ext
1895 /* end confdefs.h.  */
1896 $4
1897 #include <$2>
1898 _ACEOF
1899 if ac_fn_c_try_compile "$LINENO"; then :
1900   eval "$3=yes"
1901 else
1902   eval "$3=no"
1903 fi
1904 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
1905 fi
1906 eval ac_res=\$$3
1907                { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_res" >&5
1908 $as_echo "$ac_res" >&6; }
1909   eval $as_lineno_stack; test "x$as_lineno_stack" = x && { as_lineno=; unset as_lineno;}
1910
1911 } # ac_fn_c_check_header_compile
1912
1913 # ac_fn_c_check_func LINENO FUNC VAR
1914 # ----------------------------------
1915 # Tests whether FUNC exists, setting the cache variable VAR accordingly
1916 ac_fn_c_check_func ()
1917 {
1918   as_lineno=${as_lineno-"$1"} as_lineno_stack=as_lineno_stack=$as_lineno_stack
1919   { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $2" >&5
1920 $as_echo_n "checking for $2... " >&6; }
1921 if { as_var=$3; eval "test \"\${$as_var+set}\" = set"; }; then :
1922   $as_echo_n "(cached) " >&6
1923 else
1924   cat confdefs.h - <<_ACEOF >conftest.$ac_ext
1925 /* end confdefs.h.  */
1926 /* Define $2 to an innocuous variant, in case <limits.h> declares $2.
1927    For example, HP-UX 11i <limits.h> declares gettimeofday.  */
1928 #define $2 innocuous_$2
1929
1930 /* System header to define __stub macros and hopefully few prototypes,
1931     which can conflict with char $2 (); below.
1932     Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
1933     <limits.h> exists even on freestanding compilers.  */
1934
1935 #ifdef __STDC__
1936 # include <limits.h>
1937 #else
1938 # include <assert.h>
1939 #endif
1940
1941 #undef $2
1942
1943 /* Override any GCC internal prototype to avoid an error.
1944    Use char because int might match the return type of a GCC
1945    builtin and then its argument prototype would still apply.  */
1946 #ifdef __cplusplus
1947 extern "C"
1948 #endif
1949 char $2 ();
1950 /* The GNU C library defines this for functions which it implements
1951     to always fail with ENOSYS.  Some functions are actually named
1952     something starting with __ and the normal name is an alias.  */
1953 #if defined __stub_$2 || defined __stub___$2
1954 choke me
1955 #endif
1956
1957 int
1958 main ()
1959 {
1960 return $2 ();
1961   ;
1962   return 0;
1963 }
1964 _ACEOF
1965 if ac_fn_c_try_link "$LINENO"; then :
1966   eval "$3=yes"
1967 else
1968   eval "$3=no"
1969 fi
1970 rm -f core conftest.err conftest.$ac_objext \
1971     conftest$ac_exeext conftest.$ac_ext
1972 fi
1973 eval ac_res=\$$3
1974                { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_res" >&5
1975 $as_echo "$ac_res" >&6; }
1976   eval $as_lineno_stack; test "x$as_lineno_stack" = x && { as_lineno=; unset as_lineno;}
1977
1978 } # ac_fn_c_check_func
1979
1980 # ac_fn_c_check_member LINENO AGGR MEMBER VAR INCLUDES
1981 # ----------------------------------------------------
1982 # Tries to find if the field MEMBER exists in type AGGR, after including
1983 # INCLUDES, setting cache variable VAR accordingly.
1984 ac_fn_c_check_member ()
1985 {
1986   as_lineno=${as_lineno-"$1"} as_lineno_stack=as_lineno_stack=$as_lineno_stack
1987   { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $2.$3" >&5
1988 $as_echo_n "checking for $2.$3... " >&6; }
1989 if { as_var=$4; eval "test \"\${$as_var+set}\" = set"; }; then :
1990   $as_echo_n "(cached) " >&6
1991 else
1992   cat confdefs.h - <<_ACEOF >conftest.$ac_ext
1993 /* end confdefs.h.  */
1994 $5
1995 int
1996 main ()
1997 {
1998 static $2 ac_aggr;
1999 if (ac_aggr.$3)
2000 return 0;
2001   ;
2002   return 0;
2003 }
2004 _ACEOF
2005 if ac_fn_c_try_compile "$LINENO"; then :
2006   eval "$4=yes"
2007 else
2008   cat confdefs.h - <<_ACEOF >conftest.$ac_ext
2009 /* end confdefs.h.  */
2010 $5
2011 int
2012 main ()
2013 {
2014 static $2 ac_aggr;
2015 if (sizeof ac_aggr.$3)
2016 return 0;
2017   ;
2018   return 0;
2019 }
2020 _ACEOF
2021 if ac_fn_c_try_compile "$LINENO"; then :
2022   eval "$4=yes"
2023 else
2024   eval "$4=no"
2025 fi
2026 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
2027 fi
2028 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
2029 fi
2030 eval ac_res=\$$4
2031                { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_res" >&5
2032 $as_echo "$ac_res" >&6; }
2033   eval $as_lineno_stack; test "x$as_lineno_stack" = x && { as_lineno=; unset as_lineno;}
2034
2035 } # ac_fn_c_check_member
2036
2037 # ac_fn_c_check_type LINENO TYPE VAR INCLUDES
2038 # -------------------------------------------
2039 # Tests whether TYPE exists after having included INCLUDES, setting cache
2040 # variable VAR accordingly.
2041 ac_fn_c_check_type ()
2042 {
2043   as_lineno=${as_lineno-"$1"} as_lineno_stack=as_lineno_stack=$as_lineno_stack
2044   { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $2" >&5
2045 $as_echo_n "checking for $2... " >&6; }
2046 if { as_var=$3; eval "test \"\${$as_var+set}\" = set"; }; then :
2047   $as_echo_n "(cached) " >&6
2048 else
2049   eval "$3=no"
2050   cat confdefs.h - <<_ACEOF >conftest.$ac_ext
2051 /* end confdefs.h.  */
2052 $4
2053 int
2054 main ()
2055 {
2056 if (sizeof ($2))
2057          return 0;
2058   ;
2059   return 0;
2060 }
2061 _ACEOF
2062 if ac_fn_c_try_compile "$LINENO"; then :
2063   cat confdefs.h - <<_ACEOF >conftest.$ac_ext
2064 /* end confdefs.h.  */
2065 $4
2066 int
2067 main ()
2068 {
2069 if (sizeof (($2)))
2070             return 0;
2071   ;
2072   return 0;
2073 }
2074 _ACEOF
2075 if ac_fn_c_try_compile "$LINENO"; then :
2076
2077 else
2078   eval "$3=yes"
2079 fi
2080 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
2081 fi
2082 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
2083 fi
2084 eval ac_res=\$$3
2085                { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_res" >&5
2086 $as_echo "$ac_res" >&6; }
2087   eval $as_lineno_stack; test "x$as_lineno_stack" = x && { as_lineno=; unset as_lineno;}
2088
2089 } # ac_fn_c_check_type
2090 cat >config.log <<_ACEOF
2091 This file contains any messages produced by compilers while
2092 running configure, to aid debugging if configure makes a mistake.
2093
2094 It was created by Wine $as_me 1.1.27, which was
2095 generated by GNU Autoconf 2.64.  Invocation command line was
2096
2097   $ $0 $@
2098
2099 _ACEOF
2100 exec 5>>config.log
2101 {
2102 cat <<_ASUNAME
2103 ## --------- ##
2104 ## Platform. ##
2105 ## --------- ##
2106
2107 hostname = `(hostname || uname -n) 2>/dev/null | sed 1q`
2108 uname -m = `(uname -m) 2>/dev/null || echo unknown`
2109 uname -r = `(uname -r) 2>/dev/null || echo unknown`
2110 uname -s = `(uname -s) 2>/dev/null || echo unknown`
2111 uname -v = `(uname -v) 2>/dev/null || echo unknown`
2112
2113 /usr/bin/uname -p = `(/usr/bin/uname -p) 2>/dev/null || echo unknown`
2114 /bin/uname -X     = `(/bin/uname -X) 2>/dev/null     || echo unknown`
2115
2116 /bin/arch              = `(/bin/arch) 2>/dev/null              || echo unknown`
2117 /usr/bin/arch -k       = `(/usr/bin/arch -k) 2>/dev/null       || echo unknown`
2118 /usr/convex/getsysinfo = `(/usr/convex/getsysinfo) 2>/dev/null || echo unknown`
2119 /usr/bin/hostinfo      = `(/usr/bin/hostinfo) 2>/dev/null      || echo unknown`
2120 /bin/machine           = `(/bin/machine) 2>/dev/null           || echo unknown`
2121 /usr/bin/oslevel       = `(/usr/bin/oslevel) 2>/dev/null       || echo unknown`
2122 /bin/universe          = `(/bin/universe) 2>/dev/null          || echo unknown`
2123
2124 _ASUNAME
2125
2126 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
2127 for as_dir in $PATH
2128 do
2129   IFS=$as_save_IFS
2130   test -z "$as_dir" && as_dir=.
2131     $as_echo "PATH: $as_dir"
2132   done
2133 IFS=$as_save_IFS
2134
2135 } >&5
2136
2137 cat >&5 <<_ACEOF
2138
2139
2140 ## ----------- ##
2141 ## Core tests. ##
2142 ## ----------- ##
2143
2144 _ACEOF
2145
2146
2147 # Keep a trace of the command line.
2148 # Strip out --no-create and --no-recursion so they do not pile up.
2149 # Strip out --silent because we don't want to record it for future runs.
2150 # Also quote any args containing shell meta-characters.
2151 # Make two passes to allow for proper duplicate-argument suppression.
2152 ac_configure_args=
2153 ac_configure_args0=
2154 ac_configure_args1=
2155 ac_must_keep_next=false
2156 for ac_pass in 1 2
2157 do
2158   for ac_arg
2159   do
2160     case $ac_arg in
2161     -no-create | --no-c* | -n | -no-recursion | --no-r*) continue ;;
2162     -q | -quiet | --quiet | --quie | --qui | --qu | --q \
2163     | -silent | --silent | --silen | --sile | --sil)
2164       continue ;;
2165     *\'*)
2166       ac_arg=`$as_echo "$ac_arg" | sed "s/'/'\\\\\\\\''/g"` ;;
2167     esac
2168     case $ac_pass in
2169     1) as_fn_append ac_configure_args0 " '$ac_arg'" ;;
2170     2)
2171       as_fn_append ac_configure_args1 " '$ac_arg'"
2172       if test $ac_must_keep_next = true; then
2173         ac_must_keep_next=false # Got value, back to normal.
2174       else
2175         case $ac_arg in
2176           *=* | --config-cache | -C | -disable-* | --disable-* \
2177           | -enable-* | --enable-* | -gas | --g* | -nfp | --nf* \
2178           | -q | -quiet | --q* | -silent | --sil* | -v | -verb* \
2179           | -with-* | --with-* | -without-* | --without-* | --x)
2180             case "$ac_configure_args0 " in
2181               "$ac_configure_args1"*" '$ac_arg' "* ) continue ;;
2182             esac
2183             ;;
2184           -* ) ac_must_keep_next=true ;;
2185         esac
2186       fi
2187       as_fn_append ac_configure_args " '$ac_arg'"
2188       ;;
2189     esac
2190   done
2191 done
2192 { ac_configure_args0=; unset ac_configure_args0;}
2193 { ac_configure_args1=; unset ac_configure_args1;}
2194
2195 # When interrupted or exit'd, cleanup temporary files, and complete
2196 # config.log.  We remove comments because anyway the quotes in there
2197 # would cause problems or look ugly.
2198 # WARNING: Use '\'' to represent an apostrophe within the trap.
2199 # WARNING: Do not start the trap code with a newline, due to a FreeBSD 4.0 bug.
2200 trap 'exit_status=$?
2201   # Save into config.log some information that might help in debugging.
2202   {
2203     echo
2204
2205     cat <<\_ASBOX
2206 ## ---------------- ##
2207 ## Cache variables. ##
2208 ## ---------------- ##
2209 _ASBOX
2210     echo
2211     # The following way of writing the cache mishandles newlines in values,
2212 (
2213   for ac_var in `(set) 2>&1 | sed -n '\''s/^\([a-zA-Z_][a-zA-Z0-9_]*\)=.*/\1/p'\''`; do
2214     eval ac_val=\$$ac_var
2215     case $ac_val in #(
2216     *${as_nl}*)
2217       case $ac_var in #(
2218       *_cv_*) { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: cache variable $ac_var contains a newline" >&5
2219 $as_echo "$as_me: WARNING: cache variable $ac_var contains a newline" >&2;} ;;
2220       esac
2221       case $ac_var in #(
2222       _ | IFS | as_nl) ;; #(
2223       BASH_ARGV | BASH_SOURCE) eval $ac_var= ;; #(
2224       *) { eval $ac_var=; unset $ac_var;} ;;
2225       esac ;;
2226     esac
2227   done
2228   (set) 2>&1 |
2229     case $as_nl`(ac_space='\'' '\''; set) 2>&1` in #(
2230     *${as_nl}ac_space=\ *)
2231       sed -n \
2232         "s/'\''/'\''\\\\'\'''\''/g;
2233           s/^\\([_$as_cr_alnum]*_cv_[_$as_cr_alnum]*\\)=\\(.*\\)/\\1='\''\\2'\''/p"
2234       ;; #(
2235     *)
2236       sed -n "/^[_$as_cr_alnum]*_cv_[_$as_cr_alnum]*=/p"
2237       ;;
2238     esac |
2239     sort
2240 )
2241     echo
2242
2243     cat <<\_ASBOX
2244 ## ----------------- ##
2245 ## Output variables. ##
2246 ## ----------------- ##
2247 _ASBOX
2248     echo
2249     for ac_var in $ac_subst_vars
2250     do
2251       eval ac_val=\$$ac_var
2252       case $ac_val in
2253       *\'\''*) ac_val=`$as_echo "$ac_val" | sed "s/'\''/'\''\\\\\\\\'\'''\''/g"`;;
2254       esac
2255       $as_echo "$ac_var='\''$ac_val'\''"
2256     done | sort
2257     echo
2258
2259     if test -n "$ac_subst_files"; then
2260       cat <<\_ASBOX
2261 ## ------------------- ##
2262 ## File substitutions. ##
2263 ## ------------------- ##
2264 _ASBOX
2265       echo
2266       for ac_var in $ac_subst_files
2267       do
2268         eval ac_val=\$$ac_var
2269         case $ac_val in
2270         *\'\''*) ac_val=`$as_echo "$ac_val" | sed "s/'\''/'\''\\\\\\\\'\'''\''/g"`;;
2271         esac
2272         $as_echo "$ac_var='\''$ac_val'\''"
2273       done | sort
2274       echo
2275     fi
2276
2277     if test -s confdefs.h; then
2278       cat <<\_ASBOX
2279 ## ----------- ##
2280 ## confdefs.h. ##
2281 ## ----------- ##
2282 _ASBOX
2283       echo
2284       cat confdefs.h
2285       echo
2286     fi
2287     test "$ac_signal" != 0 &&
2288       $as_echo "$as_me: caught signal $ac_signal"
2289     $as_echo "$as_me: exit $exit_status"
2290   } >&5
2291   rm -f core *.core core.conftest.* &&
2292     rm -f -r conftest* confdefs* conf$$* $ac_clean_files &&
2293     exit $exit_status
2294 ' 0
2295 for ac_signal in 1 2 13 15; do
2296   trap 'ac_signal='$ac_signal'; as_fn_exit 1' $ac_signal
2297 done
2298 ac_signal=0
2299
2300 # confdefs.h avoids OS command line length limits that DEFS can exceed.
2301 rm -f -r conftest* confdefs.h
2302
2303 $as_echo "/* confdefs.h */" > confdefs.h
2304
2305 # Predefined preprocessor variables.
2306
2307 cat >>confdefs.h <<_ACEOF
2308 #define PACKAGE_NAME "$PACKAGE_NAME"
2309 _ACEOF
2310
2311 cat >>confdefs.h <<_ACEOF
2312 #define PACKAGE_TARNAME "$PACKAGE_TARNAME"
2313 _ACEOF
2314
2315 cat >>confdefs.h <<_ACEOF
2316 #define PACKAGE_VERSION "$PACKAGE_VERSION"
2317 _ACEOF
2318
2319 cat >>confdefs.h <<_ACEOF
2320 #define PACKAGE_STRING "$PACKAGE_STRING"
2321 _ACEOF
2322
2323 cat >>confdefs.h <<_ACEOF
2324 #define PACKAGE_BUGREPORT "$PACKAGE_BUGREPORT"
2325 _ACEOF
2326
2327 cat >>confdefs.h <<_ACEOF
2328 #define PACKAGE_URL "$PACKAGE_URL"
2329 _ACEOF
2330
2331
2332 # Let the site file select an alternate cache file if it wants to.
2333 # Prefer an explicitly selected file to automatically selected ones.
2334 ac_site_file1=NONE
2335 ac_site_file2=NONE
2336 if test -n "$CONFIG_SITE"; then
2337   ac_site_file1=$CONFIG_SITE
2338 elif test "x$prefix" != xNONE; then
2339   ac_site_file1=$prefix/share/config.site
2340   ac_site_file2=$prefix/etc/config.site
2341 else
2342   ac_site_file1=$ac_default_prefix/share/config.site
2343   ac_site_file2=$ac_default_prefix/etc/config.site
2344 fi
2345 for ac_site_file in "$ac_site_file1" "$ac_site_file2"
2346 do
2347   test "x$ac_site_file" = xNONE && continue
2348   if test -r "$ac_site_file"; then
2349     { $as_echo "$as_me:${as_lineno-$LINENO}: loading site script $ac_site_file" >&5
2350 $as_echo "$as_me: loading site script $ac_site_file" >&6;}
2351     sed 's/^/| /' "$ac_site_file" >&5
2352     . "$ac_site_file"
2353   fi
2354 done
2355
2356 if test -r "$cache_file"; then
2357   # Some versions of bash will fail to source /dev/null (special
2358   # files actually), so we avoid doing that.
2359   if test -f "$cache_file"; then
2360     { $as_echo "$as_me:${as_lineno-$LINENO}: loading cache $cache_file" >&5
2361 $as_echo "$as_me: loading cache $cache_file" >&6;}
2362     case $cache_file in
2363       [\\/]* | ?:[\\/]* ) . "$cache_file";;
2364       *)                      . "./$cache_file";;
2365     esac
2366   fi
2367 else
2368   { $as_echo "$as_me:${as_lineno-$LINENO}: creating cache $cache_file" >&5
2369 $as_echo "$as_me: creating cache $cache_file" >&6;}
2370   >$cache_file
2371 fi
2372
2373 # Check that the precious variables saved in the cache have kept the same
2374 # value.
2375 ac_cache_corrupted=false
2376 for ac_var in $ac_precious_vars; do
2377   eval ac_old_set=\$ac_cv_env_${ac_var}_set
2378   eval ac_new_set=\$ac_env_${ac_var}_set
2379   eval ac_old_val=\$ac_cv_env_${ac_var}_value
2380   eval ac_new_val=\$ac_env_${ac_var}_value
2381   case $ac_old_set,$ac_new_set in
2382     set,)
2383       { $as_echo "$as_me:${as_lineno-$LINENO}: error: \`$ac_var' was set to \`$ac_old_val' in the previous run" >&5
2384 $as_echo "$as_me: error: \`$ac_var' was set to \`$ac_old_val' in the previous run" >&2;}
2385       ac_cache_corrupted=: ;;
2386     ,set)
2387       { $as_echo "$as_me:${as_lineno-$LINENO}: error: \`$ac_var' was not set in the previous run" >&5
2388 $as_echo "$as_me: error: \`$ac_var' was not set in the previous run" >&2;}
2389       ac_cache_corrupted=: ;;
2390     ,);;
2391     *)
2392       if test "x$ac_old_val" != "x$ac_new_val"; then
2393         # differences in whitespace do not lead to failure.
2394         ac_old_val_w=`echo x $ac_old_val`
2395         ac_new_val_w=`echo x $ac_new_val`
2396         if test "$ac_old_val_w" != "$ac_new_val_w"; then
2397           { $as_echo "$as_me:${as_lineno-$LINENO}: error: \`$ac_var' has changed since the previous run:" >&5
2398 $as_echo "$as_me: error: \`$ac_var' has changed since the previous run:" >&2;}
2399           ac_cache_corrupted=:
2400         else
2401           { $as_echo "$as_me:${as_lineno-$LINENO}: warning: ignoring whitespace changes in \`$ac_var' since the previous run:" >&5
2402 $as_echo "$as_me: warning: ignoring whitespace changes in \`$ac_var' since the previous run:" >&2;}
2403           eval $ac_var=\$ac_old_val
2404         fi
2405         { $as_echo "$as_me:${as_lineno-$LINENO}:   former value:  \`$ac_old_val'" >&5
2406 $as_echo "$as_me:   former value:  \`$ac_old_val'" >&2;}
2407         { $as_echo "$as_me:${as_lineno-$LINENO}:   current value: \`$ac_new_val'" >&5
2408 $as_echo "$as_me:   current value: \`$ac_new_val'" >&2;}
2409       fi;;
2410   esac
2411   # Pass precious variables to config.status.
2412   if test "$ac_new_set" = set; then
2413     case $ac_new_val in
2414     *\'*) ac_arg=$ac_var=`$as_echo "$ac_new_val" | sed "s/'/'\\\\\\\\''/g"` ;;
2415     *) ac_arg=$ac_var=$ac_new_val ;;
2416     esac
2417     case " $ac_configure_args " in
2418       *" '$ac_arg' "*) ;; # Avoid dups.  Use of quotes ensures accuracy.
2419       *) as_fn_append ac_configure_args " '$ac_arg'" ;;
2420     esac
2421   fi
2422 done
2423 if $ac_cache_corrupted; then
2424   { $as_echo "$as_me:${as_lineno-$LINENO}: error: in \`$ac_pwd':" >&5
2425 $as_echo "$as_me: error: in \`$ac_pwd':" >&2;}
2426   { $as_echo "$as_me:${as_lineno-$LINENO}: error: changes in the environment can compromise the build" >&5
2427 $as_echo "$as_me: error: changes in the environment can compromise the build" >&2;}
2428   as_fn_error "run \`make distclean' and/or \`rm $cache_file' and start over" "$LINENO" 5
2429 fi
2430 ## -------------------- ##
2431 ## Main body of script. ##
2432 ## -------------------- ##
2433
2434 ac_ext=c
2435 ac_cpp='$CPP $CPPFLAGS'
2436 ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
2437 ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
2438 ac_compiler_gnu=$ac_cv_c_compiler_gnu
2439
2440
2441
2442 ac_config_headers="$ac_config_headers include/config.h"
2443
2444 ac_aux_dir=
2445 for ac_dir in tools "$srcdir"/tools; do
2446   for ac_t in install-sh install.sh shtool; do
2447     if test -f "$ac_dir/$ac_t"; then
2448       ac_aux_dir=$ac_dir
2449       ac_install_sh="$ac_aux_dir/$ac_t -c"
2450       break 2
2451     fi
2452   done
2453 done
2454 if test -z "$ac_aux_dir"; then
2455   as_fn_error "cannot find install-sh, install.sh, or shtool in tools \"$srcdir\"/tools" "$LINENO" 5
2456 fi
2457
2458 # These three variables are undocumented and unsupported,
2459 # and are intended to be withdrawn in a future Autoconf release.
2460 # They can cause serious problems if a builder's source tree is in a directory
2461 # whose full name contains unusual characters.
2462 ac_config_guess="$SHELL $ac_aux_dir/config.guess"  # Please don't use this var.
2463 ac_config_sub="$SHELL $ac_aux_dir/config.sub"  # Please don't use this var.
2464 ac_configure="$SHELL $ac_aux_dir/configure"  # Please don't use this var.
2465
2466
2467
2468
2469 # Check whether --enable-win16 was given.
2470 if test "${enable_win16+set}" = set; then :
2471   enableval=$enable_win16;
2472 fi
2473
2474 # Check whether --enable-win64 was given.
2475 if test "${enable_win64+set}" = set; then :
2476   enableval=$enable_win64;
2477 fi
2478
2479 # Check whether --enable-tests was given.
2480 if test "${enable_tests+set}" = set; then :
2481   enableval=$enable_tests;
2482 fi
2483
2484 # Check whether --enable-maintainer-mode was given.
2485 if test "${enable_maintainer_mode+set}" = set; then :
2486   enableval=$enable_maintainer_mode;
2487 else
2488   MAINTAINER_MODE=\#
2489
2490 fi
2491
2492
2493
2494 # Check whether --with-alsa was given.
2495 if test "${with_alsa+set}" = set; then :
2496   withval=$with_alsa; if test "x$withval" = "xno"; then ac_cv_header_sys_asoundlib_h=no; ac_cv_header_alsa_asoundlib_h=no; fi
2497 fi
2498
2499
2500 # Check whether --with-audioio was given.
2501 if test "${with_audioio+set}" = set; then :
2502   withval=$with_audioio; if test "x$withval" = "xno"; then ac_cv_header_libaudioio_h=no; fi
2503 fi
2504
2505
2506 # Check whether --with-capi was given.
2507 if test "${with_capi+set}" = set; then :
2508   withval=$with_capi; if test "x$withval" = "xno"; then ac_cv_header_capi20_h=no; ac_cv_header_linux_capi_h=no; fi
2509 fi
2510
2511
2512 # Check whether --with-cms was given.
2513 if test "${with_cms+set}" = set; then :
2514   withval=$with_cms; if test "x$withval" = "xno"; then ac_cv_header_lcms_h=no; ac_cv_header_lcms_lcms_h=no; fi
2515 fi
2516
2517
2518 # Check whether --with-coreaudio was given.
2519 if test "${with_coreaudio+set}" = set; then :
2520   withval=$with_coreaudio; if test "x$withval" = "xno"; then ac_cv_header_CoreAudio_CoreAudio_h=no; fi
2521 fi
2522
2523
2524 # Check whether --with-cups was given.
2525 if test "${with_cups+set}" = set; then :
2526   withval=$with_cups;
2527 fi
2528
2529
2530 # Check whether --with-curses was given.
2531 if test "${with_curses+set}" = set; then :
2532   withval=$with_curses; if test "x$withval" = "xno"; then ac_cv_header_ncurses_h=no; ac_cv_header_curses_h=no; fi
2533 fi
2534
2535
2536 # Check whether --with-esd was given.
2537 if test "${with_esd+set}" = set; then :
2538   withval=$with_esd;
2539 fi
2540
2541
2542 # Check whether --with-fontconfig was given.
2543 if test "${with_fontconfig+set}" = set; then :
2544   withval=$with_fontconfig; if test "x$withval" = "xno"; then ac_cv_header_fontconfig_fontconfig_h=no; fi
2545 fi
2546
2547
2548 # Check whether --with-freetype was given.
2549 if test "${with_freetype+set}" = set; then :
2550   withval=$with_freetype;
2551 fi
2552
2553
2554 # Check whether --with-gphoto was given.
2555 if test "${with_gphoto+set}" = set; then :
2556   withval=$with_gphoto;
2557 fi
2558
2559
2560 # Check whether --with-glu was given.
2561 if test "${with_glu+set}" = set; then :
2562   withval=$with_glu; if test "x$withval" = "xno"; then ac_cv_header_GL_glu_h=no; fi
2563 fi
2564
2565
2566 # Check whether --with-gnutls was given.
2567 if test "${with_gnutls+set}" = set; then :
2568   withval=$with_gnutls;
2569 fi
2570
2571
2572 # Check whether --with-gsm was given.
2573 if test "${with_gsm+set}" = set; then :
2574   withval=$with_gsm; if test "x$withval" = "xno"; then ac_cv_header_gsm_h=no; ac_cv_header_gsm_gsm_h=no; fi
2575 fi
2576
2577
2578 # Check whether --with-hal was given.
2579 if test "${with_hal+set}" = set; then :
2580   withval=$with_hal;
2581 fi
2582
2583
2584 # Check whether --with-jack was given.
2585 if test "${with_jack+set}" = set; then :
2586   withval=$with_jack; if test "x$withval" = "xno"; then ac_cv_header_jack_jack_h=no; fi
2587 fi
2588
2589
2590 # Check whether --with-jpeg was given.
2591 if test "${with_jpeg+set}" = set; then :
2592   withval=$with_jpeg; if test "x$withval" = "xno"; then ac_cv_header_jpeglib_h=no; fi
2593 fi
2594
2595
2596 # Check whether --with-ldap was given.
2597 if test "${with_ldap+set}" = set; then :
2598   withval=$with_ldap; if test "x$withval" = "xno"; then ac_cv_header_ldap_h=no; ac_cv_header_lber_h=no; fi
2599 fi
2600
2601
2602 # Check whether --with-nas was given.
2603 if test "${with_nas+set}" = set; then :
2604   withval=$with_nas; if test "x$withval" = "xno"; then ac_cv_header_audio_audiolib_h=no; fi
2605 fi
2606
2607
2608 # Check whether --with-opengl was given.
2609 if test "${with_opengl+set}" = set; then :
2610   withval=$with_opengl;
2611 fi
2612
2613
2614 # Check whether --with-openssl was given.
2615 if test "${with_openssl+set}" = set; then :
2616   withval=$with_openssl; if test "x$withval" = "xno"; then ac_cv_header_openssl_err_h=no; ac_cv_header_openssl_ssl_h=no; fi
2617 fi
2618
2619
2620 # Check whether --with-oss was given.
2621 if test "${with_oss+set}" = set; then :
2622   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
2623 fi
2624
2625
2626 # Check whether --with-png was given.
2627 if test "${with_png+set}" = set; then :
2628   withval=$with_png; if test "x$withval" = "xno"; then ac_cv_header_png_h=no; fi
2629 fi
2630
2631
2632 # Check whether --with-pthread was given.
2633 if test "${with_pthread+set}" = set; then :
2634   withval=$with_pthread; if test "x$withval" = "xno"; then ac_cv_header_pthread_h=no; fi
2635 fi
2636
2637
2638 # Check whether --with-sane was given.
2639 if test "${with_sane+set}" = set; then :
2640   withval=$with_sane;
2641 fi
2642
2643
2644 # Check whether --with-xcomposite was given.
2645 if test "${with_xcomposite+set}" = set; then :
2646   withval=$with_xcomposite; if test "x$withval" = "xno"; then ac_cv_header_X11_extensions_Xcomposite_h=no; fi
2647 fi
2648
2649
2650 # Check whether --with-xcursor was given.
2651 if test "${with_xcursor+set}" = set; then :
2652   withval=$with_xcursor; if test "x$withval" = "xno"; then ac_cv_header_X11_Xcursor_Xcursor_h=no; fi
2653 fi
2654
2655
2656 # Check whether --with-xinerama was given.
2657 if test "${with_xinerama+set}" = set; then :
2658   withval=$with_xinerama; if test "x$withval" = "xno"; then ac_cv_header_X11_extensions_Xinerama_h=no; fi
2659 fi
2660
2661
2662 # Check whether --with-xinput was given.
2663 if test "${with_xinput+set}" = set; then :
2664   withval=$with_xinput; if test "x$withval" = "xno"; then ac_cv_header_X11_extensions_XInput_h=no; fi
2665 fi
2666
2667
2668 # Check whether --with-xml was given.
2669 if test "${with_xml+set}" = set; then :
2670   withval=$with_xml;
2671 fi
2672
2673
2674 # Check whether --with-xrandr was given.
2675 if test "${with_xrandr+set}" = set; then :
2676   withval=$with_xrandr; if test "x$withval" = "xno"; then ac_cv_header_X11_extensions_Xrandr_h=no; fi
2677 fi
2678
2679
2680 # Check whether --with-xrender was given.
2681 if test "${with_xrender+set}" = set; then :
2682   withval=$with_xrender; if test "x$withval" = "xno"; then ac_cv_header_X11_extensions_Xrender_h=no; fi
2683 fi
2684
2685
2686 # Check whether --with-xshape was given.
2687 if test "${with_xshape+set}" = set; then :
2688   withval=$with_xshape; if test "x$withval" = "xno"; then ac_cv_header_X11_extensions_shape_h=no; fi
2689 fi
2690
2691
2692 # Check whether --with-xshm was given.
2693 if test "${with_xshm+set}" = set; then :
2694   withval=$with_xshm; if test "x$withval" = "xno"; then ac_cv_header_X11_extensions_XShm_h=no; fi
2695 fi
2696
2697
2698 # Check whether --with-xslt was given.
2699 if test "${with_xslt+set}" = set; then :
2700   withval=$with_xslt;
2701 fi
2702
2703
2704 # Check whether --with-xxf86vm was given.
2705 if test "${with_xxf86vm+set}" = set; then :
2706   withval=$with_xxf86vm; if test "x$withval" = "xno"; then ac_cv_header_X11_extensions_xf86vmode_h=no; fi
2707 fi
2708
2709
2710
2711 # Check whether --with-wine-tools was given.
2712 if test "${with_wine_tools+set}" = set; then :
2713   withval=$with_wine_tools;
2714 fi
2715
2716
2717 # Check whether --with-wine64 was given.
2718 if test "${with_wine64+set}" = set; then :
2719   withval=$with_wine64;
2720 fi
2721
2722
2723 # Make sure we can run config.sub.
2724 $SHELL "$ac_aux_dir/config.sub" sun4 >/dev/null 2>&1 ||
2725   as_fn_error "cannot run $SHELL $ac_aux_dir/config.sub" "$LINENO" 5
2726
2727 { $as_echo "$as_me:${as_lineno-$LINENO}: checking build system type" >&5
2728 $as_echo_n "checking build system type... " >&6; }
2729 if test "${ac_cv_build+set}" = set; then :
2730   $as_echo_n "(cached) " >&6
2731 else
2732   ac_build_alias=$build_alias
2733 test "x$ac_build_alias" = x &&
2734   ac_build_alias=`$SHELL "$ac_aux_dir/config.guess"`
2735 test "x$ac_build_alias" = x &&
2736   as_fn_error "cannot guess build type; you must specify one" "$LINENO" 5
2737 ac_cv_build=`$SHELL "$ac_aux_dir/config.sub" $ac_build_alias` ||
2738   as_fn_error "$SHELL $ac_aux_dir/config.sub $ac_build_alias failed" "$LINENO" 5
2739
2740 fi
2741 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_build" >&5
2742 $as_echo "$ac_cv_build" >&6; }
2743 case $ac_cv_build in
2744 *-*-*) ;;
2745 *) as_fn_error "invalid value of canonical build" "$LINENO" 5;;
2746 esac
2747 build=$ac_cv_build
2748 ac_save_IFS=$IFS; IFS='-'
2749 set x $ac_cv_build
2750 shift
2751 build_cpu=$1
2752 build_vendor=$2
2753 shift; shift
2754 # Remember, the first character of IFS is used to create $*,
2755 # except with old shells:
2756 build_os=$*
2757 IFS=$ac_save_IFS
2758 case $build_os in *\ *) build_os=`echo "$build_os" | sed 's/ /-/g'`;; esac
2759
2760
2761 { $as_echo "$as_me:${as_lineno-$LINENO}: checking host system type" >&5
2762 $as_echo_n "checking host system type... " >&6; }
2763 if test "${ac_cv_host+set}" = set; then :
2764   $as_echo_n "(cached) " >&6
2765 else
2766   if test "x$host_alias" = x; then
2767   ac_cv_host=$ac_cv_build
2768 else
2769   ac_cv_host=`$SHELL "$ac_aux_dir/config.sub" $host_alias` ||
2770     as_fn_error "$SHELL $ac_aux_dir/config.sub $host_alias failed" "$LINENO" 5
2771 fi
2772
2773 fi
2774 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_host" >&5
2775 $as_echo "$ac_cv_host" >&6; }
2776 case $ac_cv_host in
2777 *-*-*) ;;
2778 *) as_fn_error "invalid value of canonical host" "$LINENO" 5;;
2779 esac
2780 host=$ac_cv_host
2781 ac_save_IFS=$IFS; IFS='-'
2782 set x $ac_cv_host
2783 shift
2784 host_cpu=$1
2785 host_vendor=$2
2786 shift; shift
2787 # Remember, the first character of IFS is used to create $*,
2788 # except with old shells:
2789 host_os=$*
2790 IFS=$ac_save_IFS
2791 case $host_os in *\ *) host_os=`echo "$host_os" | sed 's/ /-/g'`;; esac
2792
2793
2794
2795 case "$srcdir" in
2796  .) ;;
2797  *) if test -f "$srcdir/Makefile" -o -f "$srcdir/include/config.h"; then
2798       as_fn_error "you are building out of the source tree, but the source tree contains object files.
2799 You need to run 'make distclean' in the source tree first." "$LINENO" 5
2800     fi ;;
2801 esac
2802
2803
2804 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether ${MAKE-make} sets \$(MAKE)" >&5
2805 $as_echo_n "checking whether ${MAKE-make} sets \$(MAKE)... " >&6; }
2806 set x ${MAKE-make}
2807 ac_make=`$as_echo "$2" | sed 's/+/p/g; s/[^a-zA-Z0-9_]/_/g'`
2808 if { as_var=ac_cv_prog_make_${ac_make}_set; eval "test \"\${$as_var+set}\" = set"; }; then :
2809   $as_echo_n "(cached) " >&6
2810 else
2811   cat >conftest.make <<\_ACEOF
2812 SHELL = /bin/sh
2813 all:
2814         @echo '@@@%%%=$(MAKE)=@@@%%%'
2815 _ACEOF
2816 # GNU make sometimes prints "make[1]: Entering...", which would confuse us.
2817 case `${MAKE-make} -f conftest.make 2>/dev/null` in
2818   *@@@%%%=?*=@@@%%%*)
2819     eval ac_cv_prog_make_${ac_make}_set=yes;;
2820   *)
2821     eval ac_cv_prog_make_${ac_make}_set=no;;
2822 esac
2823 rm -f conftest.make
2824 fi
2825 if eval test \$ac_cv_prog_make_${ac_make}_set = yes; then
2826   { $as_echo "$as_me:${as_lineno-$LINENO}: result: yes" >&5
2827 $as_echo "yes" >&6; }
2828   SET_MAKE=
2829 else
2830   { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
2831 $as_echo "no" >&6; }
2832   SET_MAKE="MAKE=${MAKE-make}"
2833 fi
2834
2835 ac_ext=c
2836 ac_cpp='$CPP $CPPFLAGS'
2837 ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
2838 ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
2839 ac_compiler_gnu=$ac_cv_c_compiler_gnu
2840 if test -n "$ac_tool_prefix"; then
2841   # Extract the first word of "${ac_tool_prefix}gcc", so it can be a program name with args.
2842 set dummy ${ac_tool_prefix}gcc; ac_word=$2
2843 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
2844 $as_echo_n "checking for $ac_word... " >&6; }
2845 if test "${ac_cv_prog_CC+set}" = set; then :
2846   $as_echo_n "(cached) " >&6
2847 else
2848   if test -n "$CC"; then
2849   ac_cv_prog_CC="$CC" # Let the user override the test.
2850 else
2851 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
2852 for as_dir in $PATH
2853 do
2854   IFS=$as_save_IFS
2855   test -z "$as_dir" && as_dir=.
2856     for ac_exec_ext in '' $ac_executable_extensions; do
2857   if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
2858     ac_cv_prog_CC="${ac_tool_prefix}gcc"
2859     $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
2860     break 2
2861   fi
2862 done
2863   done
2864 IFS=$as_save_IFS
2865
2866 fi
2867 fi
2868 CC=$ac_cv_prog_CC
2869 if test -n "$CC"; then
2870   { $as_echo "$as_me:${as_lineno-$LINENO}: result: $CC" >&5
2871 $as_echo "$CC" >&6; }
2872 else
2873   { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
2874 $as_echo "no" >&6; }
2875 fi
2876
2877
2878 fi
2879 if test -z "$ac_cv_prog_CC"; then
2880   ac_ct_CC=$CC
2881   # Extract the first word of "gcc", so it can be a program name with args.
2882 set dummy gcc; ac_word=$2
2883 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
2884 $as_echo_n "checking for $ac_word... " >&6; }
2885 if test "${ac_cv_prog_ac_ct_CC+set}" = set; then :
2886   $as_echo_n "(cached) " >&6
2887 else
2888   if test -n "$ac_ct_CC"; then
2889   ac_cv_prog_ac_ct_CC="$ac_ct_CC" # Let the user override the test.
2890 else
2891 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
2892 for as_dir in $PATH
2893 do
2894   IFS=$as_save_IFS
2895   test -z "$as_dir" && as_dir=.
2896     for ac_exec_ext in '' $ac_executable_extensions; do
2897   if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
2898     ac_cv_prog_ac_ct_CC="gcc"
2899     $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
2900     break 2
2901   fi
2902 done
2903   done
2904 IFS=$as_save_IFS
2905
2906 fi
2907 fi
2908 ac_ct_CC=$ac_cv_prog_ac_ct_CC
2909 if test -n "$ac_ct_CC"; then
2910   { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_ct_CC" >&5
2911 $as_echo "$ac_ct_CC" >&6; }
2912 else
2913   { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
2914 $as_echo "no" >&6; }
2915 fi
2916
2917   if test "x$ac_ct_CC" = x; then
2918     CC=""
2919   else
2920     case $cross_compiling:$ac_tool_warned in
2921 yes:)
2922 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: using cross tools not prefixed with host triplet" >&5
2923 $as_echo "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;}
2924 ac_tool_warned=yes ;;
2925 esac
2926     CC=$ac_ct_CC
2927   fi
2928 else
2929   CC="$ac_cv_prog_CC"
2930 fi
2931
2932 if test -z "$CC"; then
2933           if test -n "$ac_tool_prefix"; then
2934     # Extract the first word of "${ac_tool_prefix}cc", so it can be a program name with args.
2935 set dummy ${ac_tool_prefix}cc; ac_word=$2
2936 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
2937 $as_echo_n "checking for $ac_word... " >&6; }
2938 if test "${ac_cv_prog_CC+set}" = set; then :
2939   $as_echo_n "(cached) " >&6
2940 else
2941   if test -n "$CC"; then
2942   ac_cv_prog_CC="$CC" # Let the user override the test.
2943 else
2944 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
2945 for as_dir in $PATH
2946 do
2947   IFS=$as_save_IFS
2948   test -z "$as_dir" && as_dir=.
2949     for ac_exec_ext in '' $ac_executable_extensions; do
2950   if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
2951     ac_cv_prog_CC="${ac_tool_prefix}cc"
2952     $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
2953     break 2
2954   fi
2955 done
2956   done
2957 IFS=$as_save_IFS
2958
2959 fi
2960 fi
2961 CC=$ac_cv_prog_CC
2962 if test -n "$CC"; then
2963   { $as_echo "$as_me:${as_lineno-$LINENO}: result: $CC" >&5
2964 $as_echo "$CC" >&6; }
2965 else
2966   { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
2967 $as_echo "no" >&6; }
2968 fi
2969
2970
2971   fi
2972 fi
2973 if test -z "$CC"; then
2974   # Extract the first word of "cc", so it can be a program name with args.
2975 set dummy cc; ac_word=$2
2976 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
2977 $as_echo_n "checking for $ac_word... " >&6; }
2978 if test "${ac_cv_prog_CC+set}" = set; then :
2979   $as_echo_n "(cached) " >&6
2980 else
2981   if test -n "$CC"; then
2982   ac_cv_prog_CC="$CC" # Let the user override the test.
2983 else
2984   ac_prog_rejected=no
2985 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
2986 for as_dir in $PATH
2987 do
2988   IFS=$as_save_IFS
2989   test -z "$as_dir" && as_dir=.
2990     for ac_exec_ext in '' $ac_executable_extensions; do
2991   if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
2992     if test "$as_dir/$ac_word$ac_exec_ext" = "/usr/ucb/cc"; then
2993        ac_prog_rejected=yes
2994        continue
2995      fi
2996     ac_cv_prog_CC="cc"
2997     $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
2998     break 2
2999   fi
3000 done
3001   done
3002 IFS=$as_save_IFS
3003
3004 if test $ac_prog_rejected = yes; then
3005   # We found a bogon in the path, so make sure we never use it.
3006   set dummy $ac_cv_prog_CC
3007   shift
3008   if test $# != 0; then
3009     # We chose a different compiler from the bogus one.
3010     # However, it has the same basename, so the bogon will be chosen
3011     # first if we set CC to just the basename; use the full file name.
3012     shift
3013     ac_cv_prog_CC="$as_dir/$ac_word${1+' '}$@"
3014   fi
3015 fi
3016 fi
3017 fi
3018 CC=$ac_cv_prog_CC
3019 if test -n "$CC"; then
3020   { $as_echo "$as_me:${as_lineno-$LINENO}: result: $CC" >&5
3021 $as_echo "$CC" >&6; }
3022 else
3023   { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
3024 $as_echo "no" >&6; }
3025 fi
3026
3027
3028 fi
3029 if test -z "$CC"; then
3030   if test -n "$ac_tool_prefix"; then
3031   for ac_prog in cl.exe
3032   do
3033     # Extract the first word of "$ac_tool_prefix$ac_prog", so it can be a program name with args.
3034 set dummy $ac_tool_prefix$ac_prog; ac_word=$2
3035 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
3036 $as_echo_n "checking for $ac_word... " >&6; }
3037 if test "${ac_cv_prog_CC+set}" = set; then :
3038   $as_echo_n "(cached) " >&6
3039 else
3040   if test -n "$CC"; then
3041   ac_cv_prog_CC="$CC" # Let the user override the test.
3042 else
3043 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
3044 for as_dir in $PATH
3045 do
3046   IFS=$as_save_IFS
3047   test -z "$as_dir" && as_dir=.
3048     for ac_exec_ext in '' $ac_executable_extensions; do
3049   if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
3050     ac_cv_prog_CC="$ac_tool_prefix$ac_prog"
3051     $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
3052     break 2
3053   fi
3054 done
3055   done
3056 IFS=$as_save_IFS
3057
3058 fi
3059 fi
3060 CC=$ac_cv_prog_CC
3061 if test -n "$CC"; then
3062   { $as_echo "$as_me:${as_lineno-$LINENO}: result: $CC" >&5
3063 $as_echo "$CC" >&6; }
3064 else
3065   { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
3066 $as_echo "no" >&6; }
3067 fi
3068
3069
3070     test -n "$CC" && break
3071   done
3072 fi
3073 if test -z "$CC"; then
3074   ac_ct_CC=$CC
3075   for ac_prog in cl.exe
3076 do
3077   # Extract the first word of "$ac_prog", so it can be a program name with args.
3078 set dummy $ac_prog; ac_word=$2
3079 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
3080 $as_echo_n "checking for $ac_word... " >&6; }
3081 if test "${ac_cv_prog_ac_ct_CC+set}" = set; then :
3082   $as_echo_n "(cached) " >&6
3083 else
3084   if test -n "$ac_ct_CC"; then
3085   ac_cv_prog_ac_ct_CC="$ac_ct_CC" # Let the user override the test.
3086 else
3087 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
3088 for as_dir in $PATH
3089 do
3090   IFS=$as_save_IFS
3091   test -z "$as_dir" && as_dir=.
3092     for ac_exec_ext in '' $ac_executable_extensions; do
3093   if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
3094     ac_cv_prog_ac_ct_CC="$ac_prog"
3095     $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
3096     break 2
3097   fi
3098 done
3099   done
3100 IFS=$as_save_IFS
3101
3102 fi
3103 fi
3104 ac_ct_CC=$ac_cv_prog_ac_ct_CC
3105 if test -n "$ac_ct_CC"; then
3106   { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_ct_CC" >&5
3107 $as_echo "$ac_ct_CC" >&6; }
3108 else
3109   { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
3110 $as_echo "no" >&6; }
3111 fi
3112
3113
3114   test -n "$ac_ct_CC" && break
3115 done
3116
3117   if test "x$ac_ct_CC" = x; then
3118     CC=""
3119   else
3120     case $cross_compiling:$ac_tool_warned in
3121 yes:)
3122 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: using cross tools not prefixed with host triplet" >&5
3123 $as_echo "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;}
3124 ac_tool_warned=yes ;;
3125 esac
3126     CC=$ac_ct_CC
3127   fi
3128 fi
3129
3130 fi
3131
3132
3133 test -z "$CC" && { { $as_echo "$as_me:${as_lineno-$LINENO}: error: in \`$ac_pwd':" >&5
3134 $as_echo "$as_me: error: in \`$ac_pwd':" >&2;}
3135 as_fn_error "no acceptable C compiler found in \$PATH
3136 See \`config.log' for more details." "$LINENO" 5; }
3137
3138 # Provide some information about the compiler.
3139 $as_echo "$as_me:${as_lineno-$LINENO}: checking for C compiler version" >&5
3140 set X $ac_compile
3141 ac_compiler=$2
3142 for ac_option in --version -v -V -qversion; do
3143   { { ac_try="$ac_compiler $ac_option >&5"
3144 case "(($ac_try" in
3145   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
3146   *) ac_try_echo=$ac_try;;
3147 esac
3148 eval ac_try_echo="\"\$as_me:${as_lineno-$LINENO}: $ac_try_echo\""
3149 $as_echo "$ac_try_echo"; } >&5
3150   (eval "$ac_compiler $ac_option >&5") 2>conftest.err
3151   ac_status=$?
3152   if test -s conftest.err; then
3153     sed '10a\
3154 ... rest of stderr output deleted ...
3155          10q' conftest.err >conftest.er1
3156     cat conftest.er1 >&5
3157     rm -f conftest.er1 conftest.err
3158   fi
3159   $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
3160   test $ac_status = 0; }
3161 done
3162
3163 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
3164 /* end confdefs.h.  */
3165 #include <stdio.h>
3166 int
3167 main ()
3168 {
3169 FILE *f = fopen ("conftest.out", "w");
3170  return ferror (f) || fclose (f) != 0;
3171
3172   ;
3173   return 0;
3174 }
3175 _ACEOF
3176 ac_clean_files_save=$ac_clean_files
3177 ac_clean_files="$ac_clean_files a.out a.out.dSYM a.exe b.out conftest.out"
3178 # Try to create an executable without -o first, disregard a.out.
3179 # It will help us diagnose broken compilers, and finding out an intuition
3180 # of exeext.
3181 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for C compiler default output file name" >&5
3182 $as_echo_n "checking for C compiler default output file name... " >&6; }
3183 ac_link_default=`$as_echo "$ac_link" | sed 's/ -o *conftest[^ ]*//'`
3184
3185 # The possible output files:
3186 ac_files="a.out conftest.exe conftest a.exe a_out.exe b.out conftest.*"
3187
3188 ac_rmfiles=
3189 for ac_file in $ac_files
3190 do
3191   case $ac_file in
3192     *.$ac_ext | *.xcoff | *.tds | *.d | *.pdb | *.xSYM | *.bb | *.bbg | *.map | *.inf | *.dSYM | *.o | *.obj ) ;;
3193     * ) ac_rmfiles="$ac_rmfiles $ac_file";;
3194   esac
3195 done
3196 rm -f $ac_rmfiles
3197
3198 if { { ac_try="$ac_link_default"
3199 case "(($ac_try" in
3200   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
3201   *) ac_try_echo=$ac_try;;
3202 esac
3203 eval ac_try_echo="\"\$as_me:${as_lineno-$LINENO}: $ac_try_echo\""
3204 $as_echo "$ac_try_echo"; } >&5
3205   (eval "$ac_link_default") 2>&5
3206   ac_status=$?
3207   $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
3208   test $ac_status = 0; }; then :
3209   # Autoconf-2.13 could set the ac_cv_exeext variable to `no'.
3210 # So ignore a value of `no', otherwise this would lead to `EXEEXT = no'
3211 # in a Makefile.  We should not override ac_cv_exeext if it was cached,
3212 # so that the user can short-circuit this test for compilers unknown to
3213 # Autoconf.
3214 for ac_file in $ac_files ''
3215 do
3216   test -f "$ac_file" || continue
3217   case $ac_file in
3218     *.$ac_ext | *.xcoff | *.tds | *.d | *.pdb | *.xSYM | *.bb | *.bbg | *.map | *.inf | *.dSYM | *.o | *.obj )
3219         ;;
3220     [ab].out )
3221         # We found the default executable, but exeext='' is most
3222         # certainly right.
3223         break;;
3224     *.* )
3225         if test "${ac_cv_exeext+set}" = set && test "$ac_cv_exeext" != no;
3226         then :; else
3227            ac_cv_exeext=`expr "$ac_file" : '[^.]*\(\..*\)'`
3228         fi
3229         # We set ac_cv_exeext here because the later test for it is not
3230         # safe: cross compilers may not add the suffix if given an `-o'
3231         # argument, so we may need to know it at that point already.
3232         # Even if this section looks crufty: it has the advantage of
3233         # actually working.
3234         break;;
3235     * )
3236         break;;
3237   esac
3238 done
3239 test "$ac_cv_exeext" = no && ac_cv_exeext=
3240
3241 else
3242   ac_file=''
3243 fi
3244 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_file" >&5
3245 $as_echo "$ac_file" >&6; }
3246 if test -z "$ac_file"; then :
3247   $as_echo "$as_me: failed program was:" >&5
3248 sed 's/^/| /' conftest.$ac_ext >&5
3249
3250 { { $as_echo "$as_me:${as_lineno-$LINENO}: error: in \`$ac_pwd':" >&5
3251 $as_echo "$as_me: error: in \`$ac_pwd':" >&2;}
3252 { as_fn_set_status 77
3253 as_fn_error "C compiler cannot create executables
3254 See \`config.log' for more details." "$LINENO" 5; }; }
3255 fi
3256 ac_exeext=$ac_cv_exeext
3257
3258 # Check that the compiler produces executables we can run.  If not, either
3259 # the compiler is broken, or we cross compile.
3260 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether the C compiler works" >&5
3261 $as_echo_n "checking whether the C compiler works... " >&6; }
3262 # If not cross compiling, check that we can run a simple program.
3263 if test "$cross_compiling" != yes; then
3264   if { ac_try='./$ac_file'
3265   { { case "(($ac_try" in
3266   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
3267   *) ac_try_echo=$ac_try;;
3268 esac
3269 eval ac_try_echo="\"\$as_me:${as_lineno-$LINENO}: $ac_try_echo\""
3270 $as_echo "$ac_try_echo"; } >&5
3271   (eval "$ac_try") 2>&5
3272   ac_status=$?
3273   $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
3274   test $ac_status = 0; }; }; then
3275     cross_compiling=no
3276   else
3277     if test "$cross_compiling" = maybe; then
3278         cross_compiling=yes
3279     else
3280         { { $as_echo "$as_me:${as_lineno-$LINENO}: error: in \`$ac_pwd':" >&5
3281 $as_echo "$as_me: error: in \`$ac_pwd':" >&2;}
3282 as_fn_error "cannot run C compiled programs.
3283 If you meant to cross compile, use \`--host'.
3284 See \`config.log' for more details." "$LINENO" 5; }
3285     fi
3286   fi
3287 fi
3288 { $as_echo "$as_me:${as_lineno-$LINENO}: result: yes" >&5
3289 $as_echo "yes" >&6; }
3290
3291 rm -f -r a.out a.out.dSYM a.exe conftest$ac_cv_exeext b.out conftest.out
3292 ac_clean_files=$ac_clean_files_save
3293 # Check that the compiler produces executables we can run.  If not, either
3294 # the compiler is broken, or we cross compile.
3295 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether we are cross compiling" >&5
3296 $as_echo_n "checking whether we are cross compiling... " >&6; }
3297 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $cross_compiling" >&5
3298 $as_echo "$cross_compiling" >&6; }
3299
3300 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for suffix of executables" >&5
3301 $as_echo_n "checking for suffix of executables... " >&6; }
3302 if { { ac_try="$ac_link"
3303 case "(($ac_try" in
3304   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
3305   *) ac_try_echo=$ac_try;;
3306 esac
3307 eval ac_try_echo="\"\$as_me:${as_lineno-$LINENO}: $ac_try_echo\""
3308 $as_echo "$ac_try_echo"; } >&5
3309   (eval "$ac_link") 2>&5
3310   ac_status=$?
3311   $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
3312   test $ac_status = 0; }; then :
3313   # If both `conftest.exe' and `conftest' are `present' (well, observable)
3314 # catch `conftest.exe'.  For instance with Cygwin, `ls conftest' will
3315 # work properly (i.e., refer to `conftest.exe'), while it won't with
3316 # `rm'.
3317 for ac_file in conftest.exe conftest conftest.*; do
3318   test -f "$ac_file" || continue
3319   case $ac_file in
3320     *.$ac_ext | *.xcoff | *.tds | *.d | *.pdb | *.xSYM | *.bb | *.bbg | *.map | *.inf | *.dSYM | *.o | *.obj ) ;;
3321     *.* ) ac_cv_exeext=`expr "$ac_file" : '[^.]*\(\..*\)'`
3322           break;;
3323     * ) break;;
3324   esac
3325 done
3326 else
3327   { { $as_echo "$as_me:${as_lineno-$LINENO}: error: in \`$ac_pwd':" >&5
3328 $as_echo "$as_me: error: in \`$ac_pwd':" >&2;}
3329 as_fn_error "cannot compute suffix of executables: cannot compile and link
3330 See \`config.log' for more details." "$LINENO" 5; }
3331 fi
3332 rm -f conftest$ac_cv_exeext
3333 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_exeext" >&5
3334 $as_echo "$ac_cv_exeext" >&6; }
3335
3336 rm -f conftest.$ac_ext
3337 EXEEXT=$ac_cv_exeext
3338 ac_exeext=$EXEEXT
3339 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for suffix of object files" >&5
3340 $as_echo_n "checking for suffix of object files... " >&6; }
3341 if test "${ac_cv_objext+set}" = set; then :
3342   $as_echo_n "(cached) " >&6
3343 else
3344   cat confdefs.h - <<_ACEOF >conftest.$ac_ext
3345 /* end confdefs.h.  */
3346
3347 int
3348 main ()
3349 {
3350
3351   ;
3352   return 0;
3353 }
3354 _ACEOF
3355 rm -f conftest.o conftest.obj
3356 if { { ac_try="$ac_compile"
3357 case "(($ac_try" in
3358   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
3359   *) ac_try_echo=$ac_try;;
3360 esac
3361 eval ac_try_echo="\"\$as_me:${as_lineno-$LINENO}: $ac_try_echo\""
3362 $as_echo "$ac_try_echo"; } >&5
3363   (eval "$ac_compile") 2>&5
3364   ac_status=$?
3365   $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
3366   test $ac_status = 0; }; then :
3367   for ac_file in conftest.o conftest.obj conftest.*; do
3368   test -f "$ac_file" || continue;
3369   case $ac_file in
3370     *.$ac_ext | *.xcoff | *.tds | *.d | *.pdb | *.xSYM | *.bb | *.bbg | *.map | *.inf | *.dSYM ) ;;
3371     *) ac_cv_objext=`expr "$ac_file" : '.*\.\(.*\)'`
3372        break;;
3373   esac
3374 done
3375 else
3376   $as_echo "$as_me: failed program was:" >&5
3377 sed 's/^/| /' conftest.$ac_ext >&5
3378
3379 { { $as_echo "$as_me:${as_lineno-$LINENO}: error: in \`$ac_pwd':" >&5
3380 $as_echo "$as_me: error: in \`$ac_pwd':" >&2;}
3381 as_fn_error "cannot compute suffix of object files: cannot compile
3382 See \`config.log' for more details." "$LINENO" 5; }
3383 fi
3384 rm -f conftest.$ac_cv_objext conftest.$ac_ext
3385 fi
3386 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_objext" >&5
3387 $as_echo "$ac_cv_objext" >&6; }
3388 OBJEXT=$ac_cv_objext
3389 ac_objext=$OBJEXT
3390 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether we are using the GNU C compiler" >&5
3391 $as_echo_n "checking whether we are using the GNU C compiler... " >&6; }
3392 if test "${ac_cv_c_compiler_gnu+set}" = set; then :
3393   $as_echo_n "(cached) " >&6
3394 else
3395   cat confdefs.h - <<_ACEOF >conftest.$ac_ext
3396 /* end confdefs.h.  */
3397
3398 int
3399 main ()
3400 {
3401 #ifndef __GNUC__
3402        choke me
3403 #endif
3404
3405   ;
3406   return 0;
3407 }
3408 _ACEOF
3409 if ac_fn_c_try_compile "$LINENO"; then :
3410   ac_compiler_gnu=yes
3411 else
3412   ac_compiler_gnu=no
3413 fi
3414 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
3415 ac_cv_c_compiler_gnu=$ac_compiler_gnu
3416
3417 fi
3418 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_c_compiler_gnu" >&5
3419 $as_echo "$ac_cv_c_compiler_gnu" >&6; }
3420 if test $ac_compiler_gnu = yes; then
3421   GCC=yes
3422 else
3423   GCC=
3424 fi
3425 ac_test_CFLAGS=${CFLAGS+set}
3426 ac_save_CFLAGS=$CFLAGS
3427 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether $CC accepts -g" >&5
3428 $as_echo_n "checking whether $CC accepts -g... " >&6; }
3429 if test "${ac_cv_prog_cc_g+set}" = set; then :
3430   $as_echo_n "(cached) " >&6
3431 else
3432   ac_save_c_werror_flag=$ac_c_werror_flag
3433    ac_c_werror_flag=yes
3434    ac_cv_prog_cc_g=no
3435    CFLAGS="-g"
3436    cat confdefs.h - <<_ACEOF >conftest.$ac_ext
3437 /* end confdefs.h.  */
3438
3439 int
3440 main ()
3441 {
3442
3443   ;
3444   return 0;
3445 }
3446 _ACEOF
3447 if ac_fn_c_try_compile "$LINENO"; then :
3448   ac_cv_prog_cc_g=yes
3449 else
3450   CFLAGS=""
3451       cat confdefs.h - <<_ACEOF >conftest.$ac_ext
3452 /* end confdefs.h.  */
3453
3454 int
3455 main ()
3456 {
3457
3458   ;
3459   return 0;
3460 }
3461 _ACEOF
3462 if ac_fn_c_try_compile "$LINENO"; then :
3463
3464 else
3465   ac_c_werror_flag=$ac_save_c_werror_flag
3466          CFLAGS="-g"
3467          cat confdefs.h - <<_ACEOF >conftest.$ac_ext
3468 /* end confdefs.h.  */
3469
3470 int
3471 main ()
3472 {
3473
3474   ;
3475   return 0;
3476 }
3477 _ACEOF
3478 if ac_fn_c_try_compile "$LINENO"; then :
3479   ac_cv_prog_cc_g=yes
3480 fi
3481 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
3482 fi
3483 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
3484 fi
3485 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
3486    ac_c_werror_flag=$ac_save_c_werror_flag
3487 fi
3488 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_prog_cc_g" >&5
3489 $as_echo "$ac_cv_prog_cc_g" >&6; }
3490 if test "$ac_test_CFLAGS" = set; then
3491   CFLAGS=$ac_save_CFLAGS
3492 elif test $ac_cv_prog_cc_g = yes; then
3493   if test "$GCC" = yes; then
3494     CFLAGS="-g -O2"
3495   else
3496     CFLAGS="-g"
3497   fi
3498 else
3499   if test "$GCC" = yes; then
3500     CFLAGS="-O2"
3501   else
3502     CFLAGS=
3503   fi
3504 fi
3505 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $CC option to accept ISO C89" >&5
3506 $as_echo_n "checking for $CC option to accept ISO C89... " >&6; }
3507 if test "${ac_cv_prog_cc_c89+set}" = set; then :
3508   $as_echo_n "(cached) " >&6
3509 else
3510   ac_cv_prog_cc_c89=no
3511 ac_save_CC=$CC
3512 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
3513 /* end confdefs.h.  */
3514 #include <stdarg.h>
3515 #include <stdio.h>
3516 #include <sys/types.h>
3517 #include <sys/stat.h>
3518 /* Most of the following tests are stolen from RCS 5.7's src/conf.sh.  */
3519 struct buf { int x; };
3520 FILE * (*rcsopen) (struct buf *, struct stat *, int);
3521 static char *e (p, i)
3522      char **p;
3523      int i;
3524 {
3525   return p[i];
3526 }
3527 static char *f (char * (*g) (char **, int), char **p, ...)
3528 {
3529   char *s;
3530   va_list v;
3531   va_start (v,p);
3532   s = g (p, va_arg (v,int));
3533   va_end (v);
3534   return s;
3535 }
3536
3537 /* OSF 4.0 Compaq cc is some sort of almost-ANSI by default.  It has
3538    function prototypes and stuff, but not '\xHH' hex character constants.
3539    These don't provoke an error unfortunately, instead are silently treated
3540    as 'x'.  The following induces an error, until -std is added to get
3541    proper ANSI mode.  Curiously '\x00'!='x' always comes out true, for an
3542    array size at least.  It's necessary to write '\x00'==0 to get something
3543    that's true only with -std.  */
3544 int osf4_cc_array ['\x00' == 0 ? 1 : -1];
3545
3546 /* IBM C 6 for AIX is almost-ANSI by default, but it replaces macro parameters
3547    inside strings and character constants.  */
3548 #define FOO(x) 'x'
3549 int xlc6_cc_array[FOO(a) == 'x' ? 1 : -1];
3550
3551 int test (int i, double x);
3552 struct s1 {int (*f) (int a);};
3553 struct s2 {int (*f) (double a);};
3554 int pairnames (int, char **, FILE *(*)(struct buf *, struct stat *, int), int, int);
3555 int argc;
3556 char **argv;
3557 int
3558 main ()
3559 {
3560 return f (e, argv, 0) != argv[0]  ||  f (e, argv, 1) != argv[1];
3561   ;
3562   return 0;
3563 }
3564 _ACEOF
3565 for ac_arg in '' -qlanglvl=extc89 -qlanglvl=ansi -std \
3566         -Ae "-Aa -D_HPUX_SOURCE" "-Xc -D__EXTENSIONS__"
3567 do
3568   CC="$ac_save_CC $ac_arg"
3569   if ac_fn_c_try_compile "$LINENO"; then :
3570   ac_cv_prog_cc_c89=$ac_arg
3571 fi
3572 rm -f core conftest.err conftest.$ac_objext
3573   test "x$ac_cv_prog_cc_c89" != "xno" && break
3574 done
3575 rm -f conftest.$ac_ext
3576 CC=$ac_save_CC
3577
3578 fi
3579 # AC_CACHE_VAL
3580 case "x$ac_cv_prog_cc_c89" in
3581   x)
3582     { $as_echo "$as_me:${as_lineno-$LINENO}: result: none needed" >&5
3583 $as_echo "none needed" >&6; } ;;
3584   xno)
3585     { $as_echo "$as_me:${as_lineno-$LINENO}: result: unsupported" >&5
3586 $as_echo "unsupported" >&6; } ;;
3587   *)
3588     CC="$CC $ac_cv_prog_cc_c89"
3589     { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_prog_cc_c89" >&5
3590 $as_echo "$ac_cv_prog_cc_c89" >&6; } ;;
3591 esac
3592 if test "x$ac_cv_prog_cc_c89" != xno; then :
3593
3594 fi
3595
3596 ac_ext=c
3597 ac_cpp='$CPP $CPPFLAGS'
3598 ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
3599 ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
3600 ac_compiler_gnu=$ac_cv_c_compiler_gnu
3601
3602 ac_ext=cpp
3603 ac_cpp='$CXXCPP $CPPFLAGS'
3604 ac_compile='$CXX -c $CXXFLAGS $CPPFLAGS conftest.$ac_ext >&5'
3605 ac_link='$CXX -o conftest$ac_exeext $CXXFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
3606 ac_compiler_gnu=$ac_cv_cxx_compiler_gnu
3607 if test -z "$CXX"; then
3608   if test -n "$CCC"; then
3609     CXX=$CCC
3610   else
3611     if test -n "$ac_tool_prefix"; then
3612   for ac_prog in g++ c++ gpp aCC CC cxx cc++ cl.exe FCC KCC RCC xlC_r xlC
3613   do
3614     # Extract the first word of "$ac_tool_prefix$ac_prog", so it can be a program name with args.
3615 set dummy $ac_tool_prefix$ac_prog; ac_word=$2
3616 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
3617 $as_echo_n "checking for $ac_word... " >&6; }
3618 if test "${ac_cv_prog_CXX+set}" = set; then :
3619   $as_echo_n "(cached) " >&6
3620 else
3621   if test -n "$CXX"; then
3622   ac_cv_prog_CXX="$CXX" # Let the user override the test.
3623 else
3624 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
3625 for as_dir in $PATH
3626 do
3627   IFS=$as_save_IFS
3628   test -z "$as_dir" && as_dir=.
3629     for ac_exec_ext in '' $ac_executable_extensions; do
3630   if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
3631     ac_cv_prog_CXX="$ac_tool_prefix$ac_prog"
3632     $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
3633     break 2
3634   fi
3635 done
3636   done
3637 IFS=$as_save_IFS
3638
3639 fi
3640 fi
3641 CXX=$ac_cv_prog_CXX
3642 if test -n "$CXX"; then
3643   { $as_echo "$as_me:${as_lineno-$LINENO}: result: $CXX" >&5
3644 $as_echo "$CXX" >&6; }
3645 else
3646   { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
3647 $as_echo "no" >&6; }
3648 fi
3649
3650
3651     test -n "$CXX" && break
3652   done
3653 fi
3654 if test -z "$CXX"; then
3655   ac_ct_CXX=$CXX
3656   for ac_prog in g++ c++ gpp aCC CC cxx cc++ cl.exe FCC KCC RCC xlC_r xlC
3657 do
3658   # Extract the first word of "$ac_prog", so it can be a program name with args.
3659 set dummy $ac_prog; ac_word=$2
3660 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
3661 $as_echo_n "checking for $ac_word... " >&6; }
3662 if test "${ac_cv_prog_ac_ct_CXX+set}" = set; then :
3663   $as_echo_n "(cached) " >&6
3664 else
3665   if test -n "$ac_ct_CXX"; then
3666   ac_cv_prog_ac_ct_CXX="$ac_ct_CXX" # Let the user override the test.
3667 else
3668 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
3669 for as_dir in $PATH
3670 do
3671   IFS=$as_save_IFS
3672   test -z "$as_dir" && as_dir=.
3673     for ac_exec_ext in '' $ac_executable_extensions; do
3674   if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
3675     ac_cv_prog_ac_ct_CXX="$ac_prog"
3676     $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
3677     break 2
3678   fi
3679 done
3680   done
3681 IFS=$as_save_IFS
3682
3683 fi
3684 fi
3685 ac_ct_CXX=$ac_cv_prog_ac_ct_CXX
3686 if test -n "$ac_ct_CXX"; then
3687   { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_ct_CXX" >&5
3688 $as_echo "$ac_ct_CXX" >&6; }
3689 else
3690   { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
3691 $as_echo "no" >&6; }
3692 fi
3693
3694
3695   test -n "$ac_ct_CXX" && break
3696 done
3697
3698   if test "x$ac_ct_CXX" = x; then
3699     CXX="g++"
3700   else
3701     case $cross_compiling:$ac_tool_warned in
3702 yes:)
3703 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: using cross tools not prefixed with host triplet" >&5
3704 $as_echo "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;}
3705 ac_tool_warned=yes ;;
3706 esac
3707     CXX=$ac_ct_CXX
3708   fi
3709 fi
3710
3711   fi
3712 fi
3713 # Provide some information about the compiler.
3714 $as_echo "$as_me:${as_lineno-$LINENO}: checking for C++ compiler version" >&5
3715 set X $ac_compile
3716 ac_compiler=$2
3717 for ac_option in --version -v -V -qversion; do
3718   { { ac_try="$ac_compiler $ac_option >&5"
3719 case "(($ac_try" in
3720   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
3721   *) ac_try_echo=$ac_try;;
3722 esac
3723 eval ac_try_echo="\"\$as_me:${as_lineno-$LINENO}: $ac_try_echo\""
3724 $as_echo "$ac_try_echo"; } >&5
3725   (eval "$ac_compiler $ac_option >&5") 2>conftest.err
3726   ac_status=$?
3727   if test -s conftest.err; then
3728     sed '10a\
3729 ... rest of stderr output deleted ...
3730          10q' conftest.err >conftest.er1
3731     cat conftest.er1 >&5
3732     rm -f conftest.er1 conftest.err
3733   fi
3734   $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
3735   test $ac_status = 0; }
3736 done
3737
3738 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether we are using the GNU C++ compiler" >&5
3739 $as_echo_n "checking whether we are using the GNU C++ compiler... " >&6; }
3740 if test "${ac_cv_cxx_compiler_gnu+set}" = set; then :
3741   $as_echo_n "(cached) " >&6
3742 else
3743   cat confdefs.h - <<_ACEOF >conftest.$ac_ext
3744 /* end confdefs.h.  */
3745
3746 int
3747 main ()
3748 {
3749 #ifndef __GNUC__
3750        choke me
3751 #endif
3752
3753   ;
3754   return 0;
3755 }
3756 _ACEOF
3757 if ac_fn_cxx_try_compile "$LINENO"; then :
3758   ac_compiler_gnu=yes
3759 else
3760   ac_compiler_gnu=no
3761 fi
3762 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
3763 ac_cv_cxx_compiler_gnu=$ac_compiler_gnu
3764
3765 fi
3766 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_cxx_compiler_gnu" >&5
3767 $as_echo "$ac_cv_cxx_compiler_gnu" >&6; }
3768 if test $ac_compiler_gnu = yes; then
3769   GXX=yes
3770 else
3771   GXX=
3772 fi
3773 ac_test_CXXFLAGS=${CXXFLAGS+set}
3774 ac_save_CXXFLAGS=$CXXFLAGS
3775 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether $CXX accepts -g" >&5
3776 $as_echo_n "checking whether $CXX accepts -g... " >&6; }
3777 if test "${ac_cv_prog_cxx_g+set}" = set; then :
3778   $as_echo_n "(cached) " >&6
3779 else
3780   ac_save_cxx_werror_flag=$ac_cxx_werror_flag
3781    ac_cxx_werror_flag=yes
3782    ac_cv_prog_cxx_g=no
3783    CXXFLAGS="-g"
3784    cat confdefs.h - <<_ACEOF >conftest.$ac_ext
3785 /* end confdefs.h.  */
3786
3787 int
3788 main ()
3789 {
3790
3791   ;
3792   return 0;
3793 }
3794 _ACEOF
3795 if ac_fn_cxx_try_compile "$LINENO"; then :
3796   ac_cv_prog_cxx_g=yes
3797 else
3798   CXXFLAGS=""
3799       cat confdefs.h - <<_ACEOF >conftest.$ac_ext
3800 /* end confdefs.h.  */
3801
3802 int
3803 main ()
3804 {
3805
3806   ;
3807   return 0;
3808 }
3809 _ACEOF
3810 if ac_fn_cxx_try_compile "$LINENO"; then :
3811
3812 else
3813   ac_cxx_werror_flag=$ac_save_cxx_werror_flag
3814          CXXFLAGS="-g"
3815          cat confdefs.h - <<_ACEOF >conftest.$ac_ext
3816 /* end confdefs.h.  */
3817
3818 int
3819 main ()
3820 {
3821
3822   ;
3823   return 0;
3824 }
3825 _ACEOF
3826 if ac_fn_cxx_try_compile "$LINENO"; then :
3827   ac_cv_prog_cxx_g=yes
3828 fi
3829 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
3830 fi
3831 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
3832 fi
3833 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
3834    ac_cxx_werror_flag=$ac_save_cxx_werror_flag
3835 fi
3836 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_prog_cxx_g" >&5
3837 $as_echo "$ac_cv_prog_cxx_g" >&6; }
3838 if test "$ac_test_CXXFLAGS" = set; then
3839   CXXFLAGS=$ac_save_CXXFLAGS
3840 elif test $ac_cv_prog_cxx_g = yes; then
3841   if test "$GXX" = yes; then
3842     CXXFLAGS="-g -O2"
3843   else
3844     CXXFLAGS="-g"
3845   fi
3846 else
3847   if test "$GXX" = yes; then
3848     CXXFLAGS="-O2"
3849   else
3850     CXXFLAGS=
3851   fi
3852 fi
3853 ac_ext=c
3854 ac_cpp='$CPP $CPPFLAGS'
3855 ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
3856 ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
3857 ac_compiler_gnu=$ac_cv_c_compiler_gnu
3858
3859 if test -n "$ac_tool_prefix"; then
3860   # Extract the first word of "${ac_tool_prefix}cpp", so it can be a program name with args.
3861 set dummy ${ac_tool_prefix}cpp; ac_word=$2
3862 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
3863 $as_echo_n "checking for $ac_word... " >&6; }
3864 if test "${ac_cv_prog_CPPBIN+set}" = set; then :
3865   $as_echo_n "(cached) " >&6
3866 else
3867   if test -n "$CPPBIN"; then
3868   ac_cv_prog_CPPBIN="$CPPBIN" # Let the user override the test.
3869 else
3870 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
3871 for as_dir in $PATH
3872 do
3873   IFS=$as_save_IFS
3874   test -z "$as_dir" && as_dir=.
3875     for ac_exec_ext in '' $ac_executable_extensions; do
3876   if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
3877     ac_cv_prog_CPPBIN="${ac_tool_prefix}cpp"
3878     $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
3879     break 2
3880   fi
3881 done
3882   done
3883 IFS=$as_save_IFS
3884
3885 fi
3886 fi
3887 CPPBIN=$ac_cv_prog_CPPBIN
3888 if test -n "$CPPBIN"; then
3889   { $as_echo "$as_me:${as_lineno-$LINENO}: result: $CPPBIN" >&5
3890 $as_echo "$CPPBIN" >&6; }
3891 else
3892   { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
3893 $as_echo "no" >&6; }
3894 fi
3895
3896
3897 fi
3898 if test -z "$ac_cv_prog_CPPBIN"; then
3899   ac_ct_CPPBIN=$CPPBIN
3900   # Extract the first word of "cpp", so it can be a program name with args.
3901 set dummy cpp; ac_word=$2
3902 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
3903 $as_echo_n "checking for $ac_word... " >&6; }
3904 if test "${ac_cv_prog_ac_ct_CPPBIN+set}" = set; then :
3905   $as_echo_n "(cached) " >&6
3906 else
3907   if test -n "$ac_ct_CPPBIN"; then
3908   ac_cv_prog_ac_ct_CPPBIN="$ac_ct_CPPBIN" # Let the user override the test.
3909 else
3910 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
3911 for as_dir in $PATH
3912 do
3913   IFS=$as_save_IFS
3914   test -z "$as_dir" && as_dir=.
3915     for ac_exec_ext in '' $ac_executable_extensions; do
3916   if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
3917     ac_cv_prog_ac_ct_CPPBIN="cpp"
3918     $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
3919     break 2
3920   fi
3921 done
3922   done
3923 IFS=$as_save_IFS
3924
3925 fi
3926 fi
3927 ac_ct_CPPBIN=$ac_cv_prog_ac_ct_CPPBIN
3928 if test -n "$ac_ct_CPPBIN"; then
3929   { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_ct_CPPBIN" >&5
3930 $as_echo "$ac_ct_CPPBIN" >&6; }
3931 else
3932   { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
3933 $as_echo "no" >&6; }
3934 fi
3935
3936   if test "x$ac_ct_CPPBIN" = x; then
3937     CPPBIN="cpp"
3938   else
3939     case $cross_compiling:$ac_tool_warned in
3940 yes:)
3941 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: using cross tools not prefixed with host triplet" >&5
3942 $as_echo "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;}
3943 ac_tool_warned=yes ;;
3944 esac
3945     CPPBIN=$ac_ct_CPPBIN
3946   fi
3947 else
3948   CPPBIN="$ac_cv_prog_CPPBIN"
3949 fi
3950
3951
3952 case $host in
3953   *-darwin*)
3954     if test "x$enable_win64" = "xyes"
3955     then
3956       CC="$CC -m64"
3957       CXX="$CXX -m64"
3958       LD="${LD:-ld} -arch x86_64"
3959       AS="${AS:-as} -arch x86_64"
3960       host_cpu="x86_64"
3961       notice_platform="64-bit "
3962       TARGETFLAGS="-m64"
3963
3964     else
3965       CC="$CC -m32"
3966       CXX="$CXX -m32"
3967       LD="${LD:-ld} -arch i386"
3968       AS="${AS:-as} -arch i386"
3969       host_cpu="i386"
3970       notice_platform="32-bit "
3971       TARGETFLAGS="-m32"
3972
3973       enable_win16=${enable_win16:-yes}
3974     fi
3975     ;;
3976   x86_64*)
3977     if test "x$enable_win64" != "xyes" -a "$cross_compiling" != "yes"
3978     then
3979       CC="$CC -m32"
3980       CXX="$CXX -m32"
3981       { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether $CC works" >&5
3982 $as_echo_n "checking whether $CC works... " >&6; }
3983
3984 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
3985 /* end confdefs.h.  */
3986
3987 int
3988 main ()
3989 {
3990
3991   ;
3992   return 0;
3993 }
3994 _ACEOF
3995 if ac_fn_c_try_link "$LINENO"; then :
3996   { $as_echo "$as_me:${as_lineno-$LINENO}: result: yes" >&5
3997 $as_echo "yes" >&6; }
3998 else
3999   { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
4000 $as_echo "no" >&6; }
4001                       as_fn_error "Cannot build a 32-bit program, you need to install 32-bit development libraries." "$LINENO" 5
4002 fi
4003 rm -f core conftest.err conftest.$ac_objext \
4004     conftest$ac_exeext conftest.$ac_ext
4005       LD="${LD:-ld} -m elf_i386"
4006       AS="${AS:-as} --32"
4007       host_cpu="i386"
4008       notice_platform="32-bit "
4009       TARGETFLAGS="-m32"
4010
4011       enable_win16=${enable_win16:-yes}
4012     else
4013       if test "x${GCC}" = "xyes"
4014       then
4015         { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether $CC supports __builtin_ms_va_list" >&5
4016 $as_echo_n "checking whether $CC supports __builtin_ms_va_list... " >&6; }
4017         cat confdefs.h - <<_ACEOF >conftest.$ac_ext
4018 /* end confdefs.h.  */
4019 #include <stdarg.h>
4020 int
4021 main ()
4022 {
4023 void func(__builtin_ms_va_list *args);
4024   ;
4025   return 0;
4026 }
4027 _ACEOF
4028 if ac_fn_c_try_compile "$LINENO"; then :
4029   { $as_echo "$as_me:${as_lineno-$LINENO}: result: yes" >&5
4030 $as_echo "yes" >&6; }
4031 else
4032   { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
4033 $as_echo "no" >&6; }
4034                            as_fn_error "You need gcc >= 4.4 to build Wine as 64-bit." "$LINENO" 5
4035 fi
4036 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
4037       fi
4038       TARGETFLAGS="-m64"
4039
4040     fi
4041     ;;
4042   *-mingw32*|*-cygwin*)
4043     enable_win16=${enable_win16:-no}
4044     ;;
4045   i[3456789]86*)
4046     enable_win16=${enable_win16:-yes}
4047     ;;
4048 esac
4049
4050 enable_win16=${enable_win16:-no}
4051
4052 WIN16_FILES="\$(WIN16_FILES)"
4053
4054 WIN16_INSTALL="\$(WIN16_INSTALL)"
4055
4056 if test "x$enable_win16" != "xyes"
4057 then
4058     WIN16_FILES=""
4059     WIN16_INSTALL=""
4060     enable_w32skrnl=${enable_w32skrnl:-no}
4061     enable_winedos=${enable_winedos:-no}
4062     enable_winevdm=${enable_winevdm:-no}
4063 fi
4064
4065 if test -n "$with_wine64"
4066 then
4067     if test "x$enable_win64" = "xyes"
4068     then
4069         as_fn_error "--enable-win64 and --with-wine64 are mutually exclusive.
4070 --enable-win64 should be used in the 64-bit build tree, --with-wine64 in the 32-bit Wow64 build tree." "$LINENO" 5
4071     fi
4072     WOW64_DISABLE=\#
4073
4074     enable_fonts=${enable_fonts:-no}
4075     enable_include=${enable_include:-no}
4076     enable_server=${enable_server:-no}
4077     enable_tools=${enable_tools:-no}
4078     enable_wineboot=${enable_wineboot:-no}
4079     enable_winedbg=${enable_winedbg:-no}
4080     test "x$libdir" != "x\${exec_prefix}/lib" || libdir="\${exec_prefix}/lib32"
4081 fi
4082
4083 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for the directory containing the Wine tools" >&5
4084 $as_echo_n "checking for the directory containing the Wine tools... " >&6; }
4085 if test "${wine_cv_toolsdir+set}" = set; then :
4086   $as_echo_n "(cached) " >&6
4087 else
4088   wine_cv_toolsdir="$with_wine_tools"
4089    if test -z "$with_wine_tools"; then
4090      if test "$cross_compiling" = "yes"; then
4091        as_fn_error "you must use the --with-wine-tools option when cross-compiling." "$LINENO" 5
4092      elif test -n "$with_wine64"; then
4093        wine_cv_toolsdir="$with_wine64"
4094      fi
4095    fi
4096    if test -z "$wine_cv_toolsdir"; then
4097      wine_cv_toolsdir="\$(TOPOBJDIR)"
4098    elif test -d "$wine_cv_toolsdir/tools/winebuild"; then
4099      case "$wine_cv_toolsdir" in
4100        /*) ;;
4101        *)  wine_cv_toolsdir="\$(TOPOBJDIR)/$wine_cv_toolsdir" ;;
4102      esac
4103    else
4104      as_fn_error "could not find Wine tools in $wine_cv_toolsdir" "$LINENO" 5
4105    fi
4106 fi
4107 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $wine_cv_toolsdir" >&5
4108 $as_echo "$wine_cv_toolsdir" >&6; }
4109 TOOLSDIR=$wine_cv_toolsdir
4110
4111 if test -n "$host_alias" -a "$host_alias" != "$build_alias"
4112 then
4113     TARGETFLAGS="-b $host_alias $TARGETFLAGS"
4114
4115 fi
4116
4117 for ac_prog in flex
4118 do
4119   # Extract the first word of "$ac_prog", so it can be a program name with args.
4120 set dummy $ac_prog; ac_word=$2
4121 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
4122 $as_echo_n "checking for $ac_word... " >&6; }
4123 if test "${ac_cv_prog_FLEX+set}" = set; then :
4124   $as_echo_n "(cached) " >&6
4125 else
4126   if test -n "$FLEX"; then
4127   ac_cv_prog_FLEX="$FLEX" # Let the user override the test.
4128 else
4129 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
4130 for as_dir in $PATH
4131 do
4132   IFS=$as_save_IFS
4133   test -z "$as_dir" && as_dir=.
4134     for ac_exec_ext in '' $ac_executable_extensions; do
4135   if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
4136     ac_cv_prog_FLEX="$ac_prog"
4137     $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
4138     break 2
4139   fi
4140 done
4141   done
4142 IFS=$as_save_IFS
4143
4144 fi
4145 fi
4146 FLEX=$ac_cv_prog_FLEX
4147 if test -n "$FLEX"; then
4148   { $as_echo "$as_me:${as_lineno-$LINENO}: result: $FLEX" >&5
4149 $as_echo "$FLEX" >&6; }
4150 else
4151   { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
4152 $as_echo "no" >&6; }
4153 fi
4154
4155
4156   test -n "$FLEX" && break
4157 done
4158 test -n "$FLEX" || FLEX="none"
4159
4160 if test "$FLEX" = "none"
4161 then
4162   as_fn_error "no suitable flex found. Please install the 'flex' package." "$LINENO" 5
4163 fi
4164
4165 for ac_prog in bison
4166 do
4167   # Extract the first word of "$ac_prog", so it can be a program name with args.
4168 set dummy $ac_prog; ac_word=$2
4169 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
4170 $as_echo_n "checking for $ac_word... " >&6; }
4171 if test "${ac_cv_prog_BISON+set}" = set; then :
4172   $as_echo_n "(cached) " >&6
4173 else
4174   if test -n "$BISON"; then
4175   ac_cv_prog_BISON="$BISON" # Let the user override the test.
4176 else
4177 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
4178 for as_dir in $PATH
4179 do
4180   IFS=$as_save_IFS
4181   test -z "$as_dir" && as_dir=.
4182     for ac_exec_ext in '' $ac_executable_extensions; do
4183   if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
4184     ac_cv_prog_BISON="$ac_prog"
4185     $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
4186     break 2
4187   fi
4188 done
4189   done
4190 IFS=$as_save_IFS
4191
4192 fi
4193 fi
4194 BISON=$ac_cv_prog_BISON
4195 if test -n "$BISON"; then
4196   { $as_echo "$as_me:${as_lineno-$LINENO}: result: $BISON" >&5
4197 $as_echo "$BISON" >&6; }
4198 else
4199   { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
4200 $as_echo "no" >&6; }
4201 fi
4202
4203
4204   test -n "$BISON" && break
4205 done
4206 test -n "$BISON" || BISON="none"
4207
4208 if test "$BISON" = "none"
4209 then
4210   as_fn_error "no suitable bison found. Please install the 'bison' package." "$LINENO" 5
4211 fi
4212
4213 if test -n "$ac_tool_prefix"; then
4214   for ac_prog in ar gar
4215   do
4216     # Extract the first word of "$ac_tool_prefix$ac_prog", so it can be a program name with args.
4217 set dummy $ac_tool_prefix$ac_prog; ac_word=$2
4218 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
4219 $as_echo_n "checking for $ac_word... " >&6; }
4220 if test "${ac_cv_prog_AR+set}" = set; then :
4221   $as_echo_n "(cached) " >&6
4222 else
4223   if test -n "$AR"; then
4224   ac_cv_prog_AR="$AR" # Let the user override the test.
4225 else
4226 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
4227 for as_dir in $PATH
4228 do
4229   IFS=$as_save_IFS
4230   test -z "$as_dir" && as_dir=.
4231     for ac_exec_ext in '' $ac_executable_extensions; do
4232   if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
4233     ac_cv_prog_AR="$ac_tool_prefix$ac_prog"
4234     $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
4235     break 2
4236   fi
4237 done
4238   done
4239 IFS=$as_save_IFS
4240
4241 fi
4242 fi
4243 AR=$ac_cv_prog_AR
4244 if test -n "$AR"; then
4245   { $as_echo "$as_me:${as_lineno-$LINENO}: result: $AR" >&5
4246 $as_echo "$AR" >&6; }
4247 else
4248   { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
4249 $as_echo "no" >&6; }
4250 fi
4251
4252
4253     test -n "$AR" && break
4254   done
4255 fi
4256 if test -z "$AR"; then
4257   ac_ct_AR=$AR
4258   for ac_prog in ar gar
4259 do
4260   # Extract the first word of "$ac_prog", so it can be a program name with args.
4261 set dummy $ac_prog; ac_word=$2
4262 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
4263 $as_echo_n "checking for $ac_word... " >&6; }
4264 if test "${ac_cv_prog_ac_ct_AR+set}" = set; then :
4265   $as_echo_n "(cached) " >&6
4266 else
4267   if test -n "$ac_ct_AR"; then
4268   ac_cv_prog_ac_ct_AR="$ac_ct_AR" # Let the user override the test.
4269 else
4270 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
4271 for as_dir in $PATH
4272 do
4273   IFS=$as_save_IFS
4274   test -z "$as_dir" && as_dir=.
4275     for ac_exec_ext in '' $ac_executable_extensions; do
4276   if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
4277     ac_cv_prog_ac_ct_AR="$ac_prog"
4278     $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
4279     break 2
4280   fi
4281 done
4282   done
4283 IFS=$as_save_IFS
4284
4285 fi
4286 fi
4287 ac_ct_AR=$ac_cv_prog_ac_ct_AR
4288 if test -n "$ac_ct_AR"; then
4289   { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_ct_AR" >&5
4290 $as_echo "$ac_ct_AR" >&6; }
4291 else
4292   { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
4293 $as_echo "no" >&6; }
4294 fi
4295
4296
4297   test -n "$ac_ct_AR" && break
4298 done
4299
4300   if test "x$ac_ct_AR" = x; then
4301     AR="ar"
4302   else
4303     case $cross_compiling:$ac_tool_warned in
4304 yes:)
4305 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: using cross tools not prefixed with host triplet" >&5
4306 $as_echo "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;}
4307 ac_tool_warned=yes ;;
4308 esac
4309     AR=$ac_ct_AR
4310   fi
4311 fi
4312
4313 ARFLAGS=rc
4314
4315 if test -n "$ac_tool_prefix"; then
4316   # Extract the first word of "${ac_tool_prefix}ranlib", so it can be a program name with args.
4317 set dummy ${ac_tool_prefix}ranlib; ac_word=$2
4318 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
4319 $as_echo_n "checking for $ac_word... " >&6; }
4320 if test "${ac_cv_prog_RANLIB+set}" = set; then :
4321   $as_echo_n "(cached) " >&6
4322 else
4323   if test -n "$RANLIB"; then
4324   ac_cv_prog_RANLIB="$RANLIB" # Let the user override the test.
4325 else
4326 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
4327 for as_dir in $PATH
4328 do
4329   IFS=$as_save_IFS
4330   test -z "$as_dir" && as_dir=.
4331     for ac_exec_ext in '' $ac_executable_extensions; do
4332   if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
4333     ac_cv_prog_RANLIB="${ac_tool_prefix}ranlib"
4334     $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
4335     break 2
4336   fi
4337 done
4338   done
4339 IFS=$as_save_IFS
4340
4341 fi
4342 fi
4343 RANLIB=$ac_cv_prog_RANLIB
4344 if test -n "$RANLIB"; then
4345   { $as_echo "$as_me:${as_lineno-$LINENO}: result: $RANLIB" >&5
4346 $as_echo "$RANLIB" >&6; }
4347 else
4348   { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
4349 $as_echo "no" >&6; }
4350 fi
4351
4352
4353 fi
4354 if test -z "$ac_cv_prog_RANLIB"; then
4355   ac_ct_RANLIB=$RANLIB
4356   # Extract the first word of "ranlib", so it can be a program name with args.
4357 set dummy ranlib; ac_word=$2
4358 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
4359 $as_echo_n "checking for $ac_word... " >&6; }
4360 if test "${ac_cv_prog_ac_ct_RANLIB+set}" = set; then :
4361   $as_echo_n "(cached) " >&6
4362 else
4363   if test -n "$ac_ct_RANLIB"; then
4364   ac_cv_prog_ac_ct_RANLIB="$ac_ct_RANLIB" # Let the user override the test.
4365 else
4366 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
4367 for as_dir in $PATH
4368 do
4369   IFS=$as_save_IFS
4370   test -z "$as_dir" && as_dir=.
4371     for ac_exec_ext in '' $ac_executable_extensions; do
4372   if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
4373     ac_cv_prog_ac_ct_RANLIB="ranlib"
4374     $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
4375     break 2
4376   fi
4377 done
4378   done
4379 IFS=$as_save_IFS
4380
4381 fi
4382 fi
4383 ac_ct_RANLIB=$ac_cv_prog_ac_ct_RANLIB
4384 if test -n "$ac_ct_RANLIB"; then
4385   { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_ct_RANLIB" >&5
4386 $as_echo "$ac_ct_RANLIB" >&6; }
4387 else
4388   { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
4389 $as_echo "no" >&6; }
4390 fi
4391
4392   if test "x$ac_ct_RANLIB" = x; then
4393     RANLIB=":"
4394   else
4395     case $cross_compiling:$ac_tool_warned in
4396 yes:)
4397 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: using cross tools not prefixed with host triplet" >&5
4398 $as_echo "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;}
4399 ac_tool_warned=yes ;;
4400 esac
4401     RANLIB=$ac_ct_RANLIB
4402   fi
4403 else
4404   RANLIB="$ac_cv_prog_RANLIB"
4405 fi
4406
4407 if test -n "$ac_tool_prefix"; then
4408   # Extract the first word of "${ac_tool_prefix}strip", so it can be a program name with args.
4409 set dummy ${ac_tool_prefix}strip; ac_word=$2
4410 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
4411 $as_echo_n "checking for $ac_word... " >&6; }
4412 if test "${ac_cv_prog_STRIP+set}" = set; then :
4413   $as_echo_n "(cached) " >&6
4414 else
4415   if test -n "$STRIP"; then
4416   ac_cv_prog_STRIP="$STRIP" # Let the user override the test.
4417 else
4418 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
4419 for as_dir in $PATH
4420 do
4421   IFS=$as_save_IFS
4422   test -z "$as_dir" && as_dir=.
4423     for ac_exec_ext in '' $ac_executable_extensions; do
4424   if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
4425     ac_cv_prog_STRIP="${ac_tool_prefix}strip"
4426     $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
4427     break 2
4428   fi
4429 done
4430   done
4431 IFS=$as_save_IFS
4432
4433 fi
4434 fi
4435 STRIP=$ac_cv_prog_STRIP
4436 if test -n "$STRIP"; then
4437   { $as_echo "$as_me:${as_lineno-$LINENO}: result: $STRIP" >&5
4438 $as_echo "$STRIP" >&6; }
4439 else
4440   { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
4441 $as_echo "no" >&6; }
4442 fi
4443
4444
4445 fi
4446 if test -z "$ac_cv_prog_STRIP"; then
4447   ac_ct_STRIP=$STRIP
4448   # Extract the first word of "strip", so it can be a program name with args.
4449 set dummy strip; ac_word=$2
4450 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
4451 $as_echo_n "checking for $ac_word... " >&6; }
4452 if test "${ac_cv_prog_ac_ct_STRIP+set}" = set; then :
4453   $as_echo_n "(cached) " >&6
4454 else
4455   if test -n "$ac_ct_STRIP"; then
4456   ac_cv_prog_ac_ct_STRIP="$ac_ct_STRIP" # Let the user override the test.
4457 else
4458 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
4459 for as_dir in $PATH
4460 do
4461   IFS=$as_save_IFS
4462   test -z "$as_dir" && as_dir=.
4463     for ac_exec_ext in '' $ac_executable_extensions; do
4464   if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
4465     ac_cv_prog_ac_ct_STRIP="strip"
4466     $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
4467     break 2
4468   fi
4469 done
4470   done
4471 IFS=$as_save_IFS
4472
4473 fi
4474 fi
4475 ac_ct_STRIP=$ac_cv_prog_ac_ct_STRIP
4476 if test -n "$ac_ct_STRIP"; then
4477   { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_ct_STRIP" >&5
4478 $as_echo "$ac_ct_STRIP" >&6; }
4479 else
4480   { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
4481 $as_echo "no" >&6; }
4482 fi
4483
4484   if test "x$ac_ct_STRIP" = x; then
4485     STRIP="strip"
4486   else
4487     case $cross_compiling:$ac_tool_warned in
4488 yes:)
4489 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: using cross tools not prefixed with host triplet" >&5
4490 $as_echo "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;}
4491 ac_tool_warned=yes ;;
4492 esac
4493     STRIP=$ac_ct_STRIP
4494   fi
4495 else
4496   STRIP="$ac_cv_prog_STRIP"
4497 fi
4498
4499 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether ln -s works" >&5
4500 $as_echo_n "checking whether ln -s works... " >&6; }
4501 LN_S=$as_ln_s
4502 if test "$LN_S" = "ln -s"; then
4503   { $as_echo "$as_me:${as_lineno-$LINENO}: result: yes" >&5
4504 $as_echo "yes" >&6; }
4505 else
4506   { $as_echo "$as_me:${as_lineno-$LINENO}: result: no, using $LN_S" >&5
4507 $as_echo "no, using $LN_S" >&6; }
4508 fi
4509
4510 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether ln works" >&5
4511 $as_echo_n "checking whether ln works... " >&6; }
4512 rm -f conf$$ conf$$.file
4513 echo >conf$$.file
4514 if ln conf$$.file conf$$ 2>/dev/null; then
4515   LN=ln
4516
4517   { $as_echo "$as_me:${as_lineno-$LINENO}: result: yes" >&5
4518 $as_echo "yes" >&6; }
4519 else
4520   LN="cp -p"
4521
4522   { $as_echo "$as_me:${as_lineno-$LINENO}: result: no, using $LN" >&5
4523 $as_echo "no, using $LN" >&6; }
4524 fi
4525 rm -f conf$$ conf$$.file
4526 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for grep that handles long lines and -e" >&5
4527 $as_echo_n "checking for grep that handles long lines and -e... " >&6; }
4528 if test "${ac_cv_path_GREP+set}" = set; then :
4529   $as_echo_n "(cached) " >&6
4530 else
4531   if test -z "$GREP"; then
4532   ac_path_GREP_found=false
4533   # Loop through the user's path and test for each of PROGNAME-LIST
4534   as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
4535 for as_dir in $PATH$PATH_SEPARATOR/usr/xpg4/bin
4536 do
4537   IFS=$as_save_IFS
4538   test -z "$as_dir" && as_dir=.
4539     for ac_prog in grep ggrep; do
4540     for ac_exec_ext in '' $ac_executable_extensions; do
4541       ac_path_GREP="$as_dir/$ac_prog$ac_exec_ext"
4542       { test -f "$ac_path_GREP" && $as_test_x "$ac_path_GREP"; } || continue
4543 # Check for GNU ac_path_GREP and select it if it is found.
4544   # Check for GNU $ac_path_GREP
4545 case `"$ac_path_GREP" --version 2>&1` in
4546 *GNU*)
4547   ac_cv_path_GREP="$ac_path_GREP" ac_path_GREP_found=:;;
4548 *)
4549   ac_count=0
4550   $as_echo_n 0123456789 >"conftest.in"
4551   while :
4552   do
4553     cat "conftest.in" "conftest.in" >"conftest.tmp"
4554     mv "conftest.tmp" "conftest.in"
4555     cp "conftest.in" "conftest.nl"
4556     $as_echo 'GREP' >> "conftest.nl"
4557     "$ac_path_GREP" -e 'GREP$' -e '-(cannot match)-' < "conftest.nl" >"conftest.out" 2>/dev/null || break
4558     diff "conftest.out" "conftest.nl" >/dev/null 2>&1 || break
4559     as_fn_arith $ac_count + 1 && ac_count=$as_val
4560     if test $ac_count -gt ${ac_path_GREP_max-0}; then
4561       # Best one so far, save it but keep looking for a better one
4562       ac_cv_path_GREP="$ac_path_GREP"
4563       ac_path_GREP_max=$ac_count
4564     fi
4565     # 10*(2^10) chars as input seems more than enough
4566     test $ac_count -gt 10 && break
4567   done
4568   rm -f conftest.in conftest.tmp conftest.nl conftest.out;;
4569 esac
4570
4571       $ac_path_GREP_found && break 3
4572     done
4573   done
4574   done
4575 IFS=$as_save_IFS
4576   if test -z "$ac_cv_path_GREP"; then
4577     as_fn_error "no acceptable grep could be found in $PATH$PATH_SEPARATOR/usr/xpg4/bin" "$LINENO" 5
4578   fi
4579 else
4580   ac_cv_path_GREP=$GREP
4581 fi
4582
4583 fi
4584 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_path_GREP" >&5
4585 $as_echo "$ac_cv_path_GREP" >&6; }
4586  GREP="$ac_cv_path_GREP"
4587
4588
4589 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for egrep" >&5
4590 $as_echo_n "checking for egrep... " >&6; }
4591 if test "${ac_cv_path_EGREP+set}" = set; then :
4592   $as_echo_n "(cached) " >&6
4593 else
4594   if echo a | $GREP -E '(a|b)' >/dev/null 2>&1
4595    then ac_cv_path_EGREP="$GREP -E"
4596    else
4597      if test -z "$EGREP"; then
4598   ac_path_EGREP_found=false
4599   # Loop through the user's path and test for each of PROGNAME-LIST
4600   as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
4601 for as_dir in $PATH$PATH_SEPARATOR/usr/xpg4/bin
4602 do
4603   IFS=$as_save_IFS
4604   test -z "$as_dir" && as_dir=.
4605     for ac_prog in egrep; do
4606     for ac_exec_ext in '' $ac_executable_extensions; do
4607       ac_path_EGREP="$as_dir/$ac_prog$ac_exec_ext"
4608       { test -f "$ac_path_EGREP" && $as_test_x "$ac_path_EGREP"; } || continue
4609 # Check for GNU ac_path_EGREP and select it if it is found.
4610   # Check for GNU $ac_path_EGREP
4611 case `"$ac_path_EGREP" --version 2>&1` in
4612 *GNU*)
4613   ac_cv_path_EGREP="$ac_path_EGREP" ac_path_EGREP_found=:;;
4614 *)
4615   ac_count=0
4616   $as_echo_n 0123456789 >"conftest.in"
4617   while :
4618   do
4619     cat "conftest.in" "conftest.in" >"conftest.tmp"
4620     mv "conftest.tmp" "conftest.in"
4621     cp "conftest.in" "conftest.nl"
4622     $as_echo 'EGREP' >> "conftest.nl"
4623     "$ac_path_EGREP" 'EGREP$' < "conftest.nl" >"conftest.out" 2>/dev/null || break
4624     diff "conftest.out" "conftest.nl" >/dev/null 2>&1 || break
4625     as_fn_arith $ac_count + 1 && ac_count=$as_val
4626     if test $ac_count -gt ${ac_path_EGREP_max-0}; then
4627       # Best one so far, save it but keep looking for a better one
4628       ac_cv_path_EGREP="$ac_path_EGREP"
4629       ac_path_EGREP_max=$ac_count
4630     fi
4631     # 10*(2^10) chars as input seems more than enough
4632     test $ac_count -gt 10 && break
4633   done
4634   rm -f conftest.in conftest.tmp conftest.nl conftest.out;;
4635 esac
4636
4637       $ac_path_EGREP_found && break 3
4638     done
4639   done
4640   done
4641 IFS=$as_save_IFS
4642   if test -z "$ac_cv_path_EGREP"; then
4643     as_fn_error "no acceptable egrep could be found in $PATH$PATH_SEPARATOR/usr/xpg4/bin" "$LINENO" 5
4644   fi
4645 else
4646   ac_cv_path_EGREP=$EGREP
4647 fi
4648
4649    fi
4650 fi
4651 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_path_EGREP" >&5
4652 $as_echo "$ac_cv_path_EGREP" >&6; }
4653  EGREP="$ac_cv_path_EGREP"
4654
4655
4656 # Extract the first word of "ldconfig", so it can be a program name with args.
4657 set dummy ldconfig; ac_word=$2
4658 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
4659 $as_echo_n "checking for $ac_word... " >&6; }
4660 if test "${ac_cv_path_LDCONFIG+set}" = set; then :
4661   $as_echo_n "(cached) " >&6
4662 else
4663   case $LDCONFIG in
4664   [\\/]* | ?:[\\/]*)
4665   ac_cv_path_LDCONFIG="$LDCONFIG" # Let the user override the test with a path.
4666   ;;
4667   *)
4668   as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
4669 for as_dir in /sbin /usr/sbin $PATH
4670 do
4671   IFS=$as_save_IFS
4672   test -z "$as_dir" && as_dir=.
4673     for ac_exec_ext in '' $ac_executable_extensions; do
4674   if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
4675     ac_cv_path_LDCONFIG="$as_dir/$ac_word$ac_exec_ext"
4676     $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
4677     break 2
4678   fi
4679 done
4680   done
4681 IFS=$as_save_IFS
4682
4683   test -z "$ac_cv_path_LDCONFIG" && ac_cv_path_LDCONFIG="true"
4684   ;;
4685 esac
4686 fi
4687 LDCONFIG=$ac_cv_path_LDCONFIG
4688 if test -n "$LDCONFIG"; then
4689   { $as_echo "$as_me:${as_lineno-$LINENO}: result: $LDCONFIG" >&5
4690 $as_echo "$LDCONFIG" >&6; }
4691 else
4692   { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
4693 $as_echo "no" >&6; }
4694 fi
4695
4696
4697 # Find a good install program.  We prefer a C program (faster),
4698 # so one script is as good as another.  But avoid the broken or
4699 # incompatible versions:
4700 # SysV /etc/install, /usr/sbin/install
4701 # SunOS /usr/etc/install
4702 # IRIX /sbin/install
4703 # AIX /bin/install
4704 # AmigaOS /C/install, which installs bootblocks on floppy discs
4705 # AIX 4 /usr/bin/installbsd, which doesn't work without a -g flag
4706 # AFS /usr/afsws/bin/install, which mishandles nonexistent args
4707 # SVR4 /usr/ucb/install, which tries to use the nonexistent group "staff"
4708 # OS/2's system install, which has a completely different semantic
4709 # ./install, which can be erroneously created by make from ./install.sh.
4710 # Reject install programs that cannot install multiple files.
4711 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for a BSD-compatible install" >&5
4712 $as_echo_n "checking for a BSD-compatible install... " >&6; }
4713 if test -z "$INSTALL"; then
4714 if test "${ac_cv_path_install+set}" = set; then :
4715   $as_echo_n "(cached) " >&6
4716 else
4717   as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
4718 for as_dir in $PATH
4719 do
4720   IFS=$as_save_IFS
4721   test -z "$as_dir" && as_dir=.
4722     # Account for people who put trailing slashes in PATH elements.
4723 case $as_dir/ in #((
4724   ./ | .// | /[cC]/* | \
4725   /etc/* | /usr/sbin/* | /usr/etc/* | /sbin/* | /usr/afsws/bin/* | \
4726   ?:[\\/]os2[\\/]install[\\/]* | ?:[\\/]OS2[\\/]INSTALL[\\/]* | \
4727   /usr/ucb/* ) ;;
4728   *)
4729     # OSF1 and SCO ODT 3.0 have their own names for install.
4730     # Don't use installbsd from OSF since it installs stuff as root
4731     # by default.
4732     for ac_prog in ginstall scoinst install; do
4733       for ac_exec_ext in '' $ac_executable_extensions; do
4734         if { test -f "$as_dir/$ac_prog$ac_exec_ext" && $as_test_x "$as_dir/$ac_prog$ac_exec_ext"; }; then
4735           if test $ac_prog = install &&
4736             grep dspmsg "$as_dir/$ac_prog$ac_exec_ext" >/dev/null 2>&1; then
4737             # AIX install.  It has an incompatible calling convention.
4738             :
4739           elif test $ac_prog = install &&
4740             grep pwplus "$as_dir/$ac_prog$ac_exec_ext" >/dev/null 2>&1; then
4741             # program-specific install script used by HP pwplus--don't use.
4742             :
4743           else
4744             rm -rf conftest.one conftest.two conftest.dir
4745             echo one > conftest.one
4746             echo two > conftest.two
4747             mkdir conftest.dir
4748             if "$as_dir/$ac_prog$ac_exec_ext" -c conftest.one conftest.two "`pwd`/conftest.dir" &&
4749               test -s conftest.one && test -s conftest.two &&
4750               test -s conftest.dir/conftest.one &&
4751               test -s conftest.dir/conftest.two
4752             then
4753               ac_cv_path_install="$as_dir/$ac_prog$ac_exec_ext -c"
4754               break 3
4755             fi
4756           fi
4757         fi
4758       done
4759     done
4760     ;;
4761 esac
4762
4763   done
4764 IFS=$as_save_IFS
4765
4766 rm -rf conftest.one conftest.two conftest.dir
4767
4768 fi
4769   if test "${ac_cv_path_install+set}" = set; then
4770     INSTALL=$ac_cv_path_install
4771   else
4772     # As a last resort, use the slow shell script.  Don't cache a
4773     # value for INSTALL within a source directory, because that will
4774     # break other packages using the cache if that directory is
4775     # removed, or if the value is a relative name.
4776     INSTALL=$ac_install_sh
4777   fi
4778 fi
4779 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $INSTALL" >&5
4780 $as_echo "$INSTALL" >&6; }
4781
4782 # Use test -z because SunOS4 sh mishandles braces in ${var-val}.
4783 # It thinks the first close brace ends the variable substitution.
4784 test -z "$INSTALL_PROGRAM" && INSTALL_PROGRAM='${INSTALL}'
4785
4786 test -z "$INSTALL_SCRIPT" && INSTALL_SCRIPT='${INSTALL}'
4787
4788 test -z "$INSTALL_DATA" && INSTALL_DATA='${INSTALL} -m 644'
4789
4790 case "$INSTALL" in
4791   [\\/$]* | ?:[\\/]* ) ;;
4792   *)  INSTALL="\\\$(TOPSRCDIR)/$INSTALL" ;;
4793 esac
4794
4795 for ac_prog in lclint lint
4796 do
4797   # Extract the first word of "$ac_prog", so it can be a program name with args.
4798 set dummy $ac_prog; ac_word=$2
4799 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
4800 $as_echo_n "checking for $ac_word... " >&6; }
4801 if test "${ac_cv_prog_LINT+set}" = set; then :
4802   $as_echo_n "(cached) " >&6
4803 else
4804   if test -n "$LINT"; then
4805   ac_cv_prog_LINT="$LINT" # Let the user override the test.
4806 else
4807 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
4808 for as_dir in $PATH
4809 do
4810   IFS=$as_save_IFS
4811   test -z "$as_dir" && as_dir=.
4812     for ac_exec_ext in '' $ac_executable_extensions; do
4813   if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
4814     ac_cv_prog_LINT="$ac_prog"
4815     $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
4816     break 2
4817   fi
4818 done
4819   done
4820 IFS=$as_save_IFS
4821
4822 fi
4823 fi
4824 LINT=$ac_cv_prog_LINT
4825 if test -n "$LINT"; then
4826   { $as_echo "$as_me:${as_lineno-$LINENO}: result: $LINT" >&5
4827 $as_echo "$LINT" >&6; }
4828 else
4829   { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
4830 $as_echo "no" >&6; }
4831 fi
4832
4833
4834   test -n "$LINT" && break
4835 done
4836
4837 if test "$LINT" = "lint"
4838 then
4839   LINTFLAGS="$LINTFLAGS -errchk=%all,no%longptr64 -errhdr=%user -Ncheck=macro -Nlevel=4"
4840   fi
4841
4842
4843
4844 for ac_prog in fontforge
4845 do
4846   # Extract the first word of "$ac_prog", so it can be a program name with args.
4847 set dummy $ac_prog; ac_word=$2
4848 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
4849 $as_echo_n "checking for $ac_word... " >&6; }
4850 if test "${ac_cv_prog_FONTFORGE+set}" = set; then :
4851   $as_echo_n "(cached) " >&6
4852 else
4853   if test -n "$FONTFORGE"; then
4854   ac_cv_prog_FONTFORGE="$FONTFORGE" # Let the user override the test.
4855 else
4856 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
4857 for as_dir in $PATH
4858 do
4859   IFS=$as_save_IFS
4860   test -z "$as_dir" && as_dir=.
4861     for ac_exec_ext in '' $ac_executable_extensions; do
4862   if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
4863     ac_cv_prog_FONTFORGE="$ac_prog"
4864     $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
4865     break 2
4866   fi
4867 done
4868   done
4869 IFS=$as_save_IFS
4870
4871 fi
4872 fi
4873 FONTFORGE=$ac_cv_prog_FONTFORGE
4874 if test -n "$FONTFORGE"; then
4875   { $as_echo "$as_me:${as_lineno-$LINENO}: result: $FONTFORGE" >&5
4876 $as_echo "$FONTFORGE" >&6; }
4877 else
4878   { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
4879 $as_echo "no" >&6; }
4880 fi
4881
4882
4883   test -n "$FONTFORGE" && break
4884 done
4885 test -n "$FONTFORGE" || FONTFORGE="false"
4886
4887 for ac_prog in pkg-config
4888 do
4889   # Extract the first word of "$ac_prog", so it can be a program name with args.
4890 set dummy $ac_prog; ac_word=$2
4891 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
4892 $as_echo_n "checking for $ac_word... " >&6; }
4893 if test "${ac_cv_prog_PKG_CONFIG+set}" = set; then :
4894   $as_echo_n "(cached) " >&6
4895 else
4896   if test -n "$PKG_CONFIG"; then
4897   ac_cv_prog_PKG_CONFIG="$PKG_CONFIG" # Let the user override the test.
4898 else
4899 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
4900 for as_dir in $PATH
4901 do
4902   IFS=$as_save_IFS
4903   test -z "$as_dir" && as_dir=.
4904     for ac_exec_ext in '' $ac_executable_extensions; do
4905   if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
4906     ac_cv_prog_PKG_CONFIG="$ac_prog"
4907     $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
4908     break 2
4909   fi
4910 done
4911   done
4912 IFS=$as_save_IFS
4913
4914 fi
4915 fi
4916 PKG_CONFIG=$ac_cv_prog_PKG_CONFIG
4917 if test -n "$PKG_CONFIG"; then
4918   { $as_echo "$as_me:${as_lineno-$LINENO}: result: $PKG_CONFIG" >&5
4919 $as_echo "$PKG_CONFIG" >&6; }
4920 else
4921   { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
4922 $as_echo "no" >&6; }
4923 fi
4924
4925
4926   test -n "$PKG_CONFIG" && break
4927 done
4928 test -n "$PKG_CONFIG" || PKG_CONFIG="false"
4929
4930 for ac_prog in rsvg
4931 do
4932   # Extract the first word of "$ac_prog", so it can be a program name with args.
4933 set dummy $ac_prog; ac_word=$2
4934 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
4935 $as_echo_n "checking for $ac_word... " >&6; }
4936 if test "${ac_cv_prog_RSVG+set}" = set; then :
4937   $as_echo_n "(cached) " >&6
4938 else
4939   if test -n "$RSVG"; then
4940   ac_cv_prog_RSVG="$RSVG" # Let the user override the test.
4941 else
4942 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
4943 for as_dir in $PATH
4944 do
4945   IFS=$as_save_IFS
4946   test -z "$as_dir" && as_dir=.
4947     for ac_exec_ext in '' $ac_executable_extensions; do
4948   if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
4949     ac_cv_prog_RSVG="$ac_prog"
4950     $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
4951     break 2
4952   fi
4953 done
4954   done
4955 IFS=$as_save_IFS
4956
4957 fi
4958 fi
4959 RSVG=$ac_cv_prog_RSVG
4960 if test -n "$RSVG"; then
4961   { $as_echo "$as_me:${as_lineno-$LINENO}: result: $RSVG" >&5
4962 $as_echo "$RSVG" >&6; }
4963 else
4964   { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
4965 $as_echo "no" >&6; }
4966 fi
4967
4968
4969   test -n "$RSVG" && break
4970 done
4971 test -n "$RSVG" || RSVG="false"
4972
4973 for ac_prog in icotool
4974 do
4975   # Extract the first word of "$ac_prog", so it can be a program name with args.
4976 set dummy $ac_prog; ac_word=$2
4977 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
4978 $as_echo_n "checking for $ac_word... " >&6; }
4979 if test "${ac_cv_prog_ICOTOOL+set}" = set; then :
4980   $as_echo_n "(cached) " >&6
4981 else
4982   if test -n "$ICOTOOL"; then
4983   ac_cv_prog_ICOTOOL="$ICOTOOL" # Let the user override the test.
4984 else
4985 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
4986 for as_dir in $PATH
4987 do
4988   IFS=$as_save_IFS
4989   test -z "$as_dir" && as_dir=.
4990     for ac_exec_ext in '' $ac_executable_extensions; do
4991   if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
4992     ac_cv_prog_ICOTOOL="$ac_prog"
4993     $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
4994     break 2
4995   fi
4996 done
4997   done
4998 IFS=$as_save_IFS
4999
5000 fi
5001 fi
5002 ICOTOOL=$ac_cv_prog_ICOTOOL
5003 if test -n "$ICOTOOL"; then
5004   { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ICOTOOL" >&5
5005 $as_echo "$ICOTOOL" >&6; }
5006 else
5007   { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
5008 $as_echo "no" >&6; }
5009 fi
5010
5011
5012   test -n "$ICOTOOL" && break
5013 done
5014 test -n "$ICOTOOL" || ICOTOOL="false"
5015
5016
5017 if test "${enable_maintainer_mode+set}" = set
5018 then
5019   if test "$FONTFORGE" = "false"; then wine_warnings="$wine_warnings|fontforge is missing, fonts can't be rebuilt."; fi
5020   if test "$RSVG" = "false"; then wine_warnings="$wine_warnings|rsvg is missing, icons can't be rebuilt."; fi
5021   if test "$ICOTOOL" = "false"; then wine_warnings="$wine_warnings|icotool is missing, icons can't be rebuilt."; fi
5022 fi
5023
5024 case $host_cpu in
5025   *i[3456789]86*)
5026     # Extract the first word of "prelink", so it can be a program name with args.
5027 set dummy prelink; ac_word=$2
5028 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
5029 $as_echo_n "checking for $ac_word... " >&6; }
5030 if test "${ac_cv_path_PRELINK+set}" = set; then :
5031   $as_echo_n "(cached) " >&6
5032 else
5033   case $PRELINK in
5034   [\\/]* | ?:[\\/]*)
5035   ac_cv_path_PRELINK="$PRELINK" # Let the user override the test with a path.
5036   ;;
5037   *)
5038   as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
5039 for as_dir in /sbin /usr/sbin $PATH
5040 do
5041   IFS=$as_save_IFS
5042   test -z "$as_dir" && as_dir=.
5043     for ac_exec_ext in '' $ac_executable_extensions; do
5044   if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
5045     ac_cv_path_PRELINK="$as_dir/$ac_word$ac_exec_ext"
5046     $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
5047     break 2
5048   fi
5049 done
5050   done
5051 IFS=$as_save_IFS
5052
5053   test -z "$ac_cv_path_PRELINK" && ac_cv_path_PRELINK="false"
5054   ;;
5055 esac
5056 fi
5057 PRELINK=$ac_cv_path_PRELINK
5058 if test -n "$PRELINK"; then
5059   { $as_echo "$as_me:${as_lineno-$LINENO}: result: $PRELINK" >&5
5060 $as_echo "$PRELINK" >&6; }
5061 else
5062   { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
5063 $as_echo "no" >&6; }
5064 fi
5065
5066
5067     ;;
5068 esac
5069
5070
5071 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for i386_set_ldt in -li386" >&5
5072 $as_echo_n "checking for i386_set_ldt in -li386... " >&6; }
5073 if test "${ac_cv_lib_i386_i386_set_ldt+set}" = set; then :
5074   $as_echo_n "(cached) " >&6
5075 else
5076   ac_check_lib_save_LIBS=$LIBS
5077 LIBS="-li386  $LIBS"
5078 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
5079 /* end confdefs.h.  */
5080
5081 /* Override any GCC internal prototype to avoid an error.
5082    Use char because int might match the return type of a GCC
5083    builtin and then its argument prototype would still apply.  */
5084 #ifdef __cplusplus
5085 extern "C"
5086 #endif
5087 char i386_set_ldt ();
5088 int
5089 main ()
5090 {
5091 return i386_set_ldt ();
5092   ;
5093   return 0;
5094 }
5095 _ACEOF
5096 if ac_fn_c_try_link "$LINENO"; then :
5097   ac_cv_lib_i386_i386_set_ldt=yes
5098 else
5099   ac_cv_lib_i386_i386_set_ldt=no
5100 fi
5101 rm -f core conftest.err conftest.$ac_objext \
5102     conftest$ac_exeext conftest.$ac_ext
5103 LIBS=$ac_check_lib_save_LIBS
5104 fi
5105 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_i386_i386_set_ldt" >&5
5106 $as_echo "$ac_cv_lib_i386_i386_set_ldt" >&6; }
5107 if test "x$ac_cv_lib_i386_i386_set_ldt" = x""yes; then :
5108   cat >>confdefs.h <<_ACEOF
5109 #define HAVE_LIBI386 1
5110 _ACEOF
5111
5112   LIBS="-li386 $LIBS"
5113
5114 fi
5115
5116 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for _oss_ioctl in -lossaudio" >&5
5117 $as_echo_n "checking for _oss_ioctl in -lossaudio... " >&6; }
5118 if test "${ac_cv_lib_ossaudio__oss_ioctl+set}" = set; then :
5119   $as_echo_n "(cached) " >&6
5120 else
5121   ac_check_lib_save_LIBS=$LIBS
5122 LIBS="-lossaudio  $LIBS"
5123 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
5124 /* end confdefs.h.  */
5125
5126 /* Override any GCC internal prototype to avoid an error.
5127    Use char because int might match the return type of a GCC
5128    builtin and then its argument prototype would still apply.  */
5129 #ifdef __cplusplus
5130 extern "C"
5131 #endif
5132 char _oss_ioctl ();
5133 int
5134 main ()
5135 {
5136 return _oss_ioctl ();
5137   ;
5138   return 0;
5139 }
5140 _ACEOF
5141 if ac_fn_c_try_link "$LINENO"; then :
5142   ac_cv_lib_ossaudio__oss_ioctl=yes
5143 else
5144   ac_cv_lib_ossaudio__oss_ioctl=no
5145 fi
5146 rm -f core conftest.err conftest.$ac_objext \
5147     conftest$ac_exeext conftest.$ac_ext
5148 LIBS=$ac_check_lib_save_LIBS
5149 fi
5150 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_ossaudio__oss_ioctl" >&5
5151 $as_echo "$ac_cv_lib_ossaudio__oss_ioctl" >&6; }
5152 if test "x$ac_cv_lib_ossaudio__oss_ioctl" = x""yes; then :
5153   cat >>confdefs.h <<_ACEOF
5154 #define HAVE_LIBOSSAUDIO 1
5155 _ACEOF
5156
5157   LIBS="-lossaudio $LIBS"
5158
5159 fi
5160
5161
5162 XLIB=""
5163
5164 OPENGL_LIBS=""
5165
5166
5167
5168 ac_ext=c
5169 ac_cpp='$CPP $CPPFLAGS'
5170 ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
5171 ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
5172 ac_compiler_gnu=$ac_cv_c_compiler_gnu
5173 { $as_echo "$as_me:${as_lineno-$LINENO}: checking how to run the C preprocessor" >&5
5174 $as_echo_n "checking how to run the C preprocessor... " >&6; }
5175 # On Suns, sometimes $CPP names a directory.
5176 if test -n "$CPP" && test -d "$CPP"; then
5177   CPP=
5178 fi
5179 if test -z "$CPP"; then
5180   if test "${ac_cv_prog_CPP+set}" = set; then :
5181   $as_echo_n "(cached) " >&6
5182 else
5183       # Double quotes because CPP needs to be expanded
5184     for CPP in "$CC -E" "$CC -E -traditional-cpp" "/lib/cpp"
5185     do
5186       ac_preproc_ok=false
5187 for ac_c_preproc_warn_flag in '' yes
5188 do
5189   # Use a header file that comes with gcc, so configuring glibc
5190   # with a fresh cross-compiler works.
5191   # Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
5192   # <limits.h> exists even on freestanding compilers.
5193   # On the NeXT, cc -E runs the code through the compiler's parser,
5194   # not just through cpp. "Syntax error" is here to catch this case.
5195   cat confdefs.h - <<_ACEOF >conftest.$ac_ext
5196 /* end confdefs.h.  */
5197 #ifdef __STDC__
5198 # include <limits.h>
5199 #else
5200 # include <assert.h>
5201 #endif
5202                      Syntax error
5203 _ACEOF
5204 if ac_fn_c_try_cpp "$LINENO"; then :
5205
5206 else
5207   # Broken: fails on valid input.
5208 continue
5209 fi
5210 rm -f conftest.err conftest.$ac_ext
5211
5212   # OK, works on sane cases.  Now check whether nonexistent headers
5213   # can be detected and how.
5214   cat confdefs.h - <<_ACEOF >conftest.$ac_ext
5215 /* end confdefs.h.  */
5216 #include <ac_nonexistent.h>
5217 _ACEOF
5218 if ac_fn_c_try_cpp "$LINENO"; then :
5219   # Broken: success on invalid input.
5220 continue
5221 else
5222   # Passes both tests.
5223 ac_preproc_ok=:
5224 break
5225 fi
5226 rm -f conftest.err conftest.$ac_ext
5227
5228 done
5229 # Because of `break', _AC_PREPROC_IFELSE's cleaning code was skipped.
5230 rm -f conftest.err conftest.$ac_ext
5231 if $ac_preproc_ok; then :
5232   break
5233 fi
5234
5235     done
5236     ac_cv_prog_CPP=$CPP
5237
5238 fi
5239   CPP=$ac_cv_prog_CPP
5240 else
5241   ac_cv_prog_CPP=$CPP
5242 fi
5243 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $CPP" >&5
5244 $as_echo "$CPP" >&6; }
5245 ac_preproc_ok=false
5246 for ac_c_preproc_warn_flag in '' yes
5247 do
5248   # Use a header file that comes with gcc, so configuring glibc
5249   # with a fresh cross-compiler works.
5250   # Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
5251   # <limits.h> exists even on freestanding compilers.
5252   # On the NeXT, cc -E runs the code through the compiler's parser,
5253   # not just through cpp. "Syntax error" is here to catch this case.
5254   cat confdefs.h - <<_ACEOF >conftest.$ac_ext
5255 /* end confdefs.h.  */
5256 #ifdef __STDC__
5257 # include <limits.h>
5258 #else
5259 # include <assert.h>
5260 #endif
5261                      Syntax error
5262 _ACEOF
5263 if ac_fn_c_try_cpp "$LINENO"; then :
5264
5265 else
5266   # Broken: fails on valid input.
5267 continue
5268 fi
5269 rm -f conftest.err conftest.$ac_ext
5270
5271   # OK, works on sane cases.  Now check whether nonexistent headers
5272   # can be detected and how.
5273   cat confdefs.h - <<_ACEOF >conftest.$ac_ext
5274 /* end confdefs.h.  */
5275 #include <ac_nonexistent.h>
5276 _ACEOF
5277 if ac_fn_c_try_cpp "$LINENO"; then :
5278   # Broken: success on invalid input.
5279 continue
5280 else
5281   # Passes both tests.
5282 ac_preproc_ok=:
5283 break
5284 fi
5285 rm -f conftest.err conftest.$ac_ext
5286
5287 done
5288 # Because of `break', _AC_PREPROC_IFELSE's cleaning code was skipped.
5289 rm -f conftest.err conftest.$ac_ext
5290 if $ac_preproc_ok; then :
5291
5292 else
5293   { { $as_echo "$as_me:${as_lineno-$LINENO}: error: in \`$ac_pwd':" >&5
5294 $as_echo "$as_me: error: in \`$ac_pwd':" >&2;}
5295 as_fn_error "C preprocessor \"$CPP\" fails sanity check
5296 See \`config.log' for more details." "$LINENO" 5; }
5297 fi
5298
5299 ac_ext=c
5300 ac_cpp='$CPP $CPPFLAGS'
5301 ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
5302 ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
5303 ac_compiler_gnu=$ac_cv_c_compiler_gnu
5304
5305
5306 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for ANSI C header files" >&5
5307 $as_echo_n "checking for ANSI C header files... " >&6; }
5308 if test "${ac_cv_header_stdc+set}" = set; then :
5309   $as_echo_n "(cached) " >&6
5310 else
5311   cat confdefs.h - <<_ACEOF >conftest.$ac_ext
5312 /* end confdefs.h.  */
5313 #include <stdlib.h>
5314 #include <stdarg.h>
5315 #include <string.h>
5316 #include <float.h>
5317
5318 int
5319 main ()
5320 {
5321
5322   ;
5323   return 0;
5324 }
5325 _ACEOF
5326 if ac_fn_c_try_compile "$LINENO"; then :
5327   ac_cv_header_stdc=yes
5328 else
5329   ac_cv_header_stdc=no
5330 fi
5331 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
5332
5333 if test $ac_cv_header_stdc = yes; then
5334   # SunOS 4.x string.h does not declare mem*, contrary to ANSI.
5335   cat confdefs.h - <<_ACEOF >conftest.$ac_ext
5336 /* end confdefs.h.  */
5337 #include <string.h>
5338
5339 _ACEOF
5340 if (eval "$ac_cpp conftest.$ac_ext") 2>&5 |
5341   $EGREP "memchr" >/dev/null 2>&1; then :
5342
5343 else
5344   ac_cv_header_stdc=no
5345 fi
5346 rm -f conftest*
5347
5348 fi
5349
5350 if test $ac_cv_header_stdc = yes; then
5351   # ISC 2.0.2 stdlib.h does not declare free, contrary to ANSI.
5352   cat confdefs.h - <<_ACEOF >conftest.$ac_ext
5353 /* end confdefs.h.  */
5354 #include <stdlib.h>
5355
5356 _ACEOF
5357 if (eval "$ac_cpp conftest.$ac_ext") 2>&5 |
5358   $EGREP "free" >/dev/null 2>&1; then :
5359
5360 else
5361   ac_cv_header_stdc=no
5362 fi
5363 rm -f conftest*
5364
5365 fi
5366
5367 if test $ac_cv_header_stdc = yes; then
5368   # /bin/cc in Irix-4.0.5 gets non-ANSI ctype macros unless using -ansi.
5369   if test "$cross_compiling" = yes; then :
5370   :
5371 else
5372   cat confdefs.h - <<_ACEOF >conftest.$ac_ext
5373 /* end confdefs.h.  */
5374 #include <ctype.h>
5375 #include <stdlib.h>
5376 #if ((' ' & 0x0FF) == 0x020)
5377 # define ISLOWER(c) ('a' <= (c) && (c) <= 'z')
5378 # define TOUPPER(c) (ISLOWER(c) ? 'A' + ((c) - 'a') : (c))
5379 #else
5380 # define ISLOWER(c) \
5381                    (('a' <= (c) && (c) <= 'i') \
5382                      || ('j' <= (c) && (c) <= 'r') \
5383                      || ('s' <= (c) && (c) <= 'z'))
5384 # define TOUPPER(c) (ISLOWER(c) ? ((c) | 0x40) : (c))
5385 #endif
5386
5387 #define XOR(e, f) (((e) && !(f)) || (!(e) && (f)))
5388 int
5389 main ()
5390 {
5391   int i;
5392   for (i = 0; i < 256; i++)
5393     if (XOR (islower (i), ISLOWER (i))
5394         || toupper (i) != TOUPPER (i))
5395       return 2;
5396   return 0;
5397 }
5398 _ACEOF
5399 if ac_fn_c_try_run "$LINENO"; then :
5400
5401 else
5402   ac_cv_header_stdc=no
5403 fi
5404 rm -f core *.core core.conftest.* gmon.out bb.out conftest$ac_exeext \
5405   conftest.$ac_objext conftest.beam conftest.$ac_ext
5406 fi
5407
5408 fi
5409 fi
5410 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_header_stdc" >&5
5411 $as_echo "$ac_cv_header_stdc" >&6; }
5412 if test $ac_cv_header_stdc = yes; then
5413
5414 $as_echo "#define STDC_HEADERS 1" >>confdefs.h
5415
5416 fi
5417
5418 # On IRIX 5.3, sys/types and inttypes.h are conflicting.
5419 for ac_header in sys/types.h sys/stat.h stdlib.h string.h memory.h strings.h \
5420                   inttypes.h stdint.h unistd.h
5421 do :
5422   as_ac_Header=`$as_echo "ac_cv_header_$ac_header" | $as_tr_sh`
5423 ac_fn_c_check_header_compile "$LINENO" "$ac_header" "$as_ac_Header" "$ac_includes_default
5424 "
5425 eval as_val=\$$as_ac_Header
5426    if test "x$as_val" = x""yes; then :
5427   cat >>confdefs.h <<_ACEOF
5428 #define `$as_echo "HAVE_$ac_header" | $as_tr_cpp` 1
5429 _ACEOF
5430
5431 fi
5432
5433 done
5434
5435
5436 for ac_header in \
5437         AudioUnit/AudioUnit.h \
5438         Carbon/Carbon.h \
5439         CoreAudio/CoreAudio.h \
5440         DiskArbitration/DiskArbitration.h \
5441         IOKit/IOKitLib.h \
5442         IOKit/hid/IOHIDLib.h \
5443         alias.h \
5444         alsa/asoundlib.h \
5445         arpa/inet.h \
5446         arpa/nameser.h \
5447         asm/types.h \
5448         capi20.h \
5449         curses.h \
5450         direct.h \
5451         dirent.h \
5452         dlfcn.h \
5453         elf.h \
5454         float.h \
5455         fnmatch.h \
5456         fontconfig/fontconfig.h \
5457         getopt.h \
5458         grp.h \
5459         gsm.h \
5460         gsm/gsm.h \
5461         ieeefp.h \
5462         inet/mib2.h \
5463         io.h \
5464         jack/jack.h \
5465         jpeglib.h \
5466         kstat.h \
5467         lber.h \
5468         lcms.h \
5469         lcms/lcms.h \
5470         ldap.h \
5471         libaudioio.h \
5472         link.h \
5473         linux/cdrom.h \
5474         linux/compiler.h \
5475         linux/hdreg.h \
5476         linux/input.h \
5477         linux/ioctl.h \
5478         linux/joystick.h \
5479         linux/major.h \
5480         linux/param.h \
5481         linux/serial.h \
5482         linux/types.h \
5483         linux/ucdrom.h \
5484         mach-o/nlist.h \
5485         mach/mach.h \
5486         mach/machine.h \
5487         machine/cpu.h \
5488         machine/limits.h \
5489         machine/soundcard.h \
5490         mntent.h \
5491         ncurses.h \
5492         netdb.h \
5493         netinet/in.h \
5494         netinet/in_systm.h \
5495         netinet/tcp.h \
5496         netinet/tcp_fsm.h \
5497         openssl/err.h \
5498         openssl/ssl.h \
5499         png.h \
5500         poll.h \
5501         process.h \
5502         pthread.h \
5503         pwd.h \
5504         regex.h \
5505         sched.h \
5506         scsi/scsi.h \
5507         scsi/scsi_ioctl.h \
5508         scsi/sg.h \
5509         soundcard.h \
5510         stdbool.h \
5511         stdint.h \
5512         strings.h \
5513         stropts.h \
5514         sys/asoundlib.h \
5515         sys/cdio.h \
5516         sys/elf32.h \
5517         sys/epoll.h \
5518         sys/errno.h \
5519         sys/event.h \
5520         sys/exec_elf.h \
5521         sys/filio.h \
5522         sys/inotify.h \
5523         sys/ioctl.h \
5524         sys/ipc.h \
5525         sys/limits.h \
5526         sys/link.h \
5527         sys/mman.h \
5528         sys/modem.h \
5529         sys/msg.h \
5530         sys/mtio.h \
5531         sys/param.h \
5532         sys/poll.h \
5533         sys/prctl.h \
5534         sys/protosw.h \
5535         sys/ptrace.h \
5536         sys/resource.h \
5537         sys/scsiio.h \
5538         sys/shm.h \
5539         sys/signal.h \
5540         sys/socket.h \
5541         sys/socketvar.h \
5542         sys/sockio.h \
5543         sys/soundcard.h \
5544         sys/statvfs.h \
5545         sys/strtio.h \
5546         sys/syscall.h \
5547         sys/tihdr.h \
5548         sys/time.h \
5549         sys/timeout.h \
5550         sys/times.h \
5551         sys/uio.h \
5552         sys/un.h \
5553         sys/utsname.h \
5554         sys/vm86.h \
5555         sys/wait.h \
5556         syscall.h \
5557         termios.h \
5558         unistd.h \
5559         utime.h \
5560         valgrind/memcheck.h \
5561         valgrind/valgrind.h \
5562         zlib.h
5563
5564 do :
5565   as_ac_Header=`$as_echo "ac_cv_header_$ac_header" | $as_tr_sh`
5566 ac_fn_c_check_header_mongrel "$LINENO" "$ac_header" "$as_ac_Header" "$ac_includes_default"
5567 eval as_val=\$$as_ac_Header
5568    if test "x$as_val" = x""yes; then :
5569   cat >>confdefs.h <<_ACEOF
5570 #define `$as_echo "HAVE_$ac_header" | $as_tr_cpp` 1
5571 _ACEOF
5572
5573 fi
5574
5575 done
5576
5577 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether stat file-mode macros are broken" >&5
5578 $as_echo_n "checking whether stat file-mode macros are broken... " >&6; }
5579 if test "${ac_cv_header_stat_broken+set}" = set; then :
5580   $as_echo_n "(cached) " >&6
5581 else
5582   cat confdefs.h - <<_ACEOF >conftest.$ac_ext
5583 /* end confdefs.h.  */
5584 #include <sys/types.h>
5585 #include <sys/stat.h>
5586
5587 #if defined S_ISBLK && defined S_IFDIR
5588 extern char c1[S_ISBLK (S_IFDIR) ? -1 : 1];
5589 #endif
5590
5591 #if defined S_ISBLK && defined S_IFCHR
5592 extern char c2[S_ISBLK (S_IFCHR) ? -1 : 1];
5593 #endif
5594
5595 #if defined S_ISLNK && defined S_IFREG
5596 extern char c3[S_ISLNK (S_IFREG) ? -1 : 1];
5597 #endif
5598
5599 #if defined S_ISSOCK && defined S_IFREG
5600 extern char c4[S_ISSOCK (S_IFREG) ? -1 : 1];
5601 #endif
5602
5603 _ACEOF
5604 if ac_fn_c_try_compile "$LINENO"; then :
5605   ac_cv_header_stat_broken=no
5606 else
5607   ac_cv_header_stat_broken=yes
5608 fi
5609 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
5610 fi
5611 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_header_stat_broken" >&5
5612 $as_echo "$ac_cv_header_stat_broken" >&6; }
5613 if test $ac_cv_header_stat_broken = yes; then
5614
5615 $as_echo "#define STAT_MACROS_BROKEN 1" >>confdefs.h
5616
5617 fi
5618
5619
5620
5621 for ac_header in sys/mount.h sys/statfs.h sys/sysctl.h sys/user.h sys/vfs.h
5622 do :
5623   as_ac_Header=`$as_echo "ac_cv_header_$ac_header" | $as_tr_sh`
5624 ac_fn_c_check_header_compile "$LINENO" "$ac_header" "$as_ac_Header" "#include <sys/types.h>
5625      #ifdef HAVE_SYS_PARAM_H
5626      # include <sys/param.h>
5627      #endif
5628 "
5629 eval as_val=\$$as_ac_Header
5630    if test "x$as_val" = x""yes; then :
5631   cat >>confdefs.h <<_ACEOF
5632 #define `$as_echo "HAVE_$ac_header" | $as_tr_cpp` 1
5633 _ACEOF
5634
5635 fi
5636
5637 done
5638
5639
5640 for ac_header in \
5641         netinet/ip.h \
5642         net/if.h \
5643         net/if_arp.h \
5644         net/if_dl.h \
5645         net/if_types.h \
5646         net/route.h \
5647         netinet/if_ether.h \
5648         netinet/if_inarp.h \
5649         netinet/in_pcb.h \
5650         netinet/ip_icmp.h \
5651         netinet/ip_var.h \
5652         netinet/udp.h \
5653         netipx/ipx.h \
5654
5655 do :
5656   as_ac_Header=`$as_echo "ac_cv_header_$ac_header" | $as_tr_sh`
5657 ac_fn_c_check_header_compile "$LINENO" "$ac_header" "$as_ac_Header" "#include <sys/types.h>
5658      #ifdef HAVE_SYS_SOCKET_H
5659      # include <sys/socket.h>
5660      #endif
5661      #ifdef HAVE_SYS_SOCKETVAR_H
5662      # include <sys/socketvar.h>
5663      #endif
5664      #ifdef HAVE_NET_ROUTE_H
5665      # include <net/route.h>
5666      #endif
5667      #ifdef HAVE_NETINET_IN_H
5668      # include <netinet/in.h>
5669      #endif
5670      #ifdef HAVE_NETINET_IN_SYSTM_H
5671      # include <netinet/in_systm.h>
5672      #endif
5673      #ifdef HAVE_NET_IF_H
5674      # include <net/if.h>
5675      #endif
5676      #ifdef HAVE_NETINET_IP_H
5677      # include <netinet/ip.h>
5678      #endif
5679 "
5680 eval as_val=\$$as_ac_Header
5681    if test "x$as_val" = x""yes; then :
5682   cat >>confdefs.h <<_ACEOF
5683 #define `$as_echo "HAVE_$ac_header" | $as_tr_cpp` 1
5684 _ACEOF
5685
5686 fi
5687
5688 done
5689
5690
5691 for ac_header in netinet/tcp_timer.h netinet/udp_var.h netinet/icmp_var.h netinet/tcp_var.h
5692 do :
5693   as_ac_Header=`$as_echo "ac_cv_header_$ac_header" | $as_tr_sh`
5694 ac_fn_c_check_header_compile "$LINENO" "$ac_header" "$as_ac_Header" "#include <sys/types.h>
5695      #ifdef HAVE_ALIAS_H
5696      # include <alias.h>
5697      #endif
5698      #ifdef HAVE_SYS_SOCKET_H
5699      # include <sys/socket.h>
5700      #endif
5701      #ifdef HAVE_SYS_SOCKETVAR_H
5702      # include <sys/socketvar.h>
5703      #endif
5704      #ifdef HAVE_SYS_TIMEOUT_H
5705      # include <sys/timeout.h>
5706      #endif
5707      #ifdef HAVE_NETINET_IN_H
5708      # include <netinet/in.h>
5709      #endif
5710      #ifdef HAVE_NETINET_IN_SYSTM_H
5711      # include <netinet/in_systm.h>
5712      #endif
5713      #ifdef HAVE_NETINET_IP_H
5714      # include <netinet/ip.h>
5715      #endif
5716      #ifdef HAVE_NETINET_IP_VAR_H
5717      # include <netinet/ip_var.h>
5718      #endif
5719      #ifdef HAVE_NETINET_IP_ICMP_H
5720      # include <netinet/ip_icmp.h>
5721      #endif
5722      #ifdef HAVE_NETINET_UDP_H
5723      # include <netinet/udp.h>
5724      #endif
5725      #ifdef HAVE_NETINET_TCP_H
5726      # include <netinet/tcp.h>
5727      #endif
5728      #ifdef HAVE_NETINET_TCP_TIMER_H
5729      #include <netinet/tcp_timer.h>
5730      #endif
5731 "
5732 eval as_val=\$$as_ac_Header
5733    if test "x$as_val" = x""yes; then :
5734   cat >>confdefs.h <<_ACEOF
5735 #define `$as_echo "HAVE_$ac_header" | $as_tr_cpp` 1
5736 _ACEOF
5737
5738 fi
5739
5740 done
5741
5742
5743 for ac_header in linux/ipx.h linux/irda.h
5744 do :
5745   as_ac_Header=`$as_echo "ac_cv_header_$ac_header" | $as_tr_sh`
5746 ac_fn_c_check_header_compile "$LINENO" "$ac_header" "$as_ac_Header" "#include <sys/types.h>
5747      #ifdef HAVE_ASM_TYPES_H
5748      # include <asm/types.h>
5749      #endif
5750      #ifdef HAVE_SYS_SOCKET_H
5751      # include <sys/socket.h>
5752      #endif
5753      #ifdef HAVE_LINUX_TYPES_H
5754      # include <linux/types.h>
5755      #endif
5756 "
5757 eval as_val=\$$as_ac_Header
5758    if test "x$as_val" = x""yes; then :
5759   cat >>confdefs.h <<_ACEOF
5760 #define `$as_echo "HAVE_$ac_header" | $as_tr_cpp` 1
5761 _ACEOF
5762
5763 fi
5764
5765 done
5766
5767
5768 for ac_header in mach-o/dyld_images.h
5769 do :
5770   ac_fn_c_check_header_compile "$LINENO" "mach-o/dyld_images.h" "ac_cv_header_mach_o_dyld_images_h" "#ifdef HAVE_STDBOOL_H
5771      # include <stdbool.h>
5772      #endif
5773      #ifdef HAVE_STDINT_H
5774      # include <stdint.h>
5775      #endif
5776 "
5777 if test "x$ac_cv_header_mach_o_dyld_images_h" = x""yes; then :
5778   cat >>confdefs.h <<_ACEOF
5779 #define HAVE_MACH_O_DYLD_IMAGES_H 1
5780 _ACEOF
5781
5782 fi
5783
5784 done
5785
5786
5787 for ac_header in resolv.h
5788 do :
5789   ac_fn_c_check_header_compile "$LINENO" "resolv.h" "ac_cv_header_resolv_h" "#include <sys/types.h>
5790      #ifdef HAVE_SYS_SOCKET_H
5791      # include <sys/socket.h>
5792      #endif
5793      #ifdef HAVE_NETINET_IN_H
5794      # include <netinet/in.h>
5795      #endif
5796      #ifdef HAVE_ARPA_NAMESER_H
5797      # include <arpa/nameser.h>
5798      #endif
5799 "
5800 if test "x$ac_cv_header_resolv_h" = x""yes; then :
5801   cat >>confdefs.h <<_ACEOF
5802 #define HAVE_RESOLV_H 1
5803 _ACEOF
5804
5805 fi
5806
5807 done
5808
5809
5810 for ac_header in ucontext.h
5811 do :
5812   ac_fn_c_check_header_compile "$LINENO" "ucontext.h" "ac_cv_header_ucontext_h" "#include <signal.h>
5813 "
5814 if test "x$ac_cv_header_ucontext_h" = x""yes; then :
5815   cat >>confdefs.h <<_ACEOF
5816 #define HAVE_UCONTEXT_H 1
5817 _ACEOF
5818
5819 fi
5820
5821 done
5822
5823
5824 for ac_header in sys/thr.h
5825 do :
5826   ac_fn_c_check_header_compile "$LINENO" "sys/thr.h" "ac_cv_header_sys_thr_h" "#include <sys/types.h>
5827 #ifdef HAVE_UCONTEXT_H
5828 #include <ucontext.h>
5829 #endif
5830 "
5831 if test "x$ac_cv_header_sys_thr_h" = x""yes; then :
5832   cat >>confdefs.h <<_ACEOF
5833 #define HAVE_SYS_THR_H 1
5834 _ACEOF
5835
5836 fi
5837
5838 done
5839
5840
5841 for ac_header in pthread_np.h
5842 do :
5843   ac_fn_c_check_header_compile "$LINENO" "pthread_np.h" "ac_cv_header_pthread_np_h" "#ifdef HAVE_PTHREAD_H
5844 #include <pthread.h>
5845 #endif
5846 "
5847 if test "x$ac_cv_header_pthread_np_h" = x""yes; then :
5848   cat >>confdefs.h <<_ACEOF
5849 #define HAVE_PTHREAD_NP_H 1
5850 _ACEOF
5851
5852 fi
5853
5854 done
5855
5856
5857 for ac_header in linux/videodev.h
5858 do :
5859   ac_fn_c_check_header_compile "$LINENO" "linux/videodev.h" "ac_cv_header_linux_videodev_h" "#ifdef HAVE_SYS_TIME_H
5860 #include <sys/time.h>
5861 #endif
5862 #include <sys/types.h>
5863 #ifdef HAVE_ASM_TYPES_H
5864 #include <asm/types.h>
5865 #endif
5866 "
5867 if test "x$ac_cv_header_linux_videodev_h" = x""yes; then :
5868   cat >>confdefs.h <<_ACEOF
5869 #define HAVE_LINUX_VIDEODEV_H 1
5870 _ACEOF
5871
5872 fi
5873
5874 done
5875
5876
5877 for ac_header in linux/capi.h
5878 do :
5879   ac_fn_c_check_header_compile "$LINENO" "linux/capi.h" "ac_cv_header_linux_capi_h" "#define __user
5880 "
5881 if test "x$ac_cv_header_linux_capi_h" = x""yes; then :
5882   cat >>confdefs.h <<_ACEOF
5883 #define HAVE_LINUX_CAPI_H 1
5884 _ACEOF
5885
5886 fi
5887
5888 done
5889
5890
5891
5892 DLLEXT=""
5893
5894 DLLFLAGS="-D_REENTRANT"
5895
5896 LDSHARED=""
5897
5898 LDDLLFLAGS=""
5899
5900 LIBEXT="so"
5901
5902 IMPLIBEXT="def"
5903
5904 LDRPATH_INSTALL=""
5905
5906 LDRPATH_LOCAL=""
5907
5908 # Extract the first word of "ldd", so it can be a program name with args.
5909 set dummy ldd; ac_word=$2
5910 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
5911 $as_echo_n "checking for $ac_word... " >&6; }
5912 if test "${ac_cv_path_LDD+set}" = set; then :
5913   $as_echo_n "(cached) " >&6
5914 else
5915   case $LDD in
5916   [\\/]* | ?:[\\/]*)
5917   ac_cv_path_LDD="$LDD" # Let the user override the test with a path.
5918   ;;
5919   *)
5920   as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
5921 as_dummy="/sbin:/usr/sbin:$PATH"
5922 for as_dir in $as_dummy
5923 do
5924   IFS=$as_save_IFS
5925   test -z "$as_dir" && as_dir=.
5926     for ac_exec_ext in '' $ac_executable_extensions; do
5927   if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
5928     ac_cv_path_LDD="$as_dir/$ac_word$ac_exec_ext"
5929     $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
5930     break 2
5931   fi
5932 done
5933   done
5934 IFS=$as_save_IFS
5935
5936   test -z "$ac_cv_path_LDD" && ac_cv_path_LDD="true"
5937   ;;
5938 esac
5939 fi
5940 LDD=$ac_cv_path_LDD
5941 if test -n "$LDD"; then
5942   { $as_echo "$as_me:${as_lineno-$LINENO}: result: $LDD" >&5
5943 $as_echo "$LDD" >&6; }
5944 else
5945   { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
5946 $as_echo "no" >&6; }
5947 fi
5948
5949
5950
5951 case $host_os in
5952   cygwin*|mingw32*)
5953     if test -n "$ac_tool_prefix"; then
5954   # Extract the first word of "${ac_tool_prefix}dlltool", so it can be a program name with args.
5955 set dummy ${ac_tool_prefix}dlltool; ac_word=$2
5956 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
5957 $as_echo_n "checking for $ac_word... " >&6; }
5958 if test "${ac_cv_prog_DLLTOOL+set}" = set; then :
5959   $as_echo_n "(cached) " >&6
5960 else
5961   if test -n "$DLLTOOL"; then
5962   ac_cv_prog_DLLTOOL="$DLLTOOL" # Let the user override the test.
5963 else
5964 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
5965 for as_dir in $PATH
5966 do
5967   IFS=$as_save_IFS
5968   test -z "$as_dir" && as_dir=.
5969     for ac_exec_ext in '' $ac_executable_extensions; do
5970   if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
5971     ac_cv_prog_DLLTOOL="${ac_tool_prefix}dlltool"
5972     $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
5973     break 2
5974   fi
5975 done
5976   done
5977 IFS=$as_save_IFS
5978
5979 fi
5980 fi
5981 DLLTOOL=$ac_cv_prog_DLLTOOL
5982 if test -n "$DLLTOOL"; then
5983   { $as_echo "$as_me:${as_lineno-$LINENO}: result: $DLLTOOL" >&5
5984 $as_echo "$DLLTOOL" >&6; }
5985 else
5986   { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
5987 $as_echo "no" >&6; }
5988 fi
5989
5990
5991 fi
5992 if test -z "$ac_cv_prog_DLLTOOL"; then
5993   ac_ct_DLLTOOL=$DLLTOOL
5994   # Extract the first word of "dlltool", so it can be a program name with args.
5995 set dummy dlltool; ac_word=$2
5996 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
5997 $as_echo_n "checking for $ac_word... " >&6; }
5998 if test "${ac_cv_prog_ac_ct_DLLTOOL+set}" = set; then :
5999   $as_echo_n "(cached) " >&6
6000 else
6001   if test -n "$ac_ct_DLLTOOL"; then
6002   ac_cv_prog_ac_ct_DLLTOOL="$ac_ct_DLLTOOL" # Let the user override the test.
6003 else
6004 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
6005 for as_dir in $PATH
6006 do
6007   IFS=$as_save_IFS
6008   test -z "$as_dir" && as_dir=.
6009     for ac_exec_ext in '' $ac_executable_extensions; do
6010   if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
6011     ac_cv_prog_ac_ct_DLLTOOL="dlltool"
6012     $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
6013     break 2
6014   fi
6015 done
6016   done
6017 IFS=$as_save_IFS
6018
6019 fi
6020 fi
6021 ac_ct_DLLTOOL=$ac_cv_prog_ac_ct_DLLTOOL
6022 if test -n "$ac_ct_DLLTOOL"; then
6023   { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_ct_DLLTOOL" >&5
6024 $as_echo "$ac_ct_DLLTOOL" >&6; }
6025 else
6026   { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
6027 $as_echo "no" >&6; }
6028 fi
6029
6030   if test "x$ac_ct_DLLTOOL" = x; then
6031     DLLTOOL="false"
6032   else
6033     case $cross_compiling:$ac_tool_warned in
6034 yes:)
6035 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: using cross tools not prefixed with host triplet" >&5
6036 $as_echo "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;}
6037 ac_tool_warned=yes ;;
6038 esac
6039     DLLTOOL=$ac_ct_DLLTOOL
6040   fi
6041 else
6042   DLLTOOL="$ac_cv_prog_DLLTOOL"
6043 fi
6044
6045     if test -n "$ac_tool_prefix"; then
6046   # Extract the first word of "${ac_tool_prefix}dllwrap", so it can be a program name with args.
6047 set dummy ${ac_tool_prefix}dllwrap; ac_word=$2
6048 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
6049 $as_echo_n "checking for $ac_word... " >&6; }
6050 if test "${ac_cv_prog_DLLWRAP+set}" = set; then :
6051   $as_echo_n "(cached) " >&6
6052 else
6053   if test -n "$DLLWRAP"; then
6054   ac_cv_prog_DLLWRAP="$DLLWRAP" # Let the user override the test.
6055 else
6056 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
6057 for as_dir in $PATH
6058 do
6059   IFS=$as_save_IFS
6060   test -z "$as_dir" && as_dir=.
6061     for ac_exec_ext in '' $ac_executable_extensions; do
6062   if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
6063     ac_cv_prog_DLLWRAP="${ac_tool_prefix}dllwrap"
6064     $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
6065     break 2
6066   fi
6067 done
6068   done
6069 IFS=$as_save_IFS
6070
6071 fi
6072 fi
6073 DLLWRAP=$ac_cv_prog_DLLWRAP
6074 if test -n "$DLLWRAP"; then
6075   { $as_echo "$as_me:${as_lineno-$LINENO}: result: $DLLWRAP" >&5
6076 $as_echo "$DLLWRAP" >&6; }
6077 else
6078   { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
6079 $as_echo "no" >&6; }
6080 fi
6081
6082
6083 fi
6084 if test -z "$ac_cv_prog_DLLWRAP"; then
6085   ac_ct_DLLWRAP=$DLLWRAP
6086   # Extract the first word of "dllwrap", so it can be a program name with args.
6087 set dummy dllwrap; ac_word=$2
6088 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
6089 $as_echo_n "checking for $ac_word... " >&6; }
6090 if test "${ac_cv_prog_ac_ct_DLLWRAP+set}" = set; then :
6091   $as_echo_n "(cached) " >&6
6092 else
6093   if test -n "$ac_ct_DLLWRAP"; then
6094   ac_cv_prog_ac_ct_DLLWRAP="$ac_ct_DLLWRAP" # Let the user override the test.
6095 else
6096 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
6097 for as_dir in $PATH
6098 do
6099   IFS=$as_save_IFS
6100   test -z "$as_dir" && as_dir=.
6101     for ac_exec_ext in '' $ac_executable_extensions; do
6102   if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
6103     ac_cv_prog_ac_ct_DLLWRAP="dllwrap"
6104     $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
6105     break 2
6106   fi
6107 done
6108   done
6109 IFS=$as_save_IFS
6110
6111 fi
6112 fi
6113 ac_ct_DLLWRAP=$ac_cv_prog_ac_ct_DLLWRAP
6114 if test -n "$ac_ct_DLLWRAP"; then
6115   { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_ct_DLLWRAP" >&5
6116 $as_echo "$ac_ct_DLLWRAP" >&6; }
6117 else
6118   { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
6119 $as_echo "no" >&6; }
6120 fi
6121
6122   if test "x$ac_ct_DLLWRAP" = x; then
6123     DLLWRAP="false"
6124   else
6125     case $cross_compiling:$ac_tool_warned in
6126 yes:)
6127 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: using cross tools not prefixed with host triplet" >&5
6128 $as_echo "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;}
6129 ac_tool_warned=yes ;;
6130 esac
6131     DLLWRAP=$ac_ct_DLLWRAP
6132   fi
6133 else
6134   DLLWRAP="$ac_cv_prog_DLLWRAP"
6135 fi
6136
6137     if test -n "$ac_tool_prefix"; then
6138   # Extract the first word of "${ac_tool_prefix}ar", so it can be a program name with args.
6139 set dummy ${ac_tool_prefix}ar; ac_word=$2
6140 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
6141 $as_echo_n "checking for $ac_word... " >&6; }
6142 if test "${ac_cv_prog_MINGWAR+set}" = set; then :
6143   $as_echo_n "(cached) " >&6
6144 else
6145   if test -n "$MINGWAR"; then
6146   ac_cv_prog_MINGWAR="$MINGWAR" # Let the user override the test.
6147 else
6148 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
6149 for as_dir in $PATH
6150 do
6151   IFS=$as_save_IFS
6152   test -z "$as_dir" && as_dir=.
6153     for ac_exec_ext in '' $ac_executable_extensions; do
6154   if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
6155     ac_cv_prog_MINGWAR="${ac_tool_prefix}ar"
6156     $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
6157     break 2
6158   fi
6159 done
6160   done
6161 IFS=$as_save_IFS
6162
6163 fi
6164 fi
6165 MINGWAR=$ac_cv_prog_MINGWAR
6166 if test -n "$MINGWAR"; then
6167   { $as_echo "$as_me:${as_lineno-$LINENO}: result: $MINGWAR" >&5
6168 $as_echo "$MINGWAR" >&6; }
6169 else
6170   { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
6171 $as_echo "no" >&6; }
6172 fi
6173
6174
6175 fi
6176 if test -z "$ac_cv_prog_MINGWAR"; then
6177   ac_ct_MINGWAR=$MINGWAR
6178   # Extract the first word of "ar", so it can be a program name with args.
6179 set dummy ar; ac_word=$2
6180 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
6181 $as_echo_n "checking for $ac_word... " >&6; }
6182 if test "${ac_cv_prog_ac_ct_MINGWAR+set}" = set; then :
6183   $as_echo_n "(cached) " >&6
6184 else
6185   if test -n "$ac_ct_MINGWAR"; then
6186   ac_cv_prog_ac_ct_MINGWAR="$ac_ct_MINGWAR" # Let the user override the test.
6187 else
6188 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
6189 for as_dir in $PATH
6190 do
6191   IFS=$as_save_IFS
6192   test -z "$as_dir" && as_dir=.
6193     for ac_exec_ext in '' $ac_executable_extensions; do
6194   if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
6195     ac_cv_prog_ac_ct_MINGWAR="ar"
6196     $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
6197     break 2
6198   fi
6199 done
6200   done
6201 IFS=$as_save_IFS
6202
6203 fi
6204 fi
6205 ac_ct_MINGWAR=$ac_cv_prog_ac_ct_MINGWAR
6206 if test -n "$ac_ct_MINGWAR"; then
6207   { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_ct_MINGWAR" >&5
6208 $as_echo "$ac_ct_MINGWAR" >&6; }
6209 else
6210   { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
6211 $as_echo "no" >&6; }
6212 fi
6213
6214   if test "x$ac_ct_MINGWAR" = x; then
6215     MINGWAR="false"
6216   else
6217     case $cross_compiling:$ac_tool_warned in
6218 yes:)
6219 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: using cross tools not prefixed with host triplet" >&5
6220 $as_echo "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;}
6221 ac_tool_warned=yes ;;
6222 esac
6223     MINGWAR=$ac_ct_MINGWAR
6224   fi
6225 else
6226   MINGWAR="$ac_cv_prog_MINGWAR"
6227 fi
6228
6229     if test "$DLLWRAP" = "false"; then
6230       LIBEXT="a"
6231     else
6232             LIBEXT="dll"
6233     fi
6234     IMPLIBEXT="a"
6235         enable_iphlpapi=${enable_iphlpapi:-no}
6236     enable_kernel32=${enable_kernel32:-no}
6237     enable_msvcrt=${enable_msvcrt:-no}
6238     enable_ntdll=${enable_ntdll:-no}
6239     enable_ws2_32=${enable_ws2_32:-no}
6240     enable_loader=${enable_loader:-no}
6241     enable_server=${enable_server:-no}
6242         with_x=${with_x:-no}
6243     with_pthread=${with_pthread:-no}
6244     ;;
6245   darwin*|macosx*)
6246     DLLEXT=".so"
6247     LIBEXT="dylib"
6248     DLLFLAGS="$DLLFLAGS -fPIC"
6249     LDDLLFLAGS="-bundle -multiply_defined suppress"
6250     LIBWINE_LDFLAGS="-multiply_defined suppress"
6251     LDSHARED="\$(CC) -dynamiclib"
6252     STRIP="$STRIP -x"
6253     LDRPATH_LOCAL="&& install_name_tool -change @executable_path/\`\$(RELPATH) \$(bindir) \$(libdir)\`/libwine.1.dylib @executable_path/\$(TOPOBJDIR)/libs/wine/libwine.1.dylib \$@ || \$(RM) \$@"
6254         SECURITYLIB="-framework Security -framework CoreFoundation"
6255
6256     COREFOUNDATIONLIB="-framework CoreFoundation"
6257
6258     IOKITLIB="-framework IOKit -framework CoreFoundation"
6259
6260     LDEXECFLAGS="-image_base 0x7bf00000 -Wl,-segaddr,WINE_DOS,0x00000000,-segaddr,WINE_SHAREDHEAP,0x7f000000"
6261
6262     if test "$ac_cv_header_DiskArbitration_DiskArbitration_h" = "yes"
6263     then
6264                 DISKARBITRATIONLIB="-framework DiskArbitration -framework CoreFoundation"
6265
6266     fi
6267     if test "$ac_cv_header_CoreAudio_CoreAudio_h" = "yes" -a "$ac_cv_header_AudioUnit_AudioUnit_h" = "yes"
6268     then
6269                 COREAUDIO="-framework CoreAudio -framework AudioUnit -framework CoreServices -framework AudioToolbox -framework CoreMIDI"
6270
6271     fi
6272     if test "$ac_cv_header_IOKit_hid_IOHIDLib_h" = "yes"
6273     then
6274         ac_save_LIBS="$LIBS"
6275         LIBS="$LIBS $IOKITLIB"
6276         for ac_func in IOHIDManagerCreate
6277 do :
6278   ac_fn_c_check_func "$LINENO" "IOHIDManagerCreate" "ac_cv_func_IOHIDManagerCreate"
6279 if test "x$ac_cv_func_IOHIDManagerCreate" = x""yes; then :
6280   cat >>confdefs.h <<_ACEOF
6281 #define HAVE_IOHIDMANAGERCREATE 1
6282 _ACEOF
6283
6284 fi
6285 done
6286
6287         LIBS="$ac_save_LIBS"
6288     fi
6289     case $host_cpu in
6290       *powerpc*)
6291         LDDLLFLAGS="$LDDLLFLAGS -read_only_relocs warning"          ;;
6292     esac
6293         if test "$ac_cv_header_Carbon_Carbon_h" = "yes"
6294     then
6295         CARBONLIB="-framework Carbon"
6296
6297         enable_winequartz_drv=${enable_winequartz_drv:-yes}
6298     fi
6299         if test "x$enable_win16" = "xyes"
6300     then
6301         { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether 16-bit code can be built correctly" >&5
6302 $as_echo_n "checking whether 16-bit code can be built correctly... " >&6; }
6303         if test "$cross_compiling" = yes; then :
6304   { $as_echo "$as_me:${as_lineno-$LINENO}: result: cross-compiling, assuming yes" >&5
6305 $as_echo "cross-compiling, assuming yes" >&6; }
6306 else
6307   cat confdefs.h - <<_ACEOF >conftest.$ac_ext
6308 /* end confdefs.h.  */
6309 asm(".text\n"
6310                                             "bad:\tnop;nop\n"
6311                                             "good:\tnop;nop\n\t"
6312                                             ".globl _testfunc\n"
6313                                             "_testfunc:\tcallw good");
6314                                         extern void testfunc();
6315 int
6316 main ()
6317 {
6318 unsigned short *p = (unsigned short *)testfunc;
6319                                         return p[0] != 0xe866 || p[1] != 0xfffa
6320   ;
6321   return 0;
6322 }
6323 _ACEOF
6324 if ac_fn_c_try_run "$LINENO"; then :
6325   { $as_echo "$as_me:${as_lineno-$LINENO}: result: yes" >&5
6326 $as_echo "yes" >&6; }
6327 else
6328   { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
6329 $as_echo "no" >&6; }
6330                                        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
6331 fi
6332 rm -f core *.core core.conftest.* gmon.out bb.out conftest$ac_exeext \
6333   conftest.$ac_objext conftest.beam conftest.$ac_ext
6334 fi
6335
6336     fi
6337     ;;
6338   *)
6339     DLLFLAGS="$DLLFLAGS -fPIC"
6340     DLLEXT=".so"
6341     { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether we can build a GNU style ELF dll" >&5
6342 $as_echo_n "checking whether we can build a GNU style ELF dll... " >&6; }
6343 if test "${ac_cv_c_dll_gnuelf+set}" = set; then :
6344   $as_echo_n "(cached) " >&6
6345 else
6346   ac_wine_try_cflags_saved=$CFLAGS
6347 CFLAGS="$CFLAGS -fPIC -shared -Wl,-Bsymbolic"
6348 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
6349 /* end confdefs.h.  */
6350 void myfunc() {}
6351 _ACEOF
6352 if ac_fn_c_try_link "$LINENO"; then :
6353   ac_cv_c_dll_gnuelf="yes"
6354 else
6355   ac_cv_c_dll_gnuelf="no"
6356 fi
6357 rm -f core conftest.err conftest.$ac_objext \
6358     conftest$ac_exeext conftest.$ac_ext
6359 CFLAGS=$ac_wine_try_cflags_saved
6360 fi
6361 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_c_dll_gnuelf" >&5
6362 $as_echo "$ac_cv_c_dll_gnuelf" >&6; }
6363     if test "$ac_cv_c_dll_gnuelf" = "yes"
6364     then
6365       LDSHARED="\$(CC) -shared"
6366       LDDLLFLAGS="-shared -Wl,-Bsymbolic"
6367       { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether the compiler supports -fPIC -shared -Wl,-soname,confest.so.1" >&5
6368 $as_echo_n "checking whether the compiler supports -fPIC -shared -Wl,-soname,confest.so.1... " >&6; }
6369 if test "${ac_cv_cflags__fPIC__shared__Wl__soname_confest_so_1+set}" = set; then :
6370   $as_echo_n "(cached) " >&6
6371 else
6372   ac_wine_try_cflags_saved=$CFLAGS
6373 CFLAGS="$CFLAGS -fPIC -shared -Wl,-soname,confest.so.1"
6374 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
6375 /* end confdefs.h.  */
6376
6377 int
6378 main ()
6379 {
6380
6381   ;
6382   return 0;
6383 }
6384 _ACEOF
6385 if ac_fn_c_try_link "$LINENO"; then :
6386   ac_cv_cflags__fPIC__shared__Wl__soname_confest_so_1=yes
6387 else
6388   ac_cv_cflags__fPIC__shared__Wl__soname_confest_so_1=no
6389 fi
6390 rm -f core conftest.err conftest.$ac_objext \
6391     conftest$ac_exeext conftest.$ac_ext
6392 CFLAGS=$ac_wine_try_cflags_saved
6393 fi
6394 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_cflags__fPIC__shared__Wl__soname_confest_so_1" >&5
6395 $as_echo "$ac_cv_cflags__fPIC__shared__Wl__soname_confest_so_1" >&6; }
6396 if test $ac_cv_cflags__fPIC__shared__Wl__soname_confest_so_1 = yes; then :
6397   LDSHARED="\$(CC) -shared \$(SONAME:%=-Wl,-soname,%)"
6398 else
6399   { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether the compiler supports -fPIC -shared -Wl,-h,confest.so.1" >&5
6400 $as_echo_n "checking whether the compiler supports -fPIC -shared -Wl,-h,confest.so.1... " >&6; }
6401 if test "${ac_cv_cflags__fPIC__shared__Wl__h_confest_so_1+set}" = set; then :
6402   $as_echo_n "(cached) " >&6
6403 else
6404   ac_wine_try_cflags_saved=$CFLAGS
6405 CFLAGS="$CFLAGS -fPIC -shared -Wl,-h,confest.so.1"
6406 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
6407 /* end confdefs.h.  */
6408
6409 int
6410 main ()
6411 {
6412
6413   ;
6414   return 0;
6415 }
6416 _ACEOF
6417 if ac_fn_c_try_link "$LINENO"; then :
6418   ac_cv_cflags__fPIC__shared__Wl__h_confest_so_1=yes
6419 else
6420   ac_cv_cflags__fPIC__shared__Wl__h_confest_so_1=no
6421 fi
6422 rm -f core conftest.err conftest.$ac_objext \
6423     conftest$ac_exeext conftest.$ac_ext
6424 CFLAGS=$ac_wine_try_cflags_saved
6425 fi
6426 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_cflags__fPIC__shared__Wl__h_confest_so_1" >&5
6427 $as_echo "$ac_cv_cflags__fPIC__shared__Wl__h_confest_so_1" >&6; }
6428 if test $ac_cv_cflags__fPIC__shared__Wl__h_confest_so_1 = yes; then :
6429   LDSHARED="\$(CC) -shared \$(SONAME:%=-Wl,-h,%)"
6430 fi
6431 fi
6432
6433       { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether the compiler supports -fPIC -shared -Wl,-Bsymbolic,-z,defs" >&5
6434 $as_echo_n "checking whether the compiler supports -fPIC -shared -Wl,-Bsymbolic,-z,defs... " >&6; }
6435 if test "${ac_cv_cflags__fPIC__shared__Wl__Bsymbolic__z_defs+set}" = set; then :
6436   $as_echo_n "(cached) " >&6
6437 else
6438   ac_wine_try_cflags_saved=$CFLAGS
6439 CFLAGS="$CFLAGS -fPIC -shared -Wl,-Bsymbolic,-z,defs"
6440 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
6441 /* end confdefs.h.  */
6442
6443 int
6444 main ()
6445 {
6446
6447   ;
6448   return 0;
6449 }
6450 _ACEOF
6451 if ac_fn_c_try_link "$LINENO"; then :
6452   ac_cv_cflags__fPIC__shared__Wl__Bsymbolic__z_defs=yes
6453 else
6454   ac_cv_cflags__fPIC__shared__Wl__Bsymbolic__z_defs=no
6455 fi
6456 rm -f core conftest.err conftest.$ac_objext \
6457     conftest$ac_exeext conftest.$ac_ext
6458 CFLAGS=$ac_wine_try_cflags_saved
6459 fi
6460 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_cflags__fPIC__shared__Wl__Bsymbolic__z_defs" >&5
6461 $as_echo "$ac_cv_cflags__fPIC__shared__Wl__Bsymbolic__z_defs" >&6; }
6462 if test $ac_cv_cflags__fPIC__shared__Wl__Bsymbolic__z_defs = yes; then :
6463   LDDLLFLAGS="$LDDLLFLAGS,-z,defs"
6464 fi
6465
6466       { $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
6467 $as_echo_n "checking whether the compiler supports -fPIC -shared -Wl,-Bsymbolic,-init,__wine_spec_init,-fini,__wine_spec_fini... " >&6; }
6468 if test "${ac_cv_cflags__fPIC__shared__Wl__Bsymbolic__init___wine_spec_init__fini___wine_spec_fini+set}" = set; then :
6469   $as_echo_n "(cached) " >&6
6470 else
6471   ac_wine_try_cflags_saved=$CFLAGS
6472 CFLAGS="$CFLAGS -fPIC -shared -Wl,-Bsymbolic,-init,__wine_spec_init,-fini,__wine_spec_fini"
6473 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
6474 /* end confdefs.h.  */
6475
6476 int
6477 main ()
6478 {
6479
6480   ;
6481   return 0;
6482 }
6483 _ACEOF
6484 if ac_fn_c_try_link "$LINENO"; then :
6485   ac_cv_cflags__fPIC__shared__Wl__Bsymbolic__init___wine_spec_init__fini___wine_spec_fini=yes
6486 else
6487   ac_cv_cflags__fPIC__shared__Wl__Bsymbolic__init___wine_spec_init__fini___wine_spec_fini=no
6488 fi
6489 rm -f core conftest.err conftest.$ac_objext \
6490     conftest$ac_exeext conftest.$ac_ext
6491 CFLAGS=$ac_wine_try_cflags_saved
6492 fi
6493 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_cflags__fPIC__shared__Wl__Bsymbolic__init___wine_spec_init__fini___wine_spec_fini" >&5
6494 $as_echo "$ac_cv_cflags__fPIC__shared__Wl__Bsymbolic__init___wine_spec_init__fini___wine_spec_fini" >&6; }
6495 if test $ac_cv_cflags__fPIC__shared__Wl__Bsymbolic__init___wine_spec_init__fini___wine_spec_fini = yes; then :
6496   LDDLLFLAGS="$LDDLLFLAGS,-init,__wine_spec_init,-fini,__wine_spec_fini"
6497 fi
6498
6499       echo '{ global: *; };' >conftest.map
6500       { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether the compiler supports -fPIC -shared -Wl,--version-script=conftest.map" >&5
6501 $as_echo_n "checking whether the compiler supports -fPIC -shared -Wl,--version-script=conftest.map... " >&6; }
6502 if test "${ac_cv_cflags__fPIC__shared__Wl___version_script_conftest_map+set}" = set; then :
6503   $as_echo_n "(cached) " >&6
6504 else
6505   ac_wine_try_cflags_saved=$CFLAGS
6506 CFLAGS="$CFLAGS -fPIC -shared -Wl,--version-script=conftest.map"
6507 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
6508 /* end confdefs.h.  */
6509
6510 int
6511 main ()
6512 {
6513
6514   ;
6515   return 0;
6516 }
6517 _ACEOF
6518 if ac_fn_c_try_link "$LINENO"; then :
6519   ac_cv_cflags__fPIC__shared__Wl___version_script_conftest_map=yes
6520 else
6521   ac_cv_cflags__fPIC__shared__Wl___version_script_conftest_map=no
6522 fi
6523 rm -f core conftest.err conftest.$ac_objext \
6524     conftest$ac_exeext conftest.$ac_ext
6525 CFLAGS=$ac_wine_try_cflags_saved
6526 fi
6527 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_cflags__fPIC__shared__Wl___version_script_conftest_map" >&5
6528 $as_echo "$ac_cv_cflags__fPIC__shared__Wl___version_script_conftest_map" >&6; }
6529 if test $ac_cv_cflags__fPIC__shared__Wl___version_script_conftest_map = yes; then :
6530   LDSHARED="$LDSHARED \$(VERSCRIPT:%=-Wl,--version-script=%)"
6531 fi
6532       rm -f conftest.map
6533
6534       { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether the compiler supports -fPIC -Wl,--export-dynamic" >&5
6535 $as_echo_n "checking whether the compiler supports -fPIC -Wl,--export-dynamic... " >&6; }
6536 if test "${ac_cv_cflags__fPIC__Wl___export_dynamic+set}" = set; then :
6537   $as_echo_n "(cached) " >&6
6538 else
6539   ac_wine_try_cflags_saved=$CFLAGS
6540 CFLAGS="$CFLAGS -fPIC -Wl,--export-dynamic"
6541 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
6542 /* end confdefs.h.  */
6543
6544 int
6545 main ()
6546 {
6547
6548   ;
6549   return 0;
6550 }
6551 _ACEOF
6552 if ac_fn_c_try_link "$LINENO"; then :
6553   ac_cv_cflags__fPIC__Wl___export_dynamic=yes
6554 else
6555   ac_cv_cflags__fPIC__Wl___export_dynamic=no
6556 fi
6557 rm -f core conftest.err conftest.$ac_objext \
6558     conftest$ac_exeext conftest.$ac_ext
6559 CFLAGS=$ac_wine_try_cflags_saved
6560 fi
6561 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_cflags__fPIC__Wl___export_dynamic" >&5
6562 $as_echo "$ac_cv_cflags__fPIC__Wl___export_dynamic" >&6; }
6563 if test $ac_cv_cflags__fPIC__Wl___export_dynamic = yes; then :
6564   LDEXECFLAGS="-Wl,--export-dynamic"
6565
6566 fi
6567
6568       as_ac_var=`$as_echo "ac_cv_cflags_-fPIC -Wl,--rpath,\\$ORIGIN/../lib" | $as_tr_sh`
6569 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether the compiler supports -fPIC -Wl,--rpath,\$ORIGIN/../lib" >&5
6570 $as_echo_n "checking whether the compiler supports -fPIC -Wl,--rpath,\$ORIGIN/../lib... " >&6; }
6571 if { as_var=$as_ac_var; eval "test \"\${$as_var+set}\" = set"; }; then :
6572   $as_echo_n "(cached) " >&6
6573 else
6574   ac_wine_try_cflags_saved=$CFLAGS
6575 CFLAGS="$CFLAGS -fPIC -Wl,--rpath,\$ORIGIN/../lib"
6576 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
6577 /* end confdefs.h.  */
6578
6579 int
6580 main ()
6581 {
6582
6583   ;
6584   return 0;
6585 }
6586 _ACEOF
6587 if ac_fn_c_try_link "$LINENO"; then :
6588   eval "$as_ac_var=yes"
6589 else
6590   eval "$as_ac_var=no"
6591 fi
6592 rm -f core conftest.err conftest.$ac_objext \
6593     conftest$ac_exeext conftest.$ac_ext
6594 CFLAGS=$ac_wine_try_cflags_saved
6595 fi
6596 eval ac_res=\$$as_ac_var
6597                { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_res" >&5
6598 $as_echo "$ac_res" >&6; }
6599 if test `eval 'as_val=${'$as_ac_var'};$as_echo "$as_val"'` = yes; then :
6600   LDRPATH_INSTALL="-Wl,--rpath,\\\$\$ORIGIN/\`\$(RELPATH) \$(bindir) \$(libdir)\`"
6601                        LDRPATH_LOCAL="-Wl,--rpath,\\\$\$ORIGIN/\$(TOPOBJDIR)/libs/wine"
6602 else
6603   as_ac_var=`$as_echo "ac_cv_cflags_-fPIC -Wl,-R,\\$ORIGIN/../lib" | $as_tr_sh`
6604 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether the compiler supports -fPIC -Wl,-R,\$ORIGIN/../lib" >&5
6605 $as_echo_n "checking whether the compiler supports -fPIC -Wl,-R,\$ORIGIN/../lib... " >&6; }
6606 if { as_var=$as_ac_var; eval "test \"\${$as_var+set}\" = set"; }; then :
6607   $as_echo_n "(cached) " >&6
6608 else
6609   ac_wine_try_cflags_saved=$CFLAGS
6610 CFLAGS="$CFLAGS -fPIC -Wl,-R,\$ORIGIN/../lib"
6611 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
6612 /* end confdefs.h.  */
6613
6614 int
6615 main ()
6616 {
6617
6618   ;
6619   return 0;
6620 }
6621 _ACEOF
6622 if ac_fn_c_try_link "$LINENO"; then :
6623   eval "$as_ac_var=yes"
6624 else
6625   eval "$as_ac_var=no"
6626 fi
6627 rm -f core conftest.err conftest.$ac_objext \
6628     conftest$ac_exeext conftest.$ac_ext
6629 CFLAGS=$ac_wine_try_cflags_saved
6630 fi
6631 eval ac_res=\$$as_ac_var
6632                { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_res" >&5
6633 $as_echo "$ac_res" >&6; }
6634 if test `eval 'as_val=${'$as_ac_var'};$as_echo "$as_val"'` = yes; then :
6635   LDRPATH_INSTALL="-Wl,-R,\\\$\$ORIGIN/\`\$(RELPATH) \$(bindir) \$(libdir)\`"
6636                             LDRPATH_LOCAL="-Wl,-R,\\\$\$ORIGIN/\$(TOPOBJDIR)/libs/wine"
6637 fi
6638 fi
6639
6640       { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether the compiler supports -Wl,--enable-new-dtags" >&5
6641 $as_echo_n "checking whether the compiler supports -Wl,--enable-new-dtags... " >&6; }
6642 if test "${ac_cv_cflags__Wl___enable_new_dtags+set}" = set; then :
6643   $as_echo_n "(cached) " >&6
6644 else
6645   ac_wine_try_cflags_saved=$CFLAGS
6646 CFLAGS="$CFLAGS -Wl,--enable-new-dtags"
6647 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
6648 /* end confdefs.h.  */
6649
6650 int
6651 main ()
6652 {
6653
6654   ;
6655   return 0;
6656 }
6657 _ACEOF
6658 if ac_fn_c_try_link "$LINENO"; then :
6659   ac_cv_cflags__Wl___enable_new_dtags=yes
6660 else
6661   ac_cv_cflags__Wl___enable_new_dtags=no
6662 fi
6663 rm -f core conftest.err conftest.$ac_objext \
6664     conftest$ac_exeext conftest.$ac_ext
6665 CFLAGS=$ac_wine_try_cflags_saved
6666 fi
6667 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_cflags__Wl___enable_new_dtags" >&5
6668 $as_echo "$ac_cv_cflags__Wl___enable_new_dtags" >&6; }
6669 if test $ac_cv_cflags__Wl___enable_new_dtags = yes; then :
6670   LDRPATH_INSTALL="$LDRPATH_INSTALL -Wl,--enable-new-dtags"
6671 fi
6672
6673       case $host_cpu in
6674         *i[3456789]86* | x86_64)
6675           { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether the compiler supports -Wl,--section-start,.interp=0x7bf00400" >&5
6676 $as_echo_n "checking whether the compiler supports -Wl,--section-start,.interp=0x7bf00400... " >&6; }
6677 if test "${ac_cv_cflags__Wl___section_start__interp_0x7bf00400+set}" = set; then :
6678   $as_echo_n "(cached) " >&6
6679 else
6680   ac_wine_try_cflags_saved=$CFLAGS
6681 CFLAGS="$CFLAGS -Wl,--section-start,.interp=0x7bf00400"
6682 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
6683 /* end confdefs.h.  */
6684
6685 int
6686 main ()
6687 {
6688
6689   ;
6690   return 0;
6691 }
6692 _ACEOF
6693 if ac_fn_c_try_link "$LINENO"; then :
6694   ac_cv_cflags__Wl___section_start__interp_0x7bf00400=yes
6695 else
6696   ac_cv_cflags__Wl___section_start__interp_0x7bf00400=no
6697 fi
6698 rm -f core conftest.err conftest.$ac_objext \
6699     conftest$ac_exeext conftest.$ac_ext
6700 CFLAGS=$ac_wine_try_cflags_saved
6701 fi
6702 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_cflags__Wl___section_start__interp_0x7bf00400" >&5
6703 $as_echo "$ac_cv_cflags__Wl___section_start__interp_0x7bf00400" >&6; }
6704 if test $ac_cv_cflags__Wl___section_start__interp_0x7bf00400 = yes; then :
6705   LDEXECFLAGS="$LDEXECFLAGS -Wl,--section-start,.interp=0x7bf00400"
6706 fi
6707           ;;
6708       esac
6709
6710     else
6711       { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether we can build a UnixWare (Solaris) dll" >&5
6712 $as_echo_n "checking whether we can build a UnixWare (Solaris) dll... " >&6; }
6713 if test "${ac_cv_c_dll_unixware+set}" = set; then :
6714   $as_echo_n "(cached) " >&6
6715 else
6716   ac_wine_try_cflags_saved=$CFLAGS
6717 CFLAGS="$CFLAGS -fPIC -Wl,-G,-h,conftest.so.1.0,-B,symbolic"
6718 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
6719 /* end confdefs.h.  */
6720 void myfunc() {}
6721 _ACEOF
6722 if ac_fn_c_try_link "$LINENO"; then :
6723   ac_cv_c_dll_unixware="yes"
6724 else
6725   ac_cv_c_dll_unixware="no"
6726 fi
6727 rm -f core conftest.err conftest.$ac_objext \
6728     conftest$ac_exeext conftest.$ac_ext
6729 CFLAGS=$ac_wine_try_cflags_saved
6730 fi
6731 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_c_dll_unixware" >&5
6732 $as_echo "$ac_cv_c_dll_unixware" >&6; }
6733       if test "$ac_cv_c_dll_unixware" = "yes"
6734       then
6735         LDSHARED="\$(CC) -Wl,-G \$(SONAME:%=-Wl,-h,%)"
6736         LDDLLFLAGS="-Wl,-G,-B,symbolic"
6737
6738       else
6739         { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether we can build an HP-UX dll" >&5
6740 $as_echo_n "checking whether we can build an HP-UX dll... " >&6; }
6741 if test "${ac_cv_c_dll_hpux+set}" = set; then :
6742   $as_echo_n "(cached) " >&6
6743 else
6744   ac_wine_try_cflags_saved=$CFLAGS
6745 CFLAGS="$CFLAGS -shared"
6746 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
6747 /* end confdefs.h.  */
6748 void myfunc() {}
6749 _ACEOF
6750 if ac_fn_c_try_link "$LINENO"; then :
6751   ac_cv_c_dll_hpux="yes"
6752 else
6753   ac_cv_c_dll_hpux="no"
6754 fi
6755 rm -f core conftest.err conftest.$ac_objext \
6756     conftest$ac_exeext conftest.$ac_ext
6757 CFLAGS=$ac_wine_try_cflags_saved
6758 fi
6759 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_c_dll_hpux" >&5
6760 $as_echo "$ac_cv_c_dll_hpux" >&6; }
6761         if test "$ac_cv_c_dll_hpux" = "yes"
6762         then
6763           LIBEXT="sl"
6764           DLLEXT=".sl"
6765           LDDLLFLAGS="-shared -fPIC"
6766           LDSHARED="\$(CC) -shared"
6767         fi
6768       fi
6769     fi
6770     ;;
6771 esac
6772
6773 enable_winequartz_drv=${enable_winequartz_drv:-no}
6774
6775 if test "$LIBEXT" = "a"; then
6776   as_fn_error "could not find a way to build shared libraries.
6777 It is currently not possible to build Wine without shared library
6778 (.so) support to allow transparent switch between .so and .dll files.
6779 If you are using Linux, you will need a newer binutils.
6780 " "$LINENO" 5
6781 fi
6782
6783 if test "$cross_compiling" = "no" -a "$LIBEXT" != "dll"
6784 then
6785     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
6786 do
6787   # Extract the first word of "$ac_prog", so it can be a program name with args.
6788 set dummy $ac_prog; ac_word=$2
6789 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
6790 $as_echo_n "checking for $ac_word... " >&6; }
6791 if test "${ac_cv_prog_CROSSCC+set}" = set; then :
6792   $as_echo_n "(cached) " >&6
6793 else
6794   if test -n "$CROSSCC"; then
6795   ac_cv_prog_CROSSCC="$CROSSCC" # Let the user override the test.
6796 else
6797 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
6798 for as_dir in $PATH
6799 do
6800   IFS=$as_save_IFS
6801   test -z "$as_dir" && as_dir=.
6802     for ac_exec_ext in '' $ac_executable_extensions; do
6803   if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
6804     ac_cv_prog_CROSSCC="$ac_prog"
6805     $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
6806     break 2
6807   fi
6808 done
6809   done
6810 IFS=$as_save_IFS
6811
6812 fi
6813 fi
6814 CROSSCC=$ac_cv_prog_CROSSCC
6815 if test -n "$CROSSCC"; then
6816   { $as_echo "$as_me:${as_lineno-$LINENO}: result: $CROSSCC" >&5
6817 $as_echo "$CROSSCC" >&6; }
6818 else
6819   { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
6820 $as_echo "no" >&6; }
6821 fi
6822
6823
6824   test -n "$CROSSCC" && break
6825 done
6826 test -n "$CROSSCC" || CROSSCC="false"
6827
6828     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
6829 do
6830   # Extract the first word of "$ac_prog", so it can be a program name with args.
6831 set dummy $ac_prog; ac_word=$2
6832 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
6833 $as_echo_n "checking for $ac_word... " >&6; }
6834 if test "${ac_cv_prog_DLLTOOL+set}" = set; then :
6835   $as_echo_n "(cached) " >&6
6836 else
6837   if test -n "$DLLTOOL"; then
6838   ac_cv_prog_DLLTOOL="$DLLTOOL" # Let the user override the test.
6839 else
6840 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
6841 for as_dir in $PATH
6842 do
6843   IFS=$as_save_IFS
6844   test -z "$as_dir" && as_dir=.
6845     for ac_exec_ext in '' $ac_executable_extensions; do
6846   if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
6847     ac_cv_prog_DLLTOOL="$ac_prog"
6848     $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
6849     break 2
6850   fi
6851 done
6852   done
6853 IFS=$as_save_IFS
6854
6855 fi
6856 fi
6857 DLLTOOL=$ac_cv_prog_DLLTOOL
6858 if test -n "$DLLTOOL"; then
6859   { $as_echo "$as_me:${as_lineno-$LINENO}: result: $DLLTOOL" >&5
6860 $as_echo "$DLLTOOL" >&6; }
6861 else
6862   { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
6863 $as_echo "no" >&6; }
6864 fi
6865
6866
6867   test -n "$DLLTOOL" && break
6868 done
6869 test -n "$DLLTOOL" || DLLTOOL="false"
6870
6871     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
6872 do
6873   # Extract the first word of "$ac_prog", so it can be a program name with args.
6874 set dummy $ac_prog; ac_word=$2
6875 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
6876 $as_echo_n "checking for $ac_word... " >&6; }
6877 if test "${ac_cv_prog_MINGWAR+set}" = set; then :
6878   $as_echo_n "(cached) " >&6
6879 else
6880   if test -n "$MINGWAR"; then
6881   ac_cv_prog_MINGWAR="$MINGWAR" # Let the user override the test.
6882 else
6883 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
6884 for as_dir in $PATH
6885 do
6886   IFS=$as_save_IFS
6887   test -z "$as_dir" && as_dir=.
6888     for ac_exec_ext in '' $ac_executable_extensions; do
6889   if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
6890     ac_cv_prog_MINGWAR="$ac_prog"
6891     $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
6892     break 2
6893   fi
6894 done
6895   done
6896 IFS=$as_save_IFS
6897
6898 fi
6899 fi
6900 MINGWAR=$ac_cv_prog_MINGWAR
6901 if test -n "$MINGWAR"; then
6902   { $as_echo "$as_me:${as_lineno-$LINENO}: result: $MINGWAR" >&5
6903 $as_echo "$MINGWAR" >&6; }
6904 else
6905   { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
6906 $as_echo "no" >&6; }
6907 fi
6908
6909
6910   test -n "$MINGWAR" && break
6911 done
6912 test -n "$MINGWAR" || MINGWAR="false"
6913
6914     if test "$CROSSCC" != "false"
6915     then
6916         CROSSTEST="\$(CROSSTEST)"
6917
6918         set x $CROSSCC
6919         shift
6920         target=""
6921         while test $# -ge 1
6922         do
6923             case "$1" in
6924               *-gcc) target=`expr "$1" : '\(.*\)-gcc'` ;;
6925             esac
6926             shift
6927         done
6928         if test -n "$target"
6929         then
6930             CROSSTARGETFLAGS="-b $target"
6931
6932         fi
6933     fi
6934 fi
6935
6936
6937 if test "$ac_cv_header_pthread_h" = "yes"
6938 then
6939     { $as_echo "$as_me:${as_lineno-$LINENO}: checking for pthread_create in -lpthread" >&5
6940 $as_echo_n "checking for pthread_create in -lpthread... " >&6; }
6941 if test "${ac_cv_lib_pthread_pthread_create+set}" = set; then :
6942   $as_echo_n "(cached) " >&6
6943 else
6944   ac_check_lib_save_LIBS=$LIBS
6945 LIBS="-lpthread  $LIBS"
6946 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
6947 /* end confdefs.h.  */
6948
6949 /* Override any GCC internal prototype to avoid an error.
6950    Use char because int might match the return type of a GCC
6951    builtin and then its argument prototype would still apply.  */
6952 #ifdef __cplusplus
6953 extern "C"
6954 #endif
6955 char pthread_create ();
6956 int
6957 main ()
6958 {
6959 return pthread_create ();
6960   ;
6961   return 0;
6962 }
6963 _ACEOF
6964 if ac_fn_c_try_link "$LINENO"; then :
6965   ac_cv_lib_pthread_pthread_create=yes
6966 else
6967   ac_cv_lib_pthread_pthread_create=no
6968 fi
6969 rm -f core conftest.err conftest.$ac_objext \
6970     conftest$ac_exeext conftest.$ac_ext
6971 LIBS=$ac_check_lib_save_LIBS
6972 fi
6973 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_pthread_pthread_create" >&5
6974 $as_echo "$ac_cv_lib_pthread_pthread_create" >&6; }
6975 if test "x$ac_cv_lib_pthread_pthread_create" = x""yes; then :
6976   LIBPTHREAD="-lpthread"
6977
6978 fi
6979
6980 fi
6981 if test "x$LIBPTHREAD" = "x"; then :
6982   case "x$with_pthread" in
6983   xno) ;;
6984   *)   as_fn_error "pthread ${notice_platform}development files not found.
6985 Wine cannot support threads without libpthread.
6986 Use the --without-pthread option if you really want this." "$LINENO" 5 ;;
6987 esac
6988 fi
6989
6990
6991 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for X" >&5
6992 $as_echo_n "checking for X... " >&6; }
6993
6994
6995 # Check whether --with-x was given.
6996 if test "${with_x+set}" = set; then :
6997   withval=$with_x;
6998 fi
6999
7000 # $have_x is `yes', `no', `disabled', or empty when we do not yet know.
7001 if test "x$with_x" = xno; then
7002   # The user explicitly disabled X.
7003   have_x=disabled
7004 else
7005   case $x_includes,$x_libraries in #(
7006     *\'*) as_fn_error "cannot use X directory names containing '" "$LINENO" 5;; #(
7007     *,NONE | NONE,*) if test "${ac_cv_have_x+set}" = set; then :
7008   $as_echo_n "(cached) " >&6
7009 else
7010   # One or both of the vars are not set, and there is no cached value.
7011 ac_x_includes=no ac_x_libraries=no
7012 rm -f -r conftest.dir
7013 if mkdir conftest.dir; then
7014   cd conftest.dir
7015   cat >Imakefile <<'_ACEOF'
7016 incroot:
7017         @echo incroot='${INCROOT}'
7018 usrlibdir:
7019         @echo usrlibdir='${USRLIBDIR}'
7020 libdir:
7021         @echo libdir='${LIBDIR}'
7022 _ACEOF
7023   if (export CC; ${XMKMF-xmkmf}) >/dev/null 2>/dev/null && test -f Makefile; then
7024     # GNU make sometimes prints "make[1]: Entering...", which would confuse us.
7025     for ac_var in incroot usrlibdir libdir; do
7026       eval "ac_im_$ac_var=\`\${MAKE-make} $ac_var 2>/dev/null | sed -n 's/^$ac_var=//p'\`"
7027     done
7028     # Open Windows xmkmf reportedly sets LIBDIR instead of USRLIBDIR.
7029     for ac_extension in a so sl dylib la dll; do
7030       if test ! -f "$ac_im_usrlibdir/libX11.$ac_extension" &&
7031          test -f "$ac_im_libdir/libX11.$ac_extension"; then
7032         ac_im_usrlibdir=$ac_im_libdir; break
7033       fi
7034     done
7035     # Screen out bogus values from the imake configuration.  They are
7036     # bogus both because they are the default anyway, and because
7037     # using them would break gcc on systems where it needs fixed includes.
7038     case $ac_im_incroot in
7039         /usr/include) ac_x_includes= ;;
7040         *) test -f "$ac_im_incroot/X11/Xos.h" && ac_x_includes=$ac_im_incroot;;
7041     esac
7042     case $ac_im_usrlibdir in
7043         /usr/lib | /usr/lib64 | /lib | /lib64) ;;
7044         *) test -d "$ac_im_usrlibdir" && ac_x_libraries=$ac_im_usrlibdir ;;
7045     esac
7046   fi
7047   cd ..
7048   rm -f -r conftest.dir
7049 fi
7050
7051 # Standard set of common directories for X headers.
7052 # Check X11 before X11Rn because it is often a symlink to the current release.
7053 ac_x_header_dirs='
7054 /usr/X11/include
7055 /usr/X11R7/include
7056 /usr/X11R6/include
7057 /usr/X11R5/include
7058 /usr/X11R4/include
7059
7060 /usr/include/X11
7061 /usr/include/X11R7
7062 /usr/include/X11R6
7063 /usr/include/X11R5
7064 /usr/include/X11R4
7065
7066 /usr/local/X11/include
7067 /usr/local/X11R7/include
7068 /usr/local/X11R6/include
7069 /usr/local/X11R5/include
7070 /usr/local/X11R4/include
7071
7072 /usr/local/include/X11
7073 /usr/local/include/X11R7
7074 /usr/local/include/X11R6
7075 /usr/local/include/X11R5
7076 /usr/local/include/X11R4
7077
7078 /usr/X386/include
7079 /usr/x386/include
7080 /usr/XFree86/include/X11
7081
7082 /usr/include
7083 /usr/local/include
7084 /usr/unsupported/include
7085 /usr/athena/include
7086 /usr/local/x11r5/include
7087 /usr/lpp/Xamples/include
7088
7089 /usr/openwin/include
7090 /usr/openwin/share/include'
7091
7092 if test "$ac_x_includes" = no; then
7093   # Guess where to find include files, by looking for Xlib.h.
7094   # First, try using that file with no special directory specified.
7095   cat confdefs.h - <<_ACEOF >conftest.$ac_ext
7096 /* end confdefs.h.  */
7097 #include <X11/Xlib.h>
7098 _ACEOF
7099 if ac_fn_c_try_cpp "$LINENO"; then :
7100   # We can compile using X headers with no special include directory.
7101 ac_x_includes=
7102 else
7103   for ac_dir in $ac_x_header_dirs; do
7104   if test -r "$ac_dir/X11/Xlib.h"; then
7105     ac_x_includes=$ac_dir
7106     break
7107   fi
7108 done
7109 fi
7110 rm -f conftest.err conftest.$ac_ext
7111 fi # $ac_x_includes = no
7112
7113 if test "$ac_x_libraries" = no; then
7114   # Check for the libraries.
7115   # See if we find them without any special options.
7116   # Don't add to $LIBS permanently.
7117   ac_save_LIBS=$LIBS
7118   LIBS="-lX11 $LIBS"
7119   cat confdefs.h - <<_ACEOF >conftest.$ac_ext
7120 /* end confdefs.h.  */
7121 #include <X11/Xlib.h>
7122 int
7123 main ()
7124 {
7125 XrmInitialize ()
7126   ;
7127   return 0;
7128 }
7129 _ACEOF
7130 if ac_fn_c_try_link "$LINENO"; then :
7131   LIBS=$ac_save_LIBS
7132 # We can link X programs with no special library path.
7133 ac_x_libraries=
7134 else
7135   LIBS=$ac_save_LIBS
7136 for ac_dir in `$as_echo "$ac_x_includes $ac_x_header_dirs" | sed s/include/lib/g`
7137 do
7138   # Don't even attempt the hair of trying to link an X program!
7139   for ac_extension in a so sl dylib la dll; do
7140     if test -r "$ac_dir/libX11.$ac_extension"; then
7141       ac_x_libraries=$ac_dir
7142       break 2
7143     fi
7144   done
7145 done
7146 fi
7147 rm -f core conftest.err conftest.$ac_objext \
7148     conftest$ac_exeext conftest.$ac_ext
7149 fi # $ac_x_libraries = no
7150
7151 case $ac_x_includes,$ac_x_libraries in #(
7152   no,* | *,no | *\'*)
7153     # Didn't find X, or a directory has "'" in its name.
7154     ac_cv_have_x="have_x=no";; #(
7155   *)
7156     # Record where we found X for the cache.
7157     ac_cv_have_x="have_x=yes\
7158         ac_x_includes='$ac_x_includes'\
7159         ac_x_libraries='$ac_x_libraries'"
7160 esac
7161 fi
7162 ;; #(
7163     *) have_x=yes;;
7164   esac
7165   eval "$ac_cv_have_x"
7166 fi # $with_x != no
7167
7168 if test "$have_x" != yes; then
7169   { $as_echo "$as_me:${as_lineno-$LINENO}: result: $have_x" >&5
7170 $as_echo "$have_x" >&6; }
7171   no_x=yes
7172 else
7173   # If each of the values was on the command line, it overrides each guess.
7174   test "x$x_includes" = xNONE && x_includes=$ac_x_includes
7175   test "x$x_libraries" = xNONE && x_libraries=$ac_x_libraries
7176   # Update the cache value to reflect the command line values.
7177   ac_cv_have_x="have_x=yes\
7178         ac_x_includes='$x_includes'\
7179         ac_x_libraries='$x_libraries'"
7180   { $as_echo "$as_me:${as_lineno-$LINENO}: result: libraries $x_libraries, headers $x_includes" >&5
7181 $as_echo "libraries $x_libraries, headers $x_includes" >&6; }
7182 fi
7183
7184 if test "$no_x" = yes; then
7185   # Not all programs may use this symbol, but it does not hurt to define it.
7186
7187 $as_echo "#define X_DISPLAY_MISSING 1" >>confdefs.h
7188
7189   X_CFLAGS= X_PRE_LIBS= X_LIBS= X_EXTRA_LIBS=
7190 else
7191   if test -n "$x_includes"; then
7192     X_CFLAGS="$X_CFLAGS -I$x_includes"
7193   fi
7194
7195   # It would also be nice to do this for all -L options, not just this one.
7196   if test -n "$x_libraries"; then
7197     X_LIBS="$X_LIBS -L$x_libraries"
7198     # For Solaris; some versions of Sun CC require a space after -R and
7199     # others require no space.  Words are not sufficient . . . .
7200     { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether -R must be followed by a space" >&5
7201 $as_echo_n "checking whether -R must be followed by a space... " >&6; }
7202     ac_xsave_LIBS=$LIBS; LIBS="$LIBS -R$x_libraries"
7203     ac_xsave_c_werror_flag=$ac_c_werror_flag
7204     ac_c_werror_flag=yes
7205     cat confdefs.h - <<_ACEOF >conftest.$ac_ext
7206 /* end confdefs.h.  */
7207
7208 int
7209 main ()
7210 {
7211
7212   ;
7213   return 0;
7214 }
7215 _ACEOF
7216 if ac_fn_c_try_link "$LINENO"; then :
7217   { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
7218 $as_echo "no" >&6; }
7219        X_LIBS="$X_LIBS -R$x_libraries"
7220 else
7221   LIBS="$ac_xsave_LIBS -R $x_libraries"
7222        cat confdefs.h - <<_ACEOF >conftest.$ac_ext
7223 /* end confdefs.h.  */
7224
7225 int
7226 main ()
7227 {
7228
7229   ;
7230   return 0;
7231 }
7232 _ACEOF
7233 if ac_fn_c_try_link "$LINENO"; then :
7234   { $as_echo "$as_me:${as_lineno-$LINENO}: result: yes" >&5
7235 $as_echo "yes" >&6; }
7236           X_LIBS="$X_LIBS -R $x_libraries"
7237 else
7238   { $as_echo "$as_me:${as_lineno-$LINENO}: result: neither works" >&5
7239 $as_echo "neither works" >&6; }
7240 fi
7241 rm -f core conftest.err conftest.$ac_objext \
7242     conftest$ac_exeext conftest.$ac_ext
7243 fi
7244 rm -f core conftest.err conftest.$ac_objext \
7245     conftest$ac_exeext conftest.$ac_ext
7246     ac_c_werror_flag=$ac_xsave_c_werror_flag
7247     LIBS=$ac_xsave_LIBS
7248   fi
7249
7250   # Check for system-dependent libraries X programs must link with.
7251   # Do this before checking for the system-independent R6 libraries
7252   # (-lICE), since we may need -lsocket or whatever for X linking.
7253
7254   if test "$ISC" = yes; then
7255     X_EXTRA_LIBS="$X_EXTRA_LIBS -lnsl_s -linet"
7256   else
7257     # Martyn Johnson says this is needed for Ultrix, if the X
7258     # libraries were built with DECnet support.  And Karl Berry says
7259     # the Alpha needs dnet_stub (dnet does not exist).
7260     ac_xsave_LIBS="$LIBS"; LIBS="$LIBS $X_LIBS -lX11"
7261     cat confdefs.h - <<_ACEOF >conftest.$ac_ext
7262 /* end confdefs.h.  */
7263
7264 /* Override any GCC internal prototype to avoid an error.
7265    Use char because int might match the return type of a GCC
7266    builtin and then its argument prototype would still apply.  */
7267 #ifdef __cplusplus
7268 extern "C"
7269 #endif
7270 char XOpenDisplay ();
7271 int
7272 main ()
7273 {
7274 return XOpenDisplay ();
7275   ;
7276   return 0;
7277 }
7278 _ACEOF
7279 if ac_fn_c_try_link "$LINENO"; then :
7280
7281 else
7282   { $as_echo "$as_me:${as_lineno-$LINENO}: checking for dnet_ntoa in -ldnet" >&5
7283 $as_echo_n "checking for dnet_ntoa in -ldnet... " >&6; }
7284 if test "${ac_cv_lib_dnet_dnet_ntoa+set}" = set; then :
7285   $as_echo_n "(cached) " >&6
7286 else
7287   ac_check_lib_save_LIBS=$LIBS
7288 LIBS="-ldnet  $LIBS"
7289 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
7290 /* end confdefs.h.  */
7291
7292 /* Override any GCC internal prototype to avoid an error.
7293    Use char because int might match the return type of a GCC
7294    builtin and then its argument prototype would still apply.  */
7295 #ifdef __cplusplus
7296 extern "C"
7297 #endif
7298 char dnet_ntoa ();
7299 int
7300 main ()
7301 {
7302 return dnet_ntoa ();
7303   ;
7304   return 0;
7305 }
7306 _ACEOF
7307 if ac_fn_c_try_link "$LINENO"; then :
7308   ac_cv_lib_dnet_dnet_ntoa=yes
7309 else
7310   ac_cv_lib_dnet_dnet_ntoa=no
7311 fi
7312 rm -f core conftest.err conftest.$ac_objext \
7313     conftest$ac_exeext conftest.$ac_ext
7314 LIBS=$ac_check_lib_save_LIBS
7315 fi
7316 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_dnet_dnet_ntoa" >&5
7317 $as_echo "$ac_cv_lib_dnet_dnet_ntoa" >&6; }
7318 if test "x$ac_cv_lib_dnet_dnet_ntoa" = x""yes; then :
7319   X_EXTRA_LIBS="$X_EXTRA_LIBS -ldnet"
7320 fi
7321
7322     if test $ac_cv_lib_dnet_dnet_ntoa = no; then
7323       { $as_echo "$as_me:${as_lineno-$LINENO}: checking for dnet_ntoa in -ldnet_stub" >&5
7324 $as_echo_n "checking for dnet_ntoa in -ldnet_stub... " >&6; }
7325 if test "${ac_cv_lib_dnet_stub_dnet_ntoa+set}" = set; then :
7326   $as_echo_n "(cached) " >&6
7327 else
7328   ac_check_lib_save_LIBS=$LIBS
7329 LIBS="-ldnet_stub  $LIBS"
7330 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
7331 /* end confdefs.h.  */
7332
7333 /* Override any GCC internal prototype to avoid an error.
7334    Use char because int might match the return type of a GCC
7335    builtin and then its argument prototype would still apply.  */
7336 #ifdef __cplusplus
7337 extern "C"
7338 #endif
7339 char dnet_ntoa ();
7340 int
7341 main ()
7342 {
7343 return dnet_ntoa ();
7344   ;
7345   return 0;
7346 }
7347 _ACEOF
7348 if ac_fn_c_try_link "$LINENO"; then :
7349   ac_cv_lib_dnet_stub_dnet_ntoa=yes
7350 else
7351   ac_cv_lib_dnet_stub_dnet_ntoa=no
7352 fi
7353 rm -f core conftest.err conftest.$ac_objext \
7354     conftest$ac_exeext conftest.$ac_ext
7355 LIBS=$ac_check_lib_save_LIBS
7356 fi
7357 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_dnet_stub_dnet_ntoa" >&5
7358 $as_echo "$ac_cv_lib_dnet_stub_dnet_ntoa" >&6; }
7359 if test "x$ac_cv_lib_dnet_stub_dnet_ntoa" = x""yes; then :
7360   X_EXTRA_LIBS="$X_EXTRA_LIBS -ldnet_stub"
7361 fi
7362
7363     fi
7364 fi
7365 rm -f core conftest.err conftest.$ac_objext \
7366     conftest$ac_exeext conftest.$ac_ext
7367     LIBS="$ac_xsave_LIBS"
7368
7369     # msh@cis.ufl.edu says -lnsl (and -lsocket) are needed for his 386/AT,
7370     # to get the SysV transport functions.
7371     # Chad R. Larson says the Pyramis MIS-ES running DC/OSx (SVR4)
7372     # needs -lnsl.
7373     # The nsl library prevents programs from opening the X display
7374     # on Irix 5.2, according to T.E. Dickey.
7375     # The functions gethostbyname, getservbyname, and inet_addr are
7376     # in -lbsd on LynxOS 3.0.1/i386, according to Lars Hecking.
7377     ac_fn_c_check_func "$LINENO" "gethostbyname" "ac_cv_func_gethostbyname"
7378 if test "x$ac_cv_func_gethostbyname" = x""yes; then :
7379
7380 fi
7381
7382     if test $ac_cv_func_gethostbyname = no; then
7383       { $as_echo "$as_me:${as_lineno-$LINENO}: checking for gethostbyname in -lnsl" >&5
7384 $as_echo_n "checking for gethostbyname in -lnsl... " >&6; }
7385 if test "${ac_cv_lib_nsl_gethostbyname+set}" = set; then :
7386   $as_echo_n "(cached) " >&6
7387 else
7388   ac_check_lib_save_LIBS=$LIBS
7389 LIBS="-lnsl  $LIBS"
7390 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
7391 /* end confdefs.h.  */
7392
7393 /* Override any GCC internal prototype to avoid an error.
7394    Use char because int might match the return type of a GCC
7395    builtin and then its argument prototype would still apply.  */
7396 #ifdef __cplusplus
7397 extern "C"
7398 #endif
7399 char gethostbyname ();
7400 int
7401 main ()
7402 {
7403 return gethostbyname ();
7404   ;
7405   return 0;
7406 }
7407 _ACEOF
7408 if ac_fn_c_try_link "$LINENO"; then :
7409   ac_cv_lib_nsl_gethostbyname=yes
7410 else
7411   ac_cv_lib_nsl_gethostbyname=no
7412 fi
7413 rm -f core conftest.err conftest.$ac_objext \
7414     conftest$ac_exeext conftest.$ac_ext
7415 LIBS=$ac_check_lib_save_LIBS
7416 fi
7417 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_nsl_gethostbyname" >&5
7418 $as_echo "$ac_cv_lib_nsl_gethostbyname" >&6; }
7419 if test "x$ac_cv_lib_nsl_gethostbyname" = x""yes; then :
7420   X_EXTRA_LIBS="$X_EXTRA_LIBS -lnsl"
7421 fi
7422
7423       if test $ac_cv_lib_nsl_gethostbyname = no; then
7424         { $as_echo "$as_me:${as_lineno-$LINENO}: checking for gethostbyname in -lbsd" >&5
7425 $as_echo_n "checking for gethostbyname in -lbsd... " >&6; }
7426 if test "${ac_cv_lib_bsd_gethostbyname+set}" = set; then :
7427   $as_echo_n "(cached) " >&6
7428 else
7429   ac_check_lib_save_LIBS=$LIBS
7430 LIBS="-lbsd  $LIBS"
7431 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
7432 /* end confdefs.h.  */
7433
7434 /* Override any GCC internal prototype to avoid an error.
7435    Use char because int might match the return type of a GCC
7436    builtin and then its argument prototype would still apply.  */
7437 #ifdef __cplusplus
7438 extern "C"
7439 #endif
7440 char gethostbyname ();
7441 int
7442 main ()
7443 {
7444 return gethostbyname ();
7445   ;
7446   return 0;
7447 }
7448 _ACEOF
7449 if ac_fn_c_try_link "$LINENO"; then :
7450   ac_cv_lib_bsd_gethostbyname=yes
7451 else
7452   ac_cv_lib_bsd_gethostbyname=no
7453 fi
7454 rm -f core conftest.err conftest.$ac_objext \
7455     conftest$ac_exeext conftest.$ac_ext
7456 LIBS=$ac_check_lib_save_LIBS
7457 fi
7458 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_bsd_gethostbyname" >&5
7459 $as_echo "$ac_cv_lib_bsd_gethostbyname" >&6; }
7460 if test "x$ac_cv_lib_bsd_gethostbyname" = x""yes; then :
7461   X_EXTRA_LIBS="$X_EXTRA_LIBS -lbsd"
7462 fi
7463
7464       fi
7465     fi
7466
7467     # lieder@skyler.mavd.honeywell.com says without -lsocket,
7468     # socket/setsockopt and other routines are undefined under SCO ODT
7469     # 2.0.  But -lsocket is broken on IRIX 5.2 (and is not necessary
7470     # on later versions), says Simon Leinen: it contains gethostby*
7471     # variants that don't use the name server (or something).  -lsocket
7472     # must be given before -lnsl if both are needed.  We assume that
7473     # if connect needs -lnsl, so does gethostbyname.
7474     ac_fn_c_check_func "$LINENO" "connect" "ac_cv_func_connect"
7475 if test "x$ac_cv_func_connect" = x""yes; then :
7476
7477 fi
7478
7479     if test $ac_cv_func_connect = no; then
7480       { $as_echo "$as_me:${as_lineno-$LINENO}: checking for connect in -lsocket" >&5
7481 $as_echo_n "checking for connect in -lsocket... " >&6; }
7482 if test "${ac_cv_lib_socket_connect+set}" = set; then :
7483   $as_echo_n "(cached) " >&6
7484 else
7485   ac_check_lib_save_LIBS=$LIBS
7486 LIBS="-lsocket $X_EXTRA_LIBS $LIBS"
7487 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
7488 /* end confdefs.h.  */
7489
7490 /* Override any GCC internal prototype to avoid an error.
7491    Use char because int might match the return type of a GCC
7492    builtin and then its argument prototype would still apply.  */
7493 #ifdef __cplusplus
7494 extern "C"
7495 #endif
7496 char connect ();
7497 int
7498 main ()
7499 {
7500 return connect ();
7501   ;
7502   return 0;
7503 }
7504 _ACEOF
7505 if ac_fn_c_try_link "$LINENO"; then :
7506   ac_cv_lib_socket_connect=yes
7507 else
7508   ac_cv_lib_socket_connect=no
7509 fi
7510 rm -f core conftest.err conftest.$ac_objext \
7511     conftest$ac_exeext conftest.$ac_ext
7512 LIBS=$ac_check_lib_save_LIBS
7513 fi
7514 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_socket_connect" >&5
7515 $as_echo "$ac_cv_lib_socket_connect" >&6; }
7516 if test "x$ac_cv_lib_socket_connect" = x""yes; then :
7517   X_EXTRA_LIBS="-lsocket $X_EXTRA_LIBS"
7518 fi
7519
7520     fi
7521
7522     # Guillermo Gomez says -lposix is necessary on A/UX.
7523     ac_fn_c_check_func "$LINENO" "remove" "ac_cv_func_remove"
7524 if test "x$ac_cv_func_remove" = x""yes; then :
7525
7526 fi
7527
7528     if test $ac_cv_func_remove = no; then
7529       { $as_echo "$as_me:${as_lineno-$LINENO}: checking for remove in -lposix" >&5
7530 $as_echo_n "checking for remove in -lposix... " >&6; }
7531 if test "${ac_cv_lib_posix_remove+set}" = set; then :
7532   $as_echo_n "(cached) " >&6
7533 else
7534   ac_check_lib_save_LIBS=$LIBS
7535 LIBS="-lposix  $LIBS"
7536 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
7537 /* end confdefs.h.  */
7538
7539 /* Override any GCC internal prototype to avoid an error.
7540    Use char because int might match the return type of a GCC
7541    builtin and then its argument prototype would still apply.  */
7542 #ifdef __cplusplus
7543 extern "C"
7544 #endif
7545 char remove ();
7546 int
7547 main ()
7548 {
7549 return remove ();
7550   ;
7551   return 0;
7552 }
7553 _ACEOF
7554 if ac_fn_c_try_link "$LINENO"; then :
7555   ac_cv_lib_posix_remove=yes
7556 else
7557   ac_cv_lib_posix_remove=no
7558 fi
7559 rm -f core conftest.err conftest.$ac_objext \
7560     conftest$ac_exeext conftest.$ac_ext
7561 LIBS=$ac_check_lib_save_LIBS
7562 fi
7563 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_posix_remove" >&5
7564 $as_echo "$ac_cv_lib_posix_remove" >&6; }
7565 if test "x$ac_cv_lib_posix_remove" = x""yes; then :
7566   X_EXTRA_LIBS="$X_EXTRA_LIBS -lposix"
7567 fi
7568
7569     fi
7570
7571     # BSDI BSD/OS 2.1 needs -lipc for XOpenDisplay.
7572     ac_fn_c_check_func "$LINENO" "shmat" "ac_cv_func_shmat"
7573 if test "x$ac_cv_func_shmat" = x""yes; then :
7574
7575 fi
7576
7577     if test $ac_cv_func_shmat = no; then
7578       { $as_echo "$as_me:${as_lineno-$LINENO}: checking for shmat in -lipc" >&5
7579 $as_echo_n "checking for shmat in -lipc... " >&6; }
7580 if test "${ac_cv_lib_ipc_shmat+set}" = set; then :
7581   $as_echo_n "(cached) " >&6
7582 else
7583   ac_check_lib_save_LIBS=$LIBS
7584 LIBS="-lipc  $LIBS"
7585 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
7586 /* end confdefs.h.  */
7587
7588 /* Override any GCC internal prototype to avoid an error.
7589    Use char because int might match the return type of a GCC
7590    builtin and then its argument prototype would still apply.  */
7591 #ifdef __cplusplus
7592 extern "C"
7593 #endif
7594 char shmat ();
7595 int
7596 main ()
7597 {
7598 return shmat ();
7599   ;
7600   return 0;
7601 }
7602 _ACEOF
7603 if ac_fn_c_try_link "$LINENO"; then :
7604   ac_cv_lib_ipc_shmat=yes
7605 else
7606   ac_cv_lib_ipc_shmat=no
7607 fi
7608 rm -f core conftest.err conftest.$ac_objext \
7609     conftest$ac_exeext conftest.$ac_ext
7610 LIBS=$ac_check_lib_save_LIBS
7611 fi
7612 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_ipc_shmat" >&5
7613 $as_echo "$ac_cv_lib_ipc_shmat" >&6; }
7614 if test "x$ac_cv_lib_ipc_shmat" = x""yes; then :
7615   X_EXTRA_LIBS="$X_EXTRA_LIBS -lipc"
7616 fi
7617
7618     fi
7619   fi
7620
7621   # Check for libraries that X11R6 Xt/Xaw programs need.
7622   ac_save_LDFLAGS=$LDFLAGS
7623   test -n "$x_libraries" && LDFLAGS="$LDFLAGS -L$x_libraries"
7624   # SM needs ICE to (dynamically) link under SunOS 4.x (so we have to
7625   # check for ICE first), but we must link in the order -lSM -lICE or
7626   # we get undefined symbols.  So assume we have SM if we have ICE.
7627   # These have to be linked with before -lX11, unlike the other
7628   # libraries we check for below, so use a different variable.
7629   # John Interrante, Karl Berry
7630   { $as_echo "$as_me:${as_lineno-$LINENO}: checking for IceConnectionNumber in -lICE" >&5
7631 $as_echo_n "checking for IceConnectionNumber in -lICE... " >&6; }
7632 if test "${ac_cv_lib_ICE_IceConnectionNumber+set}" = set; then :
7633   $as_echo_n "(cached) " >&6
7634 else
7635   ac_check_lib_save_LIBS=$LIBS
7636 LIBS="-lICE $X_EXTRA_LIBS $LIBS"
7637 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
7638 /* end confdefs.h.  */
7639
7640 /* Override any GCC internal prototype to avoid an error.
7641    Use char because int might match the return type of a GCC
7642    builtin and then its argument prototype would still apply.  */
7643 #ifdef __cplusplus
7644 extern "C"
7645 #endif
7646 char IceConnectionNumber ();
7647 int
7648 main ()
7649 {
7650 return IceConnectionNumber ();
7651   ;
7652   return 0;
7653 }
7654 _ACEOF
7655 if ac_fn_c_try_link "$LINENO"; then :
7656   ac_cv_lib_ICE_IceConnectionNumber=yes
7657 else
7658   ac_cv_lib_ICE_IceConnectionNumber=no
7659 fi
7660 rm -f core conftest.err conftest.$ac_objext \
7661     conftest$ac_exeext conftest.$ac_ext
7662 LIBS=$ac_check_lib_save_LIBS
7663 fi
7664 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_ICE_IceConnectionNumber" >&5
7665 $as_echo "$ac_cv_lib_ICE_IceConnectionNumber" >&6; }
7666 if test "x$ac_cv_lib_ICE_IceConnectionNumber" = x""yes; then :
7667   X_PRE_LIBS="$X_PRE_LIBS -lSM -lICE"
7668 fi
7669
7670   LDFLAGS=$ac_save_LDFLAGS
7671
7672 fi
7673
7674
7675 if test "$have_x" = "yes"
7676 then
7677     XLIB="-lX11"
7678     ac_save_CPPFLAGS="$CPPFLAGS"
7679     CPPFLAGS="$CPPFLAGS $X_CFLAGS"
7680
7681     { $as_echo "$as_me:${as_lineno-$LINENO}: checking for -lX11" >&5
7682 $as_echo_n "checking for -lX11... " >&6; }
7683 if test "${ac_cv_lib_soname_X11+set}" = set; then :
7684   $as_echo_n "(cached) " >&6
7685 else
7686   ac_check_soname_save_LIBS=$LIBS
7687 LIBS="-lX11 $X_LIBS $X_EXTRA_LIBS $LIBS"
7688   cat confdefs.h - <<_ACEOF >conftest.$ac_ext
7689 /* end confdefs.h.  */
7690
7691 /* Override any GCC internal prototype to avoid an error.
7692    Use char because int might match the return type of a GCC
7693    builtin and then its argument prototype would still apply.  */
7694 #ifdef __cplusplus
7695 extern "C"
7696 #endif
7697 char XCreateWindow ();
7698 int
7699 main ()
7700 {
7701 return XCreateWindow ();
7702   ;
7703   return 0;
7704 }
7705 _ACEOF
7706 if ac_fn_c_try_link "$LINENO"; then :
7707   case "$LIBEXT" in
7708     dll) ;;
7709     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'` ;;
7710     *) ac_cv_lib_soname_X11=`$ac_cv_path_LDD conftest$ac_exeext | grep "libX11\\.$LIBEXT" | sed -e "s/^.*\(libX11\.$LIBEXT[^     ]*\).*$/\1/"';2,$d'` ;;
7711   esac
7712 fi
7713 rm -f core conftest.err conftest.$ac_objext \
7714     conftest$ac_exeext conftest.$ac_ext
7715   LIBS=$ac_check_soname_save_LIBS
7716 fi
7717 if test "x$ac_cv_lib_soname_X11" = "x"; then :
7718   { $as_echo "$as_me:${as_lineno-$LINENO}: result: not found" >&5
7719 $as_echo "not found" >&6; }
7720
7721 else
7722   { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_soname_X11" >&5
7723 $as_echo "$ac_cv_lib_soname_X11" >&6; }
7724
7725 cat >>confdefs.h <<_ACEOF
7726 #define SONAME_LIBX11 "$ac_cv_lib_soname_X11"
7727 _ACEOF
7728
7729
7730 fi
7731     { $as_echo "$as_me:${as_lineno-$LINENO}: checking for -lXext" >&5
7732 $as_echo_n "checking for -lXext... " >&6; }
7733 if test "${ac_cv_lib_soname_Xext+set}" = set; then :
7734   $as_echo_n "(cached) " >&6
7735 else
7736   ac_check_soname_save_LIBS=$LIBS
7737 LIBS="-lXext $X_LIBS -lX11 $X_EXTRA_LIBS $LIBS"
7738   cat confdefs.h - <<_ACEOF >conftest.$ac_ext
7739 /* end confdefs.h.  */
7740
7741 /* Override any GCC internal prototype to avoid an error.
7742    Use char because int might match the return type of a GCC
7743    builtin and then its argument prototype would still apply.  */
7744 #ifdef __cplusplus
7745 extern "C"
7746 #endif
7747 char XextCreateExtension ();
7748 int
7749 main ()
7750 {
7751 return XextCreateExtension ();
7752   ;
7753   return 0;
7754 }
7755 _ACEOF
7756 if ac_fn_c_try_link "$LINENO"; then :
7757   case "$LIBEXT" in
7758     dll) ;;
7759     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'` ;;
7760     *) ac_cv_lib_soname_Xext=`$ac_cv_path_LDD conftest$ac_exeext | grep "libXext\\.$LIBEXT" | sed -e "s/^.*\(libXext\.$LIBEXT[^  ]*\).*$/\1/"';2,$d'` ;;
7761   esac
7762 fi
7763 rm -f core conftest.err conftest.$ac_objext \
7764     conftest$ac_exeext conftest.$ac_ext
7765   LIBS=$ac_check_soname_save_LIBS
7766 fi
7767 if test "x$ac_cv_lib_soname_Xext" = "x"; then :
7768   { $as_echo "$as_me:${as_lineno-$LINENO}: result: not found" >&5
7769 $as_echo "not found" >&6; }
7770
7771 else
7772   { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_soname_Xext" >&5
7773 $as_echo "$ac_cv_lib_soname_Xext" >&6; }
7774
7775 cat >>confdefs.h <<_ACEOF
7776 #define SONAME_LIBXEXT "$ac_cv_lib_soname_Xext"
7777 _ACEOF
7778
7779        XLIB="-lXext $XLIB"
7780 fi
7781
7782         for ac_header in X11/Xlib.h \
7783                       X11/XKBlib.h \
7784                       X11/Xutil.h \
7785                       X11/Xcursor/Xcursor.h \
7786                       X11/extensions/shape.h \
7787                       X11/extensions/XInput.h \
7788                       X11/extensions/XShm.h \
7789                       X11/extensions/Xcomposite.h \
7790                       X11/extensions/Xinerama.h \
7791                       X11/extensions/Xrandr.h \
7792                       X11/extensions/Xrender.h \
7793                       X11/extensions/xf86vmode.h
7794 do :
7795   as_ac_Header=`$as_echo "ac_cv_header_$ac_header" | $as_tr_sh`
7796 ac_fn_c_check_header_compile "$LINENO" "$ac_header" "$as_ac_Header" "#ifdef HAVE_X11_XLIB_H
7797 # include <X11/Xlib.h>
7798 #endif
7799 #ifdef HAVE_X11_XUTIL_H
7800 # include <X11/Xutil.h>
7801 #endif
7802 "
7803 eval as_val=\$$as_ac_Header
7804    if test "x$as_val" = x""yes; then :
7805   cat >>confdefs.h <<_ACEOF
7806 #define `$as_echo "HAVE_$ac_header" | $as_tr_cpp` 1
7807 _ACEOF
7808
7809 fi
7810
7811 done
7812
7813
7814                 if test "$ac_cv_header_X11_XKBlib_h" = "yes"
7815         then
7816               { $as_echo "$as_me:${as_lineno-$LINENO}: checking for XkbQueryExtension in -lX11" >&5
7817 $as_echo_n "checking for XkbQueryExtension in -lX11... " >&6; }
7818 if test "${ac_cv_lib_X11_XkbQueryExtension+set}" = set; then :
7819   $as_echo_n "(cached) " >&6
7820 else
7821   ac_check_lib_save_LIBS=$LIBS
7822 LIBS="-lX11 $X_LIBS $XLIB $X_EXTRA_LIBS $LIBS"
7823 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
7824 /* end confdefs.h.  */
7825
7826 /* Override any GCC internal prototype to avoid an error.
7827    Use char because int might match the return type of a GCC
7828    builtin and then its argument prototype would still apply.  */
7829 #ifdef __cplusplus
7830 extern "C"
7831 #endif
7832 char XkbQueryExtension ();
7833 int
7834 main ()
7835 {
7836 return XkbQueryExtension ();
7837   ;
7838   return 0;
7839 }
7840 _ACEOF
7841 if ac_fn_c_try_link "$LINENO"; then :
7842   ac_cv_lib_X11_XkbQueryExtension=yes
7843 else
7844   ac_cv_lib_X11_XkbQueryExtension=no
7845 fi
7846 rm -f core conftest.err conftest.$ac_objext \
7847     conftest$ac_exeext conftest.$ac_ext
7848 LIBS=$ac_check_lib_save_LIBS
7849 fi
7850 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_X11_XkbQueryExtension" >&5
7851 $as_echo "$ac_cv_lib_X11_XkbQueryExtension" >&6; }
7852 if test "x$ac_cv_lib_X11_XkbQueryExtension" = x""yes; then :
7853
7854 $as_echo "#define HAVE_XKB 1" >>confdefs.h
7855
7856 fi
7857
7858         fi
7859
7860                 if test "$ac_cv_header_X11_Xcursor_Xcursor_h" = "yes"
7861         then
7862             { $as_echo "$as_me:${as_lineno-$LINENO}: checking for -lXcursor" >&5
7863 $as_echo_n "checking for -lXcursor... " >&6; }
7864 if test "${ac_cv_lib_soname_Xcursor+set}" = set; then :
7865   $as_echo_n "(cached) " >&6
7866 else
7867   ac_check_soname_save_LIBS=$LIBS
7868 LIBS="-lXcursor $X_LIBS $XLIB $X_EXTRA_LIBS $LIBS"
7869   cat confdefs.h - <<_ACEOF >conftest.$ac_ext
7870 /* end confdefs.h.  */
7871
7872 /* Override any GCC internal prototype to avoid an error.
7873    Use char because int might match the return type of a GCC
7874    builtin and then its argument prototype would still apply.  */
7875 #ifdef __cplusplus
7876 extern "C"
7877 #endif
7878 char XcursorImageLoadCursor ();
7879 int
7880 main ()
7881 {
7882 return XcursorImageLoadCursor ();
7883   ;
7884   return 0;
7885 }
7886 _ACEOF
7887 if ac_fn_c_try_link "$LINENO"; then :
7888   case "$LIBEXT" in
7889     dll) ;;
7890     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'` ;;
7891     *) ac_cv_lib_soname_Xcursor=`$ac_cv_path_LDD conftest$ac_exeext | grep "libXcursor\\.$LIBEXT" | sed -e "s/^.*\(libXcursor\.$LIBEXT[^         ]*\).*$/\1/"';2,$d'` ;;
7892   esac
7893 fi
7894 rm -f core conftest.err conftest.$ac_objext \
7895     conftest$ac_exeext conftest.$ac_ext
7896   LIBS=$ac_check_soname_save_LIBS
7897 fi
7898 if test "x$ac_cv_lib_soname_Xcursor" = "x"; then :
7899   { $as_echo "$as_me:${as_lineno-$LINENO}: result: not found" >&5
7900 $as_echo "not found" >&6; }
7901
7902 else
7903   { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_soname_Xcursor" >&5
7904 $as_echo "$ac_cv_lib_soname_Xcursor" >&6; }
7905
7906 cat >>confdefs.h <<_ACEOF
7907 #define SONAME_LIBXCURSOR "$ac_cv_lib_soname_Xcursor"
7908 _ACEOF
7909
7910
7911 fi
7912         fi
7913         if test "x$ac_cv_lib_soname_Xcursor" = "x"; then :
7914   case "x$with_xcursor" in
7915   x)   wine_notices="$wine_notices|libxcursor ${notice_platform}development files not found, the Xcursor extension won't be supported." ;;
7916   xno) ;;
7917   *)   as_fn_error "libxcursor ${notice_platform}development files not found, the Xcursor extension won't be supported.
7918 This is an error since --with-xcursor was requested." "$LINENO" 5 ;;
7919 esac
7920 fi
7921
7922                 if test "$ac_cv_header_X11_extensions_XInput_h" = "yes"
7923         then
7924             { $as_echo "$as_me:${as_lineno-$LINENO}: checking for -lXi" >&5
7925 $as_echo_n "checking for -lXi... " >&6; }
7926 if test "${ac_cv_lib_soname_Xi+set}" = set; then :
7927   $as_echo_n "(cached) " >&6
7928 else
7929   ac_check_soname_save_LIBS=$LIBS
7930 LIBS="-lXi $X_LIBS $XLIB $X_EXTRA_LIBS $LIBS"
7931   cat confdefs.h - <<_ACEOF >conftest.$ac_ext
7932 /* end confdefs.h.  */
7933
7934 /* Override any GCC internal prototype to avoid an error.
7935    Use char because int might match the return type of a GCC
7936    builtin and then its argument prototype would still apply.  */
7937 #ifdef __cplusplus
7938 extern "C"
7939 #endif
7940 char XOpenDevice ();
7941 int
7942 main ()
7943 {
7944 return XOpenDevice ();
7945   ;
7946   return 0;
7947 }
7948 _ACEOF
7949 if ac_fn_c_try_link "$LINENO"; then :
7950   case "$LIBEXT" in
7951     dll) ;;
7952     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'` ;;
7953     *) ac_cv_lib_soname_Xi=`$ac_cv_path_LDD conftest$ac_exeext | grep "libXi\\.$LIBEXT" | sed -e "s/^.*\(libXi\.$LIBEXT[^        ]*\).*$/\1/"';2,$d'` ;;
7954   esac
7955 fi
7956 rm -f core conftest.err conftest.$ac_objext \
7957     conftest$ac_exeext conftest.$ac_ext
7958   LIBS=$ac_check_soname_save_LIBS
7959 fi
7960 if test "x$ac_cv_lib_soname_Xi" = "x"; then :
7961   { $as_echo "$as_me:${as_lineno-$LINENO}: result: not found" >&5
7962 $as_echo "not found" >&6; }
7963
7964 else
7965   { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_soname_Xi" >&5
7966 $as_echo "$ac_cv_lib_soname_Xi" >&6; }
7967
7968 cat >>confdefs.h <<_ACEOF
7969 #define SONAME_LIBXI "$ac_cv_lib_soname_Xi"
7970 _ACEOF
7971
7972
7973 fi
7974         fi
7975         if test "x$ac_cv_lib_soname_Xi" = "x"; then :
7976   case "x$with_xinput" in
7977   x)   wine_notices="$wine_notices|libxi ${notice_platform}development files not found, the Xinput extension won't be supported." ;;
7978   xno) ;;
7979   *)   as_fn_error "libxi ${notice_platform}development files not found, the Xinput extension won't be supported.
7980 This is an error since --with-xinput was requested." "$LINENO" 5 ;;
7981 esac
7982 fi
7983
7984                 if test "$ac_cv_header_X11_extensions_XShm_h" = "yes"
7985         then
7986               { $as_echo "$as_me:${as_lineno-$LINENO}: checking for XShmQueryExtension in -lXext" >&5
7987 $as_echo_n "checking for XShmQueryExtension in -lXext... " >&6; }
7988 if test "${ac_cv_lib_Xext_XShmQueryExtension+set}" = set; then :
7989   $as_echo_n "(cached) " >&6
7990 else
7991   ac_check_lib_save_LIBS=$LIBS
7992 LIBS="-lXext $X_LIBS $XLIB $X_EXTRA_LIBS $LIBS"
7993 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
7994 /* end confdefs.h.  */
7995
7996 /* Override any GCC internal prototype to avoid an error.
7997    Use char because int might match the return type of a GCC
7998    builtin and then its argument prototype would still apply.  */
7999 #ifdef __cplusplus
8000 extern "C"
8001 #endif
8002 char XShmQueryExtension ();
8003 int
8004 main ()
8005 {
8006 return XShmQueryExtension ();
8007   ;
8008   return 0;
8009 }
8010 _ACEOF
8011 if ac_fn_c_try_link "$LINENO"; then :
8012   ac_cv_lib_Xext_XShmQueryExtension=yes
8013 else
8014   ac_cv_lib_Xext_XShmQueryExtension=no
8015 fi
8016 rm -f core conftest.err conftest.$ac_objext \
8017     conftest$ac_exeext conftest.$ac_ext
8018 LIBS=$ac_check_lib_save_LIBS
8019 fi
8020 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_Xext_XShmQueryExtension" >&5
8021 $as_echo "$ac_cv_lib_Xext_XShmQueryExtension" >&6; }
8022 if test "x$ac_cv_lib_Xext_XShmQueryExtension" = x""yes; then :
8023
8024 $as_echo "#define HAVE_LIBXXSHM 1" >>confdefs.h
8025
8026 fi
8027
8028         fi
8029         if test "$ac_cv_lib_Xext_XShmQueryExtension" != "yes"; then :
8030   case "x$with_xshm" in
8031   x)   wine_notices="$wine_notices|XShm ${notice_platform}development files not found, X Shared Memory won't be supported." ;;
8032   xno) ;;
8033   *)   as_fn_error "XShm ${notice_platform}development files not found, X Shared Memory won't be supported.
8034 This is an error since --with-xshm was requested." "$LINENO" 5 ;;
8035 esac
8036 fi
8037
8038                 if test "$ac_cv_header_X11_extensions_shape_h" = "yes"
8039         then
8040               { $as_echo "$as_me:${as_lineno-$LINENO}: checking for XShapeQueryExtension in -lXext" >&5
8041 $as_echo_n "checking for XShapeQueryExtension in -lXext... " >&6; }
8042 if test "${ac_cv_lib_Xext_XShapeQueryExtension+set}" = set; then :
8043   $as_echo_n "(cached) " >&6
8044 else
8045   ac_check_lib_save_LIBS=$LIBS
8046 LIBS="-lXext $X_LIBS $XLIB $X_EXTRA_LIBS $LIBS"
8047 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
8048 /* end confdefs.h.  */
8049
8050 /* Override any GCC internal prototype to avoid an error.
8051    Use char because int might match the return type of a GCC
8052    builtin and then its argument prototype would still apply.  */
8053 #ifdef __cplusplus
8054 extern "C"
8055 #endif
8056 char XShapeQueryExtension ();
8057 int
8058 main ()
8059 {
8060 return XShapeQueryExtension ();
8061   ;
8062   return 0;
8063 }
8064 _ACEOF
8065 if ac_fn_c_try_link "$LINENO"; then :
8066   ac_cv_lib_Xext_XShapeQueryExtension=yes
8067 else
8068   ac_cv_lib_Xext_XShapeQueryExtension=no
8069 fi
8070 rm -f core conftest.err conftest.$ac_objext \
8071     conftest$ac_exeext conftest.$ac_ext
8072 LIBS=$ac_check_lib_save_LIBS
8073 fi
8074 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_Xext_XShapeQueryExtension" >&5
8075 $as_echo "$ac_cv_lib_Xext_XShapeQueryExtension" >&6; }
8076 if test "x$ac_cv_lib_Xext_XShapeQueryExtension" = x""yes; then :
8077
8078 $as_echo "#define HAVE_LIBXSHAPE 1" >>confdefs.h
8079
8080 fi
8081
8082         fi
8083         if test "$ac_cv_lib_Xext_XShapeQueryExtension" != "yes"; then :
8084   case "x$with_xshape" in
8085   x)   wine_notices="$wine_notices|XShape ${notice_platform}development files not found, XShape won't be supported." ;;
8086   xno) ;;
8087   *)   as_fn_error "XShape ${notice_platform}development files not found, XShape won't be supported.
8088 This is an error since --with-xshape was requested." "$LINENO" 5 ;;
8089 esac
8090 fi
8091
8092                 if test "$ac_cv_header_X11_extensions_xf86vmode_h" = "yes"
8093         then
8094             { $as_echo "$as_me:${as_lineno-$LINENO}: checking for -lXxf86vm" >&5
8095 $as_echo_n "checking for -lXxf86vm... " >&6; }
8096 if test "${ac_cv_lib_soname_Xxf86vm+set}" = set; then :
8097   $as_echo_n "(cached) " >&6
8098 else
8099   ac_check_soname_save_LIBS=$LIBS
8100 LIBS="-lXxf86vm $X_LIBS $XLIB $X_EXTRA_LIBS $LIBS"
8101   cat confdefs.h - <<_ACEOF >conftest.$ac_ext
8102 /* end confdefs.h.  */
8103
8104 /* Override any GCC internal prototype to avoid an error.
8105    Use char because int might match the return type of a GCC
8106    builtin and then its argument prototype would still apply.  */
8107 #ifdef __cplusplus
8108 extern "C"
8109 #endif
8110 char XF86VidModeQueryExtension ();
8111 int
8112 main ()
8113 {
8114 return XF86VidModeQueryExtension ();
8115   ;
8116   return 0;
8117 }
8118 _ACEOF
8119 if ac_fn_c_try_link "$LINENO"; then :
8120   case "$LIBEXT" in
8121     dll) ;;
8122     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'` ;;
8123     *) ac_cv_lib_soname_Xxf86vm=`$ac_cv_path_LDD conftest$ac_exeext | grep "libXxf86vm\\.$LIBEXT" | sed -e "s/^.*\(libXxf86vm\.$LIBEXT[^         ]*\).*$/\1/"';2,$d'` ;;
8124   esac
8125 fi
8126 rm -f core conftest.err conftest.$ac_objext \
8127     conftest$ac_exeext conftest.$ac_ext
8128   LIBS=$ac_check_soname_save_LIBS
8129 fi
8130 if test "x$ac_cv_lib_soname_Xxf86vm" = "x"; then :
8131   { $as_echo "$as_me:${as_lineno-$LINENO}: result: not found" >&5
8132 $as_echo "not found" >&6; }
8133
8134 else
8135   { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_soname_Xxf86vm" >&5
8136 $as_echo "$ac_cv_lib_soname_Xxf86vm" >&6; }
8137
8138 cat >>confdefs.h <<_ACEOF
8139 #define SONAME_LIBXXF86VM "$ac_cv_lib_soname_Xxf86vm"
8140 _ACEOF
8141
8142
8143 fi
8144         fi
8145         if test "x$ac_cv_lib_soname_Xxf86vm" = "x"; then :
8146   case "x$with_xxf86vm" in
8147   x)   wine_notices="$wine_notices|libXxf86vm ${notice_platform}development files not found, XFree86 Vidmode won't be supported." ;;
8148   xno) ;;
8149   *)   as_fn_error "libXxf86vm ${notice_platform}development files not found, XFree86 Vidmode won't be supported.
8150 This is an error since --with-xxf86vm was requested." "$LINENO" 5 ;;
8151 esac
8152 fi
8153
8154                 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"
8155         then
8156             { $as_echo "$as_me:${as_lineno-$LINENO}: checking for -lXrender" >&5
8157 $as_echo_n "checking for -lXrender... " >&6; }
8158 if test "${ac_cv_lib_soname_Xrender+set}" = set; then :
8159   $as_echo_n "(cached) " >&6
8160 else
8161   ac_check_soname_save_LIBS=$LIBS
8162 LIBS="-lXrender $X_LIBS $XLIB $X_EXTRA_LIBS $LIBS"
8163   cat confdefs.h - <<_ACEOF >conftest.$ac_ext
8164 /* end confdefs.h.  */
8165
8166 /* Override any GCC internal prototype to avoid an error.
8167    Use char because int might match the return type of a GCC
8168    builtin and then its argument prototype would still apply.  */
8169 #ifdef __cplusplus
8170 extern "C"
8171 #endif
8172 char XRenderQueryExtension ();
8173 int
8174 main ()
8175 {
8176 return XRenderQueryExtension ();
8177   ;
8178   return 0;
8179 }
8180 _ACEOF
8181 if ac_fn_c_try_link "$LINENO"; then :
8182   case "$LIBEXT" in
8183     dll) ;;
8184     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'` ;;
8185     *) ac_cv_lib_soname_Xrender=`$ac_cv_path_LDD conftest$ac_exeext | grep "libXrender\\.$LIBEXT" | sed -e "s/^.*\(libXrender\.$LIBEXT[^         ]*\).*$/\1/"';2,$d'` ;;
8186   esac
8187 fi
8188 rm -f core conftest.err conftest.$ac_objext \
8189     conftest$ac_exeext conftest.$ac_ext
8190   LIBS=$ac_check_soname_save_LIBS
8191 fi
8192 if test "x$ac_cv_lib_soname_Xrender" = "x"; then :
8193   { $as_echo "$as_me:${as_lineno-$LINENO}: result: not found" >&5
8194 $as_echo "not found" >&6; }
8195
8196 else
8197   { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_soname_Xrender" >&5
8198 $as_echo "$ac_cv_lib_soname_Xrender" >&6; }
8199
8200 cat >>confdefs.h <<_ACEOF
8201 #define SONAME_LIBXRENDER "$ac_cv_lib_soname_Xrender"
8202 _ACEOF
8203
8204        { $as_echo "$as_me:${as_lineno-$LINENO}: checking for XRenderSetPictureTransform in -lXrender" >&5
8205 $as_echo_n "checking for XRenderSetPictureTransform in -lXrender... " >&6; }
8206 if test "${ac_cv_lib_Xrender_XRenderSetPictureTransform+set}" = set; then :
8207   $as_echo_n "(cached) " >&6
8208 else
8209   ac_check_lib_save_LIBS=$LIBS
8210 LIBS="-lXrender $X_LIBS $XLIB $X_EXTRA_LIBS $LIBS"
8211 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
8212 /* end confdefs.h.  */
8213
8214 /* Override any GCC internal prototype to avoid an error.
8215    Use char because int might match the return type of a GCC
8216    builtin and then its argument prototype would still apply.  */
8217 #ifdef __cplusplus
8218 extern "C"
8219 #endif
8220 char XRenderSetPictureTransform ();
8221 int
8222 main ()
8223 {
8224 return XRenderSetPictureTransform ();
8225   ;
8226   return 0;
8227 }
8228 _ACEOF
8229 if ac_fn_c_try_link "$LINENO"; then :
8230   ac_cv_lib_Xrender_XRenderSetPictureTransform=yes
8231 else
8232   ac_cv_lib_Xrender_XRenderSetPictureTransform=no
8233 fi
8234 rm -f core conftest.err conftest.$ac_objext \
8235     conftest$ac_exeext conftest.$ac_ext
8236 LIBS=$ac_check_lib_save_LIBS
8237 fi
8238 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_Xrender_XRenderSetPictureTransform" >&5
8239 $as_echo "$ac_cv_lib_Xrender_XRenderSetPictureTransform" >&6; }
8240 if test "x$ac_cv_lib_Xrender_XRenderSetPictureTransform" = x""yes; then :
8241
8242 $as_echo "#define HAVE_XRENDERSETPICTURETRANSFORM 1" >>confdefs.h
8243
8244 fi
8245
8246 fi
8247
8248         fi
8249         if test "x$ac_cv_lib_soname_Xrender" = "x"; then :
8250   case "x$with_xrender" in
8251   x)   wine_warnings="$wine_warnings|libxrender ${notice_platform}development files not found, XRender won't be supported." ;;
8252   xno) ;;
8253   *)   as_fn_error "libxrender ${notice_platform}development files not found, XRender won't be supported.
8254 This is an error since --with-xrender was requested." "$LINENO" 5 ;;
8255 esac
8256 fi
8257
8258                 if test "$ac_cv_header_X11_extensions_Xrandr_h" = "yes" -a "x$ac_cv_lib_soname_Xrender" != "x"
8259         then
8260                 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
8261 /* end confdefs.h.  */
8262 #include <X11/Xlib.h>
8263 #include <X11/extensions/Xrandr.h>
8264 int
8265 main ()
8266 {
8267 static typeof(XRRSetScreenConfigAndRate) * func;
8268   ;
8269   return 0;
8270 }
8271 _ACEOF
8272 if ac_fn_c_try_compile "$LINENO"; then :
8273   { $as_echo "$as_me:${as_lineno-$LINENO}: checking for -lXrandr" >&5
8274 $as_echo_n "checking for -lXrandr... " >&6; }
8275 if test "${ac_cv_lib_soname_Xrandr+set}" = set; then :
8276   $as_echo_n "(cached) " >&6
8277 else
8278   ac_check_soname_save_LIBS=$LIBS
8279 LIBS="-lXrandr $X_LIBS $XLIB $X_EXTRA_LIBS $LIBS"
8280   cat confdefs.h - <<_ACEOF >conftest.$ac_ext
8281 /* end confdefs.h.  */
8282
8283 /* Override any GCC internal prototype to avoid an error.
8284    Use char because int might match the return type of a GCC
8285    builtin and then its argument prototype would still apply.  */
8286 #ifdef __cplusplus
8287 extern "C"
8288 #endif
8289 char XRRQueryExtension ();
8290 int
8291 main ()
8292 {
8293 return XRRQueryExtension ();
8294   ;
8295   return 0;
8296 }
8297 _ACEOF
8298 if ac_fn_c_try_link "$LINENO"; then :
8299   case "$LIBEXT" in
8300     dll) ;;
8301     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'` ;;
8302     *) ac_cv_lib_soname_Xrandr=`$ac_cv_path_LDD conftest$ac_exeext | grep "libXrandr\\.$LIBEXT" | sed -e "s/^.*\(libXrandr\.$LIBEXT[^    ]*\).*$/\1/"';2,$d'` ;;
8303   esac
8304 fi
8305 rm -f core conftest.err conftest.$ac_objext \
8306     conftest$ac_exeext conftest.$ac_ext
8307   LIBS=$ac_check_soname_save_LIBS
8308 fi
8309 if test "x$ac_cv_lib_soname_Xrandr" = "x"; then :
8310   { $as_echo "$as_me:${as_lineno-$LINENO}: result: not found" >&5
8311 $as_echo "not found" >&6; }
8312
8313 else
8314   { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_soname_Xrandr" >&5
8315 $as_echo "$ac_cv_lib_soname_Xrandr" >&6; }
8316
8317 cat >>confdefs.h <<_ACEOF
8318 #define SONAME_LIBXRANDR "$ac_cv_lib_soname_Xrandr"
8319 _ACEOF
8320
8321
8322 fi
8323 fi
8324 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
8325         fi
8326         if test "x$ac_cv_lib_soname_Xrandr" = "x"; then :
8327   case "x$with_xrandr" in
8328   x)   wine_notices="$wine_notices|libxrandr ${notice_platform}development files not found, XRandr won't be supported." ;;
8329   xno) ;;
8330   *)   as_fn_error "libxrandr ${notice_platform}development files not found, XRandr won't be supported.
8331 This is an error since --with-xrandr was requested." "$LINENO" 5 ;;
8332 esac
8333 fi
8334
8335                 if test "$ac_cv_header_X11_extensions_Xinerama_h" = "yes"
8336         then
8337                 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
8338 /* end confdefs.h.  */
8339 #include <X11/Xlib.h>
8340 #include <X11/extensions/Xinerama.h>
8341 int
8342 main ()
8343 {
8344 static typeof(XineramaQueryScreens) * func;
8345   ;
8346   return 0;
8347 }
8348 _ACEOF
8349 if ac_fn_c_try_compile "$LINENO"; then :
8350   { $as_echo "$as_me:${as_lineno-$LINENO}: checking for -lXinerama" >&5
8351 $as_echo_n "checking for -lXinerama... " >&6; }
8352 if test "${ac_cv_lib_soname_Xinerama+set}" = set; then :
8353   $as_echo_n "(cached) " >&6
8354 else
8355   ac_check_soname_save_LIBS=$LIBS
8356 LIBS="-lXinerama $X_LIBS $XLIB $X_EXTRA_LIBS $LIBS"
8357   cat confdefs.h - <<_ACEOF >conftest.$ac_ext
8358 /* end confdefs.h.  */
8359
8360 /* Override any GCC internal prototype to avoid an error.
8361    Use char because int might match the return type of a GCC
8362    builtin and then its argument prototype would still apply.  */
8363 #ifdef __cplusplus
8364 extern "C"
8365 #endif
8366 char XineramaQueryScreens ();
8367 int
8368 main ()
8369 {
8370 return XineramaQueryScreens ();
8371   ;
8372   return 0;
8373 }
8374 _ACEOF
8375 if ac_fn_c_try_link "$LINENO"; then :
8376   case "$LIBEXT" in
8377     dll) ;;
8378     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'` ;;
8379     *) ac_cv_lib_soname_Xinerama=`$ac_cv_path_LDD conftest$ac_exeext | grep "libXinerama\\.$LIBEXT" | sed -e "s/^.*\(libXinerama\.$LIBEXT[^      ]*\).*$/\1/"';2,$d'` ;;
8380   esac
8381 fi
8382 rm -f core conftest.err conftest.$ac_objext \
8383     conftest$ac_exeext conftest.$ac_ext
8384   LIBS=$ac_check_soname_save_LIBS
8385 fi
8386 if test "x$ac_cv_lib_soname_Xinerama" = "x"; then :
8387   { $as_echo "$as_me:${as_lineno-$LINENO}: result: not found" >&5
8388 $as_echo "not found" >&6; }
8389
8390 else
8391   { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_soname_Xinerama" >&5
8392 $as_echo "$ac_cv_lib_soname_Xinerama" >&6; }
8393
8394 cat >>confdefs.h <<_ACEOF
8395 #define SONAME_LIBXINERAMA "$ac_cv_lib_soname_Xinerama"
8396 _ACEOF
8397
8398
8399 fi
8400 fi
8401 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
8402         fi
8403         if test "x$ac_cv_lib_soname_Xinerama" = "x"; then :
8404   case "x$with_xinerama" in
8405   x)   wine_notices="$wine_notices|libxinerama ${notice_platform}development files not found, multi-monitor setups won't be supported." ;;
8406   xno) ;;
8407   *)   as_fn_error "libxinerama ${notice_platform}development files not found, multi-monitor setups won't be supported.
8408 This is an error since --with-xinerama was requested." "$LINENO" 5 ;;
8409 esac
8410 fi
8411
8412                 if test "$ac_cv_header_X11_extensions_Xcomposite_h" = "yes"
8413         then
8414             { $as_echo "$as_me:${as_lineno-$LINENO}: checking for -lXcomposite" >&5
8415 $as_echo_n "checking for -lXcomposite... " >&6; }
8416 if test "${ac_cv_lib_soname_Xcomposite+set}" = set; then :
8417   $as_echo_n "(cached) " >&6
8418 else
8419   ac_check_soname_save_LIBS=$LIBS
8420 LIBS="-lXcomposite $X_LIBS $XLIB $X_EXTRA_LIBS $LIBS"
8421   cat confdefs.h - <<_ACEOF >conftest.$ac_ext
8422 /* end confdefs.h.  */
8423
8424 /* Override any GCC internal prototype to avoid an error.
8425    Use char because int might match the return type of a GCC
8426    builtin and then its argument prototype would still apply.  */
8427 #ifdef __cplusplus
8428 extern "C"
8429 #endif
8430 char XCompositeRedirectWindow ();
8431 int
8432 main ()
8433 {
8434 return XCompositeRedirectWindow ();
8435   ;
8436   return 0;
8437 }
8438 _ACEOF
8439 if ac_fn_c_try_link "$LINENO"; then :
8440   case "$LIBEXT" in
8441     dll) ;;
8442     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'` ;;
8443     *) ac_cv_lib_soname_Xcomposite=`$ac_cv_path_LDD conftest$ac_exeext | grep "libXcomposite\\.$LIBEXT" | sed -e "s/^.*\(libXcomposite\.$LIBEXT[^        ]*\).*$/\1/"';2,$d'` ;;
8444   esac
8445 fi
8446 rm -f core conftest.err conftest.$ac_objext \
8447     conftest$ac_exeext conftest.$ac_ext
8448   LIBS=$ac_check_soname_save_LIBS
8449 fi
8450 if test "x$ac_cv_lib_soname_Xcomposite" = "x"; then :
8451   { $as_echo "$as_me:${as_lineno-$LINENO}: result: not found" >&5
8452 $as_echo "not found" >&6; }
8453
8454 else
8455   { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_soname_Xcomposite" >&5
8456 $as_echo "$ac_cv_lib_soname_Xcomposite" >&6; }
8457
8458 cat >>confdefs.h <<_ACEOF
8459 #define SONAME_LIBXCOMPOSITE "$ac_cv_lib_soname_Xcomposite"
8460 _ACEOF
8461
8462
8463 fi
8464         fi
8465         if test "x$ac_cv_lib_soname_Xcomposite" = "x"; then :
8466   case "x$with_xcomposite" in
8467   x)   wine_notices="$wine_notices|libxcomposite ${notice_platform}development files not found, Xcomposite won't be supported." ;;
8468   xno) ;;
8469   *)   as_fn_error "libxcomposite ${notice_platform}development files not found, Xcomposite won't be supported.
8470 This is an error since --with-xcomposite was requested." "$LINENO" 5 ;;
8471 esac
8472 fi
8473
8474                 ac_fn_c_check_member "$LINENO" "XICCallback" "callback" "ac_cv_member_XICCallback_callback" "#ifdef HAVE_X11_XLIB_H
8475 #include <X11/Xlib.h>
8476 #endif
8477 "
8478 if test "x$ac_cv_member_XICCallback_callback" = x""yes; then :
8479
8480 cat >>confdefs.h <<_ACEOF
8481 #define HAVE_XICCALLBACK_CALLBACK 1
8482 _ACEOF
8483
8484
8485 fi
8486
8487
8488
8489         opengl_msg=""
8490     if test "x$with_opengl" != "xno"
8491     then
8492         for ac_header in GL/gl.h GL/glx.h GL/glu.h
8493 do :
8494   as_ac_Header=`$as_echo "ac_cv_header_$ac_header" | $as_tr_sh`
8495 ac_fn_c_check_header_compile "$LINENO" "$ac_header" "$as_ac_Header" "#ifdef HAVE_GL_GLX_H
8496 # include <GL/glx.h>
8497 #endif
8498 "
8499 eval as_val=\$$as_ac_Header
8500    if test "x$as_val" = x""yes; then :
8501   cat >>confdefs.h <<_ACEOF
8502 #define `$as_echo "HAVE_$ac_header" | $as_tr_cpp` 1
8503 _ACEOF
8504
8505 fi
8506
8507 done
8508
8509         if test "$ac_cv_header_GL_gl_h" = "yes" -a "$ac_cv_header_GL_glx_h" = "yes"
8510         then
8511                     { $as_echo "$as_me:${as_lineno-$LINENO}: checking for up-to-date OpenGL version" >&5
8512 $as_echo_n "checking for up-to-date OpenGL version... " >&6; }
8513 if test "${wine_cv_opengl_header_version_OK+set}" = set; then :
8514   $as_echo_n "(cached) " >&6
8515 else
8516   cat confdefs.h - <<_ACEOF >conftest.$ac_ext
8517 /* end confdefs.h.  */
8518 #include <GL/gl.h>
8519 int
8520 main ()
8521 {
8522 GLenum test = GL_UNSIGNED_SHORT_5_6_5;
8523   ;
8524   return 0;
8525 }
8526 _ACEOF
8527 if ac_fn_c_try_compile "$LINENO"; then :
8528   wine_cv_opengl_header_version_OK="yes"
8529 else
8530   wine_cv_opengl_header_version_OK="no"
8531 fi
8532 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
8533 fi
8534 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $wine_cv_opengl_header_version_OK" >&5
8535 $as_echo "$wine_cv_opengl_header_version_OK" >&6; }
8536
8537             if test "$wine_cv_opengl_header_version_OK" = "yes"
8538             then
8539                                 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for -lGL" >&5
8540 $as_echo_n "checking for -lGL... " >&6; }
8541 if test "${ac_cv_lib_soname_GL+set}" = set; then :
8542   $as_echo_n "(cached) " >&6
8543 else
8544   ac_check_soname_save_LIBS=$LIBS
8545 LIBS="-lGL $X_LIBS $XLIB -lm $X_EXTRA_LIBS $LIBS"
8546   cat confdefs.h - <<_ACEOF >conftest.$ac_ext
8547 /* end confdefs.h.  */
8548
8549 /* Override any GCC internal prototype to avoid an error.
8550    Use char because int might match the return type of a GCC
8551    builtin and then its argument prototype would still apply.  */
8552 #ifdef __cplusplus
8553 extern "C"
8554 #endif
8555 char glXCreateContext ();
8556 int
8557 main ()
8558 {
8559 return glXCreateContext ();
8560   ;
8561   return 0;
8562 }
8563 _ACEOF
8564 if ac_fn_c_try_link "$LINENO"; then :
8565   case "$LIBEXT" in
8566     dll) ;;
8567     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'` ;;
8568     *) ac_cv_lib_soname_GL=`$ac_cv_path_LDD conftest$ac_exeext | grep "libGL\\.$LIBEXT" | sed -e "s/^.*\(libGL\.$LIBEXT[^        ]*\).*$/\1/"';2,$d'` ;;
8569   esac
8570 fi
8571 rm -f core conftest.err conftest.$ac_objext \
8572     conftest$ac_exeext conftest.$ac_ext
8573   LIBS=$ac_check_soname_save_LIBS
8574 fi
8575 if test "x$ac_cv_lib_soname_GL" = "x"; then :
8576   { $as_echo "$as_me:${as_lineno-$LINENO}: result: not found" >&5
8577 $as_echo "not found" >&6; }
8578        { $as_echo "$as_me:${as_lineno-$LINENO}: checking for -lGL" >&5
8579 $as_echo_n "checking for -lGL... " >&6; }
8580 if test "${ac_cv_lib_soname_GL+set}" = set; then :
8581   $as_echo_n "(cached) " >&6
8582 else
8583   ac_check_soname_save_LIBS=$LIBS
8584 LIBS="-lGL $X_LIBS $XLIB -lm $X_EXTRA_LIBS -dylib_file /System/Library/Frameworks/OpenGL.framework/Versions/A/Libraries/libGL.dylib:/System/Library/Frameworks/OpenGL.framework/Versions/A/Libraries/libGL.dylib $LIBS"
8585   cat confdefs.h - <<_ACEOF >conftest.$ac_ext
8586 /* end confdefs.h.  */
8587
8588 /* Override any GCC internal prototype to avoid an error.
8589    Use char because int might match the return type of a GCC
8590    builtin and then its argument prototype would still apply.  */
8591 #ifdef __cplusplus
8592 extern "C"
8593 #endif
8594 char glXCreateContext ();
8595 int
8596 main ()
8597 {
8598 return glXCreateContext ();
8599   ;
8600   return 0;
8601 }
8602 _ACEOF
8603 if ac_fn_c_try_link "$LINENO"; then :
8604   case "$LIBEXT" in
8605     dll) ;;
8606     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'` ;;
8607     *) ac_cv_lib_soname_GL=`$ac_cv_path_LDD conftest$ac_exeext | grep "libGL\\.$LIBEXT" | sed -e "s/^.*\(libGL\.$LIBEXT[^        ]*\).*$/\1/"';2,$d'` ;;
8608   esac
8609 fi
8610 rm -f core conftest.err conftest.$ac_objext \
8611     conftest$ac_exeext conftest.$ac_ext
8612   LIBS=$ac_check_soname_save_LIBS
8613 fi
8614 if test "x$ac_cv_lib_soname_GL" = "x"; then :
8615   { $as_echo "$as_me:${as_lineno-$LINENO}: result: not found" >&5
8616 $as_echo "not found" >&6; }
8617        if test -f /usr/X11R6/lib/libGL.a
8618                                     then
8619                                         opengl_msg="/usr/X11R6/lib/libGL.a is present on your system.
8620 This probably prevents linking to OpenGL. Try deleting the file and restarting configure."
8621                                     else
8622                                         opengl_msg="No OpenGL library found on this system."
8623                                     fi
8624 else
8625   { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_soname_GL" >&5
8626 $as_echo "$ac_cv_lib_soname_GL" >&6; }
8627
8628 cat >>confdefs.h <<_ACEOF
8629 #define SONAME_LIBGL "$ac_cv_lib_soname_GL"
8630 _ACEOF
8631
8632        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"
8633
8634 $as_echo "#define HAVE_OPENGL 1" >>confdefs.h
8635
8636 fi
8637 else
8638   { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_soname_GL" >&5
8639 $as_echo "$ac_cv_lib_soname_GL" >&6; }
8640
8641 cat >>confdefs.h <<_ACEOF
8642 #define SONAME_LIBGL "$ac_cv_lib_soname_GL"
8643 _ACEOF
8644
8645        OPENGL_LIBS="-lGL"
8646
8647 $as_echo "#define HAVE_OPENGL 1" >>confdefs.h
8648
8649 fi
8650                  if test "$ac_cv_header_GL_glu_h" = "yes"
8651                  then
8652                     { $as_echo "$as_me:${as_lineno-$LINENO}: checking for -lGLU" >&5
8653 $as_echo_n "checking for -lGLU... " >&6; }
8654 if test "${ac_cv_lib_soname_GLU+set}" = set; then :
8655   $as_echo_n "(cached) " >&6
8656 else
8657   ac_check_soname_save_LIBS=$LIBS
8658 LIBS="-lGLU $OPENGL_LIBS $X_LIBS $X_PRE_LIBS $XLIB -lm $X_EXTRA_LIBS $LIBS"
8659   cat confdefs.h - <<_ACEOF >conftest.$ac_ext
8660 /* end confdefs.h.  */
8661
8662 /* Override any GCC internal prototype to avoid an error.
8663    Use char because int might match the return type of a GCC
8664    builtin and then its argument prototype would still apply.  */
8665 #ifdef __cplusplus
8666 extern "C"
8667 #endif
8668 char gluLookAt ();
8669 int
8670 main ()
8671 {
8672 return gluLookAt ();
8673   ;
8674   return 0;
8675 }
8676 _ACEOF
8677 if ac_fn_c_try_link "$LINENO"; then :
8678   case "$LIBEXT" in
8679     dll) ;;
8680     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'` ;;
8681     *) ac_cv_lib_soname_GLU=`$ac_cv_path_LDD conftest$ac_exeext | grep "libGLU\\.$LIBEXT" | sed -e "s/^.*\(libGLU\.$LIBEXT[^     ]*\).*$/\1/"';2,$d'` ;;
8682   esac
8683 fi
8684 rm -f core conftest.err conftest.$ac_objext \
8685     conftest$ac_exeext conftest.$ac_ext
8686   LIBS=$ac_check_soname_save_LIBS
8687 fi
8688 if test "x$ac_cv_lib_soname_GLU" = "x"; then :
8689   { $as_echo "$as_me:${as_lineno-$LINENO}: result: not found" >&5
8690 $as_echo "not found" >&6; }
8691
8692 else
8693   { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_soname_GLU" >&5
8694 $as_echo "$ac_cv_lib_soname_GLU" >&6; }
8695
8696 cat >>confdefs.h <<_ACEOF
8697 #define SONAME_LIBGLU "$ac_cv_lib_soname_GLU"
8698 _ACEOF
8699
8700
8701 fi
8702                  fi
8703                  if test "x$ac_cv_lib_soname_GLU" = "x"; then :
8704   case "x$with_glu" in
8705   x)   wine_notices="$wine_notices|libGLU ${notice_platform}development files not found, GLU won't be supported." ;;
8706   xno) ;;
8707   *)   as_fn_error "libGLU ${notice_platform}development files not found, GLU won't be supported.
8708 This is an error since --with-glu was requested." "$LINENO" 5 ;;
8709 esac
8710 fi
8711              else
8712                  opengl_msg="Old Mesa headers detected. Consider upgrading your Mesa libraries."
8713              fi
8714          else
8715              opengl_msg="OpenGL development headers not found."
8716          fi
8717          test -n "$opengl_msg" && enable_opengl32=${enable_opengl32:-no}
8718          test "x$ac_cv_lib_soname_GLU" = "x" && enable_glu32=${enable_glu32:-no}
8719     else
8720          enable_opengl32=${enable_opengl32:-no}
8721          enable_glu32=${enable_glu32:-no}
8722     fi
8723     if test -n "$opengl_msg"; then :
8724   case "x$with_opengl" in
8725   x)   wine_warnings="$wine_warnings|$opengl_msg
8726 OpenGL and Direct3D won't be supported." ;;
8727   xno) ;;
8728   *)   as_fn_error "$opengl_msg
8729 OpenGL and Direct3D won't be supported.
8730 This is an error since --with-opengl was requested." "$LINENO" 5 ;;
8731 esac
8732 fi
8733
8734         NASLIBS=""
8735
8736     for ac_header in audio/audiolib.h
8737 do :
8738   ac_fn_c_check_header_mongrel "$LINENO" "audio/audiolib.h" "ac_cv_header_audio_audiolib_h" "$ac_includes_default"
8739 if test "x$ac_cv_header_audio_audiolib_h" = x""yes; then :
8740   cat >>confdefs.h <<_ACEOF
8741 #define HAVE_AUDIO_AUDIOLIB_H 1
8742 _ACEOF
8743  for ac_header in audio/soundlib.h
8744 do :
8745   ac_fn_c_check_header_compile "$LINENO" "audio/soundlib.h" "ac_cv_header_audio_soundlib_h" "#include <audio/audiolib.h>
8746 "
8747 if test "x$ac_cv_header_audio_soundlib_h" = x""yes; then :
8748   cat >>confdefs.h <<_ACEOF
8749 #define HAVE_AUDIO_SOUNDLIB_H 1
8750 _ACEOF
8751
8752 fi
8753
8754 done
8755
8756           { $as_echo "$as_me:${as_lineno-$LINENO}: checking for AuCreateFlow in -laudio" >&5
8757 $as_echo_n "checking for AuCreateFlow in -laudio... " >&6; }
8758 if test "${ac_cv_lib_audio_AuCreateFlow+set}" = set; then :
8759   $as_echo_n "(cached) " >&6
8760 else
8761   ac_check_lib_save_LIBS=$LIBS
8762 LIBS="-laudio -lXt $X_LIBS $XLIB $X_EXTRA_LIBS $LIBS"
8763 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
8764 /* end confdefs.h.  */
8765
8766 /* Override any GCC internal prototype to avoid an error.
8767    Use char because int might match the return type of a GCC
8768    builtin and then its argument prototype would still apply.  */
8769 #ifdef __cplusplus
8770 extern "C"
8771 #endif
8772 char AuCreateFlow ();
8773 int
8774 main ()
8775 {
8776 return AuCreateFlow ();
8777   ;
8778   return 0;
8779 }
8780 _ACEOF
8781 if ac_fn_c_try_link "$LINENO"; then :
8782   ac_cv_lib_audio_AuCreateFlow=yes
8783 else
8784   ac_cv_lib_audio_AuCreateFlow=no
8785 fi
8786 rm -f core conftest.err conftest.$ac_objext \
8787     conftest$ac_exeext conftest.$ac_ext
8788 LIBS=$ac_check_lib_save_LIBS
8789 fi
8790 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_audio_AuCreateFlow" >&5
8791 $as_echo "$ac_cv_lib_audio_AuCreateFlow" >&6; }
8792 if test "x$ac_cv_lib_audio_AuCreateFlow" = x""yes; then :
8793
8794 $as_echo "#define HAVE_NAS 1" >>confdefs.h
8795
8796                         { $as_echo "$as_me:${as_lineno-$LINENO}: checking for XauGetBestAuthByAddr in -lXau" >&5
8797 $as_echo_n "checking for XauGetBestAuthByAddr in -lXau... " >&6; }
8798 if test "${ac_cv_lib_Xau_XauGetBestAuthByAddr+set}" = set; then :
8799   $as_echo_n "(cached) " >&6
8800 else
8801   ac_check_lib_save_LIBS=$LIBS
8802 LIBS="-lXau $X_LIBS $LIBS"
8803 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
8804 /* end confdefs.h.  */
8805
8806 /* Override any GCC internal prototype to avoid an error.
8807    Use char because int might match the return type of a GCC
8808    builtin and then its argument prototype would still apply.  */
8809 #ifdef __cplusplus
8810 extern "C"
8811 #endif
8812 char XauGetBestAuthByAddr ();
8813 int
8814 main ()
8815 {
8816 return XauGetBestAuthByAddr ();
8817   ;
8818   return 0;
8819 }
8820 _ACEOF
8821 if ac_fn_c_try_link "$LINENO"; then :
8822   ac_cv_lib_Xau_XauGetBestAuthByAddr=yes
8823 else
8824   ac_cv_lib_Xau_XauGetBestAuthByAddr=no
8825 fi
8826 rm -f core conftest.err conftest.$ac_objext \
8827     conftest$ac_exeext conftest.$ac_ext
8828 LIBS=$ac_check_lib_save_LIBS
8829 fi
8830 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_Xau_XauGetBestAuthByAddr" >&5
8831 $as_echo "$ac_cv_lib_Xau_XauGetBestAuthByAddr" >&6; }
8832 if test "x$ac_cv_lib_Xau_XauGetBestAuthByAddr" = x""yes; then :
8833   NASLIBS="-lXau -laudio -lXt $X_LIBS $XLIB $X_EXTRA_LIBS"
8834 else
8835   NASLIBS="-laudio -lXt $X_LIBS $XLIB $X_EXTRA_LIBS"
8836 fi
8837
8838
8839 fi
8840
8841 fi
8842
8843 done
8844
8845
8846     CPPFLAGS="$ac_save_CPPFLAGS"
8847 else
8848     XLIB=""
8849     X_CFLAGS=""
8850     X_LIBS=""
8851     enable_winex11_drv=${enable_winex11_drv:-no}
8852     enable_opengl32=${enable_opengl32:-no}
8853     enable_glu32=${enable_glu32:-no}
8854 fi
8855 if test "x$XLIB" = "x"; then :
8856   case "x$with_x" in
8857   xno) ;;
8858   *)   as_fn_error "X ${notice_platform}development files not found. Wine will be built
8859 without X support, which probably isn't what you want. You will need to install
8860 ${notice_platform}development packages of Xlib/Xfree86 at the very least.
8861 Use the --without-x option if you really want this." "$LINENO" 5 ;;
8862 esac
8863 fi
8864
8865
8866 XML2LIBS=""
8867
8868 XML2INCL=""
8869
8870 XSLTINCL=""
8871
8872 if test "x$with_xml" != "xno"
8873 then
8874     ac_save_CPPFLAGS="$CPPFLAGS"
8875     if test "$PKG_CONFIG" != "false"
8876     then
8877         ac_xml_libs="`$PKG_CONFIG --libs libxml-2.0 2>/dev/null`"
8878         ac_xml_cflags="`$PKG_CONFIG --cflags libxml-2.0 2>/dev/null`"
8879     else
8880         ac_xml_libs="`xml2-config --libs 2>/dev/null`"
8881         ac_xml_cflags="`xml2-config --cflags  2>/dev/null`"
8882     fi
8883     CPPFLAGS="$CPPFLAGS $ac_xml_cflags"
8884     for ac_header in libxml/parser.h
8885 do :
8886   ac_fn_c_check_header_mongrel "$LINENO" "libxml/parser.h" "ac_cv_header_libxml_parser_h" "$ac_includes_default"
8887 if test "x$ac_cv_header_libxml_parser_h" = x""yes; then :
8888   cat >>confdefs.h <<_ACEOF
8889 #define HAVE_LIBXML_PARSER_H 1
8890 _ACEOF
8891  { $as_echo "$as_me:${as_lineno-$LINENO}: checking for xmlParseMemory in -lxml2" >&5
8892 $as_echo_n "checking for xmlParseMemory in -lxml2... " >&6; }
8893 if test "${ac_cv_lib_xml2_xmlParseMemory+set}" = set; then :
8894   $as_echo_n "(cached) " >&6
8895 else
8896   ac_check_lib_save_LIBS=$LIBS
8897 LIBS="-lxml2 $ac_xml_libs $LIBS"
8898 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
8899 /* end confdefs.h.  */
8900
8901 /* Override any GCC internal prototype to avoid an error.
8902    Use char because int might match the return type of a GCC
8903    builtin and then its argument prototype would still apply.  */
8904 #ifdef __cplusplus
8905 extern "C"
8906 #endif
8907 char xmlParseMemory ();
8908 int
8909 main ()
8910 {
8911 return xmlParseMemory ();
8912   ;
8913   return 0;
8914 }
8915 _ACEOF
8916 if ac_fn_c_try_link "$LINENO"; then :
8917   ac_cv_lib_xml2_xmlParseMemory=yes
8918 else
8919   ac_cv_lib_xml2_xmlParseMemory=no
8920 fi
8921 rm -f core conftest.err conftest.$ac_objext \
8922     conftest$ac_exeext conftest.$ac_ext
8923 LIBS=$ac_check_lib_save_LIBS
8924 fi
8925 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_xml2_xmlParseMemory" >&5
8926 $as_echo "$ac_cv_lib_xml2_xmlParseMemory" >&6; }
8927 if test "x$ac_cv_lib_xml2_xmlParseMemory" = x""yes; then :
8928
8929 $as_echo "#define HAVE_LIBXML2 1" >>confdefs.h
8930
8931                  XML2LIBS="$ac_xml_libs"
8932                  XML2INCL="$ac_xml_cflags"
8933 fi
8934
8935              { $as_echo "$as_me:${as_lineno-$LINENO}: checking for xmlReadMemory in -lxml2" >&5
8936 $as_echo_n "checking for xmlReadMemory in -lxml2... " >&6; }
8937 if test "${ac_cv_lib_xml2_xmlReadMemory+set}" = set; then :
8938   $as_echo_n "(cached) " >&6
8939 else
8940   ac_check_lib_save_LIBS=$LIBS
8941 LIBS="-lxml2 $ac_xml_libs $LIBS"
8942 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
8943 /* end confdefs.h.  */
8944
8945 /* Override any GCC internal prototype to avoid an error.
8946    Use char because int might match the return type of a GCC
8947    builtin and then its argument prototype would still apply.  */
8948 #ifdef __cplusplus
8949 extern "C"
8950 #endif
8951 char xmlReadMemory ();
8952 int
8953 main ()
8954 {
8955 return xmlReadMemory ();
8956   ;
8957   return 0;
8958 }
8959 _ACEOF
8960 if ac_fn_c_try_link "$LINENO"; then :
8961   ac_cv_lib_xml2_xmlReadMemory=yes
8962 else
8963   ac_cv_lib_xml2_xmlReadMemory=no
8964 fi
8965 rm -f core conftest.err conftest.$ac_objext \
8966     conftest$ac_exeext conftest.$ac_ext
8967 LIBS=$ac_check_lib_save_LIBS
8968 fi
8969 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_xml2_xmlReadMemory" >&5
8970 $as_echo "$ac_cv_lib_xml2_xmlReadMemory" >&6; }
8971 if test "x$ac_cv_lib_xml2_xmlReadMemory" = x""yes; then :
8972
8973 $as_echo "#define HAVE_XMLREADMEMORY 1" >>confdefs.h
8974
8975 fi
8976
8977              { $as_echo "$as_me:${as_lineno-$LINENO}: checking for xmlNewDocPI in -lxml2" >&5
8978 $as_echo_n "checking for xmlNewDocPI in -lxml2... " >&6; }
8979 if test "${ac_cv_lib_xml2_xmlNewDocPI+set}" = set; then :
8980   $as_echo_n "(cached) " >&6
8981 else
8982   ac_check_lib_save_LIBS=$LIBS
8983 LIBS="-lxml2 $ac_xml_libs $LIBS"
8984 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
8985 /* end confdefs.h.  */
8986
8987 /* Override any GCC internal prototype to avoid an error.
8988    Use char because int might match the return type of a GCC
8989    builtin and then its argument prototype would still apply.  */
8990 #ifdef __cplusplus
8991 extern "C"
8992 #endif
8993 char xmlNewDocPI ();
8994 int
8995 main ()
8996 {
8997 return xmlNewDocPI ();
8998   ;
8999   return 0;
9000 }
9001 _ACEOF
9002 if ac_fn_c_try_link "$LINENO"; then :
9003   ac_cv_lib_xml2_xmlNewDocPI=yes
9004 else
9005   ac_cv_lib_xml2_xmlNewDocPI=no
9006 fi
9007 rm -f core conftest.err conftest.$ac_objext \
9008     conftest$ac_exeext conftest.$ac_ext
9009 LIBS=$ac_check_lib_save_LIBS
9010 fi
9011 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_xml2_xmlNewDocPI" >&5
9012 $as_echo "$ac_cv_lib_xml2_xmlNewDocPI" >&6; }
9013 if test "x$ac_cv_lib_xml2_xmlNewDocPI" = x""yes; then :
9014
9015 $as_echo "#define HAVE_XMLNEWDOCPI 1" >>confdefs.h
9016
9017 fi
9018
9019
9020 fi
9021
9022 done
9023
9024     CPPFLAGS="$ac_save_CPPFLAGS"
9025 fi
9026 if test "$ac_cv_lib_xml2_xmlParseMemory" != "yes"; then :
9027   case "x$with_xml" in
9028   x)   wine_warnings="$wine_warnings|libxml2 ${notice_platform}development files not found, XML won't be supported." ;;
9029   xno) ;;
9030   *)   as_fn_error "libxml2 ${notice_platform}development files not found, XML won't be supported.
9031 This is an error since --with-xml was requested." "$LINENO" 5 ;;
9032 esac
9033 fi
9034
9035 if test "x$with_xslt" != "xno"
9036 then
9037     if test "$PKG_CONFIG" != "false"
9038     then
9039         ac_xslt_libs="`$PKG_CONFIG --libs libxslt 2>/dev/null`"
9040         ac_xslt_cflags="`$PKG_CONFIG --cflags libxslt 2>/dev/null`"
9041     else
9042         ac_xslt_libs="`xslt-config --libs 2>/dev/null`"
9043         ac_xslt_cflags="`xslt-config --cflags 2>/dev/null`"
9044     fi
9045     ac_save_CPPFLAGS="$CPPFLAGS"
9046     CPPFLAGS="$CPPFLAGS $ac_xslt_cflags"
9047     for ac_header in libxslt/pattern.h libxslt/transform.h
9048 do :
9049   as_ac_Header=`$as_echo "ac_cv_header_$ac_header" | $as_tr_sh`
9050 ac_fn_c_check_header_compile "$LINENO" "$ac_header" "$as_ac_Header" "#ifdef HAVE_LIBXSLT_PATTERN_H
9051 # include <libxslt/pattern.h>
9052 #endif
9053 "
9054 eval as_val=\$$as_ac_Header
9055    if test "x$as_val" = x""yes; then :
9056   cat >>confdefs.h <<_ACEOF
9057 #define `$as_echo "HAVE_$ac_header" | $as_tr_cpp` 1
9058 _ACEOF
9059
9060 fi
9061
9062 done
9063
9064     CPPFLAGS="$ac_save_CPPFLAGS"
9065     if test "$ac_cv_header_libxslt_transform_h" = "yes"
9066     then
9067         { $as_echo "$as_me:${as_lineno-$LINENO}: checking for -lxslt" >&5
9068 $as_echo_n "checking for -lxslt... " >&6; }
9069 if test "${ac_cv_lib_soname_xslt+set}" = set; then :
9070   $as_echo_n "(cached) " >&6
9071 else
9072   ac_check_soname_save_LIBS=$LIBS
9073 LIBS="-lxslt $ac_xslt_libs $LIBS"
9074   cat confdefs.h - <<_ACEOF >conftest.$ac_ext
9075 /* end confdefs.h.  */
9076
9077 /* Override any GCC internal prototype to avoid an error.
9078    Use char because int might match the return type of a GCC
9079    builtin and then its argument prototype would still apply.  */
9080 #ifdef __cplusplus
9081 extern "C"
9082 #endif
9083 char xsltCompilePattern ();
9084 int
9085 main ()
9086 {
9087 return xsltCompilePattern ();
9088   ;
9089   return 0;
9090 }
9091 _ACEOF
9092 if ac_fn_c_try_link "$LINENO"; then :
9093   case "$LIBEXT" in
9094     dll) ;;
9095     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'` ;;
9096     *) ac_cv_lib_soname_xslt=`$ac_cv_path_LDD conftest$ac_exeext | grep "libxslt\\.$LIBEXT" | sed -e "s/^.*\(libxslt\.$LIBEXT[^  ]*\).*$/\1/"';2,$d'` ;;
9097   esac
9098 fi
9099 rm -f core conftest.err conftest.$ac_objext \
9100     conftest$ac_exeext conftest.$ac_ext
9101   LIBS=$ac_check_soname_save_LIBS
9102 fi
9103 if test "x$ac_cv_lib_soname_xslt" = "x"; then :
9104   { $as_echo "$as_me:${as_lineno-$LINENO}: result: not found" >&5
9105 $as_echo "not found" >&6; }
9106
9107 else
9108   { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_soname_xslt" >&5
9109 $as_echo "$ac_cv_lib_soname_xslt" >&6; }
9110
9111 cat >>confdefs.h <<_ACEOF
9112 #define SONAME_LIBXSLT "$ac_cv_lib_soname_xslt"
9113 _ACEOF
9114
9115        XSLTINCL="$ac_xslt_cflags"
9116 fi
9117     fi
9118 fi
9119 if test "x$ac_cv_lib_soname_xslt" = "x"; then :
9120   case "x$with_xslt" in
9121   x)   wine_warnings="$wine_warnings|libxslt ${notice_platform}development files not found, xslt won't be supported." ;;
9122   xno) ;;
9123   *)   as_fn_error "libxslt ${notice_platform}development files not found, xslt won't be supported.
9124 This is an error since --with-xslt was requested." "$LINENO" 5 ;;
9125 esac
9126 fi
9127
9128 HALINCL=""
9129
9130 if test "x$with_hal" != "xno"
9131 then
9132     ac_save_CPPFLAGS="$CPPFLAGS"
9133     if test "$PKG_CONFIG" != "false"
9134     then
9135         ac_hal_libs="`$PKG_CONFIG --libs hal 2>/dev/null`"
9136         ac_hal_cflags="`$PKG_CONFIG --cflags hal 2>/dev/null`"
9137         CPPFLAGS="$CPPFLAGS $ac_hal_cflags"
9138     fi
9139     for ac_header in dbus/dbus.h hal/libhal.h
9140 do :
9141   as_ac_Header=`$as_echo "ac_cv_header_$ac_header" | $as_tr_sh`
9142 ac_fn_c_check_header_mongrel "$LINENO" "$ac_header" "$as_ac_Header" "$ac_includes_default"
9143 eval as_val=\$$as_ac_Header
9144    if test "x$as_val" = x""yes; then :
9145   cat >>confdefs.h <<_ACEOF
9146 #define `$as_echo "HAVE_$ac_header" | $as_tr_cpp` 1
9147 _ACEOF
9148
9149 fi
9150
9151 done
9152
9153     if test "$ac_cv_header_dbus_dbus_h" = "yes" -a "$ac_cv_header_hal_libhal_h" = "yes"
9154     then
9155         { $as_echo "$as_me:${as_lineno-$LINENO}: checking for dbus_connection_close in -ldbus-1" >&5
9156 $as_echo_n "checking for dbus_connection_close in -ldbus-1... " >&6; }
9157 if test "${ac_cv_lib_dbus_1_dbus_connection_close+set}" = set; then :
9158   $as_echo_n "(cached) " >&6
9159 else
9160   ac_check_lib_save_LIBS=$LIBS
9161 LIBS="-ldbus-1 $ac_hal_libs $LIBS"
9162 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
9163 /* end confdefs.h.  */
9164
9165 /* Override any GCC internal prototype to avoid an error.
9166    Use char because int might match the return type of a GCC
9167    builtin and then its argument prototype would still apply.  */
9168 #ifdef __cplusplus
9169 extern "C"
9170 #endif
9171 char dbus_connection_close ();
9172 int
9173 main ()
9174 {
9175 return dbus_connection_close ();
9176   ;
9177   return 0;
9178 }
9179 _ACEOF
9180 if ac_fn_c_try_link "$LINENO"; then :
9181   ac_cv_lib_dbus_1_dbus_connection_close=yes
9182 else
9183   ac_cv_lib_dbus_1_dbus_connection_close=no
9184 fi
9185 rm -f core conftest.err conftest.$ac_objext \
9186     conftest$ac_exeext conftest.$ac_ext
9187 LIBS=$ac_check_lib_save_LIBS
9188 fi
9189 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_dbus_1_dbus_connection_close" >&5
9190 $as_echo "$ac_cv_lib_dbus_1_dbus_connection_close" >&6; }
9191 if test "x$ac_cv_lib_dbus_1_dbus_connection_close" = x""yes; then :
9192   { $as_echo "$as_me:${as_lineno-$LINENO}: checking for -lhal" >&5
9193 $as_echo_n "checking for -lhal... " >&6; }
9194 if test "${ac_cv_lib_soname_hal+set}" = set; then :
9195   $as_echo_n "(cached) " >&6
9196 else
9197   ac_check_soname_save_LIBS=$LIBS
9198 LIBS="-lhal $ac_hal_libs $LIBS"
9199   cat confdefs.h - <<_ACEOF >conftest.$ac_ext
9200 /* end confdefs.h.  */
9201
9202 /* Override any GCC internal prototype to avoid an error.
9203    Use char because int might match the return type of a GCC
9204    builtin and then its argument prototype would still apply.  */
9205 #ifdef __cplusplus
9206 extern "C"
9207 #endif
9208 char libhal_ctx_new ();
9209 int
9210 main ()
9211 {
9212 return libhal_ctx_new ();
9213   ;
9214   return 0;
9215 }
9216 _ACEOF
9217 if ac_fn_c_try_link "$LINENO"; then :
9218   case "$LIBEXT" in
9219     dll) ;;
9220     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'` ;;
9221     *) ac_cv_lib_soname_hal=`$ac_cv_path_LDD conftest$ac_exeext | grep "libhal\\.$LIBEXT" | sed -e "s/^.*\(libhal\.$LIBEXT[^     ]*\).*$/\1/"';2,$d'` ;;
9222   esac
9223 fi
9224 rm -f core conftest.err conftest.$ac_objext \
9225     conftest$ac_exeext conftest.$ac_ext
9226   LIBS=$ac_check_soname_save_LIBS
9227 fi
9228 if test "x$ac_cv_lib_soname_hal" = "x"; then :
9229   { $as_echo "$as_me:${as_lineno-$LINENO}: result: not found" >&5
9230 $as_echo "not found" >&6; }
9231
9232 else
9233   { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_soname_hal" >&5
9234 $as_echo "$ac_cv_lib_soname_hal" >&6; }
9235
9236 cat >>confdefs.h <<_ACEOF
9237 #define SONAME_LIBHAL "$ac_cv_lib_soname_hal"
9238 _ACEOF
9239
9240        HALINCL="$ac_hal_cflags"
9241 fi
9242 fi
9243
9244     fi
9245     CPPFLAGS="$ac_save_CPPFLAGS"
9246 fi
9247 if test "x$ac_cv_lib_soname_hal" = "x"; then :
9248   case "x$with_hal" in
9249   x)   wine_notices="$wine_notices|libhal/libdbus ${notice_platform}development files not found, no dynamic device support." ;;
9250   xno) ;;
9251   *)   as_fn_error "libhal/libdbus ${notice_platform}development files not found, no dynamic device support.
9252 This is an error since --with-hal was requested." "$LINENO" 5 ;;
9253 esac
9254 fi
9255
9256 if test "x$with_gnutls" != "xno"
9257 then
9258     ac_save_CPPFLAGS="$CPPFLAGS"
9259     if test "$PKG_CONFIG" != "false"
9260     then
9261         ac_gnutls_libs="`$PKG_CONFIG --libs gnutls 2>/dev/null`"
9262         ac_gnutls_cflags="`$PKG_CONFIG --cflags gnutls 2>/dev/null`"
9263         CPPFLAGS="$CPPFLAGS $ac_gnutls_cflags"
9264     fi
9265     ac_fn_c_check_header_mongrel "$LINENO" "gnutls/gnutls.h" "ac_cv_header_gnutls_gnutls_h" "$ac_includes_default"
9266 if test "x$ac_cv_header_gnutls_gnutls_h" = x""yes; then :
9267   cat confdefs.h - <<_ACEOF >conftest.$ac_ext
9268 /* end confdefs.h.  */
9269 #include <gnutls/gnutls.h>
9270 int
9271 main ()
9272 {
9273 typeof(gnutls_mac_get_key_size) *pfunc;
9274   ;
9275   return 0;
9276 }
9277 _ACEOF
9278 if ac_fn_c_try_compile "$LINENO"; then :
9279   { $as_echo "$as_me:${as_lineno-$LINENO}: checking for -lgnutls" >&5
9280 $as_echo_n "checking for -lgnutls... " >&6; }
9281 if test "${ac_cv_lib_soname_gnutls+set}" = set; then :
9282   $as_echo_n "(cached) " >&6
9283 else
9284   ac_check_soname_save_LIBS=$LIBS
9285 LIBS="-lgnutls $ac_gnutls_libs $LIBS"
9286   cat confdefs.h - <<_ACEOF >conftest.$ac_ext
9287 /* end confdefs.h.  */
9288
9289 /* Override any GCC internal prototype to avoid an error.
9290    Use char because int might match the return type of a GCC
9291    builtin and then its argument prototype would still apply.  */
9292 #ifdef __cplusplus
9293 extern "C"
9294 #endif
9295 char gnutls_global_init ();
9296 int
9297 main ()
9298 {
9299 return gnutls_global_init ();
9300   ;
9301   return 0;
9302 }
9303 _ACEOF
9304 if ac_fn_c_try_link "$LINENO"; then :
9305   case "$LIBEXT" in
9306     dll) ;;
9307     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'` ;;
9308     *) ac_cv_lib_soname_gnutls=`$ac_cv_path_LDD conftest$ac_exeext | grep "libgnutls\\.$LIBEXT" | sed -e "s/^.*\(libgnutls\.$LIBEXT[^    ]*\).*$/\1/"';2,$d'` ;;
9309   esac
9310 fi
9311 rm -f core conftest.err conftest.$ac_objext \
9312     conftest$ac_exeext conftest.$ac_ext
9313   LIBS=$ac_check_soname_save_LIBS
9314 fi
9315 if test "x$ac_cv_lib_soname_gnutls" = "x"; then :
9316   { $as_echo "$as_me:${as_lineno-$LINENO}: result: not found" >&5
9317 $as_echo "not found" >&6; }
9318
9319 else
9320   { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_soname_gnutls" >&5
9321 $as_echo "$ac_cv_lib_soname_gnutls" >&6; }
9322
9323 cat >>confdefs.h <<_ACEOF
9324 #define SONAME_LIBGNUTLS "$ac_cv_lib_soname_gnutls"
9325 _ACEOF
9326
9327        GNUTLSINCL="$ac_gnutls_cflags"
9328
9329 fi
9330 fi
9331 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
9332 fi
9333
9334
9335     CPPFLAGS="$ac_save_CPPFLAGS"
9336 fi
9337 if test "x$ac_cv_lib_soname_gnutls" = "x"; then :
9338   case "x$with_gnutls" in
9339   x)   wine_notices="$wine_notices|libgnutls ${notice_platform}development files not found, no schannel support." ;;
9340   xno) ;;
9341   *)   as_fn_error "libgnutls ${notice_platform}development files not found, no schannel support.
9342 This is an error since --with-gnutls was requested." "$LINENO" 5 ;;
9343 esac
9344 fi
9345
9346 CURSESLIBS=""
9347 if test "$ac_cv_header_ncurses_h" = "yes"
9348 then
9349     { $as_echo "$as_me:${as_lineno-$LINENO}: checking for -lncurses" >&5
9350 $as_echo_n "checking for -lncurses... " >&6; }
9351 if test "${ac_cv_lib_soname_ncurses+set}" = set; then :
9352   $as_echo_n "(cached) " >&6
9353 else
9354   ac_check_soname_save_LIBS=$LIBS
9355 LIBS="-lncurses  $LIBS"
9356   cat confdefs.h - <<_ACEOF >conftest.$ac_ext
9357 /* end confdefs.h.  */
9358
9359 /* Override any GCC internal prototype to avoid an error.
9360    Use char because int might match the return type of a GCC
9361    builtin and then its argument prototype would still apply.  */
9362 #ifdef __cplusplus
9363 extern "C"
9364 #endif
9365 char waddch ();
9366 int
9367 main ()
9368 {
9369 return waddch ();
9370   ;
9371   return 0;
9372 }
9373 _ACEOF
9374 if ac_fn_c_try_link "$LINENO"; then :
9375   case "$LIBEXT" in
9376     dll) ;;
9377     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'` ;;
9378     *) ac_cv_lib_soname_ncurses=`$ac_cv_path_LDD conftest$ac_exeext | grep "libncurses\\.$LIBEXT" | sed -e "s/^.*\(libncurses\.$LIBEXT[^         ]*\).*$/\1/"';2,$d'` ;;
9379   esac
9380 fi
9381 rm -f core conftest.err conftest.$ac_objext \
9382     conftest$ac_exeext conftest.$ac_ext
9383   LIBS=$ac_check_soname_save_LIBS
9384 fi
9385 if test "x$ac_cv_lib_soname_ncurses" = "x"; then :
9386   { $as_echo "$as_me:${as_lineno-$LINENO}: result: not found" >&5
9387 $as_echo "not found" >&6; }
9388
9389 else
9390   { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_soname_ncurses" >&5
9391 $as_echo "$ac_cv_lib_soname_ncurses" >&6; }
9392
9393 cat >>confdefs.h <<_ACEOF
9394 #define SONAME_LIBNCURSES "$ac_cv_lib_soname_ncurses"
9395 _ACEOF
9396
9397        CURSESLIBS="-lncurses"
9398 fi
9399 elif test "$ac_cv_header_curses_h" = "yes"
9400 then
9401     { $as_echo "$as_me:${as_lineno-$LINENO}: checking for -lcurses" >&5
9402 $as_echo_n "checking for -lcurses... " >&6; }
9403 if test "${ac_cv_lib_soname_curses+set}" = set; then :
9404   $as_echo_n "(cached) " >&6
9405 else
9406   ac_check_soname_save_LIBS=$LIBS
9407 LIBS="-lcurses  $LIBS"
9408   cat confdefs.h - <<_ACEOF >conftest.$ac_ext
9409 /* end confdefs.h.  */
9410
9411 /* Override any GCC internal prototype to avoid an error.
9412    Use char because int might match the return type of a GCC
9413    builtin and then its argument prototype would still apply.  */
9414 #ifdef __cplusplus
9415 extern "C"
9416 #endif
9417 char waddch ();
9418 int
9419 main ()
9420 {
9421 return waddch ();
9422   ;
9423   return 0;
9424 }
9425 _ACEOF
9426 if ac_fn_c_try_link "$LINENO"; then :
9427   case "$LIBEXT" in
9428     dll) ;;
9429     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'` ;;
9430     *) ac_cv_lib_soname_curses=`$ac_cv_path_LDD conftest$ac_exeext | grep "libcurses\\.$LIBEXT" | sed -e "s/^.*\(libcurses\.$LIBEXT[^    ]*\).*$/\1/"';2,$d'` ;;
9431   esac
9432 fi
9433 rm -f core conftest.err conftest.$ac_objext \
9434     conftest$ac_exeext conftest.$ac_ext
9435   LIBS=$ac_check_soname_save_LIBS
9436 fi
9437 if test "x$ac_cv_lib_soname_curses" = "x"; then :
9438   { $as_echo "$as_me:${as_lineno-$LINENO}: result: not found" >&5
9439 $as_echo "not found" >&6; }
9440
9441 else
9442   { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_soname_curses" >&5
9443 $as_echo "$ac_cv_lib_soname_curses" >&6; }
9444
9445 cat >>confdefs.h <<_ACEOF
9446 #define SONAME_LIBCURSES "$ac_cv_lib_soname_curses"
9447 _ACEOF
9448
9449        CURSESLIBS="-lcurses"
9450 fi
9451 fi
9452 ac_save_LIBS="$LIBS"
9453 LIBS="$LIBS $CURSESLIBS"
9454 for ac_func in mousemask
9455 do :
9456   ac_fn_c_check_func "$LINENO" "mousemask" "ac_cv_func_mousemask"
9457 if test "x$ac_cv_func_mousemask" = x""yes; then :
9458   cat >>confdefs.h <<_ACEOF
9459 #define HAVE_MOUSEMASK 1
9460 _ACEOF
9461
9462 fi
9463 done
9464
9465 LIBS="$ac_save_LIBS"
9466 if test "x$ac_cv_lib_soname_curses$ac_cv_lib_soname_ncurses" = "x"; then :
9467   case "x$with_curses" in
9468   x)   wine_notices="$wine_notices|lib(n)curses ${notice_platform}development files not found, curses won't be supported." ;;
9469   xno) ;;
9470   *)   as_fn_error "lib(n)curses ${notice_platform}development files not found, curses won't be supported.
9471 This is an error since --with-curses was requested." "$LINENO" 5 ;;
9472 esac
9473 fi
9474
9475 if test "x$with_sane" != "xno"
9476 then
9477     ac_save_CPPFLAGS="$CPPFLAGS"
9478     # Extract the first word of "sane-config", so it can be a program name with args.
9479 set dummy sane-config; ac_word=$2
9480 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
9481 $as_echo_n "checking for $ac_word... " >&6; }
9482 if test "${ac_cv_prog_sane_devel+set}" = set; then :
9483   $as_echo_n "(cached) " >&6
9484 else
9485   if test -n "$sane_devel"; then
9486   ac_cv_prog_sane_devel="$sane_devel" # Let the user override the test.
9487 else
9488 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
9489 for as_dir in $PATH
9490 do
9491   IFS=$as_save_IFS
9492   test -z "$as_dir" && as_dir=.
9493     for ac_exec_ext in '' $ac_executable_extensions; do
9494   if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
9495     ac_cv_prog_sane_devel="sane-config"
9496     $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
9497     break 2
9498   fi
9499 done
9500   done
9501 IFS=$as_save_IFS
9502
9503   test -z "$ac_cv_prog_sane_devel" && ac_cv_prog_sane_devel="no"
9504 fi
9505 fi
9506 sane_devel=$ac_cv_prog_sane_devel
9507 if test -n "$sane_devel"; then
9508   { $as_echo "$as_me:${as_lineno-$LINENO}: result: $sane_devel" >&5
9509 $as_echo "$sane_devel" >&6; }
9510 else
9511   { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
9512 $as_echo "no" >&6; }
9513 fi
9514
9515
9516     if test "$sane_devel" != "no"
9517     then
9518         ac_sane_incl="`$sane_devel --cflags`"
9519         ac_sane_libs="`$sane_devel --ldflags`"
9520         CPPFLAGS="$CPPFLAGS $ac_sane_incl"
9521     fi
9522     ac_fn_c_check_header_mongrel "$LINENO" "sane/sane.h" "ac_cv_header_sane_sane_h" "$ac_includes_default"
9523 if test "x$ac_cv_header_sane_sane_h" = x""yes; then :
9524   { $as_echo "$as_me:${as_lineno-$LINENO}: checking for -lsane" >&5
9525 $as_echo_n "checking for -lsane... " >&6; }
9526 if test "${ac_cv_lib_soname_sane+set}" = set; then :
9527   $as_echo_n "(cached) " >&6
9528 else
9529   ac_check_soname_save_LIBS=$LIBS
9530 LIBS="-lsane $ac_sane_libs $LIBS"
9531   cat confdefs.h - <<_ACEOF >conftest.$ac_ext
9532 /* end confdefs.h.  */
9533
9534 /* Override any GCC internal prototype to avoid an error.
9535    Use char because int might match the return type of a GCC
9536    builtin and then its argument prototype would still apply.  */
9537 #ifdef __cplusplus
9538 extern "C"
9539 #endif
9540 char sane_init ();
9541 int
9542 main ()
9543 {
9544 return sane_init ();
9545   ;
9546   return 0;
9547 }
9548 _ACEOF
9549 if ac_fn_c_try_link "$LINENO"; then :
9550   case "$LIBEXT" in
9551     dll) ;;
9552     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'` ;;
9553     *) ac_cv_lib_soname_sane=`$ac_cv_path_LDD conftest$ac_exeext | grep "libsane\\.$LIBEXT" | sed -e "s/^.*\(libsane\.$LIBEXT[^  ]*\).*$/\1/"';2,$d'` ;;
9554   esac
9555 fi
9556 rm -f core conftest.err conftest.$ac_objext \
9557     conftest$ac_exeext conftest.$ac_ext
9558   LIBS=$ac_check_soname_save_LIBS
9559 fi
9560 if test "x$ac_cv_lib_soname_sane" = "x"; then :
9561   { $as_echo "$as_me:${as_lineno-$LINENO}: result: not found" >&5
9562 $as_echo "not found" >&6; }
9563
9564 else
9565   { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_soname_sane" >&5
9566 $as_echo "$ac_cv_lib_soname_sane" >&6; }
9567
9568 cat >>confdefs.h <<_ACEOF
9569 #define SONAME_LIBSANE "$ac_cv_lib_soname_sane"
9570 _ACEOF
9571
9572        SANEINCL="$ac_sane_incl"
9573
9574 fi
9575 fi
9576
9577
9578     CPPFLAGS="$ac_save_CPPFLAGS"
9579 fi
9580 if test "x$ac_cv_lib_soname_sane" = "x"; then :
9581   case "x$with_sane" in
9582   x)   wine_notices="$wine_notices|libsane ${notice_platform}development files not found, scanners won't be supported." ;;
9583   xno) ;;
9584   *)   as_fn_error "libsane ${notice_platform}development files not found, scanners won't be supported.
9585 This is an error since --with-sane was requested." "$LINENO" 5 ;;
9586 esac
9587 fi
9588
9589 if test "x$with_gphoto" != "xno"
9590 then
9591     ac_save_CPPFLAGS="$CPPFLAGS"
9592     # Extract the first word of "gphoto2-config", so it can be a program name with args.
9593 set dummy gphoto2-config; ac_word=$2
9594 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
9595 $as_echo_n "checking for $ac_word... " >&6; }
9596 if test "${ac_cv_prog_gphoto2_devel+set}" = set; then :
9597   $as_echo_n "(cached) " >&6
9598 else
9599   if test -n "$gphoto2_devel"; then
9600   ac_cv_prog_gphoto2_devel="$gphoto2_devel" # Let the user override the test.
9601 else
9602 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
9603 for as_dir in $PATH
9604 do
9605   IFS=$as_save_IFS
9606   test -z "$as_dir" && as_dir=.
9607     for ac_exec_ext in '' $ac_executable_extensions; do
9608   if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
9609     ac_cv_prog_gphoto2_devel="gphoto2-config"
9610     $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
9611     break 2
9612   fi
9613 done
9614   done
9615 IFS=$as_save_IFS
9616
9617   test -z "$ac_cv_prog_gphoto2_devel" && ac_cv_prog_gphoto2_devel="no"
9618 fi
9619 fi
9620 gphoto2_devel=$ac_cv_prog_gphoto2_devel
9621 if test -n "$gphoto2_devel"; then
9622   { $as_echo "$as_me:${as_lineno-$LINENO}: result: $gphoto2_devel" >&5
9623 $as_echo "$gphoto2_devel" >&6; }
9624 else
9625   { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
9626 $as_echo "no" >&6; }
9627 fi
9628
9629
9630     # Extract the first word of "gphoto2-port-config", so it can be a program name with args.
9631 set dummy gphoto2-port-config; ac_word=$2
9632 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
9633 $as_echo_n "checking for $ac_word... " >&6; }
9634 if test "${ac_cv_prog_gphoto2port_devel+set}" = set; then :
9635   $as_echo_n "(cached) " >&6
9636 else
9637   if test -n "$gphoto2port_devel"; then
9638   ac_cv_prog_gphoto2port_devel="$gphoto2port_devel" # Let the user override the test.
9639 else
9640 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
9641 for as_dir in $PATH
9642 do
9643   IFS=$as_save_IFS
9644   test -z "$as_dir" && as_dir=.
9645     for ac_exec_ext in '' $ac_executable_extensions; do
9646   if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
9647     ac_cv_prog_gphoto2port_devel="gphoto2-port-config"
9648     $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
9649     break 2
9650   fi
9651 done
9652   done
9653 IFS=$as_save_IFS
9654
9655   test -z "$ac_cv_prog_gphoto2port_devel" && ac_cv_prog_gphoto2port_devel="no"
9656 fi
9657 fi
9658 gphoto2port_devel=$ac_cv_prog_gphoto2port_devel
9659 if test -n "$gphoto2port_devel"; then
9660   { $as_echo "$as_me:${as_lineno-$LINENO}: result: $gphoto2port_devel" >&5
9661 $as_echo "$gphoto2port_devel" >&6; }
9662 else
9663   { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
9664 $as_echo "no" >&6; }
9665 fi
9666
9667
9668     if test "$gphoto2_devel" != "no" -a "$gphoto2port_devel" != "no"
9669     then
9670         ac_gphoto2_incl="`$gphoto2_devel --cflags` `$gphoto2port_devel --cflags`"
9671         ac_gphoto2_libs=""
9672         for i in `$gphoto2_devel --libs` `$gphoto2port_devel --libs`
9673         do
9674             case "$i" in
9675             -L/usr/lib|-L/usr/lib64) ;;
9676             -L*|-l*) ac_gphoto2_libs="$ac_gphoto2_libs $i";;
9677             esac
9678         done
9679         CPPFLAGS="$CPPFLAGS $ac_gphoto2_incl"
9680     fi
9681     ac_gphoto2_libs=${ac_gphoto2_libs:-"-lgphoto2"}
9682     ac_fn_c_check_header_mongrel "$LINENO" "gphoto2-camera.h" "ac_cv_header_gphoto2_camera_h" "$ac_includes_default"
9683 if test "x$ac_cv_header_gphoto2_camera_h" = x""yes; then :
9684   { $as_echo "$as_me:${as_lineno-$LINENO}: checking for gp_camera_new in -lgphoto2" >&5
9685 $as_echo_n "checking for gp_camera_new in -lgphoto2... " >&6; }
9686 if test "${ac_cv_lib_gphoto2_gp_camera_new+set}" = set; then :
9687   $as_echo_n "(cached) " >&6
9688 else
9689   ac_check_lib_save_LIBS=$LIBS
9690 LIBS="-lgphoto2 $ac_gphoto2_libs $LIBS"
9691 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
9692 /* end confdefs.h.  */
9693
9694 /* Override any GCC internal prototype to avoid an error.
9695    Use char because int might match the return type of a GCC
9696    builtin and then its argument prototype would still apply.  */
9697 #ifdef __cplusplus
9698 extern "C"
9699 #endif
9700 char gp_camera_new ();
9701 int
9702 main ()
9703 {
9704 return gp_camera_new ();
9705   ;
9706   return 0;
9707 }
9708 _ACEOF
9709 if ac_fn_c_try_link "$LINENO"; then :
9710   ac_cv_lib_gphoto2_gp_camera_new=yes
9711 else
9712   ac_cv_lib_gphoto2_gp_camera_new=no
9713 fi
9714 rm -f core conftest.err conftest.$ac_objext \
9715     conftest$ac_exeext conftest.$ac_ext
9716 LIBS=$ac_check_lib_save_LIBS
9717 fi
9718 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_gphoto2_gp_camera_new" >&5
9719 $as_echo "$ac_cv_lib_gphoto2_gp_camera_new" >&6; }
9720 if test "x$ac_cv_lib_gphoto2_gp_camera_new" = x""yes; then :
9721
9722 $as_echo "#define HAVE_GPHOTO2 1" >>confdefs.h
9723
9724                                    GPHOTO2LIBS="$ac_gphoto2_libs"
9725
9726                                    GPHOTO2INCL="$ac_gphoto2_incl"
9727
9728 fi
9729
9730 fi
9731
9732
9733     CPPFLAGS="$ac_save_CPPFLAGS"
9734 fi
9735 if test "$ac_cv_lib_gphoto2_gp_camera_new" != "yes"; then :
9736   case "x$with_gphoto" in
9737   x)   wine_notices="$wine_notices|libgphoto2 ${notice_platform}development files not found, digital cameras won't be supported." ;;
9738   xno) ;;
9739   *)   as_fn_error "libgphoto2 ${notice_platform}development files not found, digital cameras won't be supported.
9740 This is an error since --with-gphoto was requested." "$LINENO" 5 ;;
9741 esac
9742 fi
9743
9744
9745 RESOLVLIBS=""
9746
9747 if test "$ac_cv_header_resolv_h" = "yes"
9748 then
9749     ac_save_LIBS="$LIBS"
9750     LIBS="$LIBS -lresolv"
9751     cat confdefs.h - <<_ACEOF >conftest.$ac_ext
9752 /* end confdefs.h.  */
9753 #ifdef HAVE_NETINET_IN_H
9754 #include <netinet/in.h>
9755 #endif
9756 #include <resolv.h>
9757 int
9758 main ()
9759 {
9760 res_init();
9761   ;
9762   return 0;
9763 }
9764 _ACEOF
9765 if ac_fn_c_try_link "$LINENO"; then :
9766
9767 $as_echo "#define HAVE_RESOLV 1" >>confdefs.h
9768
9769          RESOLVLIBS="-lresolv"
9770 fi
9771 rm -f core conftest.err conftest.$ac_objext \
9772     conftest$ac_exeext conftest.$ac_ext
9773     LIBS="$ac_save_LIBS"
9774 fi
9775
9776 LCMSLIBS=""
9777
9778 if test "$ac_cv_header_lcms_h" = "yes" -o "$ac_cv_header_lcms_lcms_h" = "yes"
9779 then
9780     { $as_echo "$as_me:${as_lineno-$LINENO}: checking for cmsOpenProfileFromFile in -llcms" >&5
9781 $as_echo_n "checking for cmsOpenProfileFromFile in -llcms... " >&6; }
9782 if test "${ac_cv_lib_lcms_cmsOpenProfileFromFile+set}" = set; then :
9783   $as_echo_n "(cached) " >&6
9784 else
9785   ac_check_lib_save_LIBS=$LIBS
9786 LIBS="-llcms  $LIBS"
9787 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
9788 /* end confdefs.h.  */
9789
9790 /* Override any GCC internal prototype to avoid an error.
9791    Use char because int might match the return type of a GCC
9792    builtin and then its argument prototype would still apply.  */
9793 #ifdef __cplusplus
9794 extern "C"
9795 #endif
9796 char cmsOpenProfileFromFile ();
9797 int
9798 main ()
9799 {
9800 return cmsOpenProfileFromFile ();
9801   ;
9802   return 0;
9803 }
9804 _ACEOF
9805 if ac_fn_c_try_link "$LINENO"; then :
9806   ac_cv_lib_lcms_cmsOpenProfileFromFile=yes
9807 else
9808   ac_cv_lib_lcms_cmsOpenProfileFromFile=no
9809 fi
9810 rm -f core conftest.err conftest.$ac_objext \
9811     conftest$ac_exeext conftest.$ac_ext
9812 LIBS=$ac_check_lib_save_LIBS
9813 fi
9814 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_lcms_cmsOpenProfileFromFile" >&5
9815 $as_echo "$ac_cv_lib_lcms_cmsOpenProfileFromFile" >&6; }
9816 if test "x$ac_cv_lib_lcms_cmsOpenProfileFromFile" = x""yes; then :
9817
9818 $as_echo "#define HAVE_LCMS 1" >>confdefs.h
9819
9820          LCMSLIBS="-llcms"
9821 fi
9822
9823 fi
9824 if test "$ac_cv_lib_lcms_cmsOpenProfileFromFile" != "yes"; then :
9825   case "x$with_cms" in
9826   x)   wine_notices="$wine_notices|liblcms ${notice_platform}development files not found, Color Management won't be supported." ;;
9827   xno) ;;
9828   *)   as_fn_error "liblcms ${notice_platform}development files not found, Color Management won't be supported.
9829 This is an error since --with-cms was requested." "$LINENO" 5 ;;
9830 esac
9831 fi
9832
9833 if test "x$with_freetype" != "xno"
9834 then
9835     for ac_prog in freetype-config freetype2-config
9836 do
9837   # Extract the first word of "$ac_prog", so it can be a program name with args.
9838 set dummy $ac_prog; ac_word=$2
9839 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
9840 $as_echo_n "checking for $ac_word... " >&6; }
9841 if test "${ac_cv_prog_ft_devel+set}" = set; then :
9842   $as_echo_n "(cached) " >&6
9843 else
9844   if test -n "$ft_devel"; then
9845   ac_cv_prog_ft_devel="$ft_devel" # Let the user override the test.
9846 else
9847 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
9848 for as_dir in $PATH
9849 do
9850   IFS=$as_save_IFS
9851   test -z "$as_dir" && as_dir=.
9852     for ac_exec_ext in '' $ac_executable_extensions; do
9853   if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
9854     ac_cv_prog_ft_devel="$ac_prog"
9855     $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
9856     break 2
9857   fi
9858 done
9859   done
9860 IFS=$as_save_IFS
9861
9862 fi
9863 fi
9864 ft_devel=$ac_cv_prog_ft_devel
9865 if test -n "$ft_devel"; then
9866   { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ft_devel" >&5
9867 $as_echo "$ft_devel" >&6; }
9868 else
9869   { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
9870 $as_echo "no" >&6; }
9871 fi
9872
9873
9874   test -n "$ft_devel" && break
9875 done
9876 test -n "$ft_devel" || ft_devel="no"
9877
9878     if test "$ft_devel" != "no"
9879     then
9880         ac_freetype_incl=`$ft_devel --cflags`
9881         ac_freetype_libs=`$ft_devel --libs`
9882     fi
9883     ac_freetype_libs=${ac_freetype_libs:-"-lfreetype"}
9884     { $as_echo "$as_me:${as_lineno-$LINENO}: checking for -lfreetype" >&5
9885 $as_echo_n "checking for -lfreetype... " >&6; }
9886 if test "${ac_cv_lib_soname_freetype+set}" = set; then :
9887   $as_echo_n "(cached) " >&6
9888 else
9889   ac_check_soname_save_LIBS=$LIBS
9890 LIBS="-lfreetype $ac_freetype_libs $LIBS"
9891   cat confdefs.h - <<_ACEOF >conftest.$ac_ext
9892 /* end confdefs.h.  */
9893
9894 /* Override any GCC internal prototype to avoid an error.
9895    Use char because int might match the return type of a GCC
9896    builtin and then its argument prototype would still apply.  */
9897 #ifdef __cplusplus
9898 extern "C"
9899 #endif
9900 char FT_Init_FreeType ();
9901 int
9902 main ()
9903 {
9904 return FT_Init_FreeType ();
9905   ;
9906   return 0;
9907 }
9908 _ACEOF
9909 if ac_fn_c_try_link "$LINENO"; then :
9910   case "$LIBEXT" in
9911     dll) ;;
9912     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'` ;;
9913     *) ac_cv_lib_soname_freetype=`$ac_cv_path_LDD conftest$ac_exeext | grep "libfreetype\\.$LIBEXT" | sed -e "s/^.*\(libfreetype\.$LIBEXT[^      ]*\).*$/\1/"';2,$d'` ;;
9914   esac
9915 fi
9916 rm -f core conftest.err conftest.$ac_objext \
9917     conftest$ac_exeext conftest.$ac_ext
9918   LIBS=$ac_check_soname_save_LIBS
9919 fi
9920 if test "x$ac_cv_lib_soname_freetype" = "x"; then :
9921   { $as_echo "$as_me:${as_lineno-$LINENO}: result: not found" >&5
9922 $as_echo "not found" >&6; }
9923        ft_lib=no
9924 else
9925   { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_soname_freetype" >&5
9926 $as_echo "$ac_cv_lib_soname_freetype" >&6; }
9927
9928 cat >>confdefs.h <<_ACEOF
9929 #define SONAME_LIBFREETYPE "$ac_cv_lib_soname_freetype"
9930 _ACEOF
9931
9932        ft_lib=yes
9933 fi
9934     if test "$ft_lib" = "yes"
9935     then
9936         ac_save_CPPFLAGS="$CPPFLAGS"
9937         CPPFLAGS="$ac_freetype_incl $CPPFLAGS"
9938         for ac_header in ft2build.h \
9939                          freetype/freetype.h \
9940                          freetype/ftglyph.h \
9941                          freetype/fttypes.h \
9942                          freetype/tttables.h \
9943                          freetype/ftsnames.h \
9944                          freetype/ttnameid.h \
9945                          freetype/ftoutln.h \
9946                          freetype/ftwinfnt.h \
9947                          freetype/ftmodapi.h \
9948                          freetype/ftlcdfil.h \
9949                          freetype/internal/sfnt.h
9950 do :
9951   as_ac_Header=`$as_echo "ac_cv_header_$ac_header" | $as_tr_sh`
9952 ac_fn_c_check_header_compile "$LINENO" "$ac_header" "$as_ac_Header" "#ifdef HAVE_FT2BUILD_H
9953                           # include <ft2build.h>
9954                           #endif
9955 "
9956 eval as_val=\$$as_ac_Header
9957    if test "x$as_val" = x""yes; then :
9958   cat >>confdefs.h <<_ACEOF
9959 #define `$as_echo "HAVE_$ac_header" | $as_tr_cpp` 1
9960 _ACEOF
9961
9962 fi
9963
9964 done
9965
9966         cat confdefs.h - <<_ACEOF >conftest.$ac_ext
9967 /* end confdefs.h.  */
9968 #include <ft2build.h>
9969                     #include <freetype/fttrigon.h>
9970 _ACEOF
9971 if ac_fn_c_try_cpp "$LINENO"; then :
9972
9973 $as_echo "#define HAVE_FREETYPE_FTTRIGON_H 1" >>confdefs.h
9974
9975                     wine_cv_fttrigon=yes
9976 else
9977   wine_cv_fttrigon=no
9978 fi
9979 rm -f conftest.err conftest.$ac_ext
9980         ac_fn_c_check_type "$LINENO" "FT_TrueTypeEngineType" "ac_cv_type_FT_TrueTypeEngineType" "#include <freetype/ftmodapi.h>
9981 "
9982 if test "x$ac_cv_type_FT_TrueTypeEngineType" = x""yes; then :
9983
9984 cat >>confdefs.h <<_ACEOF
9985 #define HAVE_FT_TRUETYPEENGINETYPE 1
9986 _ACEOF
9987
9988
9989 fi
9990
9991         ac_save_CFLAGS="$CFLAGS"
9992         CFLAGS="$CFLAGS $ac_freetype_libs"
9993         for ac_func in FT_Load_Sfnt_Table
9994 do :
9995   ac_fn_c_check_func "$LINENO" "FT_Load_Sfnt_Table" "ac_cv_func_FT_Load_Sfnt_Table"
9996 if test "x$ac_cv_func_FT_Load_Sfnt_Table" = x""yes; then :
9997   cat >>confdefs.h <<_ACEOF
9998 #define HAVE_FT_LOAD_SFNT_TABLE 1
9999 _ACEOF
10000
10001 fi
10002 done
10003
10004         CFLAGS="$ac_save_CFLAGS"
10005         CPPFLAGS="$ac_save_CPPFLAGS"
10006                 if test "$ac_cv_header_freetype_freetype_h" = "yes" -a "$wine_cv_fttrigon" = "yes"
10007         then
10008
10009 $as_echo "#define HAVE_FREETYPE 1" >>confdefs.h
10010
10011             FREETYPELIBS="$ac_freetype_libs"
10012
10013             FREETYPEINCL="$ac_freetype_incl"
10014
10015         fi
10016     fi
10017 fi
10018 if test "x$FREETYPELIBS" = "x"; then :
10019   case "x$with_freetype" in
10020   xno) ;;
10021   *)   as_fn_error "FreeType ${notice_platform}development files not found. Fonts will not be built.
10022 Use the --without-freetype option if you really want this." "$LINENO" 5 ;;
10023 esac
10024 fi
10025 test "x$FREETYPELIBS" = "x" && enable_fonts=${enable_fonts:-no}
10026
10027 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for parport header/ppdev.h" >&5
10028 $as_echo_n "checking for parport header/ppdev.h... " >&6; }
10029 if test "${ac_cv_c_ppdev+set}" = set; then :
10030   $as_echo_n "(cached) " >&6
10031 else
10032   cat confdefs.h - <<_ACEOF >conftest.$ac_ext
10033 /* end confdefs.h.  */
10034 #include <linux/ppdev.h>
10035 int
10036 main ()
10037 {
10038 ioctl (1,PPCLAIM,0)
10039   ;
10040   return 0;
10041 }
10042 _ACEOF
10043 if ac_fn_c_try_compile "$LINENO"; then :
10044   ac_cv_c_ppdev="yes"
10045 else
10046   ac_cv_c_ppdev="no"
10047 fi
10048 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
10049 fi
10050 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_c_ppdev" >&5
10051 $as_echo "$ac_cv_c_ppdev" >&6; }
10052 if test "$ac_cv_c_ppdev" = "yes"
10053 then
10054
10055 $as_echo "#define HAVE_PPDEV 1" >>confdefs.h
10056
10057 fi
10058
10059 ac_wine_check_funcs_save_LIBS="$LIBS"
10060 LIBS="$LIBS $LIBPTHREAD"
10061 for ac_func in \
10062         pthread_attr_get_np \
10063         pthread_getattr_np \
10064         pthread_get_stackaddr_np \
10065         pthread_get_stacksize_np
10066 do :
10067   as_ac_var=`$as_echo "ac_cv_func_$ac_func" | $as_tr_sh`
10068 ac_fn_c_check_func "$LINENO" "$ac_func" "$as_ac_var"
10069 eval as_val=\$$as_ac_var
10070    if test "x$as_val" = x""yes; then :
10071   cat >>confdefs.h <<_ACEOF
10072 #define `$as_echo "HAVE_$ac_func" | $as_tr_cpp` 1
10073 _ACEOF
10074
10075 fi
10076 done
10077
10078 LIBS="$ac_wine_check_funcs_save_LIBS"
10079
10080 if test "$ac_cv_header_zlib_h" = "yes"
10081 then
10082     { $as_echo "$as_me:${as_lineno-$LINENO}: checking for inflate in -lz" >&5
10083 $as_echo_n "checking for inflate in -lz... " >&6; }
10084 if test "${ac_cv_lib_z_inflate+set}" = set; then :
10085   $as_echo_n "(cached) " >&6
10086 else
10087   ac_check_lib_save_LIBS=$LIBS
10088 LIBS="-lz  $LIBS"
10089 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
10090 /* end confdefs.h.  */
10091
10092 /* Override any GCC internal prototype to avoid an error.
10093    Use char because int might match the return type of a GCC
10094    builtin and then its argument prototype would still apply.  */
10095 #ifdef __cplusplus
10096 extern "C"
10097 #endif
10098 char inflate ();
10099 int
10100 main ()
10101 {
10102 return inflate ();
10103   ;
10104   return 0;
10105 }
10106 _ACEOF
10107 if ac_fn_c_try_link "$LINENO"; then :
10108   ac_cv_lib_z_inflate=yes
10109 else
10110   ac_cv_lib_z_inflate=no
10111 fi
10112 rm -f core conftest.err conftest.$ac_objext \
10113     conftest$ac_exeext conftest.$ac_ext
10114 LIBS=$ac_check_lib_save_LIBS
10115 fi
10116 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_z_inflate" >&5
10117 $as_echo "$ac_cv_lib_z_inflate" >&6; }
10118 if test "x$ac_cv_lib_z_inflate" = x""yes; then :
10119
10120 $as_echo "#define HAVE_ZLIB 1" >>confdefs.h
10121
10122                             ZLIB="-lz"
10123
10124 fi
10125
10126 fi
10127
10128 if test "x$with_esd" != xno
10129 then
10130     save_CFLAGS="$CFLAGS"
10131     # Extract the first word of "esd-config", so it can be a program name with args.
10132 set dummy esd-config; ac_word=$2
10133 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
10134 $as_echo_n "checking for $ac_word... " >&6; }
10135 if test "${ac_cv_path_ESDCONFIG+set}" = set; then :
10136   $as_echo_n "(cached) " >&6
10137 else
10138   case $ESDCONFIG in
10139   [\\/]* | ?:[\\/]*)
10140   ac_cv_path_ESDCONFIG="$ESDCONFIG" # Let the user override the test with a path.
10141   ;;
10142   *)
10143   as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
10144 for as_dir in $PATH
10145 do
10146   IFS=$as_save_IFS
10147   test -z "$as_dir" && as_dir=.
10148     for ac_exec_ext in '' $ac_executable_extensions; do
10149   if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
10150     ac_cv_path_ESDCONFIG="$as_dir/$ac_word$ac_exec_ext"
10151     $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
10152     break 2
10153   fi
10154 done
10155   done
10156 IFS=$as_save_IFS
10157
10158   test -z "$ac_cv_path_ESDCONFIG" && ac_cv_path_ESDCONFIG="no"
10159   ;;
10160 esac
10161 fi
10162 ESDCONFIG=$ac_cv_path_ESDCONFIG
10163 if test -n "$ESDCONFIG"; then
10164   { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ESDCONFIG" >&5
10165 $as_echo "$ESDCONFIG" >&6; }
10166 else
10167   { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
10168 $as_echo "no" >&6; }
10169 fi
10170
10171
10172     if test "x$ESDCONFIG" != "xno"
10173     then
10174         ac_esd_incl=""
10175         for i in `$ESDCONFIG --cflags`
10176         do
10177             case "$i" in
10178                 -I*) ac_esd_incl="$ac_esd_incl $i";;
10179             esac
10180         done
10181         ac_esd_libs=`$ESDCONFIG --libs`
10182         CFLAGS="$CFLAGS $ac_esd_incl"
10183     fi
10184     ac_esd_libs=${ac_esd_libs:-"-lesd"}
10185     ac_fn_c_check_header_mongrel "$LINENO" "esd.h" "ac_cv_header_esd_h" "$ac_includes_default"
10186 if test "x$ac_cv_header_esd_h" = x""yes; then :
10187   { $as_echo "$as_me:${as_lineno-$LINENO}: checking for esd_open_sound in -lesd" >&5
10188 $as_echo_n "checking for esd_open_sound in -lesd... " >&6; }
10189 if test "${ac_cv_lib_esd_esd_open_sound+set}" = set; then :
10190   $as_echo_n "(cached) " >&6
10191 else
10192   ac_check_lib_save_LIBS=$LIBS
10193 LIBS="-lesd $ac_esd_libs $LIBS"
10194 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
10195 /* end confdefs.h.  */
10196
10197 /* Override any GCC internal prototype to avoid an error.
10198    Use char because int might match the return type of a GCC
10199    builtin and then its argument prototype would still apply.  */
10200 #ifdef __cplusplus
10201 extern "C"
10202 #endif
10203 char esd_open_sound ();
10204 int
10205 main ()
10206 {
10207 return esd_open_sound ();
10208   ;
10209   return 0;
10210 }
10211 _ACEOF
10212 if ac_fn_c_try_link "$LINENO"; then :
10213   ac_cv_lib_esd_esd_open_sound=yes
10214 else
10215   ac_cv_lib_esd_esd_open_sound=no
10216 fi
10217 rm -f core conftest.err conftest.$ac_objext \
10218     conftest$ac_exeext conftest.$ac_ext
10219 LIBS=$ac_check_lib_save_LIBS
10220 fi
10221 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_esd_esd_open_sound" >&5
10222 $as_echo "$ac_cv_lib_esd_esd_open_sound" >&6; }
10223 if test "x$ac_cv_lib_esd_esd_open_sound" = x""yes; then :
10224   ESDINCL="$ac_esd_incl"
10225
10226              ESDLIBS="$ac_esd_libs"
10227
10228
10229 $as_echo "#define HAVE_ESD 1" >>confdefs.h
10230
10231 fi
10232
10233 fi
10234
10235
10236     CFLAGS="$save_CFLAGS"
10237 fi
10238
10239 ALSALIBS=""
10240
10241 if test "$ac_cv_header_sys_asoundlib_h" = "yes" -o "$ac_cv_header_alsa_asoundlib_h" = "yes"
10242 then
10243     { $as_echo "$as_me:${as_lineno-$LINENO}: checking for snd_pcm_hw_params_get_access in -lasound" >&5
10244 $as_echo_n "checking for snd_pcm_hw_params_get_access in -lasound... " >&6; }
10245 if test "${ac_cv_lib_asound_snd_pcm_hw_params_get_access+set}" = set; then :
10246   $as_echo_n "(cached) " >&6
10247 else
10248   ac_check_lib_save_LIBS=$LIBS
10249 LIBS="-lasound  $LIBS"
10250 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
10251 /* end confdefs.h.  */
10252
10253 /* Override any GCC internal prototype to avoid an error.
10254    Use char because int might match the return type of a GCC
10255    builtin and then its argument prototype would still apply.  */
10256 #ifdef __cplusplus
10257 extern "C"
10258 #endif
10259 char snd_pcm_hw_params_get_access ();
10260 int
10261 main ()
10262 {
10263 return snd_pcm_hw_params_get_access ();
10264   ;
10265   return 0;
10266 }
10267 _ACEOF
10268 if ac_fn_c_try_link "$LINENO"; then :
10269   ac_cv_lib_asound_snd_pcm_hw_params_get_access=yes
10270 else
10271   ac_cv_lib_asound_snd_pcm_hw_params_get_access=no
10272 fi
10273 rm -f core conftest.err conftest.$ac_objext \
10274     conftest$ac_exeext conftest.$ac_ext
10275 LIBS=$ac_check_lib_save_LIBS
10276 fi
10277 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_asound_snd_pcm_hw_params_get_access" >&5
10278 $as_echo "$ac_cv_lib_asound_snd_pcm_hw_params_get_access" >&6; }
10279 if test "x$ac_cv_lib_asound_snd_pcm_hw_params_get_access" = x""yes; then :
10280   cat confdefs.h - <<_ACEOF >conftest.$ac_ext
10281 /* end confdefs.h.  */
10282 #ifdef HAVE_ALSA_ASOUNDLIB_H
10283 #include <alsa/asoundlib.h>
10284 #elif defined(HAVE_SYS_ASOUNDLIB_H)
10285 #include <sys/asoundlib.h>
10286 #endif
10287 int
10288 main ()
10289 {
10290 int ret = snd_pcm_hw_params_get_access(NULL, NULL)
10291   ;
10292   return 0;
10293 }
10294 _ACEOF
10295 if ac_fn_c_try_compile "$LINENO"; then :
10296
10297 $as_echo "#define HAVE_ALSA 1" >>confdefs.h
10298
10299                          ALSALIBS="-lasound"
10300 fi
10301 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
10302 fi
10303
10304 fi
10305
10306 AUDIOIOLIBS=""
10307
10308 if test "$ac_cv_header_libaudioio_h" = "yes"
10309 then
10310     { $as_echo "$as_me:${as_lineno-$LINENO}: checking for AudioIOGetVersion in -laudioio" >&5
10311 $as_echo_n "checking for AudioIOGetVersion in -laudioio... " >&6; }
10312 if test "${ac_cv_lib_audioio_AudioIOGetVersion+set}" = set; then :
10313   $as_echo_n "(cached) " >&6
10314 else
10315   ac_check_lib_save_LIBS=$LIBS
10316 LIBS="-laudioio  $LIBS"
10317 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
10318 /* end confdefs.h.  */
10319
10320 /* Override any GCC internal prototype to avoid an error.
10321    Use char because int might match the return type of a GCC
10322    builtin and then its argument prototype would still apply.  */
10323 #ifdef __cplusplus
10324 extern "C"
10325 #endif
10326 char AudioIOGetVersion ();
10327 int
10328 main ()
10329 {
10330 return AudioIOGetVersion ();
10331   ;
10332   return 0;
10333 }
10334 _ACEOF
10335 if ac_fn_c_try_link "$LINENO"; then :
10336   ac_cv_lib_audioio_AudioIOGetVersion=yes
10337 else
10338   ac_cv_lib_audioio_AudioIOGetVersion=no
10339 fi
10340 rm -f core conftest.err conftest.$ac_objext \
10341     conftest$ac_exeext conftest.$ac_ext
10342 LIBS=$ac_check_lib_save_LIBS
10343 fi
10344 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_audioio_AudioIOGetVersion" >&5
10345 $as_echo "$ac_cv_lib_audioio_AudioIOGetVersion" >&6; }
10346 if test "x$ac_cv_lib_audioio_AudioIOGetVersion" = x""yes; then :
10347   AUDIOIOLIBS="-laudioio"
10348
10349 $as_echo "#define HAVE_LIBAUDIOIO 1" >>confdefs.h
10350
10351 fi
10352
10353 fi
10354
10355
10356 if test "$ac_cv_header_capi20_h" = "yes" -a "$ac_cv_header_linux_capi_h" = "yes"
10357 then
10358     { $as_echo "$as_me:${as_lineno-$LINENO}: checking for -lcapi20" >&5
10359 $as_echo_n "checking for -lcapi20... " >&6; }
10360 if test "${ac_cv_lib_soname_capi20+set}" = set; then :
10361   $as_echo_n "(cached) " >&6
10362 else
10363   ac_check_soname_save_LIBS=$LIBS
10364 LIBS="-lcapi20  $LIBS"
10365   cat confdefs.h - <<_ACEOF >conftest.$ac_ext
10366 /* end confdefs.h.  */
10367
10368 /* Override any GCC internal prototype to avoid an error.
10369    Use char because int might match the return type of a GCC
10370    builtin and then its argument prototype would still apply.  */
10371 #ifdef __cplusplus
10372 extern "C"
10373 #endif
10374 char capi20_register ();
10375 int
10376 main ()
10377 {
10378 return capi20_register ();
10379   ;
10380   return 0;
10381 }
10382 _ACEOF
10383 if ac_fn_c_try_link "$LINENO"; then :
10384   case "$LIBEXT" in
10385     dll) ;;
10386     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'` ;;
10387     *) ac_cv_lib_soname_capi20=`$ac_cv_path_LDD conftest$ac_exeext | grep "libcapi20\\.$LIBEXT" | sed -e "s/^.*\(libcapi20\.$LIBEXT[^    ]*\).*$/\1/"';2,$d'` ;;
10388   esac
10389 fi
10390 rm -f core conftest.err conftest.$ac_objext \
10391     conftest$ac_exeext conftest.$ac_ext
10392   LIBS=$ac_check_soname_save_LIBS
10393 fi
10394 if test "x$ac_cv_lib_soname_capi20" = "x"; then :
10395   { $as_echo "$as_me:${as_lineno-$LINENO}: result: not found" >&5
10396 $as_echo "not found" >&6; }
10397
10398 else
10399   { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_soname_capi20" >&5
10400 $as_echo "$ac_cv_lib_soname_capi20" >&6; }
10401
10402 cat >>confdefs.h <<_ACEOF
10403 #define SONAME_LIBCAPI20 "$ac_cv_lib_soname_capi20"
10404 _ACEOF
10405
10406
10407 fi
10408 fi
10409 if test "x$ac_cv_lib_soname_capi20" = "x"; then :
10410   case "x$with_capi" in
10411   x)   wine_notices="$wine_notices|libcapi20 ${notice_platform}development files not found, ISDN won't be supported." ;;
10412   xno) ;;
10413   *)   as_fn_error "libcapi20 ${notice_platform}development files not found, ISDN won't be supported.
10414 This is an error since --with-capi was requested." "$LINENO" 5 ;;
10415 esac
10416 fi
10417
10418 CUPSINCL=""
10419
10420 if test "x$with_cups" != "xno"
10421 then
10422     ac_save_CPPFLAGS="$CPPFLAGS"
10423     ac_cups_cflags=`cups-config --cflags 2>/dev/null`
10424     ac_cups_libs=`cups-config --ldflags 2>/dev/null`
10425     CPPFLAGS="$CPPFLAGS $ac_cups_cflags"
10426     for ac_header in cups/cups.h
10427 do :
10428   ac_fn_c_check_header_mongrel "$LINENO" "cups/cups.h" "ac_cv_header_cups_cups_h" "$ac_includes_default"
10429 if test "x$ac_cv_header_cups_cups_h" = x""yes; then :
10430   cat >>confdefs.h <<_ACEOF
10431 #define HAVE_CUPS_CUPS_H 1
10432 _ACEOF
10433  { $as_echo "$as_me:${as_lineno-$LINENO}: checking for -lcups" >&5
10434 $as_echo_n "checking for -lcups... " >&6; }
10435 if test "${ac_cv_lib_soname_cups+set}" = set; then :
10436   $as_echo_n "(cached) " >&6
10437 else
10438   ac_check_soname_save_LIBS=$LIBS
10439 LIBS="-lcups $ac_cups_libs $LIBS"
10440   cat confdefs.h - <<_ACEOF >conftest.$ac_ext
10441 /* end confdefs.h.  */
10442
10443 /* Override any GCC internal prototype to avoid an error.
10444    Use char because int might match the return type of a GCC
10445    builtin and then its argument prototype would still apply.  */
10446 #ifdef __cplusplus
10447 extern "C"
10448 #endif
10449 char cupsGetDefault ();
10450 int
10451 main ()
10452 {
10453 return cupsGetDefault ();
10454   ;
10455   return 0;
10456 }
10457 _ACEOF
10458 if ac_fn_c_try_link "$LINENO"; then :
10459   case "$LIBEXT" in
10460     dll) ;;
10461     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'` ;;
10462     *) ac_cv_lib_soname_cups=`$ac_cv_path_LDD conftest$ac_exeext | grep "libcups\\.$LIBEXT" | sed -e "s/^.*\(libcups\.$LIBEXT[^  ]*\).*$/\1/"';2,$d'` ;;
10463   esac
10464 fi
10465 rm -f core conftest.err conftest.$ac_objext \
10466     conftest$ac_exeext conftest.$ac_ext
10467   LIBS=$ac_check_soname_save_LIBS
10468 fi
10469 if test "x$ac_cv_lib_soname_cups" = "x"; then :
10470   { $as_echo "$as_me:${as_lineno-$LINENO}: result: not found" >&5
10471 $as_echo "not found" >&6; }
10472
10473 else
10474   { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_soname_cups" >&5
10475 $as_echo "$ac_cv_lib_soname_cups" >&6; }
10476
10477 cat >>confdefs.h <<_ACEOF
10478 #define SONAME_LIBCUPS "$ac_cv_lib_soname_cups"
10479 _ACEOF
10480
10481        CUPSINCL="$ac_cups_cflags"
10482 fi
10483 fi
10484
10485 done
10486
10487     CPPFLAGS="$ac_save_CPPFLAGS"
10488 fi
10489 if test "x$ac_cv_lib_soname_cups" = "x"; then :
10490   case "x$with_cups" in
10491   x)   wine_notices="$wine_notices|libcups ${notice_platform}development files not found, CUPS won't be supported." ;;
10492   xno) ;;
10493   *)   as_fn_error "libcups ${notice_platform}development files not found, CUPS won't be supported.
10494 This is an error since --with-cups was requested." "$LINENO" 5 ;;
10495 esac
10496 fi
10497
10498 if test "$ac_cv_header_jack_jack_h" = "yes"
10499 then
10500     { $as_echo "$as_me:${as_lineno-$LINENO}: checking for -ljack" >&5
10501 $as_echo_n "checking for -ljack... " >&6; }
10502 if test "${ac_cv_lib_soname_jack+set}" = set; then :
10503   $as_echo_n "(cached) " >&6
10504 else
10505   ac_check_soname_save_LIBS=$LIBS
10506 LIBS="-ljack  $LIBS"
10507   cat confdefs.h - <<_ACEOF >conftest.$ac_ext
10508 /* end confdefs.h.  */
10509
10510 /* Override any GCC internal prototype to avoid an error.
10511    Use char because int might match the return type of a GCC
10512    builtin and then its argument prototype would still apply.  */
10513 #ifdef __cplusplus
10514 extern "C"
10515 #endif
10516 char jack_client_new ();
10517 int
10518 main ()
10519 {
10520 return jack_client_new ();
10521   ;
10522   return 0;
10523 }
10524 _ACEOF
10525 if ac_fn_c_try_link "$LINENO"; then :
10526   case "$LIBEXT" in
10527     dll) ;;
10528     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'` ;;
10529     *) 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'` ;;
10530   esac
10531 fi
10532 rm -f core conftest.err conftest.$ac_objext \
10533     conftest$ac_exeext conftest.$ac_ext
10534   LIBS=$ac_check_soname_save_LIBS
10535 fi
10536 if test "x$ac_cv_lib_soname_jack" = "x"; then :
10537   { $as_echo "$as_me:${as_lineno-$LINENO}: result: not found" >&5
10538 $as_echo "not found" >&6; }
10539
10540 else
10541   { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_soname_jack" >&5
10542 $as_echo "$ac_cv_lib_soname_jack" >&6; }
10543
10544 cat >>confdefs.h <<_ACEOF
10545 #define SONAME_LIBJACK "$ac_cv_lib_soname_jack"
10546 _ACEOF
10547
10548
10549 fi
10550 fi
10551
10552 if test "$ac_cv_header_fontconfig_fontconfig_h" = "yes"
10553 then
10554     { $as_echo "$as_me:${as_lineno-$LINENO}: checking for -lfontconfig" >&5
10555 $as_echo_n "checking for -lfontconfig... " >&6; }
10556 if test "${ac_cv_lib_soname_fontconfig+set}" = set; then :
10557   $as_echo_n "(cached) " >&6
10558 else
10559   ac_check_soname_save_LIBS=$LIBS
10560 LIBS="-lfontconfig  $LIBS"
10561   cat confdefs.h - <<_ACEOF >conftest.$ac_ext
10562 /* end confdefs.h.  */
10563
10564 /* Override any GCC internal prototype to avoid an error.
10565    Use char because int might match the return type of a GCC
10566    builtin and then its argument prototype would still apply.  */
10567 #ifdef __cplusplus
10568 extern "C"
10569 #endif
10570 char FcInit ();
10571 int
10572 main ()
10573 {
10574 return FcInit ();
10575   ;
10576   return 0;
10577 }
10578 _ACEOF
10579 if ac_fn_c_try_link "$LINENO"; then :
10580   case "$LIBEXT" in
10581     dll) ;;
10582     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'` ;;
10583     *) ac_cv_lib_soname_fontconfig=`$ac_cv_path_LDD conftest$ac_exeext | grep "libfontconfig\\.$LIBEXT" | sed -e "s/^.*\(libfontconfig\.$LIBEXT[^        ]*\).*$/\1/"';2,$d'` ;;
10584   esac
10585 fi
10586 rm -f core conftest.err conftest.$ac_objext \
10587     conftest$ac_exeext conftest.$ac_ext
10588   LIBS=$ac_check_soname_save_LIBS
10589 fi
10590 if test "x$ac_cv_lib_soname_fontconfig" = "x"; then :
10591   { $as_echo "$as_me:${as_lineno-$LINENO}: result: not found" >&5
10592 $as_echo "not found" >&6; }
10593
10594 else
10595   { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_soname_fontconfig" >&5
10596 $as_echo "$ac_cv_lib_soname_fontconfig" >&6; }
10597
10598 cat >>confdefs.h <<_ACEOF
10599 #define SONAME_LIBFONTCONFIG "$ac_cv_lib_soname_fontconfig"
10600 _ACEOF
10601
10602
10603 fi
10604 elif test -n "$X_CFLAGS" -a "x$with_fontconfig" != "xno"
10605 then
10606         ac_save_CPPFLAGS="$CPPFLAGS"
10607     CPPFLAGS="$CPPFLAGS $X_CFLAGS"
10608     $as_unset ac_cv_header_fontconfig_fontconfig_h
10609     for ac_header in fontconfig/fontconfig.h
10610 do :
10611   ac_fn_c_check_header_mongrel "$LINENO" "fontconfig/fontconfig.h" "ac_cv_header_fontconfig_fontconfig_h" "$ac_includes_default"
10612 if test "x$ac_cv_header_fontconfig_fontconfig_h" = x""yes; then :
10613   cat >>confdefs.h <<_ACEOF
10614 #define HAVE_FONTCONFIG_FONTCONFIG_H 1
10615 _ACEOF
10616
10617 fi
10618
10619 done
10620
10621     CPPFLAGS="$ac_save_CPPFLAGS"
10622     if test "$ac_cv_header_fontconfig_fontconfig_h" = "yes"
10623     then
10624         FONTCONFIGINCL="$X_CFLAGS"
10625
10626         { $as_echo "$as_me:${as_lineno-$LINENO}: checking for -lfontconfig" >&5
10627 $as_echo_n "checking for -lfontconfig... " >&6; }
10628 if test "${ac_cv_lib_soname_fontconfig+set}" = set; then :
10629   $as_echo_n "(cached) " >&6
10630 else
10631   ac_check_soname_save_LIBS=$LIBS
10632 LIBS="-lfontconfig $X_LIBS $LIBS"
10633   cat confdefs.h - <<_ACEOF >conftest.$ac_ext
10634 /* end confdefs.h.  */
10635
10636 /* Override any GCC internal prototype to avoid an error.
10637    Use char because int might match the return type of a GCC
10638    builtin and then its argument prototype would still apply.  */
10639 #ifdef __cplusplus
10640 extern "C"
10641 #endif
10642 char FcInit ();
10643 int
10644 main ()
10645 {
10646 return FcInit ();
10647   ;
10648   return 0;
10649 }
10650 _ACEOF
10651 if ac_fn_c_try_link "$LINENO"; then :
10652   case "$LIBEXT" in
10653     dll) ;;
10654     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'` ;;
10655     *) ac_cv_lib_soname_fontconfig=`$ac_cv_path_LDD conftest$ac_exeext | grep "libfontconfig\\.$LIBEXT" | sed -e "s/^.*\(libfontconfig\.$LIBEXT[^        ]*\).*$/\1/"';2,$d'` ;;
10656   esac
10657 fi
10658 rm -f core conftest.err conftest.$ac_objext \
10659     conftest$ac_exeext conftest.$ac_ext
10660   LIBS=$ac_check_soname_save_LIBS
10661 fi
10662 if test "x$ac_cv_lib_soname_fontconfig" = "x"; then :
10663   { $as_echo "$as_me:${as_lineno-$LINENO}: result: not found" >&5
10664 $as_echo "not found" >&6; }
10665
10666 else
10667   { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_soname_fontconfig" >&5
10668 $as_echo "$ac_cv_lib_soname_fontconfig" >&6; }
10669
10670 cat >>confdefs.h <<_ACEOF
10671 #define SONAME_LIBFONTCONFIG "$ac_cv_lib_soname_fontconfig"
10672 _ACEOF
10673
10674
10675 fi
10676     fi
10677 fi
10678 if test "x$ac_cv_lib_soname_fontconfig" = "x"; then :
10679   case "x$with_fontconfig" in
10680   x)   wine_notices="$wine_notices|fontconfig ${notice_platform}development files not found, fontconfig won't be supported." ;;
10681   xno) ;;
10682   *)   as_fn_error "fontconfig ${notice_platform}development files not found, fontconfig won't be supported.
10683 This is an error since --with-fontconfig was requested." "$LINENO" 5 ;;
10684 esac
10685 fi
10686
10687 if test "$ac_cv_header_openssl_err_h" = "yes" -a "$ac_cv_header_openssl_ssl_h" = "yes"
10688 then
10689     { $as_echo "$as_me:${as_lineno-$LINENO}: checking for -lssl" >&5
10690 $as_echo_n "checking for -lssl... " >&6; }
10691 if test "${ac_cv_lib_soname_ssl+set}" = set; then :
10692   $as_echo_n "(cached) " >&6
10693 else
10694   ac_check_soname_save_LIBS=$LIBS
10695 LIBS="-lssl  $LIBS"
10696   cat confdefs.h - <<_ACEOF >conftest.$ac_ext
10697 /* end confdefs.h.  */
10698
10699 /* Override any GCC internal prototype to avoid an error.
10700    Use char because int might match the return type of a GCC
10701    builtin and then its argument prototype would still apply.  */
10702 #ifdef __cplusplus
10703 extern "C"
10704 #endif
10705 char SSL_library_init ();
10706 int
10707 main ()
10708 {
10709 return SSL_library_init ();
10710   ;
10711   return 0;
10712 }
10713 _ACEOF
10714 if ac_fn_c_try_link "$LINENO"; then :
10715   case "$LIBEXT" in
10716     dll) ;;
10717     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'` ;;
10718     *) ac_cv_lib_soname_ssl=`$ac_cv_path_LDD conftest$ac_exeext | grep "libssl\\.$LIBEXT" | sed -e "s/^.*\(libssl\.$LIBEXT[^     ]*\).*$/\1/"';2,$d'` ;;
10719   esac
10720 fi
10721 rm -f core conftest.err conftest.$ac_objext \
10722     conftest$ac_exeext conftest.$ac_ext
10723   LIBS=$ac_check_soname_save_LIBS
10724 fi
10725 if test "x$ac_cv_lib_soname_ssl" = "x"; then :
10726   { $as_echo "$as_me:${as_lineno-$LINENO}: result: not found" >&5
10727 $as_echo "not found" >&6; }
10728
10729 else
10730   { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_soname_ssl" >&5
10731 $as_echo "$ac_cv_lib_soname_ssl" >&6; }
10732
10733 cat >>confdefs.h <<_ACEOF
10734 #define SONAME_LIBSSL "$ac_cv_lib_soname_ssl"
10735 _ACEOF
10736
10737
10738 fi
10739     { $as_echo "$as_me:${as_lineno-$LINENO}: checking for -lcrypto" >&5
10740 $as_echo_n "checking for -lcrypto... " >&6; }
10741 if test "${ac_cv_lib_soname_crypto+set}" = set; then :
10742   $as_echo_n "(cached) " >&6
10743 else
10744   ac_check_soname_save_LIBS=$LIBS
10745 LIBS="-lcrypto  $LIBS"
10746   cat confdefs.h - <<_ACEOF >conftest.$ac_ext
10747 /* end confdefs.h.  */
10748
10749 /* Override any GCC internal prototype to avoid an error.
10750    Use char because int might match the return type of a GCC
10751    builtin and then its argument prototype would still apply.  */
10752 #ifdef __cplusplus
10753 extern "C"
10754 #endif
10755 char BIO_new_socket ();
10756 int
10757 main ()
10758 {
10759 return BIO_new_socket ();
10760   ;
10761   return 0;
10762 }
10763 _ACEOF
10764 if ac_fn_c_try_link "$LINENO"; then :
10765   case "$LIBEXT" in
10766     dll) ;;
10767     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'` ;;
10768     *) ac_cv_lib_soname_crypto=`$ac_cv_path_LDD conftest$ac_exeext | grep "libcrypto\\.$LIBEXT" | sed -e "s/^.*\(libcrypto\.$LIBEXT[^    ]*\).*$/\1/"';2,$d'` ;;
10769   esac
10770 fi
10771 rm -f core conftest.err conftest.$ac_objext \
10772     conftest$ac_exeext conftest.$ac_ext
10773   LIBS=$ac_check_soname_save_LIBS
10774 fi
10775 if test "x$ac_cv_lib_soname_crypto" = "x"; then :
10776   { $as_echo "$as_me:${as_lineno-$LINENO}: result: not found" >&5
10777 $as_echo "not found" >&6; }
10778
10779 else
10780   { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_soname_crypto" >&5
10781 $as_echo "$ac_cv_lib_soname_crypto" >&6; }
10782
10783 cat >>confdefs.h <<_ACEOF
10784 #define SONAME_LIBCRYPTO "$ac_cv_lib_soname_crypto"
10785 _ACEOF
10786
10787
10788 fi
10789 fi
10790 if test "x$ac_cv_lib_soname_ssl" = "x" -o "x$ac_cv_lib_soname_crypto" = "x"; then :
10791   case "x$with_openssl" in
10792   x)   wine_warnings="$wine_warnings|OpenSSL ${notice_platform}development files not found, SSL won't be supported." ;;
10793   xno) ;;
10794   *)   as_fn_error "OpenSSL ${notice_platform}development files not found, SSL won't be supported.
10795 This is an error since --with-openssl was requested." "$LINENO" 5 ;;
10796 esac
10797 fi
10798
10799 if test "$ac_cv_header_gsm_h" = "yes" -o "$ac_cv_header_gsm_gsm_h" = "yes"
10800 then
10801     { $as_echo "$as_me:${as_lineno-$LINENO}: checking for -lgsm" >&5
10802 $as_echo_n "checking for -lgsm... " >&6; }
10803 if test "${ac_cv_lib_soname_gsm+set}" = set; then :
10804   $as_echo_n "(cached) " >&6
10805 else
10806   ac_check_soname_save_LIBS=$LIBS
10807 LIBS="-lgsm  $LIBS"
10808   cat confdefs.h - <<_ACEOF >conftest.$ac_ext
10809 /* end confdefs.h.  */
10810
10811 /* Override any GCC internal prototype to avoid an error.
10812    Use char because int might match the return type of a GCC
10813    builtin and then its argument prototype would still apply.  */
10814 #ifdef __cplusplus
10815 extern "C"
10816 #endif
10817 char gsm_create ();
10818 int
10819 main ()
10820 {
10821 return gsm_create ();
10822   ;
10823   return 0;
10824 }
10825 _ACEOF
10826 if ac_fn_c_try_link "$LINENO"; then :
10827   case "$LIBEXT" in
10828     dll) ;;
10829     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'` ;;
10830     *) ac_cv_lib_soname_gsm=`$ac_cv_path_LDD conftest$ac_exeext | grep "libgsm\\.$LIBEXT" | sed -e "s/^.*\(libgsm\.$LIBEXT[^     ]*\).*$/\1/"';2,$d'` ;;
10831   esac
10832 fi
10833 rm -f core conftest.err conftest.$ac_objext \
10834     conftest$ac_exeext conftest.$ac_ext
10835   LIBS=$ac_check_soname_save_LIBS
10836 fi
10837 if test "x$ac_cv_lib_soname_gsm" = "x"; then :
10838   { $as_echo "$as_me:${as_lineno-$LINENO}: result: not found" >&5
10839 $as_echo "not found" >&6; }
10840
10841 else
10842   { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_soname_gsm" >&5
10843 $as_echo "$ac_cv_lib_soname_gsm" >&6; }
10844
10845 cat >>confdefs.h <<_ACEOF
10846 #define SONAME_LIBGSM "$ac_cv_lib_soname_gsm"
10847 _ACEOF
10848
10849
10850 fi
10851 fi
10852 if test "x$ac_cv_lib_soname_gsm" = "x"; then :
10853   case "x$with_gsm" in
10854   x)   wine_notices="$wine_notices|libgsm ${notice_platform}development files not found, gsm 06.10 codec won't be supported." ;;
10855   xno) ;;
10856   *)   as_fn_error "libgsm ${notice_platform}development files not found, gsm 06.10 codec won't be supported.
10857 This is an error since --with-gsm was requested." "$LINENO" 5 ;;
10858 esac
10859 fi
10860
10861 if test "$ac_cv_header_jpeglib_h" = "yes"
10862 then
10863     { $as_echo "$as_me:${as_lineno-$LINENO}: checking for -ljpeg" >&5
10864 $as_echo_n "checking for -ljpeg... " >&6; }
10865 if test "${ac_cv_lib_soname_jpeg+set}" = set; then :
10866   $as_echo_n "(cached) " >&6
10867 else
10868   ac_check_soname_save_LIBS=$LIBS
10869 LIBS="-ljpeg  $LIBS"
10870   cat confdefs.h - <<_ACEOF >conftest.$ac_ext
10871 /* end confdefs.h.  */
10872
10873 /* Override any GCC internal prototype to avoid an error.
10874    Use char because int might match the return type of a GCC
10875    builtin and then its argument prototype would still apply.  */
10876 #ifdef __cplusplus
10877 extern "C"
10878 #endif
10879 char jpeg_start_decompress ();
10880 int
10881 main ()
10882 {
10883 return jpeg_start_decompress ();
10884   ;
10885   return 0;
10886 }
10887 _ACEOF
10888 if ac_fn_c_try_link "$LINENO"; then :
10889   case "$LIBEXT" in
10890     dll) ;;
10891     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'` ;;
10892     *) ac_cv_lib_soname_jpeg=`$ac_cv_path_LDD conftest$ac_exeext | grep "libjpeg\\.$LIBEXT" | sed -e "s/^.*\(libjpeg\.$LIBEXT[^  ]*\).*$/\1/"';2,$d'` ;;
10893   esac
10894 fi
10895 rm -f core conftest.err conftest.$ac_objext \
10896     conftest$ac_exeext conftest.$ac_ext
10897   LIBS=$ac_check_soname_save_LIBS
10898 fi
10899 if test "x$ac_cv_lib_soname_jpeg" = "x"; then :
10900   { $as_echo "$as_me:${as_lineno-$LINENO}: result: not found" >&5
10901 $as_echo "not found" >&6; }
10902
10903 else
10904   { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_soname_jpeg" >&5
10905 $as_echo "$ac_cv_lib_soname_jpeg" >&6; }
10906
10907 cat >>confdefs.h <<_ACEOF
10908 #define SONAME_LIBJPEG "$ac_cv_lib_soname_jpeg"
10909 _ACEOF
10910
10911
10912 fi
10913 fi
10914 if test "x$ac_cv_lib_soname_jpeg" = "x"; then :
10915   case "x$with_jpeg" in
10916   x)   wine_warnings="$wine_warnings|libjpeg ${notice_platform}development files not found, JPEG won't be supported." ;;
10917   xno) ;;
10918   *)   as_fn_error "libjpeg ${notice_platform}development files not found, JPEG won't be supported.
10919 This is an error since --with-jpeg was requested." "$LINENO" 5 ;;
10920 esac
10921 fi
10922
10923 if test "$ac_cv_header_png_h" = "yes"
10924 then
10925     { $as_echo "$as_me:${as_lineno-$LINENO}: checking for -lpng" >&5
10926 $as_echo_n "checking for -lpng... " >&6; }
10927 if test "${ac_cv_lib_soname_png+set}" = set; then :
10928   $as_echo_n "(cached) " >&6
10929 else
10930   ac_check_soname_save_LIBS=$LIBS
10931 LIBS="-lpng -lm -lz $LIBS"
10932   cat confdefs.h - <<_ACEOF >conftest.$ac_ext
10933 /* end confdefs.h.  */
10934
10935 /* Override any GCC internal prototype to avoid an error.
10936    Use char because int might match the return type of a GCC
10937    builtin and then its argument prototype would still apply.  */
10938 #ifdef __cplusplus
10939 extern "C"
10940 #endif
10941 char png_create_read_struct ();
10942 int
10943 main ()
10944 {
10945 return png_create_read_struct ();
10946   ;
10947   return 0;
10948 }
10949 _ACEOF
10950 if ac_fn_c_try_link "$LINENO"; then :
10951   case "$LIBEXT" in
10952     dll) ;;
10953     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'` ;;
10954     *) 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'` ;;
10955   esac
10956 fi
10957 rm -f core conftest.err conftest.$ac_objext \
10958     conftest$ac_exeext conftest.$ac_ext
10959   LIBS=$ac_check_soname_save_LIBS
10960 fi
10961 if test "x$ac_cv_lib_soname_png" = "x"; then :
10962   { $as_echo "$as_me:${as_lineno-$LINENO}: result: not found" >&5
10963 $as_echo "not found" >&6; }
10964
10965 else
10966   { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_soname_png" >&5
10967 $as_echo "$ac_cv_lib_soname_png" >&6; }
10968
10969 cat >>confdefs.h <<_ACEOF
10970 #define SONAME_LIBPNG "$ac_cv_lib_soname_png"
10971 _ACEOF
10972
10973
10974 fi
10975 elif test -n "$X_CFLAGS" -a "x$with_png" != "xno"
10976 then
10977         ac_save_CPPFLAGS="$CPPFLAGS"
10978     CPPFLAGS="$CPPFLAGS $X_CFLAGS"
10979     $as_unset ac_cv_header_png_h
10980     for ac_header in png.h
10981 do :
10982   ac_fn_c_check_header_mongrel "$LINENO" "png.h" "ac_cv_header_png_h" "$ac_includes_default"
10983 if test "x$ac_cv_header_png_h" = x""yes; then :
10984   cat >>confdefs.h <<_ACEOF
10985 #define HAVE_PNG_H 1
10986 _ACEOF
10987
10988 fi
10989
10990 done
10991
10992     CPPFLAGS="$ac_save_CPPFLAGS"
10993     if test "$ac_cv_header_png_h" = "yes"
10994     then
10995         PNGINCL="$X_CFLAGS"
10996
10997         { $as_echo "$as_me:${as_lineno-$LINENO}: checking for -lpng" >&5
10998 $as_echo_n "checking for -lpng... " >&6; }
10999 if test "${ac_cv_lib_soname_png+set}" = set; then :
11000   $as_echo_n "(cached) " >&6
11001 else
11002   ac_check_soname_save_LIBS=$LIBS
11003 LIBS="-lpng $X_LIBS -lm -lz $LIBS"
11004   cat confdefs.h - <<_ACEOF >conftest.$ac_ext
11005 /* end confdefs.h.  */
11006
11007 /* Override any GCC internal prototype to avoid an error.
11008    Use char because int might match the return type of a GCC
11009    builtin and then its argument prototype would still apply.  */
11010 #ifdef __cplusplus
11011 extern "C"
11012 #endif
11013 char png_create_read_struct ();
11014 int
11015 main ()
11016 {
11017 return png_create_read_struct ();
11018   ;
11019   return 0;
11020 }
11021 _ACEOF
11022 if ac_fn_c_try_link "$LINENO"; then :
11023   case "$LIBEXT" in
11024     dll) ;;
11025     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'` ;;
11026     *) 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'` ;;
11027   esac
11028 fi
11029 rm -f core conftest.err conftest.$ac_objext \
11030     conftest$ac_exeext conftest.$ac_ext
11031   LIBS=$ac_check_soname_save_LIBS
11032 fi
11033 if test "x$ac_cv_lib_soname_png" = "x"; then :
11034   { $as_echo "$as_me:${as_lineno-$LINENO}: result: not found" >&5
11035 $as_echo "not found" >&6; }
11036
11037 else
11038   { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_soname_png" >&5
11039 $as_echo "$ac_cv_lib_soname_png" >&6; }
11040
11041 cat >>confdefs.h <<_ACEOF
11042 #define SONAME_LIBPNG "$ac_cv_lib_soname_png"
11043 _ACEOF
11044
11045
11046 fi
11047     fi
11048 fi
11049 if test "x$ac_cv_lib_soname_png" = "x"; then :
11050   case "x$with_png" in
11051   x)   wine_warnings="$wine_warnings|libpng ${notice_platform}development files not found, PNG won't be supported." ;;
11052   xno) ;;
11053   *)   as_fn_error "libpng ${notice_platform}development files not found, PNG won't be supported.
11054 This is an error since --with-png was requested." "$LINENO" 5 ;;
11055 esac
11056 fi
11057
11058 if test "$ac_cv_header_kstat_h" = "yes"
11059 then
11060     { $as_echo "$as_me:${as_lineno-$LINENO}: checking for kstat_open in -lkstat" >&5
11061 $as_echo_n "checking for kstat_open in -lkstat... " >&6; }
11062 if test "${ac_cv_lib_kstat_kstat_open+set}" = set; then :
11063   $as_echo_n "(cached) " >&6
11064 else
11065   ac_check_lib_save_LIBS=$LIBS
11066 LIBS="-lkstat  $LIBS"
11067 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
11068 /* end confdefs.h.  */
11069
11070 /* Override any GCC internal prototype to avoid an error.
11071    Use char because int might match the return type of a GCC
11072    builtin and then its argument prototype would still apply.  */
11073 #ifdef __cplusplus
11074 extern "C"
11075 #endif
11076 char kstat_open ();
11077 int
11078 main ()
11079 {
11080 return kstat_open ();
11081   ;
11082   return 0;
11083 }
11084 _ACEOF
11085 if ac_fn_c_try_link "$LINENO"; then :
11086   ac_cv_lib_kstat_kstat_open=yes
11087 else
11088   ac_cv_lib_kstat_kstat_open=no
11089 fi
11090 rm -f core conftest.err conftest.$ac_objext \
11091     conftest$ac_exeext conftest.$ac_ext
11092 LIBS=$ac_check_lib_save_LIBS
11093 fi
11094 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_kstat_kstat_open" >&5
11095 $as_echo "$ac_cv_lib_kstat_kstat_open" >&6; }
11096 if test "x$ac_cv_lib_kstat_kstat_open" = x""yes; then :
11097
11098 $as_echo "#define HAVE_LIBKSTAT 1" >>confdefs.h
11099
11100                   LIBKSTAT="-lkstat"
11101
11102 fi
11103
11104 fi
11105
11106 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for -lodbc" >&5
11107 $as_echo_n "checking for -lodbc... " >&6; }
11108 if test "${ac_cv_lib_soname_odbc+set}" = set; then :
11109   $as_echo_n "(cached) " >&6
11110 else
11111   ac_check_soname_save_LIBS=$LIBS
11112 LIBS="-lodbc  $LIBS"
11113   cat confdefs.h - <<_ACEOF >conftest.$ac_ext
11114 /* end confdefs.h.  */
11115
11116 /* Override any GCC internal prototype to avoid an error.
11117    Use char because int might match the return type of a GCC
11118    builtin and then its argument prototype would still apply.  */
11119 #ifdef __cplusplus
11120 extern "C"
11121 #endif
11122 char SQLConnect ();
11123 int
11124 main ()
11125 {
11126 return SQLConnect ();
11127   ;
11128   return 0;
11129 }
11130 _ACEOF
11131 if ac_fn_c_try_link "$LINENO"; then :
11132   case "$LIBEXT" in
11133     dll) ;;
11134     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'` ;;
11135     *) ac_cv_lib_soname_odbc=`$ac_cv_path_LDD conftest$ac_exeext | grep "libodbc\\.$LIBEXT" | sed -e "s/^.*\(libodbc\.$LIBEXT[^  ]*\).*$/\1/"';2,$d'` ;;
11136   esac
11137 fi
11138 rm -f core conftest.err conftest.$ac_objext \
11139     conftest$ac_exeext conftest.$ac_ext
11140   LIBS=$ac_check_soname_save_LIBS
11141 fi
11142 if test "x$ac_cv_lib_soname_odbc" = "x"; then :
11143   { $as_echo "$as_me:${as_lineno-$LINENO}: result: not found" >&5
11144 $as_echo "not found" >&6; }
11145        cat >>confdefs.h <<_ACEOF
11146 #define SONAME_LIBODBC "libodbc.$LIBEXT"
11147 _ACEOF
11148
11149 else
11150   { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_soname_odbc" >&5
11151 $as_echo "$ac_cv_lib_soname_odbc" >&6; }
11152
11153 cat >>confdefs.h <<_ACEOF
11154 #define SONAME_LIBODBC "$ac_cv_lib_soname_odbc"
11155 _ACEOF
11156
11157
11158 fi
11159
11160 if test "x$ALSALIBS$AUDIOIOLIBS$COREAUDIO$NASLIBS$ESDLIBS$ac_cv_lib_soname_jack" = "x" -a \
11161         "$ac_cv_header_sys_soundcard_h" != "yes" -a \
11162         "$ac_cv_header_machine_soundcard_h" != "yes" -a \
11163         "$ac_cv_header_soundcard_h" != "yes" -a \
11164         "x$with_alsa$with_audioio$with_coreaudio$with_nas$with_esd$with_jack$with_oss" != xnonononononono
11165 then
11166     wine_warnings="$wine_warnings|No sound system was found. Windows applications will be silent."
11167 fi
11168
11169
11170 EXTRACFLAGS=""
11171
11172 if test "x${GCC}" = "xyes"
11173 then
11174   EXTRACFLAGS="-Wall -pipe"
11175
11176     { $as_echo "$as_me:${as_lineno-$LINENO}: checking for gcc strength-reduce bug" >&5
11177 $as_echo_n "checking for gcc strength-reduce bug... " >&6; }
11178 if test "${ac_cv_c_gcc_strength_bug+set}" = set; then :
11179   $as_echo_n "(cached) " >&6
11180 else
11181   if test "$cross_compiling" = yes; then :
11182   ac_cv_c_gcc_strength_bug="yes"
11183 else
11184   cat confdefs.h - <<_ACEOF >conftest.$ac_ext
11185 /* end confdefs.h.  */
11186 int L[4] = {0,1,2,3};
11187 int
11188 main ()
11189 {
11190 static int Array[3];
11191   unsigned int B = 3;
11192   int i;
11193   for(i=0; i<B; i++) Array[i] = i - 3;
11194   for(i=0; i<4 - 1; i++) L[i] = L[i + 1];
11195   L[i] = 4;
11196   return (Array[1] != -2 || L[2] != 3)
11197   ;
11198   return 0;
11199 }
11200 _ACEOF
11201 if ac_fn_c_try_run "$LINENO"; then :
11202   ac_cv_c_gcc_strength_bug="no"
11203 else
11204   ac_cv_c_gcc_strength_bug="yes"
11205 fi
11206 rm -f core *.core core.conftest.* gmon.out bb.out conftest$ac_exeext \
11207   conftest.$ac_objext conftest.beam conftest.$ac_ext
11208 fi
11209
11210 fi
11211 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_c_gcc_strength_bug" >&5
11212 $as_echo "$ac_cv_c_gcc_strength_bug" >&6; }
11213   if test "$ac_cv_c_gcc_strength_bug" = "yes"
11214   then
11215     EXTRACFLAGS="$EXTRACFLAGS -fno-strength-reduce"
11216   fi
11217
11218     { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether the compiler supports -fno-builtin" >&5
11219 $as_echo_n "checking whether the compiler supports -fno-builtin... " >&6; }
11220 if test "${ac_cv_cflags__fno_builtin+set}" = set; then :
11221   $as_echo_n "(cached) " >&6
11222 else
11223   ac_wine_try_cflags_saved=$CFLAGS
11224 CFLAGS="$CFLAGS -fno-builtin"
11225 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
11226 /* end confdefs.h.  */
11227
11228 int
11229 main ()
11230 {
11231
11232   ;
11233   return 0;
11234 }
11235 _ACEOF
11236 if ac_fn_c_try_link "$LINENO"; then :
11237   ac_cv_cflags__fno_builtin=yes
11238 else
11239   ac_cv_cflags__fno_builtin=no
11240 fi
11241 rm -f core conftest.err conftest.$ac_objext \
11242     conftest$ac_exeext conftest.$ac_ext
11243 CFLAGS=$ac_wine_try_cflags_saved
11244 fi
11245 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_cflags__fno_builtin" >&5
11246 $as_echo "$ac_cv_cflags__fno_builtin" >&6; }
11247 if test $ac_cv_cflags__fno_builtin = yes; then :
11248   BUILTINFLAG="-fno-builtin"
11249
11250 fi
11251   { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether the compiler supports -fno-strict-aliasing" >&5
11252 $as_echo_n "checking whether the compiler supports -fno-strict-aliasing... " >&6; }
11253 if test "${ac_cv_cflags__fno_strict_aliasing+set}" = set; then :
11254   $as_echo_n "(cached) " >&6
11255 else
11256   ac_wine_try_cflags_saved=$CFLAGS
11257 CFLAGS="$CFLAGS -fno-strict-aliasing"
11258 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
11259 /* end confdefs.h.  */
11260
11261 int
11262 main ()
11263 {
11264
11265   ;
11266   return 0;
11267 }
11268 _ACEOF
11269 if ac_fn_c_try_link "$LINENO"; then :
11270   ac_cv_cflags__fno_strict_aliasing=yes
11271 else
11272   ac_cv_cflags__fno_strict_aliasing=no
11273 fi
11274 rm -f core conftest.err conftest.$ac_objext \
11275     conftest$ac_exeext conftest.$ac_ext
11276 CFLAGS=$ac_wine_try_cflags_saved
11277 fi
11278 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_cflags__fno_strict_aliasing" >&5
11279 $as_echo "$ac_cv_cflags__fno_strict_aliasing" >&6; }
11280 if test $ac_cv_cflags__fno_strict_aliasing = yes; then :
11281   EXTRACFLAGS="$EXTRACFLAGS -fno-strict-aliasing"
11282 fi
11283   { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether the compiler supports -Wdeclaration-after-statement" >&5
11284 $as_echo_n "checking whether the compiler supports -Wdeclaration-after-statement... " >&6; }
11285 if test "${ac_cv_cflags__Wdeclaration_after_statement+set}" = set; then :
11286   $as_echo_n "(cached) " >&6
11287 else
11288   ac_wine_try_cflags_saved=$CFLAGS
11289 CFLAGS="$CFLAGS -Wdeclaration-after-statement"
11290 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
11291 /* end confdefs.h.  */
11292
11293 int
11294 main ()
11295 {
11296
11297   ;
11298   return 0;
11299 }
11300 _ACEOF
11301 if ac_fn_c_try_link "$LINENO"; then :
11302   ac_cv_cflags__Wdeclaration_after_statement=yes
11303 else
11304   ac_cv_cflags__Wdeclaration_after_statement=no
11305 fi
11306 rm -f core conftest.err conftest.$ac_objext \
11307     conftest$ac_exeext conftest.$ac_ext
11308 CFLAGS=$ac_wine_try_cflags_saved
11309 fi
11310 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_cflags__Wdeclaration_after_statement" >&5
11311 $as_echo "$ac_cv_cflags__Wdeclaration_after_statement" >&6; }
11312 if test $ac_cv_cflags__Wdeclaration_after_statement = yes; then :
11313   EXTRACFLAGS="$EXTRACFLAGS -Wdeclaration-after-statement"
11314 fi
11315   { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether the compiler supports -Wwrite-strings" >&5
11316 $as_echo_n "checking whether the compiler supports -Wwrite-strings... " >&6; }
11317 if test "${ac_cv_cflags__Wwrite_strings+set}" = set; then :
11318   $as_echo_n "(cached) " >&6
11319 else
11320   ac_wine_try_cflags_saved=$CFLAGS
11321 CFLAGS="$CFLAGS -Wwrite-strings"
11322 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
11323 /* end confdefs.h.  */
11324
11325 int
11326 main ()
11327 {
11328
11329   ;
11330   return 0;
11331 }
11332 _ACEOF
11333 if ac_fn_c_try_link "$LINENO"; then :
11334   ac_cv_cflags__Wwrite_strings=yes
11335 else
11336   ac_cv_cflags__Wwrite_strings=no
11337 fi
11338 rm -f core conftest.err conftest.$ac_objext \
11339     conftest$ac_exeext conftest.$ac_ext
11340 CFLAGS=$ac_wine_try_cflags_saved
11341 fi
11342 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_cflags__Wwrite_strings" >&5
11343 $as_echo "$ac_cv_cflags__Wwrite_strings" >&6; }
11344 if test $ac_cv_cflags__Wwrite_strings = yes; then :
11345   EXTRACFLAGS="$EXTRACFLAGS -Wwrite-strings"
11346 fi
11347   { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether the compiler supports -Wtype-limits" >&5
11348 $as_echo_n "checking whether the compiler supports -Wtype-limits... " >&6; }
11349 if test "${ac_cv_cflags__Wtype_limits+set}" = set; then :
11350   $as_echo_n "(cached) " >&6
11351 else
11352   ac_wine_try_cflags_saved=$CFLAGS
11353 CFLAGS="$CFLAGS -Wtype-limits"
11354 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
11355 /* end confdefs.h.  */
11356
11357 int
11358 main ()
11359 {
11360
11361   ;
11362   return 0;
11363 }
11364 _ACEOF
11365 if ac_fn_c_try_link "$LINENO"; then :
11366   ac_cv_cflags__Wtype_limits=yes
11367 else
11368   ac_cv_cflags__Wtype_limits=no
11369 fi
11370 rm -f core conftest.err conftest.$ac_objext \
11371     conftest$ac_exeext conftest.$ac_ext
11372 CFLAGS=$ac_wine_try_cflags_saved
11373 fi
11374 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_cflags__Wtype_limits" >&5
11375 $as_echo "$ac_cv_cflags__Wtype_limits" >&6; }
11376 if test $ac_cv_cflags__Wtype_limits = yes; then :
11377   EXTRACFLAGS="$EXTRACFLAGS -Wtype-limits"
11378 fi
11379
11380     saved_CFLAGS="$CFLAGS"
11381   CFLAGS="$CFLAGS -Wpointer-arith -Werror"
11382   { $as_echo "$as_me:${as_lineno-$LINENO}: checking for broken string.h that generates warnings" >&5
11383 $as_echo_n "checking for broken string.h that generates warnings... " >&6; }
11384 if test "${ac_cv_c_string_h_warnings+set}" = set; then :
11385   $as_echo_n "(cached) " >&6
11386 else
11387   cat confdefs.h - <<_ACEOF >conftest.$ac_ext
11388 /* end confdefs.h.  */
11389 #include <string.h>
11390 int
11391 main ()
11392 {
11393
11394   ;
11395   return 0;
11396 }
11397 _ACEOF
11398 if ac_fn_c_try_compile "$LINENO"; then :
11399   ac_cv_c_string_h_warnings=no
11400 else
11401   ac_cv_c_string_h_warnings=yes
11402 fi
11403 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
11404 fi
11405 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_c_string_h_warnings" >&5
11406 $as_echo "$ac_cv_c_string_h_warnings" >&6; }
11407   CFLAGS="$saved_CFLAGS"
11408   if test "$ac_cv_c_string_h_warnings" = "no"
11409   then
11410     EXTRACFLAGS="$EXTRACFLAGS -Wpointer-arith"
11411   fi
11412 fi
11413
11414
11415 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether external symbols need an underscore prefix" >&5
11416 $as_echo_n "checking whether external symbols need an underscore prefix... " >&6; }
11417 if test "${ac_cv_c_extern_prefix+set}" = set; then :
11418   $as_echo_n "(cached) " >&6
11419 else
11420   cat confdefs.h - <<_ACEOF >conftest.$ac_ext
11421 /* end confdefs.h.  */
11422 extern int ac_test;
11423 int
11424 main ()
11425 {
11426 asm(".globl _ac_test\n_ac_test:\t.long 0"); if (ac_test) return 1
11427   ;
11428   return 0;
11429 }
11430 _ACEOF
11431 if ac_fn_c_try_link "$LINENO"; then :
11432   ac_cv_c_extern_prefix="yes"
11433 else
11434   ac_cv_c_extern_prefix="no"
11435 fi
11436 rm -f core conftest.err conftest.$ac_objext \
11437     conftest$ac_exeext conftest.$ac_ext
11438 fi
11439 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_c_extern_prefix" >&5
11440 $as_echo "$ac_cv_c_extern_prefix" >&6; }
11441
11442 case $host_cpu in
11443   *i[3456789]86*)
11444     { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether external symbols need stdcall decoration" >&5
11445 $as_echo_n "checking whether external symbols need stdcall decoration... " >&6; }
11446 if test "${ac_cv_c_stdcall_suffix+set}" = set; then :
11447   $as_echo_n "(cached) " >&6
11448 else
11449   cat confdefs.h - <<_ACEOF >conftest.$ac_ext
11450 /* end confdefs.h.  */
11451 #ifndef _MSC_VER
11452 #define __stdcall __attribute__((__stdcall__))
11453 #endif
11454 int __stdcall ac_test(int i) { return i; }
11455 int
11456 main ()
11457 {
11458 asm("jmp _ac_test@4"); if (ac_test(1)) return 1
11459   ;
11460   return 0;
11461 }
11462 _ACEOF
11463 if ac_fn_c_try_link "$LINENO"; then :
11464   ac_cv_c_stdcall_suffix="yes"
11465 else
11466   ac_cv_c_stdcall_suffix="no"
11467 fi
11468 rm -f core conftest.err conftest.$ac_objext \
11469     conftest$ac_exeext conftest.$ac_ext
11470 fi
11471 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_c_stdcall_suffix" >&5
11472 $as_echo "$ac_cv_c_stdcall_suffix" >&6; } ;;
11473   *) ac_cv_c_stdcall_suffix="no" ;;
11474 esac
11475
11476
11477 if test "$ac_cv_c_extern_prefix" = "yes"
11478 then
11479     $as_echo "#define __ASM_NAME(name) \"_\" name" >>confdefs.h
11480
11481     asm_name_prefix="_"
11482 else
11483     $as_echo "#define __ASM_NAME(name) name" >>confdefs.h
11484
11485     asm_name_prefix=""
11486 fi
11487
11488
11489 if test "$ac_cv_c_stdcall_suffix" = "yes"
11490 then
11491     $as_echo "#define __ASM_STDCALL(args) \"@\" #args" >>confdefs.h
11492
11493 else
11494     $as_echo "#define __ASM_STDCALL(args) \"\"" >>confdefs.h
11495
11496 fi
11497
11498
11499 { $as_echo "$as_me:${as_lineno-$LINENO}: checking how to define a function in assembly code" >&5
11500 $as_echo_n "checking how to define a function in assembly code... " >&6; }
11501 if test "${ac_cv_asm_func_def+set}" = set; then :
11502   $as_echo_n "(cached) " >&6
11503 else
11504   cat confdefs.h - <<_ACEOF >conftest.$ac_ext
11505 /* end confdefs.h.  */
11506
11507 int
11508 main ()
11509 {
11510 asm("\t.globl _ac_test\n\t.def _ac_test; .scl 2; .type 32; .endef\n_ac_test:\t.long 0");
11511   ;
11512   return 0;
11513 }
11514 _ACEOF
11515 if ac_fn_c_try_link "$LINENO"; then :
11516   ac_cv_asm_func_def=".def"
11517 else
11518   cat confdefs.h - <<_ACEOF >conftest.$ac_ext
11519 /* end confdefs.h.  */
11520
11521 int
11522 main ()
11523 {
11524 asm("\t.globl _ac_test\n\t.type _ac_test,@function\n_ac_test:\t.long 0");
11525   ;
11526   return 0;
11527 }
11528 _ACEOF
11529 if ac_fn_c_try_link "$LINENO"; then :
11530   ac_cv_asm_func_def=".type @function"
11531 else
11532   cat confdefs.h - <<_ACEOF >conftest.$ac_ext
11533 /* end confdefs.h.  */
11534
11535 int
11536 main ()
11537 {
11538 asm("\t.globl _ac_test\n\t.type _ac_test,2\n_ac_test:\t.long 0");
11539   ;
11540   return 0;
11541 }
11542 _ACEOF
11543 if ac_fn_c_try_link "$LINENO"; then :
11544   ac_cv_asm_func_def=".type 2"
11545 else
11546   ac_cv_asm_func_def="unknown"
11547 fi
11548 rm -f core conftest.err conftest.$ac_objext \
11549     conftest$ac_exeext conftest.$ac_ext
11550 fi
11551 rm -f core conftest.err conftest.$ac_objext \
11552     conftest$ac_exeext conftest.$ac_ext
11553 fi
11554 rm -f core conftest.err conftest.$ac_objext \
11555     conftest$ac_exeext conftest.$ac_ext
11556 fi
11557 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_asm_func_def" >&5
11558 $as_echo "$ac_cv_asm_func_def" >&6; }
11559
11560
11561 case "$ac_cv_asm_func_def" in
11562   ".def")
11563      $as_echo "#define __ASM_FUNC(name) \".def \" __ASM_NAME(name) \"; .scl 2; .type 32; .endef\"" >>confdefs.h
11564
11565      asm_func_header=".def $asm_name_prefix\" #name suffix \"; .scl 2; .type 32; .endef" ;;
11566   ".type @function")
11567      $as_echo "#define __ASM_FUNC(name) \".type \" __ASM_NAME(name) \",@function\"" >>confdefs.h
11568
11569      asm_func_header=".type $asm_name_prefix\" #name suffix \",@function" ;;
11570   ".type 2")
11571      $as_echo "#define __ASM_FUNC(name) \".type \" __ASM_NAME(name) \",2\"" >>confdefs.h
11572
11573      asm_func_header=".type $asm_name_prefix\" #name suffix \",2" ;;
11574   *)
11575      $as_echo "#define __ASM_FUNC(name) \"\"" >>confdefs.h
11576
11577      asm_func_header="" ;;
11578 esac
11579
11580 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether asm() works outside of functions" >&5
11581 $as_echo_n "checking whether asm() works outside of functions... " >&6; }
11582 if test "${ac_cv_c_asm_outside_funcs+set}" = set; then :
11583   $as_echo_n "(cached) " >&6
11584 else
11585   cat confdefs.h - <<_ACEOF >conftest.$ac_ext
11586 /* end confdefs.h.  */
11587 asm(".text\n\t.long 0");
11588 int
11589 main ()
11590 {
11591
11592   ;
11593   return 0;
11594 }
11595 _ACEOF
11596 if ac_fn_c_try_compile "$LINENO"; then :
11597   ac_cv_c_asm_outside_funcs="yes"
11598 else
11599   ac_cv_c_asm_outside_funcs="no"
11600 fi
11601 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
11602 fi
11603 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_c_asm_outside_funcs" >&5
11604 $as_echo "$ac_cv_c_asm_outside_funcs" >&6; }
11605
11606 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether .previous is supported in assembly code" >&5
11607 $as_echo_n "checking whether .previous is supported in assembly code... " >&6; }
11608 if test "${ac_cv_c_dot_previous+set}" = set; then :
11609   $as_echo_n "(cached) " >&6
11610 else
11611   cat confdefs.h - <<_ACEOF >conftest.$ac_ext
11612 /* end confdefs.h.  */
11613
11614 int
11615 main ()
11616 {
11617 asm(".text\nac_test:\t.long 0\n\t.previous");
11618   ;
11619   return 0;
11620 }
11621 _ACEOF
11622 if ac_fn_c_try_link "$LINENO"; then :
11623   ac_cv_c_dot_previous="yes"
11624 else
11625   ac_cv_c_dot_previous="no"
11626 fi
11627 rm -f core conftest.err conftest.$ac_objext \
11628     conftest$ac_exeext conftest.$ac_ext
11629 fi
11630 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_c_dot_previous" >&5
11631 $as_echo "$ac_cv_c_dot_previous" >&6; }
11632
11633 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether CFI directives are supported in assembly code" >&5
11634 $as_echo_n "checking whether CFI directives are supported in assembly code... " >&6; }
11635 if test "${ac_cv_c_cfi_support+set}" = set; then :
11636   $as_echo_n "(cached) " >&6
11637 else
11638   cat confdefs.h - <<_ACEOF >conftest.$ac_ext
11639 /* end confdefs.h.  */
11640 asm(".text\nac_test:\t.cfi_startproc\n\t.long 0\n\t.cfi_endproc");
11641 int
11642 main ()
11643 {
11644
11645   ;
11646   return 0;
11647 }
11648 _ACEOF
11649 if ac_fn_c_try_compile "$LINENO"; then :
11650   ac_cv_c_cfi_support="yes"
11651 else
11652   ac_cv_c_cfi_support="no"
11653 fi
11654 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
11655 fi
11656 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_c_cfi_support" >&5
11657 $as_echo "$ac_cv_c_cfi_support" >&6; }
11658
11659 asm_func_header=".globl $asm_name_prefix\" #name suffix \"\\n\\t$asm_func_header\\n$asm_name_prefix\" #name suffix \":\\n\\t"
11660 asm_func_trailer=""
11661 if test "$ac_cv_c_dot_previous" = "yes"
11662 then
11663    asm_func_trailer="\\n\\t.previous"
11664 fi
11665 if test "$ac_cv_c_cfi_support" = "yes"
11666 then
11667    asm_func_header="$asm_func_header.cfi_startproc\\n\\t"
11668    asm_func_trailer="\\n\\t.cfi_endproc$asm_func_trailer"
11669
11670 $as_echo "#define __ASM_CFI(str) str" >>confdefs.h
11671
11672 else
11673    $as_echo "#define __ASM_CFI(str) \"\"" >>confdefs.h
11674
11675 fi
11676
11677 asm_func_code="$asm_func_header\" code \"$asm_func_trailer"
11678
11679
11680 if test "$ac_cv_c_asm_outside_funcs" = "yes"
11681 then
11682     cat >>confdefs.h <<_ACEOF
11683 #define __ASM_DEFINE_FUNC(name,suffix,code) asm(".text\n\t.align 4\n\t$asm_func_code");
11684 _ACEOF
11685
11686 else
11687     cat >>confdefs.h <<_ACEOF
11688 #define __ASM_DEFINE_FUNC(name,suffix,code) void __asm_dummy_##name(void) { asm(".text\n\t.align 4\n\t$asm_func_code"); }
11689 _ACEOF
11690
11691 fi
11692
11693 $as_echo "#define __ASM_GLOBAL_FUNC(name,code) __ASM_DEFINE_FUNC(name,\"\",code)" >>confdefs.h
11694
11695
11696 $as_echo "#define __ASM_STDCALL_FUNC(name,args,code) __ASM_DEFINE_FUNC(name,__ASM_STDCALL(args),code)" >>confdefs.h
11697
11698
11699
11700 LDPATH=""
11701
11702 case $build_os in
11703   cygwin*|mingw32*)
11704     LDPATH="PATH=\"\$(TOOLSDIR)/libs/wine:\$\$PATH\""
11705     ;;
11706   darwin*|macosx*)
11707     ;;
11708   *)
11709     LDPATH="LD_LIBRARY_PATH=\"\$(TOOLSDIR)/libs/wine:\$\$LD_LIBRARY_PATH\""
11710     ;;
11711 esac
11712
11713 case $host_os in
11714   mingw32*)
11715     CRTLIBS="-lmsvcrt"
11716
11717     SOCKETLIBS="-L\$(TOPOBJDIR)/dlls/ws2_32 -lws2_32"
11718
11719     ;;
11720 esac
11721
11722 MAIN_BINARY="wine"
11723
11724 test -z "$with_wine64" || MAIN_BINARY="wine32"
11725
11726 case $host_cpu in
11727   *i[3456789]86*)
11728     case $host_os in
11729       linux* | k*bsd*-gnu)
11730         EXTRA_BINARIES="wine-preloader"
11731  ;;
11732     esac
11733     ;;
11734 esac
11735
11736
11737 ac_save_CFLAGS="$CFLAGS"
11738 CFLAGS="$CFLAGS $BUILTINFLAG"
11739 for ac_func in \
11740         _pclose \
11741         _popen \
11742         _snprintf \
11743         _spawnvp \
11744         _strdup \
11745         _stricmp \
11746         _strnicmp \
11747         _strtoi64 \
11748         _strtoui64 \
11749         _vsnprintf \
11750         asctime_r \
11751         chsize \
11752         dlopen \
11753         epoll_create \
11754         ffs \
11755         finite \
11756         fnmatch \
11757         fork \
11758         fpclass \
11759         fstatfs \
11760         fstatvfs \
11761         ftruncate \
11762         futimes \
11763         futimesat \
11764         getdirentries \
11765         getopt_long \
11766         getpagesize \
11767         getpwuid \
11768         gettid \
11769         gettimeofday \
11770         getuid \
11771         kqueue \
11772         lstat \
11773         memmove \
11774         mmap \
11775         pclose \
11776         pipe2 \
11777         poll \
11778         popen \
11779         prctl \
11780         pread \
11781         pwrite \
11782         readdir \
11783         readlink \
11784         sched_yield \
11785         select \
11786         setproctitle \
11787         setrlimit \
11788         settimeofday \
11789         sigaltstack \
11790         sigprocmask \
11791         snprintf \
11792         spawnvp \
11793         statfs \
11794         statvfs \
11795         strcasecmp \
11796         strdup \
11797         strerror \
11798         strncasecmp \
11799         strtold \
11800         strtoll \
11801         strtoull \
11802         symlink \
11803         tcgetattr \
11804         thr_kill2 \
11805         timegm \
11806         usleep \
11807         vsnprintf \
11808         wait4 \
11809         waitpid \
11810
11811 do :
11812   as_ac_var=`$as_echo "ac_cv_func_$ac_func" | $as_tr_sh`
11813 ac_fn_c_check_func "$LINENO" "$ac_func" "$as_ac_var"
11814 eval as_val=\$$as_ac_var
11815    if test "x$as_val" = x""yes; then :
11816   cat >>confdefs.h <<_ACEOF
11817 #define `$as_echo "HAVE_$ac_func" | $as_tr_cpp` 1
11818 _ACEOF
11819
11820 fi
11821 done
11822
11823 CFLAGS="$ac_save_CFLAGS"
11824
11825 if test "$ac_cv_func_dlopen" = no
11826 then
11827     { $as_echo "$as_me:${as_lineno-$LINENO}: checking for dlopen in -ldl" >&5
11828 $as_echo_n "checking for dlopen in -ldl... " >&6; }
11829 if test "${ac_cv_lib_dl_dlopen+set}" = set; then :
11830   $as_echo_n "(cached) " >&6
11831 else
11832   ac_check_lib_save_LIBS=$LIBS
11833 LIBS="-ldl  $LIBS"
11834 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
11835 /* end confdefs.h.  */
11836
11837 /* Override any GCC internal prototype to avoid an error.
11838    Use char because int might match the return type of a GCC
11839    builtin and then its argument prototype would still apply.  */
11840 #ifdef __cplusplus
11841 extern "C"
11842 #endif
11843 char dlopen ();
11844 int
11845 main ()
11846 {
11847 return dlopen ();
11848   ;
11849   return 0;
11850 }
11851 _ACEOF
11852 if ac_fn_c_try_link "$LINENO"; then :
11853   ac_cv_lib_dl_dlopen=yes
11854 else
11855   ac_cv_lib_dl_dlopen=no
11856 fi
11857 rm -f core conftest.err conftest.$ac_objext \
11858     conftest$ac_exeext conftest.$ac_ext
11859 LIBS=$ac_check_lib_save_LIBS
11860 fi
11861 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_dl_dlopen" >&5
11862 $as_echo "$ac_cv_lib_dl_dlopen" >&6; }
11863 if test "x$ac_cv_lib_dl_dlopen" = x""yes; then :
11864   $as_echo "#define HAVE_DLOPEN 1" >>confdefs.h
11865  LIBDL="-ldl"
11866
11867 fi
11868
11869 fi
11870 ac_wine_check_funcs_save_LIBS="$LIBS"
11871 LIBS="$LIBS $LIBDL"
11872 for ac_func in dladdr
11873 do :
11874   ac_fn_c_check_func "$LINENO" "dladdr" "ac_cv_func_dladdr"
11875 if test "x$ac_cv_func_dladdr" = x""yes; then :
11876   cat >>confdefs.h <<_ACEOF
11877 #define HAVE_DLADDR 1
11878 _ACEOF
11879
11880 fi
11881 done
11882
11883 LIBS="$ac_wine_check_funcs_save_LIBS"
11884
11885 if test "$ac_cv_func_poll" = no
11886 then
11887     { $as_echo "$as_me:${as_lineno-$LINENO}: checking for poll in -lpoll" >&5
11888 $as_echo_n "checking for poll in -lpoll... " >&6; }
11889 if test "${ac_cv_lib_poll_poll+set}" = set; then :
11890   $as_echo_n "(cached) " >&6
11891 else
11892   ac_check_lib_save_LIBS=$LIBS
11893 LIBS="-lpoll  $LIBS"
11894 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
11895 /* end confdefs.h.  */
11896
11897 /* Override any GCC internal prototype to avoid an error.
11898    Use char because int might match the return type of a GCC
11899    builtin and then its argument prototype would still apply.  */
11900 #ifdef __cplusplus
11901 extern "C"
11902 #endif
11903 char poll ();
11904 int
11905 main ()
11906 {
11907 return poll ();
11908   ;
11909   return 0;
11910 }
11911 _ACEOF
11912 if ac_fn_c_try_link "$LINENO"; then :
11913   ac_cv_lib_poll_poll=yes
11914 else
11915   ac_cv_lib_poll_poll=no
11916 fi
11917 rm -f core conftest.err conftest.$ac_objext \
11918     conftest$ac_exeext conftest.$ac_ext
11919 LIBS=$ac_check_lib_save_LIBS
11920 fi
11921 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_poll_poll" >&5
11922 $as_echo "$ac_cv_lib_poll_poll" >&6; }
11923 if test "x$ac_cv_lib_poll_poll" = x""yes; then :
11924   $as_echo "#define HAVE_POLL 1" >>confdefs.h
11925  LIBPOLL="-lpoll"
11926
11927 fi
11928
11929 fi
11930
11931 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for library containing gethostbyname" >&5
11932 $as_echo_n "checking for library containing gethostbyname... " >&6; }
11933 if test "${ac_cv_search_gethostbyname+set}" = set; then :
11934   $as_echo_n "(cached) " >&6
11935 else
11936   ac_func_search_save_LIBS=$LIBS
11937 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
11938 /* end confdefs.h.  */
11939
11940 /* Override any GCC internal prototype to avoid an error.
11941    Use char because int might match the return type of a GCC
11942    builtin and then its argument prototype would still apply.  */
11943 #ifdef __cplusplus
11944 extern "C"
11945 #endif
11946 char gethostbyname ();
11947 int
11948 main ()
11949 {
11950 return gethostbyname ();
11951   ;
11952   return 0;
11953 }
11954 _ACEOF
11955 for ac_lib in '' nsl; do
11956   if test -z "$ac_lib"; then
11957     ac_res="none required"
11958   else
11959     ac_res=-l$ac_lib
11960     LIBS="-l$ac_lib  $ac_func_search_save_LIBS"
11961   fi
11962   if ac_fn_c_try_link "$LINENO"; then :
11963   ac_cv_search_gethostbyname=$ac_res
11964 fi
11965 rm -f core conftest.err conftest.$ac_objext \
11966     conftest$ac_exeext
11967   if test "${ac_cv_search_gethostbyname+set}" = set; then :
11968   break
11969 fi
11970 done
11971 if test "${ac_cv_search_gethostbyname+set}" = set; then :
11972
11973 else
11974   ac_cv_search_gethostbyname=no
11975 fi
11976 rm conftest.$ac_ext
11977 LIBS=$ac_func_search_save_LIBS
11978 fi
11979 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_search_gethostbyname" >&5
11980 $as_echo "$ac_cv_search_gethostbyname" >&6; }
11981 ac_res=$ac_cv_search_gethostbyname
11982 if test "$ac_res" != no; then :
11983   test "$ac_res" = "none required" || LIBS="$ac_res $LIBS"
11984
11985 fi
11986
11987
11988 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for library containing connect" >&5
11989 $as_echo_n "checking for library containing connect... " >&6; }
11990 if test "${ac_cv_search_connect+set}" = set; then :
11991   $as_echo_n "(cached) " >&6
11992 else
11993   ac_func_search_save_LIBS=$LIBS
11994 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
11995 /* end confdefs.h.  */
11996
11997 /* Override any GCC internal prototype to avoid an error.
11998    Use char because int might match the return type of a GCC
11999    builtin and then its argument prototype would still apply.  */
12000 #ifdef __cplusplus
12001 extern "C"
12002 #endif
12003 char connect ();
12004 int
12005 main ()
12006 {
12007 return connect ();
12008   ;
12009   return 0;
12010 }
12011 _ACEOF
12012 for ac_lib in '' socket; do
12013   if test -z "$ac_lib"; then
12014     ac_res="none required"
12015   else
12016     ac_res=-l$ac_lib
12017     LIBS="-l$ac_lib  $ac_func_search_save_LIBS"
12018   fi
12019   if ac_fn_c_try_link "$LINENO"; then :
12020   ac_cv_search_connect=$ac_res
12021 fi
12022 rm -f core conftest.err conftest.$ac_objext \
12023     conftest$ac_exeext
12024   if test "${ac_cv_search_connect+set}" = set; then :
12025   break
12026 fi
12027 done
12028 if test "${ac_cv_search_connect+set}" = set; then :
12029
12030 else
12031   ac_cv_search_connect=no
12032 fi
12033 rm conftest.$ac_ext
12034 LIBS=$ac_func_search_save_LIBS
12035 fi
12036 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_search_connect" >&5
12037 $as_echo "$ac_cv_search_connect" >&6; }
12038 ac_res=$ac_cv_search_connect
12039 if test "$ac_res" != no; then :
12040   test "$ac_res" = "none required" || LIBS="$ac_res $LIBS"
12041
12042 fi
12043
12044
12045 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for library containing inet_aton" >&5
12046 $as_echo_n "checking for library containing inet_aton... " >&6; }
12047 if test "${ac_cv_search_inet_aton+set}" = set; then :
12048   $as_echo_n "(cached) " >&6
12049 else
12050   ac_func_search_save_LIBS=$LIBS
12051 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
12052 /* end confdefs.h.  */
12053
12054 /* Override any GCC internal prototype to avoid an error.
12055    Use char because int might match the return type of a GCC
12056    builtin and then its argument prototype would still apply.  */
12057 #ifdef __cplusplus
12058 extern "C"
12059 #endif
12060 char inet_aton ();
12061 int
12062 main ()
12063 {
12064 return inet_aton ();
12065   ;
12066   return 0;
12067 }
12068 _ACEOF
12069 for ac_lib in '' resolv; do
12070   if test -z "$ac_lib"; then
12071     ac_res="none required"
12072   else
12073     ac_res=-l$ac_lib
12074     LIBS="-l$ac_lib  $ac_func_search_save_LIBS"
12075   fi
12076   if ac_fn_c_try_link "$LINENO"; then :
12077   ac_cv_search_inet_aton=$ac_res
12078 fi
12079 rm -f core conftest.err conftest.$ac_objext \
12080     conftest$ac_exeext
12081   if test "${ac_cv_search_inet_aton+set}" = set; then :
12082   break
12083 fi
12084 done
12085 if test "${ac_cv_search_inet_aton+set}" = set; then :
12086
12087 else
12088   ac_cv_search_inet_aton=no
12089 fi
12090 rm conftest.$ac_ext
12091 LIBS=$ac_func_search_save_LIBS
12092 fi
12093 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_search_inet_aton" >&5
12094 $as_echo "$ac_cv_search_inet_aton" >&6; }
12095 ac_res=$ac_cv_search_inet_aton
12096 if test "$ac_res" != no; then :
12097   test "$ac_res" = "none required" || LIBS="$ac_res $LIBS"
12098
12099 fi
12100
12101
12102 for ac_func in \
12103         getaddrinfo \
12104         getnameinfo \
12105         getnetbyname \
12106         getprotobyname \
12107         getprotobynumber \
12108         getservbyport \
12109         inet_network \
12110         inet_ntop \
12111         inet_pton \
12112         sendmsg \
12113         socketpair \
12114
12115 do :
12116   as_ac_var=`$as_echo "ac_cv_func_$ac_func" | $as_tr_sh`
12117 ac_fn_c_check_func "$LINENO" "$ac_func" "$as_ac_var"
12118 eval as_val=\$$as_ac_var
12119    if test "x$as_val" = x""yes; then :
12120   cat >>confdefs.h <<_ACEOF
12121 #define `$as_echo "HAVE_$ac_func" | $as_tr_cpp` 1
12122 _ACEOF
12123
12124 fi
12125 done
12126
12127
12128 LDAPLIBS=""
12129
12130 if test "$ac_cv_header_ldap_h" = "yes" -a "$ac_cv_header_lber_h" = "yes"
12131 then
12132     ac_fn_c_check_type "$LINENO" "LDAPSortKey" "ac_cv_type_LDAPSortKey" "#include <ldap.h>
12133 "
12134 if test "x$ac_cv_type_LDAPSortKey" = x""yes; then :
12135   { $as_echo "$as_me:${as_lineno-$LINENO}: checking for ldap_initialize in -lldap_r" >&5
12136 $as_echo_n "checking for ldap_initialize in -lldap_r... " >&6; }
12137 if test "${ac_cv_lib_ldap_r_ldap_initialize+set}" = set; then :
12138   $as_echo_n "(cached) " >&6
12139 else
12140   ac_check_lib_save_LIBS=$LIBS
12141 LIBS="-lldap_r $LIBPTHREAD $LIBS"
12142 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
12143 /* end confdefs.h.  */
12144
12145 /* Override any GCC internal prototype to avoid an error.
12146    Use char because int might match the return type of a GCC
12147    builtin and then its argument prototype would still apply.  */
12148 #ifdef __cplusplus
12149 extern "C"
12150 #endif
12151 char ldap_initialize ();
12152 int
12153 main ()
12154 {
12155 return ldap_initialize ();
12156   ;
12157   return 0;
12158 }
12159 _ACEOF
12160 if ac_fn_c_try_link "$LINENO"; then :
12161   ac_cv_lib_ldap_r_ldap_initialize=yes
12162 else
12163   ac_cv_lib_ldap_r_ldap_initialize=no
12164 fi
12165 rm -f core conftest.err conftest.$ac_objext \
12166     conftest$ac_exeext conftest.$ac_ext
12167 LIBS=$ac_check_lib_save_LIBS
12168 fi
12169 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_ldap_r_ldap_initialize" >&5
12170 $as_echo "$ac_cv_lib_ldap_r_ldap_initialize" >&6; }
12171 if test "x$ac_cv_lib_ldap_r_ldap_initialize" = x""yes; then :
12172   { $as_echo "$as_me:${as_lineno-$LINENO}: checking for ber_init in -llber" >&5
12173 $as_echo_n "checking for ber_init in -llber... " >&6; }
12174 if test "${ac_cv_lib_lber_ber_init+set}" = set; then :
12175   $as_echo_n "(cached) " >&6
12176 else
12177   ac_check_lib_save_LIBS=$LIBS
12178 LIBS="-llber $LIBPTHREAD $LIBS"
12179 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
12180 /* end confdefs.h.  */
12181
12182 /* Override any GCC internal prototype to avoid an error.
12183    Use char because int might match the return type of a GCC
12184    builtin and then its argument prototype would still apply.  */
12185 #ifdef __cplusplus
12186 extern "C"
12187 #endif
12188 char ber_init ();
12189 int
12190 main ()
12191 {
12192 return ber_init ();
12193   ;
12194   return 0;
12195 }
12196 _ACEOF
12197 if ac_fn_c_try_link "$LINENO"; then :
12198   ac_cv_lib_lber_ber_init=yes
12199 else
12200   ac_cv_lib_lber_ber_init=no
12201 fi
12202 rm -f core conftest.err conftest.$ac_objext \
12203     conftest$ac_exeext conftest.$ac_ext
12204 LIBS=$ac_check_lib_save_LIBS
12205 fi
12206 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_lber_ber_init" >&5
12207 $as_echo "$ac_cv_lib_lber_ber_init" >&6; }
12208 if test "x$ac_cv_lib_lber_ber_init" = x""yes; then :
12209
12210 $as_echo "#define HAVE_LDAP 1" >>confdefs.h
12211
12212                  LDAPLIBS="-lldap_r -llber"
12213 fi
12214
12215 fi
12216
12217 fi
12218
12219     ac_wine_check_funcs_save_LIBS="$LIBS"
12220 LIBS="$LIBS $LDAPLIBS $LIBPTHREAD"
12221 for ac_func in \
12222         ldap_count_references \
12223         ldap_first_reference \
12224         ldap_next_reference \
12225         ldap_parse_reference \
12226         ldap_parse_sort_control \
12227         ldap_parse_sortresponse_control \
12228         ldap_parse_vlv_control \
12229         ldap_parse_vlvresponse_control
12230 do :
12231   as_ac_var=`$as_echo "ac_cv_func_$ac_func" | $as_tr_sh`
12232 ac_fn_c_check_func "$LINENO" "$ac_func" "$as_ac_var"
12233 eval as_val=\$$as_ac_var
12234    if test "x$as_val" = x""yes; then :
12235   cat >>confdefs.h <<_ACEOF
12236 #define `$as_echo "HAVE_$ac_func" | $as_tr_cpp` 1
12237 _ACEOF
12238
12239 fi
12240 done
12241
12242 LIBS="$ac_wine_check_funcs_save_LIBS"
12243 fi
12244 if test "x$LDAPLIBS" = "x"; then :
12245   case "x$with_ldap" in
12246   x)   wine_notices="$wine_notices|libldap (OpenLDAP) ${notice_platform}development files not found, LDAP won't be supported." ;;
12247   xno) ;;
12248   *)   as_fn_error "libldap (OpenLDAP) ${notice_platform}development files not found, LDAP won't be supported.
12249 This is an error since --with-ldap was requested." "$LINENO" 5 ;;
12250 esac
12251 fi
12252
12253 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether mkdir takes only one argument" >&5
12254 $as_echo_n "checking whether mkdir takes only one argument... " >&6; }
12255 if test "${wine_cv_one_arg_mkdir+set}" = set; then :
12256   $as_echo_n "(cached) " >&6
12257 else
12258   cat confdefs.h - <<_ACEOF >conftest.$ac_ext
12259 /* end confdefs.h.  */
12260 #include <sys/stat.h>
12261 int
12262 main ()
12263 {
12264 mkdir("foo");
12265   ;
12266   return 0;
12267 }
12268 _ACEOF
12269 if ac_fn_c_try_compile "$LINENO"; then :
12270   wine_cv_one_arg_mkdir=yes
12271 else
12272   wine_cv_one_arg_mkdir=no
12273 fi
12274 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
12275 fi
12276 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $wine_cv_one_arg_mkdir" >&5
12277 $as_echo "$wine_cv_one_arg_mkdir" >&6; }
12278 if test "$wine_cv_one_arg_mkdir" = "yes"
12279 then
12280
12281 $as_echo "#define HAVE_ONE_ARG_MKDIR 1" >>confdefs.h
12282
12283 fi
12284
12285
12286 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for an ANSI C-conforming const" >&5
12287 $as_echo_n "checking for an ANSI C-conforming const... " >&6; }
12288 if test "${ac_cv_c_const+set}" = set; then :
12289   $as_echo_n "(cached) " >&6
12290 else
12291   cat confdefs.h - <<_ACEOF >conftest.$ac_ext
12292 /* end confdefs.h.  */
12293
12294 int
12295 main ()
12296 {
12297 /* FIXME: Include the comments suggested by Paul. */
12298 #ifndef __cplusplus
12299   /* Ultrix mips cc rejects this.  */
12300   typedef int charset[2];
12301   const charset cs;
12302   /* SunOS 4.1.1 cc rejects this.  */
12303   char const *const *pcpcc;
12304   char **ppc;
12305   /* NEC SVR4.0.2 mips cc rejects this.  */
12306   struct point {int x, y;};
12307   static struct point const zero = {0,0};
12308   /* AIX XL C 1.02.0.0 rejects this.
12309      It does not let you subtract one const X* pointer from another in
12310      an arm of an if-expression whose if-part is not a constant
12311      expression */
12312   const char *g = "string";
12313   pcpcc = &g + (g ? g-g : 0);
12314   /* HPUX 7.0 cc rejects these. */
12315   ++pcpcc;
12316   ppc = (char**) pcpcc;
12317   pcpcc = (char const *const *) ppc;
12318   { /* SCO 3.2v4 cc rejects this.  */
12319     char *t;
12320     char const *s = 0 ? (char *) 0 : (char const *) 0;
12321
12322     *t++ = 0;
12323     if (s) return 0;
12324   }
12325   { /* Someone thinks the Sun supposedly-ANSI compiler will reject this.  */
12326     int x[] = {25, 17};
12327     const int *foo = &x[0];
12328     ++foo;
12329   }
12330   { /* Sun SC1.0 ANSI compiler rejects this -- but not the above. */
12331     typedef const int *iptr;
12332     iptr p = 0;
12333     ++p;
12334   }
12335   { /* AIX XL C 1.02.0.0 rejects this saying
12336        "k.c", line 2.27: 1506-025 (S) Operand must be a modifiable lvalue. */
12337     struct s { int j; const int *ap[3]; };
12338     struct s *b; b->j = 5;
12339   }
12340   { /* ULTRIX-32 V3.1 (Rev 9) vcc rejects this */
12341     const int foo = 10;
12342     if (!foo) return 0;
12343   }
12344   return !cs[0] && !zero.x;
12345 #endif
12346
12347   ;
12348   return 0;
12349 }
12350 _ACEOF
12351 if ac_fn_c_try_compile "$LINENO"; then :
12352   ac_cv_c_const=yes
12353 else
12354   ac_cv_c_const=no
12355 fi
12356 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
12357 fi
12358 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_c_const" >&5
12359 $as_echo "$ac_cv_c_const" >&6; }
12360 if test $ac_cv_c_const = no; then
12361
12362 $as_echo "#define const /**/" >>confdefs.h
12363
12364 fi
12365
12366 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for inline" >&5
12367 $as_echo_n "checking for inline... " >&6; }
12368 if test "${ac_cv_c_inline+set}" = set; then :
12369   $as_echo_n "(cached) " >&6
12370 else
12371   ac_cv_c_inline=no
12372 for ac_kw in inline __inline__ __inline; do
12373   cat confdefs.h - <<_ACEOF >conftest.$ac_ext
12374 /* end confdefs.h.  */
12375 #ifndef __cplusplus
12376 typedef int foo_t;
12377 static $ac_kw foo_t static_foo () {return 0; }
12378 $ac_kw foo_t foo () {return 0; }
12379 #endif
12380
12381 _ACEOF
12382 if ac_fn_c_try_compile "$LINENO"; then :
12383   ac_cv_c_inline=$ac_kw
12384 fi
12385 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
12386   test "$ac_cv_c_inline" != no && break
12387 done
12388
12389 fi
12390 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_c_inline" >&5
12391 $as_echo "$ac_cv_c_inline" >&6; }
12392
12393 case $ac_cv_c_inline in
12394   inline | yes) ;;
12395   *)
12396     case $ac_cv_c_inline in
12397       no) ac_val=;;
12398       *) ac_val=$ac_cv_c_inline;;
12399     esac
12400     cat >>confdefs.h <<_ACEOF
12401 #ifndef __cplusplus
12402 #define inline $ac_val
12403 #endif
12404 _ACEOF
12405     ;;
12406 esac
12407
12408 ac_fn_c_check_type "$LINENO" "mode_t" "ac_cv_type_mode_t" "$ac_includes_default"
12409 if test "x$ac_cv_type_mode_t" = x""yes; then :
12410
12411 cat >>confdefs.h <<_ACEOF
12412 #define HAVE_MODE_T 1
12413 _ACEOF
12414
12415
12416 fi
12417 ac_fn_c_check_type "$LINENO" "off_t" "ac_cv_type_off_t" "$ac_includes_default"
12418 if test "x$ac_cv_type_off_t" = x""yes; then :
12419
12420 cat >>confdefs.h <<_ACEOF
12421 #define HAVE_OFF_T 1
12422 _ACEOF
12423
12424
12425 fi
12426 ac_fn_c_check_type "$LINENO" "pid_t" "ac_cv_type_pid_t" "$ac_includes_default"
12427 if test "x$ac_cv_type_pid_t" = x""yes; then :
12428
12429 cat >>confdefs.h <<_ACEOF
12430 #define HAVE_PID_T 1
12431 _ACEOF
12432
12433
12434 fi
12435 ac_fn_c_check_type "$LINENO" "size_t" "ac_cv_type_size_t" "$ac_includes_default"
12436 if test "x$ac_cv_type_size_t" = x""yes; then :
12437
12438 cat >>confdefs.h <<_ACEOF
12439 #define HAVE_SIZE_T 1
12440 _ACEOF
12441
12442
12443 fi
12444 ac_fn_c_check_type "$LINENO" "ssize_t" "ac_cv_type_ssize_t" "$ac_includes_default"
12445 if test "x$ac_cv_type_ssize_t" = x""yes; then :
12446
12447 cat >>confdefs.h <<_ACEOF
12448 #define HAVE_SSIZE_T 1
12449 _ACEOF
12450
12451
12452 fi
12453 ac_fn_c_check_type "$LINENO" "long long" "ac_cv_type_long_long" "$ac_includes_default"
12454 if test "x$ac_cv_type_long_long" = x""yes; then :
12455
12456 cat >>confdefs.h <<_ACEOF
12457 #define HAVE_LONG_LONG 1
12458 _ACEOF
12459
12460
12461 fi
12462 ac_fn_c_check_type "$LINENO" "fsblkcnt_t" "ac_cv_type_fsblkcnt_t" "$ac_includes_default"
12463 if test "x$ac_cv_type_fsblkcnt_t" = x""yes; then :
12464
12465 cat >>confdefs.h <<_ACEOF
12466 #define HAVE_FSBLKCNT_T 1
12467 _ACEOF
12468
12469
12470 fi
12471 ac_fn_c_check_type "$LINENO" "fsfilcnt_t" "ac_cv_type_fsfilcnt_t" "$ac_includes_default"
12472 if test "x$ac_cv_type_fsfilcnt_t" = x""yes; then :
12473
12474 cat >>confdefs.h <<_ACEOF
12475 #define HAVE_FSFILCNT_T 1
12476 _ACEOF
12477
12478
12479 fi
12480
12481 ac_fn_c_check_type "$LINENO" "sigset_t" "ac_cv_type_sigset_t" "#include <sys/types.h>
12482 #include <signal.h>
12483 "
12484 if test "x$ac_cv_type_sigset_t" = x""yes; then :
12485
12486 cat >>confdefs.h <<_ACEOF
12487 #define HAVE_SIGSET_T 1
12488 _ACEOF
12489
12490
12491 fi
12492
12493 ac_fn_c_check_type "$LINENO" "request_sense" "ac_cv_type_request_sense" "#include <linux/cdrom.h>
12494 "
12495 if test "x$ac_cv_type_request_sense" = x""yes; then :
12496
12497 cat >>confdefs.h <<_ACEOF
12498 #define HAVE_REQUEST_SENSE 1
12499 _ACEOF
12500
12501
12502 fi
12503
12504
12505 ac_fn_c_check_type "$LINENO" "struct xinpgen" "ac_cv_type_struct_xinpgen" "#include <sys/types.h>
12506 #ifdef HAVE_SYS_SOCKET_H
12507 #include <sys/socket.h>
12508 #endif
12509 #ifdef HAVE_SYS_SOCKETVAR_H
12510 #include <sys/socketvar.h>
12511 #endif
12512 #ifdef HAVE_NET_ROUTE_H
12513 #include <net/route.h>
12514 #endif
12515 #ifdef HAVE_NETINET_IN_H
12516 #include <netinet/in.h>
12517 #endif
12518 #ifdef HAVE_NETINET_IN_SYSTM_H
12519 #include <netinet/in_systm.h>
12520 #endif
12521 #ifdef HAVE_NETINET_IP_H
12522 #include <netinet/ip.h>
12523 #endif
12524 #ifdef HAVE_NETINET_IN_PCB_H
12525 #include <netinet/in_pcb.h>
12526 #endif
12527 "
12528 if test "x$ac_cv_type_struct_xinpgen" = x""yes; then :
12529
12530 cat >>confdefs.h <<_ACEOF
12531 #define HAVE_STRUCT_XINPGEN 1
12532 _ACEOF
12533
12534
12535 fi
12536
12537
12538 ac_fn_c_check_member "$LINENO" "struct ff_effect" "direction" "ac_cv_member_struct_ff_effect_direction" "#ifdef HAVE_LINUX_INPUT_H
12539 #include <linux/input.h>
12540 #endif
12541 "
12542 if test "x$ac_cv_member_struct_ff_effect_direction" = x""yes; then :
12543
12544 cat >>confdefs.h <<_ACEOF
12545 #define HAVE_STRUCT_FF_EFFECT_DIRECTION 1
12546 _ACEOF
12547
12548
12549 fi
12550
12551
12552 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for sigaddset" >&5
12553 $as_echo_n "checking for sigaddset... " >&6; }
12554 if test "${wine_cv_have_sigaddset+set}" = set; then :
12555   $as_echo_n "(cached) " >&6
12556 else
12557   cat confdefs.h - <<_ACEOF >conftest.$ac_ext
12558 /* end confdefs.h.  */
12559 #include <signal.h>
12560 int
12561 main ()
12562 {
12563 sigset_t set; sigaddset(&set,SIGTERM);
12564   ;
12565   return 0;
12566 }
12567 _ACEOF
12568 if ac_fn_c_try_link "$LINENO"; then :
12569   wine_cv_have_sigaddset=yes
12570 else
12571   wine_cv_have_sigaddset=no
12572 fi
12573 rm -f core conftest.err conftest.$ac_objext \
12574     conftest$ac_exeext conftest.$ac_ext
12575 fi
12576 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $wine_cv_have_sigaddset" >&5
12577 $as_echo "$wine_cv_have_sigaddset" >&6; }
12578 if test "$wine_cv_have_sigaddset" = "yes"
12579 then
12580
12581 $as_echo "#define HAVE_SIGADDSET 1" >>confdefs.h
12582
12583 fi
12584
12585
12586 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether we can use re-entrant gethostbyname_r Linux style" >&5
12587 $as_echo_n "checking whether we can use re-entrant gethostbyname_r Linux style... " >&6; }
12588 if test "${wine_cv_linux_gethostbyname_r_6+set}" = set; then :
12589   $as_echo_n "(cached) " >&6
12590 else
12591   cat confdefs.h - <<_ACEOF >conftest.$ac_ext
12592 /* end confdefs.h.  */
12593 #include <netdb.h>
12594 int
12595 main ()
12596 {
12597
12598     char *name=0;
12599     struct hostent he;
12600     struct hostent *result;
12601     char *buf=0;
12602     int bufsize=0;
12603     int res,errnr;
12604     char *addr=0;
12605     int addrlen=0;
12606     int addrtype=0;
12607     res=gethostbyname_r(name,&he,buf,bufsize,&result,&errnr);
12608     res=gethostbyaddr_r(addr, addrlen, addrtype,&he,buf,bufsize,&result,&errnr);
12609
12610   ;
12611   return 0;
12612 }
12613 _ACEOF
12614 if ac_fn_c_try_link "$LINENO"; then :
12615   wine_cv_linux_gethostbyname_r_6=yes
12616 else
12617   wine_cv_linux_gethostbyname_r_6=no
12618
12619 fi
12620 rm -f core conftest.err conftest.$ac_objext \
12621     conftest$ac_exeext conftest.$ac_ext
12622
12623 fi
12624 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $wine_cv_linux_gethostbyname_r_6" >&5
12625 $as_echo "$wine_cv_linux_gethostbyname_r_6" >&6; }
12626    if test "$wine_cv_linux_gethostbyname_r_6" = "yes"
12627    then
12628
12629 $as_echo "#define HAVE_LINUX_GETHOSTBYNAME_R_6 1" >>confdefs.h
12630
12631    fi
12632
12633 if test "$ac_cv_header_linux_joystick_h" = "yes"
12634 then
12635    { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether linux/joystick.h uses the Linux 2.2+ API" >&5
12636 $as_echo_n "checking whether linux/joystick.h uses the Linux 2.2+ API... " >&6; }
12637 if test "${wine_cv_linux_joystick_22_api+set}" = set; then :
12638   $as_echo_n "(cached) " >&6
12639 else
12640   cat confdefs.h - <<_ACEOF >conftest.$ac_ext
12641 /* end confdefs.h.  */
12642
12643         #include <sys/ioctl.h>
12644         #include <sys/types.h>
12645         #include <linux/joystick.h>
12646
12647         struct js_event blub;
12648         #if !defined(JS_EVENT_AXIS) || !defined(JS_EVENT_BUTTON)
12649         #error "no 2.2 header"
12650         #endif
12651
12652 int
12653 main ()
12654 {
12655 /*empty*/
12656   ;
12657   return 0;
12658 }
12659 _ACEOF
12660 if ac_fn_c_try_compile "$LINENO"; then :
12661   wine_cv_linux_joystick_22_api=yes
12662 else
12663   wine_cv_linux_joystick_22_api=no
12664 fi
12665 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
12666
12667 fi
12668 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $wine_cv_linux_joystick_22_api" >&5
12669 $as_echo "$wine_cv_linux_joystick_22_api" >&6; }
12670    if test "$wine_cv_linux_joystick_22_api" = "yes"
12671    then
12672
12673 $as_echo "#define HAVE_LINUX_22_JOYSTICK_API 1" >>confdefs.h
12674
12675    fi
12676 fi
12677
12678
12679 ac_fn_c_check_member "$LINENO" "struct statfs" "f_bfree" "ac_cv_member_struct_statfs_f_bfree" "#include <sys/types.h>
12680 #ifdef HAVE_SYS_PARAM_H
12681 # include <sys/param.h>
12682 #endif
12683 #ifdef HAVE_SYS_MOUNT_H
12684 # include <sys/mount.h>
12685 #endif
12686 #ifdef HAVE_SYS_VFS_H
12687 # include <sys/vfs.h>
12688 #endif
12689 #ifdef HAVE_SYS_STATFS_H
12690 # include <sys/statfs.h>
12691 #endif
12692 "
12693 if test "x$ac_cv_member_struct_statfs_f_bfree" = x""yes; then :
12694
12695 cat >>confdefs.h <<_ACEOF
12696 #define HAVE_STRUCT_STATFS_F_BFREE 1
12697 _ACEOF
12698
12699
12700 fi
12701 ac_fn_c_check_member "$LINENO" "struct statfs" "f_bavail" "ac_cv_member_struct_statfs_f_bavail" "#include <sys/types.h>
12702 #ifdef HAVE_SYS_PARAM_H
12703 # include <sys/param.h>
12704 #endif
12705 #ifdef HAVE_SYS_MOUNT_H
12706 # include <sys/mount.h>
12707 #endif
12708 #ifdef HAVE_SYS_VFS_H
12709 # include <sys/vfs.h>
12710 #endif
12711 #ifdef HAVE_SYS_STATFS_H
12712 # include <sys/statfs.h>
12713 #endif
12714 "
12715 if test "x$ac_cv_member_struct_statfs_f_bavail" = x""yes; then :
12716
12717 cat >>confdefs.h <<_ACEOF
12718 #define HAVE_STRUCT_STATFS_F_BAVAIL 1
12719 _ACEOF
12720
12721
12722 fi
12723 ac_fn_c_check_member "$LINENO" "struct statfs" "f_frsize" "ac_cv_member_struct_statfs_f_frsize" "#include <sys/types.h>
12724 #ifdef HAVE_SYS_PARAM_H
12725 # include <sys/param.h>
12726 #endif
12727 #ifdef HAVE_SYS_MOUNT_H
12728 # include <sys/mount.h>
12729 #endif
12730 #ifdef HAVE_SYS_VFS_H
12731 # include <sys/vfs.h>
12732 #endif
12733 #ifdef HAVE_SYS_STATFS_H
12734 # include <sys/statfs.h>
12735 #endif
12736 "
12737 if test "x$ac_cv_member_struct_statfs_f_frsize" = x""yes; then :
12738
12739 cat >>confdefs.h <<_ACEOF
12740 #define HAVE_STRUCT_STATFS_F_FRSIZE 1
12741 _ACEOF
12742
12743
12744 fi
12745 ac_fn_c_check_member "$LINENO" "struct statfs" "f_ffree" "ac_cv_member_struct_statfs_f_ffree" "#include <sys/types.h>
12746 #ifdef HAVE_SYS_PARAM_H
12747 # include <sys/param.h>
12748 #endif
12749 #ifdef HAVE_SYS_MOUNT_H
12750 # include <sys/mount.h>
12751 #endif
12752 #ifdef HAVE_SYS_VFS_H
12753 # include <sys/vfs.h>
12754 #endif
12755 #ifdef HAVE_SYS_STATFS_H
12756 # include <sys/statfs.h>
12757 #endif
12758 "
12759 if test "x$ac_cv_member_struct_statfs_f_ffree" = x""yes; then :
12760
12761 cat >>confdefs.h <<_ACEOF
12762 #define HAVE_STRUCT_STATFS_F_FFREE 1
12763 _ACEOF
12764
12765
12766 fi
12767 ac_fn_c_check_member "$LINENO" "struct statfs" "f_favail" "ac_cv_member_struct_statfs_f_favail" "#include <sys/types.h>
12768 #ifdef HAVE_SYS_PARAM_H
12769 # include <sys/param.h>
12770 #endif
12771 #ifdef HAVE_SYS_MOUNT_H
12772 # include <sys/mount.h>
12773 #endif
12774 #ifdef HAVE_SYS_VFS_H
12775 # include <sys/vfs.h>
12776 #endif
12777 #ifdef HAVE_SYS_STATFS_H
12778 # include <sys/statfs.h>
12779 #endif
12780 "
12781 if test "x$ac_cv_member_struct_statfs_f_favail" = x""yes; then :
12782
12783 cat >>confdefs.h <<_ACEOF
12784 #define HAVE_STRUCT_STATFS_F_FAVAIL 1
12785 _ACEOF
12786
12787
12788 fi
12789 ac_fn_c_check_member "$LINENO" "struct statfs" "f_namelen" "ac_cv_member_struct_statfs_f_namelen" "#include <sys/types.h>
12790 #ifdef HAVE_SYS_PARAM_H
12791 # include <sys/param.h>
12792 #endif
12793 #ifdef HAVE_SYS_MOUNT_H
12794 # include <sys/mount.h>
12795 #endif
12796 #ifdef HAVE_SYS_VFS_H
12797 # include <sys/vfs.h>
12798 #endif
12799 #ifdef HAVE_SYS_STATFS_H
12800 # include <sys/statfs.h>
12801 #endif
12802 "
12803 if test "x$ac_cv_member_struct_statfs_f_namelen" = x""yes; then :
12804
12805 cat >>confdefs.h <<_ACEOF
12806 #define HAVE_STRUCT_STATFS_F_NAMELEN 1
12807 _ACEOF
12808
12809
12810 fi
12811
12812
12813 ac_fn_c_check_member "$LINENO" "struct statvfs" "f_blocks" "ac_cv_member_struct_statvfs_f_blocks" "#ifdef HAVE_SYS_STATVFS_H
12814 #include <sys/statvfs.h>
12815 #endif
12816 "
12817 if test "x$ac_cv_member_struct_statvfs_f_blocks" = x""yes; then :
12818
12819 cat >>confdefs.h <<_ACEOF
12820 #define HAVE_STRUCT_STATVFS_F_BLOCKS 1
12821 _ACEOF
12822
12823
12824 fi
12825
12826
12827 ac_fn_c_check_member "$LINENO" "struct msghdr" "msg_accrights" "ac_cv_member_struct_msghdr_msg_accrights" "#include <sys/types.h>
12828 #ifdef HAVE_SYS_SOCKET_H
12829 # include <sys/socket.h>
12830 #endif
12831 #ifdef HAVE_SYS_UN_H
12832 # include <sys/un.h>
12833 #endif
12834 "
12835 if test "x$ac_cv_member_struct_msghdr_msg_accrights" = x""yes; then :
12836
12837 cat >>confdefs.h <<_ACEOF
12838 #define HAVE_STRUCT_MSGHDR_MSG_ACCRIGHTS 1
12839 _ACEOF
12840
12841
12842 fi
12843 ac_fn_c_check_member "$LINENO" "struct sockaddr" "sa_len" "ac_cv_member_struct_sockaddr_sa_len" "#include <sys/types.h>
12844 #ifdef HAVE_SYS_SOCKET_H
12845 # include <sys/socket.h>
12846 #endif
12847 #ifdef HAVE_SYS_UN_H
12848 # include <sys/un.h>
12849 #endif
12850 "
12851 if test "x$ac_cv_member_struct_sockaddr_sa_len" = x""yes; then :
12852
12853 cat >>confdefs.h <<_ACEOF
12854 #define HAVE_STRUCT_SOCKADDR_SA_LEN 1
12855 _ACEOF
12856
12857
12858 fi
12859 ac_fn_c_check_member "$LINENO" "struct sockaddr_un" "sun_len" "ac_cv_member_struct_sockaddr_un_sun_len" "#include <sys/types.h>
12860 #ifdef HAVE_SYS_SOCKET_H
12861 # include <sys/socket.h>
12862 #endif
12863 #ifdef HAVE_SYS_UN_H
12864 # include <sys/un.h>
12865 #endif
12866 "
12867 if test "x$ac_cv_member_struct_sockaddr_un_sun_len" = x""yes; then :
12868
12869 cat >>confdefs.h <<_ACEOF
12870 #define HAVE_STRUCT_SOCKADDR_UN_SUN_LEN 1
12871 _ACEOF
12872
12873
12874 fi
12875
12876
12877 ac_fn_c_check_member "$LINENO" "scsireq_t" "cmd" "ac_cv_member_scsireq_t_cmd" "#include <sys/types.h>
12878 #ifdef HAVE_SCSI_SG_H
12879 #include <scsi/sg.h>
12880 #endif
12881 "
12882 if test "x$ac_cv_member_scsireq_t_cmd" = x""yes; then :
12883
12884 cat >>confdefs.h <<_ACEOF
12885 #define HAVE_SCSIREQ_T_CMD 1
12886 _ACEOF
12887
12888
12889 fi
12890 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>
12891 #ifdef HAVE_SCSI_SG_H
12892 #include <scsi/sg.h>
12893 #endif
12894 "
12895 if test "x$ac_cv_member_sg_io_hdr_t_interface_id" = x""yes; then :
12896
12897 cat >>confdefs.h <<_ACEOF
12898 #define HAVE_SG_IO_HDR_T_INTERFACE_ID 1
12899 _ACEOF
12900
12901
12902 fi
12903
12904
12905 ac_fn_c_check_member "$LINENO" "siginfo_t" "si_fd" "ac_cv_member_siginfo_t_si_fd" "#include <signal.h>
12906 "
12907 if test "x$ac_cv_member_siginfo_t_si_fd" = x""yes; then :
12908
12909 cat >>confdefs.h <<_ACEOF
12910 #define HAVE_SIGINFO_T_SI_FD 1
12911 _ACEOF
12912
12913
12914 fi
12915
12916
12917 ac_fn_c_check_member "$LINENO" "struct mtget" "mt_blksiz" "ac_cv_member_struct_mtget_mt_blksiz" "#include <sys/types.h>
12918 #ifdef HAVE_SYS_MTIO_H
12919 #include <sys/mtio.h>
12920 #endif
12921 "
12922 if test "x$ac_cv_member_struct_mtget_mt_blksiz" = x""yes; then :
12923
12924 cat >>confdefs.h <<_ACEOF
12925 #define HAVE_STRUCT_MTGET_MT_BLKSIZ 1
12926 _ACEOF
12927
12928
12929 fi
12930 ac_fn_c_check_member "$LINENO" "struct mtget" "mt_gstat" "ac_cv_member_struct_mtget_mt_gstat" "#include <sys/types.h>
12931 #ifdef HAVE_SYS_MTIO_H
12932 #include <sys/mtio.h>
12933 #endif
12934 "
12935 if test "x$ac_cv_member_struct_mtget_mt_gstat" = x""yes; then :
12936
12937 cat >>confdefs.h <<_ACEOF
12938 #define HAVE_STRUCT_MTGET_MT_GSTAT 1
12939 _ACEOF
12940
12941
12942 fi
12943 ac_fn_c_check_member "$LINENO" "struct mtget" "mt_blkno" "ac_cv_member_struct_mtget_mt_blkno" "#include <sys/types.h>
12944 #ifdef HAVE_SYS_MTIO_H
12945 #include <sys/mtio.h>
12946 #endif
12947 "
12948 if test "x$ac_cv_member_struct_mtget_mt_blkno" = x""yes; then :
12949
12950 cat >>confdefs.h <<_ACEOF
12951 #define HAVE_STRUCT_MTGET_MT_BLKNO 1
12952 _ACEOF
12953
12954
12955 fi
12956
12957
12958 ac_fn_c_check_member "$LINENO" "struct option" "name" "ac_cv_member_struct_option_name" "#ifdef HAVE_GETOPT_H
12959 #include <getopt.h>
12960 #endif
12961 "
12962 if test "x$ac_cv_member_struct_option_name" = x""yes; then :
12963
12964 cat >>confdefs.h <<_ACEOF
12965 #define HAVE_STRUCT_OPTION_NAME 1
12966 _ACEOF
12967
12968
12969 fi
12970
12971
12972 ac_fn_c_check_member "$LINENO" "struct stat" "st_blocks" "ac_cv_member_struct_stat_st_blocks" "$ac_includes_default"
12973 if test "x$ac_cv_member_struct_stat_st_blocks" = x""yes; then :
12974
12975 cat >>confdefs.h <<_ACEOF
12976 #define HAVE_STRUCT_STAT_ST_BLOCKS 1
12977 _ACEOF
12978
12979
12980 fi
12981 ac_fn_c_check_member "$LINENO" "struct stat" "st_mtim" "ac_cv_member_struct_stat_st_mtim" "$ac_includes_default"
12982 if test "x$ac_cv_member_struct_stat_st_mtim" = x""yes; then :
12983
12984 cat >>confdefs.h <<_ACEOF
12985 #define HAVE_STRUCT_STAT_ST_MTIM 1
12986 _ACEOF
12987
12988
12989 fi
12990 ac_fn_c_check_member "$LINENO" "struct stat" "st_ctim" "ac_cv_member_struct_stat_st_ctim" "$ac_includes_default"
12991 if test "x$ac_cv_member_struct_stat_st_ctim" = x""yes; then :
12992
12993 cat >>confdefs.h <<_ACEOF
12994 #define HAVE_STRUCT_STAT_ST_CTIM 1
12995 _ACEOF
12996
12997
12998 fi
12999 ac_fn_c_check_member "$LINENO" "struct stat" "st_atim" "ac_cv_member_struct_stat_st_atim" "$ac_includes_default"
13000 if test "x$ac_cv_member_struct_stat_st_atim" = x""yes; then :
13001
13002 cat >>confdefs.h <<_ACEOF
13003 #define HAVE_STRUCT_STAT_ST_ATIM 1
13004 _ACEOF
13005
13006
13007 fi
13008
13009
13010 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
13011 #include <sys/types.h>
13012 #endif
13013 #ifdef HAVE_NETINET_IN_H
13014 #include <netinet/in.h>
13015 #endif
13016 "
13017 if test "x$ac_cv_member_struct_sockaddr_in6_sin6_scope_id" = x""yes; then :
13018
13019 cat >>confdefs.h <<_ACEOF
13020 #define HAVE_STRUCT_SOCKADDR_IN6_SIN6_SCOPE_ID 1
13021 _ACEOF
13022
13023
13024 fi
13025
13026
13027 ac_fn_c_check_member "$LINENO" "ns_msg" "_msg_ptr" "ac_cv_member_ns_msg__msg_ptr" "#ifdef HAVE_SYS_TYPES_H
13028 #include <sys/types.h>
13029 #endif
13030 #ifdef HAVE_NETINET_IN_H
13031 # include <netinet/in.h>
13032 #endif
13033 #ifdef HAVE_ARPA_NAMESER_H
13034 # include <arpa/nameser.h>
13035 #endif
13036 "
13037 if test "x$ac_cv_member_ns_msg__msg_ptr" = x""yes; then :
13038
13039 cat >>confdefs.h <<_ACEOF
13040 #define HAVE_NS_MSG__MSG_PTR 1
13041 _ACEOF
13042
13043
13044 fi
13045
13046
13047 ac_fn_c_check_member "$LINENO" "struct icmpstat" "icps_outhist" "ac_cv_member_struct_icmpstat_icps_outhist" "#ifdef HAVE_SYS_TYPES_H
13048 #include <sys/types.h>
13049 #endif
13050 #ifdef HAVE_ALIAS_H
13051 #include <alias.h>
13052 #endif
13053 #ifdef HAVE_SYS_SOCKET_H
13054 #include <sys/socket.h>
13055 #endif
13056 #ifdef HAVE_SYS_SOCKETVAR_H
13057 #include <sys/socketvar.h>
13058 #endif
13059 #ifdef HAVE_SYS_TIMEOUT_H
13060 #include <sys/timeout.h>
13061 #endif
13062 #ifdef HAVE_NETINET_IN_H
13063 #include <netinet/in.h>
13064 #endif
13065 #ifdef HAVE_NETINET_IN_SYSTM_H
13066 #include <netinet/in_systm.h>
13067 #endif
13068 #ifdef HAVE_NETINET_IP_H
13069 #include <netinet/ip.h>
13070 #endif
13071 #ifdef HAVE_NETINET_IP_VAR_H
13072 #include <netinet/ip_var.h>
13073 #endif
13074 #ifdef HAVE_NETINET_IP_ICMP_H
13075 #include <netinet/ip_icmp.h>
13076 #endif
13077 #ifdef HAVE_NETINET_ICMP_VAR
13078 #include <netinet/icmp_var.h>
13079 #endif
13080 "
13081 if test "x$ac_cv_member_struct_icmpstat_icps_outhist" = x""yes; then :
13082
13083 cat >>confdefs.h <<_ACEOF
13084 #define HAVE_STRUCT_ICMPSTAT_ICPS_OUTHIST 1
13085 _ACEOF
13086
13087
13088 fi
13089
13090
13091 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for timezone variable" >&5
13092 $as_echo_n "checking for timezone variable... " >&6; }
13093 if test "${ac_cv_have_timezone+set}" = set; then :
13094   $as_echo_n "(cached) " >&6
13095 else
13096   cat confdefs.h - <<_ACEOF >conftest.$ac_ext
13097 /* end confdefs.h.  */
13098 #include <time.h>
13099 int
13100 main ()
13101 {
13102 timezone = 1
13103   ;
13104   return 0;
13105 }
13106 _ACEOF
13107 if ac_fn_c_try_link "$LINENO"; then :
13108   ac_cv_have_timezone="yes"
13109 else
13110   ac_cv_have_timezone="no"
13111 fi
13112 rm -f core conftest.err conftest.$ac_objext \
13113     conftest$ac_exeext conftest.$ac_ext
13114 fi
13115 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_have_timezone" >&5
13116 $as_echo "$ac_cv_have_timezone" >&6; }
13117 if test "$ac_cv_have_timezone" = "yes"
13118 then
13119
13120 $as_echo "#define HAVE_TIMEZONE 1" >>confdefs.h
13121
13122 fi
13123 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for daylight variable" >&5
13124 $as_echo_n "checking for daylight variable... " >&6; }
13125 if test "${ac_cv_have_daylight+set}" = set; then :
13126   $as_echo_n "(cached) " >&6
13127 else
13128   cat confdefs.h - <<_ACEOF >conftest.$ac_ext
13129 /* end confdefs.h.  */
13130 #include <time.h>
13131 int
13132 main ()
13133 {
13134 daylight = 1
13135   ;
13136   return 0;
13137 }
13138 _ACEOF
13139 if ac_fn_c_try_link "$LINENO"; then :
13140   ac_cv_have_daylight="yes"
13141 else
13142   ac_cv_have_daylight="no"
13143 fi
13144 rm -f core conftest.err conftest.$ac_objext \
13145     conftest$ac_exeext conftest.$ac_ext
13146 fi
13147 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_have_daylight" >&5
13148 $as_echo "$ac_cv_have_daylight" >&6; }
13149 if test "$ac_cv_have_daylight" = "yes"
13150 then
13151
13152 $as_echo "#define HAVE_DAYLIGHT 1" >>confdefs.h
13153
13154 fi
13155
13156 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for isinf" >&5
13157 $as_echo_n "checking for isinf... " >&6; }
13158 if test "${ac_cv_have_isinf+set}" = set; then :
13159   $as_echo_n "(cached) " >&6
13160 else
13161   cat confdefs.h - <<_ACEOF >conftest.$ac_ext
13162 /* end confdefs.h.  */
13163 #include <math.h>
13164 int
13165 main ()
13166 {
13167 float f = 0.0; int i=isinf(f)
13168   ;
13169   return 0;
13170 }
13171 _ACEOF
13172 if ac_fn_c_try_link "$LINENO"; then :
13173   ac_cv_have_isinf="yes"
13174 else
13175   ac_cv_have_isinf="no"
13176 fi
13177 rm -f core conftest.err conftest.$ac_objext \
13178     conftest$ac_exeext conftest.$ac_ext
13179 fi
13180 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_have_isinf" >&5
13181 $as_echo "$ac_cv_have_isinf" >&6; }
13182 if test "$ac_cv_have_isinf" = "yes"
13183 then
13184
13185 $as_echo "#define HAVE_ISINF 1" >>confdefs.h
13186
13187 fi
13188
13189 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for isnan" >&5
13190 $as_echo_n "checking for isnan... " >&6; }
13191 if test "${ac_cv_have_isnan+set}" = set; then :
13192   $as_echo_n "(cached) " >&6
13193 else
13194   cat confdefs.h - <<_ACEOF >conftest.$ac_ext
13195 /* end confdefs.h.  */
13196 #include <math.h>
13197 int
13198 main ()
13199 {
13200 float f = 0.0; int i=isnan(f)
13201   ;
13202   return 0;
13203 }
13204 _ACEOF
13205 if ac_fn_c_try_link "$LINENO"; then :
13206   ac_cv_have_isnan="yes"
13207 else
13208   ac_cv_have_isnan="no"
13209 fi
13210 rm -f core conftest.err conftest.$ac_objext \
13211     conftest$ac_exeext conftest.$ac_ext
13212 fi
13213 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_have_isnan" >&5
13214 $as_echo "$ac_cv_have_isnan" >&6; }
13215 if test "$ac_cv_have_isnan" = "yes"
13216 then
13217
13218 $as_echo "#define HAVE_ISNAN 1" >>confdefs.h
13219
13220 fi
13221
13222
13223 case $host_cpu in
13224   *i[3456789]86*) { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether we need to define __i386__" >&5
13225 $as_echo_n "checking whether we need to define __i386__... " >&6; }
13226 if test "${ac_cv_cpp_def___i386__+set}" = set; then :
13227   $as_echo_n "(cached) " >&6
13228 else
13229   cat confdefs.h - <<_ACEOF >conftest.$ac_ext
13230 /* end confdefs.h.  */
13231 #ifndef __i386__
13232 yes
13233 #endif
13234 _ACEOF
13235 if (eval "$ac_cpp conftest.$ac_ext") 2>&5 |
13236   $EGREP "yes" >/dev/null 2>&1; then :
13237   ac_cv_cpp_def___i386__=yes
13238 else
13239   ac_cv_cpp_def___i386__=no
13240 fi
13241 rm -f conftest*
13242
13243 fi
13244 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_cpp_def___i386__" >&5
13245 $as_echo "$ac_cv_cpp_def___i386__" >&6; }
13246 if test $ac_cv_cpp_def___i386__ = yes; then :
13247   CFLAGS="$CFLAGS -D__i386__"
13248   LINTFLAGS="$LINTFLAGS -D__i386__"
13249 fi ;;
13250   *x86_64*)         { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether we need to define __x86_64__" >&5
13251 $as_echo_n "checking whether we need to define __x86_64__... " >&6; }
13252 if test "${ac_cv_cpp_def___x86_64__+set}" = set; then :
13253   $as_echo_n "(cached) " >&6
13254 else
13255   cat confdefs.h - <<_ACEOF >conftest.$ac_ext
13256 /* end confdefs.h.  */
13257 #ifndef __x86_64__
13258 yes
13259 #endif
13260 _ACEOF
13261 if (eval "$ac_cpp conftest.$ac_ext") 2>&5 |
13262   $EGREP "yes" >/dev/null 2>&1; then :
13263   ac_cv_cpp_def___x86_64__=yes
13264 else
13265   ac_cv_cpp_def___x86_64__=no
13266 fi
13267 rm -f conftest*
13268
13269 fi
13270 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_cpp_def___x86_64__" >&5
13271 $as_echo "$ac_cv_cpp_def___x86_64__" >&6; }
13272 if test $ac_cv_cpp_def___x86_64__ = yes; then :
13273   CFLAGS="$CFLAGS -D__x86_64__"
13274   LINTFLAGS="$LINTFLAGS -D__x86_64__"
13275 fi ;;
13276   *alpha*)          { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether we need to define __ALPHA__" >&5
13277 $as_echo_n "checking whether we need to define __ALPHA__... " >&6; }
13278 if test "${ac_cv_cpp_def___ALPHA__+set}" = set; then :
13279   $as_echo_n "(cached) " >&6
13280 else
13281   cat confdefs.h - <<_ACEOF >conftest.$ac_ext
13282 /* end confdefs.h.  */
13283 #ifndef __ALPHA__
13284 yes
13285 #endif
13286 _ACEOF
13287 if (eval "$ac_cpp conftest.$ac_ext") 2>&5 |
13288   $EGREP "yes" >/dev/null 2>&1; then :
13289   ac_cv_cpp_def___ALPHA__=yes
13290 else
13291   ac_cv_cpp_def___ALPHA__=no
13292 fi
13293 rm -f conftest*
13294
13295 fi
13296 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_cpp_def___ALPHA__" >&5
13297 $as_echo "$ac_cv_cpp_def___ALPHA__" >&6; }
13298 if test $ac_cv_cpp_def___ALPHA__ = yes; then :
13299   CFLAGS="$CFLAGS -D__ALPHA__"
13300   LINTFLAGS="$LINTFLAGS -D__ALPHA__"
13301 fi ;;
13302   *sparc*)          { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether we need to define __sparc__" >&5
13303 $as_echo_n "checking whether we need to define __sparc__... " >&6; }
13304 if test "${ac_cv_cpp_def___sparc__+set}" = set; then :
13305   $as_echo_n "(cached) " >&6
13306 else
13307   cat confdefs.h - <<_ACEOF >conftest.$ac_ext
13308 /* end confdefs.h.  */
13309 #ifndef __sparc__
13310 yes
13311 #endif
13312 _ACEOF
13313 if (eval "$ac_cpp conftest.$ac_ext") 2>&5 |
13314   $EGREP "yes" >/dev/null 2>&1; then :
13315   ac_cv_cpp_def___sparc__=yes
13316 else
13317   ac_cv_cpp_def___sparc__=no
13318 fi
13319 rm -f conftest*
13320
13321 fi
13322 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_cpp_def___sparc__" >&5
13323 $as_echo "$ac_cv_cpp_def___sparc__" >&6; }
13324 if test $ac_cv_cpp_def___sparc__ = yes; then :
13325   CFLAGS="$CFLAGS -D__sparc__"
13326   LINTFLAGS="$LINTFLAGS -D__sparc__"
13327 fi ;;
13328   *powerpc*)        { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether we need to define __powerpc__" >&5
13329 $as_echo_n "checking whether we need to define __powerpc__... " >&6; }
13330 if test "${ac_cv_cpp_def___powerpc__+set}" = set; then :
13331   $as_echo_n "(cached) " >&6
13332 else
13333   cat confdefs.h - <<_ACEOF >conftest.$ac_ext
13334 /* end confdefs.h.  */
13335 #ifndef __powerpc__
13336 yes
13337 #endif
13338 _ACEOF
13339 if (eval "$ac_cpp conftest.$ac_ext") 2>&5 |
13340   $EGREP "yes" >/dev/null 2>&1; then :
13341   ac_cv_cpp_def___powerpc__=yes
13342 else
13343   ac_cv_cpp_def___powerpc__=no
13344 fi
13345 rm -f conftest*
13346
13347 fi
13348 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_cpp_def___powerpc__" >&5
13349 $as_echo "$ac_cv_cpp_def___powerpc__" >&6; }
13350 if test $ac_cv_cpp_def___powerpc__ = yes; then :
13351   CFLAGS="$CFLAGS -D__powerpc__"
13352   LINTFLAGS="$LINTFLAGS -D__powerpc__"
13353 fi ;;
13354 esac
13355
13356 case $host_vendor in
13357   *sun*) { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether we need to define __sun__" >&5
13358 $as_echo_n "checking whether we need to define __sun__... " >&6; }
13359 if test "${ac_cv_cpp_def___sun__+set}" = set; then :
13360   $as_echo_n "(cached) " >&6
13361 else
13362   cat confdefs.h - <<_ACEOF >conftest.$ac_ext
13363 /* end confdefs.h.  */
13364 #ifndef __sun__
13365 yes
13366 #endif
13367 _ACEOF
13368 if (eval "$ac_cpp conftest.$ac_ext") 2>&5 |
13369   $EGREP "yes" >/dev/null 2>&1; then :
13370   ac_cv_cpp_def___sun__=yes
13371 else
13372   ac_cv_cpp_def___sun__=no
13373 fi
13374 rm -f conftest*
13375
13376 fi
13377 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_cpp_def___sun__" >&5
13378 $as_echo "$ac_cv_cpp_def___sun__" >&6; }
13379 if test $ac_cv_cpp_def___sun__ = yes; then :
13380   CFLAGS="$CFLAGS -D__sun__"
13381   LINTFLAGS="$LINTFLAGS -D__sun__"
13382 fi ;;
13383 esac
13384
13385
13386 DEPENDENCIES="### Dependencies:
13387
13388 .INIT: Makefile
13389 .BEGIN: Makefile
13390 .MAKEFILEDEPS:
13391 Makefile: dummy
13392         -\$(MAKEDEP) \$(MAKEDEPFLAGS) -C\$(SRCDIR) -S\$(TOPSRCDIR) -T\$(TOPOBJDIR) \$(EXTRAINCL) \$(DEPEND_SRCS)
13393
13394 \$(OBJS) \$(C_SRCS16:.c=.o): \$(IDL_GEN_HEADERS)
13395 \$(IDL_GEN_C_SRCS:.c=.o): \$(IDL_GEN_C_SRCS)
13396 \$(RC_SRCS:.rc=.res): \$(IDL_TLB_SRCS:.idl=.tlb)
13397 \$(LEX_SRCS:.l=.yy.o): \$(LEX_SRCS:.l=.yy.c)
13398 \$(BISON_SRCS:.y=.tab.o): \$(BISON_SRCS:.y=.tab.c)"
13399
13400
13401 ALL_MAKERULES=""
13402
13403 ALL_MAKEFILES=""
13404
13405 ALL_MAKEFILE_DEPENDS="# Makefile dependencies"
13406
13407
13408 ALL_TOP_DIRS=""
13409
13410 ALL_DLL_DIRS=""
13411
13412 ALL_IMPLIB_DIRS=""
13413
13414 ALL_TEST_DIRS=""
13415
13416 ALL_PROGRAM_DIRS=""
13417
13418 ALL_PROGRAM_INSTALL_DIRS=""
13419
13420 ALL_PROGRAM_BIN_INSTALL_DIRS=""
13421
13422
13423
13424
13425 ac_config_commands="$ac_config_commands include/stamp-h"
13426
13427
13428 ac_config_commands="$ac_config_commands dlls/gdi32/enhmfdrv"
13429
13430 ac_config_commands="$ac_config_commands dlls/gdi32/mfdrv"
13431
13432 ac_config_commands="$ac_config_commands dlls/kernel32/nls"
13433
13434 ac_config_commands="$ac_config_commands dlls/user32/resources"
13435
13436 ac_config_commands="$ac_config_commands dlls/wineps.drv/data"
13437
13438 ac_config_commands="$ac_config_commands include/wine"
13439
13440
13441 ALL_MAKERULES="$ALL_MAKERULES \\
13442         Make.rules"
13443 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
13444 Make.rules: Make.rules.in"
13445 MAKE_RULES=Make.rules
13446 ac_config_files="$ac_config_files Make.rules"
13447
13448 ALL_MAKERULES="$ALL_MAKERULES \\
13449         dlls/Makedll.rules"
13450 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
13451 dlls/Makedll.rules: dlls/Makedll.rules.in Make.rules"
13452 MAKE_DLL_RULES=dlls/Makedll.rules
13453 ac_config_files="$ac_config_files dlls/Makedll.rules"
13454
13455 ALL_MAKERULES="$ALL_MAKERULES \\
13456         dlls/Makeimplib.rules"
13457 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
13458 dlls/Makeimplib.rules: dlls/Makeimplib.rules.in Make.rules"
13459 MAKE_IMPLIB_RULES=dlls/Makeimplib.rules
13460 ac_config_files="$ac_config_files dlls/Makeimplib.rules"
13461
13462 ALL_MAKERULES="$ALL_MAKERULES \\
13463         dlls/Maketest.rules"
13464 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
13465 dlls/Maketest.rules: dlls/Maketest.rules.in Make.rules"
13466 MAKE_TEST_RULES=dlls/Maketest.rules
13467 ac_config_files="$ac_config_files dlls/Maketest.rules"
13468
13469 ALL_MAKERULES="$ALL_MAKERULES \\
13470         programs/Makeprog.rules"
13471 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
13472 programs/Makeprog.rules: programs/Makeprog.rules.in Make.rules"
13473 MAKE_PROG_RULES=programs/Makeprog.rules
13474 ac_config_files="$ac_config_files programs/Makeprog.rules"
13475
13476
13477
13478
13479 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
13480 Makefile: Makefile.in Make.rules"
13481 ac_config_files="$ac_config_files Makefile"
13482
13483 ALL_MAKEFILES="$ALL_MAKEFILES \\
13484         dlls/Makefile"
13485 test "x$enable_dlls" != xno && ALL_TOP_DIRS="$ALL_TOP_DIRS \\
13486         dlls"
13487 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
13488 dlls/Makefile: dlls/Makefile.in Make.rules"
13489 ac_config_files="$ac_config_files dlls/Makefile"
13490
13491 ALL_MAKEFILES="$ALL_MAKEFILES \\
13492         dlls/acledit/Makefile"
13493 test "x$enable_acledit" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
13494         acledit"
13495 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
13496 dlls/acledit/Makefile: dlls/acledit/Makefile.in dlls/Makedll.rules"
13497 ac_config_files="$ac_config_files dlls/acledit/Makefile"
13498
13499 ALL_MAKEFILES="$ALL_MAKEFILES \\
13500         dlls/aclui/Makefile"
13501 test "x$enable_aclui" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
13502         aclui"
13503 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
13504 dlls/aclui/Makefile: dlls/aclui/Makefile.in dlls/Makedll.rules"
13505 ac_config_files="$ac_config_files dlls/aclui/Makefile"
13506
13507 ALL_MAKEFILES="$ALL_MAKEFILES \\
13508         dlls/activeds/Makefile"
13509 test "x$enable_activeds" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
13510         activeds"
13511 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
13512 dlls/activeds/Makefile: dlls/activeds/Makefile.in dlls/Makedll.rules"
13513 ac_config_files="$ac_config_files dlls/activeds/Makefile"
13514
13515 ALL_MAKEFILES="$ALL_MAKEFILES \\
13516         dlls/actxprxy/Makefile"
13517 test "x$enable_actxprxy" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
13518         actxprxy"
13519 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
13520 dlls/actxprxy/Makefile: dlls/actxprxy/Makefile.in dlls/Makedll.rules"
13521 ac_config_files="$ac_config_files dlls/actxprxy/Makefile"
13522
13523 ALL_MAKEFILES="$ALL_MAKEFILES \\
13524         dlls/adsiid/Makefile"
13525 test "x$enable_adsiid" != xno && ALL_IMPLIB_DIRS="$ALL_IMPLIB_DIRS \\
13526         adsiid"
13527 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
13528 dlls/adsiid/Makefile: dlls/adsiid/Makefile.in dlls/Makeimplib.rules"
13529 ac_config_files="$ac_config_files dlls/adsiid/Makefile"
13530
13531 ALL_MAKEFILES="$ALL_MAKEFILES \\
13532         dlls/advapi32/Makefile"
13533 test "x$enable_advapi32" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
13534         advapi32"
13535 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
13536 dlls/advapi32/Makefile: dlls/advapi32/Makefile.in dlls/Makedll.rules"
13537 ac_config_files="$ac_config_files dlls/advapi32/Makefile"
13538
13539 ALL_MAKEFILES="$ALL_MAKEFILES \\
13540         dlls/advapi32/tests/Makefile"
13541 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
13542         advapi32/tests"
13543 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
13544 dlls/advapi32/tests/Makefile: dlls/advapi32/tests/Makefile.in dlls/Maketest.rules"
13545 ac_config_files="$ac_config_files dlls/advapi32/tests/Makefile"
13546
13547 ALL_MAKEFILES="$ALL_MAKEFILES \\
13548         dlls/advpack/Makefile"
13549 test "x$enable_advpack" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
13550         advpack"
13551 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
13552 dlls/advpack/Makefile: dlls/advpack/Makefile.in dlls/Makedll.rules"
13553 ac_config_files="$ac_config_files dlls/advpack/Makefile"
13554
13555 ALL_MAKEFILES="$ALL_MAKEFILES \\
13556         dlls/advpack/tests/Makefile"
13557 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
13558         advpack/tests"
13559 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
13560 dlls/advpack/tests/Makefile: dlls/advpack/tests/Makefile.in dlls/Maketest.rules"
13561 ac_config_files="$ac_config_files dlls/advpack/tests/Makefile"
13562
13563 ALL_MAKEFILES="$ALL_MAKEFILES \\
13564         dlls/amstream/Makefile"
13565 test "x$enable_amstream" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
13566         amstream"
13567 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
13568 dlls/amstream/Makefile: dlls/amstream/Makefile.in dlls/Makedll.rules"
13569 ac_config_files="$ac_config_files dlls/amstream/Makefile"
13570
13571 ALL_MAKEFILES="$ALL_MAKEFILES \\
13572         dlls/amstream/tests/Makefile"
13573 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
13574         amstream/tests"
13575 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
13576 dlls/amstream/tests/Makefile: dlls/amstream/tests/Makefile.in dlls/Maketest.rules"
13577 ac_config_files="$ac_config_files dlls/amstream/tests/Makefile"
13578
13579 ALL_MAKEFILES="$ALL_MAKEFILES \\
13580         dlls/appwiz.cpl/Makefile"
13581 test "x$enable_appwiz_cpl" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
13582         appwiz.cpl"
13583 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
13584 dlls/appwiz.cpl/Makefile: dlls/appwiz.cpl/Makefile.in dlls/Makedll.rules"
13585 ac_config_files="$ac_config_files dlls/appwiz.cpl/Makefile"
13586
13587 ALL_MAKEFILES="$ALL_MAKEFILES \\
13588         dlls/atl/Makefile"
13589 test "x$enable_atl" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
13590         atl"
13591 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
13592 dlls/atl/Makefile: dlls/atl/Makefile.in dlls/Makedll.rules"
13593 ac_config_files="$ac_config_files dlls/atl/Makefile"
13594
13595 ALL_MAKEFILES="$ALL_MAKEFILES \\
13596         dlls/authz/Makefile"
13597 test "x$enable_authz" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
13598         authz"
13599 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
13600 dlls/authz/Makefile: dlls/authz/Makefile.in dlls/Makedll.rules"
13601 ac_config_files="$ac_config_files dlls/authz/Makefile"
13602
13603 ALL_MAKEFILES="$ALL_MAKEFILES \\
13604         dlls/avicap32/Makefile"
13605 test "x$enable_avicap32" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
13606         avicap32"
13607 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
13608 dlls/avicap32/Makefile: dlls/avicap32/Makefile.in dlls/Makedll.rules"
13609 ac_config_files="$ac_config_files dlls/avicap32/Makefile"
13610
13611 ALL_MAKEFILES="$ALL_MAKEFILES \\
13612         dlls/avifil32/Makefile"
13613 test "x$enable_avifil32" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
13614         avifil32"
13615 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
13616 dlls/avifil32/Makefile: dlls/avifil32/Makefile.in dlls/Makedll.rules"
13617 ac_config_files="$ac_config_files dlls/avifil32/Makefile"
13618
13619 ALL_MAKEFILES="$ALL_MAKEFILES \\
13620         dlls/avifile.dll16/Makefile"
13621 test "x$enable_win16" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
13622         avifile.dll16"
13623 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
13624 dlls/avifile.dll16/Makefile: dlls/avifile.dll16/Makefile.in dlls/Makedll.rules"
13625 ac_config_files="$ac_config_files dlls/avifile.dll16/Makefile"
13626
13627 ALL_MAKEFILES="$ALL_MAKEFILES \\
13628         dlls/bcrypt/Makefile"
13629 test "x$enable_bcrypt" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
13630         bcrypt"
13631 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
13632 dlls/bcrypt/Makefile: dlls/bcrypt/Makefile.in dlls/Makedll.rules"
13633 ac_config_files="$ac_config_files dlls/bcrypt/Makefile"
13634
13635 ALL_MAKEFILES="$ALL_MAKEFILES \\
13636         dlls/browseui/Makefile"
13637 test "x$enable_browseui" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
13638         browseui"
13639 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
13640 dlls/browseui/Makefile: dlls/browseui/Makefile.in dlls/Makedll.rules"
13641 ac_config_files="$ac_config_files dlls/browseui/Makefile"
13642
13643 ALL_MAKEFILES="$ALL_MAKEFILES \\
13644         dlls/browseui/tests/Makefile"
13645 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
13646         browseui/tests"
13647 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
13648 dlls/browseui/tests/Makefile: dlls/browseui/tests/Makefile.in dlls/Maketest.rules"
13649 ac_config_files="$ac_config_files dlls/browseui/tests/Makefile"
13650
13651 ALL_MAKEFILES="$ALL_MAKEFILES \\
13652         dlls/cabinet/Makefile"
13653 test "x$enable_cabinet" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
13654         cabinet"
13655 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
13656 dlls/cabinet/Makefile: dlls/cabinet/Makefile.in dlls/Makedll.rules"
13657 ac_config_files="$ac_config_files dlls/cabinet/Makefile"
13658
13659 ALL_MAKEFILES="$ALL_MAKEFILES \\
13660         dlls/cabinet/tests/Makefile"
13661 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
13662         cabinet/tests"
13663 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
13664 dlls/cabinet/tests/Makefile: dlls/cabinet/tests/Makefile.in dlls/Maketest.rules"
13665 ac_config_files="$ac_config_files dlls/cabinet/tests/Makefile"
13666
13667 ALL_MAKEFILES="$ALL_MAKEFILES \\
13668         dlls/capi2032/Makefile"
13669 test "x$enable_capi2032" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
13670         capi2032"
13671 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
13672 dlls/capi2032/Makefile: dlls/capi2032/Makefile.in dlls/Makedll.rules"
13673 ac_config_files="$ac_config_files dlls/capi2032/Makefile"
13674
13675 ALL_MAKEFILES="$ALL_MAKEFILES \\
13676         dlls/cards/Makefile"
13677 test "x$enable_cards" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
13678         cards"
13679 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
13680 dlls/cards/Makefile: dlls/cards/Makefile.in dlls/Makedll.rules"
13681 ac_config_files="$ac_config_files dlls/cards/Makefile"
13682
13683 ALL_MAKEFILES="$ALL_MAKEFILES \\
13684         dlls/cfgmgr32/Makefile"
13685 test "x$enable_cfgmgr32" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
13686         cfgmgr32"
13687 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
13688 dlls/cfgmgr32/Makefile: dlls/cfgmgr32/Makefile.in dlls/Makedll.rules"
13689 ac_config_files="$ac_config_files dlls/cfgmgr32/Makefile"
13690
13691 ALL_MAKEFILES="$ALL_MAKEFILES \\
13692         dlls/clusapi/Makefile"
13693 test "x$enable_clusapi" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
13694         clusapi"
13695 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
13696 dlls/clusapi/Makefile: dlls/clusapi/Makefile.in dlls/Makedll.rules"
13697 ac_config_files="$ac_config_files dlls/clusapi/Makefile"
13698
13699 ALL_MAKEFILES="$ALL_MAKEFILES \\
13700         dlls/comcat/Makefile"
13701 test "x$enable_comcat" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
13702         comcat"
13703 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
13704 dlls/comcat/Makefile: dlls/comcat/Makefile.in dlls/Makedll.rules"
13705 ac_config_files="$ac_config_files dlls/comcat/Makefile"
13706
13707 ALL_MAKEFILES="$ALL_MAKEFILES \\
13708         dlls/comcat/tests/Makefile"
13709 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
13710         comcat/tests"
13711 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
13712 dlls/comcat/tests/Makefile: dlls/comcat/tests/Makefile.in dlls/Maketest.rules"
13713 ac_config_files="$ac_config_files dlls/comcat/tests/Makefile"
13714
13715 ALL_MAKEFILES="$ALL_MAKEFILES \\
13716         dlls/comctl32/Makefile"
13717 test "x$enable_comctl32" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
13718         comctl32"
13719 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
13720 dlls/comctl32/Makefile: dlls/comctl32/Makefile.in dlls/Makedll.rules"
13721 ac_config_files="$ac_config_files dlls/comctl32/Makefile"
13722
13723 ALL_MAKEFILES="$ALL_MAKEFILES \\
13724         dlls/comctl32/tests/Makefile"
13725 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
13726         comctl32/tests"
13727 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
13728 dlls/comctl32/tests/Makefile: dlls/comctl32/tests/Makefile.in dlls/Maketest.rules"
13729 ac_config_files="$ac_config_files dlls/comctl32/tests/Makefile"
13730
13731 ALL_MAKEFILES="$ALL_MAKEFILES \\
13732         dlls/comdlg32/Makefile"
13733 test "x$enable_comdlg32" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
13734         comdlg32"
13735 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
13736 dlls/comdlg32/Makefile: dlls/comdlg32/Makefile.in dlls/Makedll.rules"
13737 ac_config_files="$ac_config_files dlls/comdlg32/Makefile"
13738
13739 ALL_MAKEFILES="$ALL_MAKEFILES \\
13740         dlls/comdlg32/tests/Makefile"
13741 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
13742         comdlg32/tests"
13743 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
13744 dlls/comdlg32/tests/Makefile: dlls/comdlg32/tests/Makefile.in dlls/Maketest.rules"
13745 ac_config_files="$ac_config_files dlls/comdlg32/tests/Makefile"
13746
13747 ALL_MAKEFILES="$ALL_MAKEFILES \\
13748         dlls/comm.drv16/Makefile"
13749 test "x$enable_win16" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
13750         comm.drv16"
13751 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
13752 dlls/comm.drv16/Makefile: dlls/comm.drv16/Makefile.in dlls/Makedll.rules"
13753 ac_config_files="$ac_config_files dlls/comm.drv16/Makefile"
13754
13755 ALL_MAKEFILES="$ALL_MAKEFILES \\
13756         dlls/compobj.dll16/Makefile"
13757 test "x$enable_win16" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
13758         compobj.dll16"
13759 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
13760 dlls/compobj.dll16/Makefile: dlls/compobj.dll16/Makefile.in dlls/Makedll.rules"
13761 ac_config_files="$ac_config_files dlls/compobj.dll16/Makefile"
13762
13763 ALL_MAKEFILES="$ALL_MAKEFILES \\
13764         dlls/compstui/Makefile"
13765 test "x$enable_compstui" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
13766         compstui"
13767 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
13768 dlls/compstui/Makefile: dlls/compstui/Makefile.in dlls/Makedll.rules"
13769 ac_config_files="$ac_config_files dlls/compstui/Makefile"
13770
13771 ALL_MAKEFILES="$ALL_MAKEFILES \\
13772         dlls/credui/Makefile"
13773 test "x$enable_credui" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
13774         credui"
13775 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
13776 dlls/credui/Makefile: dlls/credui/Makefile.in dlls/Makedll.rules"
13777 ac_config_files="$ac_config_files dlls/credui/Makefile"
13778
13779 ALL_MAKEFILES="$ALL_MAKEFILES \\
13780         dlls/credui/tests/Makefile"
13781 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
13782         credui/tests"
13783 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
13784 dlls/credui/tests/Makefile: dlls/credui/tests/Makefile.in dlls/Maketest.rules"
13785 ac_config_files="$ac_config_files dlls/credui/tests/Makefile"
13786
13787 ALL_MAKEFILES="$ALL_MAKEFILES \\
13788         dlls/crtdll/Makefile"
13789 test "x$enable_crtdll" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
13790         crtdll"
13791 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
13792 dlls/crtdll/Makefile: dlls/crtdll/Makefile.in dlls/Makedll.rules"
13793 ac_config_files="$ac_config_files dlls/crtdll/Makefile"
13794
13795 ALL_MAKEFILES="$ALL_MAKEFILES \\
13796         dlls/crypt32/Makefile"
13797 test "x$enable_crypt32" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
13798         crypt32"
13799 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
13800 dlls/crypt32/Makefile: dlls/crypt32/Makefile.in dlls/Makedll.rules"
13801 ac_config_files="$ac_config_files dlls/crypt32/Makefile"
13802
13803 ALL_MAKEFILES="$ALL_MAKEFILES \\
13804         dlls/crypt32/tests/Makefile"
13805 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
13806         crypt32/tests"
13807 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
13808 dlls/crypt32/tests/Makefile: dlls/crypt32/tests/Makefile.in dlls/Maketest.rules"
13809 ac_config_files="$ac_config_files dlls/crypt32/tests/Makefile"
13810
13811 ALL_MAKEFILES="$ALL_MAKEFILES \\
13812         dlls/cryptdlg/Makefile"
13813 test "x$enable_cryptdlg" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
13814         cryptdlg"
13815 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
13816 dlls/cryptdlg/Makefile: dlls/cryptdlg/Makefile.in dlls/Makedll.rules"
13817 ac_config_files="$ac_config_files dlls/cryptdlg/Makefile"
13818
13819 ALL_MAKEFILES="$ALL_MAKEFILES \\
13820         dlls/cryptdll/Makefile"
13821 test "x$enable_cryptdll" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
13822         cryptdll"
13823 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
13824 dlls/cryptdll/Makefile: dlls/cryptdll/Makefile.in dlls/Makedll.rules"
13825 ac_config_files="$ac_config_files dlls/cryptdll/Makefile"
13826
13827 ALL_MAKEFILES="$ALL_MAKEFILES \\
13828         dlls/cryptnet/Makefile"
13829 test "x$enable_cryptnet" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
13830         cryptnet"
13831 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
13832 dlls/cryptnet/Makefile: dlls/cryptnet/Makefile.in dlls/Makedll.rules"
13833 ac_config_files="$ac_config_files dlls/cryptnet/Makefile"
13834
13835 ALL_MAKEFILES="$ALL_MAKEFILES \\
13836         dlls/cryptnet/tests/Makefile"
13837 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
13838         cryptnet/tests"
13839 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
13840 dlls/cryptnet/tests/Makefile: dlls/cryptnet/tests/Makefile.in dlls/Maketest.rules"
13841 ac_config_files="$ac_config_files dlls/cryptnet/tests/Makefile"
13842
13843 ALL_MAKEFILES="$ALL_MAKEFILES \\
13844         dlls/cryptui/Makefile"
13845 test "x$enable_cryptui" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
13846         cryptui"
13847 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
13848 dlls/cryptui/Makefile: dlls/cryptui/Makefile.in dlls/Makedll.rules"
13849 ac_config_files="$ac_config_files dlls/cryptui/Makefile"
13850
13851 ALL_MAKEFILES="$ALL_MAKEFILES \\
13852         dlls/cryptui/tests/Makefile"
13853 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
13854         cryptui/tests"
13855 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
13856 dlls/cryptui/tests/Makefile: dlls/cryptui/tests/Makefile.in dlls/Maketest.rules"
13857 ac_config_files="$ac_config_files dlls/cryptui/tests/Makefile"
13858
13859 ALL_MAKEFILES="$ALL_MAKEFILES \\
13860         dlls/ctapi32/Makefile"
13861 test "x$enable_ctapi32" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
13862         ctapi32"
13863 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
13864 dlls/ctapi32/Makefile: dlls/ctapi32/Makefile.in dlls/Makedll.rules"
13865 ac_config_files="$ac_config_files dlls/ctapi32/Makefile"
13866
13867 ALL_MAKEFILES="$ALL_MAKEFILES \\
13868         dlls/ctl3d.dll16/Makefile"
13869 test "x$enable_win16" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
13870         ctl3d.dll16"
13871 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
13872 dlls/ctl3d.dll16/Makefile: dlls/ctl3d.dll16/Makefile.in dlls/Makedll.rules"
13873 ac_config_files="$ac_config_files dlls/ctl3d.dll16/Makefile"
13874
13875 ALL_MAKEFILES="$ALL_MAKEFILES \\
13876         dlls/ctl3d32/Makefile"
13877 test "x$enable_ctl3d32" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
13878         ctl3d32"
13879 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
13880 dlls/ctl3d32/Makefile: dlls/ctl3d32/Makefile.in dlls/Makedll.rules"
13881 ac_config_files="$ac_config_files dlls/ctl3d32/Makefile"
13882
13883 ALL_MAKEFILES="$ALL_MAKEFILES \\
13884         dlls/ctl3dv2.dll16/Makefile"
13885 test "x$enable_win16" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
13886         ctl3dv2.dll16"
13887 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
13888 dlls/ctl3dv2.dll16/Makefile: dlls/ctl3dv2.dll16/Makefile.in dlls/Makedll.rules"
13889 ac_config_files="$ac_config_files dlls/ctl3dv2.dll16/Makefile"
13890
13891 ALL_MAKEFILES="$ALL_MAKEFILES \\
13892         dlls/d3d10/Makefile"
13893 test "x$enable_d3d10" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
13894         d3d10"
13895 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
13896 dlls/d3d10/Makefile: dlls/d3d10/Makefile.in dlls/Makedll.rules"
13897 ac_config_files="$ac_config_files dlls/d3d10/Makefile"
13898
13899 ALL_MAKEFILES="$ALL_MAKEFILES \\
13900         dlls/d3d10/tests/Makefile"
13901 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
13902         d3d10/tests"
13903 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
13904 dlls/d3d10/tests/Makefile: dlls/d3d10/tests/Makefile.in dlls/Maketest.rules"
13905 ac_config_files="$ac_config_files dlls/d3d10/tests/Makefile"
13906
13907 ALL_MAKEFILES="$ALL_MAKEFILES \\
13908         dlls/d3d10core/Makefile"
13909 test "x$enable_d3d10core" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
13910         d3d10core"
13911 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
13912 dlls/d3d10core/Makefile: dlls/d3d10core/Makefile.in dlls/Makedll.rules"
13913 ac_config_files="$ac_config_files dlls/d3d10core/Makefile"
13914
13915 ALL_MAKEFILES="$ALL_MAKEFILES \\
13916         dlls/d3d10core/tests/Makefile"
13917 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
13918         d3d10core/tests"
13919 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
13920 dlls/d3d10core/tests/Makefile: dlls/d3d10core/tests/Makefile.in dlls/Maketest.rules"
13921 ac_config_files="$ac_config_files dlls/d3d10core/tests/Makefile"
13922
13923 ALL_MAKEFILES="$ALL_MAKEFILES \\
13924         dlls/d3d8/Makefile"
13925 test "x$enable_d3d8" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
13926         d3d8"
13927 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
13928 dlls/d3d8/Makefile: dlls/d3d8/Makefile.in dlls/Makedll.rules"
13929 ac_config_files="$ac_config_files dlls/d3d8/Makefile"
13930
13931 ALL_MAKEFILES="$ALL_MAKEFILES \\
13932         dlls/d3d8/tests/Makefile"
13933 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
13934         d3d8/tests"
13935 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
13936 dlls/d3d8/tests/Makefile: dlls/d3d8/tests/Makefile.in dlls/Maketest.rules"
13937 ac_config_files="$ac_config_files dlls/d3d8/tests/Makefile"
13938
13939 ALL_MAKEFILES="$ALL_MAKEFILES \\
13940         dlls/d3d9/Makefile"
13941 test "x$enable_d3d9" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
13942         d3d9"
13943 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
13944 dlls/d3d9/Makefile: dlls/d3d9/Makefile.in dlls/Makedll.rules"
13945 ac_config_files="$ac_config_files dlls/d3d9/Makefile"
13946
13947 ALL_MAKEFILES="$ALL_MAKEFILES \\
13948         dlls/d3d9/tests/Makefile"
13949 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
13950         d3d9/tests"
13951 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
13952 dlls/d3d9/tests/Makefile: dlls/d3d9/tests/Makefile.in dlls/Maketest.rules"
13953 ac_config_files="$ac_config_files dlls/d3d9/tests/Makefile"
13954
13955 ALL_MAKEFILES="$ALL_MAKEFILES \\
13956         dlls/d3dim/Makefile"
13957 test "x$enable_d3dim" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
13958         d3dim"
13959 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
13960 dlls/d3dim/Makefile: dlls/d3dim/Makefile.in dlls/Makedll.rules"
13961 ac_config_files="$ac_config_files dlls/d3dim/Makefile"
13962
13963 ALL_MAKEFILES="$ALL_MAKEFILES \\
13964         dlls/d3drm/Makefile"
13965 test "x$enable_d3drm" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
13966         d3drm"
13967 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
13968 dlls/d3drm/Makefile: dlls/d3drm/Makefile.in dlls/Makedll.rules"
13969 ac_config_files="$ac_config_files dlls/d3drm/Makefile"
13970
13971 ALL_MAKEFILES="$ALL_MAKEFILES \\
13972         dlls/d3drm/tests/Makefile"
13973 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
13974         d3drm/tests"
13975 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
13976 dlls/d3drm/tests/Makefile: dlls/d3drm/tests/Makefile.in dlls/Maketest.rules"
13977 ac_config_files="$ac_config_files dlls/d3drm/tests/Makefile"
13978
13979 ALL_MAKEFILES="$ALL_MAKEFILES \\
13980         dlls/d3dx9_24/Makefile"
13981 test "x$enable_d3dx9_24" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
13982         d3dx9_24"
13983 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
13984 dlls/d3dx9_24/Makefile: dlls/d3dx9_24/Makefile.in dlls/Makedll.rules"
13985 ac_config_files="$ac_config_files dlls/d3dx9_24/Makefile"
13986
13987 ALL_MAKEFILES="$ALL_MAKEFILES \\
13988         dlls/d3dx9_25/Makefile"
13989 test "x$enable_d3dx9_25" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
13990         d3dx9_25"
13991 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
13992 dlls/d3dx9_25/Makefile: dlls/d3dx9_25/Makefile.in dlls/Makedll.rules"
13993 ac_config_files="$ac_config_files dlls/d3dx9_25/Makefile"
13994
13995 ALL_MAKEFILES="$ALL_MAKEFILES \\
13996         dlls/d3dx9_26/Makefile"
13997 test "x$enable_d3dx9_26" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
13998         d3dx9_26"
13999 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
14000 dlls/d3dx9_26/Makefile: dlls/d3dx9_26/Makefile.in dlls/Makedll.rules"
14001 ac_config_files="$ac_config_files dlls/d3dx9_26/Makefile"
14002
14003 ALL_MAKEFILES="$ALL_MAKEFILES \\
14004         dlls/d3dx9_27/Makefile"
14005 test "x$enable_d3dx9_27" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
14006         d3dx9_27"
14007 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
14008 dlls/d3dx9_27/Makefile: dlls/d3dx9_27/Makefile.in dlls/Makedll.rules"
14009 ac_config_files="$ac_config_files dlls/d3dx9_27/Makefile"
14010
14011 ALL_MAKEFILES="$ALL_MAKEFILES \\
14012         dlls/d3dx9_28/Makefile"
14013 test "x$enable_d3dx9_28" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
14014         d3dx9_28"
14015 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
14016 dlls/d3dx9_28/Makefile: dlls/d3dx9_28/Makefile.in dlls/Makedll.rules"
14017 ac_config_files="$ac_config_files dlls/d3dx9_28/Makefile"
14018
14019 ALL_MAKEFILES="$ALL_MAKEFILES \\
14020         dlls/d3dx9_29/Makefile"
14021 test "x$enable_d3dx9_29" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
14022         d3dx9_29"
14023 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
14024 dlls/d3dx9_29/Makefile: dlls/d3dx9_29/Makefile.in dlls/Makedll.rules"
14025 ac_config_files="$ac_config_files dlls/d3dx9_29/Makefile"
14026
14027 ALL_MAKEFILES="$ALL_MAKEFILES \\
14028         dlls/d3dx9_30/Makefile"
14029 test "x$enable_d3dx9_30" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
14030         d3dx9_30"
14031 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
14032 dlls/d3dx9_30/Makefile: dlls/d3dx9_30/Makefile.in dlls/Makedll.rules"
14033 ac_config_files="$ac_config_files dlls/d3dx9_30/Makefile"
14034
14035 ALL_MAKEFILES="$ALL_MAKEFILES \\
14036         dlls/d3dx9_31/Makefile"
14037 test "x$enable_d3dx9_31" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
14038         d3dx9_31"
14039 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
14040 dlls/d3dx9_31/Makefile: dlls/d3dx9_31/Makefile.in dlls/Makedll.rules"
14041 ac_config_files="$ac_config_files dlls/d3dx9_31/Makefile"
14042
14043 ALL_MAKEFILES="$ALL_MAKEFILES \\
14044         dlls/d3dx9_32/Makefile"
14045 test "x$enable_d3dx9_32" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
14046         d3dx9_32"
14047 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
14048 dlls/d3dx9_32/Makefile: dlls/d3dx9_32/Makefile.in dlls/Makedll.rules"
14049 ac_config_files="$ac_config_files dlls/d3dx9_32/Makefile"
14050
14051 ALL_MAKEFILES="$ALL_MAKEFILES \\
14052         dlls/d3dx9_33/Makefile"
14053 test "x$enable_d3dx9_33" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
14054         d3dx9_33"
14055 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
14056 dlls/d3dx9_33/Makefile: dlls/d3dx9_33/Makefile.in dlls/Makedll.rules"
14057 ac_config_files="$ac_config_files dlls/d3dx9_33/Makefile"
14058
14059 ALL_MAKEFILES="$ALL_MAKEFILES \\
14060         dlls/d3dx9_34/Makefile"
14061 test "x$enable_d3dx9_34" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
14062         d3dx9_34"
14063 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
14064 dlls/d3dx9_34/Makefile: dlls/d3dx9_34/Makefile.in dlls/Makedll.rules"
14065 ac_config_files="$ac_config_files dlls/d3dx9_34/Makefile"
14066
14067 ALL_MAKEFILES="$ALL_MAKEFILES \\
14068         dlls/d3dx9_35/Makefile"
14069 test "x$enable_d3dx9_35" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
14070         d3dx9_35"
14071 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
14072 dlls/d3dx9_35/Makefile: dlls/d3dx9_35/Makefile.in dlls/Makedll.rules"
14073 ac_config_files="$ac_config_files dlls/d3dx9_35/Makefile"
14074
14075 ALL_MAKEFILES="$ALL_MAKEFILES \\
14076         dlls/d3dx9_36/Makefile"
14077 test "x$enable_d3dx9_36" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
14078         d3dx9_36"
14079 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
14080 dlls/d3dx9_36/Makefile: dlls/d3dx9_36/Makefile.in dlls/Makedll.rules"
14081 ac_config_files="$ac_config_files dlls/d3dx9_36/Makefile"
14082
14083 ALL_MAKEFILES="$ALL_MAKEFILES \\
14084         dlls/d3dx9_36/tests/Makefile"
14085 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
14086         d3dx9_36/tests"
14087 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
14088 dlls/d3dx9_36/tests/Makefile: dlls/d3dx9_36/tests/Makefile.in dlls/Maketest.rules"
14089 ac_config_files="$ac_config_files dlls/d3dx9_36/tests/Makefile"
14090
14091 ALL_MAKEFILES="$ALL_MAKEFILES \\
14092         dlls/d3dx9_37/Makefile"
14093 test "x$enable_d3dx9_37" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
14094         d3dx9_37"
14095 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
14096 dlls/d3dx9_37/Makefile: dlls/d3dx9_37/Makefile.in dlls/Makedll.rules"
14097 ac_config_files="$ac_config_files dlls/d3dx9_37/Makefile"
14098
14099 ALL_MAKEFILES="$ALL_MAKEFILES \\
14100         dlls/d3dx9_38/Makefile"
14101 test "x$enable_d3dx9_38" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
14102         d3dx9_38"
14103 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
14104 dlls/d3dx9_38/Makefile: dlls/d3dx9_38/Makefile.in dlls/Makedll.rules"
14105 ac_config_files="$ac_config_files dlls/d3dx9_38/Makefile"
14106
14107 ALL_MAKEFILES="$ALL_MAKEFILES \\
14108         dlls/d3dx9_39/Makefile"
14109 test "x$enable_d3dx9_39" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
14110         d3dx9_39"
14111 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
14112 dlls/d3dx9_39/Makefile: dlls/d3dx9_39/Makefile.in dlls/Makedll.rules"
14113 ac_config_files="$ac_config_files dlls/d3dx9_39/Makefile"
14114
14115 ALL_MAKEFILES="$ALL_MAKEFILES \\
14116         dlls/d3dx9_40/Makefile"
14117 test "x$enable_d3dx9_40" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
14118         d3dx9_40"
14119 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
14120 dlls/d3dx9_40/Makefile: dlls/d3dx9_40/Makefile.in dlls/Makedll.rules"
14121 ac_config_files="$ac_config_files dlls/d3dx9_40/Makefile"
14122
14123 ALL_MAKEFILES="$ALL_MAKEFILES \\
14124         dlls/d3dx9_41/Makefile"
14125 test "x$enable_d3dx9_41" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
14126         d3dx9_41"
14127 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
14128 dlls/d3dx9_41/Makefile: dlls/d3dx9_41/Makefile.in dlls/Makedll.rules"
14129 ac_config_files="$ac_config_files dlls/d3dx9_41/Makefile"
14130
14131 ALL_MAKEFILES="$ALL_MAKEFILES \\
14132         dlls/d3dxof/Makefile"
14133 test "x$enable_d3dxof" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
14134         d3dxof"
14135 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
14136 dlls/d3dxof/Makefile: dlls/d3dxof/Makefile.in dlls/Makedll.rules"
14137 ac_config_files="$ac_config_files dlls/d3dxof/Makefile"
14138
14139 ALL_MAKEFILES="$ALL_MAKEFILES \\
14140         dlls/d3dxof/tests/Makefile"
14141 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
14142         d3dxof/tests"
14143 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
14144 dlls/d3dxof/tests/Makefile: dlls/d3dxof/tests/Makefile.in dlls/Maketest.rules"
14145 ac_config_files="$ac_config_files dlls/d3dxof/tests/Makefile"
14146
14147 ALL_MAKEFILES="$ALL_MAKEFILES \\
14148         dlls/dbghelp/Makefile"
14149 test "x$enable_dbghelp" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
14150         dbghelp"
14151 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
14152 dlls/dbghelp/Makefile: dlls/dbghelp/Makefile.in dlls/Makedll.rules"
14153 ac_config_files="$ac_config_files dlls/dbghelp/Makefile"
14154
14155 ALL_MAKEFILES="$ALL_MAKEFILES \\
14156         dlls/dciman32/Makefile"
14157 test "x$enable_dciman32" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
14158         dciman32"
14159 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
14160 dlls/dciman32/Makefile: dlls/dciman32/Makefile.in dlls/Makedll.rules"
14161 ac_config_files="$ac_config_files dlls/dciman32/Makefile"
14162
14163 ALL_MAKEFILES="$ALL_MAKEFILES \\
14164         dlls/ddeml.dll16/Makefile"
14165 test "x$enable_win16" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
14166         ddeml.dll16"
14167 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
14168 dlls/ddeml.dll16/Makefile: dlls/ddeml.dll16/Makefile.in dlls/Makedll.rules"
14169 ac_config_files="$ac_config_files dlls/ddeml.dll16/Makefile"
14170
14171 ALL_MAKEFILES="$ALL_MAKEFILES \\
14172         dlls/ddraw/Makefile"
14173 test "x$enable_ddraw" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
14174         ddraw"
14175 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
14176 dlls/ddraw/Makefile: dlls/ddraw/Makefile.in dlls/Makedll.rules"
14177 ac_config_files="$ac_config_files dlls/ddraw/Makefile"
14178
14179 ALL_MAKEFILES="$ALL_MAKEFILES \\
14180         dlls/ddraw/tests/Makefile"
14181 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
14182         ddraw/tests"
14183 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
14184 dlls/ddraw/tests/Makefile: dlls/ddraw/tests/Makefile.in dlls/Maketest.rules"
14185 ac_config_files="$ac_config_files dlls/ddraw/tests/Makefile"
14186
14187 ALL_MAKEFILES="$ALL_MAKEFILES \\
14188         dlls/ddrawex/Makefile"
14189 test "x$enable_ddrawex" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
14190         ddrawex"
14191 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
14192 dlls/ddrawex/Makefile: dlls/ddrawex/Makefile.in dlls/Makedll.rules"
14193 ac_config_files="$ac_config_files dlls/ddrawex/Makefile"
14194
14195 ALL_MAKEFILES="$ALL_MAKEFILES \\
14196         dlls/ddrawex/tests/Makefile"
14197 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
14198         ddrawex/tests"
14199 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
14200 dlls/ddrawex/tests/Makefile: dlls/ddrawex/tests/Makefile.in dlls/Maketest.rules"
14201 ac_config_files="$ac_config_files dlls/ddrawex/tests/Makefile"
14202
14203 ALL_MAKEFILES="$ALL_MAKEFILES \\
14204         dlls/devenum/Makefile"
14205 test "x$enable_devenum" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
14206         devenum"
14207 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
14208 dlls/devenum/Makefile: dlls/devenum/Makefile.in dlls/Makedll.rules"
14209 ac_config_files="$ac_config_files dlls/devenum/Makefile"
14210
14211 ALL_MAKEFILES="$ALL_MAKEFILES \\
14212         dlls/dinput/Makefile"
14213 test "x$enable_dinput" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
14214         dinput"
14215 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
14216 dlls/dinput/Makefile: dlls/dinput/Makefile.in dlls/Makedll.rules"
14217 ac_config_files="$ac_config_files dlls/dinput/Makefile"
14218
14219 ALL_MAKEFILES="$ALL_MAKEFILES \\
14220         dlls/dinput/tests/Makefile"
14221 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
14222         dinput/tests"
14223 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
14224 dlls/dinput/tests/Makefile: dlls/dinput/tests/Makefile.in dlls/Maketest.rules"
14225 ac_config_files="$ac_config_files dlls/dinput/tests/Makefile"
14226
14227 ALL_MAKEFILES="$ALL_MAKEFILES \\
14228         dlls/dinput8/Makefile"
14229 test "x$enable_dinput8" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
14230         dinput8"
14231 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
14232 dlls/dinput8/Makefile: dlls/dinput8/Makefile.in dlls/Makedll.rules"
14233 ac_config_files="$ac_config_files dlls/dinput8/Makefile"
14234
14235 ALL_MAKEFILES="$ALL_MAKEFILES \\
14236         dlls/dispdib.dll16/Makefile"
14237 test "x$enable_win16" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
14238         dispdib.dll16"
14239 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
14240 dlls/dispdib.dll16/Makefile: dlls/dispdib.dll16/Makefile.in dlls/Makedll.rules"
14241 ac_config_files="$ac_config_files dlls/dispdib.dll16/Makefile"
14242
14243 ALL_MAKEFILES="$ALL_MAKEFILES \\
14244         dlls/display.drv16/Makefile"
14245 test "x$enable_win16" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
14246         display.drv16"
14247 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
14248 dlls/display.drv16/Makefile: dlls/display.drv16/Makefile.in dlls/Makedll.rules"
14249 ac_config_files="$ac_config_files dlls/display.drv16/Makefile"
14250
14251 ALL_MAKEFILES="$ALL_MAKEFILES \\
14252         dlls/dmband/Makefile"
14253 test "x$enable_dmband" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
14254         dmband"
14255 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
14256 dlls/dmband/Makefile: dlls/dmband/Makefile.in dlls/Makedll.rules"
14257 ac_config_files="$ac_config_files dlls/dmband/Makefile"
14258
14259 ALL_MAKEFILES="$ALL_MAKEFILES \\
14260         dlls/dmcompos/Makefile"
14261 test "x$enable_dmcompos" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
14262         dmcompos"
14263 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
14264 dlls/dmcompos/Makefile: dlls/dmcompos/Makefile.in dlls/Makedll.rules"
14265 ac_config_files="$ac_config_files dlls/dmcompos/Makefile"
14266
14267 ALL_MAKEFILES="$ALL_MAKEFILES \\
14268         dlls/dmime/Makefile"
14269 test "x$enable_dmime" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
14270         dmime"
14271 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
14272 dlls/dmime/Makefile: dlls/dmime/Makefile.in dlls/Makedll.rules"
14273 ac_config_files="$ac_config_files dlls/dmime/Makefile"
14274
14275 ALL_MAKEFILES="$ALL_MAKEFILES \\
14276         dlls/dmloader/Makefile"
14277 test "x$enable_dmloader" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
14278         dmloader"
14279 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
14280 dlls/dmloader/Makefile: dlls/dmloader/Makefile.in dlls/Makedll.rules"
14281 ac_config_files="$ac_config_files dlls/dmloader/Makefile"
14282
14283 ALL_MAKEFILES="$ALL_MAKEFILES \\
14284         dlls/dmscript/Makefile"
14285 test "x$enable_dmscript" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
14286         dmscript"
14287 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
14288 dlls/dmscript/Makefile: dlls/dmscript/Makefile.in dlls/Makedll.rules"
14289 ac_config_files="$ac_config_files dlls/dmscript/Makefile"
14290
14291 ALL_MAKEFILES="$ALL_MAKEFILES \\
14292         dlls/dmstyle/Makefile"
14293 test "x$enable_dmstyle" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
14294         dmstyle"
14295 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
14296 dlls/dmstyle/Makefile: dlls/dmstyle/Makefile.in dlls/Makedll.rules"
14297 ac_config_files="$ac_config_files dlls/dmstyle/Makefile"
14298
14299 ALL_MAKEFILES="$ALL_MAKEFILES \\
14300         dlls/dmsynth/Makefile"
14301 test "x$enable_dmsynth" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
14302         dmsynth"
14303 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
14304 dlls/dmsynth/Makefile: dlls/dmsynth/Makefile.in dlls/Makedll.rules"
14305 ac_config_files="$ac_config_files dlls/dmsynth/Makefile"
14306
14307 ALL_MAKEFILES="$ALL_MAKEFILES \\
14308         dlls/dmusic/Makefile"
14309 test "x$enable_dmusic" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
14310         dmusic"
14311 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
14312 dlls/dmusic/Makefile: dlls/dmusic/Makefile.in dlls/Makedll.rules"
14313 ac_config_files="$ac_config_files dlls/dmusic/Makefile"
14314
14315 ALL_MAKEFILES="$ALL_MAKEFILES \\
14316         dlls/dmusic32/Makefile"
14317 test "x$enable_dmusic32" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
14318         dmusic32"
14319 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
14320 dlls/dmusic32/Makefile: dlls/dmusic32/Makefile.in dlls/Makedll.rules"
14321 ac_config_files="$ac_config_files dlls/dmusic32/Makefile"
14322
14323 ALL_MAKEFILES="$ALL_MAKEFILES \\
14324         dlls/dnsapi/Makefile"
14325 test "x$enable_dnsapi" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
14326         dnsapi"
14327 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
14328 dlls/dnsapi/Makefile: dlls/dnsapi/Makefile.in dlls/Makedll.rules"
14329 ac_config_files="$ac_config_files dlls/dnsapi/Makefile"
14330
14331 ALL_MAKEFILES="$ALL_MAKEFILES \\
14332         dlls/dnsapi/tests/Makefile"
14333 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
14334         dnsapi/tests"
14335 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
14336 dlls/dnsapi/tests/Makefile: dlls/dnsapi/tests/Makefile.in dlls/Maketest.rules"
14337 ac_config_files="$ac_config_files dlls/dnsapi/tests/Makefile"
14338
14339 ALL_MAKEFILES="$ALL_MAKEFILES \\
14340         dlls/dplay/Makefile"
14341 test "x$enable_dplay" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
14342         dplay"
14343 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
14344 dlls/dplay/Makefile: dlls/dplay/Makefile.in dlls/Makedll.rules"
14345 ac_config_files="$ac_config_files dlls/dplay/Makefile"
14346
14347 ALL_MAKEFILES="$ALL_MAKEFILES \\
14348         dlls/dplayx/Makefile"
14349 test "x$enable_dplayx" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
14350         dplayx"
14351 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
14352 dlls/dplayx/Makefile: dlls/dplayx/Makefile.in dlls/Makedll.rules"
14353 ac_config_files="$ac_config_files dlls/dplayx/Makefile"
14354
14355 ALL_MAKEFILES="$ALL_MAKEFILES \\
14356         dlls/dplayx/tests/Makefile"
14357 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
14358         dplayx/tests"
14359 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
14360 dlls/dplayx/tests/Makefile: dlls/dplayx/tests/Makefile.in dlls/Maketest.rules"
14361 ac_config_files="$ac_config_files dlls/dplayx/tests/Makefile"
14362
14363 ALL_MAKEFILES="$ALL_MAKEFILES \\
14364         dlls/dpnaddr/Makefile"
14365 test "x$enable_dpnaddr" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
14366         dpnaddr"
14367 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
14368 dlls/dpnaddr/Makefile: dlls/dpnaddr/Makefile.in dlls/Makedll.rules"
14369 ac_config_files="$ac_config_files dlls/dpnaddr/Makefile"
14370
14371 ALL_MAKEFILES="$ALL_MAKEFILES \\
14372         dlls/dpnet/Makefile"
14373 test "x$enable_dpnet" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
14374         dpnet"
14375 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
14376 dlls/dpnet/Makefile: dlls/dpnet/Makefile.in dlls/Makedll.rules"
14377 ac_config_files="$ac_config_files dlls/dpnet/Makefile"
14378
14379 ALL_MAKEFILES="$ALL_MAKEFILES \\
14380         dlls/dpnhpast/Makefile"
14381 test "x$enable_dpnhpast" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
14382         dpnhpast"
14383 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
14384 dlls/dpnhpast/Makefile: dlls/dpnhpast/Makefile.in dlls/Makedll.rules"
14385 ac_config_files="$ac_config_files dlls/dpnhpast/Makefile"
14386
14387 ALL_MAKEFILES="$ALL_MAKEFILES \\
14388         dlls/dpnlobby/Makefile"
14389 test "x$enable_dpnlobby" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
14390         dpnlobby"
14391 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
14392 dlls/dpnlobby/Makefile: dlls/dpnlobby/Makefile.in dlls/Makedll.rules"
14393 ac_config_files="$ac_config_files dlls/dpnlobby/Makefile"
14394
14395 ALL_MAKEFILES="$ALL_MAKEFILES \\
14396         dlls/dpwsockx/Makefile"
14397 test "x$enable_dpwsockx" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
14398         dpwsockx"
14399 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
14400 dlls/dpwsockx/Makefile: dlls/dpwsockx/Makefile.in dlls/Makedll.rules"
14401 ac_config_files="$ac_config_files dlls/dpwsockx/Makefile"
14402
14403 ALL_MAKEFILES="$ALL_MAKEFILES \\
14404         dlls/drmclien/Makefile"
14405 test "x$enable_drmclien" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
14406         drmclien"
14407 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
14408 dlls/drmclien/Makefile: dlls/drmclien/Makefile.in dlls/Makedll.rules"
14409 ac_config_files="$ac_config_files dlls/drmclien/Makefile"
14410
14411 ALL_MAKEFILES="$ALL_MAKEFILES \\
14412         dlls/dsound/Makefile"
14413 test "x$enable_dsound" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
14414         dsound"
14415 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
14416 dlls/dsound/Makefile: dlls/dsound/Makefile.in dlls/Makedll.rules"
14417 ac_config_files="$ac_config_files dlls/dsound/Makefile"
14418
14419 ALL_MAKEFILES="$ALL_MAKEFILES \\
14420         dlls/dsound/tests/Makefile"
14421 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
14422         dsound/tests"
14423 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
14424 dlls/dsound/tests/Makefile: dlls/dsound/tests/Makefile.in dlls/Maketest.rules"
14425 ac_config_files="$ac_config_files dlls/dsound/tests/Makefile"
14426
14427 ALL_MAKEFILES="$ALL_MAKEFILES \\
14428         dlls/dssenh/Makefile"
14429 test "x$enable_dssenh" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
14430         dssenh"
14431 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
14432 dlls/dssenh/Makefile: dlls/dssenh/Makefile.in dlls/Makedll.rules"
14433 ac_config_files="$ac_config_files dlls/dssenh/Makefile"
14434
14435 ALL_MAKEFILES="$ALL_MAKEFILES \\
14436         dlls/dswave/Makefile"
14437 test "x$enable_dswave" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
14438         dswave"
14439 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
14440 dlls/dswave/Makefile: dlls/dswave/Makefile.in dlls/Makedll.rules"
14441 ac_config_files="$ac_config_files dlls/dswave/Makefile"
14442
14443 ALL_MAKEFILES="$ALL_MAKEFILES \\
14444         dlls/dwmapi/Makefile"
14445 test "x$enable_dwmapi" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
14446         dwmapi"
14447 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
14448 dlls/dwmapi/Makefile: dlls/dwmapi/Makefile.in dlls/Makedll.rules"
14449 ac_config_files="$ac_config_files dlls/dwmapi/Makefile"
14450
14451 ALL_MAKEFILES="$ALL_MAKEFILES \\
14452         dlls/dxdiagn/Makefile"
14453 test "x$enable_dxdiagn" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
14454         dxdiagn"
14455 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
14456 dlls/dxdiagn/Makefile: dlls/dxdiagn/Makefile.in dlls/Makedll.rules"
14457 ac_config_files="$ac_config_files dlls/dxdiagn/Makefile"
14458
14459 ALL_MAKEFILES="$ALL_MAKEFILES \\
14460         dlls/dxerr8/Makefile"
14461 test "x$enable_dxerr8" != xno && ALL_IMPLIB_DIRS="$ALL_IMPLIB_DIRS \\
14462         dxerr8"
14463 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
14464 dlls/dxerr8/Makefile: dlls/dxerr8/Makefile.in dlls/Makeimplib.rules"
14465 ac_config_files="$ac_config_files dlls/dxerr8/Makefile"
14466
14467 ALL_MAKEFILES="$ALL_MAKEFILES \\
14468         dlls/dxerr9/Makefile"
14469 test "x$enable_dxerr9" != xno && ALL_IMPLIB_DIRS="$ALL_IMPLIB_DIRS \\
14470         dxerr9"
14471 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
14472 dlls/dxerr9/Makefile: dlls/dxerr9/Makefile.in dlls/Makeimplib.rules"
14473 ac_config_files="$ac_config_files dlls/dxerr9/Makefile"
14474
14475 ALL_MAKEFILES="$ALL_MAKEFILES \\
14476         dlls/dxgi/Makefile"
14477 test "x$enable_dxgi" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
14478         dxgi"
14479 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
14480 dlls/dxgi/Makefile: dlls/dxgi/Makefile.in dlls/Makedll.rules"
14481 ac_config_files="$ac_config_files dlls/dxgi/Makefile"
14482
14483 ALL_MAKEFILES="$ALL_MAKEFILES \\
14484         dlls/dxgi/tests/Makefile"
14485 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
14486         dxgi/tests"
14487 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
14488 dlls/dxgi/tests/Makefile: dlls/dxgi/tests/Makefile.in dlls/Maketest.rules"
14489 ac_config_files="$ac_config_files dlls/dxgi/tests/Makefile"
14490
14491 ALL_MAKEFILES="$ALL_MAKEFILES \\
14492         dlls/dxguid/Makefile"
14493 test "x$enable_dxguid" != xno && ALL_IMPLIB_DIRS="$ALL_IMPLIB_DIRS \\
14494         dxguid"
14495 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
14496 dlls/dxguid/Makefile: dlls/dxguid/Makefile.in dlls/Makeimplib.rules"
14497 ac_config_files="$ac_config_files dlls/dxguid/Makefile"
14498
14499 ALL_MAKEFILES="$ALL_MAKEFILES \\
14500         dlls/faultrep/Makefile"
14501 test "x$enable_faultrep" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
14502         faultrep"
14503 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
14504 dlls/faultrep/Makefile: dlls/faultrep/Makefile.in dlls/Makedll.rules"
14505 ac_config_files="$ac_config_files dlls/faultrep/Makefile"
14506
14507 ALL_MAKEFILES="$ALL_MAKEFILES \\
14508         dlls/fusion/Makefile"
14509 test "x$enable_fusion" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
14510         fusion"
14511 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
14512 dlls/fusion/Makefile: dlls/fusion/Makefile.in dlls/Makedll.rules"
14513 ac_config_files="$ac_config_files dlls/fusion/Makefile"
14514
14515 ALL_MAKEFILES="$ALL_MAKEFILES \\
14516         dlls/fusion/tests/Makefile"
14517 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
14518         fusion/tests"
14519 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
14520 dlls/fusion/tests/Makefile: dlls/fusion/tests/Makefile.in dlls/Maketest.rules"
14521 ac_config_files="$ac_config_files dlls/fusion/tests/Makefile"
14522
14523 ALL_MAKEFILES="$ALL_MAKEFILES \\
14524         dlls/gdi32/Makefile"
14525 test "x$enable_gdi32" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
14526         gdi32"
14527 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
14528 dlls/gdi32/Makefile: dlls/gdi32/Makefile.in dlls/Makedll.rules"
14529 ac_config_files="$ac_config_files dlls/gdi32/Makefile"
14530
14531 ALL_MAKEFILES="$ALL_MAKEFILES \\
14532         dlls/gdi32/tests/Makefile"
14533 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
14534         gdi32/tests"
14535 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
14536 dlls/gdi32/tests/Makefile: dlls/gdi32/tests/Makefile.in dlls/Maketest.rules"
14537 ac_config_files="$ac_config_files dlls/gdi32/tests/Makefile"
14538
14539 ALL_MAKEFILES="$ALL_MAKEFILES \\
14540         dlls/gdiplus/Makefile"
14541 test "x$enable_gdiplus" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
14542         gdiplus"
14543 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
14544 dlls/gdiplus/Makefile: dlls/gdiplus/Makefile.in dlls/Makedll.rules"
14545 ac_config_files="$ac_config_files dlls/gdiplus/Makefile"
14546
14547 ALL_MAKEFILES="$ALL_MAKEFILES \\
14548         dlls/gdiplus/tests/Makefile"
14549 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
14550         gdiplus/tests"
14551 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
14552 dlls/gdiplus/tests/Makefile: dlls/gdiplus/tests/Makefile.in dlls/Maketest.rules"
14553 ac_config_files="$ac_config_files dlls/gdiplus/tests/Makefile"
14554
14555 ALL_MAKEFILES="$ALL_MAKEFILES \\
14556         dlls/glu32/Makefile"
14557 test "x$enable_glu32" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
14558         glu32"
14559 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
14560 dlls/glu32/Makefile: dlls/glu32/Makefile.in dlls/Makedll.rules"
14561 ac_config_files="$ac_config_files dlls/glu32/Makefile"
14562
14563 ALL_MAKEFILES="$ALL_MAKEFILES \\
14564         dlls/gphoto2.ds/Makefile"
14565 test "x$enable_gphoto2_ds" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
14566         gphoto2.ds"
14567 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
14568 dlls/gphoto2.ds/Makefile: dlls/gphoto2.ds/Makefile.in dlls/Makedll.rules"
14569 ac_config_files="$ac_config_files dlls/gphoto2.ds/Makefile"
14570
14571 ALL_MAKEFILES="$ALL_MAKEFILES \\
14572         dlls/gpkcsp/Makefile"
14573 test "x$enable_gpkcsp" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
14574         gpkcsp"
14575 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
14576 dlls/gpkcsp/Makefile: dlls/gpkcsp/Makefile.in dlls/Makedll.rules"
14577 ac_config_files="$ac_config_files dlls/gpkcsp/Makefile"
14578
14579 ALL_MAKEFILES="$ALL_MAKEFILES \\
14580         dlls/hal/Makefile"
14581 test "x$enable_hal" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
14582         hal"
14583 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
14584 dlls/hal/Makefile: dlls/hal/Makefile.in dlls/Makedll.rules"
14585 ac_config_files="$ac_config_files dlls/hal/Makefile"
14586
14587 ALL_MAKEFILES="$ALL_MAKEFILES \\
14588         dlls/hhctrl.ocx/Makefile"
14589 test "x$enable_hhctrl_ocx" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
14590         hhctrl.ocx"
14591 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
14592 dlls/hhctrl.ocx/Makefile: dlls/hhctrl.ocx/Makefile.in dlls/Makedll.rules"
14593 ac_config_files="$ac_config_files dlls/hhctrl.ocx/Makefile"
14594
14595 ALL_MAKEFILES="$ALL_MAKEFILES \\
14596         dlls/hid/Makefile"
14597 test "x$enable_hid" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
14598         hid"
14599 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
14600 dlls/hid/Makefile: dlls/hid/Makefile.in dlls/Makedll.rules"
14601 ac_config_files="$ac_config_files dlls/hid/Makefile"
14602
14603 ALL_MAKEFILES="$ALL_MAKEFILES \\
14604         dlls/hlink/Makefile"
14605 test "x$enable_hlink" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
14606         hlink"
14607 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
14608 dlls/hlink/Makefile: dlls/hlink/Makefile.in dlls/Makedll.rules"
14609 ac_config_files="$ac_config_files dlls/hlink/Makefile"
14610
14611 ALL_MAKEFILES="$ALL_MAKEFILES \\
14612         dlls/hlink/tests/Makefile"
14613 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
14614         hlink/tests"
14615 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
14616 dlls/hlink/tests/Makefile: dlls/hlink/tests/Makefile.in dlls/Maketest.rules"
14617 ac_config_files="$ac_config_files dlls/hlink/tests/Makefile"
14618
14619 ALL_MAKEFILES="$ALL_MAKEFILES \\
14620         dlls/hnetcfg/Makefile"
14621 test "x$enable_hnetcfg" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
14622         hnetcfg"
14623 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
14624 dlls/hnetcfg/Makefile: dlls/hnetcfg/Makefile.in dlls/Makedll.rules"
14625 ac_config_files="$ac_config_files dlls/hnetcfg/Makefile"
14626
14627 ALL_MAKEFILES="$ALL_MAKEFILES \\
14628         dlls/httpapi/Makefile"
14629 test "x$enable_httpapi" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
14630         httpapi"
14631 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
14632 dlls/httpapi/Makefile: dlls/httpapi/Makefile.in dlls/Makedll.rules"
14633 ac_config_files="$ac_config_files dlls/httpapi/Makefile"
14634
14635 ALL_MAKEFILES="$ALL_MAKEFILES \\
14636         dlls/iccvid/Makefile"
14637 test "x$enable_iccvid" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
14638         iccvid"
14639 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
14640 dlls/iccvid/Makefile: dlls/iccvid/Makefile.in dlls/Makedll.rules"
14641 ac_config_files="$ac_config_files dlls/iccvid/Makefile"
14642
14643 ALL_MAKEFILES="$ALL_MAKEFILES \\
14644         dlls/icmp/Makefile"
14645 test "x$enable_icmp" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
14646         icmp"
14647 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
14648 dlls/icmp/Makefile: dlls/icmp/Makefile.in dlls/Makedll.rules"
14649 ac_config_files="$ac_config_files dlls/icmp/Makefile"
14650
14651 ALL_MAKEFILES="$ALL_MAKEFILES \\
14652         dlls/ifsmgr.vxd/Makefile"
14653 test "x$enable_win16" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
14654         ifsmgr.vxd"
14655 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
14656 dlls/ifsmgr.vxd/Makefile: dlls/ifsmgr.vxd/Makefile.in dlls/Makedll.rules"
14657 ac_config_files="$ac_config_files dlls/ifsmgr.vxd/Makefile"
14658
14659 ALL_MAKEFILES="$ALL_MAKEFILES \\
14660         dlls/imaadp32.acm/Makefile"
14661 test "x$enable_imaadp32_acm" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
14662         imaadp32.acm"
14663 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
14664 dlls/imaadp32.acm/Makefile: dlls/imaadp32.acm/Makefile.in dlls/Makedll.rules"
14665 ac_config_files="$ac_config_files dlls/imaadp32.acm/Makefile"
14666
14667 ALL_MAKEFILES="$ALL_MAKEFILES \\
14668         dlls/imagehlp/Makefile"
14669 test "x$enable_imagehlp" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
14670         imagehlp"
14671 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
14672 dlls/imagehlp/Makefile: dlls/imagehlp/Makefile.in dlls/Makedll.rules"
14673 ac_config_files="$ac_config_files dlls/imagehlp/Makefile"
14674
14675 ALL_MAKEFILES="$ALL_MAKEFILES \\
14676         dlls/imm.dll16/Makefile"
14677 test "x$enable_win16" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
14678         imm.dll16"
14679 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
14680 dlls/imm.dll16/Makefile: dlls/imm.dll16/Makefile.in dlls/Makedll.rules"
14681 ac_config_files="$ac_config_files dlls/imm.dll16/Makefile"
14682
14683 ALL_MAKEFILES="$ALL_MAKEFILES \\
14684         dlls/imm32/Makefile"
14685 test "x$enable_imm32" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
14686         imm32"
14687 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
14688 dlls/imm32/Makefile: dlls/imm32/Makefile.in dlls/Makedll.rules"
14689 ac_config_files="$ac_config_files dlls/imm32/Makefile"
14690
14691 ALL_MAKEFILES="$ALL_MAKEFILES \\
14692         dlls/imm32/tests/Makefile"
14693 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
14694         imm32/tests"
14695 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
14696 dlls/imm32/tests/Makefile: dlls/imm32/tests/Makefile.in dlls/Maketest.rules"
14697 ac_config_files="$ac_config_files dlls/imm32/tests/Makefile"
14698
14699 ALL_MAKEFILES="$ALL_MAKEFILES \\
14700         dlls/inetcomm/Makefile"
14701 test "x$enable_inetcomm" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
14702         inetcomm"
14703 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
14704 dlls/inetcomm/Makefile: dlls/inetcomm/Makefile.in dlls/Makedll.rules"
14705 ac_config_files="$ac_config_files dlls/inetcomm/Makefile"
14706
14707 ALL_MAKEFILES="$ALL_MAKEFILES \\
14708         dlls/inetcomm/tests/Makefile"
14709 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
14710         inetcomm/tests"
14711 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
14712 dlls/inetcomm/tests/Makefile: dlls/inetcomm/tests/Makefile.in dlls/Maketest.rules"
14713 ac_config_files="$ac_config_files dlls/inetcomm/tests/Makefile"
14714
14715 ALL_MAKEFILES="$ALL_MAKEFILES \\
14716         dlls/inetmib1/Makefile"
14717 test "x$enable_inetmib1" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
14718         inetmib1"
14719 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
14720 dlls/inetmib1/Makefile: dlls/inetmib1/Makefile.in dlls/Makedll.rules"
14721 ac_config_files="$ac_config_files dlls/inetmib1/Makefile"
14722
14723 ALL_MAKEFILES="$ALL_MAKEFILES \\
14724         dlls/inetmib1/tests/Makefile"
14725 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
14726         inetmib1/tests"
14727 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
14728 dlls/inetmib1/tests/Makefile: dlls/inetmib1/tests/Makefile.in dlls/Maketest.rules"
14729 ac_config_files="$ac_config_files dlls/inetmib1/tests/Makefile"
14730
14731 ALL_MAKEFILES="$ALL_MAKEFILES \\
14732         dlls/infosoft/Makefile"
14733 test "x$enable_infosoft" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
14734         infosoft"
14735 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
14736 dlls/infosoft/Makefile: dlls/infosoft/Makefile.in dlls/Makedll.rules"
14737 ac_config_files="$ac_config_files dlls/infosoft/Makefile"
14738
14739 ALL_MAKEFILES="$ALL_MAKEFILES \\
14740         dlls/infosoft/tests/Makefile"
14741 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
14742         infosoft/tests"
14743 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
14744 dlls/infosoft/tests/Makefile: dlls/infosoft/tests/Makefile.in dlls/Maketest.rules"
14745 ac_config_files="$ac_config_files dlls/infosoft/tests/Makefile"
14746
14747 ALL_MAKEFILES="$ALL_MAKEFILES \\
14748         dlls/initpki/Makefile"
14749 test "x$enable_initpki" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
14750         initpki"
14751 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
14752 dlls/initpki/Makefile: dlls/initpki/Makefile.in dlls/Makedll.rules"
14753 ac_config_files="$ac_config_files dlls/initpki/Makefile"
14754
14755 ALL_MAKEFILES="$ALL_MAKEFILES \\
14756         dlls/inkobj/Makefile"
14757 test "x$enable_inkobj" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
14758         inkobj"
14759 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
14760 dlls/inkobj/Makefile: dlls/inkobj/Makefile.in dlls/Makedll.rules"
14761 ac_config_files="$ac_config_files dlls/inkobj/Makefile"
14762
14763 ALL_MAKEFILES="$ALL_MAKEFILES \\
14764         dlls/inseng/Makefile"
14765 test "x$enable_inseng" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
14766         inseng"
14767 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
14768 dlls/inseng/Makefile: dlls/inseng/Makefile.in dlls/Makedll.rules"
14769 ac_config_files="$ac_config_files dlls/inseng/Makefile"
14770
14771 ALL_MAKEFILES="$ALL_MAKEFILES \\
14772         dlls/iphlpapi/Makefile"
14773 test "x$enable_iphlpapi" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
14774         iphlpapi"
14775 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
14776 dlls/iphlpapi/Makefile: dlls/iphlpapi/Makefile.in dlls/Makedll.rules"
14777 ac_config_files="$ac_config_files dlls/iphlpapi/Makefile"
14778
14779 ALL_MAKEFILES="$ALL_MAKEFILES \\
14780         dlls/iphlpapi/tests/Makefile"
14781 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
14782         iphlpapi/tests"
14783 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
14784 dlls/iphlpapi/tests/Makefile: dlls/iphlpapi/tests/Makefile.in dlls/Maketest.rules"
14785 ac_config_files="$ac_config_files dlls/iphlpapi/tests/Makefile"
14786
14787 ALL_MAKEFILES="$ALL_MAKEFILES \\
14788         dlls/itircl/Makefile"
14789 test "x$enable_itircl" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
14790         itircl"
14791 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
14792 dlls/itircl/Makefile: dlls/itircl/Makefile.in dlls/Makedll.rules"
14793 ac_config_files="$ac_config_files dlls/itircl/Makefile"
14794
14795 ALL_MAKEFILES="$ALL_MAKEFILES \\
14796         dlls/itss/Makefile"
14797 test "x$enable_itss" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
14798         itss"
14799 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
14800 dlls/itss/Makefile: dlls/itss/Makefile.in dlls/Makedll.rules"
14801 ac_config_files="$ac_config_files dlls/itss/Makefile"
14802
14803 ALL_MAKEFILES="$ALL_MAKEFILES \\
14804         dlls/itss/tests/Makefile"
14805 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
14806         itss/tests"
14807 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
14808 dlls/itss/tests/Makefile: dlls/itss/tests/Makefile.in dlls/Maketest.rules"
14809 ac_config_files="$ac_config_files dlls/itss/tests/Makefile"
14810
14811 ALL_MAKEFILES="$ALL_MAKEFILES \\
14812         dlls/jscript/Makefile"
14813 test "x$enable_jscript" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
14814         jscript"
14815 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
14816 dlls/jscript/Makefile: dlls/jscript/Makefile.in dlls/Makedll.rules"
14817 ac_config_files="$ac_config_files dlls/jscript/Makefile"
14818
14819 ALL_MAKEFILES="$ALL_MAKEFILES \\
14820         dlls/jscript/tests/Makefile"
14821 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
14822         jscript/tests"
14823 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
14824 dlls/jscript/tests/Makefile: dlls/jscript/tests/Makefile.in dlls/Maketest.rules"
14825 ac_config_files="$ac_config_files dlls/jscript/tests/Makefile"
14826
14827 ALL_MAKEFILES="$ALL_MAKEFILES \\
14828         dlls/kernel32/Makefile"
14829 test "x$enable_kernel32" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
14830         kernel32"
14831 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
14832 dlls/kernel32/Makefile: dlls/kernel32/Makefile.in dlls/Makedll.rules"
14833 ac_config_files="$ac_config_files dlls/kernel32/Makefile"
14834
14835 ALL_MAKEFILES="$ALL_MAKEFILES \\
14836         dlls/kernel32/tests/Makefile"
14837 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
14838         kernel32/tests"
14839 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
14840 dlls/kernel32/tests/Makefile: dlls/kernel32/tests/Makefile.in dlls/Maketest.rules"
14841 ac_config_files="$ac_config_files dlls/kernel32/tests/Makefile"
14842
14843 ALL_MAKEFILES="$ALL_MAKEFILES \\
14844         dlls/keyboard.drv16/Makefile"
14845 test "x$enable_win16" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
14846         keyboard.drv16"
14847 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
14848 dlls/keyboard.drv16/Makefile: dlls/keyboard.drv16/Makefile.in dlls/Makedll.rules"
14849 ac_config_files="$ac_config_files dlls/keyboard.drv16/Makefile"
14850
14851 ALL_MAKEFILES="$ALL_MAKEFILES \\
14852         dlls/loadperf/Makefile"
14853 test "x$enable_loadperf" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
14854         loadperf"
14855 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
14856 dlls/loadperf/Makefile: dlls/loadperf/Makefile.in dlls/Makedll.rules"
14857 ac_config_files="$ac_config_files dlls/loadperf/Makefile"
14858
14859 ALL_MAKEFILES="$ALL_MAKEFILES \\
14860         dlls/localspl/Makefile"
14861 test "x$enable_localspl" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
14862         localspl"
14863 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
14864 dlls/localspl/Makefile: dlls/localspl/Makefile.in dlls/Makedll.rules"
14865 ac_config_files="$ac_config_files dlls/localspl/Makefile"
14866
14867 ALL_MAKEFILES="$ALL_MAKEFILES \\
14868         dlls/localspl/tests/Makefile"
14869 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
14870         localspl/tests"
14871 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
14872 dlls/localspl/tests/Makefile: dlls/localspl/tests/Makefile.in dlls/Maketest.rules"
14873 ac_config_files="$ac_config_files dlls/localspl/tests/Makefile"
14874
14875 ALL_MAKEFILES="$ALL_MAKEFILES \\
14876         dlls/localui/Makefile"
14877 test "x$enable_localui" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
14878         localui"
14879 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
14880 dlls/localui/Makefile: dlls/localui/Makefile.in dlls/Makedll.rules"
14881 ac_config_files="$ac_config_files dlls/localui/Makefile"
14882
14883 ALL_MAKEFILES="$ALL_MAKEFILES \\
14884         dlls/localui/tests/Makefile"
14885 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
14886         localui/tests"
14887 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
14888 dlls/localui/tests/Makefile: dlls/localui/tests/Makefile.in dlls/Maketest.rules"
14889 ac_config_files="$ac_config_files dlls/localui/tests/Makefile"
14890
14891 ALL_MAKEFILES="$ALL_MAKEFILES \\
14892         dlls/lz32/Makefile"
14893 test "x$enable_lz32" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
14894         lz32"
14895 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
14896 dlls/lz32/Makefile: dlls/lz32/Makefile.in dlls/Makedll.rules"
14897 ac_config_files="$ac_config_files dlls/lz32/Makefile"
14898
14899 ALL_MAKEFILES="$ALL_MAKEFILES \\
14900         dlls/lz32/tests/Makefile"
14901 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
14902         lz32/tests"
14903 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
14904 dlls/lz32/tests/Makefile: dlls/lz32/tests/Makefile.in dlls/Maketest.rules"
14905 ac_config_files="$ac_config_files dlls/lz32/tests/Makefile"
14906
14907 ALL_MAKEFILES="$ALL_MAKEFILES \\
14908         dlls/lzexpand.dll16/Makefile"
14909 test "x$enable_win16" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
14910         lzexpand.dll16"
14911 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
14912 dlls/lzexpand.dll16/Makefile: dlls/lzexpand.dll16/Makefile.in dlls/Makedll.rules"
14913 ac_config_files="$ac_config_files dlls/lzexpand.dll16/Makefile"
14914
14915 ALL_MAKEFILES="$ALL_MAKEFILES \\
14916         dlls/mapi32/Makefile"
14917 test "x$enable_mapi32" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
14918         mapi32"
14919 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
14920 dlls/mapi32/Makefile: dlls/mapi32/Makefile.in dlls/Makedll.rules"
14921 ac_config_files="$ac_config_files dlls/mapi32/Makefile"
14922
14923 ALL_MAKEFILES="$ALL_MAKEFILES \\
14924         dlls/mapi32/tests/Makefile"
14925 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
14926         mapi32/tests"
14927 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
14928 dlls/mapi32/tests/Makefile: dlls/mapi32/tests/Makefile.in dlls/Maketest.rules"
14929 ac_config_files="$ac_config_files dlls/mapi32/tests/Makefile"
14930
14931 ALL_MAKEFILES="$ALL_MAKEFILES \\
14932         dlls/mciavi32/Makefile"
14933 test "x$enable_mciavi32" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
14934         mciavi32"
14935 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
14936 dlls/mciavi32/Makefile: dlls/mciavi32/Makefile.in dlls/Makedll.rules"
14937 ac_config_files="$ac_config_files dlls/mciavi32/Makefile"
14938
14939 ALL_MAKEFILES="$ALL_MAKEFILES \\
14940         dlls/mcicda/Makefile"
14941 test "x$enable_mcicda" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
14942         mcicda"
14943 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
14944 dlls/mcicda/Makefile: dlls/mcicda/Makefile.in dlls/Makedll.rules"
14945 ac_config_files="$ac_config_files dlls/mcicda/Makefile"
14946
14947 ALL_MAKEFILES="$ALL_MAKEFILES \\
14948         dlls/mciqtz32/Makefile"
14949 test "x$enable_mciqtz32" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
14950         mciqtz32"
14951 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
14952 dlls/mciqtz32/Makefile: dlls/mciqtz32/Makefile.in dlls/Makedll.rules"
14953 ac_config_files="$ac_config_files dlls/mciqtz32/Makefile"
14954
14955 ALL_MAKEFILES="$ALL_MAKEFILES \\
14956         dlls/mciseq/Makefile"
14957 test "x$enable_mciseq" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
14958         mciseq"
14959 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
14960 dlls/mciseq/Makefile: dlls/mciseq/Makefile.in dlls/Makedll.rules"
14961 ac_config_files="$ac_config_files dlls/mciseq/Makefile"
14962
14963 ALL_MAKEFILES="$ALL_MAKEFILES \\
14964         dlls/mciwave/Makefile"
14965 test "x$enable_mciwave" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
14966         mciwave"
14967 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
14968 dlls/mciwave/Makefile: dlls/mciwave/Makefile.in dlls/Makedll.rules"
14969 ac_config_files="$ac_config_files dlls/mciwave/Makefile"
14970
14971 ALL_MAKEFILES="$ALL_MAKEFILES \\
14972         dlls/midimap/Makefile"
14973 test "x$enable_midimap" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
14974         midimap"
14975 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
14976 dlls/midimap/Makefile: dlls/midimap/Makefile.in dlls/Makedll.rules"
14977 ac_config_files="$ac_config_files dlls/midimap/Makefile"
14978
14979 ALL_MAKEFILES="$ALL_MAKEFILES \\
14980         dlls/mlang/Makefile"
14981 test "x$enable_mlang" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
14982         mlang"
14983 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
14984 dlls/mlang/Makefile: dlls/mlang/Makefile.in dlls/Makedll.rules"
14985 ac_config_files="$ac_config_files dlls/mlang/Makefile"
14986
14987 ALL_MAKEFILES="$ALL_MAKEFILES \\
14988         dlls/mlang/tests/Makefile"
14989 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
14990         mlang/tests"
14991 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
14992 dlls/mlang/tests/Makefile: dlls/mlang/tests/Makefile.in dlls/Maketest.rules"
14993 ac_config_files="$ac_config_files dlls/mlang/tests/Makefile"
14994
14995 ALL_MAKEFILES="$ALL_MAKEFILES \\
14996         dlls/mmdevldr.vxd/Makefile"
14997 test "x$enable_win16" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
14998         mmdevldr.vxd"
14999 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
15000 dlls/mmdevldr.vxd/Makefile: dlls/mmdevldr.vxd/Makefile.in dlls/Makedll.rules"
15001 ac_config_files="$ac_config_files dlls/mmdevldr.vxd/Makefile"
15002
15003 ALL_MAKEFILES="$ALL_MAKEFILES \\
15004         dlls/monodebg.vxd/Makefile"
15005 test "x$enable_win16" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
15006         monodebg.vxd"
15007 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
15008 dlls/monodebg.vxd/Makefile: dlls/monodebg.vxd/Makefile.in dlls/Makedll.rules"
15009 ac_config_files="$ac_config_files dlls/monodebg.vxd/Makefile"
15010
15011 ALL_MAKEFILES="$ALL_MAKEFILES \\
15012         dlls/mountmgr.sys/Makefile"
15013 test "x$enable_mountmgr_sys" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
15014         mountmgr.sys"
15015 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
15016 dlls/mountmgr.sys/Makefile: dlls/mountmgr.sys/Makefile.in dlls/Makedll.rules"
15017 ac_config_files="$ac_config_files dlls/mountmgr.sys/Makefile"
15018
15019 ALL_MAKEFILES="$ALL_MAKEFILES \\
15020         dlls/mouse.drv16/Makefile"
15021 test "x$enable_win16" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
15022         mouse.drv16"
15023 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
15024 dlls/mouse.drv16/Makefile: dlls/mouse.drv16/Makefile.in dlls/Makedll.rules"
15025 ac_config_files="$ac_config_files dlls/mouse.drv16/Makefile"
15026
15027 ALL_MAKEFILES="$ALL_MAKEFILES \\
15028         dlls/mpr/Makefile"
15029 test "x$enable_mpr" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
15030         mpr"
15031 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
15032 dlls/mpr/Makefile: dlls/mpr/Makefile.in dlls/Makedll.rules"
15033 ac_config_files="$ac_config_files dlls/mpr/Makefile"
15034
15035 ALL_MAKEFILES="$ALL_MAKEFILES \\
15036         dlls/mprapi/Makefile"
15037 test "x$enable_mprapi" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
15038         mprapi"
15039 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
15040 dlls/mprapi/Makefile: dlls/mprapi/Makefile.in dlls/Makedll.rules"
15041 ac_config_files="$ac_config_files dlls/mprapi/Makefile"
15042
15043 ALL_MAKEFILES="$ALL_MAKEFILES \\
15044         dlls/msacm.dll16/Makefile"
15045 test "x$enable_win16" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
15046         msacm.dll16"
15047 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
15048 dlls/msacm.dll16/Makefile: dlls/msacm.dll16/Makefile.in dlls/Makedll.rules"
15049 ac_config_files="$ac_config_files dlls/msacm.dll16/Makefile"
15050
15051 ALL_MAKEFILES="$ALL_MAKEFILES \\
15052         dlls/msacm32.drv/Makefile"
15053 test "x$enable_msacm32_drv" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
15054         msacm32.drv"
15055 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
15056 dlls/msacm32.drv/Makefile: dlls/msacm32.drv/Makefile.in dlls/Makedll.rules"
15057 ac_config_files="$ac_config_files dlls/msacm32.drv/Makefile"
15058
15059 ALL_MAKEFILES="$ALL_MAKEFILES \\
15060         dlls/msacm32/Makefile"
15061 test "x$enable_msacm32" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
15062         msacm32"
15063 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
15064 dlls/msacm32/Makefile: dlls/msacm32/Makefile.in dlls/Makedll.rules"
15065 ac_config_files="$ac_config_files dlls/msacm32/Makefile"
15066
15067 ALL_MAKEFILES="$ALL_MAKEFILES \\
15068         dlls/msacm32/tests/Makefile"
15069 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
15070         msacm32/tests"
15071 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
15072 dlls/msacm32/tests/Makefile: dlls/msacm32/tests/Makefile.in dlls/Maketest.rules"
15073 ac_config_files="$ac_config_files dlls/msacm32/tests/Makefile"
15074
15075 ALL_MAKEFILES="$ALL_MAKEFILES \\
15076         dlls/msadp32.acm/Makefile"
15077 test "x$enable_msadp32_acm" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
15078         msadp32.acm"
15079 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
15080 dlls/msadp32.acm/Makefile: dlls/msadp32.acm/Makefile.in dlls/Makedll.rules"
15081 ac_config_files="$ac_config_files dlls/msadp32.acm/Makefile"
15082
15083 ALL_MAKEFILES="$ALL_MAKEFILES \\
15084         dlls/mscat32/Makefile"
15085 test "x$enable_mscat32" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
15086         mscat32"
15087 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
15088 dlls/mscat32/Makefile: dlls/mscat32/Makefile.in dlls/Makedll.rules"
15089 ac_config_files="$ac_config_files dlls/mscat32/Makefile"
15090
15091 ALL_MAKEFILES="$ALL_MAKEFILES \\
15092         dlls/mscms/Makefile"
15093 test "x$enable_mscms" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
15094         mscms"
15095 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
15096 dlls/mscms/Makefile: dlls/mscms/Makefile.in dlls/Makedll.rules"
15097 ac_config_files="$ac_config_files dlls/mscms/Makefile"
15098
15099 ALL_MAKEFILES="$ALL_MAKEFILES \\
15100         dlls/mscms/tests/Makefile"
15101 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
15102         mscms/tests"
15103 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
15104 dlls/mscms/tests/Makefile: dlls/mscms/tests/Makefile.in dlls/Maketest.rules"
15105 ac_config_files="$ac_config_files dlls/mscms/tests/Makefile"
15106
15107 ALL_MAKEFILES="$ALL_MAKEFILES \\
15108         dlls/mscoree/Makefile"
15109 test "x$enable_mscoree" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
15110         mscoree"
15111 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
15112 dlls/mscoree/Makefile: dlls/mscoree/Makefile.in dlls/Makedll.rules"
15113 ac_config_files="$ac_config_files dlls/mscoree/Makefile"
15114
15115 ALL_MAKEFILES="$ALL_MAKEFILES \\
15116         dlls/msctf/Makefile"
15117 test "x$enable_msctf" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
15118         msctf"
15119 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
15120 dlls/msctf/Makefile: dlls/msctf/Makefile.in dlls/Makedll.rules"
15121 ac_config_files="$ac_config_files dlls/msctf/Makefile"
15122
15123 ALL_MAKEFILES="$ALL_MAKEFILES \\
15124         dlls/msctf/tests/Makefile"
15125 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
15126         msctf/tests"
15127 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
15128 dlls/msctf/tests/Makefile: dlls/msctf/tests/Makefile.in dlls/Maketest.rules"
15129 ac_config_files="$ac_config_files dlls/msctf/tests/Makefile"
15130
15131 ALL_MAKEFILES="$ALL_MAKEFILES \\
15132         dlls/msdaps/Makefile"
15133 test "x$enable_msdaps" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
15134         msdaps"
15135 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
15136 dlls/msdaps/Makefile: dlls/msdaps/Makefile.in dlls/Makedll.rules"
15137 ac_config_files="$ac_config_files dlls/msdaps/Makefile"
15138
15139 ALL_MAKEFILES="$ALL_MAKEFILES \\
15140         dlls/msdmo/Makefile"
15141 test "x$enable_msdmo" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
15142         msdmo"
15143 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
15144 dlls/msdmo/Makefile: dlls/msdmo/Makefile.in dlls/Makedll.rules"
15145 ac_config_files="$ac_config_files dlls/msdmo/Makefile"
15146
15147 ALL_MAKEFILES="$ALL_MAKEFILES \\
15148         dlls/msftedit/Makefile"
15149 test "x$enable_msftedit" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
15150         msftedit"
15151 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
15152 dlls/msftedit/Makefile: dlls/msftedit/Makefile.in dlls/Makedll.rules"
15153 ac_config_files="$ac_config_files dlls/msftedit/Makefile"
15154
15155 ALL_MAKEFILES="$ALL_MAKEFILES \\
15156         dlls/msg711.acm/Makefile"
15157 test "x$enable_msg711_acm" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
15158         msg711.acm"
15159 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
15160 dlls/msg711.acm/Makefile: dlls/msg711.acm/Makefile.in dlls/Makedll.rules"
15161 ac_config_files="$ac_config_files dlls/msg711.acm/Makefile"
15162
15163 ALL_MAKEFILES="$ALL_MAKEFILES \\
15164         dlls/msgsm32.acm/Makefile"
15165 test "x$enable_msgsm32_acm" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
15166         msgsm32.acm"
15167 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
15168 dlls/msgsm32.acm/Makefile: dlls/msgsm32.acm/Makefile.in dlls/Makedll.rules"
15169 ac_config_files="$ac_config_files dlls/msgsm32.acm/Makefile"
15170
15171 ALL_MAKEFILES="$ALL_MAKEFILES \\
15172         dlls/mshtml.tlb/Makefile"
15173 test "x$enable_mshtml_tlb" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
15174         mshtml.tlb"
15175 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
15176 dlls/mshtml.tlb/Makefile: dlls/mshtml.tlb/Makefile.in dlls/Makedll.rules"
15177 ac_config_files="$ac_config_files dlls/mshtml.tlb/Makefile"
15178
15179 ALL_MAKEFILES="$ALL_MAKEFILES \\
15180         dlls/mshtml/Makefile"
15181 test "x$enable_mshtml" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
15182         mshtml"
15183 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
15184 dlls/mshtml/Makefile: dlls/mshtml/Makefile.in dlls/Makedll.rules"
15185 ac_config_files="$ac_config_files dlls/mshtml/Makefile"
15186
15187 ALL_MAKEFILES="$ALL_MAKEFILES \\
15188         dlls/mshtml/tests/Makefile"
15189 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
15190         mshtml/tests"
15191 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
15192 dlls/mshtml/tests/Makefile: dlls/mshtml/tests/Makefile.in dlls/Maketest.rules"
15193 ac_config_files="$ac_config_files dlls/mshtml/tests/Makefile"
15194
15195 ALL_MAKEFILES="$ALL_MAKEFILES \\
15196         dlls/msi/Makefile"
15197 test "x$enable_msi" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
15198         msi"
15199 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
15200 dlls/msi/Makefile: dlls/msi/Makefile.in dlls/Makedll.rules"
15201 ac_config_files="$ac_config_files dlls/msi/Makefile"
15202
15203 ALL_MAKEFILES="$ALL_MAKEFILES \\
15204         dlls/msi/tests/Makefile"
15205 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
15206         msi/tests"
15207 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
15208 dlls/msi/tests/Makefile: dlls/msi/tests/Makefile.in dlls/Maketest.rules"
15209 ac_config_files="$ac_config_files dlls/msi/tests/Makefile"
15210
15211 ALL_MAKEFILES="$ALL_MAKEFILES \\
15212         dlls/msimg32/Makefile"
15213 test "x$enable_msimg32" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
15214         msimg32"
15215 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
15216 dlls/msimg32/Makefile: dlls/msimg32/Makefile.in dlls/Makedll.rules"
15217 ac_config_files="$ac_config_files dlls/msimg32/Makefile"
15218
15219 ALL_MAKEFILES="$ALL_MAKEFILES \\
15220         dlls/msimtf/Makefile"
15221 test "x$enable_msimtf" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
15222         msimtf"
15223 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
15224 dlls/msimtf/Makefile: dlls/msimtf/Makefile.in dlls/Makedll.rules"
15225 ac_config_files="$ac_config_files dlls/msimtf/Makefile"
15226
15227 ALL_MAKEFILES="$ALL_MAKEFILES \\
15228         dlls/msisip/Makefile"
15229 test "x$enable_msisip" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
15230         msisip"
15231 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
15232 dlls/msisip/Makefile: dlls/msisip/Makefile.in dlls/Makedll.rules"
15233 ac_config_files="$ac_config_files dlls/msisip/Makefile"
15234
15235 ALL_MAKEFILES="$ALL_MAKEFILES \\
15236         dlls/msisys.ocx/Makefile"
15237 test "x$enable_msisys_ocx" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
15238         msisys.ocx"
15239 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
15240 dlls/msisys.ocx/Makefile: dlls/msisys.ocx/Makefile.in dlls/Makedll.rules"
15241 ac_config_files="$ac_config_files dlls/msisys.ocx/Makefile"
15242
15243 ALL_MAKEFILES="$ALL_MAKEFILES \\
15244         dlls/msnet32/Makefile"
15245 test "x$enable_msnet32" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
15246         msnet32"
15247 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
15248 dlls/msnet32/Makefile: dlls/msnet32/Makefile.in dlls/Makedll.rules"
15249 ac_config_files="$ac_config_files dlls/msnet32/Makefile"
15250
15251 ALL_MAKEFILES="$ALL_MAKEFILES \\
15252         dlls/msrle32/Makefile"
15253 test "x$enable_msrle32" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
15254         msrle32"
15255 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
15256 dlls/msrle32/Makefile: dlls/msrle32/Makefile.in dlls/Makedll.rules"
15257 ac_config_files="$ac_config_files dlls/msrle32/Makefile"
15258
15259 ALL_MAKEFILES="$ALL_MAKEFILES \\
15260         dlls/mssign32/Makefile"
15261 test "x$enable_mssign32" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
15262         mssign32"
15263 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
15264 dlls/mssign32/Makefile: dlls/mssign32/Makefile.in dlls/Makedll.rules"
15265 ac_config_files="$ac_config_files dlls/mssign32/Makefile"
15266
15267 ALL_MAKEFILES="$ALL_MAKEFILES \\
15268         dlls/mssip32/Makefile"
15269 test "x$enable_mssip32" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
15270         mssip32"
15271 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
15272 dlls/mssip32/Makefile: dlls/mssip32/Makefile.in dlls/Makedll.rules"
15273 ac_config_files="$ac_config_files dlls/mssip32/Makefile"
15274
15275 ALL_MAKEFILES="$ALL_MAKEFILES \\
15276         dlls/mstask/Makefile"
15277 test "x$enable_mstask" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
15278         mstask"
15279 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
15280 dlls/mstask/Makefile: dlls/mstask/Makefile.in dlls/Makedll.rules"
15281 ac_config_files="$ac_config_files dlls/mstask/Makefile"
15282
15283 ALL_MAKEFILES="$ALL_MAKEFILES \\
15284         dlls/mstask/tests/Makefile"
15285 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
15286         mstask/tests"
15287 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
15288 dlls/mstask/tests/Makefile: dlls/mstask/tests/Makefile.in dlls/Maketest.rules"
15289 ac_config_files="$ac_config_files dlls/mstask/tests/Makefile"
15290
15291 ALL_MAKEFILES="$ALL_MAKEFILES \\
15292         dlls/msvcirt/Makefile"
15293 test "x$enable_msvcirt" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
15294         msvcirt"
15295 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
15296 dlls/msvcirt/Makefile: dlls/msvcirt/Makefile.in dlls/Makedll.rules"
15297 ac_config_files="$ac_config_files dlls/msvcirt/Makefile"
15298
15299 ALL_MAKEFILES="$ALL_MAKEFILES \\
15300         dlls/msvcr71/Makefile"
15301 test "x$enable_msvcr71" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
15302         msvcr71"
15303 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
15304 dlls/msvcr71/Makefile: dlls/msvcr71/Makefile.in dlls/Makedll.rules"
15305 ac_config_files="$ac_config_files dlls/msvcr71/Makefile"
15306
15307 ALL_MAKEFILES="$ALL_MAKEFILES \\
15308         dlls/msvcrt/Makefile"
15309 test "x$enable_msvcrt" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
15310         msvcrt"
15311 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
15312 dlls/msvcrt/Makefile: dlls/msvcrt/Makefile.in dlls/Makedll.rules"
15313 ac_config_files="$ac_config_files dlls/msvcrt/Makefile"
15314
15315 ALL_MAKEFILES="$ALL_MAKEFILES \\
15316         dlls/msvcrt/tests/Makefile"
15317 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
15318         msvcrt/tests"
15319 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
15320 dlls/msvcrt/tests/Makefile: dlls/msvcrt/tests/Makefile.in dlls/Maketest.rules"
15321 ac_config_files="$ac_config_files dlls/msvcrt/tests/Makefile"
15322
15323 ALL_MAKEFILES="$ALL_MAKEFILES \\
15324         dlls/msvcrt20/Makefile"
15325 test "x$enable_msvcrt20" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
15326         msvcrt20"
15327 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
15328 dlls/msvcrt20/Makefile: dlls/msvcrt20/Makefile.in dlls/Makedll.rules"
15329 ac_config_files="$ac_config_files dlls/msvcrt20/Makefile"
15330
15331 ALL_MAKEFILES="$ALL_MAKEFILES \\
15332         dlls/msvcrt40/Makefile"
15333 test "x$enable_msvcrt40" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
15334         msvcrt40"
15335 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
15336 dlls/msvcrt40/Makefile: dlls/msvcrt40/Makefile.in dlls/Makedll.rules"
15337 ac_config_files="$ac_config_files dlls/msvcrt40/Makefile"
15338
15339 ALL_MAKEFILES="$ALL_MAKEFILES \\
15340         dlls/msvcrtd/Makefile"
15341 test "x$enable_msvcrtd" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
15342         msvcrtd"
15343 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
15344 dlls/msvcrtd/Makefile: dlls/msvcrtd/Makefile.in dlls/Makedll.rules"
15345 ac_config_files="$ac_config_files dlls/msvcrtd/Makefile"
15346
15347 ALL_MAKEFILES="$ALL_MAKEFILES \\
15348         dlls/msvcrtd/tests/Makefile"
15349 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
15350         msvcrtd/tests"
15351 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
15352 dlls/msvcrtd/tests/Makefile: dlls/msvcrtd/tests/Makefile.in dlls/Maketest.rules"
15353 ac_config_files="$ac_config_files dlls/msvcrtd/tests/Makefile"
15354
15355 ALL_MAKEFILES="$ALL_MAKEFILES \\
15356         dlls/msvfw32/Makefile"
15357 test "x$enable_msvfw32" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
15358         msvfw32"
15359 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
15360 dlls/msvfw32/Makefile: dlls/msvfw32/Makefile.in dlls/Makedll.rules"
15361 ac_config_files="$ac_config_files dlls/msvfw32/Makefile"
15362
15363 ALL_MAKEFILES="$ALL_MAKEFILES \\
15364         dlls/msvfw32/tests/Makefile"
15365 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
15366         msvfw32/tests"
15367 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
15368 dlls/msvfw32/tests/Makefile: dlls/msvfw32/tests/Makefile.in dlls/Maketest.rules"
15369 ac_config_files="$ac_config_files dlls/msvfw32/tests/Makefile"
15370
15371 ALL_MAKEFILES="$ALL_MAKEFILES \\
15372         dlls/msvidc32/Makefile"
15373 test "x$enable_msvidc32" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
15374         msvidc32"
15375 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
15376 dlls/msvidc32/Makefile: dlls/msvidc32/Makefile.in dlls/Makedll.rules"
15377 ac_config_files="$ac_config_files dlls/msvidc32/Makefile"
15378
15379 ALL_MAKEFILES="$ALL_MAKEFILES \\
15380         dlls/msvideo.dll16/Makefile"
15381 test "x$enable_win16" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
15382         msvideo.dll16"
15383 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
15384 dlls/msvideo.dll16/Makefile: dlls/msvideo.dll16/Makefile.in dlls/Makedll.rules"
15385 ac_config_files="$ac_config_files dlls/msvideo.dll16/Makefile"
15386
15387 ALL_MAKEFILES="$ALL_MAKEFILES \\
15388         dlls/mswsock/Makefile"
15389 test "x$enable_mswsock" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
15390         mswsock"
15391 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
15392 dlls/mswsock/Makefile: dlls/mswsock/Makefile.in dlls/Makedll.rules"
15393 ac_config_files="$ac_config_files dlls/mswsock/Makefile"
15394
15395 ALL_MAKEFILES="$ALL_MAKEFILES \\
15396         dlls/msxml3/Makefile"
15397 test "x$enable_msxml3" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
15398         msxml3"
15399 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
15400 dlls/msxml3/Makefile: dlls/msxml3/Makefile.in dlls/Makedll.rules"
15401 ac_config_files="$ac_config_files dlls/msxml3/Makefile"
15402
15403 ALL_MAKEFILES="$ALL_MAKEFILES \\
15404         dlls/msxml3/tests/Makefile"
15405 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
15406         msxml3/tests"
15407 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
15408 dlls/msxml3/tests/Makefile: dlls/msxml3/tests/Makefile.in dlls/Maketest.rules"
15409 ac_config_files="$ac_config_files dlls/msxml3/tests/Makefile"
15410
15411 ALL_MAKEFILES="$ALL_MAKEFILES \\
15412         dlls/nddeapi/Makefile"
15413 test "x$enable_nddeapi" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
15414         nddeapi"
15415 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
15416 dlls/nddeapi/Makefile: dlls/nddeapi/Makefile.in dlls/Makedll.rules"
15417 ac_config_files="$ac_config_files dlls/nddeapi/Makefile"
15418
15419 ALL_MAKEFILES="$ALL_MAKEFILES \\
15420         dlls/netapi32/Makefile"
15421 test "x$enable_netapi32" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
15422         netapi32"
15423 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
15424 dlls/netapi32/Makefile: dlls/netapi32/Makefile.in dlls/Makedll.rules"
15425 ac_config_files="$ac_config_files dlls/netapi32/Makefile"
15426
15427 ALL_MAKEFILES="$ALL_MAKEFILES \\
15428         dlls/netapi32/tests/Makefile"
15429 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
15430         netapi32/tests"
15431 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
15432 dlls/netapi32/tests/Makefile: dlls/netapi32/tests/Makefile.in dlls/Maketest.rules"
15433 ac_config_files="$ac_config_files dlls/netapi32/tests/Makefile"
15434
15435 ALL_MAKEFILES="$ALL_MAKEFILES \\
15436         dlls/newdev/Makefile"
15437 test "x$enable_newdev" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
15438         newdev"
15439 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
15440 dlls/newdev/Makefile: dlls/newdev/Makefile.in dlls/Makedll.rules"
15441 ac_config_files="$ac_config_files dlls/newdev/Makefile"
15442
15443 ALL_MAKEFILES="$ALL_MAKEFILES \\
15444         dlls/ntdll/Makefile"
15445 test "x$enable_ntdll" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
15446         ntdll"
15447 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
15448 dlls/ntdll/Makefile: dlls/ntdll/Makefile.in dlls/Makedll.rules"
15449 ac_config_files="$ac_config_files dlls/ntdll/Makefile"
15450
15451 ALL_MAKEFILES="$ALL_MAKEFILES \\
15452         dlls/ntdll/tests/Makefile"
15453 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
15454         ntdll/tests"
15455 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
15456 dlls/ntdll/tests/Makefile: dlls/ntdll/tests/Makefile.in dlls/Maketest.rules"
15457 ac_config_files="$ac_config_files dlls/ntdll/tests/Makefile"
15458
15459 ALL_MAKEFILES="$ALL_MAKEFILES \\
15460         dlls/ntdsapi/Makefile"
15461 test "x$enable_ntdsapi" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
15462         ntdsapi"
15463 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
15464 dlls/ntdsapi/Makefile: dlls/ntdsapi/Makefile.in dlls/Makedll.rules"
15465 ac_config_files="$ac_config_files dlls/ntdsapi/Makefile"
15466
15467 ALL_MAKEFILES="$ALL_MAKEFILES \\
15468         dlls/ntdsapi/tests/Makefile"
15469 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
15470         ntdsapi/tests"
15471 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
15472 dlls/ntdsapi/tests/Makefile: dlls/ntdsapi/tests/Makefile.in dlls/Maketest.rules"
15473 ac_config_files="$ac_config_files dlls/ntdsapi/tests/Makefile"
15474
15475 ALL_MAKEFILES="$ALL_MAKEFILES \\
15476         dlls/ntoskrnl.exe/Makefile"
15477 test "x$enable_ntoskrnl_exe" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
15478         ntoskrnl.exe"
15479 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
15480 dlls/ntoskrnl.exe/Makefile: dlls/ntoskrnl.exe/Makefile.in dlls/Makedll.rules"
15481 ac_config_files="$ac_config_files dlls/ntoskrnl.exe/Makefile"
15482
15483 ALL_MAKEFILES="$ALL_MAKEFILES \\
15484         dlls/ntprint/Makefile"
15485 test "x$enable_ntprint" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
15486         ntprint"
15487 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
15488 dlls/ntprint/Makefile: dlls/ntprint/Makefile.in dlls/Makedll.rules"
15489 ac_config_files="$ac_config_files dlls/ntprint/Makefile"
15490
15491 ALL_MAKEFILES="$ALL_MAKEFILES \\
15492         dlls/ntprint/tests/Makefile"
15493 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
15494         ntprint/tests"
15495 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
15496 dlls/ntprint/tests/Makefile: dlls/ntprint/tests/Makefile.in dlls/Maketest.rules"
15497 ac_config_files="$ac_config_files dlls/ntprint/tests/Makefile"
15498
15499 ALL_MAKEFILES="$ALL_MAKEFILES \\
15500         dlls/objsel/Makefile"
15501 test "x$enable_objsel" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
15502         objsel"
15503 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
15504 dlls/objsel/Makefile: dlls/objsel/Makefile.in dlls/Makedll.rules"
15505 ac_config_files="$ac_config_files dlls/objsel/Makefile"
15506
15507 ALL_MAKEFILES="$ALL_MAKEFILES \\
15508         dlls/odbc32/Makefile"
15509 test "x$enable_odbc32" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
15510         odbc32"
15511 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
15512 dlls/odbc32/Makefile: dlls/odbc32/Makefile.in dlls/Makedll.rules"
15513 ac_config_files="$ac_config_files dlls/odbc32/Makefile"
15514
15515 ALL_MAKEFILES="$ALL_MAKEFILES \\
15516         dlls/odbccp32/Makefile"
15517 test "x$enable_odbccp32" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
15518         odbccp32"
15519 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
15520 dlls/odbccp32/Makefile: dlls/odbccp32/Makefile.in dlls/Makedll.rules"
15521 ac_config_files="$ac_config_files dlls/odbccp32/Makefile"
15522
15523 ALL_MAKEFILES="$ALL_MAKEFILES \\
15524         dlls/odbccp32/tests/Makefile"
15525 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
15526         odbccp32/tests"
15527 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
15528 dlls/odbccp32/tests/Makefile: dlls/odbccp32/tests/Makefile.in dlls/Maketest.rules"
15529 ac_config_files="$ac_config_files dlls/odbccp32/tests/Makefile"
15530
15531 ALL_MAKEFILES="$ALL_MAKEFILES \\
15532         dlls/ole2.dll16/Makefile"
15533 test "x$enable_win16" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
15534         ole2.dll16"
15535 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
15536 dlls/ole2.dll16/Makefile: dlls/ole2.dll16/Makefile.in dlls/Makedll.rules"
15537 ac_config_files="$ac_config_files dlls/ole2.dll16/Makefile"
15538
15539 ALL_MAKEFILES="$ALL_MAKEFILES \\
15540         dlls/ole2conv.dll16/Makefile"
15541 test "x$enable_win16" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
15542         ole2conv.dll16"
15543 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
15544 dlls/ole2conv.dll16/Makefile: dlls/ole2conv.dll16/Makefile.in dlls/Makedll.rules"
15545 ac_config_files="$ac_config_files dlls/ole2conv.dll16/Makefile"
15546
15547 ALL_MAKEFILES="$ALL_MAKEFILES \\
15548         dlls/ole2disp.dll16/Makefile"
15549 test "x$enable_win16" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
15550         ole2disp.dll16"
15551 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
15552 dlls/ole2disp.dll16/Makefile: dlls/ole2disp.dll16/Makefile.in dlls/Makedll.rules"
15553 ac_config_files="$ac_config_files dlls/ole2disp.dll16/Makefile"
15554
15555 ALL_MAKEFILES="$ALL_MAKEFILES \\
15556         dlls/ole2nls.dll16/Makefile"
15557 test "x$enable_win16" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
15558         ole2nls.dll16"
15559 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
15560 dlls/ole2nls.dll16/Makefile: dlls/ole2nls.dll16/Makefile.in dlls/Makedll.rules"
15561 ac_config_files="$ac_config_files dlls/ole2nls.dll16/Makefile"
15562
15563 ALL_MAKEFILES="$ALL_MAKEFILES \\
15564         dlls/ole2prox.dll16/Makefile"
15565 test "x$enable_win16" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
15566         ole2prox.dll16"
15567 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
15568 dlls/ole2prox.dll16/Makefile: dlls/ole2prox.dll16/Makefile.in dlls/Makedll.rules"
15569 ac_config_files="$ac_config_files dlls/ole2prox.dll16/Makefile"
15570
15571 ALL_MAKEFILES="$ALL_MAKEFILES \\
15572         dlls/ole2thk.dll16/Makefile"
15573 test "x$enable_win16" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
15574         ole2thk.dll16"
15575 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
15576 dlls/ole2thk.dll16/Makefile: dlls/ole2thk.dll16/Makefile.in dlls/Makedll.rules"
15577 ac_config_files="$ac_config_files dlls/ole2thk.dll16/Makefile"
15578
15579 ALL_MAKEFILES="$ALL_MAKEFILES \\
15580         dlls/ole32/Makefile"
15581 test "x$enable_ole32" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
15582         ole32"
15583 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
15584 dlls/ole32/Makefile: dlls/ole32/Makefile.in dlls/Makedll.rules"
15585 ac_config_files="$ac_config_files dlls/ole32/Makefile"
15586
15587 ALL_MAKEFILES="$ALL_MAKEFILES \\
15588         dlls/ole32/tests/Makefile"
15589 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
15590         ole32/tests"
15591 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
15592 dlls/ole32/tests/Makefile: dlls/ole32/tests/Makefile.in dlls/Maketest.rules"
15593 ac_config_files="$ac_config_files dlls/ole32/tests/Makefile"
15594
15595 ALL_MAKEFILES="$ALL_MAKEFILES \\
15596         dlls/oleacc/Makefile"
15597 test "x$enable_oleacc" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
15598         oleacc"
15599 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
15600 dlls/oleacc/Makefile: dlls/oleacc/Makefile.in dlls/Makedll.rules"
15601 ac_config_files="$ac_config_files dlls/oleacc/Makefile"
15602
15603 ALL_MAKEFILES="$ALL_MAKEFILES \\
15604         dlls/oleacc/tests/Makefile"
15605 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
15606         oleacc/tests"
15607 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
15608 dlls/oleacc/tests/Makefile: dlls/oleacc/tests/Makefile.in dlls/Maketest.rules"
15609 ac_config_files="$ac_config_files dlls/oleacc/tests/Makefile"
15610
15611 ALL_MAKEFILES="$ALL_MAKEFILES \\
15612         dlls/oleaut32/Makefile"
15613 test "x$enable_oleaut32" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
15614         oleaut32"
15615 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
15616 dlls/oleaut32/Makefile: dlls/oleaut32/Makefile.in dlls/Makedll.rules"
15617 ac_config_files="$ac_config_files dlls/oleaut32/Makefile"
15618
15619 ALL_MAKEFILES="$ALL_MAKEFILES \\
15620         dlls/oleaut32/tests/Makefile"
15621 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
15622         oleaut32/tests"
15623 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
15624 dlls/oleaut32/tests/Makefile: dlls/oleaut32/tests/Makefile.in dlls/Maketest.rules"
15625 ac_config_files="$ac_config_files dlls/oleaut32/tests/Makefile"
15626
15627 ALL_MAKEFILES="$ALL_MAKEFILES \\
15628         dlls/olecli.dll16/Makefile"
15629 test "x$enable_win16" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
15630         olecli.dll16"
15631 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
15632 dlls/olecli.dll16/Makefile: dlls/olecli.dll16/Makefile.in dlls/Makedll.rules"
15633 ac_config_files="$ac_config_files dlls/olecli.dll16/Makefile"
15634
15635 ALL_MAKEFILES="$ALL_MAKEFILES \\
15636         dlls/olecli32/Makefile"
15637 test "x$enable_olecli32" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
15638         olecli32"
15639 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
15640 dlls/olecli32/Makefile: dlls/olecli32/Makefile.in dlls/Makedll.rules"
15641 ac_config_files="$ac_config_files dlls/olecli32/Makefile"
15642
15643 ALL_MAKEFILES="$ALL_MAKEFILES \\
15644         dlls/oledlg/Makefile"
15645 test "x$enable_oledlg" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
15646         oledlg"
15647 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
15648 dlls/oledlg/Makefile: dlls/oledlg/Makefile.in dlls/Makedll.rules"
15649 ac_config_files="$ac_config_files dlls/oledlg/Makefile"
15650
15651 ALL_MAKEFILES="$ALL_MAKEFILES \\
15652         dlls/olepro32/Makefile"
15653 test "x$enable_olepro32" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
15654         olepro32"
15655 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
15656 dlls/olepro32/Makefile: dlls/olepro32/Makefile.in dlls/Makedll.rules"
15657 ac_config_files="$ac_config_files dlls/olepro32/Makefile"
15658
15659 ALL_MAKEFILES="$ALL_MAKEFILES \\
15660         dlls/olesvr.dll16/Makefile"
15661 test "x$enable_win16" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
15662         olesvr.dll16"
15663 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
15664 dlls/olesvr.dll16/Makefile: dlls/olesvr.dll16/Makefile.in dlls/Makedll.rules"
15665 ac_config_files="$ac_config_files dlls/olesvr.dll16/Makefile"
15666
15667 ALL_MAKEFILES="$ALL_MAKEFILES \\
15668         dlls/olesvr32/Makefile"
15669 test "x$enable_olesvr32" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
15670         olesvr32"
15671 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
15672 dlls/olesvr32/Makefile: dlls/olesvr32/Makefile.in dlls/Makedll.rules"
15673 ac_config_files="$ac_config_files dlls/olesvr32/Makefile"
15674
15675 ALL_MAKEFILES="$ALL_MAKEFILES \\
15676         dlls/olethk32/Makefile"
15677 test "x$enable_olethk32" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
15678         olethk32"
15679 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
15680 dlls/olethk32/Makefile: dlls/olethk32/Makefile.in dlls/Makedll.rules"
15681 ac_config_files="$ac_config_files dlls/olethk32/Makefile"
15682
15683 ALL_MAKEFILES="$ALL_MAKEFILES \\
15684         dlls/opengl32/Makefile"
15685 test "x$enable_opengl32" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
15686         opengl32"
15687 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
15688 dlls/opengl32/Makefile: dlls/opengl32/Makefile.in dlls/Makedll.rules"
15689 ac_config_files="$ac_config_files dlls/opengl32/Makefile"
15690
15691 ALL_MAKEFILES="$ALL_MAKEFILES \\
15692         dlls/opengl32/tests/Makefile"
15693 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
15694         opengl32/tests"
15695 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
15696 dlls/opengl32/tests/Makefile: dlls/opengl32/tests/Makefile.in dlls/Maketest.rules"
15697 ac_config_files="$ac_config_files dlls/opengl32/tests/Makefile"
15698
15699 ALL_MAKEFILES="$ALL_MAKEFILES \\
15700         dlls/pdh/Makefile"
15701 test "x$enable_pdh" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
15702         pdh"
15703 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
15704 dlls/pdh/Makefile: dlls/pdh/Makefile.in dlls/Makedll.rules"
15705 ac_config_files="$ac_config_files dlls/pdh/Makefile"
15706
15707 ALL_MAKEFILES="$ALL_MAKEFILES \\
15708         dlls/pdh/tests/Makefile"
15709 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
15710         pdh/tests"
15711 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
15712 dlls/pdh/tests/Makefile: dlls/pdh/tests/Makefile.in dlls/Maketest.rules"
15713 ac_config_files="$ac_config_files dlls/pdh/tests/Makefile"
15714
15715 ALL_MAKEFILES="$ALL_MAKEFILES \\
15716         dlls/pidgen/Makefile"
15717 test "x$enable_pidgen" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
15718         pidgen"
15719 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
15720 dlls/pidgen/Makefile: dlls/pidgen/Makefile.in dlls/Makedll.rules"
15721 ac_config_files="$ac_config_files dlls/pidgen/Makefile"
15722
15723 ALL_MAKEFILES="$ALL_MAKEFILES \\
15724         dlls/powrprof/Makefile"
15725 test "x$enable_powrprof" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
15726         powrprof"
15727 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
15728 dlls/powrprof/Makefile: dlls/powrprof/Makefile.in dlls/Makedll.rules"
15729 ac_config_files="$ac_config_files dlls/powrprof/Makefile"
15730
15731 ALL_MAKEFILES="$ALL_MAKEFILES \\
15732         dlls/printui/Makefile"
15733 test "x$enable_printui" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
15734         printui"
15735 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
15736 dlls/printui/Makefile: dlls/printui/Makefile.in dlls/Makedll.rules"
15737 ac_config_files="$ac_config_files dlls/printui/Makefile"
15738
15739 ALL_MAKEFILES="$ALL_MAKEFILES \\
15740         dlls/propsys/Makefile"
15741 test "x$enable_propsys" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
15742         propsys"
15743 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
15744 dlls/propsys/Makefile: dlls/propsys/Makefile.in dlls/Makedll.rules"
15745 ac_config_files="$ac_config_files dlls/propsys/Makefile"
15746
15747 ALL_MAKEFILES="$ALL_MAKEFILES \\
15748         dlls/psapi/Makefile"
15749 test "x$enable_psapi" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
15750         psapi"
15751 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
15752 dlls/psapi/Makefile: dlls/psapi/Makefile.in dlls/Makedll.rules"
15753 ac_config_files="$ac_config_files dlls/psapi/Makefile"
15754
15755 ALL_MAKEFILES="$ALL_MAKEFILES \\
15756         dlls/psapi/tests/Makefile"
15757 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
15758         psapi/tests"
15759 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
15760 dlls/psapi/tests/Makefile: dlls/psapi/tests/Makefile.in dlls/Maketest.rules"
15761 ac_config_files="$ac_config_files dlls/psapi/tests/Makefile"
15762
15763 ALL_MAKEFILES="$ALL_MAKEFILES \\
15764         dlls/pstorec/Makefile"
15765 test "x$enable_pstorec" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
15766         pstorec"
15767 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
15768 dlls/pstorec/Makefile: dlls/pstorec/Makefile.in dlls/Makedll.rules"
15769 ac_config_files="$ac_config_files dlls/pstorec/Makefile"
15770
15771 ALL_MAKEFILES="$ALL_MAKEFILES \\
15772         dlls/qcap/Makefile"
15773 test "x$enable_qcap" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
15774         qcap"
15775 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
15776 dlls/qcap/Makefile: dlls/qcap/Makefile.in dlls/Makedll.rules"
15777 ac_config_files="$ac_config_files dlls/qcap/Makefile"
15778
15779 ALL_MAKEFILES="$ALL_MAKEFILES \\
15780         dlls/qedit/Makefile"
15781 test "x$enable_qedit" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
15782         qedit"
15783 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
15784 dlls/qedit/Makefile: dlls/qedit/Makefile.in dlls/Makedll.rules"
15785 ac_config_files="$ac_config_files dlls/qedit/Makefile"
15786
15787 ALL_MAKEFILES="$ALL_MAKEFILES \\
15788         dlls/qedit/tests/Makefile"
15789 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
15790         qedit/tests"
15791 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
15792 dlls/qedit/tests/Makefile: dlls/qedit/tests/Makefile.in dlls/Maketest.rules"
15793 ac_config_files="$ac_config_files dlls/qedit/tests/Makefile"
15794
15795 ALL_MAKEFILES="$ALL_MAKEFILES \\
15796         dlls/qmgr/Makefile"
15797 test "x$enable_qmgr" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
15798         qmgr"
15799 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
15800 dlls/qmgr/Makefile: dlls/qmgr/Makefile.in dlls/Makedll.rules"
15801 ac_config_files="$ac_config_files dlls/qmgr/Makefile"
15802
15803 ALL_MAKEFILES="$ALL_MAKEFILES \\
15804         dlls/qmgr/tests/Makefile"
15805 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
15806         qmgr/tests"
15807 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
15808 dlls/qmgr/tests/Makefile: dlls/qmgr/tests/Makefile.in dlls/Maketest.rules"
15809 ac_config_files="$ac_config_files dlls/qmgr/tests/Makefile"
15810
15811 ALL_MAKEFILES="$ALL_MAKEFILES \\
15812         dlls/qmgrprxy/Makefile"
15813 test "x$enable_qmgrprxy" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
15814         qmgrprxy"
15815 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
15816 dlls/qmgrprxy/Makefile: dlls/qmgrprxy/Makefile.in dlls/Makedll.rules"
15817 ac_config_files="$ac_config_files dlls/qmgrprxy/Makefile"
15818
15819 ALL_MAKEFILES="$ALL_MAKEFILES \\
15820         dlls/quartz/Makefile"
15821 test "x$enable_quartz" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
15822         quartz"
15823 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
15824 dlls/quartz/Makefile: dlls/quartz/Makefile.in dlls/Makedll.rules"
15825 ac_config_files="$ac_config_files dlls/quartz/Makefile"
15826
15827 ALL_MAKEFILES="$ALL_MAKEFILES \\
15828         dlls/quartz/tests/Makefile"
15829 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
15830         quartz/tests"
15831 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
15832 dlls/quartz/tests/Makefile: dlls/quartz/tests/Makefile.in dlls/Maketest.rules"
15833 ac_config_files="$ac_config_files dlls/quartz/tests/Makefile"
15834
15835 ALL_MAKEFILES="$ALL_MAKEFILES \\
15836         dlls/query/Makefile"
15837 test "x$enable_query" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
15838         query"
15839 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
15840 dlls/query/Makefile: dlls/query/Makefile.in dlls/Makedll.rules"
15841 ac_config_files="$ac_config_files dlls/query/Makefile"
15842
15843 ALL_MAKEFILES="$ALL_MAKEFILES \\
15844         dlls/rasapi16.dll16/Makefile"
15845 test "x$enable_win16" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
15846         rasapi16.dll16"
15847 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
15848 dlls/rasapi16.dll16/Makefile: dlls/rasapi16.dll16/Makefile.in dlls/Makedll.rules"
15849 ac_config_files="$ac_config_files dlls/rasapi16.dll16/Makefile"
15850
15851 ALL_MAKEFILES="$ALL_MAKEFILES \\
15852         dlls/rasapi32/Makefile"
15853 test "x$enable_rasapi32" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
15854         rasapi32"
15855 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
15856 dlls/rasapi32/Makefile: dlls/rasapi32/Makefile.in dlls/Makedll.rules"
15857 ac_config_files="$ac_config_files dlls/rasapi32/Makefile"
15858
15859 ALL_MAKEFILES="$ALL_MAKEFILES \\
15860         dlls/rasapi32/tests/Makefile"
15861 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
15862         rasapi32/tests"
15863 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
15864 dlls/rasapi32/tests/Makefile: dlls/rasapi32/tests/Makefile.in dlls/Maketest.rules"
15865 ac_config_files="$ac_config_files dlls/rasapi32/tests/Makefile"
15866
15867 ALL_MAKEFILES="$ALL_MAKEFILES \\
15868         dlls/rasdlg/Makefile"
15869 test "x$enable_rasdlg" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
15870         rasdlg"
15871 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
15872 dlls/rasdlg/Makefile: dlls/rasdlg/Makefile.in dlls/Makedll.rules"
15873 ac_config_files="$ac_config_files dlls/rasdlg/Makefile"
15874
15875 ALL_MAKEFILES="$ALL_MAKEFILES \\
15876         dlls/resutils/Makefile"
15877 test "x$enable_resutils" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
15878         resutils"
15879 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
15880 dlls/resutils/Makefile: dlls/resutils/Makefile.in dlls/Makedll.rules"
15881 ac_config_files="$ac_config_files dlls/resutils/Makefile"
15882
15883 ALL_MAKEFILES="$ALL_MAKEFILES \\
15884         dlls/riched20/Makefile"
15885 test "x$enable_riched20" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
15886         riched20"
15887 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
15888 dlls/riched20/Makefile: dlls/riched20/Makefile.in dlls/Makedll.rules"
15889 ac_config_files="$ac_config_files dlls/riched20/Makefile"
15890
15891 ALL_MAKEFILES="$ALL_MAKEFILES \\
15892         dlls/riched20/tests/Makefile"
15893 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
15894         riched20/tests"
15895 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
15896 dlls/riched20/tests/Makefile: dlls/riched20/tests/Makefile.in dlls/Maketest.rules"
15897 ac_config_files="$ac_config_files dlls/riched20/tests/Makefile"
15898
15899 ALL_MAKEFILES="$ALL_MAKEFILES \\
15900         dlls/riched32/Makefile"
15901 test "x$enable_riched32" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
15902         riched32"
15903 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
15904 dlls/riched32/Makefile: dlls/riched32/Makefile.in dlls/Makedll.rules"
15905 ac_config_files="$ac_config_files dlls/riched32/Makefile"
15906
15907 ALL_MAKEFILES="$ALL_MAKEFILES \\
15908         dlls/riched32/tests/Makefile"
15909 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
15910         riched32/tests"
15911 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
15912 dlls/riched32/tests/Makefile: dlls/riched32/tests/Makefile.in dlls/Maketest.rules"
15913 ac_config_files="$ac_config_files dlls/riched32/tests/Makefile"
15914
15915 ALL_MAKEFILES="$ALL_MAKEFILES \\
15916         dlls/rpcrt4/Makefile"
15917 test "x$enable_rpcrt4" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
15918         rpcrt4"
15919 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
15920 dlls/rpcrt4/Makefile: dlls/rpcrt4/Makefile.in dlls/Makedll.rules"
15921 ac_config_files="$ac_config_files dlls/rpcrt4/Makefile"
15922
15923 ALL_MAKEFILES="$ALL_MAKEFILES \\
15924         dlls/rpcrt4/tests/Makefile"
15925 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
15926         rpcrt4/tests"
15927 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
15928 dlls/rpcrt4/tests/Makefile: dlls/rpcrt4/tests/Makefile.in dlls/Maketest.rules"
15929 ac_config_files="$ac_config_files dlls/rpcrt4/tests/Makefile"
15930
15931 ALL_MAKEFILES="$ALL_MAKEFILES \\
15932         dlls/rsabase/Makefile"
15933 test "x$enable_rsabase" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
15934         rsabase"
15935 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
15936 dlls/rsabase/Makefile: dlls/rsabase/Makefile.in dlls/Makedll.rules"
15937 ac_config_files="$ac_config_files dlls/rsabase/Makefile"
15938
15939 ALL_MAKEFILES="$ALL_MAKEFILES \\
15940         dlls/rsaenh/Makefile"
15941 test "x$enable_rsaenh" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
15942         rsaenh"
15943 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
15944 dlls/rsaenh/Makefile: dlls/rsaenh/Makefile.in dlls/Makedll.rules"
15945 ac_config_files="$ac_config_files dlls/rsaenh/Makefile"
15946
15947 ALL_MAKEFILES="$ALL_MAKEFILES \\
15948         dlls/rsaenh/tests/Makefile"
15949 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
15950         rsaenh/tests"
15951 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
15952 dlls/rsaenh/tests/Makefile: dlls/rsaenh/tests/Makefile.in dlls/Maketest.rules"
15953 ac_config_files="$ac_config_files dlls/rsaenh/tests/Makefile"
15954
15955 ALL_MAKEFILES="$ALL_MAKEFILES \\
15956         dlls/rtutils/Makefile"
15957 test "x$enable_rtutils" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
15958         rtutils"
15959 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
15960 dlls/rtutils/Makefile: dlls/rtutils/Makefile.in dlls/Makedll.rules"
15961 ac_config_files="$ac_config_files dlls/rtutils/Makefile"
15962
15963 ALL_MAKEFILES="$ALL_MAKEFILES \\
15964         dlls/sane.ds/Makefile"
15965 test "x$enable_sane_ds" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
15966         sane.ds"
15967 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
15968 dlls/sane.ds/Makefile: dlls/sane.ds/Makefile.in dlls/Makedll.rules"
15969 ac_config_files="$ac_config_files dlls/sane.ds/Makefile"
15970
15971 ALL_MAKEFILES="$ALL_MAKEFILES \\
15972         dlls/sccbase/Makefile"
15973 test "x$enable_sccbase" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
15974         sccbase"
15975 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
15976 dlls/sccbase/Makefile: dlls/sccbase/Makefile.in dlls/Makedll.rules"
15977 ac_config_files="$ac_config_files dlls/sccbase/Makefile"
15978
15979 ALL_MAKEFILES="$ALL_MAKEFILES \\
15980         dlls/schannel/Makefile"
15981 test "x$enable_schannel" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
15982         schannel"
15983 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
15984 dlls/schannel/Makefile: dlls/schannel/Makefile.in dlls/Makedll.rules"
15985 ac_config_files="$ac_config_files dlls/schannel/Makefile"
15986
15987 ALL_MAKEFILES="$ALL_MAKEFILES \\
15988         dlls/schannel/tests/Makefile"
15989 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
15990         schannel/tests"
15991 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
15992 dlls/schannel/tests/Makefile: dlls/schannel/tests/Makefile.in dlls/Maketest.rules"
15993 ac_config_files="$ac_config_files dlls/schannel/tests/Makefile"
15994
15995 ALL_MAKEFILES="$ALL_MAKEFILES \\
15996         dlls/secur32/Makefile"
15997 test "x$enable_secur32" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
15998         secur32"
15999 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
16000 dlls/secur32/Makefile: dlls/secur32/Makefile.in dlls/Makedll.rules"
16001 ac_config_files="$ac_config_files dlls/secur32/Makefile"
16002
16003 ALL_MAKEFILES="$ALL_MAKEFILES \\
16004         dlls/secur32/tests/Makefile"
16005 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
16006         secur32/tests"
16007 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
16008 dlls/secur32/tests/Makefile: dlls/secur32/tests/Makefile.in dlls/Maketest.rules"
16009 ac_config_files="$ac_config_files dlls/secur32/tests/Makefile"
16010
16011 ALL_MAKEFILES="$ALL_MAKEFILES \\
16012         dlls/security/Makefile"
16013 test "x$enable_security" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
16014         security"
16015 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
16016 dlls/security/Makefile: dlls/security/Makefile.in dlls/Makedll.rules"
16017 ac_config_files="$ac_config_files dlls/security/Makefile"
16018
16019 ALL_MAKEFILES="$ALL_MAKEFILES \\
16020         dlls/sensapi/Makefile"
16021 test "x$enable_sensapi" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
16022         sensapi"
16023 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
16024 dlls/sensapi/Makefile: dlls/sensapi/Makefile.in dlls/Makedll.rules"
16025 ac_config_files="$ac_config_files dlls/sensapi/Makefile"
16026
16027 ALL_MAKEFILES="$ALL_MAKEFILES \\
16028         dlls/serialui/Makefile"
16029 test "x$enable_serialui" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
16030         serialui"
16031 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
16032 dlls/serialui/Makefile: dlls/serialui/Makefile.in dlls/Makedll.rules"
16033 ac_config_files="$ac_config_files dlls/serialui/Makefile"
16034
16035 ALL_MAKEFILES="$ALL_MAKEFILES \\
16036         dlls/serialui/tests/Makefile"
16037 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
16038         serialui/tests"
16039 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
16040 dlls/serialui/tests/Makefile: dlls/serialui/tests/Makefile.in dlls/Maketest.rules"
16041 ac_config_files="$ac_config_files dlls/serialui/tests/Makefile"
16042
16043 ALL_MAKEFILES="$ALL_MAKEFILES \\
16044         dlls/setupapi/Makefile"
16045 test "x$enable_setupapi" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
16046         setupapi"
16047 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
16048 dlls/setupapi/Makefile: dlls/setupapi/Makefile.in dlls/Makedll.rules"
16049 ac_config_files="$ac_config_files dlls/setupapi/Makefile"
16050
16051 ALL_MAKEFILES="$ALL_MAKEFILES \\
16052         dlls/setupapi/tests/Makefile"
16053 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
16054         setupapi/tests"
16055 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
16056 dlls/setupapi/tests/Makefile: dlls/setupapi/tests/Makefile.in dlls/Maketest.rules"
16057 ac_config_files="$ac_config_files dlls/setupapi/tests/Makefile"
16058
16059 ALL_MAKEFILES="$ALL_MAKEFILES \\
16060         dlls/sfc/Makefile"
16061 test "x$enable_sfc" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
16062         sfc"
16063 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
16064 dlls/sfc/Makefile: dlls/sfc/Makefile.in dlls/Makedll.rules"
16065 ac_config_files="$ac_config_files dlls/sfc/Makefile"
16066
16067 ALL_MAKEFILES="$ALL_MAKEFILES \\
16068         dlls/sfc_os/Makefile"
16069 test "x$enable_sfc_os" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
16070         sfc_os"
16071 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
16072 dlls/sfc_os/Makefile: dlls/sfc_os/Makefile.in dlls/Makedll.rules"
16073 ac_config_files="$ac_config_files dlls/sfc_os/Makefile"
16074
16075 ALL_MAKEFILES="$ALL_MAKEFILES \\
16076         dlls/shdoclc/Makefile"
16077 test "x$enable_shdoclc" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
16078         shdoclc"
16079 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
16080 dlls/shdoclc/Makefile: dlls/shdoclc/Makefile.in dlls/Makedll.rules"
16081 ac_config_files="$ac_config_files dlls/shdoclc/Makefile"
16082
16083 ALL_MAKEFILES="$ALL_MAKEFILES \\
16084         dlls/shdocvw/Makefile"
16085 test "x$enable_shdocvw" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
16086         shdocvw"
16087 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
16088 dlls/shdocvw/Makefile: dlls/shdocvw/Makefile.in dlls/Makedll.rules"
16089 ac_config_files="$ac_config_files dlls/shdocvw/Makefile"
16090
16091 ALL_MAKEFILES="$ALL_MAKEFILES \\
16092         dlls/shdocvw/tests/Makefile"
16093 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
16094         shdocvw/tests"
16095 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
16096 dlls/shdocvw/tests/Makefile: dlls/shdocvw/tests/Makefile.in dlls/Maketest.rules"
16097 ac_config_files="$ac_config_files dlls/shdocvw/tests/Makefile"
16098
16099 ALL_MAKEFILES="$ALL_MAKEFILES \\
16100         dlls/shell.dll16/Makefile"
16101 test "x$enable_win16" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
16102         shell.dll16"
16103 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
16104 dlls/shell.dll16/Makefile: dlls/shell.dll16/Makefile.in dlls/Makedll.rules"
16105 ac_config_files="$ac_config_files dlls/shell.dll16/Makefile"
16106
16107 ALL_MAKEFILES="$ALL_MAKEFILES \\
16108         dlls/shell32/Makefile"
16109 test "x$enable_shell32" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
16110         shell32"
16111 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
16112 dlls/shell32/Makefile: dlls/shell32/Makefile.in dlls/Makedll.rules"
16113 ac_config_files="$ac_config_files dlls/shell32/Makefile"
16114
16115 ALL_MAKEFILES="$ALL_MAKEFILES \\
16116         dlls/shell32/tests/Makefile"
16117 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
16118         shell32/tests"
16119 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
16120 dlls/shell32/tests/Makefile: dlls/shell32/tests/Makefile.in dlls/Maketest.rules"
16121 ac_config_files="$ac_config_files dlls/shell32/tests/Makefile"
16122
16123 ALL_MAKEFILES="$ALL_MAKEFILES \\
16124         dlls/shfolder/Makefile"
16125 test "x$enable_shfolder" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
16126         shfolder"
16127 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
16128 dlls/shfolder/Makefile: dlls/shfolder/Makefile.in dlls/Makedll.rules"
16129 ac_config_files="$ac_config_files dlls/shfolder/Makefile"
16130
16131 ALL_MAKEFILES="$ALL_MAKEFILES \\
16132         dlls/shlwapi/Makefile"
16133 test "x$enable_shlwapi" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
16134         shlwapi"
16135 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
16136 dlls/shlwapi/Makefile: dlls/shlwapi/Makefile.in dlls/Makedll.rules"
16137 ac_config_files="$ac_config_files dlls/shlwapi/Makefile"
16138
16139 ALL_MAKEFILES="$ALL_MAKEFILES \\
16140         dlls/shlwapi/tests/Makefile"
16141 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
16142         shlwapi/tests"
16143 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
16144 dlls/shlwapi/tests/Makefile: dlls/shlwapi/tests/Makefile.in dlls/Maketest.rules"
16145 ac_config_files="$ac_config_files dlls/shlwapi/tests/Makefile"
16146
16147 ALL_MAKEFILES="$ALL_MAKEFILES \\
16148         dlls/slbcsp/Makefile"
16149 test "x$enable_slbcsp" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
16150         slbcsp"
16151 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
16152 dlls/slbcsp/Makefile: dlls/slbcsp/Makefile.in dlls/Makedll.rules"
16153 ac_config_files="$ac_config_files dlls/slbcsp/Makefile"
16154
16155 ALL_MAKEFILES="$ALL_MAKEFILES \\
16156         dlls/slc/Makefile"
16157 test "x$enable_slc" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
16158         slc"
16159 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
16160 dlls/slc/Makefile: dlls/slc/Makefile.in dlls/Makedll.rules"
16161 ac_config_files="$ac_config_files dlls/slc/Makefile"
16162
16163 ALL_MAKEFILES="$ALL_MAKEFILES \\
16164         dlls/snmpapi/Makefile"
16165 test "x$enable_snmpapi" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
16166         snmpapi"
16167 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
16168 dlls/snmpapi/Makefile: dlls/snmpapi/Makefile.in dlls/Makedll.rules"
16169 ac_config_files="$ac_config_files dlls/snmpapi/Makefile"
16170
16171 ALL_MAKEFILES="$ALL_MAKEFILES \\
16172         dlls/snmpapi/tests/Makefile"
16173 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
16174         snmpapi/tests"
16175 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
16176 dlls/snmpapi/tests/Makefile: dlls/snmpapi/tests/Makefile.in dlls/Maketest.rules"
16177 ac_config_files="$ac_config_files dlls/snmpapi/tests/Makefile"
16178
16179 ALL_MAKEFILES="$ALL_MAKEFILES \\
16180         dlls/softpub/Makefile"
16181 test "x$enable_softpub" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
16182         softpub"
16183 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
16184 dlls/softpub/Makefile: dlls/softpub/Makefile.in dlls/Makedll.rules"
16185 ac_config_files="$ac_config_files dlls/softpub/Makefile"
16186
16187 ALL_MAKEFILES="$ALL_MAKEFILES \\
16188         dlls/sound.drv16/Makefile"
16189 test "x$enable_win16" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
16190         sound.drv16"
16191 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
16192 dlls/sound.drv16/Makefile: dlls/sound.drv16/Makefile.in dlls/Makedll.rules"
16193 ac_config_files="$ac_config_files dlls/sound.drv16/Makefile"
16194
16195 ALL_MAKEFILES="$ALL_MAKEFILES \\
16196         dlls/spoolss/Makefile"
16197 test "x$enable_spoolss" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
16198         spoolss"
16199 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
16200 dlls/spoolss/Makefile: dlls/spoolss/Makefile.in dlls/Makedll.rules"
16201 ac_config_files="$ac_config_files dlls/spoolss/Makefile"
16202
16203 ALL_MAKEFILES="$ALL_MAKEFILES \\
16204         dlls/spoolss/tests/Makefile"
16205 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
16206         spoolss/tests"
16207 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
16208 dlls/spoolss/tests/Makefile: dlls/spoolss/tests/Makefile.in dlls/Maketest.rules"
16209 ac_config_files="$ac_config_files dlls/spoolss/tests/Makefile"
16210
16211 ALL_MAKEFILES="$ALL_MAKEFILES \\
16212         dlls/stdole2.tlb/Makefile"
16213 test "x$enable_stdole2_tlb" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
16214         stdole2.tlb"
16215 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
16216 dlls/stdole2.tlb/Makefile: dlls/stdole2.tlb/Makefile.in dlls/Makedll.rules"
16217 ac_config_files="$ac_config_files dlls/stdole2.tlb/Makefile"
16218
16219 ALL_MAKEFILES="$ALL_MAKEFILES \\
16220         dlls/stdole32.tlb/Makefile"
16221 test "x$enable_stdole32_tlb" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
16222         stdole32.tlb"
16223 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
16224 dlls/stdole32.tlb/Makefile: dlls/stdole32.tlb/Makefile.in dlls/Makedll.rules"
16225 ac_config_files="$ac_config_files dlls/stdole32.tlb/Makefile"
16226
16227 ALL_MAKEFILES="$ALL_MAKEFILES \\
16228         dlls/sti/Makefile"
16229 test "x$enable_sti" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
16230         sti"
16231 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
16232 dlls/sti/Makefile: dlls/sti/Makefile.in dlls/Makedll.rules"
16233 ac_config_files="$ac_config_files dlls/sti/Makefile"
16234
16235 ALL_MAKEFILES="$ALL_MAKEFILES \\
16236         dlls/storage.dll16/Makefile"
16237 test "x$enable_win16" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
16238         storage.dll16"
16239 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
16240 dlls/storage.dll16/Makefile: dlls/storage.dll16/Makefile.in dlls/Makedll.rules"
16241 ac_config_files="$ac_config_files dlls/storage.dll16/Makefile"
16242
16243 ALL_MAKEFILES="$ALL_MAKEFILES \\
16244         dlls/stress.dll16/Makefile"
16245 test "x$enable_win16" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
16246         stress.dll16"
16247 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
16248 dlls/stress.dll16/Makefile: dlls/stress.dll16/Makefile.in dlls/Makedll.rules"
16249 ac_config_files="$ac_config_files dlls/stress.dll16/Makefile"
16250
16251 ALL_MAKEFILES="$ALL_MAKEFILES \\
16252         dlls/strmiids/Makefile"
16253 test "x$enable_strmiids" != xno && ALL_IMPLIB_DIRS="$ALL_IMPLIB_DIRS \\
16254         strmiids"
16255 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
16256 dlls/strmiids/Makefile: dlls/strmiids/Makefile.in dlls/Makeimplib.rules"
16257 ac_config_files="$ac_config_files dlls/strmiids/Makefile"
16258
16259 ALL_MAKEFILES="$ALL_MAKEFILES \\
16260         dlls/svrapi/Makefile"
16261 test "x$enable_svrapi" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
16262         svrapi"
16263 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
16264 dlls/svrapi/Makefile: dlls/svrapi/Makefile.in dlls/Makedll.rules"
16265 ac_config_files="$ac_config_files dlls/svrapi/Makefile"
16266
16267 ALL_MAKEFILES="$ALL_MAKEFILES \\
16268         dlls/sxs/Makefile"
16269 test "x$enable_sxs" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
16270         sxs"
16271 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
16272 dlls/sxs/Makefile: dlls/sxs/Makefile.in dlls/Makedll.rules"
16273 ac_config_files="$ac_config_files dlls/sxs/Makefile"
16274
16275 ALL_MAKEFILES="$ALL_MAKEFILES \\
16276         dlls/t2embed/Makefile"
16277 test "x$enable_t2embed" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
16278         t2embed"
16279 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
16280 dlls/t2embed/Makefile: dlls/t2embed/Makefile.in dlls/Makedll.rules"
16281 ac_config_files="$ac_config_files dlls/t2embed/Makefile"
16282
16283 ALL_MAKEFILES="$ALL_MAKEFILES \\
16284         dlls/tapi32/Makefile"
16285 test "x$enable_tapi32" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
16286         tapi32"
16287 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
16288 dlls/tapi32/Makefile: dlls/tapi32/Makefile.in dlls/Makedll.rules"
16289 ac_config_files="$ac_config_files dlls/tapi32/Makefile"
16290
16291 ALL_MAKEFILES="$ALL_MAKEFILES \\
16292         dlls/traffic/Makefile"
16293 test "x$enable_traffic" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
16294         traffic"
16295 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
16296 dlls/traffic/Makefile: dlls/traffic/Makefile.in dlls/Makedll.rules"
16297 ac_config_files="$ac_config_files dlls/traffic/Makefile"
16298
16299 ALL_MAKEFILES="$ALL_MAKEFILES \\
16300         dlls/twain.dll16/Makefile"
16301 test "x$enable_win16" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
16302         twain.dll16"
16303 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
16304 dlls/twain.dll16/Makefile: dlls/twain.dll16/Makefile.in dlls/Makedll.rules"
16305 ac_config_files="$ac_config_files dlls/twain.dll16/Makefile"
16306
16307 ALL_MAKEFILES="$ALL_MAKEFILES \\
16308         dlls/twain_32/Makefile"
16309 test "x$enable_twain_32" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
16310         twain_32"
16311 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
16312 dlls/twain_32/Makefile: dlls/twain_32/Makefile.in dlls/Makedll.rules"
16313 ac_config_files="$ac_config_files dlls/twain_32/Makefile"
16314
16315 ALL_MAKEFILES="$ALL_MAKEFILES \\
16316         dlls/twain_32/tests/Makefile"
16317 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
16318         twain_32/tests"
16319 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
16320 dlls/twain_32/tests/Makefile: dlls/twain_32/tests/Makefile.in dlls/Maketest.rules"
16321 ac_config_files="$ac_config_files dlls/twain_32/tests/Makefile"
16322
16323 ALL_MAKEFILES="$ALL_MAKEFILES \\
16324         dlls/typelib.dll16/Makefile"
16325 test "x$enable_win16" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
16326         typelib.dll16"
16327 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
16328 dlls/typelib.dll16/Makefile: dlls/typelib.dll16/Makefile.in dlls/Makedll.rules"
16329 ac_config_files="$ac_config_files dlls/typelib.dll16/Makefile"
16330
16331 ALL_MAKEFILES="$ALL_MAKEFILES \\
16332         dlls/unicows/Makefile"
16333 test "x$enable_unicows" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
16334         unicows"
16335 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
16336 dlls/unicows/Makefile: dlls/unicows/Makefile.in dlls/Makedll.rules"
16337 ac_config_files="$ac_config_files dlls/unicows/Makefile"
16338
16339 ALL_MAKEFILES="$ALL_MAKEFILES \\
16340         dlls/updspapi/Makefile"
16341 test "x$enable_updspapi" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
16342         updspapi"
16343 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
16344 dlls/updspapi/Makefile: dlls/updspapi/Makefile.in dlls/Makedll.rules"
16345 ac_config_files="$ac_config_files dlls/updspapi/Makefile"
16346
16347 ALL_MAKEFILES="$ALL_MAKEFILES \\
16348         dlls/url/Makefile"
16349 test "x$enable_url" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
16350         url"
16351 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
16352 dlls/url/Makefile: dlls/url/Makefile.in dlls/Makedll.rules"
16353 ac_config_files="$ac_config_files dlls/url/Makefile"
16354
16355 ALL_MAKEFILES="$ALL_MAKEFILES \\
16356         dlls/urlmon/Makefile"
16357 test "x$enable_urlmon" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
16358         urlmon"
16359 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
16360 dlls/urlmon/Makefile: dlls/urlmon/Makefile.in dlls/Makedll.rules"
16361 ac_config_files="$ac_config_files dlls/urlmon/Makefile"
16362
16363 ALL_MAKEFILES="$ALL_MAKEFILES \\
16364         dlls/urlmon/tests/Makefile"
16365 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
16366         urlmon/tests"
16367 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
16368 dlls/urlmon/tests/Makefile: dlls/urlmon/tests/Makefile.in dlls/Maketest.rules"
16369 ac_config_files="$ac_config_files dlls/urlmon/tests/Makefile"
16370
16371 ALL_MAKEFILES="$ALL_MAKEFILES \\
16372         dlls/user32/Makefile"
16373 test "x$enable_user32" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
16374         user32"
16375 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
16376 dlls/user32/Makefile: dlls/user32/Makefile.in dlls/Makedll.rules"
16377 ac_config_files="$ac_config_files dlls/user32/Makefile"
16378
16379 ALL_MAKEFILES="$ALL_MAKEFILES \\
16380         dlls/user32/tests/Makefile"
16381 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
16382         user32/tests"
16383 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
16384 dlls/user32/tests/Makefile: dlls/user32/tests/Makefile.in dlls/Maketest.rules"
16385 ac_config_files="$ac_config_files dlls/user32/tests/Makefile"
16386
16387 ALL_MAKEFILES="$ALL_MAKEFILES \\
16388         dlls/userenv/Makefile"
16389 test "x$enable_userenv" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
16390         userenv"
16391 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
16392 dlls/userenv/Makefile: dlls/userenv/Makefile.in dlls/Makedll.rules"
16393 ac_config_files="$ac_config_files dlls/userenv/Makefile"
16394
16395 ALL_MAKEFILES="$ALL_MAKEFILES \\
16396         dlls/userenv/tests/Makefile"
16397 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
16398         userenv/tests"
16399 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
16400 dlls/userenv/tests/Makefile: dlls/userenv/tests/Makefile.in dlls/Maketest.rules"
16401 ac_config_files="$ac_config_files dlls/userenv/tests/Makefile"
16402
16403 ALL_MAKEFILES="$ALL_MAKEFILES \\
16404         dlls/usp10/Makefile"
16405 test "x$enable_usp10" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
16406         usp10"
16407 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
16408 dlls/usp10/Makefile: dlls/usp10/Makefile.in dlls/Makedll.rules"
16409 ac_config_files="$ac_config_files dlls/usp10/Makefile"
16410
16411 ALL_MAKEFILES="$ALL_MAKEFILES \\
16412         dlls/usp10/tests/Makefile"
16413 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
16414         usp10/tests"
16415 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
16416 dlls/usp10/tests/Makefile: dlls/usp10/tests/Makefile.in dlls/Maketest.rules"
16417 ac_config_files="$ac_config_files dlls/usp10/tests/Makefile"
16418
16419 ALL_MAKEFILES="$ALL_MAKEFILES \\
16420         dlls/uuid/Makefile"
16421 test "x$enable_uuid" != xno && ALL_IMPLIB_DIRS="$ALL_IMPLIB_DIRS \\
16422         uuid"
16423 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
16424 dlls/uuid/Makefile: dlls/uuid/Makefile.in dlls/Makeimplib.rules"
16425 ac_config_files="$ac_config_files dlls/uuid/Makefile"
16426
16427 ALL_MAKEFILES="$ALL_MAKEFILES \\
16428         dlls/uxtheme/Makefile"
16429 test "x$enable_uxtheme" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
16430         uxtheme"
16431 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
16432 dlls/uxtheme/Makefile: dlls/uxtheme/Makefile.in dlls/Makedll.rules"
16433 ac_config_files="$ac_config_files dlls/uxtheme/Makefile"
16434
16435 ALL_MAKEFILES="$ALL_MAKEFILES \\
16436         dlls/uxtheme/tests/Makefile"
16437 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
16438         uxtheme/tests"
16439 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
16440 dlls/uxtheme/tests/Makefile: dlls/uxtheme/tests/Makefile.in dlls/Maketest.rules"
16441 ac_config_files="$ac_config_files dlls/uxtheme/tests/Makefile"
16442
16443 ALL_MAKEFILES="$ALL_MAKEFILES \\
16444         dlls/vdhcp.vxd/Makefile"
16445 test "x$enable_win16" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
16446         vdhcp.vxd"
16447 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
16448 dlls/vdhcp.vxd/Makefile: dlls/vdhcp.vxd/Makefile.in dlls/Makedll.rules"
16449 ac_config_files="$ac_config_files dlls/vdhcp.vxd/Makefile"
16450
16451 ALL_MAKEFILES="$ALL_MAKEFILES \\
16452         dlls/vdmdbg/Makefile"
16453 test "x$enable_vdmdbg" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
16454         vdmdbg"
16455 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
16456 dlls/vdmdbg/Makefile: dlls/vdmdbg/Makefile.in dlls/Makedll.rules"
16457 ac_config_files="$ac_config_files dlls/vdmdbg/Makefile"
16458
16459 ALL_MAKEFILES="$ALL_MAKEFILES \\
16460         dlls/version/Makefile"
16461 test "x$enable_version" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
16462         version"
16463 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
16464 dlls/version/Makefile: dlls/version/Makefile.in dlls/Makedll.rules"
16465 ac_config_files="$ac_config_files dlls/version/Makefile"
16466
16467 ALL_MAKEFILES="$ALL_MAKEFILES \\
16468         dlls/version/tests/Makefile"
16469 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
16470         version/tests"
16471 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
16472 dlls/version/tests/Makefile: dlls/version/tests/Makefile.in dlls/Maketest.rules"
16473 ac_config_files="$ac_config_files dlls/version/tests/Makefile"
16474
16475 ALL_MAKEFILES="$ALL_MAKEFILES \\
16476         dlls/vmm.vxd/Makefile"
16477 test "x$enable_win16" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
16478         vmm.vxd"
16479 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
16480 dlls/vmm.vxd/Makefile: dlls/vmm.vxd/Makefile.in dlls/Makedll.rules"
16481 ac_config_files="$ac_config_files dlls/vmm.vxd/Makefile"
16482
16483 ALL_MAKEFILES="$ALL_MAKEFILES \\
16484         dlls/vnbt.vxd/Makefile"
16485 test "x$enable_win16" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
16486         vnbt.vxd"
16487 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
16488 dlls/vnbt.vxd/Makefile: dlls/vnbt.vxd/Makefile.in dlls/Makedll.rules"
16489 ac_config_files="$ac_config_files dlls/vnbt.vxd/Makefile"
16490
16491 ALL_MAKEFILES="$ALL_MAKEFILES \\
16492         dlls/vnetbios.vxd/Makefile"
16493 test "x$enable_win16" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
16494         vnetbios.vxd"
16495 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
16496 dlls/vnetbios.vxd/Makefile: dlls/vnetbios.vxd/Makefile.in dlls/Makedll.rules"
16497 ac_config_files="$ac_config_files dlls/vnetbios.vxd/Makefile"
16498
16499 ALL_MAKEFILES="$ALL_MAKEFILES \\
16500         dlls/vtdapi.vxd/Makefile"
16501 test "x$enable_win16" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
16502         vtdapi.vxd"
16503 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
16504 dlls/vtdapi.vxd/Makefile: dlls/vtdapi.vxd/Makefile.in dlls/Makedll.rules"
16505 ac_config_files="$ac_config_files dlls/vtdapi.vxd/Makefile"
16506
16507 ALL_MAKEFILES="$ALL_MAKEFILES \\
16508         dlls/vwin32.vxd/Makefile"
16509 test "x$enable_win16" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
16510         vwin32.vxd"
16511 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
16512 dlls/vwin32.vxd/Makefile: dlls/vwin32.vxd/Makefile.in dlls/Makedll.rules"
16513 ac_config_files="$ac_config_files dlls/vwin32.vxd/Makefile"
16514
16515 ALL_MAKEFILES="$ALL_MAKEFILES \\
16516         dlls/w32skrnl/Makefile"
16517 test "x$enable_w32skrnl" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
16518         w32skrnl"
16519 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
16520 dlls/w32skrnl/Makefile: dlls/w32skrnl/Makefile.in dlls/Makedll.rules"
16521 ac_config_files="$ac_config_files dlls/w32skrnl/Makefile"
16522
16523 ALL_MAKEFILES="$ALL_MAKEFILES \\
16524         dlls/w32sys.dll16/Makefile"
16525 test "x$enable_win16" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
16526         w32sys.dll16"
16527 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
16528 dlls/w32sys.dll16/Makefile: dlls/w32sys.dll16/Makefile.in dlls/Makedll.rules"
16529 ac_config_files="$ac_config_files dlls/w32sys.dll16/Makefile"
16530
16531 ALL_MAKEFILES="$ALL_MAKEFILES \\
16532         dlls/wbemprox/Makefile"
16533 test "x$enable_wbemprox" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
16534         wbemprox"
16535 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
16536 dlls/wbemprox/Makefile: dlls/wbemprox/Makefile.in dlls/Makedll.rules"
16537 ac_config_files="$ac_config_files dlls/wbemprox/Makefile"
16538
16539 ALL_MAKEFILES="$ALL_MAKEFILES \\
16540         dlls/win32s16.dll16/Makefile"
16541 test "x$enable_win16" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
16542         win32s16.dll16"
16543 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
16544 dlls/win32s16.dll16/Makefile: dlls/win32s16.dll16/Makefile.in dlls/Makedll.rules"
16545 ac_config_files="$ac_config_files dlls/win32s16.dll16/Makefile"
16546
16547 ALL_MAKEFILES="$ALL_MAKEFILES \\
16548         dlls/win87em.dll16/Makefile"
16549 test "x$enable_win16" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
16550         win87em.dll16"
16551 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
16552 dlls/win87em.dll16/Makefile: dlls/win87em.dll16/Makefile.in dlls/Makedll.rules"
16553 ac_config_files="$ac_config_files dlls/win87em.dll16/Makefile"
16554
16555 ALL_MAKEFILES="$ALL_MAKEFILES \\
16556         dlls/winaspi.dll16/Makefile"
16557 test "x$enable_win16" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
16558         winaspi.dll16"
16559 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
16560 dlls/winaspi.dll16/Makefile: dlls/winaspi.dll16/Makefile.in dlls/Makedll.rules"
16561 ac_config_files="$ac_config_files dlls/winaspi.dll16/Makefile"
16562
16563 ALL_MAKEFILES="$ALL_MAKEFILES \\
16564         dlls/windebug.dll16/Makefile"
16565 test "x$enable_win16" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
16566         windebug.dll16"
16567 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
16568 dlls/windebug.dll16/Makefile: dlls/windebug.dll16/Makefile.in dlls/Makedll.rules"
16569 ac_config_files="$ac_config_files dlls/windebug.dll16/Makefile"
16570
16571 ALL_MAKEFILES="$ALL_MAKEFILES \\
16572         dlls/windowscodecs/Makefile"
16573 test "x$enable_windowscodecs" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
16574         windowscodecs"
16575 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
16576 dlls/windowscodecs/Makefile: dlls/windowscodecs/Makefile.in dlls/Makedll.rules"
16577 ac_config_files="$ac_config_files dlls/windowscodecs/Makefile"
16578
16579 ALL_MAKEFILES="$ALL_MAKEFILES \\
16580         dlls/windowscodecs/tests/Makefile"
16581 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
16582         windowscodecs/tests"
16583 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
16584 dlls/windowscodecs/tests/Makefile: dlls/windowscodecs/tests/Makefile.in dlls/Maketest.rules"
16585 ac_config_files="$ac_config_files dlls/windowscodecs/tests/Makefile"
16586
16587 ALL_MAKEFILES="$ALL_MAKEFILES \\
16588         dlls/winealsa.drv/Makefile"
16589 test "x$enable_winealsa_drv" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
16590         winealsa.drv"
16591 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
16592 dlls/winealsa.drv/Makefile: dlls/winealsa.drv/Makefile.in dlls/Makedll.rules"
16593 ac_config_files="$ac_config_files dlls/winealsa.drv/Makefile"
16594
16595 ALL_MAKEFILES="$ALL_MAKEFILES \\
16596         dlls/wineaudioio.drv/Makefile"
16597 test "x$enable_wineaudioio_drv" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
16598         wineaudioio.drv"
16599 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
16600 dlls/wineaudioio.drv/Makefile: dlls/wineaudioio.drv/Makefile.in dlls/Makedll.rules"
16601 ac_config_files="$ac_config_files dlls/wineaudioio.drv/Makefile"
16602
16603 ALL_MAKEFILES="$ALL_MAKEFILES \\
16604         dlls/winecoreaudio.drv/Makefile"
16605 test "x$enable_winecoreaudio_drv" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
16606         winecoreaudio.drv"
16607 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
16608 dlls/winecoreaudio.drv/Makefile: dlls/winecoreaudio.drv/Makefile.in dlls/Makedll.rules"
16609 ac_config_files="$ac_config_files dlls/winecoreaudio.drv/Makefile"
16610
16611 ALL_MAKEFILES="$ALL_MAKEFILES \\
16612         dlls/winecrt0/Makefile"
16613 test "x$enable_winecrt0" != xno && ALL_IMPLIB_DIRS="$ALL_IMPLIB_DIRS \\
16614         winecrt0"
16615 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
16616 dlls/winecrt0/Makefile: dlls/winecrt0/Makefile.in dlls/Makeimplib.rules"
16617 ac_config_files="$ac_config_files dlls/winecrt0/Makefile"
16618
16619 ALL_MAKEFILES="$ALL_MAKEFILES \\
16620         dlls/wined3d/Makefile"
16621 test "x$enable_wined3d" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
16622         wined3d"
16623 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
16624 dlls/wined3d/Makefile: dlls/wined3d/Makefile.in dlls/Makedll.rules"
16625 ac_config_files="$ac_config_files dlls/wined3d/Makefile"
16626
16627 ALL_MAKEFILES="$ALL_MAKEFILES \\
16628         dlls/winedos/Makefile"
16629 test "x$enable_winedos" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
16630         winedos"
16631 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
16632 dlls/winedos/Makefile: dlls/winedos/Makefile.in dlls/Makedll.rules"
16633 ac_config_files="$ac_config_files dlls/winedos/Makefile"
16634
16635 ALL_MAKEFILES="$ALL_MAKEFILES \\
16636         dlls/wineesd.drv/Makefile"
16637 test "x$enable_wineesd_drv" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
16638         wineesd.drv"
16639 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
16640 dlls/wineesd.drv/Makefile: dlls/wineesd.drv/Makefile.in dlls/Makedll.rules"
16641 ac_config_files="$ac_config_files dlls/wineesd.drv/Makefile"
16642
16643 ALL_MAKEFILES="$ALL_MAKEFILES \\
16644         dlls/winejack.drv/Makefile"
16645 test "x$enable_winejack_drv" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
16646         winejack.drv"
16647 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
16648 dlls/winejack.drv/Makefile: dlls/winejack.drv/Makefile.in dlls/Makedll.rules"
16649 ac_config_files="$ac_config_files dlls/winejack.drv/Makefile"
16650
16651 ALL_MAKEFILES="$ALL_MAKEFILES \\
16652         dlls/winejoystick.drv/Makefile"
16653 test "x$enable_winejoystick_drv" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
16654         winejoystick.drv"
16655 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
16656 dlls/winejoystick.drv/Makefile: dlls/winejoystick.drv/Makefile.in dlls/Makedll.rules"
16657 ac_config_files="$ac_config_files dlls/winejoystick.drv/Makefile"
16658
16659 ALL_MAKEFILES="$ALL_MAKEFILES \\
16660         dlls/winemp3.acm/Makefile"
16661 test "x$enable_winemp3_acm" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
16662         winemp3.acm"
16663 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
16664 dlls/winemp3.acm/Makefile: dlls/winemp3.acm/Makefile.in dlls/Makedll.rules"
16665 ac_config_files="$ac_config_files dlls/winemp3.acm/Makefile"
16666
16667 ALL_MAKEFILES="$ALL_MAKEFILES \\
16668         dlls/winenas.drv/Makefile"
16669 test "x$enable_winenas_drv" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
16670         winenas.drv"
16671 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
16672 dlls/winenas.drv/Makefile: dlls/winenas.drv/Makefile.in dlls/Makedll.rules"
16673 ac_config_files="$ac_config_files dlls/winenas.drv/Makefile"
16674
16675 ALL_MAKEFILES="$ALL_MAKEFILES \\
16676         dlls/wineoss.drv/Makefile"
16677 test "x$enable_wineoss_drv" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
16678         wineoss.drv"
16679 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
16680 dlls/wineoss.drv/Makefile: dlls/wineoss.drv/Makefile.in dlls/Makedll.rules"
16681 ac_config_files="$ac_config_files dlls/wineoss.drv/Makefile"
16682
16683 ALL_MAKEFILES="$ALL_MAKEFILES \\
16684         dlls/wineps.drv/Makefile"
16685 test "x$enable_wineps_drv" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
16686         wineps.drv"
16687 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
16688 dlls/wineps.drv/Makefile: dlls/wineps.drv/Makefile.in dlls/Makedll.rules"
16689 ac_config_files="$ac_config_files dlls/wineps.drv/Makefile"
16690
16691 ALL_MAKEFILES="$ALL_MAKEFILES \\
16692         dlls/winequartz.drv/Makefile"
16693 test "x$enable_winequartz_drv" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
16694         winequartz.drv"
16695 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
16696 dlls/winequartz.drv/Makefile: dlls/winequartz.drv/Makefile.in dlls/Makedll.rules"
16697 ac_config_files="$ac_config_files dlls/winequartz.drv/Makefile"
16698
16699 ALL_MAKEFILES="$ALL_MAKEFILES \\
16700         dlls/winex11.drv/Makefile"
16701 test "x$enable_winex11_drv" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
16702         winex11.drv"
16703 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
16704 dlls/winex11.drv/Makefile: dlls/winex11.drv/Makefile.in dlls/Makedll.rules"
16705 ac_config_files="$ac_config_files dlls/winex11.drv/Makefile"
16706
16707 ALL_MAKEFILES="$ALL_MAKEFILES \\
16708         dlls/wing32/Makefile"
16709 test "x$enable_wing32" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
16710         wing32"
16711 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
16712 dlls/wing32/Makefile: dlls/wing32/Makefile.in dlls/Makedll.rules"
16713 ac_config_files="$ac_config_files dlls/wing32/Makefile"
16714
16715 ALL_MAKEFILES="$ALL_MAKEFILES \\
16716         dlls/winhttp/Makefile"
16717 test "x$enable_winhttp" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
16718         winhttp"
16719 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
16720 dlls/winhttp/Makefile: dlls/winhttp/Makefile.in dlls/Makedll.rules"
16721 ac_config_files="$ac_config_files dlls/winhttp/Makefile"
16722
16723 ALL_MAKEFILES="$ALL_MAKEFILES \\
16724         dlls/winhttp/tests/Makefile"
16725 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
16726         winhttp/tests"
16727 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
16728 dlls/winhttp/tests/Makefile: dlls/winhttp/tests/Makefile.in dlls/Maketest.rules"
16729 ac_config_files="$ac_config_files dlls/winhttp/tests/Makefile"
16730
16731 ALL_MAKEFILES="$ALL_MAKEFILES \\
16732         dlls/wininet/Makefile"
16733 test "x$enable_wininet" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
16734         wininet"
16735 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
16736 dlls/wininet/Makefile: dlls/wininet/Makefile.in dlls/Makedll.rules"
16737 ac_config_files="$ac_config_files dlls/wininet/Makefile"
16738
16739 ALL_MAKEFILES="$ALL_MAKEFILES \\
16740         dlls/wininet/tests/Makefile"
16741 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
16742         wininet/tests"
16743 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
16744 dlls/wininet/tests/Makefile: dlls/wininet/tests/Makefile.in dlls/Maketest.rules"
16745 ac_config_files="$ac_config_files dlls/wininet/tests/Makefile"
16746
16747 ALL_MAKEFILES="$ALL_MAKEFILES \\
16748         dlls/winmm/Makefile"
16749 test "x$enable_winmm" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
16750         winmm"
16751 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
16752 dlls/winmm/Makefile: dlls/winmm/Makefile.in dlls/Makedll.rules"
16753 ac_config_files="$ac_config_files dlls/winmm/Makefile"
16754
16755 ALL_MAKEFILES="$ALL_MAKEFILES \\
16756         dlls/winmm/tests/Makefile"
16757 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
16758         winmm/tests"
16759 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
16760 dlls/winmm/tests/Makefile: dlls/winmm/tests/Makefile.in dlls/Maketest.rules"
16761 ac_config_files="$ac_config_files dlls/winmm/tests/Makefile"
16762
16763 ALL_MAKEFILES="$ALL_MAKEFILES \\
16764         dlls/winnls.dll16/Makefile"
16765 test "x$enable_win16" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
16766         winnls.dll16"
16767 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
16768 dlls/winnls.dll16/Makefile: dlls/winnls.dll16/Makefile.in dlls/Makedll.rules"
16769 ac_config_files="$ac_config_files dlls/winnls.dll16/Makefile"
16770
16771 ALL_MAKEFILES="$ALL_MAKEFILES \\
16772         dlls/winnls32/Makefile"
16773 test "x$enable_winnls32" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
16774         winnls32"
16775 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
16776 dlls/winnls32/Makefile: dlls/winnls32/Makefile.in dlls/Makedll.rules"
16777 ac_config_files="$ac_config_files dlls/winnls32/Makefile"
16778
16779 ALL_MAKEFILES="$ALL_MAKEFILES \\
16780         dlls/winscard/Makefile"
16781 test "x$enable_winscard" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
16782         winscard"
16783 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
16784 dlls/winscard/Makefile: dlls/winscard/Makefile.in dlls/Makedll.rules"
16785 ac_config_files="$ac_config_files dlls/winscard/Makefile"
16786
16787 ALL_MAKEFILES="$ALL_MAKEFILES \\
16788         dlls/winspool.drv/Makefile"
16789 test "x$enable_winspool_drv" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
16790         winspool.drv"
16791 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
16792 dlls/winspool.drv/Makefile: dlls/winspool.drv/Makefile.in dlls/Makedll.rules"
16793 ac_config_files="$ac_config_files dlls/winspool.drv/Makefile"
16794
16795 ALL_MAKEFILES="$ALL_MAKEFILES \\
16796         dlls/winspool.drv/tests/Makefile"
16797 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
16798         winspool.drv/tests"
16799 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
16800 dlls/winspool.drv/tests/Makefile: dlls/winspool.drv/tests/Makefile.in dlls/Maketest.rules"
16801 ac_config_files="$ac_config_files dlls/winspool.drv/tests/Makefile"
16802
16803 ALL_MAKEFILES="$ALL_MAKEFILES \\
16804         dlls/wintab.dll16/Makefile"
16805 test "x$enable_win16" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
16806         wintab.dll16"
16807 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
16808 dlls/wintab.dll16/Makefile: dlls/wintab.dll16/Makefile.in dlls/Makedll.rules"
16809 ac_config_files="$ac_config_files dlls/wintab.dll16/Makefile"
16810
16811 ALL_MAKEFILES="$ALL_MAKEFILES \\
16812         dlls/wintab32/Makefile"
16813 test "x$enable_wintab32" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
16814         wintab32"
16815 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
16816 dlls/wintab32/Makefile: dlls/wintab32/Makefile.in dlls/Makedll.rules"
16817 ac_config_files="$ac_config_files dlls/wintab32/Makefile"
16818
16819 ALL_MAKEFILES="$ALL_MAKEFILES \\
16820         dlls/wintab32/tests/Makefile"
16821 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
16822         wintab32/tests"
16823 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
16824 dlls/wintab32/tests/Makefile: dlls/wintab32/tests/Makefile.in dlls/Maketest.rules"
16825 ac_config_files="$ac_config_files dlls/wintab32/tests/Makefile"
16826
16827 ALL_MAKEFILES="$ALL_MAKEFILES \\
16828         dlls/wintrust/Makefile"
16829 test "x$enable_wintrust" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
16830         wintrust"
16831 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
16832 dlls/wintrust/Makefile: dlls/wintrust/Makefile.in dlls/Makedll.rules"
16833 ac_config_files="$ac_config_files dlls/wintrust/Makefile"
16834
16835 ALL_MAKEFILES="$ALL_MAKEFILES \\
16836         dlls/wintrust/tests/Makefile"
16837 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
16838         wintrust/tests"
16839 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
16840 dlls/wintrust/tests/Makefile: dlls/wintrust/tests/Makefile.in dlls/Maketest.rules"
16841 ac_config_files="$ac_config_files dlls/wintrust/tests/Makefile"
16842
16843 ALL_MAKEFILES="$ALL_MAKEFILES \\
16844         dlls/wldap32/Makefile"
16845 test "x$enable_wldap32" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
16846         wldap32"
16847 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
16848 dlls/wldap32/Makefile: dlls/wldap32/Makefile.in dlls/Makedll.rules"
16849 ac_config_files="$ac_config_files dlls/wldap32/Makefile"
16850
16851 ALL_MAKEFILES="$ALL_MAKEFILES \\
16852         dlls/wldap32/tests/Makefile"
16853 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
16854         wldap32/tests"
16855 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
16856 dlls/wldap32/tests/Makefile: dlls/wldap32/tests/Makefile.in dlls/Maketest.rules"
16857 ac_config_files="$ac_config_files dlls/wldap32/tests/Makefile"
16858
16859 ALL_MAKEFILES="$ALL_MAKEFILES \\
16860         dlls/wmi/Makefile"
16861 test "x$enable_wmi" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
16862         wmi"
16863 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
16864 dlls/wmi/Makefile: dlls/wmi/Makefile.in dlls/Makedll.rules"
16865 ac_config_files="$ac_config_files dlls/wmi/Makefile"
16866
16867 ALL_MAKEFILES="$ALL_MAKEFILES \\
16868         dlls/wmiutils/Makefile"
16869 test "x$enable_wmiutils" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
16870         wmiutils"
16871 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
16872 dlls/wmiutils/Makefile: dlls/wmiutils/Makefile.in dlls/Makedll.rules"
16873 ac_config_files="$ac_config_files dlls/wmiutils/Makefile"
16874
16875 ALL_MAKEFILES="$ALL_MAKEFILES \\
16876         dlls/wnaspi32/Makefile"
16877 test "x$enable_wnaspi32" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
16878         wnaspi32"
16879 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
16880 dlls/wnaspi32/Makefile: dlls/wnaspi32/Makefile.in dlls/Makedll.rules"
16881 ac_config_files="$ac_config_files dlls/wnaspi32/Makefile"
16882
16883 ALL_MAKEFILES="$ALL_MAKEFILES \\
16884         dlls/wow32/Makefile"
16885 test "x$enable_wow32" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
16886         wow32"
16887 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
16888 dlls/wow32/Makefile: dlls/wow32/Makefile.in dlls/Makedll.rules"
16889 ac_config_files="$ac_config_files dlls/wow32/Makefile"
16890
16891 ALL_MAKEFILES="$ALL_MAKEFILES \\
16892         dlls/ws2_32/Makefile"
16893 test "x$enable_ws2_32" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
16894         ws2_32"
16895 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
16896 dlls/ws2_32/Makefile: dlls/ws2_32/Makefile.in dlls/Makedll.rules"
16897 ac_config_files="$ac_config_files dlls/ws2_32/Makefile"
16898
16899 ALL_MAKEFILES="$ALL_MAKEFILES \\
16900         dlls/ws2_32/tests/Makefile"
16901 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
16902         ws2_32/tests"
16903 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
16904 dlls/ws2_32/tests/Makefile: dlls/ws2_32/tests/Makefile.in dlls/Maketest.rules"
16905 ac_config_files="$ac_config_files dlls/ws2_32/tests/Makefile"
16906
16907 ALL_MAKEFILES="$ALL_MAKEFILES \\
16908         dlls/wsock32/Makefile"
16909 test "x$enable_wsock32" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
16910         wsock32"
16911 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
16912 dlls/wsock32/Makefile: dlls/wsock32/Makefile.in dlls/Makedll.rules"
16913 ac_config_files="$ac_config_files dlls/wsock32/Makefile"
16914
16915 ALL_MAKEFILES="$ALL_MAKEFILES \\
16916         dlls/wtsapi32/Makefile"
16917 test "x$enable_wtsapi32" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
16918         wtsapi32"
16919 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
16920 dlls/wtsapi32/Makefile: dlls/wtsapi32/Makefile.in dlls/Makedll.rules"
16921 ac_config_files="$ac_config_files dlls/wtsapi32/Makefile"
16922
16923 ALL_MAKEFILES="$ALL_MAKEFILES \\
16924         dlls/wuapi/Makefile"
16925 test "x$enable_wuapi" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
16926         wuapi"
16927 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
16928 dlls/wuapi/Makefile: dlls/wuapi/Makefile.in dlls/Makedll.rules"
16929 ac_config_files="$ac_config_files dlls/wuapi/Makefile"
16930
16931 ALL_MAKEFILES="$ALL_MAKEFILES \\
16932         dlls/xinput1_1/Makefile"
16933 test "x$enable_xinput1_1" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
16934         xinput1_1"
16935 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
16936 dlls/xinput1_1/Makefile: dlls/xinput1_1/Makefile.in dlls/Makedll.rules"
16937 ac_config_files="$ac_config_files dlls/xinput1_1/Makefile"
16938
16939 ALL_MAKEFILES="$ALL_MAKEFILES \\
16940         dlls/xinput1_2/Makefile"
16941 test "x$enable_xinput1_2" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
16942         xinput1_2"
16943 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
16944 dlls/xinput1_2/Makefile: dlls/xinput1_2/Makefile.in dlls/Makedll.rules"
16945 ac_config_files="$ac_config_files dlls/xinput1_2/Makefile"
16946
16947 ALL_MAKEFILES="$ALL_MAKEFILES \\
16948         dlls/xinput1_3/Makefile"
16949 test "x$enable_xinput1_3" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
16950         xinput1_3"
16951 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
16952 dlls/xinput1_3/Makefile: dlls/xinput1_3/Makefile.in dlls/Makedll.rules"
16953 ac_config_files="$ac_config_files dlls/xinput1_3/Makefile"
16954
16955 ALL_MAKEFILES="$ALL_MAKEFILES \\
16956         dlls/xinput1_3/tests/Makefile"
16957 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
16958         xinput1_3/tests"
16959 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
16960 dlls/xinput1_3/tests/Makefile: dlls/xinput1_3/tests/Makefile.in dlls/Maketest.rules"
16961 ac_config_files="$ac_config_files dlls/xinput1_3/tests/Makefile"
16962
16963 ALL_MAKEFILES="$ALL_MAKEFILES \\
16964         dlls/xinput9_1_0/Makefile"
16965 test "x$enable_xinput9_1_0" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
16966         xinput9_1_0"
16967 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
16968 dlls/xinput9_1_0/Makefile: dlls/xinput9_1_0/Makefile.in dlls/Makedll.rules"
16969 ac_config_files="$ac_config_files dlls/xinput9_1_0/Makefile"
16970
16971 ALL_MAKEFILES="$ALL_MAKEFILES \\
16972         dlls/xmllite/Makefile"
16973 test "x$enable_xmllite" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
16974         xmllite"
16975 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
16976 dlls/xmllite/Makefile: dlls/xmllite/Makefile.in dlls/Makedll.rules"
16977 ac_config_files="$ac_config_files dlls/xmllite/Makefile"
16978
16979 ALL_MAKEFILES="$ALL_MAKEFILES \\
16980         documentation/Makefile"
16981 test "x$enable_documentation" != xno && ALL_TOP_DIRS="$ALL_TOP_DIRS \\
16982         documentation"
16983 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
16984 documentation/Makefile: documentation/Makefile.in Make.rules"
16985 ac_config_files="$ac_config_files documentation/Makefile"
16986
16987 ALL_MAKEFILES="$ALL_MAKEFILES \\
16988         fonts/Makefile"
16989 test "x$enable_fonts" != xno && ALL_TOP_DIRS="$ALL_TOP_DIRS \\
16990         fonts"
16991 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
16992 fonts/Makefile: fonts/Makefile.in Make.rules"
16993 ac_config_files="$ac_config_files fonts/Makefile"
16994
16995 ALL_MAKEFILES="$ALL_MAKEFILES \\
16996         include/Makefile"
16997 test "x$enable_include" != xno && ALL_TOP_DIRS="$ALL_TOP_DIRS \\
16998         include"
16999 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
17000 include/Makefile: include/Makefile.in Make.rules"
17001 ac_config_files="$ac_config_files include/Makefile"
17002
17003 ALL_MAKEFILES="$ALL_MAKEFILES \\
17004         libs/Makefile"
17005 test "x$enable_libs" != xno && ALL_TOP_DIRS="$ALL_TOP_DIRS \\
17006         libs"
17007 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
17008 libs/Makefile: libs/Makefile.in Make.rules"
17009 ac_config_files="$ac_config_files libs/Makefile"
17010
17011 ALL_MAKEFILES="$ALL_MAKEFILES \\
17012         libs/port/Makefile"
17013
17014 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
17015 libs/port/Makefile: libs/port/Makefile.in Make.rules"
17016 ac_config_files="$ac_config_files libs/port/Makefile"
17017
17018 ALL_MAKEFILES="$ALL_MAKEFILES \\
17019         libs/wine/Makefile"
17020
17021 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
17022 libs/wine/Makefile: libs/wine/Makefile.in Make.rules"
17023 ac_config_files="$ac_config_files libs/wine/Makefile"
17024
17025 ALL_MAKEFILES="$ALL_MAKEFILES \\
17026         libs/wpp/Makefile"
17027
17028 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
17029 libs/wpp/Makefile: libs/wpp/Makefile.in Make.rules"
17030 ac_config_files="$ac_config_files libs/wpp/Makefile"
17031
17032 ALL_MAKEFILES="$ALL_MAKEFILES \\
17033         loader/Makefile"
17034 test "x$enable_loader" != xno && ALL_TOP_DIRS="$ALL_TOP_DIRS \\
17035         loader"
17036 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
17037 loader/Makefile: loader/Makefile.in Make.rules"
17038 ac_config_files="$ac_config_files loader/Makefile"
17039
17040 ALL_MAKEFILES="$ALL_MAKEFILES \\
17041         programs/Makefile"
17042 test "x$enable_programs" != xno && ALL_TOP_DIRS="$ALL_TOP_DIRS \\
17043         programs"
17044 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
17045 programs/Makefile: programs/Makefile.in Make.rules"
17046 ac_config_files="$ac_config_files programs/Makefile"
17047
17048 ALL_MAKEFILES="$ALL_MAKEFILES \\
17049         programs/cacls/Makefile"
17050 test "x$enable_cacls" != xno && ALL_PROGRAM_DIRS="$ALL_PROGRAM_DIRS \\
17051         cacls" && ALL_PROGRAM_INSTALL_DIRS="$ALL_PROGRAM_INSTALL_DIRS \\
17052         cacls"
17053 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
17054 programs/cacls/Makefile: programs/cacls/Makefile.in programs/Makeprog.rules"
17055 ac_config_files="$ac_config_files programs/cacls/Makefile"
17056
17057 ALL_MAKEFILES="$ALL_MAKEFILES \\
17058         programs/clock/Makefile"
17059 test "x$enable_clock" != xno && ALL_PROGRAM_DIRS="$ALL_PROGRAM_DIRS \\
17060         clock" && ALL_PROGRAM_INSTALL_DIRS="$ALL_PROGRAM_INSTALL_DIRS \\
17061         clock"
17062 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
17063 programs/clock/Makefile: programs/clock/Makefile.in programs/Makeprog.rules"
17064 ac_config_files="$ac_config_files programs/clock/Makefile"
17065
17066 ALL_MAKEFILES="$ALL_MAKEFILES \\
17067         programs/cmd/Makefile"
17068 test "x$enable_cmd" != xno && ALL_PROGRAM_DIRS="$ALL_PROGRAM_DIRS \\
17069         cmd" && ALL_PROGRAM_INSTALL_DIRS="$ALL_PROGRAM_INSTALL_DIRS \\
17070         cmd"
17071 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
17072 programs/cmd/Makefile: programs/cmd/Makefile.in programs/Makeprog.rules"
17073 ac_config_files="$ac_config_files programs/cmd/Makefile"
17074
17075 ALL_MAKEFILES="$ALL_MAKEFILES \\
17076         programs/cmdlgtst/Makefile"
17077 test "x$enable_cmdlgtst" != xno && ALL_PROGRAM_DIRS="$ALL_PROGRAM_DIRS \\
17078         cmdlgtst"
17079 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
17080 programs/cmdlgtst/Makefile: programs/cmdlgtst/Makefile.in programs/Makeprog.rules"
17081 ac_config_files="$ac_config_files programs/cmdlgtst/Makefile"
17082
17083 ALL_MAKEFILES="$ALL_MAKEFILES \\
17084         programs/control/Makefile"
17085 test "x$enable_control" != xno && ALL_PROGRAM_DIRS="$ALL_PROGRAM_DIRS \\
17086         control" && ALL_PROGRAM_INSTALL_DIRS="$ALL_PROGRAM_INSTALL_DIRS \\
17087         control"
17088 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
17089 programs/control/Makefile: programs/control/Makefile.in programs/Makeprog.rules"
17090 ac_config_files="$ac_config_files programs/control/Makefile"
17091
17092 ALL_MAKEFILES="$ALL_MAKEFILES \\
17093         programs/eject/Makefile"
17094 test "x$enable_eject" != xno && ALL_PROGRAM_DIRS="$ALL_PROGRAM_DIRS \\
17095         eject" && ALL_PROGRAM_INSTALL_DIRS="$ALL_PROGRAM_INSTALL_DIRS \\
17096         eject"
17097 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
17098 programs/eject/Makefile: programs/eject/Makefile.in programs/Makeprog.rules"
17099 ac_config_files="$ac_config_files programs/eject/Makefile"
17100
17101 ALL_MAKEFILES="$ALL_MAKEFILES \\
17102         programs/expand/Makefile"
17103 test "x$enable_expand" != xno && ALL_PROGRAM_DIRS="$ALL_PROGRAM_DIRS \\
17104         expand" && ALL_PROGRAM_INSTALL_DIRS="$ALL_PROGRAM_INSTALL_DIRS \\
17105         expand"
17106 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
17107 programs/expand/Makefile: programs/expand/Makefile.in programs/Makeprog.rules"
17108 ac_config_files="$ac_config_files programs/expand/Makefile"
17109
17110 ALL_MAKEFILES="$ALL_MAKEFILES \\
17111         programs/explorer/Makefile"
17112 test "x$enable_explorer" != xno && ALL_PROGRAM_DIRS="$ALL_PROGRAM_DIRS \\
17113         explorer" && ALL_PROGRAM_INSTALL_DIRS="$ALL_PROGRAM_INSTALL_DIRS \\
17114         explorer"
17115 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
17116 programs/explorer/Makefile: programs/explorer/Makefile.in programs/Makeprog.rules"
17117 ac_config_files="$ac_config_files programs/explorer/Makefile"
17118
17119 ALL_MAKEFILES="$ALL_MAKEFILES \\
17120         programs/hh/Makefile"
17121 test "x$enable_hh" != xno && ALL_PROGRAM_DIRS="$ALL_PROGRAM_DIRS \\
17122         hh" && ALL_PROGRAM_INSTALL_DIRS="$ALL_PROGRAM_INSTALL_DIRS \\
17123         hh"
17124 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
17125 programs/hh/Makefile: programs/hh/Makefile.in programs/Makeprog.rules"
17126 ac_config_files="$ac_config_files programs/hh/Makefile"
17127
17128 ALL_MAKEFILES="$ALL_MAKEFILES \\
17129         programs/icinfo/Makefile"
17130 test "x$enable_icinfo" != xno && ALL_PROGRAM_DIRS="$ALL_PROGRAM_DIRS \\
17131         icinfo" && ALL_PROGRAM_INSTALL_DIRS="$ALL_PROGRAM_INSTALL_DIRS \\
17132         icinfo"
17133 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
17134 programs/icinfo/Makefile: programs/icinfo/Makefile.in programs/Makeprog.rules"
17135 ac_config_files="$ac_config_files programs/icinfo/Makefile"
17136
17137 ALL_MAKEFILES="$ALL_MAKEFILES \\
17138         programs/iexplore/Makefile"
17139 test "x$enable_iexplore" != xno && ALL_PROGRAM_DIRS="$ALL_PROGRAM_DIRS \\
17140         iexplore" && ALL_PROGRAM_INSTALL_DIRS="$ALL_PROGRAM_INSTALL_DIRS \\
17141         iexplore"
17142 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
17143 programs/iexplore/Makefile: programs/iexplore/Makefile.in programs/Makeprog.rules"
17144 ac_config_files="$ac_config_files programs/iexplore/Makefile"
17145
17146 ALL_MAKEFILES="$ALL_MAKEFILES \\
17147         programs/lodctr/Makefile"
17148 test "x$enable_lodctr" != xno && ALL_PROGRAM_DIRS="$ALL_PROGRAM_DIRS \\
17149         lodctr" && ALL_PROGRAM_INSTALL_DIRS="$ALL_PROGRAM_INSTALL_DIRS \\
17150         lodctr"
17151 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
17152 programs/lodctr/Makefile: programs/lodctr/Makefile.in programs/Makeprog.rules"
17153 ac_config_files="$ac_config_files programs/lodctr/Makefile"
17154
17155 ALL_MAKEFILES="$ALL_MAKEFILES \\
17156         programs/msiexec/Makefile"
17157 test "x$enable_msiexec" != xno && ALL_PROGRAM_DIRS="$ALL_PROGRAM_DIRS \\
17158         msiexec" && ALL_PROGRAM_INSTALL_DIRS="$ALL_PROGRAM_INSTALL_DIRS \\
17159         msiexec" && ALL_PROGRAM_BIN_INSTALL_DIRS="$ALL_PROGRAM_BIN_INSTALL_DIRS \\
17160         msiexec"
17161 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
17162 programs/msiexec/Makefile: programs/msiexec/Makefile.in programs/Makeprog.rules"
17163 ac_config_files="$ac_config_files programs/msiexec/Makefile"
17164
17165 ALL_MAKEFILES="$ALL_MAKEFILES \\
17166         programs/net/Makefile"
17167 test "x$enable_net" != xno && ALL_PROGRAM_DIRS="$ALL_PROGRAM_DIRS \\
17168         net" && ALL_PROGRAM_INSTALL_DIRS="$ALL_PROGRAM_INSTALL_DIRS \\
17169         net"
17170 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
17171 programs/net/Makefile: programs/net/Makefile.in programs/Makeprog.rules"
17172 ac_config_files="$ac_config_files programs/net/Makefile"
17173
17174 ALL_MAKEFILES="$ALL_MAKEFILES \\
17175         programs/notepad/Makefile"
17176 test "x$enable_notepad" != xno && ALL_PROGRAM_DIRS="$ALL_PROGRAM_DIRS \\
17177         notepad" && ALL_PROGRAM_INSTALL_DIRS="$ALL_PROGRAM_INSTALL_DIRS \\
17178         notepad" && ALL_PROGRAM_BIN_INSTALL_DIRS="$ALL_PROGRAM_BIN_INSTALL_DIRS \\
17179         notepad"
17180 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
17181 programs/notepad/Makefile: programs/notepad/Makefile.in programs/Makeprog.rules"
17182 ac_config_files="$ac_config_files programs/notepad/Makefile"
17183
17184 ALL_MAKEFILES="$ALL_MAKEFILES \\
17185         programs/oleview/Makefile"
17186 test "x$enable_oleview" != xno && ALL_PROGRAM_DIRS="$ALL_PROGRAM_DIRS \\
17187         oleview" && ALL_PROGRAM_INSTALL_DIRS="$ALL_PROGRAM_INSTALL_DIRS \\
17188         oleview"
17189 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
17190 programs/oleview/Makefile: programs/oleview/Makefile.in programs/Makeprog.rules"
17191 ac_config_files="$ac_config_files programs/oleview/Makefile"
17192
17193 ALL_MAKEFILES="$ALL_MAKEFILES \\
17194         programs/progman/Makefile"
17195 test "x$enable_progman" != xno && ALL_PROGRAM_DIRS="$ALL_PROGRAM_DIRS \\
17196         progman" && ALL_PROGRAM_INSTALL_DIRS="$ALL_PROGRAM_INSTALL_DIRS \\
17197         progman"
17198 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
17199 programs/progman/Makefile: programs/progman/Makefile.in programs/Makeprog.rules"
17200 ac_config_files="$ac_config_files programs/progman/Makefile"
17201
17202 ALL_MAKEFILES="$ALL_MAKEFILES \\
17203         programs/reg/Makefile"
17204 test "x$enable_reg" != xno && ALL_PROGRAM_DIRS="$ALL_PROGRAM_DIRS \\
17205         reg" && ALL_PROGRAM_INSTALL_DIRS="$ALL_PROGRAM_INSTALL_DIRS \\
17206         reg"
17207 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
17208 programs/reg/Makefile: programs/reg/Makefile.in programs/Makeprog.rules"
17209 ac_config_files="$ac_config_files programs/reg/Makefile"
17210
17211 ALL_MAKEFILES="$ALL_MAKEFILES \\
17212         programs/regedit/Makefile"
17213 test "x$enable_regedit" != xno && ALL_PROGRAM_DIRS="$ALL_PROGRAM_DIRS \\
17214         regedit" && ALL_PROGRAM_INSTALL_DIRS="$ALL_PROGRAM_INSTALL_DIRS \\
17215         regedit" && ALL_PROGRAM_BIN_INSTALL_DIRS="$ALL_PROGRAM_BIN_INSTALL_DIRS \\
17216         regedit"
17217 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
17218 programs/regedit/Makefile: programs/regedit/Makefile.in programs/Makeprog.rules"
17219 ac_config_files="$ac_config_files programs/regedit/Makefile"
17220
17221 ALL_MAKEFILES="$ALL_MAKEFILES \\
17222         programs/regsvr32/Makefile"
17223 test "x$enable_regsvr32" != xno && ALL_PROGRAM_DIRS="$ALL_PROGRAM_DIRS \\
17224         regsvr32" && ALL_PROGRAM_INSTALL_DIRS="$ALL_PROGRAM_INSTALL_DIRS \\
17225         regsvr32" && ALL_PROGRAM_BIN_INSTALL_DIRS="$ALL_PROGRAM_BIN_INSTALL_DIRS \\
17226         regsvr32"
17227 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
17228 programs/regsvr32/Makefile: programs/regsvr32/Makefile.in programs/Makeprog.rules"
17229 ac_config_files="$ac_config_files programs/regsvr32/Makefile"
17230
17231 ALL_MAKEFILES="$ALL_MAKEFILES \\
17232         programs/rpcss/Makefile"
17233 test "x$enable_rpcss" != xno && ALL_PROGRAM_DIRS="$ALL_PROGRAM_DIRS \\
17234         rpcss" && ALL_PROGRAM_INSTALL_DIRS="$ALL_PROGRAM_INSTALL_DIRS \\
17235         rpcss"
17236 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
17237 programs/rpcss/Makefile: programs/rpcss/Makefile.in programs/Makeprog.rules"
17238 ac_config_files="$ac_config_files programs/rpcss/Makefile"
17239
17240 ALL_MAKEFILES="$ALL_MAKEFILES \\
17241         programs/rundll32/Makefile"
17242 test "x$enable_rundll32" != xno && ALL_PROGRAM_DIRS="$ALL_PROGRAM_DIRS \\
17243         rundll32" && ALL_PROGRAM_INSTALL_DIRS="$ALL_PROGRAM_INSTALL_DIRS \\
17244         rundll32"
17245 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
17246 programs/rundll32/Makefile: programs/rundll32/Makefile.in programs/Makeprog.rules"
17247 ac_config_files="$ac_config_files programs/rundll32/Makefile"
17248
17249 ALL_MAKEFILES="$ALL_MAKEFILES \\
17250         programs/secedit/Makefile"
17251 test "x$enable_secedit" != xno && ALL_PROGRAM_DIRS="$ALL_PROGRAM_DIRS \\
17252         secedit" && ALL_PROGRAM_INSTALL_DIRS="$ALL_PROGRAM_INSTALL_DIRS \\
17253         secedit"
17254 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
17255 programs/secedit/Makefile: programs/secedit/Makefile.in programs/Makeprog.rules"
17256 ac_config_files="$ac_config_files programs/secedit/Makefile"
17257
17258 ALL_MAKEFILES="$ALL_MAKEFILES \\
17259         programs/services/Makefile"
17260 test "x$enable_services" != xno && ALL_PROGRAM_DIRS="$ALL_PROGRAM_DIRS \\
17261         services" && ALL_PROGRAM_INSTALL_DIRS="$ALL_PROGRAM_INSTALL_DIRS \\
17262         services"
17263 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
17264 programs/services/Makefile: programs/services/Makefile.in programs/Makeprog.rules"
17265 ac_config_files="$ac_config_files programs/services/Makefile"
17266
17267 ALL_MAKEFILES="$ALL_MAKEFILES \\
17268         programs/spoolsv/Makefile"
17269 test "x$enable_spoolsv" != xno && ALL_PROGRAM_DIRS="$ALL_PROGRAM_DIRS \\
17270         spoolsv" && ALL_PROGRAM_INSTALL_DIRS="$ALL_PROGRAM_INSTALL_DIRS \\
17271         spoolsv"
17272 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
17273 programs/spoolsv/Makefile: programs/spoolsv/Makefile.in programs/Makeprog.rules"
17274 ac_config_files="$ac_config_files programs/spoolsv/Makefile"
17275
17276 ALL_MAKEFILES="$ALL_MAKEFILES \\
17277         programs/start/Makefile"
17278 test "x$enable_start" != xno && ALL_PROGRAM_DIRS="$ALL_PROGRAM_DIRS \\
17279         start" && ALL_PROGRAM_INSTALL_DIRS="$ALL_PROGRAM_INSTALL_DIRS \\
17280         start"
17281 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
17282 programs/start/Makefile: programs/start/Makefile.in programs/Makeprog.rules"
17283 ac_config_files="$ac_config_files programs/start/Makefile"
17284
17285 ALL_MAKEFILES="$ALL_MAKEFILES \\
17286         programs/svchost/Makefile"
17287 test "x$enable_svchost" != xno && ALL_PROGRAM_DIRS="$ALL_PROGRAM_DIRS \\
17288         svchost" && ALL_PROGRAM_INSTALL_DIRS="$ALL_PROGRAM_INSTALL_DIRS \\
17289         svchost"
17290 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
17291 programs/svchost/Makefile: programs/svchost/Makefile.in programs/Makeprog.rules"
17292 ac_config_files="$ac_config_files programs/svchost/Makefile"
17293
17294 ALL_MAKEFILES="$ALL_MAKEFILES \\
17295         programs/taskmgr/Makefile"
17296 test "x$enable_taskmgr" != xno && ALL_PROGRAM_DIRS="$ALL_PROGRAM_DIRS \\
17297         taskmgr" && ALL_PROGRAM_INSTALL_DIRS="$ALL_PROGRAM_INSTALL_DIRS \\
17298         taskmgr"
17299 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
17300 programs/taskmgr/Makefile: programs/taskmgr/Makefile.in programs/Makeprog.rules"
17301 ac_config_files="$ac_config_files programs/taskmgr/Makefile"
17302
17303 ALL_MAKEFILES="$ALL_MAKEFILES \\
17304         programs/termsv/Makefile"
17305 test "x$enable_termsv" != xno && ALL_PROGRAM_DIRS="$ALL_PROGRAM_DIRS \\
17306         termsv" && ALL_PROGRAM_INSTALL_DIRS="$ALL_PROGRAM_INSTALL_DIRS \\
17307         termsv"
17308 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
17309 programs/termsv/Makefile: programs/termsv/Makefile.in programs/Makeprog.rules"
17310 ac_config_files="$ac_config_files programs/termsv/Makefile"
17311
17312 ALL_MAKEFILES="$ALL_MAKEFILES \\
17313         programs/uninstaller/Makefile"
17314 test "x$enable_uninstaller" != xno && ALL_PROGRAM_DIRS="$ALL_PROGRAM_DIRS \\
17315         uninstaller" && ALL_PROGRAM_INSTALL_DIRS="$ALL_PROGRAM_INSTALL_DIRS \\
17316         uninstaller"
17317 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
17318 programs/uninstaller/Makefile: programs/uninstaller/Makefile.in programs/Makeprog.rules"
17319 ac_config_files="$ac_config_files programs/uninstaller/Makefile"
17320
17321 ALL_MAKEFILES="$ALL_MAKEFILES \\
17322         programs/unlodctr/Makefile"
17323 test "x$enable_unlodctr" != xno && ALL_PROGRAM_DIRS="$ALL_PROGRAM_DIRS \\
17324         unlodctr" && ALL_PROGRAM_INSTALL_DIRS="$ALL_PROGRAM_INSTALL_DIRS \\
17325         unlodctr"
17326 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
17327 programs/unlodctr/Makefile: programs/unlodctr/Makefile.in programs/Makeprog.rules"
17328 ac_config_files="$ac_config_files programs/unlodctr/Makefile"
17329
17330 ALL_MAKEFILES="$ALL_MAKEFILES \\
17331         programs/view/Makefile"
17332 test "x$enable_view" != xno && ALL_PROGRAM_DIRS="$ALL_PROGRAM_DIRS \\
17333         view"
17334 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
17335 programs/view/Makefile: programs/view/Makefile.in programs/Makeprog.rules"
17336 ac_config_files="$ac_config_files programs/view/Makefile"
17337
17338 ALL_MAKEFILES="$ALL_MAKEFILES \\
17339         programs/wineboot/Makefile"
17340 test "x$enable_wineboot" != xno && ALL_PROGRAM_DIRS="$ALL_PROGRAM_DIRS \\
17341         wineboot" && ALL_PROGRAM_INSTALL_DIRS="$ALL_PROGRAM_INSTALL_DIRS \\
17342         wineboot" && ALL_PROGRAM_BIN_INSTALL_DIRS="$ALL_PROGRAM_BIN_INSTALL_DIRS \\
17343         wineboot"
17344 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
17345 programs/wineboot/Makefile: programs/wineboot/Makefile.in programs/Makeprog.rules"
17346 ac_config_files="$ac_config_files programs/wineboot/Makefile"
17347
17348 ALL_MAKEFILES="$ALL_MAKEFILES \\
17349         programs/winebrowser/Makefile"
17350 test "x$enable_winebrowser" != xno && ALL_PROGRAM_DIRS="$ALL_PROGRAM_DIRS \\
17351         winebrowser" && ALL_PROGRAM_INSTALL_DIRS="$ALL_PROGRAM_INSTALL_DIRS \\
17352         winebrowser"
17353 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
17354 programs/winebrowser/Makefile: programs/winebrowser/Makefile.in programs/Makeprog.rules"
17355 ac_config_files="$ac_config_files programs/winebrowser/Makefile"
17356
17357 ALL_MAKEFILES="$ALL_MAKEFILES \\
17358         programs/winecfg/Makefile"
17359 test "x$enable_winecfg" != xno && ALL_PROGRAM_DIRS="$ALL_PROGRAM_DIRS \\
17360         winecfg" && ALL_PROGRAM_INSTALL_DIRS="$ALL_PROGRAM_INSTALL_DIRS \\
17361         winecfg" && ALL_PROGRAM_BIN_INSTALL_DIRS="$ALL_PROGRAM_BIN_INSTALL_DIRS \\
17362         winecfg"
17363 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
17364 programs/winecfg/Makefile: programs/winecfg/Makefile.in programs/Makeprog.rules"
17365 ac_config_files="$ac_config_files programs/winecfg/Makefile"
17366
17367 ALL_MAKEFILES="$ALL_MAKEFILES \\
17368         programs/wineconsole/Makefile"
17369 test "x$enable_wineconsole" != xno && ALL_PROGRAM_DIRS="$ALL_PROGRAM_DIRS \\
17370         wineconsole" && ALL_PROGRAM_INSTALL_DIRS="$ALL_PROGRAM_INSTALL_DIRS \\
17371         wineconsole" && ALL_PROGRAM_BIN_INSTALL_DIRS="$ALL_PROGRAM_BIN_INSTALL_DIRS \\
17372         wineconsole"
17373 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
17374 programs/wineconsole/Makefile: programs/wineconsole/Makefile.in programs/Makeprog.rules"
17375 ac_config_files="$ac_config_files programs/wineconsole/Makefile"
17376
17377 ALL_MAKEFILES="$ALL_MAKEFILES \\
17378         programs/winedbg/Makefile"
17379 test "x$enable_winedbg" != xno && ALL_PROGRAM_DIRS="$ALL_PROGRAM_DIRS \\
17380         winedbg" && ALL_PROGRAM_INSTALL_DIRS="$ALL_PROGRAM_INSTALL_DIRS \\
17381         winedbg" && ALL_PROGRAM_BIN_INSTALL_DIRS="$ALL_PROGRAM_BIN_INSTALL_DIRS \\
17382         winedbg"
17383 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
17384 programs/winedbg/Makefile: programs/winedbg/Makefile.in programs/Makeprog.rules"
17385 ac_config_files="$ac_config_files programs/winedbg/Makefile"
17386
17387 ALL_MAKEFILES="$ALL_MAKEFILES \\
17388         programs/winedevice/Makefile"
17389 test "x$enable_winedevice" != xno && ALL_PROGRAM_DIRS="$ALL_PROGRAM_DIRS \\
17390         winedevice" && ALL_PROGRAM_INSTALL_DIRS="$ALL_PROGRAM_INSTALL_DIRS \\
17391         winedevice"
17392 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
17393 programs/winedevice/Makefile: programs/winedevice/Makefile.in programs/Makeprog.rules"
17394 ac_config_files="$ac_config_files programs/winedevice/Makefile"
17395
17396 ALL_MAKEFILES="$ALL_MAKEFILES \\
17397         programs/winefile/Makefile"
17398 test "x$enable_winefile" != xno && ALL_PROGRAM_DIRS="$ALL_PROGRAM_DIRS \\
17399         winefile" && ALL_PROGRAM_INSTALL_DIRS="$ALL_PROGRAM_INSTALL_DIRS \\
17400         winefile" && ALL_PROGRAM_BIN_INSTALL_DIRS="$ALL_PROGRAM_BIN_INSTALL_DIRS \\
17401         winefile"
17402 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
17403 programs/winefile/Makefile: programs/winefile/Makefile.in programs/Makeprog.rules"
17404 ac_config_files="$ac_config_files programs/winefile/Makefile"
17405
17406 ALL_MAKEFILES="$ALL_MAKEFILES \\
17407         programs/winemenubuilder/Makefile"
17408 test "x$enable_winemenubuilder" != xno && ALL_PROGRAM_DIRS="$ALL_PROGRAM_DIRS \\
17409         winemenubuilder" && ALL_PROGRAM_INSTALL_DIRS="$ALL_PROGRAM_INSTALL_DIRS \\
17410         winemenubuilder"
17411 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
17412 programs/winemenubuilder/Makefile: programs/winemenubuilder/Makefile.in programs/Makeprog.rules"
17413 ac_config_files="$ac_config_files programs/winemenubuilder/Makefile"
17414
17415 ALL_MAKEFILES="$ALL_MAKEFILES \\
17416         programs/winemine/Makefile"
17417 test "x$enable_winemine" != xno && ALL_PROGRAM_DIRS="$ALL_PROGRAM_DIRS \\
17418         winemine" && ALL_PROGRAM_INSTALL_DIRS="$ALL_PROGRAM_INSTALL_DIRS \\
17419         winemine" && ALL_PROGRAM_BIN_INSTALL_DIRS="$ALL_PROGRAM_BIN_INSTALL_DIRS \\
17420         winemine"
17421 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
17422 programs/winemine/Makefile: programs/winemine/Makefile.in programs/Makeprog.rules"
17423 ac_config_files="$ac_config_files programs/winemine/Makefile"
17424
17425 ALL_MAKEFILES="$ALL_MAKEFILES \\
17426         programs/winepath/Makefile"
17427 test "x$enable_winepath" != xno && ALL_PROGRAM_DIRS="$ALL_PROGRAM_DIRS \\
17428         winepath" && ALL_PROGRAM_INSTALL_DIRS="$ALL_PROGRAM_INSTALL_DIRS \\
17429         winepath" && ALL_PROGRAM_BIN_INSTALL_DIRS="$ALL_PROGRAM_BIN_INSTALL_DIRS \\
17430         winepath"
17431 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
17432 programs/winepath/Makefile: programs/winepath/Makefile.in programs/Makeprog.rules"
17433 ac_config_files="$ac_config_files programs/winepath/Makefile"
17434
17435 ALL_MAKEFILES="$ALL_MAKEFILES \\
17436         programs/winetest/Makefile"
17437 test "x$enable_winetest" != xno && ALL_PROGRAM_DIRS="$ALL_PROGRAM_DIRS \\
17438         winetest"
17439 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
17440 programs/winetest/Makefile: programs/winetest/Makefile.in programs/Makeprog.rules"
17441 ac_config_files="$ac_config_files programs/winetest/Makefile"
17442
17443 ALL_MAKEFILES="$ALL_MAKEFILES \\
17444         programs/winevdm/Makefile"
17445 test "x$enable_winevdm" != xno && ALL_PROGRAM_DIRS="$ALL_PROGRAM_DIRS \\
17446         winevdm" && ALL_PROGRAM_INSTALL_DIRS="$ALL_PROGRAM_INSTALL_DIRS \\
17447         winevdm"
17448 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
17449 programs/winevdm/Makefile: programs/winevdm/Makefile.in programs/Makeprog.rules"
17450 ac_config_files="$ac_config_files programs/winevdm/Makefile"
17451
17452 ALL_MAKEFILES="$ALL_MAKEFILES \\
17453         programs/winhelp.exe16/Makefile"
17454 test "x$enable_win16" != xno && ALL_PROGRAM_DIRS="$ALL_PROGRAM_DIRS \\
17455         winhelp.exe16" && ALL_PROGRAM_INSTALL_DIRS="$ALL_PROGRAM_INSTALL_DIRS \\
17456         winhelp.exe16"
17457 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
17458 programs/winhelp.exe16/Makefile: programs/winhelp.exe16/Makefile.in programs/Makeprog.rules"
17459 ac_config_files="$ac_config_files programs/winhelp.exe16/Makefile"
17460
17461 ALL_MAKEFILES="$ALL_MAKEFILES \\
17462         programs/winhlp32/Makefile"
17463 test "x$enable_winhlp32" != xno && ALL_PROGRAM_DIRS="$ALL_PROGRAM_DIRS \\
17464         winhlp32" && ALL_PROGRAM_INSTALL_DIRS="$ALL_PROGRAM_INSTALL_DIRS \\
17465         winhlp32"
17466 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
17467 programs/winhlp32/Makefile: programs/winhlp32/Makefile.in programs/Makeprog.rules"
17468 ac_config_files="$ac_config_files programs/winhlp32/Makefile"
17469
17470 ALL_MAKEFILES="$ALL_MAKEFILES \\
17471         programs/winoldap.mod16/Makefile"
17472 test "x$enable_win16" != xno && ALL_PROGRAM_DIRS="$ALL_PROGRAM_DIRS \\
17473         winoldap.mod16" && ALL_PROGRAM_INSTALL_DIRS="$ALL_PROGRAM_INSTALL_DIRS \\
17474         winoldap.mod16"
17475 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
17476 programs/winoldap.mod16/Makefile: programs/winoldap.mod16/Makefile.in programs/Makeprog.rules"
17477 ac_config_files="$ac_config_files programs/winoldap.mod16/Makefile"
17478
17479 ALL_MAKEFILES="$ALL_MAKEFILES \\
17480         programs/winver/Makefile"
17481 test "x$enable_winver" != xno && ALL_PROGRAM_DIRS="$ALL_PROGRAM_DIRS \\
17482         winver" && ALL_PROGRAM_INSTALL_DIRS="$ALL_PROGRAM_INSTALL_DIRS \\
17483         winver"
17484 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
17485 programs/winver/Makefile: programs/winver/Makefile.in programs/Makeprog.rules"
17486 ac_config_files="$ac_config_files programs/winver/Makefile"
17487
17488 ALL_MAKEFILES="$ALL_MAKEFILES \\
17489         programs/wordpad/Makefile"
17490 test "x$enable_wordpad" != xno && ALL_PROGRAM_DIRS="$ALL_PROGRAM_DIRS \\
17491         wordpad" && ALL_PROGRAM_INSTALL_DIRS="$ALL_PROGRAM_INSTALL_DIRS \\
17492         wordpad"
17493 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
17494 programs/wordpad/Makefile: programs/wordpad/Makefile.in programs/Makeprog.rules"
17495 ac_config_files="$ac_config_files programs/wordpad/Makefile"
17496
17497 ALL_MAKEFILES="$ALL_MAKEFILES \\
17498         programs/write/Makefile"
17499 test "x$enable_write" != xno && ALL_PROGRAM_DIRS="$ALL_PROGRAM_DIRS \\
17500         write" && ALL_PROGRAM_INSTALL_DIRS="$ALL_PROGRAM_INSTALL_DIRS \\
17501         write"
17502 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
17503 programs/write/Makefile: programs/write/Makefile.in programs/Makeprog.rules"
17504 ac_config_files="$ac_config_files programs/write/Makefile"
17505
17506 ALL_MAKEFILES="$ALL_MAKEFILES \\
17507         programs/xcopy/Makefile"
17508 test "x$enable_xcopy" != xno && ALL_PROGRAM_DIRS="$ALL_PROGRAM_DIRS \\
17509         xcopy" && ALL_PROGRAM_INSTALL_DIRS="$ALL_PROGRAM_INSTALL_DIRS \\
17510         xcopy"
17511 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
17512 programs/xcopy/Makefile: programs/xcopy/Makefile.in programs/Makeprog.rules"
17513 ac_config_files="$ac_config_files programs/xcopy/Makefile"
17514
17515 ALL_MAKEFILES="$ALL_MAKEFILES \\
17516         server/Makefile"
17517 test "x$enable_server" != xno && ALL_TOP_DIRS="$ALL_TOP_DIRS \\
17518         server"
17519 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
17520 server/Makefile: server/Makefile.in Make.rules"
17521 ac_config_files="$ac_config_files server/Makefile"
17522
17523 ALL_MAKEFILES="$ALL_MAKEFILES \\
17524         tools/Makefile"
17525 test "x$enable_tools" != xno && ALL_TOP_DIRS="$ALL_TOP_DIRS \\
17526         tools"
17527 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
17528 tools/Makefile: tools/Makefile.in Make.rules"
17529 ac_config_files="$ac_config_files tools/Makefile"
17530
17531 ALL_MAKEFILES="$ALL_MAKEFILES \\
17532         tools/widl/Makefile"
17533
17534 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
17535 tools/widl/Makefile: tools/widl/Makefile.in Make.rules"
17536 ac_config_files="$ac_config_files tools/widl/Makefile"
17537
17538 ALL_MAKEFILES="$ALL_MAKEFILES \\
17539         tools/winebuild/Makefile"
17540
17541 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
17542 tools/winebuild/Makefile: tools/winebuild/Makefile.in Make.rules"
17543 ac_config_files="$ac_config_files tools/winebuild/Makefile"
17544
17545 ALL_MAKEFILES="$ALL_MAKEFILES \\
17546         tools/winedump/Makefile"
17547
17548 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
17549 tools/winedump/Makefile: tools/winedump/Makefile.in Make.rules"
17550 ac_config_files="$ac_config_files tools/winedump/Makefile"
17551
17552 ALL_MAKEFILES="$ALL_MAKEFILES \\
17553         tools/winegcc/Makefile"
17554
17555 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
17556 tools/winegcc/Makefile: tools/winegcc/Makefile.in Make.rules"
17557 ac_config_files="$ac_config_files tools/winegcc/Makefile"
17558
17559 ALL_MAKEFILES="$ALL_MAKEFILES \\
17560         tools/wmc/Makefile"
17561
17562 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
17563 tools/wmc/Makefile: tools/wmc/Makefile.in Make.rules"
17564 ac_config_files="$ac_config_files tools/wmc/Makefile"
17565
17566 ALL_MAKEFILES="$ALL_MAKEFILES \\
17567         tools/wrc/Makefile"
17568
17569 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
17570 tools/wrc/Makefile: tools/wrc/Makefile.in Make.rules"
17571 ac_config_files="$ac_config_files tools/wrc/Makefile"
17572
17573
17574
17575 ALL_WINETEST_DEPENDS="# Test binaries"
17576
17577 for dir in $ALL_TEST_DIRS
17578 do
17579     if test "$dir" != "\\"
17580     then
17581         testname=`expr $dir : '\(.*\)/tests'`_test
17582         ALL_WINETEST_DEPENDS="$ALL_WINETEST_DEPENDS
17583
17584 $testname.exe: \$(DLLDIR)/$dir/$testname.exe\$(DLLEXT)
17585         cp \$(DLLDIR)/$dir/$testname.exe\$(DLLEXT) \$@ && \$(STRIP) \$@
17586 $testname.rc:
17587         echo \"$testname.exe TESTRES \\\"$testname.exe\\\"\" >\$@ || (\$(RM) \$@ && false)
17588 $testname.res: $testname.rc $testname.exe"
17589     fi
17590 done
17591
17592 test -n "$DLLEXT" || ALL_PROGRAM_BIN_INSTALL_DIRS=""
17593
17594 cat >confcache <<\_ACEOF
17595 # This file is a shell script that caches the results of configure
17596 # tests run on this system so they can be shared between configure
17597 # scripts and configure runs, see configure's option --config-cache.
17598 # It is not useful on other systems.  If it contains results you don't
17599 # want to keep, you may remove or edit it.
17600 #
17601 # config.status only pays attention to the cache file if you give it
17602 # the --recheck option to rerun configure.
17603 #
17604 # `ac_cv_env_foo' variables (set or unset) will be overridden when
17605 # loading this file, other *unset* `ac_cv_foo' will be assigned the
17606 # following values.
17607
17608 _ACEOF
17609
17610 # The following way of writing the cache mishandles newlines in values,
17611 # but we know of no workaround that is simple, portable, and efficient.
17612 # So, we kill variables containing newlines.
17613 # Ultrix sh set writes to stderr and can't be redirected directly,
17614 # and sets the high bit in the cache file unless we assign to the vars.
17615 (
17616   for ac_var in `(set) 2>&1 | sed -n 's/^\([a-zA-Z_][a-zA-Z0-9_]*\)=.*/\1/p'`; do
17617     eval ac_val=\$$ac_var
17618     case $ac_val in #(
17619     *${as_nl}*)
17620       case $ac_var in #(
17621       *_cv_*) { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: cache variable $ac_var contains a newline" >&5
17622 $as_echo "$as_me: WARNING: cache variable $ac_var contains a newline" >&2;} ;;
17623       esac
17624       case $ac_var in #(
17625       _ | IFS | as_nl) ;; #(
17626       BASH_ARGV | BASH_SOURCE) eval $ac_var= ;; #(
17627       *) { eval $ac_var=; unset $ac_var;} ;;
17628       esac ;;
17629     esac
17630   done
17631
17632   (set) 2>&1 |
17633     case $as_nl`(ac_space=' '; set) 2>&1` in #(
17634     *${as_nl}ac_space=\ *)
17635       # `set' does not quote correctly, so add quotes: double-quote
17636       # substitution turns \\\\ into \\, and sed turns \\ into \.
17637       sed -n \
17638         "s/'/'\\\\''/g;
17639           s/^\\([_$as_cr_alnum]*_cv_[_$as_cr_alnum]*\\)=\\(.*\\)/\\1='\\2'/p"
17640       ;; #(
17641     *)
17642       # `set' quotes correctly as required by POSIX, so do not add quotes.
17643       sed -n "/^[_$as_cr_alnum]*_cv_[_$as_cr_alnum]*=/p"
17644       ;;
17645     esac |
17646     sort
17647 ) |
17648   sed '
17649      /^ac_cv_env_/b end
17650      t clear
17651      :clear
17652      s/^\([^=]*\)=\(.*[{}].*\)$/test "${\1+set}" = set || &/
17653      t end
17654      s/^\([^=]*\)=\(.*\)$/\1=${\1=\2}/
17655      :end' >>confcache
17656 if diff "$cache_file" confcache >/dev/null 2>&1; then :; else
17657   if test -w "$cache_file"; then
17658     test "x$cache_file" != "x/dev/null" &&
17659       { $as_echo "$as_me:${as_lineno-$LINENO}: updating cache $cache_file" >&5
17660 $as_echo "$as_me: updating cache $cache_file" >&6;}
17661     cat confcache >$cache_file
17662   else
17663     { $as_echo "$as_me:${as_lineno-$LINENO}: not updating unwritable cache $cache_file" >&5
17664 $as_echo "$as_me: not updating unwritable cache $cache_file" >&6;}
17665   fi
17666 fi
17667 rm -f confcache
17668
17669 test "x$prefix" = xNONE && prefix=$ac_default_prefix
17670 # Let make expand exec_prefix.
17671 test "x$exec_prefix" = xNONE && exec_prefix='${prefix}'
17672
17673 DEFS=-DHAVE_CONFIG_H
17674
17675 ac_libobjs=
17676 ac_ltlibobjs=
17677 for ac_i in : $LIBOBJS; do test "x$ac_i" = x: && continue
17678   # 1. Remove the extension, and $U if already installed.
17679   ac_script='s/\$U\././;s/\.o$//;s/\.obj$//'
17680   ac_i=`$as_echo "$ac_i" | sed "$ac_script"`
17681   # 2. Prepend LIBOBJDIR.  When used with automake>=1.10 LIBOBJDIR
17682   #    will be set to the directory where LIBOBJS objects are built.
17683   as_fn_append ac_libobjs " \${LIBOBJDIR}$ac_i\$U.$ac_objext"
17684   as_fn_append ac_ltlibobjs " \${LIBOBJDIR}$ac_i"'$U.lo'
17685 done
17686 LIBOBJS=$ac_libobjs
17687
17688 LTLIBOBJS=$ac_ltlibobjs
17689
17690
17691
17692 : ${CONFIG_STATUS=./config.status}
17693 ac_write_fail=0
17694 ac_clean_files_save=$ac_clean_files
17695 ac_clean_files="$ac_clean_files $CONFIG_STATUS"
17696 { $as_echo "$as_me:${as_lineno-$LINENO}: creating $CONFIG_STATUS" >&5
17697 $as_echo "$as_me: creating $CONFIG_STATUS" >&6;}
17698 as_write_fail=0
17699 cat >$CONFIG_STATUS <<_ASEOF || as_write_fail=1
17700 #! $SHELL
17701 # Generated by $as_me.
17702 # Run this file to recreate the current configuration.
17703 # Compiler output produced by configure, useful for debugging
17704 # configure, is in config.log if it exists.
17705
17706 debug=false
17707 ac_cs_recheck=false
17708 ac_cs_silent=false
17709
17710 SHELL=\${CONFIG_SHELL-$SHELL}
17711 export SHELL
17712 _ASEOF
17713 cat >>$CONFIG_STATUS <<\_ASEOF || as_write_fail=1
17714 ## -------------------- ##
17715 ## M4sh Initialization. ##
17716 ## -------------------- ##
17717
17718 # Be more Bourne compatible
17719 DUALCASE=1; export DUALCASE # for MKS sh
17720 if test -n "${ZSH_VERSION+set}" && (emulate sh) >/dev/null 2>&1; then :
17721   emulate sh
17722   NULLCMD=:
17723   # Pre-4.2 versions of Zsh do word splitting on ${1+"$@"}, which
17724   # is contrary to our usage.  Disable this feature.
17725   alias -g '${1+"$@"}'='"$@"'
17726   setopt NO_GLOB_SUBST
17727 else
17728   case `(set -o) 2>/dev/null` in #(
17729   *posix*) :
17730     set -o posix ;; #(
17731   *) :
17732      ;;
17733 esac
17734 fi
17735
17736
17737 as_nl='
17738 '
17739 export as_nl
17740 # Printing a long string crashes Solaris 7 /usr/bin/printf.
17741 as_echo='\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\'
17742 as_echo=$as_echo$as_echo$as_echo$as_echo$as_echo
17743 as_echo=$as_echo$as_echo$as_echo$as_echo$as_echo$as_echo
17744 # Prefer a ksh shell builtin over an external printf program on Solaris,
17745 # but without wasting forks for bash or zsh.
17746 if test -z "$BASH_VERSION$ZSH_VERSION" \
17747     && (test "X`print -r -- $as_echo`" = "X$as_echo") 2>/dev/null; then
17748   as_echo='print -r --'
17749   as_echo_n='print -rn --'
17750 elif (test "X`printf %s $as_echo`" = "X$as_echo") 2>/dev/null; then
17751   as_echo='printf %s\n'
17752   as_echo_n='printf %s'
17753 else
17754   if test "X`(/usr/ucb/echo -n -n $as_echo) 2>/dev/null`" = "X-n $as_echo"; then
17755     as_echo_body='eval /usr/ucb/echo -n "$1$as_nl"'
17756     as_echo_n='/usr/ucb/echo -n'
17757   else
17758     as_echo_body='eval expr "X$1" : "X\\(.*\\)"'
17759     as_echo_n_body='eval
17760       arg=$1;
17761       case $arg in #(
17762       *"$as_nl"*)
17763         expr "X$arg" : "X\\(.*\\)$as_nl";
17764         arg=`expr "X$arg" : ".*$as_nl\\(.*\\)"`;;
17765       esac;
17766       expr "X$arg" : "X\\(.*\\)" | tr -d "$as_nl"
17767     '
17768     export as_echo_n_body
17769     as_echo_n='sh -c $as_echo_n_body as_echo'
17770   fi
17771   export as_echo_body
17772   as_echo='sh -c $as_echo_body as_echo'
17773 fi
17774
17775 # The user is always right.
17776 if test "${PATH_SEPARATOR+set}" != set; then
17777   PATH_SEPARATOR=:
17778   (PATH='/bin;/bin'; FPATH=$PATH; sh -c :) >/dev/null 2>&1 && {
17779     (PATH='/bin:/bin'; FPATH=$PATH; sh -c :) >/dev/null 2>&1 ||
17780       PATH_SEPARATOR=';'
17781   }
17782 fi
17783
17784
17785 # IFS
17786 # We need space, tab and new line, in precisely that order.  Quoting is
17787 # there to prevent editors from complaining about space-tab.
17788 # (If _AS_PATH_WALK were called with IFS unset, it would disable word
17789 # splitting by setting IFS to empty value.)
17790 IFS=" ""        $as_nl"
17791
17792 # Find who we are.  Look in the path if we contain no directory separator.
17793 case $0 in #((
17794   *[\\/]* ) as_myself=$0 ;;
17795   *) as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
17796 for as_dir in $PATH
17797 do
17798   IFS=$as_save_IFS
17799   test -z "$as_dir" && as_dir=.
17800     test -r "$as_dir/$0" && as_myself=$as_dir/$0 && break
17801   done
17802 IFS=$as_save_IFS
17803
17804      ;;
17805 esac
17806 # We did not find ourselves, most probably we were run as `sh COMMAND'
17807 # in which case we are not to be found in the path.
17808 if test "x$as_myself" = x; then
17809   as_myself=$0
17810 fi
17811 if test ! -f "$as_myself"; then
17812   $as_echo "$as_myself: error: cannot find myself; rerun with an absolute file name" >&2
17813   exit 1
17814 fi
17815
17816 # Unset variables that we do not need and which cause bugs (e.g. in
17817 # pre-3.0 UWIN ksh).  But do not cause bugs in bash 2.01; the "|| exit 1"
17818 # suppresses any "Segmentation fault" message there.  '((' could
17819 # trigger a bug in pdksh 5.2.14.
17820 for as_var in BASH_ENV ENV MAIL MAILPATH
17821 do eval test x\${$as_var+set} = xset \
17822   && ( (unset $as_var) || exit 1) >/dev/null 2>&1 && unset $as_var || :
17823 done
17824 PS1='$ '
17825 PS2='> '
17826 PS4='+ '
17827
17828 # NLS nuisances.
17829 LC_ALL=C
17830 export LC_ALL
17831 LANGUAGE=C
17832 export LANGUAGE
17833
17834 # CDPATH.
17835 (unset CDPATH) >/dev/null 2>&1 && unset CDPATH
17836
17837
17838 # as_fn_error ERROR [LINENO LOG_FD]
17839 # ---------------------------------
17840 # Output "`basename $0`: error: ERROR" to stderr. If LINENO and LOG_FD are
17841 # provided, also output the error to LOG_FD, referencing LINENO. Then exit the
17842 # script with status $?, using 1 if that was 0.
17843 as_fn_error ()
17844 {
17845   as_status=$?; test $as_status -eq 0 && as_status=1
17846   if test "$3"; then
17847     as_lineno=${as_lineno-"$2"} as_lineno_stack=as_lineno_stack=$as_lineno_stack
17848     $as_echo "$as_me:${as_lineno-$LINENO}: error: $1" >&$3
17849   fi
17850   $as_echo "$as_me: error: $1" >&2
17851   as_fn_exit $as_status
17852 } # as_fn_error
17853
17854
17855 # as_fn_set_status STATUS
17856 # -----------------------
17857 # Set $? to STATUS, without forking.
17858 as_fn_set_status ()
17859 {
17860   return $1
17861 } # as_fn_set_status
17862
17863 # as_fn_exit STATUS
17864 # -----------------
17865 # Exit the shell with STATUS, even in a "trap 0" or "set -e" context.
17866 as_fn_exit ()
17867 {
17868   set +e
17869   as_fn_set_status $1
17870   exit $1
17871 } # as_fn_exit
17872
17873 # as_fn_unset VAR
17874 # ---------------
17875 # Portably unset VAR.
17876 as_fn_unset ()
17877 {
17878   { eval $1=; unset $1;}
17879 }
17880 as_unset=as_fn_unset
17881 # as_fn_append VAR VALUE
17882 # ----------------------
17883 # Append the text in VALUE to the end of the definition contained in VAR. Take
17884 # advantage of any shell optimizations that allow amortized linear growth over
17885 # repeated appends, instead of the typical quadratic growth present in naive
17886 # implementations.
17887 if (eval "as_var=1; as_var+=2; test x\$as_var = x12") 2>/dev/null; then :
17888   eval 'as_fn_append ()
17889   {
17890     eval $1+=\$2
17891   }'
17892 else
17893   as_fn_append ()
17894   {
17895     eval $1=\$$1\$2
17896   }
17897 fi # as_fn_append
17898
17899 # as_fn_arith ARG...
17900 # ------------------
17901 # Perform arithmetic evaluation on the ARGs, and store the result in the
17902 # global $as_val. Take advantage of shells that can avoid forks. The arguments
17903 # must be portable across $(()) and expr.
17904 if (eval "test \$(( 1 + 1 )) = 2") 2>/dev/null; then :
17905   eval 'as_fn_arith ()
17906   {
17907     as_val=$(( $* ))
17908   }'
17909 else
17910   as_fn_arith ()
17911   {
17912     as_val=`expr "$@" || test $? -eq 1`
17913   }
17914 fi # as_fn_arith
17915
17916
17917 if expr a : '\(a\)' >/dev/null 2>&1 &&
17918    test "X`expr 00001 : '.*\(...\)'`" = X001; then
17919   as_expr=expr
17920 else
17921   as_expr=false
17922 fi
17923
17924 if (basename -- /) >/dev/null 2>&1 && test "X`basename -- / 2>&1`" = "X/"; then
17925   as_basename=basename
17926 else
17927   as_basename=false
17928 fi
17929
17930 if (as_dir=`dirname -- /` && test "X$as_dir" = X/) >/dev/null 2>&1; then
17931   as_dirname=dirname
17932 else
17933   as_dirname=false
17934 fi
17935
17936 as_me=`$as_basename -- "$0" ||
17937 $as_expr X/"$0" : '.*/\([^/][^/]*\)/*$' \| \
17938          X"$0" : 'X\(//\)$' \| \
17939          X"$0" : 'X\(/\)' \| . 2>/dev/null ||
17940 $as_echo X/"$0" |
17941     sed '/^.*\/\([^/][^/]*\)\/*$/{
17942             s//\1/
17943             q
17944           }
17945           /^X\/\(\/\/\)$/{
17946             s//\1/
17947             q
17948           }
17949           /^X\/\(\/\).*/{
17950             s//\1/
17951             q
17952           }
17953           s/.*/./; q'`
17954
17955 # Avoid depending upon Character Ranges.
17956 as_cr_letters='abcdefghijklmnopqrstuvwxyz'
17957 as_cr_LETTERS='ABCDEFGHIJKLMNOPQRSTUVWXYZ'
17958 as_cr_Letters=$as_cr_letters$as_cr_LETTERS
17959 as_cr_digits='0123456789'
17960 as_cr_alnum=$as_cr_Letters$as_cr_digits
17961
17962 ECHO_C= ECHO_N= ECHO_T=
17963 case `echo -n x` in #(((((
17964 -n*)
17965   case `echo 'xy\c'` in
17966   *c*) ECHO_T=' ';;     # ECHO_T is single tab character.
17967   xy)  ECHO_C='\c';;
17968   *)   echo `echo ksh88 bug on AIX 6.1` > /dev/null
17969        ECHO_T=' ';;
17970   esac;;
17971 *)
17972   ECHO_N='-n';;
17973 esac
17974
17975 rm -f conf$$ conf$$.exe conf$$.file
17976 if test -d conf$$.dir; then
17977   rm -f conf$$.dir/conf$$.file
17978 else
17979   rm -f conf$$.dir
17980   mkdir conf$$.dir 2>/dev/null
17981 fi
17982 if (echo >conf$$.file) 2>/dev/null; then
17983   if ln -s conf$$.file conf$$ 2>/dev/null; then
17984     as_ln_s='ln -s'
17985     # ... but there are two gotchas:
17986     # 1) On MSYS, both `ln -s file dir' and `ln file dir' fail.
17987     # 2) DJGPP < 2.04 has no symlinks; `ln -s' creates a wrapper executable.
17988     # In both cases, we have to default to `cp -p'.
17989     ln -s conf$$.file conf$$.dir 2>/dev/null && test ! -f conf$$.exe ||
17990       as_ln_s='cp -p'
17991   elif ln conf$$.file conf$$ 2>/dev/null; then
17992     as_ln_s=ln
17993   else
17994     as_ln_s='cp -p'
17995   fi
17996 else
17997   as_ln_s='cp -p'
17998 fi
17999 rm -f conf$$ conf$$.exe conf$$.dir/conf$$.file conf$$.file
18000 rmdir conf$$.dir 2>/dev/null
18001
18002
18003 # as_fn_mkdir_p
18004 # -------------
18005 # Create "$as_dir" as a directory, including parents if necessary.
18006 as_fn_mkdir_p ()
18007 {
18008
18009   case $as_dir in #(
18010   -*) as_dir=./$as_dir;;
18011   esac
18012   test -d "$as_dir" || eval $as_mkdir_p || {
18013     as_dirs=
18014     while :; do
18015       case $as_dir in #(
18016       *\'*) as_qdir=`$as_echo "$as_dir" | sed "s/'/'\\\\\\\\''/g"`;; #'(
18017       *) as_qdir=$as_dir;;
18018       esac
18019       as_dirs="'$as_qdir' $as_dirs"
18020       as_dir=`$as_dirname -- "$as_dir" ||
18021 $as_expr X"$as_dir" : 'X\(.*[^/]\)//*[^/][^/]*/*$' \| \
18022          X"$as_dir" : 'X\(//\)[^/]' \| \
18023          X"$as_dir" : 'X\(//\)$' \| \
18024          X"$as_dir" : 'X\(/\)' \| . 2>/dev/null ||
18025 $as_echo X"$as_dir" |
18026     sed '/^X\(.*[^/]\)\/\/*[^/][^/]*\/*$/{
18027             s//\1/
18028             q
18029           }
18030           /^X\(\/\/\)[^/].*/{
18031             s//\1/
18032             q
18033           }
18034           /^X\(\/\/\)$/{
18035             s//\1/
18036             q
18037           }
18038           /^X\(\/\).*/{
18039             s//\1/
18040             q
18041           }
18042           s/.*/./; q'`
18043       test -d "$as_dir" && break
18044     done
18045     test -z "$as_dirs" || eval "mkdir $as_dirs"
18046   } || test -d "$as_dir" || as_fn_error "cannot create directory $as_dir"
18047
18048
18049 } # as_fn_mkdir_p
18050 if mkdir -p . 2>/dev/null; then
18051   as_mkdir_p='mkdir -p "$as_dir"'
18052 else
18053   test -d ./-p && rmdir ./-p
18054   as_mkdir_p=false
18055 fi
18056
18057 if test -x / >/dev/null 2>&1; then
18058   as_test_x='test -x'
18059 else
18060   if ls -dL / >/dev/null 2>&1; then
18061     as_ls_L_option=L
18062   else
18063     as_ls_L_option=
18064   fi
18065   as_test_x='
18066     eval sh -c '\''
18067       if test -d "$1"; then
18068         test -d "$1/.";
18069       else
18070         case $1 in #(
18071         -*)set "./$1";;
18072         esac;
18073         case `ls -ld'$as_ls_L_option' "$1" 2>/dev/null` in #((
18074         ???[sx]*):;;*)false;;esac;fi
18075     '\'' sh
18076   '
18077 fi
18078 as_executable_p=$as_test_x
18079
18080 # Sed expression to map a string onto a valid CPP name.
18081 as_tr_cpp="eval sed 'y%*$as_cr_letters%P$as_cr_LETTERS%;s%[^_$as_cr_alnum]%_%g'"
18082
18083 # Sed expression to map a string onto a valid variable name.
18084 as_tr_sh="eval sed 'y%*+%pp%;s%[^_$as_cr_alnum]%_%g'"
18085
18086
18087 exec 6>&1
18088 ## ----------------------------------- ##
18089 ## Main body of $CONFIG_STATUS script. ##
18090 ## ----------------------------------- ##
18091 _ASEOF
18092 test $as_write_fail = 0 && chmod +x $CONFIG_STATUS || ac_write_fail=1
18093
18094 cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1
18095 # Save the log message, to keep $0 and so on meaningful, and to
18096 # report actual input values of CONFIG_FILES etc. instead of their
18097 # values after options handling.
18098 ac_log="
18099 This file was extended by Wine $as_me 1.1.27, which was
18100 generated by GNU Autoconf 2.64.  Invocation command line was
18101
18102   CONFIG_FILES    = $CONFIG_FILES
18103   CONFIG_HEADERS  = $CONFIG_HEADERS
18104   CONFIG_LINKS    = $CONFIG_LINKS
18105   CONFIG_COMMANDS = $CONFIG_COMMANDS
18106   $ $0 $@
18107
18108 on `(hostname || uname -n) 2>/dev/null | sed 1q`
18109 "
18110
18111 _ACEOF
18112
18113 case $ac_config_files in *"
18114 "*) set x $ac_config_files; shift; ac_config_files=$*;;
18115 esac
18116
18117 case $ac_config_headers in *"
18118 "*) set x $ac_config_headers; shift; ac_config_headers=$*;;
18119 esac
18120
18121
18122 cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1
18123 # Files that config.status was made for.
18124 config_files="$ac_config_files"
18125 config_headers="$ac_config_headers"
18126 config_commands="$ac_config_commands"
18127
18128 _ACEOF
18129
18130 cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1
18131 ac_cs_usage="\
18132 \`$as_me' instantiates files and other configuration actions
18133 from templates according to the current configuration.  Unless the files
18134 and actions are specified as TAGs, all are instantiated by default.
18135
18136 Usage: $0 [OPTION]... [TAG]...
18137
18138   -h, --help       print this help, then exit
18139   -V, --version    print version number and configuration settings, then exit
18140   -q, --quiet, --silent
18141                    do not print progress messages
18142   -d, --debug      don't remove temporary files
18143       --recheck    update $as_me by reconfiguring in the same conditions
18144       --file=FILE[:TEMPLATE]
18145                    instantiate the configuration file FILE
18146       --header=FILE[:TEMPLATE]
18147                    instantiate the configuration header FILE
18148
18149 Configuration files:
18150 $config_files
18151
18152 Configuration headers:
18153 $config_headers
18154
18155 Configuration commands:
18156 $config_commands
18157
18158 Report bugs to <wine-devel@winehq.org>.
18159 Wine home page: <http://www.winehq.org>."
18160
18161 _ACEOF
18162 cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1
18163 ac_cs_version="\\
18164 Wine config.status 1.1.27
18165 configured by $0, generated by GNU Autoconf 2.64,
18166   with options \\"`$as_echo "$ac_configure_args" | sed 's/^ //; s/[\\""\`\$]/\\\\&/g'`\\"
18167
18168 Copyright (C) 2009 Free Software Foundation, Inc.
18169 This config.status script is free software; the Free Software Foundation
18170 gives unlimited permission to copy, distribute and modify it."
18171
18172 ac_pwd='$ac_pwd'
18173 srcdir='$srcdir'
18174 INSTALL='$INSTALL'
18175 test -n "\$AWK" || AWK=awk
18176 _ACEOF
18177
18178 cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1
18179 # The default lists apply if the user does not specify any file.
18180 ac_need_defaults=:
18181 while test $# != 0
18182 do
18183   case $1 in
18184   --*=*)
18185     ac_option=`expr "X$1" : 'X\([^=]*\)='`
18186     ac_optarg=`expr "X$1" : 'X[^=]*=\(.*\)'`
18187     ac_shift=:
18188     ;;
18189   *)
18190     ac_option=$1
18191     ac_optarg=$2
18192     ac_shift=shift
18193     ;;
18194   esac
18195
18196   case $ac_option in
18197   # Handling of the options.
18198   -recheck | --recheck | --rechec | --reche | --rech | --rec | --re | --r)
18199     ac_cs_recheck=: ;;
18200   --version | --versio | --versi | --vers | --ver | --ve | --v | -V )
18201     $as_echo "$ac_cs_version"; exit ;;
18202   --debug | --debu | --deb | --de | --d | -d )
18203     debug=: ;;
18204   --file | --fil | --fi | --f )
18205     $ac_shift
18206     case $ac_optarg in
18207     *\'*) ac_optarg=`$as_echo "$ac_optarg" | sed "s/'/'\\\\\\\\''/g"` ;;
18208     esac
18209     as_fn_append CONFIG_FILES " '$ac_optarg'"
18210     ac_need_defaults=false;;
18211   --header | --heade | --head | --hea )
18212     $ac_shift
18213     case $ac_optarg in
18214     *\'*) ac_optarg=`$as_echo "$ac_optarg" | sed "s/'/'\\\\\\\\''/g"` ;;
18215     esac
18216     as_fn_append CONFIG_HEADERS " '$ac_optarg'"
18217     ac_need_defaults=false;;
18218   --he | --h)
18219     # Conflict between --help and --header
18220     as_fn_error "ambiguous option: \`$1'
18221 Try \`$0 --help' for more information.";;
18222   --help | --hel | -h )
18223     $as_echo "$ac_cs_usage"; exit ;;
18224   -q | -quiet | --quiet | --quie | --qui | --qu | --q \
18225   | -silent | --silent | --silen | --sile | --sil | --si | --s)
18226     ac_cs_silent=: ;;
18227
18228   # This is an error.
18229   -*) as_fn_error "unrecognized option: \`$1'
18230 Try \`$0 --help' for more information." ;;
18231
18232   *) as_fn_append ac_config_targets " $1"
18233      ac_need_defaults=false ;;
18234
18235   esac
18236   shift
18237 done
18238
18239 ac_configure_extra_args=
18240
18241 if $ac_cs_silent; then
18242   exec 6>/dev/null
18243   ac_configure_extra_args="$ac_configure_extra_args --silent"
18244 fi
18245
18246 _ACEOF
18247 cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1
18248 if \$ac_cs_recheck; then
18249   set X '$SHELL' '$0' $ac_configure_args \$ac_configure_extra_args --no-create --no-recursion
18250   shift
18251   \$as_echo "running CONFIG_SHELL=$SHELL \$*" >&6
18252   CONFIG_SHELL='$SHELL'
18253   export CONFIG_SHELL
18254   exec "\$@"
18255 fi
18256
18257 _ACEOF
18258 cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1
18259 exec 5>>config.log
18260 {
18261   echo
18262   sed 'h;s/./-/g;s/^.../## /;s/...$/ ##/;p;x;p;x' <<_ASBOX
18263 ## Running $as_me. ##
18264 _ASBOX
18265   $as_echo "$ac_log"
18266 } >&5
18267
18268 _ACEOF
18269 cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1
18270 _ACEOF
18271
18272 cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1
18273
18274 # Handling of arguments.
18275 for ac_config_target in $ac_config_targets
18276 do
18277   case $ac_config_target in
18278     "include/config.h") CONFIG_HEADERS="$CONFIG_HEADERS include/config.h" ;;
18279     "include/stamp-h") CONFIG_COMMANDS="$CONFIG_COMMANDS include/stamp-h" ;;
18280     "dlls/gdi32/enhmfdrv") CONFIG_COMMANDS="$CONFIG_COMMANDS dlls/gdi32/enhmfdrv" ;;
18281     "dlls/gdi32/mfdrv") CONFIG_COMMANDS="$CONFIG_COMMANDS dlls/gdi32/mfdrv" ;;
18282     "dlls/kernel32/nls") CONFIG_COMMANDS="$CONFIG_COMMANDS dlls/kernel32/nls" ;;
18283     "dlls/user32/resources") CONFIG_COMMANDS="$CONFIG_COMMANDS dlls/user32/resources" ;;
18284     "dlls/wineps.drv/data") CONFIG_COMMANDS="$CONFIG_COMMANDS dlls/wineps.drv/data" ;;
18285     "include/wine") CONFIG_COMMANDS="$CONFIG_COMMANDS include/wine" ;;
18286     "Make.rules") CONFIG_FILES="$CONFIG_FILES Make.rules" ;;
18287     "dlls/Makedll.rules") CONFIG_FILES="$CONFIG_FILES dlls/Makedll.rules" ;;
18288     "dlls/Makeimplib.rules") CONFIG_FILES="$CONFIG_FILES dlls/Makeimplib.rules" ;;
18289     "dlls/Maketest.rules") CONFIG_FILES="$CONFIG_FILES dlls/Maketest.rules" ;;
18290     "programs/Makeprog.rules") CONFIG_FILES="$CONFIG_FILES programs/Makeprog.rules" ;;
18291     "Makefile") CONFIG_FILES="$CONFIG_FILES Makefile" ;;
18292     "dlls/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/Makefile" ;;
18293     "dlls/acledit/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/acledit/Makefile" ;;
18294     "dlls/aclui/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/aclui/Makefile" ;;
18295     "dlls/activeds/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/activeds/Makefile" ;;
18296     "dlls/actxprxy/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/actxprxy/Makefile" ;;
18297     "dlls/adsiid/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/adsiid/Makefile" ;;
18298     "dlls/advapi32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/advapi32/Makefile" ;;
18299     "dlls/advapi32/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/advapi32/tests/Makefile" ;;
18300     "dlls/advpack/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/advpack/Makefile" ;;
18301     "dlls/advpack/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/advpack/tests/Makefile" ;;
18302     "dlls/amstream/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/amstream/Makefile" ;;
18303     "dlls/amstream/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/amstream/tests/Makefile" ;;
18304     "dlls/appwiz.cpl/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/appwiz.cpl/Makefile" ;;
18305     "dlls/atl/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/atl/Makefile" ;;
18306     "dlls/authz/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/authz/Makefile" ;;
18307     "dlls/avicap32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/avicap32/Makefile" ;;
18308     "dlls/avifil32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/avifil32/Makefile" ;;
18309     "dlls/avifile.dll16/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/avifile.dll16/Makefile" ;;
18310     "dlls/bcrypt/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/bcrypt/Makefile" ;;
18311     "dlls/browseui/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/browseui/Makefile" ;;
18312     "dlls/browseui/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/browseui/tests/Makefile" ;;
18313     "dlls/cabinet/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/cabinet/Makefile" ;;
18314     "dlls/cabinet/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/cabinet/tests/Makefile" ;;
18315     "dlls/capi2032/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/capi2032/Makefile" ;;
18316     "dlls/cards/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/cards/Makefile" ;;
18317     "dlls/cfgmgr32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/cfgmgr32/Makefile" ;;
18318     "dlls/clusapi/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/clusapi/Makefile" ;;
18319     "dlls/comcat/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/comcat/Makefile" ;;
18320     "dlls/comcat/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/comcat/tests/Makefile" ;;
18321     "dlls/comctl32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/comctl32/Makefile" ;;
18322     "dlls/comctl32/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/comctl32/tests/Makefile" ;;
18323     "dlls/comdlg32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/comdlg32/Makefile" ;;
18324     "dlls/comdlg32/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/comdlg32/tests/Makefile" ;;
18325     "dlls/comm.drv16/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/comm.drv16/Makefile" ;;
18326     "dlls/compobj.dll16/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/compobj.dll16/Makefile" ;;
18327     "dlls/compstui/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/compstui/Makefile" ;;
18328     "dlls/credui/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/credui/Makefile" ;;
18329     "dlls/credui/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/credui/tests/Makefile" ;;
18330     "dlls/crtdll/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/crtdll/Makefile" ;;
18331     "dlls/crypt32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/crypt32/Makefile" ;;
18332     "dlls/crypt32/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/crypt32/tests/Makefile" ;;
18333     "dlls/cryptdlg/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/cryptdlg/Makefile" ;;
18334     "dlls/cryptdll/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/cryptdll/Makefile" ;;
18335     "dlls/cryptnet/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/cryptnet/Makefile" ;;
18336     "dlls/cryptnet/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/cryptnet/tests/Makefile" ;;
18337     "dlls/cryptui/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/cryptui/Makefile" ;;
18338     "dlls/cryptui/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/cryptui/tests/Makefile" ;;
18339     "dlls/ctapi32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/ctapi32/Makefile" ;;
18340     "dlls/ctl3d.dll16/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/ctl3d.dll16/Makefile" ;;
18341     "dlls/ctl3d32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/ctl3d32/Makefile" ;;
18342     "dlls/ctl3dv2.dll16/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/ctl3dv2.dll16/Makefile" ;;
18343     "dlls/d3d10/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/d3d10/Makefile" ;;
18344     "dlls/d3d10/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/d3d10/tests/Makefile" ;;
18345     "dlls/d3d10core/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/d3d10core/Makefile" ;;
18346     "dlls/d3d10core/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/d3d10core/tests/Makefile" ;;
18347     "dlls/d3d8/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/d3d8/Makefile" ;;
18348     "dlls/d3d8/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/d3d8/tests/Makefile" ;;
18349     "dlls/d3d9/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/d3d9/Makefile" ;;
18350     "dlls/d3d9/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/d3d9/tests/Makefile" ;;
18351     "dlls/d3dim/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/d3dim/Makefile" ;;
18352     "dlls/d3drm/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/d3drm/Makefile" ;;
18353     "dlls/d3drm/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/d3drm/tests/Makefile" ;;
18354     "dlls/d3dx9_24/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/d3dx9_24/Makefile" ;;
18355     "dlls/d3dx9_25/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/d3dx9_25/Makefile" ;;
18356     "dlls/d3dx9_26/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/d3dx9_26/Makefile" ;;
18357     "dlls/d3dx9_27/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/d3dx9_27/Makefile" ;;
18358     "dlls/d3dx9_28/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/d3dx9_28/Makefile" ;;
18359     "dlls/d3dx9_29/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/d3dx9_29/Makefile" ;;
18360     "dlls/d3dx9_30/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/d3dx9_30/Makefile" ;;
18361     "dlls/d3dx9_31/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/d3dx9_31/Makefile" ;;
18362     "dlls/d3dx9_32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/d3dx9_32/Makefile" ;;
18363     "dlls/d3dx9_33/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/d3dx9_33/Makefile" ;;
18364     "dlls/d3dx9_34/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/d3dx9_34/Makefile" ;;
18365     "dlls/d3dx9_35/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/d3dx9_35/Makefile" ;;
18366     "dlls/d3dx9_36/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/d3dx9_36/Makefile" ;;
18367     "dlls/d3dx9_36/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/d3dx9_36/tests/Makefile" ;;
18368     "dlls/d3dx9_37/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/d3dx9_37/Makefile" ;;
18369     "dlls/d3dx9_38/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/d3dx9_38/Makefile" ;;
18370     "dlls/d3dx9_39/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/d3dx9_39/Makefile" ;;
18371     "dlls/d3dx9_40/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/d3dx9_40/Makefile" ;;
18372     "dlls/d3dx9_41/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/d3dx9_41/Makefile" ;;
18373     "dlls/d3dxof/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/d3dxof/Makefile" ;;
18374     "dlls/d3dxof/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/d3dxof/tests/Makefile" ;;
18375     "dlls/dbghelp/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/dbghelp/Makefile" ;;
18376     "dlls/dciman32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/dciman32/Makefile" ;;
18377     "dlls/ddeml.dll16/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/ddeml.dll16/Makefile" ;;
18378     "dlls/ddraw/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/ddraw/Makefile" ;;
18379     "dlls/ddraw/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/ddraw/tests/Makefile" ;;
18380     "dlls/ddrawex/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/ddrawex/Makefile" ;;
18381     "dlls/ddrawex/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/ddrawex/tests/Makefile" ;;
18382     "dlls/devenum/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/devenum/Makefile" ;;
18383     "dlls/dinput/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/dinput/Makefile" ;;
18384     "dlls/dinput/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/dinput/tests/Makefile" ;;
18385     "dlls/dinput8/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/dinput8/Makefile" ;;
18386     "dlls/dispdib.dll16/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/dispdib.dll16/Makefile" ;;
18387     "dlls/display.drv16/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/display.drv16/Makefile" ;;
18388     "dlls/dmband/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/dmband/Makefile" ;;
18389     "dlls/dmcompos/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/dmcompos/Makefile" ;;
18390     "dlls/dmime/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/dmime/Makefile" ;;
18391     "dlls/dmloader/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/dmloader/Makefile" ;;
18392     "dlls/dmscript/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/dmscript/Makefile" ;;
18393     "dlls/dmstyle/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/dmstyle/Makefile" ;;
18394     "dlls/dmsynth/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/dmsynth/Makefile" ;;
18395     "dlls/dmusic/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/dmusic/Makefile" ;;
18396     "dlls/dmusic32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/dmusic32/Makefile" ;;
18397     "dlls/dnsapi/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/dnsapi/Makefile" ;;
18398     "dlls/dnsapi/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/dnsapi/tests/Makefile" ;;
18399     "dlls/dplay/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/dplay/Makefile" ;;
18400     "dlls/dplayx/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/dplayx/Makefile" ;;
18401     "dlls/dplayx/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/dplayx/tests/Makefile" ;;
18402     "dlls/dpnaddr/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/dpnaddr/Makefile" ;;
18403     "dlls/dpnet/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/dpnet/Makefile" ;;
18404     "dlls/dpnhpast/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/dpnhpast/Makefile" ;;
18405     "dlls/dpnlobby/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/dpnlobby/Makefile" ;;
18406     "dlls/dpwsockx/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/dpwsockx/Makefile" ;;
18407     "dlls/drmclien/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/drmclien/Makefile" ;;
18408     "dlls/dsound/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/dsound/Makefile" ;;
18409     "dlls/dsound/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/dsound/tests/Makefile" ;;
18410     "dlls/dssenh/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/dssenh/Makefile" ;;
18411     "dlls/dswave/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/dswave/Makefile" ;;
18412     "dlls/dwmapi/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/dwmapi/Makefile" ;;
18413     "dlls/dxdiagn/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/dxdiagn/Makefile" ;;
18414     "dlls/dxerr8/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/dxerr8/Makefile" ;;
18415     "dlls/dxerr9/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/dxerr9/Makefile" ;;
18416     "dlls/dxgi/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/dxgi/Makefile" ;;
18417     "dlls/dxgi/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/dxgi/tests/Makefile" ;;
18418     "dlls/dxguid/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/dxguid/Makefile" ;;
18419     "dlls/faultrep/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/faultrep/Makefile" ;;
18420     "dlls/fusion/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/fusion/Makefile" ;;
18421     "dlls/fusion/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/fusion/tests/Makefile" ;;
18422     "dlls/gdi32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/gdi32/Makefile" ;;
18423     "dlls/gdi32/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/gdi32/tests/Makefile" ;;
18424     "dlls/gdiplus/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/gdiplus/Makefile" ;;
18425     "dlls/gdiplus/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/gdiplus/tests/Makefile" ;;
18426     "dlls/glu32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/glu32/Makefile" ;;
18427     "dlls/gphoto2.ds/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/gphoto2.ds/Makefile" ;;
18428     "dlls/gpkcsp/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/gpkcsp/Makefile" ;;
18429     "dlls/hal/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/hal/Makefile" ;;
18430     "dlls/hhctrl.ocx/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/hhctrl.ocx/Makefile" ;;
18431     "dlls/hid/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/hid/Makefile" ;;
18432     "dlls/hlink/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/hlink/Makefile" ;;
18433     "dlls/hlink/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/hlink/tests/Makefile" ;;
18434     "dlls/hnetcfg/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/hnetcfg/Makefile" ;;
18435     "dlls/httpapi/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/httpapi/Makefile" ;;
18436     "dlls/iccvid/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/iccvid/Makefile" ;;
18437     "dlls/icmp/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/icmp/Makefile" ;;
18438     "dlls/ifsmgr.vxd/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/ifsmgr.vxd/Makefile" ;;
18439     "dlls/imaadp32.acm/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/imaadp32.acm/Makefile" ;;
18440     "dlls/imagehlp/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/imagehlp/Makefile" ;;
18441     "dlls/imm.dll16/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/imm.dll16/Makefile" ;;
18442     "dlls/imm32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/imm32/Makefile" ;;
18443     "dlls/imm32/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/imm32/tests/Makefile" ;;
18444     "dlls/inetcomm/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/inetcomm/Makefile" ;;
18445     "dlls/inetcomm/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/inetcomm/tests/Makefile" ;;
18446     "dlls/inetmib1/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/inetmib1/Makefile" ;;
18447     "dlls/inetmib1/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/inetmib1/tests/Makefile" ;;
18448     "dlls/infosoft/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/infosoft/Makefile" ;;
18449     "dlls/infosoft/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/infosoft/tests/Makefile" ;;
18450     "dlls/initpki/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/initpki/Makefile" ;;
18451     "dlls/inkobj/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/inkobj/Makefile" ;;
18452     "dlls/inseng/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/inseng/Makefile" ;;
18453     "dlls/iphlpapi/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/iphlpapi/Makefile" ;;
18454     "dlls/iphlpapi/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/iphlpapi/tests/Makefile" ;;
18455     "dlls/itircl/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/itircl/Makefile" ;;
18456     "dlls/itss/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/itss/Makefile" ;;
18457     "dlls/itss/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/itss/tests/Makefile" ;;
18458     "dlls/jscript/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/jscript/Makefile" ;;
18459     "dlls/jscript/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/jscript/tests/Makefile" ;;
18460     "dlls/kernel32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/kernel32/Makefile" ;;
18461     "dlls/kernel32/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/kernel32/tests/Makefile" ;;
18462     "dlls/keyboard.drv16/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/keyboard.drv16/Makefile" ;;
18463     "dlls/loadperf/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/loadperf/Makefile" ;;
18464     "dlls/localspl/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/localspl/Makefile" ;;
18465     "dlls/localspl/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/localspl/tests/Makefile" ;;
18466     "dlls/localui/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/localui/Makefile" ;;
18467     "dlls/localui/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/localui/tests/Makefile" ;;
18468     "dlls/lz32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/lz32/Makefile" ;;
18469     "dlls/lz32/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/lz32/tests/Makefile" ;;
18470     "dlls/lzexpand.dll16/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/lzexpand.dll16/Makefile" ;;
18471     "dlls/mapi32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/mapi32/Makefile" ;;
18472     "dlls/mapi32/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/mapi32/tests/Makefile" ;;
18473     "dlls/mciavi32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/mciavi32/Makefile" ;;
18474     "dlls/mcicda/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/mcicda/Makefile" ;;
18475     "dlls/mciqtz32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/mciqtz32/Makefile" ;;
18476     "dlls/mciseq/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/mciseq/Makefile" ;;
18477     "dlls/mciwave/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/mciwave/Makefile" ;;
18478     "dlls/midimap/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/midimap/Makefile" ;;
18479     "dlls/mlang/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/mlang/Makefile" ;;
18480     "dlls/mlang/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/mlang/tests/Makefile" ;;
18481     "dlls/mmdevldr.vxd/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/mmdevldr.vxd/Makefile" ;;
18482     "dlls/monodebg.vxd/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/monodebg.vxd/Makefile" ;;
18483     "dlls/mountmgr.sys/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/mountmgr.sys/Makefile" ;;
18484     "dlls/mouse.drv16/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/mouse.drv16/Makefile" ;;
18485     "dlls/mpr/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/mpr/Makefile" ;;
18486     "dlls/mprapi/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/mprapi/Makefile" ;;
18487     "dlls/msacm.dll16/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/msacm.dll16/Makefile" ;;
18488     "dlls/msacm32.drv/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/msacm32.drv/Makefile" ;;
18489     "dlls/msacm32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/msacm32/Makefile" ;;
18490     "dlls/msacm32/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/msacm32/tests/Makefile" ;;
18491     "dlls/msadp32.acm/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/msadp32.acm/Makefile" ;;
18492     "dlls/mscat32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/mscat32/Makefile" ;;
18493     "dlls/mscms/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/mscms/Makefile" ;;
18494     "dlls/mscms/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/mscms/tests/Makefile" ;;
18495     "dlls/mscoree/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/mscoree/Makefile" ;;
18496     "dlls/msctf/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/msctf/Makefile" ;;
18497     "dlls/msctf/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/msctf/tests/Makefile" ;;
18498     "dlls/msdaps/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/msdaps/Makefile" ;;
18499     "dlls/msdmo/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/msdmo/Makefile" ;;
18500     "dlls/msftedit/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/msftedit/Makefile" ;;
18501     "dlls/msg711.acm/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/msg711.acm/Makefile" ;;
18502     "dlls/msgsm32.acm/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/msgsm32.acm/Makefile" ;;
18503     "dlls/mshtml.tlb/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/mshtml.tlb/Makefile" ;;
18504     "dlls/mshtml/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/mshtml/Makefile" ;;
18505     "dlls/mshtml/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/mshtml/tests/Makefile" ;;
18506     "dlls/msi/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/msi/Makefile" ;;
18507     "dlls/msi/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/msi/tests/Makefile" ;;
18508     "dlls/msimg32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/msimg32/Makefile" ;;
18509     "dlls/msimtf/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/msimtf/Makefile" ;;
18510     "dlls/msisip/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/msisip/Makefile" ;;
18511     "dlls/msisys.ocx/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/msisys.ocx/Makefile" ;;
18512     "dlls/msnet32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/msnet32/Makefile" ;;
18513     "dlls/msrle32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/msrle32/Makefile" ;;
18514     "dlls/mssign32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/mssign32/Makefile" ;;
18515     "dlls/mssip32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/mssip32/Makefile" ;;
18516     "dlls/mstask/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/mstask/Makefile" ;;
18517     "dlls/mstask/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/mstask/tests/Makefile" ;;
18518     "dlls/msvcirt/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/msvcirt/Makefile" ;;
18519     "dlls/msvcr71/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/msvcr71/Makefile" ;;
18520     "dlls/msvcrt/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/msvcrt/Makefile" ;;
18521     "dlls/msvcrt/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/msvcrt/tests/Makefile" ;;
18522     "dlls/msvcrt20/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/msvcrt20/Makefile" ;;
18523     "dlls/msvcrt40/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/msvcrt40/Makefile" ;;
18524     "dlls/msvcrtd/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/msvcrtd/Makefile" ;;
18525     "dlls/msvcrtd/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/msvcrtd/tests/Makefile" ;;
18526     "dlls/msvfw32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/msvfw32/Makefile" ;;
18527     "dlls/msvfw32/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/msvfw32/tests/Makefile" ;;
18528     "dlls/msvidc32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/msvidc32/Makefile" ;;
18529     "dlls/msvideo.dll16/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/msvideo.dll16/Makefile" ;;
18530     "dlls/mswsock/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/mswsock/Makefile" ;;
18531     "dlls/msxml3/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/msxml3/Makefile" ;;
18532     "dlls/msxml3/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/msxml3/tests/Makefile" ;;
18533     "dlls/nddeapi/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/nddeapi/Makefile" ;;
18534     "dlls/netapi32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/netapi32/Makefile" ;;
18535     "dlls/netapi32/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/netapi32/tests/Makefile" ;;
18536     "dlls/newdev/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/newdev/Makefile" ;;
18537     "dlls/ntdll/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/ntdll/Makefile" ;;
18538     "dlls/ntdll/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/ntdll/tests/Makefile" ;;
18539     "dlls/ntdsapi/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/ntdsapi/Makefile" ;;
18540     "dlls/ntdsapi/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/ntdsapi/tests/Makefile" ;;
18541     "dlls/ntoskrnl.exe/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/ntoskrnl.exe/Makefile" ;;
18542     "dlls/ntprint/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/ntprint/Makefile" ;;
18543     "dlls/ntprint/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/ntprint/tests/Makefile" ;;
18544     "dlls/objsel/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/objsel/Makefile" ;;
18545     "dlls/odbc32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/odbc32/Makefile" ;;
18546     "dlls/odbccp32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/odbccp32/Makefile" ;;
18547     "dlls/odbccp32/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/odbccp32/tests/Makefile" ;;
18548     "dlls/ole2.dll16/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/ole2.dll16/Makefile" ;;
18549     "dlls/ole2conv.dll16/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/ole2conv.dll16/Makefile" ;;
18550     "dlls/ole2disp.dll16/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/ole2disp.dll16/Makefile" ;;
18551     "dlls/ole2nls.dll16/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/ole2nls.dll16/Makefile" ;;
18552     "dlls/ole2prox.dll16/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/ole2prox.dll16/Makefile" ;;
18553     "dlls/ole2thk.dll16/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/ole2thk.dll16/Makefile" ;;
18554     "dlls/ole32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/ole32/Makefile" ;;
18555     "dlls/ole32/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/ole32/tests/Makefile" ;;
18556     "dlls/oleacc/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/oleacc/Makefile" ;;
18557     "dlls/oleacc/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/oleacc/tests/Makefile" ;;
18558     "dlls/oleaut32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/oleaut32/Makefile" ;;
18559     "dlls/oleaut32/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/oleaut32/tests/Makefile" ;;
18560     "dlls/olecli.dll16/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/olecli.dll16/Makefile" ;;
18561     "dlls/olecli32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/olecli32/Makefile" ;;
18562     "dlls/oledlg/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/oledlg/Makefile" ;;
18563     "dlls/olepro32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/olepro32/Makefile" ;;
18564     "dlls/olesvr.dll16/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/olesvr.dll16/Makefile" ;;
18565     "dlls/olesvr32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/olesvr32/Makefile" ;;
18566     "dlls/olethk32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/olethk32/Makefile" ;;
18567     "dlls/opengl32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/opengl32/Makefile" ;;
18568     "dlls/opengl32/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/opengl32/tests/Makefile" ;;
18569     "dlls/pdh/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/pdh/Makefile" ;;
18570     "dlls/pdh/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/pdh/tests/Makefile" ;;
18571     "dlls/pidgen/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/pidgen/Makefile" ;;
18572     "dlls/powrprof/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/powrprof/Makefile" ;;
18573     "dlls/printui/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/printui/Makefile" ;;
18574     "dlls/propsys/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/propsys/Makefile" ;;
18575     "dlls/psapi/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/psapi/Makefile" ;;
18576     "dlls/psapi/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/psapi/tests/Makefile" ;;
18577     "dlls/pstorec/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/pstorec/Makefile" ;;
18578     "dlls/qcap/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/qcap/Makefile" ;;
18579     "dlls/qedit/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/qedit/Makefile" ;;
18580     "dlls/qedit/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/qedit/tests/Makefile" ;;
18581     "dlls/qmgr/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/qmgr/Makefile" ;;
18582     "dlls/qmgr/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/qmgr/tests/Makefile" ;;
18583     "dlls/qmgrprxy/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/qmgrprxy/Makefile" ;;
18584     "dlls/quartz/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/quartz/Makefile" ;;
18585     "dlls/quartz/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/quartz/tests/Makefile" ;;
18586     "dlls/query/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/query/Makefile" ;;
18587     "dlls/rasapi16.dll16/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/rasapi16.dll16/Makefile" ;;
18588     "dlls/rasapi32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/rasapi32/Makefile" ;;
18589     "dlls/rasapi32/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/rasapi32/tests/Makefile" ;;
18590     "dlls/rasdlg/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/rasdlg/Makefile" ;;
18591     "dlls/resutils/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/resutils/Makefile" ;;
18592     "dlls/riched20/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/riched20/Makefile" ;;
18593     "dlls/riched20/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/riched20/tests/Makefile" ;;
18594     "dlls/riched32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/riched32/Makefile" ;;
18595     "dlls/riched32/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/riched32/tests/Makefile" ;;
18596     "dlls/rpcrt4/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/rpcrt4/Makefile" ;;
18597     "dlls/rpcrt4/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/rpcrt4/tests/Makefile" ;;
18598     "dlls/rsabase/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/rsabase/Makefile" ;;
18599     "dlls/rsaenh/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/rsaenh/Makefile" ;;
18600     "dlls/rsaenh/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/rsaenh/tests/Makefile" ;;
18601     "dlls/rtutils/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/rtutils/Makefile" ;;
18602     "dlls/sane.ds/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/sane.ds/Makefile" ;;
18603     "dlls/sccbase/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/sccbase/Makefile" ;;
18604     "dlls/schannel/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/schannel/Makefile" ;;
18605     "dlls/schannel/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/schannel/tests/Makefile" ;;
18606     "dlls/secur32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/secur32/Makefile" ;;
18607     "dlls/secur32/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/secur32/tests/Makefile" ;;
18608     "dlls/security/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/security/Makefile" ;;
18609     "dlls/sensapi/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/sensapi/Makefile" ;;
18610     "dlls/serialui/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/serialui/Makefile" ;;
18611     "dlls/serialui/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/serialui/tests/Makefile" ;;
18612     "dlls/setupapi/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/setupapi/Makefile" ;;
18613     "dlls/setupapi/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/setupapi/tests/Makefile" ;;
18614     "dlls/sfc/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/sfc/Makefile" ;;
18615     "dlls/sfc_os/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/sfc_os/Makefile" ;;
18616     "dlls/shdoclc/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/shdoclc/Makefile" ;;
18617     "dlls/shdocvw/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/shdocvw/Makefile" ;;
18618     "dlls/shdocvw/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/shdocvw/tests/Makefile" ;;
18619     "dlls/shell.dll16/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/shell.dll16/Makefile" ;;
18620     "dlls/shell32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/shell32/Makefile" ;;
18621     "dlls/shell32/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/shell32/tests/Makefile" ;;
18622     "dlls/shfolder/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/shfolder/Makefile" ;;
18623     "dlls/shlwapi/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/shlwapi/Makefile" ;;
18624     "dlls/shlwapi/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/shlwapi/tests/Makefile" ;;
18625     "dlls/slbcsp/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/slbcsp/Makefile" ;;
18626     "dlls/slc/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/slc/Makefile" ;;
18627     "dlls/snmpapi/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/snmpapi/Makefile" ;;
18628     "dlls/snmpapi/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/snmpapi/tests/Makefile" ;;
18629     "dlls/softpub/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/softpub/Makefile" ;;
18630     "dlls/sound.drv16/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/sound.drv16/Makefile" ;;
18631     "dlls/spoolss/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/spoolss/Makefile" ;;
18632     "dlls/spoolss/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/spoolss/tests/Makefile" ;;
18633     "dlls/stdole2.tlb/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/stdole2.tlb/Makefile" ;;
18634     "dlls/stdole32.tlb/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/stdole32.tlb/Makefile" ;;
18635     "dlls/sti/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/sti/Makefile" ;;
18636     "dlls/storage.dll16/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/storage.dll16/Makefile" ;;
18637     "dlls/stress.dll16/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/stress.dll16/Makefile" ;;
18638     "dlls/strmiids/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/strmiids/Makefile" ;;
18639     "dlls/svrapi/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/svrapi/Makefile" ;;
18640     "dlls/sxs/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/sxs/Makefile" ;;
18641     "dlls/t2embed/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/t2embed/Makefile" ;;
18642     "dlls/tapi32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/tapi32/Makefile" ;;
18643     "dlls/traffic/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/traffic/Makefile" ;;
18644     "dlls/twain.dll16/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/twain.dll16/Makefile" ;;
18645     "dlls/twain_32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/twain_32/Makefile" ;;
18646     "dlls/twain_32/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/twain_32/tests/Makefile" ;;
18647     "dlls/typelib.dll16/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/typelib.dll16/Makefile" ;;
18648     "dlls/unicows/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/unicows/Makefile" ;;
18649     "dlls/updspapi/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/updspapi/Makefile" ;;
18650     "dlls/url/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/url/Makefile" ;;
18651     "dlls/urlmon/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/urlmon/Makefile" ;;
18652     "dlls/urlmon/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/urlmon/tests/Makefile" ;;
18653     "dlls/user32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/user32/Makefile" ;;
18654     "dlls/user32/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/user32/tests/Makefile" ;;
18655     "dlls/userenv/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/userenv/Makefile" ;;
18656     "dlls/userenv/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/userenv/tests/Makefile" ;;
18657     "dlls/usp10/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/usp10/Makefile" ;;
18658     "dlls/usp10/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/usp10/tests/Makefile" ;;
18659     "dlls/uuid/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/uuid/Makefile" ;;
18660     "dlls/uxtheme/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/uxtheme/Makefile" ;;
18661     "dlls/uxtheme/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/uxtheme/tests/Makefile" ;;
18662     "dlls/vdhcp.vxd/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/vdhcp.vxd/Makefile" ;;
18663     "dlls/vdmdbg/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/vdmdbg/Makefile" ;;
18664     "dlls/version/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/version/Makefile" ;;
18665     "dlls/version/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/version/tests/Makefile" ;;
18666     "dlls/vmm.vxd/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/vmm.vxd/Makefile" ;;
18667     "dlls/vnbt.vxd/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/vnbt.vxd/Makefile" ;;
18668     "dlls/vnetbios.vxd/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/vnetbios.vxd/Makefile" ;;
18669     "dlls/vtdapi.vxd/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/vtdapi.vxd/Makefile" ;;
18670     "dlls/vwin32.vxd/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/vwin32.vxd/Makefile" ;;
18671     "dlls/w32skrnl/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/w32skrnl/Makefile" ;;
18672     "dlls/w32sys.dll16/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/w32sys.dll16/Makefile" ;;
18673     "dlls/wbemprox/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/wbemprox/Makefile" ;;
18674     "dlls/win32s16.dll16/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/win32s16.dll16/Makefile" ;;
18675     "dlls/win87em.dll16/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/win87em.dll16/Makefile" ;;
18676     "dlls/winaspi.dll16/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/winaspi.dll16/Makefile" ;;
18677     "dlls/windebug.dll16/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/windebug.dll16/Makefile" ;;
18678     "dlls/windowscodecs/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/windowscodecs/Makefile" ;;
18679     "dlls/windowscodecs/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/windowscodecs/tests/Makefile" ;;
18680     "dlls/winealsa.drv/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/winealsa.drv/Makefile" ;;
18681     "dlls/wineaudioio.drv/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/wineaudioio.drv/Makefile" ;;
18682     "dlls/winecoreaudio.drv/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/winecoreaudio.drv/Makefile" ;;
18683     "dlls/winecrt0/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/winecrt0/Makefile" ;;
18684     "dlls/wined3d/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/wined3d/Makefile" ;;
18685     "dlls/winedos/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/winedos/Makefile" ;;
18686     "dlls/wineesd.drv/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/wineesd.drv/Makefile" ;;
18687     "dlls/winejack.drv/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/winejack.drv/Makefile" ;;
18688     "dlls/winejoystick.drv/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/winejoystick.drv/Makefile" ;;
18689     "dlls/winemp3.acm/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/winemp3.acm/Makefile" ;;
18690     "dlls/winenas.drv/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/winenas.drv/Makefile" ;;
18691     "dlls/wineoss.drv/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/wineoss.drv/Makefile" ;;
18692     "dlls/wineps.drv/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/wineps.drv/Makefile" ;;
18693     "dlls/winequartz.drv/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/winequartz.drv/Makefile" ;;
18694     "dlls/winex11.drv/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/winex11.drv/Makefile" ;;
18695     "dlls/wing32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/wing32/Makefile" ;;
18696     "dlls/winhttp/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/winhttp/Makefile" ;;
18697     "dlls/winhttp/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/winhttp/tests/Makefile" ;;
18698     "dlls/wininet/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/wininet/Makefile" ;;
18699     "dlls/wininet/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/wininet/tests/Makefile" ;;
18700     "dlls/winmm/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/winmm/Makefile" ;;
18701     "dlls/winmm/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/winmm/tests/Makefile" ;;
18702     "dlls/winnls.dll16/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/winnls.dll16/Makefile" ;;
18703     "dlls/winnls32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/winnls32/Makefile" ;;
18704     "dlls/winscard/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/winscard/Makefile" ;;
18705     "dlls/winspool.drv/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/winspool.drv/Makefile" ;;
18706     "dlls/winspool.drv/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/winspool.drv/tests/Makefile" ;;
18707     "dlls/wintab.dll16/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/wintab.dll16/Makefile" ;;
18708     "dlls/wintab32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/wintab32/Makefile" ;;
18709     "dlls/wintab32/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/wintab32/tests/Makefile" ;;
18710     "dlls/wintrust/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/wintrust/Makefile" ;;
18711     "dlls/wintrust/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/wintrust/tests/Makefile" ;;
18712     "dlls/wldap32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/wldap32/Makefile" ;;
18713     "dlls/wldap32/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/wldap32/tests/Makefile" ;;
18714     "dlls/wmi/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/wmi/Makefile" ;;
18715     "dlls/wmiutils/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/wmiutils/Makefile" ;;
18716     "dlls/wnaspi32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/wnaspi32/Makefile" ;;
18717     "dlls/wow32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/wow32/Makefile" ;;
18718     "dlls/ws2_32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/ws2_32/Makefile" ;;
18719     "dlls/ws2_32/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/ws2_32/tests/Makefile" ;;
18720     "dlls/wsock32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/wsock32/Makefile" ;;
18721     "dlls/wtsapi32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/wtsapi32/Makefile" ;;
18722     "dlls/wuapi/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/wuapi/Makefile" ;;
18723     "dlls/xinput1_1/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/xinput1_1/Makefile" ;;
18724     "dlls/xinput1_2/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/xinput1_2/Makefile" ;;
18725     "dlls/xinput1_3/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/xinput1_3/Makefile" ;;
18726     "dlls/xinput1_3/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/xinput1_3/tests/Makefile" ;;
18727     "dlls/xinput9_1_0/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/xinput9_1_0/Makefile" ;;
18728     "dlls/xmllite/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/xmllite/Makefile" ;;
18729     "documentation/Makefile") CONFIG_FILES="$CONFIG_FILES documentation/Makefile" ;;
18730     "fonts/Makefile") CONFIG_FILES="$CONFIG_FILES fonts/Makefile" ;;
18731     "include/Makefile") CONFIG_FILES="$CONFIG_FILES include/Makefile" ;;
18732     "libs/Makefile") CONFIG_FILES="$CONFIG_FILES libs/Makefile" ;;
18733     "libs/port/Makefile") CONFIG_FILES="$CONFIG_FILES libs/port/Makefile" ;;
18734     "libs/wine/Makefile") CONFIG_FILES="$CONFIG_FILES libs/wine/Makefile" ;;
18735     "libs/wpp/Makefile") CONFIG_FILES="$CONFIG_FILES libs/wpp/Makefile" ;;
18736     "loader/Makefile") CONFIG_FILES="$CONFIG_FILES loader/Makefile" ;;
18737     "programs/Makefile") CONFIG_FILES="$CONFIG_FILES programs/Makefile" ;;
18738     "programs/cacls/Makefile") CONFIG_FILES="$CONFIG_FILES programs/cacls/Makefile" ;;
18739     "programs/clock/Makefile") CONFIG_FILES="$CONFIG_FILES programs/clock/Makefile" ;;
18740     "programs/cmd/Makefile") CONFIG_FILES="$CONFIG_FILES programs/cmd/Makefile" ;;
18741     "programs/cmdlgtst/Makefile") CONFIG_FILES="$CONFIG_FILES programs/cmdlgtst/Makefile" ;;
18742     "programs/control/Makefile") CONFIG_FILES="$CONFIG_FILES programs/control/Makefile" ;;
18743     "programs/eject/Makefile") CONFIG_FILES="$CONFIG_FILES programs/eject/Makefile" ;;
18744     "programs/expand/Makefile") CONFIG_FILES="$CONFIG_FILES programs/expand/Makefile" ;;
18745     "programs/explorer/Makefile") CONFIG_FILES="$CONFIG_FILES programs/explorer/Makefile" ;;
18746     "programs/hh/Makefile") CONFIG_FILES="$CONFIG_FILES programs/hh/Makefile" ;;
18747     "programs/icinfo/Makefile") CONFIG_FILES="$CONFIG_FILES programs/icinfo/Makefile" ;;
18748     "programs/iexplore/Makefile") CONFIG_FILES="$CONFIG_FILES programs/iexplore/Makefile" ;;
18749     "programs/lodctr/Makefile") CONFIG_FILES="$CONFIG_FILES programs/lodctr/Makefile" ;;
18750     "programs/msiexec/Makefile") CONFIG_FILES="$CONFIG_FILES programs/msiexec/Makefile" ;;
18751     "programs/net/Makefile") CONFIG_FILES="$CONFIG_FILES programs/net/Makefile" ;;
18752     "programs/notepad/Makefile") CONFIG_FILES="$CONFIG_FILES programs/notepad/Makefile" ;;
18753     "programs/oleview/Makefile") CONFIG_FILES="$CONFIG_FILES programs/oleview/Makefile" ;;
18754     "programs/progman/Makefile") CONFIG_FILES="$CONFIG_FILES programs/progman/Makefile" ;;
18755     "programs/reg/Makefile") CONFIG_FILES="$CONFIG_FILES programs/reg/Makefile" ;;
18756     "programs/regedit/Makefile") CONFIG_FILES="$CONFIG_FILES programs/regedit/Makefile" ;;
18757     "programs/regsvr32/Makefile") CONFIG_FILES="$CONFIG_FILES programs/regsvr32/Makefile" ;;
18758     "programs/rpcss/Makefile") CONFIG_FILES="$CONFIG_FILES programs/rpcss/Makefile" ;;
18759     "programs/rundll32/Makefile") CONFIG_FILES="$CONFIG_FILES programs/rundll32/Makefile" ;;
18760     "programs/secedit/Makefile") CONFIG_FILES="$CONFIG_FILES programs/secedit/Makefile" ;;
18761     "programs/services/Makefile") CONFIG_FILES="$CONFIG_FILES programs/services/Makefile" ;;
18762     "programs/spoolsv/Makefile") CONFIG_FILES="$CONFIG_FILES programs/spoolsv/Makefile" ;;
18763     "programs/start/Makefile") CONFIG_FILES="$CONFIG_FILES programs/start/Makefile" ;;
18764     "programs/svchost/Makefile") CONFIG_FILES="$CONFIG_FILES programs/svchost/Makefile" ;;
18765     "programs/taskmgr/Makefile") CONFIG_FILES="$CONFIG_FILES programs/taskmgr/Makefile" ;;
18766     "programs/termsv/Makefile") CONFIG_FILES="$CONFIG_FILES programs/termsv/Makefile" ;;
18767     "programs/uninstaller/Makefile") CONFIG_FILES="$CONFIG_FILES programs/uninstaller/Makefile" ;;
18768     "programs/unlodctr/Makefile") CONFIG_FILES="$CONFIG_FILES programs/unlodctr/Makefile" ;;
18769     "programs/view/Makefile") CONFIG_FILES="$CONFIG_FILES programs/view/Makefile" ;;
18770     "programs/wineboot/Makefile") CONFIG_FILES="$CONFIG_FILES programs/wineboot/Makefile" ;;
18771     "programs/winebrowser/Makefile") CONFIG_FILES="$CONFIG_FILES programs/winebrowser/Makefile" ;;
18772     "programs/winecfg/Makefile") CONFIG_FILES="$CONFIG_FILES programs/winecfg/Makefile" ;;
18773     "programs/wineconsole/Makefile") CONFIG_FILES="$CONFIG_FILES programs/wineconsole/Makefile" ;;
18774     "programs/winedbg/Makefile") CONFIG_FILES="$CONFIG_FILES programs/winedbg/Makefile" ;;
18775     "programs/winedevice/Makefile") CONFIG_FILES="$CONFIG_FILES programs/winedevice/Makefile" ;;
18776     "programs/winefile/Makefile") CONFIG_FILES="$CONFIG_FILES programs/winefile/Makefile" ;;
18777     "programs/winemenubuilder/Makefile") CONFIG_FILES="$CONFIG_FILES programs/winemenubuilder/Makefile" ;;
18778     "programs/winemine/Makefile") CONFIG_FILES="$CONFIG_FILES programs/winemine/Makefile" ;;
18779     "programs/winepath/Makefile") CONFIG_FILES="$CONFIG_FILES programs/winepath/Makefile" ;;
18780     "programs/winetest/Makefile") CONFIG_FILES="$CONFIG_FILES programs/winetest/Makefile" ;;
18781     "programs/winevdm/Makefile") CONFIG_FILES="$CONFIG_FILES programs/winevdm/Makefile" ;;
18782     "programs/winhelp.exe16/Makefile") CONFIG_FILES="$CONFIG_FILES programs/winhelp.exe16/Makefile" ;;
18783     "programs/winhlp32/Makefile") CONFIG_FILES="$CONFIG_FILES programs/winhlp32/Makefile" ;;
18784     "programs/winoldap.mod16/Makefile") CONFIG_FILES="$CONFIG_FILES programs/winoldap.mod16/Makefile" ;;
18785     "programs/winver/Makefile") CONFIG_FILES="$CONFIG_FILES programs/winver/Makefile" ;;
18786     "programs/wordpad/Makefile") CONFIG_FILES="$CONFIG_FILES programs/wordpad/Makefile" ;;
18787     "programs/write/Makefile") CONFIG_FILES="$CONFIG_FILES programs/write/Makefile" ;;
18788     "programs/xcopy/Makefile") CONFIG_FILES="$CONFIG_FILES programs/xcopy/Makefile" ;;
18789     "server/Makefile") CONFIG_FILES="$CONFIG_FILES server/Makefile" ;;
18790     "tools/Makefile") CONFIG_FILES="$CONFIG_FILES tools/Makefile" ;;
18791     "tools/widl/Makefile") CONFIG_FILES="$CONFIG_FILES tools/widl/Makefile" ;;
18792     "tools/winebuild/Makefile") CONFIG_FILES="$CONFIG_FILES tools/winebuild/Makefile" ;;
18793     "tools/winedump/Makefile") CONFIG_FILES="$CONFIG_FILES tools/winedump/Makefile" ;;
18794     "tools/winegcc/Makefile") CONFIG_FILES="$CONFIG_FILES tools/winegcc/Makefile" ;;
18795     "tools/wmc/Makefile") CONFIG_FILES="$CONFIG_FILES tools/wmc/Makefile" ;;
18796     "tools/wrc/Makefile") CONFIG_FILES="$CONFIG_FILES tools/wrc/Makefile" ;;
18797
18798   *) as_fn_error "invalid argument: \`$ac_config_target'" "$LINENO" 5;;
18799   esac
18800 done
18801
18802
18803 # If the user did not use the arguments to specify the items to instantiate,
18804 # then the envvar interface is used.  Set only those that are not.
18805 # We use the long form for the default assignment because of an extremely
18806 # bizarre bug on SunOS 4.1.3.
18807 if $ac_need_defaults; then
18808   test "${CONFIG_FILES+set}" = set || CONFIG_FILES=$config_files
18809   test "${CONFIG_HEADERS+set}" = set || CONFIG_HEADERS=$config_headers
18810   test "${CONFIG_COMMANDS+set}" = set || CONFIG_COMMANDS=$config_commands
18811 fi
18812
18813 # Have a temporary directory for convenience.  Make it in the build tree
18814 # simply because there is no reason against having it here, and in addition,
18815 # creating and moving files from /tmp can sometimes cause problems.
18816 # Hook for its removal unless debugging.
18817 # Note that there is a small window in which the directory will not be cleaned:
18818 # after its creation but before its name has been assigned to `$tmp'.
18819 $debug ||
18820 {
18821   tmp=
18822   trap 'exit_status=$?
18823   { test -z "$tmp" || test ! -d "$tmp" || rm -fr "$tmp"; } && exit $exit_status
18824 ' 0
18825   trap 'as_fn_exit 1' 1 2 13 15
18826 }
18827 # Create a (secure) tmp directory for tmp files.
18828
18829 {
18830   tmp=`(umask 077 && mktemp -d "./confXXXXXX") 2>/dev/null` &&
18831   test -n "$tmp" && test -d "$tmp"
18832 }  ||
18833 {
18834   tmp=./conf$$-$RANDOM
18835   (umask 077 && mkdir "$tmp")
18836 } || as_fn_error "cannot create a temporary directory in ." "$LINENO" 5
18837
18838 # Set up the scripts for CONFIG_FILES section.
18839 # No need to generate them if there are no CONFIG_FILES.
18840 # This happens for instance with `./config.status config.h'.
18841 if test -n "$CONFIG_FILES"; then
18842
18843 if $AWK 'BEGIN { getline <"/dev/null" }' </dev/null 2>/dev/null; then
18844   ac_cs_awk_getline=:
18845   ac_cs_awk_pipe_init=
18846   ac_cs_awk_read_file='
18847       while ((getline aline < (F[key])) > 0)
18848         print(aline)
18849       close(F[key])'
18850   ac_cs_awk_pipe_fini=
18851 else
18852   ac_cs_awk_getline=false
18853   ac_cs_awk_pipe_init="print \"cat <<'|#_!!_#|' &&\""
18854   ac_cs_awk_read_file='
18855       print "|#_!!_#|"
18856       print "cat " F[key] " &&"
18857       '$ac_cs_awk_pipe_init
18858   # The final `:' finishes the AND list.
18859   ac_cs_awk_pipe_fini='END { print "|#_!!_#|"; print ":" }'
18860 fi
18861 ac_cr=`echo X | tr X '\015'`
18862 # On cygwin, bash can eat \r inside `` if the user requested igncr.
18863 # But we know of no other shell where ac_cr would be empty at this
18864 # point, so we can use a bashism as a fallback.
18865 if test "x$ac_cr" = x; then
18866   eval ac_cr=\$\'\\r\'
18867 fi
18868 ac_cs_awk_cr=`$AWK 'BEGIN { print "a\rb" }' </dev/null 2>/dev/null`
18869 if test "$ac_cs_awk_cr" = "a${ac_cr}b"; then
18870   ac_cs_awk_cr='\r'
18871 else
18872   ac_cs_awk_cr=$ac_cr
18873 fi
18874
18875 echo 'BEGIN {' >"$tmp/subs1.awk" &&
18876 _ACEOF
18877
18878 # Create commands to substitute file output variables.
18879 {
18880   echo "cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1" &&
18881   echo 'cat >>"\$tmp/subs1.awk" <<\\_ACAWK &&' &&
18882   echo "$ac_subst_files" | sed 's/.*/F["&"]="$&"/' &&
18883   echo "_ACAWK" &&
18884   echo "_ACEOF"
18885 } >conf$$files.sh &&
18886 . ./conf$$files.sh ||
18887   as_fn_error "could not make $CONFIG_STATUS" "$LINENO" 5
18888 rm -f conf$$files.sh
18889
18890 {
18891   echo "cat >conf$$subs.awk <<_ACEOF" &&
18892   echo "$ac_subst_vars" | sed 's/.*/&!$&$ac_delim/' &&
18893   echo "_ACEOF"
18894 } >conf$$subs.sh ||
18895   as_fn_error "could not make $CONFIG_STATUS" "$LINENO" 5
18896 ac_delim_num=`echo "$ac_subst_vars" | grep -c '$'`
18897 ac_delim='%!_!# '
18898 for ac_last_try in false false false false false :; do
18899   . ./conf$$subs.sh ||
18900     as_fn_error "could not make $CONFIG_STATUS" "$LINENO" 5
18901
18902   ac_delim_n=`sed -n "s/.*$ac_delim\$/X/p" conf$$subs.awk | grep -c X`
18903   if test $ac_delim_n = $ac_delim_num; then
18904     break
18905   elif $ac_last_try; then
18906     as_fn_error "could not make $CONFIG_STATUS" "$LINENO" 5
18907   else
18908     ac_delim="$ac_delim!$ac_delim _$ac_delim!! "
18909   fi
18910 done
18911 rm -f conf$$subs.sh
18912
18913 cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1
18914 cat >>"\$tmp/subs1.awk" <<\\_ACAWK &&
18915 _ACEOF
18916 sed -n '
18917 h
18918 s/^/S["/; s/!.*/"]=/
18919 p
18920 g
18921 s/^[^!]*!//
18922 :repl
18923 t repl
18924 s/'"$ac_delim"'$//
18925 t delim
18926 :nl
18927 h
18928 s/\(.\{148\}\).*/\1/
18929 t more1
18930 s/["\\]/\\&/g; s/^/"/; s/$/\\n"\\/
18931 p
18932 n
18933 b repl
18934 :more1
18935 s/["\\]/\\&/g; s/^/"/; s/$/"\\/
18936 p
18937 g
18938 s/.\{148\}//
18939 t nl
18940 :delim
18941 h
18942 s/\(.\{148\}\).*/\1/
18943 t more2
18944 s/["\\]/\\&/g; s/^/"/; s/$/"/
18945 p
18946 b
18947 :more2
18948 s/["\\]/\\&/g; s/^/"/; s/$/"\\/
18949 p
18950 g
18951 s/.\{148\}//
18952 t delim
18953 ' <conf$$subs.awk | sed '
18954 /^[^""]/{
18955   N
18956   s/\n//
18957 }
18958 ' >>$CONFIG_STATUS || ac_write_fail=1
18959 rm -f conf$$subs.awk
18960 cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1
18961 _ACAWK
18962 cat >>"\$tmp/subs1.awk" <<_ACAWK &&
18963   for (key in S) S_is_set[key] = 1
18964   FS = "\a"
18965   \$ac_cs_awk_pipe_init
18966 }
18967 {
18968   line = $ 0
18969   nfields = split(line, field, "@")
18970   substed = 0
18971   len = length(field[1])
18972   for (i = 2; i < nfields; i++) {
18973     key = field[i]
18974     keylen = length(key)
18975     if (S_is_set[key]) {
18976       value = S[key]
18977       line = substr(line, 1, len) "" value "" substr(line, len + keylen + 3)
18978       len += length(value) + length(field[++i])
18979       substed = 1
18980     } else
18981       len += 1 + keylen
18982   }
18983   if (nfields == 3 && !substed) {
18984     key = field[2]
18985     if (F[key] != "" && line ~ /^[       ]*@.*@[         ]*$/) {
18986       \$ac_cs_awk_read_file
18987       next
18988     }
18989   }
18990   print line
18991 }
18992 \$ac_cs_awk_pipe_fini
18993 _ACAWK
18994 _ACEOF
18995 cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1
18996 if sed "s/$ac_cr//" < /dev/null > /dev/null 2>&1; then
18997   sed "s/$ac_cr\$//; s/$ac_cr/$ac_cs_awk_cr/g"
18998 else
18999   cat
19000 fi < "$tmp/subs1.awk" > "$tmp/subs.awk" \
19001   || as_fn_error "could not setup config files machinery" "$LINENO" 5
19002 _ACEOF
19003
19004 # VPATH may cause trouble with some makes, so we remove $(srcdir),
19005 # ${srcdir} and @srcdir@ from VPATH if srcdir is ".", strip leading and
19006 # trailing colons and then remove the whole line if VPATH becomes empty
19007 # (actually we leave an empty line to preserve line numbers).
19008 if test "x$srcdir" = x.; then
19009   ac_vpsub='/^[  ]*VPATH[        ]*=/{
19010 s/:*\$(srcdir):*/:/
19011 s/:*\${srcdir}:*/:/
19012 s/:*@srcdir@:*/:/
19013 s/^\([^=]*=[     ]*\):*/\1/
19014 s/:*$//
19015 s/^[^=]*=[       ]*$//
19016 }'
19017 fi
19018
19019 cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1
19020 fi # test -n "$CONFIG_FILES"
19021
19022 # Set up the scripts for CONFIG_HEADERS section.
19023 # No need to generate them if there are no CONFIG_HEADERS.
19024 # This happens for instance with `./config.status Makefile'.
19025 if test -n "$CONFIG_HEADERS"; then
19026 cat >"$tmp/defines.awk" <<\_ACAWK ||
19027 BEGIN {
19028 _ACEOF
19029
19030 # Transform confdefs.h into an awk script `defines.awk', embedded as
19031 # here-document in config.status, that substitutes the proper values into
19032 # config.h.in to produce config.h.
19033
19034 # Create a delimiter string that does not exist in confdefs.h, to ease
19035 # handling of long lines.
19036 ac_delim='%!_!# '
19037 for ac_last_try in false false :; do
19038   ac_t=`sed -n "/$ac_delim/p" confdefs.h`
19039   if test -z "$ac_t"; then
19040     break
19041   elif $ac_last_try; then
19042     as_fn_error "could not make $CONFIG_HEADERS" "$LINENO" 5
19043   else
19044     ac_delim="$ac_delim!$ac_delim _$ac_delim!! "
19045   fi
19046 done
19047
19048 # For the awk script, D is an array of macro values keyed by name,
19049 # likewise P contains macro parameters if any.  Preserve backslash
19050 # newline sequences.
19051
19052 ac_word_re=[_$as_cr_Letters][_$as_cr_alnum]*
19053 sed -n '
19054 s/.\{148\}/&'"$ac_delim"'/g
19055 t rset
19056 :rset
19057 s/^[     ]*#[    ]*define[       ][      ]*/ /
19058 t def
19059 d
19060 :def
19061 s/\\$//
19062 t bsnl
19063 s/["\\]/\\&/g
19064 s/^ \('"$ac_word_re"'\)\(([^()]*)\)[     ]*\(.*\)/P["\1"]="\2"\
19065 D["\1"]=" \3"/p
19066 s/^ \('"$ac_word_re"'\)[         ]*\(.*\)/D["\1"]=" \2"/p
19067 d
19068 :bsnl
19069 s/["\\]/\\&/g
19070 s/^ \('"$ac_word_re"'\)\(([^()]*)\)[     ]*\(.*\)/P["\1"]="\2"\
19071 D["\1"]=" \3\\\\\\n"\\/p
19072 t cont
19073 s/^ \('"$ac_word_re"'\)[         ]*\(.*\)/D["\1"]=" \2\\\\\\n"\\/p
19074 t cont
19075 d
19076 :cont
19077 n
19078 s/.\{148\}/&'"$ac_delim"'/g
19079 t clear
19080 :clear
19081 s/\\$//
19082 t bsnlc
19083 s/["\\]/\\&/g; s/^/"/; s/$/"/p
19084 d
19085 :bsnlc
19086 s/["\\]/\\&/g; s/^/"/; s/$/\\\\\\n"\\/p
19087 b cont
19088 ' <confdefs.h | sed '
19089 s/'"$ac_delim"'/"\\\
19090 "/g' >>$CONFIG_STATUS || ac_write_fail=1
19091
19092 cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1
19093   for (key in D) D_is_set[key] = 1
19094   FS = "\a"
19095 }
19096 /^[\t ]*#[\t ]*(define|undef)[\t ]+$ac_word_re([\t (]|\$)/ {
19097   line = \$ 0
19098   split(line, arg, " ")
19099   if (arg[1] == "#") {
19100     defundef = arg[2]
19101     mac1 = arg[3]
19102   } else {
19103     defundef = substr(arg[1], 2)
19104     mac1 = arg[2]
19105   }
19106   split(mac1, mac2, "(") #)
19107   macro = mac2[1]
19108   prefix = substr(line, 1, index(line, defundef) - 1)
19109   if (D_is_set[macro]) {
19110     # Preserve the white space surrounding the "#".
19111     print prefix "define", macro P[macro] D[macro]
19112     next
19113   } else {
19114     # Replace #undef with comments.  This is necessary, for example,
19115     # in the case of _POSIX_SOURCE, which is predefined and required
19116     # on some systems where configure will not decide to define it.
19117     if (defundef == "undef") {
19118       print "/*", prefix defundef, macro, "*/"
19119       next
19120     }
19121   }
19122 }
19123 { print }
19124 _ACAWK
19125 _ACEOF
19126 cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1
19127   as_fn_error "could not setup config headers machinery" "$LINENO" 5
19128 fi # test -n "$CONFIG_HEADERS"
19129
19130
19131 eval set X "  :F $CONFIG_FILES  :H $CONFIG_HEADERS    :C $CONFIG_COMMANDS"
19132 shift
19133 for ac_tag
19134 do
19135   case $ac_tag in
19136   :[FHLC]) ac_mode=$ac_tag; continue;;
19137   esac
19138   case $ac_mode$ac_tag in
19139   :[FHL]*:*);;
19140   :L* | :C*:*) as_fn_error "invalid tag \`$ac_tag'" "$LINENO" 5;;
19141   :[FH]-) ac_tag=-:-;;
19142   :[FH]*) ac_tag=$ac_tag:$ac_tag.in;;
19143   esac
19144   ac_save_IFS=$IFS
19145   IFS=:
19146   set x $ac_tag
19147   IFS=$ac_save_IFS
19148   shift
19149   ac_file=$1
19150   shift
19151
19152   case $ac_mode in
19153   :L) ac_source=$1;;
19154   :[FH])
19155     ac_file_inputs=
19156     for ac_f
19157     do
19158       case $ac_f in
19159       -) ac_f="$tmp/stdin";;
19160       *) # Look for the file first in the build tree, then in the source tree
19161          # (if the path is not absolute).  The absolute path cannot be DOS-style,
19162          # because $ac_f cannot contain `:'.
19163          test -f "$ac_f" ||
19164            case $ac_f in
19165            [\\/$]*) false;;
19166            *) test -f "$srcdir/$ac_f" && ac_f="$srcdir/$ac_f";;
19167            esac ||
19168            as_fn_error "cannot find input file: \`$ac_f'" "$LINENO" 5;;
19169       esac
19170       case $ac_f in *\'*) ac_f=`$as_echo "$ac_f" | sed "s/'/'\\\\\\\\''/g"`;; esac
19171       as_fn_append ac_file_inputs " '$ac_f'"
19172     done
19173
19174     # Let's still pretend it is `configure' which instantiates (i.e., don't
19175     # use $as_me), people would be surprised to read:
19176     #    /* config.h.  Generated by config.status.  */
19177     configure_input='Generated from '`
19178           $as_echo "$*" | sed 's|^[^:]*/||;s|:[^:]*/|, |g'
19179         `' by configure.'
19180     if test x"$ac_file" != x-; then
19181       configure_input="$ac_file.  $configure_input"
19182       { $as_echo "$as_me:${as_lineno-$LINENO}: creating $ac_file" >&5
19183 $as_echo "$as_me: creating $ac_file" >&6;}
19184     fi
19185     # Neutralize special characters interpreted by sed in replacement strings.
19186     case $configure_input in #(
19187     *\&* | *\|* | *\\* )
19188        ac_sed_conf_input=`$as_echo "$configure_input" |
19189        sed 's/[\\\\&|]/\\\\&/g'`;; #(
19190     *) ac_sed_conf_input=$configure_input;;
19191     esac
19192
19193     case $ac_tag in
19194     *:-:* | *:-) cat >"$tmp/stdin" \
19195       || as_fn_error "could not create $ac_file" "$LINENO" 5 ;;
19196     esac
19197     ;;
19198   esac
19199
19200   ac_dir=`$as_dirname -- "$ac_file" ||
19201 $as_expr X"$ac_file" : 'X\(.*[^/]\)//*[^/][^/]*/*$' \| \
19202          X"$ac_file" : 'X\(//\)[^/]' \| \
19203          X"$ac_file" : 'X\(//\)$' \| \
19204          X"$ac_file" : 'X\(/\)' \| . 2>/dev/null ||
19205 $as_echo X"$ac_file" |
19206     sed '/^X\(.*[^/]\)\/\/*[^/][^/]*\/*$/{
19207             s//\1/
19208             q
19209           }
19210           /^X\(\/\/\)[^/].*/{
19211             s//\1/
19212             q
19213           }
19214           /^X\(\/\/\)$/{
19215             s//\1/
19216             q
19217           }
19218           /^X\(\/\).*/{
19219             s//\1/
19220             q
19221           }
19222           s/.*/./; q'`
19223   as_dir="$ac_dir"; as_fn_mkdir_p
19224   ac_builddir=.
19225
19226 case "$ac_dir" in
19227 .) ac_dir_suffix= ac_top_builddir_sub=. ac_top_build_prefix= ;;
19228 *)
19229   ac_dir_suffix=/`$as_echo "$ac_dir" | sed 's|^\.[\\/]||'`
19230   # A ".." for each directory in $ac_dir_suffix.
19231   ac_top_builddir_sub=`$as_echo "$ac_dir_suffix" | sed 's|/[^\\/]*|/..|g;s|/||'`
19232   case $ac_top_builddir_sub in
19233   "") ac_top_builddir_sub=. ac_top_build_prefix= ;;
19234   *)  ac_top_build_prefix=$ac_top_builddir_sub/ ;;
19235   esac ;;
19236 esac
19237 ac_abs_top_builddir=$ac_pwd
19238 ac_abs_builddir=$ac_pwd$ac_dir_suffix
19239 # for backward compatibility:
19240 ac_top_builddir=$ac_top_build_prefix
19241
19242 case $srcdir in
19243   .)  # We are building in place.
19244     ac_srcdir=.
19245     ac_top_srcdir=$ac_top_builddir_sub
19246     ac_abs_top_srcdir=$ac_pwd ;;
19247   [\\/]* | ?:[\\/]* )  # Absolute name.
19248     ac_srcdir=$srcdir$ac_dir_suffix;
19249     ac_top_srcdir=$srcdir
19250     ac_abs_top_srcdir=$srcdir ;;
19251   *) # Relative name.
19252     ac_srcdir=$ac_top_build_prefix$srcdir$ac_dir_suffix
19253     ac_top_srcdir=$ac_top_build_prefix$srcdir
19254     ac_abs_top_srcdir=$ac_pwd/$srcdir ;;
19255 esac
19256 ac_abs_srcdir=$ac_abs_top_srcdir$ac_dir_suffix
19257
19258
19259   case $ac_mode in
19260   :F)
19261   #
19262   # CONFIG_FILE
19263   #
19264
19265   case $INSTALL in
19266   [\\/$]* | ?:[\\/]* ) ac_INSTALL=$INSTALL ;;
19267   *) ac_INSTALL=$ac_top_build_prefix$INSTALL ;;
19268   esac
19269 _ACEOF
19270
19271 cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1
19272 # If the template does not know about datarootdir, expand it.
19273 # FIXME: This hack should be removed a few years after 2.60.
19274 ac_datarootdir_hack=; ac_datarootdir_seen=
19275 ac_sed_dataroot='
19276 /datarootdir/ {
19277   p
19278   q
19279 }
19280 /@datadir@/p
19281 /@docdir@/p
19282 /@infodir@/p
19283 /@localedir@/p
19284 /@mandir@/p'
19285 case `eval "sed -n \"\$ac_sed_dataroot\" $ac_file_inputs"` in
19286 *datarootdir*) ac_datarootdir_seen=yes;;
19287 *@datadir@*|*@docdir@*|*@infodir@*|*@localedir@*|*@mandir@*)
19288   { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: $ac_file_inputs seems to ignore the --datarootdir setting" >&5
19289 $as_echo "$as_me: WARNING: $ac_file_inputs seems to ignore the --datarootdir setting" >&2;}
19290 _ACEOF
19291 cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1
19292   ac_datarootdir_hack='
19293   s&@datadir@&$datadir&g
19294   s&@docdir@&$docdir&g
19295   s&@infodir@&$infodir&g
19296   s&@localedir@&$localedir&g
19297   s&@mandir@&$mandir&g
19298   s&\\\${datarootdir}&$datarootdir&g' ;;
19299 esac
19300 _ACEOF
19301
19302 # Neutralize VPATH when `$srcdir' = `.'.
19303 # Shell code in configure.ac might set extrasub.
19304 # FIXME: do we really want to maintain this feature?
19305 cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1
19306 ac_sed_extra="$ac_vpsub
19307 $extrasub
19308 _ACEOF
19309 cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1
19310 :t
19311 /@[a-zA-Z_][a-zA-Z_0-9]*@/!b
19312 s|@configure_input@|$ac_sed_conf_input|;t t
19313 s&@top_builddir@&$ac_top_builddir_sub&;t t
19314 s&@top_build_prefix@&$ac_top_build_prefix&;t t
19315 s&@srcdir@&$ac_srcdir&;t t
19316 s&@abs_srcdir@&$ac_abs_srcdir&;t t
19317 s&@top_srcdir@&$ac_top_srcdir&;t t
19318 s&@abs_top_srcdir@&$ac_abs_top_srcdir&;t t
19319 s&@builddir@&$ac_builddir&;t t
19320 s&@abs_builddir@&$ac_abs_builddir&;t t
19321 s&@abs_top_builddir@&$ac_abs_top_builddir&;t t
19322 s&@INSTALL@&$ac_INSTALL&;t t
19323 $ac_datarootdir_hack
19324 "
19325 eval sed \"\$ac_sed_extra\" "$ac_file_inputs" |
19326 if $ac_cs_awk_getline; then
19327   $AWK -f "$tmp/subs.awk"
19328 else
19329   $AWK -f "$tmp/subs.awk" | $SHELL
19330 fi >$tmp/out \
19331   || as_fn_error "could not create $ac_file" "$LINENO" 5
19332
19333 test -z "$ac_datarootdir_hack$ac_datarootdir_seen" &&
19334   { ac_out=`sed -n '/\${datarootdir}/p' "$tmp/out"`; test -n "$ac_out"; } &&
19335   { ac_out=`sed -n '/^[  ]*datarootdir[  ]*:*=/p' "$tmp/out"`; test -z "$ac_out"; } &&
19336   { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: $ac_file contains a reference to the variable \`datarootdir'
19337 which seems to be undefined.  Please make sure it is defined." >&5
19338 $as_echo "$as_me: WARNING: $ac_file contains a reference to the variable \`datarootdir'
19339 which seems to be undefined.  Please make sure it is defined." >&2;}
19340
19341   rm -f "$tmp/stdin"
19342   case $ac_file in
19343   -) cat "$tmp/out" && rm -f "$tmp/out";;
19344   *) rm -f "$ac_file" && mv "$tmp/out" "$ac_file";;
19345   esac \
19346   || as_fn_error "could not create $ac_file" "$LINENO" 5
19347  ;;
19348   :H)
19349   #
19350   # CONFIG_HEADER
19351   #
19352   if test x"$ac_file" != x-; then
19353     {
19354       $as_echo "/* $configure_input  */" \
19355       && eval '$AWK -f "$tmp/defines.awk"' "$ac_file_inputs"
19356     } >"$tmp/config.h" \
19357       || as_fn_error "could not create $ac_file" "$LINENO" 5
19358     if diff "$ac_file" "$tmp/config.h" >/dev/null 2>&1; then
19359       { $as_echo "$as_me:${as_lineno-$LINENO}: $ac_file is unchanged" >&5
19360 $as_echo "$as_me: $ac_file is unchanged" >&6;}
19361     else
19362       rm -f "$ac_file"
19363       mv "$tmp/config.h" "$ac_file" \
19364         || as_fn_error "could not create $ac_file" "$LINENO" 5
19365     fi
19366   else
19367     $as_echo "/* $configure_input  */" \
19368       && eval '$AWK -f "$tmp/defines.awk"' "$ac_file_inputs" \
19369       || as_fn_error "could not create -" "$LINENO" 5
19370   fi
19371  ;;
19372
19373   :C)  { $as_echo "$as_me:${as_lineno-$LINENO}: executing $ac_file commands" >&5
19374 $as_echo "$as_me: executing $ac_file commands" >&6;}
19375  ;;
19376   esac
19377
19378
19379   case $ac_file$ac_mode in
19380     "include/stamp-h":C) echo timestamp > include/stamp-h ;;
19381     "dlls/gdi32/enhmfdrv":C) test -d "dlls/gdi32/enhmfdrv" || ({ $as_echo "$as_me:${as_lineno-$LINENO}: creating dlls/gdi32/enhmfdrv" >&5
19382 $as_echo "$as_me: creating dlls/gdi32/enhmfdrv" >&6;} && mkdir "dlls/gdi32/enhmfdrv") ;;
19383     "dlls/gdi32/mfdrv":C) test -d "dlls/gdi32/mfdrv" || ({ $as_echo "$as_me:${as_lineno-$LINENO}: creating dlls/gdi32/mfdrv" >&5
19384 $as_echo "$as_me: creating dlls/gdi32/mfdrv" >&6;} && mkdir "dlls/gdi32/mfdrv") ;;
19385     "dlls/kernel32/nls":C) test -d "dlls/kernel32/nls" || ({ $as_echo "$as_me:${as_lineno-$LINENO}: creating dlls/kernel32/nls" >&5
19386 $as_echo "$as_me: creating dlls/kernel32/nls" >&6;} && mkdir "dlls/kernel32/nls") ;;
19387     "dlls/user32/resources":C) test -d "dlls/user32/resources" || ({ $as_echo "$as_me:${as_lineno-$LINENO}: creating dlls/user32/resources" >&5
19388 $as_echo "$as_me: creating dlls/user32/resources" >&6;} && mkdir "dlls/user32/resources") ;;
19389     "dlls/wineps.drv/data":C) test -d "dlls/wineps.drv/data" || ({ $as_echo "$as_me:${as_lineno-$LINENO}: creating dlls/wineps.drv/data" >&5
19390 $as_echo "$as_me: creating dlls/wineps.drv/data" >&6;} && mkdir "dlls/wineps.drv/data") ;;
19391     "include/wine":C) test -d "include/wine" || ({ $as_echo "$as_me:${as_lineno-$LINENO}: creating include/wine" >&5
19392 $as_echo "$as_me: creating include/wine" >&6;} && mkdir "include/wine") ;;
19393
19394   esac
19395 done # for ac_tag
19396
19397
19398 as_fn_exit 0
19399 _ACEOF
19400 ac_clean_files=$ac_clean_files_save
19401
19402 test $ac_write_fail = 0 ||
19403   as_fn_error "write failure creating $CONFIG_STATUS" "$LINENO" 5
19404
19405
19406 # configure is writing to config.log, and then calls config.status.
19407 # config.status does its own redirection, appending to config.log.
19408 # Unfortunately, on DOS this fails, as config.log is still kept open
19409 # by configure, so config.status won't be able to write to it; its
19410 # output is simply discarded.  So we exec the FD to /dev/null,
19411 # effectively closing config.log, so it can be properly (re)opened and
19412 # appended to by config.status.  When coming back to configure, we
19413 # need to make the FD available again.
19414 if test "$no_create" != yes; then
19415   ac_cs_success=:
19416   ac_config_status_args=
19417   test "$silent" = yes &&
19418     ac_config_status_args="$ac_config_status_args --quiet"
19419   exec 5>/dev/null
19420   $SHELL $CONFIG_STATUS $ac_config_status_args || ac_cs_success=false
19421   exec 5>>config.log
19422   # Use ||, not &&, to avoid exiting from the if with $? = 1, which
19423   # would make configure fail if this is the last instruction.
19424   $ac_cs_success || as_fn_exit $?
19425 fi
19426 if test -n "$ac_unrecognized_opts" && test "$enable_option_checking" != no; then
19427   { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: unrecognized options: $ac_unrecognized_opts" >&5
19428 $as_echo "$as_me: WARNING: unrecognized options: $ac_unrecognized_opts" >&2;}
19429 fi
19430
19431
19432 if test "$no_create" = "yes"
19433 then
19434   exit 0
19435 fi
19436
19437 ac_save_IFS="$IFS"
19438 if test "x$wine_notices != "x; then
19439     echo >&6
19440     IFS="|"
19441     for msg in $wine_notices; do
19442         IFS="$ac_save_IFS"
19443         if test -n "$msg"; then
19444             { $as_echo "$as_me:${as_lineno-$LINENO}: $msg" >&5
19445 $as_echo "$as_me: $msg" >&6;}
19446         fi
19447     done
19448 fi
19449 IFS="|"
19450 for msg in $wine_warnings; do
19451     IFS="$ac_save_IFS"
19452     if test -n "$msg"; then
19453         echo >&2
19454         { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: $msg" >&5
19455 $as_echo "$as_me: WARNING: $msg" >&2;}
19456     fi
19457 done
19458 IFS="$ac_save_IFS"
19459
19460 echo "
19461 $as_me: Finished.  Do '${ac_make} depend && ${ac_make}' to compile Wine.
19462 " >&6
19463