d3d10: Add the ID3D10EffectStringVariable interface.
[wine] / configure
1 #! /bin/sh
2 # Guess values for system-dependent variables and create Makefiles.
3 # Generated by GNU Autoconf 2.64 for Wine 1.1.28.
4 #
5 # Report bugs to <wine-devel@winehq.org>.
6 #
7 # Copyright (C) 1992, 1993, 1994, 1995, 1996, 1998, 1999, 2000, 2001,
8 # 2002, 2003, 2004, 2005, 2006, 2007, 2008, 2009 Free Software
9 # Foundation, Inc.
10 #
11 # This configure script is free software; the Free Software Foundation
12 # gives unlimited permission to copy, distribute and modify it.
13 ## -------------------- ##
14 ## M4sh Initialization. ##
15 ## -------------------- ##
16
17 # Be more Bourne compatible
18 DUALCASE=1; export DUALCASE # for MKS sh
19 if test -n "${ZSH_VERSION+set}" && (emulate sh) >/dev/null 2>&1; then :
20   emulate sh
21   NULLCMD=:
22   # Pre-4.2 versions of Zsh do word splitting on ${1+"$@"}, which
23   # is contrary to our usage.  Disable this feature.
24   alias -g '${1+"$@"}'='"$@"'
25   setopt NO_GLOB_SUBST
26 else
27   case `(set -o) 2>/dev/null` in #(
28   *posix*) :
29     set -o posix ;; #(
30   *) :
31      ;;
32 esac
33 fi
34
35
36 as_nl='
37 '
38 export as_nl
39 # Printing a long string crashes Solaris 7 /usr/bin/printf.
40 as_echo='\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\'
41 as_echo=$as_echo$as_echo$as_echo$as_echo$as_echo
42 as_echo=$as_echo$as_echo$as_echo$as_echo$as_echo$as_echo
43 # Prefer a ksh shell builtin over an external printf program on Solaris,
44 # but without wasting forks for bash or zsh.
45 if test -z "$BASH_VERSION$ZSH_VERSION" \
46     && (test "X`print -r -- $as_echo`" = "X$as_echo") 2>/dev/null; then
47   as_echo='print -r --'
48   as_echo_n='print -rn --'
49 elif (test "X`printf %s $as_echo`" = "X$as_echo") 2>/dev/null; then
50   as_echo='printf %s\n'
51   as_echo_n='printf %s'
52 else
53   if test "X`(/usr/ucb/echo -n -n $as_echo) 2>/dev/null`" = "X-n $as_echo"; then
54     as_echo_body='eval /usr/ucb/echo -n "$1$as_nl"'
55     as_echo_n='/usr/ucb/echo -n'
56   else
57     as_echo_body='eval expr "X$1" : "X\\(.*\\)"'
58     as_echo_n_body='eval
59       arg=$1;
60       case $arg in #(
61       *"$as_nl"*)
62         expr "X$arg" : "X\\(.*\\)$as_nl";
63         arg=`expr "X$arg" : ".*$as_nl\\(.*\\)"`;;
64       esac;
65       expr "X$arg" : "X\\(.*\\)" | tr -d "$as_nl"
66     '
67     export as_echo_n_body
68     as_echo_n='sh -c $as_echo_n_body as_echo'
69   fi
70   export as_echo_body
71   as_echo='sh -c $as_echo_body as_echo'
72 fi
73
74 # The user is always right.
75 if test "${PATH_SEPARATOR+set}" != set; then
76   PATH_SEPARATOR=:
77   (PATH='/bin;/bin'; FPATH=$PATH; sh -c :) >/dev/null 2>&1 && {
78     (PATH='/bin:/bin'; FPATH=$PATH; sh -c :) >/dev/null 2>&1 ||
79       PATH_SEPARATOR=';'
80   }
81 fi
82
83
84 # IFS
85 # We need space, tab and new line, in precisely that order.  Quoting is
86 # there to prevent editors from complaining about space-tab.
87 # (If _AS_PATH_WALK were called with IFS unset, it would disable word
88 # splitting by setting IFS to empty value.)
89 IFS=" ""        $as_nl"
90
91 # Find who we are.  Look in the path if we contain no directory separator.
92 case $0 in #((
93   *[\\/]* ) as_myself=$0 ;;
94   *) as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
95 for as_dir in $PATH
96 do
97   IFS=$as_save_IFS
98   test -z "$as_dir" && as_dir=.
99     test -r "$as_dir/$0" && as_myself=$as_dir/$0 && break
100   done
101 IFS=$as_save_IFS
102
103      ;;
104 esac
105 # We did not find ourselves, most probably we were run as `sh COMMAND'
106 # in which case we are not to be found in the path.
107 if test "x$as_myself" = x; then
108   as_myself=$0
109 fi
110 if test ! -f "$as_myself"; then
111   $as_echo "$as_myself: error: cannot find myself; rerun with an absolute file name" >&2
112   exit 1
113 fi
114
115 # Unset variables that we do not need and which cause bugs (e.g. in
116 # pre-3.0 UWIN ksh).  But do not cause bugs in bash 2.01; the "|| exit 1"
117 # suppresses any "Segmentation fault" message there.  '((' could
118 # trigger a bug in pdksh 5.2.14.
119 for as_var in BASH_ENV ENV MAIL MAILPATH
120 do eval test x\${$as_var+set} = xset \
121   && ( (unset $as_var) || exit 1) >/dev/null 2>&1 && unset $as_var || :
122 done
123 PS1='$ '
124 PS2='> '
125 PS4='+ '
126
127 # NLS nuisances.
128 LC_ALL=C
129 export LC_ALL
130 LANGUAGE=C
131 export LANGUAGE
132
133 # CDPATH.
134 (unset CDPATH) >/dev/null 2>&1 && unset CDPATH
135
136 if test "x$CONFIG_SHELL" = x; then
137   as_bourne_compatible="if test -n \"\${ZSH_VERSION+set}\" && (emulate sh) >/dev/null 2>&1; then :
138   emulate sh
139   NULLCMD=:
140   # Pre-4.2 versions of Zsh do word splitting on \${1+\"\$@\"}, which
141   # is contrary to our usage.  Disable this feature.
142   alias -g '\${1+\"\$@\"}'='\"\$@\"'
143   setopt NO_GLOB_SUBST
144 else
145   case \`(set -o) 2>/dev/null\` in #(
146   *posix*) :
147     set -o posix ;; #(
148   *) :
149      ;;
150 esac
151 fi
152 "
153   as_required="as_fn_return () { (exit \$1); }
154 as_fn_success () { as_fn_return 0; }
155 as_fn_failure () { as_fn_return 1; }
156 as_fn_ret_success () { return 0; }
157 as_fn_ret_failure () { return 1; }
158
159 exitcode=0
160 as_fn_success || { exitcode=1; echo as_fn_success failed.; }
161 as_fn_failure && { exitcode=1; echo as_fn_failure succeeded.; }
162 as_fn_ret_success || { exitcode=1; echo as_fn_ret_success failed.; }
163 as_fn_ret_failure && { exitcode=1; echo as_fn_ret_failure succeeded.; }
164 if ( set x; as_fn_ret_success y && test x = \"\$1\" ); then :
165
166 else
167   exitcode=1; echo positional parameters were not saved.
168 fi
169 test x\$exitcode = x0 || exit 1"
170   as_suggested="  as_lineno_1=";as_suggested=$as_suggested$LINENO;as_suggested=$as_suggested" as_lineno_1a=\$LINENO
171   as_lineno_2=";as_suggested=$as_suggested$LINENO;as_suggested=$as_suggested" as_lineno_2a=\$LINENO
172   eval 'test \"x\$as_lineno_1'\$as_run'\" != \"x\$as_lineno_2'\$as_run'\" &&
173   test \"x\`expr \$as_lineno_1'\$as_run' + 1\`\" = \"x\$as_lineno_2'\$as_run'\"' || exit 1
174 test \$(( 1 + 1 )) = 2 || exit 1"
175   if (eval "$as_required") 2>/dev/null; then :
176   as_have_required=yes
177 else
178   as_have_required=no
179 fi
180   if test x$as_have_required = xyes && (eval "$as_suggested") 2>/dev/null; then :
181
182 else
183   as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
184 as_found=false
185 for as_dir in /bin$PATH_SEPARATOR/usr/bin$PATH_SEPARATOR$PATH
186 do
187   IFS=$as_save_IFS
188   test -z "$as_dir" && as_dir=.
189   as_found=:
190   case $as_dir in #(
191          /*)
192            for as_base in sh bash ksh sh5; do
193              # Try only shells that exist, to save several forks.
194              as_shell=$as_dir/$as_base
195              if { test -f "$as_shell" || test -f "$as_shell.exe"; } &&
196                     { $as_echo "$as_bourne_compatible""$as_required" | as_run=a "$as_shell"; } 2>/dev/null; then :
197   CONFIG_SHELL=$as_shell as_have_required=yes
198                    if { $as_echo "$as_bourne_compatible""$as_suggested" | as_run=a "$as_shell"; } 2>/dev/null; then :
199   break 2
200 fi
201 fi
202            done;;
203        esac
204   as_found=false
205 done
206 $as_found || { if { test -f "$SHELL" || test -f "$SHELL.exe"; } &&
207               { $as_echo "$as_bourne_compatible""$as_required" | as_run=a "$SHELL"; } 2>/dev/null; then :
208   CONFIG_SHELL=$SHELL as_have_required=yes
209 fi; }
210 IFS=$as_save_IFS
211
212
213       if test "x$CONFIG_SHELL" != x; then :
214   # We cannot yet assume a decent shell, so we have to provide a
215         # neutralization value for shells without unset; and this also
216         # works around shells that cannot unset nonexistent variables.
217         BASH_ENV=/dev/null
218         ENV=/dev/null
219         (unset BASH_ENV) >/dev/null 2>&1 && unset BASH_ENV ENV
220         export CONFIG_SHELL
221         exec "$CONFIG_SHELL" "$as_myself" ${1+"$@"}
222 fi
223
224     if test x$as_have_required = xno; then :
225   $as_echo "$0: This script requires a shell more modern than all"
226   $as_echo "$0: the shells that I found on your system."
227   if test x${ZSH_VERSION+set} = xset ; then
228     $as_echo "$0: In particular, zsh $ZSH_VERSION has bugs and should"
229     $as_echo "$0: be upgraded to zsh 4.3.4 or later."
230   else
231     $as_echo "$0: Please tell bug-autoconf@gnu.org and
232 $0: wine-devel@winehq.org about your system, including any
233 $0: error possibly output before this message. Then install
234 $0: a modern shell, or manually run the script under such a
235 $0: shell if you do have one."
236   fi
237   exit 1
238 fi
239 fi
240 fi
241 SHELL=${CONFIG_SHELL-/bin/sh}
242 export SHELL
243 # Unset more variables known to interfere with behavior of common tools.
244 CLICOLOR_FORCE= GREP_OPTIONS=
245 unset CLICOLOR_FORCE GREP_OPTIONS
246
247 ## --------------------- ##
248 ## M4sh Shell Functions. ##
249 ## --------------------- ##
250 # as_fn_unset VAR
251 # ---------------
252 # Portably unset VAR.
253 as_fn_unset ()
254 {
255   { eval $1=; unset $1;}
256 }
257 as_unset=as_fn_unset
258
259 # as_fn_set_status STATUS
260 # -----------------------
261 # Set $? to STATUS, without forking.
262 as_fn_set_status ()
263 {
264   return $1
265 } # as_fn_set_status
266
267 # as_fn_exit STATUS
268 # -----------------
269 # Exit the shell with STATUS, even in a "trap 0" or "set -e" context.
270 as_fn_exit ()
271 {
272   set +e
273   as_fn_set_status $1
274   exit $1
275 } # as_fn_exit
276
277 # as_fn_mkdir_p
278 # -------------
279 # Create "$as_dir" as a directory, including parents if necessary.
280 as_fn_mkdir_p ()
281 {
282
283   case $as_dir in #(
284   -*) as_dir=./$as_dir;;
285   esac
286   test -d "$as_dir" || eval $as_mkdir_p || {
287     as_dirs=
288     while :; do
289       case $as_dir in #(
290       *\'*) as_qdir=`$as_echo "$as_dir" | sed "s/'/'\\\\\\\\''/g"`;; #'(
291       *) as_qdir=$as_dir;;
292       esac
293       as_dirs="'$as_qdir' $as_dirs"
294       as_dir=`$as_dirname -- "$as_dir" ||
295 $as_expr X"$as_dir" : 'X\(.*[^/]\)//*[^/][^/]*/*$' \| \
296          X"$as_dir" : 'X\(//\)[^/]' \| \
297          X"$as_dir" : 'X\(//\)$' \| \
298          X"$as_dir" : 'X\(/\)' \| . 2>/dev/null ||
299 $as_echo X"$as_dir" |
300     sed '/^X\(.*[^/]\)\/\/*[^/][^/]*\/*$/{
301             s//\1/
302             q
303           }
304           /^X\(\/\/\)[^/].*/{
305             s//\1/
306             q
307           }
308           /^X\(\/\/\)$/{
309             s//\1/
310             q
311           }
312           /^X\(\/\).*/{
313             s//\1/
314             q
315           }
316           s/.*/./; q'`
317       test -d "$as_dir" && break
318     done
319     test -z "$as_dirs" || eval "mkdir $as_dirs"
320   } || test -d "$as_dir" || as_fn_error "cannot create directory $as_dir"
321
322
323 } # as_fn_mkdir_p
324 # as_fn_append VAR VALUE
325 # ----------------------
326 # Append the text in VALUE to the end of the definition contained in VAR. Take
327 # advantage of any shell optimizations that allow amortized linear growth over
328 # repeated appends, instead of the typical quadratic growth present in naive
329 # implementations.
330 if (eval "as_var=1; as_var+=2; test x\$as_var = x12") 2>/dev/null; then :
331   eval 'as_fn_append ()
332   {
333     eval $1+=\$2
334   }'
335 else
336   as_fn_append ()
337   {
338     eval $1=\$$1\$2
339   }
340 fi # as_fn_append
341
342 # as_fn_arith ARG...
343 # ------------------
344 # Perform arithmetic evaluation on the ARGs, and store the result in the
345 # global $as_val. Take advantage of shells that can avoid forks. The arguments
346 # must be portable across $(()) and expr.
347 if (eval "test \$(( 1 + 1 )) = 2") 2>/dev/null; then :
348   eval 'as_fn_arith ()
349   {
350     as_val=$(( $* ))
351   }'
352 else
353   as_fn_arith ()
354   {
355     as_val=`expr "$@" || test $? -eq 1`
356   }
357 fi # as_fn_arith
358
359
360 # as_fn_error ERROR [LINENO LOG_FD]
361 # ---------------------------------
362 # Output "`basename $0`: error: ERROR" to stderr. If LINENO and LOG_FD are
363 # provided, also output the error to LOG_FD, referencing LINENO. Then exit the
364 # script with status $?, using 1 if that was 0.
365 as_fn_error ()
366 {
367   as_status=$?; test $as_status -eq 0 && as_status=1
368   if test "$3"; then
369     as_lineno=${as_lineno-"$2"} as_lineno_stack=as_lineno_stack=$as_lineno_stack
370     $as_echo "$as_me:${as_lineno-$LINENO}: error: $1" >&$3
371   fi
372   $as_echo "$as_me: error: $1" >&2
373   as_fn_exit $as_status
374 } # as_fn_error
375
376 if expr a : '\(a\)' >/dev/null 2>&1 &&
377    test "X`expr 00001 : '.*\(...\)'`" = X001; then
378   as_expr=expr
379 else
380   as_expr=false
381 fi
382
383 if (basename -- /) >/dev/null 2>&1 && test "X`basename -- / 2>&1`" = "X/"; then
384   as_basename=basename
385 else
386   as_basename=false
387 fi
388
389 if (as_dir=`dirname -- /` && test "X$as_dir" = X/) >/dev/null 2>&1; then
390   as_dirname=dirname
391 else
392   as_dirname=false
393 fi
394
395 as_me=`$as_basename -- "$0" ||
396 $as_expr X/"$0" : '.*/\([^/][^/]*\)/*$' \| \
397          X"$0" : 'X\(//\)$' \| \
398          X"$0" : 'X\(/\)' \| . 2>/dev/null ||
399 $as_echo X/"$0" |
400     sed '/^.*\/\([^/][^/]*\)\/*$/{
401             s//\1/
402             q
403           }
404           /^X\/\(\/\/\)$/{
405             s//\1/
406             q
407           }
408           /^X\/\(\/\).*/{
409             s//\1/
410             q
411           }
412           s/.*/./; q'`
413
414 # Avoid depending upon Character Ranges.
415 as_cr_letters='abcdefghijklmnopqrstuvwxyz'
416 as_cr_LETTERS='ABCDEFGHIJKLMNOPQRSTUVWXYZ'
417 as_cr_Letters=$as_cr_letters$as_cr_LETTERS
418 as_cr_digits='0123456789'
419 as_cr_alnum=$as_cr_Letters$as_cr_digits
420
421
422   as_lineno_1=$LINENO as_lineno_1a=$LINENO
423   as_lineno_2=$LINENO as_lineno_2a=$LINENO
424   eval 'test "x$as_lineno_1'$as_run'" != "x$as_lineno_2'$as_run'" &&
425   test "x`expr $as_lineno_1'$as_run' + 1`" = "x$as_lineno_2'$as_run'"' || {
426   # Blame Lee E. McMahon (1931-1989) for sed's syntax.  :-)
427   sed -n '
428     p
429     /[$]LINENO/=
430   ' <$as_myself |
431     sed '
432       s/[$]LINENO.*/&-/
433       t lineno
434       b
435       :lineno
436       N
437       :loop
438       s/[$]LINENO\([^'$as_cr_alnum'_].*\n\)\(.*\)/\2\1\2/
439       t loop
440       s/-\n.*//
441     ' >$as_me.lineno &&
442   chmod +x "$as_me.lineno" ||
443     { $as_echo "$as_me: error: cannot create $as_me.lineno; rerun with a POSIX shell" >&2; as_fn_exit 1; }
444
445   # Don't try to exec as it changes $[0], causing all sort of problems
446   # (the dirname of $[0] is not the place where we might find the
447   # original and so on.  Autoconf is especially sensitive to this).
448   . "./$as_me.lineno"
449   # Exit status is that of the last command.
450   exit
451 }
452
453 ECHO_C= ECHO_N= ECHO_T=
454 case `echo -n x` in #(((((
455 -n*)
456   case `echo 'xy\c'` in
457   *c*) ECHO_T=' ';;     # ECHO_T is single tab character.
458   xy)  ECHO_C='\c';;
459   *)   echo `echo ksh88 bug on AIX 6.1` > /dev/null
460        ECHO_T=' ';;
461   esac;;
462 *)
463   ECHO_N='-n';;
464 esac
465
466 rm -f conf$$ conf$$.exe conf$$.file
467 if test -d conf$$.dir; then
468   rm -f conf$$.dir/conf$$.file
469 else
470   rm -f conf$$.dir
471   mkdir conf$$.dir 2>/dev/null
472 fi
473 if (echo >conf$$.file) 2>/dev/null; then
474   if ln -s conf$$.file conf$$ 2>/dev/null; then
475     as_ln_s='ln -s'
476     # ... but there are two gotchas:
477     # 1) On MSYS, both `ln -s file dir' and `ln file dir' fail.
478     # 2) DJGPP < 2.04 has no symlinks; `ln -s' creates a wrapper executable.
479     # In both cases, we have to default to `cp -p'.
480     ln -s conf$$.file conf$$.dir 2>/dev/null && test ! -f conf$$.exe ||
481       as_ln_s='cp -p'
482   elif ln conf$$.file conf$$ 2>/dev/null; then
483     as_ln_s=ln
484   else
485     as_ln_s='cp -p'
486   fi
487 else
488   as_ln_s='cp -p'
489 fi
490 rm -f conf$$ conf$$.exe conf$$.dir/conf$$.file conf$$.file
491 rmdir conf$$.dir 2>/dev/null
492
493 if mkdir -p . 2>/dev/null; then
494   as_mkdir_p='mkdir -p "$as_dir"'
495 else
496   test -d ./-p && rmdir ./-p
497   as_mkdir_p=false
498 fi
499
500 if test -x / >/dev/null 2>&1; then
501   as_test_x='test -x'
502 else
503   if ls -dL / >/dev/null 2>&1; then
504     as_ls_L_option=L
505   else
506     as_ls_L_option=
507   fi
508   as_test_x='
509     eval sh -c '\''
510       if test -d "$1"; then
511         test -d "$1/.";
512       else
513         case $1 in #(
514         -*)set "./$1";;
515         esac;
516         case `ls -ld'$as_ls_L_option' "$1" 2>/dev/null` in #((
517         ???[sx]*):;;*)false;;esac;fi
518     '\'' sh
519   '
520 fi
521 as_executable_p=$as_test_x
522
523 # Sed expression to map a string onto a valid CPP name.
524 as_tr_cpp="eval sed 'y%*$as_cr_letters%P$as_cr_LETTERS%;s%[^_$as_cr_alnum]%_%g'"
525
526 # Sed expression to map a string onto a valid variable name.
527 as_tr_sh="eval sed 'y%*+%pp%;s%[^_$as_cr_alnum]%_%g'"
528
529
530 exec 7<&0 </dev/null 6>&1
531
532 # Name of the host.
533 # hostname on some systems (SVR3.2, Linux) returns a bogus exit status,
534 # so uname gets run too.
535 ac_hostname=`(hostname || uname -n) 2>/dev/null | sed 1q`
536
537 #
538 # Initializations.
539 #
540 ac_default_prefix=/usr/local
541 ac_clean_files=
542 ac_config_libobj_dir=.
543 LIBOBJS=
544 cross_compiling=no
545 subdirs=
546 MFLAGS=
547 MAKEFLAGS=
548
549 # Identity of this package.
550 PACKAGE_NAME='Wine'
551 PACKAGE_TARNAME='wine'
552 PACKAGE_VERSION='1.1.28'
553 PACKAGE_STRING='Wine 1.1.28'
554 PACKAGE_BUGREPORT='wine-devel@winehq.org'
555 PACKAGE_URL='http://www.winehq.org'
556
557 ac_unique_file="server/atom.c"
558 # Factoring default headers for most tests.
559 ac_includes_default="\
560 #include <stdio.h>
561 #ifdef HAVE_SYS_TYPES_H
562 # include <sys/types.h>
563 #endif
564 #ifdef HAVE_SYS_STAT_H
565 # include <sys/stat.h>
566 #endif
567 #ifdef STDC_HEADERS
568 # include <stdlib.h>
569 # include <stddef.h>
570 #else
571 # ifdef HAVE_STDLIB_H
572 #  include <stdlib.h>
573 # endif
574 #endif
575 #ifdef HAVE_STRING_H
576 # if !defined STDC_HEADERS && defined HAVE_MEMORY_H
577 #  include <memory.h>
578 # endif
579 # include <string.h>
580 #endif
581 #ifdef HAVE_STRINGS_H
582 # include <strings.h>
583 #endif
584 #ifdef HAVE_INTTYPES_H
585 # include <inttypes.h>
586 #endif
587 #ifdef HAVE_STDINT_H
588 # include <stdint.h>
589 #endif
590 #ifdef HAVE_UNISTD_H
591 # include <unistd.h>
592 #endif"
593
594 ac_subst_vars='LTLIBOBJS
595 LIBOBJS
596 ALL_WINETEST_DEPENDS
597 ALL_PROGRAM_BIN_INSTALL_DIRS
598 ALL_PROGRAM_INSTALL_DIRS
599 ALL_PROGRAM_DIRS
600 ALL_TEST_DIRS
601 ALL_IMPLIB_DIRS
602 ALL_DLL_DIRS
603 ALL_TOP_DIRS
604 ALL_MAKEFILE_DEPENDS
605 ALL_MAKEFILES
606 ALL_MAKERULES
607 DEPENDENCIES
608 LDAPLIBS
609 LIBPOLL
610 LIBDL
611 EXTRA_BINARIES
612 MAIN_BINARY
613 SOCKETLIBS
614 CRTLIBS
615 LDPATH
616 BUILTINFLAG
617 EXTRACFLAGS
618 LIBKSTAT
619 LIBMPG123
620 PNGINCL
621 FONTCONFIGINCL
622 CUPSINCL
623 AUDIOIOLIBS
624 ALSALIBS
625 ESDLIBS
626 ESDINCL
627 ESDCONFIG
628 ZLIB
629 FREETYPEINCL
630 FREETYPELIBS
631 ft_devel
632 LCMSLIBS
633 RESOLVLIBS
634 GPHOTO2INCL
635 GPHOTO2LIBS
636 gphoto2port_devel
637 gphoto2_devel
638 SANEINCL
639 sane_devel
640 GNUTLSINCL
641 HALINCL
642 XSLTINCL
643 XML2INCL
644 XML2LIBS
645 NASLIBS
646 X_EXTRA_LIBS
647 X_LIBS
648 X_PRE_LIBS
649 X_CFLAGS
650 XMKMF
651 LIBPTHREAD
652 CROSSTARGETFLAGS
653 CROSSTEST
654 CROSSCC
655 CARBONLIB
656 COREAUDIO
657 DISKARBITRATIONLIB
658 LDEXECFLAGS
659 IOKITLIB
660 COREFOUNDATIONLIB
661 SECURITYLIB
662 MINGWAR
663 DLLWRAP
664 DLLTOOL
665 LDD
666 LDRPATH_LOCAL
667 LDRPATH_INSTALL
668 IMPLIBEXT
669 LIBEXT
670 LDDLLFLAGS
671 LDSHARED
672 DLLFLAGS
673 DLLEXT
674 CPP
675 OPENGL_LIBS
676 XLIB
677 PRELINK
678 ICOTOOL
679 RSVG
680 PKG_CONFIG
681 FONTFORGE
682 LINTFLAGS
683 LINT
684 INSTALL_DATA
685 INSTALL_SCRIPT
686 INSTALL_PROGRAM
687 LDCONFIG
688 EGREP
689 GREP
690 LN
691 LN_S
692 STRIP
693 RANLIB
694 ARFLAGS
695 ac_ct_AR
696 AR
697 BISON
698 FLEX
699 TOOLSDIR
700 WOW64_DISABLE
701 WIN16_INSTALL
702 WIN16_FILES
703 TARGETFLAGS
704 CPPBIN
705 ac_ct_CXX
706 CXXFLAGS
707 CXX
708 OBJEXT
709 EXEEXT
710 ac_ct_CC
711 CPPFLAGS
712 LDFLAGS
713 CFLAGS
714 CC
715 SET_MAKE
716 host_os
717 host_vendor
718 host_cpu
719 host
720 build_os
721 build_vendor
722 build_cpu
723 build
724 MAINTAINER_MODE
725 target_alias
726 host_alias
727 build_alias
728 LIBS
729 ECHO_T
730 ECHO_N
731 ECHO_C
732 DEFS
733 mandir
734 localedir
735 libdir
736 psdir
737 pdfdir
738 dvidir
739 htmldir
740 infodir
741 docdir
742 oldincludedir
743 includedir
744 localstatedir
745 sharedstatedir
746 sysconfdir
747 datadir
748 datarootdir
749 libexecdir
750 sbindir
751 bindir
752 program_transform_name
753 prefix
754 exec_prefix
755 PACKAGE_URL
756 PACKAGE_BUGREPORT
757 PACKAGE_STRING
758 PACKAGE_VERSION
759 PACKAGE_TARNAME
760 PACKAGE_NAME
761 PATH_SEPARATOR
762 SHELL'
763 ac_subst_files='MAKE_RULES
764 MAKE_DLL_RULES
765 MAKE_IMPLIB_RULES
766 MAKE_TEST_RULES
767 MAKE_PROG_RULES'
768 ac_user_opts='
769 enable_option_checking
770 enable_win16
771 enable_win64
772 enable_tests
773 enable_maintainer_mode
774 with_alsa
775 with_audioio
776 with_capi
777 with_cms
778 with_coreaudio
779 with_cups
780 with_curses
781 with_esd
782 with_fontconfig
783 with_freetype
784 with_gphoto
785 with_glu
786 with_gnutls
787 with_gsm
788 with_hal
789 with_jack
790 with_jpeg
791 with_ldap
792 with_mpg123
793 with_nas
794 with_opengl
795 with_openssl
796 with_oss
797 with_png
798 with_pthread
799 with_sane
800 with_xcomposite
801 with_xcursor
802 with_xinerama
803 with_xinput
804 with_xml
805 with_xrandr
806 with_xrender
807 with_xshape
808 with_xshm
809 with_xslt
810 with_xxf86vm
811 with_wine_tools
812 with_wine64
813 enable_largefile
814 with_x
815 '
816       ac_precious_vars='build_alias
817 host_alias
818 target_alias
819 CC
820 CFLAGS
821 LDFLAGS
822 LIBS
823 CPPFLAGS
824 CXX
825 CXXFLAGS
826 CCC
827 CPP
828 XMKMF'
829
830
831 # Initialize some variables set by options.
832 ac_init_help=
833 ac_init_version=false
834 ac_unrecognized_opts=
835 ac_unrecognized_sep=
836 # The variables have the same names as the options, with
837 # dashes changed to underlines.
838 cache_file=/dev/null
839 exec_prefix=NONE
840 no_create=
841 no_recursion=
842 prefix=NONE
843 program_prefix=NONE
844 program_suffix=NONE
845 program_transform_name=s,x,x,
846 silent=
847 site=
848 srcdir=
849 verbose=
850 x_includes=NONE
851 x_libraries=NONE
852
853 # Installation directory options.
854 # These are left unexpanded so users can "make install exec_prefix=/foo"
855 # and all the variables that are supposed to be based on exec_prefix
856 # by default will actually change.
857 # Use braces instead of parens because sh, perl, etc. also accept them.
858 # (The list follows the same order as the GNU Coding Standards.)
859 bindir='${exec_prefix}/bin'
860 sbindir='${exec_prefix}/sbin'
861 libexecdir='${exec_prefix}/libexec'
862 datarootdir='${prefix}/share'
863 datadir='${datarootdir}'
864 sysconfdir='${prefix}/etc'
865 sharedstatedir='${prefix}/com'
866 localstatedir='${prefix}/var'
867 includedir='${prefix}/include'
868 oldincludedir='/usr/include'
869 docdir='${datarootdir}/doc/${PACKAGE_TARNAME}'
870 infodir='${datarootdir}/info'
871 htmldir='${docdir}'
872 dvidir='${docdir}'
873 pdfdir='${docdir}'
874 psdir='${docdir}'
875 libdir='${exec_prefix}/lib'
876 localedir='${datarootdir}/locale'
877 mandir='${datarootdir}/man'
878
879 ac_prev=
880 ac_dashdash=
881 for ac_option
882 do
883   # If the previous option needs an argument, assign it.
884   if test -n "$ac_prev"; then
885     eval $ac_prev=\$ac_option
886     ac_prev=
887     continue
888   fi
889
890   case $ac_option in
891   *=*)  ac_optarg=`expr "X$ac_option" : '[^=]*=\(.*\)'` ;;
892   *)    ac_optarg=yes ;;
893   esac
894
895   # Accept the important Cygnus configure options, so we can diagnose typos.
896
897   case $ac_dashdash$ac_option in
898   --)
899     ac_dashdash=yes ;;
900
901   -bindir | --bindir | --bindi | --bind | --bin | --bi)
902     ac_prev=bindir ;;
903   -bindir=* | --bindir=* | --bindi=* | --bind=* | --bin=* | --bi=*)
904     bindir=$ac_optarg ;;
905
906   -build | --build | --buil | --bui | --bu)
907     ac_prev=build_alias ;;
908   -build=* | --build=* | --buil=* | --bui=* | --bu=*)
909     build_alias=$ac_optarg ;;
910
911   -cache-file | --cache-file | --cache-fil | --cache-fi \
912   | --cache-f | --cache- | --cache | --cach | --cac | --ca | --c)
913     ac_prev=cache_file ;;
914   -cache-file=* | --cache-file=* | --cache-fil=* | --cache-fi=* \
915   | --cache-f=* | --cache-=* | --cache=* | --cach=* | --cac=* | --ca=* | --c=*)
916     cache_file=$ac_optarg ;;
917
918   --config-cache | -C)
919     cache_file=config.cache ;;
920
921   -datadir | --datadir | --datadi | --datad)
922     ac_prev=datadir ;;
923   -datadir=* | --datadir=* | --datadi=* | --datad=*)
924     datadir=$ac_optarg ;;
925
926   -datarootdir | --datarootdir | --datarootdi | --datarootd | --dataroot \
927   | --dataroo | --dataro | --datar)
928     ac_prev=datarootdir ;;
929   -datarootdir=* | --datarootdir=* | --datarootdi=* | --datarootd=* \
930   | --dataroot=* | --dataroo=* | --dataro=* | --datar=*)
931     datarootdir=$ac_optarg ;;
932
933   -disable-* | --disable-*)
934     ac_useropt=`expr "x$ac_option" : 'x-*disable-\(.*\)'`
935     # Reject names that are not valid shell variable names.
936     expr "x$ac_useropt" : ".*[^-+._$as_cr_alnum]" >/dev/null &&
937       as_fn_error "invalid feature name: $ac_useropt"
938     ac_useropt_orig=$ac_useropt
939     ac_useropt=`$as_echo "$ac_useropt" | sed 's/[-+.]/_/g'`
940     case $ac_user_opts in
941       *"
942 "enable_$ac_useropt"
943 "*) ;;
944       *) ac_unrecognized_opts="$ac_unrecognized_opts$ac_unrecognized_sep--disable-$ac_useropt_orig"
945          ac_unrecognized_sep=', ';;
946     esac
947     eval enable_$ac_useropt=no ;;
948
949   -docdir | --docdir | --docdi | --doc | --do)
950     ac_prev=docdir ;;
951   -docdir=* | --docdir=* | --docdi=* | --doc=* | --do=*)
952     docdir=$ac_optarg ;;
953
954   -dvidir | --dvidir | --dvidi | --dvid | --dvi | --dv)
955     ac_prev=dvidir ;;
956   -dvidir=* | --dvidir=* | --dvidi=* | --dvid=* | --dvi=* | --dv=*)
957     dvidir=$ac_optarg ;;
958
959   -enable-* | --enable-*)
960     ac_useropt=`expr "x$ac_option" : 'x-*enable-\([^=]*\)'`
961     # Reject names that are not valid shell variable names.
962     expr "x$ac_useropt" : ".*[^-+._$as_cr_alnum]" >/dev/null &&
963       as_fn_error "invalid feature name: $ac_useropt"
964     ac_useropt_orig=$ac_useropt
965     ac_useropt=`$as_echo "$ac_useropt" | sed 's/[-+.]/_/g'`
966     case $ac_user_opts in
967       *"
968 "enable_$ac_useropt"
969 "*) ;;
970       *) ac_unrecognized_opts="$ac_unrecognized_opts$ac_unrecognized_sep--enable-$ac_useropt_orig"
971          ac_unrecognized_sep=', ';;
972     esac
973     eval enable_$ac_useropt=\$ac_optarg ;;
974
975   -exec-prefix | --exec_prefix | --exec-prefix | --exec-prefi \
976   | --exec-pref | --exec-pre | --exec-pr | --exec-p | --exec- \
977   | --exec | --exe | --ex)
978     ac_prev=exec_prefix ;;
979   -exec-prefix=* | --exec_prefix=* | --exec-prefix=* | --exec-prefi=* \
980   | --exec-pref=* | --exec-pre=* | --exec-pr=* | --exec-p=* | --exec-=* \
981   | --exec=* | --exe=* | --ex=*)
982     exec_prefix=$ac_optarg ;;
983
984   -gas | --gas | --ga | --g)
985     # Obsolete; use --with-gas.
986     with_gas=yes ;;
987
988   -help | --help | --hel | --he | -h)
989     ac_init_help=long ;;
990   -help=r* | --help=r* | --hel=r* | --he=r* | -hr*)
991     ac_init_help=recursive ;;
992   -help=s* | --help=s* | --hel=s* | --he=s* | -hs*)
993     ac_init_help=short ;;
994
995   -host | --host | --hos | --ho)
996     ac_prev=host_alias ;;
997   -host=* | --host=* | --hos=* | --ho=*)
998     host_alias=$ac_optarg ;;
999
1000   -htmldir | --htmldir | --htmldi | --htmld | --html | --htm | --ht)
1001     ac_prev=htmldir ;;
1002   -htmldir=* | --htmldir=* | --htmldi=* | --htmld=* | --html=* | --htm=* \
1003   | --ht=*)
1004     htmldir=$ac_optarg ;;
1005
1006   -includedir | --includedir | --includedi | --included | --include \
1007   | --includ | --inclu | --incl | --inc)
1008     ac_prev=includedir ;;
1009   -includedir=* | --includedir=* | --includedi=* | --included=* | --include=* \
1010   | --includ=* | --inclu=* | --incl=* | --inc=*)
1011     includedir=$ac_optarg ;;
1012
1013   -infodir | --infodir | --infodi | --infod | --info | --inf)
1014     ac_prev=infodir ;;
1015   -infodir=* | --infodir=* | --infodi=* | --infod=* | --info=* | --inf=*)
1016     infodir=$ac_optarg ;;
1017
1018   -libdir | --libdir | --libdi | --libd)
1019     ac_prev=libdir ;;
1020   -libdir=* | --libdir=* | --libdi=* | --libd=*)
1021     libdir=$ac_optarg ;;
1022
1023   -libexecdir | --libexecdir | --libexecdi | --libexecd | --libexec \
1024   | --libexe | --libex | --libe)
1025     ac_prev=libexecdir ;;
1026   -libexecdir=* | --libexecdir=* | --libexecdi=* | --libexecd=* | --libexec=* \
1027   | --libexe=* | --libex=* | --libe=*)
1028     libexecdir=$ac_optarg ;;
1029
1030   -localedir | --localedir | --localedi | --localed | --locale)
1031     ac_prev=localedir ;;
1032   -localedir=* | --localedir=* | --localedi=* | --localed=* | --locale=*)
1033     localedir=$ac_optarg ;;
1034
1035   -localstatedir | --localstatedir | --localstatedi | --localstated \
1036   | --localstate | --localstat | --localsta | --localst | --locals)
1037     ac_prev=localstatedir ;;
1038   -localstatedir=* | --localstatedir=* | --localstatedi=* | --localstated=* \
1039   | --localstate=* | --localstat=* | --localsta=* | --localst=* | --locals=*)
1040     localstatedir=$ac_optarg ;;
1041
1042   -mandir | --mandir | --mandi | --mand | --man | --ma | --m)
1043     ac_prev=mandir ;;
1044   -mandir=* | --mandir=* | --mandi=* | --mand=* | --man=* | --ma=* | --m=*)
1045     mandir=$ac_optarg ;;
1046
1047   -nfp | --nfp | --nf)
1048     # Obsolete; use --without-fp.
1049     with_fp=no ;;
1050
1051   -no-create | --no-create | --no-creat | --no-crea | --no-cre \
1052   | --no-cr | --no-c | -n)
1053     no_create=yes ;;
1054
1055   -no-recursion | --no-recursion | --no-recursio | --no-recursi \
1056   | --no-recurs | --no-recur | --no-recu | --no-rec | --no-re | --no-r)
1057     no_recursion=yes ;;
1058
1059   -oldincludedir | --oldincludedir | --oldincludedi | --oldincluded \
1060   | --oldinclude | --oldinclud | --oldinclu | --oldincl | --oldinc \
1061   | --oldin | --oldi | --old | --ol | --o)
1062     ac_prev=oldincludedir ;;
1063   -oldincludedir=* | --oldincludedir=* | --oldincludedi=* | --oldincluded=* \
1064   | --oldinclude=* | --oldinclud=* | --oldinclu=* | --oldincl=* | --oldinc=* \
1065   | --oldin=* | --oldi=* | --old=* | --ol=* | --o=*)
1066     oldincludedir=$ac_optarg ;;
1067
1068   -prefix | --prefix | --prefi | --pref | --pre | --pr | --p)
1069     ac_prev=prefix ;;
1070   -prefix=* | --prefix=* | --prefi=* | --pref=* | --pre=* | --pr=* | --p=*)
1071     prefix=$ac_optarg ;;
1072
1073   -program-prefix | --program-prefix | --program-prefi | --program-pref \
1074   | --program-pre | --program-pr | --program-p)
1075     ac_prev=program_prefix ;;
1076   -program-prefix=* | --program-prefix=* | --program-prefi=* \
1077   | --program-pref=* | --program-pre=* | --program-pr=* | --program-p=*)
1078     program_prefix=$ac_optarg ;;
1079
1080   -program-suffix | --program-suffix | --program-suffi | --program-suff \
1081   | --program-suf | --program-su | --program-s)
1082     ac_prev=program_suffix ;;
1083   -program-suffix=* | --program-suffix=* | --program-suffi=* \
1084   | --program-suff=* | --program-suf=* | --program-su=* | --program-s=*)
1085     program_suffix=$ac_optarg ;;
1086
1087   -program-transform-name | --program-transform-name \
1088   | --program-transform-nam | --program-transform-na \
1089   | --program-transform-n | --program-transform- \
1090   | --program-transform | --program-transfor \
1091   | --program-transfo | --program-transf \
1092   | --program-trans | --program-tran \
1093   | --progr-tra | --program-tr | --program-t)
1094     ac_prev=program_transform_name ;;
1095   -program-transform-name=* | --program-transform-name=* \
1096   | --program-transform-nam=* | --program-transform-na=* \
1097   | --program-transform-n=* | --program-transform-=* \
1098   | --program-transform=* | --program-transfor=* \
1099   | --program-transfo=* | --program-transf=* \
1100   | --program-trans=* | --program-tran=* \
1101   | --progr-tra=* | --program-tr=* | --program-t=*)
1102     program_transform_name=$ac_optarg ;;
1103
1104   -pdfdir | --pdfdir | --pdfdi | --pdfd | --pdf | --pd)
1105     ac_prev=pdfdir ;;
1106   -pdfdir=* | --pdfdir=* | --pdfdi=* | --pdfd=* | --pdf=* | --pd=*)
1107     pdfdir=$ac_optarg ;;
1108
1109   -psdir | --psdir | --psdi | --psd | --ps)
1110     ac_prev=psdir ;;
1111   -psdir=* | --psdir=* | --psdi=* | --psd=* | --ps=*)
1112     psdir=$ac_optarg ;;
1113
1114   -q | -quiet | --quiet | --quie | --qui | --qu | --q \
1115   | -silent | --silent | --silen | --sile | --sil)
1116     silent=yes ;;
1117
1118   -sbindir | --sbindir | --sbindi | --sbind | --sbin | --sbi | --sb)
1119     ac_prev=sbindir ;;
1120   -sbindir=* | --sbindir=* | --sbindi=* | --sbind=* | --sbin=* \
1121   | --sbi=* | --sb=*)
1122     sbindir=$ac_optarg ;;
1123
1124   -sharedstatedir | --sharedstatedir | --sharedstatedi \
1125   | --sharedstated | --sharedstate | --sharedstat | --sharedsta \
1126   | --sharedst | --shareds | --shared | --share | --shar \
1127   | --sha | --sh)
1128     ac_prev=sharedstatedir ;;
1129   -sharedstatedir=* | --sharedstatedir=* | --sharedstatedi=* \
1130   | --sharedstated=* | --sharedstate=* | --sharedstat=* | --sharedsta=* \
1131   | --sharedst=* | --shareds=* | --shared=* | --share=* | --shar=* \
1132   | --sha=* | --sh=*)
1133     sharedstatedir=$ac_optarg ;;
1134
1135   -site | --site | --sit)
1136     ac_prev=site ;;
1137   -site=* | --site=* | --sit=*)
1138     site=$ac_optarg ;;
1139
1140   -srcdir | --srcdir | --srcdi | --srcd | --src | --sr)
1141     ac_prev=srcdir ;;
1142   -srcdir=* | --srcdir=* | --srcdi=* | --srcd=* | --src=* | --sr=*)
1143     srcdir=$ac_optarg ;;
1144
1145   -sysconfdir | --sysconfdir | --sysconfdi | --sysconfd | --sysconf \
1146   | --syscon | --sysco | --sysc | --sys | --sy)
1147     ac_prev=sysconfdir ;;
1148   -sysconfdir=* | --sysconfdir=* | --sysconfdi=* | --sysconfd=* | --sysconf=* \
1149   | --syscon=* | --sysco=* | --sysc=* | --sys=* | --sy=*)
1150     sysconfdir=$ac_optarg ;;
1151
1152   -target | --target | --targe | --targ | --tar | --ta | --t)
1153     ac_prev=target_alias ;;
1154   -target=* | --target=* | --targe=* | --targ=* | --tar=* | --ta=* | --t=*)
1155     target_alias=$ac_optarg ;;
1156
1157   -v | -verbose | --verbose | --verbos | --verbo | --verb)
1158     verbose=yes ;;
1159
1160   -version | --version | --versio | --versi | --vers | -V)
1161     ac_init_version=: ;;
1162
1163   -with-* | --with-*)
1164     ac_useropt=`expr "x$ac_option" : 'x-*with-\([^=]*\)'`
1165     # Reject names that are not valid shell variable names.
1166     expr "x$ac_useropt" : ".*[^-+._$as_cr_alnum]" >/dev/null &&
1167       as_fn_error "invalid package name: $ac_useropt"
1168     ac_useropt_orig=$ac_useropt
1169     ac_useropt=`$as_echo "$ac_useropt" | sed 's/[-+.]/_/g'`
1170     case $ac_user_opts in
1171       *"
1172 "with_$ac_useropt"
1173 "*) ;;
1174       *) ac_unrecognized_opts="$ac_unrecognized_opts$ac_unrecognized_sep--with-$ac_useropt_orig"
1175          ac_unrecognized_sep=', ';;
1176     esac
1177     eval with_$ac_useropt=\$ac_optarg ;;
1178
1179   -without-* | --without-*)
1180     ac_useropt=`expr "x$ac_option" : 'x-*without-\(.*\)'`
1181     # Reject names that are not valid shell variable names.
1182     expr "x$ac_useropt" : ".*[^-+._$as_cr_alnum]" >/dev/null &&
1183       as_fn_error "invalid package name: $ac_useropt"
1184     ac_useropt_orig=$ac_useropt
1185     ac_useropt=`$as_echo "$ac_useropt" | sed 's/[-+.]/_/g'`
1186     case $ac_user_opts in
1187       *"
1188 "with_$ac_useropt"
1189 "*) ;;
1190       *) ac_unrecognized_opts="$ac_unrecognized_opts$ac_unrecognized_sep--without-$ac_useropt_orig"
1191          ac_unrecognized_sep=', ';;
1192     esac
1193     eval with_$ac_useropt=no ;;
1194
1195   --x)
1196     # Obsolete; use --with-x.
1197     with_x=yes ;;
1198
1199   -x-includes | --x-includes | --x-include | --x-includ | --x-inclu \
1200   | --x-incl | --x-inc | --x-in | --x-i)
1201     ac_prev=x_includes ;;
1202   -x-includes=* | --x-includes=* | --x-include=* | --x-includ=* | --x-inclu=* \
1203   | --x-incl=* | --x-inc=* | --x-in=* | --x-i=*)
1204     x_includes=$ac_optarg ;;
1205
1206   -x-libraries | --x-libraries | --x-librarie | --x-librari \
1207   | --x-librar | --x-libra | --x-libr | --x-lib | --x-li | --x-l)
1208     ac_prev=x_libraries ;;
1209   -x-libraries=* | --x-libraries=* | --x-librarie=* | --x-librari=* \
1210   | --x-librar=* | --x-libra=* | --x-libr=* | --x-lib=* | --x-li=* | --x-l=*)
1211     x_libraries=$ac_optarg ;;
1212
1213   -*) as_fn_error "unrecognized option: \`$ac_option'
1214 Try \`$0 --help' for more information."
1215     ;;
1216
1217   *=*)
1218     ac_envvar=`expr "x$ac_option" : 'x\([^=]*\)='`
1219     # Reject names that are not valid shell variable names.
1220     case $ac_envvar in #(
1221       '' | [0-9]* | *[!_$as_cr_alnum]* )
1222       as_fn_error "invalid variable name: \`$ac_envvar'" ;;
1223     esac
1224     eval $ac_envvar=\$ac_optarg
1225     export $ac_envvar ;;
1226
1227   *)
1228     # FIXME: should be removed in autoconf 3.0.
1229     $as_echo "$as_me: WARNING: you should use --build, --host, --target" >&2
1230     expr "x$ac_option" : ".*[^-._$as_cr_alnum]" >/dev/null &&
1231       $as_echo "$as_me: WARNING: invalid host type: $ac_option" >&2
1232     : ${build_alias=$ac_option} ${host_alias=$ac_option} ${target_alias=$ac_option}
1233     ;;
1234
1235   esac
1236 done
1237
1238 if test -n "$ac_prev"; then
1239   ac_option=--`echo $ac_prev | sed 's/_/-/g'`
1240   as_fn_error "missing argument to $ac_option"
1241 fi
1242
1243 if test -n "$ac_unrecognized_opts"; then
1244   case $enable_option_checking in
1245     no) ;;
1246     fatal) as_fn_error "unrecognized options: $ac_unrecognized_opts" ;;
1247     *)     $as_echo "$as_me: WARNING: unrecognized options: $ac_unrecognized_opts" >&2 ;;
1248   esac
1249 fi
1250
1251 # Check all directory arguments for consistency.
1252 for ac_var in   exec_prefix prefix bindir sbindir libexecdir datarootdir \
1253                 datadir sysconfdir sharedstatedir localstatedir includedir \
1254                 oldincludedir docdir infodir htmldir dvidir pdfdir psdir \
1255                 libdir localedir mandir
1256 do
1257   eval ac_val=\$$ac_var
1258   # Remove trailing slashes.
1259   case $ac_val in
1260     */ )
1261       ac_val=`expr "X$ac_val" : 'X\(.*[^/]\)' \| "X$ac_val" : 'X\(.*\)'`
1262       eval $ac_var=\$ac_val;;
1263   esac
1264   # Be sure to have absolute directory names.
1265   case $ac_val in
1266     [\\/$]* | ?:[\\/]* )  continue;;
1267     NONE | '' ) case $ac_var in *prefix ) continue;; esac;;
1268   esac
1269   as_fn_error "expected an absolute directory name for --$ac_var: $ac_val"
1270 done
1271
1272 # There might be people who depend on the old broken behavior: `$host'
1273 # used to hold the argument of --host etc.
1274 # FIXME: To remove some day.
1275 build=$build_alias
1276 host=$host_alias
1277 target=$target_alias
1278
1279 # FIXME: To remove some day.
1280 if test "x$host_alias" != x; then
1281   if test "x$build_alias" = x; then
1282     cross_compiling=maybe
1283     $as_echo "$as_me: WARNING: If you wanted to set the --build type, don't use --host.
1284     If a cross compiler is detected then cross compile mode will be used." >&2
1285   elif test "x$build_alias" != "x$host_alias"; then
1286     cross_compiling=yes
1287   fi
1288 fi
1289
1290 ac_tool_prefix=
1291 test -n "$host_alias" && ac_tool_prefix=$host_alias-
1292
1293 test "$silent" = yes && exec 6>/dev/null
1294
1295
1296 ac_pwd=`pwd` && test -n "$ac_pwd" &&
1297 ac_ls_di=`ls -di .` &&
1298 ac_pwd_ls_di=`cd "$ac_pwd" && ls -di .` ||
1299   as_fn_error "working directory cannot be determined"
1300 test "X$ac_ls_di" = "X$ac_pwd_ls_di" ||
1301   as_fn_error "pwd does not report name of working directory"
1302
1303
1304 # Find the source files, if location was not specified.
1305 if test -z "$srcdir"; then
1306   ac_srcdir_defaulted=yes
1307   # Try the directory containing this script, then the parent directory.
1308   ac_confdir=`$as_dirname -- "$as_myself" ||
1309 $as_expr X"$as_myself" : 'X\(.*[^/]\)//*[^/][^/]*/*$' \| \
1310          X"$as_myself" : 'X\(//\)[^/]' \| \
1311          X"$as_myself" : 'X\(//\)$' \| \
1312          X"$as_myself" : 'X\(/\)' \| . 2>/dev/null ||
1313 $as_echo X"$as_myself" |
1314     sed '/^X\(.*[^/]\)\/\/*[^/][^/]*\/*$/{
1315             s//\1/
1316             q
1317           }
1318           /^X\(\/\/\)[^/].*/{
1319             s//\1/
1320             q
1321           }
1322           /^X\(\/\/\)$/{
1323             s//\1/
1324             q
1325           }
1326           /^X\(\/\).*/{
1327             s//\1/
1328             q
1329           }
1330           s/.*/./; q'`
1331   srcdir=$ac_confdir
1332   if test ! -r "$srcdir/$ac_unique_file"; then
1333     srcdir=..
1334   fi
1335 else
1336   ac_srcdir_defaulted=no
1337 fi
1338 if test ! -r "$srcdir/$ac_unique_file"; then
1339   test "$ac_srcdir_defaulted" = yes && srcdir="$ac_confdir or .."
1340   as_fn_error "cannot find sources ($ac_unique_file) in $srcdir"
1341 fi
1342 ac_msg="sources are in $srcdir, but \`cd $srcdir' does not work"
1343 ac_abs_confdir=`(
1344         cd "$srcdir" && test -r "./$ac_unique_file" || as_fn_error "$ac_msg"
1345         pwd)`
1346 # When building in place, set srcdir=.
1347 if test "$ac_abs_confdir" = "$ac_pwd"; then
1348   srcdir=.
1349 fi
1350 # Remove unnecessary trailing slashes from srcdir.
1351 # Double slashes in file names in object file debugging info
1352 # mess up M-x gdb in Emacs.
1353 case $srcdir in
1354 */) srcdir=`expr "X$srcdir" : 'X\(.*[^/]\)' \| "X$srcdir" : 'X\(.*\)'`;;
1355 esac
1356 for ac_var in $ac_precious_vars; do
1357   eval ac_env_${ac_var}_set=\${${ac_var}+set}
1358   eval ac_env_${ac_var}_value=\$${ac_var}
1359   eval ac_cv_env_${ac_var}_set=\${${ac_var}+set}
1360   eval ac_cv_env_${ac_var}_value=\$${ac_var}
1361 done
1362
1363 #
1364 # Report the --help message.
1365 #
1366 if test "$ac_init_help" = "long"; then
1367   # Omit some internal or obsolete options to make the list less imposing.
1368   # This message is too long to be a string in the A/UX 3.1 sh.
1369   cat <<_ACEOF
1370 \`configure' configures Wine 1.1.28 to adapt to many kinds of systems.
1371
1372 Usage: $0 [OPTION]... [VAR=VALUE]...
1373
1374 To assign environment variables (e.g., CC, CFLAGS...), specify them as
1375 VAR=VALUE.  See below for descriptions of some of the useful variables.
1376
1377 Defaults for the options are specified in brackets.
1378
1379 Configuration:
1380   -h, --help              display this help and exit
1381       --help=short        display options specific to this package
1382       --help=recursive    display the short help of all the included packages
1383   -V, --version           display version information and exit
1384   -q, --quiet, --silent   do not print \`checking...' messages
1385       --cache-file=FILE   cache test results in FILE [disabled]
1386   -C, --config-cache      alias for \`--cache-file=config.cache'
1387   -n, --no-create         do not create output files
1388       --srcdir=DIR        find the sources in DIR [configure dir or \`..']
1389
1390 Installation directories:
1391   --prefix=PREFIX         install architecture-independent files in PREFIX
1392                           [$ac_default_prefix]
1393   --exec-prefix=EPREFIX   install architecture-dependent files in EPREFIX
1394                           [PREFIX]
1395
1396 By default, \`make install' will install all the files in
1397 \`$ac_default_prefix/bin', \`$ac_default_prefix/lib' etc.  You can specify
1398 an installation prefix other than \`$ac_default_prefix' using \`--prefix',
1399 for instance \`--prefix=\$HOME'.
1400
1401 For better control, use the options below.
1402
1403 Fine tuning of the installation directories:
1404   --bindir=DIR            user executables [EPREFIX/bin]
1405   --sbindir=DIR           system admin executables [EPREFIX/sbin]
1406   --libexecdir=DIR        program executables [EPREFIX/libexec]
1407   --sysconfdir=DIR        read-only single-machine data [PREFIX/etc]
1408   --sharedstatedir=DIR    modifiable architecture-independent data [PREFIX/com]
1409   --localstatedir=DIR     modifiable single-machine data [PREFIX/var]
1410   --libdir=DIR            object code libraries [EPREFIX/lib]
1411   --includedir=DIR        C header files [PREFIX/include]
1412   --oldincludedir=DIR     C header files for non-gcc [/usr/include]
1413   --datarootdir=DIR       read-only arch.-independent data root [PREFIX/share]
1414   --datadir=DIR           read-only architecture-independent data [DATAROOTDIR]
1415   --infodir=DIR           info documentation [DATAROOTDIR/info]
1416   --localedir=DIR         locale-dependent data [DATAROOTDIR/locale]
1417   --mandir=DIR            man documentation [DATAROOTDIR/man]
1418   --docdir=DIR            documentation root [DATAROOTDIR/doc/wine]
1419   --htmldir=DIR           html documentation [DOCDIR]
1420   --dvidir=DIR            dvi documentation [DOCDIR]
1421   --pdfdir=DIR            pdf documentation [DOCDIR]
1422   --psdir=DIR             ps documentation [DOCDIR]
1423 _ACEOF
1424
1425   cat <<\_ACEOF
1426
1427 X features:
1428   --x-includes=DIR    X include files are in DIR
1429   --x-libraries=DIR   X library files are in DIR
1430
1431 System types:
1432   --build=BUILD     configure for building on BUILD [guessed]
1433   --host=HOST       cross-compile to build programs to run on HOST [BUILD]
1434 _ACEOF
1435 fi
1436
1437 if test -n "$ac_init_help"; then
1438   case $ac_init_help in
1439      short | recursive ) echo "Configuration of Wine 1.1.28:";;
1440    esac
1441   cat <<\_ACEOF
1442
1443 Optional Features:
1444   --disable-option-checking  ignore unrecognized --enable/--with options
1445   --disable-FEATURE       do not include FEATURE (same as --enable-FEATURE=no)
1446   --enable-FEATURE[=ARG]  include FEATURE [ARG=yes]
1447   --disable-win16         do not include Win16 support
1448   --enable-win64          build a Win64 emulator on AMD64 (won't run Win32
1449                           binaries)
1450   --disable-tests         do not build the regression tests
1451   --enable-maintainer-mode
1452                           enable maintainer-specific build rules
1453   --disable-largefile     omit support for large files
1454
1455 Optional Packages:
1456   --with-PACKAGE[=ARG]    use PACKAGE [ARG=yes]
1457   --without-PACKAGE       do not use PACKAGE (same as --with-PACKAGE=no)
1458   --without-alsa          do not use the Alsa sound support
1459   --without-audioio       do not use the AudioIO sound support
1460   --without-capi          do not use CAPI (ISDN support)
1461   --without-cms           do not use CMS (color management support)
1462   --without-coreaudio     do not use the CoreAudio sound support
1463   --without-cups          do not use CUPS
1464   --without-curses        do not use (n)curses
1465   --without-esd           do not use the EsounD sound support
1466   --without-fontconfig    do not use fontconfig
1467   --without-freetype      do not use the FreeType library
1468   --without-gphoto        do not use gphoto (Digital Camera support)
1469   --without-glu           do not use the GLU library
1470   --without-gnutls        do not use GnuTLS (schannel support)
1471   --without-gsm           do not use libgsm (GSM 06.10 codec support)
1472   --without-hal           do not use HAL (dynamic device support)
1473   --without-jack          do not use the Jack sound support
1474   --without-jpeg          do not use JPEG
1475   --without-ldap          do not use LDAP
1476   --without-mpg123        do not use the mpg123 library
1477   --without-nas           do not use the NAS sound support
1478   --without-opengl        do not use OpenGL
1479   --without-openssl       do not use OpenSSL
1480   --without-oss           do not use the OSS sound support
1481   --without-png           do not use PNG
1482   --without-pthread       do not use the pthread library
1483   --without-sane          do not use SANE (scanner support)
1484   --without-xcomposite    do not use the Xcomposite extension
1485   --without-xcursor       do not use the Xcursor extension
1486   --without-xinerama      do not use Xinerama (multi-monitor support)
1487   --without-xinput        do not use the Xinput extension
1488   --without-xml           do not use XML
1489   --without-xrandr        do not use Xrandr (resolution changes)
1490   --without-xrender       do not use the Xrender extension
1491   --without-xshape        do not use the Xshape extension
1492   --without-xshm          do not use XShm (shared memory extension)
1493   --without-xslt          do not use XSLT
1494   --without-xxf86vm       do not use XFree video mode extension
1495   --with-wine-tools=DIR   use Wine tools from directory DIR
1496   --with-wine64=DIR       use the 64-bit Wine in DIR for a Wow64 build
1497   --with-x                use the X Window System
1498
1499 Some influential environment variables:
1500   CC          C compiler command
1501   CFLAGS      C compiler flags
1502   LDFLAGS     linker flags, e.g. -L<lib dir> if you have libraries in a
1503               nonstandard directory <lib dir>
1504   LIBS        libraries to pass to the linker, e.g. -l<library>
1505   CPPFLAGS    C/C++/Objective C preprocessor flags, e.g. -I<include dir> if
1506               you have headers in a nonstandard directory <include dir>
1507   CXX         C++ compiler command
1508   CXXFLAGS    C++ compiler flags
1509   CPP         C preprocessor
1510   XMKMF       Path to xmkmf, Makefile generator for X Window System
1511
1512 Use these variables to override the choices made by `configure' or to help
1513 it to find libraries and programs with nonstandard names/locations.
1514
1515 Report bugs to <wine-devel@winehq.org>.
1516 Wine home page: <http://www.winehq.org>.
1517 _ACEOF
1518 ac_status=$?
1519 fi
1520
1521 if test "$ac_init_help" = "recursive"; then
1522   # If there are subdirs, report their specific --help.
1523   for ac_dir in : $ac_subdirs_all; do test "x$ac_dir" = x: && continue
1524     test -d "$ac_dir" ||
1525       { cd "$srcdir" && ac_pwd=`pwd` && srcdir=. && test -d "$ac_dir"; } ||
1526       continue
1527     ac_builddir=.
1528
1529 case "$ac_dir" in
1530 .) ac_dir_suffix= ac_top_builddir_sub=. ac_top_build_prefix= ;;
1531 *)
1532   ac_dir_suffix=/`$as_echo "$ac_dir" | sed 's|^\.[\\/]||'`
1533   # A ".." for each directory in $ac_dir_suffix.
1534   ac_top_builddir_sub=`$as_echo "$ac_dir_suffix" | sed 's|/[^\\/]*|/..|g;s|/||'`
1535   case $ac_top_builddir_sub in
1536   "") ac_top_builddir_sub=. ac_top_build_prefix= ;;
1537   *)  ac_top_build_prefix=$ac_top_builddir_sub/ ;;
1538   esac ;;
1539 esac
1540 ac_abs_top_builddir=$ac_pwd
1541 ac_abs_builddir=$ac_pwd$ac_dir_suffix
1542 # for backward compatibility:
1543 ac_top_builddir=$ac_top_build_prefix
1544
1545 case $srcdir in
1546   .)  # We are building in place.
1547     ac_srcdir=.
1548     ac_top_srcdir=$ac_top_builddir_sub
1549     ac_abs_top_srcdir=$ac_pwd ;;
1550   [\\/]* | ?:[\\/]* )  # Absolute name.
1551     ac_srcdir=$srcdir$ac_dir_suffix;
1552     ac_top_srcdir=$srcdir
1553     ac_abs_top_srcdir=$srcdir ;;
1554   *) # Relative name.
1555     ac_srcdir=$ac_top_build_prefix$srcdir$ac_dir_suffix
1556     ac_top_srcdir=$ac_top_build_prefix$srcdir
1557     ac_abs_top_srcdir=$ac_pwd/$srcdir ;;
1558 esac
1559 ac_abs_srcdir=$ac_abs_top_srcdir$ac_dir_suffix
1560
1561     cd "$ac_dir" || { ac_status=$?; continue; }
1562     # Check for guested configure.
1563     if test -f "$ac_srcdir/configure.gnu"; then
1564       echo &&
1565       $SHELL "$ac_srcdir/configure.gnu" --help=recursive
1566     elif test -f "$ac_srcdir/configure"; then
1567       echo &&
1568       $SHELL "$ac_srcdir/configure" --help=recursive
1569     else
1570       $as_echo "$as_me: WARNING: no configuration information is in $ac_dir" >&2
1571     fi || ac_status=$?
1572     cd "$ac_pwd" || { ac_status=$?; break; }
1573   done
1574 fi
1575
1576 test -n "$ac_init_help" && exit $ac_status
1577 if $ac_init_version; then
1578   cat <<\_ACEOF
1579 Wine configure 1.1.28
1580 generated by GNU Autoconf 2.64
1581
1582 Copyright (C) 2009 Free Software Foundation, Inc.
1583 This configure script is free software; the Free Software Foundation
1584 gives unlimited permission to copy, distribute and modify it.
1585 _ACEOF
1586   exit
1587 fi
1588
1589 ## ------------------------ ##
1590 ## Autoconf initialization. ##
1591 ## ------------------------ ##
1592
1593 # ac_fn_c_try_compile LINENO
1594 # --------------------------
1595 # Try to compile conftest.$ac_ext, and return whether this succeeded.
1596 ac_fn_c_try_compile ()
1597 {
1598   as_lineno=${as_lineno-"$1"} as_lineno_stack=as_lineno_stack=$as_lineno_stack
1599   rm -f conftest.$ac_objext
1600   if { { ac_try="$ac_compile"
1601 case "(($ac_try" in
1602   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
1603   *) ac_try_echo=$ac_try;;
1604 esac
1605 eval ac_try_echo="\"\$as_me:${as_lineno-$LINENO}: $ac_try_echo\""
1606 $as_echo "$ac_try_echo"; } >&5
1607   (eval "$ac_compile") 2>conftest.err
1608   ac_status=$?
1609   if test -s conftest.err; then
1610     grep -v '^ *+' conftest.err >conftest.er1
1611     cat conftest.er1 >&5
1612     mv -f conftest.er1 conftest.err
1613   fi
1614   $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
1615   test $ac_status = 0; } && {
1616          test -z "$ac_c_werror_flag" ||
1617          test ! -s conftest.err
1618        } && test -s conftest.$ac_objext; then :
1619   ac_retval=0
1620 else
1621   $as_echo "$as_me: failed program was:" >&5
1622 sed 's/^/| /' conftest.$ac_ext >&5
1623
1624         ac_retval=1
1625 fi
1626   eval $as_lineno_stack; test "x$as_lineno_stack" = x && { as_lineno=; unset as_lineno;}
1627   return $ac_retval
1628
1629 } # ac_fn_c_try_compile
1630
1631 # ac_fn_cxx_try_compile LINENO
1632 # ----------------------------
1633 # Try to compile conftest.$ac_ext, and return whether this succeeded.
1634 ac_fn_cxx_try_compile ()
1635 {
1636   as_lineno=${as_lineno-"$1"} as_lineno_stack=as_lineno_stack=$as_lineno_stack
1637   rm -f conftest.$ac_objext
1638   if { { ac_try="$ac_compile"
1639 case "(($ac_try" in
1640   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
1641   *) ac_try_echo=$ac_try;;
1642 esac
1643 eval ac_try_echo="\"\$as_me:${as_lineno-$LINENO}: $ac_try_echo\""
1644 $as_echo "$ac_try_echo"; } >&5
1645   (eval "$ac_compile") 2>conftest.err
1646   ac_status=$?
1647   if test -s conftest.err; then
1648     grep -v '^ *+' conftest.err >conftest.er1
1649     cat conftest.er1 >&5
1650     mv -f conftest.er1 conftest.err
1651   fi
1652   $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
1653   test $ac_status = 0; } && {
1654          test -z "$ac_cxx_werror_flag" ||
1655          test ! -s conftest.err
1656        } && test -s conftest.$ac_objext; then :
1657   ac_retval=0
1658 else
1659   $as_echo "$as_me: failed program was:" >&5
1660 sed 's/^/| /' conftest.$ac_ext >&5
1661
1662         ac_retval=1
1663 fi
1664   eval $as_lineno_stack; test "x$as_lineno_stack" = x && { as_lineno=; unset as_lineno;}
1665   return $ac_retval
1666
1667 } # ac_fn_cxx_try_compile
1668
1669 # ac_fn_c_try_link LINENO
1670 # -----------------------
1671 # Try to link conftest.$ac_ext, and return whether this succeeded.
1672 ac_fn_c_try_link ()
1673 {
1674   as_lineno=${as_lineno-"$1"} as_lineno_stack=as_lineno_stack=$as_lineno_stack
1675   rm -f conftest.$ac_objext conftest$ac_exeext
1676   if { { ac_try="$ac_link"
1677 case "(($ac_try" in
1678   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
1679   *) ac_try_echo=$ac_try;;
1680 esac
1681 eval ac_try_echo="\"\$as_me:${as_lineno-$LINENO}: $ac_try_echo\""
1682 $as_echo "$ac_try_echo"; } >&5
1683   (eval "$ac_link") 2>conftest.err
1684   ac_status=$?
1685   if test -s conftest.err; then
1686     grep -v '^ *+' conftest.err >conftest.er1
1687     cat conftest.er1 >&5
1688     mv -f conftest.er1 conftest.err
1689   fi
1690   $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
1691   test $ac_status = 0; } && {
1692          test -z "$ac_c_werror_flag" ||
1693          test ! -s conftest.err
1694        } && test -s conftest$ac_exeext && {
1695          test "$cross_compiling" = yes ||
1696          $as_test_x conftest$ac_exeext
1697        }; then :
1698   ac_retval=0
1699 else
1700   $as_echo "$as_me: failed program was:" >&5
1701 sed 's/^/| /' conftest.$ac_ext >&5
1702
1703         ac_retval=1
1704 fi
1705   # Delete the IPA/IPO (Inter Procedural Analysis/Optimization) information
1706   # created by the PGI compiler (conftest_ipa8_conftest.oo), as it would
1707   # interfere with the next link command; also delete a directory that is
1708   # left behind by Apple's compiler.  We do this before executing the actions.
1709   rm -rf conftest.dSYM conftest_ipa8_conftest.oo
1710   eval $as_lineno_stack; test "x$as_lineno_stack" = x && { as_lineno=; unset as_lineno;}
1711   return $ac_retval
1712
1713 } # ac_fn_c_try_link
1714
1715 # ac_fn_c_try_cpp LINENO
1716 # ----------------------
1717 # Try to preprocess conftest.$ac_ext, and return whether this succeeded.
1718 ac_fn_c_try_cpp ()
1719 {
1720   as_lineno=${as_lineno-"$1"} as_lineno_stack=as_lineno_stack=$as_lineno_stack
1721   if { { ac_try="$ac_cpp conftest.$ac_ext"
1722 case "(($ac_try" in
1723   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
1724   *) ac_try_echo=$ac_try;;
1725 esac
1726 eval ac_try_echo="\"\$as_me:${as_lineno-$LINENO}: $ac_try_echo\""
1727 $as_echo "$ac_try_echo"; } >&5
1728   (eval "$ac_cpp conftest.$ac_ext") 2>conftest.err
1729   ac_status=$?
1730   if test -s conftest.err; then
1731     grep -v '^ *+' conftest.err >conftest.er1
1732     cat conftest.er1 >&5
1733     mv -f conftest.er1 conftest.err
1734   fi
1735   $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
1736   test $ac_status = 0; } >/dev/null && {
1737          test -z "$ac_c_preproc_warn_flag$ac_c_werror_flag" ||
1738          test ! -s conftest.err
1739        }; then :
1740   ac_retval=0
1741 else
1742   $as_echo "$as_me: failed program was:" >&5
1743 sed 's/^/| /' conftest.$ac_ext >&5
1744
1745     ac_retval=1
1746 fi
1747   eval $as_lineno_stack; test "x$as_lineno_stack" = x && { as_lineno=; unset as_lineno;}
1748   return $ac_retval
1749
1750 } # ac_fn_c_try_cpp
1751
1752 # ac_fn_c_check_header_mongrel LINENO HEADER VAR INCLUDES
1753 # -------------------------------------------------------
1754 # Tests whether HEADER exists, giving a warning if it cannot be compiled using
1755 # the include files in INCLUDES and setting the cache variable VAR
1756 # accordingly.
1757 ac_fn_c_check_header_mongrel ()
1758 {
1759   as_lineno=${as_lineno-"$1"} as_lineno_stack=as_lineno_stack=$as_lineno_stack
1760   if { as_var=$3; eval "test \"\${$as_var+set}\" = set"; }; then :
1761   { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $2" >&5
1762 $as_echo_n "checking for $2... " >&6; }
1763 if { as_var=$3; eval "test \"\${$as_var+set}\" = set"; }; then :
1764   $as_echo_n "(cached) " >&6
1765 fi
1766 eval ac_res=\$$3
1767                { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_res" >&5
1768 $as_echo "$ac_res" >&6; }
1769 else
1770   # Is the header compilable?
1771 { $as_echo "$as_me:${as_lineno-$LINENO}: checking $2 usability" >&5
1772 $as_echo_n "checking $2 usability... " >&6; }
1773 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
1774 /* end confdefs.h.  */
1775 $4
1776 #include <$2>
1777 _ACEOF
1778 if ac_fn_c_try_compile "$LINENO"; then :
1779   ac_header_compiler=yes
1780 else
1781   ac_header_compiler=no
1782 fi
1783 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
1784 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_header_compiler" >&5
1785 $as_echo "$ac_header_compiler" >&6; }
1786
1787 # Is the header present?
1788 { $as_echo "$as_me:${as_lineno-$LINENO}: checking $2 presence" >&5
1789 $as_echo_n "checking $2 presence... " >&6; }
1790 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
1791 /* end confdefs.h.  */
1792 #include <$2>
1793 _ACEOF
1794 if ac_fn_c_try_cpp "$LINENO"; then :
1795   ac_header_preproc=yes
1796 else
1797   ac_header_preproc=no
1798 fi
1799 rm -f conftest.err conftest.$ac_ext
1800 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_header_preproc" >&5
1801 $as_echo "$ac_header_preproc" >&6; }
1802
1803 # So?  What about this header?
1804 case $ac_header_compiler:$ac_header_preproc:$ac_c_preproc_warn_flag in #((
1805   yes:no: )
1806     { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: $2: accepted by the compiler, rejected by the preprocessor!" >&5
1807 $as_echo "$as_me: WARNING: $2: accepted by the compiler, rejected by the preprocessor!" >&2;}
1808     { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: $2: proceeding with the compiler's result" >&5
1809 $as_echo "$as_me: WARNING: $2: proceeding with the compiler's result" >&2;}
1810     ;;
1811   no:yes:* )
1812     { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: $2: present but cannot be compiled" >&5
1813 $as_echo "$as_me: WARNING: $2: present but cannot be compiled" >&2;}
1814     { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: $2:     check for missing prerequisite headers?" >&5
1815 $as_echo "$as_me: WARNING: $2:     check for missing prerequisite headers?" >&2;}
1816     { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: $2: see the Autoconf documentation" >&5
1817 $as_echo "$as_me: WARNING: $2: see the Autoconf documentation" >&2;}
1818     { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: $2:     section \"Present But Cannot Be Compiled\"" >&5
1819 $as_echo "$as_me: WARNING: $2:     section \"Present But Cannot Be Compiled\"" >&2;}
1820     { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: $2: proceeding with the compiler's result" >&5
1821 $as_echo "$as_me: WARNING: $2: proceeding with the compiler's result" >&2;}
1822 ( cat <<\_ASBOX
1823 ## ------------------------------------ ##
1824 ## Report this to wine-devel@winehq.org ##
1825 ## ------------------------------------ ##
1826 _ASBOX
1827      ) | sed "s/^/$as_me: WARNING:     /" >&2
1828     ;;
1829 esac
1830   { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $2" >&5
1831 $as_echo_n "checking for $2... " >&6; }
1832 if { as_var=$3; eval "test \"\${$as_var+set}\" = set"; }; then :
1833   $as_echo_n "(cached) " >&6
1834 else
1835   eval "$3=\$ac_header_compiler"
1836 fi
1837 eval ac_res=\$$3
1838                { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_res" >&5
1839 $as_echo "$ac_res" >&6; }
1840 fi
1841   eval $as_lineno_stack; test "x$as_lineno_stack" = x && { as_lineno=; unset as_lineno;}
1842
1843 } # ac_fn_c_check_header_mongrel
1844
1845 # ac_fn_c_try_run LINENO
1846 # ----------------------
1847 # Try to link conftest.$ac_ext, and return whether this succeeded. Assumes
1848 # that executables *can* be run.
1849 ac_fn_c_try_run ()
1850 {
1851   as_lineno=${as_lineno-"$1"} as_lineno_stack=as_lineno_stack=$as_lineno_stack
1852   if { { ac_try="$ac_link"
1853 case "(($ac_try" in
1854   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
1855   *) ac_try_echo=$ac_try;;
1856 esac
1857 eval ac_try_echo="\"\$as_me:${as_lineno-$LINENO}: $ac_try_echo\""
1858 $as_echo "$ac_try_echo"; } >&5
1859   (eval "$ac_link") 2>&5
1860   ac_status=$?
1861   $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
1862   test $ac_status = 0; } && { ac_try='./conftest$ac_exeext'
1863   { { case "(($ac_try" in
1864   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
1865   *) ac_try_echo=$ac_try;;
1866 esac
1867 eval ac_try_echo="\"\$as_me:${as_lineno-$LINENO}: $ac_try_echo\""
1868 $as_echo "$ac_try_echo"; } >&5
1869   (eval "$ac_try") 2>&5
1870   ac_status=$?
1871   $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
1872   test $ac_status = 0; }; }; then :
1873   ac_retval=0
1874 else
1875   $as_echo "$as_me: program exited with status $ac_status" >&5
1876        $as_echo "$as_me: failed program was:" >&5
1877 sed 's/^/| /' conftest.$ac_ext >&5
1878
1879        ac_retval=$ac_status
1880 fi
1881   rm -rf conftest.dSYM conftest_ipa8_conftest.oo
1882   eval $as_lineno_stack; test "x$as_lineno_stack" = x && { as_lineno=; unset as_lineno;}
1883   return $ac_retval
1884
1885 } # ac_fn_c_try_run
1886
1887 # ac_fn_c_check_header_compile LINENO HEADER VAR INCLUDES
1888 # -------------------------------------------------------
1889 # Tests whether HEADER exists and can be compiled using the include files in
1890 # INCLUDES, setting the cache variable VAR accordingly.
1891 ac_fn_c_check_header_compile ()
1892 {
1893   as_lineno=${as_lineno-"$1"} as_lineno_stack=as_lineno_stack=$as_lineno_stack
1894   { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $2" >&5
1895 $as_echo_n "checking for $2... " >&6; }
1896 if { as_var=$3; eval "test \"\${$as_var+set}\" = set"; }; then :
1897   $as_echo_n "(cached) " >&6
1898 else
1899   cat confdefs.h - <<_ACEOF >conftest.$ac_ext
1900 /* end confdefs.h.  */
1901 $4
1902 #include <$2>
1903 _ACEOF
1904 if ac_fn_c_try_compile "$LINENO"; then :
1905   eval "$3=yes"
1906 else
1907   eval "$3=no"
1908 fi
1909 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
1910 fi
1911 eval ac_res=\$$3
1912                { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_res" >&5
1913 $as_echo "$ac_res" >&6; }
1914   eval $as_lineno_stack; test "x$as_lineno_stack" = x && { as_lineno=; unset as_lineno;}
1915
1916 } # ac_fn_c_check_header_compile
1917
1918 # ac_fn_c_check_func LINENO FUNC VAR
1919 # ----------------------------------
1920 # Tests whether FUNC exists, setting the cache variable VAR accordingly
1921 ac_fn_c_check_func ()
1922 {
1923   as_lineno=${as_lineno-"$1"} as_lineno_stack=as_lineno_stack=$as_lineno_stack
1924   { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $2" >&5
1925 $as_echo_n "checking for $2... " >&6; }
1926 if { as_var=$3; eval "test \"\${$as_var+set}\" = set"; }; then :
1927   $as_echo_n "(cached) " >&6
1928 else
1929   cat confdefs.h - <<_ACEOF >conftest.$ac_ext
1930 /* end confdefs.h.  */
1931 /* Define $2 to an innocuous variant, in case <limits.h> declares $2.
1932    For example, HP-UX 11i <limits.h> declares gettimeofday.  */
1933 #define $2 innocuous_$2
1934
1935 /* System header to define __stub macros and hopefully few prototypes,
1936     which can conflict with char $2 (); below.
1937     Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
1938     <limits.h> exists even on freestanding compilers.  */
1939
1940 #ifdef __STDC__
1941 # include <limits.h>
1942 #else
1943 # include <assert.h>
1944 #endif
1945
1946 #undef $2
1947
1948 /* Override any GCC internal prototype to avoid an error.
1949    Use char because int might match the return type of a GCC
1950    builtin and then its argument prototype would still apply.  */
1951 #ifdef __cplusplus
1952 extern "C"
1953 #endif
1954 char $2 ();
1955 /* The GNU C library defines this for functions which it implements
1956     to always fail with ENOSYS.  Some functions are actually named
1957     something starting with __ and the normal name is an alias.  */
1958 #if defined __stub_$2 || defined __stub___$2
1959 choke me
1960 #endif
1961
1962 int
1963 main ()
1964 {
1965 return $2 ();
1966   ;
1967   return 0;
1968 }
1969 _ACEOF
1970 if ac_fn_c_try_link "$LINENO"; then :
1971   eval "$3=yes"
1972 else
1973   eval "$3=no"
1974 fi
1975 rm -f core conftest.err conftest.$ac_objext \
1976     conftest$ac_exeext conftest.$ac_ext
1977 fi
1978 eval ac_res=\$$3
1979                { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_res" >&5
1980 $as_echo "$ac_res" >&6; }
1981   eval $as_lineno_stack; test "x$as_lineno_stack" = x && { as_lineno=; unset as_lineno;}
1982
1983 } # ac_fn_c_check_func
1984
1985 # ac_fn_c_check_member LINENO AGGR MEMBER VAR INCLUDES
1986 # ----------------------------------------------------
1987 # Tries to find if the field MEMBER exists in type AGGR, after including
1988 # INCLUDES, setting cache variable VAR accordingly.
1989 ac_fn_c_check_member ()
1990 {
1991   as_lineno=${as_lineno-"$1"} as_lineno_stack=as_lineno_stack=$as_lineno_stack
1992   { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $2.$3" >&5
1993 $as_echo_n "checking for $2.$3... " >&6; }
1994 if { as_var=$4; eval "test \"\${$as_var+set}\" = set"; }; then :
1995   $as_echo_n "(cached) " >&6
1996 else
1997   cat confdefs.h - <<_ACEOF >conftest.$ac_ext
1998 /* end confdefs.h.  */
1999 $5
2000 int
2001 main ()
2002 {
2003 static $2 ac_aggr;
2004 if (ac_aggr.$3)
2005 return 0;
2006   ;
2007   return 0;
2008 }
2009 _ACEOF
2010 if ac_fn_c_try_compile "$LINENO"; then :
2011   eval "$4=yes"
2012 else
2013   cat confdefs.h - <<_ACEOF >conftest.$ac_ext
2014 /* end confdefs.h.  */
2015 $5
2016 int
2017 main ()
2018 {
2019 static $2 ac_aggr;
2020 if (sizeof ac_aggr.$3)
2021 return 0;
2022   ;
2023   return 0;
2024 }
2025 _ACEOF
2026 if ac_fn_c_try_compile "$LINENO"; then :
2027   eval "$4=yes"
2028 else
2029   eval "$4=no"
2030 fi
2031 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
2032 fi
2033 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
2034 fi
2035 eval ac_res=\$$4
2036                { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_res" >&5
2037 $as_echo "$ac_res" >&6; }
2038   eval $as_lineno_stack; test "x$as_lineno_stack" = x && { as_lineno=; unset as_lineno;}
2039
2040 } # ac_fn_c_check_member
2041
2042 # ac_fn_c_check_type LINENO TYPE VAR INCLUDES
2043 # -------------------------------------------
2044 # Tests whether TYPE exists after having included INCLUDES, setting cache
2045 # variable VAR accordingly.
2046 ac_fn_c_check_type ()
2047 {
2048   as_lineno=${as_lineno-"$1"} as_lineno_stack=as_lineno_stack=$as_lineno_stack
2049   { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $2" >&5
2050 $as_echo_n "checking for $2... " >&6; }
2051 if { as_var=$3; eval "test \"\${$as_var+set}\" = set"; }; then :
2052   $as_echo_n "(cached) " >&6
2053 else
2054   eval "$3=no"
2055   cat confdefs.h - <<_ACEOF >conftest.$ac_ext
2056 /* end confdefs.h.  */
2057 $4
2058 int
2059 main ()
2060 {
2061 if (sizeof ($2))
2062          return 0;
2063   ;
2064   return 0;
2065 }
2066 _ACEOF
2067 if ac_fn_c_try_compile "$LINENO"; then :
2068   cat confdefs.h - <<_ACEOF >conftest.$ac_ext
2069 /* end confdefs.h.  */
2070 $4
2071 int
2072 main ()
2073 {
2074 if (sizeof (($2)))
2075             return 0;
2076   ;
2077   return 0;
2078 }
2079 _ACEOF
2080 if ac_fn_c_try_compile "$LINENO"; then :
2081
2082 else
2083   eval "$3=yes"
2084 fi
2085 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
2086 fi
2087 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
2088 fi
2089 eval ac_res=\$$3
2090                { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_res" >&5
2091 $as_echo "$ac_res" >&6; }
2092   eval $as_lineno_stack; test "x$as_lineno_stack" = x && { as_lineno=; unset as_lineno;}
2093
2094 } # ac_fn_c_check_type
2095 cat >config.log <<_ACEOF
2096 This file contains any messages produced by compilers while
2097 running configure, to aid debugging if configure makes a mistake.
2098
2099 It was created by Wine $as_me 1.1.28, which was
2100 generated by GNU Autoconf 2.64.  Invocation command line was
2101
2102   $ $0 $@
2103
2104 _ACEOF
2105 exec 5>>config.log
2106 {
2107 cat <<_ASUNAME
2108 ## --------- ##
2109 ## Platform. ##
2110 ## --------- ##
2111
2112 hostname = `(hostname || uname -n) 2>/dev/null | sed 1q`
2113 uname -m = `(uname -m) 2>/dev/null || echo unknown`
2114 uname -r = `(uname -r) 2>/dev/null || echo unknown`
2115 uname -s = `(uname -s) 2>/dev/null || echo unknown`
2116 uname -v = `(uname -v) 2>/dev/null || echo unknown`
2117
2118 /usr/bin/uname -p = `(/usr/bin/uname -p) 2>/dev/null || echo unknown`
2119 /bin/uname -X     = `(/bin/uname -X) 2>/dev/null     || echo unknown`
2120
2121 /bin/arch              = `(/bin/arch) 2>/dev/null              || echo unknown`
2122 /usr/bin/arch -k       = `(/usr/bin/arch -k) 2>/dev/null       || echo unknown`
2123 /usr/convex/getsysinfo = `(/usr/convex/getsysinfo) 2>/dev/null || echo unknown`
2124 /usr/bin/hostinfo      = `(/usr/bin/hostinfo) 2>/dev/null      || echo unknown`
2125 /bin/machine           = `(/bin/machine) 2>/dev/null           || echo unknown`
2126 /usr/bin/oslevel       = `(/usr/bin/oslevel) 2>/dev/null       || echo unknown`
2127 /bin/universe          = `(/bin/universe) 2>/dev/null          || echo unknown`
2128
2129 _ASUNAME
2130
2131 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
2132 for as_dir in $PATH
2133 do
2134   IFS=$as_save_IFS
2135   test -z "$as_dir" && as_dir=.
2136     $as_echo "PATH: $as_dir"
2137   done
2138 IFS=$as_save_IFS
2139
2140 } >&5
2141
2142 cat >&5 <<_ACEOF
2143
2144
2145 ## ----------- ##
2146 ## Core tests. ##
2147 ## ----------- ##
2148
2149 _ACEOF
2150
2151
2152 # Keep a trace of the command line.
2153 # Strip out --no-create and --no-recursion so they do not pile up.
2154 # Strip out --silent because we don't want to record it for future runs.
2155 # Also quote any args containing shell meta-characters.
2156 # Make two passes to allow for proper duplicate-argument suppression.
2157 ac_configure_args=
2158 ac_configure_args0=
2159 ac_configure_args1=
2160 ac_must_keep_next=false
2161 for ac_pass in 1 2
2162 do
2163   for ac_arg
2164   do
2165     case $ac_arg in
2166     -no-create | --no-c* | -n | -no-recursion | --no-r*) continue ;;
2167     -q | -quiet | --quiet | --quie | --qui | --qu | --q \
2168     | -silent | --silent | --silen | --sile | --sil)
2169       continue ;;
2170     *\'*)
2171       ac_arg=`$as_echo "$ac_arg" | sed "s/'/'\\\\\\\\''/g"` ;;
2172     esac
2173     case $ac_pass in
2174     1) as_fn_append ac_configure_args0 " '$ac_arg'" ;;
2175     2)
2176       as_fn_append ac_configure_args1 " '$ac_arg'"
2177       if test $ac_must_keep_next = true; then
2178         ac_must_keep_next=false # Got value, back to normal.
2179       else
2180         case $ac_arg in
2181           *=* | --config-cache | -C | -disable-* | --disable-* \
2182           | -enable-* | --enable-* | -gas | --g* | -nfp | --nf* \
2183           | -q | -quiet | --q* | -silent | --sil* | -v | -verb* \
2184           | -with-* | --with-* | -without-* | --without-* | --x)
2185             case "$ac_configure_args0 " in
2186               "$ac_configure_args1"*" '$ac_arg' "* ) continue ;;
2187             esac
2188             ;;
2189           -* ) ac_must_keep_next=true ;;
2190         esac
2191       fi
2192       as_fn_append ac_configure_args " '$ac_arg'"
2193       ;;
2194     esac
2195   done
2196 done
2197 { ac_configure_args0=; unset ac_configure_args0;}
2198 { ac_configure_args1=; unset ac_configure_args1;}
2199
2200 # When interrupted or exit'd, cleanup temporary files, and complete
2201 # config.log.  We remove comments because anyway the quotes in there
2202 # would cause problems or look ugly.
2203 # WARNING: Use '\'' to represent an apostrophe within the trap.
2204 # WARNING: Do not start the trap code with a newline, due to a FreeBSD 4.0 bug.
2205 trap 'exit_status=$?
2206   # Save into config.log some information that might help in debugging.
2207   {
2208     echo
2209
2210     cat <<\_ASBOX
2211 ## ---------------- ##
2212 ## Cache variables. ##
2213 ## ---------------- ##
2214 _ASBOX
2215     echo
2216     # The following way of writing the cache mishandles newlines in values,
2217 (
2218   for ac_var in `(set) 2>&1 | sed -n '\''s/^\([a-zA-Z_][a-zA-Z0-9_]*\)=.*/\1/p'\''`; do
2219     eval ac_val=\$$ac_var
2220     case $ac_val in #(
2221     *${as_nl}*)
2222       case $ac_var in #(
2223       *_cv_*) { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: cache variable $ac_var contains a newline" >&5
2224 $as_echo "$as_me: WARNING: cache variable $ac_var contains a newline" >&2;} ;;
2225       esac
2226       case $ac_var in #(
2227       _ | IFS | as_nl) ;; #(
2228       BASH_ARGV | BASH_SOURCE) eval $ac_var= ;; #(
2229       *) { eval $ac_var=; unset $ac_var;} ;;
2230       esac ;;
2231     esac
2232   done
2233   (set) 2>&1 |
2234     case $as_nl`(ac_space='\'' '\''; set) 2>&1` in #(
2235     *${as_nl}ac_space=\ *)
2236       sed -n \
2237         "s/'\''/'\''\\\\'\'''\''/g;
2238           s/^\\([_$as_cr_alnum]*_cv_[_$as_cr_alnum]*\\)=\\(.*\\)/\\1='\''\\2'\''/p"
2239       ;; #(
2240     *)
2241       sed -n "/^[_$as_cr_alnum]*_cv_[_$as_cr_alnum]*=/p"
2242       ;;
2243     esac |
2244     sort
2245 )
2246     echo
2247
2248     cat <<\_ASBOX
2249 ## ----------------- ##
2250 ## Output variables. ##
2251 ## ----------------- ##
2252 _ASBOX
2253     echo
2254     for ac_var in $ac_subst_vars
2255     do
2256       eval ac_val=\$$ac_var
2257       case $ac_val in
2258       *\'\''*) ac_val=`$as_echo "$ac_val" | sed "s/'\''/'\''\\\\\\\\'\'''\''/g"`;;
2259       esac
2260       $as_echo "$ac_var='\''$ac_val'\''"
2261     done | sort
2262     echo
2263
2264     if test -n "$ac_subst_files"; then
2265       cat <<\_ASBOX
2266 ## ------------------- ##
2267 ## File substitutions. ##
2268 ## ------------------- ##
2269 _ASBOX
2270       echo
2271       for ac_var in $ac_subst_files
2272       do
2273         eval ac_val=\$$ac_var
2274         case $ac_val in
2275         *\'\''*) ac_val=`$as_echo "$ac_val" | sed "s/'\''/'\''\\\\\\\\'\'''\''/g"`;;
2276         esac
2277         $as_echo "$ac_var='\''$ac_val'\''"
2278       done | sort
2279       echo
2280     fi
2281
2282     if test -s confdefs.h; then
2283       cat <<\_ASBOX
2284 ## ----------- ##
2285 ## confdefs.h. ##
2286 ## ----------- ##
2287 _ASBOX
2288       echo
2289       cat confdefs.h
2290       echo
2291     fi
2292     test "$ac_signal" != 0 &&
2293       $as_echo "$as_me: caught signal $ac_signal"
2294     $as_echo "$as_me: exit $exit_status"
2295   } >&5
2296   rm -f core *.core core.conftest.* &&
2297     rm -f -r conftest* confdefs* conf$$* $ac_clean_files &&
2298     exit $exit_status
2299 ' 0
2300 for ac_signal in 1 2 13 15; do
2301   trap 'ac_signal='$ac_signal'; as_fn_exit 1' $ac_signal
2302 done
2303 ac_signal=0
2304
2305 # confdefs.h avoids OS command line length limits that DEFS can exceed.
2306 rm -f -r conftest* confdefs.h
2307
2308 $as_echo "/* confdefs.h */" > confdefs.h
2309
2310 # Predefined preprocessor variables.
2311
2312 cat >>confdefs.h <<_ACEOF
2313 #define PACKAGE_NAME "$PACKAGE_NAME"
2314 _ACEOF
2315
2316 cat >>confdefs.h <<_ACEOF
2317 #define PACKAGE_TARNAME "$PACKAGE_TARNAME"
2318 _ACEOF
2319
2320 cat >>confdefs.h <<_ACEOF
2321 #define PACKAGE_VERSION "$PACKAGE_VERSION"
2322 _ACEOF
2323
2324 cat >>confdefs.h <<_ACEOF
2325 #define PACKAGE_STRING "$PACKAGE_STRING"
2326 _ACEOF
2327
2328 cat >>confdefs.h <<_ACEOF
2329 #define PACKAGE_BUGREPORT "$PACKAGE_BUGREPORT"
2330 _ACEOF
2331
2332 cat >>confdefs.h <<_ACEOF
2333 #define PACKAGE_URL "$PACKAGE_URL"
2334 _ACEOF
2335
2336
2337 # Let the site file select an alternate cache file if it wants to.
2338 # Prefer an explicitly selected file to automatically selected ones.
2339 ac_site_file1=NONE
2340 ac_site_file2=NONE
2341 if test -n "$CONFIG_SITE"; then
2342   ac_site_file1=$CONFIG_SITE
2343 elif test "x$prefix" != xNONE; then
2344   ac_site_file1=$prefix/share/config.site
2345   ac_site_file2=$prefix/etc/config.site
2346 else
2347   ac_site_file1=$ac_default_prefix/share/config.site
2348   ac_site_file2=$ac_default_prefix/etc/config.site
2349 fi
2350 for ac_site_file in "$ac_site_file1" "$ac_site_file2"
2351 do
2352   test "x$ac_site_file" = xNONE && continue
2353   if test -r "$ac_site_file"; then
2354     { $as_echo "$as_me:${as_lineno-$LINENO}: loading site script $ac_site_file" >&5
2355 $as_echo "$as_me: loading site script $ac_site_file" >&6;}
2356     sed 's/^/| /' "$ac_site_file" >&5
2357     . "$ac_site_file"
2358   fi
2359 done
2360
2361 if test -r "$cache_file"; then
2362   # Some versions of bash will fail to source /dev/null (special
2363   # files actually), so we avoid doing that.
2364   if test -f "$cache_file"; then
2365     { $as_echo "$as_me:${as_lineno-$LINENO}: loading cache $cache_file" >&5
2366 $as_echo "$as_me: loading cache $cache_file" >&6;}
2367     case $cache_file in
2368       [\\/]* | ?:[\\/]* ) . "$cache_file";;
2369       *)                      . "./$cache_file";;
2370     esac
2371   fi
2372 else
2373   { $as_echo "$as_me:${as_lineno-$LINENO}: creating cache $cache_file" >&5
2374 $as_echo "$as_me: creating cache $cache_file" >&6;}
2375   >$cache_file
2376 fi
2377
2378 # Check that the precious variables saved in the cache have kept the same
2379 # value.
2380 ac_cache_corrupted=false
2381 for ac_var in $ac_precious_vars; do
2382   eval ac_old_set=\$ac_cv_env_${ac_var}_set
2383   eval ac_new_set=\$ac_env_${ac_var}_set
2384   eval ac_old_val=\$ac_cv_env_${ac_var}_value
2385   eval ac_new_val=\$ac_env_${ac_var}_value
2386   case $ac_old_set,$ac_new_set in
2387     set,)
2388       { $as_echo "$as_me:${as_lineno-$LINENO}: error: \`$ac_var' was set to \`$ac_old_val' in the previous run" >&5
2389 $as_echo "$as_me: error: \`$ac_var' was set to \`$ac_old_val' in the previous run" >&2;}
2390       ac_cache_corrupted=: ;;
2391     ,set)
2392       { $as_echo "$as_me:${as_lineno-$LINENO}: error: \`$ac_var' was not set in the previous run" >&5
2393 $as_echo "$as_me: error: \`$ac_var' was not set in the previous run" >&2;}
2394       ac_cache_corrupted=: ;;
2395     ,);;
2396     *)
2397       if test "x$ac_old_val" != "x$ac_new_val"; then
2398         # differences in whitespace do not lead to failure.
2399         ac_old_val_w=`echo x $ac_old_val`
2400         ac_new_val_w=`echo x $ac_new_val`
2401         if test "$ac_old_val_w" != "$ac_new_val_w"; then
2402           { $as_echo "$as_me:${as_lineno-$LINENO}: error: \`$ac_var' has changed since the previous run:" >&5
2403 $as_echo "$as_me: error: \`$ac_var' has changed since the previous run:" >&2;}
2404           ac_cache_corrupted=:
2405         else
2406           { $as_echo "$as_me:${as_lineno-$LINENO}: warning: ignoring whitespace changes in \`$ac_var' since the previous run:" >&5
2407 $as_echo "$as_me: warning: ignoring whitespace changes in \`$ac_var' since the previous run:" >&2;}
2408           eval $ac_var=\$ac_old_val
2409         fi
2410         { $as_echo "$as_me:${as_lineno-$LINENO}:   former value:  \`$ac_old_val'" >&5
2411 $as_echo "$as_me:   former value:  \`$ac_old_val'" >&2;}
2412         { $as_echo "$as_me:${as_lineno-$LINENO}:   current value: \`$ac_new_val'" >&5
2413 $as_echo "$as_me:   current value: \`$ac_new_val'" >&2;}
2414       fi;;
2415   esac
2416   # Pass precious variables to config.status.
2417   if test "$ac_new_set" = set; then
2418     case $ac_new_val in
2419     *\'*) ac_arg=$ac_var=`$as_echo "$ac_new_val" | sed "s/'/'\\\\\\\\''/g"` ;;
2420     *) ac_arg=$ac_var=$ac_new_val ;;
2421     esac
2422     case " $ac_configure_args " in
2423       *" '$ac_arg' "*) ;; # Avoid dups.  Use of quotes ensures accuracy.
2424       *) as_fn_append ac_configure_args " '$ac_arg'" ;;
2425     esac
2426   fi
2427 done
2428 if $ac_cache_corrupted; then
2429   { $as_echo "$as_me:${as_lineno-$LINENO}: error: in \`$ac_pwd':" >&5
2430 $as_echo "$as_me: error: in \`$ac_pwd':" >&2;}
2431   { $as_echo "$as_me:${as_lineno-$LINENO}: error: changes in the environment can compromise the build" >&5
2432 $as_echo "$as_me: error: changes in the environment can compromise the build" >&2;}
2433   as_fn_error "run \`make distclean' and/or \`rm $cache_file' and start over" "$LINENO" 5
2434 fi
2435 ## -------------------- ##
2436 ## Main body of script. ##
2437 ## -------------------- ##
2438
2439 ac_ext=c
2440 ac_cpp='$CPP $CPPFLAGS'
2441 ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
2442 ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
2443 ac_compiler_gnu=$ac_cv_c_compiler_gnu
2444
2445
2446
2447 ac_config_headers="$ac_config_headers include/config.h"
2448
2449 ac_aux_dir=
2450 for ac_dir in tools "$srcdir"/tools; do
2451   for ac_t in install-sh install.sh shtool; do
2452     if test -f "$ac_dir/$ac_t"; then
2453       ac_aux_dir=$ac_dir
2454       ac_install_sh="$ac_aux_dir/$ac_t -c"
2455       break 2
2456     fi
2457   done
2458 done
2459 if test -z "$ac_aux_dir"; then
2460   as_fn_error "cannot find install-sh, install.sh, or shtool in tools \"$srcdir\"/tools" "$LINENO" 5
2461 fi
2462
2463 # These three variables are undocumented and unsupported,
2464 # and are intended to be withdrawn in a future Autoconf release.
2465 # They can cause serious problems if a builder's source tree is in a directory
2466 # whose full name contains unusual characters.
2467 ac_config_guess="$SHELL $ac_aux_dir/config.guess"  # Please don't use this var.
2468 ac_config_sub="$SHELL $ac_aux_dir/config.sub"  # Please don't use this var.
2469 ac_configure="$SHELL $ac_aux_dir/configure"  # Please don't use this var.
2470
2471
2472
2473
2474 # Check whether --enable-win16 was given.
2475 if test "${enable_win16+set}" = set; then :
2476   enableval=$enable_win16;
2477 fi
2478
2479 # Check whether --enable-win64 was given.
2480 if test "${enable_win64+set}" = set; then :
2481   enableval=$enable_win64;
2482 fi
2483
2484 # Check whether --enable-tests was given.
2485 if test "${enable_tests+set}" = set; then :
2486   enableval=$enable_tests;
2487 fi
2488
2489 # Check whether --enable-maintainer-mode was given.
2490 if test "${enable_maintainer_mode+set}" = set; then :
2491   enableval=$enable_maintainer_mode;
2492 else
2493   MAINTAINER_MODE=\#
2494
2495 fi
2496
2497
2498
2499 # Check whether --with-alsa was given.
2500 if test "${with_alsa+set}" = set; then :
2501   withval=$with_alsa; if test "x$withval" = "xno"; then ac_cv_header_sys_asoundlib_h=no; ac_cv_header_alsa_asoundlib_h=no; fi
2502 fi
2503
2504
2505 # Check whether --with-audioio was given.
2506 if test "${with_audioio+set}" = set; then :
2507   withval=$with_audioio; if test "x$withval" = "xno"; then ac_cv_header_libaudioio_h=no; fi
2508 fi
2509
2510
2511 # Check whether --with-capi was given.
2512 if test "${with_capi+set}" = set; then :
2513   withval=$with_capi; if test "x$withval" = "xno"; then ac_cv_header_capi20_h=no; ac_cv_header_linux_capi_h=no; fi
2514 fi
2515
2516
2517 # Check whether --with-cms was given.
2518 if test "${with_cms+set}" = set; then :
2519   withval=$with_cms; if test "x$withval" = "xno"; then ac_cv_header_lcms_h=no; ac_cv_header_lcms_lcms_h=no; fi
2520 fi
2521
2522
2523 # Check whether --with-coreaudio was given.
2524 if test "${with_coreaudio+set}" = set; then :
2525   withval=$with_coreaudio; if test "x$withval" = "xno"; then ac_cv_header_CoreAudio_CoreAudio_h=no; fi
2526 fi
2527
2528
2529 # Check whether --with-cups was given.
2530 if test "${with_cups+set}" = set; then :
2531   withval=$with_cups;
2532 fi
2533
2534
2535 # Check whether --with-curses was given.
2536 if test "${with_curses+set}" = set; then :
2537   withval=$with_curses; if test "x$withval" = "xno"; then ac_cv_header_ncurses_h=no; ac_cv_header_curses_h=no; fi
2538 fi
2539
2540
2541 # Check whether --with-esd was given.
2542 if test "${with_esd+set}" = set; then :
2543   withval=$with_esd;
2544 fi
2545
2546
2547 # Check whether --with-fontconfig was given.
2548 if test "${with_fontconfig+set}" = set; then :
2549   withval=$with_fontconfig; if test "x$withval" = "xno"; then ac_cv_header_fontconfig_fontconfig_h=no; fi
2550 fi
2551
2552
2553 # Check whether --with-freetype was given.
2554 if test "${with_freetype+set}" = set; then :
2555   withval=$with_freetype;
2556 fi
2557
2558
2559 # Check whether --with-gphoto was given.
2560 if test "${with_gphoto+set}" = set; then :
2561   withval=$with_gphoto;
2562 fi
2563
2564
2565 # Check whether --with-glu was given.
2566 if test "${with_glu+set}" = set; then :
2567   withval=$with_glu; if test "x$withval" = "xno"; then ac_cv_header_GL_glu_h=no; fi
2568 fi
2569
2570
2571 # Check whether --with-gnutls was given.
2572 if test "${with_gnutls+set}" = set; then :
2573   withval=$with_gnutls;
2574 fi
2575
2576
2577 # Check whether --with-gsm was given.
2578 if test "${with_gsm+set}" = set; then :
2579   withval=$with_gsm; if test "x$withval" = "xno"; then ac_cv_header_gsm_h=no; ac_cv_header_gsm_gsm_h=no; fi
2580 fi
2581
2582
2583 # Check whether --with-hal was given.
2584 if test "${with_hal+set}" = set; then :
2585   withval=$with_hal;
2586 fi
2587
2588
2589 # Check whether --with-jack was given.
2590 if test "${with_jack+set}" = set; then :
2591   withval=$with_jack; if test "x$withval" = "xno"; then ac_cv_header_jack_jack_h=no; fi
2592 fi
2593
2594
2595 # Check whether --with-jpeg was given.
2596 if test "${with_jpeg+set}" = set; then :
2597   withval=$with_jpeg; if test "x$withval" = "xno"; then ac_cv_header_jpeglib_h=no; fi
2598 fi
2599
2600
2601 # Check whether --with-ldap was given.
2602 if test "${with_ldap+set}" = set; then :
2603   withval=$with_ldap; if test "x$withval" = "xno"; then ac_cv_header_ldap_h=no; ac_cv_header_lber_h=no; fi
2604 fi
2605
2606
2607 # Check whether --with-mpg123 was given.
2608 if test "${with_mpg123+set}" = set; then :
2609   withval=$with_mpg123; if test "x$withval" = "xno"; then ac_cv_header_mpg123_h=no; fi
2610 fi
2611
2612
2613 # Check whether --with-nas was given.
2614 if test "${with_nas+set}" = set; then :
2615   withval=$with_nas; if test "x$withval" = "xno"; then ac_cv_header_audio_audiolib_h=no; fi
2616 fi
2617
2618
2619 # Check whether --with-opengl was given.
2620 if test "${with_opengl+set}" = set; then :
2621   withval=$with_opengl;
2622 fi
2623
2624
2625 # Check whether --with-openssl was given.
2626 if test "${with_openssl+set}" = set; then :
2627   withval=$with_openssl; if test "x$withval" = "xno"; then ac_cv_header_openssl_err_h=no; ac_cv_header_openssl_ssl_h=no; fi
2628 fi
2629
2630
2631 # Check whether --with-oss was given.
2632 if test "${with_oss+set}" = set; then :
2633   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
2634 fi
2635
2636
2637 # Check whether --with-png was given.
2638 if test "${with_png+set}" = set; then :
2639   withval=$with_png; if test "x$withval" = "xno"; then ac_cv_header_png_h=no; fi
2640 fi
2641
2642
2643 # Check whether --with-pthread was given.
2644 if test "${with_pthread+set}" = set; then :
2645   withval=$with_pthread; if test "x$withval" = "xno"; then ac_cv_header_pthread_h=no; fi
2646 fi
2647
2648
2649 # Check whether --with-sane was given.
2650 if test "${with_sane+set}" = set; then :
2651   withval=$with_sane;
2652 fi
2653
2654
2655 # Check whether --with-xcomposite was given.
2656 if test "${with_xcomposite+set}" = set; then :
2657   withval=$with_xcomposite; if test "x$withval" = "xno"; then ac_cv_header_X11_extensions_Xcomposite_h=no; fi
2658 fi
2659
2660
2661 # Check whether --with-xcursor was given.
2662 if test "${with_xcursor+set}" = set; then :
2663   withval=$with_xcursor; if test "x$withval" = "xno"; then ac_cv_header_X11_Xcursor_Xcursor_h=no; fi
2664 fi
2665
2666
2667 # Check whether --with-xinerama was given.
2668 if test "${with_xinerama+set}" = set; then :
2669   withval=$with_xinerama; if test "x$withval" = "xno"; then ac_cv_header_X11_extensions_Xinerama_h=no; fi
2670 fi
2671
2672
2673 # Check whether --with-xinput was given.
2674 if test "${with_xinput+set}" = set; then :
2675   withval=$with_xinput; if test "x$withval" = "xno"; then ac_cv_header_X11_extensions_XInput_h=no; fi
2676 fi
2677
2678
2679 # Check whether --with-xml was given.
2680 if test "${with_xml+set}" = set; then :
2681   withval=$with_xml;
2682 fi
2683
2684
2685 # Check whether --with-xrandr was given.
2686 if test "${with_xrandr+set}" = set; then :
2687   withval=$with_xrandr; if test "x$withval" = "xno"; then ac_cv_header_X11_extensions_Xrandr_h=no; fi
2688 fi
2689
2690
2691 # Check whether --with-xrender was given.
2692 if test "${with_xrender+set}" = set; then :
2693   withval=$with_xrender; if test "x$withval" = "xno"; then ac_cv_header_X11_extensions_Xrender_h=no; fi
2694 fi
2695
2696
2697 # Check whether --with-xshape was given.
2698 if test "${with_xshape+set}" = set; then :
2699   withval=$with_xshape; if test "x$withval" = "xno"; then ac_cv_header_X11_extensions_shape_h=no; fi
2700 fi
2701
2702
2703 # Check whether --with-xshm was given.
2704 if test "${with_xshm+set}" = set; then :
2705   withval=$with_xshm; if test "x$withval" = "xno"; then ac_cv_header_X11_extensions_XShm_h=no; fi
2706 fi
2707
2708
2709 # Check whether --with-xslt was given.
2710 if test "${with_xslt+set}" = set; then :
2711   withval=$with_xslt;
2712 fi
2713
2714
2715 # Check whether --with-xxf86vm was given.
2716 if test "${with_xxf86vm+set}" = set; then :
2717   withval=$with_xxf86vm; if test "x$withval" = "xno"; then ac_cv_header_X11_extensions_xf86vmode_h=no; fi
2718 fi
2719
2720
2721
2722 # Check whether --with-wine-tools was given.
2723 if test "${with_wine_tools+set}" = set; then :
2724   withval=$with_wine_tools;
2725 fi
2726
2727
2728 # Check whether --with-wine64 was given.
2729 if test "${with_wine64+set}" = set; then :
2730   withval=$with_wine64;
2731 fi
2732
2733
2734 # Make sure we can run config.sub.
2735 $SHELL "$ac_aux_dir/config.sub" sun4 >/dev/null 2>&1 ||
2736   as_fn_error "cannot run $SHELL $ac_aux_dir/config.sub" "$LINENO" 5
2737
2738 { $as_echo "$as_me:${as_lineno-$LINENO}: checking build system type" >&5
2739 $as_echo_n "checking build system type... " >&6; }
2740 if test "${ac_cv_build+set}" = set; then :
2741   $as_echo_n "(cached) " >&6
2742 else
2743   ac_build_alias=$build_alias
2744 test "x$ac_build_alias" = x &&
2745   ac_build_alias=`$SHELL "$ac_aux_dir/config.guess"`
2746 test "x$ac_build_alias" = x &&
2747   as_fn_error "cannot guess build type; you must specify one" "$LINENO" 5
2748 ac_cv_build=`$SHELL "$ac_aux_dir/config.sub" $ac_build_alias` ||
2749   as_fn_error "$SHELL $ac_aux_dir/config.sub $ac_build_alias failed" "$LINENO" 5
2750
2751 fi
2752 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_build" >&5
2753 $as_echo "$ac_cv_build" >&6; }
2754 case $ac_cv_build in
2755 *-*-*) ;;
2756 *) as_fn_error "invalid value of canonical build" "$LINENO" 5;;
2757 esac
2758 build=$ac_cv_build
2759 ac_save_IFS=$IFS; IFS='-'
2760 set x $ac_cv_build
2761 shift
2762 build_cpu=$1
2763 build_vendor=$2
2764 shift; shift
2765 # Remember, the first character of IFS is used to create $*,
2766 # except with old shells:
2767 build_os=$*
2768 IFS=$ac_save_IFS
2769 case $build_os in *\ *) build_os=`echo "$build_os" | sed 's/ /-/g'`;; esac
2770
2771
2772 { $as_echo "$as_me:${as_lineno-$LINENO}: checking host system type" >&5
2773 $as_echo_n "checking host system type... " >&6; }
2774 if test "${ac_cv_host+set}" = set; then :
2775   $as_echo_n "(cached) " >&6
2776 else
2777   if test "x$host_alias" = x; then
2778   ac_cv_host=$ac_cv_build
2779 else
2780   ac_cv_host=`$SHELL "$ac_aux_dir/config.sub" $host_alias` ||
2781     as_fn_error "$SHELL $ac_aux_dir/config.sub $host_alias failed" "$LINENO" 5
2782 fi
2783
2784 fi
2785 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_host" >&5
2786 $as_echo "$ac_cv_host" >&6; }
2787 case $ac_cv_host in
2788 *-*-*) ;;
2789 *) as_fn_error "invalid value of canonical host" "$LINENO" 5;;
2790 esac
2791 host=$ac_cv_host
2792 ac_save_IFS=$IFS; IFS='-'
2793 set x $ac_cv_host
2794 shift
2795 host_cpu=$1
2796 host_vendor=$2
2797 shift; shift
2798 # Remember, the first character of IFS is used to create $*,
2799 # except with old shells:
2800 host_os=$*
2801 IFS=$ac_save_IFS
2802 case $host_os in *\ *) host_os=`echo "$host_os" | sed 's/ /-/g'`;; esac
2803
2804
2805
2806 case "$srcdir" in
2807  .) ;;
2808  *) if test -f "$srcdir/Makefile" -o -f "$srcdir/include/config.h"; then
2809       as_fn_error "you are building out of the source tree, but the source tree contains object files.
2810 You need to run 'make distclean' in the source tree first." "$LINENO" 5
2811     fi ;;
2812 esac
2813
2814
2815 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether ${MAKE-make} sets \$(MAKE)" >&5
2816 $as_echo_n "checking whether ${MAKE-make} sets \$(MAKE)... " >&6; }
2817 set x ${MAKE-make}
2818 ac_make=`$as_echo "$2" | sed 's/+/p/g; s/[^a-zA-Z0-9_]/_/g'`
2819 if { as_var=ac_cv_prog_make_${ac_make}_set; eval "test \"\${$as_var+set}\" = set"; }; then :
2820   $as_echo_n "(cached) " >&6
2821 else
2822   cat >conftest.make <<\_ACEOF
2823 SHELL = /bin/sh
2824 all:
2825         @echo '@@@%%%=$(MAKE)=@@@%%%'
2826 _ACEOF
2827 # GNU make sometimes prints "make[1]: Entering...", which would confuse us.
2828 case `${MAKE-make} -f conftest.make 2>/dev/null` in
2829   *@@@%%%=?*=@@@%%%*)
2830     eval ac_cv_prog_make_${ac_make}_set=yes;;
2831   *)
2832     eval ac_cv_prog_make_${ac_make}_set=no;;
2833 esac
2834 rm -f conftest.make
2835 fi
2836 if eval test \$ac_cv_prog_make_${ac_make}_set = yes; then
2837   { $as_echo "$as_me:${as_lineno-$LINENO}: result: yes" >&5
2838 $as_echo "yes" >&6; }
2839   SET_MAKE=
2840 else
2841   { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
2842 $as_echo "no" >&6; }
2843   SET_MAKE="MAKE=${MAKE-make}"
2844 fi
2845
2846 ac_ext=c
2847 ac_cpp='$CPP $CPPFLAGS'
2848 ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
2849 ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
2850 ac_compiler_gnu=$ac_cv_c_compiler_gnu
2851 if test -n "$ac_tool_prefix"; then
2852   # Extract the first word of "${ac_tool_prefix}gcc", so it can be a program name with args.
2853 set dummy ${ac_tool_prefix}gcc; ac_word=$2
2854 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
2855 $as_echo_n "checking for $ac_word... " >&6; }
2856 if test "${ac_cv_prog_CC+set}" = set; then :
2857   $as_echo_n "(cached) " >&6
2858 else
2859   if test -n "$CC"; then
2860   ac_cv_prog_CC="$CC" # Let the user override the test.
2861 else
2862 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
2863 for as_dir in $PATH
2864 do
2865   IFS=$as_save_IFS
2866   test -z "$as_dir" && as_dir=.
2867     for ac_exec_ext in '' $ac_executable_extensions; do
2868   if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
2869     ac_cv_prog_CC="${ac_tool_prefix}gcc"
2870     $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
2871     break 2
2872   fi
2873 done
2874   done
2875 IFS=$as_save_IFS
2876
2877 fi
2878 fi
2879 CC=$ac_cv_prog_CC
2880 if test -n "$CC"; then
2881   { $as_echo "$as_me:${as_lineno-$LINENO}: result: $CC" >&5
2882 $as_echo "$CC" >&6; }
2883 else
2884   { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
2885 $as_echo "no" >&6; }
2886 fi
2887
2888
2889 fi
2890 if test -z "$ac_cv_prog_CC"; then
2891   ac_ct_CC=$CC
2892   # Extract the first word of "gcc", so it can be a program name with args.
2893 set dummy gcc; ac_word=$2
2894 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
2895 $as_echo_n "checking for $ac_word... " >&6; }
2896 if test "${ac_cv_prog_ac_ct_CC+set}" = set; then :
2897   $as_echo_n "(cached) " >&6
2898 else
2899   if test -n "$ac_ct_CC"; then
2900   ac_cv_prog_ac_ct_CC="$ac_ct_CC" # Let the user override the test.
2901 else
2902 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
2903 for as_dir in $PATH
2904 do
2905   IFS=$as_save_IFS
2906   test -z "$as_dir" && as_dir=.
2907     for ac_exec_ext in '' $ac_executable_extensions; do
2908   if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
2909     ac_cv_prog_ac_ct_CC="gcc"
2910     $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
2911     break 2
2912   fi
2913 done
2914   done
2915 IFS=$as_save_IFS
2916
2917 fi
2918 fi
2919 ac_ct_CC=$ac_cv_prog_ac_ct_CC
2920 if test -n "$ac_ct_CC"; then
2921   { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_ct_CC" >&5
2922 $as_echo "$ac_ct_CC" >&6; }
2923 else
2924   { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
2925 $as_echo "no" >&6; }
2926 fi
2927
2928   if test "x$ac_ct_CC" = x; then
2929     CC=""
2930   else
2931     case $cross_compiling:$ac_tool_warned in
2932 yes:)
2933 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: using cross tools not prefixed with host triplet" >&5
2934 $as_echo "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;}
2935 ac_tool_warned=yes ;;
2936 esac
2937     CC=$ac_ct_CC
2938   fi
2939 else
2940   CC="$ac_cv_prog_CC"
2941 fi
2942
2943 if test -z "$CC"; then
2944           if test -n "$ac_tool_prefix"; then
2945     # Extract the first word of "${ac_tool_prefix}cc", so it can be a program name with args.
2946 set dummy ${ac_tool_prefix}cc; ac_word=$2
2947 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
2948 $as_echo_n "checking for $ac_word... " >&6; }
2949 if test "${ac_cv_prog_CC+set}" = set; then :
2950   $as_echo_n "(cached) " >&6
2951 else
2952   if test -n "$CC"; then
2953   ac_cv_prog_CC="$CC" # Let the user override the test.
2954 else
2955 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
2956 for as_dir in $PATH
2957 do
2958   IFS=$as_save_IFS
2959   test -z "$as_dir" && as_dir=.
2960     for ac_exec_ext in '' $ac_executable_extensions; do
2961   if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
2962     ac_cv_prog_CC="${ac_tool_prefix}cc"
2963     $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
2964     break 2
2965   fi
2966 done
2967   done
2968 IFS=$as_save_IFS
2969
2970 fi
2971 fi
2972 CC=$ac_cv_prog_CC
2973 if test -n "$CC"; then
2974   { $as_echo "$as_me:${as_lineno-$LINENO}: result: $CC" >&5
2975 $as_echo "$CC" >&6; }
2976 else
2977   { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
2978 $as_echo "no" >&6; }
2979 fi
2980
2981
2982   fi
2983 fi
2984 if test -z "$CC"; then
2985   # Extract the first word of "cc", so it can be a program name with args.
2986 set dummy cc; ac_word=$2
2987 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
2988 $as_echo_n "checking for $ac_word... " >&6; }
2989 if test "${ac_cv_prog_CC+set}" = set; then :
2990   $as_echo_n "(cached) " >&6
2991 else
2992   if test -n "$CC"; then
2993   ac_cv_prog_CC="$CC" # Let the user override the test.
2994 else
2995   ac_prog_rejected=no
2996 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
2997 for as_dir in $PATH
2998 do
2999   IFS=$as_save_IFS
3000   test -z "$as_dir" && as_dir=.
3001     for ac_exec_ext in '' $ac_executable_extensions; do
3002   if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
3003     if test "$as_dir/$ac_word$ac_exec_ext" = "/usr/ucb/cc"; then
3004        ac_prog_rejected=yes
3005        continue
3006      fi
3007     ac_cv_prog_CC="cc"
3008     $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
3009     break 2
3010   fi
3011 done
3012   done
3013 IFS=$as_save_IFS
3014
3015 if test $ac_prog_rejected = yes; then
3016   # We found a bogon in the path, so make sure we never use it.
3017   set dummy $ac_cv_prog_CC
3018   shift
3019   if test $# != 0; then
3020     # We chose a different compiler from the bogus one.
3021     # However, it has the same basename, so the bogon will be chosen
3022     # first if we set CC to just the basename; use the full file name.
3023     shift
3024     ac_cv_prog_CC="$as_dir/$ac_word${1+' '}$@"
3025   fi
3026 fi
3027 fi
3028 fi
3029 CC=$ac_cv_prog_CC
3030 if test -n "$CC"; then
3031   { $as_echo "$as_me:${as_lineno-$LINENO}: result: $CC" >&5
3032 $as_echo "$CC" >&6; }
3033 else
3034   { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
3035 $as_echo "no" >&6; }
3036 fi
3037
3038
3039 fi
3040 if test -z "$CC"; then
3041   if test -n "$ac_tool_prefix"; then
3042   for ac_prog in cl.exe
3043   do
3044     # Extract the first word of "$ac_tool_prefix$ac_prog", so it can be a program name with args.
3045 set dummy $ac_tool_prefix$ac_prog; ac_word=$2
3046 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
3047 $as_echo_n "checking for $ac_word... " >&6; }
3048 if test "${ac_cv_prog_CC+set}" = set; then :
3049   $as_echo_n "(cached) " >&6
3050 else
3051   if test -n "$CC"; then
3052   ac_cv_prog_CC="$CC" # Let the user override the test.
3053 else
3054 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
3055 for as_dir in $PATH
3056 do
3057   IFS=$as_save_IFS
3058   test -z "$as_dir" && as_dir=.
3059     for ac_exec_ext in '' $ac_executable_extensions; do
3060   if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
3061     ac_cv_prog_CC="$ac_tool_prefix$ac_prog"
3062     $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
3063     break 2
3064   fi
3065 done
3066   done
3067 IFS=$as_save_IFS
3068
3069 fi
3070 fi
3071 CC=$ac_cv_prog_CC
3072 if test -n "$CC"; then
3073   { $as_echo "$as_me:${as_lineno-$LINENO}: result: $CC" >&5
3074 $as_echo "$CC" >&6; }
3075 else
3076   { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
3077 $as_echo "no" >&6; }
3078 fi
3079
3080
3081     test -n "$CC" && break
3082   done
3083 fi
3084 if test -z "$CC"; then
3085   ac_ct_CC=$CC
3086   for ac_prog in cl.exe
3087 do
3088   # Extract the first word of "$ac_prog", so it can be a program name with args.
3089 set dummy $ac_prog; ac_word=$2
3090 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
3091 $as_echo_n "checking for $ac_word... " >&6; }
3092 if test "${ac_cv_prog_ac_ct_CC+set}" = set; then :
3093   $as_echo_n "(cached) " >&6
3094 else
3095   if test -n "$ac_ct_CC"; then
3096   ac_cv_prog_ac_ct_CC="$ac_ct_CC" # Let the user override the test.
3097 else
3098 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
3099 for as_dir in $PATH
3100 do
3101   IFS=$as_save_IFS
3102   test -z "$as_dir" && as_dir=.
3103     for ac_exec_ext in '' $ac_executable_extensions; do
3104   if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
3105     ac_cv_prog_ac_ct_CC="$ac_prog"
3106     $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
3107     break 2
3108   fi
3109 done
3110   done
3111 IFS=$as_save_IFS
3112
3113 fi
3114 fi
3115 ac_ct_CC=$ac_cv_prog_ac_ct_CC
3116 if test -n "$ac_ct_CC"; then
3117   { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_ct_CC" >&5
3118 $as_echo "$ac_ct_CC" >&6; }
3119 else
3120   { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
3121 $as_echo "no" >&6; }
3122 fi
3123
3124
3125   test -n "$ac_ct_CC" && break
3126 done
3127
3128   if test "x$ac_ct_CC" = x; then
3129     CC=""
3130   else
3131     case $cross_compiling:$ac_tool_warned in
3132 yes:)
3133 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: using cross tools not prefixed with host triplet" >&5
3134 $as_echo "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;}
3135 ac_tool_warned=yes ;;
3136 esac
3137     CC=$ac_ct_CC
3138   fi
3139 fi
3140
3141 fi
3142
3143
3144 test -z "$CC" && { { $as_echo "$as_me:${as_lineno-$LINENO}: error: in \`$ac_pwd':" >&5
3145 $as_echo "$as_me: error: in \`$ac_pwd':" >&2;}
3146 as_fn_error "no acceptable C compiler found in \$PATH
3147 See \`config.log' for more details." "$LINENO" 5; }
3148
3149 # Provide some information about the compiler.
3150 $as_echo "$as_me:${as_lineno-$LINENO}: checking for C compiler version" >&5
3151 set X $ac_compile
3152 ac_compiler=$2
3153 for ac_option in --version -v -V -qversion; do
3154   { { ac_try="$ac_compiler $ac_option >&5"
3155 case "(($ac_try" in
3156   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
3157   *) ac_try_echo=$ac_try;;
3158 esac
3159 eval ac_try_echo="\"\$as_me:${as_lineno-$LINENO}: $ac_try_echo\""
3160 $as_echo "$ac_try_echo"; } >&5
3161   (eval "$ac_compiler $ac_option >&5") 2>conftest.err
3162   ac_status=$?
3163   if test -s conftest.err; then
3164     sed '10a\
3165 ... rest of stderr output deleted ...
3166          10q' conftest.err >conftest.er1
3167     cat conftest.er1 >&5
3168     rm -f conftest.er1 conftest.err
3169   fi
3170   $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
3171   test $ac_status = 0; }
3172 done
3173
3174 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
3175 /* end confdefs.h.  */
3176 #include <stdio.h>
3177 int
3178 main ()
3179 {
3180 FILE *f = fopen ("conftest.out", "w");
3181  return ferror (f) || fclose (f) != 0;
3182
3183   ;
3184   return 0;
3185 }
3186 _ACEOF
3187 ac_clean_files_save=$ac_clean_files
3188 ac_clean_files="$ac_clean_files a.out a.out.dSYM a.exe b.out conftest.out"
3189 # Try to create an executable without -o first, disregard a.out.
3190 # It will help us diagnose broken compilers, and finding out an intuition
3191 # of exeext.
3192 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for C compiler default output file name" >&5
3193 $as_echo_n "checking for C compiler default output file name... " >&6; }
3194 ac_link_default=`$as_echo "$ac_link" | sed 's/ -o *conftest[^ ]*//'`
3195
3196 # The possible output files:
3197 ac_files="a.out conftest.exe conftest a.exe a_out.exe b.out conftest.*"
3198
3199 ac_rmfiles=
3200 for ac_file in $ac_files
3201 do
3202   case $ac_file in
3203     *.$ac_ext | *.xcoff | *.tds | *.d | *.pdb | *.xSYM | *.bb | *.bbg | *.map | *.inf | *.dSYM | *.o | *.obj ) ;;
3204     * ) ac_rmfiles="$ac_rmfiles $ac_file";;
3205   esac
3206 done
3207 rm -f $ac_rmfiles
3208
3209 if { { ac_try="$ac_link_default"
3210 case "(($ac_try" in
3211   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
3212   *) ac_try_echo=$ac_try;;
3213 esac
3214 eval ac_try_echo="\"\$as_me:${as_lineno-$LINENO}: $ac_try_echo\""
3215 $as_echo "$ac_try_echo"; } >&5
3216   (eval "$ac_link_default") 2>&5
3217   ac_status=$?
3218   $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
3219   test $ac_status = 0; }; then :
3220   # Autoconf-2.13 could set the ac_cv_exeext variable to `no'.
3221 # So ignore a value of `no', otherwise this would lead to `EXEEXT = no'
3222 # in a Makefile.  We should not override ac_cv_exeext if it was cached,
3223 # so that the user can short-circuit this test for compilers unknown to
3224 # Autoconf.
3225 for ac_file in $ac_files ''
3226 do
3227   test -f "$ac_file" || continue
3228   case $ac_file in
3229     *.$ac_ext | *.xcoff | *.tds | *.d | *.pdb | *.xSYM | *.bb | *.bbg | *.map | *.inf | *.dSYM | *.o | *.obj )
3230         ;;
3231     [ab].out )
3232         # We found the default executable, but exeext='' is most
3233         # certainly right.
3234         break;;
3235     *.* )
3236         if test "${ac_cv_exeext+set}" = set && test "$ac_cv_exeext" != no;
3237         then :; else
3238            ac_cv_exeext=`expr "$ac_file" : '[^.]*\(\..*\)'`
3239         fi
3240         # We set ac_cv_exeext here because the later test for it is not
3241         # safe: cross compilers may not add the suffix if given an `-o'
3242         # argument, so we may need to know it at that point already.
3243         # Even if this section looks crufty: it has the advantage of
3244         # actually working.
3245         break;;
3246     * )
3247         break;;
3248   esac
3249 done
3250 test "$ac_cv_exeext" = no && ac_cv_exeext=
3251
3252 else
3253   ac_file=''
3254 fi
3255 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_file" >&5
3256 $as_echo "$ac_file" >&6; }
3257 if test -z "$ac_file"; then :
3258   $as_echo "$as_me: failed program was:" >&5
3259 sed 's/^/| /' conftest.$ac_ext >&5
3260
3261 { { $as_echo "$as_me:${as_lineno-$LINENO}: error: in \`$ac_pwd':" >&5
3262 $as_echo "$as_me: error: in \`$ac_pwd':" >&2;}
3263 { as_fn_set_status 77
3264 as_fn_error "C compiler cannot create executables
3265 See \`config.log' for more details." "$LINENO" 5; }; }
3266 fi
3267 ac_exeext=$ac_cv_exeext
3268
3269 # Check that the compiler produces executables we can run.  If not, either
3270 # the compiler is broken, or we cross compile.
3271 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether the C compiler works" >&5
3272 $as_echo_n "checking whether the C compiler works... " >&6; }
3273 # If not cross compiling, check that we can run a simple program.
3274 if test "$cross_compiling" != yes; then
3275   if { ac_try='./$ac_file'
3276   { { case "(($ac_try" in
3277   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
3278   *) ac_try_echo=$ac_try;;
3279 esac
3280 eval ac_try_echo="\"\$as_me:${as_lineno-$LINENO}: $ac_try_echo\""
3281 $as_echo "$ac_try_echo"; } >&5
3282   (eval "$ac_try") 2>&5
3283   ac_status=$?
3284   $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
3285   test $ac_status = 0; }; }; then
3286     cross_compiling=no
3287   else
3288     if test "$cross_compiling" = maybe; then
3289         cross_compiling=yes
3290     else
3291         { { $as_echo "$as_me:${as_lineno-$LINENO}: error: in \`$ac_pwd':" >&5
3292 $as_echo "$as_me: error: in \`$ac_pwd':" >&2;}
3293 as_fn_error "cannot run C compiled programs.
3294 If you meant to cross compile, use \`--host'.
3295 See \`config.log' for more details." "$LINENO" 5; }
3296     fi
3297   fi
3298 fi
3299 { $as_echo "$as_me:${as_lineno-$LINENO}: result: yes" >&5
3300 $as_echo "yes" >&6; }
3301
3302 rm -f -r a.out a.out.dSYM a.exe conftest$ac_cv_exeext b.out conftest.out
3303 ac_clean_files=$ac_clean_files_save
3304 # Check that the compiler produces executables we can run.  If not, either
3305 # the compiler is broken, or we cross compile.
3306 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether we are cross compiling" >&5
3307 $as_echo_n "checking whether we are cross compiling... " >&6; }
3308 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $cross_compiling" >&5
3309 $as_echo "$cross_compiling" >&6; }
3310
3311 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for suffix of executables" >&5
3312 $as_echo_n "checking for suffix of executables... " >&6; }
3313 if { { ac_try="$ac_link"
3314 case "(($ac_try" in
3315   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
3316   *) ac_try_echo=$ac_try;;
3317 esac
3318 eval ac_try_echo="\"\$as_me:${as_lineno-$LINENO}: $ac_try_echo\""
3319 $as_echo "$ac_try_echo"; } >&5
3320   (eval "$ac_link") 2>&5
3321   ac_status=$?
3322   $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
3323   test $ac_status = 0; }; then :
3324   # If both `conftest.exe' and `conftest' are `present' (well, observable)
3325 # catch `conftest.exe'.  For instance with Cygwin, `ls conftest' will
3326 # work properly (i.e., refer to `conftest.exe'), while it won't with
3327 # `rm'.
3328 for ac_file in conftest.exe conftest conftest.*; do
3329   test -f "$ac_file" || continue
3330   case $ac_file in
3331     *.$ac_ext | *.xcoff | *.tds | *.d | *.pdb | *.xSYM | *.bb | *.bbg | *.map | *.inf | *.dSYM | *.o | *.obj ) ;;
3332     *.* ) ac_cv_exeext=`expr "$ac_file" : '[^.]*\(\..*\)'`
3333           break;;
3334     * ) break;;
3335   esac
3336 done
3337 else
3338   { { $as_echo "$as_me:${as_lineno-$LINENO}: error: in \`$ac_pwd':" >&5
3339 $as_echo "$as_me: error: in \`$ac_pwd':" >&2;}
3340 as_fn_error "cannot compute suffix of executables: cannot compile and link
3341 See \`config.log' for more details." "$LINENO" 5; }
3342 fi
3343 rm -f conftest$ac_cv_exeext
3344 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_exeext" >&5
3345 $as_echo "$ac_cv_exeext" >&6; }
3346
3347 rm -f conftest.$ac_ext
3348 EXEEXT=$ac_cv_exeext
3349 ac_exeext=$EXEEXT
3350 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for suffix of object files" >&5
3351 $as_echo_n "checking for suffix of object files... " >&6; }
3352 if test "${ac_cv_objext+set}" = set; then :
3353   $as_echo_n "(cached) " >&6
3354 else
3355   cat confdefs.h - <<_ACEOF >conftest.$ac_ext
3356 /* end confdefs.h.  */
3357
3358 int
3359 main ()
3360 {
3361
3362   ;
3363   return 0;
3364 }
3365 _ACEOF
3366 rm -f conftest.o conftest.obj
3367 if { { ac_try="$ac_compile"
3368 case "(($ac_try" in
3369   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
3370   *) ac_try_echo=$ac_try;;
3371 esac
3372 eval ac_try_echo="\"\$as_me:${as_lineno-$LINENO}: $ac_try_echo\""
3373 $as_echo "$ac_try_echo"; } >&5
3374   (eval "$ac_compile") 2>&5
3375   ac_status=$?
3376   $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
3377   test $ac_status = 0; }; then :
3378   for ac_file in conftest.o conftest.obj conftest.*; do
3379   test -f "$ac_file" || continue;
3380   case $ac_file in
3381     *.$ac_ext | *.xcoff | *.tds | *.d | *.pdb | *.xSYM | *.bb | *.bbg | *.map | *.inf | *.dSYM ) ;;
3382     *) ac_cv_objext=`expr "$ac_file" : '.*\.\(.*\)'`
3383        break;;
3384   esac
3385 done
3386 else
3387   $as_echo "$as_me: failed program was:" >&5
3388 sed 's/^/| /' conftest.$ac_ext >&5
3389
3390 { { $as_echo "$as_me:${as_lineno-$LINENO}: error: in \`$ac_pwd':" >&5
3391 $as_echo "$as_me: error: in \`$ac_pwd':" >&2;}
3392 as_fn_error "cannot compute suffix of object files: cannot compile
3393 See \`config.log' for more details." "$LINENO" 5; }
3394 fi
3395 rm -f conftest.$ac_cv_objext conftest.$ac_ext
3396 fi
3397 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_objext" >&5
3398 $as_echo "$ac_cv_objext" >&6; }
3399 OBJEXT=$ac_cv_objext
3400 ac_objext=$OBJEXT
3401 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether we are using the GNU C compiler" >&5
3402 $as_echo_n "checking whether we are using the GNU C compiler... " >&6; }
3403 if test "${ac_cv_c_compiler_gnu+set}" = set; then :
3404   $as_echo_n "(cached) " >&6
3405 else
3406   cat confdefs.h - <<_ACEOF >conftest.$ac_ext
3407 /* end confdefs.h.  */
3408
3409 int
3410 main ()
3411 {
3412 #ifndef __GNUC__
3413        choke me
3414 #endif
3415
3416   ;
3417   return 0;
3418 }
3419 _ACEOF
3420 if ac_fn_c_try_compile "$LINENO"; then :
3421   ac_compiler_gnu=yes
3422 else
3423   ac_compiler_gnu=no
3424 fi
3425 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
3426 ac_cv_c_compiler_gnu=$ac_compiler_gnu
3427
3428 fi
3429 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_c_compiler_gnu" >&5
3430 $as_echo "$ac_cv_c_compiler_gnu" >&6; }
3431 if test $ac_compiler_gnu = yes; then
3432   GCC=yes
3433 else
3434   GCC=
3435 fi
3436 ac_test_CFLAGS=${CFLAGS+set}
3437 ac_save_CFLAGS=$CFLAGS
3438 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether $CC accepts -g" >&5
3439 $as_echo_n "checking whether $CC accepts -g... " >&6; }
3440 if test "${ac_cv_prog_cc_g+set}" = set; then :
3441   $as_echo_n "(cached) " >&6
3442 else
3443   ac_save_c_werror_flag=$ac_c_werror_flag
3444    ac_c_werror_flag=yes
3445    ac_cv_prog_cc_g=no
3446    CFLAGS="-g"
3447    cat confdefs.h - <<_ACEOF >conftest.$ac_ext
3448 /* end confdefs.h.  */
3449
3450 int
3451 main ()
3452 {
3453
3454   ;
3455   return 0;
3456 }
3457 _ACEOF
3458 if ac_fn_c_try_compile "$LINENO"; then :
3459   ac_cv_prog_cc_g=yes
3460 else
3461   CFLAGS=""
3462       cat confdefs.h - <<_ACEOF >conftest.$ac_ext
3463 /* end confdefs.h.  */
3464
3465 int
3466 main ()
3467 {
3468
3469   ;
3470   return 0;
3471 }
3472 _ACEOF
3473 if ac_fn_c_try_compile "$LINENO"; then :
3474
3475 else
3476   ac_c_werror_flag=$ac_save_c_werror_flag
3477          CFLAGS="-g"
3478          cat confdefs.h - <<_ACEOF >conftest.$ac_ext
3479 /* end confdefs.h.  */
3480
3481 int
3482 main ()
3483 {
3484
3485   ;
3486   return 0;
3487 }
3488 _ACEOF
3489 if ac_fn_c_try_compile "$LINENO"; then :
3490   ac_cv_prog_cc_g=yes
3491 fi
3492 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
3493 fi
3494 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
3495 fi
3496 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
3497    ac_c_werror_flag=$ac_save_c_werror_flag
3498 fi
3499 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_prog_cc_g" >&5
3500 $as_echo "$ac_cv_prog_cc_g" >&6; }
3501 if test "$ac_test_CFLAGS" = set; then
3502   CFLAGS=$ac_save_CFLAGS
3503 elif test $ac_cv_prog_cc_g = yes; then
3504   if test "$GCC" = yes; then
3505     CFLAGS="-g -O2"
3506   else
3507     CFLAGS="-g"
3508   fi
3509 else
3510   if test "$GCC" = yes; then
3511     CFLAGS="-O2"
3512   else
3513     CFLAGS=
3514   fi
3515 fi
3516 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $CC option to accept ISO C89" >&5
3517 $as_echo_n "checking for $CC option to accept ISO C89... " >&6; }
3518 if test "${ac_cv_prog_cc_c89+set}" = set; then :
3519   $as_echo_n "(cached) " >&6
3520 else
3521   ac_cv_prog_cc_c89=no
3522 ac_save_CC=$CC
3523 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
3524 /* end confdefs.h.  */
3525 #include <stdarg.h>
3526 #include <stdio.h>
3527 #include <sys/types.h>
3528 #include <sys/stat.h>
3529 /* Most of the following tests are stolen from RCS 5.7's src/conf.sh.  */
3530 struct buf { int x; };
3531 FILE * (*rcsopen) (struct buf *, struct stat *, int);
3532 static char *e (p, i)
3533      char **p;
3534      int i;
3535 {
3536   return p[i];
3537 }
3538 static char *f (char * (*g) (char **, int), char **p, ...)
3539 {
3540   char *s;
3541   va_list v;
3542   va_start (v,p);
3543   s = g (p, va_arg (v,int));
3544   va_end (v);
3545   return s;
3546 }
3547
3548 /* OSF 4.0 Compaq cc is some sort of almost-ANSI by default.  It has
3549    function prototypes and stuff, but not '\xHH' hex character constants.
3550    These don't provoke an error unfortunately, instead are silently treated
3551    as 'x'.  The following induces an error, until -std is added to get
3552    proper ANSI mode.  Curiously '\x00'!='x' always comes out true, for an
3553    array size at least.  It's necessary to write '\x00'==0 to get something
3554    that's true only with -std.  */
3555 int osf4_cc_array ['\x00' == 0 ? 1 : -1];
3556
3557 /* IBM C 6 for AIX is almost-ANSI by default, but it replaces macro parameters
3558    inside strings and character constants.  */
3559 #define FOO(x) 'x'
3560 int xlc6_cc_array[FOO(a) == 'x' ? 1 : -1];
3561
3562 int test (int i, double x);
3563 struct s1 {int (*f) (int a);};
3564 struct s2 {int (*f) (double a);};
3565 int pairnames (int, char **, FILE *(*)(struct buf *, struct stat *, int), int, int);
3566 int argc;
3567 char **argv;
3568 int
3569 main ()
3570 {
3571 return f (e, argv, 0) != argv[0]  ||  f (e, argv, 1) != argv[1];
3572   ;
3573   return 0;
3574 }
3575 _ACEOF
3576 for ac_arg in '' -qlanglvl=extc89 -qlanglvl=ansi -std \
3577         -Ae "-Aa -D_HPUX_SOURCE" "-Xc -D__EXTENSIONS__"
3578 do
3579   CC="$ac_save_CC $ac_arg"
3580   if ac_fn_c_try_compile "$LINENO"; then :
3581   ac_cv_prog_cc_c89=$ac_arg
3582 fi
3583 rm -f core conftest.err conftest.$ac_objext
3584   test "x$ac_cv_prog_cc_c89" != "xno" && break
3585 done
3586 rm -f conftest.$ac_ext
3587 CC=$ac_save_CC
3588
3589 fi
3590 # AC_CACHE_VAL
3591 case "x$ac_cv_prog_cc_c89" in
3592   x)
3593     { $as_echo "$as_me:${as_lineno-$LINENO}: result: none needed" >&5
3594 $as_echo "none needed" >&6; } ;;
3595   xno)
3596     { $as_echo "$as_me:${as_lineno-$LINENO}: result: unsupported" >&5
3597 $as_echo "unsupported" >&6; } ;;
3598   *)
3599     CC="$CC $ac_cv_prog_cc_c89"
3600     { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_prog_cc_c89" >&5
3601 $as_echo "$ac_cv_prog_cc_c89" >&6; } ;;
3602 esac
3603 if test "x$ac_cv_prog_cc_c89" != xno; then :
3604
3605 fi
3606
3607 ac_ext=c
3608 ac_cpp='$CPP $CPPFLAGS'
3609 ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
3610 ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
3611 ac_compiler_gnu=$ac_cv_c_compiler_gnu
3612
3613 ac_ext=cpp
3614 ac_cpp='$CXXCPP $CPPFLAGS'
3615 ac_compile='$CXX -c $CXXFLAGS $CPPFLAGS conftest.$ac_ext >&5'
3616 ac_link='$CXX -o conftest$ac_exeext $CXXFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
3617 ac_compiler_gnu=$ac_cv_cxx_compiler_gnu
3618 if test -z "$CXX"; then
3619   if test -n "$CCC"; then
3620     CXX=$CCC
3621   else
3622     if test -n "$ac_tool_prefix"; then
3623   for ac_prog in g++ c++ gpp aCC CC cxx cc++ cl.exe FCC KCC RCC xlC_r xlC
3624   do
3625     # Extract the first word of "$ac_tool_prefix$ac_prog", so it can be a program name with args.
3626 set dummy $ac_tool_prefix$ac_prog; ac_word=$2
3627 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
3628 $as_echo_n "checking for $ac_word... " >&6; }
3629 if test "${ac_cv_prog_CXX+set}" = set; then :
3630   $as_echo_n "(cached) " >&6
3631 else
3632   if test -n "$CXX"; then
3633   ac_cv_prog_CXX="$CXX" # Let the user override the test.
3634 else
3635 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
3636 for as_dir in $PATH
3637 do
3638   IFS=$as_save_IFS
3639   test -z "$as_dir" && as_dir=.
3640     for ac_exec_ext in '' $ac_executable_extensions; do
3641   if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
3642     ac_cv_prog_CXX="$ac_tool_prefix$ac_prog"
3643     $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
3644     break 2
3645   fi
3646 done
3647   done
3648 IFS=$as_save_IFS
3649
3650 fi
3651 fi
3652 CXX=$ac_cv_prog_CXX
3653 if test -n "$CXX"; then
3654   { $as_echo "$as_me:${as_lineno-$LINENO}: result: $CXX" >&5
3655 $as_echo "$CXX" >&6; }
3656 else
3657   { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
3658 $as_echo "no" >&6; }
3659 fi
3660
3661
3662     test -n "$CXX" && break
3663   done
3664 fi
3665 if test -z "$CXX"; then
3666   ac_ct_CXX=$CXX
3667   for ac_prog in g++ c++ gpp aCC CC cxx cc++ cl.exe FCC KCC RCC xlC_r xlC
3668 do
3669   # Extract the first word of "$ac_prog", so it can be a program name with args.
3670 set dummy $ac_prog; ac_word=$2
3671 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
3672 $as_echo_n "checking for $ac_word... " >&6; }
3673 if test "${ac_cv_prog_ac_ct_CXX+set}" = set; then :
3674   $as_echo_n "(cached) " >&6
3675 else
3676   if test -n "$ac_ct_CXX"; then
3677   ac_cv_prog_ac_ct_CXX="$ac_ct_CXX" # Let the user override the test.
3678 else
3679 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
3680 for as_dir in $PATH
3681 do
3682   IFS=$as_save_IFS
3683   test -z "$as_dir" && as_dir=.
3684     for ac_exec_ext in '' $ac_executable_extensions; do
3685   if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
3686     ac_cv_prog_ac_ct_CXX="$ac_prog"
3687     $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
3688     break 2
3689   fi
3690 done
3691   done
3692 IFS=$as_save_IFS
3693
3694 fi
3695 fi
3696 ac_ct_CXX=$ac_cv_prog_ac_ct_CXX
3697 if test -n "$ac_ct_CXX"; then
3698   { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_ct_CXX" >&5
3699 $as_echo "$ac_ct_CXX" >&6; }
3700 else
3701   { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
3702 $as_echo "no" >&6; }
3703 fi
3704
3705
3706   test -n "$ac_ct_CXX" && break
3707 done
3708
3709   if test "x$ac_ct_CXX" = x; then
3710     CXX="g++"
3711   else
3712     case $cross_compiling:$ac_tool_warned in
3713 yes:)
3714 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: using cross tools not prefixed with host triplet" >&5
3715 $as_echo "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;}
3716 ac_tool_warned=yes ;;
3717 esac
3718     CXX=$ac_ct_CXX
3719   fi
3720 fi
3721
3722   fi
3723 fi
3724 # Provide some information about the compiler.
3725 $as_echo "$as_me:${as_lineno-$LINENO}: checking for C++ compiler version" >&5
3726 set X $ac_compile
3727 ac_compiler=$2
3728 for ac_option in --version -v -V -qversion; do
3729   { { ac_try="$ac_compiler $ac_option >&5"
3730 case "(($ac_try" in
3731   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
3732   *) ac_try_echo=$ac_try;;
3733 esac
3734 eval ac_try_echo="\"\$as_me:${as_lineno-$LINENO}: $ac_try_echo\""
3735 $as_echo "$ac_try_echo"; } >&5
3736   (eval "$ac_compiler $ac_option >&5") 2>conftest.err
3737   ac_status=$?
3738   if test -s conftest.err; then
3739     sed '10a\
3740 ... rest of stderr output deleted ...
3741          10q' conftest.err >conftest.er1
3742     cat conftest.er1 >&5
3743     rm -f conftest.er1 conftest.err
3744   fi
3745   $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
3746   test $ac_status = 0; }
3747 done
3748
3749 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether we are using the GNU C++ compiler" >&5
3750 $as_echo_n "checking whether we are using the GNU C++ compiler... " >&6; }
3751 if test "${ac_cv_cxx_compiler_gnu+set}" = set; then :
3752   $as_echo_n "(cached) " >&6
3753 else
3754   cat confdefs.h - <<_ACEOF >conftest.$ac_ext
3755 /* end confdefs.h.  */
3756
3757 int
3758 main ()
3759 {
3760 #ifndef __GNUC__
3761        choke me
3762 #endif
3763
3764   ;
3765   return 0;
3766 }
3767 _ACEOF
3768 if ac_fn_cxx_try_compile "$LINENO"; then :
3769   ac_compiler_gnu=yes
3770 else
3771   ac_compiler_gnu=no
3772 fi
3773 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
3774 ac_cv_cxx_compiler_gnu=$ac_compiler_gnu
3775
3776 fi
3777 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_cxx_compiler_gnu" >&5
3778 $as_echo "$ac_cv_cxx_compiler_gnu" >&6; }
3779 if test $ac_compiler_gnu = yes; then
3780   GXX=yes
3781 else
3782   GXX=
3783 fi
3784 ac_test_CXXFLAGS=${CXXFLAGS+set}
3785 ac_save_CXXFLAGS=$CXXFLAGS
3786 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether $CXX accepts -g" >&5
3787 $as_echo_n "checking whether $CXX accepts -g... " >&6; }
3788 if test "${ac_cv_prog_cxx_g+set}" = set; then :
3789   $as_echo_n "(cached) " >&6
3790 else
3791   ac_save_cxx_werror_flag=$ac_cxx_werror_flag
3792    ac_cxx_werror_flag=yes
3793    ac_cv_prog_cxx_g=no
3794    CXXFLAGS="-g"
3795    cat confdefs.h - <<_ACEOF >conftest.$ac_ext
3796 /* end confdefs.h.  */
3797
3798 int
3799 main ()
3800 {
3801
3802   ;
3803   return 0;
3804 }
3805 _ACEOF
3806 if ac_fn_cxx_try_compile "$LINENO"; then :
3807   ac_cv_prog_cxx_g=yes
3808 else
3809   CXXFLAGS=""
3810       cat confdefs.h - <<_ACEOF >conftest.$ac_ext
3811 /* end confdefs.h.  */
3812
3813 int
3814 main ()
3815 {
3816
3817   ;
3818   return 0;
3819 }
3820 _ACEOF
3821 if ac_fn_cxx_try_compile "$LINENO"; then :
3822
3823 else
3824   ac_cxx_werror_flag=$ac_save_cxx_werror_flag
3825          CXXFLAGS="-g"
3826          cat confdefs.h - <<_ACEOF >conftest.$ac_ext
3827 /* end confdefs.h.  */
3828
3829 int
3830 main ()
3831 {
3832
3833   ;
3834   return 0;
3835 }
3836 _ACEOF
3837 if ac_fn_cxx_try_compile "$LINENO"; then :
3838   ac_cv_prog_cxx_g=yes
3839 fi
3840 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
3841 fi
3842 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
3843 fi
3844 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
3845    ac_cxx_werror_flag=$ac_save_cxx_werror_flag
3846 fi
3847 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_prog_cxx_g" >&5
3848 $as_echo "$ac_cv_prog_cxx_g" >&6; }
3849 if test "$ac_test_CXXFLAGS" = set; then
3850   CXXFLAGS=$ac_save_CXXFLAGS
3851 elif test $ac_cv_prog_cxx_g = yes; then
3852   if test "$GXX" = yes; then
3853     CXXFLAGS="-g -O2"
3854   else
3855     CXXFLAGS="-g"
3856   fi
3857 else
3858   if test "$GXX" = yes; then
3859     CXXFLAGS="-O2"
3860   else
3861     CXXFLAGS=
3862   fi
3863 fi
3864 ac_ext=c
3865 ac_cpp='$CPP $CPPFLAGS'
3866 ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
3867 ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
3868 ac_compiler_gnu=$ac_cv_c_compiler_gnu
3869
3870 if test -n "$ac_tool_prefix"; then
3871   # Extract the first word of "${ac_tool_prefix}cpp", so it can be a program name with args.
3872 set dummy ${ac_tool_prefix}cpp; ac_word=$2
3873 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
3874 $as_echo_n "checking for $ac_word... " >&6; }
3875 if test "${ac_cv_prog_CPPBIN+set}" = set; then :
3876   $as_echo_n "(cached) " >&6
3877 else
3878   if test -n "$CPPBIN"; then
3879   ac_cv_prog_CPPBIN="$CPPBIN" # Let the user override the test.
3880 else
3881 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
3882 for as_dir in $PATH
3883 do
3884   IFS=$as_save_IFS
3885   test -z "$as_dir" && as_dir=.
3886     for ac_exec_ext in '' $ac_executable_extensions; do
3887   if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
3888     ac_cv_prog_CPPBIN="${ac_tool_prefix}cpp"
3889     $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
3890     break 2
3891   fi
3892 done
3893   done
3894 IFS=$as_save_IFS
3895
3896 fi
3897 fi
3898 CPPBIN=$ac_cv_prog_CPPBIN
3899 if test -n "$CPPBIN"; then
3900   { $as_echo "$as_me:${as_lineno-$LINENO}: result: $CPPBIN" >&5
3901 $as_echo "$CPPBIN" >&6; }
3902 else
3903   { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
3904 $as_echo "no" >&6; }
3905 fi
3906
3907
3908 fi
3909 if test -z "$ac_cv_prog_CPPBIN"; then
3910   ac_ct_CPPBIN=$CPPBIN
3911   # Extract the first word of "cpp", so it can be a program name with args.
3912 set dummy cpp; ac_word=$2
3913 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
3914 $as_echo_n "checking for $ac_word... " >&6; }
3915 if test "${ac_cv_prog_ac_ct_CPPBIN+set}" = set; then :
3916   $as_echo_n "(cached) " >&6
3917 else
3918   if test -n "$ac_ct_CPPBIN"; then
3919   ac_cv_prog_ac_ct_CPPBIN="$ac_ct_CPPBIN" # Let the user override the test.
3920 else
3921 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
3922 for as_dir in $PATH
3923 do
3924   IFS=$as_save_IFS
3925   test -z "$as_dir" && as_dir=.
3926     for ac_exec_ext in '' $ac_executable_extensions; do
3927   if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
3928     ac_cv_prog_ac_ct_CPPBIN="cpp"
3929     $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
3930     break 2
3931   fi
3932 done
3933   done
3934 IFS=$as_save_IFS
3935
3936 fi
3937 fi
3938 ac_ct_CPPBIN=$ac_cv_prog_ac_ct_CPPBIN
3939 if test -n "$ac_ct_CPPBIN"; then
3940   { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_ct_CPPBIN" >&5
3941 $as_echo "$ac_ct_CPPBIN" >&6; }
3942 else
3943   { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
3944 $as_echo "no" >&6; }
3945 fi
3946
3947   if test "x$ac_ct_CPPBIN" = x; then
3948     CPPBIN="cpp"
3949   else
3950     case $cross_compiling:$ac_tool_warned in
3951 yes:)
3952 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: using cross tools not prefixed with host triplet" >&5
3953 $as_echo "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;}
3954 ac_tool_warned=yes ;;
3955 esac
3956     CPPBIN=$ac_ct_CPPBIN
3957   fi
3958 else
3959   CPPBIN="$ac_cv_prog_CPPBIN"
3960 fi
3961
3962
3963 cat >>confdefs.h <<_ACEOF
3964 #define EXEEXT "$ac_exeext"
3965 _ACEOF
3966
3967
3968 case $host in
3969   *-darwin*)
3970     if test "x$enable_win64" = "xyes"
3971     then
3972       CC="$CC -m64"
3973       CXX="$CXX -m64"
3974       LD="${LD:-ld} -arch x86_64"
3975       AS="${AS:-as} -arch x86_64"
3976       host_cpu="x86_64"
3977       notice_platform="64-bit "
3978       TARGETFLAGS="-m64"
3979
3980     else
3981       CC="$CC -m32"
3982       CXX="$CXX -m32"
3983       LD="${LD:-ld} -arch i386"
3984       AS="${AS:-as} -arch i386"
3985       host_cpu="i386"
3986       notice_platform="32-bit "
3987       TARGETFLAGS="-m32"
3988
3989       enable_win16=${enable_win16:-yes}
3990     fi
3991     ;;
3992   x86_64*)
3993     if test "x$enable_win64" != "xyes" -a "$cross_compiling" != "yes"
3994     then
3995       CC="$CC -m32"
3996       CXX="$CXX -m32"
3997       { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether $CC works" >&5
3998 $as_echo_n "checking whether $CC works... " >&6; }
3999
4000 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
4001 /* end confdefs.h.  */
4002
4003 int
4004 main ()
4005 {
4006
4007   ;
4008   return 0;
4009 }
4010 _ACEOF
4011 if ac_fn_c_try_link "$LINENO"; then :
4012   { $as_echo "$as_me:${as_lineno-$LINENO}: result: yes" >&5
4013 $as_echo "yes" >&6; }
4014 else
4015   { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
4016 $as_echo "no" >&6; }
4017                       as_fn_error "Cannot build a 32-bit program, you need to install 32-bit development libraries." "$LINENO" 5
4018 fi
4019 rm -f core conftest.err conftest.$ac_objext \
4020     conftest$ac_exeext conftest.$ac_ext
4021       LD="${LD:-ld} -m elf_i386"
4022       AS="${AS:-as} --32"
4023       host_cpu="i386"
4024       notice_platform="32-bit "
4025       TARGETFLAGS="-m32"
4026
4027       enable_win16=${enable_win16:-yes}
4028     else
4029       if test "x${GCC}" = "xyes"
4030       then
4031         { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether $CC supports __builtin_ms_va_list" >&5
4032 $as_echo_n "checking whether $CC supports __builtin_ms_va_list... " >&6; }
4033         cat confdefs.h - <<_ACEOF >conftest.$ac_ext
4034 /* end confdefs.h.  */
4035 #include <stdarg.h>
4036 int
4037 main ()
4038 {
4039 void func(__builtin_ms_va_list *args);
4040   ;
4041   return 0;
4042 }
4043 _ACEOF
4044 if ac_fn_c_try_compile "$LINENO"; then :
4045   { $as_echo "$as_me:${as_lineno-$LINENO}: result: yes" >&5
4046 $as_echo "yes" >&6; }
4047 else
4048   { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
4049 $as_echo "no" >&6; }
4050                            as_fn_error "You need gcc >= 4.4 to build Wine as 64-bit." "$LINENO" 5
4051 fi
4052 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
4053       fi
4054       TARGETFLAGS="-m64"
4055
4056     fi
4057     ;;
4058   *-mingw32*|*-cygwin*)
4059     enable_win16=${enable_win16:-no}
4060     ;;
4061   i[3456789]86*)
4062     enable_win16=${enable_win16:-yes}
4063     ;;
4064 esac
4065
4066 enable_win16=${enable_win16:-no}
4067
4068 WIN16_FILES="\$(WIN16_FILES)"
4069
4070 WIN16_INSTALL="\$(WIN16_INSTALL)"
4071
4072 if test "x$enable_win16" != "xyes"
4073 then
4074     WIN16_FILES=""
4075     WIN16_INSTALL=""
4076     enable_w32skrnl=${enable_w32skrnl:-no}
4077     enable_winedos=${enable_winedos:-no}
4078     enable_winevdm=${enable_winevdm:-no}
4079 fi
4080
4081 if test -n "$with_wine64"
4082 then
4083     if test "x$enable_win64" = "xyes"
4084     then
4085         as_fn_error "--enable-win64 and --with-wine64 are mutually exclusive.
4086 --enable-win64 should be used in the 64-bit build tree, --with-wine64 in the 32-bit Wow64 build tree." "$LINENO" 5
4087     fi
4088     WOW64_DISABLE=\#
4089
4090     enable_fonts=${enable_fonts:-no}
4091     enable_include=${enable_include:-no}
4092     enable_server=${enable_server:-no}
4093     enable_tools=${enable_tools:-no}
4094     enable_wineboot=${enable_wineboot:-no}
4095     enable_winedbg=${enable_winedbg:-no}
4096     test "x$libdir" != "x\${exec_prefix}/lib" || libdir="\${exec_prefix}/lib32"
4097 fi
4098
4099 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for the directory containing the Wine tools" >&5
4100 $as_echo_n "checking for the directory containing the Wine tools... " >&6; }
4101 if test "${wine_cv_toolsdir+set}" = set; then :
4102   $as_echo_n "(cached) " >&6
4103 else
4104   wine_cv_toolsdir="$with_wine_tools"
4105    if test -z "$with_wine_tools"; then
4106      if test "$cross_compiling" = "yes"; then
4107        as_fn_error "you must use the --with-wine-tools option when cross-compiling." "$LINENO" 5
4108      elif test -n "$with_wine64"; then
4109        wine_cv_toolsdir="$with_wine64"
4110      fi
4111    fi
4112    if test -z "$wine_cv_toolsdir"; then
4113      wine_cv_toolsdir="\$(TOPOBJDIR)"
4114    elif test -d "$wine_cv_toolsdir/tools/winebuild"; then
4115      case "$wine_cv_toolsdir" in
4116        /*) ;;
4117        *)  wine_cv_toolsdir="\$(TOPOBJDIR)/$wine_cv_toolsdir" ;;
4118      esac
4119    else
4120      as_fn_error "could not find Wine tools in $wine_cv_toolsdir" "$LINENO" 5
4121    fi
4122 fi
4123 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $wine_cv_toolsdir" >&5
4124 $as_echo "$wine_cv_toolsdir" >&6; }
4125 TOOLSDIR=$wine_cv_toolsdir
4126
4127 if test -n "$host_alias" -a "$host_alias" != "$build_alias"
4128 then
4129     TARGETFLAGS="-b $host_alias $TARGETFLAGS"
4130
4131 fi
4132
4133 for ac_prog in flex
4134 do
4135   # Extract the first word of "$ac_prog", so it can be a program name with args.
4136 set dummy $ac_prog; ac_word=$2
4137 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
4138 $as_echo_n "checking for $ac_word... " >&6; }
4139 if test "${ac_cv_prog_FLEX+set}" = set; then :
4140   $as_echo_n "(cached) " >&6
4141 else
4142   if test -n "$FLEX"; then
4143   ac_cv_prog_FLEX="$FLEX" # Let the user override the test.
4144 else
4145 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
4146 for as_dir in $PATH
4147 do
4148   IFS=$as_save_IFS
4149   test -z "$as_dir" && as_dir=.
4150     for ac_exec_ext in '' $ac_executable_extensions; do
4151   if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
4152     ac_cv_prog_FLEX="$ac_prog"
4153     $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
4154     break 2
4155   fi
4156 done
4157   done
4158 IFS=$as_save_IFS
4159
4160 fi
4161 fi
4162 FLEX=$ac_cv_prog_FLEX
4163 if test -n "$FLEX"; then
4164   { $as_echo "$as_me:${as_lineno-$LINENO}: result: $FLEX" >&5
4165 $as_echo "$FLEX" >&6; }
4166 else
4167   { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
4168 $as_echo "no" >&6; }
4169 fi
4170
4171
4172   test -n "$FLEX" && break
4173 done
4174 test -n "$FLEX" || FLEX="none"
4175
4176 if test "$FLEX" = "none"
4177 then
4178   as_fn_error "no suitable flex found. Please install the 'flex' package." "$LINENO" 5
4179 fi
4180
4181 for ac_prog in bison
4182 do
4183   # Extract the first word of "$ac_prog", so it can be a program name with args.
4184 set dummy $ac_prog; ac_word=$2
4185 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
4186 $as_echo_n "checking for $ac_word... " >&6; }
4187 if test "${ac_cv_prog_BISON+set}" = set; then :
4188   $as_echo_n "(cached) " >&6
4189 else
4190   if test -n "$BISON"; then
4191   ac_cv_prog_BISON="$BISON" # Let the user override the test.
4192 else
4193 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
4194 for as_dir in $PATH
4195 do
4196   IFS=$as_save_IFS
4197   test -z "$as_dir" && as_dir=.
4198     for ac_exec_ext in '' $ac_executable_extensions; do
4199   if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
4200     ac_cv_prog_BISON="$ac_prog"
4201     $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
4202     break 2
4203   fi
4204 done
4205   done
4206 IFS=$as_save_IFS
4207
4208 fi
4209 fi
4210 BISON=$ac_cv_prog_BISON
4211 if test -n "$BISON"; then
4212   { $as_echo "$as_me:${as_lineno-$LINENO}: result: $BISON" >&5
4213 $as_echo "$BISON" >&6; }
4214 else
4215   { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
4216 $as_echo "no" >&6; }
4217 fi
4218
4219
4220   test -n "$BISON" && break
4221 done
4222 test -n "$BISON" || BISON="none"
4223
4224 if test "$BISON" = "none"
4225 then
4226   as_fn_error "no suitable bison found. Please install the 'bison' package." "$LINENO" 5
4227 fi
4228
4229 if test -n "$ac_tool_prefix"; then
4230   for ac_prog in ar gar
4231   do
4232     # Extract the first word of "$ac_tool_prefix$ac_prog", so it can be a program name with args.
4233 set dummy $ac_tool_prefix$ac_prog; ac_word=$2
4234 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
4235 $as_echo_n "checking for $ac_word... " >&6; }
4236 if test "${ac_cv_prog_AR+set}" = set; then :
4237   $as_echo_n "(cached) " >&6
4238 else
4239   if test -n "$AR"; then
4240   ac_cv_prog_AR="$AR" # Let the user override the test.
4241 else
4242 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
4243 for as_dir in $PATH
4244 do
4245   IFS=$as_save_IFS
4246   test -z "$as_dir" && as_dir=.
4247     for ac_exec_ext in '' $ac_executable_extensions; do
4248   if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
4249     ac_cv_prog_AR="$ac_tool_prefix$ac_prog"
4250     $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
4251     break 2
4252   fi
4253 done
4254   done
4255 IFS=$as_save_IFS
4256
4257 fi
4258 fi
4259 AR=$ac_cv_prog_AR
4260 if test -n "$AR"; then
4261   { $as_echo "$as_me:${as_lineno-$LINENO}: result: $AR" >&5
4262 $as_echo "$AR" >&6; }
4263 else
4264   { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
4265 $as_echo "no" >&6; }
4266 fi
4267
4268
4269     test -n "$AR" && break
4270   done
4271 fi
4272 if test -z "$AR"; then
4273   ac_ct_AR=$AR
4274   for ac_prog in ar gar
4275 do
4276   # Extract the first word of "$ac_prog", so it can be a program name with args.
4277 set dummy $ac_prog; ac_word=$2
4278 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
4279 $as_echo_n "checking for $ac_word... " >&6; }
4280 if test "${ac_cv_prog_ac_ct_AR+set}" = set; then :
4281   $as_echo_n "(cached) " >&6
4282 else
4283   if test -n "$ac_ct_AR"; then
4284   ac_cv_prog_ac_ct_AR="$ac_ct_AR" # Let the user override the test.
4285 else
4286 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
4287 for as_dir in $PATH
4288 do
4289   IFS=$as_save_IFS
4290   test -z "$as_dir" && as_dir=.
4291     for ac_exec_ext in '' $ac_executable_extensions; do
4292   if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
4293     ac_cv_prog_ac_ct_AR="$ac_prog"
4294     $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
4295     break 2
4296   fi
4297 done
4298   done
4299 IFS=$as_save_IFS
4300
4301 fi
4302 fi
4303 ac_ct_AR=$ac_cv_prog_ac_ct_AR
4304 if test -n "$ac_ct_AR"; then
4305   { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_ct_AR" >&5
4306 $as_echo "$ac_ct_AR" >&6; }
4307 else
4308   { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
4309 $as_echo "no" >&6; }
4310 fi
4311
4312
4313   test -n "$ac_ct_AR" && break
4314 done
4315
4316   if test "x$ac_ct_AR" = x; then
4317     AR="ar"
4318   else
4319     case $cross_compiling:$ac_tool_warned in
4320 yes:)
4321 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: using cross tools not prefixed with host triplet" >&5
4322 $as_echo "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;}
4323 ac_tool_warned=yes ;;
4324 esac
4325     AR=$ac_ct_AR
4326   fi
4327 fi
4328
4329 ARFLAGS=rc
4330
4331 if test -n "$ac_tool_prefix"; then
4332   # Extract the first word of "${ac_tool_prefix}ranlib", so it can be a program name with args.
4333 set dummy ${ac_tool_prefix}ranlib; ac_word=$2
4334 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
4335 $as_echo_n "checking for $ac_word... " >&6; }
4336 if test "${ac_cv_prog_RANLIB+set}" = set; then :
4337   $as_echo_n "(cached) " >&6
4338 else
4339   if test -n "$RANLIB"; then
4340   ac_cv_prog_RANLIB="$RANLIB" # Let the user override the test.
4341 else
4342 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
4343 for as_dir in $PATH
4344 do
4345   IFS=$as_save_IFS
4346   test -z "$as_dir" && as_dir=.
4347     for ac_exec_ext in '' $ac_executable_extensions; do
4348   if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
4349     ac_cv_prog_RANLIB="${ac_tool_prefix}ranlib"
4350     $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
4351     break 2
4352   fi
4353 done
4354   done
4355 IFS=$as_save_IFS
4356
4357 fi
4358 fi
4359 RANLIB=$ac_cv_prog_RANLIB
4360 if test -n "$RANLIB"; then
4361   { $as_echo "$as_me:${as_lineno-$LINENO}: result: $RANLIB" >&5
4362 $as_echo "$RANLIB" >&6; }
4363 else
4364   { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
4365 $as_echo "no" >&6; }
4366 fi
4367
4368
4369 fi
4370 if test -z "$ac_cv_prog_RANLIB"; then
4371   ac_ct_RANLIB=$RANLIB
4372   # Extract the first word of "ranlib", so it can be a program name with args.
4373 set dummy ranlib; ac_word=$2
4374 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
4375 $as_echo_n "checking for $ac_word... " >&6; }
4376 if test "${ac_cv_prog_ac_ct_RANLIB+set}" = set; then :
4377   $as_echo_n "(cached) " >&6
4378 else
4379   if test -n "$ac_ct_RANLIB"; then
4380   ac_cv_prog_ac_ct_RANLIB="$ac_ct_RANLIB" # Let the user override the test.
4381 else
4382 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
4383 for as_dir in $PATH
4384 do
4385   IFS=$as_save_IFS
4386   test -z "$as_dir" && as_dir=.
4387     for ac_exec_ext in '' $ac_executable_extensions; do
4388   if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
4389     ac_cv_prog_ac_ct_RANLIB="ranlib"
4390     $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
4391     break 2
4392   fi
4393 done
4394   done
4395 IFS=$as_save_IFS
4396
4397 fi
4398 fi
4399 ac_ct_RANLIB=$ac_cv_prog_ac_ct_RANLIB
4400 if test -n "$ac_ct_RANLIB"; then
4401   { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_ct_RANLIB" >&5
4402 $as_echo "$ac_ct_RANLIB" >&6; }
4403 else
4404   { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
4405 $as_echo "no" >&6; }
4406 fi
4407
4408   if test "x$ac_ct_RANLIB" = x; then
4409     RANLIB=":"
4410   else
4411     case $cross_compiling:$ac_tool_warned in
4412 yes:)
4413 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: using cross tools not prefixed with host triplet" >&5
4414 $as_echo "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;}
4415 ac_tool_warned=yes ;;
4416 esac
4417     RANLIB=$ac_ct_RANLIB
4418   fi
4419 else
4420   RANLIB="$ac_cv_prog_RANLIB"
4421 fi
4422
4423 if test -n "$ac_tool_prefix"; then
4424   # Extract the first word of "${ac_tool_prefix}strip", so it can be a program name with args.
4425 set dummy ${ac_tool_prefix}strip; ac_word=$2
4426 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
4427 $as_echo_n "checking for $ac_word... " >&6; }
4428 if test "${ac_cv_prog_STRIP+set}" = set; then :
4429   $as_echo_n "(cached) " >&6
4430 else
4431   if test -n "$STRIP"; then
4432   ac_cv_prog_STRIP="$STRIP" # Let the user override the test.
4433 else
4434 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
4435 for as_dir in $PATH
4436 do
4437   IFS=$as_save_IFS
4438   test -z "$as_dir" && as_dir=.
4439     for ac_exec_ext in '' $ac_executable_extensions; do
4440   if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
4441     ac_cv_prog_STRIP="${ac_tool_prefix}strip"
4442     $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
4443     break 2
4444   fi
4445 done
4446   done
4447 IFS=$as_save_IFS
4448
4449 fi
4450 fi
4451 STRIP=$ac_cv_prog_STRIP
4452 if test -n "$STRIP"; then
4453   { $as_echo "$as_me:${as_lineno-$LINENO}: result: $STRIP" >&5
4454 $as_echo "$STRIP" >&6; }
4455 else
4456   { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
4457 $as_echo "no" >&6; }
4458 fi
4459
4460
4461 fi
4462 if test -z "$ac_cv_prog_STRIP"; then
4463   ac_ct_STRIP=$STRIP
4464   # Extract the first word of "strip", so it can be a program name with args.
4465 set dummy strip; ac_word=$2
4466 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
4467 $as_echo_n "checking for $ac_word... " >&6; }
4468 if test "${ac_cv_prog_ac_ct_STRIP+set}" = set; then :
4469   $as_echo_n "(cached) " >&6
4470 else
4471   if test -n "$ac_ct_STRIP"; then
4472   ac_cv_prog_ac_ct_STRIP="$ac_ct_STRIP" # Let the user override the test.
4473 else
4474 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
4475 for as_dir in $PATH
4476 do
4477   IFS=$as_save_IFS
4478   test -z "$as_dir" && as_dir=.
4479     for ac_exec_ext in '' $ac_executable_extensions; do
4480   if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
4481     ac_cv_prog_ac_ct_STRIP="strip"
4482     $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
4483     break 2
4484   fi
4485 done
4486   done
4487 IFS=$as_save_IFS
4488
4489 fi
4490 fi
4491 ac_ct_STRIP=$ac_cv_prog_ac_ct_STRIP
4492 if test -n "$ac_ct_STRIP"; then
4493   { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_ct_STRIP" >&5
4494 $as_echo "$ac_ct_STRIP" >&6; }
4495 else
4496   { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
4497 $as_echo "no" >&6; }
4498 fi
4499
4500   if test "x$ac_ct_STRIP" = x; then
4501     STRIP="strip"
4502   else
4503     case $cross_compiling:$ac_tool_warned in
4504 yes:)
4505 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: using cross tools not prefixed with host triplet" >&5
4506 $as_echo "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;}
4507 ac_tool_warned=yes ;;
4508 esac
4509     STRIP=$ac_ct_STRIP
4510   fi
4511 else
4512   STRIP="$ac_cv_prog_STRIP"
4513 fi
4514
4515 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether ln -s works" >&5
4516 $as_echo_n "checking whether ln -s works... " >&6; }
4517 LN_S=$as_ln_s
4518 if test "$LN_S" = "ln -s"; then
4519   { $as_echo "$as_me:${as_lineno-$LINENO}: result: yes" >&5
4520 $as_echo "yes" >&6; }
4521 else
4522   { $as_echo "$as_me:${as_lineno-$LINENO}: result: no, using $LN_S" >&5
4523 $as_echo "no, using $LN_S" >&6; }
4524 fi
4525
4526 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether ln works" >&5
4527 $as_echo_n "checking whether ln works... " >&6; }
4528 rm -f conf$$ conf$$.file
4529 echo >conf$$.file
4530 if ln conf$$.file conf$$ 2>/dev/null; then
4531   LN=ln
4532
4533   { $as_echo "$as_me:${as_lineno-$LINENO}: result: yes" >&5
4534 $as_echo "yes" >&6; }
4535 else
4536   LN="cp -p"
4537
4538   { $as_echo "$as_me:${as_lineno-$LINENO}: result: no, using $LN" >&5
4539 $as_echo "no, using $LN" >&6; }
4540 fi
4541 rm -f conf$$ conf$$.file
4542 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for grep that handles long lines and -e" >&5
4543 $as_echo_n "checking for grep that handles long lines and -e... " >&6; }
4544 if test "${ac_cv_path_GREP+set}" = set; then :
4545   $as_echo_n "(cached) " >&6
4546 else
4547   if test -z "$GREP"; then
4548   ac_path_GREP_found=false
4549   # Loop through the user's path and test for each of PROGNAME-LIST
4550   as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
4551 for as_dir in $PATH$PATH_SEPARATOR/usr/xpg4/bin
4552 do
4553   IFS=$as_save_IFS
4554   test -z "$as_dir" && as_dir=.
4555     for ac_prog in grep ggrep; do
4556     for ac_exec_ext in '' $ac_executable_extensions; do
4557       ac_path_GREP="$as_dir/$ac_prog$ac_exec_ext"
4558       { test -f "$ac_path_GREP" && $as_test_x "$ac_path_GREP"; } || continue
4559 # Check for GNU ac_path_GREP and select it if it is found.
4560   # Check for GNU $ac_path_GREP
4561 case `"$ac_path_GREP" --version 2>&1` in
4562 *GNU*)
4563   ac_cv_path_GREP="$ac_path_GREP" ac_path_GREP_found=:;;
4564 *)
4565   ac_count=0
4566   $as_echo_n 0123456789 >"conftest.in"
4567   while :
4568   do
4569     cat "conftest.in" "conftest.in" >"conftest.tmp"
4570     mv "conftest.tmp" "conftest.in"
4571     cp "conftest.in" "conftest.nl"
4572     $as_echo 'GREP' >> "conftest.nl"
4573     "$ac_path_GREP" -e 'GREP$' -e '-(cannot match)-' < "conftest.nl" >"conftest.out" 2>/dev/null || break
4574     diff "conftest.out" "conftest.nl" >/dev/null 2>&1 || break
4575     as_fn_arith $ac_count + 1 && ac_count=$as_val
4576     if test $ac_count -gt ${ac_path_GREP_max-0}; then
4577       # Best one so far, save it but keep looking for a better one
4578       ac_cv_path_GREP="$ac_path_GREP"
4579       ac_path_GREP_max=$ac_count
4580     fi
4581     # 10*(2^10) chars as input seems more than enough
4582     test $ac_count -gt 10 && break
4583   done
4584   rm -f conftest.in conftest.tmp conftest.nl conftest.out;;
4585 esac
4586
4587       $ac_path_GREP_found && break 3
4588     done
4589   done
4590   done
4591 IFS=$as_save_IFS
4592   if test -z "$ac_cv_path_GREP"; then
4593     as_fn_error "no acceptable grep could be found in $PATH$PATH_SEPARATOR/usr/xpg4/bin" "$LINENO" 5
4594   fi
4595 else
4596   ac_cv_path_GREP=$GREP
4597 fi
4598
4599 fi
4600 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_path_GREP" >&5
4601 $as_echo "$ac_cv_path_GREP" >&6; }
4602  GREP="$ac_cv_path_GREP"
4603
4604
4605 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for egrep" >&5
4606 $as_echo_n "checking for egrep... " >&6; }
4607 if test "${ac_cv_path_EGREP+set}" = set; then :
4608   $as_echo_n "(cached) " >&6
4609 else
4610   if echo a | $GREP -E '(a|b)' >/dev/null 2>&1
4611    then ac_cv_path_EGREP="$GREP -E"
4612    else
4613      if test -z "$EGREP"; then
4614   ac_path_EGREP_found=false
4615   # Loop through the user's path and test for each of PROGNAME-LIST
4616   as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
4617 for as_dir in $PATH$PATH_SEPARATOR/usr/xpg4/bin
4618 do
4619   IFS=$as_save_IFS
4620   test -z "$as_dir" && as_dir=.
4621     for ac_prog in egrep; do
4622     for ac_exec_ext in '' $ac_executable_extensions; do
4623       ac_path_EGREP="$as_dir/$ac_prog$ac_exec_ext"
4624       { test -f "$ac_path_EGREP" && $as_test_x "$ac_path_EGREP"; } || continue
4625 # Check for GNU ac_path_EGREP and select it if it is found.
4626   # Check for GNU $ac_path_EGREP
4627 case `"$ac_path_EGREP" --version 2>&1` in
4628 *GNU*)
4629   ac_cv_path_EGREP="$ac_path_EGREP" ac_path_EGREP_found=:;;
4630 *)
4631   ac_count=0
4632   $as_echo_n 0123456789 >"conftest.in"
4633   while :
4634   do
4635     cat "conftest.in" "conftest.in" >"conftest.tmp"
4636     mv "conftest.tmp" "conftest.in"
4637     cp "conftest.in" "conftest.nl"
4638     $as_echo 'EGREP' >> "conftest.nl"
4639     "$ac_path_EGREP" 'EGREP$' < "conftest.nl" >"conftest.out" 2>/dev/null || break
4640     diff "conftest.out" "conftest.nl" >/dev/null 2>&1 || break
4641     as_fn_arith $ac_count + 1 && ac_count=$as_val
4642     if test $ac_count -gt ${ac_path_EGREP_max-0}; then
4643       # Best one so far, save it but keep looking for a better one
4644       ac_cv_path_EGREP="$ac_path_EGREP"
4645       ac_path_EGREP_max=$ac_count
4646     fi
4647     # 10*(2^10) chars as input seems more than enough
4648     test $ac_count -gt 10 && break
4649   done
4650   rm -f conftest.in conftest.tmp conftest.nl conftest.out;;
4651 esac
4652
4653       $ac_path_EGREP_found && break 3
4654     done
4655   done
4656   done
4657 IFS=$as_save_IFS
4658   if test -z "$ac_cv_path_EGREP"; then
4659     as_fn_error "no acceptable egrep could be found in $PATH$PATH_SEPARATOR/usr/xpg4/bin" "$LINENO" 5
4660   fi
4661 else
4662   ac_cv_path_EGREP=$EGREP
4663 fi
4664
4665    fi
4666 fi
4667 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_path_EGREP" >&5
4668 $as_echo "$ac_cv_path_EGREP" >&6; }
4669  EGREP="$ac_cv_path_EGREP"
4670
4671
4672 # Extract the first word of "ldconfig", so it can be a program name with args.
4673 set dummy ldconfig; ac_word=$2
4674 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
4675 $as_echo_n "checking for $ac_word... " >&6; }
4676 if test "${ac_cv_path_LDCONFIG+set}" = set; then :
4677   $as_echo_n "(cached) " >&6
4678 else
4679   case $LDCONFIG in
4680   [\\/]* | ?:[\\/]*)
4681   ac_cv_path_LDCONFIG="$LDCONFIG" # Let the user override the test with a path.
4682   ;;
4683   *)
4684   as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
4685 for as_dir in /sbin /usr/sbin $PATH
4686 do
4687   IFS=$as_save_IFS
4688   test -z "$as_dir" && as_dir=.
4689     for ac_exec_ext in '' $ac_executable_extensions; do
4690   if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
4691     ac_cv_path_LDCONFIG="$as_dir/$ac_word$ac_exec_ext"
4692     $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
4693     break 2
4694   fi
4695 done
4696   done
4697 IFS=$as_save_IFS
4698
4699   test -z "$ac_cv_path_LDCONFIG" && ac_cv_path_LDCONFIG="true"
4700   ;;
4701 esac
4702 fi
4703 LDCONFIG=$ac_cv_path_LDCONFIG
4704 if test -n "$LDCONFIG"; then
4705   { $as_echo "$as_me:${as_lineno-$LINENO}: result: $LDCONFIG" >&5
4706 $as_echo "$LDCONFIG" >&6; }
4707 else
4708   { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
4709 $as_echo "no" >&6; }
4710 fi
4711
4712
4713 # Find a good install program.  We prefer a C program (faster),
4714 # so one script is as good as another.  But avoid the broken or
4715 # incompatible versions:
4716 # SysV /etc/install, /usr/sbin/install
4717 # SunOS /usr/etc/install
4718 # IRIX /sbin/install
4719 # AIX /bin/install
4720 # AmigaOS /C/install, which installs bootblocks on floppy discs
4721 # AIX 4 /usr/bin/installbsd, which doesn't work without a -g flag
4722 # AFS /usr/afsws/bin/install, which mishandles nonexistent args
4723 # SVR4 /usr/ucb/install, which tries to use the nonexistent group "staff"
4724 # OS/2's system install, which has a completely different semantic
4725 # ./install, which can be erroneously created by make from ./install.sh.
4726 # Reject install programs that cannot install multiple files.
4727 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for a BSD-compatible install" >&5
4728 $as_echo_n "checking for a BSD-compatible install... " >&6; }
4729 if test -z "$INSTALL"; then
4730 if test "${ac_cv_path_install+set}" = set; then :
4731   $as_echo_n "(cached) " >&6
4732 else
4733   as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
4734 for as_dir in $PATH
4735 do
4736   IFS=$as_save_IFS
4737   test -z "$as_dir" && as_dir=.
4738     # Account for people who put trailing slashes in PATH elements.
4739 case $as_dir/ in #((
4740   ./ | .// | /[cC]/* | \
4741   /etc/* | /usr/sbin/* | /usr/etc/* | /sbin/* | /usr/afsws/bin/* | \
4742   ?:[\\/]os2[\\/]install[\\/]* | ?:[\\/]OS2[\\/]INSTALL[\\/]* | \
4743   /usr/ucb/* ) ;;
4744   *)
4745     # OSF1 and SCO ODT 3.0 have their own names for install.
4746     # Don't use installbsd from OSF since it installs stuff as root
4747     # by default.
4748     for ac_prog in ginstall scoinst install; do
4749       for ac_exec_ext in '' $ac_executable_extensions; do
4750         if { test -f "$as_dir/$ac_prog$ac_exec_ext" && $as_test_x "$as_dir/$ac_prog$ac_exec_ext"; }; then
4751           if test $ac_prog = install &&
4752             grep dspmsg "$as_dir/$ac_prog$ac_exec_ext" >/dev/null 2>&1; then
4753             # AIX install.  It has an incompatible calling convention.
4754             :
4755           elif test $ac_prog = install &&
4756             grep pwplus "$as_dir/$ac_prog$ac_exec_ext" >/dev/null 2>&1; then
4757             # program-specific install script used by HP pwplus--don't use.
4758             :
4759           else
4760             rm -rf conftest.one conftest.two conftest.dir
4761             echo one > conftest.one
4762             echo two > conftest.two
4763             mkdir conftest.dir
4764             if "$as_dir/$ac_prog$ac_exec_ext" -c conftest.one conftest.two "`pwd`/conftest.dir" &&
4765               test -s conftest.one && test -s conftest.two &&
4766               test -s conftest.dir/conftest.one &&
4767               test -s conftest.dir/conftest.two
4768             then
4769               ac_cv_path_install="$as_dir/$ac_prog$ac_exec_ext -c"
4770               break 3
4771             fi
4772           fi
4773         fi
4774       done
4775     done
4776     ;;
4777 esac
4778
4779   done
4780 IFS=$as_save_IFS
4781
4782 rm -rf conftest.one conftest.two conftest.dir
4783
4784 fi
4785   if test "${ac_cv_path_install+set}" = set; then
4786     INSTALL=$ac_cv_path_install
4787   else
4788     # As a last resort, use the slow shell script.  Don't cache a
4789     # value for INSTALL within a source directory, because that will
4790     # break other packages using the cache if that directory is
4791     # removed, or if the value is a relative name.
4792     INSTALL=$ac_install_sh
4793   fi
4794 fi
4795 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $INSTALL" >&5
4796 $as_echo "$INSTALL" >&6; }
4797
4798 # Use test -z because SunOS4 sh mishandles braces in ${var-val}.
4799 # It thinks the first close brace ends the variable substitution.
4800 test -z "$INSTALL_PROGRAM" && INSTALL_PROGRAM='${INSTALL}'
4801
4802 test -z "$INSTALL_SCRIPT" && INSTALL_SCRIPT='${INSTALL}'
4803
4804 test -z "$INSTALL_DATA" && INSTALL_DATA='${INSTALL} -m 644'
4805
4806 case "$INSTALL" in
4807   [\\/$]* | ?:[\\/]* ) ;;
4808   *)  INSTALL="\\\$(TOPSRCDIR)/$INSTALL" ;;
4809 esac
4810
4811 for ac_prog in lclint lint
4812 do
4813   # Extract the first word of "$ac_prog", so it can be a program name with args.
4814 set dummy $ac_prog; ac_word=$2
4815 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
4816 $as_echo_n "checking for $ac_word... " >&6; }
4817 if test "${ac_cv_prog_LINT+set}" = set; then :
4818   $as_echo_n "(cached) " >&6
4819 else
4820   if test -n "$LINT"; then
4821   ac_cv_prog_LINT="$LINT" # Let the user override the test.
4822 else
4823 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
4824 for as_dir in $PATH
4825 do
4826   IFS=$as_save_IFS
4827   test -z "$as_dir" && as_dir=.
4828     for ac_exec_ext in '' $ac_executable_extensions; do
4829   if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
4830     ac_cv_prog_LINT="$ac_prog"
4831     $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
4832     break 2
4833   fi
4834 done
4835   done
4836 IFS=$as_save_IFS
4837
4838 fi
4839 fi
4840 LINT=$ac_cv_prog_LINT
4841 if test -n "$LINT"; then
4842   { $as_echo "$as_me:${as_lineno-$LINENO}: result: $LINT" >&5
4843 $as_echo "$LINT" >&6; }
4844 else
4845   { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
4846 $as_echo "no" >&6; }
4847 fi
4848
4849
4850   test -n "$LINT" && break
4851 done
4852
4853 if test "$LINT" = "lint"
4854 then
4855   LINTFLAGS="$LINTFLAGS -errchk=%all,no%longptr64 -errhdr=%user -Ncheck=macro -Nlevel=4"
4856   fi
4857
4858
4859
4860 for ac_prog in fontforge
4861 do
4862   # Extract the first word of "$ac_prog", so it can be a program name with args.
4863 set dummy $ac_prog; ac_word=$2
4864 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
4865 $as_echo_n "checking for $ac_word... " >&6; }
4866 if test "${ac_cv_prog_FONTFORGE+set}" = set; then :
4867   $as_echo_n "(cached) " >&6
4868 else
4869   if test -n "$FONTFORGE"; then
4870   ac_cv_prog_FONTFORGE="$FONTFORGE" # Let the user override the test.
4871 else
4872 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
4873 for as_dir in $PATH
4874 do
4875   IFS=$as_save_IFS
4876   test -z "$as_dir" && as_dir=.
4877     for ac_exec_ext in '' $ac_executable_extensions; do
4878   if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
4879     ac_cv_prog_FONTFORGE="$ac_prog"
4880     $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
4881     break 2
4882   fi
4883 done
4884   done
4885 IFS=$as_save_IFS
4886
4887 fi
4888 fi
4889 FONTFORGE=$ac_cv_prog_FONTFORGE
4890 if test -n "$FONTFORGE"; then
4891   { $as_echo "$as_me:${as_lineno-$LINENO}: result: $FONTFORGE" >&5
4892 $as_echo "$FONTFORGE" >&6; }
4893 else
4894   { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
4895 $as_echo "no" >&6; }
4896 fi
4897
4898
4899   test -n "$FONTFORGE" && break
4900 done
4901 test -n "$FONTFORGE" || FONTFORGE="false"
4902
4903 for ac_prog in pkg-config
4904 do
4905   # Extract the first word of "$ac_prog", so it can be a program name with args.
4906 set dummy $ac_prog; ac_word=$2
4907 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
4908 $as_echo_n "checking for $ac_word... " >&6; }
4909 if test "${ac_cv_prog_PKG_CONFIG+set}" = set; then :
4910   $as_echo_n "(cached) " >&6
4911 else
4912   if test -n "$PKG_CONFIG"; then
4913   ac_cv_prog_PKG_CONFIG="$PKG_CONFIG" # Let the user override the test.
4914 else
4915 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
4916 for as_dir in $PATH
4917 do
4918   IFS=$as_save_IFS
4919   test -z "$as_dir" && as_dir=.
4920     for ac_exec_ext in '' $ac_executable_extensions; do
4921   if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
4922     ac_cv_prog_PKG_CONFIG="$ac_prog"
4923     $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
4924     break 2
4925   fi
4926 done
4927   done
4928 IFS=$as_save_IFS
4929
4930 fi
4931 fi
4932 PKG_CONFIG=$ac_cv_prog_PKG_CONFIG
4933 if test -n "$PKG_CONFIG"; then
4934   { $as_echo "$as_me:${as_lineno-$LINENO}: result: $PKG_CONFIG" >&5
4935 $as_echo "$PKG_CONFIG" >&6; }
4936 else
4937   { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
4938 $as_echo "no" >&6; }
4939 fi
4940
4941
4942   test -n "$PKG_CONFIG" && break
4943 done
4944 test -n "$PKG_CONFIG" || PKG_CONFIG="false"
4945
4946 for ac_prog in rsvg
4947 do
4948   # Extract the first word of "$ac_prog", so it can be a program name with args.
4949 set dummy $ac_prog; ac_word=$2
4950 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
4951 $as_echo_n "checking for $ac_word... " >&6; }
4952 if test "${ac_cv_prog_RSVG+set}" = set; then :
4953   $as_echo_n "(cached) " >&6
4954 else
4955   if test -n "$RSVG"; then
4956   ac_cv_prog_RSVG="$RSVG" # Let the user override the test.
4957 else
4958 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
4959 for as_dir in $PATH
4960 do
4961   IFS=$as_save_IFS
4962   test -z "$as_dir" && as_dir=.
4963     for ac_exec_ext in '' $ac_executable_extensions; do
4964   if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
4965     ac_cv_prog_RSVG="$ac_prog"
4966     $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
4967     break 2
4968   fi
4969 done
4970   done
4971 IFS=$as_save_IFS
4972
4973 fi
4974 fi
4975 RSVG=$ac_cv_prog_RSVG
4976 if test -n "$RSVG"; then
4977   { $as_echo "$as_me:${as_lineno-$LINENO}: result: $RSVG" >&5
4978 $as_echo "$RSVG" >&6; }
4979 else
4980   { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
4981 $as_echo "no" >&6; }
4982 fi
4983
4984
4985   test -n "$RSVG" && break
4986 done
4987 test -n "$RSVG" || RSVG="false"
4988
4989 for ac_prog in icotool
4990 do
4991   # Extract the first word of "$ac_prog", so it can be a program name with args.
4992 set dummy $ac_prog; ac_word=$2
4993 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
4994 $as_echo_n "checking for $ac_word... " >&6; }
4995 if test "${ac_cv_prog_ICOTOOL+set}" = set; then :
4996   $as_echo_n "(cached) " >&6
4997 else
4998   if test -n "$ICOTOOL"; then
4999   ac_cv_prog_ICOTOOL="$ICOTOOL" # Let the user override the test.
5000 else
5001 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
5002 for as_dir in $PATH
5003 do
5004   IFS=$as_save_IFS
5005   test -z "$as_dir" && as_dir=.
5006     for ac_exec_ext in '' $ac_executable_extensions; do
5007   if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
5008     ac_cv_prog_ICOTOOL="$ac_prog"
5009     $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
5010     break 2
5011   fi
5012 done
5013   done
5014 IFS=$as_save_IFS
5015
5016 fi
5017 fi
5018 ICOTOOL=$ac_cv_prog_ICOTOOL
5019 if test -n "$ICOTOOL"; then
5020   { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ICOTOOL" >&5
5021 $as_echo "$ICOTOOL" >&6; }
5022 else
5023   { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
5024 $as_echo "no" >&6; }
5025 fi
5026
5027
5028   test -n "$ICOTOOL" && break
5029 done
5030 test -n "$ICOTOOL" || ICOTOOL="false"
5031
5032
5033 if test "${enable_maintainer_mode+set}" = set
5034 then
5035   if test "$FONTFORGE" = "false"; then wine_warnings="$wine_warnings|fontforge is missing, fonts can't be rebuilt."; fi
5036   if test "$RSVG" = "false"; then wine_warnings="$wine_warnings|rsvg is missing, icons can't be rebuilt."; fi
5037   if test "$ICOTOOL" = "false"; then wine_warnings="$wine_warnings|icotool is missing, icons can't be rebuilt."; fi
5038 fi
5039
5040 case $host_cpu in
5041   *i[3456789]86*)
5042     # Extract the first word of "prelink", so it can be a program name with args.
5043 set dummy prelink; ac_word=$2
5044 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
5045 $as_echo_n "checking for $ac_word... " >&6; }
5046 if test "${ac_cv_path_PRELINK+set}" = set; then :
5047   $as_echo_n "(cached) " >&6
5048 else
5049   case $PRELINK in
5050   [\\/]* | ?:[\\/]*)
5051   ac_cv_path_PRELINK="$PRELINK" # Let the user override the test with a path.
5052   ;;
5053   *)
5054   as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
5055 for as_dir in /sbin /usr/sbin $PATH
5056 do
5057   IFS=$as_save_IFS
5058   test -z "$as_dir" && as_dir=.
5059     for ac_exec_ext in '' $ac_executable_extensions; do
5060   if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
5061     ac_cv_path_PRELINK="$as_dir/$ac_word$ac_exec_ext"
5062     $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
5063     break 2
5064   fi
5065 done
5066   done
5067 IFS=$as_save_IFS
5068
5069   test -z "$ac_cv_path_PRELINK" && ac_cv_path_PRELINK="false"
5070   ;;
5071 esac
5072 fi
5073 PRELINK=$ac_cv_path_PRELINK
5074 if test -n "$PRELINK"; then
5075   { $as_echo "$as_me:${as_lineno-$LINENO}: result: $PRELINK" >&5
5076 $as_echo "$PRELINK" >&6; }
5077 else
5078   { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
5079 $as_echo "no" >&6; }
5080 fi
5081
5082
5083     ;;
5084 esac
5085
5086
5087 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for i386_set_ldt in -li386" >&5
5088 $as_echo_n "checking for i386_set_ldt in -li386... " >&6; }
5089 if test "${ac_cv_lib_i386_i386_set_ldt+set}" = set; then :
5090   $as_echo_n "(cached) " >&6
5091 else
5092   ac_check_lib_save_LIBS=$LIBS
5093 LIBS="-li386  $LIBS"
5094 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
5095 /* end confdefs.h.  */
5096
5097 /* Override any GCC internal prototype to avoid an error.
5098    Use char because int might match the return type of a GCC
5099    builtin and then its argument prototype would still apply.  */
5100 #ifdef __cplusplus
5101 extern "C"
5102 #endif
5103 char i386_set_ldt ();
5104 int
5105 main ()
5106 {
5107 return i386_set_ldt ();
5108   ;
5109   return 0;
5110 }
5111 _ACEOF
5112 if ac_fn_c_try_link "$LINENO"; then :
5113   ac_cv_lib_i386_i386_set_ldt=yes
5114 else
5115   ac_cv_lib_i386_i386_set_ldt=no
5116 fi
5117 rm -f core conftest.err conftest.$ac_objext \
5118     conftest$ac_exeext conftest.$ac_ext
5119 LIBS=$ac_check_lib_save_LIBS
5120 fi
5121 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_i386_i386_set_ldt" >&5
5122 $as_echo "$ac_cv_lib_i386_i386_set_ldt" >&6; }
5123 if test "x$ac_cv_lib_i386_i386_set_ldt" = x""yes; then :
5124   cat >>confdefs.h <<_ACEOF
5125 #define HAVE_LIBI386 1
5126 _ACEOF
5127
5128   LIBS="-li386 $LIBS"
5129
5130 fi
5131
5132 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for _oss_ioctl in -lossaudio" >&5
5133 $as_echo_n "checking for _oss_ioctl in -lossaudio... " >&6; }
5134 if test "${ac_cv_lib_ossaudio__oss_ioctl+set}" = set; then :
5135   $as_echo_n "(cached) " >&6
5136 else
5137   ac_check_lib_save_LIBS=$LIBS
5138 LIBS="-lossaudio  $LIBS"
5139 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
5140 /* end confdefs.h.  */
5141
5142 /* Override any GCC internal prototype to avoid an error.
5143    Use char because int might match the return type of a GCC
5144    builtin and then its argument prototype would still apply.  */
5145 #ifdef __cplusplus
5146 extern "C"
5147 #endif
5148 char _oss_ioctl ();
5149 int
5150 main ()
5151 {
5152 return _oss_ioctl ();
5153   ;
5154   return 0;
5155 }
5156 _ACEOF
5157 if ac_fn_c_try_link "$LINENO"; then :
5158   ac_cv_lib_ossaudio__oss_ioctl=yes
5159 else
5160   ac_cv_lib_ossaudio__oss_ioctl=no
5161 fi
5162 rm -f core conftest.err conftest.$ac_objext \
5163     conftest$ac_exeext conftest.$ac_ext
5164 LIBS=$ac_check_lib_save_LIBS
5165 fi
5166 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_ossaudio__oss_ioctl" >&5
5167 $as_echo "$ac_cv_lib_ossaudio__oss_ioctl" >&6; }
5168 if test "x$ac_cv_lib_ossaudio__oss_ioctl" = x""yes; then :
5169   cat >>confdefs.h <<_ACEOF
5170 #define HAVE_LIBOSSAUDIO 1
5171 _ACEOF
5172
5173   LIBS="-lossaudio $LIBS"
5174
5175 fi
5176
5177
5178 XLIB=""
5179
5180 OPENGL_LIBS=""
5181
5182
5183
5184 # Check whether --enable-largefile was given.
5185 if test "${enable_largefile+set}" = set; then :
5186   enableval=$enable_largefile;
5187 fi
5188
5189 if test "$enable_largefile" != no; then
5190
5191   { $as_echo "$as_me:${as_lineno-$LINENO}: checking for special C compiler options needed for large files" >&5
5192 $as_echo_n "checking for special C compiler options needed for large files... " >&6; }
5193 if test "${ac_cv_sys_largefile_CC+set}" = set; then :
5194   $as_echo_n "(cached) " >&6
5195 else
5196   ac_cv_sys_largefile_CC=no
5197      if test "$GCC" != yes; then
5198        ac_save_CC=$CC
5199        while :; do
5200          # IRIX 6.2 and later do not support large files by default,
5201          # so use the C compiler's -n32 option if that helps.
5202          cat confdefs.h - <<_ACEOF >conftest.$ac_ext
5203 /* end confdefs.h.  */
5204 #include <sys/types.h>
5205  /* Check that off_t can represent 2**63 - 1 correctly.
5206     We can't simply define LARGE_OFF_T to be 9223372036854775807,
5207     since some C++ compilers masquerading as C compilers
5208     incorrectly reject 9223372036854775807.  */
5209 #define LARGE_OFF_T (((off_t) 1 << 62) - 1 + ((off_t) 1 << 62))
5210   int off_t_is_large[(LARGE_OFF_T % 2147483629 == 721
5211                        && LARGE_OFF_T % 2147483647 == 1)
5212                       ? 1 : -1];
5213 int
5214 main ()
5215 {
5216
5217   ;
5218   return 0;
5219 }
5220 _ACEOF
5221          if ac_fn_c_try_compile "$LINENO"; then :
5222   break
5223 fi
5224 rm -f core conftest.err conftest.$ac_objext
5225          CC="$CC -n32"
5226          if ac_fn_c_try_compile "$LINENO"; then :
5227   ac_cv_sys_largefile_CC=' -n32'; break
5228 fi
5229 rm -f core conftest.err conftest.$ac_objext
5230          break
5231        done
5232        CC=$ac_save_CC
5233        rm -f conftest.$ac_ext
5234     fi
5235 fi
5236 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_sys_largefile_CC" >&5
5237 $as_echo "$ac_cv_sys_largefile_CC" >&6; }
5238   if test "$ac_cv_sys_largefile_CC" != no; then
5239     CC=$CC$ac_cv_sys_largefile_CC
5240   fi
5241
5242   { $as_echo "$as_me:${as_lineno-$LINENO}: checking for _FILE_OFFSET_BITS value needed for large files" >&5
5243 $as_echo_n "checking for _FILE_OFFSET_BITS value needed for large files... " >&6; }
5244 if test "${ac_cv_sys_file_offset_bits+set}" = set; then :
5245   $as_echo_n "(cached) " >&6
5246 else
5247   while :; do
5248   cat confdefs.h - <<_ACEOF >conftest.$ac_ext
5249 /* end confdefs.h.  */
5250 #include <sys/types.h>
5251  /* Check that off_t can represent 2**63 - 1 correctly.
5252     We can't simply define LARGE_OFF_T to be 9223372036854775807,
5253     since some C++ compilers masquerading as C compilers
5254     incorrectly reject 9223372036854775807.  */
5255 #define LARGE_OFF_T (((off_t) 1 << 62) - 1 + ((off_t) 1 << 62))
5256   int off_t_is_large[(LARGE_OFF_T % 2147483629 == 721
5257                        && LARGE_OFF_T % 2147483647 == 1)
5258                       ? 1 : -1];
5259 int
5260 main ()
5261 {
5262
5263   ;
5264   return 0;
5265 }
5266 _ACEOF
5267 if ac_fn_c_try_compile "$LINENO"; then :
5268   ac_cv_sys_file_offset_bits=no; break
5269 fi
5270 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
5271   cat confdefs.h - <<_ACEOF >conftest.$ac_ext
5272 /* end confdefs.h.  */
5273 #define _FILE_OFFSET_BITS 64
5274 #include <sys/types.h>
5275  /* Check that off_t can represent 2**63 - 1 correctly.
5276     We can't simply define LARGE_OFF_T to be 9223372036854775807,
5277     since some C++ compilers masquerading as C compilers
5278     incorrectly reject 9223372036854775807.  */
5279 #define LARGE_OFF_T (((off_t) 1 << 62) - 1 + ((off_t) 1 << 62))
5280   int off_t_is_large[(LARGE_OFF_T % 2147483629 == 721
5281                        && LARGE_OFF_T % 2147483647 == 1)
5282                       ? 1 : -1];
5283 int
5284 main ()
5285 {
5286
5287   ;
5288   return 0;
5289 }
5290 _ACEOF
5291 if ac_fn_c_try_compile "$LINENO"; then :
5292   ac_cv_sys_file_offset_bits=64; break
5293 fi
5294 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
5295   ac_cv_sys_file_offset_bits=unknown
5296   break
5297 done
5298 fi
5299 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_sys_file_offset_bits" >&5
5300 $as_echo "$ac_cv_sys_file_offset_bits" >&6; }
5301 case $ac_cv_sys_file_offset_bits in #(
5302   no | unknown) ;;
5303   *)
5304 cat >>confdefs.h <<_ACEOF
5305 #define _FILE_OFFSET_BITS $ac_cv_sys_file_offset_bits
5306 _ACEOF
5307 ;;
5308 esac
5309 rm -rf conftest*
5310   if test $ac_cv_sys_file_offset_bits = unknown; then
5311     { $as_echo "$as_me:${as_lineno-$LINENO}: checking for _LARGE_FILES value needed for large files" >&5
5312 $as_echo_n "checking for _LARGE_FILES value needed for large files... " >&6; }
5313 if test "${ac_cv_sys_large_files+set}" = set; then :
5314   $as_echo_n "(cached) " >&6
5315 else
5316   while :; do
5317   cat confdefs.h - <<_ACEOF >conftest.$ac_ext
5318 /* end confdefs.h.  */
5319 #include <sys/types.h>
5320  /* Check that off_t can represent 2**63 - 1 correctly.
5321     We can't simply define LARGE_OFF_T to be 9223372036854775807,
5322     since some C++ compilers masquerading as C compilers
5323     incorrectly reject 9223372036854775807.  */
5324 #define LARGE_OFF_T (((off_t) 1 << 62) - 1 + ((off_t) 1 << 62))
5325   int off_t_is_large[(LARGE_OFF_T % 2147483629 == 721
5326                        && LARGE_OFF_T % 2147483647 == 1)
5327                       ? 1 : -1];
5328 int
5329 main ()
5330 {
5331
5332   ;
5333   return 0;
5334 }
5335 _ACEOF
5336 if ac_fn_c_try_compile "$LINENO"; then :
5337   ac_cv_sys_large_files=no; break
5338 fi
5339 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
5340   cat confdefs.h - <<_ACEOF >conftest.$ac_ext
5341 /* end confdefs.h.  */
5342 #define _LARGE_FILES 1
5343 #include <sys/types.h>
5344  /* Check that off_t can represent 2**63 - 1 correctly.
5345     We can't simply define LARGE_OFF_T to be 9223372036854775807,
5346     since some C++ compilers masquerading as C compilers
5347     incorrectly reject 9223372036854775807.  */
5348 #define LARGE_OFF_T (((off_t) 1 << 62) - 1 + ((off_t) 1 << 62))
5349   int off_t_is_large[(LARGE_OFF_T % 2147483629 == 721
5350                        && LARGE_OFF_T % 2147483647 == 1)
5351                       ? 1 : -1];
5352 int
5353 main ()
5354 {
5355
5356   ;
5357   return 0;
5358 }
5359 _ACEOF
5360 if ac_fn_c_try_compile "$LINENO"; then :
5361   ac_cv_sys_large_files=1; break
5362 fi
5363 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
5364   ac_cv_sys_large_files=unknown
5365   break
5366 done
5367 fi
5368 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_sys_large_files" >&5
5369 $as_echo "$ac_cv_sys_large_files" >&6; }
5370 case $ac_cv_sys_large_files in #(
5371   no | unknown) ;;
5372   *)
5373 cat >>confdefs.h <<_ACEOF
5374 #define _LARGE_FILES $ac_cv_sys_large_files
5375 _ACEOF
5376 ;;
5377 esac
5378 rm -rf conftest*
5379   fi
5380 fi
5381
5382
5383 ac_ext=c
5384 ac_cpp='$CPP $CPPFLAGS'
5385 ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
5386 ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
5387 ac_compiler_gnu=$ac_cv_c_compiler_gnu
5388 { $as_echo "$as_me:${as_lineno-$LINENO}: checking how to run the C preprocessor" >&5
5389 $as_echo_n "checking how to run the C preprocessor... " >&6; }
5390 # On Suns, sometimes $CPP names a directory.
5391 if test -n "$CPP" && test -d "$CPP"; then
5392   CPP=
5393 fi
5394 if test -z "$CPP"; then
5395   if test "${ac_cv_prog_CPP+set}" = set; then :
5396   $as_echo_n "(cached) " >&6
5397 else
5398       # Double quotes because CPP needs to be expanded
5399     for CPP in "$CC -E" "$CC -E -traditional-cpp" "/lib/cpp"
5400     do
5401       ac_preproc_ok=false
5402 for ac_c_preproc_warn_flag in '' yes
5403 do
5404   # Use a header file that comes with gcc, so configuring glibc
5405   # with a fresh cross-compiler works.
5406   # Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
5407   # <limits.h> exists even on freestanding compilers.
5408   # On the NeXT, cc -E runs the code through the compiler's parser,
5409   # not just through cpp. "Syntax error" is here to catch this case.
5410   cat confdefs.h - <<_ACEOF >conftest.$ac_ext
5411 /* end confdefs.h.  */
5412 #ifdef __STDC__
5413 # include <limits.h>
5414 #else
5415 # include <assert.h>
5416 #endif
5417                      Syntax error
5418 _ACEOF
5419 if ac_fn_c_try_cpp "$LINENO"; then :
5420
5421 else
5422   # Broken: fails on valid input.
5423 continue
5424 fi
5425 rm -f conftest.err conftest.$ac_ext
5426
5427   # OK, works on sane cases.  Now check whether nonexistent headers
5428   # can be detected and how.
5429   cat confdefs.h - <<_ACEOF >conftest.$ac_ext
5430 /* end confdefs.h.  */
5431 #include <ac_nonexistent.h>
5432 _ACEOF
5433 if ac_fn_c_try_cpp "$LINENO"; then :
5434   # Broken: success on invalid input.
5435 continue
5436 else
5437   # Passes both tests.
5438 ac_preproc_ok=:
5439 break
5440 fi
5441 rm -f conftest.err conftest.$ac_ext
5442
5443 done
5444 # Because of `break', _AC_PREPROC_IFELSE's cleaning code was skipped.
5445 rm -f conftest.err conftest.$ac_ext
5446 if $ac_preproc_ok; then :
5447   break
5448 fi
5449
5450     done
5451     ac_cv_prog_CPP=$CPP
5452
5453 fi
5454   CPP=$ac_cv_prog_CPP
5455 else
5456   ac_cv_prog_CPP=$CPP
5457 fi
5458 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $CPP" >&5
5459 $as_echo "$CPP" >&6; }
5460 ac_preproc_ok=false
5461 for ac_c_preproc_warn_flag in '' yes
5462 do
5463   # Use a header file that comes with gcc, so configuring glibc
5464   # with a fresh cross-compiler works.
5465   # Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
5466   # <limits.h> exists even on freestanding compilers.
5467   # On the NeXT, cc -E runs the code through the compiler's parser,
5468   # not just through cpp. "Syntax error" is here to catch this case.
5469   cat confdefs.h - <<_ACEOF >conftest.$ac_ext
5470 /* end confdefs.h.  */
5471 #ifdef __STDC__
5472 # include <limits.h>
5473 #else
5474 # include <assert.h>
5475 #endif
5476                      Syntax error
5477 _ACEOF
5478 if ac_fn_c_try_cpp "$LINENO"; then :
5479
5480 else
5481   # Broken: fails on valid input.
5482 continue
5483 fi
5484 rm -f conftest.err conftest.$ac_ext
5485
5486   # OK, works on sane cases.  Now check whether nonexistent headers
5487   # can be detected and how.
5488   cat confdefs.h - <<_ACEOF >conftest.$ac_ext
5489 /* end confdefs.h.  */
5490 #include <ac_nonexistent.h>
5491 _ACEOF
5492 if ac_fn_c_try_cpp "$LINENO"; then :
5493   # Broken: success on invalid input.
5494 continue
5495 else
5496   # Passes both tests.
5497 ac_preproc_ok=:
5498 break
5499 fi
5500 rm -f conftest.err conftest.$ac_ext
5501
5502 done
5503 # Because of `break', _AC_PREPROC_IFELSE's cleaning code was skipped.
5504 rm -f conftest.err conftest.$ac_ext
5505 if $ac_preproc_ok; then :
5506
5507 else
5508   { { $as_echo "$as_me:${as_lineno-$LINENO}: error: in \`$ac_pwd':" >&5
5509 $as_echo "$as_me: error: in \`$ac_pwd':" >&2;}
5510 as_fn_error "C preprocessor \"$CPP\" fails sanity check
5511 See \`config.log' for more details." "$LINENO" 5; }
5512 fi
5513
5514 ac_ext=c
5515 ac_cpp='$CPP $CPPFLAGS'
5516 ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
5517 ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
5518 ac_compiler_gnu=$ac_cv_c_compiler_gnu
5519
5520
5521 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for ANSI C header files" >&5
5522 $as_echo_n "checking for ANSI C header files... " >&6; }
5523 if test "${ac_cv_header_stdc+set}" = set; then :
5524   $as_echo_n "(cached) " >&6
5525 else
5526   cat confdefs.h - <<_ACEOF >conftest.$ac_ext
5527 /* end confdefs.h.  */
5528 #include <stdlib.h>
5529 #include <stdarg.h>
5530 #include <string.h>
5531 #include <float.h>
5532
5533 int
5534 main ()
5535 {
5536
5537   ;
5538   return 0;
5539 }
5540 _ACEOF
5541 if ac_fn_c_try_compile "$LINENO"; then :
5542   ac_cv_header_stdc=yes
5543 else
5544   ac_cv_header_stdc=no
5545 fi
5546 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
5547
5548 if test $ac_cv_header_stdc = yes; then
5549   # SunOS 4.x string.h does not declare mem*, contrary to ANSI.
5550   cat confdefs.h - <<_ACEOF >conftest.$ac_ext
5551 /* end confdefs.h.  */
5552 #include <string.h>
5553
5554 _ACEOF
5555 if (eval "$ac_cpp conftest.$ac_ext") 2>&5 |
5556   $EGREP "memchr" >/dev/null 2>&1; then :
5557
5558 else
5559   ac_cv_header_stdc=no
5560 fi
5561 rm -f conftest*
5562
5563 fi
5564
5565 if test $ac_cv_header_stdc = yes; then
5566   # ISC 2.0.2 stdlib.h does not declare free, contrary to ANSI.
5567   cat confdefs.h - <<_ACEOF >conftest.$ac_ext
5568 /* end confdefs.h.  */
5569 #include <stdlib.h>
5570
5571 _ACEOF
5572 if (eval "$ac_cpp conftest.$ac_ext") 2>&5 |
5573   $EGREP "free" >/dev/null 2>&1; then :
5574
5575 else
5576   ac_cv_header_stdc=no
5577 fi
5578 rm -f conftest*
5579
5580 fi
5581
5582 if test $ac_cv_header_stdc = yes; then
5583   # /bin/cc in Irix-4.0.5 gets non-ANSI ctype macros unless using -ansi.
5584   if test "$cross_compiling" = yes; then :
5585   :
5586 else
5587   cat confdefs.h - <<_ACEOF >conftest.$ac_ext
5588 /* end confdefs.h.  */
5589 #include <ctype.h>
5590 #include <stdlib.h>
5591 #if ((' ' & 0x0FF) == 0x020)
5592 # define ISLOWER(c) ('a' <= (c) && (c) <= 'z')
5593 # define TOUPPER(c) (ISLOWER(c) ? 'A' + ((c) - 'a') : (c))
5594 #else
5595 # define ISLOWER(c) \
5596                    (('a' <= (c) && (c) <= 'i') \
5597                      || ('j' <= (c) && (c) <= 'r') \
5598                      || ('s' <= (c) && (c) <= 'z'))
5599 # define TOUPPER(c) (ISLOWER(c) ? ((c) | 0x40) : (c))
5600 #endif
5601
5602 #define XOR(e, f) (((e) && !(f)) || (!(e) && (f)))
5603 int
5604 main ()
5605 {
5606   int i;
5607   for (i = 0; i < 256; i++)
5608     if (XOR (islower (i), ISLOWER (i))
5609         || toupper (i) != TOUPPER (i))
5610       return 2;
5611   return 0;
5612 }
5613 _ACEOF
5614 if ac_fn_c_try_run "$LINENO"; then :
5615
5616 else
5617   ac_cv_header_stdc=no
5618 fi
5619 rm -f core *.core core.conftest.* gmon.out bb.out conftest$ac_exeext \
5620   conftest.$ac_objext conftest.beam conftest.$ac_ext
5621 fi
5622
5623 fi
5624 fi
5625 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_header_stdc" >&5
5626 $as_echo "$ac_cv_header_stdc" >&6; }
5627 if test $ac_cv_header_stdc = yes; then
5628
5629 $as_echo "#define STDC_HEADERS 1" >>confdefs.h
5630
5631 fi
5632
5633 # On IRIX 5.3, sys/types and inttypes.h are conflicting.
5634 for ac_header in sys/types.h sys/stat.h stdlib.h string.h memory.h strings.h \
5635                   inttypes.h stdint.h unistd.h
5636 do :
5637   as_ac_Header=`$as_echo "ac_cv_header_$ac_header" | $as_tr_sh`
5638 ac_fn_c_check_header_compile "$LINENO" "$ac_header" "$as_ac_Header" "$ac_includes_default
5639 "
5640 eval as_val=\$$as_ac_Header
5641    if test "x$as_val" = x""yes; then :
5642   cat >>confdefs.h <<_ACEOF
5643 #define `$as_echo "HAVE_$ac_header" | $as_tr_cpp` 1
5644 _ACEOF
5645
5646 fi
5647
5648 done
5649
5650
5651 for ac_header in \
5652         AudioUnit/AudioUnit.h \
5653         Carbon/Carbon.h \
5654         CoreAudio/CoreAudio.h \
5655         DiskArbitration/DiskArbitration.h \
5656         IOKit/IOKitLib.h \
5657         IOKit/hid/IOHIDLib.h \
5658         alias.h \
5659         alsa/asoundlib.h \
5660         arpa/inet.h \
5661         arpa/nameser.h \
5662         asm/types.h \
5663         capi20.h \
5664         curses.h \
5665         direct.h \
5666         dirent.h \
5667         dlfcn.h \
5668         elf.h \
5669         float.h \
5670         fnmatch.h \
5671         fontconfig/fontconfig.h \
5672         getopt.h \
5673         grp.h \
5674         gsm.h \
5675         gsm/gsm.h \
5676         ieeefp.h \
5677         inet/mib2.h \
5678         io.h \
5679         jack/jack.h \
5680         jpeglib.h \
5681         kstat.h \
5682         lber.h \
5683         lcms.h \
5684         lcms/lcms.h \
5685         ldap.h \
5686         libaudioio.h \
5687         link.h \
5688         linux/cdrom.h \
5689         linux/compiler.h \
5690         linux/hdreg.h \
5691         linux/input.h \
5692         linux/ioctl.h \
5693         linux/joystick.h \
5694         linux/major.h \
5695         linux/param.h \
5696         linux/serial.h \
5697         linux/types.h \
5698         linux/ucdrom.h \
5699         mach-o/nlist.h \
5700         mach/mach.h \
5701         mach/machine.h \
5702         machine/cpu.h \
5703         machine/limits.h \
5704         machine/soundcard.h \
5705         mntent.h \
5706         mpg123.h \
5707         ncurses.h \
5708         netdb.h \
5709         netinet/in.h \
5710         netinet/in_systm.h \
5711         netinet/tcp.h \
5712         netinet/tcp_fsm.h \
5713         openssl/err.h \
5714         openssl/ssl.h \
5715         png.h \
5716         poll.h \
5717         process.h \
5718         pthread.h \
5719         pwd.h \
5720         regex.h \
5721         sched.h \
5722         scsi/scsi.h \
5723         scsi/scsi_ioctl.h \
5724         scsi/sg.h \
5725         soundcard.h \
5726         stdbool.h \
5727         stdint.h \
5728         strings.h \
5729         stropts.h \
5730         sys/asoundlib.h \
5731         sys/cdio.h \
5732         sys/elf32.h \
5733         sys/epoll.h \
5734         sys/errno.h \
5735         sys/event.h \
5736         sys/exec_elf.h \
5737         sys/filio.h \
5738         sys/inotify.h \
5739         sys/ioctl.h \
5740         sys/ipc.h \
5741         sys/limits.h \
5742         sys/link.h \
5743         sys/mman.h \
5744         sys/modem.h \
5745         sys/msg.h \
5746         sys/mtio.h \
5747         sys/param.h \
5748         sys/poll.h \
5749         sys/prctl.h \
5750         sys/protosw.h \
5751         sys/ptrace.h \
5752         sys/resource.h \
5753         sys/scsiio.h \
5754         sys/shm.h \
5755         sys/signal.h \
5756         sys/socket.h \
5757         sys/socketvar.h \
5758         sys/sockio.h \
5759         sys/soundcard.h \
5760         sys/statvfs.h \
5761         sys/strtio.h \
5762         sys/syscall.h \
5763         sys/tihdr.h \
5764         sys/time.h \
5765         sys/timeout.h \
5766         sys/times.h \
5767         sys/uio.h \
5768         sys/un.h \
5769         sys/utsname.h \
5770         sys/vm86.h \
5771         sys/wait.h \
5772         syscall.h \
5773         termios.h \
5774         unistd.h \
5775         utime.h \
5776         valgrind/memcheck.h \
5777         valgrind/valgrind.h \
5778         zlib.h
5779
5780 do :
5781   as_ac_Header=`$as_echo "ac_cv_header_$ac_header" | $as_tr_sh`
5782 ac_fn_c_check_header_mongrel "$LINENO" "$ac_header" "$as_ac_Header" "$ac_includes_default"
5783 eval as_val=\$$as_ac_Header
5784    if test "x$as_val" = x""yes; then :
5785   cat >>confdefs.h <<_ACEOF
5786 #define `$as_echo "HAVE_$ac_header" | $as_tr_cpp` 1
5787 _ACEOF
5788
5789 fi
5790
5791 done
5792
5793 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether stat file-mode macros are broken" >&5
5794 $as_echo_n "checking whether stat file-mode macros are broken... " >&6; }
5795 if test "${ac_cv_header_stat_broken+set}" = set; then :
5796   $as_echo_n "(cached) " >&6
5797 else
5798   cat confdefs.h - <<_ACEOF >conftest.$ac_ext
5799 /* end confdefs.h.  */
5800 #include <sys/types.h>
5801 #include <sys/stat.h>
5802
5803 #if defined S_ISBLK && defined S_IFDIR
5804 extern char c1[S_ISBLK (S_IFDIR) ? -1 : 1];
5805 #endif
5806
5807 #if defined S_ISBLK && defined S_IFCHR
5808 extern char c2[S_ISBLK (S_IFCHR) ? -1 : 1];
5809 #endif
5810
5811 #if defined S_ISLNK && defined S_IFREG
5812 extern char c3[S_ISLNK (S_IFREG) ? -1 : 1];
5813 #endif
5814
5815 #if defined S_ISSOCK && defined S_IFREG
5816 extern char c4[S_ISSOCK (S_IFREG) ? -1 : 1];
5817 #endif
5818
5819 _ACEOF
5820 if ac_fn_c_try_compile "$LINENO"; then :
5821   ac_cv_header_stat_broken=no
5822 else
5823   ac_cv_header_stat_broken=yes
5824 fi
5825 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
5826 fi
5827 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_header_stat_broken" >&5
5828 $as_echo "$ac_cv_header_stat_broken" >&6; }
5829 if test $ac_cv_header_stat_broken = yes; then
5830
5831 $as_echo "#define STAT_MACROS_BROKEN 1" >>confdefs.h
5832
5833 fi
5834
5835
5836
5837 for ac_header in sys/mount.h sys/statfs.h sys/sysctl.h sys/user.h sys/vfs.h
5838 do :
5839   as_ac_Header=`$as_echo "ac_cv_header_$ac_header" | $as_tr_sh`
5840 ac_fn_c_check_header_compile "$LINENO" "$ac_header" "$as_ac_Header" "#include <sys/types.h>
5841      #ifdef HAVE_SYS_PARAM_H
5842      # include <sys/param.h>
5843      #endif
5844 "
5845 eval as_val=\$$as_ac_Header
5846    if test "x$as_val" = x""yes; then :
5847   cat >>confdefs.h <<_ACEOF
5848 #define `$as_echo "HAVE_$ac_header" | $as_tr_cpp` 1
5849 _ACEOF
5850
5851 fi
5852
5853 done
5854
5855
5856 for ac_header in \
5857         netinet/ip.h \
5858         net/if.h \
5859         net/if_arp.h \
5860         net/if_dl.h \
5861         net/if_types.h \
5862         net/route.h \
5863         netinet/if_ether.h \
5864         netinet/if_inarp.h \
5865         netinet/in_pcb.h \
5866         netinet/ip_icmp.h \
5867         netinet/ip_var.h \
5868         netinet/udp.h \
5869         netipx/ipx.h \
5870
5871 do :
5872   as_ac_Header=`$as_echo "ac_cv_header_$ac_header" | $as_tr_sh`
5873 ac_fn_c_check_header_compile "$LINENO" "$ac_header" "$as_ac_Header" "#include <sys/types.h>
5874      #ifdef HAVE_SYS_SOCKET_H
5875      # include <sys/socket.h>
5876      #endif
5877      #ifdef HAVE_SYS_SOCKETVAR_H
5878      # include <sys/socketvar.h>
5879      #endif
5880      #ifdef HAVE_NET_ROUTE_H
5881      # include <net/route.h>
5882      #endif
5883      #ifdef HAVE_NETINET_IN_H
5884      # include <netinet/in.h>
5885      #endif
5886      #ifdef HAVE_NETINET_IN_SYSTM_H
5887      # include <netinet/in_systm.h>
5888      #endif
5889      #ifdef HAVE_NET_IF_H
5890      # include <net/if.h>
5891      #endif
5892      #ifdef HAVE_NETINET_IP_H
5893      # include <netinet/ip.h>
5894      #endif
5895 "
5896 eval as_val=\$$as_ac_Header
5897    if test "x$as_val" = x""yes; then :
5898   cat >>confdefs.h <<_ACEOF
5899 #define `$as_echo "HAVE_$ac_header" | $as_tr_cpp` 1
5900 _ACEOF
5901
5902 fi
5903
5904 done
5905
5906
5907 for ac_header in netinet/tcp_timer.h netinet/udp_var.h netinet/icmp_var.h netinet/tcp_var.h
5908 do :
5909   as_ac_Header=`$as_echo "ac_cv_header_$ac_header" | $as_tr_sh`
5910 ac_fn_c_check_header_compile "$LINENO" "$ac_header" "$as_ac_Header" "#include <sys/types.h>
5911      #ifdef HAVE_ALIAS_H
5912      # include <alias.h>
5913      #endif
5914      #ifdef HAVE_SYS_SOCKET_H
5915      # include <sys/socket.h>
5916      #endif
5917      #ifdef HAVE_SYS_SOCKETVAR_H
5918      # include <sys/socketvar.h>
5919      #endif
5920      #ifdef HAVE_SYS_TIMEOUT_H
5921      # include <sys/timeout.h>
5922      #endif
5923      #ifdef HAVE_NETINET_IN_H
5924      # include <netinet/in.h>
5925      #endif
5926      #ifdef HAVE_NETINET_IN_SYSTM_H
5927      # include <netinet/in_systm.h>
5928      #endif
5929      #ifdef HAVE_NETINET_IP_H
5930      # include <netinet/ip.h>
5931      #endif
5932      #ifdef HAVE_NETINET_IP_VAR_H
5933      # include <netinet/ip_var.h>
5934      #endif
5935      #ifdef HAVE_NETINET_IP_ICMP_H
5936      # include <netinet/ip_icmp.h>
5937      #endif
5938      #ifdef HAVE_NETINET_UDP_H
5939      # include <netinet/udp.h>
5940      #endif
5941      #ifdef HAVE_NETINET_TCP_H
5942      # include <netinet/tcp.h>
5943      #endif
5944      #ifdef HAVE_NETINET_TCP_TIMER_H
5945      #include <netinet/tcp_timer.h>
5946      #endif
5947 "
5948 eval as_val=\$$as_ac_Header
5949    if test "x$as_val" = x""yes; then :
5950   cat >>confdefs.h <<_ACEOF
5951 #define `$as_echo "HAVE_$ac_header" | $as_tr_cpp` 1
5952 _ACEOF
5953
5954 fi
5955
5956 done
5957
5958
5959 for ac_header in linux/ipx.h linux/irda.h
5960 do :
5961   as_ac_Header=`$as_echo "ac_cv_header_$ac_header" | $as_tr_sh`
5962 ac_fn_c_check_header_compile "$LINENO" "$ac_header" "$as_ac_Header" "#include <sys/types.h>
5963      #ifdef HAVE_ASM_TYPES_H
5964      # include <asm/types.h>
5965      #endif
5966      #ifdef HAVE_SYS_SOCKET_H
5967      # include <sys/socket.h>
5968      #endif
5969      #ifdef HAVE_LINUX_TYPES_H
5970      # include <linux/types.h>
5971      #endif
5972 "
5973 eval as_val=\$$as_ac_Header
5974    if test "x$as_val" = x""yes; then :
5975   cat >>confdefs.h <<_ACEOF
5976 #define `$as_echo "HAVE_$ac_header" | $as_tr_cpp` 1
5977 _ACEOF
5978
5979 fi
5980
5981 done
5982
5983
5984 for ac_header in mach-o/dyld_images.h
5985 do :
5986   ac_fn_c_check_header_compile "$LINENO" "mach-o/dyld_images.h" "ac_cv_header_mach_o_dyld_images_h" "#ifdef HAVE_STDBOOL_H
5987      # include <stdbool.h>
5988      #endif
5989      #ifdef HAVE_STDINT_H
5990      # include <stdint.h>
5991      #endif
5992 "
5993 if test "x$ac_cv_header_mach_o_dyld_images_h" = x""yes; then :
5994   cat >>confdefs.h <<_ACEOF
5995 #define HAVE_MACH_O_DYLD_IMAGES_H 1
5996 _ACEOF
5997
5998 fi
5999
6000 done
6001
6002
6003 for ac_header in resolv.h
6004 do :
6005   ac_fn_c_check_header_compile "$LINENO" "resolv.h" "ac_cv_header_resolv_h" "#include <sys/types.h>
6006      #ifdef HAVE_SYS_SOCKET_H
6007      # include <sys/socket.h>
6008      #endif
6009      #ifdef HAVE_NETINET_IN_H
6010      # include <netinet/in.h>
6011      #endif
6012      #ifdef HAVE_ARPA_NAMESER_H
6013      # include <arpa/nameser.h>
6014      #endif
6015 "
6016 if test "x$ac_cv_header_resolv_h" = x""yes; then :
6017   cat >>confdefs.h <<_ACEOF
6018 #define HAVE_RESOLV_H 1
6019 _ACEOF
6020
6021 fi
6022
6023 done
6024
6025
6026 for ac_header in ucontext.h
6027 do :
6028   ac_fn_c_check_header_compile "$LINENO" "ucontext.h" "ac_cv_header_ucontext_h" "#include <signal.h>
6029 "
6030 if test "x$ac_cv_header_ucontext_h" = x""yes; then :
6031   cat >>confdefs.h <<_ACEOF
6032 #define HAVE_UCONTEXT_H 1
6033 _ACEOF
6034
6035 fi
6036
6037 done
6038
6039
6040 for ac_header in sys/thr.h
6041 do :
6042   ac_fn_c_check_header_compile "$LINENO" "sys/thr.h" "ac_cv_header_sys_thr_h" "#include <sys/types.h>
6043 #ifdef HAVE_UCONTEXT_H
6044 #include <ucontext.h>
6045 #endif
6046 "
6047 if test "x$ac_cv_header_sys_thr_h" = x""yes; then :
6048   cat >>confdefs.h <<_ACEOF
6049 #define HAVE_SYS_THR_H 1
6050 _ACEOF
6051
6052 fi
6053
6054 done
6055
6056
6057 for ac_header in pthread_np.h
6058 do :
6059   ac_fn_c_check_header_compile "$LINENO" "pthread_np.h" "ac_cv_header_pthread_np_h" "#ifdef HAVE_PTHREAD_H
6060 #include <pthread.h>
6061 #endif
6062 "
6063 if test "x$ac_cv_header_pthread_np_h" = x""yes; then :
6064   cat >>confdefs.h <<_ACEOF
6065 #define HAVE_PTHREAD_NP_H 1
6066 _ACEOF
6067
6068 fi
6069
6070 done
6071
6072
6073 for ac_header in linux/videodev.h
6074 do :
6075   ac_fn_c_check_header_compile "$LINENO" "linux/videodev.h" "ac_cv_header_linux_videodev_h" "#ifdef HAVE_SYS_TIME_H
6076 #include <sys/time.h>
6077 #endif
6078 #include <sys/types.h>
6079 #ifdef HAVE_ASM_TYPES_H
6080 #include <asm/types.h>
6081 #endif
6082 "
6083 if test "x$ac_cv_header_linux_videodev_h" = x""yes; then :
6084   cat >>confdefs.h <<_ACEOF
6085 #define HAVE_LINUX_VIDEODEV_H 1
6086 _ACEOF
6087
6088 fi
6089
6090 done
6091
6092
6093 for ac_header in linux/capi.h
6094 do :
6095   ac_fn_c_check_header_compile "$LINENO" "linux/capi.h" "ac_cv_header_linux_capi_h" "#define __user
6096 "
6097 if test "x$ac_cv_header_linux_capi_h" = x""yes; then :
6098   cat >>confdefs.h <<_ACEOF
6099 #define HAVE_LINUX_CAPI_H 1
6100 _ACEOF
6101
6102 fi
6103
6104 done
6105
6106
6107
6108 DLLEXT=""
6109
6110 DLLFLAGS="-D_REENTRANT"
6111
6112 LDSHARED=""
6113
6114 LDDLLFLAGS=""
6115
6116 LIBEXT="so"
6117
6118 IMPLIBEXT="def"
6119
6120 LDRPATH_INSTALL=""
6121
6122 LDRPATH_LOCAL=""
6123
6124 # Extract the first word of "ldd", so it can be a program name with args.
6125 set dummy ldd; ac_word=$2
6126 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
6127 $as_echo_n "checking for $ac_word... " >&6; }
6128 if test "${ac_cv_path_LDD+set}" = set; then :
6129   $as_echo_n "(cached) " >&6
6130 else
6131   case $LDD in
6132   [\\/]* | ?:[\\/]*)
6133   ac_cv_path_LDD="$LDD" # Let the user override the test with a path.
6134   ;;
6135   *)
6136   as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
6137 as_dummy="/sbin:/usr/sbin:$PATH"
6138 for as_dir in $as_dummy
6139 do
6140   IFS=$as_save_IFS
6141   test -z "$as_dir" && as_dir=.
6142     for ac_exec_ext in '' $ac_executable_extensions; do
6143   if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
6144     ac_cv_path_LDD="$as_dir/$ac_word$ac_exec_ext"
6145     $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
6146     break 2
6147   fi
6148 done
6149   done
6150 IFS=$as_save_IFS
6151
6152   test -z "$ac_cv_path_LDD" && ac_cv_path_LDD="true"
6153   ;;
6154 esac
6155 fi
6156 LDD=$ac_cv_path_LDD
6157 if test -n "$LDD"; then
6158   { $as_echo "$as_me:${as_lineno-$LINENO}: result: $LDD" >&5
6159 $as_echo "$LDD" >&6; }
6160 else
6161   { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
6162 $as_echo "no" >&6; }
6163 fi
6164
6165
6166
6167 case $host_os in
6168   cygwin*|mingw32*)
6169     if test -n "$ac_tool_prefix"; then
6170   # Extract the first word of "${ac_tool_prefix}dlltool", so it can be a program name with args.
6171 set dummy ${ac_tool_prefix}dlltool; ac_word=$2
6172 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
6173 $as_echo_n "checking for $ac_word... " >&6; }
6174 if test "${ac_cv_prog_DLLTOOL+set}" = set; then :
6175   $as_echo_n "(cached) " >&6
6176 else
6177   if test -n "$DLLTOOL"; then
6178   ac_cv_prog_DLLTOOL="$DLLTOOL" # Let the user override the test.
6179 else
6180 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
6181 for as_dir in $PATH
6182 do
6183   IFS=$as_save_IFS
6184   test -z "$as_dir" && as_dir=.
6185     for ac_exec_ext in '' $ac_executable_extensions; do
6186   if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
6187     ac_cv_prog_DLLTOOL="${ac_tool_prefix}dlltool"
6188     $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
6189     break 2
6190   fi
6191 done
6192   done
6193 IFS=$as_save_IFS
6194
6195 fi
6196 fi
6197 DLLTOOL=$ac_cv_prog_DLLTOOL
6198 if test -n "$DLLTOOL"; then
6199   { $as_echo "$as_me:${as_lineno-$LINENO}: result: $DLLTOOL" >&5
6200 $as_echo "$DLLTOOL" >&6; }
6201 else
6202   { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
6203 $as_echo "no" >&6; }
6204 fi
6205
6206
6207 fi
6208 if test -z "$ac_cv_prog_DLLTOOL"; then
6209   ac_ct_DLLTOOL=$DLLTOOL
6210   # Extract the first word of "dlltool", so it can be a program name with args.
6211 set dummy dlltool; ac_word=$2
6212 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
6213 $as_echo_n "checking for $ac_word... " >&6; }
6214 if test "${ac_cv_prog_ac_ct_DLLTOOL+set}" = set; then :
6215   $as_echo_n "(cached) " >&6
6216 else
6217   if test -n "$ac_ct_DLLTOOL"; then
6218   ac_cv_prog_ac_ct_DLLTOOL="$ac_ct_DLLTOOL" # Let the user override the test.
6219 else
6220 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
6221 for as_dir in $PATH
6222 do
6223   IFS=$as_save_IFS
6224   test -z "$as_dir" && as_dir=.
6225     for ac_exec_ext in '' $ac_executable_extensions; do
6226   if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
6227     ac_cv_prog_ac_ct_DLLTOOL="dlltool"
6228     $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
6229     break 2
6230   fi
6231 done
6232   done
6233 IFS=$as_save_IFS
6234
6235 fi
6236 fi
6237 ac_ct_DLLTOOL=$ac_cv_prog_ac_ct_DLLTOOL
6238 if test -n "$ac_ct_DLLTOOL"; then
6239   { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_ct_DLLTOOL" >&5
6240 $as_echo "$ac_ct_DLLTOOL" >&6; }
6241 else
6242   { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
6243 $as_echo "no" >&6; }
6244 fi
6245
6246   if test "x$ac_ct_DLLTOOL" = x; then
6247     DLLTOOL="false"
6248   else
6249     case $cross_compiling:$ac_tool_warned in
6250 yes:)
6251 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: using cross tools not prefixed with host triplet" >&5
6252 $as_echo "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;}
6253 ac_tool_warned=yes ;;
6254 esac
6255     DLLTOOL=$ac_ct_DLLTOOL
6256   fi
6257 else
6258   DLLTOOL="$ac_cv_prog_DLLTOOL"
6259 fi
6260
6261     if test -n "$ac_tool_prefix"; then
6262   # Extract the first word of "${ac_tool_prefix}dllwrap", so it can be a program name with args.
6263 set dummy ${ac_tool_prefix}dllwrap; ac_word=$2
6264 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
6265 $as_echo_n "checking for $ac_word... " >&6; }
6266 if test "${ac_cv_prog_DLLWRAP+set}" = set; then :
6267   $as_echo_n "(cached) " >&6
6268 else
6269   if test -n "$DLLWRAP"; then
6270   ac_cv_prog_DLLWRAP="$DLLWRAP" # Let the user override the test.
6271 else
6272 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
6273 for as_dir in $PATH
6274 do
6275   IFS=$as_save_IFS
6276   test -z "$as_dir" && as_dir=.
6277     for ac_exec_ext in '' $ac_executable_extensions; do
6278   if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
6279     ac_cv_prog_DLLWRAP="${ac_tool_prefix}dllwrap"
6280     $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
6281     break 2
6282   fi
6283 done
6284   done
6285 IFS=$as_save_IFS
6286
6287 fi
6288 fi
6289 DLLWRAP=$ac_cv_prog_DLLWRAP
6290 if test -n "$DLLWRAP"; then
6291   { $as_echo "$as_me:${as_lineno-$LINENO}: result: $DLLWRAP" >&5
6292 $as_echo "$DLLWRAP" >&6; }
6293 else
6294   { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
6295 $as_echo "no" >&6; }
6296 fi
6297
6298
6299 fi
6300 if test -z "$ac_cv_prog_DLLWRAP"; then
6301   ac_ct_DLLWRAP=$DLLWRAP
6302   # Extract the first word of "dllwrap", so it can be a program name with args.
6303 set dummy dllwrap; ac_word=$2
6304 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
6305 $as_echo_n "checking for $ac_word... " >&6; }
6306 if test "${ac_cv_prog_ac_ct_DLLWRAP+set}" = set; then :
6307   $as_echo_n "(cached) " >&6
6308 else
6309   if test -n "$ac_ct_DLLWRAP"; then
6310   ac_cv_prog_ac_ct_DLLWRAP="$ac_ct_DLLWRAP" # Let the user override the test.
6311 else
6312 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
6313 for as_dir in $PATH
6314 do
6315   IFS=$as_save_IFS
6316   test -z "$as_dir" && as_dir=.
6317     for ac_exec_ext in '' $ac_executable_extensions; do
6318   if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
6319     ac_cv_prog_ac_ct_DLLWRAP="dllwrap"
6320     $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
6321     break 2
6322   fi
6323 done
6324   done
6325 IFS=$as_save_IFS
6326
6327 fi
6328 fi
6329 ac_ct_DLLWRAP=$ac_cv_prog_ac_ct_DLLWRAP
6330 if test -n "$ac_ct_DLLWRAP"; then
6331   { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_ct_DLLWRAP" >&5
6332 $as_echo "$ac_ct_DLLWRAP" >&6; }
6333 else
6334   { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
6335 $as_echo "no" >&6; }
6336 fi
6337
6338   if test "x$ac_ct_DLLWRAP" = x; then
6339     DLLWRAP="false"
6340   else
6341     case $cross_compiling:$ac_tool_warned in
6342 yes:)
6343 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: using cross tools not prefixed with host triplet" >&5
6344 $as_echo "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;}
6345 ac_tool_warned=yes ;;
6346 esac
6347     DLLWRAP=$ac_ct_DLLWRAP
6348   fi
6349 else
6350   DLLWRAP="$ac_cv_prog_DLLWRAP"
6351 fi
6352
6353     if test -n "$ac_tool_prefix"; then
6354   # Extract the first word of "${ac_tool_prefix}ar", so it can be a program name with args.
6355 set dummy ${ac_tool_prefix}ar; ac_word=$2
6356 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
6357 $as_echo_n "checking for $ac_word... " >&6; }
6358 if test "${ac_cv_prog_MINGWAR+set}" = set; then :
6359   $as_echo_n "(cached) " >&6
6360 else
6361   if test -n "$MINGWAR"; then
6362   ac_cv_prog_MINGWAR="$MINGWAR" # Let the user override the test.
6363 else
6364 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
6365 for as_dir in $PATH
6366 do
6367   IFS=$as_save_IFS
6368   test -z "$as_dir" && as_dir=.
6369     for ac_exec_ext in '' $ac_executable_extensions; do
6370   if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
6371     ac_cv_prog_MINGWAR="${ac_tool_prefix}ar"
6372     $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
6373     break 2
6374   fi
6375 done
6376   done
6377 IFS=$as_save_IFS
6378
6379 fi
6380 fi
6381 MINGWAR=$ac_cv_prog_MINGWAR
6382 if test -n "$MINGWAR"; then
6383   { $as_echo "$as_me:${as_lineno-$LINENO}: result: $MINGWAR" >&5
6384 $as_echo "$MINGWAR" >&6; }
6385 else
6386   { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
6387 $as_echo "no" >&6; }
6388 fi
6389
6390
6391 fi
6392 if test -z "$ac_cv_prog_MINGWAR"; then
6393   ac_ct_MINGWAR=$MINGWAR
6394   # Extract the first word of "ar", so it can be a program name with args.
6395 set dummy ar; ac_word=$2
6396 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
6397 $as_echo_n "checking for $ac_word... " >&6; }
6398 if test "${ac_cv_prog_ac_ct_MINGWAR+set}" = set; then :
6399   $as_echo_n "(cached) " >&6
6400 else
6401   if test -n "$ac_ct_MINGWAR"; then
6402   ac_cv_prog_ac_ct_MINGWAR="$ac_ct_MINGWAR" # Let the user override the test.
6403 else
6404 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
6405 for as_dir in $PATH
6406 do
6407   IFS=$as_save_IFS
6408   test -z "$as_dir" && as_dir=.
6409     for ac_exec_ext in '' $ac_executable_extensions; do
6410   if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
6411     ac_cv_prog_ac_ct_MINGWAR="ar"
6412     $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
6413     break 2
6414   fi
6415 done
6416   done
6417 IFS=$as_save_IFS
6418
6419 fi
6420 fi
6421 ac_ct_MINGWAR=$ac_cv_prog_ac_ct_MINGWAR
6422 if test -n "$ac_ct_MINGWAR"; then
6423   { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_ct_MINGWAR" >&5
6424 $as_echo "$ac_ct_MINGWAR" >&6; }
6425 else
6426   { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
6427 $as_echo "no" >&6; }
6428 fi
6429
6430   if test "x$ac_ct_MINGWAR" = x; then
6431     MINGWAR="false"
6432   else
6433     case $cross_compiling:$ac_tool_warned in
6434 yes:)
6435 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: using cross tools not prefixed with host triplet" >&5
6436 $as_echo "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;}
6437 ac_tool_warned=yes ;;
6438 esac
6439     MINGWAR=$ac_ct_MINGWAR
6440   fi
6441 else
6442   MINGWAR="$ac_cv_prog_MINGWAR"
6443 fi
6444
6445     if test "$DLLWRAP" = "false"; then
6446       LIBEXT="a"
6447     else
6448             LIBEXT="dll"
6449     fi
6450     IMPLIBEXT="a"
6451         enable_iphlpapi=${enable_iphlpapi:-no}
6452     enable_kernel32=${enable_kernel32:-no}
6453     enable_msvcrt=${enable_msvcrt:-no}
6454     enable_ntdll=${enable_ntdll:-no}
6455     enable_ws2_32=${enable_ws2_32:-no}
6456     enable_loader=${enable_loader:-no}
6457     enable_server=${enable_server:-no}
6458         with_x=${with_x:-no}
6459     with_pthread=${with_pthread:-no}
6460     ;;
6461   darwin*|macosx*)
6462     DLLEXT=".so"
6463     LIBEXT="dylib"
6464     DLLFLAGS="$DLLFLAGS -fPIC"
6465     LDDLLFLAGS="-bundle -multiply_defined suppress"
6466     LIBWINE_LDFLAGS="-multiply_defined suppress"
6467     LDSHARED="\$(CC) -dynamiclib"
6468     STRIP="$STRIP -x"
6469     LDRPATH_LOCAL="&& install_name_tool -change @executable_path/\`\$(RELPATH) \$(bindir) \$(libdir)\`/libwine.1.dylib @executable_path/\$(TOPOBJDIR)/libs/wine/libwine.1.dylib \$@ || \$(RM) \$@"
6470         SECURITYLIB="-framework Security -framework CoreFoundation"
6471
6472     COREFOUNDATIONLIB="-framework CoreFoundation"
6473
6474     IOKITLIB="-framework IOKit -framework CoreFoundation"
6475
6476     LDEXECFLAGS="-image_base 0x7bf00000 -Wl,-segaddr,WINE_DOS,0x00000000,-segaddr,WINE_SHAREDHEAP,0x7f000000"
6477
6478     if test "$ac_cv_header_DiskArbitration_DiskArbitration_h" = "yes"
6479     then
6480                 DISKARBITRATIONLIB="-framework DiskArbitration -framework CoreFoundation"
6481
6482     fi
6483     if test "$ac_cv_header_CoreAudio_CoreAudio_h" = "yes" -a "$ac_cv_header_AudioUnit_AudioUnit_h" = "yes"
6484     then
6485                 COREAUDIO="-framework CoreAudio -framework AudioUnit -framework CoreServices -framework AudioToolbox -framework CoreMIDI"
6486
6487     fi
6488     if test "$ac_cv_header_IOKit_hid_IOHIDLib_h" = "yes"
6489     then
6490         ac_save_LIBS="$LIBS"
6491         LIBS="$LIBS $IOKITLIB"
6492         for ac_func in IOHIDManagerCreate
6493 do :
6494   ac_fn_c_check_func "$LINENO" "IOHIDManagerCreate" "ac_cv_func_IOHIDManagerCreate"
6495 if test "x$ac_cv_func_IOHIDManagerCreate" = x""yes; then :
6496   cat >>confdefs.h <<_ACEOF
6497 #define HAVE_IOHIDMANAGERCREATE 1
6498 _ACEOF
6499
6500 fi
6501 done
6502
6503         LIBS="$ac_save_LIBS"
6504     fi
6505     case $host_cpu in
6506       *powerpc*)
6507         LDDLLFLAGS="$LDDLLFLAGS -read_only_relocs warning"          ;;
6508     esac
6509         if test "$ac_cv_header_Carbon_Carbon_h" = "yes"
6510     then
6511         CARBONLIB="-framework Carbon"
6512
6513         enable_winequartz_drv=${enable_winequartz_drv:-yes}
6514     fi
6515         if test "x$enable_win16" = "xyes"
6516     then
6517         { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether 16-bit code can be built correctly" >&5
6518 $as_echo_n "checking whether 16-bit code can be built correctly... " >&6; }
6519         if test "$cross_compiling" = yes; then :
6520   { $as_echo "$as_me:${as_lineno-$LINENO}: result: cross-compiling, assuming yes" >&5
6521 $as_echo "cross-compiling, assuming yes" >&6; }
6522 else
6523   cat confdefs.h - <<_ACEOF >conftest.$ac_ext
6524 /* end confdefs.h.  */
6525 asm(".text\n"
6526                                             "bad:\tnop;nop\n"
6527                                             "good:\tnop;nop\n\t"
6528                                             ".globl _testfunc\n"
6529                                             "_testfunc:\tcallw good");
6530                                         extern void testfunc();
6531 int
6532 main ()
6533 {
6534 unsigned short *p = (unsigned short *)testfunc;
6535                                         return p[0] != 0xe866 || p[1] != 0xfffa
6536   ;
6537   return 0;
6538 }
6539 _ACEOF
6540 if ac_fn_c_try_run "$LINENO"; then :
6541   { $as_echo "$as_me:${as_lineno-$LINENO}: result: yes" >&5
6542 $as_echo "yes" >&6; }
6543 else
6544   { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
6545 $as_echo "no" >&6; }
6546                                        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
6547 fi
6548 rm -f core *.core core.conftest.* gmon.out bb.out conftest$ac_exeext \
6549   conftest.$ac_objext conftest.beam conftest.$ac_ext
6550 fi
6551
6552     fi
6553     ;;
6554   *)
6555     DLLFLAGS="$DLLFLAGS -fPIC"
6556     DLLEXT=".so"
6557     { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether we can build a GNU style ELF dll" >&5
6558 $as_echo_n "checking whether we can build a GNU style ELF dll... " >&6; }
6559 if test "${ac_cv_c_dll_gnuelf+set}" = set; then :
6560   $as_echo_n "(cached) " >&6
6561 else
6562   ac_wine_try_cflags_saved=$CFLAGS
6563 CFLAGS="$CFLAGS -fPIC -shared -Wl,-Bsymbolic"
6564 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
6565 /* end confdefs.h.  */
6566 void myfunc() {}
6567 _ACEOF
6568 if ac_fn_c_try_link "$LINENO"; then :
6569   ac_cv_c_dll_gnuelf="yes"
6570 else
6571   ac_cv_c_dll_gnuelf="no"
6572 fi
6573 rm -f core conftest.err conftest.$ac_objext \
6574     conftest$ac_exeext conftest.$ac_ext
6575 CFLAGS=$ac_wine_try_cflags_saved
6576 fi
6577 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_c_dll_gnuelf" >&5
6578 $as_echo "$ac_cv_c_dll_gnuelf" >&6; }
6579     if test "$ac_cv_c_dll_gnuelf" = "yes"
6580     then
6581       LDSHARED="\$(CC) -shared"
6582       LDDLLFLAGS="-shared -Wl,-Bsymbolic"
6583       { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether the compiler supports -fPIC -shared -Wl,-soname,confest.so.1" >&5
6584 $as_echo_n "checking whether the compiler supports -fPIC -shared -Wl,-soname,confest.so.1... " >&6; }
6585 if test "${ac_cv_cflags__fPIC__shared__Wl__soname_confest_so_1+set}" = set; then :
6586   $as_echo_n "(cached) " >&6
6587 else
6588   ac_wine_try_cflags_saved=$CFLAGS
6589 CFLAGS="$CFLAGS -fPIC -shared -Wl,-soname,confest.so.1"
6590 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
6591 /* end confdefs.h.  */
6592
6593 int
6594 main ()
6595 {
6596
6597   ;
6598   return 0;
6599 }
6600 _ACEOF
6601 if ac_fn_c_try_link "$LINENO"; then :
6602   ac_cv_cflags__fPIC__shared__Wl__soname_confest_so_1=yes
6603 else
6604   ac_cv_cflags__fPIC__shared__Wl__soname_confest_so_1=no
6605 fi
6606 rm -f core conftest.err conftest.$ac_objext \
6607     conftest$ac_exeext conftest.$ac_ext
6608 CFLAGS=$ac_wine_try_cflags_saved
6609 fi
6610 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_cflags__fPIC__shared__Wl__soname_confest_so_1" >&5
6611 $as_echo "$ac_cv_cflags__fPIC__shared__Wl__soname_confest_so_1" >&6; }
6612 if test $ac_cv_cflags__fPIC__shared__Wl__soname_confest_so_1 = yes; then :
6613   LDSHARED="\$(CC) -shared \$(SONAME:%=-Wl,-soname,%)"
6614 else
6615   { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether the compiler supports -fPIC -shared -Wl,-h,confest.so.1" >&5
6616 $as_echo_n "checking whether the compiler supports -fPIC -shared -Wl,-h,confest.so.1... " >&6; }
6617 if test "${ac_cv_cflags__fPIC__shared__Wl__h_confest_so_1+set}" = set; then :
6618   $as_echo_n "(cached) " >&6
6619 else
6620   ac_wine_try_cflags_saved=$CFLAGS
6621 CFLAGS="$CFLAGS -fPIC -shared -Wl,-h,confest.so.1"
6622 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
6623 /* end confdefs.h.  */
6624
6625 int
6626 main ()
6627 {
6628
6629   ;
6630   return 0;
6631 }
6632 _ACEOF
6633 if ac_fn_c_try_link "$LINENO"; then :
6634   ac_cv_cflags__fPIC__shared__Wl__h_confest_so_1=yes
6635 else
6636   ac_cv_cflags__fPIC__shared__Wl__h_confest_so_1=no
6637 fi
6638 rm -f core conftest.err conftest.$ac_objext \
6639     conftest$ac_exeext conftest.$ac_ext
6640 CFLAGS=$ac_wine_try_cflags_saved
6641 fi
6642 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_cflags__fPIC__shared__Wl__h_confest_so_1" >&5
6643 $as_echo "$ac_cv_cflags__fPIC__shared__Wl__h_confest_so_1" >&6; }
6644 if test $ac_cv_cflags__fPIC__shared__Wl__h_confest_so_1 = yes; then :
6645   LDSHARED="\$(CC) -shared \$(SONAME:%=-Wl,-h,%)"
6646 fi
6647 fi
6648
6649       { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether the compiler supports -fPIC -shared -Wl,-Bsymbolic,-z,defs" >&5
6650 $as_echo_n "checking whether the compiler supports -fPIC -shared -Wl,-Bsymbolic,-z,defs... " >&6; }
6651 if test "${ac_cv_cflags__fPIC__shared__Wl__Bsymbolic__z_defs+set}" = set; then :
6652   $as_echo_n "(cached) " >&6
6653 else
6654   ac_wine_try_cflags_saved=$CFLAGS
6655 CFLAGS="$CFLAGS -fPIC -shared -Wl,-Bsymbolic,-z,defs"
6656 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
6657 /* end confdefs.h.  */
6658
6659 int
6660 main ()
6661 {
6662
6663   ;
6664   return 0;
6665 }
6666 _ACEOF
6667 if ac_fn_c_try_link "$LINENO"; then :
6668   ac_cv_cflags__fPIC__shared__Wl__Bsymbolic__z_defs=yes
6669 else
6670   ac_cv_cflags__fPIC__shared__Wl__Bsymbolic__z_defs=no
6671 fi
6672 rm -f core conftest.err conftest.$ac_objext \
6673     conftest$ac_exeext conftest.$ac_ext
6674 CFLAGS=$ac_wine_try_cflags_saved
6675 fi
6676 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_cflags__fPIC__shared__Wl__Bsymbolic__z_defs" >&5
6677 $as_echo "$ac_cv_cflags__fPIC__shared__Wl__Bsymbolic__z_defs" >&6; }
6678 if test $ac_cv_cflags__fPIC__shared__Wl__Bsymbolic__z_defs = yes; then :
6679   LDDLLFLAGS="$LDDLLFLAGS,-z,defs"
6680 fi
6681
6682       { $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
6683 $as_echo_n "checking whether the compiler supports -fPIC -shared -Wl,-Bsymbolic,-init,__wine_spec_init,-fini,__wine_spec_fini... " >&6; }
6684 if test "${ac_cv_cflags__fPIC__shared__Wl__Bsymbolic__init___wine_spec_init__fini___wine_spec_fini+set}" = set; then :
6685   $as_echo_n "(cached) " >&6
6686 else
6687   ac_wine_try_cflags_saved=$CFLAGS
6688 CFLAGS="$CFLAGS -fPIC -shared -Wl,-Bsymbolic,-init,__wine_spec_init,-fini,__wine_spec_fini"
6689 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
6690 /* end confdefs.h.  */
6691
6692 int
6693 main ()
6694 {
6695
6696   ;
6697   return 0;
6698 }
6699 _ACEOF
6700 if ac_fn_c_try_link "$LINENO"; then :
6701   ac_cv_cflags__fPIC__shared__Wl__Bsymbolic__init___wine_spec_init__fini___wine_spec_fini=yes
6702 else
6703   ac_cv_cflags__fPIC__shared__Wl__Bsymbolic__init___wine_spec_init__fini___wine_spec_fini=no
6704 fi
6705 rm -f core conftest.err conftest.$ac_objext \
6706     conftest$ac_exeext conftest.$ac_ext
6707 CFLAGS=$ac_wine_try_cflags_saved
6708 fi
6709 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_cflags__fPIC__shared__Wl__Bsymbolic__init___wine_spec_init__fini___wine_spec_fini" >&5
6710 $as_echo "$ac_cv_cflags__fPIC__shared__Wl__Bsymbolic__init___wine_spec_init__fini___wine_spec_fini" >&6; }
6711 if test $ac_cv_cflags__fPIC__shared__Wl__Bsymbolic__init___wine_spec_init__fini___wine_spec_fini = yes; then :
6712   LDDLLFLAGS="$LDDLLFLAGS,-init,__wine_spec_init,-fini,__wine_spec_fini"
6713 fi
6714
6715       echo '{ global: *; };' >conftest.map
6716       { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether the compiler supports -fPIC -shared -Wl,--version-script=conftest.map" >&5
6717 $as_echo_n "checking whether the compiler supports -fPIC -shared -Wl,--version-script=conftest.map... " >&6; }
6718 if test "${ac_cv_cflags__fPIC__shared__Wl___version_script_conftest_map+set}" = set; then :
6719   $as_echo_n "(cached) " >&6
6720 else
6721   ac_wine_try_cflags_saved=$CFLAGS
6722 CFLAGS="$CFLAGS -fPIC -shared -Wl,--version-script=conftest.map"
6723 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
6724 /* end confdefs.h.  */
6725
6726 int
6727 main ()
6728 {
6729
6730   ;
6731   return 0;
6732 }
6733 _ACEOF
6734 if ac_fn_c_try_link "$LINENO"; then :
6735   ac_cv_cflags__fPIC__shared__Wl___version_script_conftest_map=yes
6736 else
6737   ac_cv_cflags__fPIC__shared__Wl___version_script_conftest_map=no
6738 fi
6739 rm -f core conftest.err conftest.$ac_objext \
6740     conftest$ac_exeext conftest.$ac_ext
6741 CFLAGS=$ac_wine_try_cflags_saved
6742 fi
6743 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_cflags__fPIC__shared__Wl___version_script_conftest_map" >&5
6744 $as_echo "$ac_cv_cflags__fPIC__shared__Wl___version_script_conftest_map" >&6; }
6745 if test $ac_cv_cflags__fPIC__shared__Wl___version_script_conftest_map = yes; then :
6746   LDSHARED="$LDSHARED \$(VERSCRIPT:%=-Wl,--version-script=%)"
6747 fi
6748       rm -f conftest.map
6749
6750       { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether the compiler supports -fPIC -Wl,--export-dynamic" >&5
6751 $as_echo_n "checking whether the compiler supports -fPIC -Wl,--export-dynamic... " >&6; }
6752 if test "${ac_cv_cflags__fPIC__Wl___export_dynamic+set}" = set; then :
6753   $as_echo_n "(cached) " >&6
6754 else
6755   ac_wine_try_cflags_saved=$CFLAGS
6756 CFLAGS="$CFLAGS -fPIC -Wl,--export-dynamic"
6757 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
6758 /* end confdefs.h.  */
6759
6760 int
6761 main ()
6762 {
6763
6764   ;
6765   return 0;
6766 }
6767 _ACEOF
6768 if ac_fn_c_try_link "$LINENO"; then :
6769   ac_cv_cflags__fPIC__Wl___export_dynamic=yes
6770 else
6771   ac_cv_cflags__fPIC__Wl___export_dynamic=no
6772 fi
6773 rm -f core conftest.err conftest.$ac_objext \
6774     conftest$ac_exeext conftest.$ac_ext
6775 CFLAGS=$ac_wine_try_cflags_saved
6776 fi
6777 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_cflags__fPIC__Wl___export_dynamic" >&5
6778 $as_echo "$ac_cv_cflags__fPIC__Wl___export_dynamic" >&6; }
6779 if test $ac_cv_cflags__fPIC__Wl___export_dynamic = yes; then :
6780   LDEXECFLAGS="-Wl,--export-dynamic"
6781
6782 fi
6783
6784       as_ac_var=`$as_echo "ac_cv_cflags_-fPIC -Wl,--rpath,\\$ORIGIN/../lib" | $as_tr_sh`
6785 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether the compiler supports -fPIC -Wl,--rpath,\$ORIGIN/../lib" >&5
6786 $as_echo_n "checking whether the compiler supports -fPIC -Wl,--rpath,\$ORIGIN/../lib... " >&6; }
6787 if { as_var=$as_ac_var; eval "test \"\${$as_var+set}\" = set"; }; then :
6788   $as_echo_n "(cached) " >&6
6789 else
6790   ac_wine_try_cflags_saved=$CFLAGS
6791 CFLAGS="$CFLAGS -fPIC -Wl,--rpath,\$ORIGIN/../lib"
6792 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
6793 /* end confdefs.h.  */
6794
6795 int
6796 main ()
6797 {
6798
6799   ;
6800   return 0;
6801 }
6802 _ACEOF
6803 if ac_fn_c_try_link "$LINENO"; then :
6804   eval "$as_ac_var=yes"
6805 else
6806   eval "$as_ac_var=no"
6807 fi
6808 rm -f core conftest.err conftest.$ac_objext \
6809     conftest$ac_exeext conftest.$ac_ext
6810 CFLAGS=$ac_wine_try_cflags_saved
6811 fi
6812 eval ac_res=\$$as_ac_var
6813                { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_res" >&5
6814 $as_echo "$ac_res" >&6; }
6815 if test `eval 'as_val=${'$as_ac_var'};$as_echo "$as_val"'` = yes; then :
6816   LDRPATH_INSTALL="-Wl,--rpath,\\\$\$ORIGIN/\`\$(RELPATH) \$(bindir) \$(libdir)\`"
6817                        LDRPATH_LOCAL="-Wl,--rpath,\\\$\$ORIGIN/\$(TOPOBJDIR)/libs/wine"
6818 else
6819   as_ac_var=`$as_echo "ac_cv_cflags_-fPIC -Wl,-R,\\$ORIGIN/../lib" | $as_tr_sh`
6820 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether the compiler supports -fPIC -Wl,-R,\$ORIGIN/../lib" >&5
6821 $as_echo_n "checking whether the compiler supports -fPIC -Wl,-R,\$ORIGIN/../lib... " >&6; }
6822 if { as_var=$as_ac_var; eval "test \"\${$as_var+set}\" = set"; }; then :
6823   $as_echo_n "(cached) " >&6
6824 else
6825   ac_wine_try_cflags_saved=$CFLAGS
6826 CFLAGS="$CFLAGS -fPIC -Wl,-R,\$ORIGIN/../lib"
6827 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
6828 /* end confdefs.h.  */
6829
6830 int
6831 main ()
6832 {
6833
6834   ;
6835   return 0;
6836 }
6837 _ACEOF
6838 if ac_fn_c_try_link "$LINENO"; then :
6839   eval "$as_ac_var=yes"
6840 else
6841   eval "$as_ac_var=no"
6842 fi
6843 rm -f core conftest.err conftest.$ac_objext \
6844     conftest$ac_exeext conftest.$ac_ext
6845 CFLAGS=$ac_wine_try_cflags_saved
6846 fi
6847 eval ac_res=\$$as_ac_var
6848                { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_res" >&5
6849 $as_echo "$ac_res" >&6; }
6850 if test `eval 'as_val=${'$as_ac_var'};$as_echo "$as_val"'` = yes; then :
6851   LDRPATH_INSTALL="-Wl,-R,\\\$\$ORIGIN/\`\$(RELPATH) \$(bindir) \$(libdir)\`"
6852                             LDRPATH_LOCAL="-Wl,-R,\\\$\$ORIGIN/\$(TOPOBJDIR)/libs/wine"
6853 fi
6854 fi
6855
6856       { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether the compiler supports -Wl,--enable-new-dtags" >&5
6857 $as_echo_n "checking whether the compiler supports -Wl,--enable-new-dtags... " >&6; }
6858 if test "${ac_cv_cflags__Wl___enable_new_dtags+set}" = set; then :
6859   $as_echo_n "(cached) " >&6
6860 else
6861   ac_wine_try_cflags_saved=$CFLAGS
6862 CFLAGS="$CFLAGS -Wl,--enable-new-dtags"
6863 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
6864 /* end confdefs.h.  */
6865
6866 int
6867 main ()
6868 {
6869
6870   ;
6871   return 0;
6872 }
6873 _ACEOF
6874 if ac_fn_c_try_link "$LINENO"; then :
6875   ac_cv_cflags__Wl___enable_new_dtags=yes
6876 else
6877   ac_cv_cflags__Wl___enable_new_dtags=no
6878 fi
6879 rm -f core conftest.err conftest.$ac_objext \
6880     conftest$ac_exeext conftest.$ac_ext
6881 CFLAGS=$ac_wine_try_cflags_saved
6882 fi
6883 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_cflags__Wl___enable_new_dtags" >&5
6884 $as_echo "$ac_cv_cflags__Wl___enable_new_dtags" >&6; }
6885 if test $ac_cv_cflags__Wl___enable_new_dtags = yes; then :
6886   LDRPATH_INSTALL="$LDRPATH_INSTALL -Wl,--enable-new-dtags"
6887 fi
6888
6889       case $host_cpu in
6890         *i[3456789]86* | x86_64)
6891           { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether the compiler supports -Wl,--section-start,.interp=0x7bf00400" >&5
6892 $as_echo_n "checking whether the compiler supports -Wl,--section-start,.interp=0x7bf00400... " >&6; }
6893 if test "${ac_cv_cflags__Wl___section_start__interp_0x7bf00400+set}" = set; then :
6894   $as_echo_n "(cached) " >&6
6895 else
6896   ac_wine_try_cflags_saved=$CFLAGS
6897 CFLAGS="$CFLAGS -Wl,--section-start,.interp=0x7bf00400"
6898 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
6899 /* end confdefs.h.  */
6900
6901 int
6902 main ()
6903 {
6904
6905   ;
6906   return 0;
6907 }
6908 _ACEOF
6909 if ac_fn_c_try_link "$LINENO"; then :
6910   ac_cv_cflags__Wl___section_start__interp_0x7bf00400=yes
6911 else
6912   ac_cv_cflags__Wl___section_start__interp_0x7bf00400=no
6913 fi
6914 rm -f core conftest.err conftest.$ac_objext \
6915     conftest$ac_exeext conftest.$ac_ext
6916 CFLAGS=$ac_wine_try_cflags_saved
6917 fi
6918 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_cflags__Wl___section_start__interp_0x7bf00400" >&5
6919 $as_echo "$ac_cv_cflags__Wl___section_start__interp_0x7bf00400" >&6; }
6920 if test $ac_cv_cflags__Wl___section_start__interp_0x7bf00400 = yes; then :
6921   LDEXECFLAGS="$LDEXECFLAGS -Wl,--section-start,.interp=0x7bf00400"
6922 fi
6923           ;;
6924       esac
6925
6926     else
6927       { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether we can build a UnixWare (Solaris) dll" >&5
6928 $as_echo_n "checking whether we can build a UnixWare (Solaris) dll... " >&6; }
6929 if test "${ac_cv_c_dll_unixware+set}" = set; then :
6930   $as_echo_n "(cached) " >&6
6931 else
6932   ac_wine_try_cflags_saved=$CFLAGS
6933 CFLAGS="$CFLAGS -fPIC -Wl,-G,-h,conftest.so.1.0,-B,symbolic"
6934 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
6935 /* end confdefs.h.  */
6936 void myfunc() {}
6937 _ACEOF
6938 if ac_fn_c_try_link "$LINENO"; then :
6939   ac_cv_c_dll_unixware="yes"
6940 else
6941   ac_cv_c_dll_unixware="no"
6942 fi
6943 rm -f core conftest.err conftest.$ac_objext \
6944     conftest$ac_exeext conftest.$ac_ext
6945 CFLAGS=$ac_wine_try_cflags_saved
6946 fi
6947 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_c_dll_unixware" >&5
6948 $as_echo "$ac_cv_c_dll_unixware" >&6; }
6949       if test "$ac_cv_c_dll_unixware" = "yes"
6950       then
6951         LDSHARED="\$(CC) -Wl,-G \$(SONAME:%=-Wl,-h,%)"
6952         LDDLLFLAGS="-Wl,-G,-B,symbolic"
6953
6954       else
6955         { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether we can build an HP-UX dll" >&5
6956 $as_echo_n "checking whether we can build an HP-UX dll... " >&6; }
6957 if test "${ac_cv_c_dll_hpux+set}" = set; then :
6958   $as_echo_n "(cached) " >&6
6959 else
6960   ac_wine_try_cflags_saved=$CFLAGS
6961 CFLAGS="$CFLAGS -shared"
6962 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
6963 /* end confdefs.h.  */
6964 void myfunc() {}
6965 _ACEOF
6966 if ac_fn_c_try_link "$LINENO"; then :
6967   ac_cv_c_dll_hpux="yes"
6968 else
6969   ac_cv_c_dll_hpux="no"
6970 fi
6971 rm -f core conftest.err conftest.$ac_objext \
6972     conftest$ac_exeext conftest.$ac_ext
6973 CFLAGS=$ac_wine_try_cflags_saved
6974 fi
6975 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_c_dll_hpux" >&5
6976 $as_echo "$ac_cv_c_dll_hpux" >&6; }
6977         if test "$ac_cv_c_dll_hpux" = "yes"
6978         then
6979           LIBEXT="sl"
6980           DLLEXT=".sl"
6981           LDDLLFLAGS="-shared -fPIC"
6982           LDSHARED="\$(CC) -shared"
6983         fi
6984       fi
6985     fi
6986     ;;
6987 esac
6988
6989 enable_winequartz_drv=${enable_winequartz_drv:-no}
6990
6991 if test "$LIBEXT" = "a"; then
6992   as_fn_error "could not find a way to build shared libraries.
6993 It is currently not possible to build Wine without shared library
6994 (.so) support to allow transparent switch between .so and .dll files.
6995 If you are using Linux, you will need a newer binutils.
6996 " "$LINENO" 5
6997 fi
6998
6999 if test "$cross_compiling" = "no" -a "$LIBEXT" != "dll"
7000 then
7001     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
7002 do
7003   # Extract the first word of "$ac_prog", so it can be a program name with args.
7004 set dummy $ac_prog; ac_word=$2
7005 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
7006 $as_echo_n "checking for $ac_word... " >&6; }
7007 if test "${ac_cv_prog_CROSSCC+set}" = set; then :
7008   $as_echo_n "(cached) " >&6
7009 else
7010   if test -n "$CROSSCC"; then
7011   ac_cv_prog_CROSSCC="$CROSSCC" # Let the user override the test.
7012 else
7013 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
7014 for as_dir in $PATH
7015 do
7016   IFS=$as_save_IFS
7017   test -z "$as_dir" && as_dir=.
7018     for ac_exec_ext in '' $ac_executable_extensions; do
7019   if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
7020     ac_cv_prog_CROSSCC="$ac_prog"
7021     $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
7022     break 2
7023   fi
7024 done
7025   done
7026 IFS=$as_save_IFS
7027
7028 fi
7029 fi
7030 CROSSCC=$ac_cv_prog_CROSSCC
7031 if test -n "$CROSSCC"; then
7032   { $as_echo "$as_me:${as_lineno-$LINENO}: result: $CROSSCC" >&5
7033 $as_echo "$CROSSCC" >&6; }
7034 else
7035   { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
7036 $as_echo "no" >&6; }
7037 fi
7038
7039
7040   test -n "$CROSSCC" && break
7041 done
7042 test -n "$CROSSCC" || CROSSCC="false"
7043
7044     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
7045 do
7046   # Extract the first word of "$ac_prog", so it can be a program name with args.
7047 set dummy $ac_prog; ac_word=$2
7048 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
7049 $as_echo_n "checking for $ac_word... " >&6; }
7050 if test "${ac_cv_prog_DLLTOOL+set}" = set; then :
7051   $as_echo_n "(cached) " >&6
7052 else
7053   if test -n "$DLLTOOL"; then
7054   ac_cv_prog_DLLTOOL="$DLLTOOL" # Let the user override the test.
7055 else
7056 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
7057 for as_dir in $PATH
7058 do
7059   IFS=$as_save_IFS
7060   test -z "$as_dir" && as_dir=.
7061     for ac_exec_ext in '' $ac_executable_extensions; do
7062   if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
7063     ac_cv_prog_DLLTOOL="$ac_prog"
7064     $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
7065     break 2
7066   fi
7067 done
7068   done
7069 IFS=$as_save_IFS
7070
7071 fi
7072 fi
7073 DLLTOOL=$ac_cv_prog_DLLTOOL
7074 if test -n "$DLLTOOL"; then
7075   { $as_echo "$as_me:${as_lineno-$LINENO}: result: $DLLTOOL" >&5
7076 $as_echo "$DLLTOOL" >&6; }
7077 else
7078   { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
7079 $as_echo "no" >&6; }
7080 fi
7081
7082
7083   test -n "$DLLTOOL" && break
7084 done
7085 test -n "$DLLTOOL" || DLLTOOL="false"
7086
7087     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
7088 do
7089   # Extract the first word of "$ac_prog", so it can be a program name with args.
7090 set dummy $ac_prog; ac_word=$2
7091 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
7092 $as_echo_n "checking for $ac_word... " >&6; }
7093 if test "${ac_cv_prog_MINGWAR+set}" = set; then :
7094   $as_echo_n "(cached) " >&6
7095 else
7096   if test -n "$MINGWAR"; then
7097   ac_cv_prog_MINGWAR="$MINGWAR" # Let the user override the test.
7098 else
7099 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
7100 for as_dir in $PATH
7101 do
7102   IFS=$as_save_IFS
7103   test -z "$as_dir" && as_dir=.
7104     for ac_exec_ext in '' $ac_executable_extensions; do
7105   if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
7106     ac_cv_prog_MINGWAR="$ac_prog"
7107     $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
7108     break 2
7109   fi
7110 done
7111   done
7112 IFS=$as_save_IFS
7113
7114 fi
7115 fi
7116 MINGWAR=$ac_cv_prog_MINGWAR
7117 if test -n "$MINGWAR"; then
7118   { $as_echo "$as_me:${as_lineno-$LINENO}: result: $MINGWAR" >&5
7119 $as_echo "$MINGWAR" >&6; }
7120 else
7121   { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
7122 $as_echo "no" >&6; }
7123 fi
7124
7125
7126   test -n "$MINGWAR" && break
7127 done
7128 test -n "$MINGWAR" || MINGWAR="false"
7129
7130     if test "$CROSSCC" != "false"
7131     then
7132         CROSSTEST="\$(CROSSTEST)"
7133
7134         set x $CROSSCC
7135         shift
7136         target=""
7137         while test $# -ge 1
7138         do
7139             case "$1" in
7140               *-gcc) target=`expr "$1" : '\(.*\)-gcc'` ;;
7141             esac
7142             shift
7143         done
7144         if test -n "$target"
7145         then
7146             CROSSTARGETFLAGS="-b $target"
7147
7148         fi
7149     fi
7150 fi
7151
7152
7153 if test "$ac_cv_header_pthread_h" = "yes"
7154 then
7155     { $as_echo "$as_me:${as_lineno-$LINENO}: checking for pthread_create in -lpthread" >&5
7156 $as_echo_n "checking for pthread_create in -lpthread... " >&6; }
7157 if test "${ac_cv_lib_pthread_pthread_create+set}" = set; then :
7158   $as_echo_n "(cached) " >&6
7159 else
7160   ac_check_lib_save_LIBS=$LIBS
7161 LIBS="-lpthread  $LIBS"
7162 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
7163 /* end confdefs.h.  */
7164
7165 /* Override any GCC internal prototype to avoid an error.
7166    Use char because int might match the return type of a GCC
7167    builtin and then its argument prototype would still apply.  */
7168 #ifdef __cplusplus
7169 extern "C"
7170 #endif
7171 char pthread_create ();
7172 int
7173 main ()
7174 {
7175 return pthread_create ();
7176   ;
7177   return 0;
7178 }
7179 _ACEOF
7180 if ac_fn_c_try_link "$LINENO"; then :
7181   ac_cv_lib_pthread_pthread_create=yes
7182 else
7183   ac_cv_lib_pthread_pthread_create=no
7184 fi
7185 rm -f core conftest.err conftest.$ac_objext \
7186     conftest$ac_exeext conftest.$ac_ext
7187 LIBS=$ac_check_lib_save_LIBS
7188 fi
7189 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_pthread_pthread_create" >&5
7190 $as_echo "$ac_cv_lib_pthread_pthread_create" >&6; }
7191 if test "x$ac_cv_lib_pthread_pthread_create" = x""yes; then :
7192   LIBPTHREAD="-lpthread"
7193
7194 fi
7195
7196 fi
7197 if test "x$LIBPTHREAD" = "x"; then :
7198   case "x$with_pthread" in
7199   xno) ;;
7200   *)   as_fn_error "pthread ${notice_platform}development files not found.
7201 Wine cannot support threads without libpthread.
7202 Use the --without-pthread option if you really want this." "$LINENO" 5 ;;
7203 esac
7204 fi
7205
7206
7207 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for X" >&5
7208 $as_echo_n "checking for X... " >&6; }
7209
7210
7211 # Check whether --with-x was given.
7212 if test "${with_x+set}" = set; then :
7213   withval=$with_x;
7214 fi
7215
7216 # $have_x is `yes', `no', `disabled', or empty when we do not yet know.
7217 if test "x$with_x" = xno; then
7218   # The user explicitly disabled X.
7219   have_x=disabled
7220 else
7221   case $x_includes,$x_libraries in #(
7222     *\'*) as_fn_error "cannot use X directory names containing '" "$LINENO" 5;; #(
7223     *,NONE | NONE,*) if test "${ac_cv_have_x+set}" = set; then :
7224   $as_echo_n "(cached) " >&6
7225 else
7226   # One or both of the vars are not set, and there is no cached value.
7227 ac_x_includes=no ac_x_libraries=no
7228 rm -f -r conftest.dir
7229 if mkdir conftest.dir; then
7230   cd conftest.dir
7231   cat >Imakefile <<'_ACEOF'
7232 incroot:
7233         @echo incroot='${INCROOT}'
7234 usrlibdir:
7235         @echo usrlibdir='${USRLIBDIR}'
7236 libdir:
7237         @echo libdir='${LIBDIR}'
7238 _ACEOF
7239   if (export CC; ${XMKMF-xmkmf}) >/dev/null 2>/dev/null && test -f Makefile; then
7240     # GNU make sometimes prints "make[1]: Entering...", which would confuse us.
7241     for ac_var in incroot usrlibdir libdir; do
7242       eval "ac_im_$ac_var=\`\${MAKE-make} $ac_var 2>/dev/null | sed -n 's/^$ac_var=//p'\`"
7243     done
7244     # Open Windows xmkmf reportedly sets LIBDIR instead of USRLIBDIR.
7245     for ac_extension in a so sl dylib la dll; do
7246       if test ! -f "$ac_im_usrlibdir/libX11.$ac_extension" &&
7247          test -f "$ac_im_libdir/libX11.$ac_extension"; then
7248         ac_im_usrlibdir=$ac_im_libdir; break
7249       fi
7250     done
7251     # Screen out bogus values from the imake configuration.  They are
7252     # bogus both because they are the default anyway, and because
7253     # using them would break gcc on systems where it needs fixed includes.
7254     case $ac_im_incroot in
7255         /usr/include) ac_x_includes= ;;
7256         *) test -f "$ac_im_incroot/X11/Xos.h" && ac_x_includes=$ac_im_incroot;;
7257     esac
7258     case $ac_im_usrlibdir in
7259         /usr/lib | /usr/lib64 | /lib | /lib64) ;;
7260         *) test -d "$ac_im_usrlibdir" && ac_x_libraries=$ac_im_usrlibdir ;;
7261     esac
7262   fi
7263   cd ..
7264   rm -f -r conftest.dir
7265 fi
7266
7267 # Standard set of common directories for X headers.
7268 # Check X11 before X11Rn because it is often a symlink to the current release.
7269 ac_x_header_dirs='
7270 /usr/X11/include
7271 /usr/X11R7/include
7272 /usr/X11R6/include
7273 /usr/X11R5/include
7274 /usr/X11R4/include
7275
7276 /usr/include/X11
7277 /usr/include/X11R7
7278 /usr/include/X11R6
7279 /usr/include/X11R5
7280 /usr/include/X11R4
7281
7282 /usr/local/X11/include
7283 /usr/local/X11R7/include
7284 /usr/local/X11R6/include
7285 /usr/local/X11R5/include
7286 /usr/local/X11R4/include
7287
7288 /usr/local/include/X11
7289 /usr/local/include/X11R7
7290 /usr/local/include/X11R6
7291 /usr/local/include/X11R5
7292 /usr/local/include/X11R4
7293
7294 /usr/X386/include
7295 /usr/x386/include
7296 /usr/XFree86/include/X11
7297
7298 /usr/include
7299 /usr/local/include
7300 /usr/unsupported/include
7301 /usr/athena/include
7302 /usr/local/x11r5/include
7303 /usr/lpp/Xamples/include
7304
7305 /usr/openwin/include
7306 /usr/openwin/share/include'
7307
7308 if test "$ac_x_includes" = no; then
7309   # Guess where to find include files, by looking for Xlib.h.
7310   # First, try using that file with no special directory specified.
7311   cat confdefs.h - <<_ACEOF >conftest.$ac_ext
7312 /* end confdefs.h.  */
7313 #include <X11/Xlib.h>
7314 _ACEOF
7315 if ac_fn_c_try_cpp "$LINENO"; then :
7316   # We can compile using X headers with no special include directory.
7317 ac_x_includes=
7318 else
7319   for ac_dir in $ac_x_header_dirs; do
7320   if test -r "$ac_dir/X11/Xlib.h"; then
7321     ac_x_includes=$ac_dir
7322     break
7323   fi
7324 done
7325 fi
7326 rm -f conftest.err conftest.$ac_ext
7327 fi # $ac_x_includes = no
7328
7329 if test "$ac_x_libraries" = no; then
7330   # Check for the libraries.
7331   # See if we find them without any special options.
7332   # Don't add to $LIBS permanently.
7333   ac_save_LIBS=$LIBS
7334   LIBS="-lX11 $LIBS"
7335   cat confdefs.h - <<_ACEOF >conftest.$ac_ext
7336 /* end confdefs.h.  */
7337 #include <X11/Xlib.h>
7338 int
7339 main ()
7340 {
7341 XrmInitialize ()
7342   ;
7343   return 0;
7344 }
7345 _ACEOF
7346 if ac_fn_c_try_link "$LINENO"; then :
7347   LIBS=$ac_save_LIBS
7348 # We can link X programs with no special library path.
7349 ac_x_libraries=
7350 else
7351   LIBS=$ac_save_LIBS
7352 for ac_dir in `$as_echo "$ac_x_includes $ac_x_header_dirs" | sed s/include/lib/g`
7353 do
7354   # Don't even attempt the hair of trying to link an X program!
7355   for ac_extension in a so sl dylib la dll; do
7356     if test -r "$ac_dir/libX11.$ac_extension"; then
7357       ac_x_libraries=$ac_dir
7358       break 2
7359     fi
7360   done
7361 done
7362 fi
7363 rm -f core conftest.err conftest.$ac_objext \
7364     conftest$ac_exeext conftest.$ac_ext
7365 fi # $ac_x_libraries = no
7366
7367 case $ac_x_includes,$ac_x_libraries in #(
7368   no,* | *,no | *\'*)
7369     # Didn't find X, or a directory has "'" in its name.
7370     ac_cv_have_x="have_x=no";; #(
7371   *)
7372     # Record where we found X for the cache.
7373     ac_cv_have_x="have_x=yes\
7374         ac_x_includes='$ac_x_includes'\
7375         ac_x_libraries='$ac_x_libraries'"
7376 esac
7377 fi
7378 ;; #(
7379     *) have_x=yes;;
7380   esac
7381   eval "$ac_cv_have_x"
7382 fi # $with_x != no
7383
7384 if test "$have_x" != yes; then
7385   { $as_echo "$as_me:${as_lineno-$LINENO}: result: $have_x" >&5
7386 $as_echo "$have_x" >&6; }
7387   no_x=yes
7388 else
7389   # If each of the values was on the command line, it overrides each guess.
7390   test "x$x_includes" = xNONE && x_includes=$ac_x_includes
7391   test "x$x_libraries" = xNONE && x_libraries=$ac_x_libraries
7392   # Update the cache value to reflect the command line values.
7393   ac_cv_have_x="have_x=yes\
7394         ac_x_includes='$x_includes'\
7395         ac_x_libraries='$x_libraries'"
7396   { $as_echo "$as_me:${as_lineno-$LINENO}: result: libraries $x_libraries, headers $x_includes" >&5
7397 $as_echo "libraries $x_libraries, headers $x_includes" >&6; }
7398 fi
7399
7400 if test "$no_x" = yes; then
7401   # Not all programs may use this symbol, but it does not hurt to define it.
7402
7403 $as_echo "#define X_DISPLAY_MISSING 1" >>confdefs.h
7404
7405   X_CFLAGS= X_PRE_LIBS= X_LIBS= X_EXTRA_LIBS=
7406 else
7407   if test -n "$x_includes"; then
7408     X_CFLAGS="$X_CFLAGS -I$x_includes"
7409   fi
7410
7411   # It would also be nice to do this for all -L options, not just this one.
7412   if test -n "$x_libraries"; then
7413     X_LIBS="$X_LIBS -L$x_libraries"
7414     # For Solaris; some versions of Sun CC require a space after -R and
7415     # others require no space.  Words are not sufficient . . . .
7416     { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether -R must be followed by a space" >&5
7417 $as_echo_n "checking whether -R must be followed by a space... " >&6; }
7418     ac_xsave_LIBS=$LIBS; LIBS="$LIBS -R$x_libraries"
7419     ac_xsave_c_werror_flag=$ac_c_werror_flag
7420     ac_c_werror_flag=yes
7421     cat confdefs.h - <<_ACEOF >conftest.$ac_ext
7422 /* end confdefs.h.  */
7423
7424 int
7425 main ()
7426 {
7427
7428   ;
7429   return 0;
7430 }
7431 _ACEOF
7432 if ac_fn_c_try_link "$LINENO"; then :
7433   { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
7434 $as_echo "no" >&6; }
7435        X_LIBS="$X_LIBS -R$x_libraries"
7436 else
7437   LIBS="$ac_xsave_LIBS -R $x_libraries"
7438        cat confdefs.h - <<_ACEOF >conftest.$ac_ext
7439 /* end confdefs.h.  */
7440
7441 int
7442 main ()
7443 {
7444
7445   ;
7446   return 0;
7447 }
7448 _ACEOF
7449 if ac_fn_c_try_link "$LINENO"; then :
7450   { $as_echo "$as_me:${as_lineno-$LINENO}: result: yes" >&5
7451 $as_echo "yes" >&6; }
7452           X_LIBS="$X_LIBS -R $x_libraries"
7453 else
7454   { $as_echo "$as_me:${as_lineno-$LINENO}: result: neither works" >&5
7455 $as_echo "neither works" >&6; }
7456 fi
7457 rm -f core conftest.err conftest.$ac_objext \
7458     conftest$ac_exeext conftest.$ac_ext
7459 fi
7460 rm -f core conftest.err conftest.$ac_objext \
7461     conftest$ac_exeext conftest.$ac_ext
7462     ac_c_werror_flag=$ac_xsave_c_werror_flag
7463     LIBS=$ac_xsave_LIBS
7464   fi
7465
7466   # Check for system-dependent libraries X programs must link with.
7467   # Do this before checking for the system-independent R6 libraries
7468   # (-lICE), since we may need -lsocket or whatever for X linking.
7469
7470   if test "$ISC" = yes; then
7471     X_EXTRA_LIBS="$X_EXTRA_LIBS -lnsl_s -linet"
7472   else
7473     # Martyn Johnson says this is needed for Ultrix, if the X
7474     # libraries were built with DECnet support.  And Karl Berry says
7475     # the Alpha needs dnet_stub (dnet does not exist).
7476     ac_xsave_LIBS="$LIBS"; LIBS="$LIBS $X_LIBS -lX11"
7477     cat confdefs.h - <<_ACEOF >conftest.$ac_ext
7478 /* end confdefs.h.  */
7479
7480 /* Override any GCC internal prototype to avoid an error.
7481    Use char because int might match the return type of a GCC
7482    builtin and then its argument prototype would still apply.  */
7483 #ifdef __cplusplus
7484 extern "C"
7485 #endif
7486 char XOpenDisplay ();
7487 int
7488 main ()
7489 {
7490 return XOpenDisplay ();
7491   ;
7492   return 0;
7493 }
7494 _ACEOF
7495 if ac_fn_c_try_link "$LINENO"; then :
7496
7497 else
7498   { $as_echo "$as_me:${as_lineno-$LINENO}: checking for dnet_ntoa in -ldnet" >&5
7499 $as_echo_n "checking for dnet_ntoa in -ldnet... " >&6; }
7500 if test "${ac_cv_lib_dnet_dnet_ntoa+set}" = set; then :
7501   $as_echo_n "(cached) " >&6
7502 else
7503   ac_check_lib_save_LIBS=$LIBS
7504 LIBS="-ldnet  $LIBS"
7505 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
7506 /* end confdefs.h.  */
7507
7508 /* Override any GCC internal prototype to avoid an error.
7509    Use char because int might match the return type of a GCC
7510    builtin and then its argument prototype would still apply.  */
7511 #ifdef __cplusplus
7512 extern "C"
7513 #endif
7514 char dnet_ntoa ();
7515 int
7516 main ()
7517 {
7518 return dnet_ntoa ();
7519   ;
7520   return 0;
7521 }
7522 _ACEOF
7523 if ac_fn_c_try_link "$LINENO"; then :
7524   ac_cv_lib_dnet_dnet_ntoa=yes
7525 else
7526   ac_cv_lib_dnet_dnet_ntoa=no
7527 fi
7528 rm -f core conftest.err conftest.$ac_objext \
7529     conftest$ac_exeext conftest.$ac_ext
7530 LIBS=$ac_check_lib_save_LIBS
7531 fi
7532 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_dnet_dnet_ntoa" >&5
7533 $as_echo "$ac_cv_lib_dnet_dnet_ntoa" >&6; }
7534 if test "x$ac_cv_lib_dnet_dnet_ntoa" = x""yes; then :
7535   X_EXTRA_LIBS="$X_EXTRA_LIBS -ldnet"
7536 fi
7537
7538     if test $ac_cv_lib_dnet_dnet_ntoa = no; then
7539       { $as_echo "$as_me:${as_lineno-$LINENO}: checking for dnet_ntoa in -ldnet_stub" >&5
7540 $as_echo_n "checking for dnet_ntoa in -ldnet_stub... " >&6; }
7541 if test "${ac_cv_lib_dnet_stub_dnet_ntoa+set}" = set; then :
7542   $as_echo_n "(cached) " >&6
7543 else
7544   ac_check_lib_save_LIBS=$LIBS
7545 LIBS="-ldnet_stub  $LIBS"
7546 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
7547 /* end confdefs.h.  */
7548
7549 /* Override any GCC internal prototype to avoid an error.
7550    Use char because int might match the return type of a GCC
7551    builtin and then its argument prototype would still apply.  */
7552 #ifdef __cplusplus
7553 extern "C"
7554 #endif
7555 char dnet_ntoa ();
7556 int
7557 main ()
7558 {
7559 return dnet_ntoa ();
7560   ;
7561   return 0;
7562 }
7563 _ACEOF
7564 if ac_fn_c_try_link "$LINENO"; then :
7565   ac_cv_lib_dnet_stub_dnet_ntoa=yes
7566 else
7567   ac_cv_lib_dnet_stub_dnet_ntoa=no
7568 fi
7569 rm -f core conftest.err conftest.$ac_objext \
7570     conftest$ac_exeext conftest.$ac_ext
7571 LIBS=$ac_check_lib_save_LIBS
7572 fi
7573 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_dnet_stub_dnet_ntoa" >&5
7574 $as_echo "$ac_cv_lib_dnet_stub_dnet_ntoa" >&6; }
7575 if test "x$ac_cv_lib_dnet_stub_dnet_ntoa" = x""yes; then :
7576   X_EXTRA_LIBS="$X_EXTRA_LIBS -ldnet_stub"
7577 fi
7578
7579     fi
7580 fi
7581 rm -f core conftest.err conftest.$ac_objext \
7582     conftest$ac_exeext conftest.$ac_ext
7583     LIBS="$ac_xsave_LIBS"
7584
7585     # msh@cis.ufl.edu says -lnsl (and -lsocket) are needed for his 386/AT,
7586     # to get the SysV transport functions.
7587     # Chad R. Larson says the Pyramis MIS-ES running DC/OSx (SVR4)
7588     # needs -lnsl.
7589     # The nsl library prevents programs from opening the X display
7590     # on Irix 5.2, according to T.E. Dickey.
7591     # The functions gethostbyname, getservbyname, and inet_addr are
7592     # in -lbsd on LynxOS 3.0.1/i386, according to Lars Hecking.
7593     ac_fn_c_check_func "$LINENO" "gethostbyname" "ac_cv_func_gethostbyname"
7594 if test "x$ac_cv_func_gethostbyname" = x""yes; then :
7595
7596 fi
7597
7598     if test $ac_cv_func_gethostbyname = no; then
7599       { $as_echo "$as_me:${as_lineno-$LINENO}: checking for gethostbyname in -lnsl" >&5
7600 $as_echo_n "checking for gethostbyname in -lnsl... " >&6; }
7601 if test "${ac_cv_lib_nsl_gethostbyname+set}" = set; then :
7602   $as_echo_n "(cached) " >&6
7603 else
7604   ac_check_lib_save_LIBS=$LIBS
7605 LIBS="-lnsl  $LIBS"
7606 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
7607 /* end confdefs.h.  */
7608
7609 /* Override any GCC internal prototype to avoid an error.
7610    Use char because int might match the return type of a GCC
7611    builtin and then its argument prototype would still apply.  */
7612 #ifdef __cplusplus
7613 extern "C"
7614 #endif
7615 char gethostbyname ();
7616 int
7617 main ()
7618 {
7619 return gethostbyname ();
7620   ;
7621   return 0;
7622 }
7623 _ACEOF
7624 if ac_fn_c_try_link "$LINENO"; then :
7625   ac_cv_lib_nsl_gethostbyname=yes
7626 else
7627   ac_cv_lib_nsl_gethostbyname=no
7628 fi
7629 rm -f core conftest.err conftest.$ac_objext \
7630     conftest$ac_exeext conftest.$ac_ext
7631 LIBS=$ac_check_lib_save_LIBS
7632 fi
7633 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_nsl_gethostbyname" >&5
7634 $as_echo "$ac_cv_lib_nsl_gethostbyname" >&6; }
7635 if test "x$ac_cv_lib_nsl_gethostbyname" = x""yes; then :
7636   X_EXTRA_LIBS="$X_EXTRA_LIBS -lnsl"
7637 fi
7638
7639       if test $ac_cv_lib_nsl_gethostbyname = no; then
7640         { $as_echo "$as_me:${as_lineno-$LINENO}: checking for gethostbyname in -lbsd" >&5
7641 $as_echo_n "checking for gethostbyname in -lbsd... " >&6; }
7642 if test "${ac_cv_lib_bsd_gethostbyname+set}" = set; then :
7643   $as_echo_n "(cached) " >&6
7644 else
7645   ac_check_lib_save_LIBS=$LIBS
7646 LIBS="-lbsd  $LIBS"
7647 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
7648 /* end confdefs.h.  */
7649
7650 /* Override any GCC internal prototype to avoid an error.
7651    Use char because int might match the return type of a GCC
7652    builtin and then its argument prototype would still apply.  */
7653 #ifdef __cplusplus
7654 extern "C"
7655 #endif
7656 char gethostbyname ();
7657 int
7658 main ()
7659 {
7660 return gethostbyname ();
7661   ;
7662   return 0;
7663 }
7664 _ACEOF
7665 if ac_fn_c_try_link "$LINENO"; then :
7666   ac_cv_lib_bsd_gethostbyname=yes
7667 else
7668   ac_cv_lib_bsd_gethostbyname=no
7669 fi
7670 rm -f core conftest.err conftest.$ac_objext \
7671     conftest$ac_exeext conftest.$ac_ext
7672 LIBS=$ac_check_lib_save_LIBS
7673 fi
7674 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_bsd_gethostbyname" >&5
7675 $as_echo "$ac_cv_lib_bsd_gethostbyname" >&6; }
7676 if test "x$ac_cv_lib_bsd_gethostbyname" = x""yes; then :
7677   X_EXTRA_LIBS="$X_EXTRA_LIBS -lbsd"
7678 fi
7679
7680       fi
7681     fi
7682
7683     # lieder@skyler.mavd.honeywell.com says without -lsocket,
7684     # socket/setsockopt and other routines are undefined under SCO ODT
7685     # 2.0.  But -lsocket is broken on IRIX 5.2 (and is not necessary
7686     # on later versions), says Simon Leinen: it contains gethostby*
7687     # variants that don't use the name server (or something).  -lsocket
7688     # must be given before -lnsl if both are needed.  We assume that
7689     # if connect needs -lnsl, so does gethostbyname.
7690     ac_fn_c_check_func "$LINENO" "connect" "ac_cv_func_connect"
7691 if test "x$ac_cv_func_connect" = x""yes; then :
7692
7693 fi
7694
7695     if test $ac_cv_func_connect = no; then
7696       { $as_echo "$as_me:${as_lineno-$LINENO}: checking for connect in -lsocket" >&5
7697 $as_echo_n "checking for connect in -lsocket... " >&6; }
7698 if test "${ac_cv_lib_socket_connect+set}" = set; then :
7699   $as_echo_n "(cached) " >&6
7700 else
7701   ac_check_lib_save_LIBS=$LIBS
7702 LIBS="-lsocket $X_EXTRA_LIBS $LIBS"
7703 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
7704 /* end confdefs.h.  */
7705
7706 /* Override any GCC internal prototype to avoid an error.
7707    Use char because int might match the return type of a GCC
7708    builtin and then its argument prototype would still apply.  */
7709 #ifdef __cplusplus
7710 extern "C"
7711 #endif
7712 char connect ();
7713 int
7714 main ()
7715 {
7716 return connect ();
7717   ;
7718   return 0;
7719 }
7720 _ACEOF
7721 if ac_fn_c_try_link "$LINENO"; then :
7722   ac_cv_lib_socket_connect=yes
7723 else
7724   ac_cv_lib_socket_connect=no
7725 fi
7726 rm -f core conftest.err conftest.$ac_objext \
7727     conftest$ac_exeext conftest.$ac_ext
7728 LIBS=$ac_check_lib_save_LIBS
7729 fi
7730 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_socket_connect" >&5
7731 $as_echo "$ac_cv_lib_socket_connect" >&6; }
7732 if test "x$ac_cv_lib_socket_connect" = x""yes; then :
7733   X_EXTRA_LIBS="-lsocket $X_EXTRA_LIBS"
7734 fi
7735
7736     fi
7737
7738     # Guillermo Gomez says -lposix is necessary on A/UX.
7739     ac_fn_c_check_func "$LINENO" "remove" "ac_cv_func_remove"
7740 if test "x$ac_cv_func_remove" = x""yes; then :
7741
7742 fi
7743
7744     if test $ac_cv_func_remove = no; then
7745       { $as_echo "$as_me:${as_lineno-$LINENO}: checking for remove in -lposix" >&5
7746 $as_echo_n "checking for remove in -lposix... " >&6; }
7747 if test "${ac_cv_lib_posix_remove+set}" = set; then :
7748   $as_echo_n "(cached) " >&6
7749 else
7750   ac_check_lib_save_LIBS=$LIBS
7751 LIBS="-lposix  $LIBS"
7752 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
7753 /* end confdefs.h.  */
7754
7755 /* Override any GCC internal prototype to avoid an error.
7756    Use char because int might match the return type of a GCC
7757    builtin and then its argument prototype would still apply.  */
7758 #ifdef __cplusplus
7759 extern "C"
7760 #endif
7761 char remove ();
7762 int
7763 main ()
7764 {
7765 return remove ();
7766   ;
7767   return 0;
7768 }
7769 _ACEOF
7770 if ac_fn_c_try_link "$LINENO"; then :
7771   ac_cv_lib_posix_remove=yes
7772 else
7773   ac_cv_lib_posix_remove=no
7774 fi
7775 rm -f core conftest.err conftest.$ac_objext \
7776     conftest$ac_exeext conftest.$ac_ext
7777 LIBS=$ac_check_lib_save_LIBS
7778 fi
7779 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_posix_remove" >&5
7780 $as_echo "$ac_cv_lib_posix_remove" >&6; }
7781 if test "x$ac_cv_lib_posix_remove" = x""yes; then :
7782   X_EXTRA_LIBS="$X_EXTRA_LIBS -lposix"
7783 fi
7784
7785     fi
7786
7787     # BSDI BSD/OS 2.1 needs -lipc for XOpenDisplay.
7788     ac_fn_c_check_func "$LINENO" "shmat" "ac_cv_func_shmat"
7789 if test "x$ac_cv_func_shmat" = x""yes; then :
7790
7791 fi
7792
7793     if test $ac_cv_func_shmat = no; then
7794       { $as_echo "$as_me:${as_lineno-$LINENO}: checking for shmat in -lipc" >&5
7795 $as_echo_n "checking for shmat in -lipc... " >&6; }
7796 if test "${ac_cv_lib_ipc_shmat+set}" = set; then :
7797   $as_echo_n "(cached) " >&6
7798 else
7799   ac_check_lib_save_LIBS=$LIBS
7800 LIBS="-lipc  $LIBS"
7801 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
7802 /* end confdefs.h.  */
7803
7804 /* Override any GCC internal prototype to avoid an error.
7805    Use char because int might match the return type of a GCC
7806    builtin and then its argument prototype would still apply.  */
7807 #ifdef __cplusplus
7808 extern "C"
7809 #endif
7810 char shmat ();
7811 int
7812 main ()
7813 {
7814 return shmat ();
7815   ;
7816   return 0;
7817 }
7818 _ACEOF
7819 if ac_fn_c_try_link "$LINENO"; then :
7820   ac_cv_lib_ipc_shmat=yes
7821 else
7822   ac_cv_lib_ipc_shmat=no
7823 fi
7824 rm -f core conftest.err conftest.$ac_objext \
7825     conftest$ac_exeext conftest.$ac_ext
7826 LIBS=$ac_check_lib_save_LIBS
7827 fi
7828 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_ipc_shmat" >&5
7829 $as_echo "$ac_cv_lib_ipc_shmat" >&6; }
7830 if test "x$ac_cv_lib_ipc_shmat" = x""yes; then :
7831   X_EXTRA_LIBS="$X_EXTRA_LIBS -lipc"
7832 fi
7833
7834     fi
7835   fi
7836
7837   # Check for libraries that X11R6 Xt/Xaw programs need.
7838   ac_save_LDFLAGS=$LDFLAGS
7839   test -n "$x_libraries" && LDFLAGS="$LDFLAGS -L$x_libraries"
7840   # SM needs ICE to (dynamically) link under SunOS 4.x (so we have to
7841   # check for ICE first), but we must link in the order -lSM -lICE or
7842   # we get undefined symbols.  So assume we have SM if we have ICE.
7843   # These have to be linked with before -lX11, unlike the other
7844   # libraries we check for below, so use a different variable.
7845   # John Interrante, Karl Berry
7846   { $as_echo "$as_me:${as_lineno-$LINENO}: checking for IceConnectionNumber in -lICE" >&5
7847 $as_echo_n "checking for IceConnectionNumber in -lICE... " >&6; }
7848 if test "${ac_cv_lib_ICE_IceConnectionNumber+set}" = set; then :
7849   $as_echo_n "(cached) " >&6
7850 else
7851   ac_check_lib_save_LIBS=$LIBS
7852 LIBS="-lICE $X_EXTRA_LIBS $LIBS"
7853 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
7854 /* end confdefs.h.  */
7855
7856 /* Override any GCC internal prototype to avoid an error.
7857    Use char because int might match the return type of a GCC
7858    builtin and then its argument prototype would still apply.  */
7859 #ifdef __cplusplus
7860 extern "C"
7861 #endif
7862 char IceConnectionNumber ();
7863 int
7864 main ()
7865 {
7866 return IceConnectionNumber ();
7867   ;
7868   return 0;
7869 }
7870 _ACEOF
7871 if ac_fn_c_try_link "$LINENO"; then :
7872   ac_cv_lib_ICE_IceConnectionNumber=yes
7873 else
7874   ac_cv_lib_ICE_IceConnectionNumber=no
7875 fi
7876 rm -f core conftest.err conftest.$ac_objext \
7877     conftest$ac_exeext conftest.$ac_ext
7878 LIBS=$ac_check_lib_save_LIBS
7879 fi
7880 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_ICE_IceConnectionNumber" >&5
7881 $as_echo "$ac_cv_lib_ICE_IceConnectionNumber" >&6; }
7882 if test "x$ac_cv_lib_ICE_IceConnectionNumber" = x""yes; then :
7883   X_PRE_LIBS="$X_PRE_LIBS -lSM -lICE"
7884 fi
7885
7886   LDFLAGS=$ac_save_LDFLAGS
7887
7888 fi
7889
7890
7891 if test "$have_x" = "yes"
7892 then
7893     XLIB="-lX11"
7894     ac_save_CPPFLAGS="$CPPFLAGS"
7895     CPPFLAGS="$CPPFLAGS $X_CFLAGS"
7896
7897     { $as_echo "$as_me:${as_lineno-$LINENO}: checking for -lX11" >&5
7898 $as_echo_n "checking for -lX11... " >&6; }
7899 if test "${ac_cv_lib_soname_X11+set}" = set; then :
7900   $as_echo_n "(cached) " >&6
7901 else
7902   ac_check_soname_save_LIBS=$LIBS
7903 LIBS="-lX11 $X_LIBS $X_EXTRA_LIBS $LIBS"
7904   cat confdefs.h - <<_ACEOF >conftest.$ac_ext
7905 /* end confdefs.h.  */
7906
7907 /* Override any GCC internal prototype to avoid an error.
7908    Use char because int might match the return type of a GCC
7909    builtin and then its argument prototype would still apply.  */
7910 #ifdef __cplusplus
7911 extern "C"
7912 #endif
7913 char XCreateWindow ();
7914 int
7915 main ()
7916 {
7917 return XCreateWindow ();
7918   ;
7919   return 0;
7920 }
7921 _ACEOF
7922 if ac_fn_c_try_link "$LINENO"; then :
7923   case "$LIBEXT" in
7924     dll) ;;
7925     dylib) ac_cv_lib_soname_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'` ;;
7926     *) ac_cv_lib_soname_X11=`$ac_cv_path_LDD conftest$ac_exeext | grep "libX11\\.$LIBEXT" | sed -e "s/^.*\(libX11\.$LIBEXT[^     ]*\).*$/\1/"';2,$d'` ;;
7927   esac
7928 fi
7929 rm -f core conftest.err conftest.$ac_objext \
7930     conftest$ac_exeext conftest.$ac_ext
7931   LIBS=$ac_check_soname_save_LIBS
7932 fi
7933 if test "x$ac_cv_lib_soname_X11" = "x"; then :
7934   { $as_echo "$as_me:${as_lineno-$LINENO}: result: not found" >&5
7935 $as_echo "not found" >&6; }
7936
7937 else
7938   { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_soname_X11" >&5
7939 $as_echo "$ac_cv_lib_soname_X11" >&6; }
7940
7941 cat >>confdefs.h <<_ACEOF
7942 #define SONAME_LIBX11 "$ac_cv_lib_soname_X11"
7943 _ACEOF
7944
7945
7946 fi
7947     { $as_echo "$as_me:${as_lineno-$LINENO}: checking for -lXext" >&5
7948 $as_echo_n "checking for -lXext... " >&6; }
7949 if test "${ac_cv_lib_soname_Xext+set}" = set; then :
7950   $as_echo_n "(cached) " >&6
7951 else
7952   ac_check_soname_save_LIBS=$LIBS
7953 LIBS="-lXext $X_LIBS -lX11 $X_EXTRA_LIBS $LIBS"
7954   cat confdefs.h - <<_ACEOF >conftest.$ac_ext
7955 /* end confdefs.h.  */
7956
7957 /* Override any GCC internal prototype to avoid an error.
7958    Use char because int might match the return type of a GCC
7959    builtin and then its argument prototype would still apply.  */
7960 #ifdef __cplusplus
7961 extern "C"
7962 #endif
7963 char XextCreateExtension ();
7964 int
7965 main ()
7966 {
7967 return XextCreateExtension ();
7968   ;
7969   return 0;
7970 }
7971 _ACEOF
7972 if ac_fn_c_try_link "$LINENO"; then :
7973   case "$LIBEXT" in
7974     dll) ;;
7975     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'` ;;
7976     *) ac_cv_lib_soname_Xext=`$ac_cv_path_LDD conftest$ac_exeext | grep "libXext\\.$LIBEXT" | sed -e "s/^.*\(libXext\.$LIBEXT[^  ]*\).*$/\1/"';2,$d'` ;;
7977   esac
7978 fi
7979 rm -f core conftest.err conftest.$ac_objext \
7980     conftest$ac_exeext conftest.$ac_ext
7981   LIBS=$ac_check_soname_save_LIBS
7982 fi
7983 if test "x$ac_cv_lib_soname_Xext" = "x"; then :
7984   { $as_echo "$as_me:${as_lineno-$LINENO}: result: not found" >&5
7985 $as_echo "not found" >&6; }
7986
7987 else
7988   { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_soname_Xext" >&5
7989 $as_echo "$ac_cv_lib_soname_Xext" >&6; }
7990
7991 cat >>confdefs.h <<_ACEOF
7992 #define SONAME_LIBXEXT "$ac_cv_lib_soname_Xext"
7993 _ACEOF
7994
7995        XLIB="-lXext $XLIB"
7996 fi
7997
7998         for ac_header in X11/Xlib.h \
7999                       X11/XKBlib.h \
8000                       X11/Xutil.h \
8001                       X11/Xcursor/Xcursor.h \
8002                       X11/extensions/shape.h \
8003                       X11/extensions/XInput.h \
8004                       X11/extensions/XShm.h \
8005                       X11/extensions/Xcomposite.h \
8006                       X11/extensions/Xinerama.h \
8007                       X11/extensions/Xrandr.h \
8008                       X11/extensions/Xrender.h \
8009                       X11/extensions/xf86vmode.h
8010 do :
8011   as_ac_Header=`$as_echo "ac_cv_header_$ac_header" | $as_tr_sh`
8012 ac_fn_c_check_header_compile "$LINENO" "$ac_header" "$as_ac_Header" "#ifdef HAVE_X11_XLIB_H
8013 # include <X11/Xlib.h>
8014 #endif
8015 #ifdef HAVE_X11_XUTIL_H
8016 # include <X11/Xutil.h>
8017 #endif
8018 "
8019 eval as_val=\$$as_ac_Header
8020    if test "x$as_val" = x""yes; then :
8021   cat >>confdefs.h <<_ACEOF
8022 #define `$as_echo "HAVE_$ac_header" | $as_tr_cpp` 1
8023 _ACEOF
8024
8025 fi
8026
8027 done
8028
8029
8030                 if test "$ac_cv_header_X11_XKBlib_h" = "yes"
8031         then
8032               { $as_echo "$as_me:${as_lineno-$LINENO}: checking for XkbQueryExtension in -lX11" >&5
8033 $as_echo_n "checking for XkbQueryExtension in -lX11... " >&6; }
8034 if test "${ac_cv_lib_X11_XkbQueryExtension+set}" = set; then :
8035   $as_echo_n "(cached) " >&6
8036 else
8037   ac_check_lib_save_LIBS=$LIBS
8038 LIBS="-lX11 $X_LIBS $XLIB $X_EXTRA_LIBS $LIBS"
8039 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
8040 /* end confdefs.h.  */
8041
8042 /* Override any GCC internal prototype to avoid an error.
8043    Use char because int might match the return type of a GCC
8044    builtin and then its argument prototype would still apply.  */
8045 #ifdef __cplusplus
8046 extern "C"
8047 #endif
8048 char XkbQueryExtension ();
8049 int
8050 main ()
8051 {
8052 return XkbQueryExtension ();
8053   ;
8054   return 0;
8055 }
8056 _ACEOF
8057 if ac_fn_c_try_link "$LINENO"; then :
8058   ac_cv_lib_X11_XkbQueryExtension=yes
8059 else
8060   ac_cv_lib_X11_XkbQueryExtension=no
8061 fi
8062 rm -f core conftest.err conftest.$ac_objext \
8063     conftest$ac_exeext conftest.$ac_ext
8064 LIBS=$ac_check_lib_save_LIBS
8065 fi
8066 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_X11_XkbQueryExtension" >&5
8067 $as_echo "$ac_cv_lib_X11_XkbQueryExtension" >&6; }
8068 if test "x$ac_cv_lib_X11_XkbQueryExtension" = x""yes; then :
8069
8070 $as_echo "#define HAVE_XKB 1" >>confdefs.h
8071
8072 fi
8073
8074         fi
8075
8076                 if test "$ac_cv_header_X11_Xcursor_Xcursor_h" = "yes"
8077         then
8078             { $as_echo "$as_me:${as_lineno-$LINENO}: checking for -lXcursor" >&5
8079 $as_echo_n "checking for -lXcursor... " >&6; }
8080 if test "${ac_cv_lib_soname_Xcursor+set}" = set; then :
8081   $as_echo_n "(cached) " >&6
8082 else
8083   ac_check_soname_save_LIBS=$LIBS
8084 LIBS="-lXcursor $X_LIBS $XLIB $X_EXTRA_LIBS $LIBS"
8085   cat confdefs.h - <<_ACEOF >conftest.$ac_ext
8086 /* end confdefs.h.  */
8087
8088 /* Override any GCC internal prototype to avoid an error.
8089    Use char because int might match the return type of a GCC
8090    builtin and then its argument prototype would still apply.  */
8091 #ifdef __cplusplus
8092 extern "C"
8093 #endif
8094 char XcursorImageLoadCursor ();
8095 int
8096 main ()
8097 {
8098 return XcursorImageLoadCursor ();
8099   ;
8100   return 0;
8101 }
8102 _ACEOF
8103 if ac_fn_c_try_link "$LINENO"; then :
8104   case "$LIBEXT" in
8105     dll) ;;
8106     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'` ;;
8107     *) ac_cv_lib_soname_Xcursor=`$ac_cv_path_LDD conftest$ac_exeext | grep "libXcursor\\.$LIBEXT" | sed -e "s/^.*\(libXcursor\.$LIBEXT[^         ]*\).*$/\1/"';2,$d'` ;;
8108   esac
8109 fi
8110 rm -f core conftest.err conftest.$ac_objext \
8111     conftest$ac_exeext conftest.$ac_ext
8112   LIBS=$ac_check_soname_save_LIBS
8113 fi
8114 if test "x$ac_cv_lib_soname_Xcursor" = "x"; then :
8115   { $as_echo "$as_me:${as_lineno-$LINENO}: result: not found" >&5
8116 $as_echo "not found" >&6; }
8117
8118 else
8119   { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_soname_Xcursor" >&5
8120 $as_echo "$ac_cv_lib_soname_Xcursor" >&6; }
8121
8122 cat >>confdefs.h <<_ACEOF
8123 #define SONAME_LIBXCURSOR "$ac_cv_lib_soname_Xcursor"
8124 _ACEOF
8125
8126
8127 fi
8128         fi
8129         if test "x$ac_cv_lib_soname_Xcursor" = "x"; then :
8130   case "x$with_xcursor" in
8131   x)   wine_notices="$wine_notices|libxcursor ${notice_platform}development files not found, the Xcursor extension won't be supported." ;;
8132   xno) ;;
8133   *)   as_fn_error "libxcursor ${notice_platform}development files not found, the Xcursor extension won't be supported.
8134 This is an error since --with-xcursor was requested." "$LINENO" 5 ;;
8135 esac
8136 fi
8137
8138                 if test "$ac_cv_header_X11_extensions_XInput_h" = "yes"
8139         then
8140             { $as_echo "$as_me:${as_lineno-$LINENO}: checking for -lXi" >&5
8141 $as_echo_n "checking for -lXi... " >&6; }
8142 if test "${ac_cv_lib_soname_Xi+set}" = set; then :
8143   $as_echo_n "(cached) " >&6
8144 else
8145   ac_check_soname_save_LIBS=$LIBS
8146 LIBS="-lXi $X_LIBS $XLIB $X_EXTRA_LIBS $LIBS"
8147   cat confdefs.h - <<_ACEOF >conftest.$ac_ext
8148 /* end confdefs.h.  */
8149
8150 /* Override any GCC internal prototype to avoid an error.
8151    Use char because int might match the return type of a GCC
8152    builtin and then its argument prototype would still apply.  */
8153 #ifdef __cplusplus
8154 extern "C"
8155 #endif
8156 char XOpenDevice ();
8157 int
8158 main ()
8159 {
8160 return XOpenDevice ();
8161   ;
8162   return 0;
8163 }
8164 _ACEOF
8165 if ac_fn_c_try_link "$LINENO"; then :
8166   case "$LIBEXT" in
8167     dll) ;;
8168     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'` ;;
8169     *) ac_cv_lib_soname_Xi=`$ac_cv_path_LDD conftest$ac_exeext | grep "libXi\\.$LIBEXT" | sed -e "s/^.*\(libXi\.$LIBEXT[^        ]*\).*$/\1/"';2,$d'` ;;
8170   esac
8171 fi
8172 rm -f core conftest.err conftest.$ac_objext \
8173     conftest$ac_exeext conftest.$ac_ext
8174   LIBS=$ac_check_soname_save_LIBS
8175 fi
8176 if test "x$ac_cv_lib_soname_Xi" = "x"; then :
8177   { $as_echo "$as_me:${as_lineno-$LINENO}: result: not found" >&5
8178 $as_echo "not found" >&6; }
8179
8180 else
8181   { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_soname_Xi" >&5
8182 $as_echo "$ac_cv_lib_soname_Xi" >&6; }
8183
8184 cat >>confdefs.h <<_ACEOF
8185 #define SONAME_LIBXI "$ac_cv_lib_soname_Xi"
8186 _ACEOF
8187
8188
8189 fi
8190         fi
8191         if test "x$ac_cv_lib_soname_Xi" = "x"; then :
8192   case "x$with_xinput" in
8193   x)   wine_notices="$wine_notices|libxi ${notice_platform}development files not found, the Xinput extension won't be supported." ;;
8194   xno) ;;
8195   *)   as_fn_error "libxi ${notice_platform}development files not found, the Xinput extension won't be supported.
8196 This is an error since --with-xinput was requested." "$LINENO" 5 ;;
8197 esac
8198 fi
8199
8200                 if test "$ac_cv_header_X11_extensions_XShm_h" = "yes"
8201         then
8202               { $as_echo "$as_me:${as_lineno-$LINENO}: checking for XShmQueryExtension in -lXext" >&5
8203 $as_echo_n "checking for XShmQueryExtension in -lXext... " >&6; }
8204 if test "${ac_cv_lib_Xext_XShmQueryExtension+set}" = set; then :
8205   $as_echo_n "(cached) " >&6
8206 else
8207   ac_check_lib_save_LIBS=$LIBS
8208 LIBS="-lXext $X_LIBS $XLIB $X_EXTRA_LIBS $LIBS"
8209 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
8210 /* end confdefs.h.  */
8211
8212 /* Override any GCC internal prototype to avoid an error.
8213    Use char because int might match the return type of a GCC
8214    builtin and then its argument prototype would still apply.  */
8215 #ifdef __cplusplus
8216 extern "C"
8217 #endif
8218 char XShmQueryExtension ();
8219 int
8220 main ()
8221 {
8222 return XShmQueryExtension ();
8223   ;
8224   return 0;
8225 }
8226 _ACEOF
8227 if ac_fn_c_try_link "$LINENO"; then :
8228   ac_cv_lib_Xext_XShmQueryExtension=yes
8229 else
8230   ac_cv_lib_Xext_XShmQueryExtension=no
8231 fi
8232 rm -f core conftest.err conftest.$ac_objext \
8233     conftest$ac_exeext conftest.$ac_ext
8234 LIBS=$ac_check_lib_save_LIBS
8235 fi
8236 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_Xext_XShmQueryExtension" >&5
8237 $as_echo "$ac_cv_lib_Xext_XShmQueryExtension" >&6; }
8238 if test "x$ac_cv_lib_Xext_XShmQueryExtension" = x""yes; then :
8239
8240 $as_echo "#define HAVE_LIBXXSHM 1" >>confdefs.h
8241
8242 fi
8243
8244         fi
8245         if test "$ac_cv_lib_Xext_XShmQueryExtension" != "yes"; then :
8246   case "x$with_xshm" in
8247   x)   wine_notices="$wine_notices|XShm ${notice_platform}development files not found, X Shared Memory won't be supported." ;;
8248   xno) ;;
8249   *)   as_fn_error "XShm ${notice_platform}development files not found, X Shared Memory won't be supported.
8250 This is an error since --with-xshm was requested." "$LINENO" 5 ;;
8251 esac
8252 fi
8253
8254                 if test "$ac_cv_header_X11_extensions_shape_h" = "yes"
8255         then
8256               { $as_echo "$as_me:${as_lineno-$LINENO}: checking for XShapeQueryExtension in -lXext" >&5
8257 $as_echo_n "checking for XShapeQueryExtension in -lXext... " >&6; }
8258 if test "${ac_cv_lib_Xext_XShapeQueryExtension+set}" = set; then :
8259   $as_echo_n "(cached) " >&6
8260 else
8261   ac_check_lib_save_LIBS=$LIBS
8262 LIBS="-lXext $X_LIBS $XLIB $X_EXTRA_LIBS $LIBS"
8263 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
8264 /* end confdefs.h.  */
8265
8266 /* Override any GCC internal prototype to avoid an error.
8267    Use char because int might match the return type of a GCC
8268    builtin and then its argument prototype would still apply.  */
8269 #ifdef __cplusplus
8270 extern "C"
8271 #endif
8272 char XShapeQueryExtension ();
8273 int
8274 main ()
8275 {
8276 return XShapeQueryExtension ();
8277   ;
8278   return 0;
8279 }
8280 _ACEOF
8281 if ac_fn_c_try_link "$LINENO"; then :
8282   ac_cv_lib_Xext_XShapeQueryExtension=yes
8283 else
8284   ac_cv_lib_Xext_XShapeQueryExtension=no
8285 fi
8286 rm -f core conftest.err conftest.$ac_objext \
8287     conftest$ac_exeext conftest.$ac_ext
8288 LIBS=$ac_check_lib_save_LIBS
8289 fi
8290 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_Xext_XShapeQueryExtension" >&5
8291 $as_echo "$ac_cv_lib_Xext_XShapeQueryExtension" >&6; }
8292 if test "x$ac_cv_lib_Xext_XShapeQueryExtension" = x""yes; then :
8293
8294 $as_echo "#define HAVE_LIBXSHAPE 1" >>confdefs.h
8295
8296 fi
8297
8298         fi
8299         if test "$ac_cv_lib_Xext_XShapeQueryExtension" != "yes"; then :
8300   case "x$with_xshape" in
8301   x)   wine_notices="$wine_notices|XShape ${notice_platform}development files not found, XShape won't be supported." ;;
8302   xno) ;;
8303   *)   as_fn_error "XShape ${notice_platform}development files not found, XShape won't be supported.
8304 This is an error since --with-xshape was requested." "$LINENO" 5 ;;
8305 esac
8306 fi
8307
8308                 if test "$ac_cv_header_X11_extensions_xf86vmode_h" = "yes"
8309         then
8310             { $as_echo "$as_me:${as_lineno-$LINENO}: checking for -lXxf86vm" >&5
8311 $as_echo_n "checking for -lXxf86vm... " >&6; }
8312 if test "${ac_cv_lib_soname_Xxf86vm+set}" = set; then :
8313   $as_echo_n "(cached) " >&6
8314 else
8315   ac_check_soname_save_LIBS=$LIBS
8316 LIBS="-lXxf86vm $X_LIBS $XLIB $X_EXTRA_LIBS $LIBS"
8317   cat confdefs.h - <<_ACEOF >conftest.$ac_ext
8318 /* end confdefs.h.  */
8319
8320 /* Override any GCC internal prototype to avoid an error.
8321    Use char because int might match the return type of a GCC
8322    builtin and then its argument prototype would still apply.  */
8323 #ifdef __cplusplus
8324 extern "C"
8325 #endif
8326 char XF86VidModeQueryExtension ();
8327 int
8328 main ()
8329 {
8330 return XF86VidModeQueryExtension ();
8331   ;
8332   return 0;
8333 }
8334 _ACEOF
8335 if ac_fn_c_try_link "$LINENO"; then :
8336   case "$LIBEXT" in
8337     dll) ;;
8338     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'` ;;
8339     *) ac_cv_lib_soname_Xxf86vm=`$ac_cv_path_LDD conftest$ac_exeext | grep "libXxf86vm\\.$LIBEXT" | sed -e "s/^.*\(libXxf86vm\.$LIBEXT[^         ]*\).*$/\1/"';2,$d'` ;;
8340   esac
8341 fi
8342 rm -f core conftest.err conftest.$ac_objext \
8343     conftest$ac_exeext conftest.$ac_ext
8344   LIBS=$ac_check_soname_save_LIBS
8345 fi
8346 if test "x$ac_cv_lib_soname_Xxf86vm" = "x"; then :
8347   { $as_echo "$as_me:${as_lineno-$LINENO}: result: not found" >&5
8348 $as_echo "not found" >&6; }
8349
8350 else
8351   { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_soname_Xxf86vm" >&5
8352 $as_echo "$ac_cv_lib_soname_Xxf86vm" >&6; }
8353
8354 cat >>confdefs.h <<_ACEOF
8355 #define SONAME_LIBXXF86VM "$ac_cv_lib_soname_Xxf86vm"
8356 _ACEOF
8357
8358
8359 fi
8360         fi
8361         if test "x$ac_cv_lib_soname_Xxf86vm" = "x"; then :
8362   case "x$with_xxf86vm" in
8363   x)   wine_notices="$wine_notices|libXxf86vm ${notice_platform}development files not found, XFree86 Vidmode won't be supported." ;;
8364   xno) ;;
8365   *)   as_fn_error "libXxf86vm ${notice_platform}development files not found, XFree86 Vidmode won't be supported.
8366 This is an error since --with-xxf86vm was requested." "$LINENO" 5 ;;
8367 esac
8368 fi
8369
8370                 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"
8371         then
8372             { $as_echo "$as_me:${as_lineno-$LINENO}: checking for -lXrender" >&5
8373 $as_echo_n "checking for -lXrender... " >&6; }
8374 if test "${ac_cv_lib_soname_Xrender+set}" = set; then :
8375   $as_echo_n "(cached) " >&6
8376 else
8377   ac_check_soname_save_LIBS=$LIBS
8378 LIBS="-lXrender $X_LIBS $XLIB $X_EXTRA_LIBS $LIBS"
8379   cat confdefs.h - <<_ACEOF >conftest.$ac_ext
8380 /* end confdefs.h.  */
8381
8382 /* Override any GCC internal prototype to avoid an error.
8383    Use char because int might match the return type of a GCC
8384    builtin and then its argument prototype would still apply.  */
8385 #ifdef __cplusplus
8386 extern "C"
8387 #endif
8388 char XRenderQueryExtension ();
8389 int
8390 main ()
8391 {
8392 return XRenderQueryExtension ();
8393   ;
8394   return 0;
8395 }
8396 _ACEOF
8397 if ac_fn_c_try_link "$LINENO"; then :
8398   case "$LIBEXT" in
8399     dll) ;;
8400     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'` ;;
8401     *) ac_cv_lib_soname_Xrender=`$ac_cv_path_LDD conftest$ac_exeext | grep "libXrender\\.$LIBEXT" | sed -e "s/^.*\(libXrender\.$LIBEXT[^         ]*\).*$/\1/"';2,$d'` ;;
8402   esac
8403 fi
8404 rm -f core conftest.err conftest.$ac_objext \
8405     conftest$ac_exeext conftest.$ac_ext
8406   LIBS=$ac_check_soname_save_LIBS
8407 fi
8408 if test "x$ac_cv_lib_soname_Xrender" = "x"; then :
8409   { $as_echo "$as_me:${as_lineno-$LINENO}: result: not found" >&5
8410 $as_echo "not found" >&6; }
8411
8412 else
8413   { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_soname_Xrender" >&5
8414 $as_echo "$ac_cv_lib_soname_Xrender" >&6; }
8415
8416 cat >>confdefs.h <<_ACEOF
8417 #define SONAME_LIBXRENDER "$ac_cv_lib_soname_Xrender"
8418 _ACEOF
8419
8420        { $as_echo "$as_me:${as_lineno-$LINENO}: checking for XRenderSetPictureTransform in -lXrender" >&5
8421 $as_echo_n "checking for XRenderSetPictureTransform in -lXrender... " >&6; }
8422 if test "${ac_cv_lib_Xrender_XRenderSetPictureTransform+set}" = set; then :
8423   $as_echo_n "(cached) " >&6
8424 else
8425   ac_check_lib_save_LIBS=$LIBS
8426 LIBS="-lXrender $X_LIBS $XLIB $X_EXTRA_LIBS $LIBS"
8427 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
8428 /* end confdefs.h.  */
8429
8430 /* Override any GCC internal prototype to avoid an error.
8431    Use char because int might match the return type of a GCC
8432    builtin and then its argument prototype would still apply.  */
8433 #ifdef __cplusplus
8434 extern "C"
8435 #endif
8436 char XRenderSetPictureTransform ();
8437 int
8438 main ()
8439 {
8440 return XRenderSetPictureTransform ();
8441   ;
8442   return 0;
8443 }
8444 _ACEOF
8445 if ac_fn_c_try_link "$LINENO"; then :
8446   ac_cv_lib_Xrender_XRenderSetPictureTransform=yes
8447 else
8448   ac_cv_lib_Xrender_XRenderSetPictureTransform=no
8449 fi
8450 rm -f core conftest.err conftest.$ac_objext \
8451     conftest$ac_exeext conftest.$ac_ext
8452 LIBS=$ac_check_lib_save_LIBS
8453 fi
8454 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_Xrender_XRenderSetPictureTransform" >&5
8455 $as_echo "$ac_cv_lib_Xrender_XRenderSetPictureTransform" >&6; }
8456 if test "x$ac_cv_lib_Xrender_XRenderSetPictureTransform" = x""yes; then :
8457
8458 $as_echo "#define HAVE_XRENDERSETPICTURETRANSFORM 1" >>confdefs.h
8459
8460 fi
8461
8462 fi
8463
8464         fi
8465         if test "x$ac_cv_lib_soname_Xrender" = "x"; then :
8466   case "x$with_xrender" in
8467   x)   wine_warnings="$wine_warnings|libxrender ${notice_platform}development files not found, XRender won't be supported." ;;
8468   xno) ;;
8469   *)   as_fn_error "libxrender ${notice_platform}development files not found, XRender won't be supported.
8470 This is an error since --with-xrender was requested." "$LINENO" 5 ;;
8471 esac
8472 fi
8473
8474                 if test "$ac_cv_header_X11_extensions_Xrandr_h" = "yes" -a "x$ac_cv_lib_soname_Xrender" != "x"
8475         then
8476                 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
8477 /* end confdefs.h.  */
8478 #include <X11/Xlib.h>
8479 #include <X11/extensions/Xrandr.h>
8480 int
8481 main ()
8482 {
8483 static typeof(XRRSetScreenConfigAndRate) * func;
8484   ;
8485   return 0;
8486 }
8487 _ACEOF
8488 if ac_fn_c_try_compile "$LINENO"; then :
8489   { $as_echo "$as_me:${as_lineno-$LINENO}: checking for -lXrandr" >&5
8490 $as_echo_n "checking for -lXrandr... " >&6; }
8491 if test "${ac_cv_lib_soname_Xrandr+set}" = set; then :
8492   $as_echo_n "(cached) " >&6
8493 else
8494   ac_check_soname_save_LIBS=$LIBS
8495 LIBS="-lXrandr $X_LIBS $XLIB $X_EXTRA_LIBS $LIBS"
8496   cat confdefs.h - <<_ACEOF >conftest.$ac_ext
8497 /* end confdefs.h.  */
8498
8499 /* Override any GCC internal prototype to avoid an error.
8500    Use char because int might match the return type of a GCC
8501    builtin and then its argument prototype would still apply.  */
8502 #ifdef __cplusplus
8503 extern "C"
8504 #endif
8505 char XRRQueryExtension ();
8506 int
8507 main ()
8508 {
8509 return XRRQueryExtension ();
8510   ;
8511   return 0;
8512 }
8513 _ACEOF
8514 if ac_fn_c_try_link "$LINENO"; then :
8515   case "$LIBEXT" in
8516     dll) ;;
8517     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'` ;;
8518     *) ac_cv_lib_soname_Xrandr=`$ac_cv_path_LDD conftest$ac_exeext | grep "libXrandr\\.$LIBEXT" | sed -e "s/^.*\(libXrandr\.$LIBEXT[^    ]*\).*$/\1/"';2,$d'` ;;
8519   esac
8520 fi
8521 rm -f core conftest.err conftest.$ac_objext \
8522     conftest$ac_exeext conftest.$ac_ext
8523   LIBS=$ac_check_soname_save_LIBS
8524 fi
8525 if test "x$ac_cv_lib_soname_Xrandr" = "x"; then :
8526   { $as_echo "$as_me:${as_lineno-$LINENO}: result: not found" >&5
8527 $as_echo "not found" >&6; }
8528
8529 else
8530   { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_soname_Xrandr" >&5
8531 $as_echo "$ac_cv_lib_soname_Xrandr" >&6; }
8532
8533 cat >>confdefs.h <<_ACEOF
8534 #define SONAME_LIBXRANDR "$ac_cv_lib_soname_Xrandr"
8535 _ACEOF
8536
8537
8538 fi
8539 fi
8540 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
8541         fi
8542         if test "x$ac_cv_lib_soname_Xrandr" = "x"; then :
8543   case "x$with_xrandr" in
8544   x)   wine_notices="$wine_notices|libxrandr ${notice_platform}development files not found, XRandr won't be supported." ;;
8545   xno) ;;
8546   *)   as_fn_error "libxrandr ${notice_platform}development files not found, XRandr won't be supported.
8547 This is an error since --with-xrandr was requested." "$LINENO" 5 ;;
8548 esac
8549 fi
8550
8551                 if test "$ac_cv_header_X11_extensions_Xinerama_h" = "yes"
8552         then
8553                 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
8554 /* end confdefs.h.  */
8555 #include <X11/Xlib.h>
8556 #include <X11/extensions/Xinerama.h>
8557 int
8558 main ()
8559 {
8560 static typeof(XineramaQueryScreens) * func;
8561   ;
8562   return 0;
8563 }
8564 _ACEOF
8565 if ac_fn_c_try_compile "$LINENO"; then :
8566   { $as_echo "$as_me:${as_lineno-$LINENO}: checking for -lXinerama" >&5
8567 $as_echo_n "checking for -lXinerama... " >&6; }
8568 if test "${ac_cv_lib_soname_Xinerama+set}" = set; then :
8569   $as_echo_n "(cached) " >&6
8570 else
8571   ac_check_soname_save_LIBS=$LIBS
8572 LIBS="-lXinerama $X_LIBS $XLIB $X_EXTRA_LIBS $LIBS"
8573   cat confdefs.h - <<_ACEOF >conftest.$ac_ext
8574 /* end confdefs.h.  */
8575
8576 /* Override any GCC internal prototype to avoid an error.
8577    Use char because int might match the return type of a GCC
8578    builtin and then its argument prototype would still apply.  */
8579 #ifdef __cplusplus
8580 extern "C"
8581 #endif
8582 char XineramaQueryScreens ();
8583 int
8584 main ()
8585 {
8586 return XineramaQueryScreens ();
8587   ;
8588   return 0;
8589 }
8590 _ACEOF
8591 if ac_fn_c_try_link "$LINENO"; then :
8592   case "$LIBEXT" in
8593     dll) ;;
8594     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'` ;;
8595     *) ac_cv_lib_soname_Xinerama=`$ac_cv_path_LDD conftest$ac_exeext | grep "libXinerama\\.$LIBEXT" | sed -e "s/^.*\(libXinerama\.$LIBEXT[^      ]*\).*$/\1/"';2,$d'` ;;
8596   esac
8597 fi
8598 rm -f core conftest.err conftest.$ac_objext \
8599     conftest$ac_exeext conftest.$ac_ext
8600   LIBS=$ac_check_soname_save_LIBS
8601 fi
8602 if test "x$ac_cv_lib_soname_Xinerama" = "x"; then :
8603   { $as_echo "$as_me:${as_lineno-$LINENO}: result: not found" >&5
8604 $as_echo "not found" >&6; }
8605
8606 else
8607   { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_soname_Xinerama" >&5
8608 $as_echo "$ac_cv_lib_soname_Xinerama" >&6; }
8609
8610 cat >>confdefs.h <<_ACEOF
8611 #define SONAME_LIBXINERAMA "$ac_cv_lib_soname_Xinerama"
8612 _ACEOF
8613
8614
8615 fi
8616 fi
8617 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
8618         fi
8619         if test "x$ac_cv_lib_soname_Xinerama" = "x"; then :
8620   case "x$with_xinerama" in
8621   x)   wine_notices="$wine_notices|libxinerama ${notice_platform}development files not found, multi-monitor setups won't be supported." ;;
8622   xno) ;;
8623   *)   as_fn_error "libxinerama ${notice_platform}development files not found, multi-monitor setups won't be supported.
8624 This is an error since --with-xinerama was requested." "$LINENO" 5 ;;
8625 esac
8626 fi
8627
8628                 if test "$ac_cv_header_X11_extensions_Xcomposite_h" = "yes"
8629         then
8630             { $as_echo "$as_me:${as_lineno-$LINENO}: checking for -lXcomposite" >&5
8631 $as_echo_n "checking for -lXcomposite... " >&6; }
8632 if test "${ac_cv_lib_soname_Xcomposite+set}" = set; then :
8633   $as_echo_n "(cached) " >&6
8634 else
8635   ac_check_soname_save_LIBS=$LIBS
8636 LIBS="-lXcomposite $X_LIBS $XLIB $X_EXTRA_LIBS $LIBS"
8637   cat confdefs.h - <<_ACEOF >conftest.$ac_ext
8638 /* end confdefs.h.  */
8639
8640 /* Override any GCC internal prototype to avoid an error.
8641    Use char because int might match the return type of a GCC
8642    builtin and then its argument prototype would still apply.  */
8643 #ifdef __cplusplus
8644 extern "C"
8645 #endif
8646 char XCompositeRedirectWindow ();
8647 int
8648 main ()
8649 {
8650 return XCompositeRedirectWindow ();
8651   ;
8652   return 0;
8653 }
8654 _ACEOF
8655 if ac_fn_c_try_link "$LINENO"; then :
8656   case "$LIBEXT" in
8657     dll) ;;
8658     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'` ;;
8659     *) ac_cv_lib_soname_Xcomposite=`$ac_cv_path_LDD conftest$ac_exeext | grep "libXcomposite\\.$LIBEXT" | sed -e "s/^.*\(libXcomposite\.$LIBEXT[^        ]*\).*$/\1/"';2,$d'` ;;
8660   esac
8661 fi
8662 rm -f core conftest.err conftest.$ac_objext \
8663     conftest$ac_exeext conftest.$ac_ext
8664   LIBS=$ac_check_soname_save_LIBS
8665 fi
8666 if test "x$ac_cv_lib_soname_Xcomposite" = "x"; then :
8667   { $as_echo "$as_me:${as_lineno-$LINENO}: result: not found" >&5
8668 $as_echo "not found" >&6; }
8669
8670 else
8671   { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_soname_Xcomposite" >&5
8672 $as_echo "$ac_cv_lib_soname_Xcomposite" >&6; }
8673
8674 cat >>confdefs.h <<_ACEOF
8675 #define SONAME_LIBXCOMPOSITE "$ac_cv_lib_soname_Xcomposite"
8676 _ACEOF
8677
8678
8679 fi
8680         fi
8681         if test "x$ac_cv_lib_soname_Xcomposite" = "x"; then :
8682   case "x$with_xcomposite" in
8683   x)   wine_notices="$wine_notices|libxcomposite ${notice_platform}development files not found, Xcomposite won't be supported." ;;
8684   xno) ;;
8685   *)   as_fn_error "libxcomposite ${notice_platform}development files not found, Xcomposite won't be supported.
8686 This is an error since --with-xcomposite was requested." "$LINENO" 5 ;;
8687 esac
8688 fi
8689
8690                 ac_fn_c_check_member "$LINENO" "XICCallback" "callback" "ac_cv_member_XICCallback_callback" "#ifdef HAVE_X11_XLIB_H
8691 #include <X11/Xlib.h>
8692 #endif
8693 "
8694 if test "x$ac_cv_member_XICCallback_callback" = x""yes; then :
8695
8696 cat >>confdefs.h <<_ACEOF
8697 #define HAVE_XICCALLBACK_CALLBACK 1
8698 _ACEOF
8699
8700
8701 fi
8702
8703
8704
8705         opengl_msg=""
8706     if test "x$with_opengl" != "xno"
8707     then
8708         for ac_header in GL/gl.h GL/glx.h GL/glu.h
8709 do :
8710   as_ac_Header=`$as_echo "ac_cv_header_$ac_header" | $as_tr_sh`
8711 ac_fn_c_check_header_compile "$LINENO" "$ac_header" "$as_ac_Header" "#ifdef HAVE_GL_GLX_H
8712 # include <GL/glx.h>
8713 #endif
8714 "
8715 eval as_val=\$$as_ac_Header
8716    if test "x$as_val" = x""yes; then :
8717   cat >>confdefs.h <<_ACEOF
8718 #define `$as_echo "HAVE_$ac_header" | $as_tr_cpp` 1
8719 _ACEOF
8720
8721 fi
8722
8723 done
8724
8725         if test "$ac_cv_header_GL_gl_h" = "yes" -a "$ac_cv_header_GL_glx_h" = "yes"
8726         then
8727                     { $as_echo "$as_me:${as_lineno-$LINENO}: checking for up-to-date OpenGL version" >&5
8728 $as_echo_n "checking for up-to-date OpenGL version... " >&6; }
8729 if test "${wine_cv_opengl_header_version_OK+set}" = set; then :
8730   $as_echo_n "(cached) " >&6
8731 else
8732   cat confdefs.h - <<_ACEOF >conftest.$ac_ext
8733 /* end confdefs.h.  */
8734 #include <GL/gl.h>
8735 int
8736 main ()
8737 {
8738 GLenum test = GL_UNSIGNED_SHORT_5_6_5;
8739   ;
8740   return 0;
8741 }
8742 _ACEOF
8743 if ac_fn_c_try_compile "$LINENO"; then :
8744   wine_cv_opengl_header_version_OK="yes"
8745 else
8746   wine_cv_opengl_header_version_OK="no"
8747 fi
8748 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
8749 fi
8750 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $wine_cv_opengl_header_version_OK" >&5
8751 $as_echo "$wine_cv_opengl_header_version_OK" >&6; }
8752
8753             if test "$wine_cv_opengl_header_version_OK" = "yes"
8754             then
8755                                 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for -lGL" >&5
8756 $as_echo_n "checking for -lGL... " >&6; }
8757 if test "${ac_cv_lib_soname_GL+set}" = set; then :
8758   $as_echo_n "(cached) " >&6
8759 else
8760   ac_check_soname_save_LIBS=$LIBS
8761 LIBS="-lGL $X_LIBS $XLIB -lm $X_EXTRA_LIBS $LIBS"
8762   cat confdefs.h - <<_ACEOF >conftest.$ac_ext
8763 /* end confdefs.h.  */
8764
8765 /* Override any GCC internal prototype to avoid an error.
8766    Use char because int might match the return type of a GCC
8767    builtin and then its argument prototype would still apply.  */
8768 #ifdef __cplusplus
8769 extern "C"
8770 #endif
8771 char glXCreateContext ();
8772 int
8773 main ()
8774 {
8775 return glXCreateContext ();
8776   ;
8777   return 0;
8778 }
8779 _ACEOF
8780 if ac_fn_c_try_link "$LINENO"; then :
8781   case "$LIBEXT" in
8782     dll) ;;
8783     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'` ;;
8784     *) ac_cv_lib_soname_GL=`$ac_cv_path_LDD conftest$ac_exeext | grep "libGL\\.$LIBEXT" | sed -e "s/^.*\(libGL\.$LIBEXT[^        ]*\).*$/\1/"';2,$d'` ;;
8785   esac
8786 fi
8787 rm -f core conftest.err conftest.$ac_objext \
8788     conftest$ac_exeext conftest.$ac_ext
8789   LIBS=$ac_check_soname_save_LIBS
8790 fi
8791 if test "x$ac_cv_lib_soname_GL" = "x"; then :
8792   { $as_echo "$as_me:${as_lineno-$LINENO}: result: not found" >&5
8793 $as_echo "not found" >&6; }
8794        { $as_echo "$as_me:${as_lineno-$LINENO}: checking for -lGL" >&5
8795 $as_echo_n "checking for -lGL... " >&6; }
8796 if test "${ac_cv_lib_soname_GL+set}" = set; then :
8797   $as_echo_n "(cached) " >&6
8798 else
8799   ac_check_soname_save_LIBS=$LIBS
8800 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"
8801   cat confdefs.h - <<_ACEOF >conftest.$ac_ext
8802 /* end confdefs.h.  */
8803
8804 /* Override any GCC internal prototype to avoid an error.
8805    Use char because int might match the return type of a GCC
8806    builtin and then its argument prototype would still apply.  */
8807 #ifdef __cplusplus
8808 extern "C"
8809 #endif
8810 char glXCreateContext ();
8811 int
8812 main ()
8813 {
8814 return glXCreateContext ();
8815   ;
8816   return 0;
8817 }
8818 _ACEOF
8819 if ac_fn_c_try_link "$LINENO"; then :
8820   case "$LIBEXT" in
8821     dll) ;;
8822     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'` ;;
8823     *) ac_cv_lib_soname_GL=`$ac_cv_path_LDD conftest$ac_exeext | grep "libGL\\.$LIBEXT" | sed -e "s/^.*\(libGL\.$LIBEXT[^        ]*\).*$/\1/"';2,$d'` ;;
8824   esac
8825 fi
8826 rm -f core conftest.err conftest.$ac_objext \
8827     conftest$ac_exeext conftest.$ac_ext
8828   LIBS=$ac_check_soname_save_LIBS
8829 fi
8830 if test "x$ac_cv_lib_soname_GL" = "x"; then :
8831   { $as_echo "$as_me:${as_lineno-$LINENO}: result: not found" >&5
8832 $as_echo "not found" >&6; }
8833        if test -f /usr/X11R6/lib/libGL.a
8834                                     then
8835                                         opengl_msg="/usr/X11R6/lib/libGL.a is present on your system.
8836 This probably prevents linking to OpenGL. Try deleting the file and restarting configure."
8837                                     else
8838                                         opengl_msg="No OpenGL library found on this system."
8839                                     fi
8840 else
8841   { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_soname_GL" >&5
8842 $as_echo "$ac_cv_lib_soname_GL" >&6; }
8843
8844 cat >>confdefs.h <<_ACEOF
8845 #define SONAME_LIBGL "$ac_cv_lib_soname_GL"
8846 _ACEOF
8847
8848        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"
8849
8850 $as_echo "#define HAVE_OPENGL 1" >>confdefs.h
8851
8852 fi
8853 else
8854   { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_soname_GL" >&5
8855 $as_echo "$ac_cv_lib_soname_GL" >&6; }
8856
8857 cat >>confdefs.h <<_ACEOF
8858 #define SONAME_LIBGL "$ac_cv_lib_soname_GL"
8859 _ACEOF
8860
8861        OPENGL_LIBS="-lGL"
8862
8863 $as_echo "#define HAVE_OPENGL 1" >>confdefs.h
8864
8865 fi
8866                  if test "$ac_cv_header_GL_glu_h" = "yes"
8867                  then
8868                     { $as_echo "$as_me:${as_lineno-$LINENO}: checking for -lGLU" >&5
8869 $as_echo_n "checking for -lGLU... " >&6; }
8870 if test "${ac_cv_lib_soname_GLU+set}" = set; then :
8871   $as_echo_n "(cached) " >&6
8872 else
8873   ac_check_soname_save_LIBS=$LIBS
8874 LIBS="-lGLU $OPENGL_LIBS $X_LIBS $X_PRE_LIBS $XLIB -lm $X_EXTRA_LIBS $LIBS"
8875   cat confdefs.h - <<_ACEOF >conftest.$ac_ext
8876 /* end confdefs.h.  */
8877
8878 /* Override any GCC internal prototype to avoid an error.
8879    Use char because int might match the return type of a GCC
8880    builtin and then its argument prototype would still apply.  */
8881 #ifdef __cplusplus
8882 extern "C"
8883 #endif
8884 char gluLookAt ();
8885 int
8886 main ()
8887 {
8888 return gluLookAt ();
8889   ;
8890   return 0;
8891 }
8892 _ACEOF
8893 if ac_fn_c_try_link "$LINENO"; then :
8894   case "$LIBEXT" in
8895     dll) ;;
8896     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'` ;;
8897     *) ac_cv_lib_soname_GLU=`$ac_cv_path_LDD conftest$ac_exeext | grep "libGLU\\.$LIBEXT" | sed -e "s/^.*\(libGLU\.$LIBEXT[^     ]*\).*$/\1/"';2,$d'` ;;
8898   esac
8899 fi
8900 rm -f core conftest.err conftest.$ac_objext \
8901     conftest$ac_exeext conftest.$ac_ext
8902   LIBS=$ac_check_soname_save_LIBS
8903 fi
8904 if test "x$ac_cv_lib_soname_GLU" = "x"; then :
8905   { $as_echo "$as_me:${as_lineno-$LINENO}: result: not found" >&5
8906 $as_echo "not found" >&6; }
8907
8908 else
8909   { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_soname_GLU" >&5
8910 $as_echo "$ac_cv_lib_soname_GLU" >&6; }
8911
8912 cat >>confdefs.h <<_ACEOF
8913 #define SONAME_LIBGLU "$ac_cv_lib_soname_GLU"
8914 _ACEOF
8915
8916
8917 fi
8918                  fi
8919                  if test "x$ac_cv_lib_soname_GLU" = "x"; then :
8920   case "x$with_glu" in
8921   x)   wine_notices="$wine_notices|libGLU ${notice_platform}development files not found, GLU won't be supported." ;;
8922   xno) ;;
8923   *)   as_fn_error "libGLU ${notice_platform}development files not found, GLU won't be supported.
8924 This is an error since --with-glu was requested." "$LINENO" 5 ;;
8925 esac
8926 fi
8927              else
8928                  opengl_msg="Old Mesa headers detected. Consider upgrading your Mesa libraries."
8929              fi
8930          else
8931              opengl_msg="OpenGL development headers not found."
8932          fi
8933          test -n "$opengl_msg" && enable_opengl32=${enable_opengl32:-no}
8934          test "x$ac_cv_lib_soname_GLU" = "x" && enable_glu32=${enable_glu32:-no}
8935     else
8936          enable_opengl32=${enable_opengl32:-no}
8937          enable_glu32=${enable_glu32:-no}
8938     fi
8939     if test -n "$opengl_msg"; then :
8940   case "x$with_opengl" in
8941   x)   wine_warnings="$wine_warnings|$opengl_msg
8942 OpenGL and Direct3D won't be supported." ;;
8943   xno) ;;
8944   *)   as_fn_error "$opengl_msg
8945 OpenGL and Direct3D won't be supported.
8946 This is an error since --with-opengl was requested." "$LINENO" 5 ;;
8947 esac
8948 fi
8949
8950         NASLIBS=""
8951
8952     for ac_header in audio/audiolib.h
8953 do :
8954   ac_fn_c_check_header_mongrel "$LINENO" "audio/audiolib.h" "ac_cv_header_audio_audiolib_h" "$ac_includes_default"
8955 if test "x$ac_cv_header_audio_audiolib_h" = x""yes; then :
8956   cat >>confdefs.h <<_ACEOF
8957 #define HAVE_AUDIO_AUDIOLIB_H 1
8958 _ACEOF
8959  for ac_header in audio/soundlib.h
8960 do :
8961   ac_fn_c_check_header_compile "$LINENO" "audio/soundlib.h" "ac_cv_header_audio_soundlib_h" "#include <audio/audiolib.h>
8962 "
8963 if test "x$ac_cv_header_audio_soundlib_h" = x""yes; then :
8964   cat >>confdefs.h <<_ACEOF
8965 #define HAVE_AUDIO_SOUNDLIB_H 1
8966 _ACEOF
8967
8968 fi
8969
8970 done
8971
8972           { $as_echo "$as_me:${as_lineno-$LINENO}: checking for AuCreateFlow in -laudio" >&5
8973 $as_echo_n "checking for AuCreateFlow in -laudio... " >&6; }
8974 if test "${ac_cv_lib_audio_AuCreateFlow+set}" = set; then :
8975   $as_echo_n "(cached) " >&6
8976 else
8977   ac_check_lib_save_LIBS=$LIBS
8978 LIBS="-laudio -lXt $X_LIBS $XLIB $X_EXTRA_LIBS $LIBS"
8979 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
8980 /* end confdefs.h.  */
8981
8982 /* Override any GCC internal prototype to avoid an error.
8983    Use char because int might match the return type of a GCC
8984    builtin and then its argument prototype would still apply.  */
8985 #ifdef __cplusplus
8986 extern "C"
8987 #endif
8988 char AuCreateFlow ();
8989 int
8990 main ()
8991 {
8992 return AuCreateFlow ();
8993   ;
8994   return 0;
8995 }
8996 _ACEOF
8997 if ac_fn_c_try_link "$LINENO"; then :
8998   ac_cv_lib_audio_AuCreateFlow=yes
8999 else
9000   ac_cv_lib_audio_AuCreateFlow=no
9001 fi
9002 rm -f core conftest.err conftest.$ac_objext \
9003     conftest$ac_exeext conftest.$ac_ext
9004 LIBS=$ac_check_lib_save_LIBS
9005 fi
9006 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_audio_AuCreateFlow" >&5
9007 $as_echo "$ac_cv_lib_audio_AuCreateFlow" >&6; }
9008 if test "x$ac_cv_lib_audio_AuCreateFlow" = x""yes; then :
9009
9010 $as_echo "#define HAVE_NAS 1" >>confdefs.h
9011
9012                         { $as_echo "$as_me:${as_lineno-$LINENO}: checking for XauGetBestAuthByAddr in -lXau" >&5
9013 $as_echo_n "checking for XauGetBestAuthByAddr in -lXau... " >&6; }
9014 if test "${ac_cv_lib_Xau_XauGetBestAuthByAddr+set}" = set; then :
9015   $as_echo_n "(cached) " >&6
9016 else
9017   ac_check_lib_save_LIBS=$LIBS
9018 LIBS="-lXau $X_LIBS $LIBS"
9019 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
9020 /* end confdefs.h.  */
9021
9022 /* Override any GCC internal prototype to avoid an error.
9023    Use char because int might match the return type of a GCC
9024    builtin and then its argument prototype would still apply.  */
9025 #ifdef __cplusplus
9026 extern "C"
9027 #endif
9028 char XauGetBestAuthByAddr ();
9029 int
9030 main ()
9031 {
9032 return XauGetBestAuthByAddr ();
9033   ;
9034   return 0;
9035 }
9036 _ACEOF
9037 if ac_fn_c_try_link "$LINENO"; then :
9038   ac_cv_lib_Xau_XauGetBestAuthByAddr=yes
9039 else
9040   ac_cv_lib_Xau_XauGetBestAuthByAddr=no
9041 fi
9042 rm -f core conftest.err conftest.$ac_objext \
9043     conftest$ac_exeext conftest.$ac_ext
9044 LIBS=$ac_check_lib_save_LIBS
9045 fi
9046 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_Xau_XauGetBestAuthByAddr" >&5
9047 $as_echo "$ac_cv_lib_Xau_XauGetBestAuthByAddr" >&6; }
9048 if test "x$ac_cv_lib_Xau_XauGetBestAuthByAddr" = x""yes; then :
9049   NASLIBS="-lXau -laudio -lXt $X_LIBS $XLIB $X_EXTRA_LIBS"
9050 else
9051   NASLIBS="-laudio -lXt $X_LIBS $XLIB $X_EXTRA_LIBS"
9052 fi
9053
9054
9055 fi
9056
9057 fi
9058
9059 done
9060
9061
9062     CPPFLAGS="$ac_save_CPPFLAGS"
9063 else
9064     XLIB=""
9065     X_CFLAGS=""
9066     X_LIBS=""
9067     enable_winex11_drv=${enable_winex11_drv:-no}
9068     enable_opengl32=${enable_opengl32:-no}
9069     enable_glu32=${enable_glu32:-no}
9070 fi
9071 if test "x$XLIB" = "x"; then :
9072   case "x$with_x" in
9073   xno) ;;
9074   *)   as_fn_error "X ${notice_platform}development files not found. Wine will be built
9075 without X support, which probably isn't what you want. You will need to install
9076 ${notice_platform}development packages of Xlib/Xfree86 at the very least.
9077 Use the --without-x option if you really want this." "$LINENO" 5 ;;
9078 esac
9079 fi
9080
9081
9082 XML2LIBS=""
9083
9084 XML2INCL=""
9085
9086 XSLTINCL=""
9087
9088 if test "x$with_xml" != "xno"
9089 then
9090     ac_save_CPPFLAGS="$CPPFLAGS"
9091     if test "$PKG_CONFIG" != "false"
9092     then
9093         ac_xml_libs="`$PKG_CONFIG --libs libxml-2.0 2>/dev/null`"
9094         ac_xml_cflags="`$PKG_CONFIG --cflags libxml-2.0 2>/dev/null`"
9095     else
9096         ac_xml_libs="`xml2-config --libs 2>/dev/null`"
9097         ac_xml_cflags="`xml2-config --cflags  2>/dev/null`"
9098     fi
9099     CPPFLAGS="$CPPFLAGS $ac_xml_cflags"
9100     for ac_header in libxml/parser.h
9101 do :
9102   ac_fn_c_check_header_mongrel "$LINENO" "libxml/parser.h" "ac_cv_header_libxml_parser_h" "$ac_includes_default"
9103 if test "x$ac_cv_header_libxml_parser_h" = x""yes; then :
9104   cat >>confdefs.h <<_ACEOF
9105 #define HAVE_LIBXML_PARSER_H 1
9106 _ACEOF
9107  { $as_echo "$as_me:${as_lineno-$LINENO}: checking for xmlParseMemory in -lxml2" >&5
9108 $as_echo_n "checking for xmlParseMemory in -lxml2... " >&6; }
9109 if test "${ac_cv_lib_xml2_xmlParseMemory+set}" = set; then :
9110   $as_echo_n "(cached) " >&6
9111 else
9112   ac_check_lib_save_LIBS=$LIBS
9113 LIBS="-lxml2 $ac_xml_libs $LIBS"
9114 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
9115 /* end confdefs.h.  */
9116
9117 /* Override any GCC internal prototype to avoid an error.
9118    Use char because int might match the return type of a GCC
9119    builtin and then its argument prototype would still apply.  */
9120 #ifdef __cplusplus
9121 extern "C"
9122 #endif
9123 char xmlParseMemory ();
9124 int
9125 main ()
9126 {
9127 return xmlParseMemory ();
9128   ;
9129   return 0;
9130 }
9131 _ACEOF
9132 if ac_fn_c_try_link "$LINENO"; then :
9133   ac_cv_lib_xml2_xmlParseMemory=yes
9134 else
9135   ac_cv_lib_xml2_xmlParseMemory=no
9136 fi
9137 rm -f core conftest.err conftest.$ac_objext \
9138     conftest$ac_exeext conftest.$ac_ext
9139 LIBS=$ac_check_lib_save_LIBS
9140 fi
9141 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_xml2_xmlParseMemory" >&5
9142 $as_echo "$ac_cv_lib_xml2_xmlParseMemory" >&6; }
9143 if test "x$ac_cv_lib_xml2_xmlParseMemory" = x""yes; then :
9144
9145 $as_echo "#define HAVE_LIBXML2 1" >>confdefs.h
9146
9147                  XML2LIBS="$ac_xml_libs"
9148                  XML2INCL="$ac_xml_cflags"
9149 fi
9150
9151              { $as_echo "$as_me:${as_lineno-$LINENO}: checking for xmlReadMemory in -lxml2" >&5
9152 $as_echo_n "checking for xmlReadMemory in -lxml2... " >&6; }
9153 if test "${ac_cv_lib_xml2_xmlReadMemory+set}" = set; then :
9154   $as_echo_n "(cached) " >&6
9155 else
9156   ac_check_lib_save_LIBS=$LIBS
9157 LIBS="-lxml2 $ac_xml_libs $LIBS"
9158 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
9159 /* end confdefs.h.  */
9160
9161 /* Override any GCC internal prototype to avoid an error.
9162    Use char because int might match the return type of a GCC
9163    builtin and then its argument prototype would still apply.  */
9164 #ifdef __cplusplus
9165 extern "C"
9166 #endif
9167 char xmlReadMemory ();
9168 int
9169 main ()
9170 {
9171 return xmlReadMemory ();
9172   ;
9173   return 0;
9174 }
9175 _ACEOF
9176 if ac_fn_c_try_link "$LINENO"; then :
9177   ac_cv_lib_xml2_xmlReadMemory=yes
9178 else
9179   ac_cv_lib_xml2_xmlReadMemory=no
9180 fi
9181 rm -f core conftest.err conftest.$ac_objext \
9182     conftest$ac_exeext conftest.$ac_ext
9183 LIBS=$ac_check_lib_save_LIBS
9184 fi
9185 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_xml2_xmlReadMemory" >&5
9186 $as_echo "$ac_cv_lib_xml2_xmlReadMemory" >&6; }
9187 if test "x$ac_cv_lib_xml2_xmlReadMemory" = x""yes; then :
9188
9189 $as_echo "#define HAVE_XMLREADMEMORY 1" >>confdefs.h
9190
9191 fi
9192
9193              { $as_echo "$as_me:${as_lineno-$LINENO}: checking for xmlNewDocPI in -lxml2" >&5
9194 $as_echo_n "checking for xmlNewDocPI in -lxml2... " >&6; }
9195 if test "${ac_cv_lib_xml2_xmlNewDocPI+set}" = set; then :
9196   $as_echo_n "(cached) " >&6
9197 else
9198   ac_check_lib_save_LIBS=$LIBS
9199 LIBS="-lxml2 $ac_xml_libs $LIBS"
9200 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
9201 /* end confdefs.h.  */
9202
9203 /* Override any GCC internal prototype to avoid an error.
9204    Use char because int might match the return type of a GCC
9205    builtin and then its argument prototype would still apply.  */
9206 #ifdef __cplusplus
9207 extern "C"
9208 #endif
9209 char xmlNewDocPI ();
9210 int
9211 main ()
9212 {
9213 return xmlNewDocPI ();
9214   ;
9215   return 0;
9216 }
9217 _ACEOF
9218 if ac_fn_c_try_link "$LINENO"; then :
9219   ac_cv_lib_xml2_xmlNewDocPI=yes
9220 else
9221   ac_cv_lib_xml2_xmlNewDocPI=no
9222 fi
9223 rm -f core conftest.err conftest.$ac_objext \
9224     conftest$ac_exeext conftest.$ac_ext
9225 LIBS=$ac_check_lib_save_LIBS
9226 fi
9227 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_xml2_xmlNewDocPI" >&5
9228 $as_echo "$ac_cv_lib_xml2_xmlNewDocPI" >&6; }
9229 if test "x$ac_cv_lib_xml2_xmlNewDocPI" = x""yes; then :
9230
9231 $as_echo "#define HAVE_XMLNEWDOCPI 1" >>confdefs.h
9232
9233 fi
9234
9235
9236 fi
9237
9238 done
9239
9240     CPPFLAGS="$ac_save_CPPFLAGS"
9241 fi
9242 if test "$ac_cv_lib_xml2_xmlParseMemory" != "yes"; then :
9243   case "x$with_xml" in
9244   x)   wine_warnings="$wine_warnings|libxml2 ${notice_platform}development files not found, XML won't be supported." ;;
9245   xno) ;;
9246   *)   as_fn_error "libxml2 ${notice_platform}development files not found, XML won't be supported.
9247 This is an error since --with-xml was requested." "$LINENO" 5 ;;
9248 esac
9249 fi
9250
9251 if test "x$with_xslt" != "xno"
9252 then
9253     if test "$PKG_CONFIG" != "false"
9254     then
9255         ac_xslt_libs="`$PKG_CONFIG --libs libxslt 2>/dev/null`"
9256         ac_xslt_cflags="`$PKG_CONFIG --cflags libxslt 2>/dev/null`"
9257     else
9258         ac_xslt_libs="`xslt-config --libs 2>/dev/null`"
9259         ac_xslt_cflags="`xslt-config --cflags 2>/dev/null`"
9260     fi
9261     ac_save_CPPFLAGS="$CPPFLAGS"
9262     CPPFLAGS="$CPPFLAGS $ac_xslt_cflags"
9263     for ac_header in libxslt/pattern.h libxslt/transform.h
9264 do :
9265   as_ac_Header=`$as_echo "ac_cv_header_$ac_header" | $as_tr_sh`
9266 ac_fn_c_check_header_compile "$LINENO" "$ac_header" "$as_ac_Header" "#ifdef HAVE_LIBXSLT_PATTERN_H
9267 # include <libxslt/pattern.h>
9268 #endif
9269 "
9270 eval as_val=\$$as_ac_Header
9271    if test "x$as_val" = x""yes; then :
9272   cat >>confdefs.h <<_ACEOF
9273 #define `$as_echo "HAVE_$ac_header" | $as_tr_cpp` 1
9274 _ACEOF
9275
9276 fi
9277
9278 done
9279
9280     CPPFLAGS="$ac_save_CPPFLAGS"
9281     if test "$ac_cv_header_libxslt_transform_h" = "yes"
9282     then
9283         { $as_echo "$as_me:${as_lineno-$LINENO}: checking for -lxslt" >&5
9284 $as_echo_n "checking for -lxslt... " >&6; }
9285 if test "${ac_cv_lib_soname_xslt+set}" = set; then :
9286   $as_echo_n "(cached) " >&6
9287 else
9288   ac_check_soname_save_LIBS=$LIBS
9289 LIBS="-lxslt $ac_xslt_libs $LIBS"
9290   cat confdefs.h - <<_ACEOF >conftest.$ac_ext
9291 /* end confdefs.h.  */
9292
9293 /* Override any GCC internal prototype to avoid an error.
9294    Use char because int might match the return type of a GCC
9295    builtin and then its argument prototype would still apply.  */
9296 #ifdef __cplusplus
9297 extern "C"
9298 #endif
9299 char xsltCompilePattern ();
9300 int
9301 main ()
9302 {
9303 return xsltCompilePattern ();
9304   ;
9305   return 0;
9306 }
9307 _ACEOF
9308 if ac_fn_c_try_link "$LINENO"; then :
9309   case "$LIBEXT" in
9310     dll) ;;
9311     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'` ;;
9312     *) ac_cv_lib_soname_xslt=`$ac_cv_path_LDD conftest$ac_exeext | grep "libxslt\\.$LIBEXT" | sed -e "s/^.*\(libxslt\.$LIBEXT[^  ]*\).*$/\1/"';2,$d'` ;;
9313   esac
9314 fi
9315 rm -f core conftest.err conftest.$ac_objext \
9316     conftest$ac_exeext conftest.$ac_ext
9317   LIBS=$ac_check_soname_save_LIBS
9318 fi
9319 if test "x$ac_cv_lib_soname_xslt" = "x"; then :
9320   { $as_echo "$as_me:${as_lineno-$LINENO}: result: not found" >&5
9321 $as_echo "not found" >&6; }
9322
9323 else
9324   { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_soname_xslt" >&5
9325 $as_echo "$ac_cv_lib_soname_xslt" >&6; }
9326
9327 cat >>confdefs.h <<_ACEOF
9328 #define SONAME_LIBXSLT "$ac_cv_lib_soname_xslt"
9329 _ACEOF
9330
9331        XSLTINCL="$ac_xslt_cflags"
9332 fi
9333     fi
9334 fi
9335 if test "x$ac_cv_lib_soname_xslt" = "x"; then :
9336   case "x$with_xslt" in
9337   x)   wine_warnings="$wine_warnings|libxslt ${notice_platform}development files not found, xslt won't be supported." ;;
9338   xno) ;;
9339   *)   as_fn_error "libxslt ${notice_platform}development files not found, xslt won't be supported.
9340 This is an error since --with-xslt was requested." "$LINENO" 5 ;;
9341 esac
9342 fi
9343
9344 HALINCL=""
9345
9346 if test "x$with_hal" != "xno"
9347 then
9348     ac_save_CPPFLAGS="$CPPFLAGS"
9349     if test "$PKG_CONFIG" != "false"
9350     then
9351         ac_hal_libs="`$PKG_CONFIG --libs hal 2>/dev/null`"
9352         ac_hal_cflags="`$PKG_CONFIG --cflags hal 2>/dev/null`"
9353         CPPFLAGS="$CPPFLAGS $ac_hal_cflags"
9354     fi
9355     for ac_header in dbus/dbus.h hal/libhal.h
9356 do :
9357   as_ac_Header=`$as_echo "ac_cv_header_$ac_header" | $as_tr_sh`
9358 ac_fn_c_check_header_mongrel "$LINENO" "$ac_header" "$as_ac_Header" "$ac_includes_default"
9359 eval as_val=\$$as_ac_Header
9360    if test "x$as_val" = x""yes; then :
9361   cat >>confdefs.h <<_ACEOF
9362 #define `$as_echo "HAVE_$ac_header" | $as_tr_cpp` 1
9363 _ACEOF
9364
9365 fi
9366
9367 done
9368
9369     if test "$ac_cv_header_dbus_dbus_h" = "yes" -a "$ac_cv_header_hal_libhal_h" = "yes"
9370     then
9371         { $as_echo "$as_me:${as_lineno-$LINENO}: checking for dbus_connection_close in -ldbus-1" >&5
9372 $as_echo_n "checking for dbus_connection_close in -ldbus-1... " >&6; }
9373 if test "${ac_cv_lib_dbus_1_dbus_connection_close+set}" = set; then :
9374   $as_echo_n "(cached) " >&6
9375 else
9376   ac_check_lib_save_LIBS=$LIBS
9377 LIBS="-ldbus-1 $ac_hal_libs $LIBS"
9378 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
9379 /* end confdefs.h.  */
9380
9381 /* Override any GCC internal prototype to avoid an error.
9382    Use char because int might match the return type of a GCC
9383    builtin and then its argument prototype would still apply.  */
9384 #ifdef __cplusplus
9385 extern "C"
9386 #endif
9387 char dbus_connection_close ();
9388 int
9389 main ()
9390 {
9391 return dbus_connection_close ();
9392   ;
9393   return 0;
9394 }
9395 _ACEOF
9396 if ac_fn_c_try_link "$LINENO"; then :
9397   ac_cv_lib_dbus_1_dbus_connection_close=yes
9398 else
9399   ac_cv_lib_dbus_1_dbus_connection_close=no
9400 fi
9401 rm -f core conftest.err conftest.$ac_objext \
9402     conftest$ac_exeext conftest.$ac_ext
9403 LIBS=$ac_check_lib_save_LIBS
9404 fi
9405 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_dbus_1_dbus_connection_close" >&5
9406 $as_echo "$ac_cv_lib_dbus_1_dbus_connection_close" >&6; }
9407 if test "x$ac_cv_lib_dbus_1_dbus_connection_close" = x""yes; then :
9408   { $as_echo "$as_me:${as_lineno-$LINENO}: checking for -lhal" >&5
9409 $as_echo_n "checking for -lhal... " >&6; }
9410 if test "${ac_cv_lib_soname_hal+set}" = set; then :
9411   $as_echo_n "(cached) " >&6
9412 else
9413   ac_check_soname_save_LIBS=$LIBS
9414 LIBS="-lhal $ac_hal_libs $LIBS"
9415   cat confdefs.h - <<_ACEOF >conftest.$ac_ext
9416 /* end confdefs.h.  */
9417
9418 /* Override any GCC internal prototype to avoid an error.
9419    Use char because int might match the return type of a GCC
9420    builtin and then its argument prototype would still apply.  */
9421 #ifdef __cplusplus
9422 extern "C"
9423 #endif
9424 char libhal_ctx_new ();
9425 int
9426 main ()
9427 {
9428 return libhal_ctx_new ();
9429   ;
9430   return 0;
9431 }
9432 _ACEOF
9433 if ac_fn_c_try_link "$LINENO"; then :
9434   case "$LIBEXT" in
9435     dll) ;;
9436     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'` ;;
9437     *) ac_cv_lib_soname_hal=`$ac_cv_path_LDD conftest$ac_exeext | grep "libhal\\.$LIBEXT" | sed -e "s/^.*\(libhal\.$LIBEXT[^     ]*\).*$/\1/"';2,$d'` ;;
9438   esac
9439 fi
9440 rm -f core conftest.err conftest.$ac_objext \
9441     conftest$ac_exeext conftest.$ac_ext
9442   LIBS=$ac_check_soname_save_LIBS
9443 fi
9444 if test "x$ac_cv_lib_soname_hal" = "x"; then :
9445   { $as_echo "$as_me:${as_lineno-$LINENO}: result: not found" >&5
9446 $as_echo "not found" >&6; }
9447
9448 else
9449   { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_soname_hal" >&5
9450 $as_echo "$ac_cv_lib_soname_hal" >&6; }
9451
9452 cat >>confdefs.h <<_ACEOF
9453 #define SONAME_LIBHAL "$ac_cv_lib_soname_hal"
9454 _ACEOF
9455
9456        HALINCL="$ac_hal_cflags"
9457 fi
9458 fi
9459
9460     fi
9461     CPPFLAGS="$ac_save_CPPFLAGS"
9462 fi
9463 if test "x$ac_cv_lib_soname_hal" = "x"; then :
9464   case "x$with_hal" in
9465   x)   wine_notices="$wine_notices|libhal/libdbus ${notice_platform}development files not found, no dynamic device support." ;;
9466   xno) ;;
9467   *)   as_fn_error "libhal/libdbus ${notice_platform}development files not found, no dynamic device support.
9468 This is an error since --with-hal was requested." "$LINENO" 5 ;;
9469 esac
9470 fi
9471
9472 if test "x$with_gnutls" != "xno"
9473 then
9474     ac_save_CPPFLAGS="$CPPFLAGS"
9475     if test "$PKG_CONFIG" != "false"
9476     then
9477         ac_gnutls_libs="`$PKG_CONFIG --libs gnutls 2>/dev/null`"
9478         ac_gnutls_cflags="`$PKG_CONFIG --cflags gnutls 2>/dev/null`"
9479         CPPFLAGS="$CPPFLAGS $ac_gnutls_cflags"
9480     fi
9481     ac_fn_c_check_header_mongrel "$LINENO" "gnutls/gnutls.h" "ac_cv_header_gnutls_gnutls_h" "$ac_includes_default"
9482 if test "x$ac_cv_header_gnutls_gnutls_h" = x""yes; then :
9483   cat confdefs.h - <<_ACEOF >conftest.$ac_ext
9484 /* end confdefs.h.  */
9485 #include <gnutls/gnutls.h>
9486 int
9487 main ()
9488 {
9489 typeof(gnutls_mac_get_key_size) *pfunc;
9490   ;
9491   return 0;
9492 }
9493 _ACEOF
9494 if ac_fn_c_try_compile "$LINENO"; then :
9495   { $as_echo "$as_me:${as_lineno-$LINENO}: checking for -lgnutls" >&5
9496 $as_echo_n "checking for -lgnutls... " >&6; }
9497 if test "${ac_cv_lib_soname_gnutls+set}" = set; then :
9498   $as_echo_n "(cached) " >&6
9499 else
9500   ac_check_soname_save_LIBS=$LIBS
9501 LIBS="-lgnutls $ac_gnutls_libs $LIBS"
9502   cat confdefs.h - <<_ACEOF >conftest.$ac_ext
9503 /* end confdefs.h.  */
9504
9505 /* Override any GCC internal prototype to avoid an error.
9506    Use char because int might match the return type of a GCC
9507    builtin and then its argument prototype would still apply.  */
9508 #ifdef __cplusplus
9509 extern "C"
9510 #endif
9511 char gnutls_global_init ();
9512 int
9513 main ()
9514 {
9515 return gnutls_global_init ();
9516   ;
9517   return 0;
9518 }
9519 _ACEOF
9520 if ac_fn_c_try_link "$LINENO"; then :
9521   case "$LIBEXT" in
9522     dll) ;;
9523     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'` ;;
9524     *) ac_cv_lib_soname_gnutls=`$ac_cv_path_LDD conftest$ac_exeext | grep "libgnutls\\.$LIBEXT" | sed -e "s/^.*\(libgnutls\.$LIBEXT[^    ]*\).*$/\1/"';2,$d'` ;;
9525   esac
9526 fi
9527 rm -f core conftest.err conftest.$ac_objext \
9528     conftest$ac_exeext conftest.$ac_ext
9529   LIBS=$ac_check_soname_save_LIBS
9530 fi
9531 if test "x$ac_cv_lib_soname_gnutls" = "x"; then :
9532   { $as_echo "$as_me:${as_lineno-$LINENO}: result: not found" >&5
9533 $as_echo "not found" >&6; }
9534
9535 else
9536   { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_soname_gnutls" >&5
9537 $as_echo "$ac_cv_lib_soname_gnutls" >&6; }
9538
9539 cat >>confdefs.h <<_ACEOF
9540 #define SONAME_LIBGNUTLS "$ac_cv_lib_soname_gnutls"
9541 _ACEOF
9542
9543        GNUTLSINCL="$ac_gnutls_cflags"
9544
9545 fi
9546 fi
9547 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
9548 fi
9549
9550
9551     CPPFLAGS="$ac_save_CPPFLAGS"
9552 fi
9553 if test "x$ac_cv_lib_soname_gnutls" = "x"; then :
9554   case "x$with_gnutls" in
9555   x)   wine_notices="$wine_notices|libgnutls ${notice_platform}development files not found, no schannel support." ;;
9556   xno) ;;
9557   *)   as_fn_error "libgnutls ${notice_platform}development files not found, no schannel support.
9558 This is an error since --with-gnutls was requested." "$LINENO" 5 ;;
9559 esac
9560 fi
9561
9562 CURSESLIBS=""
9563 if test "$ac_cv_header_ncurses_h" = "yes"
9564 then
9565     { $as_echo "$as_me:${as_lineno-$LINENO}: checking for -lncurses" >&5
9566 $as_echo_n "checking for -lncurses... " >&6; }
9567 if test "${ac_cv_lib_soname_ncurses+set}" = set; then :
9568   $as_echo_n "(cached) " >&6
9569 else
9570   ac_check_soname_save_LIBS=$LIBS
9571 LIBS="-lncurses  $LIBS"
9572   cat confdefs.h - <<_ACEOF >conftest.$ac_ext
9573 /* end confdefs.h.  */
9574
9575 /* Override any GCC internal prototype to avoid an error.
9576    Use char because int might match the return type of a GCC
9577    builtin and then its argument prototype would still apply.  */
9578 #ifdef __cplusplus
9579 extern "C"
9580 #endif
9581 char waddch ();
9582 int
9583 main ()
9584 {
9585 return waddch ();
9586   ;
9587   return 0;
9588 }
9589 _ACEOF
9590 if ac_fn_c_try_link "$LINENO"; then :
9591   case "$LIBEXT" in
9592     dll) ;;
9593     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'` ;;
9594     *) ac_cv_lib_soname_ncurses=`$ac_cv_path_LDD conftest$ac_exeext | grep "libncurses\\.$LIBEXT" | sed -e "s/^.*\(libncurses\.$LIBEXT[^         ]*\).*$/\1/"';2,$d'` ;;
9595   esac
9596 fi
9597 rm -f core conftest.err conftest.$ac_objext \
9598     conftest$ac_exeext conftest.$ac_ext
9599   LIBS=$ac_check_soname_save_LIBS
9600 fi
9601 if test "x$ac_cv_lib_soname_ncurses" = "x"; then :
9602   { $as_echo "$as_me:${as_lineno-$LINENO}: result: not found" >&5
9603 $as_echo "not found" >&6; }
9604
9605 else
9606   { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_soname_ncurses" >&5
9607 $as_echo "$ac_cv_lib_soname_ncurses" >&6; }
9608
9609 cat >>confdefs.h <<_ACEOF
9610 #define SONAME_LIBNCURSES "$ac_cv_lib_soname_ncurses"
9611 _ACEOF
9612
9613        CURSESLIBS="-lncurses"
9614 fi
9615 elif test "$ac_cv_header_curses_h" = "yes"
9616 then
9617     { $as_echo "$as_me:${as_lineno-$LINENO}: checking for -lcurses" >&5
9618 $as_echo_n "checking for -lcurses... " >&6; }
9619 if test "${ac_cv_lib_soname_curses+set}" = set; then :
9620   $as_echo_n "(cached) " >&6
9621 else
9622   ac_check_soname_save_LIBS=$LIBS
9623 LIBS="-lcurses  $LIBS"
9624   cat confdefs.h - <<_ACEOF >conftest.$ac_ext
9625 /* end confdefs.h.  */
9626
9627 /* Override any GCC internal prototype to avoid an error.
9628    Use char because int might match the return type of a GCC
9629    builtin and then its argument prototype would still apply.  */
9630 #ifdef __cplusplus
9631 extern "C"
9632 #endif
9633 char waddch ();
9634 int
9635 main ()
9636 {
9637 return waddch ();
9638   ;
9639   return 0;
9640 }
9641 _ACEOF
9642 if ac_fn_c_try_link "$LINENO"; then :
9643   case "$LIBEXT" in
9644     dll) ;;
9645     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'` ;;
9646     *) ac_cv_lib_soname_curses=`$ac_cv_path_LDD conftest$ac_exeext | grep "libcurses\\.$LIBEXT" | sed -e "s/^.*\(libcurses\.$LIBEXT[^    ]*\).*$/\1/"';2,$d'` ;;
9647   esac
9648 fi
9649 rm -f core conftest.err conftest.$ac_objext \
9650     conftest$ac_exeext conftest.$ac_ext
9651   LIBS=$ac_check_soname_save_LIBS
9652 fi
9653 if test "x$ac_cv_lib_soname_curses" = "x"; then :
9654   { $as_echo "$as_me:${as_lineno-$LINENO}: result: not found" >&5
9655 $as_echo "not found" >&6; }
9656
9657 else
9658   { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_soname_curses" >&5
9659 $as_echo "$ac_cv_lib_soname_curses" >&6; }
9660
9661 cat >>confdefs.h <<_ACEOF
9662 #define SONAME_LIBCURSES "$ac_cv_lib_soname_curses"
9663 _ACEOF
9664
9665        CURSESLIBS="-lcurses"
9666 fi
9667 fi
9668 ac_save_LIBS="$LIBS"
9669 LIBS="$LIBS $CURSESLIBS"
9670 for ac_func in mousemask
9671 do :
9672   ac_fn_c_check_func "$LINENO" "mousemask" "ac_cv_func_mousemask"
9673 if test "x$ac_cv_func_mousemask" = x""yes; then :
9674   cat >>confdefs.h <<_ACEOF
9675 #define HAVE_MOUSEMASK 1
9676 _ACEOF
9677
9678 fi
9679 done
9680
9681 LIBS="$ac_save_LIBS"
9682 if test "x$ac_cv_lib_soname_curses$ac_cv_lib_soname_ncurses" = "x"; then :
9683   case "x$with_curses" in
9684   x)   wine_notices="$wine_notices|lib(n)curses ${notice_platform}development files not found, curses won't be supported." ;;
9685   xno) ;;
9686   *)   as_fn_error "lib(n)curses ${notice_platform}development files not found, curses won't be supported.
9687 This is an error since --with-curses was requested." "$LINENO" 5 ;;
9688 esac
9689 fi
9690
9691 if test "x$with_sane" != "xno"
9692 then
9693     ac_save_CPPFLAGS="$CPPFLAGS"
9694     # Extract the first word of "sane-config", so it can be a program name with args.
9695 set dummy sane-config; ac_word=$2
9696 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
9697 $as_echo_n "checking for $ac_word... " >&6; }
9698 if test "${ac_cv_prog_sane_devel+set}" = set; then :
9699   $as_echo_n "(cached) " >&6
9700 else
9701   if test -n "$sane_devel"; then
9702   ac_cv_prog_sane_devel="$sane_devel" # Let the user override the test.
9703 else
9704 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
9705 for as_dir in $PATH
9706 do
9707   IFS=$as_save_IFS
9708   test -z "$as_dir" && as_dir=.
9709     for ac_exec_ext in '' $ac_executable_extensions; do
9710   if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
9711     ac_cv_prog_sane_devel="sane-config"
9712     $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
9713     break 2
9714   fi
9715 done
9716   done
9717 IFS=$as_save_IFS
9718
9719   test -z "$ac_cv_prog_sane_devel" && ac_cv_prog_sane_devel="no"
9720 fi
9721 fi
9722 sane_devel=$ac_cv_prog_sane_devel
9723 if test -n "$sane_devel"; then
9724   { $as_echo "$as_me:${as_lineno-$LINENO}: result: $sane_devel" >&5
9725 $as_echo "$sane_devel" >&6; }
9726 else
9727   { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
9728 $as_echo "no" >&6; }
9729 fi
9730
9731
9732     if test "$sane_devel" != "no"
9733     then
9734         ac_sane_incl="`$sane_devel --cflags`"
9735         ac_sane_libs="`$sane_devel --ldflags`"
9736         CPPFLAGS="$CPPFLAGS $ac_sane_incl"
9737     fi
9738     ac_fn_c_check_header_mongrel "$LINENO" "sane/sane.h" "ac_cv_header_sane_sane_h" "$ac_includes_default"
9739 if test "x$ac_cv_header_sane_sane_h" = x""yes; then :
9740   { $as_echo "$as_me:${as_lineno-$LINENO}: checking for -lsane" >&5
9741 $as_echo_n "checking for -lsane... " >&6; }
9742 if test "${ac_cv_lib_soname_sane+set}" = set; then :
9743   $as_echo_n "(cached) " >&6
9744 else
9745   ac_check_soname_save_LIBS=$LIBS
9746 LIBS="-lsane $ac_sane_libs $LIBS"
9747   cat confdefs.h - <<_ACEOF >conftest.$ac_ext
9748 /* end confdefs.h.  */
9749
9750 /* Override any GCC internal prototype to avoid an error.
9751    Use char because int might match the return type of a GCC
9752    builtin and then its argument prototype would still apply.  */
9753 #ifdef __cplusplus
9754 extern "C"
9755 #endif
9756 char sane_init ();
9757 int
9758 main ()
9759 {
9760 return sane_init ();
9761   ;
9762   return 0;
9763 }
9764 _ACEOF
9765 if ac_fn_c_try_link "$LINENO"; then :
9766   case "$LIBEXT" in
9767     dll) ;;
9768     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'` ;;
9769     *) ac_cv_lib_soname_sane=`$ac_cv_path_LDD conftest$ac_exeext | grep "libsane\\.$LIBEXT" | sed -e "s/^.*\(libsane\.$LIBEXT[^  ]*\).*$/\1/"';2,$d'` ;;
9770   esac
9771 fi
9772 rm -f core conftest.err conftest.$ac_objext \
9773     conftest$ac_exeext conftest.$ac_ext
9774   LIBS=$ac_check_soname_save_LIBS
9775 fi
9776 if test "x$ac_cv_lib_soname_sane" = "x"; then :
9777   { $as_echo "$as_me:${as_lineno-$LINENO}: result: not found" >&5
9778 $as_echo "not found" >&6; }
9779
9780 else
9781   { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_soname_sane" >&5
9782 $as_echo "$ac_cv_lib_soname_sane" >&6; }
9783
9784 cat >>confdefs.h <<_ACEOF
9785 #define SONAME_LIBSANE "$ac_cv_lib_soname_sane"
9786 _ACEOF
9787
9788        SANEINCL="$ac_sane_incl"
9789
9790 fi
9791 fi
9792
9793
9794     CPPFLAGS="$ac_save_CPPFLAGS"
9795 fi
9796 if test "x$ac_cv_lib_soname_sane" = "x"; then :
9797   case "x$with_sane" in
9798   x)   wine_notices="$wine_notices|libsane ${notice_platform}development files not found, scanners won't be supported." ;;
9799   xno) ;;
9800   *)   as_fn_error "libsane ${notice_platform}development files not found, scanners won't be supported.
9801 This is an error since --with-sane was requested." "$LINENO" 5 ;;
9802 esac
9803 fi
9804
9805 if test "x$with_gphoto" != "xno"
9806 then
9807     ac_save_CPPFLAGS="$CPPFLAGS"
9808     # Extract the first word of "gphoto2-config", so it can be a program name with args.
9809 set dummy gphoto2-config; ac_word=$2
9810 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
9811 $as_echo_n "checking for $ac_word... " >&6; }
9812 if test "${ac_cv_prog_gphoto2_devel+set}" = set; then :
9813   $as_echo_n "(cached) " >&6
9814 else
9815   if test -n "$gphoto2_devel"; then
9816   ac_cv_prog_gphoto2_devel="$gphoto2_devel" # Let the user override the test.
9817 else
9818 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
9819 for as_dir in $PATH
9820 do
9821   IFS=$as_save_IFS
9822   test -z "$as_dir" && as_dir=.
9823     for ac_exec_ext in '' $ac_executable_extensions; do
9824   if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
9825     ac_cv_prog_gphoto2_devel="gphoto2-config"
9826     $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
9827     break 2
9828   fi
9829 done
9830   done
9831 IFS=$as_save_IFS
9832
9833   test -z "$ac_cv_prog_gphoto2_devel" && ac_cv_prog_gphoto2_devel="no"
9834 fi
9835 fi
9836 gphoto2_devel=$ac_cv_prog_gphoto2_devel
9837 if test -n "$gphoto2_devel"; then
9838   { $as_echo "$as_me:${as_lineno-$LINENO}: result: $gphoto2_devel" >&5
9839 $as_echo "$gphoto2_devel" >&6; }
9840 else
9841   { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
9842 $as_echo "no" >&6; }
9843 fi
9844
9845
9846     # Extract the first word of "gphoto2-port-config", so it can be a program name with args.
9847 set dummy gphoto2-port-config; ac_word=$2
9848 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
9849 $as_echo_n "checking for $ac_word... " >&6; }
9850 if test "${ac_cv_prog_gphoto2port_devel+set}" = set; then :
9851   $as_echo_n "(cached) " >&6
9852 else
9853   if test -n "$gphoto2port_devel"; then
9854   ac_cv_prog_gphoto2port_devel="$gphoto2port_devel" # Let the user override the test.
9855 else
9856 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
9857 for as_dir in $PATH
9858 do
9859   IFS=$as_save_IFS
9860   test -z "$as_dir" && as_dir=.
9861     for ac_exec_ext in '' $ac_executable_extensions; do
9862   if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
9863     ac_cv_prog_gphoto2port_devel="gphoto2-port-config"
9864     $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
9865     break 2
9866   fi
9867 done
9868   done
9869 IFS=$as_save_IFS
9870
9871   test -z "$ac_cv_prog_gphoto2port_devel" && ac_cv_prog_gphoto2port_devel="no"
9872 fi
9873 fi
9874 gphoto2port_devel=$ac_cv_prog_gphoto2port_devel
9875 if test -n "$gphoto2port_devel"; then
9876   { $as_echo "$as_me:${as_lineno-$LINENO}: result: $gphoto2port_devel" >&5
9877 $as_echo "$gphoto2port_devel" >&6; }
9878 else
9879   { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
9880 $as_echo "no" >&6; }
9881 fi
9882
9883
9884     if test "$gphoto2_devel" != "no" -a "$gphoto2port_devel" != "no"
9885     then
9886         ac_gphoto2_incl="`$gphoto2_devel --cflags` `$gphoto2port_devel --cflags`"
9887         ac_gphoto2_libs=""
9888         for i in `$gphoto2_devel --libs` `$gphoto2port_devel --libs`
9889         do
9890             case "$i" in
9891             -L/usr/lib|-L/usr/lib64) ;;
9892             -L*|-l*) ac_gphoto2_libs="$ac_gphoto2_libs $i";;
9893             esac
9894         done
9895         CPPFLAGS="$CPPFLAGS $ac_gphoto2_incl"
9896     fi
9897     ac_gphoto2_libs=${ac_gphoto2_libs:-"-lgphoto2"}
9898     ac_fn_c_check_header_mongrel "$LINENO" "gphoto2-camera.h" "ac_cv_header_gphoto2_camera_h" "$ac_includes_default"
9899 if test "x$ac_cv_header_gphoto2_camera_h" = x""yes; then :
9900   { $as_echo "$as_me:${as_lineno-$LINENO}: checking for gp_camera_new in -lgphoto2" >&5
9901 $as_echo_n "checking for gp_camera_new in -lgphoto2... " >&6; }
9902 if test "${ac_cv_lib_gphoto2_gp_camera_new+set}" = set; then :
9903   $as_echo_n "(cached) " >&6
9904 else
9905   ac_check_lib_save_LIBS=$LIBS
9906 LIBS="-lgphoto2 $ac_gphoto2_libs $LIBS"
9907 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
9908 /* end confdefs.h.  */
9909
9910 /* Override any GCC internal prototype to avoid an error.
9911    Use char because int might match the return type of a GCC
9912    builtin and then its argument prototype would still apply.  */
9913 #ifdef __cplusplus
9914 extern "C"
9915 #endif
9916 char gp_camera_new ();
9917 int
9918 main ()
9919 {
9920 return gp_camera_new ();
9921   ;
9922   return 0;
9923 }
9924 _ACEOF
9925 if ac_fn_c_try_link "$LINENO"; then :
9926   ac_cv_lib_gphoto2_gp_camera_new=yes
9927 else
9928   ac_cv_lib_gphoto2_gp_camera_new=no
9929 fi
9930 rm -f core conftest.err conftest.$ac_objext \
9931     conftest$ac_exeext conftest.$ac_ext
9932 LIBS=$ac_check_lib_save_LIBS
9933 fi
9934 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_gphoto2_gp_camera_new" >&5
9935 $as_echo "$ac_cv_lib_gphoto2_gp_camera_new" >&6; }
9936 if test "x$ac_cv_lib_gphoto2_gp_camera_new" = x""yes; then :
9937
9938 $as_echo "#define HAVE_GPHOTO2 1" >>confdefs.h
9939
9940                                    GPHOTO2LIBS="$ac_gphoto2_libs"
9941
9942                                    GPHOTO2INCL="$ac_gphoto2_incl"
9943
9944 fi
9945
9946 fi
9947
9948
9949     CPPFLAGS="$ac_save_CPPFLAGS"
9950 fi
9951 if test "$ac_cv_lib_gphoto2_gp_camera_new" != "yes"; then :
9952   case "x$with_gphoto" in
9953   x)   wine_notices="$wine_notices|libgphoto2 ${notice_platform}development files not found, digital cameras won't be supported." ;;
9954   xno) ;;
9955   *)   as_fn_error "libgphoto2 ${notice_platform}development files not found, digital cameras won't be supported.
9956 This is an error since --with-gphoto was requested." "$LINENO" 5 ;;
9957 esac
9958 fi
9959
9960
9961 RESOLVLIBS=""
9962
9963 if test "$ac_cv_header_resolv_h" = "yes"
9964 then
9965     ac_save_LIBS="$LIBS"
9966     LIBS="$LIBS -lresolv"
9967     cat confdefs.h - <<_ACEOF >conftest.$ac_ext
9968 /* end confdefs.h.  */
9969 #ifdef HAVE_NETINET_IN_H
9970 #include <netinet/in.h>
9971 #endif
9972 #include <resolv.h>
9973 int
9974 main ()
9975 {
9976 res_init();
9977   ;
9978   return 0;
9979 }
9980 _ACEOF
9981 if ac_fn_c_try_link "$LINENO"; then :
9982
9983 $as_echo "#define HAVE_RESOLV 1" >>confdefs.h
9984
9985          RESOLVLIBS="-lresolv"
9986 fi
9987 rm -f core conftest.err conftest.$ac_objext \
9988     conftest$ac_exeext conftest.$ac_ext
9989     LIBS="$ac_save_LIBS"
9990 fi
9991
9992 LCMSLIBS=""
9993
9994 if test "$ac_cv_header_lcms_h" = "yes" -o "$ac_cv_header_lcms_lcms_h" = "yes"
9995 then
9996     { $as_echo "$as_me:${as_lineno-$LINENO}: checking for cmsOpenProfileFromFile in -llcms" >&5
9997 $as_echo_n "checking for cmsOpenProfileFromFile in -llcms... " >&6; }
9998 if test "${ac_cv_lib_lcms_cmsOpenProfileFromFile+set}" = set; then :
9999   $as_echo_n "(cached) " >&6
10000 else
10001   ac_check_lib_save_LIBS=$LIBS
10002 LIBS="-llcms  $LIBS"
10003 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
10004 /* end confdefs.h.  */
10005
10006 /* Override any GCC internal prototype to avoid an error.
10007    Use char because int might match the return type of a GCC
10008    builtin and then its argument prototype would still apply.  */
10009 #ifdef __cplusplus
10010 extern "C"
10011 #endif
10012 char cmsOpenProfileFromFile ();
10013 int
10014 main ()
10015 {
10016 return cmsOpenProfileFromFile ();
10017   ;
10018   return 0;
10019 }
10020 _ACEOF
10021 if ac_fn_c_try_link "$LINENO"; then :
10022   ac_cv_lib_lcms_cmsOpenProfileFromFile=yes
10023 else
10024   ac_cv_lib_lcms_cmsOpenProfileFromFile=no
10025 fi
10026 rm -f core conftest.err conftest.$ac_objext \
10027     conftest$ac_exeext conftest.$ac_ext
10028 LIBS=$ac_check_lib_save_LIBS
10029 fi
10030 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_lcms_cmsOpenProfileFromFile" >&5
10031 $as_echo "$ac_cv_lib_lcms_cmsOpenProfileFromFile" >&6; }
10032 if test "x$ac_cv_lib_lcms_cmsOpenProfileFromFile" = x""yes; then :
10033
10034 $as_echo "#define HAVE_LCMS 1" >>confdefs.h
10035
10036          LCMSLIBS="-llcms"
10037 fi
10038
10039 fi
10040 if test "$ac_cv_lib_lcms_cmsOpenProfileFromFile" != "yes"; then :
10041   case "x$with_cms" in
10042   x)   wine_notices="$wine_notices|liblcms ${notice_platform}development files not found, Color Management won't be supported." ;;
10043   xno) ;;
10044   *)   as_fn_error "liblcms ${notice_platform}development files not found, Color Management won't be supported.
10045 This is an error since --with-cms was requested." "$LINENO" 5 ;;
10046 esac
10047 fi
10048
10049 if test "x$with_freetype" != "xno"
10050 then
10051     for ac_prog in freetype-config freetype2-config
10052 do
10053   # Extract the first word of "$ac_prog", so it can be a program name with args.
10054 set dummy $ac_prog; ac_word=$2
10055 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
10056 $as_echo_n "checking for $ac_word... " >&6; }
10057 if test "${ac_cv_prog_ft_devel+set}" = set; then :
10058   $as_echo_n "(cached) " >&6
10059 else
10060   if test -n "$ft_devel"; then
10061   ac_cv_prog_ft_devel="$ft_devel" # Let the user override the test.
10062 else
10063 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
10064 for as_dir in $PATH
10065 do
10066   IFS=$as_save_IFS
10067   test -z "$as_dir" && as_dir=.
10068     for ac_exec_ext in '' $ac_executable_extensions; do
10069   if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
10070     ac_cv_prog_ft_devel="$ac_prog"
10071     $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
10072     break 2
10073   fi
10074 done
10075   done
10076 IFS=$as_save_IFS
10077
10078 fi
10079 fi
10080 ft_devel=$ac_cv_prog_ft_devel
10081 if test -n "$ft_devel"; then
10082   { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ft_devel" >&5
10083 $as_echo "$ft_devel" >&6; }
10084 else
10085   { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
10086 $as_echo "no" >&6; }
10087 fi
10088
10089
10090   test -n "$ft_devel" && break
10091 done
10092 test -n "$ft_devel" || ft_devel="no"
10093
10094     if test "$ft_devel" != "no"
10095     then
10096         ac_freetype_incl=`$ft_devel --cflags`
10097         ac_freetype_libs=`$ft_devel --libs`
10098     fi
10099     ac_freetype_libs=${ac_freetype_libs:-"-lfreetype"}
10100     { $as_echo "$as_me:${as_lineno-$LINENO}: checking for -lfreetype" >&5
10101 $as_echo_n "checking for -lfreetype... " >&6; }
10102 if test "${ac_cv_lib_soname_freetype+set}" = set; then :
10103   $as_echo_n "(cached) " >&6
10104 else
10105   ac_check_soname_save_LIBS=$LIBS
10106 LIBS="-lfreetype $ac_freetype_libs $LIBS"
10107   cat confdefs.h - <<_ACEOF >conftest.$ac_ext
10108 /* end confdefs.h.  */
10109
10110 /* Override any GCC internal prototype to avoid an error.
10111    Use char because int might match the return type of a GCC
10112    builtin and then its argument prototype would still apply.  */
10113 #ifdef __cplusplus
10114 extern "C"
10115 #endif
10116 char FT_Init_FreeType ();
10117 int
10118 main ()
10119 {
10120 return FT_Init_FreeType ();
10121   ;
10122   return 0;
10123 }
10124 _ACEOF
10125 if ac_fn_c_try_link "$LINENO"; then :
10126   case "$LIBEXT" in
10127     dll) ;;
10128     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'` ;;
10129     *) ac_cv_lib_soname_freetype=`$ac_cv_path_LDD conftest$ac_exeext | grep "libfreetype\\.$LIBEXT" | sed -e "s/^.*\(libfreetype\.$LIBEXT[^      ]*\).*$/\1/"';2,$d'` ;;
10130   esac
10131 fi
10132 rm -f core conftest.err conftest.$ac_objext \
10133     conftest$ac_exeext conftest.$ac_ext
10134   LIBS=$ac_check_soname_save_LIBS
10135 fi
10136 if test "x$ac_cv_lib_soname_freetype" = "x"; then :
10137   { $as_echo "$as_me:${as_lineno-$LINENO}: result: not found" >&5
10138 $as_echo "not found" >&6; }
10139        ft_lib=no
10140 else
10141   { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_soname_freetype" >&5
10142 $as_echo "$ac_cv_lib_soname_freetype" >&6; }
10143
10144 cat >>confdefs.h <<_ACEOF
10145 #define SONAME_LIBFREETYPE "$ac_cv_lib_soname_freetype"
10146 _ACEOF
10147
10148        ft_lib=yes
10149 fi
10150     if test "$ft_lib" = "yes"
10151     then
10152         ac_save_CPPFLAGS="$CPPFLAGS"
10153         CPPFLAGS="$ac_freetype_incl $CPPFLAGS"
10154         for ac_header in ft2build.h \
10155                          freetype/freetype.h \
10156                          freetype/ftglyph.h \
10157                          freetype/fttypes.h \
10158                          freetype/tttables.h \
10159                          freetype/ftsnames.h \
10160                          freetype/ttnameid.h \
10161                          freetype/ftoutln.h \
10162                          freetype/ftwinfnt.h \
10163                          freetype/ftmodapi.h \
10164                          freetype/ftlcdfil.h \
10165                          freetype/internal/sfnt.h
10166 do :
10167   as_ac_Header=`$as_echo "ac_cv_header_$ac_header" | $as_tr_sh`
10168 ac_fn_c_check_header_compile "$LINENO" "$ac_header" "$as_ac_Header" "#ifdef HAVE_FT2BUILD_H
10169                           # include <ft2build.h>
10170                           #endif
10171 "
10172 eval as_val=\$$as_ac_Header
10173    if test "x$as_val" = x""yes; then :
10174   cat >>confdefs.h <<_ACEOF
10175 #define `$as_echo "HAVE_$ac_header" | $as_tr_cpp` 1
10176 _ACEOF
10177
10178 fi
10179
10180 done
10181
10182         cat confdefs.h - <<_ACEOF >conftest.$ac_ext
10183 /* end confdefs.h.  */
10184 #include <ft2build.h>
10185                     #include <freetype/fttrigon.h>
10186 _ACEOF
10187 if ac_fn_c_try_cpp "$LINENO"; then :
10188
10189 $as_echo "#define HAVE_FREETYPE_FTTRIGON_H 1" >>confdefs.h
10190
10191                     wine_cv_fttrigon=yes
10192 else
10193   wine_cv_fttrigon=no
10194 fi
10195 rm -f conftest.err conftest.$ac_ext
10196         ac_fn_c_check_type "$LINENO" "FT_TrueTypeEngineType" "ac_cv_type_FT_TrueTypeEngineType" "#include <freetype/ftmodapi.h>
10197 "
10198 if test "x$ac_cv_type_FT_TrueTypeEngineType" = x""yes; then :
10199
10200 cat >>confdefs.h <<_ACEOF
10201 #define HAVE_FT_TRUETYPEENGINETYPE 1
10202 _ACEOF
10203
10204
10205 fi
10206
10207         ac_save_CFLAGS="$CFLAGS"
10208         CFLAGS="$CFLAGS $ac_freetype_libs"
10209         for ac_func in FT_Load_Sfnt_Table
10210 do :
10211   ac_fn_c_check_func "$LINENO" "FT_Load_Sfnt_Table" "ac_cv_func_FT_Load_Sfnt_Table"
10212 if test "x$ac_cv_func_FT_Load_Sfnt_Table" = x""yes; then :
10213   cat >>confdefs.h <<_ACEOF
10214 #define HAVE_FT_LOAD_SFNT_TABLE 1
10215 _ACEOF
10216
10217 fi
10218 done
10219
10220         CFLAGS="$ac_save_CFLAGS"
10221         CPPFLAGS="$ac_save_CPPFLAGS"
10222                 if test "$ac_cv_header_freetype_freetype_h" = "yes" -a "$wine_cv_fttrigon" = "yes"
10223         then
10224
10225 $as_echo "#define HAVE_FREETYPE 1" >>confdefs.h
10226
10227             FREETYPELIBS="$ac_freetype_libs"
10228
10229             FREETYPEINCL="$ac_freetype_incl"
10230
10231         fi
10232     fi
10233 fi
10234 if test "x$FREETYPELIBS" = "x"; then :
10235   case "x$with_freetype" in
10236   xno) ;;
10237   *)   as_fn_error "FreeType ${notice_platform}development files not found. Fonts will not be built.
10238 Use the --without-freetype option if you really want this." "$LINENO" 5 ;;
10239 esac
10240 fi
10241 test "x$FREETYPELIBS" = "x" && enable_fonts=${enable_fonts:-no}
10242
10243 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for parport header/ppdev.h" >&5
10244 $as_echo_n "checking for parport header/ppdev.h... " >&6; }
10245 if test "${ac_cv_c_ppdev+set}" = set; then :
10246   $as_echo_n "(cached) " >&6
10247 else
10248   cat confdefs.h - <<_ACEOF >conftest.$ac_ext
10249 /* end confdefs.h.  */
10250 #include <linux/ppdev.h>
10251 int
10252 main ()
10253 {
10254 ioctl (1,PPCLAIM,0)
10255   ;
10256   return 0;
10257 }
10258 _ACEOF
10259 if ac_fn_c_try_compile "$LINENO"; then :
10260   ac_cv_c_ppdev="yes"
10261 else
10262   ac_cv_c_ppdev="no"
10263 fi
10264 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
10265 fi
10266 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_c_ppdev" >&5
10267 $as_echo "$ac_cv_c_ppdev" >&6; }
10268 if test "$ac_cv_c_ppdev" = "yes"
10269 then
10270
10271 $as_echo "#define HAVE_PPDEV 1" >>confdefs.h
10272
10273 fi
10274
10275 ac_wine_check_funcs_save_LIBS="$LIBS"
10276 LIBS="$LIBS $LIBPTHREAD"
10277 for ac_func in \
10278         pthread_attr_get_np \
10279         pthread_getattr_np \
10280         pthread_get_stackaddr_np \
10281         pthread_get_stacksize_np
10282 do :
10283   as_ac_var=`$as_echo "ac_cv_func_$ac_func" | $as_tr_sh`
10284 ac_fn_c_check_func "$LINENO" "$ac_func" "$as_ac_var"
10285 eval as_val=\$$as_ac_var
10286    if test "x$as_val" = x""yes; then :
10287   cat >>confdefs.h <<_ACEOF
10288 #define `$as_echo "HAVE_$ac_func" | $as_tr_cpp` 1
10289 _ACEOF
10290
10291 fi
10292 done
10293
10294 LIBS="$ac_wine_check_funcs_save_LIBS"
10295
10296 if test "$ac_cv_header_zlib_h" = "yes"
10297 then
10298     { $as_echo "$as_me:${as_lineno-$LINENO}: checking for inflate in -lz" >&5
10299 $as_echo_n "checking for inflate in -lz... " >&6; }
10300 if test "${ac_cv_lib_z_inflate+set}" = set; then :
10301   $as_echo_n "(cached) " >&6
10302 else
10303   ac_check_lib_save_LIBS=$LIBS
10304 LIBS="-lz  $LIBS"
10305 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
10306 /* end confdefs.h.  */
10307
10308 /* Override any GCC internal prototype to avoid an error.
10309    Use char because int might match the return type of a GCC
10310    builtin and then its argument prototype would still apply.  */
10311 #ifdef __cplusplus
10312 extern "C"
10313 #endif
10314 char inflate ();
10315 int
10316 main ()
10317 {
10318 return inflate ();
10319   ;
10320   return 0;
10321 }
10322 _ACEOF
10323 if ac_fn_c_try_link "$LINENO"; then :
10324   ac_cv_lib_z_inflate=yes
10325 else
10326   ac_cv_lib_z_inflate=no
10327 fi
10328 rm -f core conftest.err conftest.$ac_objext \
10329     conftest$ac_exeext conftest.$ac_ext
10330 LIBS=$ac_check_lib_save_LIBS
10331 fi
10332 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_z_inflate" >&5
10333 $as_echo "$ac_cv_lib_z_inflate" >&6; }
10334 if test "x$ac_cv_lib_z_inflate" = x""yes; then :
10335
10336 $as_echo "#define HAVE_ZLIB 1" >>confdefs.h
10337
10338                             ZLIB="-lz"
10339
10340 fi
10341
10342 fi
10343
10344 if test "x$with_esd" != xno
10345 then
10346     save_CFLAGS="$CFLAGS"
10347     # Extract the first word of "esd-config", so it can be a program name with args.
10348 set dummy esd-config; ac_word=$2
10349 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
10350 $as_echo_n "checking for $ac_word... " >&6; }
10351 if test "${ac_cv_path_ESDCONFIG+set}" = set; then :
10352   $as_echo_n "(cached) " >&6
10353 else
10354   case $ESDCONFIG in
10355   [\\/]* | ?:[\\/]*)
10356   ac_cv_path_ESDCONFIG="$ESDCONFIG" # Let the user override the test with a path.
10357   ;;
10358   *)
10359   as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
10360 for as_dir in $PATH
10361 do
10362   IFS=$as_save_IFS
10363   test -z "$as_dir" && as_dir=.
10364     for ac_exec_ext in '' $ac_executable_extensions; do
10365   if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
10366     ac_cv_path_ESDCONFIG="$as_dir/$ac_word$ac_exec_ext"
10367     $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
10368     break 2
10369   fi
10370 done
10371   done
10372 IFS=$as_save_IFS
10373
10374   test -z "$ac_cv_path_ESDCONFIG" && ac_cv_path_ESDCONFIG="no"
10375   ;;
10376 esac
10377 fi
10378 ESDCONFIG=$ac_cv_path_ESDCONFIG
10379 if test -n "$ESDCONFIG"; then
10380   { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ESDCONFIG" >&5
10381 $as_echo "$ESDCONFIG" >&6; }
10382 else
10383   { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
10384 $as_echo "no" >&6; }
10385 fi
10386
10387
10388     if test "x$ESDCONFIG" != "xno"
10389     then
10390         ac_esd_incl=""
10391         for i in `$ESDCONFIG --cflags`
10392         do
10393             case "$i" in
10394                 -I*) ac_esd_incl="$ac_esd_incl $i";;
10395             esac
10396         done
10397         ac_esd_libs=`$ESDCONFIG --libs`
10398         CFLAGS="$CFLAGS $ac_esd_incl"
10399     fi
10400     ac_esd_libs=${ac_esd_libs:-"-lesd"}
10401     ac_fn_c_check_header_mongrel "$LINENO" "esd.h" "ac_cv_header_esd_h" "$ac_includes_default"
10402 if test "x$ac_cv_header_esd_h" = x""yes; then :
10403   { $as_echo "$as_me:${as_lineno-$LINENO}: checking for esd_open_sound in -lesd" >&5
10404 $as_echo_n "checking for esd_open_sound in -lesd... " >&6; }
10405 if test "${ac_cv_lib_esd_esd_open_sound+set}" = set; then :
10406   $as_echo_n "(cached) " >&6
10407 else
10408   ac_check_lib_save_LIBS=$LIBS
10409 LIBS="-lesd $ac_esd_libs $LIBS"
10410 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
10411 /* end confdefs.h.  */
10412
10413 /* Override any GCC internal prototype to avoid an error.
10414    Use char because int might match the return type of a GCC
10415    builtin and then its argument prototype would still apply.  */
10416 #ifdef __cplusplus
10417 extern "C"
10418 #endif
10419 char esd_open_sound ();
10420 int
10421 main ()
10422 {
10423 return esd_open_sound ();
10424   ;
10425   return 0;
10426 }
10427 _ACEOF
10428 if ac_fn_c_try_link "$LINENO"; then :
10429   ac_cv_lib_esd_esd_open_sound=yes
10430 else
10431   ac_cv_lib_esd_esd_open_sound=no
10432 fi
10433 rm -f core conftest.err conftest.$ac_objext \
10434     conftest$ac_exeext conftest.$ac_ext
10435 LIBS=$ac_check_lib_save_LIBS
10436 fi
10437 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_esd_esd_open_sound" >&5
10438 $as_echo "$ac_cv_lib_esd_esd_open_sound" >&6; }
10439 if test "x$ac_cv_lib_esd_esd_open_sound" = x""yes; then :
10440   ESDINCL="$ac_esd_incl"
10441
10442              ESDLIBS="$ac_esd_libs"
10443
10444
10445 $as_echo "#define HAVE_ESD 1" >>confdefs.h
10446
10447 fi
10448
10449 fi
10450
10451
10452     CFLAGS="$save_CFLAGS"
10453 fi
10454
10455 ALSALIBS=""
10456
10457 if test "$ac_cv_header_sys_asoundlib_h" = "yes" -o "$ac_cv_header_alsa_asoundlib_h" = "yes"
10458 then
10459     { $as_echo "$as_me:${as_lineno-$LINENO}: checking for snd_pcm_hw_params_get_access in -lasound" >&5
10460 $as_echo_n "checking for snd_pcm_hw_params_get_access in -lasound... " >&6; }
10461 if test "${ac_cv_lib_asound_snd_pcm_hw_params_get_access+set}" = set; then :
10462   $as_echo_n "(cached) " >&6
10463 else
10464   ac_check_lib_save_LIBS=$LIBS
10465 LIBS="-lasound  $LIBS"
10466 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
10467 /* end confdefs.h.  */
10468
10469 /* Override any GCC internal prototype to avoid an error.
10470    Use char because int might match the return type of a GCC
10471    builtin and then its argument prototype would still apply.  */
10472 #ifdef __cplusplus
10473 extern "C"
10474 #endif
10475 char snd_pcm_hw_params_get_access ();
10476 int
10477 main ()
10478 {
10479 return snd_pcm_hw_params_get_access ();
10480   ;
10481   return 0;
10482 }
10483 _ACEOF
10484 if ac_fn_c_try_link "$LINENO"; then :
10485   ac_cv_lib_asound_snd_pcm_hw_params_get_access=yes
10486 else
10487   ac_cv_lib_asound_snd_pcm_hw_params_get_access=no
10488 fi
10489 rm -f core conftest.err conftest.$ac_objext \
10490     conftest$ac_exeext conftest.$ac_ext
10491 LIBS=$ac_check_lib_save_LIBS
10492 fi
10493 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_asound_snd_pcm_hw_params_get_access" >&5
10494 $as_echo "$ac_cv_lib_asound_snd_pcm_hw_params_get_access" >&6; }
10495 if test "x$ac_cv_lib_asound_snd_pcm_hw_params_get_access" = x""yes; then :
10496   cat confdefs.h - <<_ACEOF >conftest.$ac_ext
10497 /* end confdefs.h.  */
10498 #ifdef HAVE_ALSA_ASOUNDLIB_H
10499 #include <alsa/asoundlib.h>
10500 #elif defined(HAVE_SYS_ASOUNDLIB_H)
10501 #include <sys/asoundlib.h>
10502 #endif
10503 int
10504 main ()
10505 {
10506 int ret = snd_pcm_hw_params_get_access(NULL, NULL)
10507   ;
10508   return 0;
10509 }
10510 _ACEOF
10511 if ac_fn_c_try_compile "$LINENO"; then :
10512
10513 $as_echo "#define HAVE_ALSA 1" >>confdefs.h
10514
10515                          ALSALIBS="-lasound"
10516 fi
10517 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
10518 fi
10519
10520 fi
10521
10522 AUDIOIOLIBS=""
10523
10524 if test "$ac_cv_header_libaudioio_h" = "yes"
10525 then
10526     { $as_echo "$as_me:${as_lineno-$LINENO}: checking for AudioIOGetVersion in -laudioio" >&5
10527 $as_echo_n "checking for AudioIOGetVersion in -laudioio... " >&6; }
10528 if test "${ac_cv_lib_audioio_AudioIOGetVersion+set}" = set; then :
10529   $as_echo_n "(cached) " >&6
10530 else
10531   ac_check_lib_save_LIBS=$LIBS
10532 LIBS="-laudioio  $LIBS"
10533 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
10534 /* end confdefs.h.  */
10535
10536 /* Override any GCC internal prototype to avoid an error.
10537    Use char because int might match the return type of a GCC
10538    builtin and then its argument prototype would still apply.  */
10539 #ifdef __cplusplus
10540 extern "C"
10541 #endif
10542 char AudioIOGetVersion ();
10543 int
10544 main ()
10545 {
10546 return AudioIOGetVersion ();
10547   ;
10548   return 0;
10549 }
10550 _ACEOF
10551 if ac_fn_c_try_link "$LINENO"; then :
10552   ac_cv_lib_audioio_AudioIOGetVersion=yes
10553 else
10554   ac_cv_lib_audioio_AudioIOGetVersion=no
10555 fi
10556 rm -f core conftest.err conftest.$ac_objext \
10557     conftest$ac_exeext conftest.$ac_ext
10558 LIBS=$ac_check_lib_save_LIBS
10559 fi
10560 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_audioio_AudioIOGetVersion" >&5
10561 $as_echo "$ac_cv_lib_audioio_AudioIOGetVersion" >&6; }
10562 if test "x$ac_cv_lib_audioio_AudioIOGetVersion" = x""yes; then :
10563   AUDIOIOLIBS="-laudioio"
10564
10565 $as_echo "#define HAVE_LIBAUDIOIO 1" >>confdefs.h
10566
10567 fi
10568
10569 fi
10570
10571
10572 if test "$ac_cv_header_capi20_h" = "yes" -a "$ac_cv_header_linux_capi_h" = "yes"
10573 then
10574     { $as_echo "$as_me:${as_lineno-$LINENO}: checking for -lcapi20" >&5
10575 $as_echo_n "checking for -lcapi20... " >&6; }
10576 if test "${ac_cv_lib_soname_capi20+set}" = set; then :
10577   $as_echo_n "(cached) " >&6
10578 else
10579   ac_check_soname_save_LIBS=$LIBS
10580 LIBS="-lcapi20  $LIBS"
10581   cat confdefs.h - <<_ACEOF >conftest.$ac_ext
10582 /* end confdefs.h.  */
10583
10584 /* Override any GCC internal prototype to avoid an error.
10585    Use char because int might match the return type of a GCC
10586    builtin and then its argument prototype would still apply.  */
10587 #ifdef __cplusplus
10588 extern "C"
10589 #endif
10590 char capi20_register ();
10591 int
10592 main ()
10593 {
10594 return capi20_register ();
10595   ;
10596   return 0;
10597 }
10598 _ACEOF
10599 if ac_fn_c_try_link "$LINENO"; then :
10600   case "$LIBEXT" in
10601     dll) ;;
10602     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'` ;;
10603     *) ac_cv_lib_soname_capi20=`$ac_cv_path_LDD conftest$ac_exeext | grep "libcapi20\\.$LIBEXT" | sed -e "s/^.*\(libcapi20\.$LIBEXT[^    ]*\).*$/\1/"';2,$d'` ;;
10604   esac
10605 fi
10606 rm -f core conftest.err conftest.$ac_objext \
10607     conftest$ac_exeext conftest.$ac_ext
10608   LIBS=$ac_check_soname_save_LIBS
10609 fi
10610 if test "x$ac_cv_lib_soname_capi20" = "x"; then :
10611   { $as_echo "$as_me:${as_lineno-$LINENO}: result: not found" >&5
10612 $as_echo "not found" >&6; }
10613
10614 else
10615   { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_soname_capi20" >&5
10616 $as_echo "$ac_cv_lib_soname_capi20" >&6; }
10617
10618 cat >>confdefs.h <<_ACEOF
10619 #define SONAME_LIBCAPI20 "$ac_cv_lib_soname_capi20"
10620 _ACEOF
10621
10622
10623 fi
10624 fi
10625 if test "x$ac_cv_lib_soname_capi20" = "x"; then :
10626   case "x$with_capi" in
10627   x)   wine_notices="$wine_notices|libcapi20 ${notice_platform}development files not found, ISDN won't be supported." ;;
10628   xno) ;;
10629   *)   as_fn_error "libcapi20 ${notice_platform}development files not found, ISDN won't be supported.
10630 This is an error since --with-capi was requested." "$LINENO" 5 ;;
10631 esac
10632 fi
10633
10634 CUPSINCL=""
10635
10636 if test "x$with_cups" != "xno"
10637 then
10638     ac_save_CPPFLAGS="$CPPFLAGS"
10639     ac_cups_cflags=`cups-config --cflags 2>/dev/null`
10640     ac_cups_libs=`cups-config --ldflags 2>/dev/null`
10641     CPPFLAGS="$CPPFLAGS $ac_cups_cflags"
10642     for ac_header in cups/cups.h
10643 do :
10644   ac_fn_c_check_header_mongrel "$LINENO" "cups/cups.h" "ac_cv_header_cups_cups_h" "$ac_includes_default"
10645 if test "x$ac_cv_header_cups_cups_h" = x""yes; then :
10646   cat >>confdefs.h <<_ACEOF
10647 #define HAVE_CUPS_CUPS_H 1
10648 _ACEOF
10649  { $as_echo "$as_me:${as_lineno-$LINENO}: checking for -lcups" >&5
10650 $as_echo_n "checking for -lcups... " >&6; }
10651 if test "${ac_cv_lib_soname_cups+set}" = set; then :
10652   $as_echo_n "(cached) " >&6
10653 else
10654   ac_check_soname_save_LIBS=$LIBS
10655 LIBS="-lcups $ac_cups_libs $LIBS"
10656   cat confdefs.h - <<_ACEOF >conftest.$ac_ext
10657 /* end confdefs.h.  */
10658
10659 /* Override any GCC internal prototype to avoid an error.
10660    Use char because int might match the return type of a GCC
10661    builtin and then its argument prototype would still apply.  */
10662 #ifdef __cplusplus
10663 extern "C"
10664 #endif
10665 char cupsGetDefault ();
10666 int
10667 main ()
10668 {
10669 return cupsGetDefault ();
10670   ;
10671   return 0;
10672 }
10673 _ACEOF
10674 if ac_fn_c_try_link "$LINENO"; then :
10675   case "$LIBEXT" in
10676     dll) ;;
10677     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'` ;;
10678     *) ac_cv_lib_soname_cups=`$ac_cv_path_LDD conftest$ac_exeext | grep "libcups\\.$LIBEXT" | sed -e "s/^.*\(libcups\.$LIBEXT[^  ]*\).*$/\1/"';2,$d'` ;;
10679   esac
10680 fi
10681 rm -f core conftest.err conftest.$ac_objext \
10682     conftest$ac_exeext conftest.$ac_ext
10683   LIBS=$ac_check_soname_save_LIBS
10684 fi
10685 if test "x$ac_cv_lib_soname_cups" = "x"; then :
10686   { $as_echo "$as_me:${as_lineno-$LINENO}: result: not found" >&5
10687 $as_echo "not found" >&6; }
10688
10689 else
10690   { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_soname_cups" >&5
10691 $as_echo "$ac_cv_lib_soname_cups" >&6; }
10692
10693 cat >>confdefs.h <<_ACEOF
10694 #define SONAME_LIBCUPS "$ac_cv_lib_soname_cups"
10695 _ACEOF
10696
10697        CUPSINCL="$ac_cups_cflags"
10698 fi
10699 fi
10700
10701 done
10702
10703     CPPFLAGS="$ac_save_CPPFLAGS"
10704 fi
10705 if test "x$ac_cv_lib_soname_cups" = "x"; then :
10706   case "x$with_cups" in
10707   x)   wine_notices="$wine_notices|libcups ${notice_platform}development files not found, CUPS won't be supported." ;;
10708   xno) ;;
10709   *)   as_fn_error "libcups ${notice_platform}development files not found, CUPS won't be supported.
10710 This is an error since --with-cups was requested." "$LINENO" 5 ;;
10711 esac
10712 fi
10713
10714 if test "$ac_cv_header_jack_jack_h" = "yes"
10715 then
10716     { $as_echo "$as_me:${as_lineno-$LINENO}: checking for -ljack" >&5
10717 $as_echo_n "checking for -ljack... " >&6; }
10718 if test "${ac_cv_lib_soname_jack+set}" = set; then :
10719   $as_echo_n "(cached) " >&6
10720 else
10721   ac_check_soname_save_LIBS=$LIBS
10722 LIBS="-ljack  $LIBS"
10723   cat confdefs.h - <<_ACEOF >conftest.$ac_ext
10724 /* end confdefs.h.  */
10725
10726 /* Override any GCC internal prototype to avoid an error.
10727    Use char because int might match the return type of a GCC
10728    builtin and then its argument prototype would still apply.  */
10729 #ifdef __cplusplus
10730 extern "C"
10731 #endif
10732 char jack_client_new ();
10733 int
10734 main ()
10735 {
10736 return jack_client_new ();
10737   ;
10738   return 0;
10739 }
10740 _ACEOF
10741 if ac_fn_c_try_link "$LINENO"; then :
10742   case "$LIBEXT" in
10743     dll) ;;
10744     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'` ;;
10745     *) 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'` ;;
10746   esac
10747 fi
10748 rm -f core conftest.err conftest.$ac_objext \
10749     conftest$ac_exeext conftest.$ac_ext
10750   LIBS=$ac_check_soname_save_LIBS
10751 fi
10752 if test "x$ac_cv_lib_soname_jack" = "x"; then :
10753   { $as_echo "$as_me:${as_lineno-$LINENO}: result: not found" >&5
10754 $as_echo "not found" >&6; }
10755
10756 else
10757   { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_soname_jack" >&5
10758 $as_echo "$ac_cv_lib_soname_jack" >&6; }
10759
10760 cat >>confdefs.h <<_ACEOF
10761 #define SONAME_LIBJACK "$ac_cv_lib_soname_jack"
10762 _ACEOF
10763
10764
10765 fi
10766 fi
10767
10768 if test "$ac_cv_header_fontconfig_fontconfig_h" = "yes"
10769 then
10770     { $as_echo "$as_me:${as_lineno-$LINENO}: checking for -lfontconfig" >&5
10771 $as_echo_n "checking for -lfontconfig... " >&6; }
10772 if test "${ac_cv_lib_soname_fontconfig+set}" = set; then :
10773   $as_echo_n "(cached) " >&6
10774 else
10775   ac_check_soname_save_LIBS=$LIBS
10776 LIBS="-lfontconfig  $LIBS"
10777   cat confdefs.h - <<_ACEOF >conftest.$ac_ext
10778 /* end confdefs.h.  */
10779
10780 /* Override any GCC internal prototype to avoid an error.
10781    Use char because int might match the return type of a GCC
10782    builtin and then its argument prototype would still apply.  */
10783 #ifdef __cplusplus
10784 extern "C"
10785 #endif
10786 char FcInit ();
10787 int
10788 main ()
10789 {
10790 return FcInit ();
10791   ;
10792   return 0;
10793 }
10794 _ACEOF
10795 if ac_fn_c_try_link "$LINENO"; then :
10796   case "$LIBEXT" in
10797     dll) ;;
10798     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'` ;;
10799     *) ac_cv_lib_soname_fontconfig=`$ac_cv_path_LDD conftest$ac_exeext | grep "libfontconfig\\.$LIBEXT" | sed -e "s/^.*\(libfontconfig\.$LIBEXT[^        ]*\).*$/\1/"';2,$d'` ;;
10800   esac
10801 fi
10802 rm -f core conftest.err conftest.$ac_objext \
10803     conftest$ac_exeext conftest.$ac_ext
10804   LIBS=$ac_check_soname_save_LIBS
10805 fi
10806 if test "x$ac_cv_lib_soname_fontconfig" = "x"; then :
10807   { $as_echo "$as_me:${as_lineno-$LINENO}: result: not found" >&5
10808 $as_echo "not found" >&6; }
10809
10810 else
10811   { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_soname_fontconfig" >&5
10812 $as_echo "$ac_cv_lib_soname_fontconfig" >&6; }
10813
10814 cat >>confdefs.h <<_ACEOF
10815 #define SONAME_LIBFONTCONFIG "$ac_cv_lib_soname_fontconfig"
10816 _ACEOF
10817
10818
10819 fi
10820 elif test -n "$X_CFLAGS" -a "x$with_fontconfig" != "xno"
10821 then
10822         ac_save_CPPFLAGS="$CPPFLAGS"
10823     CPPFLAGS="$CPPFLAGS $X_CFLAGS"
10824     $as_unset ac_cv_header_fontconfig_fontconfig_h
10825     for ac_header in fontconfig/fontconfig.h
10826 do :
10827   ac_fn_c_check_header_mongrel "$LINENO" "fontconfig/fontconfig.h" "ac_cv_header_fontconfig_fontconfig_h" "$ac_includes_default"
10828 if test "x$ac_cv_header_fontconfig_fontconfig_h" = x""yes; then :
10829   cat >>confdefs.h <<_ACEOF
10830 #define HAVE_FONTCONFIG_FONTCONFIG_H 1
10831 _ACEOF
10832
10833 fi
10834
10835 done
10836
10837     CPPFLAGS="$ac_save_CPPFLAGS"
10838     if test "$ac_cv_header_fontconfig_fontconfig_h" = "yes"
10839     then
10840         FONTCONFIGINCL="$X_CFLAGS"
10841
10842         { $as_echo "$as_me:${as_lineno-$LINENO}: checking for -lfontconfig" >&5
10843 $as_echo_n "checking for -lfontconfig... " >&6; }
10844 if test "${ac_cv_lib_soname_fontconfig+set}" = set; then :
10845   $as_echo_n "(cached) " >&6
10846 else
10847   ac_check_soname_save_LIBS=$LIBS
10848 LIBS="-lfontconfig $X_LIBS $LIBS"
10849   cat confdefs.h - <<_ACEOF >conftest.$ac_ext
10850 /* end confdefs.h.  */
10851
10852 /* Override any GCC internal prototype to avoid an error.
10853    Use char because int might match the return type of a GCC
10854    builtin and then its argument prototype would still apply.  */
10855 #ifdef __cplusplus
10856 extern "C"
10857 #endif
10858 char FcInit ();
10859 int
10860 main ()
10861 {
10862 return FcInit ();
10863   ;
10864   return 0;
10865 }
10866 _ACEOF
10867 if ac_fn_c_try_link "$LINENO"; then :
10868   case "$LIBEXT" in
10869     dll) ;;
10870     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'` ;;
10871     *) ac_cv_lib_soname_fontconfig=`$ac_cv_path_LDD conftest$ac_exeext | grep "libfontconfig\\.$LIBEXT" | sed -e "s/^.*\(libfontconfig\.$LIBEXT[^        ]*\).*$/\1/"';2,$d'` ;;
10872   esac
10873 fi
10874 rm -f core conftest.err conftest.$ac_objext \
10875     conftest$ac_exeext conftest.$ac_ext
10876   LIBS=$ac_check_soname_save_LIBS
10877 fi
10878 if test "x$ac_cv_lib_soname_fontconfig" = "x"; then :
10879   { $as_echo "$as_me:${as_lineno-$LINENO}: result: not found" >&5
10880 $as_echo "not found" >&6; }
10881
10882 else
10883   { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_soname_fontconfig" >&5
10884 $as_echo "$ac_cv_lib_soname_fontconfig" >&6; }
10885
10886 cat >>confdefs.h <<_ACEOF
10887 #define SONAME_LIBFONTCONFIG "$ac_cv_lib_soname_fontconfig"
10888 _ACEOF
10889
10890
10891 fi
10892     fi
10893 fi
10894 if test "x$ac_cv_lib_soname_fontconfig" = "x"; then :
10895   case "x$with_fontconfig" in
10896   x)   wine_notices="$wine_notices|fontconfig ${notice_platform}development files not found, fontconfig won't be supported." ;;
10897   xno) ;;
10898   *)   as_fn_error "fontconfig ${notice_platform}development files not found, fontconfig won't be supported.
10899 This is an error since --with-fontconfig was requested." "$LINENO" 5 ;;
10900 esac
10901 fi
10902
10903 if test "$ac_cv_header_openssl_err_h" = "yes" -a "$ac_cv_header_openssl_ssl_h" = "yes"
10904 then
10905     { $as_echo "$as_me:${as_lineno-$LINENO}: checking for -lssl" >&5
10906 $as_echo_n "checking for -lssl... " >&6; }
10907 if test "${ac_cv_lib_soname_ssl+set}" = set; then :
10908   $as_echo_n "(cached) " >&6
10909 else
10910   ac_check_soname_save_LIBS=$LIBS
10911 LIBS="-lssl  $LIBS"
10912   cat confdefs.h - <<_ACEOF >conftest.$ac_ext
10913 /* end confdefs.h.  */
10914
10915 /* Override any GCC internal prototype to avoid an error.
10916    Use char because int might match the return type of a GCC
10917    builtin and then its argument prototype would still apply.  */
10918 #ifdef __cplusplus
10919 extern "C"
10920 #endif
10921 char SSL_library_init ();
10922 int
10923 main ()
10924 {
10925 return SSL_library_init ();
10926   ;
10927   return 0;
10928 }
10929 _ACEOF
10930 if ac_fn_c_try_link "$LINENO"; then :
10931   case "$LIBEXT" in
10932     dll) ;;
10933     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'` ;;
10934     *) ac_cv_lib_soname_ssl=`$ac_cv_path_LDD conftest$ac_exeext | grep "libssl\\.$LIBEXT" | sed -e "s/^.*\(libssl\.$LIBEXT[^     ]*\).*$/\1/"';2,$d'` ;;
10935   esac
10936 fi
10937 rm -f core conftest.err conftest.$ac_objext \
10938     conftest$ac_exeext conftest.$ac_ext
10939   LIBS=$ac_check_soname_save_LIBS
10940 fi
10941 if test "x$ac_cv_lib_soname_ssl" = "x"; then :
10942   { $as_echo "$as_me:${as_lineno-$LINENO}: result: not found" >&5
10943 $as_echo "not found" >&6; }
10944
10945 else
10946   { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_soname_ssl" >&5
10947 $as_echo "$ac_cv_lib_soname_ssl" >&6; }
10948
10949 cat >>confdefs.h <<_ACEOF
10950 #define SONAME_LIBSSL "$ac_cv_lib_soname_ssl"
10951 _ACEOF
10952
10953
10954 fi
10955     { $as_echo "$as_me:${as_lineno-$LINENO}: checking for -lcrypto" >&5
10956 $as_echo_n "checking for -lcrypto... " >&6; }
10957 if test "${ac_cv_lib_soname_crypto+set}" = set; then :
10958   $as_echo_n "(cached) " >&6
10959 else
10960   ac_check_soname_save_LIBS=$LIBS
10961 LIBS="-lcrypto  $LIBS"
10962   cat confdefs.h - <<_ACEOF >conftest.$ac_ext
10963 /* end confdefs.h.  */
10964
10965 /* Override any GCC internal prototype to avoid an error.
10966    Use char because int might match the return type of a GCC
10967    builtin and then its argument prototype would still apply.  */
10968 #ifdef __cplusplus
10969 extern "C"
10970 #endif
10971 char BIO_new_socket ();
10972 int
10973 main ()
10974 {
10975 return BIO_new_socket ();
10976   ;
10977   return 0;
10978 }
10979 _ACEOF
10980 if ac_fn_c_try_link "$LINENO"; then :
10981   case "$LIBEXT" in
10982     dll) ;;
10983     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'` ;;
10984     *) ac_cv_lib_soname_crypto=`$ac_cv_path_LDD conftest$ac_exeext | grep "libcrypto\\.$LIBEXT" | sed -e "s/^.*\(libcrypto\.$LIBEXT[^    ]*\).*$/\1/"';2,$d'` ;;
10985   esac
10986 fi
10987 rm -f core conftest.err conftest.$ac_objext \
10988     conftest$ac_exeext conftest.$ac_ext
10989   LIBS=$ac_check_soname_save_LIBS
10990 fi
10991 if test "x$ac_cv_lib_soname_crypto" = "x"; then :
10992   { $as_echo "$as_me:${as_lineno-$LINENO}: result: not found" >&5
10993 $as_echo "not found" >&6; }
10994
10995 else
10996   { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_soname_crypto" >&5
10997 $as_echo "$ac_cv_lib_soname_crypto" >&6; }
10998
10999 cat >>confdefs.h <<_ACEOF
11000 #define SONAME_LIBCRYPTO "$ac_cv_lib_soname_crypto"
11001 _ACEOF
11002
11003
11004 fi
11005 fi
11006 if test "x$ac_cv_lib_soname_ssl" = "x" -o "x$ac_cv_lib_soname_crypto" = "x"; then :
11007   case "x$with_openssl" in
11008   x)   wine_warnings="$wine_warnings|OpenSSL ${notice_platform}development files not found, SSL won't be supported." ;;
11009   xno) ;;
11010   *)   as_fn_error "OpenSSL ${notice_platform}development files not found, SSL won't be supported.
11011 This is an error since --with-openssl was requested." "$LINENO" 5 ;;
11012 esac
11013 fi
11014
11015 if test "$ac_cv_header_gsm_h" = "yes" -o "$ac_cv_header_gsm_gsm_h" = "yes"
11016 then
11017     { $as_echo "$as_me:${as_lineno-$LINENO}: checking for -lgsm" >&5
11018 $as_echo_n "checking for -lgsm... " >&6; }
11019 if test "${ac_cv_lib_soname_gsm+set}" = set; then :
11020   $as_echo_n "(cached) " >&6
11021 else
11022   ac_check_soname_save_LIBS=$LIBS
11023 LIBS="-lgsm  $LIBS"
11024   cat confdefs.h - <<_ACEOF >conftest.$ac_ext
11025 /* end confdefs.h.  */
11026
11027 /* Override any GCC internal prototype to avoid an error.
11028    Use char because int might match the return type of a GCC
11029    builtin and then its argument prototype would still apply.  */
11030 #ifdef __cplusplus
11031 extern "C"
11032 #endif
11033 char gsm_create ();
11034 int
11035 main ()
11036 {
11037 return gsm_create ();
11038   ;
11039   return 0;
11040 }
11041 _ACEOF
11042 if ac_fn_c_try_link "$LINENO"; then :
11043   case "$LIBEXT" in
11044     dll) ;;
11045     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'` ;;
11046     *) ac_cv_lib_soname_gsm=`$ac_cv_path_LDD conftest$ac_exeext | grep "libgsm\\.$LIBEXT" | sed -e "s/^.*\(libgsm\.$LIBEXT[^     ]*\).*$/\1/"';2,$d'` ;;
11047   esac
11048 fi
11049 rm -f core conftest.err conftest.$ac_objext \
11050     conftest$ac_exeext conftest.$ac_ext
11051   LIBS=$ac_check_soname_save_LIBS
11052 fi
11053 if test "x$ac_cv_lib_soname_gsm" = "x"; then :
11054   { $as_echo "$as_me:${as_lineno-$LINENO}: result: not found" >&5
11055 $as_echo "not found" >&6; }
11056
11057 else
11058   { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_soname_gsm" >&5
11059 $as_echo "$ac_cv_lib_soname_gsm" >&6; }
11060
11061 cat >>confdefs.h <<_ACEOF
11062 #define SONAME_LIBGSM "$ac_cv_lib_soname_gsm"
11063 _ACEOF
11064
11065
11066 fi
11067 fi
11068 if test "x$ac_cv_lib_soname_gsm" = "x"; then :
11069   case "x$with_gsm" in
11070   x)   wine_notices="$wine_notices|libgsm ${notice_platform}development files not found, gsm 06.10 codec won't be supported." ;;
11071   xno) ;;
11072   *)   as_fn_error "libgsm ${notice_platform}development files not found, gsm 06.10 codec won't be supported.
11073 This is an error since --with-gsm was requested." "$LINENO" 5 ;;
11074 esac
11075 fi
11076
11077 if test "$ac_cv_header_jpeglib_h" = "yes"
11078 then
11079     { $as_echo "$as_me:${as_lineno-$LINENO}: checking for -ljpeg" >&5
11080 $as_echo_n "checking for -ljpeg... " >&6; }
11081 if test "${ac_cv_lib_soname_jpeg+set}" = set; then :
11082   $as_echo_n "(cached) " >&6
11083 else
11084   ac_check_soname_save_LIBS=$LIBS
11085 LIBS="-ljpeg  $LIBS"
11086   cat confdefs.h - <<_ACEOF >conftest.$ac_ext
11087 /* end confdefs.h.  */
11088
11089 /* Override any GCC internal prototype to avoid an error.
11090    Use char because int might match the return type of a GCC
11091    builtin and then its argument prototype would still apply.  */
11092 #ifdef __cplusplus
11093 extern "C"
11094 #endif
11095 char jpeg_start_decompress ();
11096 int
11097 main ()
11098 {
11099 return jpeg_start_decompress ();
11100   ;
11101   return 0;
11102 }
11103 _ACEOF
11104 if ac_fn_c_try_link "$LINENO"; then :
11105   case "$LIBEXT" in
11106     dll) ;;
11107     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'` ;;
11108     *) ac_cv_lib_soname_jpeg=`$ac_cv_path_LDD conftest$ac_exeext | grep "libjpeg\\.$LIBEXT" | sed -e "s/^.*\(libjpeg\.$LIBEXT[^  ]*\).*$/\1/"';2,$d'` ;;
11109   esac
11110 fi
11111 rm -f core conftest.err conftest.$ac_objext \
11112     conftest$ac_exeext conftest.$ac_ext
11113   LIBS=$ac_check_soname_save_LIBS
11114 fi
11115 if test "x$ac_cv_lib_soname_jpeg" = "x"; then :
11116   { $as_echo "$as_me:${as_lineno-$LINENO}: result: not found" >&5
11117 $as_echo "not found" >&6; }
11118
11119 else
11120   { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_soname_jpeg" >&5
11121 $as_echo "$ac_cv_lib_soname_jpeg" >&6; }
11122
11123 cat >>confdefs.h <<_ACEOF
11124 #define SONAME_LIBJPEG "$ac_cv_lib_soname_jpeg"
11125 _ACEOF
11126
11127
11128 fi
11129 fi
11130 if test "x$ac_cv_lib_soname_jpeg" = "x"; then :
11131   case "x$with_jpeg" in
11132   x)   wine_warnings="$wine_warnings|libjpeg ${notice_platform}development files not found, JPEG won't be supported." ;;
11133   xno) ;;
11134   *)   as_fn_error "libjpeg ${notice_platform}development files not found, JPEG won't be supported.
11135 This is an error since --with-jpeg was requested." "$LINENO" 5 ;;
11136 esac
11137 fi
11138
11139 if test "$ac_cv_header_png_h" = "yes"
11140 then
11141     { $as_echo "$as_me:${as_lineno-$LINENO}: checking for -lpng" >&5
11142 $as_echo_n "checking for -lpng... " >&6; }
11143 if test "${ac_cv_lib_soname_png+set}" = set; then :
11144   $as_echo_n "(cached) " >&6
11145 else
11146   ac_check_soname_save_LIBS=$LIBS
11147 LIBS="-lpng -lm -lz $LIBS"
11148   cat confdefs.h - <<_ACEOF >conftest.$ac_ext
11149 /* end confdefs.h.  */
11150
11151 /* Override any GCC internal prototype to avoid an error.
11152    Use char because int might match the return type of a GCC
11153    builtin and then its argument prototype would still apply.  */
11154 #ifdef __cplusplus
11155 extern "C"
11156 #endif
11157 char png_create_read_struct ();
11158 int
11159 main ()
11160 {
11161 return png_create_read_struct ();
11162   ;
11163   return 0;
11164 }
11165 _ACEOF
11166 if ac_fn_c_try_link "$LINENO"; then :
11167   case "$LIBEXT" in
11168     dll) ;;
11169     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'` ;;
11170     *) 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'` ;;
11171   esac
11172 fi
11173 rm -f core conftest.err conftest.$ac_objext \
11174     conftest$ac_exeext conftest.$ac_ext
11175   LIBS=$ac_check_soname_save_LIBS
11176 fi
11177 if test "x$ac_cv_lib_soname_png" = "x"; then :
11178   { $as_echo "$as_me:${as_lineno-$LINENO}: result: not found" >&5
11179 $as_echo "not found" >&6; }
11180
11181 else
11182   { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_soname_png" >&5
11183 $as_echo "$ac_cv_lib_soname_png" >&6; }
11184
11185 cat >>confdefs.h <<_ACEOF
11186 #define SONAME_LIBPNG "$ac_cv_lib_soname_png"
11187 _ACEOF
11188
11189
11190 fi
11191 elif test -n "$X_CFLAGS" -a "x$with_png" != "xno"
11192 then
11193         ac_save_CPPFLAGS="$CPPFLAGS"
11194     CPPFLAGS="$CPPFLAGS $X_CFLAGS"
11195     $as_unset ac_cv_header_png_h
11196     for ac_header in png.h
11197 do :
11198   ac_fn_c_check_header_mongrel "$LINENO" "png.h" "ac_cv_header_png_h" "$ac_includes_default"
11199 if test "x$ac_cv_header_png_h" = x""yes; then :
11200   cat >>confdefs.h <<_ACEOF
11201 #define HAVE_PNG_H 1
11202 _ACEOF
11203
11204 fi
11205
11206 done
11207
11208     CPPFLAGS="$ac_save_CPPFLAGS"
11209     if test "$ac_cv_header_png_h" = "yes"
11210     then
11211         PNGINCL="$X_CFLAGS"
11212
11213         { $as_echo "$as_me:${as_lineno-$LINENO}: checking for -lpng" >&5
11214 $as_echo_n "checking for -lpng... " >&6; }
11215 if test "${ac_cv_lib_soname_png+set}" = set; then :
11216   $as_echo_n "(cached) " >&6
11217 else
11218   ac_check_soname_save_LIBS=$LIBS
11219 LIBS="-lpng $X_LIBS -lm -lz $LIBS"
11220   cat confdefs.h - <<_ACEOF >conftest.$ac_ext
11221 /* end confdefs.h.  */
11222
11223 /* Override any GCC internal prototype to avoid an error.
11224    Use char because int might match the return type of a GCC
11225    builtin and then its argument prototype would still apply.  */
11226 #ifdef __cplusplus
11227 extern "C"
11228 #endif
11229 char png_create_read_struct ();
11230 int
11231 main ()
11232 {
11233 return png_create_read_struct ();
11234   ;
11235   return 0;
11236 }
11237 _ACEOF
11238 if ac_fn_c_try_link "$LINENO"; then :
11239   case "$LIBEXT" in
11240     dll) ;;
11241     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'` ;;
11242     *) 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'` ;;
11243   esac
11244 fi
11245 rm -f core conftest.err conftest.$ac_objext \
11246     conftest$ac_exeext conftest.$ac_ext
11247   LIBS=$ac_check_soname_save_LIBS
11248 fi
11249 if test "x$ac_cv_lib_soname_png" = "x"; then :
11250   { $as_echo "$as_me:${as_lineno-$LINENO}: result: not found" >&5
11251 $as_echo "not found" >&6; }
11252
11253 else
11254   { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_soname_png" >&5
11255 $as_echo "$ac_cv_lib_soname_png" >&6; }
11256
11257 cat >>confdefs.h <<_ACEOF
11258 #define SONAME_LIBPNG "$ac_cv_lib_soname_png"
11259 _ACEOF
11260
11261
11262 fi
11263     fi
11264 fi
11265 if test "x$ac_cv_lib_soname_png" = "x"; then :
11266   case "x$with_png" in
11267   x)   wine_warnings="$wine_warnings|libpng ${notice_platform}development files not found, PNG won't be supported." ;;
11268   xno) ;;
11269   *)   as_fn_error "libpng ${notice_platform}development files not found, PNG won't be supported.
11270 This is an error since --with-png was requested." "$LINENO" 5 ;;
11271 esac
11272 fi
11273
11274 if test "$ac_cv_header_mpg123_h" = "yes"
11275 then
11276     { $as_echo "$as_me:${as_lineno-$LINENO}: checking for mpg123_init in -lmpg123" >&5
11277 $as_echo_n "checking for mpg123_init in -lmpg123... " >&6; }
11278 if test "${ac_cv_lib_mpg123_mpg123_init+set}" = set; then :
11279   $as_echo_n "(cached) " >&6
11280 else
11281   ac_check_lib_save_LIBS=$LIBS
11282 LIBS="-lmpg123  $LIBS"
11283 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
11284 /* end confdefs.h.  */
11285
11286 /* Override any GCC internal prototype to avoid an error.
11287    Use char because int might match the return type of a GCC
11288    builtin and then its argument prototype would still apply.  */
11289 #ifdef __cplusplus
11290 extern "C"
11291 #endif
11292 char mpg123_init ();
11293 int
11294 main ()
11295 {
11296 return mpg123_init ();
11297   ;
11298   return 0;
11299 }
11300 _ACEOF
11301 if ac_fn_c_try_link "$LINENO"; then :
11302   ac_cv_lib_mpg123_mpg123_init=yes
11303 else
11304   ac_cv_lib_mpg123_mpg123_init=no
11305 fi
11306 rm -f core conftest.err conftest.$ac_objext \
11307     conftest$ac_exeext conftest.$ac_ext
11308 LIBS=$ac_check_lib_save_LIBS
11309 fi
11310 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_mpg123_mpg123_init" >&5
11311 $as_echo "$ac_cv_lib_mpg123_mpg123_init" >&6; }
11312 if test "x$ac_cv_lib_mpg123_mpg123_init" = x""yes; then :
11313   LIBMPG123="-lmpg123"
11314
11315 fi
11316
11317 fi
11318 if test "x$ac_cv_lib_mpg123_mpg123_init" != xyes; then :
11319   case "x$with_mpg123" in
11320   x)   wine_notices="$wine_notices|libmpg123 ${notice_platform}development files not found, mp3 codec won't be supported." ;;
11321   xno) ;;
11322   *)   as_fn_error "libmpg123 ${notice_platform}development files not found, mp3 codec won't be supported.
11323 This is an error since --with-mpg123 was requested." "$LINENO" 5 ;;
11324 esac
11325 fi
11326 test "x$ac_cv_lib_mpg123_mpg123_init" = xyes || enable_winemp3_acm=${enable_winemp3_acm:-no}
11327
11328 if test "$ac_cv_header_kstat_h" = "yes"
11329 then
11330     { $as_echo "$as_me:${as_lineno-$LINENO}: checking for kstat_open in -lkstat" >&5
11331 $as_echo_n "checking for kstat_open in -lkstat... " >&6; }
11332 if test "${ac_cv_lib_kstat_kstat_open+set}" = set; then :
11333   $as_echo_n "(cached) " >&6
11334 else
11335   ac_check_lib_save_LIBS=$LIBS
11336 LIBS="-lkstat  $LIBS"
11337 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
11338 /* end confdefs.h.  */
11339
11340 /* Override any GCC internal prototype to avoid an error.
11341    Use char because int might match the return type of a GCC
11342    builtin and then its argument prototype would still apply.  */
11343 #ifdef __cplusplus
11344 extern "C"
11345 #endif
11346 char kstat_open ();
11347 int
11348 main ()
11349 {
11350 return kstat_open ();
11351   ;
11352   return 0;
11353 }
11354 _ACEOF
11355 if ac_fn_c_try_link "$LINENO"; then :
11356   ac_cv_lib_kstat_kstat_open=yes
11357 else
11358   ac_cv_lib_kstat_kstat_open=no
11359 fi
11360 rm -f core conftest.err conftest.$ac_objext \
11361     conftest$ac_exeext conftest.$ac_ext
11362 LIBS=$ac_check_lib_save_LIBS
11363 fi
11364 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_kstat_kstat_open" >&5
11365 $as_echo "$ac_cv_lib_kstat_kstat_open" >&6; }
11366 if test "x$ac_cv_lib_kstat_kstat_open" = x""yes; then :
11367
11368 $as_echo "#define HAVE_LIBKSTAT 1" >>confdefs.h
11369
11370                   LIBKSTAT="-lkstat"
11371
11372 fi
11373
11374 fi
11375
11376 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for -lodbc" >&5
11377 $as_echo_n "checking for -lodbc... " >&6; }
11378 if test "${ac_cv_lib_soname_odbc+set}" = set; then :
11379   $as_echo_n "(cached) " >&6
11380 else
11381   ac_check_soname_save_LIBS=$LIBS
11382 LIBS="-lodbc  $LIBS"
11383   cat confdefs.h - <<_ACEOF >conftest.$ac_ext
11384 /* end confdefs.h.  */
11385
11386 /* Override any GCC internal prototype to avoid an error.
11387    Use char because int might match the return type of a GCC
11388    builtin and then its argument prototype would still apply.  */
11389 #ifdef __cplusplus
11390 extern "C"
11391 #endif
11392 char SQLConnect ();
11393 int
11394 main ()
11395 {
11396 return SQLConnect ();
11397   ;
11398   return 0;
11399 }
11400 _ACEOF
11401 if ac_fn_c_try_link "$LINENO"; then :
11402   case "$LIBEXT" in
11403     dll) ;;
11404     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'` ;;
11405     *) ac_cv_lib_soname_odbc=`$ac_cv_path_LDD conftest$ac_exeext | grep "libodbc\\.$LIBEXT" | sed -e "s/^.*\(libodbc\.$LIBEXT[^  ]*\).*$/\1/"';2,$d'` ;;
11406   esac
11407 fi
11408 rm -f core conftest.err conftest.$ac_objext \
11409     conftest$ac_exeext conftest.$ac_ext
11410   LIBS=$ac_check_soname_save_LIBS
11411 fi
11412 if test "x$ac_cv_lib_soname_odbc" = "x"; then :
11413   { $as_echo "$as_me:${as_lineno-$LINENO}: result: not found" >&5
11414 $as_echo "not found" >&6; }
11415        cat >>confdefs.h <<_ACEOF
11416 #define SONAME_LIBODBC "libodbc.$LIBEXT"
11417 _ACEOF
11418
11419 else
11420   { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_soname_odbc" >&5
11421 $as_echo "$ac_cv_lib_soname_odbc" >&6; }
11422
11423 cat >>confdefs.h <<_ACEOF
11424 #define SONAME_LIBODBC "$ac_cv_lib_soname_odbc"
11425 _ACEOF
11426
11427
11428 fi
11429
11430 if test "x$ALSALIBS$AUDIOIOLIBS$COREAUDIO$NASLIBS$ESDLIBS$ac_cv_lib_soname_jack" = "x" -a \
11431         "$ac_cv_header_sys_soundcard_h" != "yes" -a \
11432         "$ac_cv_header_machine_soundcard_h" != "yes" -a \
11433         "$ac_cv_header_soundcard_h" != "yes" -a \
11434         "x$with_alsa$with_audioio$with_coreaudio$with_nas$with_esd$with_jack$with_oss" != xnonononononono
11435 then
11436     wine_warnings="$wine_warnings|No sound system was found. Windows applications will be silent."
11437 fi
11438
11439
11440 EXTRACFLAGS=""
11441
11442 if test "x${GCC}" = "xyes"
11443 then
11444   EXTRACFLAGS="-Wall -pipe"
11445
11446     { $as_echo "$as_me:${as_lineno-$LINENO}: checking for gcc strength-reduce bug" >&5
11447 $as_echo_n "checking for gcc strength-reduce bug... " >&6; }
11448 if test "${ac_cv_c_gcc_strength_bug+set}" = set; then :
11449   $as_echo_n "(cached) " >&6
11450 else
11451   if test "$cross_compiling" = yes; then :
11452   ac_cv_c_gcc_strength_bug="yes"
11453 else
11454   cat confdefs.h - <<_ACEOF >conftest.$ac_ext
11455 /* end confdefs.h.  */
11456 int L[4] = {0,1,2,3};
11457 int
11458 main ()
11459 {
11460 static int Array[3];
11461   unsigned int B = 3;
11462   int i;
11463   for(i=0; i<B; i++) Array[i] = i - 3;
11464   for(i=0; i<4 - 1; i++) L[i] = L[i + 1];
11465   L[i] = 4;
11466   return (Array[1] != -2 || L[2] != 3)
11467   ;
11468   return 0;
11469 }
11470 _ACEOF
11471 if ac_fn_c_try_run "$LINENO"; then :
11472   ac_cv_c_gcc_strength_bug="no"
11473 else
11474   ac_cv_c_gcc_strength_bug="yes"
11475 fi
11476 rm -f core *.core core.conftest.* gmon.out bb.out conftest$ac_exeext \
11477   conftest.$ac_objext conftest.beam conftest.$ac_ext
11478 fi
11479
11480 fi
11481 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_c_gcc_strength_bug" >&5
11482 $as_echo "$ac_cv_c_gcc_strength_bug" >&6; }
11483   if test "$ac_cv_c_gcc_strength_bug" = "yes"
11484   then
11485     EXTRACFLAGS="$EXTRACFLAGS -fno-strength-reduce"
11486   fi
11487
11488     { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether the compiler supports -fno-builtin" >&5
11489 $as_echo_n "checking whether the compiler supports -fno-builtin... " >&6; }
11490 if test "${ac_cv_cflags__fno_builtin+set}" = set; then :
11491   $as_echo_n "(cached) " >&6
11492 else
11493   ac_wine_try_cflags_saved=$CFLAGS
11494 CFLAGS="$CFLAGS -fno-builtin"
11495 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
11496 /* end confdefs.h.  */
11497
11498 int
11499 main ()
11500 {
11501
11502   ;
11503   return 0;
11504 }
11505 _ACEOF
11506 if ac_fn_c_try_link "$LINENO"; then :
11507   ac_cv_cflags__fno_builtin=yes
11508 else
11509   ac_cv_cflags__fno_builtin=no
11510 fi
11511 rm -f core conftest.err conftest.$ac_objext \
11512     conftest$ac_exeext conftest.$ac_ext
11513 CFLAGS=$ac_wine_try_cflags_saved
11514 fi
11515 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_cflags__fno_builtin" >&5
11516 $as_echo "$ac_cv_cflags__fno_builtin" >&6; }
11517 if test $ac_cv_cflags__fno_builtin = yes; then :
11518   BUILTINFLAG="-fno-builtin"
11519
11520 fi
11521   { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether the compiler supports -fno-strict-aliasing" >&5
11522 $as_echo_n "checking whether the compiler supports -fno-strict-aliasing... " >&6; }
11523 if test "${ac_cv_cflags__fno_strict_aliasing+set}" = set; then :
11524   $as_echo_n "(cached) " >&6
11525 else
11526   ac_wine_try_cflags_saved=$CFLAGS
11527 CFLAGS="$CFLAGS -fno-strict-aliasing"
11528 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
11529 /* end confdefs.h.  */
11530
11531 int
11532 main ()
11533 {
11534
11535   ;
11536   return 0;
11537 }
11538 _ACEOF
11539 if ac_fn_c_try_link "$LINENO"; then :
11540   ac_cv_cflags__fno_strict_aliasing=yes
11541 else
11542   ac_cv_cflags__fno_strict_aliasing=no
11543 fi
11544 rm -f core conftest.err conftest.$ac_objext \
11545     conftest$ac_exeext conftest.$ac_ext
11546 CFLAGS=$ac_wine_try_cflags_saved
11547 fi
11548 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_cflags__fno_strict_aliasing" >&5
11549 $as_echo "$ac_cv_cflags__fno_strict_aliasing" >&6; }
11550 if test $ac_cv_cflags__fno_strict_aliasing = yes; then :
11551   EXTRACFLAGS="$EXTRACFLAGS -fno-strict-aliasing"
11552 fi
11553   { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether the compiler supports -Wdeclaration-after-statement" >&5
11554 $as_echo_n "checking whether the compiler supports -Wdeclaration-after-statement... " >&6; }
11555 if test "${ac_cv_cflags__Wdeclaration_after_statement+set}" = set; then :
11556   $as_echo_n "(cached) " >&6
11557 else
11558   ac_wine_try_cflags_saved=$CFLAGS
11559 CFLAGS="$CFLAGS -Wdeclaration-after-statement"
11560 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
11561 /* end confdefs.h.  */
11562
11563 int
11564 main ()
11565 {
11566
11567   ;
11568   return 0;
11569 }
11570 _ACEOF
11571 if ac_fn_c_try_link "$LINENO"; then :
11572   ac_cv_cflags__Wdeclaration_after_statement=yes
11573 else
11574   ac_cv_cflags__Wdeclaration_after_statement=no
11575 fi
11576 rm -f core conftest.err conftest.$ac_objext \
11577     conftest$ac_exeext conftest.$ac_ext
11578 CFLAGS=$ac_wine_try_cflags_saved
11579 fi
11580 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_cflags__Wdeclaration_after_statement" >&5
11581 $as_echo "$ac_cv_cflags__Wdeclaration_after_statement" >&6; }
11582 if test $ac_cv_cflags__Wdeclaration_after_statement = yes; then :
11583   EXTRACFLAGS="$EXTRACFLAGS -Wdeclaration-after-statement"
11584 fi
11585   { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether the compiler supports -Wwrite-strings" >&5
11586 $as_echo_n "checking whether the compiler supports -Wwrite-strings... " >&6; }
11587 if test "${ac_cv_cflags__Wwrite_strings+set}" = set; then :
11588   $as_echo_n "(cached) " >&6
11589 else
11590   ac_wine_try_cflags_saved=$CFLAGS
11591 CFLAGS="$CFLAGS -Wwrite-strings"
11592 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
11593 /* end confdefs.h.  */
11594
11595 int
11596 main ()
11597 {
11598
11599   ;
11600   return 0;
11601 }
11602 _ACEOF
11603 if ac_fn_c_try_link "$LINENO"; then :
11604   ac_cv_cflags__Wwrite_strings=yes
11605 else
11606   ac_cv_cflags__Wwrite_strings=no
11607 fi
11608 rm -f core conftest.err conftest.$ac_objext \
11609     conftest$ac_exeext conftest.$ac_ext
11610 CFLAGS=$ac_wine_try_cflags_saved
11611 fi
11612 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_cflags__Wwrite_strings" >&5
11613 $as_echo "$ac_cv_cflags__Wwrite_strings" >&6; }
11614 if test $ac_cv_cflags__Wwrite_strings = yes; then :
11615   EXTRACFLAGS="$EXTRACFLAGS -Wwrite-strings"
11616 fi
11617   { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether the compiler supports -Wtype-limits" >&5
11618 $as_echo_n "checking whether the compiler supports -Wtype-limits... " >&6; }
11619 if test "${ac_cv_cflags__Wtype_limits+set}" = set; then :
11620   $as_echo_n "(cached) " >&6
11621 else
11622   ac_wine_try_cflags_saved=$CFLAGS
11623 CFLAGS="$CFLAGS -Wtype-limits"
11624 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
11625 /* end confdefs.h.  */
11626
11627 int
11628 main ()
11629 {
11630
11631   ;
11632   return 0;
11633 }
11634 _ACEOF
11635 if ac_fn_c_try_link "$LINENO"; then :
11636   ac_cv_cflags__Wtype_limits=yes
11637 else
11638   ac_cv_cflags__Wtype_limits=no
11639 fi
11640 rm -f core conftest.err conftest.$ac_objext \
11641     conftest$ac_exeext conftest.$ac_ext
11642 CFLAGS=$ac_wine_try_cflags_saved
11643 fi
11644 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_cflags__Wtype_limits" >&5
11645 $as_echo "$ac_cv_cflags__Wtype_limits" >&6; }
11646 if test $ac_cv_cflags__Wtype_limits = yes; then :
11647   EXTRACFLAGS="$EXTRACFLAGS -Wtype-limits"
11648 fi
11649
11650     saved_CFLAGS="$CFLAGS"
11651   CFLAGS="$CFLAGS -Wpointer-arith -Werror"
11652   { $as_echo "$as_me:${as_lineno-$LINENO}: checking for broken string.h that generates warnings" >&5
11653 $as_echo_n "checking for broken string.h that generates warnings... " >&6; }
11654 if test "${ac_cv_c_string_h_warnings+set}" = set; then :
11655   $as_echo_n "(cached) " >&6
11656 else
11657   cat confdefs.h - <<_ACEOF >conftest.$ac_ext
11658 /* end confdefs.h.  */
11659 #include <string.h>
11660 int
11661 main ()
11662 {
11663
11664   ;
11665   return 0;
11666 }
11667 _ACEOF
11668 if ac_fn_c_try_compile "$LINENO"; then :
11669   ac_cv_c_string_h_warnings=no
11670 else
11671   ac_cv_c_string_h_warnings=yes
11672 fi
11673 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
11674 fi
11675 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_c_string_h_warnings" >&5
11676 $as_echo "$ac_cv_c_string_h_warnings" >&6; }
11677   CFLAGS="$saved_CFLAGS"
11678   if test "$ac_cv_c_string_h_warnings" = "no"
11679   then
11680     EXTRACFLAGS="$EXTRACFLAGS -Wpointer-arith"
11681   fi
11682 fi
11683
11684
11685 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether external symbols need an underscore prefix" >&5
11686 $as_echo_n "checking whether external symbols need an underscore prefix... " >&6; }
11687 if test "${ac_cv_c_extern_prefix+set}" = set; then :
11688   $as_echo_n "(cached) " >&6
11689 else
11690   cat confdefs.h - <<_ACEOF >conftest.$ac_ext
11691 /* end confdefs.h.  */
11692 extern int ac_test;
11693 int
11694 main ()
11695 {
11696 asm(".globl _ac_test\n_ac_test:\t.long 0"); if (ac_test) return 1
11697   ;
11698   return 0;
11699 }
11700 _ACEOF
11701 if ac_fn_c_try_link "$LINENO"; then :
11702   ac_cv_c_extern_prefix="yes"
11703 else
11704   ac_cv_c_extern_prefix="no"
11705 fi
11706 rm -f core conftest.err conftest.$ac_objext \
11707     conftest$ac_exeext conftest.$ac_ext
11708 fi
11709 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_c_extern_prefix" >&5
11710 $as_echo "$ac_cv_c_extern_prefix" >&6; }
11711
11712 case $host_cpu in
11713   *i[3456789]86*)
11714     { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether external symbols need stdcall decoration" >&5
11715 $as_echo_n "checking whether external symbols need stdcall decoration... " >&6; }
11716 if test "${ac_cv_c_stdcall_suffix+set}" = set; then :
11717   $as_echo_n "(cached) " >&6
11718 else
11719   cat confdefs.h - <<_ACEOF >conftest.$ac_ext
11720 /* end confdefs.h.  */
11721 #ifndef _MSC_VER
11722 #define __stdcall __attribute__((__stdcall__))
11723 #endif
11724 int __stdcall ac_test(int i) { return i; }
11725 int
11726 main ()
11727 {
11728 asm("jmp _ac_test@4"); if (ac_test(1)) return 1
11729   ;
11730   return 0;
11731 }
11732 _ACEOF
11733 if ac_fn_c_try_link "$LINENO"; then :
11734   ac_cv_c_stdcall_suffix="yes"
11735 else
11736   ac_cv_c_stdcall_suffix="no"
11737 fi
11738 rm -f core conftest.err conftest.$ac_objext \
11739     conftest$ac_exeext conftest.$ac_ext
11740 fi
11741 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_c_stdcall_suffix" >&5
11742 $as_echo "$ac_cv_c_stdcall_suffix" >&6; } ;;
11743   *) ac_cv_c_stdcall_suffix="no" ;;
11744 esac
11745
11746
11747 if test "$ac_cv_c_extern_prefix" = "yes"
11748 then
11749     $as_echo "#define __ASM_NAME(name) \"_\" name" >>confdefs.h
11750
11751     asm_name_prefix="_"
11752 else
11753     $as_echo "#define __ASM_NAME(name) name" >>confdefs.h
11754
11755     asm_name_prefix=""
11756 fi
11757
11758
11759 if test "$ac_cv_c_stdcall_suffix" = "yes"
11760 then
11761     $as_echo "#define __ASM_STDCALL(args) \"@\" #args" >>confdefs.h
11762
11763 else
11764     $as_echo "#define __ASM_STDCALL(args) \"\"" >>confdefs.h
11765
11766 fi
11767
11768
11769 { $as_echo "$as_me:${as_lineno-$LINENO}: checking how to define a function in assembly code" >&5
11770 $as_echo_n "checking how to define a function in assembly code... " >&6; }
11771 if test "${ac_cv_asm_func_def+set}" = set; then :
11772   $as_echo_n "(cached) " >&6
11773 else
11774   cat confdefs.h - <<_ACEOF >conftest.$ac_ext
11775 /* end confdefs.h.  */
11776
11777 int
11778 main ()
11779 {
11780 asm("\t.globl _ac_test\n\t.def _ac_test; .scl 2; .type 32; .endef\n_ac_test:\t.long 0");
11781   ;
11782   return 0;
11783 }
11784 _ACEOF
11785 if ac_fn_c_try_link "$LINENO"; then :
11786   ac_cv_asm_func_def=".def"
11787 else
11788   cat confdefs.h - <<_ACEOF >conftest.$ac_ext
11789 /* end confdefs.h.  */
11790
11791 int
11792 main ()
11793 {
11794 asm("\t.globl _ac_test\n\t.type _ac_test,@function\n_ac_test:\t.long 0");
11795   ;
11796   return 0;
11797 }
11798 _ACEOF
11799 if ac_fn_c_try_link "$LINENO"; then :
11800   ac_cv_asm_func_def=".type @function"
11801 else
11802   cat confdefs.h - <<_ACEOF >conftest.$ac_ext
11803 /* end confdefs.h.  */
11804
11805 int
11806 main ()
11807 {
11808 asm("\t.globl _ac_test\n\t.type _ac_test,2\n_ac_test:\t.long 0");
11809   ;
11810   return 0;
11811 }
11812 _ACEOF
11813 if ac_fn_c_try_link "$LINENO"; then :
11814   ac_cv_asm_func_def=".type 2"
11815 else
11816   ac_cv_asm_func_def="unknown"
11817 fi
11818 rm -f core conftest.err conftest.$ac_objext \
11819     conftest$ac_exeext conftest.$ac_ext
11820 fi
11821 rm -f core conftest.err conftest.$ac_objext \
11822     conftest$ac_exeext conftest.$ac_ext
11823 fi
11824 rm -f core conftest.err conftest.$ac_objext \
11825     conftest$ac_exeext conftest.$ac_ext
11826 fi
11827 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_asm_func_def" >&5
11828 $as_echo "$ac_cv_asm_func_def" >&6; }
11829
11830
11831 case "$ac_cv_asm_func_def" in
11832   ".def")
11833      $as_echo "#define __ASM_FUNC(name) \".def \" __ASM_NAME(name) \"; .scl 2; .type 32; .endef\"" >>confdefs.h
11834
11835      asm_func_header=".def $asm_name_prefix\" #name suffix \"; .scl 2; .type 32; .endef" ;;
11836   ".type @function")
11837      $as_echo "#define __ASM_FUNC(name) \".type \" __ASM_NAME(name) \",@function\"" >>confdefs.h
11838
11839      asm_func_header=".type $asm_name_prefix\" #name suffix \",@function" ;;
11840   ".type 2")
11841      $as_echo "#define __ASM_FUNC(name) \".type \" __ASM_NAME(name) \",2\"" >>confdefs.h
11842
11843      asm_func_header=".type $asm_name_prefix\" #name suffix \",2" ;;
11844   *)
11845      $as_echo "#define __ASM_FUNC(name) \"\"" >>confdefs.h
11846
11847      asm_func_header="" ;;
11848 esac
11849
11850 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether asm() works outside of functions" >&5
11851 $as_echo_n "checking whether asm() works outside of functions... " >&6; }
11852 if test "${ac_cv_c_asm_outside_funcs+set}" = set; then :
11853   $as_echo_n "(cached) " >&6
11854 else
11855   cat confdefs.h - <<_ACEOF >conftest.$ac_ext
11856 /* end confdefs.h.  */
11857 asm(".text\n\t.long 0");
11858 int
11859 main ()
11860 {
11861
11862   ;
11863   return 0;
11864 }
11865 _ACEOF
11866 if ac_fn_c_try_compile "$LINENO"; then :
11867   ac_cv_c_asm_outside_funcs="yes"
11868 else
11869   ac_cv_c_asm_outside_funcs="no"
11870 fi
11871 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
11872 fi
11873 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_c_asm_outside_funcs" >&5
11874 $as_echo "$ac_cv_c_asm_outside_funcs" >&6; }
11875
11876 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether .previous is supported in assembly code" >&5
11877 $as_echo_n "checking whether .previous is supported in assembly code... " >&6; }
11878 if test "${ac_cv_c_dot_previous+set}" = set; then :
11879   $as_echo_n "(cached) " >&6
11880 else
11881   cat confdefs.h - <<_ACEOF >conftest.$ac_ext
11882 /* end confdefs.h.  */
11883
11884 int
11885 main ()
11886 {
11887 asm(".text\nac_test:\t.long 0\n\t.previous");
11888   ;
11889   return 0;
11890 }
11891 _ACEOF
11892 if ac_fn_c_try_link "$LINENO"; then :
11893   ac_cv_c_dot_previous="yes"
11894 else
11895   ac_cv_c_dot_previous="no"
11896 fi
11897 rm -f core conftest.err conftest.$ac_objext \
11898     conftest$ac_exeext conftest.$ac_ext
11899 fi
11900 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_c_dot_previous" >&5
11901 $as_echo "$ac_cv_c_dot_previous" >&6; }
11902
11903 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether CFI directives are supported in assembly code" >&5
11904 $as_echo_n "checking whether CFI directives are supported in assembly code... " >&6; }
11905 if test "${ac_cv_c_cfi_support+set}" = set; then :
11906   $as_echo_n "(cached) " >&6
11907 else
11908   cat confdefs.h - <<_ACEOF >conftest.$ac_ext
11909 /* end confdefs.h.  */
11910 asm(".text\nac_test:\t.cfi_startproc\n\t.long 0\n\t.cfi_endproc");
11911 int
11912 main ()
11913 {
11914
11915   ;
11916   return 0;
11917 }
11918 _ACEOF
11919 if ac_fn_c_try_compile "$LINENO"; then :
11920   ac_cv_c_cfi_support="yes"
11921 else
11922   ac_cv_c_cfi_support="no"
11923 fi
11924 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
11925 fi
11926 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_c_cfi_support" >&5
11927 $as_echo "$ac_cv_c_cfi_support" >&6; }
11928
11929 asm_func_header=".globl $asm_name_prefix\" #name suffix \"\\n\\t$asm_func_header\\n$asm_name_prefix\" #name suffix \":\\n\\t"
11930 asm_func_trailer=""
11931 if test "$ac_cv_c_dot_previous" = "yes"
11932 then
11933    asm_func_trailer="\\n\\t.previous"
11934 fi
11935 if test "$ac_cv_c_cfi_support" = "yes"
11936 then
11937    asm_func_header="$asm_func_header.cfi_startproc\\n\\t"
11938    asm_func_trailer="\\n\\t.cfi_endproc$asm_func_trailer"
11939
11940 $as_echo "#define __ASM_CFI(str) str" >>confdefs.h
11941
11942 else
11943    $as_echo "#define __ASM_CFI(str) \"\"" >>confdefs.h
11944
11945 fi
11946
11947 asm_func_code="$asm_func_header\" code \"$asm_func_trailer"
11948
11949
11950 if test "$ac_cv_c_asm_outside_funcs" = "yes"
11951 then
11952     cat >>confdefs.h <<_ACEOF
11953 #define __ASM_DEFINE_FUNC(name,suffix,code) asm(".text\n\t.align 4\n\t$asm_func_code");
11954 _ACEOF
11955
11956 else
11957     cat >>confdefs.h <<_ACEOF
11958 #define __ASM_DEFINE_FUNC(name,suffix,code) void __asm_dummy_##name(void) { asm(".text\n\t.align 4\n\t$asm_func_code"); }
11959 _ACEOF
11960
11961 fi
11962
11963 $as_echo "#define __ASM_GLOBAL_FUNC(name,code) __ASM_DEFINE_FUNC(name,\"\",code)" >>confdefs.h
11964
11965
11966 $as_echo "#define __ASM_STDCALL_FUNC(name,args,code) __ASM_DEFINE_FUNC(name,__ASM_STDCALL(args),code)" >>confdefs.h
11967
11968
11969
11970 LDPATH=""
11971
11972 case $build_os in
11973   cygwin*|mingw32*)
11974     LDPATH="PATH=\"\$(TOOLSDIR)/libs/wine:\$\$PATH\""
11975     ;;
11976   darwin*|macosx*)
11977     ;;
11978   *)
11979     LDPATH="LD_LIBRARY_PATH=\"\$(TOOLSDIR)/libs/wine:\$\$LD_LIBRARY_PATH\""
11980     ;;
11981 esac
11982
11983 case $host_os in
11984   mingw32*)
11985     CRTLIBS="-lmsvcrt"
11986
11987     SOCKETLIBS="-L\$(TOPOBJDIR)/dlls/ws2_32 -lws2_32"
11988
11989     ;;
11990 esac
11991
11992 MAIN_BINARY="wine"
11993
11994 test -z "$with_wine64" || MAIN_BINARY="wine32"
11995
11996 case $host_cpu in
11997   *i[3456789]86*)
11998     case $host_os in
11999       linux* | k*bsd*-gnu)
12000         EXTRA_BINARIES="wine-preloader"
12001  ;;
12002     esac
12003     ;;
12004 esac
12005
12006
12007 ac_save_CFLAGS="$CFLAGS"
12008 CFLAGS="$CFLAGS $BUILTINFLAG"
12009 for ac_func in \
12010         _pclose \
12011         _popen \
12012         _snprintf \
12013         _spawnvp \
12014         _strdup \
12015         _stricmp \
12016         _strnicmp \
12017         _strtoi64 \
12018         _strtoui64 \
12019         _vsnprintf \
12020         asctime_r \
12021         chsize \
12022         dlopen \
12023         epoll_create \
12024         ffs \
12025         finite \
12026         fnmatch \
12027         fork \
12028         fpclass \
12029         fstatfs \
12030         fstatvfs \
12031         ftruncate \
12032         futimes \
12033         futimesat \
12034         getdirentries \
12035         getopt_long \
12036         getpagesize \
12037         getpwuid \
12038         gettid \
12039         gettimeofday \
12040         getuid \
12041         kqueue \
12042         lstat \
12043         memmove \
12044         mmap \
12045         pclose \
12046         pipe2 \
12047         poll \
12048         popen \
12049         prctl \
12050         pread \
12051         pwrite \
12052         readdir \
12053         readlink \
12054         sched_yield \
12055         select \
12056         setproctitle \
12057         setrlimit \
12058         settimeofday \
12059         sigaltstack \
12060         sigprocmask \
12061         snprintf \
12062         spawnvp \
12063         statfs \
12064         statvfs \
12065         strcasecmp \
12066         strdup \
12067         strerror \
12068         strncasecmp \
12069         strtold \
12070         strtoll \
12071         strtoull \
12072         symlink \
12073         tcgetattr \
12074         thr_kill2 \
12075         timegm \
12076         usleep \
12077         vsnprintf \
12078         wait4 \
12079         waitpid \
12080
12081 do :
12082   as_ac_var=`$as_echo "ac_cv_func_$ac_func" | $as_tr_sh`
12083 ac_fn_c_check_func "$LINENO" "$ac_func" "$as_ac_var"
12084 eval as_val=\$$as_ac_var
12085    if test "x$as_val" = x""yes; then :
12086   cat >>confdefs.h <<_ACEOF
12087 #define `$as_echo "HAVE_$ac_func" | $as_tr_cpp` 1
12088 _ACEOF
12089
12090 fi
12091 done
12092
12093 CFLAGS="$ac_save_CFLAGS"
12094
12095 if test "$ac_cv_func_dlopen" = no
12096 then
12097     { $as_echo "$as_me:${as_lineno-$LINENO}: checking for dlopen in -ldl" >&5
12098 $as_echo_n "checking for dlopen in -ldl... " >&6; }
12099 if test "${ac_cv_lib_dl_dlopen+set}" = set; then :
12100   $as_echo_n "(cached) " >&6
12101 else
12102   ac_check_lib_save_LIBS=$LIBS
12103 LIBS="-ldl  $LIBS"
12104 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
12105 /* end confdefs.h.  */
12106
12107 /* Override any GCC internal prototype to avoid an error.
12108    Use char because int might match the return type of a GCC
12109    builtin and then its argument prototype would still apply.  */
12110 #ifdef __cplusplus
12111 extern "C"
12112 #endif
12113 char dlopen ();
12114 int
12115 main ()
12116 {
12117 return dlopen ();
12118   ;
12119   return 0;
12120 }
12121 _ACEOF
12122 if ac_fn_c_try_link "$LINENO"; then :
12123   ac_cv_lib_dl_dlopen=yes
12124 else
12125   ac_cv_lib_dl_dlopen=no
12126 fi
12127 rm -f core conftest.err conftest.$ac_objext \
12128     conftest$ac_exeext conftest.$ac_ext
12129 LIBS=$ac_check_lib_save_LIBS
12130 fi
12131 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_dl_dlopen" >&5
12132 $as_echo "$ac_cv_lib_dl_dlopen" >&6; }
12133 if test "x$ac_cv_lib_dl_dlopen" = x""yes; then :
12134   $as_echo "#define HAVE_DLOPEN 1" >>confdefs.h
12135  LIBDL="-ldl"
12136
12137 fi
12138
12139 fi
12140 ac_wine_check_funcs_save_LIBS="$LIBS"
12141 LIBS="$LIBS $LIBDL"
12142 for ac_func in dladdr
12143 do :
12144   ac_fn_c_check_func "$LINENO" "dladdr" "ac_cv_func_dladdr"
12145 if test "x$ac_cv_func_dladdr" = x""yes; then :
12146   cat >>confdefs.h <<_ACEOF
12147 #define HAVE_DLADDR 1
12148 _ACEOF
12149
12150 fi
12151 done
12152
12153 LIBS="$ac_wine_check_funcs_save_LIBS"
12154
12155 if test "$ac_cv_func_poll" = no
12156 then
12157     { $as_echo "$as_me:${as_lineno-$LINENO}: checking for poll in -lpoll" >&5
12158 $as_echo_n "checking for poll in -lpoll... " >&6; }
12159 if test "${ac_cv_lib_poll_poll+set}" = set; then :
12160   $as_echo_n "(cached) " >&6
12161 else
12162   ac_check_lib_save_LIBS=$LIBS
12163 LIBS="-lpoll  $LIBS"
12164 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
12165 /* end confdefs.h.  */
12166
12167 /* Override any GCC internal prototype to avoid an error.
12168    Use char because int might match the return type of a GCC
12169    builtin and then its argument prototype would still apply.  */
12170 #ifdef __cplusplus
12171 extern "C"
12172 #endif
12173 char poll ();
12174 int
12175 main ()
12176 {
12177 return poll ();
12178   ;
12179   return 0;
12180 }
12181 _ACEOF
12182 if ac_fn_c_try_link "$LINENO"; then :
12183   ac_cv_lib_poll_poll=yes
12184 else
12185   ac_cv_lib_poll_poll=no
12186 fi
12187 rm -f core conftest.err conftest.$ac_objext \
12188     conftest$ac_exeext conftest.$ac_ext
12189 LIBS=$ac_check_lib_save_LIBS
12190 fi
12191 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_poll_poll" >&5
12192 $as_echo "$ac_cv_lib_poll_poll" >&6; }
12193 if test "x$ac_cv_lib_poll_poll" = x""yes; then :
12194   $as_echo "#define HAVE_POLL 1" >>confdefs.h
12195  LIBPOLL="-lpoll"
12196
12197 fi
12198
12199 fi
12200
12201 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for library containing gethostbyname" >&5
12202 $as_echo_n "checking for library containing gethostbyname... " >&6; }
12203 if test "${ac_cv_search_gethostbyname+set}" = set; then :
12204   $as_echo_n "(cached) " >&6
12205 else
12206   ac_func_search_save_LIBS=$LIBS
12207 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
12208 /* end confdefs.h.  */
12209
12210 /* Override any GCC internal prototype to avoid an error.
12211    Use char because int might match the return type of a GCC
12212    builtin and then its argument prototype would still apply.  */
12213 #ifdef __cplusplus
12214 extern "C"
12215 #endif
12216 char gethostbyname ();
12217 int
12218 main ()
12219 {
12220 return gethostbyname ();
12221   ;
12222   return 0;
12223 }
12224 _ACEOF
12225 for ac_lib in '' nsl; do
12226   if test -z "$ac_lib"; then
12227     ac_res="none required"
12228   else
12229     ac_res=-l$ac_lib
12230     LIBS="-l$ac_lib  $ac_func_search_save_LIBS"
12231   fi
12232   if ac_fn_c_try_link "$LINENO"; then :
12233   ac_cv_search_gethostbyname=$ac_res
12234 fi
12235 rm -f core conftest.err conftest.$ac_objext \
12236     conftest$ac_exeext
12237   if test "${ac_cv_search_gethostbyname+set}" = set; then :
12238   break
12239 fi
12240 done
12241 if test "${ac_cv_search_gethostbyname+set}" = set; then :
12242
12243 else
12244   ac_cv_search_gethostbyname=no
12245 fi
12246 rm conftest.$ac_ext
12247 LIBS=$ac_func_search_save_LIBS
12248 fi
12249 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_search_gethostbyname" >&5
12250 $as_echo "$ac_cv_search_gethostbyname" >&6; }
12251 ac_res=$ac_cv_search_gethostbyname
12252 if test "$ac_res" != no; then :
12253   test "$ac_res" = "none required" || LIBS="$ac_res $LIBS"
12254
12255 fi
12256
12257
12258 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for library containing connect" >&5
12259 $as_echo_n "checking for library containing connect... " >&6; }
12260 if test "${ac_cv_search_connect+set}" = set; then :
12261   $as_echo_n "(cached) " >&6
12262 else
12263   ac_func_search_save_LIBS=$LIBS
12264 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
12265 /* end confdefs.h.  */
12266
12267 /* Override any GCC internal prototype to avoid an error.
12268    Use char because int might match the return type of a GCC
12269    builtin and then its argument prototype would still apply.  */
12270 #ifdef __cplusplus
12271 extern "C"
12272 #endif
12273 char connect ();
12274 int
12275 main ()
12276 {
12277 return connect ();
12278   ;
12279   return 0;
12280 }
12281 _ACEOF
12282 for ac_lib in '' socket; do
12283   if test -z "$ac_lib"; then
12284     ac_res="none required"
12285   else
12286     ac_res=-l$ac_lib
12287     LIBS="-l$ac_lib  $ac_func_search_save_LIBS"
12288   fi
12289   if ac_fn_c_try_link "$LINENO"; then :
12290   ac_cv_search_connect=$ac_res
12291 fi
12292 rm -f core conftest.err conftest.$ac_objext \
12293     conftest$ac_exeext
12294   if test "${ac_cv_search_connect+set}" = set; then :
12295   break
12296 fi
12297 done
12298 if test "${ac_cv_search_connect+set}" = set; then :
12299
12300 else
12301   ac_cv_search_connect=no
12302 fi
12303 rm conftest.$ac_ext
12304 LIBS=$ac_func_search_save_LIBS
12305 fi
12306 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_search_connect" >&5
12307 $as_echo "$ac_cv_search_connect" >&6; }
12308 ac_res=$ac_cv_search_connect
12309 if test "$ac_res" != no; then :
12310   test "$ac_res" = "none required" || LIBS="$ac_res $LIBS"
12311
12312 fi
12313
12314
12315 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for library containing inet_aton" >&5
12316 $as_echo_n "checking for library containing inet_aton... " >&6; }
12317 if test "${ac_cv_search_inet_aton+set}" = set; then :
12318   $as_echo_n "(cached) " >&6
12319 else
12320   ac_func_search_save_LIBS=$LIBS
12321 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
12322 /* end confdefs.h.  */
12323
12324 /* Override any GCC internal prototype to avoid an error.
12325    Use char because int might match the return type of a GCC
12326    builtin and then its argument prototype would still apply.  */
12327 #ifdef __cplusplus
12328 extern "C"
12329 #endif
12330 char inet_aton ();
12331 int
12332 main ()
12333 {
12334 return inet_aton ();
12335   ;
12336   return 0;
12337 }
12338 _ACEOF
12339 for ac_lib in '' resolv; do
12340   if test -z "$ac_lib"; then
12341     ac_res="none required"
12342   else
12343     ac_res=-l$ac_lib
12344     LIBS="-l$ac_lib  $ac_func_search_save_LIBS"
12345   fi
12346   if ac_fn_c_try_link "$LINENO"; then :
12347   ac_cv_search_inet_aton=$ac_res
12348 fi
12349 rm -f core conftest.err conftest.$ac_objext \
12350     conftest$ac_exeext
12351   if test "${ac_cv_search_inet_aton+set}" = set; then :
12352   break
12353 fi
12354 done
12355 if test "${ac_cv_search_inet_aton+set}" = set; then :
12356
12357 else
12358   ac_cv_search_inet_aton=no
12359 fi
12360 rm conftest.$ac_ext
12361 LIBS=$ac_func_search_save_LIBS
12362 fi
12363 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_search_inet_aton" >&5
12364 $as_echo "$ac_cv_search_inet_aton" >&6; }
12365 ac_res=$ac_cv_search_inet_aton
12366 if test "$ac_res" != no; then :
12367   test "$ac_res" = "none required" || LIBS="$ac_res $LIBS"
12368
12369 fi
12370
12371
12372 for ac_func in \
12373         getaddrinfo \
12374         getnameinfo \
12375         getnetbyname \
12376         getprotobyname \
12377         getprotobynumber \
12378         getservbyport \
12379         inet_network \
12380         inet_ntop \
12381         inet_pton \
12382         sendmsg \
12383         socketpair \
12384
12385 do :
12386   as_ac_var=`$as_echo "ac_cv_func_$ac_func" | $as_tr_sh`
12387 ac_fn_c_check_func "$LINENO" "$ac_func" "$as_ac_var"
12388 eval as_val=\$$as_ac_var
12389    if test "x$as_val" = x""yes; then :
12390   cat >>confdefs.h <<_ACEOF
12391 #define `$as_echo "HAVE_$ac_func" | $as_tr_cpp` 1
12392 _ACEOF
12393
12394 fi
12395 done
12396
12397
12398 LDAPLIBS=""
12399
12400 if test "$ac_cv_header_ldap_h" = "yes" -a "$ac_cv_header_lber_h" = "yes"
12401 then
12402     ac_fn_c_check_type "$LINENO" "LDAPSortKey" "ac_cv_type_LDAPSortKey" "#include <ldap.h>
12403 "
12404 if test "x$ac_cv_type_LDAPSortKey" = x""yes; then :
12405   { $as_echo "$as_me:${as_lineno-$LINENO}: checking for ldap_initialize in -lldap_r" >&5
12406 $as_echo_n "checking for ldap_initialize in -lldap_r... " >&6; }
12407 if test "${ac_cv_lib_ldap_r_ldap_initialize+set}" = set; then :
12408   $as_echo_n "(cached) " >&6
12409 else
12410   ac_check_lib_save_LIBS=$LIBS
12411 LIBS="-lldap_r $LIBPTHREAD $LIBS"
12412 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
12413 /* end confdefs.h.  */
12414
12415 /* Override any GCC internal prototype to avoid an error.
12416    Use char because int might match the return type of a GCC
12417    builtin and then its argument prototype would still apply.  */
12418 #ifdef __cplusplus
12419 extern "C"
12420 #endif
12421 char ldap_initialize ();
12422 int
12423 main ()
12424 {
12425 return ldap_initialize ();
12426   ;
12427   return 0;
12428 }
12429 _ACEOF
12430 if ac_fn_c_try_link "$LINENO"; then :
12431   ac_cv_lib_ldap_r_ldap_initialize=yes
12432 else
12433   ac_cv_lib_ldap_r_ldap_initialize=no
12434 fi
12435 rm -f core conftest.err conftest.$ac_objext \
12436     conftest$ac_exeext conftest.$ac_ext
12437 LIBS=$ac_check_lib_save_LIBS
12438 fi
12439 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_ldap_r_ldap_initialize" >&5
12440 $as_echo "$ac_cv_lib_ldap_r_ldap_initialize" >&6; }
12441 if test "x$ac_cv_lib_ldap_r_ldap_initialize" = x""yes; then :
12442   { $as_echo "$as_me:${as_lineno-$LINENO}: checking for ber_init in -llber" >&5
12443 $as_echo_n "checking for ber_init in -llber... " >&6; }
12444 if test "${ac_cv_lib_lber_ber_init+set}" = set; then :
12445   $as_echo_n "(cached) " >&6
12446 else
12447   ac_check_lib_save_LIBS=$LIBS
12448 LIBS="-llber $LIBPTHREAD $LIBS"
12449 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
12450 /* end confdefs.h.  */
12451
12452 /* Override any GCC internal prototype to avoid an error.
12453    Use char because int might match the return type of a GCC
12454    builtin and then its argument prototype would still apply.  */
12455 #ifdef __cplusplus
12456 extern "C"
12457 #endif
12458 char ber_init ();
12459 int
12460 main ()
12461 {
12462 return ber_init ();
12463   ;
12464   return 0;
12465 }
12466 _ACEOF
12467 if ac_fn_c_try_link "$LINENO"; then :
12468   ac_cv_lib_lber_ber_init=yes
12469 else
12470   ac_cv_lib_lber_ber_init=no
12471 fi
12472 rm -f core conftest.err conftest.$ac_objext \
12473     conftest$ac_exeext conftest.$ac_ext
12474 LIBS=$ac_check_lib_save_LIBS
12475 fi
12476 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_lber_ber_init" >&5
12477 $as_echo "$ac_cv_lib_lber_ber_init" >&6; }
12478 if test "x$ac_cv_lib_lber_ber_init" = x""yes; then :
12479
12480 $as_echo "#define HAVE_LDAP 1" >>confdefs.h
12481
12482                  LDAPLIBS="-lldap_r -llber"
12483 fi
12484
12485 fi
12486
12487 fi
12488
12489     ac_wine_check_funcs_save_LIBS="$LIBS"
12490 LIBS="$LIBS $LDAPLIBS $LIBPTHREAD"
12491 for ac_func in \
12492         ldap_count_references \
12493         ldap_first_reference \
12494         ldap_next_reference \
12495         ldap_parse_reference \
12496         ldap_parse_sort_control \
12497         ldap_parse_sortresponse_control \
12498         ldap_parse_vlv_control \
12499         ldap_parse_vlvresponse_control
12500 do :
12501   as_ac_var=`$as_echo "ac_cv_func_$ac_func" | $as_tr_sh`
12502 ac_fn_c_check_func "$LINENO" "$ac_func" "$as_ac_var"
12503 eval as_val=\$$as_ac_var
12504    if test "x$as_val" = x""yes; then :
12505   cat >>confdefs.h <<_ACEOF
12506 #define `$as_echo "HAVE_$ac_func" | $as_tr_cpp` 1
12507 _ACEOF
12508
12509 fi
12510 done
12511
12512 LIBS="$ac_wine_check_funcs_save_LIBS"
12513 fi
12514 if test "x$LDAPLIBS" = "x"; then :
12515   case "x$with_ldap" in
12516   x)   wine_notices="$wine_notices|libldap (OpenLDAP) ${notice_platform}development files not found, LDAP won't be supported." ;;
12517   xno) ;;
12518   *)   as_fn_error "libldap (OpenLDAP) ${notice_platform}development files not found, LDAP won't be supported.
12519 This is an error since --with-ldap was requested." "$LINENO" 5 ;;
12520 esac
12521 fi
12522
12523 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether mkdir takes only one argument" >&5
12524 $as_echo_n "checking whether mkdir takes only one argument... " >&6; }
12525 if test "${wine_cv_one_arg_mkdir+set}" = set; then :
12526   $as_echo_n "(cached) " >&6
12527 else
12528   cat confdefs.h - <<_ACEOF >conftest.$ac_ext
12529 /* end confdefs.h.  */
12530 #include <sys/stat.h>
12531 int
12532 main ()
12533 {
12534 mkdir("foo");
12535   ;
12536   return 0;
12537 }
12538 _ACEOF
12539 if ac_fn_c_try_compile "$LINENO"; then :
12540   wine_cv_one_arg_mkdir=yes
12541 else
12542   wine_cv_one_arg_mkdir=no
12543 fi
12544 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
12545 fi
12546 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $wine_cv_one_arg_mkdir" >&5
12547 $as_echo "$wine_cv_one_arg_mkdir" >&6; }
12548 if test "$wine_cv_one_arg_mkdir" = "yes"
12549 then
12550
12551 $as_echo "#define HAVE_ONE_ARG_MKDIR 1" >>confdefs.h
12552
12553 fi
12554
12555
12556 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for an ANSI C-conforming const" >&5
12557 $as_echo_n "checking for an ANSI C-conforming const... " >&6; }
12558 if test "${ac_cv_c_const+set}" = set; then :
12559   $as_echo_n "(cached) " >&6
12560 else
12561   cat confdefs.h - <<_ACEOF >conftest.$ac_ext
12562 /* end confdefs.h.  */
12563
12564 int
12565 main ()
12566 {
12567 /* FIXME: Include the comments suggested by Paul. */
12568 #ifndef __cplusplus
12569   /* Ultrix mips cc rejects this.  */
12570   typedef int charset[2];
12571   const charset cs;
12572   /* SunOS 4.1.1 cc rejects this.  */
12573   char const *const *pcpcc;
12574   char **ppc;
12575   /* NEC SVR4.0.2 mips cc rejects this.  */
12576   struct point {int x, y;};
12577   static struct point const zero = {0,0};
12578   /* AIX XL C 1.02.0.0 rejects this.
12579      It does not let you subtract one const X* pointer from another in
12580      an arm of an if-expression whose if-part is not a constant
12581      expression */
12582   const char *g = "string";
12583   pcpcc = &g + (g ? g-g : 0);
12584   /* HPUX 7.0 cc rejects these. */
12585   ++pcpcc;
12586   ppc = (char**) pcpcc;
12587   pcpcc = (char const *const *) ppc;
12588   { /* SCO 3.2v4 cc rejects this.  */
12589     char *t;
12590     char const *s = 0 ? (char *) 0 : (char const *) 0;
12591
12592     *t++ = 0;
12593     if (s) return 0;
12594   }
12595   { /* Someone thinks the Sun supposedly-ANSI compiler will reject this.  */
12596     int x[] = {25, 17};
12597     const int *foo = &x[0];
12598     ++foo;
12599   }
12600   { /* Sun SC1.0 ANSI compiler rejects this -- but not the above. */
12601     typedef const int *iptr;
12602     iptr p = 0;
12603     ++p;
12604   }
12605   { /* AIX XL C 1.02.0.0 rejects this saying
12606        "k.c", line 2.27: 1506-025 (S) Operand must be a modifiable lvalue. */
12607     struct s { int j; const int *ap[3]; };
12608     struct s *b; b->j = 5;
12609   }
12610   { /* ULTRIX-32 V3.1 (Rev 9) vcc rejects this */
12611     const int foo = 10;
12612     if (!foo) return 0;
12613   }
12614   return !cs[0] && !zero.x;
12615 #endif
12616
12617   ;
12618   return 0;
12619 }
12620 _ACEOF
12621 if ac_fn_c_try_compile "$LINENO"; then :
12622   ac_cv_c_const=yes
12623 else
12624   ac_cv_c_const=no
12625 fi
12626 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
12627 fi
12628 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_c_const" >&5
12629 $as_echo "$ac_cv_c_const" >&6; }
12630 if test $ac_cv_c_const = no; then
12631
12632 $as_echo "#define const /**/" >>confdefs.h
12633
12634 fi
12635
12636 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for inline" >&5
12637 $as_echo_n "checking for inline... " >&6; }
12638 if test "${ac_cv_c_inline+set}" = set; then :
12639   $as_echo_n "(cached) " >&6
12640 else
12641   ac_cv_c_inline=no
12642 for ac_kw in inline __inline__ __inline; do
12643   cat confdefs.h - <<_ACEOF >conftest.$ac_ext
12644 /* end confdefs.h.  */
12645 #ifndef __cplusplus
12646 typedef int foo_t;
12647 static $ac_kw foo_t static_foo () {return 0; }
12648 $ac_kw foo_t foo () {return 0; }
12649 #endif
12650
12651 _ACEOF
12652 if ac_fn_c_try_compile "$LINENO"; then :
12653   ac_cv_c_inline=$ac_kw
12654 fi
12655 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
12656   test "$ac_cv_c_inline" != no && break
12657 done
12658
12659 fi
12660 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_c_inline" >&5
12661 $as_echo "$ac_cv_c_inline" >&6; }
12662
12663 case $ac_cv_c_inline in
12664   inline | yes) ;;
12665   *)
12666     case $ac_cv_c_inline in
12667       no) ac_val=;;
12668       *) ac_val=$ac_cv_c_inline;;
12669     esac
12670     cat >>confdefs.h <<_ACEOF
12671 #ifndef __cplusplus
12672 #define inline $ac_val
12673 #endif
12674 _ACEOF
12675     ;;
12676 esac
12677
12678 ac_fn_c_check_type "$LINENO" "mode_t" "ac_cv_type_mode_t" "$ac_includes_default"
12679 if test "x$ac_cv_type_mode_t" = x""yes; then :
12680
12681 cat >>confdefs.h <<_ACEOF
12682 #define HAVE_MODE_T 1
12683 _ACEOF
12684
12685
12686 fi
12687 ac_fn_c_check_type "$LINENO" "off_t" "ac_cv_type_off_t" "$ac_includes_default"
12688 if test "x$ac_cv_type_off_t" = x""yes; then :
12689
12690 cat >>confdefs.h <<_ACEOF
12691 #define HAVE_OFF_T 1
12692 _ACEOF
12693
12694
12695 fi
12696 ac_fn_c_check_type "$LINENO" "pid_t" "ac_cv_type_pid_t" "$ac_includes_default"
12697 if test "x$ac_cv_type_pid_t" = x""yes; then :
12698
12699 cat >>confdefs.h <<_ACEOF
12700 #define HAVE_PID_T 1
12701 _ACEOF
12702
12703
12704 fi
12705 ac_fn_c_check_type "$LINENO" "size_t" "ac_cv_type_size_t" "$ac_includes_default"
12706 if test "x$ac_cv_type_size_t" = x""yes; then :
12707
12708 cat >>confdefs.h <<_ACEOF
12709 #define HAVE_SIZE_T 1
12710 _ACEOF
12711
12712
12713 fi
12714 ac_fn_c_check_type "$LINENO" "ssize_t" "ac_cv_type_ssize_t" "$ac_includes_default"
12715 if test "x$ac_cv_type_ssize_t" = x""yes; then :
12716
12717 cat >>confdefs.h <<_ACEOF
12718 #define HAVE_SSIZE_T 1
12719 _ACEOF
12720
12721
12722 fi
12723 ac_fn_c_check_type "$LINENO" "long long" "ac_cv_type_long_long" "$ac_includes_default"
12724 if test "x$ac_cv_type_long_long" = x""yes; then :
12725
12726 cat >>confdefs.h <<_ACEOF
12727 #define HAVE_LONG_LONG 1
12728 _ACEOF
12729
12730
12731 fi
12732 ac_fn_c_check_type "$LINENO" "fsblkcnt_t" "ac_cv_type_fsblkcnt_t" "$ac_includes_default"
12733 if test "x$ac_cv_type_fsblkcnt_t" = x""yes; then :
12734
12735 cat >>confdefs.h <<_ACEOF
12736 #define HAVE_FSBLKCNT_T 1
12737 _ACEOF
12738
12739
12740 fi
12741 ac_fn_c_check_type "$LINENO" "fsfilcnt_t" "ac_cv_type_fsfilcnt_t" "$ac_includes_default"
12742 if test "x$ac_cv_type_fsfilcnt_t" = x""yes; then :
12743
12744 cat >>confdefs.h <<_ACEOF
12745 #define HAVE_FSFILCNT_T 1
12746 _ACEOF
12747
12748
12749 fi
12750
12751 ac_fn_c_check_type "$LINENO" "sigset_t" "ac_cv_type_sigset_t" "#include <sys/types.h>
12752 #include <signal.h>
12753 "
12754 if test "x$ac_cv_type_sigset_t" = x""yes; then :
12755
12756 cat >>confdefs.h <<_ACEOF
12757 #define HAVE_SIGSET_T 1
12758 _ACEOF
12759
12760
12761 fi
12762
12763 ac_fn_c_check_type "$LINENO" "request_sense" "ac_cv_type_request_sense" "#include <linux/cdrom.h>
12764 "
12765 if test "x$ac_cv_type_request_sense" = x""yes; then :
12766
12767 cat >>confdefs.h <<_ACEOF
12768 #define HAVE_REQUEST_SENSE 1
12769 _ACEOF
12770
12771
12772 fi
12773
12774
12775 ac_fn_c_check_type "$LINENO" "struct xinpgen" "ac_cv_type_struct_xinpgen" "#include <sys/types.h>
12776 #ifdef HAVE_SYS_SOCKET_H
12777 #include <sys/socket.h>
12778 #endif
12779 #ifdef HAVE_SYS_SOCKETVAR_H
12780 #include <sys/socketvar.h>
12781 #endif
12782 #ifdef HAVE_NET_ROUTE_H
12783 #include <net/route.h>
12784 #endif
12785 #ifdef HAVE_NETINET_IN_H
12786 #include <netinet/in.h>
12787 #endif
12788 #ifdef HAVE_NETINET_IN_SYSTM_H
12789 #include <netinet/in_systm.h>
12790 #endif
12791 #ifdef HAVE_NETINET_IP_H
12792 #include <netinet/ip.h>
12793 #endif
12794 #ifdef HAVE_NETINET_IN_PCB_H
12795 #include <netinet/in_pcb.h>
12796 #endif
12797 "
12798 if test "x$ac_cv_type_struct_xinpgen" = x""yes; then :
12799
12800 cat >>confdefs.h <<_ACEOF
12801 #define HAVE_STRUCT_XINPGEN 1
12802 _ACEOF
12803
12804
12805 fi
12806
12807
12808 ac_fn_c_check_member "$LINENO" "struct ff_effect" "direction" "ac_cv_member_struct_ff_effect_direction" "#ifdef HAVE_LINUX_INPUT_H
12809 #include <linux/input.h>
12810 #endif
12811 "
12812 if test "x$ac_cv_member_struct_ff_effect_direction" = x""yes; then :
12813
12814 cat >>confdefs.h <<_ACEOF
12815 #define HAVE_STRUCT_FF_EFFECT_DIRECTION 1
12816 _ACEOF
12817
12818
12819 fi
12820
12821
12822 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for sigaddset" >&5
12823 $as_echo_n "checking for sigaddset... " >&6; }
12824 if test "${wine_cv_have_sigaddset+set}" = set; then :
12825   $as_echo_n "(cached) " >&6
12826 else
12827   cat confdefs.h - <<_ACEOF >conftest.$ac_ext
12828 /* end confdefs.h.  */
12829 #include <signal.h>
12830 int
12831 main ()
12832 {
12833 sigset_t set; sigaddset(&set,SIGTERM);
12834   ;
12835   return 0;
12836 }
12837 _ACEOF
12838 if ac_fn_c_try_link "$LINENO"; then :
12839   wine_cv_have_sigaddset=yes
12840 else
12841   wine_cv_have_sigaddset=no
12842 fi
12843 rm -f core conftest.err conftest.$ac_objext \
12844     conftest$ac_exeext conftest.$ac_ext
12845 fi
12846 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $wine_cv_have_sigaddset" >&5
12847 $as_echo "$wine_cv_have_sigaddset" >&6; }
12848 if test "$wine_cv_have_sigaddset" = "yes"
12849 then
12850
12851 $as_echo "#define HAVE_SIGADDSET 1" >>confdefs.h
12852
12853 fi
12854
12855
12856 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether we can use re-entrant gethostbyname_r Linux style" >&5
12857 $as_echo_n "checking whether we can use re-entrant gethostbyname_r Linux style... " >&6; }
12858 if test "${wine_cv_linux_gethostbyname_r_6+set}" = set; then :
12859   $as_echo_n "(cached) " >&6
12860 else
12861   cat confdefs.h - <<_ACEOF >conftest.$ac_ext
12862 /* end confdefs.h.  */
12863 #include <netdb.h>
12864 int
12865 main ()
12866 {
12867
12868     char *name=0;
12869     struct hostent he;
12870     struct hostent *result;
12871     char *buf=0;
12872     int bufsize=0;
12873     int res,errnr;
12874     char *addr=0;
12875     int addrlen=0;
12876     int addrtype=0;
12877     res=gethostbyname_r(name,&he,buf,bufsize,&result,&errnr);
12878     res=gethostbyaddr_r(addr, addrlen, addrtype,&he,buf,bufsize,&result,&errnr);
12879
12880   ;
12881   return 0;
12882 }
12883 _ACEOF
12884 if ac_fn_c_try_link "$LINENO"; then :
12885   wine_cv_linux_gethostbyname_r_6=yes
12886 else
12887   wine_cv_linux_gethostbyname_r_6=no
12888
12889 fi
12890 rm -f core conftest.err conftest.$ac_objext \
12891     conftest$ac_exeext conftest.$ac_ext
12892
12893 fi
12894 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $wine_cv_linux_gethostbyname_r_6" >&5
12895 $as_echo "$wine_cv_linux_gethostbyname_r_6" >&6; }
12896    if test "$wine_cv_linux_gethostbyname_r_6" = "yes"
12897    then
12898
12899 $as_echo "#define HAVE_LINUX_GETHOSTBYNAME_R_6 1" >>confdefs.h
12900
12901    fi
12902
12903 if test "$ac_cv_header_linux_joystick_h" = "yes"
12904 then
12905    { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether linux/joystick.h uses the Linux 2.2+ API" >&5
12906 $as_echo_n "checking whether linux/joystick.h uses the Linux 2.2+ API... " >&6; }
12907 if test "${wine_cv_linux_joystick_22_api+set}" = set; then :
12908   $as_echo_n "(cached) " >&6
12909 else
12910   cat confdefs.h - <<_ACEOF >conftest.$ac_ext
12911 /* end confdefs.h.  */
12912
12913         #include <sys/ioctl.h>
12914         #include <sys/types.h>
12915         #include <linux/joystick.h>
12916
12917         struct js_event blub;
12918         #if !defined(JS_EVENT_AXIS) || !defined(JS_EVENT_BUTTON)
12919         #error "no 2.2 header"
12920         #endif
12921
12922 int
12923 main ()
12924 {
12925 /*empty*/
12926   ;
12927   return 0;
12928 }
12929 _ACEOF
12930 if ac_fn_c_try_compile "$LINENO"; then :
12931   wine_cv_linux_joystick_22_api=yes
12932 else
12933   wine_cv_linux_joystick_22_api=no
12934 fi
12935 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
12936
12937 fi
12938 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $wine_cv_linux_joystick_22_api" >&5
12939 $as_echo "$wine_cv_linux_joystick_22_api" >&6; }
12940    if test "$wine_cv_linux_joystick_22_api" = "yes"
12941    then
12942
12943 $as_echo "#define HAVE_LINUX_22_JOYSTICK_API 1" >>confdefs.h
12944
12945    fi
12946 fi
12947
12948
12949 ac_fn_c_check_member "$LINENO" "struct statfs" "f_bfree" "ac_cv_member_struct_statfs_f_bfree" "#include <sys/types.h>
12950 #ifdef HAVE_SYS_PARAM_H
12951 # include <sys/param.h>
12952 #endif
12953 #ifdef HAVE_SYS_MOUNT_H
12954 # include <sys/mount.h>
12955 #endif
12956 #ifdef HAVE_SYS_VFS_H
12957 # include <sys/vfs.h>
12958 #endif
12959 #ifdef HAVE_SYS_STATFS_H
12960 # include <sys/statfs.h>
12961 #endif
12962 "
12963 if test "x$ac_cv_member_struct_statfs_f_bfree" = x""yes; then :
12964
12965 cat >>confdefs.h <<_ACEOF
12966 #define HAVE_STRUCT_STATFS_F_BFREE 1
12967 _ACEOF
12968
12969
12970 fi
12971 ac_fn_c_check_member "$LINENO" "struct statfs" "f_bavail" "ac_cv_member_struct_statfs_f_bavail" "#include <sys/types.h>
12972 #ifdef HAVE_SYS_PARAM_H
12973 # include <sys/param.h>
12974 #endif
12975 #ifdef HAVE_SYS_MOUNT_H
12976 # include <sys/mount.h>
12977 #endif
12978 #ifdef HAVE_SYS_VFS_H
12979 # include <sys/vfs.h>
12980 #endif
12981 #ifdef HAVE_SYS_STATFS_H
12982 # include <sys/statfs.h>
12983 #endif
12984 "
12985 if test "x$ac_cv_member_struct_statfs_f_bavail" = x""yes; then :
12986
12987 cat >>confdefs.h <<_ACEOF
12988 #define HAVE_STRUCT_STATFS_F_BAVAIL 1
12989 _ACEOF
12990
12991
12992 fi
12993 ac_fn_c_check_member "$LINENO" "struct statfs" "f_frsize" "ac_cv_member_struct_statfs_f_frsize" "#include <sys/types.h>
12994 #ifdef HAVE_SYS_PARAM_H
12995 # include <sys/param.h>
12996 #endif
12997 #ifdef HAVE_SYS_MOUNT_H
12998 # include <sys/mount.h>
12999 #endif
13000 #ifdef HAVE_SYS_VFS_H
13001 # include <sys/vfs.h>
13002 #endif
13003 #ifdef HAVE_SYS_STATFS_H
13004 # include <sys/statfs.h>
13005 #endif
13006 "
13007 if test "x$ac_cv_member_struct_statfs_f_frsize" = x""yes; then :
13008
13009 cat >>confdefs.h <<_ACEOF
13010 #define HAVE_STRUCT_STATFS_F_FRSIZE 1
13011 _ACEOF
13012
13013
13014 fi
13015 ac_fn_c_check_member "$LINENO" "struct statfs" "f_ffree" "ac_cv_member_struct_statfs_f_ffree" "#include <sys/types.h>
13016 #ifdef HAVE_SYS_PARAM_H
13017 # include <sys/param.h>
13018 #endif
13019 #ifdef HAVE_SYS_MOUNT_H
13020 # include <sys/mount.h>
13021 #endif
13022 #ifdef HAVE_SYS_VFS_H
13023 # include <sys/vfs.h>
13024 #endif
13025 #ifdef HAVE_SYS_STATFS_H
13026 # include <sys/statfs.h>
13027 #endif
13028 "
13029 if test "x$ac_cv_member_struct_statfs_f_ffree" = x""yes; then :
13030
13031 cat >>confdefs.h <<_ACEOF
13032 #define HAVE_STRUCT_STATFS_F_FFREE 1
13033 _ACEOF
13034
13035
13036 fi
13037 ac_fn_c_check_member "$LINENO" "struct statfs" "f_favail" "ac_cv_member_struct_statfs_f_favail" "#include <sys/types.h>
13038 #ifdef HAVE_SYS_PARAM_H
13039 # include <sys/param.h>
13040 #endif
13041 #ifdef HAVE_SYS_MOUNT_H
13042 # include <sys/mount.h>
13043 #endif
13044 #ifdef HAVE_SYS_VFS_H
13045 # include <sys/vfs.h>
13046 #endif
13047 #ifdef HAVE_SYS_STATFS_H
13048 # include <sys/statfs.h>
13049 #endif
13050 "
13051 if test "x$ac_cv_member_struct_statfs_f_favail" = x""yes; then :
13052
13053 cat >>confdefs.h <<_ACEOF
13054 #define HAVE_STRUCT_STATFS_F_FAVAIL 1
13055 _ACEOF
13056
13057
13058 fi
13059 ac_fn_c_check_member "$LINENO" "struct statfs" "f_namelen" "ac_cv_member_struct_statfs_f_namelen" "#include <sys/types.h>
13060 #ifdef HAVE_SYS_PARAM_H
13061 # include <sys/param.h>
13062 #endif
13063 #ifdef HAVE_SYS_MOUNT_H
13064 # include <sys/mount.h>
13065 #endif
13066 #ifdef HAVE_SYS_VFS_H
13067 # include <sys/vfs.h>
13068 #endif
13069 #ifdef HAVE_SYS_STATFS_H
13070 # include <sys/statfs.h>
13071 #endif
13072 "
13073 if test "x$ac_cv_member_struct_statfs_f_namelen" = x""yes; then :
13074
13075 cat >>confdefs.h <<_ACEOF
13076 #define HAVE_STRUCT_STATFS_F_NAMELEN 1
13077 _ACEOF
13078
13079
13080 fi
13081
13082
13083 ac_fn_c_check_member "$LINENO" "struct statvfs" "f_blocks" "ac_cv_member_struct_statvfs_f_blocks" "#ifdef HAVE_SYS_STATVFS_H
13084 #include <sys/statvfs.h>
13085 #endif
13086 "
13087 if test "x$ac_cv_member_struct_statvfs_f_blocks" = x""yes; then :
13088
13089 cat >>confdefs.h <<_ACEOF
13090 #define HAVE_STRUCT_STATVFS_F_BLOCKS 1
13091 _ACEOF
13092
13093
13094 fi
13095
13096
13097 ac_fn_c_check_member "$LINENO" "struct msghdr" "msg_accrights" "ac_cv_member_struct_msghdr_msg_accrights" "#include <sys/types.h>
13098 #ifdef HAVE_SYS_SOCKET_H
13099 # include <sys/socket.h>
13100 #endif
13101 #ifdef HAVE_SYS_UN_H
13102 # include <sys/un.h>
13103 #endif
13104 "
13105 if test "x$ac_cv_member_struct_msghdr_msg_accrights" = x""yes; then :
13106
13107 cat >>confdefs.h <<_ACEOF
13108 #define HAVE_STRUCT_MSGHDR_MSG_ACCRIGHTS 1
13109 _ACEOF
13110
13111
13112 fi
13113 ac_fn_c_check_member "$LINENO" "struct sockaddr" "sa_len" "ac_cv_member_struct_sockaddr_sa_len" "#include <sys/types.h>
13114 #ifdef HAVE_SYS_SOCKET_H
13115 # include <sys/socket.h>
13116 #endif
13117 #ifdef HAVE_SYS_UN_H
13118 # include <sys/un.h>
13119 #endif
13120 "
13121 if test "x$ac_cv_member_struct_sockaddr_sa_len" = x""yes; then :
13122
13123 cat >>confdefs.h <<_ACEOF
13124 #define HAVE_STRUCT_SOCKADDR_SA_LEN 1
13125 _ACEOF
13126
13127
13128 fi
13129 ac_fn_c_check_member "$LINENO" "struct sockaddr_un" "sun_len" "ac_cv_member_struct_sockaddr_un_sun_len" "#include <sys/types.h>
13130 #ifdef HAVE_SYS_SOCKET_H
13131 # include <sys/socket.h>
13132 #endif
13133 #ifdef HAVE_SYS_UN_H
13134 # include <sys/un.h>
13135 #endif
13136 "
13137 if test "x$ac_cv_member_struct_sockaddr_un_sun_len" = x""yes; then :
13138
13139 cat >>confdefs.h <<_ACEOF
13140 #define HAVE_STRUCT_SOCKADDR_UN_SUN_LEN 1
13141 _ACEOF
13142
13143
13144 fi
13145
13146
13147 ac_fn_c_check_member "$LINENO" "scsireq_t" "cmd" "ac_cv_member_scsireq_t_cmd" "#include <sys/types.h>
13148 #ifdef HAVE_SCSI_SG_H
13149 #include <scsi/sg.h>
13150 #endif
13151 "
13152 if test "x$ac_cv_member_scsireq_t_cmd" = x""yes; then :
13153
13154 cat >>confdefs.h <<_ACEOF
13155 #define HAVE_SCSIREQ_T_CMD 1
13156 _ACEOF
13157
13158
13159 fi
13160 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>
13161 #ifdef HAVE_SCSI_SG_H
13162 #include <scsi/sg.h>
13163 #endif
13164 "
13165 if test "x$ac_cv_member_sg_io_hdr_t_interface_id" = x""yes; then :
13166
13167 cat >>confdefs.h <<_ACEOF
13168 #define HAVE_SG_IO_HDR_T_INTERFACE_ID 1
13169 _ACEOF
13170
13171
13172 fi
13173
13174
13175 ac_fn_c_check_member "$LINENO" "siginfo_t" "si_fd" "ac_cv_member_siginfo_t_si_fd" "#include <signal.h>
13176 "
13177 if test "x$ac_cv_member_siginfo_t_si_fd" = x""yes; then :
13178
13179 cat >>confdefs.h <<_ACEOF
13180 #define HAVE_SIGINFO_T_SI_FD 1
13181 _ACEOF
13182
13183
13184 fi
13185
13186
13187 ac_fn_c_check_member "$LINENO" "struct mtget" "mt_blksiz" "ac_cv_member_struct_mtget_mt_blksiz" "#include <sys/types.h>
13188 #ifdef HAVE_SYS_MTIO_H
13189 #include <sys/mtio.h>
13190 #endif
13191 "
13192 if test "x$ac_cv_member_struct_mtget_mt_blksiz" = x""yes; then :
13193
13194 cat >>confdefs.h <<_ACEOF
13195 #define HAVE_STRUCT_MTGET_MT_BLKSIZ 1
13196 _ACEOF
13197
13198
13199 fi
13200 ac_fn_c_check_member "$LINENO" "struct mtget" "mt_gstat" "ac_cv_member_struct_mtget_mt_gstat" "#include <sys/types.h>
13201 #ifdef HAVE_SYS_MTIO_H
13202 #include <sys/mtio.h>
13203 #endif
13204 "
13205 if test "x$ac_cv_member_struct_mtget_mt_gstat" = x""yes; then :
13206
13207 cat >>confdefs.h <<_ACEOF
13208 #define HAVE_STRUCT_MTGET_MT_GSTAT 1
13209 _ACEOF
13210
13211
13212 fi
13213 ac_fn_c_check_member "$LINENO" "struct mtget" "mt_blkno" "ac_cv_member_struct_mtget_mt_blkno" "#include <sys/types.h>
13214 #ifdef HAVE_SYS_MTIO_H
13215 #include <sys/mtio.h>
13216 #endif
13217 "
13218 if test "x$ac_cv_member_struct_mtget_mt_blkno" = x""yes; then :
13219
13220 cat >>confdefs.h <<_ACEOF
13221 #define HAVE_STRUCT_MTGET_MT_BLKNO 1
13222 _ACEOF
13223
13224
13225 fi
13226
13227
13228 ac_fn_c_check_member "$LINENO" "struct option" "name" "ac_cv_member_struct_option_name" "#ifdef HAVE_GETOPT_H
13229 #include <getopt.h>
13230 #endif
13231 "
13232 if test "x$ac_cv_member_struct_option_name" = x""yes; then :
13233
13234 cat >>confdefs.h <<_ACEOF
13235 #define HAVE_STRUCT_OPTION_NAME 1
13236 _ACEOF
13237
13238
13239 fi
13240
13241
13242 ac_fn_c_check_member "$LINENO" "struct stat" "st_blocks" "ac_cv_member_struct_stat_st_blocks" "$ac_includes_default"
13243 if test "x$ac_cv_member_struct_stat_st_blocks" = x""yes; then :
13244
13245 cat >>confdefs.h <<_ACEOF
13246 #define HAVE_STRUCT_STAT_ST_BLOCKS 1
13247 _ACEOF
13248
13249
13250 fi
13251 ac_fn_c_check_member "$LINENO" "struct stat" "st_mtim" "ac_cv_member_struct_stat_st_mtim" "$ac_includes_default"
13252 if test "x$ac_cv_member_struct_stat_st_mtim" = x""yes; then :
13253
13254 cat >>confdefs.h <<_ACEOF
13255 #define HAVE_STRUCT_STAT_ST_MTIM 1
13256 _ACEOF
13257
13258
13259 fi
13260 ac_fn_c_check_member "$LINENO" "struct stat" "st_ctim" "ac_cv_member_struct_stat_st_ctim" "$ac_includes_default"
13261 if test "x$ac_cv_member_struct_stat_st_ctim" = x""yes; then :
13262
13263 cat >>confdefs.h <<_ACEOF
13264 #define HAVE_STRUCT_STAT_ST_CTIM 1
13265 _ACEOF
13266
13267
13268 fi
13269 ac_fn_c_check_member "$LINENO" "struct stat" "st_atim" "ac_cv_member_struct_stat_st_atim" "$ac_includes_default"
13270 if test "x$ac_cv_member_struct_stat_st_atim" = x""yes; then :
13271
13272 cat >>confdefs.h <<_ACEOF
13273 #define HAVE_STRUCT_STAT_ST_ATIM 1
13274 _ACEOF
13275
13276
13277 fi
13278
13279
13280 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
13281 #include <sys/types.h>
13282 #endif
13283 #ifdef HAVE_NETINET_IN_H
13284 #include <netinet/in.h>
13285 #endif
13286 "
13287 if test "x$ac_cv_member_struct_sockaddr_in6_sin6_scope_id" = x""yes; then :
13288
13289 cat >>confdefs.h <<_ACEOF
13290 #define HAVE_STRUCT_SOCKADDR_IN6_SIN6_SCOPE_ID 1
13291 _ACEOF
13292
13293
13294 fi
13295
13296
13297 ac_fn_c_check_member "$LINENO" "ns_msg" "_msg_ptr" "ac_cv_member_ns_msg__msg_ptr" "#ifdef HAVE_SYS_TYPES_H
13298 #include <sys/types.h>
13299 #endif
13300 #ifdef HAVE_NETINET_IN_H
13301 # include <netinet/in.h>
13302 #endif
13303 #ifdef HAVE_ARPA_NAMESER_H
13304 # include <arpa/nameser.h>
13305 #endif
13306 "
13307 if test "x$ac_cv_member_ns_msg__msg_ptr" = x""yes; then :
13308
13309 cat >>confdefs.h <<_ACEOF
13310 #define HAVE_NS_MSG__MSG_PTR 1
13311 _ACEOF
13312
13313
13314 fi
13315
13316
13317 ac_fn_c_check_member "$LINENO" "struct icmpstat" "icps_outhist" "ac_cv_member_struct_icmpstat_icps_outhist" "#ifdef HAVE_SYS_TYPES_H
13318 #include <sys/types.h>
13319 #endif
13320 #ifdef HAVE_ALIAS_H
13321 #include <alias.h>
13322 #endif
13323 #ifdef HAVE_SYS_SOCKET_H
13324 #include <sys/socket.h>
13325 #endif
13326 #ifdef HAVE_SYS_SOCKETVAR_H
13327 #include <sys/socketvar.h>
13328 #endif
13329 #ifdef HAVE_SYS_TIMEOUT_H
13330 #include <sys/timeout.h>
13331 #endif
13332 #ifdef HAVE_NETINET_IN_H
13333 #include <netinet/in.h>
13334 #endif
13335 #ifdef HAVE_NETINET_IN_SYSTM_H
13336 #include <netinet/in_systm.h>
13337 #endif
13338 #ifdef HAVE_NETINET_IP_H
13339 #include <netinet/ip.h>
13340 #endif
13341 #ifdef HAVE_NETINET_IP_VAR_H
13342 #include <netinet/ip_var.h>
13343 #endif
13344 #ifdef HAVE_NETINET_IP_ICMP_H
13345 #include <netinet/ip_icmp.h>
13346 #endif
13347 #ifdef HAVE_NETINET_ICMP_VAR
13348 #include <netinet/icmp_var.h>
13349 #endif
13350 "
13351 if test "x$ac_cv_member_struct_icmpstat_icps_outhist" = x""yes; then :
13352
13353 cat >>confdefs.h <<_ACEOF
13354 #define HAVE_STRUCT_ICMPSTAT_ICPS_OUTHIST 1
13355 _ACEOF
13356
13357
13358 fi
13359
13360
13361 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for timezone variable" >&5
13362 $as_echo_n "checking for timezone variable... " >&6; }
13363 if test "${ac_cv_have_timezone+set}" = set; then :
13364   $as_echo_n "(cached) " >&6
13365 else
13366   cat confdefs.h - <<_ACEOF >conftest.$ac_ext
13367 /* end confdefs.h.  */
13368 #include <time.h>
13369 int
13370 main ()
13371 {
13372 timezone = 1
13373   ;
13374   return 0;
13375 }
13376 _ACEOF
13377 if ac_fn_c_try_link "$LINENO"; then :
13378   ac_cv_have_timezone="yes"
13379 else
13380   ac_cv_have_timezone="no"
13381 fi
13382 rm -f core conftest.err conftest.$ac_objext \
13383     conftest$ac_exeext conftest.$ac_ext
13384 fi
13385 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_have_timezone" >&5
13386 $as_echo "$ac_cv_have_timezone" >&6; }
13387 if test "$ac_cv_have_timezone" = "yes"
13388 then
13389
13390 $as_echo "#define HAVE_TIMEZONE 1" >>confdefs.h
13391
13392 fi
13393 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for daylight variable" >&5
13394 $as_echo_n "checking for daylight variable... " >&6; }
13395 if test "${ac_cv_have_daylight+set}" = set; then :
13396   $as_echo_n "(cached) " >&6
13397 else
13398   cat confdefs.h - <<_ACEOF >conftest.$ac_ext
13399 /* end confdefs.h.  */
13400 #include <time.h>
13401 int
13402 main ()
13403 {
13404 daylight = 1
13405   ;
13406   return 0;
13407 }
13408 _ACEOF
13409 if ac_fn_c_try_link "$LINENO"; then :
13410   ac_cv_have_daylight="yes"
13411 else
13412   ac_cv_have_daylight="no"
13413 fi
13414 rm -f core conftest.err conftest.$ac_objext \
13415     conftest$ac_exeext conftest.$ac_ext
13416 fi
13417 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_have_daylight" >&5
13418 $as_echo "$ac_cv_have_daylight" >&6; }
13419 if test "$ac_cv_have_daylight" = "yes"
13420 then
13421
13422 $as_echo "#define HAVE_DAYLIGHT 1" >>confdefs.h
13423
13424 fi
13425
13426 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for isinf" >&5
13427 $as_echo_n "checking for isinf... " >&6; }
13428 if test "${ac_cv_have_isinf+set}" = set; then :
13429   $as_echo_n "(cached) " >&6
13430 else
13431   cat confdefs.h - <<_ACEOF >conftest.$ac_ext
13432 /* end confdefs.h.  */
13433 #include <math.h>
13434 int
13435 main ()
13436 {
13437 float f = 0.0; int i=isinf(f)
13438   ;
13439   return 0;
13440 }
13441 _ACEOF
13442 if ac_fn_c_try_link "$LINENO"; then :
13443   ac_cv_have_isinf="yes"
13444 else
13445   ac_cv_have_isinf="no"
13446 fi
13447 rm -f core conftest.err conftest.$ac_objext \
13448     conftest$ac_exeext conftest.$ac_ext
13449 fi
13450 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_have_isinf" >&5
13451 $as_echo "$ac_cv_have_isinf" >&6; }
13452 if test "$ac_cv_have_isinf" = "yes"
13453 then
13454
13455 $as_echo "#define HAVE_ISINF 1" >>confdefs.h
13456
13457 fi
13458
13459 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for isnan" >&5
13460 $as_echo_n "checking for isnan... " >&6; }
13461 if test "${ac_cv_have_isnan+set}" = set; then :
13462   $as_echo_n "(cached) " >&6
13463 else
13464   cat confdefs.h - <<_ACEOF >conftest.$ac_ext
13465 /* end confdefs.h.  */
13466 #include <math.h>
13467 int
13468 main ()
13469 {
13470 float f = 0.0; int i=isnan(f)
13471   ;
13472   return 0;
13473 }
13474 _ACEOF
13475 if ac_fn_c_try_link "$LINENO"; then :
13476   ac_cv_have_isnan="yes"
13477 else
13478   ac_cv_have_isnan="no"
13479 fi
13480 rm -f core conftest.err conftest.$ac_objext \
13481     conftest$ac_exeext conftest.$ac_ext
13482 fi
13483 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_have_isnan" >&5
13484 $as_echo "$ac_cv_have_isnan" >&6; }
13485 if test "$ac_cv_have_isnan" = "yes"
13486 then
13487
13488 $as_echo "#define HAVE_ISNAN 1" >>confdefs.h
13489
13490 fi
13491
13492
13493 case $host_cpu in
13494   *i[3456789]86*) { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether we need to define __i386__" >&5
13495 $as_echo_n "checking whether we need to define __i386__... " >&6; }
13496 if test "${ac_cv_cpp_def___i386__+set}" = set; then :
13497   $as_echo_n "(cached) " >&6
13498 else
13499   cat confdefs.h - <<_ACEOF >conftest.$ac_ext
13500 /* end confdefs.h.  */
13501 #ifndef __i386__
13502 yes
13503 #endif
13504 _ACEOF
13505 if (eval "$ac_cpp conftest.$ac_ext") 2>&5 |
13506   $EGREP "yes" >/dev/null 2>&1; then :
13507   ac_cv_cpp_def___i386__=yes
13508 else
13509   ac_cv_cpp_def___i386__=no
13510 fi
13511 rm -f conftest*
13512
13513 fi
13514 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_cpp_def___i386__" >&5
13515 $as_echo "$ac_cv_cpp_def___i386__" >&6; }
13516 if test $ac_cv_cpp_def___i386__ = yes; then :
13517   CFLAGS="$CFLAGS -D__i386__"
13518   LINTFLAGS="$LINTFLAGS -D__i386__"
13519 fi ;;
13520   *x86_64*)         { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether we need to define __x86_64__" >&5
13521 $as_echo_n "checking whether we need to define __x86_64__... " >&6; }
13522 if test "${ac_cv_cpp_def___x86_64__+set}" = set; then :
13523   $as_echo_n "(cached) " >&6
13524 else
13525   cat confdefs.h - <<_ACEOF >conftest.$ac_ext
13526 /* end confdefs.h.  */
13527 #ifndef __x86_64__
13528 yes
13529 #endif
13530 _ACEOF
13531 if (eval "$ac_cpp conftest.$ac_ext") 2>&5 |
13532   $EGREP "yes" >/dev/null 2>&1; then :
13533   ac_cv_cpp_def___x86_64__=yes
13534 else
13535   ac_cv_cpp_def___x86_64__=no
13536 fi
13537 rm -f conftest*
13538
13539 fi
13540 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_cpp_def___x86_64__" >&5
13541 $as_echo "$ac_cv_cpp_def___x86_64__" >&6; }
13542 if test $ac_cv_cpp_def___x86_64__ = yes; then :
13543   CFLAGS="$CFLAGS -D__x86_64__"
13544   LINTFLAGS="$LINTFLAGS -D__x86_64__"
13545 fi ;;
13546   *alpha*)          { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether we need to define __ALPHA__" >&5
13547 $as_echo_n "checking whether we need to define __ALPHA__... " >&6; }
13548 if test "${ac_cv_cpp_def___ALPHA__+set}" = set; then :
13549   $as_echo_n "(cached) " >&6
13550 else
13551   cat confdefs.h - <<_ACEOF >conftest.$ac_ext
13552 /* end confdefs.h.  */
13553 #ifndef __ALPHA__
13554 yes
13555 #endif
13556 _ACEOF
13557 if (eval "$ac_cpp conftest.$ac_ext") 2>&5 |
13558   $EGREP "yes" >/dev/null 2>&1; then :
13559   ac_cv_cpp_def___ALPHA__=yes
13560 else
13561   ac_cv_cpp_def___ALPHA__=no
13562 fi
13563 rm -f conftest*
13564
13565 fi
13566 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_cpp_def___ALPHA__" >&5
13567 $as_echo "$ac_cv_cpp_def___ALPHA__" >&6; }
13568 if test $ac_cv_cpp_def___ALPHA__ = yes; then :
13569   CFLAGS="$CFLAGS -D__ALPHA__"
13570   LINTFLAGS="$LINTFLAGS -D__ALPHA__"
13571 fi ;;
13572   *sparc*)          { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether we need to define __sparc__" >&5
13573 $as_echo_n "checking whether we need to define __sparc__... " >&6; }
13574 if test "${ac_cv_cpp_def___sparc__+set}" = set; then :
13575   $as_echo_n "(cached) " >&6
13576 else
13577   cat confdefs.h - <<_ACEOF >conftest.$ac_ext
13578 /* end confdefs.h.  */
13579 #ifndef __sparc__
13580 yes
13581 #endif
13582 _ACEOF
13583 if (eval "$ac_cpp conftest.$ac_ext") 2>&5 |
13584   $EGREP "yes" >/dev/null 2>&1; then :
13585   ac_cv_cpp_def___sparc__=yes
13586 else
13587   ac_cv_cpp_def___sparc__=no
13588 fi
13589 rm -f conftest*
13590
13591 fi
13592 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_cpp_def___sparc__" >&5
13593 $as_echo "$ac_cv_cpp_def___sparc__" >&6; }
13594 if test $ac_cv_cpp_def___sparc__ = yes; then :
13595   CFLAGS="$CFLAGS -D__sparc__"
13596   LINTFLAGS="$LINTFLAGS -D__sparc__"
13597 fi ;;
13598   *powerpc*)        { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether we need to define __powerpc__" >&5
13599 $as_echo_n "checking whether we need to define __powerpc__... " >&6; }
13600 if test "${ac_cv_cpp_def___powerpc__+set}" = set; then :
13601   $as_echo_n "(cached) " >&6
13602 else
13603   cat confdefs.h - <<_ACEOF >conftest.$ac_ext
13604 /* end confdefs.h.  */
13605 #ifndef __powerpc__
13606 yes
13607 #endif
13608 _ACEOF
13609 if (eval "$ac_cpp conftest.$ac_ext") 2>&5 |
13610   $EGREP "yes" >/dev/null 2>&1; then :
13611   ac_cv_cpp_def___powerpc__=yes
13612 else
13613   ac_cv_cpp_def___powerpc__=no
13614 fi
13615 rm -f conftest*
13616
13617 fi
13618 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_cpp_def___powerpc__" >&5
13619 $as_echo "$ac_cv_cpp_def___powerpc__" >&6; }
13620 if test $ac_cv_cpp_def___powerpc__ = yes; then :
13621   CFLAGS="$CFLAGS -D__powerpc__"
13622   LINTFLAGS="$LINTFLAGS -D__powerpc__"
13623 fi ;;
13624 esac
13625
13626 case $host_vendor in
13627   *sun*) { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether we need to define __sun__" >&5
13628 $as_echo_n "checking whether we need to define __sun__... " >&6; }
13629 if test "${ac_cv_cpp_def___sun__+set}" = set; then :
13630   $as_echo_n "(cached) " >&6
13631 else
13632   cat confdefs.h - <<_ACEOF >conftest.$ac_ext
13633 /* end confdefs.h.  */
13634 #ifndef __sun__
13635 yes
13636 #endif
13637 _ACEOF
13638 if (eval "$ac_cpp conftest.$ac_ext") 2>&5 |
13639   $EGREP "yes" >/dev/null 2>&1; then :
13640   ac_cv_cpp_def___sun__=yes
13641 else
13642   ac_cv_cpp_def___sun__=no
13643 fi
13644 rm -f conftest*
13645
13646 fi
13647 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_cpp_def___sun__" >&5
13648 $as_echo "$ac_cv_cpp_def___sun__" >&6; }
13649 if test $ac_cv_cpp_def___sun__ = yes; then :
13650   CFLAGS="$CFLAGS -D__sun__"
13651   LINTFLAGS="$LINTFLAGS -D__sun__"
13652 fi ;;
13653 esac
13654
13655
13656 DEPENDENCIES="### Dependencies:
13657
13658 .INIT: Makefile
13659 .BEGIN: Makefile
13660 .MAKEFILEDEPS:
13661 Makefile: dummy
13662         -\$(MAKEDEP) \$(MAKEDEPFLAGS) -C\$(SRCDIR) -S\$(TOPSRCDIR) -T\$(TOPOBJDIR) \$(EXTRAINCL) \$(DEPEND_SRCS)
13663
13664 \$(OBJS) \$(C_SRCS16:.c=.o): \$(IDL_GEN_HEADERS)
13665 \$(IDL_GEN_C_SRCS:.c=.o): \$(IDL_GEN_C_SRCS)
13666 \$(RC_SRCS:.rc=.res): \$(IDL_TLB_SRCS:.idl=.tlb)
13667 \$(LEX_SRCS:.l=.yy.o): \$(LEX_SRCS:.l=.yy.c)
13668 \$(BISON_SRCS:.y=.tab.o): \$(BISON_SRCS:.y=.tab.c)"
13669
13670
13671 ALL_MAKERULES=""
13672
13673 ALL_MAKEFILES=""
13674
13675 ALL_MAKEFILE_DEPENDS="# Makefile dependencies"
13676
13677
13678 ALL_TOP_DIRS=""
13679
13680 ALL_DLL_DIRS=""
13681
13682 ALL_IMPLIB_DIRS=""
13683
13684 ALL_TEST_DIRS=""
13685
13686 ALL_PROGRAM_DIRS=""
13687
13688 ALL_PROGRAM_INSTALL_DIRS=""
13689
13690 ALL_PROGRAM_BIN_INSTALL_DIRS=""
13691
13692
13693
13694
13695 ac_config_commands="$ac_config_commands include/stamp-h"
13696
13697
13698 ac_config_commands="$ac_config_commands dlls/gdi32/enhmfdrv"
13699
13700 ac_config_commands="$ac_config_commands dlls/gdi32/mfdrv"
13701
13702 ac_config_commands="$ac_config_commands dlls/kernel32/nls"
13703
13704 ac_config_commands="$ac_config_commands dlls/user32/resources"
13705
13706 ac_config_commands="$ac_config_commands dlls/wineps.drv/data"
13707
13708 ac_config_commands="$ac_config_commands include/wine"
13709
13710
13711 ALL_MAKERULES="$ALL_MAKERULES \\
13712         Make.rules"
13713 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
13714 Make.rules: Make.rules.in"
13715 MAKE_RULES=Make.rules
13716 ac_config_files="$ac_config_files Make.rules"
13717
13718 ALL_MAKERULES="$ALL_MAKERULES \\
13719         dlls/Makedll.rules"
13720 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
13721 dlls/Makedll.rules: dlls/Makedll.rules.in Make.rules"
13722 MAKE_DLL_RULES=dlls/Makedll.rules
13723 ac_config_files="$ac_config_files dlls/Makedll.rules"
13724
13725 ALL_MAKERULES="$ALL_MAKERULES \\
13726         dlls/Makeimplib.rules"
13727 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
13728 dlls/Makeimplib.rules: dlls/Makeimplib.rules.in Make.rules"
13729 MAKE_IMPLIB_RULES=dlls/Makeimplib.rules
13730 ac_config_files="$ac_config_files dlls/Makeimplib.rules"
13731
13732 ALL_MAKERULES="$ALL_MAKERULES \\
13733         dlls/Maketest.rules"
13734 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
13735 dlls/Maketest.rules: dlls/Maketest.rules.in Make.rules"
13736 MAKE_TEST_RULES=dlls/Maketest.rules
13737 ac_config_files="$ac_config_files dlls/Maketest.rules"
13738
13739 ALL_MAKERULES="$ALL_MAKERULES \\
13740         programs/Makeprog.rules"
13741 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
13742 programs/Makeprog.rules: programs/Makeprog.rules.in Make.rules"
13743 MAKE_PROG_RULES=programs/Makeprog.rules
13744 ac_config_files="$ac_config_files programs/Makeprog.rules"
13745
13746
13747
13748
13749 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
13750 Makefile: Makefile.in Make.rules"
13751 ac_config_files="$ac_config_files Makefile"
13752
13753 ALL_MAKEFILES="$ALL_MAKEFILES \\
13754         dlls/Makefile"
13755 test "x$enable_dlls" != xno && ALL_TOP_DIRS="$ALL_TOP_DIRS \\
13756         dlls"
13757 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
13758 dlls/Makefile: dlls/Makefile.in Make.rules"
13759 ac_config_files="$ac_config_files dlls/Makefile"
13760
13761 ALL_MAKEFILES="$ALL_MAKEFILES \\
13762         dlls/acledit/Makefile"
13763 test "x$enable_acledit" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
13764         acledit"
13765 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
13766 dlls/acledit/Makefile: dlls/acledit/Makefile.in dlls/Makedll.rules"
13767 ac_config_files="$ac_config_files dlls/acledit/Makefile"
13768
13769 ALL_MAKEFILES="$ALL_MAKEFILES \\
13770         dlls/aclui/Makefile"
13771 test "x$enable_aclui" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
13772         aclui"
13773 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
13774 dlls/aclui/Makefile: dlls/aclui/Makefile.in dlls/Makedll.rules"
13775 ac_config_files="$ac_config_files dlls/aclui/Makefile"
13776
13777 ALL_MAKEFILES="$ALL_MAKEFILES \\
13778         dlls/activeds/Makefile"
13779 test "x$enable_activeds" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
13780         activeds"
13781 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
13782 dlls/activeds/Makefile: dlls/activeds/Makefile.in dlls/Makedll.rules"
13783 ac_config_files="$ac_config_files dlls/activeds/Makefile"
13784
13785 ALL_MAKEFILES="$ALL_MAKEFILES \\
13786         dlls/actxprxy/Makefile"
13787 test "x$enable_actxprxy" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
13788         actxprxy"
13789 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
13790 dlls/actxprxy/Makefile: dlls/actxprxy/Makefile.in dlls/Makedll.rules"
13791 ac_config_files="$ac_config_files dlls/actxprxy/Makefile"
13792
13793 ALL_MAKEFILES="$ALL_MAKEFILES \\
13794         dlls/adsiid/Makefile"
13795 test "x$enable_adsiid" != xno && ALL_IMPLIB_DIRS="$ALL_IMPLIB_DIRS \\
13796         adsiid"
13797 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
13798 dlls/adsiid/Makefile: dlls/adsiid/Makefile.in dlls/Makeimplib.rules"
13799 ac_config_files="$ac_config_files dlls/adsiid/Makefile"
13800
13801 ALL_MAKEFILES="$ALL_MAKEFILES \\
13802         dlls/advapi32/Makefile"
13803 test "x$enable_advapi32" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
13804         advapi32"
13805 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
13806 dlls/advapi32/Makefile: dlls/advapi32/Makefile.in dlls/Makedll.rules"
13807 ac_config_files="$ac_config_files dlls/advapi32/Makefile"
13808
13809 ALL_MAKEFILES="$ALL_MAKEFILES \\
13810         dlls/advapi32/tests/Makefile"
13811 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
13812         advapi32/tests"
13813 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
13814 dlls/advapi32/tests/Makefile: dlls/advapi32/tests/Makefile.in dlls/Maketest.rules"
13815 ac_config_files="$ac_config_files dlls/advapi32/tests/Makefile"
13816
13817 ALL_MAKEFILES="$ALL_MAKEFILES \\
13818         dlls/advpack/Makefile"
13819 test "x$enable_advpack" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
13820         advpack"
13821 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
13822 dlls/advpack/Makefile: dlls/advpack/Makefile.in dlls/Makedll.rules"
13823 ac_config_files="$ac_config_files dlls/advpack/Makefile"
13824
13825 ALL_MAKEFILES="$ALL_MAKEFILES \\
13826         dlls/advpack/tests/Makefile"
13827 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
13828         advpack/tests"
13829 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
13830 dlls/advpack/tests/Makefile: dlls/advpack/tests/Makefile.in dlls/Maketest.rules"
13831 ac_config_files="$ac_config_files dlls/advpack/tests/Makefile"
13832
13833 ALL_MAKEFILES="$ALL_MAKEFILES \\
13834         dlls/amstream/Makefile"
13835 test "x$enable_amstream" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
13836         amstream"
13837 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
13838 dlls/amstream/Makefile: dlls/amstream/Makefile.in dlls/Makedll.rules"
13839 ac_config_files="$ac_config_files dlls/amstream/Makefile"
13840
13841 ALL_MAKEFILES="$ALL_MAKEFILES \\
13842         dlls/amstream/tests/Makefile"
13843 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
13844         amstream/tests"
13845 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
13846 dlls/amstream/tests/Makefile: dlls/amstream/tests/Makefile.in dlls/Maketest.rules"
13847 ac_config_files="$ac_config_files dlls/amstream/tests/Makefile"
13848
13849 ALL_MAKEFILES="$ALL_MAKEFILES \\
13850         dlls/appwiz.cpl/Makefile"
13851 test "x$enable_appwiz_cpl" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
13852         appwiz.cpl"
13853 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
13854 dlls/appwiz.cpl/Makefile: dlls/appwiz.cpl/Makefile.in dlls/Makedll.rules"
13855 ac_config_files="$ac_config_files dlls/appwiz.cpl/Makefile"
13856
13857 ALL_MAKEFILES="$ALL_MAKEFILES \\
13858         dlls/atl/Makefile"
13859 test "x$enable_atl" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
13860         atl"
13861 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
13862 dlls/atl/Makefile: dlls/atl/Makefile.in dlls/Makedll.rules"
13863 ac_config_files="$ac_config_files dlls/atl/Makefile"
13864
13865 ALL_MAKEFILES="$ALL_MAKEFILES \\
13866         dlls/authz/Makefile"
13867 test "x$enable_authz" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
13868         authz"
13869 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
13870 dlls/authz/Makefile: dlls/authz/Makefile.in dlls/Makedll.rules"
13871 ac_config_files="$ac_config_files dlls/authz/Makefile"
13872
13873 ALL_MAKEFILES="$ALL_MAKEFILES \\
13874         dlls/avicap32/Makefile"
13875 test "x$enable_avicap32" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
13876         avicap32"
13877 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
13878 dlls/avicap32/Makefile: dlls/avicap32/Makefile.in dlls/Makedll.rules"
13879 ac_config_files="$ac_config_files dlls/avicap32/Makefile"
13880
13881 ALL_MAKEFILES="$ALL_MAKEFILES \\
13882         dlls/avifil32/Makefile"
13883 test "x$enable_avifil32" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
13884         avifil32"
13885 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
13886 dlls/avifil32/Makefile: dlls/avifil32/Makefile.in dlls/Makedll.rules"
13887 ac_config_files="$ac_config_files dlls/avifil32/Makefile"
13888
13889 ALL_MAKEFILES="$ALL_MAKEFILES \\
13890         dlls/avifile.dll16/Makefile"
13891 test "x$enable_win16" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
13892         avifile.dll16"
13893 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
13894 dlls/avifile.dll16/Makefile: dlls/avifile.dll16/Makefile.in dlls/Makedll.rules"
13895 ac_config_files="$ac_config_files dlls/avifile.dll16/Makefile"
13896
13897 ALL_MAKEFILES="$ALL_MAKEFILES \\
13898         dlls/bcrypt/Makefile"
13899 test "x$enable_bcrypt" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
13900         bcrypt"
13901 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
13902 dlls/bcrypt/Makefile: dlls/bcrypt/Makefile.in dlls/Makedll.rules"
13903 ac_config_files="$ac_config_files dlls/bcrypt/Makefile"
13904
13905 ALL_MAKEFILES="$ALL_MAKEFILES \\
13906         dlls/browseui/Makefile"
13907 test "x$enable_browseui" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
13908         browseui"
13909 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
13910 dlls/browseui/Makefile: dlls/browseui/Makefile.in dlls/Makedll.rules"
13911 ac_config_files="$ac_config_files dlls/browseui/Makefile"
13912
13913 ALL_MAKEFILES="$ALL_MAKEFILES \\
13914         dlls/browseui/tests/Makefile"
13915 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
13916         browseui/tests"
13917 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
13918 dlls/browseui/tests/Makefile: dlls/browseui/tests/Makefile.in dlls/Maketest.rules"
13919 ac_config_files="$ac_config_files dlls/browseui/tests/Makefile"
13920
13921 ALL_MAKEFILES="$ALL_MAKEFILES \\
13922         dlls/cabinet/Makefile"
13923 test "x$enable_cabinet" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
13924         cabinet"
13925 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
13926 dlls/cabinet/Makefile: dlls/cabinet/Makefile.in dlls/Makedll.rules"
13927 ac_config_files="$ac_config_files dlls/cabinet/Makefile"
13928
13929 ALL_MAKEFILES="$ALL_MAKEFILES \\
13930         dlls/cabinet/tests/Makefile"
13931 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
13932         cabinet/tests"
13933 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
13934 dlls/cabinet/tests/Makefile: dlls/cabinet/tests/Makefile.in dlls/Maketest.rules"
13935 ac_config_files="$ac_config_files dlls/cabinet/tests/Makefile"
13936
13937 ALL_MAKEFILES="$ALL_MAKEFILES \\
13938         dlls/capi2032/Makefile"
13939 test "x$enable_capi2032" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
13940         capi2032"
13941 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
13942 dlls/capi2032/Makefile: dlls/capi2032/Makefile.in dlls/Makedll.rules"
13943 ac_config_files="$ac_config_files dlls/capi2032/Makefile"
13944
13945 ALL_MAKEFILES="$ALL_MAKEFILES \\
13946         dlls/cards/Makefile"
13947 test "x$enable_cards" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
13948         cards"
13949 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
13950 dlls/cards/Makefile: dlls/cards/Makefile.in dlls/Makedll.rules"
13951 ac_config_files="$ac_config_files dlls/cards/Makefile"
13952
13953 ALL_MAKEFILES="$ALL_MAKEFILES \\
13954         dlls/cfgmgr32/Makefile"
13955 test "x$enable_cfgmgr32" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
13956         cfgmgr32"
13957 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
13958 dlls/cfgmgr32/Makefile: dlls/cfgmgr32/Makefile.in dlls/Makedll.rules"
13959 ac_config_files="$ac_config_files dlls/cfgmgr32/Makefile"
13960
13961 ALL_MAKEFILES="$ALL_MAKEFILES \\
13962         dlls/clusapi/Makefile"
13963 test "x$enable_clusapi" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
13964         clusapi"
13965 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
13966 dlls/clusapi/Makefile: dlls/clusapi/Makefile.in dlls/Makedll.rules"
13967 ac_config_files="$ac_config_files dlls/clusapi/Makefile"
13968
13969 ALL_MAKEFILES="$ALL_MAKEFILES \\
13970         dlls/comcat/Makefile"
13971 test "x$enable_comcat" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
13972         comcat"
13973 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
13974 dlls/comcat/Makefile: dlls/comcat/Makefile.in dlls/Makedll.rules"
13975 ac_config_files="$ac_config_files dlls/comcat/Makefile"
13976
13977 ALL_MAKEFILES="$ALL_MAKEFILES \\
13978         dlls/comcat/tests/Makefile"
13979 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
13980         comcat/tests"
13981 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
13982 dlls/comcat/tests/Makefile: dlls/comcat/tests/Makefile.in dlls/Maketest.rules"
13983 ac_config_files="$ac_config_files dlls/comcat/tests/Makefile"
13984
13985 ALL_MAKEFILES="$ALL_MAKEFILES \\
13986         dlls/comctl32/Makefile"
13987 test "x$enable_comctl32" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
13988         comctl32"
13989 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
13990 dlls/comctl32/Makefile: dlls/comctl32/Makefile.in dlls/Makedll.rules"
13991 ac_config_files="$ac_config_files dlls/comctl32/Makefile"
13992
13993 ALL_MAKEFILES="$ALL_MAKEFILES \\
13994         dlls/comctl32/tests/Makefile"
13995 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
13996         comctl32/tests"
13997 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
13998 dlls/comctl32/tests/Makefile: dlls/comctl32/tests/Makefile.in dlls/Maketest.rules"
13999 ac_config_files="$ac_config_files dlls/comctl32/tests/Makefile"
14000
14001 ALL_MAKEFILES="$ALL_MAKEFILES \\
14002         dlls/comdlg32/Makefile"
14003 test "x$enable_comdlg32" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
14004         comdlg32"
14005 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
14006 dlls/comdlg32/Makefile: dlls/comdlg32/Makefile.in dlls/Makedll.rules"
14007 ac_config_files="$ac_config_files dlls/comdlg32/Makefile"
14008
14009 ALL_MAKEFILES="$ALL_MAKEFILES \\
14010         dlls/comdlg32/tests/Makefile"
14011 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
14012         comdlg32/tests"
14013 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
14014 dlls/comdlg32/tests/Makefile: dlls/comdlg32/tests/Makefile.in dlls/Maketest.rules"
14015 ac_config_files="$ac_config_files dlls/comdlg32/tests/Makefile"
14016
14017 ALL_MAKEFILES="$ALL_MAKEFILES \\
14018         dlls/comm.drv16/Makefile"
14019 test "x$enable_win16" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
14020         comm.drv16"
14021 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
14022 dlls/comm.drv16/Makefile: dlls/comm.drv16/Makefile.in dlls/Makedll.rules"
14023 ac_config_files="$ac_config_files dlls/comm.drv16/Makefile"
14024
14025 ALL_MAKEFILES="$ALL_MAKEFILES \\
14026         dlls/compobj.dll16/Makefile"
14027 test "x$enable_win16" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
14028         compobj.dll16"
14029 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
14030 dlls/compobj.dll16/Makefile: dlls/compobj.dll16/Makefile.in dlls/Makedll.rules"
14031 ac_config_files="$ac_config_files dlls/compobj.dll16/Makefile"
14032
14033 ALL_MAKEFILES="$ALL_MAKEFILES \\
14034         dlls/compstui/Makefile"
14035 test "x$enable_compstui" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
14036         compstui"
14037 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
14038 dlls/compstui/Makefile: dlls/compstui/Makefile.in dlls/Makedll.rules"
14039 ac_config_files="$ac_config_files dlls/compstui/Makefile"
14040
14041 ALL_MAKEFILES="$ALL_MAKEFILES \\
14042         dlls/credui/Makefile"
14043 test "x$enable_credui" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
14044         credui"
14045 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
14046 dlls/credui/Makefile: dlls/credui/Makefile.in dlls/Makedll.rules"
14047 ac_config_files="$ac_config_files dlls/credui/Makefile"
14048
14049 ALL_MAKEFILES="$ALL_MAKEFILES \\
14050         dlls/credui/tests/Makefile"
14051 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
14052         credui/tests"
14053 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
14054 dlls/credui/tests/Makefile: dlls/credui/tests/Makefile.in dlls/Maketest.rules"
14055 ac_config_files="$ac_config_files dlls/credui/tests/Makefile"
14056
14057 ALL_MAKEFILES="$ALL_MAKEFILES \\
14058         dlls/crtdll/Makefile"
14059 test "x$enable_crtdll" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
14060         crtdll"
14061 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
14062 dlls/crtdll/Makefile: dlls/crtdll/Makefile.in dlls/Makedll.rules"
14063 ac_config_files="$ac_config_files dlls/crtdll/Makefile"
14064
14065 ALL_MAKEFILES="$ALL_MAKEFILES \\
14066         dlls/crypt32/Makefile"
14067 test "x$enable_crypt32" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
14068         crypt32"
14069 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
14070 dlls/crypt32/Makefile: dlls/crypt32/Makefile.in dlls/Makedll.rules"
14071 ac_config_files="$ac_config_files dlls/crypt32/Makefile"
14072
14073 ALL_MAKEFILES="$ALL_MAKEFILES \\
14074         dlls/crypt32/tests/Makefile"
14075 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
14076         crypt32/tests"
14077 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
14078 dlls/crypt32/tests/Makefile: dlls/crypt32/tests/Makefile.in dlls/Maketest.rules"
14079 ac_config_files="$ac_config_files dlls/crypt32/tests/Makefile"
14080
14081 ALL_MAKEFILES="$ALL_MAKEFILES \\
14082         dlls/cryptdlg/Makefile"
14083 test "x$enable_cryptdlg" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
14084         cryptdlg"
14085 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
14086 dlls/cryptdlg/Makefile: dlls/cryptdlg/Makefile.in dlls/Makedll.rules"
14087 ac_config_files="$ac_config_files dlls/cryptdlg/Makefile"
14088
14089 ALL_MAKEFILES="$ALL_MAKEFILES \\
14090         dlls/cryptdll/Makefile"
14091 test "x$enable_cryptdll" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
14092         cryptdll"
14093 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
14094 dlls/cryptdll/Makefile: dlls/cryptdll/Makefile.in dlls/Makedll.rules"
14095 ac_config_files="$ac_config_files dlls/cryptdll/Makefile"
14096
14097 ALL_MAKEFILES="$ALL_MAKEFILES \\
14098         dlls/cryptnet/Makefile"
14099 test "x$enable_cryptnet" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
14100         cryptnet"
14101 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
14102 dlls/cryptnet/Makefile: dlls/cryptnet/Makefile.in dlls/Makedll.rules"
14103 ac_config_files="$ac_config_files dlls/cryptnet/Makefile"
14104
14105 ALL_MAKEFILES="$ALL_MAKEFILES \\
14106         dlls/cryptnet/tests/Makefile"
14107 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
14108         cryptnet/tests"
14109 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
14110 dlls/cryptnet/tests/Makefile: dlls/cryptnet/tests/Makefile.in dlls/Maketest.rules"
14111 ac_config_files="$ac_config_files dlls/cryptnet/tests/Makefile"
14112
14113 ALL_MAKEFILES="$ALL_MAKEFILES \\
14114         dlls/cryptui/Makefile"
14115 test "x$enable_cryptui" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
14116         cryptui"
14117 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
14118 dlls/cryptui/Makefile: dlls/cryptui/Makefile.in dlls/Makedll.rules"
14119 ac_config_files="$ac_config_files dlls/cryptui/Makefile"
14120
14121 ALL_MAKEFILES="$ALL_MAKEFILES \\
14122         dlls/cryptui/tests/Makefile"
14123 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
14124         cryptui/tests"
14125 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
14126 dlls/cryptui/tests/Makefile: dlls/cryptui/tests/Makefile.in dlls/Maketest.rules"
14127 ac_config_files="$ac_config_files dlls/cryptui/tests/Makefile"
14128
14129 ALL_MAKEFILES="$ALL_MAKEFILES \\
14130         dlls/ctapi32/Makefile"
14131 test "x$enable_ctapi32" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
14132         ctapi32"
14133 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
14134 dlls/ctapi32/Makefile: dlls/ctapi32/Makefile.in dlls/Makedll.rules"
14135 ac_config_files="$ac_config_files dlls/ctapi32/Makefile"
14136
14137 ALL_MAKEFILES="$ALL_MAKEFILES \\
14138         dlls/ctl3d.dll16/Makefile"
14139 test "x$enable_win16" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
14140         ctl3d.dll16"
14141 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
14142 dlls/ctl3d.dll16/Makefile: dlls/ctl3d.dll16/Makefile.in dlls/Makedll.rules"
14143 ac_config_files="$ac_config_files dlls/ctl3d.dll16/Makefile"
14144
14145 ALL_MAKEFILES="$ALL_MAKEFILES \\
14146         dlls/ctl3d32/Makefile"
14147 test "x$enable_ctl3d32" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
14148         ctl3d32"
14149 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
14150 dlls/ctl3d32/Makefile: dlls/ctl3d32/Makefile.in dlls/Makedll.rules"
14151 ac_config_files="$ac_config_files dlls/ctl3d32/Makefile"
14152
14153 ALL_MAKEFILES="$ALL_MAKEFILES \\
14154         dlls/ctl3dv2.dll16/Makefile"
14155 test "x$enable_win16" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
14156         ctl3dv2.dll16"
14157 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
14158 dlls/ctl3dv2.dll16/Makefile: dlls/ctl3dv2.dll16/Makefile.in dlls/Makedll.rules"
14159 ac_config_files="$ac_config_files dlls/ctl3dv2.dll16/Makefile"
14160
14161 ALL_MAKEFILES="$ALL_MAKEFILES \\
14162         dlls/d3d10/Makefile"
14163 test "x$enable_d3d10" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
14164         d3d10"
14165 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
14166 dlls/d3d10/Makefile: dlls/d3d10/Makefile.in dlls/Makedll.rules"
14167 ac_config_files="$ac_config_files dlls/d3d10/Makefile"
14168
14169 ALL_MAKEFILES="$ALL_MAKEFILES \\
14170         dlls/d3d10/tests/Makefile"
14171 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
14172         d3d10/tests"
14173 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
14174 dlls/d3d10/tests/Makefile: dlls/d3d10/tests/Makefile.in dlls/Maketest.rules"
14175 ac_config_files="$ac_config_files dlls/d3d10/tests/Makefile"
14176
14177 ALL_MAKEFILES="$ALL_MAKEFILES \\
14178         dlls/d3d10core/Makefile"
14179 test "x$enable_d3d10core" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
14180         d3d10core"
14181 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
14182 dlls/d3d10core/Makefile: dlls/d3d10core/Makefile.in dlls/Makedll.rules"
14183 ac_config_files="$ac_config_files dlls/d3d10core/Makefile"
14184
14185 ALL_MAKEFILES="$ALL_MAKEFILES \\
14186         dlls/d3d10core/tests/Makefile"
14187 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
14188         d3d10core/tests"
14189 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
14190 dlls/d3d10core/tests/Makefile: dlls/d3d10core/tests/Makefile.in dlls/Maketest.rules"
14191 ac_config_files="$ac_config_files dlls/d3d10core/tests/Makefile"
14192
14193 ALL_MAKEFILES="$ALL_MAKEFILES \\
14194         dlls/d3d8/Makefile"
14195 test "x$enable_d3d8" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
14196         d3d8"
14197 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
14198 dlls/d3d8/Makefile: dlls/d3d8/Makefile.in dlls/Makedll.rules"
14199 ac_config_files="$ac_config_files dlls/d3d8/Makefile"
14200
14201 ALL_MAKEFILES="$ALL_MAKEFILES \\
14202         dlls/d3d8/tests/Makefile"
14203 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
14204         d3d8/tests"
14205 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
14206 dlls/d3d8/tests/Makefile: dlls/d3d8/tests/Makefile.in dlls/Maketest.rules"
14207 ac_config_files="$ac_config_files dlls/d3d8/tests/Makefile"
14208
14209 ALL_MAKEFILES="$ALL_MAKEFILES \\
14210         dlls/d3d9/Makefile"
14211 test "x$enable_d3d9" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
14212         d3d9"
14213 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
14214 dlls/d3d9/Makefile: dlls/d3d9/Makefile.in dlls/Makedll.rules"
14215 ac_config_files="$ac_config_files dlls/d3d9/Makefile"
14216
14217 ALL_MAKEFILES="$ALL_MAKEFILES \\
14218         dlls/d3d9/tests/Makefile"
14219 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
14220         d3d9/tests"
14221 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
14222 dlls/d3d9/tests/Makefile: dlls/d3d9/tests/Makefile.in dlls/Maketest.rules"
14223 ac_config_files="$ac_config_files dlls/d3d9/tests/Makefile"
14224
14225 ALL_MAKEFILES="$ALL_MAKEFILES \\
14226         dlls/d3dim/Makefile"
14227 test "x$enable_d3dim" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
14228         d3dim"
14229 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
14230 dlls/d3dim/Makefile: dlls/d3dim/Makefile.in dlls/Makedll.rules"
14231 ac_config_files="$ac_config_files dlls/d3dim/Makefile"
14232
14233 ALL_MAKEFILES="$ALL_MAKEFILES \\
14234         dlls/d3drm/Makefile"
14235 test "x$enable_d3drm" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
14236         d3drm"
14237 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
14238 dlls/d3drm/Makefile: dlls/d3drm/Makefile.in dlls/Makedll.rules"
14239 ac_config_files="$ac_config_files dlls/d3drm/Makefile"
14240
14241 ALL_MAKEFILES="$ALL_MAKEFILES \\
14242         dlls/d3drm/tests/Makefile"
14243 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
14244         d3drm/tests"
14245 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
14246 dlls/d3drm/tests/Makefile: dlls/d3drm/tests/Makefile.in dlls/Maketest.rules"
14247 ac_config_files="$ac_config_files dlls/d3drm/tests/Makefile"
14248
14249 ALL_MAKEFILES="$ALL_MAKEFILES \\
14250         dlls/d3dx9_24/Makefile"
14251 test "x$enable_d3dx9_24" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
14252         d3dx9_24"
14253 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
14254 dlls/d3dx9_24/Makefile: dlls/d3dx9_24/Makefile.in dlls/Makedll.rules"
14255 ac_config_files="$ac_config_files dlls/d3dx9_24/Makefile"
14256
14257 ALL_MAKEFILES="$ALL_MAKEFILES \\
14258         dlls/d3dx9_25/Makefile"
14259 test "x$enable_d3dx9_25" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
14260         d3dx9_25"
14261 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
14262 dlls/d3dx9_25/Makefile: dlls/d3dx9_25/Makefile.in dlls/Makedll.rules"
14263 ac_config_files="$ac_config_files dlls/d3dx9_25/Makefile"
14264
14265 ALL_MAKEFILES="$ALL_MAKEFILES \\
14266         dlls/d3dx9_26/Makefile"
14267 test "x$enable_d3dx9_26" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
14268         d3dx9_26"
14269 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
14270 dlls/d3dx9_26/Makefile: dlls/d3dx9_26/Makefile.in dlls/Makedll.rules"
14271 ac_config_files="$ac_config_files dlls/d3dx9_26/Makefile"
14272
14273 ALL_MAKEFILES="$ALL_MAKEFILES \\
14274         dlls/d3dx9_27/Makefile"
14275 test "x$enable_d3dx9_27" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
14276         d3dx9_27"
14277 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
14278 dlls/d3dx9_27/Makefile: dlls/d3dx9_27/Makefile.in dlls/Makedll.rules"
14279 ac_config_files="$ac_config_files dlls/d3dx9_27/Makefile"
14280
14281 ALL_MAKEFILES="$ALL_MAKEFILES \\
14282         dlls/d3dx9_28/Makefile"
14283 test "x$enable_d3dx9_28" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
14284         d3dx9_28"
14285 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
14286 dlls/d3dx9_28/Makefile: dlls/d3dx9_28/Makefile.in dlls/Makedll.rules"
14287 ac_config_files="$ac_config_files dlls/d3dx9_28/Makefile"
14288
14289 ALL_MAKEFILES="$ALL_MAKEFILES \\
14290         dlls/d3dx9_29/Makefile"
14291 test "x$enable_d3dx9_29" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
14292         d3dx9_29"
14293 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
14294 dlls/d3dx9_29/Makefile: dlls/d3dx9_29/Makefile.in dlls/Makedll.rules"
14295 ac_config_files="$ac_config_files dlls/d3dx9_29/Makefile"
14296
14297 ALL_MAKEFILES="$ALL_MAKEFILES \\
14298         dlls/d3dx9_30/Makefile"
14299 test "x$enable_d3dx9_30" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
14300         d3dx9_30"
14301 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
14302 dlls/d3dx9_30/Makefile: dlls/d3dx9_30/Makefile.in dlls/Makedll.rules"
14303 ac_config_files="$ac_config_files dlls/d3dx9_30/Makefile"
14304
14305 ALL_MAKEFILES="$ALL_MAKEFILES \\
14306         dlls/d3dx9_31/Makefile"
14307 test "x$enable_d3dx9_31" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
14308         d3dx9_31"
14309 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
14310 dlls/d3dx9_31/Makefile: dlls/d3dx9_31/Makefile.in dlls/Makedll.rules"
14311 ac_config_files="$ac_config_files dlls/d3dx9_31/Makefile"
14312
14313 ALL_MAKEFILES="$ALL_MAKEFILES \\
14314         dlls/d3dx9_32/Makefile"
14315 test "x$enable_d3dx9_32" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
14316         d3dx9_32"
14317 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
14318 dlls/d3dx9_32/Makefile: dlls/d3dx9_32/Makefile.in dlls/Makedll.rules"
14319 ac_config_files="$ac_config_files dlls/d3dx9_32/Makefile"
14320
14321 ALL_MAKEFILES="$ALL_MAKEFILES \\
14322         dlls/d3dx9_33/Makefile"
14323 test "x$enable_d3dx9_33" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
14324         d3dx9_33"
14325 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
14326 dlls/d3dx9_33/Makefile: dlls/d3dx9_33/Makefile.in dlls/Makedll.rules"
14327 ac_config_files="$ac_config_files dlls/d3dx9_33/Makefile"
14328
14329 ALL_MAKEFILES="$ALL_MAKEFILES \\
14330         dlls/d3dx9_34/Makefile"
14331 test "x$enable_d3dx9_34" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
14332         d3dx9_34"
14333 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
14334 dlls/d3dx9_34/Makefile: dlls/d3dx9_34/Makefile.in dlls/Makedll.rules"
14335 ac_config_files="$ac_config_files dlls/d3dx9_34/Makefile"
14336
14337 ALL_MAKEFILES="$ALL_MAKEFILES \\
14338         dlls/d3dx9_35/Makefile"
14339 test "x$enable_d3dx9_35" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
14340         d3dx9_35"
14341 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
14342 dlls/d3dx9_35/Makefile: dlls/d3dx9_35/Makefile.in dlls/Makedll.rules"
14343 ac_config_files="$ac_config_files dlls/d3dx9_35/Makefile"
14344
14345 ALL_MAKEFILES="$ALL_MAKEFILES \\
14346         dlls/d3dx9_36/Makefile"
14347 test "x$enable_d3dx9_36" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
14348         d3dx9_36"
14349 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
14350 dlls/d3dx9_36/Makefile: dlls/d3dx9_36/Makefile.in dlls/Makedll.rules"
14351 ac_config_files="$ac_config_files dlls/d3dx9_36/Makefile"
14352
14353 ALL_MAKEFILES="$ALL_MAKEFILES \\
14354         dlls/d3dx9_36/tests/Makefile"
14355 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
14356         d3dx9_36/tests"
14357 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
14358 dlls/d3dx9_36/tests/Makefile: dlls/d3dx9_36/tests/Makefile.in dlls/Maketest.rules"
14359 ac_config_files="$ac_config_files dlls/d3dx9_36/tests/Makefile"
14360
14361 ALL_MAKEFILES="$ALL_MAKEFILES \\
14362         dlls/d3dx9_37/Makefile"
14363 test "x$enable_d3dx9_37" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
14364         d3dx9_37"
14365 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
14366 dlls/d3dx9_37/Makefile: dlls/d3dx9_37/Makefile.in dlls/Makedll.rules"
14367 ac_config_files="$ac_config_files dlls/d3dx9_37/Makefile"
14368
14369 ALL_MAKEFILES="$ALL_MAKEFILES \\
14370         dlls/d3dx9_38/Makefile"
14371 test "x$enable_d3dx9_38" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
14372         d3dx9_38"
14373 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
14374 dlls/d3dx9_38/Makefile: dlls/d3dx9_38/Makefile.in dlls/Makedll.rules"
14375 ac_config_files="$ac_config_files dlls/d3dx9_38/Makefile"
14376
14377 ALL_MAKEFILES="$ALL_MAKEFILES \\
14378         dlls/d3dx9_39/Makefile"
14379 test "x$enable_d3dx9_39" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
14380         d3dx9_39"
14381 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
14382 dlls/d3dx9_39/Makefile: dlls/d3dx9_39/Makefile.in dlls/Makedll.rules"
14383 ac_config_files="$ac_config_files dlls/d3dx9_39/Makefile"
14384
14385 ALL_MAKEFILES="$ALL_MAKEFILES \\
14386         dlls/d3dx9_40/Makefile"
14387 test "x$enable_d3dx9_40" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
14388         d3dx9_40"
14389 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
14390 dlls/d3dx9_40/Makefile: dlls/d3dx9_40/Makefile.in dlls/Makedll.rules"
14391 ac_config_files="$ac_config_files dlls/d3dx9_40/Makefile"
14392
14393 ALL_MAKEFILES="$ALL_MAKEFILES \\
14394         dlls/d3dx9_41/Makefile"
14395 test "x$enable_d3dx9_41" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
14396         d3dx9_41"
14397 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
14398 dlls/d3dx9_41/Makefile: dlls/d3dx9_41/Makefile.in dlls/Makedll.rules"
14399 ac_config_files="$ac_config_files dlls/d3dx9_41/Makefile"
14400
14401 ALL_MAKEFILES="$ALL_MAKEFILES \\
14402         dlls/d3dxof/Makefile"
14403 test "x$enable_d3dxof" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
14404         d3dxof"
14405 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
14406 dlls/d3dxof/Makefile: dlls/d3dxof/Makefile.in dlls/Makedll.rules"
14407 ac_config_files="$ac_config_files dlls/d3dxof/Makefile"
14408
14409 ALL_MAKEFILES="$ALL_MAKEFILES \\
14410         dlls/d3dxof/tests/Makefile"
14411 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
14412         d3dxof/tests"
14413 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
14414 dlls/d3dxof/tests/Makefile: dlls/d3dxof/tests/Makefile.in dlls/Maketest.rules"
14415 ac_config_files="$ac_config_files dlls/d3dxof/tests/Makefile"
14416
14417 ALL_MAKEFILES="$ALL_MAKEFILES \\
14418         dlls/dbghelp/Makefile"
14419 test "x$enable_dbghelp" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
14420         dbghelp"
14421 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
14422 dlls/dbghelp/Makefile: dlls/dbghelp/Makefile.in dlls/Makedll.rules"
14423 ac_config_files="$ac_config_files dlls/dbghelp/Makefile"
14424
14425 ALL_MAKEFILES="$ALL_MAKEFILES \\
14426         dlls/dciman32/Makefile"
14427 test "x$enable_dciman32" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
14428         dciman32"
14429 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
14430 dlls/dciman32/Makefile: dlls/dciman32/Makefile.in dlls/Makedll.rules"
14431 ac_config_files="$ac_config_files dlls/dciman32/Makefile"
14432
14433 ALL_MAKEFILES="$ALL_MAKEFILES \\
14434         dlls/ddeml.dll16/Makefile"
14435 test "x$enable_win16" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
14436         ddeml.dll16"
14437 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
14438 dlls/ddeml.dll16/Makefile: dlls/ddeml.dll16/Makefile.in dlls/Makedll.rules"
14439 ac_config_files="$ac_config_files dlls/ddeml.dll16/Makefile"
14440
14441 ALL_MAKEFILES="$ALL_MAKEFILES \\
14442         dlls/ddraw/Makefile"
14443 test "x$enable_ddraw" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
14444         ddraw"
14445 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
14446 dlls/ddraw/Makefile: dlls/ddraw/Makefile.in dlls/Makedll.rules"
14447 ac_config_files="$ac_config_files dlls/ddraw/Makefile"
14448
14449 ALL_MAKEFILES="$ALL_MAKEFILES \\
14450         dlls/ddraw/tests/Makefile"
14451 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
14452         ddraw/tests"
14453 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
14454 dlls/ddraw/tests/Makefile: dlls/ddraw/tests/Makefile.in dlls/Maketest.rules"
14455 ac_config_files="$ac_config_files dlls/ddraw/tests/Makefile"
14456
14457 ALL_MAKEFILES="$ALL_MAKEFILES \\
14458         dlls/ddrawex/Makefile"
14459 test "x$enable_ddrawex" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
14460         ddrawex"
14461 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
14462 dlls/ddrawex/Makefile: dlls/ddrawex/Makefile.in dlls/Makedll.rules"
14463 ac_config_files="$ac_config_files dlls/ddrawex/Makefile"
14464
14465 ALL_MAKEFILES="$ALL_MAKEFILES \\
14466         dlls/ddrawex/tests/Makefile"
14467 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
14468         ddrawex/tests"
14469 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
14470 dlls/ddrawex/tests/Makefile: dlls/ddrawex/tests/Makefile.in dlls/Maketest.rules"
14471 ac_config_files="$ac_config_files dlls/ddrawex/tests/Makefile"
14472
14473 ALL_MAKEFILES="$ALL_MAKEFILES \\
14474         dlls/devenum/Makefile"
14475 test "x$enable_devenum" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
14476         devenum"
14477 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
14478 dlls/devenum/Makefile: dlls/devenum/Makefile.in dlls/Makedll.rules"
14479 ac_config_files="$ac_config_files dlls/devenum/Makefile"
14480
14481 ALL_MAKEFILES="$ALL_MAKEFILES \\
14482         dlls/dinput/Makefile"
14483 test "x$enable_dinput" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
14484         dinput"
14485 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
14486 dlls/dinput/Makefile: dlls/dinput/Makefile.in dlls/Makedll.rules"
14487 ac_config_files="$ac_config_files dlls/dinput/Makefile"
14488
14489 ALL_MAKEFILES="$ALL_MAKEFILES \\
14490         dlls/dinput/tests/Makefile"
14491 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
14492         dinput/tests"
14493 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
14494 dlls/dinput/tests/Makefile: dlls/dinput/tests/Makefile.in dlls/Maketest.rules"
14495 ac_config_files="$ac_config_files dlls/dinput/tests/Makefile"
14496
14497 ALL_MAKEFILES="$ALL_MAKEFILES \\
14498         dlls/dinput8/Makefile"
14499 test "x$enable_dinput8" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
14500         dinput8"
14501 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
14502 dlls/dinput8/Makefile: dlls/dinput8/Makefile.in dlls/Makedll.rules"
14503 ac_config_files="$ac_config_files dlls/dinput8/Makefile"
14504
14505 ALL_MAKEFILES="$ALL_MAKEFILES \\
14506         dlls/dispdib.dll16/Makefile"
14507 test "x$enable_win16" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
14508         dispdib.dll16"
14509 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
14510 dlls/dispdib.dll16/Makefile: dlls/dispdib.dll16/Makefile.in dlls/Makedll.rules"
14511 ac_config_files="$ac_config_files dlls/dispdib.dll16/Makefile"
14512
14513 ALL_MAKEFILES="$ALL_MAKEFILES \\
14514         dlls/display.drv16/Makefile"
14515 test "x$enable_win16" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
14516         display.drv16"
14517 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
14518 dlls/display.drv16/Makefile: dlls/display.drv16/Makefile.in dlls/Makedll.rules"
14519 ac_config_files="$ac_config_files dlls/display.drv16/Makefile"
14520
14521 ALL_MAKEFILES="$ALL_MAKEFILES \\
14522         dlls/dmband/Makefile"
14523 test "x$enable_dmband" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
14524         dmband"
14525 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
14526 dlls/dmband/Makefile: dlls/dmband/Makefile.in dlls/Makedll.rules"
14527 ac_config_files="$ac_config_files dlls/dmband/Makefile"
14528
14529 ALL_MAKEFILES="$ALL_MAKEFILES \\
14530         dlls/dmcompos/Makefile"
14531 test "x$enable_dmcompos" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
14532         dmcompos"
14533 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
14534 dlls/dmcompos/Makefile: dlls/dmcompos/Makefile.in dlls/Makedll.rules"
14535 ac_config_files="$ac_config_files dlls/dmcompos/Makefile"
14536
14537 ALL_MAKEFILES="$ALL_MAKEFILES \\
14538         dlls/dmime/Makefile"
14539 test "x$enable_dmime" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
14540         dmime"
14541 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
14542 dlls/dmime/Makefile: dlls/dmime/Makefile.in dlls/Makedll.rules"
14543 ac_config_files="$ac_config_files dlls/dmime/Makefile"
14544
14545 ALL_MAKEFILES="$ALL_MAKEFILES \\
14546         dlls/dmloader/Makefile"
14547 test "x$enable_dmloader" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
14548         dmloader"
14549 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
14550 dlls/dmloader/Makefile: dlls/dmloader/Makefile.in dlls/Makedll.rules"
14551 ac_config_files="$ac_config_files dlls/dmloader/Makefile"
14552
14553 ALL_MAKEFILES="$ALL_MAKEFILES \\
14554         dlls/dmscript/Makefile"
14555 test "x$enable_dmscript" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
14556         dmscript"
14557 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
14558 dlls/dmscript/Makefile: dlls/dmscript/Makefile.in dlls/Makedll.rules"
14559 ac_config_files="$ac_config_files dlls/dmscript/Makefile"
14560
14561 ALL_MAKEFILES="$ALL_MAKEFILES \\
14562         dlls/dmstyle/Makefile"
14563 test "x$enable_dmstyle" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
14564         dmstyle"
14565 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
14566 dlls/dmstyle/Makefile: dlls/dmstyle/Makefile.in dlls/Makedll.rules"
14567 ac_config_files="$ac_config_files dlls/dmstyle/Makefile"
14568
14569 ALL_MAKEFILES="$ALL_MAKEFILES \\
14570         dlls/dmsynth/Makefile"
14571 test "x$enable_dmsynth" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
14572         dmsynth"
14573 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
14574 dlls/dmsynth/Makefile: dlls/dmsynth/Makefile.in dlls/Makedll.rules"
14575 ac_config_files="$ac_config_files dlls/dmsynth/Makefile"
14576
14577 ALL_MAKEFILES="$ALL_MAKEFILES \\
14578         dlls/dmusic/Makefile"
14579 test "x$enable_dmusic" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
14580         dmusic"
14581 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
14582 dlls/dmusic/Makefile: dlls/dmusic/Makefile.in dlls/Makedll.rules"
14583 ac_config_files="$ac_config_files dlls/dmusic/Makefile"
14584
14585 ALL_MAKEFILES="$ALL_MAKEFILES \\
14586         dlls/dmusic32/Makefile"
14587 test "x$enable_dmusic32" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
14588         dmusic32"
14589 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
14590 dlls/dmusic32/Makefile: dlls/dmusic32/Makefile.in dlls/Makedll.rules"
14591 ac_config_files="$ac_config_files dlls/dmusic32/Makefile"
14592
14593 ALL_MAKEFILES="$ALL_MAKEFILES \\
14594         dlls/dnsapi/Makefile"
14595 test "x$enable_dnsapi" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
14596         dnsapi"
14597 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
14598 dlls/dnsapi/Makefile: dlls/dnsapi/Makefile.in dlls/Makedll.rules"
14599 ac_config_files="$ac_config_files dlls/dnsapi/Makefile"
14600
14601 ALL_MAKEFILES="$ALL_MAKEFILES \\
14602         dlls/dnsapi/tests/Makefile"
14603 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
14604         dnsapi/tests"
14605 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
14606 dlls/dnsapi/tests/Makefile: dlls/dnsapi/tests/Makefile.in dlls/Maketest.rules"
14607 ac_config_files="$ac_config_files dlls/dnsapi/tests/Makefile"
14608
14609 ALL_MAKEFILES="$ALL_MAKEFILES \\
14610         dlls/dplay/Makefile"
14611 test "x$enable_dplay" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
14612         dplay"
14613 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
14614 dlls/dplay/Makefile: dlls/dplay/Makefile.in dlls/Makedll.rules"
14615 ac_config_files="$ac_config_files dlls/dplay/Makefile"
14616
14617 ALL_MAKEFILES="$ALL_MAKEFILES \\
14618         dlls/dplayx/Makefile"
14619 test "x$enable_dplayx" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
14620         dplayx"
14621 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
14622 dlls/dplayx/Makefile: dlls/dplayx/Makefile.in dlls/Makedll.rules"
14623 ac_config_files="$ac_config_files dlls/dplayx/Makefile"
14624
14625 ALL_MAKEFILES="$ALL_MAKEFILES \\
14626         dlls/dplayx/tests/Makefile"
14627 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
14628         dplayx/tests"
14629 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
14630 dlls/dplayx/tests/Makefile: dlls/dplayx/tests/Makefile.in dlls/Maketest.rules"
14631 ac_config_files="$ac_config_files dlls/dplayx/tests/Makefile"
14632
14633 ALL_MAKEFILES="$ALL_MAKEFILES \\
14634         dlls/dpnaddr/Makefile"
14635 test "x$enable_dpnaddr" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
14636         dpnaddr"
14637 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
14638 dlls/dpnaddr/Makefile: dlls/dpnaddr/Makefile.in dlls/Makedll.rules"
14639 ac_config_files="$ac_config_files dlls/dpnaddr/Makefile"
14640
14641 ALL_MAKEFILES="$ALL_MAKEFILES \\
14642         dlls/dpnet/Makefile"
14643 test "x$enable_dpnet" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
14644         dpnet"
14645 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
14646 dlls/dpnet/Makefile: dlls/dpnet/Makefile.in dlls/Makedll.rules"
14647 ac_config_files="$ac_config_files dlls/dpnet/Makefile"
14648
14649 ALL_MAKEFILES="$ALL_MAKEFILES \\
14650         dlls/dpnhpast/Makefile"
14651 test "x$enable_dpnhpast" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
14652         dpnhpast"
14653 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
14654 dlls/dpnhpast/Makefile: dlls/dpnhpast/Makefile.in dlls/Makedll.rules"
14655 ac_config_files="$ac_config_files dlls/dpnhpast/Makefile"
14656
14657 ALL_MAKEFILES="$ALL_MAKEFILES \\
14658         dlls/dpnlobby/Makefile"
14659 test "x$enable_dpnlobby" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
14660         dpnlobby"
14661 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
14662 dlls/dpnlobby/Makefile: dlls/dpnlobby/Makefile.in dlls/Makedll.rules"
14663 ac_config_files="$ac_config_files dlls/dpnlobby/Makefile"
14664
14665 ALL_MAKEFILES="$ALL_MAKEFILES \\
14666         dlls/dpwsockx/Makefile"
14667 test "x$enable_dpwsockx" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
14668         dpwsockx"
14669 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
14670 dlls/dpwsockx/Makefile: dlls/dpwsockx/Makefile.in dlls/Makedll.rules"
14671 ac_config_files="$ac_config_files dlls/dpwsockx/Makefile"
14672
14673 ALL_MAKEFILES="$ALL_MAKEFILES \\
14674         dlls/drmclien/Makefile"
14675 test "x$enable_drmclien" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
14676         drmclien"
14677 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
14678 dlls/drmclien/Makefile: dlls/drmclien/Makefile.in dlls/Makedll.rules"
14679 ac_config_files="$ac_config_files dlls/drmclien/Makefile"
14680
14681 ALL_MAKEFILES="$ALL_MAKEFILES \\
14682         dlls/dsound/Makefile"
14683 test "x$enable_dsound" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
14684         dsound"
14685 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
14686 dlls/dsound/Makefile: dlls/dsound/Makefile.in dlls/Makedll.rules"
14687 ac_config_files="$ac_config_files dlls/dsound/Makefile"
14688
14689 ALL_MAKEFILES="$ALL_MAKEFILES \\
14690         dlls/dsound/tests/Makefile"
14691 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
14692         dsound/tests"
14693 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
14694 dlls/dsound/tests/Makefile: dlls/dsound/tests/Makefile.in dlls/Maketest.rules"
14695 ac_config_files="$ac_config_files dlls/dsound/tests/Makefile"
14696
14697 ALL_MAKEFILES="$ALL_MAKEFILES \\
14698         dlls/dssenh/Makefile"
14699 test "x$enable_dssenh" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
14700         dssenh"
14701 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
14702 dlls/dssenh/Makefile: dlls/dssenh/Makefile.in dlls/Makedll.rules"
14703 ac_config_files="$ac_config_files dlls/dssenh/Makefile"
14704
14705 ALL_MAKEFILES="$ALL_MAKEFILES \\
14706         dlls/dswave/Makefile"
14707 test "x$enable_dswave" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
14708         dswave"
14709 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
14710 dlls/dswave/Makefile: dlls/dswave/Makefile.in dlls/Makedll.rules"
14711 ac_config_files="$ac_config_files dlls/dswave/Makefile"
14712
14713 ALL_MAKEFILES="$ALL_MAKEFILES \\
14714         dlls/dwmapi/Makefile"
14715 test "x$enable_dwmapi" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
14716         dwmapi"
14717 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
14718 dlls/dwmapi/Makefile: dlls/dwmapi/Makefile.in dlls/Makedll.rules"
14719 ac_config_files="$ac_config_files dlls/dwmapi/Makefile"
14720
14721 ALL_MAKEFILES="$ALL_MAKEFILES \\
14722         dlls/dxdiagn/Makefile"
14723 test "x$enable_dxdiagn" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
14724         dxdiagn"
14725 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
14726 dlls/dxdiagn/Makefile: dlls/dxdiagn/Makefile.in dlls/Makedll.rules"
14727 ac_config_files="$ac_config_files dlls/dxdiagn/Makefile"
14728
14729 ALL_MAKEFILES="$ALL_MAKEFILES \\
14730         dlls/dxerr8/Makefile"
14731 test "x$enable_dxerr8" != xno && ALL_IMPLIB_DIRS="$ALL_IMPLIB_DIRS \\
14732         dxerr8"
14733 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
14734 dlls/dxerr8/Makefile: dlls/dxerr8/Makefile.in dlls/Makeimplib.rules"
14735 ac_config_files="$ac_config_files dlls/dxerr8/Makefile"
14736
14737 ALL_MAKEFILES="$ALL_MAKEFILES \\
14738         dlls/dxerr9/Makefile"
14739 test "x$enable_dxerr9" != xno && ALL_IMPLIB_DIRS="$ALL_IMPLIB_DIRS \\
14740         dxerr9"
14741 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
14742 dlls/dxerr9/Makefile: dlls/dxerr9/Makefile.in dlls/Makeimplib.rules"
14743 ac_config_files="$ac_config_files dlls/dxerr9/Makefile"
14744
14745 ALL_MAKEFILES="$ALL_MAKEFILES \\
14746         dlls/dxgi/Makefile"
14747 test "x$enable_dxgi" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
14748         dxgi"
14749 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
14750 dlls/dxgi/Makefile: dlls/dxgi/Makefile.in dlls/Makedll.rules"
14751 ac_config_files="$ac_config_files dlls/dxgi/Makefile"
14752
14753 ALL_MAKEFILES="$ALL_MAKEFILES \\
14754         dlls/dxgi/tests/Makefile"
14755 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
14756         dxgi/tests"
14757 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
14758 dlls/dxgi/tests/Makefile: dlls/dxgi/tests/Makefile.in dlls/Maketest.rules"
14759 ac_config_files="$ac_config_files dlls/dxgi/tests/Makefile"
14760
14761 ALL_MAKEFILES="$ALL_MAKEFILES \\
14762         dlls/dxguid/Makefile"
14763 test "x$enable_dxguid" != xno && ALL_IMPLIB_DIRS="$ALL_IMPLIB_DIRS \\
14764         dxguid"
14765 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
14766 dlls/dxguid/Makefile: dlls/dxguid/Makefile.in dlls/Makeimplib.rules"
14767 ac_config_files="$ac_config_files dlls/dxguid/Makefile"
14768
14769 ALL_MAKEFILES="$ALL_MAKEFILES \\
14770         dlls/faultrep/Makefile"
14771 test "x$enable_faultrep" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
14772         faultrep"
14773 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
14774 dlls/faultrep/Makefile: dlls/faultrep/Makefile.in dlls/Makedll.rules"
14775 ac_config_files="$ac_config_files dlls/faultrep/Makefile"
14776
14777 ALL_MAKEFILES="$ALL_MAKEFILES \\
14778         dlls/fusion/Makefile"
14779 test "x$enable_fusion" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
14780         fusion"
14781 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
14782 dlls/fusion/Makefile: dlls/fusion/Makefile.in dlls/Makedll.rules"
14783 ac_config_files="$ac_config_files dlls/fusion/Makefile"
14784
14785 ALL_MAKEFILES="$ALL_MAKEFILES \\
14786         dlls/fusion/tests/Makefile"
14787 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
14788         fusion/tests"
14789 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
14790 dlls/fusion/tests/Makefile: dlls/fusion/tests/Makefile.in dlls/Maketest.rules"
14791 ac_config_files="$ac_config_files dlls/fusion/tests/Makefile"
14792
14793 ALL_MAKEFILES="$ALL_MAKEFILES \\
14794         dlls/gdi32/Makefile"
14795 test "x$enable_gdi32" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
14796         gdi32"
14797 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
14798 dlls/gdi32/Makefile: dlls/gdi32/Makefile.in dlls/Makedll.rules"
14799 ac_config_files="$ac_config_files dlls/gdi32/Makefile"
14800
14801 ALL_MAKEFILES="$ALL_MAKEFILES \\
14802         dlls/gdi32/tests/Makefile"
14803 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
14804         gdi32/tests"
14805 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
14806 dlls/gdi32/tests/Makefile: dlls/gdi32/tests/Makefile.in dlls/Maketest.rules"
14807 ac_config_files="$ac_config_files dlls/gdi32/tests/Makefile"
14808
14809 ALL_MAKEFILES="$ALL_MAKEFILES \\
14810         dlls/gdiplus/Makefile"
14811 test "x$enable_gdiplus" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
14812         gdiplus"
14813 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
14814 dlls/gdiplus/Makefile: dlls/gdiplus/Makefile.in dlls/Makedll.rules"
14815 ac_config_files="$ac_config_files dlls/gdiplus/Makefile"
14816
14817 ALL_MAKEFILES="$ALL_MAKEFILES \\
14818         dlls/gdiplus/tests/Makefile"
14819 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
14820         gdiplus/tests"
14821 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
14822 dlls/gdiplus/tests/Makefile: dlls/gdiplus/tests/Makefile.in dlls/Maketest.rules"
14823 ac_config_files="$ac_config_files dlls/gdiplus/tests/Makefile"
14824
14825 ALL_MAKEFILES="$ALL_MAKEFILES \\
14826         dlls/glu32/Makefile"
14827 test "x$enable_glu32" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
14828         glu32"
14829 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
14830 dlls/glu32/Makefile: dlls/glu32/Makefile.in dlls/Makedll.rules"
14831 ac_config_files="$ac_config_files dlls/glu32/Makefile"
14832
14833 ALL_MAKEFILES="$ALL_MAKEFILES \\
14834         dlls/gphoto2.ds/Makefile"
14835 test "x$enable_gphoto2_ds" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
14836         gphoto2.ds"
14837 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
14838 dlls/gphoto2.ds/Makefile: dlls/gphoto2.ds/Makefile.in dlls/Makedll.rules"
14839 ac_config_files="$ac_config_files dlls/gphoto2.ds/Makefile"
14840
14841 ALL_MAKEFILES="$ALL_MAKEFILES \\
14842         dlls/gpkcsp/Makefile"
14843 test "x$enable_gpkcsp" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
14844         gpkcsp"
14845 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
14846 dlls/gpkcsp/Makefile: dlls/gpkcsp/Makefile.in dlls/Makedll.rules"
14847 ac_config_files="$ac_config_files dlls/gpkcsp/Makefile"
14848
14849 ALL_MAKEFILES="$ALL_MAKEFILES \\
14850         dlls/hal/Makefile"
14851 test "x$enable_hal" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
14852         hal"
14853 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
14854 dlls/hal/Makefile: dlls/hal/Makefile.in dlls/Makedll.rules"
14855 ac_config_files="$ac_config_files dlls/hal/Makefile"
14856
14857 ALL_MAKEFILES="$ALL_MAKEFILES \\
14858         dlls/hhctrl.ocx/Makefile"
14859 test "x$enable_hhctrl_ocx" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
14860         hhctrl.ocx"
14861 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
14862 dlls/hhctrl.ocx/Makefile: dlls/hhctrl.ocx/Makefile.in dlls/Makedll.rules"
14863 ac_config_files="$ac_config_files dlls/hhctrl.ocx/Makefile"
14864
14865 ALL_MAKEFILES="$ALL_MAKEFILES \\
14866         dlls/hid/Makefile"
14867 test "x$enable_hid" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
14868         hid"
14869 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
14870 dlls/hid/Makefile: dlls/hid/Makefile.in dlls/Makedll.rules"
14871 ac_config_files="$ac_config_files dlls/hid/Makefile"
14872
14873 ALL_MAKEFILES="$ALL_MAKEFILES \\
14874         dlls/hlink/Makefile"
14875 test "x$enable_hlink" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
14876         hlink"
14877 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
14878 dlls/hlink/Makefile: dlls/hlink/Makefile.in dlls/Makedll.rules"
14879 ac_config_files="$ac_config_files dlls/hlink/Makefile"
14880
14881 ALL_MAKEFILES="$ALL_MAKEFILES \\
14882         dlls/hlink/tests/Makefile"
14883 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
14884         hlink/tests"
14885 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
14886 dlls/hlink/tests/Makefile: dlls/hlink/tests/Makefile.in dlls/Maketest.rules"
14887 ac_config_files="$ac_config_files dlls/hlink/tests/Makefile"
14888
14889 ALL_MAKEFILES="$ALL_MAKEFILES \\
14890         dlls/hnetcfg/Makefile"
14891 test "x$enable_hnetcfg" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
14892         hnetcfg"
14893 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
14894 dlls/hnetcfg/Makefile: dlls/hnetcfg/Makefile.in dlls/Makedll.rules"
14895 ac_config_files="$ac_config_files dlls/hnetcfg/Makefile"
14896
14897 ALL_MAKEFILES="$ALL_MAKEFILES \\
14898         dlls/httpapi/Makefile"
14899 test "x$enable_httpapi" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
14900         httpapi"
14901 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
14902 dlls/httpapi/Makefile: dlls/httpapi/Makefile.in dlls/Makedll.rules"
14903 ac_config_files="$ac_config_files dlls/httpapi/Makefile"
14904
14905 ALL_MAKEFILES="$ALL_MAKEFILES \\
14906         dlls/iccvid/Makefile"
14907 test "x$enable_iccvid" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
14908         iccvid"
14909 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
14910 dlls/iccvid/Makefile: dlls/iccvid/Makefile.in dlls/Makedll.rules"
14911 ac_config_files="$ac_config_files dlls/iccvid/Makefile"
14912
14913 ALL_MAKEFILES="$ALL_MAKEFILES \\
14914         dlls/icmp/Makefile"
14915 test "x$enable_icmp" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
14916         icmp"
14917 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
14918 dlls/icmp/Makefile: dlls/icmp/Makefile.in dlls/Makedll.rules"
14919 ac_config_files="$ac_config_files dlls/icmp/Makefile"
14920
14921 ALL_MAKEFILES="$ALL_MAKEFILES \\
14922         dlls/ifsmgr.vxd/Makefile"
14923 test "x$enable_win16" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
14924         ifsmgr.vxd"
14925 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
14926 dlls/ifsmgr.vxd/Makefile: dlls/ifsmgr.vxd/Makefile.in dlls/Makedll.rules"
14927 ac_config_files="$ac_config_files dlls/ifsmgr.vxd/Makefile"
14928
14929 ALL_MAKEFILES="$ALL_MAKEFILES \\
14930         dlls/imaadp32.acm/Makefile"
14931 test "x$enable_imaadp32_acm" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
14932         imaadp32.acm"
14933 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
14934 dlls/imaadp32.acm/Makefile: dlls/imaadp32.acm/Makefile.in dlls/Makedll.rules"
14935 ac_config_files="$ac_config_files dlls/imaadp32.acm/Makefile"
14936
14937 ALL_MAKEFILES="$ALL_MAKEFILES \\
14938         dlls/imagehlp/Makefile"
14939 test "x$enable_imagehlp" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
14940         imagehlp"
14941 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
14942 dlls/imagehlp/Makefile: dlls/imagehlp/Makefile.in dlls/Makedll.rules"
14943 ac_config_files="$ac_config_files dlls/imagehlp/Makefile"
14944
14945 ALL_MAKEFILES="$ALL_MAKEFILES \\
14946         dlls/imm.dll16/Makefile"
14947 test "x$enable_win16" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
14948         imm.dll16"
14949 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
14950 dlls/imm.dll16/Makefile: dlls/imm.dll16/Makefile.in dlls/Makedll.rules"
14951 ac_config_files="$ac_config_files dlls/imm.dll16/Makefile"
14952
14953 ALL_MAKEFILES="$ALL_MAKEFILES \\
14954         dlls/imm32/Makefile"
14955 test "x$enable_imm32" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
14956         imm32"
14957 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
14958 dlls/imm32/Makefile: dlls/imm32/Makefile.in dlls/Makedll.rules"
14959 ac_config_files="$ac_config_files dlls/imm32/Makefile"
14960
14961 ALL_MAKEFILES="$ALL_MAKEFILES \\
14962         dlls/imm32/tests/Makefile"
14963 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
14964         imm32/tests"
14965 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
14966 dlls/imm32/tests/Makefile: dlls/imm32/tests/Makefile.in dlls/Maketest.rules"
14967 ac_config_files="$ac_config_files dlls/imm32/tests/Makefile"
14968
14969 ALL_MAKEFILES="$ALL_MAKEFILES \\
14970         dlls/inetcomm/Makefile"
14971 test "x$enable_inetcomm" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
14972         inetcomm"
14973 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
14974 dlls/inetcomm/Makefile: dlls/inetcomm/Makefile.in dlls/Makedll.rules"
14975 ac_config_files="$ac_config_files dlls/inetcomm/Makefile"
14976
14977 ALL_MAKEFILES="$ALL_MAKEFILES \\
14978         dlls/inetcomm/tests/Makefile"
14979 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
14980         inetcomm/tests"
14981 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
14982 dlls/inetcomm/tests/Makefile: dlls/inetcomm/tests/Makefile.in dlls/Maketest.rules"
14983 ac_config_files="$ac_config_files dlls/inetcomm/tests/Makefile"
14984
14985 ALL_MAKEFILES="$ALL_MAKEFILES \\
14986         dlls/inetmib1/Makefile"
14987 test "x$enable_inetmib1" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
14988         inetmib1"
14989 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
14990 dlls/inetmib1/Makefile: dlls/inetmib1/Makefile.in dlls/Makedll.rules"
14991 ac_config_files="$ac_config_files dlls/inetmib1/Makefile"
14992
14993 ALL_MAKEFILES="$ALL_MAKEFILES \\
14994         dlls/inetmib1/tests/Makefile"
14995 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
14996         inetmib1/tests"
14997 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
14998 dlls/inetmib1/tests/Makefile: dlls/inetmib1/tests/Makefile.in dlls/Maketest.rules"
14999 ac_config_files="$ac_config_files dlls/inetmib1/tests/Makefile"
15000
15001 ALL_MAKEFILES="$ALL_MAKEFILES \\
15002         dlls/infosoft/Makefile"
15003 test "x$enable_infosoft" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
15004         infosoft"
15005 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
15006 dlls/infosoft/Makefile: dlls/infosoft/Makefile.in dlls/Makedll.rules"
15007 ac_config_files="$ac_config_files dlls/infosoft/Makefile"
15008
15009 ALL_MAKEFILES="$ALL_MAKEFILES \\
15010         dlls/infosoft/tests/Makefile"
15011 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
15012         infosoft/tests"
15013 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
15014 dlls/infosoft/tests/Makefile: dlls/infosoft/tests/Makefile.in dlls/Maketest.rules"
15015 ac_config_files="$ac_config_files dlls/infosoft/tests/Makefile"
15016
15017 ALL_MAKEFILES="$ALL_MAKEFILES \\
15018         dlls/initpki/Makefile"
15019 test "x$enable_initpki" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
15020         initpki"
15021 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
15022 dlls/initpki/Makefile: dlls/initpki/Makefile.in dlls/Makedll.rules"
15023 ac_config_files="$ac_config_files dlls/initpki/Makefile"
15024
15025 ALL_MAKEFILES="$ALL_MAKEFILES \\
15026         dlls/inkobj/Makefile"
15027 test "x$enable_inkobj" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
15028         inkobj"
15029 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
15030 dlls/inkobj/Makefile: dlls/inkobj/Makefile.in dlls/Makedll.rules"
15031 ac_config_files="$ac_config_files dlls/inkobj/Makefile"
15032
15033 ALL_MAKEFILES="$ALL_MAKEFILES \\
15034         dlls/inseng/Makefile"
15035 test "x$enable_inseng" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
15036         inseng"
15037 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
15038 dlls/inseng/Makefile: dlls/inseng/Makefile.in dlls/Makedll.rules"
15039 ac_config_files="$ac_config_files dlls/inseng/Makefile"
15040
15041 ALL_MAKEFILES="$ALL_MAKEFILES \\
15042         dlls/iphlpapi/Makefile"
15043 test "x$enable_iphlpapi" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
15044         iphlpapi"
15045 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
15046 dlls/iphlpapi/Makefile: dlls/iphlpapi/Makefile.in dlls/Makedll.rules"
15047 ac_config_files="$ac_config_files dlls/iphlpapi/Makefile"
15048
15049 ALL_MAKEFILES="$ALL_MAKEFILES \\
15050         dlls/iphlpapi/tests/Makefile"
15051 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
15052         iphlpapi/tests"
15053 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
15054 dlls/iphlpapi/tests/Makefile: dlls/iphlpapi/tests/Makefile.in dlls/Maketest.rules"
15055 ac_config_files="$ac_config_files dlls/iphlpapi/tests/Makefile"
15056
15057 ALL_MAKEFILES="$ALL_MAKEFILES \\
15058         dlls/itircl/Makefile"
15059 test "x$enable_itircl" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
15060         itircl"
15061 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
15062 dlls/itircl/Makefile: dlls/itircl/Makefile.in dlls/Makedll.rules"
15063 ac_config_files="$ac_config_files dlls/itircl/Makefile"
15064
15065 ALL_MAKEFILES="$ALL_MAKEFILES \\
15066         dlls/itss/Makefile"
15067 test "x$enable_itss" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
15068         itss"
15069 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
15070 dlls/itss/Makefile: dlls/itss/Makefile.in dlls/Makedll.rules"
15071 ac_config_files="$ac_config_files dlls/itss/Makefile"
15072
15073 ALL_MAKEFILES="$ALL_MAKEFILES \\
15074         dlls/itss/tests/Makefile"
15075 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
15076         itss/tests"
15077 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
15078 dlls/itss/tests/Makefile: dlls/itss/tests/Makefile.in dlls/Maketest.rules"
15079 ac_config_files="$ac_config_files dlls/itss/tests/Makefile"
15080
15081 ALL_MAKEFILES="$ALL_MAKEFILES \\
15082         dlls/jscript/Makefile"
15083 test "x$enable_jscript" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
15084         jscript"
15085 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
15086 dlls/jscript/Makefile: dlls/jscript/Makefile.in dlls/Makedll.rules"
15087 ac_config_files="$ac_config_files dlls/jscript/Makefile"
15088
15089 ALL_MAKEFILES="$ALL_MAKEFILES \\
15090         dlls/jscript/tests/Makefile"
15091 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
15092         jscript/tests"
15093 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
15094 dlls/jscript/tests/Makefile: dlls/jscript/tests/Makefile.in dlls/Maketest.rules"
15095 ac_config_files="$ac_config_files dlls/jscript/tests/Makefile"
15096
15097 ALL_MAKEFILES="$ALL_MAKEFILES \\
15098         dlls/kernel32/Makefile"
15099 test "x$enable_kernel32" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
15100         kernel32"
15101 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
15102 dlls/kernel32/Makefile: dlls/kernel32/Makefile.in dlls/Makedll.rules"
15103 ac_config_files="$ac_config_files dlls/kernel32/Makefile"
15104
15105 ALL_MAKEFILES="$ALL_MAKEFILES \\
15106         dlls/kernel32/tests/Makefile"
15107 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
15108         kernel32/tests"
15109 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
15110 dlls/kernel32/tests/Makefile: dlls/kernel32/tests/Makefile.in dlls/Maketest.rules"
15111 ac_config_files="$ac_config_files dlls/kernel32/tests/Makefile"
15112
15113 ALL_MAKEFILES="$ALL_MAKEFILES \\
15114         dlls/keyboard.drv16/Makefile"
15115 test "x$enable_win16" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
15116         keyboard.drv16"
15117 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
15118 dlls/keyboard.drv16/Makefile: dlls/keyboard.drv16/Makefile.in dlls/Makedll.rules"
15119 ac_config_files="$ac_config_files dlls/keyboard.drv16/Makefile"
15120
15121 ALL_MAKEFILES="$ALL_MAKEFILES \\
15122         dlls/loadperf/Makefile"
15123 test "x$enable_loadperf" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
15124         loadperf"
15125 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
15126 dlls/loadperf/Makefile: dlls/loadperf/Makefile.in dlls/Makedll.rules"
15127 ac_config_files="$ac_config_files dlls/loadperf/Makefile"
15128
15129 ALL_MAKEFILES="$ALL_MAKEFILES \\
15130         dlls/localspl/Makefile"
15131 test "x$enable_localspl" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
15132         localspl"
15133 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
15134 dlls/localspl/Makefile: dlls/localspl/Makefile.in dlls/Makedll.rules"
15135 ac_config_files="$ac_config_files dlls/localspl/Makefile"
15136
15137 ALL_MAKEFILES="$ALL_MAKEFILES \\
15138         dlls/localspl/tests/Makefile"
15139 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
15140         localspl/tests"
15141 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
15142 dlls/localspl/tests/Makefile: dlls/localspl/tests/Makefile.in dlls/Maketest.rules"
15143 ac_config_files="$ac_config_files dlls/localspl/tests/Makefile"
15144
15145 ALL_MAKEFILES="$ALL_MAKEFILES \\
15146         dlls/localui/Makefile"
15147 test "x$enable_localui" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
15148         localui"
15149 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
15150 dlls/localui/Makefile: dlls/localui/Makefile.in dlls/Makedll.rules"
15151 ac_config_files="$ac_config_files dlls/localui/Makefile"
15152
15153 ALL_MAKEFILES="$ALL_MAKEFILES \\
15154         dlls/localui/tests/Makefile"
15155 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
15156         localui/tests"
15157 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
15158 dlls/localui/tests/Makefile: dlls/localui/tests/Makefile.in dlls/Maketest.rules"
15159 ac_config_files="$ac_config_files dlls/localui/tests/Makefile"
15160
15161 ALL_MAKEFILES="$ALL_MAKEFILES \\
15162         dlls/lz32/Makefile"
15163 test "x$enable_lz32" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
15164         lz32"
15165 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
15166 dlls/lz32/Makefile: dlls/lz32/Makefile.in dlls/Makedll.rules"
15167 ac_config_files="$ac_config_files dlls/lz32/Makefile"
15168
15169 ALL_MAKEFILES="$ALL_MAKEFILES \\
15170         dlls/lz32/tests/Makefile"
15171 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
15172         lz32/tests"
15173 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
15174 dlls/lz32/tests/Makefile: dlls/lz32/tests/Makefile.in dlls/Maketest.rules"
15175 ac_config_files="$ac_config_files dlls/lz32/tests/Makefile"
15176
15177 ALL_MAKEFILES="$ALL_MAKEFILES \\
15178         dlls/lzexpand.dll16/Makefile"
15179 test "x$enable_win16" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
15180         lzexpand.dll16"
15181 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
15182 dlls/lzexpand.dll16/Makefile: dlls/lzexpand.dll16/Makefile.in dlls/Makedll.rules"
15183 ac_config_files="$ac_config_files dlls/lzexpand.dll16/Makefile"
15184
15185 ALL_MAKEFILES="$ALL_MAKEFILES \\
15186         dlls/mapi32/Makefile"
15187 test "x$enable_mapi32" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
15188         mapi32"
15189 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
15190 dlls/mapi32/Makefile: dlls/mapi32/Makefile.in dlls/Makedll.rules"
15191 ac_config_files="$ac_config_files dlls/mapi32/Makefile"
15192
15193 ALL_MAKEFILES="$ALL_MAKEFILES \\
15194         dlls/mapi32/tests/Makefile"
15195 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
15196         mapi32/tests"
15197 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
15198 dlls/mapi32/tests/Makefile: dlls/mapi32/tests/Makefile.in dlls/Maketest.rules"
15199 ac_config_files="$ac_config_files dlls/mapi32/tests/Makefile"
15200
15201 ALL_MAKEFILES="$ALL_MAKEFILES \\
15202         dlls/mciavi32/Makefile"
15203 test "x$enable_mciavi32" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
15204         mciavi32"
15205 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
15206 dlls/mciavi32/Makefile: dlls/mciavi32/Makefile.in dlls/Makedll.rules"
15207 ac_config_files="$ac_config_files dlls/mciavi32/Makefile"
15208
15209 ALL_MAKEFILES="$ALL_MAKEFILES \\
15210         dlls/mcicda/Makefile"
15211 test "x$enable_mcicda" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
15212         mcicda"
15213 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
15214 dlls/mcicda/Makefile: dlls/mcicda/Makefile.in dlls/Makedll.rules"
15215 ac_config_files="$ac_config_files dlls/mcicda/Makefile"
15216
15217 ALL_MAKEFILES="$ALL_MAKEFILES \\
15218         dlls/mciqtz32/Makefile"
15219 test "x$enable_mciqtz32" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
15220         mciqtz32"
15221 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
15222 dlls/mciqtz32/Makefile: dlls/mciqtz32/Makefile.in dlls/Makedll.rules"
15223 ac_config_files="$ac_config_files dlls/mciqtz32/Makefile"
15224
15225 ALL_MAKEFILES="$ALL_MAKEFILES \\
15226         dlls/mciseq/Makefile"
15227 test "x$enable_mciseq" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
15228         mciseq"
15229 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
15230 dlls/mciseq/Makefile: dlls/mciseq/Makefile.in dlls/Makedll.rules"
15231 ac_config_files="$ac_config_files dlls/mciseq/Makefile"
15232
15233 ALL_MAKEFILES="$ALL_MAKEFILES \\
15234         dlls/mciwave/Makefile"
15235 test "x$enable_mciwave" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
15236         mciwave"
15237 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
15238 dlls/mciwave/Makefile: dlls/mciwave/Makefile.in dlls/Makedll.rules"
15239 ac_config_files="$ac_config_files dlls/mciwave/Makefile"
15240
15241 ALL_MAKEFILES="$ALL_MAKEFILES \\
15242         dlls/midimap/Makefile"
15243 test "x$enable_midimap" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
15244         midimap"
15245 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
15246 dlls/midimap/Makefile: dlls/midimap/Makefile.in dlls/Makedll.rules"
15247 ac_config_files="$ac_config_files dlls/midimap/Makefile"
15248
15249 ALL_MAKEFILES="$ALL_MAKEFILES \\
15250         dlls/mlang/Makefile"
15251 test "x$enable_mlang" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
15252         mlang"
15253 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
15254 dlls/mlang/Makefile: dlls/mlang/Makefile.in dlls/Makedll.rules"
15255 ac_config_files="$ac_config_files dlls/mlang/Makefile"
15256
15257 ALL_MAKEFILES="$ALL_MAKEFILES \\
15258         dlls/mlang/tests/Makefile"
15259 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
15260         mlang/tests"
15261 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
15262 dlls/mlang/tests/Makefile: dlls/mlang/tests/Makefile.in dlls/Maketest.rules"
15263 ac_config_files="$ac_config_files dlls/mlang/tests/Makefile"
15264
15265 ALL_MAKEFILES="$ALL_MAKEFILES \\
15266         dlls/mmdevldr.vxd/Makefile"
15267 test "x$enable_win16" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
15268         mmdevldr.vxd"
15269 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
15270 dlls/mmdevldr.vxd/Makefile: dlls/mmdevldr.vxd/Makefile.in dlls/Makedll.rules"
15271 ac_config_files="$ac_config_files dlls/mmdevldr.vxd/Makefile"
15272
15273 ALL_MAKEFILES="$ALL_MAKEFILES \\
15274         dlls/monodebg.vxd/Makefile"
15275 test "x$enable_win16" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
15276         monodebg.vxd"
15277 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
15278 dlls/monodebg.vxd/Makefile: dlls/monodebg.vxd/Makefile.in dlls/Makedll.rules"
15279 ac_config_files="$ac_config_files dlls/monodebg.vxd/Makefile"
15280
15281 ALL_MAKEFILES="$ALL_MAKEFILES \\
15282         dlls/mountmgr.sys/Makefile"
15283 test "x$enable_mountmgr_sys" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
15284         mountmgr.sys"
15285 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
15286 dlls/mountmgr.sys/Makefile: dlls/mountmgr.sys/Makefile.in dlls/Makedll.rules"
15287 ac_config_files="$ac_config_files dlls/mountmgr.sys/Makefile"
15288
15289 ALL_MAKEFILES="$ALL_MAKEFILES \\
15290         dlls/mouse.drv16/Makefile"
15291 test "x$enable_win16" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
15292         mouse.drv16"
15293 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
15294 dlls/mouse.drv16/Makefile: dlls/mouse.drv16/Makefile.in dlls/Makedll.rules"
15295 ac_config_files="$ac_config_files dlls/mouse.drv16/Makefile"
15296
15297 ALL_MAKEFILES="$ALL_MAKEFILES \\
15298         dlls/mpr/Makefile"
15299 test "x$enable_mpr" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
15300         mpr"
15301 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
15302 dlls/mpr/Makefile: dlls/mpr/Makefile.in dlls/Makedll.rules"
15303 ac_config_files="$ac_config_files dlls/mpr/Makefile"
15304
15305 ALL_MAKEFILES="$ALL_MAKEFILES \\
15306         dlls/mprapi/Makefile"
15307 test "x$enable_mprapi" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
15308         mprapi"
15309 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
15310 dlls/mprapi/Makefile: dlls/mprapi/Makefile.in dlls/Makedll.rules"
15311 ac_config_files="$ac_config_files dlls/mprapi/Makefile"
15312
15313 ALL_MAKEFILES="$ALL_MAKEFILES \\
15314         dlls/msacm.dll16/Makefile"
15315 test "x$enable_win16" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
15316         msacm.dll16"
15317 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
15318 dlls/msacm.dll16/Makefile: dlls/msacm.dll16/Makefile.in dlls/Makedll.rules"
15319 ac_config_files="$ac_config_files dlls/msacm.dll16/Makefile"
15320
15321 ALL_MAKEFILES="$ALL_MAKEFILES \\
15322         dlls/msacm32.drv/Makefile"
15323 test "x$enable_msacm32_drv" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
15324         msacm32.drv"
15325 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
15326 dlls/msacm32.drv/Makefile: dlls/msacm32.drv/Makefile.in dlls/Makedll.rules"
15327 ac_config_files="$ac_config_files dlls/msacm32.drv/Makefile"
15328
15329 ALL_MAKEFILES="$ALL_MAKEFILES \\
15330         dlls/msacm32/Makefile"
15331 test "x$enable_msacm32" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
15332         msacm32"
15333 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
15334 dlls/msacm32/Makefile: dlls/msacm32/Makefile.in dlls/Makedll.rules"
15335 ac_config_files="$ac_config_files dlls/msacm32/Makefile"
15336
15337 ALL_MAKEFILES="$ALL_MAKEFILES \\
15338         dlls/msacm32/tests/Makefile"
15339 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
15340         msacm32/tests"
15341 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
15342 dlls/msacm32/tests/Makefile: dlls/msacm32/tests/Makefile.in dlls/Maketest.rules"
15343 ac_config_files="$ac_config_files dlls/msacm32/tests/Makefile"
15344
15345 ALL_MAKEFILES="$ALL_MAKEFILES \\
15346         dlls/msadp32.acm/Makefile"
15347 test "x$enable_msadp32_acm" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
15348         msadp32.acm"
15349 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
15350 dlls/msadp32.acm/Makefile: dlls/msadp32.acm/Makefile.in dlls/Makedll.rules"
15351 ac_config_files="$ac_config_files dlls/msadp32.acm/Makefile"
15352
15353 ALL_MAKEFILES="$ALL_MAKEFILES \\
15354         dlls/mscat32/Makefile"
15355 test "x$enable_mscat32" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
15356         mscat32"
15357 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
15358 dlls/mscat32/Makefile: dlls/mscat32/Makefile.in dlls/Makedll.rules"
15359 ac_config_files="$ac_config_files dlls/mscat32/Makefile"
15360
15361 ALL_MAKEFILES="$ALL_MAKEFILES \\
15362         dlls/mscms/Makefile"
15363 test "x$enable_mscms" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
15364         mscms"
15365 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
15366 dlls/mscms/Makefile: dlls/mscms/Makefile.in dlls/Makedll.rules"
15367 ac_config_files="$ac_config_files dlls/mscms/Makefile"
15368
15369 ALL_MAKEFILES="$ALL_MAKEFILES \\
15370         dlls/mscms/tests/Makefile"
15371 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
15372         mscms/tests"
15373 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
15374 dlls/mscms/tests/Makefile: dlls/mscms/tests/Makefile.in dlls/Maketest.rules"
15375 ac_config_files="$ac_config_files dlls/mscms/tests/Makefile"
15376
15377 ALL_MAKEFILES="$ALL_MAKEFILES \\
15378         dlls/mscoree/Makefile"
15379 test "x$enable_mscoree" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
15380         mscoree"
15381 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
15382 dlls/mscoree/Makefile: dlls/mscoree/Makefile.in dlls/Makedll.rules"
15383 ac_config_files="$ac_config_files dlls/mscoree/Makefile"
15384
15385 ALL_MAKEFILES="$ALL_MAKEFILES \\
15386         dlls/msctf/Makefile"
15387 test "x$enable_msctf" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
15388         msctf"
15389 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
15390 dlls/msctf/Makefile: dlls/msctf/Makefile.in dlls/Makedll.rules"
15391 ac_config_files="$ac_config_files dlls/msctf/Makefile"
15392
15393 ALL_MAKEFILES="$ALL_MAKEFILES \\
15394         dlls/msctf/tests/Makefile"
15395 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
15396         msctf/tests"
15397 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
15398 dlls/msctf/tests/Makefile: dlls/msctf/tests/Makefile.in dlls/Maketest.rules"
15399 ac_config_files="$ac_config_files dlls/msctf/tests/Makefile"
15400
15401 ALL_MAKEFILES="$ALL_MAKEFILES \\
15402         dlls/msdaps/Makefile"
15403 test "x$enable_msdaps" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
15404         msdaps"
15405 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
15406 dlls/msdaps/Makefile: dlls/msdaps/Makefile.in dlls/Makedll.rules"
15407 ac_config_files="$ac_config_files dlls/msdaps/Makefile"
15408
15409 ALL_MAKEFILES="$ALL_MAKEFILES \\
15410         dlls/msdmo/Makefile"
15411 test "x$enable_msdmo" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
15412         msdmo"
15413 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
15414 dlls/msdmo/Makefile: dlls/msdmo/Makefile.in dlls/Makedll.rules"
15415 ac_config_files="$ac_config_files dlls/msdmo/Makefile"
15416
15417 ALL_MAKEFILES="$ALL_MAKEFILES \\
15418         dlls/msftedit/Makefile"
15419 test "x$enable_msftedit" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
15420         msftedit"
15421 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
15422 dlls/msftedit/Makefile: dlls/msftedit/Makefile.in dlls/Makedll.rules"
15423 ac_config_files="$ac_config_files dlls/msftedit/Makefile"
15424
15425 ALL_MAKEFILES="$ALL_MAKEFILES \\
15426         dlls/msg711.acm/Makefile"
15427 test "x$enable_msg711_acm" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
15428         msg711.acm"
15429 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
15430 dlls/msg711.acm/Makefile: dlls/msg711.acm/Makefile.in dlls/Makedll.rules"
15431 ac_config_files="$ac_config_files dlls/msg711.acm/Makefile"
15432
15433 ALL_MAKEFILES="$ALL_MAKEFILES \\
15434         dlls/msgsm32.acm/Makefile"
15435 test "x$enable_msgsm32_acm" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
15436         msgsm32.acm"
15437 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
15438 dlls/msgsm32.acm/Makefile: dlls/msgsm32.acm/Makefile.in dlls/Makedll.rules"
15439 ac_config_files="$ac_config_files dlls/msgsm32.acm/Makefile"
15440
15441 ALL_MAKEFILES="$ALL_MAKEFILES \\
15442         dlls/mshtml.tlb/Makefile"
15443 test "x$enable_mshtml_tlb" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
15444         mshtml.tlb"
15445 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
15446 dlls/mshtml.tlb/Makefile: dlls/mshtml.tlb/Makefile.in dlls/Makedll.rules"
15447 ac_config_files="$ac_config_files dlls/mshtml.tlb/Makefile"
15448
15449 ALL_MAKEFILES="$ALL_MAKEFILES \\
15450         dlls/mshtml/Makefile"
15451 test "x$enable_mshtml" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
15452         mshtml"
15453 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
15454 dlls/mshtml/Makefile: dlls/mshtml/Makefile.in dlls/Makedll.rules"
15455 ac_config_files="$ac_config_files dlls/mshtml/Makefile"
15456
15457 ALL_MAKEFILES="$ALL_MAKEFILES \\
15458         dlls/mshtml/tests/Makefile"
15459 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
15460         mshtml/tests"
15461 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
15462 dlls/mshtml/tests/Makefile: dlls/mshtml/tests/Makefile.in dlls/Maketest.rules"
15463 ac_config_files="$ac_config_files dlls/mshtml/tests/Makefile"
15464
15465 ALL_MAKEFILES="$ALL_MAKEFILES \\
15466         dlls/msi/Makefile"
15467 test "x$enable_msi" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
15468         msi"
15469 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
15470 dlls/msi/Makefile: dlls/msi/Makefile.in dlls/Makedll.rules"
15471 ac_config_files="$ac_config_files dlls/msi/Makefile"
15472
15473 ALL_MAKEFILES="$ALL_MAKEFILES \\
15474         dlls/msi/tests/Makefile"
15475 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
15476         msi/tests"
15477 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
15478 dlls/msi/tests/Makefile: dlls/msi/tests/Makefile.in dlls/Maketest.rules"
15479 ac_config_files="$ac_config_files dlls/msi/tests/Makefile"
15480
15481 ALL_MAKEFILES="$ALL_MAKEFILES \\
15482         dlls/msimg32/Makefile"
15483 test "x$enable_msimg32" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
15484         msimg32"
15485 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
15486 dlls/msimg32/Makefile: dlls/msimg32/Makefile.in dlls/Makedll.rules"
15487 ac_config_files="$ac_config_files dlls/msimg32/Makefile"
15488
15489 ALL_MAKEFILES="$ALL_MAKEFILES \\
15490         dlls/msimtf/Makefile"
15491 test "x$enable_msimtf" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
15492         msimtf"
15493 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
15494 dlls/msimtf/Makefile: dlls/msimtf/Makefile.in dlls/Makedll.rules"
15495 ac_config_files="$ac_config_files dlls/msimtf/Makefile"
15496
15497 ALL_MAKEFILES="$ALL_MAKEFILES \\
15498         dlls/msisip/Makefile"
15499 test "x$enable_msisip" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
15500         msisip"
15501 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
15502 dlls/msisip/Makefile: dlls/msisip/Makefile.in dlls/Makedll.rules"
15503 ac_config_files="$ac_config_files dlls/msisip/Makefile"
15504
15505 ALL_MAKEFILES="$ALL_MAKEFILES \\
15506         dlls/msisys.ocx/Makefile"
15507 test "x$enable_msisys_ocx" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
15508         msisys.ocx"
15509 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
15510 dlls/msisys.ocx/Makefile: dlls/msisys.ocx/Makefile.in dlls/Makedll.rules"
15511 ac_config_files="$ac_config_files dlls/msisys.ocx/Makefile"
15512
15513 ALL_MAKEFILES="$ALL_MAKEFILES \\
15514         dlls/msnet32/Makefile"
15515 test "x$enable_msnet32" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
15516         msnet32"
15517 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
15518 dlls/msnet32/Makefile: dlls/msnet32/Makefile.in dlls/Makedll.rules"
15519 ac_config_files="$ac_config_files dlls/msnet32/Makefile"
15520
15521 ALL_MAKEFILES="$ALL_MAKEFILES \\
15522         dlls/msrle32/Makefile"
15523 test "x$enable_msrle32" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
15524         msrle32"
15525 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
15526 dlls/msrle32/Makefile: dlls/msrle32/Makefile.in dlls/Makedll.rules"
15527 ac_config_files="$ac_config_files dlls/msrle32/Makefile"
15528
15529 ALL_MAKEFILES="$ALL_MAKEFILES \\
15530         dlls/mssign32/Makefile"
15531 test "x$enable_mssign32" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
15532         mssign32"
15533 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
15534 dlls/mssign32/Makefile: dlls/mssign32/Makefile.in dlls/Makedll.rules"
15535 ac_config_files="$ac_config_files dlls/mssign32/Makefile"
15536
15537 ALL_MAKEFILES="$ALL_MAKEFILES \\
15538         dlls/mssip32/Makefile"
15539 test "x$enable_mssip32" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
15540         mssip32"
15541 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
15542 dlls/mssip32/Makefile: dlls/mssip32/Makefile.in dlls/Makedll.rules"
15543 ac_config_files="$ac_config_files dlls/mssip32/Makefile"
15544
15545 ALL_MAKEFILES="$ALL_MAKEFILES \\
15546         dlls/mstask/Makefile"
15547 test "x$enable_mstask" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
15548         mstask"
15549 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
15550 dlls/mstask/Makefile: dlls/mstask/Makefile.in dlls/Makedll.rules"
15551 ac_config_files="$ac_config_files dlls/mstask/Makefile"
15552
15553 ALL_MAKEFILES="$ALL_MAKEFILES \\
15554         dlls/mstask/tests/Makefile"
15555 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
15556         mstask/tests"
15557 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
15558 dlls/mstask/tests/Makefile: dlls/mstask/tests/Makefile.in dlls/Maketest.rules"
15559 ac_config_files="$ac_config_files dlls/mstask/tests/Makefile"
15560
15561 ALL_MAKEFILES="$ALL_MAKEFILES \\
15562         dlls/msvcirt/Makefile"
15563 test "x$enable_msvcirt" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
15564         msvcirt"
15565 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
15566 dlls/msvcirt/Makefile: dlls/msvcirt/Makefile.in dlls/Makedll.rules"
15567 ac_config_files="$ac_config_files dlls/msvcirt/Makefile"
15568
15569 ALL_MAKEFILES="$ALL_MAKEFILES \\
15570         dlls/msvcr71/Makefile"
15571 test "x$enable_msvcr71" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
15572         msvcr71"
15573 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
15574 dlls/msvcr71/Makefile: dlls/msvcr71/Makefile.in dlls/Makedll.rules"
15575 ac_config_files="$ac_config_files dlls/msvcr71/Makefile"
15576
15577 ALL_MAKEFILES="$ALL_MAKEFILES \\
15578         dlls/msvcrt/Makefile"
15579 test "x$enable_msvcrt" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
15580         msvcrt"
15581 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
15582 dlls/msvcrt/Makefile: dlls/msvcrt/Makefile.in dlls/Makedll.rules"
15583 ac_config_files="$ac_config_files dlls/msvcrt/Makefile"
15584
15585 ALL_MAKEFILES="$ALL_MAKEFILES \\
15586         dlls/msvcrt/tests/Makefile"
15587 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
15588         msvcrt/tests"
15589 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
15590 dlls/msvcrt/tests/Makefile: dlls/msvcrt/tests/Makefile.in dlls/Maketest.rules"
15591 ac_config_files="$ac_config_files dlls/msvcrt/tests/Makefile"
15592
15593 ALL_MAKEFILES="$ALL_MAKEFILES \\
15594         dlls/msvcrt20/Makefile"
15595 test "x$enable_msvcrt20" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
15596         msvcrt20"
15597 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
15598 dlls/msvcrt20/Makefile: dlls/msvcrt20/Makefile.in dlls/Makedll.rules"
15599 ac_config_files="$ac_config_files dlls/msvcrt20/Makefile"
15600
15601 ALL_MAKEFILES="$ALL_MAKEFILES \\
15602         dlls/msvcrt40/Makefile"
15603 test "x$enable_msvcrt40" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
15604         msvcrt40"
15605 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
15606 dlls/msvcrt40/Makefile: dlls/msvcrt40/Makefile.in dlls/Makedll.rules"
15607 ac_config_files="$ac_config_files dlls/msvcrt40/Makefile"
15608
15609 ALL_MAKEFILES="$ALL_MAKEFILES \\
15610         dlls/msvcrtd/Makefile"
15611 test "x$enable_msvcrtd" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
15612         msvcrtd"
15613 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
15614 dlls/msvcrtd/Makefile: dlls/msvcrtd/Makefile.in dlls/Makedll.rules"
15615 ac_config_files="$ac_config_files dlls/msvcrtd/Makefile"
15616
15617 ALL_MAKEFILES="$ALL_MAKEFILES \\
15618         dlls/msvcrtd/tests/Makefile"
15619 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
15620         msvcrtd/tests"
15621 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
15622 dlls/msvcrtd/tests/Makefile: dlls/msvcrtd/tests/Makefile.in dlls/Maketest.rules"
15623 ac_config_files="$ac_config_files dlls/msvcrtd/tests/Makefile"
15624
15625 ALL_MAKEFILES="$ALL_MAKEFILES \\
15626         dlls/msvfw32/Makefile"
15627 test "x$enable_msvfw32" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
15628         msvfw32"
15629 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
15630 dlls/msvfw32/Makefile: dlls/msvfw32/Makefile.in dlls/Makedll.rules"
15631 ac_config_files="$ac_config_files dlls/msvfw32/Makefile"
15632
15633 ALL_MAKEFILES="$ALL_MAKEFILES \\
15634         dlls/msvfw32/tests/Makefile"
15635 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
15636         msvfw32/tests"
15637 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
15638 dlls/msvfw32/tests/Makefile: dlls/msvfw32/tests/Makefile.in dlls/Maketest.rules"
15639 ac_config_files="$ac_config_files dlls/msvfw32/tests/Makefile"
15640
15641 ALL_MAKEFILES="$ALL_MAKEFILES \\
15642         dlls/msvidc32/Makefile"
15643 test "x$enable_msvidc32" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
15644         msvidc32"
15645 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
15646 dlls/msvidc32/Makefile: dlls/msvidc32/Makefile.in dlls/Makedll.rules"
15647 ac_config_files="$ac_config_files dlls/msvidc32/Makefile"
15648
15649 ALL_MAKEFILES="$ALL_MAKEFILES \\
15650         dlls/msvideo.dll16/Makefile"
15651 test "x$enable_win16" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
15652         msvideo.dll16"
15653 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
15654 dlls/msvideo.dll16/Makefile: dlls/msvideo.dll16/Makefile.in dlls/Makedll.rules"
15655 ac_config_files="$ac_config_files dlls/msvideo.dll16/Makefile"
15656
15657 ALL_MAKEFILES="$ALL_MAKEFILES \\
15658         dlls/mswsock/Makefile"
15659 test "x$enable_mswsock" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
15660         mswsock"
15661 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
15662 dlls/mswsock/Makefile: dlls/mswsock/Makefile.in dlls/Makedll.rules"
15663 ac_config_files="$ac_config_files dlls/mswsock/Makefile"
15664
15665 ALL_MAKEFILES="$ALL_MAKEFILES \\
15666         dlls/msxml3/Makefile"
15667 test "x$enable_msxml3" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
15668         msxml3"
15669 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
15670 dlls/msxml3/Makefile: dlls/msxml3/Makefile.in dlls/Makedll.rules"
15671 ac_config_files="$ac_config_files dlls/msxml3/Makefile"
15672
15673 ALL_MAKEFILES="$ALL_MAKEFILES \\
15674         dlls/msxml3/tests/Makefile"
15675 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
15676         msxml3/tests"
15677 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
15678 dlls/msxml3/tests/Makefile: dlls/msxml3/tests/Makefile.in dlls/Maketest.rules"
15679 ac_config_files="$ac_config_files dlls/msxml3/tests/Makefile"
15680
15681 ALL_MAKEFILES="$ALL_MAKEFILES \\
15682         dlls/nddeapi/Makefile"
15683 test "x$enable_nddeapi" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
15684         nddeapi"
15685 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
15686 dlls/nddeapi/Makefile: dlls/nddeapi/Makefile.in dlls/Makedll.rules"
15687 ac_config_files="$ac_config_files dlls/nddeapi/Makefile"
15688
15689 ALL_MAKEFILES="$ALL_MAKEFILES \\
15690         dlls/netapi32/Makefile"
15691 test "x$enable_netapi32" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
15692         netapi32"
15693 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
15694 dlls/netapi32/Makefile: dlls/netapi32/Makefile.in dlls/Makedll.rules"
15695 ac_config_files="$ac_config_files dlls/netapi32/Makefile"
15696
15697 ALL_MAKEFILES="$ALL_MAKEFILES \\
15698         dlls/netapi32/tests/Makefile"
15699 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
15700         netapi32/tests"
15701 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
15702 dlls/netapi32/tests/Makefile: dlls/netapi32/tests/Makefile.in dlls/Maketest.rules"
15703 ac_config_files="$ac_config_files dlls/netapi32/tests/Makefile"
15704
15705 ALL_MAKEFILES="$ALL_MAKEFILES \\
15706         dlls/newdev/Makefile"
15707 test "x$enable_newdev" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
15708         newdev"
15709 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
15710 dlls/newdev/Makefile: dlls/newdev/Makefile.in dlls/Makedll.rules"
15711 ac_config_files="$ac_config_files dlls/newdev/Makefile"
15712
15713 ALL_MAKEFILES="$ALL_MAKEFILES \\
15714         dlls/ntdll/Makefile"
15715 test "x$enable_ntdll" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
15716         ntdll"
15717 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
15718 dlls/ntdll/Makefile: dlls/ntdll/Makefile.in dlls/Makedll.rules"
15719 ac_config_files="$ac_config_files dlls/ntdll/Makefile"
15720
15721 ALL_MAKEFILES="$ALL_MAKEFILES \\
15722         dlls/ntdll/tests/Makefile"
15723 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
15724         ntdll/tests"
15725 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
15726 dlls/ntdll/tests/Makefile: dlls/ntdll/tests/Makefile.in dlls/Maketest.rules"
15727 ac_config_files="$ac_config_files dlls/ntdll/tests/Makefile"
15728
15729 ALL_MAKEFILES="$ALL_MAKEFILES \\
15730         dlls/ntdsapi/Makefile"
15731 test "x$enable_ntdsapi" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
15732         ntdsapi"
15733 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
15734 dlls/ntdsapi/Makefile: dlls/ntdsapi/Makefile.in dlls/Makedll.rules"
15735 ac_config_files="$ac_config_files dlls/ntdsapi/Makefile"
15736
15737 ALL_MAKEFILES="$ALL_MAKEFILES \\
15738         dlls/ntdsapi/tests/Makefile"
15739 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
15740         ntdsapi/tests"
15741 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
15742 dlls/ntdsapi/tests/Makefile: dlls/ntdsapi/tests/Makefile.in dlls/Maketest.rules"
15743 ac_config_files="$ac_config_files dlls/ntdsapi/tests/Makefile"
15744
15745 ALL_MAKEFILES="$ALL_MAKEFILES \\
15746         dlls/ntoskrnl.exe/Makefile"
15747 test "x$enable_ntoskrnl_exe" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
15748         ntoskrnl.exe"
15749 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
15750 dlls/ntoskrnl.exe/Makefile: dlls/ntoskrnl.exe/Makefile.in dlls/Makedll.rules"
15751 ac_config_files="$ac_config_files dlls/ntoskrnl.exe/Makefile"
15752
15753 ALL_MAKEFILES="$ALL_MAKEFILES \\
15754         dlls/ntprint/Makefile"
15755 test "x$enable_ntprint" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
15756         ntprint"
15757 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
15758 dlls/ntprint/Makefile: dlls/ntprint/Makefile.in dlls/Makedll.rules"
15759 ac_config_files="$ac_config_files dlls/ntprint/Makefile"
15760
15761 ALL_MAKEFILES="$ALL_MAKEFILES \\
15762         dlls/ntprint/tests/Makefile"
15763 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
15764         ntprint/tests"
15765 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
15766 dlls/ntprint/tests/Makefile: dlls/ntprint/tests/Makefile.in dlls/Maketest.rules"
15767 ac_config_files="$ac_config_files dlls/ntprint/tests/Makefile"
15768
15769 ALL_MAKEFILES="$ALL_MAKEFILES \\
15770         dlls/objsel/Makefile"
15771 test "x$enable_objsel" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
15772         objsel"
15773 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
15774 dlls/objsel/Makefile: dlls/objsel/Makefile.in dlls/Makedll.rules"
15775 ac_config_files="$ac_config_files dlls/objsel/Makefile"
15776
15777 ALL_MAKEFILES="$ALL_MAKEFILES \\
15778         dlls/odbc32/Makefile"
15779 test "x$enable_odbc32" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
15780         odbc32"
15781 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
15782 dlls/odbc32/Makefile: dlls/odbc32/Makefile.in dlls/Makedll.rules"
15783 ac_config_files="$ac_config_files dlls/odbc32/Makefile"
15784
15785 ALL_MAKEFILES="$ALL_MAKEFILES \\
15786         dlls/odbccp32/Makefile"
15787 test "x$enable_odbccp32" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
15788         odbccp32"
15789 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
15790 dlls/odbccp32/Makefile: dlls/odbccp32/Makefile.in dlls/Makedll.rules"
15791 ac_config_files="$ac_config_files dlls/odbccp32/Makefile"
15792
15793 ALL_MAKEFILES="$ALL_MAKEFILES \\
15794         dlls/odbccp32/tests/Makefile"
15795 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
15796         odbccp32/tests"
15797 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
15798 dlls/odbccp32/tests/Makefile: dlls/odbccp32/tests/Makefile.in dlls/Maketest.rules"
15799 ac_config_files="$ac_config_files dlls/odbccp32/tests/Makefile"
15800
15801 ALL_MAKEFILES="$ALL_MAKEFILES \\
15802         dlls/ole2.dll16/Makefile"
15803 test "x$enable_win16" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
15804         ole2.dll16"
15805 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
15806 dlls/ole2.dll16/Makefile: dlls/ole2.dll16/Makefile.in dlls/Makedll.rules"
15807 ac_config_files="$ac_config_files dlls/ole2.dll16/Makefile"
15808
15809 ALL_MAKEFILES="$ALL_MAKEFILES \\
15810         dlls/ole2conv.dll16/Makefile"
15811 test "x$enable_win16" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
15812         ole2conv.dll16"
15813 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
15814 dlls/ole2conv.dll16/Makefile: dlls/ole2conv.dll16/Makefile.in dlls/Makedll.rules"
15815 ac_config_files="$ac_config_files dlls/ole2conv.dll16/Makefile"
15816
15817 ALL_MAKEFILES="$ALL_MAKEFILES \\
15818         dlls/ole2disp.dll16/Makefile"
15819 test "x$enable_win16" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
15820         ole2disp.dll16"
15821 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
15822 dlls/ole2disp.dll16/Makefile: dlls/ole2disp.dll16/Makefile.in dlls/Makedll.rules"
15823 ac_config_files="$ac_config_files dlls/ole2disp.dll16/Makefile"
15824
15825 ALL_MAKEFILES="$ALL_MAKEFILES \\
15826         dlls/ole2nls.dll16/Makefile"
15827 test "x$enable_win16" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
15828         ole2nls.dll16"
15829 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
15830 dlls/ole2nls.dll16/Makefile: dlls/ole2nls.dll16/Makefile.in dlls/Makedll.rules"
15831 ac_config_files="$ac_config_files dlls/ole2nls.dll16/Makefile"
15832
15833 ALL_MAKEFILES="$ALL_MAKEFILES \\
15834         dlls/ole2prox.dll16/Makefile"
15835 test "x$enable_win16" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
15836         ole2prox.dll16"
15837 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
15838 dlls/ole2prox.dll16/Makefile: dlls/ole2prox.dll16/Makefile.in dlls/Makedll.rules"
15839 ac_config_files="$ac_config_files dlls/ole2prox.dll16/Makefile"
15840
15841 ALL_MAKEFILES="$ALL_MAKEFILES \\
15842         dlls/ole2thk.dll16/Makefile"
15843 test "x$enable_win16" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
15844         ole2thk.dll16"
15845 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
15846 dlls/ole2thk.dll16/Makefile: dlls/ole2thk.dll16/Makefile.in dlls/Makedll.rules"
15847 ac_config_files="$ac_config_files dlls/ole2thk.dll16/Makefile"
15848
15849 ALL_MAKEFILES="$ALL_MAKEFILES \\
15850         dlls/ole32/Makefile"
15851 test "x$enable_ole32" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
15852         ole32"
15853 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
15854 dlls/ole32/Makefile: dlls/ole32/Makefile.in dlls/Makedll.rules"
15855 ac_config_files="$ac_config_files dlls/ole32/Makefile"
15856
15857 ALL_MAKEFILES="$ALL_MAKEFILES \\
15858         dlls/ole32/tests/Makefile"
15859 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
15860         ole32/tests"
15861 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
15862 dlls/ole32/tests/Makefile: dlls/ole32/tests/Makefile.in dlls/Maketest.rules"
15863 ac_config_files="$ac_config_files dlls/ole32/tests/Makefile"
15864
15865 ALL_MAKEFILES="$ALL_MAKEFILES \\
15866         dlls/oleacc/Makefile"
15867 test "x$enable_oleacc" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
15868         oleacc"
15869 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
15870 dlls/oleacc/Makefile: dlls/oleacc/Makefile.in dlls/Makedll.rules"
15871 ac_config_files="$ac_config_files dlls/oleacc/Makefile"
15872
15873 ALL_MAKEFILES="$ALL_MAKEFILES \\
15874         dlls/oleacc/tests/Makefile"
15875 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
15876         oleacc/tests"
15877 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
15878 dlls/oleacc/tests/Makefile: dlls/oleacc/tests/Makefile.in dlls/Maketest.rules"
15879 ac_config_files="$ac_config_files dlls/oleacc/tests/Makefile"
15880
15881 ALL_MAKEFILES="$ALL_MAKEFILES \\
15882         dlls/oleaut32/Makefile"
15883 test "x$enable_oleaut32" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
15884         oleaut32"
15885 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
15886 dlls/oleaut32/Makefile: dlls/oleaut32/Makefile.in dlls/Makedll.rules"
15887 ac_config_files="$ac_config_files dlls/oleaut32/Makefile"
15888
15889 ALL_MAKEFILES="$ALL_MAKEFILES \\
15890         dlls/oleaut32/tests/Makefile"
15891 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
15892         oleaut32/tests"
15893 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
15894 dlls/oleaut32/tests/Makefile: dlls/oleaut32/tests/Makefile.in dlls/Maketest.rules"
15895 ac_config_files="$ac_config_files dlls/oleaut32/tests/Makefile"
15896
15897 ALL_MAKEFILES="$ALL_MAKEFILES \\
15898         dlls/olecli.dll16/Makefile"
15899 test "x$enable_win16" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
15900         olecli.dll16"
15901 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
15902 dlls/olecli.dll16/Makefile: dlls/olecli.dll16/Makefile.in dlls/Makedll.rules"
15903 ac_config_files="$ac_config_files dlls/olecli.dll16/Makefile"
15904
15905 ALL_MAKEFILES="$ALL_MAKEFILES \\
15906         dlls/olecli32/Makefile"
15907 test "x$enable_olecli32" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
15908         olecli32"
15909 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
15910 dlls/olecli32/Makefile: dlls/olecli32/Makefile.in dlls/Makedll.rules"
15911 ac_config_files="$ac_config_files dlls/olecli32/Makefile"
15912
15913 ALL_MAKEFILES="$ALL_MAKEFILES \\
15914         dlls/oledlg/Makefile"
15915 test "x$enable_oledlg" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
15916         oledlg"
15917 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
15918 dlls/oledlg/Makefile: dlls/oledlg/Makefile.in dlls/Makedll.rules"
15919 ac_config_files="$ac_config_files dlls/oledlg/Makefile"
15920
15921 ALL_MAKEFILES="$ALL_MAKEFILES \\
15922         dlls/olepro32/Makefile"
15923 test "x$enable_olepro32" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
15924         olepro32"
15925 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
15926 dlls/olepro32/Makefile: dlls/olepro32/Makefile.in dlls/Makedll.rules"
15927 ac_config_files="$ac_config_files dlls/olepro32/Makefile"
15928
15929 ALL_MAKEFILES="$ALL_MAKEFILES \\
15930         dlls/olesvr.dll16/Makefile"
15931 test "x$enable_win16" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
15932         olesvr.dll16"
15933 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
15934 dlls/olesvr.dll16/Makefile: dlls/olesvr.dll16/Makefile.in dlls/Makedll.rules"
15935 ac_config_files="$ac_config_files dlls/olesvr.dll16/Makefile"
15936
15937 ALL_MAKEFILES="$ALL_MAKEFILES \\
15938         dlls/olesvr32/Makefile"
15939 test "x$enable_olesvr32" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
15940         olesvr32"
15941 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
15942 dlls/olesvr32/Makefile: dlls/olesvr32/Makefile.in dlls/Makedll.rules"
15943 ac_config_files="$ac_config_files dlls/olesvr32/Makefile"
15944
15945 ALL_MAKEFILES="$ALL_MAKEFILES \\
15946         dlls/olethk32/Makefile"
15947 test "x$enable_olethk32" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
15948         olethk32"
15949 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
15950 dlls/olethk32/Makefile: dlls/olethk32/Makefile.in dlls/Makedll.rules"
15951 ac_config_files="$ac_config_files dlls/olethk32/Makefile"
15952
15953 ALL_MAKEFILES="$ALL_MAKEFILES \\
15954         dlls/opengl32/Makefile"
15955 test "x$enable_opengl32" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
15956         opengl32"
15957 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
15958 dlls/opengl32/Makefile: dlls/opengl32/Makefile.in dlls/Makedll.rules"
15959 ac_config_files="$ac_config_files dlls/opengl32/Makefile"
15960
15961 ALL_MAKEFILES="$ALL_MAKEFILES \\
15962         dlls/opengl32/tests/Makefile"
15963 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
15964         opengl32/tests"
15965 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
15966 dlls/opengl32/tests/Makefile: dlls/opengl32/tests/Makefile.in dlls/Maketest.rules"
15967 ac_config_files="$ac_config_files dlls/opengl32/tests/Makefile"
15968
15969 ALL_MAKEFILES="$ALL_MAKEFILES \\
15970         dlls/pdh/Makefile"
15971 test "x$enable_pdh" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
15972         pdh"
15973 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
15974 dlls/pdh/Makefile: dlls/pdh/Makefile.in dlls/Makedll.rules"
15975 ac_config_files="$ac_config_files dlls/pdh/Makefile"
15976
15977 ALL_MAKEFILES="$ALL_MAKEFILES \\
15978         dlls/pdh/tests/Makefile"
15979 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
15980         pdh/tests"
15981 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
15982 dlls/pdh/tests/Makefile: dlls/pdh/tests/Makefile.in dlls/Maketest.rules"
15983 ac_config_files="$ac_config_files dlls/pdh/tests/Makefile"
15984
15985 ALL_MAKEFILES="$ALL_MAKEFILES \\
15986         dlls/pidgen/Makefile"
15987 test "x$enable_pidgen" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
15988         pidgen"
15989 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
15990 dlls/pidgen/Makefile: dlls/pidgen/Makefile.in dlls/Makedll.rules"
15991 ac_config_files="$ac_config_files dlls/pidgen/Makefile"
15992
15993 ALL_MAKEFILES="$ALL_MAKEFILES \\
15994         dlls/powrprof/Makefile"
15995 test "x$enable_powrprof" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
15996         powrprof"
15997 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
15998 dlls/powrprof/Makefile: dlls/powrprof/Makefile.in dlls/Makedll.rules"
15999 ac_config_files="$ac_config_files dlls/powrprof/Makefile"
16000
16001 ALL_MAKEFILES="$ALL_MAKEFILES \\
16002         dlls/printui/Makefile"
16003 test "x$enable_printui" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
16004         printui"
16005 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
16006 dlls/printui/Makefile: dlls/printui/Makefile.in dlls/Makedll.rules"
16007 ac_config_files="$ac_config_files dlls/printui/Makefile"
16008
16009 ALL_MAKEFILES="$ALL_MAKEFILES \\
16010         dlls/propsys/Makefile"
16011 test "x$enable_propsys" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
16012         propsys"
16013 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
16014 dlls/propsys/Makefile: dlls/propsys/Makefile.in dlls/Makedll.rules"
16015 ac_config_files="$ac_config_files dlls/propsys/Makefile"
16016
16017 ALL_MAKEFILES="$ALL_MAKEFILES \\
16018         dlls/psapi/Makefile"
16019 test "x$enable_psapi" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
16020         psapi"
16021 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
16022 dlls/psapi/Makefile: dlls/psapi/Makefile.in dlls/Makedll.rules"
16023 ac_config_files="$ac_config_files dlls/psapi/Makefile"
16024
16025 ALL_MAKEFILES="$ALL_MAKEFILES \\
16026         dlls/psapi/tests/Makefile"
16027 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
16028         psapi/tests"
16029 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
16030 dlls/psapi/tests/Makefile: dlls/psapi/tests/Makefile.in dlls/Maketest.rules"
16031 ac_config_files="$ac_config_files dlls/psapi/tests/Makefile"
16032
16033 ALL_MAKEFILES="$ALL_MAKEFILES \\
16034         dlls/pstorec/Makefile"
16035 test "x$enable_pstorec" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
16036         pstorec"
16037 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
16038 dlls/pstorec/Makefile: dlls/pstorec/Makefile.in dlls/Makedll.rules"
16039 ac_config_files="$ac_config_files dlls/pstorec/Makefile"
16040
16041 ALL_MAKEFILES="$ALL_MAKEFILES \\
16042         dlls/qcap/Makefile"
16043 test "x$enable_qcap" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
16044         qcap"
16045 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
16046 dlls/qcap/Makefile: dlls/qcap/Makefile.in dlls/Makedll.rules"
16047 ac_config_files="$ac_config_files dlls/qcap/Makefile"
16048
16049 ALL_MAKEFILES="$ALL_MAKEFILES \\
16050         dlls/qedit/Makefile"
16051 test "x$enable_qedit" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
16052         qedit"
16053 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
16054 dlls/qedit/Makefile: dlls/qedit/Makefile.in dlls/Makedll.rules"
16055 ac_config_files="$ac_config_files dlls/qedit/Makefile"
16056
16057 ALL_MAKEFILES="$ALL_MAKEFILES \\
16058         dlls/qedit/tests/Makefile"
16059 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
16060         qedit/tests"
16061 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
16062 dlls/qedit/tests/Makefile: dlls/qedit/tests/Makefile.in dlls/Maketest.rules"
16063 ac_config_files="$ac_config_files dlls/qedit/tests/Makefile"
16064
16065 ALL_MAKEFILES="$ALL_MAKEFILES \\
16066         dlls/qmgr/Makefile"
16067 test "x$enable_qmgr" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
16068         qmgr"
16069 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
16070 dlls/qmgr/Makefile: dlls/qmgr/Makefile.in dlls/Makedll.rules"
16071 ac_config_files="$ac_config_files dlls/qmgr/Makefile"
16072
16073 ALL_MAKEFILES="$ALL_MAKEFILES \\
16074         dlls/qmgr/tests/Makefile"
16075 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
16076         qmgr/tests"
16077 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
16078 dlls/qmgr/tests/Makefile: dlls/qmgr/tests/Makefile.in dlls/Maketest.rules"
16079 ac_config_files="$ac_config_files dlls/qmgr/tests/Makefile"
16080
16081 ALL_MAKEFILES="$ALL_MAKEFILES \\
16082         dlls/qmgrprxy/Makefile"
16083 test "x$enable_qmgrprxy" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
16084         qmgrprxy"
16085 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
16086 dlls/qmgrprxy/Makefile: dlls/qmgrprxy/Makefile.in dlls/Makedll.rules"
16087 ac_config_files="$ac_config_files dlls/qmgrprxy/Makefile"
16088
16089 ALL_MAKEFILES="$ALL_MAKEFILES \\
16090         dlls/quartz/Makefile"
16091 test "x$enable_quartz" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
16092         quartz"
16093 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
16094 dlls/quartz/Makefile: dlls/quartz/Makefile.in dlls/Makedll.rules"
16095 ac_config_files="$ac_config_files dlls/quartz/Makefile"
16096
16097 ALL_MAKEFILES="$ALL_MAKEFILES \\
16098         dlls/quartz/tests/Makefile"
16099 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
16100         quartz/tests"
16101 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
16102 dlls/quartz/tests/Makefile: dlls/quartz/tests/Makefile.in dlls/Maketest.rules"
16103 ac_config_files="$ac_config_files dlls/quartz/tests/Makefile"
16104
16105 ALL_MAKEFILES="$ALL_MAKEFILES \\
16106         dlls/query/Makefile"
16107 test "x$enable_query" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
16108         query"
16109 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
16110 dlls/query/Makefile: dlls/query/Makefile.in dlls/Makedll.rules"
16111 ac_config_files="$ac_config_files dlls/query/Makefile"
16112
16113 ALL_MAKEFILES="$ALL_MAKEFILES \\
16114         dlls/rasapi16.dll16/Makefile"
16115 test "x$enable_win16" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
16116         rasapi16.dll16"
16117 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
16118 dlls/rasapi16.dll16/Makefile: dlls/rasapi16.dll16/Makefile.in dlls/Makedll.rules"
16119 ac_config_files="$ac_config_files dlls/rasapi16.dll16/Makefile"
16120
16121 ALL_MAKEFILES="$ALL_MAKEFILES \\
16122         dlls/rasapi32/Makefile"
16123 test "x$enable_rasapi32" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
16124         rasapi32"
16125 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
16126 dlls/rasapi32/Makefile: dlls/rasapi32/Makefile.in dlls/Makedll.rules"
16127 ac_config_files="$ac_config_files dlls/rasapi32/Makefile"
16128
16129 ALL_MAKEFILES="$ALL_MAKEFILES \\
16130         dlls/rasapi32/tests/Makefile"
16131 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
16132         rasapi32/tests"
16133 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
16134 dlls/rasapi32/tests/Makefile: dlls/rasapi32/tests/Makefile.in dlls/Maketest.rules"
16135 ac_config_files="$ac_config_files dlls/rasapi32/tests/Makefile"
16136
16137 ALL_MAKEFILES="$ALL_MAKEFILES \\
16138         dlls/rasdlg/Makefile"
16139 test "x$enable_rasdlg" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
16140         rasdlg"
16141 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
16142 dlls/rasdlg/Makefile: dlls/rasdlg/Makefile.in dlls/Makedll.rules"
16143 ac_config_files="$ac_config_files dlls/rasdlg/Makefile"
16144
16145 ALL_MAKEFILES="$ALL_MAKEFILES \\
16146         dlls/resutils/Makefile"
16147 test "x$enable_resutils" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
16148         resutils"
16149 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
16150 dlls/resutils/Makefile: dlls/resutils/Makefile.in dlls/Makedll.rules"
16151 ac_config_files="$ac_config_files dlls/resutils/Makefile"
16152
16153 ALL_MAKEFILES="$ALL_MAKEFILES \\
16154         dlls/riched20/Makefile"
16155 test "x$enable_riched20" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
16156         riched20"
16157 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
16158 dlls/riched20/Makefile: dlls/riched20/Makefile.in dlls/Makedll.rules"
16159 ac_config_files="$ac_config_files dlls/riched20/Makefile"
16160
16161 ALL_MAKEFILES="$ALL_MAKEFILES \\
16162         dlls/riched20/tests/Makefile"
16163 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
16164         riched20/tests"
16165 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
16166 dlls/riched20/tests/Makefile: dlls/riched20/tests/Makefile.in dlls/Maketest.rules"
16167 ac_config_files="$ac_config_files dlls/riched20/tests/Makefile"
16168
16169 ALL_MAKEFILES="$ALL_MAKEFILES \\
16170         dlls/riched32/Makefile"
16171 test "x$enable_riched32" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
16172         riched32"
16173 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
16174 dlls/riched32/Makefile: dlls/riched32/Makefile.in dlls/Makedll.rules"
16175 ac_config_files="$ac_config_files dlls/riched32/Makefile"
16176
16177 ALL_MAKEFILES="$ALL_MAKEFILES \\
16178         dlls/riched32/tests/Makefile"
16179 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
16180         riched32/tests"
16181 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
16182 dlls/riched32/tests/Makefile: dlls/riched32/tests/Makefile.in dlls/Maketest.rules"
16183 ac_config_files="$ac_config_files dlls/riched32/tests/Makefile"
16184
16185 ALL_MAKEFILES="$ALL_MAKEFILES \\
16186         dlls/rpcrt4/Makefile"
16187 test "x$enable_rpcrt4" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
16188         rpcrt4"
16189 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
16190 dlls/rpcrt4/Makefile: dlls/rpcrt4/Makefile.in dlls/Makedll.rules"
16191 ac_config_files="$ac_config_files dlls/rpcrt4/Makefile"
16192
16193 ALL_MAKEFILES="$ALL_MAKEFILES \\
16194         dlls/rpcrt4/tests/Makefile"
16195 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
16196         rpcrt4/tests"
16197 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
16198 dlls/rpcrt4/tests/Makefile: dlls/rpcrt4/tests/Makefile.in dlls/Maketest.rules"
16199 ac_config_files="$ac_config_files dlls/rpcrt4/tests/Makefile"
16200
16201 ALL_MAKEFILES="$ALL_MAKEFILES \\
16202         dlls/rsabase/Makefile"
16203 test "x$enable_rsabase" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
16204         rsabase"
16205 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
16206 dlls/rsabase/Makefile: dlls/rsabase/Makefile.in dlls/Makedll.rules"
16207 ac_config_files="$ac_config_files dlls/rsabase/Makefile"
16208
16209 ALL_MAKEFILES="$ALL_MAKEFILES \\
16210         dlls/rsaenh/Makefile"
16211 test "x$enable_rsaenh" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
16212         rsaenh"
16213 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
16214 dlls/rsaenh/Makefile: dlls/rsaenh/Makefile.in dlls/Makedll.rules"
16215 ac_config_files="$ac_config_files dlls/rsaenh/Makefile"
16216
16217 ALL_MAKEFILES="$ALL_MAKEFILES \\
16218         dlls/rsaenh/tests/Makefile"
16219 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
16220         rsaenh/tests"
16221 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
16222 dlls/rsaenh/tests/Makefile: dlls/rsaenh/tests/Makefile.in dlls/Maketest.rules"
16223 ac_config_files="$ac_config_files dlls/rsaenh/tests/Makefile"
16224
16225 ALL_MAKEFILES="$ALL_MAKEFILES \\
16226         dlls/rtutils/Makefile"
16227 test "x$enable_rtutils" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
16228         rtutils"
16229 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
16230 dlls/rtutils/Makefile: dlls/rtutils/Makefile.in dlls/Makedll.rules"
16231 ac_config_files="$ac_config_files dlls/rtutils/Makefile"
16232
16233 ALL_MAKEFILES="$ALL_MAKEFILES \\
16234         dlls/sane.ds/Makefile"
16235 test "x$enable_sane_ds" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
16236         sane.ds"
16237 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
16238 dlls/sane.ds/Makefile: dlls/sane.ds/Makefile.in dlls/Makedll.rules"
16239 ac_config_files="$ac_config_files dlls/sane.ds/Makefile"
16240
16241 ALL_MAKEFILES="$ALL_MAKEFILES \\
16242         dlls/sccbase/Makefile"
16243 test "x$enable_sccbase" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
16244         sccbase"
16245 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
16246 dlls/sccbase/Makefile: dlls/sccbase/Makefile.in dlls/Makedll.rules"
16247 ac_config_files="$ac_config_files dlls/sccbase/Makefile"
16248
16249 ALL_MAKEFILES="$ALL_MAKEFILES \\
16250         dlls/schannel/Makefile"
16251 test "x$enable_schannel" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
16252         schannel"
16253 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
16254 dlls/schannel/Makefile: dlls/schannel/Makefile.in dlls/Makedll.rules"
16255 ac_config_files="$ac_config_files dlls/schannel/Makefile"
16256
16257 ALL_MAKEFILES="$ALL_MAKEFILES \\
16258         dlls/schannel/tests/Makefile"
16259 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
16260         schannel/tests"
16261 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
16262 dlls/schannel/tests/Makefile: dlls/schannel/tests/Makefile.in dlls/Maketest.rules"
16263 ac_config_files="$ac_config_files dlls/schannel/tests/Makefile"
16264
16265 ALL_MAKEFILES="$ALL_MAKEFILES \\
16266         dlls/secur32/Makefile"
16267 test "x$enable_secur32" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
16268         secur32"
16269 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
16270 dlls/secur32/Makefile: dlls/secur32/Makefile.in dlls/Makedll.rules"
16271 ac_config_files="$ac_config_files dlls/secur32/Makefile"
16272
16273 ALL_MAKEFILES="$ALL_MAKEFILES \\
16274         dlls/secur32/tests/Makefile"
16275 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
16276         secur32/tests"
16277 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
16278 dlls/secur32/tests/Makefile: dlls/secur32/tests/Makefile.in dlls/Maketest.rules"
16279 ac_config_files="$ac_config_files dlls/secur32/tests/Makefile"
16280
16281 ALL_MAKEFILES="$ALL_MAKEFILES \\
16282         dlls/security/Makefile"
16283 test "x$enable_security" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
16284         security"
16285 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
16286 dlls/security/Makefile: dlls/security/Makefile.in dlls/Makedll.rules"
16287 ac_config_files="$ac_config_files dlls/security/Makefile"
16288
16289 ALL_MAKEFILES="$ALL_MAKEFILES \\
16290         dlls/sensapi/Makefile"
16291 test "x$enable_sensapi" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
16292         sensapi"
16293 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
16294 dlls/sensapi/Makefile: dlls/sensapi/Makefile.in dlls/Makedll.rules"
16295 ac_config_files="$ac_config_files dlls/sensapi/Makefile"
16296
16297 ALL_MAKEFILES="$ALL_MAKEFILES \\
16298         dlls/serialui/Makefile"
16299 test "x$enable_serialui" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
16300         serialui"
16301 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
16302 dlls/serialui/Makefile: dlls/serialui/Makefile.in dlls/Makedll.rules"
16303 ac_config_files="$ac_config_files dlls/serialui/Makefile"
16304
16305 ALL_MAKEFILES="$ALL_MAKEFILES \\
16306         dlls/serialui/tests/Makefile"
16307 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
16308         serialui/tests"
16309 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
16310 dlls/serialui/tests/Makefile: dlls/serialui/tests/Makefile.in dlls/Maketest.rules"
16311 ac_config_files="$ac_config_files dlls/serialui/tests/Makefile"
16312
16313 ALL_MAKEFILES="$ALL_MAKEFILES \\
16314         dlls/setupapi/Makefile"
16315 test "x$enable_setupapi" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
16316         setupapi"
16317 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
16318 dlls/setupapi/Makefile: dlls/setupapi/Makefile.in dlls/Makedll.rules"
16319 ac_config_files="$ac_config_files dlls/setupapi/Makefile"
16320
16321 ALL_MAKEFILES="$ALL_MAKEFILES \\
16322         dlls/setupapi/tests/Makefile"
16323 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
16324         setupapi/tests"
16325 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
16326 dlls/setupapi/tests/Makefile: dlls/setupapi/tests/Makefile.in dlls/Maketest.rules"
16327 ac_config_files="$ac_config_files dlls/setupapi/tests/Makefile"
16328
16329 ALL_MAKEFILES="$ALL_MAKEFILES \\
16330         dlls/sfc/Makefile"
16331 test "x$enable_sfc" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
16332         sfc"
16333 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
16334 dlls/sfc/Makefile: dlls/sfc/Makefile.in dlls/Makedll.rules"
16335 ac_config_files="$ac_config_files dlls/sfc/Makefile"
16336
16337 ALL_MAKEFILES="$ALL_MAKEFILES \\
16338         dlls/sfc_os/Makefile"
16339 test "x$enable_sfc_os" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
16340         sfc_os"
16341 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
16342 dlls/sfc_os/Makefile: dlls/sfc_os/Makefile.in dlls/Makedll.rules"
16343 ac_config_files="$ac_config_files dlls/sfc_os/Makefile"
16344
16345 ALL_MAKEFILES="$ALL_MAKEFILES \\
16346         dlls/shdoclc/Makefile"
16347 test "x$enable_shdoclc" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
16348         shdoclc"
16349 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
16350 dlls/shdoclc/Makefile: dlls/shdoclc/Makefile.in dlls/Makedll.rules"
16351 ac_config_files="$ac_config_files dlls/shdoclc/Makefile"
16352
16353 ALL_MAKEFILES="$ALL_MAKEFILES \\
16354         dlls/shdocvw/Makefile"
16355 test "x$enable_shdocvw" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
16356         shdocvw"
16357 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
16358 dlls/shdocvw/Makefile: dlls/shdocvw/Makefile.in dlls/Makedll.rules"
16359 ac_config_files="$ac_config_files dlls/shdocvw/Makefile"
16360
16361 ALL_MAKEFILES="$ALL_MAKEFILES \\
16362         dlls/shdocvw/tests/Makefile"
16363 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
16364         shdocvw/tests"
16365 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
16366 dlls/shdocvw/tests/Makefile: dlls/shdocvw/tests/Makefile.in dlls/Maketest.rules"
16367 ac_config_files="$ac_config_files dlls/shdocvw/tests/Makefile"
16368
16369 ALL_MAKEFILES="$ALL_MAKEFILES \\
16370         dlls/shell.dll16/Makefile"
16371 test "x$enable_win16" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
16372         shell.dll16"
16373 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
16374 dlls/shell.dll16/Makefile: dlls/shell.dll16/Makefile.in dlls/Makedll.rules"
16375 ac_config_files="$ac_config_files dlls/shell.dll16/Makefile"
16376
16377 ALL_MAKEFILES="$ALL_MAKEFILES \\
16378         dlls/shell32/Makefile"
16379 test "x$enable_shell32" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
16380         shell32"
16381 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
16382 dlls/shell32/Makefile: dlls/shell32/Makefile.in dlls/Makedll.rules"
16383 ac_config_files="$ac_config_files dlls/shell32/Makefile"
16384
16385 ALL_MAKEFILES="$ALL_MAKEFILES \\
16386         dlls/shell32/tests/Makefile"
16387 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
16388         shell32/tests"
16389 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
16390 dlls/shell32/tests/Makefile: dlls/shell32/tests/Makefile.in dlls/Maketest.rules"
16391 ac_config_files="$ac_config_files dlls/shell32/tests/Makefile"
16392
16393 ALL_MAKEFILES="$ALL_MAKEFILES \\
16394         dlls/shfolder/Makefile"
16395 test "x$enable_shfolder" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
16396         shfolder"
16397 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
16398 dlls/shfolder/Makefile: dlls/shfolder/Makefile.in dlls/Makedll.rules"
16399 ac_config_files="$ac_config_files dlls/shfolder/Makefile"
16400
16401 ALL_MAKEFILES="$ALL_MAKEFILES \\
16402         dlls/shlwapi/Makefile"
16403 test "x$enable_shlwapi" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
16404         shlwapi"
16405 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
16406 dlls/shlwapi/Makefile: dlls/shlwapi/Makefile.in dlls/Makedll.rules"
16407 ac_config_files="$ac_config_files dlls/shlwapi/Makefile"
16408
16409 ALL_MAKEFILES="$ALL_MAKEFILES \\
16410         dlls/shlwapi/tests/Makefile"
16411 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
16412         shlwapi/tests"
16413 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
16414 dlls/shlwapi/tests/Makefile: dlls/shlwapi/tests/Makefile.in dlls/Maketest.rules"
16415 ac_config_files="$ac_config_files dlls/shlwapi/tests/Makefile"
16416
16417 ALL_MAKEFILES="$ALL_MAKEFILES \\
16418         dlls/slbcsp/Makefile"
16419 test "x$enable_slbcsp" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
16420         slbcsp"
16421 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
16422 dlls/slbcsp/Makefile: dlls/slbcsp/Makefile.in dlls/Makedll.rules"
16423 ac_config_files="$ac_config_files dlls/slbcsp/Makefile"
16424
16425 ALL_MAKEFILES="$ALL_MAKEFILES \\
16426         dlls/slc/Makefile"
16427 test "x$enable_slc" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
16428         slc"
16429 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
16430 dlls/slc/Makefile: dlls/slc/Makefile.in dlls/Makedll.rules"
16431 ac_config_files="$ac_config_files dlls/slc/Makefile"
16432
16433 ALL_MAKEFILES="$ALL_MAKEFILES \\
16434         dlls/snmpapi/Makefile"
16435 test "x$enable_snmpapi" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
16436         snmpapi"
16437 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
16438 dlls/snmpapi/Makefile: dlls/snmpapi/Makefile.in dlls/Makedll.rules"
16439 ac_config_files="$ac_config_files dlls/snmpapi/Makefile"
16440
16441 ALL_MAKEFILES="$ALL_MAKEFILES \\
16442         dlls/snmpapi/tests/Makefile"
16443 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
16444         snmpapi/tests"
16445 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
16446 dlls/snmpapi/tests/Makefile: dlls/snmpapi/tests/Makefile.in dlls/Maketest.rules"
16447 ac_config_files="$ac_config_files dlls/snmpapi/tests/Makefile"
16448
16449 ALL_MAKEFILES="$ALL_MAKEFILES \\
16450         dlls/softpub/Makefile"
16451 test "x$enable_softpub" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
16452         softpub"
16453 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
16454 dlls/softpub/Makefile: dlls/softpub/Makefile.in dlls/Makedll.rules"
16455 ac_config_files="$ac_config_files dlls/softpub/Makefile"
16456
16457 ALL_MAKEFILES="$ALL_MAKEFILES \\
16458         dlls/sound.drv16/Makefile"
16459 test "x$enable_win16" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
16460         sound.drv16"
16461 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
16462 dlls/sound.drv16/Makefile: dlls/sound.drv16/Makefile.in dlls/Makedll.rules"
16463 ac_config_files="$ac_config_files dlls/sound.drv16/Makefile"
16464
16465 ALL_MAKEFILES="$ALL_MAKEFILES \\
16466         dlls/spoolss/Makefile"
16467 test "x$enable_spoolss" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
16468         spoolss"
16469 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
16470 dlls/spoolss/Makefile: dlls/spoolss/Makefile.in dlls/Makedll.rules"
16471 ac_config_files="$ac_config_files dlls/spoolss/Makefile"
16472
16473 ALL_MAKEFILES="$ALL_MAKEFILES \\
16474         dlls/spoolss/tests/Makefile"
16475 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
16476         spoolss/tests"
16477 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
16478 dlls/spoolss/tests/Makefile: dlls/spoolss/tests/Makefile.in dlls/Maketest.rules"
16479 ac_config_files="$ac_config_files dlls/spoolss/tests/Makefile"
16480
16481 ALL_MAKEFILES="$ALL_MAKEFILES \\
16482         dlls/stdole2.tlb/Makefile"
16483 test "x$enable_stdole2_tlb" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
16484         stdole2.tlb"
16485 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
16486 dlls/stdole2.tlb/Makefile: dlls/stdole2.tlb/Makefile.in dlls/Makedll.rules"
16487 ac_config_files="$ac_config_files dlls/stdole2.tlb/Makefile"
16488
16489 ALL_MAKEFILES="$ALL_MAKEFILES \\
16490         dlls/stdole32.tlb/Makefile"
16491 test "x$enable_stdole32_tlb" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
16492         stdole32.tlb"
16493 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
16494 dlls/stdole32.tlb/Makefile: dlls/stdole32.tlb/Makefile.in dlls/Makedll.rules"
16495 ac_config_files="$ac_config_files dlls/stdole32.tlb/Makefile"
16496
16497 ALL_MAKEFILES="$ALL_MAKEFILES \\
16498         dlls/sti/Makefile"
16499 test "x$enable_sti" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
16500         sti"
16501 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
16502 dlls/sti/Makefile: dlls/sti/Makefile.in dlls/Makedll.rules"
16503 ac_config_files="$ac_config_files dlls/sti/Makefile"
16504
16505 ALL_MAKEFILES="$ALL_MAKEFILES \\
16506         dlls/storage.dll16/Makefile"
16507 test "x$enable_win16" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
16508         storage.dll16"
16509 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
16510 dlls/storage.dll16/Makefile: dlls/storage.dll16/Makefile.in dlls/Makedll.rules"
16511 ac_config_files="$ac_config_files dlls/storage.dll16/Makefile"
16512
16513 ALL_MAKEFILES="$ALL_MAKEFILES \\
16514         dlls/stress.dll16/Makefile"
16515 test "x$enable_win16" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
16516         stress.dll16"
16517 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
16518 dlls/stress.dll16/Makefile: dlls/stress.dll16/Makefile.in dlls/Makedll.rules"
16519 ac_config_files="$ac_config_files dlls/stress.dll16/Makefile"
16520
16521 ALL_MAKEFILES="$ALL_MAKEFILES \\
16522         dlls/strmiids/Makefile"
16523 test "x$enable_strmiids" != xno && ALL_IMPLIB_DIRS="$ALL_IMPLIB_DIRS \\
16524         strmiids"
16525 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
16526 dlls/strmiids/Makefile: dlls/strmiids/Makefile.in dlls/Makeimplib.rules"
16527 ac_config_files="$ac_config_files dlls/strmiids/Makefile"
16528
16529 ALL_MAKEFILES="$ALL_MAKEFILES \\
16530         dlls/svrapi/Makefile"
16531 test "x$enable_svrapi" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
16532         svrapi"
16533 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
16534 dlls/svrapi/Makefile: dlls/svrapi/Makefile.in dlls/Makedll.rules"
16535 ac_config_files="$ac_config_files dlls/svrapi/Makefile"
16536
16537 ALL_MAKEFILES="$ALL_MAKEFILES \\
16538         dlls/sxs/Makefile"
16539 test "x$enable_sxs" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
16540         sxs"
16541 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
16542 dlls/sxs/Makefile: dlls/sxs/Makefile.in dlls/Makedll.rules"
16543 ac_config_files="$ac_config_files dlls/sxs/Makefile"
16544
16545 ALL_MAKEFILES="$ALL_MAKEFILES \\
16546         dlls/t2embed/Makefile"
16547 test "x$enable_t2embed" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
16548         t2embed"
16549 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
16550 dlls/t2embed/Makefile: dlls/t2embed/Makefile.in dlls/Makedll.rules"
16551 ac_config_files="$ac_config_files dlls/t2embed/Makefile"
16552
16553 ALL_MAKEFILES="$ALL_MAKEFILES \\
16554         dlls/tapi32/Makefile"
16555 test "x$enable_tapi32" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
16556         tapi32"
16557 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
16558 dlls/tapi32/Makefile: dlls/tapi32/Makefile.in dlls/Makedll.rules"
16559 ac_config_files="$ac_config_files dlls/tapi32/Makefile"
16560
16561 ALL_MAKEFILES="$ALL_MAKEFILES \\
16562         dlls/traffic/Makefile"
16563 test "x$enable_traffic" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
16564         traffic"
16565 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
16566 dlls/traffic/Makefile: dlls/traffic/Makefile.in dlls/Makedll.rules"
16567 ac_config_files="$ac_config_files dlls/traffic/Makefile"
16568
16569 ALL_MAKEFILES="$ALL_MAKEFILES \\
16570         dlls/twain.dll16/Makefile"
16571 test "x$enable_win16" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
16572         twain.dll16"
16573 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
16574 dlls/twain.dll16/Makefile: dlls/twain.dll16/Makefile.in dlls/Makedll.rules"
16575 ac_config_files="$ac_config_files dlls/twain.dll16/Makefile"
16576
16577 ALL_MAKEFILES="$ALL_MAKEFILES \\
16578         dlls/twain_32/Makefile"
16579 test "x$enable_twain_32" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
16580         twain_32"
16581 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
16582 dlls/twain_32/Makefile: dlls/twain_32/Makefile.in dlls/Makedll.rules"
16583 ac_config_files="$ac_config_files dlls/twain_32/Makefile"
16584
16585 ALL_MAKEFILES="$ALL_MAKEFILES \\
16586         dlls/twain_32/tests/Makefile"
16587 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
16588         twain_32/tests"
16589 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
16590 dlls/twain_32/tests/Makefile: dlls/twain_32/tests/Makefile.in dlls/Maketest.rules"
16591 ac_config_files="$ac_config_files dlls/twain_32/tests/Makefile"
16592
16593 ALL_MAKEFILES="$ALL_MAKEFILES \\
16594         dlls/typelib.dll16/Makefile"
16595 test "x$enable_win16" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
16596         typelib.dll16"
16597 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
16598 dlls/typelib.dll16/Makefile: dlls/typelib.dll16/Makefile.in dlls/Makedll.rules"
16599 ac_config_files="$ac_config_files dlls/typelib.dll16/Makefile"
16600
16601 ALL_MAKEFILES="$ALL_MAKEFILES \\
16602         dlls/unicows/Makefile"
16603 test "x$enable_unicows" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
16604         unicows"
16605 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
16606 dlls/unicows/Makefile: dlls/unicows/Makefile.in dlls/Makedll.rules"
16607 ac_config_files="$ac_config_files dlls/unicows/Makefile"
16608
16609 ALL_MAKEFILES="$ALL_MAKEFILES \\
16610         dlls/updspapi/Makefile"
16611 test "x$enable_updspapi" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
16612         updspapi"
16613 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
16614 dlls/updspapi/Makefile: dlls/updspapi/Makefile.in dlls/Makedll.rules"
16615 ac_config_files="$ac_config_files dlls/updspapi/Makefile"
16616
16617 ALL_MAKEFILES="$ALL_MAKEFILES \\
16618         dlls/url/Makefile"
16619 test "x$enable_url" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
16620         url"
16621 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
16622 dlls/url/Makefile: dlls/url/Makefile.in dlls/Makedll.rules"
16623 ac_config_files="$ac_config_files dlls/url/Makefile"
16624
16625 ALL_MAKEFILES="$ALL_MAKEFILES \\
16626         dlls/urlmon/Makefile"
16627 test "x$enable_urlmon" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
16628         urlmon"
16629 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
16630 dlls/urlmon/Makefile: dlls/urlmon/Makefile.in dlls/Makedll.rules"
16631 ac_config_files="$ac_config_files dlls/urlmon/Makefile"
16632
16633 ALL_MAKEFILES="$ALL_MAKEFILES \\
16634         dlls/urlmon/tests/Makefile"
16635 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
16636         urlmon/tests"
16637 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
16638 dlls/urlmon/tests/Makefile: dlls/urlmon/tests/Makefile.in dlls/Maketest.rules"
16639 ac_config_files="$ac_config_files dlls/urlmon/tests/Makefile"
16640
16641 ALL_MAKEFILES="$ALL_MAKEFILES \\
16642         dlls/user32/Makefile"
16643 test "x$enable_user32" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
16644         user32"
16645 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
16646 dlls/user32/Makefile: dlls/user32/Makefile.in dlls/Makedll.rules"
16647 ac_config_files="$ac_config_files dlls/user32/Makefile"
16648
16649 ALL_MAKEFILES="$ALL_MAKEFILES \\
16650         dlls/user32/tests/Makefile"
16651 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
16652         user32/tests"
16653 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
16654 dlls/user32/tests/Makefile: dlls/user32/tests/Makefile.in dlls/Maketest.rules"
16655 ac_config_files="$ac_config_files dlls/user32/tests/Makefile"
16656
16657 ALL_MAKEFILES="$ALL_MAKEFILES \\
16658         dlls/userenv/Makefile"
16659 test "x$enable_userenv" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
16660         userenv"
16661 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
16662 dlls/userenv/Makefile: dlls/userenv/Makefile.in dlls/Makedll.rules"
16663 ac_config_files="$ac_config_files dlls/userenv/Makefile"
16664
16665 ALL_MAKEFILES="$ALL_MAKEFILES \\
16666         dlls/userenv/tests/Makefile"
16667 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
16668         userenv/tests"
16669 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
16670 dlls/userenv/tests/Makefile: dlls/userenv/tests/Makefile.in dlls/Maketest.rules"
16671 ac_config_files="$ac_config_files dlls/userenv/tests/Makefile"
16672
16673 ALL_MAKEFILES="$ALL_MAKEFILES \\
16674         dlls/usp10/Makefile"
16675 test "x$enable_usp10" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
16676         usp10"
16677 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
16678 dlls/usp10/Makefile: dlls/usp10/Makefile.in dlls/Makedll.rules"
16679 ac_config_files="$ac_config_files dlls/usp10/Makefile"
16680
16681 ALL_MAKEFILES="$ALL_MAKEFILES \\
16682         dlls/usp10/tests/Makefile"
16683 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
16684         usp10/tests"
16685 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
16686 dlls/usp10/tests/Makefile: dlls/usp10/tests/Makefile.in dlls/Maketest.rules"
16687 ac_config_files="$ac_config_files dlls/usp10/tests/Makefile"
16688
16689 ALL_MAKEFILES="$ALL_MAKEFILES \\
16690         dlls/uuid/Makefile"
16691 test "x$enable_uuid" != xno && ALL_IMPLIB_DIRS="$ALL_IMPLIB_DIRS \\
16692         uuid"
16693 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
16694 dlls/uuid/Makefile: dlls/uuid/Makefile.in dlls/Makeimplib.rules"
16695 ac_config_files="$ac_config_files dlls/uuid/Makefile"
16696
16697 ALL_MAKEFILES="$ALL_MAKEFILES \\
16698         dlls/uxtheme/Makefile"
16699 test "x$enable_uxtheme" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
16700         uxtheme"
16701 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
16702 dlls/uxtheme/Makefile: dlls/uxtheme/Makefile.in dlls/Makedll.rules"
16703 ac_config_files="$ac_config_files dlls/uxtheme/Makefile"
16704
16705 ALL_MAKEFILES="$ALL_MAKEFILES \\
16706         dlls/uxtheme/tests/Makefile"
16707 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
16708         uxtheme/tests"
16709 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
16710 dlls/uxtheme/tests/Makefile: dlls/uxtheme/tests/Makefile.in dlls/Maketest.rules"
16711 ac_config_files="$ac_config_files dlls/uxtheme/tests/Makefile"
16712
16713 ALL_MAKEFILES="$ALL_MAKEFILES \\
16714         dlls/vdhcp.vxd/Makefile"
16715 test "x$enable_win16" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
16716         vdhcp.vxd"
16717 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
16718 dlls/vdhcp.vxd/Makefile: dlls/vdhcp.vxd/Makefile.in dlls/Makedll.rules"
16719 ac_config_files="$ac_config_files dlls/vdhcp.vxd/Makefile"
16720
16721 ALL_MAKEFILES="$ALL_MAKEFILES \\
16722         dlls/vdmdbg/Makefile"
16723 test "x$enable_vdmdbg" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
16724         vdmdbg"
16725 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
16726 dlls/vdmdbg/Makefile: dlls/vdmdbg/Makefile.in dlls/Makedll.rules"
16727 ac_config_files="$ac_config_files dlls/vdmdbg/Makefile"
16728
16729 ALL_MAKEFILES="$ALL_MAKEFILES \\
16730         dlls/version/Makefile"
16731 test "x$enable_version" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
16732         version"
16733 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
16734 dlls/version/Makefile: dlls/version/Makefile.in dlls/Makedll.rules"
16735 ac_config_files="$ac_config_files dlls/version/Makefile"
16736
16737 ALL_MAKEFILES="$ALL_MAKEFILES \\
16738         dlls/version/tests/Makefile"
16739 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
16740         version/tests"
16741 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
16742 dlls/version/tests/Makefile: dlls/version/tests/Makefile.in dlls/Maketest.rules"
16743 ac_config_files="$ac_config_files dlls/version/tests/Makefile"
16744
16745 ALL_MAKEFILES="$ALL_MAKEFILES \\
16746         dlls/vmm.vxd/Makefile"
16747 test "x$enable_win16" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
16748         vmm.vxd"
16749 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
16750 dlls/vmm.vxd/Makefile: dlls/vmm.vxd/Makefile.in dlls/Makedll.rules"
16751 ac_config_files="$ac_config_files dlls/vmm.vxd/Makefile"
16752
16753 ALL_MAKEFILES="$ALL_MAKEFILES \\
16754         dlls/vnbt.vxd/Makefile"
16755 test "x$enable_win16" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
16756         vnbt.vxd"
16757 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
16758 dlls/vnbt.vxd/Makefile: dlls/vnbt.vxd/Makefile.in dlls/Makedll.rules"
16759 ac_config_files="$ac_config_files dlls/vnbt.vxd/Makefile"
16760
16761 ALL_MAKEFILES="$ALL_MAKEFILES \\
16762         dlls/vnetbios.vxd/Makefile"
16763 test "x$enable_win16" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
16764         vnetbios.vxd"
16765 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
16766 dlls/vnetbios.vxd/Makefile: dlls/vnetbios.vxd/Makefile.in dlls/Makedll.rules"
16767 ac_config_files="$ac_config_files dlls/vnetbios.vxd/Makefile"
16768
16769 ALL_MAKEFILES="$ALL_MAKEFILES \\
16770         dlls/vtdapi.vxd/Makefile"
16771 test "x$enable_win16" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
16772         vtdapi.vxd"
16773 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
16774 dlls/vtdapi.vxd/Makefile: dlls/vtdapi.vxd/Makefile.in dlls/Makedll.rules"
16775 ac_config_files="$ac_config_files dlls/vtdapi.vxd/Makefile"
16776
16777 ALL_MAKEFILES="$ALL_MAKEFILES \\
16778         dlls/vwin32.vxd/Makefile"
16779 test "x$enable_win16" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
16780         vwin32.vxd"
16781 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
16782 dlls/vwin32.vxd/Makefile: dlls/vwin32.vxd/Makefile.in dlls/Makedll.rules"
16783 ac_config_files="$ac_config_files dlls/vwin32.vxd/Makefile"
16784
16785 ALL_MAKEFILES="$ALL_MAKEFILES \\
16786         dlls/w32skrnl/Makefile"
16787 test "x$enable_w32skrnl" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
16788         w32skrnl"
16789 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
16790 dlls/w32skrnl/Makefile: dlls/w32skrnl/Makefile.in dlls/Makedll.rules"
16791 ac_config_files="$ac_config_files dlls/w32skrnl/Makefile"
16792
16793 ALL_MAKEFILES="$ALL_MAKEFILES \\
16794         dlls/w32sys.dll16/Makefile"
16795 test "x$enable_win16" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
16796         w32sys.dll16"
16797 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
16798 dlls/w32sys.dll16/Makefile: dlls/w32sys.dll16/Makefile.in dlls/Makedll.rules"
16799 ac_config_files="$ac_config_files dlls/w32sys.dll16/Makefile"
16800
16801 ALL_MAKEFILES="$ALL_MAKEFILES \\
16802         dlls/wbemprox/Makefile"
16803 test "x$enable_wbemprox" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
16804         wbemprox"
16805 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
16806 dlls/wbemprox/Makefile: dlls/wbemprox/Makefile.in dlls/Makedll.rules"
16807 ac_config_files="$ac_config_files dlls/wbemprox/Makefile"
16808
16809 ALL_MAKEFILES="$ALL_MAKEFILES \\
16810         dlls/win32s16.dll16/Makefile"
16811 test "x$enable_win16" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
16812         win32s16.dll16"
16813 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
16814 dlls/win32s16.dll16/Makefile: dlls/win32s16.dll16/Makefile.in dlls/Makedll.rules"
16815 ac_config_files="$ac_config_files dlls/win32s16.dll16/Makefile"
16816
16817 ALL_MAKEFILES="$ALL_MAKEFILES \\
16818         dlls/win87em.dll16/Makefile"
16819 test "x$enable_win16" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
16820         win87em.dll16"
16821 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
16822 dlls/win87em.dll16/Makefile: dlls/win87em.dll16/Makefile.in dlls/Makedll.rules"
16823 ac_config_files="$ac_config_files dlls/win87em.dll16/Makefile"
16824
16825 ALL_MAKEFILES="$ALL_MAKEFILES \\
16826         dlls/winaspi.dll16/Makefile"
16827 test "x$enable_win16" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
16828         winaspi.dll16"
16829 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
16830 dlls/winaspi.dll16/Makefile: dlls/winaspi.dll16/Makefile.in dlls/Makedll.rules"
16831 ac_config_files="$ac_config_files dlls/winaspi.dll16/Makefile"
16832
16833 ALL_MAKEFILES="$ALL_MAKEFILES \\
16834         dlls/windebug.dll16/Makefile"
16835 test "x$enable_win16" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
16836         windebug.dll16"
16837 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
16838 dlls/windebug.dll16/Makefile: dlls/windebug.dll16/Makefile.in dlls/Makedll.rules"
16839 ac_config_files="$ac_config_files dlls/windebug.dll16/Makefile"
16840
16841 ALL_MAKEFILES="$ALL_MAKEFILES \\
16842         dlls/windowscodecs/Makefile"
16843 test "x$enable_windowscodecs" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
16844         windowscodecs"
16845 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
16846 dlls/windowscodecs/Makefile: dlls/windowscodecs/Makefile.in dlls/Makedll.rules"
16847 ac_config_files="$ac_config_files dlls/windowscodecs/Makefile"
16848
16849 ALL_MAKEFILES="$ALL_MAKEFILES \\
16850         dlls/windowscodecs/tests/Makefile"
16851 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
16852         windowscodecs/tests"
16853 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
16854 dlls/windowscodecs/tests/Makefile: dlls/windowscodecs/tests/Makefile.in dlls/Maketest.rules"
16855 ac_config_files="$ac_config_files dlls/windowscodecs/tests/Makefile"
16856
16857 ALL_MAKEFILES="$ALL_MAKEFILES \\
16858         dlls/winealsa.drv/Makefile"
16859 test "x$enable_winealsa_drv" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
16860         winealsa.drv"
16861 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
16862 dlls/winealsa.drv/Makefile: dlls/winealsa.drv/Makefile.in dlls/Makedll.rules"
16863 ac_config_files="$ac_config_files dlls/winealsa.drv/Makefile"
16864
16865 ALL_MAKEFILES="$ALL_MAKEFILES \\
16866         dlls/wineaudioio.drv/Makefile"
16867 test "x$enable_wineaudioio_drv" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
16868         wineaudioio.drv"
16869 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
16870 dlls/wineaudioio.drv/Makefile: dlls/wineaudioio.drv/Makefile.in dlls/Makedll.rules"
16871 ac_config_files="$ac_config_files dlls/wineaudioio.drv/Makefile"
16872
16873 ALL_MAKEFILES="$ALL_MAKEFILES \\
16874         dlls/winecoreaudio.drv/Makefile"
16875 test "x$enable_winecoreaudio_drv" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
16876         winecoreaudio.drv"
16877 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
16878 dlls/winecoreaudio.drv/Makefile: dlls/winecoreaudio.drv/Makefile.in dlls/Makedll.rules"
16879 ac_config_files="$ac_config_files dlls/winecoreaudio.drv/Makefile"
16880
16881 ALL_MAKEFILES="$ALL_MAKEFILES \\
16882         dlls/winecrt0/Makefile"
16883 test "x$enable_winecrt0" != xno && ALL_IMPLIB_DIRS="$ALL_IMPLIB_DIRS \\
16884         winecrt0"
16885 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
16886 dlls/winecrt0/Makefile: dlls/winecrt0/Makefile.in dlls/Makeimplib.rules"
16887 ac_config_files="$ac_config_files dlls/winecrt0/Makefile"
16888
16889 ALL_MAKEFILES="$ALL_MAKEFILES \\
16890         dlls/wined3d/Makefile"
16891 test "x$enable_wined3d" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
16892         wined3d"
16893 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
16894 dlls/wined3d/Makefile: dlls/wined3d/Makefile.in dlls/Makedll.rules"
16895 ac_config_files="$ac_config_files dlls/wined3d/Makefile"
16896
16897 ALL_MAKEFILES="$ALL_MAKEFILES \\
16898         dlls/winedos/Makefile"
16899 test "x$enable_winedos" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
16900         winedos"
16901 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
16902 dlls/winedos/Makefile: dlls/winedos/Makefile.in dlls/Makedll.rules"
16903 ac_config_files="$ac_config_files dlls/winedos/Makefile"
16904
16905 ALL_MAKEFILES="$ALL_MAKEFILES \\
16906         dlls/wineesd.drv/Makefile"
16907 test "x$enable_wineesd_drv" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
16908         wineesd.drv"
16909 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
16910 dlls/wineesd.drv/Makefile: dlls/wineesd.drv/Makefile.in dlls/Makedll.rules"
16911 ac_config_files="$ac_config_files dlls/wineesd.drv/Makefile"
16912
16913 ALL_MAKEFILES="$ALL_MAKEFILES \\
16914         dlls/winejack.drv/Makefile"
16915 test "x$enable_winejack_drv" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
16916         winejack.drv"
16917 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
16918 dlls/winejack.drv/Makefile: dlls/winejack.drv/Makefile.in dlls/Makedll.rules"
16919 ac_config_files="$ac_config_files dlls/winejack.drv/Makefile"
16920
16921 ALL_MAKEFILES="$ALL_MAKEFILES \\
16922         dlls/winejoystick.drv/Makefile"
16923 test "x$enable_winejoystick_drv" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
16924         winejoystick.drv"
16925 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
16926 dlls/winejoystick.drv/Makefile: dlls/winejoystick.drv/Makefile.in dlls/Makedll.rules"
16927 ac_config_files="$ac_config_files dlls/winejoystick.drv/Makefile"
16928
16929 ALL_MAKEFILES="$ALL_MAKEFILES \\
16930         dlls/winemp3.acm/Makefile"
16931 test "x$enable_winemp3_acm" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
16932         winemp3.acm"
16933 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
16934 dlls/winemp3.acm/Makefile: dlls/winemp3.acm/Makefile.in dlls/Makedll.rules"
16935 ac_config_files="$ac_config_files dlls/winemp3.acm/Makefile"
16936
16937 ALL_MAKEFILES="$ALL_MAKEFILES \\
16938         dlls/winenas.drv/Makefile"
16939 test "x$enable_winenas_drv" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
16940         winenas.drv"
16941 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
16942 dlls/winenas.drv/Makefile: dlls/winenas.drv/Makefile.in dlls/Makedll.rules"
16943 ac_config_files="$ac_config_files dlls/winenas.drv/Makefile"
16944
16945 ALL_MAKEFILES="$ALL_MAKEFILES \\
16946         dlls/wineoss.drv/Makefile"
16947 test "x$enable_wineoss_drv" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
16948         wineoss.drv"
16949 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
16950 dlls/wineoss.drv/Makefile: dlls/wineoss.drv/Makefile.in dlls/Makedll.rules"
16951 ac_config_files="$ac_config_files dlls/wineoss.drv/Makefile"
16952
16953 ALL_MAKEFILES="$ALL_MAKEFILES \\
16954         dlls/wineps.drv/Makefile"
16955 test "x$enable_wineps_drv" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
16956         wineps.drv"
16957 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
16958 dlls/wineps.drv/Makefile: dlls/wineps.drv/Makefile.in dlls/Makedll.rules"
16959 ac_config_files="$ac_config_files dlls/wineps.drv/Makefile"
16960
16961 ALL_MAKEFILES="$ALL_MAKEFILES \\
16962         dlls/winequartz.drv/Makefile"
16963 test "x$enable_winequartz_drv" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
16964         winequartz.drv"
16965 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
16966 dlls/winequartz.drv/Makefile: dlls/winequartz.drv/Makefile.in dlls/Makedll.rules"
16967 ac_config_files="$ac_config_files dlls/winequartz.drv/Makefile"
16968
16969 ALL_MAKEFILES="$ALL_MAKEFILES \\
16970         dlls/winex11.drv/Makefile"
16971 test "x$enable_winex11_drv" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
16972         winex11.drv"
16973 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
16974 dlls/winex11.drv/Makefile: dlls/winex11.drv/Makefile.in dlls/Makedll.rules"
16975 ac_config_files="$ac_config_files dlls/winex11.drv/Makefile"
16976
16977 ALL_MAKEFILES="$ALL_MAKEFILES \\
16978         dlls/wing32/Makefile"
16979 test "x$enable_wing32" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
16980         wing32"
16981 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
16982 dlls/wing32/Makefile: dlls/wing32/Makefile.in dlls/Makedll.rules"
16983 ac_config_files="$ac_config_files dlls/wing32/Makefile"
16984
16985 ALL_MAKEFILES="$ALL_MAKEFILES \\
16986         dlls/winhttp/Makefile"
16987 test "x$enable_winhttp" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
16988         winhttp"
16989 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
16990 dlls/winhttp/Makefile: dlls/winhttp/Makefile.in dlls/Makedll.rules"
16991 ac_config_files="$ac_config_files dlls/winhttp/Makefile"
16992
16993 ALL_MAKEFILES="$ALL_MAKEFILES \\
16994         dlls/winhttp/tests/Makefile"
16995 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
16996         winhttp/tests"
16997 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
16998 dlls/winhttp/tests/Makefile: dlls/winhttp/tests/Makefile.in dlls/Maketest.rules"
16999 ac_config_files="$ac_config_files dlls/winhttp/tests/Makefile"
17000
17001 ALL_MAKEFILES="$ALL_MAKEFILES \\
17002         dlls/wininet/Makefile"
17003 test "x$enable_wininet" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
17004         wininet"
17005 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
17006 dlls/wininet/Makefile: dlls/wininet/Makefile.in dlls/Makedll.rules"
17007 ac_config_files="$ac_config_files dlls/wininet/Makefile"
17008
17009 ALL_MAKEFILES="$ALL_MAKEFILES \\
17010         dlls/wininet/tests/Makefile"
17011 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
17012         wininet/tests"
17013 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
17014 dlls/wininet/tests/Makefile: dlls/wininet/tests/Makefile.in dlls/Maketest.rules"
17015 ac_config_files="$ac_config_files dlls/wininet/tests/Makefile"
17016
17017 ALL_MAKEFILES="$ALL_MAKEFILES \\
17018         dlls/winmm/Makefile"
17019 test "x$enable_winmm" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
17020         winmm"
17021 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
17022 dlls/winmm/Makefile: dlls/winmm/Makefile.in dlls/Makedll.rules"
17023 ac_config_files="$ac_config_files dlls/winmm/Makefile"
17024
17025 ALL_MAKEFILES="$ALL_MAKEFILES \\
17026         dlls/winmm/tests/Makefile"
17027 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
17028         winmm/tests"
17029 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
17030 dlls/winmm/tests/Makefile: dlls/winmm/tests/Makefile.in dlls/Maketest.rules"
17031 ac_config_files="$ac_config_files dlls/winmm/tests/Makefile"
17032
17033 ALL_MAKEFILES="$ALL_MAKEFILES \\
17034         dlls/winnls.dll16/Makefile"
17035 test "x$enable_win16" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
17036         winnls.dll16"
17037 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
17038 dlls/winnls.dll16/Makefile: dlls/winnls.dll16/Makefile.in dlls/Makedll.rules"
17039 ac_config_files="$ac_config_files dlls/winnls.dll16/Makefile"
17040
17041 ALL_MAKEFILES="$ALL_MAKEFILES \\
17042         dlls/winnls32/Makefile"
17043 test "x$enable_winnls32" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
17044         winnls32"
17045 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
17046 dlls/winnls32/Makefile: dlls/winnls32/Makefile.in dlls/Makedll.rules"
17047 ac_config_files="$ac_config_files dlls/winnls32/Makefile"
17048
17049 ALL_MAKEFILES="$ALL_MAKEFILES \\
17050         dlls/winscard/Makefile"
17051 test "x$enable_winscard" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
17052         winscard"
17053 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
17054 dlls/winscard/Makefile: dlls/winscard/Makefile.in dlls/Makedll.rules"
17055 ac_config_files="$ac_config_files dlls/winscard/Makefile"
17056
17057 ALL_MAKEFILES="$ALL_MAKEFILES \\
17058         dlls/winspool.drv/Makefile"
17059 test "x$enable_winspool_drv" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
17060         winspool.drv"
17061 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
17062 dlls/winspool.drv/Makefile: dlls/winspool.drv/Makefile.in dlls/Makedll.rules"
17063 ac_config_files="$ac_config_files dlls/winspool.drv/Makefile"
17064
17065 ALL_MAKEFILES="$ALL_MAKEFILES \\
17066         dlls/winspool.drv/tests/Makefile"
17067 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
17068         winspool.drv/tests"
17069 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
17070 dlls/winspool.drv/tests/Makefile: dlls/winspool.drv/tests/Makefile.in dlls/Maketest.rules"
17071 ac_config_files="$ac_config_files dlls/winspool.drv/tests/Makefile"
17072
17073 ALL_MAKEFILES="$ALL_MAKEFILES \\
17074         dlls/wintab.dll16/Makefile"
17075 test "x$enable_win16" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
17076         wintab.dll16"
17077 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
17078 dlls/wintab.dll16/Makefile: dlls/wintab.dll16/Makefile.in dlls/Makedll.rules"
17079 ac_config_files="$ac_config_files dlls/wintab.dll16/Makefile"
17080
17081 ALL_MAKEFILES="$ALL_MAKEFILES \\
17082         dlls/wintab32/Makefile"
17083 test "x$enable_wintab32" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
17084         wintab32"
17085 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
17086 dlls/wintab32/Makefile: dlls/wintab32/Makefile.in dlls/Makedll.rules"
17087 ac_config_files="$ac_config_files dlls/wintab32/Makefile"
17088
17089 ALL_MAKEFILES="$ALL_MAKEFILES \\
17090         dlls/wintab32/tests/Makefile"
17091 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
17092         wintab32/tests"
17093 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
17094 dlls/wintab32/tests/Makefile: dlls/wintab32/tests/Makefile.in dlls/Maketest.rules"
17095 ac_config_files="$ac_config_files dlls/wintab32/tests/Makefile"
17096
17097 ALL_MAKEFILES="$ALL_MAKEFILES \\
17098         dlls/wintrust/Makefile"
17099 test "x$enable_wintrust" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
17100         wintrust"
17101 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
17102 dlls/wintrust/Makefile: dlls/wintrust/Makefile.in dlls/Makedll.rules"
17103 ac_config_files="$ac_config_files dlls/wintrust/Makefile"
17104
17105 ALL_MAKEFILES="$ALL_MAKEFILES \\
17106         dlls/wintrust/tests/Makefile"
17107 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
17108         wintrust/tests"
17109 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
17110 dlls/wintrust/tests/Makefile: dlls/wintrust/tests/Makefile.in dlls/Maketest.rules"
17111 ac_config_files="$ac_config_files dlls/wintrust/tests/Makefile"
17112
17113 ALL_MAKEFILES="$ALL_MAKEFILES \\
17114         dlls/wldap32/Makefile"
17115 test "x$enable_wldap32" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
17116         wldap32"
17117 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
17118 dlls/wldap32/Makefile: dlls/wldap32/Makefile.in dlls/Makedll.rules"
17119 ac_config_files="$ac_config_files dlls/wldap32/Makefile"
17120
17121 ALL_MAKEFILES="$ALL_MAKEFILES \\
17122         dlls/wldap32/tests/Makefile"
17123 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
17124         wldap32/tests"
17125 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
17126 dlls/wldap32/tests/Makefile: dlls/wldap32/tests/Makefile.in dlls/Maketest.rules"
17127 ac_config_files="$ac_config_files dlls/wldap32/tests/Makefile"
17128
17129 ALL_MAKEFILES="$ALL_MAKEFILES \\
17130         dlls/wmi/Makefile"
17131 test "x$enable_wmi" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
17132         wmi"
17133 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
17134 dlls/wmi/Makefile: dlls/wmi/Makefile.in dlls/Makedll.rules"
17135 ac_config_files="$ac_config_files dlls/wmi/Makefile"
17136
17137 ALL_MAKEFILES="$ALL_MAKEFILES \\
17138         dlls/wmiutils/Makefile"
17139 test "x$enable_wmiutils" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
17140         wmiutils"
17141 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
17142 dlls/wmiutils/Makefile: dlls/wmiutils/Makefile.in dlls/Makedll.rules"
17143 ac_config_files="$ac_config_files dlls/wmiutils/Makefile"
17144
17145 ALL_MAKEFILES="$ALL_MAKEFILES \\
17146         dlls/wnaspi32/Makefile"
17147 test "x$enable_wnaspi32" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
17148         wnaspi32"
17149 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
17150 dlls/wnaspi32/Makefile: dlls/wnaspi32/Makefile.in dlls/Makedll.rules"
17151 ac_config_files="$ac_config_files dlls/wnaspi32/Makefile"
17152
17153 ALL_MAKEFILES="$ALL_MAKEFILES \\
17154         dlls/wow32/Makefile"
17155 test "x$enable_wow32" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
17156         wow32"
17157 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
17158 dlls/wow32/Makefile: dlls/wow32/Makefile.in dlls/Makedll.rules"
17159 ac_config_files="$ac_config_files dlls/wow32/Makefile"
17160
17161 ALL_MAKEFILES="$ALL_MAKEFILES \\
17162         dlls/ws2_32/Makefile"
17163 test "x$enable_ws2_32" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
17164         ws2_32"
17165 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
17166 dlls/ws2_32/Makefile: dlls/ws2_32/Makefile.in dlls/Makedll.rules"
17167 ac_config_files="$ac_config_files dlls/ws2_32/Makefile"
17168
17169 ALL_MAKEFILES="$ALL_MAKEFILES \\
17170         dlls/ws2_32/tests/Makefile"
17171 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
17172         ws2_32/tests"
17173 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
17174 dlls/ws2_32/tests/Makefile: dlls/ws2_32/tests/Makefile.in dlls/Maketest.rules"
17175 ac_config_files="$ac_config_files dlls/ws2_32/tests/Makefile"
17176
17177 ALL_MAKEFILES="$ALL_MAKEFILES \\
17178         dlls/wsock32/Makefile"
17179 test "x$enable_wsock32" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
17180         wsock32"
17181 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
17182 dlls/wsock32/Makefile: dlls/wsock32/Makefile.in dlls/Makedll.rules"
17183 ac_config_files="$ac_config_files dlls/wsock32/Makefile"
17184
17185 ALL_MAKEFILES="$ALL_MAKEFILES \\
17186         dlls/wtsapi32/Makefile"
17187 test "x$enable_wtsapi32" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
17188         wtsapi32"
17189 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
17190 dlls/wtsapi32/Makefile: dlls/wtsapi32/Makefile.in dlls/Makedll.rules"
17191 ac_config_files="$ac_config_files dlls/wtsapi32/Makefile"
17192
17193 ALL_MAKEFILES="$ALL_MAKEFILES \\
17194         dlls/wuapi/Makefile"
17195 test "x$enable_wuapi" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
17196         wuapi"
17197 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
17198 dlls/wuapi/Makefile: dlls/wuapi/Makefile.in dlls/Makedll.rules"
17199 ac_config_files="$ac_config_files dlls/wuapi/Makefile"
17200
17201 ALL_MAKEFILES="$ALL_MAKEFILES \\
17202         dlls/xinput1_1/Makefile"
17203 test "x$enable_xinput1_1" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
17204         xinput1_1"
17205 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
17206 dlls/xinput1_1/Makefile: dlls/xinput1_1/Makefile.in dlls/Makedll.rules"
17207 ac_config_files="$ac_config_files dlls/xinput1_1/Makefile"
17208
17209 ALL_MAKEFILES="$ALL_MAKEFILES \\
17210         dlls/xinput1_2/Makefile"
17211 test "x$enable_xinput1_2" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
17212         xinput1_2"
17213 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
17214 dlls/xinput1_2/Makefile: dlls/xinput1_2/Makefile.in dlls/Makedll.rules"
17215 ac_config_files="$ac_config_files dlls/xinput1_2/Makefile"
17216
17217 ALL_MAKEFILES="$ALL_MAKEFILES \\
17218         dlls/xinput1_3/Makefile"
17219 test "x$enable_xinput1_3" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
17220         xinput1_3"
17221 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
17222 dlls/xinput1_3/Makefile: dlls/xinput1_3/Makefile.in dlls/Makedll.rules"
17223 ac_config_files="$ac_config_files dlls/xinput1_3/Makefile"
17224
17225 ALL_MAKEFILES="$ALL_MAKEFILES \\
17226         dlls/xinput1_3/tests/Makefile"
17227 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
17228         xinput1_3/tests"
17229 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
17230 dlls/xinput1_3/tests/Makefile: dlls/xinput1_3/tests/Makefile.in dlls/Maketest.rules"
17231 ac_config_files="$ac_config_files dlls/xinput1_3/tests/Makefile"
17232
17233 ALL_MAKEFILES="$ALL_MAKEFILES \\
17234         dlls/xinput9_1_0/Makefile"
17235 test "x$enable_xinput9_1_0" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
17236         xinput9_1_0"
17237 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
17238 dlls/xinput9_1_0/Makefile: dlls/xinput9_1_0/Makefile.in dlls/Makedll.rules"
17239 ac_config_files="$ac_config_files dlls/xinput9_1_0/Makefile"
17240
17241 ALL_MAKEFILES="$ALL_MAKEFILES \\
17242         dlls/xmllite/Makefile"
17243 test "x$enable_xmllite" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
17244         xmllite"
17245 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
17246 dlls/xmllite/Makefile: dlls/xmllite/Makefile.in dlls/Makedll.rules"
17247 ac_config_files="$ac_config_files dlls/xmllite/Makefile"
17248
17249 ALL_MAKEFILES="$ALL_MAKEFILES \\
17250         documentation/Makefile"
17251 test "x$enable_documentation" != xno && ALL_TOP_DIRS="$ALL_TOP_DIRS \\
17252         documentation"
17253 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
17254 documentation/Makefile: documentation/Makefile.in Make.rules"
17255 ac_config_files="$ac_config_files documentation/Makefile"
17256
17257 ALL_MAKEFILES="$ALL_MAKEFILES \\
17258         fonts/Makefile"
17259 test "x$enable_fonts" != xno && ALL_TOP_DIRS="$ALL_TOP_DIRS \\
17260         fonts"
17261 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
17262 fonts/Makefile: fonts/Makefile.in Make.rules"
17263 ac_config_files="$ac_config_files fonts/Makefile"
17264
17265 ALL_MAKEFILES="$ALL_MAKEFILES \\
17266         include/Makefile"
17267 test "x$enable_include" != xno && ALL_TOP_DIRS="$ALL_TOP_DIRS \\
17268         include"
17269 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
17270 include/Makefile: include/Makefile.in Make.rules"
17271 ac_config_files="$ac_config_files include/Makefile"
17272
17273 ALL_MAKEFILES="$ALL_MAKEFILES \\
17274         libs/Makefile"
17275 test "x$enable_libs" != xno && ALL_TOP_DIRS="$ALL_TOP_DIRS \\
17276         libs"
17277 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
17278 libs/Makefile: libs/Makefile.in Make.rules"
17279 ac_config_files="$ac_config_files libs/Makefile"
17280
17281 ALL_MAKEFILES="$ALL_MAKEFILES \\
17282         libs/port/Makefile"
17283
17284 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
17285 libs/port/Makefile: libs/port/Makefile.in Make.rules"
17286 ac_config_files="$ac_config_files libs/port/Makefile"
17287
17288 ALL_MAKEFILES="$ALL_MAKEFILES \\
17289         libs/wine/Makefile"
17290
17291 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
17292 libs/wine/Makefile: libs/wine/Makefile.in Make.rules"
17293 ac_config_files="$ac_config_files libs/wine/Makefile"
17294
17295 ALL_MAKEFILES="$ALL_MAKEFILES \\
17296         libs/wpp/Makefile"
17297
17298 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
17299 libs/wpp/Makefile: libs/wpp/Makefile.in Make.rules"
17300 ac_config_files="$ac_config_files libs/wpp/Makefile"
17301
17302 ALL_MAKEFILES="$ALL_MAKEFILES \\
17303         loader/Makefile"
17304 test "x$enable_loader" != xno && ALL_TOP_DIRS="$ALL_TOP_DIRS \\
17305         loader"
17306 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
17307 loader/Makefile: loader/Makefile.in Make.rules"
17308 ac_config_files="$ac_config_files loader/Makefile"
17309
17310 ALL_MAKEFILES="$ALL_MAKEFILES \\
17311         programs/Makefile"
17312 test "x$enable_programs" != xno && ALL_TOP_DIRS="$ALL_TOP_DIRS \\
17313         programs"
17314 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
17315 programs/Makefile: programs/Makefile.in Make.rules"
17316 ac_config_files="$ac_config_files programs/Makefile"
17317
17318 ALL_MAKEFILES="$ALL_MAKEFILES \\
17319         programs/cacls/Makefile"
17320 test "x$enable_cacls" != xno && ALL_PROGRAM_DIRS="$ALL_PROGRAM_DIRS \\
17321         cacls" && ALL_PROGRAM_INSTALL_DIRS="$ALL_PROGRAM_INSTALL_DIRS \\
17322         cacls"
17323 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
17324 programs/cacls/Makefile: programs/cacls/Makefile.in programs/Makeprog.rules"
17325 ac_config_files="$ac_config_files programs/cacls/Makefile"
17326
17327 ALL_MAKEFILES="$ALL_MAKEFILES \\
17328         programs/clock/Makefile"
17329 test "x$enable_clock" != xno && ALL_PROGRAM_DIRS="$ALL_PROGRAM_DIRS \\
17330         clock" && ALL_PROGRAM_INSTALL_DIRS="$ALL_PROGRAM_INSTALL_DIRS \\
17331         clock"
17332 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
17333 programs/clock/Makefile: programs/clock/Makefile.in programs/Makeprog.rules"
17334 ac_config_files="$ac_config_files programs/clock/Makefile"
17335
17336 ALL_MAKEFILES="$ALL_MAKEFILES \\
17337         programs/cmd/Makefile"
17338 test "x$enable_cmd" != xno && ALL_PROGRAM_DIRS="$ALL_PROGRAM_DIRS \\
17339         cmd" && ALL_PROGRAM_INSTALL_DIRS="$ALL_PROGRAM_INSTALL_DIRS \\
17340         cmd"
17341 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
17342 programs/cmd/Makefile: programs/cmd/Makefile.in programs/Makeprog.rules"
17343 ac_config_files="$ac_config_files programs/cmd/Makefile"
17344
17345 ALL_MAKEFILES="$ALL_MAKEFILES \\
17346         programs/cmdlgtst/Makefile"
17347 test "x$enable_cmdlgtst" != xno && ALL_PROGRAM_DIRS="$ALL_PROGRAM_DIRS \\
17348         cmdlgtst"
17349 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
17350 programs/cmdlgtst/Makefile: programs/cmdlgtst/Makefile.in programs/Makeprog.rules"
17351 ac_config_files="$ac_config_files programs/cmdlgtst/Makefile"
17352
17353 ALL_MAKEFILES="$ALL_MAKEFILES \\
17354         programs/control/Makefile"
17355 test "x$enable_control" != xno && ALL_PROGRAM_DIRS="$ALL_PROGRAM_DIRS \\
17356         control" && ALL_PROGRAM_INSTALL_DIRS="$ALL_PROGRAM_INSTALL_DIRS \\
17357         control"
17358 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
17359 programs/control/Makefile: programs/control/Makefile.in programs/Makeprog.rules"
17360 ac_config_files="$ac_config_files programs/control/Makefile"
17361
17362 ALL_MAKEFILES="$ALL_MAKEFILES \\
17363         programs/dxdiag/Makefile"
17364 test "x$enable_dxdiag" != xno && ALL_PROGRAM_DIRS="$ALL_PROGRAM_DIRS \\
17365         dxdiag" && ALL_PROGRAM_INSTALL_DIRS="$ALL_PROGRAM_INSTALL_DIRS \\
17366         dxdiag"
17367 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
17368 programs/dxdiag/Makefile: programs/dxdiag/Makefile.in programs/Makeprog.rules"
17369 ac_config_files="$ac_config_files programs/dxdiag/Makefile"
17370
17371 ALL_MAKEFILES="$ALL_MAKEFILES \\
17372         programs/eject/Makefile"
17373 test "x$enable_eject" != xno && ALL_PROGRAM_DIRS="$ALL_PROGRAM_DIRS \\
17374         eject" && ALL_PROGRAM_INSTALL_DIRS="$ALL_PROGRAM_INSTALL_DIRS \\
17375         eject"
17376 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
17377 programs/eject/Makefile: programs/eject/Makefile.in programs/Makeprog.rules"
17378 ac_config_files="$ac_config_files programs/eject/Makefile"
17379
17380 ALL_MAKEFILES="$ALL_MAKEFILES \\
17381         programs/expand/Makefile"
17382 test "x$enable_expand" != xno && ALL_PROGRAM_DIRS="$ALL_PROGRAM_DIRS \\
17383         expand" && ALL_PROGRAM_INSTALL_DIRS="$ALL_PROGRAM_INSTALL_DIRS \\
17384         expand"
17385 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
17386 programs/expand/Makefile: programs/expand/Makefile.in programs/Makeprog.rules"
17387 ac_config_files="$ac_config_files programs/expand/Makefile"
17388
17389 ALL_MAKEFILES="$ALL_MAKEFILES \\
17390         programs/explorer/Makefile"
17391 test "x$enable_explorer" != xno && ALL_PROGRAM_DIRS="$ALL_PROGRAM_DIRS \\
17392         explorer" && ALL_PROGRAM_INSTALL_DIRS="$ALL_PROGRAM_INSTALL_DIRS \\
17393         explorer"
17394 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
17395 programs/explorer/Makefile: programs/explorer/Makefile.in programs/Makeprog.rules"
17396 ac_config_files="$ac_config_files programs/explorer/Makefile"
17397
17398 ALL_MAKEFILES="$ALL_MAKEFILES \\
17399         programs/hh/Makefile"
17400 test "x$enable_hh" != xno && ALL_PROGRAM_DIRS="$ALL_PROGRAM_DIRS \\
17401         hh" && ALL_PROGRAM_INSTALL_DIRS="$ALL_PROGRAM_INSTALL_DIRS \\
17402         hh"
17403 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
17404 programs/hh/Makefile: programs/hh/Makefile.in programs/Makeprog.rules"
17405 ac_config_files="$ac_config_files programs/hh/Makefile"
17406
17407 ALL_MAKEFILES="$ALL_MAKEFILES \\
17408         programs/icinfo/Makefile"
17409 test "x$enable_icinfo" != xno && ALL_PROGRAM_DIRS="$ALL_PROGRAM_DIRS \\
17410         icinfo" && ALL_PROGRAM_INSTALL_DIRS="$ALL_PROGRAM_INSTALL_DIRS \\
17411         icinfo"
17412 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
17413 programs/icinfo/Makefile: programs/icinfo/Makefile.in programs/Makeprog.rules"
17414 ac_config_files="$ac_config_files programs/icinfo/Makefile"
17415
17416 ALL_MAKEFILES="$ALL_MAKEFILES \\
17417         programs/iexplore/Makefile"
17418 test "x$enable_iexplore" != xno && ALL_PROGRAM_DIRS="$ALL_PROGRAM_DIRS \\
17419         iexplore" && ALL_PROGRAM_INSTALL_DIRS="$ALL_PROGRAM_INSTALL_DIRS \\
17420         iexplore"
17421 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
17422 programs/iexplore/Makefile: programs/iexplore/Makefile.in programs/Makeprog.rules"
17423 ac_config_files="$ac_config_files programs/iexplore/Makefile"
17424
17425 ALL_MAKEFILES="$ALL_MAKEFILES \\
17426         programs/lodctr/Makefile"
17427 test "x$enable_lodctr" != xno && ALL_PROGRAM_DIRS="$ALL_PROGRAM_DIRS \\
17428         lodctr" && ALL_PROGRAM_INSTALL_DIRS="$ALL_PROGRAM_INSTALL_DIRS \\
17429         lodctr"
17430 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
17431 programs/lodctr/Makefile: programs/lodctr/Makefile.in programs/Makeprog.rules"
17432 ac_config_files="$ac_config_files programs/lodctr/Makefile"
17433
17434 ALL_MAKEFILES="$ALL_MAKEFILES \\
17435         programs/msiexec/Makefile"
17436 test "x$enable_msiexec" != xno && ALL_PROGRAM_DIRS="$ALL_PROGRAM_DIRS \\
17437         msiexec" && ALL_PROGRAM_INSTALL_DIRS="$ALL_PROGRAM_INSTALL_DIRS \\
17438         msiexec" && ALL_PROGRAM_BIN_INSTALL_DIRS="$ALL_PROGRAM_BIN_INSTALL_DIRS \\
17439         msiexec"
17440 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
17441 programs/msiexec/Makefile: programs/msiexec/Makefile.in programs/Makeprog.rules"
17442 ac_config_files="$ac_config_files programs/msiexec/Makefile"
17443
17444 ALL_MAKEFILES="$ALL_MAKEFILES \\
17445         programs/net/Makefile"
17446 test "x$enable_net" != xno && ALL_PROGRAM_DIRS="$ALL_PROGRAM_DIRS \\
17447         net" && ALL_PROGRAM_INSTALL_DIRS="$ALL_PROGRAM_INSTALL_DIRS \\
17448         net"
17449 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
17450 programs/net/Makefile: programs/net/Makefile.in programs/Makeprog.rules"
17451 ac_config_files="$ac_config_files programs/net/Makefile"
17452
17453 ALL_MAKEFILES="$ALL_MAKEFILES \\
17454         programs/notepad/Makefile"
17455 test "x$enable_notepad" != xno && ALL_PROGRAM_DIRS="$ALL_PROGRAM_DIRS \\
17456         notepad" && ALL_PROGRAM_INSTALL_DIRS="$ALL_PROGRAM_INSTALL_DIRS \\
17457         notepad" && ALL_PROGRAM_BIN_INSTALL_DIRS="$ALL_PROGRAM_BIN_INSTALL_DIRS \\
17458         notepad"
17459 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
17460 programs/notepad/Makefile: programs/notepad/Makefile.in programs/Makeprog.rules"
17461 ac_config_files="$ac_config_files programs/notepad/Makefile"
17462
17463 ALL_MAKEFILES="$ALL_MAKEFILES \\
17464         programs/oleview/Makefile"
17465 test "x$enable_oleview" != xno && ALL_PROGRAM_DIRS="$ALL_PROGRAM_DIRS \\
17466         oleview" && ALL_PROGRAM_INSTALL_DIRS="$ALL_PROGRAM_INSTALL_DIRS \\
17467         oleview"
17468 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
17469 programs/oleview/Makefile: programs/oleview/Makefile.in programs/Makeprog.rules"
17470 ac_config_files="$ac_config_files programs/oleview/Makefile"
17471
17472 ALL_MAKEFILES="$ALL_MAKEFILES \\
17473         programs/progman/Makefile"
17474 test "x$enable_progman" != xno && ALL_PROGRAM_DIRS="$ALL_PROGRAM_DIRS \\
17475         progman" && ALL_PROGRAM_INSTALL_DIRS="$ALL_PROGRAM_INSTALL_DIRS \\
17476         progman"
17477 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
17478 programs/progman/Makefile: programs/progman/Makefile.in programs/Makeprog.rules"
17479 ac_config_files="$ac_config_files programs/progman/Makefile"
17480
17481 ALL_MAKEFILES="$ALL_MAKEFILES \\
17482         programs/reg/Makefile"
17483 test "x$enable_reg" != xno && ALL_PROGRAM_DIRS="$ALL_PROGRAM_DIRS \\
17484         reg" && ALL_PROGRAM_INSTALL_DIRS="$ALL_PROGRAM_INSTALL_DIRS \\
17485         reg"
17486 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
17487 programs/reg/Makefile: programs/reg/Makefile.in programs/Makeprog.rules"
17488 ac_config_files="$ac_config_files programs/reg/Makefile"
17489
17490 ALL_MAKEFILES="$ALL_MAKEFILES \\
17491         programs/regedit/Makefile"
17492 test "x$enable_regedit" != xno && ALL_PROGRAM_DIRS="$ALL_PROGRAM_DIRS \\
17493         regedit" && ALL_PROGRAM_INSTALL_DIRS="$ALL_PROGRAM_INSTALL_DIRS \\
17494         regedit" && ALL_PROGRAM_BIN_INSTALL_DIRS="$ALL_PROGRAM_BIN_INSTALL_DIRS \\
17495         regedit"
17496 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
17497 programs/regedit/Makefile: programs/regedit/Makefile.in programs/Makeprog.rules"
17498 ac_config_files="$ac_config_files programs/regedit/Makefile"
17499
17500 ALL_MAKEFILES="$ALL_MAKEFILES \\
17501         programs/regsvr32/Makefile"
17502 test "x$enable_regsvr32" != xno && ALL_PROGRAM_DIRS="$ALL_PROGRAM_DIRS \\
17503         regsvr32" && ALL_PROGRAM_INSTALL_DIRS="$ALL_PROGRAM_INSTALL_DIRS \\
17504         regsvr32" && ALL_PROGRAM_BIN_INSTALL_DIRS="$ALL_PROGRAM_BIN_INSTALL_DIRS \\
17505         regsvr32"
17506 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
17507 programs/regsvr32/Makefile: programs/regsvr32/Makefile.in programs/Makeprog.rules"
17508 ac_config_files="$ac_config_files programs/regsvr32/Makefile"
17509
17510 ALL_MAKEFILES="$ALL_MAKEFILES \\
17511         programs/rpcss/Makefile"
17512 test "x$enable_rpcss" != xno && ALL_PROGRAM_DIRS="$ALL_PROGRAM_DIRS \\
17513         rpcss" && ALL_PROGRAM_INSTALL_DIRS="$ALL_PROGRAM_INSTALL_DIRS \\
17514         rpcss"
17515 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
17516 programs/rpcss/Makefile: programs/rpcss/Makefile.in programs/Makeprog.rules"
17517 ac_config_files="$ac_config_files programs/rpcss/Makefile"
17518
17519 ALL_MAKEFILES="$ALL_MAKEFILES \\
17520         programs/rundll32/Makefile"
17521 test "x$enable_rundll32" != xno && ALL_PROGRAM_DIRS="$ALL_PROGRAM_DIRS \\
17522         rundll32" && ALL_PROGRAM_INSTALL_DIRS="$ALL_PROGRAM_INSTALL_DIRS \\
17523         rundll32"
17524 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
17525 programs/rundll32/Makefile: programs/rundll32/Makefile.in programs/Makeprog.rules"
17526 ac_config_files="$ac_config_files programs/rundll32/Makefile"
17527
17528 ALL_MAKEFILES="$ALL_MAKEFILES \\
17529         programs/secedit/Makefile"
17530 test "x$enable_secedit" != xno && ALL_PROGRAM_DIRS="$ALL_PROGRAM_DIRS \\
17531         secedit" && ALL_PROGRAM_INSTALL_DIRS="$ALL_PROGRAM_INSTALL_DIRS \\
17532         secedit"
17533 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
17534 programs/secedit/Makefile: programs/secedit/Makefile.in programs/Makeprog.rules"
17535 ac_config_files="$ac_config_files programs/secedit/Makefile"
17536
17537 ALL_MAKEFILES="$ALL_MAKEFILES \\
17538         programs/services/Makefile"
17539 test "x$enable_services" != xno && ALL_PROGRAM_DIRS="$ALL_PROGRAM_DIRS \\
17540         services" && ALL_PROGRAM_INSTALL_DIRS="$ALL_PROGRAM_INSTALL_DIRS \\
17541         services"
17542 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
17543 programs/services/Makefile: programs/services/Makefile.in programs/Makeprog.rules"
17544 ac_config_files="$ac_config_files programs/services/Makefile"
17545
17546 ALL_MAKEFILES="$ALL_MAKEFILES \\
17547         programs/spoolsv/Makefile"
17548 test "x$enable_spoolsv" != xno && ALL_PROGRAM_DIRS="$ALL_PROGRAM_DIRS \\
17549         spoolsv" && ALL_PROGRAM_INSTALL_DIRS="$ALL_PROGRAM_INSTALL_DIRS \\
17550         spoolsv"
17551 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
17552 programs/spoolsv/Makefile: programs/spoolsv/Makefile.in programs/Makeprog.rules"
17553 ac_config_files="$ac_config_files programs/spoolsv/Makefile"
17554
17555 ALL_MAKEFILES="$ALL_MAKEFILES \\
17556         programs/start/Makefile"
17557 test "x$enable_start" != xno && ALL_PROGRAM_DIRS="$ALL_PROGRAM_DIRS \\
17558         start" && ALL_PROGRAM_INSTALL_DIRS="$ALL_PROGRAM_INSTALL_DIRS \\
17559         start"
17560 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
17561 programs/start/Makefile: programs/start/Makefile.in programs/Makeprog.rules"
17562 ac_config_files="$ac_config_files programs/start/Makefile"
17563
17564 ALL_MAKEFILES="$ALL_MAKEFILES \\
17565         programs/svchost/Makefile"
17566 test "x$enable_svchost" != xno && ALL_PROGRAM_DIRS="$ALL_PROGRAM_DIRS \\
17567         svchost" && ALL_PROGRAM_INSTALL_DIRS="$ALL_PROGRAM_INSTALL_DIRS \\
17568         svchost"
17569 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
17570 programs/svchost/Makefile: programs/svchost/Makefile.in programs/Makeprog.rules"
17571 ac_config_files="$ac_config_files programs/svchost/Makefile"
17572
17573 ALL_MAKEFILES="$ALL_MAKEFILES \\
17574         programs/taskmgr/Makefile"
17575 test "x$enable_taskmgr" != xno && ALL_PROGRAM_DIRS="$ALL_PROGRAM_DIRS \\
17576         taskmgr" && ALL_PROGRAM_INSTALL_DIRS="$ALL_PROGRAM_INSTALL_DIRS \\
17577         taskmgr"
17578 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
17579 programs/taskmgr/Makefile: programs/taskmgr/Makefile.in programs/Makeprog.rules"
17580 ac_config_files="$ac_config_files programs/taskmgr/Makefile"
17581
17582 ALL_MAKEFILES="$ALL_MAKEFILES \\
17583         programs/termsv/Makefile"
17584 test "x$enable_termsv" != xno && ALL_PROGRAM_DIRS="$ALL_PROGRAM_DIRS \\
17585         termsv" && ALL_PROGRAM_INSTALL_DIRS="$ALL_PROGRAM_INSTALL_DIRS \\
17586         termsv"
17587 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
17588 programs/termsv/Makefile: programs/termsv/Makefile.in programs/Makeprog.rules"
17589 ac_config_files="$ac_config_files programs/termsv/Makefile"
17590
17591 ALL_MAKEFILES="$ALL_MAKEFILES \\
17592         programs/uninstaller/Makefile"
17593 test "x$enable_uninstaller" != xno && ALL_PROGRAM_DIRS="$ALL_PROGRAM_DIRS \\
17594         uninstaller" && ALL_PROGRAM_INSTALL_DIRS="$ALL_PROGRAM_INSTALL_DIRS \\
17595         uninstaller"
17596 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
17597 programs/uninstaller/Makefile: programs/uninstaller/Makefile.in programs/Makeprog.rules"
17598 ac_config_files="$ac_config_files programs/uninstaller/Makefile"
17599
17600 ALL_MAKEFILES="$ALL_MAKEFILES \\
17601         programs/unlodctr/Makefile"
17602 test "x$enable_unlodctr" != xno && ALL_PROGRAM_DIRS="$ALL_PROGRAM_DIRS \\
17603         unlodctr" && ALL_PROGRAM_INSTALL_DIRS="$ALL_PROGRAM_INSTALL_DIRS \\
17604         unlodctr"
17605 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
17606 programs/unlodctr/Makefile: programs/unlodctr/Makefile.in programs/Makeprog.rules"
17607 ac_config_files="$ac_config_files programs/unlodctr/Makefile"
17608
17609 ALL_MAKEFILES="$ALL_MAKEFILES \\
17610         programs/view/Makefile"
17611 test "x$enable_view" != xno && ALL_PROGRAM_DIRS="$ALL_PROGRAM_DIRS \\
17612         view"
17613 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
17614 programs/view/Makefile: programs/view/Makefile.in programs/Makeprog.rules"
17615 ac_config_files="$ac_config_files programs/view/Makefile"
17616
17617 ALL_MAKEFILES="$ALL_MAKEFILES \\
17618         programs/wineboot/Makefile"
17619 test "x$enable_wineboot" != xno && ALL_PROGRAM_DIRS="$ALL_PROGRAM_DIRS \\
17620         wineboot" && ALL_PROGRAM_INSTALL_DIRS="$ALL_PROGRAM_INSTALL_DIRS \\
17621         wineboot" && ALL_PROGRAM_BIN_INSTALL_DIRS="$ALL_PROGRAM_BIN_INSTALL_DIRS \\
17622         wineboot"
17623 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
17624 programs/wineboot/Makefile: programs/wineboot/Makefile.in programs/Makeprog.rules"
17625 ac_config_files="$ac_config_files programs/wineboot/Makefile"
17626
17627 ALL_MAKEFILES="$ALL_MAKEFILES \\
17628         programs/winebrowser/Makefile"
17629 test "x$enable_winebrowser" != xno && ALL_PROGRAM_DIRS="$ALL_PROGRAM_DIRS \\
17630         winebrowser" && ALL_PROGRAM_INSTALL_DIRS="$ALL_PROGRAM_INSTALL_DIRS \\
17631         winebrowser"
17632 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
17633 programs/winebrowser/Makefile: programs/winebrowser/Makefile.in programs/Makeprog.rules"
17634 ac_config_files="$ac_config_files programs/winebrowser/Makefile"
17635
17636 ALL_MAKEFILES="$ALL_MAKEFILES \\
17637         programs/winecfg/Makefile"
17638 test "x$enable_winecfg" != xno && ALL_PROGRAM_DIRS="$ALL_PROGRAM_DIRS \\
17639         winecfg" && ALL_PROGRAM_INSTALL_DIRS="$ALL_PROGRAM_INSTALL_DIRS \\
17640         winecfg" && ALL_PROGRAM_BIN_INSTALL_DIRS="$ALL_PROGRAM_BIN_INSTALL_DIRS \\
17641         winecfg"
17642 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
17643 programs/winecfg/Makefile: programs/winecfg/Makefile.in programs/Makeprog.rules"
17644 ac_config_files="$ac_config_files programs/winecfg/Makefile"
17645
17646 ALL_MAKEFILES="$ALL_MAKEFILES \\
17647         programs/wineconsole/Makefile"
17648 test "x$enable_wineconsole" != xno && ALL_PROGRAM_DIRS="$ALL_PROGRAM_DIRS \\
17649         wineconsole" && ALL_PROGRAM_INSTALL_DIRS="$ALL_PROGRAM_INSTALL_DIRS \\
17650         wineconsole" && ALL_PROGRAM_BIN_INSTALL_DIRS="$ALL_PROGRAM_BIN_INSTALL_DIRS \\
17651         wineconsole"
17652 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
17653 programs/wineconsole/Makefile: programs/wineconsole/Makefile.in programs/Makeprog.rules"
17654 ac_config_files="$ac_config_files programs/wineconsole/Makefile"
17655
17656 ALL_MAKEFILES="$ALL_MAKEFILES \\
17657         programs/winedbg/Makefile"
17658 test "x$enable_winedbg" != xno && ALL_PROGRAM_DIRS="$ALL_PROGRAM_DIRS \\
17659         winedbg" && ALL_PROGRAM_INSTALL_DIRS="$ALL_PROGRAM_INSTALL_DIRS \\
17660         winedbg" && ALL_PROGRAM_BIN_INSTALL_DIRS="$ALL_PROGRAM_BIN_INSTALL_DIRS \\
17661         winedbg"
17662 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
17663 programs/winedbg/Makefile: programs/winedbg/Makefile.in programs/Makeprog.rules"
17664 ac_config_files="$ac_config_files programs/winedbg/Makefile"
17665
17666 ALL_MAKEFILES="$ALL_MAKEFILES \\
17667         programs/winedevice/Makefile"
17668 test "x$enable_winedevice" != xno && ALL_PROGRAM_DIRS="$ALL_PROGRAM_DIRS \\
17669         winedevice" && ALL_PROGRAM_INSTALL_DIRS="$ALL_PROGRAM_INSTALL_DIRS \\
17670         winedevice"
17671 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
17672 programs/winedevice/Makefile: programs/winedevice/Makefile.in programs/Makeprog.rules"
17673 ac_config_files="$ac_config_files programs/winedevice/Makefile"
17674
17675 ALL_MAKEFILES="$ALL_MAKEFILES \\
17676         programs/winefile/Makefile"
17677 test "x$enable_winefile" != xno && ALL_PROGRAM_DIRS="$ALL_PROGRAM_DIRS \\
17678         winefile" && ALL_PROGRAM_INSTALL_DIRS="$ALL_PROGRAM_INSTALL_DIRS \\
17679         winefile" && ALL_PROGRAM_BIN_INSTALL_DIRS="$ALL_PROGRAM_BIN_INSTALL_DIRS \\
17680         winefile"
17681 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
17682 programs/winefile/Makefile: programs/winefile/Makefile.in programs/Makeprog.rules"
17683 ac_config_files="$ac_config_files programs/winefile/Makefile"
17684
17685 ALL_MAKEFILES="$ALL_MAKEFILES \\
17686         programs/winemenubuilder/Makefile"
17687 test "x$enable_winemenubuilder" != xno && ALL_PROGRAM_DIRS="$ALL_PROGRAM_DIRS \\
17688         winemenubuilder" && ALL_PROGRAM_INSTALL_DIRS="$ALL_PROGRAM_INSTALL_DIRS \\
17689         winemenubuilder"
17690 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
17691 programs/winemenubuilder/Makefile: programs/winemenubuilder/Makefile.in programs/Makeprog.rules"
17692 ac_config_files="$ac_config_files programs/winemenubuilder/Makefile"
17693
17694 ALL_MAKEFILES="$ALL_MAKEFILES \\
17695         programs/winemine/Makefile"
17696 test "x$enable_winemine" != xno && ALL_PROGRAM_DIRS="$ALL_PROGRAM_DIRS \\
17697         winemine" && ALL_PROGRAM_INSTALL_DIRS="$ALL_PROGRAM_INSTALL_DIRS \\
17698         winemine" && ALL_PROGRAM_BIN_INSTALL_DIRS="$ALL_PROGRAM_BIN_INSTALL_DIRS \\
17699         winemine"
17700 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
17701 programs/winemine/Makefile: programs/winemine/Makefile.in programs/Makeprog.rules"
17702 ac_config_files="$ac_config_files programs/winemine/Makefile"
17703
17704 ALL_MAKEFILES="$ALL_MAKEFILES \\
17705         programs/winepath/Makefile"
17706 test "x$enable_winepath" != xno && ALL_PROGRAM_DIRS="$ALL_PROGRAM_DIRS \\
17707         winepath" && ALL_PROGRAM_INSTALL_DIRS="$ALL_PROGRAM_INSTALL_DIRS \\
17708         winepath" && ALL_PROGRAM_BIN_INSTALL_DIRS="$ALL_PROGRAM_BIN_INSTALL_DIRS \\
17709         winepath"
17710 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
17711 programs/winepath/Makefile: programs/winepath/Makefile.in programs/Makeprog.rules"
17712 ac_config_files="$ac_config_files programs/winepath/Makefile"
17713
17714 ALL_MAKEFILES="$ALL_MAKEFILES \\
17715         programs/winetest/Makefile"
17716 test "x$enable_winetest" != xno && ALL_PROGRAM_DIRS="$ALL_PROGRAM_DIRS \\
17717         winetest"
17718 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
17719 programs/winetest/Makefile: programs/winetest/Makefile.in programs/Makeprog.rules"
17720 ac_config_files="$ac_config_files programs/winetest/Makefile"
17721
17722 ALL_MAKEFILES="$ALL_MAKEFILES \\
17723         programs/winevdm/Makefile"
17724 test "x$enable_winevdm" != xno && ALL_PROGRAM_DIRS="$ALL_PROGRAM_DIRS \\
17725         winevdm" && ALL_PROGRAM_INSTALL_DIRS="$ALL_PROGRAM_INSTALL_DIRS \\
17726         winevdm"
17727 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
17728 programs/winevdm/Makefile: programs/winevdm/Makefile.in programs/Makeprog.rules"
17729 ac_config_files="$ac_config_files programs/winevdm/Makefile"
17730
17731 ALL_MAKEFILES="$ALL_MAKEFILES \\
17732         programs/winhelp.exe16/Makefile"
17733 test "x$enable_win16" != xno && ALL_PROGRAM_DIRS="$ALL_PROGRAM_DIRS \\
17734         winhelp.exe16" && ALL_PROGRAM_INSTALL_DIRS="$ALL_PROGRAM_INSTALL_DIRS \\
17735         winhelp.exe16"
17736 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
17737 programs/winhelp.exe16/Makefile: programs/winhelp.exe16/Makefile.in programs/Makeprog.rules"
17738 ac_config_files="$ac_config_files programs/winhelp.exe16/Makefile"
17739
17740 ALL_MAKEFILES="$ALL_MAKEFILES \\
17741         programs/winhlp32/Makefile"
17742 test "x$enable_winhlp32" != xno && ALL_PROGRAM_DIRS="$ALL_PROGRAM_DIRS \\
17743         winhlp32" && ALL_PROGRAM_INSTALL_DIRS="$ALL_PROGRAM_INSTALL_DIRS \\
17744         winhlp32"
17745 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
17746 programs/winhlp32/Makefile: programs/winhlp32/Makefile.in programs/Makeprog.rules"
17747 ac_config_files="$ac_config_files programs/winhlp32/Makefile"
17748
17749 ALL_MAKEFILES="$ALL_MAKEFILES \\
17750         programs/winoldap.mod16/Makefile"
17751 test "x$enable_win16" != xno && ALL_PROGRAM_DIRS="$ALL_PROGRAM_DIRS \\
17752         winoldap.mod16" && ALL_PROGRAM_INSTALL_DIRS="$ALL_PROGRAM_INSTALL_DIRS \\
17753         winoldap.mod16"
17754 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
17755 programs/winoldap.mod16/Makefile: programs/winoldap.mod16/Makefile.in programs/Makeprog.rules"
17756 ac_config_files="$ac_config_files programs/winoldap.mod16/Makefile"
17757
17758 ALL_MAKEFILES="$ALL_MAKEFILES \\
17759         programs/winver/Makefile"
17760 test "x$enable_winver" != xno && ALL_PROGRAM_DIRS="$ALL_PROGRAM_DIRS \\
17761         winver" && ALL_PROGRAM_INSTALL_DIRS="$ALL_PROGRAM_INSTALL_DIRS \\
17762         winver"
17763 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
17764 programs/winver/Makefile: programs/winver/Makefile.in programs/Makeprog.rules"
17765 ac_config_files="$ac_config_files programs/winver/Makefile"
17766
17767 ALL_MAKEFILES="$ALL_MAKEFILES \\
17768         programs/wordpad/Makefile"
17769 test "x$enable_wordpad" != xno && ALL_PROGRAM_DIRS="$ALL_PROGRAM_DIRS \\
17770         wordpad" && ALL_PROGRAM_INSTALL_DIRS="$ALL_PROGRAM_INSTALL_DIRS \\
17771         wordpad"
17772 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
17773 programs/wordpad/Makefile: programs/wordpad/Makefile.in programs/Makeprog.rules"
17774 ac_config_files="$ac_config_files programs/wordpad/Makefile"
17775
17776 ALL_MAKEFILES="$ALL_MAKEFILES \\
17777         programs/write/Makefile"
17778 test "x$enable_write" != xno && ALL_PROGRAM_DIRS="$ALL_PROGRAM_DIRS \\
17779         write" && ALL_PROGRAM_INSTALL_DIRS="$ALL_PROGRAM_INSTALL_DIRS \\
17780         write"
17781 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
17782 programs/write/Makefile: programs/write/Makefile.in programs/Makeprog.rules"
17783 ac_config_files="$ac_config_files programs/write/Makefile"
17784
17785 ALL_MAKEFILES="$ALL_MAKEFILES \\
17786         programs/xcopy/Makefile"
17787 test "x$enable_xcopy" != xno && ALL_PROGRAM_DIRS="$ALL_PROGRAM_DIRS \\
17788         xcopy" && ALL_PROGRAM_INSTALL_DIRS="$ALL_PROGRAM_INSTALL_DIRS \\
17789         xcopy"
17790 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
17791 programs/xcopy/Makefile: programs/xcopy/Makefile.in programs/Makeprog.rules"
17792 ac_config_files="$ac_config_files programs/xcopy/Makefile"
17793
17794 ALL_MAKEFILES="$ALL_MAKEFILES \\
17795         server/Makefile"
17796 test "x$enable_server" != xno && ALL_TOP_DIRS="$ALL_TOP_DIRS \\
17797         server"
17798 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
17799 server/Makefile: server/Makefile.in Make.rules"
17800 ac_config_files="$ac_config_files server/Makefile"
17801
17802 ALL_MAKEFILES="$ALL_MAKEFILES \\
17803         tools/Makefile"
17804 test "x$enable_tools" != xno && ALL_TOP_DIRS="$ALL_TOP_DIRS \\
17805         tools"
17806 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
17807 tools/Makefile: tools/Makefile.in Make.rules"
17808 ac_config_files="$ac_config_files tools/Makefile"
17809
17810 ALL_MAKEFILES="$ALL_MAKEFILES \\
17811         tools/widl/Makefile"
17812
17813 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
17814 tools/widl/Makefile: tools/widl/Makefile.in Make.rules"
17815 ac_config_files="$ac_config_files tools/widl/Makefile"
17816
17817 ALL_MAKEFILES="$ALL_MAKEFILES \\
17818         tools/winebuild/Makefile"
17819
17820 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
17821 tools/winebuild/Makefile: tools/winebuild/Makefile.in Make.rules"
17822 ac_config_files="$ac_config_files tools/winebuild/Makefile"
17823
17824 ALL_MAKEFILES="$ALL_MAKEFILES \\
17825         tools/winedump/Makefile"
17826
17827 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
17828 tools/winedump/Makefile: tools/winedump/Makefile.in Make.rules"
17829 ac_config_files="$ac_config_files tools/winedump/Makefile"
17830
17831 ALL_MAKEFILES="$ALL_MAKEFILES \\
17832         tools/winegcc/Makefile"
17833
17834 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
17835 tools/winegcc/Makefile: tools/winegcc/Makefile.in Make.rules"
17836 ac_config_files="$ac_config_files tools/winegcc/Makefile"
17837
17838 ALL_MAKEFILES="$ALL_MAKEFILES \\
17839         tools/wmc/Makefile"
17840
17841 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
17842 tools/wmc/Makefile: tools/wmc/Makefile.in Make.rules"
17843 ac_config_files="$ac_config_files tools/wmc/Makefile"
17844
17845 ALL_MAKEFILES="$ALL_MAKEFILES \\
17846         tools/wrc/Makefile"
17847
17848 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
17849 tools/wrc/Makefile: tools/wrc/Makefile.in Make.rules"
17850 ac_config_files="$ac_config_files tools/wrc/Makefile"
17851
17852
17853
17854 ALL_WINETEST_DEPENDS="# Test binaries"
17855
17856 for dir in $ALL_TEST_DIRS
17857 do
17858     if test "$dir" != "\\"
17859     then
17860         testname=`expr $dir : '\(.*\)/tests'`_test
17861         ALL_WINETEST_DEPENDS="$ALL_WINETEST_DEPENDS
17862
17863 $testname.exe: \$(DLLDIR)/$dir/$testname.exe\$(DLLEXT)
17864         cp \$(DLLDIR)/$dir/$testname.exe\$(DLLEXT) \$@ && \$(STRIP) \$@
17865 $testname.rc:
17866         echo \"$testname.exe TESTRES \\\"$testname.exe\\\"\" >\$@ || (\$(RM) \$@ && false)
17867 $testname.res: $testname.rc $testname.exe"
17868     fi
17869 done
17870
17871 test -n "$DLLEXT" || ALL_PROGRAM_BIN_INSTALL_DIRS=""
17872
17873 cat >confcache <<\_ACEOF
17874 # This file is a shell script that caches the results of configure
17875 # tests run on this system so they can be shared between configure
17876 # scripts and configure runs, see configure's option --config-cache.
17877 # It is not useful on other systems.  If it contains results you don't
17878 # want to keep, you may remove or edit it.
17879 #
17880 # config.status only pays attention to the cache file if you give it
17881 # the --recheck option to rerun configure.
17882 #
17883 # `ac_cv_env_foo' variables (set or unset) will be overridden when
17884 # loading this file, other *unset* `ac_cv_foo' will be assigned the
17885 # following values.
17886
17887 _ACEOF
17888
17889 # The following way of writing the cache mishandles newlines in values,
17890 # but we know of no workaround that is simple, portable, and efficient.
17891 # So, we kill variables containing newlines.
17892 # Ultrix sh set writes to stderr and can't be redirected directly,
17893 # and sets the high bit in the cache file unless we assign to the vars.
17894 (
17895   for ac_var in `(set) 2>&1 | sed -n 's/^\([a-zA-Z_][a-zA-Z0-9_]*\)=.*/\1/p'`; do
17896     eval ac_val=\$$ac_var
17897     case $ac_val in #(
17898     *${as_nl}*)
17899       case $ac_var in #(
17900       *_cv_*) { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: cache variable $ac_var contains a newline" >&5
17901 $as_echo "$as_me: WARNING: cache variable $ac_var contains a newline" >&2;} ;;
17902       esac
17903       case $ac_var in #(
17904       _ | IFS | as_nl) ;; #(
17905       BASH_ARGV | BASH_SOURCE) eval $ac_var= ;; #(
17906       *) { eval $ac_var=; unset $ac_var;} ;;
17907       esac ;;
17908     esac
17909   done
17910
17911   (set) 2>&1 |
17912     case $as_nl`(ac_space=' '; set) 2>&1` in #(
17913     *${as_nl}ac_space=\ *)
17914       # `set' does not quote correctly, so add quotes: double-quote
17915       # substitution turns \\\\ into \\, and sed turns \\ into \.
17916       sed -n \
17917         "s/'/'\\\\''/g;
17918           s/^\\([_$as_cr_alnum]*_cv_[_$as_cr_alnum]*\\)=\\(.*\\)/\\1='\\2'/p"
17919       ;; #(
17920     *)
17921       # `set' quotes correctly as required by POSIX, so do not add quotes.
17922       sed -n "/^[_$as_cr_alnum]*_cv_[_$as_cr_alnum]*=/p"
17923       ;;
17924     esac |
17925     sort
17926 ) |
17927   sed '
17928      /^ac_cv_env_/b end
17929      t clear
17930      :clear
17931      s/^\([^=]*\)=\(.*[{}].*\)$/test "${\1+set}" = set || &/
17932      t end
17933      s/^\([^=]*\)=\(.*\)$/\1=${\1=\2}/
17934      :end' >>confcache
17935 if diff "$cache_file" confcache >/dev/null 2>&1; then :; else
17936   if test -w "$cache_file"; then
17937     test "x$cache_file" != "x/dev/null" &&
17938       { $as_echo "$as_me:${as_lineno-$LINENO}: updating cache $cache_file" >&5
17939 $as_echo "$as_me: updating cache $cache_file" >&6;}
17940     cat confcache >$cache_file
17941   else
17942     { $as_echo "$as_me:${as_lineno-$LINENO}: not updating unwritable cache $cache_file" >&5
17943 $as_echo "$as_me: not updating unwritable cache $cache_file" >&6;}
17944   fi
17945 fi
17946 rm -f confcache
17947
17948 test "x$prefix" = xNONE && prefix=$ac_default_prefix
17949 # Let make expand exec_prefix.
17950 test "x$exec_prefix" = xNONE && exec_prefix='${prefix}'
17951
17952 DEFS=-DHAVE_CONFIG_H
17953
17954 ac_libobjs=
17955 ac_ltlibobjs=
17956 for ac_i in : $LIBOBJS; do test "x$ac_i" = x: && continue
17957   # 1. Remove the extension, and $U if already installed.
17958   ac_script='s/\$U\././;s/\.o$//;s/\.obj$//'
17959   ac_i=`$as_echo "$ac_i" | sed "$ac_script"`
17960   # 2. Prepend LIBOBJDIR.  When used with automake>=1.10 LIBOBJDIR
17961   #    will be set to the directory where LIBOBJS objects are built.
17962   as_fn_append ac_libobjs " \${LIBOBJDIR}$ac_i\$U.$ac_objext"
17963   as_fn_append ac_ltlibobjs " \${LIBOBJDIR}$ac_i"'$U.lo'
17964 done
17965 LIBOBJS=$ac_libobjs
17966
17967 LTLIBOBJS=$ac_ltlibobjs
17968
17969
17970
17971 : ${CONFIG_STATUS=./config.status}
17972 ac_write_fail=0
17973 ac_clean_files_save=$ac_clean_files
17974 ac_clean_files="$ac_clean_files $CONFIG_STATUS"
17975 { $as_echo "$as_me:${as_lineno-$LINENO}: creating $CONFIG_STATUS" >&5
17976 $as_echo "$as_me: creating $CONFIG_STATUS" >&6;}
17977 as_write_fail=0
17978 cat >$CONFIG_STATUS <<_ASEOF || as_write_fail=1
17979 #! $SHELL
17980 # Generated by $as_me.
17981 # Run this file to recreate the current configuration.
17982 # Compiler output produced by configure, useful for debugging
17983 # configure, is in config.log if it exists.
17984
17985 debug=false
17986 ac_cs_recheck=false
17987 ac_cs_silent=false
17988
17989 SHELL=\${CONFIG_SHELL-$SHELL}
17990 export SHELL
17991 _ASEOF
17992 cat >>$CONFIG_STATUS <<\_ASEOF || as_write_fail=1
17993 ## -------------------- ##
17994 ## M4sh Initialization. ##
17995 ## -------------------- ##
17996
17997 # Be more Bourne compatible
17998 DUALCASE=1; export DUALCASE # for MKS sh
17999 if test -n "${ZSH_VERSION+set}" && (emulate sh) >/dev/null 2>&1; then :
18000   emulate sh
18001   NULLCMD=:
18002   # Pre-4.2 versions of Zsh do word splitting on ${1+"$@"}, which
18003   # is contrary to our usage.  Disable this feature.
18004   alias -g '${1+"$@"}'='"$@"'
18005   setopt NO_GLOB_SUBST
18006 else
18007   case `(set -o) 2>/dev/null` in #(
18008   *posix*) :
18009     set -o posix ;; #(
18010   *) :
18011      ;;
18012 esac
18013 fi
18014
18015
18016 as_nl='
18017 '
18018 export as_nl
18019 # Printing a long string crashes Solaris 7 /usr/bin/printf.
18020 as_echo='\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\'
18021 as_echo=$as_echo$as_echo$as_echo$as_echo$as_echo
18022 as_echo=$as_echo$as_echo$as_echo$as_echo$as_echo$as_echo
18023 # Prefer a ksh shell builtin over an external printf program on Solaris,
18024 # but without wasting forks for bash or zsh.
18025 if test -z "$BASH_VERSION$ZSH_VERSION" \
18026     && (test "X`print -r -- $as_echo`" = "X$as_echo") 2>/dev/null; then
18027   as_echo='print -r --'
18028   as_echo_n='print -rn --'
18029 elif (test "X`printf %s $as_echo`" = "X$as_echo") 2>/dev/null; then
18030   as_echo='printf %s\n'
18031   as_echo_n='printf %s'
18032 else
18033   if test "X`(/usr/ucb/echo -n -n $as_echo) 2>/dev/null`" = "X-n $as_echo"; then
18034     as_echo_body='eval /usr/ucb/echo -n "$1$as_nl"'
18035     as_echo_n='/usr/ucb/echo -n'
18036   else
18037     as_echo_body='eval expr "X$1" : "X\\(.*\\)"'
18038     as_echo_n_body='eval
18039       arg=$1;
18040       case $arg in #(
18041       *"$as_nl"*)
18042         expr "X$arg" : "X\\(.*\\)$as_nl";
18043         arg=`expr "X$arg" : ".*$as_nl\\(.*\\)"`;;
18044       esac;
18045       expr "X$arg" : "X\\(.*\\)" | tr -d "$as_nl"
18046     '
18047     export as_echo_n_body
18048     as_echo_n='sh -c $as_echo_n_body as_echo'
18049   fi
18050   export as_echo_body
18051   as_echo='sh -c $as_echo_body as_echo'
18052 fi
18053
18054 # The user is always right.
18055 if test "${PATH_SEPARATOR+set}" != set; then
18056   PATH_SEPARATOR=:
18057   (PATH='/bin;/bin'; FPATH=$PATH; sh -c :) >/dev/null 2>&1 && {
18058     (PATH='/bin:/bin'; FPATH=$PATH; sh -c :) >/dev/null 2>&1 ||
18059       PATH_SEPARATOR=';'
18060   }
18061 fi
18062
18063
18064 # IFS
18065 # We need space, tab and new line, in precisely that order.  Quoting is
18066 # there to prevent editors from complaining about space-tab.
18067 # (If _AS_PATH_WALK were called with IFS unset, it would disable word
18068 # splitting by setting IFS to empty value.)
18069 IFS=" ""        $as_nl"
18070
18071 # Find who we are.  Look in the path if we contain no directory separator.
18072 case $0 in #((
18073   *[\\/]* ) as_myself=$0 ;;
18074   *) as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
18075 for as_dir in $PATH
18076 do
18077   IFS=$as_save_IFS
18078   test -z "$as_dir" && as_dir=.
18079     test -r "$as_dir/$0" && as_myself=$as_dir/$0 && break
18080   done
18081 IFS=$as_save_IFS
18082
18083      ;;
18084 esac
18085 # We did not find ourselves, most probably we were run as `sh COMMAND'
18086 # in which case we are not to be found in the path.
18087 if test "x$as_myself" = x; then
18088   as_myself=$0
18089 fi
18090 if test ! -f "$as_myself"; then
18091   $as_echo "$as_myself: error: cannot find myself; rerun with an absolute file name" >&2
18092   exit 1
18093 fi
18094
18095 # Unset variables that we do not need and which cause bugs (e.g. in
18096 # pre-3.0 UWIN ksh).  But do not cause bugs in bash 2.01; the "|| exit 1"
18097 # suppresses any "Segmentation fault" message there.  '((' could
18098 # trigger a bug in pdksh 5.2.14.
18099 for as_var in BASH_ENV ENV MAIL MAILPATH
18100 do eval test x\${$as_var+set} = xset \
18101   && ( (unset $as_var) || exit 1) >/dev/null 2>&1 && unset $as_var || :
18102 done
18103 PS1='$ '
18104 PS2='> '
18105 PS4='+ '
18106
18107 # NLS nuisances.
18108 LC_ALL=C
18109 export LC_ALL
18110 LANGUAGE=C
18111 export LANGUAGE
18112
18113 # CDPATH.
18114 (unset CDPATH) >/dev/null 2>&1 && unset CDPATH
18115
18116
18117 # as_fn_error ERROR [LINENO LOG_FD]
18118 # ---------------------------------
18119 # Output "`basename $0`: error: ERROR" to stderr. If LINENO and LOG_FD are
18120 # provided, also output the error to LOG_FD, referencing LINENO. Then exit the
18121 # script with status $?, using 1 if that was 0.
18122 as_fn_error ()
18123 {
18124   as_status=$?; test $as_status -eq 0 && as_status=1
18125   if test "$3"; then
18126     as_lineno=${as_lineno-"$2"} as_lineno_stack=as_lineno_stack=$as_lineno_stack
18127     $as_echo "$as_me:${as_lineno-$LINENO}: error: $1" >&$3
18128   fi
18129   $as_echo "$as_me: error: $1" >&2
18130   as_fn_exit $as_status
18131 } # as_fn_error
18132
18133
18134 # as_fn_set_status STATUS
18135 # -----------------------
18136 # Set $? to STATUS, without forking.
18137 as_fn_set_status ()
18138 {
18139   return $1
18140 } # as_fn_set_status
18141
18142 # as_fn_exit STATUS
18143 # -----------------
18144 # Exit the shell with STATUS, even in a "trap 0" or "set -e" context.
18145 as_fn_exit ()
18146 {
18147   set +e
18148   as_fn_set_status $1
18149   exit $1
18150 } # as_fn_exit
18151
18152 # as_fn_unset VAR
18153 # ---------------
18154 # Portably unset VAR.
18155 as_fn_unset ()
18156 {
18157   { eval $1=; unset $1;}
18158 }
18159 as_unset=as_fn_unset
18160 # as_fn_append VAR VALUE
18161 # ----------------------
18162 # Append the text in VALUE to the end of the definition contained in VAR. Take
18163 # advantage of any shell optimizations that allow amortized linear growth over
18164 # repeated appends, instead of the typical quadratic growth present in naive
18165 # implementations.
18166 if (eval "as_var=1; as_var+=2; test x\$as_var = x12") 2>/dev/null; then :
18167   eval 'as_fn_append ()
18168   {
18169     eval $1+=\$2
18170   }'
18171 else
18172   as_fn_append ()
18173   {
18174     eval $1=\$$1\$2
18175   }
18176 fi # as_fn_append
18177
18178 # as_fn_arith ARG...
18179 # ------------------
18180 # Perform arithmetic evaluation on the ARGs, and store the result in the
18181 # global $as_val. Take advantage of shells that can avoid forks. The arguments
18182 # must be portable across $(()) and expr.
18183 if (eval "test \$(( 1 + 1 )) = 2") 2>/dev/null; then :
18184   eval 'as_fn_arith ()
18185   {
18186     as_val=$(( $* ))
18187   }'
18188 else
18189   as_fn_arith ()
18190   {
18191     as_val=`expr "$@" || test $? -eq 1`
18192   }
18193 fi # as_fn_arith
18194
18195
18196 if expr a : '\(a\)' >/dev/null 2>&1 &&
18197    test "X`expr 00001 : '.*\(...\)'`" = X001; then
18198   as_expr=expr
18199 else
18200   as_expr=false
18201 fi
18202
18203 if (basename -- /) >/dev/null 2>&1 && test "X`basename -- / 2>&1`" = "X/"; then
18204   as_basename=basename
18205 else
18206   as_basename=false
18207 fi
18208
18209 if (as_dir=`dirname -- /` && test "X$as_dir" = X/) >/dev/null 2>&1; then
18210   as_dirname=dirname
18211 else
18212   as_dirname=false
18213 fi
18214
18215 as_me=`$as_basename -- "$0" ||
18216 $as_expr X/"$0" : '.*/\([^/][^/]*\)/*$' \| \
18217          X"$0" : 'X\(//\)$' \| \
18218          X"$0" : 'X\(/\)' \| . 2>/dev/null ||
18219 $as_echo X/"$0" |
18220     sed '/^.*\/\([^/][^/]*\)\/*$/{
18221             s//\1/
18222             q
18223           }
18224           /^X\/\(\/\/\)$/{
18225             s//\1/
18226             q
18227           }
18228           /^X\/\(\/\).*/{
18229             s//\1/
18230             q
18231           }
18232           s/.*/./; q'`
18233
18234 # Avoid depending upon Character Ranges.
18235 as_cr_letters='abcdefghijklmnopqrstuvwxyz'
18236 as_cr_LETTERS='ABCDEFGHIJKLMNOPQRSTUVWXYZ'
18237 as_cr_Letters=$as_cr_letters$as_cr_LETTERS
18238 as_cr_digits='0123456789'
18239 as_cr_alnum=$as_cr_Letters$as_cr_digits
18240
18241 ECHO_C= ECHO_N= ECHO_T=
18242 case `echo -n x` in #(((((
18243 -n*)
18244   case `echo 'xy\c'` in
18245   *c*) ECHO_T=' ';;     # ECHO_T is single tab character.
18246   xy)  ECHO_C='\c';;
18247   *)   echo `echo ksh88 bug on AIX 6.1` > /dev/null
18248        ECHO_T=' ';;
18249   esac;;
18250 *)
18251   ECHO_N='-n';;
18252 esac
18253
18254 rm -f conf$$ conf$$.exe conf$$.file
18255 if test -d conf$$.dir; then
18256   rm -f conf$$.dir/conf$$.file
18257 else
18258   rm -f conf$$.dir
18259   mkdir conf$$.dir 2>/dev/null
18260 fi
18261 if (echo >conf$$.file) 2>/dev/null; then
18262   if ln -s conf$$.file conf$$ 2>/dev/null; then
18263     as_ln_s='ln -s'
18264     # ... but there are two gotchas:
18265     # 1) On MSYS, both `ln -s file dir' and `ln file dir' fail.
18266     # 2) DJGPP < 2.04 has no symlinks; `ln -s' creates a wrapper executable.
18267     # In both cases, we have to default to `cp -p'.
18268     ln -s conf$$.file conf$$.dir 2>/dev/null && test ! -f conf$$.exe ||
18269       as_ln_s='cp -p'
18270   elif ln conf$$.file conf$$ 2>/dev/null; then
18271     as_ln_s=ln
18272   else
18273     as_ln_s='cp -p'
18274   fi
18275 else
18276   as_ln_s='cp -p'
18277 fi
18278 rm -f conf$$ conf$$.exe conf$$.dir/conf$$.file conf$$.file
18279 rmdir conf$$.dir 2>/dev/null
18280
18281
18282 # as_fn_mkdir_p
18283 # -------------
18284 # Create "$as_dir" as a directory, including parents if necessary.
18285 as_fn_mkdir_p ()
18286 {
18287
18288   case $as_dir in #(
18289   -*) as_dir=./$as_dir;;
18290   esac
18291   test -d "$as_dir" || eval $as_mkdir_p || {
18292     as_dirs=
18293     while :; do
18294       case $as_dir in #(
18295       *\'*) as_qdir=`$as_echo "$as_dir" | sed "s/'/'\\\\\\\\''/g"`;; #'(
18296       *) as_qdir=$as_dir;;
18297       esac
18298       as_dirs="'$as_qdir' $as_dirs"
18299       as_dir=`$as_dirname -- "$as_dir" ||
18300 $as_expr X"$as_dir" : 'X\(.*[^/]\)//*[^/][^/]*/*$' \| \
18301          X"$as_dir" : 'X\(//\)[^/]' \| \
18302          X"$as_dir" : 'X\(//\)$' \| \
18303          X"$as_dir" : 'X\(/\)' \| . 2>/dev/null ||
18304 $as_echo X"$as_dir" |
18305     sed '/^X\(.*[^/]\)\/\/*[^/][^/]*\/*$/{
18306             s//\1/
18307             q
18308           }
18309           /^X\(\/\/\)[^/].*/{
18310             s//\1/
18311             q
18312           }
18313           /^X\(\/\/\)$/{
18314             s//\1/
18315             q
18316           }
18317           /^X\(\/\).*/{
18318             s//\1/
18319             q
18320           }
18321           s/.*/./; q'`
18322       test -d "$as_dir" && break
18323     done
18324     test -z "$as_dirs" || eval "mkdir $as_dirs"
18325   } || test -d "$as_dir" || as_fn_error "cannot create directory $as_dir"
18326
18327
18328 } # as_fn_mkdir_p
18329 if mkdir -p . 2>/dev/null; then
18330   as_mkdir_p='mkdir -p "$as_dir"'
18331 else
18332   test -d ./-p && rmdir ./-p
18333   as_mkdir_p=false
18334 fi
18335
18336 if test -x / >/dev/null 2>&1; then
18337   as_test_x='test -x'
18338 else
18339   if ls -dL / >/dev/null 2>&1; then
18340     as_ls_L_option=L
18341   else
18342     as_ls_L_option=
18343   fi
18344   as_test_x='
18345     eval sh -c '\''
18346       if test -d "$1"; then
18347         test -d "$1/.";
18348       else
18349         case $1 in #(
18350         -*)set "./$1";;
18351         esac;
18352         case `ls -ld'$as_ls_L_option' "$1" 2>/dev/null` in #((
18353         ???[sx]*):;;*)false;;esac;fi
18354     '\'' sh
18355   '
18356 fi
18357 as_executable_p=$as_test_x
18358
18359 # Sed expression to map a string onto a valid CPP name.
18360 as_tr_cpp="eval sed 'y%*$as_cr_letters%P$as_cr_LETTERS%;s%[^_$as_cr_alnum]%_%g'"
18361
18362 # Sed expression to map a string onto a valid variable name.
18363 as_tr_sh="eval sed 'y%*+%pp%;s%[^_$as_cr_alnum]%_%g'"
18364
18365
18366 exec 6>&1
18367 ## ----------------------------------- ##
18368 ## Main body of $CONFIG_STATUS script. ##
18369 ## ----------------------------------- ##
18370 _ASEOF
18371 test $as_write_fail = 0 && chmod +x $CONFIG_STATUS || ac_write_fail=1
18372
18373 cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1
18374 # Save the log message, to keep $0 and so on meaningful, and to
18375 # report actual input values of CONFIG_FILES etc. instead of their
18376 # values after options handling.
18377 ac_log="
18378 This file was extended by Wine $as_me 1.1.28, which was
18379 generated by GNU Autoconf 2.64.  Invocation command line was
18380
18381   CONFIG_FILES    = $CONFIG_FILES
18382   CONFIG_HEADERS  = $CONFIG_HEADERS
18383   CONFIG_LINKS    = $CONFIG_LINKS
18384   CONFIG_COMMANDS = $CONFIG_COMMANDS
18385   $ $0 $@
18386
18387 on `(hostname || uname -n) 2>/dev/null | sed 1q`
18388 "
18389
18390 _ACEOF
18391
18392 case $ac_config_files in *"
18393 "*) set x $ac_config_files; shift; ac_config_files=$*;;
18394 esac
18395
18396 case $ac_config_headers in *"
18397 "*) set x $ac_config_headers; shift; ac_config_headers=$*;;
18398 esac
18399
18400
18401 cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1
18402 # Files that config.status was made for.
18403 config_files="$ac_config_files"
18404 config_headers="$ac_config_headers"
18405 config_commands="$ac_config_commands"
18406
18407 _ACEOF
18408
18409 cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1
18410 ac_cs_usage="\
18411 \`$as_me' instantiates files and other configuration actions
18412 from templates according to the current configuration.  Unless the files
18413 and actions are specified as TAGs, all are instantiated by default.
18414
18415 Usage: $0 [OPTION]... [TAG]...
18416
18417   -h, --help       print this help, then exit
18418   -V, --version    print version number and configuration settings, then exit
18419   -q, --quiet, --silent
18420                    do not print progress messages
18421   -d, --debug      don't remove temporary files
18422       --recheck    update $as_me by reconfiguring in the same conditions
18423       --file=FILE[:TEMPLATE]
18424                    instantiate the configuration file FILE
18425       --header=FILE[:TEMPLATE]
18426                    instantiate the configuration header FILE
18427
18428 Configuration files:
18429 $config_files
18430
18431 Configuration headers:
18432 $config_headers
18433
18434 Configuration commands:
18435 $config_commands
18436
18437 Report bugs to <wine-devel@winehq.org>.
18438 Wine home page: <http://www.winehq.org>."
18439
18440 _ACEOF
18441 cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1
18442 ac_cs_version="\\
18443 Wine config.status 1.1.28
18444 configured by $0, generated by GNU Autoconf 2.64,
18445   with options \\"`$as_echo "$ac_configure_args" | sed 's/^ //; s/[\\""\`\$]/\\\\&/g'`\\"
18446
18447 Copyright (C) 2009 Free Software Foundation, Inc.
18448 This config.status script is free software; the Free Software Foundation
18449 gives unlimited permission to copy, distribute and modify it."
18450
18451 ac_pwd='$ac_pwd'
18452 srcdir='$srcdir'
18453 INSTALL='$INSTALL'
18454 test -n "\$AWK" || AWK=awk
18455 _ACEOF
18456
18457 cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1
18458 # The default lists apply if the user does not specify any file.
18459 ac_need_defaults=:
18460 while test $# != 0
18461 do
18462   case $1 in
18463   --*=*)
18464     ac_option=`expr "X$1" : 'X\([^=]*\)='`
18465     ac_optarg=`expr "X$1" : 'X[^=]*=\(.*\)'`
18466     ac_shift=:
18467     ;;
18468   *)
18469     ac_option=$1
18470     ac_optarg=$2
18471     ac_shift=shift
18472     ;;
18473   esac
18474
18475   case $ac_option in
18476   # Handling of the options.
18477   -recheck | --recheck | --rechec | --reche | --rech | --rec | --re | --r)
18478     ac_cs_recheck=: ;;
18479   --version | --versio | --versi | --vers | --ver | --ve | --v | -V )
18480     $as_echo "$ac_cs_version"; exit ;;
18481   --debug | --debu | --deb | --de | --d | -d )
18482     debug=: ;;
18483   --file | --fil | --fi | --f )
18484     $ac_shift
18485     case $ac_optarg in
18486     *\'*) ac_optarg=`$as_echo "$ac_optarg" | sed "s/'/'\\\\\\\\''/g"` ;;
18487     esac
18488     as_fn_append CONFIG_FILES " '$ac_optarg'"
18489     ac_need_defaults=false;;
18490   --header | --heade | --head | --hea )
18491     $ac_shift
18492     case $ac_optarg in
18493     *\'*) ac_optarg=`$as_echo "$ac_optarg" | sed "s/'/'\\\\\\\\''/g"` ;;
18494     esac
18495     as_fn_append CONFIG_HEADERS " '$ac_optarg'"
18496     ac_need_defaults=false;;
18497   --he | --h)
18498     # Conflict between --help and --header
18499     as_fn_error "ambiguous option: \`$1'
18500 Try \`$0 --help' for more information.";;
18501   --help | --hel | -h )
18502     $as_echo "$ac_cs_usage"; exit ;;
18503   -q | -quiet | --quiet | --quie | --qui | --qu | --q \
18504   | -silent | --silent | --silen | --sile | --sil | --si | --s)
18505     ac_cs_silent=: ;;
18506
18507   # This is an error.
18508   -*) as_fn_error "unrecognized option: \`$1'
18509 Try \`$0 --help' for more information." ;;
18510
18511   *) as_fn_append ac_config_targets " $1"
18512      ac_need_defaults=false ;;
18513
18514   esac
18515   shift
18516 done
18517
18518 ac_configure_extra_args=
18519
18520 if $ac_cs_silent; then
18521   exec 6>/dev/null
18522   ac_configure_extra_args="$ac_configure_extra_args --silent"
18523 fi
18524
18525 _ACEOF
18526 cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1
18527 if \$ac_cs_recheck; then
18528   set X '$SHELL' '$0' $ac_configure_args \$ac_configure_extra_args --no-create --no-recursion
18529   shift
18530   \$as_echo "running CONFIG_SHELL=$SHELL \$*" >&6
18531   CONFIG_SHELL='$SHELL'
18532   export CONFIG_SHELL
18533   exec "\$@"
18534 fi
18535
18536 _ACEOF
18537 cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1
18538 exec 5>>config.log
18539 {
18540   echo
18541   sed 'h;s/./-/g;s/^.../## /;s/...$/ ##/;p;x;p;x' <<_ASBOX
18542 ## Running $as_me. ##
18543 _ASBOX
18544   $as_echo "$ac_log"
18545 } >&5
18546
18547 _ACEOF
18548 cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1
18549 _ACEOF
18550
18551 cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1
18552
18553 # Handling of arguments.
18554 for ac_config_target in $ac_config_targets
18555 do
18556   case $ac_config_target in
18557     "include/config.h") CONFIG_HEADERS="$CONFIG_HEADERS include/config.h" ;;
18558     "include/stamp-h") CONFIG_COMMANDS="$CONFIG_COMMANDS include/stamp-h" ;;
18559     "dlls/gdi32/enhmfdrv") CONFIG_COMMANDS="$CONFIG_COMMANDS dlls/gdi32/enhmfdrv" ;;
18560     "dlls/gdi32/mfdrv") CONFIG_COMMANDS="$CONFIG_COMMANDS dlls/gdi32/mfdrv" ;;
18561     "dlls/kernel32/nls") CONFIG_COMMANDS="$CONFIG_COMMANDS dlls/kernel32/nls" ;;
18562     "dlls/user32/resources") CONFIG_COMMANDS="$CONFIG_COMMANDS dlls/user32/resources" ;;
18563     "dlls/wineps.drv/data") CONFIG_COMMANDS="$CONFIG_COMMANDS dlls/wineps.drv/data" ;;
18564     "include/wine") CONFIG_COMMANDS="$CONFIG_COMMANDS include/wine" ;;
18565     "Make.rules") CONFIG_FILES="$CONFIG_FILES Make.rules" ;;
18566     "dlls/Makedll.rules") CONFIG_FILES="$CONFIG_FILES dlls/Makedll.rules" ;;
18567     "dlls/Makeimplib.rules") CONFIG_FILES="$CONFIG_FILES dlls/Makeimplib.rules" ;;
18568     "dlls/Maketest.rules") CONFIG_FILES="$CONFIG_FILES dlls/Maketest.rules" ;;
18569     "programs/Makeprog.rules") CONFIG_FILES="$CONFIG_FILES programs/Makeprog.rules" ;;
18570     "Makefile") CONFIG_FILES="$CONFIG_FILES Makefile" ;;
18571     "dlls/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/Makefile" ;;
18572     "dlls/acledit/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/acledit/Makefile" ;;
18573     "dlls/aclui/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/aclui/Makefile" ;;
18574     "dlls/activeds/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/activeds/Makefile" ;;
18575     "dlls/actxprxy/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/actxprxy/Makefile" ;;
18576     "dlls/adsiid/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/adsiid/Makefile" ;;
18577     "dlls/advapi32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/advapi32/Makefile" ;;
18578     "dlls/advapi32/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/advapi32/tests/Makefile" ;;
18579     "dlls/advpack/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/advpack/Makefile" ;;
18580     "dlls/advpack/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/advpack/tests/Makefile" ;;
18581     "dlls/amstream/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/amstream/Makefile" ;;
18582     "dlls/amstream/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/amstream/tests/Makefile" ;;
18583     "dlls/appwiz.cpl/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/appwiz.cpl/Makefile" ;;
18584     "dlls/atl/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/atl/Makefile" ;;
18585     "dlls/authz/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/authz/Makefile" ;;
18586     "dlls/avicap32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/avicap32/Makefile" ;;
18587     "dlls/avifil32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/avifil32/Makefile" ;;
18588     "dlls/avifile.dll16/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/avifile.dll16/Makefile" ;;
18589     "dlls/bcrypt/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/bcrypt/Makefile" ;;
18590     "dlls/browseui/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/browseui/Makefile" ;;
18591     "dlls/browseui/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/browseui/tests/Makefile" ;;
18592     "dlls/cabinet/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/cabinet/Makefile" ;;
18593     "dlls/cabinet/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/cabinet/tests/Makefile" ;;
18594     "dlls/capi2032/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/capi2032/Makefile" ;;
18595     "dlls/cards/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/cards/Makefile" ;;
18596     "dlls/cfgmgr32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/cfgmgr32/Makefile" ;;
18597     "dlls/clusapi/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/clusapi/Makefile" ;;
18598     "dlls/comcat/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/comcat/Makefile" ;;
18599     "dlls/comcat/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/comcat/tests/Makefile" ;;
18600     "dlls/comctl32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/comctl32/Makefile" ;;
18601     "dlls/comctl32/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/comctl32/tests/Makefile" ;;
18602     "dlls/comdlg32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/comdlg32/Makefile" ;;
18603     "dlls/comdlg32/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/comdlg32/tests/Makefile" ;;
18604     "dlls/comm.drv16/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/comm.drv16/Makefile" ;;
18605     "dlls/compobj.dll16/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/compobj.dll16/Makefile" ;;
18606     "dlls/compstui/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/compstui/Makefile" ;;
18607     "dlls/credui/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/credui/Makefile" ;;
18608     "dlls/credui/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/credui/tests/Makefile" ;;
18609     "dlls/crtdll/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/crtdll/Makefile" ;;
18610     "dlls/crypt32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/crypt32/Makefile" ;;
18611     "dlls/crypt32/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/crypt32/tests/Makefile" ;;
18612     "dlls/cryptdlg/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/cryptdlg/Makefile" ;;
18613     "dlls/cryptdll/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/cryptdll/Makefile" ;;
18614     "dlls/cryptnet/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/cryptnet/Makefile" ;;
18615     "dlls/cryptnet/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/cryptnet/tests/Makefile" ;;
18616     "dlls/cryptui/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/cryptui/Makefile" ;;
18617     "dlls/cryptui/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/cryptui/tests/Makefile" ;;
18618     "dlls/ctapi32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/ctapi32/Makefile" ;;
18619     "dlls/ctl3d.dll16/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/ctl3d.dll16/Makefile" ;;
18620     "dlls/ctl3d32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/ctl3d32/Makefile" ;;
18621     "dlls/ctl3dv2.dll16/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/ctl3dv2.dll16/Makefile" ;;
18622     "dlls/d3d10/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/d3d10/Makefile" ;;
18623     "dlls/d3d10/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/d3d10/tests/Makefile" ;;
18624     "dlls/d3d10core/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/d3d10core/Makefile" ;;
18625     "dlls/d3d10core/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/d3d10core/tests/Makefile" ;;
18626     "dlls/d3d8/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/d3d8/Makefile" ;;
18627     "dlls/d3d8/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/d3d8/tests/Makefile" ;;
18628     "dlls/d3d9/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/d3d9/Makefile" ;;
18629     "dlls/d3d9/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/d3d9/tests/Makefile" ;;
18630     "dlls/d3dim/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/d3dim/Makefile" ;;
18631     "dlls/d3drm/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/d3drm/Makefile" ;;
18632     "dlls/d3drm/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/d3drm/tests/Makefile" ;;
18633     "dlls/d3dx9_24/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/d3dx9_24/Makefile" ;;
18634     "dlls/d3dx9_25/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/d3dx9_25/Makefile" ;;
18635     "dlls/d3dx9_26/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/d3dx9_26/Makefile" ;;
18636     "dlls/d3dx9_27/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/d3dx9_27/Makefile" ;;
18637     "dlls/d3dx9_28/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/d3dx9_28/Makefile" ;;
18638     "dlls/d3dx9_29/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/d3dx9_29/Makefile" ;;
18639     "dlls/d3dx9_30/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/d3dx9_30/Makefile" ;;
18640     "dlls/d3dx9_31/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/d3dx9_31/Makefile" ;;
18641     "dlls/d3dx9_32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/d3dx9_32/Makefile" ;;
18642     "dlls/d3dx9_33/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/d3dx9_33/Makefile" ;;
18643     "dlls/d3dx9_34/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/d3dx9_34/Makefile" ;;
18644     "dlls/d3dx9_35/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/d3dx9_35/Makefile" ;;
18645     "dlls/d3dx9_36/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/d3dx9_36/Makefile" ;;
18646     "dlls/d3dx9_36/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/d3dx9_36/tests/Makefile" ;;
18647     "dlls/d3dx9_37/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/d3dx9_37/Makefile" ;;
18648     "dlls/d3dx9_38/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/d3dx9_38/Makefile" ;;
18649     "dlls/d3dx9_39/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/d3dx9_39/Makefile" ;;
18650     "dlls/d3dx9_40/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/d3dx9_40/Makefile" ;;
18651     "dlls/d3dx9_41/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/d3dx9_41/Makefile" ;;
18652     "dlls/d3dxof/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/d3dxof/Makefile" ;;
18653     "dlls/d3dxof/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/d3dxof/tests/Makefile" ;;
18654     "dlls/dbghelp/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/dbghelp/Makefile" ;;
18655     "dlls/dciman32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/dciman32/Makefile" ;;
18656     "dlls/ddeml.dll16/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/ddeml.dll16/Makefile" ;;
18657     "dlls/ddraw/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/ddraw/Makefile" ;;
18658     "dlls/ddraw/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/ddraw/tests/Makefile" ;;
18659     "dlls/ddrawex/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/ddrawex/Makefile" ;;
18660     "dlls/ddrawex/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/ddrawex/tests/Makefile" ;;
18661     "dlls/devenum/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/devenum/Makefile" ;;
18662     "dlls/dinput/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/dinput/Makefile" ;;
18663     "dlls/dinput/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/dinput/tests/Makefile" ;;
18664     "dlls/dinput8/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/dinput8/Makefile" ;;
18665     "dlls/dispdib.dll16/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/dispdib.dll16/Makefile" ;;
18666     "dlls/display.drv16/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/display.drv16/Makefile" ;;
18667     "dlls/dmband/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/dmband/Makefile" ;;
18668     "dlls/dmcompos/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/dmcompos/Makefile" ;;
18669     "dlls/dmime/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/dmime/Makefile" ;;
18670     "dlls/dmloader/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/dmloader/Makefile" ;;
18671     "dlls/dmscript/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/dmscript/Makefile" ;;
18672     "dlls/dmstyle/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/dmstyle/Makefile" ;;
18673     "dlls/dmsynth/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/dmsynth/Makefile" ;;
18674     "dlls/dmusic/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/dmusic/Makefile" ;;
18675     "dlls/dmusic32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/dmusic32/Makefile" ;;
18676     "dlls/dnsapi/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/dnsapi/Makefile" ;;
18677     "dlls/dnsapi/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/dnsapi/tests/Makefile" ;;
18678     "dlls/dplay/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/dplay/Makefile" ;;
18679     "dlls/dplayx/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/dplayx/Makefile" ;;
18680     "dlls/dplayx/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/dplayx/tests/Makefile" ;;
18681     "dlls/dpnaddr/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/dpnaddr/Makefile" ;;
18682     "dlls/dpnet/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/dpnet/Makefile" ;;
18683     "dlls/dpnhpast/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/dpnhpast/Makefile" ;;
18684     "dlls/dpnlobby/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/dpnlobby/Makefile" ;;
18685     "dlls/dpwsockx/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/dpwsockx/Makefile" ;;
18686     "dlls/drmclien/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/drmclien/Makefile" ;;
18687     "dlls/dsound/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/dsound/Makefile" ;;
18688     "dlls/dsound/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/dsound/tests/Makefile" ;;
18689     "dlls/dssenh/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/dssenh/Makefile" ;;
18690     "dlls/dswave/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/dswave/Makefile" ;;
18691     "dlls/dwmapi/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/dwmapi/Makefile" ;;
18692     "dlls/dxdiagn/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/dxdiagn/Makefile" ;;
18693     "dlls/dxerr8/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/dxerr8/Makefile" ;;
18694     "dlls/dxerr9/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/dxerr9/Makefile" ;;
18695     "dlls/dxgi/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/dxgi/Makefile" ;;
18696     "dlls/dxgi/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/dxgi/tests/Makefile" ;;
18697     "dlls/dxguid/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/dxguid/Makefile" ;;
18698     "dlls/faultrep/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/faultrep/Makefile" ;;
18699     "dlls/fusion/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/fusion/Makefile" ;;
18700     "dlls/fusion/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/fusion/tests/Makefile" ;;
18701     "dlls/gdi32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/gdi32/Makefile" ;;
18702     "dlls/gdi32/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/gdi32/tests/Makefile" ;;
18703     "dlls/gdiplus/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/gdiplus/Makefile" ;;
18704     "dlls/gdiplus/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/gdiplus/tests/Makefile" ;;
18705     "dlls/glu32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/glu32/Makefile" ;;
18706     "dlls/gphoto2.ds/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/gphoto2.ds/Makefile" ;;
18707     "dlls/gpkcsp/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/gpkcsp/Makefile" ;;
18708     "dlls/hal/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/hal/Makefile" ;;
18709     "dlls/hhctrl.ocx/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/hhctrl.ocx/Makefile" ;;
18710     "dlls/hid/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/hid/Makefile" ;;
18711     "dlls/hlink/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/hlink/Makefile" ;;
18712     "dlls/hlink/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/hlink/tests/Makefile" ;;
18713     "dlls/hnetcfg/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/hnetcfg/Makefile" ;;
18714     "dlls/httpapi/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/httpapi/Makefile" ;;
18715     "dlls/iccvid/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/iccvid/Makefile" ;;
18716     "dlls/icmp/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/icmp/Makefile" ;;
18717     "dlls/ifsmgr.vxd/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/ifsmgr.vxd/Makefile" ;;
18718     "dlls/imaadp32.acm/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/imaadp32.acm/Makefile" ;;
18719     "dlls/imagehlp/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/imagehlp/Makefile" ;;
18720     "dlls/imm.dll16/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/imm.dll16/Makefile" ;;
18721     "dlls/imm32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/imm32/Makefile" ;;
18722     "dlls/imm32/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/imm32/tests/Makefile" ;;
18723     "dlls/inetcomm/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/inetcomm/Makefile" ;;
18724     "dlls/inetcomm/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/inetcomm/tests/Makefile" ;;
18725     "dlls/inetmib1/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/inetmib1/Makefile" ;;
18726     "dlls/inetmib1/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/inetmib1/tests/Makefile" ;;
18727     "dlls/infosoft/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/infosoft/Makefile" ;;
18728     "dlls/infosoft/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/infosoft/tests/Makefile" ;;
18729     "dlls/initpki/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/initpki/Makefile" ;;
18730     "dlls/inkobj/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/inkobj/Makefile" ;;
18731     "dlls/inseng/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/inseng/Makefile" ;;
18732     "dlls/iphlpapi/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/iphlpapi/Makefile" ;;
18733     "dlls/iphlpapi/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/iphlpapi/tests/Makefile" ;;
18734     "dlls/itircl/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/itircl/Makefile" ;;
18735     "dlls/itss/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/itss/Makefile" ;;
18736     "dlls/itss/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/itss/tests/Makefile" ;;
18737     "dlls/jscript/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/jscript/Makefile" ;;
18738     "dlls/jscript/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/jscript/tests/Makefile" ;;
18739     "dlls/kernel32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/kernel32/Makefile" ;;
18740     "dlls/kernel32/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/kernel32/tests/Makefile" ;;
18741     "dlls/keyboard.drv16/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/keyboard.drv16/Makefile" ;;
18742     "dlls/loadperf/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/loadperf/Makefile" ;;
18743     "dlls/localspl/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/localspl/Makefile" ;;
18744     "dlls/localspl/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/localspl/tests/Makefile" ;;
18745     "dlls/localui/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/localui/Makefile" ;;
18746     "dlls/localui/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/localui/tests/Makefile" ;;
18747     "dlls/lz32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/lz32/Makefile" ;;
18748     "dlls/lz32/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/lz32/tests/Makefile" ;;
18749     "dlls/lzexpand.dll16/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/lzexpand.dll16/Makefile" ;;
18750     "dlls/mapi32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/mapi32/Makefile" ;;
18751     "dlls/mapi32/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/mapi32/tests/Makefile" ;;
18752     "dlls/mciavi32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/mciavi32/Makefile" ;;
18753     "dlls/mcicda/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/mcicda/Makefile" ;;
18754     "dlls/mciqtz32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/mciqtz32/Makefile" ;;
18755     "dlls/mciseq/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/mciseq/Makefile" ;;
18756     "dlls/mciwave/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/mciwave/Makefile" ;;
18757     "dlls/midimap/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/midimap/Makefile" ;;
18758     "dlls/mlang/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/mlang/Makefile" ;;
18759     "dlls/mlang/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/mlang/tests/Makefile" ;;
18760     "dlls/mmdevldr.vxd/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/mmdevldr.vxd/Makefile" ;;
18761     "dlls/monodebg.vxd/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/monodebg.vxd/Makefile" ;;
18762     "dlls/mountmgr.sys/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/mountmgr.sys/Makefile" ;;
18763     "dlls/mouse.drv16/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/mouse.drv16/Makefile" ;;
18764     "dlls/mpr/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/mpr/Makefile" ;;
18765     "dlls/mprapi/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/mprapi/Makefile" ;;
18766     "dlls/msacm.dll16/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/msacm.dll16/Makefile" ;;
18767     "dlls/msacm32.drv/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/msacm32.drv/Makefile" ;;
18768     "dlls/msacm32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/msacm32/Makefile" ;;
18769     "dlls/msacm32/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/msacm32/tests/Makefile" ;;
18770     "dlls/msadp32.acm/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/msadp32.acm/Makefile" ;;
18771     "dlls/mscat32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/mscat32/Makefile" ;;
18772     "dlls/mscms/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/mscms/Makefile" ;;
18773     "dlls/mscms/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/mscms/tests/Makefile" ;;
18774     "dlls/mscoree/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/mscoree/Makefile" ;;
18775     "dlls/msctf/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/msctf/Makefile" ;;
18776     "dlls/msctf/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/msctf/tests/Makefile" ;;
18777     "dlls/msdaps/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/msdaps/Makefile" ;;
18778     "dlls/msdmo/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/msdmo/Makefile" ;;
18779     "dlls/msftedit/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/msftedit/Makefile" ;;
18780     "dlls/msg711.acm/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/msg711.acm/Makefile" ;;
18781     "dlls/msgsm32.acm/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/msgsm32.acm/Makefile" ;;
18782     "dlls/mshtml.tlb/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/mshtml.tlb/Makefile" ;;
18783     "dlls/mshtml/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/mshtml/Makefile" ;;
18784     "dlls/mshtml/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/mshtml/tests/Makefile" ;;
18785     "dlls/msi/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/msi/Makefile" ;;
18786     "dlls/msi/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/msi/tests/Makefile" ;;
18787     "dlls/msimg32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/msimg32/Makefile" ;;
18788     "dlls/msimtf/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/msimtf/Makefile" ;;
18789     "dlls/msisip/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/msisip/Makefile" ;;
18790     "dlls/msisys.ocx/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/msisys.ocx/Makefile" ;;
18791     "dlls/msnet32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/msnet32/Makefile" ;;
18792     "dlls/msrle32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/msrle32/Makefile" ;;
18793     "dlls/mssign32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/mssign32/Makefile" ;;
18794     "dlls/mssip32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/mssip32/Makefile" ;;
18795     "dlls/mstask/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/mstask/Makefile" ;;
18796     "dlls/mstask/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/mstask/tests/Makefile" ;;
18797     "dlls/msvcirt/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/msvcirt/Makefile" ;;
18798     "dlls/msvcr71/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/msvcr71/Makefile" ;;
18799     "dlls/msvcrt/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/msvcrt/Makefile" ;;
18800     "dlls/msvcrt/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/msvcrt/tests/Makefile" ;;
18801     "dlls/msvcrt20/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/msvcrt20/Makefile" ;;
18802     "dlls/msvcrt40/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/msvcrt40/Makefile" ;;
18803     "dlls/msvcrtd/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/msvcrtd/Makefile" ;;
18804     "dlls/msvcrtd/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/msvcrtd/tests/Makefile" ;;
18805     "dlls/msvfw32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/msvfw32/Makefile" ;;
18806     "dlls/msvfw32/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/msvfw32/tests/Makefile" ;;
18807     "dlls/msvidc32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/msvidc32/Makefile" ;;
18808     "dlls/msvideo.dll16/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/msvideo.dll16/Makefile" ;;
18809     "dlls/mswsock/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/mswsock/Makefile" ;;
18810     "dlls/msxml3/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/msxml3/Makefile" ;;
18811     "dlls/msxml3/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/msxml3/tests/Makefile" ;;
18812     "dlls/nddeapi/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/nddeapi/Makefile" ;;
18813     "dlls/netapi32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/netapi32/Makefile" ;;
18814     "dlls/netapi32/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/netapi32/tests/Makefile" ;;
18815     "dlls/newdev/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/newdev/Makefile" ;;
18816     "dlls/ntdll/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/ntdll/Makefile" ;;
18817     "dlls/ntdll/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/ntdll/tests/Makefile" ;;
18818     "dlls/ntdsapi/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/ntdsapi/Makefile" ;;
18819     "dlls/ntdsapi/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/ntdsapi/tests/Makefile" ;;
18820     "dlls/ntoskrnl.exe/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/ntoskrnl.exe/Makefile" ;;
18821     "dlls/ntprint/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/ntprint/Makefile" ;;
18822     "dlls/ntprint/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/ntprint/tests/Makefile" ;;
18823     "dlls/objsel/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/objsel/Makefile" ;;
18824     "dlls/odbc32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/odbc32/Makefile" ;;
18825     "dlls/odbccp32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/odbccp32/Makefile" ;;
18826     "dlls/odbccp32/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/odbccp32/tests/Makefile" ;;
18827     "dlls/ole2.dll16/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/ole2.dll16/Makefile" ;;
18828     "dlls/ole2conv.dll16/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/ole2conv.dll16/Makefile" ;;
18829     "dlls/ole2disp.dll16/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/ole2disp.dll16/Makefile" ;;
18830     "dlls/ole2nls.dll16/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/ole2nls.dll16/Makefile" ;;
18831     "dlls/ole2prox.dll16/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/ole2prox.dll16/Makefile" ;;
18832     "dlls/ole2thk.dll16/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/ole2thk.dll16/Makefile" ;;
18833     "dlls/ole32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/ole32/Makefile" ;;
18834     "dlls/ole32/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/ole32/tests/Makefile" ;;
18835     "dlls/oleacc/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/oleacc/Makefile" ;;
18836     "dlls/oleacc/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/oleacc/tests/Makefile" ;;
18837     "dlls/oleaut32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/oleaut32/Makefile" ;;
18838     "dlls/oleaut32/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/oleaut32/tests/Makefile" ;;
18839     "dlls/olecli.dll16/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/olecli.dll16/Makefile" ;;
18840     "dlls/olecli32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/olecli32/Makefile" ;;
18841     "dlls/oledlg/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/oledlg/Makefile" ;;
18842     "dlls/olepro32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/olepro32/Makefile" ;;
18843     "dlls/olesvr.dll16/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/olesvr.dll16/Makefile" ;;
18844     "dlls/olesvr32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/olesvr32/Makefile" ;;
18845     "dlls/olethk32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/olethk32/Makefile" ;;
18846     "dlls/opengl32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/opengl32/Makefile" ;;
18847     "dlls/opengl32/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/opengl32/tests/Makefile" ;;
18848     "dlls/pdh/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/pdh/Makefile" ;;
18849     "dlls/pdh/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/pdh/tests/Makefile" ;;
18850     "dlls/pidgen/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/pidgen/Makefile" ;;
18851     "dlls/powrprof/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/powrprof/Makefile" ;;
18852     "dlls/printui/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/printui/Makefile" ;;
18853     "dlls/propsys/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/propsys/Makefile" ;;
18854     "dlls/psapi/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/psapi/Makefile" ;;
18855     "dlls/psapi/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/psapi/tests/Makefile" ;;
18856     "dlls/pstorec/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/pstorec/Makefile" ;;
18857     "dlls/qcap/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/qcap/Makefile" ;;
18858     "dlls/qedit/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/qedit/Makefile" ;;
18859     "dlls/qedit/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/qedit/tests/Makefile" ;;
18860     "dlls/qmgr/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/qmgr/Makefile" ;;
18861     "dlls/qmgr/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/qmgr/tests/Makefile" ;;
18862     "dlls/qmgrprxy/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/qmgrprxy/Makefile" ;;
18863     "dlls/quartz/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/quartz/Makefile" ;;
18864     "dlls/quartz/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/quartz/tests/Makefile" ;;
18865     "dlls/query/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/query/Makefile" ;;
18866     "dlls/rasapi16.dll16/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/rasapi16.dll16/Makefile" ;;
18867     "dlls/rasapi32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/rasapi32/Makefile" ;;
18868     "dlls/rasapi32/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/rasapi32/tests/Makefile" ;;
18869     "dlls/rasdlg/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/rasdlg/Makefile" ;;
18870     "dlls/resutils/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/resutils/Makefile" ;;
18871     "dlls/riched20/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/riched20/Makefile" ;;
18872     "dlls/riched20/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/riched20/tests/Makefile" ;;
18873     "dlls/riched32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/riched32/Makefile" ;;
18874     "dlls/riched32/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/riched32/tests/Makefile" ;;
18875     "dlls/rpcrt4/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/rpcrt4/Makefile" ;;
18876     "dlls/rpcrt4/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/rpcrt4/tests/Makefile" ;;
18877     "dlls/rsabase/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/rsabase/Makefile" ;;
18878     "dlls/rsaenh/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/rsaenh/Makefile" ;;
18879     "dlls/rsaenh/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/rsaenh/tests/Makefile" ;;
18880     "dlls/rtutils/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/rtutils/Makefile" ;;
18881     "dlls/sane.ds/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/sane.ds/Makefile" ;;
18882     "dlls/sccbase/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/sccbase/Makefile" ;;
18883     "dlls/schannel/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/schannel/Makefile" ;;
18884     "dlls/schannel/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/schannel/tests/Makefile" ;;
18885     "dlls/secur32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/secur32/Makefile" ;;
18886     "dlls/secur32/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/secur32/tests/Makefile" ;;
18887     "dlls/security/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/security/Makefile" ;;
18888     "dlls/sensapi/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/sensapi/Makefile" ;;
18889     "dlls/serialui/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/serialui/Makefile" ;;
18890     "dlls/serialui/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/serialui/tests/Makefile" ;;
18891     "dlls/setupapi/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/setupapi/Makefile" ;;
18892     "dlls/setupapi/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/setupapi/tests/Makefile" ;;
18893     "dlls/sfc/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/sfc/Makefile" ;;
18894     "dlls/sfc_os/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/sfc_os/Makefile" ;;
18895     "dlls/shdoclc/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/shdoclc/Makefile" ;;
18896     "dlls/shdocvw/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/shdocvw/Makefile" ;;
18897     "dlls/shdocvw/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/shdocvw/tests/Makefile" ;;
18898     "dlls/shell.dll16/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/shell.dll16/Makefile" ;;
18899     "dlls/shell32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/shell32/Makefile" ;;
18900     "dlls/shell32/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/shell32/tests/Makefile" ;;
18901     "dlls/shfolder/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/shfolder/Makefile" ;;
18902     "dlls/shlwapi/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/shlwapi/Makefile" ;;
18903     "dlls/shlwapi/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/shlwapi/tests/Makefile" ;;
18904     "dlls/slbcsp/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/slbcsp/Makefile" ;;
18905     "dlls/slc/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/slc/Makefile" ;;
18906     "dlls/snmpapi/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/snmpapi/Makefile" ;;
18907     "dlls/snmpapi/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/snmpapi/tests/Makefile" ;;
18908     "dlls/softpub/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/softpub/Makefile" ;;
18909     "dlls/sound.drv16/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/sound.drv16/Makefile" ;;
18910     "dlls/spoolss/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/spoolss/Makefile" ;;
18911     "dlls/spoolss/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/spoolss/tests/Makefile" ;;
18912     "dlls/stdole2.tlb/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/stdole2.tlb/Makefile" ;;
18913     "dlls/stdole32.tlb/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/stdole32.tlb/Makefile" ;;
18914     "dlls/sti/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/sti/Makefile" ;;
18915     "dlls/storage.dll16/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/storage.dll16/Makefile" ;;
18916     "dlls/stress.dll16/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/stress.dll16/Makefile" ;;
18917     "dlls/strmiids/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/strmiids/Makefile" ;;
18918     "dlls/svrapi/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/svrapi/Makefile" ;;
18919     "dlls/sxs/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/sxs/Makefile" ;;
18920     "dlls/t2embed/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/t2embed/Makefile" ;;
18921     "dlls/tapi32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/tapi32/Makefile" ;;
18922     "dlls/traffic/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/traffic/Makefile" ;;
18923     "dlls/twain.dll16/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/twain.dll16/Makefile" ;;
18924     "dlls/twain_32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/twain_32/Makefile" ;;
18925     "dlls/twain_32/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/twain_32/tests/Makefile" ;;
18926     "dlls/typelib.dll16/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/typelib.dll16/Makefile" ;;
18927     "dlls/unicows/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/unicows/Makefile" ;;
18928     "dlls/updspapi/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/updspapi/Makefile" ;;
18929     "dlls/url/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/url/Makefile" ;;
18930     "dlls/urlmon/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/urlmon/Makefile" ;;
18931     "dlls/urlmon/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/urlmon/tests/Makefile" ;;
18932     "dlls/user32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/user32/Makefile" ;;
18933     "dlls/user32/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/user32/tests/Makefile" ;;
18934     "dlls/userenv/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/userenv/Makefile" ;;
18935     "dlls/userenv/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/userenv/tests/Makefile" ;;
18936     "dlls/usp10/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/usp10/Makefile" ;;
18937     "dlls/usp10/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/usp10/tests/Makefile" ;;
18938     "dlls/uuid/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/uuid/Makefile" ;;
18939     "dlls/uxtheme/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/uxtheme/Makefile" ;;
18940     "dlls/uxtheme/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/uxtheme/tests/Makefile" ;;
18941     "dlls/vdhcp.vxd/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/vdhcp.vxd/Makefile" ;;
18942     "dlls/vdmdbg/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/vdmdbg/Makefile" ;;
18943     "dlls/version/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/version/Makefile" ;;
18944     "dlls/version/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/version/tests/Makefile" ;;
18945     "dlls/vmm.vxd/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/vmm.vxd/Makefile" ;;
18946     "dlls/vnbt.vxd/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/vnbt.vxd/Makefile" ;;
18947     "dlls/vnetbios.vxd/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/vnetbios.vxd/Makefile" ;;
18948     "dlls/vtdapi.vxd/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/vtdapi.vxd/Makefile" ;;
18949     "dlls/vwin32.vxd/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/vwin32.vxd/Makefile" ;;
18950     "dlls/w32skrnl/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/w32skrnl/Makefile" ;;
18951     "dlls/w32sys.dll16/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/w32sys.dll16/Makefile" ;;
18952     "dlls/wbemprox/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/wbemprox/Makefile" ;;
18953     "dlls/win32s16.dll16/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/win32s16.dll16/Makefile" ;;
18954     "dlls/win87em.dll16/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/win87em.dll16/Makefile" ;;
18955     "dlls/winaspi.dll16/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/winaspi.dll16/Makefile" ;;
18956     "dlls/windebug.dll16/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/windebug.dll16/Makefile" ;;
18957     "dlls/windowscodecs/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/windowscodecs/Makefile" ;;
18958     "dlls/windowscodecs/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/windowscodecs/tests/Makefile" ;;
18959     "dlls/winealsa.drv/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/winealsa.drv/Makefile" ;;
18960     "dlls/wineaudioio.drv/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/wineaudioio.drv/Makefile" ;;
18961     "dlls/winecoreaudio.drv/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/winecoreaudio.drv/Makefile" ;;
18962     "dlls/winecrt0/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/winecrt0/Makefile" ;;
18963     "dlls/wined3d/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/wined3d/Makefile" ;;
18964     "dlls/winedos/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/winedos/Makefile" ;;
18965     "dlls/wineesd.drv/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/wineesd.drv/Makefile" ;;
18966     "dlls/winejack.drv/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/winejack.drv/Makefile" ;;
18967     "dlls/winejoystick.drv/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/winejoystick.drv/Makefile" ;;
18968     "dlls/winemp3.acm/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/winemp3.acm/Makefile" ;;
18969     "dlls/winenas.drv/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/winenas.drv/Makefile" ;;
18970     "dlls/wineoss.drv/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/wineoss.drv/Makefile" ;;
18971     "dlls/wineps.drv/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/wineps.drv/Makefile" ;;
18972     "dlls/winequartz.drv/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/winequartz.drv/Makefile" ;;
18973     "dlls/winex11.drv/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/winex11.drv/Makefile" ;;
18974     "dlls/wing32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/wing32/Makefile" ;;
18975     "dlls/winhttp/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/winhttp/Makefile" ;;
18976     "dlls/winhttp/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/winhttp/tests/Makefile" ;;
18977     "dlls/wininet/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/wininet/Makefile" ;;
18978     "dlls/wininet/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/wininet/tests/Makefile" ;;
18979     "dlls/winmm/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/winmm/Makefile" ;;
18980     "dlls/winmm/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/winmm/tests/Makefile" ;;
18981     "dlls/winnls.dll16/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/winnls.dll16/Makefile" ;;
18982     "dlls/winnls32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/winnls32/Makefile" ;;
18983     "dlls/winscard/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/winscard/Makefile" ;;
18984     "dlls/winspool.drv/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/winspool.drv/Makefile" ;;
18985     "dlls/winspool.drv/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/winspool.drv/tests/Makefile" ;;
18986     "dlls/wintab.dll16/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/wintab.dll16/Makefile" ;;
18987     "dlls/wintab32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/wintab32/Makefile" ;;
18988     "dlls/wintab32/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/wintab32/tests/Makefile" ;;
18989     "dlls/wintrust/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/wintrust/Makefile" ;;
18990     "dlls/wintrust/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/wintrust/tests/Makefile" ;;
18991     "dlls/wldap32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/wldap32/Makefile" ;;
18992     "dlls/wldap32/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/wldap32/tests/Makefile" ;;
18993     "dlls/wmi/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/wmi/Makefile" ;;
18994     "dlls/wmiutils/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/wmiutils/Makefile" ;;
18995     "dlls/wnaspi32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/wnaspi32/Makefile" ;;
18996     "dlls/wow32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/wow32/Makefile" ;;
18997     "dlls/ws2_32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/ws2_32/Makefile" ;;
18998     "dlls/ws2_32/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/ws2_32/tests/Makefile" ;;
18999     "dlls/wsock32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/wsock32/Makefile" ;;
19000     "dlls/wtsapi32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/wtsapi32/Makefile" ;;
19001     "dlls/wuapi/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/wuapi/Makefile" ;;
19002     "dlls/xinput1_1/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/xinput1_1/Makefile" ;;
19003     "dlls/xinput1_2/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/xinput1_2/Makefile" ;;
19004     "dlls/xinput1_3/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/xinput1_3/Makefile" ;;
19005     "dlls/xinput1_3/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/xinput1_3/tests/Makefile" ;;
19006     "dlls/xinput9_1_0/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/xinput9_1_0/Makefile" ;;
19007     "dlls/xmllite/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/xmllite/Makefile" ;;
19008     "documentation/Makefile") CONFIG_FILES="$CONFIG_FILES documentation/Makefile" ;;
19009     "fonts/Makefile") CONFIG_FILES="$CONFIG_FILES fonts/Makefile" ;;
19010     "include/Makefile") CONFIG_FILES="$CONFIG_FILES include/Makefile" ;;
19011     "libs/Makefile") CONFIG_FILES="$CONFIG_FILES libs/Makefile" ;;
19012     "libs/port/Makefile") CONFIG_FILES="$CONFIG_FILES libs/port/Makefile" ;;
19013     "libs/wine/Makefile") CONFIG_FILES="$CONFIG_FILES libs/wine/Makefile" ;;
19014     "libs/wpp/Makefile") CONFIG_FILES="$CONFIG_FILES libs/wpp/Makefile" ;;
19015     "loader/Makefile") CONFIG_FILES="$CONFIG_FILES loader/Makefile" ;;
19016     "programs/Makefile") CONFIG_FILES="$CONFIG_FILES programs/Makefile" ;;
19017     "programs/cacls/Makefile") CONFIG_FILES="$CONFIG_FILES programs/cacls/Makefile" ;;
19018     "programs/clock/Makefile") CONFIG_FILES="$CONFIG_FILES programs/clock/Makefile" ;;
19019     "programs/cmd/Makefile") CONFIG_FILES="$CONFIG_FILES programs/cmd/Makefile" ;;
19020     "programs/cmdlgtst/Makefile") CONFIG_FILES="$CONFIG_FILES programs/cmdlgtst/Makefile" ;;
19021     "programs/control/Makefile") CONFIG_FILES="$CONFIG_FILES programs/control/Makefile" ;;
19022     "programs/dxdiag/Makefile") CONFIG_FILES="$CONFIG_FILES programs/dxdiag/Makefile" ;;
19023     "programs/eject/Makefile") CONFIG_FILES="$CONFIG_FILES programs/eject/Makefile" ;;
19024     "programs/expand/Makefile") CONFIG_FILES="$CONFIG_FILES programs/expand/Makefile" ;;
19025     "programs/explorer/Makefile") CONFIG_FILES="$CONFIG_FILES programs/explorer/Makefile" ;;
19026     "programs/hh/Makefile") CONFIG_FILES="$CONFIG_FILES programs/hh/Makefile" ;;
19027     "programs/icinfo/Makefile") CONFIG_FILES="$CONFIG_FILES programs/icinfo/Makefile" ;;
19028     "programs/iexplore/Makefile") CONFIG_FILES="$CONFIG_FILES programs/iexplore/Makefile" ;;
19029     "programs/lodctr/Makefile") CONFIG_FILES="$CONFIG_FILES programs/lodctr/Makefile" ;;
19030     "programs/msiexec/Makefile") CONFIG_FILES="$CONFIG_FILES programs/msiexec/Makefile" ;;
19031     "programs/net/Makefile") CONFIG_FILES="$CONFIG_FILES programs/net/Makefile" ;;
19032     "programs/notepad/Makefile") CONFIG_FILES="$CONFIG_FILES programs/notepad/Makefile" ;;
19033     "programs/oleview/Makefile") CONFIG_FILES="$CONFIG_FILES programs/oleview/Makefile" ;;
19034     "programs/progman/Makefile") CONFIG_FILES="$CONFIG_FILES programs/progman/Makefile" ;;
19035     "programs/reg/Makefile") CONFIG_FILES="$CONFIG_FILES programs/reg/Makefile" ;;
19036     "programs/regedit/Makefile") CONFIG_FILES="$CONFIG_FILES programs/regedit/Makefile" ;;
19037     "programs/regsvr32/Makefile") CONFIG_FILES="$CONFIG_FILES programs/regsvr32/Makefile" ;;
19038     "programs/rpcss/Makefile") CONFIG_FILES="$CONFIG_FILES programs/rpcss/Makefile" ;;
19039     "programs/rundll32/Makefile") CONFIG_FILES="$CONFIG_FILES programs/rundll32/Makefile" ;;
19040     "programs/secedit/Makefile") CONFIG_FILES="$CONFIG_FILES programs/secedit/Makefile" ;;
19041     "programs/services/Makefile") CONFIG_FILES="$CONFIG_FILES programs/services/Makefile" ;;
19042     "programs/spoolsv/Makefile") CONFIG_FILES="$CONFIG_FILES programs/spoolsv/Makefile" ;;
19043     "programs/start/Makefile") CONFIG_FILES="$CONFIG_FILES programs/start/Makefile" ;;
19044     "programs/svchost/Makefile") CONFIG_FILES="$CONFIG_FILES programs/svchost/Makefile" ;;
19045     "programs/taskmgr/Makefile") CONFIG_FILES="$CONFIG_FILES programs/taskmgr/Makefile" ;;
19046     "programs/termsv/Makefile") CONFIG_FILES="$CONFIG_FILES programs/termsv/Makefile" ;;
19047     "programs/uninstaller/Makefile") CONFIG_FILES="$CONFIG_FILES programs/uninstaller/Makefile" ;;
19048     "programs/unlodctr/Makefile") CONFIG_FILES="$CONFIG_FILES programs/unlodctr/Makefile" ;;
19049     "programs/view/Makefile") CONFIG_FILES="$CONFIG_FILES programs/view/Makefile" ;;
19050     "programs/wineboot/Makefile") CONFIG_FILES="$CONFIG_FILES programs/wineboot/Makefile" ;;
19051     "programs/winebrowser/Makefile") CONFIG_FILES="$CONFIG_FILES programs/winebrowser/Makefile" ;;
19052     "programs/winecfg/Makefile") CONFIG_FILES="$CONFIG_FILES programs/winecfg/Makefile" ;;
19053     "programs/wineconsole/Makefile") CONFIG_FILES="$CONFIG_FILES programs/wineconsole/Makefile" ;;
19054     "programs/winedbg/Makefile") CONFIG_FILES="$CONFIG_FILES programs/winedbg/Makefile" ;;
19055     "programs/winedevice/Makefile") CONFIG_FILES="$CONFIG_FILES programs/winedevice/Makefile" ;;
19056     "programs/winefile/Makefile") CONFIG_FILES="$CONFIG_FILES programs/winefile/Makefile" ;;
19057     "programs/winemenubuilder/Makefile") CONFIG_FILES="$CONFIG_FILES programs/winemenubuilder/Makefile" ;;
19058     "programs/winemine/Makefile") CONFIG_FILES="$CONFIG_FILES programs/winemine/Makefile" ;;
19059     "programs/winepath/Makefile") CONFIG_FILES="$CONFIG_FILES programs/winepath/Makefile" ;;
19060     "programs/winetest/Makefile") CONFIG_FILES="$CONFIG_FILES programs/winetest/Makefile" ;;
19061     "programs/winevdm/Makefile") CONFIG_FILES="$CONFIG_FILES programs/winevdm/Makefile" ;;
19062     "programs/winhelp.exe16/Makefile") CONFIG_FILES="$CONFIG_FILES programs/winhelp.exe16/Makefile" ;;
19063     "programs/winhlp32/Makefile") CONFIG_FILES="$CONFIG_FILES programs/winhlp32/Makefile" ;;
19064     "programs/winoldap.mod16/Makefile") CONFIG_FILES="$CONFIG_FILES programs/winoldap.mod16/Makefile" ;;
19065     "programs/winver/Makefile") CONFIG_FILES="$CONFIG_FILES programs/winver/Makefile" ;;
19066     "programs/wordpad/Makefile") CONFIG_FILES="$CONFIG_FILES programs/wordpad/Makefile" ;;
19067     "programs/write/Makefile") CONFIG_FILES="$CONFIG_FILES programs/write/Makefile" ;;
19068     "programs/xcopy/Makefile") CONFIG_FILES="$CONFIG_FILES programs/xcopy/Makefile" ;;
19069     "server/Makefile") CONFIG_FILES="$CONFIG_FILES server/Makefile" ;;
19070     "tools/Makefile") CONFIG_FILES="$CONFIG_FILES tools/Makefile" ;;
19071     "tools/widl/Makefile") CONFIG_FILES="$CONFIG_FILES tools/widl/Makefile" ;;
19072     "tools/winebuild/Makefile") CONFIG_FILES="$CONFIG_FILES tools/winebuild/Makefile" ;;
19073     "tools/winedump/Makefile") CONFIG_FILES="$CONFIG_FILES tools/winedump/Makefile" ;;
19074     "tools/winegcc/Makefile") CONFIG_FILES="$CONFIG_FILES tools/winegcc/Makefile" ;;
19075     "tools/wmc/Makefile") CONFIG_FILES="$CONFIG_FILES tools/wmc/Makefile" ;;
19076     "tools/wrc/Makefile") CONFIG_FILES="$CONFIG_FILES tools/wrc/Makefile" ;;
19077
19078   *) as_fn_error "invalid argument: \`$ac_config_target'" "$LINENO" 5;;
19079   esac
19080 done
19081
19082
19083 # If the user did not use the arguments to specify the items to instantiate,
19084 # then the envvar interface is used.  Set only those that are not.
19085 # We use the long form for the default assignment because of an extremely
19086 # bizarre bug on SunOS 4.1.3.
19087 if $ac_need_defaults; then
19088   test "${CONFIG_FILES+set}" = set || CONFIG_FILES=$config_files
19089   test "${CONFIG_HEADERS+set}" = set || CONFIG_HEADERS=$config_headers
19090   test "${CONFIG_COMMANDS+set}" = set || CONFIG_COMMANDS=$config_commands
19091 fi
19092
19093 # Have a temporary directory for convenience.  Make it in the build tree
19094 # simply because there is no reason against having it here, and in addition,
19095 # creating and moving files from /tmp can sometimes cause problems.
19096 # Hook for its removal unless debugging.
19097 # Note that there is a small window in which the directory will not be cleaned:
19098 # after its creation but before its name has been assigned to `$tmp'.
19099 $debug ||
19100 {
19101   tmp=
19102   trap 'exit_status=$?
19103   { test -z "$tmp" || test ! -d "$tmp" || rm -fr "$tmp"; } && exit $exit_status
19104 ' 0
19105   trap 'as_fn_exit 1' 1 2 13 15
19106 }
19107 # Create a (secure) tmp directory for tmp files.
19108
19109 {
19110   tmp=`(umask 077 && mktemp -d "./confXXXXXX") 2>/dev/null` &&
19111   test -n "$tmp" && test -d "$tmp"
19112 }  ||
19113 {
19114   tmp=./conf$$-$RANDOM
19115   (umask 077 && mkdir "$tmp")
19116 } || as_fn_error "cannot create a temporary directory in ." "$LINENO" 5
19117
19118 # Set up the scripts for CONFIG_FILES section.
19119 # No need to generate them if there are no CONFIG_FILES.
19120 # This happens for instance with `./config.status config.h'.
19121 if test -n "$CONFIG_FILES"; then
19122
19123 if $AWK 'BEGIN { getline <"/dev/null" }' </dev/null 2>/dev/null; then
19124   ac_cs_awk_getline=:
19125   ac_cs_awk_pipe_init=
19126   ac_cs_awk_read_file='
19127       while ((getline aline < (F[key])) > 0)
19128         print(aline)
19129       close(F[key])'
19130   ac_cs_awk_pipe_fini=
19131 else
19132   ac_cs_awk_getline=false
19133   ac_cs_awk_pipe_init="print \"cat <<'|#_!!_#|' &&\""
19134   ac_cs_awk_read_file='
19135       print "|#_!!_#|"
19136       print "cat " F[key] " &&"
19137       '$ac_cs_awk_pipe_init
19138   # The final `:' finishes the AND list.
19139   ac_cs_awk_pipe_fini='END { print "|#_!!_#|"; print ":" }'
19140 fi
19141 ac_cr=`echo X | tr X '\015'`
19142 # On cygwin, bash can eat \r inside `` if the user requested igncr.
19143 # But we know of no other shell where ac_cr would be empty at this
19144 # point, so we can use a bashism as a fallback.
19145 if test "x$ac_cr" = x; then
19146   eval ac_cr=\$\'\\r\'
19147 fi
19148 ac_cs_awk_cr=`$AWK 'BEGIN { print "a\rb" }' </dev/null 2>/dev/null`
19149 if test "$ac_cs_awk_cr" = "a${ac_cr}b"; then
19150   ac_cs_awk_cr='\r'
19151 else
19152   ac_cs_awk_cr=$ac_cr
19153 fi
19154
19155 echo 'BEGIN {' >"$tmp/subs1.awk" &&
19156 _ACEOF
19157
19158 # Create commands to substitute file output variables.
19159 {
19160   echo "cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1" &&
19161   echo 'cat >>"\$tmp/subs1.awk" <<\\_ACAWK &&' &&
19162   echo "$ac_subst_files" | sed 's/.*/F["&"]="$&"/' &&
19163   echo "_ACAWK" &&
19164   echo "_ACEOF"
19165 } >conf$$files.sh &&
19166 . ./conf$$files.sh ||
19167   as_fn_error "could not make $CONFIG_STATUS" "$LINENO" 5
19168 rm -f conf$$files.sh
19169
19170 {
19171   echo "cat >conf$$subs.awk <<_ACEOF" &&
19172   echo "$ac_subst_vars" | sed 's/.*/&!$&$ac_delim/' &&
19173   echo "_ACEOF"
19174 } >conf$$subs.sh ||
19175   as_fn_error "could not make $CONFIG_STATUS" "$LINENO" 5
19176 ac_delim_num=`echo "$ac_subst_vars" | grep -c '$'`
19177 ac_delim='%!_!# '
19178 for ac_last_try in false false false false false :; do
19179   . ./conf$$subs.sh ||
19180     as_fn_error "could not make $CONFIG_STATUS" "$LINENO" 5
19181
19182   ac_delim_n=`sed -n "s/.*$ac_delim\$/X/p" conf$$subs.awk | grep -c X`
19183   if test $ac_delim_n = $ac_delim_num; then
19184     break
19185   elif $ac_last_try; then
19186     as_fn_error "could not make $CONFIG_STATUS" "$LINENO" 5
19187   else
19188     ac_delim="$ac_delim!$ac_delim _$ac_delim!! "
19189   fi
19190 done
19191 rm -f conf$$subs.sh
19192
19193 cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1
19194 cat >>"\$tmp/subs1.awk" <<\\_ACAWK &&
19195 _ACEOF
19196 sed -n '
19197 h
19198 s/^/S["/; s/!.*/"]=/
19199 p
19200 g
19201 s/^[^!]*!//
19202 :repl
19203 t repl
19204 s/'"$ac_delim"'$//
19205 t delim
19206 :nl
19207 h
19208 s/\(.\{148\}\).*/\1/
19209 t more1
19210 s/["\\]/\\&/g; s/^/"/; s/$/\\n"\\/
19211 p
19212 n
19213 b repl
19214 :more1
19215 s/["\\]/\\&/g; s/^/"/; s/$/"\\/
19216 p
19217 g
19218 s/.\{148\}//
19219 t nl
19220 :delim
19221 h
19222 s/\(.\{148\}\).*/\1/
19223 t more2
19224 s/["\\]/\\&/g; s/^/"/; s/$/"/
19225 p
19226 b
19227 :more2
19228 s/["\\]/\\&/g; s/^/"/; s/$/"\\/
19229 p
19230 g
19231 s/.\{148\}//
19232 t delim
19233 ' <conf$$subs.awk | sed '
19234 /^[^""]/{
19235   N
19236   s/\n//
19237 }
19238 ' >>$CONFIG_STATUS || ac_write_fail=1
19239 rm -f conf$$subs.awk
19240 cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1
19241 _ACAWK
19242 cat >>"\$tmp/subs1.awk" <<_ACAWK &&
19243   for (key in S) S_is_set[key] = 1
19244   FS = "\a"
19245   \$ac_cs_awk_pipe_init
19246 }
19247 {
19248   line = $ 0
19249   nfields = split(line, field, "@")
19250   substed = 0
19251   len = length(field[1])
19252   for (i = 2; i < nfields; i++) {
19253     key = field[i]
19254     keylen = length(key)
19255     if (S_is_set[key]) {
19256       value = S[key]
19257       line = substr(line, 1, len) "" value "" substr(line, len + keylen + 3)
19258       len += length(value) + length(field[++i])
19259       substed = 1
19260     } else
19261       len += 1 + keylen
19262   }
19263   if (nfields == 3 && !substed) {
19264     key = field[2]
19265     if (F[key] != "" && line ~ /^[       ]*@.*@[         ]*$/) {
19266       \$ac_cs_awk_read_file
19267       next
19268     }
19269   }
19270   print line
19271 }
19272 \$ac_cs_awk_pipe_fini
19273 _ACAWK
19274 _ACEOF
19275 cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1
19276 if sed "s/$ac_cr//" < /dev/null > /dev/null 2>&1; then
19277   sed "s/$ac_cr\$//; s/$ac_cr/$ac_cs_awk_cr/g"
19278 else
19279   cat
19280 fi < "$tmp/subs1.awk" > "$tmp/subs.awk" \
19281   || as_fn_error "could not setup config files machinery" "$LINENO" 5
19282 _ACEOF
19283
19284 # VPATH may cause trouble with some makes, so we remove $(srcdir),
19285 # ${srcdir} and @srcdir@ from VPATH if srcdir is ".", strip leading and
19286 # trailing colons and then remove the whole line if VPATH becomes empty
19287 # (actually we leave an empty line to preserve line numbers).
19288 if test "x$srcdir" = x.; then
19289   ac_vpsub='/^[  ]*VPATH[        ]*=/{
19290 s/:*\$(srcdir):*/:/
19291 s/:*\${srcdir}:*/:/
19292 s/:*@srcdir@:*/:/
19293 s/^\([^=]*=[     ]*\):*/\1/
19294 s/:*$//
19295 s/^[^=]*=[       ]*$//
19296 }'
19297 fi
19298
19299 cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1
19300 fi # test -n "$CONFIG_FILES"
19301
19302 # Set up the scripts for CONFIG_HEADERS section.
19303 # No need to generate them if there are no CONFIG_HEADERS.
19304 # This happens for instance with `./config.status Makefile'.
19305 if test -n "$CONFIG_HEADERS"; then
19306 cat >"$tmp/defines.awk" <<\_ACAWK ||
19307 BEGIN {
19308 _ACEOF
19309
19310 # Transform confdefs.h into an awk script `defines.awk', embedded as
19311 # here-document in config.status, that substitutes the proper values into
19312 # config.h.in to produce config.h.
19313
19314 # Create a delimiter string that does not exist in confdefs.h, to ease
19315 # handling of long lines.
19316 ac_delim='%!_!# '
19317 for ac_last_try in false false :; do
19318   ac_t=`sed -n "/$ac_delim/p" confdefs.h`
19319   if test -z "$ac_t"; then
19320     break
19321   elif $ac_last_try; then
19322     as_fn_error "could not make $CONFIG_HEADERS" "$LINENO" 5
19323   else
19324     ac_delim="$ac_delim!$ac_delim _$ac_delim!! "
19325   fi
19326 done
19327
19328 # For the awk script, D is an array of macro values keyed by name,
19329 # likewise P contains macro parameters if any.  Preserve backslash
19330 # newline sequences.
19331
19332 ac_word_re=[_$as_cr_Letters][_$as_cr_alnum]*
19333 sed -n '
19334 s/.\{148\}/&'"$ac_delim"'/g
19335 t rset
19336 :rset
19337 s/^[     ]*#[    ]*define[       ][      ]*/ /
19338 t def
19339 d
19340 :def
19341 s/\\$//
19342 t bsnl
19343 s/["\\]/\\&/g
19344 s/^ \('"$ac_word_re"'\)\(([^()]*)\)[     ]*\(.*\)/P["\1"]="\2"\
19345 D["\1"]=" \3"/p
19346 s/^ \('"$ac_word_re"'\)[         ]*\(.*\)/D["\1"]=" \2"/p
19347 d
19348 :bsnl
19349 s/["\\]/\\&/g
19350 s/^ \('"$ac_word_re"'\)\(([^()]*)\)[     ]*\(.*\)/P["\1"]="\2"\
19351 D["\1"]=" \3\\\\\\n"\\/p
19352 t cont
19353 s/^ \('"$ac_word_re"'\)[         ]*\(.*\)/D["\1"]=" \2\\\\\\n"\\/p
19354 t cont
19355 d
19356 :cont
19357 n
19358 s/.\{148\}/&'"$ac_delim"'/g
19359 t clear
19360 :clear
19361 s/\\$//
19362 t bsnlc
19363 s/["\\]/\\&/g; s/^/"/; s/$/"/p
19364 d
19365 :bsnlc
19366 s/["\\]/\\&/g; s/^/"/; s/$/\\\\\\n"\\/p
19367 b cont
19368 ' <confdefs.h | sed '
19369 s/'"$ac_delim"'/"\\\
19370 "/g' >>$CONFIG_STATUS || ac_write_fail=1
19371
19372 cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1
19373   for (key in D) D_is_set[key] = 1
19374   FS = "\a"
19375 }
19376 /^[\t ]*#[\t ]*(define|undef)[\t ]+$ac_word_re([\t (]|\$)/ {
19377   line = \$ 0
19378   split(line, arg, " ")
19379   if (arg[1] == "#") {
19380     defundef = arg[2]
19381     mac1 = arg[3]
19382   } else {
19383     defundef = substr(arg[1], 2)
19384     mac1 = arg[2]
19385   }
19386   split(mac1, mac2, "(") #)
19387   macro = mac2[1]
19388   prefix = substr(line, 1, index(line, defundef) - 1)
19389   if (D_is_set[macro]) {
19390     # Preserve the white space surrounding the "#".
19391     print prefix "define", macro P[macro] D[macro]
19392     next
19393   } else {
19394     # Replace #undef with comments.  This is necessary, for example,
19395     # in the case of _POSIX_SOURCE, which is predefined and required
19396     # on some systems where configure will not decide to define it.
19397     if (defundef == "undef") {
19398       print "/*", prefix defundef, macro, "*/"
19399       next
19400     }
19401   }
19402 }
19403 { print }
19404 _ACAWK
19405 _ACEOF
19406 cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1
19407   as_fn_error "could not setup config headers machinery" "$LINENO" 5
19408 fi # test -n "$CONFIG_HEADERS"
19409
19410
19411 eval set X "  :F $CONFIG_FILES  :H $CONFIG_HEADERS    :C $CONFIG_COMMANDS"
19412 shift
19413 for ac_tag
19414 do
19415   case $ac_tag in
19416   :[FHLC]) ac_mode=$ac_tag; continue;;
19417   esac
19418   case $ac_mode$ac_tag in
19419   :[FHL]*:*);;
19420   :L* | :C*:*) as_fn_error "invalid tag \`$ac_tag'" "$LINENO" 5;;
19421   :[FH]-) ac_tag=-:-;;
19422   :[FH]*) ac_tag=$ac_tag:$ac_tag.in;;
19423   esac
19424   ac_save_IFS=$IFS
19425   IFS=:
19426   set x $ac_tag
19427   IFS=$ac_save_IFS
19428   shift
19429   ac_file=$1
19430   shift
19431
19432   case $ac_mode in
19433   :L) ac_source=$1;;
19434   :[FH])
19435     ac_file_inputs=
19436     for ac_f
19437     do
19438       case $ac_f in
19439       -) ac_f="$tmp/stdin";;
19440       *) # Look for the file first in the build tree, then in the source tree
19441          # (if the path is not absolute).  The absolute path cannot be DOS-style,
19442          # because $ac_f cannot contain `:'.
19443          test -f "$ac_f" ||
19444            case $ac_f in
19445            [\\/$]*) false;;
19446            *) test -f "$srcdir/$ac_f" && ac_f="$srcdir/$ac_f";;
19447            esac ||
19448            as_fn_error "cannot find input file: \`$ac_f'" "$LINENO" 5;;
19449       esac
19450       case $ac_f in *\'*) ac_f=`$as_echo "$ac_f" | sed "s/'/'\\\\\\\\''/g"`;; esac
19451       as_fn_append ac_file_inputs " '$ac_f'"
19452     done
19453
19454     # Let's still pretend it is `configure' which instantiates (i.e., don't
19455     # use $as_me), people would be surprised to read:
19456     #    /* config.h.  Generated by config.status.  */
19457     configure_input='Generated from '`
19458           $as_echo "$*" | sed 's|^[^:]*/||;s|:[^:]*/|, |g'
19459         `' by configure.'
19460     if test x"$ac_file" != x-; then
19461       configure_input="$ac_file.  $configure_input"
19462       { $as_echo "$as_me:${as_lineno-$LINENO}: creating $ac_file" >&5
19463 $as_echo "$as_me: creating $ac_file" >&6;}
19464     fi
19465     # Neutralize special characters interpreted by sed in replacement strings.
19466     case $configure_input in #(
19467     *\&* | *\|* | *\\* )
19468        ac_sed_conf_input=`$as_echo "$configure_input" |
19469        sed 's/[\\\\&|]/\\\\&/g'`;; #(
19470     *) ac_sed_conf_input=$configure_input;;
19471     esac
19472
19473     case $ac_tag in
19474     *:-:* | *:-) cat >"$tmp/stdin" \
19475       || as_fn_error "could not create $ac_file" "$LINENO" 5 ;;
19476     esac
19477     ;;
19478   esac
19479
19480   ac_dir=`$as_dirname -- "$ac_file" ||
19481 $as_expr X"$ac_file" : 'X\(.*[^/]\)//*[^/][^/]*/*$' \| \
19482          X"$ac_file" : 'X\(//\)[^/]' \| \
19483          X"$ac_file" : 'X\(//\)$' \| \
19484          X"$ac_file" : 'X\(/\)' \| . 2>/dev/null ||
19485 $as_echo X"$ac_file" |
19486     sed '/^X\(.*[^/]\)\/\/*[^/][^/]*\/*$/{
19487             s//\1/
19488             q
19489           }
19490           /^X\(\/\/\)[^/].*/{
19491             s//\1/
19492             q
19493           }
19494           /^X\(\/\/\)$/{
19495             s//\1/
19496             q
19497           }
19498           /^X\(\/\).*/{
19499             s//\1/
19500             q
19501           }
19502           s/.*/./; q'`
19503   as_dir="$ac_dir"; as_fn_mkdir_p
19504   ac_builddir=.
19505
19506 case "$ac_dir" in
19507 .) ac_dir_suffix= ac_top_builddir_sub=. ac_top_build_prefix= ;;
19508 *)
19509   ac_dir_suffix=/`$as_echo "$ac_dir" | sed 's|^\.[\\/]||'`
19510   # A ".." for each directory in $ac_dir_suffix.
19511   ac_top_builddir_sub=`$as_echo "$ac_dir_suffix" | sed 's|/[^\\/]*|/..|g;s|/||'`
19512   case $ac_top_builddir_sub in
19513   "") ac_top_builddir_sub=. ac_top_build_prefix= ;;
19514   *)  ac_top_build_prefix=$ac_top_builddir_sub/ ;;
19515   esac ;;
19516 esac
19517 ac_abs_top_builddir=$ac_pwd
19518 ac_abs_builddir=$ac_pwd$ac_dir_suffix
19519 # for backward compatibility:
19520 ac_top_builddir=$ac_top_build_prefix
19521
19522 case $srcdir in
19523   .)  # We are building in place.
19524     ac_srcdir=.
19525     ac_top_srcdir=$ac_top_builddir_sub
19526     ac_abs_top_srcdir=$ac_pwd ;;
19527   [\\/]* | ?:[\\/]* )  # Absolute name.
19528     ac_srcdir=$srcdir$ac_dir_suffix;
19529     ac_top_srcdir=$srcdir
19530     ac_abs_top_srcdir=$srcdir ;;
19531   *) # Relative name.
19532     ac_srcdir=$ac_top_build_prefix$srcdir$ac_dir_suffix
19533     ac_top_srcdir=$ac_top_build_prefix$srcdir
19534     ac_abs_top_srcdir=$ac_pwd/$srcdir ;;
19535 esac
19536 ac_abs_srcdir=$ac_abs_top_srcdir$ac_dir_suffix
19537
19538
19539   case $ac_mode in
19540   :F)
19541   #
19542   # CONFIG_FILE
19543   #
19544
19545   case $INSTALL in
19546   [\\/$]* | ?:[\\/]* ) ac_INSTALL=$INSTALL ;;
19547   *) ac_INSTALL=$ac_top_build_prefix$INSTALL ;;
19548   esac
19549 _ACEOF
19550
19551 cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1
19552 # If the template does not know about datarootdir, expand it.
19553 # FIXME: This hack should be removed a few years after 2.60.
19554 ac_datarootdir_hack=; ac_datarootdir_seen=
19555 ac_sed_dataroot='
19556 /datarootdir/ {
19557   p
19558   q
19559 }
19560 /@datadir@/p
19561 /@docdir@/p
19562 /@infodir@/p
19563 /@localedir@/p
19564 /@mandir@/p'
19565 case `eval "sed -n \"\$ac_sed_dataroot\" $ac_file_inputs"` in
19566 *datarootdir*) ac_datarootdir_seen=yes;;
19567 *@datadir@*|*@docdir@*|*@infodir@*|*@localedir@*|*@mandir@*)
19568   { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: $ac_file_inputs seems to ignore the --datarootdir setting" >&5
19569 $as_echo "$as_me: WARNING: $ac_file_inputs seems to ignore the --datarootdir setting" >&2;}
19570 _ACEOF
19571 cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1
19572   ac_datarootdir_hack='
19573   s&@datadir@&$datadir&g
19574   s&@docdir@&$docdir&g
19575   s&@infodir@&$infodir&g
19576   s&@localedir@&$localedir&g
19577   s&@mandir@&$mandir&g
19578   s&\\\${datarootdir}&$datarootdir&g' ;;
19579 esac
19580 _ACEOF
19581
19582 # Neutralize VPATH when `$srcdir' = `.'.
19583 # Shell code in configure.ac might set extrasub.
19584 # FIXME: do we really want to maintain this feature?
19585 cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1
19586 ac_sed_extra="$ac_vpsub
19587 $extrasub
19588 _ACEOF
19589 cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1
19590 :t
19591 /@[a-zA-Z_][a-zA-Z_0-9]*@/!b
19592 s|@configure_input@|$ac_sed_conf_input|;t t
19593 s&@top_builddir@&$ac_top_builddir_sub&;t t
19594 s&@top_build_prefix@&$ac_top_build_prefix&;t t
19595 s&@srcdir@&$ac_srcdir&;t t
19596 s&@abs_srcdir@&$ac_abs_srcdir&;t t
19597 s&@top_srcdir@&$ac_top_srcdir&;t t
19598 s&@abs_top_srcdir@&$ac_abs_top_srcdir&;t t
19599 s&@builddir@&$ac_builddir&;t t
19600 s&@abs_builddir@&$ac_abs_builddir&;t t
19601 s&@abs_top_builddir@&$ac_abs_top_builddir&;t t
19602 s&@INSTALL@&$ac_INSTALL&;t t
19603 $ac_datarootdir_hack
19604 "
19605 eval sed \"\$ac_sed_extra\" "$ac_file_inputs" |
19606 if $ac_cs_awk_getline; then
19607   $AWK -f "$tmp/subs.awk"
19608 else
19609   $AWK -f "$tmp/subs.awk" | $SHELL
19610 fi >$tmp/out \
19611   || as_fn_error "could not create $ac_file" "$LINENO" 5
19612
19613 test -z "$ac_datarootdir_hack$ac_datarootdir_seen" &&
19614   { ac_out=`sed -n '/\${datarootdir}/p' "$tmp/out"`; test -n "$ac_out"; } &&
19615   { ac_out=`sed -n '/^[  ]*datarootdir[  ]*:*=/p' "$tmp/out"`; test -z "$ac_out"; } &&
19616   { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: $ac_file contains a reference to the variable \`datarootdir'
19617 which seems to be undefined.  Please make sure it is defined." >&5
19618 $as_echo "$as_me: WARNING: $ac_file contains a reference to the variable \`datarootdir'
19619 which seems to be undefined.  Please make sure it is defined." >&2;}
19620
19621   rm -f "$tmp/stdin"
19622   case $ac_file in
19623   -) cat "$tmp/out" && rm -f "$tmp/out";;
19624   *) rm -f "$ac_file" && mv "$tmp/out" "$ac_file";;
19625   esac \
19626   || as_fn_error "could not create $ac_file" "$LINENO" 5
19627  ;;
19628   :H)
19629   #
19630   # CONFIG_HEADER
19631   #
19632   if test x"$ac_file" != x-; then
19633     {
19634       $as_echo "/* $configure_input  */" \
19635       && eval '$AWK -f "$tmp/defines.awk"' "$ac_file_inputs"
19636     } >"$tmp/config.h" \
19637       || as_fn_error "could not create $ac_file" "$LINENO" 5
19638     if diff "$ac_file" "$tmp/config.h" >/dev/null 2>&1; then
19639       { $as_echo "$as_me:${as_lineno-$LINENO}: $ac_file is unchanged" >&5
19640 $as_echo "$as_me: $ac_file is unchanged" >&6;}
19641     else
19642       rm -f "$ac_file"
19643       mv "$tmp/config.h" "$ac_file" \
19644         || as_fn_error "could not create $ac_file" "$LINENO" 5
19645     fi
19646   else
19647     $as_echo "/* $configure_input  */" \
19648       && eval '$AWK -f "$tmp/defines.awk"' "$ac_file_inputs" \
19649       || as_fn_error "could not create -" "$LINENO" 5
19650   fi
19651  ;;
19652
19653   :C)  { $as_echo "$as_me:${as_lineno-$LINENO}: executing $ac_file commands" >&5
19654 $as_echo "$as_me: executing $ac_file commands" >&6;}
19655  ;;
19656   esac
19657
19658
19659   case $ac_file$ac_mode in
19660     "include/stamp-h":C) echo timestamp > include/stamp-h ;;
19661     "dlls/gdi32/enhmfdrv":C) test -d "dlls/gdi32/enhmfdrv" || ({ $as_echo "$as_me:${as_lineno-$LINENO}: creating dlls/gdi32/enhmfdrv" >&5
19662 $as_echo "$as_me: creating dlls/gdi32/enhmfdrv" >&6;} && mkdir "dlls/gdi32/enhmfdrv") ;;
19663     "dlls/gdi32/mfdrv":C) test -d "dlls/gdi32/mfdrv" || ({ $as_echo "$as_me:${as_lineno-$LINENO}: creating dlls/gdi32/mfdrv" >&5
19664 $as_echo "$as_me: creating dlls/gdi32/mfdrv" >&6;} && mkdir "dlls/gdi32/mfdrv") ;;
19665     "dlls/kernel32/nls":C) test -d "dlls/kernel32/nls" || ({ $as_echo "$as_me:${as_lineno-$LINENO}: creating dlls/kernel32/nls" >&5
19666 $as_echo "$as_me: creating dlls/kernel32/nls" >&6;} && mkdir "dlls/kernel32/nls") ;;
19667     "dlls/user32/resources":C) test -d "dlls/user32/resources" || ({ $as_echo "$as_me:${as_lineno-$LINENO}: creating dlls/user32/resources" >&5
19668 $as_echo "$as_me: creating dlls/user32/resources" >&6;} && mkdir "dlls/user32/resources") ;;
19669     "dlls/wineps.drv/data":C) test -d "dlls/wineps.drv/data" || ({ $as_echo "$as_me:${as_lineno-$LINENO}: creating dlls/wineps.drv/data" >&5
19670 $as_echo "$as_me: creating dlls/wineps.drv/data" >&6;} && mkdir "dlls/wineps.drv/data") ;;
19671     "include/wine":C) test -d "include/wine" || ({ $as_echo "$as_me:${as_lineno-$LINENO}: creating include/wine" >&5
19672 $as_echo "$as_me: creating include/wine" >&6;} && mkdir "include/wine") ;;
19673
19674   esac
19675 done # for ac_tag
19676
19677
19678 as_fn_exit 0
19679 _ACEOF
19680 ac_clean_files=$ac_clean_files_save
19681
19682 test $ac_write_fail = 0 ||
19683   as_fn_error "write failure creating $CONFIG_STATUS" "$LINENO" 5
19684
19685
19686 # configure is writing to config.log, and then calls config.status.
19687 # config.status does its own redirection, appending to config.log.
19688 # Unfortunately, on DOS this fails, as config.log is still kept open
19689 # by configure, so config.status won't be able to write to it; its
19690 # output is simply discarded.  So we exec the FD to /dev/null,
19691 # effectively closing config.log, so it can be properly (re)opened and
19692 # appended to by config.status.  When coming back to configure, we
19693 # need to make the FD available again.
19694 if test "$no_create" != yes; then
19695   ac_cs_success=:
19696   ac_config_status_args=
19697   test "$silent" = yes &&
19698     ac_config_status_args="$ac_config_status_args --quiet"
19699   exec 5>/dev/null
19700   $SHELL $CONFIG_STATUS $ac_config_status_args || ac_cs_success=false
19701   exec 5>>config.log
19702   # Use ||, not &&, to avoid exiting from the if with $? = 1, which
19703   # would make configure fail if this is the last instruction.
19704   $ac_cs_success || as_fn_exit $?
19705 fi
19706 if test -n "$ac_unrecognized_opts" && test "$enable_option_checking" != no; then
19707   { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: unrecognized options: $ac_unrecognized_opts" >&5
19708 $as_echo "$as_me: WARNING: unrecognized options: $ac_unrecognized_opts" >&2;}
19709 fi
19710
19711
19712 if test "$no_create" = "yes"
19713 then
19714   exit 0
19715 fi
19716
19717 ac_save_IFS="$IFS"
19718 if test "x$wine_notices != "x; then
19719     echo >&6
19720     IFS="|"
19721     for msg in $wine_notices; do
19722         IFS="$ac_save_IFS"
19723         if test -n "$msg"; then
19724             { $as_echo "$as_me:${as_lineno-$LINENO}: $msg" >&5
19725 $as_echo "$as_me: $msg" >&6;}
19726         fi
19727     done
19728 fi
19729 IFS="|"
19730 for msg in $wine_warnings; do
19731     IFS="$ac_save_IFS"
19732     if test -n "$msg"; then
19733         echo >&2
19734         { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: $msg" >&5
19735 $as_echo "$as_me: WARNING: $msg" >&2;}
19736     fi
19737 done
19738 IFS="$ac_save_IFS"
19739
19740 echo "
19741 $as_me: Finished.  Do '${ac_make} depend && ${ac_make}' to compile Wine.
19742 " >&6
19743