configure: Add -Werror flag in maintainer mode.
[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.30.
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.30'
553 PACKAGE_STRING='Wine 1.1.30'
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.30 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.30:";;
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.30
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.30, 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
6612 int
6613 main ()
6614 {
6615
6616   ;
6617   return 0;
6618 }
6619 _ACEOF
6620 if ac_fn_c_try_link "$LINENO"; then :
6621   ac_cv_cflags__fPIC__shared__Wl__soname_confest_so_1=yes
6622 else
6623   ac_cv_cflags__fPIC__shared__Wl__soname_confest_so_1=no
6624 fi
6625 rm -f core conftest.err conftest.$ac_objext \
6626     conftest$ac_exeext conftest.$ac_ext
6627 CFLAGS=$ac_wine_try_cflags_saved
6628 fi
6629 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_cflags__fPIC__shared__Wl__soname_confest_so_1" >&5
6630 $as_echo "$ac_cv_cflags__fPIC__shared__Wl__soname_confest_so_1" >&6; }
6631 if test $ac_cv_cflags__fPIC__shared__Wl__soname_confest_so_1 = yes; then :
6632   LDSHARED="\$(CC) -shared \$(SONAME:%=-Wl,-soname,%)"
6633 else
6634   { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether the compiler supports -fPIC -shared -Wl,-h,confest.so.1" >&5
6635 $as_echo_n "checking whether the compiler supports -fPIC -shared -Wl,-h,confest.so.1... " >&6; }
6636 if test "${ac_cv_cflags__fPIC__shared__Wl__h_confest_so_1+set}" = set; then :
6637   $as_echo_n "(cached) " >&6
6638 else
6639   ac_wine_try_cflags_saved=$CFLAGS
6640 CFLAGS="$CFLAGS -fPIC -shared -Wl,-h,confest.so.1"
6641 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
6642 /* end confdefs.h.  */
6643
6644 int
6645 main ()
6646 {
6647
6648   ;
6649   return 0;
6650 }
6651 _ACEOF
6652 if ac_fn_c_try_link "$LINENO"; then :
6653   ac_cv_cflags__fPIC__shared__Wl__h_confest_so_1=yes
6654 else
6655   ac_cv_cflags__fPIC__shared__Wl__h_confest_so_1=no
6656 fi
6657 rm -f core conftest.err conftest.$ac_objext \
6658     conftest$ac_exeext conftest.$ac_ext
6659 CFLAGS=$ac_wine_try_cflags_saved
6660 fi
6661 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_cflags__fPIC__shared__Wl__h_confest_so_1" >&5
6662 $as_echo "$ac_cv_cflags__fPIC__shared__Wl__h_confest_so_1" >&6; }
6663 if test $ac_cv_cflags__fPIC__shared__Wl__h_confest_so_1 = yes; then :
6664   LDSHARED="\$(CC) -shared \$(SONAME:%=-Wl,-h,%)"
6665 fi
6666 fi
6667
6668       { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether the compiler supports -fPIC -shared -Wl,-Bsymbolic,-z,defs" >&5
6669 $as_echo_n "checking whether the compiler supports -fPIC -shared -Wl,-Bsymbolic,-z,defs... " >&6; }
6670 if test "${ac_cv_cflags__fPIC__shared__Wl__Bsymbolic__z_defs+set}" = set; then :
6671   $as_echo_n "(cached) " >&6
6672 else
6673   ac_wine_try_cflags_saved=$CFLAGS
6674 CFLAGS="$CFLAGS -fPIC -shared -Wl,-Bsymbolic,-z,defs"
6675 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
6676 /* end confdefs.h.  */
6677
6678 int
6679 main ()
6680 {
6681
6682   ;
6683   return 0;
6684 }
6685 _ACEOF
6686 if ac_fn_c_try_link "$LINENO"; then :
6687   ac_cv_cflags__fPIC__shared__Wl__Bsymbolic__z_defs=yes
6688 else
6689   ac_cv_cflags__fPIC__shared__Wl__Bsymbolic__z_defs=no
6690 fi
6691 rm -f core conftest.err conftest.$ac_objext \
6692     conftest$ac_exeext conftest.$ac_ext
6693 CFLAGS=$ac_wine_try_cflags_saved
6694 fi
6695 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_cflags__fPIC__shared__Wl__Bsymbolic__z_defs" >&5
6696 $as_echo "$ac_cv_cflags__fPIC__shared__Wl__Bsymbolic__z_defs" >&6; }
6697 if test $ac_cv_cflags__fPIC__shared__Wl__Bsymbolic__z_defs = yes; then :
6698   LDDLLFLAGS="$LDDLLFLAGS,-z,defs"
6699 fi
6700
6701       { $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
6702 $as_echo_n "checking whether the compiler supports -fPIC -shared -Wl,-Bsymbolic,-init,__wine_spec_init,-fini,__wine_spec_fini... " >&6; }
6703 if test "${ac_cv_cflags__fPIC__shared__Wl__Bsymbolic__init___wine_spec_init__fini___wine_spec_fini+set}" = set; then :
6704   $as_echo_n "(cached) " >&6
6705 else
6706   ac_wine_try_cflags_saved=$CFLAGS
6707 CFLAGS="$CFLAGS -fPIC -shared -Wl,-Bsymbolic,-init,__wine_spec_init,-fini,__wine_spec_fini"
6708 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
6709 /* end confdefs.h.  */
6710
6711 int
6712 main ()
6713 {
6714
6715   ;
6716   return 0;
6717 }
6718 _ACEOF
6719 if ac_fn_c_try_link "$LINENO"; then :
6720   ac_cv_cflags__fPIC__shared__Wl__Bsymbolic__init___wine_spec_init__fini___wine_spec_fini=yes
6721 else
6722   ac_cv_cflags__fPIC__shared__Wl__Bsymbolic__init___wine_spec_init__fini___wine_spec_fini=no
6723 fi
6724 rm -f core conftest.err conftest.$ac_objext \
6725     conftest$ac_exeext conftest.$ac_ext
6726 CFLAGS=$ac_wine_try_cflags_saved
6727 fi
6728 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_cflags__fPIC__shared__Wl__Bsymbolic__init___wine_spec_init__fini___wine_spec_fini" >&5
6729 $as_echo "$ac_cv_cflags__fPIC__shared__Wl__Bsymbolic__init___wine_spec_init__fini___wine_spec_fini" >&6; }
6730 if test $ac_cv_cflags__fPIC__shared__Wl__Bsymbolic__init___wine_spec_init__fini___wine_spec_fini = yes; then :
6731   LDDLLFLAGS="$LDDLLFLAGS,-init,__wine_spec_init,-fini,__wine_spec_fini"
6732 fi
6733
6734       echo '{ global: *; };' >conftest.map
6735       { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether the compiler supports -fPIC -shared -Wl,--version-script=conftest.map" >&5
6736 $as_echo_n "checking whether the compiler supports -fPIC -shared -Wl,--version-script=conftest.map... " >&6; }
6737 if test "${ac_cv_cflags__fPIC__shared__Wl___version_script_conftest_map+set}" = set; then :
6738   $as_echo_n "(cached) " >&6
6739 else
6740   ac_wine_try_cflags_saved=$CFLAGS
6741 CFLAGS="$CFLAGS -fPIC -shared -Wl,--version-script=conftest.map"
6742 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
6743 /* end confdefs.h.  */
6744
6745 int
6746 main ()
6747 {
6748
6749   ;
6750   return 0;
6751 }
6752 _ACEOF
6753 if ac_fn_c_try_link "$LINENO"; then :
6754   ac_cv_cflags__fPIC__shared__Wl___version_script_conftest_map=yes
6755 else
6756   ac_cv_cflags__fPIC__shared__Wl___version_script_conftest_map=no
6757 fi
6758 rm -f core conftest.err conftest.$ac_objext \
6759     conftest$ac_exeext conftest.$ac_ext
6760 CFLAGS=$ac_wine_try_cflags_saved
6761 fi
6762 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_cflags__fPIC__shared__Wl___version_script_conftest_map" >&5
6763 $as_echo "$ac_cv_cflags__fPIC__shared__Wl___version_script_conftest_map" >&6; }
6764 if test $ac_cv_cflags__fPIC__shared__Wl___version_script_conftest_map = yes; then :
6765   LDSHARED="$LDSHARED \$(VERSCRIPT:%=-Wl,--version-script=%)"
6766 fi
6767       rm -f conftest.map
6768
6769       { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether the compiler supports -fPIC -Wl,--export-dynamic" >&5
6770 $as_echo_n "checking whether the compiler supports -fPIC -Wl,--export-dynamic... " >&6; }
6771 if test "${ac_cv_cflags__fPIC__Wl___export_dynamic+set}" = set; then :
6772   $as_echo_n "(cached) " >&6
6773 else
6774   ac_wine_try_cflags_saved=$CFLAGS
6775 CFLAGS="$CFLAGS -fPIC -Wl,--export-dynamic"
6776 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
6777 /* end confdefs.h.  */
6778
6779 int
6780 main ()
6781 {
6782
6783   ;
6784   return 0;
6785 }
6786 _ACEOF
6787 if ac_fn_c_try_link "$LINENO"; then :
6788   ac_cv_cflags__fPIC__Wl___export_dynamic=yes
6789 else
6790   ac_cv_cflags__fPIC__Wl___export_dynamic=no
6791 fi
6792 rm -f core conftest.err conftest.$ac_objext \
6793     conftest$ac_exeext conftest.$ac_ext
6794 CFLAGS=$ac_wine_try_cflags_saved
6795 fi
6796 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_cflags__fPIC__Wl___export_dynamic" >&5
6797 $as_echo "$ac_cv_cflags__fPIC__Wl___export_dynamic" >&6; }
6798 if test $ac_cv_cflags__fPIC__Wl___export_dynamic = yes; then :
6799   LDEXECFLAGS="-Wl,--export-dynamic"
6800
6801 fi
6802
6803       as_ac_var=`$as_echo "ac_cv_cflags_-fPIC -Wl,--rpath,\\$ORIGIN/../lib" | $as_tr_sh`
6804 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether the compiler supports -fPIC -Wl,--rpath,\$ORIGIN/../lib" >&5
6805 $as_echo_n "checking whether the compiler supports -fPIC -Wl,--rpath,\$ORIGIN/../lib... " >&6; }
6806 if { as_var=$as_ac_var; eval "test \"\${$as_var+set}\" = set"; }; then :
6807   $as_echo_n "(cached) " >&6
6808 else
6809   ac_wine_try_cflags_saved=$CFLAGS
6810 CFLAGS="$CFLAGS -fPIC -Wl,--rpath,\$ORIGIN/../lib"
6811 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
6812 /* end confdefs.h.  */
6813
6814 int
6815 main ()
6816 {
6817
6818   ;
6819   return 0;
6820 }
6821 _ACEOF
6822 if ac_fn_c_try_link "$LINENO"; then :
6823   eval "$as_ac_var=yes"
6824 else
6825   eval "$as_ac_var=no"
6826 fi
6827 rm -f core conftest.err conftest.$ac_objext \
6828     conftest$ac_exeext conftest.$ac_ext
6829 CFLAGS=$ac_wine_try_cflags_saved
6830 fi
6831 eval ac_res=\$$as_ac_var
6832                { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_res" >&5
6833 $as_echo "$ac_res" >&6; }
6834 if test `eval 'as_val=${'$as_ac_var'};$as_echo "$as_val"'` = yes; then :
6835   LDRPATH_INSTALL="-Wl,--rpath,\\\$\$ORIGIN/\`\$(RELPATH) \$(bindir) \$(libdir)\`"
6836                        LDRPATH_LOCAL="-Wl,--rpath,\\\$\$ORIGIN/\$(TOPOBJDIR)/libs/wine"
6837 else
6838   as_ac_var=`$as_echo "ac_cv_cflags_-fPIC -Wl,-R,\\$ORIGIN/../lib" | $as_tr_sh`
6839 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether the compiler supports -fPIC -Wl,-R,\$ORIGIN/../lib" >&5
6840 $as_echo_n "checking whether the compiler supports -fPIC -Wl,-R,\$ORIGIN/../lib... " >&6; }
6841 if { as_var=$as_ac_var; eval "test \"\${$as_var+set}\" = set"; }; then :
6842   $as_echo_n "(cached) " >&6
6843 else
6844   ac_wine_try_cflags_saved=$CFLAGS
6845 CFLAGS="$CFLAGS -fPIC -Wl,-R,\$ORIGIN/../lib"
6846 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
6847 /* end confdefs.h.  */
6848
6849 int
6850 main ()
6851 {
6852
6853   ;
6854   return 0;
6855 }
6856 _ACEOF
6857 if ac_fn_c_try_link "$LINENO"; then :
6858   eval "$as_ac_var=yes"
6859 else
6860   eval "$as_ac_var=no"
6861 fi
6862 rm -f core conftest.err conftest.$ac_objext \
6863     conftest$ac_exeext conftest.$ac_ext
6864 CFLAGS=$ac_wine_try_cflags_saved
6865 fi
6866 eval ac_res=\$$as_ac_var
6867                { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_res" >&5
6868 $as_echo "$ac_res" >&6; }
6869 if test `eval 'as_val=${'$as_ac_var'};$as_echo "$as_val"'` = yes; then :
6870   LDRPATH_INSTALL="-Wl,-R,\\\$\$ORIGIN/\`\$(RELPATH) \$(bindir) \$(libdir)\`"
6871                             LDRPATH_LOCAL="-Wl,-R,\\\$\$ORIGIN/\$(TOPOBJDIR)/libs/wine"
6872 fi
6873 fi
6874
6875       { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether the compiler supports -Wl,--enable-new-dtags" >&5
6876 $as_echo_n "checking whether the compiler supports -Wl,--enable-new-dtags... " >&6; }
6877 if test "${ac_cv_cflags__Wl___enable_new_dtags+set}" = set; then :
6878   $as_echo_n "(cached) " >&6
6879 else
6880   ac_wine_try_cflags_saved=$CFLAGS
6881 CFLAGS="$CFLAGS -Wl,--enable-new-dtags"
6882 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
6883 /* end confdefs.h.  */
6884
6885 int
6886 main ()
6887 {
6888
6889   ;
6890   return 0;
6891 }
6892 _ACEOF
6893 if ac_fn_c_try_link "$LINENO"; then :
6894   ac_cv_cflags__Wl___enable_new_dtags=yes
6895 else
6896   ac_cv_cflags__Wl___enable_new_dtags=no
6897 fi
6898 rm -f core conftest.err conftest.$ac_objext \
6899     conftest$ac_exeext conftest.$ac_ext
6900 CFLAGS=$ac_wine_try_cflags_saved
6901 fi
6902 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_cflags__Wl___enable_new_dtags" >&5
6903 $as_echo "$ac_cv_cflags__Wl___enable_new_dtags" >&6; }
6904 if test $ac_cv_cflags__Wl___enable_new_dtags = yes; then :
6905   LDRPATH_INSTALL="$LDRPATH_INSTALL -Wl,--enable-new-dtags"
6906 fi
6907
6908       case $host_cpu in
6909         *i[3456789]86* | x86_64)
6910           { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether the compiler supports -Wl,--section-start,.interp=0x7bf00400" >&5
6911 $as_echo_n "checking whether the compiler supports -Wl,--section-start,.interp=0x7bf00400... " >&6; }
6912 if test "${ac_cv_cflags__Wl___section_start__interp_0x7bf00400+set}" = set; then :
6913   $as_echo_n "(cached) " >&6
6914 else
6915   ac_wine_try_cflags_saved=$CFLAGS
6916 CFLAGS="$CFLAGS -Wl,--section-start,.interp=0x7bf00400"
6917 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
6918 /* end confdefs.h.  */
6919
6920 int
6921 main ()
6922 {
6923
6924   ;
6925   return 0;
6926 }
6927 _ACEOF
6928 if ac_fn_c_try_link "$LINENO"; then :
6929   ac_cv_cflags__Wl___section_start__interp_0x7bf00400=yes
6930 else
6931   ac_cv_cflags__Wl___section_start__interp_0x7bf00400=no
6932 fi
6933 rm -f core conftest.err conftest.$ac_objext \
6934     conftest$ac_exeext conftest.$ac_ext
6935 CFLAGS=$ac_wine_try_cflags_saved
6936 fi
6937 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_cflags__Wl___section_start__interp_0x7bf00400" >&5
6938 $as_echo "$ac_cv_cflags__Wl___section_start__interp_0x7bf00400" >&6; }
6939 if test $ac_cv_cflags__Wl___section_start__interp_0x7bf00400 = yes; then :
6940   LDEXECFLAGS="$LDEXECFLAGS -Wl,--section-start,.interp=0x7bf00400"
6941 fi
6942           ;;
6943       esac
6944
6945     else
6946       { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether we can build a UnixWare (Solaris) dll" >&5
6947 $as_echo_n "checking whether we can build a UnixWare (Solaris) dll... " >&6; }
6948 if test "${ac_cv_c_dll_unixware+set}" = set; then :
6949   $as_echo_n "(cached) " >&6
6950 else
6951   ac_wine_try_cflags_saved=$CFLAGS
6952 CFLAGS="$CFLAGS -fPIC -Wl,-G,-h,conftest.so.1.0,-B,symbolic"
6953 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
6954 /* end confdefs.h.  */
6955 void myfunc() {}
6956 _ACEOF
6957 if ac_fn_c_try_link "$LINENO"; then :
6958   ac_cv_c_dll_unixware="yes"
6959 else
6960   ac_cv_c_dll_unixware="no"
6961 fi
6962 rm -f core conftest.err conftest.$ac_objext \
6963     conftest$ac_exeext conftest.$ac_ext
6964 CFLAGS=$ac_wine_try_cflags_saved
6965 fi
6966 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_c_dll_unixware" >&5
6967 $as_echo "$ac_cv_c_dll_unixware" >&6; }
6968       if test "$ac_cv_c_dll_unixware" = "yes"
6969       then
6970         LDSHARED="\$(CC) -Wl,-G \$(SONAME:%=-Wl,-h,%)"
6971         LDDLLFLAGS="-Wl,-G,-B,symbolic"
6972
6973       else
6974         { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether we can build an HP-UX dll" >&5
6975 $as_echo_n "checking whether we can build an HP-UX dll... " >&6; }
6976 if test "${ac_cv_c_dll_hpux+set}" = set; then :
6977   $as_echo_n "(cached) " >&6
6978 else
6979   ac_wine_try_cflags_saved=$CFLAGS
6980 CFLAGS="$CFLAGS -shared"
6981 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
6982 /* end confdefs.h.  */
6983 void myfunc() {}
6984 _ACEOF
6985 if ac_fn_c_try_link "$LINENO"; then :
6986   ac_cv_c_dll_hpux="yes"
6987 else
6988   ac_cv_c_dll_hpux="no"
6989 fi
6990 rm -f core conftest.err conftest.$ac_objext \
6991     conftest$ac_exeext conftest.$ac_ext
6992 CFLAGS=$ac_wine_try_cflags_saved
6993 fi
6994 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_c_dll_hpux" >&5
6995 $as_echo "$ac_cv_c_dll_hpux" >&6; }
6996         if test "$ac_cv_c_dll_hpux" = "yes"
6997         then
6998           LIBEXT="sl"
6999           DLLEXT=".sl"
7000           LDDLLFLAGS="-shared -fPIC"
7001           LDSHARED="\$(CC) -shared"
7002         fi
7003       fi
7004     fi
7005     ;;
7006 esac
7007
7008 enable_winequartz_drv=${enable_winequartz_drv:-no}
7009
7010 if test "$LIBEXT" = "a"; then
7011   as_fn_error "could not find a way to build shared libraries.
7012 It is currently not possible to build Wine without shared library
7013 (.so) support to allow transparent switch between .so and .dll files.
7014 If you are using Linux, you will need a newer binutils.
7015 " "$LINENO" 5
7016 fi
7017
7018 if test "$cross_compiling" = "no" -a "$LIBEXT" != "dll"
7019 then
7020     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
7021 do
7022   # Extract the first word of "$ac_prog", so it can be a program name with args.
7023 set dummy $ac_prog; ac_word=$2
7024 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
7025 $as_echo_n "checking for $ac_word... " >&6; }
7026 if test "${ac_cv_prog_CROSSCC+set}" = set; then :
7027   $as_echo_n "(cached) " >&6
7028 else
7029   if test -n "$CROSSCC"; then
7030   ac_cv_prog_CROSSCC="$CROSSCC" # Let the user override the test.
7031 else
7032 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
7033 for as_dir in $PATH
7034 do
7035   IFS=$as_save_IFS
7036   test -z "$as_dir" && as_dir=.
7037     for ac_exec_ext in '' $ac_executable_extensions; do
7038   if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
7039     ac_cv_prog_CROSSCC="$ac_prog"
7040     $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
7041     break 2
7042   fi
7043 done
7044   done
7045 IFS=$as_save_IFS
7046
7047 fi
7048 fi
7049 CROSSCC=$ac_cv_prog_CROSSCC
7050 if test -n "$CROSSCC"; then
7051   { $as_echo "$as_me:${as_lineno-$LINENO}: result: $CROSSCC" >&5
7052 $as_echo "$CROSSCC" >&6; }
7053 else
7054   { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
7055 $as_echo "no" >&6; }
7056 fi
7057
7058
7059   test -n "$CROSSCC" && break
7060 done
7061 test -n "$CROSSCC" || CROSSCC="false"
7062
7063     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
7064 do
7065   # Extract the first word of "$ac_prog", so it can be a program name with args.
7066 set dummy $ac_prog; ac_word=$2
7067 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
7068 $as_echo_n "checking for $ac_word... " >&6; }
7069 if test "${ac_cv_prog_DLLTOOL+set}" = set; then :
7070   $as_echo_n "(cached) " >&6
7071 else
7072   if test -n "$DLLTOOL"; then
7073   ac_cv_prog_DLLTOOL="$DLLTOOL" # Let the user override the test.
7074 else
7075 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
7076 for as_dir in $PATH
7077 do
7078   IFS=$as_save_IFS
7079   test -z "$as_dir" && as_dir=.
7080     for ac_exec_ext in '' $ac_executable_extensions; do
7081   if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
7082     ac_cv_prog_DLLTOOL="$ac_prog"
7083     $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
7084     break 2
7085   fi
7086 done
7087   done
7088 IFS=$as_save_IFS
7089
7090 fi
7091 fi
7092 DLLTOOL=$ac_cv_prog_DLLTOOL
7093 if test -n "$DLLTOOL"; then
7094   { $as_echo "$as_me:${as_lineno-$LINENO}: result: $DLLTOOL" >&5
7095 $as_echo "$DLLTOOL" >&6; }
7096 else
7097   { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
7098 $as_echo "no" >&6; }
7099 fi
7100
7101
7102   test -n "$DLLTOOL" && break
7103 done
7104 test -n "$DLLTOOL" || DLLTOOL="false"
7105
7106     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
7107 do
7108   # Extract the first word of "$ac_prog", so it can be a program name with args.
7109 set dummy $ac_prog; ac_word=$2
7110 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
7111 $as_echo_n "checking for $ac_word... " >&6; }
7112 if test "${ac_cv_prog_MINGWAR+set}" = set; then :
7113   $as_echo_n "(cached) " >&6
7114 else
7115   if test -n "$MINGWAR"; then
7116   ac_cv_prog_MINGWAR="$MINGWAR" # Let the user override the test.
7117 else
7118 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
7119 for as_dir in $PATH
7120 do
7121   IFS=$as_save_IFS
7122   test -z "$as_dir" && as_dir=.
7123     for ac_exec_ext in '' $ac_executable_extensions; do
7124   if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
7125     ac_cv_prog_MINGWAR="$ac_prog"
7126     $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
7127     break 2
7128   fi
7129 done
7130   done
7131 IFS=$as_save_IFS
7132
7133 fi
7134 fi
7135 MINGWAR=$ac_cv_prog_MINGWAR
7136 if test -n "$MINGWAR"; then
7137   { $as_echo "$as_me:${as_lineno-$LINENO}: result: $MINGWAR" >&5
7138 $as_echo "$MINGWAR" >&6; }
7139 else
7140   { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
7141 $as_echo "no" >&6; }
7142 fi
7143
7144
7145   test -n "$MINGWAR" && break
7146 done
7147 test -n "$MINGWAR" || MINGWAR="false"
7148
7149     if test "$CROSSCC" != "false"
7150     then
7151         CROSSTEST="\$(CROSSTEST)"
7152
7153         set x $CROSSCC
7154         shift
7155         target=""
7156         while test $# -ge 1
7157         do
7158             case "$1" in
7159               *-gcc) target=`expr "$1" : '\(.*\)-gcc'` ;;
7160             esac
7161             shift
7162         done
7163         if test -n "$target"
7164         then
7165             CROSSTARGETFLAGS="-b $target"
7166
7167         fi
7168     fi
7169 fi
7170
7171
7172 if test "$ac_cv_header_pthread_h" = "yes"
7173 then
7174     { $as_echo "$as_me:${as_lineno-$LINENO}: checking for pthread_create in -lpthread" >&5
7175 $as_echo_n "checking for pthread_create in -lpthread... " >&6; }
7176 if test "${ac_cv_lib_pthread_pthread_create+set}" = set; then :
7177   $as_echo_n "(cached) " >&6
7178 else
7179   ac_check_lib_save_LIBS=$LIBS
7180 LIBS="-lpthread  $LIBS"
7181 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
7182 /* end confdefs.h.  */
7183
7184 /* Override any GCC internal prototype to avoid an error.
7185    Use char because int might match the return type of a GCC
7186    builtin and then its argument prototype would still apply.  */
7187 #ifdef __cplusplus
7188 extern "C"
7189 #endif
7190 char pthread_create ();
7191 int
7192 main ()
7193 {
7194 return pthread_create ();
7195   ;
7196   return 0;
7197 }
7198 _ACEOF
7199 if ac_fn_c_try_link "$LINENO"; then :
7200   ac_cv_lib_pthread_pthread_create=yes
7201 else
7202   ac_cv_lib_pthread_pthread_create=no
7203 fi
7204 rm -f core conftest.err conftest.$ac_objext \
7205     conftest$ac_exeext conftest.$ac_ext
7206 LIBS=$ac_check_lib_save_LIBS
7207 fi
7208 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_pthread_pthread_create" >&5
7209 $as_echo "$ac_cv_lib_pthread_pthread_create" >&6; }
7210 if test "x$ac_cv_lib_pthread_pthread_create" = x""yes; then :
7211   LIBPTHREAD="-lpthread"
7212
7213 fi
7214
7215 fi
7216 if test "x$LIBPTHREAD" = "x"; then :
7217   case "x$with_pthread" in
7218   xno) ;;
7219   *)   as_fn_error "pthread ${notice_platform}development files not found.
7220 Wine cannot support threads without libpthread.
7221 Use the --without-pthread option if you really want this." "$LINENO" 5 ;;
7222 esac
7223 fi
7224
7225
7226 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for X" >&5
7227 $as_echo_n "checking for X... " >&6; }
7228
7229
7230 # Check whether --with-x was given.
7231 if test "${with_x+set}" = set; then :
7232   withval=$with_x;
7233 fi
7234
7235 # $have_x is `yes', `no', `disabled', or empty when we do not yet know.
7236 if test "x$with_x" = xno; then
7237   # The user explicitly disabled X.
7238   have_x=disabled
7239 else
7240   case $x_includes,$x_libraries in #(
7241     *\'*) as_fn_error "cannot use X directory names containing '" "$LINENO" 5;; #(
7242     *,NONE | NONE,*) if test "${ac_cv_have_x+set}" = set; then :
7243   $as_echo_n "(cached) " >&6
7244 else
7245   # One or both of the vars are not set, and there is no cached value.
7246 ac_x_includes=no ac_x_libraries=no
7247 rm -f -r conftest.dir
7248 if mkdir conftest.dir; then
7249   cd conftest.dir
7250   cat >Imakefile <<'_ACEOF'
7251 incroot:
7252         @echo incroot='${INCROOT}'
7253 usrlibdir:
7254         @echo usrlibdir='${USRLIBDIR}'
7255 libdir:
7256         @echo libdir='${LIBDIR}'
7257 _ACEOF
7258   if (export CC; ${XMKMF-xmkmf}) >/dev/null 2>/dev/null && test -f Makefile; then
7259     # GNU make sometimes prints "make[1]: Entering...", which would confuse us.
7260     for ac_var in incroot usrlibdir libdir; do
7261       eval "ac_im_$ac_var=\`\${MAKE-make} $ac_var 2>/dev/null | sed -n 's/^$ac_var=//p'\`"
7262     done
7263     # Open Windows xmkmf reportedly sets LIBDIR instead of USRLIBDIR.
7264     for ac_extension in a so sl dylib la dll; do
7265       if test ! -f "$ac_im_usrlibdir/libX11.$ac_extension" &&
7266          test -f "$ac_im_libdir/libX11.$ac_extension"; then
7267         ac_im_usrlibdir=$ac_im_libdir; break
7268       fi
7269     done
7270     # Screen out bogus values from the imake configuration.  They are
7271     # bogus both because they are the default anyway, and because
7272     # using them would break gcc on systems where it needs fixed includes.
7273     case $ac_im_incroot in
7274         /usr/include) ac_x_includes= ;;
7275         *) test -f "$ac_im_incroot/X11/Xos.h" && ac_x_includes=$ac_im_incroot;;
7276     esac
7277     case $ac_im_usrlibdir in
7278         /usr/lib | /usr/lib64 | /lib | /lib64) ;;
7279         *) test -d "$ac_im_usrlibdir" && ac_x_libraries=$ac_im_usrlibdir ;;
7280     esac
7281   fi
7282   cd ..
7283   rm -f -r conftest.dir
7284 fi
7285
7286 # Standard set of common directories for X headers.
7287 # Check X11 before X11Rn because it is often a symlink to the current release.
7288 ac_x_header_dirs='
7289 /usr/X11/include
7290 /usr/X11R7/include
7291 /usr/X11R6/include
7292 /usr/X11R5/include
7293 /usr/X11R4/include
7294
7295 /usr/include/X11
7296 /usr/include/X11R7
7297 /usr/include/X11R6
7298 /usr/include/X11R5
7299 /usr/include/X11R4
7300
7301 /usr/local/X11/include
7302 /usr/local/X11R7/include
7303 /usr/local/X11R6/include
7304 /usr/local/X11R5/include
7305 /usr/local/X11R4/include
7306
7307 /usr/local/include/X11
7308 /usr/local/include/X11R7
7309 /usr/local/include/X11R6
7310 /usr/local/include/X11R5
7311 /usr/local/include/X11R4
7312
7313 /usr/X386/include
7314 /usr/x386/include
7315 /usr/XFree86/include/X11
7316
7317 /usr/include
7318 /usr/local/include
7319 /usr/unsupported/include
7320 /usr/athena/include
7321 /usr/local/x11r5/include
7322 /usr/lpp/Xamples/include
7323
7324 /usr/openwin/include
7325 /usr/openwin/share/include'
7326
7327 if test "$ac_x_includes" = no; then
7328   # Guess where to find include files, by looking for Xlib.h.
7329   # First, try using that file with no special directory specified.
7330   cat confdefs.h - <<_ACEOF >conftest.$ac_ext
7331 /* end confdefs.h.  */
7332 #include <X11/Xlib.h>
7333 _ACEOF
7334 if ac_fn_c_try_cpp "$LINENO"; then :
7335   # We can compile using X headers with no special include directory.
7336 ac_x_includes=
7337 else
7338   for ac_dir in $ac_x_header_dirs; do
7339   if test -r "$ac_dir/X11/Xlib.h"; then
7340     ac_x_includes=$ac_dir
7341     break
7342   fi
7343 done
7344 fi
7345 rm -f conftest.err conftest.$ac_ext
7346 fi # $ac_x_includes = no
7347
7348 if test "$ac_x_libraries" = no; then
7349   # Check for the libraries.
7350   # See if we find them without any special options.
7351   # Don't add to $LIBS permanently.
7352   ac_save_LIBS=$LIBS
7353   LIBS="-lX11 $LIBS"
7354   cat confdefs.h - <<_ACEOF >conftest.$ac_ext
7355 /* end confdefs.h.  */
7356 #include <X11/Xlib.h>
7357 int
7358 main ()
7359 {
7360 XrmInitialize ()
7361   ;
7362   return 0;
7363 }
7364 _ACEOF
7365 if ac_fn_c_try_link "$LINENO"; then :
7366   LIBS=$ac_save_LIBS
7367 # We can link X programs with no special library path.
7368 ac_x_libraries=
7369 else
7370   LIBS=$ac_save_LIBS
7371 for ac_dir in `$as_echo "$ac_x_includes $ac_x_header_dirs" | sed s/include/lib/g`
7372 do
7373   # Don't even attempt the hair of trying to link an X program!
7374   for ac_extension in a so sl dylib la dll; do
7375     if test -r "$ac_dir/libX11.$ac_extension"; then
7376       ac_x_libraries=$ac_dir
7377       break 2
7378     fi
7379   done
7380 done
7381 fi
7382 rm -f core conftest.err conftest.$ac_objext \
7383     conftest$ac_exeext conftest.$ac_ext
7384 fi # $ac_x_libraries = no
7385
7386 case $ac_x_includes,$ac_x_libraries in #(
7387   no,* | *,no | *\'*)
7388     # Didn't find X, or a directory has "'" in its name.
7389     ac_cv_have_x="have_x=no";; #(
7390   *)
7391     # Record where we found X for the cache.
7392     ac_cv_have_x="have_x=yes\
7393         ac_x_includes='$ac_x_includes'\
7394         ac_x_libraries='$ac_x_libraries'"
7395 esac
7396 fi
7397 ;; #(
7398     *) have_x=yes;;
7399   esac
7400   eval "$ac_cv_have_x"
7401 fi # $with_x != no
7402
7403 if test "$have_x" != yes; then
7404   { $as_echo "$as_me:${as_lineno-$LINENO}: result: $have_x" >&5
7405 $as_echo "$have_x" >&6; }
7406   no_x=yes
7407 else
7408   # If each of the values was on the command line, it overrides each guess.
7409   test "x$x_includes" = xNONE && x_includes=$ac_x_includes
7410   test "x$x_libraries" = xNONE && x_libraries=$ac_x_libraries
7411   # Update the cache value to reflect the command line values.
7412   ac_cv_have_x="have_x=yes\
7413         ac_x_includes='$x_includes'\
7414         ac_x_libraries='$x_libraries'"
7415   { $as_echo "$as_me:${as_lineno-$LINENO}: result: libraries $x_libraries, headers $x_includes" >&5
7416 $as_echo "libraries $x_libraries, headers $x_includes" >&6; }
7417 fi
7418
7419 if test "$no_x" = yes; then
7420   # Not all programs may use this symbol, but it does not hurt to define it.
7421
7422 $as_echo "#define X_DISPLAY_MISSING 1" >>confdefs.h
7423
7424   X_CFLAGS= X_PRE_LIBS= X_LIBS= X_EXTRA_LIBS=
7425 else
7426   if test -n "$x_includes"; then
7427     X_CFLAGS="$X_CFLAGS -I$x_includes"
7428   fi
7429
7430   # It would also be nice to do this for all -L options, not just this one.
7431   if test -n "$x_libraries"; then
7432     X_LIBS="$X_LIBS -L$x_libraries"
7433     # For Solaris; some versions of Sun CC require a space after -R and
7434     # others require no space.  Words are not sufficient . . . .
7435     { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether -R must be followed by a space" >&5
7436 $as_echo_n "checking whether -R must be followed by a space... " >&6; }
7437     ac_xsave_LIBS=$LIBS; LIBS="$LIBS -R$x_libraries"
7438     ac_xsave_c_werror_flag=$ac_c_werror_flag
7439     ac_c_werror_flag=yes
7440     cat confdefs.h - <<_ACEOF >conftest.$ac_ext
7441 /* end confdefs.h.  */
7442
7443 int
7444 main ()
7445 {
7446
7447   ;
7448   return 0;
7449 }
7450 _ACEOF
7451 if ac_fn_c_try_link "$LINENO"; then :
7452   { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
7453 $as_echo "no" >&6; }
7454        X_LIBS="$X_LIBS -R$x_libraries"
7455 else
7456   LIBS="$ac_xsave_LIBS -R $x_libraries"
7457        cat confdefs.h - <<_ACEOF >conftest.$ac_ext
7458 /* end confdefs.h.  */
7459
7460 int
7461 main ()
7462 {
7463
7464   ;
7465   return 0;
7466 }
7467 _ACEOF
7468 if ac_fn_c_try_link "$LINENO"; then :
7469   { $as_echo "$as_me:${as_lineno-$LINENO}: result: yes" >&5
7470 $as_echo "yes" >&6; }
7471           X_LIBS="$X_LIBS -R $x_libraries"
7472 else
7473   { $as_echo "$as_me:${as_lineno-$LINENO}: result: neither works" >&5
7474 $as_echo "neither works" >&6; }
7475 fi
7476 rm -f core conftest.err conftest.$ac_objext \
7477     conftest$ac_exeext conftest.$ac_ext
7478 fi
7479 rm -f core conftest.err conftest.$ac_objext \
7480     conftest$ac_exeext conftest.$ac_ext
7481     ac_c_werror_flag=$ac_xsave_c_werror_flag
7482     LIBS=$ac_xsave_LIBS
7483   fi
7484
7485   # Check for system-dependent libraries X programs must link with.
7486   # Do this before checking for the system-independent R6 libraries
7487   # (-lICE), since we may need -lsocket or whatever for X linking.
7488
7489   if test "$ISC" = yes; then
7490     X_EXTRA_LIBS="$X_EXTRA_LIBS -lnsl_s -linet"
7491   else
7492     # Martyn Johnson says this is needed for Ultrix, if the X
7493     # libraries were built with DECnet support.  And Karl Berry says
7494     # the Alpha needs dnet_stub (dnet does not exist).
7495     ac_xsave_LIBS="$LIBS"; LIBS="$LIBS $X_LIBS -lX11"
7496     cat confdefs.h - <<_ACEOF >conftest.$ac_ext
7497 /* end confdefs.h.  */
7498
7499 /* Override any GCC internal prototype to avoid an error.
7500    Use char because int might match the return type of a GCC
7501    builtin and then its argument prototype would still apply.  */
7502 #ifdef __cplusplus
7503 extern "C"
7504 #endif
7505 char XOpenDisplay ();
7506 int
7507 main ()
7508 {
7509 return XOpenDisplay ();
7510   ;
7511   return 0;
7512 }
7513 _ACEOF
7514 if ac_fn_c_try_link "$LINENO"; then :
7515
7516 else
7517   { $as_echo "$as_me:${as_lineno-$LINENO}: checking for dnet_ntoa in -ldnet" >&5
7518 $as_echo_n "checking for dnet_ntoa in -ldnet... " >&6; }
7519 if test "${ac_cv_lib_dnet_dnet_ntoa+set}" = set; then :
7520   $as_echo_n "(cached) " >&6
7521 else
7522   ac_check_lib_save_LIBS=$LIBS
7523 LIBS="-ldnet  $LIBS"
7524 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
7525 /* end confdefs.h.  */
7526
7527 /* Override any GCC internal prototype to avoid an error.
7528    Use char because int might match the return type of a GCC
7529    builtin and then its argument prototype would still apply.  */
7530 #ifdef __cplusplus
7531 extern "C"
7532 #endif
7533 char dnet_ntoa ();
7534 int
7535 main ()
7536 {
7537 return dnet_ntoa ();
7538   ;
7539   return 0;
7540 }
7541 _ACEOF
7542 if ac_fn_c_try_link "$LINENO"; then :
7543   ac_cv_lib_dnet_dnet_ntoa=yes
7544 else
7545   ac_cv_lib_dnet_dnet_ntoa=no
7546 fi
7547 rm -f core conftest.err conftest.$ac_objext \
7548     conftest$ac_exeext conftest.$ac_ext
7549 LIBS=$ac_check_lib_save_LIBS
7550 fi
7551 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_dnet_dnet_ntoa" >&5
7552 $as_echo "$ac_cv_lib_dnet_dnet_ntoa" >&6; }
7553 if test "x$ac_cv_lib_dnet_dnet_ntoa" = x""yes; then :
7554   X_EXTRA_LIBS="$X_EXTRA_LIBS -ldnet"
7555 fi
7556
7557     if test $ac_cv_lib_dnet_dnet_ntoa = no; then
7558       { $as_echo "$as_me:${as_lineno-$LINENO}: checking for dnet_ntoa in -ldnet_stub" >&5
7559 $as_echo_n "checking for dnet_ntoa in -ldnet_stub... " >&6; }
7560 if test "${ac_cv_lib_dnet_stub_dnet_ntoa+set}" = set; then :
7561   $as_echo_n "(cached) " >&6
7562 else
7563   ac_check_lib_save_LIBS=$LIBS
7564 LIBS="-ldnet_stub  $LIBS"
7565 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
7566 /* end confdefs.h.  */
7567
7568 /* Override any GCC internal prototype to avoid an error.
7569    Use char because int might match the return type of a GCC
7570    builtin and then its argument prototype would still apply.  */
7571 #ifdef __cplusplus
7572 extern "C"
7573 #endif
7574 char dnet_ntoa ();
7575 int
7576 main ()
7577 {
7578 return dnet_ntoa ();
7579   ;
7580   return 0;
7581 }
7582 _ACEOF
7583 if ac_fn_c_try_link "$LINENO"; then :
7584   ac_cv_lib_dnet_stub_dnet_ntoa=yes
7585 else
7586   ac_cv_lib_dnet_stub_dnet_ntoa=no
7587 fi
7588 rm -f core conftest.err conftest.$ac_objext \
7589     conftest$ac_exeext conftest.$ac_ext
7590 LIBS=$ac_check_lib_save_LIBS
7591 fi
7592 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_dnet_stub_dnet_ntoa" >&5
7593 $as_echo "$ac_cv_lib_dnet_stub_dnet_ntoa" >&6; }
7594 if test "x$ac_cv_lib_dnet_stub_dnet_ntoa" = x""yes; then :
7595   X_EXTRA_LIBS="$X_EXTRA_LIBS -ldnet_stub"
7596 fi
7597
7598     fi
7599 fi
7600 rm -f core conftest.err conftest.$ac_objext \
7601     conftest$ac_exeext conftest.$ac_ext
7602     LIBS="$ac_xsave_LIBS"
7603
7604     # msh@cis.ufl.edu says -lnsl (and -lsocket) are needed for his 386/AT,
7605     # to get the SysV transport functions.
7606     # Chad R. Larson says the Pyramis MIS-ES running DC/OSx (SVR4)
7607     # needs -lnsl.
7608     # The nsl library prevents programs from opening the X display
7609     # on Irix 5.2, according to T.E. Dickey.
7610     # The functions gethostbyname, getservbyname, and inet_addr are
7611     # in -lbsd on LynxOS 3.0.1/i386, according to Lars Hecking.
7612     ac_fn_c_check_func "$LINENO" "gethostbyname" "ac_cv_func_gethostbyname"
7613 if test "x$ac_cv_func_gethostbyname" = x""yes; then :
7614
7615 fi
7616
7617     if test $ac_cv_func_gethostbyname = no; then
7618       { $as_echo "$as_me:${as_lineno-$LINENO}: checking for gethostbyname in -lnsl" >&5
7619 $as_echo_n "checking for gethostbyname in -lnsl... " >&6; }
7620 if test "${ac_cv_lib_nsl_gethostbyname+set}" = set; then :
7621   $as_echo_n "(cached) " >&6
7622 else
7623   ac_check_lib_save_LIBS=$LIBS
7624 LIBS="-lnsl  $LIBS"
7625 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
7626 /* end confdefs.h.  */
7627
7628 /* Override any GCC internal prototype to avoid an error.
7629    Use char because int might match the return type of a GCC
7630    builtin and then its argument prototype would still apply.  */
7631 #ifdef __cplusplus
7632 extern "C"
7633 #endif
7634 char gethostbyname ();
7635 int
7636 main ()
7637 {
7638 return gethostbyname ();
7639   ;
7640   return 0;
7641 }
7642 _ACEOF
7643 if ac_fn_c_try_link "$LINENO"; then :
7644   ac_cv_lib_nsl_gethostbyname=yes
7645 else
7646   ac_cv_lib_nsl_gethostbyname=no
7647 fi
7648 rm -f core conftest.err conftest.$ac_objext \
7649     conftest$ac_exeext conftest.$ac_ext
7650 LIBS=$ac_check_lib_save_LIBS
7651 fi
7652 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_nsl_gethostbyname" >&5
7653 $as_echo "$ac_cv_lib_nsl_gethostbyname" >&6; }
7654 if test "x$ac_cv_lib_nsl_gethostbyname" = x""yes; then :
7655   X_EXTRA_LIBS="$X_EXTRA_LIBS -lnsl"
7656 fi
7657
7658       if test $ac_cv_lib_nsl_gethostbyname = no; then
7659         { $as_echo "$as_me:${as_lineno-$LINENO}: checking for gethostbyname in -lbsd" >&5
7660 $as_echo_n "checking for gethostbyname in -lbsd... " >&6; }
7661 if test "${ac_cv_lib_bsd_gethostbyname+set}" = set; then :
7662   $as_echo_n "(cached) " >&6
7663 else
7664   ac_check_lib_save_LIBS=$LIBS
7665 LIBS="-lbsd  $LIBS"
7666 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
7667 /* end confdefs.h.  */
7668
7669 /* Override any GCC internal prototype to avoid an error.
7670    Use char because int might match the return type of a GCC
7671    builtin and then its argument prototype would still apply.  */
7672 #ifdef __cplusplus
7673 extern "C"
7674 #endif
7675 char gethostbyname ();
7676 int
7677 main ()
7678 {
7679 return gethostbyname ();
7680   ;
7681   return 0;
7682 }
7683 _ACEOF
7684 if ac_fn_c_try_link "$LINENO"; then :
7685   ac_cv_lib_bsd_gethostbyname=yes
7686 else
7687   ac_cv_lib_bsd_gethostbyname=no
7688 fi
7689 rm -f core conftest.err conftest.$ac_objext \
7690     conftest$ac_exeext conftest.$ac_ext
7691 LIBS=$ac_check_lib_save_LIBS
7692 fi
7693 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_bsd_gethostbyname" >&5
7694 $as_echo "$ac_cv_lib_bsd_gethostbyname" >&6; }
7695 if test "x$ac_cv_lib_bsd_gethostbyname" = x""yes; then :
7696   X_EXTRA_LIBS="$X_EXTRA_LIBS -lbsd"
7697 fi
7698
7699       fi
7700     fi
7701
7702     # lieder@skyler.mavd.honeywell.com says without -lsocket,
7703     # socket/setsockopt and other routines are undefined under SCO ODT
7704     # 2.0.  But -lsocket is broken on IRIX 5.2 (and is not necessary
7705     # on later versions), says Simon Leinen: it contains gethostby*
7706     # variants that don't use the name server (or something).  -lsocket
7707     # must be given before -lnsl if both are needed.  We assume that
7708     # if connect needs -lnsl, so does gethostbyname.
7709     ac_fn_c_check_func "$LINENO" "connect" "ac_cv_func_connect"
7710 if test "x$ac_cv_func_connect" = x""yes; then :
7711
7712 fi
7713
7714     if test $ac_cv_func_connect = no; then
7715       { $as_echo "$as_me:${as_lineno-$LINENO}: checking for connect in -lsocket" >&5
7716 $as_echo_n "checking for connect in -lsocket... " >&6; }
7717 if test "${ac_cv_lib_socket_connect+set}" = set; then :
7718   $as_echo_n "(cached) " >&6
7719 else
7720   ac_check_lib_save_LIBS=$LIBS
7721 LIBS="-lsocket $X_EXTRA_LIBS $LIBS"
7722 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
7723 /* end confdefs.h.  */
7724
7725 /* Override any GCC internal prototype to avoid an error.
7726    Use char because int might match the return type of a GCC
7727    builtin and then its argument prototype would still apply.  */
7728 #ifdef __cplusplus
7729 extern "C"
7730 #endif
7731 char connect ();
7732 int
7733 main ()
7734 {
7735 return connect ();
7736   ;
7737   return 0;
7738 }
7739 _ACEOF
7740 if ac_fn_c_try_link "$LINENO"; then :
7741   ac_cv_lib_socket_connect=yes
7742 else
7743   ac_cv_lib_socket_connect=no
7744 fi
7745 rm -f core conftest.err conftest.$ac_objext \
7746     conftest$ac_exeext conftest.$ac_ext
7747 LIBS=$ac_check_lib_save_LIBS
7748 fi
7749 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_socket_connect" >&5
7750 $as_echo "$ac_cv_lib_socket_connect" >&6; }
7751 if test "x$ac_cv_lib_socket_connect" = x""yes; then :
7752   X_EXTRA_LIBS="-lsocket $X_EXTRA_LIBS"
7753 fi
7754
7755     fi
7756
7757     # Guillermo Gomez says -lposix is necessary on A/UX.
7758     ac_fn_c_check_func "$LINENO" "remove" "ac_cv_func_remove"
7759 if test "x$ac_cv_func_remove" = x""yes; then :
7760
7761 fi
7762
7763     if test $ac_cv_func_remove = no; then
7764       { $as_echo "$as_me:${as_lineno-$LINENO}: checking for remove in -lposix" >&5
7765 $as_echo_n "checking for remove in -lposix... " >&6; }
7766 if test "${ac_cv_lib_posix_remove+set}" = set; then :
7767   $as_echo_n "(cached) " >&6
7768 else
7769   ac_check_lib_save_LIBS=$LIBS
7770 LIBS="-lposix  $LIBS"
7771 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
7772 /* end confdefs.h.  */
7773
7774 /* Override any GCC internal prototype to avoid an error.
7775    Use char because int might match the return type of a GCC
7776    builtin and then its argument prototype would still apply.  */
7777 #ifdef __cplusplus
7778 extern "C"
7779 #endif
7780 char remove ();
7781 int
7782 main ()
7783 {
7784 return remove ();
7785   ;
7786   return 0;
7787 }
7788 _ACEOF
7789 if ac_fn_c_try_link "$LINENO"; then :
7790   ac_cv_lib_posix_remove=yes
7791 else
7792   ac_cv_lib_posix_remove=no
7793 fi
7794 rm -f core conftest.err conftest.$ac_objext \
7795     conftest$ac_exeext conftest.$ac_ext
7796 LIBS=$ac_check_lib_save_LIBS
7797 fi
7798 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_posix_remove" >&5
7799 $as_echo "$ac_cv_lib_posix_remove" >&6; }
7800 if test "x$ac_cv_lib_posix_remove" = x""yes; then :
7801   X_EXTRA_LIBS="$X_EXTRA_LIBS -lposix"
7802 fi
7803
7804     fi
7805
7806     # BSDI BSD/OS 2.1 needs -lipc for XOpenDisplay.
7807     ac_fn_c_check_func "$LINENO" "shmat" "ac_cv_func_shmat"
7808 if test "x$ac_cv_func_shmat" = x""yes; then :
7809
7810 fi
7811
7812     if test $ac_cv_func_shmat = no; then
7813       { $as_echo "$as_me:${as_lineno-$LINENO}: checking for shmat in -lipc" >&5
7814 $as_echo_n "checking for shmat in -lipc... " >&6; }
7815 if test "${ac_cv_lib_ipc_shmat+set}" = set; then :
7816   $as_echo_n "(cached) " >&6
7817 else
7818   ac_check_lib_save_LIBS=$LIBS
7819 LIBS="-lipc  $LIBS"
7820 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
7821 /* end confdefs.h.  */
7822
7823 /* Override any GCC internal prototype to avoid an error.
7824    Use char because int might match the return type of a GCC
7825    builtin and then its argument prototype would still apply.  */
7826 #ifdef __cplusplus
7827 extern "C"
7828 #endif
7829 char shmat ();
7830 int
7831 main ()
7832 {
7833 return shmat ();
7834   ;
7835   return 0;
7836 }
7837 _ACEOF
7838 if ac_fn_c_try_link "$LINENO"; then :
7839   ac_cv_lib_ipc_shmat=yes
7840 else
7841   ac_cv_lib_ipc_shmat=no
7842 fi
7843 rm -f core conftest.err conftest.$ac_objext \
7844     conftest$ac_exeext conftest.$ac_ext
7845 LIBS=$ac_check_lib_save_LIBS
7846 fi
7847 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_ipc_shmat" >&5
7848 $as_echo "$ac_cv_lib_ipc_shmat" >&6; }
7849 if test "x$ac_cv_lib_ipc_shmat" = x""yes; then :
7850   X_EXTRA_LIBS="$X_EXTRA_LIBS -lipc"
7851 fi
7852
7853     fi
7854   fi
7855
7856   # Check for libraries that X11R6 Xt/Xaw programs need.
7857   ac_save_LDFLAGS=$LDFLAGS
7858   test -n "$x_libraries" && LDFLAGS="$LDFLAGS -L$x_libraries"
7859   # SM needs ICE to (dynamically) link under SunOS 4.x (so we have to
7860   # check for ICE first), but we must link in the order -lSM -lICE or
7861   # we get undefined symbols.  So assume we have SM if we have ICE.
7862   # These have to be linked with before -lX11, unlike the other
7863   # libraries we check for below, so use a different variable.
7864   # John Interrante, Karl Berry
7865   { $as_echo "$as_me:${as_lineno-$LINENO}: checking for IceConnectionNumber in -lICE" >&5
7866 $as_echo_n "checking for IceConnectionNumber in -lICE... " >&6; }
7867 if test "${ac_cv_lib_ICE_IceConnectionNumber+set}" = set; then :
7868   $as_echo_n "(cached) " >&6
7869 else
7870   ac_check_lib_save_LIBS=$LIBS
7871 LIBS="-lICE $X_EXTRA_LIBS $LIBS"
7872 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
7873 /* end confdefs.h.  */
7874
7875 /* Override any GCC internal prototype to avoid an error.
7876    Use char because int might match the return type of a GCC
7877    builtin and then its argument prototype would still apply.  */
7878 #ifdef __cplusplus
7879 extern "C"
7880 #endif
7881 char IceConnectionNumber ();
7882 int
7883 main ()
7884 {
7885 return IceConnectionNumber ();
7886   ;
7887   return 0;
7888 }
7889 _ACEOF
7890 if ac_fn_c_try_link "$LINENO"; then :
7891   ac_cv_lib_ICE_IceConnectionNumber=yes
7892 else
7893   ac_cv_lib_ICE_IceConnectionNumber=no
7894 fi
7895 rm -f core conftest.err conftest.$ac_objext \
7896     conftest$ac_exeext conftest.$ac_ext
7897 LIBS=$ac_check_lib_save_LIBS
7898 fi
7899 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_ICE_IceConnectionNumber" >&5
7900 $as_echo "$ac_cv_lib_ICE_IceConnectionNumber" >&6; }
7901 if test "x$ac_cv_lib_ICE_IceConnectionNumber" = x""yes; then :
7902   X_PRE_LIBS="$X_PRE_LIBS -lSM -lICE"
7903 fi
7904
7905   LDFLAGS=$ac_save_LDFLAGS
7906
7907 fi
7908
7909
7910 if test "$have_x" = "yes"
7911 then
7912     XLIB="-lX11"
7913     ac_save_CPPFLAGS="$CPPFLAGS"
7914     CPPFLAGS="$CPPFLAGS $X_CFLAGS"
7915
7916     { $as_echo "$as_me:${as_lineno-$LINENO}: checking for -lX11" >&5
7917 $as_echo_n "checking for -lX11... " >&6; }
7918 if test "${ac_cv_lib_soname_X11+set}" = set; then :
7919   $as_echo_n "(cached) " >&6
7920 else
7921   ac_check_soname_save_LIBS=$LIBS
7922 LIBS="-lX11 $X_LIBS $X_EXTRA_LIBS $LIBS"
7923   cat confdefs.h - <<_ACEOF >conftest.$ac_ext
7924 /* end confdefs.h.  */
7925
7926 /* Override any GCC internal prototype to avoid an error.
7927    Use char because int might match the return type of a GCC
7928    builtin and then its argument prototype would still apply.  */
7929 #ifdef __cplusplus
7930 extern "C"
7931 #endif
7932 char XCreateWindow ();
7933 int
7934 main ()
7935 {
7936 return XCreateWindow ();
7937   ;
7938   return 0;
7939 }
7940 _ACEOF
7941 if ac_fn_c_try_link "$LINENO"; then :
7942   case "$LIBEXT" in
7943     dll) ;;
7944     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'` ;;
7945     *) ac_cv_lib_soname_X11=`$ac_cv_path_LDD conftest$ac_exeext | grep "libX11\\.$LIBEXT" | sed -e "s/^.*\(libX11\.$LIBEXT[^     ]*\).*$/\1/"';2,$d'` ;;
7946   esac
7947 fi
7948 rm -f core conftest.err conftest.$ac_objext \
7949     conftest$ac_exeext conftest.$ac_ext
7950   LIBS=$ac_check_soname_save_LIBS
7951 fi
7952 if test "x$ac_cv_lib_soname_X11" = "x"; then :
7953   { $as_echo "$as_me:${as_lineno-$LINENO}: result: not found" >&5
7954 $as_echo "not found" >&6; }
7955
7956 else
7957   { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_soname_X11" >&5
7958 $as_echo "$ac_cv_lib_soname_X11" >&6; }
7959
7960 cat >>confdefs.h <<_ACEOF
7961 #define SONAME_LIBX11 "$ac_cv_lib_soname_X11"
7962 _ACEOF
7963
7964
7965 fi
7966     { $as_echo "$as_me:${as_lineno-$LINENO}: checking for -lXext" >&5
7967 $as_echo_n "checking for -lXext... " >&6; }
7968 if test "${ac_cv_lib_soname_Xext+set}" = set; then :
7969   $as_echo_n "(cached) " >&6
7970 else
7971   ac_check_soname_save_LIBS=$LIBS
7972 LIBS="-lXext $X_LIBS -lX11 $X_EXTRA_LIBS $LIBS"
7973   cat confdefs.h - <<_ACEOF >conftest.$ac_ext
7974 /* end confdefs.h.  */
7975
7976 /* Override any GCC internal prototype to avoid an error.
7977    Use char because int might match the return type of a GCC
7978    builtin and then its argument prototype would still apply.  */
7979 #ifdef __cplusplus
7980 extern "C"
7981 #endif
7982 char XextCreateExtension ();
7983 int
7984 main ()
7985 {
7986 return XextCreateExtension ();
7987   ;
7988   return 0;
7989 }
7990 _ACEOF
7991 if ac_fn_c_try_link "$LINENO"; then :
7992   case "$LIBEXT" in
7993     dll) ;;
7994     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'` ;;
7995     *) ac_cv_lib_soname_Xext=`$ac_cv_path_LDD conftest$ac_exeext | grep "libXext\\.$LIBEXT" | sed -e "s/^.*\(libXext\.$LIBEXT[^  ]*\).*$/\1/"';2,$d'` ;;
7996   esac
7997 fi
7998 rm -f core conftest.err conftest.$ac_objext \
7999     conftest$ac_exeext conftest.$ac_ext
8000   LIBS=$ac_check_soname_save_LIBS
8001 fi
8002 if test "x$ac_cv_lib_soname_Xext" = "x"; then :
8003   { $as_echo "$as_me:${as_lineno-$LINENO}: result: not found" >&5
8004 $as_echo "not found" >&6; }
8005
8006 else
8007   { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_soname_Xext" >&5
8008 $as_echo "$ac_cv_lib_soname_Xext" >&6; }
8009
8010 cat >>confdefs.h <<_ACEOF
8011 #define SONAME_LIBXEXT "$ac_cv_lib_soname_Xext"
8012 _ACEOF
8013
8014        XLIB="-lXext $XLIB"
8015 fi
8016
8017         for ac_header in X11/Xlib.h \
8018                       X11/XKBlib.h \
8019                       X11/Xutil.h \
8020                       X11/Xcursor/Xcursor.h \
8021                       X11/extensions/shape.h \
8022                       X11/extensions/XInput.h \
8023                       X11/extensions/XShm.h \
8024                       X11/extensions/Xcomposite.h \
8025                       X11/extensions/Xinerama.h \
8026                       X11/extensions/Xrandr.h \
8027                       X11/extensions/Xrender.h \
8028                       X11/extensions/xf86vmode.h \
8029                       X11/extensions/xf86vmproto.h
8030 do :
8031   as_ac_Header=`$as_echo "ac_cv_header_$ac_header" | $as_tr_sh`
8032 ac_fn_c_check_header_compile "$LINENO" "$ac_header" "$as_ac_Header" "#ifdef HAVE_X11_XLIB_H
8033 # include <X11/Xlib.h>
8034 #endif
8035 #ifdef HAVE_X11_XUTIL_H
8036 # include <X11/Xutil.h>
8037 #endif
8038 "
8039 eval as_val=\$$as_ac_Header
8040    if test "x$as_val" = x""yes; then :
8041   cat >>confdefs.h <<_ACEOF
8042 #define `$as_echo "HAVE_$ac_header" | $as_tr_cpp` 1
8043 _ACEOF
8044
8045 fi
8046
8047 done
8048
8049
8050                 if test "$ac_cv_header_X11_XKBlib_h" = "yes"
8051         then
8052               { $as_echo "$as_me:${as_lineno-$LINENO}: checking for XkbQueryExtension in -lX11" >&5
8053 $as_echo_n "checking for XkbQueryExtension in -lX11... " >&6; }
8054 if test "${ac_cv_lib_X11_XkbQueryExtension+set}" = set; then :
8055   $as_echo_n "(cached) " >&6
8056 else
8057   ac_check_lib_save_LIBS=$LIBS
8058 LIBS="-lX11 $X_LIBS $XLIB $X_EXTRA_LIBS $LIBS"
8059 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
8060 /* end confdefs.h.  */
8061
8062 /* Override any GCC internal prototype to avoid an error.
8063    Use char because int might match the return type of a GCC
8064    builtin and then its argument prototype would still apply.  */
8065 #ifdef __cplusplus
8066 extern "C"
8067 #endif
8068 char XkbQueryExtension ();
8069 int
8070 main ()
8071 {
8072 return XkbQueryExtension ();
8073   ;
8074   return 0;
8075 }
8076 _ACEOF
8077 if ac_fn_c_try_link "$LINENO"; then :
8078   ac_cv_lib_X11_XkbQueryExtension=yes
8079 else
8080   ac_cv_lib_X11_XkbQueryExtension=no
8081 fi
8082 rm -f core conftest.err conftest.$ac_objext \
8083     conftest$ac_exeext conftest.$ac_ext
8084 LIBS=$ac_check_lib_save_LIBS
8085 fi
8086 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_X11_XkbQueryExtension" >&5
8087 $as_echo "$ac_cv_lib_X11_XkbQueryExtension" >&6; }
8088 if test "x$ac_cv_lib_X11_XkbQueryExtension" = x""yes; then :
8089
8090 $as_echo "#define HAVE_XKB 1" >>confdefs.h
8091
8092 fi
8093
8094         fi
8095
8096                 if test "$ac_cv_header_X11_Xcursor_Xcursor_h" = "yes"
8097         then
8098             { $as_echo "$as_me:${as_lineno-$LINENO}: checking for -lXcursor" >&5
8099 $as_echo_n "checking for -lXcursor... " >&6; }
8100 if test "${ac_cv_lib_soname_Xcursor+set}" = set; then :
8101   $as_echo_n "(cached) " >&6
8102 else
8103   ac_check_soname_save_LIBS=$LIBS
8104 LIBS="-lXcursor $X_LIBS $XLIB $X_EXTRA_LIBS $LIBS"
8105   cat confdefs.h - <<_ACEOF >conftest.$ac_ext
8106 /* end confdefs.h.  */
8107
8108 /* Override any GCC internal prototype to avoid an error.
8109    Use char because int might match the return type of a GCC
8110    builtin and then its argument prototype would still apply.  */
8111 #ifdef __cplusplus
8112 extern "C"
8113 #endif
8114 char XcursorImageLoadCursor ();
8115 int
8116 main ()
8117 {
8118 return XcursorImageLoadCursor ();
8119   ;
8120   return 0;
8121 }
8122 _ACEOF
8123 if ac_fn_c_try_link "$LINENO"; then :
8124   case "$LIBEXT" in
8125     dll) ;;
8126     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'` ;;
8127     *) ac_cv_lib_soname_Xcursor=`$ac_cv_path_LDD conftest$ac_exeext | grep "libXcursor\\.$LIBEXT" | sed -e "s/^.*\(libXcursor\.$LIBEXT[^         ]*\).*$/\1/"';2,$d'` ;;
8128   esac
8129 fi
8130 rm -f core conftest.err conftest.$ac_objext \
8131     conftest$ac_exeext conftest.$ac_ext
8132   LIBS=$ac_check_soname_save_LIBS
8133 fi
8134 if test "x$ac_cv_lib_soname_Xcursor" = "x"; then :
8135   { $as_echo "$as_me:${as_lineno-$LINENO}: result: not found" >&5
8136 $as_echo "not found" >&6; }
8137
8138 else
8139   { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_soname_Xcursor" >&5
8140 $as_echo "$ac_cv_lib_soname_Xcursor" >&6; }
8141
8142 cat >>confdefs.h <<_ACEOF
8143 #define SONAME_LIBXCURSOR "$ac_cv_lib_soname_Xcursor"
8144 _ACEOF
8145
8146
8147 fi
8148         fi
8149         if test "x$ac_cv_lib_soname_Xcursor" = "x"; then :
8150   case "x$with_xcursor" in
8151   x)   wine_notices="$wine_notices|libxcursor ${notice_platform}development files not found, the Xcursor extension won't be supported." ;;
8152   xno) ;;
8153   *)   as_fn_error "libxcursor ${notice_platform}development files not found, the Xcursor extension won't be supported.
8154 This is an error since --with-xcursor was requested." "$LINENO" 5 ;;
8155 esac
8156 fi
8157
8158                 if test "$ac_cv_header_X11_extensions_XInput_h" = "yes"
8159         then
8160             { $as_echo "$as_me:${as_lineno-$LINENO}: checking for -lXi" >&5
8161 $as_echo_n "checking for -lXi... " >&6; }
8162 if test "${ac_cv_lib_soname_Xi+set}" = set; then :
8163   $as_echo_n "(cached) " >&6
8164 else
8165   ac_check_soname_save_LIBS=$LIBS
8166 LIBS="-lXi $X_LIBS $XLIB $X_EXTRA_LIBS $LIBS"
8167   cat confdefs.h - <<_ACEOF >conftest.$ac_ext
8168 /* end confdefs.h.  */
8169
8170 /* Override any GCC internal prototype to avoid an error.
8171    Use char because int might match the return type of a GCC
8172    builtin and then its argument prototype would still apply.  */
8173 #ifdef __cplusplus
8174 extern "C"
8175 #endif
8176 char XOpenDevice ();
8177 int
8178 main ()
8179 {
8180 return XOpenDevice ();
8181   ;
8182   return 0;
8183 }
8184 _ACEOF
8185 if ac_fn_c_try_link "$LINENO"; then :
8186   case "$LIBEXT" in
8187     dll) ;;
8188     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'` ;;
8189     *) ac_cv_lib_soname_Xi=`$ac_cv_path_LDD conftest$ac_exeext | grep "libXi\\.$LIBEXT" | sed -e "s/^.*\(libXi\.$LIBEXT[^        ]*\).*$/\1/"';2,$d'` ;;
8190   esac
8191 fi
8192 rm -f core conftest.err conftest.$ac_objext \
8193     conftest$ac_exeext conftest.$ac_ext
8194   LIBS=$ac_check_soname_save_LIBS
8195 fi
8196 if test "x$ac_cv_lib_soname_Xi" = "x"; then :
8197   { $as_echo "$as_me:${as_lineno-$LINENO}: result: not found" >&5
8198 $as_echo "not found" >&6; }
8199
8200 else
8201   { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_soname_Xi" >&5
8202 $as_echo "$ac_cv_lib_soname_Xi" >&6; }
8203
8204 cat >>confdefs.h <<_ACEOF
8205 #define SONAME_LIBXI "$ac_cv_lib_soname_Xi"
8206 _ACEOF
8207
8208
8209 fi
8210         fi
8211         if test "x$ac_cv_lib_soname_Xi" = "x"; then :
8212   case "x$with_xinput" in
8213   x)   wine_notices="$wine_notices|libxi ${notice_platform}development files not found, the Xinput extension won't be supported." ;;
8214   xno) ;;
8215   *)   as_fn_error "libxi ${notice_platform}development files not found, the Xinput extension won't be supported.
8216 This is an error since --with-xinput was requested." "$LINENO" 5 ;;
8217 esac
8218 fi
8219
8220                 if test "$ac_cv_header_X11_extensions_XShm_h" = "yes"
8221         then
8222               { $as_echo "$as_me:${as_lineno-$LINENO}: checking for XShmQueryExtension in -lXext" >&5
8223 $as_echo_n "checking for XShmQueryExtension in -lXext... " >&6; }
8224 if test "${ac_cv_lib_Xext_XShmQueryExtension+set}" = set; then :
8225   $as_echo_n "(cached) " >&6
8226 else
8227   ac_check_lib_save_LIBS=$LIBS
8228 LIBS="-lXext $X_LIBS $XLIB $X_EXTRA_LIBS $LIBS"
8229 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
8230 /* end confdefs.h.  */
8231
8232 /* Override any GCC internal prototype to avoid an error.
8233    Use char because int might match the return type of a GCC
8234    builtin and then its argument prototype would still apply.  */
8235 #ifdef __cplusplus
8236 extern "C"
8237 #endif
8238 char XShmQueryExtension ();
8239 int
8240 main ()
8241 {
8242 return XShmQueryExtension ();
8243   ;
8244   return 0;
8245 }
8246 _ACEOF
8247 if ac_fn_c_try_link "$LINENO"; then :
8248   ac_cv_lib_Xext_XShmQueryExtension=yes
8249 else
8250   ac_cv_lib_Xext_XShmQueryExtension=no
8251 fi
8252 rm -f core conftest.err conftest.$ac_objext \
8253     conftest$ac_exeext conftest.$ac_ext
8254 LIBS=$ac_check_lib_save_LIBS
8255 fi
8256 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_Xext_XShmQueryExtension" >&5
8257 $as_echo "$ac_cv_lib_Xext_XShmQueryExtension" >&6; }
8258 if test "x$ac_cv_lib_Xext_XShmQueryExtension" = x""yes; then :
8259
8260 $as_echo "#define HAVE_LIBXXSHM 1" >>confdefs.h
8261
8262 fi
8263
8264         fi
8265         if test "$ac_cv_lib_Xext_XShmQueryExtension" != "yes"; then :
8266   case "x$with_xshm" in
8267   x)   wine_notices="$wine_notices|XShm ${notice_platform}development files not found, X Shared Memory won't be supported." ;;
8268   xno) ;;
8269   *)   as_fn_error "XShm ${notice_platform}development files not found, X Shared Memory won't be supported.
8270 This is an error since --with-xshm was requested." "$LINENO" 5 ;;
8271 esac
8272 fi
8273
8274                 if test "$ac_cv_header_X11_extensions_shape_h" = "yes"
8275         then
8276               { $as_echo "$as_me:${as_lineno-$LINENO}: checking for XShapeQueryExtension in -lXext" >&5
8277 $as_echo_n "checking for XShapeQueryExtension in -lXext... " >&6; }
8278 if test "${ac_cv_lib_Xext_XShapeQueryExtension+set}" = set; then :
8279   $as_echo_n "(cached) " >&6
8280 else
8281   ac_check_lib_save_LIBS=$LIBS
8282 LIBS="-lXext $X_LIBS $XLIB $X_EXTRA_LIBS $LIBS"
8283 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
8284 /* end confdefs.h.  */
8285
8286 /* Override any GCC internal prototype to avoid an error.
8287    Use char because int might match the return type of a GCC
8288    builtin and then its argument prototype would still apply.  */
8289 #ifdef __cplusplus
8290 extern "C"
8291 #endif
8292 char XShapeQueryExtension ();
8293 int
8294 main ()
8295 {
8296 return XShapeQueryExtension ();
8297   ;
8298   return 0;
8299 }
8300 _ACEOF
8301 if ac_fn_c_try_link "$LINENO"; then :
8302   ac_cv_lib_Xext_XShapeQueryExtension=yes
8303 else
8304   ac_cv_lib_Xext_XShapeQueryExtension=no
8305 fi
8306 rm -f core conftest.err conftest.$ac_objext \
8307     conftest$ac_exeext conftest.$ac_ext
8308 LIBS=$ac_check_lib_save_LIBS
8309 fi
8310 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_Xext_XShapeQueryExtension" >&5
8311 $as_echo "$ac_cv_lib_Xext_XShapeQueryExtension" >&6; }
8312 if test "x$ac_cv_lib_Xext_XShapeQueryExtension" = x""yes; then :
8313
8314 $as_echo "#define HAVE_LIBXSHAPE 1" >>confdefs.h
8315
8316 fi
8317
8318         fi
8319         if test "$ac_cv_lib_Xext_XShapeQueryExtension" != "yes"; then :
8320   case "x$with_xshape" in
8321   x)   wine_notices="$wine_notices|XShape ${notice_platform}development files not found, XShape won't be supported." ;;
8322   xno) ;;
8323   *)   as_fn_error "XShape ${notice_platform}development files not found, XShape won't be supported.
8324 This is an error since --with-xshape was requested." "$LINENO" 5 ;;
8325 esac
8326 fi
8327
8328                 if test "$ac_cv_header_X11_extensions_xf86vmode_h" = "yes" -o "$ac_cv_header_X11_extensions_xf86vmproto_h" = "yes"
8329         then
8330             { $as_echo "$as_me:${as_lineno-$LINENO}: checking for -lXxf86vm" >&5
8331 $as_echo_n "checking for -lXxf86vm... " >&6; }
8332 if test "${ac_cv_lib_soname_Xxf86vm+set}" = set; then :
8333   $as_echo_n "(cached) " >&6
8334 else
8335   ac_check_soname_save_LIBS=$LIBS
8336 LIBS="-lXxf86vm $X_LIBS $XLIB $X_EXTRA_LIBS $LIBS"
8337   cat confdefs.h - <<_ACEOF >conftest.$ac_ext
8338 /* end confdefs.h.  */
8339
8340 /* Override any GCC internal prototype to avoid an error.
8341    Use char because int might match the return type of a GCC
8342    builtin and then its argument prototype would still apply.  */
8343 #ifdef __cplusplus
8344 extern "C"
8345 #endif
8346 char XF86VidModeQueryExtension ();
8347 int
8348 main ()
8349 {
8350 return XF86VidModeQueryExtension ();
8351   ;
8352   return 0;
8353 }
8354 _ACEOF
8355 if ac_fn_c_try_link "$LINENO"; then :
8356   case "$LIBEXT" in
8357     dll) ;;
8358     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'` ;;
8359     *) ac_cv_lib_soname_Xxf86vm=`$ac_cv_path_LDD conftest$ac_exeext | grep "libXxf86vm\\.$LIBEXT" | sed -e "s/^.*\(libXxf86vm\.$LIBEXT[^         ]*\).*$/\1/"';2,$d'` ;;
8360   esac
8361 fi
8362 rm -f core conftest.err conftest.$ac_objext \
8363     conftest$ac_exeext conftest.$ac_ext
8364   LIBS=$ac_check_soname_save_LIBS
8365 fi
8366 if test "x$ac_cv_lib_soname_Xxf86vm" = "x"; then :
8367   { $as_echo "$as_me:${as_lineno-$LINENO}: result: not found" >&5
8368 $as_echo "not found" >&6; }
8369
8370 else
8371   { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_soname_Xxf86vm" >&5
8372 $as_echo "$ac_cv_lib_soname_Xxf86vm" >&6; }
8373
8374 cat >>confdefs.h <<_ACEOF
8375 #define SONAME_LIBXXF86VM "$ac_cv_lib_soname_Xxf86vm"
8376 _ACEOF
8377
8378
8379 fi
8380         fi
8381         if test "x$ac_cv_lib_soname_Xxf86vm" = "x"; then :
8382   case "x$with_xxf86vm" in
8383   x)   wine_notices="$wine_notices|libXxf86vm ${notice_platform}development files not found, XFree86 Vidmode won't be supported." ;;
8384   xno) ;;
8385   *)   as_fn_error "libXxf86vm ${notice_platform}development files not found, XFree86 Vidmode won't be supported.
8386 This is an error since --with-xxf86vm was requested." "$LINENO" 5 ;;
8387 esac
8388 fi
8389
8390                 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"
8391         then
8392             { $as_echo "$as_me:${as_lineno-$LINENO}: checking for -lXrender" >&5
8393 $as_echo_n "checking for -lXrender... " >&6; }
8394 if test "${ac_cv_lib_soname_Xrender+set}" = set; then :
8395   $as_echo_n "(cached) " >&6
8396 else
8397   ac_check_soname_save_LIBS=$LIBS
8398 LIBS="-lXrender $X_LIBS $XLIB $X_EXTRA_LIBS $LIBS"
8399   cat confdefs.h - <<_ACEOF >conftest.$ac_ext
8400 /* end confdefs.h.  */
8401
8402 /* Override any GCC internal prototype to avoid an error.
8403    Use char because int might match the return type of a GCC
8404    builtin and then its argument prototype would still apply.  */
8405 #ifdef __cplusplus
8406 extern "C"
8407 #endif
8408 char XRenderQueryExtension ();
8409 int
8410 main ()
8411 {
8412 return XRenderQueryExtension ();
8413   ;
8414   return 0;
8415 }
8416 _ACEOF
8417 if ac_fn_c_try_link "$LINENO"; then :
8418   case "$LIBEXT" in
8419     dll) ;;
8420     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'` ;;
8421     *) ac_cv_lib_soname_Xrender=`$ac_cv_path_LDD conftest$ac_exeext | grep "libXrender\\.$LIBEXT" | sed -e "s/^.*\(libXrender\.$LIBEXT[^         ]*\).*$/\1/"';2,$d'` ;;
8422   esac
8423 fi
8424 rm -f core conftest.err conftest.$ac_objext \
8425     conftest$ac_exeext conftest.$ac_ext
8426   LIBS=$ac_check_soname_save_LIBS
8427 fi
8428 if test "x$ac_cv_lib_soname_Xrender" = "x"; then :
8429   { $as_echo "$as_me:${as_lineno-$LINENO}: result: not found" >&5
8430 $as_echo "not found" >&6; }
8431
8432 else
8433   { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_soname_Xrender" >&5
8434 $as_echo "$ac_cv_lib_soname_Xrender" >&6; }
8435
8436 cat >>confdefs.h <<_ACEOF
8437 #define SONAME_LIBXRENDER "$ac_cv_lib_soname_Xrender"
8438 _ACEOF
8439
8440        { $as_echo "$as_me:${as_lineno-$LINENO}: checking for XRenderSetPictureTransform in -lXrender" >&5
8441 $as_echo_n "checking for XRenderSetPictureTransform in -lXrender... " >&6; }
8442 if test "${ac_cv_lib_Xrender_XRenderSetPictureTransform+set}" = set; then :
8443   $as_echo_n "(cached) " >&6
8444 else
8445   ac_check_lib_save_LIBS=$LIBS
8446 LIBS="-lXrender $X_LIBS $XLIB $X_EXTRA_LIBS $LIBS"
8447 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
8448 /* end confdefs.h.  */
8449
8450 /* Override any GCC internal prototype to avoid an error.
8451    Use char because int might match the return type of a GCC
8452    builtin and then its argument prototype would still apply.  */
8453 #ifdef __cplusplus
8454 extern "C"
8455 #endif
8456 char XRenderSetPictureTransform ();
8457 int
8458 main ()
8459 {
8460 return XRenderSetPictureTransform ();
8461   ;
8462   return 0;
8463 }
8464 _ACEOF
8465 if ac_fn_c_try_link "$LINENO"; then :
8466   ac_cv_lib_Xrender_XRenderSetPictureTransform=yes
8467 else
8468   ac_cv_lib_Xrender_XRenderSetPictureTransform=no
8469 fi
8470 rm -f core conftest.err conftest.$ac_objext \
8471     conftest$ac_exeext conftest.$ac_ext
8472 LIBS=$ac_check_lib_save_LIBS
8473 fi
8474 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_Xrender_XRenderSetPictureTransform" >&5
8475 $as_echo "$ac_cv_lib_Xrender_XRenderSetPictureTransform" >&6; }
8476 if test "x$ac_cv_lib_Xrender_XRenderSetPictureTransform" = x""yes; then :
8477
8478 $as_echo "#define HAVE_XRENDERSETPICTURETRANSFORM 1" >>confdefs.h
8479
8480 fi
8481
8482 fi
8483
8484         fi
8485         if test "x$ac_cv_lib_soname_Xrender" = "x"; then :
8486   case "x$with_xrender" in
8487   x)   wine_warnings="$wine_warnings|libxrender ${notice_platform}development files not found, XRender won't be supported." ;;
8488   xno) ;;
8489   *)   as_fn_error "libxrender ${notice_platform}development files not found, XRender won't be supported.
8490 This is an error since --with-xrender was requested." "$LINENO" 5 ;;
8491 esac
8492 fi
8493
8494                 if test "$ac_cv_header_X11_extensions_Xrandr_h" = "yes" -a "x$ac_cv_lib_soname_Xrender" != "x"
8495         then
8496                 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
8497 /* end confdefs.h.  */
8498 #include <X11/Xlib.h>
8499 #include <X11/extensions/Xrandr.h>
8500 int
8501 main ()
8502 {
8503 static typeof(XRRSetScreenConfigAndRate) * func;
8504   ;
8505   return 0;
8506 }
8507 _ACEOF
8508 if ac_fn_c_try_compile "$LINENO"; then :
8509   { $as_echo "$as_me:${as_lineno-$LINENO}: checking for -lXrandr" >&5
8510 $as_echo_n "checking for -lXrandr... " >&6; }
8511 if test "${ac_cv_lib_soname_Xrandr+set}" = set; then :
8512   $as_echo_n "(cached) " >&6
8513 else
8514   ac_check_soname_save_LIBS=$LIBS
8515 LIBS="-lXrandr $X_LIBS $XLIB $X_EXTRA_LIBS $LIBS"
8516   cat confdefs.h - <<_ACEOF >conftest.$ac_ext
8517 /* end confdefs.h.  */
8518
8519 /* Override any GCC internal prototype to avoid an error.
8520    Use char because int might match the return type of a GCC
8521    builtin and then its argument prototype would still apply.  */
8522 #ifdef __cplusplus
8523 extern "C"
8524 #endif
8525 char XRRQueryExtension ();
8526 int
8527 main ()
8528 {
8529 return XRRQueryExtension ();
8530   ;
8531   return 0;
8532 }
8533 _ACEOF
8534 if ac_fn_c_try_link "$LINENO"; then :
8535   case "$LIBEXT" in
8536     dll) ;;
8537     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'` ;;
8538     *) ac_cv_lib_soname_Xrandr=`$ac_cv_path_LDD conftest$ac_exeext | grep "libXrandr\\.$LIBEXT" | sed -e "s/^.*\(libXrandr\.$LIBEXT[^    ]*\).*$/\1/"';2,$d'` ;;
8539   esac
8540 fi
8541 rm -f core conftest.err conftest.$ac_objext \
8542     conftest$ac_exeext conftest.$ac_ext
8543   LIBS=$ac_check_soname_save_LIBS
8544 fi
8545 if test "x$ac_cv_lib_soname_Xrandr" = "x"; then :
8546   { $as_echo "$as_me:${as_lineno-$LINENO}: result: not found" >&5
8547 $as_echo "not found" >&6; }
8548
8549 else
8550   { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_soname_Xrandr" >&5
8551 $as_echo "$ac_cv_lib_soname_Xrandr" >&6; }
8552
8553 cat >>confdefs.h <<_ACEOF
8554 #define SONAME_LIBXRANDR "$ac_cv_lib_soname_Xrandr"
8555 _ACEOF
8556
8557
8558 fi
8559 fi
8560 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
8561         fi
8562         if test "x$ac_cv_lib_soname_Xrandr" = "x"; then :
8563   case "x$with_xrandr" in
8564   x)   wine_notices="$wine_notices|libxrandr ${notice_platform}development files not found, XRandr won't be supported." ;;
8565   xno) ;;
8566   *)   as_fn_error "libxrandr ${notice_platform}development files not found, XRandr won't be supported.
8567 This is an error since --with-xrandr was requested." "$LINENO" 5 ;;
8568 esac
8569 fi
8570
8571                 if test "$ac_cv_header_X11_extensions_Xinerama_h" = "yes"
8572         then
8573                 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
8574 /* end confdefs.h.  */
8575 #include <X11/Xlib.h>
8576 #include <X11/extensions/Xinerama.h>
8577 int
8578 main ()
8579 {
8580 static typeof(XineramaQueryScreens) * func;
8581   ;
8582   return 0;
8583 }
8584 _ACEOF
8585 if ac_fn_c_try_compile "$LINENO"; then :
8586   { $as_echo "$as_me:${as_lineno-$LINENO}: checking for -lXinerama" >&5
8587 $as_echo_n "checking for -lXinerama... " >&6; }
8588 if test "${ac_cv_lib_soname_Xinerama+set}" = set; then :
8589   $as_echo_n "(cached) " >&6
8590 else
8591   ac_check_soname_save_LIBS=$LIBS
8592 LIBS="-lXinerama $X_LIBS $XLIB $X_EXTRA_LIBS $LIBS"
8593   cat confdefs.h - <<_ACEOF >conftest.$ac_ext
8594 /* end confdefs.h.  */
8595
8596 /* Override any GCC internal prototype to avoid an error.
8597    Use char because int might match the return type of a GCC
8598    builtin and then its argument prototype would still apply.  */
8599 #ifdef __cplusplus
8600 extern "C"
8601 #endif
8602 char XineramaQueryScreens ();
8603 int
8604 main ()
8605 {
8606 return XineramaQueryScreens ();
8607   ;
8608   return 0;
8609 }
8610 _ACEOF
8611 if ac_fn_c_try_link "$LINENO"; then :
8612   case "$LIBEXT" in
8613     dll) ;;
8614     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'` ;;
8615     *) ac_cv_lib_soname_Xinerama=`$ac_cv_path_LDD conftest$ac_exeext | grep "libXinerama\\.$LIBEXT" | sed -e "s/^.*\(libXinerama\.$LIBEXT[^      ]*\).*$/\1/"';2,$d'` ;;
8616   esac
8617 fi
8618 rm -f core conftest.err conftest.$ac_objext \
8619     conftest$ac_exeext conftest.$ac_ext
8620   LIBS=$ac_check_soname_save_LIBS
8621 fi
8622 if test "x$ac_cv_lib_soname_Xinerama" = "x"; then :
8623   { $as_echo "$as_me:${as_lineno-$LINENO}: result: not found" >&5
8624 $as_echo "not found" >&6; }
8625
8626 else
8627   { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_soname_Xinerama" >&5
8628 $as_echo "$ac_cv_lib_soname_Xinerama" >&6; }
8629
8630 cat >>confdefs.h <<_ACEOF
8631 #define SONAME_LIBXINERAMA "$ac_cv_lib_soname_Xinerama"
8632 _ACEOF
8633
8634
8635 fi
8636 fi
8637 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
8638         fi
8639         if test "x$ac_cv_lib_soname_Xinerama" = "x"; then :
8640   case "x$with_xinerama" in
8641   x)   wine_notices="$wine_notices|libxinerama ${notice_platform}development files not found, multi-monitor setups won't be supported." ;;
8642   xno) ;;
8643   *)   as_fn_error "libxinerama ${notice_platform}development files not found, multi-monitor setups won't be supported.
8644 This is an error since --with-xinerama was requested." "$LINENO" 5 ;;
8645 esac
8646 fi
8647
8648                 if test "$ac_cv_header_X11_extensions_Xcomposite_h" = "yes"
8649         then
8650             { $as_echo "$as_me:${as_lineno-$LINENO}: checking for -lXcomposite" >&5
8651 $as_echo_n "checking for -lXcomposite... " >&6; }
8652 if test "${ac_cv_lib_soname_Xcomposite+set}" = set; then :
8653   $as_echo_n "(cached) " >&6
8654 else
8655   ac_check_soname_save_LIBS=$LIBS
8656 LIBS="-lXcomposite $X_LIBS $XLIB $X_EXTRA_LIBS $LIBS"
8657   cat confdefs.h - <<_ACEOF >conftest.$ac_ext
8658 /* end confdefs.h.  */
8659
8660 /* Override any GCC internal prototype to avoid an error.
8661    Use char because int might match the return type of a GCC
8662    builtin and then its argument prototype would still apply.  */
8663 #ifdef __cplusplus
8664 extern "C"
8665 #endif
8666 char XCompositeRedirectWindow ();
8667 int
8668 main ()
8669 {
8670 return XCompositeRedirectWindow ();
8671   ;
8672   return 0;
8673 }
8674 _ACEOF
8675 if ac_fn_c_try_link "$LINENO"; then :
8676   case "$LIBEXT" in
8677     dll) ;;
8678     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'` ;;
8679     *) ac_cv_lib_soname_Xcomposite=`$ac_cv_path_LDD conftest$ac_exeext | grep "libXcomposite\\.$LIBEXT" | sed -e "s/^.*\(libXcomposite\.$LIBEXT[^        ]*\).*$/\1/"';2,$d'` ;;
8680   esac
8681 fi
8682 rm -f core conftest.err conftest.$ac_objext \
8683     conftest$ac_exeext conftest.$ac_ext
8684   LIBS=$ac_check_soname_save_LIBS
8685 fi
8686 if test "x$ac_cv_lib_soname_Xcomposite" = "x"; then :
8687   { $as_echo "$as_me:${as_lineno-$LINENO}: result: not found" >&5
8688 $as_echo "not found" >&6; }
8689
8690 else
8691   { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_soname_Xcomposite" >&5
8692 $as_echo "$ac_cv_lib_soname_Xcomposite" >&6; }
8693
8694 cat >>confdefs.h <<_ACEOF
8695 #define SONAME_LIBXCOMPOSITE "$ac_cv_lib_soname_Xcomposite"
8696 _ACEOF
8697
8698
8699 fi
8700         fi
8701         if test "x$ac_cv_lib_soname_Xcomposite" = "x"; then :
8702   case "x$with_xcomposite" in
8703   x)   wine_notices="$wine_notices|libxcomposite ${notice_platform}development files not found, Xcomposite won't be supported." ;;
8704   xno) ;;
8705   *)   as_fn_error "libxcomposite ${notice_platform}development files not found, Xcomposite won't be supported.
8706 This is an error since --with-xcomposite was requested." "$LINENO" 5 ;;
8707 esac
8708 fi
8709
8710                 ac_fn_c_check_member "$LINENO" "XICCallback" "callback" "ac_cv_member_XICCallback_callback" "#ifdef HAVE_X11_XLIB_H
8711 #include <X11/Xlib.h>
8712 #endif
8713 "
8714 if test "x$ac_cv_member_XICCallback_callback" = x""yes; then :
8715
8716 cat >>confdefs.h <<_ACEOF
8717 #define HAVE_XICCALLBACK_CALLBACK 1
8718 _ACEOF
8719
8720
8721 fi
8722
8723
8724
8725         opengl_msg=""
8726     if test "x$with_opengl" != "xno"
8727     then
8728         for ac_header in GL/gl.h GL/glx.h GL/glu.h
8729 do :
8730   as_ac_Header=`$as_echo "ac_cv_header_$ac_header" | $as_tr_sh`
8731 ac_fn_c_check_header_compile "$LINENO" "$ac_header" "$as_ac_Header" "#ifdef HAVE_GL_GLX_H
8732 # include <GL/glx.h>
8733 #endif
8734 "
8735 eval as_val=\$$as_ac_Header
8736    if test "x$as_val" = x""yes; then :
8737   cat >>confdefs.h <<_ACEOF
8738 #define `$as_echo "HAVE_$ac_header" | $as_tr_cpp` 1
8739 _ACEOF
8740
8741 fi
8742
8743 done
8744
8745         if test "$ac_cv_header_GL_gl_h" = "yes" -a "$ac_cv_header_GL_glx_h" = "yes"
8746         then
8747                     { $as_echo "$as_me:${as_lineno-$LINENO}: checking for up-to-date OpenGL version" >&5
8748 $as_echo_n "checking for up-to-date OpenGL version... " >&6; }
8749 if test "${wine_cv_opengl_header_version_OK+set}" = set; then :
8750   $as_echo_n "(cached) " >&6
8751 else
8752   cat confdefs.h - <<_ACEOF >conftest.$ac_ext
8753 /* end confdefs.h.  */
8754 #include <GL/gl.h>
8755 int
8756 main ()
8757 {
8758 GLenum test = GL_UNSIGNED_SHORT_5_6_5;
8759   ;
8760   return 0;
8761 }
8762 _ACEOF
8763 if ac_fn_c_try_compile "$LINENO"; then :
8764   wine_cv_opengl_header_version_OK="yes"
8765 else
8766   wine_cv_opengl_header_version_OK="no"
8767 fi
8768 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
8769 fi
8770 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $wine_cv_opengl_header_version_OK" >&5
8771 $as_echo "$wine_cv_opengl_header_version_OK" >&6; }
8772
8773             if test "$wine_cv_opengl_header_version_OK" = "yes"
8774             then
8775                                 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for -lGL" >&5
8776 $as_echo_n "checking for -lGL... " >&6; }
8777 if test "${ac_cv_lib_soname_GL+set}" = set; then :
8778   $as_echo_n "(cached) " >&6
8779 else
8780   ac_check_soname_save_LIBS=$LIBS
8781 LIBS="-lGL $X_LIBS $XLIB -lm $X_EXTRA_LIBS $LIBS"
8782   cat confdefs.h - <<_ACEOF >conftest.$ac_ext
8783 /* end confdefs.h.  */
8784
8785 /* Override any GCC internal prototype to avoid an error.
8786    Use char because int might match the return type of a GCC
8787    builtin and then its argument prototype would still apply.  */
8788 #ifdef __cplusplus
8789 extern "C"
8790 #endif
8791 char glXCreateContext ();
8792 int
8793 main ()
8794 {
8795 return glXCreateContext ();
8796   ;
8797   return 0;
8798 }
8799 _ACEOF
8800 if ac_fn_c_try_link "$LINENO"; then :
8801   case "$LIBEXT" in
8802     dll) ;;
8803     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'` ;;
8804     *) ac_cv_lib_soname_GL=`$ac_cv_path_LDD conftest$ac_exeext | grep "libGL\\.$LIBEXT" | sed -e "s/^.*\(libGL\.$LIBEXT[^        ]*\).*$/\1/"';2,$d'` ;;
8805   esac
8806 fi
8807 rm -f core conftest.err conftest.$ac_objext \
8808     conftest$ac_exeext conftest.$ac_ext
8809   LIBS=$ac_check_soname_save_LIBS
8810 fi
8811 if test "x$ac_cv_lib_soname_GL" = "x"; then :
8812   { $as_echo "$as_me:${as_lineno-$LINENO}: result: not found" >&5
8813 $as_echo "not found" >&6; }
8814        { $as_echo "$as_me:${as_lineno-$LINENO}: checking for -lGL" >&5
8815 $as_echo_n "checking for -lGL... " >&6; }
8816 if test "${ac_cv_lib_soname_GL+set}" = set; then :
8817   $as_echo_n "(cached) " >&6
8818 else
8819   ac_check_soname_save_LIBS=$LIBS
8820 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"
8821   cat confdefs.h - <<_ACEOF >conftest.$ac_ext
8822 /* end confdefs.h.  */
8823
8824 /* Override any GCC internal prototype to avoid an error.
8825    Use char because int might match the return type of a GCC
8826    builtin and then its argument prototype would still apply.  */
8827 #ifdef __cplusplus
8828 extern "C"
8829 #endif
8830 char glXCreateContext ();
8831 int
8832 main ()
8833 {
8834 return glXCreateContext ();
8835   ;
8836   return 0;
8837 }
8838 _ACEOF
8839 if ac_fn_c_try_link "$LINENO"; then :
8840   case "$LIBEXT" in
8841     dll) ;;
8842     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'` ;;
8843     *) ac_cv_lib_soname_GL=`$ac_cv_path_LDD conftest$ac_exeext | grep "libGL\\.$LIBEXT" | sed -e "s/^.*\(libGL\.$LIBEXT[^        ]*\).*$/\1/"';2,$d'` ;;
8844   esac
8845 fi
8846 rm -f core conftest.err conftest.$ac_objext \
8847     conftest$ac_exeext conftest.$ac_ext
8848   LIBS=$ac_check_soname_save_LIBS
8849 fi
8850 if test "x$ac_cv_lib_soname_GL" = "x"; then :
8851   { $as_echo "$as_me:${as_lineno-$LINENO}: result: not found" >&5
8852 $as_echo "not found" >&6; }
8853        if test -f /usr/X11R6/lib/libGL.a
8854                                     then
8855                                         opengl_msg="/usr/X11R6/lib/libGL.a is present on your system.
8856 This probably prevents linking to OpenGL. Try deleting the file and restarting configure."
8857                                     else
8858                                         opengl_msg="No OpenGL library found on this system."
8859                                     fi
8860 else
8861   { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_soname_GL" >&5
8862 $as_echo "$ac_cv_lib_soname_GL" >&6; }
8863
8864 cat >>confdefs.h <<_ACEOF
8865 #define SONAME_LIBGL "$ac_cv_lib_soname_GL"
8866 _ACEOF
8867
8868        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"
8869
8870 $as_echo "#define HAVE_OPENGL 1" >>confdefs.h
8871
8872 fi
8873 else
8874   { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_soname_GL" >&5
8875 $as_echo "$ac_cv_lib_soname_GL" >&6; }
8876
8877 cat >>confdefs.h <<_ACEOF
8878 #define SONAME_LIBGL "$ac_cv_lib_soname_GL"
8879 _ACEOF
8880
8881        OPENGL_LIBS="-lGL"
8882
8883 $as_echo "#define HAVE_OPENGL 1" >>confdefs.h
8884
8885 fi
8886                  if test "$ac_cv_header_GL_glu_h" = "yes"
8887                  then
8888                     { $as_echo "$as_me:${as_lineno-$LINENO}: checking for -lGLU" >&5
8889 $as_echo_n "checking for -lGLU... " >&6; }
8890 if test "${ac_cv_lib_soname_GLU+set}" = set; then :
8891   $as_echo_n "(cached) " >&6
8892 else
8893   ac_check_soname_save_LIBS=$LIBS
8894 LIBS="-lGLU $OPENGL_LIBS $X_LIBS $X_PRE_LIBS $XLIB -lm $X_EXTRA_LIBS $LIBS"
8895   cat confdefs.h - <<_ACEOF >conftest.$ac_ext
8896 /* end confdefs.h.  */
8897
8898 /* Override any GCC internal prototype to avoid an error.
8899    Use char because int might match the return type of a GCC
8900    builtin and then its argument prototype would still apply.  */
8901 #ifdef __cplusplus
8902 extern "C"
8903 #endif
8904 char gluLookAt ();
8905 int
8906 main ()
8907 {
8908 return gluLookAt ();
8909   ;
8910   return 0;
8911 }
8912 _ACEOF
8913 if ac_fn_c_try_link "$LINENO"; then :
8914   case "$LIBEXT" in
8915     dll) ;;
8916     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'` ;;
8917     *) ac_cv_lib_soname_GLU=`$ac_cv_path_LDD conftest$ac_exeext | grep "libGLU\\.$LIBEXT" | sed -e "s/^.*\(libGLU\.$LIBEXT[^     ]*\).*$/\1/"';2,$d'` ;;
8918   esac
8919 fi
8920 rm -f core conftest.err conftest.$ac_objext \
8921     conftest$ac_exeext conftest.$ac_ext
8922   LIBS=$ac_check_soname_save_LIBS
8923 fi
8924 if test "x$ac_cv_lib_soname_GLU" = "x"; then :
8925   { $as_echo "$as_me:${as_lineno-$LINENO}: result: not found" >&5
8926 $as_echo "not found" >&6; }
8927
8928 else
8929   { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_soname_GLU" >&5
8930 $as_echo "$ac_cv_lib_soname_GLU" >&6; }
8931
8932 cat >>confdefs.h <<_ACEOF
8933 #define SONAME_LIBGLU "$ac_cv_lib_soname_GLU"
8934 _ACEOF
8935
8936
8937 fi
8938                  fi
8939                  if test "x$ac_cv_lib_soname_GLU" = "x"; then :
8940   case "x$with_glu" in
8941   x)   wine_notices="$wine_notices|libGLU ${notice_platform}development files not found, GLU won't be supported." ;;
8942   xno) ;;
8943   *)   as_fn_error "libGLU ${notice_platform}development files not found, GLU won't be supported.
8944 This is an error since --with-glu was requested." "$LINENO" 5 ;;
8945 esac
8946 fi
8947              else
8948                  opengl_msg="Old Mesa headers detected. Consider upgrading your Mesa libraries."
8949              fi
8950          else
8951              opengl_msg="OpenGL development headers not found."
8952          fi
8953          test -n "$opengl_msg" && enable_opengl32=${enable_opengl32:-no}
8954          test "x$ac_cv_lib_soname_GLU" = "x" && enable_glu32=${enable_glu32:-no}
8955     else
8956          enable_opengl32=${enable_opengl32:-no}
8957          enable_glu32=${enable_glu32:-no}
8958     fi
8959     if test -n "$opengl_msg"; then :
8960   case "x$with_opengl" in
8961   x)   wine_warnings="$wine_warnings|$opengl_msg
8962 OpenGL and Direct3D won't be supported." ;;
8963   xno) ;;
8964   *)   as_fn_error "$opengl_msg
8965 OpenGL and Direct3D won't be supported.
8966 This is an error since --with-opengl was requested." "$LINENO" 5 ;;
8967 esac
8968 fi
8969
8970         NASLIBS=""
8971
8972     for ac_header in audio/audiolib.h
8973 do :
8974   ac_fn_c_check_header_mongrel "$LINENO" "audio/audiolib.h" "ac_cv_header_audio_audiolib_h" "$ac_includes_default"
8975 if test "x$ac_cv_header_audio_audiolib_h" = x""yes; then :
8976   cat >>confdefs.h <<_ACEOF
8977 #define HAVE_AUDIO_AUDIOLIB_H 1
8978 _ACEOF
8979  for ac_header in audio/soundlib.h
8980 do :
8981   ac_fn_c_check_header_compile "$LINENO" "audio/soundlib.h" "ac_cv_header_audio_soundlib_h" "#include <audio/audiolib.h>
8982 "
8983 if test "x$ac_cv_header_audio_soundlib_h" = x""yes; then :
8984   cat >>confdefs.h <<_ACEOF
8985 #define HAVE_AUDIO_SOUNDLIB_H 1
8986 _ACEOF
8987
8988 fi
8989
8990 done
8991
8992           { $as_echo "$as_me:${as_lineno-$LINENO}: checking for AuCreateFlow in -laudio" >&5
8993 $as_echo_n "checking for AuCreateFlow in -laudio... " >&6; }
8994 if test "${ac_cv_lib_audio_AuCreateFlow+set}" = set; then :
8995   $as_echo_n "(cached) " >&6
8996 else
8997   ac_check_lib_save_LIBS=$LIBS
8998 LIBS="-laudio -lXt $X_LIBS $XLIB $X_EXTRA_LIBS $LIBS"
8999 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
9000 /* end confdefs.h.  */
9001
9002 /* Override any GCC internal prototype to avoid an error.
9003    Use char because int might match the return type of a GCC
9004    builtin and then its argument prototype would still apply.  */
9005 #ifdef __cplusplus
9006 extern "C"
9007 #endif
9008 char AuCreateFlow ();
9009 int
9010 main ()
9011 {
9012 return AuCreateFlow ();
9013   ;
9014   return 0;
9015 }
9016 _ACEOF
9017 if ac_fn_c_try_link "$LINENO"; then :
9018   ac_cv_lib_audio_AuCreateFlow=yes
9019 else
9020   ac_cv_lib_audio_AuCreateFlow=no
9021 fi
9022 rm -f core conftest.err conftest.$ac_objext \
9023     conftest$ac_exeext conftest.$ac_ext
9024 LIBS=$ac_check_lib_save_LIBS
9025 fi
9026 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_audio_AuCreateFlow" >&5
9027 $as_echo "$ac_cv_lib_audio_AuCreateFlow" >&6; }
9028 if test "x$ac_cv_lib_audio_AuCreateFlow" = x""yes; then :
9029
9030 $as_echo "#define HAVE_NAS 1" >>confdefs.h
9031
9032                         { $as_echo "$as_me:${as_lineno-$LINENO}: checking for XauGetBestAuthByAddr in -lXau" >&5
9033 $as_echo_n "checking for XauGetBestAuthByAddr in -lXau... " >&6; }
9034 if test "${ac_cv_lib_Xau_XauGetBestAuthByAddr+set}" = set; then :
9035   $as_echo_n "(cached) " >&6
9036 else
9037   ac_check_lib_save_LIBS=$LIBS
9038 LIBS="-lXau $X_LIBS $LIBS"
9039 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
9040 /* end confdefs.h.  */
9041
9042 /* Override any GCC internal prototype to avoid an error.
9043    Use char because int might match the return type of a GCC
9044    builtin and then its argument prototype would still apply.  */
9045 #ifdef __cplusplus
9046 extern "C"
9047 #endif
9048 char XauGetBestAuthByAddr ();
9049 int
9050 main ()
9051 {
9052 return XauGetBestAuthByAddr ();
9053   ;
9054   return 0;
9055 }
9056 _ACEOF
9057 if ac_fn_c_try_link "$LINENO"; then :
9058   ac_cv_lib_Xau_XauGetBestAuthByAddr=yes
9059 else
9060   ac_cv_lib_Xau_XauGetBestAuthByAddr=no
9061 fi
9062 rm -f core conftest.err conftest.$ac_objext \
9063     conftest$ac_exeext conftest.$ac_ext
9064 LIBS=$ac_check_lib_save_LIBS
9065 fi
9066 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_Xau_XauGetBestAuthByAddr" >&5
9067 $as_echo "$ac_cv_lib_Xau_XauGetBestAuthByAddr" >&6; }
9068 if test "x$ac_cv_lib_Xau_XauGetBestAuthByAddr" = x""yes; then :
9069   NASLIBS="-lXau -laudio -lXt $X_LIBS $XLIB $X_EXTRA_LIBS"
9070 else
9071   NASLIBS="-laudio -lXt $X_LIBS $XLIB $X_EXTRA_LIBS"
9072 fi
9073
9074
9075 fi
9076
9077 fi
9078
9079 done
9080
9081
9082     CPPFLAGS="$ac_save_CPPFLAGS"
9083 else
9084     XLIB=""
9085     X_CFLAGS=""
9086     X_LIBS=""
9087     enable_winex11_drv=${enable_winex11_drv:-no}
9088     enable_opengl32=${enable_opengl32:-no}
9089     enable_glu32=${enable_glu32:-no}
9090 fi
9091 if test "x$XLIB" = "x"; then :
9092   case "x$with_x" in
9093   xno) ;;
9094   *)   as_fn_error "X ${notice_platform}development files not found. Wine will be built
9095 without X support, which probably isn't what you want. You will need to install
9096 ${notice_platform}development packages of Xlib/Xfree86 at the very least.
9097 Use the --without-x option if you really want this." "$LINENO" 5 ;;
9098 esac
9099 fi
9100
9101
9102 XML2LIBS=""
9103
9104 XML2INCL=""
9105
9106 XSLTINCL=""
9107
9108 if test "x$with_xml" != "xno"
9109 then
9110     ac_save_CPPFLAGS="$CPPFLAGS"
9111     if test "$PKG_CONFIG" != "false"
9112     then
9113         ac_xml_libs="`$PKG_CONFIG --libs libxml-2.0 2>/dev/null`"
9114         ac_xml_cflags="`$PKG_CONFIG --cflags libxml-2.0 2>/dev/null`"
9115     else
9116         ac_xml_libs="`xml2-config --libs 2>/dev/null`"
9117         ac_xml_cflags="`xml2-config --cflags  2>/dev/null`"
9118     fi
9119     CPPFLAGS="$CPPFLAGS $ac_xml_cflags"
9120     for ac_header in libxml/parser.h
9121 do :
9122   ac_fn_c_check_header_mongrel "$LINENO" "libxml/parser.h" "ac_cv_header_libxml_parser_h" "$ac_includes_default"
9123 if test "x$ac_cv_header_libxml_parser_h" = x""yes; then :
9124   cat >>confdefs.h <<_ACEOF
9125 #define HAVE_LIBXML_PARSER_H 1
9126 _ACEOF
9127  { $as_echo "$as_me:${as_lineno-$LINENO}: checking for xmlParseMemory in -lxml2" >&5
9128 $as_echo_n "checking for xmlParseMemory in -lxml2... " >&6; }
9129 if test "${ac_cv_lib_xml2_xmlParseMemory+set}" = set; then :
9130   $as_echo_n "(cached) " >&6
9131 else
9132   ac_check_lib_save_LIBS=$LIBS
9133 LIBS="-lxml2 $ac_xml_libs $LIBS"
9134 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
9135 /* end confdefs.h.  */
9136
9137 /* Override any GCC internal prototype to avoid an error.
9138    Use char because int might match the return type of a GCC
9139    builtin and then its argument prototype would still apply.  */
9140 #ifdef __cplusplus
9141 extern "C"
9142 #endif
9143 char xmlParseMemory ();
9144 int
9145 main ()
9146 {
9147 return xmlParseMemory ();
9148   ;
9149   return 0;
9150 }
9151 _ACEOF
9152 if ac_fn_c_try_link "$LINENO"; then :
9153   ac_cv_lib_xml2_xmlParseMemory=yes
9154 else
9155   ac_cv_lib_xml2_xmlParseMemory=no
9156 fi
9157 rm -f core conftest.err conftest.$ac_objext \
9158     conftest$ac_exeext conftest.$ac_ext
9159 LIBS=$ac_check_lib_save_LIBS
9160 fi
9161 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_xml2_xmlParseMemory" >&5
9162 $as_echo "$ac_cv_lib_xml2_xmlParseMemory" >&6; }
9163 if test "x$ac_cv_lib_xml2_xmlParseMemory" = x""yes; then :
9164
9165 $as_echo "#define HAVE_LIBXML2 1" >>confdefs.h
9166
9167                  XML2LIBS="$ac_xml_libs"
9168                  XML2INCL="$ac_xml_cflags"
9169 fi
9170
9171              { $as_echo "$as_me:${as_lineno-$LINENO}: checking for xmlReadMemory in -lxml2" >&5
9172 $as_echo_n "checking for xmlReadMemory in -lxml2... " >&6; }
9173 if test "${ac_cv_lib_xml2_xmlReadMemory+set}" = set; then :
9174   $as_echo_n "(cached) " >&6
9175 else
9176   ac_check_lib_save_LIBS=$LIBS
9177 LIBS="-lxml2 $ac_xml_libs $LIBS"
9178 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
9179 /* end confdefs.h.  */
9180
9181 /* Override any GCC internal prototype to avoid an error.
9182    Use char because int might match the return type of a GCC
9183    builtin and then its argument prototype would still apply.  */
9184 #ifdef __cplusplus
9185 extern "C"
9186 #endif
9187 char xmlReadMemory ();
9188 int
9189 main ()
9190 {
9191 return xmlReadMemory ();
9192   ;
9193   return 0;
9194 }
9195 _ACEOF
9196 if ac_fn_c_try_link "$LINENO"; then :
9197   ac_cv_lib_xml2_xmlReadMemory=yes
9198 else
9199   ac_cv_lib_xml2_xmlReadMemory=no
9200 fi
9201 rm -f core conftest.err conftest.$ac_objext \
9202     conftest$ac_exeext conftest.$ac_ext
9203 LIBS=$ac_check_lib_save_LIBS
9204 fi
9205 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_xml2_xmlReadMemory" >&5
9206 $as_echo "$ac_cv_lib_xml2_xmlReadMemory" >&6; }
9207 if test "x$ac_cv_lib_xml2_xmlReadMemory" = x""yes; then :
9208
9209 $as_echo "#define HAVE_XMLREADMEMORY 1" >>confdefs.h
9210
9211 fi
9212
9213              { $as_echo "$as_me:${as_lineno-$LINENO}: checking for xmlNewDocPI in -lxml2" >&5
9214 $as_echo_n "checking for xmlNewDocPI in -lxml2... " >&6; }
9215 if test "${ac_cv_lib_xml2_xmlNewDocPI+set}" = set; then :
9216   $as_echo_n "(cached) " >&6
9217 else
9218   ac_check_lib_save_LIBS=$LIBS
9219 LIBS="-lxml2 $ac_xml_libs $LIBS"
9220 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
9221 /* end confdefs.h.  */
9222
9223 /* Override any GCC internal prototype to avoid an error.
9224    Use char because int might match the return type of a GCC
9225    builtin and then its argument prototype would still apply.  */
9226 #ifdef __cplusplus
9227 extern "C"
9228 #endif
9229 char xmlNewDocPI ();
9230 int
9231 main ()
9232 {
9233 return xmlNewDocPI ();
9234   ;
9235   return 0;
9236 }
9237 _ACEOF
9238 if ac_fn_c_try_link "$LINENO"; then :
9239   ac_cv_lib_xml2_xmlNewDocPI=yes
9240 else
9241   ac_cv_lib_xml2_xmlNewDocPI=no
9242 fi
9243 rm -f core conftest.err conftest.$ac_objext \
9244     conftest$ac_exeext conftest.$ac_ext
9245 LIBS=$ac_check_lib_save_LIBS
9246 fi
9247 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_xml2_xmlNewDocPI" >&5
9248 $as_echo "$ac_cv_lib_xml2_xmlNewDocPI" >&6; }
9249 if test "x$ac_cv_lib_xml2_xmlNewDocPI" = x""yes; then :
9250
9251 $as_echo "#define HAVE_XMLNEWDOCPI 1" >>confdefs.h
9252
9253 fi
9254
9255
9256 fi
9257
9258 done
9259
9260     CPPFLAGS="$ac_save_CPPFLAGS"
9261 fi
9262 if test "$ac_cv_lib_xml2_xmlParseMemory" != "yes"; then :
9263   case "x$with_xml" in
9264   x)   wine_warnings="$wine_warnings|libxml2 ${notice_platform}development files not found, XML won't be supported." ;;
9265   xno) ;;
9266   *)   as_fn_error "libxml2 ${notice_platform}development files not found, XML won't be supported.
9267 This is an error since --with-xml was requested." "$LINENO" 5 ;;
9268 esac
9269 fi
9270
9271 if test "x$with_xslt" != "xno"
9272 then
9273     if test "$PKG_CONFIG" != "false"
9274     then
9275         ac_xslt_libs="`$PKG_CONFIG --libs libxslt 2>/dev/null`"
9276         ac_xslt_cflags="`$PKG_CONFIG --cflags libxslt 2>/dev/null`"
9277     else
9278         ac_xslt_libs="`xslt-config --libs 2>/dev/null`"
9279         ac_xslt_cflags="`xslt-config --cflags 2>/dev/null`"
9280     fi
9281     ac_save_CPPFLAGS="$CPPFLAGS"
9282     CPPFLAGS="$CPPFLAGS $ac_xslt_cflags"
9283     for ac_header in libxslt/pattern.h libxslt/transform.h
9284 do :
9285   as_ac_Header=`$as_echo "ac_cv_header_$ac_header" | $as_tr_sh`
9286 ac_fn_c_check_header_compile "$LINENO" "$ac_header" "$as_ac_Header" "#ifdef HAVE_LIBXSLT_PATTERN_H
9287 # include <libxslt/pattern.h>
9288 #endif
9289 "
9290 eval as_val=\$$as_ac_Header
9291    if test "x$as_val" = x""yes; then :
9292   cat >>confdefs.h <<_ACEOF
9293 #define `$as_echo "HAVE_$ac_header" | $as_tr_cpp` 1
9294 _ACEOF
9295
9296 fi
9297
9298 done
9299
9300     CPPFLAGS="$ac_save_CPPFLAGS"
9301     if test "$ac_cv_header_libxslt_transform_h" = "yes"
9302     then
9303         { $as_echo "$as_me:${as_lineno-$LINENO}: checking for -lxslt" >&5
9304 $as_echo_n "checking for -lxslt... " >&6; }
9305 if test "${ac_cv_lib_soname_xslt+set}" = set; then :
9306   $as_echo_n "(cached) " >&6
9307 else
9308   ac_check_soname_save_LIBS=$LIBS
9309 LIBS="-lxslt $ac_xslt_libs $LIBS"
9310   cat confdefs.h - <<_ACEOF >conftest.$ac_ext
9311 /* end confdefs.h.  */
9312
9313 /* Override any GCC internal prototype to avoid an error.
9314    Use char because int might match the return type of a GCC
9315    builtin and then its argument prototype would still apply.  */
9316 #ifdef __cplusplus
9317 extern "C"
9318 #endif
9319 char xsltCompilePattern ();
9320 int
9321 main ()
9322 {
9323 return xsltCompilePattern ();
9324   ;
9325   return 0;
9326 }
9327 _ACEOF
9328 if ac_fn_c_try_link "$LINENO"; then :
9329   case "$LIBEXT" in
9330     dll) ;;
9331     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'` ;;
9332     *) ac_cv_lib_soname_xslt=`$ac_cv_path_LDD conftest$ac_exeext | grep "libxslt\\.$LIBEXT" | sed -e "s/^.*\(libxslt\.$LIBEXT[^  ]*\).*$/\1/"';2,$d'` ;;
9333   esac
9334 fi
9335 rm -f core conftest.err conftest.$ac_objext \
9336     conftest$ac_exeext conftest.$ac_ext
9337   LIBS=$ac_check_soname_save_LIBS
9338 fi
9339 if test "x$ac_cv_lib_soname_xslt" = "x"; then :
9340   { $as_echo "$as_me:${as_lineno-$LINENO}: result: not found" >&5
9341 $as_echo "not found" >&6; }
9342
9343 else
9344   { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_soname_xslt" >&5
9345 $as_echo "$ac_cv_lib_soname_xslt" >&6; }
9346
9347 cat >>confdefs.h <<_ACEOF
9348 #define SONAME_LIBXSLT "$ac_cv_lib_soname_xslt"
9349 _ACEOF
9350
9351        XSLTINCL="$ac_xslt_cflags"
9352 fi
9353     fi
9354 fi
9355 if test "x$ac_cv_lib_soname_xslt" = "x"; then :
9356   case "x$with_xslt" in
9357   x)   wine_warnings="$wine_warnings|libxslt ${notice_platform}development files not found, xslt won't be supported." ;;
9358   xno) ;;
9359   *)   as_fn_error "libxslt ${notice_platform}development files not found, xslt won't be supported.
9360 This is an error since --with-xslt was requested." "$LINENO" 5 ;;
9361 esac
9362 fi
9363
9364 HALINCL=""
9365
9366 if test "x$with_hal" != "xno"
9367 then
9368     ac_save_CPPFLAGS="$CPPFLAGS"
9369     if test "$PKG_CONFIG" != "false"
9370     then
9371         ac_hal_libs="`$PKG_CONFIG --libs hal 2>/dev/null`"
9372         ac_hal_cflags="`$PKG_CONFIG --cflags hal 2>/dev/null`"
9373         CPPFLAGS="$CPPFLAGS $ac_hal_cflags"
9374     fi
9375     for ac_header in dbus/dbus.h hal/libhal.h
9376 do :
9377   as_ac_Header=`$as_echo "ac_cv_header_$ac_header" | $as_tr_sh`
9378 ac_fn_c_check_header_mongrel "$LINENO" "$ac_header" "$as_ac_Header" "$ac_includes_default"
9379 eval as_val=\$$as_ac_Header
9380    if test "x$as_val" = x""yes; then :
9381   cat >>confdefs.h <<_ACEOF
9382 #define `$as_echo "HAVE_$ac_header" | $as_tr_cpp` 1
9383 _ACEOF
9384
9385 fi
9386
9387 done
9388
9389     if test "$ac_cv_header_dbus_dbus_h" = "yes" -a "$ac_cv_header_hal_libhal_h" = "yes"
9390     then
9391         { $as_echo "$as_me:${as_lineno-$LINENO}: checking for dbus_connection_close in -ldbus-1" >&5
9392 $as_echo_n "checking for dbus_connection_close in -ldbus-1... " >&6; }
9393 if test "${ac_cv_lib_dbus_1_dbus_connection_close+set}" = set; then :
9394   $as_echo_n "(cached) " >&6
9395 else
9396   ac_check_lib_save_LIBS=$LIBS
9397 LIBS="-ldbus-1 $ac_hal_libs $LIBS"
9398 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
9399 /* end confdefs.h.  */
9400
9401 /* Override any GCC internal prototype to avoid an error.
9402    Use char because int might match the return type of a GCC
9403    builtin and then its argument prototype would still apply.  */
9404 #ifdef __cplusplus
9405 extern "C"
9406 #endif
9407 char dbus_connection_close ();
9408 int
9409 main ()
9410 {
9411 return dbus_connection_close ();
9412   ;
9413   return 0;
9414 }
9415 _ACEOF
9416 if ac_fn_c_try_link "$LINENO"; then :
9417   ac_cv_lib_dbus_1_dbus_connection_close=yes
9418 else
9419   ac_cv_lib_dbus_1_dbus_connection_close=no
9420 fi
9421 rm -f core conftest.err conftest.$ac_objext \
9422     conftest$ac_exeext conftest.$ac_ext
9423 LIBS=$ac_check_lib_save_LIBS
9424 fi
9425 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_dbus_1_dbus_connection_close" >&5
9426 $as_echo "$ac_cv_lib_dbus_1_dbus_connection_close" >&6; }
9427 if test "x$ac_cv_lib_dbus_1_dbus_connection_close" = x""yes; then :
9428   { $as_echo "$as_me:${as_lineno-$LINENO}: checking for -lhal" >&5
9429 $as_echo_n "checking for -lhal... " >&6; }
9430 if test "${ac_cv_lib_soname_hal+set}" = set; then :
9431   $as_echo_n "(cached) " >&6
9432 else
9433   ac_check_soname_save_LIBS=$LIBS
9434 LIBS="-lhal $ac_hal_libs $LIBS"
9435   cat confdefs.h - <<_ACEOF >conftest.$ac_ext
9436 /* end confdefs.h.  */
9437
9438 /* Override any GCC internal prototype to avoid an error.
9439    Use char because int might match the return type of a GCC
9440    builtin and then its argument prototype would still apply.  */
9441 #ifdef __cplusplus
9442 extern "C"
9443 #endif
9444 char libhal_ctx_new ();
9445 int
9446 main ()
9447 {
9448 return libhal_ctx_new ();
9449   ;
9450   return 0;
9451 }
9452 _ACEOF
9453 if ac_fn_c_try_link "$LINENO"; then :
9454   case "$LIBEXT" in
9455     dll) ;;
9456     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'` ;;
9457     *) ac_cv_lib_soname_hal=`$ac_cv_path_LDD conftest$ac_exeext | grep "libhal\\.$LIBEXT" | sed -e "s/^.*\(libhal\.$LIBEXT[^     ]*\).*$/\1/"';2,$d'` ;;
9458   esac
9459 fi
9460 rm -f core conftest.err conftest.$ac_objext \
9461     conftest$ac_exeext conftest.$ac_ext
9462   LIBS=$ac_check_soname_save_LIBS
9463 fi
9464 if test "x$ac_cv_lib_soname_hal" = "x"; then :
9465   { $as_echo "$as_me:${as_lineno-$LINENO}: result: not found" >&5
9466 $as_echo "not found" >&6; }
9467
9468 else
9469   { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_soname_hal" >&5
9470 $as_echo "$ac_cv_lib_soname_hal" >&6; }
9471
9472 cat >>confdefs.h <<_ACEOF
9473 #define SONAME_LIBHAL "$ac_cv_lib_soname_hal"
9474 _ACEOF
9475
9476        HALINCL="$ac_hal_cflags"
9477 fi
9478 fi
9479
9480     fi
9481     CPPFLAGS="$ac_save_CPPFLAGS"
9482 fi
9483 if test "x$ac_cv_lib_soname_hal" = "x"; then :
9484   case "x$with_hal" in
9485   x)   wine_notices="$wine_notices|libhal/libdbus ${notice_platform}development files not found, no dynamic device support." ;;
9486   xno) ;;
9487   *)   as_fn_error "libhal/libdbus ${notice_platform}development files not found, no dynamic device support.
9488 This is an error since --with-hal was requested." "$LINENO" 5 ;;
9489 esac
9490 fi
9491
9492 if test "x$with_gnutls" != "xno"
9493 then
9494     ac_save_CPPFLAGS="$CPPFLAGS"
9495     if test "$PKG_CONFIG" != "false"
9496     then
9497         ac_gnutls_libs="`$PKG_CONFIG --libs gnutls 2>/dev/null`"
9498         ac_gnutls_cflags="`$PKG_CONFIG --cflags gnutls 2>/dev/null`"
9499         CPPFLAGS="$CPPFLAGS $ac_gnutls_cflags"
9500     fi
9501     ac_fn_c_check_header_mongrel "$LINENO" "gnutls/gnutls.h" "ac_cv_header_gnutls_gnutls_h" "$ac_includes_default"
9502 if test "x$ac_cv_header_gnutls_gnutls_h" = x""yes; then :
9503   cat confdefs.h - <<_ACEOF >conftest.$ac_ext
9504 /* end confdefs.h.  */
9505 #include <gnutls/gnutls.h>
9506 int
9507 main ()
9508 {
9509 typeof(gnutls_mac_get_key_size) *pfunc;
9510   ;
9511   return 0;
9512 }
9513 _ACEOF
9514 if ac_fn_c_try_compile "$LINENO"; then :
9515   { $as_echo "$as_me:${as_lineno-$LINENO}: checking for -lgnutls" >&5
9516 $as_echo_n "checking for -lgnutls... " >&6; }
9517 if test "${ac_cv_lib_soname_gnutls+set}" = set; then :
9518   $as_echo_n "(cached) " >&6
9519 else
9520   ac_check_soname_save_LIBS=$LIBS
9521 LIBS="-lgnutls $ac_gnutls_libs $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 gnutls_global_init ();
9532 int
9533 main ()
9534 {
9535 return gnutls_global_init ();
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_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'` ;;
9544     *) ac_cv_lib_soname_gnutls=`$ac_cv_path_LDD conftest$ac_exeext | grep "libgnutls\\.$LIBEXT" | sed -e "s/^.*\(libgnutls\.$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_gnutls" = "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_gnutls" >&5
9557 $as_echo "$ac_cv_lib_soname_gnutls" >&6; }
9558
9559 cat >>confdefs.h <<_ACEOF
9560 #define SONAME_LIBGNUTLS "$ac_cv_lib_soname_gnutls"
9561 _ACEOF
9562
9563        GNUTLSINCL="$ac_gnutls_cflags"
9564
9565 fi
9566 fi
9567 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
9568 fi
9569
9570
9571     CPPFLAGS="$ac_save_CPPFLAGS"
9572 fi
9573 if test "x$ac_cv_lib_soname_gnutls" = "x"; then :
9574   case "x$with_gnutls" in
9575   x)   wine_notices="$wine_notices|libgnutls ${notice_platform}development files not found, no schannel support." ;;
9576   xno) ;;
9577   *)   as_fn_error "libgnutls ${notice_platform}development files not found, no schannel support.
9578 This is an error since --with-gnutls was requested." "$LINENO" 5 ;;
9579 esac
9580 fi
9581
9582 CURSESLIBS=""
9583 if test "$ac_cv_header_ncurses_h" = "yes"
9584 then
9585     { $as_echo "$as_me:${as_lineno-$LINENO}: checking for -lncurses" >&5
9586 $as_echo_n "checking for -lncurses... " >&6; }
9587 if test "${ac_cv_lib_soname_ncurses+set}" = set; then :
9588   $as_echo_n "(cached) " >&6
9589 else
9590   ac_check_soname_save_LIBS=$LIBS
9591 LIBS="-lncurses  $LIBS"
9592   cat confdefs.h - <<_ACEOF >conftest.$ac_ext
9593 /* end confdefs.h.  */
9594
9595 /* Override any GCC internal prototype to avoid an error.
9596    Use char because int might match the return type of a GCC
9597    builtin and then its argument prototype would still apply.  */
9598 #ifdef __cplusplus
9599 extern "C"
9600 #endif
9601 char waddch ();
9602 int
9603 main ()
9604 {
9605 return waddch ();
9606   ;
9607   return 0;
9608 }
9609 _ACEOF
9610 if ac_fn_c_try_link "$LINENO"; then :
9611   case "$LIBEXT" in
9612     dll) ;;
9613     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'` ;;
9614     *) ac_cv_lib_soname_ncurses=`$ac_cv_path_LDD conftest$ac_exeext | grep "libncurses\\.$LIBEXT" | sed -e "s/^.*\(libncurses\.$LIBEXT[^         ]*\).*$/\1/"';2,$d'` ;;
9615   esac
9616 fi
9617 rm -f core conftest.err conftest.$ac_objext \
9618     conftest$ac_exeext conftest.$ac_ext
9619   LIBS=$ac_check_soname_save_LIBS
9620 fi
9621 if test "x$ac_cv_lib_soname_ncurses" = "x"; then :
9622   { $as_echo "$as_me:${as_lineno-$LINENO}: result: not found" >&5
9623 $as_echo "not found" >&6; }
9624
9625 else
9626   { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_soname_ncurses" >&5
9627 $as_echo "$ac_cv_lib_soname_ncurses" >&6; }
9628
9629 cat >>confdefs.h <<_ACEOF
9630 #define SONAME_LIBNCURSES "$ac_cv_lib_soname_ncurses"
9631 _ACEOF
9632
9633        CURSESLIBS="-lncurses"
9634 fi
9635 elif test "$ac_cv_header_curses_h" = "yes"
9636 then
9637     { $as_echo "$as_me:${as_lineno-$LINENO}: checking for -lcurses" >&5
9638 $as_echo_n "checking for -lcurses... " >&6; }
9639 if test "${ac_cv_lib_soname_curses+set}" = set; then :
9640   $as_echo_n "(cached) " >&6
9641 else
9642   ac_check_soname_save_LIBS=$LIBS
9643 LIBS="-lcurses  $LIBS"
9644   cat confdefs.h - <<_ACEOF >conftest.$ac_ext
9645 /* end confdefs.h.  */
9646
9647 /* Override any GCC internal prototype to avoid an error.
9648    Use char because int might match the return type of a GCC
9649    builtin and then its argument prototype would still apply.  */
9650 #ifdef __cplusplus
9651 extern "C"
9652 #endif
9653 char waddch ();
9654 int
9655 main ()
9656 {
9657 return waddch ();
9658   ;
9659   return 0;
9660 }
9661 _ACEOF
9662 if ac_fn_c_try_link "$LINENO"; then :
9663   case "$LIBEXT" in
9664     dll) ;;
9665     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'` ;;
9666     *) ac_cv_lib_soname_curses=`$ac_cv_path_LDD conftest$ac_exeext | grep "libcurses\\.$LIBEXT" | sed -e "s/^.*\(libcurses\.$LIBEXT[^    ]*\).*$/\1/"';2,$d'` ;;
9667   esac
9668 fi
9669 rm -f core conftest.err conftest.$ac_objext \
9670     conftest$ac_exeext conftest.$ac_ext
9671   LIBS=$ac_check_soname_save_LIBS
9672 fi
9673 if test "x$ac_cv_lib_soname_curses" = "x"; then :
9674   { $as_echo "$as_me:${as_lineno-$LINENO}: result: not found" >&5
9675 $as_echo "not found" >&6; }
9676
9677 else
9678   { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_soname_curses" >&5
9679 $as_echo "$ac_cv_lib_soname_curses" >&6; }
9680
9681 cat >>confdefs.h <<_ACEOF
9682 #define SONAME_LIBCURSES "$ac_cv_lib_soname_curses"
9683 _ACEOF
9684
9685        CURSESLIBS="-lcurses"
9686 fi
9687 fi
9688 ac_save_LIBS="$LIBS"
9689 LIBS="$LIBS $CURSESLIBS"
9690 for ac_func in mousemask
9691 do :
9692   ac_fn_c_check_func "$LINENO" "mousemask" "ac_cv_func_mousemask"
9693 if test "x$ac_cv_func_mousemask" = x""yes; then :
9694   cat >>confdefs.h <<_ACEOF
9695 #define HAVE_MOUSEMASK 1
9696 _ACEOF
9697
9698 fi
9699 done
9700
9701 LIBS="$ac_save_LIBS"
9702 if test "x$ac_cv_lib_soname_curses$ac_cv_lib_soname_ncurses" = "x"; then :
9703   case "x$with_curses" in
9704   x)   wine_notices="$wine_notices|lib(n)curses ${notice_platform}development files not found, curses won't be supported." ;;
9705   xno) ;;
9706   *)   as_fn_error "lib(n)curses ${notice_platform}development files not found, curses won't be supported.
9707 This is an error since --with-curses was requested." "$LINENO" 5 ;;
9708 esac
9709 fi
9710
9711 if test "x$with_sane" != "xno"
9712 then
9713     ac_save_CPPFLAGS="$CPPFLAGS"
9714     # Extract the first word of "sane-config", so it can be a program name with args.
9715 set dummy sane-config; ac_word=$2
9716 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
9717 $as_echo_n "checking for $ac_word... " >&6; }
9718 if test "${ac_cv_prog_sane_devel+set}" = set; then :
9719   $as_echo_n "(cached) " >&6
9720 else
9721   if test -n "$sane_devel"; then
9722   ac_cv_prog_sane_devel="$sane_devel" # Let the user override the test.
9723 else
9724 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
9725 for as_dir in $PATH
9726 do
9727   IFS=$as_save_IFS
9728   test -z "$as_dir" && as_dir=.
9729     for ac_exec_ext in '' $ac_executable_extensions; do
9730   if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
9731     ac_cv_prog_sane_devel="sane-config"
9732     $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
9733     break 2
9734   fi
9735 done
9736   done
9737 IFS=$as_save_IFS
9738
9739   test -z "$ac_cv_prog_sane_devel" && ac_cv_prog_sane_devel="no"
9740 fi
9741 fi
9742 sane_devel=$ac_cv_prog_sane_devel
9743 if test -n "$sane_devel"; then
9744   { $as_echo "$as_me:${as_lineno-$LINENO}: result: $sane_devel" >&5
9745 $as_echo "$sane_devel" >&6; }
9746 else
9747   { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
9748 $as_echo "no" >&6; }
9749 fi
9750
9751
9752     if test "$sane_devel" != "no"
9753     then
9754         ac_sane_incl="`$sane_devel --cflags`"
9755         ac_sane_libs="`$sane_devel --ldflags`"
9756         CPPFLAGS="$CPPFLAGS $ac_sane_incl"
9757     fi
9758     ac_fn_c_check_header_mongrel "$LINENO" "sane/sane.h" "ac_cv_header_sane_sane_h" "$ac_includes_default"
9759 if test "x$ac_cv_header_sane_sane_h" = x""yes; then :
9760   { $as_echo "$as_me:${as_lineno-$LINENO}: checking for -lsane" >&5
9761 $as_echo_n "checking for -lsane... " >&6; }
9762 if test "${ac_cv_lib_soname_sane+set}" = set; then :
9763   $as_echo_n "(cached) " >&6
9764 else
9765   ac_check_soname_save_LIBS=$LIBS
9766 LIBS="-lsane $ac_sane_libs $LIBS"
9767   cat confdefs.h - <<_ACEOF >conftest.$ac_ext
9768 /* end confdefs.h.  */
9769
9770 /* Override any GCC internal prototype to avoid an error.
9771    Use char because int might match the return type of a GCC
9772    builtin and then its argument prototype would still apply.  */
9773 #ifdef __cplusplus
9774 extern "C"
9775 #endif
9776 char sane_init ();
9777 int
9778 main ()
9779 {
9780 return sane_init ();
9781   ;
9782   return 0;
9783 }
9784 _ACEOF
9785 if ac_fn_c_try_link "$LINENO"; then :
9786   case "$LIBEXT" in
9787     dll) ;;
9788     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'` ;;
9789     *) ac_cv_lib_soname_sane=`$ac_cv_path_LDD conftest$ac_exeext | grep "libsane\\.$LIBEXT" | sed -e "s/^.*\(libsane\.$LIBEXT[^  ]*\).*$/\1/"';2,$d'` ;;
9790   esac
9791 fi
9792 rm -f core conftest.err conftest.$ac_objext \
9793     conftest$ac_exeext conftest.$ac_ext
9794   LIBS=$ac_check_soname_save_LIBS
9795 fi
9796 if test "x$ac_cv_lib_soname_sane" = "x"; then :
9797   { $as_echo "$as_me:${as_lineno-$LINENO}: result: not found" >&5
9798 $as_echo "not found" >&6; }
9799
9800 else
9801   { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_soname_sane" >&5
9802 $as_echo "$ac_cv_lib_soname_sane" >&6; }
9803
9804 cat >>confdefs.h <<_ACEOF
9805 #define SONAME_LIBSANE "$ac_cv_lib_soname_sane"
9806 _ACEOF
9807
9808        SANEINCL="$ac_sane_incl"
9809
9810 fi
9811 fi
9812
9813
9814     CPPFLAGS="$ac_save_CPPFLAGS"
9815 fi
9816 if test "x$ac_cv_lib_soname_sane" = "x"; then :
9817   case "x$with_sane" in
9818   x)   wine_notices="$wine_notices|libsane ${notice_platform}development files not found, scanners won't be supported." ;;
9819   xno) ;;
9820   *)   as_fn_error "libsane ${notice_platform}development files not found, scanners won't be supported.
9821 This is an error since --with-sane was requested." "$LINENO" 5 ;;
9822 esac
9823 fi
9824
9825 if test "x$with_gphoto" != "xno"
9826 then
9827     ac_save_CPPFLAGS="$CPPFLAGS"
9828     # Extract the first word of "gphoto2-config", so it can be a program name with args.
9829 set dummy gphoto2-config; ac_word=$2
9830 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
9831 $as_echo_n "checking for $ac_word... " >&6; }
9832 if test "${ac_cv_prog_gphoto2_devel+set}" = set; then :
9833   $as_echo_n "(cached) " >&6
9834 else
9835   if test -n "$gphoto2_devel"; then
9836   ac_cv_prog_gphoto2_devel="$gphoto2_devel" # Let the user override the test.
9837 else
9838 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
9839 for as_dir in $PATH
9840 do
9841   IFS=$as_save_IFS
9842   test -z "$as_dir" && as_dir=.
9843     for ac_exec_ext in '' $ac_executable_extensions; do
9844   if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
9845     ac_cv_prog_gphoto2_devel="gphoto2-config"
9846     $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
9847     break 2
9848   fi
9849 done
9850   done
9851 IFS=$as_save_IFS
9852
9853   test -z "$ac_cv_prog_gphoto2_devel" && ac_cv_prog_gphoto2_devel="no"
9854 fi
9855 fi
9856 gphoto2_devel=$ac_cv_prog_gphoto2_devel
9857 if test -n "$gphoto2_devel"; then
9858   { $as_echo "$as_me:${as_lineno-$LINENO}: result: $gphoto2_devel" >&5
9859 $as_echo "$gphoto2_devel" >&6; }
9860 else
9861   { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
9862 $as_echo "no" >&6; }
9863 fi
9864
9865
9866     # Extract the first word of "gphoto2-port-config", so it can be a program name with args.
9867 set dummy gphoto2-port-config; ac_word=$2
9868 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
9869 $as_echo_n "checking for $ac_word... " >&6; }
9870 if test "${ac_cv_prog_gphoto2port_devel+set}" = set; then :
9871   $as_echo_n "(cached) " >&6
9872 else
9873   if test -n "$gphoto2port_devel"; then
9874   ac_cv_prog_gphoto2port_devel="$gphoto2port_devel" # Let the user override the test.
9875 else
9876 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
9877 for as_dir in $PATH
9878 do
9879   IFS=$as_save_IFS
9880   test -z "$as_dir" && as_dir=.
9881     for ac_exec_ext in '' $ac_executable_extensions; do
9882   if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
9883     ac_cv_prog_gphoto2port_devel="gphoto2-port-config"
9884     $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
9885     break 2
9886   fi
9887 done
9888   done
9889 IFS=$as_save_IFS
9890
9891   test -z "$ac_cv_prog_gphoto2port_devel" && ac_cv_prog_gphoto2port_devel="no"
9892 fi
9893 fi
9894 gphoto2port_devel=$ac_cv_prog_gphoto2port_devel
9895 if test -n "$gphoto2port_devel"; then
9896   { $as_echo "$as_me:${as_lineno-$LINENO}: result: $gphoto2port_devel" >&5
9897 $as_echo "$gphoto2port_devel" >&6; }
9898 else
9899   { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
9900 $as_echo "no" >&6; }
9901 fi
9902
9903
9904     if test "$gphoto2_devel" != "no" -a "$gphoto2port_devel" != "no"
9905     then
9906         ac_gphoto2_incl="`$gphoto2_devel --cflags` `$gphoto2port_devel --cflags`"
9907         ac_gphoto2_libs=""
9908         for i in `$gphoto2_devel --libs` `$gphoto2port_devel --libs`
9909         do
9910             case "$i" in
9911             -L/usr/lib|-L/usr/lib64) ;;
9912             -L*|-l*) ac_gphoto2_libs="$ac_gphoto2_libs $i";;
9913             esac
9914         done
9915         CPPFLAGS="$CPPFLAGS $ac_gphoto2_incl"
9916     fi
9917     ac_gphoto2_libs=${ac_gphoto2_libs:-"-lgphoto2"}
9918     ac_fn_c_check_header_mongrel "$LINENO" "gphoto2-camera.h" "ac_cv_header_gphoto2_camera_h" "$ac_includes_default"
9919 if test "x$ac_cv_header_gphoto2_camera_h" = x""yes; then :
9920   { $as_echo "$as_me:${as_lineno-$LINENO}: checking for gp_camera_new in -lgphoto2" >&5
9921 $as_echo_n "checking for gp_camera_new in -lgphoto2... " >&6; }
9922 if test "${ac_cv_lib_gphoto2_gp_camera_new+set}" = set; then :
9923   $as_echo_n "(cached) " >&6
9924 else
9925   ac_check_lib_save_LIBS=$LIBS
9926 LIBS="-lgphoto2 $ac_gphoto2_libs $LIBS"
9927 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
9928 /* end confdefs.h.  */
9929
9930 /* Override any GCC internal prototype to avoid an error.
9931    Use char because int might match the return type of a GCC
9932    builtin and then its argument prototype would still apply.  */
9933 #ifdef __cplusplus
9934 extern "C"
9935 #endif
9936 char gp_camera_new ();
9937 int
9938 main ()
9939 {
9940 return gp_camera_new ();
9941   ;
9942   return 0;
9943 }
9944 _ACEOF
9945 if ac_fn_c_try_link "$LINENO"; then :
9946   ac_cv_lib_gphoto2_gp_camera_new=yes
9947 else
9948   ac_cv_lib_gphoto2_gp_camera_new=no
9949 fi
9950 rm -f core conftest.err conftest.$ac_objext \
9951     conftest$ac_exeext conftest.$ac_ext
9952 LIBS=$ac_check_lib_save_LIBS
9953 fi
9954 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_gphoto2_gp_camera_new" >&5
9955 $as_echo "$ac_cv_lib_gphoto2_gp_camera_new" >&6; }
9956 if test "x$ac_cv_lib_gphoto2_gp_camera_new" = x""yes; then :
9957
9958 $as_echo "#define HAVE_GPHOTO2 1" >>confdefs.h
9959
9960                                    GPHOTO2LIBS="$ac_gphoto2_libs"
9961
9962                                    GPHOTO2INCL="$ac_gphoto2_incl"
9963
9964 fi
9965
9966 fi
9967
9968
9969     CPPFLAGS="$ac_save_CPPFLAGS"
9970 fi
9971 if test "$ac_cv_lib_gphoto2_gp_camera_new" != "yes"; then :
9972   case "x$with_gphoto" in
9973   x)   wine_notices="$wine_notices|libgphoto2 ${notice_platform}development files not found, digital cameras won't be supported." ;;
9974   xno) ;;
9975   *)   as_fn_error "libgphoto2 ${notice_platform}development files not found, digital cameras won't be supported.
9976 This is an error since --with-gphoto was requested." "$LINENO" 5 ;;
9977 esac
9978 fi
9979
9980
9981 RESOLVLIBS=""
9982
9983 if test "$ac_cv_header_resolv_h" = "yes"
9984 then
9985     ac_save_LIBS="$LIBS"
9986     LIBS="$LIBS -lresolv"
9987     cat confdefs.h - <<_ACEOF >conftest.$ac_ext
9988 /* end confdefs.h.  */
9989 #ifdef HAVE_NETINET_IN_H
9990 #include <netinet/in.h>
9991 #endif
9992 #include <resolv.h>
9993 int
9994 main ()
9995 {
9996 res_init();
9997   ;
9998   return 0;
9999 }
10000 _ACEOF
10001 if ac_fn_c_try_link "$LINENO"; then :
10002
10003 $as_echo "#define HAVE_RESOLV 1" >>confdefs.h
10004
10005          RESOLVLIBS="-lresolv"
10006 fi
10007 rm -f core conftest.err conftest.$ac_objext \
10008     conftest$ac_exeext conftest.$ac_ext
10009     LIBS="$ac_save_LIBS"
10010 fi
10011
10012 LCMSLIBS=""
10013
10014 if test "$ac_cv_header_lcms_h" = "yes" -o "$ac_cv_header_lcms_lcms_h" = "yes"
10015 then
10016     { $as_echo "$as_me:${as_lineno-$LINENO}: checking for cmsOpenProfileFromFile in -llcms" >&5
10017 $as_echo_n "checking for cmsOpenProfileFromFile in -llcms... " >&6; }
10018 if test "${ac_cv_lib_lcms_cmsOpenProfileFromFile+set}" = set; then :
10019   $as_echo_n "(cached) " >&6
10020 else
10021   ac_check_lib_save_LIBS=$LIBS
10022 LIBS="-llcms  $LIBS"
10023 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
10024 /* end confdefs.h.  */
10025
10026 /* Override any GCC internal prototype to avoid an error.
10027    Use char because int might match the return type of a GCC
10028    builtin and then its argument prototype would still apply.  */
10029 #ifdef __cplusplus
10030 extern "C"
10031 #endif
10032 char cmsOpenProfileFromFile ();
10033 int
10034 main ()
10035 {
10036 return cmsOpenProfileFromFile ();
10037   ;
10038   return 0;
10039 }
10040 _ACEOF
10041 if ac_fn_c_try_link "$LINENO"; then :
10042   ac_cv_lib_lcms_cmsOpenProfileFromFile=yes
10043 else
10044   ac_cv_lib_lcms_cmsOpenProfileFromFile=no
10045 fi
10046 rm -f core conftest.err conftest.$ac_objext \
10047     conftest$ac_exeext conftest.$ac_ext
10048 LIBS=$ac_check_lib_save_LIBS
10049 fi
10050 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_lcms_cmsOpenProfileFromFile" >&5
10051 $as_echo "$ac_cv_lib_lcms_cmsOpenProfileFromFile" >&6; }
10052 if test "x$ac_cv_lib_lcms_cmsOpenProfileFromFile" = x""yes; then :
10053
10054 $as_echo "#define HAVE_LCMS 1" >>confdefs.h
10055
10056          LCMSLIBS="-llcms"
10057 fi
10058
10059 fi
10060 if test "$ac_cv_lib_lcms_cmsOpenProfileFromFile" != "yes"; then :
10061   case "x$with_cms" in
10062   x)   wine_notices="$wine_notices|liblcms ${notice_platform}development files not found, Color Management won't be supported." ;;
10063   xno) ;;
10064   *)   as_fn_error "liblcms ${notice_platform}development files not found, Color Management won't be supported.
10065 This is an error since --with-cms was requested." "$LINENO" 5 ;;
10066 esac
10067 fi
10068
10069 if test "x$with_freetype" != "xno"
10070 then
10071     for ac_prog in freetype-config freetype2-config
10072 do
10073   # Extract the first word of "$ac_prog", so it can be a program name with args.
10074 set dummy $ac_prog; ac_word=$2
10075 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
10076 $as_echo_n "checking for $ac_word... " >&6; }
10077 if test "${ac_cv_prog_ft_devel+set}" = set; then :
10078   $as_echo_n "(cached) " >&6
10079 else
10080   if test -n "$ft_devel"; then
10081   ac_cv_prog_ft_devel="$ft_devel" # Let the user override the test.
10082 else
10083 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
10084 for as_dir in $PATH
10085 do
10086   IFS=$as_save_IFS
10087   test -z "$as_dir" && as_dir=.
10088     for ac_exec_ext in '' $ac_executable_extensions; do
10089   if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
10090     ac_cv_prog_ft_devel="$ac_prog"
10091     $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
10092     break 2
10093   fi
10094 done
10095   done
10096 IFS=$as_save_IFS
10097
10098 fi
10099 fi
10100 ft_devel=$ac_cv_prog_ft_devel
10101 if test -n "$ft_devel"; then
10102   { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ft_devel" >&5
10103 $as_echo "$ft_devel" >&6; }
10104 else
10105   { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
10106 $as_echo "no" >&6; }
10107 fi
10108
10109
10110   test -n "$ft_devel" && break
10111 done
10112 test -n "$ft_devel" || ft_devel="no"
10113
10114     if test "$ft_devel" != "no"
10115     then
10116         ac_freetype_incl=`$ft_devel --cflags`
10117         ac_freetype_libs=`$ft_devel --libs`
10118     fi
10119     ac_freetype_libs=${ac_freetype_libs:-"-lfreetype"}
10120     { $as_echo "$as_me:${as_lineno-$LINENO}: checking for -lfreetype" >&5
10121 $as_echo_n "checking for -lfreetype... " >&6; }
10122 if test "${ac_cv_lib_soname_freetype+set}" = set; then :
10123   $as_echo_n "(cached) " >&6
10124 else
10125   ac_check_soname_save_LIBS=$LIBS
10126 LIBS="-lfreetype $ac_freetype_libs $LIBS"
10127   cat confdefs.h - <<_ACEOF >conftest.$ac_ext
10128 /* end confdefs.h.  */
10129
10130 /* Override any GCC internal prototype to avoid an error.
10131    Use char because int might match the return type of a GCC
10132    builtin and then its argument prototype would still apply.  */
10133 #ifdef __cplusplus
10134 extern "C"
10135 #endif
10136 char FT_Init_FreeType ();
10137 int
10138 main ()
10139 {
10140 return FT_Init_FreeType ();
10141   ;
10142   return 0;
10143 }
10144 _ACEOF
10145 if ac_fn_c_try_link "$LINENO"; then :
10146   case "$LIBEXT" in
10147     dll) ;;
10148     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'` ;;
10149     *) ac_cv_lib_soname_freetype=`$ac_cv_path_LDD conftest$ac_exeext | grep "libfreetype\\.$LIBEXT" | sed -e "s/^.*\(libfreetype\.$LIBEXT[^      ]*\).*$/\1/"';2,$d'` ;;
10150   esac
10151 fi
10152 rm -f core conftest.err conftest.$ac_objext \
10153     conftest$ac_exeext conftest.$ac_ext
10154   LIBS=$ac_check_soname_save_LIBS
10155 fi
10156 if test "x$ac_cv_lib_soname_freetype" = "x"; then :
10157   { $as_echo "$as_me:${as_lineno-$LINENO}: result: not found" >&5
10158 $as_echo "not found" >&6; }
10159        ft_lib=no
10160 else
10161   { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_soname_freetype" >&5
10162 $as_echo "$ac_cv_lib_soname_freetype" >&6; }
10163
10164 cat >>confdefs.h <<_ACEOF
10165 #define SONAME_LIBFREETYPE "$ac_cv_lib_soname_freetype"
10166 _ACEOF
10167
10168        ft_lib=yes
10169 fi
10170     if test "$ft_lib" = "yes"
10171     then
10172         ac_save_CPPFLAGS="$CPPFLAGS"
10173         CPPFLAGS="$ac_freetype_incl $CPPFLAGS"
10174         for ac_header in ft2build.h \
10175                          freetype/freetype.h \
10176                          freetype/ftglyph.h \
10177                          freetype/fttypes.h \
10178                          freetype/tttables.h \
10179                          freetype/ftsnames.h \
10180                          freetype/ttnameid.h \
10181                          freetype/ftoutln.h \
10182                          freetype/ftwinfnt.h \
10183                          freetype/ftmodapi.h \
10184                          freetype/ftlcdfil.h \
10185                          freetype/internal/sfnt.h
10186 do :
10187   as_ac_Header=`$as_echo "ac_cv_header_$ac_header" | $as_tr_sh`
10188 ac_fn_c_check_header_compile "$LINENO" "$ac_header" "$as_ac_Header" "#ifdef HAVE_FT2BUILD_H
10189                           # include <ft2build.h>
10190                           #endif
10191 "
10192 eval as_val=\$$as_ac_Header
10193    if test "x$as_val" = x""yes; then :
10194   cat >>confdefs.h <<_ACEOF
10195 #define `$as_echo "HAVE_$ac_header" | $as_tr_cpp` 1
10196 _ACEOF
10197
10198 fi
10199
10200 done
10201
10202         cat confdefs.h - <<_ACEOF >conftest.$ac_ext
10203 /* end confdefs.h.  */
10204 #include <ft2build.h>
10205                     #include <freetype/fttrigon.h>
10206 _ACEOF
10207 if ac_fn_c_try_cpp "$LINENO"; then :
10208
10209 $as_echo "#define HAVE_FREETYPE_FTTRIGON_H 1" >>confdefs.h
10210
10211                     wine_cv_fttrigon=yes
10212 else
10213   wine_cv_fttrigon=no
10214 fi
10215 rm -f conftest.err conftest.$ac_ext
10216         ac_fn_c_check_type "$LINENO" "FT_TrueTypeEngineType" "ac_cv_type_FT_TrueTypeEngineType" "#include <freetype/ftmodapi.h>
10217 "
10218 if test "x$ac_cv_type_FT_TrueTypeEngineType" = x""yes; then :
10219
10220 cat >>confdefs.h <<_ACEOF
10221 #define HAVE_FT_TRUETYPEENGINETYPE 1
10222 _ACEOF
10223
10224
10225 fi
10226
10227         ac_save_CFLAGS="$CFLAGS"
10228         CFLAGS="$CFLAGS $ac_freetype_libs"
10229         for ac_func in FT_Load_Sfnt_Table
10230 do :
10231   ac_fn_c_check_func "$LINENO" "FT_Load_Sfnt_Table" "ac_cv_func_FT_Load_Sfnt_Table"
10232 if test "x$ac_cv_func_FT_Load_Sfnt_Table" = x""yes; then :
10233   cat >>confdefs.h <<_ACEOF
10234 #define HAVE_FT_LOAD_SFNT_TABLE 1
10235 _ACEOF
10236
10237 fi
10238 done
10239
10240         CFLAGS="$ac_save_CFLAGS"
10241         CPPFLAGS="$ac_save_CPPFLAGS"
10242                 if test "$ac_cv_header_freetype_freetype_h" = "yes" -a "$wine_cv_fttrigon" = "yes"
10243         then
10244
10245 $as_echo "#define HAVE_FREETYPE 1" >>confdefs.h
10246
10247             FREETYPELIBS="$ac_freetype_libs"
10248
10249             FREETYPEINCL="$ac_freetype_incl"
10250
10251         fi
10252     fi
10253 fi
10254 if test "x$FREETYPELIBS" = "x"; then :
10255   case "x$with_freetype" in
10256   xno) ;;
10257   *)   as_fn_error "FreeType ${notice_platform}development files not found. Fonts will not be built.
10258 Use the --without-freetype option if you really want this." "$LINENO" 5 ;;
10259 esac
10260 fi
10261 test "x$FREETYPELIBS" = "x" && enable_fonts=${enable_fonts:-no}
10262
10263 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for parport header/ppdev.h" >&5
10264 $as_echo_n "checking for parport header/ppdev.h... " >&6; }
10265 if test "${ac_cv_c_ppdev+set}" = set; then :
10266   $as_echo_n "(cached) " >&6
10267 else
10268   cat confdefs.h - <<_ACEOF >conftest.$ac_ext
10269 /* end confdefs.h.  */
10270 #include <linux/ppdev.h>
10271 int
10272 main ()
10273 {
10274 ioctl (1,PPCLAIM,0)
10275   ;
10276   return 0;
10277 }
10278 _ACEOF
10279 if ac_fn_c_try_compile "$LINENO"; then :
10280   ac_cv_c_ppdev="yes"
10281 else
10282   ac_cv_c_ppdev="no"
10283 fi
10284 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
10285 fi
10286 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_c_ppdev" >&5
10287 $as_echo "$ac_cv_c_ppdev" >&6; }
10288 if test "$ac_cv_c_ppdev" = "yes"
10289 then
10290
10291 $as_echo "#define HAVE_PPDEV 1" >>confdefs.h
10292
10293 fi
10294
10295 ac_wine_check_funcs_save_LIBS="$LIBS"
10296 LIBS="$LIBS $LIBPTHREAD"
10297 for ac_func in \
10298         pthread_attr_get_np \
10299         pthread_getattr_np \
10300         pthread_get_stackaddr_np \
10301         pthread_get_stacksize_np
10302 do :
10303   as_ac_var=`$as_echo "ac_cv_func_$ac_func" | $as_tr_sh`
10304 ac_fn_c_check_func "$LINENO" "$ac_func" "$as_ac_var"
10305 eval as_val=\$$as_ac_var
10306    if test "x$as_val" = x""yes; then :
10307   cat >>confdefs.h <<_ACEOF
10308 #define `$as_echo "HAVE_$ac_func" | $as_tr_cpp` 1
10309 _ACEOF
10310
10311 fi
10312 done
10313
10314 LIBS="$ac_wine_check_funcs_save_LIBS"
10315
10316 if test "$ac_cv_header_zlib_h" = "yes"
10317 then
10318     { $as_echo "$as_me:${as_lineno-$LINENO}: checking for inflate in -lz" >&5
10319 $as_echo_n "checking for inflate in -lz... " >&6; }
10320 if test "${ac_cv_lib_z_inflate+set}" = set; then :
10321   $as_echo_n "(cached) " >&6
10322 else
10323   ac_check_lib_save_LIBS=$LIBS
10324 LIBS="-lz  $LIBS"
10325 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
10326 /* end confdefs.h.  */
10327
10328 /* Override any GCC internal prototype to avoid an error.
10329    Use char because int might match the return type of a GCC
10330    builtin and then its argument prototype would still apply.  */
10331 #ifdef __cplusplus
10332 extern "C"
10333 #endif
10334 char inflate ();
10335 int
10336 main ()
10337 {
10338 return inflate ();
10339   ;
10340   return 0;
10341 }
10342 _ACEOF
10343 if ac_fn_c_try_link "$LINENO"; then :
10344   ac_cv_lib_z_inflate=yes
10345 else
10346   ac_cv_lib_z_inflate=no
10347 fi
10348 rm -f core conftest.err conftest.$ac_objext \
10349     conftest$ac_exeext conftest.$ac_ext
10350 LIBS=$ac_check_lib_save_LIBS
10351 fi
10352 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_z_inflate" >&5
10353 $as_echo "$ac_cv_lib_z_inflate" >&6; }
10354 if test "x$ac_cv_lib_z_inflate" = x""yes; then :
10355
10356 $as_echo "#define HAVE_ZLIB 1" >>confdefs.h
10357
10358                             ZLIB="-lz"
10359
10360 fi
10361
10362 fi
10363
10364 if test "x$with_esd" != xno
10365 then
10366     save_CFLAGS="$CFLAGS"
10367     # Extract the first word of "esd-config", so it can be a program name with args.
10368 set dummy esd-config; ac_word=$2
10369 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
10370 $as_echo_n "checking for $ac_word... " >&6; }
10371 if test "${ac_cv_path_ESDCONFIG+set}" = set; then :
10372   $as_echo_n "(cached) " >&6
10373 else
10374   case $ESDCONFIG in
10375   [\\/]* | ?:[\\/]*)
10376   ac_cv_path_ESDCONFIG="$ESDCONFIG" # Let the user override the test with a path.
10377   ;;
10378   *)
10379   as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
10380 for as_dir in $PATH
10381 do
10382   IFS=$as_save_IFS
10383   test -z "$as_dir" && as_dir=.
10384     for ac_exec_ext in '' $ac_executable_extensions; do
10385   if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
10386     ac_cv_path_ESDCONFIG="$as_dir/$ac_word$ac_exec_ext"
10387     $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
10388     break 2
10389   fi
10390 done
10391   done
10392 IFS=$as_save_IFS
10393
10394   test -z "$ac_cv_path_ESDCONFIG" && ac_cv_path_ESDCONFIG="no"
10395   ;;
10396 esac
10397 fi
10398 ESDCONFIG=$ac_cv_path_ESDCONFIG
10399 if test -n "$ESDCONFIG"; then
10400   { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ESDCONFIG" >&5
10401 $as_echo "$ESDCONFIG" >&6; }
10402 else
10403   { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
10404 $as_echo "no" >&6; }
10405 fi
10406
10407
10408     if test "x$ESDCONFIG" != "xno"
10409     then
10410         ac_esd_incl=""
10411         for i in `$ESDCONFIG --cflags`
10412         do
10413             case "$i" in
10414                 -I*) ac_esd_incl="$ac_esd_incl $i";;
10415             esac
10416         done
10417         ac_esd_libs=`$ESDCONFIG --libs`
10418         CFLAGS="$CFLAGS $ac_esd_incl"
10419     fi
10420     ac_esd_libs=${ac_esd_libs:-"-lesd"}
10421     ac_fn_c_check_header_mongrel "$LINENO" "esd.h" "ac_cv_header_esd_h" "$ac_includes_default"
10422 if test "x$ac_cv_header_esd_h" = x""yes; then :
10423   { $as_echo "$as_me:${as_lineno-$LINENO}: checking for esd_open_sound in -lesd" >&5
10424 $as_echo_n "checking for esd_open_sound in -lesd... " >&6; }
10425 if test "${ac_cv_lib_esd_esd_open_sound+set}" = set; then :
10426   $as_echo_n "(cached) " >&6
10427 else
10428   ac_check_lib_save_LIBS=$LIBS
10429 LIBS="-lesd $ac_esd_libs $LIBS"
10430 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
10431 /* end confdefs.h.  */
10432
10433 /* Override any GCC internal prototype to avoid an error.
10434    Use char because int might match the return type of a GCC
10435    builtin and then its argument prototype would still apply.  */
10436 #ifdef __cplusplus
10437 extern "C"
10438 #endif
10439 char esd_open_sound ();
10440 int
10441 main ()
10442 {
10443 return esd_open_sound ();
10444   ;
10445   return 0;
10446 }
10447 _ACEOF
10448 if ac_fn_c_try_link "$LINENO"; then :
10449   ac_cv_lib_esd_esd_open_sound=yes
10450 else
10451   ac_cv_lib_esd_esd_open_sound=no
10452 fi
10453 rm -f core conftest.err conftest.$ac_objext \
10454     conftest$ac_exeext conftest.$ac_ext
10455 LIBS=$ac_check_lib_save_LIBS
10456 fi
10457 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_esd_esd_open_sound" >&5
10458 $as_echo "$ac_cv_lib_esd_esd_open_sound" >&6; }
10459 if test "x$ac_cv_lib_esd_esd_open_sound" = x""yes; then :
10460   ESDINCL="$ac_esd_incl"
10461
10462              ESDLIBS="$ac_esd_libs"
10463
10464
10465 $as_echo "#define HAVE_ESD 1" >>confdefs.h
10466
10467 fi
10468
10469 fi
10470
10471
10472     CFLAGS="$save_CFLAGS"
10473 fi
10474
10475 ALSALIBS=""
10476
10477 if test "$ac_cv_header_sys_asoundlib_h" = "yes" -o "$ac_cv_header_alsa_asoundlib_h" = "yes"
10478 then
10479     { $as_echo "$as_me:${as_lineno-$LINENO}: checking for snd_pcm_hw_params_get_access in -lasound" >&5
10480 $as_echo_n "checking for snd_pcm_hw_params_get_access in -lasound... " >&6; }
10481 if test "${ac_cv_lib_asound_snd_pcm_hw_params_get_access+set}" = set; then :
10482   $as_echo_n "(cached) " >&6
10483 else
10484   ac_check_lib_save_LIBS=$LIBS
10485 LIBS="-lasound  $LIBS"
10486 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
10487 /* end confdefs.h.  */
10488
10489 /* Override any GCC internal prototype to avoid an error.
10490    Use char because int might match the return type of a GCC
10491    builtin and then its argument prototype would still apply.  */
10492 #ifdef __cplusplus
10493 extern "C"
10494 #endif
10495 char snd_pcm_hw_params_get_access ();
10496 int
10497 main ()
10498 {
10499 return snd_pcm_hw_params_get_access ();
10500   ;
10501   return 0;
10502 }
10503 _ACEOF
10504 if ac_fn_c_try_link "$LINENO"; then :
10505   ac_cv_lib_asound_snd_pcm_hw_params_get_access=yes
10506 else
10507   ac_cv_lib_asound_snd_pcm_hw_params_get_access=no
10508 fi
10509 rm -f core conftest.err conftest.$ac_objext \
10510     conftest$ac_exeext conftest.$ac_ext
10511 LIBS=$ac_check_lib_save_LIBS
10512 fi
10513 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_asound_snd_pcm_hw_params_get_access" >&5
10514 $as_echo "$ac_cv_lib_asound_snd_pcm_hw_params_get_access" >&6; }
10515 if test "x$ac_cv_lib_asound_snd_pcm_hw_params_get_access" = x""yes; then :
10516   cat confdefs.h - <<_ACEOF >conftest.$ac_ext
10517 /* end confdefs.h.  */
10518 #ifdef HAVE_ALSA_ASOUNDLIB_H
10519 #include <alsa/asoundlib.h>
10520 #elif defined(HAVE_SYS_ASOUNDLIB_H)
10521 #include <sys/asoundlib.h>
10522 #endif
10523 int
10524 main ()
10525 {
10526 int ret = snd_pcm_hw_params_get_access(NULL, NULL)
10527   ;
10528   return 0;
10529 }
10530 _ACEOF
10531 if ac_fn_c_try_compile "$LINENO"; then :
10532
10533 $as_echo "#define HAVE_ALSA 1" >>confdefs.h
10534
10535                          ALSALIBS="-lasound"
10536 fi
10537 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
10538 fi
10539
10540 fi
10541
10542 AUDIOIOLIBS=""
10543
10544 if test "$ac_cv_header_libaudioio_h" = "yes"
10545 then
10546     { $as_echo "$as_me:${as_lineno-$LINENO}: checking for AudioIOGetVersion in -laudioio" >&5
10547 $as_echo_n "checking for AudioIOGetVersion in -laudioio... " >&6; }
10548 if test "${ac_cv_lib_audioio_AudioIOGetVersion+set}" = set; then :
10549   $as_echo_n "(cached) " >&6
10550 else
10551   ac_check_lib_save_LIBS=$LIBS
10552 LIBS="-laudioio  $LIBS"
10553 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
10554 /* end confdefs.h.  */
10555
10556 /* Override any GCC internal prototype to avoid an error.
10557    Use char because int might match the return type of a GCC
10558    builtin and then its argument prototype would still apply.  */
10559 #ifdef __cplusplus
10560 extern "C"
10561 #endif
10562 char AudioIOGetVersion ();
10563 int
10564 main ()
10565 {
10566 return AudioIOGetVersion ();
10567   ;
10568   return 0;
10569 }
10570 _ACEOF
10571 if ac_fn_c_try_link "$LINENO"; then :
10572   ac_cv_lib_audioio_AudioIOGetVersion=yes
10573 else
10574   ac_cv_lib_audioio_AudioIOGetVersion=no
10575 fi
10576 rm -f core conftest.err conftest.$ac_objext \
10577     conftest$ac_exeext conftest.$ac_ext
10578 LIBS=$ac_check_lib_save_LIBS
10579 fi
10580 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_audioio_AudioIOGetVersion" >&5
10581 $as_echo "$ac_cv_lib_audioio_AudioIOGetVersion" >&6; }
10582 if test "x$ac_cv_lib_audioio_AudioIOGetVersion" = x""yes; then :
10583   AUDIOIOLIBS="-laudioio"
10584
10585 $as_echo "#define HAVE_LIBAUDIOIO 1" >>confdefs.h
10586
10587 fi
10588
10589 fi
10590
10591
10592 if test "$ac_cv_header_capi20_h" = "yes" -a "$ac_cv_header_linux_capi_h" = "yes"
10593 then
10594     { $as_echo "$as_me:${as_lineno-$LINENO}: checking for -lcapi20" >&5
10595 $as_echo_n "checking for -lcapi20... " >&6; }
10596 if test "${ac_cv_lib_soname_capi20+set}" = set; then :
10597   $as_echo_n "(cached) " >&6
10598 else
10599   ac_check_soname_save_LIBS=$LIBS
10600 LIBS="-lcapi20  $LIBS"
10601   cat confdefs.h - <<_ACEOF >conftest.$ac_ext
10602 /* end confdefs.h.  */
10603
10604 /* Override any GCC internal prototype to avoid an error.
10605    Use char because int might match the return type of a GCC
10606    builtin and then its argument prototype would still apply.  */
10607 #ifdef __cplusplus
10608 extern "C"
10609 #endif
10610 char capi20_register ();
10611 int
10612 main ()
10613 {
10614 return capi20_register ();
10615   ;
10616   return 0;
10617 }
10618 _ACEOF
10619 if ac_fn_c_try_link "$LINENO"; then :
10620   case "$LIBEXT" in
10621     dll) ;;
10622     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'` ;;
10623     *) ac_cv_lib_soname_capi20=`$ac_cv_path_LDD conftest$ac_exeext | grep "libcapi20\\.$LIBEXT" | sed -e "s/^.*\(libcapi20\.$LIBEXT[^    ]*\).*$/\1/"';2,$d'` ;;
10624   esac
10625 fi
10626 rm -f core conftest.err conftest.$ac_objext \
10627     conftest$ac_exeext conftest.$ac_ext
10628   LIBS=$ac_check_soname_save_LIBS
10629 fi
10630 if test "x$ac_cv_lib_soname_capi20" = "x"; then :
10631   { $as_echo "$as_me:${as_lineno-$LINENO}: result: not found" >&5
10632 $as_echo "not found" >&6; }
10633
10634 else
10635   { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_soname_capi20" >&5
10636 $as_echo "$ac_cv_lib_soname_capi20" >&6; }
10637
10638 cat >>confdefs.h <<_ACEOF
10639 #define SONAME_LIBCAPI20 "$ac_cv_lib_soname_capi20"
10640 _ACEOF
10641
10642
10643 fi
10644 fi
10645 if test "x$ac_cv_lib_soname_capi20" = "x"; then :
10646   case "x$with_capi" in
10647   x)   wine_notices="$wine_notices|libcapi20 ${notice_platform}development files not found, ISDN won't be supported." ;;
10648   xno) ;;
10649   *)   as_fn_error "libcapi20 ${notice_platform}development files not found, ISDN won't be supported.
10650 This is an error since --with-capi was requested." "$LINENO" 5 ;;
10651 esac
10652 fi
10653
10654 CUPSINCL=""
10655
10656 if test "x$with_cups" != "xno"
10657 then
10658     ac_save_CPPFLAGS="$CPPFLAGS"
10659     ac_cups_cflags=`cups-config --cflags 2>/dev/null`
10660     ac_cups_libs=`cups-config --ldflags 2>/dev/null`
10661     CPPFLAGS="$CPPFLAGS $ac_cups_cflags"
10662     for ac_header in cups/cups.h
10663 do :
10664   ac_fn_c_check_header_mongrel "$LINENO" "cups/cups.h" "ac_cv_header_cups_cups_h" "$ac_includes_default"
10665 if test "x$ac_cv_header_cups_cups_h" = x""yes; then :
10666   cat >>confdefs.h <<_ACEOF
10667 #define HAVE_CUPS_CUPS_H 1
10668 _ACEOF
10669  { $as_echo "$as_me:${as_lineno-$LINENO}: checking for -lcups" >&5
10670 $as_echo_n "checking for -lcups... " >&6; }
10671 if test "${ac_cv_lib_soname_cups+set}" = set; then :
10672   $as_echo_n "(cached) " >&6
10673 else
10674   ac_check_soname_save_LIBS=$LIBS
10675 LIBS="-lcups $ac_cups_libs $LIBS"
10676   cat confdefs.h - <<_ACEOF >conftest.$ac_ext
10677 /* end confdefs.h.  */
10678
10679 /* Override any GCC internal prototype to avoid an error.
10680    Use char because int might match the return type of a GCC
10681    builtin and then its argument prototype would still apply.  */
10682 #ifdef __cplusplus
10683 extern "C"
10684 #endif
10685 char cupsGetDefault ();
10686 int
10687 main ()
10688 {
10689 return cupsGetDefault ();
10690   ;
10691   return 0;
10692 }
10693 _ACEOF
10694 if ac_fn_c_try_link "$LINENO"; then :
10695   case "$LIBEXT" in
10696     dll) ;;
10697     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'` ;;
10698     *) ac_cv_lib_soname_cups=`$ac_cv_path_LDD conftest$ac_exeext | grep "libcups\\.$LIBEXT" | sed -e "s/^.*\(libcups\.$LIBEXT[^  ]*\).*$/\1/"';2,$d'` ;;
10699   esac
10700 fi
10701 rm -f core conftest.err conftest.$ac_objext \
10702     conftest$ac_exeext conftest.$ac_ext
10703   LIBS=$ac_check_soname_save_LIBS
10704 fi
10705 if test "x$ac_cv_lib_soname_cups" = "x"; then :
10706   { $as_echo "$as_me:${as_lineno-$LINENO}: result: not found" >&5
10707 $as_echo "not found" >&6; }
10708
10709 else
10710   { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_soname_cups" >&5
10711 $as_echo "$ac_cv_lib_soname_cups" >&6; }
10712
10713 cat >>confdefs.h <<_ACEOF
10714 #define SONAME_LIBCUPS "$ac_cv_lib_soname_cups"
10715 _ACEOF
10716
10717        CUPSINCL="$ac_cups_cflags"
10718 fi
10719 fi
10720
10721 done
10722
10723     CPPFLAGS="$ac_save_CPPFLAGS"
10724 fi
10725 if test "x$ac_cv_lib_soname_cups" = "x"; then :
10726   case "x$with_cups" in
10727   x)   wine_notices="$wine_notices|libcups ${notice_platform}development files not found, CUPS won't be supported." ;;
10728   xno) ;;
10729   *)   as_fn_error "libcups ${notice_platform}development files not found, CUPS won't be supported.
10730 This is an error since --with-cups was requested." "$LINENO" 5 ;;
10731 esac
10732 fi
10733
10734 if test "$ac_cv_header_jack_jack_h" = "yes"
10735 then
10736     { $as_echo "$as_me:${as_lineno-$LINENO}: checking for -ljack" >&5
10737 $as_echo_n "checking for -ljack... " >&6; }
10738 if test "${ac_cv_lib_soname_jack+set}" = set; then :
10739   $as_echo_n "(cached) " >&6
10740 else
10741   ac_check_soname_save_LIBS=$LIBS
10742 LIBS="-ljack  $LIBS"
10743   cat confdefs.h - <<_ACEOF >conftest.$ac_ext
10744 /* end confdefs.h.  */
10745
10746 /* Override any GCC internal prototype to avoid an error.
10747    Use char because int might match the return type of a GCC
10748    builtin and then its argument prototype would still apply.  */
10749 #ifdef __cplusplus
10750 extern "C"
10751 #endif
10752 char jack_client_new ();
10753 int
10754 main ()
10755 {
10756 return jack_client_new ();
10757   ;
10758   return 0;
10759 }
10760 _ACEOF
10761 if ac_fn_c_try_link "$LINENO"; then :
10762   case "$LIBEXT" in
10763     dll) ;;
10764     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'` ;;
10765     *) 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'` ;;
10766   esac
10767 fi
10768 rm -f core conftest.err conftest.$ac_objext \
10769     conftest$ac_exeext conftest.$ac_ext
10770   LIBS=$ac_check_soname_save_LIBS
10771 fi
10772 if test "x$ac_cv_lib_soname_jack" = "x"; then :
10773   { $as_echo "$as_me:${as_lineno-$LINENO}: result: not found" >&5
10774 $as_echo "not found" >&6; }
10775
10776 else
10777   { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_soname_jack" >&5
10778 $as_echo "$ac_cv_lib_soname_jack" >&6; }
10779
10780 cat >>confdefs.h <<_ACEOF
10781 #define SONAME_LIBJACK "$ac_cv_lib_soname_jack"
10782 _ACEOF
10783
10784
10785 fi
10786 fi
10787
10788 if test "$ac_cv_header_fontconfig_fontconfig_h" = "yes"
10789 then
10790     { $as_echo "$as_me:${as_lineno-$LINENO}: checking for -lfontconfig" >&5
10791 $as_echo_n "checking for -lfontconfig... " >&6; }
10792 if test "${ac_cv_lib_soname_fontconfig+set}" = set; then :
10793   $as_echo_n "(cached) " >&6
10794 else
10795   ac_check_soname_save_LIBS=$LIBS
10796 LIBS="-lfontconfig  $LIBS"
10797   cat confdefs.h - <<_ACEOF >conftest.$ac_ext
10798 /* end confdefs.h.  */
10799
10800 /* Override any GCC internal prototype to avoid an error.
10801    Use char because int might match the return type of a GCC
10802    builtin and then its argument prototype would still apply.  */
10803 #ifdef __cplusplus
10804 extern "C"
10805 #endif
10806 char FcInit ();
10807 int
10808 main ()
10809 {
10810 return FcInit ();
10811   ;
10812   return 0;
10813 }
10814 _ACEOF
10815 if ac_fn_c_try_link "$LINENO"; then :
10816   case "$LIBEXT" in
10817     dll) ;;
10818     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'` ;;
10819     *) ac_cv_lib_soname_fontconfig=`$ac_cv_path_LDD conftest$ac_exeext | grep "libfontconfig\\.$LIBEXT" | sed -e "s/^.*\(libfontconfig\.$LIBEXT[^        ]*\).*$/\1/"';2,$d'` ;;
10820   esac
10821 fi
10822 rm -f core conftest.err conftest.$ac_objext \
10823     conftest$ac_exeext conftest.$ac_ext
10824   LIBS=$ac_check_soname_save_LIBS
10825 fi
10826 if test "x$ac_cv_lib_soname_fontconfig" = "x"; then :
10827   { $as_echo "$as_me:${as_lineno-$LINENO}: result: not found" >&5
10828 $as_echo "not found" >&6; }
10829
10830 else
10831   { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_soname_fontconfig" >&5
10832 $as_echo "$ac_cv_lib_soname_fontconfig" >&6; }
10833
10834 cat >>confdefs.h <<_ACEOF
10835 #define SONAME_LIBFONTCONFIG "$ac_cv_lib_soname_fontconfig"
10836 _ACEOF
10837
10838
10839 fi
10840 elif test -n "$X_CFLAGS" -a "x$with_fontconfig" != "xno"
10841 then
10842         ac_save_CPPFLAGS="$CPPFLAGS"
10843     CPPFLAGS="$CPPFLAGS $X_CFLAGS"
10844     $as_unset ac_cv_header_fontconfig_fontconfig_h
10845     for ac_header in fontconfig/fontconfig.h
10846 do :
10847   ac_fn_c_check_header_mongrel "$LINENO" "fontconfig/fontconfig.h" "ac_cv_header_fontconfig_fontconfig_h" "$ac_includes_default"
10848 if test "x$ac_cv_header_fontconfig_fontconfig_h" = x""yes; then :
10849   cat >>confdefs.h <<_ACEOF
10850 #define HAVE_FONTCONFIG_FONTCONFIG_H 1
10851 _ACEOF
10852
10853 fi
10854
10855 done
10856
10857     CPPFLAGS="$ac_save_CPPFLAGS"
10858     if test "$ac_cv_header_fontconfig_fontconfig_h" = "yes"
10859     then
10860         FONTCONFIGINCL="$X_CFLAGS"
10861
10862         { $as_echo "$as_me:${as_lineno-$LINENO}: checking for -lfontconfig" >&5
10863 $as_echo_n "checking for -lfontconfig... " >&6; }
10864 if test "${ac_cv_lib_soname_fontconfig+set}" = set; then :
10865   $as_echo_n "(cached) " >&6
10866 else
10867   ac_check_soname_save_LIBS=$LIBS
10868 LIBS="-lfontconfig $X_LIBS $LIBS"
10869   cat confdefs.h - <<_ACEOF >conftest.$ac_ext
10870 /* end confdefs.h.  */
10871
10872 /* Override any GCC internal prototype to avoid an error.
10873    Use char because int might match the return type of a GCC
10874    builtin and then its argument prototype would still apply.  */
10875 #ifdef __cplusplus
10876 extern "C"
10877 #endif
10878 char FcInit ();
10879 int
10880 main ()
10881 {
10882 return FcInit ();
10883   ;
10884   return 0;
10885 }
10886 _ACEOF
10887 if ac_fn_c_try_link "$LINENO"; then :
10888   case "$LIBEXT" in
10889     dll) ;;
10890     dylib) ac_cv_lib_soname_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'` ;;
10891     *) ac_cv_lib_soname_fontconfig=`$ac_cv_path_LDD conftest$ac_exeext | grep "libfontconfig\\.$LIBEXT" | sed -e "s/^.*\(libfontconfig\.$LIBEXT[^        ]*\).*$/\1/"';2,$d'` ;;
10892   esac
10893 fi
10894 rm -f core conftest.err conftest.$ac_objext \
10895     conftest$ac_exeext conftest.$ac_ext
10896   LIBS=$ac_check_soname_save_LIBS
10897 fi
10898 if test "x$ac_cv_lib_soname_fontconfig" = "x"; then :
10899   { $as_echo "$as_me:${as_lineno-$LINENO}: result: not found" >&5
10900 $as_echo "not found" >&6; }
10901
10902 else
10903   { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_soname_fontconfig" >&5
10904 $as_echo "$ac_cv_lib_soname_fontconfig" >&6; }
10905
10906 cat >>confdefs.h <<_ACEOF
10907 #define SONAME_LIBFONTCONFIG "$ac_cv_lib_soname_fontconfig"
10908 _ACEOF
10909
10910
10911 fi
10912     fi
10913 fi
10914 if test "x$ac_cv_lib_soname_fontconfig" = "x"; then :
10915   case "x$with_fontconfig" in
10916   x)   wine_notices="$wine_notices|fontconfig ${notice_platform}development files not found, fontconfig won't be supported." ;;
10917   xno) ;;
10918   *)   as_fn_error "fontconfig ${notice_platform}development files not found, fontconfig won't be supported.
10919 This is an error since --with-fontconfig was requested." "$LINENO" 5 ;;
10920 esac
10921 fi
10922
10923 if test "$ac_cv_header_openssl_err_h" = "yes" -a "$ac_cv_header_openssl_ssl_h" = "yes"
10924 then
10925     { $as_echo "$as_me:${as_lineno-$LINENO}: checking for -lssl" >&5
10926 $as_echo_n "checking for -lssl... " >&6; }
10927 if test "${ac_cv_lib_soname_ssl+set}" = set; then :
10928   $as_echo_n "(cached) " >&6
10929 else
10930   ac_check_soname_save_LIBS=$LIBS
10931 LIBS="-lssl  $LIBS"
10932   cat confdefs.h - <<_ACEOF >conftest.$ac_ext
10933 /* end confdefs.h.  */
10934
10935 /* Override any GCC internal prototype to avoid an error.
10936    Use char because int might match the return type of a GCC
10937    builtin and then its argument prototype would still apply.  */
10938 #ifdef __cplusplus
10939 extern "C"
10940 #endif
10941 char SSL_library_init ();
10942 int
10943 main ()
10944 {
10945 return SSL_library_init ();
10946   ;
10947   return 0;
10948 }
10949 _ACEOF
10950 if ac_fn_c_try_link "$LINENO"; then :
10951   case "$LIBEXT" in
10952     dll) ;;
10953     dylib) ac_cv_lib_soname_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'` ;;
10954     *) ac_cv_lib_soname_ssl=`$ac_cv_path_LDD conftest$ac_exeext | grep "libssl\\.$LIBEXT" | sed -e "s/^.*\(libssl\.$LIBEXT[^     ]*\).*$/\1/"';2,$d'` ;;
10955   esac
10956 fi
10957 rm -f core conftest.err conftest.$ac_objext \
10958     conftest$ac_exeext conftest.$ac_ext
10959   LIBS=$ac_check_soname_save_LIBS
10960 fi
10961 if test "x$ac_cv_lib_soname_ssl" = "x"; then :
10962   { $as_echo "$as_me:${as_lineno-$LINENO}: result: not found" >&5
10963 $as_echo "not found" >&6; }
10964
10965 else
10966   { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_soname_ssl" >&5
10967 $as_echo "$ac_cv_lib_soname_ssl" >&6; }
10968
10969 cat >>confdefs.h <<_ACEOF
10970 #define SONAME_LIBSSL "$ac_cv_lib_soname_ssl"
10971 _ACEOF
10972
10973
10974 fi
10975     { $as_echo "$as_me:${as_lineno-$LINENO}: checking for -lcrypto" >&5
10976 $as_echo_n "checking for -lcrypto... " >&6; }
10977 if test "${ac_cv_lib_soname_crypto+set}" = set; then :
10978   $as_echo_n "(cached) " >&6
10979 else
10980   ac_check_soname_save_LIBS=$LIBS
10981 LIBS="-lcrypto  $LIBS"
10982   cat confdefs.h - <<_ACEOF >conftest.$ac_ext
10983 /* end confdefs.h.  */
10984
10985 /* Override any GCC internal prototype to avoid an error.
10986    Use char because int might match the return type of a GCC
10987    builtin and then its argument prototype would still apply.  */
10988 #ifdef __cplusplus
10989 extern "C"
10990 #endif
10991 char BIO_new_socket ();
10992 int
10993 main ()
10994 {
10995 return BIO_new_socket ();
10996   ;
10997   return 0;
10998 }
10999 _ACEOF
11000 if ac_fn_c_try_link "$LINENO"; then :
11001   case "$LIBEXT" in
11002     dll) ;;
11003     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'` ;;
11004     *) ac_cv_lib_soname_crypto=`$ac_cv_path_LDD conftest$ac_exeext | grep "libcrypto\\.$LIBEXT" | sed -e "s/^.*\(libcrypto\.$LIBEXT[^    ]*\).*$/\1/"';2,$d'` ;;
11005   esac
11006 fi
11007 rm -f core conftest.err conftest.$ac_objext \
11008     conftest$ac_exeext conftest.$ac_ext
11009   LIBS=$ac_check_soname_save_LIBS
11010 fi
11011 if test "x$ac_cv_lib_soname_crypto" = "x"; then :
11012   { $as_echo "$as_me:${as_lineno-$LINENO}: result: not found" >&5
11013 $as_echo "not found" >&6; }
11014
11015 else
11016   { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_soname_crypto" >&5
11017 $as_echo "$ac_cv_lib_soname_crypto" >&6; }
11018
11019 cat >>confdefs.h <<_ACEOF
11020 #define SONAME_LIBCRYPTO "$ac_cv_lib_soname_crypto"
11021 _ACEOF
11022
11023
11024 fi
11025 fi
11026 if test "x$ac_cv_lib_soname_ssl" = "x" -o "x$ac_cv_lib_soname_crypto" = "x"; then :
11027   case "x$with_openssl" in
11028   x)   wine_warnings="$wine_warnings|OpenSSL ${notice_platform}development files not found, SSL won't be supported." ;;
11029   xno) ;;
11030   *)   as_fn_error "OpenSSL ${notice_platform}development files not found, SSL won't be supported.
11031 This is an error since --with-openssl was requested." "$LINENO" 5 ;;
11032 esac
11033 fi
11034
11035 if test "$ac_cv_header_gsm_h" = "yes" -o "$ac_cv_header_gsm_gsm_h" = "yes"
11036 then
11037     { $as_echo "$as_me:${as_lineno-$LINENO}: checking for -lgsm" >&5
11038 $as_echo_n "checking for -lgsm... " >&6; }
11039 if test "${ac_cv_lib_soname_gsm+set}" = set; then :
11040   $as_echo_n "(cached) " >&6
11041 else
11042   ac_check_soname_save_LIBS=$LIBS
11043 LIBS="-lgsm  $LIBS"
11044   cat confdefs.h - <<_ACEOF >conftest.$ac_ext
11045 /* end confdefs.h.  */
11046
11047 /* Override any GCC internal prototype to avoid an error.
11048    Use char because int might match the return type of a GCC
11049    builtin and then its argument prototype would still apply.  */
11050 #ifdef __cplusplus
11051 extern "C"
11052 #endif
11053 char gsm_create ();
11054 int
11055 main ()
11056 {
11057 return gsm_create ();
11058   ;
11059   return 0;
11060 }
11061 _ACEOF
11062 if ac_fn_c_try_link "$LINENO"; then :
11063   case "$LIBEXT" in
11064     dll) ;;
11065     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'` ;;
11066     *) ac_cv_lib_soname_gsm=`$ac_cv_path_LDD conftest$ac_exeext | grep "libgsm\\.$LIBEXT" | sed -e "s/^.*\(libgsm\.$LIBEXT[^     ]*\).*$/\1/"';2,$d'` ;;
11067   esac
11068 fi
11069 rm -f core conftest.err conftest.$ac_objext \
11070     conftest$ac_exeext conftest.$ac_ext
11071   LIBS=$ac_check_soname_save_LIBS
11072 fi
11073 if test "x$ac_cv_lib_soname_gsm" = "x"; then :
11074   { $as_echo "$as_me:${as_lineno-$LINENO}: result: not found" >&5
11075 $as_echo "not found" >&6; }
11076
11077 else
11078   { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_soname_gsm" >&5
11079 $as_echo "$ac_cv_lib_soname_gsm" >&6; }
11080
11081 cat >>confdefs.h <<_ACEOF
11082 #define SONAME_LIBGSM "$ac_cv_lib_soname_gsm"
11083 _ACEOF
11084
11085
11086 fi
11087 fi
11088 if test "x$ac_cv_lib_soname_gsm" = "x"; then :
11089   case "x$with_gsm" in
11090   x)   wine_notices="$wine_notices|libgsm ${notice_platform}development files not found, gsm 06.10 codec won't be supported." ;;
11091   xno) ;;
11092   *)   as_fn_error "libgsm ${notice_platform}development files not found, gsm 06.10 codec won't be supported.
11093 This is an error since --with-gsm was requested." "$LINENO" 5 ;;
11094 esac
11095 fi
11096
11097 if test "$ac_cv_header_jpeglib_h" = "yes"
11098 then
11099     { $as_echo "$as_me:${as_lineno-$LINENO}: checking for -ljpeg" >&5
11100 $as_echo_n "checking for -ljpeg... " >&6; }
11101 if test "${ac_cv_lib_soname_jpeg+set}" = set; then :
11102   $as_echo_n "(cached) " >&6
11103 else
11104   ac_check_soname_save_LIBS=$LIBS
11105 LIBS="-ljpeg  $LIBS"
11106   cat confdefs.h - <<_ACEOF >conftest.$ac_ext
11107 /* end confdefs.h.  */
11108
11109 /* Override any GCC internal prototype to avoid an error.
11110    Use char because int might match the return type of a GCC
11111    builtin and then its argument prototype would still apply.  */
11112 #ifdef __cplusplus
11113 extern "C"
11114 #endif
11115 char jpeg_start_decompress ();
11116 int
11117 main ()
11118 {
11119 return jpeg_start_decompress ();
11120   ;
11121   return 0;
11122 }
11123 _ACEOF
11124 if ac_fn_c_try_link "$LINENO"; then :
11125   case "$LIBEXT" in
11126     dll) ;;
11127     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'` ;;
11128     *) ac_cv_lib_soname_jpeg=`$ac_cv_path_LDD conftest$ac_exeext | grep "libjpeg\\.$LIBEXT" | sed -e "s/^.*\(libjpeg\.$LIBEXT[^  ]*\).*$/\1/"';2,$d'` ;;
11129   esac
11130 fi
11131 rm -f core conftest.err conftest.$ac_objext \
11132     conftest$ac_exeext conftest.$ac_ext
11133   LIBS=$ac_check_soname_save_LIBS
11134 fi
11135 if test "x$ac_cv_lib_soname_jpeg" = "x"; then :
11136   { $as_echo "$as_me:${as_lineno-$LINENO}: result: not found" >&5
11137 $as_echo "not found" >&6; }
11138
11139 else
11140   { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_soname_jpeg" >&5
11141 $as_echo "$ac_cv_lib_soname_jpeg" >&6; }
11142
11143 cat >>confdefs.h <<_ACEOF
11144 #define SONAME_LIBJPEG "$ac_cv_lib_soname_jpeg"
11145 _ACEOF
11146
11147
11148 fi
11149 fi
11150 if test "x$ac_cv_lib_soname_jpeg" = "x"; then :
11151   case "x$with_jpeg" in
11152   x)   wine_warnings="$wine_warnings|libjpeg ${notice_platform}development files not found, JPEG won't be supported." ;;
11153   xno) ;;
11154   *)   as_fn_error "libjpeg ${notice_platform}development files not found, JPEG won't be supported.
11155 This is an error since --with-jpeg was requested." "$LINENO" 5 ;;
11156 esac
11157 fi
11158
11159 if test "$ac_cv_header_png_h" = "yes"
11160 then
11161     { $as_echo "$as_me:${as_lineno-$LINENO}: checking for -lpng" >&5
11162 $as_echo_n "checking for -lpng... " >&6; }
11163 if test "${ac_cv_lib_soname_png+set}" = set; then :
11164   $as_echo_n "(cached) " >&6
11165 else
11166   ac_check_soname_save_LIBS=$LIBS
11167 LIBS="-lpng -lm -lz $LIBS"
11168   cat confdefs.h - <<_ACEOF >conftest.$ac_ext
11169 /* end confdefs.h.  */
11170
11171 /* Override any GCC internal prototype to avoid an error.
11172    Use char because int might match the return type of a GCC
11173    builtin and then its argument prototype would still apply.  */
11174 #ifdef __cplusplus
11175 extern "C"
11176 #endif
11177 char png_create_read_struct ();
11178 int
11179 main ()
11180 {
11181 return png_create_read_struct ();
11182   ;
11183   return 0;
11184 }
11185 _ACEOF
11186 if ac_fn_c_try_link "$LINENO"; then :
11187   case "$LIBEXT" in
11188     dll) ;;
11189     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'` ;;
11190     *) 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'` ;;
11191   esac
11192 fi
11193 rm -f core conftest.err conftest.$ac_objext \
11194     conftest$ac_exeext conftest.$ac_ext
11195   LIBS=$ac_check_soname_save_LIBS
11196 fi
11197 if test "x$ac_cv_lib_soname_png" = "x"; then :
11198   { $as_echo "$as_me:${as_lineno-$LINENO}: result: not found" >&5
11199 $as_echo "not found" >&6; }
11200
11201 else
11202   { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_soname_png" >&5
11203 $as_echo "$ac_cv_lib_soname_png" >&6; }
11204
11205 cat >>confdefs.h <<_ACEOF
11206 #define SONAME_LIBPNG "$ac_cv_lib_soname_png"
11207 _ACEOF
11208
11209
11210 fi
11211 elif test -n "$X_CFLAGS" -a "x$with_png" != "xno"
11212 then
11213         ac_save_CPPFLAGS="$CPPFLAGS"
11214     CPPFLAGS="$CPPFLAGS $X_CFLAGS"
11215     $as_unset ac_cv_header_png_h
11216     for ac_header in png.h
11217 do :
11218   ac_fn_c_check_header_mongrel "$LINENO" "png.h" "ac_cv_header_png_h" "$ac_includes_default"
11219 if test "x$ac_cv_header_png_h" = x""yes; then :
11220   cat >>confdefs.h <<_ACEOF
11221 #define HAVE_PNG_H 1
11222 _ACEOF
11223
11224 fi
11225
11226 done
11227
11228     CPPFLAGS="$ac_save_CPPFLAGS"
11229     if test "$ac_cv_header_png_h" = "yes"
11230     then
11231         PNGINCL="$X_CFLAGS"
11232
11233         { $as_echo "$as_me:${as_lineno-$LINENO}: checking for -lpng" >&5
11234 $as_echo_n "checking for -lpng... " >&6; }
11235 if test "${ac_cv_lib_soname_png+set}" = set; then :
11236   $as_echo_n "(cached) " >&6
11237 else
11238   ac_check_soname_save_LIBS=$LIBS
11239 LIBS="-lpng $X_LIBS -lm -lz $LIBS"
11240   cat confdefs.h - <<_ACEOF >conftest.$ac_ext
11241 /* end confdefs.h.  */
11242
11243 /* Override any GCC internal prototype to avoid an error.
11244    Use char because int might match the return type of a GCC
11245    builtin and then its argument prototype would still apply.  */
11246 #ifdef __cplusplus
11247 extern "C"
11248 #endif
11249 char png_create_read_struct ();
11250 int
11251 main ()
11252 {
11253 return png_create_read_struct ();
11254   ;
11255   return 0;
11256 }
11257 _ACEOF
11258 if ac_fn_c_try_link "$LINENO"; then :
11259   case "$LIBEXT" in
11260     dll) ;;
11261     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'` ;;
11262     *) 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'` ;;
11263   esac
11264 fi
11265 rm -f core conftest.err conftest.$ac_objext \
11266     conftest$ac_exeext conftest.$ac_ext
11267   LIBS=$ac_check_soname_save_LIBS
11268 fi
11269 if test "x$ac_cv_lib_soname_png" = "x"; then :
11270   { $as_echo "$as_me:${as_lineno-$LINENO}: result: not found" >&5
11271 $as_echo "not found" >&6; }
11272
11273 else
11274   { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_soname_png" >&5
11275 $as_echo "$ac_cv_lib_soname_png" >&6; }
11276
11277 cat >>confdefs.h <<_ACEOF
11278 #define SONAME_LIBPNG "$ac_cv_lib_soname_png"
11279 _ACEOF
11280
11281
11282 fi
11283     fi
11284 fi
11285 if test "x$ac_cv_lib_soname_png" = "x"; then :
11286   case "x$with_png" in
11287   x)   wine_warnings="$wine_warnings|libpng ${notice_platform}development files not found, PNG won't be supported." ;;
11288   xno) ;;
11289   *)   as_fn_error "libpng ${notice_platform}development files not found, PNG won't be supported.
11290 This is an error since --with-png was requested." "$LINENO" 5 ;;
11291 esac
11292 fi
11293
11294 if test "$ac_cv_header_mpg123_h" = "yes"
11295 then
11296     { $as_echo "$as_me:${as_lineno-$LINENO}: checking for mpg123_feed in -lmpg123" >&5
11297 $as_echo_n "checking for mpg123_feed in -lmpg123... " >&6; }
11298 if test "${ac_cv_lib_mpg123_mpg123_feed+set}" = set; then :
11299   $as_echo_n "(cached) " >&6
11300 else
11301   ac_check_lib_save_LIBS=$LIBS
11302 LIBS="-lmpg123  $LIBS"
11303 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
11304 /* end confdefs.h.  */
11305
11306 /* Override any GCC internal prototype to avoid an error.
11307    Use char because int might match the return type of a GCC
11308    builtin and then its argument prototype would still apply.  */
11309 #ifdef __cplusplus
11310 extern "C"
11311 #endif
11312 char mpg123_feed ();
11313 int
11314 main ()
11315 {
11316 return mpg123_feed ();
11317   ;
11318   return 0;
11319 }
11320 _ACEOF
11321 if ac_fn_c_try_link "$LINENO"; then :
11322   ac_cv_lib_mpg123_mpg123_feed=yes
11323 else
11324   ac_cv_lib_mpg123_mpg123_feed=no
11325 fi
11326 rm -f core conftest.err conftest.$ac_objext \
11327     conftest$ac_exeext conftest.$ac_ext
11328 LIBS=$ac_check_lib_save_LIBS
11329 fi
11330 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_mpg123_mpg123_feed" >&5
11331 $as_echo "$ac_cv_lib_mpg123_mpg123_feed" >&6; }
11332 if test "x$ac_cv_lib_mpg123_mpg123_feed" = x""yes; then :
11333   LIBMPG123="-lmpg123"
11334
11335 fi
11336
11337 fi
11338 if test "x$ac_cv_lib_mpg123_mpg123_feed" != xyes; then :
11339   case "x$with_mpg123" in
11340   x)   wine_notices="$wine_notices|libmpg123 ${notice_platform}development files not found (or too old), mp3 codec won't be supported." ;;
11341   xno) ;;
11342   *)   as_fn_error "libmpg123 ${notice_platform}development files not found (or too old), mp3 codec won't be supported.
11343 This is an error since --with-mpg123 was requested." "$LINENO" 5 ;;
11344 esac
11345 fi
11346 test "x$ac_cv_lib_mpg123_mpg123_feed" = xyes || enable_winemp3_acm=${enable_winemp3_acm:-no}
11347
11348 if test "$ac_cv_header_AL_al_h" = "yes"
11349 then
11350     { $as_echo "$as_me:${as_lineno-$LINENO}: checking for alGetSource3i in -lopenal" >&5
11351 $as_echo_n "checking for alGetSource3i in -lopenal... " >&6; }
11352 if test "${ac_cv_lib_openal_alGetSource3i+set}" = set; then :
11353   $as_echo_n "(cached) " >&6
11354 else
11355   ac_check_lib_save_LIBS=$LIBS
11356 LIBS="-lopenal  $LIBS"
11357 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
11358 /* end confdefs.h.  */
11359
11360 /* Override any GCC internal prototype to avoid an error.
11361    Use char because int might match the return type of a GCC
11362    builtin and then its argument prototype would still apply.  */
11363 #ifdef __cplusplus
11364 extern "C"
11365 #endif
11366 char alGetSource3i ();
11367 int
11368 main ()
11369 {
11370 return alGetSource3i ();
11371   ;
11372   return 0;
11373 }
11374 _ACEOF
11375 if ac_fn_c_try_link "$LINENO"; then :
11376   ac_cv_lib_openal_alGetSource3i=yes
11377 else
11378   ac_cv_lib_openal_alGetSource3i=no
11379 fi
11380 rm -f core conftest.err conftest.$ac_objext \
11381     conftest$ac_exeext conftest.$ac_ext
11382 LIBS=$ac_check_lib_save_LIBS
11383 fi
11384 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_openal_alGetSource3i" >&5
11385 $as_echo "$ac_cv_lib_openal_alGetSource3i" >&6; }
11386 if test "x$ac_cv_lib_openal_alGetSource3i" = x""yes; then :
11387   LIBOPENAL="-lopenal"
11388
11389 fi
11390
11391 fi
11392 if test "x$ac_cv_lib_openal_alGetSource3i" != xyes; then :
11393   case "x$with_openal" in
11394   x)   wine_notices="$wine_notices|libopenal ${notice_platform}development files not found (or too old), OpenAL won't be supported." ;;
11395   xno) ;;
11396   *)   as_fn_error "libopenal ${notice_platform}development files not found (or too old), OpenAL won't be supported.
11397 This is an error since --with-openal was requested." "$LINENO" 5 ;;
11398 esac
11399 fi
11400 test "x$ac_cv_lib_openal_alGetSource3i" = xyes || enable_openal32=${enable_openal32:-no}
11401
11402 if test "$ac_cv_header_kstat_h" = "yes"
11403 then
11404     { $as_echo "$as_me:${as_lineno-$LINENO}: checking for kstat_open in -lkstat" >&5
11405 $as_echo_n "checking for kstat_open in -lkstat... " >&6; }
11406 if test "${ac_cv_lib_kstat_kstat_open+set}" = set; then :
11407   $as_echo_n "(cached) " >&6
11408 else
11409   ac_check_lib_save_LIBS=$LIBS
11410 LIBS="-lkstat  $LIBS"
11411 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
11412 /* end confdefs.h.  */
11413
11414 /* Override any GCC internal prototype to avoid an error.
11415    Use char because int might match the return type of a GCC
11416    builtin and then its argument prototype would still apply.  */
11417 #ifdef __cplusplus
11418 extern "C"
11419 #endif
11420 char kstat_open ();
11421 int
11422 main ()
11423 {
11424 return kstat_open ();
11425   ;
11426   return 0;
11427 }
11428 _ACEOF
11429 if ac_fn_c_try_link "$LINENO"; then :
11430   ac_cv_lib_kstat_kstat_open=yes
11431 else
11432   ac_cv_lib_kstat_kstat_open=no
11433 fi
11434 rm -f core conftest.err conftest.$ac_objext \
11435     conftest$ac_exeext conftest.$ac_ext
11436 LIBS=$ac_check_lib_save_LIBS
11437 fi
11438 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_kstat_kstat_open" >&5
11439 $as_echo "$ac_cv_lib_kstat_kstat_open" >&6; }
11440 if test "x$ac_cv_lib_kstat_kstat_open" = x""yes; then :
11441
11442 $as_echo "#define HAVE_LIBKSTAT 1" >>confdefs.h
11443
11444                   LIBKSTAT="-lkstat"
11445
11446 fi
11447
11448 fi
11449
11450 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for -lodbc" >&5
11451 $as_echo_n "checking for -lodbc... " >&6; }
11452 if test "${ac_cv_lib_soname_odbc+set}" = set; then :
11453   $as_echo_n "(cached) " >&6
11454 else
11455   ac_check_soname_save_LIBS=$LIBS
11456 LIBS="-lodbc  $LIBS"
11457   cat confdefs.h - <<_ACEOF >conftest.$ac_ext
11458 /* end confdefs.h.  */
11459
11460 /* Override any GCC internal prototype to avoid an error.
11461    Use char because int might match the return type of a GCC
11462    builtin and then its argument prototype would still apply.  */
11463 #ifdef __cplusplus
11464 extern "C"
11465 #endif
11466 char SQLConnect ();
11467 int
11468 main ()
11469 {
11470 return SQLConnect ();
11471   ;
11472   return 0;
11473 }
11474 _ACEOF
11475 if ac_fn_c_try_link "$LINENO"; then :
11476   case "$LIBEXT" in
11477     dll) ;;
11478     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'` ;;
11479     *) ac_cv_lib_soname_odbc=`$ac_cv_path_LDD conftest$ac_exeext | grep "libodbc\\.$LIBEXT" | sed -e "s/^.*\(libodbc\.$LIBEXT[^  ]*\).*$/\1/"';2,$d'` ;;
11480   esac
11481 fi
11482 rm -f core conftest.err conftest.$ac_objext \
11483     conftest$ac_exeext conftest.$ac_ext
11484   LIBS=$ac_check_soname_save_LIBS
11485 fi
11486 if test "x$ac_cv_lib_soname_odbc" = "x"; then :
11487   { $as_echo "$as_me:${as_lineno-$LINENO}: result: not found" >&5
11488 $as_echo "not found" >&6; }
11489        cat >>confdefs.h <<_ACEOF
11490 #define SONAME_LIBODBC "libodbc.$LIBEXT"
11491 _ACEOF
11492
11493 else
11494   { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_soname_odbc" >&5
11495 $as_echo "$ac_cv_lib_soname_odbc" >&6; }
11496
11497 cat >>confdefs.h <<_ACEOF
11498 #define SONAME_LIBODBC "$ac_cv_lib_soname_odbc"
11499 _ACEOF
11500
11501
11502 fi
11503
11504 if test "x$ALSALIBS$AUDIOIOLIBS$COREAUDIO$NASLIBS$ESDLIBS$ac_cv_lib_soname_jack" = "x" -a \
11505         "$ac_cv_header_sys_soundcard_h" != "yes" -a \
11506         "$ac_cv_header_machine_soundcard_h" != "yes" -a \
11507         "$ac_cv_header_soundcard_h" != "yes" -a \
11508         "x$with_alsa$with_audioio$with_coreaudio$with_nas$with_esd$with_jack$with_oss" != xnonononononono
11509 then
11510     wine_warnings="$wine_warnings|No sound system was found. Windows applications will be silent."
11511 fi
11512
11513
11514 EXTRACFLAGS=""
11515
11516 if test "x${GCC}" = "xyes"
11517 then
11518   EXTRACFLAGS="-Wall -pipe"
11519
11520     { $as_echo "$as_me:${as_lineno-$LINENO}: checking for gcc strength-reduce bug" >&5
11521 $as_echo_n "checking for gcc strength-reduce bug... " >&6; }
11522 if test "${ac_cv_c_gcc_strength_bug+set}" = set; then :
11523   $as_echo_n "(cached) " >&6
11524 else
11525   if test "$cross_compiling" = yes; then :
11526   ac_cv_c_gcc_strength_bug="yes"
11527 else
11528   cat confdefs.h - <<_ACEOF >conftest.$ac_ext
11529 /* end confdefs.h.  */
11530 int L[4] = {0,1,2,3};
11531 int
11532 main ()
11533 {
11534 static int Array[3];
11535   unsigned int B = 3;
11536   int i;
11537   for(i=0; i<B; i++) Array[i] = i - 3;
11538   for(i=0; i<4 - 1; i++) L[i] = L[i + 1];
11539   L[i] = 4;
11540   return (Array[1] != -2 || L[2] != 3)
11541   ;
11542   return 0;
11543 }
11544 _ACEOF
11545 if ac_fn_c_try_run "$LINENO"; then :
11546   ac_cv_c_gcc_strength_bug="no"
11547 else
11548   ac_cv_c_gcc_strength_bug="yes"
11549 fi
11550 rm -f core *.core core.conftest.* gmon.out bb.out conftest$ac_exeext \
11551   conftest.$ac_objext conftest.beam conftest.$ac_ext
11552 fi
11553
11554 fi
11555 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_c_gcc_strength_bug" >&5
11556 $as_echo "$ac_cv_c_gcc_strength_bug" >&6; }
11557   if test "$ac_cv_c_gcc_strength_bug" = "yes"
11558   then
11559     EXTRACFLAGS="$EXTRACFLAGS -fno-strength-reduce"
11560   fi
11561
11562     { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether the compiler supports -fno-builtin" >&5
11563 $as_echo_n "checking whether the compiler supports -fno-builtin... " >&6; }
11564 if test "${ac_cv_cflags__fno_builtin+set}" = set; then :
11565   $as_echo_n "(cached) " >&6
11566 else
11567   ac_wine_try_cflags_saved=$CFLAGS
11568 CFLAGS="$CFLAGS -fno-builtin"
11569 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
11570 /* end confdefs.h.  */
11571
11572 int
11573 main ()
11574 {
11575
11576   ;
11577   return 0;
11578 }
11579 _ACEOF
11580 if ac_fn_c_try_link "$LINENO"; then :
11581   ac_cv_cflags__fno_builtin=yes
11582 else
11583   ac_cv_cflags__fno_builtin=no
11584 fi
11585 rm -f core conftest.err conftest.$ac_objext \
11586     conftest$ac_exeext conftest.$ac_ext
11587 CFLAGS=$ac_wine_try_cflags_saved
11588 fi
11589 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_cflags__fno_builtin" >&5
11590 $as_echo "$ac_cv_cflags__fno_builtin" >&6; }
11591 if test $ac_cv_cflags__fno_builtin = yes; then :
11592   BUILTINFLAG="-fno-builtin"
11593
11594 fi
11595   { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether the compiler supports -fno-strict-aliasing" >&5
11596 $as_echo_n "checking whether the compiler supports -fno-strict-aliasing... " >&6; }
11597 if test "${ac_cv_cflags__fno_strict_aliasing+set}" = set; then :
11598   $as_echo_n "(cached) " >&6
11599 else
11600   ac_wine_try_cflags_saved=$CFLAGS
11601 CFLAGS="$CFLAGS -fno-strict-aliasing"
11602 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
11603 /* end confdefs.h.  */
11604
11605 int
11606 main ()
11607 {
11608
11609   ;
11610   return 0;
11611 }
11612 _ACEOF
11613 if ac_fn_c_try_link "$LINENO"; then :
11614   ac_cv_cflags__fno_strict_aliasing=yes
11615 else
11616   ac_cv_cflags__fno_strict_aliasing=no
11617 fi
11618 rm -f core conftest.err conftest.$ac_objext \
11619     conftest$ac_exeext conftest.$ac_ext
11620 CFLAGS=$ac_wine_try_cflags_saved
11621 fi
11622 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_cflags__fno_strict_aliasing" >&5
11623 $as_echo "$ac_cv_cflags__fno_strict_aliasing" >&6; }
11624 if test $ac_cv_cflags__fno_strict_aliasing = yes; then :
11625   EXTRACFLAGS="$EXTRACFLAGS -fno-strict-aliasing"
11626 fi
11627   { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether the compiler supports -Wdeclaration-after-statement" >&5
11628 $as_echo_n "checking whether the compiler supports -Wdeclaration-after-statement... " >&6; }
11629 if test "${ac_cv_cflags__Wdeclaration_after_statement+set}" = set; then :
11630   $as_echo_n "(cached) " >&6
11631 else
11632   ac_wine_try_cflags_saved=$CFLAGS
11633 CFLAGS="$CFLAGS -Wdeclaration-after-statement"
11634 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
11635 /* end confdefs.h.  */
11636
11637 int
11638 main ()
11639 {
11640
11641   ;
11642   return 0;
11643 }
11644 _ACEOF
11645 if ac_fn_c_try_link "$LINENO"; then :
11646   ac_cv_cflags__Wdeclaration_after_statement=yes
11647 else
11648   ac_cv_cflags__Wdeclaration_after_statement=no
11649 fi
11650 rm -f core conftest.err conftest.$ac_objext \
11651     conftest$ac_exeext conftest.$ac_ext
11652 CFLAGS=$ac_wine_try_cflags_saved
11653 fi
11654 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_cflags__Wdeclaration_after_statement" >&5
11655 $as_echo "$ac_cv_cflags__Wdeclaration_after_statement" >&6; }
11656 if test $ac_cv_cflags__Wdeclaration_after_statement = yes; then :
11657   EXTRACFLAGS="$EXTRACFLAGS -Wdeclaration-after-statement"
11658 fi
11659   { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether the compiler supports -Wwrite-strings" >&5
11660 $as_echo_n "checking whether the compiler supports -Wwrite-strings... " >&6; }
11661 if test "${ac_cv_cflags__Wwrite_strings+set}" = set; then :
11662   $as_echo_n "(cached) " >&6
11663 else
11664   ac_wine_try_cflags_saved=$CFLAGS
11665 CFLAGS="$CFLAGS -Wwrite-strings"
11666 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
11667 /* end confdefs.h.  */
11668
11669 int
11670 main ()
11671 {
11672
11673   ;
11674   return 0;
11675 }
11676 _ACEOF
11677 if ac_fn_c_try_link "$LINENO"; then :
11678   ac_cv_cflags__Wwrite_strings=yes
11679 else
11680   ac_cv_cflags__Wwrite_strings=no
11681 fi
11682 rm -f core conftest.err conftest.$ac_objext \
11683     conftest$ac_exeext conftest.$ac_ext
11684 CFLAGS=$ac_wine_try_cflags_saved
11685 fi
11686 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_cflags__Wwrite_strings" >&5
11687 $as_echo "$ac_cv_cflags__Wwrite_strings" >&6; }
11688 if test $ac_cv_cflags__Wwrite_strings = yes; then :
11689   EXTRACFLAGS="$EXTRACFLAGS -Wwrite-strings"
11690 fi
11691   { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether the compiler supports -Wtype-limits" >&5
11692 $as_echo_n "checking whether the compiler supports -Wtype-limits... " >&6; }
11693 if test "${ac_cv_cflags__Wtype_limits+set}" = set; then :
11694   $as_echo_n "(cached) " >&6
11695 else
11696   ac_wine_try_cflags_saved=$CFLAGS
11697 CFLAGS="$CFLAGS -Wtype-limits"
11698 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
11699 /* end confdefs.h.  */
11700
11701 int
11702 main ()
11703 {
11704
11705   ;
11706   return 0;
11707 }
11708 _ACEOF
11709 if ac_fn_c_try_link "$LINENO"; then :
11710   ac_cv_cflags__Wtype_limits=yes
11711 else
11712   ac_cv_cflags__Wtype_limits=no
11713 fi
11714 rm -f core conftest.err conftest.$ac_objext \
11715     conftest$ac_exeext conftest.$ac_ext
11716 CFLAGS=$ac_wine_try_cflags_saved
11717 fi
11718 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_cflags__Wtype_limits" >&5
11719 $as_echo "$ac_cv_cflags__Wtype_limits" >&6; }
11720 if test $ac_cv_cflags__Wtype_limits = yes; then :
11721   EXTRACFLAGS="$EXTRACFLAGS -Wtype-limits"
11722 fi
11723
11724     saved_CFLAGS="$CFLAGS"
11725   CFLAGS="$CFLAGS -Wpointer-arith -Werror"
11726   { $as_echo "$as_me:${as_lineno-$LINENO}: checking for broken string.h that generates warnings" >&5
11727 $as_echo_n "checking for broken string.h that generates warnings... " >&6; }
11728 if test "${ac_cv_c_string_h_warnings+set}" = set; then :
11729   $as_echo_n "(cached) " >&6
11730 else
11731   cat confdefs.h - <<_ACEOF >conftest.$ac_ext
11732 /* end confdefs.h.  */
11733 #include <string.h>
11734 int
11735 main ()
11736 {
11737
11738   ;
11739   return 0;
11740 }
11741 _ACEOF
11742 if ac_fn_c_try_compile "$LINENO"; then :
11743   ac_cv_c_string_h_warnings=no
11744 else
11745   ac_cv_c_string_h_warnings=yes
11746 fi
11747 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
11748 fi
11749 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_c_string_h_warnings" >&5
11750 $as_echo "$ac_cv_c_string_h_warnings" >&6; }
11751   CFLAGS="$saved_CFLAGS"
11752   if test "$ac_cv_c_string_h_warnings" = "no"
11753   then
11754     EXTRACFLAGS="$EXTRACFLAGS -Wpointer-arith"
11755   fi
11756
11757     if test "${enable_maintainer_mode+set}" = set
11758   then
11759       { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether the compiler supports -Werror" >&5
11760 $as_echo_n "checking whether the compiler supports -Werror... " >&6; }
11761 if test "${ac_cv_cflags__Werror+set}" = set; then :
11762   $as_echo_n "(cached) " >&6
11763 else
11764   ac_wine_try_cflags_saved=$CFLAGS
11765 CFLAGS="$CFLAGS -Werror"
11766 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
11767 /* end confdefs.h.  */
11768
11769 int
11770 main ()
11771 {
11772
11773   ;
11774   return 0;
11775 }
11776 _ACEOF
11777 if ac_fn_c_try_link "$LINENO"; then :
11778   ac_cv_cflags__Werror=yes
11779 else
11780   ac_cv_cflags__Werror=no
11781 fi
11782 rm -f core conftest.err conftest.$ac_objext \
11783     conftest$ac_exeext conftest.$ac_ext
11784 CFLAGS=$ac_wine_try_cflags_saved
11785 fi
11786 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_cflags__Werror" >&5
11787 $as_echo "$ac_cv_cflags__Werror" >&6; }
11788 if test $ac_cv_cflags__Werror = yes; then :
11789   EXTRACFLAGS="$EXTRACFLAGS -Werror"
11790 fi
11791   fi
11792 fi
11793
11794
11795 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether external symbols need an underscore prefix" >&5
11796 $as_echo_n "checking whether external symbols need an underscore prefix... " >&6; }
11797 if test "${ac_cv_c_extern_prefix+set}" = set; then :
11798   $as_echo_n "(cached) " >&6
11799 else
11800   cat confdefs.h - <<_ACEOF >conftest.$ac_ext
11801 /* end confdefs.h.  */
11802 extern int ac_test;
11803 int
11804 main ()
11805 {
11806 asm(".globl _ac_test\n_ac_test:\t.long 0"); if (ac_test) return 1
11807   ;
11808   return 0;
11809 }
11810 _ACEOF
11811 if ac_fn_c_try_link "$LINENO"; then :
11812   ac_cv_c_extern_prefix="yes"
11813 else
11814   ac_cv_c_extern_prefix="no"
11815 fi
11816 rm -f core conftest.err conftest.$ac_objext \
11817     conftest$ac_exeext conftest.$ac_ext
11818 fi
11819 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_c_extern_prefix" >&5
11820 $as_echo "$ac_cv_c_extern_prefix" >&6; }
11821
11822 case $host_cpu in
11823   *i[3456789]86*)
11824     { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether external symbols need stdcall decoration" >&5
11825 $as_echo_n "checking whether external symbols need stdcall decoration... " >&6; }
11826 if test "${ac_cv_c_stdcall_suffix+set}" = set; then :
11827   $as_echo_n "(cached) " >&6
11828 else
11829   cat confdefs.h - <<_ACEOF >conftest.$ac_ext
11830 /* end confdefs.h.  */
11831 #ifndef _MSC_VER
11832 #define __stdcall __attribute__((__stdcall__))
11833 #endif
11834 int __stdcall ac_test(int i) { return i; }
11835 int
11836 main ()
11837 {
11838 asm("jmp _ac_test@4"); if (ac_test(1)) return 1
11839   ;
11840   return 0;
11841 }
11842 _ACEOF
11843 if ac_fn_c_try_link "$LINENO"; then :
11844   ac_cv_c_stdcall_suffix="yes"
11845 else
11846   ac_cv_c_stdcall_suffix="no"
11847 fi
11848 rm -f core conftest.err conftest.$ac_objext \
11849     conftest$ac_exeext conftest.$ac_ext
11850 fi
11851 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_c_stdcall_suffix" >&5
11852 $as_echo "$ac_cv_c_stdcall_suffix" >&6; } ;;
11853   *) ac_cv_c_stdcall_suffix="no" ;;
11854 esac
11855
11856
11857 if test "$ac_cv_c_extern_prefix" = "yes"
11858 then
11859     $as_echo "#define __ASM_NAME(name) \"_\" name" >>confdefs.h
11860
11861     asm_name_prefix="_"
11862 else
11863     $as_echo "#define __ASM_NAME(name) name" >>confdefs.h
11864
11865     asm_name_prefix=""
11866 fi
11867
11868
11869 if test "$ac_cv_c_stdcall_suffix" = "yes"
11870 then
11871     $as_echo "#define __ASM_STDCALL(args) \"@\" #args" >>confdefs.h
11872
11873 else
11874     $as_echo "#define __ASM_STDCALL(args) \"\"" >>confdefs.h
11875
11876 fi
11877
11878
11879 { $as_echo "$as_me:${as_lineno-$LINENO}: checking how to define a function in assembly code" >&5
11880 $as_echo_n "checking how to define a function in assembly code... " >&6; }
11881 if test "${ac_cv_asm_func_def+set}" = set; then :
11882   $as_echo_n "(cached) " >&6
11883 else
11884   cat confdefs.h - <<_ACEOF >conftest.$ac_ext
11885 /* end confdefs.h.  */
11886
11887 int
11888 main ()
11889 {
11890 asm("\t.globl _ac_test\n\t.def _ac_test; .scl 2; .type 32; .endef\n_ac_test:\t.long 0");
11891   ;
11892   return 0;
11893 }
11894 _ACEOF
11895 if ac_fn_c_try_link "$LINENO"; then :
11896   ac_cv_asm_func_def=".def"
11897 else
11898   cat confdefs.h - <<_ACEOF >conftest.$ac_ext
11899 /* end confdefs.h.  */
11900
11901 int
11902 main ()
11903 {
11904 asm("\t.globl _ac_test\n\t.type _ac_test,@function\n_ac_test:\t.long 0");
11905   ;
11906   return 0;
11907 }
11908 _ACEOF
11909 if ac_fn_c_try_link "$LINENO"; then :
11910   ac_cv_asm_func_def=".type @function"
11911 else
11912   cat confdefs.h - <<_ACEOF >conftest.$ac_ext
11913 /* end confdefs.h.  */
11914
11915 int
11916 main ()
11917 {
11918 asm("\t.globl _ac_test\n\t.type _ac_test,2\n_ac_test:\t.long 0");
11919   ;
11920   return 0;
11921 }
11922 _ACEOF
11923 if ac_fn_c_try_link "$LINENO"; then :
11924   ac_cv_asm_func_def=".type 2"
11925 else
11926   ac_cv_asm_func_def="unknown"
11927 fi
11928 rm -f core conftest.err conftest.$ac_objext \
11929     conftest$ac_exeext conftest.$ac_ext
11930 fi
11931 rm -f core conftest.err conftest.$ac_objext \
11932     conftest$ac_exeext conftest.$ac_ext
11933 fi
11934 rm -f core conftest.err conftest.$ac_objext \
11935     conftest$ac_exeext conftest.$ac_ext
11936 fi
11937 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_asm_func_def" >&5
11938 $as_echo "$ac_cv_asm_func_def" >&6; }
11939
11940
11941 case "$ac_cv_asm_func_def" in
11942   ".def")
11943      $as_echo "#define __ASM_FUNC(name) \".def \" __ASM_NAME(name) \"; .scl 2; .type 32; .endef\"" >>confdefs.h
11944
11945      asm_func_header=".def $asm_name_prefix\" #name suffix \"; .scl 2; .type 32; .endef" ;;
11946   ".type @function")
11947      $as_echo "#define __ASM_FUNC(name) \".type \" __ASM_NAME(name) \",@function\"" >>confdefs.h
11948
11949      asm_func_header=".type $asm_name_prefix\" #name suffix \",@function" ;;
11950   ".type 2")
11951      $as_echo "#define __ASM_FUNC(name) \".type \" __ASM_NAME(name) \",2\"" >>confdefs.h
11952
11953      asm_func_header=".type $asm_name_prefix\" #name suffix \",2" ;;
11954   *)
11955      $as_echo "#define __ASM_FUNC(name) \"\"" >>confdefs.h
11956
11957      asm_func_header="" ;;
11958 esac
11959
11960 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether asm() works outside of functions" >&5
11961 $as_echo_n "checking whether asm() works outside of functions... " >&6; }
11962 if test "${ac_cv_c_asm_outside_funcs+set}" = set; then :
11963   $as_echo_n "(cached) " >&6
11964 else
11965   cat confdefs.h - <<_ACEOF >conftest.$ac_ext
11966 /* end confdefs.h.  */
11967 asm(".text\n\t.long 0");
11968 int
11969 main ()
11970 {
11971
11972   ;
11973   return 0;
11974 }
11975 _ACEOF
11976 if ac_fn_c_try_compile "$LINENO"; then :
11977   ac_cv_c_asm_outside_funcs="yes"
11978 else
11979   ac_cv_c_asm_outside_funcs="no"
11980 fi
11981 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
11982 fi
11983 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_c_asm_outside_funcs" >&5
11984 $as_echo "$ac_cv_c_asm_outside_funcs" >&6; }
11985
11986 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether .previous is supported in assembly code" >&5
11987 $as_echo_n "checking whether .previous is supported in assembly code... " >&6; }
11988 if test "${ac_cv_c_dot_previous+set}" = set; then :
11989   $as_echo_n "(cached) " >&6
11990 else
11991   cat confdefs.h - <<_ACEOF >conftest.$ac_ext
11992 /* end confdefs.h.  */
11993
11994 int
11995 main ()
11996 {
11997 asm(".text\nac_test:\t.long 0\n\t.previous");
11998   ;
11999   return 0;
12000 }
12001 _ACEOF
12002 if ac_fn_c_try_link "$LINENO"; then :
12003   ac_cv_c_dot_previous="yes"
12004 else
12005   ac_cv_c_dot_previous="no"
12006 fi
12007 rm -f core conftest.err conftest.$ac_objext \
12008     conftest$ac_exeext conftest.$ac_ext
12009 fi
12010 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_c_dot_previous" >&5
12011 $as_echo "$ac_cv_c_dot_previous" >&6; }
12012
12013 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether CFI directives are supported in assembly code" >&5
12014 $as_echo_n "checking whether CFI directives are supported in assembly code... " >&6; }
12015 if test "${ac_cv_c_cfi_support+set}" = set; then :
12016   $as_echo_n "(cached) " >&6
12017 else
12018   cat confdefs.h - <<_ACEOF >conftest.$ac_ext
12019 /* end confdefs.h.  */
12020 asm(".text\nac_test:\t.cfi_startproc\n\t.long 0\n\t.cfi_endproc");
12021 int
12022 main ()
12023 {
12024
12025   ;
12026   return 0;
12027 }
12028 _ACEOF
12029 if ac_fn_c_try_compile "$LINENO"; then :
12030   ac_cv_c_cfi_support="yes"
12031 else
12032   ac_cv_c_cfi_support="no"
12033 fi
12034 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
12035 fi
12036 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_c_cfi_support" >&5
12037 $as_echo "$ac_cv_c_cfi_support" >&6; }
12038
12039 asm_func_header=".globl $asm_name_prefix\" #name suffix \"\\n\\t$asm_func_header\\n$asm_name_prefix\" #name suffix \":\\n\\t"
12040 asm_func_trailer=""
12041 if test "$ac_cv_c_dot_previous" = "yes"
12042 then
12043    asm_func_trailer="\\n\\t.previous"
12044 fi
12045 if test "$ac_cv_c_cfi_support" = "yes"
12046 then
12047    asm_func_header="$asm_func_header.cfi_startproc\\n\\t"
12048    asm_func_trailer="\\n\\t.cfi_endproc$asm_func_trailer"
12049
12050 $as_echo "#define __ASM_CFI(str) str" >>confdefs.h
12051
12052 else
12053    $as_echo "#define __ASM_CFI(str) \"\"" >>confdefs.h
12054
12055 fi
12056
12057 asm_func_code="$asm_func_header\" code \"$asm_func_trailer"
12058
12059
12060 if test "$ac_cv_c_asm_outside_funcs" = "yes"
12061 then
12062     cat >>confdefs.h <<_ACEOF
12063 #define __ASM_DEFINE_FUNC(name,suffix,code) asm(".text\n\t.align 4\n\t$asm_func_code");
12064 _ACEOF
12065
12066 else
12067     cat >>confdefs.h <<_ACEOF
12068 #define __ASM_DEFINE_FUNC(name,suffix,code) void __asm_dummy_##name(void) { asm(".text\n\t.align 4\n\t$asm_func_code"); }
12069 _ACEOF
12070
12071 fi
12072
12073 $as_echo "#define __ASM_GLOBAL_FUNC(name,code) __ASM_DEFINE_FUNC(name,\"\",code)" >>confdefs.h
12074
12075
12076 $as_echo "#define __ASM_STDCALL_FUNC(name,args,code) __ASM_DEFINE_FUNC(name,__ASM_STDCALL(args),code)" >>confdefs.h
12077
12078
12079
12080 LDPATH=""
12081
12082 case $build_os in
12083   cygwin*|mingw32*)
12084     TOOLSEXT=".exe"
12085
12086     LDPATH="PATH=\"\$(TOOLSDIR)/libs/wine:\$\$PATH\""
12087     ;;
12088   darwin*|macosx*)
12089     ;;
12090   *)
12091     LDPATH="LD_LIBRARY_PATH=\"\$(TOOLSDIR)/libs/wine:\$\$LD_LIBRARY_PATH\""
12092     ;;
12093 esac
12094
12095 case $host_os in
12096   mingw32*)
12097     CRTLIBS="-lmsvcrt"
12098
12099     SOCKETLIBS="-L\$(TOPOBJDIR)/dlls/ws2_32 -lws2_32"
12100
12101     ;;
12102 esac
12103
12104 MAIN_BINARY="wine"
12105
12106 test -z "$with_wine64" || MAIN_BINARY="wine32"
12107
12108 case $host_cpu in
12109   *i[3456789]86*)
12110     case $host_os in
12111       linux* | k*bsd*-gnu)
12112         EXTRA_BINARIES="wine-preloader"
12113  ;;
12114     esac
12115     ;;
12116 esac
12117
12118
12119 ac_save_CFLAGS="$CFLAGS"
12120 CFLAGS="$CFLAGS $BUILTINFLAG"
12121 for ac_func in \
12122         _pclose \
12123         _popen \
12124         _snprintf \
12125         _spawnvp \
12126         _strdup \
12127         _stricmp \
12128         _strnicmp \
12129         _strtoi64 \
12130         _strtoui64 \
12131         _vsnprintf \
12132         asctime_r \
12133         chsize \
12134         dlopen \
12135         epoll_create \
12136         ffs \
12137         finite \
12138         fnmatch \
12139         fork \
12140         fpclass \
12141         fstatfs \
12142         fstatvfs \
12143         ftruncate \
12144         futimes \
12145         futimesat \
12146         getdirentries \
12147         getopt_long \
12148         getpagesize \
12149         getpwuid \
12150         gettid \
12151         gettimeofday \
12152         getuid \
12153         kqueue \
12154         lstat \
12155         memmove \
12156         mmap \
12157         pclose \
12158         pipe2 \
12159         poll \
12160         popen \
12161         prctl \
12162         pread \
12163         pwrite \
12164         readdir \
12165         readlink \
12166         sched_setaffinity \
12167         sched_yield \
12168         select \
12169         setproctitle \
12170         setrlimit \
12171         settimeofday \
12172         sigaltstack \
12173         sigprocmask \
12174         snprintf \
12175         spawnvp \
12176         statfs \
12177         statvfs \
12178         strcasecmp \
12179         strdup \
12180         strerror \
12181         strncasecmp \
12182         strtold \
12183         strtoll \
12184         strtoull \
12185         symlink \
12186         tcgetattr \
12187         thr_kill2 \
12188         timegm \
12189         usleep \
12190         vsnprintf \
12191         wait4 \
12192         waitpid \
12193
12194 do :
12195   as_ac_var=`$as_echo "ac_cv_func_$ac_func" | $as_tr_sh`
12196 ac_fn_c_check_func "$LINENO" "$ac_func" "$as_ac_var"
12197 eval as_val=\$$as_ac_var
12198    if test "x$as_val" = x""yes; then :
12199   cat >>confdefs.h <<_ACEOF
12200 #define `$as_echo "HAVE_$ac_func" | $as_tr_cpp` 1
12201 _ACEOF
12202
12203 fi
12204 done
12205
12206 CFLAGS="$ac_save_CFLAGS"
12207
12208 if test "$ac_cv_func_dlopen" = no
12209 then
12210     { $as_echo "$as_me:${as_lineno-$LINENO}: checking for dlopen in -ldl" >&5
12211 $as_echo_n "checking for dlopen in -ldl... " >&6; }
12212 if test "${ac_cv_lib_dl_dlopen+set}" = set; then :
12213   $as_echo_n "(cached) " >&6
12214 else
12215   ac_check_lib_save_LIBS=$LIBS
12216 LIBS="-ldl  $LIBS"
12217 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
12218 /* end confdefs.h.  */
12219
12220 /* Override any GCC internal prototype to avoid an error.
12221    Use char because int might match the return type of a GCC
12222    builtin and then its argument prototype would still apply.  */
12223 #ifdef __cplusplus
12224 extern "C"
12225 #endif
12226 char dlopen ();
12227 int
12228 main ()
12229 {
12230 return dlopen ();
12231   ;
12232   return 0;
12233 }
12234 _ACEOF
12235 if ac_fn_c_try_link "$LINENO"; then :
12236   ac_cv_lib_dl_dlopen=yes
12237 else
12238   ac_cv_lib_dl_dlopen=no
12239 fi
12240 rm -f core conftest.err conftest.$ac_objext \
12241     conftest$ac_exeext conftest.$ac_ext
12242 LIBS=$ac_check_lib_save_LIBS
12243 fi
12244 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_dl_dlopen" >&5
12245 $as_echo "$ac_cv_lib_dl_dlopen" >&6; }
12246 if test "x$ac_cv_lib_dl_dlopen" = x""yes; then :
12247   $as_echo "#define HAVE_DLOPEN 1" >>confdefs.h
12248  LIBDL="-ldl"
12249
12250 fi
12251
12252 fi
12253 ac_wine_check_funcs_save_LIBS="$LIBS"
12254 LIBS="$LIBS $LIBDL"
12255 for ac_func in dladdr
12256 do :
12257   ac_fn_c_check_func "$LINENO" "dladdr" "ac_cv_func_dladdr"
12258 if test "x$ac_cv_func_dladdr" = x""yes; then :
12259   cat >>confdefs.h <<_ACEOF
12260 #define HAVE_DLADDR 1
12261 _ACEOF
12262
12263 fi
12264 done
12265
12266 LIBS="$ac_wine_check_funcs_save_LIBS"
12267
12268 if test "$ac_cv_func_poll" = no
12269 then
12270     { $as_echo "$as_me:${as_lineno-$LINENO}: checking for poll in -lpoll" >&5
12271 $as_echo_n "checking for poll in -lpoll... " >&6; }
12272 if test "${ac_cv_lib_poll_poll+set}" = set; then :
12273   $as_echo_n "(cached) " >&6
12274 else
12275   ac_check_lib_save_LIBS=$LIBS
12276 LIBS="-lpoll  $LIBS"
12277 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
12278 /* end confdefs.h.  */
12279
12280 /* Override any GCC internal prototype to avoid an error.
12281    Use char because int might match the return type of a GCC
12282    builtin and then its argument prototype would still apply.  */
12283 #ifdef __cplusplus
12284 extern "C"
12285 #endif
12286 char poll ();
12287 int
12288 main ()
12289 {
12290 return poll ();
12291   ;
12292   return 0;
12293 }
12294 _ACEOF
12295 if ac_fn_c_try_link "$LINENO"; then :
12296   ac_cv_lib_poll_poll=yes
12297 else
12298   ac_cv_lib_poll_poll=no
12299 fi
12300 rm -f core conftest.err conftest.$ac_objext \
12301     conftest$ac_exeext conftest.$ac_ext
12302 LIBS=$ac_check_lib_save_LIBS
12303 fi
12304 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_poll_poll" >&5
12305 $as_echo "$ac_cv_lib_poll_poll" >&6; }
12306 if test "x$ac_cv_lib_poll_poll" = x""yes; then :
12307   $as_echo "#define HAVE_POLL 1" >>confdefs.h
12308  LIBPOLL="-lpoll"
12309
12310 fi
12311
12312 fi
12313
12314 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for library containing gethostbyname" >&5
12315 $as_echo_n "checking for library containing gethostbyname... " >&6; }
12316 if test "${ac_cv_search_gethostbyname+set}" = set; then :
12317   $as_echo_n "(cached) " >&6
12318 else
12319   ac_func_search_save_LIBS=$LIBS
12320 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
12321 /* end confdefs.h.  */
12322
12323 /* Override any GCC internal prototype to avoid an error.
12324    Use char because int might match the return type of a GCC
12325    builtin and then its argument prototype would still apply.  */
12326 #ifdef __cplusplus
12327 extern "C"
12328 #endif
12329 char gethostbyname ();
12330 int
12331 main ()
12332 {
12333 return gethostbyname ();
12334   ;
12335   return 0;
12336 }
12337 _ACEOF
12338 for ac_lib in '' nsl; do
12339   if test -z "$ac_lib"; then
12340     ac_res="none required"
12341   else
12342     ac_res=-l$ac_lib
12343     LIBS="-l$ac_lib  $ac_func_search_save_LIBS"
12344   fi
12345   if ac_fn_c_try_link "$LINENO"; then :
12346   ac_cv_search_gethostbyname=$ac_res
12347 fi
12348 rm -f core conftest.err conftest.$ac_objext \
12349     conftest$ac_exeext
12350   if test "${ac_cv_search_gethostbyname+set}" = set; then :
12351   break
12352 fi
12353 done
12354 if test "${ac_cv_search_gethostbyname+set}" = set; then :
12355
12356 else
12357   ac_cv_search_gethostbyname=no
12358 fi
12359 rm conftest.$ac_ext
12360 LIBS=$ac_func_search_save_LIBS
12361 fi
12362 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_search_gethostbyname" >&5
12363 $as_echo "$ac_cv_search_gethostbyname" >&6; }
12364 ac_res=$ac_cv_search_gethostbyname
12365 if test "$ac_res" != no; then :
12366   test "$ac_res" = "none required" || LIBS="$ac_res $LIBS"
12367
12368 fi
12369
12370
12371 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for library containing connect" >&5
12372 $as_echo_n "checking for library containing connect... " >&6; }
12373 if test "${ac_cv_search_connect+set}" = set; then :
12374   $as_echo_n "(cached) " >&6
12375 else
12376   ac_func_search_save_LIBS=$LIBS
12377 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
12378 /* end confdefs.h.  */
12379
12380 /* Override any GCC internal prototype to avoid an error.
12381    Use char because int might match the return type of a GCC
12382    builtin and then its argument prototype would still apply.  */
12383 #ifdef __cplusplus
12384 extern "C"
12385 #endif
12386 char connect ();
12387 int
12388 main ()
12389 {
12390 return connect ();
12391   ;
12392   return 0;
12393 }
12394 _ACEOF
12395 for ac_lib in '' socket; do
12396   if test -z "$ac_lib"; then
12397     ac_res="none required"
12398   else
12399     ac_res=-l$ac_lib
12400     LIBS="-l$ac_lib  $ac_func_search_save_LIBS"
12401   fi
12402   if ac_fn_c_try_link "$LINENO"; then :
12403   ac_cv_search_connect=$ac_res
12404 fi
12405 rm -f core conftest.err conftest.$ac_objext \
12406     conftest$ac_exeext
12407   if test "${ac_cv_search_connect+set}" = set; then :
12408   break
12409 fi
12410 done
12411 if test "${ac_cv_search_connect+set}" = set; then :
12412
12413 else
12414   ac_cv_search_connect=no
12415 fi
12416 rm conftest.$ac_ext
12417 LIBS=$ac_func_search_save_LIBS
12418 fi
12419 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_search_connect" >&5
12420 $as_echo "$ac_cv_search_connect" >&6; }
12421 ac_res=$ac_cv_search_connect
12422 if test "$ac_res" != no; then :
12423   test "$ac_res" = "none required" || LIBS="$ac_res $LIBS"
12424
12425 fi
12426
12427
12428 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for library containing inet_aton" >&5
12429 $as_echo_n "checking for library containing inet_aton... " >&6; }
12430 if test "${ac_cv_search_inet_aton+set}" = set; then :
12431   $as_echo_n "(cached) " >&6
12432 else
12433   ac_func_search_save_LIBS=$LIBS
12434 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
12435 /* end confdefs.h.  */
12436
12437 /* Override any GCC internal prototype to avoid an error.
12438    Use char because int might match the return type of a GCC
12439    builtin and then its argument prototype would still apply.  */
12440 #ifdef __cplusplus
12441 extern "C"
12442 #endif
12443 char inet_aton ();
12444 int
12445 main ()
12446 {
12447 return inet_aton ();
12448   ;
12449   return 0;
12450 }
12451 _ACEOF
12452 for ac_lib in '' resolv; do
12453   if test -z "$ac_lib"; then
12454     ac_res="none required"
12455   else
12456     ac_res=-l$ac_lib
12457     LIBS="-l$ac_lib  $ac_func_search_save_LIBS"
12458   fi
12459   if ac_fn_c_try_link "$LINENO"; then :
12460   ac_cv_search_inet_aton=$ac_res
12461 fi
12462 rm -f core conftest.err conftest.$ac_objext \
12463     conftest$ac_exeext
12464   if test "${ac_cv_search_inet_aton+set}" = set; then :
12465   break
12466 fi
12467 done
12468 if test "${ac_cv_search_inet_aton+set}" = set; then :
12469
12470 else
12471   ac_cv_search_inet_aton=no
12472 fi
12473 rm conftest.$ac_ext
12474 LIBS=$ac_func_search_save_LIBS
12475 fi
12476 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_search_inet_aton" >&5
12477 $as_echo "$ac_cv_search_inet_aton" >&6; }
12478 ac_res=$ac_cv_search_inet_aton
12479 if test "$ac_res" != no; then :
12480   test "$ac_res" = "none required" || LIBS="$ac_res $LIBS"
12481
12482 fi
12483
12484
12485 for ac_func in \
12486         getaddrinfo \
12487         getnameinfo \
12488         getnetbyname \
12489         getprotobyname \
12490         getprotobynumber \
12491         getservbyport \
12492         inet_network \
12493         inet_ntop \
12494         inet_pton \
12495         sendmsg \
12496         socketpair \
12497
12498 do :
12499   as_ac_var=`$as_echo "ac_cv_func_$ac_func" | $as_tr_sh`
12500 ac_fn_c_check_func "$LINENO" "$ac_func" "$as_ac_var"
12501 eval as_val=\$$as_ac_var
12502    if test "x$as_val" = x""yes; then :
12503   cat >>confdefs.h <<_ACEOF
12504 #define `$as_echo "HAVE_$ac_func" | $as_tr_cpp` 1
12505 _ACEOF
12506
12507 fi
12508 done
12509
12510
12511 LDAPLIBS=""
12512
12513 if test "$ac_cv_header_ldap_h" = "yes" -a "$ac_cv_header_lber_h" = "yes"
12514 then
12515     ac_fn_c_check_type "$LINENO" "LDAPSortKey" "ac_cv_type_LDAPSortKey" "#include <ldap.h>
12516 "
12517 if test "x$ac_cv_type_LDAPSortKey" = x""yes; then :
12518   { $as_echo "$as_me:${as_lineno-$LINENO}: checking for ldap_initialize in -lldap_r" >&5
12519 $as_echo_n "checking for ldap_initialize in -lldap_r... " >&6; }
12520 if test "${ac_cv_lib_ldap_r_ldap_initialize+set}" = set; then :
12521   $as_echo_n "(cached) " >&6
12522 else
12523   ac_check_lib_save_LIBS=$LIBS
12524 LIBS="-lldap_r $LIBPTHREAD $LIBS"
12525 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
12526 /* end confdefs.h.  */
12527
12528 /* Override any GCC internal prototype to avoid an error.
12529    Use char because int might match the return type of a GCC
12530    builtin and then its argument prototype would still apply.  */
12531 #ifdef __cplusplus
12532 extern "C"
12533 #endif
12534 char ldap_initialize ();
12535 int
12536 main ()
12537 {
12538 return ldap_initialize ();
12539   ;
12540   return 0;
12541 }
12542 _ACEOF
12543 if ac_fn_c_try_link "$LINENO"; then :
12544   ac_cv_lib_ldap_r_ldap_initialize=yes
12545 else
12546   ac_cv_lib_ldap_r_ldap_initialize=no
12547 fi
12548 rm -f core conftest.err conftest.$ac_objext \
12549     conftest$ac_exeext conftest.$ac_ext
12550 LIBS=$ac_check_lib_save_LIBS
12551 fi
12552 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_ldap_r_ldap_initialize" >&5
12553 $as_echo "$ac_cv_lib_ldap_r_ldap_initialize" >&6; }
12554 if test "x$ac_cv_lib_ldap_r_ldap_initialize" = x""yes; then :
12555   { $as_echo "$as_me:${as_lineno-$LINENO}: checking for ber_init in -llber" >&5
12556 $as_echo_n "checking for ber_init in -llber... " >&6; }
12557 if test "${ac_cv_lib_lber_ber_init+set}" = set; then :
12558   $as_echo_n "(cached) " >&6
12559 else
12560   ac_check_lib_save_LIBS=$LIBS
12561 LIBS="-llber $LIBPTHREAD $LIBS"
12562 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
12563 /* end confdefs.h.  */
12564
12565 /* Override any GCC internal prototype to avoid an error.
12566    Use char because int might match the return type of a GCC
12567    builtin and then its argument prototype would still apply.  */
12568 #ifdef __cplusplus
12569 extern "C"
12570 #endif
12571 char ber_init ();
12572 int
12573 main ()
12574 {
12575 return ber_init ();
12576   ;
12577   return 0;
12578 }
12579 _ACEOF
12580 if ac_fn_c_try_link "$LINENO"; then :
12581   ac_cv_lib_lber_ber_init=yes
12582 else
12583   ac_cv_lib_lber_ber_init=no
12584 fi
12585 rm -f core conftest.err conftest.$ac_objext \
12586     conftest$ac_exeext conftest.$ac_ext
12587 LIBS=$ac_check_lib_save_LIBS
12588 fi
12589 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_lber_ber_init" >&5
12590 $as_echo "$ac_cv_lib_lber_ber_init" >&6; }
12591 if test "x$ac_cv_lib_lber_ber_init" = x""yes; then :
12592
12593 $as_echo "#define HAVE_LDAP 1" >>confdefs.h
12594
12595                  LDAPLIBS="-lldap_r -llber"
12596 fi
12597
12598 fi
12599
12600 fi
12601
12602     ac_wine_check_funcs_save_LIBS="$LIBS"
12603 LIBS="$LIBS $LDAPLIBS $LIBPTHREAD"
12604 for ac_func in \
12605         ldap_count_references \
12606         ldap_first_reference \
12607         ldap_next_reference \
12608         ldap_parse_reference \
12609         ldap_parse_sort_control \
12610         ldap_parse_sortresponse_control \
12611         ldap_parse_vlv_control \
12612         ldap_parse_vlvresponse_control
12613 do :
12614   as_ac_var=`$as_echo "ac_cv_func_$ac_func" | $as_tr_sh`
12615 ac_fn_c_check_func "$LINENO" "$ac_func" "$as_ac_var"
12616 eval as_val=\$$as_ac_var
12617    if test "x$as_val" = x""yes; then :
12618   cat >>confdefs.h <<_ACEOF
12619 #define `$as_echo "HAVE_$ac_func" | $as_tr_cpp` 1
12620 _ACEOF
12621
12622 fi
12623 done
12624
12625 LIBS="$ac_wine_check_funcs_save_LIBS"
12626 fi
12627 if test "x$LDAPLIBS" = "x"; then :
12628   case "x$with_ldap" in
12629   x)   wine_notices="$wine_notices|libldap (OpenLDAP) ${notice_platform}development files not found, LDAP won't be supported." ;;
12630   xno) ;;
12631   *)   as_fn_error "libldap (OpenLDAP) ${notice_platform}development files not found, LDAP won't be supported.
12632 This is an error since --with-ldap was requested." "$LINENO" 5 ;;
12633 esac
12634 fi
12635
12636 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether mkdir takes only one argument" >&5
12637 $as_echo_n "checking whether mkdir takes only one argument... " >&6; }
12638 if test "${wine_cv_one_arg_mkdir+set}" = set; then :
12639   $as_echo_n "(cached) " >&6
12640 else
12641   cat confdefs.h - <<_ACEOF >conftest.$ac_ext
12642 /* end confdefs.h.  */
12643 #include <sys/stat.h>
12644 int
12645 main ()
12646 {
12647 mkdir("foo");
12648   ;
12649   return 0;
12650 }
12651 _ACEOF
12652 if ac_fn_c_try_compile "$LINENO"; then :
12653   wine_cv_one_arg_mkdir=yes
12654 else
12655   wine_cv_one_arg_mkdir=no
12656 fi
12657 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
12658 fi
12659 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $wine_cv_one_arg_mkdir" >&5
12660 $as_echo "$wine_cv_one_arg_mkdir" >&6; }
12661 if test "$wine_cv_one_arg_mkdir" = "yes"
12662 then
12663
12664 $as_echo "#define HAVE_ONE_ARG_MKDIR 1" >>confdefs.h
12665
12666 fi
12667
12668
12669 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for an ANSI C-conforming const" >&5
12670 $as_echo_n "checking for an ANSI C-conforming const... " >&6; }
12671 if test "${ac_cv_c_const+set}" = set; then :
12672   $as_echo_n "(cached) " >&6
12673 else
12674   cat confdefs.h - <<_ACEOF >conftest.$ac_ext
12675 /* end confdefs.h.  */
12676
12677 int
12678 main ()
12679 {
12680 /* FIXME: Include the comments suggested by Paul. */
12681 #ifndef __cplusplus
12682   /* Ultrix mips cc rejects this.  */
12683   typedef int charset[2];
12684   const charset cs;
12685   /* SunOS 4.1.1 cc rejects this.  */
12686   char const *const *pcpcc;
12687   char **ppc;
12688   /* NEC SVR4.0.2 mips cc rejects this.  */
12689   struct point {int x, y;};
12690   static struct point const zero = {0,0};
12691   /* AIX XL C 1.02.0.0 rejects this.
12692      It does not let you subtract one const X* pointer from another in
12693      an arm of an if-expression whose if-part is not a constant
12694      expression */
12695   const char *g = "string";
12696   pcpcc = &g + (g ? g-g : 0);
12697   /* HPUX 7.0 cc rejects these. */
12698   ++pcpcc;
12699   ppc = (char**) pcpcc;
12700   pcpcc = (char const *const *) ppc;
12701   { /* SCO 3.2v4 cc rejects this.  */
12702     char *t;
12703     char const *s = 0 ? (char *) 0 : (char const *) 0;
12704
12705     *t++ = 0;
12706     if (s) return 0;
12707   }
12708   { /* Someone thinks the Sun supposedly-ANSI compiler will reject this.  */
12709     int x[] = {25, 17};
12710     const int *foo = &x[0];
12711     ++foo;
12712   }
12713   { /* Sun SC1.0 ANSI compiler rejects this -- but not the above. */
12714     typedef const int *iptr;
12715     iptr p = 0;
12716     ++p;
12717   }
12718   { /* AIX XL C 1.02.0.0 rejects this saying
12719        "k.c", line 2.27: 1506-025 (S) Operand must be a modifiable lvalue. */
12720     struct s { int j; const int *ap[3]; };
12721     struct s *b; b->j = 5;
12722   }
12723   { /* ULTRIX-32 V3.1 (Rev 9) vcc rejects this */
12724     const int foo = 10;
12725     if (!foo) return 0;
12726   }
12727   return !cs[0] && !zero.x;
12728 #endif
12729
12730   ;
12731   return 0;
12732 }
12733 _ACEOF
12734 if ac_fn_c_try_compile "$LINENO"; then :
12735   ac_cv_c_const=yes
12736 else
12737   ac_cv_c_const=no
12738 fi
12739 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
12740 fi
12741 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_c_const" >&5
12742 $as_echo "$ac_cv_c_const" >&6; }
12743 if test $ac_cv_c_const = no; then
12744
12745 $as_echo "#define const /**/" >>confdefs.h
12746
12747 fi
12748
12749 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for inline" >&5
12750 $as_echo_n "checking for inline... " >&6; }
12751 if test "${ac_cv_c_inline+set}" = set; then :
12752   $as_echo_n "(cached) " >&6
12753 else
12754   ac_cv_c_inline=no
12755 for ac_kw in inline __inline__ __inline; do
12756   cat confdefs.h - <<_ACEOF >conftest.$ac_ext
12757 /* end confdefs.h.  */
12758 #ifndef __cplusplus
12759 typedef int foo_t;
12760 static $ac_kw foo_t static_foo () {return 0; }
12761 $ac_kw foo_t foo () {return 0; }
12762 #endif
12763
12764 _ACEOF
12765 if ac_fn_c_try_compile "$LINENO"; then :
12766   ac_cv_c_inline=$ac_kw
12767 fi
12768 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
12769   test "$ac_cv_c_inline" != no && break
12770 done
12771
12772 fi
12773 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_c_inline" >&5
12774 $as_echo "$ac_cv_c_inline" >&6; }
12775
12776 case $ac_cv_c_inline in
12777   inline | yes) ;;
12778   *)
12779     case $ac_cv_c_inline in
12780       no) ac_val=;;
12781       *) ac_val=$ac_cv_c_inline;;
12782     esac
12783     cat >>confdefs.h <<_ACEOF
12784 #ifndef __cplusplus
12785 #define inline $ac_val
12786 #endif
12787 _ACEOF
12788     ;;
12789 esac
12790
12791 ac_fn_c_check_type "$LINENO" "mode_t" "ac_cv_type_mode_t" "$ac_includes_default"
12792 if test "x$ac_cv_type_mode_t" = x""yes; then :
12793
12794 cat >>confdefs.h <<_ACEOF
12795 #define HAVE_MODE_T 1
12796 _ACEOF
12797
12798
12799 fi
12800 ac_fn_c_check_type "$LINENO" "off_t" "ac_cv_type_off_t" "$ac_includes_default"
12801 if test "x$ac_cv_type_off_t" = x""yes; then :
12802
12803 cat >>confdefs.h <<_ACEOF
12804 #define HAVE_OFF_T 1
12805 _ACEOF
12806
12807
12808 fi
12809 ac_fn_c_check_type "$LINENO" "pid_t" "ac_cv_type_pid_t" "$ac_includes_default"
12810 if test "x$ac_cv_type_pid_t" = x""yes; then :
12811
12812 cat >>confdefs.h <<_ACEOF
12813 #define HAVE_PID_T 1
12814 _ACEOF
12815
12816
12817 fi
12818 ac_fn_c_check_type "$LINENO" "size_t" "ac_cv_type_size_t" "$ac_includes_default"
12819 if test "x$ac_cv_type_size_t" = x""yes; then :
12820
12821 cat >>confdefs.h <<_ACEOF
12822 #define HAVE_SIZE_T 1
12823 _ACEOF
12824
12825
12826 fi
12827 ac_fn_c_check_type "$LINENO" "ssize_t" "ac_cv_type_ssize_t" "$ac_includes_default"
12828 if test "x$ac_cv_type_ssize_t" = x""yes; then :
12829
12830 cat >>confdefs.h <<_ACEOF
12831 #define HAVE_SSIZE_T 1
12832 _ACEOF
12833
12834
12835 fi
12836 ac_fn_c_check_type "$LINENO" "long long" "ac_cv_type_long_long" "$ac_includes_default"
12837 if test "x$ac_cv_type_long_long" = x""yes; then :
12838
12839 cat >>confdefs.h <<_ACEOF
12840 #define HAVE_LONG_LONG 1
12841 _ACEOF
12842
12843
12844 fi
12845 ac_fn_c_check_type "$LINENO" "fsblkcnt_t" "ac_cv_type_fsblkcnt_t" "$ac_includes_default"
12846 if test "x$ac_cv_type_fsblkcnt_t" = x""yes; then :
12847
12848 cat >>confdefs.h <<_ACEOF
12849 #define HAVE_FSBLKCNT_T 1
12850 _ACEOF
12851
12852
12853 fi
12854 ac_fn_c_check_type "$LINENO" "fsfilcnt_t" "ac_cv_type_fsfilcnt_t" "$ac_includes_default"
12855 if test "x$ac_cv_type_fsfilcnt_t" = x""yes; then :
12856
12857 cat >>confdefs.h <<_ACEOF
12858 #define HAVE_FSFILCNT_T 1
12859 _ACEOF
12860
12861
12862 fi
12863
12864 ac_fn_c_check_type "$LINENO" "sigset_t" "ac_cv_type_sigset_t" "#include <sys/types.h>
12865 #include <signal.h>
12866 "
12867 if test "x$ac_cv_type_sigset_t" = x""yes; then :
12868
12869 cat >>confdefs.h <<_ACEOF
12870 #define HAVE_SIGSET_T 1
12871 _ACEOF
12872
12873
12874 fi
12875
12876 ac_fn_c_check_type "$LINENO" "request_sense" "ac_cv_type_request_sense" "#include <linux/cdrom.h>
12877 "
12878 if test "x$ac_cv_type_request_sense" = x""yes; then :
12879
12880 cat >>confdefs.h <<_ACEOF
12881 #define HAVE_REQUEST_SENSE 1
12882 _ACEOF
12883
12884
12885 fi
12886
12887
12888 ac_fn_c_check_type "$LINENO" "struct xinpgen" "ac_cv_type_struct_xinpgen" "#include <sys/types.h>
12889 #ifdef HAVE_SYS_SOCKET_H
12890 #include <sys/socket.h>
12891 #endif
12892 #ifdef HAVE_SYS_SOCKETVAR_H
12893 #include <sys/socketvar.h>
12894 #endif
12895 #ifdef HAVE_NET_ROUTE_H
12896 #include <net/route.h>
12897 #endif
12898 #ifdef HAVE_NETINET_IN_H
12899 #include <netinet/in.h>
12900 #endif
12901 #ifdef HAVE_NETINET_IN_SYSTM_H
12902 #include <netinet/in_systm.h>
12903 #endif
12904 #ifdef HAVE_NETINET_IP_H
12905 #include <netinet/ip.h>
12906 #endif
12907 #ifdef HAVE_NETINET_IN_PCB_H
12908 #include <netinet/in_pcb.h>
12909 #endif
12910 "
12911 if test "x$ac_cv_type_struct_xinpgen" = x""yes; then :
12912
12913 cat >>confdefs.h <<_ACEOF
12914 #define HAVE_STRUCT_XINPGEN 1
12915 _ACEOF
12916
12917
12918 fi
12919
12920
12921 ac_fn_c_check_member "$LINENO" "struct ff_effect" "direction" "ac_cv_member_struct_ff_effect_direction" "#ifdef HAVE_LINUX_INPUT_H
12922 #include <linux/input.h>
12923 #endif
12924 "
12925 if test "x$ac_cv_member_struct_ff_effect_direction" = x""yes; then :
12926
12927 cat >>confdefs.h <<_ACEOF
12928 #define HAVE_STRUCT_FF_EFFECT_DIRECTION 1
12929 _ACEOF
12930
12931
12932 fi
12933
12934
12935 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for sigaddset" >&5
12936 $as_echo_n "checking for sigaddset... " >&6; }
12937 if test "${wine_cv_have_sigaddset+set}" = set; then :
12938   $as_echo_n "(cached) " >&6
12939 else
12940   cat confdefs.h - <<_ACEOF >conftest.$ac_ext
12941 /* end confdefs.h.  */
12942 #include <signal.h>
12943 int
12944 main ()
12945 {
12946 sigset_t set; sigaddset(&set,SIGTERM);
12947   ;
12948   return 0;
12949 }
12950 _ACEOF
12951 if ac_fn_c_try_link "$LINENO"; then :
12952   wine_cv_have_sigaddset=yes
12953 else
12954   wine_cv_have_sigaddset=no
12955 fi
12956 rm -f core conftest.err conftest.$ac_objext \
12957     conftest$ac_exeext conftest.$ac_ext
12958 fi
12959 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $wine_cv_have_sigaddset" >&5
12960 $as_echo "$wine_cv_have_sigaddset" >&6; }
12961 if test "$wine_cv_have_sigaddset" = "yes"
12962 then
12963
12964 $as_echo "#define HAVE_SIGADDSET 1" >>confdefs.h
12965
12966 fi
12967
12968
12969 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether we can use re-entrant gethostbyname_r Linux style" >&5
12970 $as_echo_n "checking whether we can use re-entrant gethostbyname_r Linux style... " >&6; }
12971 if test "${wine_cv_linux_gethostbyname_r_6+set}" = set; then :
12972   $as_echo_n "(cached) " >&6
12973 else
12974   cat confdefs.h - <<_ACEOF >conftest.$ac_ext
12975 /* end confdefs.h.  */
12976 #include <netdb.h>
12977 int
12978 main ()
12979 {
12980
12981     char *name=0;
12982     struct hostent he;
12983     struct hostent *result;
12984     char *buf=0;
12985     int bufsize=0;
12986     int res,errnr;
12987     char *addr=0;
12988     int addrlen=0;
12989     int addrtype=0;
12990     res=gethostbyname_r(name,&he,buf,bufsize,&result,&errnr);
12991     res=gethostbyaddr_r(addr, addrlen, addrtype,&he,buf,bufsize,&result,&errnr);
12992
12993   ;
12994   return 0;
12995 }
12996 _ACEOF
12997 if ac_fn_c_try_link "$LINENO"; then :
12998   wine_cv_linux_gethostbyname_r_6=yes
12999 else
13000   wine_cv_linux_gethostbyname_r_6=no
13001
13002 fi
13003 rm -f core conftest.err conftest.$ac_objext \
13004     conftest$ac_exeext conftest.$ac_ext
13005
13006 fi
13007 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $wine_cv_linux_gethostbyname_r_6" >&5
13008 $as_echo "$wine_cv_linux_gethostbyname_r_6" >&6; }
13009    if test "$wine_cv_linux_gethostbyname_r_6" = "yes"
13010    then
13011
13012 $as_echo "#define HAVE_LINUX_GETHOSTBYNAME_R_6 1" >>confdefs.h
13013
13014    fi
13015
13016 if test "$ac_cv_header_linux_joystick_h" = "yes"
13017 then
13018    { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether linux/joystick.h uses the Linux 2.2+ API" >&5
13019 $as_echo_n "checking whether linux/joystick.h uses the Linux 2.2+ API... " >&6; }
13020 if test "${wine_cv_linux_joystick_22_api+set}" = set; then :
13021   $as_echo_n "(cached) " >&6
13022 else
13023   cat confdefs.h - <<_ACEOF >conftest.$ac_ext
13024 /* end confdefs.h.  */
13025
13026         #include <sys/ioctl.h>
13027         #include <sys/types.h>
13028         #include <linux/joystick.h>
13029
13030         struct js_event blub;
13031         #if !defined(JS_EVENT_AXIS) || !defined(JS_EVENT_BUTTON)
13032         #error "no 2.2 header"
13033         #endif
13034
13035 int
13036 main ()
13037 {
13038 /*empty*/
13039   ;
13040   return 0;
13041 }
13042 _ACEOF
13043 if ac_fn_c_try_compile "$LINENO"; then :
13044   wine_cv_linux_joystick_22_api=yes
13045 else
13046   wine_cv_linux_joystick_22_api=no
13047 fi
13048 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
13049
13050 fi
13051 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $wine_cv_linux_joystick_22_api" >&5
13052 $as_echo "$wine_cv_linux_joystick_22_api" >&6; }
13053    if test "$wine_cv_linux_joystick_22_api" = "yes"
13054    then
13055
13056 $as_echo "#define HAVE_LINUX_22_JOYSTICK_API 1" >>confdefs.h
13057
13058    fi
13059 fi
13060
13061
13062 ac_fn_c_check_member "$LINENO" "struct statfs" "f_bfree" "ac_cv_member_struct_statfs_f_bfree" "#include <sys/types.h>
13063 #ifdef HAVE_SYS_PARAM_H
13064 # include <sys/param.h>
13065 #endif
13066 #ifdef HAVE_SYS_MOUNT_H
13067 # include <sys/mount.h>
13068 #endif
13069 #ifdef HAVE_SYS_VFS_H
13070 # include <sys/vfs.h>
13071 #endif
13072 #ifdef HAVE_SYS_STATFS_H
13073 # include <sys/statfs.h>
13074 #endif
13075 "
13076 if test "x$ac_cv_member_struct_statfs_f_bfree" = x""yes; then :
13077
13078 cat >>confdefs.h <<_ACEOF
13079 #define HAVE_STRUCT_STATFS_F_BFREE 1
13080 _ACEOF
13081
13082
13083 fi
13084 ac_fn_c_check_member "$LINENO" "struct statfs" "f_bavail" "ac_cv_member_struct_statfs_f_bavail" "#include <sys/types.h>
13085 #ifdef HAVE_SYS_PARAM_H
13086 # include <sys/param.h>
13087 #endif
13088 #ifdef HAVE_SYS_MOUNT_H
13089 # include <sys/mount.h>
13090 #endif
13091 #ifdef HAVE_SYS_VFS_H
13092 # include <sys/vfs.h>
13093 #endif
13094 #ifdef HAVE_SYS_STATFS_H
13095 # include <sys/statfs.h>
13096 #endif
13097 "
13098 if test "x$ac_cv_member_struct_statfs_f_bavail" = x""yes; then :
13099
13100 cat >>confdefs.h <<_ACEOF
13101 #define HAVE_STRUCT_STATFS_F_BAVAIL 1
13102 _ACEOF
13103
13104
13105 fi
13106 ac_fn_c_check_member "$LINENO" "struct statfs" "f_frsize" "ac_cv_member_struct_statfs_f_frsize" "#include <sys/types.h>
13107 #ifdef HAVE_SYS_PARAM_H
13108 # include <sys/param.h>
13109 #endif
13110 #ifdef HAVE_SYS_MOUNT_H
13111 # include <sys/mount.h>
13112 #endif
13113 #ifdef HAVE_SYS_VFS_H
13114 # include <sys/vfs.h>
13115 #endif
13116 #ifdef HAVE_SYS_STATFS_H
13117 # include <sys/statfs.h>
13118 #endif
13119 "
13120 if test "x$ac_cv_member_struct_statfs_f_frsize" = x""yes; then :
13121
13122 cat >>confdefs.h <<_ACEOF
13123 #define HAVE_STRUCT_STATFS_F_FRSIZE 1
13124 _ACEOF
13125
13126
13127 fi
13128 ac_fn_c_check_member "$LINENO" "struct statfs" "f_ffree" "ac_cv_member_struct_statfs_f_ffree" "#include <sys/types.h>
13129 #ifdef HAVE_SYS_PARAM_H
13130 # include <sys/param.h>
13131 #endif
13132 #ifdef HAVE_SYS_MOUNT_H
13133 # include <sys/mount.h>
13134 #endif
13135 #ifdef HAVE_SYS_VFS_H
13136 # include <sys/vfs.h>
13137 #endif
13138 #ifdef HAVE_SYS_STATFS_H
13139 # include <sys/statfs.h>
13140 #endif
13141 "
13142 if test "x$ac_cv_member_struct_statfs_f_ffree" = x""yes; then :
13143
13144 cat >>confdefs.h <<_ACEOF
13145 #define HAVE_STRUCT_STATFS_F_FFREE 1
13146 _ACEOF
13147
13148
13149 fi
13150 ac_fn_c_check_member "$LINENO" "struct statfs" "f_favail" "ac_cv_member_struct_statfs_f_favail" "#include <sys/types.h>
13151 #ifdef HAVE_SYS_PARAM_H
13152 # include <sys/param.h>
13153 #endif
13154 #ifdef HAVE_SYS_MOUNT_H
13155 # include <sys/mount.h>
13156 #endif
13157 #ifdef HAVE_SYS_VFS_H
13158 # include <sys/vfs.h>
13159 #endif
13160 #ifdef HAVE_SYS_STATFS_H
13161 # include <sys/statfs.h>
13162 #endif
13163 "
13164 if test "x$ac_cv_member_struct_statfs_f_favail" = x""yes; then :
13165
13166 cat >>confdefs.h <<_ACEOF
13167 #define HAVE_STRUCT_STATFS_F_FAVAIL 1
13168 _ACEOF
13169
13170
13171 fi
13172 ac_fn_c_check_member "$LINENO" "struct statfs" "f_namelen" "ac_cv_member_struct_statfs_f_namelen" "#include <sys/types.h>
13173 #ifdef HAVE_SYS_PARAM_H
13174 # include <sys/param.h>
13175 #endif
13176 #ifdef HAVE_SYS_MOUNT_H
13177 # include <sys/mount.h>
13178 #endif
13179 #ifdef HAVE_SYS_VFS_H
13180 # include <sys/vfs.h>
13181 #endif
13182 #ifdef HAVE_SYS_STATFS_H
13183 # include <sys/statfs.h>
13184 #endif
13185 "
13186 if test "x$ac_cv_member_struct_statfs_f_namelen" = x""yes; then :
13187
13188 cat >>confdefs.h <<_ACEOF
13189 #define HAVE_STRUCT_STATFS_F_NAMELEN 1
13190 _ACEOF
13191
13192
13193 fi
13194
13195
13196 ac_fn_c_check_member "$LINENO" "struct statvfs" "f_blocks" "ac_cv_member_struct_statvfs_f_blocks" "#ifdef HAVE_SYS_STATVFS_H
13197 #include <sys/statvfs.h>
13198 #endif
13199 "
13200 if test "x$ac_cv_member_struct_statvfs_f_blocks" = x""yes; then :
13201
13202 cat >>confdefs.h <<_ACEOF
13203 #define HAVE_STRUCT_STATVFS_F_BLOCKS 1
13204 _ACEOF
13205
13206
13207 fi
13208
13209
13210 ac_fn_c_check_member "$LINENO" "struct msghdr" "msg_accrights" "ac_cv_member_struct_msghdr_msg_accrights" "#include <sys/types.h>
13211 #ifdef HAVE_SYS_SOCKET_H
13212 # include <sys/socket.h>
13213 #endif
13214 #ifdef HAVE_SYS_UN_H
13215 # include <sys/un.h>
13216 #endif
13217 "
13218 if test "x$ac_cv_member_struct_msghdr_msg_accrights" = x""yes; then :
13219
13220 cat >>confdefs.h <<_ACEOF
13221 #define HAVE_STRUCT_MSGHDR_MSG_ACCRIGHTS 1
13222 _ACEOF
13223
13224
13225 fi
13226 ac_fn_c_check_member "$LINENO" "struct sockaddr" "sa_len" "ac_cv_member_struct_sockaddr_sa_len" "#include <sys/types.h>
13227 #ifdef HAVE_SYS_SOCKET_H
13228 # include <sys/socket.h>
13229 #endif
13230 #ifdef HAVE_SYS_UN_H
13231 # include <sys/un.h>
13232 #endif
13233 "
13234 if test "x$ac_cv_member_struct_sockaddr_sa_len" = x""yes; then :
13235
13236 cat >>confdefs.h <<_ACEOF
13237 #define HAVE_STRUCT_SOCKADDR_SA_LEN 1
13238 _ACEOF
13239
13240
13241 fi
13242 ac_fn_c_check_member "$LINENO" "struct sockaddr_un" "sun_len" "ac_cv_member_struct_sockaddr_un_sun_len" "#include <sys/types.h>
13243 #ifdef HAVE_SYS_SOCKET_H
13244 # include <sys/socket.h>
13245 #endif
13246 #ifdef HAVE_SYS_UN_H
13247 # include <sys/un.h>
13248 #endif
13249 "
13250 if test "x$ac_cv_member_struct_sockaddr_un_sun_len" = x""yes; then :
13251
13252 cat >>confdefs.h <<_ACEOF
13253 #define HAVE_STRUCT_SOCKADDR_UN_SUN_LEN 1
13254 _ACEOF
13255
13256
13257 fi
13258
13259
13260 ac_fn_c_check_member "$LINENO" "scsireq_t" "cmd" "ac_cv_member_scsireq_t_cmd" "#include <sys/types.h>
13261 #ifdef HAVE_SCSI_SG_H
13262 #include <scsi/sg.h>
13263 #endif
13264 "
13265 if test "x$ac_cv_member_scsireq_t_cmd" = x""yes; then :
13266
13267 cat >>confdefs.h <<_ACEOF
13268 #define HAVE_SCSIREQ_T_CMD 1
13269 _ACEOF
13270
13271
13272 fi
13273 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>
13274 #ifdef HAVE_SCSI_SG_H
13275 #include <scsi/sg.h>
13276 #endif
13277 "
13278 if test "x$ac_cv_member_sg_io_hdr_t_interface_id" = x""yes; then :
13279
13280 cat >>confdefs.h <<_ACEOF
13281 #define HAVE_SG_IO_HDR_T_INTERFACE_ID 1
13282 _ACEOF
13283
13284
13285 fi
13286
13287
13288 ac_fn_c_check_member "$LINENO" "siginfo_t" "si_fd" "ac_cv_member_siginfo_t_si_fd" "#include <signal.h>
13289 "
13290 if test "x$ac_cv_member_siginfo_t_si_fd" = x""yes; then :
13291
13292 cat >>confdefs.h <<_ACEOF
13293 #define HAVE_SIGINFO_T_SI_FD 1
13294 _ACEOF
13295
13296
13297 fi
13298
13299
13300 ac_fn_c_check_member "$LINENO" "struct mtget" "mt_blksiz" "ac_cv_member_struct_mtget_mt_blksiz" "#include <sys/types.h>
13301 #ifdef HAVE_SYS_MTIO_H
13302 #include <sys/mtio.h>
13303 #endif
13304 "
13305 if test "x$ac_cv_member_struct_mtget_mt_blksiz" = x""yes; then :
13306
13307 cat >>confdefs.h <<_ACEOF
13308 #define HAVE_STRUCT_MTGET_MT_BLKSIZ 1
13309 _ACEOF
13310
13311
13312 fi
13313 ac_fn_c_check_member "$LINENO" "struct mtget" "mt_gstat" "ac_cv_member_struct_mtget_mt_gstat" "#include <sys/types.h>
13314 #ifdef HAVE_SYS_MTIO_H
13315 #include <sys/mtio.h>
13316 #endif
13317 "
13318 if test "x$ac_cv_member_struct_mtget_mt_gstat" = x""yes; then :
13319
13320 cat >>confdefs.h <<_ACEOF
13321 #define HAVE_STRUCT_MTGET_MT_GSTAT 1
13322 _ACEOF
13323
13324
13325 fi
13326 ac_fn_c_check_member "$LINENO" "struct mtget" "mt_blkno" "ac_cv_member_struct_mtget_mt_blkno" "#include <sys/types.h>
13327 #ifdef HAVE_SYS_MTIO_H
13328 #include <sys/mtio.h>
13329 #endif
13330 "
13331 if test "x$ac_cv_member_struct_mtget_mt_blkno" = x""yes; then :
13332
13333 cat >>confdefs.h <<_ACEOF
13334 #define HAVE_STRUCT_MTGET_MT_BLKNO 1
13335 _ACEOF
13336
13337
13338 fi
13339
13340
13341 ac_fn_c_check_member "$LINENO" "struct option" "name" "ac_cv_member_struct_option_name" "#ifdef HAVE_GETOPT_H
13342 #include <getopt.h>
13343 #endif
13344 "
13345 if test "x$ac_cv_member_struct_option_name" = x""yes; then :
13346
13347 cat >>confdefs.h <<_ACEOF
13348 #define HAVE_STRUCT_OPTION_NAME 1
13349 _ACEOF
13350
13351
13352 fi
13353
13354
13355 ac_fn_c_check_member "$LINENO" "struct stat" "st_blocks" "ac_cv_member_struct_stat_st_blocks" "$ac_includes_default"
13356 if test "x$ac_cv_member_struct_stat_st_blocks" = x""yes; then :
13357
13358 cat >>confdefs.h <<_ACEOF
13359 #define HAVE_STRUCT_STAT_ST_BLOCKS 1
13360 _ACEOF
13361
13362
13363 fi
13364 ac_fn_c_check_member "$LINENO" "struct stat" "st_mtim" "ac_cv_member_struct_stat_st_mtim" "$ac_includes_default"
13365 if test "x$ac_cv_member_struct_stat_st_mtim" = x""yes; then :
13366
13367 cat >>confdefs.h <<_ACEOF
13368 #define HAVE_STRUCT_STAT_ST_MTIM 1
13369 _ACEOF
13370
13371
13372 fi
13373 ac_fn_c_check_member "$LINENO" "struct stat" "st_ctim" "ac_cv_member_struct_stat_st_ctim" "$ac_includes_default"
13374 if test "x$ac_cv_member_struct_stat_st_ctim" = x""yes; then :
13375
13376 cat >>confdefs.h <<_ACEOF
13377 #define HAVE_STRUCT_STAT_ST_CTIM 1
13378 _ACEOF
13379
13380
13381 fi
13382 ac_fn_c_check_member "$LINENO" "struct stat" "st_atim" "ac_cv_member_struct_stat_st_atim" "$ac_includes_default"
13383 if test "x$ac_cv_member_struct_stat_st_atim" = x""yes; then :
13384
13385 cat >>confdefs.h <<_ACEOF
13386 #define HAVE_STRUCT_STAT_ST_ATIM 1
13387 _ACEOF
13388
13389
13390 fi
13391
13392
13393 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
13394 #include <sys/types.h>
13395 #endif
13396 #ifdef HAVE_NETINET_IN_H
13397 #include <netinet/in.h>
13398 #endif
13399 "
13400 if test "x$ac_cv_member_struct_sockaddr_in6_sin6_scope_id" = x""yes; then :
13401
13402 cat >>confdefs.h <<_ACEOF
13403 #define HAVE_STRUCT_SOCKADDR_IN6_SIN6_SCOPE_ID 1
13404 _ACEOF
13405
13406
13407 fi
13408
13409
13410 ac_fn_c_check_member "$LINENO" "ns_msg" "_msg_ptr" "ac_cv_member_ns_msg__msg_ptr" "#ifdef HAVE_SYS_TYPES_H
13411 #include <sys/types.h>
13412 #endif
13413 #ifdef HAVE_NETINET_IN_H
13414 # include <netinet/in.h>
13415 #endif
13416 #ifdef HAVE_ARPA_NAMESER_H
13417 # include <arpa/nameser.h>
13418 #endif
13419 "
13420 if test "x$ac_cv_member_ns_msg__msg_ptr" = x""yes; then :
13421
13422 cat >>confdefs.h <<_ACEOF
13423 #define HAVE_NS_MSG__MSG_PTR 1
13424 _ACEOF
13425
13426
13427 fi
13428
13429
13430 ac_fn_c_check_member "$LINENO" "struct icmpstat" "icps_outhist" "ac_cv_member_struct_icmpstat_icps_outhist" "#ifdef HAVE_SYS_TYPES_H
13431 #include <sys/types.h>
13432 #endif
13433 #ifdef HAVE_ALIAS_H
13434 #include <alias.h>
13435 #endif
13436 #ifdef HAVE_SYS_SOCKET_H
13437 #include <sys/socket.h>
13438 #endif
13439 #ifdef HAVE_SYS_SOCKETVAR_H
13440 #include <sys/socketvar.h>
13441 #endif
13442 #ifdef HAVE_SYS_TIMEOUT_H
13443 #include <sys/timeout.h>
13444 #endif
13445 #ifdef HAVE_NETINET_IN_H
13446 #include <netinet/in.h>
13447 #endif
13448 #ifdef HAVE_NETINET_IN_SYSTM_H
13449 #include <netinet/in_systm.h>
13450 #endif
13451 #ifdef HAVE_NETINET_IP_H
13452 #include <netinet/ip.h>
13453 #endif
13454 #ifdef HAVE_NETINET_IP_VAR_H
13455 #include <netinet/ip_var.h>
13456 #endif
13457 #ifdef HAVE_NETINET_IP_ICMP_H
13458 #include <netinet/ip_icmp.h>
13459 #endif
13460 #ifdef HAVE_NETINET_ICMP_VAR
13461 #include <netinet/icmp_var.h>
13462 #endif
13463 "
13464 if test "x$ac_cv_member_struct_icmpstat_icps_outhist" = x""yes; then :
13465
13466 cat >>confdefs.h <<_ACEOF
13467 #define HAVE_STRUCT_ICMPSTAT_ICPS_OUTHIST 1
13468 _ACEOF
13469
13470
13471 fi
13472
13473
13474 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for timezone variable" >&5
13475 $as_echo_n "checking for timezone variable... " >&6; }
13476 if test "${ac_cv_have_timezone+set}" = set; then :
13477   $as_echo_n "(cached) " >&6
13478 else
13479   cat confdefs.h - <<_ACEOF >conftest.$ac_ext
13480 /* end confdefs.h.  */
13481 #include <time.h>
13482 int
13483 main ()
13484 {
13485 timezone = 1
13486   ;
13487   return 0;
13488 }
13489 _ACEOF
13490 if ac_fn_c_try_link "$LINENO"; then :
13491   ac_cv_have_timezone="yes"
13492 else
13493   ac_cv_have_timezone="no"
13494 fi
13495 rm -f core conftest.err conftest.$ac_objext \
13496     conftest$ac_exeext conftest.$ac_ext
13497 fi
13498 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_have_timezone" >&5
13499 $as_echo "$ac_cv_have_timezone" >&6; }
13500 if test "$ac_cv_have_timezone" = "yes"
13501 then
13502
13503 $as_echo "#define HAVE_TIMEZONE 1" >>confdefs.h
13504
13505 fi
13506 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for daylight variable" >&5
13507 $as_echo_n "checking for daylight variable... " >&6; }
13508 if test "${ac_cv_have_daylight+set}" = set; then :
13509   $as_echo_n "(cached) " >&6
13510 else
13511   cat confdefs.h - <<_ACEOF >conftest.$ac_ext
13512 /* end confdefs.h.  */
13513 #include <time.h>
13514 int
13515 main ()
13516 {
13517 daylight = 1
13518   ;
13519   return 0;
13520 }
13521 _ACEOF
13522 if ac_fn_c_try_link "$LINENO"; then :
13523   ac_cv_have_daylight="yes"
13524 else
13525   ac_cv_have_daylight="no"
13526 fi
13527 rm -f core conftest.err conftest.$ac_objext \
13528     conftest$ac_exeext conftest.$ac_ext
13529 fi
13530 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_have_daylight" >&5
13531 $as_echo "$ac_cv_have_daylight" >&6; }
13532 if test "$ac_cv_have_daylight" = "yes"
13533 then
13534
13535 $as_echo "#define HAVE_DAYLIGHT 1" >>confdefs.h
13536
13537 fi
13538
13539 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for isinf" >&5
13540 $as_echo_n "checking for isinf... " >&6; }
13541 if test "${ac_cv_have_isinf+set}" = set; then :
13542   $as_echo_n "(cached) " >&6
13543 else
13544   cat confdefs.h - <<_ACEOF >conftest.$ac_ext
13545 /* end confdefs.h.  */
13546 #include <math.h>
13547 int
13548 main ()
13549 {
13550 float f = 0.0; int i=isinf(f)
13551   ;
13552   return 0;
13553 }
13554 _ACEOF
13555 if ac_fn_c_try_link "$LINENO"; then :
13556   ac_cv_have_isinf="yes"
13557 else
13558   ac_cv_have_isinf="no"
13559 fi
13560 rm -f core conftest.err conftest.$ac_objext \
13561     conftest$ac_exeext conftest.$ac_ext
13562 fi
13563 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_have_isinf" >&5
13564 $as_echo "$ac_cv_have_isinf" >&6; }
13565 if test "$ac_cv_have_isinf" = "yes"
13566 then
13567
13568 $as_echo "#define HAVE_ISINF 1" >>confdefs.h
13569
13570 fi
13571
13572 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for isnan" >&5
13573 $as_echo_n "checking for isnan... " >&6; }
13574 if test "${ac_cv_have_isnan+set}" = set; then :
13575   $as_echo_n "(cached) " >&6
13576 else
13577   cat confdefs.h - <<_ACEOF >conftest.$ac_ext
13578 /* end confdefs.h.  */
13579 #include <math.h>
13580 int
13581 main ()
13582 {
13583 float f = 0.0; int i=isnan(f)
13584   ;
13585   return 0;
13586 }
13587 _ACEOF
13588 if ac_fn_c_try_link "$LINENO"; then :
13589   ac_cv_have_isnan="yes"
13590 else
13591   ac_cv_have_isnan="no"
13592 fi
13593 rm -f core conftest.err conftest.$ac_objext \
13594     conftest$ac_exeext conftest.$ac_ext
13595 fi
13596 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_have_isnan" >&5
13597 $as_echo "$ac_cv_have_isnan" >&6; }
13598 if test "$ac_cv_have_isnan" = "yes"
13599 then
13600
13601 $as_echo "#define HAVE_ISNAN 1" >>confdefs.h
13602
13603 fi
13604
13605
13606 case $host_cpu in
13607   *i[3456789]86*) { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether we need to define __i386__" >&5
13608 $as_echo_n "checking whether we need to define __i386__... " >&6; }
13609 if test "${ac_cv_cpp_def___i386__+set}" = set; then :
13610   $as_echo_n "(cached) " >&6
13611 else
13612   cat confdefs.h - <<_ACEOF >conftest.$ac_ext
13613 /* end confdefs.h.  */
13614 #ifndef __i386__
13615 yes
13616 #endif
13617 _ACEOF
13618 if (eval "$ac_cpp conftest.$ac_ext") 2>&5 |
13619   $EGREP "yes" >/dev/null 2>&1; then :
13620   ac_cv_cpp_def___i386__=yes
13621 else
13622   ac_cv_cpp_def___i386__=no
13623 fi
13624 rm -f conftest*
13625
13626 fi
13627 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_cpp_def___i386__" >&5
13628 $as_echo "$ac_cv_cpp_def___i386__" >&6; }
13629 if test $ac_cv_cpp_def___i386__ = yes; then :
13630   CFLAGS="$CFLAGS -D__i386__"
13631   LINTFLAGS="$LINTFLAGS -D__i386__"
13632 fi ;;
13633   *x86_64*)         { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether we need to define __x86_64__" >&5
13634 $as_echo_n "checking whether we need to define __x86_64__... " >&6; }
13635 if test "${ac_cv_cpp_def___x86_64__+set}" = set; then :
13636   $as_echo_n "(cached) " >&6
13637 else
13638   cat confdefs.h - <<_ACEOF >conftest.$ac_ext
13639 /* end confdefs.h.  */
13640 #ifndef __x86_64__
13641 yes
13642 #endif
13643 _ACEOF
13644 if (eval "$ac_cpp conftest.$ac_ext") 2>&5 |
13645   $EGREP "yes" >/dev/null 2>&1; then :
13646   ac_cv_cpp_def___x86_64__=yes
13647 else
13648   ac_cv_cpp_def___x86_64__=no
13649 fi
13650 rm -f conftest*
13651
13652 fi
13653 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_cpp_def___x86_64__" >&5
13654 $as_echo "$ac_cv_cpp_def___x86_64__" >&6; }
13655 if test $ac_cv_cpp_def___x86_64__ = yes; then :
13656   CFLAGS="$CFLAGS -D__x86_64__"
13657   LINTFLAGS="$LINTFLAGS -D__x86_64__"
13658 fi ;;
13659   *alpha*)          { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether we need to define __ALPHA__" >&5
13660 $as_echo_n "checking whether we need to define __ALPHA__... " >&6; }
13661 if test "${ac_cv_cpp_def___ALPHA__+set}" = set; then :
13662   $as_echo_n "(cached) " >&6
13663 else
13664   cat confdefs.h - <<_ACEOF >conftest.$ac_ext
13665 /* end confdefs.h.  */
13666 #ifndef __ALPHA__
13667 yes
13668 #endif
13669 _ACEOF
13670 if (eval "$ac_cpp conftest.$ac_ext") 2>&5 |
13671   $EGREP "yes" >/dev/null 2>&1; then :
13672   ac_cv_cpp_def___ALPHA__=yes
13673 else
13674   ac_cv_cpp_def___ALPHA__=no
13675 fi
13676 rm -f conftest*
13677
13678 fi
13679 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_cpp_def___ALPHA__" >&5
13680 $as_echo "$ac_cv_cpp_def___ALPHA__" >&6; }
13681 if test $ac_cv_cpp_def___ALPHA__ = yes; then :
13682   CFLAGS="$CFLAGS -D__ALPHA__"
13683   LINTFLAGS="$LINTFLAGS -D__ALPHA__"
13684 fi ;;
13685   *sparc*)          { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether we need to define __sparc__" >&5
13686 $as_echo_n "checking whether we need to define __sparc__... " >&6; }
13687 if test "${ac_cv_cpp_def___sparc__+set}" = set; then :
13688   $as_echo_n "(cached) " >&6
13689 else
13690   cat confdefs.h - <<_ACEOF >conftest.$ac_ext
13691 /* end confdefs.h.  */
13692 #ifndef __sparc__
13693 yes
13694 #endif
13695 _ACEOF
13696 if (eval "$ac_cpp conftest.$ac_ext") 2>&5 |
13697   $EGREP "yes" >/dev/null 2>&1; then :
13698   ac_cv_cpp_def___sparc__=yes
13699 else
13700   ac_cv_cpp_def___sparc__=no
13701 fi
13702 rm -f conftest*
13703
13704 fi
13705 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_cpp_def___sparc__" >&5
13706 $as_echo "$ac_cv_cpp_def___sparc__" >&6; }
13707 if test $ac_cv_cpp_def___sparc__ = yes; then :
13708   CFLAGS="$CFLAGS -D__sparc__"
13709   LINTFLAGS="$LINTFLAGS -D__sparc__"
13710 fi ;;
13711   *powerpc*)        { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether we need to define __powerpc__" >&5
13712 $as_echo_n "checking whether we need to define __powerpc__... " >&6; }
13713 if test "${ac_cv_cpp_def___powerpc__+set}" = set; then :
13714   $as_echo_n "(cached) " >&6
13715 else
13716   cat confdefs.h - <<_ACEOF >conftest.$ac_ext
13717 /* end confdefs.h.  */
13718 #ifndef __powerpc__
13719 yes
13720 #endif
13721 _ACEOF
13722 if (eval "$ac_cpp conftest.$ac_ext") 2>&5 |
13723   $EGREP "yes" >/dev/null 2>&1; then :
13724   ac_cv_cpp_def___powerpc__=yes
13725 else
13726   ac_cv_cpp_def___powerpc__=no
13727 fi
13728 rm -f conftest*
13729
13730 fi
13731 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_cpp_def___powerpc__" >&5
13732 $as_echo "$ac_cv_cpp_def___powerpc__" >&6; }
13733 if test $ac_cv_cpp_def___powerpc__ = yes; then :
13734   CFLAGS="$CFLAGS -D__powerpc__"
13735   LINTFLAGS="$LINTFLAGS -D__powerpc__"
13736 fi ;;
13737 esac
13738
13739 case $host_vendor in
13740   *sun*) { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether we need to define __sun__" >&5
13741 $as_echo_n "checking whether we need to define __sun__... " >&6; }
13742 if test "${ac_cv_cpp_def___sun__+set}" = set; then :
13743   $as_echo_n "(cached) " >&6
13744 else
13745   cat confdefs.h - <<_ACEOF >conftest.$ac_ext
13746 /* end confdefs.h.  */
13747 #ifndef __sun__
13748 yes
13749 #endif
13750 _ACEOF
13751 if (eval "$ac_cpp conftest.$ac_ext") 2>&5 |
13752   $EGREP "yes" >/dev/null 2>&1; then :
13753   ac_cv_cpp_def___sun__=yes
13754 else
13755   ac_cv_cpp_def___sun__=no
13756 fi
13757 rm -f conftest*
13758
13759 fi
13760 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_cpp_def___sun__" >&5
13761 $as_echo "$ac_cv_cpp_def___sun__" >&6; }
13762 if test $ac_cv_cpp_def___sun__ = yes; then :
13763   CFLAGS="$CFLAGS -D__sun__"
13764   LINTFLAGS="$LINTFLAGS -D__sun__"
13765 fi ;;
13766 esac
13767
13768
13769 DEPENDENCIES="### Dependencies:
13770
13771 .INIT: Makefile
13772 .BEGIN: Makefile
13773 .MAKEFILEDEPS:
13774 Makefile: dummy
13775         -\$(MAKEDEP) \$(MAKEDEPFLAGS) -C\$(SRCDIR) -S\$(TOPSRCDIR) -T\$(TOPOBJDIR) \$(EXTRAINCL) \$(DEPEND_SRCS)
13776
13777 \$(OBJS) \$(C_SRCS16:.c=.o): \$(IDL_GEN_HEADERS)
13778 \$(IDL_GEN_C_SRCS:.c=.o): \$(IDL_GEN_C_SRCS)
13779 \$(RC_SRCS:.rc=.res): \$(IDL_TLB_SRCS:.idl=.tlb)
13780 \$(LEX_SRCS:.l=.yy.o): \$(LEX_SRCS:.l=.yy.c)
13781 \$(BISON_SRCS:.y=.tab.o): \$(BISON_SRCS:.y=.tab.c)"
13782
13783
13784 ALL_MAKERULES=""
13785
13786 ALL_MAKEFILES=""
13787
13788 ALL_MAKEFILE_DEPENDS="# Makefile dependencies"
13789
13790
13791 ALL_TOP_DIRS=""
13792
13793 ALL_DLL_DIRS=""
13794
13795 ALL_IMPLIB_DIRS=""
13796
13797 ALL_TEST_DIRS=""
13798
13799 ALL_PROGRAM_DIRS=""
13800
13801 ALL_PROGRAM_INSTALL_DIRS=""
13802
13803 ALL_PROGRAM_BIN_INSTALL_DIRS=""
13804
13805
13806
13807
13808 ac_config_commands="$ac_config_commands include/stamp-h"
13809
13810
13811 ac_config_commands="$ac_config_commands dlls/gdi32/enhmfdrv"
13812
13813 ac_config_commands="$ac_config_commands dlls/gdi32/mfdrv"
13814
13815 ac_config_commands="$ac_config_commands dlls/kernel32/nls"
13816
13817 ac_config_commands="$ac_config_commands dlls/user32/resources"
13818
13819 ac_config_commands="$ac_config_commands dlls/wineps.drv/data"
13820
13821 ac_config_commands="$ac_config_commands include/wine"
13822
13823
13824 ALL_MAKERULES="$ALL_MAKERULES \\
13825         Make.rules"
13826 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
13827 Make.rules: Make.rules.in"
13828 MAKE_RULES=Make.rules
13829 ac_config_files="$ac_config_files Make.rules"
13830
13831 ALL_MAKERULES="$ALL_MAKERULES \\
13832         dlls/Makedll.rules"
13833 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
13834 dlls/Makedll.rules: dlls/Makedll.rules.in Make.rules"
13835 MAKE_DLL_RULES=dlls/Makedll.rules
13836 ac_config_files="$ac_config_files dlls/Makedll.rules"
13837
13838 ALL_MAKERULES="$ALL_MAKERULES \\
13839         dlls/Makeimplib.rules"
13840 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
13841 dlls/Makeimplib.rules: dlls/Makeimplib.rules.in Make.rules"
13842 MAKE_IMPLIB_RULES=dlls/Makeimplib.rules
13843 ac_config_files="$ac_config_files dlls/Makeimplib.rules"
13844
13845 ALL_MAKERULES="$ALL_MAKERULES \\
13846         dlls/Maketest.rules"
13847 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
13848 dlls/Maketest.rules: dlls/Maketest.rules.in Make.rules"
13849 MAKE_TEST_RULES=dlls/Maketest.rules
13850 ac_config_files="$ac_config_files dlls/Maketest.rules"
13851
13852 ALL_MAKERULES="$ALL_MAKERULES \\
13853         programs/Makeprog.rules"
13854 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
13855 programs/Makeprog.rules: programs/Makeprog.rules.in Make.rules"
13856 MAKE_PROG_RULES=programs/Makeprog.rules
13857 ac_config_files="$ac_config_files programs/Makeprog.rules"
13858
13859
13860
13861
13862 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
13863 Makefile: Makefile.in Make.rules"
13864 ac_config_files="$ac_config_files Makefile"
13865
13866 ALL_MAKEFILES="$ALL_MAKEFILES \\
13867         dlls/Makefile"
13868 test "x$enable_dlls" != xno && ALL_TOP_DIRS="$ALL_TOP_DIRS \\
13869         dlls"
13870 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
13871 dlls/Makefile: dlls/Makefile.in Make.rules"
13872 ac_config_files="$ac_config_files dlls/Makefile"
13873
13874 ALL_MAKEFILES="$ALL_MAKEFILES \\
13875         dlls/acledit/Makefile"
13876 test "x$enable_acledit" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
13877         acledit"
13878 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
13879 dlls/acledit/Makefile: dlls/acledit/Makefile.in dlls/Makedll.rules"
13880 ac_config_files="$ac_config_files dlls/acledit/Makefile"
13881
13882 ALL_MAKEFILES="$ALL_MAKEFILES \\
13883         dlls/aclui/Makefile"
13884 test "x$enable_aclui" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
13885         aclui"
13886 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
13887 dlls/aclui/Makefile: dlls/aclui/Makefile.in dlls/Makedll.rules"
13888 ac_config_files="$ac_config_files dlls/aclui/Makefile"
13889
13890 ALL_MAKEFILES="$ALL_MAKEFILES \\
13891         dlls/activeds/Makefile"
13892 test "x$enable_activeds" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
13893         activeds"
13894 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
13895 dlls/activeds/Makefile: dlls/activeds/Makefile.in dlls/Makedll.rules"
13896 ac_config_files="$ac_config_files dlls/activeds/Makefile"
13897
13898 ALL_MAKEFILES="$ALL_MAKEFILES \\
13899         dlls/actxprxy/Makefile"
13900 test "x$enable_actxprxy" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
13901         actxprxy"
13902 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
13903 dlls/actxprxy/Makefile: dlls/actxprxy/Makefile.in dlls/Makedll.rules"
13904 ac_config_files="$ac_config_files dlls/actxprxy/Makefile"
13905
13906 ALL_MAKEFILES="$ALL_MAKEFILES \\
13907         dlls/adsiid/Makefile"
13908 test "x$enable_adsiid" != xno && ALL_IMPLIB_DIRS="$ALL_IMPLIB_DIRS \\
13909         adsiid"
13910 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
13911 dlls/adsiid/Makefile: dlls/adsiid/Makefile.in dlls/Makeimplib.rules"
13912 ac_config_files="$ac_config_files dlls/adsiid/Makefile"
13913
13914 ALL_MAKEFILES="$ALL_MAKEFILES \\
13915         dlls/advapi32/Makefile"
13916 test "x$enable_advapi32" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
13917         advapi32"
13918 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
13919 dlls/advapi32/Makefile: dlls/advapi32/Makefile.in dlls/Makedll.rules"
13920 ac_config_files="$ac_config_files dlls/advapi32/Makefile"
13921
13922 ALL_MAKEFILES="$ALL_MAKEFILES \\
13923         dlls/advapi32/tests/Makefile"
13924 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
13925         advapi32/tests"
13926 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
13927 dlls/advapi32/tests/Makefile: dlls/advapi32/tests/Makefile.in dlls/Maketest.rules"
13928 ac_config_files="$ac_config_files dlls/advapi32/tests/Makefile"
13929
13930 ALL_MAKEFILES="$ALL_MAKEFILES \\
13931         dlls/advpack/Makefile"
13932 test "x$enable_advpack" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
13933         advpack"
13934 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
13935 dlls/advpack/Makefile: dlls/advpack/Makefile.in dlls/Makedll.rules"
13936 ac_config_files="$ac_config_files dlls/advpack/Makefile"
13937
13938 ALL_MAKEFILES="$ALL_MAKEFILES \\
13939         dlls/advpack/tests/Makefile"
13940 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
13941         advpack/tests"
13942 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
13943 dlls/advpack/tests/Makefile: dlls/advpack/tests/Makefile.in dlls/Maketest.rules"
13944 ac_config_files="$ac_config_files dlls/advpack/tests/Makefile"
13945
13946 ALL_MAKEFILES="$ALL_MAKEFILES \\
13947         dlls/amstream/Makefile"
13948 test "x$enable_amstream" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
13949         amstream"
13950 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
13951 dlls/amstream/Makefile: dlls/amstream/Makefile.in dlls/Makedll.rules"
13952 ac_config_files="$ac_config_files dlls/amstream/Makefile"
13953
13954 ALL_MAKEFILES="$ALL_MAKEFILES \\
13955         dlls/amstream/tests/Makefile"
13956 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
13957         amstream/tests"
13958 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
13959 dlls/amstream/tests/Makefile: dlls/amstream/tests/Makefile.in dlls/Maketest.rules"
13960 ac_config_files="$ac_config_files dlls/amstream/tests/Makefile"
13961
13962 ALL_MAKEFILES="$ALL_MAKEFILES \\
13963         dlls/appwiz.cpl/Makefile"
13964 test "x$enable_appwiz_cpl" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
13965         appwiz.cpl"
13966 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
13967 dlls/appwiz.cpl/Makefile: dlls/appwiz.cpl/Makefile.in dlls/Makedll.rules"
13968 ac_config_files="$ac_config_files dlls/appwiz.cpl/Makefile"
13969
13970 ALL_MAKEFILES="$ALL_MAKEFILES \\
13971         dlls/atl/Makefile"
13972 test "x$enable_atl" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
13973         atl"
13974 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
13975 dlls/atl/Makefile: dlls/atl/Makefile.in dlls/Makedll.rules"
13976 ac_config_files="$ac_config_files dlls/atl/Makefile"
13977
13978 ALL_MAKEFILES="$ALL_MAKEFILES \\
13979         dlls/authz/Makefile"
13980 test "x$enable_authz" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
13981         authz"
13982 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
13983 dlls/authz/Makefile: dlls/authz/Makefile.in dlls/Makedll.rules"
13984 ac_config_files="$ac_config_files dlls/authz/Makefile"
13985
13986 ALL_MAKEFILES="$ALL_MAKEFILES \\
13987         dlls/avicap32/Makefile"
13988 test "x$enable_avicap32" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
13989         avicap32"
13990 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
13991 dlls/avicap32/Makefile: dlls/avicap32/Makefile.in dlls/Makedll.rules"
13992 ac_config_files="$ac_config_files dlls/avicap32/Makefile"
13993
13994 ALL_MAKEFILES="$ALL_MAKEFILES \\
13995         dlls/avifil32/Makefile"
13996 test "x$enable_avifil32" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
13997         avifil32"
13998 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
13999 dlls/avifil32/Makefile: dlls/avifil32/Makefile.in dlls/Makedll.rules"
14000 ac_config_files="$ac_config_files dlls/avifil32/Makefile"
14001
14002 ALL_MAKEFILES="$ALL_MAKEFILES \\
14003         dlls/avifile.dll16/Makefile"
14004 test "x$enable_win16" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
14005         avifile.dll16"
14006 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
14007 dlls/avifile.dll16/Makefile: dlls/avifile.dll16/Makefile.in dlls/Makedll.rules"
14008 ac_config_files="$ac_config_files dlls/avifile.dll16/Makefile"
14009
14010 ALL_MAKEFILES="$ALL_MAKEFILES \\
14011         dlls/bcrypt/Makefile"
14012 test "x$enable_bcrypt" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
14013         bcrypt"
14014 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
14015 dlls/bcrypt/Makefile: dlls/bcrypt/Makefile.in dlls/Makedll.rules"
14016 ac_config_files="$ac_config_files dlls/bcrypt/Makefile"
14017
14018 ALL_MAKEFILES="$ALL_MAKEFILES \\
14019         dlls/browseui/Makefile"
14020 test "x$enable_browseui" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
14021         browseui"
14022 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
14023 dlls/browseui/Makefile: dlls/browseui/Makefile.in dlls/Makedll.rules"
14024 ac_config_files="$ac_config_files dlls/browseui/Makefile"
14025
14026 ALL_MAKEFILES="$ALL_MAKEFILES \\
14027         dlls/browseui/tests/Makefile"
14028 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
14029         browseui/tests"
14030 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
14031 dlls/browseui/tests/Makefile: dlls/browseui/tests/Makefile.in dlls/Maketest.rules"
14032 ac_config_files="$ac_config_files dlls/browseui/tests/Makefile"
14033
14034 ALL_MAKEFILES="$ALL_MAKEFILES \\
14035         dlls/cabinet/Makefile"
14036 test "x$enable_cabinet" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
14037         cabinet"
14038 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
14039 dlls/cabinet/Makefile: dlls/cabinet/Makefile.in dlls/Makedll.rules"
14040 ac_config_files="$ac_config_files dlls/cabinet/Makefile"
14041
14042 ALL_MAKEFILES="$ALL_MAKEFILES \\
14043         dlls/cabinet/tests/Makefile"
14044 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
14045         cabinet/tests"
14046 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
14047 dlls/cabinet/tests/Makefile: dlls/cabinet/tests/Makefile.in dlls/Maketest.rules"
14048 ac_config_files="$ac_config_files dlls/cabinet/tests/Makefile"
14049
14050 ALL_MAKEFILES="$ALL_MAKEFILES \\
14051         dlls/capi2032/Makefile"
14052 test "x$enable_capi2032" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
14053         capi2032"
14054 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
14055 dlls/capi2032/Makefile: dlls/capi2032/Makefile.in dlls/Makedll.rules"
14056 ac_config_files="$ac_config_files dlls/capi2032/Makefile"
14057
14058 ALL_MAKEFILES="$ALL_MAKEFILES \\
14059         dlls/cards/Makefile"
14060 test "x$enable_cards" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
14061         cards"
14062 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
14063 dlls/cards/Makefile: dlls/cards/Makefile.in dlls/Makedll.rules"
14064 ac_config_files="$ac_config_files dlls/cards/Makefile"
14065
14066 ALL_MAKEFILES="$ALL_MAKEFILES \\
14067         dlls/cfgmgr32/Makefile"
14068 test "x$enable_cfgmgr32" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
14069         cfgmgr32"
14070 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
14071 dlls/cfgmgr32/Makefile: dlls/cfgmgr32/Makefile.in dlls/Makedll.rules"
14072 ac_config_files="$ac_config_files dlls/cfgmgr32/Makefile"
14073
14074 ALL_MAKEFILES="$ALL_MAKEFILES \\
14075         dlls/clusapi/Makefile"
14076 test "x$enable_clusapi" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
14077         clusapi"
14078 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
14079 dlls/clusapi/Makefile: dlls/clusapi/Makefile.in dlls/Makedll.rules"
14080 ac_config_files="$ac_config_files dlls/clusapi/Makefile"
14081
14082 ALL_MAKEFILES="$ALL_MAKEFILES \\
14083         dlls/comcat/Makefile"
14084 test "x$enable_comcat" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
14085         comcat"
14086 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
14087 dlls/comcat/Makefile: dlls/comcat/Makefile.in dlls/Makedll.rules"
14088 ac_config_files="$ac_config_files dlls/comcat/Makefile"
14089
14090 ALL_MAKEFILES="$ALL_MAKEFILES \\
14091         dlls/comcat/tests/Makefile"
14092 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
14093         comcat/tests"
14094 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
14095 dlls/comcat/tests/Makefile: dlls/comcat/tests/Makefile.in dlls/Maketest.rules"
14096 ac_config_files="$ac_config_files dlls/comcat/tests/Makefile"
14097
14098 ALL_MAKEFILES="$ALL_MAKEFILES \\
14099         dlls/comctl32/Makefile"
14100 test "x$enable_comctl32" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
14101         comctl32"
14102 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
14103 dlls/comctl32/Makefile: dlls/comctl32/Makefile.in dlls/Makedll.rules"
14104 ac_config_files="$ac_config_files dlls/comctl32/Makefile"
14105
14106 ALL_MAKEFILES="$ALL_MAKEFILES \\
14107         dlls/comctl32/tests/Makefile"
14108 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
14109         comctl32/tests"
14110 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
14111 dlls/comctl32/tests/Makefile: dlls/comctl32/tests/Makefile.in dlls/Maketest.rules"
14112 ac_config_files="$ac_config_files dlls/comctl32/tests/Makefile"
14113
14114 ALL_MAKEFILES="$ALL_MAKEFILES \\
14115         dlls/comdlg32/Makefile"
14116 test "x$enable_comdlg32" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
14117         comdlg32"
14118 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
14119 dlls/comdlg32/Makefile: dlls/comdlg32/Makefile.in dlls/Makedll.rules"
14120 ac_config_files="$ac_config_files dlls/comdlg32/Makefile"
14121
14122 ALL_MAKEFILES="$ALL_MAKEFILES \\
14123         dlls/comdlg32/tests/Makefile"
14124 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
14125         comdlg32/tests"
14126 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
14127 dlls/comdlg32/tests/Makefile: dlls/comdlg32/tests/Makefile.in dlls/Maketest.rules"
14128 ac_config_files="$ac_config_files dlls/comdlg32/tests/Makefile"
14129
14130 ALL_MAKEFILES="$ALL_MAKEFILES \\
14131         dlls/comm.drv16/Makefile"
14132 test "x$enable_win16" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
14133         comm.drv16"
14134 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
14135 dlls/comm.drv16/Makefile: dlls/comm.drv16/Makefile.in dlls/Makedll.rules"
14136 ac_config_files="$ac_config_files dlls/comm.drv16/Makefile"
14137
14138 ALL_MAKEFILES="$ALL_MAKEFILES \\
14139         dlls/compobj.dll16/Makefile"
14140 test "x$enable_win16" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
14141         compobj.dll16"
14142 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
14143 dlls/compobj.dll16/Makefile: dlls/compobj.dll16/Makefile.in dlls/Makedll.rules"
14144 ac_config_files="$ac_config_files dlls/compobj.dll16/Makefile"
14145
14146 ALL_MAKEFILES="$ALL_MAKEFILES \\
14147         dlls/compstui/Makefile"
14148 test "x$enable_compstui" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
14149         compstui"
14150 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
14151 dlls/compstui/Makefile: dlls/compstui/Makefile.in dlls/Makedll.rules"
14152 ac_config_files="$ac_config_files dlls/compstui/Makefile"
14153
14154 ALL_MAKEFILES="$ALL_MAKEFILES \\
14155         dlls/credui/Makefile"
14156 test "x$enable_credui" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
14157         credui"
14158 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
14159 dlls/credui/Makefile: dlls/credui/Makefile.in dlls/Makedll.rules"
14160 ac_config_files="$ac_config_files dlls/credui/Makefile"
14161
14162 ALL_MAKEFILES="$ALL_MAKEFILES \\
14163         dlls/credui/tests/Makefile"
14164 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
14165         credui/tests"
14166 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
14167 dlls/credui/tests/Makefile: dlls/credui/tests/Makefile.in dlls/Maketest.rules"
14168 ac_config_files="$ac_config_files dlls/credui/tests/Makefile"
14169
14170 ALL_MAKEFILES="$ALL_MAKEFILES \\
14171         dlls/crtdll/Makefile"
14172 test "x$enable_crtdll" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
14173         crtdll"
14174 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
14175 dlls/crtdll/Makefile: dlls/crtdll/Makefile.in dlls/Makedll.rules"
14176 ac_config_files="$ac_config_files dlls/crtdll/Makefile"
14177
14178 ALL_MAKEFILES="$ALL_MAKEFILES \\
14179         dlls/crypt32/Makefile"
14180 test "x$enable_crypt32" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
14181         crypt32"
14182 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
14183 dlls/crypt32/Makefile: dlls/crypt32/Makefile.in dlls/Makedll.rules"
14184 ac_config_files="$ac_config_files dlls/crypt32/Makefile"
14185
14186 ALL_MAKEFILES="$ALL_MAKEFILES \\
14187         dlls/crypt32/tests/Makefile"
14188 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
14189         crypt32/tests"
14190 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
14191 dlls/crypt32/tests/Makefile: dlls/crypt32/tests/Makefile.in dlls/Maketest.rules"
14192 ac_config_files="$ac_config_files dlls/crypt32/tests/Makefile"
14193
14194 ALL_MAKEFILES="$ALL_MAKEFILES \\
14195         dlls/cryptdlg/Makefile"
14196 test "x$enable_cryptdlg" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
14197         cryptdlg"
14198 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
14199 dlls/cryptdlg/Makefile: dlls/cryptdlg/Makefile.in dlls/Makedll.rules"
14200 ac_config_files="$ac_config_files dlls/cryptdlg/Makefile"
14201
14202 ALL_MAKEFILES="$ALL_MAKEFILES \\
14203         dlls/cryptdll/Makefile"
14204 test "x$enable_cryptdll" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
14205         cryptdll"
14206 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
14207 dlls/cryptdll/Makefile: dlls/cryptdll/Makefile.in dlls/Makedll.rules"
14208 ac_config_files="$ac_config_files dlls/cryptdll/Makefile"
14209
14210 ALL_MAKEFILES="$ALL_MAKEFILES \\
14211         dlls/cryptnet/Makefile"
14212 test "x$enable_cryptnet" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
14213         cryptnet"
14214 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
14215 dlls/cryptnet/Makefile: dlls/cryptnet/Makefile.in dlls/Makedll.rules"
14216 ac_config_files="$ac_config_files dlls/cryptnet/Makefile"
14217
14218 ALL_MAKEFILES="$ALL_MAKEFILES \\
14219         dlls/cryptnet/tests/Makefile"
14220 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
14221         cryptnet/tests"
14222 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
14223 dlls/cryptnet/tests/Makefile: dlls/cryptnet/tests/Makefile.in dlls/Maketest.rules"
14224 ac_config_files="$ac_config_files dlls/cryptnet/tests/Makefile"
14225
14226 ALL_MAKEFILES="$ALL_MAKEFILES \\
14227         dlls/cryptui/Makefile"
14228 test "x$enable_cryptui" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
14229         cryptui"
14230 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
14231 dlls/cryptui/Makefile: dlls/cryptui/Makefile.in dlls/Makedll.rules"
14232 ac_config_files="$ac_config_files dlls/cryptui/Makefile"
14233
14234 ALL_MAKEFILES="$ALL_MAKEFILES \\
14235         dlls/cryptui/tests/Makefile"
14236 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
14237         cryptui/tests"
14238 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
14239 dlls/cryptui/tests/Makefile: dlls/cryptui/tests/Makefile.in dlls/Maketest.rules"
14240 ac_config_files="$ac_config_files dlls/cryptui/tests/Makefile"
14241
14242 ALL_MAKEFILES="$ALL_MAKEFILES \\
14243         dlls/ctapi32/Makefile"
14244 test "x$enable_ctapi32" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
14245         ctapi32"
14246 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
14247 dlls/ctapi32/Makefile: dlls/ctapi32/Makefile.in dlls/Makedll.rules"
14248 ac_config_files="$ac_config_files dlls/ctapi32/Makefile"
14249
14250 ALL_MAKEFILES="$ALL_MAKEFILES \\
14251         dlls/ctl3d.dll16/Makefile"
14252 test "x$enable_win16" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
14253         ctl3d.dll16"
14254 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
14255 dlls/ctl3d.dll16/Makefile: dlls/ctl3d.dll16/Makefile.in dlls/Makedll.rules"
14256 ac_config_files="$ac_config_files dlls/ctl3d.dll16/Makefile"
14257
14258 ALL_MAKEFILES="$ALL_MAKEFILES \\
14259         dlls/ctl3d32/Makefile"
14260 test "x$enable_ctl3d32" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
14261         ctl3d32"
14262 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
14263 dlls/ctl3d32/Makefile: dlls/ctl3d32/Makefile.in dlls/Makedll.rules"
14264 ac_config_files="$ac_config_files dlls/ctl3d32/Makefile"
14265
14266 ALL_MAKEFILES="$ALL_MAKEFILES \\
14267         dlls/ctl3dv2.dll16/Makefile"
14268 test "x$enable_win16" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
14269         ctl3dv2.dll16"
14270 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
14271 dlls/ctl3dv2.dll16/Makefile: dlls/ctl3dv2.dll16/Makefile.in dlls/Makedll.rules"
14272 ac_config_files="$ac_config_files dlls/ctl3dv2.dll16/Makefile"
14273
14274 ALL_MAKEFILES="$ALL_MAKEFILES \\
14275         dlls/d3d10/Makefile"
14276 test "x$enable_d3d10" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
14277         d3d10"
14278 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
14279 dlls/d3d10/Makefile: dlls/d3d10/Makefile.in dlls/Makedll.rules"
14280 ac_config_files="$ac_config_files dlls/d3d10/Makefile"
14281
14282 ALL_MAKEFILES="$ALL_MAKEFILES \\
14283         dlls/d3d10/tests/Makefile"
14284 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
14285         d3d10/tests"
14286 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
14287 dlls/d3d10/tests/Makefile: dlls/d3d10/tests/Makefile.in dlls/Maketest.rules"
14288 ac_config_files="$ac_config_files dlls/d3d10/tests/Makefile"
14289
14290 ALL_MAKEFILES="$ALL_MAKEFILES \\
14291         dlls/d3d10core/Makefile"
14292 test "x$enable_d3d10core" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
14293         d3d10core"
14294 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
14295 dlls/d3d10core/Makefile: dlls/d3d10core/Makefile.in dlls/Makedll.rules"
14296 ac_config_files="$ac_config_files dlls/d3d10core/Makefile"
14297
14298 ALL_MAKEFILES="$ALL_MAKEFILES \\
14299         dlls/d3d10core/tests/Makefile"
14300 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
14301         d3d10core/tests"
14302 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
14303 dlls/d3d10core/tests/Makefile: dlls/d3d10core/tests/Makefile.in dlls/Maketest.rules"
14304 ac_config_files="$ac_config_files dlls/d3d10core/tests/Makefile"
14305
14306 ALL_MAKEFILES="$ALL_MAKEFILES \\
14307         dlls/d3d8/Makefile"
14308 test "x$enable_d3d8" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
14309         d3d8"
14310 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
14311 dlls/d3d8/Makefile: dlls/d3d8/Makefile.in dlls/Makedll.rules"
14312 ac_config_files="$ac_config_files dlls/d3d8/Makefile"
14313
14314 ALL_MAKEFILES="$ALL_MAKEFILES \\
14315         dlls/d3d8/tests/Makefile"
14316 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
14317         d3d8/tests"
14318 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
14319 dlls/d3d8/tests/Makefile: dlls/d3d8/tests/Makefile.in dlls/Maketest.rules"
14320 ac_config_files="$ac_config_files dlls/d3d8/tests/Makefile"
14321
14322 ALL_MAKEFILES="$ALL_MAKEFILES \\
14323         dlls/d3d9/Makefile"
14324 test "x$enable_d3d9" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
14325         d3d9"
14326 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
14327 dlls/d3d9/Makefile: dlls/d3d9/Makefile.in dlls/Makedll.rules"
14328 ac_config_files="$ac_config_files dlls/d3d9/Makefile"
14329
14330 ALL_MAKEFILES="$ALL_MAKEFILES \\
14331         dlls/d3d9/tests/Makefile"
14332 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
14333         d3d9/tests"
14334 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
14335 dlls/d3d9/tests/Makefile: dlls/d3d9/tests/Makefile.in dlls/Maketest.rules"
14336 ac_config_files="$ac_config_files dlls/d3d9/tests/Makefile"
14337
14338 ALL_MAKEFILES="$ALL_MAKEFILES \\
14339         dlls/d3dim/Makefile"
14340 test "x$enable_d3dim" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
14341         d3dim"
14342 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
14343 dlls/d3dim/Makefile: dlls/d3dim/Makefile.in dlls/Makedll.rules"
14344 ac_config_files="$ac_config_files dlls/d3dim/Makefile"
14345
14346 ALL_MAKEFILES="$ALL_MAKEFILES \\
14347         dlls/d3drm/Makefile"
14348 test "x$enable_d3drm" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
14349         d3drm"
14350 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
14351 dlls/d3drm/Makefile: dlls/d3drm/Makefile.in dlls/Makedll.rules"
14352 ac_config_files="$ac_config_files dlls/d3drm/Makefile"
14353
14354 ALL_MAKEFILES="$ALL_MAKEFILES \\
14355         dlls/d3drm/tests/Makefile"
14356 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
14357         d3drm/tests"
14358 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
14359 dlls/d3drm/tests/Makefile: dlls/d3drm/tests/Makefile.in dlls/Maketest.rules"
14360 ac_config_files="$ac_config_files dlls/d3drm/tests/Makefile"
14361
14362 ALL_MAKEFILES="$ALL_MAKEFILES \\
14363         dlls/d3dx9_24/Makefile"
14364 test "x$enable_d3dx9_24" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
14365         d3dx9_24"
14366 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
14367 dlls/d3dx9_24/Makefile: dlls/d3dx9_24/Makefile.in dlls/Makedll.rules"
14368 ac_config_files="$ac_config_files dlls/d3dx9_24/Makefile"
14369
14370 ALL_MAKEFILES="$ALL_MAKEFILES \\
14371         dlls/d3dx9_25/Makefile"
14372 test "x$enable_d3dx9_25" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
14373         d3dx9_25"
14374 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
14375 dlls/d3dx9_25/Makefile: dlls/d3dx9_25/Makefile.in dlls/Makedll.rules"
14376 ac_config_files="$ac_config_files dlls/d3dx9_25/Makefile"
14377
14378 ALL_MAKEFILES="$ALL_MAKEFILES \\
14379         dlls/d3dx9_26/Makefile"
14380 test "x$enable_d3dx9_26" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
14381         d3dx9_26"
14382 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
14383 dlls/d3dx9_26/Makefile: dlls/d3dx9_26/Makefile.in dlls/Makedll.rules"
14384 ac_config_files="$ac_config_files dlls/d3dx9_26/Makefile"
14385
14386 ALL_MAKEFILES="$ALL_MAKEFILES \\
14387         dlls/d3dx9_27/Makefile"
14388 test "x$enable_d3dx9_27" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
14389         d3dx9_27"
14390 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
14391 dlls/d3dx9_27/Makefile: dlls/d3dx9_27/Makefile.in dlls/Makedll.rules"
14392 ac_config_files="$ac_config_files dlls/d3dx9_27/Makefile"
14393
14394 ALL_MAKEFILES="$ALL_MAKEFILES \\
14395         dlls/d3dx9_28/Makefile"
14396 test "x$enable_d3dx9_28" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
14397         d3dx9_28"
14398 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
14399 dlls/d3dx9_28/Makefile: dlls/d3dx9_28/Makefile.in dlls/Makedll.rules"
14400 ac_config_files="$ac_config_files dlls/d3dx9_28/Makefile"
14401
14402 ALL_MAKEFILES="$ALL_MAKEFILES \\
14403         dlls/d3dx9_29/Makefile"
14404 test "x$enable_d3dx9_29" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
14405         d3dx9_29"
14406 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
14407 dlls/d3dx9_29/Makefile: dlls/d3dx9_29/Makefile.in dlls/Makedll.rules"
14408 ac_config_files="$ac_config_files dlls/d3dx9_29/Makefile"
14409
14410 ALL_MAKEFILES="$ALL_MAKEFILES \\
14411         dlls/d3dx9_30/Makefile"
14412 test "x$enable_d3dx9_30" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
14413         d3dx9_30"
14414 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
14415 dlls/d3dx9_30/Makefile: dlls/d3dx9_30/Makefile.in dlls/Makedll.rules"
14416 ac_config_files="$ac_config_files dlls/d3dx9_30/Makefile"
14417
14418 ALL_MAKEFILES="$ALL_MAKEFILES \\
14419         dlls/d3dx9_31/Makefile"
14420 test "x$enable_d3dx9_31" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
14421         d3dx9_31"
14422 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
14423 dlls/d3dx9_31/Makefile: dlls/d3dx9_31/Makefile.in dlls/Makedll.rules"
14424 ac_config_files="$ac_config_files dlls/d3dx9_31/Makefile"
14425
14426 ALL_MAKEFILES="$ALL_MAKEFILES \\
14427         dlls/d3dx9_32/Makefile"
14428 test "x$enable_d3dx9_32" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
14429         d3dx9_32"
14430 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
14431 dlls/d3dx9_32/Makefile: dlls/d3dx9_32/Makefile.in dlls/Makedll.rules"
14432 ac_config_files="$ac_config_files dlls/d3dx9_32/Makefile"
14433
14434 ALL_MAKEFILES="$ALL_MAKEFILES \\
14435         dlls/d3dx9_33/Makefile"
14436 test "x$enable_d3dx9_33" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
14437         d3dx9_33"
14438 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
14439 dlls/d3dx9_33/Makefile: dlls/d3dx9_33/Makefile.in dlls/Makedll.rules"
14440 ac_config_files="$ac_config_files dlls/d3dx9_33/Makefile"
14441
14442 ALL_MAKEFILES="$ALL_MAKEFILES \\
14443         dlls/d3dx9_34/Makefile"
14444 test "x$enable_d3dx9_34" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
14445         d3dx9_34"
14446 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
14447 dlls/d3dx9_34/Makefile: dlls/d3dx9_34/Makefile.in dlls/Makedll.rules"
14448 ac_config_files="$ac_config_files dlls/d3dx9_34/Makefile"
14449
14450 ALL_MAKEFILES="$ALL_MAKEFILES \\
14451         dlls/d3dx9_35/Makefile"
14452 test "x$enable_d3dx9_35" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
14453         d3dx9_35"
14454 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
14455 dlls/d3dx9_35/Makefile: dlls/d3dx9_35/Makefile.in dlls/Makedll.rules"
14456 ac_config_files="$ac_config_files dlls/d3dx9_35/Makefile"
14457
14458 ALL_MAKEFILES="$ALL_MAKEFILES \\
14459         dlls/d3dx9_36/Makefile"
14460 test "x$enable_d3dx9_36" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
14461         d3dx9_36"
14462 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
14463 dlls/d3dx9_36/Makefile: dlls/d3dx9_36/Makefile.in dlls/Makedll.rules"
14464 ac_config_files="$ac_config_files dlls/d3dx9_36/Makefile"
14465
14466 ALL_MAKEFILES="$ALL_MAKEFILES \\
14467         dlls/d3dx9_36/tests/Makefile"
14468 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
14469         d3dx9_36/tests"
14470 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
14471 dlls/d3dx9_36/tests/Makefile: dlls/d3dx9_36/tests/Makefile.in dlls/Maketest.rules"
14472 ac_config_files="$ac_config_files dlls/d3dx9_36/tests/Makefile"
14473
14474 ALL_MAKEFILES="$ALL_MAKEFILES \\
14475         dlls/d3dx9_37/Makefile"
14476 test "x$enable_d3dx9_37" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
14477         d3dx9_37"
14478 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
14479 dlls/d3dx9_37/Makefile: dlls/d3dx9_37/Makefile.in dlls/Makedll.rules"
14480 ac_config_files="$ac_config_files dlls/d3dx9_37/Makefile"
14481
14482 ALL_MAKEFILES="$ALL_MAKEFILES \\
14483         dlls/d3dx9_38/Makefile"
14484 test "x$enable_d3dx9_38" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
14485         d3dx9_38"
14486 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
14487 dlls/d3dx9_38/Makefile: dlls/d3dx9_38/Makefile.in dlls/Makedll.rules"
14488 ac_config_files="$ac_config_files dlls/d3dx9_38/Makefile"
14489
14490 ALL_MAKEFILES="$ALL_MAKEFILES \\
14491         dlls/d3dx9_39/Makefile"
14492 test "x$enable_d3dx9_39" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
14493         d3dx9_39"
14494 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
14495 dlls/d3dx9_39/Makefile: dlls/d3dx9_39/Makefile.in dlls/Makedll.rules"
14496 ac_config_files="$ac_config_files dlls/d3dx9_39/Makefile"
14497
14498 ALL_MAKEFILES="$ALL_MAKEFILES \\
14499         dlls/d3dx9_40/Makefile"
14500 test "x$enable_d3dx9_40" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
14501         d3dx9_40"
14502 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
14503 dlls/d3dx9_40/Makefile: dlls/d3dx9_40/Makefile.in dlls/Makedll.rules"
14504 ac_config_files="$ac_config_files dlls/d3dx9_40/Makefile"
14505
14506 ALL_MAKEFILES="$ALL_MAKEFILES \\
14507         dlls/d3dx9_41/Makefile"
14508 test "x$enable_d3dx9_41" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
14509         d3dx9_41"
14510 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
14511 dlls/d3dx9_41/Makefile: dlls/d3dx9_41/Makefile.in dlls/Makedll.rules"
14512 ac_config_files="$ac_config_files dlls/d3dx9_41/Makefile"
14513
14514 ALL_MAKEFILES="$ALL_MAKEFILES \\
14515         dlls/d3dx9_42/Makefile"
14516 test "x$enable_d3dx9_42" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
14517         d3dx9_42"
14518 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
14519 dlls/d3dx9_42/Makefile: dlls/d3dx9_42/Makefile.in dlls/Makedll.rules"
14520 ac_config_files="$ac_config_files dlls/d3dx9_42/Makefile"
14521
14522 ALL_MAKEFILES="$ALL_MAKEFILES \\
14523         dlls/d3dxof/Makefile"
14524 test "x$enable_d3dxof" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
14525         d3dxof"
14526 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
14527 dlls/d3dxof/Makefile: dlls/d3dxof/Makefile.in dlls/Makedll.rules"
14528 ac_config_files="$ac_config_files dlls/d3dxof/Makefile"
14529
14530 ALL_MAKEFILES="$ALL_MAKEFILES \\
14531         dlls/d3dxof/tests/Makefile"
14532 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
14533         d3dxof/tests"
14534 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
14535 dlls/d3dxof/tests/Makefile: dlls/d3dxof/tests/Makefile.in dlls/Maketest.rules"
14536 ac_config_files="$ac_config_files dlls/d3dxof/tests/Makefile"
14537
14538 ALL_MAKEFILES="$ALL_MAKEFILES \\
14539         dlls/dbghelp/Makefile"
14540 test "x$enable_dbghelp" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
14541         dbghelp"
14542 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
14543 dlls/dbghelp/Makefile: dlls/dbghelp/Makefile.in dlls/Makedll.rules"
14544 ac_config_files="$ac_config_files dlls/dbghelp/Makefile"
14545
14546 ALL_MAKEFILES="$ALL_MAKEFILES \\
14547         dlls/dciman32/Makefile"
14548 test "x$enable_dciman32" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
14549         dciman32"
14550 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
14551 dlls/dciman32/Makefile: dlls/dciman32/Makefile.in dlls/Makedll.rules"
14552 ac_config_files="$ac_config_files dlls/dciman32/Makefile"
14553
14554 ALL_MAKEFILES="$ALL_MAKEFILES \\
14555         dlls/ddeml.dll16/Makefile"
14556 test "x$enable_win16" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
14557         ddeml.dll16"
14558 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
14559 dlls/ddeml.dll16/Makefile: dlls/ddeml.dll16/Makefile.in dlls/Makedll.rules"
14560 ac_config_files="$ac_config_files dlls/ddeml.dll16/Makefile"
14561
14562 ALL_MAKEFILES="$ALL_MAKEFILES \\
14563         dlls/ddraw/Makefile"
14564 test "x$enable_ddraw" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
14565         ddraw"
14566 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
14567 dlls/ddraw/Makefile: dlls/ddraw/Makefile.in dlls/Makedll.rules"
14568 ac_config_files="$ac_config_files dlls/ddraw/Makefile"
14569
14570 ALL_MAKEFILES="$ALL_MAKEFILES \\
14571         dlls/ddraw/tests/Makefile"
14572 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
14573         ddraw/tests"
14574 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
14575 dlls/ddraw/tests/Makefile: dlls/ddraw/tests/Makefile.in dlls/Maketest.rules"
14576 ac_config_files="$ac_config_files dlls/ddraw/tests/Makefile"
14577
14578 ALL_MAKEFILES="$ALL_MAKEFILES \\
14579         dlls/ddrawex/Makefile"
14580 test "x$enable_ddrawex" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
14581         ddrawex"
14582 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
14583 dlls/ddrawex/Makefile: dlls/ddrawex/Makefile.in dlls/Makedll.rules"
14584 ac_config_files="$ac_config_files dlls/ddrawex/Makefile"
14585
14586 ALL_MAKEFILES="$ALL_MAKEFILES \\
14587         dlls/ddrawex/tests/Makefile"
14588 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
14589         ddrawex/tests"
14590 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
14591 dlls/ddrawex/tests/Makefile: dlls/ddrawex/tests/Makefile.in dlls/Maketest.rules"
14592 ac_config_files="$ac_config_files dlls/ddrawex/tests/Makefile"
14593
14594 ALL_MAKEFILES="$ALL_MAKEFILES \\
14595         dlls/devenum/Makefile"
14596 test "x$enable_devenum" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
14597         devenum"
14598 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
14599 dlls/devenum/Makefile: dlls/devenum/Makefile.in dlls/Makedll.rules"
14600 ac_config_files="$ac_config_files dlls/devenum/Makefile"
14601
14602 ALL_MAKEFILES="$ALL_MAKEFILES \\
14603         dlls/dinput/Makefile"
14604 test "x$enable_dinput" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
14605         dinput"
14606 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
14607 dlls/dinput/Makefile: dlls/dinput/Makefile.in dlls/Makedll.rules"
14608 ac_config_files="$ac_config_files dlls/dinput/Makefile"
14609
14610 ALL_MAKEFILES="$ALL_MAKEFILES \\
14611         dlls/dinput/tests/Makefile"
14612 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
14613         dinput/tests"
14614 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
14615 dlls/dinput/tests/Makefile: dlls/dinput/tests/Makefile.in dlls/Maketest.rules"
14616 ac_config_files="$ac_config_files dlls/dinput/tests/Makefile"
14617
14618 ALL_MAKEFILES="$ALL_MAKEFILES \\
14619         dlls/dinput8/Makefile"
14620 test "x$enable_dinput8" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
14621         dinput8"
14622 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
14623 dlls/dinput8/Makefile: dlls/dinput8/Makefile.in dlls/Makedll.rules"
14624 ac_config_files="$ac_config_files dlls/dinput8/Makefile"
14625
14626 ALL_MAKEFILES="$ALL_MAKEFILES \\
14627         dlls/dispdib.dll16/Makefile"
14628 test "x$enable_win16" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
14629         dispdib.dll16"
14630 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
14631 dlls/dispdib.dll16/Makefile: dlls/dispdib.dll16/Makefile.in dlls/Makedll.rules"
14632 ac_config_files="$ac_config_files dlls/dispdib.dll16/Makefile"
14633
14634 ALL_MAKEFILES="$ALL_MAKEFILES \\
14635         dlls/display.drv16/Makefile"
14636 test "x$enable_win16" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
14637         display.drv16"
14638 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
14639 dlls/display.drv16/Makefile: dlls/display.drv16/Makefile.in dlls/Makedll.rules"
14640 ac_config_files="$ac_config_files dlls/display.drv16/Makefile"
14641
14642 ALL_MAKEFILES="$ALL_MAKEFILES \\
14643         dlls/dmband/Makefile"
14644 test "x$enable_dmband" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
14645         dmband"
14646 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
14647 dlls/dmband/Makefile: dlls/dmband/Makefile.in dlls/Makedll.rules"
14648 ac_config_files="$ac_config_files dlls/dmband/Makefile"
14649
14650 ALL_MAKEFILES="$ALL_MAKEFILES \\
14651         dlls/dmcompos/Makefile"
14652 test "x$enable_dmcompos" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
14653         dmcompos"
14654 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
14655 dlls/dmcompos/Makefile: dlls/dmcompos/Makefile.in dlls/Makedll.rules"
14656 ac_config_files="$ac_config_files dlls/dmcompos/Makefile"
14657
14658 ALL_MAKEFILES="$ALL_MAKEFILES \\
14659         dlls/dmime/Makefile"
14660 test "x$enable_dmime" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
14661         dmime"
14662 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
14663 dlls/dmime/Makefile: dlls/dmime/Makefile.in dlls/Makedll.rules"
14664 ac_config_files="$ac_config_files dlls/dmime/Makefile"
14665
14666 ALL_MAKEFILES="$ALL_MAKEFILES \\
14667         dlls/dmloader/Makefile"
14668 test "x$enable_dmloader" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
14669         dmloader"
14670 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
14671 dlls/dmloader/Makefile: dlls/dmloader/Makefile.in dlls/Makedll.rules"
14672 ac_config_files="$ac_config_files dlls/dmloader/Makefile"
14673
14674 ALL_MAKEFILES="$ALL_MAKEFILES \\
14675         dlls/dmscript/Makefile"
14676 test "x$enable_dmscript" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
14677         dmscript"
14678 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
14679 dlls/dmscript/Makefile: dlls/dmscript/Makefile.in dlls/Makedll.rules"
14680 ac_config_files="$ac_config_files dlls/dmscript/Makefile"
14681
14682 ALL_MAKEFILES="$ALL_MAKEFILES \\
14683         dlls/dmstyle/Makefile"
14684 test "x$enable_dmstyle" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
14685         dmstyle"
14686 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
14687 dlls/dmstyle/Makefile: dlls/dmstyle/Makefile.in dlls/Makedll.rules"
14688 ac_config_files="$ac_config_files dlls/dmstyle/Makefile"
14689
14690 ALL_MAKEFILES="$ALL_MAKEFILES \\
14691         dlls/dmsynth/Makefile"
14692 test "x$enable_dmsynth" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
14693         dmsynth"
14694 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
14695 dlls/dmsynth/Makefile: dlls/dmsynth/Makefile.in dlls/Makedll.rules"
14696 ac_config_files="$ac_config_files dlls/dmsynth/Makefile"
14697
14698 ALL_MAKEFILES="$ALL_MAKEFILES \\
14699         dlls/dmusic/Makefile"
14700 test "x$enable_dmusic" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
14701         dmusic"
14702 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
14703 dlls/dmusic/Makefile: dlls/dmusic/Makefile.in dlls/Makedll.rules"
14704 ac_config_files="$ac_config_files dlls/dmusic/Makefile"
14705
14706 ALL_MAKEFILES="$ALL_MAKEFILES \\
14707         dlls/dmusic32/Makefile"
14708 test "x$enable_dmusic32" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
14709         dmusic32"
14710 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
14711 dlls/dmusic32/Makefile: dlls/dmusic32/Makefile.in dlls/Makedll.rules"
14712 ac_config_files="$ac_config_files dlls/dmusic32/Makefile"
14713
14714 ALL_MAKEFILES="$ALL_MAKEFILES \\
14715         dlls/dnsapi/Makefile"
14716 test "x$enable_dnsapi" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
14717         dnsapi"
14718 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
14719 dlls/dnsapi/Makefile: dlls/dnsapi/Makefile.in dlls/Makedll.rules"
14720 ac_config_files="$ac_config_files dlls/dnsapi/Makefile"
14721
14722 ALL_MAKEFILES="$ALL_MAKEFILES \\
14723         dlls/dnsapi/tests/Makefile"
14724 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
14725         dnsapi/tests"
14726 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
14727 dlls/dnsapi/tests/Makefile: dlls/dnsapi/tests/Makefile.in dlls/Maketest.rules"
14728 ac_config_files="$ac_config_files dlls/dnsapi/tests/Makefile"
14729
14730 ALL_MAKEFILES="$ALL_MAKEFILES \\
14731         dlls/dplay/Makefile"
14732 test "x$enable_dplay" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
14733         dplay"
14734 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
14735 dlls/dplay/Makefile: dlls/dplay/Makefile.in dlls/Makedll.rules"
14736 ac_config_files="$ac_config_files dlls/dplay/Makefile"
14737
14738 ALL_MAKEFILES="$ALL_MAKEFILES \\
14739         dlls/dplayx/Makefile"
14740 test "x$enable_dplayx" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
14741         dplayx"
14742 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
14743 dlls/dplayx/Makefile: dlls/dplayx/Makefile.in dlls/Makedll.rules"
14744 ac_config_files="$ac_config_files dlls/dplayx/Makefile"
14745
14746 ALL_MAKEFILES="$ALL_MAKEFILES \\
14747         dlls/dplayx/tests/Makefile"
14748 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
14749         dplayx/tests"
14750 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
14751 dlls/dplayx/tests/Makefile: dlls/dplayx/tests/Makefile.in dlls/Maketest.rules"
14752 ac_config_files="$ac_config_files dlls/dplayx/tests/Makefile"
14753
14754 ALL_MAKEFILES="$ALL_MAKEFILES \\
14755         dlls/dpnaddr/Makefile"
14756 test "x$enable_dpnaddr" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
14757         dpnaddr"
14758 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
14759 dlls/dpnaddr/Makefile: dlls/dpnaddr/Makefile.in dlls/Makedll.rules"
14760 ac_config_files="$ac_config_files dlls/dpnaddr/Makefile"
14761
14762 ALL_MAKEFILES="$ALL_MAKEFILES \\
14763         dlls/dpnet/Makefile"
14764 test "x$enable_dpnet" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
14765         dpnet"
14766 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
14767 dlls/dpnet/Makefile: dlls/dpnet/Makefile.in dlls/Makedll.rules"
14768 ac_config_files="$ac_config_files dlls/dpnet/Makefile"
14769
14770 ALL_MAKEFILES="$ALL_MAKEFILES \\
14771         dlls/dpnhpast/Makefile"
14772 test "x$enable_dpnhpast" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
14773         dpnhpast"
14774 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
14775 dlls/dpnhpast/Makefile: dlls/dpnhpast/Makefile.in dlls/Makedll.rules"
14776 ac_config_files="$ac_config_files dlls/dpnhpast/Makefile"
14777
14778 ALL_MAKEFILES="$ALL_MAKEFILES \\
14779         dlls/dpnlobby/Makefile"
14780 test "x$enable_dpnlobby" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
14781         dpnlobby"
14782 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
14783 dlls/dpnlobby/Makefile: dlls/dpnlobby/Makefile.in dlls/Makedll.rules"
14784 ac_config_files="$ac_config_files dlls/dpnlobby/Makefile"
14785
14786 ALL_MAKEFILES="$ALL_MAKEFILES \\
14787         dlls/dpwsockx/Makefile"
14788 test "x$enable_dpwsockx" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
14789         dpwsockx"
14790 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
14791 dlls/dpwsockx/Makefile: dlls/dpwsockx/Makefile.in dlls/Makedll.rules"
14792 ac_config_files="$ac_config_files dlls/dpwsockx/Makefile"
14793
14794 ALL_MAKEFILES="$ALL_MAKEFILES \\
14795         dlls/drmclien/Makefile"
14796 test "x$enable_drmclien" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
14797         drmclien"
14798 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
14799 dlls/drmclien/Makefile: dlls/drmclien/Makefile.in dlls/Makedll.rules"
14800 ac_config_files="$ac_config_files dlls/drmclien/Makefile"
14801
14802 ALL_MAKEFILES="$ALL_MAKEFILES \\
14803         dlls/dsound/Makefile"
14804 test "x$enable_dsound" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
14805         dsound"
14806 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
14807 dlls/dsound/Makefile: dlls/dsound/Makefile.in dlls/Makedll.rules"
14808 ac_config_files="$ac_config_files dlls/dsound/Makefile"
14809
14810 ALL_MAKEFILES="$ALL_MAKEFILES \\
14811         dlls/dsound/tests/Makefile"
14812 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
14813         dsound/tests"
14814 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
14815 dlls/dsound/tests/Makefile: dlls/dsound/tests/Makefile.in dlls/Maketest.rules"
14816 ac_config_files="$ac_config_files dlls/dsound/tests/Makefile"
14817
14818 ALL_MAKEFILES="$ALL_MAKEFILES \\
14819         dlls/dssenh/Makefile"
14820 test "x$enable_dssenh" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
14821         dssenh"
14822 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
14823 dlls/dssenh/Makefile: dlls/dssenh/Makefile.in dlls/Makedll.rules"
14824 ac_config_files="$ac_config_files dlls/dssenh/Makefile"
14825
14826 ALL_MAKEFILES="$ALL_MAKEFILES \\
14827         dlls/dswave/Makefile"
14828 test "x$enable_dswave" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
14829         dswave"
14830 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
14831 dlls/dswave/Makefile: dlls/dswave/Makefile.in dlls/Makedll.rules"
14832 ac_config_files="$ac_config_files dlls/dswave/Makefile"
14833
14834 ALL_MAKEFILES="$ALL_MAKEFILES \\
14835         dlls/dwmapi/Makefile"
14836 test "x$enable_dwmapi" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
14837         dwmapi"
14838 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
14839 dlls/dwmapi/Makefile: dlls/dwmapi/Makefile.in dlls/Makedll.rules"
14840 ac_config_files="$ac_config_files dlls/dwmapi/Makefile"
14841
14842 ALL_MAKEFILES="$ALL_MAKEFILES \\
14843         dlls/dxdiagn/Makefile"
14844 test "x$enable_dxdiagn" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
14845         dxdiagn"
14846 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
14847 dlls/dxdiagn/Makefile: dlls/dxdiagn/Makefile.in dlls/Makedll.rules"
14848 ac_config_files="$ac_config_files dlls/dxdiagn/Makefile"
14849
14850 ALL_MAKEFILES="$ALL_MAKEFILES \\
14851         dlls/dxerr8/Makefile"
14852 test "x$enable_dxerr8" != xno && ALL_IMPLIB_DIRS="$ALL_IMPLIB_DIRS \\
14853         dxerr8"
14854 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
14855 dlls/dxerr8/Makefile: dlls/dxerr8/Makefile.in dlls/Makeimplib.rules"
14856 ac_config_files="$ac_config_files dlls/dxerr8/Makefile"
14857
14858 ALL_MAKEFILES="$ALL_MAKEFILES \\
14859         dlls/dxerr9/Makefile"
14860 test "x$enable_dxerr9" != xno && ALL_IMPLIB_DIRS="$ALL_IMPLIB_DIRS \\
14861         dxerr9"
14862 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
14863 dlls/dxerr9/Makefile: dlls/dxerr9/Makefile.in dlls/Makeimplib.rules"
14864 ac_config_files="$ac_config_files dlls/dxerr9/Makefile"
14865
14866 ALL_MAKEFILES="$ALL_MAKEFILES \\
14867         dlls/dxgi/Makefile"
14868 test "x$enable_dxgi" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
14869         dxgi"
14870 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
14871 dlls/dxgi/Makefile: dlls/dxgi/Makefile.in dlls/Makedll.rules"
14872 ac_config_files="$ac_config_files dlls/dxgi/Makefile"
14873
14874 ALL_MAKEFILES="$ALL_MAKEFILES \\
14875         dlls/dxgi/tests/Makefile"
14876 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
14877         dxgi/tests"
14878 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
14879 dlls/dxgi/tests/Makefile: dlls/dxgi/tests/Makefile.in dlls/Maketest.rules"
14880 ac_config_files="$ac_config_files dlls/dxgi/tests/Makefile"
14881
14882 ALL_MAKEFILES="$ALL_MAKEFILES \\
14883         dlls/dxguid/Makefile"
14884 test "x$enable_dxguid" != xno && ALL_IMPLIB_DIRS="$ALL_IMPLIB_DIRS \\
14885         dxguid"
14886 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
14887 dlls/dxguid/Makefile: dlls/dxguid/Makefile.in dlls/Makeimplib.rules"
14888 ac_config_files="$ac_config_files dlls/dxguid/Makefile"
14889
14890 ALL_MAKEFILES="$ALL_MAKEFILES \\
14891         dlls/faultrep/Makefile"
14892 test "x$enable_faultrep" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
14893         faultrep"
14894 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
14895 dlls/faultrep/Makefile: dlls/faultrep/Makefile.in dlls/Makedll.rules"
14896 ac_config_files="$ac_config_files dlls/faultrep/Makefile"
14897
14898 ALL_MAKEFILES="$ALL_MAKEFILES \\
14899         dlls/fltlib/Makefile"
14900 test "x$enable_fltlib" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
14901         fltlib"
14902 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
14903 dlls/fltlib/Makefile: dlls/fltlib/Makefile.in dlls/Makedll.rules"
14904 ac_config_files="$ac_config_files dlls/fltlib/Makefile"
14905
14906 ALL_MAKEFILES="$ALL_MAKEFILES \\
14907         dlls/fusion/Makefile"
14908 test "x$enable_fusion" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
14909         fusion"
14910 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
14911 dlls/fusion/Makefile: dlls/fusion/Makefile.in dlls/Makedll.rules"
14912 ac_config_files="$ac_config_files dlls/fusion/Makefile"
14913
14914 ALL_MAKEFILES="$ALL_MAKEFILES \\
14915         dlls/fusion/tests/Makefile"
14916 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
14917         fusion/tests"
14918 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
14919 dlls/fusion/tests/Makefile: dlls/fusion/tests/Makefile.in dlls/Maketest.rules"
14920 ac_config_files="$ac_config_files dlls/fusion/tests/Makefile"
14921
14922 ALL_MAKEFILES="$ALL_MAKEFILES \\
14923         dlls/gdi32/Makefile"
14924 test "x$enable_gdi32" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
14925         gdi32"
14926 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
14927 dlls/gdi32/Makefile: dlls/gdi32/Makefile.in dlls/Makedll.rules"
14928 ac_config_files="$ac_config_files dlls/gdi32/Makefile"
14929
14930 ALL_MAKEFILES="$ALL_MAKEFILES \\
14931         dlls/gdi32/tests/Makefile"
14932 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
14933         gdi32/tests"
14934 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
14935 dlls/gdi32/tests/Makefile: dlls/gdi32/tests/Makefile.in dlls/Maketest.rules"
14936 ac_config_files="$ac_config_files dlls/gdi32/tests/Makefile"
14937
14938 ALL_MAKEFILES="$ALL_MAKEFILES \\
14939         dlls/gdiplus/Makefile"
14940 test "x$enable_gdiplus" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
14941         gdiplus"
14942 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
14943 dlls/gdiplus/Makefile: dlls/gdiplus/Makefile.in dlls/Makedll.rules"
14944 ac_config_files="$ac_config_files dlls/gdiplus/Makefile"
14945
14946 ALL_MAKEFILES="$ALL_MAKEFILES \\
14947         dlls/gdiplus/tests/Makefile"
14948 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
14949         gdiplus/tests"
14950 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
14951 dlls/gdiplus/tests/Makefile: dlls/gdiplus/tests/Makefile.in dlls/Maketest.rules"
14952 ac_config_files="$ac_config_files dlls/gdiplus/tests/Makefile"
14953
14954 ALL_MAKEFILES="$ALL_MAKEFILES \\
14955         dlls/glu32/Makefile"
14956 test "x$enable_glu32" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
14957         glu32"
14958 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
14959 dlls/glu32/Makefile: dlls/glu32/Makefile.in dlls/Makedll.rules"
14960 ac_config_files="$ac_config_files dlls/glu32/Makefile"
14961
14962 ALL_MAKEFILES="$ALL_MAKEFILES \\
14963         dlls/gphoto2.ds/Makefile"
14964 test "x$enable_gphoto2_ds" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
14965         gphoto2.ds"
14966 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
14967 dlls/gphoto2.ds/Makefile: dlls/gphoto2.ds/Makefile.in dlls/Makedll.rules"
14968 ac_config_files="$ac_config_files dlls/gphoto2.ds/Makefile"
14969
14970 ALL_MAKEFILES="$ALL_MAKEFILES \\
14971         dlls/gpkcsp/Makefile"
14972 test "x$enable_gpkcsp" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
14973         gpkcsp"
14974 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
14975 dlls/gpkcsp/Makefile: dlls/gpkcsp/Makefile.in dlls/Makedll.rules"
14976 ac_config_files="$ac_config_files dlls/gpkcsp/Makefile"
14977
14978 ALL_MAKEFILES="$ALL_MAKEFILES \\
14979         dlls/hal/Makefile"
14980 test "x$enable_hal" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
14981         hal"
14982 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
14983 dlls/hal/Makefile: dlls/hal/Makefile.in dlls/Makedll.rules"
14984 ac_config_files="$ac_config_files dlls/hal/Makefile"
14985
14986 ALL_MAKEFILES="$ALL_MAKEFILES \\
14987         dlls/hhctrl.ocx/Makefile"
14988 test "x$enable_hhctrl_ocx" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
14989         hhctrl.ocx"
14990 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
14991 dlls/hhctrl.ocx/Makefile: dlls/hhctrl.ocx/Makefile.in dlls/Makedll.rules"
14992 ac_config_files="$ac_config_files dlls/hhctrl.ocx/Makefile"
14993
14994 ALL_MAKEFILES="$ALL_MAKEFILES \\
14995         dlls/hid/Makefile"
14996 test "x$enable_hid" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
14997         hid"
14998 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
14999 dlls/hid/Makefile: dlls/hid/Makefile.in dlls/Makedll.rules"
15000 ac_config_files="$ac_config_files dlls/hid/Makefile"
15001
15002 ALL_MAKEFILES="$ALL_MAKEFILES \\
15003         dlls/hlink/Makefile"
15004 test "x$enable_hlink" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
15005         hlink"
15006 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
15007 dlls/hlink/Makefile: dlls/hlink/Makefile.in dlls/Makedll.rules"
15008 ac_config_files="$ac_config_files dlls/hlink/Makefile"
15009
15010 ALL_MAKEFILES="$ALL_MAKEFILES \\
15011         dlls/hlink/tests/Makefile"
15012 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
15013         hlink/tests"
15014 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
15015 dlls/hlink/tests/Makefile: dlls/hlink/tests/Makefile.in dlls/Maketest.rules"
15016 ac_config_files="$ac_config_files dlls/hlink/tests/Makefile"
15017
15018 ALL_MAKEFILES="$ALL_MAKEFILES \\
15019         dlls/hnetcfg/Makefile"
15020 test "x$enable_hnetcfg" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
15021         hnetcfg"
15022 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
15023 dlls/hnetcfg/Makefile: dlls/hnetcfg/Makefile.in dlls/Makedll.rules"
15024 ac_config_files="$ac_config_files dlls/hnetcfg/Makefile"
15025
15026 ALL_MAKEFILES="$ALL_MAKEFILES \\
15027         dlls/httpapi/Makefile"
15028 test "x$enable_httpapi" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
15029         httpapi"
15030 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
15031 dlls/httpapi/Makefile: dlls/httpapi/Makefile.in dlls/Makedll.rules"
15032 ac_config_files="$ac_config_files dlls/httpapi/Makefile"
15033
15034 ALL_MAKEFILES="$ALL_MAKEFILES \\
15035         dlls/iccvid/Makefile"
15036 test "x$enable_iccvid" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
15037         iccvid"
15038 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
15039 dlls/iccvid/Makefile: dlls/iccvid/Makefile.in dlls/Makedll.rules"
15040 ac_config_files="$ac_config_files dlls/iccvid/Makefile"
15041
15042 ALL_MAKEFILES="$ALL_MAKEFILES \\
15043         dlls/icmp/Makefile"
15044 test "x$enable_icmp" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
15045         icmp"
15046 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
15047 dlls/icmp/Makefile: dlls/icmp/Makefile.in dlls/Makedll.rules"
15048 ac_config_files="$ac_config_files dlls/icmp/Makefile"
15049
15050 ALL_MAKEFILES="$ALL_MAKEFILES \\
15051         dlls/ifsmgr.vxd/Makefile"
15052 test "x$enable_win16" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
15053         ifsmgr.vxd"
15054 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
15055 dlls/ifsmgr.vxd/Makefile: dlls/ifsmgr.vxd/Makefile.in dlls/Makedll.rules"
15056 ac_config_files="$ac_config_files dlls/ifsmgr.vxd/Makefile"
15057
15058 ALL_MAKEFILES="$ALL_MAKEFILES \\
15059         dlls/imaadp32.acm/Makefile"
15060 test "x$enable_imaadp32_acm" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
15061         imaadp32.acm"
15062 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
15063 dlls/imaadp32.acm/Makefile: dlls/imaadp32.acm/Makefile.in dlls/Makedll.rules"
15064 ac_config_files="$ac_config_files dlls/imaadp32.acm/Makefile"
15065
15066 ALL_MAKEFILES="$ALL_MAKEFILES \\
15067         dlls/imagehlp/Makefile"
15068 test "x$enable_imagehlp" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
15069         imagehlp"
15070 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
15071 dlls/imagehlp/Makefile: dlls/imagehlp/Makefile.in dlls/Makedll.rules"
15072 ac_config_files="$ac_config_files dlls/imagehlp/Makefile"
15073
15074 ALL_MAKEFILES="$ALL_MAKEFILES \\
15075         dlls/imm.dll16/Makefile"
15076 test "x$enable_win16" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
15077         imm.dll16"
15078 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
15079 dlls/imm.dll16/Makefile: dlls/imm.dll16/Makefile.in dlls/Makedll.rules"
15080 ac_config_files="$ac_config_files dlls/imm.dll16/Makefile"
15081
15082 ALL_MAKEFILES="$ALL_MAKEFILES \\
15083         dlls/imm32/Makefile"
15084 test "x$enable_imm32" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
15085         imm32"
15086 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
15087 dlls/imm32/Makefile: dlls/imm32/Makefile.in dlls/Makedll.rules"
15088 ac_config_files="$ac_config_files dlls/imm32/Makefile"
15089
15090 ALL_MAKEFILES="$ALL_MAKEFILES \\
15091         dlls/imm32/tests/Makefile"
15092 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
15093         imm32/tests"
15094 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
15095 dlls/imm32/tests/Makefile: dlls/imm32/tests/Makefile.in dlls/Maketest.rules"
15096 ac_config_files="$ac_config_files dlls/imm32/tests/Makefile"
15097
15098 ALL_MAKEFILES="$ALL_MAKEFILES \\
15099         dlls/inetcomm/Makefile"
15100 test "x$enable_inetcomm" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
15101         inetcomm"
15102 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
15103 dlls/inetcomm/Makefile: dlls/inetcomm/Makefile.in dlls/Makedll.rules"
15104 ac_config_files="$ac_config_files dlls/inetcomm/Makefile"
15105
15106 ALL_MAKEFILES="$ALL_MAKEFILES \\
15107         dlls/inetcomm/tests/Makefile"
15108 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
15109         inetcomm/tests"
15110 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
15111 dlls/inetcomm/tests/Makefile: dlls/inetcomm/tests/Makefile.in dlls/Maketest.rules"
15112 ac_config_files="$ac_config_files dlls/inetcomm/tests/Makefile"
15113
15114 ALL_MAKEFILES="$ALL_MAKEFILES \\
15115         dlls/inetmib1/Makefile"
15116 test "x$enable_inetmib1" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
15117         inetmib1"
15118 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
15119 dlls/inetmib1/Makefile: dlls/inetmib1/Makefile.in dlls/Makedll.rules"
15120 ac_config_files="$ac_config_files dlls/inetmib1/Makefile"
15121
15122 ALL_MAKEFILES="$ALL_MAKEFILES \\
15123         dlls/inetmib1/tests/Makefile"
15124 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
15125         inetmib1/tests"
15126 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
15127 dlls/inetmib1/tests/Makefile: dlls/inetmib1/tests/Makefile.in dlls/Maketest.rules"
15128 ac_config_files="$ac_config_files dlls/inetmib1/tests/Makefile"
15129
15130 ALL_MAKEFILES="$ALL_MAKEFILES \\
15131         dlls/infosoft/Makefile"
15132 test "x$enable_infosoft" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
15133         infosoft"
15134 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
15135 dlls/infosoft/Makefile: dlls/infosoft/Makefile.in dlls/Makedll.rules"
15136 ac_config_files="$ac_config_files dlls/infosoft/Makefile"
15137
15138 ALL_MAKEFILES="$ALL_MAKEFILES \\
15139         dlls/infosoft/tests/Makefile"
15140 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
15141         infosoft/tests"
15142 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
15143 dlls/infosoft/tests/Makefile: dlls/infosoft/tests/Makefile.in dlls/Maketest.rules"
15144 ac_config_files="$ac_config_files dlls/infosoft/tests/Makefile"
15145
15146 ALL_MAKEFILES="$ALL_MAKEFILES \\
15147         dlls/initpki/Makefile"
15148 test "x$enable_initpki" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
15149         initpki"
15150 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
15151 dlls/initpki/Makefile: dlls/initpki/Makefile.in dlls/Makedll.rules"
15152 ac_config_files="$ac_config_files dlls/initpki/Makefile"
15153
15154 ALL_MAKEFILES="$ALL_MAKEFILES \\
15155         dlls/inkobj/Makefile"
15156 test "x$enable_inkobj" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
15157         inkobj"
15158 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
15159 dlls/inkobj/Makefile: dlls/inkobj/Makefile.in dlls/Makedll.rules"
15160 ac_config_files="$ac_config_files dlls/inkobj/Makefile"
15161
15162 ALL_MAKEFILES="$ALL_MAKEFILES \\
15163         dlls/inseng/Makefile"
15164 test "x$enable_inseng" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
15165         inseng"
15166 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
15167 dlls/inseng/Makefile: dlls/inseng/Makefile.in dlls/Makedll.rules"
15168 ac_config_files="$ac_config_files dlls/inseng/Makefile"
15169
15170 ALL_MAKEFILES="$ALL_MAKEFILES \\
15171         dlls/iphlpapi/Makefile"
15172 test "x$enable_iphlpapi" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
15173         iphlpapi"
15174 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
15175 dlls/iphlpapi/Makefile: dlls/iphlpapi/Makefile.in dlls/Makedll.rules"
15176 ac_config_files="$ac_config_files dlls/iphlpapi/Makefile"
15177
15178 ALL_MAKEFILES="$ALL_MAKEFILES \\
15179         dlls/iphlpapi/tests/Makefile"
15180 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
15181         iphlpapi/tests"
15182 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
15183 dlls/iphlpapi/tests/Makefile: dlls/iphlpapi/tests/Makefile.in dlls/Maketest.rules"
15184 ac_config_files="$ac_config_files dlls/iphlpapi/tests/Makefile"
15185
15186 ALL_MAKEFILES="$ALL_MAKEFILES \\
15187         dlls/itircl/Makefile"
15188 test "x$enable_itircl" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
15189         itircl"
15190 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
15191 dlls/itircl/Makefile: dlls/itircl/Makefile.in dlls/Makedll.rules"
15192 ac_config_files="$ac_config_files dlls/itircl/Makefile"
15193
15194 ALL_MAKEFILES="$ALL_MAKEFILES \\
15195         dlls/itss/Makefile"
15196 test "x$enable_itss" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
15197         itss"
15198 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
15199 dlls/itss/Makefile: dlls/itss/Makefile.in dlls/Makedll.rules"
15200 ac_config_files="$ac_config_files dlls/itss/Makefile"
15201
15202 ALL_MAKEFILES="$ALL_MAKEFILES \\
15203         dlls/itss/tests/Makefile"
15204 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
15205         itss/tests"
15206 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
15207 dlls/itss/tests/Makefile: dlls/itss/tests/Makefile.in dlls/Maketest.rules"
15208 ac_config_files="$ac_config_files dlls/itss/tests/Makefile"
15209
15210 ALL_MAKEFILES="$ALL_MAKEFILES \\
15211         dlls/jscript/Makefile"
15212 test "x$enable_jscript" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
15213         jscript"
15214 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
15215 dlls/jscript/Makefile: dlls/jscript/Makefile.in dlls/Makedll.rules"
15216 ac_config_files="$ac_config_files dlls/jscript/Makefile"
15217
15218 ALL_MAKEFILES="$ALL_MAKEFILES \\
15219         dlls/jscript/tests/Makefile"
15220 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
15221         jscript/tests"
15222 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
15223 dlls/jscript/tests/Makefile: dlls/jscript/tests/Makefile.in dlls/Maketest.rules"
15224 ac_config_files="$ac_config_files dlls/jscript/tests/Makefile"
15225
15226 ALL_MAKEFILES="$ALL_MAKEFILES \\
15227         dlls/kernel32/Makefile"
15228 test "x$enable_kernel32" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
15229         kernel32"
15230 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
15231 dlls/kernel32/Makefile: dlls/kernel32/Makefile.in dlls/Makedll.rules"
15232 ac_config_files="$ac_config_files dlls/kernel32/Makefile"
15233
15234 ALL_MAKEFILES="$ALL_MAKEFILES \\
15235         dlls/kernel32/tests/Makefile"
15236 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
15237         kernel32/tests"
15238 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
15239 dlls/kernel32/tests/Makefile: dlls/kernel32/tests/Makefile.in dlls/Maketest.rules"
15240 ac_config_files="$ac_config_files dlls/kernel32/tests/Makefile"
15241
15242 ALL_MAKEFILES="$ALL_MAKEFILES \\
15243         dlls/keyboard.drv16/Makefile"
15244 test "x$enable_win16" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
15245         keyboard.drv16"
15246 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
15247 dlls/keyboard.drv16/Makefile: dlls/keyboard.drv16/Makefile.in dlls/Makedll.rules"
15248 ac_config_files="$ac_config_files dlls/keyboard.drv16/Makefile"
15249
15250 ALL_MAKEFILES="$ALL_MAKEFILES \\
15251         dlls/loadperf/Makefile"
15252 test "x$enable_loadperf" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
15253         loadperf"
15254 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
15255 dlls/loadperf/Makefile: dlls/loadperf/Makefile.in dlls/Makedll.rules"
15256 ac_config_files="$ac_config_files dlls/loadperf/Makefile"
15257
15258 ALL_MAKEFILES="$ALL_MAKEFILES \\
15259         dlls/localspl/Makefile"
15260 test "x$enable_localspl" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
15261         localspl"
15262 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
15263 dlls/localspl/Makefile: dlls/localspl/Makefile.in dlls/Makedll.rules"
15264 ac_config_files="$ac_config_files dlls/localspl/Makefile"
15265
15266 ALL_MAKEFILES="$ALL_MAKEFILES \\
15267         dlls/localspl/tests/Makefile"
15268 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
15269         localspl/tests"
15270 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
15271 dlls/localspl/tests/Makefile: dlls/localspl/tests/Makefile.in dlls/Maketest.rules"
15272 ac_config_files="$ac_config_files dlls/localspl/tests/Makefile"
15273
15274 ALL_MAKEFILES="$ALL_MAKEFILES \\
15275         dlls/localui/Makefile"
15276 test "x$enable_localui" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
15277         localui"
15278 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
15279 dlls/localui/Makefile: dlls/localui/Makefile.in dlls/Makedll.rules"
15280 ac_config_files="$ac_config_files dlls/localui/Makefile"
15281
15282 ALL_MAKEFILES="$ALL_MAKEFILES \\
15283         dlls/localui/tests/Makefile"
15284 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
15285         localui/tests"
15286 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
15287 dlls/localui/tests/Makefile: dlls/localui/tests/Makefile.in dlls/Maketest.rules"
15288 ac_config_files="$ac_config_files dlls/localui/tests/Makefile"
15289
15290 ALL_MAKEFILES="$ALL_MAKEFILES \\
15291         dlls/lz32/Makefile"
15292 test "x$enable_lz32" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
15293         lz32"
15294 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
15295 dlls/lz32/Makefile: dlls/lz32/Makefile.in dlls/Makedll.rules"
15296 ac_config_files="$ac_config_files dlls/lz32/Makefile"
15297
15298 ALL_MAKEFILES="$ALL_MAKEFILES \\
15299         dlls/lz32/tests/Makefile"
15300 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
15301         lz32/tests"
15302 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
15303 dlls/lz32/tests/Makefile: dlls/lz32/tests/Makefile.in dlls/Maketest.rules"
15304 ac_config_files="$ac_config_files dlls/lz32/tests/Makefile"
15305
15306 ALL_MAKEFILES="$ALL_MAKEFILES \\
15307         dlls/lzexpand.dll16/Makefile"
15308 test "x$enable_win16" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
15309         lzexpand.dll16"
15310 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
15311 dlls/lzexpand.dll16/Makefile: dlls/lzexpand.dll16/Makefile.in dlls/Makedll.rules"
15312 ac_config_files="$ac_config_files dlls/lzexpand.dll16/Makefile"
15313
15314 ALL_MAKEFILES="$ALL_MAKEFILES \\
15315         dlls/mapi32/Makefile"
15316 test "x$enable_mapi32" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
15317         mapi32"
15318 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
15319 dlls/mapi32/Makefile: dlls/mapi32/Makefile.in dlls/Makedll.rules"
15320 ac_config_files="$ac_config_files dlls/mapi32/Makefile"
15321
15322 ALL_MAKEFILES="$ALL_MAKEFILES \\
15323         dlls/mapi32/tests/Makefile"
15324 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
15325         mapi32/tests"
15326 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
15327 dlls/mapi32/tests/Makefile: dlls/mapi32/tests/Makefile.in dlls/Maketest.rules"
15328 ac_config_files="$ac_config_files dlls/mapi32/tests/Makefile"
15329
15330 ALL_MAKEFILES="$ALL_MAKEFILES \\
15331         dlls/mciavi32/Makefile"
15332 test "x$enable_mciavi32" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
15333         mciavi32"
15334 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
15335 dlls/mciavi32/Makefile: dlls/mciavi32/Makefile.in dlls/Makedll.rules"
15336 ac_config_files="$ac_config_files dlls/mciavi32/Makefile"
15337
15338 ALL_MAKEFILES="$ALL_MAKEFILES \\
15339         dlls/mcicda/Makefile"
15340 test "x$enable_mcicda" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
15341         mcicda"
15342 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
15343 dlls/mcicda/Makefile: dlls/mcicda/Makefile.in dlls/Makedll.rules"
15344 ac_config_files="$ac_config_files dlls/mcicda/Makefile"
15345
15346 ALL_MAKEFILES="$ALL_MAKEFILES \\
15347         dlls/mciqtz32/Makefile"
15348 test "x$enable_mciqtz32" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
15349         mciqtz32"
15350 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
15351 dlls/mciqtz32/Makefile: dlls/mciqtz32/Makefile.in dlls/Makedll.rules"
15352 ac_config_files="$ac_config_files dlls/mciqtz32/Makefile"
15353
15354 ALL_MAKEFILES="$ALL_MAKEFILES \\
15355         dlls/mciseq/Makefile"
15356 test "x$enable_mciseq" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
15357         mciseq"
15358 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
15359 dlls/mciseq/Makefile: dlls/mciseq/Makefile.in dlls/Makedll.rules"
15360 ac_config_files="$ac_config_files dlls/mciseq/Makefile"
15361
15362 ALL_MAKEFILES="$ALL_MAKEFILES \\
15363         dlls/mciwave/Makefile"
15364 test "x$enable_mciwave" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
15365         mciwave"
15366 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
15367 dlls/mciwave/Makefile: dlls/mciwave/Makefile.in dlls/Makedll.rules"
15368 ac_config_files="$ac_config_files dlls/mciwave/Makefile"
15369
15370 ALL_MAKEFILES="$ALL_MAKEFILES \\
15371         dlls/midimap/Makefile"
15372 test "x$enable_midimap" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
15373         midimap"
15374 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
15375 dlls/midimap/Makefile: dlls/midimap/Makefile.in dlls/Makedll.rules"
15376 ac_config_files="$ac_config_files dlls/midimap/Makefile"
15377
15378 ALL_MAKEFILES="$ALL_MAKEFILES \\
15379         dlls/mlang/Makefile"
15380 test "x$enable_mlang" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
15381         mlang"
15382 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
15383 dlls/mlang/Makefile: dlls/mlang/Makefile.in dlls/Makedll.rules"
15384 ac_config_files="$ac_config_files dlls/mlang/Makefile"
15385
15386 ALL_MAKEFILES="$ALL_MAKEFILES \\
15387         dlls/mlang/tests/Makefile"
15388 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
15389         mlang/tests"
15390 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
15391 dlls/mlang/tests/Makefile: dlls/mlang/tests/Makefile.in dlls/Maketest.rules"
15392 ac_config_files="$ac_config_files dlls/mlang/tests/Makefile"
15393
15394 ALL_MAKEFILES="$ALL_MAKEFILES \\
15395         dlls/mmdevldr.vxd/Makefile"
15396 test "x$enable_win16" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
15397         mmdevldr.vxd"
15398 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
15399 dlls/mmdevldr.vxd/Makefile: dlls/mmdevldr.vxd/Makefile.in dlls/Makedll.rules"
15400 ac_config_files="$ac_config_files dlls/mmdevldr.vxd/Makefile"
15401
15402 ALL_MAKEFILES="$ALL_MAKEFILES \\
15403         dlls/monodebg.vxd/Makefile"
15404 test "x$enable_win16" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
15405         monodebg.vxd"
15406 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
15407 dlls/monodebg.vxd/Makefile: dlls/monodebg.vxd/Makefile.in dlls/Makedll.rules"
15408 ac_config_files="$ac_config_files dlls/monodebg.vxd/Makefile"
15409
15410 ALL_MAKEFILES="$ALL_MAKEFILES \\
15411         dlls/mountmgr.sys/Makefile"
15412 test "x$enable_mountmgr_sys" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
15413         mountmgr.sys"
15414 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
15415 dlls/mountmgr.sys/Makefile: dlls/mountmgr.sys/Makefile.in dlls/Makedll.rules"
15416 ac_config_files="$ac_config_files dlls/mountmgr.sys/Makefile"
15417
15418 ALL_MAKEFILES="$ALL_MAKEFILES \\
15419         dlls/mouse.drv16/Makefile"
15420 test "x$enable_win16" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
15421         mouse.drv16"
15422 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
15423 dlls/mouse.drv16/Makefile: dlls/mouse.drv16/Makefile.in dlls/Makedll.rules"
15424 ac_config_files="$ac_config_files dlls/mouse.drv16/Makefile"
15425
15426 ALL_MAKEFILES="$ALL_MAKEFILES \\
15427         dlls/mpr/Makefile"
15428 test "x$enable_mpr" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
15429         mpr"
15430 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
15431 dlls/mpr/Makefile: dlls/mpr/Makefile.in dlls/Makedll.rules"
15432 ac_config_files="$ac_config_files dlls/mpr/Makefile"
15433
15434 ALL_MAKEFILES="$ALL_MAKEFILES \\
15435         dlls/mprapi/Makefile"
15436 test "x$enable_mprapi" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
15437         mprapi"
15438 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
15439 dlls/mprapi/Makefile: dlls/mprapi/Makefile.in dlls/Makedll.rules"
15440 ac_config_files="$ac_config_files dlls/mprapi/Makefile"
15441
15442 ALL_MAKEFILES="$ALL_MAKEFILES \\
15443         dlls/msacm.dll16/Makefile"
15444 test "x$enable_win16" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
15445         msacm.dll16"
15446 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
15447 dlls/msacm.dll16/Makefile: dlls/msacm.dll16/Makefile.in dlls/Makedll.rules"
15448 ac_config_files="$ac_config_files dlls/msacm.dll16/Makefile"
15449
15450 ALL_MAKEFILES="$ALL_MAKEFILES \\
15451         dlls/msacm32.drv/Makefile"
15452 test "x$enable_msacm32_drv" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
15453         msacm32.drv"
15454 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
15455 dlls/msacm32.drv/Makefile: dlls/msacm32.drv/Makefile.in dlls/Makedll.rules"
15456 ac_config_files="$ac_config_files dlls/msacm32.drv/Makefile"
15457
15458 ALL_MAKEFILES="$ALL_MAKEFILES \\
15459         dlls/msacm32/Makefile"
15460 test "x$enable_msacm32" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
15461         msacm32"
15462 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
15463 dlls/msacm32/Makefile: dlls/msacm32/Makefile.in dlls/Makedll.rules"
15464 ac_config_files="$ac_config_files dlls/msacm32/Makefile"
15465
15466 ALL_MAKEFILES="$ALL_MAKEFILES \\
15467         dlls/msacm32/tests/Makefile"
15468 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
15469         msacm32/tests"
15470 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
15471 dlls/msacm32/tests/Makefile: dlls/msacm32/tests/Makefile.in dlls/Maketest.rules"
15472 ac_config_files="$ac_config_files dlls/msacm32/tests/Makefile"
15473
15474 ALL_MAKEFILES="$ALL_MAKEFILES \\
15475         dlls/msadp32.acm/Makefile"
15476 test "x$enable_msadp32_acm" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
15477         msadp32.acm"
15478 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
15479 dlls/msadp32.acm/Makefile: dlls/msadp32.acm/Makefile.in dlls/Makedll.rules"
15480 ac_config_files="$ac_config_files dlls/msadp32.acm/Makefile"
15481
15482 ALL_MAKEFILES="$ALL_MAKEFILES \\
15483         dlls/mscat32/Makefile"
15484 test "x$enable_mscat32" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
15485         mscat32"
15486 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
15487 dlls/mscat32/Makefile: dlls/mscat32/Makefile.in dlls/Makedll.rules"
15488 ac_config_files="$ac_config_files dlls/mscat32/Makefile"
15489
15490 ALL_MAKEFILES="$ALL_MAKEFILES \\
15491         dlls/mscms/Makefile"
15492 test "x$enable_mscms" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
15493         mscms"
15494 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
15495 dlls/mscms/Makefile: dlls/mscms/Makefile.in dlls/Makedll.rules"
15496 ac_config_files="$ac_config_files dlls/mscms/Makefile"
15497
15498 ALL_MAKEFILES="$ALL_MAKEFILES \\
15499         dlls/mscms/tests/Makefile"
15500 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
15501         mscms/tests"
15502 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
15503 dlls/mscms/tests/Makefile: dlls/mscms/tests/Makefile.in dlls/Maketest.rules"
15504 ac_config_files="$ac_config_files dlls/mscms/tests/Makefile"
15505
15506 ALL_MAKEFILES="$ALL_MAKEFILES \\
15507         dlls/mscoree/Makefile"
15508 test "x$enable_mscoree" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
15509         mscoree"
15510 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
15511 dlls/mscoree/Makefile: dlls/mscoree/Makefile.in dlls/Makedll.rules"
15512 ac_config_files="$ac_config_files dlls/mscoree/Makefile"
15513
15514 ALL_MAKEFILES="$ALL_MAKEFILES \\
15515         dlls/msctf/Makefile"
15516 test "x$enable_msctf" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
15517         msctf"
15518 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
15519 dlls/msctf/Makefile: dlls/msctf/Makefile.in dlls/Makedll.rules"
15520 ac_config_files="$ac_config_files dlls/msctf/Makefile"
15521
15522 ALL_MAKEFILES="$ALL_MAKEFILES \\
15523         dlls/msctf/tests/Makefile"
15524 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
15525         msctf/tests"
15526 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
15527 dlls/msctf/tests/Makefile: dlls/msctf/tests/Makefile.in dlls/Maketest.rules"
15528 ac_config_files="$ac_config_files dlls/msctf/tests/Makefile"
15529
15530 ALL_MAKEFILES="$ALL_MAKEFILES \\
15531         dlls/msdaps/Makefile"
15532 test "x$enable_msdaps" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
15533         msdaps"
15534 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
15535 dlls/msdaps/Makefile: dlls/msdaps/Makefile.in dlls/Makedll.rules"
15536 ac_config_files="$ac_config_files dlls/msdaps/Makefile"
15537
15538 ALL_MAKEFILES="$ALL_MAKEFILES \\
15539         dlls/msdmo/Makefile"
15540 test "x$enable_msdmo" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
15541         msdmo"
15542 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
15543 dlls/msdmo/Makefile: dlls/msdmo/Makefile.in dlls/Makedll.rules"
15544 ac_config_files="$ac_config_files dlls/msdmo/Makefile"
15545
15546 ALL_MAKEFILES="$ALL_MAKEFILES \\
15547         dlls/msftedit/Makefile"
15548 test "x$enable_msftedit" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
15549         msftedit"
15550 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
15551 dlls/msftedit/Makefile: dlls/msftedit/Makefile.in dlls/Makedll.rules"
15552 ac_config_files="$ac_config_files dlls/msftedit/Makefile"
15553
15554 ALL_MAKEFILES="$ALL_MAKEFILES \\
15555         dlls/msg711.acm/Makefile"
15556 test "x$enable_msg711_acm" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
15557         msg711.acm"
15558 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
15559 dlls/msg711.acm/Makefile: dlls/msg711.acm/Makefile.in dlls/Makedll.rules"
15560 ac_config_files="$ac_config_files dlls/msg711.acm/Makefile"
15561
15562 ALL_MAKEFILES="$ALL_MAKEFILES \\
15563         dlls/msgsm32.acm/Makefile"
15564 test "x$enable_msgsm32_acm" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
15565         msgsm32.acm"
15566 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
15567 dlls/msgsm32.acm/Makefile: dlls/msgsm32.acm/Makefile.in dlls/Makedll.rules"
15568 ac_config_files="$ac_config_files dlls/msgsm32.acm/Makefile"
15569
15570 ALL_MAKEFILES="$ALL_MAKEFILES \\
15571         dlls/mshtml.tlb/Makefile"
15572 test "x$enable_mshtml_tlb" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
15573         mshtml.tlb"
15574 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
15575 dlls/mshtml.tlb/Makefile: dlls/mshtml.tlb/Makefile.in dlls/Makedll.rules"
15576 ac_config_files="$ac_config_files dlls/mshtml.tlb/Makefile"
15577
15578 ALL_MAKEFILES="$ALL_MAKEFILES \\
15579         dlls/mshtml/Makefile"
15580 test "x$enable_mshtml" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
15581         mshtml"
15582 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
15583 dlls/mshtml/Makefile: dlls/mshtml/Makefile.in dlls/Makedll.rules"
15584 ac_config_files="$ac_config_files dlls/mshtml/Makefile"
15585
15586 ALL_MAKEFILES="$ALL_MAKEFILES \\
15587         dlls/mshtml/tests/Makefile"
15588 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
15589         mshtml/tests"
15590 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
15591 dlls/mshtml/tests/Makefile: dlls/mshtml/tests/Makefile.in dlls/Maketest.rules"
15592 ac_config_files="$ac_config_files dlls/mshtml/tests/Makefile"
15593
15594 ALL_MAKEFILES="$ALL_MAKEFILES \\
15595         dlls/msi/Makefile"
15596 test "x$enable_msi" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
15597         msi"
15598 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
15599 dlls/msi/Makefile: dlls/msi/Makefile.in dlls/Makedll.rules"
15600 ac_config_files="$ac_config_files dlls/msi/Makefile"
15601
15602 ALL_MAKEFILES="$ALL_MAKEFILES \\
15603         dlls/msi/tests/Makefile"
15604 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
15605         msi/tests"
15606 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
15607 dlls/msi/tests/Makefile: dlls/msi/tests/Makefile.in dlls/Maketest.rules"
15608 ac_config_files="$ac_config_files dlls/msi/tests/Makefile"
15609
15610 ALL_MAKEFILES="$ALL_MAKEFILES \\
15611         dlls/msimg32/Makefile"
15612 test "x$enable_msimg32" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
15613         msimg32"
15614 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
15615 dlls/msimg32/Makefile: dlls/msimg32/Makefile.in dlls/Makedll.rules"
15616 ac_config_files="$ac_config_files dlls/msimg32/Makefile"
15617
15618 ALL_MAKEFILES="$ALL_MAKEFILES \\
15619         dlls/msimtf/Makefile"
15620 test "x$enable_msimtf" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
15621         msimtf"
15622 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
15623 dlls/msimtf/Makefile: dlls/msimtf/Makefile.in dlls/Makedll.rules"
15624 ac_config_files="$ac_config_files dlls/msimtf/Makefile"
15625
15626 ALL_MAKEFILES="$ALL_MAKEFILES \\
15627         dlls/msisip/Makefile"
15628 test "x$enable_msisip" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
15629         msisip"
15630 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
15631 dlls/msisip/Makefile: dlls/msisip/Makefile.in dlls/Makedll.rules"
15632 ac_config_files="$ac_config_files dlls/msisip/Makefile"
15633
15634 ALL_MAKEFILES="$ALL_MAKEFILES \\
15635         dlls/msisys.ocx/Makefile"
15636 test "x$enable_msisys_ocx" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
15637         msisys.ocx"
15638 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
15639 dlls/msisys.ocx/Makefile: dlls/msisys.ocx/Makefile.in dlls/Makedll.rules"
15640 ac_config_files="$ac_config_files dlls/msisys.ocx/Makefile"
15641
15642 ALL_MAKEFILES="$ALL_MAKEFILES \\
15643         dlls/msnet32/Makefile"
15644 test "x$enable_msnet32" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
15645         msnet32"
15646 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
15647 dlls/msnet32/Makefile: dlls/msnet32/Makefile.in dlls/Makedll.rules"
15648 ac_config_files="$ac_config_files dlls/msnet32/Makefile"
15649
15650 ALL_MAKEFILES="$ALL_MAKEFILES \\
15651         dlls/msrle32/Makefile"
15652 test "x$enable_msrle32" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
15653         msrle32"
15654 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
15655 dlls/msrle32/Makefile: dlls/msrle32/Makefile.in dlls/Makedll.rules"
15656 ac_config_files="$ac_config_files dlls/msrle32/Makefile"
15657
15658 ALL_MAKEFILES="$ALL_MAKEFILES \\
15659         dlls/mssign32/Makefile"
15660 test "x$enable_mssign32" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
15661         mssign32"
15662 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
15663 dlls/mssign32/Makefile: dlls/mssign32/Makefile.in dlls/Makedll.rules"
15664 ac_config_files="$ac_config_files dlls/mssign32/Makefile"
15665
15666 ALL_MAKEFILES="$ALL_MAKEFILES \\
15667         dlls/mssip32/Makefile"
15668 test "x$enable_mssip32" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
15669         mssip32"
15670 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
15671 dlls/mssip32/Makefile: dlls/mssip32/Makefile.in dlls/Makedll.rules"
15672 ac_config_files="$ac_config_files dlls/mssip32/Makefile"
15673
15674 ALL_MAKEFILES="$ALL_MAKEFILES \\
15675         dlls/mstask/Makefile"
15676 test "x$enable_mstask" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
15677         mstask"
15678 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
15679 dlls/mstask/Makefile: dlls/mstask/Makefile.in dlls/Makedll.rules"
15680 ac_config_files="$ac_config_files dlls/mstask/Makefile"
15681
15682 ALL_MAKEFILES="$ALL_MAKEFILES \\
15683         dlls/mstask/tests/Makefile"
15684 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
15685         mstask/tests"
15686 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
15687 dlls/mstask/tests/Makefile: dlls/mstask/tests/Makefile.in dlls/Maketest.rules"
15688 ac_config_files="$ac_config_files dlls/mstask/tests/Makefile"
15689
15690 ALL_MAKEFILES="$ALL_MAKEFILES \\
15691         dlls/msvcirt/Makefile"
15692 test "x$enable_msvcirt" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
15693         msvcirt"
15694 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
15695 dlls/msvcirt/Makefile: dlls/msvcirt/Makefile.in dlls/Makedll.rules"
15696 ac_config_files="$ac_config_files dlls/msvcirt/Makefile"
15697
15698 ALL_MAKEFILES="$ALL_MAKEFILES \\
15699         dlls/msvcr71/Makefile"
15700 test "x$enable_msvcr71" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
15701         msvcr71"
15702 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
15703 dlls/msvcr71/Makefile: dlls/msvcr71/Makefile.in dlls/Makedll.rules"
15704 ac_config_files="$ac_config_files dlls/msvcr71/Makefile"
15705
15706 ALL_MAKEFILES="$ALL_MAKEFILES \\
15707         dlls/msvcrt/Makefile"
15708 test "x$enable_msvcrt" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
15709         msvcrt"
15710 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
15711 dlls/msvcrt/Makefile: dlls/msvcrt/Makefile.in dlls/Makedll.rules"
15712 ac_config_files="$ac_config_files dlls/msvcrt/Makefile"
15713
15714 ALL_MAKEFILES="$ALL_MAKEFILES \\
15715         dlls/msvcrt/tests/Makefile"
15716 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
15717         msvcrt/tests"
15718 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
15719 dlls/msvcrt/tests/Makefile: dlls/msvcrt/tests/Makefile.in dlls/Maketest.rules"
15720 ac_config_files="$ac_config_files dlls/msvcrt/tests/Makefile"
15721
15722 ALL_MAKEFILES="$ALL_MAKEFILES \\
15723         dlls/msvcrt20/Makefile"
15724 test "x$enable_msvcrt20" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
15725         msvcrt20"
15726 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
15727 dlls/msvcrt20/Makefile: dlls/msvcrt20/Makefile.in dlls/Makedll.rules"
15728 ac_config_files="$ac_config_files dlls/msvcrt20/Makefile"
15729
15730 ALL_MAKEFILES="$ALL_MAKEFILES \\
15731         dlls/msvcrt40/Makefile"
15732 test "x$enable_msvcrt40" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
15733         msvcrt40"
15734 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
15735 dlls/msvcrt40/Makefile: dlls/msvcrt40/Makefile.in dlls/Makedll.rules"
15736 ac_config_files="$ac_config_files dlls/msvcrt40/Makefile"
15737
15738 ALL_MAKEFILES="$ALL_MAKEFILES \\
15739         dlls/msvcrtd/Makefile"
15740 test "x$enable_msvcrtd" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
15741         msvcrtd"
15742 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
15743 dlls/msvcrtd/Makefile: dlls/msvcrtd/Makefile.in dlls/Makedll.rules"
15744 ac_config_files="$ac_config_files dlls/msvcrtd/Makefile"
15745
15746 ALL_MAKEFILES="$ALL_MAKEFILES \\
15747         dlls/msvcrtd/tests/Makefile"
15748 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
15749         msvcrtd/tests"
15750 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
15751 dlls/msvcrtd/tests/Makefile: dlls/msvcrtd/tests/Makefile.in dlls/Maketest.rules"
15752 ac_config_files="$ac_config_files dlls/msvcrtd/tests/Makefile"
15753
15754 ALL_MAKEFILES="$ALL_MAKEFILES \\
15755         dlls/msvfw32/Makefile"
15756 test "x$enable_msvfw32" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
15757         msvfw32"
15758 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
15759 dlls/msvfw32/Makefile: dlls/msvfw32/Makefile.in dlls/Makedll.rules"
15760 ac_config_files="$ac_config_files dlls/msvfw32/Makefile"
15761
15762 ALL_MAKEFILES="$ALL_MAKEFILES \\
15763         dlls/msvfw32/tests/Makefile"
15764 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
15765         msvfw32/tests"
15766 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
15767 dlls/msvfw32/tests/Makefile: dlls/msvfw32/tests/Makefile.in dlls/Maketest.rules"
15768 ac_config_files="$ac_config_files dlls/msvfw32/tests/Makefile"
15769
15770 ALL_MAKEFILES="$ALL_MAKEFILES \\
15771         dlls/msvidc32/Makefile"
15772 test "x$enable_msvidc32" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
15773         msvidc32"
15774 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
15775 dlls/msvidc32/Makefile: dlls/msvidc32/Makefile.in dlls/Makedll.rules"
15776 ac_config_files="$ac_config_files dlls/msvidc32/Makefile"
15777
15778 ALL_MAKEFILES="$ALL_MAKEFILES \\
15779         dlls/msvideo.dll16/Makefile"
15780 test "x$enable_win16" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
15781         msvideo.dll16"
15782 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
15783 dlls/msvideo.dll16/Makefile: dlls/msvideo.dll16/Makefile.in dlls/Makedll.rules"
15784 ac_config_files="$ac_config_files dlls/msvideo.dll16/Makefile"
15785
15786 ALL_MAKEFILES="$ALL_MAKEFILES \\
15787         dlls/mswsock/Makefile"
15788 test "x$enable_mswsock" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
15789         mswsock"
15790 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
15791 dlls/mswsock/Makefile: dlls/mswsock/Makefile.in dlls/Makedll.rules"
15792 ac_config_files="$ac_config_files dlls/mswsock/Makefile"
15793
15794 ALL_MAKEFILES="$ALL_MAKEFILES \\
15795         dlls/msxml3/Makefile"
15796 test "x$enable_msxml3" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
15797         msxml3"
15798 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
15799 dlls/msxml3/Makefile: dlls/msxml3/Makefile.in dlls/Makedll.rules"
15800 ac_config_files="$ac_config_files dlls/msxml3/Makefile"
15801
15802 ALL_MAKEFILES="$ALL_MAKEFILES \\
15803         dlls/msxml3/tests/Makefile"
15804 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
15805         msxml3/tests"
15806 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
15807 dlls/msxml3/tests/Makefile: dlls/msxml3/tests/Makefile.in dlls/Maketest.rules"
15808 ac_config_files="$ac_config_files dlls/msxml3/tests/Makefile"
15809
15810 ALL_MAKEFILES="$ALL_MAKEFILES \\
15811         dlls/nddeapi/Makefile"
15812 test "x$enable_nddeapi" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
15813         nddeapi"
15814 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
15815 dlls/nddeapi/Makefile: dlls/nddeapi/Makefile.in dlls/Makedll.rules"
15816 ac_config_files="$ac_config_files dlls/nddeapi/Makefile"
15817
15818 ALL_MAKEFILES="$ALL_MAKEFILES \\
15819         dlls/netapi32/Makefile"
15820 test "x$enable_netapi32" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
15821         netapi32"
15822 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
15823 dlls/netapi32/Makefile: dlls/netapi32/Makefile.in dlls/Makedll.rules"
15824 ac_config_files="$ac_config_files dlls/netapi32/Makefile"
15825
15826 ALL_MAKEFILES="$ALL_MAKEFILES \\
15827         dlls/netapi32/tests/Makefile"
15828 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
15829         netapi32/tests"
15830 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
15831 dlls/netapi32/tests/Makefile: dlls/netapi32/tests/Makefile.in dlls/Maketest.rules"
15832 ac_config_files="$ac_config_files dlls/netapi32/tests/Makefile"
15833
15834 ALL_MAKEFILES="$ALL_MAKEFILES \\
15835         dlls/newdev/Makefile"
15836 test "x$enable_newdev" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
15837         newdev"
15838 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
15839 dlls/newdev/Makefile: dlls/newdev/Makefile.in dlls/Makedll.rules"
15840 ac_config_files="$ac_config_files dlls/newdev/Makefile"
15841
15842 ALL_MAKEFILES="$ALL_MAKEFILES \\
15843         dlls/ntdll/Makefile"
15844 test "x$enable_ntdll" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
15845         ntdll"
15846 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
15847 dlls/ntdll/Makefile: dlls/ntdll/Makefile.in dlls/Makedll.rules"
15848 ac_config_files="$ac_config_files dlls/ntdll/Makefile"
15849
15850 ALL_MAKEFILES="$ALL_MAKEFILES \\
15851         dlls/ntdll/tests/Makefile"
15852 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
15853         ntdll/tests"
15854 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
15855 dlls/ntdll/tests/Makefile: dlls/ntdll/tests/Makefile.in dlls/Maketest.rules"
15856 ac_config_files="$ac_config_files dlls/ntdll/tests/Makefile"
15857
15858 ALL_MAKEFILES="$ALL_MAKEFILES \\
15859         dlls/ntdsapi/Makefile"
15860 test "x$enable_ntdsapi" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
15861         ntdsapi"
15862 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
15863 dlls/ntdsapi/Makefile: dlls/ntdsapi/Makefile.in dlls/Makedll.rules"
15864 ac_config_files="$ac_config_files dlls/ntdsapi/Makefile"
15865
15866 ALL_MAKEFILES="$ALL_MAKEFILES \\
15867         dlls/ntdsapi/tests/Makefile"
15868 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
15869         ntdsapi/tests"
15870 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
15871 dlls/ntdsapi/tests/Makefile: dlls/ntdsapi/tests/Makefile.in dlls/Maketest.rules"
15872 ac_config_files="$ac_config_files dlls/ntdsapi/tests/Makefile"
15873
15874 ALL_MAKEFILES="$ALL_MAKEFILES \\
15875         dlls/ntoskrnl.exe/Makefile"
15876 test "x$enable_ntoskrnl_exe" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
15877         ntoskrnl.exe"
15878 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
15879 dlls/ntoskrnl.exe/Makefile: dlls/ntoskrnl.exe/Makefile.in dlls/Makedll.rules"
15880 ac_config_files="$ac_config_files dlls/ntoskrnl.exe/Makefile"
15881
15882 ALL_MAKEFILES="$ALL_MAKEFILES \\
15883         dlls/ntprint/Makefile"
15884 test "x$enable_ntprint" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
15885         ntprint"
15886 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
15887 dlls/ntprint/Makefile: dlls/ntprint/Makefile.in dlls/Makedll.rules"
15888 ac_config_files="$ac_config_files dlls/ntprint/Makefile"
15889
15890 ALL_MAKEFILES="$ALL_MAKEFILES \\
15891         dlls/ntprint/tests/Makefile"
15892 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
15893         ntprint/tests"
15894 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
15895 dlls/ntprint/tests/Makefile: dlls/ntprint/tests/Makefile.in dlls/Maketest.rules"
15896 ac_config_files="$ac_config_files dlls/ntprint/tests/Makefile"
15897
15898 ALL_MAKEFILES="$ALL_MAKEFILES \\
15899         dlls/objsel/Makefile"
15900 test "x$enable_objsel" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
15901         objsel"
15902 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
15903 dlls/objsel/Makefile: dlls/objsel/Makefile.in dlls/Makedll.rules"
15904 ac_config_files="$ac_config_files dlls/objsel/Makefile"
15905
15906 ALL_MAKEFILES="$ALL_MAKEFILES \\
15907         dlls/odbc32/Makefile"
15908 test "x$enable_odbc32" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
15909         odbc32"
15910 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
15911 dlls/odbc32/Makefile: dlls/odbc32/Makefile.in dlls/Makedll.rules"
15912 ac_config_files="$ac_config_files dlls/odbc32/Makefile"
15913
15914 ALL_MAKEFILES="$ALL_MAKEFILES \\
15915         dlls/odbccp32/Makefile"
15916 test "x$enable_odbccp32" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
15917         odbccp32"
15918 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
15919 dlls/odbccp32/Makefile: dlls/odbccp32/Makefile.in dlls/Makedll.rules"
15920 ac_config_files="$ac_config_files dlls/odbccp32/Makefile"
15921
15922 ALL_MAKEFILES="$ALL_MAKEFILES \\
15923         dlls/odbccp32/tests/Makefile"
15924 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
15925         odbccp32/tests"
15926 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
15927 dlls/odbccp32/tests/Makefile: dlls/odbccp32/tests/Makefile.in dlls/Maketest.rules"
15928 ac_config_files="$ac_config_files dlls/odbccp32/tests/Makefile"
15929
15930 ALL_MAKEFILES="$ALL_MAKEFILES \\
15931         dlls/ole2.dll16/Makefile"
15932 test "x$enable_win16" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
15933         ole2.dll16"
15934 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
15935 dlls/ole2.dll16/Makefile: dlls/ole2.dll16/Makefile.in dlls/Makedll.rules"
15936 ac_config_files="$ac_config_files dlls/ole2.dll16/Makefile"
15937
15938 ALL_MAKEFILES="$ALL_MAKEFILES \\
15939         dlls/ole2conv.dll16/Makefile"
15940 test "x$enable_win16" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
15941         ole2conv.dll16"
15942 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
15943 dlls/ole2conv.dll16/Makefile: dlls/ole2conv.dll16/Makefile.in dlls/Makedll.rules"
15944 ac_config_files="$ac_config_files dlls/ole2conv.dll16/Makefile"
15945
15946 ALL_MAKEFILES="$ALL_MAKEFILES \\
15947         dlls/ole2disp.dll16/Makefile"
15948 test "x$enable_win16" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
15949         ole2disp.dll16"
15950 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
15951 dlls/ole2disp.dll16/Makefile: dlls/ole2disp.dll16/Makefile.in dlls/Makedll.rules"
15952 ac_config_files="$ac_config_files dlls/ole2disp.dll16/Makefile"
15953
15954 ALL_MAKEFILES="$ALL_MAKEFILES \\
15955         dlls/ole2nls.dll16/Makefile"
15956 test "x$enable_win16" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
15957         ole2nls.dll16"
15958 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
15959 dlls/ole2nls.dll16/Makefile: dlls/ole2nls.dll16/Makefile.in dlls/Makedll.rules"
15960 ac_config_files="$ac_config_files dlls/ole2nls.dll16/Makefile"
15961
15962 ALL_MAKEFILES="$ALL_MAKEFILES \\
15963         dlls/ole2prox.dll16/Makefile"
15964 test "x$enable_win16" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
15965         ole2prox.dll16"
15966 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
15967 dlls/ole2prox.dll16/Makefile: dlls/ole2prox.dll16/Makefile.in dlls/Makedll.rules"
15968 ac_config_files="$ac_config_files dlls/ole2prox.dll16/Makefile"
15969
15970 ALL_MAKEFILES="$ALL_MAKEFILES \\
15971         dlls/ole2thk.dll16/Makefile"
15972 test "x$enable_win16" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
15973         ole2thk.dll16"
15974 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
15975 dlls/ole2thk.dll16/Makefile: dlls/ole2thk.dll16/Makefile.in dlls/Makedll.rules"
15976 ac_config_files="$ac_config_files dlls/ole2thk.dll16/Makefile"
15977
15978 ALL_MAKEFILES="$ALL_MAKEFILES \\
15979         dlls/ole32/Makefile"
15980 test "x$enable_ole32" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
15981         ole32"
15982 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
15983 dlls/ole32/Makefile: dlls/ole32/Makefile.in dlls/Makedll.rules"
15984 ac_config_files="$ac_config_files dlls/ole32/Makefile"
15985
15986 ALL_MAKEFILES="$ALL_MAKEFILES \\
15987         dlls/ole32/tests/Makefile"
15988 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
15989         ole32/tests"
15990 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
15991 dlls/ole32/tests/Makefile: dlls/ole32/tests/Makefile.in dlls/Maketest.rules"
15992 ac_config_files="$ac_config_files dlls/ole32/tests/Makefile"
15993
15994 ALL_MAKEFILES="$ALL_MAKEFILES \\
15995         dlls/oleacc/Makefile"
15996 test "x$enable_oleacc" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
15997         oleacc"
15998 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
15999 dlls/oleacc/Makefile: dlls/oleacc/Makefile.in dlls/Makedll.rules"
16000 ac_config_files="$ac_config_files dlls/oleacc/Makefile"
16001
16002 ALL_MAKEFILES="$ALL_MAKEFILES \\
16003         dlls/oleacc/tests/Makefile"
16004 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
16005         oleacc/tests"
16006 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
16007 dlls/oleacc/tests/Makefile: dlls/oleacc/tests/Makefile.in dlls/Maketest.rules"
16008 ac_config_files="$ac_config_files dlls/oleacc/tests/Makefile"
16009
16010 ALL_MAKEFILES="$ALL_MAKEFILES \\
16011         dlls/oleaut32/Makefile"
16012 test "x$enable_oleaut32" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
16013         oleaut32"
16014 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
16015 dlls/oleaut32/Makefile: dlls/oleaut32/Makefile.in dlls/Makedll.rules"
16016 ac_config_files="$ac_config_files dlls/oleaut32/Makefile"
16017
16018 ALL_MAKEFILES="$ALL_MAKEFILES \\
16019         dlls/oleaut32/tests/Makefile"
16020 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
16021         oleaut32/tests"
16022 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
16023 dlls/oleaut32/tests/Makefile: dlls/oleaut32/tests/Makefile.in dlls/Maketest.rules"
16024 ac_config_files="$ac_config_files dlls/oleaut32/tests/Makefile"
16025
16026 ALL_MAKEFILES="$ALL_MAKEFILES \\
16027         dlls/olecli.dll16/Makefile"
16028 test "x$enable_win16" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
16029         olecli.dll16"
16030 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
16031 dlls/olecli.dll16/Makefile: dlls/olecli.dll16/Makefile.in dlls/Makedll.rules"
16032 ac_config_files="$ac_config_files dlls/olecli.dll16/Makefile"
16033
16034 ALL_MAKEFILES="$ALL_MAKEFILES \\
16035         dlls/olecli32/Makefile"
16036 test "x$enable_olecli32" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
16037         olecli32"
16038 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
16039 dlls/olecli32/Makefile: dlls/olecli32/Makefile.in dlls/Makedll.rules"
16040 ac_config_files="$ac_config_files dlls/olecli32/Makefile"
16041
16042 ALL_MAKEFILES="$ALL_MAKEFILES \\
16043         dlls/oledb32/Makefile"
16044 test "x$enable_oledb32" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
16045         oledb32"
16046 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
16047 dlls/oledb32/Makefile: dlls/oledb32/Makefile.in dlls/Makedll.rules"
16048 ac_config_files="$ac_config_files dlls/oledb32/Makefile"
16049
16050 ALL_MAKEFILES="$ALL_MAKEFILES \\
16051         dlls/oledb32/tests/Makefile"
16052 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
16053         oledb32/tests"
16054 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
16055 dlls/oledb32/tests/Makefile: dlls/oledb32/tests/Makefile.in dlls/Maketest.rules"
16056 ac_config_files="$ac_config_files dlls/oledb32/tests/Makefile"
16057
16058 ALL_MAKEFILES="$ALL_MAKEFILES \\
16059         dlls/oledlg/Makefile"
16060 test "x$enable_oledlg" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
16061         oledlg"
16062 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
16063 dlls/oledlg/Makefile: dlls/oledlg/Makefile.in dlls/Makedll.rules"
16064 ac_config_files="$ac_config_files dlls/oledlg/Makefile"
16065
16066 ALL_MAKEFILES="$ALL_MAKEFILES \\
16067         dlls/olepro32/Makefile"
16068 test "x$enable_olepro32" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
16069         olepro32"
16070 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
16071 dlls/olepro32/Makefile: dlls/olepro32/Makefile.in dlls/Makedll.rules"
16072 ac_config_files="$ac_config_files dlls/olepro32/Makefile"
16073
16074 ALL_MAKEFILES="$ALL_MAKEFILES \\
16075         dlls/olesvr.dll16/Makefile"
16076 test "x$enable_win16" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
16077         olesvr.dll16"
16078 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
16079 dlls/olesvr.dll16/Makefile: dlls/olesvr.dll16/Makefile.in dlls/Makedll.rules"
16080 ac_config_files="$ac_config_files dlls/olesvr.dll16/Makefile"
16081
16082 ALL_MAKEFILES="$ALL_MAKEFILES \\
16083         dlls/olesvr32/Makefile"
16084 test "x$enable_olesvr32" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
16085         olesvr32"
16086 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
16087 dlls/olesvr32/Makefile: dlls/olesvr32/Makefile.in dlls/Makedll.rules"
16088 ac_config_files="$ac_config_files dlls/olesvr32/Makefile"
16089
16090 ALL_MAKEFILES="$ALL_MAKEFILES \\
16091         dlls/olethk32/Makefile"
16092 test "x$enable_olethk32" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
16093         olethk32"
16094 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
16095 dlls/olethk32/Makefile: dlls/olethk32/Makefile.in dlls/Makedll.rules"
16096 ac_config_files="$ac_config_files dlls/olethk32/Makefile"
16097
16098 ALL_MAKEFILES="$ALL_MAKEFILES \\
16099         dlls/openal32/Makefile"
16100 test "x$enable_openal32" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
16101         openal32"
16102 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
16103 dlls/openal32/Makefile: dlls/openal32/Makefile.in dlls/Makedll.rules"
16104 ac_config_files="$ac_config_files dlls/openal32/Makefile"
16105
16106 ALL_MAKEFILES="$ALL_MAKEFILES \\
16107         dlls/opengl32/Makefile"
16108 test "x$enable_opengl32" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
16109         opengl32"
16110 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
16111 dlls/opengl32/Makefile: dlls/opengl32/Makefile.in dlls/Makedll.rules"
16112 ac_config_files="$ac_config_files dlls/opengl32/Makefile"
16113
16114 ALL_MAKEFILES="$ALL_MAKEFILES \\
16115         dlls/opengl32/tests/Makefile"
16116 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
16117         opengl32/tests"
16118 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
16119 dlls/opengl32/tests/Makefile: dlls/opengl32/tests/Makefile.in dlls/Maketest.rules"
16120 ac_config_files="$ac_config_files dlls/opengl32/tests/Makefile"
16121
16122 ALL_MAKEFILES="$ALL_MAKEFILES \\
16123         dlls/pdh/Makefile"
16124 test "x$enable_pdh" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
16125         pdh"
16126 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
16127 dlls/pdh/Makefile: dlls/pdh/Makefile.in dlls/Makedll.rules"
16128 ac_config_files="$ac_config_files dlls/pdh/Makefile"
16129
16130 ALL_MAKEFILES="$ALL_MAKEFILES \\
16131         dlls/pdh/tests/Makefile"
16132 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
16133         pdh/tests"
16134 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
16135 dlls/pdh/tests/Makefile: dlls/pdh/tests/Makefile.in dlls/Maketest.rules"
16136 ac_config_files="$ac_config_files dlls/pdh/tests/Makefile"
16137
16138 ALL_MAKEFILES="$ALL_MAKEFILES \\
16139         dlls/pidgen/Makefile"
16140 test "x$enable_pidgen" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
16141         pidgen"
16142 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
16143 dlls/pidgen/Makefile: dlls/pidgen/Makefile.in dlls/Makedll.rules"
16144 ac_config_files="$ac_config_files dlls/pidgen/Makefile"
16145
16146 ALL_MAKEFILES="$ALL_MAKEFILES \\
16147         dlls/powrprof/Makefile"
16148 test "x$enable_powrprof" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
16149         powrprof"
16150 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
16151 dlls/powrprof/Makefile: dlls/powrprof/Makefile.in dlls/Makedll.rules"
16152 ac_config_files="$ac_config_files dlls/powrprof/Makefile"
16153
16154 ALL_MAKEFILES="$ALL_MAKEFILES \\
16155         dlls/printui/Makefile"
16156 test "x$enable_printui" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
16157         printui"
16158 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
16159 dlls/printui/Makefile: dlls/printui/Makefile.in dlls/Makedll.rules"
16160 ac_config_files="$ac_config_files dlls/printui/Makefile"
16161
16162 ALL_MAKEFILES="$ALL_MAKEFILES \\
16163         dlls/propsys/Makefile"
16164 test "x$enable_propsys" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
16165         propsys"
16166 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
16167 dlls/propsys/Makefile: dlls/propsys/Makefile.in dlls/Makedll.rules"
16168 ac_config_files="$ac_config_files dlls/propsys/Makefile"
16169
16170 ALL_MAKEFILES="$ALL_MAKEFILES \\
16171         dlls/psapi/Makefile"
16172 test "x$enable_psapi" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
16173         psapi"
16174 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
16175 dlls/psapi/Makefile: dlls/psapi/Makefile.in dlls/Makedll.rules"
16176 ac_config_files="$ac_config_files dlls/psapi/Makefile"
16177
16178 ALL_MAKEFILES="$ALL_MAKEFILES \\
16179         dlls/psapi/tests/Makefile"
16180 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
16181         psapi/tests"
16182 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
16183 dlls/psapi/tests/Makefile: dlls/psapi/tests/Makefile.in dlls/Maketest.rules"
16184 ac_config_files="$ac_config_files dlls/psapi/tests/Makefile"
16185
16186 ALL_MAKEFILES="$ALL_MAKEFILES \\
16187         dlls/pstorec/Makefile"
16188 test "x$enable_pstorec" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
16189         pstorec"
16190 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
16191 dlls/pstorec/Makefile: dlls/pstorec/Makefile.in dlls/Makedll.rules"
16192 ac_config_files="$ac_config_files dlls/pstorec/Makefile"
16193
16194 ALL_MAKEFILES="$ALL_MAKEFILES \\
16195         dlls/qcap/Makefile"
16196 test "x$enable_qcap" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
16197         qcap"
16198 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
16199 dlls/qcap/Makefile: dlls/qcap/Makefile.in dlls/Makedll.rules"
16200 ac_config_files="$ac_config_files dlls/qcap/Makefile"
16201
16202 ALL_MAKEFILES="$ALL_MAKEFILES \\
16203         dlls/qedit/Makefile"
16204 test "x$enable_qedit" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
16205         qedit"
16206 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
16207 dlls/qedit/Makefile: dlls/qedit/Makefile.in dlls/Makedll.rules"
16208 ac_config_files="$ac_config_files dlls/qedit/Makefile"
16209
16210 ALL_MAKEFILES="$ALL_MAKEFILES \\
16211         dlls/qedit/tests/Makefile"
16212 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
16213         qedit/tests"
16214 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
16215 dlls/qedit/tests/Makefile: dlls/qedit/tests/Makefile.in dlls/Maketest.rules"
16216 ac_config_files="$ac_config_files dlls/qedit/tests/Makefile"
16217
16218 ALL_MAKEFILES="$ALL_MAKEFILES \\
16219         dlls/qmgr/Makefile"
16220 test "x$enable_qmgr" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
16221         qmgr"
16222 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
16223 dlls/qmgr/Makefile: dlls/qmgr/Makefile.in dlls/Makedll.rules"
16224 ac_config_files="$ac_config_files dlls/qmgr/Makefile"
16225
16226 ALL_MAKEFILES="$ALL_MAKEFILES \\
16227         dlls/qmgr/tests/Makefile"
16228 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
16229         qmgr/tests"
16230 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
16231 dlls/qmgr/tests/Makefile: dlls/qmgr/tests/Makefile.in dlls/Maketest.rules"
16232 ac_config_files="$ac_config_files dlls/qmgr/tests/Makefile"
16233
16234 ALL_MAKEFILES="$ALL_MAKEFILES \\
16235         dlls/qmgrprxy/Makefile"
16236 test "x$enable_qmgrprxy" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
16237         qmgrprxy"
16238 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
16239 dlls/qmgrprxy/Makefile: dlls/qmgrprxy/Makefile.in dlls/Makedll.rules"
16240 ac_config_files="$ac_config_files dlls/qmgrprxy/Makefile"
16241
16242 ALL_MAKEFILES="$ALL_MAKEFILES \\
16243         dlls/quartz/Makefile"
16244 test "x$enable_quartz" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
16245         quartz"
16246 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
16247 dlls/quartz/Makefile: dlls/quartz/Makefile.in dlls/Makedll.rules"
16248 ac_config_files="$ac_config_files dlls/quartz/Makefile"
16249
16250 ALL_MAKEFILES="$ALL_MAKEFILES \\
16251         dlls/quartz/tests/Makefile"
16252 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
16253         quartz/tests"
16254 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
16255 dlls/quartz/tests/Makefile: dlls/quartz/tests/Makefile.in dlls/Maketest.rules"
16256 ac_config_files="$ac_config_files dlls/quartz/tests/Makefile"
16257
16258 ALL_MAKEFILES="$ALL_MAKEFILES \\
16259         dlls/query/Makefile"
16260 test "x$enable_query" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
16261         query"
16262 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
16263 dlls/query/Makefile: dlls/query/Makefile.in dlls/Makedll.rules"
16264 ac_config_files="$ac_config_files dlls/query/Makefile"
16265
16266 ALL_MAKEFILES="$ALL_MAKEFILES \\
16267         dlls/rasapi16.dll16/Makefile"
16268 test "x$enable_win16" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
16269         rasapi16.dll16"
16270 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
16271 dlls/rasapi16.dll16/Makefile: dlls/rasapi16.dll16/Makefile.in dlls/Makedll.rules"
16272 ac_config_files="$ac_config_files dlls/rasapi16.dll16/Makefile"
16273
16274 ALL_MAKEFILES="$ALL_MAKEFILES \\
16275         dlls/rasapi32/Makefile"
16276 test "x$enable_rasapi32" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
16277         rasapi32"
16278 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
16279 dlls/rasapi32/Makefile: dlls/rasapi32/Makefile.in dlls/Makedll.rules"
16280 ac_config_files="$ac_config_files dlls/rasapi32/Makefile"
16281
16282 ALL_MAKEFILES="$ALL_MAKEFILES \\
16283         dlls/rasapi32/tests/Makefile"
16284 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
16285         rasapi32/tests"
16286 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
16287 dlls/rasapi32/tests/Makefile: dlls/rasapi32/tests/Makefile.in dlls/Maketest.rules"
16288 ac_config_files="$ac_config_files dlls/rasapi32/tests/Makefile"
16289
16290 ALL_MAKEFILES="$ALL_MAKEFILES \\
16291         dlls/rasdlg/Makefile"
16292 test "x$enable_rasdlg" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
16293         rasdlg"
16294 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
16295 dlls/rasdlg/Makefile: dlls/rasdlg/Makefile.in dlls/Makedll.rules"
16296 ac_config_files="$ac_config_files dlls/rasdlg/Makefile"
16297
16298 ALL_MAKEFILES="$ALL_MAKEFILES \\
16299         dlls/resutils/Makefile"
16300 test "x$enable_resutils" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
16301         resutils"
16302 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
16303 dlls/resutils/Makefile: dlls/resutils/Makefile.in dlls/Makedll.rules"
16304 ac_config_files="$ac_config_files dlls/resutils/Makefile"
16305
16306 ALL_MAKEFILES="$ALL_MAKEFILES \\
16307         dlls/riched20/Makefile"
16308 test "x$enable_riched20" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
16309         riched20"
16310 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
16311 dlls/riched20/Makefile: dlls/riched20/Makefile.in dlls/Makedll.rules"
16312 ac_config_files="$ac_config_files dlls/riched20/Makefile"
16313
16314 ALL_MAKEFILES="$ALL_MAKEFILES \\
16315         dlls/riched20/tests/Makefile"
16316 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
16317         riched20/tests"
16318 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
16319 dlls/riched20/tests/Makefile: dlls/riched20/tests/Makefile.in dlls/Maketest.rules"
16320 ac_config_files="$ac_config_files dlls/riched20/tests/Makefile"
16321
16322 ALL_MAKEFILES="$ALL_MAKEFILES \\
16323         dlls/riched32/Makefile"
16324 test "x$enable_riched32" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
16325         riched32"
16326 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
16327 dlls/riched32/Makefile: dlls/riched32/Makefile.in dlls/Makedll.rules"
16328 ac_config_files="$ac_config_files dlls/riched32/Makefile"
16329
16330 ALL_MAKEFILES="$ALL_MAKEFILES \\
16331         dlls/riched32/tests/Makefile"
16332 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
16333         riched32/tests"
16334 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
16335 dlls/riched32/tests/Makefile: dlls/riched32/tests/Makefile.in dlls/Maketest.rules"
16336 ac_config_files="$ac_config_files dlls/riched32/tests/Makefile"
16337
16338 ALL_MAKEFILES="$ALL_MAKEFILES \\
16339         dlls/rpcrt4/Makefile"
16340 test "x$enable_rpcrt4" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
16341         rpcrt4"
16342 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
16343 dlls/rpcrt4/Makefile: dlls/rpcrt4/Makefile.in dlls/Makedll.rules"
16344 ac_config_files="$ac_config_files dlls/rpcrt4/Makefile"
16345
16346 ALL_MAKEFILES="$ALL_MAKEFILES \\
16347         dlls/rpcrt4/tests/Makefile"
16348 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
16349         rpcrt4/tests"
16350 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
16351 dlls/rpcrt4/tests/Makefile: dlls/rpcrt4/tests/Makefile.in dlls/Maketest.rules"
16352 ac_config_files="$ac_config_files dlls/rpcrt4/tests/Makefile"
16353
16354 ALL_MAKEFILES="$ALL_MAKEFILES \\
16355         dlls/rsabase/Makefile"
16356 test "x$enable_rsabase" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
16357         rsabase"
16358 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
16359 dlls/rsabase/Makefile: dlls/rsabase/Makefile.in dlls/Makedll.rules"
16360 ac_config_files="$ac_config_files dlls/rsabase/Makefile"
16361
16362 ALL_MAKEFILES="$ALL_MAKEFILES \\
16363         dlls/rsaenh/Makefile"
16364 test "x$enable_rsaenh" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
16365         rsaenh"
16366 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
16367 dlls/rsaenh/Makefile: dlls/rsaenh/Makefile.in dlls/Makedll.rules"
16368 ac_config_files="$ac_config_files dlls/rsaenh/Makefile"
16369
16370 ALL_MAKEFILES="$ALL_MAKEFILES \\
16371         dlls/rsaenh/tests/Makefile"
16372 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
16373         rsaenh/tests"
16374 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
16375 dlls/rsaenh/tests/Makefile: dlls/rsaenh/tests/Makefile.in dlls/Maketest.rules"
16376 ac_config_files="$ac_config_files dlls/rsaenh/tests/Makefile"
16377
16378 ALL_MAKEFILES="$ALL_MAKEFILES \\
16379         dlls/rtutils/Makefile"
16380 test "x$enable_rtutils" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
16381         rtutils"
16382 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
16383 dlls/rtutils/Makefile: dlls/rtutils/Makefile.in dlls/Makedll.rules"
16384 ac_config_files="$ac_config_files dlls/rtutils/Makefile"
16385
16386 ALL_MAKEFILES="$ALL_MAKEFILES \\
16387         dlls/sane.ds/Makefile"
16388 test "x$enable_sane_ds" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
16389         sane.ds"
16390 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
16391 dlls/sane.ds/Makefile: dlls/sane.ds/Makefile.in dlls/Makedll.rules"
16392 ac_config_files="$ac_config_files dlls/sane.ds/Makefile"
16393
16394 ALL_MAKEFILES="$ALL_MAKEFILES \\
16395         dlls/sccbase/Makefile"
16396 test "x$enable_sccbase" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
16397         sccbase"
16398 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
16399 dlls/sccbase/Makefile: dlls/sccbase/Makefile.in dlls/Makedll.rules"
16400 ac_config_files="$ac_config_files dlls/sccbase/Makefile"
16401
16402 ALL_MAKEFILES="$ALL_MAKEFILES \\
16403         dlls/schannel/Makefile"
16404 test "x$enable_schannel" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
16405         schannel"
16406 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
16407 dlls/schannel/Makefile: dlls/schannel/Makefile.in dlls/Makedll.rules"
16408 ac_config_files="$ac_config_files dlls/schannel/Makefile"
16409
16410 ALL_MAKEFILES="$ALL_MAKEFILES \\
16411         dlls/schannel/tests/Makefile"
16412 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
16413         schannel/tests"
16414 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
16415 dlls/schannel/tests/Makefile: dlls/schannel/tests/Makefile.in dlls/Maketest.rules"
16416 ac_config_files="$ac_config_files dlls/schannel/tests/Makefile"
16417
16418 ALL_MAKEFILES="$ALL_MAKEFILES \\
16419         dlls/secur32/Makefile"
16420 test "x$enable_secur32" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
16421         secur32"
16422 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
16423 dlls/secur32/Makefile: dlls/secur32/Makefile.in dlls/Makedll.rules"
16424 ac_config_files="$ac_config_files dlls/secur32/Makefile"
16425
16426 ALL_MAKEFILES="$ALL_MAKEFILES \\
16427         dlls/secur32/tests/Makefile"
16428 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
16429         secur32/tests"
16430 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
16431 dlls/secur32/tests/Makefile: dlls/secur32/tests/Makefile.in dlls/Maketest.rules"
16432 ac_config_files="$ac_config_files dlls/secur32/tests/Makefile"
16433
16434 ALL_MAKEFILES="$ALL_MAKEFILES \\
16435         dlls/security/Makefile"
16436 test "x$enable_security" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
16437         security"
16438 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
16439 dlls/security/Makefile: dlls/security/Makefile.in dlls/Makedll.rules"
16440 ac_config_files="$ac_config_files dlls/security/Makefile"
16441
16442 ALL_MAKEFILES="$ALL_MAKEFILES \\
16443         dlls/sensapi/Makefile"
16444 test "x$enable_sensapi" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
16445         sensapi"
16446 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
16447 dlls/sensapi/Makefile: dlls/sensapi/Makefile.in dlls/Makedll.rules"
16448 ac_config_files="$ac_config_files dlls/sensapi/Makefile"
16449
16450 ALL_MAKEFILES="$ALL_MAKEFILES \\
16451         dlls/serialui/Makefile"
16452 test "x$enable_serialui" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
16453         serialui"
16454 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
16455 dlls/serialui/Makefile: dlls/serialui/Makefile.in dlls/Makedll.rules"
16456 ac_config_files="$ac_config_files dlls/serialui/Makefile"
16457
16458 ALL_MAKEFILES="$ALL_MAKEFILES \\
16459         dlls/serialui/tests/Makefile"
16460 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
16461         serialui/tests"
16462 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
16463 dlls/serialui/tests/Makefile: dlls/serialui/tests/Makefile.in dlls/Maketest.rules"
16464 ac_config_files="$ac_config_files dlls/serialui/tests/Makefile"
16465
16466 ALL_MAKEFILES="$ALL_MAKEFILES \\
16467         dlls/setupapi/Makefile"
16468 test "x$enable_setupapi" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
16469         setupapi"
16470 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
16471 dlls/setupapi/Makefile: dlls/setupapi/Makefile.in dlls/Makedll.rules"
16472 ac_config_files="$ac_config_files dlls/setupapi/Makefile"
16473
16474 ALL_MAKEFILES="$ALL_MAKEFILES \\
16475         dlls/setupapi/tests/Makefile"
16476 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
16477         setupapi/tests"
16478 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
16479 dlls/setupapi/tests/Makefile: dlls/setupapi/tests/Makefile.in dlls/Maketest.rules"
16480 ac_config_files="$ac_config_files dlls/setupapi/tests/Makefile"
16481
16482 ALL_MAKEFILES="$ALL_MAKEFILES \\
16483         dlls/setupx.dll16/Makefile"
16484 test "x$enable_win16" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
16485         setupx.dll16"
16486 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
16487 dlls/setupx.dll16/Makefile: dlls/setupx.dll16/Makefile.in dlls/Makedll.rules"
16488 ac_config_files="$ac_config_files dlls/setupx.dll16/Makefile"
16489
16490 ALL_MAKEFILES="$ALL_MAKEFILES \\
16491         dlls/sfc/Makefile"
16492 test "x$enable_sfc" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
16493         sfc"
16494 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
16495 dlls/sfc/Makefile: dlls/sfc/Makefile.in dlls/Makedll.rules"
16496 ac_config_files="$ac_config_files dlls/sfc/Makefile"
16497
16498 ALL_MAKEFILES="$ALL_MAKEFILES \\
16499         dlls/sfc_os/Makefile"
16500 test "x$enable_sfc_os" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
16501         sfc_os"
16502 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
16503 dlls/sfc_os/Makefile: dlls/sfc_os/Makefile.in dlls/Makedll.rules"
16504 ac_config_files="$ac_config_files dlls/sfc_os/Makefile"
16505
16506 ALL_MAKEFILES="$ALL_MAKEFILES \\
16507         dlls/shdoclc/Makefile"
16508 test "x$enable_shdoclc" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
16509         shdoclc"
16510 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
16511 dlls/shdoclc/Makefile: dlls/shdoclc/Makefile.in dlls/Makedll.rules"
16512 ac_config_files="$ac_config_files dlls/shdoclc/Makefile"
16513
16514 ALL_MAKEFILES="$ALL_MAKEFILES \\
16515         dlls/shdocvw/Makefile"
16516 test "x$enable_shdocvw" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
16517         shdocvw"
16518 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
16519 dlls/shdocvw/Makefile: dlls/shdocvw/Makefile.in dlls/Makedll.rules"
16520 ac_config_files="$ac_config_files dlls/shdocvw/Makefile"
16521
16522 ALL_MAKEFILES="$ALL_MAKEFILES \\
16523         dlls/shdocvw/tests/Makefile"
16524 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
16525         shdocvw/tests"
16526 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
16527 dlls/shdocvw/tests/Makefile: dlls/shdocvw/tests/Makefile.in dlls/Maketest.rules"
16528 ac_config_files="$ac_config_files dlls/shdocvw/tests/Makefile"
16529
16530 ALL_MAKEFILES="$ALL_MAKEFILES \\
16531         dlls/shell.dll16/Makefile"
16532 test "x$enable_win16" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
16533         shell.dll16"
16534 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
16535 dlls/shell.dll16/Makefile: dlls/shell.dll16/Makefile.in dlls/Makedll.rules"
16536 ac_config_files="$ac_config_files dlls/shell.dll16/Makefile"
16537
16538 ALL_MAKEFILES="$ALL_MAKEFILES \\
16539         dlls/shell32/Makefile"
16540 test "x$enable_shell32" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
16541         shell32"
16542 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
16543 dlls/shell32/Makefile: dlls/shell32/Makefile.in dlls/Makedll.rules"
16544 ac_config_files="$ac_config_files dlls/shell32/Makefile"
16545
16546 ALL_MAKEFILES="$ALL_MAKEFILES \\
16547         dlls/shell32/tests/Makefile"
16548 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
16549         shell32/tests"
16550 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
16551 dlls/shell32/tests/Makefile: dlls/shell32/tests/Makefile.in dlls/Maketest.rules"
16552 ac_config_files="$ac_config_files dlls/shell32/tests/Makefile"
16553
16554 ALL_MAKEFILES="$ALL_MAKEFILES \\
16555         dlls/shfolder/Makefile"
16556 test "x$enable_shfolder" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
16557         shfolder"
16558 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
16559 dlls/shfolder/Makefile: dlls/shfolder/Makefile.in dlls/Makedll.rules"
16560 ac_config_files="$ac_config_files dlls/shfolder/Makefile"
16561
16562 ALL_MAKEFILES="$ALL_MAKEFILES \\
16563         dlls/shlwapi/Makefile"
16564 test "x$enable_shlwapi" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
16565         shlwapi"
16566 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
16567 dlls/shlwapi/Makefile: dlls/shlwapi/Makefile.in dlls/Makedll.rules"
16568 ac_config_files="$ac_config_files dlls/shlwapi/Makefile"
16569
16570 ALL_MAKEFILES="$ALL_MAKEFILES \\
16571         dlls/shlwapi/tests/Makefile"
16572 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
16573         shlwapi/tests"
16574 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
16575 dlls/shlwapi/tests/Makefile: dlls/shlwapi/tests/Makefile.in dlls/Maketest.rules"
16576 ac_config_files="$ac_config_files dlls/shlwapi/tests/Makefile"
16577
16578 ALL_MAKEFILES="$ALL_MAKEFILES \\
16579         dlls/slbcsp/Makefile"
16580 test "x$enable_slbcsp" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
16581         slbcsp"
16582 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
16583 dlls/slbcsp/Makefile: dlls/slbcsp/Makefile.in dlls/Makedll.rules"
16584 ac_config_files="$ac_config_files dlls/slbcsp/Makefile"
16585
16586 ALL_MAKEFILES="$ALL_MAKEFILES \\
16587         dlls/slc/Makefile"
16588 test "x$enable_slc" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
16589         slc"
16590 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
16591 dlls/slc/Makefile: dlls/slc/Makefile.in dlls/Makedll.rules"
16592 ac_config_files="$ac_config_files dlls/slc/Makefile"
16593
16594 ALL_MAKEFILES="$ALL_MAKEFILES \\
16595         dlls/snmpapi/Makefile"
16596 test "x$enable_snmpapi" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
16597         snmpapi"
16598 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
16599 dlls/snmpapi/Makefile: dlls/snmpapi/Makefile.in dlls/Makedll.rules"
16600 ac_config_files="$ac_config_files dlls/snmpapi/Makefile"
16601
16602 ALL_MAKEFILES="$ALL_MAKEFILES \\
16603         dlls/snmpapi/tests/Makefile"
16604 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
16605         snmpapi/tests"
16606 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
16607 dlls/snmpapi/tests/Makefile: dlls/snmpapi/tests/Makefile.in dlls/Maketest.rules"
16608 ac_config_files="$ac_config_files dlls/snmpapi/tests/Makefile"
16609
16610 ALL_MAKEFILES="$ALL_MAKEFILES \\
16611         dlls/softpub/Makefile"
16612 test "x$enable_softpub" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
16613         softpub"
16614 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
16615 dlls/softpub/Makefile: dlls/softpub/Makefile.in dlls/Makedll.rules"
16616 ac_config_files="$ac_config_files dlls/softpub/Makefile"
16617
16618 ALL_MAKEFILES="$ALL_MAKEFILES \\
16619         dlls/sound.drv16/Makefile"
16620 test "x$enable_win16" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
16621         sound.drv16"
16622 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
16623 dlls/sound.drv16/Makefile: dlls/sound.drv16/Makefile.in dlls/Makedll.rules"
16624 ac_config_files="$ac_config_files dlls/sound.drv16/Makefile"
16625
16626 ALL_MAKEFILES="$ALL_MAKEFILES \\
16627         dlls/spoolss/Makefile"
16628 test "x$enable_spoolss" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
16629         spoolss"
16630 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
16631 dlls/spoolss/Makefile: dlls/spoolss/Makefile.in dlls/Makedll.rules"
16632 ac_config_files="$ac_config_files dlls/spoolss/Makefile"
16633
16634 ALL_MAKEFILES="$ALL_MAKEFILES \\
16635         dlls/spoolss/tests/Makefile"
16636 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
16637         spoolss/tests"
16638 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
16639 dlls/spoolss/tests/Makefile: dlls/spoolss/tests/Makefile.in dlls/Maketest.rules"
16640 ac_config_files="$ac_config_files dlls/spoolss/tests/Makefile"
16641
16642 ALL_MAKEFILES="$ALL_MAKEFILES \\
16643         dlls/stdole2.tlb/Makefile"
16644 test "x$enable_stdole2_tlb" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
16645         stdole2.tlb"
16646 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
16647 dlls/stdole2.tlb/Makefile: dlls/stdole2.tlb/Makefile.in dlls/Makedll.rules"
16648 ac_config_files="$ac_config_files dlls/stdole2.tlb/Makefile"
16649
16650 ALL_MAKEFILES="$ALL_MAKEFILES \\
16651         dlls/stdole32.tlb/Makefile"
16652 test "x$enable_stdole32_tlb" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
16653         stdole32.tlb"
16654 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
16655 dlls/stdole32.tlb/Makefile: dlls/stdole32.tlb/Makefile.in dlls/Makedll.rules"
16656 ac_config_files="$ac_config_files dlls/stdole32.tlb/Makefile"
16657
16658 ALL_MAKEFILES="$ALL_MAKEFILES \\
16659         dlls/sti/Makefile"
16660 test "x$enable_sti" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
16661         sti"
16662 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
16663 dlls/sti/Makefile: dlls/sti/Makefile.in dlls/Makedll.rules"
16664 ac_config_files="$ac_config_files dlls/sti/Makefile"
16665
16666 ALL_MAKEFILES="$ALL_MAKEFILES \\
16667         dlls/sti/tests/Makefile"
16668 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
16669         sti/tests"
16670 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
16671 dlls/sti/tests/Makefile: dlls/sti/tests/Makefile.in dlls/Maketest.rules"
16672 ac_config_files="$ac_config_files dlls/sti/tests/Makefile"
16673
16674 ALL_MAKEFILES="$ALL_MAKEFILES \\
16675         dlls/storage.dll16/Makefile"
16676 test "x$enable_win16" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
16677         storage.dll16"
16678 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
16679 dlls/storage.dll16/Makefile: dlls/storage.dll16/Makefile.in dlls/Makedll.rules"
16680 ac_config_files="$ac_config_files dlls/storage.dll16/Makefile"
16681
16682 ALL_MAKEFILES="$ALL_MAKEFILES \\
16683         dlls/stress.dll16/Makefile"
16684 test "x$enable_win16" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
16685         stress.dll16"
16686 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
16687 dlls/stress.dll16/Makefile: dlls/stress.dll16/Makefile.in dlls/Makedll.rules"
16688 ac_config_files="$ac_config_files dlls/stress.dll16/Makefile"
16689
16690 ALL_MAKEFILES="$ALL_MAKEFILES \\
16691         dlls/strmiids/Makefile"
16692 test "x$enable_strmiids" != xno && ALL_IMPLIB_DIRS="$ALL_IMPLIB_DIRS \\
16693         strmiids"
16694 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
16695 dlls/strmiids/Makefile: dlls/strmiids/Makefile.in dlls/Makeimplib.rules"
16696 ac_config_files="$ac_config_files dlls/strmiids/Makefile"
16697
16698 ALL_MAKEFILES="$ALL_MAKEFILES \\
16699         dlls/svrapi/Makefile"
16700 test "x$enable_svrapi" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
16701         svrapi"
16702 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
16703 dlls/svrapi/Makefile: dlls/svrapi/Makefile.in dlls/Makedll.rules"
16704 ac_config_files="$ac_config_files dlls/svrapi/Makefile"
16705
16706 ALL_MAKEFILES="$ALL_MAKEFILES \\
16707         dlls/sxs/Makefile"
16708 test "x$enable_sxs" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
16709         sxs"
16710 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
16711 dlls/sxs/Makefile: dlls/sxs/Makefile.in dlls/Makedll.rules"
16712 ac_config_files="$ac_config_files dlls/sxs/Makefile"
16713
16714 ALL_MAKEFILES="$ALL_MAKEFILES \\
16715         dlls/system.drv16/Makefile"
16716 test "x$enable_win16" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
16717         system.drv16"
16718 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
16719 dlls/system.drv16/Makefile: dlls/system.drv16/Makefile.in dlls/Makedll.rules"
16720 ac_config_files="$ac_config_files dlls/system.drv16/Makefile"
16721
16722 ALL_MAKEFILES="$ALL_MAKEFILES \\
16723         dlls/t2embed/Makefile"
16724 test "x$enable_t2embed" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
16725         t2embed"
16726 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
16727 dlls/t2embed/Makefile: dlls/t2embed/Makefile.in dlls/Makedll.rules"
16728 ac_config_files="$ac_config_files dlls/t2embed/Makefile"
16729
16730 ALL_MAKEFILES="$ALL_MAKEFILES \\
16731         dlls/tapi32/Makefile"
16732 test "x$enable_tapi32" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
16733         tapi32"
16734 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
16735 dlls/tapi32/Makefile: dlls/tapi32/Makefile.in dlls/Makedll.rules"
16736 ac_config_files="$ac_config_files dlls/tapi32/Makefile"
16737
16738 ALL_MAKEFILES="$ALL_MAKEFILES \\
16739         dlls/toolhelp.dll16/Makefile"
16740 test "x$enable_win16" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
16741         toolhelp.dll16"
16742 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
16743 dlls/toolhelp.dll16/Makefile: dlls/toolhelp.dll16/Makefile.in dlls/Makedll.rules"
16744 ac_config_files="$ac_config_files dlls/toolhelp.dll16/Makefile"
16745
16746 ALL_MAKEFILES="$ALL_MAKEFILES \\
16747         dlls/traffic/Makefile"
16748 test "x$enable_traffic" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
16749         traffic"
16750 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
16751 dlls/traffic/Makefile: dlls/traffic/Makefile.in dlls/Makedll.rules"
16752 ac_config_files="$ac_config_files dlls/traffic/Makefile"
16753
16754 ALL_MAKEFILES="$ALL_MAKEFILES \\
16755         dlls/twain.dll16/Makefile"
16756 test "x$enable_win16" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
16757         twain.dll16"
16758 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
16759 dlls/twain.dll16/Makefile: dlls/twain.dll16/Makefile.in dlls/Makedll.rules"
16760 ac_config_files="$ac_config_files dlls/twain.dll16/Makefile"
16761
16762 ALL_MAKEFILES="$ALL_MAKEFILES \\
16763         dlls/twain_32/Makefile"
16764 test "x$enable_twain_32" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
16765         twain_32"
16766 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
16767 dlls/twain_32/Makefile: dlls/twain_32/Makefile.in dlls/Makedll.rules"
16768 ac_config_files="$ac_config_files dlls/twain_32/Makefile"
16769
16770 ALL_MAKEFILES="$ALL_MAKEFILES \\
16771         dlls/twain_32/tests/Makefile"
16772 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
16773         twain_32/tests"
16774 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
16775 dlls/twain_32/tests/Makefile: dlls/twain_32/tests/Makefile.in dlls/Maketest.rules"
16776 ac_config_files="$ac_config_files dlls/twain_32/tests/Makefile"
16777
16778 ALL_MAKEFILES="$ALL_MAKEFILES \\
16779         dlls/typelib.dll16/Makefile"
16780 test "x$enable_win16" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
16781         typelib.dll16"
16782 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
16783 dlls/typelib.dll16/Makefile: dlls/typelib.dll16/Makefile.in dlls/Makedll.rules"
16784 ac_config_files="$ac_config_files dlls/typelib.dll16/Makefile"
16785
16786 ALL_MAKEFILES="$ALL_MAKEFILES \\
16787         dlls/unicows/Makefile"
16788 test "x$enable_unicows" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
16789         unicows"
16790 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
16791 dlls/unicows/Makefile: dlls/unicows/Makefile.in dlls/Makedll.rules"
16792 ac_config_files="$ac_config_files dlls/unicows/Makefile"
16793
16794 ALL_MAKEFILES="$ALL_MAKEFILES \\
16795         dlls/updspapi/Makefile"
16796 test "x$enable_updspapi" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
16797         updspapi"
16798 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
16799 dlls/updspapi/Makefile: dlls/updspapi/Makefile.in dlls/Makedll.rules"
16800 ac_config_files="$ac_config_files dlls/updspapi/Makefile"
16801
16802 ALL_MAKEFILES="$ALL_MAKEFILES \\
16803         dlls/url/Makefile"
16804 test "x$enable_url" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
16805         url"
16806 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
16807 dlls/url/Makefile: dlls/url/Makefile.in dlls/Makedll.rules"
16808 ac_config_files="$ac_config_files dlls/url/Makefile"
16809
16810 ALL_MAKEFILES="$ALL_MAKEFILES \\
16811         dlls/urlmon/Makefile"
16812 test "x$enable_urlmon" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
16813         urlmon"
16814 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
16815 dlls/urlmon/Makefile: dlls/urlmon/Makefile.in dlls/Makedll.rules"
16816 ac_config_files="$ac_config_files dlls/urlmon/Makefile"
16817
16818 ALL_MAKEFILES="$ALL_MAKEFILES \\
16819         dlls/urlmon/tests/Makefile"
16820 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
16821         urlmon/tests"
16822 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
16823 dlls/urlmon/tests/Makefile: dlls/urlmon/tests/Makefile.in dlls/Maketest.rules"
16824 ac_config_files="$ac_config_files dlls/urlmon/tests/Makefile"
16825
16826 ALL_MAKEFILES="$ALL_MAKEFILES \\
16827         dlls/user32/Makefile"
16828 test "x$enable_user32" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
16829         user32"
16830 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
16831 dlls/user32/Makefile: dlls/user32/Makefile.in dlls/Makedll.rules"
16832 ac_config_files="$ac_config_files dlls/user32/Makefile"
16833
16834 ALL_MAKEFILES="$ALL_MAKEFILES \\
16835         dlls/user32/tests/Makefile"
16836 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
16837         user32/tests"
16838 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
16839 dlls/user32/tests/Makefile: dlls/user32/tests/Makefile.in dlls/Maketest.rules"
16840 ac_config_files="$ac_config_files dlls/user32/tests/Makefile"
16841
16842 ALL_MAKEFILES="$ALL_MAKEFILES \\
16843         dlls/userenv/Makefile"
16844 test "x$enable_userenv" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
16845         userenv"
16846 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
16847 dlls/userenv/Makefile: dlls/userenv/Makefile.in dlls/Makedll.rules"
16848 ac_config_files="$ac_config_files dlls/userenv/Makefile"
16849
16850 ALL_MAKEFILES="$ALL_MAKEFILES \\
16851         dlls/userenv/tests/Makefile"
16852 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
16853         userenv/tests"
16854 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
16855 dlls/userenv/tests/Makefile: dlls/userenv/tests/Makefile.in dlls/Maketest.rules"
16856 ac_config_files="$ac_config_files dlls/userenv/tests/Makefile"
16857
16858 ALL_MAKEFILES="$ALL_MAKEFILES \\
16859         dlls/usp10/Makefile"
16860 test "x$enable_usp10" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
16861         usp10"
16862 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
16863 dlls/usp10/Makefile: dlls/usp10/Makefile.in dlls/Makedll.rules"
16864 ac_config_files="$ac_config_files dlls/usp10/Makefile"
16865
16866 ALL_MAKEFILES="$ALL_MAKEFILES \\
16867         dlls/usp10/tests/Makefile"
16868 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
16869         usp10/tests"
16870 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
16871 dlls/usp10/tests/Makefile: dlls/usp10/tests/Makefile.in dlls/Maketest.rules"
16872 ac_config_files="$ac_config_files dlls/usp10/tests/Makefile"
16873
16874 ALL_MAKEFILES="$ALL_MAKEFILES \\
16875         dlls/uuid/Makefile"
16876 test "x$enable_uuid" != xno && ALL_IMPLIB_DIRS="$ALL_IMPLIB_DIRS \\
16877         uuid"
16878 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
16879 dlls/uuid/Makefile: dlls/uuid/Makefile.in dlls/Makeimplib.rules"
16880 ac_config_files="$ac_config_files dlls/uuid/Makefile"
16881
16882 ALL_MAKEFILES="$ALL_MAKEFILES \\
16883         dlls/uxtheme/Makefile"
16884 test "x$enable_uxtheme" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
16885         uxtheme"
16886 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
16887 dlls/uxtheme/Makefile: dlls/uxtheme/Makefile.in dlls/Makedll.rules"
16888 ac_config_files="$ac_config_files dlls/uxtheme/Makefile"
16889
16890 ALL_MAKEFILES="$ALL_MAKEFILES \\
16891         dlls/uxtheme/tests/Makefile"
16892 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
16893         uxtheme/tests"
16894 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
16895 dlls/uxtheme/tests/Makefile: dlls/uxtheme/tests/Makefile.in dlls/Maketest.rules"
16896 ac_config_files="$ac_config_files dlls/uxtheme/tests/Makefile"
16897
16898 ALL_MAKEFILES="$ALL_MAKEFILES \\
16899         dlls/vdhcp.vxd/Makefile"
16900 test "x$enable_win16" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
16901         vdhcp.vxd"
16902 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
16903 dlls/vdhcp.vxd/Makefile: dlls/vdhcp.vxd/Makefile.in dlls/Makedll.rules"
16904 ac_config_files="$ac_config_files dlls/vdhcp.vxd/Makefile"
16905
16906 ALL_MAKEFILES="$ALL_MAKEFILES \\
16907         dlls/vdmdbg/Makefile"
16908 test "x$enable_vdmdbg" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
16909         vdmdbg"
16910 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
16911 dlls/vdmdbg/Makefile: dlls/vdmdbg/Makefile.in dlls/Makedll.rules"
16912 ac_config_files="$ac_config_files dlls/vdmdbg/Makefile"
16913
16914 ALL_MAKEFILES="$ALL_MAKEFILES \\
16915         dlls/ver.dll16/Makefile"
16916 test "x$enable_win16" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
16917         ver.dll16"
16918 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
16919 dlls/ver.dll16/Makefile: dlls/ver.dll16/Makefile.in dlls/Makedll.rules"
16920 ac_config_files="$ac_config_files dlls/ver.dll16/Makefile"
16921
16922 ALL_MAKEFILES="$ALL_MAKEFILES \\
16923         dlls/version/Makefile"
16924 test "x$enable_version" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
16925         version"
16926 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
16927 dlls/version/Makefile: dlls/version/Makefile.in dlls/Makedll.rules"
16928 ac_config_files="$ac_config_files dlls/version/Makefile"
16929
16930 ALL_MAKEFILES="$ALL_MAKEFILES \\
16931         dlls/version/tests/Makefile"
16932 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
16933         version/tests"
16934 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
16935 dlls/version/tests/Makefile: dlls/version/tests/Makefile.in dlls/Maketest.rules"
16936 ac_config_files="$ac_config_files dlls/version/tests/Makefile"
16937
16938 ALL_MAKEFILES="$ALL_MAKEFILES \\
16939         dlls/vmm.vxd/Makefile"
16940 test "x$enable_win16" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
16941         vmm.vxd"
16942 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
16943 dlls/vmm.vxd/Makefile: dlls/vmm.vxd/Makefile.in dlls/Makedll.rules"
16944 ac_config_files="$ac_config_files dlls/vmm.vxd/Makefile"
16945
16946 ALL_MAKEFILES="$ALL_MAKEFILES \\
16947         dlls/vnbt.vxd/Makefile"
16948 test "x$enable_win16" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
16949         vnbt.vxd"
16950 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
16951 dlls/vnbt.vxd/Makefile: dlls/vnbt.vxd/Makefile.in dlls/Makedll.rules"
16952 ac_config_files="$ac_config_files dlls/vnbt.vxd/Makefile"
16953
16954 ALL_MAKEFILES="$ALL_MAKEFILES \\
16955         dlls/vnetbios.vxd/Makefile"
16956 test "x$enable_win16" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
16957         vnetbios.vxd"
16958 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
16959 dlls/vnetbios.vxd/Makefile: dlls/vnetbios.vxd/Makefile.in dlls/Makedll.rules"
16960 ac_config_files="$ac_config_files dlls/vnetbios.vxd/Makefile"
16961
16962 ALL_MAKEFILES="$ALL_MAKEFILES \\
16963         dlls/vtdapi.vxd/Makefile"
16964 test "x$enable_win16" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
16965         vtdapi.vxd"
16966 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
16967 dlls/vtdapi.vxd/Makefile: dlls/vtdapi.vxd/Makefile.in dlls/Makedll.rules"
16968 ac_config_files="$ac_config_files dlls/vtdapi.vxd/Makefile"
16969
16970 ALL_MAKEFILES="$ALL_MAKEFILES \\
16971         dlls/vwin32.vxd/Makefile"
16972 test "x$enable_win16" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
16973         vwin32.vxd"
16974 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
16975 dlls/vwin32.vxd/Makefile: dlls/vwin32.vxd/Makefile.in dlls/Makedll.rules"
16976 ac_config_files="$ac_config_files dlls/vwin32.vxd/Makefile"
16977
16978 ALL_MAKEFILES="$ALL_MAKEFILES \\
16979         dlls/w32skrnl/Makefile"
16980 test "x$enable_w32skrnl" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
16981         w32skrnl"
16982 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
16983 dlls/w32skrnl/Makefile: dlls/w32skrnl/Makefile.in dlls/Makedll.rules"
16984 ac_config_files="$ac_config_files dlls/w32skrnl/Makefile"
16985
16986 ALL_MAKEFILES="$ALL_MAKEFILES \\
16987         dlls/w32sys.dll16/Makefile"
16988 test "x$enable_win16" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
16989         w32sys.dll16"
16990 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
16991 dlls/w32sys.dll16/Makefile: dlls/w32sys.dll16/Makefile.in dlls/Makedll.rules"
16992 ac_config_files="$ac_config_files dlls/w32sys.dll16/Makefile"
16993
16994 ALL_MAKEFILES="$ALL_MAKEFILES \\
16995         dlls/wbemprox/Makefile"
16996 test "x$enable_wbemprox" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
16997         wbemprox"
16998 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
16999 dlls/wbemprox/Makefile: dlls/wbemprox/Makefile.in dlls/Makedll.rules"
17000 ac_config_files="$ac_config_files dlls/wbemprox/Makefile"
17001
17002 ALL_MAKEFILES="$ALL_MAKEFILES \\
17003         dlls/win32s16.dll16/Makefile"
17004 test "x$enable_win16" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
17005         win32s16.dll16"
17006 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
17007 dlls/win32s16.dll16/Makefile: dlls/win32s16.dll16/Makefile.in dlls/Makedll.rules"
17008 ac_config_files="$ac_config_files dlls/win32s16.dll16/Makefile"
17009
17010 ALL_MAKEFILES="$ALL_MAKEFILES \\
17011         dlls/win87em.dll16/Makefile"
17012 test "x$enable_win16" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
17013         win87em.dll16"
17014 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
17015 dlls/win87em.dll16/Makefile: dlls/win87em.dll16/Makefile.in dlls/Makedll.rules"
17016 ac_config_files="$ac_config_files dlls/win87em.dll16/Makefile"
17017
17018 ALL_MAKEFILES="$ALL_MAKEFILES \\
17019         dlls/winaspi.dll16/Makefile"
17020 test "x$enable_win16" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
17021         winaspi.dll16"
17022 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
17023 dlls/winaspi.dll16/Makefile: dlls/winaspi.dll16/Makefile.in dlls/Makedll.rules"
17024 ac_config_files="$ac_config_files dlls/winaspi.dll16/Makefile"
17025
17026 ALL_MAKEFILES="$ALL_MAKEFILES \\
17027         dlls/windebug.dll16/Makefile"
17028 test "x$enable_win16" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
17029         windebug.dll16"
17030 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
17031 dlls/windebug.dll16/Makefile: dlls/windebug.dll16/Makefile.in dlls/Makedll.rules"
17032 ac_config_files="$ac_config_files dlls/windebug.dll16/Makefile"
17033
17034 ALL_MAKEFILES="$ALL_MAKEFILES \\
17035         dlls/windowscodecs/Makefile"
17036 test "x$enable_windowscodecs" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
17037         windowscodecs"
17038 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
17039 dlls/windowscodecs/Makefile: dlls/windowscodecs/Makefile.in dlls/Makedll.rules"
17040 ac_config_files="$ac_config_files dlls/windowscodecs/Makefile"
17041
17042 ALL_MAKEFILES="$ALL_MAKEFILES \\
17043         dlls/windowscodecs/tests/Makefile"
17044 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
17045         windowscodecs/tests"
17046 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
17047 dlls/windowscodecs/tests/Makefile: dlls/windowscodecs/tests/Makefile.in dlls/Maketest.rules"
17048 ac_config_files="$ac_config_files dlls/windowscodecs/tests/Makefile"
17049
17050 ALL_MAKEFILES="$ALL_MAKEFILES \\
17051         dlls/winealsa.drv/Makefile"
17052 test "x$enable_winealsa_drv" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
17053         winealsa.drv"
17054 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
17055 dlls/winealsa.drv/Makefile: dlls/winealsa.drv/Makefile.in dlls/Makedll.rules"
17056 ac_config_files="$ac_config_files dlls/winealsa.drv/Makefile"
17057
17058 ALL_MAKEFILES="$ALL_MAKEFILES \\
17059         dlls/wineaudioio.drv/Makefile"
17060 test "x$enable_wineaudioio_drv" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
17061         wineaudioio.drv"
17062 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
17063 dlls/wineaudioio.drv/Makefile: dlls/wineaudioio.drv/Makefile.in dlls/Makedll.rules"
17064 ac_config_files="$ac_config_files dlls/wineaudioio.drv/Makefile"
17065
17066 ALL_MAKEFILES="$ALL_MAKEFILES \\
17067         dlls/winecoreaudio.drv/Makefile"
17068 test "x$enable_winecoreaudio_drv" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
17069         winecoreaudio.drv"
17070 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
17071 dlls/winecoreaudio.drv/Makefile: dlls/winecoreaudio.drv/Makefile.in dlls/Makedll.rules"
17072 ac_config_files="$ac_config_files dlls/winecoreaudio.drv/Makefile"
17073
17074 ALL_MAKEFILES="$ALL_MAKEFILES \\
17075         dlls/winecrt0/Makefile"
17076 test "x$enable_winecrt0" != xno && ALL_IMPLIB_DIRS="$ALL_IMPLIB_DIRS \\
17077         winecrt0"
17078 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
17079 dlls/winecrt0/Makefile: dlls/winecrt0/Makefile.in dlls/Makeimplib.rules"
17080 ac_config_files="$ac_config_files dlls/winecrt0/Makefile"
17081
17082 ALL_MAKEFILES="$ALL_MAKEFILES \\
17083         dlls/wined3d/Makefile"
17084 test "x$enable_wined3d" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
17085         wined3d"
17086 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
17087 dlls/wined3d/Makefile: dlls/wined3d/Makefile.in dlls/Makedll.rules"
17088 ac_config_files="$ac_config_files dlls/wined3d/Makefile"
17089
17090 ALL_MAKEFILES="$ALL_MAKEFILES \\
17091         dlls/winedos/Makefile"
17092 test "x$enable_winedos" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
17093         winedos"
17094 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
17095 dlls/winedos/Makefile: dlls/winedos/Makefile.in dlls/Makedll.rules"
17096 ac_config_files="$ac_config_files dlls/winedos/Makefile"
17097
17098 ALL_MAKEFILES="$ALL_MAKEFILES \\
17099         dlls/wineesd.drv/Makefile"
17100 test "x$enable_wineesd_drv" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
17101         wineesd.drv"
17102 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
17103 dlls/wineesd.drv/Makefile: dlls/wineesd.drv/Makefile.in dlls/Makedll.rules"
17104 ac_config_files="$ac_config_files dlls/wineesd.drv/Makefile"
17105
17106 ALL_MAKEFILES="$ALL_MAKEFILES \\
17107         dlls/winejack.drv/Makefile"
17108 test "x$enable_winejack_drv" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
17109         winejack.drv"
17110 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
17111 dlls/winejack.drv/Makefile: dlls/winejack.drv/Makefile.in dlls/Makedll.rules"
17112 ac_config_files="$ac_config_files dlls/winejack.drv/Makefile"
17113
17114 ALL_MAKEFILES="$ALL_MAKEFILES \\
17115         dlls/winejoystick.drv/Makefile"
17116 test "x$enable_winejoystick_drv" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
17117         winejoystick.drv"
17118 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
17119 dlls/winejoystick.drv/Makefile: dlls/winejoystick.drv/Makefile.in dlls/Makedll.rules"
17120 ac_config_files="$ac_config_files dlls/winejoystick.drv/Makefile"
17121
17122 ALL_MAKEFILES="$ALL_MAKEFILES \\
17123         dlls/winemp3.acm/Makefile"
17124 test "x$enable_winemp3_acm" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
17125         winemp3.acm"
17126 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
17127 dlls/winemp3.acm/Makefile: dlls/winemp3.acm/Makefile.in dlls/Makedll.rules"
17128 ac_config_files="$ac_config_files dlls/winemp3.acm/Makefile"
17129
17130 ALL_MAKEFILES="$ALL_MAKEFILES \\
17131         dlls/winenas.drv/Makefile"
17132 test "x$enable_winenas_drv" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
17133         winenas.drv"
17134 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
17135 dlls/winenas.drv/Makefile: dlls/winenas.drv/Makefile.in dlls/Makedll.rules"
17136 ac_config_files="$ac_config_files dlls/winenas.drv/Makefile"
17137
17138 ALL_MAKEFILES="$ALL_MAKEFILES \\
17139         dlls/wineoss.drv/Makefile"
17140 test "x$enable_wineoss_drv" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
17141         wineoss.drv"
17142 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
17143 dlls/wineoss.drv/Makefile: dlls/wineoss.drv/Makefile.in dlls/Makedll.rules"
17144 ac_config_files="$ac_config_files dlls/wineoss.drv/Makefile"
17145
17146 ALL_MAKEFILES="$ALL_MAKEFILES \\
17147         dlls/wineps.drv/Makefile"
17148 test "x$enable_wineps_drv" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
17149         wineps.drv"
17150 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
17151 dlls/wineps.drv/Makefile: dlls/wineps.drv/Makefile.in dlls/Makedll.rules"
17152 ac_config_files="$ac_config_files dlls/wineps.drv/Makefile"
17153
17154 ALL_MAKEFILES="$ALL_MAKEFILES \\
17155         dlls/wineps16.drv16/Makefile"
17156 test "x$enable_win16" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
17157         wineps16.drv16"
17158 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
17159 dlls/wineps16.drv16/Makefile: dlls/wineps16.drv16/Makefile.in dlls/Makedll.rules"
17160 ac_config_files="$ac_config_files dlls/wineps16.drv16/Makefile"
17161
17162 ALL_MAKEFILES="$ALL_MAKEFILES \\
17163         dlls/winequartz.drv/Makefile"
17164 test "x$enable_winequartz_drv" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
17165         winequartz.drv"
17166 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
17167 dlls/winequartz.drv/Makefile: dlls/winequartz.drv/Makefile.in dlls/Makedll.rules"
17168 ac_config_files="$ac_config_files dlls/winequartz.drv/Makefile"
17169
17170 ALL_MAKEFILES="$ALL_MAKEFILES \\
17171         dlls/winex11.drv/Makefile"
17172 test "x$enable_winex11_drv" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
17173         winex11.drv"
17174 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
17175 dlls/winex11.drv/Makefile: dlls/winex11.drv/Makefile.in dlls/Makedll.rules"
17176 ac_config_files="$ac_config_files dlls/winex11.drv/Makefile"
17177
17178 ALL_MAKEFILES="$ALL_MAKEFILES \\
17179         dlls/wing.dll16/Makefile"
17180 test "x$enable_win16" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
17181         wing.dll16"
17182 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
17183 dlls/wing.dll16/Makefile: dlls/wing.dll16/Makefile.in dlls/Makedll.rules"
17184 ac_config_files="$ac_config_files dlls/wing.dll16/Makefile"
17185
17186 ALL_MAKEFILES="$ALL_MAKEFILES \\
17187         dlls/wing32/Makefile"
17188 test "x$enable_wing32" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
17189         wing32"
17190 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
17191 dlls/wing32/Makefile: dlls/wing32/Makefile.in dlls/Makedll.rules"
17192 ac_config_files="$ac_config_files dlls/wing32/Makefile"
17193
17194 ALL_MAKEFILES="$ALL_MAKEFILES \\
17195         dlls/winhttp/Makefile"
17196 test "x$enable_winhttp" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
17197         winhttp"
17198 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
17199 dlls/winhttp/Makefile: dlls/winhttp/Makefile.in dlls/Makedll.rules"
17200 ac_config_files="$ac_config_files dlls/winhttp/Makefile"
17201
17202 ALL_MAKEFILES="$ALL_MAKEFILES \\
17203         dlls/winhttp/tests/Makefile"
17204 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
17205         winhttp/tests"
17206 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
17207 dlls/winhttp/tests/Makefile: dlls/winhttp/tests/Makefile.in dlls/Maketest.rules"
17208 ac_config_files="$ac_config_files dlls/winhttp/tests/Makefile"
17209
17210 ALL_MAKEFILES="$ALL_MAKEFILES \\
17211         dlls/wininet/Makefile"
17212 test "x$enable_wininet" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
17213         wininet"
17214 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
17215 dlls/wininet/Makefile: dlls/wininet/Makefile.in dlls/Makedll.rules"
17216 ac_config_files="$ac_config_files dlls/wininet/Makefile"
17217
17218 ALL_MAKEFILES="$ALL_MAKEFILES \\
17219         dlls/wininet/tests/Makefile"
17220 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
17221         wininet/tests"
17222 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
17223 dlls/wininet/tests/Makefile: dlls/wininet/tests/Makefile.in dlls/Maketest.rules"
17224 ac_config_files="$ac_config_files dlls/wininet/tests/Makefile"
17225
17226 ALL_MAKEFILES="$ALL_MAKEFILES \\
17227         dlls/winmm/Makefile"
17228 test "x$enable_winmm" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
17229         winmm"
17230 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
17231 dlls/winmm/Makefile: dlls/winmm/Makefile.in dlls/Makedll.rules"
17232 ac_config_files="$ac_config_files dlls/winmm/Makefile"
17233
17234 ALL_MAKEFILES="$ALL_MAKEFILES \\
17235         dlls/winmm/tests/Makefile"
17236 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
17237         winmm/tests"
17238 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
17239 dlls/winmm/tests/Makefile: dlls/winmm/tests/Makefile.in dlls/Maketest.rules"
17240 ac_config_files="$ac_config_files dlls/winmm/tests/Makefile"
17241
17242 ALL_MAKEFILES="$ALL_MAKEFILES \\
17243         dlls/winnls.dll16/Makefile"
17244 test "x$enable_win16" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
17245         winnls.dll16"
17246 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
17247 dlls/winnls.dll16/Makefile: dlls/winnls.dll16/Makefile.in dlls/Makedll.rules"
17248 ac_config_files="$ac_config_files dlls/winnls.dll16/Makefile"
17249
17250 ALL_MAKEFILES="$ALL_MAKEFILES \\
17251         dlls/winnls32/Makefile"
17252 test "x$enable_winnls32" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
17253         winnls32"
17254 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
17255 dlls/winnls32/Makefile: dlls/winnls32/Makefile.in dlls/Makedll.rules"
17256 ac_config_files="$ac_config_files dlls/winnls32/Makefile"
17257
17258 ALL_MAKEFILES="$ALL_MAKEFILES \\
17259         dlls/winscard/Makefile"
17260 test "x$enable_winscard" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
17261         winscard"
17262 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
17263 dlls/winscard/Makefile: dlls/winscard/Makefile.in dlls/Makedll.rules"
17264 ac_config_files="$ac_config_files dlls/winscard/Makefile"
17265
17266 ALL_MAKEFILES="$ALL_MAKEFILES \\
17267         dlls/winsock.dll16/Makefile"
17268 test "x$enable_win16" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
17269         winsock.dll16"
17270 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
17271 dlls/winsock.dll16/Makefile: dlls/winsock.dll16/Makefile.in dlls/Makedll.rules"
17272 ac_config_files="$ac_config_files dlls/winsock.dll16/Makefile"
17273
17274 ALL_MAKEFILES="$ALL_MAKEFILES \\
17275         dlls/winspool.drv/Makefile"
17276 test "x$enable_winspool_drv" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
17277         winspool.drv"
17278 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
17279 dlls/winspool.drv/Makefile: dlls/winspool.drv/Makefile.in dlls/Makedll.rules"
17280 ac_config_files="$ac_config_files dlls/winspool.drv/Makefile"
17281
17282 ALL_MAKEFILES="$ALL_MAKEFILES \\
17283         dlls/winspool.drv/tests/Makefile"
17284 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
17285         winspool.drv/tests"
17286 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
17287 dlls/winspool.drv/tests/Makefile: dlls/winspool.drv/tests/Makefile.in dlls/Maketest.rules"
17288 ac_config_files="$ac_config_files dlls/winspool.drv/tests/Makefile"
17289
17290 ALL_MAKEFILES="$ALL_MAKEFILES \\
17291         dlls/wintab.dll16/Makefile"
17292 test "x$enable_win16" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
17293         wintab.dll16"
17294 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
17295 dlls/wintab.dll16/Makefile: dlls/wintab.dll16/Makefile.in dlls/Makedll.rules"
17296 ac_config_files="$ac_config_files dlls/wintab.dll16/Makefile"
17297
17298 ALL_MAKEFILES="$ALL_MAKEFILES \\
17299         dlls/wintab32/Makefile"
17300 test "x$enable_wintab32" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
17301         wintab32"
17302 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
17303 dlls/wintab32/Makefile: dlls/wintab32/Makefile.in dlls/Makedll.rules"
17304 ac_config_files="$ac_config_files dlls/wintab32/Makefile"
17305
17306 ALL_MAKEFILES="$ALL_MAKEFILES \\
17307         dlls/wintab32/tests/Makefile"
17308 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
17309         wintab32/tests"
17310 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
17311 dlls/wintab32/tests/Makefile: dlls/wintab32/tests/Makefile.in dlls/Maketest.rules"
17312 ac_config_files="$ac_config_files dlls/wintab32/tests/Makefile"
17313
17314 ALL_MAKEFILES="$ALL_MAKEFILES \\
17315         dlls/wintrust/Makefile"
17316 test "x$enable_wintrust" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
17317         wintrust"
17318 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
17319 dlls/wintrust/Makefile: dlls/wintrust/Makefile.in dlls/Makedll.rules"
17320 ac_config_files="$ac_config_files dlls/wintrust/Makefile"
17321
17322 ALL_MAKEFILES="$ALL_MAKEFILES \\
17323         dlls/wintrust/tests/Makefile"
17324 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
17325         wintrust/tests"
17326 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
17327 dlls/wintrust/tests/Makefile: dlls/wintrust/tests/Makefile.in dlls/Maketest.rules"
17328 ac_config_files="$ac_config_files dlls/wintrust/tests/Makefile"
17329
17330 ALL_MAKEFILES="$ALL_MAKEFILES \\
17331         dlls/wldap32/Makefile"
17332 test "x$enable_wldap32" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
17333         wldap32"
17334 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
17335 dlls/wldap32/Makefile: dlls/wldap32/Makefile.in dlls/Makedll.rules"
17336 ac_config_files="$ac_config_files dlls/wldap32/Makefile"
17337
17338 ALL_MAKEFILES="$ALL_MAKEFILES \\
17339         dlls/wldap32/tests/Makefile"
17340 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
17341         wldap32/tests"
17342 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
17343 dlls/wldap32/tests/Makefile: dlls/wldap32/tests/Makefile.in dlls/Maketest.rules"
17344 ac_config_files="$ac_config_files dlls/wldap32/tests/Makefile"
17345
17346 ALL_MAKEFILES="$ALL_MAKEFILES \\
17347         dlls/wmi/Makefile"
17348 test "x$enable_wmi" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
17349         wmi"
17350 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
17351 dlls/wmi/Makefile: dlls/wmi/Makefile.in dlls/Makedll.rules"
17352 ac_config_files="$ac_config_files dlls/wmi/Makefile"
17353
17354 ALL_MAKEFILES="$ALL_MAKEFILES \\
17355         dlls/wmiutils/Makefile"
17356 test "x$enable_wmiutils" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
17357         wmiutils"
17358 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
17359 dlls/wmiutils/Makefile: dlls/wmiutils/Makefile.in dlls/Makedll.rules"
17360 ac_config_files="$ac_config_files dlls/wmiutils/Makefile"
17361
17362 ALL_MAKEFILES="$ALL_MAKEFILES \\
17363         dlls/wnaspi32/Makefile"
17364 test "x$enable_wnaspi32" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
17365         wnaspi32"
17366 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
17367 dlls/wnaspi32/Makefile: dlls/wnaspi32/Makefile.in dlls/Makedll.rules"
17368 ac_config_files="$ac_config_files dlls/wnaspi32/Makefile"
17369
17370 ALL_MAKEFILES="$ALL_MAKEFILES \\
17371         dlls/wow32/Makefile"
17372 test "x$enable_wow32" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
17373         wow32"
17374 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
17375 dlls/wow32/Makefile: dlls/wow32/Makefile.in dlls/Makedll.rules"
17376 ac_config_files="$ac_config_files dlls/wow32/Makefile"
17377
17378 ALL_MAKEFILES="$ALL_MAKEFILES \\
17379         dlls/ws2_32/Makefile"
17380 test "x$enable_ws2_32" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
17381         ws2_32"
17382 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
17383 dlls/ws2_32/Makefile: dlls/ws2_32/Makefile.in dlls/Makedll.rules"
17384 ac_config_files="$ac_config_files dlls/ws2_32/Makefile"
17385
17386 ALL_MAKEFILES="$ALL_MAKEFILES \\
17387         dlls/ws2_32/tests/Makefile"
17388 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
17389         ws2_32/tests"
17390 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
17391 dlls/ws2_32/tests/Makefile: dlls/ws2_32/tests/Makefile.in dlls/Maketest.rules"
17392 ac_config_files="$ac_config_files dlls/ws2_32/tests/Makefile"
17393
17394 ALL_MAKEFILES="$ALL_MAKEFILES \\
17395         dlls/wsock32/Makefile"
17396 test "x$enable_wsock32" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
17397         wsock32"
17398 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
17399 dlls/wsock32/Makefile: dlls/wsock32/Makefile.in dlls/Makedll.rules"
17400 ac_config_files="$ac_config_files dlls/wsock32/Makefile"
17401
17402 ALL_MAKEFILES="$ALL_MAKEFILES \\
17403         dlls/wtsapi32/Makefile"
17404 test "x$enable_wtsapi32" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
17405         wtsapi32"
17406 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
17407 dlls/wtsapi32/Makefile: dlls/wtsapi32/Makefile.in dlls/Makedll.rules"
17408 ac_config_files="$ac_config_files dlls/wtsapi32/Makefile"
17409
17410 ALL_MAKEFILES="$ALL_MAKEFILES \\
17411         dlls/wuapi/Makefile"
17412 test "x$enable_wuapi" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
17413         wuapi"
17414 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
17415 dlls/wuapi/Makefile: dlls/wuapi/Makefile.in dlls/Makedll.rules"
17416 ac_config_files="$ac_config_files dlls/wuapi/Makefile"
17417
17418 ALL_MAKEFILES="$ALL_MAKEFILES \\
17419         dlls/xinput1_1/Makefile"
17420 test "x$enable_xinput1_1" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
17421         xinput1_1"
17422 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
17423 dlls/xinput1_1/Makefile: dlls/xinput1_1/Makefile.in dlls/Makedll.rules"
17424 ac_config_files="$ac_config_files dlls/xinput1_1/Makefile"
17425
17426 ALL_MAKEFILES="$ALL_MAKEFILES \\
17427         dlls/xinput1_2/Makefile"
17428 test "x$enable_xinput1_2" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
17429         xinput1_2"
17430 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
17431 dlls/xinput1_2/Makefile: dlls/xinput1_2/Makefile.in dlls/Makedll.rules"
17432 ac_config_files="$ac_config_files dlls/xinput1_2/Makefile"
17433
17434 ALL_MAKEFILES="$ALL_MAKEFILES \\
17435         dlls/xinput1_3/Makefile"
17436 test "x$enable_xinput1_3" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
17437         xinput1_3"
17438 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
17439 dlls/xinput1_3/Makefile: dlls/xinput1_3/Makefile.in dlls/Makedll.rules"
17440 ac_config_files="$ac_config_files dlls/xinput1_3/Makefile"
17441
17442 ALL_MAKEFILES="$ALL_MAKEFILES \\
17443         dlls/xinput1_3/tests/Makefile"
17444 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
17445         xinput1_3/tests"
17446 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
17447 dlls/xinput1_3/tests/Makefile: dlls/xinput1_3/tests/Makefile.in dlls/Maketest.rules"
17448 ac_config_files="$ac_config_files dlls/xinput1_3/tests/Makefile"
17449
17450 ALL_MAKEFILES="$ALL_MAKEFILES \\
17451         dlls/xinput9_1_0/Makefile"
17452 test "x$enable_xinput9_1_0" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
17453         xinput9_1_0"
17454 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
17455 dlls/xinput9_1_0/Makefile: dlls/xinput9_1_0/Makefile.in dlls/Makedll.rules"
17456 ac_config_files="$ac_config_files dlls/xinput9_1_0/Makefile"
17457
17458 ALL_MAKEFILES="$ALL_MAKEFILES \\
17459         dlls/xmllite/Makefile"
17460 test "x$enable_xmllite" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
17461         xmllite"
17462 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
17463 dlls/xmllite/Makefile: dlls/xmllite/Makefile.in dlls/Makedll.rules"
17464 ac_config_files="$ac_config_files dlls/xmllite/Makefile"
17465
17466 ALL_MAKEFILES="$ALL_MAKEFILES \\
17467         documentation/Makefile"
17468 test "x$enable_documentation" != xno && ALL_TOP_DIRS="$ALL_TOP_DIRS \\
17469         documentation"
17470 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
17471 documentation/Makefile: documentation/Makefile.in Make.rules"
17472 ac_config_files="$ac_config_files documentation/Makefile"
17473
17474 ALL_MAKEFILES="$ALL_MAKEFILES \\
17475         fonts/Makefile"
17476 test "x$enable_fonts" != xno && ALL_TOP_DIRS="$ALL_TOP_DIRS \\
17477         fonts"
17478 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
17479 fonts/Makefile: fonts/Makefile.in Make.rules"
17480 ac_config_files="$ac_config_files fonts/Makefile"
17481
17482 ALL_MAKEFILES="$ALL_MAKEFILES \\
17483         include/Makefile"
17484 test "x$enable_include" != xno && ALL_TOP_DIRS="$ALL_TOP_DIRS \\
17485         include"
17486 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
17487 include/Makefile: include/Makefile.in Make.rules"
17488 ac_config_files="$ac_config_files include/Makefile"
17489
17490 ALL_MAKEFILES="$ALL_MAKEFILES \\
17491         libs/Makefile"
17492 test "x$enable_libs" != xno && ALL_TOP_DIRS="$ALL_TOP_DIRS \\
17493         libs"
17494 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
17495 libs/Makefile: libs/Makefile.in Make.rules"
17496 ac_config_files="$ac_config_files libs/Makefile"
17497
17498 ALL_MAKEFILES="$ALL_MAKEFILES \\
17499         libs/port/Makefile"
17500
17501 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
17502 libs/port/Makefile: libs/port/Makefile.in Make.rules"
17503 ac_config_files="$ac_config_files libs/port/Makefile"
17504
17505 ALL_MAKEFILES="$ALL_MAKEFILES \\
17506         libs/wine/Makefile"
17507
17508 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
17509 libs/wine/Makefile: libs/wine/Makefile.in Make.rules"
17510 ac_config_files="$ac_config_files libs/wine/Makefile"
17511
17512 ALL_MAKEFILES="$ALL_MAKEFILES \\
17513         libs/wpp/Makefile"
17514
17515 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
17516 libs/wpp/Makefile: libs/wpp/Makefile.in Make.rules"
17517 ac_config_files="$ac_config_files libs/wpp/Makefile"
17518
17519 ALL_MAKEFILES="$ALL_MAKEFILES \\
17520         loader/Makefile"
17521 test "x$enable_loader" != xno && ALL_TOP_DIRS="$ALL_TOP_DIRS \\
17522         loader"
17523 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
17524 loader/Makefile: loader/Makefile.in Make.rules"
17525 ac_config_files="$ac_config_files loader/Makefile"
17526
17527 ALL_MAKEFILES="$ALL_MAKEFILES \\
17528         programs/Makefile"
17529 test "x$enable_programs" != xno && ALL_TOP_DIRS="$ALL_TOP_DIRS \\
17530         programs"
17531 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
17532 programs/Makefile: programs/Makefile.in Make.rules"
17533 ac_config_files="$ac_config_files programs/Makefile"
17534
17535 ALL_MAKEFILES="$ALL_MAKEFILES \\
17536         programs/cacls/Makefile"
17537 test "x$enable_cacls" != xno && ALL_PROGRAM_DIRS="$ALL_PROGRAM_DIRS \\
17538         cacls" && ALL_PROGRAM_INSTALL_DIRS="$ALL_PROGRAM_INSTALL_DIRS \\
17539         cacls"
17540 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
17541 programs/cacls/Makefile: programs/cacls/Makefile.in programs/Makeprog.rules"
17542 ac_config_files="$ac_config_files programs/cacls/Makefile"
17543
17544 ALL_MAKEFILES="$ALL_MAKEFILES \\
17545         programs/clock/Makefile"
17546 test "x$enable_clock" != xno && ALL_PROGRAM_DIRS="$ALL_PROGRAM_DIRS \\
17547         clock" && ALL_PROGRAM_INSTALL_DIRS="$ALL_PROGRAM_INSTALL_DIRS \\
17548         clock"
17549 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
17550 programs/clock/Makefile: programs/clock/Makefile.in programs/Makeprog.rules"
17551 ac_config_files="$ac_config_files programs/clock/Makefile"
17552
17553 ALL_MAKEFILES="$ALL_MAKEFILES \\
17554         programs/cmd/Makefile"
17555 test "x$enable_cmd" != xno && ALL_PROGRAM_DIRS="$ALL_PROGRAM_DIRS \\
17556         cmd" && ALL_PROGRAM_INSTALL_DIRS="$ALL_PROGRAM_INSTALL_DIRS \\
17557         cmd"
17558 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
17559 programs/cmd/Makefile: programs/cmd/Makefile.in programs/Makeprog.rules"
17560 ac_config_files="$ac_config_files programs/cmd/Makefile"
17561
17562 ALL_MAKEFILES="$ALL_MAKEFILES \\
17563         programs/cmdlgtst/Makefile"
17564 test "x$enable_cmdlgtst" != xno && ALL_PROGRAM_DIRS="$ALL_PROGRAM_DIRS \\
17565         cmdlgtst"
17566 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
17567 programs/cmdlgtst/Makefile: programs/cmdlgtst/Makefile.in programs/Makeprog.rules"
17568 ac_config_files="$ac_config_files programs/cmdlgtst/Makefile"
17569
17570 ALL_MAKEFILES="$ALL_MAKEFILES \\
17571         programs/control/Makefile"
17572 test "x$enable_control" != xno && ALL_PROGRAM_DIRS="$ALL_PROGRAM_DIRS \\
17573         control" && ALL_PROGRAM_INSTALL_DIRS="$ALL_PROGRAM_INSTALL_DIRS \\
17574         control"
17575 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
17576 programs/control/Makefile: programs/control/Makefile.in programs/Makeprog.rules"
17577 ac_config_files="$ac_config_files programs/control/Makefile"
17578
17579 ALL_MAKEFILES="$ALL_MAKEFILES \\
17580         programs/dxdiag/Makefile"
17581 test "x$enable_dxdiag" != xno && ALL_PROGRAM_DIRS="$ALL_PROGRAM_DIRS \\
17582         dxdiag" && ALL_PROGRAM_INSTALL_DIRS="$ALL_PROGRAM_INSTALL_DIRS \\
17583         dxdiag"
17584 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
17585 programs/dxdiag/Makefile: programs/dxdiag/Makefile.in programs/Makeprog.rules"
17586 ac_config_files="$ac_config_files programs/dxdiag/Makefile"
17587
17588 ALL_MAKEFILES="$ALL_MAKEFILES \\
17589         programs/eject/Makefile"
17590 test "x$enable_eject" != xno && ALL_PROGRAM_DIRS="$ALL_PROGRAM_DIRS \\
17591         eject" && ALL_PROGRAM_INSTALL_DIRS="$ALL_PROGRAM_INSTALL_DIRS \\
17592         eject"
17593 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
17594 programs/eject/Makefile: programs/eject/Makefile.in programs/Makeprog.rules"
17595 ac_config_files="$ac_config_files programs/eject/Makefile"
17596
17597 ALL_MAKEFILES="$ALL_MAKEFILES \\
17598         programs/expand/Makefile"
17599 test "x$enable_expand" != xno && ALL_PROGRAM_DIRS="$ALL_PROGRAM_DIRS \\
17600         expand" && ALL_PROGRAM_INSTALL_DIRS="$ALL_PROGRAM_INSTALL_DIRS \\
17601         expand"
17602 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
17603 programs/expand/Makefile: programs/expand/Makefile.in programs/Makeprog.rules"
17604 ac_config_files="$ac_config_files programs/expand/Makefile"
17605
17606 ALL_MAKEFILES="$ALL_MAKEFILES \\
17607         programs/explorer/Makefile"
17608 test "x$enable_explorer" != xno && ALL_PROGRAM_DIRS="$ALL_PROGRAM_DIRS \\
17609         explorer" && ALL_PROGRAM_INSTALL_DIRS="$ALL_PROGRAM_INSTALL_DIRS \\
17610         explorer"
17611 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
17612 programs/explorer/Makefile: programs/explorer/Makefile.in programs/Makeprog.rules"
17613 ac_config_files="$ac_config_files programs/explorer/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/msiexec/Makefile"
17653 test "x$enable_msiexec" != xno && ALL_PROGRAM_DIRS="$ALL_PROGRAM_DIRS \\
17654         msiexec" && ALL_PROGRAM_INSTALL_DIRS="$ALL_PROGRAM_INSTALL_DIRS \\
17655         msiexec" && ALL_PROGRAM_BIN_INSTALL_DIRS="$ALL_PROGRAM_BIN_INSTALL_DIRS \\
17656         msiexec"
17657 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
17658 programs/msiexec/Makefile: programs/msiexec/Makefile.in programs/Makeprog.rules"
17659 ac_config_files="$ac_config_files programs/msiexec/Makefile"
17660
17661 ALL_MAKEFILES="$ALL_MAKEFILES \\
17662         programs/net/Makefile"
17663 test "x$enable_net" != xno && ALL_PROGRAM_DIRS="$ALL_PROGRAM_DIRS \\
17664         net" && ALL_PROGRAM_INSTALL_DIRS="$ALL_PROGRAM_INSTALL_DIRS \\
17665         net"
17666 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
17667 programs/net/Makefile: programs/net/Makefile.in programs/Makeprog.rules"
17668 ac_config_files="$ac_config_files programs/net/Makefile"
17669
17670 ALL_MAKEFILES="$ALL_MAKEFILES \\
17671         programs/notepad/Makefile"
17672 test "x$enable_notepad" != xno && ALL_PROGRAM_DIRS="$ALL_PROGRAM_DIRS \\
17673         notepad" && ALL_PROGRAM_INSTALL_DIRS="$ALL_PROGRAM_INSTALL_DIRS \\
17674         notepad" && ALL_PROGRAM_BIN_INSTALL_DIRS="$ALL_PROGRAM_BIN_INSTALL_DIRS \\
17675         notepad"
17676 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
17677 programs/notepad/Makefile: programs/notepad/Makefile.in programs/Makeprog.rules"
17678 ac_config_files="$ac_config_files programs/notepad/Makefile"
17679
17680 ALL_MAKEFILES="$ALL_MAKEFILES \\
17681         programs/oleview/Makefile"
17682 test "x$enable_oleview" != xno && ALL_PROGRAM_DIRS="$ALL_PROGRAM_DIRS \\
17683         oleview" && ALL_PROGRAM_INSTALL_DIRS="$ALL_PROGRAM_INSTALL_DIRS \\
17684         oleview"
17685 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
17686 programs/oleview/Makefile: programs/oleview/Makefile.in programs/Makeprog.rules"
17687 ac_config_files="$ac_config_files programs/oleview/Makefile"
17688
17689 ALL_MAKEFILES="$ALL_MAKEFILES \\
17690         programs/progman/Makefile"
17691 test "x$enable_progman" != xno && ALL_PROGRAM_DIRS="$ALL_PROGRAM_DIRS \\
17692         progman" && ALL_PROGRAM_INSTALL_DIRS="$ALL_PROGRAM_INSTALL_DIRS \\
17693         progman"
17694 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
17695 programs/progman/Makefile: programs/progman/Makefile.in programs/Makeprog.rules"
17696 ac_config_files="$ac_config_files programs/progman/Makefile"
17697
17698 ALL_MAKEFILES="$ALL_MAKEFILES \\
17699         programs/reg/Makefile"
17700 test "x$enable_reg" != xno && ALL_PROGRAM_DIRS="$ALL_PROGRAM_DIRS \\
17701         reg" && ALL_PROGRAM_INSTALL_DIRS="$ALL_PROGRAM_INSTALL_DIRS \\
17702         reg"
17703 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
17704 programs/reg/Makefile: programs/reg/Makefile.in programs/Makeprog.rules"
17705 ac_config_files="$ac_config_files programs/reg/Makefile"
17706
17707 ALL_MAKEFILES="$ALL_MAKEFILES \\
17708         programs/regedit/Makefile"
17709 test "x$enable_regedit" != xno && ALL_PROGRAM_DIRS="$ALL_PROGRAM_DIRS \\
17710         regedit" && ALL_PROGRAM_INSTALL_DIRS="$ALL_PROGRAM_INSTALL_DIRS \\
17711         regedit" && ALL_PROGRAM_BIN_INSTALL_DIRS="$ALL_PROGRAM_BIN_INSTALL_DIRS \\
17712         regedit"
17713 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
17714 programs/regedit/Makefile: programs/regedit/Makefile.in programs/Makeprog.rules"
17715 ac_config_files="$ac_config_files programs/regedit/Makefile"
17716
17717 ALL_MAKEFILES="$ALL_MAKEFILES \\
17718         programs/regsvr32/Makefile"
17719 test "x$enable_regsvr32" != xno && ALL_PROGRAM_DIRS="$ALL_PROGRAM_DIRS \\
17720         regsvr32" && ALL_PROGRAM_INSTALL_DIRS="$ALL_PROGRAM_INSTALL_DIRS \\
17721         regsvr32" && ALL_PROGRAM_BIN_INSTALL_DIRS="$ALL_PROGRAM_BIN_INSTALL_DIRS \\
17722         regsvr32"
17723 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
17724 programs/regsvr32/Makefile: programs/regsvr32/Makefile.in programs/Makeprog.rules"
17725 ac_config_files="$ac_config_files programs/regsvr32/Makefile"
17726
17727 ALL_MAKEFILES="$ALL_MAKEFILES \\
17728         programs/rpcss/Makefile"
17729 test "x$enable_rpcss" != xno && ALL_PROGRAM_DIRS="$ALL_PROGRAM_DIRS \\
17730         rpcss" && ALL_PROGRAM_INSTALL_DIRS="$ALL_PROGRAM_INSTALL_DIRS \\
17731         rpcss"
17732 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
17733 programs/rpcss/Makefile: programs/rpcss/Makefile.in programs/Makeprog.rules"
17734 ac_config_files="$ac_config_files programs/rpcss/Makefile"
17735
17736 ALL_MAKEFILES="$ALL_MAKEFILES \\
17737         programs/rundll32/Makefile"
17738 test "x$enable_rundll32" != xno && ALL_PROGRAM_DIRS="$ALL_PROGRAM_DIRS \\
17739         rundll32" && ALL_PROGRAM_INSTALL_DIRS="$ALL_PROGRAM_INSTALL_DIRS \\
17740         rundll32"
17741 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
17742 programs/rundll32/Makefile: programs/rundll32/Makefile.in programs/Makeprog.rules"
17743 ac_config_files="$ac_config_files programs/rundll32/Makefile"
17744
17745 ALL_MAKEFILES="$ALL_MAKEFILES \\
17746         programs/secedit/Makefile"
17747 test "x$enable_secedit" != xno && ALL_PROGRAM_DIRS="$ALL_PROGRAM_DIRS \\
17748         secedit" && ALL_PROGRAM_INSTALL_DIRS="$ALL_PROGRAM_INSTALL_DIRS \\
17749         secedit"
17750 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
17751 programs/secedit/Makefile: programs/secedit/Makefile.in programs/Makeprog.rules"
17752 ac_config_files="$ac_config_files programs/secedit/Makefile"
17753
17754 ALL_MAKEFILES="$ALL_MAKEFILES \\
17755         programs/services/Makefile"
17756 test "x$enable_services" != xno && ALL_PROGRAM_DIRS="$ALL_PROGRAM_DIRS \\
17757         services" && ALL_PROGRAM_INSTALL_DIRS="$ALL_PROGRAM_INSTALL_DIRS \\
17758         services"
17759 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
17760 programs/services/Makefile: programs/services/Makefile.in programs/Makeprog.rules"
17761 ac_config_files="$ac_config_files programs/services/Makefile"
17762
17763 ALL_MAKEFILES="$ALL_MAKEFILES \\
17764         programs/spoolsv/Makefile"
17765 test "x$enable_spoolsv" != xno && ALL_PROGRAM_DIRS="$ALL_PROGRAM_DIRS \\
17766         spoolsv" && ALL_PROGRAM_INSTALL_DIRS="$ALL_PROGRAM_INSTALL_DIRS \\
17767         spoolsv"
17768 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
17769 programs/spoolsv/Makefile: programs/spoolsv/Makefile.in programs/Makeprog.rules"
17770 ac_config_files="$ac_config_files programs/spoolsv/Makefile"
17771
17772 ALL_MAKEFILES="$ALL_MAKEFILES \\
17773         programs/start/Makefile"
17774 test "x$enable_start" != xno && ALL_PROGRAM_DIRS="$ALL_PROGRAM_DIRS \\
17775         start" && ALL_PROGRAM_INSTALL_DIRS="$ALL_PROGRAM_INSTALL_DIRS \\
17776         start"
17777 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
17778 programs/start/Makefile: programs/start/Makefile.in programs/Makeprog.rules"
17779 ac_config_files="$ac_config_files programs/start/Makefile"
17780
17781 ALL_MAKEFILES="$ALL_MAKEFILES \\
17782         programs/svchost/Makefile"
17783 test "x$enable_svchost" != xno && ALL_PROGRAM_DIRS="$ALL_PROGRAM_DIRS \\
17784         svchost" && ALL_PROGRAM_INSTALL_DIRS="$ALL_PROGRAM_INSTALL_DIRS \\
17785         svchost"
17786 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
17787 programs/svchost/Makefile: programs/svchost/Makefile.in programs/Makeprog.rules"
17788 ac_config_files="$ac_config_files programs/svchost/Makefile"
17789
17790 ALL_MAKEFILES="$ALL_MAKEFILES \\
17791         programs/taskmgr/Makefile"
17792 test "x$enable_taskmgr" != xno && ALL_PROGRAM_DIRS="$ALL_PROGRAM_DIRS \\
17793         taskmgr" && ALL_PROGRAM_INSTALL_DIRS="$ALL_PROGRAM_INSTALL_DIRS \\
17794         taskmgr"
17795 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
17796 programs/taskmgr/Makefile: programs/taskmgr/Makefile.in programs/Makeprog.rules"
17797 ac_config_files="$ac_config_files programs/taskmgr/Makefile"
17798
17799 ALL_MAKEFILES="$ALL_MAKEFILES \\
17800         programs/termsv/Makefile"
17801 test "x$enable_termsv" != xno && ALL_PROGRAM_DIRS="$ALL_PROGRAM_DIRS \\
17802         termsv" && ALL_PROGRAM_INSTALL_DIRS="$ALL_PROGRAM_INSTALL_DIRS \\
17803         termsv"
17804 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
17805 programs/termsv/Makefile: programs/termsv/Makefile.in programs/Makeprog.rules"
17806 ac_config_files="$ac_config_files programs/termsv/Makefile"
17807
17808 ALL_MAKEFILES="$ALL_MAKEFILES \\
17809         programs/uninstaller/Makefile"
17810 test "x$enable_uninstaller" != xno && ALL_PROGRAM_DIRS="$ALL_PROGRAM_DIRS \\
17811         uninstaller" && ALL_PROGRAM_INSTALL_DIRS="$ALL_PROGRAM_INSTALL_DIRS \\
17812         uninstaller"
17813 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
17814 programs/uninstaller/Makefile: programs/uninstaller/Makefile.in programs/Makeprog.rules"
17815 ac_config_files="$ac_config_files programs/uninstaller/Makefile"
17816
17817 ALL_MAKEFILES="$ALL_MAKEFILES \\
17818         programs/unlodctr/Makefile"
17819 test "x$enable_unlodctr" != xno && ALL_PROGRAM_DIRS="$ALL_PROGRAM_DIRS \\
17820         unlodctr" && ALL_PROGRAM_INSTALL_DIRS="$ALL_PROGRAM_INSTALL_DIRS \\
17821         unlodctr"
17822 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
17823 programs/unlodctr/Makefile: programs/unlodctr/Makefile.in programs/Makeprog.rules"
17824 ac_config_files="$ac_config_files programs/unlodctr/Makefile"
17825
17826 ALL_MAKEFILES="$ALL_MAKEFILES \\
17827         programs/view/Makefile"
17828 test "x$enable_view" != xno && ALL_PROGRAM_DIRS="$ALL_PROGRAM_DIRS \\
17829         view"
17830 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
17831 programs/view/Makefile: programs/view/Makefile.in programs/Makeprog.rules"
17832 ac_config_files="$ac_config_files programs/view/Makefile"
17833
17834 ALL_MAKEFILES="$ALL_MAKEFILES \\
17835         programs/wineboot/Makefile"
17836 test "x$enable_wineboot" != xno && ALL_PROGRAM_DIRS="$ALL_PROGRAM_DIRS \\
17837         wineboot" && ALL_PROGRAM_INSTALL_DIRS="$ALL_PROGRAM_INSTALL_DIRS \\
17838         wineboot" && ALL_PROGRAM_BIN_INSTALL_DIRS="$ALL_PROGRAM_BIN_INSTALL_DIRS \\
17839         wineboot"
17840 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
17841 programs/wineboot/Makefile: programs/wineboot/Makefile.in programs/Makeprog.rules"
17842 ac_config_files="$ac_config_files programs/wineboot/Makefile"
17843
17844 ALL_MAKEFILES="$ALL_MAKEFILES \\
17845         programs/winebrowser/Makefile"
17846 test "x$enable_winebrowser" != xno && ALL_PROGRAM_DIRS="$ALL_PROGRAM_DIRS \\
17847         winebrowser" && ALL_PROGRAM_INSTALL_DIRS="$ALL_PROGRAM_INSTALL_DIRS \\
17848         winebrowser"
17849 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
17850 programs/winebrowser/Makefile: programs/winebrowser/Makefile.in programs/Makeprog.rules"
17851 ac_config_files="$ac_config_files programs/winebrowser/Makefile"
17852
17853 ALL_MAKEFILES="$ALL_MAKEFILES \\
17854         programs/winecfg/Makefile"
17855 test "x$enable_winecfg" != xno && ALL_PROGRAM_DIRS="$ALL_PROGRAM_DIRS \\
17856         winecfg" && ALL_PROGRAM_INSTALL_DIRS="$ALL_PROGRAM_INSTALL_DIRS \\
17857         winecfg" && ALL_PROGRAM_BIN_INSTALL_DIRS="$ALL_PROGRAM_BIN_INSTALL_DIRS \\
17858         winecfg"
17859 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
17860 programs/winecfg/Makefile: programs/winecfg/Makefile.in programs/Makeprog.rules"
17861 ac_config_files="$ac_config_files programs/winecfg/Makefile"
17862
17863 ALL_MAKEFILES="$ALL_MAKEFILES \\
17864         programs/wineconsole/Makefile"
17865 test "x$enable_wineconsole" != xno && ALL_PROGRAM_DIRS="$ALL_PROGRAM_DIRS \\
17866         wineconsole" && ALL_PROGRAM_INSTALL_DIRS="$ALL_PROGRAM_INSTALL_DIRS \\
17867         wineconsole" && ALL_PROGRAM_BIN_INSTALL_DIRS="$ALL_PROGRAM_BIN_INSTALL_DIRS \\
17868         wineconsole"
17869 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
17870 programs/wineconsole/Makefile: programs/wineconsole/Makefile.in programs/Makeprog.rules"
17871 ac_config_files="$ac_config_files programs/wineconsole/Makefile"
17872
17873 ALL_MAKEFILES="$ALL_MAKEFILES \\
17874         programs/winedbg/Makefile"
17875 test "x$enable_winedbg" != xno && ALL_PROGRAM_DIRS="$ALL_PROGRAM_DIRS \\
17876         winedbg" && ALL_PROGRAM_INSTALL_DIRS="$ALL_PROGRAM_INSTALL_DIRS \\
17877         winedbg" && ALL_PROGRAM_BIN_INSTALL_DIRS="$ALL_PROGRAM_BIN_INSTALL_DIRS \\
17878         winedbg"
17879 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
17880 programs/winedbg/Makefile: programs/winedbg/Makefile.in programs/Makeprog.rules"
17881 ac_config_files="$ac_config_files programs/winedbg/Makefile"
17882
17883 ALL_MAKEFILES="$ALL_MAKEFILES \\
17884         programs/winedevice/Makefile"
17885 test "x$enable_winedevice" != xno && ALL_PROGRAM_DIRS="$ALL_PROGRAM_DIRS \\
17886         winedevice" && ALL_PROGRAM_INSTALL_DIRS="$ALL_PROGRAM_INSTALL_DIRS \\
17887         winedevice"
17888 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
17889 programs/winedevice/Makefile: programs/winedevice/Makefile.in programs/Makeprog.rules"
17890 ac_config_files="$ac_config_files programs/winedevice/Makefile"
17891
17892 ALL_MAKEFILES="$ALL_MAKEFILES \\
17893         programs/winefile/Makefile"
17894 test "x$enable_winefile" != xno && ALL_PROGRAM_DIRS="$ALL_PROGRAM_DIRS \\
17895         winefile" && ALL_PROGRAM_INSTALL_DIRS="$ALL_PROGRAM_INSTALL_DIRS \\
17896         winefile" && ALL_PROGRAM_BIN_INSTALL_DIRS="$ALL_PROGRAM_BIN_INSTALL_DIRS \\
17897         winefile"
17898 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
17899 programs/winefile/Makefile: programs/winefile/Makefile.in programs/Makeprog.rules"
17900 ac_config_files="$ac_config_files programs/winefile/Makefile"
17901
17902 ALL_MAKEFILES="$ALL_MAKEFILES \\
17903         programs/winemenubuilder/Makefile"
17904 test "x$enable_winemenubuilder" != xno && ALL_PROGRAM_DIRS="$ALL_PROGRAM_DIRS \\
17905         winemenubuilder" && ALL_PROGRAM_INSTALL_DIRS="$ALL_PROGRAM_INSTALL_DIRS \\
17906         winemenubuilder"
17907 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
17908 programs/winemenubuilder/Makefile: programs/winemenubuilder/Makefile.in programs/Makeprog.rules"
17909 ac_config_files="$ac_config_files programs/winemenubuilder/Makefile"
17910
17911 ALL_MAKEFILES="$ALL_MAKEFILES \\
17912         programs/winemine/Makefile"
17913 test "x$enable_winemine" != xno && ALL_PROGRAM_DIRS="$ALL_PROGRAM_DIRS \\
17914         winemine" && ALL_PROGRAM_INSTALL_DIRS="$ALL_PROGRAM_INSTALL_DIRS \\
17915         winemine" && ALL_PROGRAM_BIN_INSTALL_DIRS="$ALL_PROGRAM_BIN_INSTALL_DIRS \\
17916         winemine"
17917 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
17918 programs/winemine/Makefile: programs/winemine/Makefile.in programs/Makeprog.rules"
17919 ac_config_files="$ac_config_files programs/winemine/Makefile"
17920
17921 ALL_MAKEFILES="$ALL_MAKEFILES \\
17922         programs/winepath/Makefile"
17923 test "x$enable_winepath" != xno && ALL_PROGRAM_DIRS="$ALL_PROGRAM_DIRS \\
17924         winepath" && ALL_PROGRAM_INSTALL_DIRS="$ALL_PROGRAM_INSTALL_DIRS \\
17925         winepath" && ALL_PROGRAM_BIN_INSTALL_DIRS="$ALL_PROGRAM_BIN_INSTALL_DIRS \\
17926         winepath"
17927 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
17928 programs/winepath/Makefile: programs/winepath/Makefile.in programs/Makeprog.rules"
17929 ac_config_files="$ac_config_files programs/winepath/Makefile"
17930
17931 ALL_MAKEFILES="$ALL_MAKEFILES \\
17932         programs/winetest/Makefile"
17933 test "x$enable_winetest" != xno && ALL_PROGRAM_DIRS="$ALL_PROGRAM_DIRS \\
17934         winetest"
17935 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
17936 programs/winetest/Makefile: programs/winetest/Makefile.in programs/Makeprog.rules"
17937 ac_config_files="$ac_config_files programs/winetest/Makefile"
17938
17939 ALL_MAKEFILES="$ALL_MAKEFILES \\
17940         programs/winevdm/Makefile"
17941 test "x$enable_winevdm" != xno && ALL_PROGRAM_DIRS="$ALL_PROGRAM_DIRS \\
17942         winevdm" && ALL_PROGRAM_INSTALL_DIRS="$ALL_PROGRAM_INSTALL_DIRS \\
17943         winevdm"
17944 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
17945 programs/winevdm/Makefile: programs/winevdm/Makefile.in programs/Makeprog.rules"
17946 ac_config_files="$ac_config_files programs/winevdm/Makefile"
17947
17948 ALL_MAKEFILES="$ALL_MAKEFILES \\
17949         programs/winhelp.exe16/Makefile"
17950 test "x$enable_win16" != xno && ALL_PROGRAM_DIRS="$ALL_PROGRAM_DIRS \\
17951         winhelp.exe16" && ALL_PROGRAM_INSTALL_DIRS="$ALL_PROGRAM_INSTALL_DIRS \\
17952         winhelp.exe16"
17953 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
17954 programs/winhelp.exe16/Makefile: programs/winhelp.exe16/Makefile.in programs/Makeprog.rules"
17955 ac_config_files="$ac_config_files programs/winhelp.exe16/Makefile"
17956
17957 ALL_MAKEFILES="$ALL_MAKEFILES \\
17958         programs/winhlp32/Makefile"
17959 test "x$enable_winhlp32" != xno && ALL_PROGRAM_DIRS="$ALL_PROGRAM_DIRS \\
17960         winhlp32" && ALL_PROGRAM_INSTALL_DIRS="$ALL_PROGRAM_INSTALL_DIRS \\
17961         winhlp32"
17962 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
17963 programs/winhlp32/Makefile: programs/winhlp32/Makefile.in programs/Makeprog.rules"
17964 ac_config_files="$ac_config_files programs/winhlp32/Makefile"
17965
17966 ALL_MAKEFILES="$ALL_MAKEFILES \\
17967         programs/winoldap.mod16/Makefile"
17968 test "x$enable_win16" != xno && ALL_PROGRAM_DIRS="$ALL_PROGRAM_DIRS \\
17969         winoldap.mod16" && ALL_PROGRAM_INSTALL_DIRS="$ALL_PROGRAM_INSTALL_DIRS \\
17970         winoldap.mod16"
17971 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
17972 programs/winoldap.mod16/Makefile: programs/winoldap.mod16/Makefile.in programs/Makeprog.rules"
17973 ac_config_files="$ac_config_files programs/winoldap.mod16/Makefile"
17974
17975 ALL_MAKEFILES="$ALL_MAKEFILES \\
17976         programs/winver/Makefile"
17977 test "x$enable_winver" != xno && ALL_PROGRAM_DIRS="$ALL_PROGRAM_DIRS \\
17978         winver" && ALL_PROGRAM_INSTALL_DIRS="$ALL_PROGRAM_INSTALL_DIRS \\
17979         winver"
17980 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
17981 programs/winver/Makefile: programs/winver/Makefile.in programs/Makeprog.rules"
17982 ac_config_files="$ac_config_files programs/winver/Makefile"
17983
17984 ALL_MAKEFILES="$ALL_MAKEFILES \\
17985         programs/wordpad/Makefile"
17986 test "x$enable_wordpad" != xno && ALL_PROGRAM_DIRS="$ALL_PROGRAM_DIRS \\
17987         wordpad" && ALL_PROGRAM_INSTALL_DIRS="$ALL_PROGRAM_INSTALL_DIRS \\
17988         wordpad"
17989 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
17990 programs/wordpad/Makefile: programs/wordpad/Makefile.in programs/Makeprog.rules"
17991 ac_config_files="$ac_config_files programs/wordpad/Makefile"
17992
17993 ALL_MAKEFILES="$ALL_MAKEFILES \\
17994         programs/write/Makefile"
17995 test "x$enable_write" != xno && ALL_PROGRAM_DIRS="$ALL_PROGRAM_DIRS \\
17996         write" && ALL_PROGRAM_INSTALL_DIRS="$ALL_PROGRAM_INSTALL_DIRS \\
17997         write"
17998 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
17999 programs/write/Makefile: programs/write/Makefile.in programs/Makeprog.rules"
18000 ac_config_files="$ac_config_files programs/write/Makefile"
18001
18002 ALL_MAKEFILES="$ALL_MAKEFILES \\
18003         programs/xcopy/Makefile"
18004 test "x$enable_xcopy" != xno && ALL_PROGRAM_DIRS="$ALL_PROGRAM_DIRS \\
18005         xcopy" && ALL_PROGRAM_INSTALL_DIRS="$ALL_PROGRAM_INSTALL_DIRS \\
18006         xcopy"
18007 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
18008 programs/xcopy/Makefile: programs/xcopy/Makefile.in programs/Makeprog.rules"
18009 ac_config_files="$ac_config_files programs/xcopy/Makefile"
18010
18011 ALL_MAKEFILES="$ALL_MAKEFILES \\
18012         server/Makefile"
18013 test "x$enable_server" != xno && ALL_TOP_DIRS="$ALL_TOP_DIRS \\
18014         server"
18015 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
18016 server/Makefile: server/Makefile.in Make.rules"
18017 ac_config_files="$ac_config_files server/Makefile"
18018
18019 ALL_MAKEFILES="$ALL_MAKEFILES \\
18020         tools/Makefile"
18021 test "x$enable_tools" != xno && ALL_TOP_DIRS="$ALL_TOP_DIRS \\
18022         tools"
18023 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
18024 tools/Makefile: tools/Makefile.in Make.rules"
18025 ac_config_files="$ac_config_files tools/Makefile"
18026
18027 ALL_MAKEFILES="$ALL_MAKEFILES \\
18028         tools/widl/Makefile"
18029
18030 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
18031 tools/widl/Makefile: tools/widl/Makefile.in Make.rules"
18032 ac_config_files="$ac_config_files tools/widl/Makefile"
18033
18034 ALL_MAKEFILES="$ALL_MAKEFILES \\
18035         tools/winebuild/Makefile"
18036
18037 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
18038 tools/winebuild/Makefile: tools/winebuild/Makefile.in Make.rules"
18039 ac_config_files="$ac_config_files tools/winebuild/Makefile"
18040
18041 ALL_MAKEFILES="$ALL_MAKEFILES \\
18042         tools/winedump/Makefile"
18043
18044 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
18045 tools/winedump/Makefile: tools/winedump/Makefile.in Make.rules"
18046 ac_config_files="$ac_config_files tools/winedump/Makefile"
18047
18048 ALL_MAKEFILES="$ALL_MAKEFILES \\
18049         tools/winegcc/Makefile"
18050
18051 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
18052 tools/winegcc/Makefile: tools/winegcc/Makefile.in Make.rules"
18053 ac_config_files="$ac_config_files tools/winegcc/Makefile"
18054
18055 ALL_MAKEFILES="$ALL_MAKEFILES \\
18056         tools/wmc/Makefile"
18057
18058 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
18059 tools/wmc/Makefile: tools/wmc/Makefile.in Make.rules"
18060 ac_config_files="$ac_config_files tools/wmc/Makefile"
18061
18062 ALL_MAKEFILES="$ALL_MAKEFILES \\
18063         tools/wrc/Makefile"
18064
18065 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
18066 tools/wrc/Makefile: tools/wrc/Makefile.in Make.rules"
18067 ac_config_files="$ac_config_files tools/wrc/Makefile"
18068
18069
18070
18071 ALL_WINETEST_DEPENDS="# Test binaries"
18072
18073 for dir in $ALL_TEST_DIRS
18074 do
18075     if test "$dir" != "\\"
18076     then
18077         testname=`expr $dir : '\(.*\)/tests'`_test
18078         ALL_WINETEST_DEPENDS="$ALL_WINETEST_DEPENDS
18079
18080 $testname.exe: \$(DLLDIR)/$dir/$testname.exe\$(DLLEXT)
18081         cp \$(DLLDIR)/$dir/$testname.exe\$(DLLEXT) \$@ && \$(STRIP) \$@
18082 $testname.rc:
18083         echo \"$testname.exe TESTRES \\\"$testname.exe\\\"\" >\$@ || (\$(RM) \$@ && false)
18084 $testname.res: $testname.rc $testname.exe"
18085     fi
18086 done
18087
18088 test -n "$DLLEXT" || ALL_PROGRAM_BIN_INSTALL_DIRS=""
18089
18090 cat >confcache <<\_ACEOF
18091 # This file is a shell script that caches the results of configure
18092 # tests run on this system so they can be shared between configure
18093 # scripts and configure runs, see configure's option --config-cache.
18094 # It is not useful on other systems.  If it contains results you don't
18095 # want to keep, you may remove or edit it.
18096 #
18097 # config.status only pays attention to the cache file if you give it
18098 # the --recheck option to rerun configure.
18099 #
18100 # `ac_cv_env_foo' variables (set or unset) will be overridden when
18101 # loading this file, other *unset* `ac_cv_foo' will be assigned the
18102 # following values.
18103
18104 _ACEOF
18105
18106 # The following way of writing the cache mishandles newlines in values,
18107 # but we know of no workaround that is simple, portable, and efficient.
18108 # So, we kill variables containing newlines.
18109 # Ultrix sh set writes to stderr and can't be redirected directly,
18110 # and sets the high bit in the cache file unless we assign to the vars.
18111 (
18112   for ac_var in `(set) 2>&1 | sed -n 's/^\([a-zA-Z_][a-zA-Z0-9_]*\)=.*/\1/p'`; do
18113     eval ac_val=\$$ac_var
18114     case $ac_val in #(
18115     *${as_nl}*)
18116       case $ac_var in #(
18117       *_cv_*) { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: cache variable $ac_var contains a newline" >&5
18118 $as_echo "$as_me: WARNING: cache variable $ac_var contains a newline" >&2;} ;;
18119       esac
18120       case $ac_var in #(
18121       _ | IFS | as_nl) ;; #(
18122       BASH_ARGV | BASH_SOURCE) eval $ac_var= ;; #(
18123       *) { eval $ac_var=; unset $ac_var;} ;;
18124       esac ;;
18125     esac
18126   done
18127
18128   (set) 2>&1 |
18129     case $as_nl`(ac_space=' '; set) 2>&1` in #(
18130     *${as_nl}ac_space=\ *)
18131       # `set' does not quote correctly, so add quotes: double-quote
18132       # substitution turns \\\\ into \\, and sed turns \\ into \.
18133       sed -n \
18134         "s/'/'\\\\''/g;
18135           s/^\\([_$as_cr_alnum]*_cv_[_$as_cr_alnum]*\\)=\\(.*\\)/\\1='\\2'/p"
18136       ;; #(
18137     *)
18138       # `set' quotes correctly as required by POSIX, so do not add quotes.
18139       sed -n "/^[_$as_cr_alnum]*_cv_[_$as_cr_alnum]*=/p"
18140       ;;
18141     esac |
18142     sort
18143 ) |
18144   sed '
18145      /^ac_cv_env_/b end
18146      t clear
18147      :clear
18148      s/^\([^=]*\)=\(.*[{}].*\)$/test "${\1+set}" = set || &/
18149      t end
18150      s/^\([^=]*\)=\(.*\)$/\1=${\1=\2}/
18151      :end' >>confcache
18152 if diff "$cache_file" confcache >/dev/null 2>&1; then :; else
18153   if test -w "$cache_file"; then
18154     test "x$cache_file" != "x/dev/null" &&
18155       { $as_echo "$as_me:${as_lineno-$LINENO}: updating cache $cache_file" >&5
18156 $as_echo "$as_me: updating cache $cache_file" >&6;}
18157     cat confcache >$cache_file
18158   else
18159     { $as_echo "$as_me:${as_lineno-$LINENO}: not updating unwritable cache $cache_file" >&5
18160 $as_echo "$as_me: not updating unwritable cache $cache_file" >&6;}
18161   fi
18162 fi
18163 rm -f confcache
18164
18165 test "x$prefix" = xNONE && prefix=$ac_default_prefix
18166 # Let make expand exec_prefix.
18167 test "x$exec_prefix" = xNONE && exec_prefix='${prefix}'
18168
18169 DEFS=-DHAVE_CONFIG_H
18170
18171 ac_libobjs=
18172 ac_ltlibobjs=
18173 for ac_i in : $LIBOBJS; do test "x$ac_i" = x: && continue
18174   # 1. Remove the extension, and $U if already installed.
18175   ac_script='s/\$U\././;s/\.o$//;s/\.obj$//'
18176   ac_i=`$as_echo "$ac_i" | sed "$ac_script"`
18177   # 2. Prepend LIBOBJDIR.  When used with automake>=1.10 LIBOBJDIR
18178   #    will be set to the directory where LIBOBJS objects are built.
18179   as_fn_append ac_libobjs " \${LIBOBJDIR}$ac_i\$U.$ac_objext"
18180   as_fn_append ac_ltlibobjs " \${LIBOBJDIR}$ac_i"'$U.lo'
18181 done
18182 LIBOBJS=$ac_libobjs
18183
18184 LTLIBOBJS=$ac_ltlibobjs
18185
18186
18187
18188 : ${CONFIG_STATUS=./config.status}
18189 ac_write_fail=0
18190 ac_clean_files_save=$ac_clean_files
18191 ac_clean_files="$ac_clean_files $CONFIG_STATUS"
18192 { $as_echo "$as_me:${as_lineno-$LINENO}: creating $CONFIG_STATUS" >&5
18193 $as_echo "$as_me: creating $CONFIG_STATUS" >&6;}
18194 as_write_fail=0
18195 cat >$CONFIG_STATUS <<_ASEOF || as_write_fail=1
18196 #! $SHELL
18197 # Generated by $as_me.
18198 # Run this file to recreate the current configuration.
18199 # Compiler output produced by configure, useful for debugging
18200 # configure, is in config.log if it exists.
18201
18202 debug=false
18203 ac_cs_recheck=false
18204 ac_cs_silent=false
18205
18206 SHELL=\${CONFIG_SHELL-$SHELL}
18207 export SHELL
18208 _ASEOF
18209 cat >>$CONFIG_STATUS <<\_ASEOF || as_write_fail=1
18210 ## -------------------- ##
18211 ## M4sh Initialization. ##
18212 ## -------------------- ##
18213
18214 # Be more Bourne compatible
18215 DUALCASE=1; export DUALCASE # for MKS sh
18216 if test -n "${ZSH_VERSION+set}" && (emulate sh) >/dev/null 2>&1; then :
18217   emulate sh
18218   NULLCMD=:
18219   # Pre-4.2 versions of Zsh do word splitting on ${1+"$@"}, which
18220   # is contrary to our usage.  Disable this feature.
18221   alias -g '${1+"$@"}'='"$@"'
18222   setopt NO_GLOB_SUBST
18223 else
18224   case `(set -o) 2>/dev/null` in #(
18225   *posix*) :
18226     set -o posix ;; #(
18227   *) :
18228      ;;
18229 esac
18230 fi
18231
18232
18233 as_nl='
18234 '
18235 export as_nl
18236 # Printing a long string crashes Solaris 7 /usr/bin/printf.
18237 as_echo='\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\'
18238 as_echo=$as_echo$as_echo$as_echo$as_echo$as_echo
18239 as_echo=$as_echo$as_echo$as_echo$as_echo$as_echo$as_echo
18240 # Prefer a ksh shell builtin over an external printf program on Solaris,
18241 # but without wasting forks for bash or zsh.
18242 if test -z "$BASH_VERSION$ZSH_VERSION" \
18243     && (test "X`print -r -- $as_echo`" = "X$as_echo") 2>/dev/null; then
18244   as_echo='print -r --'
18245   as_echo_n='print -rn --'
18246 elif (test "X`printf %s $as_echo`" = "X$as_echo") 2>/dev/null; then
18247   as_echo='printf %s\n'
18248   as_echo_n='printf %s'
18249 else
18250   if test "X`(/usr/ucb/echo -n -n $as_echo) 2>/dev/null`" = "X-n $as_echo"; then
18251     as_echo_body='eval /usr/ucb/echo -n "$1$as_nl"'
18252     as_echo_n='/usr/ucb/echo -n'
18253   else
18254     as_echo_body='eval expr "X$1" : "X\\(.*\\)"'
18255     as_echo_n_body='eval
18256       arg=$1;
18257       case $arg in #(
18258       *"$as_nl"*)
18259         expr "X$arg" : "X\\(.*\\)$as_nl";
18260         arg=`expr "X$arg" : ".*$as_nl\\(.*\\)"`;;
18261       esac;
18262       expr "X$arg" : "X\\(.*\\)" | tr -d "$as_nl"
18263     '
18264     export as_echo_n_body
18265     as_echo_n='sh -c $as_echo_n_body as_echo'
18266   fi
18267   export as_echo_body
18268   as_echo='sh -c $as_echo_body as_echo'
18269 fi
18270
18271 # The user is always right.
18272 if test "${PATH_SEPARATOR+set}" != set; then
18273   PATH_SEPARATOR=:
18274   (PATH='/bin;/bin'; FPATH=$PATH; sh -c :) >/dev/null 2>&1 && {
18275     (PATH='/bin:/bin'; FPATH=$PATH; sh -c :) >/dev/null 2>&1 ||
18276       PATH_SEPARATOR=';'
18277   }
18278 fi
18279
18280
18281 # IFS
18282 # We need space, tab and new line, in precisely that order.  Quoting is
18283 # there to prevent editors from complaining about space-tab.
18284 # (If _AS_PATH_WALK were called with IFS unset, it would disable word
18285 # splitting by setting IFS to empty value.)
18286 IFS=" ""        $as_nl"
18287
18288 # Find who we are.  Look in the path if we contain no directory separator.
18289 case $0 in #((
18290   *[\\/]* ) as_myself=$0 ;;
18291   *) as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
18292 for as_dir in $PATH
18293 do
18294   IFS=$as_save_IFS
18295   test -z "$as_dir" && as_dir=.
18296     test -r "$as_dir/$0" && as_myself=$as_dir/$0 && break
18297   done
18298 IFS=$as_save_IFS
18299
18300      ;;
18301 esac
18302 # We did not find ourselves, most probably we were run as `sh COMMAND'
18303 # in which case we are not to be found in the path.
18304 if test "x$as_myself" = x; then
18305   as_myself=$0
18306 fi
18307 if test ! -f "$as_myself"; then
18308   $as_echo "$as_myself: error: cannot find myself; rerun with an absolute file name" >&2
18309   exit 1
18310 fi
18311
18312 # Unset variables that we do not need and which cause bugs (e.g. in
18313 # pre-3.0 UWIN ksh).  But do not cause bugs in bash 2.01; the "|| exit 1"
18314 # suppresses any "Segmentation fault" message there.  '((' could
18315 # trigger a bug in pdksh 5.2.14.
18316 for as_var in BASH_ENV ENV MAIL MAILPATH
18317 do eval test x\${$as_var+set} = xset \
18318   && ( (unset $as_var) || exit 1) >/dev/null 2>&1 && unset $as_var || :
18319 done
18320 PS1='$ '
18321 PS2='> '
18322 PS4='+ '
18323
18324 # NLS nuisances.
18325 LC_ALL=C
18326 export LC_ALL
18327 LANGUAGE=C
18328 export LANGUAGE
18329
18330 # CDPATH.
18331 (unset CDPATH) >/dev/null 2>&1 && unset CDPATH
18332
18333
18334 # as_fn_error ERROR [LINENO LOG_FD]
18335 # ---------------------------------
18336 # Output "`basename $0`: error: ERROR" to stderr. If LINENO and LOG_FD are
18337 # provided, also output the error to LOG_FD, referencing LINENO. Then exit the
18338 # script with status $?, using 1 if that was 0.
18339 as_fn_error ()
18340 {
18341   as_status=$?; test $as_status -eq 0 && as_status=1
18342   if test "$3"; then
18343     as_lineno=${as_lineno-"$2"} as_lineno_stack=as_lineno_stack=$as_lineno_stack
18344     $as_echo "$as_me:${as_lineno-$LINENO}: error: $1" >&$3
18345   fi
18346   $as_echo "$as_me: error: $1" >&2
18347   as_fn_exit $as_status
18348 } # as_fn_error
18349
18350
18351 # as_fn_set_status STATUS
18352 # -----------------------
18353 # Set $? to STATUS, without forking.
18354 as_fn_set_status ()
18355 {
18356   return $1
18357 } # as_fn_set_status
18358
18359 # as_fn_exit STATUS
18360 # -----------------
18361 # Exit the shell with STATUS, even in a "trap 0" or "set -e" context.
18362 as_fn_exit ()
18363 {
18364   set +e
18365   as_fn_set_status $1
18366   exit $1
18367 } # as_fn_exit
18368
18369 # as_fn_unset VAR
18370 # ---------------
18371 # Portably unset VAR.
18372 as_fn_unset ()
18373 {
18374   { eval $1=; unset $1;}
18375 }
18376 as_unset=as_fn_unset
18377 # as_fn_append VAR VALUE
18378 # ----------------------
18379 # Append the text in VALUE to the end of the definition contained in VAR. Take
18380 # advantage of any shell optimizations that allow amortized linear growth over
18381 # repeated appends, instead of the typical quadratic growth present in naive
18382 # implementations.
18383 if (eval "as_var=1; as_var+=2; test x\$as_var = x12") 2>/dev/null; then :
18384   eval 'as_fn_append ()
18385   {
18386     eval $1+=\$2
18387   }'
18388 else
18389   as_fn_append ()
18390   {
18391     eval $1=\$$1\$2
18392   }
18393 fi # as_fn_append
18394
18395 # as_fn_arith ARG...
18396 # ------------------
18397 # Perform arithmetic evaluation on the ARGs, and store the result in the
18398 # global $as_val. Take advantage of shells that can avoid forks. The arguments
18399 # must be portable across $(()) and expr.
18400 if (eval "test \$(( 1 + 1 )) = 2") 2>/dev/null; then :
18401   eval 'as_fn_arith ()
18402   {
18403     as_val=$(( $* ))
18404   }'
18405 else
18406   as_fn_arith ()
18407   {
18408     as_val=`expr "$@" || test $? -eq 1`
18409   }
18410 fi # as_fn_arith
18411
18412
18413 if expr a : '\(a\)' >/dev/null 2>&1 &&
18414    test "X`expr 00001 : '.*\(...\)'`" = X001; then
18415   as_expr=expr
18416 else
18417   as_expr=false
18418 fi
18419
18420 if (basename -- /) >/dev/null 2>&1 && test "X`basename -- / 2>&1`" = "X/"; then
18421   as_basename=basename
18422 else
18423   as_basename=false
18424 fi
18425
18426 if (as_dir=`dirname -- /` && test "X$as_dir" = X/) >/dev/null 2>&1; then
18427   as_dirname=dirname
18428 else
18429   as_dirname=false
18430 fi
18431
18432 as_me=`$as_basename -- "$0" ||
18433 $as_expr X/"$0" : '.*/\([^/][^/]*\)/*$' \| \
18434          X"$0" : 'X\(//\)$' \| \
18435          X"$0" : 'X\(/\)' \| . 2>/dev/null ||
18436 $as_echo X/"$0" |
18437     sed '/^.*\/\([^/][^/]*\)\/*$/{
18438             s//\1/
18439             q
18440           }
18441           /^X\/\(\/\/\)$/{
18442             s//\1/
18443             q
18444           }
18445           /^X\/\(\/\).*/{
18446             s//\1/
18447             q
18448           }
18449           s/.*/./; q'`
18450
18451 # Avoid depending upon Character Ranges.
18452 as_cr_letters='abcdefghijklmnopqrstuvwxyz'
18453 as_cr_LETTERS='ABCDEFGHIJKLMNOPQRSTUVWXYZ'
18454 as_cr_Letters=$as_cr_letters$as_cr_LETTERS
18455 as_cr_digits='0123456789'
18456 as_cr_alnum=$as_cr_Letters$as_cr_digits
18457
18458 ECHO_C= ECHO_N= ECHO_T=
18459 case `echo -n x` in #(((((
18460 -n*)
18461   case `echo 'xy\c'` in
18462   *c*) ECHO_T=' ';;     # ECHO_T is single tab character.
18463   xy)  ECHO_C='\c';;
18464   *)   echo `echo ksh88 bug on AIX 6.1` > /dev/null
18465        ECHO_T=' ';;
18466   esac;;
18467 *)
18468   ECHO_N='-n';;
18469 esac
18470
18471 rm -f conf$$ conf$$.exe conf$$.file
18472 if test -d conf$$.dir; then
18473   rm -f conf$$.dir/conf$$.file
18474 else
18475   rm -f conf$$.dir
18476   mkdir conf$$.dir 2>/dev/null
18477 fi
18478 if (echo >conf$$.file) 2>/dev/null; then
18479   if ln -s conf$$.file conf$$ 2>/dev/null; then
18480     as_ln_s='ln -s'
18481     # ... but there are two gotchas:
18482     # 1) On MSYS, both `ln -s file dir' and `ln file dir' fail.
18483     # 2) DJGPP < 2.04 has no symlinks; `ln -s' creates a wrapper executable.
18484     # In both cases, we have to default to `cp -p'.
18485     ln -s conf$$.file conf$$.dir 2>/dev/null && test ! -f conf$$.exe ||
18486       as_ln_s='cp -p'
18487   elif ln conf$$.file conf$$ 2>/dev/null; then
18488     as_ln_s=ln
18489   else
18490     as_ln_s='cp -p'
18491   fi
18492 else
18493   as_ln_s='cp -p'
18494 fi
18495 rm -f conf$$ conf$$.exe conf$$.dir/conf$$.file conf$$.file
18496 rmdir conf$$.dir 2>/dev/null
18497
18498
18499 # as_fn_mkdir_p
18500 # -------------
18501 # Create "$as_dir" as a directory, including parents if necessary.
18502 as_fn_mkdir_p ()
18503 {
18504
18505   case $as_dir in #(
18506   -*) as_dir=./$as_dir;;
18507   esac
18508   test -d "$as_dir" || eval $as_mkdir_p || {
18509     as_dirs=
18510     while :; do
18511       case $as_dir in #(
18512       *\'*) as_qdir=`$as_echo "$as_dir" | sed "s/'/'\\\\\\\\''/g"`;; #'(
18513       *) as_qdir=$as_dir;;
18514       esac
18515       as_dirs="'$as_qdir' $as_dirs"
18516       as_dir=`$as_dirname -- "$as_dir" ||
18517 $as_expr X"$as_dir" : 'X\(.*[^/]\)//*[^/][^/]*/*$' \| \
18518          X"$as_dir" : 'X\(//\)[^/]' \| \
18519          X"$as_dir" : 'X\(//\)$' \| \
18520          X"$as_dir" : 'X\(/\)' \| . 2>/dev/null ||
18521 $as_echo X"$as_dir" |
18522     sed '/^X\(.*[^/]\)\/\/*[^/][^/]*\/*$/{
18523             s//\1/
18524             q
18525           }
18526           /^X\(\/\/\)[^/].*/{
18527             s//\1/
18528             q
18529           }
18530           /^X\(\/\/\)$/{
18531             s//\1/
18532             q
18533           }
18534           /^X\(\/\).*/{
18535             s//\1/
18536             q
18537           }
18538           s/.*/./; q'`
18539       test -d "$as_dir" && break
18540     done
18541     test -z "$as_dirs" || eval "mkdir $as_dirs"
18542   } || test -d "$as_dir" || as_fn_error "cannot create directory $as_dir"
18543
18544
18545 } # as_fn_mkdir_p
18546 if mkdir -p . 2>/dev/null; then
18547   as_mkdir_p='mkdir -p "$as_dir"'
18548 else
18549   test -d ./-p && rmdir ./-p
18550   as_mkdir_p=false
18551 fi
18552
18553 if test -x / >/dev/null 2>&1; then
18554   as_test_x='test -x'
18555 else
18556   if ls -dL / >/dev/null 2>&1; then
18557     as_ls_L_option=L
18558   else
18559     as_ls_L_option=
18560   fi
18561   as_test_x='
18562     eval sh -c '\''
18563       if test -d "$1"; then
18564         test -d "$1/.";
18565       else
18566         case $1 in #(
18567         -*)set "./$1";;
18568         esac;
18569         case `ls -ld'$as_ls_L_option' "$1" 2>/dev/null` in #((
18570         ???[sx]*):;;*)false;;esac;fi
18571     '\'' sh
18572   '
18573 fi
18574 as_executable_p=$as_test_x
18575
18576 # Sed expression to map a string onto a valid CPP name.
18577 as_tr_cpp="eval sed 'y%*$as_cr_letters%P$as_cr_LETTERS%;s%[^_$as_cr_alnum]%_%g'"
18578
18579 # Sed expression to map a string onto a valid variable name.
18580 as_tr_sh="eval sed 'y%*+%pp%;s%[^_$as_cr_alnum]%_%g'"
18581
18582
18583 exec 6>&1
18584 ## ----------------------------------- ##
18585 ## Main body of $CONFIG_STATUS script. ##
18586 ## ----------------------------------- ##
18587 _ASEOF
18588 test $as_write_fail = 0 && chmod +x $CONFIG_STATUS || ac_write_fail=1
18589
18590 cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1
18591 # Save the log message, to keep $0 and so on meaningful, and to
18592 # report actual input values of CONFIG_FILES etc. instead of their
18593 # values after options handling.
18594 ac_log="
18595 This file was extended by Wine $as_me 1.1.30, which was
18596 generated by GNU Autoconf 2.64.  Invocation command line was
18597
18598   CONFIG_FILES    = $CONFIG_FILES
18599   CONFIG_HEADERS  = $CONFIG_HEADERS
18600   CONFIG_LINKS    = $CONFIG_LINKS
18601   CONFIG_COMMANDS = $CONFIG_COMMANDS
18602   $ $0 $@
18603
18604 on `(hostname || uname -n) 2>/dev/null | sed 1q`
18605 "
18606
18607 _ACEOF
18608
18609 case $ac_config_files in *"
18610 "*) set x $ac_config_files; shift; ac_config_files=$*;;
18611 esac
18612
18613 case $ac_config_headers in *"
18614 "*) set x $ac_config_headers; shift; ac_config_headers=$*;;
18615 esac
18616
18617
18618 cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1
18619 # Files that config.status was made for.
18620 config_files="$ac_config_files"
18621 config_headers="$ac_config_headers"
18622 config_commands="$ac_config_commands"
18623
18624 _ACEOF
18625
18626 cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1
18627 ac_cs_usage="\
18628 \`$as_me' instantiates files and other configuration actions
18629 from templates according to the current configuration.  Unless the files
18630 and actions are specified as TAGs, all are instantiated by default.
18631
18632 Usage: $0 [OPTION]... [TAG]...
18633
18634   -h, --help       print this help, then exit
18635   -V, --version    print version number and configuration settings, then exit
18636   -q, --quiet, --silent
18637                    do not print progress messages
18638   -d, --debug      don't remove temporary files
18639       --recheck    update $as_me by reconfiguring in the same conditions
18640       --file=FILE[:TEMPLATE]
18641                    instantiate the configuration file FILE
18642       --header=FILE[:TEMPLATE]
18643                    instantiate the configuration header FILE
18644
18645 Configuration files:
18646 $config_files
18647
18648 Configuration headers:
18649 $config_headers
18650
18651 Configuration commands:
18652 $config_commands
18653
18654 Report bugs to <wine-devel@winehq.org>.
18655 Wine home page: <http://www.winehq.org>."
18656
18657 _ACEOF
18658 cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1
18659 ac_cs_version="\\
18660 Wine config.status 1.1.30
18661 configured by $0, generated by GNU Autoconf 2.64,
18662   with options \\"`$as_echo "$ac_configure_args" | sed 's/^ //; s/[\\""\`\$]/\\\\&/g'`\\"
18663
18664 Copyright (C) 2009 Free Software Foundation, Inc.
18665 This config.status script is free software; the Free Software Foundation
18666 gives unlimited permission to copy, distribute and modify it."
18667
18668 ac_pwd='$ac_pwd'
18669 srcdir='$srcdir'
18670 INSTALL='$INSTALL'
18671 test -n "\$AWK" || AWK=awk
18672 _ACEOF
18673
18674 cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1
18675 # The default lists apply if the user does not specify any file.
18676 ac_need_defaults=:
18677 while test $# != 0
18678 do
18679   case $1 in
18680   --*=*)
18681     ac_option=`expr "X$1" : 'X\([^=]*\)='`
18682     ac_optarg=`expr "X$1" : 'X[^=]*=\(.*\)'`
18683     ac_shift=:
18684     ;;
18685   *)
18686     ac_option=$1
18687     ac_optarg=$2
18688     ac_shift=shift
18689     ;;
18690   esac
18691
18692   case $ac_option in
18693   # Handling of the options.
18694   -recheck | --recheck | --rechec | --reche | --rech | --rec | --re | --r)
18695     ac_cs_recheck=: ;;
18696   --version | --versio | --versi | --vers | --ver | --ve | --v | -V )
18697     $as_echo "$ac_cs_version"; exit ;;
18698   --debug | --debu | --deb | --de | --d | -d )
18699     debug=: ;;
18700   --file | --fil | --fi | --f )
18701     $ac_shift
18702     case $ac_optarg in
18703     *\'*) ac_optarg=`$as_echo "$ac_optarg" | sed "s/'/'\\\\\\\\''/g"` ;;
18704     esac
18705     as_fn_append CONFIG_FILES " '$ac_optarg'"
18706     ac_need_defaults=false;;
18707   --header | --heade | --head | --hea )
18708     $ac_shift
18709     case $ac_optarg in
18710     *\'*) ac_optarg=`$as_echo "$ac_optarg" | sed "s/'/'\\\\\\\\''/g"` ;;
18711     esac
18712     as_fn_append CONFIG_HEADERS " '$ac_optarg'"
18713     ac_need_defaults=false;;
18714   --he | --h)
18715     # Conflict between --help and --header
18716     as_fn_error "ambiguous option: \`$1'
18717 Try \`$0 --help' for more information.";;
18718   --help | --hel | -h )
18719     $as_echo "$ac_cs_usage"; exit ;;
18720   -q | -quiet | --quiet | --quie | --qui | --qu | --q \
18721   | -silent | --silent | --silen | --sile | --sil | --si | --s)
18722     ac_cs_silent=: ;;
18723
18724   # This is an error.
18725   -*) as_fn_error "unrecognized option: \`$1'
18726 Try \`$0 --help' for more information." ;;
18727
18728   *) as_fn_append ac_config_targets " $1"
18729      ac_need_defaults=false ;;
18730
18731   esac
18732   shift
18733 done
18734
18735 ac_configure_extra_args=
18736
18737 if $ac_cs_silent; then
18738   exec 6>/dev/null
18739   ac_configure_extra_args="$ac_configure_extra_args --silent"
18740 fi
18741
18742 _ACEOF
18743 cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1
18744 if \$ac_cs_recheck; then
18745   set X '$SHELL' '$0' $ac_configure_args \$ac_configure_extra_args --no-create --no-recursion
18746   shift
18747   \$as_echo "running CONFIG_SHELL=$SHELL \$*" >&6
18748   CONFIG_SHELL='$SHELL'
18749   export CONFIG_SHELL
18750   exec "\$@"
18751 fi
18752
18753 _ACEOF
18754 cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1
18755 exec 5>>config.log
18756 {
18757   echo
18758   sed 'h;s/./-/g;s/^.../## /;s/...$/ ##/;p;x;p;x' <<_ASBOX
18759 ## Running $as_me. ##
18760 _ASBOX
18761   $as_echo "$ac_log"
18762 } >&5
18763
18764 _ACEOF
18765 cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1
18766 _ACEOF
18767
18768 cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1
18769
18770 # Handling of arguments.
18771 for ac_config_target in $ac_config_targets
18772 do
18773   case $ac_config_target in
18774     "include/config.h") CONFIG_HEADERS="$CONFIG_HEADERS include/config.h" ;;
18775     "include/stamp-h") CONFIG_COMMANDS="$CONFIG_COMMANDS include/stamp-h" ;;
18776     "dlls/gdi32/enhmfdrv") CONFIG_COMMANDS="$CONFIG_COMMANDS dlls/gdi32/enhmfdrv" ;;
18777     "dlls/gdi32/mfdrv") CONFIG_COMMANDS="$CONFIG_COMMANDS dlls/gdi32/mfdrv" ;;
18778     "dlls/kernel32/nls") CONFIG_COMMANDS="$CONFIG_COMMANDS dlls/kernel32/nls" ;;
18779     "dlls/user32/resources") CONFIG_COMMANDS="$CONFIG_COMMANDS dlls/user32/resources" ;;
18780     "dlls/wineps.drv/data") CONFIG_COMMANDS="$CONFIG_COMMANDS dlls/wineps.drv/data" ;;
18781     "include/wine") CONFIG_COMMANDS="$CONFIG_COMMANDS include/wine" ;;
18782     "Make.rules") CONFIG_FILES="$CONFIG_FILES Make.rules" ;;
18783     "dlls/Makedll.rules") CONFIG_FILES="$CONFIG_FILES dlls/Makedll.rules" ;;
18784     "dlls/Makeimplib.rules") CONFIG_FILES="$CONFIG_FILES dlls/Makeimplib.rules" ;;
18785     "dlls/Maketest.rules") CONFIG_FILES="$CONFIG_FILES dlls/Maketest.rules" ;;
18786     "programs/Makeprog.rules") CONFIG_FILES="$CONFIG_FILES programs/Makeprog.rules" ;;
18787     "Makefile") CONFIG_FILES="$CONFIG_FILES Makefile" ;;
18788     "dlls/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/Makefile" ;;
18789     "dlls/acledit/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/acledit/Makefile" ;;
18790     "dlls/aclui/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/aclui/Makefile" ;;
18791     "dlls/activeds/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/activeds/Makefile" ;;
18792     "dlls/actxprxy/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/actxprxy/Makefile" ;;
18793     "dlls/adsiid/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/adsiid/Makefile" ;;
18794     "dlls/advapi32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/advapi32/Makefile" ;;
18795     "dlls/advapi32/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/advapi32/tests/Makefile" ;;
18796     "dlls/advpack/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/advpack/Makefile" ;;
18797     "dlls/advpack/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/advpack/tests/Makefile" ;;
18798     "dlls/amstream/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/amstream/Makefile" ;;
18799     "dlls/amstream/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/amstream/tests/Makefile" ;;
18800     "dlls/appwiz.cpl/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/appwiz.cpl/Makefile" ;;
18801     "dlls/atl/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/atl/Makefile" ;;
18802     "dlls/authz/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/authz/Makefile" ;;
18803     "dlls/avicap32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/avicap32/Makefile" ;;
18804     "dlls/avifil32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/avifil32/Makefile" ;;
18805     "dlls/avifile.dll16/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/avifile.dll16/Makefile" ;;
18806     "dlls/bcrypt/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/bcrypt/Makefile" ;;
18807     "dlls/browseui/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/browseui/Makefile" ;;
18808     "dlls/browseui/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/browseui/tests/Makefile" ;;
18809     "dlls/cabinet/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/cabinet/Makefile" ;;
18810     "dlls/cabinet/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/cabinet/tests/Makefile" ;;
18811     "dlls/capi2032/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/capi2032/Makefile" ;;
18812     "dlls/cards/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/cards/Makefile" ;;
18813     "dlls/cfgmgr32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/cfgmgr32/Makefile" ;;
18814     "dlls/clusapi/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/clusapi/Makefile" ;;
18815     "dlls/comcat/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/comcat/Makefile" ;;
18816     "dlls/comcat/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/comcat/tests/Makefile" ;;
18817     "dlls/comctl32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/comctl32/Makefile" ;;
18818     "dlls/comctl32/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/comctl32/tests/Makefile" ;;
18819     "dlls/comdlg32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/comdlg32/Makefile" ;;
18820     "dlls/comdlg32/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/comdlg32/tests/Makefile" ;;
18821     "dlls/comm.drv16/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/comm.drv16/Makefile" ;;
18822     "dlls/compobj.dll16/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/compobj.dll16/Makefile" ;;
18823     "dlls/compstui/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/compstui/Makefile" ;;
18824     "dlls/credui/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/credui/Makefile" ;;
18825     "dlls/credui/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/credui/tests/Makefile" ;;
18826     "dlls/crtdll/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/crtdll/Makefile" ;;
18827     "dlls/crypt32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/crypt32/Makefile" ;;
18828     "dlls/crypt32/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/crypt32/tests/Makefile" ;;
18829     "dlls/cryptdlg/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/cryptdlg/Makefile" ;;
18830     "dlls/cryptdll/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/cryptdll/Makefile" ;;
18831     "dlls/cryptnet/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/cryptnet/Makefile" ;;
18832     "dlls/cryptnet/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/cryptnet/tests/Makefile" ;;
18833     "dlls/cryptui/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/cryptui/Makefile" ;;
18834     "dlls/cryptui/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/cryptui/tests/Makefile" ;;
18835     "dlls/ctapi32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/ctapi32/Makefile" ;;
18836     "dlls/ctl3d.dll16/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/ctl3d.dll16/Makefile" ;;
18837     "dlls/ctl3d32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/ctl3d32/Makefile" ;;
18838     "dlls/ctl3dv2.dll16/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/ctl3dv2.dll16/Makefile" ;;
18839     "dlls/d3d10/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/d3d10/Makefile" ;;
18840     "dlls/d3d10/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/d3d10/tests/Makefile" ;;
18841     "dlls/d3d10core/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/d3d10core/Makefile" ;;
18842     "dlls/d3d10core/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/d3d10core/tests/Makefile" ;;
18843     "dlls/d3d8/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/d3d8/Makefile" ;;
18844     "dlls/d3d8/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/d3d8/tests/Makefile" ;;
18845     "dlls/d3d9/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/d3d9/Makefile" ;;
18846     "dlls/d3d9/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/d3d9/tests/Makefile" ;;
18847     "dlls/d3dim/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/d3dim/Makefile" ;;
18848     "dlls/d3drm/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/d3drm/Makefile" ;;
18849     "dlls/d3drm/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/d3drm/tests/Makefile" ;;
18850     "dlls/d3dx9_24/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/d3dx9_24/Makefile" ;;
18851     "dlls/d3dx9_25/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/d3dx9_25/Makefile" ;;
18852     "dlls/d3dx9_26/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/d3dx9_26/Makefile" ;;
18853     "dlls/d3dx9_27/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/d3dx9_27/Makefile" ;;
18854     "dlls/d3dx9_28/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/d3dx9_28/Makefile" ;;
18855     "dlls/d3dx9_29/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/d3dx9_29/Makefile" ;;
18856     "dlls/d3dx9_30/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/d3dx9_30/Makefile" ;;
18857     "dlls/d3dx9_31/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/d3dx9_31/Makefile" ;;
18858     "dlls/d3dx9_32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/d3dx9_32/Makefile" ;;
18859     "dlls/d3dx9_33/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/d3dx9_33/Makefile" ;;
18860     "dlls/d3dx9_34/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/d3dx9_34/Makefile" ;;
18861     "dlls/d3dx9_35/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/d3dx9_35/Makefile" ;;
18862     "dlls/d3dx9_36/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/d3dx9_36/Makefile" ;;
18863     "dlls/d3dx9_36/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/d3dx9_36/tests/Makefile" ;;
18864     "dlls/d3dx9_37/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/d3dx9_37/Makefile" ;;
18865     "dlls/d3dx9_38/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/d3dx9_38/Makefile" ;;
18866     "dlls/d3dx9_39/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/d3dx9_39/Makefile" ;;
18867     "dlls/d3dx9_40/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/d3dx9_40/Makefile" ;;
18868     "dlls/d3dx9_41/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/d3dx9_41/Makefile" ;;
18869     "dlls/d3dx9_42/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/d3dx9_42/Makefile" ;;
18870     "dlls/d3dxof/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/d3dxof/Makefile" ;;
18871     "dlls/d3dxof/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/d3dxof/tests/Makefile" ;;
18872     "dlls/dbghelp/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/dbghelp/Makefile" ;;
18873     "dlls/dciman32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/dciman32/Makefile" ;;
18874     "dlls/ddeml.dll16/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/ddeml.dll16/Makefile" ;;
18875     "dlls/ddraw/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/ddraw/Makefile" ;;
18876     "dlls/ddraw/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/ddraw/tests/Makefile" ;;
18877     "dlls/ddrawex/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/ddrawex/Makefile" ;;
18878     "dlls/ddrawex/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/ddrawex/tests/Makefile" ;;
18879     "dlls/devenum/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/devenum/Makefile" ;;
18880     "dlls/dinput/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/dinput/Makefile" ;;
18881     "dlls/dinput/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/dinput/tests/Makefile" ;;
18882     "dlls/dinput8/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/dinput8/Makefile" ;;
18883     "dlls/dispdib.dll16/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/dispdib.dll16/Makefile" ;;
18884     "dlls/display.drv16/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/display.drv16/Makefile" ;;
18885     "dlls/dmband/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/dmband/Makefile" ;;
18886     "dlls/dmcompos/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/dmcompos/Makefile" ;;
18887     "dlls/dmime/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/dmime/Makefile" ;;
18888     "dlls/dmloader/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/dmloader/Makefile" ;;
18889     "dlls/dmscript/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/dmscript/Makefile" ;;
18890     "dlls/dmstyle/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/dmstyle/Makefile" ;;
18891     "dlls/dmsynth/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/dmsynth/Makefile" ;;
18892     "dlls/dmusic/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/dmusic/Makefile" ;;
18893     "dlls/dmusic32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/dmusic32/Makefile" ;;
18894     "dlls/dnsapi/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/dnsapi/Makefile" ;;
18895     "dlls/dnsapi/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/dnsapi/tests/Makefile" ;;
18896     "dlls/dplay/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/dplay/Makefile" ;;
18897     "dlls/dplayx/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/dplayx/Makefile" ;;
18898     "dlls/dplayx/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/dplayx/tests/Makefile" ;;
18899     "dlls/dpnaddr/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/dpnaddr/Makefile" ;;
18900     "dlls/dpnet/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/dpnet/Makefile" ;;
18901     "dlls/dpnhpast/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/dpnhpast/Makefile" ;;
18902     "dlls/dpnlobby/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/dpnlobby/Makefile" ;;
18903     "dlls/dpwsockx/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/dpwsockx/Makefile" ;;
18904     "dlls/drmclien/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/drmclien/Makefile" ;;
18905     "dlls/dsound/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/dsound/Makefile" ;;
18906     "dlls/dsound/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/dsound/tests/Makefile" ;;
18907     "dlls/dssenh/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/dssenh/Makefile" ;;
18908     "dlls/dswave/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/dswave/Makefile" ;;
18909     "dlls/dwmapi/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/dwmapi/Makefile" ;;
18910     "dlls/dxdiagn/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/dxdiagn/Makefile" ;;
18911     "dlls/dxerr8/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/dxerr8/Makefile" ;;
18912     "dlls/dxerr9/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/dxerr9/Makefile" ;;
18913     "dlls/dxgi/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/dxgi/Makefile" ;;
18914     "dlls/dxgi/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/dxgi/tests/Makefile" ;;
18915     "dlls/dxguid/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/dxguid/Makefile" ;;
18916     "dlls/faultrep/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/faultrep/Makefile" ;;
18917     "dlls/fltlib/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/fltlib/Makefile" ;;
18918     "dlls/fusion/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/fusion/Makefile" ;;
18919     "dlls/fusion/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/fusion/tests/Makefile" ;;
18920     "dlls/gdi32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/gdi32/Makefile" ;;
18921     "dlls/gdi32/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/gdi32/tests/Makefile" ;;
18922     "dlls/gdiplus/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/gdiplus/Makefile" ;;
18923     "dlls/gdiplus/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/gdiplus/tests/Makefile" ;;
18924     "dlls/glu32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/glu32/Makefile" ;;
18925     "dlls/gphoto2.ds/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/gphoto2.ds/Makefile" ;;
18926     "dlls/gpkcsp/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/gpkcsp/Makefile" ;;
18927     "dlls/hal/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/hal/Makefile" ;;
18928     "dlls/hhctrl.ocx/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/hhctrl.ocx/Makefile" ;;
18929     "dlls/hid/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/hid/Makefile" ;;
18930     "dlls/hlink/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/hlink/Makefile" ;;
18931     "dlls/hlink/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/hlink/tests/Makefile" ;;
18932     "dlls/hnetcfg/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/hnetcfg/Makefile" ;;
18933     "dlls/httpapi/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/httpapi/Makefile" ;;
18934     "dlls/iccvid/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/iccvid/Makefile" ;;
18935     "dlls/icmp/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/icmp/Makefile" ;;
18936     "dlls/ifsmgr.vxd/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/ifsmgr.vxd/Makefile" ;;
18937     "dlls/imaadp32.acm/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/imaadp32.acm/Makefile" ;;
18938     "dlls/imagehlp/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/imagehlp/Makefile" ;;
18939     "dlls/imm.dll16/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/imm.dll16/Makefile" ;;
18940     "dlls/imm32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/imm32/Makefile" ;;
18941     "dlls/imm32/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/imm32/tests/Makefile" ;;
18942     "dlls/inetcomm/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/inetcomm/Makefile" ;;
18943     "dlls/inetcomm/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/inetcomm/tests/Makefile" ;;
18944     "dlls/inetmib1/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/inetmib1/Makefile" ;;
18945     "dlls/inetmib1/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/inetmib1/tests/Makefile" ;;
18946     "dlls/infosoft/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/infosoft/Makefile" ;;
18947     "dlls/infosoft/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/infosoft/tests/Makefile" ;;
18948     "dlls/initpki/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/initpki/Makefile" ;;
18949     "dlls/inkobj/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/inkobj/Makefile" ;;
18950     "dlls/inseng/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/inseng/Makefile" ;;
18951     "dlls/iphlpapi/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/iphlpapi/Makefile" ;;
18952     "dlls/iphlpapi/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/iphlpapi/tests/Makefile" ;;
18953     "dlls/itircl/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/itircl/Makefile" ;;
18954     "dlls/itss/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/itss/Makefile" ;;
18955     "dlls/itss/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/itss/tests/Makefile" ;;
18956     "dlls/jscript/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/jscript/Makefile" ;;
18957     "dlls/jscript/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/jscript/tests/Makefile" ;;
18958     "dlls/kernel32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/kernel32/Makefile" ;;
18959     "dlls/kernel32/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/kernel32/tests/Makefile" ;;
18960     "dlls/keyboard.drv16/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/keyboard.drv16/Makefile" ;;
18961     "dlls/loadperf/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/loadperf/Makefile" ;;
18962     "dlls/localspl/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/localspl/Makefile" ;;
18963     "dlls/localspl/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/localspl/tests/Makefile" ;;
18964     "dlls/localui/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/localui/Makefile" ;;
18965     "dlls/localui/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/localui/tests/Makefile" ;;
18966     "dlls/lz32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/lz32/Makefile" ;;
18967     "dlls/lz32/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/lz32/tests/Makefile" ;;
18968     "dlls/lzexpand.dll16/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/lzexpand.dll16/Makefile" ;;
18969     "dlls/mapi32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/mapi32/Makefile" ;;
18970     "dlls/mapi32/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/mapi32/tests/Makefile" ;;
18971     "dlls/mciavi32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/mciavi32/Makefile" ;;
18972     "dlls/mcicda/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/mcicda/Makefile" ;;
18973     "dlls/mciqtz32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/mciqtz32/Makefile" ;;
18974     "dlls/mciseq/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/mciseq/Makefile" ;;
18975     "dlls/mciwave/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/mciwave/Makefile" ;;
18976     "dlls/midimap/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/midimap/Makefile" ;;
18977     "dlls/mlang/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/mlang/Makefile" ;;
18978     "dlls/mlang/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/mlang/tests/Makefile" ;;
18979     "dlls/mmdevldr.vxd/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/mmdevldr.vxd/Makefile" ;;
18980     "dlls/monodebg.vxd/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/monodebg.vxd/Makefile" ;;
18981     "dlls/mountmgr.sys/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/mountmgr.sys/Makefile" ;;
18982     "dlls/mouse.drv16/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/mouse.drv16/Makefile" ;;
18983     "dlls/mpr/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/mpr/Makefile" ;;
18984     "dlls/mprapi/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/mprapi/Makefile" ;;
18985     "dlls/msacm.dll16/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/msacm.dll16/Makefile" ;;
18986     "dlls/msacm32.drv/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/msacm32.drv/Makefile" ;;
18987     "dlls/msacm32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/msacm32/Makefile" ;;
18988     "dlls/msacm32/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/msacm32/tests/Makefile" ;;
18989     "dlls/msadp32.acm/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/msadp32.acm/Makefile" ;;
18990     "dlls/mscat32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/mscat32/Makefile" ;;
18991     "dlls/mscms/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/mscms/Makefile" ;;
18992     "dlls/mscms/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/mscms/tests/Makefile" ;;
18993     "dlls/mscoree/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/mscoree/Makefile" ;;
18994     "dlls/msctf/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/msctf/Makefile" ;;
18995     "dlls/msctf/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/msctf/tests/Makefile" ;;
18996     "dlls/msdaps/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/msdaps/Makefile" ;;
18997     "dlls/msdmo/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/msdmo/Makefile" ;;
18998     "dlls/msftedit/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/msftedit/Makefile" ;;
18999     "dlls/msg711.acm/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/msg711.acm/Makefile" ;;
19000     "dlls/msgsm32.acm/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/msgsm32.acm/Makefile" ;;
19001     "dlls/mshtml.tlb/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/mshtml.tlb/Makefile" ;;
19002     "dlls/mshtml/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/mshtml/Makefile" ;;
19003     "dlls/mshtml/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/mshtml/tests/Makefile" ;;
19004     "dlls/msi/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/msi/Makefile" ;;
19005     "dlls/msi/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/msi/tests/Makefile" ;;
19006     "dlls/msimg32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/msimg32/Makefile" ;;
19007     "dlls/msimtf/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/msimtf/Makefile" ;;
19008     "dlls/msisip/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/msisip/Makefile" ;;
19009     "dlls/msisys.ocx/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/msisys.ocx/Makefile" ;;
19010     "dlls/msnet32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/msnet32/Makefile" ;;
19011     "dlls/msrle32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/msrle32/Makefile" ;;
19012     "dlls/mssign32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/mssign32/Makefile" ;;
19013     "dlls/mssip32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/mssip32/Makefile" ;;
19014     "dlls/mstask/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/mstask/Makefile" ;;
19015     "dlls/mstask/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/mstask/tests/Makefile" ;;
19016     "dlls/msvcirt/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/msvcirt/Makefile" ;;
19017     "dlls/msvcr71/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/msvcr71/Makefile" ;;
19018     "dlls/msvcrt/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/msvcrt/Makefile" ;;
19019     "dlls/msvcrt/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/msvcrt/tests/Makefile" ;;
19020     "dlls/msvcrt20/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/msvcrt20/Makefile" ;;
19021     "dlls/msvcrt40/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/msvcrt40/Makefile" ;;
19022     "dlls/msvcrtd/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/msvcrtd/Makefile" ;;
19023     "dlls/msvcrtd/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/msvcrtd/tests/Makefile" ;;
19024     "dlls/msvfw32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/msvfw32/Makefile" ;;
19025     "dlls/msvfw32/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/msvfw32/tests/Makefile" ;;
19026     "dlls/msvidc32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/msvidc32/Makefile" ;;
19027     "dlls/msvideo.dll16/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/msvideo.dll16/Makefile" ;;
19028     "dlls/mswsock/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/mswsock/Makefile" ;;
19029     "dlls/msxml3/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/msxml3/Makefile" ;;
19030     "dlls/msxml3/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/msxml3/tests/Makefile" ;;
19031     "dlls/nddeapi/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/nddeapi/Makefile" ;;
19032     "dlls/netapi32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/netapi32/Makefile" ;;
19033     "dlls/netapi32/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/netapi32/tests/Makefile" ;;
19034     "dlls/newdev/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/newdev/Makefile" ;;
19035     "dlls/ntdll/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/ntdll/Makefile" ;;
19036     "dlls/ntdll/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/ntdll/tests/Makefile" ;;
19037     "dlls/ntdsapi/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/ntdsapi/Makefile" ;;
19038     "dlls/ntdsapi/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/ntdsapi/tests/Makefile" ;;
19039     "dlls/ntoskrnl.exe/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/ntoskrnl.exe/Makefile" ;;
19040     "dlls/ntprint/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/ntprint/Makefile" ;;
19041     "dlls/ntprint/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/ntprint/tests/Makefile" ;;
19042     "dlls/objsel/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/objsel/Makefile" ;;
19043     "dlls/odbc32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/odbc32/Makefile" ;;
19044     "dlls/odbccp32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/odbccp32/Makefile" ;;
19045     "dlls/odbccp32/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/odbccp32/tests/Makefile" ;;
19046     "dlls/ole2.dll16/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/ole2.dll16/Makefile" ;;
19047     "dlls/ole2conv.dll16/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/ole2conv.dll16/Makefile" ;;
19048     "dlls/ole2disp.dll16/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/ole2disp.dll16/Makefile" ;;
19049     "dlls/ole2nls.dll16/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/ole2nls.dll16/Makefile" ;;
19050     "dlls/ole2prox.dll16/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/ole2prox.dll16/Makefile" ;;
19051     "dlls/ole2thk.dll16/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/ole2thk.dll16/Makefile" ;;
19052     "dlls/ole32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/ole32/Makefile" ;;
19053     "dlls/ole32/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/ole32/tests/Makefile" ;;
19054     "dlls/oleacc/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/oleacc/Makefile" ;;
19055     "dlls/oleacc/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/oleacc/tests/Makefile" ;;
19056     "dlls/oleaut32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/oleaut32/Makefile" ;;
19057     "dlls/oleaut32/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/oleaut32/tests/Makefile" ;;
19058     "dlls/olecli.dll16/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/olecli.dll16/Makefile" ;;
19059     "dlls/olecli32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/olecli32/Makefile" ;;
19060     "dlls/oledb32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/oledb32/Makefile" ;;
19061     "dlls/oledb32/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/oledb32/tests/Makefile" ;;
19062     "dlls/oledlg/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/oledlg/Makefile" ;;
19063     "dlls/olepro32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/olepro32/Makefile" ;;
19064     "dlls/olesvr.dll16/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/olesvr.dll16/Makefile" ;;
19065     "dlls/olesvr32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/olesvr32/Makefile" ;;
19066     "dlls/olethk32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/olethk32/Makefile" ;;
19067     "dlls/openal32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/openal32/Makefile" ;;
19068     "dlls/opengl32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/opengl32/Makefile" ;;
19069     "dlls/opengl32/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/opengl32/tests/Makefile" ;;
19070     "dlls/pdh/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/pdh/Makefile" ;;
19071     "dlls/pdh/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/pdh/tests/Makefile" ;;
19072     "dlls/pidgen/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/pidgen/Makefile" ;;
19073     "dlls/powrprof/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/powrprof/Makefile" ;;
19074     "dlls/printui/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/printui/Makefile" ;;
19075     "dlls/propsys/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/propsys/Makefile" ;;
19076     "dlls/psapi/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/psapi/Makefile" ;;
19077     "dlls/psapi/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/psapi/tests/Makefile" ;;
19078     "dlls/pstorec/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/pstorec/Makefile" ;;
19079     "dlls/qcap/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/qcap/Makefile" ;;
19080     "dlls/qedit/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/qedit/Makefile" ;;
19081     "dlls/qedit/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/qedit/tests/Makefile" ;;
19082     "dlls/qmgr/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/qmgr/Makefile" ;;
19083     "dlls/qmgr/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/qmgr/tests/Makefile" ;;
19084     "dlls/qmgrprxy/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/qmgrprxy/Makefile" ;;
19085     "dlls/quartz/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/quartz/Makefile" ;;
19086     "dlls/quartz/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/quartz/tests/Makefile" ;;
19087     "dlls/query/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/query/Makefile" ;;
19088     "dlls/rasapi16.dll16/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/rasapi16.dll16/Makefile" ;;
19089     "dlls/rasapi32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/rasapi32/Makefile" ;;
19090     "dlls/rasapi32/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/rasapi32/tests/Makefile" ;;
19091     "dlls/rasdlg/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/rasdlg/Makefile" ;;
19092     "dlls/resutils/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/resutils/Makefile" ;;
19093     "dlls/riched20/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/riched20/Makefile" ;;
19094     "dlls/riched20/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/riched20/tests/Makefile" ;;
19095     "dlls/riched32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/riched32/Makefile" ;;
19096     "dlls/riched32/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/riched32/tests/Makefile" ;;
19097     "dlls/rpcrt4/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/rpcrt4/Makefile" ;;
19098     "dlls/rpcrt4/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/rpcrt4/tests/Makefile" ;;
19099     "dlls/rsabase/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/rsabase/Makefile" ;;
19100     "dlls/rsaenh/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/rsaenh/Makefile" ;;
19101     "dlls/rsaenh/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/rsaenh/tests/Makefile" ;;
19102     "dlls/rtutils/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/rtutils/Makefile" ;;
19103     "dlls/sane.ds/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/sane.ds/Makefile" ;;
19104     "dlls/sccbase/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/sccbase/Makefile" ;;
19105     "dlls/schannel/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/schannel/Makefile" ;;
19106     "dlls/schannel/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/schannel/tests/Makefile" ;;
19107     "dlls/secur32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/secur32/Makefile" ;;
19108     "dlls/secur32/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/secur32/tests/Makefile" ;;
19109     "dlls/security/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/security/Makefile" ;;
19110     "dlls/sensapi/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/sensapi/Makefile" ;;
19111     "dlls/serialui/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/serialui/Makefile" ;;
19112     "dlls/serialui/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/serialui/tests/Makefile" ;;
19113     "dlls/setupapi/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/setupapi/Makefile" ;;
19114     "dlls/setupapi/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/setupapi/tests/Makefile" ;;
19115     "dlls/setupx.dll16/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/setupx.dll16/Makefile" ;;
19116     "dlls/sfc/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/sfc/Makefile" ;;
19117     "dlls/sfc_os/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/sfc_os/Makefile" ;;
19118     "dlls/shdoclc/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/shdoclc/Makefile" ;;
19119     "dlls/shdocvw/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/shdocvw/Makefile" ;;
19120     "dlls/shdocvw/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/shdocvw/tests/Makefile" ;;
19121     "dlls/shell.dll16/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/shell.dll16/Makefile" ;;
19122     "dlls/shell32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/shell32/Makefile" ;;
19123     "dlls/shell32/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/shell32/tests/Makefile" ;;
19124     "dlls/shfolder/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/shfolder/Makefile" ;;
19125     "dlls/shlwapi/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/shlwapi/Makefile" ;;
19126     "dlls/shlwapi/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/shlwapi/tests/Makefile" ;;
19127     "dlls/slbcsp/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/slbcsp/Makefile" ;;
19128     "dlls/slc/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/slc/Makefile" ;;
19129     "dlls/snmpapi/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/snmpapi/Makefile" ;;
19130     "dlls/snmpapi/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/snmpapi/tests/Makefile" ;;
19131     "dlls/softpub/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/softpub/Makefile" ;;
19132     "dlls/sound.drv16/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/sound.drv16/Makefile" ;;
19133     "dlls/spoolss/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/spoolss/Makefile" ;;
19134     "dlls/spoolss/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/spoolss/tests/Makefile" ;;
19135     "dlls/stdole2.tlb/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/stdole2.tlb/Makefile" ;;
19136     "dlls/stdole32.tlb/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/stdole32.tlb/Makefile" ;;
19137     "dlls/sti/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/sti/Makefile" ;;
19138     "dlls/sti/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/sti/tests/Makefile" ;;
19139     "dlls/storage.dll16/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/storage.dll16/Makefile" ;;
19140     "dlls/stress.dll16/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/stress.dll16/Makefile" ;;
19141     "dlls/strmiids/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/strmiids/Makefile" ;;
19142     "dlls/svrapi/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/svrapi/Makefile" ;;
19143     "dlls/sxs/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/sxs/Makefile" ;;
19144     "dlls/system.drv16/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/system.drv16/Makefile" ;;
19145     "dlls/t2embed/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/t2embed/Makefile" ;;
19146     "dlls/tapi32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/tapi32/Makefile" ;;
19147     "dlls/toolhelp.dll16/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/toolhelp.dll16/Makefile" ;;
19148     "dlls/traffic/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/traffic/Makefile" ;;
19149     "dlls/twain.dll16/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/twain.dll16/Makefile" ;;
19150     "dlls/twain_32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/twain_32/Makefile" ;;
19151     "dlls/twain_32/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/twain_32/tests/Makefile" ;;
19152     "dlls/typelib.dll16/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/typelib.dll16/Makefile" ;;
19153     "dlls/unicows/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/unicows/Makefile" ;;
19154     "dlls/updspapi/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/updspapi/Makefile" ;;
19155     "dlls/url/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/url/Makefile" ;;
19156     "dlls/urlmon/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/urlmon/Makefile" ;;
19157     "dlls/urlmon/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/urlmon/tests/Makefile" ;;
19158     "dlls/user32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/user32/Makefile" ;;
19159     "dlls/user32/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/user32/tests/Makefile" ;;
19160     "dlls/userenv/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/userenv/Makefile" ;;
19161     "dlls/userenv/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/userenv/tests/Makefile" ;;
19162     "dlls/usp10/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/usp10/Makefile" ;;
19163     "dlls/usp10/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/usp10/tests/Makefile" ;;
19164     "dlls/uuid/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/uuid/Makefile" ;;
19165     "dlls/uxtheme/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/uxtheme/Makefile" ;;
19166     "dlls/uxtheme/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/uxtheme/tests/Makefile" ;;
19167     "dlls/vdhcp.vxd/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/vdhcp.vxd/Makefile" ;;
19168     "dlls/vdmdbg/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/vdmdbg/Makefile" ;;
19169     "dlls/ver.dll16/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/ver.dll16/Makefile" ;;
19170     "dlls/version/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/version/Makefile" ;;
19171     "dlls/version/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/version/tests/Makefile" ;;
19172     "dlls/vmm.vxd/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/vmm.vxd/Makefile" ;;
19173     "dlls/vnbt.vxd/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/vnbt.vxd/Makefile" ;;
19174     "dlls/vnetbios.vxd/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/vnetbios.vxd/Makefile" ;;
19175     "dlls/vtdapi.vxd/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/vtdapi.vxd/Makefile" ;;
19176     "dlls/vwin32.vxd/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/vwin32.vxd/Makefile" ;;
19177     "dlls/w32skrnl/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/w32skrnl/Makefile" ;;
19178     "dlls/w32sys.dll16/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/w32sys.dll16/Makefile" ;;
19179     "dlls/wbemprox/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/wbemprox/Makefile" ;;
19180     "dlls/win32s16.dll16/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/win32s16.dll16/Makefile" ;;
19181     "dlls/win87em.dll16/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/win87em.dll16/Makefile" ;;
19182     "dlls/winaspi.dll16/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/winaspi.dll16/Makefile" ;;
19183     "dlls/windebug.dll16/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/windebug.dll16/Makefile" ;;
19184     "dlls/windowscodecs/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/windowscodecs/Makefile" ;;
19185     "dlls/windowscodecs/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/windowscodecs/tests/Makefile" ;;
19186     "dlls/winealsa.drv/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/winealsa.drv/Makefile" ;;
19187     "dlls/wineaudioio.drv/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/wineaudioio.drv/Makefile" ;;
19188     "dlls/winecoreaudio.drv/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/winecoreaudio.drv/Makefile" ;;
19189     "dlls/winecrt0/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/winecrt0/Makefile" ;;
19190     "dlls/wined3d/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/wined3d/Makefile" ;;
19191     "dlls/winedos/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/winedos/Makefile" ;;
19192     "dlls/wineesd.drv/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/wineesd.drv/Makefile" ;;
19193     "dlls/winejack.drv/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/winejack.drv/Makefile" ;;
19194     "dlls/winejoystick.drv/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/winejoystick.drv/Makefile" ;;
19195     "dlls/winemp3.acm/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/winemp3.acm/Makefile" ;;
19196     "dlls/winenas.drv/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/winenas.drv/Makefile" ;;
19197     "dlls/wineoss.drv/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/wineoss.drv/Makefile" ;;
19198     "dlls/wineps.drv/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/wineps.drv/Makefile" ;;
19199     "dlls/wineps16.drv16/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/wineps16.drv16/Makefile" ;;
19200     "dlls/winequartz.drv/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/winequartz.drv/Makefile" ;;
19201     "dlls/winex11.drv/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/winex11.drv/Makefile" ;;
19202     "dlls/wing.dll16/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/wing.dll16/Makefile" ;;
19203     "dlls/wing32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/wing32/Makefile" ;;
19204     "dlls/winhttp/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/winhttp/Makefile" ;;
19205     "dlls/winhttp/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/winhttp/tests/Makefile" ;;
19206     "dlls/wininet/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/wininet/Makefile" ;;
19207     "dlls/wininet/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/wininet/tests/Makefile" ;;
19208     "dlls/winmm/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/winmm/Makefile" ;;
19209     "dlls/winmm/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/winmm/tests/Makefile" ;;
19210     "dlls/winnls.dll16/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/winnls.dll16/Makefile" ;;
19211     "dlls/winnls32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/winnls32/Makefile" ;;
19212     "dlls/winscard/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/winscard/Makefile" ;;
19213     "dlls/winsock.dll16/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/winsock.dll16/Makefile" ;;
19214     "dlls/winspool.drv/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/winspool.drv/Makefile" ;;
19215     "dlls/winspool.drv/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/winspool.drv/tests/Makefile" ;;
19216     "dlls/wintab.dll16/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/wintab.dll16/Makefile" ;;
19217     "dlls/wintab32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/wintab32/Makefile" ;;
19218     "dlls/wintab32/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/wintab32/tests/Makefile" ;;
19219     "dlls/wintrust/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/wintrust/Makefile" ;;
19220     "dlls/wintrust/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/wintrust/tests/Makefile" ;;
19221     "dlls/wldap32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/wldap32/Makefile" ;;
19222     "dlls/wldap32/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/wldap32/tests/Makefile" ;;
19223     "dlls/wmi/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/wmi/Makefile" ;;
19224     "dlls/wmiutils/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/wmiutils/Makefile" ;;
19225     "dlls/wnaspi32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/wnaspi32/Makefile" ;;
19226     "dlls/wow32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/wow32/Makefile" ;;
19227     "dlls/ws2_32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/ws2_32/Makefile" ;;
19228     "dlls/ws2_32/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/ws2_32/tests/Makefile" ;;
19229     "dlls/wsock32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/wsock32/Makefile" ;;
19230     "dlls/wtsapi32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/wtsapi32/Makefile" ;;
19231     "dlls/wuapi/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/wuapi/Makefile" ;;
19232     "dlls/xinput1_1/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/xinput1_1/Makefile" ;;
19233     "dlls/xinput1_2/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/xinput1_2/Makefile" ;;
19234     "dlls/xinput1_3/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/xinput1_3/Makefile" ;;
19235     "dlls/xinput1_3/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/xinput1_3/tests/Makefile" ;;
19236     "dlls/xinput9_1_0/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/xinput9_1_0/Makefile" ;;
19237     "dlls/xmllite/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/xmllite/Makefile" ;;
19238     "documentation/Makefile") CONFIG_FILES="$CONFIG_FILES documentation/Makefile" ;;
19239     "fonts/Makefile") CONFIG_FILES="$CONFIG_FILES fonts/Makefile" ;;
19240     "include/Makefile") CONFIG_FILES="$CONFIG_FILES include/Makefile" ;;
19241     "libs/Makefile") CONFIG_FILES="$CONFIG_FILES libs/Makefile" ;;
19242     "libs/port/Makefile") CONFIG_FILES="$CONFIG_FILES libs/port/Makefile" ;;
19243     "libs/wine/Makefile") CONFIG_FILES="$CONFIG_FILES libs/wine/Makefile" ;;
19244     "libs/wpp/Makefile") CONFIG_FILES="$CONFIG_FILES libs/wpp/Makefile" ;;
19245     "loader/Makefile") CONFIG_FILES="$CONFIG_FILES loader/Makefile" ;;
19246     "programs/Makefile") CONFIG_FILES="$CONFIG_FILES programs/Makefile" ;;
19247     "programs/cacls/Makefile") CONFIG_FILES="$CONFIG_FILES programs/cacls/Makefile" ;;
19248     "programs/clock/Makefile") CONFIG_FILES="$CONFIG_FILES programs/clock/Makefile" ;;
19249     "programs/cmd/Makefile") CONFIG_FILES="$CONFIG_FILES programs/cmd/Makefile" ;;
19250     "programs/cmdlgtst/Makefile") CONFIG_FILES="$CONFIG_FILES programs/cmdlgtst/Makefile" ;;
19251     "programs/control/Makefile") CONFIG_FILES="$CONFIG_FILES programs/control/Makefile" ;;
19252     "programs/dxdiag/Makefile") CONFIG_FILES="$CONFIG_FILES programs/dxdiag/Makefile" ;;
19253     "programs/eject/Makefile") CONFIG_FILES="$CONFIG_FILES programs/eject/Makefile" ;;
19254     "programs/expand/Makefile") CONFIG_FILES="$CONFIG_FILES programs/expand/Makefile" ;;
19255     "programs/explorer/Makefile") CONFIG_FILES="$CONFIG_FILES programs/explorer/Makefile" ;;
19256     "programs/hh/Makefile") CONFIG_FILES="$CONFIG_FILES programs/hh/Makefile" ;;
19257     "programs/icinfo/Makefile") CONFIG_FILES="$CONFIG_FILES programs/icinfo/Makefile" ;;
19258     "programs/iexplore/Makefile") CONFIG_FILES="$CONFIG_FILES programs/iexplore/Makefile" ;;
19259     "programs/lodctr/Makefile") CONFIG_FILES="$CONFIG_FILES programs/lodctr/Makefile" ;;
19260     "programs/msiexec/Makefile") CONFIG_FILES="$CONFIG_FILES programs/msiexec/Makefile" ;;
19261     "programs/net/Makefile") CONFIG_FILES="$CONFIG_FILES programs/net/Makefile" ;;
19262     "programs/notepad/Makefile") CONFIG_FILES="$CONFIG_FILES programs/notepad/Makefile" ;;
19263     "programs/oleview/Makefile") CONFIG_FILES="$CONFIG_FILES programs/oleview/Makefile" ;;
19264     "programs/progman/Makefile") CONFIG_FILES="$CONFIG_FILES programs/progman/Makefile" ;;
19265     "programs/reg/Makefile") CONFIG_FILES="$CONFIG_FILES programs/reg/Makefile" ;;
19266     "programs/regedit/Makefile") CONFIG_FILES="$CONFIG_FILES programs/regedit/Makefile" ;;
19267     "programs/regsvr32/Makefile") CONFIG_FILES="$CONFIG_FILES programs/regsvr32/Makefile" ;;
19268     "programs/rpcss/Makefile") CONFIG_FILES="$CONFIG_FILES programs/rpcss/Makefile" ;;
19269     "programs/rundll32/Makefile") CONFIG_FILES="$CONFIG_FILES programs/rundll32/Makefile" ;;
19270     "programs/secedit/Makefile") CONFIG_FILES="$CONFIG_FILES programs/secedit/Makefile" ;;
19271     "programs/services/Makefile") CONFIG_FILES="$CONFIG_FILES programs/services/Makefile" ;;
19272     "programs/spoolsv/Makefile") CONFIG_FILES="$CONFIG_FILES programs/spoolsv/Makefile" ;;
19273     "programs/start/Makefile") CONFIG_FILES="$CONFIG_FILES programs/start/Makefile" ;;
19274     "programs/svchost/Makefile") CONFIG_FILES="$CONFIG_FILES programs/svchost/Makefile" ;;
19275     "programs/taskmgr/Makefile") CONFIG_FILES="$CONFIG_FILES programs/taskmgr/Makefile" ;;
19276     "programs/termsv/Makefile") CONFIG_FILES="$CONFIG_FILES programs/termsv/Makefile" ;;
19277     "programs/uninstaller/Makefile") CONFIG_FILES="$CONFIG_FILES programs/uninstaller/Makefile" ;;
19278     "programs/unlodctr/Makefile") CONFIG_FILES="$CONFIG_FILES programs/unlodctr/Makefile" ;;
19279     "programs/view/Makefile") CONFIG_FILES="$CONFIG_FILES programs/view/Makefile" ;;
19280     "programs/wineboot/Makefile") CONFIG_FILES="$CONFIG_FILES programs/wineboot/Makefile" ;;
19281     "programs/winebrowser/Makefile") CONFIG_FILES="$CONFIG_FILES programs/winebrowser/Makefile" ;;
19282     "programs/winecfg/Makefile") CONFIG_FILES="$CONFIG_FILES programs/winecfg/Makefile" ;;
19283     "programs/wineconsole/Makefile") CONFIG_FILES="$CONFIG_FILES programs/wineconsole/Makefile" ;;
19284     "programs/winedbg/Makefile") CONFIG_FILES="$CONFIG_FILES programs/winedbg/Makefile" ;;
19285     "programs/winedevice/Makefile") CONFIG_FILES="$CONFIG_FILES programs/winedevice/Makefile" ;;
19286     "programs/winefile/Makefile") CONFIG_FILES="$CONFIG_FILES programs/winefile/Makefile" ;;
19287     "programs/winemenubuilder/Makefile") CONFIG_FILES="$CONFIG_FILES programs/winemenubuilder/Makefile" ;;
19288     "programs/winemine/Makefile") CONFIG_FILES="$CONFIG_FILES programs/winemine/Makefile" ;;
19289     "programs/winepath/Makefile") CONFIG_FILES="$CONFIG_FILES programs/winepath/Makefile" ;;
19290     "programs/winetest/Makefile") CONFIG_FILES="$CONFIG_FILES programs/winetest/Makefile" ;;
19291     "programs/winevdm/Makefile") CONFIG_FILES="$CONFIG_FILES programs/winevdm/Makefile" ;;
19292     "programs/winhelp.exe16/Makefile") CONFIG_FILES="$CONFIG_FILES programs/winhelp.exe16/Makefile" ;;
19293     "programs/winhlp32/Makefile") CONFIG_FILES="$CONFIG_FILES programs/winhlp32/Makefile" ;;
19294     "programs/winoldap.mod16/Makefile") CONFIG_FILES="$CONFIG_FILES programs/winoldap.mod16/Makefile" ;;
19295     "programs/winver/Makefile") CONFIG_FILES="$CONFIG_FILES programs/winver/Makefile" ;;
19296     "programs/wordpad/Makefile") CONFIG_FILES="$CONFIG_FILES programs/wordpad/Makefile" ;;
19297     "programs/write/Makefile") CONFIG_FILES="$CONFIG_FILES programs/write/Makefile" ;;
19298     "programs/xcopy/Makefile") CONFIG_FILES="$CONFIG_FILES programs/xcopy/Makefile" ;;
19299     "server/Makefile") CONFIG_FILES="$CONFIG_FILES server/Makefile" ;;
19300     "tools/Makefile") CONFIG_FILES="$CONFIG_FILES tools/Makefile" ;;
19301     "tools/widl/Makefile") CONFIG_FILES="$CONFIG_FILES tools/widl/Makefile" ;;
19302     "tools/winebuild/Makefile") CONFIG_FILES="$CONFIG_FILES tools/winebuild/Makefile" ;;
19303     "tools/winedump/Makefile") CONFIG_FILES="$CONFIG_FILES tools/winedump/Makefile" ;;
19304     "tools/winegcc/Makefile") CONFIG_FILES="$CONFIG_FILES tools/winegcc/Makefile" ;;
19305     "tools/wmc/Makefile") CONFIG_FILES="$CONFIG_FILES tools/wmc/Makefile" ;;
19306     "tools/wrc/Makefile") CONFIG_FILES="$CONFIG_FILES tools/wrc/Makefile" ;;
19307
19308   *) as_fn_error "invalid argument: \`$ac_config_target'" "$LINENO" 5;;
19309   esac
19310 done
19311
19312
19313 # If the user did not use the arguments to specify the items to instantiate,
19314 # then the envvar interface is used.  Set only those that are not.
19315 # We use the long form for the default assignment because of an extremely
19316 # bizarre bug on SunOS 4.1.3.
19317 if $ac_need_defaults; then
19318   test "${CONFIG_FILES+set}" = set || CONFIG_FILES=$config_files
19319   test "${CONFIG_HEADERS+set}" = set || CONFIG_HEADERS=$config_headers
19320   test "${CONFIG_COMMANDS+set}" = set || CONFIG_COMMANDS=$config_commands
19321 fi
19322
19323 # Have a temporary directory for convenience.  Make it in the build tree
19324 # simply because there is no reason against having it here, and in addition,
19325 # creating and moving files from /tmp can sometimes cause problems.
19326 # Hook for its removal unless debugging.
19327 # Note that there is a small window in which the directory will not be cleaned:
19328 # after its creation but before its name has been assigned to `$tmp'.
19329 $debug ||
19330 {
19331   tmp=
19332   trap 'exit_status=$?
19333   { test -z "$tmp" || test ! -d "$tmp" || rm -fr "$tmp"; } && exit $exit_status
19334 ' 0
19335   trap 'as_fn_exit 1' 1 2 13 15
19336 }
19337 # Create a (secure) tmp directory for tmp files.
19338
19339 {
19340   tmp=`(umask 077 && mktemp -d "./confXXXXXX") 2>/dev/null` &&
19341   test -n "$tmp" && test -d "$tmp"
19342 }  ||
19343 {
19344   tmp=./conf$$-$RANDOM
19345   (umask 077 && mkdir "$tmp")
19346 } || as_fn_error "cannot create a temporary directory in ." "$LINENO" 5
19347
19348 # Set up the scripts for CONFIG_FILES section.
19349 # No need to generate them if there are no CONFIG_FILES.
19350 # This happens for instance with `./config.status config.h'.
19351 if test -n "$CONFIG_FILES"; then
19352
19353 if $AWK 'BEGIN { getline <"/dev/null" }' </dev/null 2>/dev/null; then
19354   ac_cs_awk_getline=:
19355   ac_cs_awk_pipe_init=
19356   ac_cs_awk_read_file='
19357       while ((getline aline < (F[key])) > 0)
19358         print(aline)
19359       close(F[key])'
19360   ac_cs_awk_pipe_fini=
19361 else
19362   ac_cs_awk_getline=false
19363   ac_cs_awk_pipe_init="print \"cat <<'|#_!!_#|' &&\""
19364   ac_cs_awk_read_file='
19365       print "|#_!!_#|"
19366       print "cat " F[key] " &&"
19367       '$ac_cs_awk_pipe_init
19368   # The final `:' finishes the AND list.
19369   ac_cs_awk_pipe_fini='END { print "|#_!!_#|"; print ":" }'
19370 fi
19371 ac_cr=`echo X | tr X '\015'`
19372 # On cygwin, bash can eat \r inside `` if the user requested igncr.
19373 # But we know of no other shell where ac_cr would be empty at this
19374 # point, so we can use a bashism as a fallback.
19375 if test "x$ac_cr" = x; then
19376   eval ac_cr=\$\'\\r\'
19377 fi
19378 ac_cs_awk_cr=`$AWK 'BEGIN { print "a\rb" }' </dev/null 2>/dev/null`
19379 if test "$ac_cs_awk_cr" = "a${ac_cr}b"; then
19380   ac_cs_awk_cr='\r'
19381 else
19382   ac_cs_awk_cr=$ac_cr
19383 fi
19384
19385 echo 'BEGIN {' >"$tmp/subs1.awk" &&
19386 _ACEOF
19387
19388 # Create commands to substitute file output variables.
19389 {
19390   echo "cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1" &&
19391   echo 'cat >>"\$tmp/subs1.awk" <<\\_ACAWK &&' &&
19392   echo "$ac_subst_files" | sed 's/.*/F["&"]="$&"/' &&
19393   echo "_ACAWK" &&
19394   echo "_ACEOF"
19395 } >conf$$files.sh &&
19396 . ./conf$$files.sh ||
19397   as_fn_error "could not make $CONFIG_STATUS" "$LINENO" 5
19398 rm -f conf$$files.sh
19399
19400 {
19401   echo "cat >conf$$subs.awk <<_ACEOF" &&
19402   echo "$ac_subst_vars" | sed 's/.*/&!$&$ac_delim/' &&
19403   echo "_ACEOF"
19404 } >conf$$subs.sh ||
19405   as_fn_error "could not make $CONFIG_STATUS" "$LINENO" 5
19406 ac_delim_num=`echo "$ac_subst_vars" | grep -c '$'`
19407 ac_delim='%!_!# '
19408 for ac_last_try in false false false false false :; do
19409   . ./conf$$subs.sh ||
19410     as_fn_error "could not make $CONFIG_STATUS" "$LINENO" 5
19411
19412   ac_delim_n=`sed -n "s/.*$ac_delim\$/X/p" conf$$subs.awk | grep -c X`
19413   if test $ac_delim_n = $ac_delim_num; then
19414     break
19415   elif $ac_last_try; then
19416     as_fn_error "could not make $CONFIG_STATUS" "$LINENO" 5
19417   else
19418     ac_delim="$ac_delim!$ac_delim _$ac_delim!! "
19419   fi
19420 done
19421 rm -f conf$$subs.sh
19422
19423 cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1
19424 cat >>"\$tmp/subs1.awk" <<\\_ACAWK &&
19425 _ACEOF
19426 sed -n '
19427 h
19428 s/^/S["/; s/!.*/"]=/
19429 p
19430 g
19431 s/^[^!]*!//
19432 :repl
19433 t repl
19434 s/'"$ac_delim"'$//
19435 t delim
19436 :nl
19437 h
19438 s/\(.\{148\}\).*/\1/
19439 t more1
19440 s/["\\]/\\&/g; s/^/"/; s/$/\\n"\\/
19441 p
19442 n
19443 b repl
19444 :more1
19445 s/["\\]/\\&/g; s/^/"/; s/$/"\\/
19446 p
19447 g
19448 s/.\{148\}//
19449 t nl
19450 :delim
19451 h
19452 s/\(.\{148\}\).*/\1/
19453 t more2
19454 s/["\\]/\\&/g; s/^/"/; s/$/"/
19455 p
19456 b
19457 :more2
19458 s/["\\]/\\&/g; s/^/"/; s/$/"\\/
19459 p
19460 g
19461 s/.\{148\}//
19462 t delim
19463 ' <conf$$subs.awk | sed '
19464 /^[^""]/{
19465   N
19466   s/\n//
19467 }
19468 ' >>$CONFIG_STATUS || ac_write_fail=1
19469 rm -f conf$$subs.awk
19470 cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1
19471 _ACAWK
19472 cat >>"\$tmp/subs1.awk" <<_ACAWK &&
19473   for (key in S) S_is_set[key] = 1
19474   FS = "\a"
19475   \$ac_cs_awk_pipe_init
19476 }
19477 {
19478   line = $ 0
19479   nfields = split(line, field, "@")
19480   substed = 0
19481   len = length(field[1])
19482   for (i = 2; i < nfields; i++) {
19483     key = field[i]
19484     keylen = length(key)
19485     if (S_is_set[key]) {
19486       value = S[key]
19487       line = substr(line, 1, len) "" value "" substr(line, len + keylen + 3)
19488       len += length(value) + length(field[++i])
19489       substed = 1
19490     } else
19491       len += 1 + keylen
19492   }
19493   if (nfields == 3 && !substed) {
19494     key = field[2]
19495     if (F[key] != "" && line ~ /^[       ]*@.*@[         ]*$/) {
19496       \$ac_cs_awk_read_file
19497       next
19498     }
19499   }
19500   print line
19501 }
19502 \$ac_cs_awk_pipe_fini
19503 _ACAWK
19504 _ACEOF
19505 cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1
19506 if sed "s/$ac_cr//" < /dev/null > /dev/null 2>&1; then
19507   sed "s/$ac_cr\$//; s/$ac_cr/$ac_cs_awk_cr/g"
19508 else
19509   cat
19510 fi < "$tmp/subs1.awk" > "$tmp/subs.awk" \
19511   || as_fn_error "could not setup config files machinery" "$LINENO" 5
19512 _ACEOF
19513
19514 # VPATH may cause trouble with some makes, so we remove $(srcdir),
19515 # ${srcdir} and @srcdir@ from VPATH if srcdir is ".", strip leading and
19516 # trailing colons and then remove the whole line if VPATH becomes empty
19517 # (actually we leave an empty line to preserve line numbers).
19518 if test "x$srcdir" = x.; then
19519   ac_vpsub='/^[  ]*VPATH[        ]*=/{
19520 s/:*\$(srcdir):*/:/
19521 s/:*\${srcdir}:*/:/
19522 s/:*@srcdir@:*/:/
19523 s/^\([^=]*=[     ]*\):*/\1/
19524 s/:*$//
19525 s/^[^=]*=[       ]*$//
19526 }'
19527 fi
19528
19529 cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1
19530 fi # test -n "$CONFIG_FILES"
19531
19532 # Set up the scripts for CONFIG_HEADERS section.
19533 # No need to generate them if there are no CONFIG_HEADERS.
19534 # This happens for instance with `./config.status Makefile'.
19535 if test -n "$CONFIG_HEADERS"; then
19536 cat >"$tmp/defines.awk" <<\_ACAWK ||
19537 BEGIN {
19538 _ACEOF
19539
19540 # Transform confdefs.h into an awk script `defines.awk', embedded as
19541 # here-document in config.status, that substitutes the proper values into
19542 # config.h.in to produce config.h.
19543
19544 # Create a delimiter string that does not exist in confdefs.h, to ease
19545 # handling of long lines.
19546 ac_delim='%!_!# '
19547 for ac_last_try in false false :; do
19548   ac_t=`sed -n "/$ac_delim/p" confdefs.h`
19549   if test -z "$ac_t"; then
19550     break
19551   elif $ac_last_try; then
19552     as_fn_error "could not make $CONFIG_HEADERS" "$LINENO" 5
19553   else
19554     ac_delim="$ac_delim!$ac_delim _$ac_delim!! "
19555   fi
19556 done
19557
19558 # For the awk script, D is an array of macro values keyed by name,
19559 # likewise P contains macro parameters if any.  Preserve backslash
19560 # newline sequences.
19561
19562 ac_word_re=[_$as_cr_Letters][_$as_cr_alnum]*
19563 sed -n '
19564 s/.\{148\}/&'"$ac_delim"'/g
19565 t rset
19566 :rset
19567 s/^[     ]*#[    ]*define[       ][      ]*/ /
19568 t def
19569 d
19570 :def
19571 s/\\$//
19572 t bsnl
19573 s/["\\]/\\&/g
19574 s/^ \('"$ac_word_re"'\)\(([^()]*)\)[     ]*\(.*\)/P["\1"]="\2"\
19575 D["\1"]=" \3"/p
19576 s/^ \('"$ac_word_re"'\)[         ]*\(.*\)/D["\1"]=" \2"/p
19577 d
19578 :bsnl
19579 s/["\\]/\\&/g
19580 s/^ \('"$ac_word_re"'\)\(([^()]*)\)[     ]*\(.*\)/P["\1"]="\2"\
19581 D["\1"]=" \3\\\\\\n"\\/p
19582 t cont
19583 s/^ \('"$ac_word_re"'\)[         ]*\(.*\)/D["\1"]=" \2\\\\\\n"\\/p
19584 t cont
19585 d
19586 :cont
19587 n
19588 s/.\{148\}/&'"$ac_delim"'/g
19589 t clear
19590 :clear
19591 s/\\$//
19592 t bsnlc
19593 s/["\\]/\\&/g; s/^/"/; s/$/"/p
19594 d
19595 :bsnlc
19596 s/["\\]/\\&/g; s/^/"/; s/$/\\\\\\n"\\/p
19597 b cont
19598 ' <confdefs.h | sed '
19599 s/'"$ac_delim"'/"\\\
19600 "/g' >>$CONFIG_STATUS || ac_write_fail=1
19601
19602 cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1
19603   for (key in D) D_is_set[key] = 1
19604   FS = "\a"
19605 }
19606 /^[\t ]*#[\t ]*(define|undef)[\t ]+$ac_word_re([\t (]|\$)/ {
19607   line = \$ 0
19608   split(line, arg, " ")
19609   if (arg[1] == "#") {
19610     defundef = arg[2]
19611     mac1 = arg[3]
19612   } else {
19613     defundef = substr(arg[1], 2)
19614     mac1 = arg[2]
19615   }
19616   split(mac1, mac2, "(") #)
19617   macro = mac2[1]
19618   prefix = substr(line, 1, index(line, defundef) - 1)
19619   if (D_is_set[macro]) {
19620     # Preserve the white space surrounding the "#".
19621     print prefix "define", macro P[macro] D[macro]
19622     next
19623   } else {
19624     # Replace #undef with comments.  This is necessary, for example,
19625     # in the case of _POSIX_SOURCE, which is predefined and required
19626     # on some systems where configure will not decide to define it.
19627     if (defundef == "undef") {
19628       print "/*", prefix defundef, macro, "*/"
19629       next
19630     }
19631   }
19632 }
19633 { print }
19634 _ACAWK
19635 _ACEOF
19636 cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1
19637   as_fn_error "could not setup config headers machinery" "$LINENO" 5
19638 fi # test -n "$CONFIG_HEADERS"
19639
19640
19641 eval set X "  :F $CONFIG_FILES  :H $CONFIG_HEADERS    :C $CONFIG_COMMANDS"
19642 shift
19643 for ac_tag
19644 do
19645   case $ac_tag in
19646   :[FHLC]) ac_mode=$ac_tag; continue;;
19647   esac
19648   case $ac_mode$ac_tag in
19649   :[FHL]*:*);;
19650   :L* | :C*:*) as_fn_error "invalid tag \`$ac_tag'" "$LINENO" 5;;
19651   :[FH]-) ac_tag=-:-;;
19652   :[FH]*) ac_tag=$ac_tag:$ac_tag.in;;
19653   esac
19654   ac_save_IFS=$IFS
19655   IFS=:
19656   set x $ac_tag
19657   IFS=$ac_save_IFS
19658   shift
19659   ac_file=$1
19660   shift
19661
19662   case $ac_mode in
19663   :L) ac_source=$1;;
19664   :[FH])
19665     ac_file_inputs=
19666     for ac_f
19667     do
19668       case $ac_f in
19669       -) ac_f="$tmp/stdin";;
19670       *) # Look for the file first in the build tree, then in the source tree
19671          # (if the path is not absolute).  The absolute path cannot be DOS-style,
19672          # because $ac_f cannot contain `:'.
19673          test -f "$ac_f" ||
19674            case $ac_f in
19675            [\\/$]*) false;;
19676            *) test -f "$srcdir/$ac_f" && ac_f="$srcdir/$ac_f";;
19677            esac ||
19678            as_fn_error "cannot find input file: \`$ac_f'" "$LINENO" 5;;
19679       esac
19680       case $ac_f in *\'*) ac_f=`$as_echo "$ac_f" | sed "s/'/'\\\\\\\\''/g"`;; esac
19681       as_fn_append ac_file_inputs " '$ac_f'"
19682     done
19683
19684     # Let's still pretend it is `configure' which instantiates (i.e., don't
19685     # use $as_me), people would be surprised to read:
19686     #    /* config.h.  Generated by config.status.  */
19687     configure_input='Generated from '`
19688           $as_echo "$*" | sed 's|^[^:]*/||;s|:[^:]*/|, |g'
19689         `' by configure.'
19690     if test x"$ac_file" != x-; then
19691       configure_input="$ac_file.  $configure_input"
19692       { $as_echo "$as_me:${as_lineno-$LINENO}: creating $ac_file" >&5
19693 $as_echo "$as_me: creating $ac_file" >&6;}
19694     fi
19695     # Neutralize special characters interpreted by sed in replacement strings.
19696     case $configure_input in #(
19697     *\&* | *\|* | *\\* )
19698        ac_sed_conf_input=`$as_echo "$configure_input" |
19699        sed 's/[\\\\&|]/\\\\&/g'`;; #(
19700     *) ac_sed_conf_input=$configure_input;;
19701     esac
19702
19703     case $ac_tag in
19704     *:-:* | *:-) cat >"$tmp/stdin" \
19705       || as_fn_error "could not create $ac_file" "$LINENO" 5 ;;
19706     esac
19707     ;;
19708   esac
19709
19710   ac_dir=`$as_dirname -- "$ac_file" ||
19711 $as_expr X"$ac_file" : 'X\(.*[^/]\)//*[^/][^/]*/*$' \| \
19712          X"$ac_file" : 'X\(//\)[^/]' \| \
19713          X"$ac_file" : 'X\(//\)$' \| \
19714          X"$ac_file" : 'X\(/\)' \| . 2>/dev/null ||
19715 $as_echo X"$ac_file" |
19716     sed '/^X\(.*[^/]\)\/\/*[^/][^/]*\/*$/{
19717             s//\1/
19718             q
19719           }
19720           /^X\(\/\/\)[^/].*/{
19721             s//\1/
19722             q
19723           }
19724           /^X\(\/\/\)$/{
19725             s//\1/
19726             q
19727           }
19728           /^X\(\/\).*/{
19729             s//\1/
19730             q
19731           }
19732           s/.*/./; q'`
19733   as_dir="$ac_dir"; as_fn_mkdir_p
19734   ac_builddir=.
19735
19736 case "$ac_dir" in
19737 .) ac_dir_suffix= ac_top_builddir_sub=. ac_top_build_prefix= ;;
19738 *)
19739   ac_dir_suffix=/`$as_echo "$ac_dir" | sed 's|^\.[\\/]||'`
19740   # A ".." for each directory in $ac_dir_suffix.
19741   ac_top_builddir_sub=`$as_echo "$ac_dir_suffix" | sed 's|/[^\\/]*|/..|g;s|/||'`
19742   case $ac_top_builddir_sub in
19743   "") ac_top_builddir_sub=. ac_top_build_prefix= ;;
19744   *)  ac_top_build_prefix=$ac_top_builddir_sub/ ;;
19745   esac ;;
19746 esac
19747 ac_abs_top_builddir=$ac_pwd
19748 ac_abs_builddir=$ac_pwd$ac_dir_suffix
19749 # for backward compatibility:
19750 ac_top_builddir=$ac_top_build_prefix
19751
19752 case $srcdir in
19753   .)  # We are building in place.
19754     ac_srcdir=.
19755     ac_top_srcdir=$ac_top_builddir_sub
19756     ac_abs_top_srcdir=$ac_pwd ;;
19757   [\\/]* | ?:[\\/]* )  # Absolute name.
19758     ac_srcdir=$srcdir$ac_dir_suffix;
19759     ac_top_srcdir=$srcdir
19760     ac_abs_top_srcdir=$srcdir ;;
19761   *) # Relative name.
19762     ac_srcdir=$ac_top_build_prefix$srcdir$ac_dir_suffix
19763     ac_top_srcdir=$ac_top_build_prefix$srcdir
19764     ac_abs_top_srcdir=$ac_pwd/$srcdir ;;
19765 esac
19766 ac_abs_srcdir=$ac_abs_top_srcdir$ac_dir_suffix
19767
19768
19769   case $ac_mode in
19770   :F)
19771   #
19772   # CONFIG_FILE
19773   #
19774
19775   case $INSTALL in
19776   [\\/$]* | ?:[\\/]* ) ac_INSTALL=$INSTALL ;;
19777   *) ac_INSTALL=$ac_top_build_prefix$INSTALL ;;
19778   esac
19779 _ACEOF
19780
19781 cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1
19782 # If the template does not know about datarootdir, expand it.
19783 # FIXME: This hack should be removed a few years after 2.60.
19784 ac_datarootdir_hack=; ac_datarootdir_seen=
19785 ac_sed_dataroot='
19786 /datarootdir/ {
19787   p
19788   q
19789 }
19790 /@datadir@/p
19791 /@docdir@/p
19792 /@infodir@/p
19793 /@localedir@/p
19794 /@mandir@/p'
19795 case `eval "sed -n \"\$ac_sed_dataroot\" $ac_file_inputs"` in
19796 *datarootdir*) ac_datarootdir_seen=yes;;
19797 *@datadir@*|*@docdir@*|*@infodir@*|*@localedir@*|*@mandir@*)
19798   { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: $ac_file_inputs seems to ignore the --datarootdir setting" >&5
19799 $as_echo "$as_me: WARNING: $ac_file_inputs seems to ignore the --datarootdir setting" >&2;}
19800 _ACEOF
19801 cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1
19802   ac_datarootdir_hack='
19803   s&@datadir@&$datadir&g
19804   s&@docdir@&$docdir&g
19805   s&@infodir@&$infodir&g
19806   s&@localedir@&$localedir&g
19807   s&@mandir@&$mandir&g
19808   s&\\\${datarootdir}&$datarootdir&g' ;;
19809 esac
19810 _ACEOF
19811
19812 # Neutralize VPATH when `$srcdir' = `.'.
19813 # Shell code in configure.ac might set extrasub.
19814 # FIXME: do we really want to maintain this feature?
19815 cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1
19816 ac_sed_extra="$ac_vpsub
19817 $extrasub
19818 _ACEOF
19819 cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1
19820 :t
19821 /@[a-zA-Z_][a-zA-Z_0-9]*@/!b
19822 s|@configure_input@|$ac_sed_conf_input|;t t
19823 s&@top_builddir@&$ac_top_builddir_sub&;t t
19824 s&@top_build_prefix@&$ac_top_build_prefix&;t t
19825 s&@srcdir@&$ac_srcdir&;t t
19826 s&@abs_srcdir@&$ac_abs_srcdir&;t t
19827 s&@top_srcdir@&$ac_top_srcdir&;t t
19828 s&@abs_top_srcdir@&$ac_abs_top_srcdir&;t t
19829 s&@builddir@&$ac_builddir&;t t
19830 s&@abs_builddir@&$ac_abs_builddir&;t t
19831 s&@abs_top_builddir@&$ac_abs_top_builddir&;t t
19832 s&@INSTALL@&$ac_INSTALL&;t t
19833 $ac_datarootdir_hack
19834 "
19835 eval sed \"\$ac_sed_extra\" "$ac_file_inputs" |
19836 if $ac_cs_awk_getline; then
19837   $AWK -f "$tmp/subs.awk"
19838 else
19839   $AWK -f "$tmp/subs.awk" | $SHELL
19840 fi >$tmp/out \
19841   || as_fn_error "could not create $ac_file" "$LINENO" 5
19842
19843 test -z "$ac_datarootdir_hack$ac_datarootdir_seen" &&
19844   { ac_out=`sed -n '/\${datarootdir}/p' "$tmp/out"`; test -n "$ac_out"; } &&
19845   { ac_out=`sed -n '/^[  ]*datarootdir[  ]*:*=/p' "$tmp/out"`; test -z "$ac_out"; } &&
19846   { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: $ac_file contains a reference to the variable \`datarootdir'
19847 which seems to be undefined.  Please make sure it is defined." >&5
19848 $as_echo "$as_me: WARNING: $ac_file contains a reference to the variable \`datarootdir'
19849 which seems to be undefined.  Please make sure it is defined." >&2;}
19850
19851   rm -f "$tmp/stdin"
19852   case $ac_file in
19853   -) cat "$tmp/out" && rm -f "$tmp/out";;
19854   *) rm -f "$ac_file" && mv "$tmp/out" "$ac_file";;
19855   esac \
19856   || as_fn_error "could not create $ac_file" "$LINENO" 5
19857  ;;
19858   :H)
19859   #
19860   # CONFIG_HEADER
19861   #
19862   if test x"$ac_file" != x-; then
19863     {
19864       $as_echo "/* $configure_input  */" \
19865       && eval '$AWK -f "$tmp/defines.awk"' "$ac_file_inputs"
19866     } >"$tmp/config.h" \
19867       || as_fn_error "could not create $ac_file" "$LINENO" 5
19868     if diff "$ac_file" "$tmp/config.h" >/dev/null 2>&1; then
19869       { $as_echo "$as_me:${as_lineno-$LINENO}: $ac_file is unchanged" >&5
19870 $as_echo "$as_me: $ac_file is unchanged" >&6;}
19871     else
19872       rm -f "$ac_file"
19873       mv "$tmp/config.h" "$ac_file" \
19874         || as_fn_error "could not create $ac_file" "$LINENO" 5
19875     fi
19876   else
19877     $as_echo "/* $configure_input  */" \
19878       && eval '$AWK -f "$tmp/defines.awk"' "$ac_file_inputs" \
19879       || as_fn_error "could not create -" "$LINENO" 5
19880   fi
19881  ;;
19882
19883   :C)  { $as_echo "$as_me:${as_lineno-$LINENO}: executing $ac_file commands" >&5
19884 $as_echo "$as_me: executing $ac_file commands" >&6;}
19885  ;;
19886   esac
19887
19888
19889   case $ac_file$ac_mode in
19890     "include/stamp-h":C) echo timestamp > include/stamp-h ;;
19891     "dlls/gdi32/enhmfdrv":C) test -d "dlls/gdi32/enhmfdrv" || ({ $as_echo "$as_me:${as_lineno-$LINENO}: creating dlls/gdi32/enhmfdrv" >&5
19892 $as_echo "$as_me: creating dlls/gdi32/enhmfdrv" >&6;} && mkdir "dlls/gdi32/enhmfdrv") ;;
19893     "dlls/gdi32/mfdrv":C) test -d "dlls/gdi32/mfdrv" || ({ $as_echo "$as_me:${as_lineno-$LINENO}: creating dlls/gdi32/mfdrv" >&5
19894 $as_echo "$as_me: creating dlls/gdi32/mfdrv" >&6;} && mkdir "dlls/gdi32/mfdrv") ;;
19895     "dlls/kernel32/nls":C) test -d "dlls/kernel32/nls" || ({ $as_echo "$as_me:${as_lineno-$LINENO}: creating dlls/kernel32/nls" >&5
19896 $as_echo "$as_me: creating dlls/kernel32/nls" >&6;} && mkdir "dlls/kernel32/nls") ;;
19897     "dlls/user32/resources":C) test -d "dlls/user32/resources" || ({ $as_echo "$as_me:${as_lineno-$LINENO}: creating dlls/user32/resources" >&5
19898 $as_echo "$as_me: creating dlls/user32/resources" >&6;} && mkdir "dlls/user32/resources") ;;
19899     "dlls/wineps.drv/data":C) test -d "dlls/wineps.drv/data" || ({ $as_echo "$as_me:${as_lineno-$LINENO}: creating dlls/wineps.drv/data" >&5
19900 $as_echo "$as_me: creating dlls/wineps.drv/data" >&6;} && mkdir "dlls/wineps.drv/data") ;;
19901     "include/wine":C) test -d "include/wine" || ({ $as_echo "$as_me:${as_lineno-$LINENO}: creating include/wine" >&5
19902 $as_echo "$as_me: creating include/wine" >&6;} && mkdir "include/wine") ;;
19903
19904   esac
19905 done # for ac_tag
19906
19907
19908 as_fn_exit 0
19909 _ACEOF
19910 ac_clean_files=$ac_clean_files_save
19911
19912 test $ac_write_fail = 0 ||
19913   as_fn_error "write failure creating $CONFIG_STATUS" "$LINENO" 5
19914
19915
19916 # configure is writing to config.log, and then calls config.status.
19917 # config.status does its own redirection, appending to config.log.
19918 # Unfortunately, on DOS this fails, as config.log is still kept open
19919 # by configure, so config.status won't be able to write to it; its
19920 # output is simply discarded.  So we exec the FD to /dev/null,
19921 # effectively closing config.log, so it can be properly (re)opened and
19922 # appended to by config.status.  When coming back to configure, we
19923 # need to make the FD available again.
19924 if test "$no_create" != yes; then
19925   ac_cs_success=:
19926   ac_config_status_args=
19927   test "$silent" = yes &&
19928     ac_config_status_args="$ac_config_status_args --quiet"
19929   exec 5>/dev/null
19930   $SHELL $CONFIG_STATUS $ac_config_status_args || ac_cs_success=false
19931   exec 5>>config.log
19932   # Use ||, not &&, to avoid exiting from the if with $? = 1, which
19933   # would make configure fail if this is the last instruction.
19934   $ac_cs_success || as_fn_exit $?
19935 fi
19936 if test -n "$ac_unrecognized_opts" && test "$enable_option_checking" != no; then
19937   { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: unrecognized options: $ac_unrecognized_opts" >&5
19938 $as_echo "$as_me: WARNING: unrecognized options: $ac_unrecognized_opts" >&2;}
19939 fi
19940
19941
19942 if test "$no_create" = "yes"
19943 then
19944   exit 0
19945 fi
19946
19947 ac_save_IFS="$IFS"
19948 if test "x$wine_notices != "x; then
19949     echo >&6
19950     IFS="|"
19951     for msg in $wine_notices; do
19952         IFS="$ac_save_IFS"
19953         if test -n "$msg"; then
19954             { $as_echo "$as_me:${as_lineno-$LINENO}: $msg" >&5
19955 $as_echo "$as_me: $msg" >&6;}
19956         fi
19957     done
19958 fi
19959 IFS="|"
19960 for msg in $wine_warnings; do
19961     IFS="$ac_save_IFS"
19962     if test -n "$msg"; then
19963         echo >&2
19964         { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: $msg" >&5
19965 $as_echo "$as_me: WARNING: $msg" >&2;}
19966     fi
19967 done
19968 IFS="$ac_save_IFS"
19969
19970 echo "
19971 $as_me: Finished.  Do '${ac_make} depend && ${ac_make}' to compile Wine.
19972 " >&6
19973