advapi32: Add stub for SaferGetPolicyInformation.
[wine.git] / configure
blobbff209f7a79e6d2b3fdf4b46bc859bdc1edfbb72
1 #! /bin/sh
2 # Guess values for system-dependent variables and create Makefiles.
3 # Generated by GNU Autoconf 2.64 for Wine 1.1.27.
5 # Report bugs to <wine-devel@winehq.org>.
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.
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 ## -------------------- ##
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 *) :
32 esac
36 as_nl='
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"
67 export as_echo_n_body
68 as_echo_n='sh -c $as_echo_n_body as_echo'
70 export as_echo_body
71 as_echo='sh -c $as_echo_body as_echo'
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=';'
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"
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
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
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
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
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='+ '
127 # NLS nuisances.
128 LC_ALL=C
129 export LC_ALL
130 LANGUAGE=C
131 export LANGUAGE
133 # CDPATH.
134 (unset CDPATH) >/dev/null 2>&1 && unset CDPATH
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 *) :
150 esac
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; }
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 :
166 else
167 exitcode=1; echo positional parameters were not saved.
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
180 if test x$as_have_required = xyes && (eval "$as_suggested") 2>/dev/null; then :
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
187 IFS=$as_save_IFS
188 test -z "$as_dir" && as_dir=.
189 as_found=:
190 case $as_dir in #(
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
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
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+"$@"}
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."
237 exit 1
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
247 ## --------------------- ##
248 ## M4sh Shell Functions. ##
249 ## --------------------- ##
250 # as_fn_unset VAR
251 # ---------------
252 # Portably unset VAR.
253 as_fn_unset ()
255 { eval $1=; unset $1;}
257 as_unset=as_fn_unset
259 # as_fn_set_status STATUS
260 # -----------------------
261 # Set $? to STATUS, without forking.
262 as_fn_set_status ()
264 return $1
265 } # as_fn_set_status
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 ()
272 set +e
273 as_fn_set_status $1
274 exit $1
275 } # as_fn_exit
277 # as_fn_mkdir_p
278 # -------------
279 # Create "$as_dir" as a directory, including parents if necessary.
280 as_fn_mkdir_p ()
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/
304 /^X\(\/\/\)[^/].*/{
305 s//\1/
308 /^X\(\/\/\)$/{
309 s//\1/
312 /^X\(\/\).*/{
313 s//\1/
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"
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 ()
333 eval $1+=\$2
335 else
336 as_fn_append ()
338 eval $1=\$$1\$2
340 fi # as_fn_append
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 ()
350 as_val=$(( $* ))
352 else
353 as_fn_arith ()
355 as_val=`expr "$@" || test $? -eq 1`
357 fi # as_fn_arith
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 ()
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
372 $as_echo "$as_me: error: $1" >&2
373 as_fn_exit $as_status
374 } # as_fn_error
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
383 if (basename -- /) >/dev/null 2>&1 && test "X`basename -- / 2>&1`" = "X/"; then
384 as_basename=basename
385 else
386 as_basename=false
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
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/
404 /^X\/\(\/\/\)$/{
405 s//\1/
408 /^X\/\(\/\).*/{
409 s//\1/
412 s/.*/./; q'`
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
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 '
429 /[$]LINENO/=
430 ' <$as_myself |
431 sed '
432 s/[$]LINENO.*/&-/
433 t lineno
435 :lineno
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; }
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
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;;
463 ECHO_N='-n';;
464 esac
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
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'
487 else
488 as_ln_s='cp -p'
490 rm -f conf$$ conf$$.exe conf$$.dir/conf$$.file conf$$.file
491 rmdir conf$$.dir 2>/dev/null
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
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=
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
521 as_executable_p=$as_test_x
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'"
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'"
530 exec 7<&0 </dev/null 6>&1
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`
538 # Initializations.
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=
549 # Identity of this package.
550 PACKAGE_NAME='Wine'
551 PACKAGE_TARNAME='wine'
552 PACKAGE_VERSION='1.1.27'
553 PACKAGE_STRING='Wine 1.1.27'
554 PACKAGE_BUGREPORT='wine-devel@winehq.org'
555 PACKAGE_URL='http://www.winehq.org'
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"
594 ac_subst_vars='LTLIBOBJS
595 LIBOBJS
596 ALL_WINETEST_DEPENDS
597 ALL_PROGRAM_BIN_INSTALL_DIRS
598 ALL_PROGRAM_INSTALL_DIRS
599 ALL_PROGRAM_DIRS
600 ALL_TEST_DIRS
601 ALL_IMPLIB_DIRS
602 ALL_DLL_DIRS
603 ALL_TOP_DIRS
604 ALL_MAKEFILE_DEPENDS
605 ALL_MAKEFILES
606 ALL_MAKERULES
607 DEPENDENCIES
608 LDAPLIBS
609 LIBPOLL
610 LIBDL
611 EXTRA_BINARIES
612 SOCKETLIBS
613 CRTLIBS
614 LDPATH
615 BUILTINFLAG
616 EXTRACFLAGS
617 LIBKSTAT
618 PNGINCL
619 FONTCONFIGINCL
620 CUPSINCL
621 AUDIOIOLIBS
622 ALSALIBS
623 ESDLIBS
624 ESDINCL
625 ESDCONFIG
626 ZLIB
627 FREETYPEINCL
628 FREETYPELIBS
629 ft_devel
630 LCMSLIBS
631 RESOLVLIBS
632 GPHOTO2INCL
633 GPHOTO2LIBS
634 gphoto2port_devel
635 gphoto2_devel
636 SANEINCL
637 sane_devel
638 GNUTLSINCL
639 HALINCL
640 XSLTINCL
641 XML2INCL
642 XML2LIBS
643 NASLIBS
644 X_EXTRA_LIBS
645 X_LIBS
646 X_PRE_LIBS
647 X_CFLAGS
648 XMKMF
649 LIBPTHREAD
650 CROSSTARGETFLAGS
651 CROSSTEST
652 CROSSCC
653 CARBONLIB
654 COREAUDIO
655 DISKARBITRATIONLIB
656 LDEXECFLAGS
657 IOKITLIB
658 COREFOUNDATIONLIB
659 SECURITYLIB
660 MINGWAR
661 DLLWRAP
662 DLLTOOL
664 LDRPATH_LOCAL
665 LDRPATH_INSTALL
666 IMPLIBEXT
667 LIBEXT
668 LDDLLFLAGS
669 LDSHARED
670 DLLFLAGS
671 DLLEXT
673 OPENGL_LIBS
674 XLIB
675 PRELINK
676 ICOTOOL
677 RSVG
678 PKG_CONFIG
679 FONTFORGE
680 LINTFLAGS
681 LINT
682 INSTALL_DATA
683 INSTALL_SCRIPT
684 INSTALL_PROGRAM
685 LDCONFIG
686 EGREP
687 GREP
689 LN_S
690 STRIP
691 RANLIB
692 ARFLAGS
693 ac_ct_AR
695 BISON
696 FLEX
697 TOOLSDIR
698 WIN16_INSTALL
699 WIN16_FILES
700 TARGETFLAGS
701 CPPBIN
702 ac_ct_CXX
703 CXXFLAGS
705 OBJEXT
706 EXEEXT
707 ac_ct_CC
708 CPPFLAGS
709 LDFLAGS
710 CFLAGS
712 SET_MAKE
713 host_os
714 host_vendor
715 host_cpu
716 host
717 build_os
718 build_vendor
719 build_cpu
720 build
721 MAINTAINER_MODE
722 target_alias
723 host_alias
724 build_alias
725 LIBS
726 ECHO_T
727 ECHO_N
728 ECHO_C
729 DEFS
730 mandir
731 localedir
732 libdir
733 psdir
734 pdfdir
735 dvidir
736 htmldir
737 infodir
738 docdir
739 oldincludedir
740 includedir
741 localstatedir
742 sharedstatedir
743 sysconfdir
744 datadir
745 datarootdir
746 libexecdir
747 sbindir
748 bindir
749 program_transform_name
750 prefix
751 exec_prefix
752 PACKAGE_URL
753 PACKAGE_BUGREPORT
754 PACKAGE_STRING
755 PACKAGE_VERSION
756 PACKAGE_TARNAME
757 PACKAGE_NAME
758 PATH_SEPARATOR
759 SHELL'
760 ac_subst_files='MAKE_RULES
761 MAKE_DLL_RULES
762 MAKE_IMPLIB_RULES
763 MAKE_TEST_RULES
764 MAKE_PROG_RULES'
765 ac_user_opts='
766 enable_option_checking
767 enable_win16
768 enable_win64
769 enable_tests
770 enable_maintainer_mode
771 with_alsa
772 with_audioio
773 with_capi
774 with_cms
775 with_coreaudio
776 with_cups
777 with_curses
778 with_esd
779 with_fontconfig
780 with_freetype
781 with_gphoto
782 with_glu
783 with_gnutls
784 with_libgsm
785 with_hal
786 with_jack
787 with_jpeg
788 with_ldap
789 with_nas
790 with_opengl
791 with_openssl
792 with_oss
793 with_png
794 with_pthread
795 with_sane
796 with_xcomposite
797 with_xcursor
798 with_xinerama
799 with_xinput
800 with_xml
801 with_xrandr
802 with_xrender
803 with_xshape
804 with_xshm
805 with_xslt
806 with_xxf86vm
807 with_wine_tools
808 with_x
810 ac_precious_vars='build_alias
811 host_alias
812 target_alias
814 CFLAGS
815 LDFLAGS
816 LIBS
817 CPPFLAGS
819 CXXFLAGS
822 XMKMF'
825 # Initialize some variables set by options.
826 ac_init_help=
827 ac_init_version=false
828 ac_unrecognized_opts=
829 ac_unrecognized_sep=
830 # The variables have the same names as the options, with
831 # dashes changed to underlines.
832 cache_file=/dev/null
833 exec_prefix=NONE
834 no_create=
835 no_recursion=
836 prefix=NONE
837 program_prefix=NONE
838 program_suffix=NONE
839 program_transform_name=s,x,x,
840 silent=
841 site=
842 srcdir=
843 verbose=
844 x_includes=NONE
845 x_libraries=NONE
847 # Installation directory options.
848 # These are left unexpanded so users can "make install exec_prefix=/foo"
849 # and all the variables that are supposed to be based on exec_prefix
850 # by default will actually change.
851 # Use braces instead of parens because sh, perl, etc. also accept them.
852 # (The list follows the same order as the GNU Coding Standards.)
853 bindir='${exec_prefix}/bin'
854 sbindir='${exec_prefix}/sbin'
855 libexecdir='${exec_prefix}/libexec'
856 datarootdir='${prefix}/share'
857 datadir='${datarootdir}'
858 sysconfdir='${prefix}/etc'
859 sharedstatedir='${prefix}/com'
860 localstatedir='${prefix}/var'
861 includedir='${prefix}/include'
862 oldincludedir='/usr/include'
863 docdir='${datarootdir}/doc/${PACKAGE_TARNAME}'
864 infodir='${datarootdir}/info'
865 htmldir='${docdir}'
866 dvidir='${docdir}'
867 pdfdir='${docdir}'
868 psdir='${docdir}'
869 libdir='${exec_prefix}/lib'
870 localedir='${datarootdir}/locale'
871 mandir='${datarootdir}/man'
873 ac_prev=
874 ac_dashdash=
875 for ac_option
877 # If the previous option needs an argument, assign it.
878 if test -n "$ac_prev"; then
879 eval $ac_prev=\$ac_option
880 ac_prev=
881 continue
884 case $ac_option in
885 *=*) ac_optarg=`expr "X$ac_option" : '[^=]*=\(.*\)'` ;;
886 *) ac_optarg=yes ;;
887 esac
889 # Accept the important Cygnus configure options, so we can diagnose typos.
891 case $ac_dashdash$ac_option in
893 ac_dashdash=yes ;;
895 -bindir | --bindir | --bindi | --bind | --bin | --bi)
896 ac_prev=bindir ;;
897 -bindir=* | --bindir=* | --bindi=* | --bind=* | --bin=* | --bi=*)
898 bindir=$ac_optarg ;;
900 -build | --build | --buil | --bui | --bu)
901 ac_prev=build_alias ;;
902 -build=* | --build=* | --buil=* | --bui=* | --bu=*)
903 build_alias=$ac_optarg ;;
905 -cache-file | --cache-file | --cache-fil | --cache-fi \
906 | --cache-f | --cache- | --cache | --cach | --cac | --ca | --c)
907 ac_prev=cache_file ;;
908 -cache-file=* | --cache-file=* | --cache-fil=* | --cache-fi=* \
909 | --cache-f=* | --cache-=* | --cache=* | --cach=* | --cac=* | --ca=* | --c=*)
910 cache_file=$ac_optarg ;;
912 --config-cache | -C)
913 cache_file=config.cache ;;
915 -datadir | --datadir | --datadi | --datad)
916 ac_prev=datadir ;;
917 -datadir=* | --datadir=* | --datadi=* | --datad=*)
918 datadir=$ac_optarg ;;
920 -datarootdir | --datarootdir | --datarootdi | --datarootd | --dataroot \
921 | --dataroo | --dataro | --datar)
922 ac_prev=datarootdir ;;
923 -datarootdir=* | --datarootdir=* | --datarootdi=* | --datarootd=* \
924 | --dataroot=* | --dataroo=* | --dataro=* | --datar=*)
925 datarootdir=$ac_optarg ;;
927 -disable-* | --disable-*)
928 ac_useropt=`expr "x$ac_option" : 'x-*disable-\(.*\)'`
929 # Reject names that are not valid shell variable names.
930 expr "x$ac_useropt" : ".*[^-+._$as_cr_alnum]" >/dev/null &&
931 as_fn_error "invalid feature name: $ac_useropt"
932 ac_useropt_orig=$ac_useropt
933 ac_useropt=`$as_echo "$ac_useropt" | sed 's/[-+.]/_/g'`
934 case $ac_user_opts in
936 "enable_$ac_useropt"
937 "*) ;;
938 *) ac_unrecognized_opts="$ac_unrecognized_opts$ac_unrecognized_sep--disable-$ac_useropt_orig"
939 ac_unrecognized_sep=', ';;
940 esac
941 eval enable_$ac_useropt=no ;;
943 -docdir | --docdir | --docdi | --doc | --do)
944 ac_prev=docdir ;;
945 -docdir=* | --docdir=* | --docdi=* | --doc=* | --do=*)
946 docdir=$ac_optarg ;;
948 -dvidir | --dvidir | --dvidi | --dvid | --dvi | --dv)
949 ac_prev=dvidir ;;
950 -dvidir=* | --dvidir=* | --dvidi=* | --dvid=* | --dvi=* | --dv=*)
951 dvidir=$ac_optarg ;;
953 -enable-* | --enable-*)
954 ac_useropt=`expr "x$ac_option" : 'x-*enable-\([^=]*\)'`
955 # Reject names that are not valid shell variable names.
956 expr "x$ac_useropt" : ".*[^-+._$as_cr_alnum]" >/dev/null &&
957 as_fn_error "invalid feature name: $ac_useropt"
958 ac_useropt_orig=$ac_useropt
959 ac_useropt=`$as_echo "$ac_useropt" | sed 's/[-+.]/_/g'`
960 case $ac_user_opts in
962 "enable_$ac_useropt"
963 "*) ;;
964 *) ac_unrecognized_opts="$ac_unrecognized_opts$ac_unrecognized_sep--enable-$ac_useropt_orig"
965 ac_unrecognized_sep=', ';;
966 esac
967 eval enable_$ac_useropt=\$ac_optarg ;;
969 -exec-prefix | --exec_prefix | --exec-prefix | --exec-prefi \
970 | --exec-pref | --exec-pre | --exec-pr | --exec-p | --exec- \
971 | --exec | --exe | --ex)
972 ac_prev=exec_prefix ;;
973 -exec-prefix=* | --exec_prefix=* | --exec-prefix=* | --exec-prefi=* \
974 | --exec-pref=* | --exec-pre=* | --exec-pr=* | --exec-p=* | --exec-=* \
975 | --exec=* | --exe=* | --ex=*)
976 exec_prefix=$ac_optarg ;;
978 -gas | --gas | --ga | --g)
979 # Obsolete; use --with-gas.
980 with_gas=yes ;;
982 -help | --help | --hel | --he | -h)
983 ac_init_help=long ;;
984 -help=r* | --help=r* | --hel=r* | --he=r* | -hr*)
985 ac_init_help=recursive ;;
986 -help=s* | --help=s* | --hel=s* | --he=s* | -hs*)
987 ac_init_help=short ;;
989 -host | --host | --hos | --ho)
990 ac_prev=host_alias ;;
991 -host=* | --host=* | --hos=* | --ho=*)
992 host_alias=$ac_optarg ;;
994 -htmldir | --htmldir | --htmldi | --htmld | --html | --htm | --ht)
995 ac_prev=htmldir ;;
996 -htmldir=* | --htmldir=* | --htmldi=* | --htmld=* | --html=* | --htm=* \
997 | --ht=*)
998 htmldir=$ac_optarg ;;
1000 -includedir | --includedir | --includedi | --included | --include \
1001 | --includ | --inclu | --incl | --inc)
1002 ac_prev=includedir ;;
1003 -includedir=* | --includedir=* | --includedi=* | --included=* | --include=* \
1004 | --includ=* | --inclu=* | --incl=* | --inc=*)
1005 includedir=$ac_optarg ;;
1007 -infodir | --infodir | --infodi | --infod | --info | --inf)
1008 ac_prev=infodir ;;
1009 -infodir=* | --infodir=* | --infodi=* | --infod=* | --info=* | --inf=*)
1010 infodir=$ac_optarg ;;
1012 -libdir | --libdir | --libdi | --libd)
1013 ac_prev=libdir ;;
1014 -libdir=* | --libdir=* | --libdi=* | --libd=*)
1015 libdir=$ac_optarg ;;
1017 -libexecdir | --libexecdir | --libexecdi | --libexecd | --libexec \
1018 | --libexe | --libex | --libe)
1019 ac_prev=libexecdir ;;
1020 -libexecdir=* | --libexecdir=* | --libexecdi=* | --libexecd=* | --libexec=* \
1021 | --libexe=* | --libex=* | --libe=*)
1022 libexecdir=$ac_optarg ;;
1024 -localedir | --localedir | --localedi | --localed | --locale)
1025 ac_prev=localedir ;;
1026 -localedir=* | --localedir=* | --localedi=* | --localed=* | --locale=*)
1027 localedir=$ac_optarg ;;
1029 -localstatedir | --localstatedir | --localstatedi | --localstated \
1030 | --localstate | --localstat | --localsta | --localst | --locals)
1031 ac_prev=localstatedir ;;
1032 -localstatedir=* | --localstatedir=* | --localstatedi=* | --localstated=* \
1033 | --localstate=* | --localstat=* | --localsta=* | --localst=* | --locals=*)
1034 localstatedir=$ac_optarg ;;
1036 -mandir | --mandir | --mandi | --mand | --man | --ma | --m)
1037 ac_prev=mandir ;;
1038 -mandir=* | --mandir=* | --mandi=* | --mand=* | --man=* | --ma=* | --m=*)
1039 mandir=$ac_optarg ;;
1041 -nfp | --nfp | --nf)
1042 # Obsolete; use --without-fp.
1043 with_fp=no ;;
1045 -no-create | --no-create | --no-creat | --no-crea | --no-cre \
1046 | --no-cr | --no-c | -n)
1047 no_create=yes ;;
1049 -no-recursion | --no-recursion | --no-recursio | --no-recursi \
1050 | --no-recurs | --no-recur | --no-recu | --no-rec | --no-re | --no-r)
1051 no_recursion=yes ;;
1053 -oldincludedir | --oldincludedir | --oldincludedi | --oldincluded \
1054 | --oldinclude | --oldinclud | --oldinclu | --oldincl | --oldinc \
1055 | --oldin | --oldi | --old | --ol | --o)
1056 ac_prev=oldincludedir ;;
1057 -oldincludedir=* | --oldincludedir=* | --oldincludedi=* | --oldincluded=* \
1058 | --oldinclude=* | --oldinclud=* | --oldinclu=* | --oldincl=* | --oldinc=* \
1059 | --oldin=* | --oldi=* | --old=* | --ol=* | --o=*)
1060 oldincludedir=$ac_optarg ;;
1062 -prefix | --prefix | --prefi | --pref | --pre | --pr | --p)
1063 ac_prev=prefix ;;
1064 -prefix=* | --prefix=* | --prefi=* | --pref=* | --pre=* | --pr=* | --p=*)
1065 prefix=$ac_optarg ;;
1067 -program-prefix | --program-prefix | --program-prefi | --program-pref \
1068 | --program-pre | --program-pr | --program-p)
1069 ac_prev=program_prefix ;;
1070 -program-prefix=* | --program-prefix=* | --program-prefi=* \
1071 | --program-pref=* | --program-pre=* | --program-pr=* | --program-p=*)
1072 program_prefix=$ac_optarg ;;
1074 -program-suffix | --program-suffix | --program-suffi | --program-suff \
1075 | --program-suf | --program-su | --program-s)
1076 ac_prev=program_suffix ;;
1077 -program-suffix=* | --program-suffix=* | --program-suffi=* \
1078 | --program-suff=* | --program-suf=* | --program-su=* | --program-s=*)
1079 program_suffix=$ac_optarg ;;
1081 -program-transform-name | --program-transform-name \
1082 | --program-transform-nam | --program-transform-na \
1083 | --program-transform-n | --program-transform- \
1084 | --program-transform | --program-transfor \
1085 | --program-transfo | --program-transf \
1086 | --program-trans | --program-tran \
1087 | --progr-tra | --program-tr | --program-t)
1088 ac_prev=program_transform_name ;;
1089 -program-transform-name=* | --program-transform-name=* \
1090 | --program-transform-nam=* | --program-transform-na=* \
1091 | --program-transform-n=* | --program-transform-=* \
1092 | --program-transform=* | --program-transfor=* \
1093 | --program-transfo=* | --program-transf=* \
1094 | --program-trans=* | --program-tran=* \
1095 | --progr-tra=* | --program-tr=* | --program-t=*)
1096 program_transform_name=$ac_optarg ;;
1098 -pdfdir | --pdfdir | --pdfdi | --pdfd | --pdf | --pd)
1099 ac_prev=pdfdir ;;
1100 -pdfdir=* | --pdfdir=* | --pdfdi=* | --pdfd=* | --pdf=* | --pd=*)
1101 pdfdir=$ac_optarg ;;
1103 -psdir | --psdir | --psdi | --psd | --ps)
1104 ac_prev=psdir ;;
1105 -psdir=* | --psdir=* | --psdi=* | --psd=* | --ps=*)
1106 psdir=$ac_optarg ;;
1108 -q | -quiet | --quiet | --quie | --qui | --qu | --q \
1109 | -silent | --silent | --silen | --sile | --sil)
1110 silent=yes ;;
1112 -sbindir | --sbindir | --sbindi | --sbind | --sbin | --sbi | --sb)
1113 ac_prev=sbindir ;;
1114 -sbindir=* | --sbindir=* | --sbindi=* | --sbind=* | --sbin=* \
1115 | --sbi=* | --sb=*)
1116 sbindir=$ac_optarg ;;
1118 -sharedstatedir | --sharedstatedir | --sharedstatedi \
1119 | --sharedstated | --sharedstate | --sharedstat | --sharedsta \
1120 | --sharedst | --shareds | --shared | --share | --shar \
1121 | --sha | --sh)
1122 ac_prev=sharedstatedir ;;
1123 -sharedstatedir=* | --sharedstatedir=* | --sharedstatedi=* \
1124 | --sharedstated=* | --sharedstate=* | --sharedstat=* | --sharedsta=* \
1125 | --sharedst=* | --shareds=* | --shared=* | --share=* | --shar=* \
1126 | --sha=* | --sh=*)
1127 sharedstatedir=$ac_optarg ;;
1129 -site | --site | --sit)
1130 ac_prev=site ;;
1131 -site=* | --site=* | --sit=*)
1132 site=$ac_optarg ;;
1134 -srcdir | --srcdir | --srcdi | --srcd | --src | --sr)
1135 ac_prev=srcdir ;;
1136 -srcdir=* | --srcdir=* | --srcdi=* | --srcd=* | --src=* | --sr=*)
1137 srcdir=$ac_optarg ;;
1139 -sysconfdir | --sysconfdir | --sysconfdi | --sysconfd | --sysconf \
1140 | --syscon | --sysco | --sysc | --sys | --sy)
1141 ac_prev=sysconfdir ;;
1142 -sysconfdir=* | --sysconfdir=* | --sysconfdi=* | --sysconfd=* | --sysconf=* \
1143 | --syscon=* | --sysco=* | --sysc=* | --sys=* | --sy=*)
1144 sysconfdir=$ac_optarg ;;
1146 -target | --target | --targe | --targ | --tar | --ta | --t)
1147 ac_prev=target_alias ;;
1148 -target=* | --target=* | --targe=* | --targ=* | --tar=* | --ta=* | --t=*)
1149 target_alias=$ac_optarg ;;
1151 -v | -verbose | --verbose | --verbos | --verbo | --verb)
1152 verbose=yes ;;
1154 -version | --version | --versio | --versi | --vers | -V)
1155 ac_init_version=: ;;
1157 -with-* | --with-*)
1158 ac_useropt=`expr "x$ac_option" : 'x-*with-\([^=]*\)'`
1159 # Reject names that are not valid shell variable names.
1160 expr "x$ac_useropt" : ".*[^-+._$as_cr_alnum]" >/dev/null &&
1161 as_fn_error "invalid package name: $ac_useropt"
1162 ac_useropt_orig=$ac_useropt
1163 ac_useropt=`$as_echo "$ac_useropt" | sed 's/[-+.]/_/g'`
1164 case $ac_user_opts in
1166 "with_$ac_useropt"
1167 "*) ;;
1168 *) ac_unrecognized_opts="$ac_unrecognized_opts$ac_unrecognized_sep--with-$ac_useropt_orig"
1169 ac_unrecognized_sep=', ';;
1170 esac
1171 eval with_$ac_useropt=\$ac_optarg ;;
1173 -without-* | --without-*)
1174 ac_useropt=`expr "x$ac_option" : 'x-*without-\(.*\)'`
1175 # Reject names that are not valid shell variable names.
1176 expr "x$ac_useropt" : ".*[^-+._$as_cr_alnum]" >/dev/null &&
1177 as_fn_error "invalid package name: $ac_useropt"
1178 ac_useropt_orig=$ac_useropt
1179 ac_useropt=`$as_echo "$ac_useropt" | sed 's/[-+.]/_/g'`
1180 case $ac_user_opts in
1182 "with_$ac_useropt"
1183 "*) ;;
1184 *) ac_unrecognized_opts="$ac_unrecognized_opts$ac_unrecognized_sep--without-$ac_useropt_orig"
1185 ac_unrecognized_sep=', ';;
1186 esac
1187 eval with_$ac_useropt=no ;;
1189 --x)
1190 # Obsolete; use --with-x.
1191 with_x=yes ;;
1193 -x-includes | --x-includes | --x-include | --x-includ | --x-inclu \
1194 | --x-incl | --x-inc | --x-in | --x-i)
1195 ac_prev=x_includes ;;
1196 -x-includes=* | --x-includes=* | --x-include=* | --x-includ=* | --x-inclu=* \
1197 | --x-incl=* | --x-inc=* | --x-in=* | --x-i=*)
1198 x_includes=$ac_optarg ;;
1200 -x-libraries | --x-libraries | --x-librarie | --x-librari \
1201 | --x-librar | --x-libra | --x-libr | --x-lib | --x-li | --x-l)
1202 ac_prev=x_libraries ;;
1203 -x-libraries=* | --x-libraries=* | --x-librarie=* | --x-librari=* \
1204 | --x-librar=* | --x-libra=* | --x-libr=* | --x-lib=* | --x-li=* | --x-l=*)
1205 x_libraries=$ac_optarg ;;
1207 -*) as_fn_error "unrecognized option: \`$ac_option'
1208 Try \`$0 --help' for more information."
1211 *=*)
1212 ac_envvar=`expr "x$ac_option" : 'x\([^=]*\)='`
1213 # Reject names that are not valid shell variable names.
1214 case $ac_envvar in #(
1215 '' | [0-9]* | *[!_$as_cr_alnum]* )
1216 as_fn_error "invalid variable name: \`$ac_envvar'" ;;
1217 esac
1218 eval $ac_envvar=\$ac_optarg
1219 export $ac_envvar ;;
1222 # FIXME: should be removed in autoconf 3.0.
1223 $as_echo "$as_me: WARNING: you should use --build, --host, --target" >&2
1224 expr "x$ac_option" : ".*[^-._$as_cr_alnum]" >/dev/null &&
1225 $as_echo "$as_me: WARNING: invalid host type: $ac_option" >&2
1226 : ${build_alias=$ac_option} ${host_alias=$ac_option} ${target_alias=$ac_option}
1229 esac
1230 done
1232 if test -n "$ac_prev"; then
1233 ac_option=--`echo $ac_prev | sed 's/_/-/g'`
1234 as_fn_error "missing argument to $ac_option"
1237 if test -n "$ac_unrecognized_opts"; then
1238 case $enable_option_checking in
1239 no) ;;
1240 fatal) as_fn_error "unrecognized options: $ac_unrecognized_opts" ;;
1241 *) $as_echo "$as_me: WARNING: unrecognized options: $ac_unrecognized_opts" >&2 ;;
1242 esac
1245 # Check all directory arguments for consistency.
1246 for ac_var in exec_prefix prefix bindir sbindir libexecdir datarootdir \
1247 datadir sysconfdir sharedstatedir localstatedir includedir \
1248 oldincludedir docdir infodir htmldir dvidir pdfdir psdir \
1249 libdir localedir mandir
1251 eval ac_val=\$$ac_var
1252 # Remove trailing slashes.
1253 case $ac_val in
1254 */ )
1255 ac_val=`expr "X$ac_val" : 'X\(.*[^/]\)' \| "X$ac_val" : 'X\(.*\)'`
1256 eval $ac_var=\$ac_val;;
1257 esac
1258 # Be sure to have absolute directory names.
1259 case $ac_val in
1260 [\\/$]* | ?:[\\/]* ) continue;;
1261 NONE | '' ) case $ac_var in *prefix ) continue;; esac;;
1262 esac
1263 as_fn_error "expected an absolute directory name for --$ac_var: $ac_val"
1264 done
1266 # There might be people who depend on the old broken behavior: `$host'
1267 # used to hold the argument of --host etc.
1268 # FIXME: To remove some day.
1269 build=$build_alias
1270 host=$host_alias
1271 target=$target_alias
1273 # FIXME: To remove some day.
1274 if test "x$host_alias" != x; then
1275 if test "x$build_alias" = x; then
1276 cross_compiling=maybe
1277 $as_echo "$as_me: WARNING: If you wanted to set the --build type, don't use --host.
1278 If a cross compiler is detected then cross compile mode will be used." >&2
1279 elif test "x$build_alias" != "x$host_alias"; then
1280 cross_compiling=yes
1284 ac_tool_prefix=
1285 test -n "$host_alias" && ac_tool_prefix=$host_alias-
1287 test "$silent" = yes && exec 6>/dev/null
1290 ac_pwd=`pwd` && test -n "$ac_pwd" &&
1291 ac_ls_di=`ls -di .` &&
1292 ac_pwd_ls_di=`cd "$ac_pwd" && ls -di .` ||
1293 as_fn_error "working directory cannot be determined"
1294 test "X$ac_ls_di" = "X$ac_pwd_ls_di" ||
1295 as_fn_error "pwd does not report name of working directory"
1298 # Find the source files, if location was not specified.
1299 if test -z "$srcdir"; then
1300 ac_srcdir_defaulted=yes
1301 # Try the directory containing this script, then the parent directory.
1302 ac_confdir=`$as_dirname -- "$as_myself" ||
1303 $as_expr X"$as_myself" : 'X\(.*[^/]\)//*[^/][^/]*/*$' \| \
1304 X"$as_myself" : 'X\(//\)[^/]' \| \
1305 X"$as_myself" : 'X\(//\)$' \| \
1306 X"$as_myself" : 'X\(/\)' \| . 2>/dev/null ||
1307 $as_echo X"$as_myself" |
1308 sed '/^X\(.*[^/]\)\/\/*[^/][^/]*\/*$/{
1309 s//\1/
1312 /^X\(\/\/\)[^/].*/{
1313 s//\1/
1316 /^X\(\/\/\)$/{
1317 s//\1/
1320 /^X\(\/\).*/{
1321 s//\1/
1324 s/.*/./; q'`
1325 srcdir=$ac_confdir
1326 if test ! -r "$srcdir/$ac_unique_file"; then
1327 srcdir=..
1329 else
1330 ac_srcdir_defaulted=no
1332 if test ! -r "$srcdir/$ac_unique_file"; then
1333 test "$ac_srcdir_defaulted" = yes && srcdir="$ac_confdir or .."
1334 as_fn_error "cannot find sources ($ac_unique_file) in $srcdir"
1336 ac_msg="sources are in $srcdir, but \`cd $srcdir' does not work"
1337 ac_abs_confdir=`(
1338 cd "$srcdir" && test -r "./$ac_unique_file" || as_fn_error "$ac_msg"
1339 pwd)`
1340 # When building in place, set srcdir=.
1341 if test "$ac_abs_confdir" = "$ac_pwd"; then
1342 srcdir=.
1344 # Remove unnecessary trailing slashes from srcdir.
1345 # Double slashes in file names in object file debugging info
1346 # mess up M-x gdb in Emacs.
1347 case $srcdir in
1348 */) srcdir=`expr "X$srcdir" : 'X\(.*[^/]\)' \| "X$srcdir" : 'X\(.*\)'`;;
1349 esac
1350 for ac_var in $ac_precious_vars; do
1351 eval ac_env_${ac_var}_set=\${${ac_var}+set}
1352 eval ac_env_${ac_var}_value=\$${ac_var}
1353 eval ac_cv_env_${ac_var}_set=\${${ac_var}+set}
1354 eval ac_cv_env_${ac_var}_value=\$${ac_var}
1355 done
1358 # Report the --help message.
1360 if test "$ac_init_help" = "long"; then
1361 # Omit some internal or obsolete options to make the list less imposing.
1362 # This message is too long to be a string in the A/UX 3.1 sh.
1363 cat <<_ACEOF
1364 \`configure' configures Wine 1.1.27 to adapt to many kinds of systems.
1366 Usage: $0 [OPTION]... [VAR=VALUE]...
1368 To assign environment variables (e.g., CC, CFLAGS...), specify them as
1369 VAR=VALUE. See below for descriptions of some of the useful variables.
1371 Defaults for the options are specified in brackets.
1373 Configuration:
1374 -h, --help display this help and exit
1375 --help=short display options specific to this package
1376 --help=recursive display the short help of all the included packages
1377 -V, --version display version information and exit
1378 -q, --quiet, --silent do not print \`checking...' messages
1379 --cache-file=FILE cache test results in FILE [disabled]
1380 -C, --config-cache alias for \`--cache-file=config.cache'
1381 -n, --no-create do not create output files
1382 --srcdir=DIR find the sources in DIR [configure dir or \`..']
1384 Installation directories:
1385 --prefix=PREFIX install architecture-independent files in PREFIX
1386 [$ac_default_prefix]
1387 --exec-prefix=EPREFIX install architecture-dependent files in EPREFIX
1388 [PREFIX]
1390 By default, \`make install' will install all the files in
1391 \`$ac_default_prefix/bin', \`$ac_default_prefix/lib' etc. You can specify
1392 an installation prefix other than \`$ac_default_prefix' using \`--prefix',
1393 for instance \`--prefix=\$HOME'.
1395 For better control, use the options below.
1397 Fine tuning of the installation directories:
1398 --bindir=DIR user executables [EPREFIX/bin]
1399 --sbindir=DIR system admin executables [EPREFIX/sbin]
1400 --libexecdir=DIR program executables [EPREFIX/libexec]
1401 --sysconfdir=DIR read-only single-machine data [PREFIX/etc]
1402 --sharedstatedir=DIR modifiable architecture-independent data [PREFIX/com]
1403 --localstatedir=DIR modifiable single-machine data [PREFIX/var]
1404 --libdir=DIR object code libraries [EPREFIX/lib]
1405 --includedir=DIR C header files [PREFIX/include]
1406 --oldincludedir=DIR C header files for non-gcc [/usr/include]
1407 --datarootdir=DIR read-only arch.-independent data root [PREFIX/share]
1408 --datadir=DIR read-only architecture-independent data [DATAROOTDIR]
1409 --infodir=DIR info documentation [DATAROOTDIR/info]
1410 --localedir=DIR locale-dependent data [DATAROOTDIR/locale]
1411 --mandir=DIR man documentation [DATAROOTDIR/man]
1412 --docdir=DIR documentation root [DATAROOTDIR/doc/wine]
1413 --htmldir=DIR html documentation [DOCDIR]
1414 --dvidir=DIR dvi documentation [DOCDIR]
1415 --pdfdir=DIR pdf documentation [DOCDIR]
1416 --psdir=DIR ps documentation [DOCDIR]
1417 _ACEOF
1419 cat <<\_ACEOF
1421 X features:
1422 --x-includes=DIR X include files are in DIR
1423 --x-libraries=DIR X library files are in DIR
1425 System types:
1426 --build=BUILD configure for building on BUILD [guessed]
1427 --host=HOST cross-compile to build programs to run on HOST [BUILD]
1428 _ACEOF
1431 if test -n "$ac_init_help"; then
1432 case $ac_init_help in
1433 short | recursive ) echo "Configuration of Wine 1.1.27:";;
1434 esac
1435 cat <<\_ACEOF
1437 Optional Features:
1438 --disable-option-checking ignore unrecognized --enable/--with options
1439 --disable-FEATURE do not include FEATURE (same as --enable-FEATURE=no)
1440 --enable-FEATURE[=ARG] include FEATURE [ARG=yes]
1441 --disable-win16 do not include Win16 support
1442 --enable-win64 build a Win64 emulator on AMD64 (won't run Win32
1443 binaries)
1444 --disable-tests do not build the regression tests
1445 --enable-maintainer-mode
1446 enable maintainer-specific build rules
1448 Optional Packages:
1449 --with-PACKAGE[=ARG] use PACKAGE [ARG=yes]
1450 --without-PACKAGE do not use PACKAGE (same as --with-PACKAGE=no)
1451 --without-alsa do not use the Alsa sound support
1452 --without-audioio do not use the AudioIO sound support
1453 --without-capi do not use CAPI (ISDN support)
1454 --without-cms do not use CMS (color management support)
1455 --without-coreaudio do not use the CoreAudio sound support
1456 --without-cups do not use CUPS
1457 --without-curses do not use (n)curses
1458 --without-esd do not use the EsounD sound support
1459 --without-fontconfig do not use fontconfig
1460 --without-freetype do not use the FreeType library
1461 --without-gphoto do not use gphoto (Digital Camera support)
1462 --without-glu do not use the GLU library
1463 --without-gnutls do not use GnuTLS (schannel support)
1464 --without-libgsm do not use libgsm (GSM 06.10 codec support)
1465 --without-hal do not use HAL (dynamic device support)
1466 --without-jack do not use the Jack sound support
1467 --without-jpeg do not use JPEG
1468 --without-ldap do not use LDAP
1469 --without-nas do not use the NAS sound support
1470 --without-opengl do not use OpenGL
1471 --without-openssl do not use OpenSSL
1472 --without-oss do not use the OSS sound support
1473 --without-png do not use PNG
1474 --without-pthread do not use the pthread library
1475 --without-sane do not use SANE (scanner support)
1476 --without-xcomposite do not use the Xcomposite extension
1477 --without-xcursor do not use the Xcursor extension
1478 --without-xinerama do not use Xinerama (multi-monitor support)
1479 --without-xinput do not use the Xinput extension
1480 --without-xml do not use XML
1481 --without-xrandr do not use Xrandr (resolution changes)
1482 --without-xrender do not use the Xrender extension
1483 --without-xshape do not use the Xshape extension
1484 --without-xshm do not use XShm (shared memory extension)
1485 --without-xslt do not use XSLT
1486 --without-xxf86vm do not use XFree video mode extension
1487 --with-wine-tools=DIR use Wine tools from directory DIR
1488 --with-x use the X Window System
1490 Some influential environment variables:
1491 CC C compiler command
1492 CFLAGS C compiler flags
1493 LDFLAGS linker flags, e.g. -L<lib dir> if you have libraries in a
1494 nonstandard directory <lib dir>
1495 LIBS libraries to pass to the linker, e.g. -l<library>
1496 CPPFLAGS C/C++/Objective C preprocessor flags, e.g. -I<include dir> if
1497 you have headers in a nonstandard directory <include dir>
1498 CXX C++ compiler command
1499 CXXFLAGS C++ compiler flags
1500 CPP C preprocessor
1501 XMKMF Path to xmkmf, Makefile generator for X Window System
1503 Use these variables to override the choices made by `configure' or to help
1504 it to find libraries and programs with nonstandard names/locations.
1506 Report bugs to <wine-devel@winehq.org>.
1507 Wine home page: <http://www.winehq.org>.
1508 _ACEOF
1509 ac_status=$?
1512 if test "$ac_init_help" = "recursive"; then
1513 # If there are subdirs, report their specific --help.
1514 for ac_dir in : $ac_subdirs_all; do test "x$ac_dir" = x: && continue
1515 test -d "$ac_dir" ||
1516 { cd "$srcdir" && ac_pwd=`pwd` && srcdir=. && test -d "$ac_dir"; } ||
1517 continue
1518 ac_builddir=.
1520 case "$ac_dir" in
1521 .) ac_dir_suffix= ac_top_builddir_sub=. ac_top_build_prefix= ;;
1523 ac_dir_suffix=/`$as_echo "$ac_dir" | sed 's|^\.[\\/]||'`
1524 # A ".." for each directory in $ac_dir_suffix.
1525 ac_top_builddir_sub=`$as_echo "$ac_dir_suffix" | sed 's|/[^\\/]*|/..|g;s|/||'`
1526 case $ac_top_builddir_sub in
1527 "") ac_top_builddir_sub=. ac_top_build_prefix= ;;
1528 *) ac_top_build_prefix=$ac_top_builddir_sub/ ;;
1529 esac ;;
1530 esac
1531 ac_abs_top_builddir=$ac_pwd
1532 ac_abs_builddir=$ac_pwd$ac_dir_suffix
1533 # for backward compatibility:
1534 ac_top_builddir=$ac_top_build_prefix
1536 case $srcdir in
1537 .) # We are building in place.
1538 ac_srcdir=.
1539 ac_top_srcdir=$ac_top_builddir_sub
1540 ac_abs_top_srcdir=$ac_pwd ;;
1541 [\\/]* | ?:[\\/]* ) # Absolute name.
1542 ac_srcdir=$srcdir$ac_dir_suffix;
1543 ac_top_srcdir=$srcdir
1544 ac_abs_top_srcdir=$srcdir ;;
1545 *) # Relative name.
1546 ac_srcdir=$ac_top_build_prefix$srcdir$ac_dir_suffix
1547 ac_top_srcdir=$ac_top_build_prefix$srcdir
1548 ac_abs_top_srcdir=$ac_pwd/$srcdir ;;
1549 esac
1550 ac_abs_srcdir=$ac_abs_top_srcdir$ac_dir_suffix
1552 cd "$ac_dir" || { ac_status=$?; continue; }
1553 # Check for guested configure.
1554 if test -f "$ac_srcdir/configure.gnu"; then
1555 echo &&
1556 $SHELL "$ac_srcdir/configure.gnu" --help=recursive
1557 elif test -f "$ac_srcdir/configure"; then
1558 echo &&
1559 $SHELL "$ac_srcdir/configure" --help=recursive
1560 else
1561 $as_echo "$as_me: WARNING: no configuration information is in $ac_dir" >&2
1562 fi || ac_status=$?
1563 cd "$ac_pwd" || { ac_status=$?; break; }
1564 done
1567 test -n "$ac_init_help" && exit $ac_status
1568 if $ac_init_version; then
1569 cat <<\_ACEOF
1570 Wine configure 1.1.27
1571 generated by GNU Autoconf 2.64
1573 Copyright (C) 2009 Free Software Foundation, Inc.
1574 This configure script is free software; the Free Software Foundation
1575 gives unlimited permission to copy, distribute and modify it.
1576 _ACEOF
1577 exit
1580 ## ------------------------ ##
1581 ## Autoconf initialization. ##
1582 ## ------------------------ ##
1584 # ac_fn_c_try_compile LINENO
1585 # --------------------------
1586 # Try to compile conftest.$ac_ext, and return whether this succeeded.
1587 ac_fn_c_try_compile ()
1589 as_lineno=${as_lineno-"$1"} as_lineno_stack=as_lineno_stack=$as_lineno_stack
1590 rm -f conftest.$ac_objext
1591 if { { ac_try="$ac_compile"
1592 case "(($ac_try" in
1593 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
1594 *) ac_try_echo=$ac_try;;
1595 esac
1596 eval ac_try_echo="\"\$as_me:${as_lineno-$LINENO}: $ac_try_echo\""
1597 $as_echo "$ac_try_echo"; } >&5
1598 (eval "$ac_compile") 2>conftest.err
1599 ac_status=$?
1600 if test -s conftest.err; then
1601 grep -v '^ *+' conftest.err >conftest.er1
1602 cat conftest.er1 >&5
1603 mv -f conftest.er1 conftest.err
1605 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
1606 test $ac_status = 0; } && {
1607 test -z "$ac_c_werror_flag" ||
1608 test ! -s conftest.err
1609 } && test -s conftest.$ac_objext; then :
1610 ac_retval=0
1611 else
1612 $as_echo "$as_me: failed program was:" >&5
1613 sed 's/^/| /' conftest.$ac_ext >&5
1615 ac_retval=1
1617 eval $as_lineno_stack; test "x$as_lineno_stack" = x && { as_lineno=; unset as_lineno;}
1618 return $ac_retval
1620 } # ac_fn_c_try_compile
1622 # ac_fn_cxx_try_compile LINENO
1623 # ----------------------------
1624 # Try to compile conftest.$ac_ext, and return whether this succeeded.
1625 ac_fn_cxx_try_compile ()
1627 as_lineno=${as_lineno-"$1"} as_lineno_stack=as_lineno_stack=$as_lineno_stack
1628 rm -f conftest.$ac_objext
1629 if { { ac_try="$ac_compile"
1630 case "(($ac_try" in
1631 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
1632 *) ac_try_echo=$ac_try;;
1633 esac
1634 eval ac_try_echo="\"\$as_me:${as_lineno-$LINENO}: $ac_try_echo\""
1635 $as_echo "$ac_try_echo"; } >&5
1636 (eval "$ac_compile") 2>conftest.err
1637 ac_status=$?
1638 if test -s conftest.err; then
1639 grep -v '^ *+' conftest.err >conftest.er1
1640 cat conftest.er1 >&5
1641 mv -f conftest.er1 conftest.err
1643 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
1644 test $ac_status = 0; } && {
1645 test -z "$ac_cxx_werror_flag" ||
1646 test ! -s conftest.err
1647 } && test -s conftest.$ac_objext; then :
1648 ac_retval=0
1649 else
1650 $as_echo "$as_me: failed program was:" >&5
1651 sed 's/^/| /' conftest.$ac_ext >&5
1653 ac_retval=1
1655 eval $as_lineno_stack; test "x$as_lineno_stack" = x && { as_lineno=; unset as_lineno;}
1656 return $ac_retval
1658 } # ac_fn_cxx_try_compile
1660 # ac_fn_c_try_link LINENO
1661 # -----------------------
1662 # Try to link conftest.$ac_ext, and return whether this succeeded.
1663 ac_fn_c_try_link ()
1665 as_lineno=${as_lineno-"$1"} as_lineno_stack=as_lineno_stack=$as_lineno_stack
1666 rm -f conftest.$ac_objext conftest$ac_exeext
1667 if { { ac_try="$ac_link"
1668 case "(($ac_try" in
1669 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
1670 *) ac_try_echo=$ac_try;;
1671 esac
1672 eval ac_try_echo="\"\$as_me:${as_lineno-$LINENO}: $ac_try_echo\""
1673 $as_echo "$ac_try_echo"; } >&5
1674 (eval "$ac_link") 2>conftest.err
1675 ac_status=$?
1676 if test -s conftest.err; then
1677 grep -v '^ *+' conftest.err >conftest.er1
1678 cat conftest.er1 >&5
1679 mv -f conftest.er1 conftest.err
1681 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
1682 test $ac_status = 0; } && {
1683 test -z "$ac_c_werror_flag" ||
1684 test ! -s conftest.err
1685 } && test -s conftest$ac_exeext && {
1686 test "$cross_compiling" = yes ||
1687 $as_test_x conftest$ac_exeext
1688 }; then :
1689 ac_retval=0
1690 else
1691 $as_echo "$as_me: failed program was:" >&5
1692 sed 's/^/| /' conftest.$ac_ext >&5
1694 ac_retval=1
1696 # Delete the IPA/IPO (Inter Procedural Analysis/Optimization) information
1697 # created by the PGI compiler (conftest_ipa8_conftest.oo), as it would
1698 # interfere with the next link command; also delete a directory that is
1699 # left behind by Apple's compiler. We do this before executing the actions.
1700 rm -rf conftest.dSYM conftest_ipa8_conftest.oo
1701 eval $as_lineno_stack; test "x$as_lineno_stack" = x && { as_lineno=; unset as_lineno;}
1702 return $ac_retval
1704 } # ac_fn_c_try_link
1706 # ac_fn_c_try_cpp LINENO
1707 # ----------------------
1708 # Try to preprocess conftest.$ac_ext, and return whether this succeeded.
1709 ac_fn_c_try_cpp ()
1711 as_lineno=${as_lineno-"$1"} as_lineno_stack=as_lineno_stack=$as_lineno_stack
1712 if { { ac_try="$ac_cpp conftest.$ac_ext"
1713 case "(($ac_try" in
1714 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
1715 *) ac_try_echo=$ac_try;;
1716 esac
1717 eval ac_try_echo="\"\$as_me:${as_lineno-$LINENO}: $ac_try_echo\""
1718 $as_echo "$ac_try_echo"; } >&5
1719 (eval "$ac_cpp conftest.$ac_ext") 2>conftest.err
1720 ac_status=$?
1721 if test -s conftest.err; then
1722 grep -v '^ *+' conftest.err >conftest.er1
1723 cat conftest.er1 >&5
1724 mv -f conftest.er1 conftest.err
1726 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
1727 test $ac_status = 0; } >/dev/null && {
1728 test -z "$ac_c_preproc_warn_flag$ac_c_werror_flag" ||
1729 test ! -s conftest.err
1730 }; then :
1731 ac_retval=0
1732 else
1733 $as_echo "$as_me: failed program was:" >&5
1734 sed 's/^/| /' conftest.$ac_ext >&5
1736 ac_retval=1
1738 eval $as_lineno_stack; test "x$as_lineno_stack" = x && { as_lineno=; unset as_lineno;}
1739 return $ac_retval
1741 } # ac_fn_c_try_cpp
1743 # ac_fn_c_check_header_mongrel LINENO HEADER VAR INCLUDES
1744 # -------------------------------------------------------
1745 # Tests whether HEADER exists, giving a warning if it cannot be compiled using
1746 # the include files in INCLUDES and setting the cache variable VAR
1747 # accordingly.
1748 ac_fn_c_check_header_mongrel ()
1750 as_lineno=${as_lineno-"$1"} as_lineno_stack=as_lineno_stack=$as_lineno_stack
1751 if { as_var=$3; eval "test \"\${$as_var+set}\" = set"; }; then :
1752 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $2" >&5
1753 $as_echo_n "checking for $2... " >&6; }
1754 if { as_var=$3; eval "test \"\${$as_var+set}\" = set"; }; then :
1755 $as_echo_n "(cached) " >&6
1757 eval ac_res=\$$3
1758 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_res" >&5
1759 $as_echo "$ac_res" >&6; }
1760 else
1761 # Is the header compilable?
1762 { $as_echo "$as_me:${as_lineno-$LINENO}: checking $2 usability" >&5
1763 $as_echo_n "checking $2 usability... " >&6; }
1764 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
1765 /* end confdefs.h. */
1767 #include <$2>
1768 _ACEOF
1769 if ac_fn_c_try_compile "$LINENO"; then :
1770 ac_header_compiler=yes
1771 else
1772 ac_header_compiler=no
1774 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
1775 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_header_compiler" >&5
1776 $as_echo "$ac_header_compiler" >&6; }
1778 # Is the header present?
1779 { $as_echo "$as_me:${as_lineno-$LINENO}: checking $2 presence" >&5
1780 $as_echo_n "checking $2 presence... " >&6; }
1781 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
1782 /* end confdefs.h. */
1783 #include <$2>
1784 _ACEOF
1785 if ac_fn_c_try_cpp "$LINENO"; then :
1786 ac_header_preproc=yes
1787 else
1788 ac_header_preproc=no
1790 rm -f conftest.err conftest.$ac_ext
1791 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_header_preproc" >&5
1792 $as_echo "$ac_header_preproc" >&6; }
1794 # So? What about this header?
1795 case $ac_header_compiler:$ac_header_preproc:$ac_c_preproc_warn_flag in #((
1796 yes:no: )
1797 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: $2: accepted by the compiler, rejected by the preprocessor!" >&5
1798 $as_echo "$as_me: WARNING: $2: accepted by the compiler, rejected by the preprocessor!" >&2;}
1799 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: $2: proceeding with the compiler's result" >&5
1800 $as_echo "$as_me: WARNING: $2: proceeding with the compiler's result" >&2;}
1802 no:yes:* )
1803 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: $2: present but cannot be compiled" >&5
1804 $as_echo "$as_me: WARNING: $2: present but cannot be compiled" >&2;}
1805 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: $2: check for missing prerequisite headers?" >&5
1806 $as_echo "$as_me: WARNING: $2: check for missing prerequisite headers?" >&2;}
1807 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: $2: see the Autoconf documentation" >&5
1808 $as_echo "$as_me: WARNING: $2: see the Autoconf documentation" >&2;}
1809 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: $2: section \"Present But Cannot Be Compiled\"" >&5
1810 $as_echo "$as_me: WARNING: $2: section \"Present But Cannot Be Compiled\"" >&2;}
1811 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: $2: proceeding with the compiler's result" >&5
1812 $as_echo "$as_me: WARNING: $2: proceeding with the compiler's result" >&2;}
1813 ( cat <<\_ASBOX
1814 ## ------------------------------------ ##
1815 ## Report this to wine-devel@winehq.org ##
1816 ## ------------------------------------ ##
1817 _ASBOX
1818 ) | sed "s/^/$as_me: WARNING: /" >&2
1820 esac
1821 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $2" >&5
1822 $as_echo_n "checking for $2... " >&6; }
1823 if { as_var=$3; eval "test \"\${$as_var+set}\" = set"; }; then :
1824 $as_echo_n "(cached) " >&6
1825 else
1826 eval "$3=\$ac_header_compiler"
1828 eval ac_res=\$$3
1829 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_res" >&5
1830 $as_echo "$ac_res" >&6; }
1832 eval $as_lineno_stack; test "x$as_lineno_stack" = x && { as_lineno=; unset as_lineno;}
1834 } # ac_fn_c_check_header_mongrel
1836 # ac_fn_c_try_run LINENO
1837 # ----------------------
1838 # Try to link conftest.$ac_ext, and return whether this succeeded. Assumes
1839 # that executables *can* be run.
1840 ac_fn_c_try_run ()
1842 as_lineno=${as_lineno-"$1"} as_lineno_stack=as_lineno_stack=$as_lineno_stack
1843 if { { ac_try="$ac_link"
1844 case "(($ac_try" in
1845 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
1846 *) ac_try_echo=$ac_try;;
1847 esac
1848 eval ac_try_echo="\"\$as_me:${as_lineno-$LINENO}: $ac_try_echo\""
1849 $as_echo "$ac_try_echo"; } >&5
1850 (eval "$ac_link") 2>&5
1851 ac_status=$?
1852 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
1853 test $ac_status = 0; } && { ac_try='./conftest$ac_exeext'
1854 { { case "(($ac_try" in
1855 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
1856 *) ac_try_echo=$ac_try;;
1857 esac
1858 eval ac_try_echo="\"\$as_me:${as_lineno-$LINENO}: $ac_try_echo\""
1859 $as_echo "$ac_try_echo"; } >&5
1860 (eval "$ac_try") 2>&5
1861 ac_status=$?
1862 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
1863 test $ac_status = 0; }; }; then :
1864 ac_retval=0
1865 else
1866 $as_echo "$as_me: program exited with status $ac_status" >&5
1867 $as_echo "$as_me: failed program was:" >&5
1868 sed 's/^/| /' conftest.$ac_ext >&5
1870 ac_retval=$ac_status
1872 rm -rf conftest.dSYM conftest_ipa8_conftest.oo
1873 eval $as_lineno_stack; test "x$as_lineno_stack" = x && { as_lineno=; unset as_lineno;}
1874 return $ac_retval
1876 } # ac_fn_c_try_run
1878 # ac_fn_c_check_header_compile LINENO HEADER VAR INCLUDES
1879 # -------------------------------------------------------
1880 # Tests whether HEADER exists and can be compiled using the include files in
1881 # INCLUDES, setting the cache variable VAR accordingly.
1882 ac_fn_c_check_header_compile ()
1884 as_lineno=${as_lineno-"$1"} as_lineno_stack=as_lineno_stack=$as_lineno_stack
1885 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $2" >&5
1886 $as_echo_n "checking for $2... " >&6; }
1887 if { as_var=$3; eval "test \"\${$as_var+set}\" = set"; }; then :
1888 $as_echo_n "(cached) " >&6
1889 else
1890 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
1891 /* end confdefs.h. */
1893 #include <$2>
1894 _ACEOF
1895 if ac_fn_c_try_compile "$LINENO"; then :
1896 eval "$3=yes"
1897 else
1898 eval "$3=no"
1900 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
1902 eval ac_res=\$$3
1903 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_res" >&5
1904 $as_echo "$ac_res" >&6; }
1905 eval $as_lineno_stack; test "x$as_lineno_stack" = x && { as_lineno=; unset as_lineno;}
1907 } # ac_fn_c_check_header_compile
1909 # ac_fn_c_check_func LINENO FUNC VAR
1910 # ----------------------------------
1911 # Tests whether FUNC exists, setting the cache variable VAR accordingly
1912 ac_fn_c_check_func ()
1914 as_lineno=${as_lineno-"$1"} as_lineno_stack=as_lineno_stack=$as_lineno_stack
1915 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $2" >&5
1916 $as_echo_n "checking for $2... " >&6; }
1917 if { as_var=$3; eval "test \"\${$as_var+set}\" = set"; }; then :
1918 $as_echo_n "(cached) " >&6
1919 else
1920 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
1921 /* end confdefs.h. */
1922 /* Define $2 to an innocuous variant, in case <limits.h> declares $2.
1923 For example, HP-UX 11i <limits.h> declares gettimeofday. */
1924 #define $2 innocuous_$2
1926 /* System header to define __stub macros and hopefully few prototypes,
1927 which can conflict with char $2 (); below.
1928 Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
1929 <limits.h> exists even on freestanding compilers. */
1931 #ifdef __STDC__
1932 # include <limits.h>
1933 #else
1934 # include <assert.h>
1935 #endif
1937 #undef $2
1939 /* Override any GCC internal prototype to avoid an error.
1940 Use char because int might match the return type of a GCC
1941 builtin and then its argument prototype would still apply. */
1942 #ifdef __cplusplus
1943 extern "C"
1944 #endif
1945 char $2 ();
1946 /* The GNU C library defines this for functions which it implements
1947 to always fail with ENOSYS. Some functions are actually named
1948 something starting with __ and the normal name is an alias. */
1949 #if defined __stub_$2 || defined __stub___$2
1950 choke me
1951 #endif
1954 main ()
1956 return $2 ();
1958 return 0;
1960 _ACEOF
1961 if ac_fn_c_try_link "$LINENO"; then :
1962 eval "$3=yes"
1963 else
1964 eval "$3=no"
1966 rm -f core conftest.err conftest.$ac_objext \
1967 conftest$ac_exeext conftest.$ac_ext
1969 eval ac_res=\$$3
1970 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_res" >&5
1971 $as_echo "$ac_res" >&6; }
1972 eval $as_lineno_stack; test "x$as_lineno_stack" = x && { as_lineno=; unset as_lineno;}
1974 } # ac_fn_c_check_func
1976 # ac_fn_c_check_member LINENO AGGR MEMBER VAR INCLUDES
1977 # ----------------------------------------------------
1978 # Tries to find if the field MEMBER exists in type AGGR, after including
1979 # INCLUDES, setting cache variable VAR accordingly.
1980 ac_fn_c_check_member ()
1982 as_lineno=${as_lineno-"$1"} as_lineno_stack=as_lineno_stack=$as_lineno_stack
1983 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $2.$3" >&5
1984 $as_echo_n "checking for $2.$3... " >&6; }
1985 if { as_var=$4; eval "test \"\${$as_var+set}\" = set"; }; then :
1986 $as_echo_n "(cached) " >&6
1987 else
1988 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
1989 /* end confdefs.h. */
1992 main ()
1994 static $2 ac_aggr;
1995 if (ac_aggr.$3)
1996 return 0;
1998 return 0;
2000 _ACEOF
2001 if ac_fn_c_try_compile "$LINENO"; then :
2002 eval "$4=yes"
2003 else
2004 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
2005 /* end confdefs.h. */
2008 main ()
2010 static $2 ac_aggr;
2011 if (sizeof ac_aggr.$3)
2012 return 0;
2014 return 0;
2016 _ACEOF
2017 if ac_fn_c_try_compile "$LINENO"; then :
2018 eval "$4=yes"
2019 else
2020 eval "$4=no"
2022 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
2024 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
2026 eval ac_res=\$$4
2027 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_res" >&5
2028 $as_echo "$ac_res" >&6; }
2029 eval $as_lineno_stack; test "x$as_lineno_stack" = x && { as_lineno=; unset as_lineno;}
2031 } # ac_fn_c_check_member
2033 # ac_fn_c_check_type LINENO TYPE VAR INCLUDES
2034 # -------------------------------------------
2035 # Tests whether TYPE exists after having included INCLUDES, setting cache
2036 # variable VAR accordingly.
2037 ac_fn_c_check_type ()
2039 as_lineno=${as_lineno-"$1"} as_lineno_stack=as_lineno_stack=$as_lineno_stack
2040 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $2" >&5
2041 $as_echo_n "checking for $2... " >&6; }
2042 if { as_var=$3; eval "test \"\${$as_var+set}\" = set"; }; then :
2043 $as_echo_n "(cached) " >&6
2044 else
2045 eval "$3=no"
2046 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
2047 /* end confdefs.h. */
2050 main ()
2052 if (sizeof ($2))
2053 return 0;
2055 return 0;
2057 _ACEOF
2058 if ac_fn_c_try_compile "$LINENO"; then :
2059 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
2060 /* end confdefs.h. */
2063 main ()
2065 if (sizeof (($2)))
2066 return 0;
2068 return 0;
2070 _ACEOF
2071 if ac_fn_c_try_compile "$LINENO"; then :
2073 else
2074 eval "$3=yes"
2076 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
2078 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
2080 eval ac_res=\$$3
2081 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_res" >&5
2082 $as_echo "$ac_res" >&6; }
2083 eval $as_lineno_stack; test "x$as_lineno_stack" = x && { as_lineno=; unset as_lineno;}
2085 } # ac_fn_c_check_type
2086 cat >config.log <<_ACEOF
2087 This file contains any messages produced by compilers while
2088 running configure, to aid debugging if configure makes a mistake.
2090 It was created by Wine $as_me 1.1.27, which was
2091 generated by GNU Autoconf 2.64. Invocation command line was
2093 $ $0 $@
2095 _ACEOF
2096 exec 5>>config.log
2098 cat <<_ASUNAME
2099 ## --------- ##
2100 ## Platform. ##
2101 ## --------- ##
2103 hostname = `(hostname || uname -n) 2>/dev/null | sed 1q`
2104 uname -m = `(uname -m) 2>/dev/null || echo unknown`
2105 uname -r = `(uname -r) 2>/dev/null || echo unknown`
2106 uname -s = `(uname -s) 2>/dev/null || echo unknown`
2107 uname -v = `(uname -v) 2>/dev/null || echo unknown`
2109 /usr/bin/uname -p = `(/usr/bin/uname -p) 2>/dev/null || echo unknown`
2110 /bin/uname -X = `(/bin/uname -X) 2>/dev/null || echo unknown`
2112 /bin/arch = `(/bin/arch) 2>/dev/null || echo unknown`
2113 /usr/bin/arch -k = `(/usr/bin/arch -k) 2>/dev/null || echo unknown`
2114 /usr/convex/getsysinfo = `(/usr/convex/getsysinfo) 2>/dev/null || echo unknown`
2115 /usr/bin/hostinfo = `(/usr/bin/hostinfo) 2>/dev/null || echo unknown`
2116 /bin/machine = `(/bin/machine) 2>/dev/null || echo unknown`
2117 /usr/bin/oslevel = `(/usr/bin/oslevel) 2>/dev/null || echo unknown`
2118 /bin/universe = `(/bin/universe) 2>/dev/null || echo unknown`
2120 _ASUNAME
2122 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
2123 for as_dir in $PATH
2125 IFS=$as_save_IFS
2126 test -z "$as_dir" && as_dir=.
2127 $as_echo "PATH: $as_dir"
2128 done
2129 IFS=$as_save_IFS
2131 } >&5
2133 cat >&5 <<_ACEOF
2136 ## ----------- ##
2137 ## Core tests. ##
2138 ## ----------- ##
2140 _ACEOF
2143 # Keep a trace of the command line.
2144 # Strip out --no-create and --no-recursion so they do not pile up.
2145 # Strip out --silent because we don't want to record it for future runs.
2146 # Also quote any args containing shell meta-characters.
2147 # Make two passes to allow for proper duplicate-argument suppression.
2148 ac_configure_args=
2149 ac_configure_args0=
2150 ac_configure_args1=
2151 ac_must_keep_next=false
2152 for ac_pass in 1 2
2154 for ac_arg
2156 case $ac_arg in
2157 -no-create | --no-c* | -n | -no-recursion | --no-r*) continue ;;
2158 -q | -quiet | --quiet | --quie | --qui | --qu | --q \
2159 | -silent | --silent | --silen | --sile | --sil)
2160 continue ;;
2161 *\'*)
2162 ac_arg=`$as_echo "$ac_arg" | sed "s/'/'\\\\\\\\''/g"` ;;
2163 esac
2164 case $ac_pass in
2165 1) as_fn_append ac_configure_args0 " '$ac_arg'" ;;
2167 as_fn_append ac_configure_args1 " '$ac_arg'"
2168 if test $ac_must_keep_next = true; then
2169 ac_must_keep_next=false # Got value, back to normal.
2170 else
2171 case $ac_arg in
2172 *=* | --config-cache | -C | -disable-* | --disable-* \
2173 | -enable-* | --enable-* | -gas | --g* | -nfp | --nf* \
2174 | -q | -quiet | --q* | -silent | --sil* | -v | -verb* \
2175 | -with-* | --with-* | -without-* | --without-* | --x)
2176 case "$ac_configure_args0 " in
2177 "$ac_configure_args1"*" '$ac_arg' "* ) continue ;;
2178 esac
2180 -* ) ac_must_keep_next=true ;;
2181 esac
2183 as_fn_append ac_configure_args " '$ac_arg'"
2185 esac
2186 done
2187 done
2188 { ac_configure_args0=; unset ac_configure_args0;}
2189 { ac_configure_args1=; unset ac_configure_args1;}
2191 # When interrupted or exit'd, cleanup temporary files, and complete
2192 # config.log. We remove comments because anyway the quotes in there
2193 # would cause problems or look ugly.
2194 # WARNING: Use '\'' to represent an apostrophe within the trap.
2195 # WARNING: Do not start the trap code with a newline, due to a FreeBSD 4.0 bug.
2196 trap 'exit_status=$?
2197 # Save into config.log some information that might help in debugging.
2199 echo
2201 cat <<\_ASBOX
2202 ## ---------------- ##
2203 ## Cache variables. ##
2204 ## ---------------- ##
2205 _ASBOX
2206 echo
2207 # The following way of writing the cache mishandles newlines in values,
2209 for ac_var in `(set) 2>&1 | sed -n '\''s/^\([a-zA-Z_][a-zA-Z0-9_]*\)=.*/\1/p'\''`; do
2210 eval ac_val=\$$ac_var
2211 case $ac_val in #(
2212 *${as_nl}*)
2213 case $ac_var in #(
2214 *_cv_*) { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: cache variable $ac_var contains a newline" >&5
2215 $as_echo "$as_me: WARNING: cache variable $ac_var contains a newline" >&2;} ;;
2216 esac
2217 case $ac_var in #(
2218 _ | IFS | as_nl) ;; #(
2219 BASH_ARGV | BASH_SOURCE) eval $ac_var= ;; #(
2220 *) { eval $ac_var=; unset $ac_var;} ;;
2221 esac ;;
2222 esac
2223 done
2224 (set) 2>&1 |
2225 case $as_nl`(ac_space='\'' '\''; set) 2>&1` in #(
2226 *${as_nl}ac_space=\ *)
2227 sed -n \
2228 "s/'\''/'\''\\\\'\'''\''/g;
2229 s/^\\([_$as_cr_alnum]*_cv_[_$as_cr_alnum]*\\)=\\(.*\\)/\\1='\''\\2'\''/p"
2230 ;; #(
2232 sed -n "/^[_$as_cr_alnum]*_cv_[_$as_cr_alnum]*=/p"
2234 esac |
2235 sort
2237 echo
2239 cat <<\_ASBOX
2240 ## ----------------- ##
2241 ## Output variables. ##
2242 ## ----------------- ##
2243 _ASBOX
2244 echo
2245 for ac_var in $ac_subst_vars
2247 eval ac_val=\$$ac_var
2248 case $ac_val in
2249 *\'\''*) ac_val=`$as_echo "$ac_val" | sed "s/'\''/'\''\\\\\\\\'\'''\''/g"`;;
2250 esac
2251 $as_echo "$ac_var='\''$ac_val'\''"
2252 done | sort
2253 echo
2255 if test -n "$ac_subst_files"; then
2256 cat <<\_ASBOX
2257 ## ------------------- ##
2258 ## File substitutions. ##
2259 ## ------------------- ##
2260 _ASBOX
2261 echo
2262 for ac_var in $ac_subst_files
2264 eval ac_val=\$$ac_var
2265 case $ac_val in
2266 *\'\''*) ac_val=`$as_echo "$ac_val" | sed "s/'\''/'\''\\\\\\\\'\'''\''/g"`;;
2267 esac
2268 $as_echo "$ac_var='\''$ac_val'\''"
2269 done | sort
2270 echo
2273 if test -s confdefs.h; then
2274 cat <<\_ASBOX
2275 ## ----------- ##
2276 ## confdefs.h. ##
2277 ## ----------- ##
2278 _ASBOX
2279 echo
2280 cat confdefs.h
2281 echo
2283 test "$ac_signal" != 0 &&
2284 $as_echo "$as_me: caught signal $ac_signal"
2285 $as_echo "$as_me: exit $exit_status"
2286 } >&5
2287 rm -f core *.core core.conftest.* &&
2288 rm -f -r conftest* confdefs* conf$$* $ac_clean_files &&
2289 exit $exit_status
2291 for ac_signal in 1 2 13 15; do
2292 trap 'ac_signal='$ac_signal'; as_fn_exit 1' $ac_signal
2293 done
2294 ac_signal=0
2296 # confdefs.h avoids OS command line length limits that DEFS can exceed.
2297 rm -f -r conftest* confdefs.h
2299 $as_echo "/* confdefs.h */" > confdefs.h
2301 # Predefined preprocessor variables.
2303 cat >>confdefs.h <<_ACEOF
2304 #define PACKAGE_NAME "$PACKAGE_NAME"
2305 _ACEOF
2307 cat >>confdefs.h <<_ACEOF
2308 #define PACKAGE_TARNAME "$PACKAGE_TARNAME"
2309 _ACEOF
2311 cat >>confdefs.h <<_ACEOF
2312 #define PACKAGE_VERSION "$PACKAGE_VERSION"
2313 _ACEOF
2315 cat >>confdefs.h <<_ACEOF
2316 #define PACKAGE_STRING "$PACKAGE_STRING"
2317 _ACEOF
2319 cat >>confdefs.h <<_ACEOF
2320 #define PACKAGE_BUGREPORT "$PACKAGE_BUGREPORT"
2321 _ACEOF
2323 cat >>confdefs.h <<_ACEOF
2324 #define PACKAGE_URL "$PACKAGE_URL"
2325 _ACEOF
2328 # Let the site file select an alternate cache file if it wants to.
2329 # Prefer an explicitly selected file to automatically selected ones.
2330 ac_site_file1=NONE
2331 ac_site_file2=NONE
2332 if test -n "$CONFIG_SITE"; then
2333 ac_site_file1=$CONFIG_SITE
2334 elif test "x$prefix" != xNONE; then
2335 ac_site_file1=$prefix/share/config.site
2336 ac_site_file2=$prefix/etc/config.site
2337 else
2338 ac_site_file1=$ac_default_prefix/share/config.site
2339 ac_site_file2=$ac_default_prefix/etc/config.site
2341 for ac_site_file in "$ac_site_file1" "$ac_site_file2"
2343 test "x$ac_site_file" = xNONE && continue
2344 if test -r "$ac_site_file"; then
2345 { $as_echo "$as_me:${as_lineno-$LINENO}: loading site script $ac_site_file" >&5
2346 $as_echo "$as_me: loading site script $ac_site_file" >&6;}
2347 sed 's/^/| /' "$ac_site_file" >&5
2348 . "$ac_site_file"
2350 done
2352 if test -r "$cache_file"; then
2353 # Some versions of bash will fail to source /dev/null (special
2354 # files actually), so we avoid doing that.
2355 if test -f "$cache_file"; then
2356 { $as_echo "$as_me:${as_lineno-$LINENO}: loading cache $cache_file" >&5
2357 $as_echo "$as_me: loading cache $cache_file" >&6;}
2358 case $cache_file in
2359 [\\/]* | ?:[\\/]* ) . "$cache_file";;
2360 *) . "./$cache_file";;
2361 esac
2363 else
2364 { $as_echo "$as_me:${as_lineno-$LINENO}: creating cache $cache_file" >&5
2365 $as_echo "$as_me: creating cache $cache_file" >&6;}
2366 >$cache_file
2369 # Check that the precious variables saved in the cache have kept the same
2370 # value.
2371 ac_cache_corrupted=false
2372 for ac_var in $ac_precious_vars; do
2373 eval ac_old_set=\$ac_cv_env_${ac_var}_set
2374 eval ac_new_set=\$ac_env_${ac_var}_set
2375 eval ac_old_val=\$ac_cv_env_${ac_var}_value
2376 eval ac_new_val=\$ac_env_${ac_var}_value
2377 case $ac_old_set,$ac_new_set in
2378 set,)
2379 { $as_echo "$as_me:${as_lineno-$LINENO}: error: \`$ac_var' was set to \`$ac_old_val' in the previous run" >&5
2380 $as_echo "$as_me: error: \`$ac_var' was set to \`$ac_old_val' in the previous run" >&2;}
2381 ac_cache_corrupted=: ;;
2382 ,set)
2383 { $as_echo "$as_me:${as_lineno-$LINENO}: error: \`$ac_var' was not set in the previous run" >&5
2384 $as_echo "$as_me: error: \`$ac_var' was not set in the previous run" >&2;}
2385 ac_cache_corrupted=: ;;
2386 ,);;
2388 if test "x$ac_old_val" != "x$ac_new_val"; then
2389 # differences in whitespace do not lead to failure.
2390 ac_old_val_w=`echo x $ac_old_val`
2391 ac_new_val_w=`echo x $ac_new_val`
2392 if test "$ac_old_val_w" != "$ac_new_val_w"; then
2393 { $as_echo "$as_me:${as_lineno-$LINENO}: error: \`$ac_var' has changed since the previous run:" >&5
2394 $as_echo "$as_me: error: \`$ac_var' has changed since the previous run:" >&2;}
2395 ac_cache_corrupted=:
2396 else
2397 { $as_echo "$as_me:${as_lineno-$LINENO}: warning: ignoring whitespace changes in \`$ac_var' since the previous run:" >&5
2398 $as_echo "$as_me: warning: ignoring whitespace changes in \`$ac_var' since the previous run:" >&2;}
2399 eval $ac_var=\$ac_old_val
2401 { $as_echo "$as_me:${as_lineno-$LINENO}: former value: \`$ac_old_val'" >&5
2402 $as_echo "$as_me: former value: \`$ac_old_val'" >&2;}
2403 { $as_echo "$as_me:${as_lineno-$LINENO}: current value: \`$ac_new_val'" >&5
2404 $as_echo "$as_me: current value: \`$ac_new_val'" >&2;}
2405 fi;;
2406 esac
2407 # Pass precious variables to config.status.
2408 if test "$ac_new_set" = set; then
2409 case $ac_new_val in
2410 *\'*) ac_arg=$ac_var=`$as_echo "$ac_new_val" | sed "s/'/'\\\\\\\\''/g"` ;;
2411 *) ac_arg=$ac_var=$ac_new_val ;;
2412 esac
2413 case " $ac_configure_args " in
2414 *" '$ac_arg' "*) ;; # Avoid dups. Use of quotes ensures accuracy.
2415 *) as_fn_append ac_configure_args " '$ac_arg'" ;;
2416 esac
2418 done
2419 if $ac_cache_corrupted; then
2420 { $as_echo "$as_me:${as_lineno-$LINENO}: error: in \`$ac_pwd':" >&5
2421 $as_echo "$as_me: error: in \`$ac_pwd':" >&2;}
2422 { $as_echo "$as_me:${as_lineno-$LINENO}: error: changes in the environment can compromise the build" >&5
2423 $as_echo "$as_me: error: changes in the environment can compromise the build" >&2;}
2424 as_fn_error "run \`make distclean' and/or \`rm $cache_file' and start over" "$LINENO" 5
2426 ## -------------------- ##
2427 ## Main body of script. ##
2428 ## -------------------- ##
2430 ac_ext=c
2431 ac_cpp='$CPP $CPPFLAGS'
2432 ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
2433 ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
2434 ac_compiler_gnu=$ac_cv_c_compiler_gnu
2438 ac_config_headers="$ac_config_headers include/config.h"
2440 ac_aux_dir=
2441 for ac_dir in tools "$srcdir"/tools; do
2442 for ac_t in install-sh install.sh shtool; do
2443 if test -f "$ac_dir/$ac_t"; then
2444 ac_aux_dir=$ac_dir
2445 ac_install_sh="$ac_aux_dir/$ac_t -c"
2446 break 2
2448 done
2449 done
2450 if test -z "$ac_aux_dir"; then
2451 as_fn_error "cannot find install-sh, install.sh, or shtool in tools \"$srcdir\"/tools" "$LINENO" 5
2454 # These three variables are undocumented and unsupported,
2455 # and are intended to be withdrawn in a future Autoconf release.
2456 # They can cause serious problems if a builder's source tree is in a directory
2457 # whose full name contains unusual characters.
2458 ac_config_guess="$SHELL $ac_aux_dir/config.guess" # Please don't use this var.
2459 ac_config_sub="$SHELL $ac_aux_dir/config.sub" # Please don't use this var.
2460 ac_configure="$SHELL $ac_aux_dir/configure" # Please don't use this var.
2465 # Check whether --enable-win16 was given.
2466 if test "${enable_win16+set}" = set; then :
2467 enableval=$enable_win16;
2470 # Check whether --enable-win64 was given.
2471 if test "${enable_win64+set}" = set; then :
2472 enableval=$enable_win64;
2475 # Check whether --enable-tests was given.
2476 if test "${enable_tests+set}" = set; then :
2477 enableval=$enable_tests;
2480 # Check whether --enable-maintainer-mode was given.
2481 if test "${enable_maintainer_mode+set}" = set; then :
2482 enableval=$enable_maintainer_mode;
2483 else
2484 MAINTAINER_MODE=\#
2490 # Check whether --with-alsa was given.
2491 if test "${with_alsa+set}" = set; then :
2492 withval=$with_alsa; if test "x$withval" = "xno"; then ac_cv_header_sys_asoundlib_h=no; ac_cv_header_alsa_asoundlib_h=no; fi
2496 # Check whether --with-audioio was given.
2497 if test "${with_audioio+set}" = set; then :
2498 withval=$with_audioio; if test "x$withval" = "xno"; then ac_cv_header_libaudioio_h=no; fi
2502 # Check whether --with-capi was given.
2503 if test "${with_capi+set}" = set; then :
2504 withval=$with_capi; if test "x$withval" = "xno"; then ac_cv_header_capi20_h=no; ac_cv_header_linux_capi_h=no; fi
2508 # Check whether --with-cms was given.
2509 if test "${with_cms+set}" = set; then :
2510 withval=$with_cms; if test "x$withval" = "xno"; then ac_cv_header_lcms_h=no; ac_cv_header_lcms_lcms_h=no; fi
2514 # Check whether --with-coreaudio was given.
2515 if test "${with_coreaudio+set}" = set; then :
2516 withval=$with_coreaudio; if test "x$withval" = "xno"; then ac_cv_header_CoreAudio_CoreAudio_h=no; fi
2520 # Check whether --with-cups was given.
2521 if test "${with_cups+set}" = set; then :
2522 withval=$with_cups;
2526 # Check whether --with-curses was given.
2527 if test "${with_curses+set}" = set; then :
2528 withval=$with_curses; if test "x$withval" = "xno"; then ac_cv_header_ncurses_h=no; ac_cv_header_curses_h=no; fi
2532 # Check whether --with-esd was given.
2533 if test "${with_esd+set}" = set; then :
2534 withval=$with_esd;
2538 # Check whether --with-fontconfig was given.
2539 if test "${with_fontconfig+set}" = set; then :
2540 withval=$with_fontconfig; if test "x$withval" = "xno"; then ac_cv_header_fontconfig_fontconfig_h=no; fi
2544 # Check whether --with-freetype was given.
2545 if test "${with_freetype+set}" = set; then :
2546 withval=$with_freetype;
2550 # Check whether --with-gphoto was given.
2551 if test "${with_gphoto+set}" = set; then :
2552 withval=$with_gphoto;
2556 # Check whether --with-glu was given.
2557 if test "${with_glu+set}" = set; then :
2558 withval=$with_glu; if test "x$withval" = "xno"; then ac_cv_header_GL_glu_h=no; fi
2562 # Check whether --with-gnutls was given.
2563 if test "${with_gnutls+set}" = set; then :
2564 withval=$with_gnutls;
2568 # Check whether --with-libgsm was given.
2569 if test "${with_libgsm+set}" = set; then :
2570 withval=$with_libgsm; if test "x$withval" = "xno"; then ac_cv_header_gsm_h=no; ac_cv_header_gsm_gsm_h=no; fi
2574 # Check whether --with-hal was given.
2575 if test "${with_hal+set}" = set; then :
2576 withval=$with_hal;
2580 # Check whether --with-jack was given.
2581 if test "${with_jack+set}" = set; then :
2582 withval=$with_jack; if test "x$withval" = "xno"; then ac_cv_header_jack_jack_h=no; fi
2586 # Check whether --with-jpeg was given.
2587 if test "${with_jpeg+set}" = set; then :
2588 withval=$with_jpeg; if test "x$withval" = "xno"; then ac_cv_header_jpeglib_h=no; fi
2592 # Check whether --with-ldap was given.
2593 if test "${with_ldap+set}" = set; then :
2594 withval=$with_ldap; if test "x$withval" = "xno"; then ac_cv_header_ldap_h=no; ac_cv_header_lber_h=no; fi
2598 # Check whether --with-nas was given.
2599 if test "${with_nas+set}" = set; then :
2600 withval=$with_nas; if test "x$withval" = "xno"; then ac_cv_header_audio_audiolib_h=no; fi
2604 # Check whether --with-opengl was given.
2605 if test "${with_opengl+set}" = set; then :
2606 withval=$with_opengl;
2610 # Check whether --with-openssl was given.
2611 if test "${with_openssl+set}" = set; then :
2612 withval=$with_openssl; if test "x$withval" = "xno"; then ac_cv_header_openssl_err_h=no; ac_cv_header_openssl_ssl_h=no; fi
2616 # Check whether --with-oss was given.
2617 if test "${with_oss+set}" = set; then :
2618 withval=$with_oss; if test "x$withval" = "xno"; then ac_cv_header_soundcard_h=no; ac_cv_header_sys_soundcard_h=no; ac_cv_header_machine_soundcard_h=no; fi
2622 # Check whether --with-png was given.
2623 if test "${with_png+set}" = set; then :
2624 withval=$with_png; if test "x$withval" = "xno"; then ac_cv_header_png_h=no; fi
2628 # Check whether --with-pthread was given.
2629 if test "${with_pthread+set}" = set; then :
2630 withval=$with_pthread; if test "x$withval" = "xno"; then ac_cv_header_pthread_h=no; fi
2634 # Check whether --with-sane was given.
2635 if test "${with_sane+set}" = set; then :
2636 withval=$with_sane;
2640 # Check whether --with-xcomposite was given.
2641 if test "${with_xcomposite+set}" = set; then :
2642 withval=$with_xcomposite; if test "x$withval" = "xno"; then ac_cv_header_X11_extensions_Xcomposite_h=no; fi
2646 # Check whether --with-xcursor was given.
2647 if test "${with_xcursor+set}" = set; then :
2648 withval=$with_xcursor; if test "x$withval" = "xno"; then ac_cv_header_X11_Xcursor_Xcursor_h=no; fi
2652 # Check whether --with-xinerama was given.
2653 if test "${with_xinerama+set}" = set; then :
2654 withval=$with_xinerama; if test "x$withval" = "xno"; then ac_cv_header_X11_extensions_Xinerama_h=no; fi
2658 # Check whether --with-xinput was given.
2659 if test "${with_xinput+set}" = set; then :
2660 withval=$with_xinput; if test "x$withval" = "xno"; then ac_cv_header_X11_extensions_XInput_h=no; fi
2664 # Check whether --with-xml was given.
2665 if test "${with_xml+set}" = set; then :
2666 withval=$with_xml;
2670 # Check whether --with-xrandr was given.
2671 if test "${with_xrandr+set}" = set; then :
2672 withval=$with_xrandr; if test "x$withval" = "xno"; then ac_cv_header_X11_extensions_Xrandr_h=no; fi
2676 # Check whether --with-xrender was given.
2677 if test "${with_xrender+set}" = set; then :
2678 withval=$with_xrender; if test "x$withval" = "xno"; then ac_cv_header_X11_extensions_Xrender_h=no; fi
2682 # Check whether --with-xshape was given.
2683 if test "${with_xshape+set}" = set; then :
2684 withval=$with_xshape; if test "x$withval" = "xno"; then ac_cv_header_X11_extensions_shape_h=no; fi
2688 # Check whether --with-xshm was given.
2689 if test "${with_xshm+set}" = set; then :
2690 withval=$with_xshm; if test "x$withval" = "xno"; then ac_cv_header_X11_extensions_XShm_h=no; fi
2694 # Check whether --with-xslt was given.
2695 if test "${with_xslt+set}" = set; then :
2696 withval=$with_xslt;
2700 # Check whether --with-xxf86vm was given.
2701 if test "${with_xxf86vm+set}" = set; then :
2702 withval=$with_xxf86vm; if test "x$withval" = "xno"; then ac_cv_header_X11_extensions_xf86vmode_h=no; fi
2707 # Check whether --with-wine-tools was given.
2708 if test "${with_wine_tools+set}" = set; then :
2709 withval=$with_wine_tools;
2713 # Make sure we can run config.sub.
2714 $SHELL "$ac_aux_dir/config.sub" sun4 >/dev/null 2>&1 ||
2715 as_fn_error "cannot run $SHELL $ac_aux_dir/config.sub" "$LINENO" 5
2717 { $as_echo "$as_me:${as_lineno-$LINENO}: checking build system type" >&5
2718 $as_echo_n "checking build system type... " >&6; }
2719 if test "${ac_cv_build+set}" = set; then :
2720 $as_echo_n "(cached) " >&6
2721 else
2722 ac_build_alias=$build_alias
2723 test "x$ac_build_alias" = x &&
2724 ac_build_alias=`$SHELL "$ac_aux_dir/config.guess"`
2725 test "x$ac_build_alias" = x &&
2726 as_fn_error "cannot guess build type; you must specify one" "$LINENO" 5
2727 ac_cv_build=`$SHELL "$ac_aux_dir/config.sub" $ac_build_alias` ||
2728 as_fn_error "$SHELL $ac_aux_dir/config.sub $ac_build_alias failed" "$LINENO" 5
2731 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_build" >&5
2732 $as_echo "$ac_cv_build" >&6; }
2733 case $ac_cv_build in
2734 *-*-*) ;;
2735 *) as_fn_error "invalid value of canonical build" "$LINENO" 5;;
2736 esac
2737 build=$ac_cv_build
2738 ac_save_IFS=$IFS; IFS='-'
2739 set x $ac_cv_build
2740 shift
2741 build_cpu=$1
2742 build_vendor=$2
2743 shift; shift
2744 # Remember, the first character of IFS is used to create $*,
2745 # except with old shells:
2746 build_os=$*
2747 IFS=$ac_save_IFS
2748 case $build_os in *\ *) build_os=`echo "$build_os" | sed 's/ /-/g'`;; esac
2751 { $as_echo "$as_me:${as_lineno-$LINENO}: checking host system type" >&5
2752 $as_echo_n "checking host system type... " >&6; }
2753 if test "${ac_cv_host+set}" = set; then :
2754 $as_echo_n "(cached) " >&6
2755 else
2756 if test "x$host_alias" = x; then
2757 ac_cv_host=$ac_cv_build
2758 else
2759 ac_cv_host=`$SHELL "$ac_aux_dir/config.sub" $host_alias` ||
2760 as_fn_error "$SHELL $ac_aux_dir/config.sub $host_alias failed" "$LINENO" 5
2764 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_host" >&5
2765 $as_echo "$ac_cv_host" >&6; }
2766 case $ac_cv_host in
2767 *-*-*) ;;
2768 *) as_fn_error "invalid value of canonical host" "$LINENO" 5;;
2769 esac
2770 host=$ac_cv_host
2771 ac_save_IFS=$IFS; IFS='-'
2772 set x $ac_cv_host
2773 shift
2774 host_cpu=$1
2775 host_vendor=$2
2776 shift; shift
2777 # Remember, the first character of IFS is used to create $*,
2778 # except with old shells:
2779 host_os=$*
2780 IFS=$ac_save_IFS
2781 case $host_os in *\ *) host_os=`echo "$host_os" | sed 's/ /-/g'`;; esac
2785 case "$srcdir" in
2786 .) ;;
2787 *) if test -f "$srcdir/Makefile" -o -f "$srcdir/include/config.h"; then
2788 as_fn_error "you are building out of the source tree, but the source tree contains object files.
2789 You need to run 'make distclean' in the source tree first." "$LINENO" 5
2790 fi ;;
2791 esac
2794 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether ${MAKE-make} sets \$(MAKE)" >&5
2795 $as_echo_n "checking whether ${MAKE-make} sets \$(MAKE)... " >&6; }
2796 set x ${MAKE-make}
2797 ac_make=`$as_echo "$2" | sed 's/+/p/g; s/[^a-zA-Z0-9_]/_/g'`
2798 if { as_var=ac_cv_prog_make_${ac_make}_set; eval "test \"\${$as_var+set}\" = set"; }; then :
2799 $as_echo_n "(cached) " >&6
2800 else
2801 cat >conftest.make <<\_ACEOF
2802 SHELL = /bin/sh
2803 all:
2804 @echo '@@@%%%=$(MAKE)=@@@%%%'
2805 _ACEOF
2806 # GNU make sometimes prints "make[1]: Entering...", which would confuse us.
2807 case `${MAKE-make} -f conftest.make 2>/dev/null` in
2808 *@@@%%%=?*=@@@%%%*)
2809 eval ac_cv_prog_make_${ac_make}_set=yes;;
2811 eval ac_cv_prog_make_${ac_make}_set=no;;
2812 esac
2813 rm -f conftest.make
2815 if eval test \$ac_cv_prog_make_${ac_make}_set = yes; then
2816 { $as_echo "$as_me:${as_lineno-$LINENO}: result: yes" >&5
2817 $as_echo "yes" >&6; }
2818 SET_MAKE=
2819 else
2820 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
2821 $as_echo "no" >&6; }
2822 SET_MAKE="MAKE=${MAKE-make}"
2825 ac_ext=c
2826 ac_cpp='$CPP $CPPFLAGS'
2827 ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
2828 ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
2829 ac_compiler_gnu=$ac_cv_c_compiler_gnu
2830 if test -n "$ac_tool_prefix"; then
2831 # Extract the first word of "${ac_tool_prefix}gcc", so it can be a program name with args.
2832 set dummy ${ac_tool_prefix}gcc; ac_word=$2
2833 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
2834 $as_echo_n "checking for $ac_word... " >&6; }
2835 if test "${ac_cv_prog_CC+set}" = set; then :
2836 $as_echo_n "(cached) " >&6
2837 else
2838 if test -n "$CC"; then
2839 ac_cv_prog_CC="$CC" # Let the user override the test.
2840 else
2841 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
2842 for as_dir in $PATH
2844 IFS=$as_save_IFS
2845 test -z "$as_dir" && as_dir=.
2846 for ac_exec_ext in '' $ac_executable_extensions; do
2847 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
2848 ac_cv_prog_CC="${ac_tool_prefix}gcc"
2849 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
2850 break 2
2852 done
2853 done
2854 IFS=$as_save_IFS
2858 CC=$ac_cv_prog_CC
2859 if test -n "$CC"; then
2860 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $CC" >&5
2861 $as_echo "$CC" >&6; }
2862 else
2863 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
2864 $as_echo "no" >&6; }
2869 if test -z "$ac_cv_prog_CC"; then
2870 ac_ct_CC=$CC
2871 # Extract the first word of "gcc", so it can be a program name with args.
2872 set dummy gcc; ac_word=$2
2873 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
2874 $as_echo_n "checking for $ac_word... " >&6; }
2875 if test "${ac_cv_prog_ac_ct_CC+set}" = set; then :
2876 $as_echo_n "(cached) " >&6
2877 else
2878 if test -n "$ac_ct_CC"; then
2879 ac_cv_prog_ac_ct_CC="$ac_ct_CC" # Let the user override the test.
2880 else
2881 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
2882 for as_dir in $PATH
2884 IFS=$as_save_IFS
2885 test -z "$as_dir" && as_dir=.
2886 for ac_exec_ext in '' $ac_executable_extensions; do
2887 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
2888 ac_cv_prog_ac_ct_CC="gcc"
2889 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
2890 break 2
2892 done
2893 done
2894 IFS=$as_save_IFS
2898 ac_ct_CC=$ac_cv_prog_ac_ct_CC
2899 if test -n "$ac_ct_CC"; then
2900 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_ct_CC" >&5
2901 $as_echo "$ac_ct_CC" >&6; }
2902 else
2903 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
2904 $as_echo "no" >&6; }
2907 if test "x$ac_ct_CC" = x; then
2908 CC=""
2909 else
2910 case $cross_compiling:$ac_tool_warned in
2911 yes:)
2912 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: using cross tools not prefixed with host triplet" >&5
2913 $as_echo "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;}
2914 ac_tool_warned=yes ;;
2915 esac
2916 CC=$ac_ct_CC
2918 else
2919 CC="$ac_cv_prog_CC"
2922 if test -z "$CC"; then
2923 if test -n "$ac_tool_prefix"; then
2924 # Extract the first word of "${ac_tool_prefix}cc", so it can be a program name with args.
2925 set dummy ${ac_tool_prefix}cc; ac_word=$2
2926 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
2927 $as_echo_n "checking for $ac_word... " >&6; }
2928 if test "${ac_cv_prog_CC+set}" = set; then :
2929 $as_echo_n "(cached) " >&6
2930 else
2931 if test -n "$CC"; then
2932 ac_cv_prog_CC="$CC" # Let the user override the test.
2933 else
2934 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
2935 for as_dir in $PATH
2937 IFS=$as_save_IFS
2938 test -z "$as_dir" && as_dir=.
2939 for ac_exec_ext in '' $ac_executable_extensions; do
2940 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
2941 ac_cv_prog_CC="${ac_tool_prefix}cc"
2942 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
2943 break 2
2945 done
2946 done
2947 IFS=$as_save_IFS
2951 CC=$ac_cv_prog_CC
2952 if test -n "$CC"; then
2953 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $CC" >&5
2954 $as_echo "$CC" >&6; }
2955 else
2956 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
2957 $as_echo "no" >&6; }
2963 if test -z "$CC"; then
2964 # Extract the first word of "cc", so it can be a program name with args.
2965 set dummy cc; ac_word=$2
2966 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
2967 $as_echo_n "checking for $ac_word... " >&6; }
2968 if test "${ac_cv_prog_CC+set}" = set; then :
2969 $as_echo_n "(cached) " >&6
2970 else
2971 if test -n "$CC"; then
2972 ac_cv_prog_CC="$CC" # Let the user override the test.
2973 else
2974 ac_prog_rejected=no
2975 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
2976 for as_dir in $PATH
2978 IFS=$as_save_IFS
2979 test -z "$as_dir" && as_dir=.
2980 for ac_exec_ext in '' $ac_executable_extensions; do
2981 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
2982 if test "$as_dir/$ac_word$ac_exec_ext" = "/usr/ucb/cc"; then
2983 ac_prog_rejected=yes
2984 continue
2986 ac_cv_prog_CC="cc"
2987 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
2988 break 2
2990 done
2991 done
2992 IFS=$as_save_IFS
2994 if test $ac_prog_rejected = yes; then
2995 # We found a bogon in the path, so make sure we never use it.
2996 set dummy $ac_cv_prog_CC
2997 shift
2998 if test $# != 0; then
2999 # We chose a different compiler from the bogus one.
3000 # However, it has the same basename, so the bogon will be chosen
3001 # first if we set CC to just the basename; use the full file name.
3002 shift
3003 ac_cv_prog_CC="$as_dir/$ac_word${1+' '}$@"
3008 CC=$ac_cv_prog_CC
3009 if test -n "$CC"; then
3010 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $CC" >&5
3011 $as_echo "$CC" >&6; }
3012 else
3013 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
3014 $as_echo "no" >&6; }
3019 if test -z "$CC"; then
3020 if test -n "$ac_tool_prefix"; then
3021 for ac_prog in cl.exe
3023 # Extract the first word of "$ac_tool_prefix$ac_prog", so it can be a program name with args.
3024 set dummy $ac_tool_prefix$ac_prog; ac_word=$2
3025 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
3026 $as_echo_n "checking for $ac_word... " >&6; }
3027 if test "${ac_cv_prog_CC+set}" = set; then :
3028 $as_echo_n "(cached) " >&6
3029 else
3030 if test -n "$CC"; then
3031 ac_cv_prog_CC="$CC" # Let the user override the test.
3032 else
3033 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
3034 for as_dir in $PATH
3036 IFS=$as_save_IFS
3037 test -z "$as_dir" && as_dir=.
3038 for ac_exec_ext in '' $ac_executable_extensions; do
3039 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
3040 ac_cv_prog_CC="$ac_tool_prefix$ac_prog"
3041 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
3042 break 2
3044 done
3045 done
3046 IFS=$as_save_IFS
3050 CC=$ac_cv_prog_CC
3051 if test -n "$CC"; then
3052 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $CC" >&5
3053 $as_echo "$CC" >&6; }
3054 else
3055 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
3056 $as_echo "no" >&6; }
3060 test -n "$CC" && break
3061 done
3063 if test -z "$CC"; then
3064 ac_ct_CC=$CC
3065 for ac_prog in cl.exe
3067 # Extract the first word of "$ac_prog", so it can be a program name with args.
3068 set dummy $ac_prog; ac_word=$2
3069 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
3070 $as_echo_n "checking for $ac_word... " >&6; }
3071 if test "${ac_cv_prog_ac_ct_CC+set}" = set; then :
3072 $as_echo_n "(cached) " >&6
3073 else
3074 if test -n "$ac_ct_CC"; then
3075 ac_cv_prog_ac_ct_CC="$ac_ct_CC" # Let the user override the test.
3076 else
3077 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
3078 for as_dir in $PATH
3080 IFS=$as_save_IFS
3081 test -z "$as_dir" && as_dir=.
3082 for ac_exec_ext in '' $ac_executable_extensions; do
3083 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
3084 ac_cv_prog_ac_ct_CC="$ac_prog"
3085 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
3086 break 2
3088 done
3089 done
3090 IFS=$as_save_IFS
3094 ac_ct_CC=$ac_cv_prog_ac_ct_CC
3095 if test -n "$ac_ct_CC"; then
3096 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_ct_CC" >&5
3097 $as_echo "$ac_ct_CC" >&6; }
3098 else
3099 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
3100 $as_echo "no" >&6; }
3104 test -n "$ac_ct_CC" && break
3105 done
3107 if test "x$ac_ct_CC" = x; then
3108 CC=""
3109 else
3110 case $cross_compiling:$ac_tool_warned in
3111 yes:)
3112 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: using cross tools not prefixed with host triplet" >&5
3113 $as_echo "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;}
3114 ac_tool_warned=yes ;;
3115 esac
3116 CC=$ac_ct_CC
3123 test -z "$CC" && { { $as_echo "$as_me:${as_lineno-$LINENO}: error: in \`$ac_pwd':" >&5
3124 $as_echo "$as_me: error: in \`$ac_pwd':" >&2;}
3125 as_fn_error "no acceptable C compiler found in \$PATH
3126 See \`config.log' for more details." "$LINENO" 5; }
3128 # Provide some information about the compiler.
3129 $as_echo "$as_me:${as_lineno-$LINENO}: checking for C compiler version" >&5
3130 set X $ac_compile
3131 ac_compiler=$2
3132 for ac_option in --version -v -V -qversion; do
3133 { { ac_try="$ac_compiler $ac_option >&5"
3134 case "(($ac_try" in
3135 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
3136 *) ac_try_echo=$ac_try;;
3137 esac
3138 eval ac_try_echo="\"\$as_me:${as_lineno-$LINENO}: $ac_try_echo\""
3139 $as_echo "$ac_try_echo"; } >&5
3140 (eval "$ac_compiler $ac_option >&5") 2>conftest.err
3141 ac_status=$?
3142 if test -s conftest.err; then
3143 sed '10a\
3144 ... rest of stderr output deleted ...
3145 10q' conftest.err >conftest.er1
3146 cat conftest.er1 >&5
3147 rm -f conftest.er1 conftest.err
3149 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
3150 test $ac_status = 0; }
3151 done
3153 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
3154 /* end confdefs.h. */
3155 #include <stdio.h>
3157 main ()
3159 FILE *f = fopen ("conftest.out", "w");
3160 return ferror (f) || fclose (f) != 0;
3163 return 0;
3165 _ACEOF
3166 ac_clean_files_save=$ac_clean_files
3167 ac_clean_files="$ac_clean_files a.out a.out.dSYM a.exe b.out conftest.out"
3168 # Try to create an executable without -o first, disregard a.out.
3169 # It will help us diagnose broken compilers, and finding out an intuition
3170 # of exeext.
3171 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for C compiler default output file name" >&5
3172 $as_echo_n "checking for C compiler default output file name... " >&6; }
3173 ac_link_default=`$as_echo "$ac_link" | sed 's/ -o *conftest[^ ]*//'`
3175 # The possible output files:
3176 ac_files="a.out conftest.exe conftest a.exe a_out.exe b.out conftest.*"
3178 ac_rmfiles=
3179 for ac_file in $ac_files
3181 case $ac_file in
3182 *.$ac_ext | *.xcoff | *.tds | *.d | *.pdb | *.xSYM | *.bb | *.bbg | *.map | *.inf | *.dSYM | *.o | *.obj ) ;;
3183 * ) ac_rmfiles="$ac_rmfiles $ac_file";;
3184 esac
3185 done
3186 rm -f $ac_rmfiles
3188 if { { ac_try="$ac_link_default"
3189 case "(($ac_try" in
3190 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
3191 *) ac_try_echo=$ac_try;;
3192 esac
3193 eval ac_try_echo="\"\$as_me:${as_lineno-$LINENO}: $ac_try_echo\""
3194 $as_echo "$ac_try_echo"; } >&5
3195 (eval "$ac_link_default") 2>&5
3196 ac_status=$?
3197 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
3198 test $ac_status = 0; }; then :
3199 # Autoconf-2.13 could set the ac_cv_exeext variable to `no'.
3200 # So ignore a value of `no', otherwise this would lead to `EXEEXT = no'
3201 # in a Makefile. We should not override ac_cv_exeext if it was cached,
3202 # so that the user can short-circuit this test for compilers unknown to
3203 # Autoconf.
3204 for ac_file in $ac_files ''
3206 test -f "$ac_file" || continue
3207 case $ac_file in
3208 *.$ac_ext | *.xcoff | *.tds | *.d | *.pdb | *.xSYM | *.bb | *.bbg | *.map | *.inf | *.dSYM | *.o | *.obj )
3210 [ab].out )
3211 # We found the default executable, but exeext='' is most
3212 # certainly right.
3213 break;;
3214 *.* )
3215 if test "${ac_cv_exeext+set}" = set && test "$ac_cv_exeext" != no;
3216 then :; else
3217 ac_cv_exeext=`expr "$ac_file" : '[^.]*\(\..*\)'`
3219 # We set ac_cv_exeext here because the later test for it is not
3220 # safe: cross compilers may not add the suffix if given an `-o'
3221 # argument, so we may need to know it at that point already.
3222 # Even if this section looks crufty: it has the advantage of
3223 # actually working.
3224 break;;
3226 break;;
3227 esac
3228 done
3229 test "$ac_cv_exeext" = no && ac_cv_exeext=
3231 else
3232 ac_file=''
3234 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_file" >&5
3235 $as_echo "$ac_file" >&6; }
3236 if test -z "$ac_file"; then :
3237 $as_echo "$as_me: failed program was:" >&5
3238 sed 's/^/| /' conftest.$ac_ext >&5
3240 { { $as_echo "$as_me:${as_lineno-$LINENO}: error: in \`$ac_pwd':" >&5
3241 $as_echo "$as_me: error: in \`$ac_pwd':" >&2;}
3242 { as_fn_set_status 77
3243 as_fn_error "C compiler cannot create executables
3244 See \`config.log' for more details." "$LINENO" 5; }; }
3246 ac_exeext=$ac_cv_exeext
3248 # Check that the compiler produces executables we can run. If not, either
3249 # the compiler is broken, or we cross compile.
3250 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether the C compiler works" >&5
3251 $as_echo_n "checking whether the C compiler works... " >&6; }
3252 # If not cross compiling, check that we can run a simple program.
3253 if test "$cross_compiling" != yes; then
3254 if { ac_try='./$ac_file'
3255 { { case "(($ac_try" in
3256 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
3257 *) ac_try_echo=$ac_try;;
3258 esac
3259 eval ac_try_echo="\"\$as_me:${as_lineno-$LINENO}: $ac_try_echo\""
3260 $as_echo "$ac_try_echo"; } >&5
3261 (eval "$ac_try") 2>&5
3262 ac_status=$?
3263 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
3264 test $ac_status = 0; }; }; then
3265 cross_compiling=no
3266 else
3267 if test "$cross_compiling" = maybe; then
3268 cross_compiling=yes
3269 else
3270 { { $as_echo "$as_me:${as_lineno-$LINENO}: error: in \`$ac_pwd':" >&5
3271 $as_echo "$as_me: error: in \`$ac_pwd':" >&2;}
3272 as_fn_error "cannot run C compiled programs.
3273 If you meant to cross compile, use \`--host'.
3274 See \`config.log' for more details." "$LINENO" 5; }
3278 { $as_echo "$as_me:${as_lineno-$LINENO}: result: yes" >&5
3279 $as_echo "yes" >&6; }
3281 rm -f -r a.out a.out.dSYM a.exe conftest$ac_cv_exeext b.out conftest.out
3282 ac_clean_files=$ac_clean_files_save
3283 # Check that the compiler produces executables we can run. If not, either
3284 # the compiler is broken, or we cross compile.
3285 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether we are cross compiling" >&5
3286 $as_echo_n "checking whether we are cross compiling... " >&6; }
3287 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $cross_compiling" >&5
3288 $as_echo "$cross_compiling" >&6; }
3290 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for suffix of executables" >&5
3291 $as_echo_n "checking for suffix of executables... " >&6; }
3292 if { { ac_try="$ac_link"
3293 case "(($ac_try" in
3294 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
3295 *) ac_try_echo=$ac_try;;
3296 esac
3297 eval ac_try_echo="\"\$as_me:${as_lineno-$LINENO}: $ac_try_echo\""
3298 $as_echo "$ac_try_echo"; } >&5
3299 (eval "$ac_link") 2>&5
3300 ac_status=$?
3301 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
3302 test $ac_status = 0; }; then :
3303 # If both `conftest.exe' and `conftest' are `present' (well, observable)
3304 # catch `conftest.exe'. For instance with Cygwin, `ls conftest' will
3305 # work properly (i.e., refer to `conftest.exe'), while it won't with
3306 # `rm'.
3307 for ac_file in conftest.exe conftest conftest.*; do
3308 test -f "$ac_file" || continue
3309 case $ac_file in
3310 *.$ac_ext | *.xcoff | *.tds | *.d | *.pdb | *.xSYM | *.bb | *.bbg | *.map | *.inf | *.dSYM | *.o | *.obj ) ;;
3311 *.* ) ac_cv_exeext=`expr "$ac_file" : '[^.]*\(\..*\)'`
3312 break;;
3313 * ) break;;
3314 esac
3315 done
3316 else
3317 { { $as_echo "$as_me:${as_lineno-$LINENO}: error: in \`$ac_pwd':" >&5
3318 $as_echo "$as_me: error: in \`$ac_pwd':" >&2;}
3319 as_fn_error "cannot compute suffix of executables: cannot compile and link
3320 See \`config.log' for more details." "$LINENO" 5; }
3322 rm -f conftest$ac_cv_exeext
3323 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_exeext" >&5
3324 $as_echo "$ac_cv_exeext" >&6; }
3326 rm -f conftest.$ac_ext
3327 EXEEXT=$ac_cv_exeext
3328 ac_exeext=$EXEEXT
3329 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for suffix of object files" >&5
3330 $as_echo_n "checking for suffix of object files... " >&6; }
3331 if test "${ac_cv_objext+set}" = set; then :
3332 $as_echo_n "(cached) " >&6
3333 else
3334 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
3335 /* end confdefs.h. */
3338 main ()
3342 return 0;
3344 _ACEOF
3345 rm -f conftest.o conftest.obj
3346 if { { ac_try="$ac_compile"
3347 case "(($ac_try" in
3348 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
3349 *) ac_try_echo=$ac_try;;
3350 esac
3351 eval ac_try_echo="\"\$as_me:${as_lineno-$LINENO}: $ac_try_echo\""
3352 $as_echo "$ac_try_echo"; } >&5
3353 (eval "$ac_compile") 2>&5
3354 ac_status=$?
3355 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
3356 test $ac_status = 0; }; then :
3357 for ac_file in conftest.o conftest.obj conftest.*; do
3358 test -f "$ac_file" || continue;
3359 case $ac_file in
3360 *.$ac_ext | *.xcoff | *.tds | *.d | *.pdb | *.xSYM | *.bb | *.bbg | *.map | *.inf | *.dSYM ) ;;
3361 *) ac_cv_objext=`expr "$ac_file" : '.*\.\(.*\)'`
3362 break;;
3363 esac
3364 done
3365 else
3366 $as_echo "$as_me: failed program was:" >&5
3367 sed 's/^/| /' conftest.$ac_ext >&5
3369 { { $as_echo "$as_me:${as_lineno-$LINENO}: error: in \`$ac_pwd':" >&5
3370 $as_echo "$as_me: error: in \`$ac_pwd':" >&2;}
3371 as_fn_error "cannot compute suffix of object files: cannot compile
3372 See \`config.log' for more details." "$LINENO" 5; }
3374 rm -f conftest.$ac_cv_objext conftest.$ac_ext
3376 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_objext" >&5
3377 $as_echo "$ac_cv_objext" >&6; }
3378 OBJEXT=$ac_cv_objext
3379 ac_objext=$OBJEXT
3380 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether we are using the GNU C compiler" >&5
3381 $as_echo_n "checking whether we are using the GNU C compiler... " >&6; }
3382 if test "${ac_cv_c_compiler_gnu+set}" = set; then :
3383 $as_echo_n "(cached) " >&6
3384 else
3385 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
3386 /* end confdefs.h. */
3389 main ()
3391 #ifndef __GNUC__
3392 choke me
3393 #endif
3396 return 0;
3398 _ACEOF
3399 if ac_fn_c_try_compile "$LINENO"; then :
3400 ac_compiler_gnu=yes
3401 else
3402 ac_compiler_gnu=no
3404 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
3405 ac_cv_c_compiler_gnu=$ac_compiler_gnu
3408 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_c_compiler_gnu" >&5
3409 $as_echo "$ac_cv_c_compiler_gnu" >&6; }
3410 if test $ac_compiler_gnu = yes; then
3411 GCC=yes
3412 else
3413 GCC=
3415 ac_test_CFLAGS=${CFLAGS+set}
3416 ac_save_CFLAGS=$CFLAGS
3417 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether $CC accepts -g" >&5
3418 $as_echo_n "checking whether $CC accepts -g... " >&6; }
3419 if test "${ac_cv_prog_cc_g+set}" = set; then :
3420 $as_echo_n "(cached) " >&6
3421 else
3422 ac_save_c_werror_flag=$ac_c_werror_flag
3423 ac_c_werror_flag=yes
3424 ac_cv_prog_cc_g=no
3425 CFLAGS="-g"
3426 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
3427 /* end confdefs.h. */
3430 main ()
3434 return 0;
3436 _ACEOF
3437 if ac_fn_c_try_compile "$LINENO"; then :
3438 ac_cv_prog_cc_g=yes
3439 else
3440 CFLAGS=""
3441 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
3442 /* end confdefs.h. */
3445 main ()
3449 return 0;
3451 _ACEOF
3452 if ac_fn_c_try_compile "$LINENO"; then :
3454 else
3455 ac_c_werror_flag=$ac_save_c_werror_flag
3456 CFLAGS="-g"
3457 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
3458 /* end confdefs.h. */
3461 main ()
3465 return 0;
3467 _ACEOF
3468 if ac_fn_c_try_compile "$LINENO"; then :
3469 ac_cv_prog_cc_g=yes
3471 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
3473 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
3475 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
3476 ac_c_werror_flag=$ac_save_c_werror_flag
3478 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_prog_cc_g" >&5
3479 $as_echo "$ac_cv_prog_cc_g" >&6; }
3480 if test "$ac_test_CFLAGS" = set; then
3481 CFLAGS=$ac_save_CFLAGS
3482 elif test $ac_cv_prog_cc_g = yes; then
3483 if test "$GCC" = yes; then
3484 CFLAGS="-g -O2"
3485 else
3486 CFLAGS="-g"
3488 else
3489 if test "$GCC" = yes; then
3490 CFLAGS="-O2"
3491 else
3492 CFLAGS=
3495 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $CC option to accept ISO C89" >&5
3496 $as_echo_n "checking for $CC option to accept ISO C89... " >&6; }
3497 if test "${ac_cv_prog_cc_c89+set}" = set; then :
3498 $as_echo_n "(cached) " >&6
3499 else
3500 ac_cv_prog_cc_c89=no
3501 ac_save_CC=$CC
3502 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
3503 /* end confdefs.h. */
3504 #include <stdarg.h>
3505 #include <stdio.h>
3506 #include <sys/types.h>
3507 #include <sys/stat.h>
3508 /* Most of the following tests are stolen from RCS 5.7's src/conf.sh. */
3509 struct buf { int x; };
3510 FILE * (*rcsopen) (struct buf *, struct stat *, int);
3511 static char *e (p, i)
3512 char **p;
3513 int i;
3515 return p[i];
3517 static char *f (char * (*g) (char **, int), char **p, ...)
3519 char *s;
3520 va_list v;
3521 va_start (v,p);
3522 s = g (p, va_arg (v,int));
3523 va_end (v);
3524 return s;
3527 /* OSF 4.0 Compaq cc is some sort of almost-ANSI by default. It has
3528 function prototypes and stuff, but not '\xHH' hex character constants.
3529 These don't provoke an error unfortunately, instead are silently treated
3530 as 'x'. The following induces an error, until -std is added to get
3531 proper ANSI mode. Curiously '\x00'!='x' always comes out true, for an
3532 array size at least. It's necessary to write '\x00'==0 to get something
3533 that's true only with -std. */
3534 int osf4_cc_array ['\x00' == 0 ? 1 : -1];
3536 /* IBM C 6 for AIX is almost-ANSI by default, but it replaces macro parameters
3537 inside strings and character constants. */
3538 #define FOO(x) 'x'
3539 int xlc6_cc_array[FOO(a) == 'x' ? 1 : -1];
3541 int test (int i, double x);
3542 struct s1 {int (*f) (int a);};
3543 struct s2 {int (*f) (double a);};
3544 int pairnames (int, char **, FILE *(*)(struct buf *, struct stat *, int), int, int);
3545 int argc;
3546 char **argv;
3548 main ()
3550 return f (e, argv, 0) != argv[0] || f (e, argv, 1) != argv[1];
3552 return 0;
3554 _ACEOF
3555 for ac_arg in '' -qlanglvl=extc89 -qlanglvl=ansi -std \
3556 -Ae "-Aa -D_HPUX_SOURCE" "-Xc -D__EXTENSIONS__"
3558 CC="$ac_save_CC $ac_arg"
3559 if ac_fn_c_try_compile "$LINENO"; then :
3560 ac_cv_prog_cc_c89=$ac_arg
3562 rm -f core conftest.err conftest.$ac_objext
3563 test "x$ac_cv_prog_cc_c89" != "xno" && break
3564 done
3565 rm -f conftest.$ac_ext
3566 CC=$ac_save_CC
3569 # AC_CACHE_VAL
3570 case "x$ac_cv_prog_cc_c89" in
3572 { $as_echo "$as_me:${as_lineno-$LINENO}: result: none needed" >&5
3573 $as_echo "none needed" >&6; } ;;
3574 xno)
3575 { $as_echo "$as_me:${as_lineno-$LINENO}: result: unsupported" >&5
3576 $as_echo "unsupported" >&6; } ;;
3578 CC="$CC $ac_cv_prog_cc_c89"
3579 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_prog_cc_c89" >&5
3580 $as_echo "$ac_cv_prog_cc_c89" >&6; } ;;
3581 esac
3582 if test "x$ac_cv_prog_cc_c89" != xno; then :
3586 ac_ext=c
3587 ac_cpp='$CPP $CPPFLAGS'
3588 ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
3589 ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
3590 ac_compiler_gnu=$ac_cv_c_compiler_gnu
3592 ac_ext=cpp
3593 ac_cpp='$CXXCPP $CPPFLAGS'
3594 ac_compile='$CXX -c $CXXFLAGS $CPPFLAGS conftest.$ac_ext >&5'
3595 ac_link='$CXX -o conftest$ac_exeext $CXXFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
3596 ac_compiler_gnu=$ac_cv_cxx_compiler_gnu
3597 if test -z "$CXX"; then
3598 if test -n "$CCC"; then
3599 CXX=$CCC
3600 else
3601 if test -n "$ac_tool_prefix"; then
3602 for ac_prog in g++ c++ gpp aCC CC cxx cc++ cl.exe FCC KCC RCC xlC_r xlC
3604 # Extract the first word of "$ac_tool_prefix$ac_prog", so it can be a program name with args.
3605 set dummy $ac_tool_prefix$ac_prog; ac_word=$2
3606 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
3607 $as_echo_n "checking for $ac_word... " >&6; }
3608 if test "${ac_cv_prog_CXX+set}" = set; then :
3609 $as_echo_n "(cached) " >&6
3610 else
3611 if test -n "$CXX"; then
3612 ac_cv_prog_CXX="$CXX" # Let the user override the test.
3613 else
3614 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
3615 for as_dir in $PATH
3617 IFS=$as_save_IFS
3618 test -z "$as_dir" && as_dir=.
3619 for ac_exec_ext in '' $ac_executable_extensions; do
3620 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
3621 ac_cv_prog_CXX="$ac_tool_prefix$ac_prog"
3622 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
3623 break 2
3625 done
3626 done
3627 IFS=$as_save_IFS
3631 CXX=$ac_cv_prog_CXX
3632 if test -n "$CXX"; then
3633 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $CXX" >&5
3634 $as_echo "$CXX" >&6; }
3635 else
3636 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
3637 $as_echo "no" >&6; }
3641 test -n "$CXX" && break
3642 done
3644 if test -z "$CXX"; then
3645 ac_ct_CXX=$CXX
3646 for ac_prog in g++ c++ gpp aCC CC cxx cc++ cl.exe FCC KCC RCC xlC_r xlC
3648 # Extract the first word of "$ac_prog", so it can be a program name with args.
3649 set dummy $ac_prog; ac_word=$2
3650 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
3651 $as_echo_n "checking for $ac_word... " >&6; }
3652 if test "${ac_cv_prog_ac_ct_CXX+set}" = set; then :
3653 $as_echo_n "(cached) " >&6
3654 else
3655 if test -n "$ac_ct_CXX"; then
3656 ac_cv_prog_ac_ct_CXX="$ac_ct_CXX" # Let the user override the test.
3657 else
3658 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
3659 for as_dir in $PATH
3661 IFS=$as_save_IFS
3662 test -z "$as_dir" && as_dir=.
3663 for ac_exec_ext in '' $ac_executable_extensions; do
3664 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
3665 ac_cv_prog_ac_ct_CXX="$ac_prog"
3666 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
3667 break 2
3669 done
3670 done
3671 IFS=$as_save_IFS
3675 ac_ct_CXX=$ac_cv_prog_ac_ct_CXX
3676 if test -n "$ac_ct_CXX"; then
3677 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_ct_CXX" >&5
3678 $as_echo "$ac_ct_CXX" >&6; }
3679 else
3680 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
3681 $as_echo "no" >&6; }
3685 test -n "$ac_ct_CXX" && break
3686 done
3688 if test "x$ac_ct_CXX" = x; then
3689 CXX="g++"
3690 else
3691 case $cross_compiling:$ac_tool_warned in
3692 yes:)
3693 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: using cross tools not prefixed with host triplet" >&5
3694 $as_echo "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;}
3695 ac_tool_warned=yes ;;
3696 esac
3697 CXX=$ac_ct_CXX
3703 # Provide some information about the compiler.
3704 $as_echo "$as_me:${as_lineno-$LINENO}: checking for C++ compiler version" >&5
3705 set X $ac_compile
3706 ac_compiler=$2
3707 for ac_option in --version -v -V -qversion; do
3708 { { ac_try="$ac_compiler $ac_option >&5"
3709 case "(($ac_try" in
3710 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
3711 *) ac_try_echo=$ac_try;;
3712 esac
3713 eval ac_try_echo="\"\$as_me:${as_lineno-$LINENO}: $ac_try_echo\""
3714 $as_echo "$ac_try_echo"; } >&5
3715 (eval "$ac_compiler $ac_option >&5") 2>conftest.err
3716 ac_status=$?
3717 if test -s conftest.err; then
3718 sed '10a\
3719 ... rest of stderr output deleted ...
3720 10q' conftest.err >conftest.er1
3721 cat conftest.er1 >&5
3722 rm -f conftest.er1 conftest.err
3724 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
3725 test $ac_status = 0; }
3726 done
3728 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether we are using the GNU C++ compiler" >&5
3729 $as_echo_n "checking whether we are using the GNU C++ compiler... " >&6; }
3730 if test "${ac_cv_cxx_compiler_gnu+set}" = set; then :
3731 $as_echo_n "(cached) " >&6
3732 else
3733 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
3734 /* end confdefs.h. */
3737 main ()
3739 #ifndef __GNUC__
3740 choke me
3741 #endif
3744 return 0;
3746 _ACEOF
3747 if ac_fn_cxx_try_compile "$LINENO"; then :
3748 ac_compiler_gnu=yes
3749 else
3750 ac_compiler_gnu=no
3752 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
3753 ac_cv_cxx_compiler_gnu=$ac_compiler_gnu
3756 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_cxx_compiler_gnu" >&5
3757 $as_echo "$ac_cv_cxx_compiler_gnu" >&6; }
3758 if test $ac_compiler_gnu = yes; then
3759 GXX=yes
3760 else
3761 GXX=
3763 ac_test_CXXFLAGS=${CXXFLAGS+set}
3764 ac_save_CXXFLAGS=$CXXFLAGS
3765 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether $CXX accepts -g" >&5
3766 $as_echo_n "checking whether $CXX accepts -g... " >&6; }
3767 if test "${ac_cv_prog_cxx_g+set}" = set; then :
3768 $as_echo_n "(cached) " >&6
3769 else
3770 ac_save_cxx_werror_flag=$ac_cxx_werror_flag
3771 ac_cxx_werror_flag=yes
3772 ac_cv_prog_cxx_g=no
3773 CXXFLAGS="-g"
3774 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
3775 /* end confdefs.h. */
3778 main ()
3782 return 0;
3784 _ACEOF
3785 if ac_fn_cxx_try_compile "$LINENO"; then :
3786 ac_cv_prog_cxx_g=yes
3787 else
3788 CXXFLAGS=""
3789 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
3790 /* end confdefs.h. */
3793 main ()
3797 return 0;
3799 _ACEOF
3800 if ac_fn_cxx_try_compile "$LINENO"; then :
3802 else
3803 ac_cxx_werror_flag=$ac_save_cxx_werror_flag
3804 CXXFLAGS="-g"
3805 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
3806 /* end confdefs.h. */
3809 main ()
3813 return 0;
3815 _ACEOF
3816 if ac_fn_cxx_try_compile "$LINENO"; then :
3817 ac_cv_prog_cxx_g=yes
3819 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
3821 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
3823 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
3824 ac_cxx_werror_flag=$ac_save_cxx_werror_flag
3826 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_prog_cxx_g" >&5
3827 $as_echo "$ac_cv_prog_cxx_g" >&6; }
3828 if test "$ac_test_CXXFLAGS" = set; then
3829 CXXFLAGS=$ac_save_CXXFLAGS
3830 elif test $ac_cv_prog_cxx_g = yes; then
3831 if test "$GXX" = yes; then
3832 CXXFLAGS="-g -O2"
3833 else
3834 CXXFLAGS="-g"
3836 else
3837 if test "$GXX" = yes; then
3838 CXXFLAGS="-O2"
3839 else
3840 CXXFLAGS=
3843 ac_ext=c
3844 ac_cpp='$CPP $CPPFLAGS'
3845 ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
3846 ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
3847 ac_compiler_gnu=$ac_cv_c_compiler_gnu
3849 if test -n "$ac_tool_prefix"; then
3850 # Extract the first word of "${ac_tool_prefix}cpp", so it can be a program name with args.
3851 set dummy ${ac_tool_prefix}cpp; ac_word=$2
3852 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
3853 $as_echo_n "checking for $ac_word... " >&6; }
3854 if test "${ac_cv_prog_CPPBIN+set}" = set; then :
3855 $as_echo_n "(cached) " >&6
3856 else
3857 if test -n "$CPPBIN"; then
3858 ac_cv_prog_CPPBIN="$CPPBIN" # Let the user override the test.
3859 else
3860 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
3861 for as_dir in $PATH
3863 IFS=$as_save_IFS
3864 test -z "$as_dir" && as_dir=.
3865 for ac_exec_ext in '' $ac_executable_extensions; do
3866 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
3867 ac_cv_prog_CPPBIN="${ac_tool_prefix}cpp"
3868 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
3869 break 2
3871 done
3872 done
3873 IFS=$as_save_IFS
3877 CPPBIN=$ac_cv_prog_CPPBIN
3878 if test -n "$CPPBIN"; then
3879 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $CPPBIN" >&5
3880 $as_echo "$CPPBIN" >&6; }
3881 else
3882 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
3883 $as_echo "no" >&6; }
3888 if test -z "$ac_cv_prog_CPPBIN"; then
3889 ac_ct_CPPBIN=$CPPBIN
3890 # Extract the first word of "cpp", so it can be a program name with args.
3891 set dummy cpp; ac_word=$2
3892 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
3893 $as_echo_n "checking for $ac_word... " >&6; }
3894 if test "${ac_cv_prog_ac_ct_CPPBIN+set}" = set; then :
3895 $as_echo_n "(cached) " >&6
3896 else
3897 if test -n "$ac_ct_CPPBIN"; then
3898 ac_cv_prog_ac_ct_CPPBIN="$ac_ct_CPPBIN" # Let the user override the test.
3899 else
3900 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
3901 for as_dir in $PATH
3903 IFS=$as_save_IFS
3904 test -z "$as_dir" && as_dir=.
3905 for ac_exec_ext in '' $ac_executable_extensions; do
3906 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
3907 ac_cv_prog_ac_ct_CPPBIN="cpp"
3908 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
3909 break 2
3911 done
3912 done
3913 IFS=$as_save_IFS
3917 ac_ct_CPPBIN=$ac_cv_prog_ac_ct_CPPBIN
3918 if test -n "$ac_ct_CPPBIN"; then
3919 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_ct_CPPBIN" >&5
3920 $as_echo "$ac_ct_CPPBIN" >&6; }
3921 else
3922 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
3923 $as_echo "no" >&6; }
3926 if test "x$ac_ct_CPPBIN" = x; then
3927 CPPBIN="cpp"
3928 else
3929 case $cross_compiling:$ac_tool_warned in
3930 yes:)
3931 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: using cross tools not prefixed with host triplet" >&5
3932 $as_echo "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;}
3933 ac_tool_warned=yes ;;
3934 esac
3935 CPPBIN=$ac_ct_CPPBIN
3937 else
3938 CPPBIN="$ac_cv_prog_CPPBIN"
3942 case $host in
3943 *-darwin*)
3944 if test "x$enable_win64" == "xyes"
3945 then
3946 CC="$CC -m64"
3947 CXX="$CXX -m64"
3948 LD="${LD:-ld} -arch x86_64"
3949 AS="${AS:-as} -arch x86_64"
3950 host_cpu="x86_64"
3951 notice_platform="64-bit "
3952 TARGETFLAGS="-m64"
3954 else
3955 CC="$CC -m32"
3956 CXX="$CXX -m32"
3957 LD="${LD:-ld} -arch i386"
3958 AS="${AS:-as} -arch i386"
3959 host_cpu="i386"
3960 notice_platform="32-bit "
3961 TARGETFLAGS="-m32"
3963 enable_win16=${enable_win16:-yes}
3966 x86_64*)
3967 if test "x$enable_win64" != "xyes" -a "$cross_compiling" != "yes"
3968 then
3969 CC="$CC -m32"
3970 CXX="$CXX -m32"
3971 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether $CC works" >&5
3972 $as_echo_n "checking whether $CC works... " >&6; }
3974 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
3975 /* end confdefs.h. */
3978 main ()
3982 return 0;
3984 _ACEOF
3985 if ac_fn_c_try_link "$LINENO"; then :
3986 { $as_echo "$as_me:${as_lineno-$LINENO}: result: yes" >&5
3987 $as_echo "yes" >&6; }
3988 else
3989 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
3990 $as_echo "no" >&6; }
3991 as_fn_error "Cannot build a 32-bit program, you need to install 32-bit development libraries." "$LINENO" 5
3993 rm -f core conftest.err conftest.$ac_objext \
3994 conftest$ac_exeext conftest.$ac_ext
3995 LD="${LD:-ld} -m elf_i386"
3996 AS="${AS:-as} --32"
3997 host_cpu="i386"
3998 notice_platform="32-bit "
3999 TARGETFLAGS="-m32"
4001 enable_win16=${enable_win16:-yes}
4002 else
4003 if test "x${GCC}" = "xyes"
4004 then
4005 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether $CC supports __builtin_ms_va_list" >&5
4006 $as_echo_n "checking whether $CC supports __builtin_ms_va_list... " >&6; }
4007 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
4008 /* end confdefs.h. */
4009 #include <stdarg.h>
4011 main ()
4013 void func(__builtin_ms_va_list *args);
4015 return 0;
4017 _ACEOF
4018 if ac_fn_c_try_compile "$LINENO"; then :
4019 { $as_echo "$as_me:${as_lineno-$LINENO}: result: yes" >&5
4020 $as_echo "yes" >&6; }
4021 else
4022 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
4023 $as_echo "no" >&6; }
4024 as_fn_error "You need gcc >= 4.4 to build Wine as 64-bit." "$LINENO" 5
4026 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
4028 TARGETFLAGS="-m64"
4032 *-mingw32*|*-cygwin*)
4033 enable_win16=${enable_win16:-no}
4035 i[3456789]86*)
4036 enable_win16=${enable_win16:-yes}
4038 esac
4040 enable_win16=${enable_win16:-no}
4042 WIN16_FILES="\$(WIN16_FILES)"
4044 WIN16_INSTALL="\$(WIN16_INSTALL)"
4046 if test "x$enable_win16" != "xyes"
4047 then
4048 WIN16_FILES=""
4049 WIN16_INSTALL=""
4050 enable_w32skrnl=${enable_w32skrnl:-no}
4051 enable_winedos=${enable_winedos:-no}
4052 enable_winevdm=${enable_winevdm:-no}
4055 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for the directory containing the Wine tools" >&5
4056 $as_echo_n "checking for the directory containing the Wine tools... " >&6; }
4057 if test "${wine_cv_toolsdir+set}" = set; then :
4058 $as_echo_n "(cached) " >&6
4059 else
4060 if test -z "$with_wine_tools"; then
4061 if test "$cross_compiling" = "yes"; then
4062 as_fn_error "you must use the --with-wine-tools option when cross-compiling." "$LINENO" 5
4063 else
4064 wine_cv_toolsdir="\$(TOPOBJDIR)"
4066 elif test -d "$with_wine_tools/tools/winebuild"; then
4067 case $with_wine_tools in
4068 /*) wine_cv_toolsdir="$with_wine_tools" ;;
4069 *) wine_cv_toolsdir="\$(TOPOBJDIR)/$with_wine_tools" ;;
4070 esac
4071 else
4072 as_fn_error "could not find Wine tools in $with_wine_tools." "$LINENO" 5
4075 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $wine_cv_toolsdir" >&5
4076 $as_echo "$wine_cv_toolsdir" >&6; }
4077 TOOLSDIR=$wine_cv_toolsdir
4079 if test -n "$host_alias" -a "$host_alias" != "$build_alias"
4080 then
4081 TARGETFLAGS="-b $host_alias $TARGETFLAGS"
4085 for ac_prog in flex
4087 # Extract the first word of "$ac_prog", so it can be a program name with args.
4088 set dummy $ac_prog; ac_word=$2
4089 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
4090 $as_echo_n "checking for $ac_word... " >&6; }
4091 if test "${ac_cv_prog_FLEX+set}" = set; then :
4092 $as_echo_n "(cached) " >&6
4093 else
4094 if test -n "$FLEX"; then
4095 ac_cv_prog_FLEX="$FLEX" # Let the user override the test.
4096 else
4097 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
4098 for as_dir in $PATH
4100 IFS=$as_save_IFS
4101 test -z "$as_dir" && as_dir=.
4102 for ac_exec_ext in '' $ac_executable_extensions; do
4103 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
4104 ac_cv_prog_FLEX="$ac_prog"
4105 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
4106 break 2
4108 done
4109 done
4110 IFS=$as_save_IFS
4114 FLEX=$ac_cv_prog_FLEX
4115 if test -n "$FLEX"; then
4116 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $FLEX" >&5
4117 $as_echo "$FLEX" >&6; }
4118 else
4119 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
4120 $as_echo "no" >&6; }
4124 test -n "$FLEX" && break
4125 done
4126 test -n "$FLEX" || FLEX="none"
4128 if test "$FLEX" = "none"
4129 then
4130 as_fn_error "no suitable flex found. Please install the 'flex' package." "$LINENO" 5
4133 for ac_prog in bison
4135 # Extract the first word of "$ac_prog", so it can be a program name with args.
4136 set dummy $ac_prog; ac_word=$2
4137 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
4138 $as_echo_n "checking for $ac_word... " >&6; }
4139 if test "${ac_cv_prog_BISON+set}" = set; then :
4140 $as_echo_n "(cached) " >&6
4141 else
4142 if test -n "$BISON"; then
4143 ac_cv_prog_BISON="$BISON" # Let the user override the test.
4144 else
4145 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
4146 for as_dir in $PATH
4148 IFS=$as_save_IFS
4149 test -z "$as_dir" && as_dir=.
4150 for ac_exec_ext in '' $ac_executable_extensions; do
4151 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
4152 ac_cv_prog_BISON="$ac_prog"
4153 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
4154 break 2
4156 done
4157 done
4158 IFS=$as_save_IFS
4162 BISON=$ac_cv_prog_BISON
4163 if test -n "$BISON"; then
4164 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $BISON" >&5
4165 $as_echo "$BISON" >&6; }
4166 else
4167 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
4168 $as_echo "no" >&6; }
4172 test -n "$BISON" && break
4173 done
4174 test -n "$BISON" || BISON="none"
4176 if test "$BISON" = "none"
4177 then
4178 as_fn_error "no suitable bison found. Please install the 'bison' package." "$LINENO" 5
4181 if test -n "$ac_tool_prefix"; then
4182 for ac_prog in ar gar
4184 # Extract the first word of "$ac_tool_prefix$ac_prog", so it can be a program name with args.
4185 set dummy $ac_tool_prefix$ac_prog; ac_word=$2
4186 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
4187 $as_echo_n "checking for $ac_word... " >&6; }
4188 if test "${ac_cv_prog_AR+set}" = set; then :
4189 $as_echo_n "(cached) " >&6
4190 else
4191 if test -n "$AR"; then
4192 ac_cv_prog_AR="$AR" # Let the user override the test.
4193 else
4194 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
4195 for as_dir in $PATH
4197 IFS=$as_save_IFS
4198 test -z "$as_dir" && as_dir=.
4199 for ac_exec_ext in '' $ac_executable_extensions; do
4200 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
4201 ac_cv_prog_AR="$ac_tool_prefix$ac_prog"
4202 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
4203 break 2
4205 done
4206 done
4207 IFS=$as_save_IFS
4211 AR=$ac_cv_prog_AR
4212 if test -n "$AR"; then
4213 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $AR" >&5
4214 $as_echo "$AR" >&6; }
4215 else
4216 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
4217 $as_echo "no" >&6; }
4221 test -n "$AR" && break
4222 done
4224 if test -z "$AR"; then
4225 ac_ct_AR=$AR
4226 for ac_prog in ar gar
4228 # Extract the first word of "$ac_prog", so it can be a program name with args.
4229 set dummy $ac_prog; ac_word=$2
4230 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
4231 $as_echo_n "checking for $ac_word... " >&6; }
4232 if test "${ac_cv_prog_ac_ct_AR+set}" = set; then :
4233 $as_echo_n "(cached) " >&6
4234 else
4235 if test -n "$ac_ct_AR"; then
4236 ac_cv_prog_ac_ct_AR="$ac_ct_AR" # Let the user override the test.
4237 else
4238 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
4239 for as_dir in $PATH
4241 IFS=$as_save_IFS
4242 test -z "$as_dir" && as_dir=.
4243 for ac_exec_ext in '' $ac_executable_extensions; do
4244 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
4245 ac_cv_prog_ac_ct_AR="$ac_prog"
4246 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
4247 break 2
4249 done
4250 done
4251 IFS=$as_save_IFS
4255 ac_ct_AR=$ac_cv_prog_ac_ct_AR
4256 if test -n "$ac_ct_AR"; then
4257 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_ct_AR" >&5
4258 $as_echo "$ac_ct_AR" >&6; }
4259 else
4260 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
4261 $as_echo "no" >&6; }
4265 test -n "$ac_ct_AR" && break
4266 done
4268 if test "x$ac_ct_AR" = x; then
4269 AR="ar"
4270 else
4271 case $cross_compiling:$ac_tool_warned in
4272 yes:)
4273 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: using cross tools not prefixed with host triplet" >&5
4274 $as_echo "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;}
4275 ac_tool_warned=yes ;;
4276 esac
4277 AR=$ac_ct_AR
4281 ARFLAGS=rc
4283 if test -n "$ac_tool_prefix"; then
4284 # Extract the first word of "${ac_tool_prefix}ranlib", so it can be a program name with args.
4285 set dummy ${ac_tool_prefix}ranlib; ac_word=$2
4286 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
4287 $as_echo_n "checking for $ac_word... " >&6; }
4288 if test "${ac_cv_prog_RANLIB+set}" = set; then :
4289 $as_echo_n "(cached) " >&6
4290 else
4291 if test -n "$RANLIB"; then
4292 ac_cv_prog_RANLIB="$RANLIB" # Let the user override the test.
4293 else
4294 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
4295 for as_dir in $PATH
4297 IFS=$as_save_IFS
4298 test -z "$as_dir" && as_dir=.
4299 for ac_exec_ext in '' $ac_executable_extensions; do
4300 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
4301 ac_cv_prog_RANLIB="${ac_tool_prefix}ranlib"
4302 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
4303 break 2
4305 done
4306 done
4307 IFS=$as_save_IFS
4311 RANLIB=$ac_cv_prog_RANLIB
4312 if test -n "$RANLIB"; then
4313 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $RANLIB" >&5
4314 $as_echo "$RANLIB" >&6; }
4315 else
4316 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
4317 $as_echo "no" >&6; }
4322 if test -z "$ac_cv_prog_RANLIB"; then
4323 ac_ct_RANLIB=$RANLIB
4324 # Extract the first word of "ranlib", so it can be a program name with args.
4325 set dummy ranlib; ac_word=$2
4326 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
4327 $as_echo_n "checking for $ac_word... " >&6; }
4328 if test "${ac_cv_prog_ac_ct_RANLIB+set}" = set; then :
4329 $as_echo_n "(cached) " >&6
4330 else
4331 if test -n "$ac_ct_RANLIB"; then
4332 ac_cv_prog_ac_ct_RANLIB="$ac_ct_RANLIB" # Let the user override the test.
4333 else
4334 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
4335 for as_dir in $PATH
4337 IFS=$as_save_IFS
4338 test -z "$as_dir" && as_dir=.
4339 for ac_exec_ext in '' $ac_executable_extensions; do
4340 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
4341 ac_cv_prog_ac_ct_RANLIB="ranlib"
4342 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
4343 break 2
4345 done
4346 done
4347 IFS=$as_save_IFS
4351 ac_ct_RANLIB=$ac_cv_prog_ac_ct_RANLIB
4352 if test -n "$ac_ct_RANLIB"; then
4353 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_ct_RANLIB" >&5
4354 $as_echo "$ac_ct_RANLIB" >&6; }
4355 else
4356 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
4357 $as_echo "no" >&6; }
4360 if test "x$ac_ct_RANLIB" = x; then
4361 RANLIB=":"
4362 else
4363 case $cross_compiling:$ac_tool_warned in
4364 yes:)
4365 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: using cross tools not prefixed with host triplet" >&5
4366 $as_echo "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;}
4367 ac_tool_warned=yes ;;
4368 esac
4369 RANLIB=$ac_ct_RANLIB
4371 else
4372 RANLIB="$ac_cv_prog_RANLIB"
4375 if test -n "$ac_tool_prefix"; then
4376 # Extract the first word of "${ac_tool_prefix}strip", so it can be a program name with args.
4377 set dummy ${ac_tool_prefix}strip; ac_word=$2
4378 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
4379 $as_echo_n "checking for $ac_word... " >&6; }
4380 if test "${ac_cv_prog_STRIP+set}" = set; then :
4381 $as_echo_n "(cached) " >&6
4382 else
4383 if test -n "$STRIP"; then
4384 ac_cv_prog_STRIP="$STRIP" # Let the user override the test.
4385 else
4386 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
4387 for as_dir in $PATH
4389 IFS=$as_save_IFS
4390 test -z "$as_dir" && as_dir=.
4391 for ac_exec_ext in '' $ac_executable_extensions; do
4392 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
4393 ac_cv_prog_STRIP="${ac_tool_prefix}strip"
4394 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
4395 break 2
4397 done
4398 done
4399 IFS=$as_save_IFS
4403 STRIP=$ac_cv_prog_STRIP
4404 if test -n "$STRIP"; then
4405 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $STRIP" >&5
4406 $as_echo "$STRIP" >&6; }
4407 else
4408 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
4409 $as_echo "no" >&6; }
4414 if test -z "$ac_cv_prog_STRIP"; then
4415 ac_ct_STRIP=$STRIP
4416 # Extract the first word of "strip", so it can be a program name with args.
4417 set dummy strip; ac_word=$2
4418 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
4419 $as_echo_n "checking for $ac_word... " >&6; }
4420 if test "${ac_cv_prog_ac_ct_STRIP+set}" = set; then :
4421 $as_echo_n "(cached) " >&6
4422 else
4423 if test -n "$ac_ct_STRIP"; then
4424 ac_cv_prog_ac_ct_STRIP="$ac_ct_STRIP" # Let the user override the test.
4425 else
4426 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
4427 for as_dir in $PATH
4429 IFS=$as_save_IFS
4430 test -z "$as_dir" && as_dir=.
4431 for ac_exec_ext in '' $ac_executable_extensions; do
4432 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
4433 ac_cv_prog_ac_ct_STRIP="strip"
4434 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
4435 break 2
4437 done
4438 done
4439 IFS=$as_save_IFS
4443 ac_ct_STRIP=$ac_cv_prog_ac_ct_STRIP
4444 if test -n "$ac_ct_STRIP"; then
4445 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_ct_STRIP" >&5
4446 $as_echo "$ac_ct_STRIP" >&6; }
4447 else
4448 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
4449 $as_echo "no" >&6; }
4452 if test "x$ac_ct_STRIP" = x; then
4453 STRIP="strip"
4454 else
4455 case $cross_compiling:$ac_tool_warned in
4456 yes:)
4457 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: using cross tools not prefixed with host triplet" >&5
4458 $as_echo "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;}
4459 ac_tool_warned=yes ;;
4460 esac
4461 STRIP=$ac_ct_STRIP
4463 else
4464 STRIP="$ac_cv_prog_STRIP"
4467 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether ln -s works" >&5
4468 $as_echo_n "checking whether ln -s works... " >&6; }
4469 LN_S=$as_ln_s
4470 if test "$LN_S" = "ln -s"; then
4471 { $as_echo "$as_me:${as_lineno-$LINENO}: result: yes" >&5
4472 $as_echo "yes" >&6; }
4473 else
4474 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no, using $LN_S" >&5
4475 $as_echo "no, using $LN_S" >&6; }
4478 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether ln works" >&5
4479 $as_echo_n "checking whether ln works... " >&6; }
4480 rm -f conf$$ conf$$.file
4481 echo >conf$$.file
4482 if ln conf$$.file conf$$ 2>/dev/null; then
4483 LN=ln
4485 { $as_echo "$as_me:${as_lineno-$LINENO}: result: yes" >&5
4486 $as_echo "yes" >&6; }
4487 else
4488 LN="cp -p"
4490 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no, using $LN" >&5
4491 $as_echo "no, using $LN" >&6; }
4493 rm -f conf$$ conf$$.file
4494 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for grep that handles long lines and -e" >&5
4495 $as_echo_n "checking for grep that handles long lines and -e... " >&6; }
4496 if test "${ac_cv_path_GREP+set}" = set; then :
4497 $as_echo_n "(cached) " >&6
4498 else
4499 if test -z "$GREP"; then
4500 ac_path_GREP_found=false
4501 # Loop through the user's path and test for each of PROGNAME-LIST
4502 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
4503 for as_dir in $PATH$PATH_SEPARATOR/usr/xpg4/bin
4505 IFS=$as_save_IFS
4506 test -z "$as_dir" && as_dir=.
4507 for ac_prog in grep ggrep; do
4508 for ac_exec_ext in '' $ac_executable_extensions; do
4509 ac_path_GREP="$as_dir/$ac_prog$ac_exec_ext"
4510 { test -f "$ac_path_GREP" && $as_test_x "$ac_path_GREP"; } || continue
4511 # Check for GNU ac_path_GREP and select it if it is found.
4512 # Check for GNU $ac_path_GREP
4513 case `"$ac_path_GREP" --version 2>&1` in
4514 *GNU*)
4515 ac_cv_path_GREP="$ac_path_GREP" ac_path_GREP_found=:;;
4517 ac_count=0
4518 $as_echo_n 0123456789 >"conftest.in"
4519 while :
4521 cat "conftest.in" "conftest.in" >"conftest.tmp"
4522 mv "conftest.tmp" "conftest.in"
4523 cp "conftest.in" "conftest.nl"
4524 $as_echo 'GREP' >> "conftest.nl"
4525 "$ac_path_GREP" -e 'GREP$' -e '-(cannot match)-' < "conftest.nl" >"conftest.out" 2>/dev/null || break
4526 diff "conftest.out" "conftest.nl" >/dev/null 2>&1 || break
4527 as_fn_arith $ac_count + 1 && ac_count=$as_val
4528 if test $ac_count -gt ${ac_path_GREP_max-0}; then
4529 # Best one so far, save it but keep looking for a better one
4530 ac_cv_path_GREP="$ac_path_GREP"
4531 ac_path_GREP_max=$ac_count
4533 # 10*(2^10) chars as input seems more than enough
4534 test $ac_count -gt 10 && break
4535 done
4536 rm -f conftest.in conftest.tmp conftest.nl conftest.out;;
4537 esac
4539 $ac_path_GREP_found && break 3
4540 done
4541 done
4542 done
4543 IFS=$as_save_IFS
4544 if test -z "$ac_cv_path_GREP"; then
4545 as_fn_error "no acceptable grep could be found in $PATH$PATH_SEPARATOR/usr/xpg4/bin" "$LINENO" 5
4547 else
4548 ac_cv_path_GREP=$GREP
4552 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_path_GREP" >&5
4553 $as_echo "$ac_cv_path_GREP" >&6; }
4554 GREP="$ac_cv_path_GREP"
4557 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for egrep" >&5
4558 $as_echo_n "checking for egrep... " >&6; }
4559 if test "${ac_cv_path_EGREP+set}" = set; then :
4560 $as_echo_n "(cached) " >&6
4561 else
4562 if echo a | $GREP -E '(a|b)' >/dev/null 2>&1
4563 then ac_cv_path_EGREP="$GREP -E"
4564 else
4565 if test -z "$EGREP"; then
4566 ac_path_EGREP_found=false
4567 # Loop through the user's path and test for each of PROGNAME-LIST
4568 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
4569 for as_dir in $PATH$PATH_SEPARATOR/usr/xpg4/bin
4571 IFS=$as_save_IFS
4572 test -z "$as_dir" && as_dir=.
4573 for ac_prog in egrep; do
4574 for ac_exec_ext in '' $ac_executable_extensions; do
4575 ac_path_EGREP="$as_dir/$ac_prog$ac_exec_ext"
4576 { test -f "$ac_path_EGREP" && $as_test_x "$ac_path_EGREP"; } || continue
4577 # Check for GNU ac_path_EGREP and select it if it is found.
4578 # Check for GNU $ac_path_EGREP
4579 case `"$ac_path_EGREP" --version 2>&1` in
4580 *GNU*)
4581 ac_cv_path_EGREP="$ac_path_EGREP" ac_path_EGREP_found=:;;
4583 ac_count=0
4584 $as_echo_n 0123456789 >"conftest.in"
4585 while :
4587 cat "conftest.in" "conftest.in" >"conftest.tmp"
4588 mv "conftest.tmp" "conftest.in"
4589 cp "conftest.in" "conftest.nl"
4590 $as_echo 'EGREP' >> "conftest.nl"
4591 "$ac_path_EGREP" 'EGREP$' < "conftest.nl" >"conftest.out" 2>/dev/null || break
4592 diff "conftest.out" "conftest.nl" >/dev/null 2>&1 || break
4593 as_fn_arith $ac_count + 1 && ac_count=$as_val
4594 if test $ac_count -gt ${ac_path_EGREP_max-0}; then
4595 # Best one so far, save it but keep looking for a better one
4596 ac_cv_path_EGREP="$ac_path_EGREP"
4597 ac_path_EGREP_max=$ac_count
4599 # 10*(2^10) chars as input seems more than enough
4600 test $ac_count -gt 10 && break
4601 done
4602 rm -f conftest.in conftest.tmp conftest.nl conftest.out;;
4603 esac
4605 $ac_path_EGREP_found && break 3
4606 done
4607 done
4608 done
4609 IFS=$as_save_IFS
4610 if test -z "$ac_cv_path_EGREP"; then
4611 as_fn_error "no acceptable egrep could be found in $PATH$PATH_SEPARATOR/usr/xpg4/bin" "$LINENO" 5
4613 else
4614 ac_cv_path_EGREP=$EGREP
4619 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_path_EGREP" >&5
4620 $as_echo "$ac_cv_path_EGREP" >&6; }
4621 EGREP="$ac_cv_path_EGREP"
4624 # Extract the first word of "ldconfig", so it can be a program name with args.
4625 set dummy ldconfig; ac_word=$2
4626 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
4627 $as_echo_n "checking for $ac_word... " >&6; }
4628 if test "${ac_cv_path_LDCONFIG+set}" = set; then :
4629 $as_echo_n "(cached) " >&6
4630 else
4631 case $LDCONFIG in
4632 [\\/]* | ?:[\\/]*)
4633 ac_cv_path_LDCONFIG="$LDCONFIG" # Let the user override the test with a path.
4636 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
4637 for as_dir in /sbin /usr/sbin $PATH
4639 IFS=$as_save_IFS
4640 test -z "$as_dir" && as_dir=.
4641 for ac_exec_ext in '' $ac_executable_extensions; do
4642 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
4643 ac_cv_path_LDCONFIG="$as_dir/$ac_word$ac_exec_ext"
4644 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
4645 break 2
4647 done
4648 done
4649 IFS=$as_save_IFS
4651 test -z "$ac_cv_path_LDCONFIG" && ac_cv_path_LDCONFIG="true"
4653 esac
4655 LDCONFIG=$ac_cv_path_LDCONFIG
4656 if test -n "$LDCONFIG"; then
4657 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $LDCONFIG" >&5
4658 $as_echo "$LDCONFIG" >&6; }
4659 else
4660 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
4661 $as_echo "no" >&6; }
4665 # Find a good install program. We prefer a C program (faster),
4666 # so one script is as good as another. But avoid the broken or
4667 # incompatible versions:
4668 # SysV /etc/install, /usr/sbin/install
4669 # SunOS /usr/etc/install
4670 # IRIX /sbin/install
4671 # AIX /bin/install
4672 # AmigaOS /C/install, which installs bootblocks on floppy discs
4673 # AIX 4 /usr/bin/installbsd, which doesn't work without a -g flag
4674 # AFS /usr/afsws/bin/install, which mishandles nonexistent args
4675 # SVR4 /usr/ucb/install, which tries to use the nonexistent group "staff"
4676 # OS/2's system install, which has a completely different semantic
4677 # ./install, which can be erroneously created by make from ./install.sh.
4678 # Reject install programs that cannot install multiple files.
4679 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for a BSD-compatible install" >&5
4680 $as_echo_n "checking for a BSD-compatible install... " >&6; }
4681 if test -z "$INSTALL"; then
4682 if test "${ac_cv_path_install+set}" = set; then :
4683 $as_echo_n "(cached) " >&6
4684 else
4685 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
4686 for as_dir in $PATH
4688 IFS=$as_save_IFS
4689 test -z "$as_dir" && as_dir=.
4690 # Account for people who put trailing slashes in PATH elements.
4691 case $as_dir/ in #((
4692 ./ | .// | /[cC]/* | \
4693 /etc/* | /usr/sbin/* | /usr/etc/* | /sbin/* | /usr/afsws/bin/* | \
4694 ?:[\\/]os2[\\/]install[\\/]* | ?:[\\/]OS2[\\/]INSTALL[\\/]* | \
4695 /usr/ucb/* ) ;;
4697 # OSF1 and SCO ODT 3.0 have their own names for install.
4698 # Don't use installbsd from OSF since it installs stuff as root
4699 # by default.
4700 for ac_prog in ginstall scoinst install; do
4701 for ac_exec_ext in '' $ac_executable_extensions; do
4702 if { test -f "$as_dir/$ac_prog$ac_exec_ext" && $as_test_x "$as_dir/$ac_prog$ac_exec_ext"; }; then
4703 if test $ac_prog = install &&
4704 grep dspmsg "$as_dir/$ac_prog$ac_exec_ext" >/dev/null 2>&1; then
4705 # AIX install. It has an incompatible calling convention.
4707 elif test $ac_prog = install &&
4708 grep pwplus "$as_dir/$ac_prog$ac_exec_ext" >/dev/null 2>&1; then
4709 # program-specific install script used by HP pwplus--don't use.
4711 else
4712 rm -rf conftest.one conftest.two conftest.dir
4713 echo one > conftest.one
4714 echo two > conftest.two
4715 mkdir conftest.dir
4716 if "$as_dir/$ac_prog$ac_exec_ext" -c conftest.one conftest.two "`pwd`/conftest.dir" &&
4717 test -s conftest.one && test -s conftest.two &&
4718 test -s conftest.dir/conftest.one &&
4719 test -s conftest.dir/conftest.two
4720 then
4721 ac_cv_path_install="$as_dir/$ac_prog$ac_exec_ext -c"
4722 break 3
4726 done
4727 done
4729 esac
4731 done
4732 IFS=$as_save_IFS
4734 rm -rf conftest.one conftest.two conftest.dir
4737 if test "${ac_cv_path_install+set}" = set; then
4738 INSTALL=$ac_cv_path_install
4739 else
4740 # As a last resort, use the slow shell script. Don't cache a
4741 # value for INSTALL within a source directory, because that will
4742 # break other packages using the cache if that directory is
4743 # removed, or if the value is a relative name.
4744 INSTALL=$ac_install_sh
4747 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $INSTALL" >&5
4748 $as_echo "$INSTALL" >&6; }
4750 # Use test -z because SunOS4 sh mishandles braces in ${var-val}.
4751 # It thinks the first close brace ends the variable substitution.
4752 test -z "$INSTALL_PROGRAM" && INSTALL_PROGRAM='${INSTALL}'
4754 test -z "$INSTALL_SCRIPT" && INSTALL_SCRIPT='${INSTALL}'
4756 test -z "$INSTALL_DATA" && INSTALL_DATA='${INSTALL} -m 644'
4758 case "$INSTALL" in
4759 [\\/$]* | ?:[\\/]* ) ;;
4760 *) INSTALL="\\\$(TOPSRCDIR)/$INSTALL" ;;
4761 esac
4763 for ac_prog in lclint lint
4765 # Extract the first word of "$ac_prog", so it can be a program name with args.
4766 set dummy $ac_prog; ac_word=$2
4767 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
4768 $as_echo_n "checking for $ac_word... " >&6; }
4769 if test "${ac_cv_prog_LINT+set}" = set; then :
4770 $as_echo_n "(cached) " >&6
4771 else
4772 if test -n "$LINT"; then
4773 ac_cv_prog_LINT="$LINT" # Let the user override the test.
4774 else
4775 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
4776 for as_dir in $PATH
4778 IFS=$as_save_IFS
4779 test -z "$as_dir" && as_dir=.
4780 for ac_exec_ext in '' $ac_executable_extensions; do
4781 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
4782 ac_cv_prog_LINT="$ac_prog"
4783 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
4784 break 2
4786 done
4787 done
4788 IFS=$as_save_IFS
4792 LINT=$ac_cv_prog_LINT
4793 if test -n "$LINT"; then
4794 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $LINT" >&5
4795 $as_echo "$LINT" >&6; }
4796 else
4797 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
4798 $as_echo "no" >&6; }
4802 test -n "$LINT" && break
4803 done
4805 if test "$LINT" = "lint"
4806 then
4807 LINTFLAGS="$LINTFLAGS -errchk=%all,no%longptr64 -errhdr=%user -Ncheck=macro -Nlevel=4"
4812 for ac_prog in fontforge
4814 # Extract the first word of "$ac_prog", so it can be a program name with args.
4815 set dummy $ac_prog; ac_word=$2
4816 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
4817 $as_echo_n "checking for $ac_word... " >&6; }
4818 if test "${ac_cv_prog_FONTFORGE+set}" = set; then :
4819 $as_echo_n "(cached) " >&6
4820 else
4821 if test -n "$FONTFORGE"; then
4822 ac_cv_prog_FONTFORGE="$FONTFORGE" # Let the user override the test.
4823 else
4824 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
4825 for as_dir in $PATH
4827 IFS=$as_save_IFS
4828 test -z "$as_dir" && as_dir=.
4829 for ac_exec_ext in '' $ac_executable_extensions; do
4830 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
4831 ac_cv_prog_FONTFORGE="$ac_prog"
4832 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
4833 break 2
4835 done
4836 done
4837 IFS=$as_save_IFS
4841 FONTFORGE=$ac_cv_prog_FONTFORGE
4842 if test -n "$FONTFORGE"; then
4843 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $FONTFORGE" >&5
4844 $as_echo "$FONTFORGE" >&6; }
4845 else
4846 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
4847 $as_echo "no" >&6; }
4851 test -n "$FONTFORGE" && break
4852 done
4853 test -n "$FONTFORGE" || FONTFORGE="false"
4855 for ac_prog in pkg-config
4857 # Extract the first word of "$ac_prog", so it can be a program name with args.
4858 set dummy $ac_prog; ac_word=$2
4859 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
4860 $as_echo_n "checking for $ac_word... " >&6; }
4861 if test "${ac_cv_prog_PKG_CONFIG+set}" = set; then :
4862 $as_echo_n "(cached) " >&6
4863 else
4864 if test -n "$PKG_CONFIG"; then
4865 ac_cv_prog_PKG_CONFIG="$PKG_CONFIG" # Let the user override the test.
4866 else
4867 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
4868 for as_dir in $PATH
4870 IFS=$as_save_IFS
4871 test -z "$as_dir" && as_dir=.
4872 for ac_exec_ext in '' $ac_executable_extensions; do
4873 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
4874 ac_cv_prog_PKG_CONFIG="$ac_prog"
4875 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
4876 break 2
4878 done
4879 done
4880 IFS=$as_save_IFS
4884 PKG_CONFIG=$ac_cv_prog_PKG_CONFIG
4885 if test -n "$PKG_CONFIG"; then
4886 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $PKG_CONFIG" >&5
4887 $as_echo "$PKG_CONFIG" >&6; }
4888 else
4889 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
4890 $as_echo "no" >&6; }
4894 test -n "$PKG_CONFIG" && break
4895 done
4896 test -n "$PKG_CONFIG" || PKG_CONFIG="false"
4898 for ac_prog in rsvg
4900 # Extract the first word of "$ac_prog", so it can be a program name with args.
4901 set dummy $ac_prog; ac_word=$2
4902 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
4903 $as_echo_n "checking for $ac_word... " >&6; }
4904 if test "${ac_cv_prog_RSVG+set}" = set; then :
4905 $as_echo_n "(cached) " >&6
4906 else
4907 if test -n "$RSVG"; then
4908 ac_cv_prog_RSVG="$RSVG" # Let the user override the test.
4909 else
4910 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
4911 for as_dir in $PATH
4913 IFS=$as_save_IFS
4914 test -z "$as_dir" && as_dir=.
4915 for ac_exec_ext in '' $ac_executable_extensions; do
4916 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
4917 ac_cv_prog_RSVG="$ac_prog"
4918 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
4919 break 2
4921 done
4922 done
4923 IFS=$as_save_IFS
4927 RSVG=$ac_cv_prog_RSVG
4928 if test -n "$RSVG"; then
4929 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $RSVG" >&5
4930 $as_echo "$RSVG" >&6; }
4931 else
4932 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
4933 $as_echo "no" >&6; }
4937 test -n "$RSVG" && break
4938 done
4939 test -n "$RSVG" || RSVG="false"
4941 for ac_prog in icotool
4943 # Extract the first word of "$ac_prog", so it can be a program name with args.
4944 set dummy $ac_prog; ac_word=$2
4945 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
4946 $as_echo_n "checking for $ac_word... " >&6; }
4947 if test "${ac_cv_prog_ICOTOOL+set}" = set; then :
4948 $as_echo_n "(cached) " >&6
4949 else
4950 if test -n "$ICOTOOL"; then
4951 ac_cv_prog_ICOTOOL="$ICOTOOL" # Let the user override the test.
4952 else
4953 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
4954 for as_dir in $PATH
4956 IFS=$as_save_IFS
4957 test -z "$as_dir" && as_dir=.
4958 for ac_exec_ext in '' $ac_executable_extensions; do
4959 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
4960 ac_cv_prog_ICOTOOL="$ac_prog"
4961 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
4962 break 2
4964 done
4965 done
4966 IFS=$as_save_IFS
4970 ICOTOOL=$ac_cv_prog_ICOTOOL
4971 if test -n "$ICOTOOL"; then
4972 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ICOTOOL" >&5
4973 $as_echo "$ICOTOOL" >&6; }
4974 else
4975 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
4976 $as_echo "no" >&6; }
4980 test -n "$ICOTOOL" && break
4981 done
4982 test -n "$ICOTOOL" || ICOTOOL="false"
4985 if test "${enable_maintainer_mode+set}" = set
4986 then
4987 if test "$FONTFORGE" = "false"; then wine_warnings="$wine_warnings|fontforge is missing, fonts can't be rebuilt."; fi
4988 if test "$RSVG" = "false"; then wine_warnings="$wine_warnings|rsvg is missing, icons can't be rebuilt."; fi
4989 if test "$ICOTOOL" = "false"; then wine_warnings="$wine_warnings|icotool is missing, icons can't be rebuilt."; fi
4992 case $host_cpu in
4993 *i[3456789]86*)
4994 # Extract the first word of "prelink", so it can be a program name with args.
4995 set dummy prelink; ac_word=$2
4996 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
4997 $as_echo_n "checking for $ac_word... " >&6; }
4998 if test "${ac_cv_path_PRELINK+set}" = set; then :
4999 $as_echo_n "(cached) " >&6
5000 else
5001 case $PRELINK in
5002 [\\/]* | ?:[\\/]*)
5003 ac_cv_path_PRELINK="$PRELINK" # Let the user override the test with a path.
5006 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
5007 for as_dir in /sbin /usr/sbin $PATH
5009 IFS=$as_save_IFS
5010 test -z "$as_dir" && as_dir=.
5011 for ac_exec_ext in '' $ac_executable_extensions; do
5012 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
5013 ac_cv_path_PRELINK="$as_dir/$ac_word$ac_exec_ext"
5014 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
5015 break 2
5017 done
5018 done
5019 IFS=$as_save_IFS
5021 test -z "$ac_cv_path_PRELINK" && ac_cv_path_PRELINK="false"
5023 esac
5025 PRELINK=$ac_cv_path_PRELINK
5026 if test -n "$PRELINK"; then
5027 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $PRELINK" >&5
5028 $as_echo "$PRELINK" >&6; }
5029 else
5030 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
5031 $as_echo "no" >&6; }
5036 esac
5039 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for i386_set_ldt in -li386" >&5
5040 $as_echo_n "checking for i386_set_ldt in -li386... " >&6; }
5041 if test "${ac_cv_lib_i386_i386_set_ldt+set}" = set; then :
5042 $as_echo_n "(cached) " >&6
5043 else
5044 ac_check_lib_save_LIBS=$LIBS
5045 LIBS="-li386 $LIBS"
5046 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
5047 /* end confdefs.h. */
5049 /* Override any GCC internal prototype to avoid an error.
5050 Use char because int might match the return type of a GCC
5051 builtin and then its argument prototype would still apply. */
5052 #ifdef __cplusplus
5053 extern "C"
5054 #endif
5055 char i386_set_ldt ();
5057 main ()
5059 return i386_set_ldt ();
5061 return 0;
5063 _ACEOF
5064 if ac_fn_c_try_link "$LINENO"; then :
5065 ac_cv_lib_i386_i386_set_ldt=yes
5066 else
5067 ac_cv_lib_i386_i386_set_ldt=no
5069 rm -f core conftest.err conftest.$ac_objext \
5070 conftest$ac_exeext conftest.$ac_ext
5071 LIBS=$ac_check_lib_save_LIBS
5073 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_i386_i386_set_ldt" >&5
5074 $as_echo "$ac_cv_lib_i386_i386_set_ldt" >&6; }
5075 if test "x$ac_cv_lib_i386_i386_set_ldt" = x""yes; then :
5076 cat >>confdefs.h <<_ACEOF
5077 #define HAVE_LIBI386 1
5078 _ACEOF
5080 LIBS="-li386 $LIBS"
5084 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for _oss_ioctl in -lossaudio" >&5
5085 $as_echo_n "checking for _oss_ioctl in -lossaudio... " >&6; }
5086 if test "${ac_cv_lib_ossaudio__oss_ioctl+set}" = set; then :
5087 $as_echo_n "(cached) " >&6
5088 else
5089 ac_check_lib_save_LIBS=$LIBS
5090 LIBS="-lossaudio $LIBS"
5091 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
5092 /* end confdefs.h. */
5094 /* Override any GCC internal prototype to avoid an error.
5095 Use char because int might match the return type of a GCC
5096 builtin and then its argument prototype would still apply. */
5097 #ifdef __cplusplus
5098 extern "C"
5099 #endif
5100 char _oss_ioctl ();
5102 main ()
5104 return _oss_ioctl ();
5106 return 0;
5108 _ACEOF
5109 if ac_fn_c_try_link "$LINENO"; then :
5110 ac_cv_lib_ossaudio__oss_ioctl=yes
5111 else
5112 ac_cv_lib_ossaudio__oss_ioctl=no
5114 rm -f core conftest.err conftest.$ac_objext \
5115 conftest$ac_exeext conftest.$ac_ext
5116 LIBS=$ac_check_lib_save_LIBS
5118 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_ossaudio__oss_ioctl" >&5
5119 $as_echo "$ac_cv_lib_ossaudio__oss_ioctl" >&6; }
5120 if test "x$ac_cv_lib_ossaudio__oss_ioctl" = x""yes; then :
5121 cat >>confdefs.h <<_ACEOF
5122 #define HAVE_LIBOSSAUDIO 1
5123 _ACEOF
5125 LIBS="-lossaudio $LIBS"
5130 XLIB=""
5132 OPENGL_LIBS=""
5136 ac_ext=c
5137 ac_cpp='$CPP $CPPFLAGS'
5138 ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
5139 ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
5140 ac_compiler_gnu=$ac_cv_c_compiler_gnu
5141 { $as_echo "$as_me:${as_lineno-$LINENO}: checking how to run the C preprocessor" >&5
5142 $as_echo_n "checking how to run the C preprocessor... " >&6; }
5143 # On Suns, sometimes $CPP names a directory.
5144 if test -n "$CPP" && test -d "$CPP"; then
5145 CPP=
5147 if test -z "$CPP"; then
5148 if test "${ac_cv_prog_CPP+set}" = set; then :
5149 $as_echo_n "(cached) " >&6
5150 else
5151 # Double quotes because CPP needs to be expanded
5152 for CPP in "$CC -E" "$CC -E -traditional-cpp" "/lib/cpp"
5154 ac_preproc_ok=false
5155 for ac_c_preproc_warn_flag in '' yes
5157 # Use a header file that comes with gcc, so configuring glibc
5158 # with a fresh cross-compiler works.
5159 # Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
5160 # <limits.h> exists even on freestanding compilers.
5161 # On the NeXT, cc -E runs the code through the compiler's parser,
5162 # not just through cpp. "Syntax error" is here to catch this case.
5163 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
5164 /* end confdefs.h. */
5165 #ifdef __STDC__
5166 # include <limits.h>
5167 #else
5168 # include <assert.h>
5169 #endif
5170 Syntax error
5171 _ACEOF
5172 if ac_fn_c_try_cpp "$LINENO"; then :
5174 else
5175 # Broken: fails on valid input.
5176 continue
5178 rm -f conftest.err conftest.$ac_ext
5180 # OK, works on sane cases. Now check whether nonexistent headers
5181 # can be detected and how.
5182 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
5183 /* end confdefs.h. */
5184 #include <ac_nonexistent.h>
5185 _ACEOF
5186 if ac_fn_c_try_cpp "$LINENO"; then :
5187 # Broken: success on invalid input.
5188 continue
5189 else
5190 # Passes both tests.
5191 ac_preproc_ok=:
5192 break
5194 rm -f conftest.err conftest.$ac_ext
5196 done
5197 # Because of `break', _AC_PREPROC_IFELSE's cleaning code was skipped.
5198 rm -f conftest.err conftest.$ac_ext
5199 if $ac_preproc_ok; then :
5200 break
5203 done
5204 ac_cv_prog_CPP=$CPP
5207 CPP=$ac_cv_prog_CPP
5208 else
5209 ac_cv_prog_CPP=$CPP
5211 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $CPP" >&5
5212 $as_echo "$CPP" >&6; }
5213 ac_preproc_ok=false
5214 for ac_c_preproc_warn_flag in '' yes
5216 # Use a header file that comes with gcc, so configuring glibc
5217 # with a fresh cross-compiler works.
5218 # Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
5219 # <limits.h> exists even on freestanding compilers.
5220 # On the NeXT, cc -E runs the code through the compiler's parser,
5221 # not just through cpp. "Syntax error" is here to catch this case.
5222 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
5223 /* end confdefs.h. */
5224 #ifdef __STDC__
5225 # include <limits.h>
5226 #else
5227 # include <assert.h>
5228 #endif
5229 Syntax error
5230 _ACEOF
5231 if ac_fn_c_try_cpp "$LINENO"; then :
5233 else
5234 # Broken: fails on valid input.
5235 continue
5237 rm -f conftest.err conftest.$ac_ext
5239 # OK, works on sane cases. Now check whether nonexistent headers
5240 # can be detected and how.
5241 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
5242 /* end confdefs.h. */
5243 #include <ac_nonexistent.h>
5244 _ACEOF
5245 if ac_fn_c_try_cpp "$LINENO"; then :
5246 # Broken: success on invalid input.
5247 continue
5248 else
5249 # Passes both tests.
5250 ac_preproc_ok=:
5251 break
5253 rm -f conftest.err conftest.$ac_ext
5255 done
5256 # Because of `break', _AC_PREPROC_IFELSE's cleaning code was skipped.
5257 rm -f conftest.err conftest.$ac_ext
5258 if $ac_preproc_ok; then :
5260 else
5261 { { $as_echo "$as_me:${as_lineno-$LINENO}: error: in \`$ac_pwd':" >&5
5262 $as_echo "$as_me: error: in \`$ac_pwd':" >&2;}
5263 as_fn_error "C preprocessor \"$CPP\" fails sanity check
5264 See \`config.log' for more details." "$LINENO" 5; }
5267 ac_ext=c
5268 ac_cpp='$CPP $CPPFLAGS'
5269 ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
5270 ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
5271 ac_compiler_gnu=$ac_cv_c_compiler_gnu
5274 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for ANSI C header files" >&5
5275 $as_echo_n "checking for ANSI C header files... " >&6; }
5276 if test "${ac_cv_header_stdc+set}" = set; then :
5277 $as_echo_n "(cached) " >&6
5278 else
5279 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
5280 /* end confdefs.h. */
5281 #include <stdlib.h>
5282 #include <stdarg.h>
5283 #include <string.h>
5284 #include <float.h>
5287 main ()
5291 return 0;
5293 _ACEOF
5294 if ac_fn_c_try_compile "$LINENO"; then :
5295 ac_cv_header_stdc=yes
5296 else
5297 ac_cv_header_stdc=no
5299 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
5301 if test $ac_cv_header_stdc = yes; then
5302 # SunOS 4.x string.h does not declare mem*, contrary to ANSI.
5303 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
5304 /* end confdefs.h. */
5305 #include <string.h>
5307 _ACEOF
5308 if (eval "$ac_cpp conftest.$ac_ext") 2>&5 |
5309 $EGREP "memchr" >/dev/null 2>&1; then :
5311 else
5312 ac_cv_header_stdc=no
5314 rm -f conftest*
5318 if test $ac_cv_header_stdc = yes; then
5319 # ISC 2.0.2 stdlib.h does not declare free, contrary to ANSI.
5320 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
5321 /* end confdefs.h. */
5322 #include <stdlib.h>
5324 _ACEOF
5325 if (eval "$ac_cpp conftest.$ac_ext") 2>&5 |
5326 $EGREP "free" >/dev/null 2>&1; then :
5328 else
5329 ac_cv_header_stdc=no
5331 rm -f conftest*
5335 if test $ac_cv_header_stdc = yes; then
5336 # /bin/cc in Irix-4.0.5 gets non-ANSI ctype macros unless using -ansi.
5337 if test "$cross_compiling" = yes; then :
5339 else
5340 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
5341 /* end confdefs.h. */
5342 #include <ctype.h>
5343 #include <stdlib.h>
5344 #if ((' ' & 0x0FF) == 0x020)
5345 # define ISLOWER(c) ('a' <= (c) && (c) <= 'z')
5346 # define TOUPPER(c) (ISLOWER(c) ? 'A' + ((c) - 'a') : (c))
5347 #else
5348 # define ISLOWER(c) \
5349 (('a' <= (c) && (c) <= 'i') \
5350 || ('j' <= (c) && (c) <= 'r') \
5351 || ('s' <= (c) && (c) <= 'z'))
5352 # define TOUPPER(c) (ISLOWER(c) ? ((c) | 0x40) : (c))
5353 #endif
5355 #define XOR(e, f) (((e) && !(f)) || (!(e) && (f)))
5357 main ()
5359 int i;
5360 for (i = 0; i < 256; i++)
5361 if (XOR (islower (i), ISLOWER (i))
5362 || toupper (i) != TOUPPER (i))
5363 return 2;
5364 return 0;
5366 _ACEOF
5367 if ac_fn_c_try_run "$LINENO"; then :
5369 else
5370 ac_cv_header_stdc=no
5372 rm -f core *.core core.conftest.* gmon.out bb.out conftest$ac_exeext \
5373 conftest.$ac_objext conftest.beam conftest.$ac_ext
5378 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_header_stdc" >&5
5379 $as_echo "$ac_cv_header_stdc" >&6; }
5380 if test $ac_cv_header_stdc = yes; then
5382 $as_echo "#define STDC_HEADERS 1" >>confdefs.h
5386 # On IRIX 5.3, sys/types and inttypes.h are conflicting.
5387 for ac_header in sys/types.h sys/stat.h stdlib.h string.h memory.h strings.h \
5388 inttypes.h stdint.h unistd.h
5389 do :
5390 as_ac_Header=`$as_echo "ac_cv_header_$ac_header" | $as_tr_sh`
5391 ac_fn_c_check_header_compile "$LINENO" "$ac_header" "$as_ac_Header" "$ac_includes_default
5393 eval as_val=\$$as_ac_Header
5394 if test "x$as_val" = x""yes; then :
5395 cat >>confdefs.h <<_ACEOF
5396 #define `$as_echo "HAVE_$ac_header" | $as_tr_cpp` 1
5397 _ACEOF
5401 done
5404 for ac_header in \
5405 AudioUnit/AudioUnit.h \
5406 Carbon/Carbon.h \
5407 CoreAudio/CoreAudio.h \
5408 DiskArbitration/DiskArbitration.h \
5409 IOKit/IOKitLib.h \
5410 IOKit/hid/IOHIDLib.h \
5411 alias.h \
5412 alsa/asoundlib.h \
5413 arpa/inet.h \
5414 arpa/nameser.h \
5415 asm/types.h \
5416 capi20.h \
5417 curses.h \
5418 direct.h \
5419 dirent.h \
5420 dlfcn.h \
5421 elf.h \
5422 float.h \
5423 fnmatch.h \
5424 fontconfig/fontconfig.h \
5425 getopt.h \
5426 grp.h \
5427 gsm.h \
5428 gsm/gsm.h \
5429 ieeefp.h \
5430 inet/mib2.h \
5431 io.h \
5432 jack/jack.h \
5433 jpeglib.h \
5434 kstat.h \
5435 lber.h \
5436 lcms.h \
5437 lcms/lcms.h \
5438 ldap.h \
5439 libaudioio.h \
5440 link.h \
5441 linux/cdrom.h \
5442 linux/compiler.h \
5443 linux/hdreg.h \
5444 linux/input.h \
5445 linux/ioctl.h \
5446 linux/joystick.h \
5447 linux/major.h \
5448 linux/param.h \
5449 linux/serial.h \
5450 linux/types.h \
5451 linux/ucdrom.h \
5452 mach-o/nlist.h \
5453 mach/mach.h \
5454 mach/machine.h \
5455 machine/cpu.h \
5456 machine/limits.h \
5457 machine/soundcard.h \
5458 mntent.h \
5459 ncurses.h \
5460 netdb.h \
5461 netinet/in.h \
5462 netinet/in_systm.h \
5463 netinet/tcp.h \
5464 netinet/tcp_fsm.h \
5465 openssl/err.h \
5466 openssl/ssl.h \
5467 png.h \
5468 poll.h \
5469 process.h \
5470 pthread.h \
5471 pwd.h \
5472 regex.h \
5473 sched.h \
5474 scsi/scsi.h \
5475 scsi/scsi_ioctl.h \
5476 scsi/sg.h \
5477 soundcard.h \
5478 stdbool.h \
5479 stdint.h \
5480 strings.h \
5481 stropts.h \
5482 sys/asoundlib.h \
5483 sys/cdio.h \
5484 sys/elf32.h \
5485 sys/epoll.h \
5486 sys/errno.h \
5487 sys/event.h \
5488 sys/exec_elf.h \
5489 sys/filio.h \
5490 sys/inotify.h \
5491 sys/ioctl.h \
5492 sys/ipc.h \
5493 sys/limits.h \
5494 sys/link.h \
5495 sys/mman.h \
5496 sys/modem.h \
5497 sys/msg.h \
5498 sys/mtio.h \
5499 sys/param.h \
5500 sys/poll.h \
5501 sys/prctl.h \
5502 sys/protosw.h \
5503 sys/ptrace.h \
5504 sys/resource.h \
5505 sys/scsiio.h \
5506 sys/shm.h \
5507 sys/signal.h \
5508 sys/socket.h \
5509 sys/socketvar.h \
5510 sys/sockio.h \
5511 sys/soundcard.h \
5512 sys/statvfs.h \
5513 sys/strtio.h \
5514 sys/syscall.h \
5515 sys/tihdr.h \
5516 sys/time.h \
5517 sys/timeout.h \
5518 sys/times.h \
5519 sys/uio.h \
5520 sys/un.h \
5521 sys/utsname.h \
5522 sys/vm86.h \
5523 sys/wait.h \
5524 syscall.h \
5525 termios.h \
5526 unistd.h \
5527 utime.h \
5528 valgrind/memcheck.h \
5529 valgrind/valgrind.h \
5530 zlib.h
5532 do :
5533 as_ac_Header=`$as_echo "ac_cv_header_$ac_header" | $as_tr_sh`
5534 ac_fn_c_check_header_mongrel "$LINENO" "$ac_header" "$as_ac_Header" "$ac_includes_default"
5535 eval as_val=\$$as_ac_Header
5536 if test "x$as_val" = x""yes; then :
5537 cat >>confdefs.h <<_ACEOF
5538 #define `$as_echo "HAVE_$ac_header" | $as_tr_cpp` 1
5539 _ACEOF
5543 done
5545 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether stat file-mode macros are broken" >&5
5546 $as_echo_n "checking whether stat file-mode macros are broken... " >&6; }
5547 if test "${ac_cv_header_stat_broken+set}" = set; then :
5548 $as_echo_n "(cached) " >&6
5549 else
5550 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
5551 /* end confdefs.h. */
5552 #include <sys/types.h>
5553 #include <sys/stat.h>
5555 #if defined S_ISBLK && defined S_IFDIR
5556 extern char c1[S_ISBLK (S_IFDIR) ? -1 : 1];
5557 #endif
5559 #if defined S_ISBLK && defined S_IFCHR
5560 extern char c2[S_ISBLK (S_IFCHR) ? -1 : 1];
5561 #endif
5563 #if defined S_ISLNK && defined S_IFREG
5564 extern char c3[S_ISLNK (S_IFREG) ? -1 : 1];
5565 #endif
5567 #if defined S_ISSOCK && defined S_IFREG
5568 extern char c4[S_ISSOCK (S_IFREG) ? -1 : 1];
5569 #endif
5571 _ACEOF
5572 if ac_fn_c_try_compile "$LINENO"; then :
5573 ac_cv_header_stat_broken=no
5574 else
5575 ac_cv_header_stat_broken=yes
5577 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
5579 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_header_stat_broken" >&5
5580 $as_echo "$ac_cv_header_stat_broken" >&6; }
5581 if test $ac_cv_header_stat_broken = yes; then
5583 $as_echo "#define STAT_MACROS_BROKEN 1" >>confdefs.h
5589 for ac_header in sys/mount.h sys/statfs.h sys/sysctl.h sys/user.h sys/vfs.h
5590 do :
5591 as_ac_Header=`$as_echo "ac_cv_header_$ac_header" | $as_tr_sh`
5592 ac_fn_c_check_header_compile "$LINENO" "$ac_header" "$as_ac_Header" "#include <sys/types.h>
5593 #ifdef HAVE_SYS_PARAM_H
5594 # include <sys/param.h>
5595 #endif
5597 eval as_val=\$$as_ac_Header
5598 if test "x$as_val" = x""yes; then :
5599 cat >>confdefs.h <<_ACEOF
5600 #define `$as_echo "HAVE_$ac_header" | $as_tr_cpp` 1
5601 _ACEOF
5605 done
5608 for ac_header in \
5609 netinet/ip.h \
5610 net/if.h \
5611 net/if_arp.h \
5612 net/if_dl.h \
5613 net/if_types.h \
5614 net/route.h \
5615 netinet/if_ether.h \
5616 netinet/if_inarp.h \
5617 netinet/in_pcb.h \
5618 netinet/ip_icmp.h \
5619 netinet/ip_var.h \
5620 netinet/udp.h \
5621 netipx/ipx.h \
5623 do :
5624 as_ac_Header=`$as_echo "ac_cv_header_$ac_header" | $as_tr_sh`
5625 ac_fn_c_check_header_compile "$LINENO" "$ac_header" "$as_ac_Header" "#include <sys/types.h>
5626 #ifdef HAVE_SYS_SOCKET_H
5627 # include <sys/socket.h>
5628 #endif
5629 #ifdef HAVE_SYS_SOCKETVAR_H
5630 # include <sys/socketvar.h>
5631 #endif
5632 #ifdef HAVE_NET_ROUTE_H
5633 # include <net/route.h>
5634 #endif
5635 #ifdef HAVE_NETINET_IN_H
5636 # include <netinet/in.h>
5637 #endif
5638 #ifdef HAVE_NETINET_IN_SYSTM_H
5639 # include <netinet/in_systm.h>
5640 #endif
5641 #ifdef HAVE_NET_IF_H
5642 # include <net/if.h>
5643 #endif
5644 #ifdef HAVE_NETINET_IP_H
5645 # include <netinet/ip.h>
5646 #endif
5648 eval as_val=\$$as_ac_Header
5649 if test "x$as_val" = x""yes; then :
5650 cat >>confdefs.h <<_ACEOF
5651 #define `$as_echo "HAVE_$ac_header" | $as_tr_cpp` 1
5652 _ACEOF
5656 done
5659 for ac_header in netinet/tcp_timer.h netinet/udp_var.h netinet/icmp_var.h netinet/tcp_var.h
5660 do :
5661 as_ac_Header=`$as_echo "ac_cv_header_$ac_header" | $as_tr_sh`
5662 ac_fn_c_check_header_compile "$LINENO" "$ac_header" "$as_ac_Header" "#include <sys/types.h>
5663 #ifdef HAVE_ALIAS_H
5664 # include <alias.h>
5665 #endif
5666 #ifdef HAVE_SYS_SOCKET_H
5667 # include <sys/socket.h>
5668 #endif
5669 #ifdef HAVE_SYS_SOCKETVAR_H
5670 # include <sys/socketvar.h>
5671 #endif
5672 #ifdef HAVE_SYS_TIMEOUT_H
5673 # include <sys/timeout.h>
5674 #endif
5675 #ifdef HAVE_NETINET_IN_H
5676 # include <netinet/in.h>
5677 #endif
5678 #ifdef HAVE_NETINET_IN_SYSTM_H
5679 # include <netinet/in_systm.h>
5680 #endif
5681 #ifdef HAVE_NETINET_IP_H
5682 # include <netinet/ip.h>
5683 #endif
5684 #ifdef HAVE_NETINET_IP_VAR_H
5685 # include <netinet/ip_var.h>
5686 #endif
5687 #ifdef HAVE_NETINET_IP_ICMP_H
5688 # include <netinet/ip_icmp.h>
5689 #endif
5690 #ifdef HAVE_NETINET_UDP_H
5691 # include <netinet/udp.h>
5692 #endif
5693 #ifdef HAVE_NETINET_TCP_H
5694 # include <netinet/tcp.h>
5695 #endif
5696 #ifdef HAVE_NETINET_TCP_TIMER_H
5697 #include <netinet/tcp_timer.h>
5698 #endif
5700 eval as_val=\$$as_ac_Header
5701 if test "x$as_val" = x""yes; then :
5702 cat >>confdefs.h <<_ACEOF
5703 #define `$as_echo "HAVE_$ac_header" | $as_tr_cpp` 1
5704 _ACEOF
5708 done
5711 for ac_header in linux/ipx.h
5712 do :
5713 ac_fn_c_check_header_compile "$LINENO" "linux/ipx.h" "ac_cv_header_linux_ipx_h" "#include <sys/types.h>
5714 #ifdef HAVE_ASM_TYPES_H
5715 # include <asm/types.h>
5716 #endif
5717 #ifdef HAVE_SYS_SOCKET_H
5718 # include <sys/socket.h>
5719 #endif
5720 #ifdef HAVE_LINUX_TYPES_H
5721 # include <linux/types.h>
5722 #endif
5724 if test "x$ac_cv_header_linux_ipx_h" = x""yes; then :
5725 cat >>confdefs.h <<_ACEOF
5726 #define HAVE_LINUX_IPX_H 1
5727 _ACEOF
5731 done
5734 for ac_header in mach-o/dyld_images.h
5735 do :
5736 ac_fn_c_check_header_compile "$LINENO" "mach-o/dyld_images.h" "ac_cv_header_mach_o_dyld_images_h" "#ifdef HAVE_STDBOOL_H
5737 # include <stdbool.h>
5738 #endif
5739 #ifdef HAVE_STDINT_H
5740 # include <stdint.h>
5741 #endif
5743 if test "x$ac_cv_header_mach_o_dyld_images_h" = x""yes; then :
5744 cat >>confdefs.h <<_ACEOF
5745 #define HAVE_MACH_O_DYLD_IMAGES_H 1
5746 _ACEOF
5750 done
5753 for ac_header in resolv.h
5754 do :
5755 ac_fn_c_check_header_compile "$LINENO" "resolv.h" "ac_cv_header_resolv_h" "#include <sys/types.h>
5756 #ifdef HAVE_SYS_SOCKET_H
5757 # include <sys/socket.h>
5758 #endif
5759 #ifdef HAVE_NETINET_IN_H
5760 # include <netinet/in.h>
5761 #endif
5762 #ifdef HAVE_ARPA_NAMESER_H
5763 # include <arpa/nameser.h>
5764 #endif
5766 if test "x$ac_cv_header_resolv_h" = x""yes; then :
5767 cat >>confdefs.h <<_ACEOF
5768 #define HAVE_RESOLV_H 1
5769 _ACEOF
5773 done
5776 for ac_header in ucontext.h
5777 do :
5778 ac_fn_c_check_header_compile "$LINENO" "ucontext.h" "ac_cv_header_ucontext_h" "#include <signal.h>
5780 if test "x$ac_cv_header_ucontext_h" = x""yes; then :
5781 cat >>confdefs.h <<_ACEOF
5782 #define HAVE_UCONTEXT_H 1
5783 _ACEOF
5787 done
5790 for ac_header in sys/thr.h
5791 do :
5792 ac_fn_c_check_header_compile "$LINENO" "sys/thr.h" "ac_cv_header_sys_thr_h" "#include <sys/types.h>
5793 #ifdef HAVE_UCONTEXT_H
5794 #include <ucontext.h>
5795 #endif
5797 if test "x$ac_cv_header_sys_thr_h" = x""yes; then :
5798 cat >>confdefs.h <<_ACEOF
5799 #define HAVE_SYS_THR_H 1
5800 _ACEOF
5804 done
5807 for ac_header in pthread_np.h
5808 do :
5809 ac_fn_c_check_header_compile "$LINENO" "pthread_np.h" "ac_cv_header_pthread_np_h" "#ifdef HAVE_PTHREAD_H
5810 #include <pthread.h>
5811 #endif
5813 if test "x$ac_cv_header_pthread_np_h" = x""yes; then :
5814 cat >>confdefs.h <<_ACEOF
5815 #define HAVE_PTHREAD_NP_H 1
5816 _ACEOF
5820 done
5823 for ac_header in linux/videodev.h
5824 do :
5825 ac_fn_c_check_header_compile "$LINENO" "linux/videodev.h" "ac_cv_header_linux_videodev_h" "#ifdef HAVE_SYS_TIME_H
5826 #include <sys/time.h>
5827 #endif
5828 #include <sys/types.h>
5829 #ifdef HAVE_ASM_TYPES_H
5830 #include <asm/types.h>
5831 #endif
5833 if test "x$ac_cv_header_linux_videodev_h" = x""yes; then :
5834 cat >>confdefs.h <<_ACEOF
5835 #define HAVE_LINUX_VIDEODEV_H 1
5836 _ACEOF
5840 done
5843 for ac_header in linux/capi.h
5844 do :
5845 ac_fn_c_check_header_compile "$LINENO" "linux/capi.h" "ac_cv_header_linux_capi_h" "#define __user
5847 if test "x$ac_cv_header_linux_capi_h" = x""yes; then :
5848 cat >>confdefs.h <<_ACEOF
5849 #define HAVE_LINUX_CAPI_H 1
5850 _ACEOF
5854 done
5858 DLLEXT=""
5860 DLLFLAGS="-D_REENTRANT"
5862 LDSHARED=""
5864 LDDLLFLAGS=""
5866 LIBEXT="so"
5868 IMPLIBEXT="def"
5870 LDRPATH_INSTALL=""
5872 LDRPATH_LOCAL=""
5874 # Extract the first word of "ldd", so it can be a program name with args.
5875 set dummy ldd; ac_word=$2
5876 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
5877 $as_echo_n "checking for $ac_word... " >&6; }
5878 if test "${ac_cv_path_LDD+set}" = set; then :
5879 $as_echo_n "(cached) " >&6
5880 else
5881 case $LDD in
5882 [\\/]* | ?:[\\/]*)
5883 ac_cv_path_LDD="$LDD" # Let the user override the test with a path.
5886 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
5887 as_dummy="/sbin:/usr/sbin:$PATH"
5888 for as_dir in $as_dummy
5890 IFS=$as_save_IFS
5891 test -z "$as_dir" && as_dir=.
5892 for ac_exec_ext in '' $ac_executable_extensions; do
5893 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
5894 ac_cv_path_LDD="$as_dir/$ac_word$ac_exec_ext"
5895 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
5896 break 2
5898 done
5899 done
5900 IFS=$as_save_IFS
5902 test -z "$ac_cv_path_LDD" && ac_cv_path_LDD="true"
5904 esac
5906 LDD=$ac_cv_path_LDD
5907 if test -n "$LDD"; then
5908 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $LDD" >&5
5909 $as_echo "$LDD" >&6; }
5910 else
5911 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
5912 $as_echo "no" >&6; }
5917 case $host_os in
5918 cygwin*|mingw32*)
5919 if test -n "$ac_tool_prefix"; then
5920 # Extract the first word of "${ac_tool_prefix}dlltool", so it can be a program name with args.
5921 set dummy ${ac_tool_prefix}dlltool; ac_word=$2
5922 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
5923 $as_echo_n "checking for $ac_word... " >&6; }
5924 if test "${ac_cv_prog_DLLTOOL+set}" = set; then :
5925 $as_echo_n "(cached) " >&6
5926 else
5927 if test -n "$DLLTOOL"; then
5928 ac_cv_prog_DLLTOOL="$DLLTOOL" # Let the user override the test.
5929 else
5930 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
5931 for as_dir in $PATH
5933 IFS=$as_save_IFS
5934 test -z "$as_dir" && as_dir=.
5935 for ac_exec_ext in '' $ac_executable_extensions; do
5936 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
5937 ac_cv_prog_DLLTOOL="${ac_tool_prefix}dlltool"
5938 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
5939 break 2
5941 done
5942 done
5943 IFS=$as_save_IFS
5947 DLLTOOL=$ac_cv_prog_DLLTOOL
5948 if test -n "$DLLTOOL"; then
5949 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $DLLTOOL" >&5
5950 $as_echo "$DLLTOOL" >&6; }
5951 else
5952 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
5953 $as_echo "no" >&6; }
5958 if test -z "$ac_cv_prog_DLLTOOL"; then
5959 ac_ct_DLLTOOL=$DLLTOOL
5960 # Extract the first word of "dlltool", so it can be a program name with args.
5961 set dummy dlltool; ac_word=$2
5962 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
5963 $as_echo_n "checking for $ac_word... " >&6; }
5964 if test "${ac_cv_prog_ac_ct_DLLTOOL+set}" = set; then :
5965 $as_echo_n "(cached) " >&6
5966 else
5967 if test -n "$ac_ct_DLLTOOL"; then
5968 ac_cv_prog_ac_ct_DLLTOOL="$ac_ct_DLLTOOL" # Let the user override the test.
5969 else
5970 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
5971 for as_dir in $PATH
5973 IFS=$as_save_IFS
5974 test -z "$as_dir" && as_dir=.
5975 for ac_exec_ext in '' $ac_executable_extensions; do
5976 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
5977 ac_cv_prog_ac_ct_DLLTOOL="dlltool"
5978 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
5979 break 2
5981 done
5982 done
5983 IFS=$as_save_IFS
5987 ac_ct_DLLTOOL=$ac_cv_prog_ac_ct_DLLTOOL
5988 if test -n "$ac_ct_DLLTOOL"; then
5989 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_ct_DLLTOOL" >&5
5990 $as_echo "$ac_ct_DLLTOOL" >&6; }
5991 else
5992 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
5993 $as_echo "no" >&6; }
5996 if test "x$ac_ct_DLLTOOL" = x; then
5997 DLLTOOL="false"
5998 else
5999 case $cross_compiling:$ac_tool_warned in
6000 yes:)
6001 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: using cross tools not prefixed with host triplet" >&5
6002 $as_echo "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;}
6003 ac_tool_warned=yes ;;
6004 esac
6005 DLLTOOL=$ac_ct_DLLTOOL
6007 else
6008 DLLTOOL="$ac_cv_prog_DLLTOOL"
6011 if test -n "$ac_tool_prefix"; then
6012 # Extract the first word of "${ac_tool_prefix}dllwrap", so it can be a program name with args.
6013 set dummy ${ac_tool_prefix}dllwrap; ac_word=$2
6014 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
6015 $as_echo_n "checking for $ac_word... " >&6; }
6016 if test "${ac_cv_prog_DLLWRAP+set}" = set; then :
6017 $as_echo_n "(cached) " >&6
6018 else
6019 if test -n "$DLLWRAP"; then
6020 ac_cv_prog_DLLWRAP="$DLLWRAP" # Let the user override the test.
6021 else
6022 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
6023 for as_dir in $PATH
6025 IFS=$as_save_IFS
6026 test -z "$as_dir" && as_dir=.
6027 for ac_exec_ext in '' $ac_executable_extensions; do
6028 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
6029 ac_cv_prog_DLLWRAP="${ac_tool_prefix}dllwrap"
6030 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
6031 break 2
6033 done
6034 done
6035 IFS=$as_save_IFS
6039 DLLWRAP=$ac_cv_prog_DLLWRAP
6040 if test -n "$DLLWRAP"; then
6041 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $DLLWRAP" >&5
6042 $as_echo "$DLLWRAP" >&6; }
6043 else
6044 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
6045 $as_echo "no" >&6; }
6050 if test -z "$ac_cv_prog_DLLWRAP"; then
6051 ac_ct_DLLWRAP=$DLLWRAP
6052 # Extract the first word of "dllwrap", so it can be a program name with args.
6053 set dummy dllwrap; ac_word=$2
6054 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
6055 $as_echo_n "checking for $ac_word... " >&6; }
6056 if test "${ac_cv_prog_ac_ct_DLLWRAP+set}" = set; then :
6057 $as_echo_n "(cached) " >&6
6058 else
6059 if test -n "$ac_ct_DLLWRAP"; then
6060 ac_cv_prog_ac_ct_DLLWRAP="$ac_ct_DLLWRAP" # Let the user override the test.
6061 else
6062 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
6063 for as_dir in $PATH
6065 IFS=$as_save_IFS
6066 test -z "$as_dir" && as_dir=.
6067 for ac_exec_ext in '' $ac_executable_extensions; do
6068 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
6069 ac_cv_prog_ac_ct_DLLWRAP="dllwrap"
6070 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
6071 break 2
6073 done
6074 done
6075 IFS=$as_save_IFS
6079 ac_ct_DLLWRAP=$ac_cv_prog_ac_ct_DLLWRAP
6080 if test -n "$ac_ct_DLLWRAP"; then
6081 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_ct_DLLWRAP" >&5
6082 $as_echo "$ac_ct_DLLWRAP" >&6; }
6083 else
6084 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
6085 $as_echo "no" >&6; }
6088 if test "x$ac_ct_DLLWRAP" = x; then
6089 DLLWRAP="false"
6090 else
6091 case $cross_compiling:$ac_tool_warned in
6092 yes:)
6093 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: using cross tools not prefixed with host triplet" >&5
6094 $as_echo "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;}
6095 ac_tool_warned=yes ;;
6096 esac
6097 DLLWRAP=$ac_ct_DLLWRAP
6099 else
6100 DLLWRAP="$ac_cv_prog_DLLWRAP"
6103 if test -n "$ac_tool_prefix"; then
6104 # Extract the first word of "${ac_tool_prefix}ar", so it can be a program name with args.
6105 set dummy ${ac_tool_prefix}ar; ac_word=$2
6106 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
6107 $as_echo_n "checking for $ac_word... " >&6; }
6108 if test "${ac_cv_prog_MINGWAR+set}" = set; then :
6109 $as_echo_n "(cached) " >&6
6110 else
6111 if test -n "$MINGWAR"; then
6112 ac_cv_prog_MINGWAR="$MINGWAR" # Let the user override the test.
6113 else
6114 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
6115 for as_dir in $PATH
6117 IFS=$as_save_IFS
6118 test -z "$as_dir" && as_dir=.
6119 for ac_exec_ext in '' $ac_executable_extensions; do
6120 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
6121 ac_cv_prog_MINGWAR="${ac_tool_prefix}ar"
6122 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
6123 break 2
6125 done
6126 done
6127 IFS=$as_save_IFS
6131 MINGWAR=$ac_cv_prog_MINGWAR
6132 if test -n "$MINGWAR"; then
6133 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $MINGWAR" >&5
6134 $as_echo "$MINGWAR" >&6; }
6135 else
6136 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
6137 $as_echo "no" >&6; }
6142 if test -z "$ac_cv_prog_MINGWAR"; then
6143 ac_ct_MINGWAR=$MINGWAR
6144 # Extract the first word of "ar", so it can be a program name with args.
6145 set dummy ar; ac_word=$2
6146 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
6147 $as_echo_n "checking for $ac_word... " >&6; }
6148 if test "${ac_cv_prog_ac_ct_MINGWAR+set}" = set; then :
6149 $as_echo_n "(cached) " >&6
6150 else
6151 if test -n "$ac_ct_MINGWAR"; then
6152 ac_cv_prog_ac_ct_MINGWAR="$ac_ct_MINGWAR" # Let the user override the test.
6153 else
6154 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
6155 for as_dir in $PATH
6157 IFS=$as_save_IFS
6158 test -z "$as_dir" && as_dir=.
6159 for ac_exec_ext in '' $ac_executable_extensions; do
6160 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
6161 ac_cv_prog_ac_ct_MINGWAR="ar"
6162 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
6163 break 2
6165 done
6166 done
6167 IFS=$as_save_IFS
6171 ac_ct_MINGWAR=$ac_cv_prog_ac_ct_MINGWAR
6172 if test -n "$ac_ct_MINGWAR"; then
6173 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_ct_MINGWAR" >&5
6174 $as_echo "$ac_ct_MINGWAR" >&6; }
6175 else
6176 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
6177 $as_echo "no" >&6; }
6180 if test "x$ac_ct_MINGWAR" = x; then
6181 MINGWAR="false"
6182 else
6183 case $cross_compiling:$ac_tool_warned in
6184 yes:)
6185 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: using cross tools not prefixed with host triplet" >&5
6186 $as_echo "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;}
6187 ac_tool_warned=yes ;;
6188 esac
6189 MINGWAR=$ac_ct_MINGWAR
6191 else
6192 MINGWAR="$ac_cv_prog_MINGWAR"
6195 if test "$DLLWRAP" = "false"; then
6196 LIBEXT="a"
6197 else
6198 LIBEXT="dll"
6200 IMPLIBEXT="a"
6201 enable_iphlpapi=${enable_iphlpapi:-no}
6202 enable_kernel32=${enable_kernel32:-no}
6203 enable_msvcrt=${enable_msvcrt:-no}
6204 enable_ntdll=${enable_ntdll:-no}
6205 enable_ws2_32=${enable_ws2_32:-no}
6206 enable_loader=${enable_loader:-no}
6207 enable_server=${enable_server:-no}
6208 with_x=${with_x:-no}
6209 with_pthread=${with_pthread:-no}
6211 darwin*|macosx*)
6212 DLLEXT=".so"
6213 LIBEXT="dylib"
6214 DLLFLAGS="$DLLFLAGS -fPIC"
6215 LDDLLFLAGS="-bundle -multiply_defined suppress"
6216 LIBWINE_LDFLAGS="-multiply_defined suppress"
6217 LDSHARED="\$(CC) -dynamiclib"
6218 STRIP="$STRIP -x"
6219 LDRPATH_LOCAL="&& install_name_tool -change @executable_path/\`\$(RELPATH) \$(bindir) \$(libdir)\`/libwine.1.dylib @executable_path/\$(TOPOBJDIR)/libs/wine/libwine.1.dylib \$@ || \$(RM) \$@"
6220 SECURITYLIB="-framework Security -framework CoreFoundation"
6222 COREFOUNDATIONLIB="-framework CoreFoundation"
6224 IOKITLIB="-framework IOKit -framework CoreFoundation"
6226 LDEXECFLAGS="-image_base 0x7bf00000 -Wl,-segaddr,WINE_DOS,0x00000000,-segaddr,WINE_SHAREDHEAP,0x7f000000"
6228 if test "$ac_cv_header_DiskArbitration_DiskArbitration_h" = "yes"
6229 then
6230 DISKARBITRATIONLIB="-framework DiskArbitration -framework CoreFoundation"
6233 if test "$ac_cv_header_CoreAudio_CoreAudio_h" = "yes" -a "$ac_cv_header_AudioUnit_AudioUnit_h" = "yes"
6234 then
6235 COREAUDIO="-framework CoreAudio -framework AudioUnit -framework CoreServices -framework AudioToolbox -framework CoreMIDI"
6238 if test "$ac_cv_header_IOKit_hid_IOHIDLib_h" = "yes"
6239 then
6240 ac_save_LIBS="$LIBS"
6241 LIBS="$LIBS $IOKITLIB"
6242 for ac_func in IOHIDManagerCreate
6243 do :
6244 ac_fn_c_check_func "$LINENO" "IOHIDManagerCreate" "ac_cv_func_IOHIDManagerCreate"
6245 if test "x$ac_cv_func_IOHIDManagerCreate" = x""yes; then :
6246 cat >>confdefs.h <<_ACEOF
6247 #define HAVE_IOHIDMANAGERCREATE 1
6248 _ACEOF
6251 done
6253 LIBS="$ac_save_LIBS"
6255 case $host_cpu in
6256 *powerpc*)
6257 LDDLLFLAGS="$LDDLLFLAGS -read_only_relocs warning" ;;
6258 esac
6259 if test "$ac_cv_header_Carbon_Carbon_h" = "yes"
6260 then
6261 CARBONLIB="-framework Carbon"
6263 enable_winequartz_drv=${enable_winequartz_drv:-yes}
6265 if test "x$enable_win16" = "xyes"
6266 then
6267 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether 16-bit code can be built correctly" >&5
6268 $as_echo_n "checking whether 16-bit code can be built correctly... " >&6; }
6269 if test "$cross_compiling" = yes; then :
6270 { $as_echo "$as_me:${as_lineno-$LINENO}: result: cross-compiling, assuming yes" >&5
6271 $as_echo "cross-compiling, assuming yes" >&6; }
6272 else
6273 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
6274 /* end confdefs.h. */
6275 asm(".text\n"
6276 "bad:\tnop;nop\n"
6277 "good:\tnop;nop\n\t"
6278 ".globl _testfunc\n"
6279 "_testfunc:\tcallw good");
6280 extern void testfunc();
6282 main ()
6284 unsigned short *p = (unsigned short *)testfunc;
6285 return p[0] != 0xe866 || p[1] != 0xfffa
6287 return 0;
6289 _ACEOF
6290 if ac_fn_c_try_run "$LINENO"; then :
6291 { $as_echo "$as_me:${as_lineno-$LINENO}: result: yes" >&5
6292 $as_echo "yes" >&6; }
6293 else
6294 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
6295 $as_echo "no" >&6; }
6296 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
6298 rm -f core *.core core.conftest.* gmon.out bb.out conftest$ac_exeext \
6299 conftest.$ac_objext conftest.beam conftest.$ac_ext
6305 DLLFLAGS="$DLLFLAGS -fPIC"
6306 DLLEXT=".so"
6307 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether we can build a GNU style ELF dll" >&5
6308 $as_echo_n "checking whether we can build a GNU style ELF dll... " >&6; }
6309 if test "${ac_cv_c_dll_gnuelf+set}" = set; then :
6310 $as_echo_n "(cached) " >&6
6311 else
6312 ac_wine_try_cflags_saved=$CFLAGS
6313 CFLAGS="$CFLAGS -fPIC -shared -Wl,-Bsymbolic"
6314 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
6315 /* end confdefs.h. */
6316 void myfunc() {}
6317 _ACEOF
6318 if ac_fn_c_try_link "$LINENO"; then :
6319 ac_cv_c_dll_gnuelf="yes"
6320 else
6321 ac_cv_c_dll_gnuelf="no"
6323 rm -f core conftest.err conftest.$ac_objext \
6324 conftest$ac_exeext conftest.$ac_ext
6325 CFLAGS=$ac_wine_try_cflags_saved
6327 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_c_dll_gnuelf" >&5
6328 $as_echo "$ac_cv_c_dll_gnuelf" >&6; }
6329 if test "$ac_cv_c_dll_gnuelf" = "yes"
6330 then
6331 LDSHARED="\$(CC) -shared"
6332 LDDLLFLAGS="-shared -Wl,-Bsymbolic"
6333 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether the compiler supports -fPIC -shared -Wl,-soname,confest.so.1" >&5
6334 $as_echo_n "checking whether the compiler supports -fPIC -shared -Wl,-soname,confest.so.1... " >&6; }
6335 if test "${ac_cv_cflags__fPIC__shared__Wl__soname_confest_so_1+set}" = set; then :
6336 $as_echo_n "(cached) " >&6
6337 else
6338 ac_wine_try_cflags_saved=$CFLAGS
6339 CFLAGS="$CFLAGS -fPIC -shared -Wl,-soname,confest.so.1"
6340 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
6341 /* end confdefs.h. */
6344 main ()
6348 return 0;
6350 _ACEOF
6351 if ac_fn_c_try_link "$LINENO"; then :
6352 ac_cv_cflags__fPIC__shared__Wl__soname_confest_so_1=yes
6353 else
6354 ac_cv_cflags__fPIC__shared__Wl__soname_confest_so_1=no
6356 rm -f core conftest.err conftest.$ac_objext \
6357 conftest$ac_exeext conftest.$ac_ext
6358 CFLAGS=$ac_wine_try_cflags_saved
6360 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_cflags__fPIC__shared__Wl__soname_confest_so_1" >&5
6361 $as_echo "$ac_cv_cflags__fPIC__shared__Wl__soname_confest_so_1" >&6; }
6362 if test $ac_cv_cflags__fPIC__shared__Wl__soname_confest_so_1 = yes; then :
6363 LDSHARED="\$(CC) -shared \$(SONAME:%=-Wl,-soname,%)"
6364 else
6365 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether the compiler supports -fPIC -shared -Wl,-h,confest.so.1" >&5
6366 $as_echo_n "checking whether the compiler supports -fPIC -shared -Wl,-h,confest.so.1... " >&6; }
6367 if test "${ac_cv_cflags__fPIC__shared__Wl__h_confest_so_1+set}" = set; then :
6368 $as_echo_n "(cached) " >&6
6369 else
6370 ac_wine_try_cflags_saved=$CFLAGS
6371 CFLAGS="$CFLAGS -fPIC -shared -Wl,-h,confest.so.1"
6372 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
6373 /* end confdefs.h. */
6376 main ()
6380 return 0;
6382 _ACEOF
6383 if ac_fn_c_try_link "$LINENO"; then :
6384 ac_cv_cflags__fPIC__shared__Wl__h_confest_so_1=yes
6385 else
6386 ac_cv_cflags__fPIC__shared__Wl__h_confest_so_1=no
6388 rm -f core conftest.err conftest.$ac_objext \
6389 conftest$ac_exeext conftest.$ac_ext
6390 CFLAGS=$ac_wine_try_cflags_saved
6392 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_cflags__fPIC__shared__Wl__h_confest_so_1" >&5
6393 $as_echo "$ac_cv_cflags__fPIC__shared__Wl__h_confest_so_1" >&6; }
6394 if test $ac_cv_cflags__fPIC__shared__Wl__h_confest_so_1 = yes; then :
6395 LDSHARED="\$(CC) -shared \$(SONAME:%=-Wl,-h,%)"
6399 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether the compiler supports -fPIC -shared -Wl,-Bsymbolic,-z,defs" >&5
6400 $as_echo_n "checking whether the compiler supports -fPIC -shared -Wl,-Bsymbolic,-z,defs... " >&6; }
6401 if test "${ac_cv_cflags__fPIC__shared__Wl__Bsymbolic__z_defs+set}" = set; then :
6402 $as_echo_n "(cached) " >&6
6403 else
6404 ac_wine_try_cflags_saved=$CFLAGS
6405 CFLAGS="$CFLAGS -fPIC -shared -Wl,-Bsymbolic,-z,defs"
6406 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
6407 /* end confdefs.h. */
6410 main ()
6414 return 0;
6416 _ACEOF
6417 if ac_fn_c_try_link "$LINENO"; then :
6418 ac_cv_cflags__fPIC__shared__Wl__Bsymbolic__z_defs=yes
6419 else
6420 ac_cv_cflags__fPIC__shared__Wl__Bsymbolic__z_defs=no
6422 rm -f core conftest.err conftest.$ac_objext \
6423 conftest$ac_exeext conftest.$ac_ext
6424 CFLAGS=$ac_wine_try_cflags_saved
6426 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_cflags__fPIC__shared__Wl__Bsymbolic__z_defs" >&5
6427 $as_echo "$ac_cv_cflags__fPIC__shared__Wl__Bsymbolic__z_defs" >&6; }
6428 if test $ac_cv_cflags__fPIC__shared__Wl__Bsymbolic__z_defs = yes; then :
6429 LDDLLFLAGS="$LDDLLFLAGS,-z,defs"
6432 { $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
6433 $as_echo_n "checking whether the compiler supports -fPIC -shared -Wl,-Bsymbolic,-init,__wine_spec_init,-fini,__wine_spec_fini... " >&6; }
6434 if test "${ac_cv_cflags__fPIC__shared__Wl__Bsymbolic__init___wine_spec_init__fini___wine_spec_fini+set}" = set; then :
6435 $as_echo_n "(cached) " >&6
6436 else
6437 ac_wine_try_cflags_saved=$CFLAGS
6438 CFLAGS="$CFLAGS -fPIC -shared -Wl,-Bsymbolic,-init,__wine_spec_init,-fini,__wine_spec_fini"
6439 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
6440 /* end confdefs.h. */
6443 main ()
6447 return 0;
6449 _ACEOF
6450 if ac_fn_c_try_link "$LINENO"; then :
6451 ac_cv_cflags__fPIC__shared__Wl__Bsymbolic__init___wine_spec_init__fini___wine_spec_fini=yes
6452 else
6453 ac_cv_cflags__fPIC__shared__Wl__Bsymbolic__init___wine_spec_init__fini___wine_spec_fini=no
6455 rm -f core conftest.err conftest.$ac_objext \
6456 conftest$ac_exeext conftest.$ac_ext
6457 CFLAGS=$ac_wine_try_cflags_saved
6459 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_cflags__fPIC__shared__Wl__Bsymbolic__init___wine_spec_init__fini___wine_spec_fini" >&5
6460 $as_echo "$ac_cv_cflags__fPIC__shared__Wl__Bsymbolic__init___wine_spec_init__fini___wine_spec_fini" >&6; }
6461 if test $ac_cv_cflags__fPIC__shared__Wl__Bsymbolic__init___wine_spec_init__fini___wine_spec_fini = yes; then :
6462 LDDLLFLAGS="$LDDLLFLAGS,-init,__wine_spec_init,-fini,__wine_spec_fini"
6465 echo '{ global: *; };' >conftest.map
6466 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether the compiler supports -fPIC -shared -Wl,--version-script=conftest.map" >&5
6467 $as_echo_n "checking whether the compiler supports -fPIC -shared -Wl,--version-script=conftest.map... " >&6; }
6468 if test "${ac_cv_cflags__fPIC__shared__Wl___version_script_conftest_map+set}" = set; then :
6469 $as_echo_n "(cached) " >&6
6470 else
6471 ac_wine_try_cflags_saved=$CFLAGS
6472 CFLAGS="$CFLAGS -fPIC -shared -Wl,--version-script=conftest.map"
6473 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
6474 /* end confdefs.h. */
6477 main ()
6481 return 0;
6483 _ACEOF
6484 if ac_fn_c_try_link "$LINENO"; then :
6485 ac_cv_cflags__fPIC__shared__Wl___version_script_conftest_map=yes
6486 else
6487 ac_cv_cflags__fPIC__shared__Wl___version_script_conftest_map=no
6489 rm -f core conftest.err conftest.$ac_objext \
6490 conftest$ac_exeext conftest.$ac_ext
6491 CFLAGS=$ac_wine_try_cflags_saved
6493 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_cflags__fPIC__shared__Wl___version_script_conftest_map" >&5
6494 $as_echo "$ac_cv_cflags__fPIC__shared__Wl___version_script_conftest_map" >&6; }
6495 if test $ac_cv_cflags__fPIC__shared__Wl___version_script_conftest_map = yes; then :
6496 LDSHARED="$LDSHARED \$(VERSCRIPT:%=-Wl,--version-script=%)"
6498 rm -f conftest.map
6500 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether the compiler supports -fPIC -Wl,--export-dynamic" >&5
6501 $as_echo_n "checking whether the compiler supports -fPIC -Wl,--export-dynamic... " >&6; }
6502 if test "${ac_cv_cflags__fPIC__Wl___export_dynamic+set}" = set; then :
6503 $as_echo_n "(cached) " >&6
6504 else
6505 ac_wine_try_cflags_saved=$CFLAGS
6506 CFLAGS="$CFLAGS -fPIC -Wl,--export-dynamic"
6507 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
6508 /* end confdefs.h. */
6511 main ()
6515 return 0;
6517 _ACEOF
6518 if ac_fn_c_try_link "$LINENO"; then :
6519 ac_cv_cflags__fPIC__Wl___export_dynamic=yes
6520 else
6521 ac_cv_cflags__fPIC__Wl___export_dynamic=no
6523 rm -f core conftest.err conftest.$ac_objext \
6524 conftest$ac_exeext conftest.$ac_ext
6525 CFLAGS=$ac_wine_try_cflags_saved
6527 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_cflags__fPIC__Wl___export_dynamic" >&5
6528 $as_echo "$ac_cv_cflags__fPIC__Wl___export_dynamic" >&6; }
6529 if test $ac_cv_cflags__fPIC__Wl___export_dynamic = yes; then :
6530 LDEXECFLAGS="-Wl,--export-dynamic"
6534 as_ac_var=`$as_echo "ac_cv_cflags_-fPIC -Wl,--rpath,\\$ORIGIN/../lib" | $as_tr_sh`
6535 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether the compiler supports -fPIC -Wl,--rpath,\$ORIGIN/../lib" >&5
6536 $as_echo_n "checking whether the compiler supports -fPIC -Wl,--rpath,\$ORIGIN/../lib... " >&6; }
6537 if { as_var=$as_ac_var; eval "test \"\${$as_var+set}\" = set"; }; then :
6538 $as_echo_n "(cached) " >&6
6539 else
6540 ac_wine_try_cflags_saved=$CFLAGS
6541 CFLAGS="$CFLAGS -fPIC -Wl,--rpath,\$ORIGIN/../lib"
6542 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
6543 /* end confdefs.h. */
6546 main ()
6550 return 0;
6552 _ACEOF
6553 if ac_fn_c_try_link "$LINENO"; then :
6554 eval "$as_ac_var=yes"
6555 else
6556 eval "$as_ac_var=no"
6558 rm -f core conftest.err conftest.$ac_objext \
6559 conftest$ac_exeext conftest.$ac_ext
6560 CFLAGS=$ac_wine_try_cflags_saved
6562 eval ac_res=\$$as_ac_var
6563 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_res" >&5
6564 $as_echo "$ac_res" >&6; }
6565 if test `eval 'as_val=${'$as_ac_var'};$as_echo "$as_val"'` = yes; then :
6566 LDRPATH_INSTALL="-Wl,--rpath,\\\$\$ORIGIN/\`\$(RELPATH) \$(bindir) \$(libdir)\`"
6567 LDRPATH_LOCAL="-Wl,--rpath,\\\$\$ORIGIN/\$(TOPOBJDIR)/libs/wine"
6568 else
6569 as_ac_var=`$as_echo "ac_cv_cflags_-fPIC -Wl,-R,\\$ORIGIN/../lib" | $as_tr_sh`
6570 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether the compiler supports -fPIC -Wl,-R,\$ORIGIN/../lib" >&5
6571 $as_echo_n "checking whether the compiler supports -fPIC -Wl,-R,\$ORIGIN/../lib... " >&6; }
6572 if { as_var=$as_ac_var; eval "test \"\${$as_var+set}\" = set"; }; then :
6573 $as_echo_n "(cached) " >&6
6574 else
6575 ac_wine_try_cflags_saved=$CFLAGS
6576 CFLAGS="$CFLAGS -fPIC -Wl,-R,\$ORIGIN/../lib"
6577 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
6578 /* end confdefs.h. */
6581 main ()
6585 return 0;
6587 _ACEOF
6588 if ac_fn_c_try_link "$LINENO"; then :
6589 eval "$as_ac_var=yes"
6590 else
6591 eval "$as_ac_var=no"
6593 rm -f core conftest.err conftest.$ac_objext \
6594 conftest$ac_exeext conftest.$ac_ext
6595 CFLAGS=$ac_wine_try_cflags_saved
6597 eval ac_res=\$$as_ac_var
6598 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_res" >&5
6599 $as_echo "$ac_res" >&6; }
6600 if test `eval 'as_val=${'$as_ac_var'};$as_echo "$as_val"'` = yes; then :
6601 LDRPATH_INSTALL="-Wl,-R,\\\$\$ORIGIN/\`\$(RELPATH) \$(bindir) \$(libdir)\`"
6602 LDRPATH_LOCAL="-Wl,-R,\\\$\$ORIGIN/\$(TOPOBJDIR)/libs/wine"
6606 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether the compiler supports -Wl,--enable-new-dtags" >&5
6607 $as_echo_n "checking whether the compiler supports -Wl,--enable-new-dtags... " >&6; }
6608 if test "${ac_cv_cflags__Wl___enable_new_dtags+set}" = set; then :
6609 $as_echo_n "(cached) " >&6
6610 else
6611 ac_wine_try_cflags_saved=$CFLAGS
6612 CFLAGS="$CFLAGS -Wl,--enable-new-dtags"
6613 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
6614 /* end confdefs.h. */
6617 main ()
6621 return 0;
6623 _ACEOF
6624 if ac_fn_c_try_link "$LINENO"; then :
6625 ac_cv_cflags__Wl___enable_new_dtags=yes
6626 else
6627 ac_cv_cflags__Wl___enable_new_dtags=no
6629 rm -f core conftest.err conftest.$ac_objext \
6630 conftest$ac_exeext conftest.$ac_ext
6631 CFLAGS=$ac_wine_try_cflags_saved
6633 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_cflags__Wl___enable_new_dtags" >&5
6634 $as_echo "$ac_cv_cflags__Wl___enable_new_dtags" >&6; }
6635 if test $ac_cv_cflags__Wl___enable_new_dtags = yes; then :
6636 LDRPATH_INSTALL="$LDRPATH_INSTALL -Wl,--enable-new-dtags"
6639 case $host_cpu in
6640 *i[3456789]86* | x86_64)
6641 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether the compiler supports -Wl,--section-start,.interp=0x7bf00400" >&5
6642 $as_echo_n "checking whether the compiler supports -Wl,--section-start,.interp=0x7bf00400... " >&6; }
6643 if test "${ac_cv_cflags__Wl___section_start__interp_0x7bf00400+set}" = set; then :
6644 $as_echo_n "(cached) " >&6
6645 else
6646 ac_wine_try_cflags_saved=$CFLAGS
6647 CFLAGS="$CFLAGS -Wl,--section-start,.interp=0x7bf00400"
6648 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
6649 /* end confdefs.h. */
6652 main ()
6656 return 0;
6658 _ACEOF
6659 if ac_fn_c_try_link "$LINENO"; then :
6660 ac_cv_cflags__Wl___section_start__interp_0x7bf00400=yes
6661 else
6662 ac_cv_cflags__Wl___section_start__interp_0x7bf00400=no
6664 rm -f core conftest.err conftest.$ac_objext \
6665 conftest$ac_exeext conftest.$ac_ext
6666 CFLAGS=$ac_wine_try_cflags_saved
6668 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_cflags__Wl___section_start__interp_0x7bf00400" >&5
6669 $as_echo "$ac_cv_cflags__Wl___section_start__interp_0x7bf00400" >&6; }
6670 if test $ac_cv_cflags__Wl___section_start__interp_0x7bf00400 = yes; then :
6671 LDEXECFLAGS="$LDEXECFLAGS -Wl,--section-start,.interp=0x7bf00400"
6674 esac
6676 else
6677 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether we can build a UnixWare (Solaris) dll" >&5
6678 $as_echo_n "checking whether we can build a UnixWare (Solaris) dll... " >&6; }
6679 if test "${ac_cv_c_dll_unixware+set}" = set; then :
6680 $as_echo_n "(cached) " >&6
6681 else
6682 ac_wine_try_cflags_saved=$CFLAGS
6683 CFLAGS="$CFLAGS -fPIC -Wl,-G,-h,conftest.so.1.0,-B,symbolic"
6684 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
6685 /* end confdefs.h. */
6686 void myfunc() {}
6687 _ACEOF
6688 if ac_fn_c_try_link "$LINENO"; then :
6689 ac_cv_c_dll_unixware="yes"
6690 else
6691 ac_cv_c_dll_unixware="no"
6693 rm -f core conftest.err conftest.$ac_objext \
6694 conftest$ac_exeext conftest.$ac_ext
6695 CFLAGS=$ac_wine_try_cflags_saved
6697 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_c_dll_unixware" >&5
6698 $as_echo "$ac_cv_c_dll_unixware" >&6; }
6699 if test "$ac_cv_c_dll_unixware" = "yes"
6700 then
6701 LDSHARED="\$(CC) -Wl,-G \$(SONAME:%=-Wl,-h,%)"
6702 LDDLLFLAGS="-Wl,-G,-B,symbolic"
6704 else
6705 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether we can build an HP-UX dll" >&5
6706 $as_echo_n "checking whether we can build an HP-UX dll... " >&6; }
6707 if test "${ac_cv_c_dll_hpux+set}" = set; then :
6708 $as_echo_n "(cached) " >&6
6709 else
6710 ac_wine_try_cflags_saved=$CFLAGS
6711 CFLAGS="$CFLAGS -shared"
6712 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
6713 /* end confdefs.h. */
6714 void myfunc() {}
6715 _ACEOF
6716 if ac_fn_c_try_link "$LINENO"; then :
6717 ac_cv_c_dll_hpux="yes"
6718 else
6719 ac_cv_c_dll_hpux="no"
6721 rm -f core conftest.err conftest.$ac_objext \
6722 conftest$ac_exeext conftest.$ac_ext
6723 CFLAGS=$ac_wine_try_cflags_saved
6725 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_c_dll_hpux" >&5
6726 $as_echo "$ac_cv_c_dll_hpux" >&6; }
6727 if test "$ac_cv_c_dll_hpux" = "yes"
6728 then
6729 LIBEXT="sl"
6730 DLLEXT=".sl"
6731 LDDLLFLAGS="-shared -fPIC"
6732 LDSHARED="\$(CC) -shared"
6737 esac
6739 enable_winequartz_drv=${enable_winequartz_drv:-no}
6741 if test "$LIBEXT" = "a"; then
6742 as_fn_error "could not find a way to build shared libraries.
6743 It is currently not possible to build Wine without shared library
6744 (.so) support to allow transparent switch between .so and .dll files.
6745 If you are using Linux, you will need a newer binutils.
6746 " "$LINENO" 5
6749 if test "$cross_compiling" = "no" -a "$LIBEXT" != "dll"
6750 then
6751 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
6753 # Extract the first word of "$ac_prog", so it can be a program name with args.
6754 set dummy $ac_prog; ac_word=$2
6755 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
6756 $as_echo_n "checking for $ac_word... " >&6; }
6757 if test "${ac_cv_prog_CROSSCC+set}" = set; then :
6758 $as_echo_n "(cached) " >&6
6759 else
6760 if test -n "$CROSSCC"; then
6761 ac_cv_prog_CROSSCC="$CROSSCC" # Let the user override the test.
6762 else
6763 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
6764 for as_dir in $PATH
6766 IFS=$as_save_IFS
6767 test -z "$as_dir" && as_dir=.
6768 for ac_exec_ext in '' $ac_executable_extensions; do
6769 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
6770 ac_cv_prog_CROSSCC="$ac_prog"
6771 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
6772 break 2
6774 done
6775 done
6776 IFS=$as_save_IFS
6780 CROSSCC=$ac_cv_prog_CROSSCC
6781 if test -n "$CROSSCC"; then
6782 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $CROSSCC" >&5
6783 $as_echo "$CROSSCC" >&6; }
6784 else
6785 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
6786 $as_echo "no" >&6; }
6790 test -n "$CROSSCC" && break
6791 done
6792 test -n "$CROSSCC" || CROSSCC="false"
6794 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
6796 # Extract the first word of "$ac_prog", so it can be a program name with args.
6797 set dummy $ac_prog; ac_word=$2
6798 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
6799 $as_echo_n "checking for $ac_word... " >&6; }
6800 if test "${ac_cv_prog_DLLTOOL+set}" = set; then :
6801 $as_echo_n "(cached) " >&6
6802 else
6803 if test -n "$DLLTOOL"; then
6804 ac_cv_prog_DLLTOOL="$DLLTOOL" # Let the user override the test.
6805 else
6806 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
6807 for as_dir in $PATH
6809 IFS=$as_save_IFS
6810 test -z "$as_dir" && as_dir=.
6811 for ac_exec_ext in '' $ac_executable_extensions; do
6812 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
6813 ac_cv_prog_DLLTOOL="$ac_prog"
6814 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
6815 break 2
6817 done
6818 done
6819 IFS=$as_save_IFS
6823 DLLTOOL=$ac_cv_prog_DLLTOOL
6824 if test -n "$DLLTOOL"; then
6825 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $DLLTOOL" >&5
6826 $as_echo "$DLLTOOL" >&6; }
6827 else
6828 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
6829 $as_echo "no" >&6; }
6833 test -n "$DLLTOOL" && break
6834 done
6835 test -n "$DLLTOOL" || DLLTOOL="false"
6837 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
6839 # Extract the first word of "$ac_prog", so it can be a program name with args.
6840 set dummy $ac_prog; ac_word=$2
6841 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
6842 $as_echo_n "checking for $ac_word... " >&6; }
6843 if test "${ac_cv_prog_MINGWAR+set}" = set; then :
6844 $as_echo_n "(cached) " >&6
6845 else
6846 if test -n "$MINGWAR"; then
6847 ac_cv_prog_MINGWAR="$MINGWAR" # Let the user override the test.
6848 else
6849 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
6850 for as_dir in $PATH
6852 IFS=$as_save_IFS
6853 test -z "$as_dir" && as_dir=.
6854 for ac_exec_ext in '' $ac_executable_extensions; do
6855 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
6856 ac_cv_prog_MINGWAR="$ac_prog"
6857 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
6858 break 2
6860 done
6861 done
6862 IFS=$as_save_IFS
6866 MINGWAR=$ac_cv_prog_MINGWAR
6867 if test -n "$MINGWAR"; then
6868 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $MINGWAR" >&5
6869 $as_echo "$MINGWAR" >&6; }
6870 else
6871 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
6872 $as_echo "no" >&6; }
6876 test -n "$MINGWAR" && break
6877 done
6878 test -n "$MINGWAR" || MINGWAR="false"
6880 if test "$CROSSCC" != "false"
6881 then
6882 CROSSTEST="\$(CROSSTEST)"
6884 set x $CROSSCC
6885 shift
6886 target=""
6887 while test $# -ge 1
6889 case "$1" in
6890 *-gcc) target=`expr "$1" : '\(.*\)-gcc'` ;;
6891 esac
6892 shift
6893 done
6894 if test -n "$target"
6895 then
6896 CROSSTARGETFLAGS="-b $target"
6903 if test "$ac_cv_header_pthread_h" = "yes"
6904 then
6905 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for pthread_create in -lpthread" >&5
6906 $as_echo_n "checking for pthread_create in -lpthread... " >&6; }
6907 if test "${ac_cv_lib_pthread_pthread_create+set}" = set; then :
6908 $as_echo_n "(cached) " >&6
6909 else
6910 ac_check_lib_save_LIBS=$LIBS
6911 LIBS="-lpthread $LIBS"
6912 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
6913 /* end confdefs.h. */
6915 /* Override any GCC internal prototype to avoid an error.
6916 Use char because int might match the return type of a GCC
6917 builtin and then its argument prototype would still apply. */
6918 #ifdef __cplusplus
6919 extern "C"
6920 #endif
6921 char pthread_create ();
6923 main ()
6925 return pthread_create ();
6927 return 0;
6929 _ACEOF
6930 if ac_fn_c_try_link "$LINENO"; then :
6931 ac_cv_lib_pthread_pthread_create=yes
6932 else
6933 ac_cv_lib_pthread_pthread_create=no
6935 rm -f core conftest.err conftest.$ac_objext \
6936 conftest$ac_exeext conftest.$ac_ext
6937 LIBS=$ac_check_lib_save_LIBS
6939 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_pthread_pthread_create" >&5
6940 $as_echo "$ac_cv_lib_pthread_pthread_create" >&6; }
6941 if test "x$ac_cv_lib_pthread_pthread_create" = x""yes; then :
6942 LIBPTHREAD="-lpthread"
6947 if test "x$LIBPTHREAD" = "x"; then :
6948 case "x$with_pthread" in
6949 xno) ;;
6950 *) as_fn_error "pthread ${notice_platform}development files not found.
6951 Wine cannot support threads without libpthread.
6952 Use the --without-pthread option if you really want this." "$LINENO" 5 ;;
6953 esac
6957 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for X" >&5
6958 $as_echo_n "checking for X... " >&6; }
6961 # Check whether --with-x was given.
6962 if test "${with_x+set}" = set; then :
6963 withval=$with_x;
6966 # $have_x is `yes', `no', `disabled', or empty when we do not yet know.
6967 if test "x$with_x" = xno; then
6968 # The user explicitly disabled X.
6969 have_x=disabled
6970 else
6971 case $x_includes,$x_libraries in #(
6972 *\'*) as_fn_error "cannot use X directory names containing '" "$LINENO" 5;; #(
6973 *,NONE | NONE,*) if test "${ac_cv_have_x+set}" = set; then :
6974 $as_echo_n "(cached) " >&6
6975 else
6976 # One or both of the vars are not set, and there is no cached value.
6977 ac_x_includes=no ac_x_libraries=no
6978 rm -f -r conftest.dir
6979 if mkdir conftest.dir; then
6980 cd conftest.dir
6981 cat >Imakefile <<'_ACEOF'
6982 incroot:
6983 @echo incroot='${INCROOT}'
6984 usrlibdir:
6985 @echo usrlibdir='${USRLIBDIR}'
6986 libdir:
6987 @echo libdir='${LIBDIR}'
6988 _ACEOF
6989 if (export CC; ${XMKMF-xmkmf}) >/dev/null 2>/dev/null && test -f Makefile; then
6990 # GNU make sometimes prints "make[1]: Entering...", which would confuse us.
6991 for ac_var in incroot usrlibdir libdir; do
6992 eval "ac_im_$ac_var=\`\${MAKE-make} $ac_var 2>/dev/null | sed -n 's/^$ac_var=//p'\`"
6993 done
6994 # Open Windows xmkmf reportedly sets LIBDIR instead of USRLIBDIR.
6995 for ac_extension in a so sl dylib la dll; do
6996 if test ! -f "$ac_im_usrlibdir/libX11.$ac_extension" &&
6997 test -f "$ac_im_libdir/libX11.$ac_extension"; then
6998 ac_im_usrlibdir=$ac_im_libdir; break
7000 done
7001 # Screen out bogus values from the imake configuration. They are
7002 # bogus both because they are the default anyway, and because
7003 # using them would break gcc on systems where it needs fixed includes.
7004 case $ac_im_incroot in
7005 /usr/include) ac_x_includes= ;;
7006 *) test -f "$ac_im_incroot/X11/Xos.h" && ac_x_includes=$ac_im_incroot;;
7007 esac
7008 case $ac_im_usrlibdir in
7009 /usr/lib | /usr/lib64 | /lib | /lib64) ;;
7010 *) test -d "$ac_im_usrlibdir" && ac_x_libraries=$ac_im_usrlibdir ;;
7011 esac
7013 cd ..
7014 rm -f -r conftest.dir
7017 # Standard set of common directories for X headers.
7018 # Check X11 before X11Rn because it is often a symlink to the current release.
7019 ac_x_header_dirs='
7020 /usr/X11/include
7021 /usr/X11R7/include
7022 /usr/X11R6/include
7023 /usr/X11R5/include
7024 /usr/X11R4/include
7026 /usr/include/X11
7027 /usr/include/X11R7
7028 /usr/include/X11R6
7029 /usr/include/X11R5
7030 /usr/include/X11R4
7032 /usr/local/X11/include
7033 /usr/local/X11R7/include
7034 /usr/local/X11R6/include
7035 /usr/local/X11R5/include
7036 /usr/local/X11R4/include
7038 /usr/local/include/X11
7039 /usr/local/include/X11R7
7040 /usr/local/include/X11R6
7041 /usr/local/include/X11R5
7042 /usr/local/include/X11R4
7044 /usr/X386/include
7045 /usr/x386/include
7046 /usr/XFree86/include/X11
7048 /usr/include
7049 /usr/local/include
7050 /usr/unsupported/include
7051 /usr/athena/include
7052 /usr/local/x11r5/include
7053 /usr/lpp/Xamples/include
7055 /usr/openwin/include
7056 /usr/openwin/share/include'
7058 if test "$ac_x_includes" = no; then
7059 # Guess where to find include files, by looking for Xlib.h.
7060 # First, try using that file with no special directory specified.
7061 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
7062 /* end confdefs.h. */
7063 #include <X11/Xlib.h>
7064 _ACEOF
7065 if ac_fn_c_try_cpp "$LINENO"; then :
7066 # We can compile using X headers with no special include directory.
7067 ac_x_includes=
7068 else
7069 for ac_dir in $ac_x_header_dirs; do
7070 if test -r "$ac_dir/X11/Xlib.h"; then
7071 ac_x_includes=$ac_dir
7072 break
7074 done
7076 rm -f conftest.err conftest.$ac_ext
7077 fi # $ac_x_includes = no
7079 if test "$ac_x_libraries" = no; then
7080 # Check for the libraries.
7081 # See if we find them without any special options.
7082 # Don't add to $LIBS permanently.
7083 ac_save_LIBS=$LIBS
7084 LIBS="-lX11 $LIBS"
7085 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
7086 /* end confdefs.h. */
7087 #include <X11/Xlib.h>
7089 main ()
7091 XrmInitialize ()
7093 return 0;
7095 _ACEOF
7096 if ac_fn_c_try_link "$LINENO"; then :
7097 LIBS=$ac_save_LIBS
7098 # We can link X programs with no special library path.
7099 ac_x_libraries=
7100 else
7101 LIBS=$ac_save_LIBS
7102 for ac_dir in `$as_echo "$ac_x_includes $ac_x_header_dirs" | sed s/include/lib/g`
7104 # Don't even attempt the hair of trying to link an X program!
7105 for ac_extension in a so sl dylib la dll; do
7106 if test -r "$ac_dir/libX11.$ac_extension"; then
7107 ac_x_libraries=$ac_dir
7108 break 2
7110 done
7111 done
7113 rm -f core conftest.err conftest.$ac_objext \
7114 conftest$ac_exeext conftest.$ac_ext
7115 fi # $ac_x_libraries = no
7117 case $ac_x_includes,$ac_x_libraries in #(
7118 no,* | *,no | *\'*)
7119 # Didn't find X, or a directory has "'" in its name.
7120 ac_cv_have_x="have_x=no";; #(
7122 # Record where we found X for the cache.
7123 ac_cv_have_x="have_x=yes\
7124 ac_x_includes='$ac_x_includes'\
7125 ac_x_libraries='$ac_x_libraries'"
7126 esac
7128 ;; #(
7129 *) have_x=yes;;
7130 esac
7131 eval "$ac_cv_have_x"
7132 fi # $with_x != no
7134 if test "$have_x" != yes; then
7135 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $have_x" >&5
7136 $as_echo "$have_x" >&6; }
7137 no_x=yes
7138 else
7139 # If each of the values was on the command line, it overrides each guess.
7140 test "x$x_includes" = xNONE && x_includes=$ac_x_includes
7141 test "x$x_libraries" = xNONE && x_libraries=$ac_x_libraries
7142 # Update the cache value to reflect the command line values.
7143 ac_cv_have_x="have_x=yes\
7144 ac_x_includes='$x_includes'\
7145 ac_x_libraries='$x_libraries'"
7146 { $as_echo "$as_me:${as_lineno-$LINENO}: result: libraries $x_libraries, headers $x_includes" >&5
7147 $as_echo "libraries $x_libraries, headers $x_includes" >&6; }
7150 if test "$no_x" = yes; then
7151 # Not all programs may use this symbol, but it does not hurt to define it.
7153 $as_echo "#define X_DISPLAY_MISSING 1" >>confdefs.h
7155 X_CFLAGS= X_PRE_LIBS= X_LIBS= X_EXTRA_LIBS=
7156 else
7157 if test -n "$x_includes"; then
7158 X_CFLAGS="$X_CFLAGS -I$x_includes"
7161 # It would also be nice to do this for all -L options, not just this one.
7162 if test -n "$x_libraries"; then
7163 X_LIBS="$X_LIBS -L$x_libraries"
7164 # For Solaris; some versions of Sun CC require a space after -R and
7165 # others require no space. Words are not sufficient . . . .
7166 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether -R must be followed by a space" >&5
7167 $as_echo_n "checking whether -R must be followed by a space... " >&6; }
7168 ac_xsave_LIBS=$LIBS; LIBS="$LIBS -R$x_libraries"
7169 ac_xsave_c_werror_flag=$ac_c_werror_flag
7170 ac_c_werror_flag=yes
7171 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
7172 /* end confdefs.h. */
7175 main ()
7179 return 0;
7181 _ACEOF
7182 if ac_fn_c_try_link "$LINENO"; then :
7183 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
7184 $as_echo "no" >&6; }
7185 X_LIBS="$X_LIBS -R$x_libraries"
7186 else
7187 LIBS="$ac_xsave_LIBS -R $x_libraries"
7188 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
7189 /* end confdefs.h. */
7192 main ()
7196 return 0;
7198 _ACEOF
7199 if ac_fn_c_try_link "$LINENO"; then :
7200 { $as_echo "$as_me:${as_lineno-$LINENO}: result: yes" >&5
7201 $as_echo "yes" >&6; }
7202 X_LIBS="$X_LIBS -R $x_libraries"
7203 else
7204 { $as_echo "$as_me:${as_lineno-$LINENO}: result: neither works" >&5
7205 $as_echo "neither works" >&6; }
7207 rm -f core conftest.err conftest.$ac_objext \
7208 conftest$ac_exeext conftest.$ac_ext
7210 rm -f core conftest.err conftest.$ac_objext \
7211 conftest$ac_exeext conftest.$ac_ext
7212 ac_c_werror_flag=$ac_xsave_c_werror_flag
7213 LIBS=$ac_xsave_LIBS
7216 # Check for system-dependent libraries X programs must link with.
7217 # Do this before checking for the system-independent R6 libraries
7218 # (-lICE), since we may need -lsocket or whatever for X linking.
7220 if test "$ISC" = yes; then
7221 X_EXTRA_LIBS="$X_EXTRA_LIBS -lnsl_s -linet"
7222 else
7223 # Martyn Johnson says this is needed for Ultrix, if the X
7224 # libraries were built with DECnet support. And Karl Berry says
7225 # the Alpha needs dnet_stub (dnet does not exist).
7226 ac_xsave_LIBS="$LIBS"; LIBS="$LIBS $X_LIBS -lX11"
7227 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
7228 /* end confdefs.h. */
7230 /* Override any GCC internal prototype to avoid an error.
7231 Use char because int might match the return type of a GCC
7232 builtin and then its argument prototype would still apply. */
7233 #ifdef __cplusplus
7234 extern "C"
7235 #endif
7236 char XOpenDisplay ();
7238 main ()
7240 return XOpenDisplay ();
7242 return 0;
7244 _ACEOF
7245 if ac_fn_c_try_link "$LINENO"; then :
7247 else
7248 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for dnet_ntoa in -ldnet" >&5
7249 $as_echo_n "checking for dnet_ntoa in -ldnet... " >&6; }
7250 if test "${ac_cv_lib_dnet_dnet_ntoa+set}" = set; then :
7251 $as_echo_n "(cached) " >&6
7252 else
7253 ac_check_lib_save_LIBS=$LIBS
7254 LIBS="-ldnet $LIBS"
7255 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
7256 /* end confdefs.h. */
7258 /* Override any GCC internal prototype to avoid an error.
7259 Use char because int might match the return type of a GCC
7260 builtin and then its argument prototype would still apply. */
7261 #ifdef __cplusplus
7262 extern "C"
7263 #endif
7264 char dnet_ntoa ();
7266 main ()
7268 return dnet_ntoa ();
7270 return 0;
7272 _ACEOF
7273 if ac_fn_c_try_link "$LINENO"; then :
7274 ac_cv_lib_dnet_dnet_ntoa=yes
7275 else
7276 ac_cv_lib_dnet_dnet_ntoa=no
7278 rm -f core conftest.err conftest.$ac_objext \
7279 conftest$ac_exeext conftest.$ac_ext
7280 LIBS=$ac_check_lib_save_LIBS
7282 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_dnet_dnet_ntoa" >&5
7283 $as_echo "$ac_cv_lib_dnet_dnet_ntoa" >&6; }
7284 if test "x$ac_cv_lib_dnet_dnet_ntoa" = x""yes; then :
7285 X_EXTRA_LIBS="$X_EXTRA_LIBS -ldnet"
7288 if test $ac_cv_lib_dnet_dnet_ntoa = no; then
7289 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for dnet_ntoa in -ldnet_stub" >&5
7290 $as_echo_n "checking for dnet_ntoa in -ldnet_stub... " >&6; }
7291 if test "${ac_cv_lib_dnet_stub_dnet_ntoa+set}" = set; then :
7292 $as_echo_n "(cached) " >&6
7293 else
7294 ac_check_lib_save_LIBS=$LIBS
7295 LIBS="-ldnet_stub $LIBS"
7296 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
7297 /* end confdefs.h. */
7299 /* Override any GCC internal prototype to avoid an error.
7300 Use char because int might match the return type of a GCC
7301 builtin and then its argument prototype would still apply. */
7302 #ifdef __cplusplus
7303 extern "C"
7304 #endif
7305 char dnet_ntoa ();
7307 main ()
7309 return dnet_ntoa ();
7311 return 0;
7313 _ACEOF
7314 if ac_fn_c_try_link "$LINENO"; then :
7315 ac_cv_lib_dnet_stub_dnet_ntoa=yes
7316 else
7317 ac_cv_lib_dnet_stub_dnet_ntoa=no
7319 rm -f core conftest.err conftest.$ac_objext \
7320 conftest$ac_exeext conftest.$ac_ext
7321 LIBS=$ac_check_lib_save_LIBS
7323 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_dnet_stub_dnet_ntoa" >&5
7324 $as_echo "$ac_cv_lib_dnet_stub_dnet_ntoa" >&6; }
7325 if test "x$ac_cv_lib_dnet_stub_dnet_ntoa" = x""yes; then :
7326 X_EXTRA_LIBS="$X_EXTRA_LIBS -ldnet_stub"
7331 rm -f core conftest.err conftest.$ac_objext \
7332 conftest$ac_exeext conftest.$ac_ext
7333 LIBS="$ac_xsave_LIBS"
7335 # msh@cis.ufl.edu says -lnsl (and -lsocket) are needed for his 386/AT,
7336 # to get the SysV transport functions.
7337 # Chad R. Larson says the Pyramis MIS-ES running DC/OSx (SVR4)
7338 # needs -lnsl.
7339 # The nsl library prevents programs from opening the X display
7340 # on Irix 5.2, according to T.E. Dickey.
7341 # The functions gethostbyname, getservbyname, and inet_addr are
7342 # in -lbsd on LynxOS 3.0.1/i386, according to Lars Hecking.
7343 ac_fn_c_check_func "$LINENO" "gethostbyname" "ac_cv_func_gethostbyname"
7344 if test "x$ac_cv_func_gethostbyname" = x""yes; then :
7348 if test $ac_cv_func_gethostbyname = no; then
7349 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for gethostbyname in -lnsl" >&5
7350 $as_echo_n "checking for gethostbyname in -lnsl... " >&6; }
7351 if test "${ac_cv_lib_nsl_gethostbyname+set}" = set; then :
7352 $as_echo_n "(cached) " >&6
7353 else
7354 ac_check_lib_save_LIBS=$LIBS
7355 LIBS="-lnsl $LIBS"
7356 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
7357 /* end confdefs.h. */
7359 /* Override any GCC internal prototype to avoid an error.
7360 Use char because int might match the return type of a GCC
7361 builtin and then its argument prototype would still apply. */
7362 #ifdef __cplusplus
7363 extern "C"
7364 #endif
7365 char gethostbyname ();
7367 main ()
7369 return gethostbyname ();
7371 return 0;
7373 _ACEOF
7374 if ac_fn_c_try_link "$LINENO"; then :
7375 ac_cv_lib_nsl_gethostbyname=yes
7376 else
7377 ac_cv_lib_nsl_gethostbyname=no
7379 rm -f core conftest.err conftest.$ac_objext \
7380 conftest$ac_exeext conftest.$ac_ext
7381 LIBS=$ac_check_lib_save_LIBS
7383 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_nsl_gethostbyname" >&5
7384 $as_echo "$ac_cv_lib_nsl_gethostbyname" >&6; }
7385 if test "x$ac_cv_lib_nsl_gethostbyname" = x""yes; then :
7386 X_EXTRA_LIBS="$X_EXTRA_LIBS -lnsl"
7389 if test $ac_cv_lib_nsl_gethostbyname = no; then
7390 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for gethostbyname in -lbsd" >&5
7391 $as_echo_n "checking for gethostbyname in -lbsd... " >&6; }
7392 if test "${ac_cv_lib_bsd_gethostbyname+set}" = set; then :
7393 $as_echo_n "(cached) " >&6
7394 else
7395 ac_check_lib_save_LIBS=$LIBS
7396 LIBS="-lbsd $LIBS"
7397 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
7398 /* end confdefs.h. */
7400 /* Override any GCC internal prototype to avoid an error.
7401 Use char because int might match the return type of a GCC
7402 builtin and then its argument prototype would still apply. */
7403 #ifdef __cplusplus
7404 extern "C"
7405 #endif
7406 char gethostbyname ();
7408 main ()
7410 return gethostbyname ();
7412 return 0;
7414 _ACEOF
7415 if ac_fn_c_try_link "$LINENO"; then :
7416 ac_cv_lib_bsd_gethostbyname=yes
7417 else
7418 ac_cv_lib_bsd_gethostbyname=no
7420 rm -f core conftest.err conftest.$ac_objext \
7421 conftest$ac_exeext conftest.$ac_ext
7422 LIBS=$ac_check_lib_save_LIBS
7424 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_bsd_gethostbyname" >&5
7425 $as_echo "$ac_cv_lib_bsd_gethostbyname" >&6; }
7426 if test "x$ac_cv_lib_bsd_gethostbyname" = x""yes; then :
7427 X_EXTRA_LIBS="$X_EXTRA_LIBS -lbsd"
7433 # lieder@skyler.mavd.honeywell.com says without -lsocket,
7434 # socket/setsockopt and other routines are undefined under SCO ODT
7435 # 2.0. But -lsocket is broken on IRIX 5.2 (and is not necessary
7436 # on later versions), says Simon Leinen: it contains gethostby*
7437 # variants that don't use the name server (or something). -lsocket
7438 # must be given before -lnsl if both are needed. We assume that
7439 # if connect needs -lnsl, so does gethostbyname.
7440 ac_fn_c_check_func "$LINENO" "connect" "ac_cv_func_connect"
7441 if test "x$ac_cv_func_connect" = x""yes; then :
7445 if test $ac_cv_func_connect = no; then
7446 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for connect in -lsocket" >&5
7447 $as_echo_n "checking for connect in -lsocket... " >&6; }
7448 if test "${ac_cv_lib_socket_connect+set}" = set; then :
7449 $as_echo_n "(cached) " >&6
7450 else
7451 ac_check_lib_save_LIBS=$LIBS
7452 LIBS="-lsocket $X_EXTRA_LIBS $LIBS"
7453 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
7454 /* end confdefs.h. */
7456 /* Override any GCC internal prototype to avoid an error.
7457 Use char because int might match the return type of a GCC
7458 builtin and then its argument prototype would still apply. */
7459 #ifdef __cplusplus
7460 extern "C"
7461 #endif
7462 char connect ();
7464 main ()
7466 return connect ();
7468 return 0;
7470 _ACEOF
7471 if ac_fn_c_try_link "$LINENO"; then :
7472 ac_cv_lib_socket_connect=yes
7473 else
7474 ac_cv_lib_socket_connect=no
7476 rm -f core conftest.err conftest.$ac_objext \
7477 conftest$ac_exeext conftest.$ac_ext
7478 LIBS=$ac_check_lib_save_LIBS
7480 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_socket_connect" >&5
7481 $as_echo "$ac_cv_lib_socket_connect" >&6; }
7482 if test "x$ac_cv_lib_socket_connect" = x""yes; then :
7483 X_EXTRA_LIBS="-lsocket $X_EXTRA_LIBS"
7488 # Guillermo Gomez says -lposix is necessary on A/UX.
7489 ac_fn_c_check_func "$LINENO" "remove" "ac_cv_func_remove"
7490 if test "x$ac_cv_func_remove" = x""yes; then :
7494 if test $ac_cv_func_remove = no; then
7495 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for remove in -lposix" >&5
7496 $as_echo_n "checking for remove in -lposix... " >&6; }
7497 if test "${ac_cv_lib_posix_remove+set}" = set; then :
7498 $as_echo_n "(cached) " >&6
7499 else
7500 ac_check_lib_save_LIBS=$LIBS
7501 LIBS="-lposix $LIBS"
7502 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
7503 /* end confdefs.h. */
7505 /* Override any GCC internal prototype to avoid an error.
7506 Use char because int might match the return type of a GCC
7507 builtin and then its argument prototype would still apply. */
7508 #ifdef __cplusplus
7509 extern "C"
7510 #endif
7511 char remove ();
7513 main ()
7515 return remove ();
7517 return 0;
7519 _ACEOF
7520 if ac_fn_c_try_link "$LINENO"; then :
7521 ac_cv_lib_posix_remove=yes
7522 else
7523 ac_cv_lib_posix_remove=no
7525 rm -f core conftest.err conftest.$ac_objext \
7526 conftest$ac_exeext conftest.$ac_ext
7527 LIBS=$ac_check_lib_save_LIBS
7529 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_posix_remove" >&5
7530 $as_echo "$ac_cv_lib_posix_remove" >&6; }
7531 if test "x$ac_cv_lib_posix_remove" = x""yes; then :
7532 X_EXTRA_LIBS="$X_EXTRA_LIBS -lposix"
7537 # BSDI BSD/OS 2.1 needs -lipc for XOpenDisplay.
7538 ac_fn_c_check_func "$LINENO" "shmat" "ac_cv_func_shmat"
7539 if test "x$ac_cv_func_shmat" = x""yes; then :
7543 if test $ac_cv_func_shmat = no; then
7544 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for shmat in -lipc" >&5
7545 $as_echo_n "checking for shmat in -lipc... " >&6; }
7546 if test "${ac_cv_lib_ipc_shmat+set}" = set; then :
7547 $as_echo_n "(cached) " >&6
7548 else
7549 ac_check_lib_save_LIBS=$LIBS
7550 LIBS="-lipc $LIBS"
7551 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
7552 /* end confdefs.h. */
7554 /* Override any GCC internal prototype to avoid an error.
7555 Use char because int might match the return type of a GCC
7556 builtin and then its argument prototype would still apply. */
7557 #ifdef __cplusplus
7558 extern "C"
7559 #endif
7560 char shmat ();
7562 main ()
7564 return shmat ();
7566 return 0;
7568 _ACEOF
7569 if ac_fn_c_try_link "$LINENO"; then :
7570 ac_cv_lib_ipc_shmat=yes
7571 else
7572 ac_cv_lib_ipc_shmat=no
7574 rm -f core conftest.err conftest.$ac_objext \
7575 conftest$ac_exeext conftest.$ac_ext
7576 LIBS=$ac_check_lib_save_LIBS
7578 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_ipc_shmat" >&5
7579 $as_echo "$ac_cv_lib_ipc_shmat" >&6; }
7580 if test "x$ac_cv_lib_ipc_shmat" = x""yes; then :
7581 X_EXTRA_LIBS="$X_EXTRA_LIBS -lipc"
7587 # Check for libraries that X11R6 Xt/Xaw programs need.
7588 ac_save_LDFLAGS=$LDFLAGS
7589 test -n "$x_libraries" && LDFLAGS="$LDFLAGS -L$x_libraries"
7590 # SM needs ICE to (dynamically) link under SunOS 4.x (so we have to
7591 # check for ICE first), but we must link in the order -lSM -lICE or
7592 # we get undefined symbols. So assume we have SM if we have ICE.
7593 # These have to be linked with before -lX11, unlike the other
7594 # libraries we check for below, so use a different variable.
7595 # John Interrante, Karl Berry
7596 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for IceConnectionNumber in -lICE" >&5
7597 $as_echo_n "checking for IceConnectionNumber in -lICE... " >&6; }
7598 if test "${ac_cv_lib_ICE_IceConnectionNumber+set}" = set; then :
7599 $as_echo_n "(cached) " >&6
7600 else
7601 ac_check_lib_save_LIBS=$LIBS
7602 LIBS="-lICE $X_EXTRA_LIBS $LIBS"
7603 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
7604 /* end confdefs.h. */
7606 /* Override any GCC internal prototype to avoid an error.
7607 Use char because int might match the return type of a GCC
7608 builtin and then its argument prototype would still apply. */
7609 #ifdef __cplusplus
7610 extern "C"
7611 #endif
7612 char IceConnectionNumber ();
7614 main ()
7616 return IceConnectionNumber ();
7618 return 0;
7620 _ACEOF
7621 if ac_fn_c_try_link "$LINENO"; then :
7622 ac_cv_lib_ICE_IceConnectionNumber=yes
7623 else
7624 ac_cv_lib_ICE_IceConnectionNumber=no
7626 rm -f core conftest.err conftest.$ac_objext \
7627 conftest$ac_exeext conftest.$ac_ext
7628 LIBS=$ac_check_lib_save_LIBS
7630 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_ICE_IceConnectionNumber" >&5
7631 $as_echo "$ac_cv_lib_ICE_IceConnectionNumber" >&6; }
7632 if test "x$ac_cv_lib_ICE_IceConnectionNumber" = x""yes; then :
7633 X_PRE_LIBS="$X_PRE_LIBS -lSM -lICE"
7636 LDFLAGS=$ac_save_LDFLAGS
7641 if test "$have_x" = "yes"
7642 then
7643 XLIB="-lXext -lX11"
7644 ac_save_CPPFLAGS="$CPPFLAGS"
7645 CPPFLAGS="$CPPFLAGS $X_CFLAGS"
7647 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for -lX11" >&5
7648 $as_echo_n "checking for -lX11... " >&6; }
7649 if test "${ac_cv_lib_soname_X11+set}" = set; then :
7650 $as_echo_n "(cached) " >&6
7651 else
7652 ac_check_soname_save_LIBS=$LIBS
7653 LIBS="-lX11 $X_LIBS $X_EXTRA_LIBS $LIBS"
7654 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
7655 /* end confdefs.h. */
7657 /* Override any GCC internal prototype to avoid an error.
7658 Use char because int might match the return type of a GCC
7659 builtin and then its argument prototype would still apply. */
7660 #ifdef __cplusplus
7661 extern "C"
7662 #endif
7663 char XCreateWindow ();
7665 main ()
7667 return XCreateWindow ();
7669 return 0;
7671 _ACEOF
7672 if ac_fn_c_try_link "$LINENO"; then :
7673 case "$LIBEXT" in
7674 dll) ;;
7675 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'` ;;
7676 *) ac_cv_lib_soname_X11=`$ac_cv_path_LDD conftest$ac_exeext | grep "libX11\\.$LIBEXT" | sed -e "s/^.*\(libX11\.$LIBEXT[^ ]*\).*$/\1/"';2,$d'` ;;
7677 esac
7679 rm -f core conftest.err conftest.$ac_objext \
7680 conftest$ac_exeext conftest.$ac_ext
7681 LIBS=$ac_check_soname_save_LIBS
7683 if test "x$ac_cv_lib_soname_X11" = "x"; then :
7684 { $as_echo "$as_me:${as_lineno-$LINENO}: result: not found" >&5
7685 $as_echo "not found" >&6; }
7687 else
7688 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_soname_X11" >&5
7689 $as_echo "$ac_cv_lib_soname_X11" >&6; }
7691 cat >>confdefs.h <<_ACEOF
7692 #define SONAME_LIBX11 "$ac_cv_lib_soname_X11"
7693 _ACEOF
7697 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for -lXext" >&5
7698 $as_echo_n "checking for -lXext... " >&6; }
7699 if test "${ac_cv_lib_soname_Xext+set}" = set; then :
7700 $as_echo_n "(cached) " >&6
7701 else
7702 ac_check_soname_save_LIBS=$LIBS
7703 LIBS="-lXext $X_LIBS -lX11 $X_EXTRA_LIBS $LIBS"
7704 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
7705 /* end confdefs.h. */
7707 /* Override any GCC internal prototype to avoid an error.
7708 Use char because int might match the return type of a GCC
7709 builtin and then its argument prototype would still apply. */
7710 #ifdef __cplusplus
7711 extern "C"
7712 #endif
7713 char XextCreateExtension ();
7715 main ()
7717 return XextCreateExtension ();
7719 return 0;
7721 _ACEOF
7722 if ac_fn_c_try_link "$LINENO"; then :
7723 case "$LIBEXT" in
7724 dll) ;;
7725 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'` ;;
7726 *) ac_cv_lib_soname_Xext=`$ac_cv_path_LDD conftest$ac_exeext | grep "libXext\\.$LIBEXT" | sed -e "s/^.*\(libXext\.$LIBEXT[^ ]*\).*$/\1/"';2,$d'` ;;
7727 esac
7729 rm -f core conftest.err conftest.$ac_objext \
7730 conftest$ac_exeext conftest.$ac_ext
7731 LIBS=$ac_check_soname_save_LIBS
7733 if test "x$ac_cv_lib_soname_Xext" = "x"; then :
7734 { $as_echo "$as_me:${as_lineno-$LINENO}: result: not found" >&5
7735 $as_echo "not found" >&6; }
7737 else
7738 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_soname_Xext" >&5
7739 $as_echo "$ac_cv_lib_soname_Xext" >&6; }
7741 cat >>confdefs.h <<_ACEOF
7742 #define SONAME_LIBXEXT "$ac_cv_lib_soname_Xext"
7743 _ACEOF
7748 for ac_header in X11/Xlib.h \
7749 X11/XKBlib.h \
7750 X11/Xutil.h \
7751 X11/Xcursor/Xcursor.h \
7752 X11/extensions/shape.h \
7753 X11/extensions/XInput.h \
7754 X11/extensions/XShm.h \
7755 X11/extensions/Xcomposite.h \
7756 X11/extensions/Xinerama.h \
7757 X11/extensions/Xrandr.h \
7758 X11/extensions/Xrender.h \
7759 X11/extensions/xf86vmode.h
7760 do :
7761 as_ac_Header=`$as_echo "ac_cv_header_$ac_header" | $as_tr_sh`
7762 ac_fn_c_check_header_compile "$LINENO" "$ac_header" "$as_ac_Header" "#ifdef HAVE_X11_XLIB_H
7763 # include <X11/Xlib.h>
7764 #endif
7765 #ifdef HAVE_X11_XUTIL_H
7766 # include <X11/Xutil.h>
7767 #endif
7769 eval as_val=\$$as_ac_Header
7770 if test "x$as_val" = x""yes; then :
7771 cat >>confdefs.h <<_ACEOF
7772 #define `$as_echo "HAVE_$ac_header" | $as_tr_cpp` 1
7773 _ACEOF
7777 done
7780 if test "$ac_cv_header_X11_XKBlib_h" = "yes"
7781 then
7782 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for XkbQueryExtension in -lX11" >&5
7783 $as_echo_n "checking for XkbQueryExtension in -lX11... " >&6; }
7784 if test "${ac_cv_lib_X11_XkbQueryExtension+set}" = set; then :
7785 $as_echo_n "(cached) " >&6
7786 else
7787 ac_check_lib_save_LIBS=$LIBS
7788 LIBS="-lX11 $X_LIBS -lXext -lX11 $X_EXTRA_LIBS $LIBS"
7789 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
7790 /* end confdefs.h. */
7792 /* Override any GCC internal prototype to avoid an error.
7793 Use char because int might match the return type of a GCC
7794 builtin and then its argument prototype would still apply. */
7795 #ifdef __cplusplus
7796 extern "C"
7797 #endif
7798 char XkbQueryExtension ();
7800 main ()
7802 return XkbQueryExtension ();
7804 return 0;
7806 _ACEOF
7807 if ac_fn_c_try_link "$LINENO"; then :
7808 ac_cv_lib_X11_XkbQueryExtension=yes
7809 else
7810 ac_cv_lib_X11_XkbQueryExtension=no
7812 rm -f core conftest.err conftest.$ac_objext \
7813 conftest$ac_exeext conftest.$ac_ext
7814 LIBS=$ac_check_lib_save_LIBS
7816 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_X11_XkbQueryExtension" >&5
7817 $as_echo "$ac_cv_lib_X11_XkbQueryExtension" >&6; }
7818 if test "x$ac_cv_lib_X11_XkbQueryExtension" = x""yes; then :
7820 $as_echo "#define HAVE_XKB 1" >>confdefs.h
7826 if test "$ac_cv_header_X11_Xcursor_Xcursor_h" = "yes"
7827 then
7828 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for -lXcursor" >&5
7829 $as_echo_n "checking for -lXcursor... " >&6; }
7830 if test "${ac_cv_lib_soname_Xcursor+set}" = set; then :
7831 $as_echo_n "(cached) " >&6
7832 else
7833 ac_check_soname_save_LIBS=$LIBS
7834 LIBS="-lXcursor $X_LIBS -lXext -lX11 $X_EXTRA_LIBS $LIBS"
7835 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
7836 /* end confdefs.h. */
7838 /* Override any GCC internal prototype to avoid an error.
7839 Use char because int might match the return type of a GCC
7840 builtin and then its argument prototype would still apply. */
7841 #ifdef __cplusplus
7842 extern "C"
7843 #endif
7844 char XcursorImageLoadCursor ();
7846 main ()
7848 return XcursorImageLoadCursor ();
7850 return 0;
7852 _ACEOF
7853 if ac_fn_c_try_link "$LINENO"; then :
7854 case "$LIBEXT" in
7855 dll) ;;
7856 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'` ;;
7857 *) ac_cv_lib_soname_Xcursor=`$ac_cv_path_LDD conftest$ac_exeext | grep "libXcursor\\.$LIBEXT" | sed -e "s/^.*\(libXcursor\.$LIBEXT[^ ]*\).*$/\1/"';2,$d'` ;;
7858 esac
7860 rm -f core conftest.err conftest.$ac_objext \
7861 conftest$ac_exeext conftest.$ac_ext
7862 LIBS=$ac_check_soname_save_LIBS
7864 if test "x$ac_cv_lib_soname_Xcursor" = "x"; then :
7865 { $as_echo "$as_me:${as_lineno-$LINENO}: result: not found" >&5
7866 $as_echo "not found" >&6; }
7868 else
7869 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_soname_Xcursor" >&5
7870 $as_echo "$ac_cv_lib_soname_Xcursor" >&6; }
7872 cat >>confdefs.h <<_ACEOF
7873 #define SONAME_LIBXCURSOR "$ac_cv_lib_soname_Xcursor"
7874 _ACEOF
7879 if test "x$ac_cv_lib_soname_Xcursor" = "x"; then :
7880 case "x$with_xcursor" in
7881 x) wine_notices="$wine_notices|libxcursor ${notice_platform}development files not found, the Xcursor extension won't be supported." ;;
7882 xno) ;;
7883 *) as_fn_error "libxcursor ${notice_platform}development files not found, the Xcursor extension won't be supported.
7884 This is an error since --with-xcursor was requested." "$LINENO" 5 ;;
7885 esac
7888 if test "$ac_cv_header_X11_extensions_XInput_h" = "yes"
7889 then
7890 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for -lXi" >&5
7891 $as_echo_n "checking for -lXi... " >&6; }
7892 if test "${ac_cv_lib_soname_Xi+set}" = set; then :
7893 $as_echo_n "(cached) " >&6
7894 else
7895 ac_check_soname_save_LIBS=$LIBS
7896 LIBS="-lXi $X_LIBS -lXext -lX11 $X_EXTRA_LIBS $LIBS"
7897 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
7898 /* end confdefs.h. */
7900 /* Override any GCC internal prototype to avoid an error.
7901 Use char because int might match the return type of a GCC
7902 builtin and then its argument prototype would still apply. */
7903 #ifdef __cplusplus
7904 extern "C"
7905 #endif
7906 char XOpenDevice ();
7908 main ()
7910 return XOpenDevice ();
7912 return 0;
7914 _ACEOF
7915 if ac_fn_c_try_link "$LINENO"; then :
7916 case "$LIBEXT" in
7917 dll) ;;
7918 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'` ;;
7919 *) ac_cv_lib_soname_Xi=`$ac_cv_path_LDD conftest$ac_exeext | grep "libXi\\.$LIBEXT" | sed -e "s/^.*\(libXi\.$LIBEXT[^ ]*\).*$/\1/"';2,$d'` ;;
7920 esac
7922 rm -f core conftest.err conftest.$ac_objext \
7923 conftest$ac_exeext conftest.$ac_ext
7924 LIBS=$ac_check_soname_save_LIBS
7926 if test "x$ac_cv_lib_soname_Xi" = "x"; then :
7927 { $as_echo "$as_me:${as_lineno-$LINENO}: result: not found" >&5
7928 $as_echo "not found" >&6; }
7930 else
7931 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_soname_Xi" >&5
7932 $as_echo "$ac_cv_lib_soname_Xi" >&6; }
7934 cat >>confdefs.h <<_ACEOF
7935 #define SONAME_LIBXI "$ac_cv_lib_soname_Xi"
7936 _ACEOF
7941 if test "x$ac_cv_lib_soname_Xi" = "x"; then :
7942 case "x$with_xinput" in
7943 x) wine_notices="$wine_notices|libxi ${notice_platform}development files not found, the Xinput extension won't be supported." ;;
7944 xno) ;;
7945 *) as_fn_error "libxi ${notice_platform}development files not found, the Xinput extension won't be supported.
7946 This is an error since --with-xinput was requested." "$LINENO" 5 ;;
7947 esac
7950 if test "$ac_cv_header_X11_extensions_XShm_h" = "yes"
7951 then
7952 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for XShmQueryExtension in -lXext" >&5
7953 $as_echo_n "checking for XShmQueryExtension in -lXext... " >&6; }
7954 if test "${ac_cv_lib_Xext_XShmQueryExtension+set}" = set; then :
7955 $as_echo_n "(cached) " >&6
7956 else
7957 ac_check_lib_save_LIBS=$LIBS
7958 LIBS="-lXext $X_LIBS -lXext -lX11 $X_EXTRA_LIBS $LIBS"
7959 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
7960 /* end confdefs.h. */
7962 /* Override any GCC internal prototype to avoid an error.
7963 Use char because int might match the return type of a GCC
7964 builtin and then its argument prototype would still apply. */
7965 #ifdef __cplusplus
7966 extern "C"
7967 #endif
7968 char XShmQueryExtension ();
7970 main ()
7972 return XShmQueryExtension ();
7974 return 0;
7976 _ACEOF
7977 if ac_fn_c_try_link "$LINENO"; then :
7978 ac_cv_lib_Xext_XShmQueryExtension=yes
7979 else
7980 ac_cv_lib_Xext_XShmQueryExtension=no
7982 rm -f core conftest.err conftest.$ac_objext \
7983 conftest$ac_exeext conftest.$ac_ext
7984 LIBS=$ac_check_lib_save_LIBS
7986 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_Xext_XShmQueryExtension" >&5
7987 $as_echo "$ac_cv_lib_Xext_XShmQueryExtension" >&6; }
7988 if test "x$ac_cv_lib_Xext_XShmQueryExtension" = x""yes; then :
7990 $as_echo "#define HAVE_LIBXXSHM 1" >>confdefs.h
7995 if test "$ac_cv_lib_Xext_XShmQueryExtension" != "yes"; then :
7996 case "x$with_xshm" in
7997 x) wine_notices="$wine_notices|XShm ${notice_platform}development files not found, X Shared Memory won't be supported." ;;
7998 xno) ;;
7999 *) as_fn_error "XShm ${notice_platform}development files not found, X Shared Memory won't be supported.
8000 This is an error since --with-xshm was requested." "$LINENO" 5 ;;
8001 esac
8004 if test "$ac_cv_header_X11_extensions_shape_h" = "yes"
8005 then
8006 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for XShapeQueryExtension in -lXext" >&5
8007 $as_echo_n "checking for XShapeQueryExtension in -lXext... " >&6; }
8008 if test "${ac_cv_lib_Xext_XShapeQueryExtension+set}" = set; then :
8009 $as_echo_n "(cached) " >&6
8010 else
8011 ac_check_lib_save_LIBS=$LIBS
8012 LIBS="-lXext $X_LIBS -lXext -lX11 $X_EXTRA_LIBS $LIBS"
8013 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
8014 /* end confdefs.h. */
8016 /* Override any GCC internal prototype to avoid an error.
8017 Use char because int might match the return type of a GCC
8018 builtin and then its argument prototype would still apply. */
8019 #ifdef __cplusplus
8020 extern "C"
8021 #endif
8022 char XShapeQueryExtension ();
8024 main ()
8026 return XShapeQueryExtension ();
8028 return 0;
8030 _ACEOF
8031 if ac_fn_c_try_link "$LINENO"; then :
8032 ac_cv_lib_Xext_XShapeQueryExtension=yes
8033 else
8034 ac_cv_lib_Xext_XShapeQueryExtension=no
8036 rm -f core conftest.err conftest.$ac_objext \
8037 conftest$ac_exeext conftest.$ac_ext
8038 LIBS=$ac_check_lib_save_LIBS
8040 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_Xext_XShapeQueryExtension" >&5
8041 $as_echo "$ac_cv_lib_Xext_XShapeQueryExtension" >&6; }
8042 if test "x$ac_cv_lib_Xext_XShapeQueryExtension" = x""yes; then :
8044 $as_echo "#define HAVE_LIBXSHAPE 1" >>confdefs.h
8049 if test "$ac_cv_lib_Xext_XShapeQueryExtension" != "yes"; then :
8050 case "x$with_xshape" in
8051 x) wine_notices="$wine_notices|XShape ${notice_platform}development files not found, XShape won't be supported." ;;
8052 xno) ;;
8053 *) as_fn_error "XShape ${notice_platform}development files not found, XShape won't be supported.
8054 This is an error since --with-xshape was requested." "$LINENO" 5 ;;
8055 esac
8058 if test "$ac_cv_header_X11_extensions_xf86vmode_h" = "yes"
8059 then
8060 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for -lXxf86vm" >&5
8061 $as_echo_n "checking for -lXxf86vm... " >&6; }
8062 if test "${ac_cv_lib_soname_Xxf86vm+set}" = set; then :
8063 $as_echo_n "(cached) " >&6
8064 else
8065 ac_check_soname_save_LIBS=$LIBS
8066 LIBS="-lXxf86vm $X_LIBS -lXext -lX11 $X_EXTRA_LIBS $LIBS"
8067 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
8068 /* end confdefs.h. */
8070 /* Override any GCC internal prototype to avoid an error.
8071 Use char because int might match the return type of a GCC
8072 builtin and then its argument prototype would still apply. */
8073 #ifdef __cplusplus
8074 extern "C"
8075 #endif
8076 char XF86VidModeQueryExtension ();
8078 main ()
8080 return XF86VidModeQueryExtension ();
8082 return 0;
8084 _ACEOF
8085 if ac_fn_c_try_link "$LINENO"; then :
8086 case "$LIBEXT" in
8087 dll) ;;
8088 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'` ;;
8089 *) ac_cv_lib_soname_Xxf86vm=`$ac_cv_path_LDD conftest$ac_exeext | grep "libXxf86vm\\.$LIBEXT" | sed -e "s/^.*\(libXxf86vm\.$LIBEXT[^ ]*\).*$/\1/"';2,$d'` ;;
8090 esac
8092 rm -f core conftest.err conftest.$ac_objext \
8093 conftest$ac_exeext conftest.$ac_ext
8094 LIBS=$ac_check_soname_save_LIBS
8096 if test "x$ac_cv_lib_soname_Xxf86vm" = "x"; then :
8097 { $as_echo "$as_me:${as_lineno-$LINENO}: result: not found" >&5
8098 $as_echo "not found" >&6; }
8100 else
8101 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_soname_Xxf86vm" >&5
8102 $as_echo "$ac_cv_lib_soname_Xxf86vm" >&6; }
8104 cat >>confdefs.h <<_ACEOF
8105 #define SONAME_LIBXXF86VM "$ac_cv_lib_soname_Xxf86vm"
8106 _ACEOF
8111 if test "x$ac_cv_lib_soname_Xxf86vm" = "x"; then :
8112 case "x$with_xxf86vm" in
8113 x) wine_notices="$wine_notices|libXxf86vm ${notice_platform}development files not found, XFree86 Vidmode won't be supported." ;;
8114 xno) ;;
8115 *) as_fn_error "libXxf86vm ${notice_platform}development files not found, XFree86 Vidmode won't be supported.
8116 This is an error since --with-xxf86vm was requested." "$LINENO" 5 ;;
8117 esac
8120 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"
8121 then
8122 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for -lXrender" >&5
8123 $as_echo_n "checking for -lXrender... " >&6; }
8124 if test "${ac_cv_lib_soname_Xrender+set}" = set; then :
8125 $as_echo_n "(cached) " >&6
8126 else
8127 ac_check_soname_save_LIBS=$LIBS
8128 LIBS="-lXrender $X_LIBS -lXext -lX11 $X_EXTRA_LIBS $LIBS"
8129 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
8130 /* end confdefs.h. */
8132 /* Override any GCC internal prototype to avoid an error.
8133 Use char because int might match the return type of a GCC
8134 builtin and then its argument prototype would still apply. */
8135 #ifdef __cplusplus
8136 extern "C"
8137 #endif
8138 char XRenderQueryExtension ();
8140 main ()
8142 return XRenderQueryExtension ();
8144 return 0;
8146 _ACEOF
8147 if ac_fn_c_try_link "$LINENO"; then :
8148 case "$LIBEXT" in
8149 dll) ;;
8150 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'` ;;
8151 *) ac_cv_lib_soname_Xrender=`$ac_cv_path_LDD conftest$ac_exeext | grep "libXrender\\.$LIBEXT" | sed -e "s/^.*\(libXrender\.$LIBEXT[^ ]*\).*$/\1/"';2,$d'` ;;
8152 esac
8154 rm -f core conftest.err conftest.$ac_objext \
8155 conftest$ac_exeext conftest.$ac_ext
8156 LIBS=$ac_check_soname_save_LIBS
8158 if test "x$ac_cv_lib_soname_Xrender" = "x"; then :
8159 { $as_echo "$as_me:${as_lineno-$LINENO}: result: not found" >&5
8160 $as_echo "not found" >&6; }
8162 else
8163 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_soname_Xrender" >&5
8164 $as_echo "$ac_cv_lib_soname_Xrender" >&6; }
8166 cat >>confdefs.h <<_ACEOF
8167 #define SONAME_LIBXRENDER "$ac_cv_lib_soname_Xrender"
8168 _ACEOF
8170 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for XRenderSetPictureTransform in -lXrender" >&5
8171 $as_echo_n "checking for XRenderSetPictureTransform in -lXrender... " >&6; }
8172 if test "${ac_cv_lib_Xrender_XRenderSetPictureTransform+set}" = set; then :
8173 $as_echo_n "(cached) " >&6
8174 else
8175 ac_check_lib_save_LIBS=$LIBS
8176 LIBS="-lXrender $X_LIBS -lXext -lX11 $X_EXTRA_LIBS $LIBS"
8177 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
8178 /* end confdefs.h. */
8180 /* Override any GCC internal prototype to avoid an error.
8181 Use char because int might match the return type of a GCC
8182 builtin and then its argument prototype would still apply. */
8183 #ifdef __cplusplus
8184 extern "C"
8185 #endif
8186 char XRenderSetPictureTransform ();
8188 main ()
8190 return XRenderSetPictureTransform ();
8192 return 0;
8194 _ACEOF
8195 if ac_fn_c_try_link "$LINENO"; then :
8196 ac_cv_lib_Xrender_XRenderSetPictureTransform=yes
8197 else
8198 ac_cv_lib_Xrender_XRenderSetPictureTransform=no
8200 rm -f core conftest.err conftest.$ac_objext \
8201 conftest$ac_exeext conftest.$ac_ext
8202 LIBS=$ac_check_lib_save_LIBS
8204 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_Xrender_XRenderSetPictureTransform" >&5
8205 $as_echo "$ac_cv_lib_Xrender_XRenderSetPictureTransform" >&6; }
8206 if test "x$ac_cv_lib_Xrender_XRenderSetPictureTransform" = x""yes; then :
8208 $as_echo "#define HAVE_XRENDERSETPICTURETRANSFORM 1" >>confdefs.h
8215 if test "x$ac_cv_lib_soname_Xrender" = "x"; then :
8216 case "x$with_xrender" in
8217 x) wine_warnings="$wine_warnings|libxrender ${notice_platform}development files not found, XRender won't be supported." ;;
8218 xno) ;;
8219 *) as_fn_error "libxrender ${notice_platform}development files not found, XRender won't be supported.
8220 This is an error since --with-xrender was requested." "$LINENO" 5 ;;
8221 esac
8224 if test "$ac_cv_header_X11_extensions_Xrandr_h" = "yes" -a "x$ac_cv_lib_soname_Xrender" != "x"
8225 then
8226 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
8227 /* end confdefs.h. */
8228 #include <X11/Xlib.h>
8229 #include <X11/extensions/Xrandr.h>
8231 main ()
8233 static typeof(XRRSetScreenConfigAndRate) * func;
8235 return 0;
8237 _ACEOF
8238 if ac_fn_c_try_compile "$LINENO"; then :
8239 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for -lXrandr" >&5
8240 $as_echo_n "checking for -lXrandr... " >&6; }
8241 if test "${ac_cv_lib_soname_Xrandr+set}" = set; then :
8242 $as_echo_n "(cached) " >&6
8243 else
8244 ac_check_soname_save_LIBS=$LIBS
8245 LIBS="-lXrandr $X_LIBS -lXext -lX11 $X_EXTRA_LIBS $LIBS"
8246 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
8247 /* end confdefs.h. */
8249 /* Override any GCC internal prototype to avoid an error.
8250 Use char because int might match the return type of a GCC
8251 builtin and then its argument prototype would still apply. */
8252 #ifdef __cplusplus
8253 extern "C"
8254 #endif
8255 char XRRQueryExtension ();
8257 main ()
8259 return XRRQueryExtension ();
8261 return 0;
8263 _ACEOF
8264 if ac_fn_c_try_link "$LINENO"; then :
8265 case "$LIBEXT" in
8266 dll) ;;
8267 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'` ;;
8268 *) ac_cv_lib_soname_Xrandr=`$ac_cv_path_LDD conftest$ac_exeext | grep "libXrandr\\.$LIBEXT" | sed -e "s/^.*\(libXrandr\.$LIBEXT[^ ]*\).*$/\1/"';2,$d'` ;;
8269 esac
8271 rm -f core conftest.err conftest.$ac_objext \
8272 conftest$ac_exeext conftest.$ac_ext
8273 LIBS=$ac_check_soname_save_LIBS
8275 if test "x$ac_cv_lib_soname_Xrandr" = "x"; then :
8276 { $as_echo "$as_me:${as_lineno-$LINENO}: result: not found" >&5
8277 $as_echo "not found" >&6; }
8279 else
8280 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_soname_Xrandr" >&5
8281 $as_echo "$ac_cv_lib_soname_Xrandr" >&6; }
8283 cat >>confdefs.h <<_ACEOF
8284 #define SONAME_LIBXRANDR "$ac_cv_lib_soname_Xrandr"
8285 _ACEOF
8290 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
8292 if test "x$ac_cv_lib_soname_Xrandr" = "x"; then :
8293 case "x$with_xrandr" in
8294 x) wine_notices="$wine_notices|libxrandr ${notice_platform}development files not found, XRandr won't be supported." ;;
8295 xno) ;;
8296 *) as_fn_error "libxrandr ${notice_platform}development files not found, XRandr won't be supported.
8297 This is an error since --with-xrandr was requested." "$LINENO" 5 ;;
8298 esac
8301 if test "$ac_cv_header_X11_extensions_Xinerama_h" = "yes"
8302 then
8303 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
8304 /* end confdefs.h. */
8305 #include <X11/Xlib.h>
8306 #include <X11/extensions/Xinerama.h>
8308 main ()
8310 static typeof(XineramaQueryScreens) * func;
8312 return 0;
8314 _ACEOF
8315 if ac_fn_c_try_compile "$LINENO"; then :
8316 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for -lXinerama" >&5
8317 $as_echo_n "checking for -lXinerama... " >&6; }
8318 if test "${ac_cv_lib_soname_Xinerama+set}" = set; then :
8319 $as_echo_n "(cached) " >&6
8320 else
8321 ac_check_soname_save_LIBS=$LIBS
8322 LIBS="-lXinerama $X_LIBS -lXext -lX11 $X_EXTRA_LIBS $LIBS"
8323 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
8324 /* end confdefs.h. */
8326 /* Override any GCC internal prototype to avoid an error.
8327 Use char because int might match the return type of a GCC
8328 builtin and then its argument prototype would still apply. */
8329 #ifdef __cplusplus
8330 extern "C"
8331 #endif
8332 char XineramaQueryScreens ();
8334 main ()
8336 return XineramaQueryScreens ();
8338 return 0;
8340 _ACEOF
8341 if ac_fn_c_try_link "$LINENO"; then :
8342 case "$LIBEXT" in
8343 dll) ;;
8344 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'` ;;
8345 *) ac_cv_lib_soname_Xinerama=`$ac_cv_path_LDD conftest$ac_exeext | grep "libXinerama\\.$LIBEXT" | sed -e "s/^.*\(libXinerama\.$LIBEXT[^ ]*\).*$/\1/"';2,$d'` ;;
8346 esac
8348 rm -f core conftest.err conftest.$ac_objext \
8349 conftest$ac_exeext conftest.$ac_ext
8350 LIBS=$ac_check_soname_save_LIBS
8352 if test "x$ac_cv_lib_soname_Xinerama" = "x"; then :
8353 { $as_echo "$as_me:${as_lineno-$LINENO}: result: not found" >&5
8354 $as_echo "not found" >&6; }
8356 else
8357 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_soname_Xinerama" >&5
8358 $as_echo "$ac_cv_lib_soname_Xinerama" >&6; }
8360 cat >>confdefs.h <<_ACEOF
8361 #define SONAME_LIBXINERAMA "$ac_cv_lib_soname_Xinerama"
8362 _ACEOF
8367 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
8369 if test "x$ac_cv_lib_soname_Xinerama" = "x"; then :
8370 case "x$with_xinerama" in
8371 x) wine_notices="$wine_notices|libxinerama ${notice_platform}development files not found, multi-monitor setups won't be supported." ;;
8372 xno) ;;
8373 *) as_fn_error "libxinerama ${notice_platform}development files not found, multi-monitor setups won't be supported.
8374 This is an error since --with-xinerama was requested." "$LINENO" 5 ;;
8375 esac
8378 if test "$ac_cv_header_X11_extensions_Xcomposite_h" = "yes"
8379 then
8380 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for -lXcomposite" >&5
8381 $as_echo_n "checking for -lXcomposite... " >&6; }
8382 if test "${ac_cv_lib_soname_Xcomposite+set}" = set; then :
8383 $as_echo_n "(cached) " >&6
8384 else
8385 ac_check_soname_save_LIBS=$LIBS
8386 LIBS="-lXcomposite $X_LIBS -lXext -lX11 $X_EXTRA_LIBS $LIBS"
8387 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
8388 /* end confdefs.h. */
8390 /* Override any GCC internal prototype to avoid an error.
8391 Use char because int might match the return type of a GCC
8392 builtin and then its argument prototype would still apply. */
8393 #ifdef __cplusplus
8394 extern "C"
8395 #endif
8396 char XCompositeRedirectWindow ();
8398 main ()
8400 return XCompositeRedirectWindow ();
8402 return 0;
8404 _ACEOF
8405 if ac_fn_c_try_link "$LINENO"; then :
8406 case "$LIBEXT" in
8407 dll) ;;
8408 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'` ;;
8409 *) ac_cv_lib_soname_Xcomposite=`$ac_cv_path_LDD conftest$ac_exeext | grep "libXcomposite\\.$LIBEXT" | sed -e "s/^.*\(libXcomposite\.$LIBEXT[^ ]*\).*$/\1/"';2,$d'` ;;
8410 esac
8412 rm -f core conftest.err conftest.$ac_objext \
8413 conftest$ac_exeext conftest.$ac_ext
8414 LIBS=$ac_check_soname_save_LIBS
8416 if test "x$ac_cv_lib_soname_Xcomposite" = "x"; then :
8417 { $as_echo "$as_me:${as_lineno-$LINENO}: result: not found" >&5
8418 $as_echo "not found" >&6; }
8420 else
8421 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_soname_Xcomposite" >&5
8422 $as_echo "$ac_cv_lib_soname_Xcomposite" >&6; }
8424 cat >>confdefs.h <<_ACEOF
8425 #define SONAME_LIBXCOMPOSITE "$ac_cv_lib_soname_Xcomposite"
8426 _ACEOF
8431 if test "x$ac_cv_lib_soname_Xcomposite" = "x"; then :
8432 case "x$with_xcomposite" in
8433 x) wine_notices="$wine_notices|libxcomposite ${notice_platform}development files not found, Xcomposite won't be supported." ;;
8434 xno) ;;
8435 *) as_fn_error "libxcomposite ${notice_platform}development files not found, Xcomposite won't be supported.
8436 This is an error since --with-xcomposite was requested." "$LINENO" 5 ;;
8437 esac
8440 ac_fn_c_check_member "$LINENO" "XICCallback" "callback" "ac_cv_member_XICCallback_callback" "#ifdef HAVE_X11_XLIB_H
8441 #include <X11/Xlib.h>
8442 #endif
8444 if test "x$ac_cv_member_XICCallback_callback" = x""yes; then :
8446 cat >>confdefs.h <<_ACEOF
8447 #define HAVE_XICCALLBACK_CALLBACK 1
8448 _ACEOF
8455 opengl_msg=""
8456 if test "x$with_opengl" != "xno"
8457 then
8458 for ac_header in GL/gl.h GL/glx.h GL/glu.h
8459 do :
8460 as_ac_Header=`$as_echo "ac_cv_header_$ac_header" | $as_tr_sh`
8461 ac_fn_c_check_header_compile "$LINENO" "$ac_header" "$as_ac_Header" "#ifdef HAVE_GL_GLX_H
8462 # include <GL/glx.h>
8463 #endif
8465 eval as_val=\$$as_ac_Header
8466 if test "x$as_val" = x""yes; then :
8467 cat >>confdefs.h <<_ACEOF
8468 #define `$as_echo "HAVE_$ac_header" | $as_tr_cpp` 1
8469 _ACEOF
8473 done
8475 if test "$ac_cv_header_GL_gl_h" = "yes" -a "$ac_cv_header_GL_glx_h" = "yes"
8476 then
8477 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for up-to-date OpenGL version" >&5
8478 $as_echo_n "checking for up-to-date OpenGL version... " >&6; }
8479 if test "${wine_cv_opengl_header_version_OK+set}" = set; then :
8480 $as_echo_n "(cached) " >&6
8481 else
8482 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
8483 /* end confdefs.h. */
8484 #include <GL/gl.h>
8486 main ()
8488 GLenum test = GL_UNSIGNED_SHORT_5_6_5;
8490 return 0;
8492 _ACEOF
8493 if ac_fn_c_try_compile "$LINENO"; then :
8494 wine_cv_opengl_header_version_OK="yes"
8495 else
8496 wine_cv_opengl_header_version_OK="no"
8498 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
8500 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $wine_cv_opengl_header_version_OK" >&5
8501 $as_echo "$wine_cv_opengl_header_version_OK" >&6; }
8503 if test "$wine_cv_opengl_header_version_OK" = "yes"
8504 then
8505 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for -lGL" >&5
8506 $as_echo_n "checking for -lGL... " >&6; }
8507 if test "${ac_cv_lib_soname_GL+set}" = set; then :
8508 $as_echo_n "(cached) " >&6
8509 else
8510 ac_check_soname_save_LIBS=$LIBS
8511 LIBS="-lGL $X_LIBS -lXext -lX11 -lm $X_EXTRA_LIBS $LIBS"
8512 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
8513 /* end confdefs.h. */
8515 /* Override any GCC internal prototype to avoid an error.
8516 Use char because int might match the return type of a GCC
8517 builtin and then its argument prototype would still apply. */
8518 #ifdef __cplusplus
8519 extern "C"
8520 #endif
8521 char glXCreateContext ();
8523 main ()
8525 return glXCreateContext ();
8527 return 0;
8529 _ACEOF
8530 if ac_fn_c_try_link "$LINENO"; then :
8531 case "$LIBEXT" in
8532 dll) ;;
8533 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'` ;;
8534 *) ac_cv_lib_soname_GL=`$ac_cv_path_LDD conftest$ac_exeext | grep "libGL\\.$LIBEXT" | sed -e "s/^.*\(libGL\.$LIBEXT[^ ]*\).*$/\1/"';2,$d'` ;;
8535 esac
8537 rm -f core conftest.err conftest.$ac_objext \
8538 conftest$ac_exeext conftest.$ac_ext
8539 LIBS=$ac_check_soname_save_LIBS
8541 if test "x$ac_cv_lib_soname_GL" = "x"; then :
8542 { $as_echo "$as_me:${as_lineno-$LINENO}: result: not found" >&5
8543 $as_echo "not found" >&6; }
8544 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for -lGL" >&5
8545 $as_echo_n "checking for -lGL... " >&6; }
8546 if test "${ac_cv_lib_soname_GL+set}" = set; then :
8547 $as_echo_n "(cached) " >&6
8548 else
8549 ac_check_soname_save_LIBS=$LIBS
8550 LIBS="-lGL $X_LIBS -lXext -lX11 -lm $X_EXTRA_LIBS -dylib_file /System/Library/Frameworks/OpenGL.framework/Versions/A/Libraries/libGL.dylib:/System/Library/Frameworks/OpenGL.framework/Versions/A/Libraries/libGL.dylib $LIBS"
8551 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
8552 /* end confdefs.h. */
8554 /* Override any GCC internal prototype to avoid an error.
8555 Use char because int might match the return type of a GCC
8556 builtin and then its argument prototype would still apply. */
8557 #ifdef __cplusplus
8558 extern "C"
8559 #endif
8560 char glXCreateContext ();
8562 main ()
8564 return glXCreateContext ();
8566 return 0;
8568 _ACEOF
8569 if ac_fn_c_try_link "$LINENO"; then :
8570 case "$LIBEXT" in
8571 dll) ;;
8572 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'` ;;
8573 *) ac_cv_lib_soname_GL=`$ac_cv_path_LDD conftest$ac_exeext | grep "libGL\\.$LIBEXT" | sed -e "s/^.*\(libGL\.$LIBEXT[^ ]*\).*$/\1/"';2,$d'` ;;
8574 esac
8576 rm -f core conftest.err conftest.$ac_objext \
8577 conftest$ac_exeext conftest.$ac_ext
8578 LIBS=$ac_check_soname_save_LIBS
8580 if test "x$ac_cv_lib_soname_GL" = "x"; then :
8581 { $as_echo "$as_me:${as_lineno-$LINENO}: result: not found" >&5
8582 $as_echo "not found" >&6; }
8583 if test -f /usr/X11R6/lib/libGL.a
8584 then
8585 opengl_msg="/usr/X11R6/lib/libGL.a is present on your system.
8586 This probably prevents linking to OpenGL. Try deleting the file and restarting configure."
8587 else
8588 opengl_msg="No OpenGL library found on this system."
8590 else
8591 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_soname_GL" >&5
8592 $as_echo "$ac_cv_lib_soname_GL" >&6; }
8594 cat >>confdefs.h <<_ACEOF
8595 #define SONAME_LIBGL "$ac_cv_lib_soname_GL"
8596 _ACEOF
8598 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"
8600 $as_echo "#define HAVE_OPENGL 1" >>confdefs.h
8603 else
8604 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_soname_GL" >&5
8605 $as_echo "$ac_cv_lib_soname_GL" >&6; }
8607 cat >>confdefs.h <<_ACEOF
8608 #define SONAME_LIBGL "$ac_cv_lib_soname_GL"
8609 _ACEOF
8611 OPENGL_LIBS="-lGL"
8613 $as_echo "#define HAVE_OPENGL 1" >>confdefs.h
8616 if test "$ac_cv_header_GL_glu_h" = "yes"
8617 then
8618 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for -lGLU" >&5
8619 $as_echo_n "checking for -lGLU... " >&6; }
8620 if test "${ac_cv_lib_soname_GLU+set}" = set; then :
8621 $as_echo_n "(cached) " >&6
8622 else
8623 ac_check_soname_save_LIBS=$LIBS
8624 LIBS="-lGLU $OPENGL_LIBS $X_LIBS $X_PRE_LIBS -lXext -lX11 -lm $X_EXTRA_LIBS $LIBS"
8625 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
8626 /* end confdefs.h. */
8628 /* Override any GCC internal prototype to avoid an error.
8629 Use char because int might match the return type of a GCC
8630 builtin and then its argument prototype would still apply. */
8631 #ifdef __cplusplus
8632 extern "C"
8633 #endif
8634 char gluLookAt ();
8636 main ()
8638 return gluLookAt ();
8640 return 0;
8642 _ACEOF
8643 if ac_fn_c_try_link "$LINENO"; then :
8644 case "$LIBEXT" in
8645 dll) ;;
8646 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'` ;;
8647 *) ac_cv_lib_soname_GLU=`$ac_cv_path_LDD conftest$ac_exeext | grep "libGLU\\.$LIBEXT" | sed -e "s/^.*\(libGLU\.$LIBEXT[^ ]*\).*$/\1/"';2,$d'` ;;
8648 esac
8650 rm -f core conftest.err conftest.$ac_objext \
8651 conftest$ac_exeext conftest.$ac_ext
8652 LIBS=$ac_check_soname_save_LIBS
8654 if test "x$ac_cv_lib_soname_GLU" = "x"; then :
8655 { $as_echo "$as_me:${as_lineno-$LINENO}: result: not found" >&5
8656 $as_echo "not found" >&6; }
8658 else
8659 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_soname_GLU" >&5
8660 $as_echo "$ac_cv_lib_soname_GLU" >&6; }
8662 cat >>confdefs.h <<_ACEOF
8663 #define SONAME_LIBGLU "$ac_cv_lib_soname_GLU"
8664 _ACEOF
8669 if test "x$ac_cv_lib_soname_GLU" = "x"; then :
8670 case "x$with_glu" in
8671 x) wine_notices="$wine_notices|libGLU ${notice_platform}development files not found, GLU won't be supported." ;;
8672 xno) ;;
8673 *) as_fn_error "libGLU ${notice_platform}development files not found, GLU won't be supported.
8674 This is an error since --with-glu was requested." "$LINENO" 5 ;;
8675 esac
8677 else
8678 opengl_msg="Old Mesa headers detected. Consider upgrading your Mesa libraries."
8680 else
8681 opengl_msg="OpenGL development headers not found."
8683 test -n "$opengl_msg" && enable_opengl32=${enable_opengl32:-no}
8684 test "x$ac_cv_lib_soname_GLU" = "x" && enable_glu32=${enable_glu32:-no}
8685 else
8686 enable_opengl32=${enable_opengl32:-no}
8687 enable_glu32=${enable_glu32:-no}
8689 if test -n "$opengl_msg"; then :
8690 case "x$with_opengl" in
8691 x) wine_warnings="$wine_warnings|$opengl_msg
8692 OpenGL and Direct3D won't be supported." ;;
8693 xno) ;;
8694 *) as_fn_error "$opengl_msg
8695 OpenGL and Direct3D won't be supported.
8696 This is an error since --with-opengl was requested." "$LINENO" 5 ;;
8697 esac
8700 NASLIBS=""
8702 for ac_header in audio/audiolib.h
8703 do :
8704 ac_fn_c_check_header_mongrel "$LINENO" "audio/audiolib.h" "ac_cv_header_audio_audiolib_h" "$ac_includes_default"
8705 if test "x$ac_cv_header_audio_audiolib_h" = x""yes; then :
8706 cat >>confdefs.h <<_ACEOF
8707 #define HAVE_AUDIO_AUDIOLIB_H 1
8708 _ACEOF
8709 for ac_header in audio/soundlib.h
8710 do :
8711 ac_fn_c_check_header_compile "$LINENO" "audio/soundlib.h" "ac_cv_header_audio_soundlib_h" "#include <audio/audiolib.h>
8713 if test "x$ac_cv_header_audio_soundlib_h" = x""yes; then :
8714 cat >>confdefs.h <<_ACEOF
8715 #define HAVE_AUDIO_SOUNDLIB_H 1
8716 _ACEOF
8720 done
8722 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for AuCreateFlow in -laudio" >&5
8723 $as_echo_n "checking for AuCreateFlow in -laudio... " >&6; }
8724 if test "${ac_cv_lib_audio_AuCreateFlow+set}" = set; then :
8725 $as_echo_n "(cached) " >&6
8726 else
8727 ac_check_lib_save_LIBS=$LIBS
8728 LIBS="-laudio -lXt $X_LIBS -lXext -lX11 $X_EXTRA_LIBS $LIBS"
8729 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
8730 /* end confdefs.h. */
8732 /* Override any GCC internal prototype to avoid an error.
8733 Use char because int might match the return type of a GCC
8734 builtin and then its argument prototype would still apply. */
8735 #ifdef __cplusplus
8736 extern "C"
8737 #endif
8738 char AuCreateFlow ();
8740 main ()
8742 return AuCreateFlow ();
8744 return 0;
8746 _ACEOF
8747 if ac_fn_c_try_link "$LINENO"; then :
8748 ac_cv_lib_audio_AuCreateFlow=yes
8749 else
8750 ac_cv_lib_audio_AuCreateFlow=no
8752 rm -f core conftest.err conftest.$ac_objext \
8753 conftest$ac_exeext conftest.$ac_ext
8754 LIBS=$ac_check_lib_save_LIBS
8756 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_audio_AuCreateFlow" >&5
8757 $as_echo "$ac_cv_lib_audio_AuCreateFlow" >&6; }
8758 if test "x$ac_cv_lib_audio_AuCreateFlow" = x""yes; then :
8760 $as_echo "#define HAVE_NAS 1" >>confdefs.h
8762 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for XauGetBestAuthByAddr in -lXau" >&5
8763 $as_echo_n "checking for XauGetBestAuthByAddr in -lXau... " >&6; }
8764 if test "${ac_cv_lib_Xau_XauGetBestAuthByAddr+set}" = set; then :
8765 $as_echo_n "(cached) " >&6
8766 else
8767 ac_check_lib_save_LIBS=$LIBS
8768 LIBS="-lXau $X_LIBS $LIBS"
8769 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
8770 /* end confdefs.h. */
8772 /* Override any GCC internal prototype to avoid an error.
8773 Use char because int might match the return type of a GCC
8774 builtin and then its argument prototype would still apply. */
8775 #ifdef __cplusplus
8776 extern "C"
8777 #endif
8778 char XauGetBestAuthByAddr ();
8780 main ()
8782 return XauGetBestAuthByAddr ();
8784 return 0;
8786 _ACEOF
8787 if ac_fn_c_try_link "$LINENO"; then :
8788 ac_cv_lib_Xau_XauGetBestAuthByAddr=yes
8789 else
8790 ac_cv_lib_Xau_XauGetBestAuthByAddr=no
8792 rm -f core conftest.err conftest.$ac_objext \
8793 conftest$ac_exeext conftest.$ac_ext
8794 LIBS=$ac_check_lib_save_LIBS
8796 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_Xau_XauGetBestAuthByAddr" >&5
8797 $as_echo "$ac_cv_lib_Xau_XauGetBestAuthByAddr" >&6; }
8798 if test "x$ac_cv_lib_Xau_XauGetBestAuthByAddr" = x""yes; then :
8799 NASLIBS="-lXau -laudio -lXt $X_LIBS -lXext -lX11 $X_EXTRA_LIBS"
8800 else
8801 NASLIBS="-laudio -lXt $X_LIBS -lXext -lX11 $X_EXTRA_LIBS"
8809 done
8812 CPPFLAGS="$ac_save_CPPFLAGS"
8813 else
8814 XLIB=""
8815 X_CFLAGS=""
8816 X_LIBS=""
8817 enable_winex11_drv=${enable_winex11_drv:-no}
8818 enable_opengl32=${enable_opengl32:-no}
8819 enable_glu32=${enable_glu32:-no}
8821 if test "x$XLIB" = "x"; then :
8822 case "x$with_x" in
8823 xno) ;;
8824 *) as_fn_error "X ${notice_platform}development files not found. Wine will be built
8825 without X support, which probably isn't what you want. You will need to install
8826 ${notice_platform}development packages of Xlib/Xfree86 at the very least.
8827 Use the --without-x option if you really want this." "$LINENO" 5 ;;
8828 esac
8832 XML2LIBS=""
8834 XML2INCL=""
8836 XSLTINCL=""
8838 if test "x$with_xml" != "xno"
8839 then
8840 ac_save_CPPFLAGS="$CPPFLAGS"
8841 if test "$PKG_CONFIG" != "false"
8842 then
8843 ac_xml_libs="`$PKG_CONFIG --libs libxml-2.0 2>/dev/null`"
8844 ac_xml_cflags="`$PKG_CONFIG --cflags libxml-2.0 2>/dev/null`"
8845 else
8846 ac_xml_libs="`xml2-config --libs 2>/dev/null`"
8847 ac_xml_cflags="`xml2-config --cflags 2>/dev/null`"
8849 CPPFLAGS="$CPPFLAGS $ac_xml_cflags"
8850 for ac_header in libxml/parser.h
8851 do :
8852 ac_fn_c_check_header_mongrel "$LINENO" "libxml/parser.h" "ac_cv_header_libxml_parser_h" "$ac_includes_default"
8853 if test "x$ac_cv_header_libxml_parser_h" = x""yes; then :
8854 cat >>confdefs.h <<_ACEOF
8855 #define HAVE_LIBXML_PARSER_H 1
8856 _ACEOF
8857 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for xmlParseMemory in -lxml2" >&5
8858 $as_echo_n "checking for xmlParseMemory in -lxml2... " >&6; }
8859 if test "${ac_cv_lib_xml2_xmlParseMemory+set}" = set; then :
8860 $as_echo_n "(cached) " >&6
8861 else
8862 ac_check_lib_save_LIBS=$LIBS
8863 LIBS="-lxml2 $ac_xml_libs $LIBS"
8864 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
8865 /* end confdefs.h. */
8867 /* Override any GCC internal prototype to avoid an error.
8868 Use char because int might match the return type of a GCC
8869 builtin and then its argument prototype would still apply. */
8870 #ifdef __cplusplus
8871 extern "C"
8872 #endif
8873 char xmlParseMemory ();
8875 main ()
8877 return xmlParseMemory ();
8879 return 0;
8881 _ACEOF
8882 if ac_fn_c_try_link "$LINENO"; then :
8883 ac_cv_lib_xml2_xmlParseMemory=yes
8884 else
8885 ac_cv_lib_xml2_xmlParseMemory=no
8887 rm -f core conftest.err conftest.$ac_objext \
8888 conftest$ac_exeext conftest.$ac_ext
8889 LIBS=$ac_check_lib_save_LIBS
8891 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_xml2_xmlParseMemory" >&5
8892 $as_echo "$ac_cv_lib_xml2_xmlParseMemory" >&6; }
8893 if test "x$ac_cv_lib_xml2_xmlParseMemory" = x""yes; then :
8895 $as_echo "#define HAVE_LIBXML2 1" >>confdefs.h
8897 XML2LIBS="$ac_xml_libs"
8898 XML2INCL="$ac_xml_cflags"
8901 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for xmlReadMemory in -lxml2" >&5
8902 $as_echo_n "checking for xmlReadMemory in -lxml2... " >&6; }
8903 if test "${ac_cv_lib_xml2_xmlReadMemory+set}" = set; then :
8904 $as_echo_n "(cached) " >&6
8905 else
8906 ac_check_lib_save_LIBS=$LIBS
8907 LIBS="-lxml2 $ac_xml_libs $LIBS"
8908 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
8909 /* end confdefs.h. */
8911 /* Override any GCC internal prototype to avoid an error.
8912 Use char because int might match the return type of a GCC
8913 builtin and then its argument prototype would still apply. */
8914 #ifdef __cplusplus
8915 extern "C"
8916 #endif
8917 char xmlReadMemory ();
8919 main ()
8921 return xmlReadMemory ();
8923 return 0;
8925 _ACEOF
8926 if ac_fn_c_try_link "$LINENO"; then :
8927 ac_cv_lib_xml2_xmlReadMemory=yes
8928 else
8929 ac_cv_lib_xml2_xmlReadMemory=no
8931 rm -f core conftest.err conftest.$ac_objext \
8932 conftest$ac_exeext conftest.$ac_ext
8933 LIBS=$ac_check_lib_save_LIBS
8935 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_xml2_xmlReadMemory" >&5
8936 $as_echo "$ac_cv_lib_xml2_xmlReadMemory" >&6; }
8937 if test "x$ac_cv_lib_xml2_xmlReadMemory" = x""yes; then :
8939 $as_echo "#define HAVE_XMLREADMEMORY 1" >>confdefs.h
8943 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for xmlNewDocPI in -lxml2" >&5
8944 $as_echo_n "checking for xmlNewDocPI in -lxml2... " >&6; }
8945 if test "${ac_cv_lib_xml2_xmlNewDocPI+set}" = set; then :
8946 $as_echo_n "(cached) " >&6
8947 else
8948 ac_check_lib_save_LIBS=$LIBS
8949 LIBS="-lxml2 $ac_xml_libs $LIBS"
8950 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
8951 /* end confdefs.h. */
8953 /* Override any GCC internal prototype to avoid an error.
8954 Use char because int might match the return type of a GCC
8955 builtin and then its argument prototype would still apply. */
8956 #ifdef __cplusplus
8957 extern "C"
8958 #endif
8959 char xmlNewDocPI ();
8961 main ()
8963 return xmlNewDocPI ();
8965 return 0;
8967 _ACEOF
8968 if ac_fn_c_try_link "$LINENO"; then :
8969 ac_cv_lib_xml2_xmlNewDocPI=yes
8970 else
8971 ac_cv_lib_xml2_xmlNewDocPI=no
8973 rm -f core conftest.err conftest.$ac_objext \
8974 conftest$ac_exeext conftest.$ac_ext
8975 LIBS=$ac_check_lib_save_LIBS
8977 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_xml2_xmlNewDocPI" >&5
8978 $as_echo "$ac_cv_lib_xml2_xmlNewDocPI" >&6; }
8979 if test "x$ac_cv_lib_xml2_xmlNewDocPI" = x""yes; then :
8981 $as_echo "#define HAVE_XMLNEWDOCPI 1" >>confdefs.h
8988 done
8990 CPPFLAGS="$ac_save_CPPFLAGS"
8992 if test "$ac_cv_lib_xml2_xmlParseMemory" != "yes"; then :
8993 case "x$with_xml" in
8994 x) wine_warnings="$wine_warnings|libxml2 ${notice_platform}development files not found, XML won't be supported." ;;
8995 xno) ;;
8996 *) as_fn_error "libxml2 ${notice_platform}development files not found, XML won't be supported.
8997 This is an error since --with-xml was requested." "$LINENO" 5 ;;
8998 esac
9001 if test "x$with_xslt" != "xno"
9002 then
9003 if test "$PKG_CONFIG" != "false"
9004 then
9005 ac_xslt_libs="`$PKG_CONFIG --libs libxslt 2>/dev/null`"
9006 ac_xslt_cflags="`$PKG_CONFIG --cflags libxslt 2>/dev/null`"
9007 else
9008 ac_xslt_libs="`xslt-config --libs 2>/dev/null`"
9009 ac_xslt_cflags="`xslt-config --cflags 2>/dev/null`"
9011 ac_save_CPPFLAGS="$CPPFLAGS"
9012 CPPFLAGS="$CPPFLAGS $ac_xslt_cflags"
9013 for ac_header in libxslt/pattern.h libxslt/transform.h
9014 do :
9015 as_ac_Header=`$as_echo "ac_cv_header_$ac_header" | $as_tr_sh`
9016 ac_fn_c_check_header_compile "$LINENO" "$ac_header" "$as_ac_Header" "#ifdef HAVE_LIBXSLT_PATTERN_H
9017 # include <libxslt/pattern.h>
9018 #endif
9020 eval as_val=\$$as_ac_Header
9021 if test "x$as_val" = x""yes; then :
9022 cat >>confdefs.h <<_ACEOF
9023 #define `$as_echo "HAVE_$ac_header" | $as_tr_cpp` 1
9024 _ACEOF
9028 done
9030 CPPFLAGS="$ac_save_CPPFLAGS"
9031 if test "$ac_cv_header_libxslt_transform_h" = "yes"
9032 then
9033 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for -lxslt" >&5
9034 $as_echo_n "checking for -lxslt... " >&6; }
9035 if test "${ac_cv_lib_soname_xslt+set}" = set; then :
9036 $as_echo_n "(cached) " >&6
9037 else
9038 ac_check_soname_save_LIBS=$LIBS
9039 LIBS="-lxslt $ac_xslt_libs $LIBS"
9040 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
9041 /* end confdefs.h. */
9043 /* Override any GCC internal prototype to avoid an error.
9044 Use char because int might match the return type of a GCC
9045 builtin and then its argument prototype would still apply. */
9046 #ifdef __cplusplus
9047 extern "C"
9048 #endif
9049 char xsltCompilePattern ();
9051 main ()
9053 return xsltCompilePattern ();
9055 return 0;
9057 _ACEOF
9058 if ac_fn_c_try_link "$LINENO"; then :
9059 case "$LIBEXT" in
9060 dll) ;;
9061 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'` ;;
9062 *) ac_cv_lib_soname_xslt=`$ac_cv_path_LDD conftest$ac_exeext | grep "libxslt\\.$LIBEXT" | sed -e "s/^.*\(libxslt\.$LIBEXT[^ ]*\).*$/\1/"';2,$d'` ;;
9063 esac
9065 rm -f core conftest.err conftest.$ac_objext \
9066 conftest$ac_exeext conftest.$ac_ext
9067 LIBS=$ac_check_soname_save_LIBS
9069 if test "x$ac_cv_lib_soname_xslt" = "x"; then :
9070 { $as_echo "$as_me:${as_lineno-$LINENO}: result: not found" >&5
9071 $as_echo "not found" >&6; }
9073 else
9074 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_soname_xslt" >&5
9075 $as_echo "$ac_cv_lib_soname_xslt" >&6; }
9077 cat >>confdefs.h <<_ACEOF
9078 #define SONAME_LIBXSLT "$ac_cv_lib_soname_xslt"
9079 _ACEOF
9081 XSLTINCL="$ac_xslt_cflags"
9085 if test "x$ac_cv_lib_soname_xslt" = "x"; then :
9086 case "x$with_xslt" in
9087 x) wine_warnings="$wine_warnings|libxslt ${notice_platform}development files not found, xslt won't be supported." ;;
9088 xno) ;;
9089 *) as_fn_error "libxslt ${notice_platform}development files not found, xslt won't be supported.
9090 This is an error since --with-xslt was requested." "$LINENO" 5 ;;
9091 esac
9094 HALINCL=""
9096 if test "x$with_hal" != "xno"
9097 then
9098 ac_save_CPPFLAGS="$CPPFLAGS"
9099 if test "$PKG_CONFIG" != "false"
9100 then
9101 ac_hal_libs="`$PKG_CONFIG --libs hal 2>/dev/null`"
9102 ac_hal_cflags="`$PKG_CONFIG --cflags hal 2>/dev/null`"
9103 CPPFLAGS="$CPPFLAGS $ac_hal_cflags"
9105 for ac_header in dbus/dbus.h hal/libhal.h
9106 do :
9107 as_ac_Header=`$as_echo "ac_cv_header_$ac_header" | $as_tr_sh`
9108 ac_fn_c_check_header_mongrel "$LINENO" "$ac_header" "$as_ac_Header" "$ac_includes_default"
9109 eval as_val=\$$as_ac_Header
9110 if test "x$as_val" = x""yes; then :
9111 cat >>confdefs.h <<_ACEOF
9112 #define `$as_echo "HAVE_$ac_header" | $as_tr_cpp` 1
9113 _ACEOF
9117 done
9119 if test "$ac_cv_header_dbus_dbus_h" = "yes" -a "$ac_cv_header_hal_libhal_h" = "yes"
9120 then
9121 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for dbus_connection_close in -ldbus-1" >&5
9122 $as_echo_n "checking for dbus_connection_close in -ldbus-1... " >&6; }
9123 if test "${ac_cv_lib_dbus_1_dbus_connection_close+set}" = set; then :
9124 $as_echo_n "(cached) " >&6
9125 else
9126 ac_check_lib_save_LIBS=$LIBS
9127 LIBS="-ldbus-1 $ac_hal_libs $LIBS"
9128 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
9129 /* end confdefs.h. */
9131 /* Override any GCC internal prototype to avoid an error.
9132 Use char because int might match the return type of a GCC
9133 builtin and then its argument prototype would still apply. */
9134 #ifdef __cplusplus
9135 extern "C"
9136 #endif
9137 char dbus_connection_close ();
9139 main ()
9141 return dbus_connection_close ();
9143 return 0;
9145 _ACEOF
9146 if ac_fn_c_try_link "$LINENO"; then :
9147 ac_cv_lib_dbus_1_dbus_connection_close=yes
9148 else
9149 ac_cv_lib_dbus_1_dbus_connection_close=no
9151 rm -f core conftest.err conftest.$ac_objext \
9152 conftest$ac_exeext conftest.$ac_ext
9153 LIBS=$ac_check_lib_save_LIBS
9155 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_dbus_1_dbus_connection_close" >&5
9156 $as_echo "$ac_cv_lib_dbus_1_dbus_connection_close" >&6; }
9157 if test "x$ac_cv_lib_dbus_1_dbus_connection_close" = x""yes; then :
9158 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for -lhal" >&5
9159 $as_echo_n "checking for -lhal... " >&6; }
9160 if test "${ac_cv_lib_soname_hal+set}" = set; then :
9161 $as_echo_n "(cached) " >&6
9162 else
9163 ac_check_soname_save_LIBS=$LIBS
9164 LIBS="-lhal $ac_hal_libs $LIBS"
9165 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
9166 /* end confdefs.h. */
9168 /* Override any GCC internal prototype to avoid an error.
9169 Use char because int might match the return type of a GCC
9170 builtin and then its argument prototype would still apply. */
9171 #ifdef __cplusplus
9172 extern "C"
9173 #endif
9174 char libhal_ctx_new ();
9176 main ()
9178 return libhal_ctx_new ();
9180 return 0;
9182 _ACEOF
9183 if ac_fn_c_try_link "$LINENO"; then :
9184 case "$LIBEXT" in
9185 dll) ;;
9186 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'` ;;
9187 *) ac_cv_lib_soname_hal=`$ac_cv_path_LDD conftest$ac_exeext | grep "libhal\\.$LIBEXT" | sed -e "s/^.*\(libhal\.$LIBEXT[^ ]*\).*$/\1/"';2,$d'` ;;
9188 esac
9190 rm -f core conftest.err conftest.$ac_objext \
9191 conftest$ac_exeext conftest.$ac_ext
9192 LIBS=$ac_check_soname_save_LIBS
9194 if test "x$ac_cv_lib_soname_hal" = "x"; then :
9195 { $as_echo "$as_me:${as_lineno-$LINENO}: result: not found" >&5
9196 $as_echo "not found" >&6; }
9198 else
9199 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_soname_hal" >&5
9200 $as_echo "$ac_cv_lib_soname_hal" >&6; }
9202 cat >>confdefs.h <<_ACEOF
9203 #define SONAME_LIBHAL "$ac_cv_lib_soname_hal"
9204 _ACEOF
9206 HALINCL="$ac_hal_cflags"
9211 CPPFLAGS="$ac_save_CPPFLAGS"
9213 if test "x$ac_cv_lib_soname_hal" = "x"; then :
9214 case "x$with_hal" in
9215 x) wine_notices="$wine_notices|libhal/libdbus ${notice_platform}development files not found, no dynamic device support." ;;
9216 xno) ;;
9217 *) as_fn_error "libhal/libdbus ${notice_platform}development files not found, no dynamic device support.
9218 This is an error since --with-hal was requested." "$LINENO" 5 ;;
9219 esac
9222 if test "x$with_gnutls" != "xno"
9223 then
9224 ac_save_CPPFLAGS="$CPPFLAGS"
9225 if test "$PKG_CONFIG" != "false"
9226 then
9227 ac_gnutls_libs="`$PKG_CONFIG --libs gnutls 2>/dev/null`"
9228 ac_gnutls_cflags="`$PKG_CONFIG --cflags gnutls 2>/dev/null`"
9229 CPPFLAGS="$CPPFLAGS $ac_gnutls_cflags"
9231 ac_fn_c_check_header_mongrel "$LINENO" "gnutls/gnutls.h" "ac_cv_header_gnutls_gnutls_h" "$ac_includes_default"
9232 if test "x$ac_cv_header_gnutls_gnutls_h" = x""yes; then :
9233 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
9234 /* end confdefs.h. */
9235 #include <gnutls/gnutls.h>
9237 main ()
9239 typeof(gnutls_mac_get_key_size) *pfunc;
9241 return 0;
9243 _ACEOF
9244 if ac_fn_c_try_compile "$LINENO"; then :
9245 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for -lgnutls" >&5
9246 $as_echo_n "checking for -lgnutls... " >&6; }
9247 if test "${ac_cv_lib_soname_gnutls+set}" = set; then :
9248 $as_echo_n "(cached) " >&6
9249 else
9250 ac_check_soname_save_LIBS=$LIBS
9251 LIBS="-lgnutls $ac_gnutls_libs $LIBS"
9252 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
9253 /* end confdefs.h. */
9255 /* Override any GCC internal prototype to avoid an error.
9256 Use char because int might match the return type of a GCC
9257 builtin and then its argument prototype would still apply. */
9258 #ifdef __cplusplus
9259 extern "C"
9260 #endif
9261 char gnutls_global_init ();
9263 main ()
9265 return gnutls_global_init ();
9267 return 0;
9269 _ACEOF
9270 if ac_fn_c_try_link "$LINENO"; then :
9271 case "$LIBEXT" in
9272 dll) ;;
9273 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'` ;;
9274 *) ac_cv_lib_soname_gnutls=`$ac_cv_path_LDD conftest$ac_exeext | grep "libgnutls\\.$LIBEXT" | sed -e "s/^.*\(libgnutls\.$LIBEXT[^ ]*\).*$/\1/"';2,$d'` ;;
9275 esac
9277 rm -f core conftest.err conftest.$ac_objext \
9278 conftest$ac_exeext conftest.$ac_ext
9279 LIBS=$ac_check_soname_save_LIBS
9281 if test "x$ac_cv_lib_soname_gnutls" = "x"; then :
9282 { $as_echo "$as_me:${as_lineno-$LINENO}: result: not found" >&5
9283 $as_echo "not found" >&6; }
9285 else
9286 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_soname_gnutls" >&5
9287 $as_echo "$ac_cv_lib_soname_gnutls" >&6; }
9289 cat >>confdefs.h <<_ACEOF
9290 #define SONAME_LIBGNUTLS "$ac_cv_lib_soname_gnutls"
9291 _ACEOF
9293 GNUTLSINCL="$ac_gnutls_cflags"
9297 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
9301 CPPFLAGS="$ac_save_CPPFLAGS"
9303 if test "x$ac_cv_lib_soname_gnutls" = "x"; then :
9304 case "x$with_gnutls" in
9305 x) wine_notices="$wine_notices|libgnutls ${notice_platform}development files not found, no schannel support." ;;
9306 xno) ;;
9307 *) as_fn_error "libgnutls ${notice_platform}development files not found, no schannel support.
9308 This is an error since --with-gnutls was requested." "$LINENO" 5 ;;
9309 esac
9312 CURSESLIBS=""
9313 if test "$ac_cv_header_ncurses_h" = "yes"
9314 then
9315 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for -lncurses" >&5
9316 $as_echo_n "checking for -lncurses... " >&6; }
9317 if test "${ac_cv_lib_soname_ncurses+set}" = set; then :
9318 $as_echo_n "(cached) " >&6
9319 else
9320 ac_check_soname_save_LIBS=$LIBS
9321 LIBS="-lncurses $LIBS"
9322 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
9323 /* end confdefs.h. */
9325 /* Override any GCC internal prototype to avoid an error.
9326 Use char because int might match the return type of a GCC
9327 builtin and then its argument prototype would still apply. */
9328 #ifdef __cplusplus
9329 extern "C"
9330 #endif
9331 char waddch ();
9333 main ()
9335 return waddch ();
9337 return 0;
9339 _ACEOF
9340 if ac_fn_c_try_link "$LINENO"; then :
9341 case "$LIBEXT" in
9342 dll) ;;
9343 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'` ;;
9344 *) ac_cv_lib_soname_ncurses=`$ac_cv_path_LDD conftest$ac_exeext | grep "libncurses\\.$LIBEXT" | sed -e "s/^.*\(libncurses\.$LIBEXT[^ ]*\).*$/\1/"';2,$d'` ;;
9345 esac
9347 rm -f core conftest.err conftest.$ac_objext \
9348 conftest$ac_exeext conftest.$ac_ext
9349 LIBS=$ac_check_soname_save_LIBS
9351 if test "x$ac_cv_lib_soname_ncurses" = "x"; then :
9352 { $as_echo "$as_me:${as_lineno-$LINENO}: result: not found" >&5
9353 $as_echo "not found" >&6; }
9355 else
9356 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_soname_ncurses" >&5
9357 $as_echo "$ac_cv_lib_soname_ncurses" >&6; }
9359 cat >>confdefs.h <<_ACEOF
9360 #define SONAME_LIBNCURSES "$ac_cv_lib_soname_ncurses"
9361 _ACEOF
9363 CURSESLIBS="-lncurses"
9365 elif test "$ac_cv_header_curses_h" = "yes"
9366 then
9367 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for -lcurses" >&5
9368 $as_echo_n "checking for -lcurses... " >&6; }
9369 if test "${ac_cv_lib_soname_curses+set}" = set; then :
9370 $as_echo_n "(cached) " >&6
9371 else
9372 ac_check_soname_save_LIBS=$LIBS
9373 LIBS="-lcurses $LIBS"
9374 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
9375 /* end confdefs.h. */
9377 /* Override any GCC internal prototype to avoid an error.
9378 Use char because int might match the return type of a GCC
9379 builtin and then its argument prototype would still apply. */
9380 #ifdef __cplusplus
9381 extern "C"
9382 #endif
9383 char waddch ();
9385 main ()
9387 return waddch ();
9389 return 0;
9391 _ACEOF
9392 if ac_fn_c_try_link "$LINENO"; then :
9393 case "$LIBEXT" in
9394 dll) ;;
9395 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'` ;;
9396 *) ac_cv_lib_soname_curses=`$ac_cv_path_LDD conftest$ac_exeext | grep "libcurses\\.$LIBEXT" | sed -e "s/^.*\(libcurses\.$LIBEXT[^ ]*\).*$/\1/"';2,$d'` ;;
9397 esac
9399 rm -f core conftest.err conftest.$ac_objext \
9400 conftest$ac_exeext conftest.$ac_ext
9401 LIBS=$ac_check_soname_save_LIBS
9403 if test "x$ac_cv_lib_soname_curses" = "x"; then :
9404 { $as_echo "$as_me:${as_lineno-$LINENO}: result: not found" >&5
9405 $as_echo "not found" >&6; }
9407 else
9408 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_soname_curses" >&5
9409 $as_echo "$ac_cv_lib_soname_curses" >&6; }
9411 cat >>confdefs.h <<_ACEOF
9412 #define SONAME_LIBCURSES "$ac_cv_lib_soname_curses"
9413 _ACEOF
9415 CURSESLIBS="-lcurses"
9418 ac_save_LIBS="$LIBS"
9419 LIBS="$LIBS $CURSESLIBS"
9420 for ac_func in mousemask
9421 do :
9422 ac_fn_c_check_func "$LINENO" "mousemask" "ac_cv_func_mousemask"
9423 if test "x$ac_cv_func_mousemask" = x""yes; then :
9424 cat >>confdefs.h <<_ACEOF
9425 #define HAVE_MOUSEMASK 1
9426 _ACEOF
9429 done
9431 LIBS="$ac_save_LIBS"
9432 if test "x$ac_cv_lib_soname_curses$ac_cv_lib_soname_ncurses" = "x"; then :
9433 case "x$with_curses" in
9434 x) wine_notices="$wine_notices|lib(n)curses ${notice_platform}development files not found, curses won't be supported." ;;
9435 xno) ;;
9436 *) as_fn_error "lib(n)curses ${notice_platform}development files not found, curses won't be supported.
9437 This is an error since --with-curses was requested." "$LINENO" 5 ;;
9438 esac
9441 if test "x$with_sane" != "xno"
9442 then
9443 ac_save_CPPFLAGS="$CPPFLAGS"
9444 # Extract the first word of "sane-config", so it can be a program name with args.
9445 set dummy sane-config; ac_word=$2
9446 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
9447 $as_echo_n "checking for $ac_word... " >&6; }
9448 if test "${ac_cv_prog_sane_devel+set}" = set; then :
9449 $as_echo_n "(cached) " >&6
9450 else
9451 if test -n "$sane_devel"; then
9452 ac_cv_prog_sane_devel="$sane_devel" # Let the user override the test.
9453 else
9454 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
9455 for as_dir in $PATH
9457 IFS=$as_save_IFS
9458 test -z "$as_dir" && as_dir=.
9459 for ac_exec_ext in '' $ac_executable_extensions; do
9460 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
9461 ac_cv_prog_sane_devel="sane-config"
9462 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
9463 break 2
9465 done
9466 done
9467 IFS=$as_save_IFS
9469 test -z "$ac_cv_prog_sane_devel" && ac_cv_prog_sane_devel="no"
9472 sane_devel=$ac_cv_prog_sane_devel
9473 if test -n "$sane_devel"; then
9474 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $sane_devel" >&5
9475 $as_echo "$sane_devel" >&6; }
9476 else
9477 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
9478 $as_echo "no" >&6; }
9482 if test "$sane_devel" != "no"
9483 then
9484 ac_sane_incl="`$sane_devel --cflags`"
9485 ac_sane_libs="`$sane_devel --ldflags`"
9486 CPPFLAGS="$CPPFLAGS $ac_sane_incl"
9488 ac_fn_c_check_header_mongrel "$LINENO" "sane/sane.h" "ac_cv_header_sane_sane_h" "$ac_includes_default"
9489 if test "x$ac_cv_header_sane_sane_h" = x""yes; then :
9490 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for -lsane" >&5
9491 $as_echo_n "checking for -lsane... " >&6; }
9492 if test "${ac_cv_lib_soname_sane+set}" = set; then :
9493 $as_echo_n "(cached) " >&6
9494 else
9495 ac_check_soname_save_LIBS=$LIBS
9496 LIBS="-lsane $ac_sane_libs $LIBS"
9497 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
9498 /* end confdefs.h. */
9500 /* Override any GCC internal prototype to avoid an error.
9501 Use char because int might match the return type of a GCC
9502 builtin and then its argument prototype would still apply. */
9503 #ifdef __cplusplus
9504 extern "C"
9505 #endif
9506 char sane_init ();
9508 main ()
9510 return sane_init ();
9512 return 0;
9514 _ACEOF
9515 if ac_fn_c_try_link "$LINENO"; then :
9516 case "$LIBEXT" in
9517 dll) ;;
9518 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'` ;;
9519 *) ac_cv_lib_soname_sane=`$ac_cv_path_LDD conftest$ac_exeext | grep "libsane\\.$LIBEXT" | sed -e "s/^.*\(libsane\.$LIBEXT[^ ]*\).*$/\1/"';2,$d'` ;;
9520 esac
9522 rm -f core conftest.err conftest.$ac_objext \
9523 conftest$ac_exeext conftest.$ac_ext
9524 LIBS=$ac_check_soname_save_LIBS
9526 if test "x$ac_cv_lib_soname_sane" = "x"; then :
9527 { $as_echo "$as_me:${as_lineno-$LINENO}: result: not found" >&5
9528 $as_echo "not found" >&6; }
9530 else
9531 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_soname_sane" >&5
9532 $as_echo "$ac_cv_lib_soname_sane" >&6; }
9534 cat >>confdefs.h <<_ACEOF
9535 #define SONAME_LIBSANE "$ac_cv_lib_soname_sane"
9536 _ACEOF
9538 SANEINCL="$ac_sane_incl"
9544 CPPFLAGS="$ac_save_CPPFLAGS"
9546 if test "x$ac_cv_lib_soname_sane" = "x"; then :
9547 case "x$with_sane" in
9548 x) wine_notices="$wine_notices|libsane ${notice_platform}development files not found, scanners won't be supported." ;;
9549 xno) ;;
9550 *) as_fn_error "libsane ${notice_platform}development files not found, scanners won't be supported.
9551 This is an error since --with-sane was requested." "$LINENO" 5 ;;
9552 esac
9555 if test "x$with_gphoto" != "xno"
9556 then
9557 ac_save_CPPFLAGS="$CPPFLAGS"
9558 # Extract the first word of "gphoto2-config", so it can be a program name with args.
9559 set dummy gphoto2-config; ac_word=$2
9560 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
9561 $as_echo_n "checking for $ac_word... " >&6; }
9562 if test "${ac_cv_prog_gphoto2_devel+set}" = set; then :
9563 $as_echo_n "(cached) " >&6
9564 else
9565 if test -n "$gphoto2_devel"; then
9566 ac_cv_prog_gphoto2_devel="$gphoto2_devel" # Let the user override the test.
9567 else
9568 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
9569 for as_dir in $PATH
9571 IFS=$as_save_IFS
9572 test -z "$as_dir" && as_dir=.
9573 for ac_exec_ext in '' $ac_executable_extensions; do
9574 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
9575 ac_cv_prog_gphoto2_devel="gphoto2-config"
9576 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
9577 break 2
9579 done
9580 done
9581 IFS=$as_save_IFS
9583 test -z "$ac_cv_prog_gphoto2_devel" && ac_cv_prog_gphoto2_devel="no"
9586 gphoto2_devel=$ac_cv_prog_gphoto2_devel
9587 if test -n "$gphoto2_devel"; then
9588 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $gphoto2_devel" >&5
9589 $as_echo "$gphoto2_devel" >&6; }
9590 else
9591 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
9592 $as_echo "no" >&6; }
9596 # Extract the first word of "gphoto2-port-config", so it can be a program name with args.
9597 set dummy gphoto2-port-config; ac_word=$2
9598 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
9599 $as_echo_n "checking for $ac_word... " >&6; }
9600 if test "${ac_cv_prog_gphoto2port_devel+set}" = set; then :
9601 $as_echo_n "(cached) " >&6
9602 else
9603 if test -n "$gphoto2port_devel"; then
9604 ac_cv_prog_gphoto2port_devel="$gphoto2port_devel" # Let the user override the test.
9605 else
9606 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
9607 for as_dir in $PATH
9609 IFS=$as_save_IFS
9610 test -z "$as_dir" && as_dir=.
9611 for ac_exec_ext in '' $ac_executable_extensions; do
9612 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
9613 ac_cv_prog_gphoto2port_devel="gphoto2-port-config"
9614 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
9615 break 2
9617 done
9618 done
9619 IFS=$as_save_IFS
9621 test -z "$ac_cv_prog_gphoto2port_devel" && ac_cv_prog_gphoto2port_devel="no"
9624 gphoto2port_devel=$ac_cv_prog_gphoto2port_devel
9625 if test -n "$gphoto2port_devel"; then
9626 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $gphoto2port_devel" >&5
9627 $as_echo "$gphoto2port_devel" >&6; }
9628 else
9629 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
9630 $as_echo "no" >&6; }
9634 if test "$gphoto2_devel" != "no" -a "$gphoto2port_devel" != "no"
9635 then
9636 ac_gphoto2_incl="`$gphoto2_devel --cflags` `$gphoto2port_devel --cflags`"
9637 ac_gphoto2_libs=""
9638 for i in `$gphoto2_devel --libs` `$gphoto2port_devel --libs`
9640 case "$i" in
9641 -L/usr/lib|-L/usr/lib64) ;;
9642 -L*|-l*) ac_gphoto2_libs="$ac_gphoto2_libs $i";;
9643 esac
9644 done
9645 CPPFLAGS="$CPPFLAGS $ac_gphoto2_incl"
9647 ac_gphoto2_libs=${ac_gphoto2_libs:-"-lgphoto2"}
9648 ac_fn_c_check_header_mongrel "$LINENO" "gphoto2-camera.h" "ac_cv_header_gphoto2_camera_h" "$ac_includes_default"
9649 if test "x$ac_cv_header_gphoto2_camera_h" = x""yes; then :
9650 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for gp_camera_new in -lgphoto2" >&5
9651 $as_echo_n "checking for gp_camera_new in -lgphoto2... " >&6; }
9652 if test "${ac_cv_lib_gphoto2_gp_camera_new+set}" = set; then :
9653 $as_echo_n "(cached) " >&6
9654 else
9655 ac_check_lib_save_LIBS=$LIBS
9656 LIBS="-lgphoto2 $ac_gphoto2_libs $LIBS"
9657 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
9658 /* end confdefs.h. */
9660 /* Override any GCC internal prototype to avoid an error.
9661 Use char because int might match the return type of a GCC
9662 builtin and then its argument prototype would still apply. */
9663 #ifdef __cplusplus
9664 extern "C"
9665 #endif
9666 char gp_camera_new ();
9668 main ()
9670 return gp_camera_new ();
9672 return 0;
9674 _ACEOF
9675 if ac_fn_c_try_link "$LINENO"; then :
9676 ac_cv_lib_gphoto2_gp_camera_new=yes
9677 else
9678 ac_cv_lib_gphoto2_gp_camera_new=no
9680 rm -f core conftest.err conftest.$ac_objext \
9681 conftest$ac_exeext conftest.$ac_ext
9682 LIBS=$ac_check_lib_save_LIBS
9684 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_gphoto2_gp_camera_new" >&5
9685 $as_echo "$ac_cv_lib_gphoto2_gp_camera_new" >&6; }
9686 if test "x$ac_cv_lib_gphoto2_gp_camera_new" = x""yes; then :
9688 $as_echo "#define HAVE_GPHOTO2 1" >>confdefs.h
9690 GPHOTO2LIBS="$ac_gphoto2_libs"
9692 GPHOTO2INCL="$ac_gphoto2_incl"
9699 CPPFLAGS="$ac_save_CPPFLAGS"
9701 if test "$ac_cv_lib_gphoto2_gp_camera_new" != "yes"; then :
9702 case "x$with_gphoto" in
9703 x) wine_notices="$wine_notices|libgphoto2 ${notice_platform}development files not found, digital cameras won't be supported." ;;
9704 xno) ;;
9705 *) as_fn_error "libgphoto2 ${notice_platform}development files not found, digital cameras won't be supported.
9706 This is an error since --with-gphoto was requested." "$LINENO" 5 ;;
9707 esac
9711 RESOLVLIBS=""
9713 if test "$ac_cv_header_resolv_h" = "yes"
9714 then
9715 ac_save_LIBS="$LIBS"
9716 LIBS="$LIBS -lresolv"
9717 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
9718 /* end confdefs.h. */
9719 #ifdef HAVE_NETINET_IN_H
9720 #include <netinet/in.h>
9721 #endif
9722 #include <resolv.h>
9724 main ()
9726 res_init();
9728 return 0;
9730 _ACEOF
9731 if ac_fn_c_try_link "$LINENO"; then :
9733 $as_echo "#define HAVE_RESOLV 1" >>confdefs.h
9735 RESOLVLIBS="-lresolv"
9737 rm -f core conftest.err conftest.$ac_objext \
9738 conftest$ac_exeext conftest.$ac_ext
9739 LIBS="$ac_save_LIBS"
9742 LCMSLIBS=""
9744 if test "$ac_cv_header_lcms_h" = "yes" -o "$ac_cv_header_lcms_lcms_h" = "yes"
9745 then
9746 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for cmsOpenProfileFromFile in -llcms" >&5
9747 $as_echo_n "checking for cmsOpenProfileFromFile in -llcms... " >&6; }
9748 if test "${ac_cv_lib_lcms_cmsOpenProfileFromFile+set}" = set; then :
9749 $as_echo_n "(cached) " >&6
9750 else
9751 ac_check_lib_save_LIBS=$LIBS
9752 LIBS="-llcms $LIBS"
9753 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
9754 /* end confdefs.h. */
9756 /* Override any GCC internal prototype to avoid an error.
9757 Use char because int might match the return type of a GCC
9758 builtin and then its argument prototype would still apply. */
9759 #ifdef __cplusplus
9760 extern "C"
9761 #endif
9762 char cmsOpenProfileFromFile ();
9764 main ()
9766 return cmsOpenProfileFromFile ();
9768 return 0;
9770 _ACEOF
9771 if ac_fn_c_try_link "$LINENO"; then :
9772 ac_cv_lib_lcms_cmsOpenProfileFromFile=yes
9773 else
9774 ac_cv_lib_lcms_cmsOpenProfileFromFile=no
9776 rm -f core conftest.err conftest.$ac_objext \
9777 conftest$ac_exeext conftest.$ac_ext
9778 LIBS=$ac_check_lib_save_LIBS
9780 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_lcms_cmsOpenProfileFromFile" >&5
9781 $as_echo "$ac_cv_lib_lcms_cmsOpenProfileFromFile" >&6; }
9782 if test "x$ac_cv_lib_lcms_cmsOpenProfileFromFile" = x""yes; then :
9784 $as_echo "#define HAVE_LCMS 1" >>confdefs.h
9786 LCMSLIBS="-llcms"
9790 if test "$ac_cv_lib_lcms_cmsOpenProfileFromFile" != "yes"; then :
9791 case "x$with_cms" in
9792 x) wine_notices="$wine_notices|liblcms ${notice_platform}development files not found, Color Management won't be supported." ;;
9793 xno) ;;
9794 *) as_fn_error "liblcms ${notice_platform}development files not found, Color Management won't be supported.
9795 This is an error since --with-cms was requested." "$LINENO" 5 ;;
9796 esac
9799 if test "x$with_freetype" != "xno"
9800 then
9801 for ac_prog in freetype-config freetype2-config
9803 # Extract the first word of "$ac_prog", so it can be a program name with args.
9804 set dummy $ac_prog; ac_word=$2
9805 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
9806 $as_echo_n "checking for $ac_word... " >&6; }
9807 if test "${ac_cv_prog_ft_devel+set}" = set; then :
9808 $as_echo_n "(cached) " >&6
9809 else
9810 if test -n "$ft_devel"; then
9811 ac_cv_prog_ft_devel="$ft_devel" # Let the user override the test.
9812 else
9813 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
9814 for as_dir in $PATH
9816 IFS=$as_save_IFS
9817 test -z "$as_dir" && as_dir=.
9818 for ac_exec_ext in '' $ac_executable_extensions; do
9819 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
9820 ac_cv_prog_ft_devel="$ac_prog"
9821 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
9822 break 2
9824 done
9825 done
9826 IFS=$as_save_IFS
9830 ft_devel=$ac_cv_prog_ft_devel
9831 if test -n "$ft_devel"; then
9832 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ft_devel" >&5
9833 $as_echo "$ft_devel" >&6; }
9834 else
9835 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
9836 $as_echo "no" >&6; }
9840 test -n "$ft_devel" && break
9841 done
9842 test -n "$ft_devel" || ft_devel="no"
9844 if test "$ft_devel" != "no"
9845 then
9846 ac_freetype_incl=`$ft_devel --cflags`
9847 ac_freetype_libs=`$ft_devel --libs`
9849 ac_freetype_libs=${ac_freetype_libs:-"-lfreetype"}
9850 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for -lfreetype" >&5
9851 $as_echo_n "checking for -lfreetype... " >&6; }
9852 if test "${ac_cv_lib_soname_freetype+set}" = set; then :
9853 $as_echo_n "(cached) " >&6
9854 else
9855 ac_check_soname_save_LIBS=$LIBS
9856 LIBS="-lfreetype $ac_freetype_libs $LIBS"
9857 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
9858 /* end confdefs.h. */
9860 /* Override any GCC internal prototype to avoid an error.
9861 Use char because int might match the return type of a GCC
9862 builtin and then its argument prototype would still apply. */
9863 #ifdef __cplusplus
9864 extern "C"
9865 #endif
9866 char FT_Init_FreeType ();
9868 main ()
9870 return FT_Init_FreeType ();
9872 return 0;
9874 _ACEOF
9875 if ac_fn_c_try_link "$LINENO"; then :
9876 case "$LIBEXT" in
9877 dll) ;;
9878 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'` ;;
9879 *) ac_cv_lib_soname_freetype=`$ac_cv_path_LDD conftest$ac_exeext | grep "libfreetype\\.$LIBEXT" | sed -e "s/^.*\(libfreetype\.$LIBEXT[^ ]*\).*$/\1/"';2,$d'` ;;
9880 esac
9882 rm -f core conftest.err conftest.$ac_objext \
9883 conftest$ac_exeext conftest.$ac_ext
9884 LIBS=$ac_check_soname_save_LIBS
9886 if test "x$ac_cv_lib_soname_freetype" = "x"; then :
9887 { $as_echo "$as_me:${as_lineno-$LINENO}: result: not found" >&5
9888 $as_echo "not found" >&6; }
9889 ft_lib=no
9890 else
9891 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_soname_freetype" >&5
9892 $as_echo "$ac_cv_lib_soname_freetype" >&6; }
9894 cat >>confdefs.h <<_ACEOF
9895 #define SONAME_LIBFREETYPE "$ac_cv_lib_soname_freetype"
9896 _ACEOF
9898 ft_lib=yes
9900 if test "$ft_lib" = "yes"
9901 then
9902 ac_save_CPPFLAGS="$CPPFLAGS"
9903 CPPFLAGS="$ac_freetype_incl $CPPFLAGS"
9904 for ac_header in ft2build.h \
9905 freetype/freetype.h \
9906 freetype/ftglyph.h \
9907 freetype/fttypes.h \
9908 freetype/tttables.h \
9909 freetype/ftsnames.h \
9910 freetype/ttnameid.h \
9911 freetype/ftoutln.h \
9912 freetype/ftwinfnt.h \
9913 freetype/ftmodapi.h \
9914 freetype/ftlcdfil.h \
9915 freetype/internal/sfnt.h
9916 do :
9917 as_ac_Header=`$as_echo "ac_cv_header_$ac_header" | $as_tr_sh`
9918 ac_fn_c_check_header_compile "$LINENO" "$ac_header" "$as_ac_Header" "#ifdef HAVE_FT2BUILD_H
9919 # include <ft2build.h>
9920 #endif
9922 eval as_val=\$$as_ac_Header
9923 if test "x$as_val" = x""yes; then :
9924 cat >>confdefs.h <<_ACEOF
9925 #define `$as_echo "HAVE_$ac_header" | $as_tr_cpp` 1
9926 _ACEOF
9930 done
9932 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
9933 /* end confdefs.h. */
9934 #include <ft2build.h>
9935 #include <freetype/fttrigon.h>
9936 _ACEOF
9937 if ac_fn_c_try_cpp "$LINENO"; then :
9939 $as_echo "#define HAVE_FREETYPE_FTTRIGON_H 1" >>confdefs.h
9941 wine_cv_fttrigon=yes
9942 else
9943 wine_cv_fttrigon=no
9945 rm -f conftest.err conftest.$ac_ext
9946 ac_fn_c_check_type "$LINENO" "FT_TrueTypeEngineType" "ac_cv_type_FT_TrueTypeEngineType" "#include <freetype/ftmodapi.h>
9948 if test "x$ac_cv_type_FT_TrueTypeEngineType" = x""yes; then :
9950 cat >>confdefs.h <<_ACEOF
9951 #define HAVE_FT_TRUETYPEENGINETYPE 1
9952 _ACEOF
9957 ac_save_CFLAGS="$CFLAGS"
9958 CFLAGS="$CFLAGS $ac_freetype_libs"
9959 for ac_func in FT_Load_Sfnt_Table
9960 do :
9961 ac_fn_c_check_func "$LINENO" "FT_Load_Sfnt_Table" "ac_cv_func_FT_Load_Sfnt_Table"
9962 if test "x$ac_cv_func_FT_Load_Sfnt_Table" = x""yes; then :
9963 cat >>confdefs.h <<_ACEOF
9964 #define HAVE_FT_LOAD_SFNT_TABLE 1
9965 _ACEOF
9968 done
9970 CFLAGS="$ac_save_CFLAGS"
9971 CPPFLAGS="$ac_save_CPPFLAGS"
9972 if test "$ac_cv_header_freetype_freetype_h" = "yes" -a "$wine_cv_fttrigon" = "yes"
9973 then
9975 $as_echo "#define HAVE_FREETYPE 1" >>confdefs.h
9977 FREETYPELIBS="$ac_freetype_libs"
9979 FREETYPEINCL="$ac_freetype_incl"
9984 if test "x$FREETYPELIBS" = "x"; then :
9985 case "x$with_freetype" in
9986 xno) ;;
9987 *) as_fn_error "FreeType ${notice_platform}development files not found. Fonts will not be built.
9988 Use the --without-freetype option if you really want this." "$LINENO" 5 ;;
9989 esac
9991 test "x$FREETYPELIBS" = "x" && enable_fonts=${enable_fonts:-no}
9993 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for parport header/ppdev.h" >&5
9994 $as_echo_n "checking for parport header/ppdev.h... " >&6; }
9995 if test "${ac_cv_c_ppdev+set}" = set; then :
9996 $as_echo_n "(cached) " >&6
9997 else
9998 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
9999 /* end confdefs.h. */
10000 #include <linux/ppdev.h>
10002 main ()
10004 ioctl (1,PPCLAIM,0)
10006 return 0;
10008 _ACEOF
10009 if ac_fn_c_try_compile "$LINENO"; then :
10010 ac_cv_c_ppdev="yes"
10011 else
10012 ac_cv_c_ppdev="no"
10014 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
10016 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_c_ppdev" >&5
10017 $as_echo "$ac_cv_c_ppdev" >&6; }
10018 if test "$ac_cv_c_ppdev" = "yes"
10019 then
10021 $as_echo "#define HAVE_PPDEV 1" >>confdefs.h
10025 ac_wine_check_funcs_save_LIBS="$LIBS"
10026 LIBS="$LIBS $LIBPTHREAD"
10027 for ac_func in \
10028 pthread_attr_get_np \
10029 pthread_getattr_np \
10030 pthread_get_stackaddr_np \
10031 pthread_get_stacksize_np
10032 do :
10033 as_ac_var=`$as_echo "ac_cv_func_$ac_func" | $as_tr_sh`
10034 ac_fn_c_check_func "$LINENO" "$ac_func" "$as_ac_var"
10035 eval as_val=\$$as_ac_var
10036 if test "x$as_val" = x""yes; then :
10037 cat >>confdefs.h <<_ACEOF
10038 #define `$as_echo "HAVE_$ac_func" | $as_tr_cpp` 1
10039 _ACEOF
10042 done
10044 LIBS="$ac_wine_check_funcs_save_LIBS"
10046 if test "$ac_cv_header_zlib_h" = "yes"
10047 then
10048 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for inflate in -lz" >&5
10049 $as_echo_n "checking for inflate in -lz... " >&6; }
10050 if test "${ac_cv_lib_z_inflate+set}" = set; then :
10051 $as_echo_n "(cached) " >&6
10052 else
10053 ac_check_lib_save_LIBS=$LIBS
10054 LIBS="-lz $LIBS"
10055 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
10056 /* end confdefs.h. */
10058 /* Override any GCC internal prototype to avoid an error.
10059 Use char because int might match the return type of a GCC
10060 builtin and then its argument prototype would still apply. */
10061 #ifdef __cplusplus
10062 extern "C"
10063 #endif
10064 char inflate ();
10066 main ()
10068 return inflate ();
10070 return 0;
10072 _ACEOF
10073 if ac_fn_c_try_link "$LINENO"; then :
10074 ac_cv_lib_z_inflate=yes
10075 else
10076 ac_cv_lib_z_inflate=no
10078 rm -f core conftest.err conftest.$ac_objext \
10079 conftest$ac_exeext conftest.$ac_ext
10080 LIBS=$ac_check_lib_save_LIBS
10082 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_z_inflate" >&5
10083 $as_echo "$ac_cv_lib_z_inflate" >&6; }
10084 if test "x$ac_cv_lib_z_inflate" = x""yes; then :
10086 $as_echo "#define HAVE_ZLIB 1" >>confdefs.h
10088 ZLIB="-lz"
10094 if test "x$with_esd" != xno
10095 then
10096 save_CFLAGS="$CFLAGS"
10097 # Extract the first word of "esd-config", so it can be a program name with args.
10098 set dummy esd-config; ac_word=$2
10099 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
10100 $as_echo_n "checking for $ac_word... " >&6; }
10101 if test "${ac_cv_path_ESDCONFIG+set}" = set; then :
10102 $as_echo_n "(cached) " >&6
10103 else
10104 case $ESDCONFIG in
10105 [\\/]* | ?:[\\/]*)
10106 ac_cv_path_ESDCONFIG="$ESDCONFIG" # Let the user override the test with a path.
10109 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
10110 for as_dir in $PATH
10112 IFS=$as_save_IFS
10113 test -z "$as_dir" && as_dir=.
10114 for ac_exec_ext in '' $ac_executable_extensions; do
10115 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
10116 ac_cv_path_ESDCONFIG="$as_dir/$ac_word$ac_exec_ext"
10117 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
10118 break 2
10120 done
10121 done
10122 IFS=$as_save_IFS
10124 test -z "$ac_cv_path_ESDCONFIG" && ac_cv_path_ESDCONFIG="no"
10126 esac
10128 ESDCONFIG=$ac_cv_path_ESDCONFIG
10129 if test -n "$ESDCONFIG"; then
10130 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ESDCONFIG" >&5
10131 $as_echo "$ESDCONFIG" >&6; }
10132 else
10133 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
10134 $as_echo "no" >&6; }
10138 if test "x$ESDCONFIG" != "xno"
10139 then
10140 ac_esd_incl=""
10141 for i in `$ESDCONFIG --cflags`
10143 case "$i" in
10144 -I*) ac_esd_incl="$ac_esd_incl $i";;
10145 esac
10146 done
10147 ac_esd_libs=`$ESDCONFIG --libs`
10148 CFLAGS="$CFLAGS $ac_esd_incl"
10150 ac_esd_libs=${ac_esd_libs:-"-lesd"}
10151 ac_fn_c_check_header_mongrel "$LINENO" "esd.h" "ac_cv_header_esd_h" "$ac_includes_default"
10152 if test "x$ac_cv_header_esd_h" = x""yes; then :
10153 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for esd_open_sound in -lesd" >&5
10154 $as_echo_n "checking for esd_open_sound in -lesd... " >&6; }
10155 if test "${ac_cv_lib_esd_esd_open_sound+set}" = set; then :
10156 $as_echo_n "(cached) " >&6
10157 else
10158 ac_check_lib_save_LIBS=$LIBS
10159 LIBS="-lesd $ac_esd_libs $LIBS"
10160 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
10161 /* end confdefs.h. */
10163 /* Override any GCC internal prototype to avoid an error.
10164 Use char because int might match the return type of a GCC
10165 builtin and then its argument prototype would still apply. */
10166 #ifdef __cplusplus
10167 extern "C"
10168 #endif
10169 char esd_open_sound ();
10171 main ()
10173 return esd_open_sound ();
10175 return 0;
10177 _ACEOF
10178 if ac_fn_c_try_link "$LINENO"; then :
10179 ac_cv_lib_esd_esd_open_sound=yes
10180 else
10181 ac_cv_lib_esd_esd_open_sound=no
10183 rm -f core conftest.err conftest.$ac_objext \
10184 conftest$ac_exeext conftest.$ac_ext
10185 LIBS=$ac_check_lib_save_LIBS
10187 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_esd_esd_open_sound" >&5
10188 $as_echo "$ac_cv_lib_esd_esd_open_sound" >&6; }
10189 if test "x$ac_cv_lib_esd_esd_open_sound" = x""yes; then :
10190 ESDINCL="$ac_esd_incl"
10192 ESDLIBS="$ac_esd_libs"
10195 $as_echo "#define HAVE_ESD 1" >>confdefs.h
10202 CFLAGS="$save_CFLAGS"
10205 ALSALIBS=""
10207 if test "$ac_cv_header_sys_asoundlib_h" = "yes" -o "$ac_cv_header_alsa_asoundlib_h" = "yes"
10208 then
10209 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for snd_pcm_hw_params_get_access in -lasound" >&5
10210 $as_echo_n "checking for snd_pcm_hw_params_get_access in -lasound... " >&6; }
10211 if test "${ac_cv_lib_asound_snd_pcm_hw_params_get_access+set}" = set; then :
10212 $as_echo_n "(cached) " >&6
10213 else
10214 ac_check_lib_save_LIBS=$LIBS
10215 LIBS="-lasound $LIBS"
10216 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
10217 /* end confdefs.h. */
10219 /* Override any GCC internal prototype to avoid an error.
10220 Use char because int might match the return type of a GCC
10221 builtin and then its argument prototype would still apply. */
10222 #ifdef __cplusplus
10223 extern "C"
10224 #endif
10225 char snd_pcm_hw_params_get_access ();
10227 main ()
10229 return snd_pcm_hw_params_get_access ();
10231 return 0;
10233 _ACEOF
10234 if ac_fn_c_try_link "$LINENO"; then :
10235 ac_cv_lib_asound_snd_pcm_hw_params_get_access=yes
10236 else
10237 ac_cv_lib_asound_snd_pcm_hw_params_get_access=no
10239 rm -f core conftest.err conftest.$ac_objext \
10240 conftest$ac_exeext conftest.$ac_ext
10241 LIBS=$ac_check_lib_save_LIBS
10243 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_asound_snd_pcm_hw_params_get_access" >&5
10244 $as_echo "$ac_cv_lib_asound_snd_pcm_hw_params_get_access" >&6; }
10245 if test "x$ac_cv_lib_asound_snd_pcm_hw_params_get_access" = x""yes; then :
10246 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
10247 /* end confdefs.h. */
10248 #ifdef HAVE_ALSA_ASOUNDLIB_H
10249 #include <alsa/asoundlib.h>
10250 #elif defined(HAVE_SYS_ASOUNDLIB_H)
10251 #include <sys/asoundlib.h>
10252 #endif
10254 main ()
10256 int ret = snd_pcm_hw_params_get_access(NULL, NULL)
10258 return 0;
10260 _ACEOF
10261 if ac_fn_c_try_compile "$LINENO"; then :
10263 $as_echo "#define HAVE_ALSA 1" >>confdefs.h
10265 ALSALIBS="-lasound"
10267 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
10272 AUDIOIOLIBS=""
10274 if test "$ac_cv_header_libaudioio_h" = "yes"
10275 then
10276 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for AudioIOGetVersion in -laudioio" >&5
10277 $as_echo_n "checking for AudioIOGetVersion in -laudioio... " >&6; }
10278 if test "${ac_cv_lib_audioio_AudioIOGetVersion+set}" = set; then :
10279 $as_echo_n "(cached) " >&6
10280 else
10281 ac_check_lib_save_LIBS=$LIBS
10282 LIBS="-laudioio $LIBS"
10283 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
10284 /* end confdefs.h. */
10286 /* Override any GCC internal prototype to avoid an error.
10287 Use char because int might match the return type of a GCC
10288 builtin and then its argument prototype would still apply. */
10289 #ifdef __cplusplus
10290 extern "C"
10291 #endif
10292 char AudioIOGetVersion ();
10294 main ()
10296 return AudioIOGetVersion ();
10298 return 0;
10300 _ACEOF
10301 if ac_fn_c_try_link "$LINENO"; then :
10302 ac_cv_lib_audioio_AudioIOGetVersion=yes
10303 else
10304 ac_cv_lib_audioio_AudioIOGetVersion=no
10306 rm -f core conftest.err conftest.$ac_objext \
10307 conftest$ac_exeext conftest.$ac_ext
10308 LIBS=$ac_check_lib_save_LIBS
10310 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_audioio_AudioIOGetVersion" >&5
10311 $as_echo "$ac_cv_lib_audioio_AudioIOGetVersion" >&6; }
10312 if test "x$ac_cv_lib_audioio_AudioIOGetVersion" = x""yes; then :
10313 AUDIOIOLIBS="-laudioio"
10315 $as_echo "#define HAVE_LIBAUDIOIO 1" >>confdefs.h
10322 if test "$ac_cv_header_capi20_h" = "yes" -a "$ac_cv_header_linux_capi_h" = "yes"
10323 then
10324 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for -lcapi20" >&5
10325 $as_echo_n "checking for -lcapi20... " >&6; }
10326 if test "${ac_cv_lib_soname_capi20+set}" = set; then :
10327 $as_echo_n "(cached) " >&6
10328 else
10329 ac_check_soname_save_LIBS=$LIBS
10330 LIBS="-lcapi20 $LIBS"
10331 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
10332 /* end confdefs.h. */
10334 /* Override any GCC internal prototype to avoid an error.
10335 Use char because int might match the return type of a GCC
10336 builtin and then its argument prototype would still apply. */
10337 #ifdef __cplusplus
10338 extern "C"
10339 #endif
10340 char capi20_register ();
10342 main ()
10344 return capi20_register ();
10346 return 0;
10348 _ACEOF
10349 if ac_fn_c_try_link "$LINENO"; then :
10350 case "$LIBEXT" in
10351 dll) ;;
10352 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'` ;;
10353 *) ac_cv_lib_soname_capi20=`$ac_cv_path_LDD conftest$ac_exeext | grep "libcapi20\\.$LIBEXT" | sed -e "s/^.*\(libcapi20\.$LIBEXT[^ ]*\).*$/\1/"';2,$d'` ;;
10354 esac
10356 rm -f core conftest.err conftest.$ac_objext \
10357 conftest$ac_exeext conftest.$ac_ext
10358 LIBS=$ac_check_soname_save_LIBS
10360 if test "x$ac_cv_lib_soname_capi20" = "x"; then :
10361 { $as_echo "$as_me:${as_lineno-$LINENO}: result: not found" >&5
10362 $as_echo "not found" >&6; }
10364 else
10365 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_soname_capi20" >&5
10366 $as_echo "$ac_cv_lib_soname_capi20" >&6; }
10368 cat >>confdefs.h <<_ACEOF
10369 #define SONAME_LIBCAPI20 "$ac_cv_lib_soname_capi20"
10370 _ACEOF
10375 if test "x$ac_cv_lib_soname_capi20" = "x"; then :
10376 case "x$with_capi" in
10377 x) wine_notices="$wine_notices|libcapi20 ${notice_platform}development files not found, ISDN won't be supported." ;;
10378 xno) ;;
10379 *) as_fn_error "libcapi20 ${notice_platform}development files not found, ISDN won't be supported.
10380 This is an error since --with-capi was requested." "$LINENO" 5 ;;
10381 esac
10384 CUPSINCL=""
10386 if test "x$with_cups" != "xno"
10387 then
10388 ac_save_CPPFLAGS="$CPPFLAGS"
10389 ac_cups_cflags=`cups-config --cflags 2>/dev/null`
10390 ac_cups_libs=`cups-config --ldflags 2>/dev/null`
10391 CPPFLAGS="$CPPFLAGS $ac_cups_cflags"
10392 for ac_header in cups/cups.h
10393 do :
10394 ac_fn_c_check_header_mongrel "$LINENO" "cups/cups.h" "ac_cv_header_cups_cups_h" "$ac_includes_default"
10395 if test "x$ac_cv_header_cups_cups_h" = x""yes; then :
10396 cat >>confdefs.h <<_ACEOF
10397 #define HAVE_CUPS_CUPS_H 1
10398 _ACEOF
10399 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for -lcups" >&5
10400 $as_echo_n "checking for -lcups... " >&6; }
10401 if test "${ac_cv_lib_soname_cups+set}" = set; then :
10402 $as_echo_n "(cached) " >&6
10403 else
10404 ac_check_soname_save_LIBS=$LIBS
10405 LIBS="-lcups $ac_cups_libs $LIBS"
10406 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
10407 /* end confdefs.h. */
10409 /* Override any GCC internal prototype to avoid an error.
10410 Use char because int might match the return type of a GCC
10411 builtin and then its argument prototype would still apply. */
10412 #ifdef __cplusplus
10413 extern "C"
10414 #endif
10415 char cupsGetDefault ();
10417 main ()
10419 return cupsGetDefault ();
10421 return 0;
10423 _ACEOF
10424 if ac_fn_c_try_link "$LINENO"; then :
10425 case "$LIBEXT" in
10426 dll) ;;
10427 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'` ;;
10428 *) ac_cv_lib_soname_cups=`$ac_cv_path_LDD conftest$ac_exeext | grep "libcups\\.$LIBEXT" | sed -e "s/^.*\(libcups\.$LIBEXT[^ ]*\).*$/\1/"';2,$d'` ;;
10429 esac
10431 rm -f core conftest.err conftest.$ac_objext \
10432 conftest$ac_exeext conftest.$ac_ext
10433 LIBS=$ac_check_soname_save_LIBS
10435 if test "x$ac_cv_lib_soname_cups" = "x"; then :
10436 { $as_echo "$as_me:${as_lineno-$LINENO}: result: not found" >&5
10437 $as_echo "not found" >&6; }
10439 else
10440 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_soname_cups" >&5
10441 $as_echo "$ac_cv_lib_soname_cups" >&6; }
10443 cat >>confdefs.h <<_ACEOF
10444 #define SONAME_LIBCUPS "$ac_cv_lib_soname_cups"
10445 _ACEOF
10447 CUPSINCL="$ac_cups_cflags"
10451 done
10453 CPPFLAGS="$ac_save_CPPFLAGS"
10455 if test "x$ac_cv_lib_soname_cups" = "x"; then :
10456 case "x$with_cups" in
10457 x) wine_notices="$wine_notices|libcups ${notice_platform}development files not found, CUPS won't be supported." ;;
10458 xno) ;;
10459 *) as_fn_error "libcups ${notice_platform}development files not found, CUPS won't be supported.
10460 This is an error since --with-cups was requested." "$LINENO" 5 ;;
10461 esac
10464 if test "$ac_cv_header_jack_jack_h" = "yes"
10465 then
10466 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for -ljack" >&5
10467 $as_echo_n "checking for -ljack... " >&6; }
10468 if test "${ac_cv_lib_soname_jack+set}" = set; then :
10469 $as_echo_n "(cached) " >&6
10470 else
10471 ac_check_soname_save_LIBS=$LIBS
10472 LIBS="-ljack $LIBS"
10473 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
10474 /* end confdefs.h. */
10476 /* Override any GCC internal prototype to avoid an error.
10477 Use char because int might match the return type of a GCC
10478 builtin and then its argument prototype would still apply. */
10479 #ifdef __cplusplus
10480 extern "C"
10481 #endif
10482 char jack_client_new ();
10484 main ()
10486 return jack_client_new ();
10488 return 0;
10490 _ACEOF
10491 if ac_fn_c_try_link "$LINENO"; then :
10492 case "$LIBEXT" in
10493 dll) ;;
10494 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'` ;;
10495 *) 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'` ;;
10496 esac
10498 rm -f core conftest.err conftest.$ac_objext \
10499 conftest$ac_exeext conftest.$ac_ext
10500 LIBS=$ac_check_soname_save_LIBS
10502 if test "x$ac_cv_lib_soname_jack" = "x"; then :
10503 { $as_echo "$as_me:${as_lineno-$LINENO}: result: not found" >&5
10504 $as_echo "not found" >&6; }
10506 else
10507 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_soname_jack" >&5
10508 $as_echo "$ac_cv_lib_soname_jack" >&6; }
10510 cat >>confdefs.h <<_ACEOF
10511 #define SONAME_LIBJACK "$ac_cv_lib_soname_jack"
10512 _ACEOF
10518 if test "$ac_cv_header_fontconfig_fontconfig_h" = "yes"
10519 then
10520 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for -lfontconfig" >&5
10521 $as_echo_n "checking for -lfontconfig... " >&6; }
10522 if test "${ac_cv_lib_soname_fontconfig+set}" = set; then :
10523 $as_echo_n "(cached) " >&6
10524 else
10525 ac_check_soname_save_LIBS=$LIBS
10526 LIBS="-lfontconfig $LIBS"
10527 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
10528 /* end confdefs.h. */
10530 /* Override any GCC internal prototype to avoid an error.
10531 Use char because int might match the return type of a GCC
10532 builtin and then its argument prototype would still apply. */
10533 #ifdef __cplusplus
10534 extern "C"
10535 #endif
10536 char FcInit ();
10538 main ()
10540 return FcInit ();
10542 return 0;
10544 _ACEOF
10545 if ac_fn_c_try_link "$LINENO"; then :
10546 case "$LIBEXT" in
10547 dll) ;;
10548 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'` ;;
10549 *) ac_cv_lib_soname_fontconfig=`$ac_cv_path_LDD conftest$ac_exeext | grep "libfontconfig\\.$LIBEXT" | sed -e "s/^.*\(libfontconfig\.$LIBEXT[^ ]*\).*$/\1/"';2,$d'` ;;
10550 esac
10552 rm -f core conftest.err conftest.$ac_objext \
10553 conftest$ac_exeext conftest.$ac_ext
10554 LIBS=$ac_check_soname_save_LIBS
10556 if test "x$ac_cv_lib_soname_fontconfig" = "x"; then :
10557 { $as_echo "$as_me:${as_lineno-$LINENO}: result: not found" >&5
10558 $as_echo "not found" >&6; }
10560 else
10561 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_soname_fontconfig" >&5
10562 $as_echo "$ac_cv_lib_soname_fontconfig" >&6; }
10564 cat >>confdefs.h <<_ACEOF
10565 #define SONAME_LIBFONTCONFIG "$ac_cv_lib_soname_fontconfig"
10566 _ACEOF
10570 elif test -n "$X_CFLAGS" -a "x$with_fontconfig" != "xno"
10571 then
10572 ac_save_CPPFLAGS="$CPPFLAGS"
10573 CPPFLAGS="$CPPFLAGS $X_CFLAGS"
10574 $as_unset ac_cv_header_fontconfig_fontconfig_h
10575 for ac_header in fontconfig/fontconfig.h
10576 do :
10577 ac_fn_c_check_header_mongrel "$LINENO" "fontconfig/fontconfig.h" "ac_cv_header_fontconfig_fontconfig_h" "$ac_includes_default"
10578 if test "x$ac_cv_header_fontconfig_fontconfig_h" = x""yes; then :
10579 cat >>confdefs.h <<_ACEOF
10580 #define HAVE_FONTCONFIG_FONTCONFIG_H 1
10581 _ACEOF
10585 done
10587 CPPFLAGS="$ac_save_CPPFLAGS"
10588 if test "$ac_cv_header_fontconfig_fontconfig_h" = "yes"
10589 then
10590 FONTCONFIGINCL="$X_CFLAGS"
10592 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for -lfontconfig" >&5
10593 $as_echo_n "checking for -lfontconfig... " >&6; }
10594 if test "${ac_cv_lib_soname_fontconfig+set}" = set; then :
10595 $as_echo_n "(cached) " >&6
10596 else
10597 ac_check_soname_save_LIBS=$LIBS
10598 LIBS="-lfontconfig $X_LIBS $LIBS"
10599 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
10600 /* end confdefs.h. */
10602 /* Override any GCC internal prototype to avoid an error.
10603 Use char because int might match the return type of a GCC
10604 builtin and then its argument prototype would still apply. */
10605 #ifdef __cplusplus
10606 extern "C"
10607 #endif
10608 char FcInit ();
10610 main ()
10612 return FcInit ();
10614 return 0;
10616 _ACEOF
10617 if ac_fn_c_try_link "$LINENO"; then :
10618 case "$LIBEXT" in
10619 dll) ;;
10620 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'` ;;
10621 *) ac_cv_lib_soname_fontconfig=`$ac_cv_path_LDD conftest$ac_exeext | grep "libfontconfig\\.$LIBEXT" | sed -e "s/^.*\(libfontconfig\.$LIBEXT[^ ]*\).*$/\1/"';2,$d'` ;;
10622 esac
10624 rm -f core conftest.err conftest.$ac_objext \
10625 conftest$ac_exeext conftest.$ac_ext
10626 LIBS=$ac_check_soname_save_LIBS
10628 if test "x$ac_cv_lib_soname_fontconfig" = "x"; then :
10629 { $as_echo "$as_me:${as_lineno-$LINENO}: result: not found" >&5
10630 $as_echo "not found" >&6; }
10632 else
10633 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_soname_fontconfig" >&5
10634 $as_echo "$ac_cv_lib_soname_fontconfig" >&6; }
10636 cat >>confdefs.h <<_ACEOF
10637 #define SONAME_LIBFONTCONFIG "$ac_cv_lib_soname_fontconfig"
10638 _ACEOF
10644 if test "x$ac_cv_lib_soname_fontconfig" = "x"; then :
10645 case "x$with_fontconfig" in
10646 x) wine_notices="$wine_notices|fontconfig ${notice_platform}development files not found, fontconfig won't be supported." ;;
10647 xno) ;;
10648 *) as_fn_error "fontconfig ${notice_platform}development files not found, fontconfig won't be supported.
10649 This is an error since --with-fontconfig was requested." "$LINENO" 5 ;;
10650 esac
10653 if test "$ac_cv_header_openssl_err_h" = "yes" -a "$ac_cv_header_openssl_ssl_h" = "yes"
10654 then
10655 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for -lssl" >&5
10656 $as_echo_n "checking for -lssl... " >&6; }
10657 if test "${ac_cv_lib_soname_ssl+set}" = set; then :
10658 $as_echo_n "(cached) " >&6
10659 else
10660 ac_check_soname_save_LIBS=$LIBS
10661 LIBS="-lssl $LIBS"
10662 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
10663 /* end confdefs.h. */
10665 /* Override any GCC internal prototype to avoid an error.
10666 Use char because int might match the return type of a GCC
10667 builtin and then its argument prototype would still apply. */
10668 #ifdef __cplusplus
10669 extern "C"
10670 #endif
10671 char SSL_library_init ();
10673 main ()
10675 return SSL_library_init ();
10677 return 0;
10679 _ACEOF
10680 if ac_fn_c_try_link "$LINENO"; then :
10681 case "$LIBEXT" in
10682 dll) ;;
10683 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'` ;;
10684 *) ac_cv_lib_soname_ssl=`$ac_cv_path_LDD conftest$ac_exeext | grep "libssl\\.$LIBEXT" | sed -e "s/^.*\(libssl\.$LIBEXT[^ ]*\).*$/\1/"';2,$d'` ;;
10685 esac
10687 rm -f core conftest.err conftest.$ac_objext \
10688 conftest$ac_exeext conftest.$ac_ext
10689 LIBS=$ac_check_soname_save_LIBS
10691 if test "x$ac_cv_lib_soname_ssl" = "x"; then :
10692 { $as_echo "$as_me:${as_lineno-$LINENO}: result: not found" >&5
10693 $as_echo "not found" >&6; }
10695 else
10696 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_soname_ssl" >&5
10697 $as_echo "$ac_cv_lib_soname_ssl" >&6; }
10699 cat >>confdefs.h <<_ACEOF
10700 #define SONAME_LIBSSL "$ac_cv_lib_soname_ssl"
10701 _ACEOF
10705 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for -lcrypto" >&5
10706 $as_echo_n "checking for -lcrypto... " >&6; }
10707 if test "${ac_cv_lib_soname_crypto+set}" = set; then :
10708 $as_echo_n "(cached) " >&6
10709 else
10710 ac_check_soname_save_LIBS=$LIBS
10711 LIBS="-lcrypto $LIBS"
10712 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
10713 /* end confdefs.h. */
10715 /* Override any GCC internal prototype to avoid an error.
10716 Use char because int might match the return type of a GCC
10717 builtin and then its argument prototype would still apply. */
10718 #ifdef __cplusplus
10719 extern "C"
10720 #endif
10721 char BIO_new_socket ();
10723 main ()
10725 return BIO_new_socket ();
10727 return 0;
10729 _ACEOF
10730 if ac_fn_c_try_link "$LINENO"; then :
10731 case "$LIBEXT" in
10732 dll) ;;
10733 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'` ;;
10734 *) ac_cv_lib_soname_crypto=`$ac_cv_path_LDD conftest$ac_exeext | grep "libcrypto\\.$LIBEXT" | sed -e "s/^.*\(libcrypto\.$LIBEXT[^ ]*\).*$/\1/"';2,$d'` ;;
10735 esac
10737 rm -f core conftest.err conftest.$ac_objext \
10738 conftest$ac_exeext conftest.$ac_ext
10739 LIBS=$ac_check_soname_save_LIBS
10741 if test "x$ac_cv_lib_soname_crypto" = "x"; then :
10742 { $as_echo "$as_me:${as_lineno-$LINENO}: result: not found" >&5
10743 $as_echo "not found" >&6; }
10745 else
10746 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_soname_crypto" >&5
10747 $as_echo "$ac_cv_lib_soname_crypto" >&6; }
10749 cat >>confdefs.h <<_ACEOF
10750 #define SONAME_LIBCRYPTO "$ac_cv_lib_soname_crypto"
10751 _ACEOF
10756 if test "x$ac_cv_lib_soname_ssl" = "x" -o "x$ac_cv_lib_soname_crypto" = "x"; then :
10757 case "x$with_openssl" in
10758 x) wine_warnings="$wine_warnings|OpenSSL ${notice_platform}development files not found, SSL won't be supported." ;;
10759 xno) ;;
10760 *) as_fn_error "OpenSSL ${notice_platform}development files not found, SSL won't be supported.
10761 This is an error since --with-openssl was requested." "$LINENO" 5 ;;
10762 esac
10765 if test "$ac_cv_header_gsm_h" = "yes" -o "$ac_cv_header_gsm_gsm_h" = "yes"
10766 then
10767 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for -lgsm" >&5
10768 $as_echo_n "checking for -lgsm... " >&6; }
10769 if test "${ac_cv_lib_soname_gsm+set}" = set; then :
10770 $as_echo_n "(cached) " >&6
10771 else
10772 ac_check_soname_save_LIBS=$LIBS
10773 LIBS="-lgsm $LIBS"
10774 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
10775 /* end confdefs.h. */
10777 /* Override any GCC internal prototype to avoid an error.
10778 Use char because int might match the return type of a GCC
10779 builtin and then its argument prototype would still apply. */
10780 #ifdef __cplusplus
10781 extern "C"
10782 #endif
10783 char gsm_create ();
10785 main ()
10787 return gsm_create ();
10789 return 0;
10791 _ACEOF
10792 if ac_fn_c_try_link "$LINENO"; then :
10793 case "$LIBEXT" in
10794 dll) ;;
10795 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'` ;;
10796 *) ac_cv_lib_soname_gsm=`$ac_cv_path_LDD conftest$ac_exeext | grep "libgsm\\.$LIBEXT" | sed -e "s/^.*\(libgsm\.$LIBEXT[^ ]*\).*$/\1/"';2,$d'` ;;
10797 esac
10799 rm -f core conftest.err conftest.$ac_objext \
10800 conftest$ac_exeext conftest.$ac_ext
10801 LIBS=$ac_check_soname_save_LIBS
10803 if test "x$ac_cv_lib_soname_gsm" = "x"; then :
10804 { $as_echo "$as_me:${as_lineno-$LINENO}: result: not found" >&5
10805 $as_echo "not found" >&6; }
10807 else
10808 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_soname_gsm" >&5
10809 $as_echo "$ac_cv_lib_soname_gsm" >&6; }
10811 cat >>confdefs.h <<_ACEOF
10812 #define SONAME_LIBGSM "$ac_cv_lib_soname_gsm"
10813 _ACEOF
10818 if test "x$ac_cv_lib_soname_gsm" = "x"; then :
10819 case "x$with_libgsm" in
10820 x) wine_warnings="$wine_warnings|libgsm ${notice_platform}development files not found, gsm 06.10 codec won't be supported." ;;
10821 xno) ;;
10822 *) as_fn_error "libgsm ${notice_platform}development files not found, gsm 06.10 codec won't be supported.
10823 This is an error since --with-libgsm was requested." "$LINENO" 5 ;;
10824 esac
10827 if test "$ac_cv_header_jpeglib_h" = "yes"
10828 then
10829 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for -ljpeg" >&5
10830 $as_echo_n "checking for -ljpeg... " >&6; }
10831 if test "${ac_cv_lib_soname_jpeg+set}" = set; then :
10832 $as_echo_n "(cached) " >&6
10833 else
10834 ac_check_soname_save_LIBS=$LIBS
10835 LIBS="-ljpeg $LIBS"
10836 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
10837 /* end confdefs.h. */
10839 /* Override any GCC internal prototype to avoid an error.
10840 Use char because int might match the return type of a GCC
10841 builtin and then its argument prototype would still apply. */
10842 #ifdef __cplusplus
10843 extern "C"
10844 #endif
10845 char jpeg_start_decompress ();
10847 main ()
10849 return jpeg_start_decompress ();
10851 return 0;
10853 _ACEOF
10854 if ac_fn_c_try_link "$LINENO"; then :
10855 case "$LIBEXT" in
10856 dll) ;;
10857 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'` ;;
10858 *) ac_cv_lib_soname_jpeg=`$ac_cv_path_LDD conftest$ac_exeext | grep "libjpeg\\.$LIBEXT" | sed -e "s/^.*\(libjpeg\.$LIBEXT[^ ]*\).*$/\1/"';2,$d'` ;;
10859 esac
10861 rm -f core conftest.err conftest.$ac_objext \
10862 conftest$ac_exeext conftest.$ac_ext
10863 LIBS=$ac_check_soname_save_LIBS
10865 if test "x$ac_cv_lib_soname_jpeg" = "x"; then :
10866 { $as_echo "$as_me:${as_lineno-$LINENO}: result: not found" >&5
10867 $as_echo "not found" >&6; }
10869 else
10870 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_soname_jpeg" >&5
10871 $as_echo "$ac_cv_lib_soname_jpeg" >&6; }
10873 cat >>confdefs.h <<_ACEOF
10874 #define SONAME_LIBJPEG "$ac_cv_lib_soname_jpeg"
10875 _ACEOF
10880 if test "x$ac_cv_lib_soname_jpeg" = "x"; then :
10881 case "x$with_jpeg" in
10882 x) wine_warnings="$wine_warnings|libjpeg ${notice_platform}development files not found, JPEG won't be supported." ;;
10883 xno) ;;
10884 *) as_fn_error "libjpeg ${notice_platform}development files not found, JPEG won't be supported.
10885 This is an error since --with-jpeg was requested." "$LINENO" 5 ;;
10886 esac
10889 if test "$ac_cv_header_png_h" = "yes"
10890 then
10891 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for -lpng" >&5
10892 $as_echo_n "checking for -lpng... " >&6; }
10893 if test "${ac_cv_lib_soname_png+set}" = set; then :
10894 $as_echo_n "(cached) " >&6
10895 else
10896 ac_check_soname_save_LIBS=$LIBS
10897 LIBS="-lpng -lm -lz $LIBS"
10898 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
10899 /* end confdefs.h. */
10901 /* Override any GCC internal prototype to avoid an error.
10902 Use char because int might match the return type of a GCC
10903 builtin and then its argument prototype would still apply. */
10904 #ifdef __cplusplus
10905 extern "C"
10906 #endif
10907 char png_create_read_struct ();
10909 main ()
10911 return png_create_read_struct ();
10913 return 0;
10915 _ACEOF
10916 if ac_fn_c_try_link "$LINENO"; then :
10917 case "$LIBEXT" in
10918 dll) ;;
10919 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'` ;;
10920 *) 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'` ;;
10921 esac
10923 rm -f core conftest.err conftest.$ac_objext \
10924 conftest$ac_exeext conftest.$ac_ext
10925 LIBS=$ac_check_soname_save_LIBS
10927 if test "x$ac_cv_lib_soname_png" = "x"; then :
10928 { $as_echo "$as_me:${as_lineno-$LINENO}: result: not found" >&5
10929 $as_echo "not found" >&6; }
10931 else
10932 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_soname_png" >&5
10933 $as_echo "$ac_cv_lib_soname_png" >&6; }
10935 cat >>confdefs.h <<_ACEOF
10936 #define SONAME_LIBPNG "$ac_cv_lib_soname_png"
10937 _ACEOF
10941 elif test -n "$X_CFLAGS" -a "x$with_png" != "xno"
10942 then
10943 ac_save_CPPFLAGS="$CPPFLAGS"
10944 CPPFLAGS="$CPPFLAGS $X_CFLAGS"
10945 $as_unset ac_cv_header_png_h
10946 for ac_header in png.h
10947 do :
10948 ac_fn_c_check_header_mongrel "$LINENO" "png.h" "ac_cv_header_png_h" "$ac_includes_default"
10949 if test "x$ac_cv_header_png_h" = x""yes; then :
10950 cat >>confdefs.h <<_ACEOF
10951 #define HAVE_PNG_H 1
10952 _ACEOF
10956 done
10958 CPPFLAGS="$ac_save_CPPFLAGS"
10959 if test "$ac_cv_header_png_h" = "yes"
10960 then
10961 PNGINCL="$X_CFLAGS"
10963 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for -lpng" >&5
10964 $as_echo_n "checking for -lpng... " >&6; }
10965 if test "${ac_cv_lib_soname_png+set}" = set; then :
10966 $as_echo_n "(cached) " >&6
10967 else
10968 ac_check_soname_save_LIBS=$LIBS
10969 LIBS="-lpng $X_LIBS -lm -lz $LIBS"
10970 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
10971 /* end confdefs.h. */
10973 /* Override any GCC internal prototype to avoid an error.
10974 Use char because int might match the return type of a GCC
10975 builtin and then its argument prototype would still apply. */
10976 #ifdef __cplusplus
10977 extern "C"
10978 #endif
10979 char png_create_read_struct ();
10981 main ()
10983 return png_create_read_struct ();
10985 return 0;
10987 _ACEOF
10988 if ac_fn_c_try_link "$LINENO"; then :
10989 case "$LIBEXT" in
10990 dll) ;;
10991 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'` ;;
10992 *) 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'` ;;
10993 esac
10995 rm -f core conftest.err conftest.$ac_objext \
10996 conftest$ac_exeext conftest.$ac_ext
10997 LIBS=$ac_check_soname_save_LIBS
10999 if test "x$ac_cv_lib_soname_png" = "x"; then :
11000 { $as_echo "$as_me:${as_lineno-$LINENO}: result: not found" >&5
11001 $as_echo "not found" >&6; }
11003 else
11004 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_soname_png" >&5
11005 $as_echo "$ac_cv_lib_soname_png" >&6; }
11007 cat >>confdefs.h <<_ACEOF
11008 #define SONAME_LIBPNG "$ac_cv_lib_soname_png"
11009 _ACEOF
11015 if test "x$ac_cv_lib_soname_png" = "x"; then :
11016 case "x$with_png" in
11017 x) wine_warnings="$wine_warnings|libpng ${notice_platform}development files not found, PNG won't be supported." ;;
11018 xno) ;;
11019 *) as_fn_error "libpng ${notice_platform}development files not found, PNG won't be supported.
11020 This is an error since --with-png was requested." "$LINENO" 5 ;;
11021 esac
11024 if test "$ac_cv_header_kstat_h" = "yes"
11025 then
11026 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for kstat_open in -lkstat" >&5
11027 $as_echo_n "checking for kstat_open in -lkstat... " >&6; }
11028 if test "${ac_cv_lib_kstat_kstat_open+set}" = set; then :
11029 $as_echo_n "(cached) " >&6
11030 else
11031 ac_check_lib_save_LIBS=$LIBS
11032 LIBS="-lkstat $LIBS"
11033 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
11034 /* end confdefs.h. */
11036 /* Override any GCC internal prototype to avoid an error.
11037 Use char because int might match the return type of a GCC
11038 builtin and then its argument prototype would still apply. */
11039 #ifdef __cplusplus
11040 extern "C"
11041 #endif
11042 char kstat_open ();
11044 main ()
11046 return kstat_open ();
11048 return 0;
11050 _ACEOF
11051 if ac_fn_c_try_link "$LINENO"; then :
11052 ac_cv_lib_kstat_kstat_open=yes
11053 else
11054 ac_cv_lib_kstat_kstat_open=no
11056 rm -f core conftest.err conftest.$ac_objext \
11057 conftest$ac_exeext conftest.$ac_ext
11058 LIBS=$ac_check_lib_save_LIBS
11060 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_kstat_kstat_open" >&5
11061 $as_echo "$ac_cv_lib_kstat_kstat_open" >&6; }
11062 if test "x$ac_cv_lib_kstat_kstat_open" = x""yes; then :
11064 $as_echo "#define HAVE_LIBKSTAT 1" >>confdefs.h
11066 LIBKSTAT="-lkstat"
11072 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for -lodbc" >&5
11073 $as_echo_n "checking for -lodbc... " >&6; }
11074 if test "${ac_cv_lib_soname_odbc+set}" = set; then :
11075 $as_echo_n "(cached) " >&6
11076 else
11077 ac_check_soname_save_LIBS=$LIBS
11078 LIBS="-lodbc $LIBS"
11079 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
11080 /* end confdefs.h. */
11082 /* Override any GCC internal prototype to avoid an error.
11083 Use char because int might match the return type of a GCC
11084 builtin and then its argument prototype would still apply. */
11085 #ifdef __cplusplus
11086 extern "C"
11087 #endif
11088 char SQLConnect ();
11090 main ()
11092 return SQLConnect ();
11094 return 0;
11096 _ACEOF
11097 if ac_fn_c_try_link "$LINENO"; then :
11098 case "$LIBEXT" in
11099 dll) ;;
11100 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'` ;;
11101 *) ac_cv_lib_soname_odbc=`$ac_cv_path_LDD conftest$ac_exeext | grep "libodbc\\.$LIBEXT" | sed -e "s/^.*\(libodbc\.$LIBEXT[^ ]*\).*$/\1/"';2,$d'` ;;
11102 esac
11104 rm -f core conftest.err conftest.$ac_objext \
11105 conftest$ac_exeext conftest.$ac_ext
11106 LIBS=$ac_check_soname_save_LIBS
11108 if test "x$ac_cv_lib_soname_odbc" = "x"; then :
11109 { $as_echo "$as_me:${as_lineno-$LINENO}: result: not found" >&5
11110 $as_echo "not found" >&6; }
11111 cat >>confdefs.h <<_ACEOF
11112 #define SONAME_LIBODBC "libodbc.$LIBEXT"
11113 _ACEOF
11115 else
11116 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_soname_odbc" >&5
11117 $as_echo "$ac_cv_lib_soname_odbc" >&6; }
11119 cat >>confdefs.h <<_ACEOF
11120 #define SONAME_LIBODBC "$ac_cv_lib_soname_odbc"
11121 _ACEOF
11126 if test "x$ALSALIBS$AUDIOIOLIBS$COREAUDIO$NASLIBS$ESDLIBS$ac_cv_lib_soname_jack" = "x" -a \
11127 "$ac_cv_header_sys_soundcard_h" != "yes" -a \
11128 "$ac_cv_header_machine_soundcard_h" != "yes" -a \
11129 "$ac_cv_header_soundcard_h" != "yes" -a \
11130 "x$with_alsa$with_audioio$with_coreaudio$with_nas$with_esd$with_jack$with_oss" != xnonononononono
11131 then
11132 wine_warnings="$wine_warnings|No sound system was found. Windows applications will be silent."
11136 EXTRACFLAGS=""
11138 if test "x${GCC}" = "xyes"
11139 then
11140 EXTRACFLAGS="-Wall -pipe"
11142 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for gcc strength-reduce bug" >&5
11143 $as_echo_n "checking for gcc strength-reduce bug... " >&6; }
11144 if test "${ac_cv_c_gcc_strength_bug+set}" = set; then :
11145 $as_echo_n "(cached) " >&6
11146 else
11147 if test "$cross_compiling" = yes; then :
11148 ac_cv_c_gcc_strength_bug="yes"
11149 else
11150 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
11151 /* end confdefs.h. */
11152 int L[4] = {0,1,2,3};
11154 main ()
11156 static int Array[3];
11157 unsigned int B = 3;
11158 int i;
11159 for(i=0; i<B; i++) Array[i] = i - 3;
11160 for(i=0; i<4 - 1; i++) L[i] = L[i + 1];
11161 L[i] = 4;
11162 return (Array[1] != -2 || L[2] != 3)
11164 return 0;
11166 _ACEOF
11167 if ac_fn_c_try_run "$LINENO"; then :
11168 ac_cv_c_gcc_strength_bug="no"
11169 else
11170 ac_cv_c_gcc_strength_bug="yes"
11172 rm -f core *.core core.conftest.* gmon.out bb.out conftest$ac_exeext \
11173 conftest.$ac_objext conftest.beam conftest.$ac_ext
11177 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_c_gcc_strength_bug" >&5
11178 $as_echo "$ac_cv_c_gcc_strength_bug" >&6; }
11179 if test "$ac_cv_c_gcc_strength_bug" = "yes"
11180 then
11181 EXTRACFLAGS="$EXTRACFLAGS -fno-strength-reduce"
11184 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether the compiler supports -fno-builtin" >&5
11185 $as_echo_n "checking whether the compiler supports -fno-builtin... " >&6; }
11186 if test "${ac_cv_cflags__fno_builtin+set}" = set; then :
11187 $as_echo_n "(cached) " >&6
11188 else
11189 ac_wine_try_cflags_saved=$CFLAGS
11190 CFLAGS="$CFLAGS -fno-builtin"
11191 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
11192 /* end confdefs.h. */
11195 main ()
11199 return 0;
11201 _ACEOF
11202 if ac_fn_c_try_link "$LINENO"; then :
11203 ac_cv_cflags__fno_builtin=yes
11204 else
11205 ac_cv_cflags__fno_builtin=no
11207 rm -f core conftest.err conftest.$ac_objext \
11208 conftest$ac_exeext conftest.$ac_ext
11209 CFLAGS=$ac_wine_try_cflags_saved
11211 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_cflags__fno_builtin" >&5
11212 $as_echo "$ac_cv_cflags__fno_builtin" >&6; }
11213 if test $ac_cv_cflags__fno_builtin = yes; then :
11214 BUILTINFLAG="-fno-builtin"
11217 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether the compiler supports -fno-strict-aliasing" >&5
11218 $as_echo_n "checking whether the compiler supports -fno-strict-aliasing... " >&6; }
11219 if test "${ac_cv_cflags__fno_strict_aliasing+set}" = set; then :
11220 $as_echo_n "(cached) " >&6
11221 else
11222 ac_wine_try_cflags_saved=$CFLAGS
11223 CFLAGS="$CFLAGS -fno-strict-aliasing"
11224 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
11225 /* end confdefs.h. */
11228 main ()
11232 return 0;
11234 _ACEOF
11235 if ac_fn_c_try_link "$LINENO"; then :
11236 ac_cv_cflags__fno_strict_aliasing=yes
11237 else
11238 ac_cv_cflags__fno_strict_aliasing=no
11240 rm -f core conftest.err conftest.$ac_objext \
11241 conftest$ac_exeext conftest.$ac_ext
11242 CFLAGS=$ac_wine_try_cflags_saved
11244 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_cflags__fno_strict_aliasing" >&5
11245 $as_echo "$ac_cv_cflags__fno_strict_aliasing" >&6; }
11246 if test $ac_cv_cflags__fno_strict_aliasing = yes; then :
11247 EXTRACFLAGS="$EXTRACFLAGS -fno-strict-aliasing"
11249 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether the compiler supports -Wdeclaration-after-statement" >&5
11250 $as_echo_n "checking whether the compiler supports -Wdeclaration-after-statement... " >&6; }
11251 if test "${ac_cv_cflags__Wdeclaration_after_statement+set}" = set; then :
11252 $as_echo_n "(cached) " >&6
11253 else
11254 ac_wine_try_cflags_saved=$CFLAGS
11255 CFLAGS="$CFLAGS -Wdeclaration-after-statement"
11256 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
11257 /* end confdefs.h. */
11260 main ()
11264 return 0;
11266 _ACEOF
11267 if ac_fn_c_try_link "$LINENO"; then :
11268 ac_cv_cflags__Wdeclaration_after_statement=yes
11269 else
11270 ac_cv_cflags__Wdeclaration_after_statement=no
11272 rm -f core conftest.err conftest.$ac_objext \
11273 conftest$ac_exeext conftest.$ac_ext
11274 CFLAGS=$ac_wine_try_cflags_saved
11276 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_cflags__Wdeclaration_after_statement" >&5
11277 $as_echo "$ac_cv_cflags__Wdeclaration_after_statement" >&6; }
11278 if test $ac_cv_cflags__Wdeclaration_after_statement = yes; then :
11279 EXTRACFLAGS="$EXTRACFLAGS -Wdeclaration-after-statement"
11281 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether the compiler supports -Wwrite-strings" >&5
11282 $as_echo_n "checking whether the compiler supports -Wwrite-strings... " >&6; }
11283 if test "${ac_cv_cflags__Wwrite_strings+set}" = set; then :
11284 $as_echo_n "(cached) " >&6
11285 else
11286 ac_wine_try_cflags_saved=$CFLAGS
11287 CFLAGS="$CFLAGS -Wwrite-strings"
11288 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
11289 /* end confdefs.h. */
11292 main ()
11296 return 0;
11298 _ACEOF
11299 if ac_fn_c_try_link "$LINENO"; then :
11300 ac_cv_cflags__Wwrite_strings=yes
11301 else
11302 ac_cv_cflags__Wwrite_strings=no
11304 rm -f core conftest.err conftest.$ac_objext \
11305 conftest$ac_exeext conftest.$ac_ext
11306 CFLAGS=$ac_wine_try_cflags_saved
11308 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_cflags__Wwrite_strings" >&5
11309 $as_echo "$ac_cv_cflags__Wwrite_strings" >&6; }
11310 if test $ac_cv_cflags__Wwrite_strings = yes; then :
11311 EXTRACFLAGS="$EXTRACFLAGS -Wwrite-strings"
11313 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether the compiler supports -Wtype-limits" >&5
11314 $as_echo_n "checking whether the compiler supports -Wtype-limits... " >&6; }
11315 if test "${ac_cv_cflags__Wtype_limits+set}" = set; then :
11316 $as_echo_n "(cached) " >&6
11317 else
11318 ac_wine_try_cflags_saved=$CFLAGS
11319 CFLAGS="$CFLAGS -Wtype-limits"
11320 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
11321 /* end confdefs.h. */
11324 main ()
11328 return 0;
11330 _ACEOF
11331 if ac_fn_c_try_link "$LINENO"; then :
11332 ac_cv_cflags__Wtype_limits=yes
11333 else
11334 ac_cv_cflags__Wtype_limits=no
11336 rm -f core conftest.err conftest.$ac_objext \
11337 conftest$ac_exeext conftest.$ac_ext
11338 CFLAGS=$ac_wine_try_cflags_saved
11340 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_cflags__Wtype_limits" >&5
11341 $as_echo "$ac_cv_cflags__Wtype_limits" >&6; }
11342 if test $ac_cv_cflags__Wtype_limits = yes; then :
11343 EXTRACFLAGS="$EXTRACFLAGS -Wtype-limits"
11346 saved_CFLAGS="$CFLAGS"
11347 CFLAGS="$CFLAGS -Wpointer-arith -Werror"
11348 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for broken string.h that generates warnings" >&5
11349 $as_echo_n "checking for broken string.h that generates warnings... " >&6; }
11350 if test "${ac_cv_c_string_h_warnings+set}" = set; then :
11351 $as_echo_n "(cached) " >&6
11352 else
11353 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
11354 /* end confdefs.h. */
11355 #include <string.h>
11357 main ()
11361 return 0;
11363 _ACEOF
11364 if ac_fn_c_try_compile "$LINENO"; then :
11365 ac_cv_c_string_h_warnings=no
11366 else
11367 ac_cv_c_string_h_warnings=yes
11369 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
11371 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_c_string_h_warnings" >&5
11372 $as_echo "$ac_cv_c_string_h_warnings" >&6; }
11373 CFLAGS="$saved_CFLAGS"
11374 if test "$ac_cv_c_string_h_warnings" = "no"
11375 then
11376 EXTRACFLAGS="$EXTRACFLAGS -Wpointer-arith"
11381 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether external symbols need an underscore prefix" >&5
11382 $as_echo_n "checking whether external symbols need an underscore prefix... " >&6; }
11383 if test "${ac_cv_c_extern_prefix+set}" = set; then :
11384 $as_echo_n "(cached) " >&6
11385 else
11386 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
11387 /* end confdefs.h. */
11388 extern int ac_test;
11390 main ()
11392 asm(".globl _ac_test\n_ac_test:\t.long 0"); if (ac_test) return 1
11394 return 0;
11396 _ACEOF
11397 if ac_fn_c_try_link "$LINENO"; then :
11398 ac_cv_c_extern_prefix="yes"
11399 else
11400 ac_cv_c_extern_prefix="no"
11402 rm -f core conftest.err conftest.$ac_objext \
11403 conftest$ac_exeext conftest.$ac_ext
11405 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_c_extern_prefix" >&5
11406 $as_echo "$ac_cv_c_extern_prefix" >&6; }
11408 case $host_cpu in
11409 *i[3456789]86*)
11410 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether external symbols need stdcall decoration" >&5
11411 $as_echo_n "checking whether external symbols need stdcall decoration... " >&6; }
11412 if test "${ac_cv_c_stdcall_suffix+set}" = set; then :
11413 $as_echo_n "(cached) " >&6
11414 else
11415 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
11416 /* end confdefs.h. */
11417 #ifndef _MSC_VER
11418 #define __stdcall __attribute__((__stdcall__))
11419 #endif
11420 int __stdcall ac_test(int i) { return i; }
11422 main ()
11424 asm("jmp _ac_test@4"); if (ac_test(1)) return 1
11426 return 0;
11428 _ACEOF
11429 if ac_fn_c_try_link "$LINENO"; then :
11430 ac_cv_c_stdcall_suffix="yes"
11431 else
11432 ac_cv_c_stdcall_suffix="no"
11434 rm -f core conftest.err conftest.$ac_objext \
11435 conftest$ac_exeext conftest.$ac_ext
11437 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_c_stdcall_suffix" >&5
11438 $as_echo "$ac_cv_c_stdcall_suffix" >&6; } ;;
11439 *) ac_cv_c_stdcall_suffix="no" ;;
11440 esac
11443 if test "$ac_cv_c_extern_prefix" = "yes"
11444 then
11445 $as_echo "#define __ASM_NAME(name) \"_\" name" >>confdefs.h
11447 asm_name_prefix="_"
11448 else
11449 $as_echo "#define __ASM_NAME(name) name" >>confdefs.h
11451 asm_name_prefix=""
11455 if test "$ac_cv_c_stdcall_suffix" = "yes"
11456 then
11457 $as_echo "#define __ASM_STDCALL(args) \"@\" #args" >>confdefs.h
11459 else
11460 $as_echo "#define __ASM_STDCALL(args) \"\"" >>confdefs.h
11465 { $as_echo "$as_me:${as_lineno-$LINENO}: checking how to define a function in assembly code" >&5
11466 $as_echo_n "checking how to define a function in assembly code... " >&6; }
11467 if test "${ac_cv_asm_func_def+set}" = set; then :
11468 $as_echo_n "(cached) " >&6
11469 else
11470 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
11471 /* end confdefs.h. */
11474 main ()
11476 asm("\t.globl _ac_test\n\t.def _ac_test; .scl 2; .type 32; .endef\n_ac_test:\t.long 0");
11478 return 0;
11480 _ACEOF
11481 if ac_fn_c_try_link "$LINENO"; then :
11482 ac_cv_asm_func_def=".def"
11483 else
11484 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
11485 /* end confdefs.h. */
11488 main ()
11490 asm("\t.globl _ac_test\n\t.type _ac_test,@function\n_ac_test:\t.long 0");
11492 return 0;
11494 _ACEOF
11495 if ac_fn_c_try_link "$LINENO"; then :
11496 ac_cv_asm_func_def=".type @function"
11497 else
11498 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
11499 /* end confdefs.h. */
11502 main ()
11504 asm("\t.globl _ac_test\n\t.type _ac_test,2\n_ac_test:\t.long 0");
11506 return 0;
11508 _ACEOF
11509 if ac_fn_c_try_link "$LINENO"; then :
11510 ac_cv_asm_func_def=".type 2"
11511 else
11512 ac_cv_asm_func_def="unknown"
11514 rm -f core conftest.err conftest.$ac_objext \
11515 conftest$ac_exeext conftest.$ac_ext
11517 rm -f core conftest.err conftest.$ac_objext \
11518 conftest$ac_exeext conftest.$ac_ext
11520 rm -f core conftest.err conftest.$ac_objext \
11521 conftest$ac_exeext conftest.$ac_ext
11523 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_asm_func_def" >&5
11524 $as_echo "$ac_cv_asm_func_def" >&6; }
11527 case "$ac_cv_asm_func_def" in
11528 ".def")
11529 $as_echo "#define __ASM_FUNC(name) \".def \" __ASM_NAME(name) \"; .scl 2; .type 32; .endef\"" >>confdefs.h
11531 asm_func_header=".def $asm_name_prefix\" #name suffix \"; .scl 2; .type 32; .endef" ;;
11532 ".type @function")
11533 $as_echo "#define __ASM_FUNC(name) \".type \" __ASM_NAME(name) \",@function\"" >>confdefs.h
11535 asm_func_header=".type $asm_name_prefix\" #name suffix \",@function" ;;
11536 ".type 2")
11537 $as_echo "#define __ASM_FUNC(name) \".type \" __ASM_NAME(name) \",2\"" >>confdefs.h
11539 asm_func_header=".type $asm_name_prefix\" #name suffix \",2" ;;
11541 $as_echo "#define __ASM_FUNC(name) \"\"" >>confdefs.h
11543 asm_func_header="" ;;
11544 esac
11546 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether asm() works outside of functions" >&5
11547 $as_echo_n "checking whether asm() works outside of functions... " >&6; }
11548 if test "${ac_cv_c_asm_outside_funcs+set}" = set; then :
11549 $as_echo_n "(cached) " >&6
11550 else
11551 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
11552 /* end confdefs.h. */
11553 asm(".text\n\t.long 0");
11555 main ()
11559 return 0;
11561 _ACEOF
11562 if ac_fn_c_try_compile "$LINENO"; then :
11563 ac_cv_c_asm_outside_funcs="yes"
11564 else
11565 ac_cv_c_asm_outside_funcs="no"
11567 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
11569 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_c_asm_outside_funcs" >&5
11570 $as_echo "$ac_cv_c_asm_outside_funcs" >&6; }
11572 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether .previous is supported in assembly code" >&5
11573 $as_echo_n "checking whether .previous is supported in assembly code... " >&6; }
11574 if test "${ac_cv_c_dot_previous+set}" = set; then :
11575 $as_echo_n "(cached) " >&6
11576 else
11577 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
11578 /* end confdefs.h. */
11581 main ()
11583 asm(".text\nac_test:\t.long 0\n\t.previous");
11585 return 0;
11587 _ACEOF
11588 if ac_fn_c_try_link "$LINENO"; then :
11589 ac_cv_c_dot_previous="yes"
11590 else
11591 ac_cv_c_dot_previous="no"
11593 rm -f core conftest.err conftest.$ac_objext \
11594 conftest$ac_exeext conftest.$ac_ext
11596 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_c_dot_previous" >&5
11597 $as_echo "$ac_cv_c_dot_previous" >&6; }
11599 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether CFI directives are supported in assembly code" >&5
11600 $as_echo_n "checking whether CFI directives are supported in assembly code... " >&6; }
11601 if test "${ac_cv_c_cfi_support+set}" = set; then :
11602 $as_echo_n "(cached) " >&6
11603 else
11604 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
11605 /* end confdefs.h. */
11606 asm(".text\nac_test:\t.cfi_startproc\n\t.long 0\n\t.cfi_endproc");
11608 main ()
11612 return 0;
11614 _ACEOF
11615 if ac_fn_c_try_compile "$LINENO"; then :
11616 ac_cv_c_cfi_support="yes"
11617 else
11618 ac_cv_c_cfi_support="no"
11620 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
11622 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_c_cfi_support" >&5
11623 $as_echo "$ac_cv_c_cfi_support" >&6; }
11625 asm_func_header=".globl $asm_name_prefix\" #name suffix \"\\n\\t$asm_func_header\\n$asm_name_prefix\" #name suffix \":\\n\\t"
11626 asm_func_trailer=""
11627 if test "$ac_cv_c_dot_previous" = "yes"
11628 then
11629 asm_func_trailer="\\n\\t.previous"
11631 if test "$ac_cv_c_cfi_support" = "yes"
11632 then
11633 asm_func_header="$asm_func_header.cfi_startproc\\n\\t"
11634 asm_func_trailer="\\n\\t.cfi_endproc$asm_func_trailer"
11636 $as_echo "#define __ASM_CFI(str) str" >>confdefs.h
11638 else
11639 $as_echo "#define __ASM_CFI(str) \"\"" >>confdefs.h
11643 asm_func_code="$asm_func_header\" code \"$asm_func_trailer"
11646 if test "$ac_cv_c_asm_outside_funcs" = "yes"
11647 then
11648 cat >>confdefs.h <<_ACEOF
11649 #define __ASM_DEFINE_FUNC(name,suffix,code) asm(".text\n\t.align 4\n\t$asm_func_code");
11650 _ACEOF
11652 else
11653 cat >>confdefs.h <<_ACEOF
11654 #define __ASM_DEFINE_FUNC(name,suffix,code) void __asm_dummy_##name(void) { asm(".text\n\t.align 4\n\t$asm_func_code"); }
11655 _ACEOF
11659 $as_echo "#define __ASM_GLOBAL_FUNC(name,code) __ASM_DEFINE_FUNC(name,\"\",code)" >>confdefs.h
11662 $as_echo "#define __ASM_STDCALL_FUNC(name,args,code) __ASM_DEFINE_FUNC(name,__ASM_STDCALL(args),code)" >>confdefs.h
11666 LDPATH=""
11668 case $build_os in
11669 cygwin*|mingw32*)
11670 LDPATH="PATH=\"\$(TOOLSDIR)/libs/wine:\$\$PATH\""
11672 darwin*|macosx*)
11675 LDPATH="LD_LIBRARY_PATH=\"\$(TOOLSDIR)/libs/wine:\$\$LD_LIBRARY_PATH\""
11677 esac
11679 case $host_os in
11680 mingw32*)
11681 CRTLIBS="-lmsvcrt"
11683 SOCKETLIBS="-L\$(TOPOBJDIR)/dlls/ws2_32 -lws2_32"
11686 esac
11688 case $host_cpu in
11689 *i[3456789]86*)
11690 case $host_os in
11691 linux* | k*bsd*-gnu)
11692 EXTRA_BINARIES="wine-preloader"
11694 esac
11696 esac
11699 ac_save_CFLAGS="$CFLAGS"
11700 CFLAGS="$CFLAGS $BUILTINFLAG"
11701 for ac_func in \
11702 _pclose \
11703 _popen \
11704 _snprintf \
11705 _spawnvp \
11706 _strdup \
11707 _stricmp \
11708 _strnicmp \
11709 _strtoi64 \
11710 _strtoui64 \
11711 _vsnprintf \
11712 asctime_r \
11713 chsize \
11714 dlopen \
11715 epoll_create \
11716 ffs \
11717 finite \
11718 fnmatch \
11719 fork \
11720 fpclass \
11721 fstatfs \
11722 fstatvfs \
11723 ftruncate \
11724 futimes \
11725 futimesat \
11726 getdirentries \
11727 getopt_long \
11728 getpagesize \
11729 getpwuid \
11730 gettid \
11731 gettimeofday \
11732 getuid \
11733 kqueue \
11734 lstat \
11735 memmove \
11736 mmap \
11737 pclose \
11738 pipe2 \
11739 poll \
11740 popen \
11741 prctl \
11742 pread \
11743 pwrite \
11744 readdir \
11745 readlink \
11746 sched_yield \
11747 select \
11748 setproctitle \
11749 setrlimit \
11750 settimeofday \
11751 sigaltstack \
11752 sigprocmask \
11753 snprintf \
11754 spawnvp \
11755 statfs \
11756 statvfs \
11757 strcasecmp \
11758 strdup \
11759 strerror \
11760 strncasecmp \
11761 strtold \
11762 strtoll \
11763 strtoull \
11764 symlink \
11765 tcgetattr \
11766 thr_kill2 \
11767 timegm \
11768 usleep \
11769 vsnprintf \
11770 wait4 \
11771 waitpid \
11773 do :
11774 as_ac_var=`$as_echo "ac_cv_func_$ac_func" | $as_tr_sh`
11775 ac_fn_c_check_func "$LINENO" "$ac_func" "$as_ac_var"
11776 eval as_val=\$$as_ac_var
11777 if test "x$as_val" = x""yes; then :
11778 cat >>confdefs.h <<_ACEOF
11779 #define `$as_echo "HAVE_$ac_func" | $as_tr_cpp` 1
11780 _ACEOF
11783 done
11785 CFLAGS="$ac_save_CFLAGS"
11787 if test "$ac_cv_func_dlopen" = no
11788 then
11789 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for dlopen in -ldl" >&5
11790 $as_echo_n "checking for dlopen in -ldl... " >&6; }
11791 if test "${ac_cv_lib_dl_dlopen+set}" = set; then :
11792 $as_echo_n "(cached) " >&6
11793 else
11794 ac_check_lib_save_LIBS=$LIBS
11795 LIBS="-ldl $LIBS"
11796 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
11797 /* end confdefs.h. */
11799 /* Override any GCC internal prototype to avoid an error.
11800 Use char because int might match the return type of a GCC
11801 builtin and then its argument prototype would still apply. */
11802 #ifdef __cplusplus
11803 extern "C"
11804 #endif
11805 char dlopen ();
11807 main ()
11809 return dlopen ();
11811 return 0;
11813 _ACEOF
11814 if ac_fn_c_try_link "$LINENO"; then :
11815 ac_cv_lib_dl_dlopen=yes
11816 else
11817 ac_cv_lib_dl_dlopen=no
11819 rm -f core conftest.err conftest.$ac_objext \
11820 conftest$ac_exeext conftest.$ac_ext
11821 LIBS=$ac_check_lib_save_LIBS
11823 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_dl_dlopen" >&5
11824 $as_echo "$ac_cv_lib_dl_dlopen" >&6; }
11825 if test "x$ac_cv_lib_dl_dlopen" = x""yes; then :
11826 $as_echo "#define HAVE_DLOPEN 1" >>confdefs.h
11827 LIBDL="-ldl"
11832 ac_wine_check_funcs_save_LIBS="$LIBS"
11833 LIBS="$LIBS $LIBDL"
11834 for ac_func in dladdr
11835 do :
11836 ac_fn_c_check_func "$LINENO" "dladdr" "ac_cv_func_dladdr"
11837 if test "x$ac_cv_func_dladdr" = x""yes; then :
11838 cat >>confdefs.h <<_ACEOF
11839 #define HAVE_DLADDR 1
11840 _ACEOF
11843 done
11845 LIBS="$ac_wine_check_funcs_save_LIBS"
11847 if test "$ac_cv_func_poll" = no
11848 then
11849 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for poll in -lpoll" >&5
11850 $as_echo_n "checking for poll in -lpoll... " >&6; }
11851 if test "${ac_cv_lib_poll_poll+set}" = set; then :
11852 $as_echo_n "(cached) " >&6
11853 else
11854 ac_check_lib_save_LIBS=$LIBS
11855 LIBS="-lpoll $LIBS"
11856 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
11857 /* end confdefs.h. */
11859 /* Override any GCC internal prototype to avoid an error.
11860 Use char because int might match the return type of a GCC
11861 builtin and then its argument prototype would still apply. */
11862 #ifdef __cplusplus
11863 extern "C"
11864 #endif
11865 char poll ();
11867 main ()
11869 return poll ();
11871 return 0;
11873 _ACEOF
11874 if ac_fn_c_try_link "$LINENO"; then :
11875 ac_cv_lib_poll_poll=yes
11876 else
11877 ac_cv_lib_poll_poll=no
11879 rm -f core conftest.err conftest.$ac_objext \
11880 conftest$ac_exeext conftest.$ac_ext
11881 LIBS=$ac_check_lib_save_LIBS
11883 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_poll_poll" >&5
11884 $as_echo "$ac_cv_lib_poll_poll" >&6; }
11885 if test "x$ac_cv_lib_poll_poll" = x""yes; then :
11886 $as_echo "#define HAVE_POLL 1" >>confdefs.h
11887 LIBPOLL="-lpoll"
11893 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for library containing gethostbyname" >&5
11894 $as_echo_n "checking for library containing gethostbyname... " >&6; }
11895 if test "${ac_cv_search_gethostbyname+set}" = set; then :
11896 $as_echo_n "(cached) " >&6
11897 else
11898 ac_func_search_save_LIBS=$LIBS
11899 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
11900 /* end confdefs.h. */
11902 /* Override any GCC internal prototype to avoid an error.
11903 Use char because int might match the return type of a GCC
11904 builtin and then its argument prototype would still apply. */
11905 #ifdef __cplusplus
11906 extern "C"
11907 #endif
11908 char gethostbyname ();
11910 main ()
11912 return gethostbyname ();
11914 return 0;
11916 _ACEOF
11917 for ac_lib in '' nsl; do
11918 if test -z "$ac_lib"; then
11919 ac_res="none required"
11920 else
11921 ac_res=-l$ac_lib
11922 LIBS="-l$ac_lib $ac_func_search_save_LIBS"
11924 if ac_fn_c_try_link "$LINENO"; then :
11925 ac_cv_search_gethostbyname=$ac_res
11927 rm -f core conftest.err conftest.$ac_objext \
11928 conftest$ac_exeext
11929 if test "${ac_cv_search_gethostbyname+set}" = set; then :
11930 break
11932 done
11933 if test "${ac_cv_search_gethostbyname+set}" = set; then :
11935 else
11936 ac_cv_search_gethostbyname=no
11938 rm conftest.$ac_ext
11939 LIBS=$ac_func_search_save_LIBS
11941 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_search_gethostbyname" >&5
11942 $as_echo "$ac_cv_search_gethostbyname" >&6; }
11943 ac_res=$ac_cv_search_gethostbyname
11944 if test "$ac_res" != no; then :
11945 test "$ac_res" = "none required" || LIBS="$ac_res $LIBS"
11950 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for library containing connect" >&5
11951 $as_echo_n "checking for library containing connect... " >&6; }
11952 if test "${ac_cv_search_connect+set}" = set; then :
11953 $as_echo_n "(cached) " >&6
11954 else
11955 ac_func_search_save_LIBS=$LIBS
11956 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
11957 /* end confdefs.h. */
11959 /* Override any GCC internal prototype to avoid an error.
11960 Use char because int might match the return type of a GCC
11961 builtin and then its argument prototype would still apply. */
11962 #ifdef __cplusplus
11963 extern "C"
11964 #endif
11965 char connect ();
11967 main ()
11969 return connect ();
11971 return 0;
11973 _ACEOF
11974 for ac_lib in '' socket; do
11975 if test -z "$ac_lib"; then
11976 ac_res="none required"
11977 else
11978 ac_res=-l$ac_lib
11979 LIBS="-l$ac_lib $ac_func_search_save_LIBS"
11981 if ac_fn_c_try_link "$LINENO"; then :
11982 ac_cv_search_connect=$ac_res
11984 rm -f core conftest.err conftest.$ac_objext \
11985 conftest$ac_exeext
11986 if test "${ac_cv_search_connect+set}" = set; then :
11987 break
11989 done
11990 if test "${ac_cv_search_connect+set}" = set; then :
11992 else
11993 ac_cv_search_connect=no
11995 rm conftest.$ac_ext
11996 LIBS=$ac_func_search_save_LIBS
11998 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_search_connect" >&5
11999 $as_echo "$ac_cv_search_connect" >&6; }
12000 ac_res=$ac_cv_search_connect
12001 if test "$ac_res" != no; then :
12002 test "$ac_res" = "none required" || LIBS="$ac_res $LIBS"
12007 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for library containing inet_aton" >&5
12008 $as_echo_n "checking for library containing inet_aton... " >&6; }
12009 if test "${ac_cv_search_inet_aton+set}" = set; then :
12010 $as_echo_n "(cached) " >&6
12011 else
12012 ac_func_search_save_LIBS=$LIBS
12013 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
12014 /* end confdefs.h. */
12016 /* Override any GCC internal prototype to avoid an error.
12017 Use char because int might match the return type of a GCC
12018 builtin and then its argument prototype would still apply. */
12019 #ifdef __cplusplus
12020 extern "C"
12021 #endif
12022 char inet_aton ();
12024 main ()
12026 return inet_aton ();
12028 return 0;
12030 _ACEOF
12031 for ac_lib in '' resolv; do
12032 if test -z "$ac_lib"; then
12033 ac_res="none required"
12034 else
12035 ac_res=-l$ac_lib
12036 LIBS="-l$ac_lib $ac_func_search_save_LIBS"
12038 if ac_fn_c_try_link "$LINENO"; then :
12039 ac_cv_search_inet_aton=$ac_res
12041 rm -f core conftest.err conftest.$ac_objext \
12042 conftest$ac_exeext
12043 if test "${ac_cv_search_inet_aton+set}" = set; then :
12044 break
12046 done
12047 if test "${ac_cv_search_inet_aton+set}" = set; then :
12049 else
12050 ac_cv_search_inet_aton=no
12052 rm conftest.$ac_ext
12053 LIBS=$ac_func_search_save_LIBS
12055 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_search_inet_aton" >&5
12056 $as_echo "$ac_cv_search_inet_aton" >&6; }
12057 ac_res=$ac_cv_search_inet_aton
12058 if test "$ac_res" != no; then :
12059 test "$ac_res" = "none required" || LIBS="$ac_res $LIBS"
12064 for ac_func in \
12065 getaddrinfo \
12066 getnameinfo \
12067 getnetbyname \
12068 getprotobyname \
12069 getprotobynumber \
12070 getservbyport \
12071 inet_network \
12072 inet_ntop \
12073 inet_pton \
12074 sendmsg \
12075 socketpair \
12077 do :
12078 as_ac_var=`$as_echo "ac_cv_func_$ac_func" | $as_tr_sh`
12079 ac_fn_c_check_func "$LINENO" "$ac_func" "$as_ac_var"
12080 eval as_val=\$$as_ac_var
12081 if test "x$as_val" = x""yes; then :
12082 cat >>confdefs.h <<_ACEOF
12083 #define `$as_echo "HAVE_$ac_func" | $as_tr_cpp` 1
12084 _ACEOF
12087 done
12090 LDAPLIBS=""
12092 if test "$ac_cv_header_ldap_h" = "yes" -a "$ac_cv_header_lber_h" = "yes"
12093 then
12094 ac_fn_c_check_type "$LINENO" "LDAPSortKey" "ac_cv_type_LDAPSortKey" "#include <ldap.h>
12096 if test "x$ac_cv_type_LDAPSortKey" = x""yes; then :
12097 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for ldap_initialize in -lldap_r" >&5
12098 $as_echo_n "checking for ldap_initialize in -lldap_r... " >&6; }
12099 if test "${ac_cv_lib_ldap_r_ldap_initialize+set}" = set; then :
12100 $as_echo_n "(cached) " >&6
12101 else
12102 ac_check_lib_save_LIBS=$LIBS
12103 LIBS="-lldap_r $LIBPTHREAD $LIBS"
12104 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
12105 /* end confdefs.h. */
12107 /* Override any GCC internal prototype to avoid an error.
12108 Use char because int might match the return type of a GCC
12109 builtin and then its argument prototype would still apply. */
12110 #ifdef __cplusplus
12111 extern "C"
12112 #endif
12113 char ldap_initialize ();
12115 main ()
12117 return ldap_initialize ();
12119 return 0;
12121 _ACEOF
12122 if ac_fn_c_try_link "$LINENO"; then :
12123 ac_cv_lib_ldap_r_ldap_initialize=yes
12124 else
12125 ac_cv_lib_ldap_r_ldap_initialize=no
12127 rm -f core conftest.err conftest.$ac_objext \
12128 conftest$ac_exeext conftest.$ac_ext
12129 LIBS=$ac_check_lib_save_LIBS
12131 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_ldap_r_ldap_initialize" >&5
12132 $as_echo "$ac_cv_lib_ldap_r_ldap_initialize" >&6; }
12133 if test "x$ac_cv_lib_ldap_r_ldap_initialize" = x""yes; then :
12134 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for ber_init in -llber" >&5
12135 $as_echo_n "checking for ber_init in -llber... " >&6; }
12136 if test "${ac_cv_lib_lber_ber_init+set}" = set; then :
12137 $as_echo_n "(cached) " >&6
12138 else
12139 ac_check_lib_save_LIBS=$LIBS
12140 LIBS="-llber $LIBPTHREAD $LIBS"
12141 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
12142 /* end confdefs.h. */
12144 /* Override any GCC internal prototype to avoid an error.
12145 Use char because int might match the return type of a GCC
12146 builtin and then its argument prototype would still apply. */
12147 #ifdef __cplusplus
12148 extern "C"
12149 #endif
12150 char ber_init ();
12152 main ()
12154 return ber_init ();
12156 return 0;
12158 _ACEOF
12159 if ac_fn_c_try_link "$LINENO"; then :
12160 ac_cv_lib_lber_ber_init=yes
12161 else
12162 ac_cv_lib_lber_ber_init=no
12164 rm -f core conftest.err conftest.$ac_objext \
12165 conftest$ac_exeext conftest.$ac_ext
12166 LIBS=$ac_check_lib_save_LIBS
12168 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_lber_ber_init" >&5
12169 $as_echo "$ac_cv_lib_lber_ber_init" >&6; }
12170 if test "x$ac_cv_lib_lber_ber_init" = x""yes; then :
12172 $as_echo "#define HAVE_LDAP 1" >>confdefs.h
12174 LDAPLIBS="-lldap_r -llber"
12181 ac_wine_check_funcs_save_LIBS="$LIBS"
12182 LIBS="$LIBS $LDAPLIBS $LIBPTHREAD"
12183 for ac_func in \
12184 ldap_count_references \
12185 ldap_first_reference \
12186 ldap_next_reference \
12187 ldap_parse_reference \
12188 ldap_parse_sort_control \
12189 ldap_parse_sortresponse_control \
12190 ldap_parse_vlv_control \
12191 ldap_parse_vlvresponse_control
12192 do :
12193 as_ac_var=`$as_echo "ac_cv_func_$ac_func" | $as_tr_sh`
12194 ac_fn_c_check_func "$LINENO" "$ac_func" "$as_ac_var"
12195 eval as_val=\$$as_ac_var
12196 if test "x$as_val" = x""yes; then :
12197 cat >>confdefs.h <<_ACEOF
12198 #define `$as_echo "HAVE_$ac_func" | $as_tr_cpp` 1
12199 _ACEOF
12202 done
12204 LIBS="$ac_wine_check_funcs_save_LIBS"
12206 if test "x$LDAPLIBS" = "x"; then :
12207 case "x$with_ldap" in
12208 x) wine_notices="$wine_notices|libldap (OpenLDAP) ${notice_platform}development files not found, LDAP won't be supported." ;;
12209 xno) ;;
12210 *) as_fn_error "libldap (OpenLDAP) ${notice_platform}development files not found, LDAP won't be supported.
12211 This is an error since --with-ldap was requested." "$LINENO" 5 ;;
12212 esac
12215 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether mkdir takes only one argument" >&5
12216 $as_echo_n "checking whether mkdir takes only one argument... " >&6; }
12217 if test "${wine_cv_one_arg_mkdir+set}" = set; then :
12218 $as_echo_n "(cached) " >&6
12219 else
12220 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
12221 /* end confdefs.h. */
12222 #include <sys/stat.h>
12224 main ()
12226 mkdir("foo");
12228 return 0;
12230 _ACEOF
12231 if ac_fn_c_try_compile "$LINENO"; then :
12232 wine_cv_one_arg_mkdir=yes
12233 else
12234 wine_cv_one_arg_mkdir=no
12236 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
12238 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $wine_cv_one_arg_mkdir" >&5
12239 $as_echo "$wine_cv_one_arg_mkdir" >&6; }
12240 if test "$wine_cv_one_arg_mkdir" = "yes"
12241 then
12243 $as_echo "#define HAVE_ONE_ARG_MKDIR 1" >>confdefs.h
12248 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for an ANSI C-conforming const" >&5
12249 $as_echo_n "checking for an ANSI C-conforming const... " >&6; }
12250 if test "${ac_cv_c_const+set}" = set; then :
12251 $as_echo_n "(cached) " >&6
12252 else
12253 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
12254 /* end confdefs.h. */
12257 main ()
12259 /* FIXME: Include the comments suggested by Paul. */
12260 #ifndef __cplusplus
12261 /* Ultrix mips cc rejects this. */
12262 typedef int charset[2];
12263 const charset cs;
12264 /* SunOS 4.1.1 cc rejects this. */
12265 char const *const *pcpcc;
12266 char **ppc;
12267 /* NEC SVR4.0.2 mips cc rejects this. */
12268 struct point {int x, y;};
12269 static struct point const zero = {0,0};
12270 /* AIX XL C 1.02.0.0 rejects this.
12271 It does not let you subtract one const X* pointer from another in
12272 an arm of an if-expression whose if-part is not a constant
12273 expression */
12274 const char *g = "string";
12275 pcpcc = &g + (g ? g-g : 0);
12276 /* HPUX 7.0 cc rejects these. */
12277 ++pcpcc;
12278 ppc = (char**) pcpcc;
12279 pcpcc = (char const *const *) ppc;
12280 { /* SCO 3.2v4 cc rejects this. */
12281 char *t;
12282 char const *s = 0 ? (char *) 0 : (char const *) 0;
12284 *t++ = 0;
12285 if (s) return 0;
12287 { /* Someone thinks the Sun supposedly-ANSI compiler will reject this. */
12288 int x[] = {25, 17};
12289 const int *foo = &x[0];
12290 ++foo;
12292 { /* Sun SC1.0 ANSI compiler rejects this -- but not the above. */
12293 typedef const int *iptr;
12294 iptr p = 0;
12295 ++p;
12297 { /* AIX XL C 1.02.0.0 rejects this saying
12298 "k.c", line 2.27: 1506-025 (S) Operand must be a modifiable lvalue. */
12299 struct s { int j; const int *ap[3]; };
12300 struct s *b; b->j = 5;
12302 { /* ULTRIX-32 V3.1 (Rev 9) vcc rejects this */
12303 const int foo = 10;
12304 if (!foo) return 0;
12306 return !cs[0] && !zero.x;
12307 #endif
12310 return 0;
12312 _ACEOF
12313 if ac_fn_c_try_compile "$LINENO"; then :
12314 ac_cv_c_const=yes
12315 else
12316 ac_cv_c_const=no
12318 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
12320 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_c_const" >&5
12321 $as_echo "$ac_cv_c_const" >&6; }
12322 if test $ac_cv_c_const = no; then
12324 $as_echo "#define const /**/" >>confdefs.h
12328 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for inline" >&5
12329 $as_echo_n "checking for inline... " >&6; }
12330 if test "${ac_cv_c_inline+set}" = set; then :
12331 $as_echo_n "(cached) " >&6
12332 else
12333 ac_cv_c_inline=no
12334 for ac_kw in inline __inline__ __inline; do
12335 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
12336 /* end confdefs.h. */
12337 #ifndef __cplusplus
12338 typedef int foo_t;
12339 static $ac_kw foo_t static_foo () {return 0; }
12340 $ac_kw foo_t foo () {return 0; }
12341 #endif
12343 _ACEOF
12344 if ac_fn_c_try_compile "$LINENO"; then :
12345 ac_cv_c_inline=$ac_kw
12347 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
12348 test "$ac_cv_c_inline" != no && break
12349 done
12352 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_c_inline" >&5
12353 $as_echo "$ac_cv_c_inline" >&6; }
12355 case $ac_cv_c_inline in
12356 inline | yes) ;;
12358 case $ac_cv_c_inline in
12359 no) ac_val=;;
12360 *) ac_val=$ac_cv_c_inline;;
12361 esac
12362 cat >>confdefs.h <<_ACEOF
12363 #ifndef __cplusplus
12364 #define inline $ac_val
12365 #endif
12366 _ACEOF
12368 esac
12370 ac_fn_c_check_type "$LINENO" "mode_t" "ac_cv_type_mode_t" "$ac_includes_default"
12371 if test "x$ac_cv_type_mode_t" = x""yes; then :
12373 cat >>confdefs.h <<_ACEOF
12374 #define HAVE_MODE_T 1
12375 _ACEOF
12379 ac_fn_c_check_type "$LINENO" "off_t" "ac_cv_type_off_t" "$ac_includes_default"
12380 if test "x$ac_cv_type_off_t" = x""yes; then :
12382 cat >>confdefs.h <<_ACEOF
12383 #define HAVE_OFF_T 1
12384 _ACEOF
12388 ac_fn_c_check_type "$LINENO" "pid_t" "ac_cv_type_pid_t" "$ac_includes_default"
12389 if test "x$ac_cv_type_pid_t" = x""yes; then :
12391 cat >>confdefs.h <<_ACEOF
12392 #define HAVE_PID_T 1
12393 _ACEOF
12397 ac_fn_c_check_type "$LINENO" "size_t" "ac_cv_type_size_t" "$ac_includes_default"
12398 if test "x$ac_cv_type_size_t" = x""yes; then :
12400 cat >>confdefs.h <<_ACEOF
12401 #define HAVE_SIZE_T 1
12402 _ACEOF
12406 ac_fn_c_check_type "$LINENO" "ssize_t" "ac_cv_type_ssize_t" "$ac_includes_default"
12407 if test "x$ac_cv_type_ssize_t" = x""yes; then :
12409 cat >>confdefs.h <<_ACEOF
12410 #define HAVE_SSIZE_T 1
12411 _ACEOF
12415 ac_fn_c_check_type "$LINENO" "long long" "ac_cv_type_long_long" "$ac_includes_default"
12416 if test "x$ac_cv_type_long_long" = x""yes; then :
12418 cat >>confdefs.h <<_ACEOF
12419 #define HAVE_LONG_LONG 1
12420 _ACEOF
12424 ac_fn_c_check_type "$LINENO" "fsblkcnt_t" "ac_cv_type_fsblkcnt_t" "$ac_includes_default"
12425 if test "x$ac_cv_type_fsblkcnt_t" = x""yes; then :
12427 cat >>confdefs.h <<_ACEOF
12428 #define HAVE_FSBLKCNT_T 1
12429 _ACEOF
12433 ac_fn_c_check_type "$LINENO" "fsfilcnt_t" "ac_cv_type_fsfilcnt_t" "$ac_includes_default"
12434 if test "x$ac_cv_type_fsfilcnt_t" = x""yes; then :
12436 cat >>confdefs.h <<_ACEOF
12437 #define HAVE_FSFILCNT_T 1
12438 _ACEOF
12443 ac_fn_c_check_type "$LINENO" "sigset_t" "ac_cv_type_sigset_t" "#include <sys/types.h>
12444 #include <signal.h>
12446 if test "x$ac_cv_type_sigset_t" = x""yes; then :
12448 cat >>confdefs.h <<_ACEOF
12449 #define HAVE_SIGSET_T 1
12450 _ACEOF
12455 ac_fn_c_check_type "$LINENO" "request_sense" "ac_cv_type_request_sense" "#include <linux/cdrom.h>
12457 if test "x$ac_cv_type_request_sense" = x""yes; then :
12459 cat >>confdefs.h <<_ACEOF
12460 #define HAVE_REQUEST_SENSE 1
12461 _ACEOF
12467 ac_fn_c_check_type "$LINENO" "struct xinpgen" "ac_cv_type_struct_xinpgen" "#include <sys/types.h>
12468 #ifdef HAVE_SYS_SOCKET_H
12469 #include <sys/socket.h>
12470 #endif
12471 #ifdef HAVE_SYS_SOCKETVAR_H
12472 #include <sys/socketvar.h>
12473 #endif
12474 #ifdef HAVE_NET_ROUTE_H
12475 #include <net/route.h>
12476 #endif
12477 #ifdef HAVE_NETINET_IN_H
12478 #include <netinet/in.h>
12479 #endif
12480 #ifdef HAVE_NETINET_IN_SYSTM_H
12481 #include <netinet/in_systm.h>
12482 #endif
12483 #ifdef HAVE_NETINET_IP_H
12484 #include <netinet/ip.h>
12485 #endif
12486 #ifdef HAVE_NETINET_IN_PCB_H
12487 #include <netinet/in_pcb.h>
12488 #endif
12490 if test "x$ac_cv_type_struct_xinpgen" = x""yes; then :
12492 cat >>confdefs.h <<_ACEOF
12493 #define HAVE_STRUCT_XINPGEN 1
12494 _ACEOF
12500 ac_fn_c_check_member "$LINENO" "struct ff_effect" "direction" "ac_cv_member_struct_ff_effect_direction" "#ifdef HAVE_LINUX_INPUT_H
12501 #include <linux/input.h>
12502 #endif
12504 if test "x$ac_cv_member_struct_ff_effect_direction" = x""yes; then :
12506 cat >>confdefs.h <<_ACEOF
12507 #define HAVE_STRUCT_FF_EFFECT_DIRECTION 1
12508 _ACEOF
12514 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for sigaddset" >&5
12515 $as_echo_n "checking for sigaddset... " >&6; }
12516 if test "${wine_cv_have_sigaddset+set}" = set; then :
12517 $as_echo_n "(cached) " >&6
12518 else
12519 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
12520 /* end confdefs.h. */
12521 #include <signal.h>
12523 main ()
12525 sigset_t set; sigaddset(&set,SIGTERM);
12527 return 0;
12529 _ACEOF
12530 if ac_fn_c_try_link "$LINENO"; then :
12531 wine_cv_have_sigaddset=yes
12532 else
12533 wine_cv_have_sigaddset=no
12535 rm -f core conftest.err conftest.$ac_objext \
12536 conftest$ac_exeext conftest.$ac_ext
12538 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $wine_cv_have_sigaddset" >&5
12539 $as_echo "$wine_cv_have_sigaddset" >&6; }
12540 if test "$wine_cv_have_sigaddset" = "yes"
12541 then
12543 $as_echo "#define HAVE_SIGADDSET 1" >>confdefs.h
12548 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether we can use re-entrant gethostbyname_r Linux style" >&5
12549 $as_echo_n "checking whether we can use re-entrant gethostbyname_r Linux style... " >&6; }
12550 if test "${wine_cv_linux_gethostbyname_r_6+set}" = set; then :
12551 $as_echo_n "(cached) " >&6
12552 else
12553 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
12554 /* end confdefs.h. */
12555 #include <netdb.h>
12557 main ()
12560 char *name=0;
12561 struct hostent he;
12562 struct hostent *result;
12563 char *buf=0;
12564 int bufsize=0;
12565 int res,errnr;
12566 char *addr=0;
12567 int addrlen=0;
12568 int addrtype=0;
12569 res=gethostbyname_r(name,&he,buf,bufsize,&result,&errnr);
12570 res=gethostbyaddr_r(addr, addrlen, addrtype,&he,buf,bufsize,&result,&errnr);
12573 return 0;
12575 _ACEOF
12576 if ac_fn_c_try_link "$LINENO"; then :
12577 wine_cv_linux_gethostbyname_r_6=yes
12578 else
12579 wine_cv_linux_gethostbyname_r_6=no
12582 rm -f core conftest.err conftest.$ac_objext \
12583 conftest$ac_exeext conftest.$ac_ext
12586 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $wine_cv_linux_gethostbyname_r_6" >&5
12587 $as_echo "$wine_cv_linux_gethostbyname_r_6" >&6; }
12588 if test "$wine_cv_linux_gethostbyname_r_6" = "yes"
12589 then
12591 $as_echo "#define HAVE_LINUX_GETHOSTBYNAME_R_6 1" >>confdefs.h
12595 if test "$ac_cv_header_linux_joystick_h" = "yes"
12596 then
12597 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether linux/joystick.h uses the Linux 2.2+ API" >&5
12598 $as_echo_n "checking whether linux/joystick.h uses the Linux 2.2+ API... " >&6; }
12599 if test "${wine_cv_linux_joystick_22_api+set}" = set; then :
12600 $as_echo_n "(cached) " >&6
12601 else
12602 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
12603 /* end confdefs.h. */
12605 #include <sys/ioctl.h>
12606 #include <sys/types.h>
12607 #include <linux/joystick.h>
12609 struct js_event blub;
12610 #if !defined(JS_EVENT_AXIS) || !defined(JS_EVENT_BUTTON)
12611 #error "no 2.2 header"
12612 #endif
12615 main ()
12617 /*empty*/
12619 return 0;
12621 _ACEOF
12622 if ac_fn_c_try_compile "$LINENO"; then :
12623 wine_cv_linux_joystick_22_api=yes
12624 else
12625 wine_cv_linux_joystick_22_api=no
12627 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
12630 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $wine_cv_linux_joystick_22_api" >&5
12631 $as_echo "$wine_cv_linux_joystick_22_api" >&6; }
12632 if test "$wine_cv_linux_joystick_22_api" = "yes"
12633 then
12635 $as_echo "#define HAVE_LINUX_22_JOYSTICK_API 1" >>confdefs.h
12641 ac_fn_c_check_member "$LINENO" "struct statfs" "f_bfree" "ac_cv_member_struct_statfs_f_bfree" "#include <sys/types.h>
12642 #ifdef HAVE_SYS_PARAM_H
12643 # include <sys/param.h>
12644 #endif
12645 #ifdef HAVE_SYS_MOUNT_H
12646 # include <sys/mount.h>
12647 #endif
12648 #ifdef HAVE_SYS_VFS_H
12649 # include <sys/vfs.h>
12650 #endif
12651 #ifdef HAVE_SYS_STATFS_H
12652 # include <sys/statfs.h>
12653 #endif
12655 if test "x$ac_cv_member_struct_statfs_f_bfree" = x""yes; then :
12657 cat >>confdefs.h <<_ACEOF
12658 #define HAVE_STRUCT_STATFS_F_BFREE 1
12659 _ACEOF
12663 ac_fn_c_check_member "$LINENO" "struct statfs" "f_bavail" "ac_cv_member_struct_statfs_f_bavail" "#include <sys/types.h>
12664 #ifdef HAVE_SYS_PARAM_H
12665 # include <sys/param.h>
12666 #endif
12667 #ifdef HAVE_SYS_MOUNT_H
12668 # include <sys/mount.h>
12669 #endif
12670 #ifdef HAVE_SYS_VFS_H
12671 # include <sys/vfs.h>
12672 #endif
12673 #ifdef HAVE_SYS_STATFS_H
12674 # include <sys/statfs.h>
12675 #endif
12677 if test "x$ac_cv_member_struct_statfs_f_bavail" = x""yes; then :
12679 cat >>confdefs.h <<_ACEOF
12680 #define HAVE_STRUCT_STATFS_F_BAVAIL 1
12681 _ACEOF
12685 ac_fn_c_check_member "$LINENO" "struct statfs" "f_frsize" "ac_cv_member_struct_statfs_f_frsize" "#include <sys/types.h>
12686 #ifdef HAVE_SYS_PARAM_H
12687 # include <sys/param.h>
12688 #endif
12689 #ifdef HAVE_SYS_MOUNT_H
12690 # include <sys/mount.h>
12691 #endif
12692 #ifdef HAVE_SYS_VFS_H
12693 # include <sys/vfs.h>
12694 #endif
12695 #ifdef HAVE_SYS_STATFS_H
12696 # include <sys/statfs.h>
12697 #endif
12699 if test "x$ac_cv_member_struct_statfs_f_frsize" = x""yes; then :
12701 cat >>confdefs.h <<_ACEOF
12702 #define HAVE_STRUCT_STATFS_F_FRSIZE 1
12703 _ACEOF
12707 ac_fn_c_check_member "$LINENO" "struct statfs" "f_ffree" "ac_cv_member_struct_statfs_f_ffree" "#include <sys/types.h>
12708 #ifdef HAVE_SYS_PARAM_H
12709 # include <sys/param.h>
12710 #endif
12711 #ifdef HAVE_SYS_MOUNT_H
12712 # include <sys/mount.h>
12713 #endif
12714 #ifdef HAVE_SYS_VFS_H
12715 # include <sys/vfs.h>
12716 #endif
12717 #ifdef HAVE_SYS_STATFS_H
12718 # include <sys/statfs.h>
12719 #endif
12721 if test "x$ac_cv_member_struct_statfs_f_ffree" = x""yes; then :
12723 cat >>confdefs.h <<_ACEOF
12724 #define HAVE_STRUCT_STATFS_F_FFREE 1
12725 _ACEOF
12729 ac_fn_c_check_member "$LINENO" "struct statfs" "f_favail" "ac_cv_member_struct_statfs_f_favail" "#include <sys/types.h>
12730 #ifdef HAVE_SYS_PARAM_H
12731 # include <sys/param.h>
12732 #endif
12733 #ifdef HAVE_SYS_MOUNT_H
12734 # include <sys/mount.h>
12735 #endif
12736 #ifdef HAVE_SYS_VFS_H
12737 # include <sys/vfs.h>
12738 #endif
12739 #ifdef HAVE_SYS_STATFS_H
12740 # include <sys/statfs.h>
12741 #endif
12743 if test "x$ac_cv_member_struct_statfs_f_favail" = x""yes; then :
12745 cat >>confdefs.h <<_ACEOF
12746 #define HAVE_STRUCT_STATFS_F_FAVAIL 1
12747 _ACEOF
12751 ac_fn_c_check_member "$LINENO" "struct statfs" "f_namelen" "ac_cv_member_struct_statfs_f_namelen" "#include <sys/types.h>
12752 #ifdef HAVE_SYS_PARAM_H
12753 # include <sys/param.h>
12754 #endif
12755 #ifdef HAVE_SYS_MOUNT_H
12756 # include <sys/mount.h>
12757 #endif
12758 #ifdef HAVE_SYS_VFS_H
12759 # include <sys/vfs.h>
12760 #endif
12761 #ifdef HAVE_SYS_STATFS_H
12762 # include <sys/statfs.h>
12763 #endif
12765 if test "x$ac_cv_member_struct_statfs_f_namelen" = x""yes; then :
12767 cat >>confdefs.h <<_ACEOF
12768 #define HAVE_STRUCT_STATFS_F_NAMELEN 1
12769 _ACEOF
12775 ac_fn_c_check_member "$LINENO" "struct statvfs" "f_blocks" "ac_cv_member_struct_statvfs_f_blocks" "#ifdef HAVE_SYS_STATVFS_H
12776 #include <sys/statvfs.h>
12777 #endif
12779 if test "x$ac_cv_member_struct_statvfs_f_blocks" = x""yes; then :
12781 cat >>confdefs.h <<_ACEOF
12782 #define HAVE_STRUCT_STATVFS_F_BLOCKS 1
12783 _ACEOF
12789 ac_fn_c_check_member "$LINENO" "struct msghdr" "msg_accrights" "ac_cv_member_struct_msghdr_msg_accrights" "#include <sys/types.h>
12790 #ifdef HAVE_SYS_SOCKET_H
12791 # include <sys/socket.h>
12792 #endif
12793 #ifdef HAVE_SYS_UN_H
12794 # include <sys/un.h>
12795 #endif
12797 if test "x$ac_cv_member_struct_msghdr_msg_accrights" = x""yes; then :
12799 cat >>confdefs.h <<_ACEOF
12800 #define HAVE_STRUCT_MSGHDR_MSG_ACCRIGHTS 1
12801 _ACEOF
12805 ac_fn_c_check_member "$LINENO" "struct sockaddr" "sa_len" "ac_cv_member_struct_sockaddr_sa_len" "#include <sys/types.h>
12806 #ifdef HAVE_SYS_SOCKET_H
12807 # include <sys/socket.h>
12808 #endif
12809 #ifdef HAVE_SYS_UN_H
12810 # include <sys/un.h>
12811 #endif
12813 if test "x$ac_cv_member_struct_sockaddr_sa_len" = x""yes; then :
12815 cat >>confdefs.h <<_ACEOF
12816 #define HAVE_STRUCT_SOCKADDR_SA_LEN 1
12817 _ACEOF
12821 ac_fn_c_check_member "$LINENO" "struct sockaddr_un" "sun_len" "ac_cv_member_struct_sockaddr_un_sun_len" "#include <sys/types.h>
12822 #ifdef HAVE_SYS_SOCKET_H
12823 # include <sys/socket.h>
12824 #endif
12825 #ifdef HAVE_SYS_UN_H
12826 # include <sys/un.h>
12827 #endif
12829 if test "x$ac_cv_member_struct_sockaddr_un_sun_len" = x""yes; then :
12831 cat >>confdefs.h <<_ACEOF
12832 #define HAVE_STRUCT_SOCKADDR_UN_SUN_LEN 1
12833 _ACEOF
12839 ac_fn_c_check_member "$LINENO" "scsireq_t" "cmd" "ac_cv_member_scsireq_t_cmd" "#include <sys/types.h>
12840 #ifdef HAVE_SCSI_SG_H
12841 #include <scsi/sg.h>
12842 #endif
12844 if test "x$ac_cv_member_scsireq_t_cmd" = x""yes; then :
12846 cat >>confdefs.h <<_ACEOF
12847 #define HAVE_SCSIREQ_T_CMD 1
12848 _ACEOF
12852 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>
12853 #ifdef HAVE_SCSI_SG_H
12854 #include <scsi/sg.h>
12855 #endif
12857 if test "x$ac_cv_member_sg_io_hdr_t_interface_id" = x""yes; then :
12859 cat >>confdefs.h <<_ACEOF
12860 #define HAVE_SG_IO_HDR_T_INTERFACE_ID 1
12861 _ACEOF
12867 ac_fn_c_check_member "$LINENO" "siginfo_t" "si_fd" "ac_cv_member_siginfo_t_si_fd" "#include <signal.h>
12869 if test "x$ac_cv_member_siginfo_t_si_fd" = x""yes; then :
12871 cat >>confdefs.h <<_ACEOF
12872 #define HAVE_SIGINFO_T_SI_FD 1
12873 _ACEOF
12879 ac_fn_c_check_member "$LINENO" "struct mtget" "mt_blksiz" "ac_cv_member_struct_mtget_mt_blksiz" "#include <sys/types.h>
12880 #ifdef HAVE_SYS_MTIO_H
12881 #include <sys/mtio.h>
12882 #endif
12884 if test "x$ac_cv_member_struct_mtget_mt_blksiz" = x""yes; then :
12886 cat >>confdefs.h <<_ACEOF
12887 #define HAVE_STRUCT_MTGET_MT_BLKSIZ 1
12888 _ACEOF
12892 ac_fn_c_check_member "$LINENO" "struct mtget" "mt_gstat" "ac_cv_member_struct_mtget_mt_gstat" "#include <sys/types.h>
12893 #ifdef HAVE_SYS_MTIO_H
12894 #include <sys/mtio.h>
12895 #endif
12897 if test "x$ac_cv_member_struct_mtget_mt_gstat" = x""yes; then :
12899 cat >>confdefs.h <<_ACEOF
12900 #define HAVE_STRUCT_MTGET_MT_GSTAT 1
12901 _ACEOF
12905 ac_fn_c_check_member "$LINENO" "struct mtget" "mt_blkno" "ac_cv_member_struct_mtget_mt_blkno" "#include <sys/types.h>
12906 #ifdef HAVE_SYS_MTIO_H
12907 #include <sys/mtio.h>
12908 #endif
12910 if test "x$ac_cv_member_struct_mtget_mt_blkno" = x""yes; then :
12912 cat >>confdefs.h <<_ACEOF
12913 #define HAVE_STRUCT_MTGET_MT_BLKNO 1
12914 _ACEOF
12920 ac_fn_c_check_member "$LINENO" "struct option" "name" "ac_cv_member_struct_option_name" "#ifdef HAVE_GETOPT_H
12921 #include <getopt.h>
12922 #endif
12924 if test "x$ac_cv_member_struct_option_name" = x""yes; then :
12926 cat >>confdefs.h <<_ACEOF
12927 #define HAVE_STRUCT_OPTION_NAME 1
12928 _ACEOF
12934 ac_fn_c_check_member "$LINENO" "struct stat" "st_blocks" "ac_cv_member_struct_stat_st_blocks" "$ac_includes_default"
12935 if test "x$ac_cv_member_struct_stat_st_blocks" = x""yes; then :
12937 cat >>confdefs.h <<_ACEOF
12938 #define HAVE_STRUCT_STAT_ST_BLOCKS 1
12939 _ACEOF
12943 ac_fn_c_check_member "$LINENO" "struct stat" "st_mtim" "ac_cv_member_struct_stat_st_mtim" "$ac_includes_default"
12944 if test "x$ac_cv_member_struct_stat_st_mtim" = x""yes; then :
12946 cat >>confdefs.h <<_ACEOF
12947 #define HAVE_STRUCT_STAT_ST_MTIM 1
12948 _ACEOF
12952 ac_fn_c_check_member "$LINENO" "struct stat" "st_ctim" "ac_cv_member_struct_stat_st_ctim" "$ac_includes_default"
12953 if test "x$ac_cv_member_struct_stat_st_ctim" = x""yes; then :
12955 cat >>confdefs.h <<_ACEOF
12956 #define HAVE_STRUCT_STAT_ST_CTIM 1
12957 _ACEOF
12961 ac_fn_c_check_member "$LINENO" "struct stat" "st_atim" "ac_cv_member_struct_stat_st_atim" "$ac_includes_default"
12962 if test "x$ac_cv_member_struct_stat_st_atim" = x""yes; then :
12964 cat >>confdefs.h <<_ACEOF
12965 #define HAVE_STRUCT_STAT_ST_ATIM 1
12966 _ACEOF
12972 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
12973 #include <sys/types.h>
12974 #endif
12975 #ifdef HAVE_NETINET_IN_H
12976 #include <netinet/in.h>
12977 #endif
12979 if test "x$ac_cv_member_struct_sockaddr_in6_sin6_scope_id" = x""yes; then :
12981 cat >>confdefs.h <<_ACEOF
12982 #define HAVE_STRUCT_SOCKADDR_IN6_SIN6_SCOPE_ID 1
12983 _ACEOF
12989 ac_fn_c_check_member "$LINENO" "ns_msg" "_msg_ptr" "ac_cv_member_ns_msg__msg_ptr" "#ifdef HAVE_SYS_TYPES_H
12990 #include <sys/types.h>
12991 #endif
12992 #ifdef HAVE_NETINET_IN_H
12993 # include <netinet/in.h>
12994 #endif
12995 #ifdef HAVE_ARPA_NAMESER_H
12996 # include <arpa/nameser.h>
12997 #endif
12999 if test "x$ac_cv_member_ns_msg__msg_ptr" = x""yes; then :
13001 cat >>confdefs.h <<_ACEOF
13002 #define HAVE_NS_MSG__MSG_PTR 1
13003 _ACEOF
13009 ac_fn_c_check_member "$LINENO" "struct icmpstat" "icps_outhist" "ac_cv_member_struct_icmpstat_icps_outhist" "#ifdef HAVE_SYS_TYPES_H
13010 #include <sys/types.h>
13011 #endif
13012 #ifdef HAVE_ALIAS_H
13013 #include <alias.h>
13014 #endif
13015 #ifdef HAVE_SYS_SOCKET_H
13016 #include <sys/socket.h>
13017 #endif
13018 #ifdef HAVE_SYS_SOCKETVAR_H
13019 #include <sys/socketvar.h>
13020 #endif
13021 #ifdef HAVE_SYS_TIMEOUT_H
13022 #include <sys/timeout.h>
13023 #endif
13024 #ifdef HAVE_NETINET_IN_H
13025 #include <netinet/in.h>
13026 #endif
13027 #ifdef HAVE_NETINET_IN_SYSTM_H
13028 #include <netinet/in_systm.h>
13029 #endif
13030 #ifdef HAVE_NETINET_IP_H
13031 #include <netinet/ip.h>
13032 #endif
13033 #ifdef HAVE_NETINET_IP_VAR_H
13034 #include <netinet/ip_var.h>
13035 #endif
13036 #ifdef HAVE_NETINET_IP_ICMP_H
13037 #include <netinet/ip_icmp.h>
13038 #endif
13039 #ifdef HAVE_NETINET_ICMP_VAR
13040 #include <netinet/icmp_var.h>
13041 #endif
13043 if test "x$ac_cv_member_struct_icmpstat_icps_outhist" = x""yes; then :
13045 cat >>confdefs.h <<_ACEOF
13046 #define HAVE_STRUCT_ICMPSTAT_ICPS_OUTHIST 1
13047 _ACEOF
13053 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for timezone variable" >&5
13054 $as_echo_n "checking for timezone variable... " >&6; }
13055 if test "${ac_cv_have_timezone+set}" = set; then :
13056 $as_echo_n "(cached) " >&6
13057 else
13058 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
13059 /* end confdefs.h. */
13060 #include <time.h>
13062 main ()
13064 timezone = 1
13066 return 0;
13068 _ACEOF
13069 if ac_fn_c_try_link "$LINENO"; then :
13070 ac_cv_have_timezone="yes"
13071 else
13072 ac_cv_have_timezone="no"
13074 rm -f core conftest.err conftest.$ac_objext \
13075 conftest$ac_exeext conftest.$ac_ext
13077 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_have_timezone" >&5
13078 $as_echo "$ac_cv_have_timezone" >&6; }
13079 if test "$ac_cv_have_timezone" = "yes"
13080 then
13082 $as_echo "#define HAVE_TIMEZONE 1" >>confdefs.h
13085 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for daylight variable" >&5
13086 $as_echo_n "checking for daylight variable... " >&6; }
13087 if test "${ac_cv_have_daylight+set}" = set; then :
13088 $as_echo_n "(cached) " >&6
13089 else
13090 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
13091 /* end confdefs.h. */
13092 #include <time.h>
13094 main ()
13096 daylight = 1
13098 return 0;
13100 _ACEOF
13101 if ac_fn_c_try_link "$LINENO"; then :
13102 ac_cv_have_daylight="yes"
13103 else
13104 ac_cv_have_daylight="no"
13106 rm -f core conftest.err conftest.$ac_objext \
13107 conftest$ac_exeext conftest.$ac_ext
13109 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_have_daylight" >&5
13110 $as_echo "$ac_cv_have_daylight" >&6; }
13111 if test "$ac_cv_have_daylight" = "yes"
13112 then
13114 $as_echo "#define HAVE_DAYLIGHT 1" >>confdefs.h
13118 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for isinf" >&5
13119 $as_echo_n "checking for isinf... " >&6; }
13120 if test "${ac_cv_have_isinf+set}" = set; then :
13121 $as_echo_n "(cached) " >&6
13122 else
13123 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
13124 /* end confdefs.h. */
13125 #include <math.h>
13127 main ()
13129 float f = 0.0; int i=isinf(f)
13131 return 0;
13133 _ACEOF
13134 if ac_fn_c_try_link "$LINENO"; then :
13135 ac_cv_have_isinf="yes"
13136 else
13137 ac_cv_have_isinf="no"
13139 rm -f core conftest.err conftest.$ac_objext \
13140 conftest$ac_exeext conftest.$ac_ext
13142 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_have_isinf" >&5
13143 $as_echo "$ac_cv_have_isinf" >&6; }
13144 if test "$ac_cv_have_isinf" = "yes"
13145 then
13147 $as_echo "#define HAVE_ISINF 1" >>confdefs.h
13151 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for isnan" >&5
13152 $as_echo_n "checking for isnan... " >&6; }
13153 if test "${ac_cv_have_isnan+set}" = set; then :
13154 $as_echo_n "(cached) " >&6
13155 else
13156 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
13157 /* end confdefs.h. */
13158 #include <math.h>
13160 main ()
13162 float f = 0.0; int i=isnan(f)
13164 return 0;
13166 _ACEOF
13167 if ac_fn_c_try_link "$LINENO"; then :
13168 ac_cv_have_isnan="yes"
13169 else
13170 ac_cv_have_isnan="no"
13172 rm -f core conftest.err conftest.$ac_objext \
13173 conftest$ac_exeext conftest.$ac_ext
13175 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_have_isnan" >&5
13176 $as_echo "$ac_cv_have_isnan" >&6; }
13177 if test "$ac_cv_have_isnan" = "yes"
13178 then
13180 $as_echo "#define HAVE_ISNAN 1" >>confdefs.h
13185 case $host_cpu in
13186 *i[3456789]86*) { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether we need to define __i386__" >&5
13187 $as_echo_n "checking whether we need to define __i386__... " >&6; }
13188 if test "${ac_cv_cpp_def___i386__+set}" = set; then :
13189 $as_echo_n "(cached) " >&6
13190 else
13191 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
13192 /* end confdefs.h. */
13193 #ifndef __i386__
13195 #endif
13196 _ACEOF
13197 if (eval "$ac_cpp conftest.$ac_ext") 2>&5 |
13198 $EGREP "yes" >/dev/null 2>&1; then :
13199 ac_cv_cpp_def___i386__=yes
13200 else
13201 ac_cv_cpp_def___i386__=no
13203 rm -f conftest*
13206 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_cpp_def___i386__" >&5
13207 $as_echo "$ac_cv_cpp_def___i386__" >&6; }
13208 if test $ac_cv_cpp_def___i386__ = yes; then :
13209 CFLAGS="$CFLAGS -D__i386__"
13210 LINTFLAGS="$LINTFLAGS -D__i386__"
13211 fi ;;
13212 *x86_64*) { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether we need to define __x86_64__" >&5
13213 $as_echo_n "checking whether we need to define __x86_64__... " >&6; }
13214 if test "${ac_cv_cpp_def___x86_64__+set}" = set; then :
13215 $as_echo_n "(cached) " >&6
13216 else
13217 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
13218 /* end confdefs.h. */
13219 #ifndef __x86_64__
13221 #endif
13222 _ACEOF
13223 if (eval "$ac_cpp conftest.$ac_ext") 2>&5 |
13224 $EGREP "yes" >/dev/null 2>&1; then :
13225 ac_cv_cpp_def___x86_64__=yes
13226 else
13227 ac_cv_cpp_def___x86_64__=no
13229 rm -f conftest*
13232 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_cpp_def___x86_64__" >&5
13233 $as_echo "$ac_cv_cpp_def___x86_64__" >&6; }
13234 if test $ac_cv_cpp_def___x86_64__ = yes; then :
13235 CFLAGS="$CFLAGS -D__x86_64__"
13236 LINTFLAGS="$LINTFLAGS -D__x86_64__"
13237 fi ;;
13238 *alpha*) { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether we need to define __ALPHA__" >&5
13239 $as_echo_n "checking whether we need to define __ALPHA__... " >&6; }
13240 if test "${ac_cv_cpp_def___ALPHA__+set}" = set; then :
13241 $as_echo_n "(cached) " >&6
13242 else
13243 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
13244 /* end confdefs.h. */
13245 #ifndef __ALPHA__
13247 #endif
13248 _ACEOF
13249 if (eval "$ac_cpp conftest.$ac_ext") 2>&5 |
13250 $EGREP "yes" >/dev/null 2>&1; then :
13251 ac_cv_cpp_def___ALPHA__=yes
13252 else
13253 ac_cv_cpp_def___ALPHA__=no
13255 rm -f conftest*
13258 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_cpp_def___ALPHA__" >&5
13259 $as_echo "$ac_cv_cpp_def___ALPHA__" >&6; }
13260 if test $ac_cv_cpp_def___ALPHA__ = yes; then :
13261 CFLAGS="$CFLAGS -D__ALPHA__"
13262 LINTFLAGS="$LINTFLAGS -D__ALPHA__"
13263 fi ;;
13264 *sparc*) { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether we need to define __sparc__" >&5
13265 $as_echo_n "checking whether we need to define __sparc__... " >&6; }
13266 if test "${ac_cv_cpp_def___sparc__+set}" = set; then :
13267 $as_echo_n "(cached) " >&6
13268 else
13269 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
13270 /* end confdefs.h. */
13271 #ifndef __sparc__
13273 #endif
13274 _ACEOF
13275 if (eval "$ac_cpp conftest.$ac_ext") 2>&5 |
13276 $EGREP "yes" >/dev/null 2>&1; then :
13277 ac_cv_cpp_def___sparc__=yes
13278 else
13279 ac_cv_cpp_def___sparc__=no
13281 rm -f conftest*
13284 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_cpp_def___sparc__" >&5
13285 $as_echo "$ac_cv_cpp_def___sparc__" >&6; }
13286 if test $ac_cv_cpp_def___sparc__ = yes; then :
13287 CFLAGS="$CFLAGS -D__sparc__"
13288 LINTFLAGS="$LINTFLAGS -D__sparc__"
13289 fi ;;
13290 *powerpc*) { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether we need to define __powerpc__" >&5
13291 $as_echo_n "checking whether we need to define __powerpc__... " >&6; }
13292 if test "${ac_cv_cpp_def___powerpc__+set}" = set; then :
13293 $as_echo_n "(cached) " >&6
13294 else
13295 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
13296 /* end confdefs.h. */
13297 #ifndef __powerpc__
13299 #endif
13300 _ACEOF
13301 if (eval "$ac_cpp conftest.$ac_ext") 2>&5 |
13302 $EGREP "yes" >/dev/null 2>&1; then :
13303 ac_cv_cpp_def___powerpc__=yes
13304 else
13305 ac_cv_cpp_def___powerpc__=no
13307 rm -f conftest*
13310 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_cpp_def___powerpc__" >&5
13311 $as_echo "$ac_cv_cpp_def___powerpc__" >&6; }
13312 if test $ac_cv_cpp_def___powerpc__ = yes; then :
13313 CFLAGS="$CFLAGS -D__powerpc__"
13314 LINTFLAGS="$LINTFLAGS -D__powerpc__"
13315 fi ;;
13316 esac
13318 case $host_vendor in
13319 *sun*) { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether we need to define __sun__" >&5
13320 $as_echo_n "checking whether we need to define __sun__... " >&6; }
13321 if test "${ac_cv_cpp_def___sun__+set}" = set; then :
13322 $as_echo_n "(cached) " >&6
13323 else
13324 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
13325 /* end confdefs.h. */
13326 #ifndef __sun__
13328 #endif
13329 _ACEOF
13330 if (eval "$ac_cpp conftest.$ac_ext") 2>&5 |
13331 $EGREP "yes" >/dev/null 2>&1; then :
13332 ac_cv_cpp_def___sun__=yes
13333 else
13334 ac_cv_cpp_def___sun__=no
13336 rm -f conftest*
13339 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_cpp_def___sun__" >&5
13340 $as_echo "$ac_cv_cpp_def___sun__" >&6; }
13341 if test $ac_cv_cpp_def___sun__ = yes; then :
13342 CFLAGS="$CFLAGS -D__sun__"
13343 LINTFLAGS="$LINTFLAGS -D__sun__"
13344 fi ;;
13345 esac
13348 DEPENDENCIES="### Dependencies:
13350 .INIT: Makefile
13351 .BEGIN: Makefile
13352 .MAKEFILEDEPS:
13353 Makefile: dummy
13354 -\$(MAKEDEP) \$(MAKEDEPFLAGS) -C\$(SRCDIR) -S\$(TOPSRCDIR) -T\$(TOPOBJDIR) \$(EXTRAINCL) \$(DEPEND_SRCS)
13356 \$(OBJS) \$(C_SRCS16:.c=.o): \$(IDL_GEN_HEADERS)
13357 \$(IDL_GEN_C_SRCS:.c=.o): \$(IDL_GEN_C_SRCS)
13358 \$(RC_SRCS:.rc=.res): \$(IDL_TLB_SRCS:.idl=.tlb)
13359 \$(LEX_SRCS:.l=.yy.o): \$(LEX_SRCS:.l=.yy.c)
13360 \$(BISON_SRCS:.y=.tab.o): \$(BISON_SRCS:.y=.tab.c)"
13363 ALL_MAKERULES=""
13365 ALL_MAKEFILES=""
13367 ALL_MAKEFILE_DEPENDS="# Makefile dependencies"
13370 ALL_TOP_DIRS=""
13372 ALL_DLL_DIRS=""
13374 ALL_IMPLIB_DIRS=""
13376 ALL_TEST_DIRS=""
13378 ALL_PROGRAM_DIRS=""
13380 ALL_PROGRAM_INSTALL_DIRS=""
13382 ALL_PROGRAM_BIN_INSTALL_DIRS=""
13387 ac_config_commands="$ac_config_commands include/stamp-h"
13390 ac_config_commands="$ac_config_commands dlls/gdi32/enhmfdrv"
13392 ac_config_commands="$ac_config_commands dlls/gdi32/mfdrv"
13394 ac_config_commands="$ac_config_commands dlls/kernel32/nls"
13396 ac_config_commands="$ac_config_commands dlls/user32/resources"
13398 ac_config_commands="$ac_config_commands dlls/wineps.drv/data"
13400 ac_config_commands="$ac_config_commands include/wine"
13403 ALL_MAKERULES="$ALL_MAKERULES \\
13404 Make.rules"
13405 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
13406 Make.rules: Make.rules.in"
13407 MAKE_RULES=Make.rules
13408 ac_config_files="$ac_config_files Make.rules"
13410 ALL_MAKERULES="$ALL_MAKERULES \\
13411 dlls/Makedll.rules"
13412 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
13413 dlls/Makedll.rules: dlls/Makedll.rules.in Make.rules"
13414 MAKE_DLL_RULES=dlls/Makedll.rules
13415 ac_config_files="$ac_config_files dlls/Makedll.rules"
13417 ALL_MAKERULES="$ALL_MAKERULES \\
13418 dlls/Makeimplib.rules"
13419 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
13420 dlls/Makeimplib.rules: dlls/Makeimplib.rules.in Make.rules"
13421 MAKE_IMPLIB_RULES=dlls/Makeimplib.rules
13422 ac_config_files="$ac_config_files dlls/Makeimplib.rules"
13424 ALL_MAKERULES="$ALL_MAKERULES \\
13425 dlls/Maketest.rules"
13426 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
13427 dlls/Maketest.rules: dlls/Maketest.rules.in Make.rules"
13428 MAKE_TEST_RULES=dlls/Maketest.rules
13429 ac_config_files="$ac_config_files dlls/Maketest.rules"
13431 ALL_MAKERULES="$ALL_MAKERULES \\
13432 programs/Makeprog.rules"
13433 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
13434 programs/Makeprog.rules: programs/Makeprog.rules.in Make.rules"
13435 MAKE_PROG_RULES=programs/Makeprog.rules
13436 ac_config_files="$ac_config_files programs/Makeprog.rules"
13441 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
13442 Makefile: Makefile.in Make.rules"
13443 ac_config_files="$ac_config_files Makefile"
13445 ALL_MAKEFILES="$ALL_MAKEFILES \\
13446 dlls/Makefile"
13447 test "x$enable_dlls" != xno && ALL_TOP_DIRS="$ALL_TOP_DIRS \\
13448 dlls"
13449 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
13450 dlls/Makefile: dlls/Makefile.in Make.rules"
13451 ac_config_files="$ac_config_files dlls/Makefile"
13453 ALL_MAKEFILES="$ALL_MAKEFILES \\
13454 dlls/acledit/Makefile"
13455 test "x$enable_acledit" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
13456 acledit"
13457 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
13458 dlls/acledit/Makefile: dlls/acledit/Makefile.in dlls/Makedll.rules"
13459 ac_config_files="$ac_config_files dlls/acledit/Makefile"
13461 ALL_MAKEFILES="$ALL_MAKEFILES \\
13462 dlls/aclui/Makefile"
13463 test "x$enable_aclui" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
13464 aclui"
13465 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
13466 dlls/aclui/Makefile: dlls/aclui/Makefile.in dlls/Makedll.rules"
13467 ac_config_files="$ac_config_files dlls/aclui/Makefile"
13469 ALL_MAKEFILES="$ALL_MAKEFILES \\
13470 dlls/activeds/Makefile"
13471 test "x$enable_activeds" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
13472 activeds"
13473 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
13474 dlls/activeds/Makefile: dlls/activeds/Makefile.in dlls/Makedll.rules"
13475 ac_config_files="$ac_config_files dlls/activeds/Makefile"
13477 ALL_MAKEFILES="$ALL_MAKEFILES \\
13478 dlls/actxprxy/Makefile"
13479 test "x$enable_actxprxy" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
13480 actxprxy"
13481 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
13482 dlls/actxprxy/Makefile: dlls/actxprxy/Makefile.in dlls/Makedll.rules"
13483 ac_config_files="$ac_config_files dlls/actxprxy/Makefile"
13485 ALL_MAKEFILES="$ALL_MAKEFILES \\
13486 dlls/adsiid/Makefile"
13487 test "x$enable_adsiid" != xno && ALL_IMPLIB_DIRS="$ALL_IMPLIB_DIRS \\
13488 adsiid"
13489 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
13490 dlls/adsiid/Makefile: dlls/adsiid/Makefile.in dlls/Makeimplib.rules"
13491 ac_config_files="$ac_config_files dlls/adsiid/Makefile"
13493 ALL_MAKEFILES="$ALL_MAKEFILES \\
13494 dlls/advapi32/Makefile"
13495 test "x$enable_advapi32" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
13496 advapi32"
13497 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
13498 dlls/advapi32/Makefile: dlls/advapi32/Makefile.in dlls/Makedll.rules"
13499 ac_config_files="$ac_config_files dlls/advapi32/Makefile"
13501 ALL_MAKEFILES="$ALL_MAKEFILES \\
13502 dlls/advapi32/tests/Makefile"
13503 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
13504 advapi32/tests"
13505 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
13506 dlls/advapi32/tests/Makefile: dlls/advapi32/tests/Makefile.in dlls/Maketest.rules"
13507 ac_config_files="$ac_config_files dlls/advapi32/tests/Makefile"
13509 ALL_MAKEFILES="$ALL_MAKEFILES \\
13510 dlls/advpack/Makefile"
13511 test "x$enable_advpack" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
13512 advpack"
13513 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
13514 dlls/advpack/Makefile: dlls/advpack/Makefile.in dlls/Makedll.rules"
13515 ac_config_files="$ac_config_files dlls/advpack/Makefile"
13517 ALL_MAKEFILES="$ALL_MAKEFILES \\
13518 dlls/advpack/tests/Makefile"
13519 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
13520 advpack/tests"
13521 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
13522 dlls/advpack/tests/Makefile: dlls/advpack/tests/Makefile.in dlls/Maketest.rules"
13523 ac_config_files="$ac_config_files dlls/advpack/tests/Makefile"
13525 ALL_MAKEFILES="$ALL_MAKEFILES \\
13526 dlls/amstream/Makefile"
13527 test "x$enable_amstream" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
13528 amstream"
13529 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
13530 dlls/amstream/Makefile: dlls/amstream/Makefile.in dlls/Makedll.rules"
13531 ac_config_files="$ac_config_files dlls/amstream/Makefile"
13533 ALL_MAKEFILES="$ALL_MAKEFILES \\
13534 dlls/amstream/tests/Makefile"
13535 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
13536 amstream/tests"
13537 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
13538 dlls/amstream/tests/Makefile: dlls/amstream/tests/Makefile.in dlls/Maketest.rules"
13539 ac_config_files="$ac_config_files dlls/amstream/tests/Makefile"
13541 ALL_MAKEFILES="$ALL_MAKEFILES \\
13542 dlls/appwiz.cpl/Makefile"
13543 test "x$enable_appwiz_cpl" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
13544 appwiz.cpl"
13545 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
13546 dlls/appwiz.cpl/Makefile: dlls/appwiz.cpl/Makefile.in dlls/Makedll.rules"
13547 ac_config_files="$ac_config_files dlls/appwiz.cpl/Makefile"
13549 ALL_MAKEFILES="$ALL_MAKEFILES \\
13550 dlls/atl/Makefile"
13551 test "x$enable_atl" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
13552 atl"
13553 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
13554 dlls/atl/Makefile: dlls/atl/Makefile.in dlls/Makedll.rules"
13555 ac_config_files="$ac_config_files dlls/atl/Makefile"
13557 ALL_MAKEFILES="$ALL_MAKEFILES \\
13558 dlls/authz/Makefile"
13559 test "x$enable_authz" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
13560 authz"
13561 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
13562 dlls/authz/Makefile: dlls/authz/Makefile.in dlls/Makedll.rules"
13563 ac_config_files="$ac_config_files dlls/authz/Makefile"
13565 ALL_MAKEFILES="$ALL_MAKEFILES \\
13566 dlls/avicap32/Makefile"
13567 test "x$enable_avicap32" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
13568 avicap32"
13569 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
13570 dlls/avicap32/Makefile: dlls/avicap32/Makefile.in dlls/Makedll.rules"
13571 ac_config_files="$ac_config_files dlls/avicap32/Makefile"
13573 ALL_MAKEFILES="$ALL_MAKEFILES \\
13574 dlls/avifil32/Makefile"
13575 test "x$enable_avifil32" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
13576 avifil32"
13577 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
13578 dlls/avifil32/Makefile: dlls/avifil32/Makefile.in dlls/Makedll.rules"
13579 ac_config_files="$ac_config_files dlls/avifil32/Makefile"
13581 ALL_MAKEFILES="$ALL_MAKEFILES \\
13582 dlls/avifile.dll16/Makefile"
13583 test "x$enable_win16" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
13584 avifile.dll16"
13585 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
13586 dlls/avifile.dll16/Makefile: dlls/avifile.dll16/Makefile.in dlls/Makedll.rules"
13587 ac_config_files="$ac_config_files dlls/avifile.dll16/Makefile"
13589 ALL_MAKEFILES="$ALL_MAKEFILES \\
13590 dlls/bcrypt/Makefile"
13591 test "x$enable_bcrypt" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
13592 bcrypt"
13593 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
13594 dlls/bcrypt/Makefile: dlls/bcrypt/Makefile.in dlls/Makedll.rules"
13595 ac_config_files="$ac_config_files dlls/bcrypt/Makefile"
13597 ALL_MAKEFILES="$ALL_MAKEFILES \\
13598 dlls/browseui/Makefile"
13599 test "x$enable_browseui" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
13600 browseui"
13601 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
13602 dlls/browseui/Makefile: dlls/browseui/Makefile.in dlls/Makedll.rules"
13603 ac_config_files="$ac_config_files dlls/browseui/Makefile"
13605 ALL_MAKEFILES="$ALL_MAKEFILES \\
13606 dlls/browseui/tests/Makefile"
13607 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
13608 browseui/tests"
13609 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
13610 dlls/browseui/tests/Makefile: dlls/browseui/tests/Makefile.in dlls/Maketest.rules"
13611 ac_config_files="$ac_config_files dlls/browseui/tests/Makefile"
13613 ALL_MAKEFILES="$ALL_MAKEFILES \\
13614 dlls/cabinet/Makefile"
13615 test "x$enable_cabinet" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
13616 cabinet"
13617 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
13618 dlls/cabinet/Makefile: dlls/cabinet/Makefile.in dlls/Makedll.rules"
13619 ac_config_files="$ac_config_files dlls/cabinet/Makefile"
13621 ALL_MAKEFILES="$ALL_MAKEFILES \\
13622 dlls/cabinet/tests/Makefile"
13623 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
13624 cabinet/tests"
13625 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
13626 dlls/cabinet/tests/Makefile: dlls/cabinet/tests/Makefile.in dlls/Maketest.rules"
13627 ac_config_files="$ac_config_files dlls/cabinet/tests/Makefile"
13629 ALL_MAKEFILES="$ALL_MAKEFILES \\
13630 dlls/capi2032/Makefile"
13631 test "x$enable_capi2032" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
13632 capi2032"
13633 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
13634 dlls/capi2032/Makefile: dlls/capi2032/Makefile.in dlls/Makedll.rules"
13635 ac_config_files="$ac_config_files dlls/capi2032/Makefile"
13637 ALL_MAKEFILES="$ALL_MAKEFILES \\
13638 dlls/cards/Makefile"
13639 test "x$enable_cards" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
13640 cards"
13641 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
13642 dlls/cards/Makefile: dlls/cards/Makefile.in dlls/Makedll.rules"
13643 ac_config_files="$ac_config_files dlls/cards/Makefile"
13645 ALL_MAKEFILES="$ALL_MAKEFILES \\
13646 dlls/cfgmgr32/Makefile"
13647 test "x$enable_cfgmgr32" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
13648 cfgmgr32"
13649 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
13650 dlls/cfgmgr32/Makefile: dlls/cfgmgr32/Makefile.in dlls/Makedll.rules"
13651 ac_config_files="$ac_config_files dlls/cfgmgr32/Makefile"
13653 ALL_MAKEFILES="$ALL_MAKEFILES \\
13654 dlls/clusapi/Makefile"
13655 test "x$enable_clusapi" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
13656 clusapi"
13657 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
13658 dlls/clusapi/Makefile: dlls/clusapi/Makefile.in dlls/Makedll.rules"
13659 ac_config_files="$ac_config_files dlls/clusapi/Makefile"
13661 ALL_MAKEFILES="$ALL_MAKEFILES \\
13662 dlls/comcat/Makefile"
13663 test "x$enable_comcat" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
13664 comcat"
13665 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
13666 dlls/comcat/Makefile: dlls/comcat/Makefile.in dlls/Makedll.rules"
13667 ac_config_files="$ac_config_files dlls/comcat/Makefile"
13669 ALL_MAKEFILES="$ALL_MAKEFILES \\
13670 dlls/comcat/tests/Makefile"
13671 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
13672 comcat/tests"
13673 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
13674 dlls/comcat/tests/Makefile: dlls/comcat/tests/Makefile.in dlls/Maketest.rules"
13675 ac_config_files="$ac_config_files dlls/comcat/tests/Makefile"
13677 ALL_MAKEFILES="$ALL_MAKEFILES \\
13678 dlls/comctl32/Makefile"
13679 test "x$enable_comctl32" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
13680 comctl32"
13681 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
13682 dlls/comctl32/Makefile: dlls/comctl32/Makefile.in dlls/Makedll.rules"
13683 ac_config_files="$ac_config_files dlls/comctl32/Makefile"
13685 ALL_MAKEFILES="$ALL_MAKEFILES \\
13686 dlls/comctl32/tests/Makefile"
13687 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
13688 comctl32/tests"
13689 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
13690 dlls/comctl32/tests/Makefile: dlls/comctl32/tests/Makefile.in dlls/Maketest.rules"
13691 ac_config_files="$ac_config_files dlls/comctl32/tests/Makefile"
13693 ALL_MAKEFILES="$ALL_MAKEFILES \\
13694 dlls/comdlg32/Makefile"
13695 test "x$enable_comdlg32" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
13696 comdlg32"
13697 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
13698 dlls/comdlg32/Makefile: dlls/comdlg32/Makefile.in dlls/Makedll.rules"
13699 ac_config_files="$ac_config_files dlls/comdlg32/Makefile"
13701 ALL_MAKEFILES="$ALL_MAKEFILES \\
13702 dlls/comdlg32/tests/Makefile"
13703 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
13704 comdlg32/tests"
13705 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
13706 dlls/comdlg32/tests/Makefile: dlls/comdlg32/tests/Makefile.in dlls/Maketest.rules"
13707 ac_config_files="$ac_config_files dlls/comdlg32/tests/Makefile"
13709 ALL_MAKEFILES="$ALL_MAKEFILES \\
13710 dlls/comm.drv16/Makefile"
13711 test "x$enable_win16" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
13712 comm.drv16"
13713 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
13714 dlls/comm.drv16/Makefile: dlls/comm.drv16/Makefile.in dlls/Makedll.rules"
13715 ac_config_files="$ac_config_files dlls/comm.drv16/Makefile"
13717 ALL_MAKEFILES="$ALL_MAKEFILES \\
13718 dlls/compobj.dll16/Makefile"
13719 test "x$enable_win16" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
13720 compobj.dll16"
13721 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
13722 dlls/compobj.dll16/Makefile: dlls/compobj.dll16/Makefile.in dlls/Makedll.rules"
13723 ac_config_files="$ac_config_files dlls/compobj.dll16/Makefile"
13725 ALL_MAKEFILES="$ALL_MAKEFILES \\
13726 dlls/compstui/Makefile"
13727 test "x$enable_compstui" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
13728 compstui"
13729 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
13730 dlls/compstui/Makefile: dlls/compstui/Makefile.in dlls/Makedll.rules"
13731 ac_config_files="$ac_config_files dlls/compstui/Makefile"
13733 ALL_MAKEFILES="$ALL_MAKEFILES \\
13734 dlls/credui/Makefile"
13735 test "x$enable_credui" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
13736 credui"
13737 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
13738 dlls/credui/Makefile: dlls/credui/Makefile.in dlls/Makedll.rules"
13739 ac_config_files="$ac_config_files dlls/credui/Makefile"
13741 ALL_MAKEFILES="$ALL_MAKEFILES \\
13742 dlls/credui/tests/Makefile"
13743 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
13744 credui/tests"
13745 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
13746 dlls/credui/tests/Makefile: dlls/credui/tests/Makefile.in dlls/Maketest.rules"
13747 ac_config_files="$ac_config_files dlls/credui/tests/Makefile"
13749 ALL_MAKEFILES="$ALL_MAKEFILES \\
13750 dlls/crtdll/Makefile"
13751 test "x$enable_crtdll" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
13752 crtdll"
13753 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
13754 dlls/crtdll/Makefile: dlls/crtdll/Makefile.in dlls/Makedll.rules"
13755 ac_config_files="$ac_config_files dlls/crtdll/Makefile"
13757 ALL_MAKEFILES="$ALL_MAKEFILES \\
13758 dlls/crypt32/Makefile"
13759 test "x$enable_crypt32" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
13760 crypt32"
13761 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
13762 dlls/crypt32/Makefile: dlls/crypt32/Makefile.in dlls/Makedll.rules"
13763 ac_config_files="$ac_config_files dlls/crypt32/Makefile"
13765 ALL_MAKEFILES="$ALL_MAKEFILES \\
13766 dlls/crypt32/tests/Makefile"
13767 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
13768 crypt32/tests"
13769 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
13770 dlls/crypt32/tests/Makefile: dlls/crypt32/tests/Makefile.in dlls/Maketest.rules"
13771 ac_config_files="$ac_config_files dlls/crypt32/tests/Makefile"
13773 ALL_MAKEFILES="$ALL_MAKEFILES \\
13774 dlls/cryptdlg/Makefile"
13775 test "x$enable_cryptdlg" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
13776 cryptdlg"
13777 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
13778 dlls/cryptdlg/Makefile: dlls/cryptdlg/Makefile.in dlls/Makedll.rules"
13779 ac_config_files="$ac_config_files dlls/cryptdlg/Makefile"
13781 ALL_MAKEFILES="$ALL_MAKEFILES \\
13782 dlls/cryptdll/Makefile"
13783 test "x$enable_cryptdll" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
13784 cryptdll"
13785 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
13786 dlls/cryptdll/Makefile: dlls/cryptdll/Makefile.in dlls/Makedll.rules"
13787 ac_config_files="$ac_config_files dlls/cryptdll/Makefile"
13789 ALL_MAKEFILES="$ALL_MAKEFILES \\
13790 dlls/cryptnet/Makefile"
13791 test "x$enable_cryptnet" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
13792 cryptnet"
13793 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
13794 dlls/cryptnet/Makefile: dlls/cryptnet/Makefile.in dlls/Makedll.rules"
13795 ac_config_files="$ac_config_files dlls/cryptnet/Makefile"
13797 ALL_MAKEFILES="$ALL_MAKEFILES \\
13798 dlls/cryptnet/tests/Makefile"
13799 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
13800 cryptnet/tests"
13801 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
13802 dlls/cryptnet/tests/Makefile: dlls/cryptnet/tests/Makefile.in dlls/Maketest.rules"
13803 ac_config_files="$ac_config_files dlls/cryptnet/tests/Makefile"
13805 ALL_MAKEFILES="$ALL_MAKEFILES \\
13806 dlls/cryptui/Makefile"
13807 test "x$enable_cryptui" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
13808 cryptui"
13809 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
13810 dlls/cryptui/Makefile: dlls/cryptui/Makefile.in dlls/Makedll.rules"
13811 ac_config_files="$ac_config_files dlls/cryptui/Makefile"
13813 ALL_MAKEFILES="$ALL_MAKEFILES \\
13814 dlls/cryptui/tests/Makefile"
13815 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
13816 cryptui/tests"
13817 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
13818 dlls/cryptui/tests/Makefile: dlls/cryptui/tests/Makefile.in dlls/Maketest.rules"
13819 ac_config_files="$ac_config_files dlls/cryptui/tests/Makefile"
13821 ALL_MAKEFILES="$ALL_MAKEFILES \\
13822 dlls/ctapi32/Makefile"
13823 test "x$enable_ctapi32" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
13824 ctapi32"
13825 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
13826 dlls/ctapi32/Makefile: dlls/ctapi32/Makefile.in dlls/Makedll.rules"
13827 ac_config_files="$ac_config_files dlls/ctapi32/Makefile"
13829 ALL_MAKEFILES="$ALL_MAKEFILES \\
13830 dlls/ctl3d.dll16/Makefile"
13831 test "x$enable_win16" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
13832 ctl3d.dll16"
13833 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
13834 dlls/ctl3d.dll16/Makefile: dlls/ctl3d.dll16/Makefile.in dlls/Makedll.rules"
13835 ac_config_files="$ac_config_files dlls/ctl3d.dll16/Makefile"
13837 ALL_MAKEFILES="$ALL_MAKEFILES \\
13838 dlls/ctl3d32/Makefile"
13839 test "x$enable_ctl3d32" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
13840 ctl3d32"
13841 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
13842 dlls/ctl3d32/Makefile: dlls/ctl3d32/Makefile.in dlls/Makedll.rules"
13843 ac_config_files="$ac_config_files dlls/ctl3d32/Makefile"
13845 ALL_MAKEFILES="$ALL_MAKEFILES \\
13846 dlls/ctl3dv2.dll16/Makefile"
13847 test "x$enable_win16" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
13848 ctl3dv2.dll16"
13849 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
13850 dlls/ctl3dv2.dll16/Makefile: dlls/ctl3dv2.dll16/Makefile.in dlls/Makedll.rules"
13851 ac_config_files="$ac_config_files dlls/ctl3dv2.dll16/Makefile"
13853 ALL_MAKEFILES="$ALL_MAKEFILES \\
13854 dlls/d3d10/Makefile"
13855 test "x$enable_d3d10" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
13856 d3d10"
13857 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
13858 dlls/d3d10/Makefile: dlls/d3d10/Makefile.in dlls/Makedll.rules"
13859 ac_config_files="$ac_config_files dlls/d3d10/Makefile"
13861 ALL_MAKEFILES="$ALL_MAKEFILES \\
13862 dlls/d3d10/tests/Makefile"
13863 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
13864 d3d10/tests"
13865 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
13866 dlls/d3d10/tests/Makefile: dlls/d3d10/tests/Makefile.in dlls/Maketest.rules"
13867 ac_config_files="$ac_config_files dlls/d3d10/tests/Makefile"
13869 ALL_MAKEFILES="$ALL_MAKEFILES \\
13870 dlls/d3d10core/Makefile"
13871 test "x$enable_d3d10core" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
13872 d3d10core"
13873 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
13874 dlls/d3d10core/Makefile: dlls/d3d10core/Makefile.in dlls/Makedll.rules"
13875 ac_config_files="$ac_config_files dlls/d3d10core/Makefile"
13877 ALL_MAKEFILES="$ALL_MAKEFILES \\
13878 dlls/d3d10core/tests/Makefile"
13879 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
13880 d3d10core/tests"
13881 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
13882 dlls/d3d10core/tests/Makefile: dlls/d3d10core/tests/Makefile.in dlls/Maketest.rules"
13883 ac_config_files="$ac_config_files dlls/d3d10core/tests/Makefile"
13885 ALL_MAKEFILES="$ALL_MAKEFILES \\
13886 dlls/d3d8/Makefile"
13887 test "x$enable_d3d8" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
13888 d3d8"
13889 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
13890 dlls/d3d8/Makefile: dlls/d3d8/Makefile.in dlls/Makedll.rules"
13891 ac_config_files="$ac_config_files dlls/d3d8/Makefile"
13893 ALL_MAKEFILES="$ALL_MAKEFILES \\
13894 dlls/d3d8/tests/Makefile"
13895 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
13896 d3d8/tests"
13897 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
13898 dlls/d3d8/tests/Makefile: dlls/d3d8/tests/Makefile.in dlls/Maketest.rules"
13899 ac_config_files="$ac_config_files dlls/d3d8/tests/Makefile"
13901 ALL_MAKEFILES="$ALL_MAKEFILES \\
13902 dlls/d3d9/Makefile"
13903 test "x$enable_d3d9" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
13904 d3d9"
13905 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
13906 dlls/d3d9/Makefile: dlls/d3d9/Makefile.in dlls/Makedll.rules"
13907 ac_config_files="$ac_config_files dlls/d3d9/Makefile"
13909 ALL_MAKEFILES="$ALL_MAKEFILES \\
13910 dlls/d3d9/tests/Makefile"
13911 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
13912 d3d9/tests"
13913 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
13914 dlls/d3d9/tests/Makefile: dlls/d3d9/tests/Makefile.in dlls/Maketest.rules"
13915 ac_config_files="$ac_config_files dlls/d3d9/tests/Makefile"
13917 ALL_MAKEFILES="$ALL_MAKEFILES \\
13918 dlls/d3dim/Makefile"
13919 test "x$enable_d3dim" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
13920 d3dim"
13921 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
13922 dlls/d3dim/Makefile: dlls/d3dim/Makefile.in dlls/Makedll.rules"
13923 ac_config_files="$ac_config_files dlls/d3dim/Makefile"
13925 ALL_MAKEFILES="$ALL_MAKEFILES \\
13926 dlls/d3drm/Makefile"
13927 test "x$enable_d3drm" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
13928 d3drm"
13929 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
13930 dlls/d3drm/Makefile: dlls/d3drm/Makefile.in dlls/Makedll.rules"
13931 ac_config_files="$ac_config_files dlls/d3drm/Makefile"
13933 ALL_MAKEFILES="$ALL_MAKEFILES \\
13934 dlls/d3drm/tests/Makefile"
13935 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
13936 d3drm/tests"
13937 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
13938 dlls/d3drm/tests/Makefile: dlls/d3drm/tests/Makefile.in dlls/Maketest.rules"
13939 ac_config_files="$ac_config_files dlls/d3drm/tests/Makefile"
13941 ALL_MAKEFILES="$ALL_MAKEFILES \\
13942 dlls/d3dx9_24/Makefile"
13943 test "x$enable_d3dx9_24" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
13944 d3dx9_24"
13945 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
13946 dlls/d3dx9_24/Makefile: dlls/d3dx9_24/Makefile.in dlls/Makedll.rules"
13947 ac_config_files="$ac_config_files dlls/d3dx9_24/Makefile"
13949 ALL_MAKEFILES="$ALL_MAKEFILES \\
13950 dlls/d3dx9_25/Makefile"
13951 test "x$enable_d3dx9_25" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
13952 d3dx9_25"
13953 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
13954 dlls/d3dx9_25/Makefile: dlls/d3dx9_25/Makefile.in dlls/Makedll.rules"
13955 ac_config_files="$ac_config_files dlls/d3dx9_25/Makefile"
13957 ALL_MAKEFILES="$ALL_MAKEFILES \\
13958 dlls/d3dx9_26/Makefile"
13959 test "x$enable_d3dx9_26" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
13960 d3dx9_26"
13961 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
13962 dlls/d3dx9_26/Makefile: dlls/d3dx9_26/Makefile.in dlls/Makedll.rules"
13963 ac_config_files="$ac_config_files dlls/d3dx9_26/Makefile"
13965 ALL_MAKEFILES="$ALL_MAKEFILES \\
13966 dlls/d3dx9_27/Makefile"
13967 test "x$enable_d3dx9_27" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
13968 d3dx9_27"
13969 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
13970 dlls/d3dx9_27/Makefile: dlls/d3dx9_27/Makefile.in dlls/Makedll.rules"
13971 ac_config_files="$ac_config_files dlls/d3dx9_27/Makefile"
13973 ALL_MAKEFILES="$ALL_MAKEFILES \\
13974 dlls/d3dx9_28/Makefile"
13975 test "x$enable_d3dx9_28" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
13976 d3dx9_28"
13977 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
13978 dlls/d3dx9_28/Makefile: dlls/d3dx9_28/Makefile.in dlls/Makedll.rules"
13979 ac_config_files="$ac_config_files dlls/d3dx9_28/Makefile"
13981 ALL_MAKEFILES="$ALL_MAKEFILES \\
13982 dlls/d3dx9_29/Makefile"
13983 test "x$enable_d3dx9_29" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
13984 d3dx9_29"
13985 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
13986 dlls/d3dx9_29/Makefile: dlls/d3dx9_29/Makefile.in dlls/Makedll.rules"
13987 ac_config_files="$ac_config_files dlls/d3dx9_29/Makefile"
13989 ALL_MAKEFILES="$ALL_MAKEFILES \\
13990 dlls/d3dx9_30/Makefile"
13991 test "x$enable_d3dx9_30" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
13992 d3dx9_30"
13993 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
13994 dlls/d3dx9_30/Makefile: dlls/d3dx9_30/Makefile.in dlls/Makedll.rules"
13995 ac_config_files="$ac_config_files dlls/d3dx9_30/Makefile"
13997 ALL_MAKEFILES="$ALL_MAKEFILES \\
13998 dlls/d3dx9_31/Makefile"
13999 test "x$enable_d3dx9_31" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
14000 d3dx9_31"
14001 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
14002 dlls/d3dx9_31/Makefile: dlls/d3dx9_31/Makefile.in dlls/Makedll.rules"
14003 ac_config_files="$ac_config_files dlls/d3dx9_31/Makefile"
14005 ALL_MAKEFILES="$ALL_MAKEFILES \\
14006 dlls/d3dx9_32/Makefile"
14007 test "x$enable_d3dx9_32" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
14008 d3dx9_32"
14009 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
14010 dlls/d3dx9_32/Makefile: dlls/d3dx9_32/Makefile.in dlls/Makedll.rules"
14011 ac_config_files="$ac_config_files dlls/d3dx9_32/Makefile"
14013 ALL_MAKEFILES="$ALL_MAKEFILES \\
14014 dlls/d3dx9_33/Makefile"
14015 test "x$enable_d3dx9_33" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
14016 d3dx9_33"
14017 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
14018 dlls/d3dx9_33/Makefile: dlls/d3dx9_33/Makefile.in dlls/Makedll.rules"
14019 ac_config_files="$ac_config_files dlls/d3dx9_33/Makefile"
14021 ALL_MAKEFILES="$ALL_MAKEFILES \\
14022 dlls/d3dx9_34/Makefile"
14023 test "x$enable_d3dx9_34" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
14024 d3dx9_34"
14025 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
14026 dlls/d3dx9_34/Makefile: dlls/d3dx9_34/Makefile.in dlls/Makedll.rules"
14027 ac_config_files="$ac_config_files dlls/d3dx9_34/Makefile"
14029 ALL_MAKEFILES="$ALL_MAKEFILES \\
14030 dlls/d3dx9_35/Makefile"
14031 test "x$enable_d3dx9_35" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
14032 d3dx9_35"
14033 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
14034 dlls/d3dx9_35/Makefile: dlls/d3dx9_35/Makefile.in dlls/Makedll.rules"
14035 ac_config_files="$ac_config_files dlls/d3dx9_35/Makefile"
14037 ALL_MAKEFILES="$ALL_MAKEFILES \\
14038 dlls/d3dx9_36/Makefile"
14039 test "x$enable_d3dx9_36" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
14040 d3dx9_36"
14041 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
14042 dlls/d3dx9_36/Makefile: dlls/d3dx9_36/Makefile.in dlls/Makedll.rules"
14043 ac_config_files="$ac_config_files dlls/d3dx9_36/Makefile"
14045 ALL_MAKEFILES="$ALL_MAKEFILES \\
14046 dlls/d3dx9_36/tests/Makefile"
14047 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
14048 d3dx9_36/tests"
14049 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
14050 dlls/d3dx9_36/tests/Makefile: dlls/d3dx9_36/tests/Makefile.in dlls/Maketest.rules"
14051 ac_config_files="$ac_config_files dlls/d3dx9_36/tests/Makefile"
14053 ALL_MAKEFILES="$ALL_MAKEFILES \\
14054 dlls/d3dx9_37/Makefile"
14055 test "x$enable_d3dx9_37" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
14056 d3dx9_37"
14057 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
14058 dlls/d3dx9_37/Makefile: dlls/d3dx9_37/Makefile.in dlls/Makedll.rules"
14059 ac_config_files="$ac_config_files dlls/d3dx9_37/Makefile"
14061 ALL_MAKEFILES="$ALL_MAKEFILES \\
14062 dlls/d3dx9_38/Makefile"
14063 test "x$enable_d3dx9_38" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
14064 d3dx9_38"
14065 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
14066 dlls/d3dx9_38/Makefile: dlls/d3dx9_38/Makefile.in dlls/Makedll.rules"
14067 ac_config_files="$ac_config_files dlls/d3dx9_38/Makefile"
14069 ALL_MAKEFILES="$ALL_MAKEFILES \\
14070 dlls/d3dx9_39/Makefile"
14071 test "x$enable_d3dx9_39" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
14072 d3dx9_39"
14073 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
14074 dlls/d3dx9_39/Makefile: dlls/d3dx9_39/Makefile.in dlls/Makedll.rules"
14075 ac_config_files="$ac_config_files dlls/d3dx9_39/Makefile"
14077 ALL_MAKEFILES="$ALL_MAKEFILES \\
14078 dlls/d3dx9_40/Makefile"
14079 test "x$enable_d3dx9_40" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
14080 d3dx9_40"
14081 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
14082 dlls/d3dx9_40/Makefile: dlls/d3dx9_40/Makefile.in dlls/Makedll.rules"
14083 ac_config_files="$ac_config_files dlls/d3dx9_40/Makefile"
14085 ALL_MAKEFILES="$ALL_MAKEFILES \\
14086 dlls/d3dx9_41/Makefile"
14087 test "x$enable_d3dx9_41" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
14088 d3dx9_41"
14089 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
14090 dlls/d3dx9_41/Makefile: dlls/d3dx9_41/Makefile.in dlls/Makedll.rules"
14091 ac_config_files="$ac_config_files dlls/d3dx9_41/Makefile"
14093 ALL_MAKEFILES="$ALL_MAKEFILES \\
14094 dlls/d3dxof/Makefile"
14095 test "x$enable_d3dxof" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
14096 d3dxof"
14097 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
14098 dlls/d3dxof/Makefile: dlls/d3dxof/Makefile.in dlls/Makedll.rules"
14099 ac_config_files="$ac_config_files dlls/d3dxof/Makefile"
14101 ALL_MAKEFILES="$ALL_MAKEFILES \\
14102 dlls/d3dxof/tests/Makefile"
14103 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
14104 d3dxof/tests"
14105 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
14106 dlls/d3dxof/tests/Makefile: dlls/d3dxof/tests/Makefile.in dlls/Maketest.rules"
14107 ac_config_files="$ac_config_files dlls/d3dxof/tests/Makefile"
14109 ALL_MAKEFILES="$ALL_MAKEFILES \\
14110 dlls/dbghelp/Makefile"
14111 test "x$enable_dbghelp" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
14112 dbghelp"
14113 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
14114 dlls/dbghelp/Makefile: dlls/dbghelp/Makefile.in dlls/Makedll.rules"
14115 ac_config_files="$ac_config_files dlls/dbghelp/Makefile"
14117 ALL_MAKEFILES="$ALL_MAKEFILES \\
14118 dlls/dciman32/Makefile"
14119 test "x$enable_dciman32" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
14120 dciman32"
14121 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
14122 dlls/dciman32/Makefile: dlls/dciman32/Makefile.in dlls/Makedll.rules"
14123 ac_config_files="$ac_config_files dlls/dciman32/Makefile"
14125 ALL_MAKEFILES="$ALL_MAKEFILES \\
14126 dlls/ddeml.dll16/Makefile"
14127 test "x$enable_win16" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
14128 ddeml.dll16"
14129 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
14130 dlls/ddeml.dll16/Makefile: dlls/ddeml.dll16/Makefile.in dlls/Makedll.rules"
14131 ac_config_files="$ac_config_files dlls/ddeml.dll16/Makefile"
14133 ALL_MAKEFILES="$ALL_MAKEFILES \\
14134 dlls/ddraw/Makefile"
14135 test "x$enable_ddraw" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
14136 ddraw"
14137 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
14138 dlls/ddraw/Makefile: dlls/ddraw/Makefile.in dlls/Makedll.rules"
14139 ac_config_files="$ac_config_files dlls/ddraw/Makefile"
14141 ALL_MAKEFILES="$ALL_MAKEFILES \\
14142 dlls/ddraw/tests/Makefile"
14143 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
14144 ddraw/tests"
14145 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
14146 dlls/ddraw/tests/Makefile: dlls/ddraw/tests/Makefile.in dlls/Maketest.rules"
14147 ac_config_files="$ac_config_files dlls/ddraw/tests/Makefile"
14149 ALL_MAKEFILES="$ALL_MAKEFILES \\
14150 dlls/ddrawex/Makefile"
14151 test "x$enable_ddrawex" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
14152 ddrawex"
14153 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
14154 dlls/ddrawex/Makefile: dlls/ddrawex/Makefile.in dlls/Makedll.rules"
14155 ac_config_files="$ac_config_files dlls/ddrawex/Makefile"
14157 ALL_MAKEFILES="$ALL_MAKEFILES \\
14158 dlls/ddrawex/tests/Makefile"
14159 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
14160 ddrawex/tests"
14161 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
14162 dlls/ddrawex/tests/Makefile: dlls/ddrawex/tests/Makefile.in dlls/Maketest.rules"
14163 ac_config_files="$ac_config_files dlls/ddrawex/tests/Makefile"
14165 ALL_MAKEFILES="$ALL_MAKEFILES \\
14166 dlls/devenum/Makefile"
14167 test "x$enable_devenum" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
14168 devenum"
14169 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
14170 dlls/devenum/Makefile: dlls/devenum/Makefile.in dlls/Makedll.rules"
14171 ac_config_files="$ac_config_files dlls/devenum/Makefile"
14173 ALL_MAKEFILES="$ALL_MAKEFILES \\
14174 dlls/dinput/Makefile"
14175 test "x$enable_dinput" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
14176 dinput"
14177 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
14178 dlls/dinput/Makefile: dlls/dinput/Makefile.in dlls/Makedll.rules"
14179 ac_config_files="$ac_config_files dlls/dinput/Makefile"
14181 ALL_MAKEFILES="$ALL_MAKEFILES \\
14182 dlls/dinput/tests/Makefile"
14183 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
14184 dinput/tests"
14185 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
14186 dlls/dinput/tests/Makefile: dlls/dinput/tests/Makefile.in dlls/Maketest.rules"
14187 ac_config_files="$ac_config_files dlls/dinput/tests/Makefile"
14189 ALL_MAKEFILES="$ALL_MAKEFILES \\
14190 dlls/dinput8/Makefile"
14191 test "x$enable_dinput8" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
14192 dinput8"
14193 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
14194 dlls/dinput8/Makefile: dlls/dinput8/Makefile.in dlls/Makedll.rules"
14195 ac_config_files="$ac_config_files dlls/dinput8/Makefile"
14197 ALL_MAKEFILES="$ALL_MAKEFILES \\
14198 dlls/dispdib.dll16/Makefile"
14199 test "x$enable_win16" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
14200 dispdib.dll16"
14201 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
14202 dlls/dispdib.dll16/Makefile: dlls/dispdib.dll16/Makefile.in dlls/Makedll.rules"
14203 ac_config_files="$ac_config_files dlls/dispdib.dll16/Makefile"
14205 ALL_MAKEFILES="$ALL_MAKEFILES \\
14206 dlls/display.drv16/Makefile"
14207 test "x$enable_win16" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
14208 display.drv16"
14209 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
14210 dlls/display.drv16/Makefile: dlls/display.drv16/Makefile.in dlls/Makedll.rules"
14211 ac_config_files="$ac_config_files dlls/display.drv16/Makefile"
14213 ALL_MAKEFILES="$ALL_MAKEFILES \\
14214 dlls/dmband/Makefile"
14215 test "x$enable_dmband" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
14216 dmband"
14217 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
14218 dlls/dmband/Makefile: dlls/dmband/Makefile.in dlls/Makedll.rules"
14219 ac_config_files="$ac_config_files dlls/dmband/Makefile"
14221 ALL_MAKEFILES="$ALL_MAKEFILES \\
14222 dlls/dmcompos/Makefile"
14223 test "x$enable_dmcompos" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
14224 dmcompos"
14225 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
14226 dlls/dmcompos/Makefile: dlls/dmcompos/Makefile.in dlls/Makedll.rules"
14227 ac_config_files="$ac_config_files dlls/dmcompos/Makefile"
14229 ALL_MAKEFILES="$ALL_MAKEFILES \\
14230 dlls/dmime/Makefile"
14231 test "x$enable_dmime" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
14232 dmime"
14233 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
14234 dlls/dmime/Makefile: dlls/dmime/Makefile.in dlls/Makedll.rules"
14235 ac_config_files="$ac_config_files dlls/dmime/Makefile"
14237 ALL_MAKEFILES="$ALL_MAKEFILES \\
14238 dlls/dmloader/Makefile"
14239 test "x$enable_dmloader" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
14240 dmloader"
14241 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
14242 dlls/dmloader/Makefile: dlls/dmloader/Makefile.in dlls/Makedll.rules"
14243 ac_config_files="$ac_config_files dlls/dmloader/Makefile"
14245 ALL_MAKEFILES="$ALL_MAKEFILES \\
14246 dlls/dmscript/Makefile"
14247 test "x$enable_dmscript" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
14248 dmscript"
14249 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
14250 dlls/dmscript/Makefile: dlls/dmscript/Makefile.in dlls/Makedll.rules"
14251 ac_config_files="$ac_config_files dlls/dmscript/Makefile"
14253 ALL_MAKEFILES="$ALL_MAKEFILES \\
14254 dlls/dmstyle/Makefile"
14255 test "x$enable_dmstyle" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
14256 dmstyle"
14257 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
14258 dlls/dmstyle/Makefile: dlls/dmstyle/Makefile.in dlls/Makedll.rules"
14259 ac_config_files="$ac_config_files dlls/dmstyle/Makefile"
14261 ALL_MAKEFILES="$ALL_MAKEFILES \\
14262 dlls/dmsynth/Makefile"
14263 test "x$enable_dmsynth" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
14264 dmsynth"
14265 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
14266 dlls/dmsynth/Makefile: dlls/dmsynth/Makefile.in dlls/Makedll.rules"
14267 ac_config_files="$ac_config_files dlls/dmsynth/Makefile"
14269 ALL_MAKEFILES="$ALL_MAKEFILES \\
14270 dlls/dmusic/Makefile"
14271 test "x$enable_dmusic" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
14272 dmusic"
14273 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
14274 dlls/dmusic/Makefile: dlls/dmusic/Makefile.in dlls/Makedll.rules"
14275 ac_config_files="$ac_config_files dlls/dmusic/Makefile"
14277 ALL_MAKEFILES="$ALL_MAKEFILES \\
14278 dlls/dmusic32/Makefile"
14279 test "x$enable_dmusic32" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
14280 dmusic32"
14281 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
14282 dlls/dmusic32/Makefile: dlls/dmusic32/Makefile.in dlls/Makedll.rules"
14283 ac_config_files="$ac_config_files dlls/dmusic32/Makefile"
14285 ALL_MAKEFILES="$ALL_MAKEFILES \\
14286 dlls/dnsapi/Makefile"
14287 test "x$enable_dnsapi" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
14288 dnsapi"
14289 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
14290 dlls/dnsapi/Makefile: dlls/dnsapi/Makefile.in dlls/Makedll.rules"
14291 ac_config_files="$ac_config_files dlls/dnsapi/Makefile"
14293 ALL_MAKEFILES="$ALL_MAKEFILES \\
14294 dlls/dnsapi/tests/Makefile"
14295 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
14296 dnsapi/tests"
14297 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
14298 dlls/dnsapi/tests/Makefile: dlls/dnsapi/tests/Makefile.in dlls/Maketest.rules"
14299 ac_config_files="$ac_config_files dlls/dnsapi/tests/Makefile"
14301 ALL_MAKEFILES="$ALL_MAKEFILES \\
14302 dlls/dplay/Makefile"
14303 test "x$enable_dplay" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
14304 dplay"
14305 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
14306 dlls/dplay/Makefile: dlls/dplay/Makefile.in dlls/Makedll.rules"
14307 ac_config_files="$ac_config_files dlls/dplay/Makefile"
14309 ALL_MAKEFILES="$ALL_MAKEFILES \\
14310 dlls/dplayx/Makefile"
14311 test "x$enable_dplayx" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
14312 dplayx"
14313 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
14314 dlls/dplayx/Makefile: dlls/dplayx/Makefile.in dlls/Makedll.rules"
14315 ac_config_files="$ac_config_files dlls/dplayx/Makefile"
14317 ALL_MAKEFILES="$ALL_MAKEFILES \\
14318 dlls/dplayx/tests/Makefile"
14319 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
14320 dplayx/tests"
14321 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
14322 dlls/dplayx/tests/Makefile: dlls/dplayx/tests/Makefile.in dlls/Maketest.rules"
14323 ac_config_files="$ac_config_files dlls/dplayx/tests/Makefile"
14325 ALL_MAKEFILES="$ALL_MAKEFILES \\
14326 dlls/dpnaddr/Makefile"
14327 test "x$enable_dpnaddr" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
14328 dpnaddr"
14329 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
14330 dlls/dpnaddr/Makefile: dlls/dpnaddr/Makefile.in dlls/Makedll.rules"
14331 ac_config_files="$ac_config_files dlls/dpnaddr/Makefile"
14333 ALL_MAKEFILES="$ALL_MAKEFILES \\
14334 dlls/dpnet/Makefile"
14335 test "x$enable_dpnet" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
14336 dpnet"
14337 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
14338 dlls/dpnet/Makefile: dlls/dpnet/Makefile.in dlls/Makedll.rules"
14339 ac_config_files="$ac_config_files dlls/dpnet/Makefile"
14341 ALL_MAKEFILES="$ALL_MAKEFILES \\
14342 dlls/dpnhpast/Makefile"
14343 test "x$enable_dpnhpast" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
14344 dpnhpast"
14345 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
14346 dlls/dpnhpast/Makefile: dlls/dpnhpast/Makefile.in dlls/Makedll.rules"
14347 ac_config_files="$ac_config_files dlls/dpnhpast/Makefile"
14349 ALL_MAKEFILES="$ALL_MAKEFILES \\
14350 dlls/dpnlobby/Makefile"
14351 test "x$enable_dpnlobby" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
14352 dpnlobby"
14353 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
14354 dlls/dpnlobby/Makefile: dlls/dpnlobby/Makefile.in dlls/Makedll.rules"
14355 ac_config_files="$ac_config_files dlls/dpnlobby/Makefile"
14357 ALL_MAKEFILES="$ALL_MAKEFILES \\
14358 dlls/dpwsockx/Makefile"
14359 test "x$enable_dpwsockx" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
14360 dpwsockx"
14361 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
14362 dlls/dpwsockx/Makefile: dlls/dpwsockx/Makefile.in dlls/Makedll.rules"
14363 ac_config_files="$ac_config_files dlls/dpwsockx/Makefile"
14365 ALL_MAKEFILES="$ALL_MAKEFILES \\
14366 dlls/drmclien/Makefile"
14367 test "x$enable_drmclien" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
14368 drmclien"
14369 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
14370 dlls/drmclien/Makefile: dlls/drmclien/Makefile.in dlls/Makedll.rules"
14371 ac_config_files="$ac_config_files dlls/drmclien/Makefile"
14373 ALL_MAKEFILES="$ALL_MAKEFILES \\
14374 dlls/dsound/Makefile"
14375 test "x$enable_dsound" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
14376 dsound"
14377 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
14378 dlls/dsound/Makefile: dlls/dsound/Makefile.in dlls/Makedll.rules"
14379 ac_config_files="$ac_config_files dlls/dsound/Makefile"
14381 ALL_MAKEFILES="$ALL_MAKEFILES \\
14382 dlls/dsound/tests/Makefile"
14383 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
14384 dsound/tests"
14385 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
14386 dlls/dsound/tests/Makefile: dlls/dsound/tests/Makefile.in dlls/Maketest.rules"
14387 ac_config_files="$ac_config_files dlls/dsound/tests/Makefile"
14389 ALL_MAKEFILES="$ALL_MAKEFILES \\
14390 dlls/dssenh/Makefile"
14391 test "x$enable_dssenh" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
14392 dssenh"
14393 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
14394 dlls/dssenh/Makefile: dlls/dssenh/Makefile.in dlls/Makedll.rules"
14395 ac_config_files="$ac_config_files dlls/dssenh/Makefile"
14397 ALL_MAKEFILES="$ALL_MAKEFILES \\
14398 dlls/dswave/Makefile"
14399 test "x$enable_dswave" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
14400 dswave"
14401 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
14402 dlls/dswave/Makefile: dlls/dswave/Makefile.in dlls/Makedll.rules"
14403 ac_config_files="$ac_config_files dlls/dswave/Makefile"
14405 ALL_MAKEFILES="$ALL_MAKEFILES \\
14406 dlls/dwmapi/Makefile"
14407 test "x$enable_dwmapi" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
14408 dwmapi"
14409 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
14410 dlls/dwmapi/Makefile: dlls/dwmapi/Makefile.in dlls/Makedll.rules"
14411 ac_config_files="$ac_config_files dlls/dwmapi/Makefile"
14413 ALL_MAKEFILES="$ALL_MAKEFILES \\
14414 dlls/dxdiagn/Makefile"
14415 test "x$enable_dxdiagn" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
14416 dxdiagn"
14417 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
14418 dlls/dxdiagn/Makefile: dlls/dxdiagn/Makefile.in dlls/Makedll.rules"
14419 ac_config_files="$ac_config_files dlls/dxdiagn/Makefile"
14421 ALL_MAKEFILES="$ALL_MAKEFILES \\
14422 dlls/dxerr8/Makefile"
14423 test "x$enable_dxerr8" != xno && ALL_IMPLIB_DIRS="$ALL_IMPLIB_DIRS \\
14424 dxerr8"
14425 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
14426 dlls/dxerr8/Makefile: dlls/dxerr8/Makefile.in dlls/Makeimplib.rules"
14427 ac_config_files="$ac_config_files dlls/dxerr8/Makefile"
14429 ALL_MAKEFILES="$ALL_MAKEFILES \\
14430 dlls/dxerr9/Makefile"
14431 test "x$enable_dxerr9" != xno && ALL_IMPLIB_DIRS="$ALL_IMPLIB_DIRS \\
14432 dxerr9"
14433 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
14434 dlls/dxerr9/Makefile: dlls/dxerr9/Makefile.in dlls/Makeimplib.rules"
14435 ac_config_files="$ac_config_files dlls/dxerr9/Makefile"
14437 ALL_MAKEFILES="$ALL_MAKEFILES \\
14438 dlls/dxgi/Makefile"
14439 test "x$enable_dxgi" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
14440 dxgi"
14441 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
14442 dlls/dxgi/Makefile: dlls/dxgi/Makefile.in dlls/Makedll.rules"
14443 ac_config_files="$ac_config_files dlls/dxgi/Makefile"
14445 ALL_MAKEFILES="$ALL_MAKEFILES \\
14446 dlls/dxgi/tests/Makefile"
14447 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
14448 dxgi/tests"
14449 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
14450 dlls/dxgi/tests/Makefile: dlls/dxgi/tests/Makefile.in dlls/Maketest.rules"
14451 ac_config_files="$ac_config_files dlls/dxgi/tests/Makefile"
14453 ALL_MAKEFILES="$ALL_MAKEFILES \\
14454 dlls/dxguid/Makefile"
14455 test "x$enable_dxguid" != xno && ALL_IMPLIB_DIRS="$ALL_IMPLIB_DIRS \\
14456 dxguid"
14457 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
14458 dlls/dxguid/Makefile: dlls/dxguid/Makefile.in dlls/Makeimplib.rules"
14459 ac_config_files="$ac_config_files dlls/dxguid/Makefile"
14461 ALL_MAKEFILES="$ALL_MAKEFILES \\
14462 dlls/faultrep/Makefile"
14463 test "x$enable_faultrep" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
14464 faultrep"
14465 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
14466 dlls/faultrep/Makefile: dlls/faultrep/Makefile.in dlls/Makedll.rules"
14467 ac_config_files="$ac_config_files dlls/faultrep/Makefile"
14469 ALL_MAKEFILES="$ALL_MAKEFILES \\
14470 dlls/fusion/Makefile"
14471 test "x$enable_fusion" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
14472 fusion"
14473 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
14474 dlls/fusion/Makefile: dlls/fusion/Makefile.in dlls/Makedll.rules"
14475 ac_config_files="$ac_config_files dlls/fusion/Makefile"
14477 ALL_MAKEFILES="$ALL_MAKEFILES \\
14478 dlls/fusion/tests/Makefile"
14479 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
14480 fusion/tests"
14481 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
14482 dlls/fusion/tests/Makefile: dlls/fusion/tests/Makefile.in dlls/Maketest.rules"
14483 ac_config_files="$ac_config_files dlls/fusion/tests/Makefile"
14485 ALL_MAKEFILES="$ALL_MAKEFILES \\
14486 dlls/gdi32/Makefile"
14487 test "x$enable_gdi32" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
14488 gdi32"
14489 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
14490 dlls/gdi32/Makefile: dlls/gdi32/Makefile.in dlls/Makedll.rules"
14491 ac_config_files="$ac_config_files dlls/gdi32/Makefile"
14493 ALL_MAKEFILES="$ALL_MAKEFILES \\
14494 dlls/gdi32/tests/Makefile"
14495 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
14496 gdi32/tests"
14497 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
14498 dlls/gdi32/tests/Makefile: dlls/gdi32/tests/Makefile.in dlls/Maketest.rules"
14499 ac_config_files="$ac_config_files dlls/gdi32/tests/Makefile"
14501 ALL_MAKEFILES="$ALL_MAKEFILES \\
14502 dlls/gdiplus/Makefile"
14503 test "x$enable_gdiplus" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
14504 gdiplus"
14505 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
14506 dlls/gdiplus/Makefile: dlls/gdiplus/Makefile.in dlls/Makedll.rules"
14507 ac_config_files="$ac_config_files dlls/gdiplus/Makefile"
14509 ALL_MAKEFILES="$ALL_MAKEFILES \\
14510 dlls/gdiplus/tests/Makefile"
14511 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
14512 gdiplus/tests"
14513 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
14514 dlls/gdiplus/tests/Makefile: dlls/gdiplus/tests/Makefile.in dlls/Maketest.rules"
14515 ac_config_files="$ac_config_files dlls/gdiplus/tests/Makefile"
14517 ALL_MAKEFILES="$ALL_MAKEFILES \\
14518 dlls/glu32/Makefile"
14519 test "x$enable_glu32" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
14520 glu32"
14521 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
14522 dlls/glu32/Makefile: dlls/glu32/Makefile.in dlls/Makedll.rules"
14523 ac_config_files="$ac_config_files dlls/glu32/Makefile"
14525 ALL_MAKEFILES="$ALL_MAKEFILES \\
14526 dlls/gphoto2.ds/Makefile"
14527 test "x$enable_gphoto2_ds" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
14528 gphoto2.ds"
14529 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
14530 dlls/gphoto2.ds/Makefile: dlls/gphoto2.ds/Makefile.in dlls/Makedll.rules"
14531 ac_config_files="$ac_config_files dlls/gphoto2.ds/Makefile"
14533 ALL_MAKEFILES="$ALL_MAKEFILES \\
14534 dlls/gpkcsp/Makefile"
14535 test "x$enable_gpkcsp" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
14536 gpkcsp"
14537 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
14538 dlls/gpkcsp/Makefile: dlls/gpkcsp/Makefile.in dlls/Makedll.rules"
14539 ac_config_files="$ac_config_files dlls/gpkcsp/Makefile"
14541 ALL_MAKEFILES="$ALL_MAKEFILES \\
14542 dlls/hal/Makefile"
14543 test "x$enable_hal" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
14544 hal"
14545 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
14546 dlls/hal/Makefile: dlls/hal/Makefile.in dlls/Makedll.rules"
14547 ac_config_files="$ac_config_files dlls/hal/Makefile"
14549 ALL_MAKEFILES="$ALL_MAKEFILES \\
14550 dlls/hhctrl.ocx/Makefile"
14551 test "x$enable_hhctrl_ocx" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
14552 hhctrl.ocx"
14553 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
14554 dlls/hhctrl.ocx/Makefile: dlls/hhctrl.ocx/Makefile.in dlls/Makedll.rules"
14555 ac_config_files="$ac_config_files dlls/hhctrl.ocx/Makefile"
14557 ALL_MAKEFILES="$ALL_MAKEFILES \\
14558 dlls/hid/Makefile"
14559 test "x$enable_hid" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
14560 hid"
14561 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
14562 dlls/hid/Makefile: dlls/hid/Makefile.in dlls/Makedll.rules"
14563 ac_config_files="$ac_config_files dlls/hid/Makefile"
14565 ALL_MAKEFILES="$ALL_MAKEFILES \\
14566 dlls/hlink/Makefile"
14567 test "x$enable_hlink" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
14568 hlink"
14569 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
14570 dlls/hlink/Makefile: dlls/hlink/Makefile.in dlls/Makedll.rules"
14571 ac_config_files="$ac_config_files dlls/hlink/Makefile"
14573 ALL_MAKEFILES="$ALL_MAKEFILES \\
14574 dlls/hlink/tests/Makefile"
14575 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
14576 hlink/tests"
14577 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
14578 dlls/hlink/tests/Makefile: dlls/hlink/tests/Makefile.in dlls/Maketest.rules"
14579 ac_config_files="$ac_config_files dlls/hlink/tests/Makefile"
14581 ALL_MAKEFILES="$ALL_MAKEFILES \\
14582 dlls/hnetcfg/Makefile"
14583 test "x$enable_hnetcfg" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
14584 hnetcfg"
14585 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
14586 dlls/hnetcfg/Makefile: dlls/hnetcfg/Makefile.in dlls/Makedll.rules"
14587 ac_config_files="$ac_config_files dlls/hnetcfg/Makefile"
14589 ALL_MAKEFILES="$ALL_MAKEFILES \\
14590 dlls/httpapi/Makefile"
14591 test "x$enable_httpapi" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
14592 httpapi"
14593 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
14594 dlls/httpapi/Makefile: dlls/httpapi/Makefile.in dlls/Makedll.rules"
14595 ac_config_files="$ac_config_files dlls/httpapi/Makefile"
14597 ALL_MAKEFILES="$ALL_MAKEFILES \\
14598 dlls/iccvid/Makefile"
14599 test "x$enable_iccvid" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
14600 iccvid"
14601 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
14602 dlls/iccvid/Makefile: dlls/iccvid/Makefile.in dlls/Makedll.rules"
14603 ac_config_files="$ac_config_files dlls/iccvid/Makefile"
14605 ALL_MAKEFILES="$ALL_MAKEFILES \\
14606 dlls/icmp/Makefile"
14607 test "x$enable_icmp" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
14608 icmp"
14609 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
14610 dlls/icmp/Makefile: dlls/icmp/Makefile.in dlls/Makedll.rules"
14611 ac_config_files="$ac_config_files dlls/icmp/Makefile"
14613 ALL_MAKEFILES="$ALL_MAKEFILES \\
14614 dlls/ifsmgr.vxd/Makefile"
14615 test "x$enable_win16" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
14616 ifsmgr.vxd"
14617 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
14618 dlls/ifsmgr.vxd/Makefile: dlls/ifsmgr.vxd/Makefile.in dlls/Makedll.rules"
14619 ac_config_files="$ac_config_files dlls/ifsmgr.vxd/Makefile"
14621 ALL_MAKEFILES="$ALL_MAKEFILES \\
14622 dlls/imaadp32.acm/Makefile"
14623 test "x$enable_imaadp32_acm" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
14624 imaadp32.acm"
14625 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
14626 dlls/imaadp32.acm/Makefile: dlls/imaadp32.acm/Makefile.in dlls/Makedll.rules"
14627 ac_config_files="$ac_config_files dlls/imaadp32.acm/Makefile"
14629 ALL_MAKEFILES="$ALL_MAKEFILES \\
14630 dlls/imagehlp/Makefile"
14631 test "x$enable_imagehlp" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
14632 imagehlp"
14633 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
14634 dlls/imagehlp/Makefile: dlls/imagehlp/Makefile.in dlls/Makedll.rules"
14635 ac_config_files="$ac_config_files dlls/imagehlp/Makefile"
14637 ALL_MAKEFILES="$ALL_MAKEFILES \\
14638 dlls/imm.dll16/Makefile"
14639 test "x$enable_win16" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
14640 imm.dll16"
14641 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
14642 dlls/imm.dll16/Makefile: dlls/imm.dll16/Makefile.in dlls/Makedll.rules"
14643 ac_config_files="$ac_config_files dlls/imm.dll16/Makefile"
14645 ALL_MAKEFILES="$ALL_MAKEFILES \\
14646 dlls/imm32/Makefile"
14647 test "x$enable_imm32" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
14648 imm32"
14649 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
14650 dlls/imm32/Makefile: dlls/imm32/Makefile.in dlls/Makedll.rules"
14651 ac_config_files="$ac_config_files dlls/imm32/Makefile"
14653 ALL_MAKEFILES="$ALL_MAKEFILES \\
14654 dlls/imm32/tests/Makefile"
14655 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
14656 imm32/tests"
14657 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
14658 dlls/imm32/tests/Makefile: dlls/imm32/tests/Makefile.in dlls/Maketest.rules"
14659 ac_config_files="$ac_config_files dlls/imm32/tests/Makefile"
14661 ALL_MAKEFILES="$ALL_MAKEFILES \\
14662 dlls/inetcomm/Makefile"
14663 test "x$enable_inetcomm" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
14664 inetcomm"
14665 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
14666 dlls/inetcomm/Makefile: dlls/inetcomm/Makefile.in dlls/Makedll.rules"
14667 ac_config_files="$ac_config_files dlls/inetcomm/Makefile"
14669 ALL_MAKEFILES="$ALL_MAKEFILES \\
14670 dlls/inetcomm/tests/Makefile"
14671 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
14672 inetcomm/tests"
14673 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
14674 dlls/inetcomm/tests/Makefile: dlls/inetcomm/tests/Makefile.in dlls/Maketest.rules"
14675 ac_config_files="$ac_config_files dlls/inetcomm/tests/Makefile"
14677 ALL_MAKEFILES="$ALL_MAKEFILES \\
14678 dlls/inetmib1/Makefile"
14679 test "x$enable_inetmib1" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
14680 inetmib1"
14681 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
14682 dlls/inetmib1/Makefile: dlls/inetmib1/Makefile.in dlls/Makedll.rules"
14683 ac_config_files="$ac_config_files dlls/inetmib1/Makefile"
14685 ALL_MAKEFILES="$ALL_MAKEFILES \\
14686 dlls/inetmib1/tests/Makefile"
14687 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
14688 inetmib1/tests"
14689 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
14690 dlls/inetmib1/tests/Makefile: dlls/inetmib1/tests/Makefile.in dlls/Maketest.rules"
14691 ac_config_files="$ac_config_files dlls/inetmib1/tests/Makefile"
14693 ALL_MAKEFILES="$ALL_MAKEFILES \\
14694 dlls/infosoft/Makefile"
14695 test "x$enable_infosoft" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
14696 infosoft"
14697 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
14698 dlls/infosoft/Makefile: dlls/infosoft/Makefile.in dlls/Makedll.rules"
14699 ac_config_files="$ac_config_files dlls/infosoft/Makefile"
14701 ALL_MAKEFILES="$ALL_MAKEFILES \\
14702 dlls/infosoft/tests/Makefile"
14703 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
14704 infosoft/tests"
14705 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
14706 dlls/infosoft/tests/Makefile: dlls/infosoft/tests/Makefile.in dlls/Maketest.rules"
14707 ac_config_files="$ac_config_files dlls/infosoft/tests/Makefile"
14709 ALL_MAKEFILES="$ALL_MAKEFILES \\
14710 dlls/initpki/Makefile"
14711 test "x$enable_initpki" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
14712 initpki"
14713 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
14714 dlls/initpki/Makefile: dlls/initpki/Makefile.in dlls/Makedll.rules"
14715 ac_config_files="$ac_config_files dlls/initpki/Makefile"
14717 ALL_MAKEFILES="$ALL_MAKEFILES \\
14718 dlls/inkobj/Makefile"
14719 test "x$enable_inkobj" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
14720 inkobj"
14721 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
14722 dlls/inkobj/Makefile: dlls/inkobj/Makefile.in dlls/Makedll.rules"
14723 ac_config_files="$ac_config_files dlls/inkobj/Makefile"
14725 ALL_MAKEFILES="$ALL_MAKEFILES \\
14726 dlls/inseng/Makefile"
14727 test "x$enable_inseng" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
14728 inseng"
14729 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
14730 dlls/inseng/Makefile: dlls/inseng/Makefile.in dlls/Makedll.rules"
14731 ac_config_files="$ac_config_files dlls/inseng/Makefile"
14733 ALL_MAKEFILES="$ALL_MAKEFILES \\
14734 dlls/iphlpapi/Makefile"
14735 test "x$enable_iphlpapi" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
14736 iphlpapi"
14737 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
14738 dlls/iphlpapi/Makefile: dlls/iphlpapi/Makefile.in dlls/Makedll.rules"
14739 ac_config_files="$ac_config_files dlls/iphlpapi/Makefile"
14741 ALL_MAKEFILES="$ALL_MAKEFILES \\
14742 dlls/iphlpapi/tests/Makefile"
14743 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
14744 iphlpapi/tests"
14745 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
14746 dlls/iphlpapi/tests/Makefile: dlls/iphlpapi/tests/Makefile.in dlls/Maketest.rules"
14747 ac_config_files="$ac_config_files dlls/iphlpapi/tests/Makefile"
14749 ALL_MAKEFILES="$ALL_MAKEFILES \\
14750 dlls/itircl/Makefile"
14751 test "x$enable_itircl" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
14752 itircl"
14753 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
14754 dlls/itircl/Makefile: dlls/itircl/Makefile.in dlls/Makedll.rules"
14755 ac_config_files="$ac_config_files dlls/itircl/Makefile"
14757 ALL_MAKEFILES="$ALL_MAKEFILES \\
14758 dlls/itss/Makefile"
14759 test "x$enable_itss" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
14760 itss"
14761 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
14762 dlls/itss/Makefile: dlls/itss/Makefile.in dlls/Makedll.rules"
14763 ac_config_files="$ac_config_files dlls/itss/Makefile"
14765 ALL_MAKEFILES="$ALL_MAKEFILES \\
14766 dlls/itss/tests/Makefile"
14767 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
14768 itss/tests"
14769 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
14770 dlls/itss/tests/Makefile: dlls/itss/tests/Makefile.in dlls/Maketest.rules"
14771 ac_config_files="$ac_config_files dlls/itss/tests/Makefile"
14773 ALL_MAKEFILES="$ALL_MAKEFILES \\
14774 dlls/jscript/Makefile"
14775 test "x$enable_jscript" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
14776 jscript"
14777 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
14778 dlls/jscript/Makefile: dlls/jscript/Makefile.in dlls/Makedll.rules"
14779 ac_config_files="$ac_config_files dlls/jscript/Makefile"
14781 ALL_MAKEFILES="$ALL_MAKEFILES \\
14782 dlls/jscript/tests/Makefile"
14783 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
14784 jscript/tests"
14785 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
14786 dlls/jscript/tests/Makefile: dlls/jscript/tests/Makefile.in dlls/Maketest.rules"
14787 ac_config_files="$ac_config_files dlls/jscript/tests/Makefile"
14789 ALL_MAKEFILES="$ALL_MAKEFILES \\
14790 dlls/kernel32/Makefile"
14791 test "x$enable_kernel32" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
14792 kernel32"
14793 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
14794 dlls/kernel32/Makefile: dlls/kernel32/Makefile.in dlls/Makedll.rules"
14795 ac_config_files="$ac_config_files dlls/kernel32/Makefile"
14797 ALL_MAKEFILES="$ALL_MAKEFILES \\
14798 dlls/kernel32/tests/Makefile"
14799 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
14800 kernel32/tests"
14801 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
14802 dlls/kernel32/tests/Makefile: dlls/kernel32/tests/Makefile.in dlls/Maketest.rules"
14803 ac_config_files="$ac_config_files dlls/kernel32/tests/Makefile"
14805 ALL_MAKEFILES="$ALL_MAKEFILES \\
14806 dlls/keyboard.drv16/Makefile"
14807 test "x$enable_win16" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
14808 keyboard.drv16"
14809 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
14810 dlls/keyboard.drv16/Makefile: dlls/keyboard.drv16/Makefile.in dlls/Makedll.rules"
14811 ac_config_files="$ac_config_files dlls/keyboard.drv16/Makefile"
14813 ALL_MAKEFILES="$ALL_MAKEFILES \\
14814 dlls/loadperf/Makefile"
14815 test "x$enable_loadperf" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
14816 loadperf"
14817 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
14818 dlls/loadperf/Makefile: dlls/loadperf/Makefile.in dlls/Makedll.rules"
14819 ac_config_files="$ac_config_files dlls/loadperf/Makefile"
14821 ALL_MAKEFILES="$ALL_MAKEFILES \\
14822 dlls/localspl/Makefile"
14823 test "x$enable_localspl" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
14824 localspl"
14825 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
14826 dlls/localspl/Makefile: dlls/localspl/Makefile.in dlls/Makedll.rules"
14827 ac_config_files="$ac_config_files dlls/localspl/Makefile"
14829 ALL_MAKEFILES="$ALL_MAKEFILES \\
14830 dlls/localspl/tests/Makefile"
14831 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
14832 localspl/tests"
14833 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
14834 dlls/localspl/tests/Makefile: dlls/localspl/tests/Makefile.in dlls/Maketest.rules"
14835 ac_config_files="$ac_config_files dlls/localspl/tests/Makefile"
14837 ALL_MAKEFILES="$ALL_MAKEFILES \\
14838 dlls/localui/Makefile"
14839 test "x$enable_localui" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
14840 localui"
14841 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
14842 dlls/localui/Makefile: dlls/localui/Makefile.in dlls/Makedll.rules"
14843 ac_config_files="$ac_config_files dlls/localui/Makefile"
14845 ALL_MAKEFILES="$ALL_MAKEFILES \\
14846 dlls/localui/tests/Makefile"
14847 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
14848 localui/tests"
14849 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
14850 dlls/localui/tests/Makefile: dlls/localui/tests/Makefile.in dlls/Maketest.rules"
14851 ac_config_files="$ac_config_files dlls/localui/tests/Makefile"
14853 ALL_MAKEFILES="$ALL_MAKEFILES \\
14854 dlls/lz32/Makefile"
14855 test "x$enable_lz32" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
14856 lz32"
14857 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
14858 dlls/lz32/Makefile: dlls/lz32/Makefile.in dlls/Makedll.rules"
14859 ac_config_files="$ac_config_files dlls/lz32/Makefile"
14861 ALL_MAKEFILES="$ALL_MAKEFILES \\
14862 dlls/lz32/tests/Makefile"
14863 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
14864 lz32/tests"
14865 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
14866 dlls/lz32/tests/Makefile: dlls/lz32/tests/Makefile.in dlls/Maketest.rules"
14867 ac_config_files="$ac_config_files dlls/lz32/tests/Makefile"
14869 ALL_MAKEFILES="$ALL_MAKEFILES \\
14870 dlls/lzexpand.dll16/Makefile"
14871 test "x$enable_win16" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
14872 lzexpand.dll16"
14873 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
14874 dlls/lzexpand.dll16/Makefile: dlls/lzexpand.dll16/Makefile.in dlls/Makedll.rules"
14875 ac_config_files="$ac_config_files dlls/lzexpand.dll16/Makefile"
14877 ALL_MAKEFILES="$ALL_MAKEFILES \\
14878 dlls/mapi32/Makefile"
14879 test "x$enable_mapi32" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
14880 mapi32"
14881 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
14882 dlls/mapi32/Makefile: dlls/mapi32/Makefile.in dlls/Makedll.rules"
14883 ac_config_files="$ac_config_files dlls/mapi32/Makefile"
14885 ALL_MAKEFILES="$ALL_MAKEFILES \\
14886 dlls/mapi32/tests/Makefile"
14887 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
14888 mapi32/tests"
14889 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
14890 dlls/mapi32/tests/Makefile: dlls/mapi32/tests/Makefile.in dlls/Maketest.rules"
14891 ac_config_files="$ac_config_files dlls/mapi32/tests/Makefile"
14893 ALL_MAKEFILES="$ALL_MAKEFILES \\
14894 dlls/mciavi32/Makefile"
14895 test "x$enable_mciavi32" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
14896 mciavi32"
14897 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
14898 dlls/mciavi32/Makefile: dlls/mciavi32/Makefile.in dlls/Makedll.rules"
14899 ac_config_files="$ac_config_files dlls/mciavi32/Makefile"
14901 ALL_MAKEFILES="$ALL_MAKEFILES \\
14902 dlls/mcicda/Makefile"
14903 test "x$enable_mcicda" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
14904 mcicda"
14905 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
14906 dlls/mcicda/Makefile: dlls/mcicda/Makefile.in dlls/Makedll.rules"
14907 ac_config_files="$ac_config_files dlls/mcicda/Makefile"
14909 ALL_MAKEFILES="$ALL_MAKEFILES \\
14910 dlls/mciqtz32/Makefile"
14911 test "x$enable_mciqtz32" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
14912 mciqtz32"
14913 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
14914 dlls/mciqtz32/Makefile: dlls/mciqtz32/Makefile.in dlls/Makedll.rules"
14915 ac_config_files="$ac_config_files dlls/mciqtz32/Makefile"
14917 ALL_MAKEFILES="$ALL_MAKEFILES \\
14918 dlls/mciseq/Makefile"
14919 test "x$enable_mciseq" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
14920 mciseq"
14921 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
14922 dlls/mciseq/Makefile: dlls/mciseq/Makefile.in dlls/Makedll.rules"
14923 ac_config_files="$ac_config_files dlls/mciseq/Makefile"
14925 ALL_MAKEFILES="$ALL_MAKEFILES \\
14926 dlls/mciwave/Makefile"
14927 test "x$enable_mciwave" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
14928 mciwave"
14929 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
14930 dlls/mciwave/Makefile: dlls/mciwave/Makefile.in dlls/Makedll.rules"
14931 ac_config_files="$ac_config_files dlls/mciwave/Makefile"
14933 ALL_MAKEFILES="$ALL_MAKEFILES \\
14934 dlls/midimap/Makefile"
14935 test "x$enable_midimap" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
14936 midimap"
14937 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
14938 dlls/midimap/Makefile: dlls/midimap/Makefile.in dlls/Makedll.rules"
14939 ac_config_files="$ac_config_files dlls/midimap/Makefile"
14941 ALL_MAKEFILES="$ALL_MAKEFILES \\
14942 dlls/mlang/Makefile"
14943 test "x$enable_mlang" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
14944 mlang"
14945 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
14946 dlls/mlang/Makefile: dlls/mlang/Makefile.in dlls/Makedll.rules"
14947 ac_config_files="$ac_config_files dlls/mlang/Makefile"
14949 ALL_MAKEFILES="$ALL_MAKEFILES \\
14950 dlls/mlang/tests/Makefile"
14951 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
14952 mlang/tests"
14953 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
14954 dlls/mlang/tests/Makefile: dlls/mlang/tests/Makefile.in dlls/Maketest.rules"
14955 ac_config_files="$ac_config_files dlls/mlang/tests/Makefile"
14957 ALL_MAKEFILES="$ALL_MAKEFILES \\
14958 dlls/mmdevldr.vxd/Makefile"
14959 test "x$enable_win16" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
14960 mmdevldr.vxd"
14961 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
14962 dlls/mmdevldr.vxd/Makefile: dlls/mmdevldr.vxd/Makefile.in dlls/Makedll.rules"
14963 ac_config_files="$ac_config_files dlls/mmdevldr.vxd/Makefile"
14965 ALL_MAKEFILES="$ALL_MAKEFILES \\
14966 dlls/monodebg.vxd/Makefile"
14967 test "x$enable_win16" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
14968 monodebg.vxd"
14969 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
14970 dlls/monodebg.vxd/Makefile: dlls/monodebg.vxd/Makefile.in dlls/Makedll.rules"
14971 ac_config_files="$ac_config_files dlls/monodebg.vxd/Makefile"
14973 ALL_MAKEFILES="$ALL_MAKEFILES \\
14974 dlls/mountmgr.sys/Makefile"
14975 test "x$enable_mountmgr_sys" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
14976 mountmgr.sys"
14977 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
14978 dlls/mountmgr.sys/Makefile: dlls/mountmgr.sys/Makefile.in dlls/Makedll.rules"
14979 ac_config_files="$ac_config_files dlls/mountmgr.sys/Makefile"
14981 ALL_MAKEFILES="$ALL_MAKEFILES \\
14982 dlls/mouse.drv16/Makefile"
14983 test "x$enable_win16" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
14984 mouse.drv16"
14985 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
14986 dlls/mouse.drv16/Makefile: dlls/mouse.drv16/Makefile.in dlls/Makedll.rules"
14987 ac_config_files="$ac_config_files dlls/mouse.drv16/Makefile"
14989 ALL_MAKEFILES="$ALL_MAKEFILES \\
14990 dlls/mpr/Makefile"
14991 test "x$enable_mpr" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
14992 mpr"
14993 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
14994 dlls/mpr/Makefile: dlls/mpr/Makefile.in dlls/Makedll.rules"
14995 ac_config_files="$ac_config_files dlls/mpr/Makefile"
14997 ALL_MAKEFILES="$ALL_MAKEFILES \\
14998 dlls/mprapi/Makefile"
14999 test "x$enable_mprapi" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
15000 mprapi"
15001 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
15002 dlls/mprapi/Makefile: dlls/mprapi/Makefile.in dlls/Makedll.rules"
15003 ac_config_files="$ac_config_files dlls/mprapi/Makefile"
15005 ALL_MAKEFILES="$ALL_MAKEFILES \\
15006 dlls/msacm.dll16/Makefile"
15007 test "x$enable_win16" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
15008 msacm.dll16"
15009 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
15010 dlls/msacm.dll16/Makefile: dlls/msacm.dll16/Makefile.in dlls/Makedll.rules"
15011 ac_config_files="$ac_config_files dlls/msacm.dll16/Makefile"
15013 ALL_MAKEFILES="$ALL_MAKEFILES \\
15014 dlls/msacm32.drv/Makefile"
15015 test "x$enable_msacm32_drv" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
15016 msacm32.drv"
15017 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
15018 dlls/msacm32.drv/Makefile: dlls/msacm32.drv/Makefile.in dlls/Makedll.rules"
15019 ac_config_files="$ac_config_files dlls/msacm32.drv/Makefile"
15021 ALL_MAKEFILES="$ALL_MAKEFILES \\
15022 dlls/msacm32/Makefile"
15023 test "x$enable_msacm32" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
15024 msacm32"
15025 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
15026 dlls/msacm32/Makefile: dlls/msacm32/Makefile.in dlls/Makedll.rules"
15027 ac_config_files="$ac_config_files dlls/msacm32/Makefile"
15029 ALL_MAKEFILES="$ALL_MAKEFILES \\
15030 dlls/msacm32/tests/Makefile"
15031 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
15032 msacm32/tests"
15033 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
15034 dlls/msacm32/tests/Makefile: dlls/msacm32/tests/Makefile.in dlls/Maketest.rules"
15035 ac_config_files="$ac_config_files dlls/msacm32/tests/Makefile"
15037 ALL_MAKEFILES="$ALL_MAKEFILES \\
15038 dlls/msadp32.acm/Makefile"
15039 test "x$enable_msadp32_acm" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
15040 msadp32.acm"
15041 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
15042 dlls/msadp32.acm/Makefile: dlls/msadp32.acm/Makefile.in dlls/Makedll.rules"
15043 ac_config_files="$ac_config_files dlls/msadp32.acm/Makefile"
15045 ALL_MAKEFILES="$ALL_MAKEFILES \\
15046 dlls/mscat32/Makefile"
15047 test "x$enable_mscat32" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
15048 mscat32"
15049 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
15050 dlls/mscat32/Makefile: dlls/mscat32/Makefile.in dlls/Makedll.rules"
15051 ac_config_files="$ac_config_files dlls/mscat32/Makefile"
15053 ALL_MAKEFILES="$ALL_MAKEFILES \\
15054 dlls/mscms/Makefile"
15055 test "x$enable_mscms" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
15056 mscms"
15057 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
15058 dlls/mscms/Makefile: dlls/mscms/Makefile.in dlls/Makedll.rules"
15059 ac_config_files="$ac_config_files dlls/mscms/Makefile"
15061 ALL_MAKEFILES="$ALL_MAKEFILES \\
15062 dlls/mscms/tests/Makefile"
15063 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
15064 mscms/tests"
15065 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
15066 dlls/mscms/tests/Makefile: dlls/mscms/tests/Makefile.in dlls/Maketest.rules"
15067 ac_config_files="$ac_config_files dlls/mscms/tests/Makefile"
15069 ALL_MAKEFILES="$ALL_MAKEFILES \\
15070 dlls/mscoree/Makefile"
15071 test "x$enable_mscoree" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
15072 mscoree"
15073 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
15074 dlls/mscoree/Makefile: dlls/mscoree/Makefile.in dlls/Makedll.rules"
15075 ac_config_files="$ac_config_files dlls/mscoree/Makefile"
15077 ALL_MAKEFILES="$ALL_MAKEFILES \\
15078 dlls/msctf/Makefile"
15079 test "x$enable_msctf" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
15080 msctf"
15081 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
15082 dlls/msctf/Makefile: dlls/msctf/Makefile.in dlls/Makedll.rules"
15083 ac_config_files="$ac_config_files dlls/msctf/Makefile"
15085 ALL_MAKEFILES="$ALL_MAKEFILES \\
15086 dlls/msctf/tests/Makefile"
15087 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
15088 msctf/tests"
15089 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
15090 dlls/msctf/tests/Makefile: dlls/msctf/tests/Makefile.in dlls/Maketest.rules"
15091 ac_config_files="$ac_config_files dlls/msctf/tests/Makefile"
15093 ALL_MAKEFILES="$ALL_MAKEFILES \\
15094 dlls/msdaps/Makefile"
15095 test "x$enable_msdaps" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
15096 msdaps"
15097 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
15098 dlls/msdaps/Makefile: dlls/msdaps/Makefile.in dlls/Makedll.rules"
15099 ac_config_files="$ac_config_files dlls/msdaps/Makefile"
15101 ALL_MAKEFILES="$ALL_MAKEFILES \\
15102 dlls/msdmo/Makefile"
15103 test "x$enable_msdmo" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
15104 msdmo"
15105 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
15106 dlls/msdmo/Makefile: dlls/msdmo/Makefile.in dlls/Makedll.rules"
15107 ac_config_files="$ac_config_files dlls/msdmo/Makefile"
15109 ALL_MAKEFILES="$ALL_MAKEFILES \\
15110 dlls/msftedit/Makefile"
15111 test "x$enable_msftedit" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
15112 msftedit"
15113 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
15114 dlls/msftedit/Makefile: dlls/msftedit/Makefile.in dlls/Makedll.rules"
15115 ac_config_files="$ac_config_files dlls/msftedit/Makefile"
15117 ALL_MAKEFILES="$ALL_MAKEFILES \\
15118 dlls/msg711.acm/Makefile"
15119 test "x$enable_msg711_acm" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
15120 msg711.acm"
15121 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
15122 dlls/msg711.acm/Makefile: dlls/msg711.acm/Makefile.in dlls/Makedll.rules"
15123 ac_config_files="$ac_config_files dlls/msg711.acm/Makefile"
15125 ALL_MAKEFILES="$ALL_MAKEFILES \\
15126 dlls/msgsm32.acm/Makefile"
15127 test "x$enable_msgsm32_acm" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
15128 msgsm32.acm"
15129 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
15130 dlls/msgsm32.acm/Makefile: dlls/msgsm32.acm/Makefile.in dlls/Makedll.rules"
15131 ac_config_files="$ac_config_files dlls/msgsm32.acm/Makefile"
15133 ALL_MAKEFILES="$ALL_MAKEFILES \\
15134 dlls/mshtml.tlb/Makefile"
15135 test "x$enable_mshtml_tlb" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
15136 mshtml.tlb"
15137 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
15138 dlls/mshtml.tlb/Makefile: dlls/mshtml.tlb/Makefile.in dlls/Makedll.rules"
15139 ac_config_files="$ac_config_files dlls/mshtml.tlb/Makefile"
15141 ALL_MAKEFILES="$ALL_MAKEFILES \\
15142 dlls/mshtml/Makefile"
15143 test "x$enable_mshtml" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
15144 mshtml"
15145 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
15146 dlls/mshtml/Makefile: dlls/mshtml/Makefile.in dlls/Makedll.rules"
15147 ac_config_files="$ac_config_files dlls/mshtml/Makefile"
15149 ALL_MAKEFILES="$ALL_MAKEFILES \\
15150 dlls/mshtml/tests/Makefile"
15151 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
15152 mshtml/tests"
15153 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
15154 dlls/mshtml/tests/Makefile: dlls/mshtml/tests/Makefile.in dlls/Maketest.rules"
15155 ac_config_files="$ac_config_files dlls/mshtml/tests/Makefile"
15157 ALL_MAKEFILES="$ALL_MAKEFILES \\
15158 dlls/msi/Makefile"
15159 test "x$enable_msi" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
15160 msi"
15161 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
15162 dlls/msi/Makefile: dlls/msi/Makefile.in dlls/Makedll.rules"
15163 ac_config_files="$ac_config_files dlls/msi/Makefile"
15165 ALL_MAKEFILES="$ALL_MAKEFILES \\
15166 dlls/msi/tests/Makefile"
15167 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
15168 msi/tests"
15169 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
15170 dlls/msi/tests/Makefile: dlls/msi/tests/Makefile.in dlls/Maketest.rules"
15171 ac_config_files="$ac_config_files dlls/msi/tests/Makefile"
15173 ALL_MAKEFILES="$ALL_MAKEFILES \\
15174 dlls/msimg32/Makefile"
15175 test "x$enable_msimg32" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
15176 msimg32"
15177 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
15178 dlls/msimg32/Makefile: dlls/msimg32/Makefile.in dlls/Makedll.rules"
15179 ac_config_files="$ac_config_files dlls/msimg32/Makefile"
15181 ALL_MAKEFILES="$ALL_MAKEFILES \\
15182 dlls/msimtf/Makefile"
15183 test "x$enable_msimtf" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
15184 msimtf"
15185 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
15186 dlls/msimtf/Makefile: dlls/msimtf/Makefile.in dlls/Makedll.rules"
15187 ac_config_files="$ac_config_files dlls/msimtf/Makefile"
15189 ALL_MAKEFILES="$ALL_MAKEFILES \\
15190 dlls/msisip/Makefile"
15191 test "x$enable_msisip" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
15192 msisip"
15193 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
15194 dlls/msisip/Makefile: dlls/msisip/Makefile.in dlls/Makedll.rules"
15195 ac_config_files="$ac_config_files dlls/msisip/Makefile"
15197 ALL_MAKEFILES="$ALL_MAKEFILES \\
15198 dlls/msisys.ocx/Makefile"
15199 test "x$enable_msisys_ocx" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
15200 msisys.ocx"
15201 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
15202 dlls/msisys.ocx/Makefile: dlls/msisys.ocx/Makefile.in dlls/Makedll.rules"
15203 ac_config_files="$ac_config_files dlls/msisys.ocx/Makefile"
15205 ALL_MAKEFILES="$ALL_MAKEFILES \\
15206 dlls/msnet32/Makefile"
15207 test "x$enable_msnet32" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
15208 msnet32"
15209 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
15210 dlls/msnet32/Makefile: dlls/msnet32/Makefile.in dlls/Makedll.rules"
15211 ac_config_files="$ac_config_files dlls/msnet32/Makefile"
15213 ALL_MAKEFILES="$ALL_MAKEFILES \\
15214 dlls/msrle32/Makefile"
15215 test "x$enable_msrle32" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
15216 msrle32"
15217 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
15218 dlls/msrle32/Makefile: dlls/msrle32/Makefile.in dlls/Makedll.rules"
15219 ac_config_files="$ac_config_files dlls/msrle32/Makefile"
15221 ALL_MAKEFILES="$ALL_MAKEFILES \\
15222 dlls/mssign32/Makefile"
15223 test "x$enable_mssign32" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
15224 mssign32"
15225 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
15226 dlls/mssign32/Makefile: dlls/mssign32/Makefile.in dlls/Makedll.rules"
15227 ac_config_files="$ac_config_files dlls/mssign32/Makefile"
15229 ALL_MAKEFILES="$ALL_MAKEFILES \\
15230 dlls/mssip32/Makefile"
15231 test "x$enable_mssip32" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
15232 mssip32"
15233 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
15234 dlls/mssip32/Makefile: dlls/mssip32/Makefile.in dlls/Makedll.rules"
15235 ac_config_files="$ac_config_files dlls/mssip32/Makefile"
15237 ALL_MAKEFILES="$ALL_MAKEFILES \\
15238 dlls/mstask/Makefile"
15239 test "x$enable_mstask" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
15240 mstask"
15241 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
15242 dlls/mstask/Makefile: dlls/mstask/Makefile.in dlls/Makedll.rules"
15243 ac_config_files="$ac_config_files dlls/mstask/Makefile"
15245 ALL_MAKEFILES="$ALL_MAKEFILES \\
15246 dlls/mstask/tests/Makefile"
15247 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
15248 mstask/tests"
15249 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
15250 dlls/mstask/tests/Makefile: dlls/mstask/tests/Makefile.in dlls/Maketest.rules"
15251 ac_config_files="$ac_config_files dlls/mstask/tests/Makefile"
15253 ALL_MAKEFILES="$ALL_MAKEFILES \\
15254 dlls/msvcirt/Makefile"
15255 test "x$enable_msvcirt" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
15256 msvcirt"
15257 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
15258 dlls/msvcirt/Makefile: dlls/msvcirt/Makefile.in dlls/Makedll.rules"
15259 ac_config_files="$ac_config_files dlls/msvcirt/Makefile"
15261 ALL_MAKEFILES="$ALL_MAKEFILES \\
15262 dlls/msvcr71/Makefile"
15263 test "x$enable_msvcr71" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
15264 msvcr71"
15265 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
15266 dlls/msvcr71/Makefile: dlls/msvcr71/Makefile.in dlls/Makedll.rules"
15267 ac_config_files="$ac_config_files dlls/msvcr71/Makefile"
15269 ALL_MAKEFILES="$ALL_MAKEFILES \\
15270 dlls/msvcrt/Makefile"
15271 test "x$enable_msvcrt" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
15272 msvcrt"
15273 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
15274 dlls/msvcrt/Makefile: dlls/msvcrt/Makefile.in dlls/Makedll.rules"
15275 ac_config_files="$ac_config_files dlls/msvcrt/Makefile"
15277 ALL_MAKEFILES="$ALL_MAKEFILES \\
15278 dlls/msvcrt/tests/Makefile"
15279 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
15280 msvcrt/tests"
15281 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
15282 dlls/msvcrt/tests/Makefile: dlls/msvcrt/tests/Makefile.in dlls/Maketest.rules"
15283 ac_config_files="$ac_config_files dlls/msvcrt/tests/Makefile"
15285 ALL_MAKEFILES="$ALL_MAKEFILES \\
15286 dlls/msvcrt20/Makefile"
15287 test "x$enable_msvcrt20" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
15288 msvcrt20"
15289 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
15290 dlls/msvcrt20/Makefile: dlls/msvcrt20/Makefile.in dlls/Makedll.rules"
15291 ac_config_files="$ac_config_files dlls/msvcrt20/Makefile"
15293 ALL_MAKEFILES="$ALL_MAKEFILES \\
15294 dlls/msvcrt40/Makefile"
15295 test "x$enable_msvcrt40" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
15296 msvcrt40"
15297 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
15298 dlls/msvcrt40/Makefile: dlls/msvcrt40/Makefile.in dlls/Makedll.rules"
15299 ac_config_files="$ac_config_files dlls/msvcrt40/Makefile"
15301 ALL_MAKEFILES="$ALL_MAKEFILES \\
15302 dlls/msvcrtd/Makefile"
15303 test "x$enable_msvcrtd" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
15304 msvcrtd"
15305 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
15306 dlls/msvcrtd/Makefile: dlls/msvcrtd/Makefile.in dlls/Makedll.rules"
15307 ac_config_files="$ac_config_files dlls/msvcrtd/Makefile"
15309 ALL_MAKEFILES="$ALL_MAKEFILES \\
15310 dlls/msvcrtd/tests/Makefile"
15311 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
15312 msvcrtd/tests"
15313 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
15314 dlls/msvcrtd/tests/Makefile: dlls/msvcrtd/tests/Makefile.in dlls/Maketest.rules"
15315 ac_config_files="$ac_config_files dlls/msvcrtd/tests/Makefile"
15317 ALL_MAKEFILES="$ALL_MAKEFILES \\
15318 dlls/msvfw32/Makefile"
15319 test "x$enable_msvfw32" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
15320 msvfw32"
15321 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
15322 dlls/msvfw32/Makefile: dlls/msvfw32/Makefile.in dlls/Makedll.rules"
15323 ac_config_files="$ac_config_files dlls/msvfw32/Makefile"
15325 ALL_MAKEFILES="$ALL_MAKEFILES \\
15326 dlls/msvfw32/tests/Makefile"
15327 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
15328 msvfw32/tests"
15329 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
15330 dlls/msvfw32/tests/Makefile: dlls/msvfw32/tests/Makefile.in dlls/Maketest.rules"
15331 ac_config_files="$ac_config_files dlls/msvfw32/tests/Makefile"
15333 ALL_MAKEFILES="$ALL_MAKEFILES \\
15334 dlls/msvidc32/Makefile"
15335 test "x$enable_msvidc32" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
15336 msvidc32"
15337 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
15338 dlls/msvidc32/Makefile: dlls/msvidc32/Makefile.in dlls/Makedll.rules"
15339 ac_config_files="$ac_config_files dlls/msvidc32/Makefile"
15341 ALL_MAKEFILES="$ALL_MAKEFILES \\
15342 dlls/msvideo.dll16/Makefile"
15343 test "x$enable_win16" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
15344 msvideo.dll16"
15345 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
15346 dlls/msvideo.dll16/Makefile: dlls/msvideo.dll16/Makefile.in dlls/Makedll.rules"
15347 ac_config_files="$ac_config_files dlls/msvideo.dll16/Makefile"
15349 ALL_MAKEFILES="$ALL_MAKEFILES \\
15350 dlls/mswsock/Makefile"
15351 test "x$enable_mswsock" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
15352 mswsock"
15353 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
15354 dlls/mswsock/Makefile: dlls/mswsock/Makefile.in dlls/Makedll.rules"
15355 ac_config_files="$ac_config_files dlls/mswsock/Makefile"
15357 ALL_MAKEFILES="$ALL_MAKEFILES \\
15358 dlls/msxml3/Makefile"
15359 test "x$enable_msxml3" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
15360 msxml3"
15361 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
15362 dlls/msxml3/Makefile: dlls/msxml3/Makefile.in dlls/Makedll.rules"
15363 ac_config_files="$ac_config_files dlls/msxml3/Makefile"
15365 ALL_MAKEFILES="$ALL_MAKEFILES \\
15366 dlls/msxml3/tests/Makefile"
15367 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
15368 msxml3/tests"
15369 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
15370 dlls/msxml3/tests/Makefile: dlls/msxml3/tests/Makefile.in dlls/Maketest.rules"
15371 ac_config_files="$ac_config_files dlls/msxml3/tests/Makefile"
15373 ALL_MAKEFILES="$ALL_MAKEFILES \\
15374 dlls/nddeapi/Makefile"
15375 test "x$enable_nddeapi" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
15376 nddeapi"
15377 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
15378 dlls/nddeapi/Makefile: dlls/nddeapi/Makefile.in dlls/Makedll.rules"
15379 ac_config_files="$ac_config_files dlls/nddeapi/Makefile"
15381 ALL_MAKEFILES="$ALL_MAKEFILES \\
15382 dlls/netapi32/Makefile"
15383 test "x$enable_netapi32" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
15384 netapi32"
15385 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
15386 dlls/netapi32/Makefile: dlls/netapi32/Makefile.in dlls/Makedll.rules"
15387 ac_config_files="$ac_config_files dlls/netapi32/Makefile"
15389 ALL_MAKEFILES="$ALL_MAKEFILES \\
15390 dlls/netapi32/tests/Makefile"
15391 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
15392 netapi32/tests"
15393 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
15394 dlls/netapi32/tests/Makefile: dlls/netapi32/tests/Makefile.in dlls/Maketest.rules"
15395 ac_config_files="$ac_config_files dlls/netapi32/tests/Makefile"
15397 ALL_MAKEFILES="$ALL_MAKEFILES \\
15398 dlls/newdev/Makefile"
15399 test "x$enable_newdev" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
15400 newdev"
15401 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
15402 dlls/newdev/Makefile: dlls/newdev/Makefile.in dlls/Makedll.rules"
15403 ac_config_files="$ac_config_files dlls/newdev/Makefile"
15405 ALL_MAKEFILES="$ALL_MAKEFILES \\
15406 dlls/ntdll/Makefile"
15407 test "x$enable_ntdll" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
15408 ntdll"
15409 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
15410 dlls/ntdll/Makefile: dlls/ntdll/Makefile.in dlls/Makedll.rules"
15411 ac_config_files="$ac_config_files dlls/ntdll/Makefile"
15413 ALL_MAKEFILES="$ALL_MAKEFILES \\
15414 dlls/ntdll/tests/Makefile"
15415 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
15416 ntdll/tests"
15417 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
15418 dlls/ntdll/tests/Makefile: dlls/ntdll/tests/Makefile.in dlls/Maketest.rules"
15419 ac_config_files="$ac_config_files dlls/ntdll/tests/Makefile"
15421 ALL_MAKEFILES="$ALL_MAKEFILES \\
15422 dlls/ntdsapi/Makefile"
15423 test "x$enable_ntdsapi" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
15424 ntdsapi"
15425 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
15426 dlls/ntdsapi/Makefile: dlls/ntdsapi/Makefile.in dlls/Makedll.rules"
15427 ac_config_files="$ac_config_files dlls/ntdsapi/Makefile"
15429 ALL_MAKEFILES="$ALL_MAKEFILES \\
15430 dlls/ntdsapi/tests/Makefile"
15431 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
15432 ntdsapi/tests"
15433 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
15434 dlls/ntdsapi/tests/Makefile: dlls/ntdsapi/tests/Makefile.in dlls/Maketest.rules"
15435 ac_config_files="$ac_config_files dlls/ntdsapi/tests/Makefile"
15437 ALL_MAKEFILES="$ALL_MAKEFILES \\
15438 dlls/ntoskrnl.exe/Makefile"
15439 test "x$enable_ntoskrnl_exe" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
15440 ntoskrnl.exe"
15441 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
15442 dlls/ntoskrnl.exe/Makefile: dlls/ntoskrnl.exe/Makefile.in dlls/Makedll.rules"
15443 ac_config_files="$ac_config_files dlls/ntoskrnl.exe/Makefile"
15445 ALL_MAKEFILES="$ALL_MAKEFILES \\
15446 dlls/ntprint/Makefile"
15447 test "x$enable_ntprint" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
15448 ntprint"
15449 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
15450 dlls/ntprint/Makefile: dlls/ntprint/Makefile.in dlls/Makedll.rules"
15451 ac_config_files="$ac_config_files dlls/ntprint/Makefile"
15453 ALL_MAKEFILES="$ALL_MAKEFILES \\
15454 dlls/ntprint/tests/Makefile"
15455 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
15456 ntprint/tests"
15457 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
15458 dlls/ntprint/tests/Makefile: dlls/ntprint/tests/Makefile.in dlls/Maketest.rules"
15459 ac_config_files="$ac_config_files dlls/ntprint/tests/Makefile"
15461 ALL_MAKEFILES="$ALL_MAKEFILES \\
15462 dlls/objsel/Makefile"
15463 test "x$enable_objsel" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
15464 objsel"
15465 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
15466 dlls/objsel/Makefile: dlls/objsel/Makefile.in dlls/Makedll.rules"
15467 ac_config_files="$ac_config_files dlls/objsel/Makefile"
15469 ALL_MAKEFILES="$ALL_MAKEFILES \\
15470 dlls/odbc32/Makefile"
15471 test "x$enable_odbc32" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
15472 odbc32"
15473 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
15474 dlls/odbc32/Makefile: dlls/odbc32/Makefile.in dlls/Makedll.rules"
15475 ac_config_files="$ac_config_files dlls/odbc32/Makefile"
15477 ALL_MAKEFILES="$ALL_MAKEFILES \\
15478 dlls/odbccp32/Makefile"
15479 test "x$enable_odbccp32" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
15480 odbccp32"
15481 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
15482 dlls/odbccp32/Makefile: dlls/odbccp32/Makefile.in dlls/Makedll.rules"
15483 ac_config_files="$ac_config_files dlls/odbccp32/Makefile"
15485 ALL_MAKEFILES="$ALL_MAKEFILES \\
15486 dlls/odbccp32/tests/Makefile"
15487 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
15488 odbccp32/tests"
15489 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
15490 dlls/odbccp32/tests/Makefile: dlls/odbccp32/tests/Makefile.in dlls/Maketest.rules"
15491 ac_config_files="$ac_config_files dlls/odbccp32/tests/Makefile"
15493 ALL_MAKEFILES="$ALL_MAKEFILES \\
15494 dlls/ole2.dll16/Makefile"
15495 test "x$enable_win16" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
15496 ole2.dll16"
15497 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
15498 dlls/ole2.dll16/Makefile: dlls/ole2.dll16/Makefile.in dlls/Makedll.rules"
15499 ac_config_files="$ac_config_files dlls/ole2.dll16/Makefile"
15501 ALL_MAKEFILES="$ALL_MAKEFILES \\
15502 dlls/ole2conv.dll16/Makefile"
15503 test "x$enable_win16" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
15504 ole2conv.dll16"
15505 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
15506 dlls/ole2conv.dll16/Makefile: dlls/ole2conv.dll16/Makefile.in dlls/Makedll.rules"
15507 ac_config_files="$ac_config_files dlls/ole2conv.dll16/Makefile"
15509 ALL_MAKEFILES="$ALL_MAKEFILES \\
15510 dlls/ole2disp.dll16/Makefile"
15511 test "x$enable_win16" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
15512 ole2disp.dll16"
15513 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
15514 dlls/ole2disp.dll16/Makefile: dlls/ole2disp.dll16/Makefile.in dlls/Makedll.rules"
15515 ac_config_files="$ac_config_files dlls/ole2disp.dll16/Makefile"
15517 ALL_MAKEFILES="$ALL_MAKEFILES \\
15518 dlls/ole2nls.dll16/Makefile"
15519 test "x$enable_win16" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
15520 ole2nls.dll16"
15521 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
15522 dlls/ole2nls.dll16/Makefile: dlls/ole2nls.dll16/Makefile.in dlls/Makedll.rules"
15523 ac_config_files="$ac_config_files dlls/ole2nls.dll16/Makefile"
15525 ALL_MAKEFILES="$ALL_MAKEFILES \\
15526 dlls/ole2prox.dll16/Makefile"
15527 test "x$enable_win16" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
15528 ole2prox.dll16"
15529 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
15530 dlls/ole2prox.dll16/Makefile: dlls/ole2prox.dll16/Makefile.in dlls/Makedll.rules"
15531 ac_config_files="$ac_config_files dlls/ole2prox.dll16/Makefile"
15533 ALL_MAKEFILES="$ALL_MAKEFILES \\
15534 dlls/ole2thk.dll16/Makefile"
15535 test "x$enable_win16" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
15536 ole2thk.dll16"
15537 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
15538 dlls/ole2thk.dll16/Makefile: dlls/ole2thk.dll16/Makefile.in dlls/Makedll.rules"
15539 ac_config_files="$ac_config_files dlls/ole2thk.dll16/Makefile"
15541 ALL_MAKEFILES="$ALL_MAKEFILES \\
15542 dlls/ole32/Makefile"
15543 test "x$enable_ole32" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
15544 ole32"
15545 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
15546 dlls/ole32/Makefile: dlls/ole32/Makefile.in dlls/Makedll.rules"
15547 ac_config_files="$ac_config_files dlls/ole32/Makefile"
15549 ALL_MAKEFILES="$ALL_MAKEFILES \\
15550 dlls/ole32/tests/Makefile"
15551 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
15552 ole32/tests"
15553 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
15554 dlls/ole32/tests/Makefile: dlls/ole32/tests/Makefile.in dlls/Maketest.rules"
15555 ac_config_files="$ac_config_files dlls/ole32/tests/Makefile"
15557 ALL_MAKEFILES="$ALL_MAKEFILES \\
15558 dlls/oleacc/Makefile"
15559 test "x$enable_oleacc" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
15560 oleacc"
15561 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
15562 dlls/oleacc/Makefile: dlls/oleacc/Makefile.in dlls/Makedll.rules"
15563 ac_config_files="$ac_config_files dlls/oleacc/Makefile"
15565 ALL_MAKEFILES="$ALL_MAKEFILES \\
15566 dlls/oleacc/tests/Makefile"
15567 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
15568 oleacc/tests"
15569 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
15570 dlls/oleacc/tests/Makefile: dlls/oleacc/tests/Makefile.in dlls/Maketest.rules"
15571 ac_config_files="$ac_config_files dlls/oleacc/tests/Makefile"
15573 ALL_MAKEFILES="$ALL_MAKEFILES \\
15574 dlls/oleaut32/Makefile"
15575 test "x$enable_oleaut32" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
15576 oleaut32"
15577 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
15578 dlls/oleaut32/Makefile: dlls/oleaut32/Makefile.in dlls/Makedll.rules"
15579 ac_config_files="$ac_config_files dlls/oleaut32/Makefile"
15581 ALL_MAKEFILES="$ALL_MAKEFILES \\
15582 dlls/oleaut32/tests/Makefile"
15583 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
15584 oleaut32/tests"
15585 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
15586 dlls/oleaut32/tests/Makefile: dlls/oleaut32/tests/Makefile.in dlls/Maketest.rules"
15587 ac_config_files="$ac_config_files dlls/oleaut32/tests/Makefile"
15589 ALL_MAKEFILES="$ALL_MAKEFILES \\
15590 dlls/olecli.dll16/Makefile"
15591 test "x$enable_win16" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
15592 olecli.dll16"
15593 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
15594 dlls/olecli.dll16/Makefile: dlls/olecli.dll16/Makefile.in dlls/Makedll.rules"
15595 ac_config_files="$ac_config_files dlls/olecli.dll16/Makefile"
15597 ALL_MAKEFILES="$ALL_MAKEFILES \\
15598 dlls/olecli32/Makefile"
15599 test "x$enable_olecli32" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
15600 olecli32"
15601 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
15602 dlls/olecli32/Makefile: dlls/olecli32/Makefile.in dlls/Makedll.rules"
15603 ac_config_files="$ac_config_files dlls/olecli32/Makefile"
15605 ALL_MAKEFILES="$ALL_MAKEFILES \\
15606 dlls/oledlg/Makefile"
15607 test "x$enable_oledlg" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
15608 oledlg"
15609 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
15610 dlls/oledlg/Makefile: dlls/oledlg/Makefile.in dlls/Makedll.rules"
15611 ac_config_files="$ac_config_files dlls/oledlg/Makefile"
15613 ALL_MAKEFILES="$ALL_MAKEFILES \\
15614 dlls/olepro32/Makefile"
15615 test "x$enable_olepro32" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
15616 olepro32"
15617 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
15618 dlls/olepro32/Makefile: dlls/olepro32/Makefile.in dlls/Makedll.rules"
15619 ac_config_files="$ac_config_files dlls/olepro32/Makefile"
15621 ALL_MAKEFILES="$ALL_MAKEFILES \\
15622 dlls/olesvr.dll16/Makefile"
15623 test "x$enable_win16" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
15624 olesvr.dll16"
15625 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
15626 dlls/olesvr.dll16/Makefile: dlls/olesvr.dll16/Makefile.in dlls/Makedll.rules"
15627 ac_config_files="$ac_config_files dlls/olesvr.dll16/Makefile"
15629 ALL_MAKEFILES="$ALL_MAKEFILES \\
15630 dlls/olesvr32/Makefile"
15631 test "x$enable_olesvr32" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
15632 olesvr32"
15633 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
15634 dlls/olesvr32/Makefile: dlls/olesvr32/Makefile.in dlls/Makedll.rules"
15635 ac_config_files="$ac_config_files dlls/olesvr32/Makefile"
15637 ALL_MAKEFILES="$ALL_MAKEFILES \\
15638 dlls/olethk32/Makefile"
15639 test "x$enable_olethk32" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
15640 olethk32"
15641 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
15642 dlls/olethk32/Makefile: dlls/olethk32/Makefile.in dlls/Makedll.rules"
15643 ac_config_files="$ac_config_files dlls/olethk32/Makefile"
15645 ALL_MAKEFILES="$ALL_MAKEFILES \\
15646 dlls/opengl32/Makefile"
15647 test "x$enable_opengl32" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
15648 opengl32"
15649 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
15650 dlls/opengl32/Makefile: dlls/opengl32/Makefile.in dlls/Makedll.rules"
15651 ac_config_files="$ac_config_files dlls/opengl32/Makefile"
15653 ALL_MAKEFILES="$ALL_MAKEFILES \\
15654 dlls/opengl32/tests/Makefile"
15655 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
15656 opengl32/tests"
15657 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
15658 dlls/opengl32/tests/Makefile: dlls/opengl32/tests/Makefile.in dlls/Maketest.rules"
15659 ac_config_files="$ac_config_files dlls/opengl32/tests/Makefile"
15661 ALL_MAKEFILES="$ALL_MAKEFILES \\
15662 dlls/pdh/Makefile"
15663 test "x$enable_pdh" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
15664 pdh"
15665 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
15666 dlls/pdh/Makefile: dlls/pdh/Makefile.in dlls/Makedll.rules"
15667 ac_config_files="$ac_config_files dlls/pdh/Makefile"
15669 ALL_MAKEFILES="$ALL_MAKEFILES \\
15670 dlls/pdh/tests/Makefile"
15671 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
15672 pdh/tests"
15673 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
15674 dlls/pdh/tests/Makefile: dlls/pdh/tests/Makefile.in dlls/Maketest.rules"
15675 ac_config_files="$ac_config_files dlls/pdh/tests/Makefile"
15677 ALL_MAKEFILES="$ALL_MAKEFILES \\
15678 dlls/pidgen/Makefile"
15679 test "x$enable_pidgen" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
15680 pidgen"
15681 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
15682 dlls/pidgen/Makefile: dlls/pidgen/Makefile.in dlls/Makedll.rules"
15683 ac_config_files="$ac_config_files dlls/pidgen/Makefile"
15685 ALL_MAKEFILES="$ALL_MAKEFILES \\
15686 dlls/powrprof/Makefile"
15687 test "x$enable_powrprof" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
15688 powrprof"
15689 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
15690 dlls/powrprof/Makefile: dlls/powrprof/Makefile.in dlls/Makedll.rules"
15691 ac_config_files="$ac_config_files dlls/powrprof/Makefile"
15693 ALL_MAKEFILES="$ALL_MAKEFILES \\
15694 dlls/printui/Makefile"
15695 test "x$enable_printui" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
15696 printui"
15697 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
15698 dlls/printui/Makefile: dlls/printui/Makefile.in dlls/Makedll.rules"
15699 ac_config_files="$ac_config_files dlls/printui/Makefile"
15701 ALL_MAKEFILES="$ALL_MAKEFILES \\
15702 dlls/propsys/Makefile"
15703 test "x$enable_propsys" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
15704 propsys"
15705 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
15706 dlls/propsys/Makefile: dlls/propsys/Makefile.in dlls/Makedll.rules"
15707 ac_config_files="$ac_config_files dlls/propsys/Makefile"
15709 ALL_MAKEFILES="$ALL_MAKEFILES \\
15710 dlls/psapi/Makefile"
15711 test "x$enable_psapi" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
15712 psapi"
15713 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
15714 dlls/psapi/Makefile: dlls/psapi/Makefile.in dlls/Makedll.rules"
15715 ac_config_files="$ac_config_files dlls/psapi/Makefile"
15717 ALL_MAKEFILES="$ALL_MAKEFILES \\
15718 dlls/psapi/tests/Makefile"
15719 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
15720 psapi/tests"
15721 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
15722 dlls/psapi/tests/Makefile: dlls/psapi/tests/Makefile.in dlls/Maketest.rules"
15723 ac_config_files="$ac_config_files dlls/psapi/tests/Makefile"
15725 ALL_MAKEFILES="$ALL_MAKEFILES \\
15726 dlls/pstorec/Makefile"
15727 test "x$enable_pstorec" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
15728 pstorec"
15729 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
15730 dlls/pstorec/Makefile: dlls/pstorec/Makefile.in dlls/Makedll.rules"
15731 ac_config_files="$ac_config_files dlls/pstorec/Makefile"
15733 ALL_MAKEFILES="$ALL_MAKEFILES \\
15734 dlls/qcap/Makefile"
15735 test "x$enable_qcap" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
15736 qcap"
15737 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
15738 dlls/qcap/Makefile: dlls/qcap/Makefile.in dlls/Makedll.rules"
15739 ac_config_files="$ac_config_files dlls/qcap/Makefile"
15741 ALL_MAKEFILES="$ALL_MAKEFILES \\
15742 dlls/qedit/Makefile"
15743 test "x$enable_qedit" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
15744 qedit"
15745 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
15746 dlls/qedit/Makefile: dlls/qedit/Makefile.in dlls/Makedll.rules"
15747 ac_config_files="$ac_config_files dlls/qedit/Makefile"
15749 ALL_MAKEFILES="$ALL_MAKEFILES \\
15750 dlls/qedit/tests/Makefile"
15751 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
15752 qedit/tests"
15753 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
15754 dlls/qedit/tests/Makefile: dlls/qedit/tests/Makefile.in dlls/Maketest.rules"
15755 ac_config_files="$ac_config_files dlls/qedit/tests/Makefile"
15757 ALL_MAKEFILES="$ALL_MAKEFILES \\
15758 dlls/qmgr/Makefile"
15759 test "x$enable_qmgr" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
15760 qmgr"
15761 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
15762 dlls/qmgr/Makefile: dlls/qmgr/Makefile.in dlls/Makedll.rules"
15763 ac_config_files="$ac_config_files dlls/qmgr/Makefile"
15765 ALL_MAKEFILES="$ALL_MAKEFILES \\
15766 dlls/qmgr/tests/Makefile"
15767 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
15768 qmgr/tests"
15769 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
15770 dlls/qmgr/tests/Makefile: dlls/qmgr/tests/Makefile.in dlls/Maketest.rules"
15771 ac_config_files="$ac_config_files dlls/qmgr/tests/Makefile"
15773 ALL_MAKEFILES="$ALL_MAKEFILES \\
15774 dlls/qmgrprxy/Makefile"
15775 test "x$enable_qmgrprxy" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
15776 qmgrprxy"
15777 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
15778 dlls/qmgrprxy/Makefile: dlls/qmgrprxy/Makefile.in dlls/Makedll.rules"
15779 ac_config_files="$ac_config_files dlls/qmgrprxy/Makefile"
15781 ALL_MAKEFILES="$ALL_MAKEFILES \\
15782 dlls/quartz/Makefile"
15783 test "x$enable_quartz" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
15784 quartz"
15785 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
15786 dlls/quartz/Makefile: dlls/quartz/Makefile.in dlls/Makedll.rules"
15787 ac_config_files="$ac_config_files dlls/quartz/Makefile"
15789 ALL_MAKEFILES="$ALL_MAKEFILES \\
15790 dlls/quartz/tests/Makefile"
15791 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
15792 quartz/tests"
15793 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
15794 dlls/quartz/tests/Makefile: dlls/quartz/tests/Makefile.in dlls/Maketest.rules"
15795 ac_config_files="$ac_config_files dlls/quartz/tests/Makefile"
15797 ALL_MAKEFILES="$ALL_MAKEFILES \\
15798 dlls/query/Makefile"
15799 test "x$enable_query" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
15800 query"
15801 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
15802 dlls/query/Makefile: dlls/query/Makefile.in dlls/Makedll.rules"
15803 ac_config_files="$ac_config_files dlls/query/Makefile"
15805 ALL_MAKEFILES="$ALL_MAKEFILES \\
15806 dlls/rasapi16.dll16/Makefile"
15807 test "x$enable_win16" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
15808 rasapi16.dll16"
15809 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
15810 dlls/rasapi16.dll16/Makefile: dlls/rasapi16.dll16/Makefile.in dlls/Makedll.rules"
15811 ac_config_files="$ac_config_files dlls/rasapi16.dll16/Makefile"
15813 ALL_MAKEFILES="$ALL_MAKEFILES \\
15814 dlls/rasapi32/Makefile"
15815 test "x$enable_rasapi32" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
15816 rasapi32"
15817 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
15818 dlls/rasapi32/Makefile: dlls/rasapi32/Makefile.in dlls/Makedll.rules"
15819 ac_config_files="$ac_config_files dlls/rasapi32/Makefile"
15821 ALL_MAKEFILES="$ALL_MAKEFILES \\
15822 dlls/rasapi32/tests/Makefile"
15823 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
15824 rasapi32/tests"
15825 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
15826 dlls/rasapi32/tests/Makefile: dlls/rasapi32/tests/Makefile.in dlls/Maketest.rules"
15827 ac_config_files="$ac_config_files dlls/rasapi32/tests/Makefile"
15829 ALL_MAKEFILES="$ALL_MAKEFILES \\
15830 dlls/rasdlg/Makefile"
15831 test "x$enable_rasdlg" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
15832 rasdlg"
15833 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
15834 dlls/rasdlg/Makefile: dlls/rasdlg/Makefile.in dlls/Makedll.rules"
15835 ac_config_files="$ac_config_files dlls/rasdlg/Makefile"
15837 ALL_MAKEFILES="$ALL_MAKEFILES \\
15838 dlls/resutils/Makefile"
15839 test "x$enable_resutils" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
15840 resutils"
15841 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
15842 dlls/resutils/Makefile: dlls/resutils/Makefile.in dlls/Makedll.rules"
15843 ac_config_files="$ac_config_files dlls/resutils/Makefile"
15845 ALL_MAKEFILES="$ALL_MAKEFILES \\
15846 dlls/riched20/Makefile"
15847 test "x$enable_riched20" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
15848 riched20"
15849 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
15850 dlls/riched20/Makefile: dlls/riched20/Makefile.in dlls/Makedll.rules"
15851 ac_config_files="$ac_config_files dlls/riched20/Makefile"
15853 ALL_MAKEFILES="$ALL_MAKEFILES \\
15854 dlls/riched20/tests/Makefile"
15855 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
15856 riched20/tests"
15857 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
15858 dlls/riched20/tests/Makefile: dlls/riched20/tests/Makefile.in dlls/Maketest.rules"
15859 ac_config_files="$ac_config_files dlls/riched20/tests/Makefile"
15861 ALL_MAKEFILES="$ALL_MAKEFILES \\
15862 dlls/riched32/Makefile"
15863 test "x$enable_riched32" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
15864 riched32"
15865 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
15866 dlls/riched32/Makefile: dlls/riched32/Makefile.in dlls/Makedll.rules"
15867 ac_config_files="$ac_config_files dlls/riched32/Makefile"
15869 ALL_MAKEFILES="$ALL_MAKEFILES \\
15870 dlls/riched32/tests/Makefile"
15871 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
15872 riched32/tests"
15873 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
15874 dlls/riched32/tests/Makefile: dlls/riched32/tests/Makefile.in dlls/Maketest.rules"
15875 ac_config_files="$ac_config_files dlls/riched32/tests/Makefile"
15877 ALL_MAKEFILES="$ALL_MAKEFILES \\
15878 dlls/rpcrt4/Makefile"
15879 test "x$enable_rpcrt4" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
15880 rpcrt4"
15881 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
15882 dlls/rpcrt4/Makefile: dlls/rpcrt4/Makefile.in dlls/Makedll.rules"
15883 ac_config_files="$ac_config_files dlls/rpcrt4/Makefile"
15885 ALL_MAKEFILES="$ALL_MAKEFILES \\
15886 dlls/rpcrt4/tests/Makefile"
15887 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
15888 rpcrt4/tests"
15889 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
15890 dlls/rpcrt4/tests/Makefile: dlls/rpcrt4/tests/Makefile.in dlls/Maketest.rules"
15891 ac_config_files="$ac_config_files dlls/rpcrt4/tests/Makefile"
15893 ALL_MAKEFILES="$ALL_MAKEFILES \\
15894 dlls/rsabase/Makefile"
15895 test "x$enable_rsabase" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
15896 rsabase"
15897 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
15898 dlls/rsabase/Makefile: dlls/rsabase/Makefile.in dlls/Makedll.rules"
15899 ac_config_files="$ac_config_files dlls/rsabase/Makefile"
15901 ALL_MAKEFILES="$ALL_MAKEFILES \\
15902 dlls/rsaenh/Makefile"
15903 test "x$enable_rsaenh" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
15904 rsaenh"
15905 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
15906 dlls/rsaenh/Makefile: dlls/rsaenh/Makefile.in dlls/Makedll.rules"
15907 ac_config_files="$ac_config_files dlls/rsaenh/Makefile"
15909 ALL_MAKEFILES="$ALL_MAKEFILES \\
15910 dlls/rsaenh/tests/Makefile"
15911 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
15912 rsaenh/tests"
15913 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
15914 dlls/rsaenh/tests/Makefile: dlls/rsaenh/tests/Makefile.in dlls/Maketest.rules"
15915 ac_config_files="$ac_config_files dlls/rsaenh/tests/Makefile"
15917 ALL_MAKEFILES="$ALL_MAKEFILES \\
15918 dlls/rtutils/Makefile"
15919 test "x$enable_rtutils" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
15920 rtutils"
15921 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
15922 dlls/rtutils/Makefile: dlls/rtutils/Makefile.in dlls/Makedll.rules"
15923 ac_config_files="$ac_config_files dlls/rtutils/Makefile"
15925 ALL_MAKEFILES="$ALL_MAKEFILES \\
15926 dlls/sane.ds/Makefile"
15927 test "x$enable_sane_ds" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
15928 sane.ds"
15929 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
15930 dlls/sane.ds/Makefile: dlls/sane.ds/Makefile.in dlls/Makedll.rules"
15931 ac_config_files="$ac_config_files dlls/sane.ds/Makefile"
15933 ALL_MAKEFILES="$ALL_MAKEFILES \\
15934 dlls/sccbase/Makefile"
15935 test "x$enable_sccbase" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
15936 sccbase"
15937 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
15938 dlls/sccbase/Makefile: dlls/sccbase/Makefile.in dlls/Makedll.rules"
15939 ac_config_files="$ac_config_files dlls/sccbase/Makefile"
15941 ALL_MAKEFILES="$ALL_MAKEFILES \\
15942 dlls/schannel/Makefile"
15943 test "x$enable_schannel" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
15944 schannel"
15945 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
15946 dlls/schannel/Makefile: dlls/schannel/Makefile.in dlls/Makedll.rules"
15947 ac_config_files="$ac_config_files dlls/schannel/Makefile"
15949 ALL_MAKEFILES="$ALL_MAKEFILES \\
15950 dlls/schannel/tests/Makefile"
15951 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
15952 schannel/tests"
15953 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
15954 dlls/schannel/tests/Makefile: dlls/schannel/tests/Makefile.in dlls/Maketest.rules"
15955 ac_config_files="$ac_config_files dlls/schannel/tests/Makefile"
15957 ALL_MAKEFILES="$ALL_MAKEFILES \\
15958 dlls/secur32/Makefile"
15959 test "x$enable_secur32" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
15960 secur32"
15961 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
15962 dlls/secur32/Makefile: dlls/secur32/Makefile.in dlls/Makedll.rules"
15963 ac_config_files="$ac_config_files dlls/secur32/Makefile"
15965 ALL_MAKEFILES="$ALL_MAKEFILES \\
15966 dlls/secur32/tests/Makefile"
15967 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
15968 secur32/tests"
15969 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
15970 dlls/secur32/tests/Makefile: dlls/secur32/tests/Makefile.in dlls/Maketest.rules"
15971 ac_config_files="$ac_config_files dlls/secur32/tests/Makefile"
15973 ALL_MAKEFILES="$ALL_MAKEFILES \\
15974 dlls/security/Makefile"
15975 test "x$enable_security" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
15976 security"
15977 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
15978 dlls/security/Makefile: dlls/security/Makefile.in dlls/Makedll.rules"
15979 ac_config_files="$ac_config_files dlls/security/Makefile"
15981 ALL_MAKEFILES="$ALL_MAKEFILES \\
15982 dlls/sensapi/Makefile"
15983 test "x$enable_sensapi" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
15984 sensapi"
15985 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
15986 dlls/sensapi/Makefile: dlls/sensapi/Makefile.in dlls/Makedll.rules"
15987 ac_config_files="$ac_config_files dlls/sensapi/Makefile"
15989 ALL_MAKEFILES="$ALL_MAKEFILES \\
15990 dlls/serialui/Makefile"
15991 test "x$enable_serialui" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
15992 serialui"
15993 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
15994 dlls/serialui/Makefile: dlls/serialui/Makefile.in dlls/Makedll.rules"
15995 ac_config_files="$ac_config_files dlls/serialui/Makefile"
15997 ALL_MAKEFILES="$ALL_MAKEFILES \\
15998 dlls/serialui/tests/Makefile"
15999 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
16000 serialui/tests"
16001 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
16002 dlls/serialui/tests/Makefile: dlls/serialui/tests/Makefile.in dlls/Maketest.rules"
16003 ac_config_files="$ac_config_files dlls/serialui/tests/Makefile"
16005 ALL_MAKEFILES="$ALL_MAKEFILES \\
16006 dlls/setupapi/Makefile"
16007 test "x$enable_setupapi" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
16008 setupapi"
16009 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
16010 dlls/setupapi/Makefile: dlls/setupapi/Makefile.in dlls/Makedll.rules"
16011 ac_config_files="$ac_config_files dlls/setupapi/Makefile"
16013 ALL_MAKEFILES="$ALL_MAKEFILES \\
16014 dlls/setupapi/tests/Makefile"
16015 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
16016 setupapi/tests"
16017 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
16018 dlls/setupapi/tests/Makefile: dlls/setupapi/tests/Makefile.in dlls/Maketest.rules"
16019 ac_config_files="$ac_config_files dlls/setupapi/tests/Makefile"
16021 ALL_MAKEFILES="$ALL_MAKEFILES \\
16022 dlls/sfc/Makefile"
16023 test "x$enable_sfc" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
16024 sfc"
16025 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
16026 dlls/sfc/Makefile: dlls/sfc/Makefile.in dlls/Makedll.rules"
16027 ac_config_files="$ac_config_files dlls/sfc/Makefile"
16029 ALL_MAKEFILES="$ALL_MAKEFILES \\
16030 dlls/sfc_os/Makefile"
16031 test "x$enable_sfc_os" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
16032 sfc_os"
16033 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
16034 dlls/sfc_os/Makefile: dlls/sfc_os/Makefile.in dlls/Makedll.rules"
16035 ac_config_files="$ac_config_files dlls/sfc_os/Makefile"
16037 ALL_MAKEFILES="$ALL_MAKEFILES \\
16038 dlls/shdoclc/Makefile"
16039 test "x$enable_shdoclc" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
16040 shdoclc"
16041 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
16042 dlls/shdoclc/Makefile: dlls/shdoclc/Makefile.in dlls/Makedll.rules"
16043 ac_config_files="$ac_config_files dlls/shdoclc/Makefile"
16045 ALL_MAKEFILES="$ALL_MAKEFILES \\
16046 dlls/shdocvw/Makefile"
16047 test "x$enable_shdocvw" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
16048 shdocvw"
16049 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
16050 dlls/shdocvw/Makefile: dlls/shdocvw/Makefile.in dlls/Makedll.rules"
16051 ac_config_files="$ac_config_files dlls/shdocvw/Makefile"
16053 ALL_MAKEFILES="$ALL_MAKEFILES \\
16054 dlls/shdocvw/tests/Makefile"
16055 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
16056 shdocvw/tests"
16057 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
16058 dlls/shdocvw/tests/Makefile: dlls/shdocvw/tests/Makefile.in dlls/Maketest.rules"
16059 ac_config_files="$ac_config_files dlls/shdocvw/tests/Makefile"
16061 ALL_MAKEFILES="$ALL_MAKEFILES \\
16062 dlls/shell.dll16/Makefile"
16063 test "x$enable_win16" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
16064 shell.dll16"
16065 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
16066 dlls/shell.dll16/Makefile: dlls/shell.dll16/Makefile.in dlls/Makedll.rules"
16067 ac_config_files="$ac_config_files dlls/shell.dll16/Makefile"
16069 ALL_MAKEFILES="$ALL_MAKEFILES \\
16070 dlls/shell32/Makefile"
16071 test "x$enable_shell32" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
16072 shell32"
16073 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
16074 dlls/shell32/Makefile: dlls/shell32/Makefile.in dlls/Makedll.rules"
16075 ac_config_files="$ac_config_files dlls/shell32/Makefile"
16077 ALL_MAKEFILES="$ALL_MAKEFILES \\
16078 dlls/shell32/tests/Makefile"
16079 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
16080 shell32/tests"
16081 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
16082 dlls/shell32/tests/Makefile: dlls/shell32/tests/Makefile.in dlls/Maketest.rules"
16083 ac_config_files="$ac_config_files dlls/shell32/tests/Makefile"
16085 ALL_MAKEFILES="$ALL_MAKEFILES \\
16086 dlls/shfolder/Makefile"
16087 test "x$enable_shfolder" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
16088 shfolder"
16089 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
16090 dlls/shfolder/Makefile: dlls/shfolder/Makefile.in dlls/Makedll.rules"
16091 ac_config_files="$ac_config_files dlls/shfolder/Makefile"
16093 ALL_MAKEFILES="$ALL_MAKEFILES \\
16094 dlls/shlwapi/Makefile"
16095 test "x$enable_shlwapi" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
16096 shlwapi"
16097 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
16098 dlls/shlwapi/Makefile: dlls/shlwapi/Makefile.in dlls/Makedll.rules"
16099 ac_config_files="$ac_config_files dlls/shlwapi/Makefile"
16101 ALL_MAKEFILES="$ALL_MAKEFILES \\
16102 dlls/shlwapi/tests/Makefile"
16103 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
16104 shlwapi/tests"
16105 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
16106 dlls/shlwapi/tests/Makefile: dlls/shlwapi/tests/Makefile.in dlls/Maketest.rules"
16107 ac_config_files="$ac_config_files dlls/shlwapi/tests/Makefile"
16109 ALL_MAKEFILES="$ALL_MAKEFILES \\
16110 dlls/slbcsp/Makefile"
16111 test "x$enable_slbcsp" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
16112 slbcsp"
16113 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
16114 dlls/slbcsp/Makefile: dlls/slbcsp/Makefile.in dlls/Makedll.rules"
16115 ac_config_files="$ac_config_files dlls/slbcsp/Makefile"
16117 ALL_MAKEFILES="$ALL_MAKEFILES \\
16118 dlls/slc/Makefile"
16119 test "x$enable_slc" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
16120 slc"
16121 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
16122 dlls/slc/Makefile: dlls/slc/Makefile.in dlls/Makedll.rules"
16123 ac_config_files="$ac_config_files dlls/slc/Makefile"
16125 ALL_MAKEFILES="$ALL_MAKEFILES \\
16126 dlls/snmpapi/Makefile"
16127 test "x$enable_snmpapi" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
16128 snmpapi"
16129 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
16130 dlls/snmpapi/Makefile: dlls/snmpapi/Makefile.in dlls/Makedll.rules"
16131 ac_config_files="$ac_config_files dlls/snmpapi/Makefile"
16133 ALL_MAKEFILES="$ALL_MAKEFILES \\
16134 dlls/snmpapi/tests/Makefile"
16135 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
16136 snmpapi/tests"
16137 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
16138 dlls/snmpapi/tests/Makefile: dlls/snmpapi/tests/Makefile.in dlls/Maketest.rules"
16139 ac_config_files="$ac_config_files dlls/snmpapi/tests/Makefile"
16141 ALL_MAKEFILES="$ALL_MAKEFILES \\
16142 dlls/softpub/Makefile"
16143 test "x$enable_softpub" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
16144 softpub"
16145 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
16146 dlls/softpub/Makefile: dlls/softpub/Makefile.in dlls/Makedll.rules"
16147 ac_config_files="$ac_config_files dlls/softpub/Makefile"
16149 ALL_MAKEFILES="$ALL_MAKEFILES \\
16150 dlls/sound.drv16/Makefile"
16151 test "x$enable_win16" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
16152 sound.drv16"
16153 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
16154 dlls/sound.drv16/Makefile: dlls/sound.drv16/Makefile.in dlls/Makedll.rules"
16155 ac_config_files="$ac_config_files dlls/sound.drv16/Makefile"
16157 ALL_MAKEFILES="$ALL_MAKEFILES \\
16158 dlls/spoolss/Makefile"
16159 test "x$enable_spoolss" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
16160 spoolss"
16161 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
16162 dlls/spoolss/Makefile: dlls/spoolss/Makefile.in dlls/Makedll.rules"
16163 ac_config_files="$ac_config_files dlls/spoolss/Makefile"
16165 ALL_MAKEFILES="$ALL_MAKEFILES \\
16166 dlls/spoolss/tests/Makefile"
16167 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
16168 spoolss/tests"
16169 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
16170 dlls/spoolss/tests/Makefile: dlls/spoolss/tests/Makefile.in dlls/Maketest.rules"
16171 ac_config_files="$ac_config_files dlls/spoolss/tests/Makefile"
16173 ALL_MAKEFILES="$ALL_MAKEFILES \\
16174 dlls/stdole2.tlb/Makefile"
16175 test "x$enable_stdole2_tlb" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
16176 stdole2.tlb"
16177 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
16178 dlls/stdole2.tlb/Makefile: dlls/stdole2.tlb/Makefile.in dlls/Makedll.rules"
16179 ac_config_files="$ac_config_files dlls/stdole2.tlb/Makefile"
16181 ALL_MAKEFILES="$ALL_MAKEFILES \\
16182 dlls/stdole32.tlb/Makefile"
16183 test "x$enable_stdole32_tlb" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
16184 stdole32.tlb"
16185 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
16186 dlls/stdole32.tlb/Makefile: dlls/stdole32.tlb/Makefile.in dlls/Makedll.rules"
16187 ac_config_files="$ac_config_files dlls/stdole32.tlb/Makefile"
16189 ALL_MAKEFILES="$ALL_MAKEFILES \\
16190 dlls/sti/Makefile"
16191 test "x$enable_sti" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
16192 sti"
16193 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
16194 dlls/sti/Makefile: dlls/sti/Makefile.in dlls/Makedll.rules"
16195 ac_config_files="$ac_config_files dlls/sti/Makefile"
16197 ALL_MAKEFILES="$ALL_MAKEFILES \\
16198 dlls/storage.dll16/Makefile"
16199 test "x$enable_win16" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
16200 storage.dll16"
16201 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
16202 dlls/storage.dll16/Makefile: dlls/storage.dll16/Makefile.in dlls/Makedll.rules"
16203 ac_config_files="$ac_config_files dlls/storage.dll16/Makefile"
16205 ALL_MAKEFILES="$ALL_MAKEFILES \\
16206 dlls/stress.dll16/Makefile"
16207 test "x$enable_win16" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
16208 stress.dll16"
16209 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
16210 dlls/stress.dll16/Makefile: dlls/stress.dll16/Makefile.in dlls/Makedll.rules"
16211 ac_config_files="$ac_config_files dlls/stress.dll16/Makefile"
16213 ALL_MAKEFILES="$ALL_MAKEFILES \\
16214 dlls/strmiids/Makefile"
16215 test "x$enable_strmiids" != xno && ALL_IMPLIB_DIRS="$ALL_IMPLIB_DIRS \\
16216 strmiids"
16217 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
16218 dlls/strmiids/Makefile: dlls/strmiids/Makefile.in dlls/Makeimplib.rules"
16219 ac_config_files="$ac_config_files dlls/strmiids/Makefile"
16221 ALL_MAKEFILES="$ALL_MAKEFILES \\
16222 dlls/svrapi/Makefile"
16223 test "x$enable_svrapi" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
16224 svrapi"
16225 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
16226 dlls/svrapi/Makefile: dlls/svrapi/Makefile.in dlls/Makedll.rules"
16227 ac_config_files="$ac_config_files dlls/svrapi/Makefile"
16229 ALL_MAKEFILES="$ALL_MAKEFILES \\
16230 dlls/sxs/Makefile"
16231 test "x$enable_sxs" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
16232 sxs"
16233 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
16234 dlls/sxs/Makefile: dlls/sxs/Makefile.in dlls/Makedll.rules"
16235 ac_config_files="$ac_config_files dlls/sxs/Makefile"
16237 ALL_MAKEFILES="$ALL_MAKEFILES \\
16238 dlls/t2embed/Makefile"
16239 test "x$enable_t2embed" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
16240 t2embed"
16241 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
16242 dlls/t2embed/Makefile: dlls/t2embed/Makefile.in dlls/Makedll.rules"
16243 ac_config_files="$ac_config_files dlls/t2embed/Makefile"
16245 ALL_MAKEFILES="$ALL_MAKEFILES \\
16246 dlls/tapi32/Makefile"
16247 test "x$enable_tapi32" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
16248 tapi32"
16249 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
16250 dlls/tapi32/Makefile: dlls/tapi32/Makefile.in dlls/Makedll.rules"
16251 ac_config_files="$ac_config_files dlls/tapi32/Makefile"
16253 ALL_MAKEFILES="$ALL_MAKEFILES \\
16254 dlls/traffic/Makefile"
16255 test "x$enable_traffic" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
16256 traffic"
16257 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
16258 dlls/traffic/Makefile: dlls/traffic/Makefile.in dlls/Makedll.rules"
16259 ac_config_files="$ac_config_files dlls/traffic/Makefile"
16261 ALL_MAKEFILES="$ALL_MAKEFILES \\
16262 dlls/twain.dll16/Makefile"
16263 test "x$enable_win16" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
16264 twain.dll16"
16265 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
16266 dlls/twain.dll16/Makefile: dlls/twain.dll16/Makefile.in dlls/Makedll.rules"
16267 ac_config_files="$ac_config_files dlls/twain.dll16/Makefile"
16269 ALL_MAKEFILES="$ALL_MAKEFILES \\
16270 dlls/twain_32/Makefile"
16271 test "x$enable_twain_32" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
16272 twain_32"
16273 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
16274 dlls/twain_32/Makefile: dlls/twain_32/Makefile.in dlls/Makedll.rules"
16275 ac_config_files="$ac_config_files dlls/twain_32/Makefile"
16277 ALL_MAKEFILES="$ALL_MAKEFILES \\
16278 dlls/twain_32/tests/Makefile"
16279 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
16280 twain_32/tests"
16281 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
16282 dlls/twain_32/tests/Makefile: dlls/twain_32/tests/Makefile.in dlls/Maketest.rules"
16283 ac_config_files="$ac_config_files dlls/twain_32/tests/Makefile"
16285 ALL_MAKEFILES="$ALL_MAKEFILES \\
16286 dlls/typelib.dll16/Makefile"
16287 test "x$enable_win16" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
16288 typelib.dll16"
16289 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
16290 dlls/typelib.dll16/Makefile: dlls/typelib.dll16/Makefile.in dlls/Makedll.rules"
16291 ac_config_files="$ac_config_files dlls/typelib.dll16/Makefile"
16293 ALL_MAKEFILES="$ALL_MAKEFILES \\
16294 dlls/unicows/Makefile"
16295 test "x$enable_unicows" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
16296 unicows"
16297 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
16298 dlls/unicows/Makefile: dlls/unicows/Makefile.in dlls/Makedll.rules"
16299 ac_config_files="$ac_config_files dlls/unicows/Makefile"
16301 ALL_MAKEFILES="$ALL_MAKEFILES \\
16302 dlls/updspapi/Makefile"
16303 test "x$enable_updspapi" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
16304 updspapi"
16305 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
16306 dlls/updspapi/Makefile: dlls/updspapi/Makefile.in dlls/Makedll.rules"
16307 ac_config_files="$ac_config_files dlls/updspapi/Makefile"
16309 ALL_MAKEFILES="$ALL_MAKEFILES \\
16310 dlls/url/Makefile"
16311 test "x$enable_url" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
16312 url"
16313 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
16314 dlls/url/Makefile: dlls/url/Makefile.in dlls/Makedll.rules"
16315 ac_config_files="$ac_config_files dlls/url/Makefile"
16317 ALL_MAKEFILES="$ALL_MAKEFILES \\
16318 dlls/urlmon/Makefile"
16319 test "x$enable_urlmon" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
16320 urlmon"
16321 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
16322 dlls/urlmon/Makefile: dlls/urlmon/Makefile.in dlls/Makedll.rules"
16323 ac_config_files="$ac_config_files dlls/urlmon/Makefile"
16325 ALL_MAKEFILES="$ALL_MAKEFILES \\
16326 dlls/urlmon/tests/Makefile"
16327 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
16328 urlmon/tests"
16329 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
16330 dlls/urlmon/tests/Makefile: dlls/urlmon/tests/Makefile.in dlls/Maketest.rules"
16331 ac_config_files="$ac_config_files dlls/urlmon/tests/Makefile"
16333 ALL_MAKEFILES="$ALL_MAKEFILES \\
16334 dlls/user32/Makefile"
16335 test "x$enable_user32" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
16336 user32"
16337 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
16338 dlls/user32/Makefile: dlls/user32/Makefile.in dlls/Makedll.rules"
16339 ac_config_files="$ac_config_files dlls/user32/Makefile"
16341 ALL_MAKEFILES="$ALL_MAKEFILES \\
16342 dlls/user32/tests/Makefile"
16343 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
16344 user32/tests"
16345 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
16346 dlls/user32/tests/Makefile: dlls/user32/tests/Makefile.in dlls/Maketest.rules"
16347 ac_config_files="$ac_config_files dlls/user32/tests/Makefile"
16349 ALL_MAKEFILES="$ALL_MAKEFILES \\
16350 dlls/userenv/Makefile"
16351 test "x$enable_userenv" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
16352 userenv"
16353 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
16354 dlls/userenv/Makefile: dlls/userenv/Makefile.in dlls/Makedll.rules"
16355 ac_config_files="$ac_config_files dlls/userenv/Makefile"
16357 ALL_MAKEFILES="$ALL_MAKEFILES \\
16358 dlls/userenv/tests/Makefile"
16359 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
16360 userenv/tests"
16361 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
16362 dlls/userenv/tests/Makefile: dlls/userenv/tests/Makefile.in dlls/Maketest.rules"
16363 ac_config_files="$ac_config_files dlls/userenv/tests/Makefile"
16365 ALL_MAKEFILES="$ALL_MAKEFILES \\
16366 dlls/usp10/Makefile"
16367 test "x$enable_usp10" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
16368 usp10"
16369 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
16370 dlls/usp10/Makefile: dlls/usp10/Makefile.in dlls/Makedll.rules"
16371 ac_config_files="$ac_config_files dlls/usp10/Makefile"
16373 ALL_MAKEFILES="$ALL_MAKEFILES \\
16374 dlls/usp10/tests/Makefile"
16375 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
16376 usp10/tests"
16377 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
16378 dlls/usp10/tests/Makefile: dlls/usp10/tests/Makefile.in dlls/Maketest.rules"
16379 ac_config_files="$ac_config_files dlls/usp10/tests/Makefile"
16381 ALL_MAKEFILES="$ALL_MAKEFILES \\
16382 dlls/uuid/Makefile"
16383 test "x$enable_uuid" != xno && ALL_IMPLIB_DIRS="$ALL_IMPLIB_DIRS \\
16384 uuid"
16385 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
16386 dlls/uuid/Makefile: dlls/uuid/Makefile.in dlls/Makeimplib.rules"
16387 ac_config_files="$ac_config_files dlls/uuid/Makefile"
16389 ALL_MAKEFILES="$ALL_MAKEFILES \\
16390 dlls/uxtheme/Makefile"
16391 test "x$enable_uxtheme" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
16392 uxtheme"
16393 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
16394 dlls/uxtheme/Makefile: dlls/uxtheme/Makefile.in dlls/Makedll.rules"
16395 ac_config_files="$ac_config_files dlls/uxtheme/Makefile"
16397 ALL_MAKEFILES="$ALL_MAKEFILES \\
16398 dlls/uxtheme/tests/Makefile"
16399 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
16400 uxtheme/tests"
16401 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
16402 dlls/uxtheme/tests/Makefile: dlls/uxtheme/tests/Makefile.in dlls/Maketest.rules"
16403 ac_config_files="$ac_config_files dlls/uxtheme/tests/Makefile"
16405 ALL_MAKEFILES="$ALL_MAKEFILES \\
16406 dlls/vdhcp.vxd/Makefile"
16407 test "x$enable_win16" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
16408 vdhcp.vxd"
16409 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
16410 dlls/vdhcp.vxd/Makefile: dlls/vdhcp.vxd/Makefile.in dlls/Makedll.rules"
16411 ac_config_files="$ac_config_files dlls/vdhcp.vxd/Makefile"
16413 ALL_MAKEFILES="$ALL_MAKEFILES \\
16414 dlls/vdmdbg/Makefile"
16415 test "x$enable_vdmdbg" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
16416 vdmdbg"
16417 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
16418 dlls/vdmdbg/Makefile: dlls/vdmdbg/Makefile.in dlls/Makedll.rules"
16419 ac_config_files="$ac_config_files dlls/vdmdbg/Makefile"
16421 ALL_MAKEFILES="$ALL_MAKEFILES \\
16422 dlls/version/Makefile"
16423 test "x$enable_version" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
16424 version"
16425 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
16426 dlls/version/Makefile: dlls/version/Makefile.in dlls/Makedll.rules"
16427 ac_config_files="$ac_config_files dlls/version/Makefile"
16429 ALL_MAKEFILES="$ALL_MAKEFILES \\
16430 dlls/version/tests/Makefile"
16431 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
16432 version/tests"
16433 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
16434 dlls/version/tests/Makefile: dlls/version/tests/Makefile.in dlls/Maketest.rules"
16435 ac_config_files="$ac_config_files dlls/version/tests/Makefile"
16437 ALL_MAKEFILES="$ALL_MAKEFILES \\
16438 dlls/vmm.vxd/Makefile"
16439 test "x$enable_win16" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
16440 vmm.vxd"
16441 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
16442 dlls/vmm.vxd/Makefile: dlls/vmm.vxd/Makefile.in dlls/Makedll.rules"
16443 ac_config_files="$ac_config_files dlls/vmm.vxd/Makefile"
16445 ALL_MAKEFILES="$ALL_MAKEFILES \\
16446 dlls/vnbt.vxd/Makefile"
16447 test "x$enable_win16" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
16448 vnbt.vxd"
16449 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
16450 dlls/vnbt.vxd/Makefile: dlls/vnbt.vxd/Makefile.in dlls/Makedll.rules"
16451 ac_config_files="$ac_config_files dlls/vnbt.vxd/Makefile"
16453 ALL_MAKEFILES="$ALL_MAKEFILES \\
16454 dlls/vnetbios.vxd/Makefile"
16455 test "x$enable_win16" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
16456 vnetbios.vxd"
16457 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
16458 dlls/vnetbios.vxd/Makefile: dlls/vnetbios.vxd/Makefile.in dlls/Makedll.rules"
16459 ac_config_files="$ac_config_files dlls/vnetbios.vxd/Makefile"
16461 ALL_MAKEFILES="$ALL_MAKEFILES \\
16462 dlls/vtdapi.vxd/Makefile"
16463 test "x$enable_win16" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
16464 vtdapi.vxd"
16465 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
16466 dlls/vtdapi.vxd/Makefile: dlls/vtdapi.vxd/Makefile.in dlls/Makedll.rules"
16467 ac_config_files="$ac_config_files dlls/vtdapi.vxd/Makefile"
16469 ALL_MAKEFILES="$ALL_MAKEFILES \\
16470 dlls/vwin32.vxd/Makefile"
16471 test "x$enable_win16" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
16472 vwin32.vxd"
16473 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
16474 dlls/vwin32.vxd/Makefile: dlls/vwin32.vxd/Makefile.in dlls/Makedll.rules"
16475 ac_config_files="$ac_config_files dlls/vwin32.vxd/Makefile"
16477 ALL_MAKEFILES="$ALL_MAKEFILES \\
16478 dlls/w32skrnl/Makefile"
16479 test "x$enable_w32skrnl" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
16480 w32skrnl"
16481 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
16482 dlls/w32skrnl/Makefile: dlls/w32skrnl/Makefile.in dlls/Makedll.rules"
16483 ac_config_files="$ac_config_files dlls/w32skrnl/Makefile"
16485 ALL_MAKEFILES="$ALL_MAKEFILES \\
16486 dlls/w32sys.dll16/Makefile"
16487 test "x$enable_win16" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
16488 w32sys.dll16"
16489 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
16490 dlls/w32sys.dll16/Makefile: dlls/w32sys.dll16/Makefile.in dlls/Makedll.rules"
16491 ac_config_files="$ac_config_files dlls/w32sys.dll16/Makefile"
16493 ALL_MAKEFILES="$ALL_MAKEFILES \\
16494 dlls/wbemprox/Makefile"
16495 test "x$enable_wbemprox" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
16496 wbemprox"
16497 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
16498 dlls/wbemprox/Makefile: dlls/wbemprox/Makefile.in dlls/Makedll.rules"
16499 ac_config_files="$ac_config_files dlls/wbemprox/Makefile"
16501 ALL_MAKEFILES="$ALL_MAKEFILES \\
16502 dlls/win32s16.dll16/Makefile"
16503 test "x$enable_win16" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
16504 win32s16.dll16"
16505 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
16506 dlls/win32s16.dll16/Makefile: dlls/win32s16.dll16/Makefile.in dlls/Makedll.rules"
16507 ac_config_files="$ac_config_files dlls/win32s16.dll16/Makefile"
16509 ALL_MAKEFILES="$ALL_MAKEFILES \\
16510 dlls/win87em.dll16/Makefile"
16511 test "x$enable_win16" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
16512 win87em.dll16"
16513 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
16514 dlls/win87em.dll16/Makefile: dlls/win87em.dll16/Makefile.in dlls/Makedll.rules"
16515 ac_config_files="$ac_config_files dlls/win87em.dll16/Makefile"
16517 ALL_MAKEFILES="$ALL_MAKEFILES \\
16518 dlls/winaspi.dll16/Makefile"
16519 test "x$enable_win16" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
16520 winaspi.dll16"
16521 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
16522 dlls/winaspi.dll16/Makefile: dlls/winaspi.dll16/Makefile.in dlls/Makedll.rules"
16523 ac_config_files="$ac_config_files dlls/winaspi.dll16/Makefile"
16525 ALL_MAKEFILES="$ALL_MAKEFILES \\
16526 dlls/windebug.dll16/Makefile"
16527 test "x$enable_win16" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
16528 windebug.dll16"
16529 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
16530 dlls/windebug.dll16/Makefile: dlls/windebug.dll16/Makefile.in dlls/Makedll.rules"
16531 ac_config_files="$ac_config_files dlls/windebug.dll16/Makefile"
16533 ALL_MAKEFILES="$ALL_MAKEFILES \\
16534 dlls/windowscodecs/Makefile"
16535 test "x$enable_windowscodecs" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
16536 windowscodecs"
16537 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
16538 dlls/windowscodecs/Makefile: dlls/windowscodecs/Makefile.in dlls/Makedll.rules"
16539 ac_config_files="$ac_config_files dlls/windowscodecs/Makefile"
16541 ALL_MAKEFILES="$ALL_MAKEFILES \\
16542 dlls/windowscodecs/tests/Makefile"
16543 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
16544 windowscodecs/tests"
16545 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
16546 dlls/windowscodecs/tests/Makefile: dlls/windowscodecs/tests/Makefile.in dlls/Maketest.rules"
16547 ac_config_files="$ac_config_files dlls/windowscodecs/tests/Makefile"
16549 ALL_MAKEFILES="$ALL_MAKEFILES \\
16550 dlls/winealsa.drv/Makefile"
16551 test "x$enable_winealsa_drv" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
16552 winealsa.drv"
16553 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
16554 dlls/winealsa.drv/Makefile: dlls/winealsa.drv/Makefile.in dlls/Makedll.rules"
16555 ac_config_files="$ac_config_files dlls/winealsa.drv/Makefile"
16557 ALL_MAKEFILES="$ALL_MAKEFILES \\
16558 dlls/wineaudioio.drv/Makefile"
16559 test "x$enable_wineaudioio_drv" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
16560 wineaudioio.drv"
16561 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
16562 dlls/wineaudioio.drv/Makefile: dlls/wineaudioio.drv/Makefile.in dlls/Makedll.rules"
16563 ac_config_files="$ac_config_files dlls/wineaudioio.drv/Makefile"
16565 ALL_MAKEFILES="$ALL_MAKEFILES \\
16566 dlls/winecoreaudio.drv/Makefile"
16567 test "x$enable_winecoreaudio_drv" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
16568 winecoreaudio.drv"
16569 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
16570 dlls/winecoreaudio.drv/Makefile: dlls/winecoreaudio.drv/Makefile.in dlls/Makedll.rules"
16571 ac_config_files="$ac_config_files dlls/winecoreaudio.drv/Makefile"
16573 ALL_MAKEFILES="$ALL_MAKEFILES \\
16574 dlls/winecrt0/Makefile"
16575 test "x$enable_winecrt0" != xno && ALL_IMPLIB_DIRS="$ALL_IMPLIB_DIRS \\
16576 winecrt0"
16577 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
16578 dlls/winecrt0/Makefile: dlls/winecrt0/Makefile.in dlls/Makeimplib.rules"
16579 ac_config_files="$ac_config_files dlls/winecrt0/Makefile"
16581 ALL_MAKEFILES="$ALL_MAKEFILES \\
16582 dlls/wined3d/Makefile"
16583 test "x$enable_wined3d" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
16584 wined3d"
16585 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
16586 dlls/wined3d/Makefile: dlls/wined3d/Makefile.in dlls/Makedll.rules"
16587 ac_config_files="$ac_config_files dlls/wined3d/Makefile"
16589 ALL_MAKEFILES="$ALL_MAKEFILES \\
16590 dlls/winedos/Makefile"
16591 test "x$enable_winedos" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
16592 winedos"
16593 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
16594 dlls/winedos/Makefile: dlls/winedos/Makefile.in dlls/Makedll.rules"
16595 ac_config_files="$ac_config_files dlls/winedos/Makefile"
16597 ALL_MAKEFILES="$ALL_MAKEFILES \\
16598 dlls/wineesd.drv/Makefile"
16599 test "x$enable_wineesd_drv" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
16600 wineesd.drv"
16601 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
16602 dlls/wineesd.drv/Makefile: dlls/wineesd.drv/Makefile.in dlls/Makedll.rules"
16603 ac_config_files="$ac_config_files dlls/wineesd.drv/Makefile"
16605 ALL_MAKEFILES="$ALL_MAKEFILES \\
16606 dlls/winejack.drv/Makefile"
16607 test "x$enable_winejack_drv" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
16608 winejack.drv"
16609 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
16610 dlls/winejack.drv/Makefile: dlls/winejack.drv/Makefile.in dlls/Makedll.rules"
16611 ac_config_files="$ac_config_files dlls/winejack.drv/Makefile"
16613 ALL_MAKEFILES="$ALL_MAKEFILES \\
16614 dlls/winejoystick.drv/Makefile"
16615 test "x$enable_winejoystick_drv" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
16616 winejoystick.drv"
16617 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
16618 dlls/winejoystick.drv/Makefile: dlls/winejoystick.drv/Makefile.in dlls/Makedll.rules"
16619 ac_config_files="$ac_config_files dlls/winejoystick.drv/Makefile"
16621 ALL_MAKEFILES="$ALL_MAKEFILES \\
16622 dlls/winemp3.acm/Makefile"
16623 test "x$enable_winemp3_acm" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
16624 winemp3.acm"
16625 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
16626 dlls/winemp3.acm/Makefile: dlls/winemp3.acm/Makefile.in dlls/Makedll.rules"
16627 ac_config_files="$ac_config_files dlls/winemp3.acm/Makefile"
16629 ALL_MAKEFILES="$ALL_MAKEFILES \\
16630 dlls/winenas.drv/Makefile"
16631 test "x$enable_winenas_drv" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
16632 winenas.drv"
16633 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
16634 dlls/winenas.drv/Makefile: dlls/winenas.drv/Makefile.in dlls/Makedll.rules"
16635 ac_config_files="$ac_config_files dlls/winenas.drv/Makefile"
16637 ALL_MAKEFILES="$ALL_MAKEFILES \\
16638 dlls/wineoss.drv/Makefile"
16639 test "x$enable_wineoss_drv" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
16640 wineoss.drv"
16641 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
16642 dlls/wineoss.drv/Makefile: dlls/wineoss.drv/Makefile.in dlls/Makedll.rules"
16643 ac_config_files="$ac_config_files dlls/wineoss.drv/Makefile"
16645 ALL_MAKEFILES="$ALL_MAKEFILES \\
16646 dlls/wineps.drv/Makefile"
16647 test "x$enable_wineps_drv" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
16648 wineps.drv"
16649 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
16650 dlls/wineps.drv/Makefile: dlls/wineps.drv/Makefile.in dlls/Makedll.rules"
16651 ac_config_files="$ac_config_files dlls/wineps.drv/Makefile"
16653 ALL_MAKEFILES="$ALL_MAKEFILES \\
16654 dlls/winequartz.drv/Makefile"
16655 test "x$enable_winequartz_drv" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
16656 winequartz.drv"
16657 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
16658 dlls/winequartz.drv/Makefile: dlls/winequartz.drv/Makefile.in dlls/Makedll.rules"
16659 ac_config_files="$ac_config_files dlls/winequartz.drv/Makefile"
16661 ALL_MAKEFILES="$ALL_MAKEFILES \\
16662 dlls/winex11.drv/Makefile"
16663 test "x$enable_winex11_drv" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
16664 winex11.drv"
16665 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
16666 dlls/winex11.drv/Makefile: dlls/winex11.drv/Makefile.in dlls/Makedll.rules"
16667 ac_config_files="$ac_config_files dlls/winex11.drv/Makefile"
16669 ALL_MAKEFILES="$ALL_MAKEFILES \\
16670 dlls/wing32/Makefile"
16671 test "x$enable_wing32" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
16672 wing32"
16673 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
16674 dlls/wing32/Makefile: dlls/wing32/Makefile.in dlls/Makedll.rules"
16675 ac_config_files="$ac_config_files dlls/wing32/Makefile"
16677 ALL_MAKEFILES="$ALL_MAKEFILES \\
16678 dlls/winhttp/Makefile"
16679 test "x$enable_winhttp" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
16680 winhttp"
16681 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
16682 dlls/winhttp/Makefile: dlls/winhttp/Makefile.in dlls/Makedll.rules"
16683 ac_config_files="$ac_config_files dlls/winhttp/Makefile"
16685 ALL_MAKEFILES="$ALL_MAKEFILES \\
16686 dlls/winhttp/tests/Makefile"
16687 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
16688 winhttp/tests"
16689 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
16690 dlls/winhttp/tests/Makefile: dlls/winhttp/tests/Makefile.in dlls/Maketest.rules"
16691 ac_config_files="$ac_config_files dlls/winhttp/tests/Makefile"
16693 ALL_MAKEFILES="$ALL_MAKEFILES \\
16694 dlls/wininet/Makefile"
16695 test "x$enable_wininet" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
16696 wininet"
16697 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
16698 dlls/wininet/Makefile: dlls/wininet/Makefile.in dlls/Makedll.rules"
16699 ac_config_files="$ac_config_files dlls/wininet/Makefile"
16701 ALL_MAKEFILES="$ALL_MAKEFILES \\
16702 dlls/wininet/tests/Makefile"
16703 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
16704 wininet/tests"
16705 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
16706 dlls/wininet/tests/Makefile: dlls/wininet/tests/Makefile.in dlls/Maketest.rules"
16707 ac_config_files="$ac_config_files dlls/wininet/tests/Makefile"
16709 ALL_MAKEFILES="$ALL_MAKEFILES \\
16710 dlls/winmm/Makefile"
16711 test "x$enable_winmm" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
16712 winmm"
16713 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
16714 dlls/winmm/Makefile: dlls/winmm/Makefile.in dlls/Makedll.rules"
16715 ac_config_files="$ac_config_files dlls/winmm/Makefile"
16717 ALL_MAKEFILES="$ALL_MAKEFILES \\
16718 dlls/winmm/tests/Makefile"
16719 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
16720 winmm/tests"
16721 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
16722 dlls/winmm/tests/Makefile: dlls/winmm/tests/Makefile.in dlls/Maketest.rules"
16723 ac_config_files="$ac_config_files dlls/winmm/tests/Makefile"
16725 ALL_MAKEFILES="$ALL_MAKEFILES \\
16726 dlls/winnls.dll16/Makefile"
16727 test "x$enable_win16" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
16728 winnls.dll16"
16729 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
16730 dlls/winnls.dll16/Makefile: dlls/winnls.dll16/Makefile.in dlls/Makedll.rules"
16731 ac_config_files="$ac_config_files dlls/winnls.dll16/Makefile"
16733 ALL_MAKEFILES="$ALL_MAKEFILES \\
16734 dlls/winnls32/Makefile"
16735 test "x$enable_winnls32" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
16736 winnls32"
16737 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
16738 dlls/winnls32/Makefile: dlls/winnls32/Makefile.in dlls/Makedll.rules"
16739 ac_config_files="$ac_config_files dlls/winnls32/Makefile"
16741 ALL_MAKEFILES="$ALL_MAKEFILES \\
16742 dlls/winscard/Makefile"
16743 test "x$enable_winscard" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
16744 winscard"
16745 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
16746 dlls/winscard/Makefile: dlls/winscard/Makefile.in dlls/Makedll.rules"
16747 ac_config_files="$ac_config_files dlls/winscard/Makefile"
16749 ALL_MAKEFILES="$ALL_MAKEFILES \\
16750 dlls/winspool.drv/Makefile"
16751 test "x$enable_winspool_drv" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
16752 winspool.drv"
16753 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
16754 dlls/winspool.drv/Makefile: dlls/winspool.drv/Makefile.in dlls/Makedll.rules"
16755 ac_config_files="$ac_config_files dlls/winspool.drv/Makefile"
16757 ALL_MAKEFILES="$ALL_MAKEFILES \\
16758 dlls/winspool.drv/tests/Makefile"
16759 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
16760 winspool.drv/tests"
16761 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
16762 dlls/winspool.drv/tests/Makefile: dlls/winspool.drv/tests/Makefile.in dlls/Maketest.rules"
16763 ac_config_files="$ac_config_files dlls/winspool.drv/tests/Makefile"
16765 ALL_MAKEFILES="$ALL_MAKEFILES \\
16766 dlls/wintab.dll16/Makefile"
16767 test "x$enable_win16" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
16768 wintab.dll16"
16769 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
16770 dlls/wintab.dll16/Makefile: dlls/wintab.dll16/Makefile.in dlls/Makedll.rules"
16771 ac_config_files="$ac_config_files dlls/wintab.dll16/Makefile"
16773 ALL_MAKEFILES="$ALL_MAKEFILES \\
16774 dlls/wintab32/Makefile"
16775 test "x$enable_wintab32" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
16776 wintab32"
16777 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
16778 dlls/wintab32/Makefile: dlls/wintab32/Makefile.in dlls/Makedll.rules"
16779 ac_config_files="$ac_config_files dlls/wintab32/Makefile"
16781 ALL_MAKEFILES="$ALL_MAKEFILES \\
16782 dlls/wintab32/tests/Makefile"
16783 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
16784 wintab32/tests"
16785 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
16786 dlls/wintab32/tests/Makefile: dlls/wintab32/tests/Makefile.in dlls/Maketest.rules"
16787 ac_config_files="$ac_config_files dlls/wintab32/tests/Makefile"
16789 ALL_MAKEFILES="$ALL_MAKEFILES \\
16790 dlls/wintrust/Makefile"
16791 test "x$enable_wintrust" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
16792 wintrust"
16793 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
16794 dlls/wintrust/Makefile: dlls/wintrust/Makefile.in dlls/Makedll.rules"
16795 ac_config_files="$ac_config_files dlls/wintrust/Makefile"
16797 ALL_MAKEFILES="$ALL_MAKEFILES \\
16798 dlls/wintrust/tests/Makefile"
16799 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
16800 wintrust/tests"
16801 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
16802 dlls/wintrust/tests/Makefile: dlls/wintrust/tests/Makefile.in dlls/Maketest.rules"
16803 ac_config_files="$ac_config_files dlls/wintrust/tests/Makefile"
16805 ALL_MAKEFILES="$ALL_MAKEFILES \\
16806 dlls/wldap32/Makefile"
16807 test "x$enable_wldap32" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
16808 wldap32"
16809 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
16810 dlls/wldap32/Makefile: dlls/wldap32/Makefile.in dlls/Makedll.rules"
16811 ac_config_files="$ac_config_files dlls/wldap32/Makefile"
16813 ALL_MAKEFILES="$ALL_MAKEFILES \\
16814 dlls/wldap32/tests/Makefile"
16815 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
16816 wldap32/tests"
16817 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
16818 dlls/wldap32/tests/Makefile: dlls/wldap32/tests/Makefile.in dlls/Maketest.rules"
16819 ac_config_files="$ac_config_files dlls/wldap32/tests/Makefile"
16821 ALL_MAKEFILES="$ALL_MAKEFILES \\
16822 dlls/wmi/Makefile"
16823 test "x$enable_wmi" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
16824 wmi"
16825 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
16826 dlls/wmi/Makefile: dlls/wmi/Makefile.in dlls/Makedll.rules"
16827 ac_config_files="$ac_config_files dlls/wmi/Makefile"
16829 ALL_MAKEFILES="$ALL_MAKEFILES \\
16830 dlls/wmiutils/Makefile"
16831 test "x$enable_wmiutils" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
16832 wmiutils"
16833 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
16834 dlls/wmiutils/Makefile: dlls/wmiutils/Makefile.in dlls/Makedll.rules"
16835 ac_config_files="$ac_config_files dlls/wmiutils/Makefile"
16837 ALL_MAKEFILES="$ALL_MAKEFILES \\
16838 dlls/wnaspi32/Makefile"
16839 test "x$enable_wnaspi32" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
16840 wnaspi32"
16841 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
16842 dlls/wnaspi32/Makefile: dlls/wnaspi32/Makefile.in dlls/Makedll.rules"
16843 ac_config_files="$ac_config_files dlls/wnaspi32/Makefile"
16845 ALL_MAKEFILES="$ALL_MAKEFILES \\
16846 dlls/wow32/Makefile"
16847 test "x$enable_wow32" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
16848 wow32"
16849 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
16850 dlls/wow32/Makefile: dlls/wow32/Makefile.in dlls/Makedll.rules"
16851 ac_config_files="$ac_config_files dlls/wow32/Makefile"
16853 ALL_MAKEFILES="$ALL_MAKEFILES \\
16854 dlls/ws2_32/Makefile"
16855 test "x$enable_ws2_32" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
16856 ws2_32"
16857 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
16858 dlls/ws2_32/Makefile: dlls/ws2_32/Makefile.in dlls/Makedll.rules"
16859 ac_config_files="$ac_config_files dlls/ws2_32/Makefile"
16861 ALL_MAKEFILES="$ALL_MAKEFILES \\
16862 dlls/ws2_32/tests/Makefile"
16863 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
16864 ws2_32/tests"
16865 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
16866 dlls/ws2_32/tests/Makefile: dlls/ws2_32/tests/Makefile.in dlls/Maketest.rules"
16867 ac_config_files="$ac_config_files dlls/ws2_32/tests/Makefile"
16869 ALL_MAKEFILES="$ALL_MAKEFILES \\
16870 dlls/wsock32/Makefile"
16871 test "x$enable_wsock32" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
16872 wsock32"
16873 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
16874 dlls/wsock32/Makefile: dlls/wsock32/Makefile.in dlls/Makedll.rules"
16875 ac_config_files="$ac_config_files dlls/wsock32/Makefile"
16877 ALL_MAKEFILES="$ALL_MAKEFILES \\
16878 dlls/wtsapi32/Makefile"
16879 test "x$enable_wtsapi32" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
16880 wtsapi32"
16881 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
16882 dlls/wtsapi32/Makefile: dlls/wtsapi32/Makefile.in dlls/Makedll.rules"
16883 ac_config_files="$ac_config_files dlls/wtsapi32/Makefile"
16885 ALL_MAKEFILES="$ALL_MAKEFILES \\
16886 dlls/wuapi/Makefile"
16887 test "x$enable_wuapi" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
16888 wuapi"
16889 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
16890 dlls/wuapi/Makefile: dlls/wuapi/Makefile.in dlls/Makedll.rules"
16891 ac_config_files="$ac_config_files dlls/wuapi/Makefile"
16893 ALL_MAKEFILES="$ALL_MAKEFILES \\
16894 dlls/xinput1_1/Makefile"
16895 test "x$enable_xinput1_1" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
16896 xinput1_1"
16897 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
16898 dlls/xinput1_1/Makefile: dlls/xinput1_1/Makefile.in dlls/Makedll.rules"
16899 ac_config_files="$ac_config_files dlls/xinput1_1/Makefile"
16901 ALL_MAKEFILES="$ALL_MAKEFILES \\
16902 dlls/xinput1_2/Makefile"
16903 test "x$enable_xinput1_2" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
16904 xinput1_2"
16905 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
16906 dlls/xinput1_2/Makefile: dlls/xinput1_2/Makefile.in dlls/Makedll.rules"
16907 ac_config_files="$ac_config_files dlls/xinput1_2/Makefile"
16909 ALL_MAKEFILES="$ALL_MAKEFILES \\
16910 dlls/xinput1_3/Makefile"
16911 test "x$enable_xinput1_3" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
16912 xinput1_3"
16913 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
16914 dlls/xinput1_3/Makefile: dlls/xinput1_3/Makefile.in dlls/Makedll.rules"
16915 ac_config_files="$ac_config_files dlls/xinput1_3/Makefile"
16917 ALL_MAKEFILES="$ALL_MAKEFILES \\
16918 dlls/xinput1_3/tests/Makefile"
16919 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
16920 xinput1_3/tests"
16921 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
16922 dlls/xinput1_3/tests/Makefile: dlls/xinput1_3/tests/Makefile.in dlls/Maketest.rules"
16923 ac_config_files="$ac_config_files dlls/xinput1_3/tests/Makefile"
16925 ALL_MAKEFILES="$ALL_MAKEFILES \\
16926 dlls/xinput9_1_0/Makefile"
16927 test "x$enable_xinput9_1_0" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
16928 xinput9_1_0"
16929 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
16930 dlls/xinput9_1_0/Makefile: dlls/xinput9_1_0/Makefile.in dlls/Makedll.rules"
16931 ac_config_files="$ac_config_files dlls/xinput9_1_0/Makefile"
16933 ALL_MAKEFILES="$ALL_MAKEFILES \\
16934 dlls/xmllite/Makefile"
16935 test "x$enable_xmllite" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
16936 xmllite"
16937 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
16938 dlls/xmllite/Makefile: dlls/xmllite/Makefile.in dlls/Makedll.rules"
16939 ac_config_files="$ac_config_files dlls/xmllite/Makefile"
16941 ALL_MAKEFILES="$ALL_MAKEFILES \\
16942 documentation/Makefile"
16943 test "x$enable_documentation" != xno && ALL_TOP_DIRS="$ALL_TOP_DIRS \\
16944 documentation"
16945 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
16946 documentation/Makefile: documentation/Makefile.in Make.rules"
16947 ac_config_files="$ac_config_files documentation/Makefile"
16949 ALL_MAKEFILES="$ALL_MAKEFILES \\
16950 fonts/Makefile"
16951 test "x$enable_fonts" != xno && ALL_TOP_DIRS="$ALL_TOP_DIRS \\
16952 fonts"
16953 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
16954 fonts/Makefile: fonts/Makefile.in Make.rules"
16955 ac_config_files="$ac_config_files fonts/Makefile"
16957 ALL_MAKEFILES="$ALL_MAKEFILES \\
16958 include/Makefile"
16959 test "x$enable_include" != xno && ALL_TOP_DIRS="$ALL_TOP_DIRS \\
16960 include"
16961 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
16962 include/Makefile: include/Makefile.in Make.rules"
16963 ac_config_files="$ac_config_files include/Makefile"
16965 ALL_MAKEFILES="$ALL_MAKEFILES \\
16966 libs/Makefile"
16967 test "x$enable_libs" != xno && ALL_TOP_DIRS="$ALL_TOP_DIRS \\
16968 libs"
16969 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
16970 libs/Makefile: libs/Makefile.in Make.rules"
16971 ac_config_files="$ac_config_files libs/Makefile"
16973 ALL_MAKEFILES="$ALL_MAKEFILES \\
16974 libs/port/Makefile"
16976 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
16977 libs/port/Makefile: libs/port/Makefile.in Make.rules"
16978 ac_config_files="$ac_config_files libs/port/Makefile"
16980 ALL_MAKEFILES="$ALL_MAKEFILES \\
16981 libs/wine/Makefile"
16983 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
16984 libs/wine/Makefile: libs/wine/Makefile.in Make.rules"
16985 ac_config_files="$ac_config_files libs/wine/Makefile"
16987 ALL_MAKEFILES="$ALL_MAKEFILES \\
16988 libs/wpp/Makefile"
16990 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
16991 libs/wpp/Makefile: libs/wpp/Makefile.in Make.rules"
16992 ac_config_files="$ac_config_files libs/wpp/Makefile"
16994 ALL_MAKEFILES="$ALL_MAKEFILES \\
16995 loader/Makefile"
16996 test "x$enable_loader" != xno && ALL_TOP_DIRS="$ALL_TOP_DIRS \\
16997 loader"
16998 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
16999 loader/Makefile: loader/Makefile.in Make.rules"
17000 ac_config_files="$ac_config_files loader/Makefile"
17002 ALL_MAKEFILES="$ALL_MAKEFILES \\
17003 programs/Makefile"
17004 test "x$enable_programs" != xno && ALL_TOP_DIRS="$ALL_TOP_DIRS \\
17005 programs"
17006 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
17007 programs/Makefile: programs/Makefile.in Make.rules"
17008 ac_config_files="$ac_config_files programs/Makefile"
17010 ALL_MAKEFILES="$ALL_MAKEFILES \\
17011 programs/cacls/Makefile"
17012 test "x$enable_cacls" != xno && ALL_PROGRAM_DIRS="$ALL_PROGRAM_DIRS \\
17013 cacls" && ALL_PROGRAM_INSTALL_DIRS="$ALL_PROGRAM_INSTALL_DIRS \\
17014 cacls"
17015 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
17016 programs/cacls/Makefile: programs/cacls/Makefile.in programs/Makeprog.rules"
17017 ac_config_files="$ac_config_files programs/cacls/Makefile"
17019 ALL_MAKEFILES="$ALL_MAKEFILES \\
17020 programs/clock/Makefile"
17021 test "x$enable_clock" != xno && ALL_PROGRAM_DIRS="$ALL_PROGRAM_DIRS \\
17022 clock" && ALL_PROGRAM_INSTALL_DIRS="$ALL_PROGRAM_INSTALL_DIRS \\
17023 clock"
17024 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
17025 programs/clock/Makefile: programs/clock/Makefile.in programs/Makeprog.rules"
17026 ac_config_files="$ac_config_files programs/clock/Makefile"
17028 ALL_MAKEFILES="$ALL_MAKEFILES \\
17029 programs/cmd/Makefile"
17030 test "x$enable_cmd" != xno && ALL_PROGRAM_DIRS="$ALL_PROGRAM_DIRS \\
17031 cmd" && ALL_PROGRAM_INSTALL_DIRS="$ALL_PROGRAM_INSTALL_DIRS \\
17032 cmd"
17033 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
17034 programs/cmd/Makefile: programs/cmd/Makefile.in programs/Makeprog.rules"
17035 ac_config_files="$ac_config_files programs/cmd/Makefile"
17037 ALL_MAKEFILES="$ALL_MAKEFILES \\
17038 programs/cmdlgtst/Makefile"
17039 test "x$enable_cmdlgtst" != xno && ALL_PROGRAM_DIRS="$ALL_PROGRAM_DIRS \\
17040 cmdlgtst"
17041 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
17042 programs/cmdlgtst/Makefile: programs/cmdlgtst/Makefile.in programs/Makeprog.rules"
17043 ac_config_files="$ac_config_files programs/cmdlgtst/Makefile"
17045 ALL_MAKEFILES="$ALL_MAKEFILES \\
17046 programs/control/Makefile"
17047 test "x$enable_control" != xno && ALL_PROGRAM_DIRS="$ALL_PROGRAM_DIRS \\
17048 control" && ALL_PROGRAM_INSTALL_DIRS="$ALL_PROGRAM_INSTALL_DIRS \\
17049 control"
17050 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
17051 programs/control/Makefile: programs/control/Makefile.in programs/Makeprog.rules"
17052 ac_config_files="$ac_config_files programs/control/Makefile"
17054 ALL_MAKEFILES="$ALL_MAKEFILES \\
17055 programs/eject/Makefile"
17056 test "x$enable_eject" != xno && ALL_PROGRAM_DIRS="$ALL_PROGRAM_DIRS \\
17057 eject" && ALL_PROGRAM_INSTALL_DIRS="$ALL_PROGRAM_INSTALL_DIRS \\
17058 eject"
17059 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
17060 programs/eject/Makefile: programs/eject/Makefile.in programs/Makeprog.rules"
17061 ac_config_files="$ac_config_files programs/eject/Makefile"
17063 ALL_MAKEFILES="$ALL_MAKEFILES \\
17064 programs/expand/Makefile"
17065 test "x$enable_expand" != xno && ALL_PROGRAM_DIRS="$ALL_PROGRAM_DIRS \\
17066 expand" && ALL_PROGRAM_INSTALL_DIRS="$ALL_PROGRAM_INSTALL_DIRS \\
17067 expand"
17068 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
17069 programs/expand/Makefile: programs/expand/Makefile.in programs/Makeprog.rules"
17070 ac_config_files="$ac_config_files programs/expand/Makefile"
17072 ALL_MAKEFILES="$ALL_MAKEFILES \\
17073 programs/explorer/Makefile"
17074 test "x$enable_explorer" != xno && ALL_PROGRAM_DIRS="$ALL_PROGRAM_DIRS \\
17075 explorer" && ALL_PROGRAM_INSTALL_DIRS="$ALL_PROGRAM_INSTALL_DIRS \\
17076 explorer"
17077 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
17078 programs/explorer/Makefile: programs/explorer/Makefile.in programs/Makeprog.rules"
17079 ac_config_files="$ac_config_files programs/explorer/Makefile"
17081 ALL_MAKEFILES="$ALL_MAKEFILES \\
17082 programs/hh/Makefile"
17083 test "x$enable_hh" != xno && ALL_PROGRAM_DIRS="$ALL_PROGRAM_DIRS \\
17084 hh" && ALL_PROGRAM_INSTALL_DIRS="$ALL_PROGRAM_INSTALL_DIRS \\
17086 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
17087 programs/hh/Makefile: programs/hh/Makefile.in programs/Makeprog.rules"
17088 ac_config_files="$ac_config_files programs/hh/Makefile"
17090 ALL_MAKEFILES="$ALL_MAKEFILES \\
17091 programs/icinfo/Makefile"
17092 test "x$enable_icinfo" != xno && ALL_PROGRAM_DIRS="$ALL_PROGRAM_DIRS \\
17093 icinfo" && ALL_PROGRAM_INSTALL_DIRS="$ALL_PROGRAM_INSTALL_DIRS \\
17094 icinfo"
17095 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
17096 programs/icinfo/Makefile: programs/icinfo/Makefile.in programs/Makeprog.rules"
17097 ac_config_files="$ac_config_files programs/icinfo/Makefile"
17099 ALL_MAKEFILES="$ALL_MAKEFILES \\
17100 programs/iexplore/Makefile"
17101 test "x$enable_iexplore" != xno && ALL_PROGRAM_DIRS="$ALL_PROGRAM_DIRS \\
17102 iexplore" && ALL_PROGRAM_INSTALL_DIRS="$ALL_PROGRAM_INSTALL_DIRS \\
17103 iexplore"
17104 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
17105 programs/iexplore/Makefile: programs/iexplore/Makefile.in programs/Makeprog.rules"
17106 ac_config_files="$ac_config_files programs/iexplore/Makefile"
17108 ALL_MAKEFILES="$ALL_MAKEFILES \\
17109 programs/lodctr/Makefile"
17110 test "x$enable_lodctr" != xno && ALL_PROGRAM_DIRS="$ALL_PROGRAM_DIRS \\
17111 lodctr" && ALL_PROGRAM_INSTALL_DIRS="$ALL_PROGRAM_INSTALL_DIRS \\
17112 lodctr"
17113 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
17114 programs/lodctr/Makefile: programs/lodctr/Makefile.in programs/Makeprog.rules"
17115 ac_config_files="$ac_config_files programs/lodctr/Makefile"
17117 ALL_MAKEFILES="$ALL_MAKEFILES \\
17118 programs/msiexec/Makefile"
17119 test "x$enable_msiexec" != xno && ALL_PROGRAM_DIRS="$ALL_PROGRAM_DIRS \\
17120 msiexec" && ALL_PROGRAM_INSTALL_DIRS="$ALL_PROGRAM_INSTALL_DIRS \\
17121 msiexec" && ALL_PROGRAM_BIN_INSTALL_DIRS="$ALL_PROGRAM_BIN_INSTALL_DIRS \\
17122 msiexec"
17123 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
17124 programs/msiexec/Makefile: programs/msiexec/Makefile.in programs/Makeprog.rules"
17125 ac_config_files="$ac_config_files programs/msiexec/Makefile"
17127 ALL_MAKEFILES="$ALL_MAKEFILES \\
17128 programs/net/Makefile"
17129 test "x$enable_net" != xno && ALL_PROGRAM_DIRS="$ALL_PROGRAM_DIRS \\
17130 net" && ALL_PROGRAM_INSTALL_DIRS="$ALL_PROGRAM_INSTALL_DIRS \\
17131 net"
17132 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
17133 programs/net/Makefile: programs/net/Makefile.in programs/Makeprog.rules"
17134 ac_config_files="$ac_config_files programs/net/Makefile"
17136 ALL_MAKEFILES="$ALL_MAKEFILES \\
17137 programs/notepad/Makefile"
17138 test "x$enable_notepad" != xno && ALL_PROGRAM_DIRS="$ALL_PROGRAM_DIRS \\
17139 notepad" && ALL_PROGRAM_INSTALL_DIRS="$ALL_PROGRAM_INSTALL_DIRS \\
17140 notepad" && ALL_PROGRAM_BIN_INSTALL_DIRS="$ALL_PROGRAM_BIN_INSTALL_DIRS \\
17141 notepad"
17142 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
17143 programs/notepad/Makefile: programs/notepad/Makefile.in programs/Makeprog.rules"
17144 ac_config_files="$ac_config_files programs/notepad/Makefile"
17146 ALL_MAKEFILES="$ALL_MAKEFILES \\
17147 programs/oleview/Makefile"
17148 test "x$enable_oleview" != xno && ALL_PROGRAM_DIRS="$ALL_PROGRAM_DIRS \\
17149 oleview" && ALL_PROGRAM_INSTALL_DIRS="$ALL_PROGRAM_INSTALL_DIRS \\
17150 oleview"
17151 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
17152 programs/oleview/Makefile: programs/oleview/Makefile.in programs/Makeprog.rules"
17153 ac_config_files="$ac_config_files programs/oleview/Makefile"
17155 ALL_MAKEFILES="$ALL_MAKEFILES \\
17156 programs/progman/Makefile"
17157 test "x$enable_progman" != xno && ALL_PROGRAM_DIRS="$ALL_PROGRAM_DIRS \\
17158 progman" && ALL_PROGRAM_INSTALL_DIRS="$ALL_PROGRAM_INSTALL_DIRS \\
17159 progman"
17160 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
17161 programs/progman/Makefile: programs/progman/Makefile.in programs/Makeprog.rules"
17162 ac_config_files="$ac_config_files programs/progman/Makefile"
17164 ALL_MAKEFILES="$ALL_MAKEFILES \\
17165 programs/reg/Makefile"
17166 test "x$enable_reg" != xno && ALL_PROGRAM_DIRS="$ALL_PROGRAM_DIRS \\
17167 reg" && ALL_PROGRAM_INSTALL_DIRS="$ALL_PROGRAM_INSTALL_DIRS \\
17168 reg"
17169 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
17170 programs/reg/Makefile: programs/reg/Makefile.in programs/Makeprog.rules"
17171 ac_config_files="$ac_config_files programs/reg/Makefile"
17173 ALL_MAKEFILES="$ALL_MAKEFILES \\
17174 programs/regedit/Makefile"
17175 test "x$enable_regedit" != xno && ALL_PROGRAM_DIRS="$ALL_PROGRAM_DIRS \\
17176 regedit" && ALL_PROGRAM_INSTALL_DIRS="$ALL_PROGRAM_INSTALL_DIRS \\
17177 regedit" && ALL_PROGRAM_BIN_INSTALL_DIRS="$ALL_PROGRAM_BIN_INSTALL_DIRS \\
17178 regedit"
17179 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
17180 programs/regedit/Makefile: programs/regedit/Makefile.in programs/Makeprog.rules"
17181 ac_config_files="$ac_config_files programs/regedit/Makefile"
17183 ALL_MAKEFILES="$ALL_MAKEFILES \\
17184 programs/regsvr32/Makefile"
17185 test "x$enable_regsvr32" != xno && ALL_PROGRAM_DIRS="$ALL_PROGRAM_DIRS \\
17186 regsvr32" && ALL_PROGRAM_INSTALL_DIRS="$ALL_PROGRAM_INSTALL_DIRS \\
17187 regsvr32" && ALL_PROGRAM_BIN_INSTALL_DIRS="$ALL_PROGRAM_BIN_INSTALL_DIRS \\
17188 regsvr32"
17189 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
17190 programs/regsvr32/Makefile: programs/regsvr32/Makefile.in programs/Makeprog.rules"
17191 ac_config_files="$ac_config_files programs/regsvr32/Makefile"
17193 ALL_MAKEFILES="$ALL_MAKEFILES \\
17194 programs/rpcss/Makefile"
17195 test "x$enable_rpcss" != xno && ALL_PROGRAM_DIRS="$ALL_PROGRAM_DIRS \\
17196 rpcss" && ALL_PROGRAM_INSTALL_DIRS="$ALL_PROGRAM_INSTALL_DIRS \\
17197 rpcss"
17198 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
17199 programs/rpcss/Makefile: programs/rpcss/Makefile.in programs/Makeprog.rules"
17200 ac_config_files="$ac_config_files programs/rpcss/Makefile"
17202 ALL_MAKEFILES="$ALL_MAKEFILES \\
17203 programs/rundll32/Makefile"
17204 test "x$enable_rundll32" != xno && ALL_PROGRAM_DIRS="$ALL_PROGRAM_DIRS \\
17205 rundll32" && ALL_PROGRAM_INSTALL_DIRS="$ALL_PROGRAM_INSTALL_DIRS \\
17206 rundll32"
17207 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
17208 programs/rundll32/Makefile: programs/rundll32/Makefile.in programs/Makeprog.rules"
17209 ac_config_files="$ac_config_files programs/rundll32/Makefile"
17211 ALL_MAKEFILES="$ALL_MAKEFILES \\
17212 programs/secedit/Makefile"
17213 test "x$enable_secedit" != xno && ALL_PROGRAM_DIRS="$ALL_PROGRAM_DIRS \\
17214 secedit" && ALL_PROGRAM_INSTALL_DIRS="$ALL_PROGRAM_INSTALL_DIRS \\
17215 secedit"
17216 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
17217 programs/secedit/Makefile: programs/secedit/Makefile.in programs/Makeprog.rules"
17218 ac_config_files="$ac_config_files programs/secedit/Makefile"
17220 ALL_MAKEFILES="$ALL_MAKEFILES \\
17221 programs/services/Makefile"
17222 test "x$enable_services" != xno && ALL_PROGRAM_DIRS="$ALL_PROGRAM_DIRS \\
17223 services" && ALL_PROGRAM_INSTALL_DIRS="$ALL_PROGRAM_INSTALL_DIRS \\
17224 services"
17225 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
17226 programs/services/Makefile: programs/services/Makefile.in programs/Makeprog.rules"
17227 ac_config_files="$ac_config_files programs/services/Makefile"
17229 ALL_MAKEFILES="$ALL_MAKEFILES \\
17230 programs/spoolsv/Makefile"
17231 test "x$enable_spoolsv" != xno && ALL_PROGRAM_DIRS="$ALL_PROGRAM_DIRS \\
17232 spoolsv" && ALL_PROGRAM_INSTALL_DIRS="$ALL_PROGRAM_INSTALL_DIRS \\
17233 spoolsv"
17234 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
17235 programs/spoolsv/Makefile: programs/spoolsv/Makefile.in programs/Makeprog.rules"
17236 ac_config_files="$ac_config_files programs/spoolsv/Makefile"
17238 ALL_MAKEFILES="$ALL_MAKEFILES \\
17239 programs/start/Makefile"
17240 test "x$enable_start" != xno && ALL_PROGRAM_DIRS="$ALL_PROGRAM_DIRS \\
17241 start" && ALL_PROGRAM_INSTALL_DIRS="$ALL_PROGRAM_INSTALL_DIRS \\
17242 start"
17243 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
17244 programs/start/Makefile: programs/start/Makefile.in programs/Makeprog.rules"
17245 ac_config_files="$ac_config_files programs/start/Makefile"
17247 ALL_MAKEFILES="$ALL_MAKEFILES \\
17248 programs/svchost/Makefile"
17249 test "x$enable_svchost" != xno && ALL_PROGRAM_DIRS="$ALL_PROGRAM_DIRS \\
17250 svchost" && ALL_PROGRAM_INSTALL_DIRS="$ALL_PROGRAM_INSTALL_DIRS \\
17251 svchost"
17252 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
17253 programs/svchost/Makefile: programs/svchost/Makefile.in programs/Makeprog.rules"
17254 ac_config_files="$ac_config_files programs/svchost/Makefile"
17256 ALL_MAKEFILES="$ALL_MAKEFILES \\
17257 programs/taskmgr/Makefile"
17258 test "x$enable_taskmgr" != xno && ALL_PROGRAM_DIRS="$ALL_PROGRAM_DIRS \\
17259 taskmgr" && ALL_PROGRAM_INSTALL_DIRS="$ALL_PROGRAM_INSTALL_DIRS \\
17260 taskmgr"
17261 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
17262 programs/taskmgr/Makefile: programs/taskmgr/Makefile.in programs/Makeprog.rules"
17263 ac_config_files="$ac_config_files programs/taskmgr/Makefile"
17265 ALL_MAKEFILES="$ALL_MAKEFILES \\
17266 programs/termsv/Makefile"
17267 test "x$enable_termsv" != xno && ALL_PROGRAM_DIRS="$ALL_PROGRAM_DIRS \\
17268 termsv" && ALL_PROGRAM_INSTALL_DIRS="$ALL_PROGRAM_INSTALL_DIRS \\
17269 termsv"
17270 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
17271 programs/termsv/Makefile: programs/termsv/Makefile.in programs/Makeprog.rules"
17272 ac_config_files="$ac_config_files programs/termsv/Makefile"
17274 ALL_MAKEFILES="$ALL_MAKEFILES \\
17275 programs/uninstaller/Makefile"
17276 test "x$enable_uninstaller" != xno && ALL_PROGRAM_DIRS="$ALL_PROGRAM_DIRS \\
17277 uninstaller" && ALL_PROGRAM_INSTALL_DIRS="$ALL_PROGRAM_INSTALL_DIRS \\
17278 uninstaller"
17279 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
17280 programs/uninstaller/Makefile: programs/uninstaller/Makefile.in programs/Makeprog.rules"
17281 ac_config_files="$ac_config_files programs/uninstaller/Makefile"
17283 ALL_MAKEFILES="$ALL_MAKEFILES \\
17284 programs/unlodctr/Makefile"
17285 test "x$enable_unlodctr" != xno && ALL_PROGRAM_DIRS="$ALL_PROGRAM_DIRS \\
17286 unlodctr" && ALL_PROGRAM_INSTALL_DIRS="$ALL_PROGRAM_INSTALL_DIRS \\
17287 unlodctr"
17288 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
17289 programs/unlodctr/Makefile: programs/unlodctr/Makefile.in programs/Makeprog.rules"
17290 ac_config_files="$ac_config_files programs/unlodctr/Makefile"
17292 ALL_MAKEFILES="$ALL_MAKEFILES \\
17293 programs/view/Makefile"
17294 test "x$enable_view" != xno && ALL_PROGRAM_DIRS="$ALL_PROGRAM_DIRS \\
17295 view"
17296 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
17297 programs/view/Makefile: programs/view/Makefile.in programs/Makeprog.rules"
17298 ac_config_files="$ac_config_files programs/view/Makefile"
17300 ALL_MAKEFILES="$ALL_MAKEFILES \\
17301 programs/wineboot/Makefile"
17302 test "x$enable_wineboot" != xno && ALL_PROGRAM_DIRS="$ALL_PROGRAM_DIRS \\
17303 wineboot" && ALL_PROGRAM_INSTALL_DIRS="$ALL_PROGRAM_INSTALL_DIRS \\
17304 wineboot" && ALL_PROGRAM_BIN_INSTALL_DIRS="$ALL_PROGRAM_BIN_INSTALL_DIRS \\
17305 wineboot"
17306 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
17307 programs/wineboot/Makefile: programs/wineboot/Makefile.in programs/Makeprog.rules"
17308 ac_config_files="$ac_config_files programs/wineboot/Makefile"
17310 ALL_MAKEFILES="$ALL_MAKEFILES \\
17311 programs/winebrowser/Makefile"
17312 test "x$enable_winebrowser" != xno && ALL_PROGRAM_DIRS="$ALL_PROGRAM_DIRS \\
17313 winebrowser" && ALL_PROGRAM_INSTALL_DIRS="$ALL_PROGRAM_INSTALL_DIRS \\
17314 winebrowser"
17315 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
17316 programs/winebrowser/Makefile: programs/winebrowser/Makefile.in programs/Makeprog.rules"
17317 ac_config_files="$ac_config_files programs/winebrowser/Makefile"
17319 ALL_MAKEFILES="$ALL_MAKEFILES \\
17320 programs/winecfg/Makefile"
17321 test "x$enable_winecfg" != xno && ALL_PROGRAM_DIRS="$ALL_PROGRAM_DIRS \\
17322 winecfg" && ALL_PROGRAM_INSTALL_DIRS="$ALL_PROGRAM_INSTALL_DIRS \\
17323 winecfg" && ALL_PROGRAM_BIN_INSTALL_DIRS="$ALL_PROGRAM_BIN_INSTALL_DIRS \\
17324 winecfg"
17325 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
17326 programs/winecfg/Makefile: programs/winecfg/Makefile.in programs/Makeprog.rules"
17327 ac_config_files="$ac_config_files programs/winecfg/Makefile"
17329 ALL_MAKEFILES="$ALL_MAKEFILES \\
17330 programs/wineconsole/Makefile"
17331 test "x$enable_wineconsole" != xno && ALL_PROGRAM_DIRS="$ALL_PROGRAM_DIRS \\
17332 wineconsole" && ALL_PROGRAM_INSTALL_DIRS="$ALL_PROGRAM_INSTALL_DIRS \\
17333 wineconsole" && ALL_PROGRAM_BIN_INSTALL_DIRS="$ALL_PROGRAM_BIN_INSTALL_DIRS \\
17334 wineconsole"
17335 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
17336 programs/wineconsole/Makefile: programs/wineconsole/Makefile.in programs/Makeprog.rules"
17337 ac_config_files="$ac_config_files programs/wineconsole/Makefile"
17339 ALL_MAKEFILES="$ALL_MAKEFILES \\
17340 programs/winedbg/Makefile"
17341 test "x$enable_winedbg" != xno && ALL_PROGRAM_DIRS="$ALL_PROGRAM_DIRS \\
17342 winedbg" && ALL_PROGRAM_INSTALL_DIRS="$ALL_PROGRAM_INSTALL_DIRS \\
17343 winedbg" && ALL_PROGRAM_BIN_INSTALL_DIRS="$ALL_PROGRAM_BIN_INSTALL_DIRS \\
17344 winedbg"
17345 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
17346 programs/winedbg/Makefile: programs/winedbg/Makefile.in programs/Makeprog.rules"
17347 ac_config_files="$ac_config_files programs/winedbg/Makefile"
17349 ALL_MAKEFILES="$ALL_MAKEFILES \\
17350 programs/winedevice/Makefile"
17351 test "x$enable_winedevice" != xno && ALL_PROGRAM_DIRS="$ALL_PROGRAM_DIRS \\
17352 winedevice" && ALL_PROGRAM_INSTALL_DIRS="$ALL_PROGRAM_INSTALL_DIRS \\
17353 winedevice"
17354 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
17355 programs/winedevice/Makefile: programs/winedevice/Makefile.in programs/Makeprog.rules"
17356 ac_config_files="$ac_config_files programs/winedevice/Makefile"
17358 ALL_MAKEFILES="$ALL_MAKEFILES \\
17359 programs/winefile/Makefile"
17360 test "x$enable_winefile" != xno && ALL_PROGRAM_DIRS="$ALL_PROGRAM_DIRS \\
17361 winefile" && ALL_PROGRAM_INSTALL_DIRS="$ALL_PROGRAM_INSTALL_DIRS \\
17362 winefile" && ALL_PROGRAM_BIN_INSTALL_DIRS="$ALL_PROGRAM_BIN_INSTALL_DIRS \\
17363 winefile"
17364 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
17365 programs/winefile/Makefile: programs/winefile/Makefile.in programs/Makeprog.rules"
17366 ac_config_files="$ac_config_files programs/winefile/Makefile"
17368 ALL_MAKEFILES="$ALL_MAKEFILES \\
17369 programs/winemenubuilder/Makefile"
17370 test "x$enable_winemenubuilder" != xno && ALL_PROGRAM_DIRS="$ALL_PROGRAM_DIRS \\
17371 winemenubuilder" && ALL_PROGRAM_INSTALL_DIRS="$ALL_PROGRAM_INSTALL_DIRS \\
17372 winemenubuilder"
17373 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
17374 programs/winemenubuilder/Makefile: programs/winemenubuilder/Makefile.in programs/Makeprog.rules"
17375 ac_config_files="$ac_config_files programs/winemenubuilder/Makefile"
17377 ALL_MAKEFILES="$ALL_MAKEFILES \\
17378 programs/winemine/Makefile"
17379 test "x$enable_winemine" != xno && ALL_PROGRAM_DIRS="$ALL_PROGRAM_DIRS \\
17380 winemine" && ALL_PROGRAM_INSTALL_DIRS="$ALL_PROGRAM_INSTALL_DIRS \\
17381 winemine" && ALL_PROGRAM_BIN_INSTALL_DIRS="$ALL_PROGRAM_BIN_INSTALL_DIRS \\
17382 winemine"
17383 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
17384 programs/winemine/Makefile: programs/winemine/Makefile.in programs/Makeprog.rules"
17385 ac_config_files="$ac_config_files programs/winemine/Makefile"
17387 ALL_MAKEFILES="$ALL_MAKEFILES \\
17388 programs/winepath/Makefile"
17389 test "x$enable_winepath" != xno && ALL_PROGRAM_DIRS="$ALL_PROGRAM_DIRS \\
17390 winepath" && ALL_PROGRAM_INSTALL_DIRS="$ALL_PROGRAM_INSTALL_DIRS \\
17391 winepath" && ALL_PROGRAM_BIN_INSTALL_DIRS="$ALL_PROGRAM_BIN_INSTALL_DIRS \\
17392 winepath"
17393 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
17394 programs/winepath/Makefile: programs/winepath/Makefile.in programs/Makeprog.rules"
17395 ac_config_files="$ac_config_files programs/winepath/Makefile"
17397 ALL_MAKEFILES="$ALL_MAKEFILES \\
17398 programs/winetest/Makefile"
17399 test "x$enable_winetest" != xno && ALL_PROGRAM_DIRS="$ALL_PROGRAM_DIRS \\
17400 winetest"
17401 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
17402 programs/winetest/Makefile: programs/winetest/Makefile.in programs/Makeprog.rules"
17403 ac_config_files="$ac_config_files programs/winetest/Makefile"
17405 ALL_MAKEFILES="$ALL_MAKEFILES \\
17406 programs/winevdm/Makefile"
17407 test "x$enable_winevdm" != xno && ALL_PROGRAM_DIRS="$ALL_PROGRAM_DIRS \\
17408 winevdm" && ALL_PROGRAM_INSTALL_DIRS="$ALL_PROGRAM_INSTALL_DIRS \\
17409 winevdm"
17410 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
17411 programs/winevdm/Makefile: programs/winevdm/Makefile.in programs/Makeprog.rules"
17412 ac_config_files="$ac_config_files programs/winevdm/Makefile"
17414 ALL_MAKEFILES="$ALL_MAKEFILES \\
17415 programs/winhelp.exe16/Makefile"
17416 test "x$enable_win16" != xno && ALL_PROGRAM_DIRS="$ALL_PROGRAM_DIRS \\
17417 winhelp.exe16" && ALL_PROGRAM_INSTALL_DIRS="$ALL_PROGRAM_INSTALL_DIRS \\
17418 winhelp.exe16"
17419 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
17420 programs/winhelp.exe16/Makefile: programs/winhelp.exe16/Makefile.in programs/Makeprog.rules"
17421 ac_config_files="$ac_config_files programs/winhelp.exe16/Makefile"
17423 ALL_MAKEFILES="$ALL_MAKEFILES \\
17424 programs/winhlp32/Makefile"
17425 test "x$enable_winhlp32" != xno && ALL_PROGRAM_DIRS="$ALL_PROGRAM_DIRS \\
17426 winhlp32" && ALL_PROGRAM_INSTALL_DIRS="$ALL_PROGRAM_INSTALL_DIRS \\
17427 winhlp32"
17428 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
17429 programs/winhlp32/Makefile: programs/winhlp32/Makefile.in programs/Makeprog.rules"
17430 ac_config_files="$ac_config_files programs/winhlp32/Makefile"
17432 ALL_MAKEFILES="$ALL_MAKEFILES \\
17433 programs/winoldap.mod16/Makefile"
17434 test "x$enable_win16" != xno && ALL_PROGRAM_DIRS="$ALL_PROGRAM_DIRS \\
17435 winoldap.mod16" && ALL_PROGRAM_INSTALL_DIRS="$ALL_PROGRAM_INSTALL_DIRS \\
17436 winoldap.mod16"
17437 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
17438 programs/winoldap.mod16/Makefile: programs/winoldap.mod16/Makefile.in programs/Makeprog.rules"
17439 ac_config_files="$ac_config_files programs/winoldap.mod16/Makefile"
17441 ALL_MAKEFILES="$ALL_MAKEFILES \\
17442 programs/winver/Makefile"
17443 test "x$enable_winver" != xno && ALL_PROGRAM_DIRS="$ALL_PROGRAM_DIRS \\
17444 winver" && ALL_PROGRAM_INSTALL_DIRS="$ALL_PROGRAM_INSTALL_DIRS \\
17445 winver"
17446 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
17447 programs/winver/Makefile: programs/winver/Makefile.in programs/Makeprog.rules"
17448 ac_config_files="$ac_config_files programs/winver/Makefile"
17450 ALL_MAKEFILES="$ALL_MAKEFILES \\
17451 programs/wordpad/Makefile"
17452 test "x$enable_wordpad" != xno && ALL_PROGRAM_DIRS="$ALL_PROGRAM_DIRS \\
17453 wordpad" && ALL_PROGRAM_INSTALL_DIRS="$ALL_PROGRAM_INSTALL_DIRS \\
17454 wordpad"
17455 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
17456 programs/wordpad/Makefile: programs/wordpad/Makefile.in programs/Makeprog.rules"
17457 ac_config_files="$ac_config_files programs/wordpad/Makefile"
17459 ALL_MAKEFILES="$ALL_MAKEFILES \\
17460 programs/write/Makefile"
17461 test "x$enable_write" != xno && ALL_PROGRAM_DIRS="$ALL_PROGRAM_DIRS \\
17462 write" && ALL_PROGRAM_INSTALL_DIRS="$ALL_PROGRAM_INSTALL_DIRS \\
17463 write"
17464 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
17465 programs/write/Makefile: programs/write/Makefile.in programs/Makeprog.rules"
17466 ac_config_files="$ac_config_files programs/write/Makefile"
17468 ALL_MAKEFILES="$ALL_MAKEFILES \\
17469 programs/xcopy/Makefile"
17470 test "x$enable_xcopy" != xno && ALL_PROGRAM_DIRS="$ALL_PROGRAM_DIRS \\
17471 xcopy" && ALL_PROGRAM_INSTALL_DIRS="$ALL_PROGRAM_INSTALL_DIRS \\
17472 xcopy"
17473 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
17474 programs/xcopy/Makefile: programs/xcopy/Makefile.in programs/Makeprog.rules"
17475 ac_config_files="$ac_config_files programs/xcopy/Makefile"
17477 ALL_MAKEFILES="$ALL_MAKEFILES \\
17478 server/Makefile"
17479 test "x$enable_server" != xno && ALL_TOP_DIRS="$ALL_TOP_DIRS \\
17480 server"
17481 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
17482 server/Makefile: server/Makefile.in Make.rules"
17483 ac_config_files="$ac_config_files server/Makefile"
17485 ALL_MAKEFILES="$ALL_MAKEFILES \\
17486 tools/Makefile"
17487 test "x$enable_tools" != xno && ALL_TOP_DIRS="$ALL_TOP_DIRS \\
17488 tools"
17489 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
17490 tools/Makefile: tools/Makefile.in Make.rules"
17491 ac_config_files="$ac_config_files tools/Makefile"
17493 ALL_MAKEFILES="$ALL_MAKEFILES \\
17494 tools/widl/Makefile"
17496 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
17497 tools/widl/Makefile: tools/widl/Makefile.in Make.rules"
17498 ac_config_files="$ac_config_files tools/widl/Makefile"
17500 ALL_MAKEFILES="$ALL_MAKEFILES \\
17501 tools/winebuild/Makefile"
17503 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
17504 tools/winebuild/Makefile: tools/winebuild/Makefile.in Make.rules"
17505 ac_config_files="$ac_config_files tools/winebuild/Makefile"
17507 ALL_MAKEFILES="$ALL_MAKEFILES \\
17508 tools/winedump/Makefile"
17510 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
17511 tools/winedump/Makefile: tools/winedump/Makefile.in Make.rules"
17512 ac_config_files="$ac_config_files tools/winedump/Makefile"
17514 ALL_MAKEFILES="$ALL_MAKEFILES \\
17515 tools/winegcc/Makefile"
17517 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
17518 tools/winegcc/Makefile: tools/winegcc/Makefile.in Make.rules"
17519 ac_config_files="$ac_config_files tools/winegcc/Makefile"
17521 ALL_MAKEFILES="$ALL_MAKEFILES \\
17522 tools/wmc/Makefile"
17524 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
17525 tools/wmc/Makefile: tools/wmc/Makefile.in Make.rules"
17526 ac_config_files="$ac_config_files tools/wmc/Makefile"
17528 ALL_MAKEFILES="$ALL_MAKEFILES \\
17529 tools/wrc/Makefile"
17531 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
17532 tools/wrc/Makefile: tools/wrc/Makefile.in Make.rules"
17533 ac_config_files="$ac_config_files tools/wrc/Makefile"
17537 ALL_WINETEST_DEPENDS="# Test binaries"
17539 for dir in $ALL_TEST_DIRS
17541 if test "$dir" != "\\"
17542 then
17543 testname=`expr $dir : '\(.*\)/tests'`_test
17544 ALL_WINETEST_DEPENDS="$ALL_WINETEST_DEPENDS
17546 $testname.exe: \$(DLLDIR)/$dir/$testname.exe\$(DLLEXT)
17547 cp \$(DLLDIR)/$dir/$testname.exe\$(DLLEXT) \$@ && \$(STRIP) \$@
17548 $testname.rc:
17549 echo \"$testname.exe TESTRES \\\"$testname.exe\\\"\" >\$@ || (\$(RM) \$@ && false)
17550 $testname.res: $testname.rc $testname.exe"
17552 done
17554 test -n "$DLLEXT" || ALL_PROGRAM_BIN_INSTALL_DIRS=""
17556 cat >confcache <<\_ACEOF
17557 # This file is a shell script that caches the results of configure
17558 # tests run on this system so they can be shared between configure
17559 # scripts and configure runs, see configure's option --config-cache.
17560 # It is not useful on other systems. If it contains results you don't
17561 # want to keep, you may remove or edit it.
17563 # config.status only pays attention to the cache file if you give it
17564 # the --recheck option to rerun configure.
17566 # `ac_cv_env_foo' variables (set or unset) will be overridden when
17567 # loading this file, other *unset* `ac_cv_foo' will be assigned the
17568 # following values.
17570 _ACEOF
17572 # The following way of writing the cache mishandles newlines in values,
17573 # but we know of no workaround that is simple, portable, and efficient.
17574 # So, we kill variables containing newlines.
17575 # Ultrix sh set writes to stderr and can't be redirected directly,
17576 # and sets the high bit in the cache file unless we assign to the vars.
17578 for ac_var in `(set) 2>&1 | sed -n 's/^\([a-zA-Z_][a-zA-Z0-9_]*\)=.*/\1/p'`; do
17579 eval ac_val=\$$ac_var
17580 case $ac_val in #(
17581 *${as_nl}*)
17582 case $ac_var in #(
17583 *_cv_*) { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: cache variable $ac_var contains a newline" >&5
17584 $as_echo "$as_me: WARNING: cache variable $ac_var contains a newline" >&2;} ;;
17585 esac
17586 case $ac_var in #(
17587 _ | IFS | as_nl) ;; #(
17588 BASH_ARGV | BASH_SOURCE) eval $ac_var= ;; #(
17589 *) { eval $ac_var=; unset $ac_var;} ;;
17590 esac ;;
17591 esac
17592 done
17594 (set) 2>&1 |
17595 case $as_nl`(ac_space=' '; set) 2>&1` in #(
17596 *${as_nl}ac_space=\ *)
17597 # `set' does not quote correctly, so add quotes: double-quote
17598 # substitution turns \\\\ into \\, and sed turns \\ into \.
17599 sed -n \
17600 "s/'/'\\\\''/g;
17601 s/^\\([_$as_cr_alnum]*_cv_[_$as_cr_alnum]*\\)=\\(.*\\)/\\1='\\2'/p"
17602 ;; #(
17604 # `set' quotes correctly as required by POSIX, so do not add quotes.
17605 sed -n "/^[_$as_cr_alnum]*_cv_[_$as_cr_alnum]*=/p"
17607 esac |
17608 sort
17610 sed '
17611 /^ac_cv_env_/b end
17612 t clear
17613 :clear
17614 s/^\([^=]*\)=\(.*[{}].*\)$/test "${\1+set}" = set || &/
17615 t end
17616 s/^\([^=]*\)=\(.*\)$/\1=${\1=\2}/
17617 :end' >>confcache
17618 if diff "$cache_file" confcache >/dev/null 2>&1; then :; else
17619 if test -w "$cache_file"; then
17620 test "x$cache_file" != "x/dev/null" &&
17621 { $as_echo "$as_me:${as_lineno-$LINENO}: updating cache $cache_file" >&5
17622 $as_echo "$as_me: updating cache $cache_file" >&6;}
17623 cat confcache >$cache_file
17624 else
17625 { $as_echo "$as_me:${as_lineno-$LINENO}: not updating unwritable cache $cache_file" >&5
17626 $as_echo "$as_me: not updating unwritable cache $cache_file" >&6;}
17629 rm -f confcache
17631 test "x$prefix" = xNONE && prefix=$ac_default_prefix
17632 # Let make expand exec_prefix.
17633 test "x$exec_prefix" = xNONE && exec_prefix='${prefix}'
17635 DEFS=-DHAVE_CONFIG_H
17637 ac_libobjs=
17638 ac_ltlibobjs=
17639 for ac_i in : $LIBOBJS; do test "x$ac_i" = x: && continue
17640 # 1. Remove the extension, and $U if already installed.
17641 ac_script='s/\$U\././;s/\.o$//;s/\.obj$//'
17642 ac_i=`$as_echo "$ac_i" | sed "$ac_script"`
17643 # 2. Prepend LIBOBJDIR. When used with automake>=1.10 LIBOBJDIR
17644 # will be set to the directory where LIBOBJS objects are built.
17645 as_fn_append ac_libobjs " \${LIBOBJDIR}$ac_i\$U.$ac_objext"
17646 as_fn_append ac_ltlibobjs " \${LIBOBJDIR}$ac_i"'$U.lo'
17647 done
17648 LIBOBJS=$ac_libobjs
17650 LTLIBOBJS=$ac_ltlibobjs
17654 : ${CONFIG_STATUS=./config.status}
17655 ac_write_fail=0
17656 ac_clean_files_save=$ac_clean_files
17657 ac_clean_files="$ac_clean_files $CONFIG_STATUS"
17658 { $as_echo "$as_me:${as_lineno-$LINENO}: creating $CONFIG_STATUS" >&5
17659 $as_echo "$as_me: creating $CONFIG_STATUS" >&6;}
17660 as_write_fail=0
17661 cat >$CONFIG_STATUS <<_ASEOF || as_write_fail=1
17662 #! $SHELL
17663 # Generated by $as_me.
17664 # Run this file to recreate the current configuration.
17665 # Compiler output produced by configure, useful for debugging
17666 # configure, is in config.log if it exists.
17668 debug=false
17669 ac_cs_recheck=false
17670 ac_cs_silent=false
17672 SHELL=\${CONFIG_SHELL-$SHELL}
17673 export SHELL
17674 _ASEOF
17675 cat >>$CONFIG_STATUS <<\_ASEOF || as_write_fail=1
17676 ## -------------------- ##
17677 ## M4sh Initialization. ##
17678 ## -------------------- ##
17680 # Be more Bourne compatible
17681 DUALCASE=1; export DUALCASE # for MKS sh
17682 if test -n "${ZSH_VERSION+set}" && (emulate sh) >/dev/null 2>&1; then :
17683 emulate sh
17684 NULLCMD=:
17685 # Pre-4.2 versions of Zsh do word splitting on ${1+"$@"}, which
17686 # is contrary to our usage. Disable this feature.
17687 alias -g '${1+"$@"}'='"$@"'
17688 setopt NO_GLOB_SUBST
17689 else
17690 case `(set -o) 2>/dev/null` in #(
17691 *posix*) :
17692 set -o posix ;; #(
17693 *) :
17695 esac
17699 as_nl='
17701 export as_nl
17702 # Printing a long string crashes Solaris 7 /usr/bin/printf.
17703 as_echo='\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\'
17704 as_echo=$as_echo$as_echo$as_echo$as_echo$as_echo
17705 as_echo=$as_echo$as_echo$as_echo$as_echo$as_echo$as_echo
17706 # Prefer a ksh shell builtin over an external printf program on Solaris,
17707 # but without wasting forks for bash or zsh.
17708 if test -z "$BASH_VERSION$ZSH_VERSION" \
17709 && (test "X`print -r -- $as_echo`" = "X$as_echo") 2>/dev/null; then
17710 as_echo='print -r --'
17711 as_echo_n='print -rn --'
17712 elif (test "X`printf %s $as_echo`" = "X$as_echo") 2>/dev/null; then
17713 as_echo='printf %s\n'
17714 as_echo_n='printf %s'
17715 else
17716 if test "X`(/usr/ucb/echo -n -n $as_echo) 2>/dev/null`" = "X-n $as_echo"; then
17717 as_echo_body='eval /usr/ucb/echo -n "$1$as_nl"'
17718 as_echo_n='/usr/ucb/echo -n'
17719 else
17720 as_echo_body='eval expr "X$1" : "X\\(.*\\)"'
17721 as_echo_n_body='eval
17722 arg=$1;
17723 case $arg in #(
17724 *"$as_nl"*)
17725 expr "X$arg" : "X\\(.*\\)$as_nl";
17726 arg=`expr "X$arg" : ".*$as_nl\\(.*\\)"`;;
17727 esac;
17728 expr "X$arg" : "X\\(.*\\)" | tr -d "$as_nl"
17730 export as_echo_n_body
17731 as_echo_n='sh -c $as_echo_n_body as_echo'
17733 export as_echo_body
17734 as_echo='sh -c $as_echo_body as_echo'
17737 # The user is always right.
17738 if test "${PATH_SEPARATOR+set}" != set; then
17739 PATH_SEPARATOR=:
17740 (PATH='/bin;/bin'; FPATH=$PATH; sh -c :) >/dev/null 2>&1 && {
17741 (PATH='/bin:/bin'; FPATH=$PATH; sh -c :) >/dev/null 2>&1 ||
17742 PATH_SEPARATOR=';'
17747 # IFS
17748 # We need space, tab and new line, in precisely that order. Quoting is
17749 # there to prevent editors from complaining about space-tab.
17750 # (If _AS_PATH_WALK were called with IFS unset, it would disable word
17751 # splitting by setting IFS to empty value.)
17752 IFS=" "" $as_nl"
17754 # Find who we are. Look in the path if we contain no directory separator.
17755 case $0 in #((
17756 *[\\/]* ) as_myself=$0 ;;
17757 *) as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
17758 for as_dir in $PATH
17760 IFS=$as_save_IFS
17761 test -z "$as_dir" && as_dir=.
17762 test -r "$as_dir/$0" && as_myself=$as_dir/$0 && break
17763 done
17764 IFS=$as_save_IFS
17767 esac
17768 # We did not find ourselves, most probably we were run as `sh COMMAND'
17769 # in which case we are not to be found in the path.
17770 if test "x$as_myself" = x; then
17771 as_myself=$0
17773 if test ! -f "$as_myself"; then
17774 $as_echo "$as_myself: error: cannot find myself; rerun with an absolute file name" >&2
17775 exit 1
17778 # Unset variables that we do not need and which cause bugs (e.g. in
17779 # pre-3.0 UWIN ksh). But do not cause bugs in bash 2.01; the "|| exit 1"
17780 # suppresses any "Segmentation fault" message there. '((' could
17781 # trigger a bug in pdksh 5.2.14.
17782 for as_var in BASH_ENV ENV MAIL MAILPATH
17783 do eval test x\${$as_var+set} = xset \
17784 && ( (unset $as_var) || exit 1) >/dev/null 2>&1 && unset $as_var || :
17785 done
17786 PS1='$ '
17787 PS2='> '
17788 PS4='+ '
17790 # NLS nuisances.
17791 LC_ALL=C
17792 export LC_ALL
17793 LANGUAGE=C
17794 export LANGUAGE
17796 # CDPATH.
17797 (unset CDPATH) >/dev/null 2>&1 && unset CDPATH
17800 # as_fn_error ERROR [LINENO LOG_FD]
17801 # ---------------------------------
17802 # Output "`basename $0`: error: ERROR" to stderr. If LINENO and LOG_FD are
17803 # provided, also output the error to LOG_FD, referencing LINENO. Then exit the
17804 # script with status $?, using 1 if that was 0.
17805 as_fn_error ()
17807 as_status=$?; test $as_status -eq 0 && as_status=1
17808 if test "$3"; then
17809 as_lineno=${as_lineno-"$2"} as_lineno_stack=as_lineno_stack=$as_lineno_stack
17810 $as_echo "$as_me:${as_lineno-$LINENO}: error: $1" >&$3
17812 $as_echo "$as_me: error: $1" >&2
17813 as_fn_exit $as_status
17814 } # as_fn_error
17817 # as_fn_set_status STATUS
17818 # -----------------------
17819 # Set $? to STATUS, without forking.
17820 as_fn_set_status ()
17822 return $1
17823 } # as_fn_set_status
17825 # as_fn_exit STATUS
17826 # -----------------
17827 # Exit the shell with STATUS, even in a "trap 0" or "set -e" context.
17828 as_fn_exit ()
17830 set +e
17831 as_fn_set_status $1
17832 exit $1
17833 } # as_fn_exit
17835 # as_fn_unset VAR
17836 # ---------------
17837 # Portably unset VAR.
17838 as_fn_unset ()
17840 { eval $1=; unset $1;}
17842 as_unset=as_fn_unset
17843 # as_fn_append VAR VALUE
17844 # ----------------------
17845 # Append the text in VALUE to the end of the definition contained in VAR. Take
17846 # advantage of any shell optimizations that allow amortized linear growth over
17847 # repeated appends, instead of the typical quadratic growth present in naive
17848 # implementations.
17849 if (eval "as_var=1; as_var+=2; test x\$as_var = x12") 2>/dev/null; then :
17850 eval 'as_fn_append ()
17852 eval $1+=\$2
17854 else
17855 as_fn_append ()
17857 eval $1=\$$1\$2
17859 fi # as_fn_append
17861 # as_fn_arith ARG...
17862 # ------------------
17863 # Perform arithmetic evaluation on the ARGs, and store the result in the
17864 # global $as_val. Take advantage of shells that can avoid forks. The arguments
17865 # must be portable across $(()) and expr.
17866 if (eval "test \$(( 1 + 1 )) = 2") 2>/dev/null; then :
17867 eval 'as_fn_arith ()
17869 as_val=$(( $* ))
17871 else
17872 as_fn_arith ()
17874 as_val=`expr "$@" || test $? -eq 1`
17876 fi # as_fn_arith
17879 if expr a : '\(a\)' >/dev/null 2>&1 &&
17880 test "X`expr 00001 : '.*\(...\)'`" = X001; then
17881 as_expr=expr
17882 else
17883 as_expr=false
17886 if (basename -- /) >/dev/null 2>&1 && test "X`basename -- / 2>&1`" = "X/"; then
17887 as_basename=basename
17888 else
17889 as_basename=false
17892 if (as_dir=`dirname -- /` && test "X$as_dir" = X/) >/dev/null 2>&1; then
17893 as_dirname=dirname
17894 else
17895 as_dirname=false
17898 as_me=`$as_basename -- "$0" ||
17899 $as_expr X/"$0" : '.*/\([^/][^/]*\)/*$' \| \
17900 X"$0" : 'X\(//\)$' \| \
17901 X"$0" : 'X\(/\)' \| . 2>/dev/null ||
17902 $as_echo X/"$0" |
17903 sed '/^.*\/\([^/][^/]*\)\/*$/{
17904 s//\1/
17907 /^X\/\(\/\/\)$/{
17908 s//\1/
17911 /^X\/\(\/\).*/{
17912 s//\1/
17915 s/.*/./; q'`
17917 # Avoid depending upon Character Ranges.
17918 as_cr_letters='abcdefghijklmnopqrstuvwxyz'
17919 as_cr_LETTERS='ABCDEFGHIJKLMNOPQRSTUVWXYZ'
17920 as_cr_Letters=$as_cr_letters$as_cr_LETTERS
17921 as_cr_digits='0123456789'
17922 as_cr_alnum=$as_cr_Letters$as_cr_digits
17924 ECHO_C= ECHO_N= ECHO_T=
17925 case `echo -n x` in #(((((
17926 -n*)
17927 case `echo 'xy\c'` in
17928 *c*) ECHO_T=' ';; # ECHO_T is single tab character.
17929 xy) ECHO_C='\c';;
17930 *) echo `echo ksh88 bug on AIX 6.1` > /dev/null
17931 ECHO_T=' ';;
17932 esac;;
17934 ECHO_N='-n';;
17935 esac
17937 rm -f conf$$ conf$$.exe conf$$.file
17938 if test -d conf$$.dir; then
17939 rm -f conf$$.dir/conf$$.file
17940 else
17941 rm -f conf$$.dir
17942 mkdir conf$$.dir 2>/dev/null
17944 if (echo >conf$$.file) 2>/dev/null; then
17945 if ln -s conf$$.file conf$$ 2>/dev/null; then
17946 as_ln_s='ln -s'
17947 # ... but there are two gotchas:
17948 # 1) On MSYS, both `ln -s file dir' and `ln file dir' fail.
17949 # 2) DJGPP < 2.04 has no symlinks; `ln -s' creates a wrapper executable.
17950 # In both cases, we have to default to `cp -p'.
17951 ln -s conf$$.file conf$$.dir 2>/dev/null && test ! -f conf$$.exe ||
17952 as_ln_s='cp -p'
17953 elif ln conf$$.file conf$$ 2>/dev/null; then
17954 as_ln_s=ln
17955 else
17956 as_ln_s='cp -p'
17958 else
17959 as_ln_s='cp -p'
17961 rm -f conf$$ conf$$.exe conf$$.dir/conf$$.file conf$$.file
17962 rmdir conf$$.dir 2>/dev/null
17965 # as_fn_mkdir_p
17966 # -------------
17967 # Create "$as_dir" as a directory, including parents if necessary.
17968 as_fn_mkdir_p ()
17971 case $as_dir in #(
17972 -*) as_dir=./$as_dir;;
17973 esac
17974 test -d "$as_dir" || eval $as_mkdir_p || {
17975 as_dirs=
17976 while :; do
17977 case $as_dir in #(
17978 *\'*) as_qdir=`$as_echo "$as_dir" | sed "s/'/'\\\\\\\\''/g"`;; #'(
17979 *) as_qdir=$as_dir;;
17980 esac
17981 as_dirs="'$as_qdir' $as_dirs"
17982 as_dir=`$as_dirname -- "$as_dir" ||
17983 $as_expr X"$as_dir" : 'X\(.*[^/]\)//*[^/][^/]*/*$' \| \
17984 X"$as_dir" : 'X\(//\)[^/]' \| \
17985 X"$as_dir" : 'X\(//\)$' \| \
17986 X"$as_dir" : 'X\(/\)' \| . 2>/dev/null ||
17987 $as_echo X"$as_dir" |
17988 sed '/^X\(.*[^/]\)\/\/*[^/][^/]*\/*$/{
17989 s//\1/
17992 /^X\(\/\/\)[^/].*/{
17993 s//\1/
17996 /^X\(\/\/\)$/{
17997 s//\1/
18000 /^X\(\/\).*/{
18001 s//\1/
18004 s/.*/./; q'`
18005 test -d "$as_dir" && break
18006 done
18007 test -z "$as_dirs" || eval "mkdir $as_dirs"
18008 } || test -d "$as_dir" || as_fn_error "cannot create directory $as_dir"
18011 } # as_fn_mkdir_p
18012 if mkdir -p . 2>/dev/null; then
18013 as_mkdir_p='mkdir -p "$as_dir"'
18014 else
18015 test -d ./-p && rmdir ./-p
18016 as_mkdir_p=false
18019 if test -x / >/dev/null 2>&1; then
18020 as_test_x='test -x'
18021 else
18022 if ls -dL / >/dev/null 2>&1; then
18023 as_ls_L_option=L
18024 else
18025 as_ls_L_option=
18027 as_test_x='
18028 eval sh -c '\''
18029 if test -d "$1"; then
18030 test -d "$1/.";
18031 else
18032 case $1 in #(
18033 -*)set "./$1";;
18034 esac;
18035 case `ls -ld'$as_ls_L_option' "$1" 2>/dev/null` in #((
18036 ???[sx]*):;;*)false;;esac;fi
18037 '\'' sh
18040 as_executable_p=$as_test_x
18042 # Sed expression to map a string onto a valid CPP name.
18043 as_tr_cpp="eval sed 'y%*$as_cr_letters%P$as_cr_LETTERS%;s%[^_$as_cr_alnum]%_%g'"
18045 # Sed expression to map a string onto a valid variable name.
18046 as_tr_sh="eval sed 'y%*+%pp%;s%[^_$as_cr_alnum]%_%g'"
18049 exec 6>&1
18050 ## ----------------------------------- ##
18051 ## Main body of $CONFIG_STATUS script. ##
18052 ## ----------------------------------- ##
18053 _ASEOF
18054 test $as_write_fail = 0 && chmod +x $CONFIG_STATUS || ac_write_fail=1
18056 cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1
18057 # Save the log message, to keep $0 and so on meaningful, and to
18058 # report actual input values of CONFIG_FILES etc. instead of their
18059 # values after options handling.
18060 ac_log="
18061 This file was extended by Wine $as_me 1.1.27, which was
18062 generated by GNU Autoconf 2.64. Invocation command line was
18064 CONFIG_FILES = $CONFIG_FILES
18065 CONFIG_HEADERS = $CONFIG_HEADERS
18066 CONFIG_LINKS = $CONFIG_LINKS
18067 CONFIG_COMMANDS = $CONFIG_COMMANDS
18068 $ $0 $@
18070 on `(hostname || uname -n) 2>/dev/null | sed 1q`
18073 _ACEOF
18075 case $ac_config_files in *"
18076 "*) set x $ac_config_files; shift; ac_config_files=$*;;
18077 esac
18079 case $ac_config_headers in *"
18080 "*) set x $ac_config_headers; shift; ac_config_headers=$*;;
18081 esac
18084 cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1
18085 # Files that config.status was made for.
18086 config_files="$ac_config_files"
18087 config_headers="$ac_config_headers"
18088 config_commands="$ac_config_commands"
18090 _ACEOF
18092 cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1
18093 ac_cs_usage="\
18094 \`$as_me' instantiates files and other configuration actions
18095 from templates according to the current configuration. Unless the files
18096 and actions are specified as TAGs, all are instantiated by default.
18098 Usage: $0 [OPTION]... [TAG]...
18100 -h, --help print this help, then exit
18101 -V, --version print version number and configuration settings, then exit
18102 -q, --quiet, --silent
18103 do not print progress messages
18104 -d, --debug don't remove temporary files
18105 --recheck update $as_me by reconfiguring in the same conditions
18106 --file=FILE[:TEMPLATE]
18107 instantiate the configuration file FILE
18108 --header=FILE[:TEMPLATE]
18109 instantiate the configuration header FILE
18111 Configuration files:
18112 $config_files
18114 Configuration headers:
18115 $config_headers
18117 Configuration commands:
18118 $config_commands
18120 Report bugs to <wine-devel@winehq.org>.
18121 Wine home page: <http://www.winehq.org>."
18123 _ACEOF
18124 cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1
18125 ac_cs_version="\\
18126 Wine config.status 1.1.27
18127 configured by $0, generated by GNU Autoconf 2.64,
18128 with options \\"`$as_echo "$ac_configure_args" | sed 's/^ //; s/[\\""\`\$]/\\\\&/g'`\\"
18130 Copyright (C) 2009 Free Software Foundation, Inc.
18131 This config.status script is free software; the Free Software Foundation
18132 gives unlimited permission to copy, distribute and modify it."
18134 ac_pwd='$ac_pwd'
18135 srcdir='$srcdir'
18136 INSTALL='$INSTALL'
18137 test -n "\$AWK" || AWK=awk
18138 _ACEOF
18140 cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1
18141 # The default lists apply if the user does not specify any file.
18142 ac_need_defaults=:
18143 while test $# != 0
18145 case $1 in
18146 --*=*)
18147 ac_option=`expr "X$1" : 'X\([^=]*\)='`
18148 ac_optarg=`expr "X$1" : 'X[^=]*=\(.*\)'`
18149 ac_shift=:
18152 ac_option=$1
18153 ac_optarg=$2
18154 ac_shift=shift
18156 esac
18158 case $ac_option in
18159 # Handling of the options.
18160 -recheck | --recheck | --rechec | --reche | --rech | --rec | --re | --r)
18161 ac_cs_recheck=: ;;
18162 --version | --versio | --versi | --vers | --ver | --ve | --v | -V )
18163 $as_echo "$ac_cs_version"; exit ;;
18164 --debug | --debu | --deb | --de | --d | -d )
18165 debug=: ;;
18166 --file | --fil | --fi | --f )
18167 $ac_shift
18168 case $ac_optarg in
18169 *\'*) ac_optarg=`$as_echo "$ac_optarg" | sed "s/'/'\\\\\\\\''/g"` ;;
18170 esac
18171 as_fn_append CONFIG_FILES " '$ac_optarg'"
18172 ac_need_defaults=false;;
18173 --header | --heade | --head | --hea )
18174 $ac_shift
18175 case $ac_optarg in
18176 *\'*) ac_optarg=`$as_echo "$ac_optarg" | sed "s/'/'\\\\\\\\''/g"` ;;
18177 esac
18178 as_fn_append CONFIG_HEADERS " '$ac_optarg'"
18179 ac_need_defaults=false;;
18180 --he | --h)
18181 # Conflict between --help and --header
18182 as_fn_error "ambiguous option: \`$1'
18183 Try \`$0 --help' for more information.";;
18184 --help | --hel | -h )
18185 $as_echo "$ac_cs_usage"; exit ;;
18186 -q | -quiet | --quiet | --quie | --qui | --qu | --q \
18187 | -silent | --silent | --silen | --sile | --sil | --si | --s)
18188 ac_cs_silent=: ;;
18190 # This is an error.
18191 -*) as_fn_error "unrecognized option: \`$1'
18192 Try \`$0 --help' for more information." ;;
18194 *) as_fn_append ac_config_targets " $1"
18195 ac_need_defaults=false ;;
18197 esac
18198 shift
18199 done
18201 ac_configure_extra_args=
18203 if $ac_cs_silent; then
18204 exec 6>/dev/null
18205 ac_configure_extra_args="$ac_configure_extra_args --silent"
18208 _ACEOF
18209 cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1
18210 if \$ac_cs_recheck; then
18211 set X '$SHELL' '$0' $ac_configure_args \$ac_configure_extra_args --no-create --no-recursion
18212 shift
18213 \$as_echo "running CONFIG_SHELL=$SHELL \$*" >&6
18214 CONFIG_SHELL='$SHELL'
18215 export CONFIG_SHELL
18216 exec "\$@"
18219 _ACEOF
18220 cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1
18221 exec 5>>config.log
18223 echo
18224 sed 'h;s/./-/g;s/^.../## /;s/...$/ ##/;p;x;p;x' <<_ASBOX
18225 ## Running $as_me. ##
18226 _ASBOX
18227 $as_echo "$ac_log"
18228 } >&5
18230 _ACEOF
18231 cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1
18232 _ACEOF
18234 cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1
18236 # Handling of arguments.
18237 for ac_config_target in $ac_config_targets
18239 case $ac_config_target in
18240 "include/config.h") CONFIG_HEADERS="$CONFIG_HEADERS include/config.h" ;;
18241 "include/stamp-h") CONFIG_COMMANDS="$CONFIG_COMMANDS include/stamp-h" ;;
18242 "dlls/gdi32/enhmfdrv") CONFIG_COMMANDS="$CONFIG_COMMANDS dlls/gdi32/enhmfdrv" ;;
18243 "dlls/gdi32/mfdrv") CONFIG_COMMANDS="$CONFIG_COMMANDS dlls/gdi32/mfdrv" ;;
18244 "dlls/kernel32/nls") CONFIG_COMMANDS="$CONFIG_COMMANDS dlls/kernel32/nls" ;;
18245 "dlls/user32/resources") CONFIG_COMMANDS="$CONFIG_COMMANDS dlls/user32/resources" ;;
18246 "dlls/wineps.drv/data") CONFIG_COMMANDS="$CONFIG_COMMANDS dlls/wineps.drv/data" ;;
18247 "include/wine") CONFIG_COMMANDS="$CONFIG_COMMANDS include/wine" ;;
18248 "Make.rules") CONFIG_FILES="$CONFIG_FILES Make.rules" ;;
18249 "dlls/Makedll.rules") CONFIG_FILES="$CONFIG_FILES dlls/Makedll.rules" ;;
18250 "dlls/Makeimplib.rules") CONFIG_FILES="$CONFIG_FILES dlls/Makeimplib.rules" ;;
18251 "dlls/Maketest.rules") CONFIG_FILES="$CONFIG_FILES dlls/Maketest.rules" ;;
18252 "programs/Makeprog.rules") CONFIG_FILES="$CONFIG_FILES programs/Makeprog.rules" ;;
18253 "Makefile") CONFIG_FILES="$CONFIG_FILES Makefile" ;;
18254 "dlls/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/Makefile" ;;
18255 "dlls/acledit/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/acledit/Makefile" ;;
18256 "dlls/aclui/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/aclui/Makefile" ;;
18257 "dlls/activeds/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/activeds/Makefile" ;;
18258 "dlls/actxprxy/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/actxprxy/Makefile" ;;
18259 "dlls/adsiid/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/adsiid/Makefile" ;;
18260 "dlls/advapi32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/advapi32/Makefile" ;;
18261 "dlls/advapi32/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/advapi32/tests/Makefile" ;;
18262 "dlls/advpack/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/advpack/Makefile" ;;
18263 "dlls/advpack/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/advpack/tests/Makefile" ;;
18264 "dlls/amstream/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/amstream/Makefile" ;;
18265 "dlls/amstream/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/amstream/tests/Makefile" ;;
18266 "dlls/appwiz.cpl/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/appwiz.cpl/Makefile" ;;
18267 "dlls/atl/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/atl/Makefile" ;;
18268 "dlls/authz/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/authz/Makefile" ;;
18269 "dlls/avicap32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/avicap32/Makefile" ;;
18270 "dlls/avifil32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/avifil32/Makefile" ;;
18271 "dlls/avifile.dll16/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/avifile.dll16/Makefile" ;;
18272 "dlls/bcrypt/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/bcrypt/Makefile" ;;
18273 "dlls/browseui/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/browseui/Makefile" ;;
18274 "dlls/browseui/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/browseui/tests/Makefile" ;;
18275 "dlls/cabinet/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/cabinet/Makefile" ;;
18276 "dlls/cabinet/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/cabinet/tests/Makefile" ;;
18277 "dlls/capi2032/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/capi2032/Makefile" ;;
18278 "dlls/cards/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/cards/Makefile" ;;
18279 "dlls/cfgmgr32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/cfgmgr32/Makefile" ;;
18280 "dlls/clusapi/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/clusapi/Makefile" ;;
18281 "dlls/comcat/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/comcat/Makefile" ;;
18282 "dlls/comcat/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/comcat/tests/Makefile" ;;
18283 "dlls/comctl32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/comctl32/Makefile" ;;
18284 "dlls/comctl32/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/comctl32/tests/Makefile" ;;
18285 "dlls/comdlg32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/comdlg32/Makefile" ;;
18286 "dlls/comdlg32/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/comdlg32/tests/Makefile" ;;
18287 "dlls/comm.drv16/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/comm.drv16/Makefile" ;;
18288 "dlls/compobj.dll16/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/compobj.dll16/Makefile" ;;
18289 "dlls/compstui/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/compstui/Makefile" ;;
18290 "dlls/credui/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/credui/Makefile" ;;
18291 "dlls/credui/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/credui/tests/Makefile" ;;
18292 "dlls/crtdll/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/crtdll/Makefile" ;;
18293 "dlls/crypt32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/crypt32/Makefile" ;;
18294 "dlls/crypt32/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/crypt32/tests/Makefile" ;;
18295 "dlls/cryptdlg/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/cryptdlg/Makefile" ;;
18296 "dlls/cryptdll/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/cryptdll/Makefile" ;;
18297 "dlls/cryptnet/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/cryptnet/Makefile" ;;
18298 "dlls/cryptnet/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/cryptnet/tests/Makefile" ;;
18299 "dlls/cryptui/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/cryptui/Makefile" ;;
18300 "dlls/cryptui/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/cryptui/tests/Makefile" ;;
18301 "dlls/ctapi32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/ctapi32/Makefile" ;;
18302 "dlls/ctl3d.dll16/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/ctl3d.dll16/Makefile" ;;
18303 "dlls/ctl3d32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/ctl3d32/Makefile" ;;
18304 "dlls/ctl3dv2.dll16/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/ctl3dv2.dll16/Makefile" ;;
18305 "dlls/d3d10/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/d3d10/Makefile" ;;
18306 "dlls/d3d10/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/d3d10/tests/Makefile" ;;
18307 "dlls/d3d10core/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/d3d10core/Makefile" ;;
18308 "dlls/d3d10core/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/d3d10core/tests/Makefile" ;;
18309 "dlls/d3d8/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/d3d8/Makefile" ;;
18310 "dlls/d3d8/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/d3d8/tests/Makefile" ;;
18311 "dlls/d3d9/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/d3d9/Makefile" ;;
18312 "dlls/d3d9/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/d3d9/tests/Makefile" ;;
18313 "dlls/d3dim/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/d3dim/Makefile" ;;
18314 "dlls/d3drm/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/d3drm/Makefile" ;;
18315 "dlls/d3drm/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/d3drm/tests/Makefile" ;;
18316 "dlls/d3dx9_24/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/d3dx9_24/Makefile" ;;
18317 "dlls/d3dx9_25/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/d3dx9_25/Makefile" ;;
18318 "dlls/d3dx9_26/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/d3dx9_26/Makefile" ;;
18319 "dlls/d3dx9_27/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/d3dx9_27/Makefile" ;;
18320 "dlls/d3dx9_28/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/d3dx9_28/Makefile" ;;
18321 "dlls/d3dx9_29/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/d3dx9_29/Makefile" ;;
18322 "dlls/d3dx9_30/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/d3dx9_30/Makefile" ;;
18323 "dlls/d3dx9_31/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/d3dx9_31/Makefile" ;;
18324 "dlls/d3dx9_32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/d3dx9_32/Makefile" ;;
18325 "dlls/d3dx9_33/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/d3dx9_33/Makefile" ;;
18326 "dlls/d3dx9_34/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/d3dx9_34/Makefile" ;;
18327 "dlls/d3dx9_35/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/d3dx9_35/Makefile" ;;
18328 "dlls/d3dx9_36/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/d3dx9_36/Makefile" ;;
18329 "dlls/d3dx9_36/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/d3dx9_36/tests/Makefile" ;;
18330 "dlls/d3dx9_37/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/d3dx9_37/Makefile" ;;
18331 "dlls/d3dx9_38/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/d3dx9_38/Makefile" ;;
18332 "dlls/d3dx9_39/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/d3dx9_39/Makefile" ;;
18333 "dlls/d3dx9_40/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/d3dx9_40/Makefile" ;;
18334 "dlls/d3dx9_41/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/d3dx9_41/Makefile" ;;
18335 "dlls/d3dxof/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/d3dxof/Makefile" ;;
18336 "dlls/d3dxof/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/d3dxof/tests/Makefile" ;;
18337 "dlls/dbghelp/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/dbghelp/Makefile" ;;
18338 "dlls/dciman32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/dciman32/Makefile" ;;
18339 "dlls/ddeml.dll16/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/ddeml.dll16/Makefile" ;;
18340 "dlls/ddraw/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/ddraw/Makefile" ;;
18341 "dlls/ddraw/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/ddraw/tests/Makefile" ;;
18342 "dlls/ddrawex/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/ddrawex/Makefile" ;;
18343 "dlls/ddrawex/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/ddrawex/tests/Makefile" ;;
18344 "dlls/devenum/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/devenum/Makefile" ;;
18345 "dlls/dinput/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/dinput/Makefile" ;;
18346 "dlls/dinput/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/dinput/tests/Makefile" ;;
18347 "dlls/dinput8/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/dinput8/Makefile" ;;
18348 "dlls/dispdib.dll16/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/dispdib.dll16/Makefile" ;;
18349 "dlls/display.drv16/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/display.drv16/Makefile" ;;
18350 "dlls/dmband/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/dmband/Makefile" ;;
18351 "dlls/dmcompos/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/dmcompos/Makefile" ;;
18352 "dlls/dmime/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/dmime/Makefile" ;;
18353 "dlls/dmloader/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/dmloader/Makefile" ;;
18354 "dlls/dmscript/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/dmscript/Makefile" ;;
18355 "dlls/dmstyle/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/dmstyle/Makefile" ;;
18356 "dlls/dmsynth/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/dmsynth/Makefile" ;;
18357 "dlls/dmusic/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/dmusic/Makefile" ;;
18358 "dlls/dmusic32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/dmusic32/Makefile" ;;
18359 "dlls/dnsapi/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/dnsapi/Makefile" ;;
18360 "dlls/dnsapi/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/dnsapi/tests/Makefile" ;;
18361 "dlls/dplay/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/dplay/Makefile" ;;
18362 "dlls/dplayx/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/dplayx/Makefile" ;;
18363 "dlls/dplayx/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/dplayx/tests/Makefile" ;;
18364 "dlls/dpnaddr/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/dpnaddr/Makefile" ;;
18365 "dlls/dpnet/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/dpnet/Makefile" ;;
18366 "dlls/dpnhpast/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/dpnhpast/Makefile" ;;
18367 "dlls/dpnlobby/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/dpnlobby/Makefile" ;;
18368 "dlls/dpwsockx/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/dpwsockx/Makefile" ;;
18369 "dlls/drmclien/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/drmclien/Makefile" ;;
18370 "dlls/dsound/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/dsound/Makefile" ;;
18371 "dlls/dsound/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/dsound/tests/Makefile" ;;
18372 "dlls/dssenh/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/dssenh/Makefile" ;;
18373 "dlls/dswave/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/dswave/Makefile" ;;
18374 "dlls/dwmapi/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/dwmapi/Makefile" ;;
18375 "dlls/dxdiagn/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/dxdiagn/Makefile" ;;
18376 "dlls/dxerr8/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/dxerr8/Makefile" ;;
18377 "dlls/dxerr9/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/dxerr9/Makefile" ;;
18378 "dlls/dxgi/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/dxgi/Makefile" ;;
18379 "dlls/dxgi/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/dxgi/tests/Makefile" ;;
18380 "dlls/dxguid/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/dxguid/Makefile" ;;
18381 "dlls/faultrep/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/faultrep/Makefile" ;;
18382 "dlls/fusion/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/fusion/Makefile" ;;
18383 "dlls/fusion/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/fusion/tests/Makefile" ;;
18384 "dlls/gdi32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/gdi32/Makefile" ;;
18385 "dlls/gdi32/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/gdi32/tests/Makefile" ;;
18386 "dlls/gdiplus/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/gdiplus/Makefile" ;;
18387 "dlls/gdiplus/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/gdiplus/tests/Makefile" ;;
18388 "dlls/glu32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/glu32/Makefile" ;;
18389 "dlls/gphoto2.ds/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/gphoto2.ds/Makefile" ;;
18390 "dlls/gpkcsp/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/gpkcsp/Makefile" ;;
18391 "dlls/hal/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/hal/Makefile" ;;
18392 "dlls/hhctrl.ocx/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/hhctrl.ocx/Makefile" ;;
18393 "dlls/hid/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/hid/Makefile" ;;
18394 "dlls/hlink/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/hlink/Makefile" ;;
18395 "dlls/hlink/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/hlink/tests/Makefile" ;;
18396 "dlls/hnetcfg/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/hnetcfg/Makefile" ;;
18397 "dlls/httpapi/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/httpapi/Makefile" ;;
18398 "dlls/iccvid/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/iccvid/Makefile" ;;
18399 "dlls/icmp/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/icmp/Makefile" ;;
18400 "dlls/ifsmgr.vxd/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/ifsmgr.vxd/Makefile" ;;
18401 "dlls/imaadp32.acm/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/imaadp32.acm/Makefile" ;;
18402 "dlls/imagehlp/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/imagehlp/Makefile" ;;
18403 "dlls/imm.dll16/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/imm.dll16/Makefile" ;;
18404 "dlls/imm32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/imm32/Makefile" ;;
18405 "dlls/imm32/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/imm32/tests/Makefile" ;;
18406 "dlls/inetcomm/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/inetcomm/Makefile" ;;
18407 "dlls/inetcomm/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/inetcomm/tests/Makefile" ;;
18408 "dlls/inetmib1/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/inetmib1/Makefile" ;;
18409 "dlls/inetmib1/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/inetmib1/tests/Makefile" ;;
18410 "dlls/infosoft/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/infosoft/Makefile" ;;
18411 "dlls/infosoft/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/infosoft/tests/Makefile" ;;
18412 "dlls/initpki/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/initpki/Makefile" ;;
18413 "dlls/inkobj/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/inkobj/Makefile" ;;
18414 "dlls/inseng/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/inseng/Makefile" ;;
18415 "dlls/iphlpapi/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/iphlpapi/Makefile" ;;
18416 "dlls/iphlpapi/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/iphlpapi/tests/Makefile" ;;
18417 "dlls/itircl/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/itircl/Makefile" ;;
18418 "dlls/itss/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/itss/Makefile" ;;
18419 "dlls/itss/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/itss/tests/Makefile" ;;
18420 "dlls/jscript/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/jscript/Makefile" ;;
18421 "dlls/jscript/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/jscript/tests/Makefile" ;;
18422 "dlls/kernel32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/kernel32/Makefile" ;;
18423 "dlls/kernel32/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/kernel32/tests/Makefile" ;;
18424 "dlls/keyboard.drv16/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/keyboard.drv16/Makefile" ;;
18425 "dlls/loadperf/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/loadperf/Makefile" ;;
18426 "dlls/localspl/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/localspl/Makefile" ;;
18427 "dlls/localspl/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/localspl/tests/Makefile" ;;
18428 "dlls/localui/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/localui/Makefile" ;;
18429 "dlls/localui/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/localui/tests/Makefile" ;;
18430 "dlls/lz32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/lz32/Makefile" ;;
18431 "dlls/lz32/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/lz32/tests/Makefile" ;;
18432 "dlls/lzexpand.dll16/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/lzexpand.dll16/Makefile" ;;
18433 "dlls/mapi32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/mapi32/Makefile" ;;
18434 "dlls/mapi32/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/mapi32/tests/Makefile" ;;
18435 "dlls/mciavi32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/mciavi32/Makefile" ;;
18436 "dlls/mcicda/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/mcicda/Makefile" ;;
18437 "dlls/mciqtz32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/mciqtz32/Makefile" ;;
18438 "dlls/mciseq/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/mciseq/Makefile" ;;
18439 "dlls/mciwave/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/mciwave/Makefile" ;;
18440 "dlls/midimap/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/midimap/Makefile" ;;
18441 "dlls/mlang/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/mlang/Makefile" ;;
18442 "dlls/mlang/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/mlang/tests/Makefile" ;;
18443 "dlls/mmdevldr.vxd/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/mmdevldr.vxd/Makefile" ;;
18444 "dlls/monodebg.vxd/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/monodebg.vxd/Makefile" ;;
18445 "dlls/mountmgr.sys/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/mountmgr.sys/Makefile" ;;
18446 "dlls/mouse.drv16/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/mouse.drv16/Makefile" ;;
18447 "dlls/mpr/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/mpr/Makefile" ;;
18448 "dlls/mprapi/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/mprapi/Makefile" ;;
18449 "dlls/msacm.dll16/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/msacm.dll16/Makefile" ;;
18450 "dlls/msacm32.drv/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/msacm32.drv/Makefile" ;;
18451 "dlls/msacm32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/msacm32/Makefile" ;;
18452 "dlls/msacm32/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/msacm32/tests/Makefile" ;;
18453 "dlls/msadp32.acm/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/msadp32.acm/Makefile" ;;
18454 "dlls/mscat32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/mscat32/Makefile" ;;
18455 "dlls/mscms/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/mscms/Makefile" ;;
18456 "dlls/mscms/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/mscms/tests/Makefile" ;;
18457 "dlls/mscoree/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/mscoree/Makefile" ;;
18458 "dlls/msctf/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/msctf/Makefile" ;;
18459 "dlls/msctf/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/msctf/tests/Makefile" ;;
18460 "dlls/msdaps/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/msdaps/Makefile" ;;
18461 "dlls/msdmo/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/msdmo/Makefile" ;;
18462 "dlls/msftedit/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/msftedit/Makefile" ;;
18463 "dlls/msg711.acm/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/msg711.acm/Makefile" ;;
18464 "dlls/msgsm32.acm/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/msgsm32.acm/Makefile" ;;
18465 "dlls/mshtml.tlb/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/mshtml.tlb/Makefile" ;;
18466 "dlls/mshtml/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/mshtml/Makefile" ;;
18467 "dlls/mshtml/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/mshtml/tests/Makefile" ;;
18468 "dlls/msi/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/msi/Makefile" ;;
18469 "dlls/msi/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/msi/tests/Makefile" ;;
18470 "dlls/msimg32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/msimg32/Makefile" ;;
18471 "dlls/msimtf/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/msimtf/Makefile" ;;
18472 "dlls/msisip/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/msisip/Makefile" ;;
18473 "dlls/msisys.ocx/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/msisys.ocx/Makefile" ;;
18474 "dlls/msnet32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/msnet32/Makefile" ;;
18475 "dlls/msrle32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/msrle32/Makefile" ;;
18476 "dlls/mssign32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/mssign32/Makefile" ;;
18477 "dlls/mssip32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/mssip32/Makefile" ;;
18478 "dlls/mstask/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/mstask/Makefile" ;;
18479 "dlls/mstask/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/mstask/tests/Makefile" ;;
18480 "dlls/msvcirt/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/msvcirt/Makefile" ;;
18481 "dlls/msvcr71/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/msvcr71/Makefile" ;;
18482 "dlls/msvcrt/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/msvcrt/Makefile" ;;
18483 "dlls/msvcrt/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/msvcrt/tests/Makefile" ;;
18484 "dlls/msvcrt20/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/msvcrt20/Makefile" ;;
18485 "dlls/msvcrt40/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/msvcrt40/Makefile" ;;
18486 "dlls/msvcrtd/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/msvcrtd/Makefile" ;;
18487 "dlls/msvcrtd/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/msvcrtd/tests/Makefile" ;;
18488 "dlls/msvfw32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/msvfw32/Makefile" ;;
18489 "dlls/msvfw32/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/msvfw32/tests/Makefile" ;;
18490 "dlls/msvidc32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/msvidc32/Makefile" ;;
18491 "dlls/msvideo.dll16/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/msvideo.dll16/Makefile" ;;
18492 "dlls/mswsock/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/mswsock/Makefile" ;;
18493 "dlls/msxml3/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/msxml3/Makefile" ;;
18494 "dlls/msxml3/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/msxml3/tests/Makefile" ;;
18495 "dlls/nddeapi/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/nddeapi/Makefile" ;;
18496 "dlls/netapi32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/netapi32/Makefile" ;;
18497 "dlls/netapi32/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/netapi32/tests/Makefile" ;;
18498 "dlls/newdev/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/newdev/Makefile" ;;
18499 "dlls/ntdll/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/ntdll/Makefile" ;;
18500 "dlls/ntdll/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/ntdll/tests/Makefile" ;;
18501 "dlls/ntdsapi/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/ntdsapi/Makefile" ;;
18502 "dlls/ntdsapi/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/ntdsapi/tests/Makefile" ;;
18503 "dlls/ntoskrnl.exe/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/ntoskrnl.exe/Makefile" ;;
18504 "dlls/ntprint/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/ntprint/Makefile" ;;
18505 "dlls/ntprint/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/ntprint/tests/Makefile" ;;
18506 "dlls/objsel/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/objsel/Makefile" ;;
18507 "dlls/odbc32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/odbc32/Makefile" ;;
18508 "dlls/odbccp32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/odbccp32/Makefile" ;;
18509 "dlls/odbccp32/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/odbccp32/tests/Makefile" ;;
18510 "dlls/ole2.dll16/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/ole2.dll16/Makefile" ;;
18511 "dlls/ole2conv.dll16/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/ole2conv.dll16/Makefile" ;;
18512 "dlls/ole2disp.dll16/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/ole2disp.dll16/Makefile" ;;
18513 "dlls/ole2nls.dll16/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/ole2nls.dll16/Makefile" ;;
18514 "dlls/ole2prox.dll16/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/ole2prox.dll16/Makefile" ;;
18515 "dlls/ole2thk.dll16/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/ole2thk.dll16/Makefile" ;;
18516 "dlls/ole32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/ole32/Makefile" ;;
18517 "dlls/ole32/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/ole32/tests/Makefile" ;;
18518 "dlls/oleacc/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/oleacc/Makefile" ;;
18519 "dlls/oleacc/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/oleacc/tests/Makefile" ;;
18520 "dlls/oleaut32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/oleaut32/Makefile" ;;
18521 "dlls/oleaut32/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/oleaut32/tests/Makefile" ;;
18522 "dlls/olecli.dll16/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/olecli.dll16/Makefile" ;;
18523 "dlls/olecli32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/olecli32/Makefile" ;;
18524 "dlls/oledlg/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/oledlg/Makefile" ;;
18525 "dlls/olepro32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/olepro32/Makefile" ;;
18526 "dlls/olesvr.dll16/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/olesvr.dll16/Makefile" ;;
18527 "dlls/olesvr32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/olesvr32/Makefile" ;;
18528 "dlls/olethk32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/olethk32/Makefile" ;;
18529 "dlls/opengl32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/opengl32/Makefile" ;;
18530 "dlls/opengl32/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/opengl32/tests/Makefile" ;;
18531 "dlls/pdh/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/pdh/Makefile" ;;
18532 "dlls/pdh/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/pdh/tests/Makefile" ;;
18533 "dlls/pidgen/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/pidgen/Makefile" ;;
18534 "dlls/powrprof/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/powrprof/Makefile" ;;
18535 "dlls/printui/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/printui/Makefile" ;;
18536 "dlls/propsys/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/propsys/Makefile" ;;
18537 "dlls/psapi/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/psapi/Makefile" ;;
18538 "dlls/psapi/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/psapi/tests/Makefile" ;;
18539 "dlls/pstorec/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/pstorec/Makefile" ;;
18540 "dlls/qcap/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/qcap/Makefile" ;;
18541 "dlls/qedit/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/qedit/Makefile" ;;
18542 "dlls/qedit/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/qedit/tests/Makefile" ;;
18543 "dlls/qmgr/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/qmgr/Makefile" ;;
18544 "dlls/qmgr/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/qmgr/tests/Makefile" ;;
18545 "dlls/qmgrprxy/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/qmgrprxy/Makefile" ;;
18546 "dlls/quartz/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/quartz/Makefile" ;;
18547 "dlls/quartz/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/quartz/tests/Makefile" ;;
18548 "dlls/query/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/query/Makefile" ;;
18549 "dlls/rasapi16.dll16/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/rasapi16.dll16/Makefile" ;;
18550 "dlls/rasapi32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/rasapi32/Makefile" ;;
18551 "dlls/rasapi32/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/rasapi32/tests/Makefile" ;;
18552 "dlls/rasdlg/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/rasdlg/Makefile" ;;
18553 "dlls/resutils/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/resutils/Makefile" ;;
18554 "dlls/riched20/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/riched20/Makefile" ;;
18555 "dlls/riched20/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/riched20/tests/Makefile" ;;
18556 "dlls/riched32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/riched32/Makefile" ;;
18557 "dlls/riched32/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/riched32/tests/Makefile" ;;
18558 "dlls/rpcrt4/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/rpcrt4/Makefile" ;;
18559 "dlls/rpcrt4/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/rpcrt4/tests/Makefile" ;;
18560 "dlls/rsabase/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/rsabase/Makefile" ;;
18561 "dlls/rsaenh/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/rsaenh/Makefile" ;;
18562 "dlls/rsaenh/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/rsaenh/tests/Makefile" ;;
18563 "dlls/rtutils/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/rtutils/Makefile" ;;
18564 "dlls/sane.ds/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/sane.ds/Makefile" ;;
18565 "dlls/sccbase/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/sccbase/Makefile" ;;
18566 "dlls/schannel/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/schannel/Makefile" ;;
18567 "dlls/schannel/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/schannel/tests/Makefile" ;;
18568 "dlls/secur32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/secur32/Makefile" ;;
18569 "dlls/secur32/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/secur32/tests/Makefile" ;;
18570 "dlls/security/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/security/Makefile" ;;
18571 "dlls/sensapi/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/sensapi/Makefile" ;;
18572 "dlls/serialui/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/serialui/Makefile" ;;
18573 "dlls/serialui/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/serialui/tests/Makefile" ;;
18574 "dlls/setupapi/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/setupapi/Makefile" ;;
18575 "dlls/setupapi/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/setupapi/tests/Makefile" ;;
18576 "dlls/sfc/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/sfc/Makefile" ;;
18577 "dlls/sfc_os/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/sfc_os/Makefile" ;;
18578 "dlls/shdoclc/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/shdoclc/Makefile" ;;
18579 "dlls/shdocvw/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/shdocvw/Makefile" ;;
18580 "dlls/shdocvw/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/shdocvw/tests/Makefile" ;;
18581 "dlls/shell.dll16/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/shell.dll16/Makefile" ;;
18582 "dlls/shell32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/shell32/Makefile" ;;
18583 "dlls/shell32/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/shell32/tests/Makefile" ;;
18584 "dlls/shfolder/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/shfolder/Makefile" ;;
18585 "dlls/shlwapi/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/shlwapi/Makefile" ;;
18586 "dlls/shlwapi/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/shlwapi/tests/Makefile" ;;
18587 "dlls/slbcsp/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/slbcsp/Makefile" ;;
18588 "dlls/slc/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/slc/Makefile" ;;
18589 "dlls/snmpapi/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/snmpapi/Makefile" ;;
18590 "dlls/snmpapi/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/snmpapi/tests/Makefile" ;;
18591 "dlls/softpub/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/softpub/Makefile" ;;
18592 "dlls/sound.drv16/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/sound.drv16/Makefile" ;;
18593 "dlls/spoolss/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/spoolss/Makefile" ;;
18594 "dlls/spoolss/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/spoolss/tests/Makefile" ;;
18595 "dlls/stdole2.tlb/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/stdole2.tlb/Makefile" ;;
18596 "dlls/stdole32.tlb/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/stdole32.tlb/Makefile" ;;
18597 "dlls/sti/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/sti/Makefile" ;;
18598 "dlls/storage.dll16/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/storage.dll16/Makefile" ;;
18599 "dlls/stress.dll16/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/stress.dll16/Makefile" ;;
18600 "dlls/strmiids/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/strmiids/Makefile" ;;
18601 "dlls/svrapi/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/svrapi/Makefile" ;;
18602 "dlls/sxs/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/sxs/Makefile" ;;
18603 "dlls/t2embed/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/t2embed/Makefile" ;;
18604 "dlls/tapi32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/tapi32/Makefile" ;;
18605 "dlls/traffic/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/traffic/Makefile" ;;
18606 "dlls/twain.dll16/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/twain.dll16/Makefile" ;;
18607 "dlls/twain_32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/twain_32/Makefile" ;;
18608 "dlls/twain_32/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/twain_32/tests/Makefile" ;;
18609 "dlls/typelib.dll16/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/typelib.dll16/Makefile" ;;
18610 "dlls/unicows/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/unicows/Makefile" ;;
18611 "dlls/updspapi/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/updspapi/Makefile" ;;
18612 "dlls/url/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/url/Makefile" ;;
18613 "dlls/urlmon/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/urlmon/Makefile" ;;
18614 "dlls/urlmon/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/urlmon/tests/Makefile" ;;
18615 "dlls/user32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/user32/Makefile" ;;
18616 "dlls/user32/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/user32/tests/Makefile" ;;
18617 "dlls/userenv/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/userenv/Makefile" ;;
18618 "dlls/userenv/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/userenv/tests/Makefile" ;;
18619 "dlls/usp10/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/usp10/Makefile" ;;
18620 "dlls/usp10/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/usp10/tests/Makefile" ;;
18621 "dlls/uuid/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/uuid/Makefile" ;;
18622 "dlls/uxtheme/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/uxtheme/Makefile" ;;
18623 "dlls/uxtheme/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/uxtheme/tests/Makefile" ;;
18624 "dlls/vdhcp.vxd/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/vdhcp.vxd/Makefile" ;;
18625 "dlls/vdmdbg/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/vdmdbg/Makefile" ;;
18626 "dlls/version/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/version/Makefile" ;;
18627 "dlls/version/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/version/tests/Makefile" ;;
18628 "dlls/vmm.vxd/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/vmm.vxd/Makefile" ;;
18629 "dlls/vnbt.vxd/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/vnbt.vxd/Makefile" ;;
18630 "dlls/vnetbios.vxd/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/vnetbios.vxd/Makefile" ;;
18631 "dlls/vtdapi.vxd/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/vtdapi.vxd/Makefile" ;;
18632 "dlls/vwin32.vxd/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/vwin32.vxd/Makefile" ;;
18633 "dlls/w32skrnl/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/w32skrnl/Makefile" ;;
18634 "dlls/w32sys.dll16/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/w32sys.dll16/Makefile" ;;
18635 "dlls/wbemprox/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/wbemprox/Makefile" ;;
18636 "dlls/win32s16.dll16/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/win32s16.dll16/Makefile" ;;
18637 "dlls/win87em.dll16/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/win87em.dll16/Makefile" ;;
18638 "dlls/winaspi.dll16/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/winaspi.dll16/Makefile" ;;
18639 "dlls/windebug.dll16/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/windebug.dll16/Makefile" ;;
18640 "dlls/windowscodecs/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/windowscodecs/Makefile" ;;
18641 "dlls/windowscodecs/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/windowscodecs/tests/Makefile" ;;
18642 "dlls/winealsa.drv/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/winealsa.drv/Makefile" ;;
18643 "dlls/wineaudioio.drv/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/wineaudioio.drv/Makefile" ;;
18644 "dlls/winecoreaudio.drv/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/winecoreaudio.drv/Makefile" ;;
18645 "dlls/winecrt0/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/winecrt0/Makefile" ;;
18646 "dlls/wined3d/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/wined3d/Makefile" ;;
18647 "dlls/winedos/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/winedos/Makefile" ;;
18648 "dlls/wineesd.drv/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/wineesd.drv/Makefile" ;;
18649 "dlls/winejack.drv/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/winejack.drv/Makefile" ;;
18650 "dlls/winejoystick.drv/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/winejoystick.drv/Makefile" ;;
18651 "dlls/winemp3.acm/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/winemp3.acm/Makefile" ;;
18652 "dlls/winenas.drv/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/winenas.drv/Makefile" ;;
18653 "dlls/wineoss.drv/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/wineoss.drv/Makefile" ;;
18654 "dlls/wineps.drv/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/wineps.drv/Makefile" ;;
18655 "dlls/winequartz.drv/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/winequartz.drv/Makefile" ;;
18656 "dlls/winex11.drv/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/winex11.drv/Makefile" ;;
18657 "dlls/wing32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/wing32/Makefile" ;;
18658 "dlls/winhttp/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/winhttp/Makefile" ;;
18659 "dlls/winhttp/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/winhttp/tests/Makefile" ;;
18660 "dlls/wininet/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/wininet/Makefile" ;;
18661 "dlls/wininet/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/wininet/tests/Makefile" ;;
18662 "dlls/winmm/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/winmm/Makefile" ;;
18663 "dlls/winmm/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/winmm/tests/Makefile" ;;
18664 "dlls/winnls.dll16/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/winnls.dll16/Makefile" ;;
18665 "dlls/winnls32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/winnls32/Makefile" ;;
18666 "dlls/winscard/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/winscard/Makefile" ;;
18667 "dlls/winspool.drv/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/winspool.drv/Makefile" ;;
18668 "dlls/winspool.drv/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/winspool.drv/tests/Makefile" ;;
18669 "dlls/wintab.dll16/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/wintab.dll16/Makefile" ;;
18670 "dlls/wintab32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/wintab32/Makefile" ;;
18671 "dlls/wintab32/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/wintab32/tests/Makefile" ;;
18672 "dlls/wintrust/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/wintrust/Makefile" ;;
18673 "dlls/wintrust/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/wintrust/tests/Makefile" ;;
18674 "dlls/wldap32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/wldap32/Makefile" ;;
18675 "dlls/wldap32/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/wldap32/tests/Makefile" ;;
18676 "dlls/wmi/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/wmi/Makefile" ;;
18677 "dlls/wmiutils/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/wmiutils/Makefile" ;;
18678 "dlls/wnaspi32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/wnaspi32/Makefile" ;;
18679 "dlls/wow32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/wow32/Makefile" ;;
18680 "dlls/ws2_32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/ws2_32/Makefile" ;;
18681 "dlls/ws2_32/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/ws2_32/tests/Makefile" ;;
18682 "dlls/wsock32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/wsock32/Makefile" ;;
18683 "dlls/wtsapi32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/wtsapi32/Makefile" ;;
18684 "dlls/wuapi/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/wuapi/Makefile" ;;
18685 "dlls/xinput1_1/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/xinput1_1/Makefile" ;;
18686 "dlls/xinput1_2/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/xinput1_2/Makefile" ;;
18687 "dlls/xinput1_3/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/xinput1_3/Makefile" ;;
18688 "dlls/xinput1_3/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/xinput1_3/tests/Makefile" ;;
18689 "dlls/xinput9_1_0/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/xinput9_1_0/Makefile" ;;
18690 "dlls/xmllite/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/xmllite/Makefile" ;;
18691 "documentation/Makefile") CONFIG_FILES="$CONFIG_FILES documentation/Makefile" ;;
18692 "fonts/Makefile") CONFIG_FILES="$CONFIG_FILES fonts/Makefile" ;;
18693 "include/Makefile") CONFIG_FILES="$CONFIG_FILES include/Makefile" ;;
18694 "libs/Makefile") CONFIG_FILES="$CONFIG_FILES libs/Makefile" ;;
18695 "libs/port/Makefile") CONFIG_FILES="$CONFIG_FILES libs/port/Makefile" ;;
18696 "libs/wine/Makefile") CONFIG_FILES="$CONFIG_FILES libs/wine/Makefile" ;;
18697 "libs/wpp/Makefile") CONFIG_FILES="$CONFIG_FILES libs/wpp/Makefile" ;;
18698 "loader/Makefile") CONFIG_FILES="$CONFIG_FILES loader/Makefile" ;;
18699 "programs/Makefile") CONFIG_FILES="$CONFIG_FILES programs/Makefile" ;;
18700 "programs/cacls/Makefile") CONFIG_FILES="$CONFIG_FILES programs/cacls/Makefile" ;;
18701 "programs/clock/Makefile") CONFIG_FILES="$CONFIG_FILES programs/clock/Makefile" ;;
18702 "programs/cmd/Makefile") CONFIG_FILES="$CONFIG_FILES programs/cmd/Makefile" ;;
18703 "programs/cmdlgtst/Makefile") CONFIG_FILES="$CONFIG_FILES programs/cmdlgtst/Makefile" ;;
18704 "programs/control/Makefile") CONFIG_FILES="$CONFIG_FILES programs/control/Makefile" ;;
18705 "programs/eject/Makefile") CONFIG_FILES="$CONFIG_FILES programs/eject/Makefile" ;;
18706 "programs/expand/Makefile") CONFIG_FILES="$CONFIG_FILES programs/expand/Makefile" ;;
18707 "programs/explorer/Makefile") CONFIG_FILES="$CONFIG_FILES programs/explorer/Makefile" ;;
18708 "programs/hh/Makefile") CONFIG_FILES="$CONFIG_FILES programs/hh/Makefile" ;;
18709 "programs/icinfo/Makefile") CONFIG_FILES="$CONFIG_FILES programs/icinfo/Makefile" ;;
18710 "programs/iexplore/Makefile") CONFIG_FILES="$CONFIG_FILES programs/iexplore/Makefile" ;;
18711 "programs/lodctr/Makefile") CONFIG_FILES="$CONFIG_FILES programs/lodctr/Makefile" ;;
18712 "programs/msiexec/Makefile") CONFIG_FILES="$CONFIG_FILES programs/msiexec/Makefile" ;;
18713 "programs/net/Makefile") CONFIG_FILES="$CONFIG_FILES programs/net/Makefile" ;;
18714 "programs/notepad/Makefile") CONFIG_FILES="$CONFIG_FILES programs/notepad/Makefile" ;;
18715 "programs/oleview/Makefile") CONFIG_FILES="$CONFIG_FILES programs/oleview/Makefile" ;;
18716 "programs/progman/Makefile") CONFIG_FILES="$CONFIG_FILES programs/progman/Makefile" ;;
18717 "programs/reg/Makefile") CONFIG_FILES="$CONFIG_FILES programs/reg/Makefile" ;;
18718 "programs/regedit/Makefile") CONFIG_FILES="$CONFIG_FILES programs/regedit/Makefile" ;;
18719 "programs/regsvr32/Makefile") CONFIG_FILES="$CONFIG_FILES programs/regsvr32/Makefile" ;;
18720 "programs/rpcss/Makefile") CONFIG_FILES="$CONFIG_FILES programs/rpcss/Makefile" ;;
18721 "programs/rundll32/Makefile") CONFIG_FILES="$CONFIG_FILES programs/rundll32/Makefile" ;;
18722 "programs/secedit/Makefile") CONFIG_FILES="$CONFIG_FILES programs/secedit/Makefile" ;;
18723 "programs/services/Makefile") CONFIG_FILES="$CONFIG_FILES programs/services/Makefile" ;;
18724 "programs/spoolsv/Makefile") CONFIG_FILES="$CONFIG_FILES programs/spoolsv/Makefile" ;;
18725 "programs/start/Makefile") CONFIG_FILES="$CONFIG_FILES programs/start/Makefile" ;;
18726 "programs/svchost/Makefile") CONFIG_FILES="$CONFIG_FILES programs/svchost/Makefile" ;;
18727 "programs/taskmgr/Makefile") CONFIG_FILES="$CONFIG_FILES programs/taskmgr/Makefile" ;;
18728 "programs/termsv/Makefile") CONFIG_FILES="$CONFIG_FILES programs/termsv/Makefile" ;;
18729 "programs/uninstaller/Makefile") CONFIG_FILES="$CONFIG_FILES programs/uninstaller/Makefile" ;;
18730 "programs/unlodctr/Makefile") CONFIG_FILES="$CONFIG_FILES programs/unlodctr/Makefile" ;;
18731 "programs/view/Makefile") CONFIG_FILES="$CONFIG_FILES programs/view/Makefile" ;;
18732 "programs/wineboot/Makefile") CONFIG_FILES="$CONFIG_FILES programs/wineboot/Makefile" ;;
18733 "programs/winebrowser/Makefile") CONFIG_FILES="$CONFIG_FILES programs/winebrowser/Makefile" ;;
18734 "programs/winecfg/Makefile") CONFIG_FILES="$CONFIG_FILES programs/winecfg/Makefile" ;;
18735 "programs/wineconsole/Makefile") CONFIG_FILES="$CONFIG_FILES programs/wineconsole/Makefile" ;;
18736 "programs/winedbg/Makefile") CONFIG_FILES="$CONFIG_FILES programs/winedbg/Makefile" ;;
18737 "programs/winedevice/Makefile") CONFIG_FILES="$CONFIG_FILES programs/winedevice/Makefile" ;;
18738 "programs/winefile/Makefile") CONFIG_FILES="$CONFIG_FILES programs/winefile/Makefile" ;;
18739 "programs/winemenubuilder/Makefile") CONFIG_FILES="$CONFIG_FILES programs/winemenubuilder/Makefile" ;;
18740 "programs/winemine/Makefile") CONFIG_FILES="$CONFIG_FILES programs/winemine/Makefile" ;;
18741 "programs/winepath/Makefile") CONFIG_FILES="$CONFIG_FILES programs/winepath/Makefile" ;;
18742 "programs/winetest/Makefile") CONFIG_FILES="$CONFIG_FILES programs/winetest/Makefile" ;;
18743 "programs/winevdm/Makefile") CONFIG_FILES="$CONFIG_FILES programs/winevdm/Makefile" ;;
18744 "programs/winhelp.exe16/Makefile") CONFIG_FILES="$CONFIG_FILES programs/winhelp.exe16/Makefile" ;;
18745 "programs/winhlp32/Makefile") CONFIG_FILES="$CONFIG_FILES programs/winhlp32/Makefile" ;;
18746 "programs/winoldap.mod16/Makefile") CONFIG_FILES="$CONFIG_FILES programs/winoldap.mod16/Makefile" ;;
18747 "programs/winver/Makefile") CONFIG_FILES="$CONFIG_FILES programs/winver/Makefile" ;;
18748 "programs/wordpad/Makefile") CONFIG_FILES="$CONFIG_FILES programs/wordpad/Makefile" ;;
18749 "programs/write/Makefile") CONFIG_FILES="$CONFIG_FILES programs/write/Makefile" ;;
18750 "programs/xcopy/Makefile") CONFIG_FILES="$CONFIG_FILES programs/xcopy/Makefile" ;;
18751 "server/Makefile") CONFIG_FILES="$CONFIG_FILES server/Makefile" ;;
18752 "tools/Makefile") CONFIG_FILES="$CONFIG_FILES tools/Makefile" ;;
18753 "tools/widl/Makefile") CONFIG_FILES="$CONFIG_FILES tools/widl/Makefile" ;;
18754 "tools/winebuild/Makefile") CONFIG_FILES="$CONFIG_FILES tools/winebuild/Makefile" ;;
18755 "tools/winedump/Makefile") CONFIG_FILES="$CONFIG_FILES tools/winedump/Makefile" ;;
18756 "tools/winegcc/Makefile") CONFIG_FILES="$CONFIG_FILES tools/winegcc/Makefile" ;;
18757 "tools/wmc/Makefile") CONFIG_FILES="$CONFIG_FILES tools/wmc/Makefile" ;;
18758 "tools/wrc/Makefile") CONFIG_FILES="$CONFIG_FILES tools/wrc/Makefile" ;;
18760 *) as_fn_error "invalid argument: \`$ac_config_target'" "$LINENO" 5;;
18761 esac
18762 done
18765 # If the user did not use the arguments to specify the items to instantiate,
18766 # then the envvar interface is used. Set only those that are not.
18767 # We use the long form for the default assignment because of an extremely
18768 # bizarre bug on SunOS 4.1.3.
18769 if $ac_need_defaults; then
18770 test "${CONFIG_FILES+set}" = set || CONFIG_FILES=$config_files
18771 test "${CONFIG_HEADERS+set}" = set || CONFIG_HEADERS=$config_headers
18772 test "${CONFIG_COMMANDS+set}" = set || CONFIG_COMMANDS=$config_commands
18775 # Have a temporary directory for convenience. Make it in the build tree
18776 # simply because there is no reason against having it here, and in addition,
18777 # creating and moving files from /tmp can sometimes cause problems.
18778 # Hook for its removal unless debugging.
18779 # Note that there is a small window in which the directory will not be cleaned:
18780 # after its creation but before its name has been assigned to `$tmp'.
18781 $debug ||
18783 tmp=
18784 trap 'exit_status=$?
18785 { test -z "$tmp" || test ! -d "$tmp" || rm -fr "$tmp"; } && exit $exit_status
18787 trap 'as_fn_exit 1' 1 2 13 15
18789 # Create a (secure) tmp directory for tmp files.
18792 tmp=`(umask 077 && mktemp -d "./confXXXXXX") 2>/dev/null` &&
18793 test -n "$tmp" && test -d "$tmp"
18794 } ||
18796 tmp=./conf$$-$RANDOM
18797 (umask 077 && mkdir "$tmp")
18798 } || as_fn_error "cannot create a temporary directory in ." "$LINENO" 5
18800 # Set up the scripts for CONFIG_FILES section.
18801 # No need to generate them if there are no CONFIG_FILES.
18802 # This happens for instance with `./config.status config.h'.
18803 if test -n "$CONFIG_FILES"; then
18805 if $AWK 'BEGIN { getline <"/dev/null" }' </dev/null 2>/dev/null; then
18806 ac_cs_awk_getline=:
18807 ac_cs_awk_pipe_init=
18808 ac_cs_awk_read_file='
18809 while ((getline aline < (F[key])) > 0)
18810 print(aline)
18811 close(F[key])'
18812 ac_cs_awk_pipe_fini=
18813 else
18814 ac_cs_awk_getline=false
18815 ac_cs_awk_pipe_init="print \"cat <<'|#_!!_#|' &&\""
18816 ac_cs_awk_read_file='
18817 print "|#_!!_#|"
18818 print "cat " F[key] " &&"
18819 '$ac_cs_awk_pipe_init
18820 # The final `:' finishes the AND list.
18821 ac_cs_awk_pipe_fini='END { print "|#_!!_#|"; print ":" }'
18823 ac_cr=`echo X | tr X '\015'`
18824 # On cygwin, bash can eat \r inside `` if the user requested igncr.
18825 # But we know of no other shell where ac_cr would be empty at this
18826 # point, so we can use a bashism as a fallback.
18827 if test "x$ac_cr" = x; then
18828 eval ac_cr=\$\'\\r\'
18830 ac_cs_awk_cr=`$AWK 'BEGIN { print "a\rb" }' </dev/null 2>/dev/null`
18831 if test "$ac_cs_awk_cr" = "a${ac_cr}b"; then
18832 ac_cs_awk_cr='\r'
18833 else
18834 ac_cs_awk_cr=$ac_cr
18837 echo 'BEGIN {' >"$tmp/subs1.awk" &&
18838 _ACEOF
18840 # Create commands to substitute file output variables.
18842 echo "cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1" &&
18843 echo 'cat >>"\$tmp/subs1.awk" <<\\_ACAWK &&' &&
18844 echo "$ac_subst_files" | sed 's/.*/F["&"]="$&"/' &&
18845 echo "_ACAWK" &&
18846 echo "_ACEOF"
18847 } >conf$$files.sh &&
18848 . ./conf$$files.sh ||
18849 as_fn_error "could not make $CONFIG_STATUS" "$LINENO" 5
18850 rm -f conf$$files.sh
18853 echo "cat >conf$$subs.awk <<_ACEOF" &&
18854 echo "$ac_subst_vars" | sed 's/.*/&!$&$ac_delim/' &&
18855 echo "_ACEOF"
18856 } >conf$$subs.sh ||
18857 as_fn_error "could not make $CONFIG_STATUS" "$LINENO" 5
18858 ac_delim_num=`echo "$ac_subst_vars" | grep -c '$'`
18859 ac_delim='%!_!# '
18860 for ac_last_try in false false false false false :; do
18861 . ./conf$$subs.sh ||
18862 as_fn_error "could not make $CONFIG_STATUS" "$LINENO" 5
18864 ac_delim_n=`sed -n "s/.*$ac_delim\$/X/p" conf$$subs.awk | grep -c X`
18865 if test $ac_delim_n = $ac_delim_num; then
18866 break
18867 elif $ac_last_try; then
18868 as_fn_error "could not make $CONFIG_STATUS" "$LINENO" 5
18869 else
18870 ac_delim="$ac_delim!$ac_delim _$ac_delim!! "
18872 done
18873 rm -f conf$$subs.sh
18875 cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1
18876 cat >>"\$tmp/subs1.awk" <<\\_ACAWK &&
18877 _ACEOF
18878 sed -n '
18880 s/^/S["/; s/!.*/"]=/
18883 s/^[^!]*!//
18884 :repl
18885 t repl
18886 s/'"$ac_delim"'$//
18887 t delim
18890 s/\(.\{148\}\).*/\1/
18891 t more1
18892 s/["\\]/\\&/g; s/^/"/; s/$/\\n"\\/
18895 b repl
18896 :more1
18897 s/["\\]/\\&/g; s/^/"/; s/$/"\\/
18900 s/.\{148\}//
18901 t nl
18902 :delim
18904 s/\(.\{148\}\).*/\1/
18905 t more2
18906 s/["\\]/\\&/g; s/^/"/; s/$/"/
18909 :more2
18910 s/["\\]/\\&/g; s/^/"/; s/$/"\\/
18913 s/.\{148\}//
18914 t delim
18915 ' <conf$$subs.awk | sed '
18916 /^[^""]/{
18918 s/\n//
18920 ' >>$CONFIG_STATUS || ac_write_fail=1
18921 rm -f conf$$subs.awk
18922 cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1
18923 _ACAWK
18924 cat >>"\$tmp/subs1.awk" <<_ACAWK &&
18925 for (key in S) S_is_set[key] = 1
18926 FS = "\a"
18927 \$ac_cs_awk_pipe_init
18930 line = $ 0
18931 nfields = split(line, field, "@")
18932 substed = 0
18933 len = length(field[1])
18934 for (i = 2; i < nfields; i++) {
18935 key = field[i]
18936 keylen = length(key)
18937 if (S_is_set[key]) {
18938 value = S[key]
18939 line = substr(line, 1, len) "" value "" substr(line, len + keylen + 3)
18940 len += length(value) + length(field[++i])
18941 substed = 1
18942 } else
18943 len += 1 + keylen
18945 if (nfields == 3 && !substed) {
18946 key = field[2]
18947 if (F[key] != "" && line ~ /^[ ]*@.*@[ ]*$/) {
18948 \$ac_cs_awk_read_file
18949 next
18952 print line
18954 \$ac_cs_awk_pipe_fini
18955 _ACAWK
18956 _ACEOF
18957 cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1
18958 if sed "s/$ac_cr//" < /dev/null > /dev/null 2>&1; then
18959 sed "s/$ac_cr\$//; s/$ac_cr/$ac_cs_awk_cr/g"
18960 else
18962 fi < "$tmp/subs1.awk" > "$tmp/subs.awk" \
18963 || as_fn_error "could not setup config files machinery" "$LINENO" 5
18964 _ACEOF
18966 # VPATH may cause trouble with some makes, so we remove $(srcdir),
18967 # ${srcdir} and @srcdir@ from VPATH if srcdir is ".", strip leading and
18968 # trailing colons and then remove the whole line if VPATH becomes empty
18969 # (actually we leave an empty line to preserve line numbers).
18970 if test "x$srcdir" = x.; then
18971 ac_vpsub='/^[ ]*VPATH[ ]*=/{
18972 s/:*\$(srcdir):*/:/
18973 s/:*\${srcdir}:*/:/
18974 s/:*@srcdir@:*/:/
18975 s/^\([^=]*=[ ]*\):*/\1/
18976 s/:*$//
18977 s/^[^=]*=[ ]*$//
18981 cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1
18982 fi # test -n "$CONFIG_FILES"
18984 # Set up the scripts for CONFIG_HEADERS section.
18985 # No need to generate them if there are no CONFIG_HEADERS.
18986 # This happens for instance with `./config.status Makefile'.
18987 if test -n "$CONFIG_HEADERS"; then
18988 cat >"$tmp/defines.awk" <<\_ACAWK ||
18989 BEGIN {
18990 _ACEOF
18992 # Transform confdefs.h into an awk script `defines.awk', embedded as
18993 # here-document in config.status, that substitutes the proper values into
18994 # config.h.in to produce config.h.
18996 # Create a delimiter string that does not exist in confdefs.h, to ease
18997 # handling of long lines.
18998 ac_delim='%!_!# '
18999 for ac_last_try in false false :; do
19000 ac_t=`sed -n "/$ac_delim/p" confdefs.h`
19001 if test -z "$ac_t"; then
19002 break
19003 elif $ac_last_try; then
19004 as_fn_error "could not make $CONFIG_HEADERS" "$LINENO" 5
19005 else
19006 ac_delim="$ac_delim!$ac_delim _$ac_delim!! "
19008 done
19010 # For the awk script, D is an array of macro values keyed by name,
19011 # likewise P contains macro parameters if any. Preserve backslash
19012 # newline sequences.
19014 ac_word_re=[_$as_cr_Letters][_$as_cr_alnum]*
19015 sed -n '
19016 s/.\{148\}/&'"$ac_delim"'/g
19017 t rset
19018 :rset
19019 s/^[ ]*#[ ]*define[ ][ ]*/ /
19020 t def
19022 :def
19023 s/\\$//
19024 t bsnl
19025 s/["\\]/\\&/g
19026 s/^ \('"$ac_word_re"'\)\(([^()]*)\)[ ]*\(.*\)/P["\1"]="\2"\
19027 D["\1"]=" \3"/p
19028 s/^ \('"$ac_word_re"'\)[ ]*\(.*\)/D["\1"]=" \2"/p
19030 :bsnl
19031 s/["\\]/\\&/g
19032 s/^ \('"$ac_word_re"'\)\(([^()]*)\)[ ]*\(.*\)/P["\1"]="\2"\
19033 D["\1"]=" \3\\\\\\n"\\/p
19034 t cont
19035 s/^ \('"$ac_word_re"'\)[ ]*\(.*\)/D["\1"]=" \2\\\\\\n"\\/p
19036 t cont
19038 :cont
19040 s/.\{148\}/&'"$ac_delim"'/g
19041 t clear
19042 :clear
19043 s/\\$//
19044 t bsnlc
19045 s/["\\]/\\&/g; s/^/"/; s/$/"/p
19047 :bsnlc
19048 s/["\\]/\\&/g; s/^/"/; s/$/\\\\\\n"\\/p
19049 b cont
19050 ' <confdefs.h | sed '
19051 s/'"$ac_delim"'/"\\\
19052 "/g' >>$CONFIG_STATUS || ac_write_fail=1
19054 cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1
19055 for (key in D) D_is_set[key] = 1
19056 FS = "\a"
19058 /^[\t ]*#[\t ]*(define|undef)[\t ]+$ac_word_re([\t (]|\$)/ {
19059 line = \$ 0
19060 split(line, arg, " ")
19061 if (arg[1] == "#") {
19062 defundef = arg[2]
19063 mac1 = arg[3]
19064 } else {
19065 defundef = substr(arg[1], 2)
19066 mac1 = arg[2]
19068 split(mac1, mac2, "(") #)
19069 macro = mac2[1]
19070 prefix = substr(line, 1, index(line, defundef) - 1)
19071 if (D_is_set[macro]) {
19072 # Preserve the white space surrounding the "#".
19073 print prefix "define", macro P[macro] D[macro]
19074 next
19075 } else {
19076 # Replace #undef with comments. This is necessary, for example,
19077 # in the case of _POSIX_SOURCE, which is predefined and required
19078 # on some systems where configure will not decide to define it.
19079 if (defundef == "undef") {
19080 print "/*", prefix defundef, macro, "*/"
19081 next
19085 { print }
19086 _ACAWK
19087 _ACEOF
19088 cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1
19089 as_fn_error "could not setup config headers machinery" "$LINENO" 5
19090 fi # test -n "$CONFIG_HEADERS"
19093 eval set X " :F $CONFIG_FILES :H $CONFIG_HEADERS :C $CONFIG_COMMANDS"
19094 shift
19095 for ac_tag
19097 case $ac_tag in
19098 :[FHLC]) ac_mode=$ac_tag; continue;;
19099 esac
19100 case $ac_mode$ac_tag in
19101 :[FHL]*:*);;
19102 :L* | :C*:*) as_fn_error "invalid tag \`$ac_tag'" "$LINENO" 5;;
19103 :[FH]-) ac_tag=-:-;;
19104 :[FH]*) ac_tag=$ac_tag:$ac_tag.in;;
19105 esac
19106 ac_save_IFS=$IFS
19107 IFS=:
19108 set x $ac_tag
19109 IFS=$ac_save_IFS
19110 shift
19111 ac_file=$1
19112 shift
19114 case $ac_mode in
19115 :L) ac_source=$1;;
19116 :[FH])
19117 ac_file_inputs=
19118 for ac_f
19120 case $ac_f in
19121 -) ac_f="$tmp/stdin";;
19122 *) # Look for the file first in the build tree, then in the source tree
19123 # (if the path is not absolute). The absolute path cannot be DOS-style,
19124 # because $ac_f cannot contain `:'.
19125 test -f "$ac_f" ||
19126 case $ac_f in
19127 [\\/$]*) false;;
19128 *) test -f "$srcdir/$ac_f" && ac_f="$srcdir/$ac_f";;
19129 esac ||
19130 as_fn_error "cannot find input file: \`$ac_f'" "$LINENO" 5;;
19131 esac
19132 case $ac_f in *\'*) ac_f=`$as_echo "$ac_f" | sed "s/'/'\\\\\\\\''/g"`;; esac
19133 as_fn_append ac_file_inputs " '$ac_f'"
19134 done
19136 # Let's still pretend it is `configure' which instantiates (i.e., don't
19137 # use $as_me), people would be surprised to read:
19138 # /* config.h. Generated by config.status. */
19139 configure_input='Generated from '`
19140 $as_echo "$*" | sed 's|^[^:]*/||;s|:[^:]*/|, |g'
19141 `' by configure.'
19142 if test x"$ac_file" != x-; then
19143 configure_input="$ac_file. $configure_input"
19144 { $as_echo "$as_me:${as_lineno-$LINENO}: creating $ac_file" >&5
19145 $as_echo "$as_me: creating $ac_file" >&6;}
19147 # Neutralize special characters interpreted by sed in replacement strings.
19148 case $configure_input in #(
19149 *\&* | *\|* | *\\* )
19150 ac_sed_conf_input=`$as_echo "$configure_input" |
19151 sed 's/[\\\\&|]/\\\\&/g'`;; #(
19152 *) ac_sed_conf_input=$configure_input;;
19153 esac
19155 case $ac_tag in
19156 *:-:* | *:-) cat >"$tmp/stdin" \
19157 || as_fn_error "could not create $ac_file" "$LINENO" 5 ;;
19158 esac
19160 esac
19162 ac_dir=`$as_dirname -- "$ac_file" ||
19163 $as_expr X"$ac_file" : 'X\(.*[^/]\)//*[^/][^/]*/*$' \| \
19164 X"$ac_file" : 'X\(//\)[^/]' \| \
19165 X"$ac_file" : 'X\(//\)$' \| \
19166 X"$ac_file" : 'X\(/\)' \| . 2>/dev/null ||
19167 $as_echo X"$ac_file" |
19168 sed '/^X\(.*[^/]\)\/\/*[^/][^/]*\/*$/{
19169 s//\1/
19172 /^X\(\/\/\)[^/].*/{
19173 s//\1/
19176 /^X\(\/\/\)$/{
19177 s//\1/
19180 /^X\(\/\).*/{
19181 s//\1/
19184 s/.*/./; q'`
19185 as_dir="$ac_dir"; as_fn_mkdir_p
19186 ac_builddir=.
19188 case "$ac_dir" in
19189 .) ac_dir_suffix= ac_top_builddir_sub=. ac_top_build_prefix= ;;
19191 ac_dir_suffix=/`$as_echo "$ac_dir" | sed 's|^\.[\\/]||'`
19192 # A ".." for each directory in $ac_dir_suffix.
19193 ac_top_builddir_sub=`$as_echo "$ac_dir_suffix" | sed 's|/[^\\/]*|/..|g;s|/||'`
19194 case $ac_top_builddir_sub in
19195 "") ac_top_builddir_sub=. ac_top_build_prefix= ;;
19196 *) ac_top_build_prefix=$ac_top_builddir_sub/ ;;
19197 esac ;;
19198 esac
19199 ac_abs_top_builddir=$ac_pwd
19200 ac_abs_builddir=$ac_pwd$ac_dir_suffix
19201 # for backward compatibility:
19202 ac_top_builddir=$ac_top_build_prefix
19204 case $srcdir in
19205 .) # We are building in place.
19206 ac_srcdir=.
19207 ac_top_srcdir=$ac_top_builddir_sub
19208 ac_abs_top_srcdir=$ac_pwd ;;
19209 [\\/]* | ?:[\\/]* ) # Absolute name.
19210 ac_srcdir=$srcdir$ac_dir_suffix;
19211 ac_top_srcdir=$srcdir
19212 ac_abs_top_srcdir=$srcdir ;;
19213 *) # Relative name.
19214 ac_srcdir=$ac_top_build_prefix$srcdir$ac_dir_suffix
19215 ac_top_srcdir=$ac_top_build_prefix$srcdir
19216 ac_abs_top_srcdir=$ac_pwd/$srcdir ;;
19217 esac
19218 ac_abs_srcdir=$ac_abs_top_srcdir$ac_dir_suffix
19221 case $ac_mode in
19224 # CONFIG_FILE
19227 case $INSTALL in
19228 [\\/$]* | ?:[\\/]* ) ac_INSTALL=$INSTALL ;;
19229 *) ac_INSTALL=$ac_top_build_prefix$INSTALL ;;
19230 esac
19231 _ACEOF
19233 cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1
19234 # If the template does not know about datarootdir, expand it.
19235 # FIXME: This hack should be removed a few years after 2.60.
19236 ac_datarootdir_hack=; ac_datarootdir_seen=
19237 ac_sed_dataroot='
19238 /datarootdir/ {
19242 /@datadir@/p
19243 /@docdir@/p
19244 /@infodir@/p
19245 /@localedir@/p
19246 /@mandir@/p'
19247 case `eval "sed -n \"\$ac_sed_dataroot\" $ac_file_inputs"` in
19248 *datarootdir*) ac_datarootdir_seen=yes;;
19249 *@datadir@*|*@docdir@*|*@infodir@*|*@localedir@*|*@mandir@*)
19250 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: $ac_file_inputs seems to ignore the --datarootdir setting" >&5
19251 $as_echo "$as_me: WARNING: $ac_file_inputs seems to ignore the --datarootdir setting" >&2;}
19252 _ACEOF
19253 cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1
19254 ac_datarootdir_hack='
19255 s&@datadir@&$datadir&g
19256 s&@docdir@&$docdir&g
19257 s&@infodir@&$infodir&g
19258 s&@localedir@&$localedir&g
19259 s&@mandir@&$mandir&g
19260 s&\\\${datarootdir}&$datarootdir&g' ;;
19261 esac
19262 _ACEOF
19264 # Neutralize VPATH when `$srcdir' = `.'.
19265 # Shell code in configure.ac might set extrasub.
19266 # FIXME: do we really want to maintain this feature?
19267 cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1
19268 ac_sed_extra="$ac_vpsub
19269 $extrasub
19270 _ACEOF
19271 cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1
19273 /@[a-zA-Z_][a-zA-Z_0-9]*@/!b
19274 s|@configure_input@|$ac_sed_conf_input|;t t
19275 s&@top_builddir@&$ac_top_builddir_sub&;t t
19276 s&@top_build_prefix@&$ac_top_build_prefix&;t t
19277 s&@srcdir@&$ac_srcdir&;t t
19278 s&@abs_srcdir@&$ac_abs_srcdir&;t t
19279 s&@top_srcdir@&$ac_top_srcdir&;t t
19280 s&@abs_top_srcdir@&$ac_abs_top_srcdir&;t t
19281 s&@builddir@&$ac_builddir&;t t
19282 s&@abs_builddir@&$ac_abs_builddir&;t t
19283 s&@abs_top_builddir@&$ac_abs_top_builddir&;t t
19284 s&@INSTALL@&$ac_INSTALL&;t t
19285 $ac_datarootdir_hack
19287 eval sed \"\$ac_sed_extra\" "$ac_file_inputs" |
19288 if $ac_cs_awk_getline; then
19289 $AWK -f "$tmp/subs.awk"
19290 else
19291 $AWK -f "$tmp/subs.awk" | $SHELL
19292 fi >$tmp/out \
19293 || as_fn_error "could not create $ac_file" "$LINENO" 5
19295 test -z "$ac_datarootdir_hack$ac_datarootdir_seen" &&
19296 { ac_out=`sed -n '/\${datarootdir}/p' "$tmp/out"`; test -n "$ac_out"; } &&
19297 { ac_out=`sed -n '/^[ ]*datarootdir[ ]*:*=/p' "$tmp/out"`; test -z "$ac_out"; } &&
19298 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: $ac_file contains a reference to the variable \`datarootdir'
19299 which seems to be undefined. Please make sure it is defined." >&5
19300 $as_echo "$as_me: WARNING: $ac_file contains a reference to the variable \`datarootdir'
19301 which seems to be undefined. Please make sure it is defined." >&2;}
19303 rm -f "$tmp/stdin"
19304 case $ac_file in
19305 -) cat "$tmp/out" && rm -f "$tmp/out";;
19306 *) rm -f "$ac_file" && mv "$tmp/out" "$ac_file";;
19307 esac \
19308 || as_fn_error "could not create $ac_file" "$LINENO" 5
19312 # CONFIG_HEADER
19314 if test x"$ac_file" != x-; then
19316 $as_echo "/* $configure_input */" \
19317 && eval '$AWK -f "$tmp/defines.awk"' "$ac_file_inputs"
19318 } >"$tmp/config.h" \
19319 || as_fn_error "could not create $ac_file" "$LINENO" 5
19320 if diff "$ac_file" "$tmp/config.h" >/dev/null 2>&1; then
19321 { $as_echo "$as_me:${as_lineno-$LINENO}: $ac_file is unchanged" >&5
19322 $as_echo "$as_me: $ac_file is unchanged" >&6;}
19323 else
19324 rm -f "$ac_file"
19325 mv "$tmp/config.h" "$ac_file" \
19326 || as_fn_error "could not create $ac_file" "$LINENO" 5
19328 else
19329 $as_echo "/* $configure_input */" \
19330 && eval '$AWK -f "$tmp/defines.awk"' "$ac_file_inputs" \
19331 || as_fn_error "could not create -" "$LINENO" 5
19335 :C) { $as_echo "$as_me:${as_lineno-$LINENO}: executing $ac_file commands" >&5
19336 $as_echo "$as_me: executing $ac_file commands" >&6;}
19338 esac
19341 case $ac_file$ac_mode in
19342 "include/stamp-h":C) echo timestamp > include/stamp-h ;;
19343 "dlls/gdi32/enhmfdrv":C) test -d "dlls/gdi32/enhmfdrv" || ({ $as_echo "$as_me:${as_lineno-$LINENO}: creating dlls/gdi32/enhmfdrv" >&5
19344 $as_echo "$as_me: creating dlls/gdi32/enhmfdrv" >&6;} && mkdir "dlls/gdi32/enhmfdrv") ;;
19345 "dlls/gdi32/mfdrv":C) test -d "dlls/gdi32/mfdrv" || ({ $as_echo "$as_me:${as_lineno-$LINENO}: creating dlls/gdi32/mfdrv" >&5
19346 $as_echo "$as_me: creating dlls/gdi32/mfdrv" >&6;} && mkdir "dlls/gdi32/mfdrv") ;;
19347 "dlls/kernel32/nls":C) test -d "dlls/kernel32/nls" || ({ $as_echo "$as_me:${as_lineno-$LINENO}: creating dlls/kernel32/nls" >&5
19348 $as_echo "$as_me: creating dlls/kernel32/nls" >&6;} && mkdir "dlls/kernel32/nls") ;;
19349 "dlls/user32/resources":C) test -d "dlls/user32/resources" || ({ $as_echo "$as_me:${as_lineno-$LINENO}: creating dlls/user32/resources" >&5
19350 $as_echo "$as_me: creating dlls/user32/resources" >&6;} && mkdir "dlls/user32/resources") ;;
19351 "dlls/wineps.drv/data":C) test -d "dlls/wineps.drv/data" || ({ $as_echo "$as_me:${as_lineno-$LINENO}: creating dlls/wineps.drv/data" >&5
19352 $as_echo "$as_me: creating dlls/wineps.drv/data" >&6;} && mkdir "dlls/wineps.drv/data") ;;
19353 "include/wine":C) test -d "include/wine" || ({ $as_echo "$as_me:${as_lineno-$LINENO}: creating include/wine" >&5
19354 $as_echo "$as_me: creating include/wine" >&6;} && mkdir "include/wine") ;;
19356 esac
19357 done # for ac_tag
19360 as_fn_exit 0
19361 _ACEOF
19362 ac_clean_files=$ac_clean_files_save
19364 test $ac_write_fail = 0 ||
19365 as_fn_error "write failure creating $CONFIG_STATUS" "$LINENO" 5
19368 # configure is writing to config.log, and then calls config.status.
19369 # config.status does its own redirection, appending to config.log.
19370 # Unfortunately, on DOS this fails, as config.log is still kept open
19371 # by configure, so config.status won't be able to write to it; its
19372 # output is simply discarded. So we exec the FD to /dev/null,
19373 # effectively closing config.log, so it can be properly (re)opened and
19374 # appended to by config.status. When coming back to configure, we
19375 # need to make the FD available again.
19376 if test "$no_create" != yes; then
19377 ac_cs_success=:
19378 ac_config_status_args=
19379 test "$silent" = yes &&
19380 ac_config_status_args="$ac_config_status_args --quiet"
19381 exec 5>/dev/null
19382 $SHELL $CONFIG_STATUS $ac_config_status_args || ac_cs_success=false
19383 exec 5>>config.log
19384 # Use ||, not &&, to avoid exiting from the if with $? = 1, which
19385 # would make configure fail if this is the last instruction.
19386 $ac_cs_success || as_fn_exit $?
19388 if test -n "$ac_unrecognized_opts" && test "$enable_option_checking" != no; then
19389 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: unrecognized options: $ac_unrecognized_opts" >&5
19390 $as_echo "$as_me: WARNING: unrecognized options: $ac_unrecognized_opts" >&2;}
19394 if test "$no_create" = "yes"
19395 then
19396 exit 0
19399 ac_save_IFS="$IFS"
19400 if test "x$wine_notices != "x; then
19401 echo >&6
19402 IFS="|"
19403 for msg in $wine_notices; do
19404 IFS="$ac_save_IFS"
19405 if test -n "$msg"; then
19406 { $as_echo "$as_me:${as_lineno-$LINENO}: $msg" >&5
19407 $as_echo "$as_me: $msg" >&6;}
19409 done
19411 IFS="|"
19412 for msg in $wine_warnings; do
19413 IFS="$ac_save_IFS"
19414 if test -n "$msg"; then
19415 echo >&2
19416 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: $msg" >&5
19417 $as_echo "$as_me: WARNING: $msg" >&2;}
19419 done
19420 IFS="$ac_save_IFS"
19422 echo "
19423 $as_me: Finished. Do '${ac_make} depend && ${ac_make}' to compile Wine.
19424 " >&6