crypt32/tests: Test one more certificate against the Verisign CRL.
[wine] / configure
1 #! /bin/sh
2 # Guess values for system-dependent variables and create Makefiles.
3 # Generated by GNU Autoconf 2.64 for Wine 1.1.33.
4 #
5 # Report bugs to <wine-devel@winehq.org>.
6 #
7 # Copyright (C) 1992, 1993, 1994, 1995, 1996, 1998, 1999, 2000, 2001,
8 # 2002, 2003, 2004, 2005, 2006, 2007, 2008, 2009 Free Software
9 # Foundation, Inc.
10 #
11 # This configure script is free software; the Free Software Foundation
12 # gives unlimited permission to copy, distribute and modify it.
13 ## -------------------- ##
14 ## M4sh Initialization. ##
15 ## -------------------- ##
16
17 # Be more Bourne compatible
18 DUALCASE=1; export DUALCASE # for MKS sh
19 if test -n "${ZSH_VERSION+set}" && (emulate sh) >/dev/null 2>&1; then :
20   emulate sh
21   NULLCMD=:
22   # Pre-4.2 versions of Zsh do word splitting on ${1+"$@"}, which
23   # is contrary to our usage.  Disable this feature.
24   alias -g '${1+"$@"}'='"$@"'
25   setopt NO_GLOB_SUBST
26 else
27   case `(set -o) 2>/dev/null` in #(
28   *posix*) :
29     set -o posix ;; #(
30   *) :
31      ;;
32 esac
33 fi
34
35
36 as_nl='
37 '
38 export as_nl
39 # Printing a long string crashes Solaris 7 /usr/bin/printf.
40 as_echo='\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\'
41 as_echo=$as_echo$as_echo$as_echo$as_echo$as_echo
42 as_echo=$as_echo$as_echo$as_echo$as_echo$as_echo$as_echo
43 # Prefer a ksh shell builtin over an external printf program on Solaris,
44 # but without wasting forks for bash or zsh.
45 if test -z "$BASH_VERSION$ZSH_VERSION" \
46     && (test "X`print -r -- $as_echo`" = "X$as_echo") 2>/dev/null; then
47   as_echo='print -r --'
48   as_echo_n='print -rn --'
49 elif (test "X`printf %s $as_echo`" = "X$as_echo") 2>/dev/null; then
50   as_echo='printf %s\n'
51   as_echo_n='printf %s'
52 else
53   if test "X`(/usr/ucb/echo -n -n $as_echo) 2>/dev/null`" = "X-n $as_echo"; then
54     as_echo_body='eval /usr/ucb/echo -n "$1$as_nl"'
55     as_echo_n='/usr/ucb/echo -n'
56   else
57     as_echo_body='eval expr "X$1" : "X\\(.*\\)"'
58     as_echo_n_body='eval
59       arg=$1;
60       case $arg in #(
61       *"$as_nl"*)
62         expr "X$arg" : "X\\(.*\\)$as_nl";
63         arg=`expr "X$arg" : ".*$as_nl\\(.*\\)"`;;
64       esac;
65       expr "X$arg" : "X\\(.*\\)" | tr -d "$as_nl"
66     '
67     export as_echo_n_body
68     as_echo_n='sh -c $as_echo_n_body as_echo'
69   fi
70   export as_echo_body
71   as_echo='sh -c $as_echo_body as_echo'
72 fi
73
74 # The user is always right.
75 if test "${PATH_SEPARATOR+set}" != set; then
76   PATH_SEPARATOR=:
77   (PATH='/bin;/bin'; FPATH=$PATH; sh -c :) >/dev/null 2>&1 && {
78     (PATH='/bin:/bin'; FPATH=$PATH; sh -c :) >/dev/null 2>&1 ||
79       PATH_SEPARATOR=';'
80   }
81 fi
82
83
84 # IFS
85 # We need space, tab and new line, in precisely that order.  Quoting is
86 # there to prevent editors from complaining about space-tab.
87 # (If _AS_PATH_WALK were called with IFS unset, it would disable word
88 # splitting by setting IFS to empty value.)
89 IFS=" ""        $as_nl"
90
91 # Find who we are.  Look in the path if we contain no directory separator.
92 case $0 in #((
93   *[\\/]* ) as_myself=$0 ;;
94   *) as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
95 for as_dir in $PATH
96 do
97   IFS=$as_save_IFS
98   test -z "$as_dir" && as_dir=.
99     test -r "$as_dir/$0" && as_myself=$as_dir/$0 && break
100   done
101 IFS=$as_save_IFS
102
103      ;;
104 esac
105 # We did not find ourselves, most probably we were run as `sh COMMAND'
106 # in which case we are not to be found in the path.
107 if test "x$as_myself" = x; then
108   as_myself=$0
109 fi
110 if test ! -f "$as_myself"; then
111   $as_echo "$as_myself: error: cannot find myself; rerun with an absolute file name" >&2
112   exit 1
113 fi
114
115 # Unset variables that we do not need and which cause bugs (e.g. in
116 # pre-3.0 UWIN ksh).  But do not cause bugs in bash 2.01; the "|| exit 1"
117 # suppresses any "Segmentation fault" message there.  '((' could
118 # trigger a bug in pdksh 5.2.14.
119 for as_var in BASH_ENV ENV MAIL MAILPATH
120 do eval test x\${$as_var+set} = xset \
121   && ( (unset $as_var) || exit 1) >/dev/null 2>&1 && unset $as_var || :
122 done
123 PS1='$ '
124 PS2='> '
125 PS4='+ '
126
127 # NLS nuisances.
128 LC_ALL=C
129 export LC_ALL
130 LANGUAGE=C
131 export LANGUAGE
132
133 # CDPATH.
134 (unset CDPATH) >/dev/null 2>&1 && unset CDPATH
135
136 if test "x$CONFIG_SHELL" = x; then
137   as_bourne_compatible="if test -n \"\${ZSH_VERSION+set}\" && (emulate sh) >/dev/null 2>&1; then :
138   emulate sh
139   NULLCMD=:
140   # Pre-4.2 versions of Zsh do word splitting on \${1+\"\$@\"}, which
141   # is contrary to our usage.  Disable this feature.
142   alias -g '\${1+\"\$@\"}'='\"\$@\"'
143   setopt NO_GLOB_SUBST
144 else
145   case \`(set -o) 2>/dev/null\` in #(
146   *posix*) :
147     set -o posix ;; #(
148   *) :
149      ;;
150 esac
151 fi
152 "
153   as_required="as_fn_return () { (exit \$1); }
154 as_fn_success () { as_fn_return 0; }
155 as_fn_failure () { as_fn_return 1; }
156 as_fn_ret_success () { return 0; }
157 as_fn_ret_failure () { return 1; }
158
159 exitcode=0
160 as_fn_success || { exitcode=1; echo as_fn_success failed.; }
161 as_fn_failure && { exitcode=1; echo as_fn_failure succeeded.; }
162 as_fn_ret_success || { exitcode=1; echo as_fn_ret_success failed.; }
163 as_fn_ret_failure && { exitcode=1; echo as_fn_ret_failure succeeded.; }
164 if ( set x; as_fn_ret_success y && test x = \"\$1\" ); then :
165
166 else
167   exitcode=1; echo positional parameters were not saved.
168 fi
169 test x\$exitcode = x0 || exit 1"
170   as_suggested="  as_lineno_1=";as_suggested=$as_suggested$LINENO;as_suggested=$as_suggested" as_lineno_1a=\$LINENO
171   as_lineno_2=";as_suggested=$as_suggested$LINENO;as_suggested=$as_suggested" as_lineno_2a=\$LINENO
172   eval 'test \"x\$as_lineno_1'\$as_run'\" != \"x\$as_lineno_2'\$as_run'\" &&
173   test \"x\`expr \$as_lineno_1'\$as_run' + 1\`\" = \"x\$as_lineno_2'\$as_run'\"' || exit 1
174 test \$(( 1 + 1 )) = 2 || exit 1"
175   if (eval "$as_required") 2>/dev/null; then :
176   as_have_required=yes
177 else
178   as_have_required=no
179 fi
180   if test x$as_have_required = xyes && (eval "$as_suggested") 2>/dev/null; then :
181
182 else
183   as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
184 as_found=false
185 for as_dir in /bin$PATH_SEPARATOR/usr/bin$PATH_SEPARATOR$PATH
186 do
187   IFS=$as_save_IFS
188   test -z "$as_dir" && as_dir=.
189   as_found=:
190   case $as_dir in #(
191          /*)
192            for as_base in sh bash ksh sh5; do
193              # Try only shells that exist, to save several forks.
194              as_shell=$as_dir/$as_base
195              if { test -f "$as_shell" || test -f "$as_shell.exe"; } &&
196                     { $as_echo "$as_bourne_compatible""$as_required" | as_run=a "$as_shell"; } 2>/dev/null; then :
197   CONFIG_SHELL=$as_shell as_have_required=yes
198                    if { $as_echo "$as_bourne_compatible""$as_suggested" | as_run=a "$as_shell"; } 2>/dev/null; then :
199   break 2
200 fi
201 fi
202            done;;
203        esac
204   as_found=false
205 done
206 $as_found || { if { test -f "$SHELL" || test -f "$SHELL.exe"; } &&
207               { $as_echo "$as_bourne_compatible""$as_required" | as_run=a "$SHELL"; } 2>/dev/null; then :
208   CONFIG_SHELL=$SHELL as_have_required=yes
209 fi; }
210 IFS=$as_save_IFS
211
212
213       if test "x$CONFIG_SHELL" != x; then :
214   # We cannot yet assume a decent shell, so we have to provide a
215         # neutralization value for shells without unset; and this also
216         # works around shells that cannot unset nonexistent variables.
217         BASH_ENV=/dev/null
218         ENV=/dev/null
219         (unset BASH_ENV) >/dev/null 2>&1 && unset BASH_ENV ENV
220         export CONFIG_SHELL
221         exec "$CONFIG_SHELL" "$as_myself" ${1+"$@"}
222 fi
223
224     if test x$as_have_required = xno; then :
225   $as_echo "$0: This script requires a shell more modern than all"
226   $as_echo "$0: the shells that I found on your system."
227   if test x${ZSH_VERSION+set} = xset ; then
228     $as_echo "$0: In particular, zsh $ZSH_VERSION has bugs and should"
229     $as_echo "$0: be upgraded to zsh 4.3.4 or later."
230   else
231     $as_echo "$0: Please tell bug-autoconf@gnu.org and
232 $0: wine-devel@winehq.org about your system, including any
233 $0: error possibly output before this message. Then install
234 $0: a modern shell, or manually run the script under such a
235 $0: shell if you do have one."
236   fi
237   exit 1
238 fi
239 fi
240 fi
241 SHELL=${CONFIG_SHELL-/bin/sh}
242 export SHELL
243 # Unset more variables known to interfere with behavior of common tools.
244 CLICOLOR_FORCE= GREP_OPTIONS=
245 unset CLICOLOR_FORCE GREP_OPTIONS
246
247 ## --------------------- ##
248 ## M4sh Shell Functions. ##
249 ## --------------------- ##
250 # as_fn_unset VAR
251 # ---------------
252 # Portably unset VAR.
253 as_fn_unset ()
254 {
255   { eval $1=; unset $1;}
256 }
257 as_unset=as_fn_unset
258
259 # as_fn_set_status STATUS
260 # -----------------------
261 # Set $? to STATUS, without forking.
262 as_fn_set_status ()
263 {
264   return $1
265 } # as_fn_set_status
266
267 # as_fn_exit STATUS
268 # -----------------
269 # Exit the shell with STATUS, even in a "trap 0" or "set -e" context.
270 as_fn_exit ()
271 {
272   set +e
273   as_fn_set_status $1
274   exit $1
275 } # as_fn_exit
276
277 # as_fn_mkdir_p
278 # -------------
279 # Create "$as_dir" as a directory, including parents if necessary.
280 as_fn_mkdir_p ()
281 {
282
283   case $as_dir in #(
284   -*) as_dir=./$as_dir;;
285   esac
286   test -d "$as_dir" || eval $as_mkdir_p || {
287     as_dirs=
288     while :; do
289       case $as_dir in #(
290       *\'*) as_qdir=`$as_echo "$as_dir" | sed "s/'/'\\\\\\\\''/g"`;; #'(
291       *) as_qdir=$as_dir;;
292       esac
293       as_dirs="'$as_qdir' $as_dirs"
294       as_dir=`$as_dirname -- "$as_dir" ||
295 $as_expr X"$as_dir" : 'X\(.*[^/]\)//*[^/][^/]*/*$' \| \
296          X"$as_dir" : 'X\(//\)[^/]' \| \
297          X"$as_dir" : 'X\(//\)$' \| \
298          X"$as_dir" : 'X\(/\)' \| . 2>/dev/null ||
299 $as_echo X"$as_dir" |
300     sed '/^X\(.*[^/]\)\/\/*[^/][^/]*\/*$/{
301             s//\1/
302             q
303           }
304           /^X\(\/\/\)[^/].*/{
305             s//\1/
306             q
307           }
308           /^X\(\/\/\)$/{
309             s//\1/
310             q
311           }
312           /^X\(\/\).*/{
313             s//\1/
314             q
315           }
316           s/.*/./; q'`
317       test -d "$as_dir" && break
318     done
319     test -z "$as_dirs" || eval "mkdir $as_dirs"
320   } || test -d "$as_dir" || as_fn_error "cannot create directory $as_dir"
321
322
323 } # as_fn_mkdir_p
324 # as_fn_append VAR VALUE
325 # ----------------------
326 # Append the text in VALUE to the end of the definition contained in VAR. Take
327 # advantage of any shell optimizations that allow amortized linear growth over
328 # repeated appends, instead of the typical quadratic growth present in naive
329 # implementations.
330 if (eval "as_var=1; as_var+=2; test x\$as_var = x12") 2>/dev/null; then :
331   eval 'as_fn_append ()
332   {
333     eval $1+=\$2
334   }'
335 else
336   as_fn_append ()
337   {
338     eval $1=\$$1\$2
339   }
340 fi # as_fn_append
341
342 # as_fn_arith ARG...
343 # ------------------
344 # Perform arithmetic evaluation on the ARGs, and store the result in the
345 # global $as_val. Take advantage of shells that can avoid forks. The arguments
346 # must be portable across $(()) and expr.
347 if (eval "test \$(( 1 + 1 )) = 2") 2>/dev/null; then :
348   eval 'as_fn_arith ()
349   {
350     as_val=$(( $* ))
351   }'
352 else
353   as_fn_arith ()
354   {
355     as_val=`expr "$@" || test $? -eq 1`
356   }
357 fi # as_fn_arith
358
359
360 # as_fn_error ERROR [LINENO LOG_FD]
361 # ---------------------------------
362 # Output "`basename $0`: error: ERROR" to stderr. If LINENO and LOG_FD are
363 # provided, also output the error to LOG_FD, referencing LINENO. Then exit the
364 # script with status $?, using 1 if that was 0.
365 as_fn_error ()
366 {
367   as_status=$?; test $as_status -eq 0 && as_status=1
368   if test "$3"; then
369     as_lineno=${as_lineno-"$2"} as_lineno_stack=as_lineno_stack=$as_lineno_stack
370     $as_echo "$as_me:${as_lineno-$LINENO}: error: $1" >&$3
371   fi
372   $as_echo "$as_me: error: $1" >&2
373   as_fn_exit $as_status
374 } # as_fn_error
375
376 if expr a : '\(a\)' >/dev/null 2>&1 &&
377    test "X`expr 00001 : '.*\(...\)'`" = X001; then
378   as_expr=expr
379 else
380   as_expr=false
381 fi
382
383 if (basename -- /) >/dev/null 2>&1 && test "X`basename -- / 2>&1`" = "X/"; then
384   as_basename=basename
385 else
386   as_basename=false
387 fi
388
389 if (as_dir=`dirname -- /` && test "X$as_dir" = X/) >/dev/null 2>&1; then
390   as_dirname=dirname
391 else
392   as_dirname=false
393 fi
394
395 as_me=`$as_basename -- "$0" ||
396 $as_expr X/"$0" : '.*/\([^/][^/]*\)/*$' \| \
397          X"$0" : 'X\(//\)$' \| \
398          X"$0" : 'X\(/\)' \| . 2>/dev/null ||
399 $as_echo X/"$0" |
400     sed '/^.*\/\([^/][^/]*\)\/*$/{
401             s//\1/
402             q
403           }
404           /^X\/\(\/\/\)$/{
405             s//\1/
406             q
407           }
408           /^X\/\(\/\).*/{
409             s//\1/
410             q
411           }
412           s/.*/./; q'`
413
414 # Avoid depending upon Character Ranges.
415 as_cr_letters='abcdefghijklmnopqrstuvwxyz'
416 as_cr_LETTERS='ABCDEFGHIJKLMNOPQRSTUVWXYZ'
417 as_cr_Letters=$as_cr_letters$as_cr_LETTERS
418 as_cr_digits='0123456789'
419 as_cr_alnum=$as_cr_Letters$as_cr_digits
420
421
422   as_lineno_1=$LINENO as_lineno_1a=$LINENO
423   as_lineno_2=$LINENO as_lineno_2a=$LINENO
424   eval 'test "x$as_lineno_1'$as_run'" != "x$as_lineno_2'$as_run'" &&
425   test "x`expr $as_lineno_1'$as_run' + 1`" = "x$as_lineno_2'$as_run'"' || {
426   # Blame Lee E. McMahon (1931-1989) for sed's syntax.  :-)
427   sed -n '
428     p
429     /[$]LINENO/=
430   ' <$as_myself |
431     sed '
432       s/[$]LINENO.*/&-/
433       t lineno
434       b
435       :lineno
436       N
437       :loop
438       s/[$]LINENO\([^'$as_cr_alnum'_].*\n\)\(.*\)/\2\1\2/
439       t loop
440       s/-\n.*//
441     ' >$as_me.lineno &&
442   chmod +x "$as_me.lineno" ||
443     { $as_echo "$as_me: error: cannot create $as_me.lineno; rerun with a POSIX shell" >&2; as_fn_exit 1; }
444
445   # Don't try to exec as it changes $[0], causing all sort of problems
446   # (the dirname of $[0] is not the place where we might find the
447   # original and so on.  Autoconf is especially sensitive to this).
448   . "./$as_me.lineno"
449   # Exit status is that of the last command.
450   exit
451 }
452
453 ECHO_C= ECHO_N= ECHO_T=
454 case `echo -n x` in #(((((
455 -n*)
456   case `echo 'xy\c'` in
457   *c*) ECHO_T=' ';;     # ECHO_T is single tab character.
458   xy)  ECHO_C='\c';;
459   *)   echo `echo ksh88 bug on AIX 6.1` > /dev/null
460        ECHO_T=' ';;
461   esac;;
462 *)
463   ECHO_N='-n';;
464 esac
465
466 rm -f conf$$ conf$$.exe conf$$.file
467 if test -d conf$$.dir; then
468   rm -f conf$$.dir/conf$$.file
469 else
470   rm -f conf$$.dir
471   mkdir conf$$.dir 2>/dev/null
472 fi
473 if (echo >conf$$.file) 2>/dev/null; then
474   if ln -s conf$$.file conf$$ 2>/dev/null; then
475     as_ln_s='ln -s'
476     # ... but there are two gotchas:
477     # 1) On MSYS, both `ln -s file dir' and `ln file dir' fail.
478     # 2) DJGPP < 2.04 has no symlinks; `ln -s' creates a wrapper executable.
479     # In both cases, we have to default to `cp -p'.
480     ln -s conf$$.file conf$$.dir 2>/dev/null && test ! -f conf$$.exe ||
481       as_ln_s='cp -p'
482   elif ln conf$$.file conf$$ 2>/dev/null; then
483     as_ln_s=ln
484   else
485     as_ln_s='cp -p'
486   fi
487 else
488   as_ln_s='cp -p'
489 fi
490 rm -f conf$$ conf$$.exe conf$$.dir/conf$$.file conf$$.file
491 rmdir conf$$.dir 2>/dev/null
492
493 if mkdir -p . 2>/dev/null; then
494   as_mkdir_p='mkdir -p "$as_dir"'
495 else
496   test -d ./-p && rmdir ./-p
497   as_mkdir_p=false
498 fi
499
500 if test -x / >/dev/null 2>&1; then
501   as_test_x='test -x'
502 else
503   if ls -dL / >/dev/null 2>&1; then
504     as_ls_L_option=L
505   else
506     as_ls_L_option=
507   fi
508   as_test_x='
509     eval sh -c '\''
510       if test -d "$1"; then
511         test -d "$1/.";
512       else
513         case $1 in #(
514         -*)set "./$1";;
515         esac;
516         case `ls -ld'$as_ls_L_option' "$1" 2>/dev/null` in #((
517         ???[sx]*):;;*)false;;esac;fi
518     '\'' sh
519   '
520 fi
521 as_executable_p=$as_test_x
522
523 # Sed expression to map a string onto a valid CPP name.
524 as_tr_cpp="eval sed 'y%*$as_cr_letters%P$as_cr_LETTERS%;s%[^_$as_cr_alnum]%_%g'"
525
526 # Sed expression to map a string onto a valid variable name.
527 as_tr_sh="eval sed 'y%*+%pp%;s%[^_$as_cr_alnum]%_%g'"
528
529
530 exec 7<&0 </dev/null 6>&1
531
532 # Name of the host.
533 # hostname on some systems (SVR3.2, Linux) returns a bogus exit status,
534 # so uname gets run too.
535 ac_hostname=`(hostname || uname -n) 2>/dev/null | sed 1q`
536
537 #
538 # Initializations.
539 #
540 ac_default_prefix=/usr/local
541 ac_clean_files=
542 ac_config_libobj_dir=.
543 LIBOBJS=
544 cross_compiling=no
545 subdirs=
546 MFLAGS=
547 MAKEFLAGS=
548
549 # Identity of this package.
550 PACKAGE_NAME='Wine'
551 PACKAGE_TARNAME='wine'
552 PACKAGE_VERSION='1.1.33'
553 PACKAGE_STRING='Wine 1.1.33'
554 PACKAGE_BUGREPORT='wine-devel@winehq.org'
555 PACKAGE_URL='http://www.winehq.org'
556
557 ac_unique_file="server/atom.c"
558 # Factoring default headers for most tests.
559 ac_includes_default="\
560 #include <stdio.h>
561 #ifdef HAVE_SYS_TYPES_H
562 # include <sys/types.h>
563 #endif
564 #ifdef HAVE_SYS_STAT_H
565 # include <sys/stat.h>
566 #endif
567 #ifdef STDC_HEADERS
568 # include <stdlib.h>
569 # include <stddef.h>
570 #else
571 # ifdef HAVE_STDLIB_H
572 #  include <stdlib.h>
573 # endif
574 #endif
575 #ifdef HAVE_STRING_H
576 # if !defined STDC_HEADERS && defined HAVE_MEMORY_H
577 #  include <memory.h>
578 # endif
579 # include <string.h>
580 #endif
581 #ifdef HAVE_STRINGS_H
582 # include <strings.h>
583 #endif
584 #ifdef HAVE_INTTYPES_H
585 # include <inttypes.h>
586 #endif
587 #ifdef HAVE_STDINT_H
588 # include <stdint.h>
589 #endif
590 #ifdef HAVE_UNISTD_H
591 # include <unistd.h>
592 #endif"
593
594 ac_subst_vars='LTLIBOBJS
595 LIBOBJS
596 ALL_WINETEST_DEPENDS
597 ALL_PROGRAM_BIN_INSTALL_DIRS
598 ALL_PROGRAM_INSTALL_DIRS
599 ALL_PROGRAM_DIRS
600 ALL_TEST_DIRS
601 ALL_IMPLIB_DIRS
602 ALL_DLL_DIRS
603 ALL_TOP_DIRS
604 ALL_MAKEFILE_DEPENDS
605 ALL_MAKEFILES
606 ALL_MAKERULES
607 DEPENDENCIES
608 LDAPLIBS
609 LIBPOLL
610 LIBDL
611 EXTRA_BINARIES
612 MAIN_BINARY
613 SOCKETLIBS
614 CRTLIBS
615 TOOLSEXT
616 LDPATH
617 BUILTINFLAG
618 EXTRACFLAGS
619 LIBKSTAT
620 LIBMPG123
621 PNGINCL
622 FONTCONFIGINCL
623 CUPSINCL
624 AUDIOIOLIBS
625 ALSALIBS
626 ESDLIBS
627 ESDINCL
628 ESDCONFIG
629 ZLIB
630 FREETYPEINCL
631 FREETYPELIBS
632 ft_devel
633 LCMSLIBS
634 RESOLVLIBS
635 GPHOTO2INCL
636 GPHOTO2LIBS
637 gphoto2port_devel
638 gphoto2_devel
639 SANEINCL
640 sane_devel
641 GNUTLSINCL
642 HALINCL
643 XSLTINCL
644 XML2INCL
645 XML2LIBS
646 NASLIBS
647 X_EXTRA_LIBS
648 X_LIBS
649 X_PRE_LIBS
650 X_CFLAGS
651 XMKMF
652 LIBPTHREAD
653 CROSSTARGETFLAGS
654 CROSSTEST
655 CROSSCC
656 CARBONLIB
657 LIBOPENAL
658 COREAUDIO
659 DISKARBITRATIONLIB
660 LDEXECFLAGS
661 IOKITLIB
662 COREFOUNDATIONLIB
663 SECURITYLIB
664 MINGWAR
665 DLLWRAP
666 DLLTOOL
667 LDD
668 LDRPATH_LOCAL
669 LDRPATH_INSTALL
670 IMPLIBEXT
671 LIBEXT
672 LDDLLFLAGS
673 LDSHARED
674 DLLFLAGS
675 DLLEXT
676 CPP
677 OPENGL_LIBS
678 XLIB
679 PRELINK
680 ICOTOOL
681 RSVG
682 PKG_CONFIG
683 FONTFORGE
684 LINTFLAGS
685 LINT
686 INSTALL_DATA
687 INSTALL_SCRIPT
688 INSTALL_PROGRAM
689 LDCONFIG
690 EGREP
691 GREP
692 LN
693 LN_S
694 STRIP
695 RANLIB
696 ARFLAGS
697 ac_ct_AR
698 AR
699 BISON
700 FLEX
701 TOOLSDIR
702 WOW64_DISABLE
703 WIN16_INSTALL
704 WIN16_FILES
705 TARGETFLAGS
706 CPPBIN
707 ac_ct_CXX
708 CXXFLAGS
709 CXX
710 OBJEXT
711 EXEEXT
712 ac_ct_CC
713 CPPFLAGS
714 LDFLAGS
715 CFLAGS
716 CC
717 SET_MAKE
718 host_os
719 host_vendor
720 host_cpu
721 host
722 build_os
723 build_vendor
724 build_cpu
725 build
726 MAINTAINER_MODE
727 target_alias
728 host_alias
729 build_alias
730 LIBS
731 ECHO_T
732 ECHO_N
733 ECHO_C
734 DEFS
735 mandir
736 localedir
737 libdir
738 psdir
739 pdfdir
740 dvidir
741 htmldir
742 infodir
743 docdir
744 oldincludedir
745 includedir
746 localstatedir
747 sharedstatedir
748 sysconfdir
749 datadir
750 datarootdir
751 libexecdir
752 sbindir
753 bindir
754 program_transform_name
755 prefix
756 exec_prefix
757 PACKAGE_URL
758 PACKAGE_BUGREPORT
759 PACKAGE_STRING
760 PACKAGE_VERSION
761 PACKAGE_TARNAME
762 PACKAGE_NAME
763 PATH_SEPARATOR
764 SHELL'
765 ac_subst_files='MAKE_RULES
766 MAKE_DLL_RULES
767 MAKE_IMPLIB_RULES
768 MAKE_TEST_RULES
769 MAKE_PROG_RULES'
770 ac_user_opts='
771 enable_option_checking
772 enable_win16
773 enable_win64
774 enable_tests
775 enable_maintainer_mode
776 with_alsa
777 with_audioio
778 with_capi
779 with_cms
780 with_coreaudio
781 with_cups
782 with_curses
783 with_esd
784 with_fontconfig
785 with_freetype
786 with_gphoto
787 with_glu
788 with_gnutls
789 with_gsm
790 with_hal
791 with_jack
792 with_jpeg
793 with_ldap
794 with_mpg123
795 with_nas
796 with_openal
797 with_opengl
798 with_openssl
799 with_oss
800 with_png
801 with_pthread
802 with_sane
803 with_xcomposite
804 with_xcursor
805 with_xinerama
806 with_xinput
807 with_xml
808 with_xrandr
809 with_xrender
810 with_xshape
811 with_xshm
812 with_xslt
813 with_xxf86vm
814 with_wine_tools
815 with_wine64
816 enable_largefile
817 with_x
818 '
819       ac_precious_vars='build_alias
820 host_alias
821 target_alias
822 CC
823 CFLAGS
824 LDFLAGS
825 LIBS
826 CPPFLAGS
827 CXX
828 CXXFLAGS
829 CCC
830 CPP
831 XMKMF'
832
833
834 # Initialize some variables set by options.
835 ac_init_help=
836 ac_init_version=false
837 ac_unrecognized_opts=
838 ac_unrecognized_sep=
839 # The variables have the same names as the options, with
840 # dashes changed to underlines.
841 cache_file=/dev/null
842 exec_prefix=NONE
843 no_create=
844 no_recursion=
845 prefix=NONE
846 program_prefix=NONE
847 program_suffix=NONE
848 program_transform_name=s,x,x,
849 silent=
850 site=
851 srcdir=
852 verbose=
853 x_includes=NONE
854 x_libraries=NONE
855
856 # Installation directory options.
857 # These are left unexpanded so users can "make install exec_prefix=/foo"
858 # and all the variables that are supposed to be based on exec_prefix
859 # by default will actually change.
860 # Use braces instead of parens because sh, perl, etc. also accept them.
861 # (The list follows the same order as the GNU Coding Standards.)
862 bindir='${exec_prefix}/bin'
863 sbindir='${exec_prefix}/sbin'
864 libexecdir='${exec_prefix}/libexec'
865 datarootdir='${prefix}/share'
866 datadir='${datarootdir}'
867 sysconfdir='${prefix}/etc'
868 sharedstatedir='${prefix}/com'
869 localstatedir='${prefix}/var'
870 includedir='${prefix}/include'
871 oldincludedir='/usr/include'
872 docdir='${datarootdir}/doc/${PACKAGE_TARNAME}'
873 infodir='${datarootdir}/info'
874 htmldir='${docdir}'
875 dvidir='${docdir}'
876 pdfdir='${docdir}'
877 psdir='${docdir}'
878 libdir='${exec_prefix}/lib'
879 localedir='${datarootdir}/locale'
880 mandir='${datarootdir}/man'
881
882 ac_prev=
883 ac_dashdash=
884 for ac_option
885 do
886   # If the previous option needs an argument, assign it.
887   if test -n "$ac_prev"; then
888     eval $ac_prev=\$ac_option
889     ac_prev=
890     continue
891   fi
892
893   case $ac_option in
894   *=*)  ac_optarg=`expr "X$ac_option" : '[^=]*=\(.*\)'` ;;
895   *)    ac_optarg=yes ;;
896   esac
897
898   # Accept the important Cygnus configure options, so we can diagnose typos.
899
900   case $ac_dashdash$ac_option in
901   --)
902     ac_dashdash=yes ;;
903
904   -bindir | --bindir | --bindi | --bind | --bin | --bi)
905     ac_prev=bindir ;;
906   -bindir=* | --bindir=* | --bindi=* | --bind=* | --bin=* | --bi=*)
907     bindir=$ac_optarg ;;
908
909   -build | --build | --buil | --bui | --bu)
910     ac_prev=build_alias ;;
911   -build=* | --build=* | --buil=* | --bui=* | --bu=*)
912     build_alias=$ac_optarg ;;
913
914   -cache-file | --cache-file | --cache-fil | --cache-fi \
915   | --cache-f | --cache- | --cache | --cach | --cac | --ca | --c)
916     ac_prev=cache_file ;;
917   -cache-file=* | --cache-file=* | --cache-fil=* | --cache-fi=* \
918   | --cache-f=* | --cache-=* | --cache=* | --cach=* | --cac=* | --ca=* | --c=*)
919     cache_file=$ac_optarg ;;
920
921   --config-cache | -C)
922     cache_file=config.cache ;;
923
924   -datadir | --datadir | --datadi | --datad)
925     ac_prev=datadir ;;
926   -datadir=* | --datadir=* | --datadi=* | --datad=*)
927     datadir=$ac_optarg ;;
928
929   -datarootdir | --datarootdir | --datarootdi | --datarootd | --dataroot \
930   | --dataroo | --dataro | --datar)
931     ac_prev=datarootdir ;;
932   -datarootdir=* | --datarootdir=* | --datarootdi=* | --datarootd=* \
933   | --dataroot=* | --dataroo=* | --dataro=* | --datar=*)
934     datarootdir=$ac_optarg ;;
935
936   -disable-* | --disable-*)
937     ac_useropt=`expr "x$ac_option" : 'x-*disable-\(.*\)'`
938     # Reject names that are not valid shell variable names.
939     expr "x$ac_useropt" : ".*[^-+._$as_cr_alnum]" >/dev/null &&
940       as_fn_error "invalid feature name: $ac_useropt"
941     ac_useropt_orig=$ac_useropt
942     ac_useropt=`$as_echo "$ac_useropt" | sed 's/[-+.]/_/g'`
943     case $ac_user_opts in
944       *"
945 "enable_$ac_useropt"
946 "*) ;;
947       *) ac_unrecognized_opts="$ac_unrecognized_opts$ac_unrecognized_sep--disable-$ac_useropt_orig"
948          ac_unrecognized_sep=', ';;
949     esac
950     eval enable_$ac_useropt=no ;;
951
952   -docdir | --docdir | --docdi | --doc | --do)
953     ac_prev=docdir ;;
954   -docdir=* | --docdir=* | --docdi=* | --doc=* | --do=*)
955     docdir=$ac_optarg ;;
956
957   -dvidir | --dvidir | --dvidi | --dvid | --dvi | --dv)
958     ac_prev=dvidir ;;
959   -dvidir=* | --dvidir=* | --dvidi=* | --dvid=* | --dvi=* | --dv=*)
960     dvidir=$ac_optarg ;;
961
962   -enable-* | --enable-*)
963     ac_useropt=`expr "x$ac_option" : 'x-*enable-\([^=]*\)'`
964     # Reject names that are not valid shell variable names.
965     expr "x$ac_useropt" : ".*[^-+._$as_cr_alnum]" >/dev/null &&
966       as_fn_error "invalid feature name: $ac_useropt"
967     ac_useropt_orig=$ac_useropt
968     ac_useropt=`$as_echo "$ac_useropt" | sed 's/[-+.]/_/g'`
969     case $ac_user_opts in
970       *"
971 "enable_$ac_useropt"
972 "*) ;;
973       *) ac_unrecognized_opts="$ac_unrecognized_opts$ac_unrecognized_sep--enable-$ac_useropt_orig"
974          ac_unrecognized_sep=', ';;
975     esac
976     eval enable_$ac_useropt=\$ac_optarg ;;
977
978   -exec-prefix | --exec_prefix | --exec-prefix | --exec-prefi \
979   | --exec-pref | --exec-pre | --exec-pr | --exec-p | --exec- \
980   | --exec | --exe | --ex)
981     ac_prev=exec_prefix ;;
982   -exec-prefix=* | --exec_prefix=* | --exec-prefix=* | --exec-prefi=* \
983   | --exec-pref=* | --exec-pre=* | --exec-pr=* | --exec-p=* | --exec-=* \
984   | --exec=* | --exe=* | --ex=*)
985     exec_prefix=$ac_optarg ;;
986
987   -gas | --gas | --ga | --g)
988     # Obsolete; use --with-gas.
989     with_gas=yes ;;
990
991   -help | --help | --hel | --he | -h)
992     ac_init_help=long ;;
993   -help=r* | --help=r* | --hel=r* | --he=r* | -hr*)
994     ac_init_help=recursive ;;
995   -help=s* | --help=s* | --hel=s* | --he=s* | -hs*)
996     ac_init_help=short ;;
997
998   -host | --host | --hos | --ho)
999     ac_prev=host_alias ;;
1000   -host=* | --host=* | --hos=* | --ho=*)
1001     host_alias=$ac_optarg ;;
1002
1003   -htmldir | --htmldir | --htmldi | --htmld | --html | --htm | --ht)
1004     ac_prev=htmldir ;;
1005   -htmldir=* | --htmldir=* | --htmldi=* | --htmld=* | --html=* | --htm=* \
1006   | --ht=*)
1007     htmldir=$ac_optarg ;;
1008
1009   -includedir | --includedir | --includedi | --included | --include \
1010   | --includ | --inclu | --incl | --inc)
1011     ac_prev=includedir ;;
1012   -includedir=* | --includedir=* | --includedi=* | --included=* | --include=* \
1013   | --includ=* | --inclu=* | --incl=* | --inc=*)
1014     includedir=$ac_optarg ;;
1015
1016   -infodir | --infodir | --infodi | --infod | --info | --inf)
1017     ac_prev=infodir ;;
1018   -infodir=* | --infodir=* | --infodi=* | --infod=* | --info=* | --inf=*)
1019     infodir=$ac_optarg ;;
1020
1021   -libdir | --libdir | --libdi | --libd)
1022     ac_prev=libdir ;;
1023   -libdir=* | --libdir=* | --libdi=* | --libd=*)
1024     libdir=$ac_optarg ;;
1025
1026   -libexecdir | --libexecdir | --libexecdi | --libexecd | --libexec \
1027   | --libexe | --libex | --libe)
1028     ac_prev=libexecdir ;;
1029   -libexecdir=* | --libexecdir=* | --libexecdi=* | --libexecd=* | --libexec=* \
1030   | --libexe=* | --libex=* | --libe=*)
1031     libexecdir=$ac_optarg ;;
1032
1033   -localedir | --localedir | --localedi | --localed | --locale)
1034     ac_prev=localedir ;;
1035   -localedir=* | --localedir=* | --localedi=* | --localed=* | --locale=*)
1036     localedir=$ac_optarg ;;
1037
1038   -localstatedir | --localstatedir | --localstatedi | --localstated \
1039   | --localstate | --localstat | --localsta | --localst | --locals)
1040     ac_prev=localstatedir ;;
1041   -localstatedir=* | --localstatedir=* | --localstatedi=* | --localstated=* \
1042   | --localstate=* | --localstat=* | --localsta=* | --localst=* | --locals=*)
1043     localstatedir=$ac_optarg ;;
1044
1045   -mandir | --mandir | --mandi | --mand | --man | --ma | --m)
1046     ac_prev=mandir ;;
1047   -mandir=* | --mandir=* | --mandi=* | --mand=* | --man=* | --ma=* | --m=*)
1048     mandir=$ac_optarg ;;
1049
1050   -nfp | --nfp | --nf)
1051     # Obsolete; use --without-fp.
1052     with_fp=no ;;
1053
1054   -no-create | --no-create | --no-creat | --no-crea | --no-cre \
1055   | --no-cr | --no-c | -n)
1056     no_create=yes ;;
1057
1058   -no-recursion | --no-recursion | --no-recursio | --no-recursi \
1059   | --no-recurs | --no-recur | --no-recu | --no-rec | --no-re | --no-r)
1060     no_recursion=yes ;;
1061
1062   -oldincludedir | --oldincludedir | --oldincludedi | --oldincluded \
1063   | --oldinclude | --oldinclud | --oldinclu | --oldincl | --oldinc \
1064   | --oldin | --oldi | --old | --ol | --o)
1065     ac_prev=oldincludedir ;;
1066   -oldincludedir=* | --oldincludedir=* | --oldincludedi=* | --oldincluded=* \
1067   | --oldinclude=* | --oldinclud=* | --oldinclu=* | --oldincl=* | --oldinc=* \
1068   | --oldin=* | --oldi=* | --old=* | --ol=* | --o=*)
1069     oldincludedir=$ac_optarg ;;
1070
1071   -prefix | --prefix | --prefi | --pref | --pre | --pr | --p)
1072     ac_prev=prefix ;;
1073   -prefix=* | --prefix=* | --prefi=* | --pref=* | --pre=* | --pr=* | --p=*)
1074     prefix=$ac_optarg ;;
1075
1076   -program-prefix | --program-prefix | --program-prefi | --program-pref \
1077   | --program-pre | --program-pr | --program-p)
1078     ac_prev=program_prefix ;;
1079   -program-prefix=* | --program-prefix=* | --program-prefi=* \
1080   | --program-pref=* | --program-pre=* | --program-pr=* | --program-p=*)
1081     program_prefix=$ac_optarg ;;
1082
1083   -program-suffix | --program-suffix | --program-suffi | --program-suff \
1084   | --program-suf | --program-su | --program-s)
1085     ac_prev=program_suffix ;;
1086   -program-suffix=* | --program-suffix=* | --program-suffi=* \
1087   | --program-suff=* | --program-suf=* | --program-su=* | --program-s=*)
1088     program_suffix=$ac_optarg ;;
1089
1090   -program-transform-name | --program-transform-name \
1091   | --program-transform-nam | --program-transform-na \
1092   | --program-transform-n | --program-transform- \
1093   | --program-transform | --program-transfor \
1094   | --program-transfo | --program-transf \
1095   | --program-trans | --program-tran \
1096   | --progr-tra | --program-tr | --program-t)
1097     ac_prev=program_transform_name ;;
1098   -program-transform-name=* | --program-transform-name=* \
1099   | --program-transform-nam=* | --program-transform-na=* \
1100   | --program-transform-n=* | --program-transform-=* \
1101   | --program-transform=* | --program-transfor=* \
1102   | --program-transfo=* | --program-transf=* \
1103   | --program-trans=* | --program-tran=* \
1104   | --progr-tra=* | --program-tr=* | --program-t=*)
1105     program_transform_name=$ac_optarg ;;
1106
1107   -pdfdir | --pdfdir | --pdfdi | --pdfd | --pdf | --pd)
1108     ac_prev=pdfdir ;;
1109   -pdfdir=* | --pdfdir=* | --pdfdi=* | --pdfd=* | --pdf=* | --pd=*)
1110     pdfdir=$ac_optarg ;;
1111
1112   -psdir | --psdir | --psdi | --psd | --ps)
1113     ac_prev=psdir ;;
1114   -psdir=* | --psdir=* | --psdi=* | --psd=* | --ps=*)
1115     psdir=$ac_optarg ;;
1116
1117   -q | -quiet | --quiet | --quie | --qui | --qu | --q \
1118   | -silent | --silent | --silen | --sile | --sil)
1119     silent=yes ;;
1120
1121   -sbindir | --sbindir | --sbindi | --sbind | --sbin | --sbi | --sb)
1122     ac_prev=sbindir ;;
1123   -sbindir=* | --sbindir=* | --sbindi=* | --sbind=* | --sbin=* \
1124   | --sbi=* | --sb=*)
1125     sbindir=$ac_optarg ;;
1126
1127   -sharedstatedir | --sharedstatedir | --sharedstatedi \
1128   | --sharedstated | --sharedstate | --sharedstat | --sharedsta \
1129   | --sharedst | --shareds | --shared | --share | --shar \
1130   | --sha | --sh)
1131     ac_prev=sharedstatedir ;;
1132   -sharedstatedir=* | --sharedstatedir=* | --sharedstatedi=* \
1133   | --sharedstated=* | --sharedstate=* | --sharedstat=* | --sharedsta=* \
1134   | --sharedst=* | --shareds=* | --shared=* | --share=* | --shar=* \
1135   | --sha=* | --sh=*)
1136     sharedstatedir=$ac_optarg ;;
1137
1138   -site | --site | --sit)
1139     ac_prev=site ;;
1140   -site=* | --site=* | --sit=*)
1141     site=$ac_optarg ;;
1142
1143   -srcdir | --srcdir | --srcdi | --srcd | --src | --sr)
1144     ac_prev=srcdir ;;
1145   -srcdir=* | --srcdir=* | --srcdi=* | --srcd=* | --src=* | --sr=*)
1146     srcdir=$ac_optarg ;;
1147
1148   -sysconfdir | --sysconfdir | --sysconfdi | --sysconfd | --sysconf \
1149   | --syscon | --sysco | --sysc | --sys | --sy)
1150     ac_prev=sysconfdir ;;
1151   -sysconfdir=* | --sysconfdir=* | --sysconfdi=* | --sysconfd=* | --sysconf=* \
1152   | --syscon=* | --sysco=* | --sysc=* | --sys=* | --sy=*)
1153     sysconfdir=$ac_optarg ;;
1154
1155   -target | --target | --targe | --targ | --tar | --ta | --t)
1156     ac_prev=target_alias ;;
1157   -target=* | --target=* | --targe=* | --targ=* | --tar=* | --ta=* | --t=*)
1158     target_alias=$ac_optarg ;;
1159
1160   -v | -verbose | --verbose | --verbos | --verbo | --verb)
1161     verbose=yes ;;
1162
1163   -version | --version | --versio | --versi | --vers | -V)
1164     ac_init_version=: ;;
1165
1166   -with-* | --with-*)
1167     ac_useropt=`expr "x$ac_option" : 'x-*with-\([^=]*\)'`
1168     # Reject names that are not valid shell variable names.
1169     expr "x$ac_useropt" : ".*[^-+._$as_cr_alnum]" >/dev/null &&
1170       as_fn_error "invalid package name: $ac_useropt"
1171     ac_useropt_orig=$ac_useropt
1172     ac_useropt=`$as_echo "$ac_useropt" | sed 's/[-+.]/_/g'`
1173     case $ac_user_opts in
1174       *"
1175 "with_$ac_useropt"
1176 "*) ;;
1177       *) ac_unrecognized_opts="$ac_unrecognized_opts$ac_unrecognized_sep--with-$ac_useropt_orig"
1178          ac_unrecognized_sep=', ';;
1179     esac
1180     eval with_$ac_useropt=\$ac_optarg ;;
1181
1182   -without-* | --without-*)
1183     ac_useropt=`expr "x$ac_option" : 'x-*without-\(.*\)'`
1184     # Reject names that are not valid shell variable names.
1185     expr "x$ac_useropt" : ".*[^-+._$as_cr_alnum]" >/dev/null &&
1186       as_fn_error "invalid package name: $ac_useropt"
1187     ac_useropt_orig=$ac_useropt
1188     ac_useropt=`$as_echo "$ac_useropt" | sed 's/[-+.]/_/g'`
1189     case $ac_user_opts in
1190       *"
1191 "with_$ac_useropt"
1192 "*) ;;
1193       *) ac_unrecognized_opts="$ac_unrecognized_opts$ac_unrecognized_sep--without-$ac_useropt_orig"
1194          ac_unrecognized_sep=', ';;
1195     esac
1196     eval with_$ac_useropt=no ;;
1197
1198   --x)
1199     # Obsolete; use --with-x.
1200     with_x=yes ;;
1201
1202   -x-includes | --x-includes | --x-include | --x-includ | --x-inclu \
1203   | --x-incl | --x-inc | --x-in | --x-i)
1204     ac_prev=x_includes ;;
1205   -x-includes=* | --x-includes=* | --x-include=* | --x-includ=* | --x-inclu=* \
1206   | --x-incl=* | --x-inc=* | --x-in=* | --x-i=*)
1207     x_includes=$ac_optarg ;;
1208
1209   -x-libraries | --x-libraries | --x-librarie | --x-librari \
1210   | --x-librar | --x-libra | --x-libr | --x-lib | --x-li | --x-l)
1211     ac_prev=x_libraries ;;
1212   -x-libraries=* | --x-libraries=* | --x-librarie=* | --x-librari=* \
1213   | --x-librar=* | --x-libra=* | --x-libr=* | --x-lib=* | --x-li=* | --x-l=*)
1214     x_libraries=$ac_optarg ;;
1215
1216   -*) as_fn_error "unrecognized option: \`$ac_option'
1217 Try \`$0 --help' for more information."
1218     ;;
1219
1220   *=*)
1221     ac_envvar=`expr "x$ac_option" : 'x\([^=]*\)='`
1222     # Reject names that are not valid shell variable names.
1223     case $ac_envvar in #(
1224       '' | [0-9]* | *[!_$as_cr_alnum]* )
1225       as_fn_error "invalid variable name: \`$ac_envvar'" ;;
1226     esac
1227     eval $ac_envvar=\$ac_optarg
1228     export $ac_envvar ;;
1229
1230   *)
1231     # FIXME: should be removed in autoconf 3.0.
1232     $as_echo "$as_me: WARNING: you should use --build, --host, --target" >&2
1233     expr "x$ac_option" : ".*[^-._$as_cr_alnum]" >/dev/null &&
1234       $as_echo "$as_me: WARNING: invalid host type: $ac_option" >&2
1235     : ${build_alias=$ac_option} ${host_alias=$ac_option} ${target_alias=$ac_option}
1236     ;;
1237
1238   esac
1239 done
1240
1241 if test -n "$ac_prev"; then
1242   ac_option=--`echo $ac_prev | sed 's/_/-/g'`
1243   as_fn_error "missing argument to $ac_option"
1244 fi
1245
1246 if test -n "$ac_unrecognized_opts"; then
1247   case $enable_option_checking in
1248     no) ;;
1249     fatal) as_fn_error "unrecognized options: $ac_unrecognized_opts" ;;
1250     *)     $as_echo "$as_me: WARNING: unrecognized options: $ac_unrecognized_opts" >&2 ;;
1251   esac
1252 fi
1253
1254 # Check all directory arguments for consistency.
1255 for ac_var in   exec_prefix prefix bindir sbindir libexecdir datarootdir \
1256                 datadir sysconfdir sharedstatedir localstatedir includedir \
1257                 oldincludedir docdir infodir htmldir dvidir pdfdir psdir \
1258                 libdir localedir mandir
1259 do
1260   eval ac_val=\$$ac_var
1261   # Remove trailing slashes.
1262   case $ac_val in
1263     */ )
1264       ac_val=`expr "X$ac_val" : 'X\(.*[^/]\)' \| "X$ac_val" : 'X\(.*\)'`
1265       eval $ac_var=\$ac_val;;
1266   esac
1267   # Be sure to have absolute directory names.
1268   case $ac_val in
1269     [\\/$]* | ?:[\\/]* )  continue;;
1270     NONE | '' ) case $ac_var in *prefix ) continue;; esac;;
1271   esac
1272   as_fn_error "expected an absolute directory name for --$ac_var: $ac_val"
1273 done
1274
1275 # There might be people who depend on the old broken behavior: `$host'
1276 # used to hold the argument of --host etc.
1277 # FIXME: To remove some day.
1278 build=$build_alias
1279 host=$host_alias
1280 target=$target_alias
1281
1282 # FIXME: To remove some day.
1283 if test "x$host_alias" != x; then
1284   if test "x$build_alias" = x; then
1285     cross_compiling=maybe
1286     $as_echo "$as_me: WARNING: If you wanted to set the --build type, don't use --host.
1287     If a cross compiler is detected then cross compile mode will be used." >&2
1288   elif test "x$build_alias" != "x$host_alias"; then
1289     cross_compiling=yes
1290   fi
1291 fi
1292
1293 ac_tool_prefix=
1294 test -n "$host_alias" && ac_tool_prefix=$host_alias-
1295
1296 test "$silent" = yes && exec 6>/dev/null
1297
1298
1299 ac_pwd=`pwd` && test -n "$ac_pwd" &&
1300 ac_ls_di=`ls -di .` &&
1301 ac_pwd_ls_di=`cd "$ac_pwd" && ls -di .` ||
1302   as_fn_error "working directory cannot be determined"
1303 test "X$ac_ls_di" = "X$ac_pwd_ls_di" ||
1304   as_fn_error "pwd does not report name of working directory"
1305
1306
1307 # Find the source files, if location was not specified.
1308 if test -z "$srcdir"; then
1309   ac_srcdir_defaulted=yes
1310   # Try the directory containing this script, then the parent directory.
1311   ac_confdir=`$as_dirname -- "$as_myself" ||
1312 $as_expr X"$as_myself" : 'X\(.*[^/]\)//*[^/][^/]*/*$' \| \
1313          X"$as_myself" : 'X\(//\)[^/]' \| \
1314          X"$as_myself" : 'X\(//\)$' \| \
1315          X"$as_myself" : 'X\(/\)' \| . 2>/dev/null ||
1316 $as_echo X"$as_myself" |
1317     sed '/^X\(.*[^/]\)\/\/*[^/][^/]*\/*$/{
1318             s//\1/
1319             q
1320           }
1321           /^X\(\/\/\)[^/].*/{
1322             s//\1/
1323             q
1324           }
1325           /^X\(\/\/\)$/{
1326             s//\1/
1327             q
1328           }
1329           /^X\(\/\).*/{
1330             s//\1/
1331             q
1332           }
1333           s/.*/./; q'`
1334   srcdir=$ac_confdir
1335   if test ! -r "$srcdir/$ac_unique_file"; then
1336     srcdir=..
1337   fi
1338 else
1339   ac_srcdir_defaulted=no
1340 fi
1341 if test ! -r "$srcdir/$ac_unique_file"; then
1342   test "$ac_srcdir_defaulted" = yes && srcdir="$ac_confdir or .."
1343   as_fn_error "cannot find sources ($ac_unique_file) in $srcdir"
1344 fi
1345 ac_msg="sources are in $srcdir, but \`cd $srcdir' does not work"
1346 ac_abs_confdir=`(
1347         cd "$srcdir" && test -r "./$ac_unique_file" || as_fn_error "$ac_msg"
1348         pwd)`
1349 # When building in place, set srcdir=.
1350 if test "$ac_abs_confdir" = "$ac_pwd"; then
1351   srcdir=.
1352 fi
1353 # Remove unnecessary trailing slashes from srcdir.
1354 # Double slashes in file names in object file debugging info
1355 # mess up M-x gdb in Emacs.
1356 case $srcdir in
1357 */) srcdir=`expr "X$srcdir" : 'X\(.*[^/]\)' \| "X$srcdir" : 'X\(.*\)'`;;
1358 esac
1359 for ac_var in $ac_precious_vars; do
1360   eval ac_env_${ac_var}_set=\${${ac_var}+set}
1361   eval ac_env_${ac_var}_value=\$${ac_var}
1362   eval ac_cv_env_${ac_var}_set=\${${ac_var}+set}
1363   eval ac_cv_env_${ac_var}_value=\$${ac_var}
1364 done
1365
1366 #
1367 # Report the --help message.
1368 #
1369 if test "$ac_init_help" = "long"; then
1370   # Omit some internal or obsolete options to make the list less imposing.
1371   # This message is too long to be a string in the A/UX 3.1 sh.
1372   cat <<_ACEOF
1373 \`configure' configures Wine 1.1.33 to adapt to many kinds of systems.
1374
1375 Usage: $0 [OPTION]... [VAR=VALUE]...
1376
1377 To assign environment variables (e.g., CC, CFLAGS...), specify them as
1378 VAR=VALUE.  See below for descriptions of some of the useful variables.
1379
1380 Defaults for the options are specified in brackets.
1381
1382 Configuration:
1383   -h, --help              display this help and exit
1384       --help=short        display options specific to this package
1385       --help=recursive    display the short help of all the included packages
1386   -V, --version           display version information and exit
1387   -q, --quiet, --silent   do not print \`checking...' messages
1388       --cache-file=FILE   cache test results in FILE [disabled]
1389   -C, --config-cache      alias for \`--cache-file=config.cache'
1390   -n, --no-create         do not create output files
1391       --srcdir=DIR        find the sources in DIR [configure dir or \`..']
1392
1393 Installation directories:
1394   --prefix=PREFIX         install architecture-independent files in PREFIX
1395                           [$ac_default_prefix]
1396   --exec-prefix=EPREFIX   install architecture-dependent files in EPREFIX
1397                           [PREFIX]
1398
1399 By default, \`make install' will install all the files in
1400 \`$ac_default_prefix/bin', \`$ac_default_prefix/lib' etc.  You can specify
1401 an installation prefix other than \`$ac_default_prefix' using \`--prefix',
1402 for instance \`--prefix=\$HOME'.
1403
1404 For better control, use the options below.
1405
1406 Fine tuning of the installation directories:
1407   --bindir=DIR            user executables [EPREFIX/bin]
1408   --sbindir=DIR           system admin executables [EPREFIX/sbin]
1409   --libexecdir=DIR        program executables [EPREFIX/libexec]
1410   --sysconfdir=DIR        read-only single-machine data [PREFIX/etc]
1411   --sharedstatedir=DIR    modifiable architecture-independent data [PREFIX/com]
1412   --localstatedir=DIR     modifiable single-machine data [PREFIX/var]
1413   --libdir=DIR            object code libraries [EPREFIX/lib]
1414   --includedir=DIR        C header files [PREFIX/include]
1415   --oldincludedir=DIR     C header files for non-gcc [/usr/include]
1416   --datarootdir=DIR       read-only arch.-independent data root [PREFIX/share]
1417   --datadir=DIR           read-only architecture-independent data [DATAROOTDIR]
1418   --infodir=DIR           info documentation [DATAROOTDIR/info]
1419   --localedir=DIR         locale-dependent data [DATAROOTDIR/locale]
1420   --mandir=DIR            man documentation [DATAROOTDIR/man]
1421   --docdir=DIR            documentation root [DATAROOTDIR/doc/wine]
1422   --htmldir=DIR           html documentation [DOCDIR]
1423   --dvidir=DIR            dvi documentation [DOCDIR]
1424   --pdfdir=DIR            pdf documentation [DOCDIR]
1425   --psdir=DIR             ps documentation [DOCDIR]
1426 _ACEOF
1427
1428   cat <<\_ACEOF
1429
1430 X features:
1431   --x-includes=DIR    X include files are in DIR
1432   --x-libraries=DIR   X library files are in DIR
1433
1434 System types:
1435   --build=BUILD     configure for building on BUILD [guessed]
1436   --host=HOST       cross-compile to build programs to run on HOST [BUILD]
1437 _ACEOF
1438 fi
1439
1440 if test -n "$ac_init_help"; then
1441   case $ac_init_help in
1442      short | recursive ) echo "Configuration of Wine 1.1.33:";;
1443    esac
1444   cat <<\_ACEOF
1445
1446 Optional Features:
1447   --disable-option-checking  ignore unrecognized --enable/--with options
1448   --disable-FEATURE       do not include FEATURE (same as --enable-FEATURE=no)
1449   --enable-FEATURE[=ARG]  include FEATURE [ARG=yes]
1450   --disable-win16         do not include Win16 support
1451   --enable-win64          build a Win64 emulator on AMD64 (won't run Win32
1452                           binaries)
1453   --disable-tests         do not build the regression tests
1454   --enable-maintainer-mode
1455                           enable maintainer-specific build rules
1456   --disable-largefile     omit support for large files
1457
1458 Optional Packages:
1459   --with-PACKAGE[=ARG]    use PACKAGE [ARG=yes]
1460   --without-PACKAGE       do not use PACKAGE (same as --with-PACKAGE=no)
1461   --without-alsa          do not use the Alsa sound support
1462   --without-audioio       do not use the AudioIO sound support
1463   --without-capi          do not use CAPI (ISDN support)
1464   --without-cms           do not use CMS (color management support)
1465   --without-coreaudio     do not use the CoreAudio sound support
1466   --without-cups          do not use CUPS
1467   --without-curses        do not use (n)curses
1468   --without-esd           do not use the EsounD sound support
1469   --without-fontconfig    do not use fontconfig
1470   --without-freetype      do not use the FreeType library
1471   --without-gphoto        do not use gphoto (Digital Camera support)
1472   --without-glu           do not use the GLU library
1473   --without-gnutls        do not use GnuTLS (schannel support)
1474   --without-gsm           do not use libgsm (GSM 06.10 codec support)
1475   --without-hal           do not use HAL (dynamic device support)
1476   --without-jack          do not use the Jack sound support
1477   --without-jpeg          do not use JPEG
1478   --without-ldap          do not use LDAP
1479   --without-mpg123        do not use the mpg123 library
1480   --without-nas           do not use the NAS sound support
1481   --without-openal        do not use OpenAL
1482   --without-opengl        do not use OpenGL
1483   --without-openssl       do not use OpenSSL
1484   --without-oss           do not use the OSS sound support
1485   --without-png           do not use PNG
1486   --without-pthread       do not use the pthread library
1487   --without-sane          do not use SANE (scanner support)
1488   --without-xcomposite    do not use the Xcomposite extension
1489   --without-xcursor       do not use the Xcursor extension
1490   --without-xinerama      do not use Xinerama (multi-monitor support)
1491   --without-xinput        do not use the Xinput extension
1492   --without-xml           do not use XML
1493   --without-xrandr        do not use Xrandr (resolution changes)
1494   --without-xrender       do not use the Xrender extension
1495   --without-xshape        do not use the Xshape extension
1496   --without-xshm          do not use XShm (shared memory extension)
1497   --without-xslt          do not use XSLT
1498   --without-xxf86vm       do not use XFree video mode extension
1499   --with-wine-tools=DIR   use Wine tools from directory DIR
1500   --with-wine64=DIR       use the 64-bit Wine in DIR for a Wow64 build
1501   --with-x                use the X Window System
1502
1503 Some influential environment variables:
1504   CC          C compiler command
1505   CFLAGS      C compiler flags
1506   LDFLAGS     linker flags, e.g. -L<lib dir> if you have libraries in a
1507               nonstandard directory <lib dir>
1508   LIBS        libraries to pass to the linker, e.g. -l<library>
1509   CPPFLAGS    C/C++/Objective C preprocessor flags, e.g. -I<include dir> if
1510               you have headers in a nonstandard directory <include dir>
1511   CXX         C++ compiler command
1512   CXXFLAGS    C++ compiler flags
1513   CPP         C preprocessor
1514   XMKMF       Path to xmkmf, Makefile generator for X Window System
1515
1516 Use these variables to override the choices made by `configure' or to help
1517 it to find libraries and programs with nonstandard names/locations.
1518
1519 Report bugs to <wine-devel@winehq.org>.
1520 Wine home page: <http://www.winehq.org>.
1521 _ACEOF
1522 ac_status=$?
1523 fi
1524
1525 if test "$ac_init_help" = "recursive"; then
1526   # If there are subdirs, report their specific --help.
1527   for ac_dir in : $ac_subdirs_all; do test "x$ac_dir" = x: && continue
1528     test -d "$ac_dir" ||
1529       { cd "$srcdir" && ac_pwd=`pwd` && srcdir=. && test -d "$ac_dir"; } ||
1530       continue
1531     ac_builddir=.
1532
1533 case "$ac_dir" in
1534 .) ac_dir_suffix= ac_top_builddir_sub=. ac_top_build_prefix= ;;
1535 *)
1536   ac_dir_suffix=/`$as_echo "$ac_dir" | sed 's|^\.[\\/]||'`
1537   # A ".." for each directory in $ac_dir_suffix.
1538   ac_top_builddir_sub=`$as_echo "$ac_dir_suffix" | sed 's|/[^\\/]*|/..|g;s|/||'`
1539   case $ac_top_builddir_sub in
1540   "") ac_top_builddir_sub=. ac_top_build_prefix= ;;
1541   *)  ac_top_build_prefix=$ac_top_builddir_sub/ ;;
1542   esac ;;
1543 esac
1544 ac_abs_top_builddir=$ac_pwd
1545 ac_abs_builddir=$ac_pwd$ac_dir_suffix
1546 # for backward compatibility:
1547 ac_top_builddir=$ac_top_build_prefix
1548
1549 case $srcdir in
1550   .)  # We are building in place.
1551     ac_srcdir=.
1552     ac_top_srcdir=$ac_top_builddir_sub
1553     ac_abs_top_srcdir=$ac_pwd ;;
1554   [\\/]* | ?:[\\/]* )  # Absolute name.
1555     ac_srcdir=$srcdir$ac_dir_suffix;
1556     ac_top_srcdir=$srcdir
1557     ac_abs_top_srcdir=$srcdir ;;
1558   *) # Relative name.
1559     ac_srcdir=$ac_top_build_prefix$srcdir$ac_dir_suffix
1560     ac_top_srcdir=$ac_top_build_prefix$srcdir
1561     ac_abs_top_srcdir=$ac_pwd/$srcdir ;;
1562 esac
1563 ac_abs_srcdir=$ac_abs_top_srcdir$ac_dir_suffix
1564
1565     cd "$ac_dir" || { ac_status=$?; continue; }
1566     # Check for guested configure.
1567     if test -f "$ac_srcdir/configure.gnu"; then
1568       echo &&
1569       $SHELL "$ac_srcdir/configure.gnu" --help=recursive
1570     elif test -f "$ac_srcdir/configure"; then
1571       echo &&
1572       $SHELL "$ac_srcdir/configure" --help=recursive
1573     else
1574       $as_echo "$as_me: WARNING: no configuration information is in $ac_dir" >&2
1575     fi || ac_status=$?
1576     cd "$ac_pwd" || { ac_status=$?; break; }
1577   done
1578 fi
1579
1580 test -n "$ac_init_help" && exit $ac_status
1581 if $ac_init_version; then
1582   cat <<\_ACEOF
1583 Wine configure 1.1.33
1584 generated by GNU Autoconf 2.64
1585
1586 Copyright (C) 2009 Free Software Foundation, Inc.
1587 This configure script is free software; the Free Software Foundation
1588 gives unlimited permission to copy, distribute and modify it.
1589 _ACEOF
1590   exit
1591 fi
1592
1593 ## ------------------------ ##
1594 ## Autoconf initialization. ##
1595 ## ------------------------ ##
1596
1597 # ac_fn_c_try_compile LINENO
1598 # --------------------------
1599 # Try to compile conftest.$ac_ext, and return whether this succeeded.
1600 ac_fn_c_try_compile ()
1601 {
1602   as_lineno=${as_lineno-"$1"} as_lineno_stack=as_lineno_stack=$as_lineno_stack
1603   rm -f conftest.$ac_objext
1604   if { { ac_try="$ac_compile"
1605 case "(($ac_try" in
1606   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
1607   *) ac_try_echo=$ac_try;;
1608 esac
1609 eval ac_try_echo="\"\$as_me:${as_lineno-$LINENO}: $ac_try_echo\""
1610 $as_echo "$ac_try_echo"; } >&5
1611   (eval "$ac_compile") 2>conftest.err
1612   ac_status=$?
1613   if test -s conftest.err; then
1614     grep -v '^ *+' conftest.err >conftest.er1
1615     cat conftest.er1 >&5
1616     mv -f conftest.er1 conftest.err
1617   fi
1618   $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
1619   test $ac_status = 0; } && {
1620          test -z "$ac_c_werror_flag" ||
1621          test ! -s conftest.err
1622        } && test -s conftest.$ac_objext; then :
1623   ac_retval=0
1624 else
1625   $as_echo "$as_me: failed program was:" >&5
1626 sed 's/^/| /' conftest.$ac_ext >&5
1627
1628         ac_retval=1
1629 fi
1630   eval $as_lineno_stack; test "x$as_lineno_stack" = x && { as_lineno=; unset as_lineno;}
1631   return $ac_retval
1632
1633 } # ac_fn_c_try_compile
1634
1635 # ac_fn_cxx_try_compile LINENO
1636 # ----------------------------
1637 # Try to compile conftest.$ac_ext, and return whether this succeeded.
1638 ac_fn_cxx_try_compile ()
1639 {
1640   as_lineno=${as_lineno-"$1"} as_lineno_stack=as_lineno_stack=$as_lineno_stack
1641   rm -f conftest.$ac_objext
1642   if { { ac_try="$ac_compile"
1643 case "(($ac_try" in
1644   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
1645   *) ac_try_echo=$ac_try;;
1646 esac
1647 eval ac_try_echo="\"\$as_me:${as_lineno-$LINENO}: $ac_try_echo\""
1648 $as_echo "$ac_try_echo"; } >&5
1649   (eval "$ac_compile") 2>conftest.err
1650   ac_status=$?
1651   if test -s conftest.err; then
1652     grep -v '^ *+' conftest.err >conftest.er1
1653     cat conftest.er1 >&5
1654     mv -f conftest.er1 conftest.err
1655   fi
1656   $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
1657   test $ac_status = 0; } && {
1658          test -z "$ac_cxx_werror_flag" ||
1659          test ! -s conftest.err
1660        } && test -s conftest.$ac_objext; then :
1661   ac_retval=0
1662 else
1663   $as_echo "$as_me: failed program was:" >&5
1664 sed 's/^/| /' conftest.$ac_ext >&5
1665
1666         ac_retval=1
1667 fi
1668   eval $as_lineno_stack; test "x$as_lineno_stack" = x && { as_lineno=; unset as_lineno;}
1669   return $ac_retval
1670
1671 } # ac_fn_cxx_try_compile
1672
1673 # ac_fn_c_try_link LINENO
1674 # -----------------------
1675 # Try to link conftest.$ac_ext, and return whether this succeeded.
1676 ac_fn_c_try_link ()
1677 {
1678   as_lineno=${as_lineno-"$1"} as_lineno_stack=as_lineno_stack=$as_lineno_stack
1679   rm -f conftest.$ac_objext conftest$ac_exeext
1680   if { { ac_try="$ac_link"
1681 case "(($ac_try" in
1682   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
1683   *) ac_try_echo=$ac_try;;
1684 esac
1685 eval ac_try_echo="\"\$as_me:${as_lineno-$LINENO}: $ac_try_echo\""
1686 $as_echo "$ac_try_echo"; } >&5
1687   (eval "$ac_link") 2>conftest.err
1688   ac_status=$?
1689   if test -s conftest.err; then
1690     grep -v '^ *+' conftest.err >conftest.er1
1691     cat conftest.er1 >&5
1692     mv -f conftest.er1 conftest.err
1693   fi
1694   $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
1695   test $ac_status = 0; } && {
1696          test -z "$ac_c_werror_flag" ||
1697          test ! -s conftest.err
1698        } && test -s conftest$ac_exeext && {
1699          test "$cross_compiling" = yes ||
1700          $as_test_x conftest$ac_exeext
1701        }; then :
1702   ac_retval=0
1703 else
1704   $as_echo "$as_me: failed program was:" >&5
1705 sed 's/^/| /' conftest.$ac_ext >&5
1706
1707         ac_retval=1
1708 fi
1709   # Delete the IPA/IPO (Inter Procedural Analysis/Optimization) information
1710   # created by the PGI compiler (conftest_ipa8_conftest.oo), as it would
1711   # interfere with the next link command; also delete a directory that is
1712   # left behind by Apple's compiler.  We do this before executing the actions.
1713   rm -rf conftest.dSYM conftest_ipa8_conftest.oo
1714   eval $as_lineno_stack; test "x$as_lineno_stack" = x && { as_lineno=; unset as_lineno;}
1715   return $ac_retval
1716
1717 } # ac_fn_c_try_link
1718
1719 # ac_fn_c_try_cpp LINENO
1720 # ----------------------
1721 # Try to preprocess conftest.$ac_ext, and return whether this succeeded.
1722 ac_fn_c_try_cpp ()
1723 {
1724   as_lineno=${as_lineno-"$1"} as_lineno_stack=as_lineno_stack=$as_lineno_stack
1725   if { { ac_try="$ac_cpp conftest.$ac_ext"
1726 case "(($ac_try" in
1727   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
1728   *) ac_try_echo=$ac_try;;
1729 esac
1730 eval ac_try_echo="\"\$as_me:${as_lineno-$LINENO}: $ac_try_echo\""
1731 $as_echo "$ac_try_echo"; } >&5
1732   (eval "$ac_cpp conftest.$ac_ext") 2>conftest.err
1733   ac_status=$?
1734   if test -s conftest.err; then
1735     grep -v '^ *+' conftest.err >conftest.er1
1736     cat conftest.er1 >&5
1737     mv -f conftest.er1 conftest.err
1738   fi
1739   $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
1740   test $ac_status = 0; } >/dev/null && {
1741          test -z "$ac_c_preproc_warn_flag$ac_c_werror_flag" ||
1742          test ! -s conftest.err
1743        }; then :
1744   ac_retval=0
1745 else
1746   $as_echo "$as_me: failed program was:" >&5
1747 sed 's/^/| /' conftest.$ac_ext >&5
1748
1749     ac_retval=1
1750 fi
1751   eval $as_lineno_stack; test "x$as_lineno_stack" = x && { as_lineno=; unset as_lineno;}
1752   return $ac_retval
1753
1754 } # ac_fn_c_try_cpp
1755
1756 # ac_fn_c_check_header_mongrel LINENO HEADER VAR INCLUDES
1757 # -------------------------------------------------------
1758 # Tests whether HEADER exists, giving a warning if it cannot be compiled using
1759 # the include files in INCLUDES and setting the cache variable VAR
1760 # accordingly.
1761 ac_fn_c_check_header_mongrel ()
1762 {
1763   as_lineno=${as_lineno-"$1"} as_lineno_stack=as_lineno_stack=$as_lineno_stack
1764   if { as_var=$3; eval "test \"\${$as_var+set}\" = set"; }; then :
1765   { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $2" >&5
1766 $as_echo_n "checking for $2... " >&6; }
1767 if { as_var=$3; eval "test \"\${$as_var+set}\" = set"; }; then :
1768   $as_echo_n "(cached) " >&6
1769 fi
1770 eval ac_res=\$$3
1771                { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_res" >&5
1772 $as_echo "$ac_res" >&6; }
1773 else
1774   # Is the header compilable?
1775 { $as_echo "$as_me:${as_lineno-$LINENO}: checking $2 usability" >&5
1776 $as_echo_n "checking $2 usability... " >&6; }
1777 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
1778 /* end confdefs.h.  */
1779 $4
1780 #include <$2>
1781 _ACEOF
1782 if ac_fn_c_try_compile "$LINENO"; then :
1783   ac_header_compiler=yes
1784 else
1785   ac_header_compiler=no
1786 fi
1787 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
1788 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_header_compiler" >&5
1789 $as_echo "$ac_header_compiler" >&6; }
1790
1791 # Is the header present?
1792 { $as_echo "$as_me:${as_lineno-$LINENO}: checking $2 presence" >&5
1793 $as_echo_n "checking $2 presence... " >&6; }
1794 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
1795 /* end confdefs.h.  */
1796 #include <$2>
1797 _ACEOF
1798 if ac_fn_c_try_cpp "$LINENO"; then :
1799   ac_header_preproc=yes
1800 else
1801   ac_header_preproc=no
1802 fi
1803 rm -f conftest.err conftest.$ac_ext
1804 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_header_preproc" >&5
1805 $as_echo "$ac_header_preproc" >&6; }
1806
1807 # So?  What about this header?
1808 case $ac_header_compiler:$ac_header_preproc:$ac_c_preproc_warn_flag in #((
1809   yes:no: )
1810     { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: $2: accepted by the compiler, rejected by the preprocessor!" >&5
1811 $as_echo "$as_me: WARNING: $2: accepted by the compiler, rejected by the preprocessor!" >&2;}
1812     { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: $2: proceeding with the compiler's result" >&5
1813 $as_echo "$as_me: WARNING: $2: proceeding with the compiler's result" >&2;}
1814     ;;
1815   no:yes:* )
1816     { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: $2: present but cannot be compiled" >&5
1817 $as_echo "$as_me: WARNING: $2: present but cannot be compiled" >&2;}
1818     { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: $2:     check for missing prerequisite headers?" >&5
1819 $as_echo "$as_me: WARNING: $2:     check for missing prerequisite headers?" >&2;}
1820     { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: $2: see the Autoconf documentation" >&5
1821 $as_echo "$as_me: WARNING: $2: see the Autoconf documentation" >&2;}
1822     { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: $2:     section \"Present But Cannot Be Compiled\"" >&5
1823 $as_echo "$as_me: WARNING: $2:     section \"Present But Cannot Be Compiled\"" >&2;}
1824     { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: $2: proceeding with the compiler's result" >&5
1825 $as_echo "$as_me: WARNING: $2: proceeding with the compiler's result" >&2;}
1826 ( cat <<\_ASBOX
1827 ## ------------------------------------ ##
1828 ## Report this to wine-devel@winehq.org ##
1829 ## ------------------------------------ ##
1830 _ASBOX
1831      ) | sed "s/^/$as_me: WARNING:     /" >&2
1832     ;;
1833 esac
1834   { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $2" >&5
1835 $as_echo_n "checking for $2... " >&6; }
1836 if { as_var=$3; eval "test \"\${$as_var+set}\" = set"; }; then :
1837   $as_echo_n "(cached) " >&6
1838 else
1839   eval "$3=\$ac_header_compiler"
1840 fi
1841 eval ac_res=\$$3
1842                { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_res" >&5
1843 $as_echo "$ac_res" >&6; }
1844 fi
1845   eval $as_lineno_stack; test "x$as_lineno_stack" = x && { as_lineno=; unset as_lineno;}
1846
1847 } # ac_fn_c_check_header_mongrel
1848
1849 # ac_fn_c_try_run LINENO
1850 # ----------------------
1851 # Try to link conftest.$ac_ext, and return whether this succeeded. Assumes
1852 # that executables *can* be run.
1853 ac_fn_c_try_run ()
1854 {
1855   as_lineno=${as_lineno-"$1"} as_lineno_stack=as_lineno_stack=$as_lineno_stack
1856   if { { ac_try="$ac_link"
1857 case "(($ac_try" in
1858   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
1859   *) ac_try_echo=$ac_try;;
1860 esac
1861 eval ac_try_echo="\"\$as_me:${as_lineno-$LINENO}: $ac_try_echo\""
1862 $as_echo "$ac_try_echo"; } >&5
1863   (eval "$ac_link") 2>&5
1864   ac_status=$?
1865   $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
1866   test $ac_status = 0; } && { ac_try='./conftest$ac_exeext'
1867   { { case "(($ac_try" in
1868   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
1869   *) ac_try_echo=$ac_try;;
1870 esac
1871 eval ac_try_echo="\"\$as_me:${as_lineno-$LINENO}: $ac_try_echo\""
1872 $as_echo "$ac_try_echo"; } >&5
1873   (eval "$ac_try") 2>&5
1874   ac_status=$?
1875   $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
1876   test $ac_status = 0; }; }; then :
1877   ac_retval=0
1878 else
1879   $as_echo "$as_me: program exited with status $ac_status" >&5
1880        $as_echo "$as_me: failed program was:" >&5
1881 sed 's/^/| /' conftest.$ac_ext >&5
1882
1883        ac_retval=$ac_status
1884 fi
1885   rm -rf conftest.dSYM conftest_ipa8_conftest.oo
1886   eval $as_lineno_stack; test "x$as_lineno_stack" = x && { as_lineno=; unset as_lineno;}
1887   return $ac_retval
1888
1889 } # ac_fn_c_try_run
1890
1891 # ac_fn_c_check_header_compile LINENO HEADER VAR INCLUDES
1892 # -------------------------------------------------------
1893 # Tests whether HEADER exists and can be compiled using the include files in
1894 # INCLUDES, setting the cache variable VAR accordingly.
1895 ac_fn_c_check_header_compile ()
1896 {
1897   as_lineno=${as_lineno-"$1"} as_lineno_stack=as_lineno_stack=$as_lineno_stack
1898   { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $2" >&5
1899 $as_echo_n "checking for $2... " >&6; }
1900 if { as_var=$3; eval "test \"\${$as_var+set}\" = set"; }; then :
1901   $as_echo_n "(cached) " >&6
1902 else
1903   cat confdefs.h - <<_ACEOF >conftest.$ac_ext
1904 /* end confdefs.h.  */
1905 $4
1906 #include <$2>
1907 _ACEOF
1908 if ac_fn_c_try_compile "$LINENO"; then :
1909   eval "$3=yes"
1910 else
1911   eval "$3=no"
1912 fi
1913 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
1914 fi
1915 eval ac_res=\$$3
1916                { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_res" >&5
1917 $as_echo "$ac_res" >&6; }
1918   eval $as_lineno_stack; test "x$as_lineno_stack" = x && { as_lineno=; unset as_lineno;}
1919
1920 } # ac_fn_c_check_header_compile
1921
1922 # ac_fn_c_check_func LINENO FUNC VAR
1923 # ----------------------------------
1924 # Tests whether FUNC exists, setting the cache variable VAR accordingly
1925 ac_fn_c_check_func ()
1926 {
1927   as_lineno=${as_lineno-"$1"} as_lineno_stack=as_lineno_stack=$as_lineno_stack
1928   { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $2" >&5
1929 $as_echo_n "checking for $2... " >&6; }
1930 if { as_var=$3; eval "test \"\${$as_var+set}\" = set"; }; then :
1931   $as_echo_n "(cached) " >&6
1932 else
1933   cat confdefs.h - <<_ACEOF >conftest.$ac_ext
1934 /* end confdefs.h.  */
1935 /* Define $2 to an innocuous variant, in case <limits.h> declares $2.
1936    For example, HP-UX 11i <limits.h> declares gettimeofday.  */
1937 #define $2 innocuous_$2
1938
1939 /* System header to define __stub macros and hopefully few prototypes,
1940     which can conflict with char $2 (); below.
1941     Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
1942     <limits.h> exists even on freestanding compilers.  */
1943
1944 #ifdef __STDC__
1945 # include <limits.h>
1946 #else
1947 # include <assert.h>
1948 #endif
1949
1950 #undef $2
1951
1952 /* Override any GCC internal prototype to avoid an error.
1953    Use char because int might match the return type of a GCC
1954    builtin and then its argument prototype would still apply.  */
1955 #ifdef __cplusplus
1956 extern "C"
1957 #endif
1958 char $2 ();
1959 /* The GNU C library defines this for functions which it implements
1960     to always fail with ENOSYS.  Some functions are actually named
1961     something starting with __ and the normal name is an alias.  */
1962 #if defined __stub_$2 || defined __stub___$2
1963 choke me
1964 #endif
1965
1966 int
1967 main ()
1968 {
1969 return $2 ();
1970   ;
1971   return 0;
1972 }
1973 _ACEOF
1974 if ac_fn_c_try_link "$LINENO"; then :
1975   eval "$3=yes"
1976 else
1977   eval "$3=no"
1978 fi
1979 rm -f core conftest.err conftest.$ac_objext \
1980     conftest$ac_exeext conftest.$ac_ext
1981 fi
1982 eval ac_res=\$$3
1983                { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_res" >&5
1984 $as_echo "$ac_res" >&6; }
1985   eval $as_lineno_stack; test "x$as_lineno_stack" = x && { as_lineno=; unset as_lineno;}
1986
1987 } # ac_fn_c_check_func
1988
1989 # ac_fn_c_check_member LINENO AGGR MEMBER VAR INCLUDES
1990 # ----------------------------------------------------
1991 # Tries to find if the field MEMBER exists in type AGGR, after including
1992 # INCLUDES, setting cache variable VAR accordingly.
1993 ac_fn_c_check_member ()
1994 {
1995   as_lineno=${as_lineno-"$1"} as_lineno_stack=as_lineno_stack=$as_lineno_stack
1996   { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $2.$3" >&5
1997 $as_echo_n "checking for $2.$3... " >&6; }
1998 if { as_var=$4; eval "test \"\${$as_var+set}\" = set"; }; then :
1999   $as_echo_n "(cached) " >&6
2000 else
2001   cat confdefs.h - <<_ACEOF >conftest.$ac_ext
2002 /* end confdefs.h.  */
2003 $5
2004 int
2005 main ()
2006 {
2007 static $2 ac_aggr;
2008 if (ac_aggr.$3)
2009 return 0;
2010   ;
2011   return 0;
2012 }
2013 _ACEOF
2014 if ac_fn_c_try_compile "$LINENO"; then :
2015   eval "$4=yes"
2016 else
2017   cat confdefs.h - <<_ACEOF >conftest.$ac_ext
2018 /* end confdefs.h.  */
2019 $5
2020 int
2021 main ()
2022 {
2023 static $2 ac_aggr;
2024 if (sizeof ac_aggr.$3)
2025 return 0;
2026   ;
2027   return 0;
2028 }
2029 _ACEOF
2030 if ac_fn_c_try_compile "$LINENO"; then :
2031   eval "$4=yes"
2032 else
2033   eval "$4=no"
2034 fi
2035 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
2036 fi
2037 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
2038 fi
2039 eval ac_res=\$$4
2040                { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_res" >&5
2041 $as_echo "$ac_res" >&6; }
2042   eval $as_lineno_stack; test "x$as_lineno_stack" = x && { as_lineno=; unset as_lineno;}
2043
2044 } # ac_fn_c_check_member
2045
2046 # ac_fn_c_check_type LINENO TYPE VAR INCLUDES
2047 # -------------------------------------------
2048 # Tests whether TYPE exists after having included INCLUDES, setting cache
2049 # variable VAR accordingly.
2050 ac_fn_c_check_type ()
2051 {
2052   as_lineno=${as_lineno-"$1"} as_lineno_stack=as_lineno_stack=$as_lineno_stack
2053   { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $2" >&5
2054 $as_echo_n "checking for $2... " >&6; }
2055 if { as_var=$3; eval "test \"\${$as_var+set}\" = set"; }; then :
2056   $as_echo_n "(cached) " >&6
2057 else
2058   eval "$3=no"
2059   cat confdefs.h - <<_ACEOF >conftest.$ac_ext
2060 /* end confdefs.h.  */
2061 $4
2062 int
2063 main ()
2064 {
2065 if (sizeof ($2))
2066          return 0;
2067   ;
2068   return 0;
2069 }
2070 _ACEOF
2071 if ac_fn_c_try_compile "$LINENO"; then :
2072   cat confdefs.h - <<_ACEOF >conftest.$ac_ext
2073 /* end confdefs.h.  */
2074 $4
2075 int
2076 main ()
2077 {
2078 if (sizeof (($2)))
2079             return 0;
2080   ;
2081   return 0;
2082 }
2083 _ACEOF
2084 if ac_fn_c_try_compile "$LINENO"; then :
2085
2086 else
2087   eval "$3=yes"
2088 fi
2089 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
2090 fi
2091 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
2092 fi
2093 eval ac_res=\$$3
2094                { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_res" >&5
2095 $as_echo "$ac_res" >&6; }
2096   eval $as_lineno_stack; test "x$as_lineno_stack" = x && { as_lineno=; unset as_lineno;}
2097
2098 } # ac_fn_c_check_type
2099 cat >config.log <<_ACEOF
2100 This file contains any messages produced by compilers while
2101 running configure, to aid debugging if configure makes a mistake.
2102
2103 It was created by Wine $as_me 1.1.33, which was
2104 generated by GNU Autoconf 2.64.  Invocation command line was
2105
2106   $ $0 $@
2107
2108 _ACEOF
2109 exec 5>>config.log
2110 {
2111 cat <<_ASUNAME
2112 ## --------- ##
2113 ## Platform. ##
2114 ## --------- ##
2115
2116 hostname = `(hostname || uname -n) 2>/dev/null | sed 1q`
2117 uname -m = `(uname -m) 2>/dev/null || echo unknown`
2118 uname -r = `(uname -r) 2>/dev/null || echo unknown`
2119 uname -s = `(uname -s) 2>/dev/null || echo unknown`
2120 uname -v = `(uname -v) 2>/dev/null || echo unknown`
2121
2122 /usr/bin/uname -p = `(/usr/bin/uname -p) 2>/dev/null || echo unknown`
2123 /bin/uname -X     = `(/bin/uname -X) 2>/dev/null     || echo unknown`
2124
2125 /bin/arch              = `(/bin/arch) 2>/dev/null              || echo unknown`
2126 /usr/bin/arch -k       = `(/usr/bin/arch -k) 2>/dev/null       || echo unknown`
2127 /usr/convex/getsysinfo = `(/usr/convex/getsysinfo) 2>/dev/null || echo unknown`
2128 /usr/bin/hostinfo      = `(/usr/bin/hostinfo) 2>/dev/null      || echo unknown`
2129 /bin/machine           = `(/bin/machine) 2>/dev/null           || echo unknown`
2130 /usr/bin/oslevel       = `(/usr/bin/oslevel) 2>/dev/null       || echo unknown`
2131 /bin/universe          = `(/bin/universe) 2>/dev/null          || echo unknown`
2132
2133 _ASUNAME
2134
2135 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
2136 for as_dir in $PATH
2137 do
2138   IFS=$as_save_IFS
2139   test -z "$as_dir" && as_dir=.
2140     $as_echo "PATH: $as_dir"
2141   done
2142 IFS=$as_save_IFS
2143
2144 } >&5
2145
2146 cat >&5 <<_ACEOF
2147
2148
2149 ## ----------- ##
2150 ## Core tests. ##
2151 ## ----------- ##
2152
2153 _ACEOF
2154
2155
2156 # Keep a trace of the command line.
2157 # Strip out --no-create and --no-recursion so they do not pile up.
2158 # Strip out --silent because we don't want to record it for future runs.
2159 # Also quote any args containing shell meta-characters.
2160 # Make two passes to allow for proper duplicate-argument suppression.
2161 ac_configure_args=
2162 ac_configure_args0=
2163 ac_configure_args1=
2164 ac_must_keep_next=false
2165 for ac_pass in 1 2
2166 do
2167   for ac_arg
2168   do
2169     case $ac_arg in
2170     -no-create | --no-c* | -n | -no-recursion | --no-r*) continue ;;
2171     -q | -quiet | --quiet | --quie | --qui | --qu | --q \
2172     | -silent | --silent | --silen | --sile | --sil)
2173       continue ;;
2174     *\'*)
2175       ac_arg=`$as_echo "$ac_arg" | sed "s/'/'\\\\\\\\''/g"` ;;
2176     esac
2177     case $ac_pass in
2178     1) as_fn_append ac_configure_args0 " '$ac_arg'" ;;
2179     2)
2180       as_fn_append ac_configure_args1 " '$ac_arg'"
2181       if test $ac_must_keep_next = true; then
2182         ac_must_keep_next=false # Got value, back to normal.
2183       else
2184         case $ac_arg in
2185           *=* | --config-cache | -C | -disable-* | --disable-* \
2186           | -enable-* | --enable-* | -gas | --g* | -nfp | --nf* \
2187           | -q | -quiet | --q* | -silent | --sil* | -v | -verb* \
2188           | -with-* | --with-* | -without-* | --without-* | --x)
2189             case "$ac_configure_args0 " in
2190               "$ac_configure_args1"*" '$ac_arg' "* ) continue ;;
2191             esac
2192             ;;
2193           -* ) ac_must_keep_next=true ;;
2194         esac
2195       fi
2196       as_fn_append ac_configure_args " '$ac_arg'"
2197       ;;
2198     esac
2199   done
2200 done
2201 { ac_configure_args0=; unset ac_configure_args0;}
2202 { ac_configure_args1=; unset ac_configure_args1;}
2203
2204 # When interrupted or exit'd, cleanup temporary files, and complete
2205 # config.log.  We remove comments because anyway the quotes in there
2206 # would cause problems or look ugly.
2207 # WARNING: Use '\'' to represent an apostrophe within the trap.
2208 # WARNING: Do not start the trap code with a newline, due to a FreeBSD 4.0 bug.
2209 trap 'exit_status=$?
2210   # Save into config.log some information that might help in debugging.
2211   {
2212     echo
2213
2214     cat <<\_ASBOX
2215 ## ---------------- ##
2216 ## Cache variables. ##
2217 ## ---------------- ##
2218 _ASBOX
2219     echo
2220     # The following way of writing the cache mishandles newlines in values,
2221 (
2222   for ac_var in `(set) 2>&1 | sed -n '\''s/^\([a-zA-Z_][a-zA-Z0-9_]*\)=.*/\1/p'\''`; do
2223     eval ac_val=\$$ac_var
2224     case $ac_val in #(
2225     *${as_nl}*)
2226       case $ac_var in #(
2227       *_cv_*) { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: cache variable $ac_var contains a newline" >&5
2228 $as_echo "$as_me: WARNING: cache variable $ac_var contains a newline" >&2;} ;;
2229       esac
2230       case $ac_var in #(
2231       _ | IFS | as_nl) ;; #(
2232       BASH_ARGV | BASH_SOURCE) eval $ac_var= ;; #(
2233       *) { eval $ac_var=; unset $ac_var;} ;;
2234       esac ;;
2235     esac
2236   done
2237   (set) 2>&1 |
2238     case $as_nl`(ac_space='\'' '\''; set) 2>&1` in #(
2239     *${as_nl}ac_space=\ *)
2240       sed -n \
2241         "s/'\''/'\''\\\\'\'''\''/g;
2242           s/^\\([_$as_cr_alnum]*_cv_[_$as_cr_alnum]*\\)=\\(.*\\)/\\1='\''\\2'\''/p"
2243       ;; #(
2244     *)
2245       sed -n "/^[_$as_cr_alnum]*_cv_[_$as_cr_alnum]*=/p"
2246       ;;
2247     esac |
2248     sort
2249 )
2250     echo
2251
2252     cat <<\_ASBOX
2253 ## ----------------- ##
2254 ## Output variables. ##
2255 ## ----------------- ##
2256 _ASBOX
2257     echo
2258     for ac_var in $ac_subst_vars
2259     do
2260       eval ac_val=\$$ac_var
2261       case $ac_val in
2262       *\'\''*) ac_val=`$as_echo "$ac_val" | sed "s/'\''/'\''\\\\\\\\'\'''\''/g"`;;
2263       esac
2264       $as_echo "$ac_var='\''$ac_val'\''"
2265     done | sort
2266     echo
2267
2268     if test -n "$ac_subst_files"; then
2269       cat <<\_ASBOX
2270 ## ------------------- ##
2271 ## File substitutions. ##
2272 ## ------------------- ##
2273 _ASBOX
2274       echo
2275       for ac_var in $ac_subst_files
2276       do
2277         eval ac_val=\$$ac_var
2278         case $ac_val in
2279         *\'\''*) ac_val=`$as_echo "$ac_val" | sed "s/'\''/'\''\\\\\\\\'\'''\''/g"`;;
2280         esac
2281         $as_echo "$ac_var='\''$ac_val'\''"
2282       done | sort
2283       echo
2284     fi
2285
2286     if test -s confdefs.h; then
2287       cat <<\_ASBOX
2288 ## ----------- ##
2289 ## confdefs.h. ##
2290 ## ----------- ##
2291 _ASBOX
2292       echo
2293       cat confdefs.h
2294       echo
2295     fi
2296     test "$ac_signal" != 0 &&
2297       $as_echo "$as_me: caught signal $ac_signal"
2298     $as_echo "$as_me: exit $exit_status"
2299   } >&5
2300   rm -f core *.core core.conftest.* &&
2301     rm -f -r conftest* confdefs* conf$$* $ac_clean_files &&
2302     exit $exit_status
2303 ' 0
2304 for ac_signal in 1 2 13 15; do
2305   trap 'ac_signal='$ac_signal'; as_fn_exit 1' $ac_signal
2306 done
2307 ac_signal=0
2308
2309 # confdefs.h avoids OS command line length limits that DEFS can exceed.
2310 rm -f -r conftest* confdefs.h
2311
2312 $as_echo "/* confdefs.h */" > confdefs.h
2313
2314 # Predefined preprocessor variables.
2315
2316 cat >>confdefs.h <<_ACEOF
2317 #define PACKAGE_NAME "$PACKAGE_NAME"
2318 _ACEOF
2319
2320 cat >>confdefs.h <<_ACEOF
2321 #define PACKAGE_TARNAME "$PACKAGE_TARNAME"
2322 _ACEOF
2323
2324 cat >>confdefs.h <<_ACEOF
2325 #define PACKAGE_VERSION "$PACKAGE_VERSION"
2326 _ACEOF
2327
2328 cat >>confdefs.h <<_ACEOF
2329 #define PACKAGE_STRING "$PACKAGE_STRING"
2330 _ACEOF
2331
2332 cat >>confdefs.h <<_ACEOF
2333 #define PACKAGE_BUGREPORT "$PACKAGE_BUGREPORT"
2334 _ACEOF
2335
2336 cat >>confdefs.h <<_ACEOF
2337 #define PACKAGE_URL "$PACKAGE_URL"
2338 _ACEOF
2339
2340
2341 # Let the site file select an alternate cache file if it wants to.
2342 # Prefer an explicitly selected file to automatically selected ones.
2343 ac_site_file1=NONE
2344 ac_site_file2=NONE
2345 if test -n "$CONFIG_SITE"; then
2346   ac_site_file1=$CONFIG_SITE
2347 elif test "x$prefix" != xNONE; then
2348   ac_site_file1=$prefix/share/config.site
2349   ac_site_file2=$prefix/etc/config.site
2350 else
2351   ac_site_file1=$ac_default_prefix/share/config.site
2352   ac_site_file2=$ac_default_prefix/etc/config.site
2353 fi
2354 for ac_site_file in "$ac_site_file1" "$ac_site_file2"
2355 do
2356   test "x$ac_site_file" = xNONE && continue
2357   if test -r "$ac_site_file"; then
2358     { $as_echo "$as_me:${as_lineno-$LINENO}: loading site script $ac_site_file" >&5
2359 $as_echo "$as_me: loading site script $ac_site_file" >&6;}
2360     sed 's/^/| /' "$ac_site_file" >&5
2361     . "$ac_site_file"
2362   fi
2363 done
2364
2365 if test -r "$cache_file"; then
2366   # Some versions of bash will fail to source /dev/null (special
2367   # files actually), so we avoid doing that.
2368   if test -f "$cache_file"; then
2369     { $as_echo "$as_me:${as_lineno-$LINENO}: loading cache $cache_file" >&5
2370 $as_echo "$as_me: loading cache $cache_file" >&6;}
2371     case $cache_file in
2372       [\\/]* | ?:[\\/]* ) . "$cache_file";;
2373       *)                      . "./$cache_file";;
2374     esac
2375   fi
2376 else
2377   { $as_echo "$as_me:${as_lineno-$LINENO}: creating cache $cache_file" >&5
2378 $as_echo "$as_me: creating cache $cache_file" >&6;}
2379   >$cache_file
2380 fi
2381
2382 # Check that the precious variables saved in the cache have kept the same
2383 # value.
2384 ac_cache_corrupted=false
2385 for ac_var in $ac_precious_vars; do
2386   eval ac_old_set=\$ac_cv_env_${ac_var}_set
2387   eval ac_new_set=\$ac_env_${ac_var}_set
2388   eval ac_old_val=\$ac_cv_env_${ac_var}_value
2389   eval ac_new_val=\$ac_env_${ac_var}_value
2390   case $ac_old_set,$ac_new_set in
2391     set,)
2392       { $as_echo "$as_me:${as_lineno-$LINENO}: error: \`$ac_var' was set to \`$ac_old_val' in the previous run" >&5
2393 $as_echo "$as_me: error: \`$ac_var' was set to \`$ac_old_val' in the previous run" >&2;}
2394       ac_cache_corrupted=: ;;
2395     ,set)
2396       { $as_echo "$as_me:${as_lineno-$LINENO}: error: \`$ac_var' was not set in the previous run" >&5
2397 $as_echo "$as_me: error: \`$ac_var' was not set in the previous run" >&2;}
2398       ac_cache_corrupted=: ;;
2399     ,);;
2400     *)
2401       if test "x$ac_old_val" != "x$ac_new_val"; then
2402         # differences in whitespace do not lead to failure.
2403         ac_old_val_w=`echo x $ac_old_val`
2404         ac_new_val_w=`echo x $ac_new_val`
2405         if test "$ac_old_val_w" != "$ac_new_val_w"; then
2406           { $as_echo "$as_me:${as_lineno-$LINENO}: error: \`$ac_var' has changed since the previous run:" >&5
2407 $as_echo "$as_me: error: \`$ac_var' has changed since the previous run:" >&2;}
2408           ac_cache_corrupted=:
2409         else
2410           { $as_echo "$as_me:${as_lineno-$LINENO}: warning: ignoring whitespace changes in \`$ac_var' since the previous run:" >&5
2411 $as_echo "$as_me: warning: ignoring whitespace changes in \`$ac_var' since the previous run:" >&2;}
2412           eval $ac_var=\$ac_old_val
2413         fi
2414         { $as_echo "$as_me:${as_lineno-$LINENO}:   former value:  \`$ac_old_val'" >&5
2415 $as_echo "$as_me:   former value:  \`$ac_old_val'" >&2;}
2416         { $as_echo "$as_me:${as_lineno-$LINENO}:   current value: \`$ac_new_val'" >&5
2417 $as_echo "$as_me:   current value: \`$ac_new_val'" >&2;}
2418       fi;;
2419   esac
2420   # Pass precious variables to config.status.
2421   if test "$ac_new_set" = set; then
2422     case $ac_new_val in
2423     *\'*) ac_arg=$ac_var=`$as_echo "$ac_new_val" | sed "s/'/'\\\\\\\\''/g"` ;;
2424     *) ac_arg=$ac_var=$ac_new_val ;;
2425     esac
2426     case " $ac_configure_args " in
2427       *" '$ac_arg' "*) ;; # Avoid dups.  Use of quotes ensures accuracy.
2428       *) as_fn_append ac_configure_args " '$ac_arg'" ;;
2429     esac
2430   fi
2431 done
2432 if $ac_cache_corrupted; then
2433   { $as_echo "$as_me:${as_lineno-$LINENO}: error: in \`$ac_pwd':" >&5
2434 $as_echo "$as_me: error: in \`$ac_pwd':" >&2;}
2435   { $as_echo "$as_me:${as_lineno-$LINENO}: error: changes in the environment can compromise the build" >&5
2436 $as_echo "$as_me: error: changes in the environment can compromise the build" >&2;}
2437   as_fn_error "run \`make distclean' and/or \`rm $cache_file' and start over" "$LINENO" 5
2438 fi
2439 ## -------------------- ##
2440 ## Main body of script. ##
2441 ## -------------------- ##
2442
2443 ac_ext=c
2444 ac_cpp='$CPP $CPPFLAGS'
2445 ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
2446 ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
2447 ac_compiler_gnu=$ac_cv_c_compiler_gnu
2448
2449
2450
2451 ac_config_headers="$ac_config_headers include/config.h"
2452
2453 ac_aux_dir=
2454 for ac_dir in tools "$srcdir"/tools; do
2455   for ac_t in install-sh install.sh shtool; do
2456     if test -f "$ac_dir/$ac_t"; then
2457       ac_aux_dir=$ac_dir
2458       ac_install_sh="$ac_aux_dir/$ac_t -c"
2459       break 2
2460     fi
2461   done
2462 done
2463 if test -z "$ac_aux_dir"; then
2464   as_fn_error "cannot find install-sh, install.sh, or shtool in tools \"$srcdir\"/tools" "$LINENO" 5
2465 fi
2466
2467 # These three variables are undocumented and unsupported,
2468 # and are intended to be withdrawn in a future Autoconf release.
2469 # They can cause serious problems if a builder's source tree is in a directory
2470 # whose full name contains unusual characters.
2471 ac_config_guess="$SHELL $ac_aux_dir/config.guess"  # Please don't use this var.
2472 ac_config_sub="$SHELL $ac_aux_dir/config.sub"  # Please don't use this var.
2473 ac_configure="$SHELL $ac_aux_dir/configure"  # Please don't use this var.
2474
2475
2476
2477
2478 # Check whether --enable-win16 was given.
2479 if test "${enable_win16+set}" = set; then :
2480   enableval=$enable_win16;
2481 fi
2482
2483 # Check whether --enable-win64 was given.
2484 if test "${enable_win64+set}" = set; then :
2485   enableval=$enable_win64;
2486 fi
2487
2488 # Check whether --enable-tests was given.
2489 if test "${enable_tests+set}" = set; then :
2490   enableval=$enable_tests;
2491 fi
2492
2493 # Check whether --enable-maintainer-mode was given.
2494 if test "${enable_maintainer_mode+set}" = set; then :
2495   enableval=$enable_maintainer_mode;
2496 else
2497   MAINTAINER_MODE=\#
2498
2499 fi
2500
2501
2502
2503 # Check whether --with-alsa was given.
2504 if test "${with_alsa+set}" = set; then :
2505   withval=$with_alsa; if test "x$withval" = "xno"; then ac_cv_header_sys_asoundlib_h=no; ac_cv_header_alsa_asoundlib_h=no; fi
2506 fi
2507
2508
2509 # Check whether --with-audioio was given.
2510 if test "${with_audioio+set}" = set; then :
2511   withval=$with_audioio; if test "x$withval" = "xno"; then ac_cv_header_libaudioio_h=no; fi
2512 fi
2513
2514
2515 # Check whether --with-capi was given.
2516 if test "${with_capi+set}" = set; then :
2517   withval=$with_capi; if test "x$withval" = "xno"; then ac_cv_header_capi20_h=no; ac_cv_header_linux_capi_h=no; fi
2518 fi
2519
2520
2521 # Check whether --with-cms was given.
2522 if test "${with_cms+set}" = set; then :
2523   withval=$with_cms; if test "x$withval" = "xno"; then ac_cv_header_lcms_h=no; ac_cv_header_lcms_lcms_h=no; fi
2524 fi
2525
2526
2527 # Check whether --with-coreaudio was given.
2528 if test "${with_coreaudio+set}" = set; then :
2529   withval=$with_coreaudio; if test "x$withval" = "xno"; then ac_cv_header_CoreAudio_CoreAudio_h=no; fi
2530 fi
2531
2532
2533 # Check whether --with-cups was given.
2534 if test "${with_cups+set}" = set; then :
2535   withval=$with_cups;
2536 fi
2537
2538
2539 # Check whether --with-curses was given.
2540 if test "${with_curses+set}" = set; then :
2541   withval=$with_curses; if test "x$withval" = "xno"; then ac_cv_header_ncurses_h=no; ac_cv_header_curses_h=no; fi
2542 fi
2543
2544
2545 # Check whether --with-esd was given.
2546 if test "${with_esd+set}" = set; then :
2547   withval=$with_esd;
2548 fi
2549
2550
2551 # Check whether --with-fontconfig was given.
2552 if test "${with_fontconfig+set}" = set; then :
2553   withval=$with_fontconfig; if test "x$withval" = "xno"; then ac_cv_header_fontconfig_fontconfig_h=no; fi
2554 fi
2555
2556
2557 # Check whether --with-freetype was given.
2558 if test "${with_freetype+set}" = set; then :
2559   withval=$with_freetype;
2560 fi
2561
2562
2563 # Check whether --with-gphoto was given.
2564 if test "${with_gphoto+set}" = set; then :
2565   withval=$with_gphoto;
2566 fi
2567
2568
2569 # Check whether --with-glu was given.
2570 if test "${with_glu+set}" = set; then :
2571   withval=$with_glu; if test "x$withval" = "xno"; then ac_cv_header_GL_glu_h=no; fi
2572 fi
2573
2574
2575 # Check whether --with-gnutls was given.
2576 if test "${with_gnutls+set}" = set; then :
2577   withval=$with_gnutls;
2578 fi
2579
2580
2581 # Check whether --with-gsm was given.
2582 if test "${with_gsm+set}" = set; then :
2583   withval=$with_gsm; if test "x$withval" = "xno"; then ac_cv_header_gsm_h=no; ac_cv_header_gsm_gsm_h=no; fi
2584 fi
2585
2586
2587 # Check whether --with-hal was given.
2588 if test "${with_hal+set}" = set; then :
2589   withval=$with_hal;
2590 fi
2591
2592
2593 # Check whether --with-jack was given.
2594 if test "${with_jack+set}" = set; then :
2595   withval=$with_jack; if test "x$withval" = "xno"; then ac_cv_header_jack_jack_h=no; fi
2596 fi
2597
2598
2599 # Check whether --with-jpeg was given.
2600 if test "${with_jpeg+set}" = set; then :
2601   withval=$with_jpeg; if test "x$withval" = "xno"; then ac_cv_header_jpeglib_h=no; fi
2602 fi
2603
2604
2605 # Check whether --with-ldap was given.
2606 if test "${with_ldap+set}" = set; then :
2607   withval=$with_ldap; if test "x$withval" = "xno"; then ac_cv_header_ldap_h=no; ac_cv_header_lber_h=no; fi
2608 fi
2609
2610
2611 # Check whether --with-mpg123 was given.
2612 if test "${with_mpg123+set}" = set; then :
2613   withval=$with_mpg123; if test "x$withval" = "xno"; then ac_cv_header_mpg123_h=no; fi
2614 fi
2615
2616
2617 # Check whether --with-nas was given.
2618 if test "${with_nas+set}" = set; then :
2619   withval=$with_nas; if test "x$withval" = "xno"; then ac_cv_header_audio_audiolib_h=no; fi
2620 fi
2621
2622
2623 # Check whether --with-openal was given.
2624 if test "${with_openal+set}" = set; then :
2625   withval=$with_openal; if test "x$withval" = "xno"; then ac_cv_header_AL_al_h=no; ac_cv_header_OpenAL_al_h=no; fi
2626 fi
2627
2628
2629 # Check whether --with-opengl was given.
2630 if test "${with_opengl+set}" = set; then :
2631   withval=$with_opengl;
2632 fi
2633
2634
2635 # Check whether --with-openssl was given.
2636 if test "${with_openssl+set}" = set; then :
2637   withval=$with_openssl; if test "x$withval" = "xno"; then ac_cv_header_openssl_err_h=no; ac_cv_header_openssl_ssl_h=no; fi
2638 fi
2639
2640
2641 # Check whether --with-oss was given.
2642 if test "${with_oss+set}" = set; then :
2643   withval=$with_oss; if test "x$withval" = "xno"; then ac_cv_header_soundcard_h=no; ac_cv_header_sys_soundcard_h=no; ac_cv_header_machine_soundcard_h=no; fi
2644 fi
2645
2646
2647 # Check whether --with-png was given.
2648 if test "${with_png+set}" = set; then :
2649   withval=$with_png; if test "x$withval" = "xno"; then ac_cv_header_png_h=no; fi
2650 fi
2651
2652
2653 # Check whether --with-pthread was given.
2654 if test "${with_pthread+set}" = set; then :
2655   withval=$with_pthread; if test "x$withval" = "xno"; then ac_cv_header_pthread_h=no; fi
2656 fi
2657
2658
2659 # Check whether --with-sane was given.
2660 if test "${with_sane+set}" = set; then :
2661   withval=$with_sane;
2662 fi
2663
2664
2665 # Check whether --with-xcomposite was given.
2666 if test "${with_xcomposite+set}" = set; then :
2667   withval=$with_xcomposite; if test "x$withval" = "xno"; then ac_cv_header_X11_extensions_Xcomposite_h=no; fi
2668 fi
2669
2670
2671 # Check whether --with-xcursor was given.
2672 if test "${with_xcursor+set}" = set; then :
2673   withval=$with_xcursor; if test "x$withval" = "xno"; then ac_cv_header_X11_Xcursor_Xcursor_h=no; fi
2674 fi
2675
2676
2677 # Check whether --with-xinerama was given.
2678 if test "${with_xinerama+set}" = set; then :
2679   withval=$with_xinerama; if test "x$withval" = "xno"; then ac_cv_header_X11_extensions_Xinerama_h=no; fi
2680 fi
2681
2682
2683 # Check whether --with-xinput was given.
2684 if test "${with_xinput+set}" = set; then :
2685   withval=$with_xinput; if test "x$withval" = "xno"; then ac_cv_header_X11_extensions_XInput_h=no; fi
2686 fi
2687
2688
2689 # Check whether --with-xml was given.
2690 if test "${with_xml+set}" = set; then :
2691   withval=$with_xml;
2692 fi
2693
2694
2695 # Check whether --with-xrandr was given.
2696 if test "${with_xrandr+set}" = set; then :
2697   withval=$with_xrandr; if test "x$withval" = "xno"; then ac_cv_header_X11_extensions_Xrandr_h=no; fi
2698 fi
2699
2700
2701 # Check whether --with-xrender was given.
2702 if test "${with_xrender+set}" = set; then :
2703   withval=$with_xrender; if test "x$withval" = "xno"; then ac_cv_header_X11_extensions_Xrender_h=no; fi
2704 fi
2705
2706
2707 # Check whether --with-xshape was given.
2708 if test "${with_xshape+set}" = set; then :
2709   withval=$with_xshape; if test "x$withval" = "xno"; then ac_cv_header_X11_extensions_shape_h=no; fi
2710 fi
2711
2712
2713 # Check whether --with-xshm was given.
2714 if test "${with_xshm+set}" = set; then :
2715   withval=$with_xshm; if test "x$withval" = "xno"; then ac_cv_header_X11_extensions_XShm_h=no; fi
2716 fi
2717
2718
2719 # Check whether --with-xslt was given.
2720 if test "${with_xslt+set}" = set; then :
2721   withval=$with_xslt;
2722 fi
2723
2724
2725 # Check whether --with-xxf86vm was given.
2726 if test "${with_xxf86vm+set}" = set; then :
2727   withval=$with_xxf86vm; if test "x$withval" = "xno"; then ac_cv_header_X11_extensions_xf86vmode_h=no; ac_cv_header_X11_extensions_xf86vmproto_h=no; fi
2728 fi
2729
2730
2731
2732 # Check whether --with-wine-tools was given.
2733 if test "${with_wine_tools+set}" = set; then :
2734   withval=$with_wine_tools;
2735 fi
2736
2737
2738 # Check whether --with-wine64 was given.
2739 if test "${with_wine64+set}" = set; then :
2740   withval=$with_wine64;
2741 fi
2742
2743
2744 # Make sure we can run config.sub.
2745 $SHELL "$ac_aux_dir/config.sub" sun4 >/dev/null 2>&1 ||
2746   as_fn_error "cannot run $SHELL $ac_aux_dir/config.sub" "$LINENO" 5
2747
2748 { $as_echo "$as_me:${as_lineno-$LINENO}: checking build system type" >&5
2749 $as_echo_n "checking build system type... " >&6; }
2750 if test "${ac_cv_build+set}" = set; then :
2751   $as_echo_n "(cached) " >&6
2752 else
2753   ac_build_alias=$build_alias
2754 test "x$ac_build_alias" = x &&
2755   ac_build_alias=`$SHELL "$ac_aux_dir/config.guess"`
2756 test "x$ac_build_alias" = x &&
2757   as_fn_error "cannot guess build type; you must specify one" "$LINENO" 5
2758 ac_cv_build=`$SHELL "$ac_aux_dir/config.sub" $ac_build_alias` ||
2759   as_fn_error "$SHELL $ac_aux_dir/config.sub $ac_build_alias failed" "$LINENO" 5
2760
2761 fi
2762 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_build" >&5
2763 $as_echo "$ac_cv_build" >&6; }
2764 case $ac_cv_build in
2765 *-*-*) ;;
2766 *) as_fn_error "invalid value of canonical build" "$LINENO" 5;;
2767 esac
2768 build=$ac_cv_build
2769 ac_save_IFS=$IFS; IFS='-'
2770 set x $ac_cv_build
2771 shift
2772 build_cpu=$1
2773 build_vendor=$2
2774 shift; shift
2775 # Remember, the first character of IFS is used to create $*,
2776 # except with old shells:
2777 build_os=$*
2778 IFS=$ac_save_IFS
2779 case $build_os in *\ *) build_os=`echo "$build_os" | sed 's/ /-/g'`;; esac
2780
2781
2782 { $as_echo "$as_me:${as_lineno-$LINENO}: checking host system type" >&5
2783 $as_echo_n "checking host system type... " >&6; }
2784 if test "${ac_cv_host+set}" = set; then :
2785   $as_echo_n "(cached) " >&6
2786 else
2787   if test "x$host_alias" = x; then
2788   ac_cv_host=$ac_cv_build
2789 else
2790   ac_cv_host=`$SHELL "$ac_aux_dir/config.sub" $host_alias` ||
2791     as_fn_error "$SHELL $ac_aux_dir/config.sub $host_alias failed" "$LINENO" 5
2792 fi
2793
2794 fi
2795 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_host" >&5
2796 $as_echo "$ac_cv_host" >&6; }
2797 case $ac_cv_host in
2798 *-*-*) ;;
2799 *) as_fn_error "invalid value of canonical host" "$LINENO" 5;;
2800 esac
2801 host=$ac_cv_host
2802 ac_save_IFS=$IFS; IFS='-'
2803 set x $ac_cv_host
2804 shift
2805 host_cpu=$1
2806 host_vendor=$2
2807 shift; shift
2808 # Remember, the first character of IFS is used to create $*,
2809 # except with old shells:
2810 host_os=$*
2811 IFS=$ac_save_IFS
2812 case $host_os in *\ *) host_os=`echo "$host_os" | sed 's/ /-/g'`;; esac
2813
2814
2815
2816 case "$srcdir" in
2817  .) ;;
2818  *) if test -f "$srcdir/Makefile" -o -f "$srcdir/include/config.h"; then
2819       as_fn_error "you are building out of the source tree, but the source tree contains object files.
2820 You need to run 'make distclean' in the source tree first." "$LINENO" 5
2821     fi ;;
2822 esac
2823
2824
2825 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether ${MAKE-make} sets \$(MAKE)" >&5
2826 $as_echo_n "checking whether ${MAKE-make} sets \$(MAKE)... " >&6; }
2827 set x ${MAKE-make}
2828 ac_make=`$as_echo "$2" | sed 's/+/p/g; s/[^a-zA-Z0-9_]/_/g'`
2829 if { as_var=ac_cv_prog_make_${ac_make}_set; eval "test \"\${$as_var+set}\" = set"; }; then :
2830   $as_echo_n "(cached) " >&6
2831 else
2832   cat >conftest.make <<\_ACEOF
2833 SHELL = /bin/sh
2834 all:
2835         @echo '@@@%%%=$(MAKE)=@@@%%%'
2836 _ACEOF
2837 # GNU make sometimes prints "make[1]: Entering...", which would confuse us.
2838 case `${MAKE-make} -f conftest.make 2>/dev/null` in
2839   *@@@%%%=?*=@@@%%%*)
2840     eval ac_cv_prog_make_${ac_make}_set=yes;;
2841   *)
2842     eval ac_cv_prog_make_${ac_make}_set=no;;
2843 esac
2844 rm -f conftest.make
2845 fi
2846 if eval test \$ac_cv_prog_make_${ac_make}_set = yes; then
2847   { $as_echo "$as_me:${as_lineno-$LINENO}: result: yes" >&5
2848 $as_echo "yes" >&6; }
2849   SET_MAKE=
2850 else
2851   { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
2852 $as_echo "no" >&6; }
2853   SET_MAKE="MAKE=${MAKE-make}"
2854 fi
2855
2856 ac_ext=c
2857 ac_cpp='$CPP $CPPFLAGS'
2858 ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
2859 ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
2860 ac_compiler_gnu=$ac_cv_c_compiler_gnu
2861 if test -n "$ac_tool_prefix"; then
2862   # Extract the first word of "${ac_tool_prefix}gcc", so it can be a program name with args.
2863 set dummy ${ac_tool_prefix}gcc; ac_word=$2
2864 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
2865 $as_echo_n "checking for $ac_word... " >&6; }
2866 if test "${ac_cv_prog_CC+set}" = set; then :
2867   $as_echo_n "(cached) " >&6
2868 else
2869   if test -n "$CC"; then
2870   ac_cv_prog_CC="$CC" # Let the user override the test.
2871 else
2872 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
2873 for as_dir in $PATH
2874 do
2875   IFS=$as_save_IFS
2876   test -z "$as_dir" && as_dir=.
2877     for ac_exec_ext in '' $ac_executable_extensions; do
2878   if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
2879     ac_cv_prog_CC="${ac_tool_prefix}gcc"
2880     $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
2881     break 2
2882   fi
2883 done
2884   done
2885 IFS=$as_save_IFS
2886
2887 fi
2888 fi
2889 CC=$ac_cv_prog_CC
2890 if test -n "$CC"; then
2891   { $as_echo "$as_me:${as_lineno-$LINENO}: result: $CC" >&5
2892 $as_echo "$CC" >&6; }
2893 else
2894   { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
2895 $as_echo "no" >&6; }
2896 fi
2897
2898
2899 fi
2900 if test -z "$ac_cv_prog_CC"; then
2901   ac_ct_CC=$CC
2902   # Extract the first word of "gcc", so it can be a program name with args.
2903 set dummy gcc; ac_word=$2
2904 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
2905 $as_echo_n "checking for $ac_word... " >&6; }
2906 if test "${ac_cv_prog_ac_ct_CC+set}" = set; then :
2907   $as_echo_n "(cached) " >&6
2908 else
2909   if test -n "$ac_ct_CC"; then
2910   ac_cv_prog_ac_ct_CC="$ac_ct_CC" # Let the user override the test.
2911 else
2912 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
2913 for as_dir in $PATH
2914 do
2915   IFS=$as_save_IFS
2916   test -z "$as_dir" && as_dir=.
2917     for ac_exec_ext in '' $ac_executable_extensions; do
2918   if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
2919     ac_cv_prog_ac_ct_CC="gcc"
2920     $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
2921     break 2
2922   fi
2923 done
2924   done
2925 IFS=$as_save_IFS
2926
2927 fi
2928 fi
2929 ac_ct_CC=$ac_cv_prog_ac_ct_CC
2930 if test -n "$ac_ct_CC"; then
2931   { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_ct_CC" >&5
2932 $as_echo "$ac_ct_CC" >&6; }
2933 else
2934   { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
2935 $as_echo "no" >&6; }
2936 fi
2937
2938   if test "x$ac_ct_CC" = x; then
2939     CC=""
2940   else
2941     case $cross_compiling:$ac_tool_warned in
2942 yes:)
2943 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: using cross tools not prefixed with host triplet" >&5
2944 $as_echo "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;}
2945 ac_tool_warned=yes ;;
2946 esac
2947     CC=$ac_ct_CC
2948   fi
2949 else
2950   CC="$ac_cv_prog_CC"
2951 fi
2952
2953 if test -z "$CC"; then
2954           if test -n "$ac_tool_prefix"; then
2955     # Extract the first word of "${ac_tool_prefix}cc", so it can be a program name with args.
2956 set dummy ${ac_tool_prefix}cc; ac_word=$2
2957 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
2958 $as_echo_n "checking for $ac_word... " >&6; }
2959 if test "${ac_cv_prog_CC+set}" = set; then :
2960   $as_echo_n "(cached) " >&6
2961 else
2962   if test -n "$CC"; then
2963   ac_cv_prog_CC="$CC" # Let the user override the test.
2964 else
2965 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
2966 for as_dir in $PATH
2967 do
2968   IFS=$as_save_IFS
2969   test -z "$as_dir" && as_dir=.
2970     for ac_exec_ext in '' $ac_executable_extensions; do
2971   if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
2972     ac_cv_prog_CC="${ac_tool_prefix}cc"
2973     $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
2974     break 2
2975   fi
2976 done
2977   done
2978 IFS=$as_save_IFS
2979
2980 fi
2981 fi
2982 CC=$ac_cv_prog_CC
2983 if test -n "$CC"; then
2984   { $as_echo "$as_me:${as_lineno-$LINENO}: result: $CC" >&5
2985 $as_echo "$CC" >&6; }
2986 else
2987   { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
2988 $as_echo "no" >&6; }
2989 fi
2990
2991
2992   fi
2993 fi
2994 if test -z "$CC"; then
2995   # Extract the first word of "cc", so it can be a program name with args.
2996 set dummy cc; ac_word=$2
2997 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
2998 $as_echo_n "checking for $ac_word... " >&6; }
2999 if test "${ac_cv_prog_CC+set}" = set; then :
3000   $as_echo_n "(cached) " >&6
3001 else
3002   if test -n "$CC"; then
3003   ac_cv_prog_CC="$CC" # Let the user override the test.
3004 else
3005   ac_prog_rejected=no
3006 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
3007 for as_dir in $PATH
3008 do
3009   IFS=$as_save_IFS
3010   test -z "$as_dir" && as_dir=.
3011     for ac_exec_ext in '' $ac_executable_extensions; do
3012   if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
3013     if test "$as_dir/$ac_word$ac_exec_ext" = "/usr/ucb/cc"; then
3014        ac_prog_rejected=yes
3015        continue
3016      fi
3017     ac_cv_prog_CC="cc"
3018     $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
3019     break 2
3020   fi
3021 done
3022   done
3023 IFS=$as_save_IFS
3024
3025 if test $ac_prog_rejected = yes; then
3026   # We found a bogon in the path, so make sure we never use it.
3027   set dummy $ac_cv_prog_CC
3028   shift
3029   if test $# != 0; then
3030     # We chose a different compiler from the bogus one.
3031     # However, it has the same basename, so the bogon will be chosen
3032     # first if we set CC to just the basename; use the full file name.
3033     shift
3034     ac_cv_prog_CC="$as_dir/$ac_word${1+' '}$@"
3035   fi
3036 fi
3037 fi
3038 fi
3039 CC=$ac_cv_prog_CC
3040 if test -n "$CC"; then
3041   { $as_echo "$as_me:${as_lineno-$LINENO}: result: $CC" >&5
3042 $as_echo "$CC" >&6; }
3043 else
3044   { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
3045 $as_echo "no" >&6; }
3046 fi
3047
3048
3049 fi
3050 if test -z "$CC"; then
3051   if test -n "$ac_tool_prefix"; then
3052   for ac_prog in cl.exe
3053   do
3054     # Extract the first word of "$ac_tool_prefix$ac_prog", so it can be a program name with args.
3055 set dummy $ac_tool_prefix$ac_prog; ac_word=$2
3056 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
3057 $as_echo_n "checking for $ac_word... " >&6; }
3058 if test "${ac_cv_prog_CC+set}" = set; then :
3059   $as_echo_n "(cached) " >&6
3060 else
3061   if test -n "$CC"; then
3062   ac_cv_prog_CC="$CC" # Let the user override the test.
3063 else
3064 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
3065 for as_dir in $PATH
3066 do
3067   IFS=$as_save_IFS
3068   test -z "$as_dir" && as_dir=.
3069     for ac_exec_ext in '' $ac_executable_extensions; do
3070   if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
3071     ac_cv_prog_CC="$ac_tool_prefix$ac_prog"
3072     $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
3073     break 2
3074   fi
3075 done
3076   done
3077 IFS=$as_save_IFS
3078
3079 fi
3080 fi
3081 CC=$ac_cv_prog_CC
3082 if test -n "$CC"; then
3083   { $as_echo "$as_me:${as_lineno-$LINENO}: result: $CC" >&5
3084 $as_echo "$CC" >&6; }
3085 else
3086   { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
3087 $as_echo "no" >&6; }
3088 fi
3089
3090
3091     test -n "$CC" && break
3092   done
3093 fi
3094 if test -z "$CC"; then
3095   ac_ct_CC=$CC
3096   for ac_prog in cl.exe
3097 do
3098   # Extract the first word of "$ac_prog", so it can be a program name with args.
3099 set dummy $ac_prog; ac_word=$2
3100 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
3101 $as_echo_n "checking for $ac_word... " >&6; }
3102 if test "${ac_cv_prog_ac_ct_CC+set}" = set; then :
3103   $as_echo_n "(cached) " >&6
3104 else
3105   if test -n "$ac_ct_CC"; then
3106   ac_cv_prog_ac_ct_CC="$ac_ct_CC" # Let the user override the test.
3107 else
3108 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
3109 for as_dir in $PATH
3110 do
3111   IFS=$as_save_IFS
3112   test -z "$as_dir" && as_dir=.
3113     for ac_exec_ext in '' $ac_executable_extensions; do
3114   if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
3115     ac_cv_prog_ac_ct_CC="$ac_prog"
3116     $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
3117     break 2
3118   fi
3119 done
3120   done
3121 IFS=$as_save_IFS
3122
3123 fi
3124 fi
3125 ac_ct_CC=$ac_cv_prog_ac_ct_CC
3126 if test -n "$ac_ct_CC"; then
3127   { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_ct_CC" >&5
3128 $as_echo "$ac_ct_CC" >&6; }
3129 else
3130   { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
3131 $as_echo "no" >&6; }
3132 fi
3133
3134
3135   test -n "$ac_ct_CC" && break
3136 done
3137
3138   if test "x$ac_ct_CC" = x; then
3139     CC=""
3140   else
3141     case $cross_compiling:$ac_tool_warned in
3142 yes:)
3143 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: using cross tools not prefixed with host triplet" >&5
3144 $as_echo "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;}
3145 ac_tool_warned=yes ;;
3146 esac
3147     CC=$ac_ct_CC
3148   fi
3149 fi
3150
3151 fi
3152
3153
3154 test -z "$CC" && { { $as_echo "$as_me:${as_lineno-$LINENO}: error: in \`$ac_pwd':" >&5
3155 $as_echo "$as_me: error: in \`$ac_pwd':" >&2;}
3156 as_fn_error "no acceptable C compiler found in \$PATH
3157 See \`config.log' for more details." "$LINENO" 5; }
3158
3159 # Provide some information about the compiler.
3160 $as_echo "$as_me:${as_lineno-$LINENO}: checking for C compiler version" >&5
3161 set X $ac_compile
3162 ac_compiler=$2
3163 for ac_option in --version -v -V -qversion; do
3164   { { ac_try="$ac_compiler $ac_option >&5"
3165 case "(($ac_try" in
3166   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
3167   *) ac_try_echo=$ac_try;;
3168 esac
3169 eval ac_try_echo="\"\$as_me:${as_lineno-$LINENO}: $ac_try_echo\""
3170 $as_echo "$ac_try_echo"; } >&5
3171   (eval "$ac_compiler $ac_option >&5") 2>conftest.err
3172   ac_status=$?
3173   if test -s conftest.err; then
3174     sed '10a\
3175 ... rest of stderr output deleted ...
3176          10q' conftest.err >conftest.er1
3177     cat conftest.er1 >&5
3178     rm -f conftest.er1 conftest.err
3179   fi
3180   $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
3181   test $ac_status = 0; }
3182 done
3183
3184 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
3185 /* end confdefs.h.  */
3186 #include <stdio.h>
3187 int
3188 main ()
3189 {
3190 FILE *f = fopen ("conftest.out", "w");
3191  return ferror (f) || fclose (f) != 0;
3192
3193   ;
3194   return 0;
3195 }
3196 _ACEOF
3197 ac_clean_files_save=$ac_clean_files
3198 ac_clean_files="$ac_clean_files a.out a.out.dSYM a.exe b.out conftest.out"
3199 # Try to create an executable without -o first, disregard a.out.
3200 # It will help us diagnose broken compilers, and finding out an intuition
3201 # of exeext.
3202 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for C compiler default output file name" >&5
3203 $as_echo_n "checking for C compiler default output file name... " >&6; }
3204 ac_link_default=`$as_echo "$ac_link" | sed 's/ -o *conftest[^ ]*//'`
3205
3206 # The possible output files:
3207 ac_files="a.out conftest.exe conftest a.exe a_out.exe b.out conftest.*"
3208
3209 ac_rmfiles=
3210 for ac_file in $ac_files
3211 do
3212   case $ac_file in
3213     *.$ac_ext | *.xcoff | *.tds | *.d | *.pdb | *.xSYM | *.bb | *.bbg | *.map | *.inf | *.dSYM | *.o | *.obj ) ;;
3214     * ) ac_rmfiles="$ac_rmfiles $ac_file";;
3215   esac
3216 done
3217 rm -f $ac_rmfiles
3218
3219 if { { ac_try="$ac_link_default"
3220 case "(($ac_try" in
3221   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
3222   *) ac_try_echo=$ac_try;;
3223 esac
3224 eval ac_try_echo="\"\$as_me:${as_lineno-$LINENO}: $ac_try_echo\""
3225 $as_echo "$ac_try_echo"; } >&5
3226   (eval "$ac_link_default") 2>&5
3227   ac_status=$?
3228   $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
3229   test $ac_status = 0; }; then :
3230   # Autoconf-2.13 could set the ac_cv_exeext variable to `no'.
3231 # So ignore a value of `no', otherwise this would lead to `EXEEXT = no'
3232 # in a Makefile.  We should not override ac_cv_exeext if it was cached,
3233 # so that the user can short-circuit this test for compilers unknown to
3234 # Autoconf.
3235 for ac_file in $ac_files ''
3236 do
3237   test -f "$ac_file" || continue
3238   case $ac_file in
3239     *.$ac_ext | *.xcoff | *.tds | *.d | *.pdb | *.xSYM | *.bb | *.bbg | *.map | *.inf | *.dSYM | *.o | *.obj )
3240         ;;
3241     [ab].out )
3242         # We found the default executable, but exeext='' is most
3243         # certainly right.
3244         break;;
3245     *.* )
3246         if test "${ac_cv_exeext+set}" = set && test "$ac_cv_exeext" != no;
3247         then :; else
3248            ac_cv_exeext=`expr "$ac_file" : '[^.]*\(\..*\)'`
3249         fi
3250         # We set ac_cv_exeext here because the later test for it is not
3251         # safe: cross compilers may not add the suffix if given an `-o'
3252         # argument, so we may need to know it at that point already.
3253         # Even if this section looks crufty: it has the advantage of
3254         # actually working.
3255         break;;
3256     * )
3257         break;;
3258   esac
3259 done
3260 test "$ac_cv_exeext" = no && ac_cv_exeext=
3261
3262 else
3263   ac_file=''
3264 fi
3265 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_file" >&5
3266 $as_echo "$ac_file" >&6; }
3267 if test -z "$ac_file"; then :
3268   $as_echo "$as_me: failed program was:" >&5
3269 sed 's/^/| /' conftest.$ac_ext >&5
3270
3271 { { $as_echo "$as_me:${as_lineno-$LINENO}: error: in \`$ac_pwd':" >&5
3272 $as_echo "$as_me: error: in \`$ac_pwd':" >&2;}
3273 { as_fn_set_status 77
3274 as_fn_error "C compiler cannot create executables
3275 See \`config.log' for more details." "$LINENO" 5; }; }
3276 fi
3277 ac_exeext=$ac_cv_exeext
3278
3279 # Check that the compiler produces executables we can run.  If not, either
3280 # the compiler is broken, or we cross compile.
3281 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether the C compiler works" >&5
3282 $as_echo_n "checking whether the C compiler works... " >&6; }
3283 # If not cross compiling, check that we can run a simple program.
3284 if test "$cross_compiling" != yes; then
3285   if { ac_try='./$ac_file'
3286   { { case "(($ac_try" in
3287   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
3288   *) ac_try_echo=$ac_try;;
3289 esac
3290 eval ac_try_echo="\"\$as_me:${as_lineno-$LINENO}: $ac_try_echo\""
3291 $as_echo "$ac_try_echo"; } >&5
3292   (eval "$ac_try") 2>&5
3293   ac_status=$?
3294   $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
3295   test $ac_status = 0; }; }; then
3296     cross_compiling=no
3297   else
3298     if test "$cross_compiling" = maybe; then
3299         cross_compiling=yes
3300     else
3301         { { $as_echo "$as_me:${as_lineno-$LINENO}: error: in \`$ac_pwd':" >&5
3302 $as_echo "$as_me: error: in \`$ac_pwd':" >&2;}
3303 as_fn_error "cannot run C compiled programs.
3304 If you meant to cross compile, use \`--host'.
3305 See \`config.log' for more details." "$LINENO" 5; }
3306     fi
3307   fi
3308 fi
3309 { $as_echo "$as_me:${as_lineno-$LINENO}: result: yes" >&5
3310 $as_echo "yes" >&6; }
3311
3312 rm -f -r a.out a.out.dSYM a.exe conftest$ac_cv_exeext b.out conftest.out
3313 ac_clean_files=$ac_clean_files_save
3314 # Check that the compiler produces executables we can run.  If not, either
3315 # the compiler is broken, or we cross compile.
3316 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether we are cross compiling" >&5
3317 $as_echo_n "checking whether we are cross compiling... " >&6; }
3318 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $cross_compiling" >&5
3319 $as_echo "$cross_compiling" >&6; }
3320
3321 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for suffix of executables" >&5
3322 $as_echo_n "checking for suffix of executables... " >&6; }
3323 if { { ac_try="$ac_link"
3324 case "(($ac_try" in
3325   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
3326   *) ac_try_echo=$ac_try;;
3327 esac
3328 eval ac_try_echo="\"\$as_me:${as_lineno-$LINENO}: $ac_try_echo\""
3329 $as_echo "$ac_try_echo"; } >&5
3330   (eval "$ac_link") 2>&5
3331   ac_status=$?
3332   $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
3333   test $ac_status = 0; }; then :
3334   # If both `conftest.exe' and `conftest' are `present' (well, observable)
3335 # catch `conftest.exe'.  For instance with Cygwin, `ls conftest' will
3336 # work properly (i.e., refer to `conftest.exe'), while it won't with
3337 # `rm'.
3338 for ac_file in conftest.exe conftest conftest.*; do
3339   test -f "$ac_file" || continue
3340   case $ac_file in
3341     *.$ac_ext | *.xcoff | *.tds | *.d | *.pdb | *.xSYM | *.bb | *.bbg | *.map | *.inf | *.dSYM | *.o | *.obj ) ;;
3342     *.* ) ac_cv_exeext=`expr "$ac_file" : '[^.]*\(\..*\)'`
3343           break;;
3344     * ) break;;
3345   esac
3346 done
3347 else
3348   { { $as_echo "$as_me:${as_lineno-$LINENO}: error: in \`$ac_pwd':" >&5
3349 $as_echo "$as_me: error: in \`$ac_pwd':" >&2;}
3350 as_fn_error "cannot compute suffix of executables: cannot compile and link
3351 See \`config.log' for more details." "$LINENO" 5; }
3352 fi
3353 rm -f conftest$ac_cv_exeext
3354 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_exeext" >&5
3355 $as_echo "$ac_cv_exeext" >&6; }
3356
3357 rm -f conftest.$ac_ext
3358 EXEEXT=$ac_cv_exeext
3359 ac_exeext=$EXEEXT
3360 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for suffix of object files" >&5
3361 $as_echo_n "checking for suffix of object files... " >&6; }
3362 if test "${ac_cv_objext+set}" = set; then :
3363   $as_echo_n "(cached) " >&6
3364 else
3365   cat confdefs.h - <<_ACEOF >conftest.$ac_ext
3366 /* end confdefs.h.  */
3367
3368 int
3369 main ()
3370 {
3371
3372   ;
3373   return 0;
3374 }
3375 _ACEOF
3376 rm -f conftest.o conftest.obj
3377 if { { ac_try="$ac_compile"
3378 case "(($ac_try" in
3379   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
3380   *) ac_try_echo=$ac_try;;
3381 esac
3382 eval ac_try_echo="\"\$as_me:${as_lineno-$LINENO}: $ac_try_echo\""
3383 $as_echo "$ac_try_echo"; } >&5
3384   (eval "$ac_compile") 2>&5
3385   ac_status=$?
3386   $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
3387   test $ac_status = 0; }; then :
3388   for ac_file in conftest.o conftest.obj conftest.*; do
3389   test -f "$ac_file" || continue;
3390   case $ac_file in
3391     *.$ac_ext | *.xcoff | *.tds | *.d | *.pdb | *.xSYM | *.bb | *.bbg | *.map | *.inf | *.dSYM ) ;;
3392     *) ac_cv_objext=`expr "$ac_file" : '.*\.\(.*\)'`
3393        break;;
3394   esac
3395 done
3396 else
3397   $as_echo "$as_me: failed program was:" >&5
3398 sed 's/^/| /' conftest.$ac_ext >&5
3399
3400 { { $as_echo "$as_me:${as_lineno-$LINENO}: error: in \`$ac_pwd':" >&5
3401 $as_echo "$as_me: error: in \`$ac_pwd':" >&2;}
3402 as_fn_error "cannot compute suffix of object files: cannot compile
3403 See \`config.log' for more details." "$LINENO" 5; }
3404 fi
3405 rm -f conftest.$ac_cv_objext conftest.$ac_ext
3406 fi
3407 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_objext" >&5
3408 $as_echo "$ac_cv_objext" >&6; }
3409 OBJEXT=$ac_cv_objext
3410 ac_objext=$OBJEXT
3411 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether we are using the GNU C compiler" >&5
3412 $as_echo_n "checking whether we are using the GNU C compiler... " >&6; }
3413 if test "${ac_cv_c_compiler_gnu+set}" = set; then :
3414   $as_echo_n "(cached) " >&6
3415 else
3416   cat confdefs.h - <<_ACEOF >conftest.$ac_ext
3417 /* end confdefs.h.  */
3418
3419 int
3420 main ()
3421 {
3422 #ifndef __GNUC__
3423        choke me
3424 #endif
3425
3426   ;
3427   return 0;
3428 }
3429 _ACEOF
3430 if ac_fn_c_try_compile "$LINENO"; then :
3431   ac_compiler_gnu=yes
3432 else
3433   ac_compiler_gnu=no
3434 fi
3435 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
3436 ac_cv_c_compiler_gnu=$ac_compiler_gnu
3437
3438 fi
3439 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_c_compiler_gnu" >&5
3440 $as_echo "$ac_cv_c_compiler_gnu" >&6; }
3441 if test $ac_compiler_gnu = yes; then
3442   GCC=yes
3443 else
3444   GCC=
3445 fi
3446 ac_test_CFLAGS=${CFLAGS+set}
3447 ac_save_CFLAGS=$CFLAGS
3448 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether $CC accepts -g" >&5
3449 $as_echo_n "checking whether $CC accepts -g... " >&6; }
3450 if test "${ac_cv_prog_cc_g+set}" = set; then :
3451   $as_echo_n "(cached) " >&6
3452 else
3453   ac_save_c_werror_flag=$ac_c_werror_flag
3454    ac_c_werror_flag=yes
3455    ac_cv_prog_cc_g=no
3456    CFLAGS="-g"
3457    cat confdefs.h - <<_ACEOF >conftest.$ac_ext
3458 /* end confdefs.h.  */
3459
3460 int
3461 main ()
3462 {
3463
3464   ;
3465   return 0;
3466 }
3467 _ACEOF
3468 if ac_fn_c_try_compile "$LINENO"; then :
3469   ac_cv_prog_cc_g=yes
3470 else
3471   CFLAGS=""
3472       cat confdefs.h - <<_ACEOF >conftest.$ac_ext
3473 /* end confdefs.h.  */
3474
3475 int
3476 main ()
3477 {
3478
3479   ;
3480   return 0;
3481 }
3482 _ACEOF
3483 if ac_fn_c_try_compile "$LINENO"; then :
3484
3485 else
3486   ac_c_werror_flag=$ac_save_c_werror_flag
3487          CFLAGS="-g"
3488          cat confdefs.h - <<_ACEOF >conftest.$ac_ext
3489 /* end confdefs.h.  */
3490
3491 int
3492 main ()
3493 {
3494
3495   ;
3496   return 0;
3497 }
3498 _ACEOF
3499 if ac_fn_c_try_compile "$LINENO"; then :
3500   ac_cv_prog_cc_g=yes
3501 fi
3502 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
3503 fi
3504 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
3505 fi
3506 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
3507    ac_c_werror_flag=$ac_save_c_werror_flag
3508 fi
3509 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_prog_cc_g" >&5
3510 $as_echo "$ac_cv_prog_cc_g" >&6; }
3511 if test "$ac_test_CFLAGS" = set; then
3512   CFLAGS=$ac_save_CFLAGS
3513 elif test $ac_cv_prog_cc_g = yes; then
3514   if test "$GCC" = yes; then
3515     CFLAGS="-g -O2"
3516   else
3517     CFLAGS="-g"
3518   fi
3519 else
3520   if test "$GCC" = yes; then
3521     CFLAGS="-O2"
3522   else
3523     CFLAGS=
3524   fi
3525 fi
3526 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $CC option to accept ISO C89" >&5
3527 $as_echo_n "checking for $CC option to accept ISO C89... " >&6; }
3528 if test "${ac_cv_prog_cc_c89+set}" = set; then :
3529   $as_echo_n "(cached) " >&6
3530 else
3531   ac_cv_prog_cc_c89=no
3532 ac_save_CC=$CC
3533 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
3534 /* end confdefs.h.  */
3535 #include <stdarg.h>
3536 #include <stdio.h>
3537 #include <sys/types.h>
3538 #include <sys/stat.h>
3539 /* Most of the following tests are stolen from RCS 5.7's src/conf.sh.  */
3540 struct buf { int x; };
3541 FILE * (*rcsopen) (struct buf *, struct stat *, int);
3542 static char *e (p, i)
3543      char **p;
3544      int i;
3545 {
3546   return p[i];
3547 }
3548 static char *f (char * (*g) (char **, int), char **p, ...)
3549 {
3550   char *s;
3551   va_list v;
3552   va_start (v,p);
3553   s = g (p, va_arg (v,int));
3554   va_end (v);
3555   return s;
3556 }
3557
3558 /* OSF 4.0 Compaq cc is some sort of almost-ANSI by default.  It has
3559    function prototypes and stuff, but not '\xHH' hex character constants.
3560    These don't provoke an error unfortunately, instead are silently treated
3561    as 'x'.  The following induces an error, until -std is added to get
3562    proper ANSI mode.  Curiously '\x00'!='x' always comes out true, for an
3563    array size at least.  It's necessary to write '\x00'==0 to get something
3564    that's true only with -std.  */
3565 int osf4_cc_array ['\x00' == 0 ? 1 : -1];
3566
3567 /* IBM C 6 for AIX is almost-ANSI by default, but it replaces macro parameters
3568    inside strings and character constants.  */
3569 #define FOO(x) 'x'
3570 int xlc6_cc_array[FOO(a) == 'x' ? 1 : -1];
3571
3572 int test (int i, double x);
3573 struct s1 {int (*f) (int a);};
3574 struct s2 {int (*f) (double a);};
3575 int pairnames (int, char **, FILE *(*)(struct buf *, struct stat *, int), int, int);
3576 int argc;
3577 char **argv;
3578 int
3579 main ()
3580 {
3581 return f (e, argv, 0) != argv[0]  ||  f (e, argv, 1) != argv[1];
3582   ;
3583   return 0;
3584 }
3585 _ACEOF
3586 for ac_arg in '' -qlanglvl=extc89 -qlanglvl=ansi -std \
3587         -Ae "-Aa -D_HPUX_SOURCE" "-Xc -D__EXTENSIONS__"
3588 do
3589   CC="$ac_save_CC $ac_arg"
3590   if ac_fn_c_try_compile "$LINENO"; then :
3591   ac_cv_prog_cc_c89=$ac_arg
3592 fi
3593 rm -f core conftest.err conftest.$ac_objext
3594   test "x$ac_cv_prog_cc_c89" != "xno" && break
3595 done
3596 rm -f conftest.$ac_ext
3597 CC=$ac_save_CC
3598
3599 fi
3600 # AC_CACHE_VAL
3601 case "x$ac_cv_prog_cc_c89" in
3602   x)
3603     { $as_echo "$as_me:${as_lineno-$LINENO}: result: none needed" >&5
3604 $as_echo "none needed" >&6; } ;;
3605   xno)
3606     { $as_echo "$as_me:${as_lineno-$LINENO}: result: unsupported" >&5
3607 $as_echo "unsupported" >&6; } ;;
3608   *)
3609     CC="$CC $ac_cv_prog_cc_c89"
3610     { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_prog_cc_c89" >&5
3611 $as_echo "$ac_cv_prog_cc_c89" >&6; } ;;
3612 esac
3613 if test "x$ac_cv_prog_cc_c89" != xno; then :
3614
3615 fi
3616
3617 ac_ext=c
3618 ac_cpp='$CPP $CPPFLAGS'
3619 ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
3620 ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
3621 ac_compiler_gnu=$ac_cv_c_compiler_gnu
3622
3623 ac_ext=cpp
3624 ac_cpp='$CXXCPP $CPPFLAGS'
3625 ac_compile='$CXX -c $CXXFLAGS $CPPFLAGS conftest.$ac_ext >&5'
3626 ac_link='$CXX -o conftest$ac_exeext $CXXFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
3627 ac_compiler_gnu=$ac_cv_cxx_compiler_gnu
3628 if test -z "$CXX"; then
3629   if test -n "$CCC"; then
3630     CXX=$CCC
3631   else
3632     if test -n "$ac_tool_prefix"; then
3633   for ac_prog in g++ c++ gpp aCC CC cxx cc++ cl.exe FCC KCC RCC xlC_r xlC
3634   do
3635     # Extract the first word of "$ac_tool_prefix$ac_prog", so it can be a program name with args.
3636 set dummy $ac_tool_prefix$ac_prog; ac_word=$2
3637 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
3638 $as_echo_n "checking for $ac_word... " >&6; }
3639 if test "${ac_cv_prog_CXX+set}" = set; then :
3640   $as_echo_n "(cached) " >&6
3641 else
3642   if test -n "$CXX"; then
3643   ac_cv_prog_CXX="$CXX" # Let the user override the test.
3644 else
3645 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
3646 for as_dir in $PATH
3647 do
3648   IFS=$as_save_IFS
3649   test -z "$as_dir" && as_dir=.
3650     for ac_exec_ext in '' $ac_executable_extensions; do
3651   if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
3652     ac_cv_prog_CXX="$ac_tool_prefix$ac_prog"
3653     $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
3654     break 2
3655   fi
3656 done
3657   done
3658 IFS=$as_save_IFS
3659
3660 fi
3661 fi
3662 CXX=$ac_cv_prog_CXX
3663 if test -n "$CXX"; then
3664   { $as_echo "$as_me:${as_lineno-$LINENO}: result: $CXX" >&5
3665 $as_echo "$CXX" >&6; }
3666 else
3667   { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
3668 $as_echo "no" >&6; }
3669 fi
3670
3671
3672     test -n "$CXX" && break
3673   done
3674 fi
3675 if test -z "$CXX"; then
3676   ac_ct_CXX=$CXX
3677   for ac_prog in g++ c++ gpp aCC CC cxx cc++ cl.exe FCC KCC RCC xlC_r xlC
3678 do
3679   # Extract the first word of "$ac_prog", so it can be a program name with args.
3680 set dummy $ac_prog; ac_word=$2
3681 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
3682 $as_echo_n "checking for $ac_word... " >&6; }
3683 if test "${ac_cv_prog_ac_ct_CXX+set}" = set; then :
3684   $as_echo_n "(cached) " >&6
3685 else
3686   if test -n "$ac_ct_CXX"; then
3687   ac_cv_prog_ac_ct_CXX="$ac_ct_CXX" # Let the user override the test.
3688 else
3689 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
3690 for as_dir in $PATH
3691 do
3692   IFS=$as_save_IFS
3693   test -z "$as_dir" && as_dir=.
3694     for ac_exec_ext in '' $ac_executable_extensions; do
3695   if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
3696     ac_cv_prog_ac_ct_CXX="$ac_prog"
3697     $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
3698     break 2
3699   fi
3700 done
3701   done
3702 IFS=$as_save_IFS
3703
3704 fi
3705 fi
3706 ac_ct_CXX=$ac_cv_prog_ac_ct_CXX
3707 if test -n "$ac_ct_CXX"; then
3708   { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_ct_CXX" >&5
3709 $as_echo "$ac_ct_CXX" >&6; }
3710 else
3711   { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
3712 $as_echo "no" >&6; }
3713 fi
3714
3715
3716   test -n "$ac_ct_CXX" && break
3717 done
3718
3719   if test "x$ac_ct_CXX" = x; then
3720     CXX="g++"
3721   else
3722     case $cross_compiling:$ac_tool_warned in
3723 yes:)
3724 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: using cross tools not prefixed with host triplet" >&5
3725 $as_echo "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;}
3726 ac_tool_warned=yes ;;
3727 esac
3728     CXX=$ac_ct_CXX
3729   fi
3730 fi
3731
3732   fi
3733 fi
3734 # Provide some information about the compiler.
3735 $as_echo "$as_me:${as_lineno-$LINENO}: checking for C++ compiler version" >&5
3736 set X $ac_compile
3737 ac_compiler=$2
3738 for ac_option in --version -v -V -qversion; do
3739   { { ac_try="$ac_compiler $ac_option >&5"
3740 case "(($ac_try" in
3741   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
3742   *) ac_try_echo=$ac_try;;
3743 esac
3744 eval ac_try_echo="\"\$as_me:${as_lineno-$LINENO}: $ac_try_echo\""
3745 $as_echo "$ac_try_echo"; } >&5
3746   (eval "$ac_compiler $ac_option >&5") 2>conftest.err
3747   ac_status=$?
3748   if test -s conftest.err; then
3749     sed '10a\
3750 ... rest of stderr output deleted ...
3751          10q' conftest.err >conftest.er1
3752     cat conftest.er1 >&5
3753     rm -f conftest.er1 conftest.err
3754   fi
3755   $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
3756   test $ac_status = 0; }
3757 done
3758
3759 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether we are using the GNU C++ compiler" >&5
3760 $as_echo_n "checking whether we are using the GNU C++ compiler... " >&6; }
3761 if test "${ac_cv_cxx_compiler_gnu+set}" = set; then :
3762   $as_echo_n "(cached) " >&6
3763 else
3764   cat confdefs.h - <<_ACEOF >conftest.$ac_ext
3765 /* end confdefs.h.  */
3766
3767 int
3768 main ()
3769 {
3770 #ifndef __GNUC__
3771        choke me
3772 #endif
3773
3774   ;
3775   return 0;
3776 }
3777 _ACEOF
3778 if ac_fn_cxx_try_compile "$LINENO"; then :
3779   ac_compiler_gnu=yes
3780 else
3781   ac_compiler_gnu=no
3782 fi
3783 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
3784 ac_cv_cxx_compiler_gnu=$ac_compiler_gnu
3785
3786 fi
3787 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_cxx_compiler_gnu" >&5
3788 $as_echo "$ac_cv_cxx_compiler_gnu" >&6; }
3789 if test $ac_compiler_gnu = yes; then
3790   GXX=yes
3791 else
3792   GXX=
3793 fi
3794 ac_test_CXXFLAGS=${CXXFLAGS+set}
3795 ac_save_CXXFLAGS=$CXXFLAGS
3796 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether $CXX accepts -g" >&5
3797 $as_echo_n "checking whether $CXX accepts -g... " >&6; }
3798 if test "${ac_cv_prog_cxx_g+set}" = set; then :
3799   $as_echo_n "(cached) " >&6
3800 else
3801   ac_save_cxx_werror_flag=$ac_cxx_werror_flag
3802    ac_cxx_werror_flag=yes
3803    ac_cv_prog_cxx_g=no
3804    CXXFLAGS="-g"
3805    cat confdefs.h - <<_ACEOF >conftest.$ac_ext
3806 /* end confdefs.h.  */
3807
3808 int
3809 main ()
3810 {
3811
3812   ;
3813   return 0;
3814 }
3815 _ACEOF
3816 if ac_fn_cxx_try_compile "$LINENO"; then :
3817   ac_cv_prog_cxx_g=yes
3818 else
3819   CXXFLAGS=""
3820       cat confdefs.h - <<_ACEOF >conftest.$ac_ext
3821 /* end confdefs.h.  */
3822
3823 int
3824 main ()
3825 {
3826
3827   ;
3828   return 0;
3829 }
3830 _ACEOF
3831 if ac_fn_cxx_try_compile "$LINENO"; then :
3832
3833 else
3834   ac_cxx_werror_flag=$ac_save_cxx_werror_flag
3835          CXXFLAGS="-g"
3836          cat confdefs.h - <<_ACEOF >conftest.$ac_ext
3837 /* end confdefs.h.  */
3838
3839 int
3840 main ()
3841 {
3842
3843   ;
3844   return 0;
3845 }
3846 _ACEOF
3847 if ac_fn_cxx_try_compile "$LINENO"; then :
3848   ac_cv_prog_cxx_g=yes
3849 fi
3850 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
3851 fi
3852 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
3853 fi
3854 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
3855    ac_cxx_werror_flag=$ac_save_cxx_werror_flag
3856 fi
3857 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_prog_cxx_g" >&5
3858 $as_echo "$ac_cv_prog_cxx_g" >&6; }
3859 if test "$ac_test_CXXFLAGS" = set; then
3860   CXXFLAGS=$ac_save_CXXFLAGS
3861 elif test $ac_cv_prog_cxx_g = yes; then
3862   if test "$GXX" = yes; then
3863     CXXFLAGS="-g -O2"
3864   else
3865     CXXFLAGS="-g"
3866   fi
3867 else
3868   if test "$GXX" = yes; then
3869     CXXFLAGS="-O2"
3870   else
3871     CXXFLAGS=
3872   fi
3873 fi
3874 ac_ext=c
3875 ac_cpp='$CPP $CPPFLAGS'
3876 ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
3877 ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
3878 ac_compiler_gnu=$ac_cv_c_compiler_gnu
3879
3880 if test -n "$ac_tool_prefix"; then
3881   # Extract the first word of "${ac_tool_prefix}cpp", so it can be a program name with args.
3882 set dummy ${ac_tool_prefix}cpp; ac_word=$2
3883 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
3884 $as_echo_n "checking for $ac_word... " >&6; }
3885 if test "${ac_cv_prog_CPPBIN+set}" = set; then :
3886   $as_echo_n "(cached) " >&6
3887 else
3888   if test -n "$CPPBIN"; then
3889   ac_cv_prog_CPPBIN="$CPPBIN" # Let the user override the test.
3890 else
3891 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
3892 for as_dir in $PATH
3893 do
3894   IFS=$as_save_IFS
3895   test -z "$as_dir" && as_dir=.
3896     for ac_exec_ext in '' $ac_executable_extensions; do
3897   if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
3898     ac_cv_prog_CPPBIN="${ac_tool_prefix}cpp"
3899     $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
3900     break 2
3901   fi
3902 done
3903   done
3904 IFS=$as_save_IFS
3905
3906 fi
3907 fi
3908 CPPBIN=$ac_cv_prog_CPPBIN
3909 if test -n "$CPPBIN"; then
3910   { $as_echo "$as_me:${as_lineno-$LINENO}: result: $CPPBIN" >&5
3911 $as_echo "$CPPBIN" >&6; }
3912 else
3913   { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
3914 $as_echo "no" >&6; }
3915 fi
3916
3917
3918 fi
3919 if test -z "$ac_cv_prog_CPPBIN"; then
3920   ac_ct_CPPBIN=$CPPBIN
3921   # Extract the first word of "cpp", so it can be a program name with args.
3922 set dummy cpp; ac_word=$2
3923 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
3924 $as_echo_n "checking for $ac_word... " >&6; }
3925 if test "${ac_cv_prog_ac_ct_CPPBIN+set}" = set; then :
3926   $as_echo_n "(cached) " >&6
3927 else
3928   if test -n "$ac_ct_CPPBIN"; then
3929   ac_cv_prog_ac_ct_CPPBIN="$ac_ct_CPPBIN" # Let the user override the test.
3930 else
3931 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
3932 for as_dir in $PATH
3933 do
3934   IFS=$as_save_IFS
3935   test -z "$as_dir" && as_dir=.
3936     for ac_exec_ext in '' $ac_executable_extensions; do
3937   if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
3938     ac_cv_prog_ac_ct_CPPBIN="cpp"
3939     $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
3940     break 2
3941   fi
3942 done
3943   done
3944 IFS=$as_save_IFS
3945
3946 fi
3947 fi
3948 ac_ct_CPPBIN=$ac_cv_prog_ac_ct_CPPBIN
3949 if test -n "$ac_ct_CPPBIN"; then
3950   { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_ct_CPPBIN" >&5
3951 $as_echo "$ac_ct_CPPBIN" >&6; }
3952 else
3953   { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
3954 $as_echo "no" >&6; }
3955 fi
3956
3957   if test "x$ac_ct_CPPBIN" = x; then
3958     CPPBIN="cpp"
3959   else
3960     case $cross_compiling:$ac_tool_warned in
3961 yes:)
3962 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: using cross tools not prefixed with host triplet" >&5
3963 $as_echo "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;}
3964 ac_tool_warned=yes ;;
3965 esac
3966     CPPBIN=$ac_ct_CPPBIN
3967   fi
3968 else
3969   CPPBIN="$ac_cv_prog_CPPBIN"
3970 fi
3971
3972
3973 cat >>confdefs.h <<_ACEOF
3974 #define EXEEXT "$ac_exeext"
3975 _ACEOF
3976
3977
3978 case $host in
3979   *-darwin*)
3980     if test "x$enable_win64" = "xyes"
3981     then
3982       CC="$CC -m64"
3983       CXX="$CXX -m64"
3984       LD="${LD:-ld} -arch x86_64"
3985       AS="${AS:-as} -arch x86_64"
3986       host_cpu="x86_64"
3987       notice_platform="64-bit "
3988       TARGETFLAGS="-m64"
3989
3990     else
3991       CC="$CC -m32"
3992       CXX="$CXX -m32"
3993       LD="${LD:-ld} -arch i386"
3994       AS="${AS:-as} -arch i386"
3995       host_cpu="i386"
3996       notice_platform="32-bit "
3997       TARGETFLAGS="-m32"
3998
3999       enable_win16=${enable_win16:-yes}
4000     fi
4001     ;;
4002   x86_64*)
4003     if test "x$enable_win64" != "xyes" -a "$cross_compiling" != "yes"
4004     then
4005       CC="$CC -m32"
4006       CXX="$CXX -m32"
4007       { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether $CC works" >&5
4008 $as_echo_n "checking whether $CC works... " >&6; }
4009
4010 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
4011 /* end confdefs.h.  */
4012
4013 int
4014 main ()
4015 {
4016
4017   ;
4018   return 0;
4019 }
4020 _ACEOF
4021 if ac_fn_c_try_link "$LINENO"; then :
4022   { $as_echo "$as_me:${as_lineno-$LINENO}: result: yes" >&5
4023 $as_echo "yes" >&6; }
4024 else
4025   { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
4026 $as_echo "no" >&6; }
4027                       as_fn_error "Cannot build a 32-bit program, you need to install 32-bit development libraries." "$LINENO" 5
4028 fi
4029 rm -f core conftest.err conftest.$ac_objext \
4030     conftest$ac_exeext conftest.$ac_ext
4031       LD="${LD:-ld} -m elf_i386"
4032       AS="${AS:-as} --32"
4033       host_cpu="i386"
4034       notice_platform="32-bit "
4035       TARGETFLAGS="-m32"
4036
4037       enable_win16=${enable_win16:-yes}
4038     else
4039       if test "x${GCC}" = "xyes"
4040       then
4041         { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether $CC supports __builtin_ms_va_list" >&5
4042 $as_echo_n "checking whether $CC supports __builtin_ms_va_list... " >&6; }
4043         cat confdefs.h - <<_ACEOF >conftest.$ac_ext
4044 /* end confdefs.h.  */
4045 #include <stdarg.h>
4046 int
4047 main ()
4048 {
4049 void func(__builtin_ms_va_list *args);
4050   ;
4051   return 0;
4052 }
4053 _ACEOF
4054 if ac_fn_c_try_compile "$LINENO"; then :
4055   { $as_echo "$as_me:${as_lineno-$LINENO}: result: yes" >&5
4056 $as_echo "yes" >&6; }
4057 else
4058   { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
4059 $as_echo "no" >&6; }
4060                            as_fn_error "You need gcc >= 4.4 to build Wine as 64-bit." "$LINENO" 5
4061 fi
4062 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
4063       fi
4064       TARGETFLAGS="-m64"
4065
4066     fi
4067     ;;
4068   *-mingw32*|*-cygwin*)
4069     enable_win16=${enable_win16:-no}
4070     ;;
4071   i[3456789]86*)
4072     enable_win16=${enable_win16:-yes}
4073     ;;
4074 esac
4075
4076 enable_win16=${enable_win16:-no}
4077
4078 WIN16_FILES="\$(WIN16_FILES)"
4079
4080 WIN16_INSTALL="\$(WIN16_INSTALL)"
4081
4082 if test "x$enable_win16" != "xyes"
4083 then
4084     WIN16_FILES=""
4085     WIN16_INSTALL=""
4086     enable_w32skrnl=${enable_w32skrnl:-no}
4087     enable_winedos=${enable_winedos:-no}
4088     enable_winevdm=${enable_winevdm:-no}
4089     enable_wow32=${enable_wow32:-no}
4090 fi
4091
4092 if test -n "$with_wine64"
4093 then
4094     if test "x$enable_win64" = "xyes"
4095     then
4096         as_fn_error "--enable-win64 and --with-wine64 are mutually exclusive.
4097 --enable-win64 should be used in the 64-bit build tree, --with-wine64 in the 32-bit Wow64 build tree." "$LINENO" 5
4098     fi
4099     WOW64_DISABLE=\#
4100
4101     enable_fonts=${enable_fonts:-no}
4102     enable_include=${enable_include:-no}
4103     enable_server=${enable_server:-no}
4104     enable_tools=${enable_tools:-no}
4105     enable_wineboot=${enable_wineboot:-no}
4106     enable_winedbg=${enable_winedbg:-no}
4107     test "x$libdir" != "x\${exec_prefix}/lib" || libdir="\${exec_prefix}/lib32"
4108 fi
4109
4110 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for the directory containing the Wine tools" >&5
4111 $as_echo_n "checking for the directory containing the Wine tools... " >&6; }
4112 if test "${wine_cv_toolsdir+set}" = set; then :
4113   $as_echo_n "(cached) " >&6
4114 else
4115   wine_cv_toolsdir="$with_wine_tools"
4116    if test -z "$with_wine_tools"; then
4117      if test "$cross_compiling" = "yes"; then
4118        as_fn_error "you must use the --with-wine-tools option when cross-compiling." "$LINENO" 5
4119      elif test -n "$with_wine64"; then
4120        wine_cv_toolsdir="$with_wine64"
4121      fi
4122    fi
4123    if test -z "$wine_cv_toolsdir"; then
4124      wine_cv_toolsdir="\$(TOPOBJDIR)"
4125    elif test -d "$wine_cv_toolsdir/tools/winebuild"; then
4126      case "$wine_cv_toolsdir" in
4127        /*) ;;
4128        *)  wine_cv_toolsdir="\$(TOPOBJDIR)/$wine_cv_toolsdir" ;;
4129      esac
4130    else
4131      as_fn_error "could not find Wine tools in $wine_cv_toolsdir" "$LINENO" 5
4132    fi
4133 fi
4134 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $wine_cv_toolsdir" >&5
4135 $as_echo "$wine_cv_toolsdir" >&6; }
4136 TOOLSDIR=$wine_cv_toolsdir
4137
4138 if test -n "$host_alias" -a "$host_alias" != "$build_alias"
4139 then
4140     TARGETFLAGS="-b $host_alias $TARGETFLAGS"
4141
4142 fi
4143
4144 for ac_prog in flex
4145 do
4146   # Extract the first word of "$ac_prog", so it can be a program name with args.
4147 set dummy $ac_prog; ac_word=$2
4148 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
4149 $as_echo_n "checking for $ac_word... " >&6; }
4150 if test "${ac_cv_prog_FLEX+set}" = set; then :
4151   $as_echo_n "(cached) " >&6
4152 else
4153   if test -n "$FLEX"; then
4154   ac_cv_prog_FLEX="$FLEX" # Let the user override the test.
4155 else
4156 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
4157 for as_dir in $PATH
4158 do
4159   IFS=$as_save_IFS
4160   test -z "$as_dir" && as_dir=.
4161     for ac_exec_ext in '' $ac_executable_extensions; do
4162   if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
4163     ac_cv_prog_FLEX="$ac_prog"
4164     $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
4165     break 2
4166   fi
4167 done
4168   done
4169 IFS=$as_save_IFS
4170
4171 fi
4172 fi
4173 FLEX=$ac_cv_prog_FLEX
4174 if test -n "$FLEX"; then
4175   { $as_echo "$as_me:${as_lineno-$LINENO}: result: $FLEX" >&5
4176 $as_echo "$FLEX" >&6; }
4177 else
4178   { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
4179 $as_echo "no" >&6; }
4180 fi
4181
4182
4183   test -n "$FLEX" && break
4184 done
4185 test -n "$FLEX" || FLEX="none"
4186
4187 if test "$FLEX" = "none"
4188 then
4189   as_fn_error "no suitable flex found. Please install the 'flex' package." "$LINENO" 5
4190 fi
4191
4192 for ac_prog in bison
4193 do
4194   # Extract the first word of "$ac_prog", so it can be a program name with args.
4195 set dummy $ac_prog; ac_word=$2
4196 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
4197 $as_echo_n "checking for $ac_word... " >&6; }
4198 if test "${ac_cv_prog_BISON+set}" = set; then :
4199   $as_echo_n "(cached) " >&6
4200 else
4201   if test -n "$BISON"; then
4202   ac_cv_prog_BISON="$BISON" # Let the user override the test.
4203 else
4204 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
4205 for as_dir in $PATH
4206 do
4207   IFS=$as_save_IFS
4208   test -z "$as_dir" && as_dir=.
4209     for ac_exec_ext in '' $ac_executable_extensions; do
4210   if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
4211     ac_cv_prog_BISON="$ac_prog"
4212     $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
4213     break 2
4214   fi
4215 done
4216   done
4217 IFS=$as_save_IFS
4218
4219 fi
4220 fi
4221 BISON=$ac_cv_prog_BISON
4222 if test -n "$BISON"; then
4223   { $as_echo "$as_me:${as_lineno-$LINENO}: result: $BISON" >&5
4224 $as_echo "$BISON" >&6; }
4225 else
4226   { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
4227 $as_echo "no" >&6; }
4228 fi
4229
4230
4231   test -n "$BISON" && break
4232 done
4233 test -n "$BISON" || BISON="none"
4234
4235 if test "$BISON" = "none"
4236 then
4237   as_fn_error "no suitable bison found. Please install the 'bison' package." "$LINENO" 5
4238 fi
4239
4240 if test -n "$ac_tool_prefix"; then
4241   for ac_prog in ar gar
4242   do
4243     # Extract the first word of "$ac_tool_prefix$ac_prog", so it can be a program name with args.
4244 set dummy $ac_tool_prefix$ac_prog; ac_word=$2
4245 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
4246 $as_echo_n "checking for $ac_word... " >&6; }
4247 if test "${ac_cv_prog_AR+set}" = set; then :
4248   $as_echo_n "(cached) " >&6
4249 else
4250   if test -n "$AR"; then
4251   ac_cv_prog_AR="$AR" # Let the user override the test.
4252 else
4253 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
4254 for as_dir in $PATH
4255 do
4256   IFS=$as_save_IFS
4257   test -z "$as_dir" && as_dir=.
4258     for ac_exec_ext in '' $ac_executable_extensions; do
4259   if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
4260     ac_cv_prog_AR="$ac_tool_prefix$ac_prog"
4261     $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
4262     break 2
4263   fi
4264 done
4265   done
4266 IFS=$as_save_IFS
4267
4268 fi
4269 fi
4270 AR=$ac_cv_prog_AR
4271 if test -n "$AR"; then
4272   { $as_echo "$as_me:${as_lineno-$LINENO}: result: $AR" >&5
4273 $as_echo "$AR" >&6; }
4274 else
4275   { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
4276 $as_echo "no" >&6; }
4277 fi
4278
4279
4280     test -n "$AR" && break
4281   done
4282 fi
4283 if test -z "$AR"; then
4284   ac_ct_AR=$AR
4285   for ac_prog in ar gar
4286 do
4287   # Extract the first word of "$ac_prog", so it can be a program name with args.
4288 set dummy $ac_prog; ac_word=$2
4289 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
4290 $as_echo_n "checking for $ac_word... " >&6; }
4291 if test "${ac_cv_prog_ac_ct_AR+set}" = set; then :
4292   $as_echo_n "(cached) " >&6
4293 else
4294   if test -n "$ac_ct_AR"; then
4295   ac_cv_prog_ac_ct_AR="$ac_ct_AR" # Let the user override the test.
4296 else
4297 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
4298 for as_dir in $PATH
4299 do
4300   IFS=$as_save_IFS
4301   test -z "$as_dir" && as_dir=.
4302     for ac_exec_ext in '' $ac_executable_extensions; do
4303   if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
4304     ac_cv_prog_ac_ct_AR="$ac_prog"
4305     $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
4306     break 2
4307   fi
4308 done
4309   done
4310 IFS=$as_save_IFS
4311
4312 fi
4313 fi
4314 ac_ct_AR=$ac_cv_prog_ac_ct_AR
4315 if test -n "$ac_ct_AR"; then
4316   { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_ct_AR" >&5
4317 $as_echo "$ac_ct_AR" >&6; }
4318 else
4319   { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
4320 $as_echo "no" >&6; }
4321 fi
4322
4323
4324   test -n "$ac_ct_AR" && break
4325 done
4326
4327   if test "x$ac_ct_AR" = x; then
4328     AR="ar"
4329   else
4330     case $cross_compiling:$ac_tool_warned in
4331 yes:)
4332 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: using cross tools not prefixed with host triplet" >&5
4333 $as_echo "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;}
4334 ac_tool_warned=yes ;;
4335 esac
4336     AR=$ac_ct_AR
4337   fi
4338 fi
4339
4340 ARFLAGS=rc
4341
4342 if test -n "$ac_tool_prefix"; then
4343   # Extract the first word of "${ac_tool_prefix}ranlib", so it can be a program name with args.
4344 set dummy ${ac_tool_prefix}ranlib; ac_word=$2
4345 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
4346 $as_echo_n "checking for $ac_word... " >&6; }
4347 if test "${ac_cv_prog_RANLIB+set}" = set; then :
4348   $as_echo_n "(cached) " >&6
4349 else
4350   if test -n "$RANLIB"; then
4351   ac_cv_prog_RANLIB="$RANLIB" # Let the user override the test.
4352 else
4353 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
4354 for as_dir in $PATH
4355 do
4356   IFS=$as_save_IFS
4357   test -z "$as_dir" && as_dir=.
4358     for ac_exec_ext in '' $ac_executable_extensions; do
4359   if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
4360     ac_cv_prog_RANLIB="${ac_tool_prefix}ranlib"
4361     $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
4362     break 2
4363   fi
4364 done
4365   done
4366 IFS=$as_save_IFS
4367
4368 fi
4369 fi
4370 RANLIB=$ac_cv_prog_RANLIB
4371 if test -n "$RANLIB"; then
4372   { $as_echo "$as_me:${as_lineno-$LINENO}: result: $RANLIB" >&5
4373 $as_echo "$RANLIB" >&6; }
4374 else
4375   { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
4376 $as_echo "no" >&6; }
4377 fi
4378
4379
4380 fi
4381 if test -z "$ac_cv_prog_RANLIB"; then
4382   ac_ct_RANLIB=$RANLIB
4383   # Extract the first word of "ranlib", so it can be a program name with args.
4384 set dummy ranlib; ac_word=$2
4385 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
4386 $as_echo_n "checking for $ac_word... " >&6; }
4387 if test "${ac_cv_prog_ac_ct_RANLIB+set}" = set; then :
4388   $as_echo_n "(cached) " >&6
4389 else
4390   if test -n "$ac_ct_RANLIB"; then
4391   ac_cv_prog_ac_ct_RANLIB="$ac_ct_RANLIB" # Let the user override the test.
4392 else
4393 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
4394 for as_dir in $PATH
4395 do
4396   IFS=$as_save_IFS
4397   test -z "$as_dir" && as_dir=.
4398     for ac_exec_ext in '' $ac_executable_extensions; do
4399   if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
4400     ac_cv_prog_ac_ct_RANLIB="ranlib"
4401     $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
4402     break 2
4403   fi
4404 done
4405   done
4406 IFS=$as_save_IFS
4407
4408 fi
4409 fi
4410 ac_ct_RANLIB=$ac_cv_prog_ac_ct_RANLIB
4411 if test -n "$ac_ct_RANLIB"; then
4412   { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_ct_RANLIB" >&5
4413 $as_echo "$ac_ct_RANLIB" >&6; }
4414 else
4415   { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
4416 $as_echo "no" >&6; }
4417 fi
4418
4419   if test "x$ac_ct_RANLIB" = x; then
4420     RANLIB=":"
4421   else
4422     case $cross_compiling:$ac_tool_warned in
4423 yes:)
4424 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: using cross tools not prefixed with host triplet" >&5
4425 $as_echo "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;}
4426 ac_tool_warned=yes ;;
4427 esac
4428     RANLIB=$ac_ct_RANLIB
4429   fi
4430 else
4431   RANLIB="$ac_cv_prog_RANLIB"
4432 fi
4433
4434 if test -n "$ac_tool_prefix"; then
4435   # Extract the first word of "${ac_tool_prefix}strip", so it can be a program name with args.
4436 set dummy ${ac_tool_prefix}strip; ac_word=$2
4437 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
4438 $as_echo_n "checking for $ac_word... " >&6; }
4439 if test "${ac_cv_prog_STRIP+set}" = set; then :
4440   $as_echo_n "(cached) " >&6
4441 else
4442   if test -n "$STRIP"; then
4443   ac_cv_prog_STRIP="$STRIP" # Let the user override the test.
4444 else
4445 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
4446 for as_dir in $PATH
4447 do
4448   IFS=$as_save_IFS
4449   test -z "$as_dir" && as_dir=.
4450     for ac_exec_ext in '' $ac_executable_extensions; do
4451   if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
4452     ac_cv_prog_STRIP="${ac_tool_prefix}strip"
4453     $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
4454     break 2
4455   fi
4456 done
4457   done
4458 IFS=$as_save_IFS
4459
4460 fi
4461 fi
4462 STRIP=$ac_cv_prog_STRIP
4463 if test -n "$STRIP"; then
4464   { $as_echo "$as_me:${as_lineno-$LINENO}: result: $STRIP" >&5
4465 $as_echo "$STRIP" >&6; }
4466 else
4467   { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
4468 $as_echo "no" >&6; }
4469 fi
4470
4471
4472 fi
4473 if test -z "$ac_cv_prog_STRIP"; then
4474   ac_ct_STRIP=$STRIP
4475   # Extract the first word of "strip", so it can be a program name with args.
4476 set dummy strip; ac_word=$2
4477 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
4478 $as_echo_n "checking for $ac_word... " >&6; }
4479 if test "${ac_cv_prog_ac_ct_STRIP+set}" = set; then :
4480   $as_echo_n "(cached) " >&6
4481 else
4482   if test -n "$ac_ct_STRIP"; then
4483   ac_cv_prog_ac_ct_STRIP="$ac_ct_STRIP" # Let the user override the test.
4484 else
4485 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
4486 for as_dir in $PATH
4487 do
4488   IFS=$as_save_IFS
4489   test -z "$as_dir" && as_dir=.
4490     for ac_exec_ext in '' $ac_executable_extensions; do
4491   if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
4492     ac_cv_prog_ac_ct_STRIP="strip"
4493     $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
4494     break 2
4495   fi
4496 done
4497   done
4498 IFS=$as_save_IFS
4499
4500 fi
4501 fi
4502 ac_ct_STRIP=$ac_cv_prog_ac_ct_STRIP
4503 if test -n "$ac_ct_STRIP"; then
4504   { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_ct_STRIP" >&5
4505 $as_echo "$ac_ct_STRIP" >&6; }
4506 else
4507   { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
4508 $as_echo "no" >&6; }
4509 fi
4510
4511   if test "x$ac_ct_STRIP" = x; then
4512     STRIP="strip"
4513   else
4514     case $cross_compiling:$ac_tool_warned in
4515 yes:)
4516 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: using cross tools not prefixed with host triplet" >&5
4517 $as_echo "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;}
4518 ac_tool_warned=yes ;;
4519 esac
4520     STRIP=$ac_ct_STRIP
4521   fi
4522 else
4523   STRIP="$ac_cv_prog_STRIP"
4524 fi
4525
4526 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether ln -s works" >&5
4527 $as_echo_n "checking whether ln -s works... " >&6; }
4528 LN_S=$as_ln_s
4529 if test "$LN_S" = "ln -s"; then
4530   { $as_echo "$as_me:${as_lineno-$LINENO}: result: yes" >&5
4531 $as_echo "yes" >&6; }
4532 else
4533   { $as_echo "$as_me:${as_lineno-$LINENO}: result: no, using $LN_S" >&5
4534 $as_echo "no, using $LN_S" >&6; }
4535 fi
4536
4537 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether ln works" >&5
4538 $as_echo_n "checking whether ln works... " >&6; }
4539 rm -f conf$$ conf$$.file
4540 echo >conf$$.file
4541 if ln conf$$.file conf$$ 2>/dev/null; then
4542   LN=ln
4543
4544   { $as_echo "$as_me:${as_lineno-$LINENO}: result: yes" >&5
4545 $as_echo "yes" >&6; }
4546 else
4547   LN="cp -p"
4548
4549   { $as_echo "$as_me:${as_lineno-$LINENO}: result: no, using $LN" >&5
4550 $as_echo "no, using $LN" >&6; }
4551 fi
4552 rm -f conf$$ conf$$.file
4553 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for grep that handles long lines and -e" >&5
4554 $as_echo_n "checking for grep that handles long lines and -e... " >&6; }
4555 if test "${ac_cv_path_GREP+set}" = set; then :
4556   $as_echo_n "(cached) " >&6
4557 else
4558   if test -z "$GREP"; then
4559   ac_path_GREP_found=false
4560   # Loop through the user's path and test for each of PROGNAME-LIST
4561   as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
4562 for as_dir in $PATH$PATH_SEPARATOR/usr/xpg4/bin
4563 do
4564   IFS=$as_save_IFS
4565   test -z "$as_dir" && as_dir=.
4566     for ac_prog in grep ggrep; do
4567     for ac_exec_ext in '' $ac_executable_extensions; do
4568       ac_path_GREP="$as_dir/$ac_prog$ac_exec_ext"
4569       { test -f "$ac_path_GREP" && $as_test_x "$ac_path_GREP"; } || continue
4570 # Check for GNU ac_path_GREP and select it if it is found.
4571   # Check for GNU $ac_path_GREP
4572 case `"$ac_path_GREP" --version 2>&1` in
4573 *GNU*)
4574   ac_cv_path_GREP="$ac_path_GREP" ac_path_GREP_found=:;;
4575 *)
4576   ac_count=0
4577   $as_echo_n 0123456789 >"conftest.in"
4578   while :
4579   do
4580     cat "conftest.in" "conftest.in" >"conftest.tmp"
4581     mv "conftest.tmp" "conftest.in"
4582     cp "conftest.in" "conftest.nl"
4583     $as_echo 'GREP' >> "conftest.nl"
4584     "$ac_path_GREP" -e 'GREP$' -e '-(cannot match)-' < "conftest.nl" >"conftest.out" 2>/dev/null || break
4585     diff "conftest.out" "conftest.nl" >/dev/null 2>&1 || break
4586     as_fn_arith $ac_count + 1 && ac_count=$as_val
4587     if test $ac_count -gt ${ac_path_GREP_max-0}; then
4588       # Best one so far, save it but keep looking for a better one
4589       ac_cv_path_GREP="$ac_path_GREP"
4590       ac_path_GREP_max=$ac_count
4591     fi
4592     # 10*(2^10) chars as input seems more than enough
4593     test $ac_count -gt 10 && break
4594   done
4595   rm -f conftest.in conftest.tmp conftest.nl conftest.out;;
4596 esac
4597
4598       $ac_path_GREP_found && break 3
4599     done
4600   done
4601   done
4602 IFS=$as_save_IFS
4603   if test -z "$ac_cv_path_GREP"; then
4604     as_fn_error "no acceptable grep could be found in $PATH$PATH_SEPARATOR/usr/xpg4/bin" "$LINENO" 5
4605   fi
4606 else
4607   ac_cv_path_GREP=$GREP
4608 fi
4609
4610 fi
4611 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_path_GREP" >&5
4612 $as_echo "$ac_cv_path_GREP" >&6; }
4613  GREP="$ac_cv_path_GREP"
4614
4615
4616 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for egrep" >&5
4617 $as_echo_n "checking for egrep... " >&6; }
4618 if test "${ac_cv_path_EGREP+set}" = set; then :
4619   $as_echo_n "(cached) " >&6
4620 else
4621   if echo a | $GREP -E '(a|b)' >/dev/null 2>&1
4622    then ac_cv_path_EGREP="$GREP -E"
4623    else
4624      if test -z "$EGREP"; then
4625   ac_path_EGREP_found=false
4626   # Loop through the user's path and test for each of PROGNAME-LIST
4627   as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
4628 for as_dir in $PATH$PATH_SEPARATOR/usr/xpg4/bin
4629 do
4630   IFS=$as_save_IFS
4631   test -z "$as_dir" && as_dir=.
4632     for ac_prog in egrep; do
4633     for ac_exec_ext in '' $ac_executable_extensions; do
4634       ac_path_EGREP="$as_dir/$ac_prog$ac_exec_ext"
4635       { test -f "$ac_path_EGREP" && $as_test_x "$ac_path_EGREP"; } || continue
4636 # Check for GNU ac_path_EGREP and select it if it is found.
4637   # Check for GNU $ac_path_EGREP
4638 case `"$ac_path_EGREP" --version 2>&1` in
4639 *GNU*)
4640   ac_cv_path_EGREP="$ac_path_EGREP" ac_path_EGREP_found=:;;
4641 *)
4642   ac_count=0
4643   $as_echo_n 0123456789 >"conftest.in"
4644   while :
4645   do
4646     cat "conftest.in" "conftest.in" >"conftest.tmp"
4647     mv "conftest.tmp" "conftest.in"
4648     cp "conftest.in" "conftest.nl"
4649     $as_echo 'EGREP' >> "conftest.nl"
4650     "$ac_path_EGREP" 'EGREP$' < "conftest.nl" >"conftest.out" 2>/dev/null || break
4651     diff "conftest.out" "conftest.nl" >/dev/null 2>&1 || break
4652     as_fn_arith $ac_count + 1 && ac_count=$as_val
4653     if test $ac_count -gt ${ac_path_EGREP_max-0}; then
4654       # Best one so far, save it but keep looking for a better one
4655       ac_cv_path_EGREP="$ac_path_EGREP"
4656       ac_path_EGREP_max=$ac_count
4657     fi
4658     # 10*(2^10) chars as input seems more than enough
4659     test $ac_count -gt 10 && break
4660   done
4661   rm -f conftest.in conftest.tmp conftest.nl conftest.out;;
4662 esac
4663
4664       $ac_path_EGREP_found && break 3
4665     done
4666   done
4667   done
4668 IFS=$as_save_IFS
4669   if test -z "$ac_cv_path_EGREP"; then
4670     as_fn_error "no acceptable egrep could be found in $PATH$PATH_SEPARATOR/usr/xpg4/bin" "$LINENO" 5
4671   fi
4672 else
4673   ac_cv_path_EGREP=$EGREP
4674 fi
4675
4676    fi
4677 fi
4678 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_path_EGREP" >&5
4679 $as_echo "$ac_cv_path_EGREP" >&6; }
4680  EGREP="$ac_cv_path_EGREP"
4681
4682
4683 # Extract the first word of "ldconfig", so it can be a program name with args.
4684 set dummy ldconfig; ac_word=$2
4685 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
4686 $as_echo_n "checking for $ac_word... " >&6; }
4687 if test "${ac_cv_path_LDCONFIG+set}" = set; then :
4688   $as_echo_n "(cached) " >&6
4689 else
4690   case $LDCONFIG in
4691   [\\/]* | ?:[\\/]*)
4692   ac_cv_path_LDCONFIG="$LDCONFIG" # Let the user override the test with a path.
4693   ;;
4694   *)
4695   as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
4696 for as_dir in /sbin /usr/sbin $PATH
4697 do
4698   IFS=$as_save_IFS
4699   test -z "$as_dir" && as_dir=.
4700     for ac_exec_ext in '' $ac_executable_extensions; do
4701   if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
4702     ac_cv_path_LDCONFIG="$as_dir/$ac_word$ac_exec_ext"
4703     $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
4704     break 2
4705   fi
4706 done
4707   done
4708 IFS=$as_save_IFS
4709
4710   test -z "$ac_cv_path_LDCONFIG" && ac_cv_path_LDCONFIG="true"
4711   ;;
4712 esac
4713 fi
4714 LDCONFIG=$ac_cv_path_LDCONFIG
4715 if test -n "$LDCONFIG"; then
4716   { $as_echo "$as_me:${as_lineno-$LINENO}: result: $LDCONFIG" >&5
4717 $as_echo "$LDCONFIG" >&6; }
4718 else
4719   { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
4720 $as_echo "no" >&6; }
4721 fi
4722
4723
4724 # Find a good install program.  We prefer a C program (faster),
4725 # so one script is as good as another.  But avoid the broken or
4726 # incompatible versions:
4727 # SysV /etc/install, /usr/sbin/install
4728 # SunOS /usr/etc/install
4729 # IRIX /sbin/install
4730 # AIX /bin/install
4731 # AmigaOS /C/install, which installs bootblocks on floppy discs
4732 # AIX 4 /usr/bin/installbsd, which doesn't work without a -g flag
4733 # AFS /usr/afsws/bin/install, which mishandles nonexistent args
4734 # SVR4 /usr/ucb/install, which tries to use the nonexistent group "staff"
4735 # OS/2's system install, which has a completely different semantic
4736 # ./install, which can be erroneously created by make from ./install.sh.
4737 # Reject install programs that cannot install multiple files.
4738 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for a BSD-compatible install" >&5
4739 $as_echo_n "checking for a BSD-compatible install... " >&6; }
4740 if test -z "$INSTALL"; then
4741 if test "${ac_cv_path_install+set}" = set; then :
4742   $as_echo_n "(cached) " >&6
4743 else
4744   as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
4745 for as_dir in $PATH
4746 do
4747   IFS=$as_save_IFS
4748   test -z "$as_dir" && as_dir=.
4749     # Account for people who put trailing slashes in PATH elements.
4750 case $as_dir/ in #((
4751   ./ | .// | /[cC]/* | \
4752   /etc/* | /usr/sbin/* | /usr/etc/* | /sbin/* | /usr/afsws/bin/* | \
4753   ?:[\\/]os2[\\/]install[\\/]* | ?:[\\/]OS2[\\/]INSTALL[\\/]* | \
4754   /usr/ucb/* ) ;;
4755   *)
4756     # OSF1 and SCO ODT 3.0 have their own names for install.
4757     # Don't use installbsd from OSF since it installs stuff as root
4758     # by default.
4759     for ac_prog in ginstall scoinst install; do
4760       for ac_exec_ext in '' $ac_executable_extensions; do
4761         if { test -f "$as_dir/$ac_prog$ac_exec_ext" && $as_test_x "$as_dir/$ac_prog$ac_exec_ext"; }; then
4762           if test $ac_prog = install &&
4763             grep dspmsg "$as_dir/$ac_prog$ac_exec_ext" >/dev/null 2>&1; then
4764             # AIX install.  It has an incompatible calling convention.
4765             :
4766           elif test $ac_prog = install &&
4767             grep pwplus "$as_dir/$ac_prog$ac_exec_ext" >/dev/null 2>&1; then
4768             # program-specific install script used by HP pwplus--don't use.
4769             :
4770           else
4771             rm -rf conftest.one conftest.two conftest.dir
4772             echo one > conftest.one
4773             echo two > conftest.two
4774             mkdir conftest.dir
4775             if "$as_dir/$ac_prog$ac_exec_ext" -c conftest.one conftest.two "`pwd`/conftest.dir" &&
4776               test -s conftest.one && test -s conftest.two &&
4777               test -s conftest.dir/conftest.one &&
4778               test -s conftest.dir/conftest.two
4779             then
4780               ac_cv_path_install="$as_dir/$ac_prog$ac_exec_ext -c"
4781               break 3
4782             fi
4783           fi
4784         fi
4785       done
4786     done
4787     ;;
4788 esac
4789
4790   done
4791 IFS=$as_save_IFS
4792
4793 rm -rf conftest.one conftest.two conftest.dir
4794
4795 fi
4796   if test "${ac_cv_path_install+set}" = set; then
4797     INSTALL=$ac_cv_path_install
4798   else
4799     # As a last resort, use the slow shell script.  Don't cache a
4800     # value for INSTALL within a source directory, because that will
4801     # break other packages using the cache if that directory is
4802     # removed, or if the value is a relative name.
4803     INSTALL=$ac_install_sh
4804   fi
4805 fi
4806 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $INSTALL" >&5
4807 $as_echo "$INSTALL" >&6; }
4808
4809 # Use test -z because SunOS4 sh mishandles braces in ${var-val}.
4810 # It thinks the first close brace ends the variable substitution.
4811 test -z "$INSTALL_PROGRAM" && INSTALL_PROGRAM='${INSTALL}'
4812
4813 test -z "$INSTALL_SCRIPT" && INSTALL_SCRIPT='${INSTALL}'
4814
4815 test -z "$INSTALL_DATA" && INSTALL_DATA='${INSTALL} -m 644'
4816
4817 case "$INSTALL" in
4818   [\\/$]* | ?:[\\/]* ) ;;
4819   *)  INSTALL="\\\$(TOPSRCDIR)/$INSTALL" ;;
4820 esac
4821
4822 for ac_prog in lclint lint
4823 do
4824   # Extract the first word of "$ac_prog", so it can be a program name with args.
4825 set dummy $ac_prog; ac_word=$2
4826 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
4827 $as_echo_n "checking for $ac_word... " >&6; }
4828 if test "${ac_cv_prog_LINT+set}" = set; then :
4829   $as_echo_n "(cached) " >&6
4830 else
4831   if test -n "$LINT"; then
4832   ac_cv_prog_LINT="$LINT" # Let the user override the test.
4833 else
4834 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
4835 for as_dir in $PATH
4836 do
4837   IFS=$as_save_IFS
4838   test -z "$as_dir" && as_dir=.
4839     for ac_exec_ext in '' $ac_executable_extensions; do
4840   if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
4841     ac_cv_prog_LINT="$ac_prog"
4842     $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
4843     break 2
4844   fi
4845 done
4846   done
4847 IFS=$as_save_IFS
4848
4849 fi
4850 fi
4851 LINT=$ac_cv_prog_LINT
4852 if test -n "$LINT"; then
4853   { $as_echo "$as_me:${as_lineno-$LINENO}: result: $LINT" >&5
4854 $as_echo "$LINT" >&6; }
4855 else
4856   { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
4857 $as_echo "no" >&6; }
4858 fi
4859
4860
4861   test -n "$LINT" && break
4862 done
4863
4864 if test "$LINT" = "lint"
4865 then
4866   LINTFLAGS="$LINTFLAGS -errchk=%all,no%longptr64 -errhdr=%user -Ncheck=macro -Nlevel=4"
4867   fi
4868
4869
4870
4871 for ac_prog in fontforge
4872 do
4873   # Extract the first word of "$ac_prog", so it can be a program name with args.
4874 set dummy $ac_prog; ac_word=$2
4875 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
4876 $as_echo_n "checking for $ac_word... " >&6; }
4877 if test "${ac_cv_prog_FONTFORGE+set}" = set; then :
4878   $as_echo_n "(cached) " >&6
4879 else
4880   if test -n "$FONTFORGE"; then
4881   ac_cv_prog_FONTFORGE="$FONTFORGE" # Let the user override the test.
4882 else
4883 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
4884 for as_dir in $PATH
4885 do
4886   IFS=$as_save_IFS
4887   test -z "$as_dir" && as_dir=.
4888     for ac_exec_ext in '' $ac_executable_extensions; do
4889   if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
4890     ac_cv_prog_FONTFORGE="$ac_prog"
4891     $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
4892     break 2
4893   fi
4894 done
4895   done
4896 IFS=$as_save_IFS
4897
4898 fi
4899 fi
4900 FONTFORGE=$ac_cv_prog_FONTFORGE
4901 if test -n "$FONTFORGE"; then
4902   { $as_echo "$as_me:${as_lineno-$LINENO}: result: $FONTFORGE" >&5
4903 $as_echo "$FONTFORGE" >&6; }
4904 else
4905   { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
4906 $as_echo "no" >&6; }
4907 fi
4908
4909
4910   test -n "$FONTFORGE" && break
4911 done
4912 test -n "$FONTFORGE" || FONTFORGE="false"
4913
4914 for ac_prog in pkg-config
4915 do
4916   # Extract the first word of "$ac_prog", so it can be a program name with args.
4917 set dummy $ac_prog; ac_word=$2
4918 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
4919 $as_echo_n "checking for $ac_word... " >&6; }
4920 if test "${ac_cv_prog_PKG_CONFIG+set}" = set; then :
4921   $as_echo_n "(cached) " >&6
4922 else
4923   if test -n "$PKG_CONFIG"; then
4924   ac_cv_prog_PKG_CONFIG="$PKG_CONFIG" # Let the user override the test.
4925 else
4926 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
4927 for as_dir in $PATH
4928 do
4929   IFS=$as_save_IFS
4930   test -z "$as_dir" && as_dir=.
4931     for ac_exec_ext in '' $ac_executable_extensions; do
4932   if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
4933     ac_cv_prog_PKG_CONFIG="$ac_prog"
4934     $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
4935     break 2
4936   fi
4937 done
4938   done
4939 IFS=$as_save_IFS
4940
4941 fi
4942 fi
4943 PKG_CONFIG=$ac_cv_prog_PKG_CONFIG
4944 if test -n "$PKG_CONFIG"; then
4945   { $as_echo "$as_me:${as_lineno-$LINENO}: result: $PKG_CONFIG" >&5
4946 $as_echo "$PKG_CONFIG" >&6; }
4947 else
4948   { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
4949 $as_echo "no" >&6; }
4950 fi
4951
4952
4953   test -n "$PKG_CONFIG" && break
4954 done
4955 test -n "$PKG_CONFIG" || PKG_CONFIG="false"
4956
4957 for ac_prog in rsvg
4958 do
4959   # Extract the first word of "$ac_prog", so it can be a program name with args.
4960 set dummy $ac_prog; ac_word=$2
4961 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
4962 $as_echo_n "checking for $ac_word... " >&6; }
4963 if test "${ac_cv_prog_RSVG+set}" = set; then :
4964   $as_echo_n "(cached) " >&6
4965 else
4966   if test -n "$RSVG"; then
4967   ac_cv_prog_RSVG="$RSVG" # Let the user override the test.
4968 else
4969 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
4970 for as_dir in $PATH
4971 do
4972   IFS=$as_save_IFS
4973   test -z "$as_dir" && as_dir=.
4974     for ac_exec_ext in '' $ac_executable_extensions; do
4975   if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
4976     ac_cv_prog_RSVG="$ac_prog"
4977     $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
4978     break 2
4979   fi
4980 done
4981   done
4982 IFS=$as_save_IFS
4983
4984 fi
4985 fi
4986 RSVG=$ac_cv_prog_RSVG
4987 if test -n "$RSVG"; then
4988   { $as_echo "$as_me:${as_lineno-$LINENO}: result: $RSVG" >&5
4989 $as_echo "$RSVG" >&6; }
4990 else
4991   { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
4992 $as_echo "no" >&6; }
4993 fi
4994
4995
4996   test -n "$RSVG" && break
4997 done
4998 test -n "$RSVG" || RSVG="false"
4999
5000 for ac_prog in icotool
5001 do
5002   # Extract the first word of "$ac_prog", so it can be a program name with args.
5003 set dummy $ac_prog; ac_word=$2
5004 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
5005 $as_echo_n "checking for $ac_word... " >&6; }
5006 if test "${ac_cv_prog_ICOTOOL+set}" = set; then :
5007   $as_echo_n "(cached) " >&6
5008 else
5009   if test -n "$ICOTOOL"; then
5010   ac_cv_prog_ICOTOOL="$ICOTOOL" # Let the user override the test.
5011 else
5012 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
5013 for as_dir in $PATH
5014 do
5015   IFS=$as_save_IFS
5016   test -z "$as_dir" && as_dir=.
5017     for ac_exec_ext in '' $ac_executable_extensions; do
5018   if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
5019     ac_cv_prog_ICOTOOL="$ac_prog"
5020     $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
5021     break 2
5022   fi
5023 done
5024   done
5025 IFS=$as_save_IFS
5026
5027 fi
5028 fi
5029 ICOTOOL=$ac_cv_prog_ICOTOOL
5030 if test -n "$ICOTOOL"; then
5031   { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ICOTOOL" >&5
5032 $as_echo "$ICOTOOL" >&6; }
5033 else
5034   { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
5035 $as_echo "no" >&6; }
5036 fi
5037
5038
5039   test -n "$ICOTOOL" && break
5040 done
5041 test -n "$ICOTOOL" || ICOTOOL="false"
5042
5043
5044 if test "${enable_maintainer_mode+set}" = set
5045 then
5046   if test "$FONTFORGE" = "false"; then wine_warnings="$wine_warnings|fontforge is missing, fonts can't be rebuilt."; fi
5047   if test "$RSVG" = "false"; then wine_warnings="$wine_warnings|rsvg is missing, icons can't be rebuilt."; fi
5048   if test "$ICOTOOL" = "false"; then wine_warnings="$wine_warnings|icotool is missing, icons can't be rebuilt."; fi
5049 fi
5050
5051 case $host_cpu in
5052   *i[3456789]86*)
5053     # Extract the first word of "prelink", so it can be a program name with args.
5054 set dummy prelink; ac_word=$2
5055 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
5056 $as_echo_n "checking for $ac_word... " >&6; }
5057 if test "${ac_cv_path_PRELINK+set}" = set; then :
5058   $as_echo_n "(cached) " >&6
5059 else
5060   case $PRELINK in
5061   [\\/]* | ?:[\\/]*)
5062   ac_cv_path_PRELINK="$PRELINK" # Let the user override the test with a path.
5063   ;;
5064   *)
5065   as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
5066 for as_dir in /sbin /usr/sbin $PATH
5067 do
5068   IFS=$as_save_IFS
5069   test -z "$as_dir" && as_dir=.
5070     for ac_exec_ext in '' $ac_executable_extensions; do
5071   if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
5072     ac_cv_path_PRELINK="$as_dir/$ac_word$ac_exec_ext"
5073     $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
5074     break 2
5075   fi
5076 done
5077   done
5078 IFS=$as_save_IFS
5079
5080   test -z "$ac_cv_path_PRELINK" && ac_cv_path_PRELINK="false"
5081   ;;
5082 esac
5083 fi
5084 PRELINK=$ac_cv_path_PRELINK
5085 if test -n "$PRELINK"; then
5086   { $as_echo "$as_me:${as_lineno-$LINENO}: result: $PRELINK" >&5
5087 $as_echo "$PRELINK" >&6; }
5088 else
5089   { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
5090 $as_echo "no" >&6; }
5091 fi
5092
5093
5094     ;;
5095 esac
5096
5097
5098 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for i386_set_ldt in -li386" >&5
5099 $as_echo_n "checking for i386_set_ldt in -li386... " >&6; }
5100 if test "${ac_cv_lib_i386_i386_set_ldt+set}" = set; then :
5101   $as_echo_n "(cached) " >&6
5102 else
5103   ac_check_lib_save_LIBS=$LIBS
5104 LIBS="-li386  $LIBS"
5105 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
5106 /* end confdefs.h.  */
5107
5108 /* Override any GCC internal prototype to avoid an error.
5109    Use char because int might match the return type of a GCC
5110    builtin and then its argument prototype would still apply.  */
5111 #ifdef __cplusplus
5112 extern "C"
5113 #endif
5114 char i386_set_ldt ();
5115 int
5116 main ()
5117 {
5118 return i386_set_ldt ();
5119   ;
5120   return 0;
5121 }
5122 _ACEOF
5123 if ac_fn_c_try_link "$LINENO"; then :
5124   ac_cv_lib_i386_i386_set_ldt=yes
5125 else
5126   ac_cv_lib_i386_i386_set_ldt=no
5127 fi
5128 rm -f core conftest.err conftest.$ac_objext \
5129     conftest$ac_exeext conftest.$ac_ext
5130 LIBS=$ac_check_lib_save_LIBS
5131 fi
5132 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_i386_i386_set_ldt" >&5
5133 $as_echo "$ac_cv_lib_i386_i386_set_ldt" >&6; }
5134 if test "x$ac_cv_lib_i386_i386_set_ldt" = x""yes; then :
5135   cat >>confdefs.h <<_ACEOF
5136 #define HAVE_LIBI386 1
5137 _ACEOF
5138
5139   LIBS="-li386 $LIBS"
5140
5141 fi
5142
5143 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for _oss_ioctl in -lossaudio" >&5
5144 $as_echo_n "checking for _oss_ioctl in -lossaudio... " >&6; }
5145 if test "${ac_cv_lib_ossaudio__oss_ioctl+set}" = set; then :
5146   $as_echo_n "(cached) " >&6
5147 else
5148   ac_check_lib_save_LIBS=$LIBS
5149 LIBS="-lossaudio  $LIBS"
5150 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
5151 /* end confdefs.h.  */
5152
5153 /* Override any GCC internal prototype to avoid an error.
5154    Use char because int might match the return type of a GCC
5155    builtin and then its argument prototype would still apply.  */
5156 #ifdef __cplusplus
5157 extern "C"
5158 #endif
5159 char _oss_ioctl ();
5160 int
5161 main ()
5162 {
5163 return _oss_ioctl ();
5164   ;
5165   return 0;
5166 }
5167 _ACEOF
5168 if ac_fn_c_try_link "$LINENO"; then :
5169   ac_cv_lib_ossaudio__oss_ioctl=yes
5170 else
5171   ac_cv_lib_ossaudio__oss_ioctl=no
5172 fi
5173 rm -f core conftest.err conftest.$ac_objext \
5174     conftest$ac_exeext conftest.$ac_ext
5175 LIBS=$ac_check_lib_save_LIBS
5176 fi
5177 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_ossaudio__oss_ioctl" >&5
5178 $as_echo "$ac_cv_lib_ossaudio__oss_ioctl" >&6; }
5179 if test "x$ac_cv_lib_ossaudio__oss_ioctl" = x""yes; then :
5180   cat >>confdefs.h <<_ACEOF
5181 #define HAVE_LIBOSSAUDIO 1
5182 _ACEOF
5183
5184   LIBS="-lossaudio $LIBS"
5185
5186 fi
5187
5188
5189 XLIB=""
5190
5191 OPENGL_LIBS=""
5192
5193
5194
5195 # Check whether --enable-largefile was given.
5196 if test "${enable_largefile+set}" = set; then :
5197   enableval=$enable_largefile;
5198 fi
5199
5200 if test "$enable_largefile" != no; then
5201
5202   { $as_echo "$as_me:${as_lineno-$LINENO}: checking for special C compiler options needed for large files" >&5
5203 $as_echo_n "checking for special C compiler options needed for large files... " >&6; }
5204 if test "${ac_cv_sys_largefile_CC+set}" = set; then :
5205   $as_echo_n "(cached) " >&6
5206 else
5207   ac_cv_sys_largefile_CC=no
5208      if test "$GCC" != yes; then
5209        ac_save_CC=$CC
5210        while :; do
5211          # IRIX 6.2 and later do not support large files by default,
5212          # so use the C compiler's -n32 option if that helps.
5213          cat confdefs.h - <<_ACEOF >conftest.$ac_ext
5214 /* end confdefs.h.  */
5215 #include <sys/types.h>
5216  /* Check that off_t can represent 2**63 - 1 correctly.
5217     We can't simply define LARGE_OFF_T to be 9223372036854775807,
5218     since some C++ compilers masquerading as C compilers
5219     incorrectly reject 9223372036854775807.  */
5220 #define LARGE_OFF_T (((off_t) 1 << 62) - 1 + ((off_t) 1 << 62))
5221   int off_t_is_large[(LARGE_OFF_T % 2147483629 == 721
5222                        && LARGE_OFF_T % 2147483647 == 1)
5223                       ? 1 : -1];
5224 int
5225 main ()
5226 {
5227
5228   ;
5229   return 0;
5230 }
5231 _ACEOF
5232          if ac_fn_c_try_compile "$LINENO"; then :
5233   break
5234 fi
5235 rm -f core conftest.err conftest.$ac_objext
5236          CC="$CC -n32"
5237          if ac_fn_c_try_compile "$LINENO"; then :
5238   ac_cv_sys_largefile_CC=' -n32'; break
5239 fi
5240 rm -f core conftest.err conftest.$ac_objext
5241          break
5242        done
5243        CC=$ac_save_CC
5244        rm -f conftest.$ac_ext
5245     fi
5246 fi
5247 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_sys_largefile_CC" >&5
5248 $as_echo "$ac_cv_sys_largefile_CC" >&6; }
5249   if test "$ac_cv_sys_largefile_CC" != no; then
5250     CC=$CC$ac_cv_sys_largefile_CC
5251   fi
5252
5253   { $as_echo "$as_me:${as_lineno-$LINENO}: checking for _FILE_OFFSET_BITS value needed for large files" >&5
5254 $as_echo_n "checking for _FILE_OFFSET_BITS value needed for large files... " >&6; }
5255 if test "${ac_cv_sys_file_offset_bits+set}" = set; then :
5256   $as_echo_n "(cached) " >&6
5257 else
5258   while :; do
5259   cat confdefs.h - <<_ACEOF >conftest.$ac_ext
5260 /* end confdefs.h.  */
5261 #include <sys/types.h>
5262  /* Check that off_t can represent 2**63 - 1 correctly.
5263     We can't simply define LARGE_OFF_T to be 9223372036854775807,
5264     since some C++ compilers masquerading as C compilers
5265     incorrectly reject 9223372036854775807.  */
5266 #define LARGE_OFF_T (((off_t) 1 << 62) - 1 + ((off_t) 1 << 62))
5267   int off_t_is_large[(LARGE_OFF_T % 2147483629 == 721
5268                        && LARGE_OFF_T % 2147483647 == 1)
5269                       ? 1 : -1];
5270 int
5271 main ()
5272 {
5273
5274   ;
5275   return 0;
5276 }
5277 _ACEOF
5278 if ac_fn_c_try_compile "$LINENO"; then :
5279   ac_cv_sys_file_offset_bits=no; break
5280 fi
5281 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
5282   cat confdefs.h - <<_ACEOF >conftest.$ac_ext
5283 /* end confdefs.h.  */
5284 #define _FILE_OFFSET_BITS 64
5285 #include <sys/types.h>
5286  /* Check that off_t can represent 2**63 - 1 correctly.
5287     We can't simply define LARGE_OFF_T to be 9223372036854775807,
5288     since some C++ compilers masquerading as C compilers
5289     incorrectly reject 9223372036854775807.  */
5290 #define LARGE_OFF_T (((off_t) 1 << 62) - 1 + ((off_t) 1 << 62))
5291   int off_t_is_large[(LARGE_OFF_T % 2147483629 == 721
5292                        && LARGE_OFF_T % 2147483647 == 1)
5293                       ? 1 : -1];
5294 int
5295 main ()
5296 {
5297
5298   ;
5299   return 0;
5300 }
5301 _ACEOF
5302 if ac_fn_c_try_compile "$LINENO"; then :
5303   ac_cv_sys_file_offset_bits=64; break
5304 fi
5305 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
5306   ac_cv_sys_file_offset_bits=unknown
5307   break
5308 done
5309 fi
5310 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_sys_file_offset_bits" >&5
5311 $as_echo "$ac_cv_sys_file_offset_bits" >&6; }
5312 case $ac_cv_sys_file_offset_bits in #(
5313   no | unknown) ;;
5314   *)
5315 cat >>confdefs.h <<_ACEOF
5316 #define _FILE_OFFSET_BITS $ac_cv_sys_file_offset_bits
5317 _ACEOF
5318 ;;
5319 esac
5320 rm -rf conftest*
5321   if test $ac_cv_sys_file_offset_bits = unknown; then
5322     { $as_echo "$as_me:${as_lineno-$LINENO}: checking for _LARGE_FILES value needed for large files" >&5
5323 $as_echo_n "checking for _LARGE_FILES value needed for large files... " >&6; }
5324 if test "${ac_cv_sys_large_files+set}" = set; then :
5325   $as_echo_n "(cached) " >&6
5326 else
5327   while :; do
5328   cat confdefs.h - <<_ACEOF >conftest.$ac_ext
5329 /* end confdefs.h.  */
5330 #include <sys/types.h>
5331  /* Check that off_t can represent 2**63 - 1 correctly.
5332     We can't simply define LARGE_OFF_T to be 9223372036854775807,
5333     since some C++ compilers masquerading as C compilers
5334     incorrectly reject 9223372036854775807.  */
5335 #define LARGE_OFF_T (((off_t) 1 << 62) - 1 + ((off_t) 1 << 62))
5336   int off_t_is_large[(LARGE_OFF_T % 2147483629 == 721
5337                        && LARGE_OFF_T % 2147483647 == 1)
5338                       ? 1 : -1];
5339 int
5340 main ()
5341 {
5342
5343   ;
5344   return 0;
5345 }
5346 _ACEOF
5347 if ac_fn_c_try_compile "$LINENO"; then :
5348   ac_cv_sys_large_files=no; break
5349 fi
5350 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
5351   cat confdefs.h - <<_ACEOF >conftest.$ac_ext
5352 /* end confdefs.h.  */
5353 #define _LARGE_FILES 1
5354 #include <sys/types.h>
5355  /* Check that off_t can represent 2**63 - 1 correctly.
5356     We can't simply define LARGE_OFF_T to be 9223372036854775807,
5357     since some C++ compilers masquerading as C compilers
5358     incorrectly reject 9223372036854775807.  */
5359 #define LARGE_OFF_T (((off_t) 1 << 62) - 1 + ((off_t) 1 << 62))
5360   int off_t_is_large[(LARGE_OFF_T % 2147483629 == 721
5361                        && LARGE_OFF_T % 2147483647 == 1)
5362                       ? 1 : -1];
5363 int
5364 main ()
5365 {
5366
5367   ;
5368   return 0;
5369 }
5370 _ACEOF
5371 if ac_fn_c_try_compile "$LINENO"; then :
5372   ac_cv_sys_large_files=1; break
5373 fi
5374 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
5375   ac_cv_sys_large_files=unknown
5376   break
5377 done
5378 fi
5379 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_sys_large_files" >&5
5380 $as_echo "$ac_cv_sys_large_files" >&6; }
5381 case $ac_cv_sys_large_files in #(
5382   no | unknown) ;;
5383   *)
5384 cat >>confdefs.h <<_ACEOF
5385 #define _LARGE_FILES $ac_cv_sys_large_files
5386 _ACEOF
5387 ;;
5388 esac
5389 rm -rf conftest*
5390   fi
5391 fi
5392
5393
5394 ac_ext=c
5395 ac_cpp='$CPP $CPPFLAGS'
5396 ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
5397 ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
5398 ac_compiler_gnu=$ac_cv_c_compiler_gnu
5399 { $as_echo "$as_me:${as_lineno-$LINENO}: checking how to run the C preprocessor" >&5
5400 $as_echo_n "checking how to run the C preprocessor... " >&6; }
5401 # On Suns, sometimes $CPP names a directory.
5402 if test -n "$CPP" && test -d "$CPP"; then
5403   CPP=
5404 fi
5405 if test -z "$CPP"; then
5406   if test "${ac_cv_prog_CPP+set}" = set; then :
5407   $as_echo_n "(cached) " >&6
5408 else
5409       # Double quotes because CPP needs to be expanded
5410     for CPP in "$CC -E" "$CC -E -traditional-cpp" "/lib/cpp"
5411     do
5412       ac_preproc_ok=false
5413 for ac_c_preproc_warn_flag in '' yes
5414 do
5415   # Use a header file that comes with gcc, so configuring glibc
5416   # with a fresh cross-compiler works.
5417   # Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
5418   # <limits.h> exists even on freestanding compilers.
5419   # On the NeXT, cc -E runs the code through the compiler's parser,
5420   # not just through cpp. "Syntax error" is here to catch this case.
5421   cat confdefs.h - <<_ACEOF >conftest.$ac_ext
5422 /* end confdefs.h.  */
5423 #ifdef __STDC__
5424 # include <limits.h>
5425 #else
5426 # include <assert.h>
5427 #endif
5428                      Syntax error
5429 _ACEOF
5430 if ac_fn_c_try_cpp "$LINENO"; then :
5431
5432 else
5433   # Broken: fails on valid input.
5434 continue
5435 fi
5436 rm -f conftest.err conftest.$ac_ext
5437
5438   # OK, works on sane cases.  Now check whether nonexistent headers
5439   # can be detected and how.
5440   cat confdefs.h - <<_ACEOF >conftest.$ac_ext
5441 /* end confdefs.h.  */
5442 #include <ac_nonexistent.h>
5443 _ACEOF
5444 if ac_fn_c_try_cpp "$LINENO"; then :
5445   # Broken: success on invalid input.
5446 continue
5447 else
5448   # Passes both tests.
5449 ac_preproc_ok=:
5450 break
5451 fi
5452 rm -f conftest.err conftest.$ac_ext
5453
5454 done
5455 # Because of `break', _AC_PREPROC_IFELSE's cleaning code was skipped.
5456 rm -f conftest.err conftest.$ac_ext
5457 if $ac_preproc_ok; then :
5458   break
5459 fi
5460
5461     done
5462     ac_cv_prog_CPP=$CPP
5463
5464 fi
5465   CPP=$ac_cv_prog_CPP
5466 else
5467   ac_cv_prog_CPP=$CPP
5468 fi
5469 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $CPP" >&5
5470 $as_echo "$CPP" >&6; }
5471 ac_preproc_ok=false
5472 for ac_c_preproc_warn_flag in '' yes
5473 do
5474   # Use a header file that comes with gcc, so configuring glibc
5475   # with a fresh cross-compiler works.
5476   # Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
5477   # <limits.h> exists even on freestanding compilers.
5478   # On the NeXT, cc -E runs the code through the compiler's parser,
5479   # not just through cpp. "Syntax error" is here to catch this case.
5480   cat confdefs.h - <<_ACEOF >conftest.$ac_ext
5481 /* end confdefs.h.  */
5482 #ifdef __STDC__
5483 # include <limits.h>
5484 #else
5485 # include <assert.h>
5486 #endif
5487                      Syntax error
5488 _ACEOF
5489 if ac_fn_c_try_cpp "$LINENO"; then :
5490
5491 else
5492   # Broken: fails on valid input.
5493 continue
5494 fi
5495 rm -f conftest.err conftest.$ac_ext
5496
5497   # OK, works on sane cases.  Now check whether nonexistent headers
5498   # can be detected and how.
5499   cat confdefs.h - <<_ACEOF >conftest.$ac_ext
5500 /* end confdefs.h.  */
5501 #include <ac_nonexistent.h>
5502 _ACEOF
5503 if ac_fn_c_try_cpp "$LINENO"; then :
5504   # Broken: success on invalid input.
5505 continue
5506 else
5507   # Passes both tests.
5508 ac_preproc_ok=:
5509 break
5510 fi
5511 rm -f conftest.err conftest.$ac_ext
5512
5513 done
5514 # Because of `break', _AC_PREPROC_IFELSE's cleaning code was skipped.
5515 rm -f conftest.err conftest.$ac_ext
5516 if $ac_preproc_ok; then :
5517
5518 else
5519   { { $as_echo "$as_me:${as_lineno-$LINENO}: error: in \`$ac_pwd':" >&5
5520 $as_echo "$as_me: error: in \`$ac_pwd':" >&2;}
5521 as_fn_error "C preprocessor \"$CPP\" fails sanity check
5522 See \`config.log' for more details." "$LINENO" 5; }
5523 fi
5524
5525 ac_ext=c
5526 ac_cpp='$CPP $CPPFLAGS'
5527 ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
5528 ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
5529 ac_compiler_gnu=$ac_cv_c_compiler_gnu
5530
5531
5532 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for ANSI C header files" >&5
5533 $as_echo_n "checking for ANSI C header files... " >&6; }
5534 if test "${ac_cv_header_stdc+set}" = set; then :
5535   $as_echo_n "(cached) " >&6
5536 else
5537   cat confdefs.h - <<_ACEOF >conftest.$ac_ext
5538 /* end confdefs.h.  */
5539 #include <stdlib.h>
5540 #include <stdarg.h>
5541 #include <string.h>
5542 #include <float.h>
5543
5544 int
5545 main ()
5546 {
5547
5548   ;
5549   return 0;
5550 }
5551 _ACEOF
5552 if ac_fn_c_try_compile "$LINENO"; then :
5553   ac_cv_header_stdc=yes
5554 else
5555   ac_cv_header_stdc=no
5556 fi
5557 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
5558
5559 if test $ac_cv_header_stdc = yes; then
5560   # SunOS 4.x string.h does not declare mem*, contrary to ANSI.
5561   cat confdefs.h - <<_ACEOF >conftest.$ac_ext
5562 /* end confdefs.h.  */
5563 #include <string.h>
5564
5565 _ACEOF
5566 if (eval "$ac_cpp conftest.$ac_ext") 2>&5 |
5567   $EGREP "memchr" >/dev/null 2>&1; then :
5568
5569 else
5570   ac_cv_header_stdc=no
5571 fi
5572 rm -f conftest*
5573
5574 fi
5575
5576 if test $ac_cv_header_stdc = yes; then
5577   # ISC 2.0.2 stdlib.h does not declare free, contrary to ANSI.
5578   cat confdefs.h - <<_ACEOF >conftest.$ac_ext
5579 /* end confdefs.h.  */
5580 #include <stdlib.h>
5581
5582 _ACEOF
5583 if (eval "$ac_cpp conftest.$ac_ext") 2>&5 |
5584   $EGREP "free" >/dev/null 2>&1; then :
5585
5586 else
5587   ac_cv_header_stdc=no
5588 fi
5589 rm -f conftest*
5590
5591 fi
5592
5593 if test $ac_cv_header_stdc = yes; then
5594   # /bin/cc in Irix-4.0.5 gets non-ANSI ctype macros unless using -ansi.
5595   if test "$cross_compiling" = yes; then :
5596   :
5597 else
5598   cat confdefs.h - <<_ACEOF >conftest.$ac_ext
5599 /* end confdefs.h.  */
5600 #include <ctype.h>
5601 #include <stdlib.h>
5602 #if ((' ' & 0x0FF) == 0x020)
5603 # define ISLOWER(c) ('a' <= (c) && (c) <= 'z')
5604 # define TOUPPER(c) (ISLOWER(c) ? 'A' + ((c) - 'a') : (c))
5605 #else
5606 # define ISLOWER(c) \
5607                    (('a' <= (c) && (c) <= 'i') \
5608                      || ('j' <= (c) && (c) <= 'r') \
5609                      || ('s' <= (c) && (c) <= 'z'))
5610 # define TOUPPER(c) (ISLOWER(c) ? ((c) | 0x40) : (c))
5611 #endif
5612
5613 #define XOR(e, f) (((e) && !(f)) || (!(e) && (f)))
5614 int
5615 main ()
5616 {
5617   int i;
5618   for (i = 0; i < 256; i++)
5619     if (XOR (islower (i), ISLOWER (i))
5620         || toupper (i) != TOUPPER (i))
5621       return 2;
5622   return 0;
5623 }
5624 _ACEOF
5625 if ac_fn_c_try_run "$LINENO"; then :
5626
5627 else
5628   ac_cv_header_stdc=no
5629 fi
5630 rm -f core *.core core.conftest.* gmon.out bb.out conftest$ac_exeext \
5631   conftest.$ac_objext conftest.beam conftest.$ac_ext
5632 fi
5633
5634 fi
5635 fi
5636 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_header_stdc" >&5
5637 $as_echo "$ac_cv_header_stdc" >&6; }
5638 if test $ac_cv_header_stdc = yes; then
5639
5640 $as_echo "#define STDC_HEADERS 1" >>confdefs.h
5641
5642 fi
5643
5644 # On IRIX 5.3, sys/types and inttypes.h are conflicting.
5645 for ac_header in sys/types.h sys/stat.h stdlib.h string.h memory.h strings.h \
5646                   inttypes.h stdint.h unistd.h
5647 do :
5648   as_ac_Header=`$as_echo "ac_cv_header_$ac_header" | $as_tr_sh`
5649 ac_fn_c_check_header_compile "$LINENO" "$ac_header" "$as_ac_Header" "$ac_includes_default
5650 "
5651 eval as_val=\$$as_ac_Header
5652    if test "x$as_val" = x""yes; then :
5653   cat >>confdefs.h <<_ACEOF
5654 #define `$as_echo "HAVE_$ac_header" | $as_tr_cpp` 1
5655 _ACEOF
5656
5657 fi
5658
5659 done
5660
5661
5662 for ac_header in \
5663         AL/al.h \
5664         AudioUnit/AudioUnit.h \
5665         Carbon/Carbon.h \
5666         CoreAudio/CoreAudio.h \
5667         DiskArbitration/DiskArbitration.h \
5668         IOKit/IOKitLib.h \
5669         IOKit/hid/IOHIDLib.h \
5670         OpenAL/al.h \
5671         alias.h \
5672         alsa/asoundlib.h \
5673         arpa/inet.h \
5674         arpa/nameser.h \
5675         asm/types.h \
5676         capi20.h \
5677         curses.h \
5678         direct.h \
5679         dirent.h \
5680         dlfcn.h \
5681         elf.h \
5682         float.h \
5683         fnmatch.h \
5684         fontconfig/fontconfig.h \
5685         getopt.h \
5686         grp.h \
5687         gsm.h \
5688         gsm/gsm.h \
5689         ieeefp.h \
5690         inet/mib2.h \
5691         io.h \
5692         jack/jack.h \
5693         jpeglib.h \
5694         kstat.h \
5695         lber.h \
5696         lcms.h \
5697         lcms/lcms.h \
5698         ldap.h \
5699         libaudioio.h \
5700         link.h \
5701         linux/cdrom.h \
5702         linux/compiler.h \
5703         linux/hdreg.h \
5704         linux/input.h \
5705         linux/ioctl.h \
5706         linux/joystick.h \
5707         linux/major.h \
5708         linux/param.h \
5709         linux/serial.h \
5710         linux/types.h \
5711         linux/ucdrom.h \
5712         mach-o/nlist.h \
5713         mach/mach.h \
5714         mach/machine.h \
5715         machine/cpu.h \
5716         machine/limits.h \
5717         machine/soundcard.h \
5718         mntent.h \
5719         mpg123.h \
5720         ncurses.h \
5721         netdb.h \
5722         netinet/in.h \
5723         netinet/in_systm.h \
5724         netinet/tcp.h \
5725         netinet/tcp_fsm.h \
5726         openssl/err.h \
5727         openssl/ssl.h \
5728         png.h \
5729         poll.h \
5730         process.h \
5731         pthread.h \
5732         pwd.h \
5733         regex.h \
5734         sched.h \
5735         scsi/scsi.h \
5736         scsi/scsi_ioctl.h \
5737         scsi/sg.h \
5738         soundcard.h \
5739         stdbool.h \
5740         stdint.h \
5741         strings.h \
5742         stropts.h \
5743         sys/asoundlib.h \
5744         sys/cdio.h \
5745         sys/elf32.h \
5746         sys/epoll.h \
5747         sys/errno.h \
5748         sys/event.h \
5749         sys/exec_elf.h \
5750         sys/filio.h \
5751         sys/inotify.h \
5752         sys/ioctl.h \
5753         sys/ipc.h \
5754         sys/limits.h \
5755         sys/link.h \
5756         sys/mman.h \
5757         sys/modem.h \
5758         sys/msg.h \
5759         sys/mtio.h \
5760         sys/param.h \
5761         sys/poll.h \
5762         sys/prctl.h \
5763         sys/protosw.h \
5764         sys/ptrace.h \
5765         sys/resource.h \
5766         sys/scsiio.h \
5767         sys/shm.h \
5768         sys/signal.h \
5769         sys/socket.h \
5770         sys/socketvar.h \
5771         sys/sockio.h \
5772         sys/soundcard.h \
5773         sys/statvfs.h \
5774         sys/strtio.h \
5775         sys/syscall.h \
5776         sys/tihdr.h \
5777         sys/time.h \
5778         sys/timeout.h \
5779         sys/times.h \
5780         sys/uio.h \
5781         sys/un.h \
5782         sys/utsname.h \
5783         sys/vm86.h \
5784         sys/wait.h \
5785         syscall.h \
5786         termios.h \
5787         unistd.h \
5788         utime.h \
5789         valgrind/memcheck.h \
5790         valgrind/valgrind.h \
5791         zlib.h
5792
5793 do :
5794   as_ac_Header=`$as_echo "ac_cv_header_$ac_header" | $as_tr_sh`
5795 ac_fn_c_check_header_mongrel "$LINENO" "$ac_header" "$as_ac_Header" "$ac_includes_default"
5796 eval as_val=\$$as_ac_Header
5797    if test "x$as_val" = x""yes; then :
5798   cat >>confdefs.h <<_ACEOF
5799 #define `$as_echo "HAVE_$ac_header" | $as_tr_cpp` 1
5800 _ACEOF
5801
5802 fi
5803
5804 done
5805
5806 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether stat file-mode macros are broken" >&5
5807 $as_echo_n "checking whether stat file-mode macros are broken... " >&6; }
5808 if test "${ac_cv_header_stat_broken+set}" = set; then :
5809   $as_echo_n "(cached) " >&6
5810 else
5811   cat confdefs.h - <<_ACEOF >conftest.$ac_ext
5812 /* end confdefs.h.  */
5813 #include <sys/types.h>
5814 #include <sys/stat.h>
5815
5816 #if defined S_ISBLK && defined S_IFDIR
5817 extern char c1[S_ISBLK (S_IFDIR) ? -1 : 1];
5818 #endif
5819
5820 #if defined S_ISBLK && defined S_IFCHR
5821 extern char c2[S_ISBLK (S_IFCHR) ? -1 : 1];
5822 #endif
5823
5824 #if defined S_ISLNK && defined S_IFREG
5825 extern char c3[S_ISLNK (S_IFREG) ? -1 : 1];
5826 #endif
5827
5828 #if defined S_ISSOCK && defined S_IFREG
5829 extern char c4[S_ISSOCK (S_IFREG) ? -1 : 1];
5830 #endif
5831
5832 _ACEOF
5833 if ac_fn_c_try_compile "$LINENO"; then :
5834   ac_cv_header_stat_broken=no
5835 else
5836   ac_cv_header_stat_broken=yes
5837 fi
5838 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
5839 fi
5840 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_header_stat_broken" >&5
5841 $as_echo "$ac_cv_header_stat_broken" >&6; }
5842 if test $ac_cv_header_stat_broken = yes; then
5843
5844 $as_echo "#define STAT_MACROS_BROKEN 1" >>confdefs.h
5845
5846 fi
5847
5848
5849
5850 for ac_header in sys/mount.h sys/statfs.h sys/sysctl.h sys/user.h sys/vfs.h
5851 do :
5852   as_ac_Header=`$as_echo "ac_cv_header_$ac_header" | $as_tr_sh`
5853 ac_fn_c_check_header_compile "$LINENO" "$ac_header" "$as_ac_Header" "#include <sys/types.h>
5854      #ifdef HAVE_SYS_PARAM_H
5855      # include <sys/param.h>
5856      #endif
5857 "
5858 eval as_val=\$$as_ac_Header
5859    if test "x$as_val" = x""yes; then :
5860   cat >>confdefs.h <<_ACEOF
5861 #define `$as_echo "HAVE_$ac_header" | $as_tr_cpp` 1
5862 _ACEOF
5863
5864 fi
5865
5866 done
5867
5868
5869 for ac_header in \
5870         netinet/ip.h \
5871         net/if.h \
5872         net/if_arp.h \
5873         net/if_dl.h \
5874         net/if_types.h \
5875         net/route.h \
5876         netinet/if_ether.h \
5877         netinet/if_inarp.h \
5878         netinet/in_pcb.h \
5879         netinet/ip_icmp.h \
5880         netinet/ip_var.h \
5881         netinet/udp.h \
5882         netipx/ipx.h \
5883
5884 do :
5885   as_ac_Header=`$as_echo "ac_cv_header_$ac_header" | $as_tr_sh`
5886 ac_fn_c_check_header_compile "$LINENO" "$ac_header" "$as_ac_Header" "#include <sys/types.h>
5887      #ifdef HAVE_SYS_SOCKET_H
5888      # include <sys/socket.h>
5889      #endif
5890      #ifdef HAVE_SYS_SOCKETVAR_H
5891      # include <sys/socketvar.h>
5892      #endif
5893      #ifdef HAVE_NET_ROUTE_H
5894      # include <net/route.h>
5895      #endif
5896      #ifdef HAVE_NETINET_IN_H
5897      # include <netinet/in.h>
5898      #endif
5899      #ifdef HAVE_NETINET_IN_SYSTM_H
5900      # include <netinet/in_systm.h>
5901      #endif
5902      #ifdef HAVE_NET_IF_H
5903      # include <net/if.h>
5904      #endif
5905      #ifdef HAVE_NETINET_IP_H
5906      # include <netinet/ip.h>
5907      #endif
5908 "
5909 eval as_val=\$$as_ac_Header
5910    if test "x$as_val" = x""yes; then :
5911   cat >>confdefs.h <<_ACEOF
5912 #define `$as_echo "HAVE_$ac_header" | $as_tr_cpp` 1
5913 _ACEOF
5914
5915 fi
5916
5917 done
5918
5919
5920 for ac_header in netinet/tcp_timer.h netinet/udp_var.h netinet/icmp_var.h netinet/tcp_var.h
5921 do :
5922   as_ac_Header=`$as_echo "ac_cv_header_$ac_header" | $as_tr_sh`
5923 ac_fn_c_check_header_compile "$LINENO" "$ac_header" "$as_ac_Header" "#include <sys/types.h>
5924      #ifdef HAVE_ALIAS_H
5925      # include <alias.h>
5926      #endif
5927      #ifdef HAVE_SYS_SOCKET_H
5928      # include <sys/socket.h>
5929      #endif
5930      #ifdef HAVE_SYS_SOCKETVAR_H
5931      # include <sys/socketvar.h>
5932      #endif
5933      #ifdef HAVE_SYS_TIMEOUT_H
5934      # include <sys/timeout.h>
5935      #endif
5936      #ifdef HAVE_NETINET_IN_H
5937      # include <netinet/in.h>
5938      #endif
5939      #ifdef HAVE_NETINET_IN_SYSTM_H
5940      # include <netinet/in_systm.h>
5941      #endif
5942      #ifdef HAVE_NETINET_IP_H
5943      # include <netinet/ip.h>
5944      #endif
5945      #ifdef HAVE_NETINET_IP_VAR_H
5946      # include <netinet/ip_var.h>
5947      #endif
5948      #ifdef HAVE_NETINET_IP_ICMP_H
5949      # include <netinet/ip_icmp.h>
5950      #endif
5951      #ifdef HAVE_NETINET_UDP_H
5952      # include <netinet/udp.h>
5953      #endif
5954      #ifdef HAVE_NETINET_TCP_H
5955      # include <netinet/tcp.h>
5956      #endif
5957      #ifdef HAVE_NETINET_TCP_TIMER_H
5958      #include <netinet/tcp_timer.h>
5959      #endif
5960 "
5961 eval as_val=\$$as_ac_Header
5962    if test "x$as_val" = x""yes; then :
5963   cat >>confdefs.h <<_ACEOF
5964 #define `$as_echo "HAVE_$ac_header" | $as_tr_cpp` 1
5965 _ACEOF
5966
5967 fi
5968
5969 done
5970
5971
5972 for ac_header in linux/ipx.h linux/irda.h
5973 do :
5974   as_ac_Header=`$as_echo "ac_cv_header_$ac_header" | $as_tr_sh`
5975 ac_fn_c_check_header_compile "$LINENO" "$ac_header" "$as_ac_Header" "#include <sys/types.h>
5976      #ifdef HAVE_ASM_TYPES_H
5977      # include <asm/types.h>
5978      #endif
5979      #ifdef HAVE_SYS_SOCKET_H
5980      # include <sys/socket.h>
5981      #endif
5982      #ifdef HAVE_LINUX_TYPES_H
5983      # include <linux/types.h>
5984      #endif
5985 "
5986 eval as_val=\$$as_ac_Header
5987    if test "x$as_val" = x""yes; then :
5988   cat >>confdefs.h <<_ACEOF
5989 #define `$as_echo "HAVE_$ac_header" | $as_tr_cpp` 1
5990 _ACEOF
5991
5992 fi
5993
5994 done
5995
5996
5997 for ac_header in mach-o/dyld_images.h
5998 do :
5999   ac_fn_c_check_header_compile "$LINENO" "mach-o/dyld_images.h" "ac_cv_header_mach_o_dyld_images_h" "#ifdef HAVE_STDBOOL_H
6000      # include <stdbool.h>
6001      #endif
6002      #ifdef HAVE_STDINT_H
6003      # include <stdint.h>
6004      #endif
6005 "
6006 if test "x$ac_cv_header_mach_o_dyld_images_h" = x""yes; then :
6007   cat >>confdefs.h <<_ACEOF
6008 #define HAVE_MACH_O_DYLD_IMAGES_H 1
6009 _ACEOF
6010
6011 fi
6012
6013 done
6014
6015
6016 for ac_header in resolv.h
6017 do :
6018   ac_fn_c_check_header_compile "$LINENO" "resolv.h" "ac_cv_header_resolv_h" "#include <sys/types.h>
6019      #ifdef HAVE_SYS_SOCKET_H
6020      # include <sys/socket.h>
6021      #endif
6022      #ifdef HAVE_NETINET_IN_H
6023      # include <netinet/in.h>
6024      #endif
6025      #ifdef HAVE_ARPA_NAMESER_H
6026      # include <arpa/nameser.h>
6027      #endif
6028 "
6029 if test "x$ac_cv_header_resolv_h" = x""yes; then :
6030   cat >>confdefs.h <<_ACEOF
6031 #define HAVE_RESOLV_H 1
6032 _ACEOF
6033
6034 fi
6035
6036 done
6037
6038
6039 for ac_header in ucontext.h
6040 do :
6041   ac_fn_c_check_header_compile "$LINENO" "ucontext.h" "ac_cv_header_ucontext_h" "#include <signal.h>
6042 "
6043 if test "x$ac_cv_header_ucontext_h" = x""yes; then :
6044   cat >>confdefs.h <<_ACEOF
6045 #define HAVE_UCONTEXT_H 1
6046 _ACEOF
6047
6048 fi
6049
6050 done
6051
6052
6053 for ac_header in sys/thr.h
6054 do :
6055   ac_fn_c_check_header_compile "$LINENO" "sys/thr.h" "ac_cv_header_sys_thr_h" "#include <sys/types.h>
6056 #ifdef HAVE_UCONTEXT_H
6057 #include <ucontext.h>
6058 #endif
6059 "
6060 if test "x$ac_cv_header_sys_thr_h" = x""yes; then :
6061   cat >>confdefs.h <<_ACEOF
6062 #define HAVE_SYS_THR_H 1
6063 _ACEOF
6064
6065 fi
6066
6067 done
6068
6069
6070 for ac_header in pthread_np.h
6071 do :
6072   ac_fn_c_check_header_compile "$LINENO" "pthread_np.h" "ac_cv_header_pthread_np_h" "#ifdef HAVE_PTHREAD_H
6073 #include <pthread.h>
6074 #endif
6075 "
6076 if test "x$ac_cv_header_pthread_np_h" = x""yes; then :
6077   cat >>confdefs.h <<_ACEOF
6078 #define HAVE_PTHREAD_NP_H 1
6079 _ACEOF
6080
6081 fi
6082
6083 done
6084
6085
6086 for ac_header in linux/videodev.h
6087 do :
6088   ac_fn_c_check_header_compile "$LINENO" "linux/videodev.h" "ac_cv_header_linux_videodev_h" "#ifdef HAVE_SYS_TIME_H
6089 #include <sys/time.h>
6090 #endif
6091 #include <sys/types.h>
6092 #ifdef HAVE_ASM_TYPES_H
6093 #include <asm/types.h>
6094 #endif
6095 "
6096 if test "x$ac_cv_header_linux_videodev_h" = x""yes; then :
6097   cat >>confdefs.h <<_ACEOF
6098 #define HAVE_LINUX_VIDEODEV_H 1
6099 _ACEOF
6100
6101 fi
6102
6103 done
6104
6105
6106 for ac_header in linux/capi.h
6107 do :
6108   ac_fn_c_check_header_compile "$LINENO" "linux/capi.h" "ac_cv_header_linux_capi_h" "#define __user
6109 "
6110 if test "x$ac_cv_header_linux_capi_h" = x""yes; then :
6111   cat >>confdefs.h <<_ACEOF
6112 #define HAVE_LINUX_CAPI_H 1
6113 _ACEOF
6114
6115 fi
6116
6117 done
6118
6119
6120
6121 DLLEXT=""
6122
6123 DLLFLAGS="-D_REENTRANT"
6124
6125 LDSHARED=""
6126
6127 LDDLLFLAGS=""
6128
6129 LIBEXT="so"
6130
6131 IMPLIBEXT="def"
6132
6133 LDRPATH_INSTALL=""
6134
6135 LDRPATH_LOCAL=""
6136
6137 # Extract the first word of "ldd", so it can be a program name with args.
6138 set dummy ldd; ac_word=$2
6139 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
6140 $as_echo_n "checking for $ac_word... " >&6; }
6141 if test "${ac_cv_path_LDD+set}" = set; then :
6142   $as_echo_n "(cached) " >&6
6143 else
6144   case $LDD in
6145   [\\/]* | ?:[\\/]*)
6146   ac_cv_path_LDD="$LDD" # Let the user override the test with a path.
6147   ;;
6148   *)
6149   as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
6150 as_dummy="/sbin:/usr/sbin:$PATH"
6151 for as_dir in $as_dummy
6152 do
6153   IFS=$as_save_IFS
6154   test -z "$as_dir" && as_dir=.
6155     for ac_exec_ext in '' $ac_executable_extensions; do
6156   if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
6157     ac_cv_path_LDD="$as_dir/$ac_word$ac_exec_ext"
6158     $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
6159     break 2
6160   fi
6161 done
6162   done
6163 IFS=$as_save_IFS
6164
6165   test -z "$ac_cv_path_LDD" && ac_cv_path_LDD="true"
6166   ;;
6167 esac
6168 fi
6169 LDD=$ac_cv_path_LDD
6170 if test -n "$LDD"; then
6171   { $as_echo "$as_me:${as_lineno-$LINENO}: result: $LDD" >&5
6172 $as_echo "$LDD" >&6; }
6173 else
6174   { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
6175 $as_echo "no" >&6; }
6176 fi
6177
6178
6179
6180 case $host_os in
6181   cygwin*|mingw32*)
6182     if test -n "$ac_tool_prefix"; then
6183   # Extract the first word of "${ac_tool_prefix}dlltool", so it can be a program name with args.
6184 set dummy ${ac_tool_prefix}dlltool; ac_word=$2
6185 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
6186 $as_echo_n "checking for $ac_word... " >&6; }
6187 if test "${ac_cv_prog_DLLTOOL+set}" = set; then :
6188   $as_echo_n "(cached) " >&6
6189 else
6190   if test -n "$DLLTOOL"; then
6191   ac_cv_prog_DLLTOOL="$DLLTOOL" # Let the user override the test.
6192 else
6193 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
6194 for as_dir in $PATH
6195 do
6196   IFS=$as_save_IFS
6197   test -z "$as_dir" && as_dir=.
6198     for ac_exec_ext in '' $ac_executable_extensions; do
6199   if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
6200     ac_cv_prog_DLLTOOL="${ac_tool_prefix}dlltool"
6201     $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
6202     break 2
6203   fi
6204 done
6205   done
6206 IFS=$as_save_IFS
6207
6208 fi
6209 fi
6210 DLLTOOL=$ac_cv_prog_DLLTOOL
6211 if test -n "$DLLTOOL"; then
6212   { $as_echo "$as_me:${as_lineno-$LINENO}: result: $DLLTOOL" >&5
6213 $as_echo "$DLLTOOL" >&6; }
6214 else
6215   { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
6216 $as_echo "no" >&6; }
6217 fi
6218
6219
6220 fi
6221 if test -z "$ac_cv_prog_DLLTOOL"; then
6222   ac_ct_DLLTOOL=$DLLTOOL
6223   # Extract the first word of "dlltool", so it can be a program name with args.
6224 set dummy dlltool; ac_word=$2
6225 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
6226 $as_echo_n "checking for $ac_word... " >&6; }
6227 if test "${ac_cv_prog_ac_ct_DLLTOOL+set}" = set; then :
6228   $as_echo_n "(cached) " >&6
6229 else
6230   if test -n "$ac_ct_DLLTOOL"; then
6231   ac_cv_prog_ac_ct_DLLTOOL="$ac_ct_DLLTOOL" # Let the user override the test.
6232 else
6233 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
6234 for as_dir in $PATH
6235 do
6236   IFS=$as_save_IFS
6237   test -z "$as_dir" && as_dir=.
6238     for ac_exec_ext in '' $ac_executable_extensions; do
6239   if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
6240     ac_cv_prog_ac_ct_DLLTOOL="dlltool"
6241     $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
6242     break 2
6243   fi
6244 done
6245   done
6246 IFS=$as_save_IFS
6247
6248 fi
6249 fi
6250 ac_ct_DLLTOOL=$ac_cv_prog_ac_ct_DLLTOOL
6251 if test -n "$ac_ct_DLLTOOL"; then
6252   { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_ct_DLLTOOL" >&5
6253 $as_echo "$ac_ct_DLLTOOL" >&6; }
6254 else
6255   { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
6256 $as_echo "no" >&6; }
6257 fi
6258
6259   if test "x$ac_ct_DLLTOOL" = x; then
6260     DLLTOOL="false"
6261   else
6262     case $cross_compiling:$ac_tool_warned in
6263 yes:)
6264 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: using cross tools not prefixed with host triplet" >&5
6265 $as_echo "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;}
6266 ac_tool_warned=yes ;;
6267 esac
6268     DLLTOOL=$ac_ct_DLLTOOL
6269   fi
6270 else
6271   DLLTOOL="$ac_cv_prog_DLLTOOL"
6272 fi
6273
6274     if test -n "$ac_tool_prefix"; then
6275   # Extract the first word of "${ac_tool_prefix}dllwrap", so it can be a program name with args.
6276 set dummy ${ac_tool_prefix}dllwrap; ac_word=$2
6277 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
6278 $as_echo_n "checking for $ac_word... " >&6; }
6279 if test "${ac_cv_prog_DLLWRAP+set}" = set; then :
6280   $as_echo_n "(cached) " >&6
6281 else
6282   if test -n "$DLLWRAP"; then
6283   ac_cv_prog_DLLWRAP="$DLLWRAP" # Let the user override the test.
6284 else
6285 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
6286 for as_dir in $PATH
6287 do
6288   IFS=$as_save_IFS
6289   test -z "$as_dir" && as_dir=.
6290     for ac_exec_ext in '' $ac_executable_extensions; do
6291   if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
6292     ac_cv_prog_DLLWRAP="${ac_tool_prefix}dllwrap"
6293     $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
6294     break 2
6295   fi
6296 done
6297   done
6298 IFS=$as_save_IFS
6299
6300 fi
6301 fi
6302 DLLWRAP=$ac_cv_prog_DLLWRAP
6303 if test -n "$DLLWRAP"; then
6304   { $as_echo "$as_me:${as_lineno-$LINENO}: result: $DLLWRAP" >&5
6305 $as_echo "$DLLWRAP" >&6; }
6306 else
6307   { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
6308 $as_echo "no" >&6; }
6309 fi
6310
6311
6312 fi
6313 if test -z "$ac_cv_prog_DLLWRAP"; then
6314   ac_ct_DLLWRAP=$DLLWRAP
6315   # Extract the first word of "dllwrap", so it can be a program name with args.
6316 set dummy dllwrap; ac_word=$2
6317 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
6318 $as_echo_n "checking for $ac_word... " >&6; }
6319 if test "${ac_cv_prog_ac_ct_DLLWRAP+set}" = set; then :
6320   $as_echo_n "(cached) " >&6
6321 else
6322   if test -n "$ac_ct_DLLWRAP"; then
6323   ac_cv_prog_ac_ct_DLLWRAP="$ac_ct_DLLWRAP" # Let the user override the test.
6324 else
6325 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
6326 for as_dir in $PATH
6327 do
6328   IFS=$as_save_IFS
6329   test -z "$as_dir" && as_dir=.
6330     for ac_exec_ext in '' $ac_executable_extensions; do
6331   if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
6332     ac_cv_prog_ac_ct_DLLWRAP="dllwrap"
6333     $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
6334     break 2
6335   fi
6336 done
6337   done
6338 IFS=$as_save_IFS
6339
6340 fi
6341 fi
6342 ac_ct_DLLWRAP=$ac_cv_prog_ac_ct_DLLWRAP
6343 if test -n "$ac_ct_DLLWRAP"; then
6344   { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_ct_DLLWRAP" >&5
6345 $as_echo "$ac_ct_DLLWRAP" >&6; }
6346 else
6347   { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
6348 $as_echo "no" >&6; }
6349 fi
6350
6351   if test "x$ac_ct_DLLWRAP" = x; then
6352     DLLWRAP="false"
6353   else
6354     case $cross_compiling:$ac_tool_warned in
6355 yes:)
6356 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: using cross tools not prefixed with host triplet" >&5
6357 $as_echo "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;}
6358 ac_tool_warned=yes ;;
6359 esac
6360     DLLWRAP=$ac_ct_DLLWRAP
6361   fi
6362 else
6363   DLLWRAP="$ac_cv_prog_DLLWRAP"
6364 fi
6365
6366     if test -n "$ac_tool_prefix"; then
6367   # Extract the first word of "${ac_tool_prefix}ar", so it can be a program name with args.
6368 set dummy ${ac_tool_prefix}ar; ac_word=$2
6369 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
6370 $as_echo_n "checking for $ac_word... " >&6; }
6371 if test "${ac_cv_prog_MINGWAR+set}" = set; then :
6372   $as_echo_n "(cached) " >&6
6373 else
6374   if test -n "$MINGWAR"; then
6375   ac_cv_prog_MINGWAR="$MINGWAR" # Let the user override the test.
6376 else
6377 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
6378 for as_dir in $PATH
6379 do
6380   IFS=$as_save_IFS
6381   test -z "$as_dir" && as_dir=.
6382     for ac_exec_ext in '' $ac_executable_extensions; do
6383   if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
6384     ac_cv_prog_MINGWAR="${ac_tool_prefix}ar"
6385     $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
6386     break 2
6387   fi
6388 done
6389   done
6390 IFS=$as_save_IFS
6391
6392 fi
6393 fi
6394 MINGWAR=$ac_cv_prog_MINGWAR
6395 if test -n "$MINGWAR"; then
6396   { $as_echo "$as_me:${as_lineno-$LINENO}: result: $MINGWAR" >&5
6397 $as_echo "$MINGWAR" >&6; }
6398 else
6399   { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
6400 $as_echo "no" >&6; }
6401 fi
6402
6403
6404 fi
6405 if test -z "$ac_cv_prog_MINGWAR"; then
6406   ac_ct_MINGWAR=$MINGWAR
6407   # Extract the first word of "ar", so it can be a program name with args.
6408 set dummy ar; ac_word=$2
6409 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
6410 $as_echo_n "checking for $ac_word... " >&6; }
6411 if test "${ac_cv_prog_ac_ct_MINGWAR+set}" = set; then :
6412   $as_echo_n "(cached) " >&6
6413 else
6414   if test -n "$ac_ct_MINGWAR"; then
6415   ac_cv_prog_ac_ct_MINGWAR="$ac_ct_MINGWAR" # Let the user override the test.
6416 else
6417 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
6418 for as_dir in $PATH
6419 do
6420   IFS=$as_save_IFS
6421   test -z "$as_dir" && as_dir=.
6422     for ac_exec_ext in '' $ac_executable_extensions; do
6423   if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
6424     ac_cv_prog_ac_ct_MINGWAR="ar"
6425     $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
6426     break 2
6427   fi
6428 done
6429   done
6430 IFS=$as_save_IFS
6431
6432 fi
6433 fi
6434 ac_ct_MINGWAR=$ac_cv_prog_ac_ct_MINGWAR
6435 if test -n "$ac_ct_MINGWAR"; then
6436   { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_ct_MINGWAR" >&5
6437 $as_echo "$ac_ct_MINGWAR" >&6; }
6438 else
6439   { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
6440 $as_echo "no" >&6; }
6441 fi
6442
6443   if test "x$ac_ct_MINGWAR" = x; then
6444     MINGWAR="false"
6445   else
6446     case $cross_compiling:$ac_tool_warned in
6447 yes:)
6448 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: using cross tools not prefixed with host triplet" >&5
6449 $as_echo "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;}
6450 ac_tool_warned=yes ;;
6451 esac
6452     MINGWAR=$ac_ct_MINGWAR
6453   fi
6454 else
6455   MINGWAR="$ac_cv_prog_MINGWAR"
6456 fi
6457
6458     if test "$DLLWRAP" = "false"; then
6459       LIBEXT="a"
6460     else
6461             LIBEXT="dll"
6462     fi
6463     IMPLIBEXT="a"
6464         enable_iphlpapi=${enable_iphlpapi:-no}
6465     enable_kernel32=${enable_kernel32:-no}
6466     enable_msvcrt=${enable_msvcrt:-no}
6467     enable_ntdll=${enable_ntdll:-no}
6468     enable_ws2_32=${enable_ws2_32:-no}
6469     enable_loader=${enable_loader:-no}
6470     enable_server=${enable_server:-no}
6471         with_x=${with_x:-no}
6472     with_pthread=${with_pthread:-no}
6473     ;;
6474   darwin*|macosx*)
6475     DLLEXT=".so"
6476     LIBEXT="dylib"
6477     DLLFLAGS="$DLLFLAGS -fPIC"
6478     LDDLLFLAGS="-bundle -multiply_defined suppress"
6479     LIBWINE_LDFLAGS="-multiply_defined suppress"
6480     LDSHARED="\$(CC) -dynamiclib"
6481     STRIP="$STRIP -x"
6482     LDRPATH_LOCAL="&& install_name_tool -change @executable_path/\`\$(RELPATH) \$(bindir) \$(libdir)\`/libwine.1.dylib @executable_path/\$(TOPOBJDIR)/libs/wine/libwine.1.dylib \$@ || \$(RM) \$@"
6483         SECURITYLIB="-framework Security -framework CoreFoundation"
6484
6485     COREFOUNDATIONLIB="-framework CoreFoundation"
6486
6487     IOKITLIB="-framework IOKit -framework CoreFoundation"
6488
6489     LDEXECFLAGS="-image_base 0x7bf00000 -Wl,-segaddr,WINE_DOS,0x00000000,-segaddr,WINE_SHAREDHEAP,0x7f000000"
6490
6491     if test "$ac_cv_header_DiskArbitration_DiskArbitration_h" = "yes"
6492     then
6493                 DISKARBITRATIONLIB="-framework DiskArbitration -framework CoreFoundation"
6494
6495     fi
6496     if test "$ac_cv_header_CoreAudio_CoreAudio_h" = "yes" -a "$ac_cv_header_AudioUnit_AudioUnit_h" = "yes"
6497     then
6498                 COREAUDIO="-framework CoreAudio -framework AudioUnit -framework CoreServices -framework AudioToolbox -framework CoreMIDI"
6499
6500     fi
6501     if test "$ac_cv_header_OpenAL_al_h" = "yes"
6502     then
6503         LIBOPENAL="-framework OpenAL"
6504
6505         ac_cv_lib_openal_alGetSource3i=yes
6506     fi
6507     if test "$ac_cv_header_IOKit_hid_IOHIDLib_h" = "yes"
6508     then
6509         ac_save_LIBS="$LIBS"
6510         LIBS="$LIBS $IOKITLIB"
6511         for ac_func in IOHIDManagerCreate
6512 do :
6513   ac_fn_c_check_func "$LINENO" "IOHIDManagerCreate" "ac_cv_func_IOHIDManagerCreate"
6514 if test "x$ac_cv_func_IOHIDManagerCreate" = x""yes; then :
6515   cat >>confdefs.h <<_ACEOF
6516 #define HAVE_IOHIDMANAGERCREATE 1
6517 _ACEOF
6518
6519 fi
6520 done
6521
6522         LIBS="$ac_save_LIBS"
6523     fi
6524     case $host_cpu in
6525       *powerpc*)
6526         LDDLLFLAGS="$LDDLLFLAGS -read_only_relocs warning"          ;;
6527     esac
6528         if test "$ac_cv_header_Carbon_Carbon_h" = "yes"
6529     then
6530         CARBONLIB="-framework Carbon"
6531
6532         enable_winequartz_drv=${enable_winequartz_drv:-yes}
6533     fi
6534         if test "x$enable_win16" = "xyes"
6535     then
6536         { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether 16-bit code can be built correctly" >&5
6537 $as_echo_n "checking whether 16-bit code can be built correctly... " >&6; }
6538         if test "$cross_compiling" = yes; then :
6539   { $as_echo "$as_me:${as_lineno-$LINENO}: result: cross-compiling, assuming yes" >&5
6540 $as_echo "cross-compiling, assuming yes" >&6; }
6541 else
6542   cat confdefs.h - <<_ACEOF >conftest.$ac_ext
6543 /* end confdefs.h.  */
6544 asm(".text\n"
6545                                             "bad:\tnop;nop\n"
6546                                             "good:\tnop;nop\n\t"
6547                                             ".globl _testfunc\n"
6548                                             "_testfunc:\tcallw good");
6549                                         extern void testfunc();
6550 int
6551 main ()
6552 {
6553 unsigned short *p = (unsigned short *)testfunc;
6554                                         return p[0] != 0xe866 || p[1] != 0xfffa
6555   ;
6556   return 0;
6557 }
6558 _ACEOF
6559 if ac_fn_c_try_run "$LINENO"; then :
6560   { $as_echo "$as_me:${as_lineno-$LINENO}: result: yes" >&5
6561 $as_echo "yes" >&6; }
6562 else
6563   { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
6564 $as_echo "no" >&6; }
6565                                        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
6566 fi
6567 rm -f core *.core core.conftest.* gmon.out bb.out conftest$ac_exeext \
6568   conftest.$ac_objext conftest.beam conftest.$ac_ext
6569 fi
6570
6571     fi
6572     ;;
6573   *)
6574     DLLFLAGS="$DLLFLAGS -fPIC"
6575     DLLEXT=".so"
6576     { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether we can build a GNU style ELF dll" >&5
6577 $as_echo_n "checking whether we can build a GNU style ELF dll... " >&6; }
6578 if test "${ac_cv_c_dll_gnuelf+set}" = set; then :
6579   $as_echo_n "(cached) " >&6
6580 else
6581   ac_wine_try_cflags_saved=$CFLAGS
6582 CFLAGS="$CFLAGS -fPIC -shared -Wl,-Bsymbolic"
6583 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
6584 /* end confdefs.h.  */
6585 void myfunc() {}
6586 _ACEOF
6587 if ac_fn_c_try_link "$LINENO"; then :
6588   ac_cv_c_dll_gnuelf="yes"
6589 else
6590   ac_cv_c_dll_gnuelf="no"
6591 fi
6592 rm -f core conftest.err conftest.$ac_objext \
6593     conftest$ac_exeext conftest.$ac_ext
6594 CFLAGS=$ac_wine_try_cflags_saved
6595 fi
6596 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_c_dll_gnuelf" >&5
6597 $as_echo "$ac_cv_c_dll_gnuelf" >&6; }
6598     if test "$ac_cv_c_dll_gnuelf" = "yes"
6599     then
6600       LDSHARED="\$(CC) -shared"
6601       LDDLLFLAGS="-shared -Wl,-Bsymbolic"
6602       { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether the compiler supports -fPIC -shared -Wl,-soname,confest.so.1" >&5
6603 $as_echo_n "checking whether the compiler supports -fPIC -shared -Wl,-soname,confest.so.1... " >&6; }
6604 if test "${ac_cv_cflags__fPIC__shared__Wl__soname_confest_so_1+set}" = set; then :
6605   $as_echo_n "(cached) " >&6
6606 else
6607   ac_wine_try_cflags_saved=$CFLAGS
6608 CFLAGS="$CFLAGS -fPIC -shared -Wl,-soname,confest.so.1"
6609 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
6610 /* end confdefs.h.  */
6611 int main(int argc, char *argv) { return 0; }
6612 _ACEOF
6613 if ac_fn_c_try_link "$LINENO"; then :
6614   ac_cv_cflags__fPIC__shared__Wl__soname_confest_so_1=yes
6615 else
6616   ac_cv_cflags__fPIC__shared__Wl__soname_confest_so_1=no
6617 fi
6618 rm -f core conftest.err conftest.$ac_objext \
6619     conftest$ac_exeext conftest.$ac_ext
6620 CFLAGS=$ac_wine_try_cflags_saved
6621 fi
6622 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_cflags__fPIC__shared__Wl__soname_confest_so_1" >&5
6623 $as_echo "$ac_cv_cflags__fPIC__shared__Wl__soname_confest_so_1" >&6; }
6624 if test $ac_cv_cflags__fPIC__shared__Wl__soname_confest_so_1 = yes; then :
6625   LDSHARED="\$(CC) -shared \$(SONAME:%=-Wl,-soname,%)"
6626 else
6627   { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether the compiler supports -fPIC -shared -Wl,-h,confest.so.1" >&5
6628 $as_echo_n "checking whether the compiler supports -fPIC -shared -Wl,-h,confest.so.1... " >&6; }
6629 if test "${ac_cv_cflags__fPIC__shared__Wl__h_confest_so_1+set}" = set; then :
6630   $as_echo_n "(cached) " >&6
6631 else
6632   ac_wine_try_cflags_saved=$CFLAGS
6633 CFLAGS="$CFLAGS -fPIC -shared -Wl,-h,confest.so.1"
6634 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
6635 /* end confdefs.h.  */
6636 int main(int argc, char *argv) { return 0; }
6637 _ACEOF
6638 if ac_fn_c_try_link "$LINENO"; then :
6639   ac_cv_cflags__fPIC__shared__Wl__h_confest_so_1=yes
6640 else
6641   ac_cv_cflags__fPIC__shared__Wl__h_confest_so_1=no
6642 fi
6643 rm -f core conftest.err conftest.$ac_objext \
6644     conftest$ac_exeext conftest.$ac_ext
6645 CFLAGS=$ac_wine_try_cflags_saved
6646 fi
6647 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_cflags__fPIC__shared__Wl__h_confest_so_1" >&5
6648 $as_echo "$ac_cv_cflags__fPIC__shared__Wl__h_confest_so_1" >&6; }
6649 if test $ac_cv_cflags__fPIC__shared__Wl__h_confest_so_1 = yes; then :
6650   LDSHARED="\$(CC) -shared \$(SONAME:%=-Wl,-h,%)"
6651 fi
6652 fi
6653
6654       { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether the compiler supports -fPIC -shared -Wl,-Bsymbolic,-z,defs" >&5
6655 $as_echo_n "checking whether the compiler supports -fPIC -shared -Wl,-Bsymbolic,-z,defs... " >&6; }
6656 if test "${ac_cv_cflags__fPIC__shared__Wl__Bsymbolic__z_defs+set}" = set; then :
6657   $as_echo_n "(cached) " >&6
6658 else
6659   ac_wine_try_cflags_saved=$CFLAGS
6660 CFLAGS="$CFLAGS -fPIC -shared -Wl,-Bsymbolic,-z,defs"
6661 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
6662 /* end confdefs.h.  */
6663 int main(int argc, char *argv) { return 0; }
6664 _ACEOF
6665 if ac_fn_c_try_link "$LINENO"; then :
6666   ac_cv_cflags__fPIC__shared__Wl__Bsymbolic__z_defs=yes
6667 else
6668   ac_cv_cflags__fPIC__shared__Wl__Bsymbolic__z_defs=no
6669 fi
6670 rm -f core conftest.err conftest.$ac_objext \
6671     conftest$ac_exeext conftest.$ac_ext
6672 CFLAGS=$ac_wine_try_cflags_saved
6673 fi
6674 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_cflags__fPIC__shared__Wl__Bsymbolic__z_defs" >&5
6675 $as_echo "$ac_cv_cflags__fPIC__shared__Wl__Bsymbolic__z_defs" >&6; }
6676 if test $ac_cv_cflags__fPIC__shared__Wl__Bsymbolic__z_defs = yes; then :
6677   LDDLLFLAGS="$LDDLLFLAGS,-z,defs"
6678 fi
6679
6680       { $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
6681 $as_echo_n "checking whether the compiler supports -fPIC -shared -Wl,-Bsymbolic,-init,__wine_spec_init,-fini,__wine_spec_fini... " >&6; }
6682 if test "${ac_cv_cflags__fPIC__shared__Wl__Bsymbolic__init___wine_spec_init__fini___wine_spec_fini+set}" = set; then :
6683   $as_echo_n "(cached) " >&6
6684 else
6685   ac_wine_try_cflags_saved=$CFLAGS
6686 CFLAGS="$CFLAGS -fPIC -shared -Wl,-Bsymbolic,-init,__wine_spec_init,-fini,__wine_spec_fini"
6687 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
6688 /* end confdefs.h.  */
6689 int main(int argc, char *argv) { return 0; }
6690 _ACEOF
6691 if ac_fn_c_try_link "$LINENO"; then :
6692   ac_cv_cflags__fPIC__shared__Wl__Bsymbolic__init___wine_spec_init__fini___wine_spec_fini=yes
6693 else
6694   ac_cv_cflags__fPIC__shared__Wl__Bsymbolic__init___wine_spec_init__fini___wine_spec_fini=no
6695 fi
6696 rm -f core conftest.err conftest.$ac_objext \
6697     conftest$ac_exeext conftest.$ac_ext
6698 CFLAGS=$ac_wine_try_cflags_saved
6699 fi
6700 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_cflags__fPIC__shared__Wl__Bsymbolic__init___wine_spec_init__fini___wine_spec_fini" >&5
6701 $as_echo "$ac_cv_cflags__fPIC__shared__Wl__Bsymbolic__init___wine_spec_init__fini___wine_spec_fini" >&6; }
6702 if test $ac_cv_cflags__fPIC__shared__Wl__Bsymbolic__init___wine_spec_init__fini___wine_spec_fini = yes; then :
6703   LDDLLFLAGS="$LDDLLFLAGS,-init,__wine_spec_init,-fini,__wine_spec_fini"
6704 fi
6705
6706       echo '{ global: *; };' >conftest.map
6707       { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether the compiler supports -fPIC -shared -Wl,--version-script=conftest.map" >&5
6708 $as_echo_n "checking whether the compiler supports -fPIC -shared -Wl,--version-script=conftest.map... " >&6; }
6709 if test "${ac_cv_cflags__fPIC__shared__Wl___version_script_conftest_map+set}" = set; then :
6710   $as_echo_n "(cached) " >&6
6711 else
6712   ac_wine_try_cflags_saved=$CFLAGS
6713 CFLAGS="$CFLAGS -fPIC -shared -Wl,--version-script=conftest.map"
6714 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
6715 /* end confdefs.h.  */
6716 int main(int argc, char *argv) { return 0; }
6717 _ACEOF
6718 if ac_fn_c_try_link "$LINENO"; then :
6719   ac_cv_cflags__fPIC__shared__Wl___version_script_conftest_map=yes
6720 else
6721   ac_cv_cflags__fPIC__shared__Wl___version_script_conftest_map=no
6722 fi
6723 rm -f core conftest.err conftest.$ac_objext \
6724     conftest$ac_exeext conftest.$ac_ext
6725 CFLAGS=$ac_wine_try_cflags_saved
6726 fi
6727 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_cflags__fPIC__shared__Wl___version_script_conftest_map" >&5
6728 $as_echo "$ac_cv_cflags__fPIC__shared__Wl___version_script_conftest_map" >&6; }
6729 if test $ac_cv_cflags__fPIC__shared__Wl___version_script_conftest_map = yes; then :
6730   LDSHARED="$LDSHARED \$(VERSCRIPT:%=-Wl,--version-script=%)"
6731 fi
6732       rm -f conftest.map
6733
6734       { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether the compiler supports -fPIC -Wl,--export-dynamic" >&5
6735 $as_echo_n "checking whether the compiler supports -fPIC -Wl,--export-dynamic... " >&6; }
6736 if test "${ac_cv_cflags__fPIC__Wl___export_dynamic+set}" = set; then :
6737   $as_echo_n "(cached) " >&6
6738 else
6739   ac_wine_try_cflags_saved=$CFLAGS
6740 CFLAGS="$CFLAGS -fPIC -Wl,--export-dynamic"
6741 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
6742 /* end confdefs.h.  */
6743 int main(int argc, char *argv) { return 0; }
6744 _ACEOF
6745 if ac_fn_c_try_link "$LINENO"; then :
6746   ac_cv_cflags__fPIC__Wl___export_dynamic=yes
6747 else
6748   ac_cv_cflags__fPIC__Wl___export_dynamic=no
6749 fi
6750 rm -f core conftest.err conftest.$ac_objext \
6751     conftest$ac_exeext conftest.$ac_ext
6752 CFLAGS=$ac_wine_try_cflags_saved
6753 fi
6754 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_cflags__fPIC__Wl___export_dynamic" >&5
6755 $as_echo "$ac_cv_cflags__fPIC__Wl___export_dynamic" >&6; }
6756 if test $ac_cv_cflags__fPIC__Wl___export_dynamic = yes; then :
6757   LDEXECFLAGS="-Wl,--export-dynamic"
6758
6759 fi
6760
6761       as_ac_var=`$as_echo "ac_cv_cflags_-fPIC -Wl,--rpath,\\$ORIGIN/../lib" | $as_tr_sh`
6762 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether the compiler supports -fPIC -Wl,--rpath,\$ORIGIN/../lib" >&5
6763 $as_echo_n "checking whether the compiler supports -fPIC -Wl,--rpath,\$ORIGIN/../lib... " >&6; }
6764 if { as_var=$as_ac_var; eval "test \"\${$as_var+set}\" = set"; }; then :
6765   $as_echo_n "(cached) " >&6
6766 else
6767   ac_wine_try_cflags_saved=$CFLAGS
6768 CFLAGS="$CFLAGS -fPIC -Wl,--rpath,\$ORIGIN/../lib"
6769 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
6770 /* end confdefs.h.  */
6771 int main(int argc, char *argv) { return 0; }
6772 _ACEOF
6773 if ac_fn_c_try_link "$LINENO"; then :
6774   eval "$as_ac_var=yes"
6775 else
6776   eval "$as_ac_var=no"
6777 fi
6778 rm -f core conftest.err conftest.$ac_objext \
6779     conftest$ac_exeext conftest.$ac_ext
6780 CFLAGS=$ac_wine_try_cflags_saved
6781 fi
6782 eval ac_res=\$$as_ac_var
6783                { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_res" >&5
6784 $as_echo "$ac_res" >&6; }
6785 if test `eval 'as_val=${'$as_ac_var'};$as_echo "$as_val"'` = yes; then :
6786   LDRPATH_INSTALL="-Wl,--rpath,\\\$\$ORIGIN/\`\$(RELPATH) \$(bindir) \$(libdir)\`"
6787                        LDRPATH_LOCAL="-Wl,--rpath,\\\$\$ORIGIN/\$(TOPOBJDIR)/libs/wine"
6788 else
6789   as_ac_var=`$as_echo "ac_cv_cflags_-fPIC -Wl,-R,\\$ORIGIN/../lib" | $as_tr_sh`
6790 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether the compiler supports -fPIC -Wl,-R,\$ORIGIN/../lib" >&5
6791 $as_echo_n "checking whether the compiler supports -fPIC -Wl,-R,\$ORIGIN/../lib... " >&6; }
6792 if { as_var=$as_ac_var; eval "test \"\${$as_var+set}\" = set"; }; then :
6793   $as_echo_n "(cached) " >&6
6794 else
6795   ac_wine_try_cflags_saved=$CFLAGS
6796 CFLAGS="$CFLAGS -fPIC -Wl,-R,\$ORIGIN/../lib"
6797 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
6798 /* end confdefs.h.  */
6799 int main(int argc, char *argv) { return 0; }
6800 _ACEOF
6801 if ac_fn_c_try_link "$LINENO"; then :
6802   eval "$as_ac_var=yes"
6803 else
6804   eval "$as_ac_var=no"
6805 fi
6806 rm -f core conftest.err conftest.$ac_objext \
6807     conftest$ac_exeext conftest.$ac_ext
6808 CFLAGS=$ac_wine_try_cflags_saved
6809 fi
6810 eval ac_res=\$$as_ac_var
6811                { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_res" >&5
6812 $as_echo "$ac_res" >&6; }
6813 if test `eval 'as_val=${'$as_ac_var'};$as_echo "$as_val"'` = yes; then :
6814   LDRPATH_INSTALL="-Wl,-R,\\\$\$ORIGIN/\`\$(RELPATH) \$(bindir) \$(libdir)\`"
6815                             LDRPATH_LOCAL="-Wl,-R,\\\$\$ORIGIN/\$(TOPOBJDIR)/libs/wine"
6816 fi
6817 fi
6818
6819       { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether the compiler supports -Wl,--enable-new-dtags" >&5
6820 $as_echo_n "checking whether the compiler supports -Wl,--enable-new-dtags... " >&6; }
6821 if test "${ac_cv_cflags__Wl___enable_new_dtags+set}" = set; then :
6822   $as_echo_n "(cached) " >&6
6823 else
6824   ac_wine_try_cflags_saved=$CFLAGS
6825 CFLAGS="$CFLAGS -Wl,--enable-new-dtags"
6826 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
6827 /* end confdefs.h.  */
6828 int main(int argc, char *argv) { return 0; }
6829 _ACEOF
6830 if ac_fn_c_try_link "$LINENO"; then :
6831   ac_cv_cflags__Wl___enable_new_dtags=yes
6832 else
6833   ac_cv_cflags__Wl___enable_new_dtags=no
6834 fi
6835 rm -f core conftest.err conftest.$ac_objext \
6836     conftest$ac_exeext conftest.$ac_ext
6837 CFLAGS=$ac_wine_try_cflags_saved
6838 fi
6839 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_cflags__Wl___enable_new_dtags" >&5
6840 $as_echo "$ac_cv_cflags__Wl___enable_new_dtags" >&6; }
6841 if test $ac_cv_cflags__Wl___enable_new_dtags = yes; then :
6842   LDRPATH_INSTALL="$LDRPATH_INSTALL -Wl,--enable-new-dtags"
6843 fi
6844
6845       case $host_cpu in
6846         *i[3456789]86* | x86_64)
6847           { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether the compiler supports -Wl,--section-start,.interp=0x7bf00400" >&5
6848 $as_echo_n "checking whether the compiler supports -Wl,--section-start,.interp=0x7bf00400... " >&6; }
6849 if test "${ac_cv_cflags__Wl___section_start__interp_0x7bf00400+set}" = set; then :
6850   $as_echo_n "(cached) " >&6
6851 else
6852   ac_wine_try_cflags_saved=$CFLAGS
6853 CFLAGS="$CFLAGS -Wl,--section-start,.interp=0x7bf00400"
6854 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
6855 /* end confdefs.h.  */
6856 int main(int argc, char *argv) { return 0; }
6857 _ACEOF
6858 if ac_fn_c_try_link "$LINENO"; then :
6859   ac_cv_cflags__Wl___section_start__interp_0x7bf00400=yes
6860 else
6861   ac_cv_cflags__Wl___section_start__interp_0x7bf00400=no
6862 fi
6863 rm -f core conftest.err conftest.$ac_objext \
6864     conftest$ac_exeext conftest.$ac_ext
6865 CFLAGS=$ac_wine_try_cflags_saved
6866 fi
6867 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_cflags__Wl___section_start__interp_0x7bf00400" >&5
6868 $as_echo "$ac_cv_cflags__Wl___section_start__interp_0x7bf00400" >&6; }
6869 if test $ac_cv_cflags__Wl___section_start__interp_0x7bf00400 = yes; then :
6870   LDEXECFLAGS="$LDEXECFLAGS -Wl,--section-start,.interp=0x7bf00400"
6871 fi
6872           ;;
6873       esac
6874
6875     else
6876       { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether we can build a UnixWare (Solaris) dll" >&5
6877 $as_echo_n "checking whether we can build a UnixWare (Solaris) dll... " >&6; }
6878 if test "${ac_cv_c_dll_unixware+set}" = set; then :
6879   $as_echo_n "(cached) " >&6
6880 else
6881   ac_wine_try_cflags_saved=$CFLAGS
6882 CFLAGS="$CFLAGS -fPIC -Wl,-G,-h,conftest.so.1.0,-B,symbolic"
6883 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
6884 /* end confdefs.h.  */
6885 void myfunc() {}
6886 _ACEOF
6887 if ac_fn_c_try_link "$LINENO"; then :
6888   ac_cv_c_dll_unixware="yes"
6889 else
6890   ac_cv_c_dll_unixware="no"
6891 fi
6892 rm -f core conftest.err conftest.$ac_objext \
6893     conftest$ac_exeext conftest.$ac_ext
6894 CFLAGS=$ac_wine_try_cflags_saved
6895 fi
6896 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_c_dll_unixware" >&5
6897 $as_echo "$ac_cv_c_dll_unixware" >&6; }
6898       if test "$ac_cv_c_dll_unixware" = "yes"
6899       then
6900         LDSHARED="\$(CC) -Wl,-G \$(SONAME:%=-Wl,-h,%)"
6901         LDDLLFLAGS="-Wl,-G,-B,symbolic"
6902
6903       else
6904         { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether we can build an HP-UX dll" >&5
6905 $as_echo_n "checking whether we can build an HP-UX dll... " >&6; }
6906 if test "${ac_cv_c_dll_hpux+set}" = set; then :
6907   $as_echo_n "(cached) " >&6
6908 else
6909   ac_wine_try_cflags_saved=$CFLAGS
6910 CFLAGS="$CFLAGS -shared"
6911 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
6912 /* end confdefs.h.  */
6913 void myfunc() {}
6914 _ACEOF
6915 if ac_fn_c_try_link "$LINENO"; then :
6916   ac_cv_c_dll_hpux="yes"
6917 else
6918   ac_cv_c_dll_hpux="no"
6919 fi
6920 rm -f core conftest.err conftest.$ac_objext \
6921     conftest$ac_exeext conftest.$ac_ext
6922 CFLAGS=$ac_wine_try_cflags_saved
6923 fi
6924 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_c_dll_hpux" >&5
6925 $as_echo "$ac_cv_c_dll_hpux" >&6; }
6926         if test "$ac_cv_c_dll_hpux" = "yes"
6927         then
6928           LIBEXT="sl"
6929           DLLEXT=".sl"
6930           LDDLLFLAGS="-shared -fPIC"
6931           LDSHARED="\$(CC) -shared"
6932         fi
6933       fi
6934     fi
6935     ;;
6936 esac
6937
6938 enable_winequartz_drv=${enable_winequartz_drv:-no}
6939
6940 if test "$LIBEXT" = "a"; then
6941   as_fn_error "could not find a way to build shared libraries.
6942 It is currently not possible to build Wine without shared library
6943 (.so) support to allow transparent switch between .so and .dll files.
6944 If you are using Linux, you will need a newer binutils.
6945 " "$LINENO" 5
6946 fi
6947
6948 if test "$cross_compiling" = "no" -a "$LIBEXT" != "dll"
6949 then
6950     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
6951 do
6952   # Extract the first word of "$ac_prog", so it can be a program name with args.
6953 set dummy $ac_prog; ac_word=$2
6954 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
6955 $as_echo_n "checking for $ac_word... " >&6; }
6956 if test "${ac_cv_prog_CROSSCC+set}" = set; then :
6957   $as_echo_n "(cached) " >&6
6958 else
6959   if test -n "$CROSSCC"; then
6960   ac_cv_prog_CROSSCC="$CROSSCC" # Let the user override the test.
6961 else
6962 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
6963 for as_dir in $PATH
6964 do
6965   IFS=$as_save_IFS
6966   test -z "$as_dir" && as_dir=.
6967     for ac_exec_ext in '' $ac_executable_extensions; do
6968   if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
6969     ac_cv_prog_CROSSCC="$ac_prog"
6970     $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
6971     break 2
6972   fi
6973 done
6974   done
6975 IFS=$as_save_IFS
6976
6977 fi
6978 fi
6979 CROSSCC=$ac_cv_prog_CROSSCC
6980 if test -n "$CROSSCC"; then
6981   { $as_echo "$as_me:${as_lineno-$LINENO}: result: $CROSSCC" >&5
6982 $as_echo "$CROSSCC" >&6; }
6983 else
6984   { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
6985 $as_echo "no" >&6; }
6986 fi
6987
6988
6989   test -n "$CROSSCC" && break
6990 done
6991 test -n "$CROSSCC" || CROSSCC="false"
6992
6993     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
6994 do
6995   # Extract the first word of "$ac_prog", so it can be a program name with args.
6996 set dummy $ac_prog; ac_word=$2
6997 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
6998 $as_echo_n "checking for $ac_word... " >&6; }
6999 if test "${ac_cv_prog_DLLTOOL+set}" = set; then :
7000   $as_echo_n "(cached) " >&6
7001 else
7002   if test -n "$DLLTOOL"; then
7003   ac_cv_prog_DLLTOOL="$DLLTOOL" # Let the user override the test.
7004 else
7005 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
7006 for as_dir in $PATH
7007 do
7008   IFS=$as_save_IFS
7009   test -z "$as_dir" && as_dir=.
7010     for ac_exec_ext in '' $ac_executable_extensions; do
7011   if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
7012     ac_cv_prog_DLLTOOL="$ac_prog"
7013     $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
7014     break 2
7015   fi
7016 done
7017   done
7018 IFS=$as_save_IFS
7019
7020 fi
7021 fi
7022 DLLTOOL=$ac_cv_prog_DLLTOOL
7023 if test -n "$DLLTOOL"; then
7024   { $as_echo "$as_me:${as_lineno-$LINENO}: result: $DLLTOOL" >&5
7025 $as_echo "$DLLTOOL" >&6; }
7026 else
7027   { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
7028 $as_echo "no" >&6; }
7029 fi
7030
7031
7032   test -n "$DLLTOOL" && break
7033 done
7034 test -n "$DLLTOOL" || DLLTOOL="false"
7035
7036     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
7037 do
7038   # Extract the first word of "$ac_prog", so it can be a program name with args.
7039 set dummy $ac_prog; ac_word=$2
7040 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
7041 $as_echo_n "checking for $ac_word... " >&6; }
7042 if test "${ac_cv_prog_MINGWAR+set}" = set; then :
7043   $as_echo_n "(cached) " >&6
7044 else
7045   if test -n "$MINGWAR"; then
7046   ac_cv_prog_MINGWAR="$MINGWAR" # Let the user override the test.
7047 else
7048 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
7049 for as_dir in $PATH
7050 do
7051   IFS=$as_save_IFS
7052   test -z "$as_dir" && as_dir=.
7053     for ac_exec_ext in '' $ac_executable_extensions; do
7054   if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
7055     ac_cv_prog_MINGWAR="$ac_prog"
7056     $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
7057     break 2
7058   fi
7059 done
7060   done
7061 IFS=$as_save_IFS
7062
7063 fi
7064 fi
7065 MINGWAR=$ac_cv_prog_MINGWAR
7066 if test -n "$MINGWAR"; then
7067   { $as_echo "$as_me:${as_lineno-$LINENO}: result: $MINGWAR" >&5
7068 $as_echo "$MINGWAR" >&6; }
7069 else
7070   { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
7071 $as_echo "no" >&6; }
7072 fi
7073
7074
7075   test -n "$MINGWAR" && break
7076 done
7077 test -n "$MINGWAR" || MINGWAR="false"
7078
7079     if test "$CROSSCC" != "false"
7080     then
7081         CROSSTEST="\$(CROSSTEST)"
7082
7083         set x $CROSSCC
7084         shift
7085         target=""
7086         while test $# -ge 1
7087         do
7088             case "$1" in
7089               *-gcc) target=`expr "$1" : '\(.*\)-gcc'` ;;
7090             esac
7091             shift
7092         done
7093         if test -n "$target"
7094         then
7095             CROSSTARGETFLAGS="-b $target"
7096
7097         fi
7098     fi
7099 fi
7100
7101
7102 if test "$ac_cv_header_pthread_h" = "yes"
7103 then
7104     { $as_echo "$as_me:${as_lineno-$LINENO}: checking for pthread_create in -lpthread" >&5
7105 $as_echo_n "checking for pthread_create in -lpthread... " >&6; }
7106 if test "${ac_cv_lib_pthread_pthread_create+set}" = set; then :
7107   $as_echo_n "(cached) " >&6
7108 else
7109   ac_check_lib_save_LIBS=$LIBS
7110 LIBS="-lpthread  $LIBS"
7111 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
7112 /* end confdefs.h.  */
7113
7114 /* Override any GCC internal prototype to avoid an error.
7115    Use char because int might match the return type of a GCC
7116    builtin and then its argument prototype would still apply.  */
7117 #ifdef __cplusplus
7118 extern "C"
7119 #endif
7120 char pthread_create ();
7121 int
7122 main ()
7123 {
7124 return pthread_create ();
7125   ;
7126   return 0;
7127 }
7128 _ACEOF
7129 if ac_fn_c_try_link "$LINENO"; then :
7130   ac_cv_lib_pthread_pthread_create=yes
7131 else
7132   ac_cv_lib_pthread_pthread_create=no
7133 fi
7134 rm -f core conftest.err conftest.$ac_objext \
7135     conftest$ac_exeext conftest.$ac_ext
7136 LIBS=$ac_check_lib_save_LIBS
7137 fi
7138 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_pthread_pthread_create" >&5
7139 $as_echo "$ac_cv_lib_pthread_pthread_create" >&6; }
7140 if test "x$ac_cv_lib_pthread_pthread_create" = x""yes; then :
7141   LIBPTHREAD="-lpthread"
7142
7143 fi
7144
7145 fi
7146 if test "x$LIBPTHREAD" = "x"; then :
7147   case "x$with_pthread" in
7148   xno) ;;
7149   *)   as_fn_error "pthread ${notice_platform}development files not found.
7150 Wine cannot support threads without libpthread.
7151 Use the --without-pthread option if you really want this." "$LINENO" 5 ;;
7152 esac
7153 fi
7154
7155
7156 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for X" >&5
7157 $as_echo_n "checking for X... " >&6; }
7158
7159
7160 # Check whether --with-x was given.
7161 if test "${with_x+set}" = set; then :
7162   withval=$with_x;
7163 fi
7164
7165 # $have_x is `yes', `no', `disabled', or empty when we do not yet know.
7166 if test "x$with_x" = xno; then
7167   # The user explicitly disabled X.
7168   have_x=disabled
7169 else
7170   case $x_includes,$x_libraries in #(
7171     *\'*) as_fn_error "cannot use X directory names containing '" "$LINENO" 5;; #(
7172     *,NONE | NONE,*) if test "${ac_cv_have_x+set}" = set; then :
7173   $as_echo_n "(cached) " >&6
7174 else
7175   # One or both of the vars are not set, and there is no cached value.
7176 ac_x_includes=no ac_x_libraries=no
7177 rm -f -r conftest.dir
7178 if mkdir conftest.dir; then
7179   cd conftest.dir
7180   cat >Imakefile <<'_ACEOF'
7181 incroot:
7182         @echo incroot='${INCROOT}'
7183 usrlibdir:
7184         @echo usrlibdir='${USRLIBDIR}'
7185 libdir:
7186         @echo libdir='${LIBDIR}'
7187 _ACEOF
7188   if (export CC; ${XMKMF-xmkmf}) >/dev/null 2>/dev/null && test -f Makefile; then
7189     # GNU make sometimes prints "make[1]: Entering...", which would confuse us.
7190     for ac_var in incroot usrlibdir libdir; do
7191       eval "ac_im_$ac_var=\`\${MAKE-make} $ac_var 2>/dev/null | sed -n 's/^$ac_var=//p'\`"
7192     done
7193     # Open Windows xmkmf reportedly sets LIBDIR instead of USRLIBDIR.
7194     for ac_extension in a so sl dylib la dll; do
7195       if test ! -f "$ac_im_usrlibdir/libX11.$ac_extension" &&
7196          test -f "$ac_im_libdir/libX11.$ac_extension"; then
7197         ac_im_usrlibdir=$ac_im_libdir; break
7198       fi
7199     done
7200     # Screen out bogus values from the imake configuration.  They are
7201     # bogus both because they are the default anyway, and because
7202     # using them would break gcc on systems where it needs fixed includes.
7203     case $ac_im_incroot in
7204         /usr/include) ac_x_includes= ;;
7205         *) test -f "$ac_im_incroot/X11/Xos.h" && ac_x_includes=$ac_im_incroot;;
7206     esac
7207     case $ac_im_usrlibdir in
7208         /usr/lib | /usr/lib64 | /lib | /lib64) ;;
7209         *) test -d "$ac_im_usrlibdir" && ac_x_libraries=$ac_im_usrlibdir ;;
7210     esac
7211   fi
7212   cd ..
7213   rm -f -r conftest.dir
7214 fi
7215
7216 # Standard set of common directories for X headers.
7217 # Check X11 before X11Rn because it is often a symlink to the current release.
7218 ac_x_header_dirs='
7219 /usr/X11/include
7220 /usr/X11R7/include
7221 /usr/X11R6/include
7222 /usr/X11R5/include
7223 /usr/X11R4/include
7224
7225 /usr/include/X11
7226 /usr/include/X11R7
7227 /usr/include/X11R6
7228 /usr/include/X11R5
7229 /usr/include/X11R4
7230
7231 /usr/local/X11/include
7232 /usr/local/X11R7/include
7233 /usr/local/X11R6/include
7234 /usr/local/X11R5/include
7235 /usr/local/X11R4/include
7236
7237 /usr/local/include/X11
7238 /usr/local/include/X11R7
7239 /usr/local/include/X11R6
7240 /usr/local/include/X11R5
7241 /usr/local/include/X11R4
7242
7243 /usr/X386/include
7244 /usr/x386/include
7245 /usr/XFree86/include/X11
7246
7247 /usr/include
7248 /usr/local/include
7249 /usr/unsupported/include
7250 /usr/athena/include
7251 /usr/local/x11r5/include
7252 /usr/lpp/Xamples/include
7253
7254 /usr/openwin/include
7255 /usr/openwin/share/include'
7256
7257 if test "$ac_x_includes" = no; then
7258   # Guess where to find include files, by looking for Xlib.h.
7259   # First, try using that file with no special directory specified.
7260   cat confdefs.h - <<_ACEOF >conftest.$ac_ext
7261 /* end confdefs.h.  */
7262 #include <X11/Xlib.h>
7263 _ACEOF
7264 if ac_fn_c_try_cpp "$LINENO"; then :
7265   # We can compile using X headers with no special include directory.
7266 ac_x_includes=
7267 else
7268   for ac_dir in $ac_x_header_dirs; do
7269   if test -r "$ac_dir/X11/Xlib.h"; then
7270     ac_x_includes=$ac_dir
7271     break
7272   fi
7273 done
7274 fi
7275 rm -f conftest.err conftest.$ac_ext
7276 fi # $ac_x_includes = no
7277
7278 if test "$ac_x_libraries" = no; then
7279   # Check for the libraries.
7280   # See if we find them without any special options.
7281   # Don't add to $LIBS permanently.
7282   ac_save_LIBS=$LIBS
7283   LIBS="-lX11 $LIBS"
7284   cat confdefs.h - <<_ACEOF >conftest.$ac_ext
7285 /* end confdefs.h.  */
7286 #include <X11/Xlib.h>
7287 int
7288 main ()
7289 {
7290 XrmInitialize ()
7291   ;
7292   return 0;
7293 }
7294 _ACEOF
7295 if ac_fn_c_try_link "$LINENO"; then :
7296   LIBS=$ac_save_LIBS
7297 # We can link X programs with no special library path.
7298 ac_x_libraries=
7299 else
7300   LIBS=$ac_save_LIBS
7301 for ac_dir in `$as_echo "$ac_x_includes $ac_x_header_dirs" | sed s/include/lib/g`
7302 do
7303   # Don't even attempt the hair of trying to link an X program!
7304   for ac_extension in a so sl dylib la dll; do
7305     if test -r "$ac_dir/libX11.$ac_extension"; then
7306       ac_x_libraries=$ac_dir
7307       break 2
7308     fi
7309   done
7310 done
7311 fi
7312 rm -f core conftest.err conftest.$ac_objext \
7313     conftest$ac_exeext conftest.$ac_ext
7314 fi # $ac_x_libraries = no
7315
7316 case $ac_x_includes,$ac_x_libraries in #(
7317   no,* | *,no | *\'*)
7318     # Didn't find X, or a directory has "'" in its name.
7319     ac_cv_have_x="have_x=no";; #(
7320   *)
7321     # Record where we found X for the cache.
7322     ac_cv_have_x="have_x=yes\
7323         ac_x_includes='$ac_x_includes'\
7324         ac_x_libraries='$ac_x_libraries'"
7325 esac
7326 fi
7327 ;; #(
7328     *) have_x=yes;;
7329   esac
7330   eval "$ac_cv_have_x"
7331 fi # $with_x != no
7332
7333 if test "$have_x" != yes; then
7334   { $as_echo "$as_me:${as_lineno-$LINENO}: result: $have_x" >&5
7335 $as_echo "$have_x" >&6; }
7336   no_x=yes
7337 else
7338   # If each of the values was on the command line, it overrides each guess.
7339   test "x$x_includes" = xNONE && x_includes=$ac_x_includes
7340   test "x$x_libraries" = xNONE && x_libraries=$ac_x_libraries
7341   # Update the cache value to reflect the command line values.
7342   ac_cv_have_x="have_x=yes\
7343         ac_x_includes='$x_includes'\
7344         ac_x_libraries='$x_libraries'"
7345   { $as_echo "$as_me:${as_lineno-$LINENO}: result: libraries $x_libraries, headers $x_includes" >&5
7346 $as_echo "libraries $x_libraries, headers $x_includes" >&6; }
7347 fi
7348
7349 if test "$no_x" = yes; then
7350   # Not all programs may use this symbol, but it does not hurt to define it.
7351
7352 $as_echo "#define X_DISPLAY_MISSING 1" >>confdefs.h
7353
7354   X_CFLAGS= X_PRE_LIBS= X_LIBS= X_EXTRA_LIBS=
7355 else
7356   if test -n "$x_includes"; then
7357     X_CFLAGS="$X_CFLAGS -I$x_includes"
7358   fi
7359
7360   # It would also be nice to do this for all -L options, not just this one.
7361   if test -n "$x_libraries"; then
7362     X_LIBS="$X_LIBS -L$x_libraries"
7363     # For Solaris; some versions of Sun CC require a space after -R and
7364     # others require no space.  Words are not sufficient . . . .
7365     { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether -R must be followed by a space" >&5
7366 $as_echo_n "checking whether -R must be followed by a space... " >&6; }
7367     ac_xsave_LIBS=$LIBS; LIBS="$LIBS -R$x_libraries"
7368     ac_xsave_c_werror_flag=$ac_c_werror_flag
7369     ac_c_werror_flag=yes
7370     cat confdefs.h - <<_ACEOF >conftest.$ac_ext
7371 /* end confdefs.h.  */
7372
7373 int
7374 main ()
7375 {
7376
7377   ;
7378   return 0;
7379 }
7380 _ACEOF
7381 if ac_fn_c_try_link "$LINENO"; then :
7382   { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
7383 $as_echo "no" >&6; }
7384        X_LIBS="$X_LIBS -R$x_libraries"
7385 else
7386   LIBS="$ac_xsave_LIBS -R $x_libraries"
7387        cat confdefs.h - <<_ACEOF >conftest.$ac_ext
7388 /* end confdefs.h.  */
7389
7390 int
7391 main ()
7392 {
7393
7394   ;
7395   return 0;
7396 }
7397 _ACEOF
7398 if ac_fn_c_try_link "$LINENO"; then :
7399   { $as_echo "$as_me:${as_lineno-$LINENO}: result: yes" >&5
7400 $as_echo "yes" >&6; }
7401           X_LIBS="$X_LIBS -R $x_libraries"
7402 else
7403   { $as_echo "$as_me:${as_lineno-$LINENO}: result: neither works" >&5
7404 $as_echo "neither works" >&6; }
7405 fi
7406 rm -f core conftest.err conftest.$ac_objext \
7407     conftest$ac_exeext conftest.$ac_ext
7408 fi
7409 rm -f core conftest.err conftest.$ac_objext \
7410     conftest$ac_exeext conftest.$ac_ext
7411     ac_c_werror_flag=$ac_xsave_c_werror_flag
7412     LIBS=$ac_xsave_LIBS
7413   fi
7414
7415   # Check for system-dependent libraries X programs must link with.
7416   # Do this before checking for the system-independent R6 libraries
7417   # (-lICE), since we may need -lsocket or whatever for X linking.
7418
7419   if test "$ISC" = yes; then
7420     X_EXTRA_LIBS="$X_EXTRA_LIBS -lnsl_s -linet"
7421   else
7422     # Martyn Johnson says this is needed for Ultrix, if the X
7423     # libraries were built with DECnet support.  And Karl Berry says
7424     # the Alpha needs dnet_stub (dnet does not exist).
7425     ac_xsave_LIBS="$LIBS"; LIBS="$LIBS $X_LIBS -lX11"
7426     cat confdefs.h - <<_ACEOF >conftest.$ac_ext
7427 /* end confdefs.h.  */
7428
7429 /* Override any GCC internal prototype to avoid an error.
7430    Use char because int might match the return type of a GCC
7431    builtin and then its argument prototype would still apply.  */
7432 #ifdef __cplusplus
7433 extern "C"
7434 #endif
7435 char XOpenDisplay ();
7436 int
7437 main ()
7438 {
7439 return XOpenDisplay ();
7440   ;
7441   return 0;
7442 }
7443 _ACEOF
7444 if ac_fn_c_try_link "$LINENO"; then :
7445
7446 else
7447   { $as_echo "$as_me:${as_lineno-$LINENO}: checking for dnet_ntoa in -ldnet" >&5
7448 $as_echo_n "checking for dnet_ntoa in -ldnet... " >&6; }
7449 if test "${ac_cv_lib_dnet_dnet_ntoa+set}" = set; then :
7450   $as_echo_n "(cached) " >&6
7451 else
7452   ac_check_lib_save_LIBS=$LIBS
7453 LIBS="-ldnet  $LIBS"
7454 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
7455 /* end confdefs.h.  */
7456
7457 /* Override any GCC internal prototype to avoid an error.
7458    Use char because int might match the return type of a GCC
7459    builtin and then its argument prototype would still apply.  */
7460 #ifdef __cplusplus
7461 extern "C"
7462 #endif
7463 char dnet_ntoa ();
7464 int
7465 main ()
7466 {
7467 return dnet_ntoa ();
7468   ;
7469   return 0;
7470 }
7471 _ACEOF
7472 if ac_fn_c_try_link "$LINENO"; then :
7473   ac_cv_lib_dnet_dnet_ntoa=yes
7474 else
7475   ac_cv_lib_dnet_dnet_ntoa=no
7476 fi
7477 rm -f core conftest.err conftest.$ac_objext \
7478     conftest$ac_exeext conftest.$ac_ext
7479 LIBS=$ac_check_lib_save_LIBS
7480 fi
7481 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_dnet_dnet_ntoa" >&5
7482 $as_echo "$ac_cv_lib_dnet_dnet_ntoa" >&6; }
7483 if test "x$ac_cv_lib_dnet_dnet_ntoa" = x""yes; then :
7484   X_EXTRA_LIBS="$X_EXTRA_LIBS -ldnet"
7485 fi
7486
7487     if test $ac_cv_lib_dnet_dnet_ntoa = no; then
7488       { $as_echo "$as_me:${as_lineno-$LINENO}: checking for dnet_ntoa in -ldnet_stub" >&5
7489 $as_echo_n "checking for dnet_ntoa in -ldnet_stub... " >&6; }
7490 if test "${ac_cv_lib_dnet_stub_dnet_ntoa+set}" = set; then :
7491   $as_echo_n "(cached) " >&6
7492 else
7493   ac_check_lib_save_LIBS=$LIBS
7494 LIBS="-ldnet_stub  $LIBS"
7495 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
7496 /* end confdefs.h.  */
7497
7498 /* Override any GCC internal prototype to avoid an error.
7499    Use char because int might match the return type of a GCC
7500    builtin and then its argument prototype would still apply.  */
7501 #ifdef __cplusplus
7502 extern "C"
7503 #endif
7504 char dnet_ntoa ();
7505 int
7506 main ()
7507 {
7508 return dnet_ntoa ();
7509   ;
7510   return 0;
7511 }
7512 _ACEOF
7513 if ac_fn_c_try_link "$LINENO"; then :
7514   ac_cv_lib_dnet_stub_dnet_ntoa=yes
7515 else
7516   ac_cv_lib_dnet_stub_dnet_ntoa=no
7517 fi
7518 rm -f core conftest.err conftest.$ac_objext \
7519     conftest$ac_exeext conftest.$ac_ext
7520 LIBS=$ac_check_lib_save_LIBS
7521 fi
7522 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_dnet_stub_dnet_ntoa" >&5
7523 $as_echo "$ac_cv_lib_dnet_stub_dnet_ntoa" >&6; }
7524 if test "x$ac_cv_lib_dnet_stub_dnet_ntoa" = x""yes; then :
7525   X_EXTRA_LIBS="$X_EXTRA_LIBS -ldnet_stub"
7526 fi
7527
7528     fi
7529 fi
7530 rm -f core conftest.err conftest.$ac_objext \
7531     conftest$ac_exeext conftest.$ac_ext
7532     LIBS="$ac_xsave_LIBS"
7533
7534     # msh@cis.ufl.edu says -lnsl (and -lsocket) are needed for his 386/AT,
7535     # to get the SysV transport functions.
7536     # Chad R. Larson says the Pyramis MIS-ES running DC/OSx (SVR4)
7537     # needs -lnsl.
7538     # The nsl library prevents programs from opening the X display
7539     # on Irix 5.2, according to T.E. Dickey.
7540     # The functions gethostbyname, getservbyname, and inet_addr are
7541     # in -lbsd on LynxOS 3.0.1/i386, according to Lars Hecking.
7542     ac_fn_c_check_func "$LINENO" "gethostbyname" "ac_cv_func_gethostbyname"
7543 if test "x$ac_cv_func_gethostbyname" = x""yes; then :
7544
7545 fi
7546
7547     if test $ac_cv_func_gethostbyname = no; then
7548       { $as_echo "$as_me:${as_lineno-$LINENO}: checking for gethostbyname in -lnsl" >&5
7549 $as_echo_n "checking for gethostbyname in -lnsl... " >&6; }
7550 if test "${ac_cv_lib_nsl_gethostbyname+set}" = set; then :
7551   $as_echo_n "(cached) " >&6
7552 else
7553   ac_check_lib_save_LIBS=$LIBS
7554 LIBS="-lnsl  $LIBS"
7555 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
7556 /* end confdefs.h.  */
7557
7558 /* Override any GCC internal prototype to avoid an error.
7559    Use char because int might match the return type of a GCC
7560    builtin and then its argument prototype would still apply.  */
7561 #ifdef __cplusplus
7562 extern "C"
7563 #endif
7564 char gethostbyname ();
7565 int
7566 main ()
7567 {
7568 return gethostbyname ();
7569   ;
7570   return 0;
7571 }
7572 _ACEOF
7573 if ac_fn_c_try_link "$LINENO"; then :
7574   ac_cv_lib_nsl_gethostbyname=yes
7575 else
7576   ac_cv_lib_nsl_gethostbyname=no
7577 fi
7578 rm -f core conftest.err conftest.$ac_objext \
7579     conftest$ac_exeext conftest.$ac_ext
7580 LIBS=$ac_check_lib_save_LIBS
7581 fi
7582 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_nsl_gethostbyname" >&5
7583 $as_echo "$ac_cv_lib_nsl_gethostbyname" >&6; }
7584 if test "x$ac_cv_lib_nsl_gethostbyname" = x""yes; then :
7585   X_EXTRA_LIBS="$X_EXTRA_LIBS -lnsl"
7586 fi
7587
7588       if test $ac_cv_lib_nsl_gethostbyname = no; then
7589         { $as_echo "$as_me:${as_lineno-$LINENO}: checking for gethostbyname in -lbsd" >&5
7590 $as_echo_n "checking for gethostbyname in -lbsd... " >&6; }
7591 if test "${ac_cv_lib_bsd_gethostbyname+set}" = set; then :
7592   $as_echo_n "(cached) " >&6
7593 else
7594   ac_check_lib_save_LIBS=$LIBS
7595 LIBS="-lbsd  $LIBS"
7596 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
7597 /* end confdefs.h.  */
7598
7599 /* Override any GCC internal prototype to avoid an error.
7600    Use char because int might match the return type of a GCC
7601    builtin and then its argument prototype would still apply.  */
7602 #ifdef __cplusplus
7603 extern "C"
7604 #endif
7605 char gethostbyname ();
7606 int
7607 main ()
7608 {
7609 return gethostbyname ();
7610   ;
7611   return 0;
7612 }
7613 _ACEOF
7614 if ac_fn_c_try_link "$LINENO"; then :
7615   ac_cv_lib_bsd_gethostbyname=yes
7616 else
7617   ac_cv_lib_bsd_gethostbyname=no
7618 fi
7619 rm -f core conftest.err conftest.$ac_objext \
7620     conftest$ac_exeext conftest.$ac_ext
7621 LIBS=$ac_check_lib_save_LIBS
7622 fi
7623 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_bsd_gethostbyname" >&5
7624 $as_echo "$ac_cv_lib_bsd_gethostbyname" >&6; }
7625 if test "x$ac_cv_lib_bsd_gethostbyname" = x""yes; then :
7626   X_EXTRA_LIBS="$X_EXTRA_LIBS -lbsd"
7627 fi
7628
7629       fi
7630     fi
7631
7632     # lieder@skyler.mavd.honeywell.com says without -lsocket,
7633     # socket/setsockopt and other routines are undefined under SCO ODT
7634     # 2.0.  But -lsocket is broken on IRIX 5.2 (and is not necessary
7635     # on later versions), says Simon Leinen: it contains gethostby*
7636     # variants that don't use the name server (or something).  -lsocket
7637     # must be given before -lnsl if both are needed.  We assume that
7638     # if connect needs -lnsl, so does gethostbyname.
7639     ac_fn_c_check_func "$LINENO" "connect" "ac_cv_func_connect"
7640 if test "x$ac_cv_func_connect" = x""yes; then :
7641
7642 fi
7643
7644     if test $ac_cv_func_connect = no; then
7645       { $as_echo "$as_me:${as_lineno-$LINENO}: checking for connect in -lsocket" >&5
7646 $as_echo_n "checking for connect in -lsocket... " >&6; }
7647 if test "${ac_cv_lib_socket_connect+set}" = set; then :
7648   $as_echo_n "(cached) " >&6
7649 else
7650   ac_check_lib_save_LIBS=$LIBS
7651 LIBS="-lsocket $X_EXTRA_LIBS $LIBS"
7652 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
7653 /* end confdefs.h.  */
7654
7655 /* Override any GCC internal prototype to avoid an error.
7656    Use char because int might match the return type of a GCC
7657    builtin and then its argument prototype would still apply.  */
7658 #ifdef __cplusplus
7659 extern "C"
7660 #endif
7661 char connect ();
7662 int
7663 main ()
7664 {
7665 return connect ();
7666   ;
7667   return 0;
7668 }
7669 _ACEOF
7670 if ac_fn_c_try_link "$LINENO"; then :
7671   ac_cv_lib_socket_connect=yes
7672 else
7673   ac_cv_lib_socket_connect=no
7674 fi
7675 rm -f core conftest.err conftest.$ac_objext \
7676     conftest$ac_exeext conftest.$ac_ext
7677 LIBS=$ac_check_lib_save_LIBS
7678 fi
7679 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_socket_connect" >&5
7680 $as_echo "$ac_cv_lib_socket_connect" >&6; }
7681 if test "x$ac_cv_lib_socket_connect" = x""yes; then :
7682   X_EXTRA_LIBS="-lsocket $X_EXTRA_LIBS"
7683 fi
7684
7685     fi
7686
7687     # Guillermo Gomez says -lposix is necessary on A/UX.
7688     ac_fn_c_check_func "$LINENO" "remove" "ac_cv_func_remove"
7689 if test "x$ac_cv_func_remove" = x""yes; then :
7690
7691 fi
7692
7693     if test $ac_cv_func_remove = no; then
7694       { $as_echo "$as_me:${as_lineno-$LINENO}: checking for remove in -lposix" >&5
7695 $as_echo_n "checking for remove in -lposix... " >&6; }
7696 if test "${ac_cv_lib_posix_remove+set}" = set; then :
7697   $as_echo_n "(cached) " >&6
7698 else
7699   ac_check_lib_save_LIBS=$LIBS
7700 LIBS="-lposix  $LIBS"
7701 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
7702 /* end confdefs.h.  */
7703
7704 /* Override any GCC internal prototype to avoid an error.
7705    Use char because int might match the return type of a GCC
7706    builtin and then its argument prototype would still apply.  */
7707 #ifdef __cplusplus
7708 extern "C"
7709 #endif
7710 char remove ();
7711 int
7712 main ()
7713 {
7714 return remove ();
7715   ;
7716   return 0;
7717 }
7718 _ACEOF
7719 if ac_fn_c_try_link "$LINENO"; then :
7720   ac_cv_lib_posix_remove=yes
7721 else
7722   ac_cv_lib_posix_remove=no
7723 fi
7724 rm -f core conftest.err conftest.$ac_objext \
7725     conftest$ac_exeext conftest.$ac_ext
7726 LIBS=$ac_check_lib_save_LIBS
7727 fi
7728 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_posix_remove" >&5
7729 $as_echo "$ac_cv_lib_posix_remove" >&6; }
7730 if test "x$ac_cv_lib_posix_remove" = x""yes; then :
7731   X_EXTRA_LIBS="$X_EXTRA_LIBS -lposix"
7732 fi
7733
7734     fi
7735
7736     # BSDI BSD/OS 2.1 needs -lipc for XOpenDisplay.
7737     ac_fn_c_check_func "$LINENO" "shmat" "ac_cv_func_shmat"
7738 if test "x$ac_cv_func_shmat" = x""yes; then :
7739
7740 fi
7741
7742     if test $ac_cv_func_shmat = no; then
7743       { $as_echo "$as_me:${as_lineno-$LINENO}: checking for shmat in -lipc" >&5
7744 $as_echo_n "checking for shmat in -lipc... " >&6; }
7745 if test "${ac_cv_lib_ipc_shmat+set}" = set; then :
7746   $as_echo_n "(cached) " >&6
7747 else
7748   ac_check_lib_save_LIBS=$LIBS
7749 LIBS="-lipc  $LIBS"
7750 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
7751 /* end confdefs.h.  */
7752
7753 /* Override any GCC internal prototype to avoid an error.
7754    Use char because int might match the return type of a GCC
7755    builtin and then its argument prototype would still apply.  */
7756 #ifdef __cplusplus
7757 extern "C"
7758 #endif
7759 char shmat ();
7760 int
7761 main ()
7762 {
7763 return shmat ();
7764   ;
7765   return 0;
7766 }
7767 _ACEOF
7768 if ac_fn_c_try_link "$LINENO"; then :
7769   ac_cv_lib_ipc_shmat=yes
7770 else
7771   ac_cv_lib_ipc_shmat=no
7772 fi
7773 rm -f core conftest.err conftest.$ac_objext \
7774     conftest$ac_exeext conftest.$ac_ext
7775 LIBS=$ac_check_lib_save_LIBS
7776 fi
7777 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_ipc_shmat" >&5
7778 $as_echo "$ac_cv_lib_ipc_shmat" >&6; }
7779 if test "x$ac_cv_lib_ipc_shmat" = x""yes; then :
7780   X_EXTRA_LIBS="$X_EXTRA_LIBS -lipc"
7781 fi
7782
7783     fi
7784   fi
7785
7786   # Check for libraries that X11R6 Xt/Xaw programs need.
7787   ac_save_LDFLAGS=$LDFLAGS
7788   test -n "$x_libraries" && LDFLAGS="$LDFLAGS -L$x_libraries"
7789   # SM needs ICE to (dynamically) link under SunOS 4.x (so we have to
7790   # check for ICE first), but we must link in the order -lSM -lICE or
7791   # we get undefined symbols.  So assume we have SM if we have ICE.
7792   # These have to be linked with before -lX11, unlike the other
7793   # libraries we check for below, so use a different variable.
7794   # John Interrante, Karl Berry
7795   { $as_echo "$as_me:${as_lineno-$LINENO}: checking for IceConnectionNumber in -lICE" >&5
7796 $as_echo_n "checking for IceConnectionNumber in -lICE... " >&6; }
7797 if test "${ac_cv_lib_ICE_IceConnectionNumber+set}" = set; then :
7798   $as_echo_n "(cached) " >&6
7799 else
7800   ac_check_lib_save_LIBS=$LIBS
7801 LIBS="-lICE $X_EXTRA_LIBS $LIBS"
7802 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
7803 /* end confdefs.h.  */
7804
7805 /* Override any GCC internal prototype to avoid an error.
7806    Use char because int might match the return type of a GCC
7807    builtin and then its argument prototype would still apply.  */
7808 #ifdef __cplusplus
7809 extern "C"
7810 #endif
7811 char IceConnectionNumber ();
7812 int
7813 main ()
7814 {
7815 return IceConnectionNumber ();
7816   ;
7817   return 0;
7818 }
7819 _ACEOF
7820 if ac_fn_c_try_link "$LINENO"; then :
7821   ac_cv_lib_ICE_IceConnectionNumber=yes
7822 else
7823   ac_cv_lib_ICE_IceConnectionNumber=no
7824 fi
7825 rm -f core conftest.err conftest.$ac_objext \
7826     conftest$ac_exeext conftest.$ac_ext
7827 LIBS=$ac_check_lib_save_LIBS
7828 fi
7829 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_ICE_IceConnectionNumber" >&5
7830 $as_echo "$ac_cv_lib_ICE_IceConnectionNumber" >&6; }
7831 if test "x$ac_cv_lib_ICE_IceConnectionNumber" = x""yes; then :
7832   X_PRE_LIBS="$X_PRE_LIBS -lSM -lICE"
7833 fi
7834
7835   LDFLAGS=$ac_save_LDFLAGS
7836
7837 fi
7838
7839
7840 if test "$have_x" = "yes"
7841 then
7842     XLIB="-lX11"
7843     ac_save_CPPFLAGS="$CPPFLAGS"
7844     CPPFLAGS="$CPPFLAGS $X_CFLAGS"
7845
7846     { $as_echo "$as_me:${as_lineno-$LINENO}: checking for -lX11" >&5
7847 $as_echo_n "checking for -lX11... " >&6; }
7848 if test "${ac_cv_lib_soname_X11+set}" = set; then :
7849   $as_echo_n "(cached) " >&6
7850 else
7851   ac_check_soname_save_LIBS=$LIBS
7852 LIBS="-lX11 $X_LIBS $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 XCreateWindow ();
7863 int
7864 main ()
7865 {
7866 return XCreateWindow ();
7867   ;
7868   return 0;
7869 }
7870 _ACEOF
7871 if ac_fn_c_try_link "$LINENO"; then :
7872   case "$LIBEXT" in
7873     dll) ;;
7874     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'` ;;
7875     *) ac_cv_lib_soname_X11=`$ac_cv_path_LDD conftest$ac_exeext | grep "libX11\\.$LIBEXT" | sed -e "s/^.*\(libX11\.$LIBEXT[^     ]*\).*$/\1/"';2,$d'` ;;
7876   esac
7877 fi
7878 rm -f core conftest.err conftest.$ac_objext \
7879     conftest$ac_exeext conftest.$ac_ext
7880   LIBS=$ac_check_soname_save_LIBS
7881 fi
7882 if test "x$ac_cv_lib_soname_X11" = "x"; then :
7883   { $as_echo "$as_me:${as_lineno-$LINENO}: result: not found" >&5
7884 $as_echo "not found" >&6; }
7885
7886 else
7887   { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_soname_X11" >&5
7888 $as_echo "$ac_cv_lib_soname_X11" >&6; }
7889
7890 cat >>confdefs.h <<_ACEOF
7891 #define SONAME_LIBX11 "$ac_cv_lib_soname_X11"
7892 _ACEOF
7893
7894
7895 fi
7896     { $as_echo "$as_me:${as_lineno-$LINENO}: checking for -lXext" >&5
7897 $as_echo_n "checking for -lXext... " >&6; }
7898 if test "${ac_cv_lib_soname_Xext+set}" = set; then :
7899   $as_echo_n "(cached) " >&6
7900 else
7901   ac_check_soname_save_LIBS=$LIBS
7902 LIBS="-lXext $X_LIBS -lX11 $X_EXTRA_LIBS $LIBS"
7903   cat confdefs.h - <<_ACEOF >conftest.$ac_ext
7904 /* end confdefs.h.  */
7905
7906 /* Override any GCC internal prototype to avoid an error.
7907    Use char because int might match the return type of a GCC
7908    builtin and then its argument prototype would still apply.  */
7909 #ifdef __cplusplus
7910 extern "C"
7911 #endif
7912 char XextCreateExtension ();
7913 int
7914 main ()
7915 {
7916 return XextCreateExtension ();
7917   ;
7918   return 0;
7919 }
7920 _ACEOF
7921 if ac_fn_c_try_link "$LINENO"; then :
7922   case "$LIBEXT" in
7923     dll) ;;
7924     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'` ;;
7925     *) ac_cv_lib_soname_Xext=`$ac_cv_path_LDD conftest$ac_exeext | grep "libXext\\.$LIBEXT" | sed -e "s/^.*\(libXext\.$LIBEXT[^  ]*\).*$/\1/"';2,$d'` ;;
7926   esac
7927 fi
7928 rm -f core conftest.err conftest.$ac_objext \
7929     conftest$ac_exeext conftest.$ac_ext
7930   LIBS=$ac_check_soname_save_LIBS
7931 fi
7932 if test "x$ac_cv_lib_soname_Xext" = "x"; then :
7933   { $as_echo "$as_me:${as_lineno-$LINENO}: result: not found" >&5
7934 $as_echo "not found" >&6; }
7935
7936 else
7937   { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_soname_Xext" >&5
7938 $as_echo "$ac_cv_lib_soname_Xext" >&6; }
7939
7940 cat >>confdefs.h <<_ACEOF
7941 #define SONAME_LIBXEXT "$ac_cv_lib_soname_Xext"
7942 _ACEOF
7943
7944        XLIB="-lXext $XLIB"
7945 fi
7946
7947         for ac_header in X11/Xlib.h \
7948                       X11/XKBlib.h \
7949                       X11/Xutil.h \
7950                       X11/Xcursor/Xcursor.h \
7951                       X11/extensions/shape.h \
7952                       X11/extensions/XInput.h \
7953                       X11/extensions/XShm.h \
7954                       X11/extensions/Xcomposite.h \
7955                       X11/extensions/Xinerama.h \
7956                       X11/extensions/Xrandr.h \
7957                       X11/extensions/Xrender.h \
7958                       X11/extensions/xf86vmode.h \
7959                       X11/extensions/xf86vmproto.h
7960 do :
7961   as_ac_Header=`$as_echo "ac_cv_header_$ac_header" | $as_tr_sh`
7962 ac_fn_c_check_header_compile "$LINENO" "$ac_header" "$as_ac_Header" "#ifdef HAVE_X11_XLIB_H
7963 # include <X11/Xlib.h>
7964 #endif
7965 #ifdef HAVE_X11_XUTIL_H
7966 # include <X11/Xutil.h>
7967 #endif
7968 "
7969 eval as_val=\$$as_ac_Header
7970    if test "x$as_val" = x""yes; then :
7971   cat >>confdefs.h <<_ACEOF
7972 #define `$as_echo "HAVE_$ac_header" | $as_tr_cpp` 1
7973 _ACEOF
7974
7975 fi
7976
7977 done
7978
7979
7980                 if test "$ac_cv_header_X11_XKBlib_h" = "yes"
7981         then
7982               { $as_echo "$as_me:${as_lineno-$LINENO}: checking for XkbQueryExtension in -lX11" >&5
7983 $as_echo_n "checking for XkbQueryExtension in -lX11... " >&6; }
7984 if test "${ac_cv_lib_X11_XkbQueryExtension+set}" = set; then :
7985   $as_echo_n "(cached) " >&6
7986 else
7987   ac_check_lib_save_LIBS=$LIBS
7988 LIBS="-lX11 $X_LIBS $XLIB $X_EXTRA_LIBS $LIBS"
7989 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
7990 /* end confdefs.h.  */
7991
7992 /* Override any GCC internal prototype to avoid an error.
7993    Use char because int might match the return type of a GCC
7994    builtin and then its argument prototype would still apply.  */
7995 #ifdef __cplusplus
7996 extern "C"
7997 #endif
7998 char XkbQueryExtension ();
7999 int
8000 main ()
8001 {
8002 return XkbQueryExtension ();
8003   ;
8004   return 0;
8005 }
8006 _ACEOF
8007 if ac_fn_c_try_link "$LINENO"; then :
8008   ac_cv_lib_X11_XkbQueryExtension=yes
8009 else
8010   ac_cv_lib_X11_XkbQueryExtension=no
8011 fi
8012 rm -f core conftest.err conftest.$ac_objext \
8013     conftest$ac_exeext conftest.$ac_ext
8014 LIBS=$ac_check_lib_save_LIBS
8015 fi
8016 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_X11_XkbQueryExtension" >&5
8017 $as_echo "$ac_cv_lib_X11_XkbQueryExtension" >&6; }
8018 if test "x$ac_cv_lib_X11_XkbQueryExtension" = x""yes; then :
8019
8020 $as_echo "#define HAVE_XKB 1" >>confdefs.h
8021
8022 fi
8023
8024         fi
8025
8026                 if test "$ac_cv_header_X11_Xcursor_Xcursor_h" = "yes"
8027         then
8028             { $as_echo "$as_me:${as_lineno-$LINENO}: checking for -lXcursor" >&5
8029 $as_echo_n "checking for -lXcursor... " >&6; }
8030 if test "${ac_cv_lib_soname_Xcursor+set}" = set; then :
8031   $as_echo_n "(cached) " >&6
8032 else
8033   ac_check_soname_save_LIBS=$LIBS
8034 LIBS="-lXcursor $X_LIBS $XLIB $X_EXTRA_LIBS $LIBS"
8035   cat confdefs.h - <<_ACEOF >conftest.$ac_ext
8036 /* end confdefs.h.  */
8037
8038 /* Override any GCC internal prototype to avoid an error.
8039    Use char because int might match the return type of a GCC
8040    builtin and then its argument prototype would still apply.  */
8041 #ifdef __cplusplus
8042 extern "C"
8043 #endif
8044 char XcursorImageLoadCursor ();
8045 int
8046 main ()
8047 {
8048 return XcursorImageLoadCursor ();
8049   ;
8050   return 0;
8051 }
8052 _ACEOF
8053 if ac_fn_c_try_link "$LINENO"; then :
8054   case "$LIBEXT" in
8055     dll) ;;
8056     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'` ;;
8057     *) ac_cv_lib_soname_Xcursor=`$ac_cv_path_LDD conftest$ac_exeext | grep "libXcursor\\.$LIBEXT" | sed -e "s/^.*\(libXcursor\.$LIBEXT[^         ]*\).*$/\1/"';2,$d'` ;;
8058   esac
8059 fi
8060 rm -f core conftest.err conftest.$ac_objext \
8061     conftest$ac_exeext conftest.$ac_ext
8062   LIBS=$ac_check_soname_save_LIBS
8063 fi
8064 if test "x$ac_cv_lib_soname_Xcursor" = "x"; then :
8065   { $as_echo "$as_me:${as_lineno-$LINENO}: result: not found" >&5
8066 $as_echo "not found" >&6; }
8067
8068 else
8069   { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_soname_Xcursor" >&5
8070 $as_echo "$ac_cv_lib_soname_Xcursor" >&6; }
8071
8072 cat >>confdefs.h <<_ACEOF
8073 #define SONAME_LIBXCURSOR "$ac_cv_lib_soname_Xcursor"
8074 _ACEOF
8075
8076
8077 fi
8078         fi
8079         if test "x$ac_cv_lib_soname_Xcursor" = "x"; then :
8080   case "x$with_xcursor" in
8081   x)   wine_notices="$wine_notices|libxcursor ${notice_platform}development files not found, the Xcursor extension won't be supported." ;;
8082   xno) ;;
8083   *)   as_fn_error "libxcursor ${notice_platform}development files not found, the Xcursor extension won't be supported.
8084 This is an error since --with-xcursor was requested." "$LINENO" 5 ;;
8085 esac
8086 fi
8087
8088                 if test "$ac_cv_header_X11_extensions_XInput_h" = "yes"
8089         then
8090             { $as_echo "$as_me:${as_lineno-$LINENO}: checking for -lXi" >&5
8091 $as_echo_n "checking for -lXi... " >&6; }
8092 if test "${ac_cv_lib_soname_Xi+set}" = set; then :
8093   $as_echo_n "(cached) " >&6
8094 else
8095   ac_check_soname_save_LIBS=$LIBS
8096 LIBS="-lXi $X_LIBS $XLIB $X_EXTRA_LIBS $LIBS"
8097   cat confdefs.h - <<_ACEOF >conftest.$ac_ext
8098 /* end confdefs.h.  */
8099
8100 /* Override any GCC internal prototype to avoid an error.
8101    Use char because int might match the return type of a GCC
8102    builtin and then its argument prototype would still apply.  */
8103 #ifdef __cplusplus
8104 extern "C"
8105 #endif
8106 char XOpenDevice ();
8107 int
8108 main ()
8109 {
8110 return XOpenDevice ();
8111   ;
8112   return 0;
8113 }
8114 _ACEOF
8115 if ac_fn_c_try_link "$LINENO"; then :
8116   case "$LIBEXT" in
8117     dll) ;;
8118     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'` ;;
8119     *) ac_cv_lib_soname_Xi=`$ac_cv_path_LDD conftest$ac_exeext | grep "libXi\\.$LIBEXT" | sed -e "s/^.*\(libXi\.$LIBEXT[^        ]*\).*$/\1/"';2,$d'` ;;
8120   esac
8121 fi
8122 rm -f core conftest.err conftest.$ac_objext \
8123     conftest$ac_exeext conftest.$ac_ext
8124   LIBS=$ac_check_soname_save_LIBS
8125 fi
8126 if test "x$ac_cv_lib_soname_Xi" = "x"; then :
8127   { $as_echo "$as_me:${as_lineno-$LINENO}: result: not found" >&5
8128 $as_echo "not found" >&6; }
8129
8130 else
8131   { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_soname_Xi" >&5
8132 $as_echo "$ac_cv_lib_soname_Xi" >&6; }
8133
8134 cat >>confdefs.h <<_ACEOF
8135 #define SONAME_LIBXI "$ac_cv_lib_soname_Xi"
8136 _ACEOF
8137
8138
8139 fi
8140         fi
8141         if test "x$ac_cv_lib_soname_Xi" = "x"; then :
8142   case "x$with_xinput" in
8143   x)   wine_notices="$wine_notices|libxi ${notice_platform}development files not found, the Xinput extension won't be supported." ;;
8144   xno) ;;
8145   *)   as_fn_error "libxi ${notice_platform}development files not found, the Xinput extension won't be supported.
8146 This is an error since --with-xinput was requested." "$LINENO" 5 ;;
8147 esac
8148 fi
8149
8150                 if test "$ac_cv_header_X11_extensions_XShm_h" = "yes"
8151         then
8152               { $as_echo "$as_me:${as_lineno-$LINENO}: checking for XShmQueryExtension in -lXext" >&5
8153 $as_echo_n "checking for XShmQueryExtension in -lXext... " >&6; }
8154 if test "${ac_cv_lib_Xext_XShmQueryExtension+set}" = set; then :
8155   $as_echo_n "(cached) " >&6
8156 else
8157   ac_check_lib_save_LIBS=$LIBS
8158 LIBS="-lXext $X_LIBS $XLIB $X_EXTRA_LIBS $LIBS"
8159 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
8160 /* end confdefs.h.  */
8161
8162 /* Override any GCC internal prototype to avoid an error.
8163    Use char because int might match the return type of a GCC
8164    builtin and then its argument prototype would still apply.  */
8165 #ifdef __cplusplus
8166 extern "C"
8167 #endif
8168 char XShmQueryExtension ();
8169 int
8170 main ()
8171 {
8172 return XShmQueryExtension ();
8173   ;
8174   return 0;
8175 }
8176 _ACEOF
8177 if ac_fn_c_try_link "$LINENO"; then :
8178   ac_cv_lib_Xext_XShmQueryExtension=yes
8179 else
8180   ac_cv_lib_Xext_XShmQueryExtension=no
8181 fi
8182 rm -f core conftest.err conftest.$ac_objext \
8183     conftest$ac_exeext conftest.$ac_ext
8184 LIBS=$ac_check_lib_save_LIBS
8185 fi
8186 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_Xext_XShmQueryExtension" >&5
8187 $as_echo "$ac_cv_lib_Xext_XShmQueryExtension" >&6; }
8188 if test "x$ac_cv_lib_Xext_XShmQueryExtension" = x""yes; then :
8189
8190 $as_echo "#define HAVE_LIBXXSHM 1" >>confdefs.h
8191
8192 fi
8193
8194         fi
8195         if test "$ac_cv_lib_Xext_XShmQueryExtension" != "yes"; then :
8196   case "x$with_xshm" in
8197   x)   wine_notices="$wine_notices|XShm ${notice_platform}development files not found, X Shared Memory won't be supported." ;;
8198   xno) ;;
8199   *)   as_fn_error "XShm ${notice_platform}development files not found, X Shared Memory won't be supported.
8200 This is an error since --with-xshm was requested." "$LINENO" 5 ;;
8201 esac
8202 fi
8203
8204                 if test "$ac_cv_header_X11_extensions_shape_h" = "yes"
8205         then
8206               { $as_echo "$as_me:${as_lineno-$LINENO}: checking for XShapeQueryExtension in -lXext" >&5
8207 $as_echo_n "checking for XShapeQueryExtension in -lXext... " >&6; }
8208 if test "${ac_cv_lib_Xext_XShapeQueryExtension+set}" = set; then :
8209   $as_echo_n "(cached) " >&6
8210 else
8211   ac_check_lib_save_LIBS=$LIBS
8212 LIBS="-lXext $X_LIBS $XLIB $X_EXTRA_LIBS $LIBS"
8213 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
8214 /* end confdefs.h.  */
8215
8216 /* Override any GCC internal prototype to avoid an error.
8217    Use char because int might match the return type of a GCC
8218    builtin and then its argument prototype would still apply.  */
8219 #ifdef __cplusplus
8220 extern "C"
8221 #endif
8222 char XShapeQueryExtension ();
8223 int
8224 main ()
8225 {
8226 return XShapeQueryExtension ();
8227   ;
8228   return 0;
8229 }
8230 _ACEOF
8231 if ac_fn_c_try_link "$LINENO"; then :
8232   ac_cv_lib_Xext_XShapeQueryExtension=yes
8233 else
8234   ac_cv_lib_Xext_XShapeQueryExtension=no
8235 fi
8236 rm -f core conftest.err conftest.$ac_objext \
8237     conftest$ac_exeext conftest.$ac_ext
8238 LIBS=$ac_check_lib_save_LIBS
8239 fi
8240 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_Xext_XShapeQueryExtension" >&5
8241 $as_echo "$ac_cv_lib_Xext_XShapeQueryExtension" >&6; }
8242 if test "x$ac_cv_lib_Xext_XShapeQueryExtension" = x""yes; then :
8243
8244 $as_echo "#define HAVE_LIBXSHAPE 1" >>confdefs.h
8245
8246 fi
8247
8248         fi
8249         if test "$ac_cv_lib_Xext_XShapeQueryExtension" != "yes"; then :
8250   case "x$with_xshape" in
8251   x)   wine_notices="$wine_notices|XShape ${notice_platform}development files not found, XShape won't be supported." ;;
8252   xno) ;;
8253   *)   as_fn_error "XShape ${notice_platform}development files not found, XShape won't be supported.
8254 This is an error since --with-xshape was requested." "$LINENO" 5 ;;
8255 esac
8256 fi
8257
8258                 if test "$ac_cv_header_X11_extensions_xf86vmode_h" = "yes" -o "$ac_cv_header_X11_extensions_xf86vmproto_h" = "yes"
8259         then
8260             { $as_echo "$as_me:${as_lineno-$LINENO}: checking for -lXxf86vm" >&5
8261 $as_echo_n "checking for -lXxf86vm... " >&6; }
8262 if test "${ac_cv_lib_soname_Xxf86vm+set}" = set; then :
8263   $as_echo_n "(cached) " >&6
8264 else
8265   ac_check_soname_save_LIBS=$LIBS
8266 LIBS="-lXxf86vm $X_LIBS $XLIB $X_EXTRA_LIBS $LIBS"
8267   cat confdefs.h - <<_ACEOF >conftest.$ac_ext
8268 /* end confdefs.h.  */
8269
8270 /* Override any GCC internal prototype to avoid an error.
8271    Use char because int might match the return type of a GCC
8272    builtin and then its argument prototype would still apply.  */
8273 #ifdef __cplusplus
8274 extern "C"
8275 #endif
8276 char XF86VidModeQueryExtension ();
8277 int
8278 main ()
8279 {
8280 return XF86VidModeQueryExtension ();
8281   ;
8282   return 0;
8283 }
8284 _ACEOF
8285 if ac_fn_c_try_link "$LINENO"; then :
8286   case "$LIBEXT" in
8287     dll) ;;
8288     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'` ;;
8289     *) ac_cv_lib_soname_Xxf86vm=`$ac_cv_path_LDD conftest$ac_exeext | grep "libXxf86vm\\.$LIBEXT" | sed -e "s/^.*\(libXxf86vm\.$LIBEXT[^         ]*\).*$/\1/"';2,$d'` ;;
8290   esac
8291 fi
8292 rm -f core conftest.err conftest.$ac_objext \
8293     conftest$ac_exeext conftest.$ac_ext
8294   LIBS=$ac_check_soname_save_LIBS
8295 fi
8296 if test "x$ac_cv_lib_soname_Xxf86vm" = "x"; then :
8297   { $as_echo "$as_me:${as_lineno-$LINENO}: result: not found" >&5
8298 $as_echo "not found" >&6; }
8299
8300 else
8301   { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_soname_Xxf86vm" >&5
8302 $as_echo "$ac_cv_lib_soname_Xxf86vm" >&6; }
8303
8304 cat >>confdefs.h <<_ACEOF
8305 #define SONAME_LIBXXF86VM "$ac_cv_lib_soname_Xxf86vm"
8306 _ACEOF
8307
8308
8309 fi
8310         fi
8311         if test "x$ac_cv_lib_soname_Xxf86vm" = "x"; then :
8312   case "x$with_xxf86vm" in
8313   x)   wine_notices="$wine_notices|libXxf86vm ${notice_platform}development files not found, XFree86 Vidmode won't be supported." ;;
8314   xno) ;;
8315   *)   as_fn_error "libXxf86vm ${notice_platform}development files not found, XFree86 Vidmode won't be supported.
8316 This is an error since --with-xxf86vm was requested." "$LINENO" 5 ;;
8317 esac
8318 fi
8319
8320                 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"
8321         then
8322             { $as_echo "$as_me:${as_lineno-$LINENO}: checking for -lXrender" >&5
8323 $as_echo_n "checking for -lXrender... " >&6; }
8324 if test "${ac_cv_lib_soname_Xrender+set}" = set; then :
8325   $as_echo_n "(cached) " >&6
8326 else
8327   ac_check_soname_save_LIBS=$LIBS
8328 LIBS="-lXrender $X_LIBS $XLIB $X_EXTRA_LIBS $LIBS"
8329   cat confdefs.h - <<_ACEOF >conftest.$ac_ext
8330 /* end confdefs.h.  */
8331
8332 /* Override any GCC internal prototype to avoid an error.
8333    Use char because int might match the return type of a GCC
8334    builtin and then its argument prototype would still apply.  */
8335 #ifdef __cplusplus
8336 extern "C"
8337 #endif
8338 char XRenderQueryExtension ();
8339 int
8340 main ()
8341 {
8342 return XRenderQueryExtension ();
8343   ;
8344   return 0;
8345 }
8346 _ACEOF
8347 if ac_fn_c_try_link "$LINENO"; then :
8348   case "$LIBEXT" in
8349     dll) ;;
8350     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'` ;;
8351     *) ac_cv_lib_soname_Xrender=`$ac_cv_path_LDD conftest$ac_exeext | grep "libXrender\\.$LIBEXT" | sed -e "s/^.*\(libXrender\.$LIBEXT[^         ]*\).*$/\1/"';2,$d'` ;;
8352   esac
8353 fi
8354 rm -f core conftest.err conftest.$ac_objext \
8355     conftest$ac_exeext conftest.$ac_ext
8356   LIBS=$ac_check_soname_save_LIBS
8357 fi
8358 if test "x$ac_cv_lib_soname_Xrender" = "x"; then :
8359   { $as_echo "$as_me:${as_lineno-$LINENO}: result: not found" >&5
8360 $as_echo "not found" >&6; }
8361
8362 else
8363   { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_soname_Xrender" >&5
8364 $as_echo "$ac_cv_lib_soname_Xrender" >&6; }
8365
8366 cat >>confdefs.h <<_ACEOF
8367 #define SONAME_LIBXRENDER "$ac_cv_lib_soname_Xrender"
8368 _ACEOF
8369
8370        { $as_echo "$as_me:${as_lineno-$LINENO}: checking for XRenderSetPictureTransform in -lXrender" >&5
8371 $as_echo_n "checking for XRenderSetPictureTransform in -lXrender... " >&6; }
8372 if test "${ac_cv_lib_Xrender_XRenderSetPictureTransform+set}" = set; then :
8373   $as_echo_n "(cached) " >&6
8374 else
8375   ac_check_lib_save_LIBS=$LIBS
8376 LIBS="-lXrender $X_LIBS $XLIB $X_EXTRA_LIBS $LIBS"
8377 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
8378 /* end confdefs.h.  */
8379
8380 /* Override any GCC internal prototype to avoid an error.
8381    Use char because int might match the return type of a GCC
8382    builtin and then its argument prototype would still apply.  */
8383 #ifdef __cplusplus
8384 extern "C"
8385 #endif
8386 char XRenderSetPictureTransform ();
8387 int
8388 main ()
8389 {
8390 return XRenderSetPictureTransform ();
8391   ;
8392   return 0;
8393 }
8394 _ACEOF
8395 if ac_fn_c_try_link "$LINENO"; then :
8396   ac_cv_lib_Xrender_XRenderSetPictureTransform=yes
8397 else
8398   ac_cv_lib_Xrender_XRenderSetPictureTransform=no
8399 fi
8400 rm -f core conftest.err conftest.$ac_objext \
8401     conftest$ac_exeext conftest.$ac_ext
8402 LIBS=$ac_check_lib_save_LIBS
8403 fi
8404 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_Xrender_XRenderSetPictureTransform" >&5
8405 $as_echo "$ac_cv_lib_Xrender_XRenderSetPictureTransform" >&6; }
8406 if test "x$ac_cv_lib_Xrender_XRenderSetPictureTransform" = x""yes; then :
8407
8408 $as_echo "#define HAVE_XRENDERSETPICTURETRANSFORM 1" >>confdefs.h
8409
8410 fi
8411
8412 fi
8413
8414         fi
8415         if test "x$ac_cv_lib_soname_Xrender" = "x"; then :
8416   case "x$with_xrender" in
8417   x)   wine_warnings="$wine_warnings|libxrender ${notice_platform}development files not found, XRender won't be supported." ;;
8418   xno) ;;
8419   *)   as_fn_error "libxrender ${notice_platform}development files not found, XRender won't be supported.
8420 This is an error since --with-xrender was requested." "$LINENO" 5 ;;
8421 esac
8422 fi
8423
8424                 if test "$ac_cv_header_X11_extensions_Xrandr_h" = "yes" -a "x$ac_cv_lib_soname_Xrender" != "x"
8425         then
8426                 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
8427 /* end confdefs.h.  */
8428 #include <X11/Xlib.h>
8429 #include <X11/extensions/Xrandr.h>
8430 int
8431 main ()
8432 {
8433 static typeof(XRRSetScreenConfigAndRate) * func;
8434   ;
8435   return 0;
8436 }
8437 _ACEOF
8438 if ac_fn_c_try_compile "$LINENO"; then :
8439   { $as_echo "$as_me:${as_lineno-$LINENO}: checking for -lXrandr" >&5
8440 $as_echo_n "checking for -lXrandr... " >&6; }
8441 if test "${ac_cv_lib_soname_Xrandr+set}" = set; then :
8442   $as_echo_n "(cached) " >&6
8443 else
8444   ac_check_soname_save_LIBS=$LIBS
8445 LIBS="-lXrandr $X_LIBS $XLIB $X_EXTRA_LIBS $LIBS"
8446   cat confdefs.h - <<_ACEOF >conftest.$ac_ext
8447 /* end confdefs.h.  */
8448
8449 /* Override any GCC internal prototype to avoid an error.
8450    Use char because int might match the return type of a GCC
8451    builtin and then its argument prototype would still apply.  */
8452 #ifdef __cplusplus
8453 extern "C"
8454 #endif
8455 char XRRQueryExtension ();
8456 int
8457 main ()
8458 {
8459 return XRRQueryExtension ();
8460   ;
8461   return 0;
8462 }
8463 _ACEOF
8464 if ac_fn_c_try_link "$LINENO"; then :
8465   case "$LIBEXT" in
8466     dll) ;;
8467     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'` ;;
8468     *) ac_cv_lib_soname_Xrandr=`$ac_cv_path_LDD conftest$ac_exeext | grep "libXrandr\\.$LIBEXT" | sed -e "s/^.*\(libXrandr\.$LIBEXT[^    ]*\).*$/\1/"';2,$d'` ;;
8469   esac
8470 fi
8471 rm -f core conftest.err conftest.$ac_objext \
8472     conftest$ac_exeext conftest.$ac_ext
8473   LIBS=$ac_check_soname_save_LIBS
8474 fi
8475 if test "x$ac_cv_lib_soname_Xrandr" = "x"; then :
8476   { $as_echo "$as_me:${as_lineno-$LINENO}: result: not found" >&5
8477 $as_echo "not found" >&6; }
8478
8479 else
8480   { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_soname_Xrandr" >&5
8481 $as_echo "$ac_cv_lib_soname_Xrandr" >&6; }
8482
8483 cat >>confdefs.h <<_ACEOF
8484 #define SONAME_LIBXRANDR "$ac_cv_lib_soname_Xrandr"
8485 _ACEOF
8486
8487
8488 fi
8489 fi
8490 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
8491         fi
8492         if test "x$ac_cv_lib_soname_Xrandr" = "x"; then :
8493   case "x$with_xrandr" in
8494   x)   wine_notices="$wine_notices|libxrandr ${notice_platform}development files not found, XRandr won't be supported." ;;
8495   xno) ;;
8496   *)   as_fn_error "libxrandr ${notice_platform}development files not found, XRandr won't be supported.
8497 This is an error since --with-xrandr was requested." "$LINENO" 5 ;;
8498 esac
8499 fi
8500
8501                 if test "$ac_cv_header_X11_extensions_Xinerama_h" = "yes"
8502         then
8503                 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
8504 /* end confdefs.h.  */
8505 #include <X11/Xlib.h>
8506 #include <X11/extensions/Xinerama.h>
8507 int
8508 main ()
8509 {
8510 static typeof(XineramaQueryScreens) * func;
8511   ;
8512   return 0;
8513 }
8514 _ACEOF
8515 if ac_fn_c_try_compile "$LINENO"; then :
8516   { $as_echo "$as_me:${as_lineno-$LINENO}: checking for -lXinerama" >&5
8517 $as_echo_n "checking for -lXinerama... " >&6; }
8518 if test "${ac_cv_lib_soname_Xinerama+set}" = set; then :
8519   $as_echo_n "(cached) " >&6
8520 else
8521   ac_check_soname_save_LIBS=$LIBS
8522 LIBS="-lXinerama $X_LIBS $XLIB $X_EXTRA_LIBS $LIBS"
8523   cat confdefs.h - <<_ACEOF >conftest.$ac_ext
8524 /* end confdefs.h.  */
8525
8526 /* Override any GCC internal prototype to avoid an error.
8527    Use char because int might match the return type of a GCC
8528    builtin and then its argument prototype would still apply.  */
8529 #ifdef __cplusplus
8530 extern "C"
8531 #endif
8532 char XineramaQueryScreens ();
8533 int
8534 main ()
8535 {
8536 return XineramaQueryScreens ();
8537   ;
8538   return 0;
8539 }
8540 _ACEOF
8541 if ac_fn_c_try_link "$LINENO"; then :
8542   case "$LIBEXT" in
8543     dll) ;;
8544     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'` ;;
8545     *) ac_cv_lib_soname_Xinerama=`$ac_cv_path_LDD conftest$ac_exeext | grep "libXinerama\\.$LIBEXT" | sed -e "s/^.*\(libXinerama\.$LIBEXT[^      ]*\).*$/\1/"';2,$d'` ;;
8546   esac
8547 fi
8548 rm -f core conftest.err conftest.$ac_objext \
8549     conftest$ac_exeext conftest.$ac_ext
8550   LIBS=$ac_check_soname_save_LIBS
8551 fi
8552 if test "x$ac_cv_lib_soname_Xinerama" = "x"; then :
8553   { $as_echo "$as_me:${as_lineno-$LINENO}: result: not found" >&5
8554 $as_echo "not found" >&6; }
8555
8556 else
8557   { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_soname_Xinerama" >&5
8558 $as_echo "$ac_cv_lib_soname_Xinerama" >&6; }
8559
8560 cat >>confdefs.h <<_ACEOF
8561 #define SONAME_LIBXINERAMA "$ac_cv_lib_soname_Xinerama"
8562 _ACEOF
8563
8564
8565 fi
8566 fi
8567 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
8568         fi
8569         if test "x$ac_cv_lib_soname_Xinerama" = "x"; then :
8570   case "x$with_xinerama" in
8571   x)   wine_notices="$wine_notices|libxinerama ${notice_platform}development files not found, multi-monitor setups won't be supported." ;;
8572   xno) ;;
8573   *)   as_fn_error "libxinerama ${notice_platform}development files not found, multi-monitor setups won't be supported.
8574 This is an error since --with-xinerama was requested." "$LINENO" 5 ;;
8575 esac
8576 fi
8577
8578                 if test "$ac_cv_header_X11_extensions_Xcomposite_h" = "yes"
8579         then
8580             { $as_echo "$as_me:${as_lineno-$LINENO}: checking for -lXcomposite" >&5
8581 $as_echo_n "checking for -lXcomposite... " >&6; }
8582 if test "${ac_cv_lib_soname_Xcomposite+set}" = set; then :
8583   $as_echo_n "(cached) " >&6
8584 else
8585   ac_check_soname_save_LIBS=$LIBS
8586 LIBS="-lXcomposite $X_LIBS $XLIB $X_EXTRA_LIBS $LIBS"
8587   cat confdefs.h - <<_ACEOF >conftest.$ac_ext
8588 /* end confdefs.h.  */
8589
8590 /* Override any GCC internal prototype to avoid an error.
8591    Use char because int might match the return type of a GCC
8592    builtin and then its argument prototype would still apply.  */
8593 #ifdef __cplusplus
8594 extern "C"
8595 #endif
8596 char XCompositeRedirectWindow ();
8597 int
8598 main ()
8599 {
8600 return XCompositeRedirectWindow ();
8601   ;
8602   return 0;
8603 }
8604 _ACEOF
8605 if ac_fn_c_try_link "$LINENO"; then :
8606   case "$LIBEXT" in
8607     dll) ;;
8608     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'` ;;
8609     *) ac_cv_lib_soname_Xcomposite=`$ac_cv_path_LDD conftest$ac_exeext | grep "libXcomposite\\.$LIBEXT" | sed -e "s/^.*\(libXcomposite\.$LIBEXT[^        ]*\).*$/\1/"';2,$d'` ;;
8610   esac
8611 fi
8612 rm -f core conftest.err conftest.$ac_objext \
8613     conftest$ac_exeext conftest.$ac_ext
8614   LIBS=$ac_check_soname_save_LIBS
8615 fi
8616 if test "x$ac_cv_lib_soname_Xcomposite" = "x"; then :
8617   { $as_echo "$as_me:${as_lineno-$LINENO}: result: not found" >&5
8618 $as_echo "not found" >&6; }
8619
8620 else
8621   { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_soname_Xcomposite" >&5
8622 $as_echo "$ac_cv_lib_soname_Xcomposite" >&6; }
8623
8624 cat >>confdefs.h <<_ACEOF
8625 #define SONAME_LIBXCOMPOSITE "$ac_cv_lib_soname_Xcomposite"
8626 _ACEOF
8627
8628
8629 fi
8630         fi
8631         if test "x$ac_cv_lib_soname_Xcomposite" = "x"; then :
8632   case "x$with_xcomposite" in
8633   x)   wine_notices="$wine_notices|libxcomposite ${notice_platform}development files not found, Xcomposite won't be supported." ;;
8634   xno) ;;
8635   *)   as_fn_error "libxcomposite ${notice_platform}development files not found, Xcomposite won't be supported.
8636 This is an error since --with-xcomposite was requested." "$LINENO" 5 ;;
8637 esac
8638 fi
8639
8640                 ac_fn_c_check_member "$LINENO" "XICCallback" "callback" "ac_cv_member_XICCallback_callback" "#ifdef HAVE_X11_XLIB_H
8641 #include <X11/Xlib.h>
8642 #endif
8643 "
8644 if test "x$ac_cv_member_XICCallback_callback" = x""yes; then :
8645
8646 cat >>confdefs.h <<_ACEOF
8647 #define HAVE_XICCALLBACK_CALLBACK 1
8648 _ACEOF
8649
8650
8651 fi
8652
8653
8654
8655         opengl_msg=""
8656     if test "x$with_opengl" != "xno"
8657     then
8658         for ac_header in GL/gl.h GL/glx.h GL/glu.h
8659 do :
8660   as_ac_Header=`$as_echo "ac_cv_header_$ac_header" | $as_tr_sh`
8661 ac_fn_c_check_header_compile "$LINENO" "$ac_header" "$as_ac_Header" "#ifdef HAVE_GL_GLX_H
8662 # include <GL/glx.h>
8663 #endif
8664 "
8665 eval as_val=\$$as_ac_Header
8666    if test "x$as_val" = x""yes; then :
8667   cat >>confdefs.h <<_ACEOF
8668 #define `$as_echo "HAVE_$ac_header" | $as_tr_cpp` 1
8669 _ACEOF
8670
8671 fi
8672
8673 done
8674
8675         if test "$ac_cv_header_GL_gl_h" = "yes" -a "$ac_cv_header_GL_glx_h" = "yes"
8676         then
8677                     { $as_echo "$as_me:${as_lineno-$LINENO}: checking for up-to-date OpenGL version" >&5
8678 $as_echo_n "checking for up-to-date OpenGL version... " >&6; }
8679 if test "${wine_cv_opengl_header_version_OK+set}" = set; then :
8680   $as_echo_n "(cached) " >&6
8681 else
8682   cat confdefs.h - <<_ACEOF >conftest.$ac_ext
8683 /* end confdefs.h.  */
8684 #include <GL/gl.h>
8685 int
8686 main ()
8687 {
8688 GLenum test = GL_UNSIGNED_SHORT_5_6_5;
8689   ;
8690   return 0;
8691 }
8692 _ACEOF
8693 if ac_fn_c_try_compile "$LINENO"; then :
8694   wine_cv_opengl_header_version_OK="yes"
8695 else
8696   wine_cv_opengl_header_version_OK="no"
8697 fi
8698 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
8699 fi
8700 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $wine_cv_opengl_header_version_OK" >&5
8701 $as_echo "$wine_cv_opengl_header_version_OK" >&6; }
8702
8703             if test "$wine_cv_opengl_header_version_OK" = "yes"
8704             then
8705                                 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for -lGL" >&5
8706 $as_echo_n "checking for -lGL... " >&6; }
8707 if test "${ac_cv_lib_soname_GL+set}" = set; then :
8708   $as_echo_n "(cached) " >&6
8709 else
8710   ac_check_soname_save_LIBS=$LIBS
8711 LIBS="-lGL $X_LIBS $XLIB -lm $X_EXTRA_LIBS $LIBS"
8712   cat confdefs.h - <<_ACEOF >conftest.$ac_ext
8713 /* end confdefs.h.  */
8714
8715 /* Override any GCC internal prototype to avoid an error.
8716    Use char because int might match the return type of a GCC
8717    builtin and then its argument prototype would still apply.  */
8718 #ifdef __cplusplus
8719 extern "C"
8720 #endif
8721 char glXCreateContext ();
8722 int
8723 main ()
8724 {
8725 return glXCreateContext ();
8726   ;
8727   return 0;
8728 }
8729 _ACEOF
8730 if ac_fn_c_try_link "$LINENO"; then :
8731   case "$LIBEXT" in
8732     dll) ;;
8733     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'` ;;
8734     *) ac_cv_lib_soname_GL=`$ac_cv_path_LDD conftest$ac_exeext | grep "libGL\\.$LIBEXT" | sed -e "s/^.*\(libGL\.$LIBEXT[^        ]*\).*$/\1/"';2,$d'` ;;
8735   esac
8736 fi
8737 rm -f core conftest.err conftest.$ac_objext \
8738     conftest$ac_exeext conftest.$ac_ext
8739   LIBS=$ac_check_soname_save_LIBS
8740 fi
8741 if test "x$ac_cv_lib_soname_GL" = "x"; then :
8742   { $as_echo "$as_me:${as_lineno-$LINENO}: result: not found" >&5
8743 $as_echo "not found" >&6; }
8744        { $as_echo "$as_me:${as_lineno-$LINENO}: checking for -lGL" >&5
8745 $as_echo_n "checking for -lGL... " >&6; }
8746 if test "${ac_cv_lib_soname_GL+set}" = set; then :
8747   $as_echo_n "(cached) " >&6
8748 else
8749   ac_check_soname_save_LIBS=$LIBS
8750 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"
8751   cat confdefs.h - <<_ACEOF >conftest.$ac_ext
8752 /* end confdefs.h.  */
8753
8754 /* Override any GCC internal prototype to avoid an error.
8755    Use char because int might match the return type of a GCC
8756    builtin and then its argument prototype would still apply.  */
8757 #ifdef __cplusplus
8758 extern "C"
8759 #endif
8760 char glXCreateContext ();
8761 int
8762 main ()
8763 {
8764 return glXCreateContext ();
8765   ;
8766   return 0;
8767 }
8768 _ACEOF
8769 if ac_fn_c_try_link "$LINENO"; then :
8770   case "$LIBEXT" in
8771     dll) ;;
8772     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'` ;;
8773     *) ac_cv_lib_soname_GL=`$ac_cv_path_LDD conftest$ac_exeext | grep "libGL\\.$LIBEXT" | sed -e "s/^.*\(libGL\.$LIBEXT[^        ]*\).*$/\1/"';2,$d'` ;;
8774   esac
8775 fi
8776 rm -f core conftest.err conftest.$ac_objext \
8777     conftest$ac_exeext conftest.$ac_ext
8778   LIBS=$ac_check_soname_save_LIBS
8779 fi
8780 if test "x$ac_cv_lib_soname_GL" = "x"; then :
8781   { $as_echo "$as_me:${as_lineno-$LINENO}: result: not found" >&5
8782 $as_echo "not found" >&6; }
8783        if test -f /usr/X11R6/lib/libGL.a
8784                                     then
8785                                         opengl_msg="/usr/X11R6/lib/libGL.a is present on your system.
8786 This probably prevents linking to OpenGL. Try deleting the file and restarting configure."
8787                                     else
8788                                         opengl_msg="No OpenGL library found on this system."
8789                                     fi
8790 else
8791   { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_soname_GL" >&5
8792 $as_echo "$ac_cv_lib_soname_GL" >&6; }
8793
8794 cat >>confdefs.h <<_ACEOF
8795 #define SONAME_LIBGL "$ac_cv_lib_soname_GL"
8796 _ACEOF
8797
8798        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"
8799
8800 $as_echo "#define HAVE_OPENGL 1" >>confdefs.h
8801
8802 fi
8803 else
8804   { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_soname_GL" >&5
8805 $as_echo "$ac_cv_lib_soname_GL" >&6; }
8806
8807 cat >>confdefs.h <<_ACEOF
8808 #define SONAME_LIBGL "$ac_cv_lib_soname_GL"
8809 _ACEOF
8810
8811        OPENGL_LIBS="-lGL"
8812
8813 $as_echo "#define HAVE_OPENGL 1" >>confdefs.h
8814
8815 fi
8816                  if test "$ac_cv_header_GL_glu_h" = "yes"
8817                  then
8818                     { $as_echo "$as_me:${as_lineno-$LINENO}: checking for -lGLU" >&5
8819 $as_echo_n "checking for -lGLU... " >&6; }
8820 if test "${ac_cv_lib_soname_GLU+set}" = set; then :
8821   $as_echo_n "(cached) " >&6
8822 else
8823   ac_check_soname_save_LIBS=$LIBS
8824 LIBS="-lGLU $OPENGL_LIBS $X_LIBS $X_PRE_LIBS $XLIB -lm $X_EXTRA_LIBS $LIBS"
8825   cat confdefs.h - <<_ACEOF >conftest.$ac_ext
8826 /* end confdefs.h.  */
8827
8828 /* Override any GCC internal prototype to avoid an error.
8829    Use char because int might match the return type of a GCC
8830    builtin and then its argument prototype would still apply.  */
8831 #ifdef __cplusplus
8832 extern "C"
8833 #endif
8834 char gluLookAt ();
8835 int
8836 main ()
8837 {
8838 return gluLookAt ();
8839   ;
8840   return 0;
8841 }
8842 _ACEOF
8843 if ac_fn_c_try_link "$LINENO"; then :
8844   case "$LIBEXT" in
8845     dll) ;;
8846     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'` ;;
8847     *) ac_cv_lib_soname_GLU=`$ac_cv_path_LDD conftest$ac_exeext | grep "libGLU\\.$LIBEXT" | sed -e "s/^.*\(libGLU\.$LIBEXT[^     ]*\).*$/\1/"';2,$d'` ;;
8848   esac
8849 fi
8850 rm -f core conftest.err conftest.$ac_objext \
8851     conftest$ac_exeext conftest.$ac_ext
8852   LIBS=$ac_check_soname_save_LIBS
8853 fi
8854 if test "x$ac_cv_lib_soname_GLU" = "x"; then :
8855   { $as_echo "$as_me:${as_lineno-$LINENO}: result: not found" >&5
8856 $as_echo "not found" >&6; }
8857
8858 else
8859   { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_soname_GLU" >&5
8860 $as_echo "$ac_cv_lib_soname_GLU" >&6; }
8861
8862 cat >>confdefs.h <<_ACEOF
8863 #define SONAME_LIBGLU "$ac_cv_lib_soname_GLU"
8864 _ACEOF
8865
8866
8867 fi
8868                  fi
8869                  if test "x$ac_cv_lib_soname_GLU" = "x"; then :
8870   case "x$with_glu" in
8871   x)   wine_notices="$wine_notices|libGLU ${notice_platform}development files not found, GLU won't be supported." ;;
8872   xno) ;;
8873   *)   as_fn_error "libGLU ${notice_platform}development files not found, GLU won't be supported.
8874 This is an error since --with-glu was requested." "$LINENO" 5 ;;
8875 esac
8876 fi
8877              else
8878                  opengl_msg="Old Mesa headers detected. Consider upgrading your Mesa libraries."
8879              fi
8880          else
8881              opengl_msg="OpenGL development headers not found."
8882          fi
8883          test -n "$opengl_msg" && enable_opengl32=${enable_opengl32:-no}
8884          test "x$ac_cv_lib_soname_GLU" = "x" && enable_glu32=${enable_glu32:-no}
8885     else
8886          enable_opengl32=${enable_opengl32:-no}
8887          enable_glu32=${enable_glu32:-no}
8888     fi
8889     if test -n "$opengl_msg"; then :
8890   case "x$with_opengl" in
8891   x)   wine_warnings="$wine_warnings|$opengl_msg
8892 OpenGL and Direct3D won't be supported." ;;
8893   xno) ;;
8894   *)   as_fn_error "$opengl_msg
8895 OpenGL and Direct3D won't be supported.
8896 This is an error since --with-opengl was requested." "$LINENO" 5 ;;
8897 esac
8898 fi
8899
8900         NASLIBS=""
8901
8902     for ac_header in audio/audiolib.h
8903 do :
8904   ac_fn_c_check_header_mongrel "$LINENO" "audio/audiolib.h" "ac_cv_header_audio_audiolib_h" "$ac_includes_default"
8905 if test "x$ac_cv_header_audio_audiolib_h" = x""yes; then :
8906   cat >>confdefs.h <<_ACEOF
8907 #define HAVE_AUDIO_AUDIOLIB_H 1
8908 _ACEOF
8909  for ac_header in audio/soundlib.h
8910 do :
8911   ac_fn_c_check_header_compile "$LINENO" "audio/soundlib.h" "ac_cv_header_audio_soundlib_h" "#include <audio/audiolib.h>
8912 "
8913 if test "x$ac_cv_header_audio_soundlib_h" = x""yes; then :
8914   cat >>confdefs.h <<_ACEOF
8915 #define HAVE_AUDIO_SOUNDLIB_H 1
8916 _ACEOF
8917
8918 fi
8919
8920 done
8921
8922           { $as_echo "$as_me:${as_lineno-$LINENO}: checking for AuCreateFlow in -laudio" >&5
8923 $as_echo_n "checking for AuCreateFlow in -laudio... " >&6; }
8924 if test "${ac_cv_lib_audio_AuCreateFlow+set}" = set; then :
8925   $as_echo_n "(cached) " >&6
8926 else
8927   ac_check_lib_save_LIBS=$LIBS
8928 LIBS="-laudio -lXt $X_LIBS $XLIB $X_EXTRA_LIBS $LIBS"
8929 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
8930 /* end confdefs.h.  */
8931
8932 /* Override any GCC internal prototype to avoid an error.
8933    Use char because int might match the return type of a GCC
8934    builtin and then its argument prototype would still apply.  */
8935 #ifdef __cplusplus
8936 extern "C"
8937 #endif
8938 char AuCreateFlow ();
8939 int
8940 main ()
8941 {
8942 return AuCreateFlow ();
8943   ;
8944   return 0;
8945 }
8946 _ACEOF
8947 if ac_fn_c_try_link "$LINENO"; then :
8948   ac_cv_lib_audio_AuCreateFlow=yes
8949 else
8950   ac_cv_lib_audio_AuCreateFlow=no
8951 fi
8952 rm -f core conftest.err conftest.$ac_objext \
8953     conftest$ac_exeext conftest.$ac_ext
8954 LIBS=$ac_check_lib_save_LIBS
8955 fi
8956 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_audio_AuCreateFlow" >&5
8957 $as_echo "$ac_cv_lib_audio_AuCreateFlow" >&6; }
8958 if test "x$ac_cv_lib_audio_AuCreateFlow" = x""yes; then :
8959
8960 $as_echo "#define HAVE_NAS 1" >>confdefs.h
8961
8962                         { $as_echo "$as_me:${as_lineno-$LINENO}: checking for XauGetBestAuthByAddr in -lXau" >&5
8963 $as_echo_n "checking for XauGetBestAuthByAddr in -lXau... " >&6; }
8964 if test "${ac_cv_lib_Xau_XauGetBestAuthByAddr+set}" = set; then :
8965   $as_echo_n "(cached) " >&6
8966 else
8967   ac_check_lib_save_LIBS=$LIBS
8968 LIBS="-lXau $X_LIBS $LIBS"
8969 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
8970 /* end confdefs.h.  */
8971
8972 /* Override any GCC internal prototype to avoid an error.
8973    Use char because int might match the return type of a GCC
8974    builtin and then its argument prototype would still apply.  */
8975 #ifdef __cplusplus
8976 extern "C"
8977 #endif
8978 char XauGetBestAuthByAddr ();
8979 int
8980 main ()
8981 {
8982 return XauGetBestAuthByAddr ();
8983   ;
8984   return 0;
8985 }
8986 _ACEOF
8987 if ac_fn_c_try_link "$LINENO"; then :
8988   ac_cv_lib_Xau_XauGetBestAuthByAddr=yes
8989 else
8990   ac_cv_lib_Xau_XauGetBestAuthByAddr=no
8991 fi
8992 rm -f core conftest.err conftest.$ac_objext \
8993     conftest$ac_exeext conftest.$ac_ext
8994 LIBS=$ac_check_lib_save_LIBS
8995 fi
8996 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_Xau_XauGetBestAuthByAddr" >&5
8997 $as_echo "$ac_cv_lib_Xau_XauGetBestAuthByAddr" >&6; }
8998 if test "x$ac_cv_lib_Xau_XauGetBestAuthByAddr" = x""yes; then :
8999   NASLIBS="-lXau -laudio -lXt $X_LIBS $XLIB $X_EXTRA_LIBS"
9000 else
9001   NASLIBS="-laudio -lXt $X_LIBS $XLIB $X_EXTRA_LIBS"
9002 fi
9003
9004
9005 fi
9006
9007 fi
9008
9009 done
9010
9011
9012     CPPFLAGS="$ac_save_CPPFLAGS"
9013 else
9014     XLIB=""
9015     X_CFLAGS=""
9016     X_LIBS=""
9017     enable_winex11_drv=${enable_winex11_drv:-no}
9018     enable_opengl32=${enable_opengl32:-no}
9019     enable_glu32=${enable_glu32:-no}
9020 fi
9021 if test "x$XLIB" = "x"; then :
9022   case "x$with_x" in
9023   xno) ;;
9024   *)   as_fn_error "X ${notice_platform}development files not found. Wine will be built
9025 without X support, which probably isn't what you want. You will need to install
9026 ${notice_platform}development packages of Xlib/Xfree86 at the very least.
9027 Use the --without-x option if you really want this." "$LINENO" 5 ;;
9028 esac
9029 fi
9030
9031
9032 XML2LIBS=""
9033
9034 XML2INCL=""
9035
9036 XSLTINCL=""
9037
9038 if test "x$with_xml" != "xno"
9039 then
9040     ac_save_CPPFLAGS="$CPPFLAGS"
9041     if test "$PKG_CONFIG" != "false"
9042     then
9043         ac_xml_libs="`$PKG_CONFIG --libs libxml-2.0 2>/dev/null`"
9044         ac_xml_cflags="`$PKG_CONFIG --cflags libxml-2.0 2>/dev/null`"
9045     else
9046         ac_xml_libs="`xml2-config --libs 2>/dev/null`"
9047         ac_xml_cflags="`xml2-config --cflags  2>/dev/null`"
9048     fi
9049     CPPFLAGS="$CPPFLAGS $ac_xml_cflags"
9050     for ac_header in libxml/parser.h
9051 do :
9052   ac_fn_c_check_header_mongrel "$LINENO" "libxml/parser.h" "ac_cv_header_libxml_parser_h" "$ac_includes_default"
9053 if test "x$ac_cv_header_libxml_parser_h" = x""yes; then :
9054   cat >>confdefs.h <<_ACEOF
9055 #define HAVE_LIBXML_PARSER_H 1
9056 _ACEOF
9057  { $as_echo "$as_me:${as_lineno-$LINENO}: checking for xmlParseMemory in -lxml2" >&5
9058 $as_echo_n "checking for xmlParseMemory in -lxml2... " >&6; }
9059 if test "${ac_cv_lib_xml2_xmlParseMemory+set}" = set; then :
9060   $as_echo_n "(cached) " >&6
9061 else
9062   ac_check_lib_save_LIBS=$LIBS
9063 LIBS="-lxml2 $ac_xml_libs $LIBS"
9064 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
9065 /* end confdefs.h.  */
9066
9067 /* Override any GCC internal prototype to avoid an error.
9068    Use char because int might match the return type of a GCC
9069    builtin and then its argument prototype would still apply.  */
9070 #ifdef __cplusplus
9071 extern "C"
9072 #endif
9073 char xmlParseMemory ();
9074 int
9075 main ()
9076 {
9077 return xmlParseMemory ();
9078   ;
9079   return 0;
9080 }
9081 _ACEOF
9082 if ac_fn_c_try_link "$LINENO"; then :
9083   ac_cv_lib_xml2_xmlParseMemory=yes
9084 else
9085   ac_cv_lib_xml2_xmlParseMemory=no
9086 fi
9087 rm -f core conftest.err conftest.$ac_objext \
9088     conftest$ac_exeext conftest.$ac_ext
9089 LIBS=$ac_check_lib_save_LIBS
9090 fi
9091 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_xml2_xmlParseMemory" >&5
9092 $as_echo "$ac_cv_lib_xml2_xmlParseMemory" >&6; }
9093 if test "x$ac_cv_lib_xml2_xmlParseMemory" = x""yes; then :
9094
9095 $as_echo "#define HAVE_LIBXML2 1" >>confdefs.h
9096
9097                  XML2LIBS="$ac_xml_libs"
9098                  XML2INCL="$ac_xml_cflags"
9099 fi
9100
9101              { $as_echo "$as_me:${as_lineno-$LINENO}: checking for xmlReadMemory in -lxml2" >&5
9102 $as_echo_n "checking for xmlReadMemory in -lxml2... " >&6; }
9103 if test "${ac_cv_lib_xml2_xmlReadMemory+set}" = set; then :
9104   $as_echo_n "(cached) " >&6
9105 else
9106   ac_check_lib_save_LIBS=$LIBS
9107 LIBS="-lxml2 $ac_xml_libs $LIBS"
9108 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
9109 /* end confdefs.h.  */
9110
9111 /* Override any GCC internal prototype to avoid an error.
9112    Use char because int might match the return type of a GCC
9113    builtin and then its argument prototype would still apply.  */
9114 #ifdef __cplusplus
9115 extern "C"
9116 #endif
9117 char xmlReadMemory ();
9118 int
9119 main ()
9120 {
9121 return xmlReadMemory ();
9122   ;
9123   return 0;
9124 }
9125 _ACEOF
9126 if ac_fn_c_try_link "$LINENO"; then :
9127   ac_cv_lib_xml2_xmlReadMemory=yes
9128 else
9129   ac_cv_lib_xml2_xmlReadMemory=no
9130 fi
9131 rm -f core conftest.err conftest.$ac_objext \
9132     conftest$ac_exeext conftest.$ac_ext
9133 LIBS=$ac_check_lib_save_LIBS
9134 fi
9135 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_xml2_xmlReadMemory" >&5
9136 $as_echo "$ac_cv_lib_xml2_xmlReadMemory" >&6; }
9137 if test "x$ac_cv_lib_xml2_xmlReadMemory" = x""yes; then :
9138
9139 $as_echo "#define HAVE_XMLREADMEMORY 1" >>confdefs.h
9140
9141 fi
9142
9143              { $as_echo "$as_me:${as_lineno-$LINENO}: checking for xmlNewDocPI in -lxml2" >&5
9144 $as_echo_n "checking for xmlNewDocPI in -lxml2... " >&6; }
9145 if test "${ac_cv_lib_xml2_xmlNewDocPI+set}" = set; then :
9146   $as_echo_n "(cached) " >&6
9147 else
9148   ac_check_lib_save_LIBS=$LIBS
9149 LIBS="-lxml2 $ac_xml_libs $LIBS"
9150 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
9151 /* end confdefs.h.  */
9152
9153 /* Override any GCC internal prototype to avoid an error.
9154    Use char because int might match the return type of a GCC
9155    builtin and then its argument prototype would still apply.  */
9156 #ifdef __cplusplus
9157 extern "C"
9158 #endif
9159 char xmlNewDocPI ();
9160 int
9161 main ()
9162 {
9163 return xmlNewDocPI ();
9164   ;
9165   return 0;
9166 }
9167 _ACEOF
9168 if ac_fn_c_try_link "$LINENO"; then :
9169   ac_cv_lib_xml2_xmlNewDocPI=yes
9170 else
9171   ac_cv_lib_xml2_xmlNewDocPI=no
9172 fi
9173 rm -f core conftest.err conftest.$ac_objext \
9174     conftest$ac_exeext conftest.$ac_ext
9175 LIBS=$ac_check_lib_save_LIBS
9176 fi
9177 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_xml2_xmlNewDocPI" >&5
9178 $as_echo "$ac_cv_lib_xml2_xmlNewDocPI" >&6; }
9179 if test "x$ac_cv_lib_xml2_xmlNewDocPI" = x""yes; then :
9180
9181 $as_echo "#define HAVE_XMLNEWDOCPI 1" >>confdefs.h
9182
9183 fi
9184
9185
9186 fi
9187
9188 done
9189
9190     CPPFLAGS="$ac_save_CPPFLAGS"
9191 fi
9192 if test "$ac_cv_lib_xml2_xmlParseMemory" != "yes"; then :
9193   case "x$with_xml" in
9194   x)   wine_warnings="$wine_warnings|libxml2 ${notice_platform}development files not found, XML won't be supported." ;;
9195   xno) ;;
9196   *)   as_fn_error "libxml2 ${notice_platform}development files not found, XML won't be supported.
9197 This is an error since --with-xml was requested." "$LINENO" 5 ;;
9198 esac
9199 fi
9200
9201 if test "x$with_xslt" != "xno"
9202 then
9203     if test "$PKG_CONFIG" != "false"
9204     then
9205         ac_xslt_libs="`$PKG_CONFIG --libs libxslt 2>/dev/null`"
9206         ac_xslt_cflags="`$PKG_CONFIG --cflags libxslt 2>/dev/null`"
9207     else
9208         ac_xslt_libs="`xslt-config --libs 2>/dev/null`"
9209         ac_xslt_cflags="`xslt-config --cflags 2>/dev/null`"
9210     fi
9211     ac_save_CPPFLAGS="$CPPFLAGS"
9212     CPPFLAGS="$CPPFLAGS $ac_xslt_cflags"
9213     for ac_header in libxslt/pattern.h libxslt/transform.h
9214 do :
9215   as_ac_Header=`$as_echo "ac_cv_header_$ac_header" | $as_tr_sh`
9216 ac_fn_c_check_header_compile "$LINENO" "$ac_header" "$as_ac_Header" "#ifdef HAVE_LIBXSLT_PATTERN_H
9217 # include <libxslt/pattern.h>
9218 #endif
9219 "
9220 eval as_val=\$$as_ac_Header
9221    if test "x$as_val" = x""yes; then :
9222   cat >>confdefs.h <<_ACEOF
9223 #define `$as_echo "HAVE_$ac_header" | $as_tr_cpp` 1
9224 _ACEOF
9225
9226 fi
9227
9228 done
9229
9230     CPPFLAGS="$ac_save_CPPFLAGS"
9231     if test "$ac_cv_header_libxslt_transform_h" = "yes"
9232     then
9233         { $as_echo "$as_me:${as_lineno-$LINENO}: checking for -lxslt" >&5
9234 $as_echo_n "checking for -lxslt... " >&6; }
9235 if test "${ac_cv_lib_soname_xslt+set}" = set; then :
9236   $as_echo_n "(cached) " >&6
9237 else
9238   ac_check_soname_save_LIBS=$LIBS
9239 LIBS="-lxslt $ac_xslt_libs $LIBS"
9240   cat confdefs.h - <<_ACEOF >conftest.$ac_ext
9241 /* end confdefs.h.  */
9242
9243 /* Override any GCC internal prototype to avoid an error.
9244    Use char because int might match the return type of a GCC
9245    builtin and then its argument prototype would still apply.  */
9246 #ifdef __cplusplus
9247 extern "C"
9248 #endif
9249 char xsltCompilePattern ();
9250 int
9251 main ()
9252 {
9253 return xsltCompilePattern ();
9254   ;
9255   return 0;
9256 }
9257 _ACEOF
9258 if ac_fn_c_try_link "$LINENO"; then :
9259   case "$LIBEXT" in
9260     dll) ;;
9261     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'` ;;
9262     *) ac_cv_lib_soname_xslt=`$ac_cv_path_LDD conftest$ac_exeext | grep "libxslt\\.$LIBEXT" | sed -e "s/^.*\(libxslt\.$LIBEXT[^  ]*\).*$/\1/"';2,$d'` ;;
9263   esac
9264 fi
9265 rm -f core conftest.err conftest.$ac_objext \
9266     conftest$ac_exeext conftest.$ac_ext
9267   LIBS=$ac_check_soname_save_LIBS
9268 fi
9269 if test "x$ac_cv_lib_soname_xslt" = "x"; then :
9270   { $as_echo "$as_me:${as_lineno-$LINENO}: result: not found" >&5
9271 $as_echo "not found" >&6; }
9272
9273 else
9274   { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_soname_xslt" >&5
9275 $as_echo "$ac_cv_lib_soname_xslt" >&6; }
9276
9277 cat >>confdefs.h <<_ACEOF
9278 #define SONAME_LIBXSLT "$ac_cv_lib_soname_xslt"
9279 _ACEOF
9280
9281        XSLTINCL="$ac_xslt_cflags"
9282 fi
9283     fi
9284 fi
9285 if test "x$ac_cv_lib_soname_xslt" = "x"; then :
9286   case "x$with_xslt" in
9287   x)   wine_warnings="$wine_warnings|libxslt ${notice_platform}development files not found, xslt won't be supported." ;;
9288   xno) ;;
9289   *)   as_fn_error "libxslt ${notice_platform}development files not found, xslt won't be supported.
9290 This is an error since --with-xslt was requested." "$LINENO" 5 ;;
9291 esac
9292 fi
9293
9294 HALINCL=""
9295
9296 if test "x$with_hal" != "xno"
9297 then
9298     ac_save_CPPFLAGS="$CPPFLAGS"
9299     if test "$PKG_CONFIG" != "false"
9300     then
9301         ac_hal_libs="`$PKG_CONFIG --libs hal 2>/dev/null`"
9302         ac_hal_cflags="`$PKG_CONFIG --cflags hal 2>/dev/null`"
9303         CPPFLAGS="$CPPFLAGS $ac_hal_cflags"
9304     fi
9305     for ac_header in dbus/dbus.h hal/libhal.h
9306 do :
9307   as_ac_Header=`$as_echo "ac_cv_header_$ac_header" | $as_tr_sh`
9308 ac_fn_c_check_header_mongrel "$LINENO" "$ac_header" "$as_ac_Header" "$ac_includes_default"
9309 eval as_val=\$$as_ac_Header
9310    if test "x$as_val" = x""yes; then :
9311   cat >>confdefs.h <<_ACEOF
9312 #define `$as_echo "HAVE_$ac_header" | $as_tr_cpp` 1
9313 _ACEOF
9314
9315 fi
9316
9317 done
9318
9319     if test "$ac_cv_header_dbus_dbus_h" = "yes" -a "$ac_cv_header_hal_libhal_h" = "yes"
9320     then
9321         { $as_echo "$as_me:${as_lineno-$LINENO}: checking for dbus_connection_close in -ldbus-1" >&5
9322 $as_echo_n "checking for dbus_connection_close in -ldbus-1... " >&6; }
9323 if test "${ac_cv_lib_dbus_1_dbus_connection_close+set}" = set; then :
9324   $as_echo_n "(cached) " >&6
9325 else
9326   ac_check_lib_save_LIBS=$LIBS
9327 LIBS="-ldbus-1 $ac_hal_libs $LIBS"
9328 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
9329 /* end confdefs.h.  */
9330
9331 /* Override any GCC internal prototype to avoid an error.
9332    Use char because int might match the return type of a GCC
9333    builtin and then its argument prototype would still apply.  */
9334 #ifdef __cplusplus
9335 extern "C"
9336 #endif
9337 char dbus_connection_close ();
9338 int
9339 main ()
9340 {
9341 return dbus_connection_close ();
9342   ;
9343   return 0;
9344 }
9345 _ACEOF
9346 if ac_fn_c_try_link "$LINENO"; then :
9347   ac_cv_lib_dbus_1_dbus_connection_close=yes
9348 else
9349   ac_cv_lib_dbus_1_dbus_connection_close=no
9350 fi
9351 rm -f core conftest.err conftest.$ac_objext \
9352     conftest$ac_exeext conftest.$ac_ext
9353 LIBS=$ac_check_lib_save_LIBS
9354 fi
9355 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_dbus_1_dbus_connection_close" >&5
9356 $as_echo "$ac_cv_lib_dbus_1_dbus_connection_close" >&6; }
9357 if test "x$ac_cv_lib_dbus_1_dbus_connection_close" = x""yes; then :
9358   { $as_echo "$as_me:${as_lineno-$LINENO}: checking for -lhal" >&5
9359 $as_echo_n "checking for -lhal... " >&6; }
9360 if test "${ac_cv_lib_soname_hal+set}" = set; then :
9361   $as_echo_n "(cached) " >&6
9362 else
9363   ac_check_soname_save_LIBS=$LIBS
9364 LIBS="-lhal $ac_hal_libs $LIBS"
9365   cat confdefs.h - <<_ACEOF >conftest.$ac_ext
9366 /* end confdefs.h.  */
9367
9368 /* Override any GCC internal prototype to avoid an error.
9369    Use char because int might match the return type of a GCC
9370    builtin and then its argument prototype would still apply.  */
9371 #ifdef __cplusplus
9372 extern "C"
9373 #endif
9374 char libhal_ctx_new ();
9375 int
9376 main ()
9377 {
9378 return libhal_ctx_new ();
9379   ;
9380   return 0;
9381 }
9382 _ACEOF
9383 if ac_fn_c_try_link "$LINENO"; then :
9384   case "$LIBEXT" in
9385     dll) ;;
9386     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'` ;;
9387     *) ac_cv_lib_soname_hal=`$ac_cv_path_LDD conftest$ac_exeext | grep "libhal\\.$LIBEXT" | sed -e "s/^.*\(libhal\.$LIBEXT[^     ]*\).*$/\1/"';2,$d'` ;;
9388   esac
9389 fi
9390 rm -f core conftest.err conftest.$ac_objext \
9391     conftest$ac_exeext conftest.$ac_ext
9392   LIBS=$ac_check_soname_save_LIBS
9393 fi
9394 if test "x$ac_cv_lib_soname_hal" = "x"; then :
9395   { $as_echo "$as_me:${as_lineno-$LINENO}: result: not found" >&5
9396 $as_echo "not found" >&6; }
9397
9398 else
9399   { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_soname_hal" >&5
9400 $as_echo "$ac_cv_lib_soname_hal" >&6; }
9401
9402 cat >>confdefs.h <<_ACEOF
9403 #define SONAME_LIBHAL "$ac_cv_lib_soname_hal"
9404 _ACEOF
9405
9406        HALINCL="$ac_hal_cflags"
9407 fi
9408 fi
9409
9410     fi
9411     CPPFLAGS="$ac_save_CPPFLAGS"
9412 fi
9413 if test "x$ac_cv_lib_soname_hal" = "x"; then :
9414   case "x$with_hal" in
9415   x)   wine_notices="$wine_notices|libhal/libdbus ${notice_platform}development files not found, no dynamic device support." ;;
9416   xno) ;;
9417   *)   as_fn_error "libhal/libdbus ${notice_platform}development files not found, no dynamic device support.
9418 This is an error since --with-hal was requested." "$LINENO" 5 ;;
9419 esac
9420 fi
9421
9422 if test "x$with_gnutls" != "xno"
9423 then
9424     ac_save_CPPFLAGS="$CPPFLAGS"
9425     if test "$PKG_CONFIG" != "false"
9426     then
9427         ac_gnutls_libs="`$PKG_CONFIG --libs gnutls 2>/dev/null`"
9428         ac_gnutls_cflags="`$PKG_CONFIG --cflags gnutls 2>/dev/null`"
9429         CPPFLAGS="$CPPFLAGS $ac_gnutls_cflags"
9430     fi
9431     ac_fn_c_check_header_mongrel "$LINENO" "gnutls/gnutls.h" "ac_cv_header_gnutls_gnutls_h" "$ac_includes_default"
9432 if test "x$ac_cv_header_gnutls_gnutls_h" = x""yes; then :
9433   cat confdefs.h - <<_ACEOF >conftest.$ac_ext
9434 /* end confdefs.h.  */
9435 #include <gnutls/gnutls.h>
9436 int
9437 main ()
9438 {
9439 typeof(gnutls_mac_get_key_size) *pfunc;
9440   ;
9441   return 0;
9442 }
9443 _ACEOF
9444 if ac_fn_c_try_compile "$LINENO"; then :
9445   { $as_echo "$as_me:${as_lineno-$LINENO}: checking for -lgnutls" >&5
9446 $as_echo_n "checking for -lgnutls... " >&6; }
9447 if test "${ac_cv_lib_soname_gnutls+set}" = set; then :
9448   $as_echo_n "(cached) " >&6
9449 else
9450   ac_check_soname_save_LIBS=$LIBS
9451 LIBS="-lgnutls $ac_gnutls_libs $LIBS"
9452   cat confdefs.h - <<_ACEOF >conftest.$ac_ext
9453 /* end confdefs.h.  */
9454
9455 /* Override any GCC internal prototype to avoid an error.
9456    Use char because int might match the return type of a GCC
9457    builtin and then its argument prototype would still apply.  */
9458 #ifdef __cplusplus
9459 extern "C"
9460 #endif
9461 char gnutls_global_init ();
9462 int
9463 main ()
9464 {
9465 return gnutls_global_init ();
9466   ;
9467   return 0;
9468 }
9469 _ACEOF
9470 if ac_fn_c_try_link "$LINENO"; then :
9471   case "$LIBEXT" in
9472     dll) ;;
9473     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'` ;;
9474     *) ac_cv_lib_soname_gnutls=`$ac_cv_path_LDD conftest$ac_exeext | grep "libgnutls\\.$LIBEXT" | sed -e "s/^.*\(libgnutls\.$LIBEXT[^    ]*\).*$/\1/"';2,$d'` ;;
9475   esac
9476 fi
9477 rm -f core conftest.err conftest.$ac_objext \
9478     conftest$ac_exeext conftest.$ac_ext
9479   LIBS=$ac_check_soname_save_LIBS
9480 fi
9481 if test "x$ac_cv_lib_soname_gnutls" = "x"; then :
9482   { $as_echo "$as_me:${as_lineno-$LINENO}: result: not found" >&5
9483 $as_echo "not found" >&6; }
9484
9485 else
9486   { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_soname_gnutls" >&5
9487 $as_echo "$ac_cv_lib_soname_gnutls" >&6; }
9488
9489 cat >>confdefs.h <<_ACEOF
9490 #define SONAME_LIBGNUTLS "$ac_cv_lib_soname_gnutls"
9491 _ACEOF
9492
9493        GNUTLSINCL="$ac_gnutls_cflags"
9494
9495 fi
9496 fi
9497 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
9498 fi
9499
9500
9501     CPPFLAGS="$ac_save_CPPFLAGS"
9502 fi
9503 if test "x$ac_cv_lib_soname_gnutls" = "x"; then :
9504   case "x$with_gnutls" in
9505   x)   wine_notices="$wine_notices|libgnutls ${notice_platform}development files not found, no schannel support." ;;
9506   xno) ;;
9507   *)   as_fn_error "libgnutls ${notice_platform}development files not found, no schannel support.
9508 This is an error since --with-gnutls was requested." "$LINENO" 5 ;;
9509 esac
9510 fi
9511
9512 CURSESLIBS=""
9513 if test "$ac_cv_header_ncurses_h" = "yes"
9514 then
9515     { $as_echo "$as_me:${as_lineno-$LINENO}: checking for -lncurses" >&5
9516 $as_echo_n "checking for -lncurses... " >&6; }
9517 if test "${ac_cv_lib_soname_ncurses+set}" = set; then :
9518   $as_echo_n "(cached) " >&6
9519 else
9520   ac_check_soname_save_LIBS=$LIBS
9521 LIBS="-lncurses  $LIBS"
9522   cat confdefs.h - <<_ACEOF >conftest.$ac_ext
9523 /* end confdefs.h.  */
9524
9525 /* Override any GCC internal prototype to avoid an error.
9526    Use char because int might match the return type of a GCC
9527    builtin and then its argument prototype would still apply.  */
9528 #ifdef __cplusplus
9529 extern "C"
9530 #endif
9531 char waddch ();
9532 int
9533 main ()
9534 {
9535 return waddch ();
9536   ;
9537   return 0;
9538 }
9539 _ACEOF
9540 if ac_fn_c_try_link "$LINENO"; then :
9541   case "$LIBEXT" in
9542     dll) ;;
9543     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'` ;;
9544     *) ac_cv_lib_soname_ncurses=`$ac_cv_path_LDD conftest$ac_exeext | grep "libncurses\\.$LIBEXT" | sed -e "s/^.*\(libncurses\.$LIBEXT[^         ]*\).*$/\1/"';2,$d'` ;;
9545   esac
9546 fi
9547 rm -f core conftest.err conftest.$ac_objext \
9548     conftest$ac_exeext conftest.$ac_ext
9549   LIBS=$ac_check_soname_save_LIBS
9550 fi
9551 if test "x$ac_cv_lib_soname_ncurses" = "x"; then :
9552   { $as_echo "$as_me:${as_lineno-$LINENO}: result: not found" >&5
9553 $as_echo "not found" >&6; }
9554
9555 else
9556   { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_soname_ncurses" >&5
9557 $as_echo "$ac_cv_lib_soname_ncurses" >&6; }
9558
9559 cat >>confdefs.h <<_ACEOF
9560 #define SONAME_LIBNCURSES "$ac_cv_lib_soname_ncurses"
9561 _ACEOF
9562
9563        CURSESLIBS="-lncurses"
9564 fi
9565 elif test "$ac_cv_header_curses_h" = "yes"
9566 then
9567     { $as_echo "$as_me:${as_lineno-$LINENO}: checking for -lcurses" >&5
9568 $as_echo_n "checking for -lcurses... " >&6; }
9569 if test "${ac_cv_lib_soname_curses+set}" = set; then :
9570   $as_echo_n "(cached) " >&6
9571 else
9572   ac_check_soname_save_LIBS=$LIBS
9573 LIBS="-lcurses  $LIBS"
9574   cat confdefs.h - <<_ACEOF >conftest.$ac_ext
9575 /* end confdefs.h.  */
9576
9577 /* Override any GCC internal prototype to avoid an error.
9578    Use char because int might match the return type of a GCC
9579    builtin and then its argument prototype would still apply.  */
9580 #ifdef __cplusplus
9581 extern "C"
9582 #endif
9583 char waddch ();
9584 int
9585 main ()
9586 {
9587 return waddch ();
9588   ;
9589   return 0;
9590 }
9591 _ACEOF
9592 if ac_fn_c_try_link "$LINENO"; then :
9593   case "$LIBEXT" in
9594     dll) ;;
9595     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'` ;;
9596     *) ac_cv_lib_soname_curses=`$ac_cv_path_LDD conftest$ac_exeext | grep "libcurses\\.$LIBEXT" | sed -e "s/^.*\(libcurses\.$LIBEXT[^    ]*\).*$/\1/"';2,$d'` ;;
9597   esac
9598 fi
9599 rm -f core conftest.err conftest.$ac_objext \
9600     conftest$ac_exeext conftest.$ac_ext
9601   LIBS=$ac_check_soname_save_LIBS
9602 fi
9603 if test "x$ac_cv_lib_soname_curses" = "x"; then :
9604   { $as_echo "$as_me:${as_lineno-$LINENO}: result: not found" >&5
9605 $as_echo "not found" >&6; }
9606
9607 else
9608   { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_soname_curses" >&5
9609 $as_echo "$ac_cv_lib_soname_curses" >&6; }
9610
9611 cat >>confdefs.h <<_ACEOF
9612 #define SONAME_LIBCURSES "$ac_cv_lib_soname_curses"
9613 _ACEOF
9614
9615        CURSESLIBS="-lcurses"
9616 fi
9617 fi
9618 ac_save_LIBS="$LIBS"
9619 LIBS="$LIBS $CURSESLIBS"
9620 for ac_func in mousemask
9621 do :
9622   ac_fn_c_check_func "$LINENO" "mousemask" "ac_cv_func_mousemask"
9623 if test "x$ac_cv_func_mousemask" = x""yes; then :
9624   cat >>confdefs.h <<_ACEOF
9625 #define HAVE_MOUSEMASK 1
9626 _ACEOF
9627
9628 fi
9629 done
9630
9631 LIBS="$ac_save_LIBS"
9632 if test "x$ac_cv_lib_soname_curses$ac_cv_lib_soname_ncurses" = "x"; then :
9633   case "x$with_curses" in
9634   x)   wine_notices="$wine_notices|lib(n)curses ${notice_platform}development files not found, curses won't be supported." ;;
9635   xno) ;;
9636   *)   as_fn_error "lib(n)curses ${notice_platform}development files not found, curses won't be supported.
9637 This is an error since --with-curses was requested." "$LINENO" 5 ;;
9638 esac
9639 fi
9640
9641 if test "x$with_sane" != "xno"
9642 then
9643     ac_save_CPPFLAGS="$CPPFLAGS"
9644     # Extract the first word of "sane-config", so it can be a program name with args.
9645 set dummy sane-config; ac_word=$2
9646 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
9647 $as_echo_n "checking for $ac_word... " >&6; }
9648 if test "${ac_cv_prog_sane_devel+set}" = set; then :
9649   $as_echo_n "(cached) " >&6
9650 else
9651   if test -n "$sane_devel"; then
9652   ac_cv_prog_sane_devel="$sane_devel" # Let the user override the test.
9653 else
9654 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
9655 for as_dir in $PATH
9656 do
9657   IFS=$as_save_IFS
9658   test -z "$as_dir" && as_dir=.
9659     for ac_exec_ext in '' $ac_executable_extensions; do
9660   if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
9661     ac_cv_prog_sane_devel="sane-config"
9662     $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
9663     break 2
9664   fi
9665 done
9666   done
9667 IFS=$as_save_IFS
9668
9669   test -z "$ac_cv_prog_sane_devel" && ac_cv_prog_sane_devel="no"
9670 fi
9671 fi
9672 sane_devel=$ac_cv_prog_sane_devel
9673 if test -n "$sane_devel"; then
9674   { $as_echo "$as_me:${as_lineno-$LINENO}: result: $sane_devel" >&5
9675 $as_echo "$sane_devel" >&6; }
9676 else
9677   { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
9678 $as_echo "no" >&6; }
9679 fi
9680
9681
9682     if test "$sane_devel" != "no"
9683     then
9684         ac_sane_incl="`$sane_devel --cflags`"
9685         ac_sane_libs="`$sane_devel --ldflags`"
9686         CPPFLAGS="$CPPFLAGS $ac_sane_incl"
9687     fi
9688     ac_fn_c_check_header_mongrel "$LINENO" "sane/sane.h" "ac_cv_header_sane_sane_h" "$ac_includes_default"
9689 if test "x$ac_cv_header_sane_sane_h" = x""yes; then :
9690   { $as_echo "$as_me:${as_lineno-$LINENO}: checking for -lsane" >&5
9691 $as_echo_n "checking for -lsane... " >&6; }
9692 if test "${ac_cv_lib_soname_sane+set}" = set; then :
9693   $as_echo_n "(cached) " >&6
9694 else
9695   ac_check_soname_save_LIBS=$LIBS
9696 LIBS="-lsane $ac_sane_libs $LIBS"
9697   cat confdefs.h - <<_ACEOF >conftest.$ac_ext
9698 /* end confdefs.h.  */
9699
9700 /* Override any GCC internal prototype to avoid an error.
9701    Use char because int might match the return type of a GCC
9702    builtin and then its argument prototype would still apply.  */
9703 #ifdef __cplusplus
9704 extern "C"
9705 #endif
9706 char sane_init ();
9707 int
9708 main ()
9709 {
9710 return sane_init ();
9711   ;
9712   return 0;
9713 }
9714 _ACEOF
9715 if ac_fn_c_try_link "$LINENO"; then :
9716   case "$LIBEXT" in
9717     dll) ;;
9718     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'` ;;
9719     *) ac_cv_lib_soname_sane=`$ac_cv_path_LDD conftest$ac_exeext | grep "libsane\\.$LIBEXT" | sed -e "s/^.*\(libsane\.$LIBEXT[^  ]*\).*$/\1/"';2,$d'` ;;
9720   esac
9721 fi
9722 rm -f core conftest.err conftest.$ac_objext \
9723     conftest$ac_exeext conftest.$ac_ext
9724   LIBS=$ac_check_soname_save_LIBS
9725 fi
9726 if test "x$ac_cv_lib_soname_sane" = "x"; then :
9727   { $as_echo "$as_me:${as_lineno-$LINENO}: result: not found" >&5
9728 $as_echo "not found" >&6; }
9729
9730 else
9731   { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_soname_sane" >&5
9732 $as_echo "$ac_cv_lib_soname_sane" >&6; }
9733
9734 cat >>confdefs.h <<_ACEOF
9735 #define SONAME_LIBSANE "$ac_cv_lib_soname_sane"
9736 _ACEOF
9737
9738        SANEINCL="$ac_sane_incl"
9739
9740 fi
9741 fi
9742
9743
9744     CPPFLAGS="$ac_save_CPPFLAGS"
9745 fi
9746 if test "x$ac_cv_lib_soname_sane" = "x"; then :
9747   case "x$with_sane" in
9748   x)   wine_notices="$wine_notices|libsane ${notice_platform}development files not found, scanners won't be supported." ;;
9749   xno) ;;
9750   *)   as_fn_error "libsane ${notice_platform}development files not found, scanners won't be supported.
9751 This is an error since --with-sane was requested." "$LINENO" 5 ;;
9752 esac
9753 fi
9754
9755 if test "x$with_gphoto" != "xno"
9756 then
9757     ac_save_CPPFLAGS="$CPPFLAGS"
9758     # Extract the first word of "gphoto2-config", so it can be a program name with args.
9759 set dummy gphoto2-config; ac_word=$2
9760 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
9761 $as_echo_n "checking for $ac_word... " >&6; }
9762 if test "${ac_cv_prog_gphoto2_devel+set}" = set; then :
9763   $as_echo_n "(cached) " >&6
9764 else
9765   if test -n "$gphoto2_devel"; then
9766   ac_cv_prog_gphoto2_devel="$gphoto2_devel" # Let the user override the test.
9767 else
9768 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
9769 for as_dir in $PATH
9770 do
9771   IFS=$as_save_IFS
9772   test -z "$as_dir" && as_dir=.
9773     for ac_exec_ext in '' $ac_executable_extensions; do
9774   if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
9775     ac_cv_prog_gphoto2_devel="gphoto2-config"
9776     $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
9777     break 2
9778   fi
9779 done
9780   done
9781 IFS=$as_save_IFS
9782
9783   test -z "$ac_cv_prog_gphoto2_devel" && ac_cv_prog_gphoto2_devel="no"
9784 fi
9785 fi
9786 gphoto2_devel=$ac_cv_prog_gphoto2_devel
9787 if test -n "$gphoto2_devel"; then
9788   { $as_echo "$as_me:${as_lineno-$LINENO}: result: $gphoto2_devel" >&5
9789 $as_echo "$gphoto2_devel" >&6; }
9790 else
9791   { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
9792 $as_echo "no" >&6; }
9793 fi
9794
9795
9796     # Extract the first word of "gphoto2-port-config", so it can be a program name with args.
9797 set dummy gphoto2-port-config; ac_word=$2
9798 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
9799 $as_echo_n "checking for $ac_word... " >&6; }
9800 if test "${ac_cv_prog_gphoto2port_devel+set}" = set; then :
9801   $as_echo_n "(cached) " >&6
9802 else
9803   if test -n "$gphoto2port_devel"; then
9804   ac_cv_prog_gphoto2port_devel="$gphoto2port_devel" # Let the user override the test.
9805 else
9806 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
9807 for as_dir in $PATH
9808 do
9809   IFS=$as_save_IFS
9810   test -z "$as_dir" && as_dir=.
9811     for ac_exec_ext in '' $ac_executable_extensions; do
9812   if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
9813     ac_cv_prog_gphoto2port_devel="gphoto2-port-config"
9814     $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
9815     break 2
9816   fi
9817 done
9818   done
9819 IFS=$as_save_IFS
9820
9821   test -z "$ac_cv_prog_gphoto2port_devel" && ac_cv_prog_gphoto2port_devel="no"
9822 fi
9823 fi
9824 gphoto2port_devel=$ac_cv_prog_gphoto2port_devel
9825 if test -n "$gphoto2port_devel"; then
9826   { $as_echo "$as_me:${as_lineno-$LINENO}: result: $gphoto2port_devel" >&5
9827 $as_echo "$gphoto2port_devel" >&6; }
9828 else
9829   { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
9830 $as_echo "no" >&6; }
9831 fi
9832
9833
9834     if test "$gphoto2_devel" != "no" -a "$gphoto2port_devel" != "no"
9835     then
9836         ac_gphoto2_incl="`$gphoto2_devel --cflags` `$gphoto2port_devel --cflags`"
9837         ac_gphoto2_libs=""
9838         for i in `$gphoto2_devel --libs` `$gphoto2port_devel --libs`
9839         do
9840             case "$i" in
9841             -L/usr/lib|-L/usr/lib64) ;;
9842             -L*|-l*) ac_gphoto2_libs="$ac_gphoto2_libs $i";;
9843             esac
9844         done
9845         CPPFLAGS="$CPPFLAGS $ac_gphoto2_incl"
9846     fi
9847     ac_gphoto2_libs=${ac_gphoto2_libs:-"-lgphoto2"}
9848     ac_fn_c_check_header_mongrel "$LINENO" "gphoto2-camera.h" "ac_cv_header_gphoto2_camera_h" "$ac_includes_default"
9849 if test "x$ac_cv_header_gphoto2_camera_h" = x""yes; then :
9850   { $as_echo "$as_me:${as_lineno-$LINENO}: checking for gp_camera_new in -lgphoto2" >&5
9851 $as_echo_n "checking for gp_camera_new in -lgphoto2... " >&6; }
9852 if test "${ac_cv_lib_gphoto2_gp_camera_new+set}" = set; then :
9853   $as_echo_n "(cached) " >&6
9854 else
9855   ac_check_lib_save_LIBS=$LIBS
9856 LIBS="-lgphoto2 $ac_gphoto2_libs $LIBS"
9857 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
9858 /* end confdefs.h.  */
9859
9860 /* Override any GCC internal prototype to avoid an error.
9861    Use char because int might match the return type of a GCC
9862    builtin and then its argument prototype would still apply.  */
9863 #ifdef __cplusplus
9864 extern "C"
9865 #endif
9866 char gp_camera_new ();
9867 int
9868 main ()
9869 {
9870 return gp_camera_new ();
9871   ;
9872   return 0;
9873 }
9874 _ACEOF
9875 if ac_fn_c_try_link "$LINENO"; then :
9876   ac_cv_lib_gphoto2_gp_camera_new=yes
9877 else
9878   ac_cv_lib_gphoto2_gp_camera_new=no
9879 fi
9880 rm -f core conftest.err conftest.$ac_objext \
9881     conftest$ac_exeext conftest.$ac_ext
9882 LIBS=$ac_check_lib_save_LIBS
9883 fi
9884 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_gphoto2_gp_camera_new" >&5
9885 $as_echo "$ac_cv_lib_gphoto2_gp_camera_new" >&6; }
9886 if test "x$ac_cv_lib_gphoto2_gp_camera_new" = x""yes; then :
9887
9888 $as_echo "#define HAVE_GPHOTO2 1" >>confdefs.h
9889
9890                                    GPHOTO2LIBS="$ac_gphoto2_libs"
9891
9892                                    GPHOTO2INCL="$ac_gphoto2_incl"
9893
9894 fi
9895
9896 fi
9897
9898
9899     CPPFLAGS="$ac_save_CPPFLAGS"
9900 fi
9901 if test "$ac_cv_lib_gphoto2_gp_camera_new" != "yes"; then :
9902   case "x$with_gphoto" in
9903   x)   wine_notices="$wine_notices|libgphoto2 ${notice_platform}development files not found, digital cameras won't be supported." ;;
9904   xno) ;;
9905   *)   as_fn_error "libgphoto2 ${notice_platform}development files not found, digital cameras won't be supported.
9906 This is an error since --with-gphoto was requested." "$LINENO" 5 ;;
9907 esac
9908 fi
9909
9910
9911 RESOLVLIBS=""
9912
9913 if test "$ac_cv_header_resolv_h" = "yes"
9914 then
9915     ac_save_LIBS="$LIBS"
9916     LIBS="$LIBS -lresolv"
9917     cat confdefs.h - <<_ACEOF >conftest.$ac_ext
9918 /* end confdefs.h.  */
9919 #ifdef HAVE_NETINET_IN_H
9920 #include <netinet/in.h>
9921 #endif
9922 #include <resolv.h>
9923 int
9924 main ()
9925 {
9926 res_init();
9927   ;
9928   return 0;
9929 }
9930 _ACEOF
9931 if ac_fn_c_try_link "$LINENO"; then :
9932
9933 $as_echo "#define HAVE_RESOLV 1" >>confdefs.h
9934
9935          RESOLVLIBS="-lresolv"
9936 fi
9937 rm -f core conftest.err conftest.$ac_objext \
9938     conftest$ac_exeext conftest.$ac_ext
9939     LIBS="$ac_save_LIBS"
9940 fi
9941
9942 LCMSLIBS=""
9943
9944 if test "$ac_cv_header_lcms_h" = "yes" -o "$ac_cv_header_lcms_lcms_h" = "yes"
9945 then
9946     { $as_echo "$as_me:${as_lineno-$LINENO}: checking for cmsOpenProfileFromFile in -llcms" >&5
9947 $as_echo_n "checking for cmsOpenProfileFromFile in -llcms... " >&6; }
9948 if test "${ac_cv_lib_lcms_cmsOpenProfileFromFile+set}" = set; then :
9949   $as_echo_n "(cached) " >&6
9950 else
9951   ac_check_lib_save_LIBS=$LIBS
9952 LIBS="-llcms  $LIBS"
9953 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
9954 /* end confdefs.h.  */
9955
9956 /* Override any GCC internal prototype to avoid an error.
9957    Use char because int might match the return type of a GCC
9958    builtin and then its argument prototype would still apply.  */
9959 #ifdef __cplusplus
9960 extern "C"
9961 #endif
9962 char cmsOpenProfileFromFile ();
9963 int
9964 main ()
9965 {
9966 return cmsOpenProfileFromFile ();
9967   ;
9968   return 0;
9969 }
9970 _ACEOF
9971 if ac_fn_c_try_link "$LINENO"; then :
9972   ac_cv_lib_lcms_cmsOpenProfileFromFile=yes
9973 else
9974   ac_cv_lib_lcms_cmsOpenProfileFromFile=no
9975 fi
9976 rm -f core conftest.err conftest.$ac_objext \
9977     conftest$ac_exeext conftest.$ac_ext
9978 LIBS=$ac_check_lib_save_LIBS
9979 fi
9980 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_lcms_cmsOpenProfileFromFile" >&5
9981 $as_echo "$ac_cv_lib_lcms_cmsOpenProfileFromFile" >&6; }
9982 if test "x$ac_cv_lib_lcms_cmsOpenProfileFromFile" = x""yes; then :
9983
9984 $as_echo "#define HAVE_LCMS 1" >>confdefs.h
9985
9986          LCMSLIBS="-llcms"
9987 fi
9988
9989 fi
9990 if test "$ac_cv_lib_lcms_cmsOpenProfileFromFile" != "yes"; then :
9991   case "x$with_cms" in
9992   x)   wine_notices="$wine_notices|liblcms ${notice_platform}development files not found, Color Management won't be supported." ;;
9993   xno) ;;
9994   *)   as_fn_error "liblcms ${notice_platform}development files not found, Color Management won't be supported.
9995 This is an error since --with-cms was requested." "$LINENO" 5 ;;
9996 esac
9997 fi
9998
9999 if test "x$with_freetype" != "xno"
10000 then
10001     for ac_prog in freetype-config freetype2-config
10002 do
10003   # Extract the first word of "$ac_prog", so it can be a program name with args.
10004 set dummy $ac_prog; ac_word=$2
10005 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
10006 $as_echo_n "checking for $ac_word... " >&6; }
10007 if test "${ac_cv_prog_ft_devel+set}" = set; then :
10008   $as_echo_n "(cached) " >&6
10009 else
10010   if test -n "$ft_devel"; then
10011   ac_cv_prog_ft_devel="$ft_devel" # Let the user override the test.
10012 else
10013 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
10014 for as_dir in $PATH
10015 do
10016   IFS=$as_save_IFS
10017   test -z "$as_dir" && as_dir=.
10018     for ac_exec_ext in '' $ac_executable_extensions; do
10019   if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
10020     ac_cv_prog_ft_devel="$ac_prog"
10021     $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
10022     break 2
10023   fi
10024 done
10025   done
10026 IFS=$as_save_IFS
10027
10028 fi
10029 fi
10030 ft_devel=$ac_cv_prog_ft_devel
10031 if test -n "$ft_devel"; then
10032   { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ft_devel" >&5
10033 $as_echo "$ft_devel" >&6; }
10034 else
10035   { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
10036 $as_echo "no" >&6; }
10037 fi
10038
10039
10040   test -n "$ft_devel" && break
10041 done
10042 test -n "$ft_devel" || ft_devel="no"
10043
10044     if test "$ft_devel" != "no"
10045     then
10046         ac_freetype_incl=`$ft_devel --cflags`
10047         ac_freetype_libs=`$ft_devel --libs`
10048     fi
10049     ac_freetype_libs=${ac_freetype_libs:-"-lfreetype"}
10050     { $as_echo "$as_me:${as_lineno-$LINENO}: checking for -lfreetype" >&5
10051 $as_echo_n "checking for -lfreetype... " >&6; }
10052 if test "${ac_cv_lib_soname_freetype+set}" = set; then :
10053   $as_echo_n "(cached) " >&6
10054 else
10055   ac_check_soname_save_LIBS=$LIBS
10056 LIBS="-lfreetype $ac_freetype_libs $LIBS"
10057   cat confdefs.h - <<_ACEOF >conftest.$ac_ext
10058 /* end confdefs.h.  */
10059
10060 /* Override any GCC internal prototype to avoid an error.
10061    Use char because int might match the return type of a GCC
10062    builtin and then its argument prototype would still apply.  */
10063 #ifdef __cplusplus
10064 extern "C"
10065 #endif
10066 char FT_Init_FreeType ();
10067 int
10068 main ()
10069 {
10070 return FT_Init_FreeType ();
10071   ;
10072   return 0;
10073 }
10074 _ACEOF
10075 if ac_fn_c_try_link "$LINENO"; then :
10076   case "$LIBEXT" in
10077     dll) ;;
10078     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'` ;;
10079     *) ac_cv_lib_soname_freetype=`$ac_cv_path_LDD conftest$ac_exeext | grep "libfreetype\\.$LIBEXT" | sed -e "s/^.*\(libfreetype\.$LIBEXT[^      ]*\).*$/\1/"';2,$d'` ;;
10080   esac
10081 fi
10082 rm -f core conftest.err conftest.$ac_objext \
10083     conftest$ac_exeext conftest.$ac_ext
10084   LIBS=$ac_check_soname_save_LIBS
10085 fi
10086 if test "x$ac_cv_lib_soname_freetype" = "x"; then :
10087   { $as_echo "$as_me:${as_lineno-$LINENO}: result: not found" >&5
10088 $as_echo "not found" >&6; }
10089        ft_lib=no
10090 else
10091   { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_soname_freetype" >&5
10092 $as_echo "$ac_cv_lib_soname_freetype" >&6; }
10093
10094 cat >>confdefs.h <<_ACEOF
10095 #define SONAME_LIBFREETYPE "$ac_cv_lib_soname_freetype"
10096 _ACEOF
10097
10098        ft_lib=yes
10099 fi
10100     if test "$ft_lib" = "yes"
10101     then
10102         ac_save_CPPFLAGS="$CPPFLAGS"
10103         CPPFLAGS="$ac_freetype_incl $CPPFLAGS"
10104         for ac_header in ft2build.h \
10105                          freetype/freetype.h \
10106                          freetype/ftglyph.h \
10107                          freetype/fttypes.h \
10108                          freetype/tttables.h \
10109                          freetype/ftsnames.h \
10110                          freetype/ttnameid.h \
10111                          freetype/ftoutln.h \
10112                          freetype/ftwinfnt.h \
10113                          freetype/ftmodapi.h \
10114                          freetype/ftlcdfil.h \
10115                          freetype/internal/sfnt.h
10116 do :
10117   as_ac_Header=`$as_echo "ac_cv_header_$ac_header" | $as_tr_sh`
10118 ac_fn_c_check_header_compile "$LINENO" "$ac_header" "$as_ac_Header" "#ifdef HAVE_FT2BUILD_H
10119                           # include <ft2build.h>
10120                           #endif
10121 "
10122 eval as_val=\$$as_ac_Header
10123    if test "x$as_val" = x""yes; then :
10124   cat >>confdefs.h <<_ACEOF
10125 #define `$as_echo "HAVE_$ac_header" | $as_tr_cpp` 1
10126 _ACEOF
10127
10128 fi
10129
10130 done
10131
10132         cat confdefs.h - <<_ACEOF >conftest.$ac_ext
10133 /* end confdefs.h.  */
10134 #include <ft2build.h>
10135                     #include <freetype/fttrigon.h>
10136 _ACEOF
10137 if ac_fn_c_try_cpp "$LINENO"; then :
10138
10139 $as_echo "#define HAVE_FREETYPE_FTTRIGON_H 1" >>confdefs.h
10140
10141                     wine_cv_fttrigon=yes
10142 else
10143   wine_cv_fttrigon=no
10144 fi
10145 rm -f conftest.err conftest.$ac_ext
10146         ac_fn_c_check_type "$LINENO" "FT_TrueTypeEngineType" "ac_cv_type_FT_TrueTypeEngineType" "#include <freetype/ftmodapi.h>
10147 "
10148 if test "x$ac_cv_type_FT_TrueTypeEngineType" = x""yes; then :
10149
10150 cat >>confdefs.h <<_ACEOF
10151 #define HAVE_FT_TRUETYPEENGINETYPE 1
10152 _ACEOF
10153
10154
10155 fi
10156
10157         ac_save_CFLAGS="$CFLAGS"
10158         CFLAGS="$CFLAGS $ac_freetype_libs"
10159         for ac_func in FT_Load_Sfnt_Table
10160 do :
10161   ac_fn_c_check_func "$LINENO" "FT_Load_Sfnt_Table" "ac_cv_func_FT_Load_Sfnt_Table"
10162 if test "x$ac_cv_func_FT_Load_Sfnt_Table" = x""yes; then :
10163   cat >>confdefs.h <<_ACEOF
10164 #define HAVE_FT_LOAD_SFNT_TABLE 1
10165 _ACEOF
10166
10167 fi
10168 done
10169
10170         CFLAGS="$ac_save_CFLAGS"
10171         CPPFLAGS="$ac_save_CPPFLAGS"
10172                 if test "$ac_cv_header_freetype_freetype_h" = "yes" -a "$wine_cv_fttrigon" = "yes"
10173         then
10174
10175 $as_echo "#define HAVE_FREETYPE 1" >>confdefs.h
10176
10177             FREETYPELIBS="$ac_freetype_libs"
10178
10179             FREETYPEINCL="$ac_freetype_incl"
10180
10181         fi
10182     fi
10183 fi
10184 if test "x$FREETYPELIBS" = "x"; then :
10185   case "x$with_freetype" in
10186   xno) ;;
10187   *)   as_fn_error "FreeType ${notice_platform}development files not found. Fonts will not be built.
10188 Use the --without-freetype option if you really want this." "$LINENO" 5 ;;
10189 esac
10190 fi
10191 test "x$FREETYPELIBS" = "x" && enable_fonts=${enable_fonts:-no}
10192
10193 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for parport header/ppdev.h" >&5
10194 $as_echo_n "checking for parport header/ppdev.h... " >&6; }
10195 if test "${ac_cv_c_ppdev+set}" = set; then :
10196   $as_echo_n "(cached) " >&6
10197 else
10198   cat confdefs.h - <<_ACEOF >conftest.$ac_ext
10199 /* end confdefs.h.  */
10200 #include <linux/ppdev.h>
10201 int
10202 main ()
10203 {
10204 ioctl (1,PPCLAIM,0)
10205   ;
10206   return 0;
10207 }
10208 _ACEOF
10209 if ac_fn_c_try_compile "$LINENO"; then :
10210   ac_cv_c_ppdev="yes"
10211 else
10212   ac_cv_c_ppdev="no"
10213 fi
10214 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
10215 fi
10216 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_c_ppdev" >&5
10217 $as_echo "$ac_cv_c_ppdev" >&6; }
10218 if test "$ac_cv_c_ppdev" = "yes"
10219 then
10220
10221 $as_echo "#define HAVE_PPDEV 1" >>confdefs.h
10222
10223 fi
10224
10225 ac_wine_check_funcs_save_LIBS="$LIBS"
10226 LIBS="$LIBS $LIBPTHREAD"
10227 for ac_func in \
10228         pthread_attr_get_np \
10229         pthread_getattr_np \
10230         pthread_get_stackaddr_np \
10231         pthread_get_stacksize_np
10232 do :
10233   as_ac_var=`$as_echo "ac_cv_func_$ac_func" | $as_tr_sh`
10234 ac_fn_c_check_func "$LINENO" "$ac_func" "$as_ac_var"
10235 eval as_val=\$$as_ac_var
10236    if test "x$as_val" = x""yes; then :
10237   cat >>confdefs.h <<_ACEOF
10238 #define `$as_echo "HAVE_$ac_func" | $as_tr_cpp` 1
10239 _ACEOF
10240
10241 fi
10242 done
10243
10244 LIBS="$ac_wine_check_funcs_save_LIBS"
10245
10246 if test "$ac_cv_header_zlib_h" = "yes"
10247 then
10248     { $as_echo "$as_me:${as_lineno-$LINENO}: checking for inflate in -lz" >&5
10249 $as_echo_n "checking for inflate in -lz... " >&6; }
10250 if test "${ac_cv_lib_z_inflate+set}" = set; then :
10251   $as_echo_n "(cached) " >&6
10252 else
10253   ac_check_lib_save_LIBS=$LIBS
10254 LIBS="-lz  $LIBS"
10255 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
10256 /* end confdefs.h.  */
10257
10258 /* Override any GCC internal prototype to avoid an error.
10259    Use char because int might match the return type of a GCC
10260    builtin and then its argument prototype would still apply.  */
10261 #ifdef __cplusplus
10262 extern "C"
10263 #endif
10264 char inflate ();
10265 int
10266 main ()
10267 {
10268 return inflate ();
10269   ;
10270   return 0;
10271 }
10272 _ACEOF
10273 if ac_fn_c_try_link "$LINENO"; then :
10274   ac_cv_lib_z_inflate=yes
10275 else
10276   ac_cv_lib_z_inflate=no
10277 fi
10278 rm -f core conftest.err conftest.$ac_objext \
10279     conftest$ac_exeext conftest.$ac_ext
10280 LIBS=$ac_check_lib_save_LIBS
10281 fi
10282 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_z_inflate" >&5
10283 $as_echo "$ac_cv_lib_z_inflate" >&6; }
10284 if test "x$ac_cv_lib_z_inflate" = x""yes; then :
10285
10286 $as_echo "#define HAVE_ZLIB 1" >>confdefs.h
10287
10288                             ZLIB="-lz"
10289
10290 fi
10291
10292 fi
10293
10294 if test "x$with_esd" != xno
10295 then
10296     save_CFLAGS="$CFLAGS"
10297     # Extract the first word of "esd-config", so it can be a program name with args.
10298 set dummy esd-config; ac_word=$2
10299 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
10300 $as_echo_n "checking for $ac_word... " >&6; }
10301 if test "${ac_cv_path_ESDCONFIG+set}" = set; then :
10302   $as_echo_n "(cached) " >&6
10303 else
10304   case $ESDCONFIG in
10305   [\\/]* | ?:[\\/]*)
10306   ac_cv_path_ESDCONFIG="$ESDCONFIG" # Let the user override the test with a path.
10307   ;;
10308   *)
10309   as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
10310 for as_dir in $PATH
10311 do
10312   IFS=$as_save_IFS
10313   test -z "$as_dir" && as_dir=.
10314     for ac_exec_ext in '' $ac_executable_extensions; do
10315   if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
10316     ac_cv_path_ESDCONFIG="$as_dir/$ac_word$ac_exec_ext"
10317     $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
10318     break 2
10319   fi
10320 done
10321   done
10322 IFS=$as_save_IFS
10323
10324   test -z "$ac_cv_path_ESDCONFIG" && ac_cv_path_ESDCONFIG="no"
10325   ;;
10326 esac
10327 fi
10328 ESDCONFIG=$ac_cv_path_ESDCONFIG
10329 if test -n "$ESDCONFIG"; then
10330   { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ESDCONFIG" >&5
10331 $as_echo "$ESDCONFIG" >&6; }
10332 else
10333   { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
10334 $as_echo "no" >&6; }
10335 fi
10336
10337
10338     if test "x$ESDCONFIG" != "xno"
10339     then
10340         ac_esd_incl=""
10341         for i in `$ESDCONFIG --cflags`
10342         do
10343             case "$i" in
10344                 -I*) ac_esd_incl="$ac_esd_incl $i";;
10345             esac
10346         done
10347         ac_esd_libs=`$ESDCONFIG --libs`
10348         CFLAGS="$CFLAGS $ac_esd_incl"
10349     fi
10350     ac_esd_libs=${ac_esd_libs:-"-lesd"}
10351     ac_fn_c_check_header_mongrel "$LINENO" "esd.h" "ac_cv_header_esd_h" "$ac_includes_default"
10352 if test "x$ac_cv_header_esd_h" = x""yes; then :
10353   { $as_echo "$as_me:${as_lineno-$LINENO}: checking for esd_open_sound in -lesd" >&5
10354 $as_echo_n "checking for esd_open_sound in -lesd... " >&6; }
10355 if test "${ac_cv_lib_esd_esd_open_sound+set}" = set; then :
10356   $as_echo_n "(cached) " >&6
10357 else
10358   ac_check_lib_save_LIBS=$LIBS
10359 LIBS="-lesd $ac_esd_libs $LIBS"
10360 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
10361 /* end confdefs.h.  */
10362
10363 /* Override any GCC internal prototype to avoid an error.
10364    Use char because int might match the return type of a GCC
10365    builtin and then its argument prototype would still apply.  */
10366 #ifdef __cplusplus
10367 extern "C"
10368 #endif
10369 char esd_open_sound ();
10370 int
10371 main ()
10372 {
10373 return esd_open_sound ();
10374   ;
10375   return 0;
10376 }
10377 _ACEOF
10378 if ac_fn_c_try_link "$LINENO"; then :
10379   ac_cv_lib_esd_esd_open_sound=yes
10380 else
10381   ac_cv_lib_esd_esd_open_sound=no
10382 fi
10383 rm -f core conftest.err conftest.$ac_objext \
10384     conftest$ac_exeext conftest.$ac_ext
10385 LIBS=$ac_check_lib_save_LIBS
10386 fi
10387 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_esd_esd_open_sound" >&5
10388 $as_echo "$ac_cv_lib_esd_esd_open_sound" >&6; }
10389 if test "x$ac_cv_lib_esd_esd_open_sound" = x""yes; then :
10390   ESDINCL="$ac_esd_incl"
10391
10392              ESDLIBS="$ac_esd_libs"
10393
10394
10395 $as_echo "#define HAVE_ESD 1" >>confdefs.h
10396
10397 fi
10398
10399 fi
10400
10401
10402     CFLAGS="$save_CFLAGS"
10403 fi
10404
10405 ALSALIBS=""
10406
10407 if test "$ac_cv_header_sys_asoundlib_h" = "yes" -o "$ac_cv_header_alsa_asoundlib_h" = "yes"
10408 then
10409     { $as_echo "$as_me:${as_lineno-$LINENO}: checking for snd_pcm_hw_params_get_access in -lasound" >&5
10410 $as_echo_n "checking for snd_pcm_hw_params_get_access in -lasound... " >&6; }
10411 if test "${ac_cv_lib_asound_snd_pcm_hw_params_get_access+set}" = set; then :
10412   $as_echo_n "(cached) " >&6
10413 else
10414   ac_check_lib_save_LIBS=$LIBS
10415 LIBS="-lasound  $LIBS"
10416 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
10417 /* end confdefs.h.  */
10418
10419 /* Override any GCC internal prototype to avoid an error.
10420    Use char because int might match the return type of a GCC
10421    builtin and then its argument prototype would still apply.  */
10422 #ifdef __cplusplus
10423 extern "C"
10424 #endif
10425 char snd_pcm_hw_params_get_access ();
10426 int
10427 main ()
10428 {
10429 return snd_pcm_hw_params_get_access ();
10430   ;
10431   return 0;
10432 }
10433 _ACEOF
10434 if ac_fn_c_try_link "$LINENO"; then :
10435   ac_cv_lib_asound_snd_pcm_hw_params_get_access=yes
10436 else
10437   ac_cv_lib_asound_snd_pcm_hw_params_get_access=no
10438 fi
10439 rm -f core conftest.err conftest.$ac_objext \
10440     conftest$ac_exeext conftest.$ac_ext
10441 LIBS=$ac_check_lib_save_LIBS
10442 fi
10443 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_asound_snd_pcm_hw_params_get_access" >&5
10444 $as_echo "$ac_cv_lib_asound_snd_pcm_hw_params_get_access" >&6; }
10445 if test "x$ac_cv_lib_asound_snd_pcm_hw_params_get_access" = x""yes; then :
10446   cat confdefs.h - <<_ACEOF >conftest.$ac_ext
10447 /* end confdefs.h.  */
10448 #ifdef HAVE_ALSA_ASOUNDLIB_H
10449 #include <alsa/asoundlib.h>
10450 #elif defined(HAVE_SYS_ASOUNDLIB_H)
10451 #include <sys/asoundlib.h>
10452 #endif
10453 int
10454 main ()
10455 {
10456 int ret = snd_pcm_hw_params_get_access(NULL, NULL)
10457   ;
10458   return 0;
10459 }
10460 _ACEOF
10461 if ac_fn_c_try_compile "$LINENO"; then :
10462
10463 $as_echo "#define HAVE_ALSA 1" >>confdefs.h
10464
10465                          ALSALIBS="-lasound"
10466 fi
10467 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
10468 fi
10469
10470 fi
10471
10472 AUDIOIOLIBS=""
10473
10474 if test "$ac_cv_header_libaudioio_h" = "yes"
10475 then
10476     { $as_echo "$as_me:${as_lineno-$LINENO}: checking for AudioIOGetVersion in -laudioio" >&5
10477 $as_echo_n "checking for AudioIOGetVersion in -laudioio... " >&6; }
10478 if test "${ac_cv_lib_audioio_AudioIOGetVersion+set}" = set; then :
10479   $as_echo_n "(cached) " >&6
10480 else
10481   ac_check_lib_save_LIBS=$LIBS
10482 LIBS="-laudioio  $LIBS"
10483 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
10484 /* end confdefs.h.  */
10485
10486 /* Override any GCC internal prototype to avoid an error.
10487    Use char because int might match the return type of a GCC
10488    builtin and then its argument prototype would still apply.  */
10489 #ifdef __cplusplus
10490 extern "C"
10491 #endif
10492 char AudioIOGetVersion ();
10493 int
10494 main ()
10495 {
10496 return AudioIOGetVersion ();
10497   ;
10498   return 0;
10499 }
10500 _ACEOF
10501 if ac_fn_c_try_link "$LINENO"; then :
10502   ac_cv_lib_audioio_AudioIOGetVersion=yes
10503 else
10504   ac_cv_lib_audioio_AudioIOGetVersion=no
10505 fi
10506 rm -f core conftest.err conftest.$ac_objext \
10507     conftest$ac_exeext conftest.$ac_ext
10508 LIBS=$ac_check_lib_save_LIBS
10509 fi
10510 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_audioio_AudioIOGetVersion" >&5
10511 $as_echo "$ac_cv_lib_audioio_AudioIOGetVersion" >&6; }
10512 if test "x$ac_cv_lib_audioio_AudioIOGetVersion" = x""yes; then :
10513   AUDIOIOLIBS="-laudioio"
10514
10515 $as_echo "#define HAVE_LIBAUDIOIO 1" >>confdefs.h
10516
10517 fi
10518
10519 fi
10520
10521
10522 if test "$ac_cv_header_capi20_h" = "yes" -a "$ac_cv_header_linux_capi_h" = "yes"
10523 then
10524     { $as_echo "$as_me:${as_lineno-$LINENO}: checking for -lcapi20" >&5
10525 $as_echo_n "checking for -lcapi20... " >&6; }
10526 if test "${ac_cv_lib_soname_capi20+set}" = set; then :
10527   $as_echo_n "(cached) " >&6
10528 else
10529   ac_check_soname_save_LIBS=$LIBS
10530 LIBS="-lcapi20  $LIBS"
10531   cat confdefs.h - <<_ACEOF >conftest.$ac_ext
10532 /* end confdefs.h.  */
10533
10534 /* Override any GCC internal prototype to avoid an error.
10535    Use char because int might match the return type of a GCC
10536    builtin and then its argument prototype would still apply.  */
10537 #ifdef __cplusplus
10538 extern "C"
10539 #endif
10540 char capi20_register ();
10541 int
10542 main ()
10543 {
10544 return capi20_register ();
10545   ;
10546   return 0;
10547 }
10548 _ACEOF
10549 if ac_fn_c_try_link "$LINENO"; then :
10550   case "$LIBEXT" in
10551     dll) ;;
10552     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'` ;;
10553     *) ac_cv_lib_soname_capi20=`$ac_cv_path_LDD conftest$ac_exeext | grep "libcapi20\\.$LIBEXT" | sed -e "s/^.*\(libcapi20\.$LIBEXT[^    ]*\).*$/\1/"';2,$d'` ;;
10554   esac
10555 fi
10556 rm -f core conftest.err conftest.$ac_objext \
10557     conftest$ac_exeext conftest.$ac_ext
10558   LIBS=$ac_check_soname_save_LIBS
10559 fi
10560 if test "x$ac_cv_lib_soname_capi20" = "x"; then :
10561   { $as_echo "$as_me:${as_lineno-$LINENO}: result: not found" >&5
10562 $as_echo "not found" >&6; }
10563
10564 else
10565   { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_soname_capi20" >&5
10566 $as_echo "$ac_cv_lib_soname_capi20" >&6; }
10567
10568 cat >>confdefs.h <<_ACEOF
10569 #define SONAME_LIBCAPI20 "$ac_cv_lib_soname_capi20"
10570 _ACEOF
10571
10572
10573 fi
10574 fi
10575 if test "x$ac_cv_lib_soname_capi20" = "x"; then :
10576   case "x$with_capi" in
10577   x)   wine_notices="$wine_notices|libcapi20 ${notice_platform}development files not found, ISDN won't be supported." ;;
10578   xno) ;;
10579   *)   as_fn_error "libcapi20 ${notice_platform}development files not found, ISDN won't be supported.
10580 This is an error since --with-capi was requested." "$LINENO" 5 ;;
10581 esac
10582 fi
10583
10584 CUPSINCL=""
10585
10586 if test "x$with_cups" != "xno"
10587 then
10588     ac_save_CPPFLAGS="$CPPFLAGS"
10589     ac_cups_cflags=`cups-config --cflags 2>/dev/null`
10590     ac_cups_libs=`cups-config --ldflags 2>/dev/null`
10591     CPPFLAGS="$CPPFLAGS $ac_cups_cflags"
10592     for ac_header in cups/cups.h
10593 do :
10594   ac_fn_c_check_header_mongrel "$LINENO" "cups/cups.h" "ac_cv_header_cups_cups_h" "$ac_includes_default"
10595 if test "x$ac_cv_header_cups_cups_h" = x""yes; then :
10596   cat >>confdefs.h <<_ACEOF
10597 #define HAVE_CUPS_CUPS_H 1
10598 _ACEOF
10599  { $as_echo "$as_me:${as_lineno-$LINENO}: checking for -lcups" >&5
10600 $as_echo_n "checking for -lcups... " >&6; }
10601 if test "${ac_cv_lib_soname_cups+set}" = set; then :
10602   $as_echo_n "(cached) " >&6
10603 else
10604   ac_check_soname_save_LIBS=$LIBS
10605 LIBS="-lcups $ac_cups_libs $LIBS"
10606   cat confdefs.h - <<_ACEOF >conftest.$ac_ext
10607 /* end confdefs.h.  */
10608
10609 /* Override any GCC internal prototype to avoid an error.
10610    Use char because int might match the return type of a GCC
10611    builtin and then its argument prototype would still apply.  */
10612 #ifdef __cplusplus
10613 extern "C"
10614 #endif
10615 char cupsGetDefault ();
10616 int
10617 main ()
10618 {
10619 return cupsGetDefault ();
10620   ;
10621   return 0;
10622 }
10623 _ACEOF
10624 if ac_fn_c_try_link "$LINENO"; then :
10625   case "$LIBEXT" in
10626     dll) ;;
10627     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'` ;;
10628     *) ac_cv_lib_soname_cups=`$ac_cv_path_LDD conftest$ac_exeext | grep "libcups\\.$LIBEXT" | sed -e "s/^.*\(libcups\.$LIBEXT[^  ]*\).*$/\1/"';2,$d'` ;;
10629   esac
10630 fi
10631 rm -f core conftest.err conftest.$ac_objext \
10632     conftest$ac_exeext conftest.$ac_ext
10633   LIBS=$ac_check_soname_save_LIBS
10634 fi
10635 if test "x$ac_cv_lib_soname_cups" = "x"; then :
10636   { $as_echo "$as_me:${as_lineno-$LINENO}: result: not found" >&5
10637 $as_echo "not found" >&6; }
10638
10639 else
10640   { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_soname_cups" >&5
10641 $as_echo "$ac_cv_lib_soname_cups" >&6; }
10642
10643 cat >>confdefs.h <<_ACEOF
10644 #define SONAME_LIBCUPS "$ac_cv_lib_soname_cups"
10645 _ACEOF
10646
10647        CUPSINCL="$ac_cups_cflags"
10648 fi
10649 fi
10650
10651 done
10652
10653     CPPFLAGS="$ac_save_CPPFLAGS"
10654 fi
10655 if test "x$ac_cv_lib_soname_cups" = "x"; then :
10656   case "x$with_cups" in
10657   x)   wine_notices="$wine_notices|libcups ${notice_platform}development files not found, CUPS won't be supported." ;;
10658   xno) ;;
10659   *)   as_fn_error "libcups ${notice_platform}development files not found, CUPS won't be supported.
10660 This is an error since --with-cups was requested." "$LINENO" 5 ;;
10661 esac
10662 fi
10663
10664 if test "$ac_cv_header_jack_jack_h" = "yes"
10665 then
10666     { $as_echo "$as_me:${as_lineno-$LINENO}: checking for -ljack" >&5
10667 $as_echo_n "checking for -ljack... " >&6; }
10668 if test "${ac_cv_lib_soname_jack+set}" = set; then :
10669   $as_echo_n "(cached) " >&6
10670 else
10671   ac_check_soname_save_LIBS=$LIBS
10672 LIBS="-ljack  $LIBS"
10673   cat confdefs.h - <<_ACEOF >conftest.$ac_ext
10674 /* end confdefs.h.  */
10675
10676 /* Override any GCC internal prototype to avoid an error.
10677    Use char because int might match the return type of a GCC
10678    builtin and then its argument prototype would still apply.  */
10679 #ifdef __cplusplus
10680 extern "C"
10681 #endif
10682 char jack_client_new ();
10683 int
10684 main ()
10685 {
10686 return jack_client_new ();
10687   ;
10688   return 0;
10689 }
10690 _ACEOF
10691 if ac_fn_c_try_link "$LINENO"; then :
10692   case "$LIBEXT" in
10693     dll) ;;
10694     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'` ;;
10695     *) 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'` ;;
10696   esac
10697 fi
10698 rm -f core conftest.err conftest.$ac_objext \
10699     conftest$ac_exeext conftest.$ac_ext
10700   LIBS=$ac_check_soname_save_LIBS
10701 fi
10702 if test "x$ac_cv_lib_soname_jack" = "x"; then :
10703   { $as_echo "$as_me:${as_lineno-$LINENO}: result: not found" >&5
10704 $as_echo "not found" >&6; }
10705
10706 else
10707   { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_soname_jack" >&5
10708 $as_echo "$ac_cv_lib_soname_jack" >&6; }
10709
10710 cat >>confdefs.h <<_ACEOF
10711 #define SONAME_LIBJACK "$ac_cv_lib_soname_jack"
10712 _ACEOF
10713
10714
10715 fi
10716 fi
10717
10718 if test "$ac_cv_header_fontconfig_fontconfig_h" = "yes"
10719 then
10720     { $as_echo "$as_me:${as_lineno-$LINENO}: checking for -lfontconfig" >&5
10721 $as_echo_n "checking for -lfontconfig... " >&6; }
10722 if test "${ac_cv_lib_soname_fontconfig+set}" = set; then :
10723   $as_echo_n "(cached) " >&6
10724 else
10725   ac_check_soname_save_LIBS=$LIBS
10726 LIBS="-lfontconfig  $LIBS"
10727   cat confdefs.h - <<_ACEOF >conftest.$ac_ext
10728 /* end confdefs.h.  */
10729
10730 /* Override any GCC internal prototype to avoid an error.
10731    Use char because int might match the return type of a GCC
10732    builtin and then its argument prototype would still apply.  */
10733 #ifdef __cplusplus
10734 extern "C"
10735 #endif
10736 char FcInit ();
10737 int
10738 main ()
10739 {
10740 return FcInit ();
10741   ;
10742   return 0;
10743 }
10744 _ACEOF
10745 if ac_fn_c_try_link "$LINENO"; then :
10746   case "$LIBEXT" in
10747     dll) ;;
10748     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'` ;;
10749     *) ac_cv_lib_soname_fontconfig=`$ac_cv_path_LDD conftest$ac_exeext | grep "libfontconfig\\.$LIBEXT" | sed -e "s/^.*\(libfontconfig\.$LIBEXT[^        ]*\).*$/\1/"';2,$d'` ;;
10750   esac
10751 fi
10752 rm -f core conftest.err conftest.$ac_objext \
10753     conftest$ac_exeext conftest.$ac_ext
10754   LIBS=$ac_check_soname_save_LIBS
10755 fi
10756 if test "x$ac_cv_lib_soname_fontconfig" = "x"; then :
10757   { $as_echo "$as_me:${as_lineno-$LINENO}: result: not found" >&5
10758 $as_echo "not found" >&6; }
10759
10760 else
10761   { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_soname_fontconfig" >&5
10762 $as_echo "$ac_cv_lib_soname_fontconfig" >&6; }
10763
10764 cat >>confdefs.h <<_ACEOF
10765 #define SONAME_LIBFONTCONFIG "$ac_cv_lib_soname_fontconfig"
10766 _ACEOF
10767
10768
10769 fi
10770 elif test -n "$X_CFLAGS" -a "x$with_fontconfig" != "xno"
10771 then
10772         ac_save_CPPFLAGS="$CPPFLAGS"
10773     CPPFLAGS="$CPPFLAGS $X_CFLAGS"
10774     $as_unset ac_cv_header_fontconfig_fontconfig_h
10775     for ac_header in fontconfig/fontconfig.h
10776 do :
10777   ac_fn_c_check_header_mongrel "$LINENO" "fontconfig/fontconfig.h" "ac_cv_header_fontconfig_fontconfig_h" "$ac_includes_default"
10778 if test "x$ac_cv_header_fontconfig_fontconfig_h" = x""yes; then :
10779   cat >>confdefs.h <<_ACEOF
10780 #define HAVE_FONTCONFIG_FONTCONFIG_H 1
10781 _ACEOF
10782
10783 fi
10784
10785 done
10786
10787     CPPFLAGS="$ac_save_CPPFLAGS"
10788     if test "$ac_cv_header_fontconfig_fontconfig_h" = "yes"
10789     then
10790         FONTCONFIGINCL="$X_CFLAGS"
10791
10792         { $as_echo "$as_me:${as_lineno-$LINENO}: checking for -lfontconfig" >&5
10793 $as_echo_n "checking for -lfontconfig... " >&6; }
10794 if test "${ac_cv_lib_soname_fontconfig+set}" = set; then :
10795   $as_echo_n "(cached) " >&6
10796 else
10797   ac_check_soname_save_LIBS=$LIBS
10798 LIBS="-lfontconfig $X_LIBS $LIBS"
10799   cat confdefs.h - <<_ACEOF >conftest.$ac_ext
10800 /* end confdefs.h.  */
10801
10802 /* Override any GCC internal prototype to avoid an error.
10803    Use char because int might match the return type of a GCC
10804    builtin and then its argument prototype would still apply.  */
10805 #ifdef __cplusplus
10806 extern "C"
10807 #endif
10808 char FcInit ();
10809 int
10810 main ()
10811 {
10812 return FcInit ();
10813   ;
10814   return 0;
10815 }
10816 _ACEOF
10817 if ac_fn_c_try_link "$LINENO"; then :
10818   case "$LIBEXT" in
10819     dll) ;;
10820     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'` ;;
10821     *) ac_cv_lib_soname_fontconfig=`$ac_cv_path_LDD conftest$ac_exeext | grep "libfontconfig\\.$LIBEXT" | sed -e "s/^.*\(libfontconfig\.$LIBEXT[^        ]*\).*$/\1/"';2,$d'` ;;
10822   esac
10823 fi
10824 rm -f core conftest.err conftest.$ac_objext \
10825     conftest$ac_exeext conftest.$ac_ext
10826   LIBS=$ac_check_soname_save_LIBS
10827 fi
10828 if test "x$ac_cv_lib_soname_fontconfig" = "x"; then :
10829   { $as_echo "$as_me:${as_lineno-$LINENO}: result: not found" >&5
10830 $as_echo "not found" >&6; }
10831
10832 else
10833   { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_soname_fontconfig" >&5
10834 $as_echo "$ac_cv_lib_soname_fontconfig" >&6; }
10835
10836 cat >>confdefs.h <<_ACEOF
10837 #define SONAME_LIBFONTCONFIG "$ac_cv_lib_soname_fontconfig"
10838 _ACEOF
10839
10840
10841 fi
10842     fi
10843 fi
10844 if test "x$ac_cv_lib_soname_fontconfig" = "x"; then :
10845   case "x$with_fontconfig" in
10846   x)   wine_notices="$wine_notices|fontconfig ${notice_platform}development files not found, fontconfig won't be supported." ;;
10847   xno) ;;
10848   *)   as_fn_error "fontconfig ${notice_platform}development files not found, fontconfig won't be supported.
10849 This is an error since --with-fontconfig was requested." "$LINENO" 5 ;;
10850 esac
10851 fi
10852
10853 if test "$ac_cv_header_openssl_err_h" = "yes" -a "$ac_cv_header_openssl_ssl_h" = "yes"
10854 then
10855     { $as_echo "$as_me:${as_lineno-$LINENO}: checking for -lssl" >&5
10856 $as_echo_n "checking for -lssl... " >&6; }
10857 if test "${ac_cv_lib_soname_ssl+set}" = set; then :
10858   $as_echo_n "(cached) " >&6
10859 else
10860   ac_check_soname_save_LIBS=$LIBS
10861 LIBS="-lssl  $LIBS"
10862   cat confdefs.h - <<_ACEOF >conftest.$ac_ext
10863 /* end confdefs.h.  */
10864
10865 /* Override any GCC internal prototype to avoid an error.
10866    Use char because int might match the return type of a GCC
10867    builtin and then its argument prototype would still apply.  */
10868 #ifdef __cplusplus
10869 extern "C"
10870 #endif
10871 char SSL_library_init ();
10872 int
10873 main ()
10874 {
10875 return SSL_library_init ();
10876   ;
10877   return 0;
10878 }
10879 _ACEOF
10880 if ac_fn_c_try_link "$LINENO"; then :
10881   case "$LIBEXT" in
10882     dll) ;;
10883     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'` ;;
10884     *) ac_cv_lib_soname_ssl=`$ac_cv_path_LDD conftest$ac_exeext | grep "libssl\\.$LIBEXT" | sed -e "s/^.*\(libssl\.$LIBEXT[^     ]*\).*$/\1/"';2,$d'` ;;
10885   esac
10886 fi
10887 rm -f core conftest.err conftest.$ac_objext \
10888     conftest$ac_exeext conftest.$ac_ext
10889   LIBS=$ac_check_soname_save_LIBS
10890 fi
10891 if test "x$ac_cv_lib_soname_ssl" = "x"; then :
10892   { $as_echo "$as_me:${as_lineno-$LINENO}: result: not found" >&5
10893 $as_echo "not found" >&6; }
10894
10895 else
10896   { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_soname_ssl" >&5
10897 $as_echo "$ac_cv_lib_soname_ssl" >&6; }
10898
10899 cat >>confdefs.h <<_ACEOF
10900 #define SONAME_LIBSSL "$ac_cv_lib_soname_ssl"
10901 _ACEOF
10902
10903
10904 fi
10905     { $as_echo "$as_me:${as_lineno-$LINENO}: checking for -lcrypto" >&5
10906 $as_echo_n "checking for -lcrypto... " >&6; }
10907 if test "${ac_cv_lib_soname_crypto+set}" = set; then :
10908   $as_echo_n "(cached) " >&6
10909 else
10910   ac_check_soname_save_LIBS=$LIBS
10911 LIBS="-lcrypto  $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 BIO_new_socket ();
10922 int
10923 main ()
10924 {
10925 return BIO_new_socket ();
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_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'` ;;
10934     *) ac_cv_lib_soname_crypto=`$ac_cv_path_LDD conftest$ac_exeext | grep "libcrypto\\.$LIBEXT" | sed -e "s/^.*\(libcrypto\.$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_crypto" = "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_crypto" >&5
10947 $as_echo "$ac_cv_lib_soname_crypto" >&6; }
10948
10949 cat >>confdefs.h <<_ACEOF
10950 #define SONAME_LIBCRYPTO "$ac_cv_lib_soname_crypto"
10951 _ACEOF
10952
10953
10954 fi
10955 fi
10956 if test "x$ac_cv_lib_soname_ssl" = "x" -o "x$ac_cv_lib_soname_crypto" = "x"; then :
10957   case "x$with_openssl" in
10958   x)   wine_warnings="$wine_warnings|OpenSSL ${notice_platform}development files not found, SSL won't be supported." ;;
10959   xno) ;;
10960   *)   as_fn_error "OpenSSL ${notice_platform}development files not found, SSL won't be supported.
10961 This is an error since --with-openssl was requested." "$LINENO" 5 ;;
10962 esac
10963 fi
10964
10965 if test "$ac_cv_header_gsm_h" = "yes" -o "$ac_cv_header_gsm_gsm_h" = "yes"
10966 then
10967     { $as_echo "$as_me:${as_lineno-$LINENO}: checking for -lgsm" >&5
10968 $as_echo_n "checking for -lgsm... " >&6; }
10969 if test "${ac_cv_lib_soname_gsm+set}" = set; then :
10970   $as_echo_n "(cached) " >&6
10971 else
10972   ac_check_soname_save_LIBS=$LIBS
10973 LIBS="-lgsm  $LIBS"
10974   cat confdefs.h - <<_ACEOF >conftest.$ac_ext
10975 /* end confdefs.h.  */
10976
10977 /* Override any GCC internal prototype to avoid an error.
10978    Use char because int might match the return type of a GCC
10979    builtin and then its argument prototype would still apply.  */
10980 #ifdef __cplusplus
10981 extern "C"
10982 #endif
10983 char gsm_create ();
10984 int
10985 main ()
10986 {
10987 return gsm_create ();
10988   ;
10989   return 0;
10990 }
10991 _ACEOF
10992 if ac_fn_c_try_link "$LINENO"; then :
10993   case "$LIBEXT" in
10994     dll) ;;
10995     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'` ;;
10996     *) ac_cv_lib_soname_gsm=`$ac_cv_path_LDD conftest$ac_exeext | grep "libgsm\\.$LIBEXT" | sed -e "s/^.*\(libgsm\.$LIBEXT[^     ]*\).*$/\1/"';2,$d'` ;;
10997   esac
10998 fi
10999 rm -f core conftest.err conftest.$ac_objext \
11000     conftest$ac_exeext conftest.$ac_ext
11001   LIBS=$ac_check_soname_save_LIBS
11002 fi
11003 if test "x$ac_cv_lib_soname_gsm" = "x"; then :
11004   { $as_echo "$as_me:${as_lineno-$LINENO}: result: not found" >&5
11005 $as_echo "not found" >&6; }
11006
11007 else
11008   { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_soname_gsm" >&5
11009 $as_echo "$ac_cv_lib_soname_gsm" >&6; }
11010
11011 cat >>confdefs.h <<_ACEOF
11012 #define SONAME_LIBGSM "$ac_cv_lib_soname_gsm"
11013 _ACEOF
11014
11015
11016 fi
11017 fi
11018 if test "x$ac_cv_lib_soname_gsm" = "x"; then :
11019   case "x$with_gsm" in
11020   x)   wine_notices="$wine_notices|libgsm ${notice_platform}development files not found, gsm 06.10 codec won't be supported." ;;
11021   xno) ;;
11022   *)   as_fn_error "libgsm ${notice_platform}development files not found, gsm 06.10 codec won't be supported.
11023 This is an error since --with-gsm was requested." "$LINENO" 5 ;;
11024 esac
11025 fi
11026
11027 if test "$ac_cv_header_jpeglib_h" = "yes"
11028 then
11029     { $as_echo "$as_me:${as_lineno-$LINENO}: checking for -ljpeg" >&5
11030 $as_echo_n "checking for -ljpeg... " >&6; }
11031 if test "${ac_cv_lib_soname_jpeg+set}" = set; then :
11032   $as_echo_n "(cached) " >&6
11033 else
11034   ac_check_soname_save_LIBS=$LIBS
11035 LIBS="-ljpeg  $LIBS"
11036   cat confdefs.h - <<_ACEOF >conftest.$ac_ext
11037 /* end confdefs.h.  */
11038
11039 /* Override any GCC internal prototype to avoid an error.
11040    Use char because int might match the return type of a GCC
11041    builtin and then its argument prototype would still apply.  */
11042 #ifdef __cplusplus
11043 extern "C"
11044 #endif
11045 char jpeg_start_decompress ();
11046 int
11047 main ()
11048 {
11049 return jpeg_start_decompress ();
11050   ;
11051   return 0;
11052 }
11053 _ACEOF
11054 if ac_fn_c_try_link "$LINENO"; then :
11055   case "$LIBEXT" in
11056     dll) ;;
11057     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'` ;;
11058     *) ac_cv_lib_soname_jpeg=`$ac_cv_path_LDD conftest$ac_exeext | grep "libjpeg\\.$LIBEXT" | sed -e "s/^.*\(libjpeg\.$LIBEXT[^  ]*\).*$/\1/"';2,$d'` ;;
11059   esac
11060 fi
11061 rm -f core conftest.err conftest.$ac_objext \
11062     conftest$ac_exeext conftest.$ac_ext
11063   LIBS=$ac_check_soname_save_LIBS
11064 fi
11065 if test "x$ac_cv_lib_soname_jpeg" = "x"; then :
11066   { $as_echo "$as_me:${as_lineno-$LINENO}: result: not found" >&5
11067 $as_echo "not found" >&6; }
11068
11069 else
11070   { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_soname_jpeg" >&5
11071 $as_echo "$ac_cv_lib_soname_jpeg" >&6; }
11072
11073 cat >>confdefs.h <<_ACEOF
11074 #define SONAME_LIBJPEG "$ac_cv_lib_soname_jpeg"
11075 _ACEOF
11076
11077
11078 fi
11079 fi
11080 if test "x$ac_cv_lib_soname_jpeg" = "x"; then :
11081   case "x$with_jpeg" in
11082   x)   wine_warnings="$wine_warnings|libjpeg ${notice_platform}development files not found, JPEG won't be supported." ;;
11083   xno) ;;
11084   *)   as_fn_error "libjpeg ${notice_platform}development files not found, JPEG won't be supported.
11085 This is an error since --with-jpeg was requested." "$LINENO" 5 ;;
11086 esac
11087 fi
11088
11089 if test "$ac_cv_header_png_h" = "yes"
11090 then
11091     { $as_echo "$as_me:${as_lineno-$LINENO}: checking for -lpng" >&5
11092 $as_echo_n "checking for -lpng... " >&6; }
11093 if test "${ac_cv_lib_soname_png+set}" = set; then :
11094   $as_echo_n "(cached) " >&6
11095 else
11096   ac_check_soname_save_LIBS=$LIBS
11097 LIBS="-lpng -lm -lz $LIBS"
11098   cat confdefs.h - <<_ACEOF >conftest.$ac_ext
11099 /* end confdefs.h.  */
11100
11101 /* Override any GCC internal prototype to avoid an error.
11102    Use char because int might match the return type of a GCC
11103    builtin and then its argument prototype would still apply.  */
11104 #ifdef __cplusplus
11105 extern "C"
11106 #endif
11107 char png_create_read_struct ();
11108 int
11109 main ()
11110 {
11111 return png_create_read_struct ();
11112   ;
11113   return 0;
11114 }
11115 _ACEOF
11116 if ac_fn_c_try_link "$LINENO"; then :
11117   case "$LIBEXT" in
11118     dll) ;;
11119     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'` ;;
11120     *) 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'` ;;
11121   esac
11122 fi
11123 rm -f core conftest.err conftest.$ac_objext \
11124     conftest$ac_exeext conftest.$ac_ext
11125   LIBS=$ac_check_soname_save_LIBS
11126 fi
11127 if test "x$ac_cv_lib_soname_png" = "x"; then :
11128   { $as_echo "$as_me:${as_lineno-$LINENO}: result: not found" >&5
11129 $as_echo "not found" >&6; }
11130
11131 else
11132   { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_soname_png" >&5
11133 $as_echo "$ac_cv_lib_soname_png" >&6; }
11134
11135 cat >>confdefs.h <<_ACEOF
11136 #define SONAME_LIBPNG "$ac_cv_lib_soname_png"
11137 _ACEOF
11138
11139
11140 fi
11141 elif test -n "$X_CFLAGS" -a "x$with_png" != "xno"
11142 then
11143         ac_save_CPPFLAGS="$CPPFLAGS"
11144     CPPFLAGS="$CPPFLAGS $X_CFLAGS"
11145     $as_unset ac_cv_header_png_h
11146     for ac_header in png.h
11147 do :
11148   ac_fn_c_check_header_mongrel "$LINENO" "png.h" "ac_cv_header_png_h" "$ac_includes_default"
11149 if test "x$ac_cv_header_png_h" = x""yes; then :
11150   cat >>confdefs.h <<_ACEOF
11151 #define HAVE_PNG_H 1
11152 _ACEOF
11153
11154 fi
11155
11156 done
11157
11158     CPPFLAGS="$ac_save_CPPFLAGS"
11159     if test "$ac_cv_header_png_h" = "yes"
11160     then
11161         PNGINCL="$X_CFLAGS"
11162
11163         { $as_echo "$as_me:${as_lineno-$LINENO}: checking for -lpng" >&5
11164 $as_echo_n "checking for -lpng... " >&6; }
11165 if test "${ac_cv_lib_soname_png+set}" = set; then :
11166   $as_echo_n "(cached) " >&6
11167 else
11168   ac_check_soname_save_LIBS=$LIBS
11169 LIBS="-lpng $X_LIBS -lm -lz $LIBS"
11170   cat confdefs.h - <<_ACEOF >conftest.$ac_ext
11171 /* end confdefs.h.  */
11172
11173 /* Override any GCC internal prototype to avoid an error.
11174    Use char because int might match the return type of a GCC
11175    builtin and then its argument prototype would still apply.  */
11176 #ifdef __cplusplus
11177 extern "C"
11178 #endif
11179 char png_create_read_struct ();
11180 int
11181 main ()
11182 {
11183 return png_create_read_struct ();
11184   ;
11185   return 0;
11186 }
11187 _ACEOF
11188 if ac_fn_c_try_link "$LINENO"; then :
11189   case "$LIBEXT" in
11190     dll) ;;
11191     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'` ;;
11192     *) 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'` ;;
11193   esac
11194 fi
11195 rm -f core conftest.err conftest.$ac_objext \
11196     conftest$ac_exeext conftest.$ac_ext
11197   LIBS=$ac_check_soname_save_LIBS
11198 fi
11199 if test "x$ac_cv_lib_soname_png" = "x"; then :
11200   { $as_echo "$as_me:${as_lineno-$LINENO}: result: not found" >&5
11201 $as_echo "not found" >&6; }
11202
11203 else
11204   { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_soname_png" >&5
11205 $as_echo "$ac_cv_lib_soname_png" >&6; }
11206
11207 cat >>confdefs.h <<_ACEOF
11208 #define SONAME_LIBPNG "$ac_cv_lib_soname_png"
11209 _ACEOF
11210
11211
11212 fi
11213     fi
11214 fi
11215 if test "x$ac_cv_lib_soname_png" = "x"; then :
11216   case "x$with_png" in
11217   x)   wine_warnings="$wine_warnings|libpng ${notice_platform}development files not found, PNG won't be supported." ;;
11218   xno) ;;
11219   *)   as_fn_error "libpng ${notice_platform}development files not found, PNG won't be supported.
11220 This is an error since --with-png was requested." "$LINENO" 5 ;;
11221 esac
11222 fi
11223
11224 if test "$ac_cv_header_mpg123_h" = "yes"
11225 then
11226     { $as_echo "$as_me:${as_lineno-$LINENO}: checking for mpg123_feed in -lmpg123" >&5
11227 $as_echo_n "checking for mpg123_feed in -lmpg123... " >&6; }
11228 if test "${ac_cv_lib_mpg123_mpg123_feed+set}" = set; then :
11229   $as_echo_n "(cached) " >&6
11230 else
11231   ac_check_lib_save_LIBS=$LIBS
11232 LIBS="-lmpg123  $LIBS"
11233 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
11234 /* end confdefs.h.  */
11235
11236 /* Override any GCC internal prototype to avoid an error.
11237    Use char because int might match the return type of a GCC
11238    builtin and then its argument prototype would still apply.  */
11239 #ifdef __cplusplus
11240 extern "C"
11241 #endif
11242 char mpg123_feed ();
11243 int
11244 main ()
11245 {
11246 return mpg123_feed ();
11247   ;
11248   return 0;
11249 }
11250 _ACEOF
11251 if ac_fn_c_try_link "$LINENO"; then :
11252   ac_cv_lib_mpg123_mpg123_feed=yes
11253 else
11254   ac_cv_lib_mpg123_mpg123_feed=no
11255 fi
11256 rm -f core conftest.err conftest.$ac_objext \
11257     conftest$ac_exeext conftest.$ac_ext
11258 LIBS=$ac_check_lib_save_LIBS
11259 fi
11260 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_mpg123_mpg123_feed" >&5
11261 $as_echo "$ac_cv_lib_mpg123_mpg123_feed" >&6; }
11262 if test "x$ac_cv_lib_mpg123_mpg123_feed" = x""yes; then :
11263   LIBMPG123="-lmpg123"
11264
11265 fi
11266
11267 fi
11268 if test "x$ac_cv_lib_mpg123_mpg123_feed" != xyes; then :
11269   case "x$with_mpg123" in
11270   x)   wine_notices="$wine_notices|libmpg123 ${notice_platform}development files not found (or too old), mp3 codec won't be supported." ;;
11271   xno) ;;
11272   *)   as_fn_error "libmpg123 ${notice_platform}development files not found (or too old), mp3 codec won't be supported.
11273 This is an error since --with-mpg123 was requested." "$LINENO" 5 ;;
11274 esac
11275 fi
11276 test "x$ac_cv_lib_mpg123_mpg123_feed" = xyes || enable_winemp3_acm=${enable_winemp3_acm:-no}
11277
11278 if test "$ac_cv_header_AL_al_h" = "yes"
11279 then
11280     { $as_echo "$as_me:${as_lineno-$LINENO}: checking for alGetSource3i in -lopenal" >&5
11281 $as_echo_n "checking for alGetSource3i in -lopenal... " >&6; }
11282 if test "${ac_cv_lib_openal_alGetSource3i+set}" = set; then :
11283   $as_echo_n "(cached) " >&6
11284 else
11285   ac_check_lib_save_LIBS=$LIBS
11286 LIBS="-lopenal  $LIBS"
11287 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
11288 /* end confdefs.h.  */
11289
11290 /* Override any GCC internal prototype to avoid an error.
11291    Use char because int might match the return type of a GCC
11292    builtin and then its argument prototype would still apply.  */
11293 #ifdef __cplusplus
11294 extern "C"
11295 #endif
11296 char alGetSource3i ();
11297 int
11298 main ()
11299 {
11300 return alGetSource3i ();
11301   ;
11302   return 0;
11303 }
11304 _ACEOF
11305 if ac_fn_c_try_link "$LINENO"; then :
11306   ac_cv_lib_openal_alGetSource3i=yes
11307 else
11308   ac_cv_lib_openal_alGetSource3i=no
11309 fi
11310 rm -f core conftest.err conftest.$ac_objext \
11311     conftest$ac_exeext conftest.$ac_ext
11312 LIBS=$ac_check_lib_save_LIBS
11313 fi
11314 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_openal_alGetSource3i" >&5
11315 $as_echo "$ac_cv_lib_openal_alGetSource3i" >&6; }
11316 if test "x$ac_cv_lib_openal_alGetSource3i" = x""yes; then :
11317   LIBOPENAL="-lopenal"
11318
11319 fi
11320
11321 fi
11322 if test "x$ac_cv_lib_openal_alGetSource3i" != xyes; then :
11323   case "x$with_openal" in
11324   x)   wine_notices="$wine_notices|libopenal ${notice_platform}development files not found (or too old), OpenAL won't be supported." ;;
11325   xno) ;;
11326   *)   as_fn_error "libopenal ${notice_platform}development files not found (or too old), OpenAL won't be supported.
11327 This is an error since --with-openal was requested." "$LINENO" 5 ;;
11328 esac
11329 fi
11330 test "x$ac_cv_lib_openal_alGetSource3i" = xyes || enable_openal32=${enable_openal32:-no}
11331
11332 if test "$ac_cv_header_kstat_h" = "yes"
11333 then
11334     { $as_echo "$as_me:${as_lineno-$LINENO}: checking for kstat_open in -lkstat" >&5
11335 $as_echo_n "checking for kstat_open in -lkstat... " >&6; }
11336 if test "${ac_cv_lib_kstat_kstat_open+set}" = set; then :
11337   $as_echo_n "(cached) " >&6
11338 else
11339   ac_check_lib_save_LIBS=$LIBS
11340 LIBS="-lkstat  $LIBS"
11341 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
11342 /* end confdefs.h.  */
11343
11344 /* Override any GCC internal prototype to avoid an error.
11345    Use char because int might match the return type of a GCC
11346    builtin and then its argument prototype would still apply.  */
11347 #ifdef __cplusplus
11348 extern "C"
11349 #endif
11350 char kstat_open ();
11351 int
11352 main ()
11353 {
11354 return kstat_open ();
11355   ;
11356   return 0;
11357 }
11358 _ACEOF
11359 if ac_fn_c_try_link "$LINENO"; then :
11360   ac_cv_lib_kstat_kstat_open=yes
11361 else
11362   ac_cv_lib_kstat_kstat_open=no
11363 fi
11364 rm -f core conftest.err conftest.$ac_objext \
11365     conftest$ac_exeext conftest.$ac_ext
11366 LIBS=$ac_check_lib_save_LIBS
11367 fi
11368 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_kstat_kstat_open" >&5
11369 $as_echo "$ac_cv_lib_kstat_kstat_open" >&6; }
11370 if test "x$ac_cv_lib_kstat_kstat_open" = x""yes; then :
11371
11372 $as_echo "#define HAVE_LIBKSTAT 1" >>confdefs.h
11373
11374                   LIBKSTAT="-lkstat"
11375
11376 fi
11377
11378 fi
11379
11380 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for -lodbc" >&5
11381 $as_echo_n "checking for -lodbc... " >&6; }
11382 if test "${ac_cv_lib_soname_odbc+set}" = set; then :
11383   $as_echo_n "(cached) " >&6
11384 else
11385   ac_check_soname_save_LIBS=$LIBS
11386 LIBS="-lodbc  $LIBS"
11387   cat confdefs.h - <<_ACEOF >conftest.$ac_ext
11388 /* end confdefs.h.  */
11389
11390 /* Override any GCC internal prototype to avoid an error.
11391    Use char because int might match the return type of a GCC
11392    builtin and then its argument prototype would still apply.  */
11393 #ifdef __cplusplus
11394 extern "C"
11395 #endif
11396 char SQLConnect ();
11397 int
11398 main ()
11399 {
11400 return SQLConnect ();
11401   ;
11402   return 0;
11403 }
11404 _ACEOF
11405 if ac_fn_c_try_link "$LINENO"; then :
11406   case "$LIBEXT" in
11407     dll) ;;
11408     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'` ;;
11409     *) ac_cv_lib_soname_odbc=`$ac_cv_path_LDD conftest$ac_exeext | grep "libodbc\\.$LIBEXT" | sed -e "s/^.*\(libodbc\.$LIBEXT[^  ]*\).*$/\1/"';2,$d'` ;;
11410   esac
11411 fi
11412 rm -f core conftest.err conftest.$ac_objext \
11413     conftest$ac_exeext conftest.$ac_ext
11414   LIBS=$ac_check_soname_save_LIBS
11415 fi
11416 if test "x$ac_cv_lib_soname_odbc" = "x"; then :
11417   { $as_echo "$as_me:${as_lineno-$LINENO}: result: not found" >&5
11418 $as_echo "not found" >&6; }
11419        cat >>confdefs.h <<_ACEOF
11420 #define SONAME_LIBODBC "libodbc.$LIBEXT"
11421 _ACEOF
11422
11423 else
11424   { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_soname_odbc" >&5
11425 $as_echo "$ac_cv_lib_soname_odbc" >&6; }
11426
11427 cat >>confdefs.h <<_ACEOF
11428 #define SONAME_LIBODBC "$ac_cv_lib_soname_odbc"
11429 _ACEOF
11430
11431
11432 fi
11433
11434 if test "x$ALSALIBS$AUDIOIOLIBS$COREAUDIO$NASLIBS$ESDLIBS$ac_cv_lib_soname_jack" = "x" -a \
11435         "$ac_cv_header_sys_soundcard_h" != "yes" -a \
11436         "$ac_cv_header_machine_soundcard_h" != "yes" -a \
11437         "$ac_cv_header_soundcard_h" != "yes" -a \
11438         "x$with_alsa$with_audioio$with_coreaudio$with_nas$with_esd$with_jack$with_oss" != xnonononononono
11439 then
11440     wine_warnings="$wine_warnings|No sound system was found. Windows applications will be silent."
11441 fi
11442
11443
11444 EXTRACFLAGS=""
11445
11446 if test "x${GCC}" = "xyes"
11447 then
11448   EXTRACFLAGS="-Wall -pipe"
11449
11450     { $as_echo "$as_me:${as_lineno-$LINENO}: checking for gcc strength-reduce bug" >&5
11451 $as_echo_n "checking for gcc strength-reduce bug... " >&6; }
11452 if test "${ac_cv_c_gcc_strength_bug+set}" = set; then :
11453   $as_echo_n "(cached) " >&6
11454 else
11455   if test "$cross_compiling" = yes; then :
11456   ac_cv_c_gcc_strength_bug="yes"
11457 else
11458   cat confdefs.h - <<_ACEOF >conftest.$ac_ext
11459 /* end confdefs.h.  */
11460 int L[4] = {0,1,2,3};
11461 int
11462 main ()
11463 {
11464 static int Array[3];
11465   unsigned int B = 3;
11466   int i;
11467   for(i=0; i<B; i++) Array[i] = i - 3;
11468   for(i=0; i<4 - 1; i++) L[i] = L[i + 1];
11469   L[i] = 4;
11470   return (Array[1] != -2 || L[2] != 3)
11471   ;
11472   return 0;
11473 }
11474 _ACEOF
11475 if ac_fn_c_try_run "$LINENO"; then :
11476   ac_cv_c_gcc_strength_bug="no"
11477 else
11478   ac_cv_c_gcc_strength_bug="yes"
11479 fi
11480 rm -f core *.core core.conftest.* gmon.out bb.out conftest$ac_exeext \
11481   conftest.$ac_objext conftest.beam conftest.$ac_ext
11482 fi
11483
11484 fi
11485 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_c_gcc_strength_bug" >&5
11486 $as_echo "$ac_cv_c_gcc_strength_bug" >&6; }
11487   if test "$ac_cv_c_gcc_strength_bug" = "yes"
11488   then
11489     EXTRACFLAGS="$EXTRACFLAGS -fno-strength-reduce"
11490   fi
11491
11492     { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether the compiler supports -fno-builtin" >&5
11493 $as_echo_n "checking whether the compiler supports -fno-builtin... " >&6; }
11494 if test "${ac_cv_cflags__fno_builtin+set}" = set; then :
11495   $as_echo_n "(cached) " >&6
11496 else
11497   ac_wine_try_cflags_saved=$CFLAGS
11498 CFLAGS="$CFLAGS -fno-builtin"
11499 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
11500 /* end confdefs.h.  */
11501 int main(int argc, char *argv) { return 0; }
11502 _ACEOF
11503 if ac_fn_c_try_link "$LINENO"; then :
11504   ac_cv_cflags__fno_builtin=yes
11505 else
11506   ac_cv_cflags__fno_builtin=no
11507 fi
11508 rm -f core conftest.err conftest.$ac_objext \
11509     conftest$ac_exeext conftest.$ac_ext
11510 CFLAGS=$ac_wine_try_cflags_saved
11511 fi
11512 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_cflags__fno_builtin" >&5
11513 $as_echo "$ac_cv_cflags__fno_builtin" >&6; }
11514 if test $ac_cv_cflags__fno_builtin = yes; then :
11515   BUILTINFLAG="-fno-builtin"
11516
11517 fi
11518   { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether the compiler supports -fno-strict-aliasing" >&5
11519 $as_echo_n "checking whether the compiler supports -fno-strict-aliasing... " >&6; }
11520 if test "${ac_cv_cflags__fno_strict_aliasing+set}" = set; then :
11521   $as_echo_n "(cached) " >&6
11522 else
11523   ac_wine_try_cflags_saved=$CFLAGS
11524 CFLAGS="$CFLAGS -fno-strict-aliasing"
11525 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
11526 /* end confdefs.h.  */
11527 int main(int argc, char *argv) { return 0; }
11528 _ACEOF
11529 if ac_fn_c_try_link "$LINENO"; then :
11530   ac_cv_cflags__fno_strict_aliasing=yes
11531 else
11532   ac_cv_cflags__fno_strict_aliasing=no
11533 fi
11534 rm -f core conftest.err conftest.$ac_objext \
11535     conftest$ac_exeext conftest.$ac_ext
11536 CFLAGS=$ac_wine_try_cflags_saved
11537 fi
11538 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_cflags__fno_strict_aliasing" >&5
11539 $as_echo "$ac_cv_cflags__fno_strict_aliasing" >&6; }
11540 if test $ac_cv_cflags__fno_strict_aliasing = yes; then :
11541   EXTRACFLAGS="$EXTRACFLAGS -fno-strict-aliasing"
11542 fi
11543   { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether the compiler supports -Wdeclaration-after-statement" >&5
11544 $as_echo_n "checking whether the compiler supports -Wdeclaration-after-statement... " >&6; }
11545 if test "${ac_cv_cflags__Wdeclaration_after_statement+set}" = set; then :
11546   $as_echo_n "(cached) " >&6
11547 else
11548   ac_wine_try_cflags_saved=$CFLAGS
11549 CFLAGS="$CFLAGS -Wdeclaration-after-statement"
11550 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
11551 /* end confdefs.h.  */
11552 int main(int argc, char *argv) { return 0; }
11553 _ACEOF
11554 if ac_fn_c_try_link "$LINENO"; then :
11555   ac_cv_cflags__Wdeclaration_after_statement=yes
11556 else
11557   ac_cv_cflags__Wdeclaration_after_statement=no
11558 fi
11559 rm -f core conftest.err conftest.$ac_objext \
11560     conftest$ac_exeext conftest.$ac_ext
11561 CFLAGS=$ac_wine_try_cflags_saved
11562 fi
11563 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_cflags__Wdeclaration_after_statement" >&5
11564 $as_echo "$ac_cv_cflags__Wdeclaration_after_statement" >&6; }
11565 if test $ac_cv_cflags__Wdeclaration_after_statement = yes; then :
11566   EXTRACFLAGS="$EXTRACFLAGS -Wdeclaration-after-statement"
11567 fi
11568   { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether the compiler supports -Wstrict-prototypes" >&5
11569 $as_echo_n "checking whether the compiler supports -Wstrict-prototypes... " >&6; }
11570 if test "${ac_cv_cflags__Wstrict_prototypes+set}" = set; then :
11571   $as_echo_n "(cached) " >&6
11572 else
11573   ac_wine_try_cflags_saved=$CFLAGS
11574 CFLAGS="$CFLAGS -Wstrict-prototypes"
11575 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
11576 /* end confdefs.h.  */
11577 int main(int argc, char *argv) { return 0; }
11578 _ACEOF
11579 if ac_fn_c_try_link "$LINENO"; then :
11580   ac_cv_cflags__Wstrict_prototypes=yes
11581 else
11582   ac_cv_cflags__Wstrict_prototypes=no
11583 fi
11584 rm -f core conftest.err conftest.$ac_objext \
11585     conftest$ac_exeext conftest.$ac_ext
11586 CFLAGS=$ac_wine_try_cflags_saved
11587 fi
11588 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_cflags__Wstrict_prototypes" >&5
11589 $as_echo "$ac_cv_cflags__Wstrict_prototypes" >&6; }
11590 if test $ac_cv_cflags__Wstrict_prototypes = yes; then :
11591   EXTRACFLAGS="$EXTRACFLAGS -Wstrict-prototypes"
11592 fi
11593   { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether the compiler supports -Wwrite-strings" >&5
11594 $as_echo_n "checking whether the compiler supports -Wwrite-strings... " >&6; }
11595 if test "${ac_cv_cflags__Wwrite_strings+set}" = set; then :
11596   $as_echo_n "(cached) " >&6
11597 else
11598   ac_wine_try_cflags_saved=$CFLAGS
11599 CFLAGS="$CFLAGS -Wwrite-strings"
11600 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
11601 /* end confdefs.h.  */
11602 int main(int argc, char *argv) { return 0; }
11603 _ACEOF
11604 if ac_fn_c_try_link "$LINENO"; then :
11605   ac_cv_cflags__Wwrite_strings=yes
11606 else
11607   ac_cv_cflags__Wwrite_strings=no
11608 fi
11609 rm -f core conftest.err conftest.$ac_objext \
11610     conftest$ac_exeext conftest.$ac_ext
11611 CFLAGS=$ac_wine_try_cflags_saved
11612 fi
11613 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_cflags__Wwrite_strings" >&5
11614 $as_echo "$ac_cv_cflags__Wwrite_strings" >&6; }
11615 if test $ac_cv_cflags__Wwrite_strings = yes; then :
11616   EXTRACFLAGS="$EXTRACFLAGS -Wwrite-strings"
11617 fi
11618   { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether the compiler supports -Wtype-limits" >&5
11619 $as_echo_n "checking whether the compiler supports -Wtype-limits... " >&6; }
11620 if test "${ac_cv_cflags__Wtype_limits+set}" = set; then :
11621   $as_echo_n "(cached) " >&6
11622 else
11623   ac_wine_try_cflags_saved=$CFLAGS
11624 CFLAGS="$CFLAGS -Wtype-limits"
11625 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
11626 /* end confdefs.h.  */
11627 int main(int argc, char *argv) { return 0; }
11628 _ACEOF
11629 if ac_fn_c_try_link "$LINENO"; then :
11630   ac_cv_cflags__Wtype_limits=yes
11631 else
11632   ac_cv_cflags__Wtype_limits=no
11633 fi
11634 rm -f core conftest.err conftest.$ac_objext \
11635     conftest$ac_exeext conftest.$ac_ext
11636 CFLAGS=$ac_wine_try_cflags_saved
11637 fi
11638 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_cflags__Wtype_limits" >&5
11639 $as_echo "$ac_cv_cflags__Wtype_limits" >&6; }
11640 if test $ac_cv_cflags__Wtype_limits = yes; then :
11641   EXTRACFLAGS="$EXTRACFLAGS -Wtype-limits"
11642 fi
11643
11644     saved_CFLAGS="$CFLAGS"
11645   CFLAGS="$CFLAGS -Wpointer-arith -Werror"
11646   { $as_echo "$as_me:${as_lineno-$LINENO}: checking for broken string.h that generates warnings" >&5
11647 $as_echo_n "checking for broken string.h that generates warnings... " >&6; }
11648 if test "${ac_cv_c_string_h_warnings+set}" = set; then :
11649   $as_echo_n "(cached) " >&6
11650 else
11651   cat confdefs.h - <<_ACEOF >conftest.$ac_ext
11652 /* end confdefs.h.  */
11653 #include <string.h>
11654 int
11655 main ()
11656 {
11657
11658   ;
11659   return 0;
11660 }
11661 _ACEOF
11662 if ac_fn_c_try_compile "$LINENO"; then :
11663   ac_cv_c_string_h_warnings=no
11664 else
11665   ac_cv_c_string_h_warnings=yes
11666 fi
11667 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
11668 fi
11669 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_c_string_h_warnings" >&5
11670 $as_echo "$ac_cv_c_string_h_warnings" >&6; }
11671   CFLAGS="$saved_CFLAGS"
11672   if test "$ac_cv_c_string_h_warnings" = "no"
11673   then
11674     EXTRACFLAGS="$EXTRACFLAGS -Wpointer-arith"
11675   fi
11676
11677     if test "${enable_maintainer_mode+set}" = set
11678   then
11679       { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether the compiler supports -Werror" >&5
11680 $as_echo_n "checking whether the compiler supports -Werror... " >&6; }
11681 if test "${ac_cv_cflags__Werror+set}" = set; then :
11682   $as_echo_n "(cached) " >&6
11683 else
11684   ac_wine_try_cflags_saved=$CFLAGS
11685 CFLAGS="$CFLAGS -Werror"
11686 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
11687 /* end confdefs.h.  */
11688 int main(int argc, char *argv) { return 0; }
11689 _ACEOF
11690 if ac_fn_c_try_link "$LINENO"; then :
11691   ac_cv_cflags__Werror=yes
11692 else
11693   ac_cv_cflags__Werror=no
11694 fi
11695 rm -f core conftest.err conftest.$ac_objext \
11696     conftest$ac_exeext conftest.$ac_ext
11697 CFLAGS=$ac_wine_try_cflags_saved
11698 fi
11699 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_cflags__Werror" >&5
11700 $as_echo "$ac_cv_cflags__Werror" >&6; }
11701 if test $ac_cv_cflags__Werror = yes; then :
11702   EXTRACFLAGS="$EXTRACFLAGS -Werror"
11703 fi
11704   fi
11705
11706     saved_CFLAGS="$CFLAGS"
11707   CFLAGS="$CFLAGS -Werror"
11708   { $as_echo "$as_me:${as_lineno-$LINENO}: checking for ms_hook_prologue attribute" >&5
11709 $as_echo_n "checking for ms_hook_prologue attribute... " >&6; }
11710 if test "${ac_cv_have_ms_hook_prologue+set}" = set; then :
11711   $as_echo_n "(cached) " >&6
11712 else
11713   cat confdefs.h - <<_ACEOF >conftest.$ac_ext
11714 /* end confdefs.h.  */
11715 int __attribute__((__ms_hook_prologue__)) test(void) { return 0; }
11716 int
11717 main ()
11718 {
11719
11720   ;
11721   return 0;
11722 }
11723 _ACEOF
11724 if ac_fn_c_try_compile "$LINENO"; then :
11725   ac_cv_have_ms_hook_prologue="yes"
11726 else
11727   ac_cv_have_ms_hook_prologue="no"
11728 fi
11729 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
11730 fi
11731 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_have_ms_hook_prologue" >&5
11732 $as_echo "$ac_cv_have_ms_hook_prologue" >&6; }
11733   CFLAGS="$saved_CFLAGS"
11734   if test "$ac_cv_have_ms_hook_prologue" = "yes"
11735   then
11736
11737 $as_echo "#define DECLSPEC_HOTPATCH __attribute__((__ms_hook_prologue__))" >>confdefs.h
11738
11739   else
11740       $as_echo "#define DECLSPEC_HOTPATCH /* */" >>confdefs.h
11741
11742   fi
11743 fi
11744
11745
11746 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether external symbols need an underscore prefix" >&5
11747 $as_echo_n "checking whether external symbols need an underscore prefix... " >&6; }
11748 if test "${ac_cv_c_extern_prefix+set}" = set; then :
11749   $as_echo_n "(cached) " >&6
11750 else
11751   cat confdefs.h - <<_ACEOF >conftest.$ac_ext
11752 /* end confdefs.h.  */
11753 extern int ac_test;
11754 int
11755 main ()
11756 {
11757 asm(".globl _ac_test\n_ac_test:\t.long 0"); if (ac_test) return 1
11758   ;
11759   return 0;
11760 }
11761 _ACEOF
11762 if ac_fn_c_try_link "$LINENO"; then :
11763   ac_cv_c_extern_prefix="yes"
11764 else
11765   ac_cv_c_extern_prefix="no"
11766 fi
11767 rm -f core conftest.err conftest.$ac_objext \
11768     conftest$ac_exeext conftest.$ac_ext
11769 fi
11770 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_c_extern_prefix" >&5
11771 $as_echo "$ac_cv_c_extern_prefix" >&6; }
11772
11773 case $host_cpu in
11774   *i[3456789]86*)
11775     { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether external symbols need stdcall decoration" >&5
11776 $as_echo_n "checking whether external symbols need stdcall decoration... " >&6; }
11777 if test "${ac_cv_c_stdcall_suffix+set}" = set; then :
11778   $as_echo_n "(cached) " >&6
11779 else
11780   cat confdefs.h - <<_ACEOF >conftest.$ac_ext
11781 /* end confdefs.h.  */
11782 #ifndef _MSC_VER
11783 #define __stdcall __attribute__((__stdcall__))
11784 #endif
11785 int __stdcall ac_test(int i) { return i; }
11786 int
11787 main ()
11788 {
11789 asm("jmp _ac_test@4"); if (ac_test(1)) return 1
11790   ;
11791   return 0;
11792 }
11793 _ACEOF
11794 if ac_fn_c_try_link "$LINENO"; then :
11795   ac_cv_c_stdcall_suffix="yes"
11796 else
11797   ac_cv_c_stdcall_suffix="no"
11798 fi
11799 rm -f core conftest.err conftest.$ac_objext \
11800     conftest$ac_exeext conftest.$ac_ext
11801 fi
11802 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_c_stdcall_suffix" >&5
11803 $as_echo "$ac_cv_c_stdcall_suffix" >&6; } ;;
11804   *) ac_cv_c_stdcall_suffix="no" ;;
11805 esac
11806
11807
11808 if test "$ac_cv_c_extern_prefix" = "yes"
11809 then
11810     $as_echo "#define __ASM_NAME(name) \"_\" name" >>confdefs.h
11811
11812     asm_name_prefix="_"
11813 else
11814     $as_echo "#define __ASM_NAME(name) name" >>confdefs.h
11815
11816     asm_name_prefix=""
11817 fi
11818
11819
11820 if test "$ac_cv_c_stdcall_suffix" = "yes"
11821 then
11822     $as_echo "#define __ASM_STDCALL(args) \"@\" #args" >>confdefs.h
11823
11824 else
11825     $as_echo "#define __ASM_STDCALL(args) \"\"" >>confdefs.h
11826
11827 fi
11828
11829
11830 { $as_echo "$as_me:${as_lineno-$LINENO}: checking how to define a function in assembly code" >&5
11831 $as_echo_n "checking how to define a function in assembly code... " >&6; }
11832 if test "${ac_cv_asm_func_def+set}" = set; then :
11833   $as_echo_n "(cached) " >&6
11834 else
11835   cat confdefs.h - <<_ACEOF >conftest.$ac_ext
11836 /* end confdefs.h.  */
11837
11838 int
11839 main ()
11840 {
11841 asm("\t.globl _ac_test\n\t.def _ac_test; .scl 2; .type 32; .endef\n_ac_test:\t.long 0");
11842   ;
11843   return 0;
11844 }
11845 _ACEOF
11846 if ac_fn_c_try_link "$LINENO"; then :
11847   ac_cv_asm_func_def=".def"
11848 else
11849   cat confdefs.h - <<_ACEOF >conftest.$ac_ext
11850 /* end confdefs.h.  */
11851
11852 int
11853 main ()
11854 {
11855 asm("\t.globl _ac_test\n\t.type _ac_test,@function\n_ac_test:\t.long 0");
11856   ;
11857   return 0;
11858 }
11859 _ACEOF
11860 if ac_fn_c_try_link "$LINENO"; then :
11861   ac_cv_asm_func_def=".type @function"
11862 else
11863   cat confdefs.h - <<_ACEOF >conftest.$ac_ext
11864 /* end confdefs.h.  */
11865
11866 int
11867 main ()
11868 {
11869 asm("\t.globl _ac_test\n\t.type _ac_test,2\n_ac_test:\t.long 0");
11870   ;
11871   return 0;
11872 }
11873 _ACEOF
11874 if ac_fn_c_try_link "$LINENO"; then :
11875   ac_cv_asm_func_def=".type 2"
11876 else
11877   ac_cv_asm_func_def="unknown"
11878 fi
11879 rm -f core conftest.err conftest.$ac_objext \
11880     conftest$ac_exeext conftest.$ac_ext
11881 fi
11882 rm -f core conftest.err conftest.$ac_objext \
11883     conftest$ac_exeext conftest.$ac_ext
11884 fi
11885 rm -f core conftest.err conftest.$ac_objext \
11886     conftest$ac_exeext conftest.$ac_ext
11887 fi
11888 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_asm_func_def" >&5
11889 $as_echo "$ac_cv_asm_func_def" >&6; }
11890
11891
11892 case "$ac_cv_asm_func_def" in
11893   ".def")
11894      $as_echo "#define __ASM_FUNC(name) \".def \" __ASM_NAME(name) \"; .scl 2; .type 32; .endef\"" >>confdefs.h
11895
11896      asm_func_header=".def $asm_name_prefix\" #name suffix \"; .scl 2; .type 32; .endef" ;;
11897   ".type @function")
11898      $as_echo "#define __ASM_FUNC(name) \".type \" __ASM_NAME(name) \",@function\"" >>confdefs.h
11899
11900      asm_func_header=".type $asm_name_prefix\" #name suffix \",@function" ;;
11901   ".type 2")
11902      $as_echo "#define __ASM_FUNC(name) \".type \" __ASM_NAME(name) \",2\"" >>confdefs.h
11903
11904      asm_func_header=".type $asm_name_prefix\" #name suffix \",2" ;;
11905   *)
11906      $as_echo "#define __ASM_FUNC(name) \"\"" >>confdefs.h
11907
11908      asm_func_header="" ;;
11909 esac
11910
11911 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether asm() works outside of functions" >&5
11912 $as_echo_n "checking whether asm() works outside of functions... " >&6; }
11913 if test "${ac_cv_c_asm_outside_funcs+set}" = set; then :
11914   $as_echo_n "(cached) " >&6
11915 else
11916   cat confdefs.h - <<_ACEOF >conftest.$ac_ext
11917 /* end confdefs.h.  */
11918 asm(".text\n\t.long 0");
11919 int
11920 main ()
11921 {
11922
11923   ;
11924   return 0;
11925 }
11926 _ACEOF
11927 if ac_fn_c_try_compile "$LINENO"; then :
11928   ac_cv_c_asm_outside_funcs="yes"
11929 else
11930   ac_cv_c_asm_outside_funcs="no"
11931 fi
11932 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
11933 fi
11934 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_c_asm_outside_funcs" >&5
11935 $as_echo "$ac_cv_c_asm_outside_funcs" >&6; }
11936
11937 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether .previous is supported in assembly code" >&5
11938 $as_echo_n "checking whether .previous is supported in assembly code... " >&6; }
11939 if test "${ac_cv_c_dot_previous+set}" = set; then :
11940   $as_echo_n "(cached) " >&6
11941 else
11942   cat confdefs.h - <<_ACEOF >conftest.$ac_ext
11943 /* end confdefs.h.  */
11944
11945 int
11946 main ()
11947 {
11948 asm(".text\nac_test:\t.long 0\n\t.previous");
11949   ;
11950   return 0;
11951 }
11952 _ACEOF
11953 if ac_fn_c_try_link "$LINENO"; then :
11954   ac_cv_c_dot_previous="yes"
11955 else
11956   ac_cv_c_dot_previous="no"
11957 fi
11958 rm -f core conftest.err conftest.$ac_objext \
11959     conftest$ac_exeext conftest.$ac_ext
11960 fi
11961 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_c_dot_previous" >&5
11962 $as_echo "$ac_cv_c_dot_previous" >&6; }
11963
11964 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether CFI directives are supported in assembly code" >&5
11965 $as_echo_n "checking whether CFI directives are supported in assembly code... " >&6; }
11966 if test "${ac_cv_c_cfi_support+set}" = set; then :
11967   $as_echo_n "(cached) " >&6
11968 else
11969   cat confdefs.h - <<_ACEOF >conftest.$ac_ext
11970 /* end confdefs.h.  */
11971 asm(".text\nac_test:\t.cfi_startproc\n\t.long 0\n\t.cfi_endproc");
11972 int
11973 main ()
11974 {
11975
11976   ;
11977   return 0;
11978 }
11979 _ACEOF
11980 if ac_fn_c_try_compile "$LINENO"; then :
11981   ac_cv_c_cfi_support="yes"
11982 else
11983   ac_cv_c_cfi_support="no"
11984 fi
11985 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
11986 fi
11987 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_c_cfi_support" >&5
11988 $as_echo "$ac_cv_c_cfi_support" >&6; }
11989
11990 asm_func_header=".globl $asm_name_prefix\" #name suffix \"\\n\\t$asm_func_header\\n$asm_name_prefix\" #name suffix \":\\n\\t"
11991 asm_func_trailer=""
11992 if test "$ac_cv_c_dot_previous" = "yes"
11993 then
11994    asm_func_trailer="\\n\\t.previous"
11995 fi
11996 if test "$ac_cv_c_cfi_support" = "yes"
11997 then
11998    asm_func_header="$asm_func_header.cfi_startproc\\n\\t"
11999    asm_func_trailer="\\n\\t.cfi_endproc$asm_func_trailer"
12000
12001 $as_echo "#define __ASM_CFI(str) str" >>confdefs.h
12002
12003 else
12004    $as_echo "#define __ASM_CFI(str) \"\"" >>confdefs.h
12005
12006 fi
12007
12008 asm_func_code="$asm_func_header\" code \"$asm_func_trailer"
12009
12010
12011 if test "$ac_cv_c_asm_outside_funcs" = "yes"
12012 then
12013     cat >>confdefs.h <<_ACEOF
12014 #define __ASM_DEFINE_FUNC(name,suffix,code) asm(".text\n\t.align 4\n\t$asm_func_code");
12015 _ACEOF
12016
12017 else
12018     cat >>confdefs.h <<_ACEOF
12019 #define __ASM_DEFINE_FUNC(name,suffix,code) void __asm_dummy_##name(void) { asm(".text\n\t.align 4\n\t$asm_func_code"); }
12020 _ACEOF
12021
12022 fi
12023
12024 $as_echo "#define __ASM_GLOBAL_FUNC(name,code) __ASM_DEFINE_FUNC(name,\"\",code)" >>confdefs.h
12025
12026
12027 $as_echo "#define __ASM_STDCALL_FUNC(name,args,code) __ASM_DEFINE_FUNC(name,__ASM_STDCALL(args),code)" >>confdefs.h
12028
12029
12030
12031 LDPATH=""
12032
12033 case $build_os in
12034   cygwin*|mingw32*)
12035     TOOLSEXT=".exe"
12036
12037     LDPATH="PATH=\"\$(TOOLSDIR)/libs/wine:\$\$PATH\""
12038     ;;
12039   darwin*|macosx*)
12040     ;;
12041   *)
12042     LDPATH="LD_LIBRARY_PATH=\"\$(TOOLSDIR)/libs/wine:\$\$LD_LIBRARY_PATH\""
12043     ;;
12044 esac
12045
12046 case $host_os in
12047   mingw32*)
12048     CRTLIBS="-lmsvcrt"
12049
12050     SOCKETLIBS="-L\$(TOPOBJDIR)/dlls/ws2_32 -lws2_32"
12051
12052     ;;
12053 esac
12054
12055 MAIN_BINARY="wine"
12056
12057 test -z "$with_wine64" || MAIN_BINARY="wine32"
12058
12059 case $host_cpu in
12060   *i[3456789]86*)
12061     case $host_os in
12062       linux*)
12063         EXTRA_BINARIES="wine-preloader"
12064  ;;
12065     esac
12066     ;;
12067 esac
12068
12069
12070 ac_save_CFLAGS="$CFLAGS"
12071 CFLAGS="$CFLAGS $BUILTINFLAG"
12072 for ac_func in \
12073         _pclose \
12074         _popen \
12075         _snprintf \
12076         _spawnvp \
12077         _strdup \
12078         _stricmp \
12079         _strnicmp \
12080         _strtoi64 \
12081         _strtoui64 \
12082         _vsnprintf \
12083         asctime_r \
12084         chsize \
12085         dlopen \
12086         epoll_create \
12087         ffs \
12088         finite \
12089         fnmatch \
12090         fork \
12091         fpclass \
12092         fstatfs \
12093         fstatvfs \
12094         ftruncate \
12095         futimes \
12096         futimesat \
12097         getdirentries \
12098         getopt_long \
12099         getpagesize \
12100         getpwuid \
12101         gettid \
12102         gettimeofday \
12103         getuid \
12104         kqueue \
12105         lstat \
12106         memmove \
12107         mmap \
12108         pclose \
12109         pipe2 \
12110         poll \
12111         popen \
12112         prctl \
12113         pread \
12114         pwrite \
12115         readdir \
12116         readlink \
12117         sched_setaffinity \
12118         sched_yield \
12119         select \
12120         setproctitle \
12121         setrlimit \
12122         settimeofday \
12123         sigaltstack \
12124         sigprocmask \
12125         snprintf \
12126         spawnvp \
12127         statfs \
12128         statvfs \
12129         strcasecmp \
12130         strdup \
12131         strerror \
12132         strncasecmp \
12133         strtold \
12134         strtoll \
12135         strtoull \
12136         symlink \
12137         tcgetattr \
12138         thr_kill2 \
12139         timegm \
12140         usleep \
12141         vsnprintf \
12142         wait4 \
12143         waitpid \
12144
12145 do :
12146   as_ac_var=`$as_echo "ac_cv_func_$ac_func" | $as_tr_sh`
12147 ac_fn_c_check_func "$LINENO" "$ac_func" "$as_ac_var"
12148 eval as_val=\$$as_ac_var
12149    if test "x$as_val" = x""yes; then :
12150   cat >>confdefs.h <<_ACEOF
12151 #define `$as_echo "HAVE_$ac_func" | $as_tr_cpp` 1
12152 _ACEOF
12153
12154 fi
12155 done
12156
12157 CFLAGS="$ac_save_CFLAGS"
12158
12159 if test "$ac_cv_func_dlopen" = no
12160 then
12161     { $as_echo "$as_me:${as_lineno-$LINENO}: checking for dlopen in -ldl" >&5
12162 $as_echo_n "checking for dlopen in -ldl... " >&6; }
12163 if test "${ac_cv_lib_dl_dlopen+set}" = set; then :
12164   $as_echo_n "(cached) " >&6
12165 else
12166   ac_check_lib_save_LIBS=$LIBS
12167 LIBS="-ldl  $LIBS"
12168 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
12169 /* end confdefs.h.  */
12170
12171 /* Override any GCC internal prototype to avoid an error.
12172    Use char because int might match the return type of a GCC
12173    builtin and then its argument prototype would still apply.  */
12174 #ifdef __cplusplus
12175 extern "C"
12176 #endif
12177 char dlopen ();
12178 int
12179 main ()
12180 {
12181 return dlopen ();
12182   ;
12183   return 0;
12184 }
12185 _ACEOF
12186 if ac_fn_c_try_link "$LINENO"; then :
12187   ac_cv_lib_dl_dlopen=yes
12188 else
12189   ac_cv_lib_dl_dlopen=no
12190 fi
12191 rm -f core conftest.err conftest.$ac_objext \
12192     conftest$ac_exeext conftest.$ac_ext
12193 LIBS=$ac_check_lib_save_LIBS
12194 fi
12195 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_dl_dlopen" >&5
12196 $as_echo "$ac_cv_lib_dl_dlopen" >&6; }
12197 if test "x$ac_cv_lib_dl_dlopen" = x""yes; then :
12198   $as_echo "#define HAVE_DLOPEN 1" >>confdefs.h
12199  LIBDL="-ldl"
12200
12201 fi
12202
12203 fi
12204 ac_wine_check_funcs_save_LIBS="$LIBS"
12205 LIBS="$LIBS $LIBDL"
12206 for ac_func in dladdr
12207 do :
12208   ac_fn_c_check_func "$LINENO" "dladdr" "ac_cv_func_dladdr"
12209 if test "x$ac_cv_func_dladdr" = x""yes; then :
12210   cat >>confdefs.h <<_ACEOF
12211 #define HAVE_DLADDR 1
12212 _ACEOF
12213
12214 fi
12215 done
12216
12217 LIBS="$ac_wine_check_funcs_save_LIBS"
12218
12219 if test "$ac_cv_func_poll" = no
12220 then
12221     { $as_echo "$as_me:${as_lineno-$LINENO}: checking for poll in -lpoll" >&5
12222 $as_echo_n "checking for poll in -lpoll... " >&6; }
12223 if test "${ac_cv_lib_poll_poll+set}" = set; then :
12224   $as_echo_n "(cached) " >&6
12225 else
12226   ac_check_lib_save_LIBS=$LIBS
12227 LIBS="-lpoll  $LIBS"
12228 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
12229 /* end confdefs.h.  */
12230
12231 /* Override any GCC internal prototype to avoid an error.
12232    Use char because int might match the return type of a GCC
12233    builtin and then its argument prototype would still apply.  */
12234 #ifdef __cplusplus
12235 extern "C"
12236 #endif
12237 char poll ();
12238 int
12239 main ()
12240 {
12241 return poll ();
12242   ;
12243   return 0;
12244 }
12245 _ACEOF
12246 if ac_fn_c_try_link "$LINENO"; then :
12247   ac_cv_lib_poll_poll=yes
12248 else
12249   ac_cv_lib_poll_poll=no
12250 fi
12251 rm -f core conftest.err conftest.$ac_objext \
12252     conftest$ac_exeext conftest.$ac_ext
12253 LIBS=$ac_check_lib_save_LIBS
12254 fi
12255 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_poll_poll" >&5
12256 $as_echo "$ac_cv_lib_poll_poll" >&6; }
12257 if test "x$ac_cv_lib_poll_poll" = x""yes; then :
12258   $as_echo "#define HAVE_POLL 1" >>confdefs.h
12259  LIBPOLL="-lpoll"
12260
12261 fi
12262
12263 fi
12264
12265 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for library containing gethostbyname" >&5
12266 $as_echo_n "checking for library containing gethostbyname... " >&6; }
12267 if test "${ac_cv_search_gethostbyname+set}" = set; then :
12268   $as_echo_n "(cached) " >&6
12269 else
12270   ac_func_search_save_LIBS=$LIBS
12271 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
12272 /* end confdefs.h.  */
12273
12274 /* Override any GCC internal prototype to avoid an error.
12275    Use char because int might match the return type of a GCC
12276    builtin and then its argument prototype would still apply.  */
12277 #ifdef __cplusplus
12278 extern "C"
12279 #endif
12280 char gethostbyname ();
12281 int
12282 main ()
12283 {
12284 return gethostbyname ();
12285   ;
12286   return 0;
12287 }
12288 _ACEOF
12289 for ac_lib in '' nsl; do
12290   if test -z "$ac_lib"; then
12291     ac_res="none required"
12292   else
12293     ac_res=-l$ac_lib
12294     LIBS="-l$ac_lib  $ac_func_search_save_LIBS"
12295   fi
12296   if ac_fn_c_try_link "$LINENO"; then :
12297   ac_cv_search_gethostbyname=$ac_res
12298 fi
12299 rm -f core conftest.err conftest.$ac_objext \
12300     conftest$ac_exeext
12301   if test "${ac_cv_search_gethostbyname+set}" = set; then :
12302   break
12303 fi
12304 done
12305 if test "${ac_cv_search_gethostbyname+set}" = set; then :
12306
12307 else
12308   ac_cv_search_gethostbyname=no
12309 fi
12310 rm conftest.$ac_ext
12311 LIBS=$ac_func_search_save_LIBS
12312 fi
12313 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_search_gethostbyname" >&5
12314 $as_echo "$ac_cv_search_gethostbyname" >&6; }
12315 ac_res=$ac_cv_search_gethostbyname
12316 if test "$ac_res" != no; then :
12317   test "$ac_res" = "none required" || LIBS="$ac_res $LIBS"
12318
12319 fi
12320
12321
12322 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for library containing connect" >&5
12323 $as_echo_n "checking for library containing connect... " >&6; }
12324 if test "${ac_cv_search_connect+set}" = set; then :
12325   $as_echo_n "(cached) " >&6
12326 else
12327   ac_func_search_save_LIBS=$LIBS
12328 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
12329 /* end confdefs.h.  */
12330
12331 /* Override any GCC internal prototype to avoid an error.
12332    Use char because int might match the return type of a GCC
12333    builtin and then its argument prototype would still apply.  */
12334 #ifdef __cplusplus
12335 extern "C"
12336 #endif
12337 char connect ();
12338 int
12339 main ()
12340 {
12341 return connect ();
12342   ;
12343   return 0;
12344 }
12345 _ACEOF
12346 for ac_lib in '' socket; do
12347   if test -z "$ac_lib"; then
12348     ac_res="none required"
12349   else
12350     ac_res=-l$ac_lib
12351     LIBS="-l$ac_lib  $ac_func_search_save_LIBS"
12352   fi
12353   if ac_fn_c_try_link "$LINENO"; then :
12354   ac_cv_search_connect=$ac_res
12355 fi
12356 rm -f core conftest.err conftest.$ac_objext \
12357     conftest$ac_exeext
12358   if test "${ac_cv_search_connect+set}" = set; then :
12359   break
12360 fi
12361 done
12362 if test "${ac_cv_search_connect+set}" = set; then :
12363
12364 else
12365   ac_cv_search_connect=no
12366 fi
12367 rm conftest.$ac_ext
12368 LIBS=$ac_func_search_save_LIBS
12369 fi
12370 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_search_connect" >&5
12371 $as_echo "$ac_cv_search_connect" >&6; }
12372 ac_res=$ac_cv_search_connect
12373 if test "$ac_res" != no; then :
12374   test "$ac_res" = "none required" || LIBS="$ac_res $LIBS"
12375
12376 fi
12377
12378
12379 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for library containing inet_aton" >&5
12380 $as_echo_n "checking for library containing inet_aton... " >&6; }
12381 if test "${ac_cv_search_inet_aton+set}" = set; then :
12382   $as_echo_n "(cached) " >&6
12383 else
12384   ac_func_search_save_LIBS=$LIBS
12385 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
12386 /* end confdefs.h.  */
12387
12388 /* Override any GCC internal prototype to avoid an error.
12389    Use char because int might match the return type of a GCC
12390    builtin and then its argument prototype would still apply.  */
12391 #ifdef __cplusplus
12392 extern "C"
12393 #endif
12394 char inet_aton ();
12395 int
12396 main ()
12397 {
12398 return inet_aton ();
12399   ;
12400   return 0;
12401 }
12402 _ACEOF
12403 for ac_lib in '' resolv; do
12404   if test -z "$ac_lib"; then
12405     ac_res="none required"
12406   else
12407     ac_res=-l$ac_lib
12408     LIBS="-l$ac_lib  $ac_func_search_save_LIBS"
12409   fi
12410   if ac_fn_c_try_link "$LINENO"; then :
12411   ac_cv_search_inet_aton=$ac_res
12412 fi
12413 rm -f core conftest.err conftest.$ac_objext \
12414     conftest$ac_exeext
12415   if test "${ac_cv_search_inet_aton+set}" = set; then :
12416   break
12417 fi
12418 done
12419 if test "${ac_cv_search_inet_aton+set}" = set; then :
12420
12421 else
12422   ac_cv_search_inet_aton=no
12423 fi
12424 rm conftest.$ac_ext
12425 LIBS=$ac_func_search_save_LIBS
12426 fi
12427 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_search_inet_aton" >&5
12428 $as_echo "$ac_cv_search_inet_aton" >&6; }
12429 ac_res=$ac_cv_search_inet_aton
12430 if test "$ac_res" != no; then :
12431   test "$ac_res" = "none required" || LIBS="$ac_res $LIBS"
12432
12433 fi
12434
12435
12436 for ac_func in \
12437         getaddrinfo \
12438         getnameinfo \
12439         getnetbyname \
12440         getprotobyname \
12441         getprotobynumber \
12442         getservbyport \
12443         inet_network \
12444         inet_ntop \
12445         inet_pton \
12446         sendmsg \
12447         socketpair \
12448
12449 do :
12450   as_ac_var=`$as_echo "ac_cv_func_$ac_func" | $as_tr_sh`
12451 ac_fn_c_check_func "$LINENO" "$ac_func" "$as_ac_var"
12452 eval as_val=\$$as_ac_var
12453    if test "x$as_val" = x""yes; then :
12454   cat >>confdefs.h <<_ACEOF
12455 #define `$as_echo "HAVE_$ac_func" | $as_tr_cpp` 1
12456 _ACEOF
12457
12458 fi
12459 done
12460
12461
12462 LDAPLIBS=""
12463
12464 if test "$ac_cv_header_ldap_h" = "yes" -a "$ac_cv_header_lber_h" = "yes"
12465 then
12466     ac_fn_c_check_type "$LINENO" "LDAPSortKey" "ac_cv_type_LDAPSortKey" "#include <ldap.h>
12467 "
12468 if test "x$ac_cv_type_LDAPSortKey" = x""yes; then :
12469   { $as_echo "$as_me:${as_lineno-$LINENO}: checking for ldap_initialize in -lldap_r" >&5
12470 $as_echo_n "checking for ldap_initialize in -lldap_r... " >&6; }
12471 if test "${ac_cv_lib_ldap_r_ldap_initialize+set}" = set; then :
12472   $as_echo_n "(cached) " >&6
12473 else
12474   ac_check_lib_save_LIBS=$LIBS
12475 LIBS="-lldap_r $LIBPTHREAD $LIBS"
12476 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
12477 /* end confdefs.h.  */
12478
12479 /* Override any GCC internal prototype to avoid an error.
12480    Use char because int might match the return type of a GCC
12481    builtin and then its argument prototype would still apply.  */
12482 #ifdef __cplusplus
12483 extern "C"
12484 #endif
12485 char ldap_initialize ();
12486 int
12487 main ()
12488 {
12489 return ldap_initialize ();
12490   ;
12491   return 0;
12492 }
12493 _ACEOF
12494 if ac_fn_c_try_link "$LINENO"; then :
12495   ac_cv_lib_ldap_r_ldap_initialize=yes
12496 else
12497   ac_cv_lib_ldap_r_ldap_initialize=no
12498 fi
12499 rm -f core conftest.err conftest.$ac_objext \
12500     conftest$ac_exeext conftest.$ac_ext
12501 LIBS=$ac_check_lib_save_LIBS
12502 fi
12503 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_ldap_r_ldap_initialize" >&5
12504 $as_echo "$ac_cv_lib_ldap_r_ldap_initialize" >&6; }
12505 if test "x$ac_cv_lib_ldap_r_ldap_initialize" = x""yes; then :
12506   { $as_echo "$as_me:${as_lineno-$LINENO}: checking for ber_init in -llber" >&5
12507 $as_echo_n "checking for ber_init in -llber... " >&6; }
12508 if test "${ac_cv_lib_lber_ber_init+set}" = set; then :
12509   $as_echo_n "(cached) " >&6
12510 else
12511   ac_check_lib_save_LIBS=$LIBS
12512 LIBS="-llber $LIBPTHREAD $LIBS"
12513 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
12514 /* end confdefs.h.  */
12515
12516 /* Override any GCC internal prototype to avoid an error.
12517    Use char because int might match the return type of a GCC
12518    builtin and then its argument prototype would still apply.  */
12519 #ifdef __cplusplus
12520 extern "C"
12521 #endif
12522 char ber_init ();
12523 int
12524 main ()
12525 {
12526 return ber_init ();
12527   ;
12528   return 0;
12529 }
12530 _ACEOF
12531 if ac_fn_c_try_link "$LINENO"; then :
12532   ac_cv_lib_lber_ber_init=yes
12533 else
12534   ac_cv_lib_lber_ber_init=no
12535 fi
12536 rm -f core conftest.err conftest.$ac_objext \
12537     conftest$ac_exeext conftest.$ac_ext
12538 LIBS=$ac_check_lib_save_LIBS
12539 fi
12540 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_lber_ber_init" >&5
12541 $as_echo "$ac_cv_lib_lber_ber_init" >&6; }
12542 if test "x$ac_cv_lib_lber_ber_init" = x""yes; then :
12543
12544 $as_echo "#define HAVE_LDAP 1" >>confdefs.h
12545
12546                  LDAPLIBS="-lldap_r -llber"
12547 fi
12548
12549 fi
12550
12551 fi
12552
12553     ac_wine_check_funcs_save_LIBS="$LIBS"
12554 LIBS="$LIBS $LDAPLIBS $LIBPTHREAD"
12555 for ac_func in \
12556         ldap_count_references \
12557         ldap_first_reference \
12558         ldap_next_reference \
12559         ldap_parse_reference \
12560         ldap_parse_sort_control \
12561         ldap_parse_sortresponse_control \
12562         ldap_parse_vlv_control \
12563         ldap_parse_vlvresponse_control
12564 do :
12565   as_ac_var=`$as_echo "ac_cv_func_$ac_func" | $as_tr_sh`
12566 ac_fn_c_check_func "$LINENO" "$ac_func" "$as_ac_var"
12567 eval as_val=\$$as_ac_var
12568    if test "x$as_val" = x""yes; then :
12569   cat >>confdefs.h <<_ACEOF
12570 #define `$as_echo "HAVE_$ac_func" | $as_tr_cpp` 1
12571 _ACEOF
12572
12573 fi
12574 done
12575
12576 LIBS="$ac_wine_check_funcs_save_LIBS"
12577 fi
12578 if test "x$LDAPLIBS" = "x"; then :
12579   case "x$with_ldap" in
12580   x)   wine_notices="$wine_notices|libldap (OpenLDAP) ${notice_platform}development files not found, LDAP won't be supported." ;;
12581   xno) ;;
12582   *)   as_fn_error "libldap (OpenLDAP) ${notice_platform}development files not found, LDAP won't be supported.
12583 This is an error since --with-ldap was requested." "$LINENO" 5 ;;
12584 esac
12585 fi
12586
12587 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether mkdir takes only one argument" >&5
12588 $as_echo_n "checking whether mkdir takes only one argument... " >&6; }
12589 if test "${wine_cv_one_arg_mkdir+set}" = set; then :
12590   $as_echo_n "(cached) " >&6
12591 else
12592   cat confdefs.h - <<_ACEOF >conftest.$ac_ext
12593 /* end confdefs.h.  */
12594 #include <sys/stat.h>
12595 int
12596 main ()
12597 {
12598 mkdir("foo");
12599   ;
12600   return 0;
12601 }
12602 _ACEOF
12603 if ac_fn_c_try_compile "$LINENO"; then :
12604   wine_cv_one_arg_mkdir=yes
12605 else
12606   wine_cv_one_arg_mkdir=no
12607 fi
12608 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
12609 fi
12610 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $wine_cv_one_arg_mkdir" >&5
12611 $as_echo "$wine_cv_one_arg_mkdir" >&6; }
12612 if test "$wine_cv_one_arg_mkdir" = "yes"
12613 then
12614
12615 $as_echo "#define HAVE_ONE_ARG_MKDIR 1" >>confdefs.h
12616
12617 fi
12618
12619
12620 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for an ANSI C-conforming const" >&5
12621 $as_echo_n "checking for an ANSI C-conforming const... " >&6; }
12622 if test "${ac_cv_c_const+set}" = set; then :
12623   $as_echo_n "(cached) " >&6
12624 else
12625   cat confdefs.h - <<_ACEOF >conftest.$ac_ext
12626 /* end confdefs.h.  */
12627
12628 int
12629 main ()
12630 {
12631 /* FIXME: Include the comments suggested by Paul. */
12632 #ifndef __cplusplus
12633   /* Ultrix mips cc rejects this.  */
12634   typedef int charset[2];
12635   const charset cs;
12636   /* SunOS 4.1.1 cc rejects this.  */
12637   char const *const *pcpcc;
12638   char **ppc;
12639   /* NEC SVR4.0.2 mips cc rejects this.  */
12640   struct point {int x, y;};
12641   static struct point const zero = {0,0};
12642   /* AIX XL C 1.02.0.0 rejects this.
12643      It does not let you subtract one const X* pointer from another in
12644      an arm of an if-expression whose if-part is not a constant
12645      expression */
12646   const char *g = "string";
12647   pcpcc = &g + (g ? g-g : 0);
12648   /* HPUX 7.0 cc rejects these. */
12649   ++pcpcc;
12650   ppc = (char**) pcpcc;
12651   pcpcc = (char const *const *) ppc;
12652   { /* SCO 3.2v4 cc rejects this.  */
12653     char *t;
12654     char const *s = 0 ? (char *) 0 : (char const *) 0;
12655
12656     *t++ = 0;
12657     if (s) return 0;
12658   }
12659   { /* Someone thinks the Sun supposedly-ANSI compiler will reject this.  */
12660     int x[] = {25, 17};
12661     const int *foo = &x[0];
12662     ++foo;
12663   }
12664   { /* Sun SC1.0 ANSI compiler rejects this -- but not the above. */
12665     typedef const int *iptr;
12666     iptr p = 0;
12667     ++p;
12668   }
12669   { /* AIX XL C 1.02.0.0 rejects this saying
12670        "k.c", line 2.27: 1506-025 (S) Operand must be a modifiable lvalue. */
12671     struct s { int j; const int *ap[3]; };
12672     struct s *b; b->j = 5;
12673   }
12674   { /* ULTRIX-32 V3.1 (Rev 9) vcc rejects this */
12675     const int foo = 10;
12676     if (!foo) return 0;
12677   }
12678   return !cs[0] && !zero.x;
12679 #endif
12680
12681   ;
12682   return 0;
12683 }
12684 _ACEOF
12685 if ac_fn_c_try_compile "$LINENO"; then :
12686   ac_cv_c_const=yes
12687 else
12688   ac_cv_c_const=no
12689 fi
12690 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
12691 fi
12692 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_c_const" >&5
12693 $as_echo "$ac_cv_c_const" >&6; }
12694 if test $ac_cv_c_const = no; then
12695
12696 $as_echo "#define const /**/" >>confdefs.h
12697
12698 fi
12699
12700 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for inline" >&5
12701 $as_echo_n "checking for inline... " >&6; }
12702 if test "${ac_cv_c_inline+set}" = set; then :
12703   $as_echo_n "(cached) " >&6
12704 else
12705   ac_cv_c_inline=no
12706 for ac_kw in inline __inline__ __inline; do
12707   cat confdefs.h - <<_ACEOF >conftest.$ac_ext
12708 /* end confdefs.h.  */
12709 #ifndef __cplusplus
12710 typedef int foo_t;
12711 static $ac_kw foo_t static_foo () {return 0; }
12712 $ac_kw foo_t foo () {return 0; }
12713 #endif
12714
12715 _ACEOF
12716 if ac_fn_c_try_compile "$LINENO"; then :
12717   ac_cv_c_inline=$ac_kw
12718 fi
12719 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
12720   test "$ac_cv_c_inline" != no && break
12721 done
12722
12723 fi
12724 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_c_inline" >&5
12725 $as_echo "$ac_cv_c_inline" >&6; }
12726
12727 case $ac_cv_c_inline in
12728   inline | yes) ;;
12729   *)
12730     case $ac_cv_c_inline in
12731       no) ac_val=;;
12732       *) ac_val=$ac_cv_c_inline;;
12733     esac
12734     cat >>confdefs.h <<_ACEOF
12735 #ifndef __cplusplus
12736 #define inline $ac_val
12737 #endif
12738 _ACEOF
12739     ;;
12740 esac
12741
12742 ac_fn_c_check_type "$LINENO" "mode_t" "ac_cv_type_mode_t" "$ac_includes_default"
12743 if test "x$ac_cv_type_mode_t" = x""yes; then :
12744
12745 cat >>confdefs.h <<_ACEOF
12746 #define HAVE_MODE_T 1
12747 _ACEOF
12748
12749
12750 fi
12751 ac_fn_c_check_type "$LINENO" "off_t" "ac_cv_type_off_t" "$ac_includes_default"
12752 if test "x$ac_cv_type_off_t" = x""yes; then :
12753
12754 cat >>confdefs.h <<_ACEOF
12755 #define HAVE_OFF_T 1
12756 _ACEOF
12757
12758
12759 fi
12760 ac_fn_c_check_type "$LINENO" "pid_t" "ac_cv_type_pid_t" "$ac_includes_default"
12761 if test "x$ac_cv_type_pid_t" = x""yes; then :
12762
12763 cat >>confdefs.h <<_ACEOF
12764 #define HAVE_PID_T 1
12765 _ACEOF
12766
12767
12768 fi
12769 ac_fn_c_check_type "$LINENO" "size_t" "ac_cv_type_size_t" "$ac_includes_default"
12770 if test "x$ac_cv_type_size_t" = x""yes; then :
12771
12772 cat >>confdefs.h <<_ACEOF
12773 #define HAVE_SIZE_T 1
12774 _ACEOF
12775
12776
12777 fi
12778 ac_fn_c_check_type "$LINENO" "ssize_t" "ac_cv_type_ssize_t" "$ac_includes_default"
12779 if test "x$ac_cv_type_ssize_t" = x""yes; then :
12780
12781 cat >>confdefs.h <<_ACEOF
12782 #define HAVE_SSIZE_T 1
12783 _ACEOF
12784
12785
12786 fi
12787 ac_fn_c_check_type "$LINENO" "long long" "ac_cv_type_long_long" "$ac_includes_default"
12788 if test "x$ac_cv_type_long_long" = x""yes; then :
12789
12790 cat >>confdefs.h <<_ACEOF
12791 #define HAVE_LONG_LONG 1
12792 _ACEOF
12793
12794
12795 fi
12796 ac_fn_c_check_type "$LINENO" "fsblkcnt_t" "ac_cv_type_fsblkcnt_t" "$ac_includes_default"
12797 if test "x$ac_cv_type_fsblkcnt_t" = x""yes; then :
12798
12799 cat >>confdefs.h <<_ACEOF
12800 #define HAVE_FSBLKCNT_T 1
12801 _ACEOF
12802
12803
12804 fi
12805 ac_fn_c_check_type "$LINENO" "fsfilcnt_t" "ac_cv_type_fsfilcnt_t" "$ac_includes_default"
12806 if test "x$ac_cv_type_fsfilcnt_t" = x""yes; then :
12807
12808 cat >>confdefs.h <<_ACEOF
12809 #define HAVE_FSFILCNT_T 1
12810 _ACEOF
12811
12812
12813 fi
12814
12815 ac_fn_c_check_type "$LINENO" "sigset_t" "ac_cv_type_sigset_t" "#include <sys/types.h>
12816 #include <signal.h>
12817 "
12818 if test "x$ac_cv_type_sigset_t" = x""yes; then :
12819
12820 cat >>confdefs.h <<_ACEOF
12821 #define HAVE_SIGSET_T 1
12822 _ACEOF
12823
12824
12825 fi
12826
12827 ac_fn_c_check_type "$LINENO" "request_sense" "ac_cv_type_request_sense" "#include <linux/cdrom.h>
12828 "
12829 if test "x$ac_cv_type_request_sense" = x""yes; then :
12830
12831 cat >>confdefs.h <<_ACEOF
12832 #define HAVE_REQUEST_SENSE 1
12833 _ACEOF
12834
12835
12836 fi
12837
12838
12839 ac_fn_c_check_type "$LINENO" "struct xinpgen" "ac_cv_type_struct_xinpgen" "#include <sys/types.h>
12840 #ifdef HAVE_SYS_SOCKET_H
12841 #include <sys/socket.h>
12842 #endif
12843 #ifdef HAVE_SYS_SOCKETVAR_H
12844 #include <sys/socketvar.h>
12845 #endif
12846 #ifdef HAVE_NET_ROUTE_H
12847 #include <net/route.h>
12848 #endif
12849 #ifdef HAVE_NETINET_IN_H
12850 #include <netinet/in.h>
12851 #endif
12852 #ifdef HAVE_NETINET_IN_SYSTM_H
12853 #include <netinet/in_systm.h>
12854 #endif
12855 #ifdef HAVE_NETINET_IP_H
12856 #include <netinet/ip.h>
12857 #endif
12858 #ifdef HAVE_NETINET_IN_PCB_H
12859 #include <netinet/in_pcb.h>
12860 #endif
12861 "
12862 if test "x$ac_cv_type_struct_xinpgen" = x""yes; then :
12863
12864 cat >>confdefs.h <<_ACEOF
12865 #define HAVE_STRUCT_XINPGEN 1
12866 _ACEOF
12867
12868
12869 fi
12870
12871
12872 ac_fn_c_check_member "$LINENO" "struct ff_effect" "direction" "ac_cv_member_struct_ff_effect_direction" "#ifdef HAVE_LINUX_INPUT_H
12873 #include <linux/input.h>
12874 #endif
12875 "
12876 if test "x$ac_cv_member_struct_ff_effect_direction" = x""yes; then :
12877
12878 cat >>confdefs.h <<_ACEOF
12879 #define HAVE_STRUCT_FF_EFFECT_DIRECTION 1
12880 _ACEOF
12881
12882
12883 fi
12884
12885
12886 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for sigaddset" >&5
12887 $as_echo_n "checking for sigaddset... " >&6; }
12888 if test "${wine_cv_have_sigaddset+set}" = set; then :
12889   $as_echo_n "(cached) " >&6
12890 else
12891   cat confdefs.h - <<_ACEOF >conftest.$ac_ext
12892 /* end confdefs.h.  */
12893 #include <signal.h>
12894 int
12895 main ()
12896 {
12897 sigset_t set; sigaddset(&set,SIGTERM);
12898   ;
12899   return 0;
12900 }
12901 _ACEOF
12902 if ac_fn_c_try_link "$LINENO"; then :
12903   wine_cv_have_sigaddset=yes
12904 else
12905   wine_cv_have_sigaddset=no
12906 fi
12907 rm -f core conftest.err conftest.$ac_objext \
12908     conftest$ac_exeext conftest.$ac_ext
12909 fi
12910 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $wine_cv_have_sigaddset" >&5
12911 $as_echo "$wine_cv_have_sigaddset" >&6; }
12912 if test "$wine_cv_have_sigaddset" = "yes"
12913 then
12914
12915 $as_echo "#define HAVE_SIGADDSET 1" >>confdefs.h
12916
12917 fi
12918
12919
12920 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether we can use re-entrant gethostbyname_r Linux style" >&5
12921 $as_echo_n "checking whether we can use re-entrant gethostbyname_r Linux style... " >&6; }
12922 if test "${wine_cv_linux_gethostbyname_r_6+set}" = set; then :
12923   $as_echo_n "(cached) " >&6
12924 else
12925   cat confdefs.h - <<_ACEOF >conftest.$ac_ext
12926 /* end confdefs.h.  */
12927 #include <netdb.h>
12928 int
12929 main ()
12930 {
12931
12932     char *name=0;
12933     struct hostent he;
12934     struct hostent *result;
12935     char *buf=0;
12936     int bufsize=0;
12937     int res,errnr;
12938     char *addr=0;
12939     int addrlen=0;
12940     int addrtype=0;
12941     res=gethostbyname_r(name,&he,buf,bufsize,&result,&errnr);
12942     res=gethostbyaddr_r(addr, addrlen, addrtype,&he,buf,bufsize,&result,&errnr);
12943
12944   ;
12945   return 0;
12946 }
12947 _ACEOF
12948 if ac_fn_c_try_link "$LINENO"; then :
12949   wine_cv_linux_gethostbyname_r_6=yes
12950 else
12951   wine_cv_linux_gethostbyname_r_6=no
12952
12953 fi
12954 rm -f core conftest.err conftest.$ac_objext \
12955     conftest$ac_exeext conftest.$ac_ext
12956
12957 fi
12958 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $wine_cv_linux_gethostbyname_r_6" >&5
12959 $as_echo "$wine_cv_linux_gethostbyname_r_6" >&6; }
12960    if test "$wine_cv_linux_gethostbyname_r_6" = "yes"
12961    then
12962
12963 $as_echo "#define HAVE_LINUX_GETHOSTBYNAME_R_6 1" >>confdefs.h
12964
12965    fi
12966
12967 if test "$ac_cv_header_linux_joystick_h" = "yes"
12968 then
12969    { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether linux/joystick.h uses the Linux 2.2+ API" >&5
12970 $as_echo_n "checking whether linux/joystick.h uses the Linux 2.2+ API... " >&6; }
12971 if test "${wine_cv_linux_joystick_22_api+set}" = set; then :
12972   $as_echo_n "(cached) " >&6
12973 else
12974   cat confdefs.h - <<_ACEOF >conftest.$ac_ext
12975 /* end confdefs.h.  */
12976
12977         #include <sys/ioctl.h>
12978         #include <sys/types.h>
12979         #include <linux/joystick.h>
12980
12981         struct js_event blub;
12982         #if !defined(JS_EVENT_AXIS) || !defined(JS_EVENT_BUTTON)
12983         #error "no 2.2 header"
12984         #endif
12985
12986 int
12987 main ()
12988 {
12989 /*empty*/
12990   ;
12991   return 0;
12992 }
12993 _ACEOF
12994 if ac_fn_c_try_compile "$LINENO"; then :
12995   wine_cv_linux_joystick_22_api=yes
12996 else
12997   wine_cv_linux_joystick_22_api=no
12998 fi
12999 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
13000
13001 fi
13002 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $wine_cv_linux_joystick_22_api" >&5
13003 $as_echo "$wine_cv_linux_joystick_22_api" >&6; }
13004    if test "$wine_cv_linux_joystick_22_api" = "yes"
13005    then
13006
13007 $as_echo "#define HAVE_LINUX_22_JOYSTICK_API 1" >>confdefs.h
13008
13009    fi
13010 fi
13011
13012
13013 ac_fn_c_check_member "$LINENO" "struct statfs" "f_bfree" "ac_cv_member_struct_statfs_f_bfree" "#include <sys/types.h>
13014 #ifdef HAVE_SYS_PARAM_H
13015 # include <sys/param.h>
13016 #endif
13017 #ifdef HAVE_SYS_MOUNT_H
13018 # include <sys/mount.h>
13019 #endif
13020 #ifdef HAVE_SYS_VFS_H
13021 # include <sys/vfs.h>
13022 #endif
13023 #ifdef HAVE_SYS_STATFS_H
13024 # include <sys/statfs.h>
13025 #endif
13026 "
13027 if test "x$ac_cv_member_struct_statfs_f_bfree" = x""yes; then :
13028
13029 cat >>confdefs.h <<_ACEOF
13030 #define HAVE_STRUCT_STATFS_F_BFREE 1
13031 _ACEOF
13032
13033
13034 fi
13035 ac_fn_c_check_member "$LINENO" "struct statfs" "f_bavail" "ac_cv_member_struct_statfs_f_bavail" "#include <sys/types.h>
13036 #ifdef HAVE_SYS_PARAM_H
13037 # include <sys/param.h>
13038 #endif
13039 #ifdef HAVE_SYS_MOUNT_H
13040 # include <sys/mount.h>
13041 #endif
13042 #ifdef HAVE_SYS_VFS_H
13043 # include <sys/vfs.h>
13044 #endif
13045 #ifdef HAVE_SYS_STATFS_H
13046 # include <sys/statfs.h>
13047 #endif
13048 "
13049 if test "x$ac_cv_member_struct_statfs_f_bavail" = x""yes; then :
13050
13051 cat >>confdefs.h <<_ACEOF
13052 #define HAVE_STRUCT_STATFS_F_BAVAIL 1
13053 _ACEOF
13054
13055
13056 fi
13057 ac_fn_c_check_member "$LINENO" "struct statfs" "f_frsize" "ac_cv_member_struct_statfs_f_frsize" "#include <sys/types.h>
13058 #ifdef HAVE_SYS_PARAM_H
13059 # include <sys/param.h>
13060 #endif
13061 #ifdef HAVE_SYS_MOUNT_H
13062 # include <sys/mount.h>
13063 #endif
13064 #ifdef HAVE_SYS_VFS_H
13065 # include <sys/vfs.h>
13066 #endif
13067 #ifdef HAVE_SYS_STATFS_H
13068 # include <sys/statfs.h>
13069 #endif
13070 "
13071 if test "x$ac_cv_member_struct_statfs_f_frsize" = x""yes; then :
13072
13073 cat >>confdefs.h <<_ACEOF
13074 #define HAVE_STRUCT_STATFS_F_FRSIZE 1
13075 _ACEOF
13076
13077
13078 fi
13079 ac_fn_c_check_member "$LINENO" "struct statfs" "f_ffree" "ac_cv_member_struct_statfs_f_ffree" "#include <sys/types.h>
13080 #ifdef HAVE_SYS_PARAM_H
13081 # include <sys/param.h>
13082 #endif
13083 #ifdef HAVE_SYS_MOUNT_H
13084 # include <sys/mount.h>
13085 #endif
13086 #ifdef HAVE_SYS_VFS_H
13087 # include <sys/vfs.h>
13088 #endif
13089 #ifdef HAVE_SYS_STATFS_H
13090 # include <sys/statfs.h>
13091 #endif
13092 "
13093 if test "x$ac_cv_member_struct_statfs_f_ffree" = x""yes; then :
13094
13095 cat >>confdefs.h <<_ACEOF
13096 #define HAVE_STRUCT_STATFS_F_FFREE 1
13097 _ACEOF
13098
13099
13100 fi
13101 ac_fn_c_check_member "$LINENO" "struct statfs" "f_favail" "ac_cv_member_struct_statfs_f_favail" "#include <sys/types.h>
13102 #ifdef HAVE_SYS_PARAM_H
13103 # include <sys/param.h>
13104 #endif
13105 #ifdef HAVE_SYS_MOUNT_H
13106 # include <sys/mount.h>
13107 #endif
13108 #ifdef HAVE_SYS_VFS_H
13109 # include <sys/vfs.h>
13110 #endif
13111 #ifdef HAVE_SYS_STATFS_H
13112 # include <sys/statfs.h>
13113 #endif
13114 "
13115 if test "x$ac_cv_member_struct_statfs_f_favail" = x""yes; then :
13116
13117 cat >>confdefs.h <<_ACEOF
13118 #define HAVE_STRUCT_STATFS_F_FAVAIL 1
13119 _ACEOF
13120
13121
13122 fi
13123 ac_fn_c_check_member "$LINENO" "struct statfs" "f_namelen" "ac_cv_member_struct_statfs_f_namelen" "#include <sys/types.h>
13124 #ifdef HAVE_SYS_PARAM_H
13125 # include <sys/param.h>
13126 #endif
13127 #ifdef HAVE_SYS_MOUNT_H
13128 # include <sys/mount.h>
13129 #endif
13130 #ifdef HAVE_SYS_VFS_H
13131 # include <sys/vfs.h>
13132 #endif
13133 #ifdef HAVE_SYS_STATFS_H
13134 # include <sys/statfs.h>
13135 #endif
13136 "
13137 if test "x$ac_cv_member_struct_statfs_f_namelen" = x""yes; then :
13138
13139 cat >>confdefs.h <<_ACEOF
13140 #define HAVE_STRUCT_STATFS_F_NAMELEN 1
13141 _ACEOF
13142
13143
13144 fi
13145
13146
13147 ac_fn_c_check_member "$LINENO" "struct statvfs" "f_blocks" "ac_cv_member_struct_statvfs_f_blocks" "#ifdef HAVE_SYS_STATVFS_H
13148 #include <sys/statvfs.h>
13149 #endif
13150 "
13151 if test "x$ac_cv_member_struct_statvfs_f_blocks" = x""yes; then :
13152
13153 cat >>confdefs.h <<_ACEOF
13154 #define HAVE_STRUCT_STATVFS_F_BLOCKS 1
13155 _ACEOF
13156
13157
13158 fi
13159
13160
13161 ac_fn_c_check_member "$LINENO" "struct msghdr" "msg_accrights" "ac_cv_member_struct_msghdr_msg_accrights" "#include <sys/types.h>
13162 #ifdef HAVE_SYS_SOCKET_H
13163 # include <sys/socket.h>
13164 #endif
13165 #ifdef HAVE_SYS_UN_H
13166 # include <sys/un.h>
13167 #endif
13168 "
13169 if test "x$ac_cv_member_struct_msghdr_msg_accrights" = x""yes; then :
13170
13171 cat >>confdefs.h <<_ACEOF
13172 #define HAVE_STRUCT_MSGHDR_MSG_ACCRIGHTS 1
13173 _ACEOF
13174
13175
13176 fi
13177 ac_fn_c_check_member "$LINENO" "struct sockaddr" "sa_len" "ac_cv_member_struct_sockaddr_sa_len" "#include <sys/types.h>
13178 #ifdef HAVE_SYS_SOCKET_H
13179 # include <sys/socket.h>
13180 #endif
13181 #ifdef HAVE_SYS_UN_H
13182 # include <sys/un.h>
13183 #endif
13184 "
13185 if test "x$ac_cv_member_struct_sockaddr_sa_len" = x""yes; then :
13186
13187 cat >>confdefs.h <<_ACEOF
13188 #define HAVE_STRUCT_SOCKADDR_SA_LEN 1
13189 _ACEOF
13190
13191
13192 fi
13193 ac_fn_c_check_member "$LINENO" "struct sockaddr_un" "sun_len" "ac_cv_member_struct_sockaddr_un_sun_len" "#include <sys/types.h>
13194 #ifdef HAVE_SYS_SOCKET_H
13195 # include <sys/socket.h>
13196 #endif
13197 #ifdef HAVE_SYS_UN_H
13198 # include <sys/un.h>
13199 #endif
13200 "
13201 if test "x$ac_cv_member_struct_sockaddr_un_sun_len" = x""yes; then :
13202
13203 cat >>confdefs.h <<_ACEOF
13204 #define HAVE_STRUCT_SOCKADDR_UN_SUN_LEN 1
13205 _ACEOF
13206
13207
13208 fi
13209
13210
13211 ac_fn_c_check_member "$LINENO" "scsireq_t" "cmd" "ac_cv_member_scsireq_t_cmd" "#include <sys/types.h>
13212 #ifdef HAVE_SCSI_SG_H
13213 #include <scsi/sg.h>
13214 #endif
13215 "
13216 if test "x$ac_cv_member_scsireq_t_cmd" = x""yes; then :
13217
13218 cat >>confdefs.h <<_ACEOF
13219 #define HAVE_SCSIREQ_T_CMD 1
13220 _ACEOF
13221
13222
13223 fi
13224 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>
13225 #ifdef HAVE_SCSI_SG_H
13226 #include <scsi/sg.h>
13227 #endif
13228 "
13229 if test "x$ac_cv_member_sg_io_hdr_t_interface_id" = x""yes; then :
13230
13231 cat >>confdefs.h <<_ACEOF
13232 #define HAVE_SG_IO_HDR_T_INTERFACE_ID 1
13233 _ACEOF
13234
13235
13236 fi
13237
13238
13239 ac_fn_c_check_member "$LINENO" "siginfo_t" "si_fd" "ac_cv_member_siginfo_t_si_fd" "#include <signal.h>
13240 "
13241 if test "x$ac_cv_member_siginfo_t_si_fd" = x""yes; then :
13242
13243 cat >>confdefs.h <<_ACEOF
13244 #define HAVE_SIGINFO_T_SI_FD 1
13245 _ACEOF
13246
13247
13248 fi
13249
13250
13251 ac_fn_c_check_member "$LINENO" "struct mtget" "mt_blksiz" "ac_cv_member_struct_mtget_mt_blksiz" "#include <sys/types.h>
13252 #ifdef HAVE_SYS_MTIO_H
13253 #include <sys/mtio.h>
13254 #endif
13255 "
13256 if test "x$ac_cv_member_struct_mtget_mt_blksiz" = x""yes; then :
13257
13258 cat >>confdefs.h <<_ACEOF
13259 #define HAVE_STRUCT_MTGET_MT_BLKSIZ 1
13260 _ACEOF
13261
13262
13263 fi
13264 ac_fn_c_check_member "$LINENO" "struct mtget" "mt_gstat" "ac_cv_member_struct_mtget_mt_gstat" "#include <sys/types.h>
13265 #ifdef HAVE_SYS_MTIO_H
13266 #include <sys/mtio.h>
13267 #endif
13268 "
13269 if test "x$ac_cv_member_struct_mtget_mt_gstat" = x""yes; then :
13270
13271 cat >>confdefs.h <<_ACEOF
13272 #define HAVE_STRUCT_MTGET_MT_GSTAT 1
13273 _ACEOF
13274
13275
13276 fi
13277 ac_fn_c_check_member "$LINENO" "struct mtget" "mt_blkno" "ac_cv_member_struct_mtget_mt_blkno" "#include <sys/types.h>
13278 #ifdef HAVE_SYS_MTIO_H
13279 #include <sys/mtio.h>
13280 #endif
13281 "
13282 if test "x$ac_cv_member_struct_mtget_mt_blkno" = x""yes; then :
13283
13284 cat >>confdefs.h <<_ACEOF
13285 #define HAVE_STRUCT_MTGET_MT_BLKNO 1
13286 _ACEOF
13287
13288
13289 fi
13290
13291
13292 ac_fn_c_check_member "$LINENO" "struct option" "name" "ac_cv_member_struct_option_name" "#ifdef HAVE_GETOPT_H
13293 #include <getopt.h>
13294 #endif
13295 "
13296 if test "x$ac_cv_member_struct_option_name" = x""yes; then :
13297
13298 cat >>confdefs.h <<_ACEOF
13299 #define HAVE_STRUCT_OPTION_NAME 1
13300 _ACEOF
13301
13302
13303 fi
13304
13305
13306 ac_fn_c_check_member "$LINENO" "struct stat" "st_blocks" "ac_cv_member_struct_stat_st_blocks" "$ac_includes_default"
13307 if test "x$ac_cv_member_struct_stat_st_blocks" = x""yes; then :
13308
13309 cat >>confdefs.h <<_ACEOF
13310 #define HAVE_STRUCT_STAT_ST_BLOCKS 1
13311 _ACEOF
13312
13313
13314 fi
13315 ac_fn_c_check_member "$LINENO" "struct stat" "st_mtim" "ac_cv_member_struct_stat_st_mtim" "$ac_includes_default"
13316 if test "x$ac_cv_member_struct_stat_st_mtim" = x""yes; then :
13317
13318 cat >>confdefs.h <<_ACEOF
13319 #define HAVE_STRUCT_STAT_ST_MTIM 1
13320 _ACEOF
13321
13322
13323 fi
13324 ac_fn_c_check_member "$LINENO" "struct stat" "st_ctim" "ac_cv_member_struct_stat_st_ctim" "$ac_includes_default"
13325 if test "x$ac_cv_member_struct_stat_st_ctim" = x""yes; then :
13326
13327 cat >>confdefs.h <<_ACEOF
13328 #define HAVE_STRUCT_STAT_ST_CTIM 1
13329 _ACEOF
13330
13331
13332 fi
13333 ac_fn_c_check_member "$LINENO" "struct stat" "st_atim" "ac_cv_member_struct_stat_st_atim" "$ac_includes_default"
13334 if test "x$ac_cv_member_struct_stat_st_atim" = x""yes; then :
13335
13336 cat >>confdefs.h <<_ACEOF
13337 #define HAVE_STRUCT_STAT_ST_ATIM 1
13338 _ACEOF
13339
13340
13341 fi
13342
13343
13344 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
13345 #include <sys/types.h>
13346 #endif
13347 #ifdef HAVE_NETINET_IN_H
13348 #include <netinet/in.h>
13349 #endif
13350 "
13351 if test "x$ac_cv_member_struct_sockaddr_in6_sin6_scope_id" = x""yes; then :
13352
13353 cat >>confdefs.h <<_ACEOF
13354 #define HAVE_STRUCT_SOCKADDR_IN6_SIN6_SCOPE_ID 1
13355 _ACEOF
13356
13357
13358 fi
13359
13360
13361 ac_fn_c_check_member "$LINENO" "ns_msg" "_msg_ptr" "ac_cv_member_ns_msg__msg_ptr" "#ifdef HAVE_SYS_TYPES_H
13362 #include <sys/types.h>
13363 #endif
13364 #ifdef HAVE_NETINET_IN_H
13365 # include <netinet/in.h>
13366 #endif
13367 #ifdef HAVE_ARPA_NAMESER_H
13368 # include <arpa/nameser.h>
13369 #endif
13370 "
13371 if test "x$ac_cv_member_ns_msg__msg_ptr" = x""yes; then :
13372
13373 cat >>confdefs.h <<_ACEOF
13374 #define HAVE_NS_MSG__MSG_PTR 1
13375 _ACEOF
13376
13377
13378 fi
13379
13380
13381 ac_fn_c_check_member "$LINENO" "struct icmpstat" "icps_outhist" "ac_cv_member_struct_icmpstat_icps_outhist" "#ifdef HAVE_SYS_TYPES_H
13382 #include <sys/types.h>
13383 #endif
13384 #ifdef HAVE_ALIAS_H
13385 #include <alias.h>
13386 #endif
13387 #ifdef HAVE_SYS_SOCKET_H
13388 #include <sys/socket.h>
13389 #endif
13390 #ifdef HAVE_SYS_SOCKETVAR_H
13391 #include <sys/socketvar.h>
13392 #endif
13393 #ifdef HAVE_SYS_TIMEOUT_H
13394 #include <sys/timeout.h>
13395 #endif
13396 #ifdef HAVE_NETINET_IN_H
13397 #include <netinet/in.h>
13398 #endif
13399 #ifdef HAVE_NETINET_IN_SYSTM_H
13400 #include <netinet/in_systm.h>
13401 #endif
13402 #ifdef HAVE_NETINET_IP_H
13403 #include <netinet/ip.h>
13404 #endif
13405 #ifdef HAVE_NETINET_IP_VAR_H
13406 #include <netinet/ip_var.h>
13407 #endif
13408 #ifdef HAVE_NETINET_IP_ICMP_H
13409 #include <netinet/ip_icmp.h>
13410 #endif
13411 #ifdef HAVE_NETINET_ICMP_VAR
13412 #include <netinet/icmp_var.h>
13413 #endif
13414 "
13415 if test "x$ac_cv_member_struct_icmpstat_icps_outhist" = x""yes; then :
13416
13417 cat >>confdefs.h <<_ACEOF
13418 #define HAVE_STRUCT_ICMPSTAT_ICPS_OUTHIST 1
13419 _ACEOF
13420
13421
13422 fi
13423
13424
13425 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for timezone variable" >&5
13426 $as_echo_n "checking for timezone variable... " >&6; }
13427 if test "${ac_cv_have_timezone+set}" = set; then :
13428   $as_echo_n "(cached) " >&6
13429 else
13430   cat confdefs.h - <<_ACEOF >conftest.$ac_ext
13431 /* end confdefs.h.  */
13432 #include <time.h>
13433 int
13434 main ()
13435 {
13436 timezone = 1
13437   ;
13438   return 0;
13439 }
13440 _ACEOF
13441 if ac_fn_c_try_link "$LINENO"; then :
13442   ac_cv_have_timezone="yes"
13443 else
13444   ac_cv_have_timezone="no"
13445 fi
13446 rm -f core conftest.err conftest.$ac_objext \
13447     conftest$ac_exeext conftest.$ac_ext
13448 fi
13449 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_have_timezone" >&5
13450 $as_echo "$ac_cv_have_timezone" >&6; }
13451 if test "$ac_cv_have_timezone" = "yes"
13452 then
13453
13454 $as_echo "#define HAVE_TIMEZONE 1" >>confdefs.h
13455
13456 fi
13457 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for daylight variable" >&5
13458 $as_echo_n "checking for daylight variable... " >&6; }
13459 if test "${ac_cv_have_daylight+set}" = set; then :
13460   $as_echo_n "(cached) " >&6
13461 else
13462   cat confdefs.h - <<_ACEOF >conftest.$ac_ext
13463 /* end confdefs.h.  */
13464 #include <time.h>
13465 int
13466 main ()
13467 {
13468 daylight = 1
13469   ;
13470   return 0;
13471 }
13472 _ACEOF
13473 if ac_fn_c_try_link "$LINENO"; then :
13474   ac_cv_have_daylight="yes"
13475 else
13476   ac_cv_have_daylight="no"
13477 fi
13478 rm -f core conftest.err conftest.$ac_objext \
13479     conftest$ac_exeext conftest.$ac_ext
13480 fi
13481 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_have_daylight" >&5
13482 $as_echo "$ac_cv_have_daylight" >&6; }
13483 if test "$ac_cv_have_daylight" = "yes"
13484 then
13485
13486 $as_echo "#define HAVE_DAYLIGHT 1" >>confdefs.h
13487
13488 fi
13489
13490 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for isinf" >&5
13491 $as_echo_n "checking for isinf... " >&6; }
13492 if test "${ac_cv_have_isinf+set}" = set; then :
13493   $as_echo_n "(cached) " >&6
13494 else
13495   cat confdefs.h - <<_ACEOF >conftest.$ac_ext
13496 /* end confdefs.h.  */
13497 #include <math.h>
13498 int
13499 main ()
13500 {
13501 float f = 0.0; int i=isinf(f)
13502   ;
13503   return 0;
13504 }
13505 _ACEOF
13506 if ac_fn_c_try_link "$LINENO"; then :
13507   ac_cv_have_isinf="yes"
13508 else
13509   ac_cv_have_isinf="no"
13510 fi
13511 rm -f core conftest.err conftest.$ac_objext \
13512     conftest$ac_exeext conftest.$ac_ext
13513 fi
13514 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_have_isinf" >&5
13515 $as_echo "$ac_cv_have_isinf" >&6; }
13516 if test "$ac_cv_have_isinf" = "yes"
13517 then
13518
13519 $as_echo "#define HAVE_ISINF 1" >>confdefs.h
13520
13521 fi
13522
13523 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for isnan" >&5
13524 $as_echo_n "checking for isnan... " >&6; }
13525 if test "${ac_cv_have_isnan+set}" = set; then :
13526   $as_echo_n "(cached) " >&6
13527 else
13528   cat confdefs.h - <<_ACEOF >conftest.$ac_ext
13529 /* end confdefs.h.  */
13530 #include <math.h>
13531 int
13532 main ()
13533 {
13534 float f = 0.0; int i=isnan(f)
13535   ;
13536   return 0;
13537 }
13538 _ACEOF
13539 if ac_fn_c_try_link "$LINENO"; then :
13540   ac_cv_have_isnan="yes"
13541 else
13542   ac_cv_have_isnan="no"
13543 fi
13544 rm -f core conftest.err conftest.$ac_objext \
13545     conftest$ac_exeext conftest.$ac_ext
13546 fi
13547 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_have_isnan" >&5
13548 $as_echo "$ac_cv_have_isnan" >&6; }
13549 if test "$ac_cv_have_isnan" = "yes"
13550 then
13551
13552 $as_echo "#define HAVE_ISNAN 1" >>confdefs.h
13553
13554 fi
13555
13556
13557 case $host_cpu in
13558   *i[3456789]86*) { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether we need to define __i386__" >&5
13559 $as_echo_n "checking whether we need to define __i386__... " >&6; }
13560 if test "${ac_cv_cpp_def___i386__+set}" = set; then :
13561   $as_echo_n "(cached) " >&6
13562 else
13563   cat confdefs.h - <<_ACEOF >conftest.$ac_ext
13564 /* end confdefs.h.  */
13565 #ifndef __i386__
13566 yes
13567 #endif
13568 _ACEOF
13569 if (eval "$ac_cpp conftest.$ac_ext") 2>&5 |
13570   $EGREP "yes" >/dev/null 2>&1; then :
13571   ac_cv_cpp_def___i386__=yes
13572 else
13573   ac_cv_cpp_def___i386__=no
13574 fi
13575 rm -f conftest*
13576
13577 fi
13578 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_cpp_def___i386__" >&5
13579 $as_echo "$ac_cv_cpp_def___i386__" >&6; }
13580 if test $ac_cv_cpp_def___i386__ = yes; then :
13581   CFLAGS="$CFLAGS -D__i386__"
13582   LINTFLAGS="$LINTFLAGS -D__i386__"
13583 fi ;;
13584   *x86_64*)         { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether we need to define __x86_64__" >&5
13585 $as_echo_n "checking whether we need to define __x86_64__... " >&6; }
13586 if test "${ac_cv_cpp_def___x86_64__+set}" = set; then :
13587   $as_echo_n "(cached) " >&6
13588 else
13589   cat confdefs.h - <<_ACEOF >conftest.$ac_ext
13590 /* end confdefs.h.  */
13591 #ifndef __x86_64__
13592 yes
13593 #endif
13594 _ACEOF
13595 if (eval "$ac_cpp conftest.$ac_ext") 2>&5 |
13596   $EGREP "yes" >/dev/null 2>&1; then :
13597   ac_cv_cpp_def___x86_64__=yes
13598 else
13599   ac_cv_cpp_def___x86_64__=no
13600 fi
13601 rm -f conftest*
13602
13603 fi
13604 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_cpp_def___x86_64__" >&5
13605 $as_echo "$ac_cv_cpp_def___x86_64__" >&6; }
13606 if test $ac_cv_cpp_def___x86_64__ = yes; then :
13607   CFLAGS="$CFLAGS -D__x86_64__"
13608   LINTFLAGS="$LINTFLAGS -D__x86_64__"
13609 fi ;;
13610   *alpha*)          { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether we need to define __ALPHA__" >&5
13611 $as_echo_n "checking whether we need to define __ALPHA__... " >&6; }
13612 if test "${ac_cv_cpp_def___ALPHA__+set}" = set; then :
13613   $as_echo_n "(cached) " >&6
13614 else
13615   cat confdefs.h - <<_ACEOF >conftest.$ac_ext
13616 /* end confdefs.h.  */
13617 #ifndef __ALPHA__
13618 yes
13619 #endif
13620 _ACEOF
13621 if (eval "$ac_cpp conftest.$ac_ext") 2>&5 |
13622   $EGREP "yes" >/dev/null 2>&1; then :
13623   ac_cv_cpp_def___ALPHA__=yes
13624 else
13625   ac_cv_cpp_def___ALPHA__=no
13626 fi
13627 rm -f conftest*
13628
13629 fi
13630 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_cpp_def___ALPHA__" >&5
13631 $as_echo "$ac_cv_cpp_def___ALPHA__" >&6; }
13632 if test $ac_cv_cpp_def___ALPHA__ = yes; then :
13633   CFLAGS="$CFLAGS -D__ALPHA__"
13634   LINTFLAGS="$LINTFLAGS -D__ALPHA__"
13635 fi ;;
13636   *sparc*)          { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether we need to define __sparc__" >&5
13637 $as_echo_n "checking whether we need to define __sparc__... " >&6; }
13638 if test "${ac_cv_cpp_def___sparc__+set}" = set; then :
13639   $as_echo_n "(cached) " >&6
13640 else
13641   cat confdefs.h - <<_ACEOF >conftest.$ac_ext
13642 /* end confdefs.h.  */
13643 #ifndef __sparc__
13644 yes
13645 #endif
13646 _ACEOF
13647 if (eval "$ac_cpp conftest.$ac_ext") 2>&5 |
13648   $EGREP "yes" >/dev/null 2>&1; then :
13649   ac_cv_cpp_def___sparc__=yes
13650 else
13651   ac_cv_cpp_def___sparc__=no
13652 fi
13653 rm -f conftest*
13654
13655 fi
13656 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_cpp_def___sparc__" >&5
13657 $as_echo "$ac_cv_cpp_def___sparc__" >&6; }
13658 if test $ac_cv_cpp_def___sparc__ = yes; then :
13659   CFLAGS="$CFLAGS -D__sparc__"
13660   LINTFLAGS="$LINTFLAGS -D__sparc__"
13661 fi ;;
13662   *powerpc*)        { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether we need to define __powerpc__" >&5
13663 $as_echo_n "checking whether we need to define __powerpc__... " >&6; }
13664 if test "${ac_cv_cpp_def___powerpc__+set}" = set; then :
13665   $as_echo_n "(cached) " >&6
13666 else
13667   cat confdefs.h - <<_ACEOF >conftest.$ac_ext
13668 /* end confdefs.h.  */
13669 #ifndef __powerpc__
13670 yes
13671 #endif
13672 _ACEOF
13673 if (eval "$ac_cpp conftest.$ac_ext") 2>&5 |
13674   $EGREP "yes" >/dev/null 2>&1; then :
13675   ac_cv_cpp_def___powerpc__=yes
13676 else
13677   ac_cv_cpp_def___powerpc__=no
13678 fi
13679 rm -f conftest*
13680
13681 fi
13682 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_cpp_def___powerpc__" >&5
13683 $as_echo "$ac_cv_cpp_def___powerpc__" >&6; }
13684 if test $ac_cv_cpp_def___powerpc__ = yes; then :
13685   CFLAGS="$CFLAGS -D__powerpc__"
13686   LINTFLAGS="$LINTFLAGS -D__powerpc__"
13687 fi ;;
13688 esac
13689
13690 case $host_vendor in
13691   *sun*) { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether we need to define __sun__" >&5
13692 $as_echo_n "checking whether we need to define __sun__... " >&6; }
13693 if test "${ac_cv_cpp_def___sun__+set}" = set; then :
13694   $as_echo_n "(cached) " >&6
13695 else
13696   cat confdefs.h - <<_ACEOF >conftest.$ac_ext
13697 /* end confdefs.h.  */
13698 #ifndef __sun__
13699 yes
13700 #endif
13701 _ACEOF
13702 if (eval "$ac_cpp conftest.$ac_ext") 2>&5 |
13703   $EGREP "yes" >/dev/null 2>&1; then :
13704   ac_cv_cpp_def___sun__=yes
13705 else
13706   ac_cv_cpp_def___sun__=no
13707 fi
13708 rm -f conftest*
13709
13710 fi
13711 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_cpp_def___sun__" >&5
13712 $as_echo "$ac_cv_cpp_def___sun__" >&6; }
13713 if test $ac_cv_cpp_def___sun__ = yes; then :
13714   CFLAGS="$CFLAGS -D__sun__"
13715   LINTFLAGS="$LINTFLAGS -D__sun__"
13716 fi ;;
13717 esac
13718
13719
13720 DEPENDENCIES="### Dependencies:
13721
13722 .INIT: Makefile
13723 .BEGIN: Makefile
13724 .MAKEFILEDEPS:
13725 Makefile: dummy
13726         -\$(MAKEDEP) \$(MAKEDEPFLAGS) -C\$(SRCDIR) -S\$(TOPSRCDIR) -T\$(TOPOBJDIR) \$(EXTRAINCL) \$(DEPEND_SRCS)
13727
13728 \$(OBJS) \$(C_SRCS16:.c=.o): \$(IDL_GEN_HEADERS)
13729 \$(IDL_GEN_C_SRCS:.c=.o): \$(IDL_GEN_C_SRCS)
13730 \$(RC_SRCS:.rc=.res): \$(IDL_TLB_SRCS:.idl=.tlb)
13731 \$(LEX_SRCS:.l=.yy.o): \$(LEX_SRCS:.l=.yy.c)
13732 \$(BISON_SRCS:.y=.tab.o): \$(BISON_SRCS:.y=.tab.c)"
13733
13734
13735 ALL_MAKERULES=""
13736
13737 ALL_MAKEFILES=""
13738
13739 ALL_MAKEFILE_DEPENDS="# Makefile dependencies"
13740
13741
13742 ALL_TOP_DIRS=""
13743
13744 ALL_DLL_DIRS=""
13745
13746 ALL_IMPLIB_DIRS=""
13747
13748 ALL_TEST_DIRS=""
13749
13750 ALL_PROGRAM_DIRS=""
13751
13752 ALL_PROGRAM_INSTALL_DIRS=""
13753
13754 ALL_PROGRAM_BIN_INSTALL_DIRS=""
13755
13756
13757
13758
13759 ac_config_commands="$ac_config_commands include/stamp-h"
13760
13761
13762 ac_config_commands="$ac_config_commands dlls/gdi32/enhmfdrv"
13763
13764 ac_config_commands="$ac_config_commands dlls/gdi32/mfdrv"
13765
13766 ac_config_commands="$ac_config_commands dlls/kernel32/nls"
13767
13768 ac_config_commands="$ac_config_commands dlls/user32/resources"
13769
13770 ac_config_commands="$ac_config_commands dlls/wineps.drv/data"
13771
13772 ac_config_commands="$ac_config_commands include/wine"
13773
13774
13775 ALL_MAKERULES="$ALL_MAKERULES \\
13776         Make.rules"
13777 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
13778 Make.rules: Make.rules.in"
13779 MAKE_RULES=Make.rules
13780 ac_config_files="$ac_config_files Make.rules"
13781
13782 ALL_MAKERULES="$ALL_MAKERULES \\
13783         dlls/Makedll.rules"
13784 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
13785 dlls/Makedll.rules: dlls/Makedll.rules.in Make.rules"
13786 MAKE_DLL_RULES=dlls/Makedll.rules
13787 ac_config_files="$ac_config_files dlls/Makedll.rules"
13788
13789 ALL_MAKERULES="$ALL_MAKERULES \\
13790         dlls/Makeimplib.rules"
13791 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
13792 dlls/Makeimplib.rules: dlls/Makeimplib.rules.in Make.rules"
13793 MAKE_IMPLIB_RULES=dlls/Makeimplib.rules
13794 ac_config_files="$ac_config_files dlls/Makeimplib.rules"
13795
13796 ALL_MAKERULES="$ALL_MAKERULES \\
13797         dlls/Maketest.rules"
13798 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
13799 dlls/Maketest.rules: dlls/Maketest.rules.in Make.rules"
13800 MAKE_TEST_RULES=dlls/Maketest.rules
13801 ac_config_files="$ac_config_files dlls/Maketest.rules"
13802
13803 ALL_MAKERULES="$ALL_MAKERULES \\
13804         programs/Makeprog.rules"
13805 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
13806 programs/Makeprog.rules: programs/Makeprog.rules.in Make.rules"
13807 MAKE_PROG_RULES=programs/Makeprog.rules
13808 ac_config_files="$ac_config_files programs/Makeprog.rules"
13809
13810
13811
13812
13813 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
13814 Makefile: Makefile.in Make.rules"
13815 ac_config_files="$ac_config_files Makefile"
13816
13817 ALL_MAKEFILES="$ALL_MAKEFILES \\
13818         dlls/Makefile"
13819 test "x$enable_dlls" != xno && ALL_TOP_DIRS="$ALL_TOP_DIRS \\
13820         dlls"
13821 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
13822 dlls/Makefile: dlls/Makefile.in Make.rules"
13823 ac_config_files="$ac_config_files dlls/Makefile"
13824
13825 ALL_MAKEFILES="$ALL_MAKEFILES \\
13826         dlls/acledit/Makefile"
13827 test "x$enable_acledit" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
13828         acledit"
13829 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
13830 dlls/acledit/Makefile: dlls/acledit/Makefile.in dlls/Makedll.rules"
13831 ac_config_files="$ac_config_files dlls/acledit/Makefile"
13832
13833 ALL_MAKEFILES="$ALL_MAKEFILES \\
13834         dlls/aclui/Makefile"
13835 test "x$enable_aclui" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
13836         aclui"
13837 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
13838 dlls/aclui/Makefile: dlls/aclui/Makefile.in dlls/Makedll.rules"
13839 ac_config_files="$ac_config_files dlls/aclui/Makefile"
13840
13841 ALL_MAKEFILES="$ALL_MAKEFILES \\
13842         dlls/activeds/Makefile"
13843 test "x$enable_activeds" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
13844         activeds"
13845 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
13846 dlls/activeds/Makefile: dlls/activeds/Makefile.in dlls/Makedll.rules"
13847 ac_config_files="$ac_config_files dlls/activeds/Makefile"
13848
13849 ALL_MAKEFILES="$ALL_MAKEFILES \\
13850         dlls/actxprxy/Makefile"
13851 test "x$enable_actxprxy" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
13852         actxprxy"
13853 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
13854 dlls/actxprxy/Makefile: dlls/actxprxy/Makefile.in dlls/Makedll.rules"
13855 ac_config_files="$ac_config_files dlls/actxprxy/Makefile"
13856
13857 ALL_MAKEFILES="$ALL_MAKEFILES \\
13858         dlls/adsiid/Makefile"
13859 test "x$enable_adsiid" != xno && ALL_IMPLIB_DIRS="$ALL_IMPLIB_DIRS \\
13860         adsiid"
13861 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
13862 dlls/adsiid/Makefile: dlls/adsiid/Makefile.in dlls/Makeimplib.rules"
13863 ac_config_files="$ac_config_files dlls/adsiid/Makefile"
13864
13865 ALL_MAKEFILES="$ALL_MAKEFILES \\
13866         dlls/advapi32/Makefile"
13867 test "x$enable_advapi32" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
13868         advapi32"
13869 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
13870 dlls/advapi32/Makefile: dlls/advapi32/Makefile.in dlls/Makedll.rules"
13871 ac_config_files="$ac_config_files dlls/advapi32/Makefile"
13872
13873 ALL_MAKEFILES="$ALL_MAKEFILES \\
13874         dlls/advapi32/tests/Makefile"
13875 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
13876         advapi32/tests"
13877 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
13878 dlls/advapi32/tests/Makefile: dlls/advapi32/tests/Makefile.in dlls/Maketest.rules"
13879 ac_config_files="$ac_config_files dlls/advapi32/tests/Makefile"
13880
13881 ALL_MAKEFILES="$ALL_MAKEFILES \\
13882         dlls/advpack/Makefile"
13883 test "x$enable_advpack" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
13884         advpack"
13885 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
13886 dlls/advpack/Makefile: dlls/advpack/Makefile.in dlls/Makedll.rules"
13887 ac_config_files="$ac_config_files dlls/advpack/Makefile"
13888
13889 ALL_MAKEFILES="$ALL_MAKEFILES \\
13890         dlls/advpack/tests/Makefile"
13891 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
13892         advpack/tests"
13893 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
13894 dlls/advpack/tests/Makefile: dlls/advpack/tests/Makefile.in dlls/Maketest.rules"
13895 ac_config_files="$ac_config_files dlls/advpack/tests/Makefile"
13896
13897 ALL_MAKEFILES="$ALL_MAKEFILES \\
13898         dlls/amstream/Makefile"
13899 test "x$enable_amstream" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
13900         amstream"
13901 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
13902 dlls/amstream/Makefile: dlls/amstream/Makefile.in dlls/Makedll.rules"
13903 ac_config_files="$ac_config_files dlls/amstream/Makefile"
13904
13905 ALL_MAKEFILES="$ALL_MAKEFILES \\
13906         dlls/amstream/tests/Makefile"
13907 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
13908         amstream/tests"
13909 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
13910 dlls/amstream/tests/Makefile: dlls/amstream/tests/Makefile.in dlls/Maketest.rules"
13911 ac_config_files="$ac_config_files dlls/amstream/tests/Makefile"
13912
13913 ALL_MAKEFILES="$ALL_MAKEFILES \\
13914         dlls/appwiz.cpl/Makefile"
13915 test "x$enable_appwiz_cpl" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
13916         appwiz.cpl"
13917 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
13918 dlls/appwiz.cpl/Makefile: dlls/appwiz.cpl/Makefile.in dlls/Makedll.rules"
13919 ac_config_files="$ac_config_files dlls/appwiz.cpl/Makefile"
13920
13921 ALL_MAKEFILES="$ALL_MAKEFILES \\
13922         dlls/atl/Makefile"
13923 test "x$enable_atl" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
13924         atl"
13925 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
13926 dlls/atl/Makefile: dlls/atl/Makefile.in dlls/Makedll.rules"
13927 ac_config_files="$ac_config_files dlls/atl/Makefile"
13928
13929 ALL_MAKEFILES="$ALL_MAKEFILES \\
13930         dlls/authz/Makefile"
13931 test "x$enable_authz" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
13932         authz"
13933 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
13934 dlls/authz/Makefile: dlls/authz/Makefile.in dlls/Makedll.rules"
13935 ac_config_files="$ac_config_files dlls/authz/Makefile"
13936
13937 ALL_MAKEFILES="$ALL_MAKEFILES \\
13938         dlls/avicap32/Makefile"
13939 test "x$enable_avicap32" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
13940         avicap32"
13941 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
13942 dlls/avicap32/Makefile: dlls/avicap32/Makefile.in dlls/Makedll.rules"
13943 ac_config_files="$ac_config_files dlls/avicap32/Makefile"
13944
13945 ALL_MAKEFILES="$ALL_MAKEFILES \\
13946         dlls/avifil32/Makefile"
13947 test "x$enable_avifil32" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
13948         avifil32"
13949 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
13950 dlls/avifil32/Makefile: dlls/avifil32/Makefile.in dlls/Makedll.rules"
13951 ac_config_files="$ac_config_files dlls/avifil32/Makefile"
13952
13953 ALL_MAKEFILES="$ALL_MAKEFILES \\
13954         dlls/avifile.dll16/Makefile"
13955 test "x$enable_win16" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
13956         avifile.dll16"
13957 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
13958 dlls/avifile.dll16/Makefile: dlls/avifile.dll16/Makefile.in dlls/Makedll.rules"
13959 ac_config_files="$ac_config_files dlls/avifile.dll16/Makefile"
13960
13961 ALL_MAKEFILES="$ALL_MAKEFILES \\
13962         dlls/avrt/Makefile"
13963 test "x$enable_avrt" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
13964         avrt"
13965 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
13966 dlls/avrt/Makefile: dlls/avrt/Makefile.in dlls/Makedll.rules"
13967 ac_config_files="$ac_config_files dlls/avrt/Makefile"
13968
13969 ALL_MAKEFILES="$ALL_MAKEFILES \\
13970         dlls/bcrypt/Makefile"
13971 test "x$enable_bcrypt" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
13972         bcrypt"
13973 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
13974 dlls/bcrypt/Makefile: dlls/bcrypt/Makefile.in dlls/Makedll.rules"
13975 ac_config_files="$ac_config_files dlls/bcrypt/Makefile"
13976
13977 ALL_MAKEFILES="$ALL_MAKEFILES \\
13978         dlls/browseui/Makefile"
13979 test "x$enable_browseui" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
13980         browseui"
13981 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
13982 dlls/browseui/Makefile: dlls/browseui/Makefile.in dlls/Makedll.rules"
13983 ac_config_files="$ac_config_files dlls/browseui/Makefile"
13984
13985 ALL_MAKEFILES="$ALL_MAKEFILES \\
13986         dlls/browseui/tests/Makefile"
13987 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
13988         browseui/tests"
13989 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
13990 dlls/browseui/tests/Makefile: dlls/browseui/tests/Makefile.in dlls/Maketest.rules"
13991 ac_config_files="$ac_config_files dlls/browseui/tests/Makefile"
13992
13993 ALL_MAKEFILES="$ALL_MAKEFILES \\
13994         dlls/cabinet/Makefile"
13995 test "x$enable_cabinet" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
13996         cabinet"
13997 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
13998 dlls/cabinet/Makefile: dlls/cabinet/Makefile.in dlls/Makedll.rules"
13999 ac_config_files="$ac_config_files dlls/cabinet/Makefile"
14000
14001 ALL_MAKEFILES="$ALL_MAKEFILES \\
14002         dlls/cabinet/tests/Makefile"
14003 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
14004         cabinet/tests"
14005 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
14006 dlls/cabinet/tests/Makefile: dlls/cabinet/tests/Makefile.in dlls/Maketest.rules"
14007 ac_config_files="$ac_config_files dlls/cabinet/tests/Makefile"
14008
14009 ALL_MAKEFILES="$ALL_MAKEFILES \\
14010         dlls/capi2032/Makefile"
14011 test "x$enable_capi2032" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
14012         capi2032"
14013 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
14014 dlls/capi2032/Makefile: dlls/capi2032/Makefile.in dlls/Makedll.rules"
14015 ac_config_files="$ac_config_files dlls/capi2032/Makefile"
14016
14017 ALL_MAKEFILES="$ALL_MAKEFILES \\
14018         dlls/cards/Makefile"
14019 test "x$enable_cards" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
14020         cards"
14021 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
14022 dlls/cards/Makefile: dlls/cards/Makefile.in dlls/Makedll.rules"
14023 ac_config_files="$ac_config_files dlls/cards/Makefile"
14024
14025 ALL_MAKEFILES="$ALL_MAKEFILES \\
14026         dlls/cfgmgr32/Makefile"
14027 test "x$enable_cfgmgr32" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
14028         cfgmgr32"
14029 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
14030 dlls/cfgmgr32/Makefile: dlls/cfgmgr32/Makefile.in dlls/Makedll.rules"
14031 ac_config_files="$ac_config_files dlls/cfgmgr32/Makefile"
14032
14033 ALL_MAKEFILES="$ALL_MAKEFILES \\
14034         dlls/clusapi/Makefile"
14035 test "x$enable_clusapi" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
14036         clusapi"
14037 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
14038 dlls/clusapi/Makefile: dlls/clusapi/Makefile.in dlls/Makedll.rules"
14039 ac_config_files="$ac_config_files dlls/clusapi/Makefile"
14040
14041 ALL_MAKEFILES="$ALL_MAKEFILES \\
14042         dlls/comcat/Makefile"
14043 test "x$enable_comcat" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
14044         comcat"
14045 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
14046 dlls/comcat/Makefile: dlls/comcat/Makefile.in dlls/Makedll.rules"
14047 ac_config_files="$ac_config_files dlls/comcat/Makefile"
14048
14049 ALL_MAKEFILES="$ALL_MAKEFILES \\
14050         dlls/comcat/tests/Makefile"
14051 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
14052         comcat/tests"
14053 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
14054 dlls/comcat/tests/Makefile: dlls/comcat/tests/Makefile.in dlls/Maketest.rules"
14055 ac_config_files="$ac_config_files dlls/comcat/tests/Makefile"
14056
14057 ALL_MAKEFILES="$ALL_MAKEFILES \\
14058         dlls/comctl32/Makefile"
14059 test "x$enable_comctl32" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
14060         comctl32"
14061 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
14062 dlls/comctl32/Makefile: dlls/comctl32/Makefile.in dlls/Makedll.rules"
14063 ac_config_files="$ac_config_files dlls/comctl32/Makefile"
14064
14065 ALL_MAKEFILES="$ALL_MAKEFILES \\
14066         dlls/comctl32/tests/Makefile"
14067 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
14068         comctl32/tests"
14069 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
14070 dlls/comctl32/tests/Makefile: dlls/comctl32/tests/Makefile.in dlls/Maketest.rules"
14071 ac_config_files="$ac_config_files dlls/comctl32/tests/Makefile"
14072
14073 ALL_MAKEFILES="$ALL_MAKEFILES \\
14074         dlls/comdlg32/Makefile"
14075 test "x$enable_comdlg32" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
14076         comdlg32"
14077 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
14078 dlls/comdlg32/Makefile: dlls/comdlg32/Makefile.in dlls/Makedll.rules"
14079 ac_config_files="$ac_config_files dlls/comdlg32/Makefile"
14080
14081 ALL_MAKEFILES="$ALL_MAKEFILES \\
14082         dlls/comdlg32/tests/Makefile"
14083 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
14084         comdlg32/tests"
14085 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
14086 dlls/comdlg32/tests/Makefile: dlls/comdlg32/tests/Makefile.in dlls/Maketest.rules"
14087 ac_config_files="$ac_config_files dlls/comdlg32/tests/Makefile"
14088
14089 ALL_MAKEFILES="$ALL_MAKEFILES \\
14090         dlls/comm.drv16/Makefile"
14091 test "x$enable_win16" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
14092         comm.drv16"
14093 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
14094 dlls/comm.drv16/Makefile: dlls/comm.drv16/Makefile.in dlls/Makedll.rules"
14095 ac_config_files="$ac_config_files dlls/comm.drv16/Makefile"
14096
14097 ALL_MAKEFILES="$ALL_MAKEFILES \\
14098         dlls/commdlg.dll16/Makefile"
14099 test "x$enable_win16" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
14100         commdlg.dll16"
14101 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
14102 dlls/commdlg.dll16/Makefile: dlls/commdlg.dll16/Makefile.in dlls/Makedll.rules"
14103 ac_config_files="$ac_config_files dlls/commdlg.dll16/Makefile"
14104
14105 ALL_MAKEFILES="$ALL_MAKEFILES \\
14106         dlls/compobj.dll16/Makefile"
14107 test "x$enable_win16" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
14108         compobj.dll16"
14109 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
14110 dlls/compobj.dll16/Makefile: dlls/compobj.dll16/Makefile.in dlls/Makedll.rules"
14111 ac_config_files="$ac_config_files dlls/compobj.dll16/Makefile"
14112
14113 ALL_MAKEFILES="$ALL_MAKEFILES \\
14114         dlls/compstui/Makefile"
14115 test "x$enable_compstui" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
14116         compstui"
14117 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
14118 dlls/compstui/Makefile: dlls/compstui/Makefile.in dlls/Makedll.rules"
14119 ac_config_files="$ac_config_files dlls/compstui/Makefile"
14120
14121 ALL_MAKEFILES="$ALL_MAKEFILES \\
14122         dlls/credui/Makefile"
14123 test "x$enable_credui" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
14124         credui"
14125 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
14126 dlls/credui/Makefile: dlls/credui/Makefile.in dlls/Makedll.rules"
14127 ac_config_files="$ac_config_files dlls/credui/Makefile"
14128
14129 ALL_MAKEFILES="$ALL_MAKEFILES \\
14130         dlls/credui/tests/Makefile"
14131 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
14132         credui/tests"
14133 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
14134 dlls/credui/tests/Makefile: dlls/credui/tests/Makefile.in dlls/Maketest.rules"
14135 ac_config_files="$ac_config_files dlls/credui/tests/Makefile"
14136
14137 ALL_MAKEFILES="$ALL_MAKEFILES \\
14138         dlls/crtdll/Makefile"
14139 test "x$enable_crtdll" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
14140         crtdll"
14141 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
14142 dlls/crtdll/Makefile: dlls/crtdll/Makefile.in dlls/Makedll.rules"
14143 ac_config_files="$ac_config_files dlls/crtdll/Makefile"
14144
14145 ALL_MAKEFILES="$ALL_MAKEFILES \\
14146         dlls/crypt32/Makefile"
14147 test "x$enable_crypt32" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
14148         crypt32"
14149 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
14150 dlls/crypt32/Makefile: dlls/crypt32/Makefile.in dlls/Makedll.rules"
14151 ac_config_files="$ac_config_files dlls/crypt32/Makefile"
14152
14153 ALL_MAKEFILES="$ALL_MAKEFILES \\
14154         dlls/crypt32/tests/Makefile"
14155 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
14156         crypt32/tests"
14157 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
14158 dlls/crypt32/tests/Makefile: dlls/crypt32/tests/Makefile.in dlls/Maketest.rules"
14159 ac_config_files="$ac_config_files dlls/crypt32/tests/Makefile"
14160
14161 ALL_MAKEFILES="$ALL_MAKEFILES \\
14162         dlls/cryptdlg/Makefile"
14163 test "x$enable_cryptdlg" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
14164         cryptdlg"
14165 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
14166 dlls/cryptdlg/Makefile: dlls/cryptdlg/Makefile.in dlls/Makedll.rules"
14167 ac_config_files="$ac_config_files dlls/cryptdlg/Makefile"
14168
14169 ALL_MAKEFILES="$ALL_MAKEFILES \\
14170         dlls/cryptdll/Makefile"
14171 test "x$enable_cryptdll" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
14172         cryptdll"
14173 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
14174 dlls/cryptdll/Makefile: dlls/cryptdll/Makefile.in dlls/Makedll.rules"
14175 ac_config_files="$ac_config_files dlls/cryptdll/Makefile"
14176
14177 ALL_MAKEFILES="$ALL_MAKEFILES \\
14178         dlls/cryptnet/Makefile"
14179 test "x$enable_cryptnet" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
14180         cryptnet"
14181 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
14182 dlls/cryptnet/Makefile: dlls/cryptnet/Makefile.in dlls/Makedll.rules"
14183 ac_config_files="$ac_config_files dlls/cryptnet/Makefile"
14184
14185 ALL_MAKEFILES="$ALL_MAKEFILES \\
14186         dlls/cryptnet/tests/Makefile"
14187 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
14188         cryptnet/tests"
14189 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
14190 dlls/cryptnet/tests/Makefile: dlls/cryptnet/tests/Makefile.in dlls/Maketest.rules"
14191 ac_config_files="$ac_config_files dlls/cryptnet/tests/Makefile"
14192
14193 ALL_MAKEFILES="$ALL_MAKEFILES \\
14194         dlls/cryptui/Makefile"
14195 test "x$enable_cryptui" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
14196         cryptui"
14197 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
14198 dlls/cryptui/Makefile: dlls/cryptui/Makefile.in dlls/Makedll.rules"
14199 ac_config_files="$ac_config_files dlls/cryptui/Makefile"
14200
14201 ALL_MAKEFILES="$ALL_MAKEFILES \\
14202         dlls/cryptui/tests/Makefile"
14203 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
14204         cryptui/tests"
14205 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
14206 dlls/cryptui/tests/Makefile: dlls/cryptui/tests/Makefile.in dlls/Maketest.rules"
14207 ac_config_files="$ac_config_files dlls/cryptui/tests/Makefile"
14208
14209 ALL_MAKEFILES="$ALL_MAKEFILES \\
14210         dlls/ctapi32/Makefile"
14211 test "x$enable_ctapi32" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
14212         ctapi32"
14213 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
14214 dlls/ctapi32/Makefile: dlls/ctapi32/Makefile.in dlls/Makedll.rules"
14215 ac_config_files="$ac_config_files dlls/ctapi32/Makefile"
14216
14217 ALL_MAKEFILES="$ALL_MAKEFILES \\
14218         dlls/ctl3d.dll16/Makefile"
14219 test "x$enable_win16" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
14220         ctl3d.dll16"
14221 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
14222 dlls/ctl3d.dll16/Makefile: dlls/ctl3d.dll16/Makefile.in dlls/Makedll.rules"
14223 ac_config_files="$ac_config_files dlls/ctl3d.dll16/Makefile"
14224
14225 ALL_MAKEFILES="$ALL_MAKEFILES \\
14226         dlls/ctl3d32/Makefile"
14227 test "x$enable_ctl3d32" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
14228         ctl3d32"
14229 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
14230 dlls/ctl3d32/Makefile: dlls/ctl3d32/Makefile.in dlls/Makedll.rules"
14231 ac_config_files="$ac_config_files dlls/ctl3d32/Makefile"
14232
14233 ALL_MAKEFILES="$ALL_MAKEFILES \\
14234         dlls/ctl3dv2.dll16/Makefile"
14235 test "x$enable_win16" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
14236         ctl3dv2.dll16"
14237 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
14238 dlls/ctl3dv2.dll16/Makefile: dlls/ctl3dv2.dll16/Makefile.in dlls/Makedll.rules"
14239 ac_config_files="$ac_config_files dlls/ctl3dv2.dll16/Makefile"
14240
14241 ALL_MAKEFILES="$ALL_MAKEFILES \\
14242         dlls/d3d10/Makefile"
14243 test "x$enable_d3d10" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
14244         d3d10"
14245 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
14246 dlls/d3d10/Makefile: dlls/d3d10/Makefile.in dlls/Makedll.rules"
14247 ac_config_files="$ac_config_files dlls/d3d10/Makefile"
14248
14249 ALL_MAKEFILES="$ALL_MAKEFILES \\
14250         dlls/d3d10/tests/Makefile"
14251 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
14252         d3d10/tests"
14253 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
14254 dlls/d3d10/tests/Makefile: dlls/d3d10/tests/Makefile.in dlls/Maketest.rules"
14255 ac_config_files="$ac_config_files dlls/d3d10/tests/Makefile"
14256
14257 ALL_MAKEFILES="$ALL_MAKEFILES \\
14258         dlls/d3d10core/Makefile"
14259 test "x$enable_d3d10core" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
14260         d3d10core"
14261 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
14262 dlls/d3d10core/Makefile: dlls/d3d10core/Makefile.in dlls/Makedll.rules"
14263 ac_config_files="$ac_config_files dlls/d3d10core/Makefile"
14264
14265 ALL_MAKEFILES="$ALL_MAKEFILES \\
14266         dlls/d3d10core/tests/Makefile"
14267 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
14268         d3d10core/tests"
14269 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
14270 dlls/d3d10core/tests/Makefile: dlls/d3d10core/tests/Makefile.in dlls/Maketest.rules"
14271 ac_config_files="$ac_config_files dlls/d3d10core/tests/Makefile"
14272
14273 ALL_MAKEFILES="$ALL_MAKEFILES \\
14274         dlls/d3d8/Makefile"
14275 test "x$enable_d3d8" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
14276         d3d8"
14277 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
14278 dlls/d3d8/Makefile: dlls/d3d8/Makefile.in dlls/Makedll.rules"
14279 ac_config_files="$ac_config_files dlls/d3d8/Makefile"
14280
14281 ALL_MAKEFILES="$ALL_MAKEFILES \\
14282         dlls/d3d8/tests/Makefile"
14283 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
14284         d3d8/tests"
14285 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
14286 dlls/d3d8/tests/Makefile: dlls/d3d8/tests/Makefile.in dlls/Maketest.rules"
14287 ac_config_files="$ac_config_files dlls/d3d8/tests/Makefile"
14288
14289 ALL_MAKEFILES="$ALL_MAKEFILES \\
14290         dlls/d3d9/Makefile"
14291 test "x$enable_d3d9" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
14292         d3d9"
14293 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
14294 dlls/d3d9/Makefile: dlls/d3d9/Makefile.in dlls/Makedll.rules"
14295 ac_config_files="$ac_config_files dlls/d3d9/Makefile"
14296
14297 ALL_MAKEFILES="$ALL_MAKEFILES \\
14298         dlls/d3d9/tests/Makefile"
14299 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
14300         d3d9/tests"
14301 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
14302 dlls/d3d9/tests/Makefile: dlls/d3d9/tests/Makefile.in dlls/Maketest.rules"
14303 ac_config_files="$ac_config_files dlls/d3d9/tests/Makefile"
14304
14305 ALL_MAKEFILES="$ALL_MAKEFILES \\
14306         dlls/d3dim/Makefile"
14307 test "x$enable_d3dim" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
14308         d3dim"
14309 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
14310 dlls/d3dim/Makefile: dlls/d3dim/Makefile.in dlls/Makedll.rules"
14311 ac_config_files="$ac_config_files dlls/d3dim/Makefile"
14312
14313 ALL_MAKEFILES="$ALL_MAKEFILES \\
14314         dlls/d3drm/Makefile"
14315 test "x$enable_d3drm" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
14316         d3drm"
14317 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
14318 dlls/d3drm/Makefile: dlls/d3drm/Makefile.in dlls/Makedll.rules"
14319 ac_config_files="$ac_config_files dlls/d3drm/Makefile"
14320
14321 ALL_MAKEFILES="$ALL_MAKEFILES \\
14322         dlls/d3drm/tests/Makefile"
14323 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
14324         d3drm/tests"
14325 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
14326 dlls/d3drm/tests/Makefile: dlls/d3drm/tests/Makefile.in dlls/Maketest.rules"
14327 ac_config_files="$ac_config_files dlls/d3drm/tests/Makefile"
14328
14329 ALL_MAKEFILES="$ALL_MAKEFILES \\
14330         dlls/d3dx9_24/Makefile"
14331 test "x$enable_d3dx9_24" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
14332         d3dx9_24"
14333 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
14334 dlls/d3dx9_24/Makefile: dlls/d3dx9_24/Makefile.in dlls/Makedll.rules"
14335 ac_config_files="$ac_config_files dlls/d3dx9_24/Makefile"
14336
14337 ALL_MAKEFILES="$ALL_MAKEFILES \\
14338         dlls/d3dx9_25/Makefile"
14339 test "x$enable_d3dx9_25" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
14340         d3dx9_25"
14341 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
14342 dlls/d3dx9_25/Makefile: dlls/d3dx9_25/Makefile.in dlls/Makedll.rules"
14343 ac_config_files="$ac_config_files dlls/d3dx9_25/Makefile"
14344
14345 ALL_MAKEFILES="$ALL_MAKEFILES \\
14346         dlls/d3dx9_26/Makefile"
14347 test "x$enable_d3dx9_26" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
14348         d3dx9_26"
14349 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
14350 dlls/d3dx9_26/Makefile: dlls/d3dx9_26/Makefile.in dlls/Makedll.rules"
14351 ac_config_files="$ac_config_files dlls/d3dx9_26/Makefile"
14352
14353 ALL_MAKEFILES="$ALL_MAKEFILES \\
14354         dlls/d3dx9_27/Makefile"
14355 test "x$enable_d3dx9_27" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
14356         d3dx9_27"
14357 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
14358 dlls/d3dx9_27/Makefile: dlls/d3dx9_27/Makefile.in dlls/Makedll.rules"
14359 ac_config_files="$ac_config_files dlls/d3dx9_27/Makefile"
14360
14361 ALL_MAKEFILES="$ALL_MAKEFILES \\
14362         dlls/d3dx9_28/Makefile"
14363 test "x$enable_d3dx9_28" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
14364         d3dx9_28"
14365 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
14366 dlls/d3dx9_28/Makefile: dlls/d3dx9_28/Makefile.in dlls/Makedll.rules"
14367 ac_config_files="$ac_config_files dlls/d3dx9_28/Makefile"
14368
14369 ALL_MAKEFILES="$ALL_MAKEFILES \\
14370         dlls/d3dx9_29/Makefile"
14371 test "x$enable_d3dx9_29" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
14372         d3dx9_29"
14373 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
14374 dlls/d3dx9_29/Makefile: dlls/d3dx9_29/Makefile.in dlls/Makedll.rules"
14375 ac_config_files="$ac_config_files dlls/d3dx9_29/Makefile"
14376
14377 ALL_MAKEFILES="$ALL_MAKEFILES \\
14378         dlls/d3dx9_30/Makefile"
14379 test "x$enable_d3dx9_30" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
14380         d3dx9_30"
14381 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
14382 dlls/d3dx9_30/Makefile: dlls/d3dx9_30/Makefile.in dlls/Makedll.rules"
14383 ac_config_files="$ac_config_files dlls/d3dx9_30/Makefile"
14384
14385 ALL_MAKEFILES="$ALL_MAKEFILES \\
14386         dlls/d3dx9_31/Makefile"
14387 test "x$enable_d3dx9_31" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
14388         d3dx9_31"
14389 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
14390 dlls/d3dx9_31/Makefile: dlls/d3dx9_31/Makefile.in dlls/Makedll.rules"
14391 ac_config_files="$ac_config_files dlls/d3dx9_31/Makefile"
14392
14393 ALL_MAKEFILES="$ALL_MAKEFILES \\
14394         dlls/d3dx9_32/Makefile"
14395 test "x$enable_d3dx9_32" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
14396         d3dx9_32"
14397 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
14398 dlls/d3dx9_32/Makefile: dlls/d3dx9_32/Makefile.in dlls/Makedll.rules"
14399 ac_config_files="$ac_config_files dlls/d3dx9_32/Makefile"
14400
14401 ALL_MAKEFILES="$ALL_MAKEFILES \\
14402         dlls/d3dx9_33/Makefile"
14403 test "x$enable_d3dx9_33" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
14404         d3dx9_33"
14405 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
14406 dlls/d3dx9_33/Makefile: dlls/d3dx9_33/Makefile.in dlls/Makedll.rules"
14407 ac_config_files="$ac_config_files dlls/d3dx9_33/Makefile"
14408
14409 ALL_MAKEFILES="$ALL_MAKEFILES \\
14410         dlls/d3dx9_34/Makefile"
14411 test "x$enable_d3dx9_34" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
14412         d3dx9_34"
14413 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
14414 dlls/d3dx9_34/Makefile: dlls/d3dx9_34/Makefile.in dlls/Makedll.rules"
14415 ac_config_files="$ac_config_files dlls/d3dx9_34/Makefile"
14416
14417 ALL_MAKEFILES="$ALL_MAKEFILES \\
14418         dlls/d3dx9_35/Makefile"
14419 test "x$enable_d3dx9_35" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
14420         d3dx9_35"
14421 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
14422 dlls/d3dx9_35/Makefile: dlls/d3dx9_35/Makefile.in dlls/Makedll.rules"
14423 ac_config_files="$ac_config_files dlls/d3dx9_35/Makefile"
14424
14425 ALL_MAKEFILES="$ALL_MAKEFILES \\
14426         dlls/d3dx9_36/Makefile"
14427 test "x$enable_d3dx9_36" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
14428         d3dx9_36"
14429 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
14430 dlls/d3dx9_36/Makefile: dlls/d3dx9_36/Makefile.in dlls/Makedll.rules"
14431 ac_config_files="$ac_config_files dlls/d3dx9_36/Makefile"
14432
14433 ALL_MAKEFILES="$ALL_MAKEFILES \\
14434         dlls/d3dx9_36/tests/Makefile"
14435 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
14436         d3dx9_36/tests"
14437 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
14438 dlls/d3dx9_36/tests/Makefile: dlls/d3dx9_36/tests/Makefile.in dlls/Maketest.rules"
14439 ac_config_files="$ac_config_files dlls/d3dx9_36/tests/Makefile"
14440
14441 ALL_MAKEFILES="$ALL_MAKEFILES \\
14442         dlls/d3dx9_37/Makefile"
14443 test "x$enable_d3dx9_37" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
14444         d3dx9_37"
14445 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
14446 dlls/d3dx9_37/Makefile: dlls/d3dx9_37/Makefile.in dlls/Makedll.rules"
14447 ac_config_files="$ac_config_files dlls/d3dx9_37/Makefile"
14448
14449 ALL_MAKEFILES="$ALL_MAKEFILES \\
14450         dlls/d3dx9_38/Makefile"
14451 test "x$enable_d3dx9_38" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
14452         d3dx9_38"
14453 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
14454 dlls/d3dx9_38/Makefile: dlls/d3dx9_38/Makefile.in dlls/Makedll.rules"
14455 ac_config_files="$ac_config_files dlls/d3dx9_38/Makefile"
14456
14457 ALL_MAKEFILES="$ALL_MAKEFILES \\
14458         dlls/d3dx9_39/Makefile"
14459 test "x$enable_d3dx9_39" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
14460         d3dx9_39"
14461 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
14462 dlls/d3dx9_39/Makefile: dlls/d3dx9_39/Makefile.in dlls/Makedll.rules"
14463 ac_config_files="$ac_config_files dlls/d3dx9_39/Makefile"
14464
14465 ALL_MAKEFILES="$ALL_MAKEFILES \\
14466         dlls/d3dx9_40/Makefile"
14467 test "x$enable_d3dx9_40" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
14468         d3dx9_40"
14469 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
14470 dlls/d3dx9_40/Makefile: dlls/d3dx9_40/Makefile.in dlls/Makedll.rules"
14471 ac_config_files="$ac_config_files dlls/d3dx9_40/Makefile"
14472
14473 ALL_MAKEFILES="$ALL_MAKEFILES \\
14474         dlls/d3dx9_41/Makefile"
14475 test "x$enable_d3dx9_41" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
14476         d3dx9_41"
14477 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
14478 dlls/d3dx9_41/Makefile: dlls/d3dx9_41/Makefile.in dlls/Makedll.rules"
14479 ac_config_files="$ac_config_files dlls/d3dx9_41/Makefile"
14480
14481 ALL_MAKEFILES="$ALL_MAKEFILES \\
14482         dlls/d3dx9_42/Makefile"
14483 test "x$enable_d3dx9_42" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
14484         d3dx9_42"
14485 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
14486 dlls/d3dx9_42/Makefile: dlls/d3dx9_42/Makefile.in dlls/Makedll.rules"
14487 ac_config_files="$ac_config_files dlls/d3dx9_42/Makefile"
14488
14489 ALL_MAKEFILES="$ALL_MAKEFILES \\
14490         dlls/d3dxof/Makefile"
14491 test "x$enable_d3dxof" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
14492         d3dxof"
14493 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
14494 dlls/d3dxof/Makefile: dlls/d3dxof/Makefile.in dlls/Makedll.rules"
14495 ac_config_files="$ac_config_files dlls/d3dxof/Makefile"
14496
14497 ALL_MAKEFILES="$ALL_MAKEFILES \\
14498         dlls/d3dxof/tests/Makefile"
14499 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
14500         d3dxof/tests"
14501 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
14502 dlls/d3dxof/tests/Makefile: dlls/d3dxof/tests/Makefile.in dlls/Maketest.rules"
14503 ac_config_files="$ac_config_files dlls/d3dxof/tests/Makefile"
14504
14505 ALL_MAKEFILES="$ALL_MAKEFILES \\
14506         dlls/dbghelp/Makefile"
14507 test "x$enable_dbghelp" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
14508         dbghelp"
14509 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
14510 dlls/dbghelp/Makefile: dlls/dbghelp/Makefile.in dlls/Makedll.rules"
14511 ac_config_files="$ac_config_files dlls/dbghelp/Makefile"
14512
14513 ALL_MAKEFILES="$ALL_MAKEFILES \\
14514         dlls/dciman32/Makefile"
14515 test "x$enable_dciman32" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
14516         dciman32"
14517 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
14518 dlls/dciman32/Makefile: dlls/dciman32/Makefile.in dlls/Makedll.rules"
14519 ac_config_files="$ac_config_files dlls/dciman32/Makefile"
14520
14521 ALL_MAKEFILES="$ALL_MAKEFILES \\
14522         dlls/ddeml.dll16/Makefile"
14523 test "x$enable_win16" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
14524         ddeml.dll16"
14525 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
14526 dlls/ddeml.dll16/Makefile: dlls/ddeml.dll16/Makefile.in dlls/Makedll.rules"
14527 ac_config_files="$ac_config_files dlls/ddeml.dll16/Makefile"
14528
14529 ALL_MAKEFILES="$ALL_MAKEFILES \\
14530         dlls/ddraw/Makefile"
14531 test "x$enable_ddraw" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
14532         ddraw"
14533 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
14534 dlls/ddraw/Makefile: dlls/ddraw/Makefile.in dlls/Makedll.rules"
14535 ac_config_files="$ac_config_files dlls/ddraw/Makefile"
14536
14537 ALL_MAKEFILES="$ALL_MAKEFILES \\
14538         dlls/ddraw/tests/Makefile"
14539 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
14540         ddraw/tests"
14541 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
14542 dlls/ddraw/tests/Makefile: dlls/ddraw/tests/Makefile.in dlls/Maketest.rules"
14543 ac_config_files="$ac_config_files dlls/ddraw/tests/Makefile"
14544
14545 ALL_MAKEFILES="$ALL_MAKEFILES \\
14546         dlls/ddrawex/Makefile"
14547 test "x$enable_ddrawex" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
14548         ddrawex"
14549 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
14550 dlls/ddrawex/Makefile: dlls/ddrawex/Makefile.in dlls/Makedll.rules"
14551 ac_config_files="$ac_config_files dlls/ddrawex/Makefile"
14552
14553 ALL_MAKEFILES="$ALL_MAKEFILES \\
14554         dlls/ddrawex/tests/Makefile"
14555 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
14556         ddrawex/tests"
14557 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
14558 dlls/ddrawex/tests/Makefile: dlls/ddrawex/tests/Makefile.in dlls/Maketest.rules"
14559 ac_config_files="$ac_config_files dlls/ddrawex/tests/Makefile"
14560
14561 ALL_MAKEFILES="$ALL_MAKEFILES \\
14562         dlls/devenum/Makefile"
14563 test "x$enable_devenum" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
14564         devenum"
14565 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
14566 dlls/devenum/Makefile: dlls/devenum/Makefile.in dlls/Makedll.rules"
14567 ac_config_files="$ac_config_files dlls/devenum/Makefile"
14568
14569 ALL_MAKEFILES="$ALL_MAKEFILES \\
14570         dlls/dinput/Makefile"
14571 test "x$enable_dinput" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
14572         dinput"
14573 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
14574 dlls/dinput/Makefile: dlls/dinput/Makefile.in dlls/Makedll.rules"
14575 ac_config_files="$ac_config_files dlls/dinput/Makefile"
14576
14577 ALL_MAKEFILES="$ALL_MAKEFILES \\
14578         dlls/dinput/tests/Makefile"
14579 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
14580         dinput/tests"
14581 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
14582 dlls/dinput/tests/Makefile: dlls/dinput/tests/Makefile.in dlls/Maketest.rules"
14583 ac_config_files="$ac_config_files dlls/dinput/tests/Makefile"
14584
14585 ALL_MAKEFILES="$ALL_MAKEFILES \\
14586         dlls/dinput8/Makefile"
14587 test "x$enable_dinput8" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
14588         dinput8"
14589 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
14590 dlls/dinput8/Makefile: dlls/dinput8/Makefile.in dlls/Makedll.rules"
14591 ac_config_files="$ac_config_files dlls/dinput8/Makefile"
14592
14593 ALL_MAKEFILES="$ALL_MAKEFILES \\
14594         dlls/dispdib.dll16/Makefile"
14595 test "x$enable_win16" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
14596         dispdib.dll16"
14597 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
14598 dlls/dispdib.dll16/Makefile: dlls/dispdib.dll16/Makefile.in dlls/Makedll.rules"
14599 ac_config_files="$ac_config_files dlls/dispdib.dll16/Makefile"
14600
14601 ALL_MAKEFILES="$ALL_MAKEFILES \\
14602         dlls/display.drv16/Makefile"
14603 test "x$enable_win16" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
14604         display.drv16"
14605 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
14606 dlls/display.drv16/Makefile: dlls/display.drv16/Makefile.in dlls/Makedll.rules"
14607 ac_config_files="$ac_config_files dlls/display.drv16/Makefile"
14608
14609 ALL_MAKEFILES="$ALL_MAKEFILES \\
14610         dlls/dmband/Makefile"
14611 test "x$enable_dmband" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
14612         dmband"
14613 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
14614 dlls/dmband/Makefile: dlls/dmband/Makefile.in dlls/Makedll.rules"
14615 ac_config_files="$ac_config_files dlls/dmband/Makefile"
14616
14617 ALL_MAKEFILES="$ALL_MAKEFILES \\
14618         dlls/dmcompos/Makefile"
14619 test "x$enable_dmcompos" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
14620         dmcompos"
14621 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
14622 dlls/dmcompos/Makefile: dlls/dmcompos/Makefile.in dlls/Makedll.rules"
14623 ac_config_files="$ac_config_files dlls/dmcompos/Makefile"
14624
14625 ALL_MAKEFILES="$ALL_MAKEFILES \\
14626         dlls/dmime/Makefile"
14627 test "x$enable_dmime" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
14628         dmime"
14629 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
14630 dlls/dmime/Makefile: dlls/dmime/Makefile.in dlls/Makedll.rules"
14631 ac_config_files="$ac_config_files dlls/dmime/Makefile"
14632
14633 ALL_MAKEFILES="$ALL_MAKEFILES \\
14634         dlls/dmloader/Makefile"
14635 test "x$enable_dmloader" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
14636         dmloader"
14637 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
14638 dlls/dmloader/Makefile: dlls/dmloader/Makefile.in dlls/Makedll.rules"
14639 ac_config_files="$ac_config_files dlls/dmloader/Makefile"
14640
14641 ALL_MAKEFILES="$ALL_MAKEFILES \\
14642         dlls/dmscript/Makefile"
14643 test "x$enable_dmscript" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
14644         dmscript"
14645 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
14646 dlls/dmscript/Makefile: dlls/dmscript/Makefile.in dlls/Makedll.rules"
14647 ac_config_files="$ac_config_files dlls/dmscript/Makefile"
14648
14649 ALL_MAKEFILES="$ALL_MAKEFILES \\
14650         dlls/dmstyle/Makefile"
14651 test "x$enable_dmstyle" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
14652         dmstyle"
14653 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
14654 dlls/dmstyle/Makefile: dlls/dmstyle/Makefile.in dlls/Makedll.rules"
14655 ac_config_files="$ac_config_files dlls/dmstyle/Makefile"
14656
14657 ALL_MAKEFILES="$ALL_MAKEFILES \\
14658         dlls/dmsynth/Makefile"
14659 test "x$enable_dmsynth" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
14660         dmsynth"
14661 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
14662 dlls/dmsynth/Makefile: dlls/dmsynth/Makefile.in dlls/Makedll.rules"
14663 ac_config_files="$ac_config_files dlls/dmsynth/Makefile"
14664
14665 ALL_MAKEFILES="$ALL_MAKEFILES \\
14666         dlls/dmusic/Makefile"
14667 test "x$enable_dmusic" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
14668         dmusic"
14669 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
14670 dlls/dmusic/Makefile: dlls/dmusic/Makefile.in dlls/Makedll.rules"
14671 ac_config_files="$ac_config_files dlls/dmusic/Makefile"
14672
14673 ALL_MAKEFILES="$ALL_MAKEFILES \\
14674         dlls/dmusic32/Makefile"
14675 test "x$enable_dmusic32" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
14676         dmusic32"
14677 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
14678 dlls/dmusic32/Makefile: dlls/dmusic32/Makefile.in dlls/Makedll.rules"
14679 ac_config_files="$ac_config_files dlls/dmusic32/Makefile"
14680
14681 ALL_MAKEFILES="$ALL_MAKEFILES \\
14682         dlls/dnsapi/Makefile"
14683 test "x$enable_dnsapi" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
14684         dnsapi"
14685 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
14686 dlls/dnsapi/Makefile: dlls/dnsapi/Makefile.in dlls/Makedll.rules"
14687 ac_config_files="$ac_config_files dlls/dnsapi/Makefile"
14688
14689 ALL_MAKEFILES="$ALL_MAKEFILES \\
14690         dlls/dnsapi/tests/Makefile"
14691 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
14692         dnsapi/tests"
14693 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
14694 dlls/dnsapi/tests/Makefile: dlls/dnsapi/tests/Makefile.in dlls/Maketest.rules"
14695 ac_config_files="$ac_config_files dlls/dnsapi/tests/Makefile"
14696
14697 ALL_MAKEFILES="$ALL_MAKEFILES \\
14698         dlls/dplay/Makefile"
14699 test "x$enable_dplay" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
14700         dplay"
14701 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
14702 dlls/dplay/Makefile: dlls/dplay/Makefile.in dlls/Makedll.rules"
14703 ac_config_files="$ac_config_files dlls/dplay/Makefile"
14704
14705 ALL_MAKEFILES="$ALL_MAKEFILES \\
14706         dlls/dplayx/Makefile"
14707 test "x$enable_dplayx" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
14708         dplayx"
14709 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
14710 dlls/dplayx/Makefile: dlls/dplayx/Makefile.in dlls/Makedll.rules"
14711 ac_config_files="$ac_config_files dlls/dplayx/Makefile"
14712
14713 ALL_MAKEFILES="$ALL_MAKEFILES \\
14714         dlls/dplayx/tests/Makefile"
14715 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
14716         dplayx/tests"
14717 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
14718 dlls/dplayx/tests/Makefile: dlls/dplayx/tests/Makefile.in dlls/Maketest.rules"
14719 ac_config_files="$ac_config_files dlls/dplayx/tests/Makefile"
14720
14721 ALL_MAKEFILES="$ALL_MAKEFILES \\
14722         dlls/dpnaddr/Makefile"
14723 test "x$enable_dpnaddr" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
14724         dpnaddr"
14725 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
14726 dlls/dpnaddr/Makefile: dlls/dpnaddr/Makefile.in dlls/Makedll.rules"
14727 ac_config_files="$ac_config_files dlls/dpnaddr/Makefile"
14728
14729 ALL_MAKEFILES="$ALL_MAKEFILES \\
14730         dlls/dpnet/Makefile"
14731 test "x$enable_dpnet" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
14732         dpnet"
14733 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
14734 dlls/dpnet/Makefile: dlls/dpnet/Makefile.in dlls/Makedll.rules"
14735 ac_config_files="$ac_config_files dlls/dpnet/Makefile"
14736
14737 ALL_MAKEFILES="$ALL_MAKEFILES \\
14738         dlls/dpnhpast/Makefile"
14739 test "x$enable_dpnhpast" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
14740         dpnhpast"
14741 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
14742 dlls/dpnhpast/Makefile: dlls/dpnhpast/Makefile.in dlls/Makedll.rules"
14743 ac_config_files="$ac_config_files dlls/dpnhpast/Makefile"
14744
14745 ALL_MAKEFILES="$ALL_MAKEFILES \\
14746         dlls/dpnlobby/Makefile"
14747 test "x$enable_dpnlobby" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
14748         dpnlobby"
14749 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
14750 dlls/dpnlobby/Makefile: dlls/dpnlobby/Makefile.in dlls/Makedll.rules"
14751 ac_config_files="$ac_config_files dlls/dpnlobby/Makefile"
14752
14753 ALL_MAKEFILES="$ALL_MAKEFILES \\
14754         dlls/dpwsockx/Makefile"
14755 test "x$enable_dpwsockx" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
14756         dpwsockx"
14757 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
14758 dlls/dpwsockx/Makefile: dlls/dpwsockx/Makefile.in dlls/Makedll.rules"
14759 ac_config_files="$ac_config_files dlls/dpwsockx/Makefile"
14760
14761 ALL_MAKEFILES="$ALL_MAKEFILES \\
14762         dlls/drmclien/Makefile"
14763 test "x$enable_drmclien" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
14764         drmclien"
14765 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
14766 dlls/drmclien/Makefile: dlls/drmclien/Makefile.in dlls/Makedll.rules"
14767 ac_config_files="$ac_config_files dlls/drmclien/Makefile"
14768
14769 ALL_MAKEFILES="$ALL_MAKEFILES \\
14770         dlls/dsound/Makefile"
14771 test "x$enable_dsound" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
14772         dsound"
14773 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
14774 dlls/dsound/Makefile: dlls/dsound/Makefile.in dlls/Makedll.rules"
14775 ac_config_files="$ac_config_files dlls/dsound/Makefile"
14776
14777 ALL_MAKEFILES="$ALL_MAKEFILES \\
14778         dlls/dsound/tests/Makefile"
14779 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
14780         dsound/tests"
14781 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
14782 dlls/dsound/tests/Makefile: dlls/dsound/tests/Makefile.in dlls/Maketest.rules"
14783 ac_config_files="$ac_config_files dlls/dsound/tests/Makefile"
14784
14785 ALL_MAKEFILES="$ALL_MAKEFILES \\
14786         dlls/dssenh/Makefile"
14787 test "x$enable_dssenh" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
14788         dssenh"
14789 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
14790 dlls/dssenh/Makefile: dlls/dssenh/Makefile.in dlls/Makedll.rules"
14791 ac_config_files="$ac_config_files dlls/dssenh/Makefile"
14792
14793 ALL_MAKEFILES="$ALL_MAKEFILES \\
14794         dlls/dswave/Makefile"
14795 test "x$enable_dswave" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
14796         dswave"
14797 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
14798 dlls/dswave/Makefile: dlls/dswave/Makefile.in dlls/Makedll.rules"
14799 ac_config_files="$ac_config_files dlls/dswave/Makefile"
14800
14801 ALL_MAKEFILES="$ALL_MAKEFILES \\
14802         dlls/dwmapi/Makefile"
14803 test "x$enable_dwmapi" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
14804         dwmapi"
14805 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
14806 dlls/dwmapi/Makefile: dlls/dwmapi/Makefile.in dlls/Makedll.rules"
14807 ac_config_files="$ac_config_files dlls/dwmapi/Makefile"
14808
14809 ALL_MAKEFILES="$ALL_MAKEFILES \\
14810         dlls/dxdiagn/Makefile"
14811 test "x$enable_dxdiagn" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
14812         dxdiagn"
14813 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
14814 dlls/dxdiagn/Makefile: dlls/dxdiagn/Makefile.in dlls/Makedll.rules"
14815 ac_config_files="$ac_config_files dlls/dxdiagn/Makefile"
14816
14817 ALL_MAKEFILES="$ALL_MAKEFILES \\
14818         dlls/dxerr8/Makefile"
14819 test "x$enable_dxerr8" != xno && ALL_IMPLIB_DIRS="$ALL_IMPLIB_DIRS \\
14820         dxerr8"
14821 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
14822 dlls/dxerr8/Makefile: dlls/dxerr8/Makefile.in dlls/Makeimplib.rules"
14823 ac_config_files="$ac_config_files dlls/dxerr8/Makefile"
14824
14825 ALL_MAKEFILES="$ALL_MAKEFILES \\
14826         dlls/dxerr9/Makefile"
14827 test "x$enable_dxerr9" != xno && ALL_IMPLIB_DIRS="$ALL_IMPLIB_DIRS \\
14828         dxerr9"
14829 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
14830 dlls/dxerr9/Makefile: dlls/dxerr9/Makefile.in dlls/Makeimplib.rules"
14831 ac_config_files="$ac_config_files dlls/dxerr9/Makefile"
14832
14833 ALL_MAKEFILES="$ALL_MAKEFILES \\
14834         dlls/dxgi/Makefile"
14835 test "x$enable_dxgi" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
14836         dxgi"
14837 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
14838 dlls/dxgi/Makefile: dlls/dxgi/Makefile.in dlls/Makedll.rules"
14839 ac_config_files="$ac_config_files dlls/dxgi/Makefile"
14840
14841 ALL_MAKEFILES="$ALL_MAKEFILES \\
14842         dlls/dxgi/tests/Makefile"
14843 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
14844         dxgi/tests"
14845 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
14846 dlls/dxgi/tests/Makefile: dlls/dxgi/tests/Makefile.in dlls/Maketest.rules"
14847 ac_config_files="$ac_config_files dlls/dxgi/tests/Makefile"
14848
14849 ALL_MAKEFILES="$ALL_MAKEFILES \\
14850         dlls/dxguid/Makefile"
14851 test "x$enable_dxguid" != xno && ALL_IMPLIB_DIRS="$ALL_IMPLIB_DIRS \\
14852         dxguid"
14853 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
14854 dlls/dxguid/Makefile: dlls/dxguid/Makefile.in dlls/Makeimplib.rules"
14855 ac_config_files="$ac_config_files dlls/dxguid/Makefile"
14856
14857 ALL_MAKEFILES="$ALL_MAKEFILES \\
14858         dlls/faultrep/Makefile"
14859 test "x$enable_faultrep" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
14860         faultrep"
14861 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
14862 dlls/faultrep/Makefile: dlls/faultrep/Makefile.in dlls/Makedll.rules"
14863 ac_config_files="$ac_config_files dlls/faultrep/Makefile"
14864
14865 ALL_MAKEFILES="$ALL_MAKEFILES \\
14866         dlls/fltlib/Makefile"
14867 test "x$enable_fltlib" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
14868         fltlib"
14869 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
14870 dlls/fltlib/Makefile: dlls/fltlib/Makefile.in dlls/Makedll.rules"
14871 ac_config_files="$ac_config_files dlls/fltlib/Makefile"
14872
14873 ALL_MAKEFILES="$ALL_MAKEFILES \\
14874         dlls/fusion/Makefile"
14875 test "x$enable_fusion" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
14876         fusion"
14877 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
14878 dlls/fusion/Makefile: dlls/fusion/Makefile.in dlls/Makedll.rules"
14879 ac_config_files="$ac_config_files dlls/fusion/Makefile"
14880
14881 ALL_MAKEFILES="$ALL_MAKEFILES \\
14882         dlls/fusion/tests/Makefile"
14883 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
14884         fusion/tests"
14885 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
14886 dlls/fusion/tests/Makefile: dlls/fusion/tests/Makefile.in dlls/Maketest.rules"
14887 ac_config_files="$ac_config_files dlls/fusion/tests/Makefile"
14888
14889 ALL_MAKEFILES="$ALL_MAKEFILES \\
14890         dlls/gdi32/Makefile"
14891 test "x$enable_gdi32" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
14892         gdi32"
14893 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
14894 dlls/gdi32/Makefile: dlls/gdi32/Makefile.in dlls/Makedll.rules"
14895 ac_config_files="$ac_config_files dlls/gdi32/Makefile"
14896
14897 ALL_MAKEFILES="$ALL_MAKEFILES \\
14898         dlls/gdi32/tests/Makefile"
14899 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
14900         gdi32/tests"
14901 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
14902 dlls/gdi32/tests/Makefile: dlls/gdi32/tests/Makefile.in dlls/Maketest.rules"
14903 ac_config_files="$ac_config_files dlls/gdi32/tests/Makefile"
14904
14905 ALL_MAKEFILES="$ALL_MAKEFILES \\
14906         dlls/gdiplus/Makefile"
14907 test "x$enable_gdiplus" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
14908         gdiplus"
14909 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
14910 dlls/gdiplus/Makefile: dlls/gdiplus/Makefile.in dlls/Makedll.rules"
14911 ac_config_files="$ac_config_files dlls/gdiplus/Makefile"
14912
14913 ALL_MAKEFILES="$ALL_MAKEFILES \\
14914         dlls/gdiplus/tests/Makefile"
14915 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
14916         gdiplus/tests"
14917 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
14918 dlls/gdiplus/tests/Makefile: dlls/gdiplus/tests/Makefile.in dlls/Maketest.rules"
14919 ac_config_files="$ac_config_files dlls/gdiplus/tests/Makefile"
14920
14921 ALL_MAKEFILES="$ALL_MAKEFILES \\
14922         dlls/glu32/Makefile"
14923 test "x$enable_glu32" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
14924         glu32"
14925 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
14926 dlls/glu32/Makefile: dlls/glu32/Makefile.in dlls/Makedll.rules"
14927 ac_config_files="$ac_config_files dlls/glu32/Makefile"
14928
14929 ALL_MAKEFILES="$ALL_MAKEFILES \\
14930         dlls/gphoto2.ds/Makefile"
14931 test "x$enable_gphoto2_ds" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
14932         gphoto2.ds"
14933 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
14934 dlls/gphoto2.ds/Makefile: dlls/gphoto2.ds/Makefile.in dlls/Makedll.rules"
14935 ac_config_files="$ac_config_files dlls/gphoto2.ds/Makefile"
14936
14937 ALL_MAKEFILES="$ALL_MAKEFILES \\
14938         dlls/gpkcsp/Makefile"
14939 test "x$enable_gpkcsp" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
14940         gpkcsp"
14941 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
14942 dlls/gpkcsp/Makefile: dlls/gpkcsp/Makefile.in dlls/Makedll.rules"
14943 ac_config_files="$ac_config_files dlls/gpkcsp/Makefile"
14944
14945 ALL_MAKEFILES="$ALL_MAKEFILES \\
14946         dlls/hal/Makefile"
14947 test "x$enable_hal" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
14948         hal"
14949 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
14950 dlls/hal/Makefile: dlls/hal/Makefile.in dlls/Makedll.rules"
14951 ac_config_files="$ac_config_files dlls/hal/Makefile"
14952
14953 ALL_MAKEFILES="$ALL_MAKEFILES \\
14954         dlls/hhctrl.ocx/Makefile"
14955 test "x$enable_hhctrl_ocx" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
14956         hhctrl.ocx"
14957 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
14958 dlls/hhctrl.ocx/Makefile: dlls/hhctrl.ocx/Makefile.in dlls/Makedll.rules"
14959 ac_config_files="$ac_config_files dlls/hhctrl.ocx/Makefile"
14960
14961 ALL_MAKEFILES="$ALL_MAKEFILES \\
14962         dlls/hid/Makefile"
14963 test "x$enable_hid" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
14964         hid"
14965 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
14966 dlls/hid/Makefile: dlls/hid/Makefile.in dlls/Makedll.rules"
14967 ac_config_files="$ac_config_files dlls/hid/Makefile"
14968
14969 ALL_MAKEFILES="$ALL_MAKEFILES \\
14970         dlls/hlink/Makefile"
14971 test "x$enable_hlink" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
14972         hlink"
14973 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
14974 dlls/hlink/Makefile: dlls/hlink/Makefile.in dlls/Makedll.rules"
14975 ac_config_files="$ac_config_files dlls/hlink/Makefile"
14976
14977 ALL_MAKEFILES="$ALL_MAKEFILES \\
14978         dlls/hlink/tests/Makefile"
14979 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
14980         hlink/tests"
14981 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
14982 dlls/hlink/tests/Makefile: dlls/hlink/tests/Makefile.in dlls/Maketest.rules"
14983 ac_config_files="$ac_config_files dlls/hlink/tests/Makefile"
14984
14985 ALL_MAKEFILES="$ALL_MAKEFILES \\
14986         dlls/hnetcfg/Makefile"
14987 test "x$enable_hnetcfg" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
14988         hnetcfg"
14989 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
14990 dlls/hnetcfg/Makefile: dlls/hnetcfg/Makefile.in dlls/Makedll.rules"
14991 ac_config_files="$ac_config_files dlls/hnetcfg/Makefile"
14992
14993 ALL_MAKEFILES="$ALL_MAKEFILES \\
14994         dlls/httpapi/Makefile"
14995 test "x$enable_httpapi" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
14996         httpapi"
14997 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
14998 dlls/httpapi/Makefile: dlls/httpapi/Makefile.in dlls/Makedll.rules"
14999 ac_config_files="$ac_config_files dlls/httpapi/Makefile"
15000
15001 ALL_MAKEFILES="$ALL_MAKEFILES \\
15002         dlls/iccvid/Makefile"
15003 test "x$enable_iccvid" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
15004         iccvid"
15005 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
15006 dlls/iccvid/Makefile: dlls/iccvid/Makefile.in dlls/Makedll.rules"
15007 ac_config_files="$ac_config_files dlls/iccvid/Makefile"
15008
15009 ALL_MAKEFILES="$ALL_MAKEFILES \\
15010         dlls/icmp/Makefile"
15011 test "x$enable_icmp" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
15012         icmp"
15013 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
15014 dlls/icmp/Makefile: dlls/icmp/Makefile.in dlls/Makedll.rules"
15015 ac_config_files="$ac_config_files dlls/icmp/Makefile"
15016
15017 ALL_MAKEFILES="$ALL_MAKEFILES \\
15018         dlls/ifsmgr.vxd/Makefile"
15019 test "x$enable_win16" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
15020         ifsmgr.vxd"
15021 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
15022 dlls/ifsmgr.vxd/Makefile: dlls/ifsmgr.vxd/Makefile.in dlls/Makedll.rules"
15023 ac_config_files="$ac_config_files dlls/ifsmgr.vxd/Makefile"
15024
15025 ALL_MAKEFILES="$ALL_MAKEFILES \\
15026         dlls/imaadp32.acm/Makefile"
15027 test "x$enable_imaadp32_acm" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
15028         imaadp32.acm"
15029 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
15030 dlls/imaadp32.acm/Makefile: dlls/imaadp32.acm/Makefile.in dlls/Makedll.rules"
15031 ac_config_files="$ac_config_files dlls/imaadp32.acm/Makefile"
15032
15033 ALL_MAKEFILES="$ALL_MAKEFILES \\
15034         dlls/imagehlp/Makefile"
15035 test "x$enable_imagehlp" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
15036         imagehlp"
15037 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
15038 dlls/imagehlp/Makefile: dlls/imagehlp/Makefile.in dlls/Makedll.rules"
15039 ac_config_files="$ac_config_files dlls/imagehlp/Makefile"
15040
15041 ALL_MAKEFILES="$ALL_MAKEFILES \\
15042         dlls/imm.dll16/Makefile"
15043 test "x$enable_win16" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
15044         imm.dll16"
15045 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
15046 dlls/imm.dll16/Makefile: dlls/imm.dll16/Makefile.in dlls/Makedll.rules"
15047 ac_config_files="$ac_config_files dlls/imm.dll16/Makefile"
15048
15049 ALL_MAKEFILES="$ALL_MAKEFILES \\
15050         dlls/imm32/Makefile"
15051 test "x$enable_imm32" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
15052         imm32"
15053 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
15054 dlls/imm32/Makefile: dlls/imm32/Makefile.in dlls/Makedll.rules"
15055 ac_config_files="$ac_config_files dlls/imm32/Makefile"
15056
15057 ALL_MAKEFILES="$ALL_MAKEFILES \\
15058         dlls/imm32/tests/Makefile"
15059 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
15060         imm32/tests"
15061 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
15062 dlls/imm32/tests/Makefile: dlls/imm32/tests/Makefile.in dlls/Maketest.rules"
15063 ac_config_files="$ac_config_files dlls/imm32/tests/Makefile"
15064
15065 ALL_MAKEFILES="$ALL_MAKEFILES \\
15066         dlls/inetcomm/Makefile"
15067 test "x$enable_inetcomm" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
15068         inetcomm"
15069 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
15070 dlls/inetcomm/Makefile: dlls/inetcomm/Makefile.in dlls/Makedll.rules"
15071 ac_config_files="$ac_config_files dlls/inetcomm/Makefile"
15072
15073 ALL_MAKEFILES="$ALL_MAKEFILES \\
15074         dlls/inetcomm/tests/Makefile"
15075 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
15076         inetcomm/tests"
15077 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
15078 dlls/inetcomm/tests/Makefile: dlls/inetcomm/tests/Makefile.in dlls/Maketest.rules"
15079 ac_config_files="$ac_config_files dlls/inetcomm/tests/Makefile"
15080
15081 ALL_MAKEFILES="$ALL_MAKEFILES \\
15082         dlls/inetmib1/Makefile"
15083 test "x$enable_inetmib1" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
15084         inetmib1"
15085 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
15086 dlls/inetmib1/Makefile: dlls/inetmib1/Makefile.in dlls/Makedll.rules"
15087 ac_config_files="$ac_config_files dlls/inetmib1/Makefile"
15088
15089 ALL_MAKEFILES="$ALL_MAKEFILES \\
15090         dlls/inetmib1/tests/Makefile"
15091 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
15092         inetmib1/tests"
15093 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
15094 dlls/inetmib1/tests/Makefile: dlls/inetmib1/tests/Makefile.in dlls/Maketest.rules"
15095 ac_config_files="$ac_config_files dlls/inetmib1/tests/Makefile"
15096
15097 ALL_MAKEFILES="$ALL_MAKEFILES \\
15098         dlls/infosoft/Makefile"
15099 test "x$enable_infosoft" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
15100         infosoft"
15101 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
15102 dlls/infosoft/Makefile: dlls/infosoft/Makefile.in dlls/Makedll.rules"
15103 ac_config_files="$ac_config_files dlls/infosoft/Makefile"
15104
15105 ALL_MAKEFILES="$ALL_MAKEFILES \\
15106         dlls/infosoft/tests/Makefile"
15107 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
15108         infosoft/tests"
15109 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
15110 dlls/infosoft/tests/Makefile: dlls/infosoft/tests/Makefile.in dlls/Maketest.rules"
15111 ac_config_files="$ac_config_files dlls/infosoft/tests/Makefile"
15112
15113 ALL_MAKEFILES="$ALL_MAKEFILES \\
15114         dlls/initpki/Makefile"
15115 test "x$enable_initpki" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
15116         initpki"
15117 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
15118 dlls/initpki/Makefile: dlls/initpki/Makefile.in dlls/Makedll.rules"
15119 ac_config_files="$ac_config_files dlls/initpki/Makefile"
15120
15121 ALL_MAKEFILES="$ALL_MAKEFILES \\
15122         dlls/inkobj/Makefile"
15123 test "x$enable_inkobj" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
15124         inkobj"
15125 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
15126 dlls/inkobj/Makefile: dlls/inkobj/Makefile.in dlls/Makedll.rules"
15127 ac_config_files="$ac_config_files dlls/inkobj/Makefile"
15128
15129 ALL_MAKEFILES="$ALL_MAKEFILES \\
15130         dlls/inseng/Makefile"
15131 test "x$enable_inseng" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
15132         inseng"
15133 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
15134 dlls/inseng/Makefile: dlls/inseng/Makefile.in dlls/Makedll.rules"
15135 ac_config_files="$ac_config_files dlls/inseng/Makefile"
15136
15137 ALL_MAKEFILES="$ALL_MAKEFILES \\
15138         dlls/iphlpapi/Makefile"
15139 test "x$enable_iphlpapi" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
15140         iphlpapi"
15141 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
15142 dlls/iphlpapi/Makefile: dlls/iphlpapi/Makefile.in dlls/Makedll.rules"
15143 ac_config_files="$ac_config_files dlls/iphlpapi/Makefile"
15144
15145 ALL_MAKEFILES="$ALL_MAKEFILES \\
15146         dlls/iphlpapi/tests/Makefile"
15147 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
15148         iphlpapi/tests"
15149 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
15150 dlls/iphlpapi/tests/Makefile: dlls/iphlpapi/tests/Makefile.in dlls/Maketest.rules"
15151 ac_config_files="$ac_config_files dlls/iphlpapi/tests/Makefile"
15152
15153 ALL_MAKEFILES="$ALL_MAKEFILES \\
15154         dlls/itircl/Makefile"
15155 test "x$enable_itircl" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
15156         itircl"
15157 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
15158 dlls/itircl/Makefile: dlls/itircl/Makefile.in dlls/Makedll.rules"
15159 ac_config_files="$ac_config_files dlls/itircl/Makefile"
15160
15161 ALL_MAKEFILES="$ALL_MAKEFILES \\
15162         dlls/itss/Makefile"
15163 test "x$enable_itss" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
15164         itss"
15165 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
15166 dlls/itss/Makefile: dlls/itss/Makefile.in dlls/Makedll.rules"
15167 ac_config_files="$ac_config_files dlls/itss/Makefile"
15168
15169 ALL_MAKEFILES="$ALL_MAKEFILES \\
15170         dlls/itss/tests/Makefile"
15171 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
15172         itss/tests"
15173 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
15174 dlls/itss/tests/Makefile: dlls/itss/tests/Makefile.in dlls/Maketest.rules"
15175 ac_config_files="$ac_config_files dlls/itss/tests/Makefile"
15176
15177 ALL_MAKEFILES="$ALL_MAKEFILES \\
15178         dlls/jscript/Makefile"
15179 test "x$enable_jscript" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
15180         jscript"
15181 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
15182 dlls/jscript/Makefile: dlls/jscript/Makefile.in dlls/Makedll.rules"
15183 ac_config_files="$ac_config_files dlls/jscript/Makefile"
15184
15185 ALL_MAKEFILES="$ALL_MAKEFILES \\
15186         dlls/jscript/tests/Makefile"
15187 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
15188         jscript/tests"
15189 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
15190 dlls/jscript/tests/Makefile: dlls/jscript/tests/Makefile.in dlls/Maketest.rules"
15191 ac_config_files="$ac_config_files dlls/jscript/tests/Makefile"
15192
15193 ALL_MAKEFILES="$ALL_MAKEFILES \\
15194         dlls/kernel32/Makefile"
15195 test "x$enable_kernel32" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
15196         kernel32"
15197 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
15198 dlls/kernel32/Makefile: dlls/kernel32/Makefile.in dlls/Makedll.rules"
15199 ac_config_files="$ac_config_files dlls/kernel32/Makefile"
15200
15201 ALL_MAKEFILES="$ALL_MAKEFILES \\
15202         dlls/kernel32/tests/Makefile"
15203 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
15204         kernel32/tests"
15205 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
15206 dlls/kernel32/tests/Makefile: dlls/kernel32/tests/Makefile.in dlls/Maketest.rules"
15207 ac_config_files="$ac_config_files dlls/kernel32/tests/Makefile"
15208
15209 ALL_MAKEFILES="$ALL_MAKEFILES \\
15210         dlls/keyboard.drv16/Makefile"
15211 test "x$enable_win16" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
15212         keyboard.drv16"
15213 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
15214 dlls/keyboard.drv16/Makefile: dlls/keyboard.drv16/Makefile.in dlls/Makedll.rules"
15215 ac_config_files="$ac_config_files dlls/keyboard.drv16/Makefile"
15216
15217 ALL_MAKEFILES="$ALL_MAKEFILES \\
15218         dlls/loadperf/Makefile"
15219 test "x$enable_loadperf" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
15220         loadperf"
15221 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
15222 dlls/loadperf/Makefile: dlls/loadperf/Makefile.in dlls/Makedll.rules"
15223 ac_config_files="$ac_config_files dlls/loadperf/Makefile"
15224
15225 ALL_MAKEFILES="$ALL_MAKEFILES \\
15226         dlls/localspl/Makefile"
15227 test "x$enable_localspl" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
15228         localspl"
15229 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
15230 dlls/localspl/Makefile: dlls/localspl/Makefile.in dlls/Makedll.rules"
15231 ac_config_files="$ac_config_files dlls/localspl/Makefile"
15232
15233 ALL_MAKEFILES="$ALL_MAKEFILES \\
15234         dlls/localspl/tests/Makefile"
15235 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
15236         localspl/tests"
15237 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
15238 dlls/localspl/tests/Makefile: dlls/localspl/tests/Makefile.in dlls/Maketest.rules"
15239 ac_config_files="$ac_config_files dlls/localspl/tests/Makefile"
15240
15241 ALL_MAKEFILES="$ALL_MAKEFILES \\
15242         dlls/localui/Makefile"
15243 test "x$enable_localui" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
15244         localui"
15245 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
15246 dlls/localui/Makefile: dlls/localui/Makefile.in dlls/Makedll.rules"
15247 ac_config_files="$ac_config_files dlls/localui/Makefile"
15248
15249 ALL_MAKEFILES="$ALL_MAKEFILES \\
15250         dlls/localui/tests/Makefile"
15251 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
15252         localui/tests"
15253 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
15254 dlls/localui/tests/Makefile: dlls/localui/tests/Makefile.in dlls/Maketest.rules"
15255 ac_config_files="$ac_config_files dlls/localui/tests/Makefile"
15256
15257 ALL_MAKEFILES="$ALL_MAKEFILES \\
15258         dlls/lz32/Makefile"
15259 test "x$enable_lz32" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
15260         lz32"
15261 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
15262 dlls/lz32/Makefile: dlls/lz32/Makefile.in dlls/Makedll.rules"
15263 ac_config_files="$ac_config_files dlls/lz32/Makefile"
15264
15265 ALL_MAKEFILES="$ALL_MAKEFILES \\
15266         dlls/lz32/tests/Makefile"
15267 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
15268         lz32/tests"
15269 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
15270 dlls/lz32/tests/Makefile: dlls/lz32/tests/Makefile.in dlls/Maketest.rules"
15271 ac_config_files="$ac_config_files dlls/lz32/tests/Makefile"
15272
15273 ALL_MAKEFILES="$ALL_MAKEFILES \\
15274         dlls/lzexpand.dll16/Makefile"
15275 test "x$enable_win16" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
15276         lzexpand.dll16"
15277 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
15278 dlls/lzexpand.dll16/Makefile: dlls/lzexpand.dll16/Makefile.in dlls/Makedll.rules"
15279 ac_config_files="$ac_config_files dlls/lzexpand.dll16/Makefile"
15280
15281 ALL_MAKEFILES="$ALL_MAKEFILES \\
15282         dlls/mapi32/Makefile"
15283 test "x$enable_mapi32" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
15284         mapi32"
15285 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
15286 dlls/mapi32/Makefile: dlls/mapi32/Makefile.in dlls/Makedll.rules"
15287 ac_config_files="$ac_config_files dlls/mapi32/Makefile"
15288
15289 ALL_MAKEFILES="$ALL_MAKEFILES \\
15290         dlls/mapi32/tests/Makefile"
15291 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
15292         mapi32/tests"
15293 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
15294 dlls/mapi32/tests/Makefile: dlls/mapi32/tests/Makefile.in dlls/Maketest.rules"
15295 ac_config_files="$ac_config_files dlls/mapi32/tests/Makefile"
15296
15297 ALL_MAKEFILES="$ALL_MAKEFILES \\
15298         dlls/mciavi32/Makefile"
15299 test "x$enable_mciavi32" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
15300         mciavi32"
15301 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
15302 dlls/mciavi32/Makefile: dlls/mciavi32/Makefile.in dlls/Makedll.rules"
15303 ac_config_files="$ac_config_files dlls/mciavi32/Makefile"
15304
15305 ALL_MAKEFILES="$ALL_MAKEFILES \\
15306         dlls/mcicda/Makefile"
15307 test "x$enable_mcicda" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
15308         mcicda"
15309 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
15310 dlls/mcicda/Makefile: dlls/mcicda/Makefile.in dlls/Makedll.rules"
15311 ac_config_files="$ac_config_files dlls/mcicda/Makefile"
15312
15313 ALL_MAKEFILES="$ALL_MAKEFILES \\
15314         dlls/mciqtz32/Makefile"
15315 test "x$enable_mciqtz32" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
15316         mciqtz32"
15317 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
15318 dlls/mciqtz32/Makefile: dlls/mciqtz32/Makefile.in dlls/Makedll.rules"
15319 ac_config_files="$ac_config_files dlls/mciqtz32/Makefile"
15320
15321 ALL_MAKEFILES="$ALL_MAKEFILES \\
15322         dlls/mciseq/Makefile"
15323 test "x$enable_mciseq" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
15324         mciseq"
15325 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
15326 dlls/mciseq/Makefile: dlls/mciseq/Makefile.in dlls/Makedll.rules"
15327 ac_config_files="$ac_config_files dlls/mciseq/Makefile"
15328
15329 ALL_MAKEFILES="$ALL_MAKEFILES \\
15330         dlls/mciwave/Makefile"
15331 test "x$enable_mciwave" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
15332         mciwave"
15333 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
15334 dlls/mciwave/Makefile: dlls/mciwave/Makefile.in dlls/Makedll.rules"
15335 ac_config_files="$ac_config_files dlls/mciwave/Makefile"
15336
15337 ALL_MAKEFILES="$ALL_MAKEFILES \\
15338         dlls/midimap/Makefile"
15339 test "x$enable_midimap" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
15340         midimap"
15341 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
15342 dlls/midimap/Makefile: dlls/midimap/Makefile.in dlls/Makedll.rules"
15343 ac_config_files="$ac_config_files dlls/midimap/Makefile"
15344
15345 ALL_MAKEFILES="$ALL_MAKEFILES \\
15346         dlls/mlang/Makefile"
15347 test "x$enable_mlang" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
15348         mlang"
15349 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
15350 dlls/mlang/Makefile: dlls/mlang/Makefile.in dlls/Makedll.rules"
15351 ac_config_files="$ac_config_files dlls/mlang/Makefile"
15352
15353 ALL_MAKEFILES="$ALL_MAKEFILES \\
15354         dlls/mlang/tests/Makefile"
15355 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
15356         mlang/tests"
15357 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
15358 dlls/mlang/tests/Makefile: dlls/mlang/tests/Makefile.in dlls/Maketest.rules"
15359 ac_config_files="$ac_config_files dlls/mlang/tests/Makefile"
15360
15361 ALL_MAKEFILES="$ALL_MAKEFILES \\
15362         dlls/mmdevldr.vxd/Makefile"
15363 test "x$enable_win16" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
15364         mmdevldr.vxd"
15365 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
15366 dlls/mmdevldr.vxd/Makefile: dlls/mmdevldr.vxd/Makefile.in dlls/Makedll.rules"
15367 ac_config_files="$ac_config_files dlls/mmdevldr.vxd/Makefile"
15368
15369 ALL_MAKEFILES="$ALL_MAKEFILES \\
15370         dlls/mmsystem.dll16/Makefile"
15371 test "x$enable_win16" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
15372         mmsystem.dll16"
15373 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
15374 dlls/mmsystem.dll16/Makefile: dlls/mmsystem.dll16/Makefile.in dlls/Makedll.rules"
15375 ac_config_files="$ac_config_files dlls/mmsystem.dll16/Makefile"
15376
15377 ALL_MAKEFILES="$ALL_MAKEFILES \\
15378         dlls/monodebg.vxd/Makefile"
15379 test "x$enable_win16" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
15380         monodebg.vxd"
15381 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
15382 dlls/monodebg.vxd/Makefile: dlls/monodebg.vxd/Makefile.in dlls/Makedll.rules"
15383 ac_config_files="$ac_config_files dlls/monodebg.vxd/Makefile"
15384
15385 ALL_MAKEFILES="$ALL_MAKEFILES \\
15386         dlls/mountmgr.sys/Makefile"
15387 test "x$enable_mountmgr_sys" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
15388         mountmgr.sys"
15389 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
15390 dlls/mountmgr.sys/Makefile: dlls/mountmgr.sys/Makefile.in dlls/Makedll.rules"
15391 ac_config_files="$ac_config_files dlls/mountmgr.sys/Makefile"
15392
15393 ALL_MAKEFILES="$ALL_MAKEFILES \\
15394         dlls/mouse.drv16/Makefile"
15395 test "x$enable_win16" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
15396         mouse.drv16"
15397 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
15398 dlls/mouse.drv16/Makefile: dlls/mouse.drv16/Makefile.in dlls/Makedll.rules"
15399 ac_config_files="$ac_config_files dlls/mouse.drv16/Makefile"
15400
15401 ALL_MAKEFILES="$ALL_MAKEFILES \\
15402         dlls/mpr/Makefile"
15403 test "x$enable_mpr" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
15404         mpr"
15405 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
15406 dlls/mpr/Makefile: dlls/mpr/Makefile.in dlls/Makedll.rules"
15407 ac_config_files="$ac_config_files dlls/mpr/Makefile"
15408
15409 ALL_MAKEFILES="$ALL_MAKEFILES \\
15410         dlls/mprapi/Makefile"
15411 test "x$enable_mprapi" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
15412         mprapi"
15413 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
15414 dlls/mprapi/Makefile: dlls/mprapi/Makefile.in dlls/Makedll.rules"
15415 ac_config_files="$ac_config_files dlls/mprapi/Makefile"
15416
15417 ALL_MAKEFILES="$ALL_MAKEFILES \\
15418         dlls/msacm.dll16/Makefile"
15419 test "x$enable_win16" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
15420         msacm.dll16"
15421 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
15422 dlls/msacm.dll16/Makefile: dlls/msacm.dll16/Makefile.in dlls/Makedll.rules"
15423 ac_config_files="$ac_config_files dlls/msacm.dll16/Makefile"
15424
15425 ALL_MAKEFILES="$ALL_MAKEFILES \\
15426         dlls/msacm32.drv/Makefile"
15427 test "x$enable_msacm32_drv" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
15428         msacm32.drv"
15429 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
15430 dlls/msacm32.drv/Makefile: dlls/msacm32.drv/Makefile.in dlls/Makedll.rules"
15431 ac_config_files="$ac_config_files dlls/msacm32.drv/Makefile"
15432
15433 ALL_MAKEFILES="$ALL_MAKEFILES \\
15434         dlls/msacm32/Makefile"
15435 test "x$enable_msacm32" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
15436         msacm32"
15437 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
15438 dlls/msacm32/Makefile: dlls/msacm32/Makefile.in dlls/Makedll.rules"
15439 ac_config_files="$ac_config_files dlls/msacm32/Makefile"
15440
15441 ALL_MAKEFILES="$ALL_MAKEFILES \\
15442         dlls/msacm32/tests/Makefile"
15443 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
15444         msacm32/tests"
15445 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
15446 dlls/msacm32/tests/Makefile: dlls/msacm32/tests/Makefile.in dlls/Maketest.rules"
15447 ac_config_files="$ac_config_files dlls/msacm32/tests/Makefile"
15448
15449 ALL_MAKEFILES="$ALL_MAKEFILES \\
15450         dlls/msadp32.acm/Makefile"
15451 test "x$enable_msadp32_acm" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
15452         msadp32.acm"
15453 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
15454 dlls/msadp32.acm/Makefile: dlls/msadp32.acm/Makefile.in dlls/Makedll.rules"
15455 ac_config_files="$ac_config_files dlls/msadp32.acm/Makefile"
15456
15457 ALL_MAKEFILES="$ALL_MAKEFILES \\
15458         dlls/mscat32/Makefile"
15459 test "x$enable_mscat32" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
15460         mscat32"
15461 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
15462 dlls/mscat32/Makefile: dlls/mscat32/Makefile.in dlls/Makedll.rules"
15463 ac_config_files="$ac_config_files dlls/mscat32/Makefile"
15464
15465 ALL_MAKEFILES="$ALL_MAKEFILES \\
15466         dlls/mscms/Makefile"
15467 test "x$enable_mscms" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
15468         mscms"
15469 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
15470 dlls/mscms/Makefile: dlls/mscms/Makefile.in dlls/Makedll.rules"
15471 ac_config_files="$ac_config_files dlls/mscms/Makefile"
15472
15473 ALL_MAKEFILES="$ALL_MAKEFILES \\
15474         dlls/mscms/tests/Makefile"
15475 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
15476         mscms/tests"
15477 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
15478 dlls/mscms/tests/Makefile: dlls/mscms/tests/Makefile.in dlls/Maketest.rules"
15479 ac_config_files="$ac_config_files dlls/mscms/tests/Makefile"
15480
15481 ALL_MAKEFILES="$ALL_MAKEFILES \\
15482         dlls/mscoree/Makefile"
15483 test "x$enable_mscoree" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
15484         mscoree"
15485 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
15486 dlls/mscoree/Makefile: dlls/mscoree/Makefile.in dlls/Makedll.rules"
15487 ac_config_files="$ac_config_files dlls/mscoree/Makefile"
15488
15489 ALL_MAKEFILES="$ALL_MAKEFILES \\
15490         dlls/msctf/Makefile"
15491 test "x$enable_msctf" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
15492         msctf"
15493 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
15494 dlls/msctf/Makefile: dlls/msctf/Makefile.in dlls/Makedll.rules"
15495 ac_config_files="$ac_config_files dlls/msctf/Makefile"
15496
15497 ALL_MAKEFILES="$ALL_MAKEFILES \\
15498         dlls/msctf/tests/Makefile"
15499 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
15500         msctf/tests"
15501 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
15502 dlls/msctf/tests/Makefile: dlls/msctf/tests/Makefile.in dlls/Maketest.rules"
15503 ac_config_files="$ac_config_files dlls/msctf/tests/Makefile"
15504
15505 ALL_MAKEFILES="$ALL_MAKEFILES \\
15506         dlls/msdaps/Makefile"
15507 test "x$enable_msdaps" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
15508         msdaps"
15509 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
15510 dlls/msdaps/Makefile: dlls/msdaps/Makefile.in dlls/Makedll.rules"
15511 ac_config_files="$ac_config_files dlls/msdaps/Makefile"
15512
15513 ALL_MAKEFILES="$ALL_MAKEFILES \\
15514         dlls/msdmo/Makefile"
15515 test "x$enable_msdmo" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
15516         msdmo"
15517 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
15518 dlls/msdmo/Makefile: dlls/msdmo/Makefile.in dlls/Makedll.rules"
15519 ac_config_files="$ac_config_files dlls/msdmo/Makefile"
15520
15521 ALL_MAKEFILES="$ALL_MAKEFILES \\
15522         dlls/msftedit/Makefile"
15523 test "x$enable_msftedit" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
15524         msftedit"
15525 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
15526 dlls/msftedit/Makefile: dlls/msftedit/Makefile.in dlls/Makedll.rules"
15527 ac_config_files="$ac_config_files dlls/msftedit/Makefile"
15528
15529 ALL_MAKEFILES="$ALL_MAKEFILES \\
15530         dlls/msg711.acm/Makefile"
15531 test "x$enable_msg711_acm" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
15532         msg711.acm"
15533 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
15534 dlls/msg711.acm/Makefile: dlls/msg711.acm/Makefile.in dlls/Makedll.rules"
15535 ac_config_files="$ac_config_files dlls/msg711.acm/Makefile"
15536
15537 ALL_MAKEFILES="$ALL_MAKEFILES \\
15538         dlls/msgsm32.acm/Makefile"
15539 test "x$enable_msgsm32_acm" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
15540         msgsm32.acm"
15541 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
15542 dlls/msgsm32.acm/Makefile: dlls/msgsm32.acm/Makefile.in dlls/Makedll.rules"
15543 ac_config_files="$ac_config_files dlls/msgsm32.acm/Makefile"
15544
15545 ALL_MAKEFILES="$ALL_MAKEFILES \\
15546         dlls/mshtml.tlb/Makefile"
15547 test "x$enable_mshtml_tlb" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
15548         mshtml.tlb"
15549 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
15550 dlls/mshtml.tlb/Makefile: dlls/mshtml.tlb/Makefile.in dlls/Makedll.rules"
15551 ac_config_files="$ac_config_files dlls/mshtml.tlb/Makefile"
15552
15553 ALL_MAKEFILES="$ALL_MAKEFILES \\
15554         dlls/mshtml/Makefile"
15555 test "x$enable_mshtml" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
15556         mshtml"
15557 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
15558 dlls/mshtml/Makefile: dlls/mshtml/Makefile.in dlls/Makedll.rules"
15559 ac_config_files="$ac_config_files dlls/mshtml/Makefile"
15560
15561 ALL_MAKEFILES="$ALL_MAKEFILES \\
15562         dlls/mshtml/tests/Makefile"
15563 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
15564         mshtml/tests"
15565 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
15566 dlls/mshtml/tests/Makefile: dlls/mshtml/tests/Makefile.in dlls/Maketest.rules"
15567 ac_config_files="$ac_config_files dlls/mshtml/tests/Makefile"
15568
15569 ALL_MAKEFILES="$ALL_MAKEFILES \\
15570         dlls/msi/Makefile"
15571 test "x$enable_msi" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
15572         msi"
15573 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
15574 dlls/msi/Makefile: dlls/msi/Makefile.in dlls/Makedll.rules"
15575 ac_config_files="$ac_config_files dlls/msi/Makefile"
15576
15577 ALL_MAKEFILES="$ALL_MAKEFILES \\
15578         dlls/msi/tests/Makefile"
15579 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
15580         msi/tests"
15581 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
15582 dlls/msi/tests/Makefile: dlls/msi/tests/Makefile.in dlls/Maketest.rules"
15583 ac_config_files="$ac_config_files dlls/msi/tests/Makefile"
15584
15585 ALL_MAKEFILES="$ALL_MAKEFILES \\
15586         dlls/msimg32/Makefile"
15587 test "x$enable_msimg32" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
15588         msimg32"
15589 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
15590 dlls/msimg32/Makefile: dlls/msimg32/Makefile.in dlls/Makedll.rules"
15591 ac_config_files="$ac_config_files dlls/msimg32/Makefile"
15592
15593 ALL_MAKEFILES="$ALL_MAKEFILES \\
15594         dlls/msimtf/Makefile"
15595 test "x$enable_msimtf" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
15596         msimtf"
15597 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
15598 dlls/msimtf/Makefile: dlls/msimtf/Makefile.in dlls/Makedll.rules"
15599 ac_config_files="$ac_config_files dlls/msimtf/Makefile"
15600
15601 ALL_MAKEFILES="$ALL_MAKEFILES \\
15602         dlls/msisip/Makefile"
15603 test "x$enable_msisip" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
15604         msisip"
15605 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
15606 dlls/msisip/Makefile: dlls/msisip/Makefile.in dlls/Makedll.rules"
15607 ac_config_files="$ac_config_files dlls/msisip/Makefile"
15608
15609 ALL_MAKEFILES="$ALL_MAKEFILES \\
15610         dlls/msisys.ocx/Makefile"
15611 test "x$enable_msisys_ocx" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
15612         msisys.ocx"
15613 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
15614 dlls/msisys.ocx/Makefile: dlls/msisys.ocx/Makefile.in dlls/Makedll.rules"
15615 ac_config_files="$ac_config_files dlls/msisys.ocx/Makefile"
15616
15617 ALL_MAKEFILES="$ALL_MAKEFILES \\
15618         dlls/msnet32/Makefile"
15619 test "x$enable_msnet32" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
15620         msnet32"
15621 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
15622 dlls/msnet32/Makefile: dlls/msnet32/Makefile.in dlls/Makedll.rules"
15623 ac_config_files="$ac_config_files dlls/msnet32/Makefile"
15624
15625 ALL_MAKEFILES="$ALL_MAKEFILES \\
15626         dlls/msrle32/Makefile"
15627 test "x$enable_msrle32" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
15628         msrle32"
15629 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
15630 dlls/msrle32/Makefile: dlls/msrle32/Makefile.in dlls/Makedll.rules"
15631 ac_config_files="$ac_config_files dlls/msrle32/Makefile"
15632
15633 ALL_MAKEFILES="$ALL_MAKEFILES \\
15634         dlls/mssign32/Makefile"
15635 test "x$enable_mssign32" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
15636         mssign32"
15637 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
15638 dlls/mssign32/Makefile: dlls/mssign32/Makefile.in dlls/Makedll.rules"
15639 ac_config_files="$ac_config_files dlls/mssign32/Makefile"
15640
15641 ALL_MAKEFILES="$ALL_MAKEFILES \\
15642         dlls/mssip32/Makefile"
15643 test "x$enable_mssip32" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
15644         mssip32"
15645 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
15646 dlls/mssip32/Makefile: dlls/mssip32/Makefile.in dlls/Makedll.rules"
15647 ac_config_files="$ac_config_files dlls/mssip32/Makefile"
15648
15649 ALL_MAKEFILES="$ALL_MAKEFILES \\
15650         dlls/mstask/Makefile"
15651 test "x$enable_mstask" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
15652         mstask"
15653 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
15654 dlls/mstask/Makefile: dlls/mstask/Makefile.in dlls/Makedll.rules"
15655 ac_config_files="$ac_config_files dlls/mstask/Makefile"
15656
15657 ALL_MAKEFILES="$ALL_MAKEFILES \\
15658         dlls/mstask/tests/Makefile"
15659 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
15660         mstask/tests"
15661 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
15662 dlls/mstask/tests/Makefile: dlls/mstask/tests/Makefile.in dlls/Maketest.rules"
15663 ac_config_files="$ac_config_files dlls/mstask/tests/Makefile"
15664
15665 ALL_MAKEFILES="$ALL_MAKEFILES \\
15666         dlls/msvcirt/Makefile"
15667 test "x$enable_msvcirt" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
15668         msvcirt"
15669 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
15670 dlls/msvcirt/Makefile: dlls/msvcirt/Makefile.in dlls/Makedll.rules"
15671 ac_config_files="$ac_config_files dlls/msvcirt/Makefile"
15672
15673 ALL_MAKEFILES="$ALL_MAKEFILES \\
15674         dlls/msvcr71/Makefile"
15675 test "x$enable_msvcr71" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
15676         msvcr71"
15677 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
15678 dlls/msvcr71/Makefile: dlls/msvcr71/Makefile.in dlls/Makedll.rules"
15679 ac_config_files="$ac_config_files dlls/msvcr71/Makefile"
15680
15681 ALL_MAKEFILES="$ALL_MAKEFILES \\
15682         dlls/msvcrt/Makefile"
15683 test "x$enable_msvcrt" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
15684         msvcrt"
15685 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
15686 dlls/msvcrt/Makefile: dlls/msvcrt/Makefile.in dlls/Makedll.rules"
15687 ac_config_files="$ac_config_files dlls/msvcrt/Makefile"
15688
15689 ALL_MAKEFILES="$ALL_MAKEFILES \\
15690         dlls/msvcrt/tests/Makefile"
15691 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
15692         msvcrt/tests"
15693 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
15694 dlls/msvcrt/tests/Makefile: dlls/msvcrt/tests/Makefile.in dlls/Maketest.rules"
15695 ac_config_files="$ac_config_files dlls/msvcrt/tests/Makefile"
15696
15697 ALL_MAKEFILES="$ALL_MAKEFILES \\
15698         dlls/msvcrt20/Makefile"
15699 test "x$enable_msvcrt20" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
15700         msvcrt20"
15701 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
15702 dlls/msvcrt20/Makefile: dlls/msvcrt20/Makefile.in dlls/Makedll.rules"
15703 ac_config_files="$ac_config_files dlls/msvcrt20/Makefile"
15704
15705 ALL_MAKEFILES="$ALL_MAKEFILES \\
15706         dlls/msvcrt40/Makefile"
15707 test "x$enable_msvcrt40" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
15708         msvcrt40"
15709 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
15710 dlls/msvcrt40/Makefile: dlls/msvcrt40/Makefile.in dlls/Makedll.rules"
15711 ac_config_files="$ac_config_files dlls/msvcrt40/Makefile"
15712
15713 ALL_MAKEFILES="$ALL_MAKEFILES \\
15714         dlls/msvcrtd/Makefile"
15715 test "x$enable_msvcrtd" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
15716         msvcrtd"
15717 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
15718 dlls/msvcrtd/Makefile: dlls/msvcrtd/Makefile.in dlls/Makedll.rules"
15719 ac_config_files="$ac_config_files dlls/msvcrtd/Makefile"
15720
15721 ALL_MAKEFILES="$ALL_MAKEFILES \\
15722         dlls/msvcrtd/tests/Makefile"
15723 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
15724         msvcrtd/tests"
15725 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
15726 dlls/msvcrtd/tests/Makefile: dlls/msvcrtd/tests/Makefile.in dlls/Maketest.rules"
15727 ac_config_files="$ac_config_files dlls/msvcrtd/tests/Makefile"
15728
15729 ALL_MAKEFILES="$ALL_MAKEFILES \\
15730         dlls/msvfw32/Makefile"
15731 test "x$enable_msvfw32" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
15732         msvfw32"
15733 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
15734 dlls/msvfw32/Makefile: dlls/msvfw32/Makefile.in dlls/Makedll.rules"
15735 ac_config_files="$ac_config_files dlls/msvfw32/Makefile"
15736
15737 ALL_MAKEFILES="$ALL_MAKEFILES \\
15738         dlls/msvfw32/tests/Makefile"
15739 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
15740         msvfw32/tests"
15741 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
15742 dlls/msvfw32/tests/Makefile: dlls/msvfw32/tests/Makefile.in dlls/Maketest.rules"
15743 ac_config_files="$ac_config_files dlls/msvfw32/tests/Makefile"
15744
15745 ALL_MAKEFILES="$ALL_MAKEFILES \\
15746         dlls/msvidc32/Makefile"
15747 test "x$enable_msvidc32" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
15748         msvidc32"
15749 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
15750 dlls/msvidc32/Makefile: dlls/msvidc32/Makefile.in dlls/Makedll.rules"
15751 ac_config_files="$ac_config_files dlls/msvidc32/Makefile"
15752
15753 ALL_MAKEFILES="$ALL_MAKEFILES \\
15754         dlls/msvideo.dll16/Makefile"
15755 test "x$enable_win16" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
15756         msvideo.dll16"
15757 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
15758 dlls/msvideo.dll16/Makefile: dlls/msvideo.dll16/Makefile.in dlls/Makedll.rules"
15759 ac_config_files="$ac_config_files dlls/msvideo.dll16/Makefile"
15760
15761 ALL_MAKEFILES="$ALL_MAKEFILES \\
15762         dlls/mswsock/Makefile"
15763 test "x$enable_mswsock" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
15764         mswsock"
15765 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
15766 dlls/mswsock/Makefile: dlls/mswsock/Makefile.in dlls/Makedll.rules"
15767 ac_config_files="$ac_config_files dlls/mswsock/Makefile"
15768
15769 ALL_MAKEFILES="$ALL_MAKEFILES \\
15770         dlls/msxml3/Makefile"
15771 test "x$enable_msxml3" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
15772         msxml3"
15773 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
15774 dlls/msxml3/Makefile: dlls/msxml3/Makefile.in dlls/Makedll.rules"
15775 ac_config_files="$ac_config_files dlls/msxml3/Makefile"
15776
15777 ALL_MAKEFILES="$ALL_MAKEFILES \\
15778         dlls/msxml3/tests/Makefile"
15779 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
15780         msxml3/tests"
15781 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
15782 dlls/msxml3/tests/Makefile: dlls/msxml3/tests/Makefile.in dlls/Maketest.rules"
15783 ac_config_files="$ac_config_files dlls/msxml3/tests/Makefile"
15784
15785 ALL_MAKEFILES="$ALL_MAKEFILES \\
15786         dlls/nddeapi/Makefile"
15787 test "x$enable_nddeapi" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
15788         nddeapi"
15789 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
15790 dlls/nddeapi/Makefile: dlls/nddeapi/Makefile.in dlls/Makedll.rules"
15791 ac_config_files="$ac_config_files dlls/nddeapi/Makefile"
15792
15793 ALL_MAKEFILES="$ALL_MAKEFILES \\
15794         dlls/netapi32/Makefile"
15795 test "x$enable_netapi32" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
15796         netapi32"
15797 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
15798 dlls/netapi32/Makefile: dlls/netapi32/Makefile.in dlls/Makedll.rules"
15799 ac_config_files="$ac_config_files dlls/netapi32/Makefile"
15800
15801 ALL_MAKEFILES="$ALL_MAKEFILES \\
15802         dlls/netapi32/tests/Makefile"
15803 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
15804         netapi32/tests"
15805 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
15806 dlls/netapi32/tests/Makefile: dlls/netapi32/tests/Makefile.in dlls/Maketest.rules"
15807 ac_config_files="$ac_config_files dlls/netapi32/tests/Makefile"
15808
15809 ALL_MAKEFILES="$ALL_MAKEFILES \\
15810         dlls/newdev/Makefile"
15811 test "x$enable_newdev" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
15812         newdev"
15813 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
15814 dlls/newdev/Makefile: dlls/newdev/Makefile.in dlls/Makedll.rules"
15815 ac_config_files="$ac_config_files dlls/newdev/Makefile"
15816
15817 ALL_MAKEFILES="$ALL_MAKEFILES \\
15818         dlls/ntdll/Makefile"
15819 test "x$enable_ntdll" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
15820         ntdll"
15821 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
15822 dlls/ntdll/Makefile: dlls/ntdll/Makefile.in dlls/Makedll.rules"
15823 ac_config_files="$ac_config_files dlls/ntdll/Makefile"
15824
15825 ALL_MAKEFILES="$ALL_MAKEFILES \\
15826         dlls/ntdll/tests/Makefile"
15827 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
15828         ntdll/tests"
15829 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
15830 dlls/ntdll/tests/Makefile: dlls/ntdll/tests/Makefile.in dlls/Maketest.rules"
15831 ac_config_files="$ac_config_files dlls/ntdll/tests/Makefile"
15832
15833 ALL_MAKEFILES="$ALL_MAKEFILES \\
15834         dlls/ntdsapi/Makefile"
15835 test "x$enable_ntdsapi" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
15836         ntdsapi"
15837 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
15838 dlls/ntdsapi/Makefile: dlls/ntdsapi/Makefile.in dlls/Makedll.rules"
15839 ac_config_files="$ac_config_files dlls/ntdsapi/Makefile"
15840
15841 ALL_MAKEFILES="$ALL_MAKEFILES \\
15842         dlls/ntdsapi/tests/Makefile"
15843 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
15844         ntdsapi/tests"
15845 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
15846 dlls/ntdsapi/tests/Makefile: dlls/ntdsapi/tests/Makefile.in dlls/Maketest.rules"
15847 ac_config_files="$ac_config_files dlls/ntdsapi/tests/Makefile"
15848
15849 ALL_MAKEFILES="$ALL_MAKEFILES \\
15850         dlls/ntoskrnl.exe/Makefile"
15851 test "x$enable_ntoskrnl_exe" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
15852         ntoskrnl.exe"
15853 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
15854 dlls/ntoskrnl.exe/Makefile: dlls/ntoskrnl.exe/Makefile.in dlls/Makedll.rules"
15855 ac_config_files="$ac_config_files dlls/ntoskrnl.exe/Makefile"
15856
15857 ALL_MAKEFILES="$ALL_MAKEFILES \\
15858         dlls/ntprint/Makefile"
15859 test "x$enable_ntprint" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
15860         ntprint"
15861 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
15862 dlls/ntprint/Makefile: dlls/ntprint/Makefile.in dlls/Makedll.rules"
15863 ac_config_files="$ac_config_files dlls/ntprint/Makefile"
15864
15865 ALL_MAKEFILES="$ALL_MAKEFILES \\
15866         dlls/ntprint/tests/Makefile"
15867 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
15868         ntprint/tests"
15869 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
15870 dlls/ntprint/tests/Makefile: dlls/ntprint/tests/Makefile.in dlls/Maketest.rules"
15871 ac_config_files="$ac_config_files dlls/ntprint/tests/Makefile"
15872
15873 ALL_MAKEFILES="$ALL_MAKEFILES \\
15874         dlls/objsel/Makefile"
15875 test "x$enable_objsel" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
15876         objsel"
15877 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
15878 dlls/objsel/Makefile: dlls/objsel/Makefile.in dlls/Makedll.rules"
15879 ac_config_files="$ac_config_files dlls/objsel/Makefile"
15880
15881 ALL_MAKEFILES="$ALL_MAKEFILES \\
15882         dlls/odbc32/Makefile"
15883 test "x$enable_odbc32" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
15884         odbc32"
15885 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
15886 dlls/odbc32/Makefile: dlls/odbc32/Makefile.in dlls/Makedll.rules"
15887 ac_config_files="$ac_config_files dlls/odbc32/Makefile"
15888
15889 ALL_MAKEFILES="$ALL_MAKEFILES \\
15890         dlls/odbccp32/Makefile"
15891 test "x$enable_odbccp32" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
15892         odbccp32"
15893 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
15894 dlls/odbccp32/Makefile: dlls/odbccp32/Makefile.in dlls/Makedll.rules"
15895 ac_config_files="$ac_config_files dlls/odbccp32/Makefile"
15896
15897 ALL_MAKEFILES="$ALL_MAKEFILES \\
15898         dlls/odbccp32/tests/Makefile"
15899 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
15900         odbccp32/tests"
15901 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
15902 dlls/odbccp32/tests/Makefile: dlls/odbccp32/tests/Makefile.in dlls/Maketest.rules"
15903 ac_config_files="$ac_config_files dlls/odbccp32/tests/Makefile"
15904
15905 ALL_MAKEFILES="$ALL_MAKEFILES \\
15906         dlls/ole2.dll16/Makefile"
15907 test "x$enable_win16" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
15908         ole2.dll16"
15909 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
15910 dlls/ole2.dll16/Makefile: dlls/ole2.dll16/Makefile.in dlls/Makedll.rules"
15911 ac_config_files="$ac_config_files dlls/ole2.dll16/Makefile"
15912
15913 ALL_MAKEFILES="$ALL_MAKEFILES \\
15914         dlls/ole2conv.dll16/Makefile"
15915 test "x$enable_win16" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
15916         ole2conv.dll16"
15917 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
15918 dlls/ole2conv.dll16/Makefile: dlls/ole2conv.dll16/Makefile.in dlls/Makedll.rules"
15919 ac_config_files="$ac_config_files dlls/ole2conv.dll16/Makefile"
15920
15921 ALL_MAKEFILES="$ALL_MAKEFILES \\
15922         dlls/ole2disp.dll16/Makefile"
15923 test "x$enable_win16" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
15924         ole2disp.dll16"
15925 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
15926 dlls/ole2disp.dll16/Makefile: dlls/ole2disp.dll16/Makefile.in dlls/Makedll.rules"
15927 ac_config_files="$ac_config_files dlls/ole2disp.dll16/Makefile"
15928
15929 ALL_MAKEFILES="$ALL_MAKEFILES \\
15930         dlls/ole2nls.dll16/Makefile"
15931 test "x$enable_win16" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
15932         ole2nls.dll16"
15933 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
15934 dlls/ole2nls.dll16/Makefile: dlls/ole2nls.dll16/Makefile.in dlls/Makedll.rules"
15935 ac_config_files="$ac_config_files dlls/ole2nls.dll16/Makefile"
15936
15937 ALL_MAKEFILES="$ALL_MAKEFILES \\
15938         dlls/ole2prox.dll16/Makefile"
15939 test "x$enable_win16" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
15940         ole2prox.dll16"
15941 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
15942 dlls/ole2prox.dll16/Makefile: dlls/ole2prox.dll16/Makefile.in dlls/Makedll.rules"
15943 ac_config_files="$ac_config_files dlls/ole2prox.dll16/Makefile"
15944
15945 ALL_MAKEFILES="$ALL_MAKEFILES \\
15946         dlls/ole2thk.dll16/Makefile"
15947 test "x$enable_win16" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
15948         ole2thk.dll16"
15949 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
15950 dlls/ole2thk.dll16/Makefile: dlls/ole2thk.dll16/Makefile.in dlls/Makedll.rules"
15951 ac_config_files="$ac_config_files dlls/ole2thk.dll16/Makefile"
15952
15953 ALL_MAKEFILES="$ALL_MAKEFILES \\
15954         dlls/ole32/Makefile"
15955 test "x$enable_ole32" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
15956         ole32"
15957 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
15958 dlls/ole32/Makefile: dlls/ole32/Makefile.in dlls/Makedll.rules"
15959 ac_config_files="$ac_config_files dlls/ole32/Makefile"
15960
15961 ALL_MAKEFILES="$ALL_MAKEFILES \\
15962         dlls/ole32/tests/Makefile"
15963 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
15964         ole32/tests"
15965 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
15966 dlls/ole32/tests/Makefile: dlls/ole32/tests/Makefile.in dlls/Maketest.rules"
15967 ac_config_files="$ac_config_files dlls/ole32/tests/Makefile"
15968
15969 ALL_MAKEFILES="$ALL_MAKEFILES \\
15970         dlls/oleacc/Makefile"
15971 test "x$enable_oleacc" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
15972         oleacc"
15973 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
15974 dlls/oleacc/Makefile: dlls/oleacc/Makefile.in dlls/Makedll.rules"
15975 ac_config_files="$ac_config_files dlls/oleacc/Makefile"
15976
15977 ALL_MAKEFILES="$ALL_MAKEFILES \\
15978         dlls/oleacc/tests/Makefile"
15979 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
15980         oleacc/tests"
15981 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
15982 dlls/oleacc/tests/Makefile: dlls/oleacc/tests/Makefile.in dlls/Maketest.rules"
15983 ac_config_files="$ac_config_files dlls/oleacc/tests/Makefile"
15984
15985 ALL_MAKEFILES="$ALL_MAKEFILES \\
15986         dlls/oleaut32/Makefile"
15987 test "x$enable_oleaut32" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
15988         oleaut32"
15989 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
15990 dlls/oleaut32/Makefile: dlls/oleaut32/Makefile.in dlls/Makedll.rules"
15991 ac_config_files="$ac_config_files dlls/oleaut32/Makefile"
15992
15993 ALL_MAKEFILES="$ALL_MAKEFILES \\
15994         dlls/oleaut32/tests/Makefile"
15995 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
15996         oleaut32/tests"
15997 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
15998 dlls/oleaut32/tests/Makefile: dlls/oleaut32/tests/Makefile.in dlls/Maketest.rules"
15999 ac_config_files="$ac_config_files dlls/oleaut32/tests/Makefile"
16000
16001 ALL_MAKEFILES="$ALL_MAKEFILES \\
16002         dlls/olecli.dll16/Makefile"
16003 test "x$enable_win16" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
16004         olecli.dll16"
16005 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
16006 dlls/olecli.dll16/Makefile: dlls/olecli.dll16/Makefile.in dlls/Makedll.rules"
16007 ac_config_files="$ac_config_files dlls/olecli.dll16/Makefile"
16008
16009 ALL_MAKEFILES="$ALL_MAKEFILES \\
16010         dlls/olecli32/Makefile"
16011 test "x$enable_olecli32" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
16012         olecli32"
16013 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
16014 dlls/olecli32/Makefile: dlls/olecli32/Makefile.in dlls/Makedll.rules"
16015 ac_config_files="$ac_config_files dlls/olecli32/Makefile"
16016
16017 ALL_MAKEFILES="$ALL_MAKEFILES \\
16018         dlls/oledb32/Makefile"
16019 test "x$enable_oledb32" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
16020         oledb32"
16021 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
16022 dlls/oledb32/Makefile: dlls/oledb32/Makefile.in dlls/Makedll.rules"
16023 ac_config_files="$ac_config_files dlls/oledb32/Makefile"
16024
16025 ALL_MAKEFILES="$ALL_MAKEFILES \\
16026         dlls/oledb32/tests/Makefile"
16027 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
16028         oledb32/tests"
16029 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
16030 dlls/oledb32/tests/Makefile: dlls/oledb32/tests/Makefile.in dlls/Maketest.rules"
16031 ac_config_files="$ac_config_files dlls/oledb32/tests/Makefile"
16032
16033 ALL_MAKEFILES="$ALL_MAKEFILES \\
16034         dlls/oledlg/Makefile"
16035 test "x$enable_oledlg" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
16036         oledlg"
16037 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
16038 dlls/oledlg/Makefile: dlls/oledlg/Makefile.in dlls/Makedll.rules"
16039 ac_config_files="$ac_config_files dlls/oledlg/Makefile"
16040
16041 ALL_MAKEFILES="$ALL_MAKEFILES \\
16042         dlls/olepro32/Makefile"
16043 test "x$enable_olepro32" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
16044         olepro32"
16045 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
16046 dlls/olepro32/Makefile: dlls/olepro32/Makefile.in dlls/Makedll.rules"
16047 ac_config_files="$ac_config_files dlls/olepro32/Makefile"
16048
16049 ALL_MAKEFILES="$ALL_MAKEFILES \\
16050         dlls/olesvr.dll16/Makefile"
16051 test "x$enable_win16" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
16052         olesvr.dll16"
16053 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
16054 dlls/olesvr.dll16/Makefile: dlls/olesvr.dll16/Makefile.in dlls/Makedll.rules"
16055 ac_config_files="$ac_config_files dlls/olesvr.dll16/Makefile"
16056
16057 ALL_MAKEFILES="$ALL_MAKEFILES \\
16058         dlls/olesvr32/Makefile"
16059 test "x$enable_olesvr32" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
16060         olesvr32"
16061 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
16062 dlls/olesvr32/Makefile: dlls/olesvr32/Makefile.in dlls/Makedll.rules"
16063 ac_config_files="$ac_config_files dlls/olesvr32/Makefile"
16064
16065 ALL_MAKEFILES="$ALL_MAKEFILES \\
16066         dlls/olethk32/Makefile"
16067 test "x$enable_olethk32" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
16068         olethk32"
16069 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
16070 dlls/olethk32/Makefile: dlls/olethk32/Makefile.in dlls/Makedll.rules"
16071 ac_config_files="$ac_config_files dlls/olethk32/Makefile"
16072
16073 ALL_MAKEFILES="$ALL_MAKEFILES \\
16074         dlls/openal32/Makefile"
16075 test "x$enable_openal32" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
16076         openal32"
16077 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
16078 dlls/openal32/Makefile: dlls/openal32/Makefile.in dlls/Makedll.rules"
16079 ac_config_files="$ac_config_files dlls/openal32/Makefile"
16080
16081 ALL_MAKEFILES="$ALL_MAKEFILES \\
16082         dlls/opengl32/Makefile"
16083 test "x$enable_opengl32" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
16084         opengl32"
16085 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
16086 dlls/opengl32/Makefile: dlls/opengl32/Makefile.in dlls/Makedll.rules"
16087 ac_config_files="$ac_config_files dlls/opengl32/Makefile"
16088
16089 ALL_MAKEFILES="$ALL_MAKEFILES \\
16090         dlls/opengl32/tests/Makefile"
16091 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
16092         opengl32/tests"
16093 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
16094 dlls/opengl32/tests/Makefile: dlls/opengl32/tests/Makefile.in dlls/Maketest.rules"
16095 ac_config_files="$ac_config_files dlls/opengl32/tests/Makefile"
16096
16097 ALL_MAKEFILES="$ALL_MAKEFILES \\
16098         dlls/pdh/Makefile"
16099 test "x$enable_pdh" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
16100         pdh"
16101 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
16102 dlls/pdh/Makefile: dlls/pdh/Makefile.in dlls/Makedll.rules"
16103 ac_config_files="$ac_config_files dlls/pdh/Makefile"
16104
16105 ALL_MAKEFILES="$ALL_MAKEFILES \\
16106         dlls/pdh/tests/Makefile"
16107 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
16108         pdh/tests"
16109 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
16110 dlls/pdh/tests/Makefile: dlls/pdh/tests/Makefile.in dlls/Maketest.rules"
16111 ac_config_files="$ac_config_files dlls/pdh/tests/Makefile"
16112
16113 ALL_MAKEFILES="$ALL_MAKEFILES \\
16114         dlls/pidgen/Makefile"
16115 test "x$enable_pidgen" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
16116         pidgen"
16117 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
16118 dlls/pidgen/Makefile: dlls/pidgen/Makefile.in dlls/Makedll.rules"
16119 ac_config_files="$ac_config_files dlls/pidgen/Makefile"
16120
16121 ALL_MAKEFILES="$ALL_MAKEFILES \\
16122         dlls/powrprof/Makefile"
16123 test "x$enable_powrprof" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
16124         powrprof"
16125 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
16126 dlls/powrprof/Makefile: dlls/powrprof/Makefile.in dlls/Makedll.rules"
16127 ac_config_files="$ac_config_files dlls/powrprof/Makefile"
16128
16129 ALL_MAKEFILES="$ALL_MAKEFILES \\
16130         dlls/printui/Makefile"
16131 test "x$enable_printui" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
16132         printui"
16133 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
16134 dlls/printui/Makefile: dlls/printui/Makefile.in dlls/Makedll.rules"
16135 ac_config_files="$ac_config_files dlls/printui/Makefile"
16136
16137 ALL_MAKEFILES="$ALL_MAKEFILES \\
16138         dlls/propsys/Makefile"
16139 test "x$enable_propsys" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
16140         propsys"
16141 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
16142 dlls/propsys/Makefile: dlls/propsys/Makefile.in dlls/Makedll.rules"
16143 ac_config_files="$ac_config_files dlls/propsys/Makefile"
16144
16145 ALL_MAKEFILES="$ALL_MAKEFILES \\
16146         dlls/psapi/Makefile"
16147 test "x$enable_psapi" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
16148         psapi"
16149 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
16150 dlls/psapi/Makefile: dlls/psapi/Makefile.in dlls/Makedll.rules"
16151 ac_config_files="$ac_config_files dlls/psapi/Makefile"
16152
16153 ALL_MAKEFILES="$ALL_MAKEFILES \\
16154         dlls/psapi/tests/Makefile"
16155 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
16156         psapi/tests"
16157 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
16158 dlls/psapi/tests/Makefile: dlls/psapi/tests/Makefile.in dlls/Maketest.rules"
16159 ac_config_files="$ac_config_files dlls/psapi/tests/Makefile"
16160
16161 ALL_MAKEFILES="$ALL_MAKEFILES \\
16162         dlls/pstorec/Makefile"
16163 test "x$enable_pstorec" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
16164         pstorec"
16165 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
16166 dlls/pstorec/Makefile: dlls/pstorec/Makefile.in dlls/Makedll.rules"
16167 ac_config_files="$ac_config_files dlls/pstorec/Makefile"
16168
16169 ALL_MAKEFILES="$ALL_MAKEFILES \\
16170         dlls/qcap/Makefile"
16171 test "x$enable_qcap" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
16172         qcap"
16173 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
16174 dlls/qcap/Makefile: dlls/qcap/Makefile.in dlls/Makedll.rules"
16175 ac_config_files="$ac_config_files dlls/qcap/Makefile"
16176
16177 ALL_MAKEFILES="$ALL_MAKEFILES \\
16178         dlls/qedit/Makefile"
16179 test "x$enable_qedit" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
16180         qedit"
16181 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
16182 dlls/qedit/Makefile: dlls/qedit/Makefile.in dlls/Makedll.rules"
16183 ac_config_files="$ac_config_files dlls/qedit/Makefile"
16184
16185 ALL_MAKEFILES="$ALL_MAKEFILES \\
16186         dlls/qedit/tests/Makefile"
16187 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
16188         qedit/tests"
16189 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
16190 dlls/qedit/tests/Makefile: dlls/qedit/tests/Makefile.in dlls/Maketest.rules"
16191 ac_config_files="$ac_config_files dlls/qedit/tests/Makefile"
16192
16193 ALL_MAKEFILES="$ALL_MAKEFILES \\
16194         dlls/qmgr/Makefile"
16195 test "x$enable_qmgr" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
16196         qmgr"
16197 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
16198 dlls/qmgr/Makefile: dlls/qmgr/Makefile.in dlls/Makedll.rules"
16199 ac_config_files="$ac_config_files dlls/qmgr/Makefile"
16200
16201 ALL_MAKEFILES="$ALL_MAKEFILES \\
16202         dlls/qmgr/tests/Makefile"
16203 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
16204         qmgr/tests"
16205 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
16206 dlls/qmgr/tests/Makefile: dlls/qmgr/tests/Makefile.in dlls/Maketest.rules"
16207 ac_config_files="$ac_config_files dlls/qmgr/tests/Makefile"
16208
16209 ALL_MAKEFILES="$ALL_MAKEFILES \\
16210         dlls/qmgrprxy/Makefile"
16211 test "x$enable_qmgrprxy" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
16212         qmgrprxy"
16213 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
16214 dlls/qmgrprxy/Makefile: dlls/qmgrprxy/Makefile.in dlls/Makedll.rules"
16215 ac_config_files="$ac_config_files dlls/qmgrprxy/Makefile"
16216
16217 ALL_MAKEFILES="$ALL_MAKEFILES \\
16218         dlls/quartz/Makefile"
16219 test "x$enable_quartz" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
16220         quartz"
16221 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
16222 dlls/quartz/Makefile: dlls/quartz/Makefile.in dlls/Makedll.rules"
16223 ac_config_files="$ac_config_files dlls/quartz/Makefile"
16224
16225 ALL_MAKEFILES="$ALL_MAKEFILES \\
16226         dlls/quartz/tests/Makefile"
16227 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
16228         quartz/tests"
16229 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
16230 dlls/quartz/tests/Makefile: dlls/quartz/tests/Makefile.in dlls/Maketest.rules"
16231 ac_config_files="$ac_config_files dlls/quartz/tests/Makefile"
16232
16233 ALL_MAKEFILES="$ALL_MAKEFILES \\
16234         dlls/query/Makefile"
16235 test "x$enable_query" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
16236         query"
16237 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
16238 dlls/query/Makefile: dlls/query/Makefile.in dlls/Makedll.rules"
16239 ac_config_files="$ac_config_files dlls/query/Makefile"
16240
16241 ALL_MAKEFILES="$ALL_MAKEFILES \\
16242         dlls/rasapi16.dll16/Makefile"
16243 test "x$enable_win16" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
16244         rasapi16.dll16"
16245 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
16246 dlls/rasapi16.dll16/Makefile: dlls/rasapi16.dll16/Makefile.in dlls/Makedll.rules"
16247 ac_config_files="$ac_config_files dlls/rasapi16.dll16/Makefile"
16248
16249 ALL_MAKEFILES="$ALL_MAKEFILES \\
16250         dlls/rasapi32/Makefile"
16251 test "x$enable_rasapi32" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
16252         rasapi32"
16253 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
16254 dlls/rasapi32/Makefile: dlls/rasapi32/Makefile.in dlls/Makedll.rules"
16255 ac_config_files="$ac_config_files dlls/rasapi32/Makefile"
16256
16257 ALL_MAKEFILES="$ALL_MAKEFILES \\
16258         dlls/rasapi32/tests/Makefile"
16259 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
16260         rasapi32/tests"
16261 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
16262 dlls/rasapi32/tests/Makefile: dlls/rasapi32/tests/Makefile.in dlls/Maketest.rules"
16263 ac_config_files="$ac_config_files dlls/rasapi32/tests/Makefile"
16264
16265 ALL_MAKEFILES="$ALL_MAKEFILES \\
16266         dlls/rasdlg/Makefile"
16267 test "x$enable_rasdlg" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
16268         rasdlg"
16269 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
16270 dlls/rasdlg/Makefile: dlls/rasdlg/Makefile.in dlls/Makedll.rules"
16271 ac_config_files="$ac_config_files dlls/rasdlg/Makefile"
16272
16273 ALL_MAKEFILES="$ALL_MAKEFILES \\
16274         dlls/resutils/Makefile"
16275 test "x$enable_resutils" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
16276         resutils"
16277 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
16278 dlls/resutils/Makefile: dlls/resutils/Makefile.in dlls/Makedll.rules"
16279 ac_config_files="$ac_config_files dlls/resutils/Makefile"
16280
16281 ALL_MAKEFILES="$ALL_MAKEFILES \\
16282         dlls/riched20/Makefile"
16283 test "x$enable_riched20" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
16284         riched20"
16285 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
16286 dlls/riched20/Makefile: dlls/riched20/Makefile.in dlls/Makedll.rules"
16287 ac_config_files="$ac_config_files dlls/riched20/Makefile"
16288
16289 ALL_MAKEFILES="$ALL_MAKEFILES \\
16290         dlls/riched20/tests/Makefile"
16291 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
16292         riched20/tests"
16293 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
16294 dlls/riched20/tests/Makefile: dlls/riched20/tests/Makefile.in dlls/Maketest.rules"
16295 ac_config_files="$ac_config_files dlls/riched20/tests/Makefile"
16296
16297 ALL_MAKEFILES="$ALL_MAKEFILES \\
16298         dlls/riched32/Makefile"
16299 test "x$enable_riched32" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
16300         riched32"
16301 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
16302 dlls/riched32/Makefile: dlls/riched32/Makefile.in dlls/Makedll.rules"
16303 ac_config_files="$ac_config_files dlls/riched32/Makefile"
16304
16305 ALL_MAKEFILES="$ALL_MAKEFILES \\
16306         dlls/riched32/tests/Makefile"
16307 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
16308         riched32/tests"
16309 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
16310 dlls/riched32/tests/Makefile: dlls/riched32/tests/Makefile.in dlls/Maketest.rules"
16311 ac_config_files="$ac_config_files dlls/riched32/tests/Makefile"
16312
16313 ALL_MAKEFILES="$ALL_MAKEFILES \\
16314         dlls/rpcrt4/Makefile"
16315 test "x$enable_rpcrt4" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
16316         rpcrt4"
16317 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
16318 dlls/rpcrt4/Makefile: dlls/rpcrt4/Makefile.in dlls/Makedll.rules"
16319 ac_config_files="$ac_config_files dlls/rpcrt4/Makefile"
16320
16321 ALL_MAKEFILES="$ALL_MAKEFILES \\
16322         dlls/rpcrt4/tests/Makefile"
16323 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
16324         rpcrt4/tests"
16325 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
16326 dlls/rpcrt4/tests/Makefile: dlls/rpcrt4/tests/Makefile.in dlls/Maketest.rules"
16327 ac_config_files="$ac_config_files dlls/rpcrt4/tests/Makefile"
16328
16329 ALL_MAKEFILES="$ALL_MAKEFILES \\
16330         dlls/rsabase/Makefile"
16331 test "x$enable_rsabase" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
16332         rsabase"
16333 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
16334 dlls/rsabase/Makefile: dlls/rsabase/Makefile.in dlls/Makedll.rules"
16335 ac_config_files="$ac_config_files dlls/rsabase/Makefile"
16336
16337 ALL_MAKEFILES="$ALL_MAKEFILES \\
16338         dlls/rsaenh/Makefile"
16339 test "x$enable_rsaenh" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
16340         rsaenh"
16341 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
16342 dlls/rsaenh/Makefile: dlls/rsaenh/Makefile.in dlls/Makedll.rules"
16343 ac_config_files="$ac_config_files dlls/rsaenh/Makefile"
16344
16345 ALL_MAKEFILES="$ALL_MAKEFILES \\
16346         dlls/rsaenh/tests/Makefile"
16347 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
16348         rsaenh/tests"
16349 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
16350 dlls/rsaenh/tests/Makefile: dlls/rsaenh/tests/Makefile.in dlls/Maketest.rules"
16351 ac_config_files="$ac_config_files dlls/rsaenh/tests/Makefile"
16352
16353 ALL_MAKEFILES="$ALL_MAKEFILES \\
16354         dlls/rtutils/Makefile"
16355 test "x$enable_rtutils" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
16356         rtutils"
16357 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
16358 dlls/rtutils/Makefile: dlls/rtutils/Makefile.in dlls/Makedll.rules"
16359 ac_config_files="$ac_config_files dlls/rtutils/Makefile"
16360
16361 ALL_MAKEFILES="$ALL_MAKEFILES \\
16362         dlls/sane.ds/Makefile"
16363 test "x$enable_sane_ds" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
16364         sane.ds"
16365 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
16366 dlls/sane.ds/Makefile: dlls/sane.ds/Makefile.in dlls/Makedll.rules"
16367 ac_config_files="$ac_config_files dlls/sane.ds/Makefile"
16368
16369 ALL_MAKEFILES="$ALL_MAKEFILES \\
16370         dlls/sccbase/Makefile"
16371 test "x$enable_sccbase" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
16372         sccbase"
16373 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
16374 dlls/sccbase/Makefile: dlls/sccbase/Makefile.in dlls/Makedll.rules"
16375 ac_config_files="$ac_config_files dlls/sccbase/Makefile"
16376
16377 ALL_MAKEFILES="$ALL_MAKEFILES \\
16378         dlls/schannel/Makefile"
16379 test "x$enable_schannel" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
16380         schannel"
16381 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
16382 dlls/schannel/Makefile: dlls/schannel/Makefile.in dlls/Makedll.rules"
16383 ac_config_files="$ac_config_files dlls/schannel/Makefile"
16384
16385 ALL_MAKEFILES="$ALL_MAKEFILES \\
16386         dlls/schannel/tests/Makefile"
16387 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
16388         schannel/tests"
16389 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
16390 dlls/schannel/tests/Makefile: dlls/schannel/tests/Makefile.in dlls/Maketest.rules"
16391 ac_config_files="$ac_config_files dlls/schannel/tests/Makefile"
16392
16393 ALL_MAKEFILES="$ALL_MAKEFILES \\
16394         dlls/secur32/Makefile"
16395 test "x$enable_secur32" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
16396         secur32"
16397 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
16398 dlls/secur32/Makefile: dlls/secur32/Makefile.in dlls/Makedll.rules"
16399 ac_config_files="$ac_config_files dlls/secur32/Makefile"
16400
16401 ALL_MAKEFILES="$ALL_MAKEFILES \\
16402         dlls/secur32/tests/Makefile"
16403 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
16404         secur32/tests"
16405 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
16406 dlls/secur32/tests/Makefile: dlls/secur32/tests/Makefile.in dlls/Maketest.rules"
16407 ac_config_files="$ac_config_files dlls/secur32/tests/Makefile"
16408
16409 ALL_MAKEFILES="$ALL_MAKEFILES \\
16410         dlls/security/Makefile"
16411 test "x$enable_security" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
16412         security"
16413 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
16414 dlls/security/Makefile: dlls/security/Makefile.in dlls/Makedll.rules"
16415 ac_config_files="$ac_config_files dlls/security/Makefile"
16416
16417 ALL_MAKEFILES="$ALL_MAKEFILES \\
16418         dlls/sensapi/Makefile"
16419 test "x$enable_sensapi" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
16420         sensapi"
16421 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
16422 dlls/sensapi/Makefile: dlls/sensapi/Makefile.in dlls/Makedll.rules"
16423 ac_config_files="$ac_config_files dlls/sensapi/Makefile"
16424
16425 ALL_MAKEFILES="$ALL_MAKEFILES \\
16426         dlls/serialui/Makefile"
16427 test "x$enable_serialui" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
16428         serialui"
16429 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
16430 dlls/serialui/Makefile: dlls/serialui/Makefile.in dlls/Makedll.rules"
16431 ac_config_files="$ac_config_files dlls/serialui/Makefile"
16432
16433 ALL_MAKEFILES="$ALL_MAKEFILES \\
16434         dlls/serialui/tests/Makefile"
16435 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
16436         serialui/tests"
16437 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
16438 dlls/serialui/tests/Makefile: dlls/serialui/tests/Makefile.in dlls/Maketest.rules"
16439 ac_config_files="$ac_config_files dlls/serialui/tests/Makefile"
16440
16441 ALL_MAKEFILES="$ALL_MAKEFILES \\
16442         dlls/setupapi/Makefile"
16443 test "x$enable_setupapi" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
16444         setupapi"
16445 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
16446 dlls/setupapi/Makefile: dlls/setupapi/Makefile.in dlls/Makedll.rules"
16447 ac_config_files="$ac_config_files dlls/setupapi/Makefile"
16448
16449 ALL_MAKEFILES="$ALL_MAKEFILES \\
16450         dlls/setupapi/tests/Makefile"
16451 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
16452         setupapi/tests"
16453 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
16454 dlls/setupapi/tests/Makefile: dlls/setupapi/tests/Makefile.in dlls/Maketest.rules"
16455 ac_config_files="$ac_config_files dlls/setupapi/tests/Makefile"
16456
16457 ALL_MAKEFILES="$ALL_MAKEFILES \\
16458         dlls/setupx.dll16/Makefile"
16459 test "x$enable_win16" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
16460         setupx.dll16"
16461 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
16462 dlls/setupx.dll16/Makefile: dlls/setupx.dll16/Makefile.in dlls/Makedll.rules"
16463 ac_config_files="$ac_config_files dlls/setupx.dll16/Makefile"
16464
16465 ALL_MAKEFILES="$ALL_MAKEFILES \\
16466         dlls/sfc/Makefile"
16467 test "x$enable_sfc" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
16468         sfc"
16469 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
16470 dlls/sfc/Makefile: dlls/sfc/Makefile.in dlls/Makedll.rules"
16471 ac_config_files="$ac_config_files dlls/sfc/Makefile"
16472
16473 ALL_MAKEFILES="$ALL_MAKEFILES \\
16474         dlls/sfc_os/Makefile"
16475 test "x$enable_sfc_os" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
16476         sfc_os"
16477 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
16478 dlls/sfc_os/Makefile: dlls/sfc_os/Makefile.in dlls/Makedll.rules"
16479 ac_config_files="$ac_config_files dlls/sfc_os/Makefile"
16480
16481 ALL_MAKEFILES="$ALL_MAKEFILES \\
16482         dlls/shdoclc/Makefile"
16483 test "x$enable_shdoclc" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
16484         shdoclc"
16485 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
16486 dlls/shdoclc/Makefile: dlls/shdoclc/Makefile.in dlls/Makedll.rules"
16487 ac_config_files="$ac_config_files dlls/shdoclc/Makefile"
16488
16489 ALL_MAKEFILES="$ALL_MAKEFILES \\
16490         dlls/shdocvw/Makefile"
16491 test "x$enable_shdocvw" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
16492         shdocvw"
16493 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
16494 dlls/shdocvw/Makefile: dlls/shdocvw/Makefile.in dlls/Makedll.rules"
16495 ac_config_files="$ac_config_files dlls/shdocvw/Makefile"
16496
16497 ALL_MAKEFILES="$ALL_MAKEFILES \\
16498         dlls/shdocvw/tests/Makefile"
16499 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
16500         shdocvw/tests"
16501 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
16502 dlls/shdocvw/tests/Makefile: dlls/shdocvw/tests/Makefile.in dlls/Maketest.rules"
16503 ac_config_files="$ac_config_files dlls/shdocvw/tests/Makefile"
16504
16505 ALL_MAKEFILES="$ALL_MAKEFILES \\
16506         dlls/shell.dll16/Makefile"
16507 test "x$enable_win16" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
16508         shell.dll16"
16509 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
16510 dlls/shell.dll16/Makefile: dlls/shell.dll16/Makefile.in dlls/Makedll.rules"
16511 ac_config_files="$ac_config_files dlls/shell.dll16/Makefile"
16512
16513 ALL_MAKEFILES="$ALL_MAKEFILES \\
16514         dlls/shell32/Makefile"
16515 test "x$enable_shell32" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
16516         shell32"
16517 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
16518 dlls/shell32/Makefile: dlls/shell32/Makefile.in dlls/Makedll.rules"
16519 ac_config_files="$ac_config_files dlls/shell32/Makefile"
16520
16521 ALL_MAKEFILES="$ALL_MAKEFILES \\
16522         dlls/shell32/tests/Makefile"
16523 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
16524         shell32/tests"
16525 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
16526 dlls/shell32/tests/Makefile: dlls/shell32/tests/Makefile.in dlls/Maketest.rules"
16527 ac_config_files="$ac_config_files dlls/shell32/tests/Makefile"
16528
16529 ALL_MAKEFILES="$ALL_MAKEFILES \\
16530         dlls/shfolder/Makefile"
16531 test "x$enable_shfolder" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
16532         shfolder"
16533 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
16534 dlls/shfolder/Makefile: dlls/shfolder/Makefile.in dlls/Makedll.rules"
16535 ac_config_files="$ac_config_files dlls/shfolder/Makefile"
16536
16537 ALL_MAKEFILES="$ALL_MAKEFILES \\
16538         dlls/shlwapi/Makefile"
16539 test "x$enable_shlwapi" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
16540         shlwapi"
16541 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
16542 dlls/shlwapi/Makefile: dlls/shlwapi/Makefile.in dlls/Makedll.rules"
16543 ac_config_files="$ac_config_files dlls/shlwapi/Makefile"
16544
16545 ALL_MAKEFILES="$ALL_MAKEFILES \\
16546         dlls/shlwapi/tests/Makefile"
16547 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
16548         shlwapi/tests"
16549 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
16550 dlls/shlwapi/tests/Makefile: dlls/shlwapi/tests/Makefile.in dlls/Maketest.rules"
16551 ac_config_files="$ac_config_files dlls/shlwapi/tests/Makefile"
16552
16553 ALL_MAKEFILES="$ALL_MAKEFILES \\
16554         dlls/slbcsp/Makefile"
16555 test "x$enable_slbcsp" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
16556         slbcsp"
16557 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
16558 dlls/slbcsp/Makefile: dlls/slbcsp/Makefile.in dlls/Makedll.rules"
16559 ac_config_files="$ac_config_files dlls/slbcsp/Makefile"
16560
16561 ALL_MAKEFILES="$ALL_MAKEFILES \\
16562         dlls/slc/Makefile"
16563 test "x$enable_slc" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
16564         slc"
16565 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
16566 dlls/slc/Makefile: dlls/slc/Makefile.in dlls/Makedll.rules"
16567 ac_config_files="$ac_config_files dlls/slc/Makefile"
16568
16569 ALL_MAKEFILES="$ALL_MAKEFILES \\
16570         dlls/snmpapi/Makefile"
16571 test "x$enable_snmpapi" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
16572         snmpapi"
16573 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
16574 dlls/snmpapi/Makefile: dlls/snmpapi/Makefile.in dlls/Makedll.rules"
16575 ac_config_files="$ac_config_files dlls/snmpapi/Makefile"
16576
16577 ALL_MAKEFILES="$ALL_MAKEFILES \\
16578         dlls/snmpapi/tests/Makefile"
16579 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
16580         snmpapi/tests"
16581 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
16582 dlls/snmpapi/tests/Makefile: dlls/snmpapi/tests/Makefile.in dlls/Maketest.rules"
16583 ac_config_files="$ac_config_files dlls/snmpapi/tests/Makefile"
16584
16585 ALL_MAKEFILES="$ALL_MAKEFILES \\
16586         dlls/softpub/Makefile"
16587 test "x$enable_softpub" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
16588         softpub"
16589 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
16590 dlls/softpub/Makefile: dlls/softpub/Makefile.in dlls/Makedll.rules"
16591 ac_config_files="$ac_config_files dlls/softpub/Makefile"
16592
16593 ALL_MAKEFILES="$ALL_MAKEFILES \\
16594         dlls/sound.drv16/Makefile"
16595 test "x$enable_win16" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
16596         sound.drv16"
16597 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
16598 dlls/sound.drv16/Makefile: dlls/sound.drv16/Makefile.in dlls/Makedll.rules"
16599 ac_config_files="$ac_config_files dlls/sound.drv16/Makefile"
16600
16601 ALL_MAKEFILES="$ALL_MAKEFILES \\
16602         dlls/spoolss/Makefile"
16603 test "x$enable_spoolss" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
16604         spoolss"
16605 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
16606 dlls/spoolss/Makefile: dlls/spoolss/Makefile.in dlls/Makedll.rules"
16607 ac_config_files="$ac_config_files dlls/spoolss/Makefile"
16608
16609 ALL_MAKEFILES="$ALL_MAKEFILES \\
16610         dlls/spoolss/tests/Makefile"
16611 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
16612         spoolss/tests"
16613 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
16614 dlls/spoolss/tests/Makefile: dlls/spoolss/tests/Makefile.in dlls/Maketest.rules"
16615 ac_config_files="$ac_config_files dlls/spoolss/tests/Makefile"
16616
16617 ALL_MAKEFILES="$ALL_MAKEFILES \\
16618         dlls/stdole2.tlb/Makefile"
16619 test "x$enable_stdole2_tlb" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
16620         stdole2.tlb"
16621 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
16622 dlls/stdole2.tlb/Makefile: dlls/stdole2.tlb/Makefile.in dlls/Makedll.rules"
16623 ac_config_files="$ac_config_files dlls/stdole2.tlb/Makefile"
16624
16625 ALL_MAKEFILES="$ALL_MAKEFILES \\
16626         dlls/stdole32.tlb/Makefile"
16627 test "x$enable_stdole32_tlb" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
16628         stdole32.tlb"
16629 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
16630 dlls/stdole32.tlb/Makefile: dlls/stdole32.tlb/Makefile.in dlls/Makedll.rules"
16631 ac_config_files="$ac_config_files dlls/stdole32.tlb/Makefile"
16632
16633 ALL_MAKEFILES="$ALL_MAKEFILES \\
16634         dlls/sti/Makefile"
16635 test "x$enable_sti" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
16636         sti"
16637 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
16638 dlls/sti/Makefile: dlls/sti/Makefile.in dlls/Makedll.rules"
16639 ac_config_files="$ac_config_files dlls/sti/Makefile"
16640
16641 ALL_MAKEFILES="$ALL_MAKEFILES \\
16642         dlls/sti/tests/Makefile"
16643 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
16644         sti/tests"
16645 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
16646 dlls/sti/tests/Makefile: dlls/sti/tests/Makefile.in dlls/Maketest.rules"
16647 ac_config_files="$ac_config_files dlls/sti/tests/Makefile"
16648
16649 ALL_MAKEFILES="$ALL_MAKEFILES \\
16650         dlls/storage.dll16/Makefile"
16651 test "x$enable_win16" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
16652         storage.dll16"
16653 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
16654 dlls/storage.dll16/Makefile: dlls/storage.dll16/Makefile.in dlls/Makedll.rules"
16655 ac_config_files="$ac_config_files dlls/storage.dll16/Makefile"
16656
16657 ALL_MAKEFILES="$ALL_MAKEFILES \\
16658         dlls/stress.dll16/Makefile"
16659 test "x$enable_win16" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
16660         stress.dll16"
16661 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
16662 dlls/stress.dll16/Makefile: dlls/stress.dll16/Makefile.in dlls/Makedll.rules"
16663 ac_config_files="$ac_config_files dlls/stress.dll16/Makefile"
16664
16665 ALL_MAKEFILES="$ALL_MAKEFILES \\
16666         dlls/strmiids/Makefile"
16667 test "x$enable_strmiids" != xno && ALL_IMPLIB_DIRS="$ALL_IMPLIB_DIRS \\
16668         strmiids"
16669 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
16670 dlls/strmiids/Makefile: dlls/strmiids/Makefile.in dlls/Makeimplib.rules"
16671 ac_config_files="$ac_config_files dlls/strmiids/Makefile"
16672
16673 ALL_MAKEFILES="$ALL_MAKEFILES \\
16674         dlls/svrapi/Makefile"
16675 test "x$enable_svrapi" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
16676         svrapi"
16677 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
16678 dlls/svrapi/Makefile: dlls/svrapi/Makefile.in dlls/Makedll.rules"
16679 ac_config_files="$ac_config_files dlls/svrapi/Makefile"
16680
16681 ALL_MAKEFILES="$ALL_MAKEFILES \\
16682         dlls/sxs/Makefile"
16683 test "x$enable_sxs" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
16684         sxs"
16685 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
16686 dlls/sxs/Makefile: dlls/sxs/Makefile.in dlls/Makedll.rules"
16687 ac_config_files="$ac_config_files dlls/sxs/Makefile"
16688
16689 ALL_MAKEFILES="$ALL_MAKEFILES \\
16690         dlls/system.drv16/Makefile"
16691 test "x$enable_win16" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
16692         system.drv16"
16693 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
16694 dlls/system.drv16/Makefile: dlls/system.drv16/Makefile.in dlls/Makedll.rules"
16695 ac_config_files="$ac_config_files dlls/system.drv16/Makefile"
16696
16697 ALL_MAKEFILES="$ALL_MAKEFILES \\
16698         dlls/t2embed/Makefile"
16699 test "x$enable_t2embed" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
16700         t2embed"
16701 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
16702 dlls/t2embed/Makefile: dlls/t2embed/Makefile.in dlls/Makedll.rules"
16703 ac_config_files="$ac_config_files dlls/t2embed/Makefile"
16704
16705 ALL_MAKEFILES="$ALL_MAKEFILES \\
16706         dlls/tapi32/Makefile"
16707 test "x$enable_tapi32" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
16708         tapi32"
16709 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
16710 dlls/tapi32/Makefile: dlls/tapi32/Makefile.in dlls/Makedll.rules"
16711 ac_config_files="$ac_config_files dlls/tapi32/Makefile"
16712
16713 ALL_MAKEFILES="$ALL_MAKEFILES \\
16714         dlls/toolhelp.dll16/Makefile"
16715 test "x$enable_win16" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
16716         toolhelp.dll16"
16717 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
16718 dlls/toolhelp.dll16/Makefile: dlls/toolhelp.dll16/Makefile.in dlls/Makedll.rules"
16719 ac_config_files="$ac_config_files dlls/toolhelp.dll16/Makefile"
16720
16721 ALL_MAKEFILES="$ALL_MAKEFILES \\
16722         dlls/traffic/Makefile"
16723 test "x$enable_traffic" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
16724         traffic"
16725 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
16726 dlls/traffic/Makefile: dlls/traffic/Makefile.in dlls/Makedll.rules"
16727 ac_config_files="$ac_config_files dlls/traffic/Makefile"
16728
16729 ALL_MAKEFILES="$ALL_MAKEFILES \\
16730         dlls/twain.dll16/Makefile"
16731 test "x$enable_win16" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
16732         twain.dll16"
16733 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
16734 dlls/twain.dll16/Makefile: dlls/twain.dll16/Makefile.in dlls/Makedll.rules"
16735 ac_config_files="$ac_config_files dlls/twain.dll16/Makefile"
16736
16737 ALL_MAKEFILES="$ALL_MAKEFILES \\
16738         dlls/twain_32/Makefile"
16739 test "x$enable_twain_32" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
16740         twain_32"
16741 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
16742 dlls/twain_32/Makefile: dlls/twain_32/Makefile.in dlls/Makedll.rules"
16743 ac_config_files="$ac_config_files dlls/twain_32/Makefile"
16744
16745 ALL_MAKEFILES="$ALL_MAKEFILES \\
16746         dlls/twain_32/tests/Makefile"
16747 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
16748         twain_32/tests"
16749 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
16750 dlls/twain_32/tests/Makefile: dlls/twain_32/tests/Makefile.in dlls/Maketest.rules"
16751 ac_config_files="$ac_config_files dlls/twain_32/tests/Makefile"
16752
16753 ALL_MAKEFILES="$ALL_MAKEFILES \\
16754         dlls/typelib.dll16/Makefile"
16755 test "x$enable_win16" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
16756         typelib.dll16"
16757 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
16758 dlls/typelib.dll16/Makefile: dlls/typelib.dll16/Makefile.in dlls/Makedll.rules"
16759 ac_config_files="$ac_config_files dlls/typelib.dll16/Makefile"
16760
16761 ALL_MAKEFILES="$ALL_MAKEFILES \\
16762         dlls/unicows/Makefile"
16763 test "x$enable_unicows" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
16764         unicows"
16765 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
16766 dlls/unicows/Makefile: dlls/unicows/Makefile.in dlls/Makedll.rules"
16767 ac_config_files="$ac_config_files dlls/unicows/Makefile"
16768
16769 ALL_MAKEFILES="$ALL_MAKEFILES \\
16770         dlls/updspapi/Makefile"
16771 test "x$enable_updspapi" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
16772         updspapi"
16773 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
16774 dlls/updspapi/Makefile: dlls/updspapi/Makefile.in dlls/Makedll.rules"
16775 ac_config_files="$ac_config_files dlls/updspapi/Makefile"
16776
16777 ALL_MAKEFILES="$ALL_MAKEFILES \\
16778         dlls/url/Makefile"
16779 test "x$enable_url" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
16780         url"
16781 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
16782 dlls/url/Makefile: dlls/url/Makefile.in dlls/Makedll.rules"
16783 ac_config_files="$ac_config_files dlls/url/Makefile"
16784
16785 ALL_MAKEFILES="$ALL_MAKEFILES \\
16786         dlls/urlmon/Makefile"
16787 test "x$enable_urlmon" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
16788         urlmon"
16789 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
16790 dlls/urlmon/Makefile: dlls/urlmon/Makefile.in dlls/Makedll.rules"
16791 ac_config_files="$ac_config_files dlls/urlmon/Makefile"
16792
16793 ALL_MAKEFILES="$ALL_MAKEFILES \\
16794         dlls/urlmon/tests/Makefile"
16795 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
16796         urlmon/tests"
16797 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
16798 dlls/urlmon/tests/Makefile: dlls/urlmon/tests/Makefile.in dlls/Maketest.rules"
16799 ac_config_files="$ac_config_files dlls/urlmon/tests/Makefile"
16800
16801 ALL_MAKEFILES="$ALL_MAKEFILES \\
16802         dlls/user32/Makefile"
16803 test "x$enable_user32" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
16804         user32"
16805 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
16806 dlls/user32/Makefile: dlls/user32/Makefile.in dlls/Makedll.rules"
16807 ac_config_files="$ac_config_files dlls/user32/Makefile"
16808
16809 ALL_MAKEFILES="$ALL_MAKEFILES \\
16810         dlls/user32/tests/Makefile"
16811 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
16812         user32/tests"
16813 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
16814 dlls/user32/tests/Makefile: dlls/user32/tests/Makefile.in dlls/Maketest.rules"
16815 ac_config_files="$ac_config_files dlls/user32/tests/Makefile"
16816
16817 ALL_MAKEFILES="$ALL_MAKEFILES \\
16818         dlls/userenv/Makefile"
16819 test "x$enable_userenv" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
16820         userenv"
16821 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
16822 dlls/userenv/Makefile: dlls/userenv/Makefile.in dlls/Makedll.rules"
16823 ac_config_files="$ac_config_files dlls/userenv/Makefile"
16824
16825 ALL_MAKEFILES="$ALL_MAKEFILES \\
16826         dlls/userenv/tests/Makefile"
16827 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
16828         userenv/tests"
16829 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
16830 dlls/userenv/tests/Makefile: dlls/userenv/tests/Makefile.in dlls/Maketest.rules"
16831 ac_config_files="$ac_config_files dlls/userenv/tests/Makefile"
16832
16833 ALL_MAKEFILES="$ALL_MAKEFILES \\
16834         dlls/usp10/Makefile"
16835 test "x$enable_usp10" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
16836         usp10"
16837 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
16838 dlls/usp10/Makefile: dlls/usp10/Makefile.in dlls/Makedll.rules"
16839 ac_config_files="$ac_config_files dlls/usp10/Makefile"
16840
16841 ALL_MAKEFILES="$ALL_MAKEFILES \\
16842         dlls/usp10/tests/Makefile"
16843 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
16844         usp10/tests"
16845 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
16846 dlls/usp10/tests/Makefile: dlls/usp10/tests/Makefile.in dlls/Maketest.rules"
16847 ac_config_files="$ac_config_files dlls/usp10/tests/Makefile"
16848
16849 ALL_MAKEFILES="$ALL_MAKEFILES \\
16850         dlls/uuid/Makefile"
16851 test "x$enable_uuid" != xno && ALL_IMPLIB_DIRS="$ALL_IMPLIB_DIRS \\
16852         uuid"
16853 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
16854 dlls/uuid/Makefile: dlls/uuid/Makefile.in dlls/Makeimplib.rules"
16855 ac_config_files="$ac_config_files dlls/uuid/Makefile"
16856
16857 ALL_MAKEFILES="$ALL_MAKEFILES \\
16858         dlls/uxtheme/Makefile"
16859 test "x$enable_uxtheme" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
16860         uxtheme"
16861 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
16862 dlls/uxtheme/Makefile: dlls/uxtheme/Makefile.in dlls/Makedll.rules"
16863 ac_config_files="$ac_config_files dlls/uxtheme/Makefile"
16864
16865 ALL_MAKEFILES="$ALL_MAKEFILES \\
16866         dlls/uxtheme/tests/Makefile"
16867 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
16868         uxtheme/tests"
16869 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
16870 dlls/uxtheme/tests/Makefile: dlls/uxtheme/tests/Makefile.in dlls/Maketest.rules"
16871 ac_config_files="$ac_config_files dlls/uxtheme/tests/Makefile"
16872
16873 ALL_MAKEFILES="$ALL_MAKEFILES \\
16874         dlls/vdhcp.vxd/Makefile"
16875 test "x$enable_win16" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
16876         vdhcp.vxd"
16877 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
16878 dlls/vdhcp.vxd/Makefile: dlls/vdhcp.vxd/Makefile.in dlls/Makedll.rules"
16879 ac_config_files="$ac_config_files dlls/vdhcp.vxd/Makefile"
16880
16881 ALL_MAKEFILES="$ALL_MAKEFILES \\
16882         dlls/vdmdbg/Makefile"
16883 test "x$enable_vdmdbg" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
16884         vdmdbg"
16885 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
16886 dlls/vdmdbg/Makefile: dlls/vdmdbg/Makefile.in dlls/Makedll.rules"
16887 ac_config_files="$ac_config_files dlls/vdmdbg/Makefile"
16888
16889 ALL_MAKEFILES="$ALL_MAKEFILES \\
16890         dlls/ver.dll16/Makefile"
16891 test "x$enable_win16" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
16892         ver.dll16"
16893 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
16894 dlls/ver.dll16/Makefile: dlls/ver.dll16/Makefile.in dlls/Makedll.rules"
16895 ac_config_files="$ac_config_files dlls/ver.dll16/Makefile"
16896
16897 ALL_MAKEFILES="$ALL_MAKEFILES \\
16898         dlls/version/Makefile"
16899 test "x$enable_version" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
16900         version"
16901 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
16902 dlls/version/Makefile: dlls/version/Makefile.in dlls/Makedll.rules"
16903 ac_config_files="$ac_config_files dlls/version/Makefile"
16904
16905 ALL_MAKEFILES="$ALL_MAKEFILES \\
16906         dlls/version/tests/Makefile"
16907 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
16908         version/tests"
16909 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
16910 dlls/version/tests/Makefile: dlls/version/tests/Makefile.in dlls/Maketest.rules"
16911 ac_config_files="$ac_config_files dlls/version/tests/Makefile"
16912
16913 ALL_MAKEFILES="$ALL_MAKEFILES \\
16914         dlls/vmm.vxd/Makefile"
16915 test "x$enable_win16" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
16916         vmm.vxd"
16917 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
16918 dlls/vmm.vxd/Makefile: dlls/vmm.vxd/Makefile.in dlls/Makedll.rules"
16919 ac_config_files="$ac_config_files dlls/vmm.vxd/Makefile"
16920
16921 ALL_MAKEFILES="$ALL_MAKEFILES \\
16922         dlls/vnbt.vxd/Makefile"
16923 test "x$enable_win16" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
16924         vnbt.vxd"
16925 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
16926 dlls/vnbt.vxd/Makefile: dlls/vnbt.vxd/Makefile.in dlls/Makedll.rules"
16927 ac_config_files="$ac_config_files dlls/vnbt.vxd/Makefile"
16928
16929 ALL_MAKEFILES="$ALL_MAKEFILES \\
16930         dlls/vnetbios.vxd/Makefile"
16931 test "x$enable_win16" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
16932         vnetbios.vxd"
16933 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
16934 dlls/vnetbios.vxd/Makefile: dlls/vnetbios.vxd/Makefile.in dlls/Makedll.rules"
16935 ac_config_files="$ac_config_files dlls/vnetbios.vxd/Makefile"
16936
16937 ALL_MAKEFILES="$ALL_MAKEFILES \\
16938         dlls/vtdapi.vxd/Makefile"
16939 test "x$enable_win16" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
16940         vtdapi.vxd"
16941 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
16942 dlls/vtdapi.vxd/Makefile: dlls/vtdapi.vxd/Makefile.in dlls/Makedll.rules"
16943 ac_config_files="$ac_config_files dlls/vtdapi.vxd/Makefile"
16944
16945 ALL_MAKEFILES="$ALL_MAKEFILES \\
16946         dlls/vwin32.vxd/Makefile"
16947 test "x$enable_win16" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
16948         vwin32.vxd"
16949 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
16950 dlls/vwin32.vxd/Makefile: dlls/vwin32.vxd/Makefile.in dlls/Makedll.rules"
16951 ac_config_files="$ac_config_files dlls/vwin32.vxd/Makefile"
16952
16953 ALL_MAKEFILES="$ALL_MAKEFILES \\
16954         dlls/w32skrnl/Makefile"
16955 test "x$enable_w32skrnl" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
16956         w32skrnl"
16957 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
16958 dlls/w32skrnl/Makefile: dlls/w32skrnl/Makefile.in dlls/Makedll.rules"
16959 ac_config_files="$ac_config_files dlls/w32skrnl/Makefile"
16960
16961 ALL_MAKEFILES="$ALL_MAKEFILES \\
16962         dlls/w32sys.dll16/Makefile"
16963 test "x$enable_win16" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
16964         w32sys.dll16"
16965 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
16966 dlls/w32sys.dll16/Makefile: dlls/w32sys.dll16/Makefile.in dlls/Makedll.rules"
16967 ac_config_files="$ac_config_files dlls/w32sys.dll16/Makefile"
16968
16969 ALL_MAKEFILES="$ALL_MAKEFILES \\
16970         dlls/wbemprox/Makefile"
16971 test "x$enable_wbemprox" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
16972         wbemprox"
16973 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
16974 dlls/wbemprox/Makefile: dlls/wbemprox/Makefile.in dlls/Makedll.rules"
16975 ac_config_files="$ac_config_files dlls/wbemprox/Makefile"
16976
16977 ALL_MAKEFILES="$ALL_MAKEFILES \\
16978         dlls/wiaservc/Makefile"
16979 test "x$enable_wiaservc" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
16980         wiaservc"
16981 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
16982 dlls/wiaservc/Makefile: dlls/wiaservc/Makefile.in dlls/Makedll.rules"
16983 ac_config_files="$ac_config_files dlls/wiaservc/Makefile"
16984
16985 ALL_MAKEFILES="$ALL_MAKEFILES \\
16986         dlls/win32s16.dll16/Makefile"
16987 test "x$enable_win16" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
16988         win32s16.dll16"
16989 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
16990 dlls/win32s16.dll16/Makefile: dlls/win32s16.dll16/Makefile.in dlls/Makedll.rules"
16991 ac_config_files="$ac_config_files dlls/win32s16.dll16/Makefile"
16992
16993 ALL_MAKEFILES="$ALL_MAKEFILES \\
16994         dlls/win87em.dll16/Makefile"
16995 test "x$enable_win16" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
16996         win87em.dll16"
16997 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
16998 dlls/win87em.dll16/Makefile: dlls/win87em.dll16/Makefile.in dlls/Makedll.rules"
16999 ac_config_files="$ac_config_files dlls/win87em.dll16/Makefile"
17000
17001 ALL_MAKEFILES="$ALL_MAKEFILES \\
17002         dlls/winaspi.dll16/Makefile"
17003 test "x$enable_win16" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
17004         winaspi.dll16"
17005 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
17006 dlls/winaspi.dll16/Makefile: dlls/winaspi.dll16/Makefile.in dlls/Makedll.rules"
17007 ac_config_files="$ac_config_files dlls/winaspi.dll16/Makefile"
17008
17009 ALL_MAKEFILES="$ALL_MAKEFILES \\
17010         dlls/windebug.dll16/Makefile"
17011 test "x$enable_win16" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
17012         windebug.dll16"
17013 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
17014 dlls/windebug.dll16/Makefile: dlls/windebug.dll16/Makefile.in dlls/Makedll.rules"
17015 ac_config_files="$ac_config_files dlls/windebug.dll16/Makefile"
17016
17017 ALL_MAKEFILES="$ALL_MAKEFILES \\
17018         dlls/windowscodecs/Makefile"
17019 test "x$enable_windowscodecs" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
17020         windowscodecs"
17021 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
17022 dlls/windowscodecs/Makefile: dlls/windowscodecs/Makefile.in dlls/Makedll.rules"
17023 ac_config_files="$ac_config_files dlls/windowscodecs/Makefile"
17024
17025 ALL_MAKEFILES="$ALL_MAKEFILES \\
17026         dlls/windowscodecs/tests/Makefile"
17027 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
17028         windowscodecs/tests"
17029 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
17030 dlls/windowscodecs/tests/Makefile: dlls/windowscodecs/tests/Makefile.in dlls/Maketest.rules"
17031 ac_config_files="$ac_config_files dlls/windowscodecs/tests/Makefile"
17032
17033 ALL_MAKEFILES="$ALL_MAKEFILES \\
17034         dlls/winealsa.drv/Makefile"
17035 test "x$enable_winealsa_drv" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
17036         winealsa.drv"
17037 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
17038 dlls/winealsa.drv/Makefile: dlls/winealsa.drv/Makefile.in dlls/Makedll.rules"
17039 ac_config_files="$ac_config_files dlls/winealsa.drv/Makefile"
17040
17041 ALL_MAKEFILES="$ALL_MAKEFILES \\
17042         dlls/wineaudioio.drv/Makefile"
17043 test "x$enable_wineaudioio_drv" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
17044         wineaudioio.drv"
17045 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
17046 dlls/wineaudioio.drv/Makefile: dlls/wineaudioio.drv/Makefile.in dlls/Makedll.rules"
17047 ac_config_files="$ac_config_files dlls/wineaudioio.drv/Makefile"
17048
17049 ALL_MAKEFILES="$ALL_MAKEFILES \\
17050         dlls/winecoreaudio.drv/Makefile"
17051 test "x$enable_winecoreaudio_drv" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
17052         winecoreaudio.drv"
17053 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
17054 dlls/winecoreaudio.drv/Makefile: dlls/winecoreaudio.drv/Makefile.in dlls/Makedll.rules"
17055 ac_config_files="$ac_config_files dlls/winecoreaudio.drv/Makefile"
17056
17057 ALL_MAKEFILES="$ALL_MAKEFILES \\
17058         dlls/winecrt0/Makefile"
17059 test "x$enable_winecrt0" != xno && ALL_IMPLIB_DIRS="$ALL_IMPLIB_DIRS \\
17060         winecrt0"
17061 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
17062 dlls/winecrt0/Makefile: dlls/winecrt0/Makefile.in dlls/Makeimplib.rules"
17063 ac_config_files="$ac_config_files dlls/winecrt0/Makefile"
17064
17065 ALL_MAKEFILES="$ALL_MAKEFILES \\
17066         dlls/wined3d/Makefile"
17067 test "x$enable_wined3d" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
17068         wined3d"
17069 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
17070 dlls/wined3d/Makefile: dlls/wined3d/Makefile.in dlls/Makedll.rules"
17071 ac_config_files="$ac_config_files dlls/wined3d/Makefile"
17072
17073 ALL_MAKEFILES="$ALL_MAKEFILES \\
17074         dlls/winedos/Makefile"
17075 test "x$enable_winedos" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
17076         winedos"
17077 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
17078 dlls/winedos/Makefile: dlls/winedos/Makefile.in dlls/Makedll.rules"
17079 ac_config_files="$ac_config_files dlls/winedos/Makefile"
17080
17081 ALL_MAKEFILES="$ALL_MAKEFILES \\
17082         dlls/wineesd.drv/Makefile"
17083 test "x$enable_wineesd_drv" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
17084         wineesd.drv"
17085 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
17086 dlls/wineesd.drv/Makefile: dlls/wineesd.drv/Makefile.in dlls/Makedll.rules"
17087 ac_config_files="$ac_config_files dlls/wineesd.drv/Makefile"
17088
17089 ALL_MAKEFILES="$ALL_MAKEFILES \\
17090         dlls/winejack.drv/Makefile"
17091 test "x$enable_winejack_drv" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
17092         winejack.drv"
17093 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
17094 dlls/winejack.drv/Makefile: dlls/winejack.drv/Makefile.in dlls/Makedll.rules"
17095 ac_config_files="$ac_config_files dlls/winejack.drv/Makefile"
17096
17097 ALL_MAKEFILES="$ALL_MAKEFILES \\
17098         dlls/winejoystick.drv/Makefile"
17099 test "x$enable_winejoystick_drv" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
17100         winejoystick.drv"
17101 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
17102 dlls/winejoystick.drv/Makefile: dlls/winejoystick.drv/Makefile.in dlls/Makedll.rules"
17103 ac_config_files="$ac_config_files dlls/winejoystick.drv/Makefile"
17104
17105 ALL_MAKEFILES="$ALL_MAKEFILES \\
17106         dlls/winemp3.acm/Makefile"
17107 test "x$enable_winemp3_acm" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
17108         winemp3.acm"
17109 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
17110 dlls/winemp3.acm/Makefile: dlls/winemp3.acm/Makefile.in dlls/Makedll.rules"
17111 ac_config_files="$ac_config_files dlls/winemp3.acm/Makefile"
17112
17113 ALL_MAKEFILES="$ALL_MAKEFILES \\
17114         dlls/winenas.drv/Makefile"
17115 test "x$enable_winenas_drv" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
17116         winenas.drv"
17117 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
17118 dlls/winenas.drv/Makefile: dlls/winenas.drv/Makefile.in dlls/Makedll.rules"
17119 ac_config_files="$ac_config_files dlls/winenas.drv/Makefile"
17120
17121 ALL_MAKEFILES="$ALL_MAKEFILES \\
17122         dlls/wineoss.drv/Makefile"
17123 test "x$enable_wineoss_drv" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
17124         wineoss.drv"
17125 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
17126 dlls/wineoss.drv/Makefile: dlls/wineoss.drv/Makefile.in dlls/Makedll.rules"
17127 ac_config_files="$ac_config_files dlls/wineoss.drv/Makefile"
17128
17129 ALL_MAKEFILES="$ALL_MAKEFILES \\
17130         dlls/wineps.drv/Makefile"
17131 test "x$enable_wineps_drv" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
17132         wineps.drv"
17133 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
17134 dlls/wineps.drv/Makefile: dlls/wineps.drv/Makefile.in dlls/Makedll.rules"
17135 ac_config_files="$ac_config_files dlls/wineps.drv/Makefile"
17136
17137 ALL_MAKEFILES="$ALL_MAKEFILES \\
17138         dlls/wineps16.drv16/Makefile"
17139 test "x$enable_win16" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
17140         wineps16.drv16"
17141 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
17142 dlls/wineps16.drv16/Makefile: dlls/wineps16.drv16/Makefile.in dlls/Makedll.rules"
17143 ac_config_files="$ac_config_files dlls/wineps16.drv16/Makefile"
17144
17145 ALL_MAKEFILES="$ALL_MAKEFILES \\
17146         dlls/winequartz.drv/Makefile"
17147 test "x$enable_winequartz_drv" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
17148         winequartz.drv"
17149 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
17150 dlls/winequartz.drv/Makefile: dlls/winequartz.drv/Makefile.in dlls/Makedll.rules"
17151 ac_config_files="$ac_config_files dlls/winequartz.drv/Makefile"
17152
17153 ALL_MAKEFILES="$ALL_MAKEFILES \\
17154         dlls/winex11.drv/Makefile"
17155 test "x$enable_winex11_drv" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
17156         winex11.drv"
17157 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
17158 dlls/winex11.drv/Makefile: dlls/winex11.drv/Makefile.in dlls/Makedll.rules"
17159 ac_config_files="$ac_config_files dlls/winex11.drv/Makefile"
17160
17161 ALL_MAKEFILES="$ALL_MAKEFILES \\
17162         dlls/wing.dll16/Makefile"
17163 test "x$enable_win16" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
17164         wing.dll16"
17165 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
17166 dlls/wing.dll16/Makefile: dlls/wing.dll16/Makefile.in dlls/Makedll.rules"
17167 ac_config_files="$ac_config_files dlls/wing.dll16/Makefile"
17168
17169 ALL_MAKEFILES="$ALL_MAKEFILES \\
17170         dlls/wing32/Makefile"
17171 test "x$enable_wing32" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
17172         wing32"
17173 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
17174 dlls/wing32/Makefile: dlls/wing32/Makefile.in dlls/Makedll.rules"
17175 ac_config_files="$ac_config_files dlls/wing32/Makefile"
17176
17177 ALL_MAKEFILES="$ALL_MAKEFILES \\
17178         dlls/winhttp/Makefile"
17179 test "x$enable_winhttp" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
17180         winhttp"
17181 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
17182 dlls/winhttp/Makefile: dlls/winhttp/Makefile.in dlls/Makedll.rules"
17183 ac_config_files="$ac_config_files dlls/winhttp/Makefile"
17184
17185 ALL_MAKEFILES="$ALL_MAKEFILES \\
17186         dlls/winhttp/tests/Makefile"
17187 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
17188         winhttp/tests"
17189 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
17190 dlls/winhttp/tests/Makefile: dlls/winhttp/tests/Makefile.in dlls/Maketest.rules"
17191 ac_config_files="$ac_config_files dlls/winhttp/tests/Makefile"
17192
17193 ALL_MAKEFILES="$ALL_MAKEFILES \\
17194         dlls/wininet/Makefile"
17195 test "x$enable_wininet" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
17196         wininet"
17197 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
17198 dlls/wininet/Makefile: dlls/wininet/Makefile.in dlls/Makedll.rules"
17199 ac_config_files="$ac_config_files dlls/wininet/Makefile"
17200
17201 ALL_MAKEFILES="$ALL_MAKEFILES \\
17202         dlls/wininet/tests/Makefile"
17203 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
17204         wininet/tests"
17205 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
17206 dlls/wininet/tests/Makefile: dlls/wininet/tests/Makefile.in dlls/Maketest.rules"
17207 ac_config_files="$ac_config_files dlls/wininet/tests/Makefile"
17208
17209 ALL_MAKEFILES="$ALL_MAKEFILES \\
17210         dlls/winmm/Makefile"
17211 test "x$enable_winmm" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
17212         winmm"
17213 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
17214 dlls/winmm/Makefile: dlls/winmm/Makefile.in dlls/Makedll.rules"
17215 ac_config_files="$ac_config_files dlls/winmm/Makefile"
17216
17217 ALL_MAKEFILES="$ALL_MAKEFILES \\
17218         dlls/winmm/tests/Makefile"
17219 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
17220         winmm/tests"
17221 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
17222 dlls/winmm/tests/Makefile: dlls/winmm/tests/Makefile.in dlls/Maketest.rules"
17223 ac_config_files="$ac_config_files dlls/winmm/tests/Makefile"
17224
17225 ALL_MAKEFILES="$ALL_MAKEFILES \\
17226         dlls/winnls.dll16/Makefile"
17227 test "x$enable_win16" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
17228         winnls.dll16"
17229 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
17230 dlls/winnls.dll16/Makefile: dlls/winnls.dll16/Makefile.in dlls/Makedll.rules"
17231 ac_config_files="$ac_config_files dlls/winnls.dll16/Makefile"
17232
17233 ALL_MAKEFILES="$ALL_MAKEFILES \\
17234         dlls/winnls32/Makefile"
17235 test "x$enable_winnls32" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
17236         winnls32"
17237 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
17238 dlls/winnls32/Makefile: dlls/winnls32/Makefile.in dlls/Makedll.rules"
17239 ac_config_files="$ac_config_files dlls/winnls32/Makefile"
17240
17241 ALL_MAKEFILES="$ALL_MAKEFILES \\
17242         dlls/winscard/Makefile"
17243 test "x$enable_winscard" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
17244         winscard"
17245 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
17246 dlls/winscard/Makefile: dlls/winscard/Makefile.in dlls/Makedll.rules"
17247 ac_config_files="$ac_config_files dlls/winscard/Makefile"
17248
17249 ALL_MAKEFILES="$ALL_MAKEFILES \\
17250         dlls/winsock.dll16/Makefile"
17251 test "x$enable_win16" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
17252         winsock.dll16"
17253 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
17254 dlls/winsock.dll16/Makefile: dlls/winsock.dll16/Makefile.in dlls/Makedll.rules"
17255 ac_config_files="$ac_config_files dlls/winsock.dll16/Makefile"
17256
17257 ALL_MAKEFILES="$ALL_MAKEFILES \\
17258         dlls/winspool.drv/Makefile"
17259 test "x$enable_winspool_drv" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
17260         winspool.drv"
17261 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
17262 dlls/winspool.drv/Makefile: dlls/winspool.drv/Makefile.in dlls/Makedll.rules"
17263 ac_config_files="$ac_config_files dlls/winspool.drv/Makefile"
17264
17265 ALL_MAKEFILES="$ALL_MAKEFILES \\
17266         dlls/winspool.drv/tests/Makefile"
17267 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
17268         winspool.drv/tests"
17269 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
17270 dlls/winspool.drv/tests/Makefile: dlls/winspool.drv/tests/Makefile.in dlls/Maketest.rules"
17271 ac_config_files="$ac_config_files dlls/winspool.drv/tests/Makefile"
17272
17273 ALL_MAKEFILES="$ALL_MAKEFILES \\
17274         dlls/wintab.dll16/Makefile"
17275 test "x$enable_win16" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
17276         wintab.dll16"
17277 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
17278 dlls/wintab.dll16/Makefile: dlls/wintab.dll16/Makefile.in dlls/Makedll.rules"
17279 ac_config_files="$ac_config_files dlls/wintab.dll16/Makefile"
17280
17281 ALL_MAKEFILES="$ALL_MAKEFILES \\
17282         dlls/wintab32/Makefile"
17283 test "x$enable_wintab32" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
17284         wintab32"
17285 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
17286 dlls/wintab32/Makefile: dlls/wintab32/Makefile.in dlls/Makedll.rules"
17287 ac_config_files="$ac_config_files dlls/wintab32/Makefile"
17288
17289 ALL_MAKEFILES="$ALL_MAKEFILES \\
17290         dlls/wintab32/tests/Makefile"
17291 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
17292         wintab32/tests"
17293 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
17294 dlls/wintab32/tests/Makefile: dlls/wintab32/tests/Makefile.in dlls/Maketest.rules"
17295 ac_config_files="$ac_config_files dlls/wintab32/tests/Makefile"
17296
17297 ALL_MAKEFILES="$ALL_MAKEFILES \\
17298         dlls/wintrust/Makefile"
17299 test "x$enable_wintrust" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
17300         wintrust"
17301 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
17302 dlls/wintrust/Makefile: dlls/wintrust/Makefile.in dlls/Makedll.rules"
17303 ac_config_files="$ac_config_files dlls/wintrust/Makefile"
17304
17305 ALL_MAKEFILES="$ALL_MAKEFILES \\
17306         dlls/wintrust/tests/Makefile"
17307 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
17308         wintrust/tests"
17309 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
17310 dlls/wintrust/tests/Makefile: dlls/wintrust/tests/Makefile.in dlls/Maketest.rules"
17311 ac_config_files="$ac_config_files dlls/wintrust/tests/Makefile"
17312
17313 ALL_MAKEFILES="$ALL_MAKEFILES \\
17314         dlls/wldap32/Makefile"
17315 test "x$enable_wldap32" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
17316         wldap32"
17317 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
17318 dlls/wldap32/Makefile: dlls/wldap32/Makefile.in dlls/Makedll.rules"
17319 ac_config_files="$ac_config_files dlls/wldap32/Makefile"
17320
17321 ALL_MAKEFILES="$ALL_MAKEFILES \\
17322         dlls/wldap32/tests/Makefile"
17323 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
17324         wldap32/tests"
17325 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
17326 dlls/wldap32/tests/Makefile: dlls/wldap32/tests/Makefile.in dlls/Maketest.rules"
17327 ac_config_files="$ac_config_files dlls/wldap32/tests/Makefile"
17328
17329 ALL_MAKEFILES="$ALL_MAKEFILES \\
17330         dlls/wmi/Makefile"
17331 test "x$enable_wmi" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
17332         wmi"
17333 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
17334 dlls/wmi/Makefile: dlls/wmi/Makefile.in dlls/Makedll.rules"
17335 ac_config_files="$ac_config_files dlls/wmi/Makefile"
17336
17337 ALL_MAKEFILES="$ALL_MAKEFILES \\
17338         dlls/wmiutils/Makefile"
17339 test "x$enable_wmiutils" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
17340         wmiutils"
17341 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
17342 dlls/wmiutils/Makefile: dlls/wmiutils/Makefile.in dlls/Makedll.rules"
17343 ac_config_files="$ac_config_files dlls/wmiutils/Makefile"
17344
17345 ALL_MAKEFILES="$ALL_MAKEFILES \\
17346         dlls/wnaspi32/Makefile"
17347 test "x$enable_wnaspi32" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
17348         wnaspi32"
17349 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
17350 dlls/wnaspi32/Makefile: dlls/wnaspi32/Makefile.in dlls/Makedll.rules"
17351 ac_config_files="$ac_config_files dlls/wnaspi32/Makefile"
17352
17353 ALL_MAKEFILES="$ALL_MAKEFILES \\
17354         dlls/wow32/Makefile"
17355 test "x$enable_wow32" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
17356         wow32"
17357 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
17358 dlls/wow32/Makefile: dlls/wow32/Makefile.in dlls/Makedll.rules"
17359 ac_config_files="$ac_config_files dlls/wow32/Makefile"
17360
17361 ALL_MAKEFILES="$ALL_MAKEFILES \\
17362         dlls/ws2_32/Makefile"
17363 test "x$enable_ws2_32" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
17364         ws2_32"
17365 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
17366 dlls/ws2_32/Makefile: dlls/ws2_32/Makefile.in dlls/Makedll.rules"
17367 ac_config_files="$ac_config_files dlls/ws2_32/Makefile"
17368
17369 ALL_MAKEFILES="$ALL_MAKEFILES \\
17370         dlls/ws2_32/tests/Makefile"
17371 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
17372         ws2_32/tests"
17373 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
17374 dlls/ws2_32/tests/Makefile: dlls/ws2_32/tests/Makefile.in dlls/Maketest.rules"
17375 ac_config_files="$ac_config_files dlls/ws2_32/tests/Makefile"
17376
17377 ALL_MAKEFILES="$ALL_MAKEFILES \\
17378         dlls/wsock32/Makefile"
17379 test "x$enable_wsock32" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
17380         wsock32"
17381 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
17382 dlls/wsock32/Makefile: dlls/wsock32/Makefile.in dlls/Makedll.rules"
17383 ac_config_files="$ac_config_files dlls/wsock32/Makefile"
17384
17385 ALL_MAKEFILES="$ALL_MAKEFILES \\
17386         dlls/wtsapi32/Makefile"
17387 test "x$enable_wtsapi32" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
17388         wtsapi32"
17389 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
17390 dlls/wtsapi32/Makefile: dlls/wtsapi32/Makefile.in dlls/Makedll.rules"
17391 ac_config_files="$ac_config_files dlls/wtsapi32/Makefile"
17392
17393 ALL_MAKEFILES="$ALL_MAKEFILES \\
17394         dlls/wuapi/Makefile"
17395 test "x$enable_wuapi" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
17396         wuapi"
17397 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
17398 dlls/wuapi/Makefile: dlls/wuapi/Makefile.in dlls/Makedll.rules"
17399 ac_config_files="$ac_config_files dlls/wuapi/Makefile"
17400
17401 ALL_MAKEFILES="$ALL_MAKEFILES \\
17402         dlls/wuaueng/Makefile"
17403 test "x$enable_wuaueng" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
17404         wuaueng"
17405 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
17406 dlls/wuaueng/Makefile: dlls/wuaueng/Makefile.in dlls/Makedll.rules"
17407 ac_config_files="$ac_config_files dlls/wuaueng/Makefile"
17408
17409 ALL_MAKEFILES="$ALL_MAKEFILES \\
17410         dlls/xinput1_1/Makefile"
17411 test "x$enable_xinput1_1" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
17412         xinput1_1"
17413 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
17414 dlls/xinput1_1/Makefile: dlls/xinput1_1/Makefile.in dlls/Makedll.rules"
17415 ac_config_files="$ac_config_files dlls/xinput1_1/Makefile"
17416
17417 ALL_MAKEFILES="$ALL_MAKEFILES \\
17418         dlls/xinput1_2/Makefile"
17419 test "x$enable_xinput1_2" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
17420         xinput1_2"
17421 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
17422 dlls/xinput1_2/Makefile: dlls/xinput1_2/Makefile.in dlls/Makedll.rules"
17423 ac_config_files="$ac_config_files dlls/xinput1_2/Makefile"
17424
17425 ALL_MAKEFILES="$ALL_MAKEFILES \\
17426         dlls/xinput1_3/Makefile"
17427 test "x$enable_xinput1_3" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
17428         xinput1_3"
17429 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
17430 dlls/xinput1_3/Makefile: dlls/xinput1_3/Makefile.in dlls/Makedll.rules"
17431 ac_config_files="$ac_config_files dlls/xinput1_3/Makefile"
17432
17433 ALL_MAKEFILES="$ALL_MAKEFILES \\
17434         dlls/xinput1_3/tests/Makefile"
17435 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
17436         xinput1_3/tests"
17437 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
17438 dlls/xinput1_3/tests/Makefile: dlls/xinput1_3/tests/Makefile.in dlls/Maketest.rules"
17439 ac_config_files="$ac_config_files dlls/xinput1_3/tests/Makefile"
17440
17441 ALL_MAKEFILES="$ALL_MAKEFILES \\
17442         dlls/xinput9_1_0/Makefile"
17443 test "x$enable_xinput9_1_0" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
17444         xinput9_1_0"
17445 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
17446 dlls/xinput9_1_0/Makefile: dlls/xinput9_1_0/Makefile.in dlls/Makedll.rules"
17447 ac_config_files="$ac_config_files dlls/xinput9_1_0/Makefile"
17448
17449 ALL_MAKEFILES="$ALL_MAKEFILES \\
17450         dlls/xmllite/Makefile"
17451 test "x$enable_xmllite" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
17452         xmllite"
17453 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
17454 dlls/xmllite/Makefile: dlls/xmllite/Makefile.in dlls/Makedll.rules"
17455 ac_config_files="$ac_config_files dlls/xmllite/Makefile"
17456
17457 ALL_MAKEFILES="$ALL_MAKEFILES \\
17458         documentation/Makefile"
17459 test "x$enable_documentation" != xno && ALL_TOP_DIRS="$ALL_TOP_DIRS \\
17460         documentation"
17461 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
17462 documentation/Makefile: documentation/Makefile.in Make.rules"
17463 ac_config_files="$ac_config_files documentation/Makefile"
17464
17465 ALL_MAKEFILES="$ALL_MAKEFILES \\
17466         fonts/Makefile"
17467 test "x$enable_fonts" != xno && ALL_TOP_DIRS="$ALL_TOP_DIRS \\
17468         fonts"
17469 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
17470 fonts/Makefile: fonts/Makefile.in Make.rules"
17471 ac_config_files="$ac_config_files fonts/Makefile"
17472
17473 ALL_MAKEFILES="$ALL_MAKEFILES \\
17474         include/Makefile"
17475 test "x$enable_include" != xno && ALL_TOP_DIRS="$ALL_TOP_DIRS \\
17476         include"
17477 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
17478 include/Makefile: include/Makefile.in Make.rules"
17479 ac_config_files="$ac_config_files include/Makefile"
17480
17481 ALL_MAKEFILES="$ALL_MAKEFILES \\
17482         libs/Makefile"
17483 test "x$enable_libs" != xno && ALL_TOP_DIRS="$ALL_TOP_DIRS \\
17484         libs"
17485 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
17486 libs/Makefile: libs/Makefile.in Make.rules"
17487 ac_config_files="$ac_config_files libs/Makefile"
17488
17489 ALL_MAKEFILES="$ALL_MAKEFILES \\
17490         libs/port/Makefile"
17491
17492 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
17493 libs/port/Makefile: libs/port/Makefile.in Make.rules"
17494 ac_config_files="$ac_config_files libs/port/Makefile"
17495
17496 ALL_MAKEFILES="$ALL_MAKEFILES \\
17497         libs/wine/Makefile"
17498
17499 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
17500 libs/wine/Makefile: libs/wine/Makefile.in Make.rules"
17501 ac_config_files="$ac_config_files libs/wine/Makefile"
17502
17503 ALL_MAKEFILES="$ALL_MAKEFILES \\
17504         libs/wpp/Makefile"
17505
17506 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
17507 libs/wpp/Makefile: libs/wpp/Makefile.in Make.rules"
17508 ac_config_files="$ac_config_files libs/wpp/Makefile"
17509
17510 ALL_MAKEFILES="$ALL_MAKEFILES \\
17511         loader/Makefile"
17512 test "x$enable_loader" != xno && ALL_TOP_DIRS="$ALL_TOP_DIRS \\
17513         loader"
17514 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
17515 loader/Makefile: loader/Makefile.in Make.rules"
17516 ac_config_files="$ac_config_files loader/Makefile"
17517
17518 ALL_MAKEFILES="$ALL_MAKEFILES \\
17519         programs/Makefile"
17520 test "x$enable_programs" != xno && ALL_TOP_DIRS="$ALL_TOP_DIRS \\
17521         programs"
17522 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
17523 programs/Makefile: programs/Makefile.in Make.rules"
17524 ac_config_files="$ac_config_files programs/Makefile"
17525
17526 ALL_MAKEFILES="$ALL_MAKEFILES \\
17527         programs/cacls/Makefile"
17528 test "x$enable_cacls" != xno && ALL_PROGRAM_DIRS="$ALL_PROGRAM_DIRS \\
17529         cacls" && ALL_PROGRAM_INSTALL_DIRS="$ALL_PROGRAM_INSTALL_DIRS \\
17530         cacls"
17531 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
17532 programs/cacls/Makefile: programs/cacls/Makefile.in programs/Makeprog.rules"
17533 ac_config_files="$ac_config_files programs/cacls/Makefile"
17534
17535 ALL_MAKEFILES="$ALL_MAKEFILES \\
17536         programs/clock/Makefile"
17537 test "x$enable_clock" != xno && ALL_PROGRAM_DIRS="$ALL_PROGRAM_DIRS \\
17538         clock" && ALL_PROGRAM_INSTALL_DIRS="$ALL_PROGRAM_INSTALL_DIRS \\
17539         clock"
17540 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
17541 programs/clock/Makefile: programs/clock/Makefile.in programs/Makeprog.rules"
17542 ac_config_files="$ac_config_files programs/clock/Makefile"
17543
17544 ALL_MAKEFILES="$ALL_MAKEFILES \\
17545         programs/cmd/Makefile"
17546 test "x$enable_cmd" != xno && ALL_PROGRAM_DIRS="$ALL_PROGRAM_DIRS \\
17547         cmd" && ALL_PROGRAM_INSTALL_DIRS="$ALL_PROGRAM_INSTALL_DIRS \\
17548         cmd"
17549 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
17550 programs/cmd/Makefile: programs/cmd/Makefile.in programs/Makeprog.rules"
17551 ac_config_files="$ac_config_files programs/cmd/Makefile"
17552
17553 ALL_MAKEFILES="$ALL_MAKEFILES \\
17554         programs/cmdlgtst/Makefile"
17555 test "x$enable_cmdlgtst" != xno && ALL_PROGRAM_DIRS="$ALL_PROGRAM_DIRS \\
17556         cmdlgtst"
17557 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
17558 programs/cmdlgtst/Makefile: programs/cmdlgtst/Makefile.in programs/Makeprog.rules"
17559 ac_config_files="$ac_config_files programs/cmdlgtst/Makefile"
17560
17561 ALL_MAKEFILES="$ALL_MAKEFILES \\
17562         programs/control/Makefile"
17563 test "x$enable_control" != xno && ALL_PROGRAM_DIRS="$ALL_PROGRAM_DIRS \\
17564         control" && ALL_PROGRAM_INSTALL_DIRS="$ALL_PROGRAM_INSTALL_DIRS \\
17565         control"
17566 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
17567 programs/control/Makefile: programs/control/Makefile.in programs/Makeprog.rules"
17568 ac_config_files="$ac_config_files programs/control/Makefile"
17569
17570 ALL_MAKEFILES="$ALL_MAKEFILES \\
17571         programs/dxdiag/Makefile"
17572 test "x$enable_dxdiag" != xno && ALL_PROGRAM_DIRS="$ALL_PROGRAM_DIRS \\
17573         dxdiag" && ALL_PROGRAM_INSTALL_DIRS="$ALL_PROGRAM_INSTALL_DIRS \\
17574         dxdiag"
17575 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
17576 programs/dxdiag/Makefile: programs/dxdiag/Makefile.in programs/Makeprog.rules"
17577 ac_config_files="$ac_config_files programs/dxdiag/Makefile"
17578
17579 ALL_MAKEFILES="$ALL_MAKEFILES \\
17580         programs/eject/Makefile"
17581 test "x$enable_eject" != xno && ALL_PROGRAM_DIRS="$ALL_PROGRAM_DIRS \\
17582         eject" && ALL_PROGRAM_INSTALL_DIRS="$ALL_PROGRAM_INSTALL_DIRS \\
17583         eject"
17584 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
17585 programs/eject/Makefile: programs/eject/Makefile.in programs/Makeprog.rules"
17586 ac_config_files="$ac_config_files programs/eject/Makefile"
17587
17588 ALL_MAKEFILES="$ALL_MAKEFILES \\
17589         programs/expand/Makefile"
17590 test "x$enable_expand" != xno && ALL_PROGRAM_DIRS="$ALL_PROGRAM_DIRS \\
17591         expand" && ALL_PROGRAM_INSTALL_DIRS="$ALL_PROGRAM_INSTALL_DIRS \\
17592         expand"
17593 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
17594 programs/expand/Makefile: programs/expand/Makefile.in programs/Makeprog.rules"
17595 ac_config_files="$ac_config_files programs/expand/Makefile"
17596
17597 ALL_MAKEFILES="$ALL_MAKEFILES \\
17598         programs/explorer/Makefile"
17599 test "x$enable_explorer" != xno && ALL_PROGRAM_DIRS="$ALL_PROGRAM_DIRS \\
17600         explorer" && ALL_PROGRAM_INSTALL_DIRS="$ALL_PROGRAM_INSTALL_DIRS \\
17601         explorer"
17602 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
17603 programs/explorer/Makefile: programs/explorer/Makefile.in programs/Makeprog.rules"
17604 ac_config_files="$ac_config_files programs/explorer/Makefile"
17605
17606 ALL_MAKEFILES="$ALL_MAKEFILES \\
17607         programs/extrac32/Makefile"
17608 test "x$enable_extrac32" != xno && ALL_PROGRAM_DIRS="$ALL_PROGRAM_DIRS \\
17609         extrac32" && ALL_PROGRAM_INSTALL_DIRS="$ALL_PROGRAM_INSTALL_DIRS \\
17610         extrac32"
17611 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
17612 programs/extrac32/Makefile: programs/extrac32/Makefile.in programs/Makeprog.rules"
17613 ac_config_files="$ac_config_files programs/extrac32/Makefile"
17614
17615 ALL_MAKEFILES="$ALL_MAKEFILES \\
17616         programs/hh/Makefile"
17617 test "x$enable_hh" != xno && ALL_PROGRAM_DIRS="$ALL_PROGRAM_DIRS \\
17618         hh" && ALL_PROGRAM_INSTALL_DIRS="$ALL_PROGRAM_INSTALL_DIRS \\
17619         hh"
17620 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
17621 programs/hh/Makefile: programs/hh/Makefile.in programs/Makeprog.rules"
17622 ac_config_files="$ac_config_files programs/hh/Makefile"
17623
17624 ALL_MAKEFILES="$ALL_MAKEFILES \\
17625         programs/icinfo/Makefile"
17626 test "x$enable_icinfo" != xno && ALL_PROGRAM_DIRS="$ALL_PROGRAM_DIRS \\
17627         icinfo" && ALL_PROGRAM_INSTALL_DIRS="$ALL_PROGRAM_INSTALL_DIRS \\
17628         icinfo"
17629 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
17630 programs/icinfo/Makefile: programs/icinfo/Makefile.in programs/Makeprog.rules"
17631 ac_config_files="$ac_config_files programs/icinfo/Makefile"
17632
17633 ALL_MAKEFILES="$ALL_MAKEFILES \\
17634         programs/iexplore/Makefile"
17635 test "x$enable_iexplore" != xno && ALL_PROGRAM_DIRS="$ALL_PROGRAM_DIRS \\
17636         iexplore" && ALL_PROGRAM_INSTALL_DIRS="$ALL_PROGRAM_INSTALL_DIRS \\
17637         iexplore"
17638 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
17639 programs/iexplore/Makefile: programs/iexplore/Makefile.in programs/Makeprog.rules"
17640 ac_config_files="$ac_config_files programs/iexplore/Makefile"
17641
17642 ALL_MAKEFILES="$ALL_MAKEFILES \\
17643         programs/lodctr/Makefile"
17644 test "x$enable_lodctr" != xno && ALL_PROGRAM_DIRS="$ALL_PROGRAM_DIRS \\
17645         lodctr" && ALL_PROGRAM_INSTALL_DIRS="$ALL_PROGRAM_INSTALL_DIRS \\
17646         lodctr"
17647 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
17648 programs/lodctr/Makefile: programs/lodctr/Makefile.in programs/Makeprog.rules"
17649 ac_config_files="$ac_config_files programs/lodctr/Makefile"
17650
17651 ALL_MAKEFILES="$ALL_MAKEFILES \\
17652         programs/mshta/Makefile"
17653 test "x$enable_mshta" != xno && ALL_PROGRAM_DIRS="$ALL_PROGRAM_DIRS \\
17654         mshta" && ALL_PROGRAM_INSTALL_DIRS="$ALL_PROGRAM_INSTALL_DIRS \\
17655         mshta"
17656 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
17657 programs/mshta/Makefile: programs/mshta/Makefile.in programs/Makeprog.rules"
17658 ac_config_files="$ac_config_files programs/mshta/Makefile"
17659
17660 ALL_MAKEFILES="$ALL_MAKEFILES \\
17661         programs/msiexec/Makefile"
17662 test "x$enable_msiexec" != xno && ALL_PROGRAM_DIRS="$ALL_PROGRAM_DIRS \\
17663         msiexec" && ALL_PROGRAM_INSTALL_DIRS="$ALL_PROGRAM_INSTALL_DIRS \\
17664         msiexec" && ALL_PROGRAM_BIN_INSTALL_DIRS="$ALL_PROGRAM_BIN_INSTALL_DIRS \\
17665         msiexec"
17666 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
17667 programs/msiexec/Makefile: programs/msiexec/Makefile.in programs/Makeprog.rules"
17668 ac_config_files="$ac_config_files programs/msiexec/Makefile"
17669
17670 ALL_MAKEFILES="$ALL_MAKEFILES \\
17671         programs/net/Makefile"
17672 test "x$enable_net" != xno && ALL_PROGRAM_DIRS="$ALL_PROGRAM_DIRS \\
17673         net" && ALL_PROGRAM_INSTALL_DIRS="$ALL_PROGRAM_INSTALL_DIRS \\
17674         net"
17675 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
17676 programs/net/Makefile: programs/net/Makefile.in programs/Makeprog.rules"
17677 ac_config_files="$ac_config_files programs/net/Makefile"
17678
17679 ALL_MAKEFILES="$ALL_MAKEFILES \\
17680         programs/notepad/Makefile"
17681 test "x$enable_notepad" != xno && ALL_PROGRAM_DIRS="$ALL_PROGRAM_DIRS \\
17682         notepad" && ALL_PROGRAM_INSTALL_DIRS="$ALL_PROGRAM_INSTALL_DIRS \\
17683         notepad" && ALL_PROGRAM_BIN_INSTALL_DIRS="$ALL_PROGRAM_BIN_INSTALL_DIRS \\
17684         notepad"
17685 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
17686 programs/notepad/Makefile: programs/notepad/Makefile.in programs/Makeprog.rules"
17687 ac_config_files="$ac_config_files programs/notepad/Makefile"
17688
17689 ALL_MAKEFILES="$ALL_MAKEFILES \\
17690         programs/oleview/Makefile"
17691 test "x$enable_oleview" != xno && ALL_PROGRAM_DIRS="$ALL_PROGRAM_DIRS \\
17692         oleview" && ALL_PROGRAM_INSTALL_DIRS="$ALL_PROGRAM_INSTALL_DIRS \\
17693         oleview"
17694 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
17695 programs/oleview/Makefile: programs/oleview/Makefile.in programs/Makeprog.rules"
17696 ac_config_files="$ac_config_files programs/oleview/Makefile"
17697
17698 ALL_MAKEFILES="$ALL_MAKEFILES \\
17699         programs/progman/Makefile"
17700 test "x$enable_progman" != xno && ALL_PROGRAM_DIRS="$ALL_PROGRAM_DIRS \\
17701         progman" && ALL_PROGRAM_INSTALL_DIRS="$ALL_PROGRAM_INSTALL_DIRS \\
17702         progman"
17703 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
17704 programs/progman/Makefile: programs/progman/Makefile.in programs/Makeprog.rules"
17705 ac_config_files="$ac_config_files programs/progman/Makefile"
17706
17707 ALL_MAKEFILES="$ALL_MAKEFILES \\
17708         programs/reg/Makefile"
17709 test "x$enable_reg" != xno && ALL_PROGRAM_DIRS="$ALL_PROGRAM_DIRS \\
17710         reg" && ALL_PROGRAM_INSTALL_DIRS="$ALL_PROGRAM_INSTALL_DIRS \\
17711         reg"
17712 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
17713 programs/reg/Makefile: programs/reg/Makefile.in programs/Makeprog.rules"
17714 ac_config_files="$ac_config_files programs/reg/Makefile"
17715
17716 ALL_MAKEFILES="$ALL_MAKEFILES \\
17717         programs/regedit/Makefile"
17718 test "x$enable_regedit" != xno && ALL_PROGRAM_DIRS="$ALL_PROGRAM_DIRS \\
17719         regedit" && ALL_PROGRAM_INSTALL_DIRS="$ALL_PROGRAM_INSTALL_DIRS \\
17720         regedit" && ALL_PROGRAM_BIN_INSTALL_DIRS="$ALL_PROGRAM_BIN_INSTALL_DIRS \\
17721         regedit"
17722 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
17723 programs/regedit/Makefile: programs/regedit/Makefile.in programs/Makeprog.rules"
17724 ac_config_files="$ac_config_files programs/regedit/Makefile"
17725
17726 ALL_MAKEFILES="$ALL_MAKEFILES \\
17727         programs/regsvr32/Makefile"
17728 test "x$enable_regsvr32" != xno && ALL_PROGRAM_DIRS="$ALL_PROGRAM_DIRS \\
17729         regsvr32" && ALL_PROGRAM_INSTALL_DIRS="$ALL_PROGRAM_INSTALL_DIRS \\
17730         regsvr32" && ALL_PROGRAM_BIN_INSTALL_DIRS="$ALL_PROGRAM_BIN_INSTALL_DIRS \\
17731         regsvr32"
17732 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
17733 programs/regsvr32/Makefile: programs/regsvr32/Makefile.in programs/Makeprog.rules"
17734 ac_config_files="$ac_config_files programs/regsvr32/Makefile"
17735
17736 ALL_MAKEFILES="$ALL_MAKEFILES \\
17737         programs/rpcss/Makefile"
17738 test "x$enable_rpcss" != xno && ALL_PROGRAM_DIRS="$ALL_PROGRAM_DIRS \\
17739         rpcss" && ALL_PROGRAM_INSTALL_DIRS="$ALL_PROGRAM_INSTALL_DIRS \\
17740         rpcss"
17741 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
17742 programs/rpcss/Makefile: programs/rpcss/Makefile.in programs/Makeprog.rules"
17743 ac_config_files="$ac_config_files programs/rpcss/Makefile"
17744
17745 ALL_MAKEFILES="$ALL_MAKEFILES \\
17746         programs/rundll32/Makefile"
17747 test "x$enable_rundll32" != xno && ALL_PROGRAM_DIRS="$ALL_PROGRAM_DIRS \\
17748         rundll32" && ALL_PROGRAM_INSTALL_DIRS="$ALL_PROGRAM_INSTALL_DIRS \\
17749         rundll32"
17750 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
17751 programs/rundll32/Makefile: programs/rundll32/Makefile.in programs/Makeprog.rules"
17752 ac_config_files="$ac_config_files programs/rundll32/Makefile"
17753
17754 ALL_MAKEFILES="$ALL_MAKEFILES \\
17755         programs/secedit/Makefile"
17756 test "x$enable_secedit" != xno && ALL_PROGRAM_DIRS="$ALL_PROGRAM_DIRS \\
17757         secedit" && ALL_PROGRAM_INSTALL_DIRS="$ALL_PROGRAM_INSTALL_DIRS \\
17758         secedit"
17759 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
17760 programs/secedit/Makefile: programs/secedit/Makefile.in programs/Makeprog.rules"
17761 ac_config_files="$ac_config_files programs/secedit/Makefile"
17762
17763 ALL_MAKEFILES="$ALL_MAKEFILES \\
17764         programs/services/Makefile"
17765 test "x$enable_services" != xno && ALL_PROGRAM_DIRS="$ALL_PROGRAM_DIRS \\
17766         services" && ALL_PROGRAM_INSTALL_DIRS="$ALL_PROGRAM_INSTALL_DIRS \\
17767         services"
17768 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
17769 programs/services/Makefile: programs/services/Makefile.in programs/Makeprog.rules"
17770 ac_config_files="$ac_config_files programs/services/Makefile"
17771
17772 ALL_MAKEFILES="$ALL_MAKEFILES \\
17773         programs/spoolsv/Makefile"
17774 test "x$enable_spoolsv" != xno && ALL_PROGRAM_DIRS="$ALL_PROGRAM_DIRS \\
17775         spoolsv" && ALL_PROGRAM_INSTALL_DIRS="$ALL_PROGRAM_INSTALL_DIRS \\
17776         spoolsv"
17777 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
17778 programs/spoolsv/Makefile: programs/spoolsv/Makefile.in programs/Makeprog.rules"
17779 ac_config_files="$ac_config_files programs/spoolsv/Makefile"
17780
17781 ALL_MAKEFILES="$ALL_MAKEFILES \\
17782         programs/start/Makefile"
17783 test "x$enable_start" != xno && ALL_PROGRAM_DIRS="$ALL_PROGRAM_DIRS \\
17784         start" && ALL_PROGRAM_INSTALL_DIRS="$ALL_PROGRAM_INSTALL_DIRS \\
17785         start"
17786 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
17787 programs/start/Makefile: programs/start/Makefile.in programs/Makeprog.rules"
17788 ac_config_files="$ac_config_files programs/start/Makefile"
17789
17790 ALL_MAKEFILES="$ALL_MAKEFILES \\
17791         programs/svchost/Makefile"
17792 test "x$enable_svchost" != xno && ALL_PROGRAM_DIRS="$ALL_PROGRAM_DIRS \\
17793         svchost" && ALL_PROGRAM_INSTALL_DIRS="$ALL_PROGRAM_INSTALL_DIRS \\
17794         svchost"
17795 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
17796 programs/svchost/Makefile: programs/svchost/Makefile.in programs/Makeprog.rules"
17797 ac_config_files="$ac_config_files programs/svchost/Makefile"
17798
17799 ALL_MAKEFILES="$ALL_MAKEFILES \\
17800         programs/taskmgr/Makefile"
17801 test "x$enable_taskmgr" != xno && ALL_PROGRAM_DIRS="$ALL_PROGRAM_DIRS \\
17802         taskmgr" && ALL_PROGRAM_INSTALL_DIRS="$ALL_PROGRAM_INSTALL_DIRS \\
17803         taskmgr"
17804 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
17805 programs/taskmgr/Makefile: programs/taskmgr/Makefile.in programs/Makeprog.rules"
17806 ac_config_files="$ac_config_files programs/taskmgr/Makefile"
17807
17808 ALL_MAKEFILES="$ALL_MAKEFILES \\
17809         programs/termsv/Makefile"
17810 test "x$enable_termsv" != xno && ALL_PROGRAM_DIRS="$ALL_PROGRAM_DIRS \\
17811         termsv" && ALL_PROGRAM_INSTALL_DIRS="$ALL_PROGRAM_INSTALL_DIRS \\
17812         termsv"
17813 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
17814 programs/termsv/Makefile: programs/termsv/Makefile.in programs/Makeprog.rules"
17815 ac_config_files="$ac_config_files programs/termsv/Makefile"
17816
17817 ALL_MAKEFILES="$ALL_MAKEFILES \\
17818         programs/uninstaller/Makefile"
17819 test "x$enable_uninstaller" != xno && ALL_PROGRAM_DIRS="$ALL_PROGRAM_DIRS \\
17820         uninstaller" && ALL_PROGRAM_INSTALL_DIRS="$ALL_PROGRAM_INSTALL_DIRS \\
17821         uninstaller"
17822 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
17823 programs/uninstaller/Makefile: programs/uninstaller/Makefile.in programs/Makeprog.rules"
17824 ac_config_files="$ac_config_files programs/uninstaller/Makefile"
17825
17826 ALL_MAKEFILES="$ALL_MAKEFILES \\
17827         programs/unlodctr/Makefile"
17828 test "x$enable_unlodctr" != xno && ALL_PROGRAM_DIRS="$ALL_PROGRAM_DIRS \\
17829         unlodctr" && ALL_PROGRAM_INSTALL_DIRS="$ALL_PROGRAM_INSTALL_DIRS \\
17830         unlodctr"
17831 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
17832 programs/unlodctr/Makefile: programs/unlodctr/Makefile.in programs/Makeprog.rules"
17833 ac_config_files="$ac_config_files programs/unlodctr/Makefile"
17834
17835 ALL_MAKEFILES="$ALL_MAKEFILES \\
17836         programs/view/Makefile"
17837 test "x$enable_view" != xno && ALL_PROGRAM_DIRS="$ALL_PROGRAM_DIRS \\
17838         view"
17839 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
17840 programs/view/Makefile: programs/view/Makefile.in programs/Makeprog.rules"
17841 ac_config_files="$ac_config_files programs/view/Makefile"
17842
17843 ALL_MAKEFILES="$ALL_MAKEFILES \\
17844         programs/wineboot/Makefile"
17845 test "x$enable_wineboot" != xno && ALL_PROGRAM_DIRS="$ALL_PROGRAM_DIRS \\
17846         wineboot" && ALL_PROGRAM_INSTALL_DIRS="$ALL_PROGRAM_INSTALL_DIRS \\
17847         wineboot" && ALL_PROGRAM_BIN_INSTALL_DIRS="$ALL_PROGRAM_BIN_INSTALL_DIRS \\
17848         wineboot"
17849 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
17850 programs/wineboot/Makefile: programs/wineboot/Makefile.in programs/Makeprog.rules"
17851 ac_config_files="$ac_config_files programs/wineboot/Makefile"
17852
17853 ALL_MAKEFILES="$ALL_MAKEFILES \\
17854         programs/winebrowser/Makefile"
17855 test "x$enable_winebrowser" != xno && ALL_PROGRAM_DIRS="$ALL_PROGRAM_DIRS \\
17856         winebrowser" && ALL_PROGRAM_INSTALL_DIRS="$ALL_PROGRAM_INSTALL_DIRS \\
17857         winebrowser"
17858 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
17859 programs/winebrowser/Makefile: programs/winebrowser/Makefile.in programs/Makeprog.rules"
17860 ac_config_files="$ac_config_files programs/winebrowser/Makefile"
17861
17862 ALL_MAKEFILES="$ALL_MAKEFILES \\
17863         programs/winecfg/Makefile"
17864 test "x$enable_winecfg" != xno && ALL_PROGRAM_DIRS="$ALL_PROGRAM_DIRS \\
17865         winecfg" && ALL_PROGRAM_INSTALL_DIRS="$ALL_PROGRAM_INSTALL_DIRS \\
17866         winecfg" && ALL_PROGRAM_BIN_INSTALL_DIRS="$ALL_PROGRAM_BIN_INSTALL_DIRS \\
17867         winecfg"
17868 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
17869 programs/winecfg/Makefile: programs/winecfg/Makefile.in programs/Makeprog.rules"
17870 ac_config_files="$ac_config_files programs/winecfg/Makefile"
17871
17872 ALL_MAKEFILES="$ALL_MAKEFILES \\
17873         programs/wineconsole/Makefile"
17874 test "x$enable_wineconsole" != xno && ALL_PROGRAM_DIRS="$ALL_PROGRAM_DIRS \\
17875         wineconsole" && ALL_PROGRAM_INSTALL_DIRS="$ALL_PROGRAM_INSTALL_DIRS \\
17876         wineconsole" && ALL_PROGRAM_BIN_INSTALL_DIRS="$ALL_PROGRAM_BIN_INSTALL_DIRS \\
17877         wineconsole"
17878 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
17879 programs/wineconsole/Makefile: programs/wineconsole/Makefile.in programs/Makeprog.rules"
17880 ac_config_files="$ac_config_files programs/wineconsole/Makefile"
17881
17882 ALL_MAKEFILES="$ALL_MAKEFILES \\
17883         programs/winedbg/Makefile"
17884 test "x$enable_winedbg" != xno && ALL_PROGRAM_DIRS="$ALL_PROGRAM_DIRS \\
17885         winedbg" && ALL_PROGRAM_INSTALL_DIRS="$ALL_PROGRAM_INSTALL_DIRS \\
17886         winedbg" && ALL_PROGRAM_BIN_INSTALL_DIRS="$ALL_PROGRAM_BIN_INSTALL_DIRS \\
17887         winedbg"
17888 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
17889 programs/winedbg/Makefile: programs/winedbg/Makefile.in programs/Makeprog.rules"
17890 ac_config_files="$ac_config_files programs/winedbg/Makefile"
17891
17892 ALL_MAKEFILES="$ALL_MAKEFILES \\
17893         programs/winedevice/Makefile"
17894 test "x$enable_winedevice" != xno && ALL_PROGRAM_DIRS="$ALL_PROGRAM_DIRS \\
17895         winedevice" && ALL_PROGRAM_INSTALL_DIRS="$ALL_PROGRAM_INSTALL_DIRS \\
17896         winedevice"
17897 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
17898 programs/winedevice/Makefile: programs/winedevice/Makefile.in programs/Makeprog.rules"
17899 ac_config_files="$ac_config_files programs/winedevice/Makefile"
17900
17901 ALL_MAKEFILES="$ALL_MAKEFILES \\
17902         programs/winefile/Makefile"
17903 test "x$enable_winefile" != xno && ALL_PROGRAM_DIRS="$ALL_PROGRAM_DIRS \\
17904         winefile" && ALL_PROGRAM_INSTALL_DIRS="$ALL_PROGRAM_INSTALL_DIRS \\
17905         winefile" && ALL_PROGRAM_BIN_INSTALL_DIRS="$ALL_PROGRAM_BIN_INSTALL_DIRS \\
17906         winefile"
17907 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
17908 programs/winefile/Makefile: programs/winefile/Makefile.in programs/Makeprog.rules"
17909 ac_config_files="$ac_config_files programs/winefile/Makefile"
17910
17911 ALL_MAKEFILES="$ALL_MAKEFILES \\
17912         programs/winemenubuilder/Makefile"
17913 test "x$enable_winemenubuilder" != xno && ALL_PROGRAM_DIRS="$ALL_PROGRAM_DIRS \\
17914         winemenubuilder" && ALL_PROGRAM_INSTALL_DIRS="$ALL_PROGRAM_INSTALL_DIRS \\
17915         winemenubuilder"
17916 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
17917 programs/winemenubuilder/Makefile: programs/winemenubuilder/Makefile.in programs/Makeprog.rules"
17918 ac_config_files="$ac_config_files programs/winemenubuilder/Makefile"
17919
17920 ALL_MAKEFILES="$ALL_MAKEFILES \\
17921         programs/winemine/Makefile"
17922 test "x$enable_winemine" != xno && ALL_PROGRAM_DIRS="$ALL_PROGRAM_DIRS \\
17923         winemine" && ALL_PROGRAM_INSTALL_DIRS="$ALL_PROGRAM_INSTALL_DIRS \\
17924         winemine" && ALL_PROGRAM_BIN_INSTALL_DIRS="$ALL_PROGRAM_BIN_INSTALL_DIRS \\
17925         winemine"
17926 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
17927 programs/winemine/Makefile: programs/winemine/Makefile.in programs/Makeprog.rules"
17928 ac_config_files="$ac_config_files programs/winemine/Makefile"
17929
17930 ALL_MAKEFILES="$ALL_MAKEFILES \\
17931         programs/winepath/Makefile"
17932 test "x$enable_winepath" != xno && ALL_PROGRAM_DIRS="$ALL_PROGRAM_DIRS \\
17933         winepath" && ALL_PROGRAM_INSTALL_DIRS="$ALL_PROGRAM_INSTALL_DIRS \\
17934         winepath" && ALL_PROGRAM_BIN_INSTALL_DIRS="$ALL_PROGRAM_BIN_INSTALL_DIRS \\
17935         winepath"
17936 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
17937 programs/winepath/Makefile: programs/winepath/Makefile.in programs/Makeprog.rules"
17938 ac_config_files="$ac_config_files programs/winepath/Makefile"
17939
17940 ALL_MAKEFILES="$ALL_MAKEFILES \\
17941         programs/winetest/Makefile"
17942 test "x$enable_winetest" != xno && ALL_PROGRAM_DIRS="$ALL_PROGRAM_DIRS \\
17943         winetest"
17944 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
17945 programs/winetest/Makefile: programs/winetest/Makefile.in programs/Makeprog.rules"
17946 ac_config_files="$ac_config_files programs/winetest/Makefile"
17947
17948 ALL_MAKEFILES="$ALL_MAKEFILES \\
17949         programs/winevdm/Makefile"
17950 test "x$enable_winevdm" != xno && ALL_PROGRAM_DIRS="$ALL_PROGRAM_DIRS \\
17951         winevdm" && ALL_PROGRAM_INSTALL_DIRS="$ALL_PROGRAM_INSTALL_DIRS \\
17952         winevdm"
17953 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
17954 programs/winevdm/Makefile: programs/winevdm/Makefile.in programs/Makeprog.rules"
17955 ac_config_files="$ac_config_files programs/winevdm/Makefile"
17956
17957 ALL_MAKEFILES="$ALL_MAKEFILES \\
17958         programs/winhelp.exe16/Makefile"
17959 test "x$enable_win16" != xno && ALL_PROGRAM_DIRS="$ALL_PROGRAM_DIRS \\
17960         winhelp.exe16" && ALL_PROGRAM_INSTALL_DIRS="$ALL_PROGRAM_INSTALL_DIRS \\
17961         winhelp.exe16"
17962 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
17963 programs/winhelp.exe16/Makefile: programs/winhelp.exe16/Makefile.in programs/Makeprog.rules"
17964 ac_config_files="$ac_config_files programs/winhelp.exe16/Makefile"
17965
17966 ALL_MAKEFILES="$ALL_MAKEFILES \\
17967         programs/winhlp32/Makefile"
17968 test "x$enable_winhlp32" != xno && ALL_PROGRAM_DIRS="$ALL_PROGRAM_DIRS \\
17969         winhlp32" && ALL_PROGRAM_INSTALL_DIRS="$ALL_PROGRAM_INSTALL_DIRS \\
17970         winhlp32"
17971 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
17972 programs/winhlp32/Makefile: programs/winhlp32/Makefile.in programs/Makeprog.rules"
17973 ac_config_files="$ac_config_files programs/winhlp32/Makefile"
17974
17975 ALL_MAKEFILES="$ALL_MAKEFILES \\
17976         programs/winoldap.mod16/Makefile"
17977 test "x$enable_win16" != xno && ALL_PROGRAM_DIRS="$ALL_PROGRAM_DIRS \\
17978         winoldap.mod16" && ALL_PROGRAM_INSTALL_DIRS="$ALL_PROGRAM_INSTALL_DIRS \\
17979         winoldap.mod16"
17980 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
17981 programs/winoldap.mod16/Makefile: programs/winoldap.mod16/Makefile.in programs/Makeprog.rules"
17982 ac_config_files="$ac_config_files programs/winoldap.mod16/Makefile"
17983
17984 ALL_MAKEFILES="$ALL_MAKEFILES \\
17985         programs/winver/Makefile"
17986 test "x$enable_winver" != xno && ALL_PROGRAM_DIRS="$ALL_PROGRAM_DIRS \\
17987         winver" && ALL_PROGRAM_INSTALL_DIRS="$ALL_PROGRAM_INSTALL_DIRS \\
17988         winver"
17989 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
17990 programs/winver/Makefile: programs/winver/Makefile.in programs/Makeprog.rules"
17991 ac_config_files="$ac_config_files programs/winver/Makefile"
17992
17993 ALL_MAKEFILES="$ALL_MAKEFILES \\
17994         programs/wordpad/Makefile"
17995 test "x$enable_wordpad" != xno && ALL_PROGRAM_DIRS="$ALL_PROGRAM_DIRS \\
17996         wordpad" && ALL_PROGRAM_INSTALL_DIRS="$ALL_PROGRAM_INSTALL_DIRS \\
17997         wordpad"
17998 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
17999 programs/wordpad/Makefile: programs/wordpad/Makefile.in programs/Makeprog.rules"
18000 ac_config_files="$ac_config_files programs/wordpad/Makefile"
18001
18002 ALL_MAKEFILES="$ALL_MAKEFILES \\
18003         programs/write/Makefile"
18004 test "x$enable_write" != xno && ALL_PROGRAM_DIRS="$ALL_PROGRAM_DIRS \\
18005         write" && ALL_PROGRAM_INSTALL_DIRS="$ALL_PROGRAM_INSTALL_DIRS \\
18006         write"
18007 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
18008 programs/write/Makefile: programs/write/Makefile.in programs/Makeprog.rules"
18009 ac_config_files="$ac_config_files programs/write/Makefile"
18010
18011 ALL_MAKEFILES="$ALL_MAKEFILES \\
18012         programs/xcopy/Makefile"
18013 test "x$enable_xcopy" != xno && ALL_PROGRAM_DIRS="$ALL_PROGRAM_DIRS \\
18014         xcopy" && ALL_PROGRAM_INSTALL_DIRS="$ALL_PROGRAM_INSTALL_DIRS \\
18015         xcopy"
18016 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
18017 programs/xcopy/Makefile: programs/xcopy/Makefile.in programs/Makeprog.rules"
18018 ac_config_files="$ac_config_files programs/xcopy/Makefile"
18019
18020 ALL_MAKEFILES="$ALL_MAKEFILES \\
18021         server/Makefile"
18022 test "x$enable_server" != xno && ALL_TOP_DIRS="$ALL_TOP_DIRS \\
18023         server"
18024 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
18025 server/Makefile: server/Makefile.in Make.rules"
18026 ac_config_files="$ac_config_files server/Makefile"
18027
18028 ALL_MAKEFILES="$ALL_MAKEFILES \\
18029         tools/Makefile"
18030 test "x$enable_tools" != xno && ALL_TOP_DIRS="$ALL_TOP_DIRS \\
18031         tools"
18032 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
18033 tools/Makefile: tools/Makefile.in Make.rules"
18034 ac_config_files="$ac_config_files tools/Makefile"
18035
18036 ALL_MAKEFILES="$ALL_MAKEFILES \\
18037         tools/widl/Makefile"
18038
18039 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
18040 tools/widl/Makefile: tools/widl/Makefile.in Make.rules"
18041 ac_config_files="$ac_config_files tools/widl/Makefile"
18042
18043 ALL_MAKEFILES="$ALL_MAKEFILES \\
18044         tools/winebuild/Makefile"
18045
18046 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
18047 tools/winebuild/Makefile: tools/winebuild/Makefile.in Make.rules"
18048 ac_config_files="$ac_config_files tools/winebuild/Makefile"
18049
18050 ALL_MAKEFILES="$ALL_MAKEFILES \\
18051         tools/winedump/Makefile"
18052
18053 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
18054 tools/winedump/Makefile: tools/winedump/Makefile.in Make.rules"
18055 ac_config_files="$ac_config_files tools/winedump/Makefile"
18056
18057 ALL_MAKEFILES="$ALL_MAKEFILES \\
18058         tools/winegcc/Makefile"
18059
18060 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
18061 tools/winegcc/Makefile: tools/winegcc/Makefile.in Make.rules"
18062 ac_config_files="$ac_config_files tools/winegcc/Makefile"
18063
18064 ALL_MAKEFILES="$ALL_MAKEFILES \\
18065         tools/wmc/Makefile"
18066
18067 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
18068 tools/wmc/Makefile: tools/wmc/Makefile.in Make.rules"
18069 ac_config_files="$ac_config_files tools/wmc/Makefile"
18070
18071 ALL_MAKEFILES="$ALL_MAKEFILES \\
18072         tools/wrc/Makefile"
18073
18074 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
18075 tools/wrc/Makefile: tools/wrc/Makefile.in Make.rules"
18076 ac_config_files="$ac_config_files tools/wrc/Makefile"
18077
18078
18079
18080 ALL_WINETEST_DEPENDS="# Test binaries"
18081
18082 for dir in $ALL_TEST_DIRS
18083 do
18084     if test "$dir" != "\\"
18085     then
18086         testname=`expr $dir : '\(.*\)/tests'`_test
18087         ALL_WINETEST_DEPENDS="$ALL_WINETEST_DEPENDS
18088
18089 $testname.exe: \$(DLLDIR)/$dir/$testname.exe\$(DLLEXT)
18090         cp \$(DLLDIR)/$dir/$testname.exe\$(DLLEXT) \$@ && \$(STRIP) \$@
18091 $testname.rc:
18092         echo \"$testname.exe TESTRES \\\"$testname.exe\\\"\" >\$@ || (\$(RM) \$@ && false)
18093 $testname.res: $testname.rc $testname.exe"
18094     fi
18095 done
18096
18097 test -n "$DLLEXT" || ALL_PROGRAM_BIN_INSTALL_DIRS=""
18098
18099 cat >confcache <<\_ACEOF
18100 # This file is a shell script that caches the results of configure
18101 # tests run on this system so they can be shared between configure
18102 # scripts and configure runs, see configure's option --config-cache.
18103 # It is not useful on other systems.  If it contains results you don't
18104 # want to keep, you may remove or edit it.
18105 #
18106 # config.status only pays attention to the cache file if you give it
18107 # the --recheck option to rerun configure.
18108 #
18109 # `ac_cv_env_foo' variables (set or unset) will be overridden when
18110 # loading this file, other *unset* `ac_cv_foo' will be assigned the
18111 # following values.
18112
18113 _ACEOF
18114
18115 # The following way of writing the cache mishandles newlines in values,
18116 # but we know of no workaround that is simple, portable, and efficient.
18117 # So, we kill variables containing newlines.
18118 # Ultrix sh set writes to stderr and can't be redirected directly,
18119 # and sets the high bit in the cache file unless we assign to the vars.
18120 (
18121   for ac_var in `(set) 2>&1 | sed -n 's/^\([a-zA-Z_][a-zA-Z0-9_]*\)=.*/\1/p'`; do
18122     eval ac_val=\$$ac_var
18123     case $ac_val in #(
18124     *${as_nl}*)
18125       case $ac_var in #(
18126       *_cv_*) { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: cache variable $ac_var contains a newline" >&5
18127 $as_echo "$as_me: WARNING: cache variable $ac_var contains a newline" >&2;} ;;
18128       esac
18129       case $ac_var in #(
18130       _ | IFS | as_nl) ;; #(
18131       BASH_ARGV | BASH_SOURCE) eval $ac_var= ;; #(
18132       *) { eval $ac_var=; unset $ac_var;} ;;
18133       esac ;;
18134     esac
18135   done
18136
18137   (set) 2>&1 |
18138     case $as_nl`(ac_space=' '; set) 2>&1` in #(
18139     *${as_nl}ac_space=\ *)
18140       # `set' does not quote correctly, so add quotes: double-quote
18141       # substitution turns \\\\ into \\, and sed turns \\ into \.
18142       sed -n \
18143         "s/'/'\\\\''/g;
18144           s/^\\([_$as_cr_alnum]*_cv_[_$as_cr_alnum]*\\)=\\(.*\\)/\\1='\\2'/p"
18145       ;; #(
18146     *)
18147       # `set' quotes correctly as required by POSIX, so do not add quotes.
18148       sed -n "/^[_$as_cr_alnum]*_cv_[_$as_cr_alnum]*=/p"
18149       ;;
18150     esac |
18151     sort
18152 ) |
18153   sed '
18154      /^ac_cv_env_/b end
18155      t clear
18156      :clear
18157      s/^\([^=]*\)=\(.*[{}].*\)$/test "${\1+set}" = set || &/
18158      t end
18159      s/^\([^=]*\)=\(.*\)$/\1=${\1=\2}/
18160      :end' >>confcache
18161 if diff "$cache_file" confcache >/dev/null 2>&1; then :; else
18162   if test -w "$cache_file"; then
18163     test "x$cache_file" != "x/dev/null" &&
18164       { $as_echo "$as_me:${as_lineno-$LINENO}: updating cache $cache_file" >&5
18165 $as_echo "$as_me: updating cache $cache_file" >&6;}
18166     cat confcache >$cache_file
18167   else
18168     { $as_echo "$as_me:${as_lineno-$LINENO}: not updating unwritable cache $cache_file" >&5
18169 $as_echo "$as_me: not updating unwritable cache $cache_file" >&6;}
18170   fi
18171 fi
18172 rm -f confcache
18173
18174 test "x$prefix" = xNONE && prefix=$ac_default_prefix
18175 # Let make expand exec_prefix.
18176 test "x$exec_prefix" = xNONE && exec_prefix='${prefix}'
18177
18178 DEFS=-DHAVE_CONFIG_H
18179
18180 ac_libobjs=
18181 ac_ltlibobjs=
18182 for ac_i in : $LIBOBJS; do test "x$ac_i" = x: && continue
18183   # 1. Remove the extension, and $U if already installed.
18184   ac_script='s/\$U\././;s/\.o$//;s/\.obj$//'
18185   ac_i=`$as_echo "$ac_i" | sed "$ac_script"`
18186   # 2. Prepend LIBOBJDIR.  When used with automake>=1.10 LIBOBJDIR
18187   #    will be set to the directory where LIBOBJS objects are built.
18188   as_fn_append ac_libobjs " \${LIBOBJDIR}$ac_i\$U.$ac_objext"
18189   as_fn_append ac_ltlibobjs " \${LIBOBJDIR}$ac_i"'$U.lo'
18190 done
18191 LIBOBJS=$ac_libobjs
18192
18193 LTLIBOBJS=$ac_ltlibobjs
18194
18195
18196
18197 : ${CONFIG_STATUS=./config.status}
18198 ac_write_fail=0
18199 ac_clean_files_save=$ac_clean_files
18200 ac_clean_files="$ac_clean_files $CONFIG_STATUS"
18201 { $as_echo "$as_me:${as_lineno-$LINENO}: creating $CONFIG_STATUS" >&5
18202 $as_echo "$as_me: creating $CONFIG_STATUS" >&6;}
18203 as_write_fail=0
18204 cat >$CONFIG_STATUS <<_ASEOF || as_write_fail=1
18205 #! $SHELL
18206 # Generated by $as_me.
18207 # Run this file to recreate the current configuration.
18208 # Compiler output produced by configure, useful for debugging
18209 # configure, is in config.log if it exists.
18210
18211 debug=false
18212 ac_cs_recheck=false
18213 ac_cs_silent=false
18214
18215 SHELL=\${CONFIG_SHELL-$SHELL}
18216 export SHELL
18217 _ASEOF
18218 cat >>$CONFIG_STATUS <<\_ASEOF || as_write_fail=1
18219 ## -------------------- ##
18220 ## M4sh Initialization. ##
18221 ## -------------------- ##
18222
18223 # Be more Bourne compatible
18224 DUALCASE=1; export DUALCASE # for MKS sh
18225 if test -n "${ZSH_VERSION+set}" && (emulate sh) >/dev/null 2>&1; then :
18226   emulate sh
18227   NULLCMD=:
18228   # Pre-4.2 versions of Zsh do word splitting on ${1+"$@"}, which
18229   # is contrary to our usage.  Disable this feature.
18230   alias -g '${1+"$@"}'='"$@"'
18231   setopt NO_GLOB_SUBST
18232 else
18233   case `(set -o) 2>/dev/null` in #(
18234   *posix*) :
18235     set -o posix ;; #(
18236   *) :
18237      ;;
18238 esac
18239 fi
18240
18241
18242 as_nl='
18243 '
18244 export as_nl
18245 # Printing a long string crashes Solaris 7 /usr/bin/printf.
18246 as_echo='\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\'
18247 as_echo=$as_echo$as_echo$as_echo$as_echo$as_echo
18248 as_echo=$as_echo$as_echo$as_echo$as_echo$as_echo$as_echo
18249 # Prefer a ksh shell builtin over an external printf program on Solaris,
18250 # but without wasting forks for bash or zsh.
18251 if test -z "$BASH_VERSION$ZSH_VERSION" \
18252     && (test "X`print -r -- $as_echo`" = "X$as_echo") 2>/dev/null; then
18253   as_echo='print -r --'
18254   as_echo_n='print -rn --'
18255 elif (test "X`printf %s $as_echo`" = "X$as_echo") 2>/dev/null; then
18256   as_echo='printf %s\n'
18257   as_echo_n='printf %s'
18258 else
18259   if test "X`(/usr/ucb/echo -n -n $as_echo) 2>/dev/null`" = "X-n $as_echo"; then
18260     as_echo_body='eval /usr/ucb/echo -n "$1$as_nl"'
18261     as_echo_n='/usr/ucb/echo -n'
18262   else
18263     as_echo_body='eval expr "X$1" : "X\\(.*\\)"'
18264     as_echo_n_body='eval
18265       arg=$1;
18266       case $arg in #(
18267       *"$as_nl"*)
18268         expr "X$arg" : "X\\(.*\\)$as_nl";
18269         arg=`expr "X$arg" : ".*$as_nl\\(.*\\)"`;;
18270       esac;
18271       expr "X$arg" : "X\\(.*\\)" | tr -d "$as_nl"
18272     '
18273     export as_echo_n_body
18274     as_echo_n='sh -c $as_echo_n_body as_echo'
18275   fi
18276   export as_echo_body
18277   as_echo='sh -c $as_echo_body as_echo'
18278 fi
18279
18280 # The user is always right.
18281 if test "${PATH_SEPARATOR+set}" != set; then
18282   PATH_SEPARATOR=:
18283   (PATH='/bin;/bin'; FPATH=$PATH; sh -c :) >/dev/null 2>&1 && {
18284     (PATH='/bin:/bin'; FPATH=$PATH; sh -c :) >/dev/null 2>&1 ||
18285       PATH_SEPARATOR=';'
18286   }
18287 fi
18288
18289
18290 # IFS
18291 # We need space, tab and new line, in precisely that order.  Quoting is
18292 # there to prevent editors from complaining about space-tab.
18293 # (If _AS_PATH_WALK were called with IFS unset, it would disable word
18294 # splitting by setting IFS to empty value.)
18295 IFS=" ""        $as_nl"
18296
18297 # Find who we are.  Look in the path if we contain no directory separator.
18298 case $0 in #((
18299   *[\\/]* ) as_myself=$0 ;;
18300   *) as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
18301 for as_dir in $PATH
18302 do
18303   IFS=$as_save_IFS
18304   test -z "$as_dir" && as_dir=.
18305     test -r "$as_dir/$0" && as_myself=$as_dir/$0 && break
18306   done
18307 IFS=$as_save_IFS
18308
18309      ;;
18310 esac
18311 # We did not find ourselves, most probably we were run as `sh COMMAND'
18312 # in which case we are not to be found in the path.
18313 if test "x$as_myself" = x; then
18314   as_myself=$0
18315 fi
18316 if test ! -f "$as_myself"; then
18317   $as_echo "$as_myself: error: cannot find myself; rerun with an absolute file name" >&2
18318   exit 1
18319 fi
18320
18321 # Unset variables that we do not need and which cause bugs (e.g. in
18322 # pre-3.0 UWIN ksh).  But do not cause bugs in bash 2.01; the "|| exit 1"
18323 # suppresses any "Segmentation fault" message there.  '((' could
18324 # trigger a bug in pdksh 5.2.14.
18325 for as_var in BASH_ENV ENV MAIL MAILPATH
18326 do eval test x\${$as_var+set} = xset \
18327   && ( (unset $as_var) || exit 1) >/dev/null 2>&1 && unset $as_var || :
18328 done
18329 PS1='$ '
18330 PS2='> '
18331 PS4='+ '
18332
18333 # NLS nuisances.
18334 LC_ALL=C
18335 export LC_ALL
18336 LANGUAGE=C
18337 export LANGUAGE
18338
18339 # CDPATH.
18340 (unset CDPATH) >/dev/null 2>&1 && unset CDPATH
18341
18342
18343 # as_fn_error ERROR [LINENO LOG_FD]
18344 # ---------------------------------
18345 # Output "`basename $0`: error: ERROR" to stderr. If LINENO and LOG_FD are
18346 # provided, also output the error to LOG_FD, referencing LINENO. Then exit the
18347 # script with status $?, using 1 if that was 0.
18348 as_fn_error ()
18349 {
18350   as_status=$?; test $as_status -eq 0 && as_status=1
18351   if test "$3"; then
18352     as_lineno=${as_lineno-"$2"} as_lineno_stack=as_lineno_stack=$as_lineno_stack
18353     $as_echo "$as_me:${as_lineno-$LINENO}: error: $1" >&$3
18354   fi
18355   $as_echo "$as_me: error: $1" >&2
18356   as_fn_exit $as_status
18357 } # as_fn_error
18358
18359
18360 # as_fn_set_status STATUS
18361 # -----------------------
18362 # Set $? to STATUS, without forking.
18363 as_fn_set_status ()
18364 {
18365   return $1
18366 } # as_fn_set_status
18367
18368 # as_fn_exit STATUS
18369 # -----------------
18370 # Exit the shell with STATUS, even in a "trap 0" or "set -e" context.
18371 as_fn_exit ()
18372 {
18373   set +e
18374   as_fn_set_status $1
18375   exit $1
18376 } # as_fn_exit
18377
18378 # as_fn_unset VAR
18379 # ---------------
18380 # Portably unset VAR.
18381 as_fn_unset ()
18382 {
18383   { eval $1=; unset $1;}
18384 }
18385 as_unset=as_fn_unset
18386 # as_fn_append VAR VALUE
18387 # ----------------------
18388 # Append the text in VALUE to the end of the definition contained in VAR. Take
18389 # advantage of any shell optimizations that allow amortized linear growth over
18390 # repeated appends, instead of the typical quadratic growth present in naive
18391 # implementations.
18392 if (eval "as_var=1; as_var+=2; test x\$as_var = x12") 2>/dev/null; then :
18393   eval 'as_fn_append ()
18394   {
18395     eval $1+=\$2
18396   }'
18397 else
18398   as_fn_append ()
18399   {
18400     eval $1=\$$1\$2
18401   }
18402 fi # as_fn_append
18403
18404 # as_fn_arith ARG...
18405 # ------------------
18406 # Perform arithmetic evaluation on the ARGs, and store the result in the
18407 # global $as_val. Take advantage of shells that can avoid forks. The arguments
18408 # must be portable across $(()) and expr.
18409 if (eval "test \$(( 1 + 1 )) = 2") 2>/dev/null; then :
18410   eval 'as_fn_arith ()
18411   {
18412     as_val=$(( $* ))
18413   }'
18414 else
18415   as_fn_arith ()
18416   {
18417     as_val=`expr "$@" || test $? -eq 1`
18418   }
18419 fi # as_fn_arith
18420
18421
18422 if expr a : '\(a\)' >/dev/null 2>&1 &&
18423    test "X`expr 00001 : '.*\(...\)'`" = X001; then
18424   as_expr=expr
18425 else
18426   as_expr=false
18427 fi
18428
18429 if (basename -- /) >/dev/null 2>&1 && test "X`basename -- / 2>&1`" = "X/"; then
18430   as_basename=basename
18431 else
18432   as_basename=false
18433 fi
18434
18435 if (as_dir=`dirname -- /` && test "X$as_dir" = X/) >/dev/null 2>&1; then
18436   as_dirname=dirname
18437 else
18438   as_dirname=false
18439 fi
18440
18441 as_me=`$as_basename -- "$0" ||
18442 $as_expr X/"$0" : '.*/\([^/][^/]*\)/*$' \| \
18443          X"$0" : 'X\(//\)$' \| \
18444          X"$0" : 'X\(/\)' \| . 2>/dev/null ||
18445 $as_echo X/"$0" |
18446     sed '/^.*\/\([^/][^/]*\)\/*$/{
18447             s//\1/
18448             q
18449           }
18450           /^X\/\(\/\/\)$/{
18451             s//\1/
18452             q
18453           }
18454           /^X\/\(\/\).*/{
18455             s//\1/
18456             q
18457           }
18458           s/.*/./; q'`
18459
18460 # Avoid depending upon Character Ranges.
18461 as_cr_letters='abcdefghijklmnopqrstuvwxyz'
18462 as_cr_LETTERS='ABCDEFGHIJKLMNOPQRSTUVWXYZ'
18463 as_cr_Letters=$as_cr_letters$as_cr_LETTERS
18464 as_cr_digits='0123456789'
18465 as_cr_alnum=$as_cr_Letters$as_cr_digits
18466
18467 ECHO_C= ECHO_N= ECHO_T=
18468 case `echo -n x` in #(((((
18469 -n*)
18470   case `echo 'xy\c'` in
18471   *c*) ECHO_T=' ';;     # ECHO_T is single tab character.
18472   xy)  ECHO_C='\c';;
18473   *)   echo `echo ksh88 bug on AIX 6.1` > /dev/null
18474        ECHO_T=' ';;
18475   esac;;
18476 *)
18477   ECHO_N='-n';;
18478 esac
18479
18480 rm -f conf$$ conf$$.exe conf$$.file
18481 if test -d conf$$.dir; then
18482   rm -f conf$$.dir/conf$$.file
18483 else
18484   rm -f conf$$.dir
18485   mkdir conf$$.dir 2>/dev/null
18486 fi
18487 if (echo >conf$$.file) 2>/dev/null; then
18488   if ln -s conf$$.file conf$$ 2>/dev/null; then
18489     as_ln_s='ln -s'
18490     # ... but there are two gotchas:
18491     # 1) On MSYS, both `ln -s file dir' and `ln file dir' fail.
18492     # 2) DJGPP < 2.04 has no symlinks; `ln -s' creates a wrapper executable.
18493     # In both cases, we have to default to `cp -p'.
18494     ln -s conf$$.file conf$$.dir 2>/dev/null && test ! -f conf$$.exe ||
18495       as_ln_s='cp -p'
18496   elif ln conf$$.file conf$$ 2>/dev/null; then
18497     as_ln_s=ln
18498   else
18499     as_ln_s='cp -p'
18500   fi
18501 else
18502   as_ln_s='cp -p'
18503 fi
18504 rm -f conf$$ conf$$.exe conf$$.dir/conf$$.file conf$$.file
18505 rmdir conf$$.dir 2>/dev/null
18506
18507
18508 # as_fn_mkdir_p
18509 # -------------
18510 # Create "$as_dir" as a directory, including parents if necessary.
18511 as_fn_mkdir_p ()
18512 {
18513
18514   case $as_dir in #(
18515   -*) as_dir=./$as_dir;;
18516   esac
18517   test -d "$as_dir" || eval $as_mkdir_p || {
18518     as_dirs=
18519     while :; do
18520       case $as_dir in #(
18521       *\'*) as_qdir=`$as_echo "$as_dir" | sed "s/'/'\\\\\\\\''/g"`;; #'(
18522       *) as_qdir=$as_dir;;
18523       esac
18524       as_dirs="'$as_qdir' $as_dirs"
18525       as_dir=`$as_dirname -- "$as_dir" ||
18526 $as_expr X"$as_dir" : 'X\(.*[^/]\)//*[^/][^/]*/*$' \| \
18527          X"$as_dir" : 'X\(//\)[^/]' \| \
18528          X"$as_dir" : 'X\(//\)$' \| \
18529          X"$as_dir" : 'X\(/\)' \| . 2>/dev/null ||
18530 $as_echo X"$as_dir" |
18531     sed '/^X\(.*[^/]\)\/\/*[^/][^/]*\/*$/{
18532             s//\1/
18533             q
18534           }
18535           /^X\(\/\/\)[^/].*/{
18536             s//\1/
18537             q
18538           }
18539           /^X\(\/\/\)$/{
18540             s//\1/
18541             q
18542           }
18543           /^X\(\/\).*/{
18544             s//\1/
18545             q
18546           }
18547           s/.*/./; q'`
18548       test -d "$as_dir" && break
18549     done
18550     test -z "$as_dirs" || eval "mkdir $as_dirs"
18551   } || test -d "$as_dir" || as_fn_error "cannot create directory $as_dir"
18552
18553
18554 } # as_fn_mkdir_p
18555 if mkdir -p . 2>/dev/null; then
18556   as_mkdir_p='mkdir -p "$as_dir"'
18557 else
18558   test -d ./-p && rmdir ./-p
18559   as_mkdir_p=false
18560 fi
18561
18562 if test -x / >/dev/null 2>&1; then
18563   as_test_x='test -x'
18564 else
18565   if ls -dL / >/dev/null 2>&1; then
18566     as_ls_L_option=L
18567   else
18568     as_ls_L_option=
18569   fi
18570   as_test_x='
18571     eval sh -c '\''
18572       if test -d "$1"; then
18573         test -d "$1/.";
18574       else
18575         case $1 in #(
18576         -*)set "./$1";;
18577         esac;
18578         case `ls -ld'$as_ls_L_option' "$1" 2>/dev/null` in #((
18579         ???[sx]*):;;*)false;;esac;fi
18580     '\'' sh
18581   '
18582 fi
18583 as_executable_p=$as_test_x
18584
18585 # Sed expression to map a string onto a valid CPP name.
18586 as_tr_cpp="eval sed 'y%*$as_cr_letters%P$as_cr_LETTERS%;s%[^_$as_cr_alnum]%_%g'"
18587
18588 # Sed expression to map a string onto a valid variable name.
18589 as_tr_sh="eval sed 'y%*+%pp%;s%[^_$as_cr_alnum]%_%g'"
18590
18591
18592 exec 6>&1
18593 ## ----------------------------------- ##
18594 ## Main body of $CONFIG_STATUS script. ##
18595 ## ----------------------------------- ##
18596 _ASEOF
18597 test $as_write_fail = 0 && chmod +x $CONFIG_STATUS || ac_write_fail=1
18598
18599 cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1
18600 # Save the log message, to keep $0 and so on meaningful, and to
18601 # report actual input values of CONFIG_FILES etc. instead of their
18602 # values after options handling.
18603 ac_log="
18604 This file was extended by Wine $as_me 1.1.33, which was
18605 generated by GNU Autoconf 2.64.  Invocation command line was
18606
18607   CONFIG_FILES    = $CONFIG_FILES
18608   CONFIG_HEADERS  = $CONFIG_HEADERS
18609   CONFIG_LINKS    = $CONFIG_LINKS
18610   CONFIG_COMMANDS = $CONFIG_COMMANDS
18611   $ $0 $@
18612
18613 on `(hostname || uname -n) 2>/dev/null | sed 1q`
18614 "
18615
18616 _ACEOF
18617
18618 case $ac_config_files in *"
18619 "*) set x $ac_config_files; shift; ac_config_files=$*;;
18620 esac
18621
18622 case $ac_config_headers in *"
18623 "*) set x $ac_config_headers; shift; ac_config_headers=$*;;
18624 esac
18625
18626
18627 cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1
18628 # Files that config.status was made for.
18629 config_files="$ac_config_files"
18630 config_headers="$ac_config_headers"
18631 config_commands="$ac_config_commands"
18632
18633 _ACEOF
18634
18635 cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1
18636 ac_cs_usage="\
18637 \`$as_me' instantiates files and other configuration actions
18638 from templates according to the current configuration.  Unless the files
18639 and actions are specified as TAGs, all are instantiated by default.
18640
18641 Usage: $0 [OPTION]... [TAG]...
18642
18643   -h, --help       print this help, then exit
18644   -V, --version    print version number and configuration settings, then exit
18645   -q, --quiet, --silent
18646                    do not print progress messages
18647   -d, --debug      don't remove temporary files
18648       --recheck    update $as_me by reconfiguring in the same conditions
18649       --file=FILE[:TEMPLATE]
18650                    instantiate the configuration file FILE
18651       --header=FILE[:TEMPLATE]
18652                    instantiate the configuration header FILE
18653
18654 Configuration files:
18655 $config_files
18656
18657 Configuration headers:
18658 $config_headers
18659
18660 Configuration commands:
18661 $config_commands
18662
18663 Report bugs to <wine-devel@winehq.org>.
18664 Wine home page: <http://www.winehq.org>."
18665
18666 _ACEOF
18667 cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1
18668 ac_cs_version="\\
18669 Wine config.status 1.1.33
18670 configured by $0, generated by GNU Autoconf 2.64,
18671   with options \\"`$as_echo "$ac_configure_args" | sed 's/^ //; s/[\\""\`\$]/\\\\&/g'`\\"
18672
18673 Copyright (C) 2009 Free Software Foundation, Inc.
18674 This config.status script is free software; the Free Software Foundation
18675 gives unlimited permission to copy, distribute and modify it."
18676
18677 ac_pwd='$ac_pwd'
18678 srcdir='$srcdir'
18679 INSTALL='$INSTALL'
18680 test -n "\$AWK" || AWK=awk
18681 _ACEOF
18682
18683 cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1
18684 # The default lists apply if the user does not specify any file.
18685 ac_need_defaults=:
18686 while test $# != 0
18687 do
18688   case $1 in
18689   --*=*)
18690     ac_option=`expr "X$1" : 'X\([^=]*\)='`
18691     ac_optarg=`expr "X$1" : 'X[^=]*=\(.*\)'`
18692     ac_shift=:
18693     ;;
18694   *)
18695     ac_option=$1
18696     ac_optarg=$2
18697     ac_shift=shift
18698     ;;
18699   esac
18700
18701   case $ac_option in
18702   # Handling of the options.
18703   -recheck | --recheck | --rechec | --reche | --rech | --rec | --re | --r)
18704     ac_cs_recheck=: ;;
18705   --version | --versio | --versi | --vers | --ver | --ve | --v | -V )
18706     $as_echo "$ac_cs_version"; exit ;;
18707   --debug | --debu | --deb | --de | --d | -d )
18708     debug=: ;;
18709   --file | --fil | --fi | --f )
18710     $ac_shift
18711     case $ac_optarg in
18712     *\'*) ac_optarg=`$as_echo "$ac_optarg" | sed "s/'/'\\\\\\\\''/g"` ;;
18713     esac
18714     as_fn_append CONFIG_FILES " '$ac_optarg'"
18715     ac_need_defaults=false;;
18716   --header | --heade | --head | --hea )
18717     $ac_shift
18718     case $ac_optarg in
18719     *\'*) ac_optarg=`$as_echo "$ac_optarg" | sed "s/'/'\\\\\\\\''/g"` ;;
18720     esac
18721     as_fn_append CONFIG_HEADERS " '$ac_optarg'"
18722     ac_need_defaults=false;;
18723   --he | --h)
18724     # Conflict between --help and --header
18725     as_fn_error "ambiguous option: \`$1'
18726 Try \`$0 --help' for more information.";;
18727   --help | --hel | -h )
18728     $as_echo "$ac_cs_usage"; exit ;;
18729   -q | -quiet | --quiet | --quie | --qui | --qu | --q \
18730   | -silent | --silent | --silen | --sile | --sil | --si | --s)
18731     ac_cs_silent=: ;;
18732
18733   # This is an error.
18734   -*) as_fn_error "unrecognized option: \`$1'
18735 Try \`$0 --help' for more information." ;;
18736
18737   *) as_fn_append ac_config_targets " $1"
18738      ac_need_defaults=false ;;
18739
18740   esac
18741   shift
18742 done
18743
18744 ac_configure_extra_args=
18745
18746 if $ac_cs_silent; then
18747   exec 6>/dev/null
18748   ac_configure_extra_args="$ac_configure_extra_args --silent"
18749 fi
18750
18751 _ACEOF
18752 cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1
18753 if \$ac_cs_recheck; then
18754   set X '$SHELL' '$0' $ac_configure_args \$ac_configure_extra_args --no-create --no-recursion
18755   shift
18756   \$as_echo "running CONFIG_SHELL=$SHELL \$*" >&6
18757   CONFIG_SHELL='$SHELL'
18758   export CONFIG_SHELL
18759   exec "\$@"
18760 fi
18761
18762 _ACEOF
18763 cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1
18764 exec 5>>config.log
18765 {
18766   echo
18767   sed 'h;s/./-/g;s/^.../## /;s/...$/ ##/;p;x;p;x' <<_ASBOX
18768 ## Running $as_me. ##
18769 _ASBOX
18770   $as_echo "$ac_log"
18771 } >&5
18772
18773 _ACEOF
18774 cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1
18775 _ACEOF
18776
18777 cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1
18778
18779 # Handling of arguments.
18780 for ac_config_target in $ac_config_targets
18781 do
18782   case $ac_config_target in
18783     "include/config.h") CONFIG_HEADERS="$CONFIG_HEADERS include/config.h" ;;
18784     "include/stamp-h") CONFIG_COMMANDS="$CONFIG_COMMANDS include/stamp-h" ;;
18785     "dlls/gdi32/enhmfdrv") CONFIG_COMMANDS="$CONFIG_COMMANDS dlls/gdi32/enhmfdrv" ;;
18786     "dlls/gdi32/mfdrv") CONFIG_COMMANDS="$CONFIG_COMMANDS dlls/gdi32/mfdrv" ;;
18787     "dlls/kernel32/nls") CONFIG_COMMANDS="$CONFIG_COMMANDS dlls/kernel32/nls" ;;
18788     "dlls/user32/resources") CONFIG_COMMANDS="$CONFIG_COMMANDS dlls/user32/resources" ;;
18789     "dlls/wineps.drv/data") CONFIG_COMMANDS="$CONFIG_COMMANDS dlls/wineps.drv/data" ;;
18790     "include/wine") CONFIG_COMMANDS="$CONFIG_COMMANDS include/wine" ;;
18791     "Make.rules") CONFIG_FILES="$CONFIG_FILES Make.rules" ;;
18792     "dlls/Makedll.rules") CONFIG_FILES="$CONFIG_FILES dlls/Makedll.rules" ;;
18793     "dlls/Makeimplib.rules") CONFIG_FILES="$CONFIG_FILES dlls/Makeimplib.rules" ;;
18794     "dlls/Maketest.rules") CONFIG_FILES="$CONFIG_FILES dlls/Maketest.rules" ;;
18795     "programs/Makeprog.rules") CONFIG_FILES="$CONFIG_FILES programs/Makeprog.rules" ;;
18796     "Makefile") CONFIG_FILES="$CONFIG_FILES Makefile" ;;
18797     "dlls/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/Makefile" ;;
18798     "dlls/acledit/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/acledit/Makefile" ;;
18799     "dlls/aclui/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/aclui/Makefile" ;;
18800     "dlls/activeds/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/activeds/Makefile" ;;
18801     "dlls/actxprxy/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/actxprxy/Makefile" ;;
18802     "dlls/adsiid/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/adsiid/Makefile" ;;
18803     "dlls/advapi32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/advapi32/Makefile" ;;
18804     "dlls/advapi32/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/advapi32/tests/Makefile" ;;
18805     "dlls/advpack/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/advpack/Makefile" ;;
18806     "dlls/advpack/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/advpack/tests/Makefile" ;;
18807     "dlls/amstream/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/amstream/Makefile" ;;
18808     "dlls/amstream/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/amstream/tests/Makefile" ;;
18809     "dlls/appwiz.cpl/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/appwiz.cpl/Makefile" ;;
18810     "dlls/atl/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/atl/Makefile" ;;
18811     "dlls/authz/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/authz/Makefile" ;;
18812     "dlls/avicap32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/avicap32/Makefile" ;;
18813     "dlls/avifil32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/avifil32/Makefile" ;;
18814     "dlls/avifile.dll16/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/avifile.dll16/Makefile" ;;
18815     "dlls/avrt/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/avrt/Makefile" ;;
18816     "dlls/bcrypt/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/bcrypt/Makefile" ;;
18817     "dlls/browseui/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/browseui/Makefile" ;;
18818     "dlls/browseui/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/browseui/tests/Makefile" ;;
18819     "dlls/cabinet/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/cabinet/Makefile" ;;
18820     "dlls/cabinet/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/cabinet/tests/Makefile" ;;
18821     "dlls/capi2032/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/capi2032/Makefile" ;;
18822     "dlls/cards/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/cards/Makefile" ;;
18823     "dlls/cfgmgr32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/cfgmgr32/Makefile" ;;
18824     "dlls/clusapi/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/clusapi/Makefile" ;;
18825     "dlls/comcat/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/comcat/Makefile" ;;
18826     "dlls/comcat/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/comcat/tests/Makefile" ;;
18827     "dlls/comctl32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/comctl32/Makefile" ;;
18828     "dlls/comctl32/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/comctl32/tests/Makefile" ;;
18829     "dlls/comdlg32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/comdlg32/Makefile" ;;
18830     "dlls/comdlg32/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/comdlg32/tests/Makefile" ;;
18831     "dlls/comm.drv16/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/comm.drv16/Makefile" ;;
18832     "dlls/commdlg.dll16/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/commdlg.dll16/Makefile" ;;
18833     "dlls/compobj.dll16/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/compobj.dll16/Makefile" ;;
18834     "dlls/compstui/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/compstui/Makefile" ;;
18835     "dlls/credui/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/credui/Makefile" ;;
18836     "dlls/credui/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/credui/tests/Makefile" ;;
18837     "dlls/crtdll/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/crtdll/Makefile" ;;
18838     "dlls/crypt32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/crypt32/Makefile" ;;
18839     "dlls/crypt32/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/crypt32/tests/Makefile" ;;
18840     "dlls/cryptdlg/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/cryptdlg/Makefile" ;;
18841     "dlls/cryptdll/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/cryptdll/Makefile" ;;
18842     "dlls/cryptnet/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/cryptnet/Makefile" ;;
18843     "dlls/cryptnet/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/cryptnet/tests/Makefile" ;;
18844     "dlls/cryptui/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/cryptui/Makefile" ;;
18845     "dlls/cryptui/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/cryptui/tests/Makefile" ;;
18846     "dlls/ctapi32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/ctapi32/Makefile" ;;
18847     "dlls/ctl3d.dll16/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/ctl3d.dll16/Makefile" ;;
18848     "dlls/ctl3d32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/ctl3d32/Makefile" ;;
18849     "dlls/ctl3dv2.dll16/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/ctl3dv2.dll16/Makefile" ;;
18850     "dlls/d3d10/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/d3d10/Makefile" ;;
18851     "dlls/d3d10/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/d3d10/tests/Makefile" ;;
18852     "dlls/d3d10core/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/d3d10core/Makefile" ;;
18853     "dlls/d3d10core/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/d3d10core/tests/Makefile" ;;
18854     "dlls/d3d8/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/d3d8/Makefile" ;;
18855     "dlls/d3d8/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/d3d8/tests/Makefile" ;;
18856     "dlls/d3d9/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/d3d9/Makefile" ;;
18857     "dlls/d3d9/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/d3d9/tests/Makefile" ;;
18858     "dlls/d3dim/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/d3dim/Makefile" ;;
18859     "dlls/d3drm/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/d3drm/Makefile" ;;
18860     "dlls/d3drm/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/d3drm/tests/Makefile" ;;
18861     "dlls/d3dx9_24/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/d3dx9_24/Makefile" ;;
18862     "dlls/d3dx9_25/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/d3dx9_25/Makefile" ;;
18863     "dlls/d3dx9_26/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/d3dx9_26/Makefile" ;;
18864     "dlls/d3dx9_27/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/d3dx9_27/Makefile" ;;
18865     "dlls/d3dx9_28/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/d3dx9_28/Makefile" ;;
18866     "dlls/d3dx9_29/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/d3dx9_29/Makefile" ;;
18867     "dlls/d3dx9_30/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/d3dx9_30/Makefile" ;;
18868     "dlls/d3dx9_31/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/d3dx9_31/Makefile" ;;
18869     "dlls/d3dx9_32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/d3dx9_32/Makefile" ;;
18870     "dlls/d3dx9_33/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/d3dx9_33/Makefile" ;;
18871     "dlls/d3dx9_34/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/d3dx9_34/Makefile" ;;
18872     "dlls/d3dx9_35/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/d3dx9_35/Makefile" ;;
18873     "dlls/d3dx9_36/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/d3dx9_36/Makefile" ;;
18874     "dlls/d3dx9_36/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/d3dx9_36/tests/Makefile" ;;
18875     "dlls/d3dx9_37/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/d3dx9_37/Makefile" ;;
18876     "dlls/d3dx9_38/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/d3dx9_38/Makefile" ;;
18877     "dlls/d3dx9_39/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/d3dx9_39/Makefile" ;;
18878     "dlls/d3dx9_40/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/d3dx9_40/Makefile" ;;
18879     "dlls/d3dx9_41/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/d3dx9_41/Makefile" ;;
18880     "dlls/d3dx9_42/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/d3dx9_42/Makefile" ;;
18881     "dlls/d3dxof/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/d3dxof/Makefile" ;;
18882     "dlls/d3dxof/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/d3dxof/tests/Makefile" ;;
18883     "dlls/dbghelp/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/dbghelp/Makefile" ;;
18884     "dlls/dciman32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/dciman32/Makefile" ;;
18885     "dlls/ddeml.dll16/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/ddeml.dll16/Makefile" ;;
18886     "dlls/ddraw/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/ddraw/Makefile" ;;
18887     "dlls/ddraw/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/ddraw/tests/Makefile" ;;
18888     "dlls/ddrawex/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/ddrawex/Makefile" ;;
18889     "dlls/ddrawex/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/ddrawex/tests/Makefile" ;;
18890     "dlls/devenum/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/devenum/Makefile" ;;
18891     "dlls/dinput/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/dinput/Makefile" ;;
18892     "dlls/dinput/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/dinput/tests/Makefile" ;;
18893     "dlls/dinput8/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/dinput8/Makefile" ;;
18894     "dlls/dispdib.dll16/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/dispdib.dll16/Makefile" ;;
18895     "dlls/display.drv16/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/display.drv16/Makefile" ;;
18896     "dlls/dmband/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/dmband/Makefile" ;;
18897     "dlls/dmcompos/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/dmcompos/Makefile" ;;
18898     "dlls/dmime/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/dmime/Makefile" ;;
18899     "dlls/dmloader/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/dmloader/Makefile" ;;
18900     "dlls/dmscript/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/dmscript/Makefile" ;;
18901     "dlls/dmstyle/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/dmstyle/Makefile" ;;
18902     "dlls/dmsynth/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/dmsynth/Makefile" ;;
18903     "dlls/dmusic/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/dmusic/Makefile" ;;
18904     "dlls/dmusic32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/dmusic32/Makefile" ;;
18905     "dlls/dnsapi/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/dnsapi/Makefile" ;;
18906     "dlls/dnsapi/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/dnsapi/tests/Makefile" ;;
18907     "dlls/dplay/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/dplay/Makefile" ;;
18908     "dlls/dplayx/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/dplayx/Makefile" ;;
18909     "dlls/dplayx/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/dplayx/tests/Makefile" ;;
18910     "dlls/dpnaddr/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/dpnaddr/Makefile" ;;
18911     "dlls/dpnet/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/dpnet/Makefile" ;;
18912     "dlls/dpnhpast/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/dpnhpast/Makefile" ;;
18913     "dlls/dpnlobby/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/dpnlobby/Makefile" ;;
18914     "dlls/dpwsockx/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/dpwsockx/Makefile" ;;
18915     "dlls/drmclien/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/drmclien/Makefile" ;;
18916     "dlls/dsound/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/dsound/Makefile" ;;
18917     "dlls/dsound/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/dsound/tests/Makefile" ;;
18918     "dlls/dssenh/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/dssenh/Makefile" ;;
18919     "dlls/dswave/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/dswave/Makefile" ;;
18920     "dlls/dwmapi/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/dwmapi/Makefile" ;;
18921     "dlls/dxdiagn/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/dxdiagn/Makefile" ;;
18922     "dlls/dxerr8/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/dxerr8/Makefile" ;;
18923     "dlls/dxerr9/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/dxerr9/Makefile" ;;
18924     "dlls/dxgi/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/dxgi/Makefile" ;;
18925     "dlls/dxgi/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/dxgi/tests/Makefile" ;;
18926     "dlls/dxguid/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/dxguid/Makefile" ;;
18927     "dlls/faultrep/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/faultrep/Makefile" ;;
18928     "dlls/fltlib/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/fltlib/Makefile" ;;
18929     "dlls/fusion/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/fusion/Makefile" ;;
18930     "dlls/fusion/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/fusion/tests/Makefile" ;;
18931     "dlls/gdi32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/gdi32/Makefile" ;;
18932     "dlls/gdi32/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/gdi32/tests/Makefile" ;;
18933     "dlls/gdiplus/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/gdiplus/Makefile" ;;
18934     "dlls/gdiplus/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/gdiplus/tests/Makefile" ;;
18935     "dlls/glu32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/glu32/Makefile" ;;
18936     "dlls/gphoto2.ds/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/gphoto2.ds/Makefile" ;;
18937     "dlls/gpkcsp/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/gpkcsp/Makefile" ;;
18938     "dlls/hal/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/hal/Makefile" ;;
18939     "dlls/hhctrl.ocx/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/hhctrl.ocx/Makefile" ;;
18940     "dlls/hid/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/hid/Makefile" ;;
18941     "dlls/hlink/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/hlink/Makefile" ;;
18942     "dlls/hlink/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/hlink/tests/Makefile" ;;
18943     "dlls/hnetcfg/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/hnetcfg/Makefile" ;;
18944     "dlls/httpapi/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/httpapi/Makefile" ;;
18945     "dlls/iccvid/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/iccvid/Makefile" ;;
18946     "dlls/icmp/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/icmp/Makefile" ;;
18947     "dlls/ifsmgr.vxd/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/ifsmgr.vxd/Makefile" ;;
18948     "dlls/imaadp32.acm/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/imaadp32.acm/Makefile" ;;
18949     "dlls/imagehlp/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/imagehlp/Makefile" ;;
18950     "dlls/imm.dll16/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/imm.dll16/Makefile" ;;
18951     "dlls/imm32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/imm32/Makefile" ;;
18952     "dlls/imm32/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/imm32/tests/Makefile" ;;
18953     "dlls/inetcomm/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/inetcomm/Makefile" ;;
18954     "dlls/inetcomm/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/inetcomm/tests/Makefile" ;;
18955     "dlls/inetmib1/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/inetmib1/Makefile" ;;
18956     "dlls/inetmib1/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/inetmib1/tests/Makefile" ;;
18957     "dlls/infosoft/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/infosoft/Makefile" ;;
18958     "dlls/infosoft/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/infosoft/tests/Makefile" ;;
18959     "dlls/initpki/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/initpki/Makefile" ;;
18960     "dlls/inkobj/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/inkobj/Makefile" ;;
18961     "dlls/inseng/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/inseng/Makefile" ;;
18962     "dlls/iphlpapi/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/iphlpapi/Makefile" ;;
18963     "dlls/iphlpapi/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/iphlpapi/tests/Makefile" ;;
18964     "dlls/itircl/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/itircl/Makefile" ;;
18965     "dlls/itss/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/itss/Makefile" ;;
18966     "dlls/itss/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/itss/tests/Makefile" ;;
18967     "dlls/jscript/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/jscript/Makefile" ;;
18968     "dlls/jscript/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/jscript/tests/Makefile" ;;
18969     "dlls/kernel32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/kernel32/Makefile" ;;
18970     "dlls/kernel32/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/kernel32/tests/Makefile" ;;
18971     "dlls/keyboard.drv16/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/keyboard.drv16/Makefile" ;;
18972     "dlls/loadperf/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/loadperf/Makefile" ;;
18973     "dlls/localspl/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/localspl/Makefile" ;;
18974     "dlls/localspl/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/localspl/tests/Makefile" ;;
18975     "dlls/localui/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/localui/Makefile" ;;
18976     "dlls/localui/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/localui/tests/Makefile" ;;
18977     "dlls/lz32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/lz32/Makefile" ;;
18978     "dlls/lz32/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/lz32/tests/Makefile" ;;
18979     "dlls/lzexpand.dll16/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/lzexpand.dll16/Makefile" ;;
18980     "dlls/mapi32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/mapi32/Makefile" ;;
18981     "dlls/mapi32/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/mapi32/tests/Makefile" ;;
18982     "dlls/mciavi32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/mciavi32/Makefile" ;;
18983     "dlls/mcicda/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/mcicda/Makefile" ;;
18984     "dlls/mciqtz32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/mciqtz32/Makefile" ;;
18985     "dlls/mciseq/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/mciseq/Makefile" ;;
18986     "dlls/mciwave/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/mciwave/Makefile" ;;
18987     "dlls/midimap/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/midimap/Makefile" ;;
18988     "dlls/mlang/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/mlang/Makefile" ;;
18989     "dlls/mlang/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/mlang/tests/Makefile" ;;
18990     "dlls/mmdevldr.vxd/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/mmdevldr.vxd/Makefile" ;;
18991     "dlls/mmsystem.dll16/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/mmsystem.dll16/Makefile" ;;
18992     "dlls/monodebg.vxd/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/monodebg.vxd/Makefile" ;;
18993     "dlls/mountmgr.sys/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/mountmgr.sys/Makefile" ;;
18994     "dlls/mouse.drv16/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/mouse.drv16/Makefile" ;;
18995     "dlls/mpr/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/mpr/Makefile" ;;
18996     "dlls/mprapi/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/mprapi/Makefile" ;;
18997     "dlls/msacm.dll16/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/msacm.dll16/Makefile" ;;
18998     "dlls/msacm32.drv/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/msacm32.drv/Makefile" ;;
18999     "dlls/msacm32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/msacm32/Makefile" ;;
19000     "dlls/msacm32/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/msacm32/tests/Makefile" ;;
19001     "dlls/msadp32.acm/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/msadp32.acm/Makefile" ;;
19002     "dlls/mscat32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/mscat32/Makefile" ;;
19003     "dlls/mscms/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/mscms/Makefile" ;;
19004     "dlls/mscms/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/mscms/tests/Makefile" ;;
19005     "dlls/mscoree/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/mscoree/Makefile" ;;
19006     "dlls/msctf/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/msctf/Makefile" ;;
19007     "dlls/msctf/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/msctf/tests/Makefile" ;;
19008     "dlls/msdaps/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/msdaps/Makefile" ;;
19009     "dlls/msdmo/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/msdmo/Makefile" ;;
19010     "dlls/msftedit/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/msftedit/Makefile" ;;
19011     "dlls/msg711.acm/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/msg711.acm/Makefile" ;;
19012     "dlls/msgsm32.acm/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/msgsm32.acm/Makefile" ;;
19013     "dlls/mshtml.tlb/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/mshtml.tlb/Makefile" ;;
19014     "dlls/mshtml/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/mshtml/Makefile" ;;
19015     "dlls/mshtml/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/mshtml/tests/Makefile" ;;
19016     "dlls/msi/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/msi/Makefile" ;;
19017     "dlls/msi/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/msi/tests/Makefile" ;;
19018     "dlls/msimg32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/msimg32/Makefile" ;;
19019     "dlls/msimtf/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/msimtf/Makefile" ;;
19020     "dlls/msisip/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/msisip/Makefile" ;;
19021     "dlls/msisys.ocx/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/msisys.ocx/Makefile" ;;
19022     "dlls/msnet32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/msnet32/Makefile" ;;
19023     "dlls/msrle32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/msrle32/Makefile" ;;
19024     "dlls/mssign32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/mssign32/Makefile" ;;
19025     "dlls/mssip32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/mssip32/Makefile" ;;
19026     "dlls/mstask/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/mstask/Makefile" ;;
19027     "dlls/mstask/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/mstask/tests/Makefile" ;;
19028     "dlls/msvcirt/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/msvcirt/Makefile" ;;
19029     "dlls/msvcr71/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/msvcr71/Makefile" ;;
19030     "dlls/msvcrt/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/msvcrt/Makefile" ;;
19031     "dlls/msvcrt/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/msvcrt/tests/Makefile" ;;
19032     "dlls/msvcrt20/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/msvcrt20/Makefile" ;;
19033     "dlls/msvcrt40/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/msvcrt40/Makefile" ;;
19034     "dlls/msvcrtd/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/msvcrtd/Makefile" ;;
19035     "dlls/msvcrtd/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/msvcrtd/tests/Makefile" ;;
19036     "dlls/msvfw32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/msvfw32/Makefile" ;;
19037     "dlls/msvfw32/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/msvfw32/tests/Makefile" ;;
19038     "dlls/msvidc32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/msvidc32/Makefile" ;;
19039     "dlls/msvideo.dll16/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/msvideo.dll16/Makefile" ;;
19040     "dlls/mswsock/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/mswsock/Makefile" ;;
19041     "dlls/msxml3/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/msxml3/Makefile" ;;
19042     "dlls/msxml3/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/msxml3/tests/Makefile" ;;
19043     "dlls/nddeapi/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/nddeapi/Makefile" ;;
19044     "dlls/netapi32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/netapi32/Makefile" ;;
19045     "dlls/netapi32/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/netapi32/tests/Makefile" ;;
19046     "dlls/newdev/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/newdev/Makefile" ;;
19047     "dlls/ntdll/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/ntdll/Makefile" ;;
19048     "dlls/ntdll/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/ntdll/tests/Makefile" ;;
19049     "dlls/ntdsapi/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/ntdsapi/Makefile" ;;
19050     "dlls/ntdsapi/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/ntdsapi/tests/Makefile" ;;
19051     "dlls/ntoskrnl.exe/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/ntoskrnl.exe/Makefile" ;;
19052     "dlls/ntprint/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/ntprint/Makefile" ;;
19053     "dlls/ntprint/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/ntprint/tests/Makefile" ;;
19054     "dlls/objsel/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/objsel/Makefile" ;;
19055     "dlls/odbc32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/odbc32/Makefile" ;;
19056     "dlls/odbccp32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/odbccp32/Makefile" ;;
19057     "dlls/odbccp32/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/odbccp32/tests/Makefile" ;;
19058     "dlls/ole2.dll16/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/ole2.dll16/Makefile" ;;
19059     "dlls/ole2conv.dll16/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/ole2conv.dll16/Makefile" ;;
19060     "dlls/ole2disp.dll16/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/ole2disp.dll16/Makefile" ;;
19061     "dlls/ole2nls.dll16/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/ole2nls.dll16/Makefile" ;;
19062     "dlls/ole2prox.dll16/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/ole2prox.dll16/Makefile" ;;
19063     "dlls/ole2thk.dll16/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/ole2thk.dll16/Makefile" ;;
19064     "dlls/ole32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/ole32/Makefile" ;;
19065     "dlls/ole32/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/ole32/tests/Makefile" ;;
19066     "dlls/oleacc/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/oleacc/Makefile" ;;
19067     "dlls/oleacc/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/oleacc/tests/Makefile" ;;
19068     "dlls/oleaut32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/oleaut32/Makefile" ;;
19069     "dlls/oleaut32/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/oleaut32/tests/Makefile" ;;
19070     "dlls/olecli.dll16/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/olecli.dll16/Makefile" ;;
19071     "dlls/olecli32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/olecli32/Makefile" ;;
19072     "dlls/oledb32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/oledb32/Makefile" ;;
19073     "dlls/oledb32/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/oledb32/tests/Makefile" ;;
19074     "dlls/oledlg/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/oledlg/Makefile" ;;
19075     "dlls/olepro32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/olepro32/Makefile" ;;
19076     "dlls/olesvr.dll16/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/olesvr.dll16/Makefile" ;;
19077     "dlls/olesvr32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/olesvr32/Makefile" ;;
19078     "dlls/olethk32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/olethk32/Makefile" ;;
19079     "dlls/openal32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/openal32/Makefile" ;;
19080     "dlls/opengl32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/opengl32/Makefile" ;;
19081     "dlls/opengl32/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/opengl32/tests/Makefile" ;;
19082     "dlls/pdh/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/pdh/Makefile" ;;
19083     "dlls/pdh/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/pdh/tests/Makefile" ;;
19084     "dlls/pidgen/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/pidgen/Makefile" ;;
19085     "dlls/powrprof/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/powrprof/Makefile" ;;
19086     "dlls/printui/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/printui/Makefile" ;;
19087     "dlls/propsys/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/propsys/Makefile" ;;
19088     "dlls/psapi/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/psapi/Makefile" ;;
19089     "dlls/psapi/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/psapi/tests/Makefile" ;;
19090     "dlls/pstorec/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/pstorec/Makefile" ;;
19091     "dlls/qcap/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/qcap/Makefile" ;;
19092     "dlls/qedit/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/qedit/Makefile" ;;
19093     "dlls/qedit/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/qedit/tests/Makefile" ;;
19094     "dlls/qmgr/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/qmgr/Makefile" ;;
19095     "dlls/qmgr/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/qmgr/tests/Makefile" ;;
19096     "dlls/qmgrprxy/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/qmgrprxy/Makefile" ;;
19097     "dlls/quartz/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/quartz/Makefile" ;;
19098     "dlls/quartz/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/quartz/tests/Makefile" ;;
19099     "dlls/query/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/query/Makefile" ;;
19100     "dlls/rasapi16.dll16/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/rasapi16.dll16/Makefile" ;;
19101     "dlls/rasapi32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/rasapi32/Makefile" ;;
19102     "dlls/rasapi32/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/rasapi32/tests/Makefile" ;;
19103     "dlls/rasdlg/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/rasdlg/Makefile" ;;
19104     "dlls/resutils/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/resutils/Makefile" ;;
19105     "dlls/riched20/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/riched20/Makefile" ;;
19106     "dlls/riched20/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/riched20/tests/Makefile" ;;
19107     "dlls/riched32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/riched32/Makefile" ;;
19108     "dlls/riched32/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/riched32/tests/Makefile" ;;
19109     "dlls/rpcrt4/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/rpcrt4/Makefile" ;;
19110     "dlls/rpcrt4/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/rpcrt4/tests/Makefile" ;;
19111     "dlls/rsabase/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/rsabase/Makefile" ;;
19112     "dlls/rsaenh/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/rsaenh/Makefile" ;;
19113     "dlls/rsaenh/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/rsaenh/tests/Makefile" ;;
19114     "dlls/rtutils/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/rtutils/Makefile" ;;
19115     "dlls/sane.ds/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/sane.ds/Makefile" ;;
19116     "dlls/sccbase/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/sccbase/Makefile" ;;
19117     "dlls/schannel/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/schannel/Makefile" ;;
19118     "dlls/schannel/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/schannel/tests/Makefile" ;;
19119     "dlls/secur32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/secur32/Makefile" ;;
19120     "dlls/secur32/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/secur32/tests/Makefile" ;;
19121     "dlls/security/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/security/Makefile" ;;
19122     "dlls/sensapi/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/sensapi/Makefile" ;;
19123     "dlls/serialui/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/serialui/Makefile" ;;
19124     "dlls/serialui/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/serialui/tests/Makefile" ;;
19125     "dlls/setupapi/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/setupapi/Makefile" ;;
19126     "dlls/setupapi/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/setupapi/tests/Makefile" ;;
19127     "dlls/setupx.dll16/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/setupx.dll16/Makefile" ;;
19128     "dlls/sfc/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/sfc/Makefile" ;;
19129     "dlls/sfc_os/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/sfc_os/Makefile" ;;
19130     "dlls/shdoclc/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/shdoclc/Makefile" ;;
19131     "dlls/shdocvw/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/shdocvw/Makefile" ;;
19132     "dlls/shdocvw/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/shdocvw/tests/Makefile" ;;
19133     "dlls/shell.dll16/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/shell.dll16/Makefile" ;;
19134     "dlls/shell32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/shell32/Makefile" ;;
19135     "dlls/shell32/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/shell32/tests/Makefile" ;;
19136     "dlls/shfolder/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/shfolder/Makefile" ;;
19137     "dlls/shlwapi/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/shlwapi/Makefile" ;;
19138     "dlls/shlwapi/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/shlwapi/tests/Makefile" ;;
19139     "dlls/slbcsp/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/slbcsp/Makefile" ;;
19140     "dlls/slc/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/slc/Makefile" ;;
19141     "dlls/snmpapi/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/snmpapi/Makefile" ;;
19142     "dlls/snmpapi/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/snmpapi/tests/Makefile" ;;
19143     "dlls/softpub/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/softpub/Makefile" ;;
19144     "dlls/sound.drv16/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/sound.drv16/Makefile" ;;
19145     "dlls/spoolss/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/spoolss/Makefile" ;;
19146     "dlls/spoolss/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/spoolss/tests/Makefile" ;;
19147     "dlls/stdole2.tlb/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/stdole2.tlb/Makefile" ;;
19148     "dlls/stdole32.tlb/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/stdole32.tlb/Makefile" ;;
19149     "dlls/sti/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/sti/Makefile" ;;
19150     "dlls/sti/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/sti/tests/Makefile" ;;
19151     "dlls/storage.dll16/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/storage.dll16/Makefile" ;;
19152     "dlls/stress.dll16/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/stress.dll16/Makefile" ;;
19153     "dlls/strmiids/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/strmiids/Makefile" ;;
19154     "dlls/svrapi/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/svrapi/Makefile" ;;
19155     "dlls/sxs/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/sxs/Makefile" ;;
19156     "dlls/system.drv16/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/system.drv16/Makefile" ;;
19157     "dlls/t2embed/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/t2embed/Makefile" ;;
19158     "dlls/tapi32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/tapi32/Makefile" ;;
19159     "dlls/toolhelp.dll16/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/toolhelp.dll16/Makefile" ;;
19160     "dlls/traffic/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/traffic/Makefile" ;;
19161     "dlls/twain.dll16/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/twain.dll16/Makefile" ;;
19162     "dlls/twain_32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/twain_32/Makefile" ;;
19163     "dlls/twain_32/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/twain_32/tests/Makefile" ;;
19164     "dlls/typelib.dll16/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/typelib.dll16/Makefile" ;;
19165     "dlls/unicows/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/unicows/Makefile" ;;
19166     "dlls/updspapi/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/updspapi/Makefile" ;;
19167     "dlls/url/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/url/Makefile" ;;
19168     "dlls/urlmon/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/urlmon/Makefile" ;;
19169     "dlls/urlmon/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/urlmon/tests/Makefile" ;;
19170     "dlls/user32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/user32/Makefile" ;;
19171     "dlls/user32/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/user32/tests/Makefile" ;;
19172     "dlls/userenv/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/userenv/Makefile" ;;
19173     "dlls/userenv/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/userenv/tests/Makefile" ;;
19174     "dlls/usp10/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/usp10/Makefile" ;;
19175     "dlls/usp10/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/usp10/tests/Makefile" ;;
19176     "dlls/uuid/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/uuid/Makefile" ;;
19177     "dlls/uxtheme/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/uxtheme/Makefile" ;;
19178     "dlls/uxtheme/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/uxtheme/tests/Makefile" ;;
19179     "dlls/vdhcp.vxd/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/vdhcp.vxd/Makefile" ;;
19180     "dlls/vdmdbg/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/vdmdbg/Makefile" ;;
19181     "dlls/ver.dll16/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/ver.dll16/Makefile" ;;
19182     "dlls/version/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/version/Makefile" ;;
19183     "dlls/version/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/version/tests/Makefile" ;;
19184     "dlls/vmm.vxd/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/vmm.vxd/Makefile" ;;
19185     "dlls/vnbt.vxd/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/vnbt.vxd/Makefile" ;;
19186     "dlls/vnetbios.vxd/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/vnetbios.vxd/Makefile" ;;
19187     "dlls/vtdapi.vxd/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/vtdapi.vxd/Makefile" ;;
19188     "dlls/vwin32.vxd/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/vwin32.vxd/Makefile" ;;
19189     "dlls/w32skrnl/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/w32skrnl/Makefile" ;;
19190     "dlls/w32sys.dll16/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/w32sys.dll16/Makefile" ;;
19191     "dlls/wbemprox/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/wbemprox/Makefile" ;;
19192     "dlls/wiaservc/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/wiaservc/Makefile" ;;
19193     "dlls/win32s16.dll16/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/win32s16.dll16/Makefile" ;;
19194     "dlls/win87em.dll16/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/win87em.dll16/Makefile" ;;
19195     "dlls/winaspi.dll16/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/winaspi.dll16/Makefile" ;;
19196     "dlls/windebug.dll16/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/windebug.dll16/Makefile" ;;
19197     "dlls/windowscodecs/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/windowscodecs/Makefile" ;;
19198     "dlls/windowscodecs/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/windowscodecs/tests/Makefile" ;;
19199     "dlls/winealsa.drv/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/winealsa.drv/Makefile" ;;
19200     "dlls/wineaudioio.drv/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/wineaudioio.drv/Makefile" ;;
19201     "dlls/winecoreaudio.drv/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/winecoreaudio.drv/Makefile" ;;
19202     "dlls/winecrt0/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/winecrt0/Makefile" ;;
19203     "dlls/wined3d/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/wined3d/Makefile" ;;
19204     "dlls/winedos/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/winedos/Makefile" ;;
19205     "dlls/wineesd.drv/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/wineesd.drv/Makefile" ;;
19206     "dlls/winejack.drv/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/winejack.drv/Makefile" ;;
19207     "dlls/winejoystick.drv/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/winejoystick.drv/Makefile" ;;
19208     "dlls/winemp3.acm/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/winemp3.acm/Makefile" ;;
19209     "dlls/winenas.drv/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/winenas.drv/Makefile" ;;
19210     "dlls/wineoss.drv/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/wineoss.drv/Makefile" ;;
19211     "dlls/wineps.drv/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/wineps.drv/Makefile" ;;
19212     "dlls/wineps16.drv16/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/wineps16.drv16/Makefile" ;;
19213     "dlls/winequartz.drv/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/winequartz.drv/Makefile" ;;
19214     "dlls/winex11.drv/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/winex11.drv/Makefile" ;;
19215     "dlls/wing.dll16/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/wing.dll16/Makefile" ;;
19216     "dlls/wing32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/wing32/Makefile" ;;
19217     "dlls/winhttp/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/winhttp/Makefile" ;;
19218     "dlls/winhttp/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/winhttp/tests/Makefile" ;;
19219     "dlls/wininet/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/wininet/Makefile" ;;
19220     "dlls/wininet/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/wininet/tests/Makefile" ;;
19221     "dlls/winmm/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/winmm/Makefile" ;;
19222     "dlls/winmm/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/winmm/tests/Makefile" ;;
19223     "dlls/winnls.dll16/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/winnls.dll16/Makefile" ;;
19224     "dlls/winnls32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/winnls32/Makefile" ;;
19225     "dlls/winscard/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/winscard/Makefile" ;;
19226     "dlls/winsock.dll16/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/winsock.dll16/Makefile" ;;
19227     "dlls/winspool.drv/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/winspool.drv/Makefile" ;;
19228     "dlls/winspool.drv/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/winspool.drv/tests/Makefile" ;;
19229     "dlls/wintab.dll16/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/wintab.dll16/Makefile" ;;
19230     "dlls/wintab32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/wintab32/Makefile" ;;
19231     "dlls/wintab32/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/wintab32/tests/Makefile" ;;
19232     "dlls/wintrust/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/wintrust/Makefile" ;;
19233     "dlls/wintrust/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/wintrust/tests/Makefile" ;;
19234     "dlls/wldap32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/wldap32/Makefile" ;;
19235     "dlls/wldap32/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/wldap32/tests/Makefile" ;;
19236     "dlls/wmi/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/wmi/Makefile" ;;
19237     "dlls/wmiutils/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/wmiutils/Makefile" ;;
19238     "dlls/wnaspi32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/wnaspi32/Makefile" ;;
19239     "dlls/wow32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/wow32/Makefile" ;;
19240     "dlls/ws2_32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/ws2_32/Makefile" ;;
19241     "dlls/ws2_32/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/ws2_32/tests/Makefile" ;;
19242     "dlls/wsock32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/wsock32/Makefile" ;;
19243     "dlls/wtsapi32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/wtsapi32/Makefile" ;;
19244     "dlls/wuapi/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/wuapi/Makefile" ;;
19245     "dlls/wuaueng/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/wuaueng/Makefile" ;;
19246     "dlls/xinput1_1/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/xinput1_1/Makefile" ;;
19247     "dlls/xinput1_2/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/xinput1_2/Makefile" ;;
19248     "dlls/xinput1_3/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/xinput1_3/Makefile" ;;
19249     "dlls/xinput1_3/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/xinput1_3/tests/Makefile" ;;
19250     "dlls/xinput9_1_0/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/xinput9_1_0/Makefile" ;;
19251     "dlls/xmllite/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/xmllite/Makefile" ;;
19252     "documentation/Makefile") CONFIG_FILES="$CONFIG_FILES documentation/Makefile" ;;
19253     "fonts/Makefile") CONFIG_FILES="$CONFIG_FILES fonts/Makefile" ;;
19254     "include/Makefile") CONFIG_FILES="$CONFIG_FILES include/Makefile" ;;
19255     "libs/Makefile") CONFIG_FILES="$CONFIG_FILES libs/Makefile" ;;
19256     "libs/port/Makefile") CONFIG_FILES="$CONFIG_FILES libs/port/Makefile" ;;
19257     "libs/wine/Makefile") CONFIG_FILES="$CONFIG_FILES libs/wine/Makefile" ;;
19258     "libs/wpp/Makefile") CONFIG_FILES="$CONFIG_FILES libs/wpp/Makefile" ;;
19259     "loader/Makefile") CONFIG_FILES="$CONFIG_FILES loader/Makefile" ;;
19260     "programs/Makefile") CONFIG_FILES="$CONFIG_FILES programs/Makefile" ;;
19261     "programs/cacls/Makefile") CONFIG_FILES="$CONFIG_FILES programs/cacls/Makefile" ;;
19262     "programs/clock/Makefile") CONFIG_FILES="$CONFIG_FILES programs/clock/Makefile" ;;
19263     "programs/cmd/Makefile") CONFIG_FILES="$CONFIG_FILES programs/cmd/Makefile" ;;
19264     "programs/cmdlgtst/Makefile") CONFIG_FILES="$CONFIG_FILES programs/cmdlgtst/Makefile" ;;
19265     "programs/control/Makefile") CONFIG_FILES="$CONFIG_FILES programs/control/Makefile" ;;
19266     "programs/dxdiag/Makefile") CONFIG_FILES="$CONFIG_FILES programs/dxdiag/Makefile" ;;
19267     "programs/eject/Makefile") CONFIG_FILES="$CONFIG_FILES programs/eject/Makefile" ;;
19268     "programs/expand/Makefile") CONFIG_FILES="$CONFIG_FILES programs/expand/Makefile" ;;
19269     "programs/explorer/Makefile") CONFIG_FILES="$CONFIG_FILES programs/explorer/Makefile" ;;
19270     "programs/extrac32/Makefile") CONFIG_FILES="$CONFIG_FILES programs/extrac32/Makefile" ;;
19271     "programs/hh/Makefile") CONFIG_FILES="$CONFIG_FILES programs/hh/Makefile" ;;
19272     "programs/icinfo/Makefile") CONFIG_FILES="$CONFIG_FILES programs/icinfo/Makefile" ;;
19273     "programs/iexplore/Makefile") CONFIG_FILES="$CONFIG_FILES programs/iexplore/Makefile" ;;
19274     "programs/lodctr/Makefile") CONFIG_FILES="$CONFIG_FILES programs/lodctr/Makefile" ;;
19275     "programs/mshta/Makefile") CONFIG_FILES="$CONFIG_FILES programs/mshta/Makefile" ;;
19276     "programs/msiexec/Makefile") CONFIG_FILES="$CONFIG_FILES programs/msiexec/Makefile" ;;
19277     "programs/net/Makefile") CONFIG_FILES="$CONFIG_FILES programs/net/Makefile" ;;
19278     "programs/notepad/Makefile") CONFIG_FILES="$CONFIG_FILES programs/notepad/Makefile" ;;
19279     "programs/oleview/Makefile") CONFIG_FILES="$CONFIG_FILES programs/oleview/Makefile" ;;
19280     "programs/progman/Makefile") CONFIG_FILES="$CONFIG_FILES programs/progman/Makefile" ;;
19281     "programs/reg/Makefile") CONFIG_FILES="$CONFIG_FILES programs/reg/Makefile" ;;
19282     "programs/regedit/Makefile") CONFIG_FILES="$CONFIG_FILES programs/regedit/Makefile" ;;
19283     "programs/regsvr32/Makefile") CONFIG_FILES="$CONFIG_FILES programs/regsvr32/Makefile" ;;
19284     "programs/rpcss/Makefile") CONFIG_FILES="$CONFIG_FILES programs/rpcss/Makefile" ;;
19285     "programs/rundll32/Makefile") CONFIG_FILES="$CONFIG_FILES programs/rundll32/Makefile" ;;
19286     "programs/secedit/Makefile") CONFIG_FILES="$CONFIG_FILES programs/secedit/Makefile" ;;
19287     "programs/services/Makefile") CONFIG_FILES="$CONFIG_FILES programs/services/Makefile" ;;
19288     "programs/spoolsv/Makefile") CONFIG_FILES="$CONFIG_FILES programs/spoolsv/Makefile" ;;
19289     "programs/start/Makefile") CONFIG_FILES="$CONFIG_FILES programs/start/Makefile" ;;
19290     "programs/svchost/Makefile") CONFIG_FILES="$CONFIG_FILES programs/svchost/Makefile" ;;
19291     "programs/taskmgr/Makefile") CONFIG_FILES="$CONFIG_FILES programs/taskmgr/Makefile" ;;
19292     "programs/termsv/Makefile") CONFIG_FILES="$CONFIG_FILES programs/termsv/Makefile" ;;
19293     "programs/uninstaller/Makefile") CONFIG_FILES="$CONFIG_FILES programs/uninstaller/Makefile" ;;
19294     "programs/unlodctr/Makefile") CONFIG_FILES="$CONFIG_FILES programs/unlodctr/Makefile" ;;
19295     "programs/view/Makefile") CONFIG_FILES="$CONFIG_FILES programs/view/Makefile" ;;
19296     "programs/wineboot/Makefile") CONFIG_FILES="$CONFIG_FILES programs/wineboot/Makefile" ;;
19297     "programs/winebrowser/Makefile") CONFIG_FILES="$CONFIG_FILES programs/winebrowser/Makefile" ;;
19298     "programs/winecfg/Makefile") CONFIG_FILES="$CONFIG_FILES programs/winecfg/Makefile" ;;
19299     "programs/wineconsole/Makefile") CONFIG_FILES="$CONFIG_FILES programs/wineconsole/Makefile" ;;
19300     "programs/winedbg/Makefile") CONFIG_FILES="$CONFIG_FILES programs/winedbg/Makefile" ;;
19301     "programs/winedevice/Makefile") CONFIG_FILES="$CONFIG_FILES programs/winedevice/Makefile" ;;
19302     "programs/winefile/Makefile") CONFIG_FILES="$CONFIG_FILES programs/winefile/Makefile" ;;
19303     "programs/winemenubuilder/Makefile") CONFIG_FILES="$CONFIG_FILES programs/winemenubuilder/Makefile" ;;
19304     "programs/winemine/Makefile") CONFIG_FILES="$CONFIG_FILES programs/winemine/Makefile" ;;
19305     "programs/winepath/Makefile") CONFIG_FILES="$CONFIG_FILES programs/winepath/Makefile" ;;
19306     "programs/winetest/Makefile") CONFIG_FILES="$CONFIG_FILES programs/winetest/Makefile" ;;
19307     "programs/winevdm/Makefile") CONFIG_FILES="$CONFIG_FILES programs/winevdm/Makefile" ;;
19308     "programs/winhelp.exe16/Makefile") CONFIG_FILES="$CONFIG_FILES programs/winhelp.exe16/Makefile" ;;
19309     "programs/winhlp32/Makefile") CONFIG_FILES="$CONFIG_FILES programs/winhlp32/Makefile" ;;
19310     "programs/winoldap.mod16/Makefile") CONFIG_FILES="$CONFIG_FILES programs/winoldap.mod16/Makefile" ;;
19311     "programs/winver/Makefile") CONFIG_FILES="$CONFIG_FILES programs/winver/Makefile" ;;
19312     "programs/wordpad/Makefile") CONFIG_FILES="$CONFIG_FILES programs/wordpad/Makefile" ;;
19313     "programs/write/Makefile") CONFIG_FILES="$CONFIG_FILES programs/write/Makefile" ;;
19314     "programs/xcopy/Makefile") CONFIG_FILES="$CONFIG_FILES programs/xcopy/Makefile" ;;
19315     "server/Makefile") CONFIG_FILES="$CONFIG_FILES server/Makefile" ;;
19316     "tools/Makefile") CONFIG_FILES="$CONFIG_FILES tools/Makefile" ;;
19317     "tools/widl/Makefile") CONFIG_FILES="$CONFIG_FILES tools/widl/Makefile" ;;
19318     "tools/winebuild/Makefile") CONFIG_FILES="$CONFIG_FILES tools/winebuild/Makefile" ;;
19319     "tools/winedump/Makefile") CONFIG_FILES="$CONFIG_FILES tools/winedump/Makefile" ;;
19320     "tools/winegcc/Makefile") CONFIG_FILES="$CONFIG_FILES tools/winegcc/Makefile" ;;
19321     "tools/wmc/Makefile") CONFIG_FILES="$CONFIG_FILES tools/wmc/Makefile" ;;
19322     "tools/wrc/Makefile") CONFIG_FILES="$CONFIG_FILES tools/wrc/Makefile" ;;
19323
19324   *) as_fn_error "invalid argument: \`$ac_config_target'" "$LINENO" 5;;
19325   esac
19326 done
19327
19328
19329 # If the user did not use the arguments to specify the items to instantiate,
19330 # then the envvar interface is used.  Set only those that are not.
19331 # We use the long form for the default assignment because of an extremely
19332 # bizarre bug on SunOS 4.1.3.
19333 if $ac_need_defaults; then
19334   test "${CONFIG_FILES+set}" = set || CONFIG_FILES=$config_files
19335   test "${CONFIG_HEADERS+set}" = set || CONFIG_HEADERS=$config_headers
19336   test "${CONFIG_COMMANDS+set}" = set || CONFIG_COMMANDS=$config_commands
19337 fi
19338
19339 # Have a temporary directory for convenience.  Make it in the build tree
19340 # simply because there is no reason against having it here, and in addition,
19341 # creating and moving files from /tmp can sometimes cause problems.
19342 # Hook for its removal unless debugging.
19343 # Note that there is a small window in which the directory will not be cleaned:
19344 # after its creation but before its name has been assigned to `$tmp'.
19345 $debug ||
19346 {
19347   tmp=
19348   trap 'exit_status=$?
19349   { test -z "$tmp" || test ! -d "$tmp" || rm -fr "$tmp"; } && exit $exit_status
19350 ' 0
19351   trap 'as_fn_exit 1' 1 2 13 15
19352 }
19353 # Create a (secure) tmp directory for tmp files.
19354
19355 {
19356   tmp=`(umask 077 && mktemp -d "./confXXXXXX") 2>/dev/null` &&
19357   test -n "$tmp" && test -d "$tmp"
19358 }  ||
19359 {
19360   tmp=./conf$$-$RANDOM
19361   (umask 077 && mkdir "$tmp")
19362 } || as_fn_error "cannot create a temporary directory in ." "$LINENO" 5
19363
19364 # Set up the scripts for CONFIG_FILES section.
19365 # No need to generate them if there are no CONFIG_FILES.
19366 # This happens for instance with `./config.status config.h'.
19367 if test -n "$CONFIG_FILES"; then
19368
19369 if $AWK 'BEGIN { getline <"/dev/null" }' </dev/null 2>/dev/null; then
19370   ac_cs_awk_getline=:
19371   ac_cs_awk_pipe_init=
19372   ac_cs_awk_read_file='
19373       while ((getline aline < (F[key])) > 0)
19374         print(aline)
19375       close(F[key])'
19376   ac_cs_awk_pipe_fini=
19377 else
19378   ac_cs_awk_getline=false
19379   ac_cs_awk_pipe_init="print \"cat <<'|#_!!_#|' &&\""
19380   ac_cs_awk_read_file='
19381       print "|#_!!_#|"
19382       print "cat " F[key] " &&"
19383       '$ac_cs_awk_pipe_init
19384   # The final `:' finishes the AND list.
19385   ac_cs_awk_pipe_fini='END { print "|#_!!_#|"; print ":" }'
19386 fi
19387 ac_cr=`echo X | tr X '\015'`
19388 # On cygwin, bash can eat \r inside `` if the user requested igncr.
19389 # But we know of no other shell where ac_cr would be empty at this
19390 # point, so we can use a bashism as a fallback.
19391 if test "x$ac_cr" = x; then
19392   eval ac_cr=\$\'\\r\'
19393 fi
19394 ac_cs_awk_cr=`$AWK 'BEGIN { print "a\rb" }' </dev/null 2>/dev/null`
19395 if test "$ac_cs_awk_cr" = "a${ac_cr}b"; then
19396   ac_cs_awk_cr='\r'
19397 else
19398   ac_cs_awk_cr=$ac_cr
19399 fi
19400
19401 echo 'BEGIN {' >"$tmp/subs1.awk" &&
19402 _ACEOF
19403
19404 # Create commands to substitute file output variables.
19405 {
19406   echo "cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1" &&
19407   echo 'cat >>"\$tmp/subs1.awk" <<\\_ACAWK &&' &&
19408   echo "$ac_subst_files" | sed 's/.*/F["&"]="$&"/' &&
19409   echo "_ACAWK" &&
19410   echo "_ACEOF"
19411 } >conf$$files.sh &&
19412 . ./conf$$files.sh ||
19413   as_fn_error "could not make $CONFIG_STATUS" "$LINENO" 5
19414 rm -f conf$$files.sh
19415
19416 {
19417   echo "cat >conf$$subs.awk <<_ACEOF" &&
19418   echo "$ac_subst_vars" | sed 's/.*/&!$&$ac_delim/' &&
19419   echo "_ACEOF"
19420 } >conf$$subs.sh ||
19421   as_fn_error "could not make $CONFIG_STATUS" "$LINENO" 5
19422 ac_delim_num=`echo "$ac_subst_vars" | grep -c '$'`
19423 ac_delim='%!_!# '
19424 for ac_last_try in false false false false false :; do
19425   . ./conf$$subs.sh ||
19426     as_fn_error "could not make $CONFIG_STATUS" "$LINENO" 5
19427
19428   ac_delim_n=`sed -n "s/.*$ac_delim\$/X/p" conf$$subs.awk | grep -c X`
19429   if test $ac_delim_n = $ac_delim_num; then
19430     break
19431   elif $ac_last_try; then
19432     as_fn_error "could not make $CONFIG_STATUS" "$LINENO" 5
19433   else
19434     ac_delim="$ac_delim!$ac_delim _$ac_delim!! "
19435   fi
19436 done
19437 rm -f conf$$subs.sh
19438
19439 cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1
19440 cat >>"\$tmp/subs1.awk" <<\\_ACAWK &&
19441 _ACEOF
19442 sed -n '
19443 h
19444 s/^/S["/; s/!.*/"]=/
19445 p
19446 g
19447 s/^[^!]*!//
19448 :repl
19449 t repl
19450 s/'"$ac_delim"'$//
19451 t delim
19452 :nl
19453 h
19454 s/\(.\{148\}\).*/\1/
19455 t more1
19456 s/["\\]/\\&/g; s/^/"/; s/$/\\n"\\/
19457 p
19458 n
19459 b repl
19460 :more1
19461 s/["\\]/\\&/g; s/^/"/; s/$/"\\/
19462 p
19463 g
19464 s/.\{148\}//
19465 t nl
19466 :delim
19467 h
19468 s/\(.\{148\}\).*/\1/
19469 t more2
19470 s/["\\]/\\&/g; s/^/"/; s/$/"/
19471 p
19472 b
19473 :more2
19474 s/["\\]/\\&/g; s/^/"/; s/$/"\\/
19475 p
19476 g
19477 s/.\{148\}//
19478 t delim
19479 ' <conf$$subs.awk | sed '
19480 /^[^""]/{
19481   N
19482   s/\n//
19483 }
19484 ' >>$CONFIG_STATUS || ac_write_fail=1
19485 rm -f conf$$subs.awk
19486 cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1
19487 _ACAWK
19488 cat >>"\$tmp/subs1.awk" <<_ACAWK &&
19489   for (key in S) S_is_set[key] = 1
19490   FS = "\a"
19491   \$ac_cs_awk_pipe_init
19492 }
19493 {
19494   line = $ 0
19495   nfields = split(line, field, "@")
19496   substed = 0
19497   len = length(field[1])
19498   for (i = 2; i < nfields; i++) {
19499     key = field[i]
19500     keylen = length(key)
19501     if (S_is_set[key]) {
19502       value = S[key]
19503       line = substr(line, 1, len) "" value "" substr(line, len + keylen + 3)
19504       len += length(value) + length(field[++i])
19505       substed = 1
19506     } else
19507       len += 1 + keylen
19508   }
19509   if (nfields == 3 && !substed) {
19510     key = field[2]
19511     if (F[key] != "" && line ~ /^[       ]*@.*@[         ]*$/) {
19512       \$ac_cs_awk_read_file
19513       next
19514     }
19515   }
19516   print line
19517 }
19518 \$ac_cs_awk_pipe_fini
19519 _ACAWK
19520 _ACEOF
19521 cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1
19522 if sed "s/$ac_cr//" < /dev/null > /dev/null 2>&1; then
19523   sed "s/$ac_cr\$//; s/$ac_cr/$ac_cs_awk_cr/g"
19524 else
19525   cat
19526 fi < "$tmp/subs1.awk" > "$tmp/subs.awk" \
19527   || as_fn_error "could not setup config files machinery" "$LINENO" 5
19528 _ACEOF
19529
19530 # VPATH may cause trouble with some makes, so we remove $(srcdir),
19531 # ${srcdir} and @srcdir@ from VPATH if srcdir is ".", strip leading and
19532 # trailing colons and then remove the whole line if VPATH becomes empty
19533 # (actually we leave an empty line to preserve line numbers).
19534 if test "x$srcdir" = x.; then
19535   ac_vpsub='/^[  ]*VPATH[        ]*=/{
19536 s/:*\$(srcdir):*/:/
19537 s/:*\${srcdir}:*/:/
19538 s/:*@srcdir@:*/:/
19539 s/^\([^=]*=[     ]*\):*/\1/
19540 s/:*$//
19541 s/^[^=]*=[       ]*$//
19542 }'
19543 fi
19544
19545 cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1
19546 fi # test -n "$CONFIG_FILES"
19547
19548 # Set up the scripts for CONFIG_HEADERS section.
19549 # No need to generate them if there are no CONFIG_HEADERS.
19550 # This happens for instance with `./config.status Makefile'.
19551 if test -n "$CONFIG_HEADERS"; then
19552 cat >"$tmp/defines.awk" <<\_ACAWK ||
19553 BEGIN {
19554 _ACEOF
19555
19556 # Transform confdefs.h into an awk script `defines.awk', embedded as
19557 # here-document in config.status, that substitutes the proper values into
19558 # config.h.in to produce config.h.
19559
19560 # Create a delimiter string that does not exist in confdefs.h, to ease
19561 # handling of long lines.
19562 ac_delim='%!_!# '
19563 for ac_last_try in false false :; do
19564   ac_t=`sed -n "/$ac_delim/p" confdefs.h`
19565   if test -z "$ac_t"; then
19566     break
19567   elif $ac_last_try; then
19568     as_fn_error "could not make $CONFIG_HEADERS" "$LINENO" 5
19569   else
19570     ac_delim="$ac_delim!$ac_delim _$ac_delim!! "
19571   fi
19572 done
19573
19574 # For the awk script, D is an array of macro values keyed by name,
19575 # likewise P contains macro parameters if any.  Preserve backslash
19576 # newline sequences.
19577
19578 ac_word_re=[_$as_cr_Letters][_$as_cr_alnum]*
19579 sed -n '
19580 s/.\{148\}/&'"$ac_delim"'/g
19581 t rset
19582 :rset
19583 s/^[     ]*#[    ]*define[       ][      ]*/ /
19584 t def
19585 d
19586 :def
19587 s/\\$//
19588 t bsnl
19589 s/["\\]/\\&/g
19590 s/^ \('"$ac_word_re"'\)\(([^()]*)\)[     ]*\(.*\)/P["\1"]="\2"\
19591 D["\1"]=" \3"/p
19592 s/^ \('"$ac_word_re"'\)[         ]*\(.*\)/D["\1"]=" \2"/p
19593 d
19594 :bsnl
19595 s/["\\]/\\&/g
19596 s/^ \('"$ac_word_re"'\)\(([^()]*)\)[     ]*\(.*\)/P["\1"]="\2"\
19597 D["\1"]=" \3\\\\\\n"\\/p
19598 t cont
19599 s/^ \('"$ac_word_re"'\)[         ]*\(.*\)/D["\1"]=" \2\\\\\\n"\\/p
19600 t cont
19601 d
19602 :cont
19603 n
19604 s/.\{148\}/&'"$ac_delim"'/g
19605 t clear
19606 :clear
19607 s/\\$//
19608 t bsnlc
19609 s/["\\]/\\&/g; s/^/"/; s/$/"/p
19610 d
19611 :bsnlc
19612 s/["\\]/\\&/g; s/^/"/; s/$/\\\\\\n"\\/p
19613 b cont
19614 ' <confdefs.h | sed '
19615 s/'"$ac_delim"'/"\\\
19616 "/g' >>$CONFIG_STATUS || ac_write_fail=1
19617
19618 cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1
19619   for (key in D) D_is_set[key] = 1
19620   FS = "\a"
19621 }
19622 /^[\t ]*#[\t ]*(define|undef)[\t ]+$ac_word_re([\t (]|\$)/ {
19623   line = \$ 0
19624   split(line, arg, " ")
19625   if (arg[1] == "#") {
19626     defundef = arg[2]
19627     mac1 = arg[3]
19628   } else {
19629     defundef = substr(arg[1], 2)
19630     mac1 = arg[2]
19631   }
19632   split(mac1, mac2, "(") #)
19633   macro = mac2[1]
19634   prefix = substr(line, 1, index(line, defundef) - 1)
19635   if (D_is_set[macro]) {
19636     # Preserve the white space surrounding the "#".
19637     print prefix "define", macro P[macro] D[macro]
19638     next
19639   } else {
19640     # Replace #undef with comments.  This is necessary, for example,
19641     # in the case of _POSIX_SOURCE, which is predefined and required
19642     # on some systems where configure will not decide to define it.
19643     if (defundef == "undef") {
19644       print "/*", prefix defundef, macro, "*/"
19645       next
19646     }
19647   }
19648 }
19649 { print }
19650 _ACAWK
19651 _ACEOF
19652 cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1
19653   as_fn_error "could not setup config headers machinery" "$LINENO" 5
19654 fi # test -n "$CONFIG_HEADERS"
19655
19656
19657 eval set X "  :F $CONFIG_FILES  :H $CONFIG_HEADERS    :C $CONFIG_COMMANDS"
19658 shift
19659 for ac_tag
19660 do
19661   case $ac_tag in
19662   :[FHLC]) ac_mode=$ac_tag; continue;;
19663   esac
19664   case $ac_mode$ac_tag in
19665   :[FHL]*:*);;
19666   :L* | :C*:*) as_fn_error "invalid tag \`$ac_tag'" "$LINENO" 5;;
19667   :[FH]-) ac_tag=-:-;;
19668   :[FH]*) ac_tag=$ac_tag:$ac_tag.in;;
19669   esac
19670   ac_save_IFS=$IFS
19671   IFS=:
19672   set x $ac_tag
19673   IFS=$ac_save_IFS
19674   shift
19675   ac_file=$1
19676   shift
19677
19678   case $ac_mode in
19679   :L) ac_source=$1;;
19680   :[FH])
19681     ac_file_inputs=
19682     for ac_f
19683     do
19684       case $ac_f in
19685       -) ac_f="$tmp/stdin";;
19686       *) # Look for the file first in the build tree, then in the source tree
19687          # (if the path is not absolute).  The absolute path cannot be DOS-style,
19688          # because $ac_f cannot contain `:'.
19689          test -f "$ac_f" ||
19690            case $ac_f in
19691            [\\/$]*) false;;
19692            *) test -f "$srcdir/$ac_f" && ac_f="$srcdir/$ac_f";;
19693            esac ||
19694            as_fn_error "cannot find input file: \`$ac_f'" "$LINENO" 5;;
19695       esac
19696       case $ac_f in *\'*) ac_f=`$as_echo "$ac_f" | sed "s/'/'\\\\\\\\''/g"`;; esac
19697       as_fn_append ac_file_inputs " '$ac_f'"
19698     done
19699
19700     # Let's still pretend it is `configure' which instantiates (i.e., don't
19701     # use $as_me), people would be surprised to read:
19702     #    /* config.h.  Generated by config.status.  */
19703     configure_input='Generated from '`
19704           $as_echo "$*" | sed 's|^[^:]*/||;s|:[^:]*/|, |g'
19705         `' by configure.'
19706     if test x"$ac_file" != x-; then
19707       configure_input="$ac_file.  $configure_input"
19708       { $as_echo "$as_me:${as_lineno-$LINENO}: creating $ac_file" >&5
19709 $as_echo "$as_me: creating $ac_file" >&6;}
19710     fi
19711     # Neutralize special characters interpreted by sed in replacement strings.
19712     case $configure_input in #(
19713     *\&* | *\|* | *\\* )
19714        ac_sed_conf_input=`$as_echo "$configure_input" |
19715        sed 's/[\\\\&|]/\\\\&/g'`;; #(
19716     *) ac_sed_conf_input=$configure_input;;
19717     esac
19718
19719     case $ac_tag in
19720     *:-:* | *:-) cat >"$tmp/stdin" \
19721       || as_fn_error "could not create $ac_file" "$LINENO" 5 ;;
19722     esac
19723     ;;
19724   esac
19725
19726   ac_dir=`$as_dirname -- "$ac_file" ||
19727 $as_expr X"$ac_file" : 'X\(.*[^/]\)//*[^/][^/]*/*$' \| \
19728          X"$ac_file" : 'X\(//\)[^/]' \| \
19729          X"$ac_file" : 'X\(//\)$' \| \
19730          X"$ac_file" : 'X\(/\)' \| . 2>/dev/null ||
19731 $as_echo X"$ac_file" |
19732     sed '/^X\(.*[^/]\)\/\/*[^/][^/]*\/*$/{
19733             s//\1/
19734             q
19735           }
19736           /^X\(\/\/\)[^/].*/{
19737             s//\1/
19738             q
19739           }
19740           /^X\(\/\/\)$/{
19741             s//\1/
19742             q
19743           }
19744           /^X\(\/\).*/{
19745             s//\1/
19746             q
19747           }
19748           s/.*/./; q'`
19749   as_dir="$ac_dir"; as_fn_mkdir_p
19750   ac_builddir=.
19751
19752 case "$ac_dir" in
19753 .) ac_dir_suffix= ac_top_builddir_sub=. ac_top_build_prefix= ;;
19754 *)
19755   ac_dir_suffix=/`$as_echo "$ac_dir" | sed 's|^\.[\\/]||'`
19756   # A ".." for each directory in $ac_dir_suffix.
19757   ac_top_builddir_sub=`$as_echo "$ac_dir_suffix" | sed 's|/[^\\/]*|/..|g;s|/||'`
19758   case $ac_top_builddir_sub in
19759   "") ac_top_builddir_sub=. ac_top_build_prefix= ;;
19760   *)  ac_top_build_prefix=$ac_top_builddir_sub/ ;;
19761   esac ;;
19762 esac
19763 ac_abs_top_builddir=$ac_pwd
19764 ac_abs_builddir=$ac_pwd$ac_dir_suffix
19765 # for backward compatibility:
19766 ac_top_builddir=$ac_top_build_prefix
19767
19768 case $srcdir in
19769   .)  # We are building in place.
19770     ac_srcdir=.
19771     ac_top_srcdir=$ac_top_builddir_sub
19772     ac_abs_top_srcdir=$ac_pwd ;;
19773   [\\/]* | ?:[\\/]* )  # Absolute name.
19774     ac_srcdir=$srcdir$ac_dir_suffix;
19775     ac_top_srcdir=$srcdir
19776     ac_abs_top_srcdir=$srcdir ;;
19777   *) # Relative name.
19778     ac_srcdir=$ac_top_build_prefix$srcdir$ac_dir_suffix
19779     ac_top_srcdir=$ac_top_build_prefix$srcdir
19780     ac_abs_top_srcdir=$ac_pwd/$srcdir ;;
19781 esac
19782 ac_abs_srcdir=$ac_abs_top_srcdir$ac_dir_suffix
19783
19784
19785   case $ac_mode in
19786   :F)
19787   #
19788   # CONFIG_FILE
19789   #
19790
19791   case $INSTALL in
19792   [\\/$]* | ?:[\\/]* ) ac_INSTALL=$INSTALL ;;
19793   *) ac_INSTALL=$ac_top_build_prefix$INSTALL ;;
19794   esac
19795 _ACEOF
19796
19797 cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1
19798 # If the template does not know about datarootdir, expand it.
19799 # FIXME: This hack should be removed a few years after 2.60.
19800 ac_datarootdir_hack=; ac_datarootdir_seen=
19801 ac_sed_dataroot='
19802 /datarootdir/ {
19803   p
19804   q
19805 }
19806 /@datadir@/p
19807 /@docdir@/p
19808 /@infodir@/p
19809 /@localedir@/p
19810 /@mandir@/p'
19811 case `eval "sed -n \"\$ac_sed_dataroot\" $ac_file_inputs"` in
19812 *datarootdir*) ac_datarootdir_seen=yes;;
19813 *@datadir@*|*@docdir@*|*@infodir@*|*@localedir@*|*@mandir@*)
19814   { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: $ac_file_inputs seems to ignore the --datarootdir setting" >&5
19815 $as_echo "$as_me: WARNING: $ac_file_inputs seems to ignore the --datarootdir setting" >&2;}
19816 _ACEOF
19817 cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1
19818   ac_datarootdir_hack='
19819   s&@datadir@&$datadir&g
19820   s&@docdir@&$docdir&g
19821   s&@infodir@&$infodir&g
19822   s&@localedir@&$localedir&g
19823   s&@mandir@&$mandir&g
19824   s&\\\${datarootdir}&$datarootdir&g' ;;
19825 esac
19826 _ACEOF
19827
19828 # Neutralize VPATH when `$srcdir' = `.'.
19829 # Shell code in configure.ac might set extrasub.
19830 # FIXME: do we really want to maintain this feature?
19831 cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1
19832 ac_sed_extra="$ac_vpsub
19833 $extrasub
19834 _ACEOF
19835 cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1
19836 :t
19837 /@[a-zA-Z_][a-zA-Z_0-9]*@/!b
19838 s|@configure_input@|$ac_sed_conf_input|;t t
19839 s&@top_builddir@&$ac_top_builddir_sub&;t t
19840 s&@top_build_prefix@&$ac_top_build_prefix&;t t
19841 s&@srcdir@&$ac_srcdir&;t t
19842 s&@abs_srcdir@&$ac_abs_srcdir&;t t
19843 s&@top_srcdir@&$ac_top_srcdir&;t t
19844 s&@abs_top_srcdir@&$ac_abs_top_srcdir&;t t
19845 s&@builddir@&$ac_builddir&;t t
19846 s&@abs_builddir@&$ac_abs_builddir&;t t
19847 s&@abs_top_builddir@&$ac_abs_top_builddir&;t t
19848 s&@INSTALL@&$ac_INSTALL&;t t
19849 $ac_datarootdir_hack
19850 "
19851 eval sed \"\$ac_sed_extra\" "$ac_file_inputs" |
19852 if $ac_cs_awk_getline; then
19853   $AWK -f "$tmp/subs.awk"
19854 else
19855   $AWK -f "$tmp/subs.awk" | $SHELL
19856 fi >$tmp/out \
19857   || as_fn_error "could not create $ac_file" "$LINENO" 5
19858
19859 test -z "$ac_datarootdir_hack$ac_datarootdir_seen" &&
19860   { ac_out=`sed -n '/\${datarootdir}/p' "$tmp/out"`; test -n "$ac_out"; } &&
19861   { ac_out=`sed -n '/^[  ]*datarootdir[  ]*:*=/p' "$tmp/out"`; test -z "$ac_out"; } &&
19862   { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: $ac_file contains a reference to the variable \`datarootdir'
19863 which seems to be undefined.  Please make sure it is defined." >&5
19864 $as_echo "$as_me: WARNING: $ac_file contains a reference to the variable \`datarootdir'
19865 which seems to be undefined.  Please make sure it is defined." >&2;}
19866
19867   rm -f "$tmp/stdin"
19868   case $ac_file in
19869   -) cat "$tmp/out" && rm -f "$tmp/out";;
19870   *) rm -f "$ac_file" && mv "$tmp/out" "$ac_file";;
19871   esac \
19872   || as_fn_error "could not create $ac_file" "$LINENO" 5
19873  ;;
19874   :H)
19875   #
19876   # CONFIG_HEADER
19877   #
19878   if test x"$ac_file" != x-; then
19879     {
19880       $as_echo "/* $configure_input  */" \
19881       && eval '$AWK -f "$tmp/defines.awk"' "$ac_file_inputs"
19882     } >"$tmp/config.h" \
19883       || as_fn_error "could not create $ac_file" "$LINENO" 5
19884     if diff "$ac_file" "$tmp/config.h" >/dev/null 2>&1; then
19885       { $as_echo "$as_me:${as_lineno-$LINENO}: $ac_file is unchanged" >&5
19886 $as_echo "$as_me: $ac_file is unchanged" >&6;}
19887     else
19888       rm -f "$ac_file"
19889       mv "$tmp/config.h" "$ac_file" \
19890         || as_fn_error "could not create $ac_file" "$LINENO" 5
19891     fi
19892   else
19893     $as_echo "/* $configure_input  */" \
19894       && eval '$AWK -f "$tmp/defines.awk"' "$ac_file_inputs" \
19895       || as_fn_error "could not create -" "$LINENO" 5
19896   fi
19897  ;;
19898
19899   :C)  { $as_echo "$as_me:${as_lineno-$LINENO}: executing $ac_file commands" >&5
19900 $as_echo "$as_me: executing $ac_file commands" >&6;}
19901  ;;
19902   esac
19903
19904
19905   case $ac_file$ac_mode in
19906     "include/stamp-h":C) echo timestamp > include/stamp-h ;;
19907     "dlls/gdi32/enhmfdrv":C) test -d "dlls/gdi32/enhmfdrv" || ({ $as_echo "$as_me:${as_lineno-$LINENO}: creating dlls/gdi32/enhmfdrv" >&5
19908 $as_echo "$as_me: creating dlls/gdi32/enhmfdrv" >&6;} && mkdir "dlls/gdi32/enhmfdrv") ;;
19909     "dlls/gdi32/mfdrv":C) test -d "dlls/gdi32/mfdrv" || ({ $as_echo "$as_me:${as_lineno-$LINENO}: creating dlls/gdi32/mfdrv" >&5
19910 $as_echo "$as_me: creating dlls/gdi32/mfdrv" >&6;} && mkdir "dlls/gdi32/mfdrv") ;;
19911     "dlls/kernel32/nls":C) test -d "dlls/kernel32/nls" || ({ $as_echo "$as_me:${as_lineno-$LINENO}: creating dlls/kernel32/nls" >&5
19912 $as_echo "$as_me: creating dlls/kernel32/nls" >&6;} && mkdir "dlls/kernel32/nls") ;;
19913     "dlls/user32/resources":C) test -d "dlls/user32/resources" || ({ $as_echo "$as_me:${as_lineno-$LINENO}: creating dlls/user32/resources" >&5
19914 $as_echo "$as_me: creating dlls/user32/resources" >&6;} && mkdir "dlls/user32/resources") ;;
19915     "dlls/wineps.drv/data":C) test -d "dlls/wineps.drv/data" || ({ $as_echo "$as_me:${as_lineno-$LINENO}: creating dlls/wineps.drv/data" >&5
19916 $as_echo "$as_me: creating dlls/wineps.drv/data" >&6;} && mkdir "dlls/wineps.drv/data") ;;
19917     "include/wine":C) test -d "include/wine" || ({ $as_echo "$as_me:${as_lineno-$LINENO}: creating include/wine" >&5
19918 $as_echo "$as_me: creating include/wine" >&6;} && mkdir "include/wine") ;;
19919
19920   esac
19921 done # for ac_tag
19922
19923
19924 as_fn_exit 0
19925 _ACEOF
19926 ac_clean_files=$ac_clean_files_save
19927
19928 test $ac_write_fail = 0 ||
19929   as_fn_error "write failure creating $CONFIG_STATUS" "$LINENO" 5
19930
19931
19932 # configure is writing to config.log, and then calls config.status.
19933 # config.status does its own redirection, appending to config.log.
19934 # Unfortunately, on DOS this fails, as config.log is still kept open
19935 # by configure, so config.status won't be able to write to it; its
19936 # output is simply discarded.  So we exec the FD to /dev/null,
19937 # effectively closing config.log, so it can be properly (re)opened and
19938 # appended to by config.status.  When coming back to configure, we
19939 # need to make the FD available again.
19940 if test "$no_create" != yes; then
19941   ac_cs_success=:
19942   ac_config_status_args=
19943   test "$silent" = yes &&
19944     ac_config_status_args="$ac_config_status_args --quiet"
19945   exec 5>/dev/null
19946   $SHELL $CONFIG_STATUS $ac_config_status_args || ac_cs_success=false
19947   exec 5>>config.log
19948   # Use ||, not &&, to avoid exiting from the if with $? = 1, which
19949   # would make configure fail if this is the last instruction.
19950   $ac_cs_success || as_fn_exit $?
19951 fi
19952 if test -n "$ac_unrecognized_opts" && test "$enable_option_checking" != no; then
19953   { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: unrecognized options: $ac_unrecognized_opts" >&5
19954 $as_echo "$as_me: WARNING: unrecognized options: $ac_unrecognized_opts" >&2;}
19955 fi
19956
19957
19958 if test "$no_create" = "yes"
19959 then
19960   exit 0
19961 fi
19962
19963 ac_save_IFS="$IFS"
19964 if test "x$wine_notices != "x; then
19965     echo >&6
19966     IFS="|"
19967     for msg in $wine_notices; do
19968         IFS="$ac_save_IFS"
19969         if test -n "$msg"; then
19970             { $as_echo "$as_me:${as_lineno-$LINENO}: $msg" >&5
19971 $as_echo "$as_me: $msg" >&6;}
19972         fi
19973     done
19974 fi
19975 IFS="|"
19976 for msg in $wine_warnings; do
19977     IFS="$ac_save_IFS"
19978     if test -n "$msg"; then
19979         echo >&2
19980         { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: $msg" >&5
19981 $as_echo "$as_me: WARNING: $msg" >&2;}
19982     fi
19983 done
19984 IFS="$ac_save_IFS"
19985
19986 echo "
19987 $as_me: Finished.  Do '${ac_make} depend && ${ac_make}' to compile Wine.
19988 " >&6
19989