blob: 68b48c5bc9ad886f4a0f6dc5d9cc9435d1151c18 [file] [log] [blame]
Alexandre Julliarde2991ea1995-07-29 13:09:43 +00001#! /bin/sh
Alexandre Julliarde2991ea1995-07-29 13:09:43 +00002# Guess values for system-dependent variables and create Makefiles.
Alexandre Julliard25e9e4f2009-08-10 14:27:28 +02003# Generated by GNU Autoconf 2.64 for Wine 1.1.27.
Alexandre Julliarde2991ea1995-07-29 13:09:43 +00004#
Alexandre Julliard875927f2004-01-02 01:55:29 +00005# Report bugs to <wine-devel@winehq.org>.
6#
Alexandre Julliardfc6ffb22006-05-25 20:08:12 +02007# Copyright (C) 1992, 1993, 1994, 1995, 1996, 1998, 1999, 2000, 2001,
Alexandre Julliard25e9e4f2009-08-10 14:27:28 +02008# 2002, 2003, 2004, 2005, 2006, 2007, 2008, 2009 Free Software
9# Foundation, Inc.
10#
Alexandre Julliarde2991ea1995-07-29 13:09:43 +000011# This configure script is free software; the Free Software Foundation
12# gives unlimited permission to copy, distribute and modify it.
Alexandre Julliard25e9e4f2009-08-10 14:27:28 +020013## -------------------- ##
14## M4sh Initialization. ##
15## -------------------- ##
Alexandre Julliardf5818d22002-02-14 19:47:29 +000016
Alexandre Julliarddc9f3842006-12-19 16:17:09 +010017# Be more Bourne compatible
18DUALCASE=1; export DUALCASE # for MKS sh
Alexandre Julliard25e9e4f2009-08-10 14:27:28 +020019if test -n "${ZSH_VERSION+set}" && (emulate sh) >/dev/null 2>&1; then :
Alexandre Julliardf5818d22002-02-14 19:47:29 +000020 emulate sh
21 NULLCMD=:
Alexandre Julliardabf50482008-10-31 12:56:53 +010022 # Pre-4.2 versions of Zsh do word splitting on ${1+"$@"}, which
Alexandre Julliard11af04e2002-10-10 03:48:04 +000023 # is contrary to our usage. Disable this feature.
24 alias -g '${1+"$@"}'='"$@"'
Alexandre Julliardfc6ffb22006-05-25 20:08:12 +020025 setopt NO_GLOB_SUBST
26else
Alexandre Julliard25e9e4f2009-08-10 14:27:28 +020027 case `(set -o) 2>/dev/null` in #(
28 *posix*) :
29 set -o posix ;; #(
30 *) :
31 ;;
Alexandre Julliarddc9f3842006-12-19 16:17:09 +010032esac
Alexandre Julliardf5818d22002-02-14 19:47:29 +000033fi
Alexandre Julliarddc9f3842006-12-19 16:17:09 +010034
35
Alexandre Julliardabf50482008-10-31 12:56:53 +010036as_nl='
37'
38export as_nl
39# Printing a long string crashes Solaris 7 /usr/bin/printf.
40as_echo='\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\'
41as_echo=$as_echo$as_echo$as_echo$as_echo$as_echo
42as_echo=$as_echo$as_echo$as_echo$as_echo$as_echo$as_echo
Alexandre Julliard25e9e4f2009-08-10 14:27:28 +020043# Prefer a ksh shell builtin over an external printf program on Solaris,
44# but without wasting forks for bash or zsh.
45if 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 --'
49elif (test "X`printf %s $as_echo`" = "X$as_echo") 2>/dev/null; then
Alexandre Julliardabf50482008-10-31 12:56:53 +010050 as_echo='printf %s\n'
51 as_echo_n='printf %s'
52else
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;
Alexandre Julliard25e9e4f2009-08-10 14:27:28 +020060 case $arg in #(
Alexandre Julliardabf50482008-10-31 12:56:53 +010061 *"$as_nl"*)
62 expr "X$arg" : "X\\(.*\\)$as_nl";
63 arg=`expr "X$arg" : ".*$as_nl\\(.*\\)"`;;
64 esac;
65 expr "X$arg" : "X\\(.*\\)" | tr -d "$as_nl"
66 '
67 export as_echo_n_body
68 as_echo_n='sh -c $as_echo_n_body as_echo'
69 fi
70 export as_echo_body
71 as_echo='sh -c $as_echo_body as_echo'
72fi
73
Alexandre Julliarddaa28862002-04-11 21:54:01 +000074# The user is always right.
75if test "${PATH_SEPARATOR+set}" != set; then
Alexandre Julliardabf50482008-10-31 12:56:53 +010076 PATH_SEPARATOR=:
77 (PATH='/bin;/bin'; FPATH=$PATH; sh -c :) >/dev/null 2>&1 && {
78 (PATH='/bin:/bin'; FPATH=$PATH; sh -c :) >/dev/null 2>&1 ||
79 PATH_SEPARATOR=';'
80 }
Alexandre Julliarddaa28862002-04-11 21:54:01 +000081fi
82
Alexandre Julliardfc6ffb22006-05-25 20:08:12 +020083
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.)
Alexandre Julliardfc6ffb22006-05-25 20:08:12 +020089IFS=" "" $as_nl"
90
91# Find who we are. Look in the path if we contain no directory separator.
Alexandre Julliard25e9e4f2009-08-10 14:27:28 +020092case $0 in #((
Alexandre Julliardfc6ffb22006-05-25 20:08:12 +020093 *[\\/]* ) as_myself=$0 ;;
94 *) as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
Alexandre Julliarddaa28862002-04-11 21:54:01 +000095for as_dir in $PATH
96do
97 IFS=$as_save_IFS
98 test -z "$as_dir" && as_dir=.
Alexandre Julliard25e9e4f2009-08-10 14:27:28 +020099 test -r "$as_dir/$0" && as_myself=$as_dir/$0 && break
100 done
Alexandre Julliardfc6ffb22006-05-25 20:08:12 +0200101IFS=$as_save_IFS
Alexandre Julliarddaa28862002-04-11 21:54:01 +0000102
Alexandre Julliardfc6ffb22006-05-25 20:08:12 +0200103 ;;
104esac
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.
107if test "x$as_myself" = x; then
108 as_myself=$0
109fi
110if test ! -f "$as_myself"; then
Alexandre Julliardabf50482008-10-31 12:56:53 +0100111 $as_echo "$as_myself: error: cannot find myself; rerun with an absolute file name" >&2
Alexandre Julliard25e9e4f2009-08-10 14:27:28 +0200112 exit 1
Alexandre Julliardfc6ffb22006-05-25 20:08:12 +0200113fi
114
Alexandre Julliard25e9e4f2009-08-10 14:27:28 +0200115# 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.
119for as_var in BASH_ENV ENV MAIL MAILPATH
120do eval test x\${$as_var+set} = xset \
121 && ( (unset $as_var) || exit 1) >/dev/null 2>&1 && unset $as_var || :
Alexandre Julliardfc6ffb22006-05-25 20:08:12 +0200122done
123PS1='$ '
124PS2='> '
125PS4='+ '
126
127# NLS nuisances.
Alexandre Julliardabf50482008-10-31 12:56:53 +0100128LC_ALL=C
129export LC_ALL
130LANGUAGE=C
131export LANGUAGE
Alexandre Julliardfc6ffb22006-05-25 20:08:12 +0200132
Alexandre Julliard25e9e4f2009-08-10 14:27:28 +0200133# CDPATH.
134(unset CDPATH) >/dev/null 2>&1 && unset CDPATH
135
136if 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
144else
145 case \`(set -o) 2>/dev/null\` in #(
146 *posix*) :
147 set -o posix ;; #(
148 *) :
149 ;;
150esac
151fi
152"
153 as_required="as_fn_return () { (exit \$1); }
154as_fn_success () { as_fn_return 0; }
155as_fn_failure () { as_fn_return 1; }
156as_fn_ret_success () { return 0; }
157as_fn_ret_failure () { return 1; }
158
159exitcode=0
160as_fn_success || { exitcode=1; echo as_fn_success failed.; }
161as_fn_failure && { exitcode=1; echo as_fn_failure succeeded.; }
162as_fn_ret_success || { exitcode=1; echo as_fn_ret_success failed.; }
163as_fn_ret_failure && { exitcode=1; echo as_fn_ret_failure succeeded.; }
164if ( set x; as_fn_ret_success y && test x = \"\$1\" ); then :
165
166else
167 exitcode=1; echo positional parameters were not saved.
168fi
169test 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
174test \$(( 1 + 1 )) = 2 || exit 1"
175 if (eval "$as_required") 2>/dev/null; then :
176 as_have_required=yes
177else
178 as_have_required=no
179fi
180 if test x$as_have_required = xyes && (eval "$as_suggested") 2>/dev/null; then :
181
182else
183 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
184as_found=false
185for as_dir in /bin$PATH_SEPARATOR/usr/bin$PATH_SEPARATOR$PATH
186do
187 IFS=$as_save_IFS
188 test -z "$as_dir" && as_dir=.
189 as_found=:
190 case $as_dir in #(
191 /*)
192 for as_base in sh bash ksh sh5; do
193 # Try only shells that exist, to save several forks.
194 as_shell=$as_dir/$as_base
195 if { test -f "$as_shell" || test -f "$as_shell.exe"; } &&
196 { $as_echo "$as_bourne_compatible""$as_required" | as_run=a "$as_shell"; } 2>/dev/null; then :
197 CONFIG_SHELL=$as_shell as_have_required=yes
198 if { $as_echo "$as_bourne_compatible""$as_suggested" | as_run=a "$as_shell"; } 2>/dev/null; then :
199 break 2
200fi
201fi
202 done;;
203 esac
204 as_found=false
205done
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
209fi; }
210IFS=$as_save_IFS
211
212
213 if test "x$CONFIG_SHELL" != x; then :
214 # We cannot yet assume a decent shell, so we have to provide a
215 # neutralization value for shells without unset; and this also
216 # works around shells that cannot unset nonexistent variables.
217 BASH_ENV=/dev/null
218 ENV=/dev/null
219 (unset BASH_ENV) >/dev/null 2>&1 && unset BASH_ENV ENV
220 export CONFIG_SHELL
221 exec "$CONFIG_SHELL" "$as_myself" ${1+"$@"}
222fi
223
224 if test x$as_have_required = xno; then :
225 $as_echo "$0: This script requires a shell more modern than all"
226 $as_echo "$0: the shells that I found on your system."
227 if test x${ZSH_VERSION+set} = xset ; then
228 $as_echo "$0: In particular, zsh $ZSH_VERSION has bugs and should"
229 $as_echo "$0: be upgraded to zsh 4.3.4 or later."
230 else
231 $as_echo "$0: Please tell bug-autoconf@gnu.org and
232$0: wine-devel@winehq.org about your system, including any
233$0: error possibly output before this message. Then install
234$0: a modern shell, or manually run the script under such a
235$0: shell if you do have one."
236 fi
237 exit 1
238fi
239fi
240fi
241SHELL=${CONFIG_SHELL-/bin/sh}
242export SHELL
243# Unset more variables known to interfere with behavior of common tools.
244CLICOLOR_FORCE= GREP_OPTIONS=
245unset CLICOLOR_FORCE GREP_OPTIONS
246
247## --------------------- ##
248## M4sh Shell Functions. ##
249## --------------------- ##
250# as_fn_unset VAR
251# ---------------
252# Portably unset VAR.
253as_fn_unset ()
254{
255 { eval $1=; unset $1;}
256}
257as_unset=as_fn_unset
258
259# as_fn_set_status STATUS
260# -----------------------
261# Set $? to STATUS, without forking.
262as_fn_set_status ()
263{
264 return $1
265} # as_fn_set_status
266
267# as_fn_exit STATUS
268# -----------------
269# Exit the shell with STATUS, even in a "trap 0" or "set -e" context.
270as_fn_exit ()
271{
272 set +e
273 as_fn_set_status $1
274 exit $1
275} # as_fn_exit
276
277# as_fn_mkdir_p
278# -------------
279# Create "$as_dir" as a directory, including parents if necessary.
280as_fn_mkdir_p ()
281{
282
283 case $as_dir in #(
284 -*) as_dir=./$as_dir;;
285 esac
286 test -d "$as_dir" || eval $as_mkdir_p || {
287 as_dirs=
288 while :; do
289 case $as_dir in #(
290 *\'*) as_qdir=`$as_echo "$as_dir" | sed "s/'/'\\\\\\\\''/g"`;; #'(
291 *) as_qdir=$as_dir;;
292 esac
293 as_dirs="'$as_qdir' $as_dirs"
294 as_dir=`$as_dirname -- "$as_dir" ||
295$as_expr X"$as_dir" : 'X\(.*[^/]\)//*[^/][^/]*/*$' \| \
296 X"$as_dir" : 'X\(//\)[^/]' \| \
297 X"$as_dir" : 'X\(//\)$' \| \
298 X"$as_dir" : 'X\(/\)' \| . 2>/dev/null ||
299$as_echo X"$as_dir" |
300 sed '/^X\(.*[^/]\)\/\/*[^/][^/]*\/*$/{
301 s//\1/
302 q
303 }
304 /^X\(\/\/\)[^/].*/{
305 s//\1/
306 q
307 }
308 /^X\(\/\/\)$/{
309 s//\1/
310 q
311 }
312 /^X\(\/\).*/{
313 s//\1/
314 q
315 }
316 s/.*/./; q'`
317 test -d "$as_dir" && break
318 done
319 test -z "$as_dirs" || eval "mkdir $as_dirs"
320 } || test -d "$as_dir" || as_fn_error "cannot create directory $as_dir"
321
322
323} # as_fn_mkdir_p
324# as_fn_append VAR VALUE
325# ----------------------
326# Append the text in VALUE to the end of the definition contained in VAR. Take
327# advantage of any shell optimizations that allow amortized linear growth over
328# repeated appends, instead of the typical quadratic growth present in naive
329# implementations.
330if (eval "as_var=1; as_var+=2; test x\$as_var = x12") 2>/dev/null; then :
331 eval 'as_fn_append ()
332 {
333 eval $1+=\$2
334 }'
335else
336 as_fn_append ()
337 {
338 eval $1=\$$1\$2
339 }
340fi # as_fn_append
341
342# as_fn_arith ARG...
343# ------------------
344# Perform arithmetic evaluation on the ARGs, and store the result in the
345# global $as_val. Take advantage of shells that can avoid forks. The arguments
346# must be portable across $(()) and expr.
347if (eval "test \$(( 1 + 1 )) = 2") 2>/dev/null; then :
348 eval 'as_fn_arith ()
349 {
350 as_val=$(( $* ))
351 }'
352else
353 as_fn_arith ()
354 {
355 as_val=`expr "$@" || test $? -eq 1`
356 }
357fi # as_fn_arith
358
359
360# as_fn_error ERROR [LINENO LOG_FD]
361# ---------------------------------
362# Output "`basename $0`: error: ERROR" to stderr. If LINENO and LOG_FD are
363# provided, also output the error to LOG_FD, referencing LINENO. Then exit the
364# script with status $?, using 1 if that was 0.
365as_fn_error ()
366{
367 as_status=$?; test $as_status -eq 0 && as_status=1
368 if test "$3"; then
369 as_lineno=${as_lineno-"$2"} as_lineno_stack=as_lineno_stack=$as_lineno_stack
370 $as_echo "$as_me:${as_lineno-$LINENO}: error: $1" >&$3
371 fi
372 $as_echo "$as_me: error: $1" >&2
373 as_fn_exit $as_status
374} # as_fn_error
375
Alexandre Julliardfc6ffb22006-05-25 20:08:12 +0200376if expr a : '\(a\)' >/dev/null 2>&1 &&
377 test "X`expr 00001 : '.*\(...\)'`" = X001; then
378 as_expr=expr
379else
380 as_expr=false
381fi
382
383if (basename -- /) >/dev/null 2>&1 && test "X`basename -- / 2>&1`" = "X/"; then
384 as_basename=basename
385else
386 as_basename=false
387fi
388
Alexandre Julliard25e9e4f2009-08-10 14:27:28 +0200389if (as_dir=`dirname -- /` && test "X$as_dir" = X/) >/dev/null 2>&1; then
390 as_dirname=dirname
391else
392 as_dirname=false
393fi
Alexandre Julliardfc6ffb22006-05-25 20:08:12 +0200394
Alexandre Julliardfc6ffb22006-05-25 20:08:12 +0200395as_me=`$as_basename -- "$0" ||
396$as_expr X/"$0" : '.*/\([^/][^/]*\)/*$' \| \
397 X"$0" : 'X\(//\)$' \| \
398 X"$0" : 'X\(/\)' \| . 2>/dev/null ||
Alexandre Julliardabf50482008-10-31 12:56:53 +0100399$as_echo X/"$0" |
Alexandre Julliardfc6ffb22006-05-25 20:08:12 +0200400 sed '/^.*\/\([^/][^/]*\)\/*$/{
401 s//\1/
402 q
403 }
404 /^X\/\(\/\/\)$/{
405 s//\1/
406 q
407 }
408 /^X\/\(\/\).*/{
409 s//\1/
410 q
411 }
412 s/.*/./; q'`
413
Alexandre Julliard25e9e4f2009-08-10 14:27:28 +0200414# Avoid depending upon Character Ranges.
415as_cr_letters='abcdefghijklmnopqrstuvwxyz'
416as_cr_LETTERS='ABCDEFGHIJKLMNOPQRSTUVWXYZ'
417as_cr_Letters=$as_cr_letters$as_cr_LETTERS
418as_cr_digits='0123456789'
419as_cr_alnum=$as_cr_Letters$as_cr_digits
Alexandre Julliardfc6ffb22006-05-25 20:08:12 +0200420
421
Alexandre Julliard25e9e4f2009-08-10 14:27:28 +0200422 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. :-)
Alexandre Julliardfc6ffb22006-05-25 20:08:12 +0200427 sed -n '
428 p
429 /[$]LINENO/=
430 ' <$as_myself |
Alexandre Julliarddaa28862002-04-11 21:54:01 +0000431 sed '
Alexandre Julliardfc6ffb22006-05-25 20:08:12 +0200432 s/[$]LINENO.*/&-/
433 t lineno
434 b
435 :lineno
Alexandre Julliarddaa28862002-04-11 21:54:01 +0000436 N
Alexandre Julliardfc6ffb22006-05-25 20:08:12 +0200437 :loop
438 s/[$]LINENO\([^'$as_cr_alnum'_].*\n\)\(.*\)/\2\1\2/
Alexandre Julliarddaa28862002-04-11 21:54:01 +0000439 t loop
Alexandre Julliardfc6ffb22006-05-25 20:08:12 +0200440 s/-\n.*//
Alexandre Julliarddaa28862002-04-11 21:54:01 +0000441 ' >$as_me.lineno &&
Alexandre Julliardfc6ffb22006-05-25 20:08:12 +0200442 chmod +x "$as_me.lineno" ||
Alexandre Julliard25e9e4f2009-08-10 14:27:28 +0200443 { $as_echo "$as_me: error: cannot create $as_me.lineno; rerun with a POSIX shell" >&2; as_fn_exit 1; }
Alexandre Julliarddaa28862002-04-11 21:54:01 +0000444
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
Alexandre Julliardfc6ffb22006-05-25 20:08:12 +0200447 # original and so on. Autoconf is especially sensitive to this).
448 . "./$as_me.lineno"
Alexandre Julliarddaa28862002-04-11 21:54:01 +0000449 # Exit status is that of the last command.
450 exit
451}
452
Alexandre Julliardfc6ffb22006-05-25 20:08:12 +0200453ECHO_C= ECHO_N= ECHO_T=
Alexandre Julliard25e9e4f2009-08-10 14:27:28 +0200454case `echo -n x` in #(((((
Alexandre Julliardfc6ffb22006-05-25 20:08:12 +0200455-n*)
Alexandre Julliard25e9e4f2009-08-10 14:27:28 +0200456 case `echo 'xy\c'` in
Alexandre Julliardfc6ffb22006-05-25 20:08:12 +0200457 *c*) ECHO_T=' ';; # ECHO_T is single tab character.
Alexandre Julliard25e9e4f2009-08-10 14:27:28 +0200458 xy) ECHO_C='\c';;
459 *) echo `echo ksh88 bug on AIX 6.1` > /dev/null
460 ECHO_T=' ';;
Alexandre Julliardfc6ffb22006-05-25 20:08:12 +0200461 esac;;
462*)
463 ECHO_N='-n';;
Alexandre Julliarddaa28862002-04-11 21:54:01 +0000464esac
Alexandre Julliardf5818d22002-02-14 19:47:29 +0000465
466rm -f conf$$ conf$$.exe conf$$.file
Alexandre Julliardfc6ffb22006-05-25 20:08:12 +0200467if test -d conf$$.dir; then
468 rm -f conf$$.dir/conf$$.file
469else
470 rm -f conf$$.dir
Alexandre Julliardabf50482008-10-31 12:56:53 +0100471 mkdir conf$$.dir 2>/dev/null
Alexandre Julliardfc6ffb22006-05-25 20:08:12 +0200472fi
Alexandre Julliardabf50482008-10-31 12:56:53 +0100473if (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
Alexandre Julliardf5818d22002-02-14 19:47:29 +0000485 as_ln_s='cp -p'
Alexandre Julliardabf50482008-10-31 12:56:53 +0100486 fi
Alexandre Julliardf5818d22002-02-14 19:47:29 +0000487else
488 as_ln_s='cp -p'
489fi
Alexandre Julliardfc6ffb22006-05-25 20:08:12 +0200490rm -f conf$$ conf$$.exe conf$$.dir/conf$$.file conf$$.file
491rmdir conf$$.dir 2>/dev/null
Alexandre Julliardf5818d22002-02-14 19:47:29 +0000492
Alexandre Julliard11af04e2002-10-10 03:48:04 +0000493if mkdir -p . 2>/dev/null; then
Alexandre Julliard25e9e4f2009-08-10 14:27:28 +0200494 as_mkdir_p='mkdir -p "$as_dir"'
Alexandre Julliard11af04e2002-10-10 03:48:04 +0000495else
Alexandre Julliard875927f2004-01-02 01:55:29 +0000496 test -d ./-p && rmdir ./-p
Alexandre Julliard11af04e2002-10-10 03:48:04 +0000497 as_mkdir_p=false
498fi
499
Alexandre Julliarddc9f3842006-12-19 16:17:09 +0100500if test -x / >/dev/null 2>&1; then
501 as_test_x='test -x'
Alexandre Julliardfc6ffb22006-05-25 20:08:12 +0200502else
Alexandre Julliarddc9f3842006-12-19 16:17:09 +0100503 if ls -dL / >/dev/null 2>&1; then
504 as_ls_L_option=L
505 else
506 as_ls_L_option=
507 fi
508 as_test_x='
509 eval sh -c '\''
510 if test -d "$1"; then
Alexandre Julliardabf50482008-10-31 12:56:53 +0100511 test -d "$1/.";
Alexandre Julliarddc9f3842006-12-19 16:17:09 +0100512 else
Alexandre Julliard25e9e4f2009-08-10 14:27:28 +0200513 case $1 in #(
Alexandre Julliardabf50482008-10-31 12:56:53 +0100514 -*)set "./$1";;
Alexandre Julliarddc9f3842006-12-19 16:17:09 +0100515 esac;
Alexandre Julliard25e9e4f2009-08-10 14:27:28 +0200516 case `ls -ld'$as_ls_L_option' "$1" 2>/dev/null` in #((
Alexandre Julliarddc9f3842006-12-19 16:17:09 +0100517 ???[sx]*):;;*)false;;esac;fi
518 '\'' sh
519 '
Alexandre Julliardfc6ffb22006-05-25 20:08:12 +0200520fi
Alexandre Julliarddc9f3842006-12-19 16:17:09 +0100521as_executable_p=$as_test_x
Alexandre Julliardf5818d22002-02-14 19:47:29 +0000522
Alexandre Julliarddaa28862002-04-11 21:54:01 +0000523# Sed expression to map a string onto a valid CPP name.
Alexandre Julliard875927f2004-01-02 01:55:29 +0000524as_tr_cpp="eval sed 'y%*$as_cr_letters%P$as_cr_LETTERS%;s%[^_$as_cr_alnum]%_%g'"
Alexandre Julliardf5818d22002-02-14 19:47:29 +0000525
Alexandre Julliarddaa28862002-04-11 21:54:01 +0000526# Sed expression to map a string onto a valid variable name.
Alexandre Julliard875927f2004-01-02 01:55:29 +0000527as_tr_sh="eval sed 'y%*+%pp%;s%[^_$as_cr_alnum]%_%g'"
Alexandre Julliarddaa28862002-04-11 21:54:01 +0000528
Alexandre Julliardf5818d22002-02-14 19:47:29 +0000529
Alexandre Julliardfc6ffb22006-05-25 20:08:12 +0200530exec 7<&0 </dev/null 6>&1
Alexandre Julliardf5818d22002-02-14 19:47:29 +0000531
532# Name of the host.
533# hostname on some systems (SVR3.2, Linux) returns a bogus exit status,
534# so uname gets run too.
535ac_hostname=`(hostname || uname -n) 2>/dev/null | sed 1q`
536
Alexandre Julliardf5818d22002-02-14 19:47:29 +0000537#
538# Initializations.
539#
Alexandre Julliarde2991ea1995-07-29 13:09:43 +0000540ac_default_prefix=/usr/local
Alexandre Julliardfc6ffb22006-05-25 20:08:12 +0200541ac_clean_files=
Alexandre Julliard11af04e2002-10-10 03:48:04 +0000542ac_config_libobj_dir=.
Alexandre Julliardfc6ffb22006-05-25 20:08:12 +0200543LIBOBJS=
Alexandre Julliardf5818d22002-02-14 19:47:29 +0000544cross_compiling=no
545subdirs=
Alexandre Julliarddaa28862002-04-11 21:54:01 +0000546MFLAGS=
547MAKEFLAGS=
Alexandre Julliardf5818d22002-02-14 19:47:29 +0000548
Alexandre Julliarddaa28862002-04-11 21:54:01 +0000549# Identity of this package.
550PACKAGE_NAME='Wine'
551PACKAGE_TARNAME='wine'
Alexandre Julliardb7963962009-08-07 18:00:17 +0200552PACKAGE_VERSION='1.1.27'
553PACKAGE_STRING='Wine 1.1.27'
Alexandre Julliard875927f2004-01-02 01:55:29 +0000554PACKAGE_BUGREPORT='wine-devel@winehq.org'
Alexandre Julliard25e9e4f2009-08-10 14:27:28 +0200555PACKAGE_URL='http://www.winehq.org'
Alexandre Julliarddaa28862002-04-11 21:54:01 +0000556
Alexandre Julliardf5818d22002-02-14 19:47:29 +0000557ac_unique_file="server/atom.c"
558# Factoring default headers for most tests.
559ac_includes_default="\
560#include <stdio.h>
Phil Krylovf0ca5862006-11-05 23:03:46 +0300561#ifdef HAVE_SYS_TYPES_H
Alexandre Julliardf5818d22002-02-14 19:47:29 +0000562# include <sys/types.h>
563#endif
Phil Krylovf0ca5862006-11-05 23:03:46 +0300564#ifdef HAVE_SYS_STAT_H
Alexandre Julliardf5818d22002-02-14 19:47:29 +0000565# include <sys/stat.h>
566#endif
Phil Krylovf0ca5862006-11-05 23:03:46 +0300567#ifdef STDC_HEADERS
Alexandre Julliardf5818d22002-02-14 19:47:29 +0000568# include <stdlib.h>
569# include <stddef.h>
570#else
Phil Krylovf0ca5862006-11-05 23:03:46 +0300571# ifdef HAVE_STDLIB_H
Alexandre Julliardf5818d22002-02-14 19:47:29 +0000572# include <stdlib.h>
573# endif
574#endif
Phil Krylovf0ca5862006-11-05 23:03:46 +0300575#ifdef HAVE_STRING_H
576# if !defined STDC_HEADERS && defined HAVE_MEMORY_H
Alexandre Julliardf5818d22002-02-14 19:47:29 +0000577# include <memory.h>
578# endif
579# include <string.h>
580#endif
Phil Krylovf0ca5862006-11-05 23:03:46 +0300581#ifdef HAVE_STRINGS_H
Alexandre Julliardf5818d22002-02-14 19:47:29 +0000582# include <strings.h>
583#endif
Phil Krylovf0ca5862006-11-05 23:03:46 +0300584#ifdef HAVE_INTTYPES_H
Alexandre Julliardf5818d22002-02-14 19:47:29 +0000585# include <inttypes.h>
Alexandre Julliardfc6ffb22006-05-25 20:08:12 +0200586#endif
Phil Krylovf0ca5862006-11-05 23:03:46 +0300587#ifdef HAVE_STDINT_H
Alexandre Julliardfc6ffb22006-05-25 20:08:12 +0200588# include <stdint.h>
Alexandre Julliardf5818d22002-02-14 19:47:29 +0000589#endif
Phil Krylovf0ca5862006-11-05 23:03:46 +0300590#ifdef HAVE_UNISTD_H
Alexandre Julliardf5818d22002-02-14 19:47:29 +0000591# include <unistd.h>
592#endif"
Alexandre Julliarde2991ea1995-07-29 13:09:43 +0000593
Alexandre Julliardabf50482008-10-31 12:56:53 +0100594ac_subst_vars='LTLIBOBJS
Alexandre Julliardfc6ffb22006-05-25 20:08:12 +0200595LIBOBJS
Alexandre Julliardabf50482008-10-31 12:56:53 +0100596ALL_WINETEST_DEPENDS
597ALL_PROGRAM_BIN_INSTALL_DIRS
598ALL_PROGRAM_INSTALL_DIRS
599ALL_PROGRAM_DIRS
600ALL_TEST_DIRS
601ALL_IMPLIB_DIRS
602ALL_DLL_DIRS
603ALL_TOP_DIRS
604ALL_MAKEFILE_DEPENDS
605ALL_MAKEFILES
606ALL_MAKERULES
607DEPENDENCIES
608LDAPLIBS
609LIBPOLL
610LIBDL
611EXTRA_BINARIES
Alexandre Julliard3e6eab32009-08-13 19:54:31 +0200612MAIN_BINARY
Alexandre Julliardabf50482008-10-31 12:56:53 +0100613SOCKETLIBS
614CRTLIBS
615LDPATH
616BUILTINFLAG
617EXTRACFLAGS
Alexandre Julliardde1d7fb2009-03-05 18:45:32 +0100618LIBKSTAT
Joerg-Cyril.Hoehle@t-systems.com85b61892009-05-23 12:39:50 +0200619PNGINCL
Alexandre Julliardabf50482008-10-31 12:56:53 +0100620FONTCONFIGINCL
621CUPSINCL
622AUDIOIOLIBS
623ALSALIBS
624ESDLIBS
625ESDINCL
626ESDCONFIG
Jacek Caban11ca05f2009-05-29 23:35:13 +0200627ZLIB
Alexandre Julliardabf50482008-10-31 12:56:53 +0100628FREETYPEINCL
629FREETYPELIBS
630ft_devel
631LCMSLIBS
632RESOLVLIBS
633GPHOTO2INCL
634GPHOTO2LIBS
635gphoto2port_devel
636gphoto2_devel
637SANEINCL
638sane_devel
639GNUTLSINCL
640HALINCL
641XSLTINCL
Alexandre Julliardabf50482008-10-31 12:56:53 +0100642XML2INCL
643XML2LIBS
644NASLIBS
Alexandre Julliard40664c02009-02-11 20:40:58 +0100645X_EXTRA_LIBS
646X_LIBS
647X_PRE_LIBS
648X_CFLAGS
649XMKMF
Alexandre Julliardc891f6b2009-02-11 20:41:50 +0100650LIBPTHREAD
Alexandre Julliarda2d88ab2009-05-30 17:08:06 +0200651CROSSTARGETFLAGS
Alexandre Julliardabf50482008-10-31 12:56:53 +0100652CROSSTEST
Alexandre Julliardabf50482008-10-31 12:56:53 +0100653CROSSCC
654CARBONLIB
655COREAUDIO
656DISKARBITRATIONLIB
657LDEXECFLAGS
658IOKITLIB
659COREFOUNDATIONLIB
660SECURITYLIB
661MINGWAR
662DLLWRAP
663DLLTOOL
664LDD
665LDRPATH_LOCAL
666LDRPATH_INSTALL
667IMPLIBEXT
668LIBEXT
669LDDLLFLAGS
670LDSHARED
671DLLFLAGS
672DLLEXT
Alexandre Julliard40664c02009-02-11 20:40:58 +0100673CPP
Alexandre Julliardabf50482008-10-31 12:56:53 +0100674OPENGL_LIBS
675XLIB
Alexandre Julliardabf50482008-10-31 12:56:53 +0100676PRELINK
677ICOTOOL
678RSVG
679PKG_CONFIG
680FONTFORGE
681LINTFLAGS
682LINT
683INSTALL_DATA
684INSTALL_SCRIPT
685INSTALL_PROGRAM
686LDCONFIG
687EGREP
688GREP
689LN
690LN_S
Alexandre Julliardabf50482008-10-31 12:56:53 +0100691STRIP
692RANLIB
693ARFLAGS
694ac_ct_AR
695AR
Alexandre Julliardabf50482008-10-31 12:56:53 +0100696BISON
697FLEX
Alexandre Julliardabf50482008-10-31 12:56:53 +0100698TOOLSDIR
Alexandre Julliard90647772009-08-13 19:48:42 +0200699WOW64_DISABLE
Alexandre Julliarddfa66db2009-01-12 15:25:44 +0100700WIN16_INSTALL
701WIN16_FILES
Alexandre Julliard07f77c42009-01-15 21:17:51 +0100702TARGETFLAGS
Alexandre Julliardabf50482008-10-31 12:56:53 +0100703CPPBIN
704ac_ct_CXX
705CXXFLAGS
706CXX
707OBJEXT
708EXEEXT
709ac_ct_CC
710CPPFLAGS
711LDFLAGS
712CFLAGS
713CC
714SET_MAKE
Alexandre Julliardabf50482008-10-31 12:56:53 +0100715host_os
716host_vendor
717host_cpu
718host
719build_os
720build_vendor
721build_cpu
722build
723MAINTAINER_MODE
724target_alias
725host_alias
726build_alias
727LIBS
728ECHO_T
729ECHO_N
730ECHO_C
731DEFS
732mandir
733localedir
734libdir
735psdir
736pdfdir
737dvidir
738htmldir
739infodir
740docdir
741oldincludedir
742includedir
743localstatedir
744sharedstatedir
745sysconfdir
746datadir
747datarootdir
748libexecdir
749sbindir
750bindir
751program_transform_name
752prefix
753exec_prefix
Alexandre Julliard25e9e4f2009-08-10 14:27:28 +0200754PACKAGE_URL
Alexandre Julliardabf50482008-10-31 12:56:53 +0100755PACKAGE_BUGREPORT
756PACKAGE_STRING
757PACKAGE_VERSION
758PACKAGE_TARNAME
759PACKAGE_NAME
760PATH_SEPARATOR
761SHELL'
Alexandre Julliardfc6ffb22006-05-25 20:08:12 +0200762ac_subst_files='MAKE_RULES
763MAKE_DLL_RULES
764MAKE_IMPLIB_RULES
765MAKE_TEST_RULES
Alexandre Julliardfc6ffb22006-05-25 20:08:12 +0200766MAKE_PROG_RULES'
Alexandre Julliardabf50482008-10-31 12:56:53 +0100767ac_user_opts='
768enable_option_checking
769enable_win16
770enable_win64
Alexandre Julliard35078f42008-11-21 10:16:12 +0100771enable_tests
Alexandre Julliardabf50482008-10-31 12:56:53 +0100772enable_maintainer_mode
773with_alsa
774with_audioio
775with_capi
776with_cms
777with_coreaudio
778with_cups
779with_curses
780with_esd
781with_fontconfig
782with_freetype
783with_gphoto
784with_glu
785with_gnutls
Alexandre Julliard6ce32e02009-08-19 15:53:04 +0200786with_gsm
Alexandre Julliardabf50482008-10-31 12:56:53 +0100787with_hal
788with_jack
789with_jpeg
790with_ldap
791with_nas
792with_opengl
793with_openssl
794with_oss
795with_png
Alexandre Julliardc891f6b2009-02-11 20:41:50 +0100796with_pthread
Alexandre Julliardabf50482008-10-31 12:56:53 +0100797with_sane
798with_xcomposite
799with_xcursor
800with_xinerama
801with_xinput
802with_xml
803with_xrandr
804with_xrender
805with_xshape
806with_xshm
807with_xslt
808with_xxf86vm
809with_wine_tools
Alexandre Julliard39a75d32009-08-13 19:45:31 +0200810with_wine64
Alexandre Julliardabf50482008-10-31 12:56:53 +0100811with_x
812'
Alexandre Julliardfc6ffb22006-05-25 20:08:12 +0200813 ac_precious_vars='build_alias
814host_alias
815target_alias
816CC
817CFLAGS
818LDFLAGS
Alexandre Julliarddc9f3842006-12-19 16:17:09 +0100819LIBS
Alexandre Julliardfc6ffb22006-05-25 20:08:12 +0200820CPPFLAGS
821CXX
822CXXFLAGS
823CCC
Alexandre Julliard40664c02009-02-11 20:40:58 +0100824CPP
825XMKMF'
Alexandre Julliardfc6ffb22006-05-25 20:08:12 +0200826
Alexandre Julliarddaa28862002-04-11 21:54:01 +0000827
Alexandre Julliarde2991ea1995-07-29 13:09:43 +0000828# Initialize some variables set by options.
Alexandre Julliardf5818d22002-02-14 19:47:29 +0000829ac_init_help=
830ac_init_version=false
Alexandre Julliardabf50482008-10-31 12:56:53 +0100831ac_unrecognized_opts=
832ac_unrecognized_sep=
Alexandre Julliarde2991ea1995-07-29 13:09:43 +0000833# The variables have the same names as the options, with
834# dashes changed to underlines.
Alexandre Julliardf5818d22002-02-14 19:47:29 +0000835cache_file=/dev/null
Alexandre Julliarde2991ea1995-07-29 13:09:43 +0000836exec_prefix=NONE
Alexandre Julliarde2991ea1995-07-29 13:09:43 +0000837no_create=
Alexandre Julliarde2991ea1995-07-29 13:09:43 +0000838no_recursion=
839prefix=NONE
840program_prefix=NONE
841program_suffix=NONE
842program_transform_name=s,x,x,
843silent=
844site=
845srcdir=
Alexandre Julliarde2991ea1995-07-29 13:09:43 +0000846verbose=
847x_includes=NONE
848x_libraries=NONE
Alexandre Julliardf5818d22002-02-14 19:47:29 +0000849
850# Installation directory options.
851# These are left unexpanded so users can "make install exec_prefix=/foo"
852# and all the variables that are supposed to be based on exec_prefix
853# by default will actually change.
854# Use braces instead of parens because sh, perl, etc. also accept them.
Alexandre Julliardfc6ffb22006-05-25 20:08:12 +0200855# (The list follows the same order as the GNU Coding Standards.)
Alexandre Julliardd7d4fdf1995-12-26 15:05:24 +0000856bindir='${exec_prefix}/bin'
857sbindir='${exec_prefix}/sbin'
858libexecdir='${exec_prefix}/libexec'
Alexandre Julliardfc6ffb22006-05-25 20:08:12 +0200859datarootdir='${prefix}/share'
860datadir='${datarootdir}'
Alexandre Julliardd7d4fdf1995-12-26 15:05:24 +0000861sysconfdir='${prefix}/etc'
862sharedstatedir='${prefix}/com'
863localstatedir='${prefix}/var'
Alexandre Julliardd7d4fdf1995-12-26 15:05:24 +0000864includedir='${prefix}/include'
865oldincludedir='/usr/include'
Alexandre Julliardfc6ffb22006-05-25 20:08:12 +0200866docdir='${datarootdir}/doc/${PACKAGE_TARNAME}'
867infodir='${datarootdir}/info'
868htmldir='${docdir}'
869dvidir='${docdir}'
870pdfdir='${docdir}'
871psdir='${docdir}'
872libdir='${exec_prefix}/lib'
873localedir='${datarootdir}/locale'
874mandir='${datarootdir}/man'
Alexandre Julliarde2991ea1995-07-29 13:09:43 +0000875
Alexandre Julliarde2991ea1995-07-29 13:09:43 +0000876ac_prev=
Alexandre Julliardfc6ffb22006-05-25 20:08:12 +0200877ac_dashdash=
Alexandre Julliarde2991ea1995-07-29 13:09:43 +0000878for ac_option
879do
Alexandre Julliarde2991ea1995-07-29 13:09:43 +0000880 # If the previous option needs an argument, assign it.
881 if test -n "$ac_prev"; then
Alexandre Julliardfc6ffb22006-05-25 20:08:12 +0200882 eval $ac_prev=\$ac_option
Alexandre Julliarde2991ea1995-07-29 13:09:43 +0000883 ac_prev=
884 continue
885 fi
886
Alexandre Julliardfc6ffb22006-05-25 20:08:12 +0200887 case $ac_option in
888 *=*) ac_optarg=`expr "X$ac_option" : '[^=]*=\(.*\)'` ;;
889 *) ac_optarg=yes ;;
890 esac
Alexandre Julliarde2991ea1995-07-29 13:09:43 +0000891
892 # Accept the important Cygnus configure options, so we can diagnose typos.
893
Alexandre Julliardfc6ffb22006-05-25 20:08:12 +0200894 case $ac_dashdash$ac_option in
895 --)
896 ac_dashdash=yes ;;
Alexandre Julliarde2991ea1995-07-29 13:09:43 +0000897
Alexandre Julliardd7d4fdf1995-12-26 15:05:24 +0000898 -bindir | --bindir | --bindi | --bind | --bin | --bi)
899 ac_prev=bindir ;;
900 -bindir=* | --bindir=* | --bindi=* | --bind=* | --bin=* | --bi=*)
Alexandre Julliardf5818d22002-02-14 19:47:29 +0000901 bindir=$ac_optarg ;;
Alexandre Julliardd7d4fdf1995-12-26 15:05:24 +0000902
903 -build | --build | --buil | --bui | --bu)
Alexandre Julliardf5818d22002-02-14 19:47:29 +0000904 ac_prev=build_alias ;;
Alexandre Julliardd7d4fdf1995-12-26 15:05:24 +0000905 -build=* | --build=* | --buil=* | --bui=* | --bu=*)
Alexandre Julliardf5818d22002-02-14 19:47:29 +0000906 build_alias=$ac_optarg ;;
Alexandre Julliarde2991ea1995-07-29 13:09:43 +0000907
908 -cache-file | --cache-file | --cache-fil | --cache-fi \
909 | --cache-f | --cache- | --cache | --cach | --cac | --ca | --c)
910 ac_prev=cache_file ;;
911 -cache-file=* | --cache-file=* | --cache-fil=* | --cache-fi=* \
912 | --cache-f=* | --cache-=* | --cache=* | --cach=* | --cac=* | --ca=* | --c=*)
Alexandre Julliardf5818d22002-02-14 19:47:29 +0000913 cache_file=$ac_optarg ;;
914
915 --config-cache | -C)
916 cache_file=config.cache ;;
Alexandre Julliarde2991ea1995-07-29 13:09:43 +0000917
Alexandre Julliardfc6ffb22006-05-25 20:08:12 +0200918 -datadir | --datadir | --datadi | --datad)
Alexandre Julliardd7d4fdf1995-12-26 15:05:24 +0000919 ac_prev=datadir ;;
Alexandre Julliardfc6ffb22006-05-25 20:08:12 +0200920 -datadir=* | --datadir=* | --datadi=* | --datad=*)
Alexandre Julliardf5818d22002-02-14 19:47:29 +0000921 datadir=$ac_optarg ;;
Alexandre Julliardd7d4fdf1995-12-26 15:05:24 +0000922
Alexandre Julliardfc6ffb22006-05-25 20:08:12 +0200923 -datarootdir | --datarootdir | --datarootdi | --datarootd | --dataroot \
924 | --dataroo | --dataro | --datar)
925 ac_prev=datarootdir ;;
926 -datarootdir=* | --datarootdir=* | --datarootdi=* | --datarootd=* \
927 | --dataroot=* | --dataroo=* | --dataro=* | --datar=*)
928 datarootdir=$ac_optarg ;;
929
Alexandre Julliarde2991ea1995-07-29 13:09:43 +0000930 -disable-* | --disable-*)
Alexandre Julliardabf50482008-10-31 12:56:53 +0100931 ac_useropt=`expr "x$ac_option" : 'x-*disable-\(.*\)'`
Alexandre Julliarde2991ea1995-07-29 13:09:43 +0000932 # Reject names that are not valid shell variable names.
Alexandre Julliardabf50482008-10-31 12:56:53 +0100933 expr "x$ac_useropt" : ".*[^-+._$as_cr_alnum]" >/dev/null &&
Alexandre Julliard25e9e4f2009-08-10 14:27:28 +0200934 as_fn_error "invalid feature name: $ac_useropt"
Alexandre Julliardabf50482008-10-31 12:56:53 +0100935 ac_useropt_orig=$ac_useropt
936 ac_useropt=`$as_echo "$ac_useropt" | sed 's/[-+.]/_/g'`
937 case $ac_user_opts in
938 *"
939"enable_$ac_useropt"
940"*) ;;
941 *) ac_unrecognized_opts="$ac_unrecognized_opts$ac_unrecognized_sep--disable-$ac_useropt_orig"
942 ac_unrecognized_sep=', ';;
943 esac
944 eval enable_$ac_useropt=no ;;
Alexandre Julliardfc6ffb22006-05-25 20:08:12 +0200945
946 -docdir | --docdir | --docdi | --doc | --do)
947 ac_prev=docdir ;;
948 -docdir=* | --docdir=* | --docdi=* | --doc=* | --do=*)
949 docdir=$ac_optarg ;;
950
951 -dvidir | --dvidir | --dvidi | --dvid | --dvi | --dv)
952 ac_prev=dvidir ;;
953 -dvidir=* | --dvidir=* | --dvidi=* | --dvid=* | --dvi=* | --dv=*)
954 dvidir=$ac_optarg ;;
Alexandre Julliarde2991ea1995-07-29 13:09:43 +0000955
956 -enable-* | --enable-*)
Alexandre Julliardabf50482008-10-31 12:56:53 +0100957 ac_useropt=`expr "x$ac_option" : 'x-*enable-\([^=]*\)'`
Alexandre Julliarde2991ea1995-07-29 13:09:43 +0000958 # Reject names that are not valid shell variable names.
Alexandre Julliardabf50482008-10-31 12:56:53 +0100959 expr "x$ac_useropt" : ".*[^-+._$as_cr_alnum]" >/dev/null &&
Alexandre Julliard25e9e4f2009-08-10 14:27:28 +0200960 as_fn_error "invalid feature name: $ac_useropt"
Alexandre Julliardabf50482008-10-31 12:56:53 +0100961 ac_useropt_orig=$ac_useropt
962 ac_useropt=`$as_echo "$ac_useropt" | sed 's/[-+.]/_/g'`
963 case $ac_user_opts in
964 *"
965"enable_$ac_useropt"
966"*) ;;
967 *) ac_unrecognized_opts="$ac_unrecognized_opts$ac_unrecognized_sep--enable-$ac_useropt_orig"
968 ac_unrecognized_sep=', ';;
969 esac
970 eval enable_$ac_useropt=\$ac_optarg ;;
Alexandre Julliarde2991ea1995-07-29 13:09:43 +0000971
972 -exec-prefix | --exec_prefix | --exec-prefix | --exec-prefi \
973 | --exec-pref | --exec-pre | --exec-pr | --exec-p | --exec- \
974 | --exec | --exe | --ex)
975 ac_prev=exec_prefix ;;
976 -exec-prefix=* | --exec_prefix=* | --exec-prefix=* | --exec-prefi=* \
977 | --exec-pref=* | --exec-pre=* | --exec-pr=* | --exec-p=* | --exec-=* \
978 | --exec=* | --exe=* | --ex=*)
Alexandre Julliardf5818d22002-02-14 19:47:29 +0000979 exec_prefix=$ac_optarg ;;
Alexandre Julliarde2991ea1995-07-29 13:09:43 +0000980
981 -gas | --gas | --ga | --g)
982 # Obsolete; use --with-gas.
983 with_gas=yes ;;
984
Alexandre Julliardf5818d22002-02-14 19:47:29 +0000985 -help | --help | --hel | --he | -h)
986 ac_init_help=long ;;
987 -help=r* | --help=r* | --hel=r* | --he=r* | -hr*)
988 ac_init_help=recursive ;;
989 -help=s* | --help=s* | --hel=s* | --he=s* | -hs*)
990 ac_init_help=short ;;
Alexandre Julliarde2991ea1995-07-29 13:09:43 +0000991
992 -host | --host | --hos | --ho)
Alexandre Julliardf5818d22002-02-14 19:47:29 +0000993 ac_prev=host_alias ;;
Alexandre Julliarde2991ea1995-07-29 13:09:43 +0000994 -host=* | --host=* | --hos=* | --ho=*)
Alexandre Julliardf5818d22002-02-14 19:47:29 +0000995 host_alias=$ac_optarg ;;
Alexandre Julliarde2991ea1995-07-29 13:09:43 +0000996
Alexandre Julliardfc6ffb22006-05-25 20:08:12 +0200997 -htmldir | --htmldir | --htmldi | --htmld | --html | --htm | --ht)
998 ac_prev=htmldir ;;
999 -htmldir=* | --htmldir=* | --htmldi=* | --htmld=* | --html=* | --htm=* \
1000 | --ht=*)
1001 htmldir=$ac_optarg ;;
1002
Alexandre Julliardd7d4fdf1995-12-26 15:05:24 +00001003 -includedir | --includedir | --includedi | --included | --include \
1004 | --includ | --inclu | --incl | --inc)
1005 ac_prev=includedir ;;
1006 -includedir=* | --includedir=* | --includedi=* | --included=* | --include=* \
1007 | --includ=* | --inclu=* | --incl=* | --inc=*)
Alexandre Julliardf5818d22002-02-14 19:47:29 +00001008 includedir=$ac_optarg ;;
Alexandre Julliardd7d4fdf1995-12-26 15:05:24 +00001009
1010 -infodir | --infodir | --infodi | --infod | --info | --inf)
1011 ac_prev=infodir ;;
1012 -infodir=* | --infodir=* | --infodi=* | --infod=* | --info=* | --inf=*)
Alexandre Julliardf5818d22002-02-14 19:47:29 +00001013 infodir=$ac_optarg ;;
Alexandre Julliardd7d4fdf1995-12-26 15:05:24 +00001014
1015 -libdir | --libdir | --libdi | --libd)
1016 ac_prev=libdir ;;
1017 -libdir=* | --libdir=* | --libdi=* | --libd=*)
Alexandre Julliardf5818d22002-02-14 19:47:29 +00001018 libdir=$ac_optarg ;;
Alexandre Julliardd7d4fdf1995-12-26 15:05:24 +00001019
1020 -libexecdir | --libexecdir | --libexecdi | --libexecd | --libexec \
1021 | --libexe | --libex | --libe)
1022 ac_prev=libexecdir ;;
1023 -libexecdir=* | --libexecdir=* | --libexecdi=* | --libexecd=* | --libexec=* \
1024 | --libexe=* | --libex=* | --libe=*)
Alexandre Julliardf5818d22002-02-14 19:47:29 +00001025 libexecdir=$ac_optarg ;;
Alexandre Julliardd7d4fdf1995-12-26 15:05:24 +00001026
Alexandre Julliardfc6ffb22006-05-25 20:08:12 +02001027 -localedir | --localedir | --localedi | --localed | --locale)
1028 ac_prev=localedir ;;
1029 -localedir=* | --localedir=* | --localedi=* | --localed=* | --locale=*)
1030 localedir=$ac_optarg ;;
1031
Alexandre Julliardd7d4fdf1995-12-26 15:05:24 +00001032 -localstatedir | --localstatedir | --localstatedi | --localstated \
Alexandre Julliardfc6ffb22006-05-25 20:08:12 +02001033 | --localstate | --localstat | --localsta | --localst | --locals)
Alexandre Julliardd7d4fdf1995-12-26 15:05:24 +00001034 ac_prev=localstatedir ;;
1035 -localstatedir=* | --localstatedir=* | --localstatedi=* | --localstated=* \
Alexandre Julliardfc6ffb22006-05-25 20:08:12 +02001036 | --localstate=* | --localstat=* | --localsta=* | --localst=* | --locals=*)
Alexandre Julliardf5818d22002-02-14 19:47:29 +00001037 localstatedir=$ac_optarg ;;
Alexandre Julliardd7d4fdf1995-12-26 15:05:24 +00001038
1039 -mandir | --mandir | --mandi | --mand | --man | --ma | --m)
1040 ac_prev=mandir ;;
1041 -mandir=* | --mandir=* | --mandi=* | --mand=* | --man=* | --ma=* | --m=*)
Alexandre Julliardf5818d22002-02-14 19:47:29 +00001042 mandir=$ac_optarg ;;
Alexandre Julliardd7d4fdf1995-12-26 15:05:24 +00001043
Alexandre Julliarde2991ea1995-07-29 13:09:43 +00001044 -nfp | --nfp | --nf)
1045 # Obsolete; use --without-fp.
1046 with_fp=no ;;
1047
1048 -no-create | --no-create | --no-creat | --no-crea | --no-cre \
Alexandre Julliarddaa28862002-04-11 21:54:01 +00001049 | --no-cr | --no-c | -n)
Alexandre Julliarde2991ea1995-07-29 13:09:43 +00001050 no_create=yes ;;
1051
1052 -no-recursion | --no-recursion | --no-recursio | --no-recursi \
1053 | --no-recurs | --no-recur | --no-recu | --no-rec | --no-re | --no-r)
1054 no_recursion=yes ;;
1055
Alexandre Julliardd7d4fdf1995-12-26 15:05:24 +00001056 -oldincludedir | --oldincludedir | --oldincludedi | --oldincluded \
1057 | --oldinclude | --oldinclud | --oldinclu | --oldincl | --oldinc \
1058 | --oldin | --oldi | --old | --ol | --o)
1059 ac_prev=oldincludedir ;;
1060 -oldincludedir=* | --oldincludedir=* | --oldincludedi=* | --oldincluded=* \
1061 | --oldinclude=* | --oldinclud=* | --oldinclu=* | --oldincl=* | --oldinc=* \
1062 | --oldin=* | --oldi=* | --old=* | --ol=* | --o=*)
Alexandre Julliardf5818d22002-02-14 19:47:29 +00001063 oldincludedir=$ac_optarg ;;
Alexandre Julliardd7d4fdf1995-12-26 15:05:24 +00001064
Alexandre Julliarde2991ea1995-07-29 13:09:43 +00001065 -prefix | --prefix | --prefi | --pref | --pre | --pr | --p)
1066 ac_prev=prefix ;;
1067 -prefix=* | --prefix=* | --prefi=* | --pref=* | --pre=* | --pr=* | --p=*)
Alexandre Julliardf5818d22002-02-14 19:47:29 +00001068 prefix=$ac_optarg ;;
Alexandre Julliarde2991ea1995-07-29 13:09:43 +00001069
1070 -program-prefix | --program-prefix | --program-prefi | --program-pref \
1071 | --program-pre | --program-pr | --program-p)
1072 ac_prev=program_prefix ;;
1073 -program-prefix=* | --program-prefix=* | --program-prefi=* \
1074 | --program-pref=* | --program-pre=* | --program-pr=* | --program-p=*)
Alexandre Julliardf5818d22002-02-14 19:47:29 +00001075 program_prefix=$ac_optarg ;;
Alexandre Julliarde2991ea1995-07-29 13:09:43 +00001076
1077 -program-suffix | --program-suffix | --program-suffi | --program-suff \
1078 | --program-suf | --program-su | --program-s)
1079 ac_prev=program_suffix ;;
1080 -program-suffix=* | --program-suffix=* | --program-suffi=* \
1081 | --program-suff=* | --program-suf=* | --program-su=* | --program-s=*)
Alexandre Julliardf5818d22002-02-14 19:47:29 +00001082 program_suffix=$ac_optarg ;;
Alexandre Julliarde2991ea1995-07-29 13:09:43 +00001083
1084 -program-transform-name | --program-transform-name \
1085 | --program-transform-nam | --program-transform-na \
1086 | --program-transform-n | --program-transform- \
1087 | --program-transform | --program-transfor \
1088 | --program-transfo | --program-transf \
1089 | --program-trans | --program-tran \
1090 | --progr-tra | --program-tr | --program-t)
1091 ac_prev=program_transform_name ;;
1092 -program-transform-name=* | --program-transform-name=* \
1093 | --program-transform-nam=* | --program-transform-na=* \
1094 | --program-transform-n=* | --program-transform-=* \
1095 | --program-transform=* | --program-transfor=* \
1096 | --program-transfo=* | --program-transf=* \
1097 | --program-trans=* | --program-tran=* \
1098 | --progr-tra=* | --program-tr=* | --program-t=*)
Alexandre Julliardf5818d22002-02-14 19:47:29 +00001099 program_transform_name=$ac_optarg ;;
Alexandre Julliarde2991ea1995-07-29 13:09:43 +00001100
Alexandre Julliardfc6ffb22006-05-25 20:08:12 +02001101 -pdfdir | --pdfdir | --pdfdi | --pdfd | --pdf | --pd)
1102 ac_prev=pdfdir ;;
1103 -pdfdir=* | --pdfdir=* | --pdfdi=* | --pdfd=* | --pdf=* | --pd=*)
1104 pdfdir=$ac_optarg ;;
1105
1106 -psdir | --psdir | --psdi | --psd | --ps)
1107 ac_prev=psdir ;;
1108 -psdir=* | --psdir=* | --psdi=* | --psd=* | --ps=*)
1109 psdir=$ac_optarg ;;
1110
Alexandre Julliarde2991ea1995-07-29 13:09:43 +00001111 -q | -quiet | --quiet | --quie | --qui | --qu | --q \
1112 | -silent | --silent | --silen | --sile | --sil)
1113 silent=yes ;;
1114
Alexandre Julliardd7d4fdf1995-12-26 15:05:24 +00001115 -sbindir | --sbindir | --sbindi | --sbind | --sbin | --sbi | --sb)
1116 ac_prev=sbindir ;;
1117 -sbindir=* | --sbindir=* | --sbindi=* | --sbind=* | --sbin=* \
1118 | --sbi=* | --sb=*)
Alexandre Julliardf5818d22002-02-14 19:47:29 +00001119 sbindir=$ac_optarg ;;
Alexandre Julliardd7d4fdf1995-12-26 15:05:24 +00001120
1121 -sharedstatedir | --sharedstatedir | --sharedstatedi \
1122 | --sharedstated | --sharedstate | --sharedstat | --sharedsta \
1123 | --sharedst | --shareds | --shared | --share | --shar \
1124 | --sha | --sh)
1125 ac_prev=sharedstatedir ;;
1126 -sharedstatedir=* | --sharedstatedir=* | --sharedstatedi=* \
1127 | --sharedstated=* | --sharedstate=* | --sharedstat=* | --sharedsta=* \
1128 | --sharedst=* | --shareds=* | --shared=* | --share=* | --shar=* \
1129 | --sha=* | --sh=*)
Alexandre Julliardf5818d22002-02-14 19:47:29 +00001130 sharedstatedir=$ac_optarg ;;
Alexandre Julliardd7d4fdf1995-12-26 15:05:24 +00001131
Alexandre Julliarde2991ea1995-07-29 13:09:43 +00001132 -site | --site | --sit)
1133 ac_prev=site ;;
1134 -site=* | --site=* | --sit=*)
Alexandre Julliardf5818d22002-02-14 19:47:29 +00001135 site=$ac_optarg ;;
Alexandre Julliarde2991ea1995-07-29 13:09:43 +00001136
1137 -srcdir | --srcdir | --srcdi | --srcd | --src | --sr)
1138 ac_prev=srcdir ;;
1139 -srcdir=* | --srcdir=* | --srcdi=* | --srcd=* | --src=* | --sr=*)
Alexandre Julliardf5818d22002-02-14 19:47:29 +00001140 srcdir=$ac_optarg ;;
Alexandre Julliarde2991ea1995-07-29 13:09:43 +00001141
Alexandre Julliardd7d4fdf1995-12-26 15:05:24 +00001142 -sysconfdir | --sysconfdir | --sysconfdi | --sysconfd | --sysconf \
1143 | --syscon | --sysco | --sysc | --sys | --sy)
1144 ac_prev=sysconfdir ;;
1145 -sysconfdir=* | --sysconfdir=* | --sysconfdi=* | --sysconfd=* | --sysconf=* \
1146 | --syscon=* | --sysco=* | --sysc=* | --sys=* | --sy=*)
Alexandre Julliardf5818d22002-02-14 19:47:29 +00001147 sysconfdir=$ac_optarg ;;
Alexandre Julliardd7d4fdf1995-12-26 15:05:24 +00001148
Alexandre Julliarde2991ea1995-07-29 13:09:43 +00001149 -target | --target | --targe | --targ | --tar | --ta | --t)
Alexandre Julliardf5818d22002-02-14 19:47:29 +00001150 ac_prev=target_alias ;;
Alexandre Julliarde2991ea1995-07-29 13:09:43 +00001151 -target=* | --target=* | --targe=* | --targ=* | --tar=* | --ta=* | --t=*)
Alexandre Julliardf5818d22002-02-14 19:47:29 +00001152 target_alias=$ac_optarg ;;
Alexandre Julliarde2991ea1995-07-29 13:09:43 +00001153
1154 -v | -verbose | --verbose | --verbos | --verbo | --verb)
1155 verbose=yes ;;
1156
Alexandre Julliardf5818d22002-02-14 19:47:29 +00001157 -version | --version | --versio | --versi | --vers | -V)
1158 ac_init_version=: ;;
Alexandre Julliarde2991ea1995-07-29 13:09:43 +00001159
1160 -with-* | --with-*)
Alexandre Julliardabf50482008-10-31 12:56:53 +01001161 ac_useropt=`expr "x$ac_option" : 'x-*with-\([^=]*\)'`
Alexandre Julliarde2991ea1995-07-29 13:09:43 +00001162 # Reject names that are not valid shell variable names.
Alexandre Julliardabf50482008-10-31 12:56:53 +01001163 expr "x$ac_useropt" : ".*[^-+._$as_cr_alnum]" >/dev/null &&
Alexandre Julliard25e9e4f2009-08-10 14:27:28 +02001164 as_fn_error "invalid package name: $ac_useropt"
Alexandre Julliardabf50482008-10-31 12:56:53 +01001165 ac_useropt_orig=$ac_useropt
1166 ac_useropt=`$as_echo "$ac_useropt" | sed 's/[-+.]/_/g'`
1167 case $ac_user_opts in
1168 *"
1169"with_$ac_useropt"
1170"*) ;;
1171 *) ac_unrecognized_opts="$ac_unrecognized_opts$ac_unrecognized_sep--with-$ac_useropt_orig"
1172 ac_unrecognized_sep=', ';;
1173 esac
1174 eval with_$ac_useropt=\$ac_optarg ;;
Alexandre Julliarde2991ea1995-07-29 13:09:43 +00001175
1176 -without-* | --without-*)
Alexandre Julliardabf50482008-10-31 12:56:53 +01001177 ac_useropt=`expr "x$ac_option" : 'x-*without-\(.*\)'`
Alexandre Julliarde2991ea1995-07-29 13:09:43 +00001178 # Reject names that are not valid shell variable names.
Alexandre Julliardabf50482008-10-31 12:56:53 +01001179 expr "x$ac_useropt" : ".*[^-+._$as_cr_alnum]" >/dev/null &&
Alexandre Julliard25e9e4f2009-08-10 14:27:28 +02001180 as_fn_error "invalid package name: $ac_useropt"
Alexandre Julliardabf50482008-10-31 12:56:53 +01001181 ac_useropt_orig=$ac_useropt
1182 ac_useropt=`$as_echo "$ac_useropt" | sed 's/[-+.]/_/g'`
1183 case $ac_user_opts in
1184 *"
1185"with_$ac_useropt"
1186"*) ;;
1187 *) ac_unrecognized_opts="$ac_unrecognized_opts$ac_unrecognized_sep--without-$ac_useropt_orig"
1188 ac_unrecognized_sep=', ';;
1189 esac
1190 eval with_$ac_useropt=no ;;
Alexandre Julliarde2991ea1995-07-29 13:09:43 +00001191
1192 --x)
1193 # Obsolete; use --with-x.
1194 with_x=yes ;;
1195
1196 -x-includes | --x-includes | --x-include | --x-includ | --x-inclu \
1197 | --x-incl | --x-inc | --x-in | --x-i)
1198 ac_prev=x_includes ;;
1199 -x-includes=* | --x-includes=* | --x-include=* | --x-includ=* | --x-inclu=* \
1200 | --x-incl=* | --x-inc=* | --x-in=* | --x-i=*)
Alexandre Julliardf5818d22002-02-14 19:47:29 +00001201 x_includes=$ac_optarg ;;
Alexandre Julliarde2991ea1995-07-29 13:09:43 +00001202
1203 -x-libraries | --x-libraries | --x-librarie | --x-librari \
1204 | --x-librar | --x-libra | --x-libr | --x-lib | --x-li | --x-l)
1205 ac_prev=x_libraries ;;
1206 -x-libraries=* | --x-libraries=* | --x-librarie=* | --x-librari=* \
1207 | --x-librar=* | --x-libra=* | --x-libr=* | --x-lib=* | --x-li=* | --x-l=*)
Alexandre Julliardf5818d22002-02-14 19:47:29 +00001208 x_libraries=$ac_optarg ;;
Alexandre Julliarde2991ea1995-07-29 13:09:43 +00001209
Alexandre Julliard25e9e4f2009-08-10 14:27:28 +02001210 -*) as_fn_error "unrecognized option: \`$ac_option'
1211Try \`$0 --help' for more information."
Alexandre Julliarde2991ea1995-07-29 13:09:43 +00001212 ;;
1213
Alexandre Julliardf5818d22002-02-14 19:47:29 +00001214 *=*)
1215 ac_envvar=`expr "x$ac_option" : 'x\([^=]*\)='`
1216 # Reject names that are not valid shell variable names.
Alexandre Julliard25e9e4f2009-08-10 14:27:28 +02001217 case $ac_envvar in #(
1218 '' | [0-9]* | *[!_$as_cr_alnum]* )
1219 as_fn_error "invalid variable name: \`$ac_envvar'" ;;
1220 esac
Alexandre Julliardfc6ffb22006-05-25 20:08:12 +02001221 eval $ac_envvar=\$ac_optarg
Alexandre Julliardf5818d22002-02-14 19:47:29 +00001222 export $ac_envvar ;;
1223
Alexandre Julliardd7d4fdf1995-12-26 15:05:24 +00001224 *)
Alexandre Julliardf5818d22002-02-14 19:47:29 +00001225 # FIXME: should be removed in autoconf 3.0.
Alexandre Julliardabf50482008-10-31 12:56:53 +01001226 $as_echo "$as_me: WARNING: you should use --build, --host, --target" >&2
Alexandre Julliardf5818d22002-02-14 19:47:29 +00001227 expr "x$ac_option" : ".*[^-._$as_cr_alnum]" >/dev/null &&
Alexandre Julliardabf50482008-10-31 12:56:53 +01001228 $as_echo "$as_me: WARNING: invalid host type: $ac_option" >&2
Alexandre Julliardf5818d22002-02-14 19:47:29 +00001229 : ${build_alias=$ac_option} ${host_alias=$ac_option} ${target_alias=$ac_option}
Alexandre Julliarde2991ea1995-07-29 13:09:43 +00001230 ;;
1231
1232 esac
1233done
1234
1235if test -n "$ac_prev"; then
Alexandre Julliardf5818d22002-02-14 19:47:29 +00001236 ac_option=--`echo $ac_prev | sed 's/_/-/g'`
Alexandre Julliard25e9e4f2009-08-10 14:27:28 +02001237 as_fn_error "missing argument to $ac_option"
Alexandre Julliarde2991ea1995-07-29 13:09:43 +00001238fi
1239
Alexandre Julliardabf50482008-10-31 12:56:53 +01001240if test -n "$ac_unrecognized_opts"; then
1241 case $enable_option_checking in
1242 no) ;;
Alexandre Julliard25e9e4f2009-08-10 14:27:28 +02001243 fatal) as_fn_error "unrecognized options: $ac_unrecognized_opts" ;;
Alexandre Julliardabf50482008-10-31 12:56:53 +01001244 *) $as_echo "$as_me: WARNING: unrecognized options: $ac_unrecognized_opts" >&2 ;;
1245 esac
1246fi
1247
1248# Check all directory arguments for consistency.
Alexandre Julliardfc6ffb22006-05-25 20:08:12 +02001249for ac_var in exec_prefix prefix bindir sbindir libexecdir datarootdir \
1250 datadir sysconfdir sharedstatedir localstatedir includedir \
1251 oldincludedir docdir infodir htmldir dvidir pdfdir psdir \
1252 libdir localedir mandir
Alexandre Julliarde2991ea1995-07-29 13:09:43 +00001253do
Alexandre Julliardfc6ffb22006-05-25 20:08:12 +02001254 eval ac_val=\$$ac_var
Alexandre Julliardabf50482008-10-31 12:56:53 +01001255 # Remove trailing slashes.
1256 case $ac_val in
1257 */ )
1258 ac_val=`expr "X$ac_val" : 'X\(.*[^/]\)' \| "X$ac_val" : 'X\(.*\)'`
1259 eval $ac_var=\$ac_val;;
1260 esac
1261 # Be sure to have absolute directory names.
Alexandre Julliardf5818d22002-02-14 19:47:29 +00001262 case $ac_val in
Alexandre Julliardfc6ffb22006-05-25 20:08:12 +02001263 [\\/$]* | ?:[\\/]* ) continue;;
1264 NONE | '' ) case $ac_var in *prefix ) continue;; esac;;
Alexandre Julliarde2991ea1995-07-29 13:09:43 +00001265 esac
Alexandre Julliard25e9e4f2009-08-10 14:27:28 +02001266 as_fn_error "expected an absolute directory name for --$ac_var: $ac_val"
Alexandre Julliardf5818d22002-02-14 19:47:29 +00001267done
Alexandre Julliarde2991ea1995-07-29 13:09:43 +00001268
Alexandre Julliardf5818d22002-02-14 19:47:29 +00001269# There might be people who depend on the old broken behavior: `$host'
1270# used to hold the argument of --host etc.
Alexandre Julliarddaa28862002-04-11 21:54:01 +00001271# FIXME: To remove some day.
Alexandre Julliardf5818d22002-02-14 19:47:29 +00001272build=$build_alias
1273host=$host_alias
1274target=$target_alias
Alexandre Julliarde2991ea1995-07-29 13:09:43 +00001275
Alexandre Julliarddaa28862002-04-11 21:54:01 +00001276# FIXME: To remove some day.
Alexandre Julliardf5818d22002-02-14 19:47:29 +00001277if test "x$host_alias" != x; then
1278 if test "x$build_alias" = x; then
1279 cross_compiling=maybe
Alexandre Julliardabf50482008-10-31 12:56:53 +01001280 $as_echo "$as_me: WARNING: If you wanted to set the --build type, don't use --host.
Alexandre Julliardf5818d22002-02-14 19:47:29 +00001281 If a cross compiler is detected then cross compile mode will be used." >&2
1282 elif test "x$build_alias" != "x$host_alias"; then
1283 cross_compiling=yes
1284 fi
1285fi
1286
1287ac_tool_prefix=
1288test -n "$host_alias" && ac_tool_prefix=$host_alias-
1289
1290test "$silent" = yes && exec 6>/dev/null
Alexandre Julliarde2991ea1995-07-29 13:09:43 +00001291
Alexandre Julliarddaa28862002-04-11 21:54:01 +00001292
Alexandre Julliardfc6ffb22006-05-25 20:08:12 +02001293ac_pwd=`pwd` && test -n "$ac_pwd" &&
1294ac_ls_di=`ls -di .` &&
1295ac_pwd_ls_di=`cd "$ac_pwd" && ls -di .` ||
Alexandre Julliard25e9e4f2009-08-10 14:27:28 +02001296 as_fn_error "working directory cannot be determined"
Alexandre Julliardfc6ffb22006-05-25 20:08:12 +02001297test "X$ac_ls_di" = "X$ac_pwd_ls_di" ||
Alexandre Julliard25e9e4f2009-08-10 14:27:28 +02001298 as_fn_error "pwd does not report name of working directory"
Alexandre Julliardfc6ffb22006-05-25 20:08:12 +02001299
1300
Alexandre Julliarde2991ea1995-07-29 13:09:43 +00001301# Find the source files, if location was not specified.
1302if test -z "$srcdir"; then
1303 ac_srcdir_defaulted=yes
Alexandre Julliardfc6ffb22006-05-25 20:08:12 +02001304 # Try the directory containing this script, then the parent directory.
Alexandre Julliardabf50482008-10-31 12:56:53 +01001305 ac_confdir=`$as_dirname -- "$as_myself" ||
1306$as_expr X"$as_myself" : 'X\(.*[^/]\)//*[^/][^/]*/*$' \| \
1307 X"$as_myself" : 'X\(//\)[^/]' \| \
1308 X"$as_myself" : 'X\(//\)$' \| \
1309 X"$as_myself" : 'X\(/\)' \| . 2>/dev/null ||
1310$as_echo X"$as_myself" |
Alexandre Julliardfc6ffb22006-05-25 20:08:12 +02001311 sed '/^X\(.*[^/]\)\/\/*[^/][^/]*\/*$/{
1312 s//\1/
1313 q
1314 }
1315 /^X\(\/\/\)[^/].*/{
1316 s//\1/
1317 q
1318 }
1319 /^X\(\/\/\)$/{
1320 s//\1/
1321 q
1322 }
1323 /^X\(\/\).*/{
1324 s//\1/
1325 q
1326 }
1327 s/.*/./; q'`
Alexandre Julliarde2991ea1995-07-29 13:09:43 +00001328 srcdir=$ac_confdir
Alexandre Julliardfc6ffb22006-05-25 20:08:12 +02001329 if test ! -r "$srcdir/$ac_unique_file"; then
Alexandre Julliarde2991ea1995-07-29 13:09:43 +00001330 srcdir=..
1331 fi
1332else
1333 ac_srcdir_defaulted=no
1334fi
Alexandre Julliardfc6ffb22006-05-25 20:08:12 +02001335if test ! -r "$srcdir/$ac_unique_file"; then
1336 test "$ac_srcdir_defaulted" = yes && srcdir="$ac_confdir or .."
Alexandre Julliard25e9e4f2009-08-10 14:27:28 +02001337 as_fn_error "cannot find sources ($ac_unique_file) in $srcdir"
Alexandre Julliarde2991ea1995-07-29 13:09:43 +00001338fi
Alexandre Julliardfc6ffb22006-05-25 20:08:12 +02001339ac_msg="sources are in $srcdir, but \`cd $srcdir' does not work"
1340ac_abs_confdir=`(
Alexandre Julliard25e9e4f2009-08-10 14:27:28 +02001341 cd "$srcdir" && test -r "./$ac_unique_file" || as_fn_error "$ac_msg"
Alexandre Julliardfc6ffb22006-05-25 20:08:12 +02001342 pwd)`
1343# When building in place, set srcdir=.
1344if test "$ac_abs_confdir" = "$ac_pwd"; then
1345 srcdir=.
1346fi
1347# Remove unnecessary trailing slashes from srcdir.
1348# Double slashes in file names in object file debugging info
1349# mess up M-x gdb in Emacs.
1350case $srcdir in
1351*/) srcdir=`expr "X$srcdir" : 'X\(.*[^/]\)' \| "X$srcdir" : 'X\(.*\)'`;;
1352esac
1353for ac_var in $ac_precious_vars; do
1354 eval ac_env_${ac_var}_set=\${${ac_var}+set}
1355 eval ac_env_${ac_var}_value=\$${ac_var}
1356 eval ac_cv_env_${ac_var}_set=\${${ac_var}+set}
1357 eval ac_cv_env_${ac_var}_value=\$${ac_var}
1358done
Alexandre Julliarde2991ea1995-07-29 13:09:43 +00001359
Alexandre Julliardf5818d22002-02-14 19:47:29 +00001360#
1361# Report the --help message.
1362#
1363if test "$ac_init_help" = "long"; then
1364 # Omit some internal or obsolete options to make the list less imposing.
1365 # This message is too long to be a string in the A/UX 3.1 sh.
Alexandre Julliarddaa28862002-04-11 21:54:01 +00001366 cat <<_ACEOF
Alexandre Julliardb7963962009-08-07 18:00:17 +02001367\`configure' configures Wine 1.1.27 to adapt to many kinds of systems.
Alexandre Julliardf5818d22002-02-14 19:47:29 +00001368
1369Usage: $0 [OPTION]... [VAR=VALUE]...
1370
1371To assign environment variables (e.g., CC, CFLAGS...), specify them as
1372VAR=VALUE. See below for descriptions of some of the useful variables.
1373
1374Defaults for the options are specified in brackets.
1375
1376Configuration:
1377 -h, --help display this help and exit
1378 --help=short display options specific to this package
1379 --help=recursive display the short help of all the included packages
1380 -V, --version display version information and exit
1381 -q, --quiet, --silent do not print \`checking...' messages
1382 --cache-file=FILE cache test results in FILE [disabled]
1383 -C, --config-cache alias for \`--cache-file=config.cache'
1384 -n, --no-create do not create output files
1385 --srcdir=DIR find the sources in DIR [configure dir or \`..']
1386
Alexandre Julliardf5818d22002-02-14 19:47:29 +00001387Installation directories:
1388 --prefix=PREFIX install architecture-independent files in PREFIX
Alexandre Julliardabf50482008-10-31 12:56:53 +01001389 [$ac_default_prefix]
Alexandre Julliardf5818d22002-02-14 19:47:29 +00001390 --exec-prefix=EPREFIX install architecture-dependent files in EPREFIX
Alexandre Julliardabf50482008-10-31 12:56:53 +01001391 [PREFIX]
Alexandre Julliardf5818d22002-02-14 19:47:29 +00001392
1393By default, \`make install' will install all the files in
1394\`$ac_default_prefix/bin', \`$ac_default_prefix/lib' etc. You can specify
1395an installation prefix other than \`$ac_default_prefix' using \`--prefix',
1396for instance \`--prefix=\$HOME'.
1397
1398For better control, use the options below.
1399
1400Fine tuning of the installation directories:
Alexandre Julliardabf50482008-10-31 12:56:53 +01001401 --bindir=DIR user executables [EPREFIX/bin]
1402 --sbindir=DIR system admin executables [EPREFIX/sbin]
1403 --libexecdir=DIR program executables [EPREFIX/libexec]
1404 --sysconfdir=DIR read-only single-machine data [PREFIX/etc]
1405 --sharedstatedir=DIR modifiable architecture-independent data [PREFIX/com]
1406 --localstatedir=DIR modifiable single-machine data [PREFIX/var]
1407 --libdir=DIR object code libraries [EPREFIX/lib]
1408 --includedir=DIR C header files [PREFIX/include]
1409 --oldincludedir=DIR C header files for non-gcc [/usr/include]
1410 --datarootdir=DIR read-only arch.-independent data root [PREFIX/share]
1411 --datadir=DIR read-only architecture-independent data [DATAROOTDIR]
1412 --infodir=DIR info documentation [DATAROOTDIR/info]
1413 --localedir=DIR locale-dependent data [DATAROOTDIR/locale]
1414 --mandir=DIR man documentation [DATAROOTDIR/man]
1415 --docdir=DIR documentation root [DATAROOTDIR/doc/wine]
1416 --htmldir=DIR html documentation [DOCDIR]
1417 --dvidir=DIR dvi documentation [DOCDIR]
1418 --pdfdir=DIR pdf documentation [DOCDIR]
1419 --psdir=DIR ps documentation [DOCDIR]
Alexandre Julliarddaa28862002-04-11 21:54:01 +00001420_ACEOF
Alexandre Julliardf5818d22002-02-14 19:47:29 +00001421
Alexandre Julliarddaa28862002-04-11 21:54:01 +00001422 cat <<\_ACEOF
Alexandre Julliardf5818d22002-02-14 19:47:29 +00001423
1424X features:
1425 --x-includes=DIR X include files are in DIR
1426 --x-libraries=DIR X library files are in DIR
1427
1428System types:
1429 --build=BUILD configure for building on BUILD [guessed]
Alexandre Julliarddaa28862002-04-11 21:54:01 +00001430 --host=HOST cross-compile to build programs to run on HOST [BUILD]
Alexandre Julliarddaa28862002-04-11 21:54:01 +00001431_ACEOF
Alexandre Julliardf5818d22002-02-14 19:47:29 +00001432fi
1433
1434if test -n "$ac_init_help"; then
1435 case $ac_init_help in
Alexandre Julliardb7963962009-08-07 18:00:17 +02001436 short | recursive ) echo "Configuration of Wine 1.1.27:";;
Alexandre Julliardf5818d22002-02-14 19:47:29 +00001437 esac
Alexandre Julliarddaa28862002-04-11 21:54:01 +00001438 cat <<\_ACEOF
Alexandre Julliardf5818d22002-02-14 19:47:29 +00001439
1440Optional Features:
Alexandre Julliardabf50482008-10-31 12:56:53 +01001441 --disable-option-checking ignore unrecognized --enable/--with options
Alexandre Julliardf5818d22002-02-14 19:47:29 +00001442 --disable-FEATURE do not include FEATURE (same as --enable-FEATURE=no)
1443 --enable-FEATURE[=ARG] include FEATURE [ARG=yes]
Eric Pouech53fa0d52004-02-05 01:27:38 +00001444 --disable-win16 do not include Win16 support
Alexandre Julliard2aa8e872004-10-08 23:39:16 +00001445 --enable-win64 build a Win64 emulator on AMD64 (won't run Win32
1446 binaries)
Alexandre Julliard35078f42008-11-21 10:16:12 +01001447 --disable-tests do not build the regression tests
Alexandre Julliard9d037222008-03-20 13:00:12 +01001448 --enable-maintainer-mode
1449 enable maintainer-specific build rules
Alexandre Julliardf5818d22002-02-14 19:47:29 +00001450
1451Optional Packages:
1452 --with-PACKAGE[=ARG] use PACKAGE [ARG=yes]
1453 --without-PACKAGE do not use PACKAGE (same as --with-PACKAGE=no)
Alexandre Julliarda41f0f12008-01-07 14:51:44 +01001454 --without-alsa do not use the Alsa sound support
1455 --without-audioio do not use the AudioIO sound support
1456 --without-capi do not use CAPI (ISDN support)
1457 --without-cms do not use CMS (color management support)
1458 --without-coreaudio do not use the CoreAudio sound support
1459 --without-cups do not use CUPS
1460 --without-curses do not use (n)curses
1461 --without-esd do not use the EsounD sound support
1462 --without-fontconfig do not use fontconfig
Alexandre Julliarda20c0e12008-05-21 14:55:53 +02001463 --without-freetype do not use the FreeType library
Alexandre Julliarda41f0f12008-01-07 14:51:44 +01001464 --without-gphoto do not use gphoto (Digital Camera support)
Alexandre Julliardad798732008-05-01 13:29:02 +02001465 --without-glu do not use the GLU library
Henri Verbeet874c9ef2008-09-22 22:13:19 +02001466 --without-gnutls do not use GnuTLS (schannel support)
Alexandre Julliard6ce32e02009-08-19 15:53:04 +02001467 --without-gsm do not use libgsm (GSM 06.10 codec support)
Alexandre Julliarda41f0f12008-01-07 14:51:44 +01001468 --without-hal do not use HAL (dynamic device support)
1469 --without-jack do not use the Jack sound support
1470 --without-jpeg do not use JPEG
1471 --without-ldap do not use LDAP
1472 --without-nas do not use the NAS sound support
Eric Pouech53fa0d52004-02-05 01:27:38 +00001473 --without-opengl do not use OpenGL
Alexandre Julliarda41f0f12008-01-07 14:51:44 +01001474 --without-openssl do not use OpenSSL
1475 --without-oss do not use the OSS sound support
1476 --without-png do not use PNG
Alexandre Julliardc891f6b2009-02-11 20:41:50 +01001477 --without-pthread do not use the pthread library
Alexandre Julliarda41f0f12008-01-07 14:51:44 +01001478 --without-sane do not use SANE (scanner support)
1479 --without-xcomposite do not use the Xcomposite extension
1480 --without-xcursor do not use the Xcursor extension
1481 --without-xinerama do not use Xinerama (multi-monitor support)
1482 --without-xinput do not use the Xinput extension
1483 --without-xml do not use XML
1484 --without-xrandr do not use Xrandr (resolution changes)
1485 --without-xrender do not use the Xrender extension
1486 --without-xshape do not use the Xshape extension
1487 --without-xshm do not use XShm (shared memory extension)
1488 --without-xslt do not use XSLT
Francois Gougeta49beb42008-06-26 14:02:17 +02001489 --without-xxf86vm do not use XFree video mode extension
Alexandre Julliarda41f0f12008-01-07 14:51:44 +01001490 --with-wine-tools=DIR use Wine tools from directory DIR
Alexandre Julliard39a75d32009-08-13 19:45:31 +02001491 --with-wine64=DIR use the 64-bit Wine in DIR for a Wow64 build
Alexandre Julliardf5818d22002-02-14 19:47:29 +00001492 --with-x use the X Window System
1493
1494Some influential environment variables:
Eric Pouech53fa0d52004-02-05 01:27:38 +00001495 CC C compiler command
1496 CFLAGS C compiler flags
1497 LDFLAGS linker flags, e.g. -L<lib dir> if you have libraries in a
1498 nonstandard directory <lib dir>
Alexandre Julliarddc9f3842006-12-19 16:17:09 +01001499 LIBS libraries to pass to the linker, e.g. -l<library>
Alexandre Julliardfc6ffb22006-05-25 20:08:12 +02001500 CPPFLAGS C/C++/Objective C preprocessor flags, e.g. -I<include dir> if
1501 you have headers in a nonstandard directory <include dir>
Dimitrie O. Paunf41c2b22004-03-02 02:23:26 +00001502 CXX C++ compiler command
1503 CXXFLAGS C++ compiler flags
Eric Pouech53fa0d52004-02-05 01:27:38 +00001504 CPP C preprocessor
Alexandre Julliard40664c02009-02-11 20:40:58 +01001505 XMKMF Path to xmkmf, Makefile generator for X Window System
Alexandre Julliardf5818d22002-02-14 19:47:29 +00001506
1507Use these variables to override the choices made by `configure' or to help
1508it to find libraries and programs with nonstandard names/locations.
1509
Alexandre Julliard875927f2004-01-02 01:55:29 +00001510Report bugs to <wine-devel@winehq.org>.
Alexandre Julliard25e9e4f2009-08-10 14:27:28 +02001511Wine home page: <http://www.winehq.org>.
Alexandre Julliarddaa28862002-04-11 21:54:01 +00001512_ACEOF
Alexandre Julliardfc6ffb22006-05-25 20:08:12 +02001513ac_status=$?
Alexandre Julliardf5818d22002-02-14 19:47:29 +00001514fi
1515
1516if test "$ac_init_help" = "recursive"; then
1517 # If there are subdirs, report their specific --help.
Alexandre Julliarddaa28862002-04-11 21:54:01 +00001518 for ac_dir in : $ac_subdirs_all; do test "x$ac_dir" = x: && continue
Alexandre Julliardabf50482008-10-31 12:56:53 +01001519 test -d "$ac_dir" ||
1520 { cd "$srcdir" && ac_pwd=`pwd` && srcdir=. && test -d "$ac_dir"; } ||
1521 continue
Alexandre Julliarddaa28862002-04-11 21:54:01 +00001522 ac_builddir=.
Alexandre Julliardf5818d22002-02-14 19:47:29 +00001523
Alexandre Julliardfc6ffb22006-05-25 20:08:12 +02001524case "$ac_dir" in
1525.) ac_dir_suffix= ac_top_builddir_sub=. ac_top_build_prefix= ;;
1526*)
Alexandre Julliardabf50482008-10-31 12:56:53 +01001527 ac_dir_suffix=/`$as_echo "$ac_dir" | sed 's|^\.[\\/]||'`
Alexandre Julliardfc6ffb22006-05-25 20:08:12 +02001528 # A ".." for each directory in $ac_dir_suffix.
Alexandre Julliardabf50482008-10-31 12:56:53 +01001529 ac_top_builddir_sub=`$as_echo "$ac_dir_suffix" | sed 's|/[^\\/]*|/..|g;s|/||'`
Alexandre Julliardfc6ffb22006-05-25 20:08:12 +02001530 case $ac_top_builddir_sub in
1531 "") ac_top_builddir_sub=. ac_top_build_prefix= ;;
1532 *) ac_top_build_prefix=$ac_top_builddir_sub/ ;;
1533 esac ;;
1534esac
1535ac_abs_top_builddir=$ac_pwd
1536ac_abs_builddir=$ac_pwd$ac_dir_suffix
1537# for backward compatibility:
1538ac_top_builddir=$ac_top_build_prefix
Alexandre Julliardf5818d22002-02-14 19:47:29 +00001539
Alexandre Julliarddaa28862002-04-11 21:54:01 +00001540case $srcdir in
Alexandre Julliardfc6ffb22006-05-25 20:08:12 +02001541 .) # We are building in place.
Alexandre Julliarddaa28862002-04-11 21:54:01 +00001542 ac_srcdir=.
Alexandre Julliardfc6ffb22006-05-25 20:08:12 +02001543 ac_top_srcdir=$ac_top_builddir_sub
1544 ac_abs_top_srcdir=$ac_pwd ;;
1545 [\\/]* | ?:[\\/]* ) # Absolute name.
Alexandre Julliarddaa28862002-04-11 21:54:01 +00001546 ac_srcdir=$srcdir$ac_dir_suffix;
Alexandre Julliardfc6ffb22006-05-25 20:08:12 +02001547 ac_top_srcdir=$srcdir
1548 ac_abs_top_srcdir=$srcdir ;;
1549 *) # Relative name.
1550 ac_srcdir=$ac_top_build_prefix$srcdir$ac_dir_suffix
1551 ac_top_srcdir=$ac_top_build_prefix$srcdir
1552 ac_abs_top_srcdir=$ac_pwd/$srcdir ;;
Alexandre Julliarddaa28862002-04-11 21:54:01 +00001553esac
Alexandre Julliardfc6ffb22006-05-25 20:08:12 +02001554ac_abs_srcdir=$ac_abs_top_srcdir$ac_dir_suffix
Alexandre Julliard875927f2004-01-02 01:55:29 +00001555
Alexandre Julliardfc6ffb22006-05-25 20:08:12 +02001556 cd "$ac_dir" || { ac_status=$?; continue; }
1557 # Check for guested configure.
Jeremy White0ebeb532006-06-20 13:18:41 +02001558 if test -f "$ac_srcdir/configure.gnu"; then
Alexandre Julliardfc6ffb22006-05-25 20:08:12 +02001559 echo &&
Jeremy White0ebeb532006-06-20 13:18:41 +02001560 $SHELL "$ac_srcdir/configure.gnu" --help=recursive
1561 elif test -f "$ac_srcdir/configure"; then
Alexandre Julliardfc6ffb22006-05-25 20:08:12 +02001562 echo &&
Jeremy White0ebeb532006-06-20 13:18:41 +02001563 $SHELL "$ac_srcdir/configure" --help=recursive
Alexandre Julliardf5818d22002-02-14 19:47:29 +00001564 else
Alexandre Julliardabf50482008-10-31 12:56:53 +01001565 $as_echo "$as_me: WARNING: no configuration information is in $ac_dir" >&2
Alexandre Julliardfc6ffb22006-05-25 20:08:12 +02001566 fi || ac_status=$?
1567 cd "$ac_pwd" || { ac_status=$?; break; }
Alexandre Julliardf5818d22002-02-14 19:47:29 +00001568 done
1569fi
1570
Alexandre Julliardfc6ffb22006-05-25 20:08:12 +02001571test -n "$ac_init_help" && exit $ac_status
Alexandre Julliardf5818d22002-02-14 19:47:29 +00001572if $ac_init_version; then
Alexandre Julliarddaa28862002-04-11 21:54:01 +00001573 cat <<\_ACEOF
Alexandre Julliardb7963962009-08-07 18:00:17 +02001574Wine configure 1.1.27
Alexandre Julliard25e9e4f2009-08-10 14:27:28 +02001575generated by GNU Autoconf 2.64
Alexandre Julliardf5818d22002-02-14 19:47:29 +00001576
Alexandre Julliard25e9e4f2009-08-10 14:27:28 +02001577Copyright (C) 2009 Free Software Foundation, Inc.
Alexandre Julliardf5818d22002-02-14 19:47:29 +00001578This configure script is free software; the Free Software Foundation
1579gives unlimited permission to copy, distribute and modify it.
Alexandre Julliarddaa28862002-04-11 21:54:01 +00001580_ACEOF
Alexandre Julliardfc6ffb22006-05-25 20:08:12 +02001581 exit
Alexandre Julliardf5818d22002-02-14 19:47:29 +00001582fi
Alexandre Julliard25e9e4f2009-08-10 14:27:28 +02001583
1584## ------------------------ ##
1585## Autoconf initialization. ##
1586## ------------------------ ##
1587
1588# ac_fn_c_try_compile LINENO
1589# --------------------------
1590# Try to compile conftest.$ac_ext, and return whether this succeeded.
1591ac_fn_c_try_compile ()
1592{
1593 as_lineno=${as_lineno-"$1"} as_lineno_stack=as_lineno_stack=$as_lineno_stack
1594 rm -f conftest.$ac_objext
1595 if { { ac_try="$ac_compile"
1596case "(($ac_try" in
1597 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
1598 *) ac_try_echo=$ac_try;;
1599esac
1600eval ac_try_echo="\"\$as_me:${as_lineno-$LINENO}: $ac_try_echo\""
1601$as_echo "$ac_try_echo"; } >&5
1602 (eval "$ac_compile") 2>conftest.err
1603 ac_status=$?
1604 if test -s conftest.err; then
1605 grep -v '^ *+' conftest.err >conftest.er1
1606 cat conftest.er1 >&5
1607 mv -f conftest.er1 conftest.err
1608 fi
1609 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
1610 test $ac_status = 0; } && {
1611 test -z "$ac_c_werror_flag" ||
1612 test ! -s conftest.err
1613 } && test -s conftest.$ac_objext; then :
1614 ac_retval=0
1615else
1616 $as_echo "$as_me: failed program was:" >&5
1617sed 's/^/| /' conftest.$ac_ext >&5
1618
1619 ac_retval=1
1620fi
1621 eval $as_lineno_stack; test "x$as_lineno_stack" = x && { as_lineno=; unset as_lineno;}
1622 return $ac_retval
1623
1624} # ac_fn_c_try_compile
1625
1626# ac_fn_cxx_try_compile LINENO
1627# ----------------------------
1628# Try to compile conftest.$ac_ext, and return whether this succeeded.
1629ac_fn_cxx_try_compile ()
1630{
1631 as_lineno=${as_lineno-"$1"} as_lineno_stack=as_lineno_stack=$as_lineno_stack
1632 rm -f conftest.$ac_objext
1633 if { { ac_try="$ac_compile"
1634case "(($ac_try" in
1635 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
1636 *) ac_try_echo=$ac_try;;
1637esac
1638eval ac_try_echo="\"\$as_me:${as_lineno-$LINENO}: $ac_try_echo\""
1639$as_echo "$ac_try_echo"; } >&5
1640 (eval "$ac_compile") 2>conftest.err
1641 ac_status=$?
1642 if test -s conftest.err; then
1643 grep -v '^ *+' conftest.err >conftest.er1
1644 cat conftest.er1 >&5
1645 mv -f conftest.er1 conftest.err
1646 fi
1647 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
1648 test $ac_status = 0; } && {
1649 test -z "$ac_cxx_werror_flag" ||
1650 test ! -s conftest.err
1651 } && test -s conftest.$ac_objext; then :
1652 ac_retval=0
1653else
1654 $as_echo "$as_me: failed program was:" >&5
1655sed 's/^/| /' conftest.$ac_ext >&5
1656
1657 ac_retval=1
1658fi
1659 eval $as_lineno_stack; test "x$as_lineno_stack" = x && { as_lineno=; unset as_lineno;}
1660 return $ac_retval
1661
1662} # ac_fn_cxx_try_compile
1663
1664# ac_fn_c_try_link LINENO
1665# -----------------------
1666# Try to link conftest.$ac_ext, and return whether this succeeded.
1667ac_fn_c_try_link ()
1668{
1669 as_lineno=${as_lineno-"$1"} as_lineno_stack=as_lineno_stack=$as_lineno_stack
1670 rm -f conftest.$ac_objext conftest$ac_exeext
1671 if { { ac_try="$ac_link"
1672case "(($ac_try" in
1673 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
1674 *) ac_try_echo=$ac_try;;
1675esac
1676eval ac_try_echo="\"\$as_me:${as_lineno-$LINENO}: $ac_try_echo\""
1677$as_echo "$ac_try_echo"; } >&5
1678 (eval "$ac_link") 2>conftest.err
1679 ac_status=$?
1680 if test -s conftest.err; then
1681 grep -v '^ *+' conftest.err >conftest.er1
1682 cat conftest.er1 >&5
1683 mv -f conftest.er1 conftest.err
1684 fi
1685 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
1686 test $ac_status = 0; } && {
1687 test -z "$ac_c_werror_flag" ||
1688 test ! -s conftest.err
1689 } && test -s conftest$ac_exeext && {
1690 test "$cross_compiling" = yes ||
1691 $as_test_x conftest$ac_exeext
1692 }; then :
1693 ac_retval=0
1694else
1695 $as_echo "$as_me: failed program was:" >&5
1696sed 's/^/| /' conftest.$ac_ext >&5
1697
1698 ac_retval=1
1699fi
1700 # Delete the IPA/IPO (Inter Procedural Analysis/Optimization) information
1701 # created by the PGI compiler (conftest_ipa8_conftest.oo), as it would
1702 # interfere with the next link command; also delete a directory that is
1703 # left behind by Apple's compiler. We do this before executing the actions.
1704 rm -rf conftest.dSYM conftest_ipa8_conftest.oo
1705 eval $as_lineno_stack; test "x$as_lineno_stack" = x && { as_lineno=; unset as_lineno;}
1706 return $ac_retval
1707
1708} # ac_fn_c_try_link
1709
1710# ac_fn_c_try_cpp LINENO
1711# ----------------------
1712# Try to preprocess conftest.$ac_ext, and return whether this succeeded.
1713ac_fn_c_try_cpp ()
1714{
1715 as_lineno=${as_lineno-"$1"} as_lineno_stack=as_lineno_stack=$as_lineno_stack
1716 if { { ac_try="$ac_cpp conftest.$ac_ext"
1717case "(($ac_try" in
1718 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
1719 *) ac_try_echo=$ac_try;;
1720esac
1721eval ac_try_echo="\"\$as_me:${as_lineno-$LINENO}: $ac_try_echo\""
1722$as_echo "$ac_try_echo"; } >&5
1723 (eval "$ac_cpp conftest.$ac_ext") 2>conftest.err
1724 ac_status=$?
1725 if test -s conftest.err; then
1726 grep -v '^ *+' conftest.err >conftest.er1
1727 cat conftest.er1 >&5
1728 mv -f conftest.er1 conftest.err
1729 fi
1730 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
1731 test $ac_status = 0; } >/dev/null && {
1732 test -z "$ac_c_preproc_warn_flag$ac_c_werror_flag" ||
1733 test ! -s conftest.err
1734 }; then :
1735 ac_retval=0
1736else
1737 $as_echo "$as_me: failed program was:" >&5
1738sed 's/^/| /' conftest.$ac_ext >&5
1739
1740 ac_retval=1
1741fi
1742 eval $as_lineno_stack; test "x$as_lineno_stack" = x && { as_lineno=; unset as_lineno;}
1743 return $ac_retval
1744
1745} # ac_fn_c_try_cpp
1746
1747# ac_fn_c_check_header_mongrel LINENO HEADER VAR INCLUDES
1748# -------------------------------------------------------
1749# Tests whether HEADER exists, giving a warning if it cannot be compiled using
1750# the include files in INCLUDES and setting the cache variable VAR
1751# accordingly.
1752ac_fn_c_check_header_mongrel ()
1753{
1754 as_lineno=${as_lineno-"$1"} as_lineno_stack=as_lineno_stack=$as_lineno_stack
1755 if { as_var=$3; eval "test \"\${$as_var+set}\" = set"; }; then :
1756 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $2" >&5
1757$as_echo_n "checking for $2... " >&6; }
1758if { as_var=$3; eval "test \"\${$as_var+set}\" = set"; }; then :
1759 $as_echo_n "(cached) " >&6
1760fi
1761eval ac_res=\$$3
1762 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_res" >&5
1763$as_echo "$ac_res" >&6; }
1764else
1765 # Is the header compilable?
1766{ $as_echo "$as_me:${as_lineno-$LINENO}: checking $2 usability" >&5
1767$as_echo_n "checking $2 usability... " >&6; }
1768cat confdefs.h - <<_ACEOF >conftest.$ac_ext
1769/* end confdefs.h. */
1770$4
1771#include <$2>
1772_ACEOF
1773if ac_fn_c_try_compile "$LINENO"; then :
1774 ac_header_compiler=yes
1775else
1776 ac_header_compiler=no
1777fi
1778rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
1779{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_header_compiler" >&5
1780$as_echo "$ac_header_compiler" >&6; }
1781
1782# Is the header present?
1783{ $as_echo "$as_me:${as_lineno-$LINENO}: checking $2 presence" >&5
1784$as_echo_n "checking $2 presence... " >&6; }
1785cat confdefs.h - <<_ACEOF >conftest.$ac_ext
1786/* end confdefs.h. */
1787#include <$2>
1788_ACEOF
1789if ac_fn_c_try_cpp "$LINENO"; then :
1790 ac_header_preproc=yes
1791else
1792 ac_header_preproc=no
1793fi
1794rm -f conftest.err conftest.$ac_ext
1795{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_header_preproc" >&5
1796$as_echo "$ac_header_preproc" >&6; }
1797
1798# So? What about this header?
1799case $ac_header_compiler:$ac_header_preproc:$ac_c_preproc_warn_flag in #((
1800 yes:no: )
1801 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: $2: accepted by the compiler, rejected by the preprocessor!" >&5
1802$as_echo "$as_me: WARNING: $2: accepted by the compiler, rejected by the preprocessor!" >&2;}
1803 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: $2: proceeding with the compiler's result" >&5
1804$as_echo "$as_me: WARNING: $2: proceeding with the compiler's result" >&2;}
1805 ;;
1806 no:yes:* )
1807 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: $2: present but cannot be compiled" >&5
1808$as_echo "$as_me: WARNING: $2: present but cannot be compiled" >&2;}
1809 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: $2: check for missing prerequisite headers?" >&5
1810$as_echo "$as_me: WARNING: $2: check for missing prerequisite headers?" >&2;}
1811 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: $2: see the Autoconf documentation" >&5
1812$as_echo "$as_me: WARNING: $2: see the Autoconf documentation" >&2;}
1813 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: $2: section \"Present But Cannot Be Compiled\"" >&5
1814$as_echo "$as_me: WARNING: $2: section \"Present But Cannot Be Compiled\"" >&2;}
1815 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: $2: proceeding with the compiler's result" >&5
1816$as_echo "$as_me: WARNING: $2: proceeding with the compiler's result" >&2;}
1817( cat <<\_ASBOX
1818## ------------------------------------ ##
1819## Report this to wine-devel@winehq.org ##
1820## ------------------------------------ ##
1821_ASBOX
1822 ) | sed "s/^/$as_me: WARNING: /" >&2
1823 ;;
1824esac
1825 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $2" >&5
1826$as_echo_n "checking for $2... " >&6; }
1827if { as_var=$3; eval "test \"\${$as_var+set}\" = set"; }; then :
1828 $as_echo_n "(cached) " >&6
1829else
1830 eval "$3=\$ac_header_compiler"
1831fi
1832eval ac_res=\$$3
1833 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_res" >&5
1834$as_echo "$ac_res" >&6; }
1835fi
1836 eval $as_lineno_stack; test "x$as_lineno_stack" = x && { as_lineno=; unset as_lineno;}
1837
1838} # ac_fn_c_check_header_mongrel
1839
1840# ac_fn_c_try_run LINENO
1841# ----------------------
1842# Try to link conftest.$ac_ext, and return whether this succeeded. Assumes
1843# that executables *can* be run.
1844ac_fn_c_try_run ()
1845{
1846 as_lineno=${as_lineno-"$1"} as_lineno_stack=as_lineno_stack=$as_lineno_stack
1847 if { { ac_try="$ac_link"
1848case "(($ac_try" in
1849 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
1850 *) ac_try_echo=$ac_try;;
1851esac
1852eval ac_try_echo="\"\$as_me:${as_lineno-$LINENO}: $ac_try_echo\""
1853$as_echo "$ac_try_echo"; } >&5
1854 (eval "$ac_link") 2>&5
1855 ac_status=$?
1856 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
1857 test $ac_status = 0; } && { ac_try='./conftest$ac_exeext'
1858 { { case "(($ac_try" in
1859 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
1860 *) ac_try_echo=$ac_try;;
1861esac
1862eval ac_try_echo="\"\$as_me:${as_lineno-$LINENO}: $ac_try_echo\""
1863$as_echo "$ac_try_echo"; } >&5
1864 (eval "$ac_try") 2>&5
1865 ac_status=$?
1866 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
1867 test $ac_status = 0; }; }; then :
1868 ac_retval=0
1869else
1870 $as_echo "$as_me: program exited with status $ac_status" >&5
1871 $as_echo "$as_me: failed program was:" >&5
1872sed 's/^/| /' conftest.$ac_ext >&5
1873
1874 ac_retval=$ac_status
1875fi
1876 rm -rf conftest.dSYM conftest_ipa8_conftest.oo
1877 eval $as_lineno_stack; test "x$as_lineno_stack" = x && { as_lineno=; unset as_lineno;}
1878 return $ac_retval
1879
1880} # ac_fn_c_try_run
1881
1882# ac_fn_c_check_header_compile LINENO HEADER VAR INCLUDES
1883# -------------------------------------------------------
1884# Tests whether HEADER exists and can be compiled using the include files in
1885# INCLUDES, setting the cache variable VAR accordingly.
1886ac_fn_c_check_header_compile ()
1887{
1888 as_lineno=${as_lineno-"$1"} as_lineno_stack=as_lineno_stack=$as_lineno_stack
1889 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $2" >&5
1890$as_echo_n "checking for $2... " >&6; }
1891if { as_var=$3; eval "test \"\${$as_var+set}\" = set"; }; then :
1892 $as_echo_n "(cached) " >&6
1893else
1894 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
1895/* end confdefs.h. */
1896$4
1897#include <$2>
1898_ACEOF
1899if ac_fn_c_try_compile "$LINENO"; then :
1900 eval "$3=yes"
1901else
1902 eval "$3=no"
1903fi
1904rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
1905fi
1906eval ac_res=\$$3
1907 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_res" >&5
1908$as_echo "$ac_res" >&6; }
1909 eval $as_lineno_stack; test "x$as_lineno_stack" = x && { as_lineno=; unset as_lineno;}
1910
1911} # ac_fn_c_check_header_compile
1912
1913# ac_fn_c_check_func LINENO FUNC VAR
1914# ----------------------------------
1915# Tests whether FUNC exists, setting the cache variable VAR accordingly
1916ac_fn_c_check_func ()
1917{
1918 as_lineno=${as_lineno-"$1"} as_lineno_stack=as_lineno_stack=$as_lineno_stack
1919 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $2" >&5
1920$as_echo_n "checking for $2... " >&6; }
1921if { as_var=$3; eval "test \"\${$as_var+set}\" = set"; }; then :
1922 $as_echo_n "(cached) " >&6
1923else
1924 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
1925/* end confdefs.h. */
1926/* Define $2 to an innocuous variant, in case <limits.h> declares $2.
1927 For example, HP-UX 11i <limits.h> declares gettimeofday. */
1928#define $2 innocuous_$2
1929
1930/* System header to define __stub macros and hopefully few prototypes,
1931 which can conflict with char $2 (); below.
1932 Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
1933 <limits.h> exists even on freestanding compilers. */
1934
1935#ifdef __STDC__
1936# include <limits.h>
1937#else
1938# include <assert.h>
1939#endif
1940
1941#undef $2
1942
1943/* Override any GCC internal prototype to avoid an error.
1944 Use char because int might match the return type of a GCC
1945 builtin and then its argument prototype would still apply. */
1946#ifdef __cplusplus
1947extern "C"
1948#endif
1949char $2 ();
1950/* The GNU C library defines this for functions which it implements
1951 to always fail with ENOSYS. Some functions are actually named
1952 something starting with __ and the normal name is an alias. */
1953#if defined __stub_$2 || defined __stub___$2
1954choke me
1955#endif
1956
1957int
1958main ()
1959{
1960return $2 ();
1961 ;
1962 return 0;
1963}
1964_ACEOF
1965if ac_fn_c_try_link "$LINENO"; then :
1966 eval "$3=yes"
1967else
1968 eval "$3=no"
1969fi
1970rm -f core conftest.err conftest.$ac_objext \
1971 conftest$ac_exeext conftest.$ac_ext
1972fi
1973eval ac_res=\$$3
1974 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_res" >&5
1975$as_echo "$ac_res" >&6; }
1976 eval $as_lineno_stack; test "x$as_lineno_stack" = x && { as_lineno=; unset as_lineno;}
1977
1978} # ac_fn_c_check_func
1979
1980# ac_fn_c_check_member LINENO AGGR MEMBER VAR INCLUDES
1981# ----------------------------------------------------
1982# Tries to find if the field MEMBER exists in type AGGR, after including
1983# INCLUDES, setting cache variable VAR accordingly.
1984ac_fn_c_check_member ()
1985{
1986 as_lineno=${as_lineno-"$1"} as_lineno_stack=as_lineno_stack=$as_lineno_stack
1987 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $2.$3" >&5
1988$as_echo_n "checking for $2.$3... " >&6; }
1989if { as_var=$4; eval "test \"\${$as_var+set}\" = set"; }; then :
1990 $as_echo_n "(cached) " >&6
1991else
1992 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
1993/* end confdefs.h. */
1994$5
1995int
1996main ()
1997{
1998static $2 ac_aggr;
1999if (ac_aggr.$3)
2000return 0;
2001 ;
2002 return 0;
2003}
2004_ACEOF
2005if ac_fn_c_try_compile "$LINENO"; then :
2006 eval "$4=yes"
2007else
2008 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
2009/* end confdefs.h. */
2010$5
2011int
2012main ()
2013{
2014static $2 ac_aggr;
2015if (sizeof ac_aggr.$3)
2016return 0;
2017 ;
2018 return 0;
2019}
2020_ACEOF
2021if ac_fn_c_try_compile "$LINENO"; then :
2022 eval "$4=yes"
2023else
2024 eval "$4=no"
2025fi
2026rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
2027fi
2028rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
2029fi
2030eval ac_res=\$$4
2031 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_res" >&5
2032$as_echo "$ac_res" >&6; }
2033 eval $as_lineno_stack; test "x$as_lineno_stack" = x && { as_lineno=; unset as_lineno;}
2034
2035} # ac_fn_c_check_member
2036
2037# ac_fn_c_check_type LINENO TYPE VAR INCLUDES
2038# -------------------------------------------
2039# Tests whether TYPE exists after having included INCLUDES, setting cache
2040# variable VAR accordingly.
2041ac_fn_c_check_type ()
2042{
2043 as_lineno=${as_lineno-"$1"} as_lineno_stack=as_lineno_stack=$as_lineno_stack
2044 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $2" >&5
2045$as_echo_n "checking for $2... " >&6; }
2046if { as_var=$3; eval "test \"\${$as_var+set}\" = set"; }; then :
2047 $as_echo_n "(cached) " >&6
2048else
2049 eval "$3=no"
2050 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
2051/* end confdefs.h. */
2052$4
2053int
2054main ()
2055{
2056if (sizeof ($2))
2057 return 0;
2058 ;
2059 return 0;
2060}
2061_ACEOF
2062if ac_fn_c_try_compile "$LINENO"; then :
2063 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
2064/* end confdefs.h. */
2065$4
2066int
2067main ()
2068{
2069if (sizeof (($2)))
2070 return 0;
2071 ;
2072 return 0;
2073}
2074_ACEOF
2075if ac_fn_c_try_compile "$LINENO"; then :
2076
2077else
2078 eval "$3=yes"
2079fi
2080rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
2081fi
2082rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
2083fi
2084eval ac_res=\$$3
2085 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_res" >&5
2086$as_echo "$ac_res" >&6; }
2087 eval $as_lineno_stack; test "x$as_lineno_stack" = x && { as_lineno=; unset as_lineno;}
2088
2089} # ac_fn_c_check_type
Alexandre Julliardfc6ffb22006-05-25 20:08:12 +02002090cat >config.log <<_ACEOF
Alexandre Julliardf5818d22002-02-14 19:47:29 +00002091This file contains any messages produced by compilers while
2092running configure, to aid debugging if configure makes a mistake.
2093
Alexandre Julliardb7963962009-08-07 18:00:17 +02002094It was created by Wine $as_me 1.1.27, which was
Alexandre Julliard25e9e4f2009-08-10 14:27:28 +02002095generated by GNU Autoconf 2.64. Invocation command line was
Alexandre Julliardf5818d22002-02-14 19:47:29 +00002096
2097 $ $0 $@
2098
Alexandre Julliarddaa28862002-04-11 21:54:01 +00002099_ACEOF
Alexandre Julliardfc6ffb22006-05-25 20:08:12 +02002100exec 5>>config.log
Alexandre Julliardf5818d22002-02-14 19:47:29 +00002101{
2102cat <<_ASUNAME
Alexandre Julliarddaa28862002-04-11 21:54:01 +00002103## --------- ##
2104## Platform. ##
2105## --------- ##
Alexandre Julliardf5818d22002-02-14 19:47:29 +00002106
2107hostname = `(hostname || uname -n) 2>/dev/null | sed 1q`
2108uname -m = `(uname -m) 2>/dev/null || echo unknown`
2109uname -r = `(uname -r) 2>/dev/null || echo unknown`
2110uname -s = `(uname -s) 2>/dev/null || echo unknown`
2111uname -v = `(uname -v) 2>/dev/null || echo unknown`
2112
2113/usr/bin/uname -p = `(/usr/bin/uname -p) 2>/dev/null || echo unknown`
2114/bin/uname -X = `(/bin/uname -X) 2>/dev/null || echo unknown`
2115
2116/bin/arch = `(/bin/arch) 2>/dev/null || echo unknown`
2117/usr/bin/arch -k = `(/usr/bin/arch -k) 2>/dev/null || echo unknown`
2118/usr/convex/getsysinfo = `(/usr/convex/getsysinfo) 2>/dev/null || echo unknown`
Alexandre Julliardfc6ffb22006-05-25 20:08:12 +02002119/usr/bin/hostinfo = `(/usr/bin/hostinfo) 2>/dev/null || echo unknown`
Alexandre Julliardf5818d22002-02-14 19:47:29 +00002120/bin/machine = `(/bin/machine) 2>/dev/null || echo unknown`
2121/usr/bin/oslevel = `(/usr/bin/oslevel) 2>/dev/null || echo unknown`
2122/bin/universe = `(/bin/universe) 2>/dev/null || echo unknown`
2123
Alexandre Julliardf5818d22002-02-14 19:47:29 +00002124_ASUNAME
Alexandre Julliarddaa28862002-04-11 21:54:01 +00002125
2126as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
2127for as_dir in $PATH
2128do
2129 IFS=$as_save_IFS
2130 test -z "$as_dir" && as_dir=.
Alexandre Julliard25e9e4f2009-08-10 14:27:28 +02002131 $as_echo "PATH: $as_dir"
2132 done
Alexandre Julliardfc6ffb22006-05-25 20:08:12 +02002133IFS=$as_save_IFS
Alexandre Julliarddaa28862002-04-11 21:54:01 +00002134
Alexandre Julliardf5818d22002-02-14 19:47:29 +00002135} >&5
2136
Alexandre Julliarddaa28862002-04-11 21:54:01 +00002137cat >&5 <<_ACEOF
Alexandre Julliardf5818d22002-02-14 19:47:29 +00002138
Alexandre Julliarddaa28862002-04-11 21:54:01 +00002139
2140## ----------- ##
2141## Core tests. ##
2142## ----------- ##
2143
2144_ACEOF
2145
Alexandre Julliardf5818d22002-02-14 19:47:29 +00002146
2147# Keep a trace of the command line.
2148# Strip out --no-create and --no-recursion so they do not pile up.
Alexandre Julliarde24bcc72002-12-24 00:35:19 +00002149# Strip out --silent because we don't want to record it for future runs.
Alexandre Julliardf5818d22002-02-14 19:47:29 +00002150# Also quote any args containing shell meta-characters.
Alexandre Julliarde24bcc72002-12-24 00:35:19 +00002151# Make two passes to allow for proper duplicate-argument suppression.
Alexandre Julliardf5818d22002-02-14 19:47:29 +00002152ac_configure_args=
Alexandre Julliarde24bcc72002-12-24 00:35:19 +00002153ac_configure_args0=
2154ac_configure_args1=
Alexandre Julliarde24bcc72002-12-24 00:35:19 +00002155ac_must_keep_next=false
2156for ac_pass in 1 2
Alexandre Julliardf5818d22002-02-14 19:47:29 +00002157do
Alexandre Julliarde24bcc72002-12-24 00:35:19 +00002158 for ac_arg
2159 do
2160 case $ac_arg in
2161 -no-create | --no-c* | -n | -no-recursion | --no-r*) continue ;;
2162 -q | -quiet | --quiet | --quie | --qui | --qu | --q \
2163 | -silent | --silent | --silen | --sile | --sil)
2164 continue ;;
Alexandre Julliardfc6ffb22006-05-25 20:08:12 +02002165 *\'*)
Alexandre Julliardabf50482008-10-31 12:56:53 +01002166 ac_arg=`$as_echo "$ac_arg" | sed "s/'/'\\\\\\\\''/g"` ;;
Alexandre Julliarde24bcc72002-12-24 00:35:19 +00002167 esac
2168 case $ac_pass in
Alexandre Julliard25e9e4f2009-08-10 14:27:28 +02002169 1) as_fn_append ac_configure_args0 " '$ac_arg'" ;;
Alexandre Julliarde24bcc72002-12-24 00:35:19 +00002170 2)
Alexandre Julliard25e9e4f2009-08-10 14:27:28 +02002171 as_fn_append ac_configure_args1 " '$ac_arg'"
Alexandre Julliarde24bcc72002-12-24 00:35:19 +00002172 if test $ac_must_keep_next = true; then
Alexandre Julliard875927f2004-01-02 01:55:29 +00002173 ac_must_keep_next=false # Got value, back to normal.
Alexandre Julliarde24bcc72002-12-24 00:35:19 +00002174 else
Alexandre Julliard875927f2004-01-02 01:55:29 +00002175 case $ac_arg in
2176 *=* | --config-cache | -C | -disable-* | --disable-* \
2177 | -enable-* | --enable-* | -gas | --g* | -nfp | --nf* \
2178 | -q | -quiet | --q* | -silent | --sil* | -v | -verb* \
2179 | -with-* | --with-* | -without-* | --without-* | --x)
2180 case "$ac_configure_args0 " in
2181 "$ac_configure_args1"*" '$ac_arg' "* ) continue ;;
2182 esac
2183 ;;
2184 -* ) ac_must_keep_next=true ;;
2185 esac
Alexandre Julliarde24bcc72002-12-24 00:35:19 +00002186 fi
Alexandre Julliard25e9e4f2009-08-10 14:27:28 +02002187 as_fn_append ac_configure_args " '$ac_arg'"
Alexandre Julliarde24bcc72002-12-24 00:35:19 +00002188 ;;
2189 esac
2190 done
Alexandre Julliardf5818d22002-02-14 19:47:29 +00002191done
Alexandre Julliard25e9e4f2009-08-10 14:27:28 +02002192{ ac_configure_args0=; unset ac_configure_args0;}
2193{ ac_configure_args1=; unset ac_configure_args1;}
Alexandre Julliardf5818d22002-02-14 19:47:29 +00002194
2195# When interrupted or exit'd, cleanup temporary files, and complete
2196# config.log. We remove comments because anyway the quotes in there
2197# would cause problems or look ugly.
Alexandre Julliardfc6ffb22006-05-25 20:08:12 +02002198# WARNING: Use '\'' to represent an apostrophe within the trap.
2199# WARNING: Do not start the trap code with a newline, due to a FreeBSD 4.0 bug.
Alexandre Julliardf5818d22002-02-14 19:47:29 +00002200trap 'exit_status=$?
2201 # Save into config.log some information that might help in debugging.
Alexandre Julliarddaa28862002-04-11 21:54:01 +00002202 {
2203 echo
Alexandre Julliard11af04e2002-10-10 03:48:04 +00002204
Alexandre Julliarddaa28862002-04-11 21:54:01 +00002205 cat <<\_ASBOX
2206## ---------------- ##
2207## Cache variables. ##
2208## ---------------- ##
2209_ASBOX
2210 echo
2211 # The following way of writing the cache mishandles newlines in values,
Alexandre Julliardfc6ffb22006-05-25 20:08:12 +02002212(
2213 for ac_var in `(set) 2>&1 | sed -n '\''s/^\([a-zA-Z_][a-zA-Z0-9_]*\)=.*/\1/p'\''`; do
2214 eval ac_val=\$$ac_var
2215 case $ac_val in #(
2216 *${as_nl}*)
2217 case $ac_var in #(
Alexandre Julliard25e9e4f2009-08-10 14:27:28 +02002218 *_cv_*) { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: cache variable $ac_var contains a newline" >&5
Alexandre Julliardabf50482008-10-31 12:56:53 +01002219$as_echo "$as_me: WARNING: cache variable $ac_var contains a newline" >&2;} ;;
Alexandre Julliardfc6ffb22006-05-25 20:08:12 +02002220 esac
2221 case $ac_var in #(
2222 _ | IFS | as_nl) ;; #(
Alexandre Julliardabf50482008-10-31 12:56:53 +01002223 BASH_ARGV | BASH_SOURCE) eval $ac_var= ;; #(
Alexandre Julliard25e9e4f2009-08-10 14:27:28 +02002224 *) { eval $ac_var=; unset $ac_var;} ;;
Alexandre Julliardfc6ffb22006-05-25 20:08:12 +02002225 esac ;;
2226 esac
2227 done
Alexandre Julliardf5818d22002-02-14 19:47:29 +00002228 (set) 2>&1 |
Alexandre Julliardfc6ffb22006-05-25 20:08:12 +02002229 case $as_nl`(ac_space='\'' '\''; set) 2>&1` in #(
2230 *${as_nl}ac_space=\ *)
Alexandre Julliardf5818d22002-02-14 19:47:29 +00002231 sed -n \
Alexandre Julliardfc6ffb22006-05-25 20:08:12 +02002232 "s/'\''/'\''\\\\'\'''\''/g;
2233 s/^\\([_$as_cr_alnum]*_cv_[_$as_cr_alnum]*\\)=\\(.*\\)/\\1='\''\\2'\''/p"
2234 ;; #(
Alexandre Julliardf5818d22002-02-14 19:47:29 +00002235 *)
Alexandre Julliardfc6ffb22006-05-25 20:08:12 +02002236 sed -n "/^[_$as_cr_alnum]*_cv_[_$as_cr_alnum]*=/p"
Alexandre Julliardf5818d22002-02-14 19:47:29 +00002237 ;;
Alexandre Julliardfc6ffb22006-05-25 20:08:12 +02002238 esac |
2239 sort
2240)
Alexandre Julliarddaa28862002-04-11 21:54:01 +00002241 echo
Alexandre Julliard11af04e2002-10-10 03:48:04 +00002242
2243 cat <<\_ASBOX
2244## ----------------- ##
2245## Output variables. ##
2246## ----------------- ##
2247_ASBOX
2248 echo
2249 for ac_var in $ac_subst_vars
2250 do
Alexandre Julliardfc6ffb22006-05-25 20:08:12 +02002251 eval ac_val=\$$ac_var
Jeremy White0ebeb532006-06-20 13:18:41 +02002252 case $ac_val in
Alexandre Julliardabf50482008-10-31 12:56:53 +01002253 *\'\''*) ac_val=`$as_echo "$ac_val" | sed "s/'\''/'\''\\\\\\\\'\'''\''/g"`;;
Jeremy White0ebeb532006-06-20 13:18:41 +02002254 esac
Alexandre Julliardabf50482008-10-31 12:56:53 +01002255 $as_echo "$ac_var='\''$ac_val'\''"
Alexandre Julliard11af04e2002-10-10 03:48:04 +00002256 done | sort
2257 echo
2258
2259 if test -n "$ac_subst_files"; then
2260 cat <<\_ASBOX
Alexandre Julliardfc6ffb22006-05-25 20:08:12 +02002261## ------------------- ##
2262## File substitutions. ##
2263## ------------------- ##
Alexandre Julliard11af04e2002-10-10 03:48:04 +00002264_ASBOX
2265 echo
2266 for ac_var in $ac_subst_files
2267 do
Alexandre Julliardfc6ffb22006-05-25 20:08:12 +02002268 eval ac_val=\$$ac_var
Jeremy White0ebeb532006-06-20 13:18:41 +02002269 case $ac_val in
Alexandre Julliardabf50482008-10-31 12:56:53 +01002270 *\'\''*) ac_val=`$as_echo "$ac_val" | sed "s/'\''/'\''\\\\\\\\'\'''\''/g"`;;
Jeremy White0ebeb532006-06-20 13:18:41 +02002271 esac
Alexandre Julliardabf50482008-10-31 12:56:53 +01002272 $as_echo "$ac_var='\''$ac_val'\''"
Alexandre Julliard11af04e2002-10-10 03:48:04 +00002273 done | sort
2274 echo
2275 fi
2276
Alexandre Julliarddaa28862002-04-11 21:54:01 +00002277 if test -s confdefs.h; then
2278 cat <<\_ASBOX
2279## ----------- ##
2280## confdefs.h. ##
2281## ----------- ##
2282_ASBOX
2283 echo
Alexandre Julliardfc6ffb22006-05-25 20:08:12 +02002284 cat confdefs.h
Alexandre Julliarddaa28862002-04-11 21:54:01 +00002285 echo
2286 fi
2287 test "$ac_signal" != 0 &&
Alexandre Julliardabf50482008-10-31 12:56:53 +01002288 $as_echo "$as_me: caught signal $ac_signal"
2289 $as_echo "$as_me: exit $exit_status"
Alexandre Julliarddaa28862002-04-11 21:54:01 +00002290 } >&5
Alexandre Julliardfc6ffb22006-05-25 20:08:12 +02002291 rm -f core *.core core.conftest.* &&
2292 rm -f -r conftest* confdefs* conf$$* $ac_clean_files &&
Alexandre Julliardf5818d22002-02-14 19:47:29 +00002293 exit $exit_status
Alexandre Julliardfc6ffb22006-05-25 20:08:12 +02002294' 0
Alexandre Julliardf5818d22002-02-14 19:47:29 +00002295for ac_signal in 1 2 13 15; do
Alexandre Julliard25e9e4f2009-08-10 14:27:28 +02002296 trap 'ac_signal='$ac_signal'; as_fn_exit 1' $ac_signal
Alexandre Julliardf5818d22002-02-14 19:47:29 +00002297done
2298ac_signal=0
2299
2300# confdefs.h avoids OS command line length limits that DEFS can exceed.
Alexandre Julliardfc6ffb22006-05-25 20:08:12 +02002301rm -f -r conftest* confdefs.h
Alexandre Julliardf5818d22002-02-14 19:47:29 +00002302
Alexandre Julliard25e9e4f2009-08-10 14:27:28 +02002303$as_echo "/* confdefs.h */" > confdefs.h
2304
Alexandre Julliarddaa28862002-04-11 21:54:01 +00002305# Predefined preprocessor variables.
2306
2307cat >>confdefs.h <<_ACEOF
2308#define PACKAGE_NAME "$PACKAGE_NAME"
2309_ACEOF
2310
Alexandre Julliarddaa28862002-04-11 21:54:01 +00002311cat >>confdefs.h <<_ACEOF
2312#define PACKAGE_TARNAME "$PACKAGE_TARNAME"
2313_ACEOF
2314
Alexandre Julliarddaa28862002-04-11 21:54:01 +00002315cat >>confdefs.h <<_ACEOF
2316#define PACKAGE_VERSION "$PACKAGE_VERSION"
2317_ACEOF
2318
Alexandre Julliarddaa28862002-04-11 21:54:01 +00002319cat >>confdefs.h <<_ACEOF
2320#define PACKAGE_STRING "$PACKAGE_STRING"
2321_ACEOF
2322
Alexandre Julliarddaa28862002-04-11 21:54:01 +00002323cat >>confdefs.h <<_ACEOF
2324#define PACKAGE_BUGREPORT "$PACKAGE_BUGREPORT"
2325_ACEOF
2326
Alexandre Julliard25e9e4f2009-08-10 14:27:28 +02002327cat >>confdefs.h <<_ACEOF
2328#define PACKAGE_URL "$PACKAGE_URL"
2329_ACEOF
2330
Alexandre Julliarddaa28862002-04-11 21:54:01 +00002331
Alexandre Julliardf5818d22002-02-14 19:47:29 +00002332# Let the site file select an alternate cache file if it wants to.
Alexandre Julliardabf50482008-10-31 12:56:53 +01002333# Prefer an explicitly selected file to automatically selected ones.
2334ac_site_file1=NONE
2335ac_site_file2=NONE
Alexandre Julliardfc6ffb22006-05-25 20:08:12 +02002336if test -n "$CONFIG_SITE"; then
Alexandre Julliardabf50482008-10-31 12:56:53 +01002337 ac_site_file1=$CONFIG_SITE
Alexandre Julliardfc6ffb22006-05-25 20:08:12 +02002338elif test "x$prefix" != xNONE; then
Alexandre Julliardabf50482008-10-31 12:56:53 +01002339 ac_site_file1=$prefix/share/config.site
2340 ac_site_file2=$prefix/etc/config.site
Alexandre Julliardfc6ffb22006-05-25 20:08:12 +02002341else
Alexandre Julliardabf50482008-10-31 12:56:53 +01002342 ac_site_file1=$ac_default_prefix/share/config.site
2343 ac_site_file2=$ac_default_prefix/etc/config.site
Alexandre Julliarde2991ea1995-07-29 13:09:43 +00002344fi
Alexandre Julliardabf50482008-10-31 12:56:53 +01002345for ac_site_file in "$ac_site_file1" "$ac_site_file2"
Alexandre Julliardfc6ffb22006-05-25 20:08:12 +02002346do
Alexandre Julliardabf50482008-10-31 12:56:53 +01002347 test "x$ac_site_file" = xNONE && continue
Alexandre Julliarde2991ea1995-07-29 13:09:43 +00002348 if test -r "$ac_site_file"; then
Alexandre Julliard25e9e4f2009-08-10 14:27:28 +02002349 { $as_echo "$as_me:${as_lineno-$LINENO}: loading site script $ac_site_file" >&5
Alexandre Julliardabf50482008-10-31 12:56:53 +01002350$as_echo "$as_me: loading site script $ac_site_file" >&6;}
Alexandre Julliarddaa28862002-04-11 21:54:01 +00002351 sed 's/^/| /' "$ac_site_file" >&5
Alexandre Julliarde2991ea1995-07-29 13:09:43 +00002352 . "$ac_site_file"
2353 fi
2354done
2355
2356if test -r "$cache_file"; then
Alexandre Julliardf5818d22002-02-14 19:47:29 +00002357 # Some versions of bash will fail to source /dev/null (special
2358 # files actually), so we avoid doing that.
2359 if test -f "$cache_file"; then
Alexandre Julliard25e9e4f2009-08-10 14:27:28 +02002360 { $as_echo "$as_me:${as_lineno-$LINENO}: loading cache $cache_file" >&5
Alexandre Julliardabf50482008-10-31 12:56:53 +01002361$as_echo "$as_me: loading cache $cache_file" >&6;}
Alexandre Julliardf5818d22002-02-14 19:47:29 +00002362 case $cache_file in
Jeremy White0ebeb532006-06-20 13:18:41 +02002363 [\\/]* | ?:[\\/]* ) . "$cache_file";;
2364 *) . "./$cache_file";;
Alexandre Julliardf5818d22002-02-14 19:47:29 +00002365 esac
2366 fi
Alexandre Julliarde2991ea1995-07-29 13:09:43 +00002367else
Alexandre Julliard25e9e4f2009-08-10 14:27:28 +02002368 { $as_echo "$as_me:${as_lineno-$LINENO}: creating cache $cache_file" >&5
Alexandre Julliardabf50482008-10-31 12:56:53 +01002369$as_echo "$as_me: creating cache $cache_file" >&6;}
Alexandre Julliardf5818d22002-02-14 19:47:29 +00002370 >$cache_file
2371fi
2372
2373# Check that the precious variables saved in the cache have kept the same
2374# value.
2375ac_cache_corrupted=false
Alexandre Julliardfc6ffb22006-05-25 20:08:12 +02002376for ac_var in $ac_precious_vars; do
Alexandre Julliardf5818d22002-02-14 19:47:29 +00002377 eval ac_old_set=\$ac_cv_env_${ac_var}_set
2378 eval ac_new_set=\$ac_env_${ac_var}_set
Alexandre Julliardfc6ffb22006-05-25 20:08:12 +02002379 eval ac_old_val=\$ac_cv_env_${ac_var}_value
2380 eval ac_new_val=\$ac_env_${ac_var}_value
Alexandre Julliardf5818d22002-02-14 19:47:29 +00002381 case $ac_old_set,$ac_new_set in
2382 set,)
Alexandre Julliard25e9e4f2009-08-10 14:27:28 +02002383 { $as_echo "$as_me:${as_lineno-$LINENO}: error: \`$ac_var' was set to \`$ac_old_val' in the previous run" >&5
Alexandre Julliardabf50482008-10-31 12:56:53 +01002384$as_echo "$as_me: error: \`$ac_var' was set to \`$ac_old_val' in the previous run" >&2;}
Alexandre Julliardf5818d22002-02-14 19:47:29 +00002385 ac_cache_corrupted=: ;;
2386 ,set)
Alexandre Julliard25e9e4f2009-08-10 14:27:28 +02002387 { $as_echo "$as_me:${as_lineno-$LINENO}: error: \`$ac_var' was not set in the previous run" >&5
Alexandre Julliardabf50482008-10-31 12:56:53 +01002388$as_echo "$as_me: error: \`$ac_var' was not set in the previous run" >&2;}
Alexandre Julliardf5818d22002-02-14 19:47:29 +00002389 ac_cache_corrupted=: ;;
2390 ,);;
2391 *)
2392 if test "x$ac_old_val" != "x$ac_new_val"; then
Alexandre Julliardabf50482008-10-31 12:56:53 +01002393 # differences in whitespace do not lead to failure.
2394 ac_old_val_w=`echo x $ac_old_val`
2395 ac_new_val_w=`echo x $ac_new_val`
2396 if test "$ac_old_val_w" != "$ac_new_val_w"; then
Alexandre Julliard25e9e4f2009-08-10 14:27:28 +02002397 { $as_echo "$as_me:${as_lineno-$LINENO}: error: \`$ac_var' has changed since the previous run:" >&5
Alexandre Julliardabf50482008-10-31 12:56:53 +01002398$as_echo "$as_me: error: \`$ac_var' has changed since the previous run:" >&2;}
2399 ac_cache_corrupted=:
2400 else
Alexandre Julliard25e9e4f2009-08-10 14:27:28 +02002401 { $as_echo "$as_me:${as_lineno-$LINENO}: warning: ignoring whitespace changes in \`$ac_var' since the previous run:" >&5
Alexandre Julliardabf50482008-10-31 12:56:53 +01002402$as_echo "$as_me: warning: ignoring whitespace changes in \`$ac_var' since the previous run:" >&2;}
2403 eval $ac_var=\$ac_old_val
2404 fi
Alexandre Julliard25e9e4f2009-08-10 14:27:28 +02002405 { $as_echo "$as_me:${as_lineno-$LINENO}: former value: \`$ac_old_val'" >&5
Alexandre Julliardabf50482008-10-31 12:56:53 +01002406$as_echo "$as_me: former value: \`$ac_old_val'" >&2;}
Alexandre Julliard25e9e4f2009-08-10 14:27:28 +02002407 { $as_echo "$as_me:${as_lineno-$LINENO}: current value: \`$ac_new_val'" >&5
Alexandre Julliardabf50482008-10-31 12:56:53 +01002408$as_echo "$as_me: current value: \`$ac_new_val'" >&2;}
Alexandre Julliardf5818d22002-02-14 19:47:29 +00002409 fi;;
2410 esac
Alexandre Julliarddaa28862002-04-11 21:54:01 +00002411 # Pass precious variables to config.status.
Alexandre Julliardf5818d22002-02-14 19:47:29 +00002412 if test "$ac_new_set" = set; then
2413 case $ac_new_val in
Alexandre Julliardabf50482008-10-31 12:56:53 +01002414 *\'*) ac_arg=$ac_var=`$as_echo "$ac_new_val" | sed "s/'/'\\\\\\\\''/g"` ;;
Alexandre Julliarddaa28862002-04-11 21:54:01 +00002415 *) ac_arg=$ac_var=$ac_new_val ;;
2416 esac
2417 case " $ac_configure_args " in
2418 *" '$ac_arg' "*) ;; # Avoid dups. Use of quotes ensures accuracy.
Alexandre Julliard25e9e4f2009-08-10 14:27:28 +02002419 *) as_fn_append ac_configure_args " '$ac_arg'" ;;
Alexandre Julliardf5818d22002-02-14 19:47:29 +00002420 esac
2421 fi
2422done
2423if $ac_cache_corrupted; then
Alexandre Julliard25e9e4f2009-08-10 14:27:28 +02002424 { $as_echo "$as_me:${as_lineno-$LINENO}: error: in \`$ac_pwd':" >&5
Alexandre Julliardabf50482008-10-31 12:56:53 +01002425$as_echo "$as_me: error: in \`$ac_pwd':" >&2;}
Alexandre Julliard25e9e4f2009-08-10 14:27:28 +02002426 { $as_echo "$as_me:${as_lineno-$LINENO}: error: changes in the environment can compromise the build" >&5
Alexandre Julliardabf50482008-10-31 12:56:53 +01002427$as_echo "$as_me: error: changes in the environment can compromise the build" >&2;}
Alexandre Julliard25e9e4f2009-08-10 14:27:28 +02002428 as_fn_error "run \`make distclean' and/or \`rm $cache_file' and start over" "$LINENO" 5
Alexandre Julliarde2991ea1995-07-29 13:09:43 +00002429fi
Alexandre Julliard25e9e4f2009-08-10 14:27:28 +02002430## -------------------- ##
2431## Main body of script. ##
2432## -------------------- ##
Alexandre Julliardfc6ffb22006-05-25 20:08:12 +02002433
Alexandre Julliarde2991ea1995-07-29 13:09:43 +00002434ac_ext=c
Alexandre Julliardb817f4f1996-03-14 18:08:34 +00002435ac_cpp='$CPP $CPPFLAGS'
Alexandre Julliardf5818d22002-02-14 19:47:29 +00002436ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
2437ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
2438ac_compiler_gnu=$ac_cv_c_compiler_gnu
Alexandre Julliarde2991ea1995-07-29 13:09:43 +00002439
Alexandre Julliarddaa28862002-04-11 21:54:01 +00002440
2441
Alexandre Julliardfc6ffb22006-05-25 20:08:12 +02002442ac_config_headers="$ac_config_headers include/config.h"
Alexandre Julliard18f92e71996-07-17 20:02:21 +00002443
Alexandre Julliardd7d4fdf1995-12-26 15:05:24 +00002444ac_aux_dir=
Jeremy White0ebeb532006-06-20 13:18:41 +02002445for ac_dir in tools "$srcdir"/tools; do
Alexandre Julliard25e9e4f2009-08-10 14:27:28 +02002446 for ac_t in install-sh install.sh shtool; do
2447 if test -f "$ac_dir/$ac_t"; then
2448 ac_aux_dir=$ac_dir
2449 ac_install_sh="$ac_aux_dir/$ac_t -c"
2450 break 2
2451 fi
2452 done
Alexandre Julliardd7d4fdf1995-12-26 15:05:24 +00002453done
2454if test -z "$ac_aux_dir"; then
Alexandre Julliard25e9e4f2009-08-10 14:27:28 +02002455 as_fn_error "cannot find install-sh, install.sh, or shtool in tools \"$srcdir\"/tools" "$LINENO" 5
Alexandre Julliardd7d4fdf1995-12-26 15:05:24 +00002456fi
Jeremy White0ebeb532006-06-20 13:18:41 +02002457
2458# These three variables are undocumented and unsupported,
2459# and are intended to be withdrawn in a future Autoconf release.
2460# They can cause serious problems if a builder's source tree is in a directory
2461# whose full name contains unusual characters.
2462ac_config_guess="$SHELL $ac_aux_dir/config.guess" # Please don't use this var.
2463ac_config_sub="$SHELL $ac_aux_dir/config.sub" # Please don't use this var.
2464ac_configure="$SHELL $ac_aux_dir/configure" # Please don't use this var.
2465
Howard Abrams13277481999-07-10 13:16:29 +00002466
Alexandre Julliarddaa28862002-04-11 21:54:01 +00002467
2468
Alexandre Julliardfc6ffb22006-05-25 20:08:12 +02002469# Check whether --enable-win16 was given.
Alexandre Julliard25e9e4f2009-08-10 14:27:28 +02002470if test "${enable_win16+set}" = set; then :
Alexandre Julliardfc6ffb22006-05-25 20:08:12 +02002471 enableval=$enable_win16;
2472fi
Alexandre Julliardc728efc2002-10-02 02:34:09 +00002473
Alexandre Julliardfc6ffb22006-05-25 20:08:12 +02002474# Check whether --enable-win64 was given.
Alexandre Julliard25e9e4f2009-08-10 14:27:28 +02002475if test "${enable_win64+set}" = set; then :
Alexandre Julliardfc6ffb22006-05-25 20:08:12 +02002476 enableval=$enable_win64;
2477fi
Alexandre Julliardb8074992002-11-21 21:51:24 +00002478
Alexandre Julliard35078f42008-11-21 10:16:12 +01002479# Check whether --enable-tests was given.
Alexandre Julliard25e9e4f2009-08-10 14:27:28 +02002480if test "${enable_tests+set}" = set; then :
Alexandre Julliard35078f42008-11-21 10:16:12 +01002481 enableval=$enable_tests;
2482fi
2483
Alexandre Julliard9d037222008-03-20 13:00:12 +01002484# Check whether --enable-maintainer-mode was given.
Alexandre Julliard25e9e4f2009-08-10 14:27:28 +02002485if test "${enable_maintainer_mode+set}" = set; then :
Alexandre Julliard9d037222008-03-20 13:00:12 +01002486 enableval=$enable_maintainer_mode;
2487else
2488 MAINTAINER_MODE=\#
2489
2490fi
2491
Alexandre Julliardb8074992002-11-21 21:51:24 +00002492
Alexandre Julliardfc6ffb22006-05-25 20:08:12 +02002493
Alexandre Julliarda41f0f12008-01-07 14:51:44 +01002494# Check whether --with-alsa was given.
Alexandre Julliard25e9e4f2009-08-10 14:27:28 +02002495if test "${with_alsa+set}" = set; then :
Alexandre Julliarda41f0f12008-01-07 14:51:44 +01002496 withval=$with_alsa; if test "x$withval" = "xno"; then ac_cv_header_sys_asoundlib_h=no; ac_cv_header_alsa_asoundlib_h=no; fi
2497fi
2498
2499
2500# Check whether --with-audioio was given.
Alexandre Julliard25e9e4f2009-08-10 14:27:28 +02002501if test "${with_audioio+set}" = set; then :
Alexandre Julliarda41f0f12008-01-07 14:51:44 +01002502 withval=$with_audioio; if test "x$withval" = "xno"; then ac_cv_header_libaudioio_h=no; fi
2503fi
2504
2505
2506# Check whether --with-capi was given.
Alexandre Julliard25e9e4f2009-08-10 14:27:28 +02002507if test "${with_capi+set}" = set; then :
Alexandre Julliarda41f0f12008-01-07 14:51:44 +01002508 withval=$with_capi; if test "x$withval" = "xno"; then ac_cv_header_capi20_h=no; ac_cv_header_linux_capi_h=no; fi
2509fi
2510
2511
2512# Check whether --with-cms was given.
Alexandre Julliard25e9e4f2009-08-10 14:27:28 +02002513if test "${with_cms+set}" = set; then :
Alexandre Julliarda41f0f12008-01-07 14:51:44 +01002514 withval=$with_cms; if test "x$withval" = "xno"; then ac_cv_header_lcms_h=no; ac_cv_header_lcms_lcms_h=no; fi
2515fi
2516
2517
2518# Check whether --with-coreaudio was given.
Alexandre Julliard25e9e4f2009-08-10 14:27:28 +02002519if test "${with_coreaudio+set}" = set; then :
Alexandre Julliarda41f0f12008-01-07 14:51:44 +01002520 withval=$with_coreaudio; if test "x$withval" = "xno"; then ac_cv_header_CoreAudio_CoreAudio_h=no; fi
2521fi
2522
2523
2524# Check whether --with-cups was given.
Alexandre Julliard25e9e4f2009-08-10 14:27:28 +02002525if test "${with_cups+set}" = set; then :
Francois Gouget289ea332008-07-24 16:09:07 +02002526 withval=$with_cups;
Alexandre Julliarda41f0f12008-01-07 14:51:44 +01002527fi
2528
2529
2530# Check whether --with-curses was given.
Alexandre Julliard25e9e4f2009-08-10 14:27:28 +02002531if test "${with_curses+set}" = set; then :
Alexandre Julliarda41f0f12008-01-07 14:51:44 +01002532 withval=$with_curses; if test "x$withval" = "xno"; then ac_cv_header_ncurses_h=no; ac_cv_header_curses_h=no; fi
2533fi
2534
2535
2536# Check whether --with-esd was given.
Alexandre Julliard25e9e4f2009-08-10 14:27:28 +02002537if test "${with_esd+set}" = set; then :
Alexandre Julliarda41f0f12008-01-07 14:51:44 +01002538 withval=$with_esd;
2539fi
2540
2541
2542# Check whether --with-fontconfig was given.
Alexandre Julliard25e9e4f2009-08-10 14:27:28 +02002543if test "${with_fontconfig+set}" = set; then :
Alexandre Julliarda41f0f12008-01-07 14:51:44 +01002544 withval=$with_fontconfig; if test "x$withval" = "xno"; then ac_cv_header_fontconfig_fontconfig_h=no; fi
2545fi
2546
2547
Alexandre Julliarda20c0e12008-05-21 14:55:53 +02002548# Check whether --with-freetype was given.
Alexandre Julliard25e9e4f2009-08-10 14:27:28 +02002549if test "${with_freetype+set}" = set; then :
Alexandre Julliarda20c0e12008-05-21 14:55:53 +02002550 withval=$with_freetype;
2551fi
2552
2553
Alexandre Julliarda41f0f12008-01-07 14:51:44 +01002554# Check whether --with-gphoto was given.
Alexandre Julliard25e9e4f2009-08-10 14:27:28 +02002555if test "${with_gphoto+set}" = set; then :
Alexandre Julliarda41f0f12008-01-07 14:51:44 +01002556 withval=$with_gphoto;
2557fi
2558
2559
Alexandre Julliardad798732008-05-01 13:29:02 +02002560# Check whether --with-glu was given.
Alexandre Julliard25e9e4f2009-08-10 14:27:28 +02002561if test "${with_glu+set}" = set; then :
Alexandre Julliardad798732008-05-01 13:29:02 +02002562 withval=$with_glu; if test "x$withval" = "xno"; then ac_cv_header_GL_glu_h=no; fi
2563fi
2564
2565
Henri Verbeet874c9ef2008-09-22 22:13:19 +02002566# Check whether --with-gnutls was given.
Alexandre Julliard25e9e4f2009-08-10 14:27:28 +02002567if test "${with_gnutls+set}" = set; then :
Henri Verbeet874c9ef2008-09-22 22:13:19 +02002568 withval=$with_gnutls;
2569fi
2570
2571
Alexandre Julliard6ce32e02009-08-19 15:53:04 +02002572# Check whether --with-gsm was given.
2573if test "${with_gsm+set}" = set; then :
2574 withval=$with_gsm; if test "x$withval" = "xno"; then ac_cv_header_gsm_h=no; ac_cv_header_gsm_gsm_h=no; fi
Maarten Lankhorst58b5a3f2009-08-03 15:48:32 +02002575fi
2576
2577
Alexandre Julliarda41f0f12008-01-07 14:51:44 +01002578# Check whether --with-hal was given.
Alexandre Julliard25e9e4f2009-08-10 14:27:28 +02002579if test "${with_hal+set}" = set; then :
Alexandre Julliarda41f0f12008-01-07 14:51:44 +01002580 withval=$with_hal;
2581fi
2582
2583
2584# Check whether --with-jack was given.
Alexandre Julliard25e9e4f2009-08-10 14:27:28 +02002585if test "${with_jack+set}" = set; then :
Alexandre Julliarda41f0f12008-01-07 14:51:44 +01002586 withval=$with_jack; if test "x$withval" = "xno"; then ac_cv_header_jack_jack_h=no; fi
2587fi
2588
2589
2590# Check whether --with-jpeg was given.
Alexandre Julliard25e9e4f2009-08-10 14:27:28 +02002591if test "${with_jpeg+set}" = set; then :
Alexandre Julliarda41f0f12008-01-07 14:51:44 +01002592 withval=$with_jpeg; if test "x$withval" = "xno"; then ac_cv_header_jpeglib_h=no; fi
2593fi
2594
2595
2596# Check whether --with-ldap was given.
Alexandre Julliard25e9e4f2009-08-10 14:27:28 +02002597if test "${with_ldap+set}" = set; then :
Alexandre Julliarda41f0f12008-01-07 14:51:44 +01002598 withval=$with_ldap; if test "x$withval" = "xno"; then ac_cv_header_ldap_h=no; ac_cv_header_lber_h=no; fi
2599fi
2600
2601
2602# Check whether --with-nas was given.
Alexandre Julliard25e9e4f2009-08-10 14:27:28 +02002603if test "${with_nas+set}" = set; then :
Alexandre Julliarda41f0f12008-01-07 14:51:44 +01002604 withval=$with_nas; if test "x$withval" = "xno"; then ac_cv_header_audio_audiolib_h=no; fi
2605fi
2606
2607
Alexandre Julliardfc6ffb22006-05-25 20:08:12 +02002608# Check whether --with-opengl was given.
Alexandre Julliard25e9e4f2009-08-10 14:27:28 +02002609if test "${with_opengl+set}" = set; then :
Alexandre Julliardfc6ffb22006-05-25 20:08:12 +02002610 withval=$with_opengl;
2611fi
Alexandre Julliardf5818d22002-02-14 19:47:29 +00002612
Alexandre Julliardf90efa91998-06-14 15:24:15 +00002613
Alexandre Julliarda41f0f12008-01-07 14:51:44 +01002614# Check whether --with-openssl was given.
Alexandre Julliard25e9e4f2009-08-10 14:27:28 +02002615if test "${with_openssl+set}" = set; then :
Alexandre Julliarda41f0f12008-01-07 14:51:44 +01002616 withval=$with_openssl; if test "x$withval" = "xno"; then ac_cv_header_openssl_err_h=no; ac_cv_header_openssl_ssl_h=no; fi
2617fi
2618
2619
2620# Check whether --with-oss was given.
Alexandre Julliard25e9e4f2009-08-10 14:27:28 +02002621if test "${with_oss+set}" = set; then :
Alexandre Julliarda41f0f12008-01-07 14:51:44 +01002622 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
2623fi
2624
2625
2626# Check whether --with-png was given.
Alexandre Julliard25e9e4f2009-08-10 14:27:28 +02002627if test "${with_png+set}" = set; then :
Alexandre Julliarda41f0f12008-01-07 14:51:44 +01002628 withval=$with_png; if test "x$withval" = "xno"; then ac_cv_header_png_h=no; fi
2629fi
2630
2631
Alexandre Julliardc891f6b2009-02-11 20:41:50 +01002632# Check whether --with-pthread was given.
Alexandre Julliard25e9e4f2009-08-10 14:27:28 +02002633if test "${with_pthread+set}" = set; then :
Alexandre Julliardc891f6b2009-02-11 20:41:50 +01002634 withval=$with_pthread; if test "x$withval" = "xno"; then ac_cv_header_pthread_h=no; fi
2635fi
2636
2637
Alexandre Julliarda41f0f12008-01-07 14:51:44 +01002638# Check whether --with-sane was given.
Alexandre Julliard25e9e4f2009-08-10 14:27:28 +02002639if test "${with_sane+set}" = set; then :
Alexandre Julliarda41f0f12008-01-07 14:51:44 +01002640 withval=$with_sane;
2641fi
2642
2643
2644# Check whether --with-xcomposite was given.
Alexandre Julliard25e9e4f2009-08-10 14:27:28 +02002645if test "${with_xcomposite+set}" = set; then :
Alexandre Julliarda41f0f12008-01-07 14:51:44 +01002646 withval=$with_xcomposite; if test "x$withval" = "xno"; then ac_cv_header_X11_extensions_Xcomposite_h=no; fi
2647fi
2648
2649
2650# Check whether --with-xcursor was given.
Alexandre Julliard25e9e4f2009-08-10 14:27:28 +02002651if test "${with_xcursor+set}" = set; then :
Alexandre Julliarda41f0f12008-01-07 14:51:44 +01002652 withval=$with_xcursor; if test "x$withval" = "xno"; then ac_cv_header_X11_Xcursor_Xcursor_h=no; fi
2653fi
2654
2655
2656# Check whether --with-xinerama was given.
Alexandre Julliard25e9e4f2009-08-10 14:27:28 +02002657if test "${with_xinerama+set}" = set; then :
Alexandre Julliarda41f0f12008-01-07 14:51:44 +01002658 withval=$with_xinerama; if test "x$withval" = "xno"; then ac_cv_header_X11_extensions_Xinerama_h=no; fi
2659fi
2660
2661
2662# Check whether --with-xinput was given.
Alexandre Julliard25e9e4f2009-08-10 14:27:28 +02002663if test "${with_xinput+set}" = set; then :
Alexandre Julliarda41f0f12008-01-07 14:51:44 +01002664 withval=$with_xinput; if test "x$withval" = "xno"; then ac_cv_header_X11_extensions_XInput_h=no; fi
2665fi
2666
2667
2668# Check whether --with-xml was given.
Alexandre Julliard25e9e4f2009-08-10 14:27:28 +02002669if test "${with_xml+set}" = set; then :
Alexandre Julliarda41f0f12008-01-07 14:51:44 +01002670 withval=$with_xml;
2671fi
2672
2673
2674# Check whether --with-xrandr was given.
Alexandre Julliard25e9e4f2009-08-10 14:27:28 +02002675if test "${with_xrandr+set}" = set; then :
Alexandre Julliarda41f0f12008-01-07 14:51:44 +01002676 withval=$with_xrandr; if test "x$withval" = "xno"; then ac_cv_header_X11_extensions_Xrandr_h=no; fi
2677fi
2678
2679
2680# Check whether --with-xrender was given.
Alexandre Julliard25e9e4f2009-08-10 14:27:28 +02002681if test "${with_xrender+set}" = set; then :
Alexandre Julliarda41f0f12008-01-07 14:51:44 +01002682 withval=$with_xrender; if test "x$withval" = "xno"; then ac_cv_header_X11_extensions_Xrender_h=no; fi
2683fi
2684
2685
2686# Check whether --with-xshape was given.
Alexandre Julliard25e9e4f2009-08-10 14:27:28 +02002687if test "${with_xshape+set}" = set; then :
Alexandre Julliarda41f0f12008-01-07 14:51:44 +01002688 withval=$with_xshape; if test "x$withval" = "xno"; then ac_cv_header_X11_extensions_shape_h=no; fi
2689fi
2690
2691
2692# Check whether --with-xshm was given.
Alexandre Julliard25e9e4f2009-08-10 14:27:28 +02002693if test "${with_xshm+set}" = set; then :
Alexandre Julliarda41f0f12008-01-07 14:51:44 +01002694 withval=$with_xshm; if test "x$withval" = "xno"; then ac_cv_header_X11_extensions_XShm_h=no; fi
2695fi
2696
2697
2698# Check whether --with-xslt was given.
Alexandre Julliard25e9e4f2009-08-10 14:27:28 +02002699if test "${with_xslt+set}" = set; then :
Alexandre Julliarda41f0f12008-01-07 14:51:44 +01002700 withval=$with_xslt;
2701fi
2702
2703
Francois Gougeta49beb42008-06-26 14:02:17 +02002704# Check whether --with-xxf86vm was given.
Alexandre Julliard25e9e4f2009-08-10 14:27:28 +02002705if test "${with_xxf86vm+set}" = set; then :
Francois Gougeta49beb42008-06-26 14:02:17 +02002706 withval=$with_xxf86vm; if test "x$withval" = "xno"; then ac_cv_header_X11_extensions_xf86vmode_h=no; fi
Alexandre Julliarda41f0f12008-01-07 14:51:44 +01002707fi
2708
2709
2710
Alexandre Julliardfc6ffb22006-05-25 20:08:12 +02002711# Check whether --with-wine-tools was given.
Alexandre Julliard25e9e4f2009-08-10 14:27:28 +02002712if test "${with_wine_tools+set}" = set; then :
Alexandre Julliardfc6ffb22006-05-25 20:08:12 +02002713 withval=$with_wine_tools;
2714fi
Alexandre Julliardfc01b722002-05-12 03:16:39 +00002715
Alexandre Julliardfc01b722002-05-12 03:16:39 +00002716
Alexandre Julliard39a75d32009-08-13 19:45:31 +02002717# Check whether --with-wine64 was given.
2718if test "${with_wine64+set}" = set; then :
2719 withval=$with_wine64;
2720fi
2721
2722
Alexandre Julliardf5818d22002-02-14 19:47:29 +00002723# Make sure we can run config.sub.
Jeremy White0ebeb532006-06-20 13:18:41 +02002724$SHELL "$ac_aux_dir/config.sub" sun4 >/dev/null 2>&1 ||
Alexandre Julliard25e9e4f2009-08-10 14:27:28 +02002725 as_fn_error "cannot run $SHELL $ac_aux_dir/config.sub" "$LINENO" 5
Alexandre Julliarda0b2b1d1997-11-16 17:38:29 +00002726
Alexandre Julliard25e9e4f2009-08-10 14:27:28 +02002727{ $as_echo "$as_me:${as_lineno-$LINENO}: checking build system type" >&5
Alexandre Julliardabf50482008-10-31 12:56:53 +01002728$as_echo_n "checking build system type... " >&6; }
Alexandre Julliard25e9e4f2009-08-10 14:27:28 +02002729if test "${ac_cv_build+set}" = set; then :
Alexandre Julliardabf50482008-10-31 12:56:53 +01002730 $as_echo_n "(cached) " >&6
Alexandre Julliarde2991ea1995-07-29 13:09:43 +00002731else
Alexandre Julliardfc6ffb22006-05-25 20:08:12 +02002732 ac_build_alias=$build_alias
2733test "x$ac_build_alias" = x &&
Jeremy White0ebeb532006-06-20 13:18:41 +02002734 ac_build_alias=`$SHELL "$ac_aux_dir/config.guess"`
Alexandre Julliardfc6ffb22006-05-25 20:08:12 +02002735test "x$ac_build_alias" = x &&
Alexandre Julliard25e9e4f2009-08-10 14:27:28 +02002736 as_fn_error "cannot guess build type; you must specify one" "$LINENO" 5
Jeremy White0ebeb532006-06-20 13:18:41 +02002737ac_cv_build=`$SHELL "$ac_aux_dir/config.sub" $ac_build_alias` ||
Alexandre Julliard25e9e4f2009-08-10 14:27:28 +02002738 as_fn_error "$SHELL $ac_aux_dir/config.sub $ac_build_alias failed" "$LINENO" 5
Alexandre Julliardf5818d22002-02-14 19:47:29 +00002739
2740fi
Alexandre Julliard25e9e4f2009-08-10 14:27:28 +02002741{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_build" >&5
Alexandre Julliardabf50482008-10-31 12:56:53 +01002742$as_echo "$ac_cv_build" >&6; }
Alexandre Julliardfc6ffb22006-05-25 20:08:12 +02002743case $ac_cv_build in
2744*-*-*) ;;
Alexandre Julliard25e9e4f2009-08-10 14:27:28 +02002745*) as_fn_error "invalid value of canonical build" "$LINENO" 5;;
Alexandre Julliardfc6ffb22006-05-25 20:08:12 +02002746esac
Alexandre Julliardf5818d22002-02-14 19:47:29 +00002747build=$ac_cv_build
Alexandre Julliardfc6ffb22006-05-25 20:08:12 +02002748ac_save_IFS=$IFS; IFS='-'
2749set x $ac_cv_build
2750shift
2751build_cpu=$1
2752build_vendor=$2
2753shift; shift
2754# Remember, the first character of IFS is used to create $*,
2755# except with old shells:
2756build_os=$*
2757IFS=$ac_save_IFS
2758case $build_os in *\ *) build_os=`echo "$build_os" | sed 's/ /-/g'`;; esac
Alexandre Julliardf5818d22002-02-14 19:47:29 +00002759
Alexandre Julliarddaa28862002-04-11 21:54:01 +00002760
Alexandre Julliard25e9e4f2009-08-10 14:27:28 +02002761{ $as_echo "$as_me:${as_lineno-$LINENO}: checking host system type" >&5
Alexandre Julliardabf50482008-10-31 12:56:53 +01002762$as_echo_n "checking host system type... " >&6; }
Alexandre Julliard25e9e4f2009-08-10 14:27:28 +02002763if test "${ac_cv_host+set}" = set; then :
Alexandre Julliardabf50482008-10-31 12:56:53 +01002764 $as_echo_n "(cached) " >&6
Alexandre Julliardf5818d22002-02-14 19:47:29 +00002765else
Alexandre Julliardfc6ffb22006-05-25 20:08:12 +02002766 if test "x$host_alias" = x; then
2767 ac_cv_host=$ac_cv_build
2768else
Jeremy White0ebeb532006-06-20 13:18:41 +02002769 ac_cv_host=`$SHELL "$ac_aux_dir/config.sub" $host_alias` ||
Alexandre Julliard25e9e4f2009-08-10 14:27:28 +02002770 as_fn_error "$SHELL $ac_aux_dir/config.sub $host_alias failed" "$LINENO" 5
Alexandre Julliardfc6ffb22006-05-25 20:08:12 +02002771fi
Alexandre Julliardf5818d22002-02-14 19:47:29 +00002772
2773fi
Alexandre Julliard25e9e4f2009-08-10 14:27:28 +02002774{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_host" >&5
Alexandre Julliardabf50482008-10-31 12:56:53 +01002775$as_echo "$ac_cv_host" >&6; }
Alexandre Julliardfc6ffb22006-05-25 20:08:12 +02002776case $ac_cv_host in
2777*-*-*) ;;
Alexandre Julliard25e9e4f2009-08-10 14:27:28 +02002778*) as_fn_error "invalid value of canonical host" "$LINENO" 5;;
Alexandre Julliardfc6ffb22006-05-25 20:08:12 +02002779esac
Alexandre Julliardf5818d22002-02-14 19:47:29 +00002780host=$ac_cv_host
Alexandre Julliardfc6ffb22006-05-25 20:08:12 +02002781ac_save_IFS=$IFS; IFS='-'
2782set x $ac_cv_host
2783shift
2784host_cpu=$1
2785host_vendor=$2
2786shift; shift
2787# Remember, the first character of IFS is used to create $*,
2788# except with old shells:
2789host_os=$*
2790IFS=$ac_save_IFS
2791case $host_os in *\ *) host_os=`echo "$host_os" | sed 's/ /-/g'`;; esac
Alexandre Julliardf5818d22002-02-14 19:47:29 +00002792
Alexandre Julliarddaa28862002-04-11 21:54:01 +00002793
Alexandre Julliard71440f32005-05-19 14:28:17 +00002794
Alexandre Julliard73b724e2006-12-28 11:40:19 +01002795case "$srcdir" in
2796 .) ;;
2797 *) if test -f "$srcdir/Makefile" -o -f "$srcdir/include/config.h"; then
Alexandre Julliard25e9e4f2009-08-10 14:27:28 +02002798 as_fn_error "you are building out of the source tree, but the source tree contains object files.
2799You need to run 'make distclean' in the source tree first." "$LINENO" 5
Alexandre Julliard73b724e2006-12-28 11:40:19 +01002800 fi ;;
2801esac
2802
Alexandre Julliard71440f32005-05-19 14:28:17 +00002803
Alexandre Julliard25e9e4f2009-08-10 14:27:28 +02002804{ $as_echo "$as_me:${as_lineno-$LINENO}: checking whether ${MAKE-make} sets \$(MAKE)" >&5
Alexandre Julliardabf50482008-10-31 12:56:53 +01002805$as_echo_n "checking whether ${MAKE-make} sets \$(MAKE)... " >&6; }
2806set x ${MAKE-make}
2807ac_make=`$as_echo "$2" | sed 's/+/p/g; s/[^a-zA-Z0-9_]/_/g'`
Alexandre Julliard25e9e4f2009-08-10 14:27:28 +02002808if { as_var=ac_cv_prog_make_${ac_make}_set; eval "test \"\${$as_var+set}\" = set"; }; then :
Alexandre Julliardabf50482008-10-31 12:56:53 +01002809 $as_echo_n "(cached) " >&6
Alexandre Julliardf5818d22002-02-14 19:47:29 +00002810else
Alexandre Julliarddaa28862002-04-11 21:54:01 +00002811 cat >conftest.make <<\_ACEOF
Alexandre Julliardfc6ffb22006-05-25 20:08:12 +02002812SHELL = /bin/sh
Alexandre Julliarde2991ea1995-07-29 13:09:43 +00002813all:
Jeremy White0ebeb532006-06-20 13:18:41 +02002814 @echo '@@@%%%=$(MAKE)=@@@%%%'
Alexandre Julliarddaa28862002-04-11 21:54:01 +00002815_ACEOF
Alexandre Julliarde2991ea1995-07-29 13:09:43 +00002816# GNU make sometimes prints "make[1]: Entering...", which would confuse us.
Jeremy White0ebeb532006-06-20 13:18:41 +02002817case `${MAKE-make} -f conftest.make 2>/dev/null` in
2818 *@@@%%%=?*=@@@%%%*)
2819 eval ac_cv_prog_make_${ac_make}_set=yes;;
2820 *)
2821 eval ac_cv_prog_make_${ac_make}_set=no;;
2822esac
Alexandre Julliardf5818d22002-02-14 19:47:29 +00002823rm -f conftest.make
Alexandre Julliarde2991ea1995-07-29 13:09:43 +00002824fi
Jeremy White0ebeb532006-06-20 13:18:41 +02002825if eval test \$ac_cv_prog_make_${ac_make}_set = yes; then
Alexandre Julliard25e9e4f2009-08-10 14:27:28 +02002826 { $as_echo "$as_me:${as_lineno-$LINENO}: result: yes" >&5
Alexandre Julliardabf50482008-10-31 12:56:53 +01002827$as_echo "yes" >&6; }
Alexandre Julliarde2991ea1995-07-29 13:09:43 +00002828 SET_MAKE=
2829else
Alexandre Julliard25e9e4f2009-08-10 14:27:28 +02002830 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
Alexandre Julliardabf50482008-10-31 12:56:53 +01002831$as_echo "no" >&6; }
Alexandre Julliarde2991ea1995-07-29 13:09:43 +00002832 SET_MAKE="MAKE=${MAKE-make}"
2833fi
2834
Alexandre Julliardf5818d22002-02-14 19:47:29 +00002835ac_ext=c
2836ac_cpp='$CPP $CPPFLAGS'
2837ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
2838ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
2839ac_compiler_gnu=$ac_cv_c_compiler_gnu
2840if test -n "$ac_tool_prefix"; then
2841 # Extract the first word of "${ac_tool_prefix}gcc", so it can be a program name with args.
2842set dummy ${ac_tool_prefix}gcc; ac_word=$2
Alexandre Julliard25e9e4f2009-08-10 14:27:28 +02002843{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
Alexandre Julliardabf50482008-10-31 12:56:53 +01002844$as_echo_n "checking for $ac_word... " >&6; }
Alexandre Julliard25e9e4f2009-08-10 14:27:28 +02002845if test "${ac_cv_prog_CC+set}" = set; then :
Alexandre Julliardabf50482008-10-31 12:56:53 +01002846 $as_echo_n "(cached) " >&6
Alexandre Julliarde2991ea1995-07-29 13:09:43 +00002847else
2848 if test -n "$CC"; then
2849 ac_cv_prog_CC="$CC" # Let the user override the test.
2850else
Alexandre Julliarddaa28862002-04-11 21:54:01 +00002851as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
2852for as_dir in $PATH
2853do
2854 IFS=$as_save_IFS
2855 test -z "$as_dir" && as_dir=.
Alexandre Julliard25e9e4f2009-08-10 14:27:28 +02002856 for ac_exec_ext in '' $ac_executable_extensions; do
Alexandre Julliarddc9f3842006-12-19 16:17:09 +01002857 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
Alexandre Julliarddaa28862002-04-11 21:54:01 +00002858 ac_cv_prog_CC="${ac_tool_prefix}gcc"
Alexandre Julliard25e9e4f2009-08-10 14:27:28 +02002859 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
Alexandre Julliarddaa28862002-04-11 21:54:01 +00002860 break 2
2861 fi
2862done
Alexandre Julliard25e9e4f2009-08-10 14:27:28 +02002863 done
Alexandre Julliardfc6ffb22006-05-25 20:08:12 +02002864IFS=$as_save_IFS
Alexandre Julliardf5818d22002-02-14 19:47:29 +00002865
Alexandre Julliarde2991ea1995-07-29 13:09:43 +00002866fi
2867fi
Alexandre Julliardf5818d22002-02-14 19:47:29 +00002868CC=$ac_cv_prog_CC
Alexandre Julliarde2991ea1995-07-29 13:09:43 +00002869if test -n "$CC"; then
Alexandre Julliard25e9e4f2009-08-10 14:27:28 +02002870 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $CC" >&5
Alexandre Julliardabf50482008-10-31 12:56:53 +01002871$as_echo "$CC" >&6; }
Alexandre Julliarde2991ea1995-07-29 13:09:43 +00002872else
Alexandre Julliard25e9e4f2009-08-10 14:27:28 +02002873 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
Alexandre Julliardabf50482008-10-31 12:56:53 +01002874$as_echo "no" >&6; }
Alexandre Julliardf5818d22002-02-14 19:47:29 +00002875fi
2876
Alexandre Julliardfc6ffb22006-05-25 20:08:12 +02002877
Alexandre Julliardf5818d22002-02-14 19:47:29 +00002878fi
2879if test -z "$ac_cv_prog_CC"; then
2880 ac_ct_CC=$CC
2881 # Extract the first word of "gcc", so it can be a program name with args.
2882set dummy gcc; ac_word=$2
Alexandre Julliard25e9e4f2009-08-10 14:27:28 +02002883{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
Alexandre Julliardabf50482008-10-31 12:56:53 +01002884$as_echo_n "checking for $ac_word... " >&6; }
Alexandre Julliard25e9e4f2009-08-10 14:27:28 +02002885if test "${ac_cv_prog_ac_ct_CC+set}" = set; then :
Alexandre Julliardabf50482008-10-31 12:56:53 +01002886 $as_echo_n "(cached) " >&6
Alexandre Julliardf5818d22002-02-14 19:47:29 +00002887else
2888 if test -n "$ac_ct_CC"; then
2889 ac_cv_prog_ac_ct_CC="$ac_ct_CC" # Let the user override the test.
2890else
Alexandre Julliarddaa28862002-04-11 21:54:01 +00002891as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
2892for as_dir in $PATH
2893do
2894 IFS=$as_save_IFS
2895 test -z "$as_dir" && as_dir=.
Alexandre Julliard25e9e4f2009-08-10 14:27:28 +02002896 for ac_exec_ext in '' $ac_executable_extensions; do
Alexandre Julliarddc9f3842006-12-19 16:17:09 +01002897 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
Alexandre Julliarddaa28862002-04-11 21:54:01 +00002898 ac_cv_prog_ac_ct_CC="gcc"
Alexandre Julliard25e9e4f2009-08-10 14:27:28 +02002899 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
Alexandre Julliarddaa28862002-04-11 21:54:01 +00002900 break 2
2901 fi
2902done
Alexandre Julliard25e9e4f2009-08-10 14:27:28 +02002903 done
Alexandre Julliardfc6ffb22006-05-25 20:08:12 +02002904IFS=$as_save_IFS
Alexandre Julliardf5818d22002-02-14 19:47:29 +00002905
2906fi
2907fi
2908ac_ct_CC=$ac_cv_prog_ac_ct_CC
2909if test -n "$ac_ct_CC"; then
Alexandre Julliard25e9e4f2009-08-10 14:27:28 +02002910 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_ct_CC" >&5
Alexandre Julliardabf50482008-10-31 12:56:53 +01002911$as_echo "$ac_ct_CC" >&6; }
Alexandre Julliardf5818d22002-02-14 19:47:29 +00002912else
Alexandre Julliard25e9e4f2009-08-10 14:27:28 +02002913 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
Alexandre Julliardabf50482008-10-31 12:56:53 +01002914$as_echo "no" >&6; }
Alexandre Julliardf5818d22002-02-14 19:47:29 +00002915fi
2916
Alexandre Julliardfc6ffb22006-05-25 20:08:12 +02002917 if test "x$ac_ct_CC" = x; then
2918 CC=""
2919 else
2920 case $cross_compiling:$ac_tool_warned in
2921yes:)
Alexandre Julliard25e9e4f2009-08-10 14:27:28 +02002922{ $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: using cross tools not prefixed with host triplet" >&5
Alexandre Julliardabf50482008-10-31 12:56:53 +01002923$as_echo "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;}
Alexandre Julliardfc6ffb22006-05-25 20:08:12 +02002924ac_tool_warned=yes ;;
2925esac
2926 CC=$ac_ct_CC
2927 fi
Alexandre Julliardf5818d22002-02-14 19:47:29 +00002928else
2929 CC="$ac_cv_prog_CC"
Alexandre Julliarde2991ea1995-07-29 13:09:43 +00002930fi
2931
Alexandre Julliardb817f4f1996-03-14 18:08:34 +00002932if test -z "$CC"; then
Alexandre Julliardfc6ffb22006-05-25 20:08:12 +02002933 if test -n "$ac_tool_prefix"; then
2934 # Extract the first word of "${ac_tool_prefix}cc", so it can be a program name with args.
Alexandre Julliardf5818d22002-02-14 19:47:29 +00002935set dummy ${ac_tool_prefix}cc; ac_word=$2
Alexandre Julliard25e9e4f2009-08-10 14:27:28 +02002936{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
Alexandre Julliardabf50482008-10-31 12:56:53 +01002937$as_echo_n "checking for $ac_word... " >&6; }
Alexandre Julliard25e9e4f2009-08-10 14:27:28 +02002938if test "${ac_cv_prog_CC+set}" = set; then :
Alexandre Julliardabf50482008-10-31 12:56:53 +01002939 $as_echo_n "(cached) " >&6
Alexandre Julliardb817f4f1996-03-14 18:08:34 +00002940else
2941 if test -n "$CC"; then
2942 ac_cv_prog_CC="$CC" # Let the user override the test.
2943else
Alexandre Julliarddaa28862002-04-11 21:54:01 +00002944as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
2945for as_dir in $PATH
2946do
2947 IFS=$as_save_IFS
2948 test -z "$as_dir" && as_dir=.
Alexandre Julliard25e9e4f2009-08-10 14:27:28 +02002949 for ac_exec_ext in '' $ac_executable_extensions; do
Alexandre Julliarddc9f3842006-12-19 16:17:09 +01002950 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
Alexandre Julliarddaa28862002-04-11 21:54:01 +00002951 ac_cv_prog_CC="${ac_tool_prefix}cc"
Alexandre Julliard25e9e4f2009-08-10 14:27:28 +02002952 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
Alexandre Julliarddaa28862002-04-11 21:54:01 +00002953 break 2
2954 fi
2955done
Alexandre Julliard25e9e4f2009-08-10 14:27:28 +02002956 done
Alexandre Julliardfc6ffb22006-05-25 20:08:12 +02002957IFS=$as_save_IFS
Alexandre Julliardf5818d22002-02-14 19:47:29 +00002958
2959fi
2960fi
2961CC=$ac_cv_prog_CC
2962if test -n "$CC"; then
Alexandre Julliard25e9e4f2009-08-10 14:27:28 +02002963 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $CC" >&5
Alexandre Julliardabf50482008-10-31 12:56:53 +01002964$as_echo "$CC" >&6; }
Alexandre Julliardf5818d22002-02-14 19:47:29 +00002965else
Alexandre Julliard25e9e4f2009-08-10 14:27:28 +02002966 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
Alexandre Julliardabf50482008-10-31 12:56:53 +01002967$as_echo "no" >&6; }
Alexandre Julliardf5818d22002-02-14 19:47:29 +00002968fi
2969
Alexandre Julliardfc6ffb22006-05-25 20:08:12 +02002970
Alexandre Julliarddaa28862002-04-11 21:54:01 +00002971 fi
Alexandre Julliardf5818d22002-02-14 19:47:29 +00002972fi
2973if test -z "$CC"; then
2974 # Extract the first word of "cc", so it can be a program name with args.
2975set dummy cc; ac_word=$2
Alexandre Julliard25e9e4f2009-08-10 14:27:28 +02002976{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
Alexandre Julliardabf50482008-10-31 12:56:53 +01002977$as_echo_n "checking for $ac_word... " >&6; }
Alexandre Julliard25e9e4f2009-08-10 14:27:28 +02002978if test "${ac_cv_prog_CC+set}" = set; then :
Alexandre Julliardabf50482008-10-31 12:56:53 +01002979 $as_echo_n "(cached) " >&6
Alexandre Julliardf5818d22002-02-14 19:47:29 +00002980else
2981 if test -n "$CC"; then
2982 ac_cv_prog_CC="$CC" # Let the user override the test.
2983else
Alexandre Julliardb817f4f1996-03-14 18:08:34 +00002984 ac_prog_rejected=no
Alexandre Julliarddaa28862002-04-11 21:54:01 +00002985as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
2986for as_dir in $PATH
2987do
2988 IFS=$as_save_IFS
2989 test -z "$as_dir" && as_dir=.
Alexandre Julliard25e9e4f2009-08-10 14:27:28 +02002990 for ac_exec_ext in '' $ac_executable_extensions; do
Alexandre Julliarddc9f3842006-12-19 16:17:09 +01002991 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
Alexandre Julliarddaa28862002-04-11 21:54:01 +00002992 if test "$as_dir/$ac_word$ac_exec_ext" = "/usr/ucb/cc"; then
2993 ac_prog_rejected=yes
2994 continue
2995 fi
2996 ac_cv_prog_CC="cc"
Alexandre Julliard25e9e4f2009-08-10 14:27:28 +02002997 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
Alexandre Julliarddaa28862002-04-11 21:54:01 +00002998 break 2
2999 fi
3000done
Alexandre Julliard25e9e4f2009-08-10 14:27:28 +02003001 done
Alexandre Julliardfc6ffb22006-05-25 20:08:12 +02003002IFS=$as_save_IFS
Alexandre Julliardf5818d22002-02-14 19:47:29 +00003003
Alexandre Julliardb817f4f1996-03-14 18:08:34 +00003004if test $ac_prog_rejected = yes; then
3005 # We found a bogon in the path, so make sure we never use it.
3006 set dummy $ac_cv_prog_CC
3007 shift
Alexandre Julliardf5818d22002-02-14 19:47:29 +00003008 if test $# != 0; then
Alexandre Julliardb817f4f1996-03-14 18:08:34 +00003009 # We chose a different compiler from the bogus one.
3010 # However, it has the same basename, so the bogon will be chosen
3011 # first if we set CC to just the basename; use the full file name.
3012 shift
Alexandre Julliard11af04e2002-10-10 03:48:04 +00003013 ac_cv_prog_CC="$as_dir/$ac_word${1+' '}$@"
Alexandre Julliardb817f4f1996-03-14 18:08:34 +00003014 fi
3015fi
3016fi
3017fi
Alexandre Julliardf5818d22002-02-14 19:47:29 +00003018CC=$ac_cv_prog_CC
Alexandre Julliardb817f4f1996-03-14 18:08:34 +00003019if test -n "$CC"; then
Alexandre Julliard25e9e4f2009-08-10 14:27:28 +02003020 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $CC" >&5
Alexandre Julliardabf50482008-10-31 12:56:53 +01003021$as_echo "$CC" >&6; }
Alexandre Julliardb817f4f1996-03-14 18:08:34 +00003022else
Alexandre Julliard25e9e4f2009-08-10 14:27:28 +02003023 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
Alexandre Julliardabf50482008-10-31 12:56:53 +01003024$as_echo "no" >&6; }
Alexandre Julliardb817f4f1996-03-14 18:08:34 +00003025fi
3026
Alexandre Julliardfc6ffb22006-05-25 20:08:12 +02003027
Alexandre Julliardf5818d22002-02-14 19:47:29 +00003028fi
3029if test -z "$CC"; then
3030 if test -n "$ac_tool_prefix"; then
Alexandre Julliardfc6ffb22006-05-25 20:08:12 +02003031 for ac_prog in cl.exe
Alexandre Julliardf5818d22002-02-14 19:47:29 +00003032 do
3033 # Extract the first word of "$ac_tool_prefix$ac_prog", so it can be a program name with args.
3034set dummy $ac_tool_prefix$ac_prog; ac_word=$2
Alexandre Julliard25e9e4f2009-08-10 14:27:28 +02003035{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
Alexandre Julliardabf50482008-10-31 12:56:53 +01003036$as_echo_n "checking for $ac_word... " >&6; }
Alexandre Julliard25e9e4f2009-08-10 14:27:28 +02003037if test "${ac_cv_prog_CC+set}" = set; then :
Alexandre Julliardabf50482008-10-31 12:56:53 +01003038 $as_echo_n "(cached) " >&6
Eric Pouech18ad24a2000-01-16 22:16:33 +00003039else
3040 if test -n "$CC"; then
3041 ac_cv_prog_CC="$CC" # Let the user override the test.
3042else
Alexandre Julliarddaa28862002-04-11 21:54:01 +00003043as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
3044for as_dir in $PATH
3045do
3046 IFS=$as_save_IFS
3047 test -z "$as_dir" && as_dir=.
Alexandre Julliard25e9e4f2009-08-10 14:27:28 +02003048 for ac_exec_ext in '' $ac_executable_extensions; do
Alexandre Julliarddc9f3842006-12-19 16:17:09 +01003049 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
Alexandre Julliarddaa28862002-04-11 21:54:01 +00003050 ac_cv_prog_CC="$ac_tool_prefix$ac_prog"
Alexandre Julliard25e9e4f2009-08-10 14:27:28 +02003051 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
Alexandre Julliarddaa28862002-04-11 21:54:01 +00003052 break 2
3053 fi
3054done
Alexandre Julliard25e9e4f2009-08-10 14:27:28 +02003055 done
Alexandre Julliardfc6ffb22006-05-25 20:08:12 +02003056IFS=$as_save_IFS
Alexandre Julliardf5818d22002-02-14 19:47:29 +00003057
Eric Pouech18ad24a2000-01-16 22:16:33 +00003058fi
3059fi
Alexandre Julliardf5818d22002-02-14 19:47:29 +00003060CC=$ac_cv_prog_CC
Eric Pouech18ad24a2000-01-16 22:16:33 +00003061if test -n "$CC"; then
Alexandre Julliard25e9e4f2009-08-10 14:27:28 +02003062 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $CC" >&5
Alexandre Julliardabf50482008-10-31 12:56:53 +01003063$as_echo "$CC" >&6; }
Eric Pouech18ad24a2000-01-16 22:16:33 +00003064else
Alexandre Julliard25e9e4f2009-08-10 14:27:28 +02003065 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
Alexandre Julliardabf50482008-10-31 12:56:53 +01003066$as_echo "no" >&6; }
Alexandre Julliardb817f4f1996-03-14 18:08:34 +00003067fi
Alexandre Julliarde2991ea1995-07-29 13:09:43 +00003068
Alexandre Julliardfc6ffb22006-05-25 20:08:12 +02003069
Alexandre Julliardf5818d22002-02-14 19:47:29 +00003070 test -n "$CC" && break
3071 done
3072fi
3073if test -z "$CC"; then
3074 ac_ct_CC=$CC
Alexandre Julliardfc6ffb22006-05-25 20:08:12 +02003075 for ac_prog in cl.exe
Alexandre Julliardf5818d22002-02-14 19:47:29 +00003076do
3077 # Extract the first word of "$ac_prog", so it can be a program name with args.
3078set dummy $ac_prog; ac_word=$2
Alexandre Julliard25e9e4f2009-08-10 14:27:28 +02003079{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
Alexandre Julliardabf50482008-10-31 12:56:53 +01003080$as_echo_n "checking for $ac_word... " >&6; }
Alexandre Julliard25e9e4f2009-08-10 14:27:28 +02003081if test "${ac_cv_prog_ac_ct_CC+set}" = set; then :
Alexandre Julliardabf50482008-10-31 12:56:53 +01003082 $as_echo_n "(cached) " >&6
Alexandre Julliardf5818d22002-02-14 19:47:29 +00003083else
3084 if test -n "$ac_ct_CC"; then
3085 ac_cv_prog_ac_ct_CC="$ac_ct_CC" # Let the user override the test.
3086else
Alexandre Julliarddaa28862002-04-11 21:54:01 +00003087as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
3088for as_dir in $PATH
3089do
3090 IFS=$as_save_IFS
3091 test -z "$as_dir" && as_dir=.
Alexandre Julliard25e9e4f2009-08-10 14:27:28 +02003092 for ac_exec_ext in '' $ac_executable_extensions; do
Alexandre Julliarddc9f3842006-12-19 16:17:09 +01003093 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
Alexandre Julliarddaa28862002-04-11 21:54:01 +00003094 ac_cv_prog_ac_ct_CC="$ac_prog"
Alexandre Julliard25e9e4f2009-08-10 14:27:28 +02003095 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
Alexandre Julliarddaa28862002-04-11 21:54:01 +00003096 break 2
3097 fi
3098done
Alexandre Julliard25e9e4f2009-08-10 14:27:28 +02003099 done
Alexandre Julliardfc6ffb22006-05-25 20:08:12 +02003100IFS=$as_save_IFS
Alexandre Julliardda0cfb31996-12-01 17:17:47 +00003101
Alexandre Julliardf5818d22002-02-14 19:47:29 +00003102fi
3103fi
3104ac_ct_CC=$ac_cv_prog_ac_ct_CC
3105if test -n "$ac_ct_CC"; then
Alexandre Julliard25e9e4f2009-08-10 14:27:28 +02003106 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_ct_CC" >&5
Alexandre Julliardabf50482008-10-31 12:56:53 +01003107$as_echo "$ac_ct_CC" >&6; }
Alexandre Julliardf5818d22002-02-14 19:47:29 +00003108else
Alexandre Julliard25e9e4f2009-08-10 14:27:28 +02003109 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
Alexandre Julliardabf50482008-10-31 12:56:53 +01003110$as_echo "no" >&6; }
Alexandre Julliardf5818d22002-02-14 19:47:29 +00003111fi
Alexandre Julliardda0cfb31996-12-01 17:17:47 +00003112
Alexandre Julliardfc6ffb22006-05-25 20:08:12 +02003113
Alexandre Julliardf5818d22002-02-14 19:47:29 +00003114 test -n "$ac_ct_CC" && break
3115done
Eric Pouech18ad24a2000-01-16 22:16:33 +00003116
Alexandre Julliardfc6ffb22006-05-25 20:08:12 +02003117 if test "x$ac_ct_CC" = x; then
3118 CC=""
3119 else
3120 case $cross_compiling:$ac_tool_warned in
3121yes:)
Alexandre Julliard25e9e4f2009-08-10 14:27:28 +02003122{ $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: using cross tools not prefixed with host triplet" >&5
Alexandre Julliardabf50482008-10-31 12:56:53 +01003123$as_echo "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;}
Alexandre Julliardfc6ffb22006-05-25 20:08:12 +02003124ac_tool_warned=yes ;;
3125esac
3126 CC=$ac_ct_CC
3127 fi
Alexandre Julliardf5818d22002-02-14 19:47:29 +00003128fi
3129
3130fi
3131
Alexandre Julliarddaa28862002-04-11 21:54:01 +00003132
Alexandre Julliard25e9e4f2009-08-10 14:27:28 +02003133test -z "$CC" && { { $as_echo "$as_me:${as_lineno-$LINENO}: error: in \`$ac_pwd':" >&5
Alexandre Julliardabf50482008-10-31 12:56:53 +01003134$as_echo "$as_me: error: in \`$ac_pwd':" >&2;}
Alexandre Julliard25e9e4f2009-08-10 14:27:28 +02003135as_fn_error "no acceptable C compiler found in \$PATH
3136See \`config.log' for more details." "$LINENO" 5; }
Alexandre Julliardf5818d22002-02-14 19:47:29 +00003137
3138# Provide some information about the compiler.
Alexandre Julliard25e9e4f2009-08-10 14:27:28 +02003139$as_echo "$as_me:${as_lineno-$LINENO}: checking for C compiler version" >&5
Alexandre Julliardabf50482008-10-31 12:56:53 +01003140set X $ac_compile
3141ac_compiler=$2
Alexandre Julliard25e9e4f2009-08-10 14:27:28 +02003142for ac_option in --version -v -V -qversion; do
3143 { { ac_try="$ac_compiler $ac_option >&5"
Jeremy White0ebeb532006-06-20 13:18:41 +02003144case "(($ac_try" in
3145 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
3146 *) ac_try_echo=$ac_try;;
3147esac
Alexandre Julliard25e9e4f2009-08-10 14:27:28 +02003148eval ac_try_echo="\"\$as_me:${as_lineno-$LINENO}: $ac_try_echo\""
3149$as_echo "$ac_try_echo"; } >&5
3150 (eval "$ac_compiler $ac_option >&5") 2>conftest.err
Alexandre Julliardf5818d22002-02-14 19:47:29 +00003151 ac_status=$?
Alexandre Julliard25e9e4f2009-08-10 14:27:28 +02003152 if test -s conftest.err; then
3153 sed '10a\
3154... rest of stderr output deleted ...
3155 10q' conftest.err >conftest.er1
3156 cat conftest.er1 >&5
3157 rm -f conftest.er1 conftest.err
3158 fi
3159 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
3160 test $ac_status = 0; }
3161done
Alexandre Julliardf5818d22002-02-14 19:47:29 +00003162
Alexandre Julliard25e9e4f2009-08-10 14:27:28 +02003163cat confdefs.h - <<_ACEOF >conftest.$ac_ext
Alexandre Julliarde24bcc72002-12-24 00:35:19 +00003164/* end confdefs.h. */
Alexandre Julliard25e9e4f2009-08-10 14:27:28 +02003165#include <stdio.h>
Alexandre Julliardf5818d22002-02-14 19:47:29 +00003166int
3167main ()
3168{
Alexandre Julliard25e9e4f2009-08-10 14:27:28 +02003169FILE *f = fopen ("conftest.out", "w");
3170 return ferror (f) || fclose (f) != 0;
Alexandre Julliardf5818d22002-02-14 19:47:29 +00003171
3172 ;
3173 return 0;
3174}
3175_ACEOF
3176ac_clean_files_save=$ac_clean_files
Alexandre Julliard25e9e4f2009-08-10 14:27:28 +02003177ac_clean_files="$ac_clean_files a.out a.out.dSYM a.exe b.out conftest.out"
Alexandre Julliardf5818d22002-02-14 19:47:29 +00003178# Try to create an executable without -o first, disregard a.out.
3179# It will help us diagnose broken compilers, and finding out an intuition
3180# of exeext.
Alexandre Julliard25e9e4f2009-08-10 14:27:28 +02003181{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for C compiler default output file name" >&5
Alexandre Julliardabf50482008-10-31 12:56:53 +01003182$as_echo_n "checking for C compiler default output file name... " >&6; }
3183ac_link_default=`$as_echo "$ac_link" | sed 's/ -o *conftest[^ ]*//'`
3184
3185# The possible output files:
3186ac_files="a.out conftest.exe conftest a.exe a_out.exe b.out conftest.*"
3187
Jeremy White0ebeb532006-06-20 13:18:41 +02003188ac_rmfiles=
3189for ac_file in $ac_files
3190do
3191 case $ac_file in
Alexandre Julliardabf50482008-10-31 12:56:53 +01003192 *.$ac_ext | *.xcoff | *.tds | *.d | *.pdb | *.xSYM | *.bb | *.bbg | *.map | *.inf | *.dSYM | *.o | *.obj ) ;;
Jeremy White0ebeb532006-06-20 13:18:41 +02003193 * ) ac_rmfiles="$ac_rmfiles $ac_file";;
3194 esac
3195done
3196rm -f $ac_rmfiles
Alexandre Julliardfc6ffb22006-05-25 20:08:12 +02003197
Alexandre Julliard25e9e4f2009-08-10 14:27:28 +02003198if { { ac_try="$ac_link_default"
Jeremy White0ebeb532006-06-20 13:18:41 +02003199case "(($ac_try" in
3200 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
3201 *) ac_try_echo=$ac_try;;
3202esac
Alexandre Julliard25e9e4f2009-08-10 14:27:28 +02003203eval ac_try_echo="\"\$as_me:${as_lineno-$LINENO}: $ac_try_echo\""
3204$as_echo "$ac_try_echo"; } >&5
Jeremy White0ebeb532006-06-20 13:18:41 +02003205 (eval "$ac_link_default") 2>&5
Alexandre Julliardf5818d22002-02-14 19:47:29 +00003206 ac_status=$?
Alexandre Julliard25e9e4f2009-08-10 14:27:28 +02003207 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
3208 test $ac_status = 0; }; then :
Jeremy White0ebeb532006-06-20 13:18:41 +02003209 # Autoconf-2.13 could set the ac_cv_exeext variable to `no'.
3210# So ignore a value of `no', otherwise this would lead to `EXEEXT = no'
3211# in a Makefile. We should not override ac_cv_exeext if it was cached,
3212# so that the user can short-circuit this test for compilers unknown to
3213# Autoconf.
Alexandre Julliard78bd1942006-08-14 20:42:56 +02003214for ac_file in $ac_files ''
Alexandre Julliarde24bcc72002-12-24 00:35:19 +00003215do
Alexandre Julliard11af04e2002-10-10 03:48:04 +00003216 test -f "$ac_file" || continue
Alexandre Julliardf5818d22002-02-14 19:47:29 +00003217 case $ac_file in
Alexandre Julliardabf50482008-10-31 12:56:53 +01003218 *.$ac_ext | *.xcoff | *.tds | *.d | *.pdb | *.xSYM | *.bb | *.bbg | *.map | *.inf | *.dSYM | *.o | *.obj )
Jeremy White0ebeb532006-06-20 13:18:41 +02003219 ;;
3220 [ab].out )
3221 # We found the default executable, but exeext='' is most
3222 # certainly right.
3223 break;;
3224 *.* )
Alexandre Julliard25e9e4f2009-08-10 14:27:28 +02003225 if test "${ac_cv_exeext+set}" = set && test "$ac_cv_exeext" != no;
Jeremy White0ebeb532006-06-20 13:18:41 +02003226 then :; else
3227 ac_cv_exeext=`expr "$ac_file" : '[^.]*\(\..*\)'`
3228 fi
3229 # We set ac_cv_exeext here because the later test for it is not
3230 # safe: cross compilers may not add the suffix if given an `-o'
3231 # argument, so we may need to know it at that point already.
3232 # Even if this section looks crufty: it has the advantage of
3233 # actually working.
3234 break;;
3235 * )
3236 break;;
Alexandre Julliardf5818d22002-02-14 19:47:29 +00003237 esac
3238done
Jeremy White0ebeb532006-06-20 13:18:41 +02003239test "$ac_cv_exeext" = no && ac_cv_exeext=
Alexandre Julliardfc6ffb22006-05-25 20:08:12 +02003240
Alexandre Julliardf5818d22002-02-14 19:47:29 +00003241else
Alexandre Julliard78bd1942006-08-14 20:42:56 +02003242 ac_file=''
3243fi
Alexandre Julliard25e9e4f2009-08-10 14:27:28 +02003244{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_file" >&5
Alexandre Julliardabf50482008-10-31 12:56:53 +01003245$as_echo "$ac_file" >&6; }
Alexandre Julliard25e9e4f2009-08-10 14:27:28 +02003246if test -z "$ac_file"; then :
Alexandre Julliardabf50482008-10-31 12:56:53 +01003247 $as_echo "$as_me: failed program was:" >&5
Alexandre Julliarde24bcc72002-12-24 00:35:19 +00003248sed 's/^/| /' conftest.$ac_ext >&5
3249
Alexandre Julliard25e9e4f2009-08-10 14:27:28 +02003250{ { $as_echo "$as_me:${as_lineno-$LINENO}: error: in \`$ac_pwd':" >&5
Alexandre Julliardabf50482008-10-31 12:56:53 +01003251$as_echo "$as_me: error: in \`$ac_pwd':" >&2;}
Alexandre Julliard25e9e4f2009-08-10 14:27:28 +02003252{ as_fn_set_status 77
3253as_fn_error "C compiler cannot create executables
3254See \`config.log' for more details." "$LINENO" 5; }; }
Alexandre Julliardf5818d22002-02-14 19:47:29 +00003255fi
Jeremy White0ebeb532006-06-20 13:18:41 +02003256ac_exeext=$ac_cv_exeext
Jeremy White0ebeb532006-06-20 13:18:41 +02003257
Alexandre Julliardfc6ffb22006-05-25 20:08:12 +02003258# Check that the compiler produces executables we can run. If not, either
Alexandre Julliardf5818d22002-02-14 19:47:29 +00003259# the compiler is broken, or we cross compile.
Alexandre Julliard25e9e4f2009-08-10 14:27:28 +02003260{ $as_echo "$as_me:${as_lineno-$LINENO}: checking whether the C compiler works" >&5
Alexandre Julliardabf50482008-10-31 12:56:53 +01003261$as_echo_n "checking whether the C compiler works... " >&6; }
Alexandre Julliardf5818d22002-02-14 19:47:29 +00003262# If not cross compiling, check that we can run a simple program.
3263if test "$cross_compiling" != yes; then
3264 if { ac_try='./$ac_file'
Alexandre Julliard25e9e4f2009-08-10 14:27:28 +02003265 { { case "(($ac_try" in
Jeremy White0ebeb532006-06-20 13:18:41 +02003266 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
3267 *) ac_try_echo=$ac_try;;
3268esac
Alexandre Julliard25e9e4f2009-08-10 14:27:28 +02003269eval ac_try_echo="\"\$as_me:${as_lineno-$LINENO}: $ac_try_echo\""
3270$as_echo "$ac_try_echo"; } >&5
Jeremy White0ebeb532006-06-20 13:18:41 +02003271 (eval "$ac_try") 2>&5
Alexandre Julliardf5818d22002-02-14 19:47:29 +00003272 ac_status=$?
Alexandre Julliard25e9e4f2009-08-10 14:27:28 +02003273 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
3274 test $ac_status = 0; }; }; then
Alexandre Julliardf5818d22002-02-14 19:47:29 +00003275 cross_compiling=no
Alexandre Julliard7e6ae4b1996-12-08 19:25:27 +00003276 else
Alexandre Julliardf5818d22002-02-14 19:47:29 +00003277 if test "$cross_compiling" = maybe; then
3278 cross_compiling=yes
3279 else
Alexandre Julliard25e9e4f2009-08-10 14:27:28 +02003280 { { $as_echo "$as_me:${as_lineno-$LINENO}: error: in \`$ac_pwd':" >&5
Alexandre Julliardabf50482008-10-31 12:56:53 +01003281$as_echo "$as_me: error: in \`$ac_pwd':" >&2;}
Alexandre Julliard25e9e4f2009-08-10 14:27:28 +02003282as_fn_error "cannot run C compiled programs.
Alexandre Julliarde24bcc72002-12-24 00:35:19 +00003283If you meant to cross compile, use \`--host'.
Alexandre Julliard25e9e4f2009-08-10 14:27:28 +02003284See \`config.log' for more details." "$LINENO" 5; }
Alexandre Julliardf5818d22002-02-14 19:47:29 +00003285 fi
Alexandre Julliard7e6ae4b1996-12-08 19:25:27 +00003286 fi
Alexandre Julliardda0cfb31996-12-01 17:17:47 +00003287fi
Alexandre Julliard25e9e4f2009-08-10 14:27:28 +02003288{ $as_echo "$as_me:${as_lineno-$LINENO}: result: yes" >&5
Alexandre Julliardabf50482008-10-31 12:56:53 +01003289$as_echo "yes" >&6; }
Alexandre Julliardda0cfb31996-12-01 17:17:47 +00003290
Alexandre Julliard25e9e4f2009-08-10 14:27:28 +02003291rm -f -r a.out a.out.dSYM a.exe conftest$ac_cv_exeext b.out conftest.out
Jeremy White0ebeb532006-06-20 13:18:41 +02003292ac_clean_files=$ac_clean_files_save
3293# Check that the compiler produces executables we can run. If not, either
3294# the compiler is broken, or we cross compile.
Alexandre Julliard25e9e4f2009-08-10 14:27:28 +02003295{ $as_echo "$as_me:${as_lineno-$LINENO}: checking whether we are cross compiling" >&5
Alexandre Julliardabf50482008-10-31 12:56:53 +01003296$as_echo_n "checking whether we are cross compiling... " >&6; }
Alexandre Julliard25e9e4f2009-08-10 14:27:28 +02003297{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $cross_compiling" >&5
Alexandre Julliardabf50482008-10-31 12:56:53 +01003298$as_echo "$cross_compiling" >&6; }
Alexandre Julliardfc6ffb22006-05-25 20:08:12 +02003299
Alexandre Julliard25e9e4f2009-08-10 14:27:28 +02003300{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for suffix of executables" >&5
Alexandre Julliardabf50482008-10-31 12:56:53 +01003301$as_echo_n "checking for suffix of executables... " >&6; }
Alexandre Julliard25e9e4f2009-08-10 14:27:28 +02003302if { { ac_try="$ac_link"
Jeremy White0ebeb532006-06-20 13:18:41 +02003303case "(($ac_try" in
3304 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
3305 *) ac_try_echo=$ac_try;;
3306esac
Alexandre Julliard25e9e4f2009-08-10 14:27:28 +02003307eval ac_try_echo="\"\$as_me:${as_lineno-$LINENO}: $ac_try_echo\""
3308$as_echo "$ac_try_echo"; } >&5
Jeremy White0ebeb532006-06-20 13:18:41 +02003309 (eval "$ac_link") 2>&5
Alexandre Julliardf5818d22002-02-14 19:47:29 +00003310 ac_status=$?
Alexandre Julliard25e9e4f2009-08-10 14:27:28 +02003311 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
3312 test $ac_status = 0; }; then :
Jeremy White0ebeb532006-06-20 13:18:41 +02003313 # If both `conftest.exe' and `conftest' are `present' (well, observable)
3314# catch `conftest.exe'. For instance with Cygwin, `ls conftest' will
3315# work properly (i.e., refer to `conftest.exe'), while it won't with
3316# `rm'.
3317for ac_file in conftest.exe conftest conftest.*; do
3318 test -f "$ac_file" || continue
3319 case $ac_file in
Alexandre Julliardabf50482008-10-31 12:56:53 +01003320 *.$ac_ext | *.xcoff | *.tds | *.d | *.pdb | *.xSYM | *.bb | *.bbg | *.map | *.inf | *.dSYM | *.o | *.obj ) ;;
Jeremy White0ebeb532006-06-20 13:18:41 +02003321 *.* ) ac_cv_exeext=`expr "$ac_file" : '[^.]*\(\..*\)'`
3322 break;;
3323 * ) break;;
3324 esac
3325done
Alexandre Julliarde2991ea1995-07-29 13:09:43 +00003326else
Alexandre Julliard25e9e4f2009-08-10 14:27:28 +02003327 { { $as_echo "$as_me:${as_lineno-$LINENO}: error: in \`$ac_pwd':" >&5
Alexandre Julliardabf50482008-10-31 12:56:53 +01003328$as_echo "$as_me: error: in \`$ac_pwd':" >&2;}
Alexandre Julliard25e9e4f2009-08-10 14:27:28 +02003329as_fn_error "cannot compute suffix of executables: cannot compile and link
3330See \`config.log' for more details." "$LINENO" 5; }
Alexandre Julliardf5818d22002-02-14 19:47:29 +00003331fi
Jeremy White0ebeb532006-06-20 13:18:41 +02003332rm -f conftest$ac_cv_exeext
Alexandre Julliard25e9e4f2009-08-10 14:27:28 +02003333{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_exeext" >&5
Alexandre Julliardabf50482008-10-31 12:56:53 +01003334$as_echo "$ac_cv_exeext" >&6; }
Jeremy White0ebeb532006-06-20 13:18:41 +02003335
3336rm -f conftest.$ac_ext
Alexandre Julliardf5818d22002-02-14 19:47:29 +00003337EXEEXT=$ac_cv_exeext
3338ac_exeext=$EXEEXT
Alexandre Julliard25e9e4f2009-08-10 14:27:28 +02003339{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for suffix of object files" >&5
Alexandre Julliardabf50482008-10-31 12:56:53 +01003340$as_echo_n "checking for suffix of object files... " >&6; }
Alexandre Julliard25e9e4f2009-08-10 14:27:28 +02003341if test "${ac_cv_objext+set}" = set; then :
Alexandre Julliardabf50482008-10-31 12:56:53 +01003342 $as_echo_n "(cached) " >&6
Alexandre Julliardf5818d22002-02-14 19:47:29 +00003343else
Alexandre Julliard25e9e4f2009-08-10 14:27:28 +02003344 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
Jeremy White0ebeb532006-06-20 13:18:41 +02003345/* end confdefs.h. */
3346
3347int
3348main ()
3349{
3350
3351 ;
3352 return 0;
3353}
3354_ACEOF
3355rm -f conftest.o conftest.obj
Alexandre Julliard25e9e4f2009-08-10 14:27:28 +02003356if { { ac_try="$ac_compile"
Jeremy White0ebeb532006-06-20 13:18:41 +02003357case "(($ac_try" in
3358 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
3359 *) ac_try_echo=$ac_try;;
3360esac
Alexandre Julliard25e9e4f2009-08-10 14:27:28 +02003361eval ac_try_echo="\"\$as_me:${as_lineno-$LINENO}: $ac_try_echo\""
3362$as_echo "$ac_try_echo"; } >&5
Jeremy White0ebeb532006-06-20 13:18:41 +02003363 (eval "$ac_compile") 2>&5
Alexandre Julliardf5818d22002-02-14 19:47:29 +00003364 ac_status=$?
Alexandre Julliard25e9e4f2009-08-10 14:27:28 +02003365 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
3366 test $ac_status = 0; }; then :
Alexandre Julliardfc6ffb22006-05-25 20:08:12 +02003367 for ac_file in conftest.o conftest.obj conftest.*; do
3368 test -f "$ac_file" || continue;
Alexandre Julliardf5818d22002-02-14 19:47:29 +00003369 case $ac_file in
Alexandre Julliardabf50482008-10-31 12:56:53 +01003370 *.$ac_ext | *.xcoff | *.tds | *.d | *.pdb | *.xSYM | *.bb | *.bbg | *.map | *.inf | *.dSYM ) ;;
Alexandre Julliardf5818d22002-02-14 19:47:29 +00003371 *) ac_cv_objext=`expr "$ac_file" : '.*\.\(.*\)'`
3372 break;;
3373 esac
3374done
3375else
Alexandre Julliardabf50482008-10-31 12:56:53 +01003376 $as_echo "$as_me: failed program was:" >&5
Alexandre Julliarde24bcc72002-12-24 00:35:19 +00003377sed 's/^/| /' conftest.$ac_ext >&5
3378
Alexandre Julliard25e9e4f2009-08-10 14:27:28 +02003379{ { $as_echo "$as_me:${as_lineno-$LINENO}: error: in \`$ac_pwd':" >&5
Alexandre Julliardabf50482008-10-31 12:56:53 +01003380$as_echo "$as_me: error: in \`$ac_pwd':" >&2;}
Alexandre Julliard25e9e4f2009-08-10 14:27:28 +02003381as_fn_error "cannot compute suffix of object files: cannot compile
3382See \`config.log' for more details." "$LINENO" 5; }
Alexandre Julliardf5818d22002-02-14 19:47:29 +00003383fi
Jeremy White0ebeb532006-06-20 13:18:41 +02003384rm -f conftest.$ac_cv_objext conftest.$ac_ext
Alexandre Julliardf5818d22002-02-14 19:47:29 +00003385fi
Alexandre Julliard25e9e4f2009-08-10 14:27:28 +02003386{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_objext" >&5
Alexandre Julliardabf50482008-10-31 12:56:53 +01003387$as_echo "$ac_cv_objext" >&6; }
Alexandre Julliardf5818d22002-02-14 19:47:29 +00003388OBJEXT=$ac_cv_objext
3389ac_objext=$OBJEXT
Alexandre Julliard25e9e4f2009-08-10 14:27:28 +02003390{ $as_echo "$as_me:${as_lineno-$LINENO}: checking whether we are using the GNU C compiler" >&5
Alexandre Julliardabf50482008-10-31 12:56:53 +01003391$as_echo_n "checking whether we are using the GNU C compiler... " >&6; }
Alexandre Julliard25e9e4f2009-08-10 14:27:28 +02003392if test "${ac_cv_c_compiler_gnu+set}" = set; then :
Alexandre Julliardabf50482008-10-31 12:56:53 +01003393 $as_echo_n "(cached) " >&6
Alexandre Julliardf5818d22002-02-14 19:47:29 +00003394else
Alexandre Julliard25e9e4f2009-08-10 14:27:28 +02003395 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
Alexandre Julliarde24bcc72002-12-24 00:35:19 +00003396/* end confdefs.h. */
Alexandre Julliardf5818d22002-02-14 19:47:29 +00003397
3398int
3399main ()
3400{
3401#ifndef __GNUC__
3402 choke me
Alexandre Julliarde2991ea1995-07-29 13:09:43 +00003403#endif
Alexandre Julliardd7d4fdf1995-12-26 15:05:24 +00003404
Alexandre Julliardf5818d22002-02-14 19:47:29 +00003405 ;
3406 return 0;
3407}
3408_ACEOF
Alexandre Julliard25e9e4f2009-08-10 14:27:28 +02003409if ac_fn_c_try_compile "$LINENO"; then :
Alexandre Julliardf5818d22002-02-14 19:47:29 +00003410 ac_compiler_gnu=yes
Eric Pouech18ad24a2000-01-16 22:16:33 +00003411else
Alexandre Julliard25e9e4f2009-08-10 14:27:28 +02003412 ac_compiler_gnu=no
Eric Pouech18ad24a2000-01-16 22:16:33 +00003413fi
Jeremy White0ebeb532006-06-20 13:18:41 +02003414rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
Alexandre Julliardf5818d22002-02-14 19:47:29 +00003415ac_cv_c_compiler_gnu=$ac_compiler_gnu
Eric Pouech18ad24a2000-01-16 22:16:33 +00003416
Alexandre Julliardf5818d22002-02-14 19:47:29 +00003417fi
Alexandre Julliard25e9e4f2009-08-10 14:27:28 +02003418{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_c_compiler_gnu" >&5
Alexandre Julliardabf50482008-10-31 12:56:53 +01003419$as_echo "$ac_cv_c_compiler_gnu" >&6; }
3420if test $ac_compiler_gnu = yes; then
3421 GCC=yes
3422else
3423 GCC=
3424fi
Alexandre Julliardf5818d22002-02-14 19:47:29 +00003425ac_test_CFLAGS=${CFLAGS+set}
3426ac_save_CFLAGS=$CFLAGS
Alexandre Julliard25e9e4f2009-08-10 14:27:28 +02003427{ $as_echo "$as_me:${as_lineno-$LINENO}: checking whether $CC accepts -g" >&5
Alexandre Julliardabf50482008-10-31 12:56:53 +01003428$as_echo_n "checking whether $CC accepts -g... " >&6; }
Alexandre Julliard25e9e4f2009-08-10 14:27:28 +02003429if test "${ac_cv_prog_cc_g+set}" = set; then :
Alexandre Julliardabf50482008-10-31 12:56:53 +01003430 $as_echo_n "(cached) " >&6
Alexandre Julliarde2991ea1995-07-29 13:09:43 +00003431else
Alexandre Julliardfc6ffb22006-05-25 20:08:12 +02003432 ac_save_c_werror_flag=$ac_c_werror_flag
3433 ac_c_werror_flag=yes
3434 ac_cv_prog_cc_g=no
3435 CFLAGS="-g"
Alexandre Julliard25e9e4f2009-08-10 14:27:28 +02003436 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
Alexandre Julliarde24bcc72002-12-24 00:35:19 +00003437/* end confdefs.h. */
Alexandre Julliardf5818d22002-02-14 19:47:29 +00003438
3439int
3440main ()
3441{
3442
3443 ;
3444 return 0;
3445}
3446_ACEOF
Alexandre Julliard25e9e4f2009-08-10 14:27:28 +02003447if ac_fn_c_try_compile "$LINENO"; then :
Alexandre Julliard7e6ae4b1996-12-08 19:25:27 +00003448 ac_cv_prog_cc_g=yes
Alexandre Julliarde2991ea1995-07-29 13:09:43 +00003449else
Alexandre Julliard25e9e4f2009-08-10 14:27:28 +02003450 CFLAGS=""
3451 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
Alexandre Julliardfc6ffb22006-05-25 20:08:12 +02003452/* end confdefs.h. */
3453
3454int
3455main ()
3456{
3457
3458 ;
3459 return 0;
3460}
3461_ACEOF
Alexandre Julliard25e9e4f2009-08-10 14:27:28 +02003462if ac_fn_c_try_compile "$LINENO"; then :
Alexandre Julliardfc6ffb22006-05-25 20:08:12 +02003463
Alexandre Julliard25e9e4f2009-08-10 14:27:28 +02003464else
3465 ac_c_werror_flag=$ac_save_c_werror_flag
Alexandre Julliardfc6ffb22006-05-25 20:08:12 +02003466 CFLAGS="-g"
Alexandre Julliard25e9e4f2009-08-10 14:27:28 +02003467 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
Alexandre Julliardfc6ffb22006-05-25 20:08:12 +02003468/* end confdefs.h. */
3469
3470int
3471main ()
3472{
3473
3474 ;
3475 return 0;
3476}
3477_ACEOF
Alexandre Julliard25e9e4f2009-08-10 14:27:28 +02003478if ac_fn_c_try_compile "$LINENO"; then :
Alexandre Julliardfc6ffb22006-05-25 20:08:12 +02003479 ac_cv_prog_cc_g=yes
Alexandre Julliarde2991ea1995-07-29 13:09:43 +00003480fi
Jeremy White0ebeb532006-06-20 13:18:41 +02003481rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
Alexandre Julliarde2991ea1995-07-29 13:09:43 +00003482fi
Jeremy White0ebeb532006-06-20 13:18:41 +02003483rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
Alexandre Julliardfc6ffb22006-05-25 20:08:12 +02003484fi
Jeremy White0ebeb532006-06-20 13:18:41 +02003485rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
Alexandre Julliardfc6ffb22006-05-25 20:08:12 +02003486 ac_c_werror_flag=$ac_save_c_werror_flag
3487fi
Alexandre Julliard25e9e4f2009-08-10 14:27:28 +02003488{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_prog_cc_g" >&5
Alexandre Julliardabf50482008-10-31 12:56:53 +01003489$as_echo "$ac_cv_prog_cc_g" >&6; }
Eric Pouech18ad24a2000-01-16 22:16:33 +00003490if test "$ac_test_CFLAGS" = set; then
Alexandre Julliardf5818d22002-02-14 19:47:29 +00003491 CFLAGS=$ac_save_CFLAGS
Eric Pouech18ad24a2000-01-16 22:16:33 +00003492elif test $ac_cv_prog_cc_g = yes; then
3493 if test "$GCC" = yes; then
Alexandre Julliardda0cfb31996-12-01 17:17:47 +00003494 CFLAGS="-g -O2"
3495 else
Eric Pouech18ad24a2000-01-16 22:16:33 +00003496 CFLAGS="-g"
Alexandre Julliarde2991ea1995-07-29 13:09:43 +00003497 fi
3498else
Eric Pouech18ad24a2000-01-16 22:16:33 +00003499 if test "$GCC" = yes; then
3500 CFLAGS="-O2"
3501 else
3502 CFLAGS=
3503 fi
Alexandre Julliarde2991ea1995-07-29 13:09:43 +00003504fi
Alexandre Julliard25e9e4f2009-08-10 14:27:28 +02003505{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $CC option to accept ISO C89" >&5
Alexandre Julliardabf50482008-10-31 12:56:53 +01003506$as_echo_n "checking for $CC option to accept ISO C89... " >&6; }
Alexandre Julliard25e9e4f2009-08-10 14:27:28 +02003507if test "${ac_cv_prog_cc_c89+set}" = set; then :
Alexandre Julliardabf50482008-10-31 12:56:53 +01003508 $as_echo_n "(cached) " >&6
Alexandre Julliard11af04e2002-10-10 03:48:04 +00003509else
Alexandre Julliardfc6ffb22006-05-25 20:08:12 +02003510 ac_cv_prog_cc_c89=no
Alexandre Julliard11af04e2002-10-10 03:48:04 +00003511ac_save_CC=$CC
Alexandre Julliard25e9e4f2009-08-10 14:27:28 +02003512cat confdefs.h - <<_ACEOF >conftest.$ac_ext
Alexandre Julliarde24bcc72002-12-24 00:35:19 +00003513/* end confdefs.h. */
Alexandre Julliard11af04e2002-10-10 03:48:04 +00003514#include <stdarg.h>
3515#include <stdio.h>
3516#include <sys/types.h>
3517#include <sys/stat.h>
3518/* Most of the following tests are stolen from RCS 5.7's src/conf.sh. */
3519struct buf { int x; };
3520FILE * (*rcsopen) (struct buf *, struct stat *, int);
3521static char *e (p, i)
3522 char **p;
3523 int i;
3524{
3525 return p[i];
3526}
3527static char *f (char * (*g) (char **, int), char **p, ...)
3528{
3529 char *s;
3530 va_list v;
3531 va_start (v,p);
3532 s = g (p, va_arg (v,int));
3533 va_end (v);
3534 return s;
3535}
Alexandre Julliard875927f2004-01-02 01:55:29 +00003536
3537/* OSF 4.0 Compaq cc is some sort of almost-ANSI by default. It has
3538 function prototypes and stuff, but not '\xHH' hex character constants.
3539 These don't provoke an error unfortunately, instead are silently treated
Alexandre Julliardfc6ffb22006-05-25 20:08:12 +02003540 as 'x'. The following induces an error, until -std is added to get
Alexandre Julliard875927f2004-01-02 01:55:29 +00003541 proper ANSI mode. Curiously '\x00'!='x' always comes out true, for an
3542 array size at least. It's necessary to write '\x00'==0 to get something
Alexandre Julliardfc6ffb22006-05-25 20:08:12 +02003543 that's true only with -std. */
Alexandre Julliard875927f2004-01-02 01:55:29 +00003544int osf4_cc_array ['\x00' == 0 ? 1 : -1];
3545
Alexandre Julliardf5f37a82006-06-27 16:41:43 +02003546/* IBM C 6 for AIX is almost-ANSI by default, but it replaces macro parameters
3547 inside strings and character constants. */
3548#define FOO(x) 'x'
3549int xlc6_cc_array[FOO(a) == 'x' ? 1 : -1];
3550
Alexandre Julliard11af04e2002-10-10 03:48:04 +00003551int test (int i, double x);
3552struct s1 {int (*f) (int a);};
3553struct s2 {int (*f) (double a);};
3554int pairnames (int, char **, FILE *(*)(struct buf *, struct stat *, int), int, int);
3555int argc;
3556char **argv;
3557int
3558main ()
3559{
3560return f (e, argv, 0) != argv[0] || f (e, argv, 1) != argv[1];
3561 ;
3562 return 0;
3563}
3564_ACEOF
Alexandre Julliardfc6ffb22006-05-25 20:08:12 +02003565for ac_arg in '' -qlanglvl=extc89 -qlanglvl=ansi -std \
3566 -Ae "-Aa -D_HPUX_SOURCE" "-Xc -D__EXTENSIONS__"
Alexandre Julliard11af04e2002-10-10 03:48:04 +00003567do
3568 CC="$ac_save_CC $ac_arg"
Alexandre Julliard25e9e4f2009-08-10 14:27:28 +02003569 if ac_fn_c_try_compile "$LINENO"; then :
Alexandre Julliardfc6ffb22006-05-25 20:08:12 +02003570 ac_cv_prog_cc_c89=$ac_arg
Alexandre Julliard11af04e2002-10-10 03:48:04 +00003571fi
Jeremy White0ebeb532006-06-20 13:18:41 +02003572rm -f core conftest.err conftest.$ac_objext
Alexandre Julliardfc6ffb22006-05-25 20:08:12 +02003573 test "x$ac_cv_prog_cc_c89" != "xno" && break
Alexandre Julliard11af04e2002-10-10 03:48:04 +00003574done
Alexandre Julliardfc6ffb22006-05-25 20:08:12 +02003575rm -f conftest.$ac_ext
Alexandre Julliard11af04e2002-10-10 03:48:04 +00003576CC=$ac_save_CC
3577
3578fi
Alexandre Julliardfc6ffb22006-05-25 20:08:12 +02003579# AC_CACHE_VAL
3580case "x$ac_cv_prog_cc_c89" in
3581 x)
Alexandre Julliard25e9e4f2009-08-10 14:27:28 +02003582 { $as_echo "$as_me:${as_lineno-$LINENO}: result: none needed" >&5
Alexandre Julliardabf50482008-10-31 12:56:53 +01003583$as_echo "none needed" >&6; } ;;
Alexandre Julliardfc6ffb22006-05-25 20:08:12 +02003584 xno)
Alexandre Julliard25e9e4f2009-08-10 14:27:28 +02003585 { $as_echo "$as_me:${as_lineno-$LINENO}: result: unsupported" >&5
Alexandre Julliardabf50482008-10-31 12:56:53 +01003586$as_echo "unsupported" >&6; } ;;
Alexandre Julliard11af04e2002-10-10 03:48:04 +00003587 *)
Alexandre Julliardfc6ffb22006-05-25 20:08:12 +02003588 CC="$CC $ac_cv_prog_cc_c89"
Alexandre Julliard25e9e4f2009-08-10 14:27:28 +02003589 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_prog_cc_c89" >&5
Alexandre Julliardabf50482008-10-31 12:56:53 +01003590$as_echo "$ac_cv_prog_cc_c89" >&6; } ;;
Alexandre Julliard11af04e2002-10-10 03:48:04 +00003591esac
Alexandre Julliard25e9e4f2009-08-10 14:27:28 +02003592if test "x$ac_cv_prog_cc_c89" != xno; then :
Alexandre Julliard11af04e2002-10-10 03:48:04 +00003593
Alexandre Julliard25e9e4f2009-08-10 14:27:28 +02003594fi
Alexandre Julliarde24bcc72002-12-24 00:35:19 +00003595
Alexandre Julliardf5818d22002-02-14 19:47:29 +00003596ac_ext=c
3597ac_cpp='$CPP $CPPFLAGS'
3598ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
3599ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
3600ac_compiler_gnu=$ac_cv_c_compiler_gnu
3601
Alexandre Julliardfc6ffb22006-05-25 20:08:12 +02003602ac_ext=cpp
Dimitrie O. Paunf41c2b22004-03-02 02:23:26 +00003603ac_cpp='$CXXCPP $CPPFLAGS'
3604ac_compile='$CXX -c $CXXFLAGS $CPPFLAGS conftest.$ac_ext >&5'
3605ac_link='$CXX -o conftest$ac_exeext $CXXFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
3606ac_compiler_gnu=$ac_cv_cxx_compiler_gnu
Alexandre Julliardfc6ffb22006-05-25 20:08:12 +02003607if test -z "$CXX"; then
3608 if test -n "$CCC"; then
3609 CXX=$CCC
3610 else
3611 if test -n "$ac_tool_prefix"; then
3612 for ac_prog in g++ c++ gpp aCC CC cxx cc++ cl.exe FCC KCC RCC xlC_r xlC
Dimitrie O. Paunf41c2b22004-03-02 02:23:26 +00003613 do
3614 # Extract the first word of "$ac_tool_prefix$ac_prog", so it can be a program name with args.
3615set dummy $ac_tool_prefix$ac_prog; ac_word=$2
Alexandre Julliard25e9e4f2009-08-10 14:27:28 +02003616{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
Alexandre Julliardabf50482008-10-31 12:56:53 +01003617$as_echo_n "checking for $ac_word... " >&6; }
Alexandre Julliard25e9e4f2009-08-10 14:27:28 +02003618if test "${ac_cv_prog_CXX+set}" = set; then :
Alexandre Julliardabf50482008-10-31 12:56:53 +01003619 $as_echo_n "(cached) " >&6
Dimitrie O. Paunf41c2b22004-03-02 02:23:26 +00003620else
3621 if test -n "$CXX"; then
3622 ac_cv_prog_CXX="$CXX" # Let the user override the test.
3623else
3624as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
3625for as_dir in $PATH
3626do
3627 IFS=$as_save_IFS
3628 test -z "$as_dir" && as_dir=.
Alexandre Julliard25e9e4f2009-08-10 14:27:28 +02003629 for ac_exec_ext in '' $ac_executable_extensions; do
Alexandre Julliarddc9f3842006-12-19 16:17:09 +01003630 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
Dimitrie O. Paunf41c2b22004-03-02 02:23:26 +00003631 ac_cv_prog_CXX="$ac_tool_prefix$ac_prog"
Alexandre Julliard25e9e4f2009-08-10 14:27:28 +02003632 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
Dimitrie O. Paunf41c2b22004-03-02 02:23:26 +00003633 break 2
3634 fi
3635done
Alexandre Julliard25e9e4f2009-08-10 14:27:28 +02003636 done
Alexandre Julliardfc6ffb22006-05-25 20:08:12 +02003637IFS=$as_save_IFS
Dimitrie O. Paunf41c2b22004-03-02 02:23:26 +00003638
3639fi
3640fi
3641CXX=$ac_cv_prog_CXX
3642if test -n "$CXX"; then
Alexandre Julliard25e9e4f2009-08-10 14:27:28 +02003643 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $CXX" >&5
Alexandre Julliardabf50482008-10-31 12:56:53 +01003644$as_echo "$CXX" >&6; }
Dimitrie O. Paunf41c2b22004-03-02 02:23:26 +00003645else
Alexandre Julliard25e9e4f2009-08-10 14:27:28 +02003646 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
Alexandre Julliardabf50482008-10-31 12:56:53 +01003647$as_echo "no" >&6; }
Dimitrie O. Paunf41c2b22004-03-02 02:23:26 +00003648fi
3649
Alexandre Julliardfc6ffb22006-05-25 20:08:12 +02003650
Dimitrie O. Paunf41c2b22004-03-02 02:23:26 +00003651 test -n "$CXX" && break
3652 done
3653fi
3654if test -z "$CXX"; then
3655 ac_ct_CXX=$CXX
Alexandre Julliardfc6ffb22006-05-25 20:08:12 +02003656 for ac_prog in g++ c++ gpp aCC CC cxx cc++ cl.exe FCC KCC RCC xlC_r xlC
Dimitrie O. Paunf41c2b22004-03-02 02:23:26 +00003657do
3658 # Extract the first word of "$ac_prog", so it can be a program name with args.
3659set dummy $ac_prog; ac_word=$2
Alexandre Julliard25e9e4f2009-08-10 14:27:28 +02003660{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
Alexandre Julliardabf50482008-10-31 12:56:53 +01003661$as_echo_n "checking for $ac_word... " >&6; }
Alexandre Julliard25e9e4f2009-08-10 14:27:28 +02003662if test "${ac_cv_prog_ac_ct_CXX+set}" = set; then :
Alexandre Julliardabf50482008-10-31 12:56:53 +01003663 $as_echo_n "(cached) " >&6
Dimitrie O. Paunf41c2b22004-03-02 02:23:26 +00003664else
3665 if test -n "$ac_ct_CXX"; then
3666 ac_cv_prog_ac_ct_CXX="$ac_ct_CXX" # Let the user override the test.
3667else
3668as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
3669for as_dir in $PATH
3670do
3671 IFS=$as_save_IFS
3672 test -z "$as_dir" && as_dir=.
Alexandre Julliard25e9e4f2009-08-10 14:27:28 +02003673 for ac_exec_ext in '' $ac_executable_extensions; do
Alexandre Julliarddc9f3842006-12-19 16:17:09 +01003674 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
Dimitrie O. Paunf41c2b22004-03-02 02:23:26 +00003675 ac_cv_prog_ac_ct_CXX="$ac_prog"
Alexandre Julliard25e9e4f2009-08-10 14:27:28 +02003676 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
Dimitrie O. Paunf41c2b22004-03-02 02:23:26 +00003677 break 2
3678 fi
3679done
Alexandre Julliard25e9e4f2009-08-10 14:27:28 +02003680 done
Alexandre Julliardfc6ffb22006-05-25 20:08:12 +02003681IFS=$as_save_IFS
Dimitrie O. Paunf41c2b22004-03-02 02:23:26 +00003682
3683fi
3684fi
3685ac_ct_CXX=$ac_cv_prog_ac_ct_CXX
3686if test -n "$ac_ct_CXX"; then
Alexandre Julliard25e9e4f2009-08-10 14:27:28 +02003687 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_ct_CXX" >&5
Alexandre Julliardabf50482008-10-31 12:56:53 +01003688$as_echo "$ac_ct_CXX" >&6; }
Dimitrie O. Paunf41c2b22004-03-02 02:23:26 +00003689else
Alexandre Julliard25e9e4f2009-08-10 14:27:28 +02003690 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
Alexandre Julliardabf50482008-10-31 12:56:53 +01003691$as_echo "no" >&6; }
Dimitrie O. Paunf41c2b22004-03-02 02:23:26 +00003692fi
3693
Alexandre Julliardfc6ffb22006-05-25 20:08:12 +02003694
Dimitrie O. Paunf41c2b22004-03-02 02:23:26 +00003695 test -n "$ac_ct_CXX" && break
3696done
Dimitrie O. Paunf41c2b22004-03-02 02:23:26 +00003697
Alexandre Julliardfc6ffb22006-05-25 20:08:12 +02003698 if test "x$ac_ct_CXX" = x; then
3699 CXX="g++"
3700 else
3701 case $cross_compiling:$ac_tool_warned in
3702yes:)
Alexandre Julliard25e9e4f2009-08-10 14:27:28 +02003703{ $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: using cross tools not prefixed with host triplet" >&5
Alexandre Julliardabf50482008-10-31 12:56:53 +01003704$as_echo "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;}
Alexandre Julliardfc6ffb22006-05-25 20:08:12 +02003705ac_tool_warned=yes ;;
3706esac
3707 CXX=$ac_ct_CXX
3708 fi
Dimitrie O. Paunf41c2b22004-03-02 02:23:26 +00003709fi
3710
Alexandre Julliardfc6ffb22006-05-25 20:08:12 +02003711 fi
3712fi
Dimitrie O. Paunf41c2b22004-03-02 02:23:26 +00003713# Provide some information about the compiler.
Alexandre Julliard25e9e4f2009-08-10 14:27:28 +02003714$as_echo "$as_me:${as_lineno-$LINENO}: checking for C++ compiler version" >&5
Alexandre Julliardabf50482008-10-31 12:56:53 +01003715set X $ac_compile
3716ac_compiler=$2
Alexandre Julliard25e9e4f2009-08-10 14:27:28 +02003717for ac_option in --version -v -V -qversion; do
3718 { { ac_try="$ac_compiler $ac_option >&5"
Jeremy White0ebeb532006-06-20 13:18:41 +02003719case "(($ac_try" in
3720 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
3721 *) ac_try_echo=$ac_try;;
3722esac
Alexandre Julliard25e9e4f2009-08-10 14:27:28 +02003723eval ac_try_echo="\"\$as_me:${as_lineno-$LINENO}: $ac_try_echo\""
3724$as_echo "$ac_try_echo"; } >&5
3725 (eval "$ac_compiler $ac_option >&5") 2>conftest.err
Dimitrie O. Paunf41c2b22004-03-02 02:23:26 +00003726 ac_status=$?
Alexandre Julliard25e9e4f2009-08-10 14:27:28 +02003727 if test -s conftest.err; then
3728 sed '10a\
3729... rest of stderr output deleted ...
3730 10q' conftest.err >conftest.er1
3731 cat conftest.er1 >&5
3732 rm -f conftest.er1 conftest.err
3733 fi
3734 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
3735 test $ac_status = 0; }
3736done
Dimitrie O. Paunf41c2b22004-03-02 02:23:26 +00003737
Alexandre Julliard25e9e4f2009-08-10 14:27:28 +02003738{ $as_echo "$as_me:${as_lineno-$LINENO}: checking whether we are using the GNU C++ compiler" >&5
Alexandre Julliardabf50482008-10-31 12:56:53 +01003739$as_echo_n "checking whether we are using the GNU C++ compiler... " >&6; }
Alexandre Julliard25e9e4f2009-08-10 14:27:28 +02003740if test "${ac_cv_cxx_compiler_gnu+set}" = set; then :
Alexandre Julliardabf50482008-10-31 12:56:53 +01003741 $as_echo_n "(cached) " >&6
Dimitrie O. Paunf41c2b22004-03-02 02:23:26 +00003742else
Alexandre Julliard25e9e4f2009-08-10 14:27:28 +02003743 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
Dimitrie O. Paunf41c2b22004-03-02 02:23:26 +00003744/* end confdefs.h. */
3745
3746int
3747main ()
3748{
3749#ifndef __GNUC__
3750 choke me
3751#endif
3752
3753 ;
3754 return 0;
3755}
3756_ACEOF
Alexandre Julliard25e9e4f2009-08-10 14:27:28 +02003757if ac_fn_cxx_try_compile "$LINENO"; then :
Dimitrie O. Paunf41c2b22004-03-02 02:23:26 +00003758 ac_compiler_gnu=yes
3759else
Alexandre Julliard25e9e4f2009-08-10 14:27:28 +02003760 ac_compiler_gnu=no
Dimitrie O. Paunf41c2b22004-03-02 02:23:26 +00003761fi
Jeremy White0ebeb532006-06-20 13:18:41 +02003762rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
Dimitrie O. Paunf41c2b22004-03-02 02:23:26 +00003763ac_cv_cxx_compiler_gnu=$ac_compiler_gnu
3764
3765fi
Alexandre Julliard25e9e4f2009-08-10 14:27:28 +02003766{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_cxx_compiler_gnu" >&5
Alexandre Julliardabf50482008-10-31 12:56:53 +01003767$as_echo "$ac_cv_cxx_compiler_gnu" >&6; }
3768if test $ac_compiler_gnu = yes; then
3769 GXX=yes
3770else
3771 GXX=
3772fi
Dimitrie O. Paunf41c2b22004-03-02 02:23:26 +00003773ac_test_CXXFLAGS=${CXXFLAGS+set}
3774ac_save_CXXFLAGS=$CXXFLAGS
Alexandre Julliard25e9e4f2009-08-10 14:27:28 +02003775{ $as_echo "$as_me:${as_lineno-$LINENO}: checking whether $CXX accepts -g" >&5
Alexandre Julliardabf50482008-10-31 12:56:53 +01003776$as_echo_n "checking whether $CXX accepts -g... " >&6; }
Alexandre Julliard25e9e4f2009-08-10 14:27:28 +02003777if test "${ac_cv_prog_cxx_g+set}" = set; then :
Alexandre Julliardabf50482008-10-31 12:56:53 +01003778 $as_echo_n "(cached) " >&6
Dimitrie O. Paunf41c2b22004-03-02 02:23:26 +00003779else
Alexandre Julliardfc6ffb22006-05-25 20:08:12 +02003780 ac_save_cxx_werror_flag=$ac_cxx_werror_flag
3781 ac_cxx_werror_flag=yes
3782 ac_cv_prog_cxx_g=no
3783 CXXFLAGS="-g"
Alexandre Julliard25e9e4f2009-08-10 14:27:28 +02003784 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
Dimitrie O. Paunf41c2b22004-03-02 02:23:26 +00003785/* end confdefs.h. */
3786
3787int
3788main ()
3789{
3790
3791 ;
3792 return 0;
3793}
3794_ACEOF
Alexandre Julliard25e9e4f2009-08-10 14:27:28 +02003795if ac_fn_cxx_try_compile "$LINENO"; then :
Dimitrie O. Paunf41c2b22004-03-02 02:23:26 +00003796 ac_cv_prog_cxx_g=yes
3797else
Alexandre Julliard25e9e4f2009-08-10 14:27:28 +02003798 CXXFLAGS=""
3799 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
Dimitrie O. Paunf41c2b22004-03-02 02:23:26 +00003800/* end confdefs.h. */
Alexandre Julliardfc6ffb22006-05-25 20:08:12 +02003801
Dimitrie O. Paunf41c2b22004-03-02 02:23:26 +00003802int
3803main ()
3804{
Alexandre Julliardfc6ffb22006-05-25 20:08:12 +02003805
Dimitrie O. Paunf41c2b22004-03-02 02:23:26 +00003806 ;
3807 return 0;
3808}
3809_ACEOF
Alexandre Julliard25e9e4f2009-08-10 14:27:28 +02003810if ac_fn_cxx_try_compile "$LINENO"; then :
Dimitrie O. Paunf41c2b22004-03-02 02:23:26 +00003811
Alexandre Julliard25e9e4f2009-08-10 14:27:28 +02003812else
3813 ac_cxx_werror_flag=$ac_save_cxx_werror_flag
Alexandre Julliardfc6ffb22006-05-25 20:08:12 +02003814 CXXFLAGS="-g"
Alexandre Julliard25e9e4f2009-08-10 14:27:28 +02003815 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
Dimitrie O. Paunf41c2b22004-03-02 02:23:26 +00003816/* end confdefs.h. */
Alexandre Julliardfc6ffb22006-05-25 20:08:12 +02003817
Dimitrie O. Paunf41c2b22004-03-02 02:23:26 +00003818int
3819main ()
3820{
Alexandre Julliardfc6ffb22006-05-25 20:08:12 +02003821
Dimitrie O. Paunf41c2b22004-03-02 02:23:26 +00003822 ;
3823 return 0;
3824}
3825_ACEOF
Alexandre Julliard25e9e4f2009-08-10 14:27:28 +02003826if ac_fn_cxx_try_compile "$LINENO"; then :
Alexandre Julliardfc6ffb22006-05-25 20:08:12 +02003827 ac_cv_prog_cxx_g=yes
Dimitrie O. Paunf41c2b22004-03-02 02:23:26 +00003828fi
Jeremy White0ebeb532006-06-20 13:18:41 +02003829rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
Alexandre Julliardfc6ffb22006-05-25 20:08:12 +02003830fi
Jeremy White0ebeb532006-06-20 13:18:41 +02003831rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
Alexandre Julliardfc6ffb22006-05-25 20:08:12 +02003832fi
Jeremy White0ebeb532006-06-20 13:18:41 +02003833rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
Alexandre Julliardfc6ffb22006-05-25 20:08:12 +02003834 ac_cxx_werror_flag=$ac_save_cxx_werror_flag
3835fi
Alexandre Julliard25e9e4f2009-08-10 14:27:28 +02003836{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_prog_cxx_g" >&5
Alexandre Julliardabf50482008-10-31 12:56:53 +01003837$as_echo "$ac_cv_prog_cxx_g" >&6; }
Alexandre Julliardfc6ffb22006-05-25 20:08:12 +02003838if test "$ac_test_CXXFLAGS" = set; then
3839 CXXFLAGS=$ac_save_CXXFLAGS
3840elif test $ac_cv_prog_cxx_g = yes; then
3841 if test "$GXX" = yes; then
3842 CXXFLAGS="-g -O2"
3843 else
3844 CXXFLAGS="-g"
3845 fi
3846else
3847 if test "$GXX" = yes; then
3848 CXXFLAGS="-O2"
3849 else
3850 CXXFLAGS=
3851 fi
3852fi
Dimitrie O. Paunf41c2b22004-03-02 02:23:26 +00003853ac_ext=c
3854ac_cpp='$CPP $CPPFLAGS'
3855ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
3856ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
3857ac_compiler_gnu=$ac_cv_c_compiler_gnu
3858
Alexandre Julliard3e61ef72004-03-02 06:48:48 +00003859if test -n "$ac_tool_prefix"; then
3860 # Extract the first word of "${ac_tool_prefix}cpp", so it can be a program name with args.
3861set dummy ${ac_tool_prefix}cpp; ac_word=$2
Alexandre Julliard25e9e4f2009-08-10 14:27:28 +02003862{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
Alexandre Julliardabf50482008-10-31 12:56:53 +01003863$as_echo_n "checking for $ac_word... " >&6; }
Alexandre Julliard25e9e4f2009-08-10 14:27:28 +02003864if test "${ac_cv_prog_CPPBIN+set}" = set; then :
Alexandre Julliardabf50482008-10-31 12:56:53 +01003865 $as_echo_n "(cached) " >&6
Dimitrie O. Paunf41c2b22004-03-02 02:23:26 +00003866else
Alexandre Julliarda631ef62004-03-03 20:30:46 +00003867 if test -n "$CPPBIN"; then
3868 ac_cv_prog_CPPBIN="$CPPBIN" # Let the user override the test.
Dimitrie O. Paunf41c2b22004-03-02 02:23:26 +00003869else
3870as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
3871for as_dir in $PATH
3872do
3873 IFS=$as_save_IFS
3874 test -z "$as_dir" && as_dir=.
Alexandre Julliard25e9e4f2009-08-10 14:27:28 +02003875 for ac_exec_ext in '' $ac_executable_extensions; do
Alexandre Julliarddc9f3842006-12-19 16:17:09 +01003876 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
Alexandre Julliarda631ef62004-03-03 20:30:46 +00003877 ac_cv_prog_CPPBIN="${ac_tool_prefix}cpp"
Alexandre Julliard25e9e4f2009-08-10 14:27:28 +02003878 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
Dimitrie O. Paunf41c2b22004-03-02 02:23:26 +00003879 break 2
3880 fi
3881done
Alexandre Julliard25e9e4f2009-08-10 14:27:28 +02003882 done
Alexandre Julliardfc6ffb22006-05-25 20:08:12 +02003883IFS=$as_save_IFS
Dimitrie O. Paunf41c2b22004-03-02 02:23:26 +00003884
3885fi
3886fi
Alexandre Julliarda631ef62004-03-03 20:30:46 +00003887CPPBIN=$ac_cv_prog_CPPBIN
3888if test -n "$CPPBIN"; then
Alexandre Julliard25e9e4f2009-08-10 14:27:28 +02003889 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $CPPBIN" >&5
Alexandre Julliardabf50482008-10-31 12:56:53 +01003890$as_echo "$CPPBIN" >&6; }
Dimitrie O. Paunf41c2b22004-03-02 02:23:26 +00003891else
Alexandre Julliard25e9e4f2009-08-10 14:27:28 +02003892 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
Alexandre Julliardabf50482008-10-31 12:56:53 +01003893$as_echo "no" >&6; }
Dimitrie O. Paunf41c2b22004-03-02 02:23:26 +00003894fi
3895
Alexandre Julliardfc6ffb22006-05-25 20:08:12 +02003896
Alexandre Julliard3e61ef72004-03-02 06:48:48 +00003897fi
Alexandre Julliarda631ef62004-03-03 20:30:46 +00003898if test -z "$ac_cv_prog_CPPBIN"; then
3899 ac_ct_CPPBIN=$CPPBIN
Alexandre Julliard3e61ef72004-03-02 06:48:48 +00003900 # Extract the first word of "cpp", so it can be a program name with args.
3901set dummy cpp; ac_word=$2
Alexandre Julliard25e9e4f2009-08-10 14:27:28 +02003902{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
Alexandre Julliardabf50482008-10-31 12:56:53 +01003903$as_echo_n "checking for $ac_word... " >&6; }
Alexandre Julliard25e9e4f2009-08-10 14:27:28 +02003904if test "${ac_cv_prog_ac_ct_CPPBIN+set}" = set; then :
Alexandre Julliardabf50482008-10-31 12:56:53 +01003905 $as_echo_n "(cached) " >&6
Alexandre Julliard3e61ef72004-03-02 06:48:48 +00003906else
Alexandre Julliarda631ef62004-03-03 20:30:46 +00003907 if test -n "$ac_ct_CPPBIN"; then
3908 ac_cv_prog_ac_ct_CPPBIN="$ac_ct_CPPBIN" # Let the user override the test.
Alexandre Julliard3e61ef72004-03-02 06:48:48 +00003909else
3910as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
3911for as_dir in $PATH
3912do
3913 IFS=$as_save_IFS
3914 test -z "$as_dir" && as_dir=.
Alexandre Julliard25e9e4f2009-08-10 14:27:28 +02003915 for ac_exec_ext in '' $ac_executable_extensions; do
Alexandre Julliarddc9f3842006-12-19 16:17:09 +01003916 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
Alexandre Julliarda631ef62004-03-03 20:30:46 +00003917 ac_cv_prog_ac_ct_CPPBIN="cpp"
Alexandre Julliard25e9e4f2009-08-10 14:27:28 +02003918 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
Alexandre Julliard3e61ef72004-03-02 06:48:48 +00003919 break 2
3920 fi
3921done
Alexandre Julliard25e9e4f2009-08-10 14:27:28 +02003922 done
Alexandre Julliardfc6ffb22006-05-25 20:08:12 +02003923IFS=$as_save_IFS
Alexandre Julliard3e61ef72004-03-02 06:48:48 +00003924
Alexandre Julliard3e61ef72004-03-02 06:48:48 +00003925fi
3926fi
Alexandre Julliarda631ef62004-03-03 20:30:46 +00003927ac_ct_CPPBIN=$ac_cv_prog_ac_ct_CPPBIN
3928if test -n "$ac_ct_CPPBIN"; then
Alexandre Julliard25e9e4f2009-08-10 14:27:28 +02003929 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_ct_CPPBIN" >&5
Alexandre Julliardabf50482008-10-31 12:56:53 +01003930$as_echo "$ac_ct_CPPBIN" >&6; }
Alexandre Julliard3e61ef72004-03-02 06:48:48 +00003931else
Alexandre Julliard25e9e4f2009-08-10 14:27:28 +02003932 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
Alexandre Julliardabf50482008-10-31 12:56:53 +01003933$as_echo "no" >&6; }
Alexandre Julliard3e61ef72004-03-02 06:48:48 +00003934fi
3935
Alexandre Julliardfc6ffb22006-05-25 20:08:12 +02003936 if test "x$ac_ct_CPPBIN" = x; then
3937 CPPBIN="cpp"
3938 else
3939 case $cross_compiling:$ac_tool_warned in
3940yes:)
Alexandre Julliard25e9e4f2009-08-10 14:27:28 +02003941{ $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: using cross tools not prefixed with host triplet" >&5
Alexandre Julliardabf50482008-10-31 12:56:53 +01003942$as_echo "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;}
Alexandre Julliardfc6ffb22006-05-25 20:08:12 +02003943ac_tool_warned=yes ;;
3944esac
3945 CPPBIN=$ac_ct_CPPBIN
3946 fi
Alexandre Julliard3e61ef72004-03-02 06:48:48 +00003947else
Alexandre Julliarda631ef62004-03-03 20:30:46 +00003948 CPPBIN="$ac_cv_prog_CPPBIN"
Alexandre Julliard3e61ef72004-03-02 06:48:48 +00003949fi
3950
Dimitrie O. Paunf41c2b22004-03-02 02:23:26 +00003951
Alexandre Julliarddfa66db2009-01-12 15:25:44 +01003952case $host in
Ken Thomases42664332009-05-01 22:59:52 -05003953 *-darwin*)
Alexandre Julliard39a75d32009-08-13 19:45:31 +02003954 if test "x$enable_win64" = "xyes"
Ken Thomases42664332009-05-01 22:59:52 -05003955 then
3956 CC="$CC -m64"
3957 CXX="$CXX -m64"
3958 LD="${LD:-ld} -arch x86_64"
3959 AS="${AS:-as} -arch x86_64"
3960 host_cpu="x86_64"
3961 notice_platform="64-bit "
3962 TARGETFLAGS="-m64"
3963
3964 else
3965 CC="$CC -m32"
3966 CXX="$CXX -m32"
3967 LD="${LD:-ld} -arch i386"
3968 AS="${AS:-as} -arch i386"
3969 host_cpu="i386"
3970 notice_platform="32-bit "
3971 TARGETFLAGS="-m32"
3972
3973 enable_win16=${enable_win16:-yes}
3974 fi
3975 ;;
Alexandre Julliarddfa66db2009-01-12 15:25:44 +01003976 x86_64*)
Alexandre Julliard6b4ed0f2009-01-12 19:29:43 +01003977 if test "x$enable_win64" != "xyes" -a "$cross_compiling" != "yes"
Alexandre Julliarddfa66db2009-01-12 15:25:44 +01003978 then
3979 CC="$CC -m32"
3980 CXX="$CXX -m32"
Alexandre Julliard25e9e4f2009-08-10 14:27:28 +02003981 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether $CC works" >&5
Alexandre Julliarddfa66db2009-01-12 15:25:44 +01003982$as_echo_n "checking whether $CC works... " >&6; }
3983
Alexandre Julliard25e9e4f2009-08-10 14:27:28 +02003984cat confdefs.h - <<_ACEOF >conftest.$ac_ext
Alexandre Julliarddfa66db2009-01-12 15:25:44 +01003985/* end confdefs.h. */
3986
3987int
3988main ()
3989{
3990
3991 ;
3992 return 0;
3993}
3994_ACEOF
Alexandre Julliard25e9e4f2009-08-10 14:27:28 +02003995if ac_fn_c_try_link "$LINENO"; then :
3996 { $as_echo "$as_me:${as_lineno-$LINENO}: result: yes" >&5
Alexandre Julliarddfa66db2009-01-12 15:25:44 +01003997$as_echo "yes" >&6; }
3998else
Alexandre Julliard25e9e4f2009-08-10 14:27:28 +02003999 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
Alexandre Julliarddfa66db2009-01-12 15:25:44 +01004000$as_echo "no" >&6; }
Alexandre Julliard25e9e4f2009-08-10 14:27:28 +02004001 as_fn_error "Cannot build a 32-bit program, you need to install 32-bit development libraries." "$LINENO" 5
Alexandre Julliarddfa66db2009-01-12 15:25:44 +01004002fi
Alexandre Julliard25e9e4f2009-08-10 14:27:28 +02004003rm -f core conftest.err conftest.$ac_objext \
4004 conftest$ac_exeext conftest.$ac_ext
Alexandre Julliarddfa66db2009-01-12 15:25:44 +01004005 LD="${LD:-ld} -m elf_i386"
4006 AS="${AS:-as} --32"
4007 host_cpu="i386"
4008 notice_platform="32-bit "
Alexandre Julliard07f77c42009-01-15 21:17:51 +01004009 TARGETFLAGS="-m32"
4010
Alexandre Julliard9981f4c2009-02-26 15:00:12 +01004011 enable_win16=${enable_win16:-yes}
Alexandre Julliard07f77c42009-01-15 21:17:51 +01004012 else
Alexandre Julliard8812d242009-06-14 11:19:54 +02004013 if test "x${GCC}" = "xyes"
4014 then
Alexandre Julliard25e9e4f2009-08-10 14:27:28 +02004015 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether $CC supports __builtin_ms_va_list" >&5
Alexandre Julliard8812d242009-06-14 11:19:54 +02004016$as_echo_n "checking whether $CC supports __builtin_ms_va_list... " >&6; }
Alexandre Julliard25e9e4f2009-08-10 14:27:28 +02004017 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
Alexandre Julliard8812d242009-06-14 11:19:54 +02004018/* end confdefs.h. */
4019#include <stdarg.h>
4020int
4021main ()
4022{
4023void func(__builtin_ms_va_list *args);
4024 ;
4025 return 0;
4026}
4027_ACEOF
Alexandre Julliard25e9e4f2009-08-10 14:27:28 +02004028if ac_fn_c_try_compile "$LINENO"; then :
4029 { $as_echo "$as_me:${as_lineno-$LINENO}: result: yes" >&5
Alexandre Julliard8812d242009-06-14 11:19:54 +02004030$as_echo "yes" >&6; }
4031else
Alexandre Julliard25e9e4f2009-08-10 14:27:28 +02004032 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
Alexandre Julliard8812d242009-06-14 11:19:54 +02004033$as_echo "no" >&6; }
Alexandre Julliard25e9e4f2009-08-10 14:27:28 +02004034 as_fn_error "You need gcc >= 4.4 to build Wine as 64-bit." "$LINENO" 5
Alexandre Julliard8812d242009-06-14 11:19:54 +02004035fi
Alexandre Julliard8812d242009-06-14 11:19:54 +02004036rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
4037 fi
Alexandre Julliard07f77c42009-01-15 21:17:51 +01004038 TARGETFLAGS="-m64"
4039
Alexandre Julliarddfa66db2009-01-12 15:25:44 +01004040 fi
4041 ;;
Alexandre Julliard391fce62009-04-02 12:59:52 +02004042 *-mingw32*|*-cygwin*)
Alexandre Julliard9981f4c2009-02-26 15:00:12 +01004043 enable_win16=${enable_win16:-no}
4044 ;;
4045 i[3456789]86*)
4046 enable_win16=${enable_win16:-yes}
4047 ;;
Alexandre Julliarddfa66db2009-01-12 15:25:44 +01004048esac
4049
Alexandre Julliard9981f4c2009-02-26 15:00:12 +01004050enable_win16=${enable_win16:-no}
Alexandre Julliard776820e2009-02-23 17:46:33 +01004051
4052WIN16_FILES="\$(WIN16_FILES)"
4053
4054WIN16_INSTALL="\$(WIN16_INSTALL)"
4055
4056if test "x$enable_win16" != "xyes"
4057then
4058 WIN16_FILES=""
4059 WIN16_INSTALL=""
Alexandre Julliarddfa66db2009-01-12 15:25:44 +01004060 enable_w32skrnl=${enable_w32skrnl:-no}
4061 enable_winedos=${enable_winedos:-no}
4062 enable_winevdm=${enable_winevdm:-no}
Alexandre Julliarddfa66db2009-01-12 15:25:44 +01004063fi
4064
Alexandre Julliard39a75d32009-08-13 19:45:31 +02004065if test -n "$with_wine64"
4066then
4067 if test "x$enable_win64" = "xyes"
4068 then
4069 as_fn_error "--enable-win64 and --with-wine64 are mutually exclusive.
4070--enable-win64 should be used in the 64-bit build tree, --with-wine64 in the 32-bit Wow64 build tree." "$LINENO" 5
4071 fi
Alexandre Julliard90647772009-08-13 19:48:42 +02004072 WOW64_DISABLE=\#
4073
Alexandre Julliard39a75d32009-08-13 19:45:31 +02004074 enable_fonts=${enable_fonts:-no}
4075 enable_include=${enable_include:-no}
4076 enable_server=${enable_server:-no}
4077 enable_tools=${enable_tools:-no}
4078 enable_wineboot=${enable_wineboot:-no}
4079 enable_winedbg=${enable_winedbg:-no}
4080 test "x$libdir" != "x\${exec_prefix}/lib" || libdir="\${exec_prefix}/lib32"
4081fi
4082
Alexandre Julliard25e9e4f2009-08-10 14:27:28 +02004083{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for the directory containing the Wine tools" >&5
Alexandre Julliardabf50482008-10-31 12:56:53 +01004084$as_echo_n "checking for the directory containing the Wine tools... " >&6; }
Alexandre Julliard25e9e4f2009-08-10 14:27:28 +02004085if test "${wine_cv_toolsdir+set}" = set; then :
Alexandre Julliardabf50482008-10-31 12:56:53 +01004086 $as_echo_n "(cached) " >&6
Dimitrie O. Paunf41c2b22004-03-02 02:23:26 +00004087else
Alexandre Julliard39a75d32009-08-13 19:45:31 +02004088 wine_cv_toolsdir="$with_wine_tools"
4089 if test -z "$with_wine_tools"; then
Dimitrie O. Paunf41c2b22004-03-02 02:23:26 +00004090 if test "$cross_compiling" = "yes"; then
Alexandre Julliard25e9e4f2009-08-10 14:27:28 +02004091 as_fn_error "you must use the --with-wine-tools option when cross-compiling." "$LINENO" 5
Alexandre Julliard39a75d32009-08-13 19:45:31 +02004092 elif test -n "$with_wine64"; then
4093 wine_cv_toolsdir="$with_wine64"
Dimitrie O. Paunf41c2b22004-03-02 02:23:26 +00004094 fi
Alexandre Julliard39a75d32009-08-13 19:45:31 +02004095 fi
4096 if test -z "$wine_cv_toolsdir"; then
4097 wine_cv_toolsdir="\$(TOPOBJDIR)"
4098 elif test -d "$wine_cv_toolsdir/tools/winebuild"; then
4099 case "$wine_cv_toolsdir" in
4100 /*) ;;
4101 *) wine_cv_toolsdir="\$(TOPOBJDIR)/$wine_cv_toolsdir" ;;
Dimitrie O. Paunf41c2b22004-03-02 02:23:26 +00004102 esac
4103 else
Alexandre Julliard39a75d32009-08-13 19:45:31 +02004104 as_fn_error "could not find Wine tools in $wine_cv_toolsdir" "$LINENO" 5
Dimitrie O. Paunf41c2b22004-03-02 02:23:26 +00004105 fi
4106fi
Alexandre Julliard25e9e4f2009-08-10 14:27:28 +02004107{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $wine_cv_toolsdir" >&5
Alexandre Julliardabf50482008-10-31 12:56:53 +01004108$as_echo "$wine_cv_toolsdir" >&6; }
Dimitrie O. Paunf41c2b22004-03-02 02:23:26 +00004109TOOLSDIR=$wine_cv_toolsdir
4110
Alexandre Julliard4d135d92009-02-16 13:08:44 +01004111if test -n "$host_alias" -a "$host_alias" != "$build_alias"
Alexandre Julliard424cb272008-12-26 17:54:50 +01004112then
Alexandre Julliard0fea4a52009-02-12 10:28:23 +01004113 TARGETFLAGS="-b $host_alias $TARGETFLAGS"
Alexandre Julliard424cb272008-12-26 17:54:50 +01004114
4115fi
Dimitrie O. Paunf41c2b22004-03-02 02:23:26 +00004116
Alexandre Julliard40916272007-03-08 13:19:50 +01004117for ac_prog in flex
Alexandre Julliardf5818d22002-02-14 19:47:29 +00004118do
4119 # Extract the first word of "$ac_prog", so it can be a program name with args.
4120set dummy $ac_prog; ac_word=$2
Alexandre Julliard25e9e4f2009-08-10 14:27:28 +02004121{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
Alexandre Julliardabf50482008-10-31 12:56:53 +01004122$as_echo_n "checking for $ac_word... " >&6; }
Alexandre Julliard25e9e4f2009-08-10 14:27:28 +02004123if test "${ac_cv_prog_FLEX+set}" = set; then :
Alexandre Julliardabf50482008-10-31 12:56:53 +01004124 $as_echo_n "(cached) " >&6
Alexandre Julliarde2991ea1995-07-29 13:09:43 +00004125else
Alexandre Julliard40916272007-03-08 13:19:50 +01004126 if test -n "$FLEX"; then
4127 ac_cv_prog_FLEX="$FLEX" # Let the user override the test.
Alexandre Julliarde2991ea1995-07-29 13:09:43 +00004128else
Alexandre Julliarddaa28862002-04-11 21:54:01 +00004129as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
4130for as_dir in $PATH
4131do
4132 IFS=$as_save_IFS
4133 test -z "$as_dir" && as_dir=.
Alexandre Julliard25e9e4f2009-08-10 14:27:28 +02004134 for ac_exec_ext in '' $ac_executable_extensions; do
Alexandre Julliarddc9f3842006-12-19 16:17:09 +01004135 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
Alexandre Julliard40916272007-03-08 13:19:50 +01004136 ac_cv_prog_FLEX="$ac_prog"
Alexandre Julliard25e9e4f2009-08-10 14:27:28 +02004137 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
Alexandre Julliarddaa28862002-04-11 21:54:01 +00004138 break 2
4139 fi
4140done
Alexandre Julliard25e9e4f2009-08-10 14:27:28 +02004141 done
Alexandre Julliardfc6ffb22006-05-25 20:08:12 +02004142IFS=$as_save_IFS
Alexandre Julliardf5818d22002-02-14 19:47:29 +00004143
Alexandre Julliarde2991ea1995-07-29 13:09:43 +00004144fi
4145fi
Alexandre Julliard40916272007-03-08 13:19:50 +01004146FLEX=$ac_cv_prog_FLEX
4147if test -n "$FLEX"; then
Alexandre Julliard25e9e4f2009-08-10 14:27:28 +02004148 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $FLEX" >&5
Alexandre Julliardabf50482008-10-31 12:56:53 +01004149$as_echo "$FLEX" >&6; }
Alexandre Julliarde2991ea1995-07-29 13:09:43 +00004150else
Alexandre Julliard25e9e4f2009-08-10 14:27:28 +02004151 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
Alexandre Julliardabf50482008-10-31 12:56:53 +01004152$as_echo "no" >&6; }
Alexandre Julliarde2991ea1995-07-29 13:09:43 +00004153fi
4154
Alexandre Julliardfc6ffb22006-05-25 20:08:12 +02004155
Alexandre Julliard40916272007-03-08 13:19:50 +01004156 test -n "$FLEX" && break
Alexandre Julliardf5818d22002-02-14 19:47:29 +00004157done
Alexandre Julliard40916272007-03-08 13:19:50 +01004158test -n "$FLEX" || FLEX="none"
Alexandre Julliardf5818d22002-02-14 19:47:29 +00004159
Alexandre Julliard40916272007-03-08 13:19:50 +01004160if test "$FLEX" = "none"
Marcus Meissnerb53bb412000-07-23 13:41:51 +00004161then
Alexandre Julliard25e9e4f2009-08-10 14:27:28 +02004162 as_fn_error "no suitable flex found. Please install the 'flex' package." "$LINENO" 5
Marcus Meissnerb53bb412000-07-23 13:41:51 +00004163fi
Alexandre Julliardfc01b722002-05-12 03:16:39 +00004164
Mike McCormackc068f672004-03-16 03:11:39 +00004165for ac_prog in bison
4166do
4167 # Extract the first word of "$ac_prog", so it can be a program name with args.
4168set dummy $ac_prog; ac_word=$2
Alexandre Julliard25e9e4f2009-08-10 14:27:28 +02004169{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
Alexandre Julliardabf50482008-10-31 12:56:53 +01004170$as_echo_n "checking for $ac_word... " >&6; }
Alexandre Julliard25e9e4f2009-08-10 14:27:28 +02004171if test "${ac_cv_prog_BISON+set}" = set; then :
Alexandre Julliardabf50482008-10-31 12:56:53 +01004172 $as_echo_n "(cached) " >&6
Mike McCormackc068f672004-03-16 03:11:39 +00004173else
4174 if test -n "$BISON"; then
4175 ac_cv_prog_BISON="$BISON" # Let the user override the test.
4176else
4177as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
4178for as_dir in $PATH
4179do
4180 IFS=$as_save_IFS
4181 test -z "$as_dir" && as_dir=.
Alexandre Julliard25e9e4f2009-08-10 14:27:28 +02004182 for ac_exec_ext in '' $ac_executable_extensions; do
Alexandre Julliarddc9f3842006-12-19 16:17:09 +01004183 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
Mike McCormackc068f672004-03-16 03:11:39 +00004184 ac_cv_prog_BISON="$ac_prog"
Alexandre Julliard25e9e4f2009-08-10 14:27:28 +02004185 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
Mike McCormackc068f672004-03-16 03:11:39 +00004186 break 2
4187 fi
4188done
Alexandre Julliard25e9e4f2009-08-10 14:27:28 +02004189 done
Alexandre Julliardfc6ffb22006-05-25 20:08:12 +02004190IFS=$as_save_IFS
Mike McCormackc068f672004-03-16 03:11:39 +00004191
4192fi
4193fi
4194BISON=$ac_cv_prog_BISON
4195if test -n "$BISON"; then
Alexandre Julliard25e9e4f2009-08-10 14:27:28 +02004196 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $BISON" >&5
Alexandre Julliardabf50482008-10-31 12:56:53 +01004197$as_echo "$BISON" >&6; }
Mike McCormackc068f672004-03-16 03:11:39 +00004198else
Alexandre Julliard25e9e4f2009-08-10 14:27:28 +02004199 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
Alexandre Julliardabf50482008-10-31 12:56:53 +01004200$as_echo "no" >&6; }
Mike McCormackc068f672004-03-16 03:11:39 +00004201fi
4202
Alexandre Julliardfc6ffb22006-05-25 20:08:12 +02004203
Mike McCormackc068f672004-03-16 03:11:39 +00004204 test -n "$BISON" && break
4205done
4206test -n "$BISON" || BISON="none"
4207
4208if test "$BISON" = "none"
4209then
Alexandre Julliard25e9e4f2009-08-10 14:27:28 +02004210 as_fn_error "no suitable bison found. Please install the 'bison' package." "$LINENO" 5
Mike McCormackc068f672004-03-16 03:11:39 +00004211fi
4212
Alexandre Julliardfc01b722002-05-12 03:16:39 +00004213if test -n "$ac_tool_prefix"; then
Francois Gouget86bd0462008-06-26 14:05:57 +02004214 for ac_prog in ar gar
4215 do
4216 # Extract the first word of "$ac_tool_prefix$ac_prog", so it can be a program name with args.
4217set dummy $ac_tool_prefix$ac_prog; ac_word=$2
Alexandre Julliard25e9e4f2009-08-10 14:27:28 +02004218{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
Alexandre Julliardabf50482008-10-31 12:56:53 +01004219$as_echo_n "checking for $ac_word... " >&6; }
Alexandre Julliard25e9e4f2009-08-10 14:27:28 +02004220if test "${ac_cv_prog_AR+set}" = set; then :
Alexandre Julliardabf50482008-10-31 12:56:53 +01004221 $as_echo_n "(cached) " >&6
Alexandre Julliardfc01b722002-05-12 03:16:39 +00004222else
4223 if test -n "$AR"; then
4224 ac_cv_prog_AR="$AR" # Let the user override the test.
4225else
4226as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
4227for as_dir in $PATH
4228do
4229 IFS=$as_save_IFS
4230 test -z "$as_dir" && as_dir=.
Alexandre Julliard25e9e4f2009-08-10 14:27:28 +02004231 for ac_exec_ext in '' $ac_executable_extensions; do
Alexandre Julliarddc9f3842006-12-19 16:17:09 +01004232 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
Francois Gouget86bd0462008-06-26 14:05:57 +02004233 ac_cv_prog_AR="$ac_tool_prefix$ac_prog"
Alexandre Julliard25e9e4f2009-08-10 14:27:28 +02004234 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
Alexandre Julliardfc01b722002-05-12 03:16:39 +00004235 break 2
4236 fi
4237done
Alexandre Julliard25e9e4f2009-08-10 14:27:28 +02004238 done
Alexandre Julliardfc6ffb22006-05-25 20:08:12 +02004239IFS=$as_save_IFS
Alexandre Julliardfc01b722002-05-12 03:16:39 +00004240
4241fi
4242fi
4243AR=$ac_cv_prog_AR
4244if test -n "$AR"; then
Alexandre Julliard25e9e4f2009-08-10 14:27:28 +02004245 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $AR" >&5
Alexandre Julliardabf50482008-10-31 12:56:53 +01004246$as_echo "$AR" >&6; }
Alexandre Julliardfc01b722002-05-12 03:16:39 +00004247else
Alexandre Julliard25e9e4f2009-08-10 14:27:28 +02004248 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
Alexandre Julliardabf50482008-10-31 12:56:53 +01004249$as_echo "no" >&6; }
Alexandre Julliardfc01b722002-05-12 03:16:39 +00004250fi
4251
Alexandre Julliardfc6ffb22006-05-25 20:08:12 +02004252
Francois Gouget86bd0462008-06-26 14:05:57 +02004253 test -n "$AR" && break
4254 done
Alexandre Julliardfc01b722002-05-12 03:16:39 +00004255fi
Francois Gouget86bd0462008-06-26 14:05:57 +02004256if test -z "$AR"; then
Alexandre Julliardfc01b722002-05-12 03:16:39 +00004257 ac_ct_AR=$AR
Francois Gouget86bd0462008-06-26 14:05:57 +02004258 for ac_prog in ar gar
4259do
4260 # Extract the first word of "$ac_prog", so it can be a program name with args.
4261set dummy $ac_prog; ac_word=$2
Alexandre Julliard25e9e4f2009-08-10 14:27:28 +02004262{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
Alexandre Julliardabf50482008-10-31 12:56:53 +01004263$as_echo_n "checking for $ac_word... " >&6; }
Alexandre Julliard25e9e4f2009-08-10 14:27:28 +02004264if test "${ac_cv_prog_ac_ct_AR+set}" = set; then :
Alexandre Julliardabf50482008-10-31 12:56:53 +01004265 $as_echo_n "(cached) " >&6
Alexandre Julliardfc01b722002-05-12 03:16:39 +00004266else
4267 if test -n "$ac_ct_AR"; then
4268 ac_cv_prog_ac_ct_AR="$ac_ct_AR" # Let the user override the test.
4269else
4270as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
4271for as_dir in $PATH
4272do
4273 IFS=$as_save_IFS
4274 test -z "$as_dir" && as_dir=.
Alexandre Julliard25e9e4f2009-08-10 14:27:28 +02004275 for ac_exec_ext in '' $ac_executable_extensions; do
Alexandre Julliarddc9f3842006-12-19 16:17:09 +01004276 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
Francois Gouget86bd0462008-06-26 14:05:57 +02004277 ac_cv_prog_ac_ct_AR="$ac_prog"
Alexandre Julliard25e9e4f2009-08-10 14:27:28 +02004278 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
Alexandre Julliardfc01b722002-05-12 03:16:39 +00004279 break 2
4280 fi
4281done
Alexandre Julliard25e9e4f2009-08-10 14:27:28 +02004282 done
Alexandre Julliardfc6ffb22006-05-25 20:08:12 +02004283IFS=$as_save_IFS
Alexandre Julliardfc01b722002-05-12 03:16:39 +00004284
Alexandre Julliardfc01b722002-05-12 03:16:39 +00004285fi
4286fi
4287ac_ct_AR=$ac_cv_prog_ac_ct_AR
4288if test -n "$ac_ct_AR"; then
Alexandre Julliard25e9e4f2009-08-10 14:27:28 +02004289 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_ct_AR" >&5
Alexandre Julliardabf50482008-10-31 12:56:53 +01004290$as_echo "$ac_ct_AR" >&6; }
Alexandre Julliardfc01b722002-05-12 03:16:39 +00004291else
Alexandre Julliard25e9e4f2009-08-10 14:27:28 +02004292 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
Alexandre Julliardabf50482008-10-31 12:56:53 +01004293$as_echo "no" >&6; }
Alexandre Julliardfc01b722002-05-12 03:16:39 +00004294fi
4295
Francois Gouget86bd0462008-06-26 14:05:57 +02004296
4297 test -n "$ac_ct_AR" && break
4298done
4299
Alexandre Julliardfc6ffb22006-05-25 20:08:12 +02004300 if test "x$ac_ct_AR" = x; then
4301 AR="ar"
4302 else
4303 case $cross_compiling:$ac_tool_warned in
4304yes:)
Alexandre Julliard25e9e4f2009-08-10 14:27:28 +02004305{ $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: using cross tools not prefixed with host triplet" >&5
Alexandre Julliardabf50482008-10-31 12:56:53 +01004306$as_echo "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;}
Alexandre Julliardfc6ffb22006-05-25 20:08:12 +02004307ac_tool_warned=yes ;;
4308esac
4309 AR=$ac_ct_AR
4310 fi
Alexandre Julliardfc01b722002-05-12 03:16:39 +00004311fi
4312
Rob Shearman0c694d72008-03-04 15:53:41 +00004313ARFLAGS=rc
4314
Alexandre Julliardf5818d22002-02-14 19:47:29 +00004315if test -n "$ac_tool_prefix"; then
4316 # Extract the first word of "${ac_tool_prefix}ranlib", so it can be a program name with args.
4317set dummy ${ac_tool_prefix}ranlib; ac_word=$2
Alexandre Julliard25e9e4f2009-08-10 14:27:28 +02004318{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
Alexandre Julliardabf50482008-10-31 12:56:53 +01004319$as_echo_n "checking for $ac_word... " >&6; }
Alexandre Julliard25e9e4f2009-08-10 14:27:28 +02004320if test "${ac_cv_prog_RANLIB+set}" = set; then :
Alexandre Julliardabf50482008-10-31 12:56:53 +01004321 $as_echo_n "(cached) " >&6
Alexandre Julliardff8331e1995-09-18 11:19:54 +00004322else
4323 if test -n "$RANLIB"; then
4324 ac_cv_prog_RANLIB="$RANLIB" # Let the user override the test.
4325else
Alexandre Julliarddaa28862002-04-11 21:54:01 +00004326as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
4327for as_dir in $PATH
4328do
4329 IFS=$as_save_IFS
4330 test -z "$as_dir" && as_dir=.
Alexandre Julliard25e9e4f2009-08-10 14:27:28 +02004331 for ac_exec_ext in '' $ac_executable_extensions; do
Alexandre Julliarddc9f3842006-12-19 16:17:09 +01004332 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
Alexandre Julliarddaa28862002-04-11 21:54:01 +00004333 ac_cv_prog_RANLIB="${ac_tool_prefix}ranlib"
Alexandre Julliard25e9e4f2009-08-10 14:27:28 +02004334 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
Alexandre Julliarddaa28862002-04-11 21:54:01 +00004335 break 2
4336 fi
4337done
Alexandre Julliard25e9e4f2009-08-10 14:27:28 +02004338 done
Alexandre Julliardfc6ffb22006-05-25 20:08:12 +02004339IFS=$as_save_IFS
Alexandre Julliardf5818d22002-02-14 19:47:29 +00004340
Alexandre Julliarde2991ea1995-07-29 13:09:43 +00004341fi
Alexandre Julliarde2991ea1995-07-29 13:09:43 +00004342fi
Alexandre Julliardf5818d22002-02-14 19:47:29 +00004343RANLIB=$ac_cv_prog_RANLIB
Alexandre Julliardff8331e1995-09-18 11:19:54 +00004344if test -n "$RANLIB"; then
Alexandre Julliard25e9e4f2009-08-10 14:27:28 +02004345 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $RANLIB" >&5
Alexandre Julliardabf50482008-10-31 12:56:53 +01004346$as_echo "$RANLIB" >&6; }
Alexandre Julliardff8331e1995-09-18 11:19:54 +00004347else
Alexandre Julliard25e9e4f2009-08-10 14:27:28 +02004348 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
Alexandre Julliardabf50482008-10-31 12:56:53 +01004349$as_echo "no" >&6; }
Alexandre Julliardf5818d22002-02-14 19:47:29 +00004350fi
4351
Alexandre Julliardfc6ffb22006-05-25 20:08:12 +02004352
Alexandre Julliardf5818d22002-02-14 19:47:29 +00004353fi
4354if test -z "$ac_cv_prog_RANLIB"; then
4355 ac_ct_RANLIB=$RANLIB
4356 # Extract the first word of "ranlib", so it can be a program name with args.
4357set dummy ranlib; ac_word=$2
Alexandre Julliard25e9e4f2009-08-10 14:27:28 +02004358{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
Alexandre Julliardabf50482008-10-31 12:56:53 +01004359$as_echo_n "checking for $ac_word... " >&6; }
Alexandre Julliard25e9e4f2009-08-10 14:27:28 +02004360if test "${ac_cv_prog_ac_ct_RANLIB+set}" = set; then :
Alexandre Julliardabf50482008-10-31 12:56:53 +01004361 $as_echo_n "(cached) " >&6
Alexandre Julliardf5818d22002-02-14 19:47:29 +00004362else
4363 if test -n "$ac_ct_RANLIB"; then
4364 ac_cv_prog_ac_ct_RANLIB="$ac_ct_RANLIB" # Let the user override the test.
4365else
Alexandre Julliarddaa28862002-04-11 21:54:01 +00004366as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
4367for as_dir in $PATH
4368do
4369 IFS=$as_save_IFS
4370 test -z "$as_dir" && as_dir=.
Alexandre Julliard25e9e4f2009-08-10 14:27:28 +02004371 for ac_exec_ext in '' $ac_executable_extensions; do
Alexandre Julliarddc9f3842006-12-19 16:17:09 +01004372 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
Alexandre Julliarddaa28862002-04-11 21:54:01 +00004373 ac_cv_prog_ac_ct_RANLIB="ranlib"
Alexandre Julliard25e9e4f2009-08-10 14:27:28 +02004374 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
Alexandre Julliarddaa28862002-04-11 21:54:01 +00004375 break 2
4376 fi
4377done
Alexandre Julliard25e9e4f2009-08-10 14:27:28 +02004378 done
Alexandre Julliardfc6ffb22006-05-25 20:08:12 +02004379IFS=$as_save_IFS
Alexandre Julliardf5818d22002-02-14 19:47:29 +00004380
Alexandre Julliardf5818d22002-02-14 19:47:29 +00004381fi
4382fi
4383ac_ct_RANLIB=$ac_cv_prog_ac_ct_RANLIB
4384if test -n "$ac_ct_RANLIB"; then
Alexandre Julliard25e9e4f2009-08-10 14:27:28 +02004385 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_ct_RANLIB" >&5
Alexandre Julliardabf50482008-10-31 12:56:53 +01004386$as_echo "$ac_ct_RANLIB" >&6; }
Alexandre Julliardf5818d22002-02-14 19:47:29 +00004387else
Alexandre Julliard25e9e4f2009-08-10 14:27:28 +02004388 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
Alexandre Julliardabf50482008-10-31 12:56:53 +01004389$as_echo "no" >&6; }
Alexandre Julliardf5818d22002-02-14 19:47:29 +00004390fi
4391
Alexandre Julliardfc6ffb22006-05-25 20:08:12 +02004392 if test "x$ac_ct_RANLIB" = x; then
4393 RANLIB=":"
4394 else
4395 case $cross_compiling:$ac_tool_warned in
4396yes:)
Alexandre Julliard25e9e4f2009-08-10 14:27:28 +02004397{ $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: using cross tools not prefixed with host triplet" >&5
Alexandre Julliardabf50482008-10-31 12:56:53 +01004398$as_echo "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;}
Alexandre Julliardfc6ffb22006-05-25 20:08:12 +02004399ac_tool_warned=yes ;;
4400esac
4401 RANLIB=$ac_ct_RANLIB
4402 fi
Alexandre Julliardf5818d22002-02-14 19:47:29 +00004403else
4404 RANLIB="$ac_cv_prog_RANLIB"
Alexandre Julliardff8331e1995-09-18 11:19:54 +00004405fi
Alexandre Julliarde2991ea1995-07-29 13:09:43 +00004406
Alexandre Julliardfc01b722002-05-12 03:16:39 +00004407if test -n "$ac_tool_prefix"; then
4408 # Extract the first word of "${ac_tool_prefix}strip", so it can be a program name with args.
4409set dummy ${ac_tool_prefix}strip; ac_word=$2
Alexandre Julliard25e9e4f2009-08-10 14:27:28 +02004410{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
Alexandre Julliardabf50482008-10-31 12:56:53 +01004411$as_echo_n "checking for $ac_word... " >&6; }
Alexandre Julliard25e9e4f2009-08-10 14:27:28 +02004412if test "${ac_cv_prog_STRIP+set}" = set; then :
Alexandre Julliardabf50482008-10-31 12:56:53 +01004413 $as_echo_n "(cached) " >&6
Alexandre Julliardfc01b722002-05-12 03:16:39 +00004414else
4415 if test -n "$STRIP"; then
4416 ac_cv_prog_STRIP="$STRIP" # Let the user override the test.
4417else
4418as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
4419for as_dir in $PATH
4420do
4421 IFS=$as_save_IFS
4422 test -z "$as_dir" && as_dir=.
Alexandre Julliard25e9e4f2009-08-10 14:27:28 +02004423 for ac_exec_ext in '' $ac_executable_extensions; do
Alexandre Julliarddc9f3842006-12-19 16:17:09 +01004424 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
Alexandre Julliardfc01b722002-05-12 03:16:39 +00004425 ac_cv_prog_STRIP="${ac_tool_prefix}strip"
Alexandre Julliard25e9e4f2009-08-10 14:27:28 +02004426 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
Alexandre Julliardfc01b722002-05-12 03:16:39 +00004427 break 2
4428 fi
4429done
Alexandre Julliard25e9e4f2009-08-10 14:27:28 +02004430 done
Alexandre Julliardfc6ffb22006-05-25 20:08:12 +02004431IFS=$as_save_IFS
Alexandre Julliardfc01b722002-05-12 03:16:39 +00004432
4433fi
4434fi
4435STRIP=$ac_cv_prog_STRIP
4436if test -n "$STRIP"; then
Alexandre Julliard25e9e4f2009-08-10 14:27:28 +02004437 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $STRIP" >&5
Alexandre Julliardabf50482008-10-31 12:56:53 +01004438$as_echo "$STRIP" >&6; }
Alexandre Julliardfc01b722002-05-12 03:16:39 +00004439else
Alexandre Julliard25e9e4f2009-08-10 14:27:28 +02004440 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
Alexandre Julliardabf50482008-10-31 12:56:53 +01004441$as_echo "no" >&6; }
Alexandre Julliardfc01b722002-05-12 03:16:39 +00004442fi
4443
Alexandre Julliardfc6ffb22006-05-25 20:08:12 +02004444
Alexandre Julliardfc01b722002-05-12 03:16:39 +00004445fi
4446if test -z "$ac_cv_prog_STRIP"; then
4447 ac_ct_STRIP=$STRIP
4448 # Extract the first word of "strip", so it can be a program name with args.
4449set dummy strip; ac_word=$2
Alexandre Julliard25e9e4f2009-08-10 14:27:28 +02004450{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
Alexandre Julliardabf50482008-10-31 12:56:53 +01004451$as_echo_n "checking for $ac_word... " >&6; }
Alexandre Julliard25e9e4f2009-08-10 14:27:28 +02004452if test "${ac_cv_prog_ac_ct_STRIP+set}" = set; then :
Alexandre Julliardabf50482008-10-31 12:56:53 +01004453 $as_echo_n "(cached) " >&6
Alexandre Julliardfc01b722002-05-12 03:16:39 +00004454else
4455 if test -n "$ac_ct_STRIP"; then
4456 ac_cv_prog_ac_ct_STRIP="$ac_ct_STRIP" # Let the user override the test.
4457else
4458as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
4459for as_dir in $PATH
4460do
4461 IFS=$as_save_IFS
4462 test -z "$as_dir" && as_dir=.
Alexandre Julliard25e9e4f2009-08-10 14:27:28 +02004463 for ac_exec_ext in '' $ac_executable_extensions; do
Alexandre Julliarddc9f3842006-12-19 16:17:09 +01004464 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
Alexandre Julliardfc01b722002-05-12 03:16:39 +00004465 ac_cv_prog_ac_ct_STRIP="strip"
Alexandre Julliard25e9e4f2009-08-10 14:27:28 +02004466 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
Alexandre Julliardfc01b722002-05-12 03:16:39 +00004467 break 2
4468 fi
4469done
Alexandre Julliard25e9e4f2009-08-10 14:27:28 +02004470 done
Alexandre Julliardfc6ffb22006-05-25 20:08:12 +02004471IFS=$as_save_IFS
Alexandre Julliardfc01b722002-05-12 03:16:39 +00004472
Alexandre Julliardfc01b722002-05-12 03:16:39 +00004473fi
4474fi
4475ac_ct_STRIP=$ac_cv_prog_ac_ct_STRIP
4476if test -n "$ac_ct_STRIP"; then
Alexandre Julliard25e9e4f2009-08-10 14:27:28 +02004477 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_ct_STRIP" >&5
Alexandre Julliardabf50482008-10-31 12:56:53 +01004478$as_echo "$ac_ct_STRIP" >&6; }
Alexandre Julliardfc01b722002-05-12 03:16:39 +00004479else
Alexandre Julliard25e9e4f2009-08-10 14:27:28 +02004480 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
Alexandre Julliardabf50482008-10-31 12:56:53 +01004481$as_echo "no" >&6; }
Alexandre Julliardfc01b722002-05-12 03:16:39 +00004482fi
4483
Alexandre Julliardfc6ffb22006-05-25 20:08:12 +02004484 if test "x$ac_ct_STRIP" = x; then
4485 STRIP="strip"
4486 else
4487 case $cross_compiling:$ac_tool_warned in
4488yes:)
Alexandre Julliard25e9e4f2009-08-10 14:27:28 +02004489{ $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: using cross tools not prefixed with host triplet" >&5
Alexandre Julliardabf50482008-10-31 12:56:53 +01004490$as_echo "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;}
Alexandre Julliardfc6ffb22006-05-25 20:08:12 +02004491ac_tool_warned=yes ;;
4492esac
4493 STRIP=$ac_ct_STRIP
4494 fi
Alexandre Julliardfc01b722002-05-12 03:16:39 +00004495else
4496 STRIP="$ac_cv_prog_STRIP"
4497fi
4498
Alexandre Julliard25e9e4f2009-08-10 14:27:28 +02004499{ $as_echo "$as_me:${as_lineno-$LINENO}: checking whether ln -s works" >&5
Alexandre Julliardabf50482008-10-31 12:56:53 +01004500$as_echo_n "checking whether ln -s works... " >&6; }
Alexandre Julliardf5818d22002-02-14 19:47:29 +00004501LN_S=$as_ln_s
4502if test "$LN_S" = "ln -s"; then
Alexandre Julliard25e9e4f2009-08-10 14:27:28 +02004503 { $as_echo "$as_me:${as_lineno-$LINENO}: result: yes" >&5
Alexandre Julliardabf50482008-10-31 12:56:53 +01004504$as_echo "yes" >&6; }
Alexandre Julliard641ee761997-08-04 16:34:36 +00004505else
Alexandre Julliard25e9e4f2009-08-10 14:27:28 +02004506 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no, using $LN_S" >&5
Alexandre Julliardabf50482008-10-31 12:56:53 +01004507$as_echo "no, using $LN_S" >&6; }
Alexandre Julliard641ee761997-08-04 16:34:36 +00004508fi
4509
Alexandre Julliard25e9e4f2009-08-10 14:27:28 +02004510{ $as_echo "$as_me:${as_lineno-$LINENO}: checking whether ln works" >&5
Alexandre Julliardabf50482008-10-31 12:56:53 +01004511$as_echo_n "checking whether ln works... " >&6; }
Alexandre Julliarddf234a92002-05-22 02:10:39 +00004512rm -f conf$$ conf$$.file
4513echo >conf$$.file
4514if ln conf$$.file conf$$ 2>/dev/null; then
4515 LN=ln
4516
Alexandre Julliard25e9e4f2009-08-10 14:27:28 +02004517 { $as_echo "$as_me:${as_lineno-$LINENO}: result: yes" >&5
Alexandre Julliardabf50482008-10-31 12:56:53 +01004518$as_echo "yes" >&6; }
Alexandre Julliarddf234a92002-05-22 02:10:39 +00004519else
4520 LN="cp -p"
4521
Alexandre Julliard25e9e4f2009-08-10 14:27:28 +02004522 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no, using $LN" >&5
Alexandre Julliardabf50482008-10-31 12:56:53 +01004523$as_echo "no, using $LN" >&6; }
Alexandre Julliarddf234a92002-05-22 02:10:39 +00004524fi
4525rm -f conf$$ conf$$.file
Alexandre Julliard25e9e4f2009-08-10 14:27:28 +02004526{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for grep that handles long lines and -e" >&5
Alexandre Julliardabf50482008-10-31 12:56:53 +01004527$as_echo_n "checking for grep that handles long lines and -e... " >&6; }
Alexandre Julliard25e9e4f2009-08-10 14:27:28 +02004528if test "${ac_cv_path_GREP+set}" = set; then :
Alexandre Julliardabf50482008-10-31 12:56:53 +01004529 $as_echo_n "(cached) " >&6
Alexandre Julliardc6264912004-08-16 20:09:37 +00004530else
Alexandre Julliardabf50482008-10-31 12:56:53 +01004531 if test -z "$GREP"; then
Alexandre Julliardfc6ffb22006-05-25 20:08:12 +02004532 ac_path_GREP_found=false
Alexandre Julliardabf50482008-10-31 12:56:53 +01004533 # Loop through the user's path and test for each of PROGNAME-LIST
4534 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
Alexandre Julliardfc6ffb22006-05-25 20:08:12 +02004535for as_dir in $PATH$PATH_SEPARATOR/usr/xpg4/bin
4536do
4537 IFS=$as_save_IFS
4538 test -z "$as_dir" && as_dir=.
Alexandre Julliard25e9e4f2009-08-10 14:27:28 +02004539 for ac_prog in grep ggrep; do
Alexandre Julliardabf50482008-10-31 12:56:53 +01004540 for ac_exec_ext in '' $ac_executable_extensions; do
4541 ac_path_GREP="$as_dir/$ac_prog$ac_exec_ext"
4542 { test -f "$ac_path_GREP" && $as_test_x "$ac_path_GREP"; } || continue
4543# Check for GNU ac_path_GREP and select it if it is found.
Alexandre Julliardfc6ffb22006-05-25 20:08:12 +02004544 # Check for GNU $ac_path_GREP
4545case `"$ac_path_GREP" --version 2>&1` in
4546*GNU*)
4547 ac_cv_path_GREP="$ac_path_GREP" ac_path_GREP_found=:;;
4548*)
4549 ac_count=0
Alexandre Julliardabf50482008-10-31 12:56:53 +01004550 $as_echo_n 0123456789 >"conftest.in"
Alexandre Julliardfc6ffb22006-05-25 20:08:12 +02004551 while :
4552 do
4553 cat "conftest.in" "conftest.in" >"conftest.tmp"
4554 mv "conftest.tmp" "conftest.in"
4555 cp "conftest.in" "conftest.nl"
Alexandre Julliardabf50482008-10-31 12:56:53 +01004556 $as_echo 'GREP' >> "conftest.nl"
Alexandre Julliardfc6ffb22006-05-25 20:08:12 +02004557 "$ac_path_GREP" -e 'GREP$' -e '-(cannot match)-' < "conftest.nl" >"conftest.out" 2>/dev/null || break
4558 diff "conftest.out" "conftest.nl" >/dev/null 2>&1 || break
Alexandre Julliard25e9e4f2009-08-10 14:27:28 +02004559 as_fn_arith $ac_count + 1 && ac_count=$as_val
Alexandre Julliardfc6ffb22006-05-25 20:08:12 +02004560 if test $ac_count -gt ${ac_path_GREP_max-0}; then
4561 # Best one so far, save it but keep looking for a better one
4562 ac_cv_path_GREP="$ac_path_GREP"
4563 ac_path_GREP_max=$ac_count
Alexandre Julliardc6264912004-08-16 20:09:37 +00004564 fi
Alexandre Julliardfc6ffb22006-05-25 20:08:12 +02004565 # 10*(2^10) chars as input seems more than enough
4566 test $ac_count -gt 10 && break
4567 done
Jeremy White0ebeb532006-06-20 13:18:41 +02004568 rm -f conftest.in conftest.tmp conftest.nl conftest.out;;
Alexandre Julliardfc6ffb22006-05-25 20:08:12 +02004569esac
4570
Alexandre Julliardabf50482008-10-31 12:56:53 +01004571 $ac_path_GREP_found && break 3
4572 done
Alexandre Julliardfc6ffb22006-05-25 20:08:12 +02004573 done
Alexandre Julliard25e9e4f2009-08-10 14:27:28 +02004574 done
Alexandre Julliardfc6ffb22006-05-25 20:08:12 +02004575IFS=$as_save_IFS
Alexandre Julliardabf50482008-10-31 12:56:53 +01004576 if test -z "$ac_cv_path_GREP"; then
Alexandre Julliard25e9e4f2009-08-10 14:27:28 +02004577 as_fn_error "no acceptable grep could be found in $PATH$PATH_SEPARATOR/usr/xpg4/bin" "$LINENO" 5
Alexandre Julliardabf50482008-10-31 12:56:53 +01004578 fi
Alexandre Julliardfc6ffb22006-05-25 20:08:12 +02004579else
4580 ac_cv_path_GREP=$GREP
4581fi
4582
Alexandre Julliardfc6ffb22006-05-25 20:08:12 +02004583fi
Alexandre Julliard25e9e4f2009-08-10 14:27:28 +02004584{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_path_GREP" >&5
Alexandre Julliardabf50482008-10-31 12:56:53 +01004585$as_echo "$ac_cv_path_GREP" >&6; }
Alexandre Julliardfc6ffb22006-05-25 20:08:12 +02004586 GREP="$ac_cv_path_GREP"
4587
4588
Alexandre Julliard25e9e4f2009-08-10 14:27:28 +02004589{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for egrep" >&5
Alexandre Julliardabf50482008-10-31 12:56:53 +01004590$as_echo_n "checking for egrep... " >&6; }
Alexandre Julliard25e9e4f2009-08-10 14:27:28 +02004591if test "${ac_cv_path_EGREP+set}" = set; then :
Alexandre Julliardabf50482008-10-31 12:56:53 +01004592 $as_echo_n "(cached) " >&6
Alexandre Julliardfc6ffb22006-05-25 20:08:12 +02004593else
4594 if echo a | $GREP -E '(a|b)' >/dev/null 2>&1
4595 then ac_cv_path_EGREP="$GREP -E"
4596 else
Alexandre Julliardabf50482008-10-31 12:56:53 +01004597 if test -z "$EGREP"; then
Alexandre Julliardfc6ffb22006-05-25 20:08:12 +02004598 ac_path_EGREP_found=false
Alexandre Julliardabf50482008-10-31 12:56:53 +01004599 # Loop through the user's path and test for each of PROGNAME-LIST
4600 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
Alexandre Julliardfc6ffb22006-05-25 20:08:12 +02004601for as_dir in $PATH$PATH_SEPARATOR/usr/xpg4/bin
4602do
4603 IFS=$as_save_IFS
4604 test -z "$as_dir" && as_dir=.
Alexandre Julliard25e9e4f2009-08-10 14:27:28 +02004605 for ac_prog in egrep; do
Alexandre Julliardabf50482008-10-31 12:56:53 +01004606 for ac_exec_ext in '' $ac_executable_extensions; do
4607 ac_path_EGREP="$as_dir/$ac_prog$ac_exec_ext"
4608 { test -f "$ac_path_EGREP" && $as_test_x "$ac_path_EGREP"; } || continue
4609# Check for GNU ac_path_EGREP and select it if it is found.
Alexandre Julliardfc6ffb22006-05-25 20:08:12 +02004610 # Check for GNU $ac_path_EGREP
4611case `"$ac_path_EGREP" --version 2>&1` in
4612*GNU*)
4613 ac_cv_path_EGREP="$ac_path_EGREP" ac_path_EGREP_found=:;;
4614*)
4615 ac_count=0
Alexandre Julliardabf50482008-10-31 12:56:53 +01004616 $as_echo_n 0123456789 >"conftest.in"
Alexandre Julliardfc6ffb22006-05-25 20:08:12 +02004617 while :
4618 do
4619 cat "conftest.in" "conftest.in" >"conftest.tmp"
4620 mv "conftest.tmp" "conftest.in"
4621 cp "conftest.in" "conftest.nl"
Alexandre Julliardabf50482008-10-31 12:56:53 +01004622 $as_echo 'EGREP' >> "conftest.nl"
Alexandre Julliardfc6ffb22006-05-25 20:08:12 +02004623 "$ac_path_EGREP" 'EGREP$' < "conftest.nl" >"conftest.out" 2>/dev/null || break
4624 diff "conftest.out" "conftest.nl" >/dev/null 2>&1 || break
Alexandre Julliard25e9e4f2009-08-10 14:27:28 +02004625 as_fn_arith $ac_count + 1 && ac_count=$as_val
Alexandre Julliardfc6ffb22006-05-25 20:08:12 +02004626 if test $ac_count -gt ${ac_path_EGREP_max-0}; then
4627 # Best one so far, save it but keep looking for a better one
4628 ac_cv_path_EGREP="$ac_path_EGREP"
4629 ac_path_EGREP_max=$ac_count
4630 fi
4631 # 10*(2^10) chars as input seems more than enough
4632 test $ac_count -gt 10 && break
4633 done
Jeremy White0ebeb532006-06-20 13:18:41 +02004634 rm -f conftest.in conftest.tmp conftest.nl conftest.out;;
Alexandre Julliardfc6ffb22006-05-25 20:08:12 +02004635esac
4636
Alexandre Julliardabf50482008-10-31 12:56:53 +01004637 $ac_path_EGREP_found && break 3
4638 done
Alexandre Julliardfc6ffb22006-05-25 20:08:12 +02004639 done
Alexandre Julliard25e9e4f2009-08-10 14:27:28 +02004640 done
Alexandre Julliardfc6ffb22006-05-25 20:08:12 +02004641IFS=$as_save_IFS
Alexandre Julliardabf50482008-10-31 12:56:53 +01004642 if test -z "$ac_cv_path_EGREP"; then
Alexandre Julliard25e9e4f2009-08-10 14:27:28 +02004643 as_fn_error "no acceptable egrep could be found in $PATH$PATH_SEPARATOR/usr/xpg4/bin" "$LINENO" 5
Alexandre Julliardabf50482008-10-31 12:56:53 +01004644 fi
Alexandre Julliardfc6ffb22006-05-25 20:08:12 +02004645else
4646 ac_cv_path_EGREP=$EGREP
4647fi
4648
Alexandre Julliardfc6ffb22006-05-25 20:08:12 +02004649 fi
4650fi
Alexandre Julliard25e9e4f2009-08-10 14:27:28 +02004651{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_path_EGREP" >&5
Alexandre Julliardabf50482008-10-31 12:56:53 +01004652$as_echo "$ac_cv_path_EGREP" >&6; }
Alexandre Julliardfc6ffb22006-05-25 20:08:12 +02004653 EGREP="$ac_cv_path_EGREP"
Alexandre Julliardc6264912004-08-16 20:09:37 +00004654
4655
James Juranffe6b761999-06-12 08:21:57 +00004656# Extract the first word of "ldconfig", so it can be a program name with args.
4657set dummy ldconfig; ac_word=$2
Alexandre Julliard25e9e4f2009-08-10 14:27:28 +02004658{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
Alexandre Julliardabf50482008-10-31 12:56:53 +01004659$as_echo_n "checking for $ac_word... " >&6; }
Alexandre Julliard25e9e4f2009-08-10 14:27:28 +02004660if test "${ac_cv_path_LDCONFIG+set}" = set; then :
Alexandre Julliardabf50482008-10-31 12:56:53 +01004661 $as_echo_n "(cached) " >&6
James Juranffe6b761999-06-12 08:21:57 +00004662else
Alexandre Julliardf5818d22002-02-14 19:47:29 +00004663 case $LDCONFIG in
4664 [\\/]* | ?:[\\/]*)
James Juranffe6b761999-06-12 08:21:57 +00004665 ac_cv_path_LDCONFIG="$LDCONFIG" # Let the user override the test with a path.
4666 ;;
4667 *)
Alexandre Julliarddaa28862002-04-11 21:54:01 +00004668 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
Bill Medland91372b32002-04-20 21:00:42 +00004669for as_dir in /sbin /usr/sbin $PATH
Alexandre Julliarddaa28862002-04-11 21:54:01 +00004670do
4671 IFS=$as_save_IFS
4672 test -z "$as_dir" && as_dir=.
Alexandre Julliard25e9e4f2009-08-10 14:27:28 +02004673 for ac_exec_ext in '' $ac_executable_extensions; do
Alexandre Julliarddc9f3842006-12-19 16:17:09 +01004674 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
Alexandre Julliarddaa28862002-04-11 21:54:01 +00004675 ac_cv_path_LDCONFIG="$as_dir/$ac_word$ac_exec_ext"
Alexandre Julliard25e9e4f2009-08-10 14:27:28 +02004676 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
Alexandre Julliarddaa28862002-04-11 21:54:01 +00004677 break 2
4678 fi
4679done
Alexandre Julliard25e9e4f2009-08-10 14:27:28 +02004680 done
Alexandre Julliardfc6ffb22006-05-25 20:08:12 +02004681IFS=$as_save_IFS
Alexandre Julliardf5818d22002-02-14 19:47:29 +00004682
Alexandre Julliard318f4ce2000-01-31 05:02:49 +00004683 test -z "$ac_cv_path_LDCONFIG" && ac_cv_path_LDCONFIG="true"
James Juranffe6b761999-06-12 08:21:57 +00004684 ;;
4685esac
4686fi
Alexandre Julliardf5818d22002-02-14 19:47:29 +00004687LDCONFIG=$ac_cv_path_LDCONFIG
James Juranffe6b761999-06-12 08:21:57 +00004688if test -n "$LDCONFIG"; then
Alexandre Julliard25e9e4f2009-08-10 14:27:28 +02004689 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $LDCONFIG" >&5
Alexandre Julliardabf50482008-10-31 12:56:53 +01004690$as_echo "$LDCONFIG" >&6; }
James Juranffe6b761999-06-12 08:21:57 +00004691else
Alexandre Julliard25e9e4f2009-08-10 14:27:28 +02004692 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
Alexandre Julliardabf50482008-10-31 12:56:53 +01004693$as_echo "no" >&6; }
James Juranffe6b761999-06-12 08:21:57 +00004694fi
4695
Alexandre Julliardfc6ffb22006-05-25 20:08:12 +02004696
Alexandre Julliarde24bcc72002-12-24 00:35:19 +00004697# Find a good install program. We prefer a C program (faster),
4698# so one script is as good as another. But avoid the broken or
4699# incompatible versions:
4700# SysV /etc/install, /usr/sbin/install
4701# SunOS /usr/etc/install
4702# IRIX /sbin/install
4703# AIX /bin/install
4704# AmigaOS /C/install, which installs bootblocks on floppy discs
4705# AIX 4 /usr/bin/installbsd, which doesn't work without a -g flag
4706# AFS /usr/afsws/bin/install, which mishandles nonexistent args
4707# SVR4 /usr/ucb/install, which tries to use the nonexistent group "staff"
Alexandre Julliard875927f2004-01-02 01:55:29 +00004708# OS/2's system install, which has a completely different semantic
Alexandre Julliarde24bcc72002-12-24 00:35:19 +00004709# ./install, which can be erroneously created by make from ./install.sh.
Alexandre Julliardabf50482008-10-31 12:56:53 +01004710# Reject install programs that cannot install multiple files.
Alexandre Julliard25e9e4f2009-08-10 14:27:28 +02004711{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for a BSD-compatible install" >&5
Alexandre Julliardabf50482008-10-31 12:56:53 +01004712$as_echo_n "checking for a BSD-compatible install... " >&6; }
Alexandre Julliarde24bcc72002-12-24 00:35:19 +00004713if test -z "$INSTALL"; then
Alexandre Julliard25e9e4f2009-08-10 14:27:28 +02004714if test "${ac_cv_path_install+set}" = set; then :
Alexandre Julliardabf50482008-10-31 12:56:53 +01004715 $as_echo_n "(cached) " >&6
Alexandre Julliarde24bcc72002-12-24 00:35:19 +00004716else
4717 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
4718for as_dir in $PATH
4719do
4720 IFS=$as_save_IFS
4721 test -z "$as_dir" && as_dir=.
Alexandre Julliard25e9e4f2009-08-10 14:27:28 +02004722 # Account for people who put trailing slashes in PATH elements.
4723case $as_dir/ in #((
4724 ./ | .// | /[cC]/* | \
Alexandre Julliarde24bcc72002-12-24 00:35:19 +00004725 /etc/* | /usr/sbin/* | /usr/etc/* | /sbin/* | /usr/afsws/bin/* | \
Alexandre Julliard25e9e4f2009-08-10 14:27:28 +02004726 ?:[\\/]os2[\\/]install[\\/]* | ?:[\\/]OS2[\\/]INSTALL[\\/]* | \
Alexandre Julliarde24bcc72002-12-24 00:35:19 +00004727 /usr/ucb/* ) ;;
4728 *)
4729 # OSF1 and SCO ODT 3.0 have their own names for install.
4730 # Don't use installbsd from OSF since it installs stuff as root
4731 # by default.
4732 for ac_prog in ginstall scoinst install; do
4733 for ac_exec_ext in '' $ac_executable_extensions; do
Alexandre Julliarddc9f3842006-12-19 16:17:09 +01004734 if { test -f "$as_dir/$ac_prog$ac_exec_ext" && $as_test_x "$as_dir/$ac_prog$ac_exec_ext"; }; then
Alexandre Julliard875927f2004-01-02 01:55:29 +00004735 if test $ac_prog = install &&
4736 grep dspmsg "$as_dir/$ac_prog$ac_exec_ext" >/dev/null 2>&1; then
4737 # AIX install. It has an incompatible calling convention.
4738 :
4739 elif test $ac_prog = install &&
4740 grep pwplus "$as_dir/$ac_prog$ac_exec_ext" >/dev/null 2>&1; then
4741 # program-specific install script used by HP pwplus--don't use.
4742 :
4743 else
Alexandre Julliardabf50482008-10-31 12:56:53 +01004744 rm -rf conftest.one conftest.two conftest.dir
4745 echo one > conftest.one
4746 echo two > conftest.two
4747 mkdir conftest.dir
4748 if "$as_dir/$ac_prog$ac_exec_ext" -c conftest.one conftest.two "`pwd`/conftest.dir" &&
4749 test -s conftest.one && test -s conftest.two &&
4750 test -s conftest.dir/conftest.one &&
4751 test -s conftest.dir/conftest.two
4752 then
4753 ac_cv_path_install="$as_dir/$ac_prog$ac_exec_ext -c"
4754 break 3
4755 fi
Alexandre Julliard875927f2004-01-02 01:55:29 +00004756 fi
4757 fi
Alexandre Julliarde24bcc72002-12-24 00:35:19 +00004758 done
4759 done
4760 ;;
4761esac
Alexandre Julliardabf50482008-10-31 12:56:53 +01004762
Alexandre Julliard25e9e4f2009-08-10 14:27:28 +02004763 done
Alexandre Julliardfc6ffb22006-05-25 20:08:12 +02004764IFS=$as_save_IFS
Alexandre Julliarde24bcc72002-12-24 00:35:19 +00004765
Alexandre Julliardabf50482008-10-31 12:56:53 +01004766rm -rf conftest.one conftest.two conftest.dir
Alexandre Julliarde24bcc72002-12-24 00:35:19 +00004767
4768fi
4769 if test "${ac_cv_path_install+set}" = set; then
4770 INSTALL=$ac_cv_path_install
4771 else
Alexandre Julliardfc6ffb22006-05-25 20:08:12 +02004772 # As a last resort, use the slow shell script. Don't cache a
4773 # value for INSTALL within a source directory, because that will
Alexandre Julliarde24bcc72002-12-24 00:35:19 +00004774 # break other packages using the cache if that directory is
Alexandre Julliardfc6ffb22006-05-25 20:08:12 +02004775 # removed, or if the value is a relative name.
Alexandre Julliarde24bcc72002-12-24 00:35:19 +00004776 INSTALL=$ac_install_sh
4777 fi
4778fi
Alexandre Julliard25e9e4f2009-08-10 14:27:28 +02004779{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $INSTALL" >&5
Alexandre Julliardabf50482008-10-31 12:56:53 +01004780$as_echo "$INSTALL" >&6; }
Alexandre Julliarde24bcc72002-12-24 00:35:19 +00004781
4782# Use test -z because SunOS4 sh mishandles braces in ${var-val}.
4783# It thinks the first close brace ends the variable substitution.
4784test -z "$INSTALL_PROGRAM" && INSTALL_PROGRAM='${INSTALL}'
4785
4786test -z "$INSTALL_SCRIPT" && INSTALL_SCRIPT='${INSTALL}'
4787
4788test -z "$INSTALL_DATA" && INSTALL_DATA='${INSTALL} -m 644'
4789
4790case "$INSTALL" in
Alexandre Julliard8418d8f2002-12-24 02:39:47 +00004791 [\\/$]* | ?:[\\/]* ) ;;
Alexandre Julliarde24bcc72002-12-24 00:35:19 +00004792 *) INSTALL="\\\$(TOPSRCDIR)/$INSTALL" ;;
4793esac
Alexandre Julliarddaa28862002-04-11 21:54:01 +00004794
Patrik Stridvalla9be64e1999-07-31 17:39:44 +00004795for ac_prog in lclint lint
4796do
Alexandre Julliardf5818d22002-02-14 19:47:29 +00004797 # Extract the first word of "$ac_prog", so it can be a program name with args.
Patrik Stridvalla9be64e1999-07-31 17:39:44 +00004798set dummy $ac_prog; ac_word=$2
Alexandre Julliard25e9e4f2009-08-10 14:27:28 +02004799{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
Alexandre Julliardabf50482008-10-31 12:56:53 +01004800$as_echo_n "checking for $ac_word... " >&6; }
Alexandre Julliard25e9e4f2009-08-10 14:27:28 +02004801if test "${ac_cv_prog_LINT+set}" = set; then :
Alexandre Julliardabf50482008-10-31 12:56:53 +01004802 $as_echo_n "(cached) " >&6
Patrik Stridvalla9be64e1999-07-31 17:39:44 +00004803else
4804 if test -n "$LINT"; then
4805 ac_cv_prog_LINT="$LINT" # Let the user override the test.
4806else
Alexandre Julliarddaa28862002-04-11 21:54:01 +00004807as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
4808for as_dir in $PATH
4809do
4810 IFS=$as_save_IFS
4811 test -z "$as_dir" && as_dir=.
Alexandre Julliard25e9e4f2009-08-10 14:27:28 +02004812 for ac_exec_ext in '' $ac_executable_extensions; do
Alexandre Julliarddc9f3842006-12-19 16:17:09 +01004813 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
Alexandre Julliarddaa28862002-04-11 21:54:01 +00004814 ac_cv_prog_LINT="$ac_prog"
Alexandre Julliard25e9e4f2009-08-10 14:27:28 +02004815 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
Alexandre Julliarddaa28862002-04-11 21:54:01 +00004816 break 2
4817 fi
4818done
Alexandre Julliard25e9e4f2009-08-10 14:27:28 +02004819 done
Alexandre Julliardfc6ffb22006-05-25 20:08:12 +02004820IFS=$as_save_IFS
Alexandre Julliardf5818d22002-02-14 19:47:29 +00004821
Patrik Stridvalla9be64e1999-07-31 17:39:44 +00004822fi
4823fi
Alexandre Julliardf5818d22002-02-14 19:47:29 +00004824LINT=$ac_cv_prog_LINT
Patrik Stridvalla9be64e1999-07-31 17:39:44 +00004825if test -n "$LINT"; then
Alexandre Julliard25e9e4f2009-08-10 14:27:28 +02004826 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $LINT" >&5
Alexandre Julliardabf50482008-10-31 12:56:53 +01004827$as_echo "$LINT" >&6; }
Patrik Stridvalla9be64e1999-07-31 17:39:44 +00004828else
Alexandre Julliard25e9e4f2009-08-10 14:27:28 +02004829 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
Alexandre Julliardabf50482008-10-31 12:56:53 +01004830$as_echo "no" >&6; }
Patrik Stridvalla9be64e1999-07-31 17:39:44 +00004831fi
4832
Alexandre Julliardfc6ffb22006-05-25 20:08:12 +02004833
Alexandre Julliardf5818d22002-02-14 19:47:29 +00004834 test -n "$LINT" && break
Patrik Stridvalla9be64e1999-07-31 17:39:44 +00004835done
4836
4837if test "$LINT" = "lint"
4838then
4839 LINTFLAGS="$LINTFLAGS -errchk=%all,no%longptr64 -errhdr=%user -Ncheck=macro -Nlevel=4"
4840 fi
4841
Alexandre Julliarddaa28862002-04-11 21:54:01 +00004842
4843
Huw Davies00acb5f2004-08-17 22:33:14 +00004844for ac_prog in fontforge
4845do
4846 # Extract the first word of "$ac_prog", so it can be a program name with args.
4847set dummy $ac_prog; ac_word=$2
Alexandre Julliard25e9e4f2009-08-10 14:27:28 +02004848{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
Alexandre Julliardabf50482008-10-31 12:56:53 +01004849$as_echo_n "checking for $ac_word... " >&6; }
Alexandre Julliard25e9e4f2009-08-10 14:27:28 +02004850if test "${ac_cv_prog_FONTFORGE+set}" = set; then :
Alexandre Julliardabf50482008-10-31 12:56:53 +01004851 $as_echo_n "(cached) " >&6
Huw Davies00acb5f2004-08-17 22:33:14 +00004852else
4853 if test -n "$FONTFORGE"; then
4854 ac_cv_prog_FONTFORGE="$FONTFORGE" # Let the user override the test.
4855else
4856as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
4857for as_dir in $PATH
4858do
4859 IFS=$as_save_IFS
4860 test -z "$as_dir" && as_dir=.
Alexandre Julliard25e9e4f2009-08-10 14:27:28 +02004861 for ac_exec_ext in '' $ac_executable_extensions; do
Alexandre Julliarddc9f3842006-12-19 16:17:09 +01004862 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
Huw Davies00acb5f2004-08-17 22:33:14 +00004863 ac_cv_prog_FONTFORGE="$ac_prog"
Alexandre Julliard25e9e4f2009-08-10 14:27:28 +02004864 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
Huw Davies00acb5f2004-08-17 22:33:14 +00004865 break 2
4866 fi
4867done
Alexandre Julliard25e9e4f2009-08-10 14:27:28 +02004868 done
Alexandre Julliardfc6ffb22006-05-25 20:08:12 +02004869IFS=$as_save_IFS
Huw Davies00acb5f2004-08-17 22:33:14 +00004870
4871fi
4872fi
4873FONTFORGE=$ac_cv_prog_FONTFORGE
4874if test -n "$FONTFORGE"; then
Alexandre Julliard25e9e4f2009-08-10 14:27:28 +02004875 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $FONTFORGE" >&5
Alexandre Julliardabf50482008-10-31 12:56:53 +01004876$as_echo "$FONTFORGE" >&6; }
Huw Davies00acb5f2004-08-17 22:33:14 +00004877else
Alexandre Julliard25e9e4f2009-08-10 14:27:28 +02004878 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
Alexandre Julliardabf50482008-10-31 12:56:53 +01004879$as_echo "no" >&6; }
Huw Davies00acb5f2004-08-17 22:33:14 +00004880fi
4881
Alexandre Julliardfc6ffb22006-05-25 20:08:12 +02004882
Huw Davies00acb5f2004-08-17 22:33:14 +00004883 test -n "$FONTFORGE" && break
4884done
4885test -n "$FONTFORGE" || FONTFORGE="false"
Dimitrie O. Paunb817a3c2003-10-09 04:33:20 +00004886
Mike McCormack90c75bd2005-08-08 18:36:53 +00004887for ac_prog in pkg-config
4888do
4889 # Extract the first word of "$ac_prog", so it can be a program name with args.
4890set dummy $ac_prog; ac_word=$2
Alexandre Julliard25e9e4f2009-08-10 14:27:28 +02004891{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
Alexandre Julliardabf50482008-10-31 12:56:53 +01004892$as_echo_n "checking for $ac_word... " >&6; }
Alexandre Julliard25e9e4f2009-08-10 14:27:28 +02004893if test "${ac_cv_prog_PKG_CONFIG+set}" = set; then :
Alexandre Julliardabf50482008-10-31 12:56:53 +01004894 $as_echo_n "(cached) " >&6
Mike McCormack90c75bd2005-08-08 18:36:53 +00004895else
4896 if test -n "$PKG_CONFIG"; then
4897 ac_cv_prog_PKG_CONFIG="$PKG_CONFIG" # Let the user override the test.
4898else
4899as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
4900for as_dir in $PATH
4901do
4902 IFS=$as_save_IFS
4903 test -z "$as_dir" && as_dir=.
Alexandre Julliard25e9e4f2009-08-10 14:27:28 +02004904 for ac_exec_ext in '' $ac_executable_extensions; do
Alexandre Julliarddc9f3842006-12-19 16:17:09 +01004905 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
Mike McCormack90c75bd2005-08-08 18:36:53 +00004906 ac_cv_prog_PKG_CONFIG="$ac_prog"
Alexandre Julliard25e9e4f2009-08-10 14:27:28 +02004907 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
Mike McCormack90c75bd2005-08-08 18:36:53 +00004908 break 2
4909 fi
4910done
Alexandre Julliard25e9e4f2009-08-10 14:27:28 +02004911 done
Alexandre Julliardfc6ffb22006-05-25 20:08:12 +02004912IFS=$as_save_IFS
Mike McCormack90c75bd2005-08-08 18:36:53 +00004913
4914fi
4915fi
4916PKG_CONFIG=$ac_cv_prog_PKG_CONFIG
4917if test -n "$PKG_CONFIG"; then
Alexandre Julliard25e9e4f2009-08-10 14:27:28 +02004918 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $PKG_CONFIG" >&5
Alexandre Julliardabf50482008-10-31 12:56:53 +01004919$as_echo "$PKG_CONFIG" >&6; }
Mike McCormack90c75bd2005-08-08 18:36:53 +00004920else
Alexandre Julliard25e9e4f2009-08-10 14:27:28 +02004921 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
Alexandre Julliardabf50482008-10-31 12:56:53 +01004922$as_echo "no" >&6; }
Mike McCormack90c75bd2005-08-08 18:36:53 +00004923fi
4924
Alexandre Julliardfc6ffb22006-05-25 20:08:12 +02004925
Mike McCormack90c75bd2005-08-08 18:36:53 +00004926 test -n "$PKG_CONFIG" && break
4927done
4928test -n "$PKG_CONFIG" || PKG_CONFIG="false"
4929
Alexandre Julliarddc4a4752008-03-20 16:09:18 +01004930for ac_prog in rsvg
4931do
4932 # Extract the first word of "$ac_prog", so it can be a program name with args.
4933set dummy $ac_prog; ac_word=$2
Alexandre Julliard25e9e4f2009-08-10 14:27:28 +02004934{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
Alexandre Julliardabf50482008-10-31 12:56:53 +01004935$as_echo_n "checking for $ac_word... " >&6; }
Alexandre Julliard25e9e4f2009-08-10 14:27:28 +02004936if test "${ac_cv_prog_RSVG+set}" = set; then :
Alexandre Julliardabf50482008-10-31 12:56:53 +01004937 $as_echo_n "(cached) " >&6
Alexandre Julliarddc4a4752008-03-20 16:09:18 +01004938else
4939 if test -n "$RSVG"; then
4940 ac_cv_prog_RSVG="$RSVG" # Let the user override the test.
4941else
4942as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
4943for as_dir in $PATH
4944do
4945 IFS=$as_save_IFS
4946 test -z "$as_dir" && as_dir=.
Alexandre Julliard25e9e4f2009-08-10 14:27:28 +02004947 for ac_exec_ext in '' $ac_executable_extensions; do
Alexandre Julliarddc4a4752008-03-20 16:09:18 +01004948 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
4949 ac_cv_prog_RSVG="$ac_prog"
Alexandre Julliard25e9e4f2009-08-10 14:27:28 +02004950 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
Alexandre Julliarddc4a4752008-03-20 16:09:18 +01004951 break 2
4952 fi
4953done
Alexandre Julliard25e9e4f2009-08-10 14:27:28 +02004954 done
Alexandre Julliarddc4a4752008-03-20 16:09:18 +01004955IFS=$as_save_IFS
4956
4957fi
4958fi
4959RSVG=$ac_cv_prog_RSVG
4960if test -n "$RSVG"; then
Alexandre Julliard25e9e4f2009-08-10 14:27:28 +02004961 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $RSVG" >&5
Alexandre Julliardabf50482008-10-31 12:56:53 +01004962$as_echo "$RSVG" >&6; }
Alexandre Julliarddc4a4752008-03-20 16:09:18 +01004963else
Alexandre Julliard25e9e4f2009-08-10 14:27:28 +02004964 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
Alexandre Julliardabf50482008-10-31 12:56:53 +01004965$as_echo "no" >&6; }
Alexandre Julliarddc4a4752008-03-20 16:09:18 +01004966fi
4967
4968
4969 test -n "$RSVG" && break
4970done
4971test -n "$RSVG" || RSVG="false"
4972
4973for ac_prog in icotool
4974do
4975 # Extract the first word of "$ac_prog", so it can be a program name with args.
4976set dummy $ac_prog; ac_word=$2
Alexandre Julliard25e9e4f2009-08-10 14:27:28 +02004977{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
Alexandre Julliardabf50482008-10-31 12:56:53 +01004978$as_echo_n "checking for $ac_word... " >&6; }
Alexandre Julliard25e9e4f2009-08-10 14:27:28 +02004979if test "${ac_cv_prog_ICOTOOL+set}" = set; then :
Alexandre Julliardabf50482008-10-31 12:56:53 +01004980 $as_echo_n "(cached) " >&6
Alexandre Julliarddc4a4752008-03-20 16:09:18 +01004981else
4982 if test -n "$ICOTOOL"; then
4983 ac_cv_prog_ICOTOOL="$ICOTOOL" # Let the user override the test.
4984else
4985as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
4986for as_dir in $PATH
4987do
4988 IFS=$as_save_IFS
4989 test -z "$as_dir" && as_dir=.
Alexandre Julliard25e9e4f2009-08-10 14:27:28 +02004990 for ac_exec_ext in '' $ac_executable_extensions; do
Alexandre Julliarddc4a4752008-03-20 16:09:18 +01004991 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
4992 ac_cv_prog_ICOTOOL="$ac_prog"
Alexandre Julliard25e9e4f2009-08-10 14:27:28 +02004993 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
Alexandre Julliarddc4a4752008-03-20 16:09:18 +01004994 break 2
4995 fi
4996done
Alexandre Julliard25e9e4f2009-08-10 14:27:28 +02004997 done
Alexandre Julliarddc4a4752008-03-20 16:09:18 +01004998IFS=$as_save_IFS
4999
5000fi
5001fi
5002ICOTOOL=$ac_cv_prog_ICOTOOL
5003if test -n "$ICOTOOL"; then
Alexandre Julliard25e9e4f2009-08-10 14:27:28 +02005004 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ICOTOOL" >&5
Alexandre Julliardabf50482008-10-31 12:56:53 +01005005$as_echo "$ICOTOOL" >&6; }
Alexandre Julliarddc4a4752008-03-20 16:09:18 +01005006else
Alexandre Julliard25e9e4f2009-08-10 14:27:28 +02005007 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
Alexandre Julliardabf50482008-10-31 12:56:53 +01005008$as_echo "no" >&6; }
Alexandre Julliarddc4a4752008-03-20 16:09:18 +01005009fi
5010
5011
5012 test -n "$ICOTOOL" && break
5013done
5014test -n "$ICOTOOL" || ICOTOOL="false"
5015
5016
5017if test "${enable_maintainer_mode+set}" = set
5018then
Alexandre Julliard8ad60492008-03-22 21:23:56 +01005019 if test "$FONTFORGE" = "false"; then wine_warnings="$wine_warnings|fontforge is missing, fonts can't be rebuilt."; fi
Alexandre Julliarddc4a4752008-03-20 16:09:18 +01005020 if test "$RSVG" = "false"; then wine_warnings="$wine_warnings|rsvg is missing, icons can't be rebuilt."; fi
5021 if test "$ICOTOOL" = "false"; then wine_warnings="$wine_warnings|icotool is missing, icons can't be rebuilt."; fi
5022fi
Dimitrie O. Paunb817a3c2003-10-09 04:33:20 +00005023
Alexandre Julliardadbb0982005-08-09 11:12:29 +00005024case $host_cpu in
5025 *i[3456789]86*)
Alexandre Julliard3d08f5d2006-07-18 10:12:20 +02005026 # Extract the first word of "prelink", so it can be a program name with args.
5027set dummy prelink; ac_word=$2
Alexandre Julliard25e9e4f2009-08-10 14:27:28 +02005028{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
Alexandre Julliardabf50482008-10-31 12:56:53 +01005029$as_echo_n "checking for $ac_word... " >&6; }
Alexandre Julliard25e9e4f2009-08-10 14:27:28 +02005030if test "${ac_cv_path_PRELINK+set}" = set; then :
Alexandre Julliardabf50482008-10-31 12:56:53 +01005031 $as_echo_n "(cached) " >&6
Alexandre Julliardadbb0982005-08-09 11:12:29 +00005032else
Alexandre Julliard3d08f5d2006-07-18 10:12:20 +02005033 case $PRELINK in
5034 [\\/]* | ?:[\\/]*)
5035 ac_cv_path_PRELINK="$PRELINK" # Let the user override the test with a path.
5036 ;;
5037 *)
5038 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
Alexandre Julliardadbb0982005-08-09 11:12:29 +00005039for as_dir in /sbin /usr/sbin $PATH
5040do
5041 IFS=$as_save_IFS
5042 test -z "$as_dir" && as_dir=.
Alexandre Julliard25e9e4f2009-08-10 14:27:28 +02005043 for ac_exec_ext in '' $ac_executable_extensions; do
Alexandre Julliarddc9f3842006-12-19 16:17:09 +01005044 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
Alexandre Julliard3d08f5d2006-07-18 10:12:20 +02005045 ac_cv_path_PRELINK="$as_dir/$ac_word$ac_exec_ext"
Alexandre Julliard25e9e4f2009-08-10 14:27:28 +02005046 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
Alexandre Julliardadbb0982005-08-09 11:12:29 +00005047 break 2
5048 fi
5049done
Alexandre Julliard25e9e4f2009-08-10 14:27:28 +02005050 done
Alexandre Julliardfc6ffb22006-05-25 20:08:12 +02005051IFS=$as_save_IFS
Alexandre Julliardadbb0982005-08-09 11:12:29 +00005052
Alexandre Julliard3d08f5d2006-07-18 10:12:20 +02005053 test -z "$ac_cv_path_PRELINK" && ac_cv_path_PRELINK="false"
5054 ;;
5055esac
Alexandre Julliardadbb0982005-08-09 11:12:29 +00005056fi
Alexandre Julliard3d08f5d2006-07-18 10:12:20 +02005057PRELINK=$ac_cv_path_PRELINK
Alexandre Julliardadbb0982005-08-09 11:12:29 +00005058if test -n "$PRELINK"; then
Alexandre Julliard25e9e4f2009-08-10 14:27:28 +02005059 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $PRELINK" >&5
Alexandre Julliardabf50482008-10-31 12:56:53 +01005060$as_echo "$PRELINK" >&6; }
Alexandre Julliardadbb0982005-08-09 11:12:29 +00005061else
Alexandre Julliard25e9e4f2009-08-10 14:27:28 +02005062 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
Alexandre Julliardabf50482008-10-31 12:56:53 +01005063$as_echo "no" >&6; }
Alexandre Julliardadbb0982005-08-09 11:12:29 +00005064fi
5065
Alexandre Julliardfc6ffb22006-05-25 20:08:12 +02005066
Alexandre Julliardadbb0982005-08-09 11:12:29 +00005067 ;;
5068esac
5069
Alexandre Julliarddaa28862002-04-11 21:54:01 +00005070
Alexandre Julliard25e9e4f2009-08-10 14:27:28 +02005071{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for i386_set_ldt in -li386" >&5
Alexandre Julliardabf50482008-10-31 12:56:53 +01005072$as_echo_n "checking for i386_set_ldt in -li386... " >&6; }
Alexandre Julliard25e9e4f2009-08-10 14:27:28 +02005073if test "${ac_cv_lib_i386_i386_set_ldt+set}" = set; then :
Alexandre Julliardabf50482008-10-31 12:56:53 +01005074 $as_echo_n "(cached) " >&6
Alexandre Julliard902da691995-11-05 14:39:02 +00005075else
Alexandre Julliardf5818d22002-02-14 19:47:29 +00005076 ac_check_lib_save_LIBS=$LIBS
Alexandre Julliard902da691995-11-05 14:39:02 +00005077LIBS="-li386 $LIBS"
Alexandre Julliard25e9e4f2009-08-10 14:27:28 +02005078cat confdefs.h - <<_ACEOF >conftest.$ac_ext
Alexandre Julliarde24bcc72002-12-24 00:35:19 +00005079/* end confdefs.h. */
Alexandre Julliardf5818d22002-02-14 19:47:29 +00005080
Alexandre Julliardfc6ffb22006-05-25 20:08:12 +02005081/* Override any GCC internal prototype to avoid an error.
5082 Use char because int might match the return type of a GCC
5083 builtin and then its argument prototype would still apply. */
Alexandre Julliardf5818d22002-02-14 19:47:29 +00005084#ifdef __cplusplus
5085extern "C"
5086#endif
Alexandre Julliardf5818d22002-02-14 19:47:29 +00005087char i386_set_ldt ();
5088int
5089main ()
5090{
Alexandre Julliardfc6ffb22006-05-25 20:08:12 +02005091return i386_set_ldt ();
Alexandre Julliardf5818d22002-02-14 19:47:29 +00005092 ;
5093 return 0;
5094}
5095_ACEOF
Alexandre Julliard25e9e4f2009-08-10 14:27:28 +02005096if ac_fn_c_try_link "$LINENO"; then :
Alexandre Julliardf5818d22002-02-14 19:47:29 +00005097 ac_cv_lib_i386_i386_set_ldt=yes
Alexandre Julliard902da691995-11-05 14:39:02 +00005098else
Alexandre Julliard25e9e4f2009-08-10 14:27:28 +02005099 ac_cv_lib_i386_i386_set_ldt=no
Alexandre Julliard902da691995-11-05 14:39:02 +00005100fi
Alexandre Julliard25e9e4f2009-08-10 14:27:28 +02005101rm -f core conftest.err conftest.$ac_objext \
5102 conftest$ac_exeext conftest.$ac_ext
Alexandre Julliardf5818d22002-02-14 19:47:29 +00005103LIBS=$ac_check_lib_save_LIBS
Alexandre Julliard902da691995-11-05 14:39:02 +00005104fi
Alexandre Julliard25e9e4f2009-08-10 14:27:28 +02005105{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_i386_i386_set_ldt" >&5
Alexandre Julliardabf50482008-10-31 12:56:53 +01005106$as_echo "$ac_cv_lib_i386_i386_set_ldt" >&6; }
Alexandre Julliard25e9e4f2009-08-10 14:27:28 +02005107if test "x$ac_cv_lib_i386_i386_set_ldt" = x""yes; then :
Alexandre Julliarddaa28862002-04-11 21:54:01 +00005108 cat >>confdefs.h <<_ACEOF
Alexandre Julliardf5818d22002-02-14 19:47:29 +00005109#define HAVE_LIBI386 1
Alexandre Julliarddaa28862002-04-11 21:54:01 +00005110_ACEOF
Alexandre Julliard02e90081998-01-04 17:49:09 +00005111
5112 LIBS="-li386 $LIBS"
5113
Alexandre Julliard02e90081998-01-04 17:49:09 +00005114fi
5115
Alexandre Julliard25e9e4f2009-08-10 14:27:28 +02005116{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for _oss_ioctl in -lossaudio" >&5
Alexandre Julliardabf50482008-10-31 12:56:53 +01005117$as_echo_n "checking for _oss_ioctl in -lossaudio... " >&6; }
Alexandre Julliard25e9e4f2009-08-10 14:27:28 +02005118if test "${ac_cv_lib_ossaudio__oss_ioctl+set}" = set; then :
Alexandre Julliardabf50482008-10-31 12:56:53 +01005119 $as_echo_n "(cached) " >&6
Todd Vierlingecc76691998-12-15 17:49:02 +00005120else
Alexandre Julliardf5818d22002-02-14 19:47:29 +00005121 ac_check_lib_save_LIBS=$LIBS
Todd Vierlingecc76691998-12-15 17:49:02 +00005122LIBS="-lossaudio $LIBS"
Alexandre Julliard25e9e4f2009-08-10 14:27:28 +02005123cat confdefs.h - <<_ACEOF >conftest.$ac_ext
Alexandre Julliarde24bcc72002-12-24 00:35:19 +00005124/* end confdefs.h. */
Alexandre Julliardf5818d22002-02-14 19:47:29 +00005125
Alexandre Julliardfc6ffb22006-05-25 20:08:12 +02005126/* Override any GCC internal prototype to avoid an error.
5127 Use char because int might match the return type of a GCC
5128 builtin and then its argument prototype would still apply. */
Alexandre Julliardf5818d22002-02-14 19:47:29 +00005129#ifdef __cplusplus
5130extern "C"
5131#endif
Alexandre Julliardf5818d22002-02-14 19:47:29 +00005132char _oss_ioctl ();
5133int
5134main ()
5135{
Alexandre Julliardfc6ffb22006-05-25 20:08:12 +02005136return _oss_ioctl ();
Alexandre Julliardf5818d22002-02-14 19:47:29 +00005137 ;
5138 return 0;
5139}
5140_ACEOF
Alexandre Julliard25e9e4f2009-08-10 14:27:28 +02005141if ac_fn_c_try_link "$LINENO"; then :
Alexandre Julliardf5818d22002-02-14 19:47:29 +00005142 ac_cv_lib_ossaudio__oss_ioctl=yes
Todd Vierlingecc76691998-12-15 17:49:02 +00005143else
Alexandre Julliard25e9e4f2009-08-10 14:27:28 +02005144 ac_cv_lib_ossaudio__oss_ioctl=no
Todd Vierlingecc76691998-12-15 17:49:02 +00005145fi
Alexandre Julliard25e9e4f2009-08-10 14:27:28 +02005146rm -f core conftest.err conftest.$ac_objext \
5147 conftest$ac_exeext conftest.$ac_ext
Alexandre Julliardf5818d22002-02-14 19:47:29 +00005148LIBS=$ac_check_lib_save_LIBS
Todd Vierlingecc76691998-12-15 17:49:02 +00005149fi
Alexandre Julliard25e9e4f2009-08-10 14:27:28 +02005150{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_ossaudio__oss_ioctl" >&5
Alexandre Julliardabf50482008-10-31 12:56:53 +01005151$as_echo "$ac_cv_lib_ossaudio__oss_ioctl" >&6; }
Alexandre Julliard25e9e4f2009-08-10 14:27:28 +02005152if test "x$ac_cv_lib_ossaudio__oss_ioctl" = x""yes; then :
Alexandre Julliarddaa28862002-04-11 21:54:01 +00005153 cat >>confdefs.h <<_ACEOF
Alexandre Julliardf5818d22002-02-14 19:47:29 +00005154#define HAVE_LIBOSSAUDIO 1
Alexandre Julliarddaa28862002-04-11 21:54:01 +00005155_ACEOF
Todd Vierlingecc76691998-12-15 17:49:02 +00005156
5157 LIBS="-lossaudio $LIBS"
5158
Todd Vierlingecc76691998-12-15 17:49:02 +00005159fi
5160
Alexandre Julliarddaa28862002-04-11 21:54:01 +00005161
Alexandre Julliard82776022005-08-08 11:17:25 +00005162XLIB=""
Huw Daviese82dfab2004-08-04 19:10:26 +00005163
Huw Daviese82dfab2004-08-04 19:10:26 +00005164OPENGL_LIBS=""
Huw Daviese82dfab2004-08-04 19:10:26 +00005165
Rein Klazes7ff12562004-11-09 20:16:35 +00005166
Alexandre Julliard82776022005-08-08 11:17:25 +00005167
Alexandre Julliard40664c02009-02-11 20:40:58 +01005168ac_ext=c
5169ac_cpp='$CPP $CPPFLAGS'
5170ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
5171ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
5172ac_compiler_gnu=$ac_cv_c_compiler_gnu
Alexandre Julliard25e9e4f2009-08-10 14:27:28 +02005173{ $as_echo "$as_me:${as_lineno-$LINENO}: checking how to run the C preprocessor" >&5
Alexandre Julliard40664c02009-02-11 20:40:58 +01005174$as_echo_n "checking how to run the C preprocessor... " >&6; }
5175# On Suns, sometimes $CPP names a directory.
5176if test -n "$CPP" && test -d "$CPP"; then
5177 CPP=
5178fi
5179if test -z "$CPP"; then
Alexandre Julliard25e9e4f2009-08-10 14:27:28 +02005180 if test "${ac_cv_prog_CPP+set}" = set; then :
Alexandre Julliard40664c02009-02-11 20:40:58 +01005181 $as_echo_n "(cached) " >&6
5182else
5183 # Double quotes because CPP needs to be expanded
5184 for CPP in "$CC -E" "$CC -E -traditional-cpp" "/lib/cpp"
5185 do
5186 ac_preproc_ok=false
5187for ac_c_preproc_warn_flag in '' yes
5188do
5189 # Use a header file that comes with gcc, so configuring glibc
5190 # with a fresh cross-compiler works.
5191 # Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
5192 # <limits.h> exists even on freestanding compilers.
5193 # On the NeXT, cc -E runs the code through the compiler's parser,
5194 # not just through cpp. "Syntax error" is here to catch this case.
Alexandre Julliard25e9e4f2009-08-10 14:27:28 +02005195 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
Alexandre Julliard40664c02009-02-11 20:40:58 +01005196/* end confdefs.h. */
5197#ifdef __STDC__
5198# include <limits.h>
5199#else
5200# include <assert.h>
5201#endif
5202 Syntax error
5203_ACEOF
Alexandre Julliard25e9e4f2009-08-10 14:27:28 +02005204if ac_fn_c_try_cpp "$LINENO"; then :
Alexandre Julliard40664c02009-02-11 20:40:58 +01005205
Alexandre Julliard25e9e4f2009-08-10 14:27:28 +02005206else
Alexandre Julliard40664c02009-02-11 20:40:58 +01005207 # Broken: fails on valid input.
5208continue
5209fi
Alexandre Julliard40664c02009-02-11 20:40:58 +01005210rm -f conftest.err conftest.$ac_ext
5211
5212 # OK, works on sane cases. Now check whether nonexistent headers
5213 # can be detected and how.
Alexandre Julliard25e9e4f2009-08-10 14:27:28 +02005214 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
Alexandre Julliard40664c02009-02-11 20:40:58 +01005215/* end confdefs.h. */
5216#include <ac_nonexistent.h>
5217_ACEOF
Alexandre Julliard25e9e4f2009-08-10 14:27:28 +02005218if ac_fn_c_try_cpp "$LINENO"; then :
Alexandre Julliard40664c02009-02-11 20:40:58 +01005219 # Broken: success on invalid input.
5220continue
5221else
Alexandre Julliard40664c02009-02-11 20:40:58 +01005222 # Passes both tests.
5223ac_preproc_ok=:
5224break
5225fi
Alexandre Julliard40664c02009-02-11 20:40:58 +01005226rm -f conftest.err conftest.$ac_ext
5227
5228done
5229# Because of `break', _AC_PREPROC_IFELSE's cleaning code was skipped.
5230rm -f conftest.err conftest.$ac_ext
Alexandre Julliard25e9e4f2009-08-10 14:27:28 +02005231if $ac_preproc_ok; then :
Alexandre Julliard40664c02009-02-11 20:40:58 +01005232 break
5233fi
5234
5235 done
5236 ac_cv_prog_CPP=$CPP
5237
5238fi
5239 CPP=$ac_cv_prog_CPP
5240else
5241 ac_cv_prog_CPP=$CPP
5242fi
Alexandre Julliard25e9e4f2009-08-10 14:27:28 +02005243{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $CPP" >&5
Alexandre Julliard40664c02009-02-11 20:40:58 +01005244$as_echo "$CPP" >&6; }
5245ac_preproc_ok=false
5246for ac_c_preproc_warn_flag in '' yes
5247do
5248 # Use a header file that comes with gcc, so configuring glibc
5249 # with a fresh cross-compiler works.
5250 # Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
5251 # <limits.h> exists even on freestanding compilers.
5252 # On the NeXT, cc -E runs the code through the compiler's parser,
5253 # not just through cpp. "Syntax error" is here to catch this case.
Alexandre Julliard25e9e4f2009-08-10 14:27:28 +02005254 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
Alexandre Julliard40664c02009-02-11 20:40:58 +01005255/* end confdefs.h. */
5256#ifdef __STDC__
5257# include <limits.h>
5258#else
5259# include <assert.h>
5260#endif
5261 Syntax error
5262_ACEOF
Alexandre Julliard25e9e4f2009-08-10 14:27:28 +02005263if ac_fn_c_try_cpp "$LINENO"; then :
Alexandre Julliard40664c02009-02-11 20:40:58 +01005264
Alexandre Julliard25e9e4f2009-08-10 14:27:28 +02005265else
Alexandre Julliard40664c02009-02-11 20:40:58 +01005266 # Broken: fails on valid input.
5267continue
5268fi
Alexandre Julliard40664c02009-02-11 20:40:58 +01005269rm -f conftest.err conftest.$ac_ext
5270
5271 # OK, works on sane cases. Now check whether nonexistent headers
5272 # can be detected and how.
Alexandre Julliard25e9e4f2009-08-10 14:27:28 +02005273 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
Alexandre Julliard40664c02009-02-11 20:40:58 +01005274/* end confdefs.h. */
5275#include <ac_nonexistent.h>
5276_ACEOF
Alexandre Julliard25e9e4f2009-08-10 14:27:28 +02005277if ac_fn_c_try_cpp "$LINENO"; then :
Alexandre Julliard40664c02009-02-11 20:40:58 +01005278 # Broken: success on invalid input.
5279continue
5280else
Alexandre Julliard40664c02009-02-11 20:40:58 +01005281 # Passes both tests.
5282ac_preproc_ok=:
5283break
5284fi
Alexandre Julliard40664c02009-02-11 20:40:58 +01005285rm -f conftest.err conftest.$ac_ext
5286
5287done
5288# Because of `break', _AC_PREPROC_IFELSE's cleaning code was skipped.
5289rm -f conftest.err conftest.$ac_ext
Alexandre Julliard25e9e4f2009-08-10 14:27:28 +02005290if $ac_preproc_ok; then :
5291
Alexandre Julliard40664c02009-02-11 20:40:58 +01005292else
Alexandre Julliard25e9e4f2009-08-10 14:27:28 +02005293 { { $as_echo "$as_me:${as_lineno-$LINENO}: error: in \`$ac_pwd':" >&5
Alexandre Julliard40664c02009-02-11 20:40:58 +01005294$as_echo "$as_me: error: in \`$ac_pwd':" >&2;}
Alexandre Julliard25e9e4f2009-08-10 14:27:28 +02005295as_fn_error "C preprocessor \"$CPP\" fails sanity check
5296See \`config.log' for more details." "$LINENO" 5; }
Alexandre Julliard40664c02009-02-11 20:40:58 +01005297fi
5298
5299ac_ext=c
5300ac_cpp='$CPP $CPPFLAGS'
5301ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
5302ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
5303ac_compiler_gnu=$ac_cv_c_compiler_gnu
5304
5305
Alexandre Julliard25e9e4f2009-08-10 14:27:28 +02005306{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for ANSI C header files" >&5
Alexandre Julliardabf50482008-10-31 12:56:53 +01005307$as_echo_n "checking for ANSI C header files... " >&6; }
Alexandre Julliard25e9e4f2009-08-10 14:27:28 +02005308if test "${ac_cv_header_stdc+set}" = set; then :
Alexandre Julliardabf50482008-10-31 12:56:53 +01005309 $as_echo_n "(cached) " >&6
Marcus Meissner2d7be871999-12-05 23:06:40 +00005310else
Alexandre Julliard25e9e4f2009-08-10 14:27:28 +02005311 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
Alexandre Julliarde24bcc72002-12-24 00:35:19 +00005312/* end confdefs.h. */
Alexandre Julliarddaa28862002-04-11 21:54:01 +00005313#include <stdlib.h>
5314#include <stdarg.h>
5315#include <string.h>
5316#include <float.h>
5317
Alexandre Julliarde24bcc72002-12-24 00:35:19 +00005318int
5319main ()
5320{
5321
5322 ;
5323 return 0;
5324}
Alexandre Julliardf5818d22002-02-14 19:47:29 +00005325_ACEOF
Alexandre Julliard25e9e4f2009-08-10 14:27:28 +02005326if ac_fn_c_try_compile "$LINENO"; then :
Alexandre Julliarddaa28862002-04-11 21:54:01 +00005327 ac_cv_header_stdc=yes
Alexandre Julliardf5818d22002-02-14 19:47:29 +00005328else
Alexandre Julliard25e9e4f2009-08-10 14:27:28 +02005329 ac_cv_header_stdc=no
Marcus Meissner2d7be871999-12-05 23:06:40 +00005330fi
Jeremy White0ebeb532006-06-20 13:18:41 +02005331rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
Alexandre Julliarddaa28862002-04-11 21:54:01 +00005332
5333if test $ac_cv_header_stdc = yes; then
5334 # SunOS 4.x string.h does not declare mem*, contrary to ANSI.
Alexandre Julliard25e9e4f2009-08-10 14:27:28 +02005335 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
Alexandre Julliarde24bcc72002-12-24 00:35:19 +00005336/* end confdefs.h. */
Alexandre Julliarddaa28862002-04-11 21:54:01 +00005337#include <string.h>
5338
5339_ACEOF
5340if (eval "$ac_cpp conftest.$ac_ext") 2>&5 |
Alexandre Julliard25e9e4f2009-08-10 14:27:28 +02005341 $EGREP "memchr" >/dev/null 2>&1; then :
5342
Alexandre Julliarddaa28862002-04-11 21:54:01 +00005343else
5344 ac_cv_header_stdc=no
Marcus Meissner2d7be871999-12-05 23:06:40 +00005345fi
Alexandre Julliarddaa28862002-04-11 21:54:01 +00005346rm -f conftest*
5347
5348fi
5349
5350if test $ac_cv_header_stdc = yes; then
5351 # ISC 2.0.2 stdlib.h does not declare free, contrary to ANSI.
Alexandre Julliard25e9e4f2009-08-10 14:27:28 +02005352 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
Alexandre Julliarde24bcc72002-12-24 00:35:19 +00005353/* end confdefs.h. */
Alexandre Julliarddaa28862002-04-11 21:54:01 +00005354#include <stdlib.h>
5355
5356_ACEOF
5357if (eval "$ac_cpp conftest.$ac_ext") 2>&5 |
Alexandre Julliard25e9e4f2009-08-10 14:27:28 +02005358 $EGREP "free" >/dev/null 2>&1; then :
5359
Alexandre Julliarddaa28862002-04-11 21:54:01 +00005360else
5361 ac_cv_header_stdc=no
5362fi
5363rm -f conftest*
5364
5365fi
5366
5367if test $ac_cv_header_stdc = yes; then
5368 # /bin/cc in Irix-4.0.5 gets non-ANSI ctype macros unless using -ansi.
Alexandre Julliard25e9e4f2009-08-10 14:27:28 +02005369 if test "$cross_compiling" = yes; then :
Alexandre Julliarddaa28862002-04-11 21:54:01 +00005370 :
5371else
Alexandre Julliard25e9e4f2009-08-10 14:27:28 +02005372 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
Alexandre Julliarde24bcc72002-12-24 00:35:19 +00005373/* end confdefs.h. */
Alexandre Julliarddaa28862002-04-11 21:54:01 +00005374#include <ctype.h>
Alexandre Julliardfc6ffb22006-05-25 20:08:12 +02005375#include <stdlib.h>
Alexandre Julliarddaa28862002-04-11 21:54:01 +00005376#if ((' ' & 0x0FF) == 0x020)
5377# define ISLOWER(c) ('a' <= (c) && (c) <= 'z')
5378# define TOUPPER(c) (ISLOWER(c) ? 'A' + ((c) - 'a') : (c))
5379#else
Alexandre Julliarde24bcc72002-12-24 00:35:19 +00005380# define ISLOWER(c) \
Alexandre Julliard875927f2004-01-02 01:55:29 +00005381 (('a' <= (c) && (c) <= 'i') \
5382 || ('j' <= (c) && (c) <= 'r') \
5383 || ('s' <= (c) && (c) <= 'z'))
Alexandre Julliarddaa28862002-04-11 21:54:01 +00005384# define TOUPPER(c) (ISLOWER(c) ? ((c) | 0x40) : (c))
5385#endif
5386
5387#define XOR(e, f) (((e) && !(f)) || (!(e) && (f)))
5388int
5389main ()
5390{
5391 int i;
5392 for (i = 0; i < 256; i++)
5393 if (XOR (islower (i), ISLOWER (i))
Alexandre Julliard875927f2004-01-02 01:55:29 +00005394 || toupper (i) != TOUPPER (i))
Alexandre Julliardfc6ffb22006-05-25 20:08:12 +02005395 return 2;
5396 return 0;
Alexandre Julliarddaa28862002-04-11 21:54:01 +00005397}
5398_ACEOF
Alexandre Julliard25e9e4f2009-08-10 14:27:28 +02005399if ac_fn_c_try_run "$LINENO"; then :
5400
Alexandre Julliarddaa28862002-04-11 21:54:01 +00005401else
Alexandre Julliard25e9e4f2009-08-10 14:27:28 +02005402 ac_cv_header_stdc=no
Alexandre Julliarddaa28862002-04-11 21:54:01 +00005403fi
Alexandre Julliard25e9e4f2009-08-10 14:27:28 +02005404rm -f core *.core core.conftest.* gmon.out bb.out conftest$ac_exeext \
5405 conftest.$ac_objext conftest.beam conftest.$ac_ext
Alexandre Julliardfc6ffb22006-05-25 20:08:12 +02005406fi
5407
Alexandre Julliarddaa28862002-04-11 21:54:01 +00005408fi
5409fi
Alexandre Julliard25e9e4f2009-08-10 14:27:28 +02005410{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_header_stdc" >&5
Alexandre Julliardabf50482008-10-31 12:56:53 +01005411$as_echo "$ac_cv_header_stdc" >&6; }
Alexandre Julliarddaa28862002-04-11 21:54:01 +00005412if test $ac_cv_header_stdc = yes; then
5413
Alexandre Julliard25e9e4f2009-08-10 14:27:28 +02005414$as_echo "#define STDC_HEADERS 1" >>confdefs.h
Alexandre Julliarddaa28862002-04-11 21:54:01 +00005415
5416fi
5417
5418# On IRIX 5.3, sys/types and inttypes.h are conflicting.
Alexandre Julliarddaa28862002-04-11 21:54:01 +00005419for ac_header in sys/types.h sys/stat.h stdlib.h string.h memory.h strings.h \
Alexandre Julliard875927f2004-01-02 01:55:29 +00005420 inttypes.h stdint.h unistd.h
Alexandre Julliard25e9e4f2009-08-10 14:27:28 +02005421do :
5422 as_ac_Header=`$as_echo "ac_cv_header_$ac_header" | $as_tr_sh`
5423ac_fn_c_check_header_compile "$LINENO" "$ac_header" "$as_ac_Header" "$ac_includes_default
5424"
5425eval as_val=\$$as_ac_Header
5426 if test "x$as_val" = x""yes; then :
Alexandre Julliarddaa28862002-04-11 21:54:01 +00005427 cat >>confdefs.h <<_ACEOF
Alexandre Julliardabf50482008-10-31 12:56:53 +01005428#define `$as_echo "HAVE_$ac_header" | $as_tr_cpp` 1
Alexandre Julliarddaa28862002-04-11 21:54:01 +00005429_ACEOF
5430
5431fi
5432
5433done
5434
5435
Rein Klazes7ff12562004-11-09 20:16:35 +00005436for ac_header in \
Emmanuel Maillard144a5352006-05-28 22:46:23 +02005437 AudioUnit/AudioUnit.h \
Pierre d'Herbemont08884512006-10-24 15:26:33 +02005438 Carbon/Carbon.h \
Emmanuel Maillard144a5352006-05-28 22:46:23 +02005439 CoreAudio/CoreAudio.h \
Alexandre Julliard66f45a52006-11-06 13:33:16 +01005440 DiskArbitration/DiskArbitration.h \
Phil Krylov0f6c0392005-07-01 19:15:26 +00005441 IOKit/IOKitLib.h \
Aric Stewart225a4942009-03-10 14:59:20 -05005442 IOKit/hid/IOHIDLib.h \
Eric Durbin020b0ef2008-06-24 22:45:51 -05005443 alias.h \
Alexandre Julliard73482142005-08-03 19:21:04 +00005444 alsa/asoundlib.h \
Rein Klazes7ff12562004-11-09 20:16:35 +00005445 arpa/inet.h \
5446 arpa/nameser.h \
Maarten Lankhorst888eaae2005-04-27 09:46:25 +00005447 asm/types.h \
Alexandre Julliard73482142005-08-03 19:21:04 +00005448 capi20.h \
Alexandre Julliard73482142005-08-03 19:21:04 +00005449 curses.h \
Rein Klazes7ff12562004-11-09 20:16:35 +00005450 direct.h \
Rob Shearman87175c62008-10-03 12:55:21 +01005451 dirent.h \
Alexandre Julliard73482142005-08-03 19:21:04 +00005452 dlfcn.h \
Rein Klazes7ff12562004-11-09 20:16:35 +00005453 elf.h \
5454 float.h \
Alexandre Julliard7d5e5652009-06-01 12:51:54 +02005455 fnmatch.h \
Rein Klazes7ff12562004-11-09 20:16:35 +00005456 fontconfig/fontconfig.h \
5457 getopt.h \
Alexandre Julliard46678dc2008-12-09 17:09:42 +01005458 grp.h \
Maarten Lankhorst58b5a3f2009-08-03 15:48:32 +02005459 gsm.h \
Maarten Lankhorstc186d8a2009-08-05 11:35:50 +02005460 gsm/gsm.h \
Rein Klazes7ff12562004-11-09 20:16:35 +00005461 ieeefp.h \
Alexandre Julliard801d9c32009-03-10 17:05:58 +01005462 inet/mib2.h \
Rein Klazes7ff12562004-11-09 20:16:35 +00005463 io.h \
5464 jack/jack.h \
5465 jpeglib.h \
Alexandre Julliardde1d7fb2009-03-05 18:45:32 +01005466 kstat.h \
Hans Leidekkerea524de2005-07-15 16:39:42 +00005467 lber.h \
Rein Klazes7ff12562004-11-09 20:16:35 +00005468 lcms.h \
Alexandre Julliard73482142005-08-03 19:21:04 +00005469 lcms/lcms.h \
Hans Leidekkerea524de2005-07-15 16:39:42 +00005470 ldap.h \
Alexandre Julliard73482142005-08-03 19:21:04 +00005471 libaudioio.h \
Rein Klazes7ff12562004-11-09 20:16:35 +00005472 link.h \
5473 linux/cdrom.h \
5474 linux/compiler.h \
5475 linux/hdreg.h \
5476 linux/input.h \
5477 linux/ioctl.h \
5478 linux/joystick.h \
5479 linux/major.h \
5480 linux/param.h \
5481 linux/serial.h \
Francois Gougetda1a3522008-12-28 10:35:02 +01005482 linux/types.h \
Rein Klazes7ff12562004-11-09 20:16:35 +00005483 linux/ucdrom.h \
Ken Thomasesd35c0e82009-03-11 09:05:53 -05005484 mach-o/nlist.h \
Alexandre Julliard150b5dc2006-12-29 20:02:02 +01005485 mach/mach.h \
Emmanuel Maillard64c07782005-05-18 18:20:23 +00005486 mach/machine.h \
Rein Klazes7ff12562004-11-09 20:16:35 +00005487 machine/cpu.h \
Emmanuel Maillard64c07782005-05-18 18:20:23 +00005488 machine/limits.h \
Alexandre Julliard73482142005-08-03 19:21:04 +00005489 machine/soundcard.h \
Rein Klazes7ff12562004-11-09 20:16:35 +00005490 mntent.h \
Alexandre Julliard73482142005-08-03 19:21:04 +00005491 ncurses.h \
Rein Klazes7ff12562004-11-09 20:16:35 +00005492 netdb.h \
5493 netinet/in.h \
5494 netinet/in_systm.h \
5495 netinet/tcp.h \
5496 netinet/tcp_fsm.h \
Robert Shearman1e5153c2005-12-01 11:18:43 +01005497 openssl/err.h \
Rein Klazes7ff12562004-11-09 20:16:35 +00005498 openssl/ssl.h \
Alexandre Julliard00302152007-07-02 19:54:00 +02005499 png.h \
Steven Edwards57279182005-03-04 12:38:36 +00005500 poll.h \
Rein Klazes7ff12562004-11-09 20:16:35 +00005501 process.h \
5502 pthread.h \
Rein Klazes7ff12562004-11-09 20:16:35 +00005503 pwd.h \
5504 regex.h \
5505 sched.h \
Rein Klazes7ff12562004-11-09 20:16:35 +00005506 scsi/scsi.h \
5507 scsi/scsi_ioctl.h \
Alexandre Julliard73482142005-08-03 19:21:04 +00005508 scsi/sg.h \
5509 soundcard.h \
Austin English2d7ccb32009-06-13 18:01:24 -05005510 stdbool.h \
Rein Klazes7ff12562004-11-09 20:16:35 +00005511 stdint.h \
5512 strings.h \
Alexandre Julliard801d9c32009-03-10 17:05:58 +01005513 stropts.h \
Alexandre Julliard73482142005-08-03 19:21:04 +00005514 sys/asoundlib.h \
Rein Klazes7ff12562004-11-09 20:16:35 +00005515 sys/cdio.h \
5516 sys/elf32.h \
Rein Klazes7ff12562004-11-09 20:16:35 +00005517 sys/epoll.h \
Alexandre Julliard73482142005-08-03 19:21:04 +00005518 sys/errno.h \
Alexandre Julliardc8278922006-08-04 22:11:00 +02005519 sys/event.h \
Rein Klazes7ff12562004-11-09 20:16:35 +00005520 sys/exec_elf.h \
Rein Klazes7ff12562004-11-09 20:16:35 +00005521 sys/filio.h \
Alexandre Julliard61a70362009-06-26 15:45:03 +02005522 sys/inotify.h \
Rein Klazes7ff12562004-11-09 20:16:35 +00005523 sys/ioctl.h \
5524 sys/ipc.h \
Gerald Pfeiferebe04842005-08-22 09:33:37 +00005525 sys/limits.h \
Rein Klazes7ff12562004-11-09 20:16:35 +00005526 sys/link.h \
Rein Klazes7ff12562004-11-09 20:16:35 +00005527 sys/mman.h \
5528 sys/modem.h \
5529 sys/msg.h \
Hans Leidekker0844b702006-01-26 13:23:08 +01005530 sys/mtio.h \
Rein Klazes7ff12562004-11-09 20:16:35 +00005531 sys/param.h \
5532 sys/poll.h \
Alexandre Julliard9603ee02006-04-06 11:57:37 +02005533 sys/prctl.h \
Austin English94021a12009-01-20 17:42:53 -06005534 sys/protosw.h \
Rein Klazes7ff12562004-11-09 20:16:35 +00005535 sys/ptrace.h \
Mike McCormack0cd06262006-03-01 01:07:04 +09005536 sys/resource.h \
Rein Klazes7ff12562004-11-09 20:16:35 +00005537 sys/scsiio.h \
5538 sys/shm.h \
5539 sys/signal.h \
5540 sys/socket.h \
Mark Adams25696352007-07-10 23:39:21 -04005541 sys/socketvar.h \
Rein Klazes7ff12562004-11-09 20:16:35 +00005542 sys/sockio.h \
Alexandre Julliard73482142005-08-03 19:21:04 +00005543 sys/soundcard.h \
Rein Klazes7ff12562004-11-09 20:16:35 +00005544 sys/statvfs.h \
5545 sys/strtio.h \
5546 sys/syscall.h \
Alexandre Julliard801d9c32009-03-10 17:05:58 +01005547 sys/tihdr.h \
Rein Klazes7ff12562004-11-09 20:16:35 +00005548 sys/time.h \
Austin English8b195912009-01-21 21:59:11 -06005549 sys/timeout.h \
Rein Klazes7ff12562004-11-09 20:16:35 +00005550 sys/times.h \
5551 sys/uio.h \
5552 sys/un.h \
Alexandre Julliard66eb4bd2008-12-09 19:33:06 +01005553 sys/utsname.h \
Rein Klazes7ff12562004-11-09 20:16:35 +00005554 sys/vm86.h \
5555 sys/wait.h \
5556 syscall.h \
5557 termios.h \
5558 unistd.h \
5559 utime.h \
John Reiser0a2c94e2008-07-24 13:31:53 -07005560 valgrind/memcheck.h \
Jacek Caban11ca05f2009-05-29 23:35:13 +02005561 valgrind/valgrind.h \
5562 zlib.h
Rein Klazes7ff12562004-11-09 20:16:35 +00005563
Alexandre Julliard25e9e4f2009-08-10 14:27:28 +02005564do :
5565 as_ac_Header=`$as_echo "ac_cv_header_$ac_header" | $as_tr_sh`
5566ac_fn_c_check_header_mongrel "$LINENO" "$ac_header" "$as_ac_Header" "$ac_includes_default"
5567eval as_val=\$$as_ac_Header
5568 if test "x$as_val" = x""yes; then :
Rein Klazes7ff12562004-11-09 20:16:35 +00005569 cat >>confdefs.h <<_ACEOF
Alexandre Julliardabf50482008-10-31 12:56:53 +01005570#define `$as_echo "HAVE_$ac_header" | $as_tr_cpp` 1
Rein Klazes7ff12562004-11-09 20:16:35 +00005571_ACEOF
5572
5573fi
5574
5575done
5576
Alexandre Julliard25e9e4f2009-08-10 14:27:28 +02005577{ $as_echo "$as_me:${as_lineno-$LINENO}: checking whether stat file-mode macros are broken" >&5
Alexandre Julliardabf50482008-10-31 12:56:53 +01005578$as_echo_n "checking whether stat file-mode macros are broken... " >&6; }
Alexandre Julliard25e9e4f2009-08-10 14:27:28 +02005579if test "${ac_cv_header_stat_broken+set}" = set; then :
Alexandre Julliardabf50482008-10-31 12:56:53 +01005580 $as_echo_n "(cached) " >&6
Rein Klazes7ff12562004-11-09 20:16:35 +00005581else
Alexandre Julliard25e9e4f2009-08-10 14:27:28 +02005582 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
Rein Klazes7ff12562004-11-09 20:16:35 +00005583/* end confdefs.h. */
5584#include <sys/types.h>
5585#include <sys/stat.h>
5586
Alexandre Julliardfc6ffb22006-05-25 20:08:12 +02005587#if defined S_ISBLK && defined S_IFDIR
Phil Krylovf0ca5862006-11-05 23:03:46 +03005588extern char c1[S_ISBLK (S_IFDIR) ? -1 : 1];
Rein Klazes7ff12562004-11-09 20:16:35 +00005589#endif
5590
Alexandre Julliardfc6ffb22006-05-25 20:08:12 +02005591#if defined S_ISBLK && defined S_IFCHR
Phil Krylovf0ca5862006-11-05 23:03:46 +03005592extern char c2[S_ISBLK (S_IFCHR) ? -1 : 1];
Rein Klazes7ff12562004-11-09 20:16:35 +00005593#endif
5594
Alexandre Julliardfc6ffb22006-05-25 20:08:12 +02005595#if defined S_ISLNK && defined S_IFREG
Phil Krylovf0ca5862006-11-05 23:03:46 +03005596extern char c3[S_ISLNK (S_IFREG) ? -1 : 1];
Rein Klazes7ff12562004-11-09 20:16:35 +00005597#endif
5598
Alexandre Julliardfc6ffb22006-05-25 20:08:12 +02005599#if defined S_ISSOCK && defined S_IFREG
Phil Krylovf0ca5862006-11-05 23:03:46 +03005600extern char c4[S_ISSOCK (S_IFREG) ? -1 : 1];
Rein Klazes7ff12562004-11-09 20:16:35 +00005601#endif
5602
5603_ACEOF
Alexandre Julliard25e9e4f2009-08-10 14:27:28 +02005604if ac_fn_c_try_compile "$LINENO"; then :
Rein Klazes7ff12562004-11-09 20:16:35 +00005605 ac_cv_header_stat_broken=no
Phil Krylovf0ca5862006-11-05 23:03:46 +03005606else
Alexandre Julliard25e9e4f2009-08-10 14:27:28 +02005607 ac_cv_header_stat_broken=yes
Phil Krylovf0ca5862006-11-05 23:03:46 +03005608fi
Phil Krylovf0ca5862006-11-05 23:03:46 +03005609rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
Rein Klazes7ff12562004-11-09 20:16:35 +00005610fi
Alexandre Julliard25e9e4f2009-08-10 14:27:28 +02005611{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_header_stat_broken" >&5
Alexandre Julliardabf50482008-10-31 12:56:53 +01005612$as_echo "$ac_cv_header_stat_broken" >&6; }
Rein Klazes7ff12562004-11-09 20:16:35 +00005613if test $ac_cv_header_stat_broken = yes; then
5614
Alexandre Julliard25e9e4f2009-08-10 14:27:28 +02005615$as_echo "#define STAT_MACROS_BROKEN 1" >>confdefs.h
Rein Klazes7ff12562004-11-09 20:16:35 +00005616
5617fi
5618
5619
5620
Austin English51094be2008-12-27 14:53:53 -06005621for ac_header in sys/mount.h sys/statfs.h sys/sysctl.h sys/user.h sys/vfs.h
Alexandre Julliard25e9e4f2009-08-10 14:27:28 +02005622do :
5623 as_ac_Header=`$as_echo "ac_cv_header_$ac_header" | $as_tr_sh`
5624ac_fn_c_check_header_compile "$LINENO" "$ac_header" "$as_ac_Header" "#include <sys/types.h>
Francois Gouget9e67edf2008-03-06 12:34:48 +01005625 #ifdef HAVE_SYS_PARAM_H
Hans Leidekker2d6d4e92006-04-09 18:36:01 +02005626 # include <sys/param.h>
5627 #endif
Alexandre Julliard25e9e4f2009-08-10 14:27:28 +02005628"
5629eval as_val=\$$as_ac_Header
5630 if test "x$as_val" = x""yes; then :
Hans Leidekker2d6d4e92006-04-09 18:36:01 +02005631 cat >>confdefs.h <<_ACEOF
Alexandre Julliardabf50482008-10-31 12:56:53 +01005632#define `$as_echo "HAVE_$ac_header" | $as_tr_cpp` 1
Hans Leidekker2d6d4e92006-04-09 18:36:01 +02005633_ACEOF
5634
5635fi
5636
5637done
5638
5639
Alexandre Julliarddfb308a2008-06-27 14:06:47 +02005640for ac_header in \
5641 netinet/ip.h \
5642 net/if.h \
5643 net/if_arp.h \
5644 net/if_dl.h \
5645 net/if_types.h \
5646 net/route.h \
5647 netinet/if_ether.h \
Austin English337067a2009-01-22 10:44:06 -06005648 netinet/if_inarp.h \
Alexandre Julliarddfb308a2008-06-27 14:06:47 +02005649 netinet/in_pcb.h \
5650 netinet/ip_icmp.h \
5651 netinet/ip_var.h \
5652 netinet/udp.h \
5653 netipx/ipx.h \
5654
Alexandre Julliard25e9e4f2009-08-10 14:27:28 +02005655do :
5656 as_ac_Header=`$as_echo "ac_cv_header_$ac_header" | $as_tr_sh`
5657ac_fn_c_check_header_compile "$LINENO" "$ac_header" "$as_ac_Header" "#include <sys/types.h>
Francois Gouget9e67edf2008-03-06 12:34:48 +01005658 #ifdef HAVE_SYS_SOCKET_H
Hans Leidekker2d6d4e92006-04-09 18:36:01 +02005659 # include <sys/socket.h>
5660 #endif
Francois Gouget9e67edf2008-03-06 12:34:48 +01005661 #ifdef HAVE_SYS_SOCKETVAR_H
Ken Thomasesa609fee2007-10-19 16:18:17 -05005662 # include <sys/socketvar.h>
5663 #endif
Austin Englishbb3f2582009-01-26 23:34:42 -06005664 #ifdef HAVE_NET_ROUTE_H
5665 # include <net/route.h>
5666 #endif
Francois Gouget9e67edf2008-03-06 12:34:48 +01005667 #ifdef HAVE_NETINET_IN_H
Ken Thomasesffd78b12007-10-19 16:18:27 -05005668 # include <netinet/in.h>
5669 #endif
Austin English03173932009-01-23 13:29:42 -06005670 #ifdef HAVE_NETINET_IN_SYSTM_H
5671 # include <netinet/in_systm.h>
5672 #endif
Alexandre Julliardd7e846c2009-01-30 14:01:12 +01005673 #ifdef HAVE_NET_IF_H
5674 # include <net/if.h>
5675 #endif
Alexandre Julliarddfb308a2008-06-27 14:06:47 +02005676 #ifdef HAVE_NETINET_IP_H
5677 # include <netinet/ip.h>
5678 #endif
Alexandre Julliard25e9e4f2009-08-10 14:27:28 +02005679"
5680eval as_val=\$$as_ac_Header
5681 if test "x$as_val" = x""yes; then :
Hans Leidekker2d6d4e92006-04-09 18:36:01 +02005682 cat >>confdefs.h <<_ACEOF
Alexandre Julliardabf50482008-10-31 12:56:53 +01005683#define `$as_echo "HAVE_$ac_header" | $as_tr_cpp` 1
Hans Leidekker2d6d4e92006-04-09 18:36:01 +02005684_ACEOF
5685
5686fi
5687
5688done
5689
Mark Adams25696352007-07-10 23:39:21 -04005690
Austin English03173932009-01-23 13:29:42 -06005691for ac_header in netinet/tcp_timer.h netinet/udp_var.h netinet/icmp_var.h netinet/tcp_var.h
Alexandre Julliard25e9e4f2009-08-10 14:27:28 +02005692do :
5693 as_ac_Header=`$as_echo "ac_cv_header_$ac_header" | $as_tr_sh`
5694ac_fn_c_check_header_compile "$LINENO" "$ac_header" "$as_ac_Header" "#include <sys/types.h>
Eric Durbin020b0ef2008-06-24 22:45:51 -05005695 #ifdef HAVE_ALIAS_H
5696 # include <alias.h>
5697 #endif
Francois Gouget9e67edf2008-03-06 12:34:48 +01005698 #ifdef HAVE_SYS_SOCKET_H
Mark Adams25696352007-07-10 23:39:21 -04005699 # include <sys/socket.h>
5700 #endif
Francois Gouget9e67edf2008-03-06 12:34:48 +01005701 #ifdef HAVE_SYS_SOCKETVAR_H
Mark Adams25696352007-07-10 23:39:21 -04005702 # include <sys/socketvar.h>
5703 #endif
Austin English53d3c462009-01-26 23:47:49 -06005704 #ifdef HAVE_SYS_TIMEOUT_H
5705 # include <sys/timeout.h>
5706 #endif
Francois Gouget9e67edf2008-03-06 12:34:48 +01005707 #ifdef HAVE_NETINET_IN_H
Mark Adams25696352007-07-10 23:39:21 -04005708 # include <netinet/in.h>
5709 #endif
Austin English03173932009-01-23 13:29:42 -06005710 #ifdef HAVE_NETINET_IN_SYSTM_H
5711 # include <netinet/in_systm.h>
5712 #endif
Alexandre Julliarddfb308a2008-06-27 14:06:47 +02005713 #ifdef HAVE_NETINET_IP_H
5714 # include <netinet/ip.h>
5715 #endif
Eric Durbin6d4eab92008-06-24 22:44:13 -05005716 #ifdef HAVE_NETINET_IP_VAR_H
5717 # include <netinet/ip_var.h>
5718 #endif
Eric Durbin020b0ef2008-06-24 22:45:51 -05005719 #ifdef HAVE_NETINET_IP_ICMP_H
5720 # include <netinet/ip_icmp.h>
5721 #endif
Eric Durbin6d4eab92008-06-24 22:44:13 -05005722 #ifdef HAVE_NETINET_UDP_H
5723 # include <netinet/udp.h>
5724 #endif
Mark Adams25696352007-07-10 23:39:21 -04005725 #ifdef HAVE_NETINET_TCP_H
5726 # include <netinet/tcp.h>
5727 #endif
Austin English03173932009-01-23 13:29:42 -06005728 #ifdef HAVE_NETINET_TCP_TIMER_H
5729 #include <netinet/tcp_timer.h>
5730 #endif
Alexandre Julliard25e9e4f2009-08-10 14:27:28 +02005731"
5732eval as_val=\$$as_ac_Header
5733 if test "x$as_val" = x""yes; then :
Mark Adams25696352007-07-10 23:39:21 -04005734 cat >>confdefs.h <<_ACEOF
Alexandre Julliardabf50482008-10-31 12:56:53 +01005735#define `$as_echo "HAVE_$ac_header" | $as_tr_cpp` 1
Mark Adams25696352007-07-10 23:39:21 -04005736_ACEOF
5737
5738fi
5739
5740done
5741
Hans Leidekker2d6d4e92006-04-09 18:36:01 +02005742
Juan Lang0ce420d2009-08-12 09:14:16 -07005743for ac_header in linux/ipx.h linux/irda.h
Alexandre Julliard25e9e4f2009-08-10 14:27:28 +02005744do :
Juan Lang0ce420d2009-08-12 09:14:16 -07005745 as_ac_Header=`$as_echo "ac_cv_header_$ac_header" | $as_tr_sh`
5746ac_fn_c_check_header_compile "$LINENO" "$ac_header" "$as_ac_Header" "#include <sys/types.h>
Francois Gougetfaf05df2006-08-07 21:52:36 +02005747 #ifdef HAVE_ASM_TYPES_H
5748 # include <asm/types.h>
5749 #endif
Francois Gouget9e67edf2008-03-06 12:34:48 +01005750 #ifdef HAVE_SYS_SOCKET_H
Francois Gougetfaf05df2006-08-07 21:52:36 +02005751 # include <sys/socket.h>
5752 #endif
Francois Gougetda1a3522008-12-28 10:35:02 +01005753 #ifdef HAVE_LINUX_TYPES_H
5754 # include <linux/types.h>
5755 #endif
Alexandre Julliard25e9e4f2009-08-10 14:27:28 +02005756"
Juan Lang0ce420d2009-08-12 09:14:16 -07005757eval as_val=\$$as_ac_Header
5758 if test "x$as_val" = x""yes; then :
Francois Gougetfaf05df2006-08-07 21:52:36 +02005759 cat >>confdefs.h <<_ACEOF
Juan Lang0ce420d2009-08-12 09:14:16 -07005760#define `$as_echo "HAVE_$ac_header" | $as_tr_cpp` 1
Francois Gougetfaf05df2006-08-07 21:52:36 +02005761_ACEOF
5762
5763fi
5764
5765done
5766
5767
Austin English2d7ccb32009-06-13 18:01:24 -05005768for ac_header in mach-o/dyld_images.h
Alexandre Julliard25e9e4f2009-08-10 14:27:28 +02005769do :
5770 ac_fn_c_check_header_compile "$LINENO" "mach-o/dyld_images.h" "ac_cv_header_mach_o_dyld_images_h" "#ifdef HAVE_STDBOOL_H
Austin English2d7ccb32009-06-13 18:01:24 -05005771 # include <stdbool.h>
5772 #endif
5773 #ifdef HAVE_STDINT_H
5774 # include <stdint.h>
5775 #endif
Alexandre Julliard25e9e4f2009-08-10 14:27:28 +02005776"
5777if test "x$ac_cv_header_mach_o_dyld_images_h" = x""yes; then :
Austin English2d7ccb32009-06-13 18:01:24 -05005778 cat >>confdefs.h <<_ACEOF
Alexandre Julliard25e9e4f2009-08-10 14:27:28 +02005779#define HAVE_MACH_O_DYLD_IMAGES_H 1
Austin English2d7ccb32009-06-13 18:01:24 -05005780_ACEOF
5781
5782fi
5783
5784done
5785
5786
Hans Leidekker2d6d4e92006-04-09 18:36:01 +02005787for ac_header in resolv.h
Alexandre Julliard25e9e4f2009-08-10 14:27:28 +02005788do :
5789 ac_fn_c_check_header_compile "$LINENO" "resolv.h" "ac_cv_header_resolv_h" "#include <sys/types.h>
Francois Gouget9e67edf2008-03-06 12:34:48 +01005790 #ifdef HAVE_SYS_SOCKET_H
Hans Leidekker2d6d4e92006-04-09 18:36:01 +02005791 # include <sys/socket.h>
5792 #endif
Francois Gouget9e67edf2008-03-06 12:34:48 +01005793 #ifdef HAVE_NETINET_IN_H
Hans Leidekker2d6d4e92006-04-09 18:36:01 +02005794 # include <netinet/in.h>
5795 #endif
Francois Gouget9e67edf2008-03-06 12:34:48 +01005796 #ifdef HAVE_ARPA_NAMESER_H
Hans Leidekker2d6d4e92006-04-09 18:36:01 +02005797 # include <arpa/nameser.h>
5798 #endif
Alexandre Julliard25e9e4f2009-08-10 14:27:28 +02005799"
5800if test "x$ac_cv_header_resolv_h" = x""yes; then :
Hans Leidekker2d6d4e92006-04-09 18:36:01 +02005801 cat >>confdefs.h <<_ACEOF
Alexandre Julliard25e9e4f2009-08-10 14:27:28 +02005802#define HAVE_RESOLV_H 1
Hans Leidekker2d6d4e92006-04-09 18:36:01 +02005803_ACEOF
5804
5805fi
5806
5807done
5808
5809
Hans Leidekker2d6d4e92006-04-09 18:36:01 +02005810for ac_header in ucontext.h
Alexandre Julliard25e9e4f2009-08-10 14:27:28 +02005811do :
5812 ac_fn_c_check_header_compile "$LINENO" "ucontext.h" "ac_cv_header_ucontext_h" "#include <signal.h>
5813"
5814if test "x$ac_cv_header_ucontext_h" = x""yes; then :
Hans Leidekker2d6d4e92006-04-09 18:36:01 +02005815 cat >>confdefs.h <<_ACEOF
Alexandre Julliard25e9e4f2009-08-10 14:27:28 +02005816#define HAVE_UCONTEXT_H 1
Hans Leidekker2d6d4e92006-04-09 18:36:01 +02005817_ACEOF
5818
5819fi
5820
5821done
5822
5823
Tijl Coosemans60833da2007-08-08 00:25:24 +02005824for ac_header in sys/thr.h
Alexandre Julliard25e9e4f2009-08-10 14:27:28 +02005825do :
5826 ac_fn_c_check_header_compile "$LINENO" "sys/thr.h" "ac_cv_header_sys_thr_h" "#include <sys/types.h>
Francois Gouget9e67edf2008-03-06 12:34:48 +01005827#ifdef HAVE_UCONTEXT_H
Tijl Coosemans60833da2007-08-08 00:25:24 +02005828#include <ucontext.h>
5829#endif
Alexandre Julliard25e9e4f2009-08-10 14:27:28 +02005830"
5831if test "x$ac_cv_header_sys_thr_h" = x""yes; then :
Tijl Coosemans60833da2007-08-08 00:25:24 +02005832 cat >>confdefs.h <<_ACEOF
Alexandre Julliard25e9e4f2009-08-10 14:27:28 +02005833#define HAVE_SYS_THR_H 1
Tijl Coosemans60833da2007-08-08 00:25:24 +02005834_ACEOF
5835
5836fi
5837
5838done
5839
5840
Gerald Pfeifer4ff90b42006-08-21 20:00:20 +02005841for ac_header in pthread_np.h
Alexandre Julliard25e9e4f2009-08-10 14:27:28 +02005842do :
5843 ac_fn_c_check_header_compile "$LINENO" "pthread_np.h" "ac_cv_header_pthread_np_h" "#ifdef HAVE_PTHREAD_H
Gerald Pfeifer4ff90b42006-08-21 20:00:20 +02005844#include <pthread.h>
5845#endif
Alexandre Julliard25e9e4f2009-08-10 14:27:28 +02005846"
5847if test "x$ac_cv_header_pthread_np_h" = x""yes; then :
Gerald Pfeifer4ff90b42006-08-21 20:00:20 +02005848 cat >>confdefs.h <<_ACEOF
Alexandre Julliard25e9e4f2009-08-10 14:27:28 +02005849#define HAVE_PTHREAD_NP_H 1
Gerald Pfeifer4ff90b42006-08-21 20:00:20 +02005850_ACEOF
5851
5852fi
5853
5854done
5855
5856
Francois Gougetfaf05df2006-08-07 21:52:36 +02005857for ac_header in linux/videodev.h
Alexandre Julliard25e9e4f2009-08-10 14:27:28 +02005858do :
5859 ac_fn_c_check_header_compile "$LINENO" "linux/videodev.h" "ac_cv_header_linux_videodev_h" "#ifdef HAVE_SYS_TIME_H
Hans Leidekker2d6d4e92006-04-09 18:36:01 +02005860#include <sys/time.h>
5861#endif
5862#include <sys/types.h>
5863#ifdef HAVE_ASM_TYPES_H
5864#include <asm/types.h>
5865#endif
Alexandre Julliard25e9e4f2009-08-10 14:27:28 +02005866"
5867if test "x$ac_cv_header_linux_videodev_h" = x""yes; then :
Hans Leidekker2d6d4e92006-04-09 18:36:01 +02005868 cat >>confdefs.h <<_ACEOF
Alexandre Julliard25e9e4f2009-08-10 14:27:28 +02005869#define HAVE_LINUX_VIDEODEV_H 1
Hans Leidekker2d6d4e92006-04-09 18:36:01 +02005870_ACEOF
5871
5872fi
5873
5874done
5875
5876
Alexandre Julliardb079add2006-02-24 11:46:17 +01005877for ac_header in linux/capi.h
Alexandre Julliard25e9e4f2009-08-10 14:27:28 +02005878do :
5879 ac_fn_c_check_header_compile "$LINENO" "linux/capi.h" "ac_cv_header_linux_capi_h" "#define __user
5880"
5881if test "x$ac_cv_header_linux_capi_h" = x""yes; then :
Alexandre Julliardb079add2006-02-24 11:46:17 +01005882 cat >>confdefs.h <<_ACEOF
Alexandre Julliard25e9e4f2009-08-10 14:27:28 +02005883#define HAVE_LINUX_CAPI_H 1
Alexandre Julliardb079add2006-02-24 11:46:17 +01005884_ACEOF
5885
5886fi
5887
5888done
5889
5890
5891
Alexandre Julliarda3097622007-07-02 17:27:48 +02005892DLLEXT=""
5893
5894DLLFLAGS="-D_REENTRANT"
5895
5896LDSHARED=""
5897
5898LDDLLFLAGS=""
5899
5900LIBEXT="so"
5901
5902IMPLIBEXT="def"
5903
5904LDRPATH_INSTALL=""
5905
5906LDRPATH_LOCAL=""
5907
5908# Extract the first word of "ldd", so it can be a program name with args.
5909set dummy ldd; ac_word=$2
Alexandre Julliard25e9e4f2009-08-10 14:27:28 +02005910{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
Alexandre Julliardabf50482008-10-31 12:56:53 +01005911$as_echo_n "checking for $ac_word... " >&6; }
Alexandre Julliard25e9e4f2009-08-10 14:27:28 +02005912if test "${ac_cv_path_LDD+set}" = set; then :
Alexandre Julliardabf50482008-10-31 12:56:53 +01005913 $as_echo_n "(cached) " >&6
Alexandre Julliarda3097622007-07-02 17:27:48 +02005914else
5915 case $LDD in
5916 [\\/]* | ?:[\\/]*)
5917 ac_cv_path_LDD="$LDD" # Let the user override the test with a path.
5918 ;;
5919 *)
5920 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
5921as_dummy="/sbin:/usr/sbin:$PATH"
5922for as_dir in $as_dummy
5923do
5924 IFS=$as_save_IFS
5925 test -z "$as_dir" && as_dir=.
Alexandre Julliard25e9e4f2009-08-10 14:27:28 +02005926 for ac_exec_ext in '' $ac_executable_extensions; do
Alexandre Julliarda3097622007-07-02 17:27:48 +02005927 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
5928 ac_cv_path_LDD="$as_dir/$ac_word$ac_exec_ext"
Alexandre Julliard25e9e4f2009-08-10 14:27:28 +02005929 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
Alexandre Julliarda3097622007-07-02 17:27:48 +02005930 break 2
5931 fi
5932done
Alexandre Julliard25e9e4f2009-08-10 14:27:28 +02005933 done
Alexandre Julliarda3097622007-07-02 17:27:48 +02005934IFS=$as_save_IFS
5935
5936 test -z "$ac_cv_path_LDD" && ac_cv_path_LDD="true"
5937 ;;
5938esac
5939fi
5940LDD=$ac_cv_path_LDD
5941if test -n "$LDD"; then
Alexandre Julliard25e9e4f2009-08-10 14:27:28 +02005942 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $LDD" >&5
Alexandre Julliardabf50482008-10-31 12:56:53 +01005943$as_echo "$LDD" >&6; }
Alexandre Julliarda3097622007-07-02 17:27:48 +02005944else
Alexandre Julliard25e9e4f2009-08-10 14:27:28 +02005945 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
Alexandre Julliardabf50482008-10-31 12:56:53 +01005946$as_echo "no" >&6; }
Alexandre Julliarda3097622007-07-02 17:27:48 +02005947fi
5948
5949
5950
5951case $host_os in
5952 cygwin*|mingw32*)
5953 if test -n "$ac_tool_prefix"; then
5954 # Extract the first word of "${ac_tool_prefix}dlltool", so it can be a program name with args.
5955set dummy ${ac_tool_prefix}dlltool; ac_word=$2
Alexandre Julliard25e9e4f2009-08-10 14:27:28 +02005956{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
Alexandre Julliardabf50482008-10-31 12:56:53 +01005957$as_echo_n "checking for $ac_word... " >&6; }
Alexandre Julliard25e9e4f2009-08-10 14:27:28 +02005958if test "${ac_cv_prog_DLLTOOL+set}" = set; then :
Alexandre Julliardabf50482008-10-31 12:56:53 +01005959 $as_echo_n "(cached) " >&6
Alexandre Julliarda3097622007-07-02 17:27:48 +02005960else
5961 if test -n "$DLLTOOL"; then
5962 ac_cv_prog_DLLTOOL="$DLLTOOL" # Let the user override the test.
5963else
5964as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
5965for as_dir in $PATH
5966do
5967 IFS=$as_save_IFS
5968 test -z "$as_dir" && as_dir=.
Alexandre Julliard25e9e4f2009-08-10 14:27:28 +02005969 for ac_exec_ext in '' $ac_executable_extensions; do
Alexandre Julliarda3097622007-07-02 17:27:48 +02005970 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
5971 ac_cv_prog_DLLTOOL="${ac_tool_prefix}dlltool"
Alexandre Julliard25e9e4f2009-08-10 14:27:28 +02005972 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
Alexandre Julliarda3097622007-07-02 17:27:48 +02005973 break 2
5974 fi
5975done
Alexandre Julliard25e9e4f2009-08-10 14:27:28 +02005976 done
Alexandre Julliarda3097622007-07-02 17:27:48 +02005977IFS=$as_save_IFS
5978
5979fi
5980fi
5981DLLTOOL=$ac_cv_prog_DLLTOOL
5982if test -n "$DLLTOOL"; then
Alexandre Julliard25e9e4f2009-08-10 14:27:28 +02005983 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $DLLTOOL" >&5
Alexandre Julliardabf50482008-10-31 12:56:53 +01005984$as_echo "$DLLTOOL" >&6; }
Alexandre Julliarda3097622007-07-02 17:27:48 +02005985else
Alexandre Julliard25e9e4f2009-08-10 14:27:28 +02005986 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
Alexandre Julliardabf50482008-10-31 12:56:53 +01005987$as_echo "no" >&6; }
Alexandre Julliarda3097622007-07-02 17:27:48 +02005988fi
5989
5990
5991fi
5992if test -z "$ac_cv_prog_DLLTOOL"; then
5993 ac_ct_DLLTOOL=$DLLTOOL
5994 # Extract the first word of "dlltool", so it can be a program name with args.
5995set dummy dlltool; ac_word=$2
Alexandre Julliard25e9e4f2009-08-10 14:27:28 +02005996{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
Alexandre Julliardabf50482008-10-31 12:56:53 +01005997$as_echo_n "checking for $ac_word... " >&6; }
Alexandre Julliard25e9e4f2009-08-10 14:27:28 +02005998if test "${ac_cv_prog_ac_ct_DLLTOOL+set}" = set; then :
Alexandre Julliardabf50482008-10-31 12:56:53 +01005999 $as_echo_n "(cached) " >&6
Alexandre Julliarda3097622007-07-02 17:27:48 +02006000else
6001 if test -n "$ac_ct_DLLTOOL"; then
6002 ac_cv_prog_ac_ct_DLLTOOL="$ac_ct_DLLTOOL" # Let the user override the test.
6003else
6004as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
6005for as_dir in $PATH
6006do
6007 IFS=$as_save_IFS
6008 test -z "$as_dir" && as_dir=.
Alexandre Julliard25e9e4f2009-08-10 14:27:28 +02006009 for ac_exec_ext in '' $ac_executable_extensions; do
Alexandre Julliarda3097622007-07-02 17:27:48 +02006010 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
6011 ac_cv_prog_ac_ct_DLLTOOL="dlltool"
Alexandre Julliard25e9e4f2009-08-10 14:27:28 +02006012 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
Alexandre Julliarda3097622007-07-02 17:27:48 +02006013 break 2
6014 fi
6015done
Alexandre Julliard25e9e4f2009-08-10 14:27:28 +02006016 done
Alexandre Julliarda3097622007-07-02 17:27:48 +02006017IFS=$as_save_IFS
6018
6019fi
6020fi
6021ac_ct_DLLTOOL=$ac_cv_prog_ac_ct_DLLTOOL
6022if test -n "$ac_ct_DLLTOOL"; then
Alexandre Julliard25e9e4f2009-08-10 14:27:28 +02006023 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_ct_DLLTOOL" >&5
Alexandre Julliardabf50482008-10-31 12:56:53 +01006024$as_echo "$ac_ct_DLLTOOL" >&6; }
Alexandre Julliarda3097622007-07-02 17:27:48 +02006025else
Alexandre Julliard25e9e4f2009-08-10 14:27:28 +02006026 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
Alexandre Julliardabf50482008-10-31 12:56:53 +01006027$as_echo "no" >&6; }
Alexandre Julliarda3097622007-07-02 17:27:48 +02006028fi
6029
6030 if test "x$ac_ct_DLLTOOL" = x; then
6031 DLLTOOL="false"
6032 else
6033 case $cross_compiling:$ac_tool_warned in
6034yes:)
Alexandre Julliard25e9e4f2009-08-10 14:27:28 +02006035{ $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: using cross tools not prefixed with host triplet" >&5
Alexandre Julliardabf50482008-10-31 12:56:53 +01006036$as_echo "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;}
Alexandre Julliarda3097622007-07-02 17:27:48 +02006037ac_tool_warned=yes ;;
6038esac
6039 DLLTOOL=$ac_ct_DLLTOOL
6040 fi
6041else
6042 DLLTOOL="$ac_cv_prog_DLLTOOL"
6043fi
6044
6045 if test -n "$ac_tool_prefix"; then
6046 # Extract the first word of "${ac_tool_prefix}dllwrap", so it can be a program name with args.
6047set dummy ${ac_tool_prefix}dllwrap; ac_word=$2
Alexandre Julliard25e9e4f2009-08-10 14:27:28 +02006048{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
Alexandre Julliardabf50482008-10-31 12:56:53 +01006049$as_echo_n "checking for $ac_word... " >&6; }
Alexandre Julliard25e9e4f2009-08-10 14:27:28 +02006050if test "${ac_cv_prog_DLLWRAP+set}" = set; then :
Alexandre Julliardabf50482008-10-31 12:56:53 +01006051 $as_echo_n "(cached) " >&6
Alexandre Julliarda3097622007-07-02 17:27:48 +02006052else
6053 if test -n "$DLLWRAP"; then
6054 ac_cv_prog_DLLWRAP="$DLLWRAP" # Let the user override the test.
6055else
6056as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
6057for as_dir in $PATH
6058do
6059 IFS=$as_save_IFS
6060 test -z "$as_dir" && as_dir=.
Alexandre Julliard25e9e4f2009-08-10 14:27:28 +02006061 for ac_exec_ext in '' $ac_executable_extensions; do
Alexandre Julliarda3097622007-07-02 17:27:48 +02006062 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
6063 ac_cv_prog_DLLWRAP="${ac_tool_prefix}dllwrap"
Alexandre Julliard25e9e4f2009-08-10 14:27:28 +02006064 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
Alexandre Julliarda3097622007-07-02 17:27:48 +02006065 break 2
6066 fi
6067done
Alexandre Julliard25e9e4f2009-08-10 14:27:28 +02006068 done
Alexandre Julliarda3097622007-07-02 17:27:48 +02006069IFS=$as_save_IFS
6070
6071fi
6072fi
6073DLLWRAP=$ac_cv_prog_DLLWRAP
6074if test -n "$DLLWRAP"; then
Alexandre Julliard25e9e4f2009-08-10 14:27:28 +02006075 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $DLLWRAP" >&5
Alexandre Julliardabf50482008-10-31 12:56:53 +01006076$as_echo "$DLLWRAP" >&6; }
Alexandre Julliarda3097622007-07-02 17:27:48 +02006077else
Alexandre Julliard25e9e4f2009-08-10 14:27:28 +02006078 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
Alexandre Julliardabf50482008-10-31 12:56:53 +01006079$as_echo "no" >&6; }
Alexandre Julliarda3097622007-07-02 17:27:48 +02006080fi
6081
6082
6083fi
6084if test -z "$ac_cv_prog_DLLWRAP"; then
6085 ac_ct_DLLWRAP=$DLLWRAP
6086 # Extract the first word of "dllwrap", so it can be a program name with args.
6087set dummy dllwrap; ac_word=$2
Alexandre Julliard25e9e4f2009-08-10 14:27:28 +02006088{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
Alexandre Julliardabf50482008-10-31 12:56:53 +01006089$as_echo_n "checking for $ac_word... " >&6; }
Alexandre Julliard25e9e4f2009-08-10 14:27:28 +02006090if test "${ac_cv_prog_ac_ct_DLLWRAP+set}" = set; then :
Alexandre Julliardabf50482008-10-31 12:56:53 +01006091 $as_echo_n "(cached) " >&6
Alexandre Julliarda3097622007-07-02 17:27:48 +02006092else
6093 if test -n "$ac_ct_DLLWRAP"; then
6094 ac_cv_prog_ac_ct_DLLWRAP="$ac_ct_DLLWRAP" # Let the user override the test.
6095else
6096as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
6097for as_dir in $PATH
6098do
6099 IFS=$as_save_IFS
6100 test -z "$as_dir" && as_dir=.
Alexandre Julliard25e9e4f2009-08-10 14:27:28 +02006101 for ac_exec_ext in '' $ac_executable_extensions; do
Alexandre Julliarda3097622007-07-02 17:27:48 +02006102 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
6103 ac_cv_prog_ac_ct_DLLWRAP="dllwrap"
Alexandre Julliard25e9e4f2009-08-10 14:27:28 +02006104 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
Alexandre Julliarda3097622007-07-02 17:27:48 +02006105 break 2
6106 fi
6107done
Alexandre Julliard25e9e4f2009-08-10 14:27:28 +02006108 done
Alexandre Julliarda3097622007-07-02 17:27:48 +02006109IFS=$as_save_IFS
6110
6111fi
6112fi
6113ac_ct_DLLWRAP=$ac_cv_prog_ac_ct_DLLWRAP
6114if test -n "$ac_ct_DLLWRAP"; then
Alexandre Julliard25e9e4f2009-08-10 14:27:28 +02006115 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_ct_DLLWRAP" >&5
Alexandre Julliardabf50482008-10-31 12:56:53 +01006116$as_echo "$ac_ct_DLLWRAP" >&6; }
Alexandre Julliarda3097622007-07-02 17:27:48 +02006117else
Alexandre Julliard25e9e4f2009-08-10 14:27:28 +02006118 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
Alexandre Julliardabf50482008-10-31 12:56:53 +01006119$as_echo "no" >&6; }
Alexandre Julliarda3097622007-07-02 17:27:48 +02006120fi
6121
6122 if test "x$ac_ct_DLLWRAP" = x; then
6123 DLLWRAP="false"
6124 else
6125 case $cross_compiling:$ac_tool_warned in
6126yes:)
Alexandre Julliard25e9e4f2009-08-10 14:27:28 +02006127{ $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: using cross tools not prefixed with host triplet" >&5
Alexandre Julliardabf50482008-10-31 12:56:53 +01006128$as_echo "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;}
Alexandre Julliarda3097622007-07-02 17:27:48 +02006129ac_tool_warned=yes ;;
6130esac
6131 DLLWRAP=$ac_ct_DLLWRAP
6132 fi
6133else
6134 DLLWRAP="$ac_cv_prog_DLLWRAP"
6135fi
6136
6137 if test -n "$ac_tool_prefix"; then
6138 # Extract the first word of "${ac_tool_prefix}ar", so it can be a program name with args.
6139set dummy ${ac_tool_prefix}ar; ac_word=$2
Alexandre Julliard25e9e4f2009-08-10 14:27:28 +02006140{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
Alexandre Julliardabf50482008-10-31 12:56:53 +01006141$as_echo_n "checking for $ac_word... " >&6; }
Alexandre Julliard25e9e4f2009-08-10 14:27:28 +02006142if test "${ac_cv_prog_MINGWAR+set}" = set; then :
Alexandre Julliardabf50482008-10-31 12:56:53 +01006143 $as_echo_n "(cached) " >&6
Alexandre Julliarda3097622007-07-02 17:27:48 +02006144else
6145 if test -n "$MINGWAR"; then
6146 ac_cv_prog_MINGWAR="$MINGWAR" # Let the user override the test.
6147else
6148as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
6149for as_dir in $PATH
6150do
6151 IFS=$as_save_IFS
6152 test -z "$as_dir" && as_dir=.
Alexandre Julliard25e9e4f2009-08-10 14:27:28 +02006153 for ac_exec_ext in '' $ac_executable_extensions; do
Alexandre Julliarda3097622007-07-02 17:27:48 +02006154 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
6155 ac_cv_prog_MINGWAR="${ac_tool_prefix}ar"
Alexandre Julliard25e9e4f2009-08-10 14:27:28 +02006156 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
Alexandre Julliarda3097622007-07-02 17:27:48 +02006157 break 2
6158 fi
6159done
Alexandre Julliard25e9e4f2009-08-10 14:27:28 +02006160 done
Alexandre Julliarda3097622007-07-02 17:27:48 +02006161IFS=$as_save_IFS
6162
6163fi
6164fi
6165MINGWAR=$ac_cv_prog_MINGWAR
6166if test -n "$MINGWAR"; then
Alexandre Julliard25e9e4f2009-08-10 14:27:28 +02006167 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $MINGWAR" >&5
Alexandre Julliardabf50482008-10-31 12:56:53 +01006168$as_echo "$MINGWAR" >&6; }
Alexandre Julliarda3097622007-07-02 17:27:48 +02006169else
Alexandre Julliard25e9e4f2009-08-10 14:27:28 +02006170 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
Alexandre Julliardabf50482008-10-31 12:56:53 +01006171$as_echo "no" >&6; }
Alexandre Julliarda3097622007-07-02 17:27:48 +02006172fi
6173
6174
6175fi
6176if test -z "$ac_cv_prog_MINGWAR"; then
6177 ac_ct_MINGWAR=$MINGWAR
6178 # Extract the first word of "ar", so it can be a program name with args.
6179set dummy ar; ac_word=$2
Alexandre Julliard25e9e4f2009-08-10 14:27:28 +02006180{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
Alexandre Julliardabf50482008-10-31 12:56:53 +01006181$as_echo_n "checking for $ac_word... " >&6; }
Alexandre Julliard25e9e4f2009-08-10 14:27:28 +02006182if test "${ac_cv_prog_ac_ct_MINGWAR+set}" = set; then :
Alexandre Julliardabf50482008-10-31 12:56:53 +01006183 $as_echo_n "(cached) " >&6
Alexandre Julliarda3097622007-07-02 17:27:48 +02006184else
6185 if test -n "$ac_ct_MINGWAR"; then
6186 ac_cv_prog_ac_ct_MINGWAR="$ac_ct_MINGWAR" # Let the user override the test.
6187else
6188as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
6189for as_dir in $PATH
6190do
6191 IFS=$as_save_IFS
6192 test -z "$as_dir" && as_dir=.
Alexandre Julliard25e9e4f2009-08-10 14:27:28 +02006193 for ac_exec_ext in '' $ac_executable_extensions; do
Alexandre Julliarda3097622007-07-02 17:27:48 +02006194 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
6195 ac_cv_prog_ac_ct_MINGWAR="ar"
Alexandre Julliard25e9e4f2009-08-10 14:27:28 +02006196 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
Alexandre Julliarda3097622007-07-02 17:27:48 +02006197 break 2
6198 fi
6199done
Alexandre Julliard25e9e4f2009-08-10 14:27:28 +02006200 done
Alexandre Julliarda3097622007-07-02 17:27:48 +02006201IFS=$as_save_IFS
6202
6203fi
6204fi
6205ac_ct_MINGWAR=$ac_cv_prog_ac_ct_MINGWAR
6206if test -n "$ac_ct_MINGWAR"; then
Alexandre Julliard25e9e4f2009-08-10 14:27:28 +02006207 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_ct_MINGWAR" >&5
Alexandre Julliardabf50482008-10-31 12:56:53 +01006208$as_echo "$ac_ct_MINGWAR" >&6; }
Alexandre Julliarda3097622007-07-02 17:27:48 +02006209else
Alexandre Julliard25e9e4f2009-08-10 14:27:28 +02006210 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
Alexandre Julliardabf50482008-10-31 12:56:53 +01006211$as_echo "no" >&6; }
Alexandre Julliarda3097622007-07-02 17:27:48 +02006212fi
6213
6214 if test "x$ac_ct_MINGWAR" = x; then
6215 MINGWAR="false"
6216 else
6217 case $cross_compiling:$ac_tool_warned in
6218yes:)
Alexandre Julliard25e9e4f2009-08-10 14:27:28 +02006219{ $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: using cross tools not prefixed with host triplet" >&5
Alexandre Julliardabf50482008-10-31 12:56:53 +01006220$as_echo "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;}
Alexandre Julliarda3097622007-07-02 17:27:48 +02006221ac_tool_warned=yes ;;
6222esac
6223 MINGWAR=$ac_ct_MINGWAR
6224 fi
6225else
6226 MINGWAR="$ac_cv_prog_MINGWAR"
6227fi
6228
6229 if test "$DLLWRAP" = "false"; then
6230 LIBEXT="a"
6231 else
6232 LIBEXT="dll"
6233 fi
6234 IMPLIBEXT="a"
Alexandre Julliardec1ebfb2008-09-04 12:29:07 +02006235 enable_iphlpapi=${enable_iphlpapi:-no}
6236 enable_kernel32=${enable_kernel32:-no}
6237 enable_msvcrt=${enable_msvcrt:-no}
6238 enable_ntdll=${enable_ntdll:-no}
6239 enable_ws2_32=${enable_ws2_32:-no}
6240 enable_loader=${enable_loader:-no}
6241 enable_server=${enable_server:-no}
Alexandre Julliard40664c02009-02-11 20:40:58 +01006242 with_x=${with_x:-no}
Alexandre Julliardc891f6b2009-02-11 20:41:50 +01006243 with_pthread=${with_pthread:-no}
Alexandre Julliarda3097622007-07-02 17:27:48 +02006244 ;;
6245 darwin*|macosx*)
6246 DLLEXT=".so"
6247 LIBEXT="dylib"
6248 DLLFLAGS="$DLLFLAGS -fPIC"
6249 LDDLLFLAGS="-bundle -multiply_defined suppress"
6250 LIBWINE_LDFLAGS="-multiply_defined suppress"
6251 LDSHARED="\$(CC) -dynamiclib"
6252 STRIP="$STRIP -x"
6253 LDRPATH_LOCAL="&& install_name_tool -change @executable_path/\`\$(RELPATH) \$(bindir) \$(libdir)\`/libwine.1.dylib @executable_path/\$(TOPOBJDIR)/libs/wine/libwine.1.dylib \$@ || \$(RM) \$@"
Rob Shearman312a1db2007-11-26 22:57:35 +00006254 SECURITYLIB="-framework Security -framework CoreFoundation"
6255
6256 COREFOUNDATIONLIB="-framework CoreFoundation"
Alexandre Julliarda3097622007-07-02 17:27:48 +02006257
6258 IOKITLIB="-framework IOKit -framework CoreFoundation"
6259
Alexandre Julliard691bdbd2009-06-23 20:51:37 +02006260 LDEXECFLAGS="-image_base 0x7bf00000 -Wl,-segaddr,WINE_DOS,0x00000000,-segaddr,WINE_SHAREDHEAP,0x7f000000"
Alexandre Julliarda3097622007-07-02 17:27:48 +02006261
6262 if test "$ac_cv_header_DiskArbitration_DiskArbitration_h" = "yes"
6263 then
6264 DISKARBITRATIONLIB="-framework DiskArbitration -framework CoreFoundation"
6265
6266 fi
6267 if test "$ac_cv_header_CoreAudio_CoreAudio_h" = "yes" -a "$ac_cv_header_AudioUnit_AudioUnit_h" = "yes"
6268 then
6269 COREAUDIO="-framework CoreAudio -framework AudioUnit -framework CoreServices -framework AudioToolbox -framework CoreMIDI"
6270
6271 fi
Alexandre Julliard81f8c032009-03-11 16:49:55 +01006272 if test "$ac_cv_header_IOKit_hid_IOHIDLib_h" = "yes"
6273 then
6274 ac_save_LIBS="$LIBS"
6275 LIBS="$LIBS $IOKITLIB"
Alexandre Julliard25e9e4f2009-08-10 14:27:28 +02006276 for ac_func in IOHIDManagerCreate
6277do :
6278 ac_fn_c_check_func "$LINENO" "IOHIDManagerCreate" "ac_cv_func_IOHIDManagerCreate"
6279if test "x$ac_cv_func_IOHIDManagerCreate" = x""yes; then :
Alexandre Julliard81f8c032009-03-11 16:49:55 +01006280 cat >>confdefs.h <<_ACEOF
Alexandre Julliard25e9e4f2009-08-10 14:27:28 +02006281#define HAVE_IOHIDMANAGERCREATE 1
Alexandre Julliard81f8c032009-03-11 16:49:55 +01006282_ACEOF
6283
6284fi
6285done
6286
6287 LIBS="$ac_save_LIBS"
6288 fi
Alexandre Julliarda3097622007-07-02 17:27:48 +02006289 case $host_cpu in
6290 *powerpc*)
6291 LDDLLFLAGS="$LDDLLFLAGS -read_only_relocs warning" ;;
6292 esac
6293 if test "$ac_cv_header_Carbon_Carbon_h" = "yes"
6294 then
6295 CARBONLIB="-framework Carbon"
6296
Alexandre Julliarddbb535e2008-08-25 12:12:28 +02006297 enable_winequartz_drv=${enable_winequartz_drv:-yes}
Alexandre Julliarda3097622007-07-02 17:27:48 +02006298 fi
Alexandre Julliardcc8eb6b2009-06-23 13:04:49 +02006299 if test "x$enable_win16" = "xyes"
6300 then
Alexandre Julliard25e9e4f2009-08-10 14:27:28 +02006301 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether 16-bit code can be built correctly" >&5
Alexandre Julliardcc8eb6b2009-06-23 13:04:49 +02006302$as_echo_n "checking whether 16-bit code can be built correctly... " >&6; }
Alexandre Julliard25e9e4f2009-08-10 14:27:28 +02006303 if test "$cross_compiling" = yes; then :
6304 { $as_echo "$as_me:${as_lineno-$LINENO}: result: cross-compiling, assuming yes" >&5
Alexandre Julliardcc8eb6b2009-06-23 13:04:49 +02006305$as_echo "cross-compiling, assuming yes" >&6; }
6306else
Alexandre Julliard25e9e4f2009-08-10 14:27:28 +02006307 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
Alexandre Julliardcc8eb6b2009-06-23 13:04:49 +02006308/* end confdefs.h. */
6309asm(".text\n"
6310 "bad:\tnop;nop\n"
6311 "good:\tnop;nop\n\t"
6312 ".globl _testfunc\n"
6313 "_testfunc:\tcallw good");
6314 extern void testfunc();
6315int
6316main ()
6317{
6318unsigned short *p = (unsigned short *)testfunc;
6319 return p[0] != 0xe866 || p[1] != 0xfffa
6320 ;
6321 return 0;
6322}
6323_ACEOF
Alexandre Julliard25e9e4f2009-08-10 14:27:28 +02006324if ac_fn_c_try_run "$LINENO"; then :
6325 { $as_echo "$as_me:${as_lineno-$LINENO}: result: yes" >&5
Alexandre Julliardcc8eb6b2009-06-23 13:04:49 +02006326$as_echo "yes" >&6; }
6327else
Alexandre Julliard25e9e4f2009-08-10 14:27:28 +02006328 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
Alexandre Julliardcc8eb6b2009-06-23 13:04:49 +02006329$as_echo "no" >&6; }
Alexandre Julliard25e9e4f2009-08-10 14:27:28 +02006330 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
Alexandre Julliardcc8eb6b2009-06-23 13:04:49 +02006331fi
Alexandre Julliard25e9e4f2009-08-10 14:27:28 +02006332rm -f core *.core core.conftest.* gmon.out bb.out conftest$ac_exeext \
6333 conftest.$ac_objext conftest.beam conftest.$ac_ext
Alexandre Julliardcc8eb6b2009-06-23 13:04:49 +02006334fi
6335
Alexandre Julliardcc8eb6b2009-06-23 13:04:49 +02006336 fi
Alexandre Julliarda3097622007-07-02 17:27:48 +02006337 ;;
6338 *)
6339 DLLFLAGS="$DLLFLAGS -fPIC"
6340 DLLEXT=".so"
Alexandre Julliard25e9e4f2009-08-10 14:27:28 +02006341 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether we can build a GNU style ELF dll" >&5
Alexandre Julliardabf50482008-10-31 12:56:53 +01006342$as_echo_n "checking whether we can build a GNU style ELF dll... " >&6; }
Alexandre Julliard25e9e4f2009-08-10 14:27:28 +02006343if test "${ac_cv_c_dll_gnuelf+set}" = set; then :
Alexandre Julliardabf50482008-10-31 12:56:53 +01006344 $as_echo_n "(cached) " >&6
Alexandre Julliarda3097622007-07-02 17:27:48 +02006345else
6346 ac_wine_try_cflags_saved=$CFLAGS
6347CFLAGS="$CFLAGS -fPIC -shared -Wl,-Bsymbolic"
Alexandre Julliard25e9e4f2009-08-10 14:27:28 +02006348cat confdefs.h - <<_ACEOF >conftest.$ac_ext
6349/* end confdefs.h. */
Alexandre Julliarda3097622007-07-02 17:27:48 +02006350void myfunc() {}
6351_ACEOF
Alexandre Julliard25e9e4f2009-08-10 14:27:28 +02006352if ac_fn_c_try_link "$LINENO"; then :
Alexandre Julliarda3097622007-07-02 17:27:48 +02006353 ac_cv_c_dll_gnuelf="yes"
6354else
Alexandre Julliard25e9e4f2009-08-10 14:27:28 +02006355 ac_cv_c_dll_gnuelf="no"
Alexandre Julliarda3097622007-07-02 17:27:48 +02006356fi
Alexandre Julliard25e9e4f2009-08-10 14:27:28 +02006357rm -f core conftest.err conftest.$ac_objext \
6358 conftest$ac_exeext conftest.$ac_ext
Alexandre Julliarda3097622007-07-02 17:27:48 +02006359CFLAGS=$ac_wine_try_cflags_saved
6360fi
Alexandre Julliard25e9e4f2009-08-10 14:27:28 +02006361{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_c_dll_gnuelf" >&5
Alexandre Julliardabf50482008-10-31 12:56:53 +01006362$as_echo "$ac_cv_c_dll_gnuelf" >&6; }
Alexandre Julliarda3097622007-07-02 17:27:48 +02006363 if test "$ac_cv_c_dll_gnuelf" = "yes"
6364 then
6365 LDSHARED="\$(CC) -shared"
6366 LDDLLFLAGS="-shared -Wl,-Bsymbolic"
Alexandre Julliard25e9e4f2009-08-10 14:27:28 +02006367 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether the compiler supports -fPIC -shared -Wl,-soname,confest.so.1" >&5
Alexandre Julliardabf50482008-10-31 12:56:53 +01006368$as_echo_n "checking whether the compiler supports -fPIC -shared -Wl,-soname,confest.so.1... " >&6; }
Alexandre Julliard25e9e4f2009-08-10 14:27:28 +02006369if test "${ac_cv_cflags__fPIC__shared__Wl__soname_confest_so_1+set}" = set; then :
Alexandre Julliardabf50482008-10-31 12:56:53 +01006370 $as_echo_n "(cached) " >&6
Alexandre Julliarda3097622007-07-02 17:27:48 +02006371else
6372 ac_wine_try_cflags_saved=$CFLAGS
6373CFLAGS="$CFLAGS -fPIC -shared -Wl,-soname,confest.so.1"
Alexandre Julliard25e9e4f2009-08-10 14:27:28 +02006374cat confdefs.h - <<_ACEOF >conftest.$ac_ext
Alexandre Julliarda3097622007-07-02 17:27:48 +02006375/* end confdefs.h. */
6376
6377int
6378main ()
6379{
6380
6381 ;
6382 return 0;
6383}
6384_ACEOF
Alexandre Julliard25e9e4f2009-08-10 14:27:28 +02006385if ac_fn_c_try_link "$LINENO"; then :
Alexandre Julliarda3097622007-07-02 17:27:48 +02006386 ac_cv_cflags__fPIC__shared__Wl__soname_confest_so_1=yes
6387else
Alexandre Julliard25e9e4f2009-08-10 14:27:28 +02006388 ac_cv_cflags__fPIC__shared__Wl__soname_confest_so_1=no
Alexandre Julliarda3097622007-07-02 17:27:48 +02006389fi
Alexandre Julliard25e9e4f2009-08-10 14:27:28 +02006390rm -f core conftest.err conftest.$ac_objext \
6391 conftest$ac_exeext conftest.$ac_ext
Alexandre Julliarda3097622007-07-02 17:27:48 +02006392CFLAGS=$ac_wine_try_cflags_saved
6393fi
Alexandre Julliard25e9e4f2009-08-10 14:27:28 +02006394{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_cflags__fPIC__shared__Wl__soname_confest_so_1" >&5
Alexandre Julliardabf50482008-10-31 12:56:53 +01006395$as_echo "$ac_cv_cflags__fPIC__shared__Wl__soname_confest_so_1" >&6; }
Alexandre Julliard25e9e4f2009-08-10 14:27:28 +02006396if test $ac_cv_cflags__fPIC__shared__Wl__soname_confest_so_1 = yes; then :
Alexandre Julliarda3097622007-07-02 17:27:48 +02006397 LDSHARED="\$(CC) -shared \$(SONAME:%=-Wl,-soname,%)"
6398else
Alexandre Julliard25e9e4f2009-08-10 14:27:28 +02006399 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether the compiler supports -fPIC -shared -Wl,-h,confest.so.1" >&5
Alexandre Julliardabf50482008-10-31 12:56:53 +01006400$as_echo_n "checking whether the compiler supports -fPIC -shared -Wl,-h,confest.so.1... " >&6; }
Alexandre Julliard25e9e4f2009-08-10 14:27:28 +02006401if test "${ac_cv_cflags__fPIC__shared__Wl__h_confest_so_1+set}" = set; then :
Alexandre Julliardabf50482008-10-31 12:56:53 +01006402 $as_echo_n "(cached) " >&6
Alexandre Julliarda3097622007-07-02 17:27:48 +02006403else
6404 ac_wine_try_cflags_saved=$CFLAGS
6405CFLAGS="$CFLAGS -fPIC -shared -Wl,-h,confest.so.1"
Alexandre Julliard25e9e4f2009-08-10 14:27:28 +02006406cat confdefs.h - <<_ACEOF >conftest.$ac_ext
Alexandre Julliarda3097622007-07-02 17:27:48 +02006407/* end confdefs.h. */
6408
6409int
6410main ()
6411{
6412
6413 ;
6414 return 0;
6415}
6416_ACEOF
Alexandre Julliard25e9e4f2009-08-10 14:27:28 +02006417if ac_fn_c_try_link "$LINENO"; then :
Alexandre Julliarda3097622007-07-02 17:27:48 +02006418 ac_cv_cflags__fPIC__shared__Wl__h_confest_so_1=yes
6419else
Alexandre Julliard25e9e4f2009-08-10 14:27:28 +02006420 ac_cv_cflags__fPIC__shared__Wl__h_confest_so_1=no
Alexandre Julliarda3097622007-07-02 17:27:48 +02006421fi
Alexandre Julliard25e9e4f2009-08-10 14:27:28 +02006422rm -f core conftest.err conftest.$ac_objext \
6423 conftest$ac_exeext conftest.$ac_ext
Alexandre Julliarda3097622007-07-02 17:27:48 +02006424CFLAGS=$ac_wine_try_cflags_saved
6425fi
Alexandre Julliard25e9e4f2009-08-10 14:27:28 +02006426{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_cflags__fPIC__shared__Wl__h_confest_so_1" >&5
Alexandre Julliardabf50482008-10-31 12:56:53 +01006427$as_echo "$ac_cv_cflags__fPIC__shared__Wl__h_confest_so_1" >&6; }
Alexandre Julliard25e9e4f2009-08-10 14:27:28 +02006428if test $ac_cv_cflags__fPIC__shared__Wl__h_confest_so_1 = yes; then :
Alexandre Julliarda3097622007-07-02 17:27:48 +02006429 LDSHARED="\$(CC) -shared \$(SONAME:%=-Wl,-h,%)"
6430fi
Alexandre Julliarda3097622007-07-02 17:27:48 +02006431fi
6432
Alexandre Julliard25e9e4f2009-08-10 14:27:28 +02006433 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether the compiler supports -fPIC -shared -Wl,-Bsymbolic,-z,defs" >&5
Alexandre Julliardabf50482008-10-31 12:56:53 +01006434$as_echo_n "checking whether the compiler supports -fPIC -shared -Wl,-Bsymbolic,-z,defs... " >&6; }
Alexandre Julliard25e9e4f2009-08-10 14:27:28 +02006435if test "${ac_cv_cflags__fPIC__shared__Wl__Bsymbolic__z_defs+set}" = set; then :
Alexandre Julliardabf50482008-10-31 12:56:53 +01006436 $as_echo_n "(cached) " >&6
Alexandre Julliarda3097622007-07-02 17:27:48 +02006437else
6438 ac_wine_try_cflags_saved=$CFLAGS
6439CFLAGS="$CFLAGS -fPIC -shared -Wl,-Bsymbolic,-z,defs"
Alexandre Julliard25e9e4f2009-08-10 14:27:28 +02006440cat confdefs.h - <<_ACEOF >conftest.$ac_ext
Alexandre Julliarda3097622007-07-02 17:27:48 +02006441/* end confdefs.h. */
6442
6443int
6444main ()
6445{
6446
6447 ;
6448 return 0;
6449}
6450_ACEOF
Alexandre Julliard25e9e4f2009-08-10 14:27:28 +02006451if ac_fn_c_try_link "$LINENO"; then :
Alexandre Julliarda3097622007-07-02 17:27:48 +02006452 ac_cv_cflags__fPIC__shared__Wl__Bsymbolic__z_defs=yes
6453else
Alexandre Julliard25e9e4f2009-08-10 14:27:28 +02006454 ac_cv_cflags__fPIC__shared__Wl__Bsymbolic__z_defs=no
Alexandre Julliarda3097622007-07-02 17:27:48 +02006455fi
Alexandre Julliard25e9e4f2009-08-10 14:27:28 +02006456rm -f core conftest.err conftest.$ac_objext \
6457 conftest$ac_exeext conftest.$ac_ext
Alexandre Julliarda3097622007-07-02 17:27:48 +02006458CFLAGS=$ac_wine_try_cflags_saved
6459fi
Alexandre Julliard25e9e4f2009-08-10 14:27:28 +02006460{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_cflags__fPIC__shared__Wl__Bsymbolic__z_defs" >&5
Alexandre Julliardabf50482008-10-31 12:56:53 +01006461$as_echo "$ac_cv_cflags__fPIC__shared__Wl__Bsymbolic__z_defs" >&6; }
Alexandre Julliard25e9e4f2009-08-10 14:27:28 +02006462if test $ac_cv_cflags__fPIC__shared__Wl__Bsymbolic__z_defs = yes; then :
Alexandre Julliarda3097622007-07-02 17:27:48 +02006463 LDDLLFLAGS="$LDDLLFLAGS,-z,defs"
6464fi
6465
Alexandre Julliard25e9e4f2009-08-10 14:27:28 +02006466 { $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
Alexandre Julliardabf50482008-10-31 12:56:53 +01006467$as_echo_n "checking whether the compiler supports -fPIC -shared -Wl,-Bsymbolic,-init,__wine_spec_init,-fini,__wine_spec_fini... " >&6; }
Alexandre Julliard25e9e4f2009-08-10 14:27:28 +02006468if test "${ac_cv_cflags__fPIC__shared__Wl__Bsymbolic__init___wine_spec_init__fini___wine_spec_fini+set}" = set; then :
Alexandre Julliardabf50482008-10-31 12:56:53 +01006469 $as_echo_n "(cached) " >&6
Alexandre Julliarda3097622007-07-02 17:27:48 +02006470else
6471 ac_wine_try_cflags_saved=$CFLAGS
6472CFLAGS="$CFLAGS -fPIC -shared -Wl,-Bsymbolic,-init,__wine_spec_init,-fini,__wine_spec_fini"
Alexandre Julliard25e9e4f2009-08-10 14:27:28 +02006473cat confdefs.h - <<_ACEOF >conftest.$ac_ext
Alexandre Julliarda3097622007-07-02 17:27:48 +02006474/* end confdefs.h. */
6475
6476int
6477main ()
6478{
6479
6480 ;
6481 return 0;
6482}
6483_ACEOF
Alexandre Julliard25e9e4f2009-08-10 14:27:28 +02006484if ac_fn_c_try_link "$LINENO"; then :
Alexandre Julliarda3097622007-07-02 17:27:48 +02006485 ac_cv_cflags__fPIC__shared__Wl__Bsymbolic__init___wine_spec_init__fini___wine_spec_fini=yes
6486else
Alexandre Julliard25e9e4f2009-08-10 14:27:28 +02006487 ac_cv_cflags__fPIC__shared__Wl__Bsymbolic__init___wine_spec_init__fini___wine_spec_fini=no
Alexandre Julliarda3097622007-07-02 17:27:48 +02006488fi
Alexandre Julliard25e9e4f2009-08-10 14:27:28 +02006489rm -f core conftest.err conftest.$ac_objext \
6490 conftest$ac_exeext conftest.$ac_ext
Alexandre Julliarda3097622007-07-02 17:27:48 +02006491CFLAGS=$ac_wine_try_cflags_saved
6492fi
Alexandre Julliard25e9e4f2009-08-10 14:27:28 +02006493{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_cflags__fPIC__shared__Wl__Bsymbolic__init___wine_spec_init__fini___wine_spec_fini" >&5
Alexandre Julliardabf50482008-10-31 12:56:53 +01006494$as_echo "$ac_cv_cflags__fPIC__shared__Wl__Bsymbolic__init___wine_spec_init__fini___wine_spec_fini" >&6; }
Alexandre Julliard25e9e4f2009-08-10 14:27:28 +02006495if test $ac_cv_cflags__fPIC__shared__Wl__Bsymbolic__init___wine_spec_init__fini___wine_spec_fini = yes; then :
Alexandre Julliarda3097622007-07-02 17:27:48 +02006496 LDDLLFLAGS="$LDDLLFLAGS,-init,__wine_spec_init,-fini,__wine_spec_fini"
6497fi
6498
Alexandre Julliarda3097622007-07-02 17:27:48 +02006499 echo '{ global: *; };' >conftest.map
Alexandre Julliard25e9e4f2009-08-10 14:27:28 +02006500 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether the compiler supports -fPIC -shared -Wl,--version-script=conftest.map" >&5
Alexandre Julliardabf50482008-10-31 12:56:53 +01006501$as_echo_n "checking whether the compiler supports -fPIC -shared -Wl,--version-script=conftest.map... " >&6; }
Alexandre Julliard25e9e4f2009-08-10 14:27:28 +02006502if test "${ac_cv_cflags__fPIC__shared__Wl___version_script_conftest_map+set}" = set; then :
Alexandre Julliardabf50482008-10-31 12:56:53 +01006503 $as_echo_n "(cached) " >&6
Alexandre Julliarda3097622007-07-02 17:27:48 +02006504else
6505 ac_wine_try_cflags_saved=$CFLAGS
6506CFLAGS="$CFLAGS -fPIC -shared -Wl,--version-script=conftest.map"
Alexandre Julliard25e9e4f2009-08-10 14:27:28 +02006507cat confdefs.h - <<_ACEOF >conftest.$ac_ext
Alexandre Julliarda3097622007-07-02 17:27:48 +02006508/* end confdefs.h. */
6509
6510int
6511main ()
6512{
6513
6514 ;
6515 return 0;
6516}
6517_ACEOF
Alexandre Julliard25e9e4f2009-08-10 14:27:28 +02006518if ac_fn_c_try_link "$LINENO"; then :
Alexandre Julliarda3097622007-07-02 17:27:48 +02006519 ac_cv_cflags__fPIC__shared__Wl___version_script_conftest_map=yes
6520else
Alexandre Julliard25e9e4f2009-08-10 14:27:28 +02006521 ac_cv_cflags__fPIC__shared__Wl___version_script_conftest_map=no
Alexandre Julliarda3097622007-07-02 17:27:48 +02006522fi
Alexandre Julliard25e9e4f2009-08-10 14:27:28 +02006523rm -f core conftest.err conftest.$ac_objext \
6524 conftest$ac_exeext conftest.$ac_ext
Alexandre Julliarda3097622007-07-02 17:27:48 +02006525CFLAGS=$ac_wine_try_cflags_saved
6526fi
Alexandre Julliard25e9e4f2009-08-10 14:27:28 +02006527{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_cflags__fPIC__shared__Wl___version_script_conftest_map" >&5
Alexandre Julliardabf50482008-10-31 12:56:53 +01006528$as_echo "$ac_cv_cflags__fPIC__shared__Wl___version_script_conftest_map" >&6; }
Alexandre Julliard25e9e4f2009-08-10 14:27:28 +02006529if test $ac_cv_cflags__fPIC__shared__Wl___version_script_conftest_map = yes; then :
Alexandre Julliarda3097622007-07-02 17:27:48 +02006530 LDSHARED="$LDSHARED \$(VERSCRIPT:%=-Wl,--version-script=%)"
6531fi
Alexandre Julliarda3097622007-07-02 17:27:48 +02006532 rm -f conftest.map
6533
Alexandre Julliard25e9e4f2009-08-10 14:27:28 +02006534 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether the compiler supports -fPIC -Wl,--export-dynamic" >&5
Alexandre Julliardabf50482008-10-31 12:56:53 +01006535$as_echo_n "checking whether the compiler supports -fPIC -Wl,--export-dynamic... " >&6; }
Alexandre Julliard25e9e4f2009-08-10 14:27:28 +02006536if test "${ac_cv_cflags__fPIC__Wl___export_dynamic+set}" = set; then :
Alexandre Julliardabf50482008-10-31 12:56:53 +01006537 $as_echo_n "(cached) " >&6
Alexandre Julliarda3097622007-07-02 17:27:48 +02006538else
6539 ac_wine_try_cflags_saved=$CFLAGS
6540CFLAGS="$CFLAGS -fPIC -Wl,--export-dynamic"
Alexandre Julliard25e9e4f2009-08-10 14:27:28 +02006541cat confdefs.h - <<_ACEOF >conftest.$ac_ext
Alexandre Julliarda3097622007-07-02 17:27:48 +02006542/* end confdefs.h. */
6543
6544int
6545main ()
6546{
6547
6548 ;
6549 return 0;
6550}
6551_ACEOF
Alexandre Julliard25e9e4f2009-08-10 14:27:28 +02006552if ac_fn_c_try_link "$LINENO"; then :
Alexandre Julliarda3097622007-07-02 17:27:48 +02006553 ac_cv_cflags__fPIC__Wl___export_dynamic=yes
6554else
Alexandre Julliard25e9e4f2009-08-10 14:27:28 +02006555 ac_cv_cflags__fPIC__Wl___export_dynamic=no
Alexandre Julliarda3097622007-07-02 17:27:48 +02006556fi
Alexandre Julliard25e9e4f2009-08-10 14:27:28 +02006557rm -f core conftest.err conftest.$ac_objext \
6558 conftest$ac_exeext conftest.$ac_ext
Alexandre Julliarda3097622007-07-02 17:27:48 +02006559CFLAGS=$ac_wine_try_cflags_saved
6560fi
Alexandre Julliard25e9e4f2009-08-10 14:27:28 +02006561{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_cflags__fPIC__Wl___export_dynamic" >&5
Alexandre Julliardabf50482008-10-31 12:56:53 +01006562$as_echo "$ac_cv_cflags__fPIC__Wl___export_dynamic" >&6; }
Alexandre Julliard25e9e4f2009-08-10 14:27:28 +02006563if test $ac_cv_cflags__fPIC__Wl___export_dynamic = yes; then :
Alexandre Julliarda3097622007-07-02 17:27:48 +02006564 LDEXECFLAGS="-Wl,--export-dynamic"
6565
6566fi
6567
Alexandre Julliard25e9e4f2009-08-10 14:27:28 +02006568 as_ac_var=`$as_echo "ac_cv_cflags_-fPIC -Wl,--rpath,\\$ORIGIN/../lib" | $as_tr_sh`
6569{ $as_echo "$as_me:${as_lineno-$LINENO}: checking whether the compiler supports -fPIC -Wl,--rpath,\$ORIGIN/../lib" >&5
Alexandre Julliardabf50482008-10-31 12:56:53 +01006570$as_echo_n "checking whether the compiler supports -fPIC -Wl,--rpath,\$ORIGIN/../lib... " >&6; }
Alexandre Julliard25e9e4f2009-08-10 14:27:28 +02006571if { as_var=$as_ac_var; eval "test \"\${$as_var+set}\" = set"; }; then :
Alexandre Julliardabf50482008-10-31 12:56:53 +01006572 $as_echo_n "(cached) " >&6
Alexandre Julliarda3097622007-07-02 17:27:48 +02006573else
6574 ac_wine_try_cflags_saved=$CFLAGS
6575CFLAGS="$CFLAGS -fPIC -Wl,--rpath,\$ORIGIN/../lib"
Alexandre Julliard25e9e4f2009-08-10 14:27:28 +02006576cat confdefs.h - <<_ACEOF >conftest.$ac_ext
Alexandre Julliarda3097622007-07-02 17:27:48 +02006577/* end confdefs.h. */
6578
6579int
6580main ()
6581{
6582
6583 ;
6584 return 0;
6585}
6586_ACEOF
Alexandre Julliard25e9e4f2009-08-10 14:27:28 +02006587if ac_fn_c_try_link "$LINENO"; then :
Alexandre Julliarda3097622007-07-02 17:27:48 +02006588 eval "$as_ac_var=yes"
6589else
Alexandre Julliard25e9e4f2009-08-10 14:27:28 +02006590 eval "$as_ac_var=no"
Alexandre Julliarda3097622007-07-02 17:27:48 +02006591fi
Alexandre Julliard25e9e4f2009-08-10 14:27:28 +02006592rm -f core conftest.err conftest.$ac_objext \
6593 conftest$ac_exeext conftest.$ac_ext
Alexandre Julliarda3097622007-07-02 17:27:48 +02006594CFLAGS=$ac_wine_try_cflags_saved
6595fi
Alexandre Julliard25e9e4f2009-08-10 14:27:28 +02006596eval ac_res=\$$as_ac_var
6597 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_res" >&5
Alexandre Julliardabf50482008-10-31 12:56:53 +01006598$as_echo "$ac_res" >&6; }
Alexandre Julliard25e9e4f2009-08-10 14:27:28 +02006599if test `eval 'as_val=${'$as_ac_var'};$as_echo "$as_val"'` = yes; then :
Alexandre Julliarda3097622007-07-02 17:27:48 +02006600 LDRPATH_INSTALL="-Wl,--rpath,\\\$\$ORIGIN/\`\$(RELPATH) \$(bindir) \$(libdir)\`"
6601 LDRPATH_LOCAL="-Wl,--rpath,\\\$\$ORIGIN/\$(TOPOBJDIR)/libs/wine"
6602else
Alexandre Julliard25e9e4f2009-08-10 14:27:28 +02006603 as_ac_var=`$as_echo "ac_cv_cflags_-fPIC -Wl,-R,\\$ORIGIN/../lib" | $as_tr_sh`
6604{ $as_echo "$as_me:${as_lineno-$LINENO}: checking whether the compiler supports -fPIC -Wl,-R,\$ORIGIN/../lib" >&5
Alexandre Julliardabf50482008-10-31 12:56:53 +01006605$as_echo_n "checking whether the compiler supports -fPIC -Wl,-R,\$ORIGIN/../lib... " >&6; }
Alexandre Julliard25e9e4f2009-08-10 14:27:28 +02006606if { as_var=$as_ac_var; eval "test \"\${$as_var+set}\" = set"; }; then :
Alexandre Julliardabf50482008-10-31 12:56:53 +01006607 $as_echo_n "(cached) " >&6
Alexandre Julliarda3097622007-07-02 17:27:48 +02006608else
6609 ac_wine_try_cflags_saved=$CFLAGS
6610CFLAGS="$CFLAGS -fPIC -Wl,-R,\$ORIGIN/../lib"
Alexandre Julliard25e9e4f2009-08-10 14:27:28 +02006611cat confdefs.h - <<_ACEOF >conftest.$ac_ext
Alexandre Julliarda3097622007-07-02 17:27:48 +02006612/* end confdefs.h. */
6613
6614int
6615main ()
6616{
6617
6618 ;
6619 return 0;
6620}
6621_ACEOF
Alexandre Julliard25e9e4f2009-08-10 14:27:28 +02006622if ac_fn_c_try_link "$LINENO"; then :
Alexandre Julliarda3097622007-07-02 17:27:48 +02006623 eval "$as_ac_var=yes"
6624else
Alexandre Julliard25e9e4f2009-08-10 14:27:28 +02006625 eval "$as_ac_var=no"
Alexandre Julliarda3097622007-07-02 17:27:48 +02006626fi
Alexandre Julliard25e9e4f2009-08-10 14:27:28 +02006627rm -f core conftest.err conftest.$ac_objext \
6628 conftest$ac_exeext conftest.$ac_ext
Alexandre Julliarda3097622007-07-02 17:27:48 +02006629CFLAGS=$ac_wine_try_cflags_saved
6630fi
Alexandre Julliard25e9e4f2009-08-10 14:27:28 +02006631eval ac_res=\$$as_ac_var
6632 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_res" >&5
Alexandre Julliardabf50482008-10-31 12:56:53 +01006633$as_echo "$ac_res" >&6; }
Alexandre Julliard25e9e4f2009-08-10 14:27:28 +02006634if test `eval 'as_val=${'$as_ac_var'};$as_echo "$as_val"'` = yes; then :
Alexandre Julliarda3097622007-07-02 17:27:48 +02006635 LDRPATH_INSTALL="-Wl,-R,\\\$\$ORIGIN/\`\$(RELPATH) \$(bindir) \$(libdir)\`"
6636 LDRPATH_LOCAL="-Wl,-R,\\\$\$ORIGIN/\$(TOPOBJDIR)/libs/wine"
6637fi
Alexandre Julliarda3097622007-07-02 17:27:48 +02006638fi
6639
Alexandre Julliard25e9e4f2009-08-10 14:27:28 +02006640 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether the compiler supports -Wl,--enable-new-dtags" >&5
Alexandre Julliardabf50482008-10-31 12:56:53 +01006641$as_echo_n "checking whether the compiler supports -Wl,--enable-new-dtags... " >&6; }
Alexandre Julliard25e9e4f2009-08-10 14:27:28 +02006642if test "${ac_cv_cflags__Wl___enable_new_dtags+set}" = set; then :
Alexandre Julliardabf50482008-10-31 12:56:53 +01006643 $as_echo_n "(cached) " >&6
Tomas Carneckyf4077ae2007-07-30 22:38:55 +02006644else
6645 ac_wine_try_cflags_saved=$CFLAGS
6646CFLAGS="$CFLAGS -Wl,--enable-new-dtags"
Alexandre Julliard25e9e4f2009-08-10 14:27:28 +02006647cat confdefs.h - <<_ACEOF >conftest.$ac_ext
Tomas Carneckyf4077ae2007-07-30 22:38:55 +02006648/* end confdefs.h. */
6649
6650int
6651main ()
6652{
6653
6654 ;
6655 return 0;
6656}
6657_ACEOF
Alexandre Julliard25e9e4f2009-08-10 14:27:28 +02006658if ac_fn_c_try_link "$LINENO"; then :
Tomas Carneckyf4077ae2007-07-30 22:38:55 +02006659 ac_cv_cflags__Wl___enable_new_dtags=yes
6660else
Alexandre Julliard25e9e4f2009-08-10 14:27:28 +02006661 ac_cv_cflags__Wl___enable_new_dtags=no
Tomas Carneckyf4077ae2007-07-30 22:38:55 +02006662fi
Alexandre Julliard25e9e4f2009-08-10 14:27:28 +02006663rm -f core conftest.err conftest.$ac_objext \
6664 conftest$ac_exeext conftest.$ac_ext
Tomas Carneckyf4077ae2007-07-30 22:38:55 +02006665CFLAGS=$ac_wine_try_cflags_saved
6666fi
Alexandre Julliard25e9e4f2009-08-10 14:27:28 +02006667{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_cflags__Wl___enable_new_dtags" >&5
Alexandre Julliardabf50482008-10-31 12:56:53 +01006668$as_echo "$ac_cv_cflags__Wl___enable_new_dtags" >&6; }
Alexandre Julliard25e9e4f2009-08-10 14:27:28 +02006669if test $ac_cv_cflags__Wl___enable_new_dtags = yes; then :
Tomas Carneckyf4077ae2007-07-30 22:38:55 +02006670 LDRPATH_INSTALL="$LDRPATH_INSTALL -Wl,--enable-new-dtags"
6671fi
6672
Alexandre Julliarda3097622007-07-02 17:27:48 +02006673 case $host_cpu in
6674 *i[3456789]86* | x86_64)
Alexandre Julliard25e9e4f2009-08-10 14:27:28 +02006675 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether the compiler supports -Wl,--section-start,.interp=0x7bf00400" >&5
Alexandre Julliardabf50482008-10-31 12:56:53 +01006676$as_echo_n "checking whether the compiler supports -Wl,--section-start,.interp=0x7bf00400... " >&6; }
Alexandre Julliard25e9e4f2009-08-10 14:27:28 +02006677if test "${ac_cv_cflags__Wl___section_start__interp_0x7bf00400+set}" = set; then :
Alexandre Julliardabf50482008-10-31 12:56:53 +01006678 $as_echo_n "(cached) " >&6
Alexandre Julliarda3097622007-07-02 17:27:48 +02006679else
6680 ac_wine_try_cflags_saved=$CFLAGS
6681CFLAGS="$CFLAGS -Wl,--section-start,.interp=0x7bf00400"
Alexandre Julliard25e9e4f2009-08-10 14:27:28 +02006682cat confdefs.h - <<_ACEOF >conftest.$ac_ext
Alexandre Julliarda3097622007-07-02 17:27:48 +02006683/* end confdefs.h. */
6684
6685int
6686main ()
6687{
6688
6689 ;
6690 return 0;
6691}
6692_ACEOF
Alexandre Julliard25e9e4f2009-08-10 14:27:28 +02006693if ac_fn_c_try_link "$LINENO"; then :
Alexandre Julliarda3097622007-07-02 17:27:48 +02006694 ac_cv_cflags__Wl___section_start__interp_0x7bf00400=yes
6695else
Alexandre Julliard25e9e4f2009-08-10 14:27:28 +02006696 ac_cv_cflags__Wl___section_start__interp_0x7bf00400=no
Alexandre Julliarda3097622007-07-02 17:27:48 +02006697fi
Alexandre Julliard25e9e4f2009-08-10 14:27:28 +02006698rm -f core conftest.err conftest.$ac_objext \
6699 conftest$ac_exeext conftest.$ac_ext
Alexandre Julliarda3097622007-07-02 17:27:48 +02006700CFLAGS=$ac_wine_try_cflags_saved
6701fi
Alexandre Julliard25e9e4f2009-08-10 14:27:28 +02006702{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_cflags__Wl___section_start__interp_0x7bf00400" >&5
Alexandre Julliardabf50482008-10-31 12:56:53 +01006703$as_echo "$ac_cv_cflags__Wl___section_start__interp_0x7bf00400" >&6; }
Alexandre Julliard25e9e4f2009-08-10 14:27:28 +02006704if test $ac_cv_cflags__Wl___section_start__interp_0x7bf00400 = yes; then :
Alexandre Julliarda3097622007-07-02 17:27:48 +02006705 LDEXECFLAGS="$LDEXECFLAGS -Wl,--section-start,.interp=0x7bf00400"
6706fi
Alexandre Julliarda3097622007-07-02 17:27:48 +02006707 ;;
6708 esac
6709
6710 else
Alexandre Julliard25e9e4f2009-08-10 14:27:28 +02006711 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether we can build a UnixWare (Solaris) dll" >&5
Alexandre Julliardabf50482008-10-31 12:56:53 +01006712$as_echo_n "checking whether we can build a UnixWare (Solaris) dll... " >&6; }
Alexandre Julliard25e9e4f2009-08-10 14:27:28 +02006713if test "${ac_cv_c_dll_unixware+set}" = set; then :
Alexandre Julliardabf50482008-10-31 12:56:53 +01006714 $as_echo_n "(cached) " >&6
Alexandre Julliarda3097622007-07-02 17:27:48 +02006715else
6716 ac_wine_try_cflags_saved=$CFLAGS
6717CFLAGS="$CFLAGS -fPIC -Wl,-G,-h,conftest.so.1.0,-B,symbolic"
Alexandre Julliard25e9e4f2009-08-10 14:27:28 +02006718cat confdefs.h - <<_ACEOF >conftest.$ac_ext
6719/* end confdefs.h. */
Alexandre Julliarda3097622007-07-02 17:27:48 +02006720void myfunc() {}
6721_ACEOF
Alexandre Julliard25e9e4f2009-08-10 14:27:28 +02006722if ac_fn_c_try_link "$LINENO"; then :
Alexandre Julliarda3097622007-07-02 17:27:48 +02006723 ac_cv_c_dll_unixware="yes"
6724else
Alexandre Julliard25e9e4f2009-08-10 14:27:28 +02006725 ac_cv_c_dll_unixware="no"
Alexandre Julliarda3097622007-07-02 17:27:48 +02006726fi
Alexandre Julliard25e9e4f2009-08-10 14:27:28 +02006727rm -f core conftest.err conftest.$ac_objext \
6728 conftest$ac_exeext conftest.$ac_ext
Alexandre Julliarda3097622007-07-02 17:27:48 +02006729CFLAGS=$ac_wine_try_cflags_saved
6730fi
Alexandre Julliard25e9e4f2009-08-10 14:27:28 +02006731{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_c_dll_unixware" >&5
Alexandre Julliardabf50482008-10-31 12:56:53 +01006732$as_echo "$ac_cv_c_dll_unixware" >&6; }
Alexandre Julliarda3097622007-07-02 17:27:48 +02006733 if test "$ac_cv_c_dll_unixware" = "yes"
6734 then
6735 LDSHARED="\$(CC) -Wl,-G \$(SONAME:%=-Wl,-h,%)"
6736 LDDLLFLAGS="-Wl,-G,-B,symbolic"
6737
6738 else
Alexandre Julliard25e9e4f2009-08-10 14:27:28 +02006739 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether we can build an HP-UX dll" >&5
Alexandre Julliardabf50482008-10-31 12:56:53 +01006740$as_echo_n "checking whether we can build an HP-UX dll... " >&6; }
Alexandre Julliard25e9e4f2009-08-10 14:27:28 +02006741if test "${ac_cv_c_dll_hpux+set}" = set; then :
Alexandre Julliardabf50482008-10-31 12:56:53 +01006742 $as_echo_n "(cached) " >&6
Alexandre Julliarda3097622007-07-02 17:27:48 +02006743else
6744 ac_wine_try_cflags_saved=$CFLAGS
6745CFLAGS="$CFLAGS -shared"
Alexandre Julliard25e9e4f2009-08-10 14:27:28 +02006746cat confdefs.h - <<_ACEOF >conftest.$ac_ext
6747/* end confdefs.h. */
Alexandre Julliarda3097622007-07-02 17:27:48 +02006748void myfunc() {}
6749_ACEOF
Alexandre Julliard25e9e4f2009-08-10 14:27:28 +02006750if ac_fn_c_try_link "$LINENO"; then :
Alexandre Julliarda3097622007-07-02 17:27:48 +02006751 ac_cv_c_dll_hpux="yes"
6752else
Alexandre Julliard25e9e4f2009-08-10 14:27:28 +02006753 ac_cv_c_dll_hpux="no"
Alexandre Julliarda3097622007-07-02 17:27:48 +02006754fi
Alexandre Julliard25e9e4f2009-08-10 14:27:28 +02006755rm -f core conftest.err conftest.$ac_objext \
6756 conftest$ac_exeext conftest.$ac_ext
Alexandre Julliarda3097622007-07-02 17:27:48 +02006757CFLAGS=$ac_wine_try_cflags_saved
6758fi
Alexandre Julliard25e9e4f2009-08-10 14:27:28 +02006759{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_c_dll_hpux" >&5
Alexandre Julliardabf50482008-10-31 12:56:53 +01006760$as_echo "$ac_cv_c_dll_hpux" >&6; }
Alexandre Julliarda3097622007-07-02 17:27:48 +02006761 if test "$ac_cv_c_dll_hpux" = "yes"
6762 then
6763 LIBEXT="sl"
6764 DLLEXT=".sl"
6765 LDDLLFLAGS="-shared -fPIC"
6766 LDSHARED="\$(CC) -shared"
6767 fi
6768 fi
6769 fi
Alexandre Julliard9fb81982008-10-11 21:19:53 +02006770 ;;
6771esac
Alexandre Julliarda3097622007-07-02 17:27:48 +02006772
Alexandre Julliard9fb81982008-10-11 21:19:53 +02006773enable_winequartz_drv=${enable_winequartz_drv:-no}
Alexandre Julliarda3097622007-07-02 17:27:48 +02006774
Alexandre Julliard9fb81982008-10-11 21:19:53 +02006775if test "$LIBEXT" = "a"; then
Alexandre Julliard25e9e4f2009-08-10 14:27:28 +02006776 as_fn_error "could not find a way to build shared libraries.
Alexandre Julliard9fb81982008-10-11 21:19:53 +02006777It is currently not possible to build Wine without shared library
6778(.so) support to allow transparent switch between .so and .dll files.
6779If you are using Linux, you will need a newer binutils.
Alexandre Julliard25e9e4f2009-08-10 14:27:28 +02006780" "$LINENO" 5
Alexandre Julliard9fb81982008-10-11 21:19:53 +02006781fi
6782
6783if test "$cross_compiling" = "no" -a "$LIBEXT" != "dll"
6784then
Alexandre Julliardccbf9592009-06-18 21:35:51 +02006785 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
Alexandre Julliarda3097622007-07-02 17:27:48 +02006786do
6787 # Extract the first word of "$ac_prog", so it can be a program name with args.
6788set dummy $ac_prog; ac_word=$2
Alexandre Julliard25e9e4f2009-08-10 14:27:28 +02006789{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
Alexandre Julliardabf50482008-10-31 12:56:53 +01006790$as_echo_n "checking for $ac_word... " >&6; }
Alexandre Julliard25e9e4f2009-08-10 14:27:28 +02006791if test "${ac_cv_prog_CROSSCC+set}" = set; then :
Alexandre Julliardabf50482008-10-31 12:56:53 +01006792 $as_echo_n "(cached) " >&6
Alexandre Julliarda3097622007-07-02 17:27:48 +02006793else
6794 if test -n "$CROSSCC"; then
6795 ac_cv_prog_CROSSCC="$CROSSCC" # Let the user override the test.
6796else
6797as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
6798for as_dir in $PATH
6799do
6800 IFS=$as_save_IFS
6801 test -z "$as_dir" && as_dir=.
Alexandre Julliard25e9e4f2009-08-10 14:27:28 +02006802 for ac_exec_ext in '' $ac_executable_extensions; do
Alexandre Julliarda3097622007-07-02 17:27:48 +02006803 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
6804 ac_cv_prog_CROSSCC="$ac_prog"
Alexandre Julliard25e9e4f2009-08-10 14:27:28 +02006805 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
Alexandre Julliarda3097622007-07-02 17:27:48 +02006806 break 2
6807 fi
6808done
Alexandre Julliard25e9e4f2009-08-10 14:27:28 +02006809 done
Alexandre Julliarda3097622007-07-02 17:27:48 +02006810IFS=$as_save_IFS
6811
6812fi
6813fi
6814CROSSCC=$ac_cv_prog_CROSSCC
6815if test -n "$CROSSCC"; then
Alexandre Julliard25e9e4f2009-08-10 14:27:28 +02006816 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $CROSSCC" >&5
Alexandre Julliardabf50482008-10-31 12:56:53 +01006817$as_echo "$CROSSCC" >&6; }
Alexandre Julliarda3097622007-07-02 17:27:48 +02006818else
Alexandre Julliard25e9e4f2009-08-10 14:27:28 +02006819 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
Alexandre Julliardabf50482008-10-31 12:56:53 +01006820$as_echo "no" >&6; }
Alexandre Julliarda3097622007-07-02 17:27:48 +02006821fi
6822
6823
6824 test -n "$CROSSCC" && break
6825done
6826test -n "$CROSSCC" || CROSSCC="false"
6827
Alexandre Julliardccbf9592009-06-18 21:35:51 +02006828 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
Alexandre Julliarda3097622007-07-02 17:27:48 +02006829do
6830 # Extract the first word of "$ac_prog", so it can be a program name with args.
6831set dummy $ac_prog; ac_word=$2
Alexandre Julliard25e9e4f2009-08-10 14:27:28 +02006832{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
Alexandre Julliardabf50482008-10-31 12:56:53 +01006833$as_echo_n "checking for $ac_word... " >&6; }
Alexandre Julliard25e9e4f2009-08-10 14:27:28 +02006834if test "${ac_cv_prog_DLLTOOL+set}" = set; then :
Alexandre Julliardabf50482008-10-31 12:56:53 +01006835 $as_echo_n "(cached) " >&6
Alexandre Julliarda3097622007-07-02 17:27:48 +02006836else
6837 if test -n "$DLLTOOL"; then
6838 ac_cv_prog_DLLTOOL="$DLLTOOL" # Let the user override the test.
6839else
6840as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
6841for as_dir in $PATH
6842do
6843 IFS=$as_save_IFS
6844 test -z "$as_dir" && as_dir=.
Alexandre Julliard25e9e4f2009-08-10 14:27:28 +02006845 for ac_exec_ext in '' $ac_executable_extensions; do
Alexandre Julliarda3097622007-07-02 17:27:48 +02006846 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
6847 ac_cv_prog_DLLTOOL="$ac_prog"
Alexandre Julliard25e9e4f2009-08-10 14:27:28 +02006848 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
Alexandre Julliarda3097622007-07-02 17:27:48 +02006849 break 2
6850 fi
6851done
Alexandre Julliard25e9e4f2009-08-10 14:27:28 +02006852 done
Alexandre Julliarda3097622007-07-02 17:27:48 +02006853IFS=$as_save_IFS
6854
6855fi
6856fi
6857DLLTOOL=$ac_cv_prog_DLLTOOL
6858if test -n "$DLLTOOL"; then
Alexandre Julliard25e9e4f2009-08-10 14:27:28 +02006859 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $DLLTOOL" >&5
Alexandre Julliardabf50482008-10-31 12:56:53 +01006860$as_echo "$DLLTOOL" >&6; }
Alexandre Julliarda3097622007-07-02 17:27:48 +02006861else
Alexandre Julliard25e9e4f2009-08-10 14:27:28 +02006862 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
Alexandre Julliardabf50482008-10-31 12:56:53 +01006863$as_echo "no" >&6; }
Alexandre Julliarda3097622007-07-02 17:27:48 +02006864fi
6865
6866
6867 test -n "$DLLTOOL" && break
6868done
6869test -n "$DLLTOOL" || DLLTOOL="false"
6870
Alexandre Julliardccbf9592009-06-18 21:35:51 +02006871 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
Alexandre Julliarda3097622007-07-02 17:27:48 +02006872do
6873 # Extract the first word of "$ac_prog", so it can be a program name with args.
6874set dummy $ac_prog; ac_word=$2
Alexandre Julliard25e9e4f2009-08-10 14:27:28 +02006875{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
Alexandre Julliardabf50482008-10-31 12:56:53 +01006876$as_echo_n "checking for $ac_word... " >&6; }
Alexandre Julliard25e9e4f2009-08-10 14:27:28 +02006877if test "${ac_cv_prog_MINGWAR+set}" = set; then :
Alexandre Julliardabf50482008-10-31 12:56:53 +01006878 $as_echo_n "(cached) " >&6
Alexandre Julliarda3097622007-07-02 17:27:48 +02006879else
6880 if test -n "$MINGWAR"; then
6881 ac_cv_prog_MINGWAR="$MINGWAR" # Let the user override the test.
6882else
6883as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
6884for as_dir in $PATH
6885do
6886 IFS=$as_save_IFS
6887 test -z "$as_dir" && as_dir=.
Alexandre Julliard25e9e4f2009-08-10 14:27:28 +02006888 for ac_exec_ext in '' $ac_executable_extensions; do
Alexandre Julliarda3097622007-07-02 17:27:48 +02006889 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
6890 ac_cv_prog_MINGWAR="$ac_prog"
Alexandre Julliard25e9e4f2009-08-10 14:27:28 +02006891 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
Alexandre Julliarda3097622007-07-02 17:27:48 +02006892 break 2
6893 fi
6894done
Alexandre Julliard25e9e4f2009-08-10 14:27:28 +02006895 done
Alexandre Julliarda3097622007-07-02 17:27:48 +02006896IFS=$as_save_IFS
6897
6898fi
6899fi
6900MINGWAR=$ac_cv_prog_MINGWAR
6901if test -n "$MINGWAR"; then
Alexandre Julliard25e9e4f2009-08-10 14:27:28 +02006902 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $MINGWAR" >&5
Alexandre Julliardabf50482008-10-31 12:56:53 +01006903$as_echo "$MINGWAR" >&6; }
Alexandre Julliarda3097622007-07-02 17:27:48 +02006904else
Alexandre Julliard25e9e4f2009-08-10 14:27:28 +02006905 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
Alexandre Julliardabf50482008-10-31 12:56:53 +01006906$as_echo "no" >&6; }
Alexandre Julliarda3097622007-07-02 17:27:48 +02006907fi
6908
6909
6910 test -n "$MINGWAR" && break
6911done
6912test -n "$MINGWAR" || MINGWAR="false"
6913
Alexandre Julliard9fb81982008-10-11 21:19:53 +02006914 if test "$CROSSCC" != "false"
6915 then
6916 CROSSTEST="\$(CROSSTEST)"
6917
Alexandre Julliard72a95ff2009-06-22 14:50:51 +02006918 set x $CROSSCC
6919 shift
6920 target=""
6921 while test $# -ge 1
6922 do
6923 case "$1" in
6924 *-gcc) target=`expr "$1" : '\(.*\)-gcc'` ;;
6925 esac
6926 shift
6927 done
6928 if test -n "$target"
6929 then
6930 CROSSTARGETFLAGS="-b $target"
Alexandre Julliarda2d88ab2009-05-30 17:08:06 +02006931
Alexandre Julliard72a95ff2009-06-22 14:50:51 +02006932 fi
Alexandre Julliarda3097622007-07-02 17:27:48 +02006933 fi
Alexandre Julliarda3097622007-07-02 17:27:48 +02006934fi
6935
6936
Alexandre Julliardc891f6b2009-02-11 20:41:50 +01006937if test "$ac_cv_header_pthread_h" = "yes"
6938then
Alexandre Julliard25e9e4f2009-08-10 14:27:28 +02006939 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for pthread_create in -lpthread" >&5
Alexandre Julliardc891f6b2009-02-11 20:41:50 +01006940$as_echo_n "checking for pthread_create in -lpthread... " >&6; }
Alexandre Julliard25e9e4f2009-08-10 14:27:28 +02006941if test "${ac_cv_lib_pthread_pthread_create+set}" = set; then :
Alexandre Julliardc891f6b2009-02-11 20:41:50 +01006942 $as_echo_n "(cached) " >&6
6943else
6944 ac_check_lib_save_LIBS=$LIBS
6945LIBS="-lpthread $LIBS"
Alexandre Julliard25e9e4f2009-08-10 14:27:28 +02006946cat confdefs.h - <<_ACEOF >conftest.$ac_ext
Alexandre Julliardc891f6b2009-02-11 20:41:50 +01006947/* end confdefs.h. */
6948
6949/* Override any GCC internal prototype to avoid an error.
6950 Use char because int might match the return type of a GCC
6951 builtin and then its argument prototype would still apply. */
6952#ifdef __cplusplus
6953extern "C"
6954#endif
6955char pthread_create ();
6956int
6957main ()
6958{
6959return pthread_create ();
6960 ;
6961 return 0;
6962}
6963_ACEOF
Alexandre Julliard25e9e4f2009-08-10 14:27:28 +02006964if ac_fn_c_try_link "$LINENO"; then :
Alexandre Julliardc891f6b2009-02-11 20:41:50 +01006965 ac_cv_lib_pthread_pthread_create=yes
6966else
Alexandre Julliard25e9e4f2009-08-10 14:27:28 +02006967 ac_cv_lib_pthread_pthread_create=no
Alexandre Julliardc891f6b2009-02-11 20:41:50 +01006968fi
Alexandre Julliard25e9e4f2009-08-10 14:27:28 +02006969rm -f core conftest.err conftest.$ac_objext \
6970 conftest$ac_exeext conftest.$ac_ext
Alexandre Julliardc891f6b2009-02-11 20:41:50 +01006971LIBS=$ac_check_lib_save_LIBS
6972fi
Alexandre Julliard25e9e4f2009-08-10 14:27:28 +02006973{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_pthread_pthread_create" >&5
Alexandre Julliardc891f6b2009-02-11 20:41:50 +01006974$as_echo "$ac_cv_lib_pthread_pthread_create" >&6; }
Alexandre Julliard25e9e4f2009-08-10 14:27:28 +02006975if test "x$ac_cv_lib_pthread_pthread_create" = x""yes; then :
Alexandre Julliardc891f6b2009-02-11 20:41:50 +01006976 LIBPTHREAD="-lpthread"
6977
6978fi
6979
6980fi
Alexandre Julliard25e9e4f2009-08-10 14:27:28 +02006981if test "x$LIBPTHREAD" = "x"; then :
Alexandre Julliardc891f6b2009-02-11 20:41:50 +01006982 case "x$with_pthread" in
6983 xno) ;;
Alexandre Julliard25e9e4f2009-08-10 14:27:28 +02006984 *) as_fn_error "pthread ${notice_platform}development files not found.
Alexandre Julliardc891f6b2009-02-11 20:41:50 +01006985Wine cannot support threads without libpthread.
Alexandre Julliard25e9e4f2009-08-10 14:27:28 +02006986Use the --without-pthread option if you really want this." "$LINENO" 5 ;;
Alexandre Julliardc891f6b2009-02-11 20:41:50 +01006987esac
6988fi
6989
6990
Alexandre Julliard25e9e4f2009-08-10 14:27:28 +02006991{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for X" >&5
Alexandre Julliard40664c02009-02-11 20:40:58 +01006992$as_echo_n "checking for X... " >&6; }
6993
6994
6995# Check whether --with-x was given.
Alexandre Julliard25e9e4f2009-08-10 14:27:28 +02006996if test "${with_x+set}" = set; then :
Alexandre Julliard40664c02009-02-11 20:40:58 +01006997 withval=$with_x;
6998fi
6999
7000# $have_x is `yes', `no', `disabled', or empty when we do not yet know.
7001if test "x$with_x" = xno; then
7002 # The user explicitly disabled X.
7003 have_x=disabled
7004else
7005 case $x_includes,$x_libraries in #(
Alexandre Julliard25e9e4f2009-08-10 14:27:28 +02007006 *\'*) as_fn_error "cannot use X directory names containing '" "$LINENO" 5;; #(
7007 *,NONE | NONE,*) if test "${ac_cv_have_x+set}" = set; then :
Alexandre Julliard40664c02009-02-11 20:40:58 +01007008 $as_echo_n "(cached) " >&6
7009else
7010 # One or both of the vars are not set, and there is no cached value.
7011ac_x_includes=no ac_x_libraries=no
7012rm -f -r conftest.dir
7013if mkdir conftest.dir; then
7014 cd conftest.dir
7015 cat >Imakefile <<'_ACEOF'
7016incroot:
7017 @echo incroot='${INCROOT}'
7018usrlibdir:
7019 @echo usrlibdir='${USRLIBDIR}'
7020libdir:
7021 @echo libdir='${LIBDIR}'
7022_ACEOF
7023 if (export CC; ${XMKMF-xmkmf}) >/dev/null 2>/dev/null && test -f Makefile; then
7024 # GNU make sometimes prints "make[1]: Entering...", which would confuse us.
7025 for ac_var in incroot usrlibdir libdir; do
7026 eval "ac_im_$ac_var=\`\${MAKE-make} $ac_var 2>/dev/null | sed -n 's/^$ac_var=//p'\`"
7027 done
7028 # Open Windows xmkmf reportedly sets LIBDIR instead of USRLIBDIR.
7029 for ac_extension in a so sl dylib la dll; do
7030 if test ! -f "$ac_im_usrlibdir/libX11.$ac_extension" &&
7031 test -f "$ac_im_libdir/libX11.$ac_extension"; then
7032 ac_im_usrlibdir=$ac_im_libdir; break
7033 fi
7034 done
7035 # Screen out bogus values from the imake configuration. They are
7036 # bogus both because they are the default anyway, and because
7037 # using them would break gcc on systems where it needs fixed includes.
7038 case $ac_im_incroot in
7039 /usr/include) ac_x_includes= ;;
7040 *) test -f "$ac_im_incroot/X11/Xos.h" && ac_x_includes=$ac_im_incroot;;
7041 esac
7042 case $ac_im_usrlibdir in
7043 /usr/lib | /usr/lib64 | /lib | /lib64) ;;
7044 *) test -d "$ac_im_usrlibdir" && ac_x_libraries=$ac_im_usrlibdir ;;
7045 esac
7046 fi
7047 cd ..
7048 rm -f -r conftest.dir
7049fi
7050
7051# Standard set of common directories for X headers.
7052# Check X11 before X11Rn because it is often a symlink to the current release.
7053ac_x_header_dirs='
7054/usr/X11/include
Alexandre Julliard25e9e4f2009-08-10 14:27:28 +02007055/usr/X11R7/include
Alexandre Julliard40664c02009-02-11 20:40:58 +01007056/usr/X11R6/include
7057/usr/X11R5/include
7058/usr/X11R4/include
7059
7060/usr/include/X11
Alexandre Julliard25e9e4f2009-08-10 14:27:28 +02007061/usr/include/X11R7
Alexandre Julliard40664c02009-02-11 20:40:58 +01007062/usr/include/X11R6
7063/usr/include/X11R5
7064/usr/include/X11R4
7065
7066/usr/local/X11/include
Alexandre Julliard25e9e4f2009-08-10 14:27:28 +02007067/usr/local/X11R7/include
Alexandre Julliard40664c02009-02-11 20:40:58 +01007068/usr/local/X11R6/include
7069/usr/local/X11R5/include
7070/usr/local/X11R4/include
7071
7072/usr/local/include/X11
Alexandre Julliard25e9e4f2009-08-10 14:27:28 +02007073/usr/local/include/X11R7
Alexandre Julliard40664c02009-02-11 20:40:58 +01007074/usr/local/include/X11R6
7075/usr/local/include/X11R5
7076/usr/local/include/X11R4
7077
7078/usr/X386/include
7079/usr/x386/include
7080/usr/XFree86/include/X11
7081
7082/usr/include
7083/usr/local/include
7084/usr/unsupported/include
7085/usr/athena/include
7086/usr/local/x11r5/include
7087/usr/lpp/Xamples/include
7088
7089/usr/openwin/include
7090/usr/openwin/share/include'
7091
7092if test "$ac_x_includes" = no; then
7093 # Guess where to find include files, by looking for Xlib.h.
7094 # First, try using that file with no special directory specified.
Alexandre Julliard25e9e4f2009-08-10 14:27:28 +02007095 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
Alexandre Julliard40664c02009-02-11 20:40:58 +01007096/* end confdefs.h. */
7097#include <X11/Xlib.h>
7098_ACEOF
Alexandre Julliard25e9e4f2009-08-10 14:27:28 +02007099if ac_fn_c_try_cpp "$LINENO"; then :
Alexandre Julliard40664c02009-02-11 20:40:58 +01007100 # We can compile using X headers with no special include directory.
7101ac_x_includes=
7102else
Alexandre Julliard40664c02009-02-11 20:40:58 +01007103 for ac_dir in $ac_x_header_dirs; do
7104 if test -r "$ac_dir/X11/Xlib.h"; then
7105 ac_x_includes=$ac_dir
7106 break
7107 fi
7108done
7109fi
Alexandre Julliard40664c02009-02-11 20:40:58 +01007110rm -f conftest.err conftest.$ac_ext
7111fi # $ac_x_includes = no
7112
7113if test "$ac_x_libraries" = no; then
7114 # Check for the libraries.
7115 # See if we find them without any special options.
7116 # Don't add to $LIBS permanently.
7117 ac_save_LIBS=$LIBS
7118 LIBS="-lX11 $LIBS"
Alexandre Julliard25e9e4f2009-08-10 14:27:28 +02007119 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
Alexandre Julliard40664c02009-02-11 20:40:58 +01007120/* end confdefs.h. */
7121#include <X11/Xlib.h>
7122int
7123main ()
7124{
7125XrmInitialize ()
7126 ;
7127 return 0;
7128}
7129_ACEOF
Alexandre Julliard25e9e4f2009-08-10 14:27:28 +02007130if ac_fn_c_try_link "$LINENO"; then :
Alexandre Julliard40664c02009-02-11 20:40:58 +01007131 LIBS=$ac_save_LIBS
7132# We can link X programs with no special library path.
7133ac_x_libraries=
7134else
Alexandre Julliard25e9e4f2009-08-10 14:27:28 +02007135 LIBS=$ac_save_LIBS
Alexandre Julliard40664c02009-02-11 20:40:58 +01007136for ac_dir in `$as_echo "$ac_x_includes $ac_x_header_dirs" | sed s/include/lib/g`
7137do
7138 # Don't even attempt the hair of trying to link an X program!
7139 for ac_extension in a so sl dylib la dll; do
7140 if test -r "$ac_dir/libX11.$ac_extension"; then
7141 ac_x_libraries=$ac_dir
7142 break 2
7143 fi
7144 done
7145done
7146fi
Alexandre Julliard25e9e4f2009-08-10 14:27:28 +02007147rm -f core conftest.err conftest.$ac_objext \
7148 conftest$ac_exeext conftest.$ac_ext
Alexandre Julliard40664c02009-02-11 20:40:58 +01007149fi # $ac_x_libraries = no
7150
7151case $ac_x_includes,$ac_x_libraries in #(
7152 no,* | *,no | *\'*)
7153 # Didn't find X, or a directory has "'" in its name.
7154 ac_cv_have_x="have_x=no";; #(
7155 *)
7156 # Record where we found X for the cache.
7157 ac_cv_have_x="have_x=yes\
7158 ac_x_includes='$ac_x_includes'\
7159 ac_x_libraries='$ac_x_libraries'"
7160esac
7161fi
7162;; #(
7163 *) have_x=yes;;
7164 esac
7165 eval "$ac_cv_have_x"
7166fi # $with_x != no
7167
7168if test "$have_x" != yes; then
Alexandre Julliard25e9e4f2009-08-10 14:27:28 +02007169 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $have_x" >&5
Alexandre Julliard40664c02009-02-11 20:40:58 +01007170$as_echo "$have_x" >&6; }
7171 no_x=yes
7172else
7173 # If each of the values was on the command line, it overrides each guess.
7174 test "x$x_includes" = xNONE && x_includes=$ac_x_includes
7175 test "x$x_libraries" = xNONE && x_libraries=$ac_x_libraries
7176 # Update the cache value to reflect the command line values.
7177 ac_cv_have_x="have_x=yes\
7178 ac_x_includes='$x_includes'\
7179 ac_x_libraries='$x_libraries'"
Alexandre Julliard25e9e4f2009-08-10 14:27:28 +02007180 { $as_echo "$as_me:${as_lineno-$LINENO}: result: libraries $x_libraries, headers $x_includes" >&5
Alexandre Julliard40664c02009-02-11 20:40:58 +01007181$as_echo "libraries $x_libraries, headers $x_includes" >&6; }
7182fi
7183
7184if test "$no_x" = yes; then
7185 # Not all programs may use this symbol, but it does not hurt to define it.
7186
Alexandre Julliard25e9e4f2009-08-10 14:27:28 +02007187$as_echo "#define X_DISPLAY_MISSING 1" >>confdefs.h
Alexandre Julliard40664c02009-02-11 20:40:58 +01007188
7189 X_CFLAGS= X_PRE_LIBS= X_LIBS= X_EXTRA_LIBS=
7190else
7191 if test -n "$x_includes"; then
7192 X_CFLAGS="$X_CFLAGS -I$x_includes"
7193 fi
7194
7195 # It would also be nice to do this for all -L options, not just this one.
7196 if test -n "$x_libraries"; then
7197 X_LIBS="$X_LIBS -L$x_libraries"
7198 # For Solaris; some versions of Sun CC require a space after -R and
7199 # others require no space. Words are not sufficient . . . .
Alexandre Julliard25e9e4f2009-08-10 14:27:28 +02007200 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether -R must be followed by a space" >&5
Alexandre Julliard40664c02009-02-11 20:40:58 +01007201$as_echo_n "checking whether -R must be followed by a space... " >&6; }
7202 ac_xsave_LIBS=$LIBS; LIBS="$LIBS -R$x_libraries"
7203 ac_xsave_c_werror_flag=$ac_c_werror_flag
7204 ac_c_werror_flag=yes
Alexandre Julliard25e9e4f2009-08-10 14:27:28 +02007205 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
Alexandre Julliard40664c02009-02-11 20:40:58 +01007206/* end confdefs.h. */
7207
7208int
7209main ()
7210{
7211
7212 ;
7213 return 0;
7214}
7215_ACEOF
Alexandre Julliard25e9e4f2009-08-10 14:27:28 +02007216if ac_fn_c_try_link "$LINENO"; then :
7217 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
Alexandre Julliard40664c02009-02-11 20:40:58 +01007218$as_echo "no" >&6; }
7219 X_LIBS="$X_LIBS -R$x_libraries"
7220else
Alexandre Julliard25e9e4f2009-08-10 14:27:28 +02007221 LIBS="$ac_xsave_LIBS -R $x_libraries"
7222 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
Alexandre Julliard40664c02009-02-11 20:40:58 +01007223/* end confdefs.h. */
7224
7225int
7226main ()
7227{
7228
7229 ;
7230 return 0;
7231}
7232_ACEOF
Alexandre Julliard25e9e4f2009-08-10 14:27:28 +02007233if ac_fn_c_try_link "$LINENO"; then :
7234 { $as_echo "$as_me:${as_lineno-$LINENO}: result: yes" >&5
Alexandre Julliard40664c02009-02-11 20:40:58 +01007235$as_echo "yes" >&6; }
7236 X_LIBS="$X_LIBS -R $x_libraries"
7237else
Alexandre Julliard25e9e4f2009-08-10 14:27:28 +02007238 { $as_echo "$as_me:${as_lineno-$LINENO}: result: neither works" >&5
Alexandre Julliard40664c02009-02-11 20:40:58 +01007239$as_echo "neither works" >&6; }
7240fi
Alexandre Julliard25e9e4f2009-08-10 14:27:28 +02007241rm -f core conftest.err conftest.$ac_objext \
7242 conftest$ac_exeext conftest.$ac_ext
Alexandre Julliard40664c02009-02-11 20:40:58 +01007243fi
Alexandre Julliard25e9e4f2009-08-10 14:27:28 +02007244rm -f core conftest.err conftest.$ac_objext \
7245 conftest$ac_exeext conftest.$ac_ext
Alexandre Julliard40664c02009-02-11 20:40:58 +01007246 ac_c_werror_flag=$ac_xsave_c_werror_flag
7247 LIBS=$ac_xsave_LIBS
7248 fi
7249
7250 # Check for system-dependent libraries X programs must link with.
7251 # Do this before checking for the system-independent R6 libraries
7252 # (-lICE), since we may need -lsocket or whatever for X linking.
7253
7254 if test "$ISC" = yes; then
7255 X_EXTRA_LIBS="$X_EXTRA_LIBS -lnsl_s -linet"
7256 else
7257 # Martyn Johnson says this is needed for Ultrix, if the X
7258 # libraries were built with DECnet support. And Karl Berry says
7259 # the Alpha needs dnet_stub (dnet does not exist).
7260 ac_xsave_LIBS="$LIBS"; LIBS="$LIBS $X_LIBS -lX11"
Alexandre Julliard25e9e4f2009-08-10 14:27:28 +02007261 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
Alexandre Julliard40664c02009-02-11 20:40:58 +01007262/* end confdefs.h. */
7263
7264/* Override any GCC internal prototype to avoid an error.
7265 Use char because int might match the return type of a GCC
7266 builtin and then its argument prototype would still apply. */
7267#ifdef __cplusplus
7268extern "C"
7269#endif
7270char XOpenDisplay ();
7271int
7272main ()
7273{
7274return XOpenDisplay ();
7275 ;
7276 return 0;
7277}
7278_ACEOF
Alexandre Julliard25e9e4f2009-08-10 14:27:28 +02007279if ac_fn_c_try_link "$LINENO"; then :
Alexandre Julliard40664c02009-02-11 20:40:58 +01007280
Alexandre Julliard25e9e4f2009-08-10 14:27:28 +02007281else
7282 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for dnet_ntoa in -ldnet" >&5
Alexandre Julliard40664c02009-02-11 20:40:58 +01007283$as_echo_n "checking for dnet_ntoa in -ldnet... " >&6; }
Alexandre Julliard25e9e4f2009-08-10 14:27:28 +02007284if test "${ac_cv_lib_dnet_dnet_ntoa+set}" = set; then :
Alexandre Julliard40664c02009-02-11 20:40:58 +01007285 $as_echo_n "(cached) " >&6
7286else
7287 ac_check_lib_save_LIBS=$LIBS
7288LIBS="-ldnet $LIBS"
Alexandre Julliard25e9e4f2009-08-10 14:27:28 +02007289cat confdefs.h - <<_ACEOF >conftest.$ac_ext
Alexandre Julliard40664c02009-02-11 20:40:58 +01007290/* end confdefs.h. */
7291
7292/* Override any GCC internal prototype to avoid an error.
7293 Use char because int might match the return type of a GCC
7294 builtin and then its argument prototype would still apply. */
7295#ifdef __cplusplus
7296extern "C"
7297#endif
7298char dnet_ntoa ();
7299int
7300main ()
7301{
7302return dnet_ntoa ();
7303 ;
7304 return 0;
7305}
7306_ACEOF
Alexandre Julliard25e9e4f2009-08-10 14:27:28 +02007307if ac_fn_c_try_link "$LINENO"; then :
Alexandre Julliard40664c02009-02-11 20:40:58 +01007308 ac_cv_lib_dnet_dnet_ntoa=yes
7309else
Alexandre Julliard25e9e4f2009-08-10 14:27:28 +02007310 ac_cv_lib_dnet_dnet_ntoa=no
Alexandre Julliard40664c02009-02-11 20:40:58 +01007311fi
Alexandre Julliard25e9e4f2009-08-10 14:27:28 +02007312rm -f core conftest.err conftest.$ac_objext \
7313 conftest$ac_exeext conftest.$ac_ext
Alexandre Julliard40664c02009-02-11 20:40:58 +01007314LIBS=$ac_check_lib_save_LIBS
7315fi
Alexandre Julliard25e9e4f2009-08-10 14:27:28 +02007316{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_dnet_dnet_ntoa" >&5
Alexandre Julliard40664c02009-02-11 20:40:58 +01007317$as_echo "$ac_cv_lib_dnet_dnet_ntoa" >&6; }
Alexandre Julliard25e9e4f2009-08-10 14:27:28 +02007318if test "x$ac_cv_lib_dnet_dnet_ntoa" = x""yes; then :
Alexandre Julliard40664c02009-02-11 20:40:58 +01007319 X_EXTRA_LIBS="$X_EXTRA_LIBS -ldnet"
7320fi
7321
7322 if test $ac_cv_lib_dnet_dnet_ntoa = no; then
Alexandre Julliard25e9e4f2009-08-10 14:27:28 +02007323 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for dnet_ntoa in -ldnet_stub" >&5
Alexandre Julliard40664c02009-02-11 20:40:58 +01007324$as_echo_n "checking for dnet_ntoa in -ldnet_stub... " >&6; }
Alexandre Julliard25e9e4f2009-08-10 14:27:28 +02007325if test "${ac_cv_lib_dnet_stub_dnet_ntoa+set}" = set; then :
Alexandre Julliard40664c02009-02-11 20:40:58 +01007326 $as_echo_n "(cached) " >&6
7327else
7328 ac_check_lib_save_LIBS=$LIBS
7329LIBS="-ldnet_stub $LIBS"
Alexandre Julliard25e9e4f2009-08-10 14:27:28 +02007330cat confdefs.h - <<_ACEOF >conftest.$ac_ext
Alexandre Julliard40664c02009-02-11 20:40:58 +01007331/* end confdefs.h. */
7332
7333/* Override any GCC internal prototype to avoid an error.
7334 Use char because int might match the return type of a GCC
7335 builtin and then its argument prototype would still apply. */
7336#ifdef __cplusplus
7337extern "C"
7338#endif
7339char dnet_ntoa ();
7340int
7341main ()
7342{
7343return dnet_ntoa ();
7344 ;
7345 return 0;
7346}
7347_ACEOF
Alexandre Julliard25e9e4f2009-08-10 14:27:28 +02007348if ac_fn_c_try_link "$LINENO"; then :
Alexandre Julliard40664c02009-02-11 20:40:58 +01007349 ac_cv_lib_dnet_stub_dnet_ntoa=yes
7350else
Alexandre Julliard25e9e4f2009-08-10 14:27:28 +02007351 ac_cv_lib_dnet_stub_dnet_ntoa=no
Alexandre Julliard40664c02009-02-11 20:40:58 +01007352fi
Alexandre Julliard25e9e4f2009-08-10 14:27:28 +02007353rm -f core conftest.err conftest.$ac_objext \
7354 conftest$ac_exeext conftest.$ac_ext
Alexandre Julliard40664c02009-02-11 20:40:58 +01007355LIBS=$ac_check_lib_save_LIBS
7356fi
Alexandre Julliard25e9e4f2009-08-10 14:27:28 +02007357{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_dnet_stub_dnet_ntoa" >&5
Alexandre Julliard40664c02009-02-11 20:40:58 +01007358$as_echo "$ac_cv_lib_dnet_stub_dnet_ntoa" >&6; }
Alexandre Julliard25e9e4f2009-08-10 14:27:28 +02007359if test "x$ac_cv_lib_dnet_stub_dnet_ntoa" = x""yes; then :
Alexandre Julliard40664c02009-02-11 20:40:58 +01007360 X_EXTRA_LIBS="$X_EXTRA_LIBS -ldnet_stub"
7361fi
7362
7363 fi
7364fi
Alexandre Julliard25e9e4f2009-08-10 14:27:28 +02007365rm -f core conftest.err conftest.$ac_objext \
7366 conftest$ac_exeext conftest.$ac_ext
Alexandre Julliard40664c02009-02-11 20:40:58 +01007367 LIBS="$ac_xsave_LIBS"
7368
7369 # msh@cis.ufl.edu says -lnsl (and -lsocket) are needed for his 386/AT,
7370 # to get the SysV transport functions.
7371 # Chad R. Larson says the Pyramis MIS-ES running DC/OSx (SVR4)
7372 # needs -lnsl.
7373 # The nsl library prevents programs from opening the X display
7374 # on Irix 5.2, according to T.E. Dickey.
7375 # The functions gethostbyname, getservbyname, and inet_addr are
7376 # in -lbsd on LynxOS 3.0.1/i386, according to Lars Hecking.
Alexandre Julliard25e9e4f2009-08-10 14:27:28 +02007377 ac_fn_c_check_func "$LINENO" "gethostbyname" "ac_cv_func_gethostbyname"
7378if test "x$ac_cv_func_gethostbyname" = x""yes; then :
Alexandre Julliard40664c02009-02-11 20:40:58 +01007379
Alexandre Julliard40664c02009-02-11 20:40:58 +01007380fi
7381
Alexandre Julliard40664c02009-02-11 20:40:58 +01007382 if test $ac_cv_func_gethostbyname = no; then
Alexandre Julliard25e9e4f2009-08-10 14:27:28 +02007383 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for gethostbyname in -lnsl" >&5
Alexandre Julliard40664c02009-02-11 20:40:58 +01007384$as_echo_n "checking for gethostbyname in -lnsl... " >&6; }
Alexandre Julliard25e9e4f2009-08-10 14:27:28 +02007385if test "${ac_cv_lib_nsl_gethostbyname+set}" = set; then :
Alexandre Julliard40664c02009-02-11 20:40:58 +01007386 $as_echo_n "(cached) " >&6
7387else
7388 ac_check_lib_save_LIBS=$LIBS
7389LIBS="-lnsl $LIBS"
Alexandre Julliard25e9e4f2009-08-10 14:27:28 +02007390cat confdefs.h - <<_ACEOF >conftest.$ac_ext
Alexandre Julliard40664c02009-02-11 20:40:58 +01007391/* end confdefs.h. */
7392
7393/* Override any GCC internal prototype to avoid an error.
7394 Use char because int might match the return type of a GCC
7395 builtin and then its argument prototype would still apply. */
7396#ifdef __cplusplus
7397extern "C"
7398#endif
7399char gethostbyname ();
7400int
7401main ()
7402{
7403return gethostbyname ();
7404 ;
7405 return 0;
7406}
7407_ACEOF
Alexandre Julliard25e9e4f2009-08-10 14:27:28 +02007408if ac_fn_c_try_link "$LINENO"; then :
Alexandre Julliard40664c02009-02-11 20:40:58 +01007409 ac_cv_lib_nsl_gethostbyname=yes
7410else
Alexandre Julliard25e9e4f2009-08-10 14:27:28 +02007411 ac_cv_lib_nsl_gethostbyname=no
Alexandre Julliard40664c02009-02-11 20:40:58 +01007412fi
Alexandre Julliard25e9e4f2009-08-10 14:27:28 +02007413rm -f core conftest.err conftest.$ac_objext \
7414 conftest$ac_exeext conftest.$ac_ext
Alexandre Julliard40664c02009-02-11 20:40:58 +01007415LIBS=$ac_check_lib_save_LIBS
7416fi
Alexandre Julliard25e9e4f2009-08-10 14:27:28 +02007417{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_nsl_gethostbyname" >&5
Alexandre Julliard40664c02009-02-11 20:40:58 +01007418$as_echo "$ac_cv_lib_nsl_gethostbyname" >&6; }
Alexandre Julliard25e9e4f2009-08-10 14:27:28 +02007419if test "x$ac_cv_lib_nsl_gethostbyname" = x""yes; then :
Alexandre Julliard40664c02009-02-11 20:40:58 +01007420 X_EXTRA_LIBS="$X_EXTRA_LIBS -lnsl"
7421fi
7422
7423 if test $ac_cv_lib_nsl_gethostbyname = no; then
Alexandre Julliard25e9e4f2009-08-10 14:27:28 +02007424 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for gethostbyname in -lbsd" >&5
Alexandre Julliard40664c02009-02-11 20:40:58 +01007425$as_echo_n "checking for gethostbyname in -lbsd... " >&6; }
Alexandre Julliard25e9e4f2009-08-10 14:27:28 +02007426if test "${ac_cv_lib_bsd_gethostbyname+set}" = set; then :
Alexandre Julliard40664c02009-02-11 20:40:58 +01007427 $as_echo_n "(cached) " >&6
7428else
7429 ac_check_lib_save_LIBS=$LIBS
7430LIBS="-lbsd $LIBS"
Alexandre Julliard25e9e4f2009-08-10 14:27:28 +02007431cat confdefs.h - <<_ACEOF >conftest.$ac_ext
Alexandre Julliard40664c02009-02-11 20:40:58 +01007432/* end confdefs.h. */
7433
7434/* Override any GCC internal prototype to avoid an error.
7435 Use char because int might match the return type of a GCC
7436 builtin and then its argument prototype would still apply. */
7437#ifdef __cplusplus
7438extern "C"
7439#endif
7440char gethostbyname ();
7441int
7442main ()
7443{
7444return gethostbyname ();
7445 ;
7446 return 0;
7447}
7448_ACEOF
Alexandre Julliard25e9e4f2009-08-10 14:27:28 +02007449if ac_fn_c_try_link "$LINENO"; then :
Alexandre Julliard40664c02009-02-11 20:40:58 +01007450 ac_cv_lib_bsd_gethostbyname=yes
7451else
Alexandre Julliard25e9e4f2009-08-10 14:27:28 +02007452 ac_cv_lib_bsd_gethostbyname=no
Alexandre Julliard40664c02009-02-11 20:40:58 +01007453fi
Alexandre Julliard25e9e4f2009-08-10 14:27:28 +02007454rm -f core conftest.err conftest.$ac_objext \
7455 conftest$ac_exeext conftest.$ac_ext
Alexandre Julliard40664c02009-02-11 20:40:58 +01007456LIBS=$ac_check_lib_save_LIBS
7457fi
Alexandre Julliard25e9e4f2009-08-10 14:27:28 +02007458{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_bsd_gethostbyname" >&5
Alexandre Julliard40664c02009-02-11 20:40:58 +01007459$as_echo "$ac_cv_lib_bsd_gethostbyname" >&6; }
Alexandre Julliard25e9e4f2009-08-10 14:27:28 +02007460if test "x$ac_cv_lib_bsd_gethostbyname" = x""yes; then :
Alexandre Julliard40664c02009-02-11 20:40:58 +01007461 X_EXTRA_LIBS="$X_EXTRA_LIBS -lbsd"
7462fi
7463
7464 fi
7465 fi
7466
7467 # lieder@skyler.mavd.honeywell.com says without -lsocket,
7468 # socket/setsockopt and other routines are undefined under SCO ODT
7469 # 2.0. But -lsocket is broken on IRIX 5.2 (and is not necessary
7470 # on later versions), says Simon Leinen: it contains gethostby*
7471 # variants that don't use the name server (or something). -lsocket
7472 # must be given before -lnsl if both are needed. We assume that
7473 # if connect needs -lnsl, so does gethostbyname.
Alexandre Julliard25e9e4f2009-08-10 14:27:28 +02007474 ac_fn_c_check_func "$LINENO" "connect" "ac_cv_func_connect"
7475if test "x$ac_cv_func_connect" = x""yes; then :
Alexandre Julliard40664c02009-02-11 20:40:58 +01007476
Alexandre Julliard40664c02009-02-11 20:40:58 +01007477fi
7478
Alexandre Julliard40664c02009-02-11 20:40:58 +01007479 if test $ac_cv_func_connect = no; then
Alexandre Julliard25e9e4f2009-08-10 14:27:28 +02007480 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for connect in -lsocket" >&5
Alexandre Julliard40664c02009-02-11 20:40:58 +01007481$as_echo_n "checking for connect in -lsocket... " >&6; }
Alexandre Julliard25e9e4f2009-08-10 14:27:28 +02007482if test "${ac_cv_lib_socket_connect+set}" = set; then :
Alexandre Julliard40664c02009-02-11 20:40:58 +01007483 $as_echo_n "(cached) " >&6
7484else
7485 ac_check_lib_save_LIBS=$LIBS
7486LIBS="-lsocket $X_EXTRA_LIBS $LIBS"
Alexandre Julliard25e9e4f2009-08-10 14:27:28 +02007487cat confdefs.h - <<_ACEOF >conftest.$ac_ext
Alexandre Julliard40664c02009-02-11 20:40:58 +01007488/* end confdefs.h. */
7489
7490/* Override any GCC internal prototype to avoid an error.
7491 Use char because int might match the return type of a GCC
7492 builtin and then its argument prototype would still apply. */
7493#ifdef __cplusplus
7494extern "C"
7495#endif
7496char connect ();
7497int
7498main ()
7499{
7500return connect ();
7501 ;
7502 return 0;
7503}
7504_ACEOF
Alexandre Julliard25e9e4f2009-08-10 14:27:28 +02007505if ac_fn_c_try_link "$LINENO"; then :
Alexandre Julliard40664c02009-02-11 20:40:58 +01007506 ac_cv_lib_socket_connect=yes
7507else
Alexandre Julliard25e9e4f2009-08-10 14:27:28 +02007508 ac_cv_lib_socket_connect=no
Alexandre Julliard40664c02009-02-11 20:40:58 +01007509fi
Alexandre Julliard25e9e4f2009-08-10 14:27:28 +02007510rm -f core conftest.err conftest.$ac_objext \
7511 conftest$ac_exeext conftest.$ac_ext
Alexandre Julliard40664c02009-02-11 20:40:58 +01007512LIBS=$ac_check_lib_save_LIBS
7513fi
Alexandre Julliard25e9e4f2009-08-10 14:27:28 +02007514{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_socket_connect" >&5
Alexandre Julliard40664c02009-02-11 20:40:58 +01007515$as_echo "$ac_cv_lib_socket_connect" >&6; }
Alexandre Julliard25e9e4f2009-08-10 14:27:28 +02007516if test "x$ac_cv_lib_socket_connect" = x""yes; then :
Alexandre Julliard40664c02009-02-11 20:40:58 +01007517 X_EXTRA_LIBS="-lsocket $X_EXTRA_LIBS"
7518fi
7519
7520 fi
7521
7522 # Guillermo Gomez says -lposix is necessary on A/UX.
Alexandre Julliard25e9e4f2009-08-10 14:27:28 +02007523 ac_fn_c_check_func "$LINENO" "remove" "ac_cv_func_remove"
7524if test "x$ac_cv_func_remove" = x""yes; then :
Alexandre Julliard40664c02009-02-11 20:40:58 +01007525
Alexandre Julliard40664c02009-02-11 20:40:58 +01007526fi
7527
Alexandre Julliard40664c02009-02-11 20:40:58 +01007528 if test $ac_cv_func_remove = no; then
Alexandre Julliard25e9e4f2009-08-10 14:27:28 +02007529 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for remove in -lposix" >&5
Alexandre Julliard40664c02009-02-11 20:40:58 +01007530$as_echo_n "checking for remove in -lposix... " >&6; }
Alexandre Julliard25e9e4f2009-08-10 14:27:28 +02007531if test "${ac_cv_lib_posix_remove+set}" = set; then :
Alexandre Julliard40664c02009-02-11 20:40:58 +01007532 $as_echo_n "(cached) " >&6
7533else
7534 ac_check_lib_save_LIBS=$LIBS
7535LIBS="-lposix $LIBS"
Alexandre Julliard25e9e4f2009-08-10 14:27:28 +02007536cat confdefs.h - <<_ACEOF >conftest.$ac_ext
Alexandre Julliard40664c02009-02-11 20:40:58 +01007537/* end confdefs.h. */
7538
7539/* Override any GCC internal prototype to avoid an error.
7540 Use char because int might match the return type of a GCC
7541 builtin and then its argument prototype would still apply. */
7542#ifdef __cplusplus
7543extern "C"
7544#endif
7545char remove ();
7546int
7547main ()
7548{
7549return remove ();
7550 ;
7551 return 0;
7552}
7553_ACEOF
Alexandre Julliard25e9e4f2009-08-10 14:27:28 +02007554if ac_fn_c_try_link "$LINENO"; then :
Alexandre Julliard40664c02009-02-11 20:40:58 +01007555 ac_cv_lib_posix_remove=yes
7556else
Alexandre Julliard25e9e4f2009-08-10 14:27:28 +02007557 ac_cv_lib_posix_remove=no
Alexandre Julliard40664c02009-02-11 20:40:58 +01007558fi
Alexandre Julliard25e9e4f2009-08-10 14:27:28 +02007559rm -f core conftest.err conftest.$ac_objext \
7560 conftest$ac_exeext conftest.$ac_ext
Alexandre Julliard40664c02009-02-11 20:40:58 +01007561LIBS=$ac_check_lib_save_LIBS
7562fi
Alexandre Julliard25e9e4f2009-08-10 14:27:28 +02007563{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_posix_remove" >&5
Alexandre Julliard40664c02009-02-11 20:40:58 +01007564$as_echo "$ac_cv_lib_posix_remove" >&6; }
Alexandre Julliard25e9e4f2009-08-10 14:27:28 +02007565if test "x$ac_cv_lib_posix_remove" = x""yes; then :
Alexandre Julliard40664c02009-02-11 20:40:58 +01007566 X_EXTRA_LIBS="$X_EXTRA_LIBS -lposix"
7567fi
7568
7569 fi
7570
7571 # BSDI BSD/OS 2.1 needs -lipc for XOpenDisplay.
Alexandre Julliard25e9e4f2009-08-10 14:27:28 +02007572 ac_fn_c_check_func "$LINENO" "shmat" "ac_cv_func_shmat"
7573if test "x$ac_cv_func_shmat" = x""yes; then :
Alexandre Julliard40664c02009-02-11 20:40:58 +01007574
Alexandre Julliard40664c02009-02-11 20:40:58 +01007575fi
7576
Alexandre Julliard40664c02009-02-11 20:40:58 +01007577 if test $ac_cv_func_shmat = no; then
Alexandre Julliard25e9e4f2009-08-10 14:27:28 +02007578 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for shmat in -lipc" >&5
Alexandre Julliard40664c02009-02-11 20:40:58 +01007579$as_echo_n "checking for shmat in -lipc... " >&6; }
Alexandre Julliard25e9e4f2009-08-10 14:27:28 +02007580if test "${ac_cv_lib_ipc_shmat+set}" = set; then :
Alexandre Julliard40664c02009-02-11 20:40:58 +01007581 $as_echo_n "(cached) " >&6
7582else
7583 ac_check_lib_save_LIBS=$LIBS
7584LIBS="-lipc $LIBS"
Alexandre Julliard25e9e4f2009-08-10 14:27:28 +02007585cat confdefs.h - <<_ACEOF >conftest.$ac_ext
Alexandre Julliard40664c02009-02-11 20:40:58 +01007586/* end confdefs.h. */
7587
7588/* Override any GCC internal prototype to avoid an error.
7589 Use char because int might match the return type of a GCC
7590 builtin and then its argument prototype would still apply. */
7591#ifdef __cplusplus
7592extern "C"
7593#endif
7594char shmat ();
7595int
7596main ()
7597{
7598return shmat ();
7599 ;
7600 return 0;
7601}
7602_ACEOF
Alexandre Julliard25e9e4f2009-08-10 14:27:28 +02007603if ac_fn_c_try_link "$LINENO"; then :
Alexandre Julliard40664c02009-02-11 20:40:58 +01007604 ac_cv_lib_ipc_shmat=yes
7605else
Alexandre Julliard25e9e4f2009-08-10 14:27:28 +02007606 ac_cv_lib_ipc_shmat=no
Alexandre Julliard40664c02009-02-11 20:40:58 +01007607fi
Alexandre Julliard25e9e4f2009-08-10 14:27:28 +02007608rm -f core conftest.err conftest.$ac_objext \
7609 conftest$ac_exeext conftest.$ac_ext
Alexandre Julliard40664c02009-02-11 20:40:58 +01007610LIBS=$ac_check_lib_save_LIBS
7611fi
Alexandre Julliard25e9e4f2009-08-10 14:27:28 +02007612{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_ipc_shmat" >&5
Alexandre Julliard40664c02009-02-11 20:40:58 +01007613$as_echo "$ac_cv_lib_ipc_shmat" >&6; }
Alexandre Julliard25e9e4f2009-08-10 14:27:28 +02007614if test "x$ac_cv_lib_ipc_shmat" = x""yes; then :
Alexandre Julliard40664c02009-02-11 20:40:58 +01007615 X_EXTRA_LIBS="$X_EXTRA_LIBS -lipc"
7616fi
7617
7618 fi
7619 fi
7620
7621 # Check for libraries that X11R6 Xt/Xaw programs need.
7622 ac_save_LDFLAGS=$LDFLAGS
7623 test -n "$x_libraries" && LDFLAGS="$LDFLAGS -L$x_libraries"
7624 # SM needs ICE to (dynamically) link under SunOS 4.x (so we have to
7625 # check for ICE first), but we must link in the order -lSM -lICE or
7626 # we get undefined symbols. So assume we have SM if we have ICE.
7627 # These have to be linked with before -lX11, unlike the other
7628 # libraries we check for below, so use a different variable.
7629 # John Interrante, Karl Berry
Alexandre Julliard25e9e4f2009-08-10 14:27:28 +02007630 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for IceConnectionNumber in -lICE" >&5
Alexandre Julliard40664c02009-02-11 20:40:58 +01007631$as_echo_n "checking for IceConnectionNumber in -lICE... " >&6; }
Alexandre Julliard25e9e4f2009-08-10 14:27:28 +02007632if test "${ac_cv_lib_ICE_IceConnectionNumber+set}" = set; then :
Alexandre Julliard40664c02009-02-11 20:40:58 +01007633 $as_echo_n "(cached) " >&6
7634else
7635 ac_check_lib_save_LIBS=$LIBS
7636LIBS="-lICE $X_EXTRA_LIBS $LIBS"
Alexandre Julliard25e9e4f2009-08-10 14:27:28 +02007637cat confdefs.h - <<_ACEOF >conftest.$ac_ext
Alexandre Julliard40664c02009-02-11 20:40:58 +01007638/* end confdefs.h. */
7639
7640/* Override any GCC internal prototype to avoid an error.
7641 Use char because int might match the return type of a GCC
7642 builtin and then its argument prototype would still apply. */
7643#ifdef __cplusplus
7644extern "C"
7645#endif
7646char IceConnectionNumber ();
7647int
7648main ()
7649{
7650return IceConnectionNumber ();
7651 ;
7652 return 0;
7653}
7654_ACEOF
Alexandre Julliard25e9e4f2009-08-10 14:27:28 +02007655if ac_fn_c_try_link "$LINENO"; then :
Alexandre Julliard40664c02009-02-11 20:40:58 +01007656 ac_cv_lib_ICE_IceConnectionNumber=yes
7657else
Alexandre Julliard25e9e4f2009-08-10 14:27:28 +02007658 ac_cv_lib_ICE_IceConnectionNumber=no
Alexandre Julliard40664c02009-02-11 20:40:58 +01007659fi
Alexandre Julliard25e9e4f2009-08-10 14:27:28 +02007660rm -f core conftest.err conftest.$ac_objext \
7661 conftest$ac_exeext conftest.$ac_ext
Alexandre Julliard40664c02009-02-11 20:40:58 +01007662LIBS=$ac_check_lib_save_LIBS
7663fi
Alexandre Julliard25e9e4f2009-08-10 14:27:28 +02007664{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_ICE_IceConnectionNumber" >&5
Alexandre Julliard40664c02009-02-11 20:40:58 +01007665$as_echo "$ac_cv_lib_ICE_IceConnectionNumber" >&6; }
Alexandre Julliard25e9e4f2009-08-10 14:27:28 +02007666if test "x$ac_cv_lib_ICE_IceConnectionNumber" = x""yes; then :
Alexandre Julliard40664c02009-02-11 20:40:58 +01007667 X_PRE_LIBS="$X_PRE_LIBS -lSM -lICE"
7668fi
7669
7670 LDFLAGS=$ac_save_LDFLAGS
7671
7672fi
7673
7674
Rein Klazes7ff12562004-11-09 20:16:35 +00007675if test "$have_x" = "yes"
7676then
Alexandre Julliardfd03c502009-08-17 15:11:08 +02007677 XLIB="-lX11"
Rein Klazes7ff12562004-11-09 20:16:35 +00007678 ac_save_CPPFLAGS="$CPPFLAGS"
7679 CPPFLAGS="$CPPFLAGS $X_CFLAGS"
7680
Alexandre Julliard25e9e4f2009-08-10 14:27:28 +02007681 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for -lX11" >&5
Alexandre Julliardabf50482008-10-31 12:56:53 +01007682$as_echo_n "checking for -lX11... " >&6; }
Alexandre Julliard25e9e4f2009-08-10 14:27:28 +02007683if test "${ac_cv_lib_soname_X11+set}" = set; then :
Alexandre Julliardabf50482008-10-31 12:56:53 +01007684 $as_echo_n "(cached) " >&6
Alexandre Julliarda8518542007-07-09 22:43:45 +02007685else
7686 ac_check_soname_save_LIBS=$LIBS
7687LIBS="-lX11 $X_LIBS $X_EXTRA_LIBS $LIBS"
Alexandre Julliard25e9e4f2009-08-10 14:27:28 +02007688 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
Alexandre Julliarda8518542007-07-09 22:43:45 +02007689/* end confdefs.h. */
7690
7691/* Override any GCC internal prototype to avoid an error.
7692 Use char because int might match the return type of a GCC
7693 builtin and then its argument prototype would still apply. */
7694#ifdef __cplusplus
7695extern "C"
7696#endif
7697char XCreateWindow ();
7698int
7699main ()
7700{
7701return XCreateWindow ();
7702 ;
7703 return 0;
7704}
7705_ACEOF
Alexandre Julliard25e9e4f2009-08-10 14:27:28 +02007706if ac_fn_c_try_link "$LINENO"; then :
Alexandre Julliarda8518542007-07-09 22:43:45 +02007707 case "$LIBEXT" in
7708 dll) ;;
7709 dylib) ac_cv_lib_soname_X11=`otool -L conftest$ac_exeext | grep "libX11\\.[0-9A-Za-z.]*dylib" | sed -e "s/^.*\/\(libX11\.[0-9A-Za-z.]*dylib\).*$/\1/"';2,$d'` ;;
7710 *) ac_cv_lib_soname_X11=`$ac_cv_path_LDD conftest$ac_exeext | grep "libX11\\.$LIBEXT" | sed -e "s/^.*\(libX11\.$LIBEXT[^ ]*\).*$/\1/"';2,$d'` ;;
7711 esac
Alexandre Julliarda8518542007-07-09 22:43:45 +02007712fi
Alexandre Julliard25e9e4f2009-08-10 14:27:28 +02007713rm -f core conftest.err conftest.$ac_objext \
7714 conftest$ac_exeext conftest.$ac_ext
Alexandre Julliarda8518542007-07-09 22:43:45 +02007715 LIBS=$ac_check_soname_save_LIBS
7716fi
Alexandre Julliard25e9e4f2009-08-10 14:27:28 +02007717if test "x$ac_cv_lib_soname_X11" = "x"; then :
7718 { $as_echo "$as_me:${as_lineno-$LINENO}: result: not found" >&5
Alexandre Julliardabf50482008-10-31 12:56:53 +01007719$as_echo "not found" >&6; }
Alexandre Julliarda8518542007-07-09 22:43:45 +02007720
7721else
Alexandre Julliard25e9e4f2009-08-10 14:27:28 +02007722 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_soname_X11" >&5
Alexandre Julliardabf50482008-10-31 12:56:53 +01007723$as_echo "$ac_cv_lib_soname_X11" >&6; }
Alexandre Julliarda8518542007-07-09 22:43:45 +02007724
7725cat >>confdefs.h <<_ACEOF
7726#define SONAME_LIBX11 "$ac_cv_lib_soname_X11"
7727_ACEOF
7728
7729
7730fi
Alexandre Julliard25e9e4f2009-08-10 14:27:28 +02007731 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for -lXext" >&5
Alexandre Julliardabf50482008-10-31 12:56:53 +01007732$as_echo_n "checking for -lXext... " >&6; }
Alexandre Julliard25e9e4f2009-08-10 14:27:28 +02007733if test "${ac_cv_lib_soname_Xext+set}" = set; then :
Alexandre Julliardabf50482008-10-31 12:56:53 +01007734 $as_echo_n "(cached) " >&6
Alexandre Julliarda8518542007-07-09 22:43:45 +02007735else
7736 ac_check_soname_save_LIBS=$LIBS
7737LIBS="-lXext $X_LIBS -lX11 $X_EXTRA_LIBS $LIBS"
Alexandre Julliard25e9e4f2009-08-10 14:27:28 +02007738 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
Alexandre Julliarda8518542007-07-09 22:43:45 +02007739/* end confdefs.h. */
7740
7741/* Override any GCC internal prototype to avoid an error.
7742 Use char because int might match the return type of a GCC
7743 builtin and then its argument prototype would still apply. */
7744#ifdef __cplusplus
7745extern "C"
7746#endif
7747char XextCreateExtension ();
7748int
7749main ()
7750{
7751return XextCreateExtension ();
7752 ;
7753 return 0;
7754}
7755_ACEOF
Alexandre Julliard25e9e4f2009-08-10 14:27:28 +02007756if ac_fn_c_try_link "$LINENO"; then :
Alexandre Julliarda8518542007-07-09 22:43:45 +02007757 case "$LIBEXT" in
7758 dll) ;;
7759 dylib) ac_cv_lib_soname_Xext=`otool -L conftest$ac_exeext | grep "libXext\\.[0-9A-Za-z.]*dylib" | sed -e "s/^.*\/\(libXext\.[0-9A-Za-z.]*dylib\).*$/\1/"';2,$d'` ;;
7760 *) ac_cv_lib_soname_Xext=`$ac_cv_path_LDD conftest$ac_exeext | grep "libXext\\.$LIBEXT" | sed -e "s/^.*\(libXext\.$LIBEXT[^ ]*\).*$/\1/"';2,$d'` ;;
7761 esac
Alexandre Julliarda8518542007-07-09 22:43:45 +02007762fi
Alexandre Julliard25e9e4f2009-08-10 14:27:28 +02007763rm -f core conftest.err conftest.$ac_objext \
7764 conftest$ac_exeext conftest.$ac_ext
Alexandre Julliarda8518542007-07-09 22:43:45 +02007765 LIBS=$ac_check_soname_save_LIBS
7766fi
Alexandre Julliard25e9e4f2009-08-10 14:27:28 +02007767if test "x$ac_cv_lib_soname_Xext" = "x"; then :
7768 { $as_echo "$as_me:${as_lineno-$LINENO}: result: not found" >&5
Alexandre Julliardabf50482008-10-31 12:56:53 +01007769$as_echo "not found" >&6; }
Alexandre Julliarda8518542007-07-09 22:43:45 +02007770
7771else
Alexandre Julliard25e9e4f2009-08-10 14:27:28 +02007772 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_soname_Xext" >&5
Alexandre Julliardabf50482008-10-31 12:56:53 +01007773$as_echo "$ac_cv_lib_soname_Xext" >&6; }
Alexandre Julliarda8518542007-07-09 22:43:45 +02007774
7775cat >>confdefs.h <<_ACEOF
7776#define SONAME_LIBXEXT "$ac_cv_lib_soname_Xext"
7777_ACEOF
7778
Alexandre Julliardfd03c502009-08-17 15:11:08 +02007779 XLIB="-lXext $XLIB"
Alexandre Julliarda8518542007-07-09 22:43:45 +02007780fi
7781
Alexandre Julliard25e9e4f2009-08-10 14:27:28 +02007782 for ac_header in X11/Xlib.h \
Alexandre Julliard73482142005-08-03 19:21:04 +00007783 X11/XKBlib.h \
7784 X11/Xutil.h \
Andrew Riedi23e2cb12007-03-22 12:06:19 -07007785 X11/Xcursor/Xcursor.h \
Alexandre Julliard73482142005-08-03 19:21:04 +00007786 X11/extensions/shape.h \
7787 X11/extensions/XInput.h \
7788 X11/extensions/XShm.h \
Chris Robinson42584652007-09-22 18:19:08 -07007789 X11/extensions/Xcomposite.h \
Alexandre Julliard7d00b052006-10-23 13:46:34 +02007790 X11/extensions/Xinerama.h \
Alexandre Julliard73482142005-08-03 19:21:04 +00007791 X11/extensions/Xrandr.h \
7792 X11/extensions/Xrender.h \
Alexandre Julliard73482142005-08-03 19:21:04 +00007793 X11/extensions/xf86vmode.h
Alexandre Julliard25e9e4f2009-08-10 14:27:28 +02007794do :
7795 as_ac_Header=`$as_echo "ac_cv_header_$ac_header" | $as_tr_sh`
7796ac_fn_c_check_header_compile "$LINENO" "$ac_header" "$as_ac_Header" "#ifdef HAVE_X11_XLIB_H
Alexandre Julliard73482142005-08-03 19:21:04 +00007797# include <X11/Xlib.h>
7798#endif
7799#ifdef HAVE_X11_XUTIL_H
7800# include <X11/Xutil.h>
7801#endif
Alexandre Julliard25e9e4f2009-08-10 14:27:28 +02007802"
7803eval as_val=\$$as_ac_Header
7804 if test "x$as_val" = x""yes; then :
Alexandre Julliarddaa28862002-04-11 21:54:01 +00007805 cat >>confdefs.h <<_ACEOF
Alexandre Julliardabf50482008-10-31 12:56:53 +01007806#define `$as_echo "HAVE_$ac_header" | $as_tr_cpp` 1
Alexandre Julliarddaa28862002-04-11 21:54:01 +00007807_ACEOF
Alexandre Julliard255b4862003-10-15 04:09:55 +00007808
7809fi
7810
7811done
7812
7813
7814 if test "$ac_cv_header_X11_XKBlib_h" = "yes"
7815 then
Alexandre Julliard25e9e4f2009-08-10 14:27:28 +02007816 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for XkbQueryExtension in -lX11" >&5
Alexandre Julliardabf50482008-10-31 12:56:53 +01007817$as_echo_n "checking for XkbQueryExtension in -lX11... " >&6; }
Alexandre Julliard25e9e4f2009-08-10 14:27:28 +02007818if test "${ac_cv_lib_X11_XkbQueryExtension+set}" = set; then :
Alexandre Julliardabf50482008-10-31 12:56:53 +01007819 $as_echo_n "(cached) " >&6
Patrik Stridvall24110281999-02-04 10:09:54 +00007820else
Alexandre Julliardf5818d22002-02-14 19:47:29 +00007821 ac_check_lib_save_LIBS=$LIBS
Alexandre Julliardfd03c502009-08-17 15:11:08 +02007822LIBS="-lX11 $X_LIBS $XLIB $X_EXTRA_LIBS $LIBS"
Alexandre Julliard25e9e4f2009-08-10 14:27:28 +02007823cat confdefs.h - <<_ACEOF >conftest.$ac_ext
Alexandre Julliarde24bcc72002-12-24 00:35:19 +00007824/* end confdefs.h. */
Alexandre Julliardf5818d22002-02-14 19:47:29 +00007825
Alexandre Julliardfc6ffb22006-05-25 20:08:12 +02007826/* Override any GCC internal prototype to avoid an error.
7827 Use char because int might match the return type of a GCC
7828 builtin and then its argument prototype would still apply. */
Alexandre Julliardf5818d22002-02-14 19:47:29 +00007829#ifdef __cplusplus
7830extern "C"
7831#endif
Alexandre Julliardf5818d22002-02-14 19:47:29 +00007832char XkbQueryExtension ();
7833int
7834main ()
7835{
Alexandre Julliardfc6ffb22006-05-25 20:08:12 +02007836return XkbQueryExtension ();
Alexandre Julliardf5818d22002-02-14 19:47:29 +00007837 ;
7838 return 0;
7839}
7840_ACEOF
Alexandre Julliard25e9e4f2009-08-10 14:27:28 +02007841if ac_fn_c_try_link "$LINENO"; then :
Alexandre Julliardf5818d22002-02-14 19:47:29 +00007842 ac_cv_lib_X11_XkbQueryExtension=yes
Patrik Stridvall24110281999-02-04 10:09:54 +00007843else
Alexandre Julliard25e9e4f2009-08-10 14:27:28 +02007844 ac_cv_lib_X11_XkbQueryExtension=no
Patrik Stridvall24110281999-02-04 10:09:54 +00007845fi
Alexandre Julliard25e9e4f2009-08-10 14:27:28 +02007846rm -f core conftest.err conftest.$ac_objext \
7847 conftest$ac_exeext conftest.$ac_ext
Alexandre Julliardf5818d22002-02-14 19:47:29 +00007848LIBS=$ac_check_lib_save_LIBS
7849fi
Alexandre Julliard25e9e4f2009-08-10 14:27:28 +02007850{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_X11_XkbQueryExtension" >&5
Alexandre Julliardabf50482008-10-31 12:56:53 +01007851$as_echo "$ac_cv_lib_X11_XkbQueryExtension" >&6; }
Alexandre Julliard25e9e4f2009-08-10 14:27:28 +02007852if test "x$ac_cv_lib_X11_XkbQueryExtension" = x""yes; then :
Patrik Stridvall24110281999-02-04 10:09:54 +00007853
Alexandre Julliard25e9e4f2009-08-10 14:27:28 +02007854$as_echo "#define HAVE_XKB 1" >>confdefs.h
Patrik Stridvall24110281999-02-04 10:09:54 +00007855
Patrik Stridvall24110281999-02-04 10:09:54 +00007856fi
7857
Alexandre Julliard255b4862003-10-15 04:09:55 +00007858 fi
Alexandre Julliarddaa28862002-04-11 21:54:01 +00007859
Alexandre Julliard19a988a2007-07-09 22:42:28 +02007860 if test "$ac_cv_header_X11_Xcursor_Xcursor_h" = "yes"
7861 then
Alexandre Julliard25e9e4f2009-08-10 14:27:28 +02007862 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for -lXcursor" >&5
Alexandre Julliardabf50482008-10-31 12:56:53 +01007863$as_echo_n "checking for -lXcursor... " >&6; }
Alexandre Julliard25e9e4f2009-08-10 14:27:28 +02007864if test "${ac_cv_lib_soname_Xcursor+set}" = set; then :
Alexandre Julliardabf50482008-10-31 12:56:53 +01007865 $as_echo_n "(cached) " >&6
Alexandre Julliard19a988a2007-07-09 22:42:28 +02007866else
7867 ac_check_soname_save_LIBS=$LIBS
Alexandre Julliardfd03c502009-08-17 15:11:08 +02007868LIBS="-lXcursor $X_LIBS $XLIB $X_EXTRA_LIBS $LIBS"
Alexandre Julliard25e9e4f2009-08-10 14:27:28 +02007869 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
Alexandre Julliard19a988a2007-07-09 22:42:28 +02007870/* end confdefs.h. */
7871
7872/* Override any GCC internal prototype to avoid an error.
7873 Use char because int might match the return type of a GCC
7874 builtin and then its argument prototype would still apply. */
7875#ifdef __cplusplus
7876extern "C"
7877#endif
7878char XcursorImageLoadCursor ();
7879int
7880main ()
7881{
7882return XcursorImageLoadCursor ();
7883 ;
7884 return 0;
7885}
7886_ACEOF
Alexandre Julliard25e9e4f2009-08-10 14:27:28 +02007887if ac_fn_c_try_link "$LINENO"; then :
Alexandre Julliard19a988a2007-07-09 22:42:28 +02007888 case "$LIBEXT" in
7889 dll) ;;
7890 dylib) ac_cv_lib_soname_Xcursor=`otool -L conftest$ac_exeext | grep "libXcursor\\.[0-9A-Za-z.]*dylib" | sed -e "s/^.*\/\(libXcursor\.[0-9A-Za-z.]*dylib\).*$/\1/"';2,$d'` ;;
7891 *) ac_cv_lib_soname_Xcursor=`$ac_cv_path_LDD conftest$ac_exeext | grep "libXcursor\\.$LIBEXT" | sed -e "s/^.*\(libXcursor\.$LIBEXT[^ ]*\).*$/\1/"';2,$d'` ;;
7892 esac
Alexandre Julliard19a988a2007-07-09 22:42:28 +02007893fi
Alexandre Julliard25e9e4f2009-08-10 14:27:28 +02007894rm -f core conftest.err conftest.$ac_objext \
7895 conftest$ac_exeext conftest.$ac_ext
Alexandre Julliard19a988a2007-07-09 22:42:28 +02007896 LIBS=$ac_check_soname_save_LIBS
7897fi
Alexandre Julliard25e9e4f2009-08-10 14:27:28 +02007898if test "x$ac_cv_lib_soname_Xcursor" = "x"; then :
7899 { $as_echo "$as_me:${as_lineno-$LINENO}: result: not found" >&5
Alexandre Julliardabf50482008-10-31 12:56:53 +01007900$as_echo "not found" >&6; }
Alexandre Julliard19a988a2007-07-09 22:42:28 +02007901
7902else
Alexandre Julliard25e9e4f2009-08-10 14:27:28 +02007903 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_soname_Xcursor" >&5
Alexandre Julliardabf50482008-10-31 12:56:53 +01007904$as_echo "$ac_cv_lib_soname_Xcursor" >&6; }
Alexandre Julliard19a988a2007-07-09 22:42:28 +02007905
7906cat >>confdefs.h <<_ACEOF
7907#define SONAME_LIBXCURSOR "$ac_cv_lib_soname_Xcursor"
7908_ACEOF
7909
7910
7911fi
Alexandre Julliard19a988a2007-07-09 22:42:28 +02007912 fi
Alexandre Julliard25e9e4f2009-08-10 14:27:28 +02007913 if test "x$ac_cv_lib_soname_Xcursor" = "x"; then :
Alexandre Julliarda41f0f12008-01-07 14:51:44 +01007914 case "x$with_xcursor" in
Alexandre Julliard93f094c2008-10-22 13:16:54 +02007915 x) wine_notices="$wine_notices|libxcursor ${notice_platform}development files not found, the Xcursor extension won't be supported." ;;
Alexandre Julliarda41f0f12008-01-07 14:51:44 +01007916 xno) ;;
Alexandre Julliard25e9e4f2009-08-10 14:27:28 +02007917 *) as_fn_error "libxcursor ${notice_platform}development files not found, the Xcursor extension won't be supported.
7918This is an error since --with-xcursor was requested." "$LINENO" 5 ;;
Alexandre Julliarda41f0f12008-01-07 14:51:44 +01007919esac
7920fi
7921
Alexandre Julliardd68d4332007-07-09 22:42:49 +02007922 if test "$ac_cv_header_X11_extensions_XInput_h" = "yes"
7923 then
Alexandre Julliard25e9e4f2009-08-10 14:27:28 +02007924 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for -lXi" >&5
Alexandre Julliardabf50482008-10-31 12:56:53 +01007925$as_echo_n "checking for -lXi... " >&6; }
Alexandre Julliard25e9e4f2009-08-10 14:27:28 +02007926if test "${ac_cv_lib_soname_Xi+set}" = set; then :
Alexandre Julliardabf50482008-10-31 12:56:53 +01007927 $as_echo_n "(cached) " >&6
Alexandre Julliardd68d4332007-07-09 22:42:49 +02007928else
7929 ac_check_soname_save_LIBS=$LIBS
Alexandre Julliardfd03c502009-08-17 15:11:08 +02007930LIBS="-lXi $X_LIBS $XLIB $X_EXTRA_LIBS $LIBS"
Alexandre Julliard25e9e4f2009-08-10 14:27:28 +02007931 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
Alexandre Julliardd68d4332007-07-09 22:42:49 +02007932/* end confdefs.h. */
7933
7934/* Override any GCC internal prototype to avoid an error.
7935 Use char because int might match the return type of a GCC
7936 builtin and then its argument prototype would still apply. */
7937#ifdef __cplusplus
7938extern "C"
7939#endif
7940char XOpenDevice ();
7941int
7942main ()
7943{
7944return XOpenDevice ();
7945 ;
7946 return 0;
7947}
7948_ACEOF
Alexandre Julliard25e9e4f2009-08-10 14:27:28 +02007949if ac_fn_c_try_link "$LINENO"; then :
Alexandre Julliardd68d4332007-07-09 22:42:49 +02007950 case "$LIBEXT" in
7951 dll) ;;
7952 dylib) ac_cv_lib_soname_Xi=`otool -L conftest$ac_exeext | grep "libXi\\.[0-9A-Za-z.]*dylib" | sed -e "s/^.*\/\(libXi\.[0-9A-Za-z.]*dylib\).*$/\1/"';2,$d'` ;;
7953 *) ac_cv_lib_soname_Xi=`$ac_cv_path_LDD conftest$ac_exeext | grep "libXi\\.$LIBEXT" | sed -e "s/^.*\(libXi\.$LIBEXT[^ ]*\).*$/\1/"';2,$d'` ;;
7954 esac
Alexandre Julliardd68d4332007-07-09 22:42:49 +02007955fi
Alexandre Julliard25e9e4f2009-08-10 14:27:28 +02007956rm -f core conftest.err conftest.$ac_objext \
7957 conftest$ac_exeext conftest.$ac_ext
Alexandre Julliardd68d4332007-07-09 22:42:49 +02007958 LIBS=$ac_check_soname_save_LIBS
7959fi
Alexandre Julliard25e9e4f2009-08-10 14:27:28 +02007960if test "x$ac_cv_lib_soname_Xi" = "x"; then :
7961 { $as_echo "$as_me:${as_lineno-$LINENO}: result: not found" >&5
Alexandre Julliardabf50482008-10-31 12:56:53 +01007962$as_echo "not found" >&6; }
Alexandre Julliardd68d4332007-07-09 22:42:49 +02007963
7964else
Alexandre Julliard25e9e4f2009-08-10 14:27:28 +02007965 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_soname_Xi" >&5
Alexandre Julliardabf50482008-10-31 12:56:53 +01007966$as_echo "$ac_cv_lib_soname_Xi" >&6; }
Alexandre Julliardd68d4332007-07-09 22:42:49 +02007967
7968cat >>confdefs.h <<_ACEOF
7969#define SONAME_LIBXI "$ac_cv_lib_soname_Xi"
7970_ACEOF
7971
7972
7973fi
Alexandre Julliardd68d4332007-07-09 22:42:49 +02007974 fi
Alexandre Julliard25e9e4f2009-08-10 14:27:28 +02007975 if test "x$ac_cv_lib_soname_Xi" = "x"; then :
Alexandre Julliarda41f0f12008-01-07 14:51:44 +01007976 case "x$with_xinput" in
Alexandre Julliard93f094c2008-10-22 13:16:54 +02007977 x) wine_notices="$wine_notices|libxi ${notice_platform}development files not found, the Xinput extension won't be supported." ;;
Alexandre Julliarda41f0f12008-01-07 14:51:44 +01007978 xno) ;;
Alexandre Julliard25e9e4f2009-08-10 14:27:28 +02007979 *) as_fn_error "libxi ${notice_platform}development files not found, the Xinput extension won't be supported.
7980This is an error since --with-xinput was requested." "$LINENO" 5 ;;
Alexandre Julliarda41f0f12008-01-07 14:51:44 +01007981esac
7982fi
7983
Alexandre Julliard255b4862003-10-15 04:09:55 +00007984 if test "$ac_cv_header_X11_extensions_XShm_h" = "yes"
7985 then
Alexandre Julliard25e9e4f2009-08-10 14:27:28 +02007986 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for XShmQueryExtension in -lXext" >&5
Alexandre Julliardabf50482008-10-31 12:56:53 +01007987$as_echo_n "checking for XShmQueryExtension in -lXext... " >&6; }
Alexandre Julliard25e9e4f2009-08-10 14:27:28 +02007988if test "${ac_cv_lib_Xext_XShmQueryExtension+set}" = set; then :
Alexandre Julliardabf50482008-10-31 12:56:53 +01007989 $as_echo_n "(cached) " >&6
Francois Jacques5b6879c2000-07-28 23:04:54 +00007990else
Alexandre Julliardf5818d22002-02-14 19:47:29 +00007991 ac_check_lib_save_LIBS=$LIBS
Alexandre Julliardfd03c502009-08-17 15:11:08 +02007992LIBS="-lXext $X_LIBS $XLIB $X_EXTRA_LIBS $LIBS"
Alexandre Julliard25e9e4f2009-08-10 14:27:28 +02007993cat confdefs.h - <<_ACEOF >conftest.$ac_ext
Alexandre Julliarde24bcc72002-12-24 00:35:19 +00007994/* end confdefs.h. */
Alexandre Julliardf5818d22002-02-14 19:47:29 +00007995
Alexandre Julliardfc6ffb22006-05-25 20:08:12 +02007996/* Override any GCC internal prototype to avoid an error.
7997 Use char because int might match the return type of a GCC
7998 builtin and then its argument prototype would still apply. */
Alexandre Julliardf5818d22002-02-14 19:47:29 +00007999#ifdef __cplusplus
8000extern "C"
8001#endif
Alexandre Julliardf5818d22002-02-14 19:47:29 +00008002char XShmQueryExtension ();
8003int
8004main ()
8005{
Alexandre Julliardfc6ffb22006-05-25 20:08:12 +02008006return XShmQueryExtension ();
Alexandre Julliardf5818d22002-02-14 19:47:29 +00008007 ;
8008 return 0;
8009}
8010_ACEOF
Alexandre Julliard25e9e4f2009-08-10 14:27:28 +02008011if ac_fn_c_try_link "$LINENO"; then :
Alexandre Julliardf5818d22002-02-14 19:47:29 +00008012 ac_cv_lib_Xext_XShmQueryExtension=yes
Francois Jacques5b6879c2000-07-28 23:04:54 +00008013else
Alexandre Julliard25e9e4f2009-08-10 14:27:28 +02008014 ac_cv_lib_Xext_XShmQueryExtension=no
Francois Jacques5b6879c2000-07-28 23:04:54 +00008015fi
Alexandre Julliard25e9e4f2009-08-10 14:27:28 +02008016rm -f core conftest.err conftest.$ac_objext \
8017 conftest$ac_exeext conftest.$ac_ext
Alexandre Julliardf5818d22002-02-14 19:47:29 +00008018LIBS=$ac_check_lib_save_LIBS
8019fi
Alexandre Julliard25e9e4f2009-08-10 14:27:28 +02008020{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_Xext_XShmQueryExtension" >&5
Alexandre Julliardabf50482008-10-31 12:56:53 +01008021$as_echo "$ac_cv_lib_Xext_XShmQueryExtension" >&6; }
Alexandre Julliard25e9e4f2009-08-10 14:27:28 +02008022if test "x$ac_cv_lib_Xext_XShmQueryExtension" = x""yes; then :
Francois Jacques5b6879c2000-07-28 23:04:54 +00008023
Alexandre Julliard25e9e4f2009-08-10 14:27:28 +02008024$as_echo "#define HAVE_LIBXXSHM 1" >>confdefs.h
Francois Jacques5b6879c2000-07-28 23:04:54 +00008025
Francois Jacques5b6879c2000-07-28 23:04:54 +00008026fi
8027
Alexandre Julliard255b4862003-10-15 04:09:55 +00008028 fi
Alexandre Julliard25e9e4f2009-08-10 14:27:28 +02008029 if test "$ac_cv_lib_Xext_XShmQueryExtension" != "yes"; then :
Alexandre Julliarda41f0f12008-01-07 14:51:44 +01008030 case "x$with_xshm" in
Alexandre Julliard93f094c2008-10-22 13:16:54 +02008031 x) wine_notices="$wine_notices|XShm ${notice_platform}development files not found, X Shared Memory won't be supported." ;;
Alexandre Julliarda41f0f12008-01-07 14:51:44 +01008032 xno) ;;
Alexandre Julliard25e9e4f2009-08-10 14:27:28 +02008033 *) as_fn_error "XShm ${notice_platform}development files not found, X Shared Memory won't be supported.
8034This is an error since --with-xshm was requested." "$LINENO" 5 ;;
Alexandre Julliarda41f0f12008-01-07 14:51:44 +01008035esac
Alexandre Julliardf9dec942007-07-10 15:14:15 +02008036fi
8037
Alexandre Julliard255b4862003-10-15 04:09:55 +00008038 if test "$ac_cv_header_X11_extensions_shape_h" = "yes"
8039 then
Alexandre Julliard25e9e4f2009-08-10 14:27:28 +02008040 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for XShapeQueryExtension in -lXext" >&5
Alexandre Julliardabf50482008-10-31 12:56:53 +01008041$as_echo_n "checking for XShapeQueryExtension in -lXext... " >&6; }
Alexandre Julliard25e9e4f2009-08-10 14:27:28 +02008042if test "${ac_cv_lib_Xext_XShapeQueryExtension+set}" = set; then :
Alexandre Julliardabf50482008-10-31 12:56:53 +01008043 $as_echo_n "(cached) " >&6
Ove Kaavenc90fb252001-01-02 22:39:14 +00008044else
Alexandre Julliardf5818d22002-02-14 19:47:29 +00008045 ac_check_lib_save_LIBS=$LIBS
Alexandre Julliardfd03c502009-08-17 15:11:08 +02008046LIBS="-lXext $X_LIBS $XLIB $X_EXTRA_LIBS $LIBS"
Alexandre Julliard25e9e4f2009-08-10 14:27:28 +02008047cat confdefs.h - <<_ACEOF >conftest.$ac_ext
Alexandre Julliarde24bcc72002-12-24 00:35:19 +00008048/* end confdefs.h. */
Alexandre Julliardf5818d22002-02-14 19:47:29 +00008049
Alexandre Julliardfc6ffb22006-05-25 20:08:12 +02008050/* Override any GCC internal prototype to avoid an error.
8051 Use char because int might match the return type of a GCC
8052 builtin and then its argument prototype would still apply. */
Alexandre Julliardf5818d22002-02-14 19:47:29 +00008053#ifdef __cplusplus
8054extern "C"
8055#endif
Alexandre Julliardf5818d22002-02-14 19:47:29 +00008056char XShapeQueryExtension ();
8057int
8058main ()
8059{
Alexandre Julliardfc6ffb22006-05-25 20:08:12 +02008060return XShapeQueryExtension ();
Alexandre Julliardf5818d22002-02-14 19:47:29 +00008061 ;
8062 return 0;
8063}
8064_ACEOF
Alexandre Julliard25e9e4f2009-08-10 14:27:28 +02008065if ac_fn_c_try_link "$LINENO"; then :
Alexandre Julliardf5818d22002-02-14 19:47:29 +00008066 ac_cv_lib_Xext_XShapeQueryExtension=yes
Ove Kaavenc90fb252001-01-02 22:39:14 +00008067else
Alexandre Julliard25e9e4f2009-08-10 14:27:28 +02008068 ac_cv_lib_Xext_XShapeQueryExtension=no
Ove Kaavenc90fb252001-01-02 22:39:14 +00008069fi
Alexandre Julliard25e9e4f2009-08-10 14:27:28 +02008070rm -f core conftest.err conftest.$ac_objext \
8071 conftest$ac_exeext conftest.$ac_ext
Alexandre Julliardf5818d22002-02-14 19:47:29 +00008072LIBS=$ac_check_lib_save_LIBS
8073fi
Alexandre Julliard25e9e4f2009-08-10 14:27:28 +02008074{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_Xext_XShapeQueryExtension" >&5
Alexandre Julliardabf50482008-10-31 12:56:53 +01008075$as_echo "$ac_cv_lib_Xext_XShapeQueryExtension" >&6; }
Alexandre Julliard25e9e4f2009-08-10 14:27:28 +02008076if test "x$ac_cv_lib_Xext_XShapeQueryExtension" = x""yes; then :
Ove Kaavenc90fb252001-01-02 22:39:14 +00008077
Alexandre Julliard25e9e4f2009-08-10 14:27:28 +02008078$as_echo "#define HAVE_LIBXSHAPE 1" >>confdefs.h
Ove Kaavenc90fb252001-01-02 22:39:14 +00008079
Ove Kaavenc90fb252001-01-02 22:39:14 +00008080fi
8081
Alexandre Julliard255b4862003-10-15 04:09:55 +00008082 fi
Alexandre Julliard25e9e4f2009-08-10 14:27:28 +02008083 if test "$ac_cv_lib_Xext_XShapeQueryExtension" != "yes"; then :
Alexandre Julliarda41f0f12008-01-07 14:51:44 +01008084 case "x$with_xshape" in
Alexandre Julliard93f094c2008-10-22 13:16:54 +02008085 x) wine_notices="$wine_notices|XShape ${notice_platform}development files not found, XShape won't be supported." ;;
Alexandre Julliarda41f0f12008-01-07 14:51:44 +01008086 xno) ;;
Alexandre Julliard25e9e4f2009-08-10 14:27:28 +02008087 *) as_fn_error "XShape ${notice_platform}development files not found, XShape won't be supported.
8088This is an error since --with-xshape was requested." "$LINENO" 5 ;;
Alexandre Julliarda41f0f12008-01-07 14:51:44 +01008089esac
Alexandre Julliardf9dec942007-07-10 15:14:15 +02008090fi
8091
Alexandre Julliard255b4862003-10-15 04:09:55 +00008092 if test "$ac_cv_header_X11_extensions_xf86vmode_h" = "yes"
8093 then
Alexandre Julliard25e9e4f2009-08-10 14:27:28 +02008094 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for -lXxf86vm" >&5
Alexandre Julliardabf50482008-10-31 12:56:53 +01008095$as_echo_n "checking for -lXxf86vm... " >&6; }
Alexandre Julliard25e9e4f2009-08-10 14:27:28 +02008096if test "${ac_cv_lib_soname_Xxf86vm+set}" = set; then :
Alexandre Julliardabf50482008-10-31 12:56:53 +01008097 $as_echo_n "(cached) " >&6
Patrik Stridvall24110281999-02-04 10:09:54 +00008098else
Francois Gougeta49beb42008-06-26 14:02:17 +02008099 ac_check_soname_save_LIBS=$LIBS
Alexandre Julliardfd03c502009-08-17 15:11:08 +02008100LIBS="-lXxf86vm $X_LIBS $XLIB $X_EXTRA_LIBS $LIBS"
Alexandre Julliard25e9e4f2009-08-10 14:27:28 +02008101 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
Alexandre Julliarde24bcc72002-12-24 00:35:19 +00008102/* end confdefs.h. */
Alexandre Julliardf5818d22002-02-14 19:47:29 +00008103
Alexandre Julliardfc6ffb22006-05-25 20:08:12 +02008104/* Override any GCC internal prototype to avoid an error.
8105 Use char because int might match the return type of a GCC
8106 builtin and then its argument prototype would still apply. */
Alexandre Julliardf5818d22002-02-14 19:47:29 +00008107#ifdef __cplusplus
8108extern "C"
8109#endif
Alexandre Julliardf5818d22002-02-14 19:47:29 +00008110char XF86VidModeQueryExtension ();
8111int
8112main ()
8113{
Alexandre Julliardfc6ffb22006-05-25 20:08:12 +02008114return XF86VidModeQueryExtension ();
Alexandre Julliardf5818d22002-02-14 19:47:29 +00008115 ;
8116 return 0;
8117}
8118_ACEOF
Alexandre Julliard25e9e4f2009-08-10 14:27:28 +02008119if ac_fn_c_try_link "$LINENO"; then :
Francois Gougeta49beb42008-06-26 14:02:17 +02008120 case "$LIBEXT" in
8121 dll) ;;
8122 dylib) ac_cv_lib_soname_Xxf86vm=`otool -L conftest$ac_exeext | grep "libXxf86vm\\.[0-9A-Za-z.]*dylib" | sed -e "s/^.*\/\(libXxf86vm\.[0-9A-Za-z.]*dylib\).*$/\1/"';2,$d'` ;;
8123 *) ac_cv_lib_soname_Xxf86vm=`$ac_cv_path_LDD conftest$ac_exeext | grep "libXxf86vm\\.$LIBEXT" | sed -e "s/^.*\(libXxf86vm\.$LIBEXT[^ ]*\).*$/\1/"';2,$d'` ;;
8124 esac
Patrik Stridvall24110281999-02-04 10:09:54 +00008125fi
Alexandre Julliard25e9e4f2009-08-10 14:27:28 +02008126rm -f core conftest.err conftest.$ac_objext \
8127 conftest$ac_exeext conftest.$ac_ext
Francois Gougeta49beb42008-06-26 14:02:17 +02008128 LIBS=$ac_check_soname_save_LIBS
Alexandre Julliardf5818d22002-02-14 19:47:29 +00008129fi
Alexandre Julliard25e9e4f2009-08-10 14:27:28 +02008130if test "x$ac_cv_lib_soname_Xxf86vm" = "x"; then :
8131 { $as_echo "$as_me:${as_lineno-$LINENO}: result: not found" >&5
Alexandre Julliardabf50482008-10-31 12:56:53 +01008132$as_echo "not found" >&6; }
Patrik Stridvall24110281999-02-04 10:09:54 +00008133
Francois Gougeta49beb42008-06-26 14:02:17 +02008134else
Alexandre Julliard25e9e4f2009-08-10 14:27:28 +02008135 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_soname_Xxf86vm" >&5
Alexandre Julliardabf50482008-10-31 12:56:53 +01008136$as_echo "$ac_cv_lib_soname_Xxf86vm" >&6; }
Francois Gougeta49beb42008-06-26 14:02:17 +02008137
8138cat >>confdefs.h <<_ACEOF
8139#define SONAME_LIBXXF86VM "$ac_cv_lib_soname_Xxf86vm"
Alexandre Julliarddaa28862002-04-11 21:54:01 +00008140_ACEOF
John R. Sheetsf2b77cc2000-05-23 21:18:51 +00008141
Alexandre Julliardf5818d22002-02-14 19:47:29 +00008142
Patrik Stridvall24110281999-02-04 10:09:54 +00008143fi
Alexandre Julliard255b4862003-10-15 04:09:55 +00008144 fi
Alexandre Julliard25e9e4f2009-08-10 14:27:28 +02008145 if test "x$ac_cv_lib_soname_Xxf86vm" = "x"; then :
Francois Gougeta49beb42008-06-26 14:02:17 +02008146 case "x$with_xxf86vm" in
Alexandre Julliard93f094c2008-10-22 13:16:54 +02008147 x) wine_notices="$wine_notices|libXxf86vm ${notice_platform}development files not found, XFree86 Vidmode won't be supported." ;;
Alexandre Julliarda41f0f12008-01-07 14:51:44 +01008148 xno) ;;
Alexandre Julliard25e9e4f2009-08-10 14:27:28 +02008149 *) as_fn_error "libXxf86vm ${notice_platform}development files not found, XFree86 Vidmode won't be supported.
8150This is an error since --with-xxf86vm was requested." "$LINENO" 5 ;;
Alexandre Julliarda41f0f12008-01-07 14:51:44 +01008151esac
Alexandre Julliardf9dec942007-07-10 15:14:15 +02008152fi
8153
Alexandre Julliarda8518542007-07-09 22:43:45 +02008154 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"
Alexandre Julliard629639e2007-07-04 12:47:57 +02008155 then
Alexandre Julliard25e9e4f2009-08-10 14:27:28 +02008156 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for -lXrender" >&5
Alexandre Julliardabf50482008-10-31 12:56:53 +01008157$as_echo_n "checking for -lXrender... " >&6; }
Alexandre Julliard25e9e4f2009-08-10 14:27:28 +02008158if test "${ac_cv_lib_soname_Xrender+set}" = set; then :
Alexandre Julliardabf50482008-10-31 12:56:53 +01008159 $as_echo_n "(cached) " >&6
Alexandre Julliard629639e2007-07-04 12:47:57 +02008160else
8161 ac_check_soname_save_LIBS=$LIBS
Alexandre Julliardfd03c502009-08-17 15:11:08 +02008162LIBS="-lXrender $X_LIBS $XLIB $X_EXTRA_LIBS $LIBS"
Alexandre Julliard25e9e4f2009-08-10 14:27:28 +02008163 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
Alexandre Julliard629639e2007-07-04 12:47:57 +02008164/* end confdefs.h. */
8165
8166/* Override any GCC internal prototype to avoid an error.
8167 Use char because int might match the return type of a GCC
8168 builtin and then its argument prototype would still apply. */
8169#ifdef __cplusplus
8170extern "C"
8171#endif
8172char XRenderQueryExtension ();
8173int
8174main ()
8175{
8176return XRenderQueryExtension ();
8177 ;
8178 return 0;
8179}
8180_ACEOF
Alexandre Julliard25e9e4f2009-08-10 14:27:28 +02008181if ac_fn_c_try_link "$LINENO"; then :
Alexandre Julliard629639e2007-07-04 12:47:57 +02008182 case "$LIBEXT" in
8183 dll) ;;
8184 dylib) ac_cv_lib_soname_Xrender=`otool -L conftest$ac_exeext | grep "libXrender\\.[0-9A-Za-z.]*dylib" | sed -e "s/^.*\/\(libXrender\.[0-9A-Za-z.]*dylib\).*$/\1/"';2,$d'` ;;
8185 *) ac_cv_lib_soname_Xrender=`$ac_cv_path_LDD conftest$ac_exeext | grep "libXrender\\.$LIBEXT" | sed -e "s/^.*\(libXrender\.$LIBEXT[^ ]*\).*$/\1/"';2,$d'` ;;
8186 esac
Alexandre Julliard629639e2007-07-04 12:47:57 +02008187fi
Alexandre Julliard25e9e4f2009-08-10 14:27:28 +02008188rm -f core conftest.err conftest.$ac_objext \
8189 conftest$ac_exeext conftest.$ac_ext
Alexandre Julliard629639e2007-07-04 12:47:57 +02008190 LIBS=$ac_check_soname_save_LIBS
8191fi
Alexandre Julliard25e9e4f2009-08-10 14:27:28 +02008192if test "x$ac_cv_lib_soname_Xrender" = "x"; then :
8193 { $as_echo "$as_me:${as_lineno-$LINENO}: result: not found" >&5
Alexandre Julliardabf50482008-10-31 12:56:53 +01008194$as_echo "not found" >&6; }
Alexandre Julliard629639e2007-07-04 12:47:57 +02008195
8196else
Alexandre Julliard25e9e4f2009-08-10 14:27:28 +02008197 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_soname_Xrender" >&5
Alexandre Julliardabf50482008-10-31 12:56:53 +01008198$as_echo "$ac_cv_lib_soname_Xrender" >&6; }
Alexandre Julliard629639e2007-07-04 12:47:57 +02008199
8200cat >>confdefs.h <<_ACEOF
8201#define SONAME_LIBXRENDER "$ac_cv_lib_soname_Xrender"
8202_ACEOF
8203
Alexandre Julliard25e9e4f2009-08-10 14:27:28 +02008204 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for XRenderSetPictureTransform in -lXrender" >&5
Alexandre Julliardabf50482008-10-31 12:56:53 +01008205$as_echo_n "checking for XRenderSetPictureTransform in -lXrender... " >&6; }
Alexandre Julliard25e9e4f2009-08-10 14:27:28 +02008206if test "${ac_cv_lib_Xrender_XRenderSetPictureTransform+set}" = set; then :
Alexandre Julliardabf50482008-10-31 12:56:53 +01008207 $as_echo_n "(cached) " >&6
Alexandre Julliard629639e2007-07-04 12:47:57 +02008208else
8209 ac_check_lib_save_LIBS=$LIBS
Alexandre Julliardfd03c502009-08-17 15:11:08 +02008210LIBS="-lXrender $X_LIBS $XLIB $X_EXTRA_LIBS $LIBS"
Alexandre Julliard25e9e4f2009-08-10 14:27:28 +02008211cat confdefs.h - <<_ACEOF >conftest.$ac_ext
Alexandre Julliard629639e2007-07-04 12:47:57 +02008212/* end confdefs.h. */
8213
8214/* Override any GCC internal prototype to avoid an error.
8215 Use char because int might match the return type of a GCC
8216 builtin and then its argument prototype would still apply. */
8217#ifdef __cplusplus
8218extern "C"
8219#endif
8220char XRenderSetPictureTransform ();
8221int
8222main ()
8223{
8224return XRenderSetPictureTransform ();
8225 ;
8226 return 0;
8227}
8228_ACEOF
Alexandre Julliard25e9e4f2009-08-10 14:27:28 +02008229if ac_fn_c_try_link "$LINENO"; then :
Alexandre Julliard629639e2007-07-04 12:47:57 +02008230 ac_cv_lib_Xrender_XRenderSetPictureTransform=yes
8231else
Alexandre Julliard25e9e4f2009-08-10 14:27:28 +02008232 ac_cv_lib_Xrender_XRenderSetPictureTransform=no
Alexandre Julliard629639e2007-07-04 12:47:57 +02008233fi
Alexandre Julliard25e9e4f2009-08-10 14:27:28 +02008234rm -f core conftest.err conftest.$ac_objext \
8235 conftest$ac_exeext conftest.$ac_ext
Alexandre Julliard629639e2007-07-04 12:47:57 +02008236LIBS=$ac_check_lib_save_LIBS
8237fi
Alexandre Julliard25e9e4f2009-08-10 14:27:28 +02008238{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_Xrender_XRenderSetPictureTransform" >&5
Alexandre Julliardabf50482008-10-31 12:56:53 +01008239$as_echo "$ac_cv_lib_Xrender_XRenderSetPictureTransform" >&6; }
Alexandre Julliard25e9e4f2009-08-10 14:27:28 +02008240if test "x$ac_cv_lib_Xrender_XRenderSetPictureTransform" = x""yes; then :
Alexandre Julliard629639e2007-07-04 12:47:57 +02008241
Alexandre Julliard25e9e4f2009-08-10 14:27:28 +02008242$as_echo "#define HAVE_XRENDERSETPICTURETRANSFORM 1" >>confdefs.h
Alexandre Julliard629639e2007-07-04 12:47:57 +02008243
8244fi
8245
8246fi
8247
Alexandre Julliard629639e2007-07-04 12:47:57 +02008248 fi
Alexandre Julliard25e9e4f2009-08-10 14:27:28 +02008249 if test "x$ac_cv_lib_soname_Xrender" = "x"; then :
Alexandre Julliarda41f0f12008-01-07 14:51:44 +01008250 case "x$with_xrender" in
Alexandre Julliard93f094c2008-10-22 13:16:54 +02008251 x) wine_warnings="$wine_warnings|libxrender ${notice_platform}development files not found, XRender won't be supported." ;;
Alexandre Julliarda41f0f12008-01-07 14:51:44 +01008252 xno) ;;
Alexandre Julliard25e9e4f2009-08-10 14:27:28 +02008253 *) as_fn_error "libxrender ${notice_platform}development files not found, XRender won't be supported.
8254This is an error since --with-xrender was requested." "$LINENO" 5 ;;
Alexandre Julliarda41f0f12008-01-07 14:51:44 +01008255esac
Alexandre Julliardf9dec942007-07-10 15:14:15 +02008256fi
8257
Alexandre Julliard629639e2007-07-04 12:47:57 +02008258 if test "$ac_cv_header_X11_extensions_Xrandr_h" = "yes" -a "x$ac_cv_lib_soname_Xrender" != "x"
Alexandre Julliard255b4862003-10-15 04:09:55 +00008259 then
Alexandre Julliard25e9e4f2009-08-10 14:27:28 +02008260 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
Alex Pasadyn8f174bc2003-10-15 03:28:04 +00008261/* end confdefs.h. */
Mike McCormackc7c9f932004-04-07 03:57:35 +00008262#include <X11/Xlib.h>
8263#include <X11/extensions/Xrandr.h>
Alex Pasadyn8f174bc2003-10-15 03:28:04 +00008264int
8265main ()
8266{
Mike McCormackc7c9f932004-04-07 03:57:35 +00008267static typeof(XRRSetScreenConfigAndRate) * func;
Alex Pasadyn8f174bc2003-10-15 03:28:04 +00008268 ;
8269 return 0;
8270}
8271_ACEOF
Alexandre Julliard25e9e4f2009-08-10 14:27:28 +02008272if ac_fn_c_try_compile "$LINENO"; then :
8273 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for -lXrandr" >&5
Alexandre Julliardabf50482008-10-31 12:56:53 +01008274$as_echo_n "checking for -lXrandr... " >&6; }
Alexandre Julliard25e9e4f2009-08-10 14:27:28 +02008275if test "${ac_cv_lib_soname_Xrandr+set}" = set; then :
Alexandre Julliardabf50482008-10-31 12:56:53 +01008276 $as_echo_n "(cached) " >&6
Alexandre Julliardaf928ec2007-07-04 12:45:03 +02008277else
8278 ac_check_soname_save_LIBS=$LIBS
Alexandre Julliardfd03c502009-08-17 15:11:08 +02008279LIBS="-lXrandr $X_LIBS $XLIB $X_EXTRA_LIBS $LIBS"
Alexandre Julliard25e9e4f2009-08-10 14:27:28 +02008280 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
Alexandre Julliardaf928ec2007-07-04 12:45:03 +02008281/* end confdefs.h. */
8282
8283/* Override any GCC internal prototype to avoid an error.
8284 Use char because int might match the return type of a GCC
8285 builtin and then its argument prototype would still apply. */
8286#ifdef __cplusplus
8287extern "C"
8288#endif
8289char XRRQueryExtension ();
8290int
8291main ()
8292{
8293return XRRQueryExtension ();
8294 ;
8295 return 0;
8296}
8297_ACEOF
Alexandre Julliard25e9e4f2009-08-10 14:27:28 +02008298if ac_fn_c_try_link "$LINENO"; then :
Alexandre Julliardaf928ec2007-07-04 12:45:03 +02008299 case "$LIBEXT" in
8300 dll) ;;
8301 dylib) ac_cv_lib_soname_Xrandr=`otool -L conftest$ac_exeext | grep "libXrandr\\.[0-9A-Za-z.]*dylib" | sed -e "s/^.*\/\(libXrandr\.[0-9A-Za-z.]*dylib\).*$/\1/"';2,$d'` ;;
8302 *) ac_cv_lib_soname_Xrandr=`$ac_cv_path_LDD conftest$ac_exeext | grep "libXrandr\\.$LIBEXT" | sed -e "s/^.*\(libXrandr\.$LIBEXT[^ ]*\).*$/\1/"';2,$d'` ;;
8303 esac
Alexandre Julliardaf928ec2007-07-04 12:45:03 +02008304fi
Alexandre Julliard25e9e4f2009-08-10 14:27:28 +02008305rm -f core conftest.err conftest.$ac_objext \
8306 conftest$ac_exeext conftest.$ac_ext
Alexandre Julliardaf928ec2007-07-04 12:45:03 +02008307 LIBS=$ac_check_soname_save_LIBS
8308fi
Alexandre Julliard25e9e4f2009-08-10 14:27:28 +02008309if test "x$ac_cv_lib_soname_Xrandr" = "x"; then :
8310 { $as_echo "$as_me:${as_lineno-$LINENO}: result: not found" >&5
Alexandre Julliardabf50482008-10-31 12:56:53 +01008311$as_echo "not found" >&6; }
Alexandre Julliardaf928ec2007-07-04 12:45:03 +02008312
8313else
Alexandre Julliard25e9e4f2009-08-10 14:27:28 +02008314 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_soname_Xrandr" >&5
Alexandre Julliardabf50482008-10-31 12:56:53 +01008315$as_echo "$ac_cv_lib_soname_Xrandr" >&6; }
Alexandre Julliardaf928ec2007-07-04 12:45:03 +02008316
8317cat >>confdefs.h <<_ACEOF
8318#define SONAME_LIBXRANDR "$ac_cv_lib_soname_Xrandr"
8319_ACEOF
8320
8321
8322fi
Alex Pasadyn8f174bc2003-10-15 03:28:04 +00008323fi
Jeremy White0ebeb532006-06-20 13:18:41 +02008324rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
Alexandre Julliard255b4862003-10-15 04:09:55 +00008325 fi
Alexandre Julliard25e9e4f2009-08-10 14:27:28 +02008326 if test "x$ac_cv_lib_soname_Xrandr" = "x"; then :
Alexandre Julliarda41f0f12008-01-07 14:51:44 +01008327 case "x$with_xrandr" in
Alexandre Julliard93f094c2008-10-22 13:16:54 +02008328 x) wine_notices="$wine_notices|libxrandr ${notice_platform}development files not found, XRandr won't be supported." ;;
Alexandre Julliarda41f0f12008-01-07 14:51:44 +01008329 xno) ;;
Alexandre Julliard25e9e4f2009-08-10 14:27:28 +02008330 *) as_fn_error "libxrandr ${notice_platform}development files not found, XRandr won't be supported.
8331This is an error since --with-xrandr was requested." "$LINENO" 5 ;;
Alexandre Julliarda41f0f12008-01-07 14:51:44 +01008332esac
Alexandre Julliardf9dec942007-07-10 15:14:15 +02008333fi
8334
Alexandre Julliard7d00b052006-10-23 13:46:34 +02008335 if test "$ac_cv_header_X11_extensions_Xinerama_h" = "yes"
8336 then
Alexandre Julliard25e9e4f2009-08-10 14:27:28 +02008337 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
Alexandre Julliard7d00b052006-10-23 13:46:34 +02008338/* end confdefs.h. */
8339#include <X11/Xlib.h>
8340#include <X11/extensions/Xinerama.h>
8341int
8342main ()
8343{
8344static typeof(XineramaQueryScreens) * func;
8345 ;
8346 return 0;
8347}
8348_ACEOF
Alexandre Julliard25e9e4f2009-08-10 14:27:28 +02008349if ac_fn_c_try_compile "$LINENO"; then :
8350 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for -lXinerama" >&5
Alexandre Julliardabf50482008-10-31 12:56:53 +01008351$as_echo_n "checking for -lXinerama... " >&6; }
Alexandre Julliard25e9e4f2009-08-10 14:27:28 +02008352if test "${ac_cv_lib_soname_Xinerama+set}" = set; then :
Alexandre Julliardabf50482008-10-31 12:56:53 +01008353 $as_echo_n "(cached) " >&6
Alexandre Julliard35d2fd72007-07-04 12:48:50 +02008354else
8355 ac_check_soname_save_LIBS=$LIBS
Alexandre Julliardfd03c502009-08-17 15:11:08 +02008356LIBS="-lXinerama $X_LIBS $XLIB $X_EXTRA_LIBS $LIBS"
Alexandre Julliard25e9e4f2009-08-10 14:27:28 +02008357 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
Alexandre Julliard35d2fd72007-07-04 12:48:50 +02008358/* end confdefs.h. */
8359
8360/* Override any GCC internal prototype to avoid an error.
8361 Use char because int might match the return type of a GCC
8362 builtin and then its argument prototype would still apply. */
8363#ifdef __cplusplus
8364extern "C"
8365#endif
8366char XineramaQueryScreens ();
8367int
8368main ()
8369{
8370return XineramaQueryScreens ();
8371 ;
8372 return 0;
8373}
8374_ACEOF
Alexandre Julliard25e9e4f2009-08-10 14:27:28 +02008375if ac_fn_c_try_link "$LINENO"; then :
Alexandre Julliard35d2fd72007-07-04 12:48:50 +02008376 case "$LIBEXT" in
8377 dll) ;;
8378 dylib) ac_cv_lib_soname_Xinerama=`otool -L conftest$ac_exeext | grep "libXinerama\\.[0-9A-Za-z.]*dylib" | sed -e "s/^.*\/\(libXinerama\.[0-9A-Za-z.]*dylib\).*$/\1/"';2,$d'` ;;
8379 *) ac_cv_lib_soname_Xinerama=`$ac_cv_path_LDD conftest$ac_exeext | grep "libXinerama\\.$LIBEXT" | sed -e "s/^.*\(libXinerama\.$LIBEXT[^ ]*\).*$/\1/"';2,$d'` ;;
8380 esac
Alexandre Julliard35d2fd72007-07-04 12:48:50 +02008381fi
Alexandre Julliard25e9e4f2009-08-10 14:27:28 +02008382rm -f core conftest.err conftest.$ac_objext \
8383 conftest$ac_exeext conftest.$ac_ext
Alexandre Julliard35d2fd72007-07-04 12:48:50 +02008384 LIBS=$ac_check_soname_save_LIBS
8385fi
Alexandre Julliard25e9e4f2009-08-10 14:27:28 +02008386if test "x$ac_cv_lib_soname_Xinerama" = "x"; then :
8387 { $as_echo "$as_me:${as_lineno-$LINENO}: result: not found" >&5
Alexandre Julliardabf50482008-10-31 12:56:53 +01008388$as_echo "not found" >&6; }
Alexandre Julliard35d2fd72007-07-04 12:48:50 +02008389
8390else
Alexandre Julliard25e9e4f2009-08-10 14:27:28 +02008391 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_soname_Xinerama" >&5
Alexandre Julliardabf50482008-10-31 12:56:53 +01008392$as_echo "$ac_cv_lib_soname_Xinerama" >&6; }
Alexandre Julliard35d2fd72007-07-04 12:48:50 +02008393
8394cat >>confdefs.h <<_ACEOF
8395#define SONAME_LIBXINERAMA "$ac_cv_lib_soname_Xinerama"
8396_ACEOF
8397
8398
8399fi
Alexandre Julliard7d00b052006-10-23 13:46:34 +02008400fi
Alexandre Julliard7d00b052006-10-23 13:46:34 +02008401rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
8402 fi
Alexandre Julliard25e9e4f2009-08-10 14:27:28 +02008403 if test "x$ac_cv_lib_soname_Xinerama" = "x"; then :
Alexandre Julliarda41f0f12008-01-07 14:51:44 +01008404 case "x$with_xinerama" in
Alexandre Julliard93f094c2008-10-22 13:16:54 +02008405 x) wine_notices="$wine_notices|libxinerama ${notice_platform}development files not found, multi-monitor setups won't be supported." ;;
Alexandre Julliarda41f0f12008-01-07 14:51:44 +01008406 xno) ;;
Alexandre Julliard25e9e4f2009-08-10 14:27:28 +02008407 *) as_fn_error "libxinerama ${notice_platform}development files not found, multi-monitor setups won't be supported.
8408This is an error since --with-xinerama was requested." "$LINENO" 5 ;;
Alexandre Julliarda41f0f12008-01-07 14:51:44 +01008409esac
Alexandre Julliardf9dec942007-07-10 15:14:15 +02008410fi
8411
Chris Robinson42584652007-09-22 18:19:08 -07008412 if test "$ac_cv_header_X11_extensions_Xcomposite_h" = "yes"
8413 then
Alexandre Julliard25e9e4f2009-08-10 14:27:28 +02008414 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for -lXcomposite" >&5
Alexandre Julliardabf50482008-10-31 12:56:53 +01008415$as_echo_n "checking for -lXcomposite... " >&6; }
Alexandre Julliard25e9e4f2009-08-10 14:27:28 +02008416if test "${ac_cv_lib_soname_Xcomposite+set}" = set; then :
Alexandre Julliardabf50482008-10-31 12:56:53 +01008417 $as_echo_n "(cached) " >&6
Chris Robinson42584652007-09-22 18:19:08 -07008418else
8419 ac_check_soname_save_LIBS=$LIBS
Alexandre Julliardfd03c502009-08-17 15:11:08 +02008420LIBS="-lXcomposite $X_LIBS $XLIB $X_EXTRA_LIBS $LIBS"
Alexandre Julliard25e9e4f2009-08-10 14:27:28 +02008421 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
Chris Robinson42584652007-09-22 18:19:08 -07008422/* end confdefs.h. */
8423
8424/* Override any GCC internal prototype to avoid an error.
8425 Use char because int might match the return type of a GCC
8426 builtin and then its argument prototype would still apply. */
8427#ifdef __cplusplus
8428extern "C"
8429#endif
8430char XCompositeRedirectWindow ();
8431int
8432main ()
8433{
8434return XCompositeRedirectWindow ();
8435 ;
8436 return 0;
8437}
8438_ACEOF
Alexandre Julliard25e9e4f2009-08-10 14:27:28 +02008439if ac_fn_c_try_link "$LINENO"; then :
Chris Robinson42584652007-09-22 18:19:08 -07008440 case "$LIBEXT" in
8441 dll) ;;
8442 dylib) ac_cv_lib_soname_Xcomposite=`otool -L conftest$ac_exeext | grep "libXcomposite\\.[0-9A-Za-z.]*dylib" | sed -e "s/^.*\/\(libXcomposite\.[0-9A-Za-z.]*dylib\).*$/\1/"';2,$d'` ;;
8443 *) ac_cv_lib_soname_Xcomposite=`$ac_cv_path_LDD conftest$ac_exeext | grep "libXcomposite\\.$LIBEXT" | sed -e "s/^.*\(libXcomposite\.$LIBEXT[^ ]*\).*$/\1/"';2,$d'` ;;
8444 esac
Chris Robinson42584652007-09-22 18:19:08 -07008445fi
Alexandre Julliard25e9e4f2009-08-10 14:27:28 +02008446rm -f core conftest.err conftest.$ac_objext \
8447 conftest$ac_exeext conftest.$ac_ext
Chris Robinson42584652007-09-22 18:19:08 -07008448 LIBS=$ac_check_soname_save_LIBS
8449fi
Alexandre Julliard25e9e4f2009-08-10 14:27:28 +02008450if test "x$ac_cv_lib_soname_Xcomposite" = "x"; then :
8451 { $as_echo "$as_me:${as_lineno-$LINENO}: result: not found" >&5
Alexandre Julliardabf50482008-10-31 12:56:53 +01008452$as_echo "not found" >&6; }
Chris Robinson42584652007-09-22 18:19:08 -07008453
8454else
Alexandre Julliard25e9e4f2009-08-10 14:27:28 +02008455 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_soname_Xcomposite" >&5
Alexandre Julliardabf50482008-10-31 12:56:53 +01008456$as_echo "$ac_cv_lib_soname_Xcomposite" >&6; }
Chris Robinson42584652007-09-22 18:19:08 -07008457
8458cat >>confdefs.h <<_ACEOF
8459#define SONAME_LIBXCOMPOSITE "$ac_cv_lib_soname_Xcomposite"
8460_ACEOF
8461
8462
8463fi
Chris Robinson42584652007-09-22 18:19:08 -07008464 fi
Alexandre Julliard25e9e4f2009-08-10 14:27:28 +02008465 if test "x$ac_cv_lib_soname_Xcomposite" = "x"; then :
Alexandre Julliarda41f0f12008-01-07 14:51:44 +01008466 case "x$with_xcomposite" in
Alexandre Julliard93f094c2008-10-22 13:16:54 +02008467 x) wine_notices="$wine_notices|libxcomposite ${notice_platform}development files not found, Xcomposite won't be supported." ;;
Alexandre Julliarda41f0f12008-01-07 14:51:44 +01008468 xno) ;;
Alexandre Julliard25e9e4f2009-08-10 14:27:28 +02008469 *) as_fn_error "libxcomposite ${notice_platform}development files not found, Xcomposite won't be supported.
8470This is an error since --with-xcomposite was requested." "$LINENO" 5 ;;
Alexandre Julliarda41f0f12008-01-07 14:51:44 +01008471esac
Chris Robinson42584652007-09-22 18:19:08 -07008472fi
8473
Alexandre Julliard25e9e4f2009-08-10 14:27:28 +02008474 ac_fn_c_check_member "$LINENO" "XICCallback" "callback" "ac_cv_member_XICCallback_callback" "#ifdef HAVE_X11_XLIB_H
Kusanagi Kouichi75e40222008-04-16 00:34:54 +09008475#include <X11/Xlib.h>
8476#endif
Alexandre Julliard25e9e4f2009-08-10 14:27:28 +02008477"
8478if test "x$ac_cv_member_XICCallback_callback" = x""yes; then :
Kusanagi Kouichi75e40222008-04-16 00:34:54 +09008479
8480cat >>confdefs.h <<_ACEOF
8481#define HAVE_XICCALLBACK_CALLBACK 1
8482_ACEOF
8483
8484
8485fi
8486
8487
Alexandre Julliard7d00b052006-10-23 13:46:34 +02008488
Alexandre Julliarda41f0f12008-01-07 14:51:44 +01008489 opengl_msg=""
8490 if test "x$with_opengl" != "xno"
Lionel Ulmerfbc15b12000-04-29 14:23:22 +00008491 then
Alexandre Julliard25e9e4f2009-08-10 14:27:28 +02008492 for ac_header in GL/gl.h GL/glx.h GL/glu.h
8493do :
8494 as_ac_Header=`$as_echo "ac_cv_header_$ac_header" | $as_tr_sh`
8495ac_fn_c_check_header_compile "$LINENO" "$ac_header" "$as_ac_Header" "#ifdef HAVE_GL_GLX_H
Alexandre Julliard73482142005-08-03 19:21:04 +00008496# include <GL/glx.h>
8497#endif
Alexandre Julliard25e9e4f2009-08-10 14:27:28 +02008498"
8499eval as_val=\$$as_ac_Header
8500 if test "x$as_val" = x""yes; then :
Alexandre Julliarddaa28862002-04-11 21:54:01 +00008501 cat >>confdefs.h <<_ACEOF
Alexandre Julliardabf50482008-10-31 12:56:53 +01008502#define `$as_echo "HAVE_$ac_header" | $as_tr_cpp` 1
Alexandre Julliarddaa28862002-04-11 21:54:01 +00008503_ACEOF
8504
8505fi
8506
8507done
8508
Alexandre Julliard73482142005-08-03 19:21:04 +00008509 if test "$ac_cv_header_GL_gl_h" = "yes" -a "$ac_cv_header_GL_glx_h" = "yes"
8510 then
Alexandre Julliard25e9e4f2009-08-10 14:27:28 +02008511 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for up-to-date OpenGL version" >&5
Alexandre Julliardabf50482008-10-31 12:56:53 +01008512$as_echo_n "checking for up-to-date OpenGL version... " >&6; }
Alexandre Julliard25e9e4f2009-08-10 14:27:28 +02008513if test "${wine_cv_opengl_header_version_OK+set}" = set; then :
Alexandre Julliardabf50482008-10-31 12:56:53 +01008514 $as_echo_n "(cached) " >&6
Lionel Ulmer5c085701999-02-28 19:48:53 +00008515else
Alexandre Julliard25e9e4f2009-08-10 14:27:28 +02008516 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
Alexandre Julliarde24bcc72002-12-24 00:35:19 +00008517/* end confdefs.h. */
Lionel Ulmer5c085701999-02-28 19:48:53 +00008518#include <GL/gl.h>
Alexandre Julliardf5818d22002-02-14 19:47:29 +00008519int
8520main ()
8521{
Lionel Ulmer5c085701999-02-28 19:48:53 +00008522GLenum test = GL_UNSIGNED_SHORT_5_6_5;
Alexandre Julliardf5818d22002-02-14 19:47:29 +00008523 ;
8524 return 0;
8525}
8526_ACEOF
Alexandre Julliard25e9e4f2009-08-10 14:27:28 +02008527if ac_fn_c_try_compile "$LINENO"; then :
Roderick Colenbranderbc66d7e2006-08-24 01:11:27 +02008528 wine_cv_opengl_header_version_OK="yes"
Lionel Ulmer5c085701999-02-28 19:48:53 +00008529else
Alexandre Julliard25e9e4f2009-08-10 14:27:28 +02008530 wine_cv_opengl_header_version_OK="no"
Alexandre Julliardf5818d22002-02-14 19:47:29 +00008531fi
Jeremy White0ebeb532006-06-20 13:18:41 +02008532rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
Alexandre Julliardf5818d22002-02-14 19:47:29 +00008533fi
Alexandre Julliard25e9e4f2009-08-10 14:27:28 +02008534{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $wine_cv_opengl_header_version_OK" >&5
Alexandre Julliardabf50482008-10-31 12:56:53 +01008535$as_echo "$wine_cv_opengl_header_version_OK" >&6; }
Alexandre Julliardf5818d22002-02-14 19:47:29 +00008536
Alexandre Julliardcc6a08c2006-08-24 14:34:22 +02008537 if test "$wine_cv_opengl_header_version_OK" = "yes"
Lionel Ulmerfbc15b12000-04-29 14:23:22 +00008538 then
Alexandre Julliard25e9e4f2009-08-10 14:27:28 +02008539 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for -lGL" >&5
Alexandre Julliardabf50482008-10-31 12:56:53 +01008540$as_echo_n "checking for -lGL... " >&6; }
Alexandre Julliard25e9e4f2009-08-10 14:27:28 +02008541if test "${ac_cv_lib_soname_GL+set}" = set; then :
Alexandre Julliardabf50482008-10-31 12:56:53 +01008542 $as_echo_n "(cached) " >&6
Patrik Stridvall24110281999-02-04 10:09:54 +00008543else
Alexandre Julliard31353e12007-07-04 12:44:12 +02008544 ac_check_soname_save_LIBS=$LIBS
Alexandre Julliardfd03c502009-08-17 15:11:08 +02008545LIBS="-lGL $X_LIBS $XLIB -lm $X_EXTRA_LIBS $LIBS"
Alexandre Julliard25e9e4f2009-08-10 14:27:28 +02008546 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
Alexandre Julliarde24bcc72002-12-24 00:35:19 +00008547/* end confdefs.h. */
Alexandre Julliardf5818d22002-02-14 19:47:29 +00008548
Alexandre Julliardfc6ffb22006-05-25 20:08:12 +02008549/* Override any GCC internal prototype to avoid an error.
8550 Use char because int might match the return type of a GCC
8551 builtin and then its argument prototype would still apply. */
Alexandre Julliardf5818d22002-02-14 19:47:29 +00008552#ifdef __cplusplus
8553extern "C"
8554#endif
Alexandre Julliardf5818d22002-02-14 19:47:29 +00008555char glXCreateContext ();
8556int
8557main ()
8558{
Alexandre Julliardfc6ffb22006-05-25 20:08:12 +02008559return glXCreateContext ();
Alexandre Julliardf5818d22002-02-14 19:47:29 +00008560 ;
8561 return 0;
8562}
8563_ACEOF
Alexandre Julliard25e9e4f2009-08-10 14:27:28 +02008564if ac_fn_c_try_link "$LINENO"; then :
Alexandre Julliard31353e12007-07-04 12:44:12 +02008565 case "$LIBEXT" in
8566 dll) ;;
8567 dylib) ac_cv_lib_soname_GL=`otool -L conftest$ac_exeext | grep "libGL\\.[0-9A-Za-z.]*dylib" | sed -e "s/^.*\/\(libGL\.[0-9A-Za-z.]*dylib\).*$/\1/"';2,$d'` ;;
8568 *) ac_cv_lib_soname_GL=`$ac_cv_path_LDD conftest$ac_exeext | grep "libGL\\.$LIBEXT" | sed -e "s/^.*\(libGL\.$LIBEXT[^ ]*\).*$/\1/"';2,$d'` ;;
8569 esac
Patrik Stridvall24110281999-02-04 10:09:54 +00008570fi
Alexandre Julliard25e9e4f2009-08-10 14:27:28 +02008571rm -f core conftest.err conftest.$ac_objext \
8572 conftest$ac_exeext conftest.$ac_ext
Alexandre Julliard31353e12007-07-04 12:44:12 +02008573 LIBS=$ac_check_soname_save_LIBS
Patrik Stridvall24110281999-02-04 10:09:54 +00008574fi
Alexandre Julliard25e9e4f2009-08-10 14:27:28 +02008575if test "x$ac_cv_lib_soname_GL" = "x"; then :
8576 { $as_echo "$as_me:${as_lineno-$LINENO}: result: not found" >&5
Alexandre Julliardabf50482008-10-31 12:56:53 +01008577$as_echo "not found" >&6; }
Alexandre Julliard25e9e4f2009-08-10 14:27:28 +02008578 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for -lGL" >&5
Alexandre Julliardabf50482008-10-31 12:56:53 +01008579$as_echo_n "checking for -lGL... " >&6; }
Alexandre Julliard25e9e4f2009-08-10 14:27:28 +02008580if test "${ac_cv_lib_soname_GL+set}" = set; then :
Alexandre Julliardabf50482008-10-31 12:56:53 +01008581 $as_echo_n "(cached) " >&6
Francois Gougetd701ee22007-12-18 10:17:20 +01008582else
8583 ac_check_soname_save_LIBS=$LIBS
Alexandre Julliardfd03c502009-08-17 15:11:08 +02008584LIBS="-lGL $X_LIBS $XLIB -lm $X_EXTRA_LIBS -dylib_file /System/Library/Frameworks/OpenGL.framework/Versions/A/Libraries/libGL.dylib:/System/Library/Frameworks/OpenGL.framework/Versions/A/Libraries/libGL.dylib $LIBS"
Alexandre Julliard25e9e4f2009-08-10 14:27:28 +02008585 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
Francois Gougetd701ee22007-12-18 10:17:20 +01008586/* end confdefs.h. */
8587
8588/* Override any GCC internal prototype to avoid an error.
8589 Use char because int might match the return type of a GCC
8590 builtin and then its argument prototype would still apply. */
8591#ifdef __cplusplus
8592extern "C"
8593#endif
8594char glXCreateContext ();
8595int
8596main ()
8597{
8598return glXCreateContext ();
8599 ;
8600 return 0;
8601}
8602_ACEOF
Alexandre Julliard25e9e4f2009-08-10 14:27:28 +02008603if ac_fn_c_try_link "$LINENO"; then :
Francois Gougetd701ee22007-12-18 10:17:20 +01008604 case "$LIBEXT" in
8605 dll) ;;
8606 dylib) ac_cv_lib_soname_GL=`otool -L conftest$ac_exeext | grep "libGL\\.[0-9A-Za-z.]*dylib" | sed -e "s/^.*\/\(libGL\.[0-9A-Za-z.]*dylib\).*$/\1/"';2,$d'` ;;
8607 *) ac_cv_lib_soname_GL=`$ac_cv_path_LDD conftest$ac_exeext | grep "libGL\\.$LIBEXT" | sed -e "s/^.*\(libGL\.$LIBEXT[^ ]*\).*$/\1/"';2,$d'` ;;
8608 esac
Francois Gougetd701ee22007-12-18 10:17:20 +01008609fi
Alexandre Julliard25e9e4f2009-08-10 14:27:28 +02008610rm -f core conftest.err conftest.$ac_objext \
8611 conftest$ac_exeext conftest.$ac_ext
Francois Gougetd701ee22007-12-18 10:17:20 +01008612 LIBS=$ac_check_soname_save_LIBS
8613fi
Alexandre Julliard25e9e4f2009-08-10 14:27:28 +02008614if test "x$ac_cv_lib_soname_GL" = "x"; then :
8615 { $as_echo "$as_me:${as_lineno-$LINENO}: result: not found" >&5
Alexandre Julliardabf50482008-10-31 12:56:53 +01008616$as_echo "not found" >&6; }
Alexandre Julliardf9dec942007-07-10 15:14:15 +02008617 if test -f /usr/X11R6/lib/libGL.a
Francois Gougetd701ee22007-12-18 10:17:20 +01008618 then
Alexandre Julliarda41f0f12008-01-07 14:51:44 +01008619 opengl_msg="/usr/X11R6/lib/libGL.a is present on your system.
Alexandre Julliardf9dec942007-07-10 15:14:15 +02008620This probably prevents linking to OpenGL. Try deleting the file and restarting configure."
Francois Gougetd701ee22007-12-18 10:17:20 +01008621 else
Alexandre Julliarda41f0f12008-01-07 14:51:44 +01008622 opengl_msg="No OpenGL library found on this system."
Francois Gougetd701ee22007-12-18 10:17:20 +01008623 fi
8624else
Alexandre Julliard25e9e4f2009-08-10 14:27:28 +02008625 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_soname_GL" >&5
Alexandre Julliardabf50482008-10-31 12:56:53 +01008626$as_echo "$ac_cv_lib_soname_GL" >&6; }
Francois Gougetd701ee22007-12-18 10:17:20 +01008627
8628cat >>confdefs.h <<_ACEOF
8629#define SONAME_LIBGL "$ac_cv_lib_soname_GL"
8630_ACEOF
8631
8632 OPENGL_LIBS="-Xlinker -dylib_file -Xlinker /System/Library/Frameworks/OpenGL.framework/Versions/A/Libraries/libGL.dylib:/System/Library/Frameworks/OpenGL.framework/Versions/A/Libraries/libGL.dylib -lGL"
Francois Gougetd701ee22007-12-18 10:17:20 +01008633
Alexandre Julliard25e9e4f2009-08-10 14:27:28 +02008634$as_echo "#define HAVE_OPENGL 1" >>confdefs.h
Francois Gougetd701ee22007-12-18 10:17:20 +01008635
8636fi
Alexandre Julliard31353e12007-07-04 12:44:12 +02008637else
Alexandre Julliard25e9e4f2009-08-10 14:27:28 +02008638 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_soname_GL" >&5
Alexandre Julliardabf50482008-10-31 12:56:53 +01008639$as_echo "$ac_cv_lib_soname_GL" >&6; }
Alexandre Julliard31353e12007-07-04 12:44:12 +02008640
8641cat >>confdefs.h <<_ACEOF
8642#define SONAME_LIBGL "$ac_cv_lib_soname_GL"
8643_ACEOF
8644
8645 OPENGL_LIBS="-lGL"
Alexandre Julliardf5818d22002-02-14 19:47:29 +00008646
Alexandre Julliard25e9e4f2009-08-10 14:27:28 +02008647$as_echo "#define HAVE_OPENGL 1" >>confdefs.h
Marcus Meissner6bb6d4c2000-08-09 22:21:08 +00008648
Alexandre Julliardc84c4782006-09-22 09:36:12 +02008649fi
Alexandre Julliardad798732008-05-01 13:29:02 +02008650 if test "$ac_cv_header_GL_glu_h" = "yes"
8651 then
Alexandre Julliard25e9e4f2009-08-10 14:27:28 +02008652 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for -lGLU" >&5
Alexandre Julliardabf50482008-10-31 12:56:53 +01008653$as_echo_n "checking for -lGLU... " >&6; }
Alexandre Julliard25e9e4f2009-08-10 14:27:28 +02008654if test "${ac_cv_lib_soname_GLU+set}" = set; then :
Alexandre Julliardabf50482008-10-31 12:56:53 +01008655 $as_echo_n "(cached) " >&6
Marcus Meissnerb63ab442001-06-08 19:02:57 +00008656else
Alexandre Julliardad798732008-05-01 13:29:02 +02008657 ac_check_soname_save_LIBS=$LIBS
Alexandre Julliardfd03c502009-08-17 15:11:08 +02008658LIBS="-lGLU $OPENGL_LIBS $X_LIBS $X_PRE_LIBS $XLIB -lm $X_EXTRA_LIBS $LIBS"
Alexandre Julliard25e9e4f2009-08-10 14:27:28 +02008659 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
Alexandre Julliarde24bcc72002-12-24 00:35:19 +00008660/* end confdefs.h. */
Alexandre Julliardf5818d22002-02-14 19:47:29 +00008661
Alexandre Julliardfc6ffb22006-05-25 20:08:12 +02008662/* Override any GCC internal prototype to avoid an error.
8663 Use char because int might match the return type of a GCC
8664 builtin and then its argument prototype would still apply. */
Alexandre Julliardf5818d22002-02-14 19:47:29 +00008665#ifdef __cplusplus
8666extern "C"
8667#endif
Alexandre Julliardf5818d22002-02-14 19:47:29 +00008668char gluLookAt ();
8669int
8670main ()
8671{
Alexandre Julliardfc6ffb22006-05-25 20:08:12 +02008672return gluLookAt ();
Alexandre Julliardf5818d22002-02-14 19:47:29 +00008673 ;
8674 return 0;
8675}
8676_ACEOF
Alexandre Julliard25e9e4f2009-08-10 14:27:28 +02008677if ac_fn_c_try_link "$LINENO"; then :
Alexandre Julliardad798732008-05-01 13:29:02 +02008678 case "$LIBEXT" in
8679 dll) ;;
8680 dylib) ac_cv_lib_soname_GLU=`otool -L conftest$ac_exeext | grep "libGLU\\.[0-9A-Za-z.]*dylib" | sed -e "s/^.*\/\(libGLU\.[0-9A-Za-z.]*dylib\).*$/\1/"';2,$d'` ;;
8681 *) ac_cv_lib_soname_GLU=`$ac_cv_path_LDD conftest$ac_exeext | grep "libGLU\\.$LIBEXT" | sed -e "s/^.*\(libGLU\.$LIBEXT[^ ]*\).*$/\1/"';2,$d'` ;;
8682 esac
Marcus Meissnerb63ab442001-06-08 19:02:57 +00008683fi
Alexandre Julliard25e9e4f2009-08-10 14:27:28 +02008684rm -f core conftest.err conftest.$ac_objext \
8685 conftest$ac_exeext conftest.$ac_ext
Alexandre Julliardad798732008-05-01 13:29:02 +02008686 LIBS=$ac_check_soname_save_LIBS
Marcus Meissnerb63ab442001-06-08 19:02:57 +00008687fi
Alexandre Julliard25e9e4f2009-08-10 14:27:28 +02008688if test "x$ac_cv_lib_soname_GLU" = "x"; then :
8689 { $as_echo "$as_me:${as_lineno-$LINENO}: result: not found" >&5
Alexandre Julliardabf50482008-10-31 12:56:53 +01008690$as_echo "not found" >&6; }
Alexandre Julliardf5818d22002-02-14 19:47:29 +00008691
Alexandre Julliardad798732008-05-01 13:29:02 +02008692else
Alexandre Julliard25e9e4f2009-08-10 14:27:28 +02008693 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_soname_GLU" >&5
Alexandre Julliardabf50482008-10-31 12:56:53 +01008694$as_echo "$ac_cv_lib_soname_GLU" >&6; }
Alexandre Julliardad798732008-05-01 13:29:02 +02008695
8696cat >>confdefs.h <<_ACEOF
8697#define SONAME_LIBGLU "$ac_cv_lib_soname_GLU"
8698_ACEOF
8699
Alexandre Julliarddbb535e2008-08-25 12:12:28 +02008700
Alexandre Julliardad798732008-05-01 13:29:02 +02008701fi
Alexandre Julliardad798732008-05-01 13:29:02 +02008702 fi
Alexandre Julliard25e9e4f2009-08-10 14:27:28 +02008703 if test "x$ac_cv_lib_soname_GLU" = "x"; then :
Alexandre Julliardad798732008-05-01 13:29:02 +02008704 case "x$with_glu" in
Alexandre Julliard93f094c2008-10-22 13:16:54 +02008705 x) wine_notices="$wine_notices|libGLU ${notice_platform}development files not found, GLU won't be supported." ;;
Alexandre Julliardad798732008-05-01 13:29:02 +02008706 xno) ;;
Alexandre Julliard25e9e4f2009-08-10 14:27:28 +02008707 *) as_fn_error "libGLU ${notice_platform}development files not found, GLU won't be supported.
8708This is an error since --with-glu was requested." "$LINENO" 5 ;;
Alexandre Julliardad798732008-05-01 13:29:02 +02008709esac
Marcus Meissnerb63ab442001-06-08 19:02:57 +00008710fi
Alexandre Julliardf9dec942007-07-10 15:14:15 +02008711 else
Alexandre Julliarda41f0f12008-01-07 14:51:44 +01008712 opengl_msg="Old Mesa headers detected. Consider upgrading your Mesa libraries."
Lionel Ulmerfbc15b12000-04-29 14:23:22 +00008713 fi
Roderick Colenbranderbc66d7e2006-08-24 01:11:27 +02008714 else
Alexandre Julliarda41f0f12008-01-07 14:51:44 +01008715 opengl_msg="OpenGL development headers not found."
Lionel Ulmerfbc15b12000-04-29 14:23:22 +00008716 fi
Alexandre Julliard8e9504d2008-09-24 13:11:11 +02008717 test -n "$opengl_msg" && enable_opengl32=${enable_opengl32:-no}
8718 test "x$ac_cv_lib_soname_GLU" = "x" && enable_glu32=${enable_glu32:-no}
8719 else
8720 enable_opengl32=${enable_opengl32:-no}
8721 enable_glu32=${enable_glu32:-no}
Patrik Stridvall24110281999-02-04 10:09:54 +00008722 fi
Alexandre Julliard25e9e4f2009-08-10 14:27:28 +02008723 if test -n "$opengl_msg"; then :
Alexandre Julliarda41f0f12008-01-07 14:51:44 +01008724 case "x$with_opengl" in
8725 x) wine_warnings="$wine_warnings|$opengl_msg
8726OpenGL and Direct3D won't be supported." ;;
8727 xno) ;;
Alexandre Julliard25e9e4f2009-08-10 14:27:28 +02008728 *) as_fn_error "$opengl_msg
Alexandre Julliarda41f0f12008-01-07 14:51:44 +01008729OpenGL and Direct3D won't be supported.
Alexandre Julliard25e9e4f2009-08-10 14:27:28 +02008730This is an error since --with-opengl was requested." "$LINENO" 5 ;;
Alexandre Julliarda41f0f12008-01-07 14:51:44 +01008731esac
8732fi
8733
Francois Gouget6f670b12002-10-10 17:54:27 +00008734 NASLIBS=""
8735
Alexandre Julliard25e9e4f2009-08-10 14:27:28 +02008736 for ac_header in audio/audiolib.h
8737do :
8738 ac_fn_c_check_header_mongrel "$LINENO" "audio/audiolib.h" "ac_cv_header_audio_audiolib_h" "$ac_includes_default"
8739if test "x$ac_cv_header_audio_audiolib_h" = x""yes; then :
Francois Gouget6f670b12002-10-10 17:54:27 +00008740 cat >>confdefs.h <<_ACEOF
Alexandre Julliard25e9e4f2009-08-10 14:27:28 +02008741#define HAVE_AUDIO_AUDIOLIB_H 1
Francois Gouget6f670b12002-10-10 17:54:27 +00008742_ACEOF
Alexandre Julliard25e9e4f2009-08-10 14:27:28 +02008743 for ac_header in audio/soundlib.h
8744do :
8745 ac_fn_c_check_header_compile "$LINENO" "audio/soundlib.h" "ac_cv_header_audio_soundlib_h" "#include <audio/audiolib.h>
8746"
8747if test "x$ac_cv_header_audio_soundlib_h" = x""yes; then :
Francois Gouget6f670b12002-10-10 17:54:27 +00008748 cat >>confdefs.h <<_ACEOF
Alexandre Julliard25e9e4f2009-08-10 14:27:28 +02008749#define HAVE_AUDIO_SOUNDLIB_H 1
Francois Gouget6f670b12002-10-10 17:54:27 +00008750_ACEOF
8751
8752fi
8753
8754done
8755
Alexandre Julliard25e9e4f2009-08-10 14:27:28 +02008756 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for AuCreateFlow in -laudio" >&5
Alexandre Julliardabf50482008-10-31 12:56:53 +01008757$as_echo_n "checking for AuCreateFlow in -laudio... " >&6; }
Alexandre Julliard25e9e4f2009-08-10 14:27:28 +02008758if test "${ac_cv_lib_audio_AuCreateFlow+set}" = set; then :
Alexandre Julliardabf50482008-10-31 12:56:53 +01008759 $as_echo_n "(cached) " >&6
Francois Gouget6f670b12002-10-10 17:54:27 +00008760else
8761 ac_check_lib_save_LIBS=$LIBS
Alexandre Julliardfd03c502009-08-17 15:11:08 +02008762LIBS="-laudio -lXt $X_LIBS $XLIB $X_EXTRA_LIBS $LIBS"
Alexandre Julliard25e9e4f2009-08-10 14:27:28 +02008763cat confdefs.h - <<_ACEOF >conftest.$ac_ext
Alexandre Julliarde24bcc72002-12-24 00:35:19 +00008764/* end confdefs.h. */
Francois Gouget6f670b12002-10-10 17:54:27 +00008765
Alexandre Julliardfc6ffb22006-05-25 20:08:12 +02008766/* Override any GCC internal prototype to avoid an error.
8767 Use char because int might match the return type of a GCC
8768 builtin and then its argument prototype would still apply. */
Francois Gouget6f670b12002-10-10 17:54:27 +00008769#ifdef __cplusplus
8770extern "C"
8771#endif
Francois Gouget6f670b12002-10-10 17:54:27 +00008772char AuCreateFlow ();
8773int
8774main ()
8775{
Alexandre Julliardfc6ffb22006-05-25 20:08:12 +02008776return AuCreateFlow ();
Francois Gouget6f670b12002-10-10 17:54:27 +00008777 ;
8778 return 0;
8779}
8780_ACEOF
Alexandre Julliard25e9e4f2009-08-10 14:27:28 +02008781if ac_fn_c_try_link "$LINENO"; then :
Francois Gouget6f670b12002-10-10 17:54:27 +00008782 ac_cv_lib_audio_AuCreateFlow=yes
8783else
Alexandre Julliard25e9e4f2009-08-10 14:27:28 +02008784 ac_cv_lib_audio_AuCreateFlow=no
Francois Gouget6f670b12002-10-10 17:54:27 +00008785fi
Alexandre Julliard25e9e4f2009-08-10 14:27:28 +02008786rm -f core conftest.err conftest.$ac_objext \
8787 conftest$ac_exeext conftest.$ac_ext
Francois Gouget6f670b12002-10-10 17:54:27 +00008788LIBS=$ac_check_lib_save_LIBS
8789fi
Alexandre Julliard25e9e4f2009-08-10 14:27:28 +02008790{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_audio_AuCreateFlow" >&5
Alexandre Julliardabf50482008-10-31 12:56:53 +01008791$as_echo "$ac_cv_lib_audio_AuCreateFlow" >&6; }
Alexandre Julliard25e9e4f2009-08-10 14:27:28 +02008792if test "x$ac_cv_lib_audio_AuCreateFlow" = x""yes; then :
Francois Gouget6f670b12002-10-10 17:54:27 +00008793
Alexandre Julliard25e9e4f2009-08-10 14:27:28 +02008794$as_echo "#define HAVE_NAS 1" >>confdefs.h
Francois Gouget6f670b12002-10-10 17:54:27 +00008795
Alexandre Julliard25e9e4f2009-08-10 14:27:28 +02008796 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for XauGetBestAuthByAddr in -lXau" >&5
Alexandre Julliardabf50482008-10-31 12:56:53 +01008797$as_echo_n "checking for XauGetBestAuthByAddr in -lXau... " >&6; }
Alexandre Julliard25e9e4f2009-08-10 14:27:28 +02008798if test "${ac_cv_lib_Xau_XauGetBestAuthByAddr+set}" = set; then :
Alexandre Julliardabf50482008-10-31 12:56:53 +01008799 $as_echo_n "(cached) " >&6
Gerald Pfeifer575d8942007-03-25 00:44:50 +01008800else
8801 ac_check_lib_save_LIBS=$LIBS
8802LIBS="-lXau $X_LIBS $LIBS"
Alexandre Julliard25e9e4f2009-08-10 14:27:28 +02008803cat confdefs.h - <<_ACEOF >conftest.$ac_ext
Gerald Pfeifer575d8942007-03-25 00:44:50 +01008804/* end confdefs.h. */
8805
8806/* Override any GCC internal prototype to avoid an error.
8807 Use char because int might match the return type of a GCC
8808 builtin and then its argument prototype would still apply. */
8809#ifdef __cplusplus
8810extern "C"
8811#endif
8812char XauGetBestAuthByAddr ();
8813int
8814main ()
8815{
8816return XauGetBestAuthByAddr ();
8817 ;
8818 return 0;
8819}
8820_ACEOF
Alexandre Julliard25e9e4f2009-08-10 14:27:28 +02008821if ac_fn_c_try_link "$LINENO"; then :
Gerald Pfeifer575d8942007-03-25 00:44:50 +01008822 ac_cv_lib_Xau_XauGetBestAuthByAddr=yes
8823else
Alexandre Julliard25e9e4f2009-08-10 14:27:28 +02008824 ac_cv_lib_Xau_XauGetBestAuthByAddr=no
Gerald Pfeifer575d8942007-03-25 00:44:50 +01008825fi
Alexandre Julliard25e9e4f2009-08-10 14:27:28 +02008826rm -f core conftest.err conftest.$ac_objext \
8827 conftest$ac_exeext conftest.$ac_ext
Gerald Pfeifer575d8942007-03-25 00:44:50 +01008828LIBS=$ac_check_lib_save_LIBS
8829fi
Alexandre Julliard25e9e4f2009-08-10 14:27:28 +02008830{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_Xau_XauGetBestAuthByAddr" >&5
Alexandre Julliardabf50482008-10-31 12:56:53 +01008831$as_echo "$ac_cv_lib_Xau_XauGetBestAuthByAddr" >&6; }
Alexandre Julliard25e9e4f2009-08-10 14:27:28 +02008832if test "x$ac_cv_lib_Xau_XauGetBestAuthByAddr" = x""yes; then :
Alexandre Julliardfd03c502009-08-17 15:11:08 +02008833 NASLIBS="-lXau -laudio -lXt $X_LIBS $XLIB $X_EXTRA_LIBS"
Gerald Pfeifer575d8942007-03-25 00:44:50 +01008834else
Alexandre Julliardfd03c502009-08-17 15:11:08 +02008835 NASLIBS="-laudio -lXt $X_LIBS $XLIB $X_EXTRA_LIBS"
Gerald Pfeifer575d8942007-03-25 00:44:50 +01008836fi
8837
8838
Francois Gouget6f670b12002-10-10 17:54:27 +00008839fi
8840
8841fi
8842
8843done
8844
8845
Ove Kaaven1eb593c1999-02-14 09:34:46 +00008846 CPPFLAGS="$ac_save_CPPFLAGS"
Patrik Stridvallea584721998-11-01 16:22:07 +00008847else
8848 XLIB=""
8849 X_CFLAGS=""
8850 X_LIBS=""
Alexandre Julliarddbb535e2008-08-25 12:12:28 +02008851 enable_winex11_drv=${enable_winex11_drv:-no}
8852 enable_opengl32=${enable_opengl32:-no}
8853 enable_glu32=${enable_glu32:-no}
Patrik Stridvallea584721998-11-01 16:22:07 +00008854fi
Alexandre Julliard25e9e4f2009-08-10 14:27:28 +02008855if test "x$XLIB" = "x"; then :
Alexandre Julliarda41f0f12008-01-07 14:51:44 +01008856 case "x$with_x" in
Alexandre Julliarda41f0f12008-01-07 14:51:44 +01008857 xno) ;;
Alexandre Julliard25e9e4f2009-08-10 14:27:28 +02008858 *) as_fn_error "X ${notice_platform}development files not found. Wine will be built
Alexandre Julliarda41f0f12008-01-07 14:51:44 +01008859without X support, which probably isn't what you want. You will need to install
Alexandre Julliardd2c8bfb2008-11-24 13:45:25 +01008860${notice_platform}development packages of Xlib/Xfree86 at the very least.
Alexandre Julliard25e9e4f2009-08-10 14:27:28 +02008861Use the --without-x option if you really want this." "$LINENO" 5 ;;
Alexandre Julliarda41f0f12008-01-07 14:51:44 +01008862esac
8863fi
8864
Alexandre Julliard902da691995-11-05 14:39:02 +00008865
Mike McCormackdcc2d6c2005-08-02 11:29:04 +00008866XML2LIBS=""
8867
8868XML2INCL=""
8869
Mike McCormackf3719a82005-09-03 09:39:38 +00008870XSLTINCL=""
8871
Alexandre Julliarda41f0f12008-01-07 14:51:44 +01008872if test "x$with_xml" != "xno"
Mike McCormack90c75bd2005-08-08 18:36:53 +00008873then
Alexandre Julliarda41f0f12008-01-07 14:51:44 +01008874 ac_save_CPPFLAGS="$CPPFLAGS"
8875 if test "$PKG_CONFIG" != "false"
8876 then
8877 ac_xml_libs="`$PKG_CONFIG --libs libxml-2.0 2>/dev/null`"
8878 ac_xml_cflags="`$PKG_CONFIG --cflags libxml-2.0 2>/dev/null`"
8879 else
8880 ac_xml_libs="`xml2-config --libs 2>/dev/null`"
8881 ac_xml_cflags="`xml2-config --cflags 2>/dev/null`"
8882 fi
8883 CPPFLAGS="$CPPFLAGS $ac_xml_cflags"
Alexandre Julliard25e9e4f2009-08-10 14:27:28 +02008884 for ac_header in libxml/parser.h
8885do :
8886 ac_fn_c_check_header_mongrel "$LINENO" "libxml/parser.h" "ac_cv_header_libxml_parser_h" "$ac_includes_default"
8887if test "x$ac_cv_header_libxml_parser_h" = x""yes; then :
Mike McCormackdcc2d6c2005-08-02 11:29:04 +00008888 cat >>confdefs.h <<_ACEOF
Alexandre Julliard25e9e4f2009-08-10 14:27:28 +02008889#define HAVE_LIBXML_PARSER_H 1
Mike McCormackdcc2d6c2005-08-02 11:29:04 +00008890_ACEOF
Alexandre Julliard25e9e4f2009-08-10 14:27:28 +02008891 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for xmlParseMemory in -lxml2" >&5
Alexandre Julliardabf50482008-10-31 12:56:53 +01008892$as_echo_n "checking for xmlParseMemory in -lxml2... " >&6; }
Alexandre Julliard25e9e4f2009-08-10 14:27:28 +02008893if test "${ac_cv_lib_xml2_xmlParseMemory+set}" = set; then :
Alexandre Julliardabf50482008-10-31 12:56:53 +01008894 $as_echo_n "(cached) " >&6
Mike McCormackdcc2d6c2005-08-02 11:29:04 +00008895else
8896 ac_check_lib_save_LIBS=$LIBS
Mike McCormack90c75bd2005-08-08 18:36:53 +00008897LIBS="-lxml2 $ac_xml_libs $LIBS"
Alexandre Julliard25e9e4f2009-08-10 14:27:28 +02008898cat confdefs.h - <<_ACEOF >conftest.$ac_ext
Mike McCormackdcc2d6c2005-08-02 11:29:04 +00008899/* end confdefs.h. */
8900
Alexandre Julliardfc6ffb22006-05-25 20:08:12 +02008901/* Override any GCC internal prototype to avoid an error.
8902 Use char because int might match the return type of a GCC
8903 builtin and then its argument prototype would still apply. */
Mike McCormackdcc2d6c2005-08-02 11:29:04 +00008904#ifdef __cplusplus
8905extern "C"
8906#endif
Mike McCormack90c75bd2005-08-08 18:36:53 +00008907char xmlParseMemory ();
Mike McCormackdcc2d6c2005-08-02 11:29:04 +00008908int
8909main ()
8910{
Alexandre Julliardfc6ffb22006-05-25 20:08:12 +02008911return xmlParseMemory ();
Mike McCormackdcc2d6c2005-08-02 11:29:04 +00008912 ;
8913 return 0;
8914}
8915_ACEOF
Alexandre Julliard25e9e4f2009-08-10 14:27:28 +02008916if ac_fn_c_try_link "$LINENO"; then :
Mike McCormack90c75bd2005-08-08 18:36:53 +00008917 ac_cv_lib_xml2_xmlParseMemory=yes
Mike McCormackdcc2d6c2005-08-02 11:29:04 +00008918else
Alexandre Julliard25e9e4f2009-08-10 14:27:28 +02008919 ac_cv_lib_xml2_xmlParseMemory=no
Mike McCormackdcc2d6c2005-08-02 11:29:04 +00008920fi
Alexandre Julliard25e9e4f2009-08-10 14:27:28 +02008921rm -f core conftest.err conftest.$ac_objext \
8922 conftest$ac_exeext conftest.$ac_ext
Mike McCormackdcc2d6c2005-08-02 11:29:04 +00008923LIBS=$ac_check_lib_save_LIBS
8924fi
Alexandre Julliard25e9e4f2009-08-10 14:27:28 +02008925{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_xml2_xmlParseMemory" >&5
Alexandre Julliardabf50482008-10-31 12:56:53 +01008926$as_echo "$ac_cv_lib_xml2_xmlParseMemory" >&6; }
Alexandre Julliard25e9e4f2009-08-10 14:27:28 +02008927if test "x$ac_cv_lib_xml2_xmlParseMemory" = x""yes; then :
Mike McCormackdcc2d6c2005-08-02 11:29:04 +00008928
Alexandre Julliard25e9e4f2009-08-10 14:27:28 +02008929$as_echo "#define HAVE_LIBXML2 1" >>confdefs.h
Mike McCormackdcc2d6c2005-08-02 11:29:04 +00008930
Alexandre Julliarda41f0f12008-01-07 14:51:44 +01008931 XML2LIBS="$ac_xml_libs"
8932 XML2INCL="$ac_xml_cflags"
Mike McCormackdcc2d6c2005-08-02 11:29:04 +00008933fi
8934
Alexandre Julliard25e9e4f2009-08-10 14:27:28 +02008935 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for xmlReadMemory in -lxml2" >&5
Alexandre Julliardabf50482008-10-31 12:56:53 +01008936$as_echo_n "checking for xmlReadMemory in -lxml2... " >&6; }
Alexandre Julliard25e9e4f2009-08-10 14:27:28 +02008937if test "${ac_cv_lib_xml2_xmlReadMemory+set}" = set; then :
Alexandre Julliardabf50482008-10-31 12:56:53 +01008938 $as_echo_n "(cached) " >&6
Mike McCormack70adb8f2005-08-12 10:35:17 +00008939else
8940 ac_check_lib_save_LIBS=$LIBS
Mike McCormackf3719a82005-09-03 09:39:38 +00008941LIBS="-lxml2 $ac_xml_libs $LIBS"
Alexandre Julliard25e9e4f2009-08-10 14:27:28 +02008942cat confdefs.h - <<_ACEOF >conftest.$ac_ext
Mike McCormack70adb8f2005-08-12 10:35:17 +00008943/* end confdefs.h. */
8944
Alexandre Julliardfc6ffb22006-05-25 20:08:12 +02008945/* Override any GCC internal prototype to avoid an error.
8946 Use char because int might match the return type of a GCC
8947 builtin and then its argument prototype would still apply. */
Mike McCormack70adb8f2005-08-12 10:35:17 +00008948#ifdef __cplusplus
8949extern "C"
8950#endif
Mike McCormack70adb8f2005-08-12 10:35:17 +00008951char xmlReadMemory ();
8952int
8953main ()
8954{
Alexandre Julliardfc6ffb22006-05-25 20:08:12 +02008955return xmlReadMemory ();
Mike McCormack70adb8f2005-08-12 10:35:17 +00008956 ;
8957 return 0;
8958}
8959_ACEOF
Alexandre Julliard25e9e4f2009-08-10 14:27:28 +02008960if ac_fn_c_try_link "$LINENO"; then :
Mike McCormack70adb8f2005-08-12 10:35:17 +00008961 ac_cv_lib_xml2_xmlReadMemory=yes
8962else
Alexandre Julliard25e9e4f2009-08-10 14:27:28 +02008963 ac_cv_lib_xml2_xmlReadMemory=no
Mike McCormack70adb8f2005-08-12 10:35:17 +00008964fi
Alexandre Julliard25e9e4f2009-08-10 14:27:28 +02008965rm -f core conftest.err conftest.$ac_objext \
8966 conftest$ac_exeext conftest.$ac_ext
Mike McCormack70adb8f2005-08-12 10:35:17 +00008967LIBS=$ac_check_lib_save_LIBS
8968fi
Alexandre Julliard25e9e4f2009-08-10 14:27:28 +02008969{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_xml2_xmlReadMemory" >&5
Alexandre Julliardabf50482008-10-31 12:56:53 +01008970$as_echo "$ac_cv_lib_xml2_xmlReadMemory" >&6; }
Alexandre Julliard25e9e4f2009-08-10 14:27:28 +02008971if test "x$ac_cv_lib_xml2_xmlReadMemory" = x""yes; then :
Mike McCormack70adb8f2005-08-12 10:35:17 +00008972
Alexandre Julliard25e9e4f2009-08-10 14:27:28 +02008973$as_echo "#define HAVE_XMLREADMEMORY 1" >>confdefs.h
Mike McCormack70adb8f2005-08-12 10:35:17 +00008974
8975fi
8976
Alexandre Julliard25e9e4f2009-08-10 14:27:28 +02008977 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for xmlNewDocPI in -lxml2" >&5
Alexandre Julliardabf50482008-10-31 12:56:53 +01008978$as_echo_n "checking for xmlNewDocPI in -lxml2... " >&6; }
Alexandre Julliard25e9e4f2009-08-10 14:27:28 +02008979if test "${ac_cv_lib_xml2_xmlNewDocPI+set}" = set; then :
Alexandre Julliardabf50482008-10-31 12:56:53 +01008980 $as_echo_n "(cached) " >&6
Lei Zhang6a530ab2006-11-29 15:59:03 -08008981else
8982 ac_check_lib_save_LIBS=$LIBS
8983LIBS="-lxml2 $ac_xml_libs $LIBS"
Alexandre Julliard25e9e4f2009-08-10 14:27:28 +02008984cat confdefs.h - <<_ACEOF >conftest.$ac_ext
Lei Zhang6a530ab2006-11-29 15:59:03 -08008985/* end confdefs.h. */
8986
8987/* Override any GCC internal prototype to avoid an error.
8988 Use char because int might match the return type of a GCC
8989 builtin and then its argument prototype would still apply. */
8990#ifdef __cplusplus
8991extern "C"
8992#endif
8993char xmlNewDocPI ();
8994int
8995main ()
8996{
8997return xmlNewDocPI ();
8998 ;
8999 return 0;
9000}
9001_ACEOF
Alexandre Julliard25e9e4f2009-08-10 14:27:28 +02009002if ac_fn_c_try_link "$LINENO"; then :
Lei Zhang6a530ab2006-11-29 15:59:03 -08009003 ac_cv_lib_xml2_xmlNewDocPI=yes
9004else
Alexandre Julliard25e9e4f2009-08-10 14:27:28 +02009005 ac_cv_lib_xml2_xmlNewDocPI=no
Lei Zhang6a530ab2006-11-29 15:59:03 -08009006fi
Alexandre Julliard25e9e4f2009-08-10 14:27:28 +02009007rm -f core conftest.err conftest.$ac_objext \
9008 conftest$ac_exeext conftest.$ac_ext
Lei Zhang6a530ab2006-11-29 15:59:03 -08009009LIBS=$ac_check_lib_save_LIBS
9010fi
Alexandre Julliard25e9e4f2009-08-10 14:27:28 +02009011{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_xml2_xmlNewDocPI" >&5
Alexandre Julliardabf50482008-10-31 12:56:53 +01009012$as_echo "$ac_cv_lib_xml2_xmlNewDocPI" >&6; }
Alexandre Julliard25e9e4f2009-08-10 14:27:28 +02009013if test "x$ac_cv_lib_xml2_xmlNewDocPI" = x""yes; then :
Lei Zhang6a530ab2006-11-29 15:59:03 -08009014
Alexandre Julliard25e9e4f2009-08-10 14:27:28 +02009015$as_echo "#define HAVE_XMLNEWDOCPI 1" >>confdefs.h
Lei Zhang6a530ab2006-11-29 15:59:03 -08009016
9017fi
9018
Mike McCormack70adb8f2005-08-12 10:35:17 +00009019
Mike McCormackdcc2d6c2005-08-02 11:29:04 +00009020fi
9021
9022done
9023
Alexandre Julliarda41f0f12008-01-07 14:51:44 +01009024 CPPFLAGS="$ac_save_CPPFLAGS"
9025fi
Alexandre Julliard25e9e4f2009-08-10 14:27:28 +02009026if test "$ac_cv_lib_xml2_xmlParseMemory" != "yes"; then :
Alexandre Julliarda41f0f12008-01-07 14:51:44 +01009027 case "x$with_xml" in
Alexandre Julliard93f094c2008-10-22 13:16:54 +02009028 x) wine_warnings="$wine_warnings|libxml2 ${notice_platform}development files not found, XML won't be supported." ;;
Alexandre Julliarda41f0f12008-01-07 14:51:44 +01009029 xno) ;;
Alexandre Julliard25e9e4f2009-08-10 14:27:28 +02009030 *) as_fn_error "libxml2 ${notice_platform}development files not found, XML won't be supported.
9031This is an error since --with-xml was requested." "$LINENO" 5 ;;
Alexandre Julliarda41f0f12008-01-07 14:51:44 +01009032esac
Alexandre Julliardf9dec942007-07-10 15:14:15 +02009033fi
9034
Alexandre Julliarda41f0f12008-01-07 14:51:44 +01009035if test "x$with_xslt" != "xno"
Emmanuel Maillard2a98b402007-06-22 02:58:39 +02009036then
Alexandre Julliarda41f0f12008-01-07 14:51:44 +01009037 if test "$PKG_CONFIG" != "false"
9038 then
9039 ac_xslt_libs="`$PKG_CONFIG --libs libxslt 2>/dev/null`"
9040 ac_xslt_cflags="`$PKG_CONFIG --cflags libxslt 2>/dev/null`"
9041 else
9042 ac_xslt_libs="`xslt-config --libs 2>/dev/null`"
9043 ac_xslt_cflags="`xslt-config --cflags 2>/dev/null`"
9044 fi
Lei Zhang9d7f7bf2008-04-17 13:00:22 -07009045 ac_save_CPPFLAGS="$CPPFLAGS"
Alexandre Julliarda41f0f12008-01-07 14:51:44 +01009046 CPPFLAGS="$CPPFLAGS $ac_xslt_cflags"
Alexandre Julliard25e9e4f2009-08-10 14:27:28 +02009047 for ac_header in libxslt/pattern.h libxslt/transform.h
9048do :
9049 as_ac_Header=`$as_echo "ac_cv_header_$ac_header" | $as_tr_sh`
9050ac_fn_c_check_header_compile "$LINENO" "$ac_header" "$as_ac_Header" "#ifdef HAVE_LIBXSLT_PATTERN_H
Vincent Bérond7f64242005-09-15 09:39:09 +00009051# include <libxslt/pattern.h>
9052#endif
Alexandre Julliard25e9e4f2009-08-10 14:27:28 +02009053"
9054eval as_val=\$$as_ac_Header
9055 if test "x$as_val" = x""yes; then :
Mike McCormackf3719a82005-09-03 09:39:38 +00009056 cat >>confdefs.h <<_ACEOF
Alexandre Julliardabf50482008-10-31 12:56:53 +01009057#define `$as_echo "HAVE_$ac_header" | $as_tr_cpp` 1
Mike McCormackf3719a82005-09-03 09:39:38 +00009058_ACEOF
Lei Zhang9d7f7bf2008-04-17 13:00:22 -07009059
9060fi
9061
9062done
9063
9064 CPPFLAGS="$ac_save_CPPFLAGS"
9065 if test "$ac_cv_header_libxslt_transform_h" = "yes"
9066 then
Alexandre Julliard25e9e4f2009-08-10 14:27:28 +02009067 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for -lxslt" >&5
Francois Gouget3d384f12008-11-17 19:29:32 +01009068$as_echo_n "checking for -lxslt... " >&6; }
Alexandre Julliard25e9e4f2009-08-10 14:27:28 +02009069if test "${ac_cv_lib_soname_xslt+set}" = set; then :
Alexandre Julliardabf50482008-10-31 12:56:53 +01009070 $as_echo_n "(cached) " >&6
Mike McCormackf3719a82005-09-03 09:39:38 +00009071else
Francois Gouget3d384f12008-11-17 19:29:32 +01009072 ac_check_soname_save_LIBS=$LIBS
Mike McCormackf3719a82005-09-03 09:39:38 +00009073LIBS="-lxslt $ac_xslt_libs $LIBS"
Alexandre Julliard25e9e4f2009-08-10 14:27:28 +02009074 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
Mike McCormackf3719a82005-09-03 09:39:38 +00009075/* end confdefs.h. */
9076
Alexandre Julliardfc6ffb22006-05-25 20:08:12 +02009077/* Override any GCC internal prototype to avoid an error.
9078 Use char because int might match the return type of a GCC
9079 builtin and then its argument prototype would still apply. */
Mike McCormackf3719a82005-09-03 09:39:38 +00009080#ifdef __cplusplus
9081extern "C"
9082#endif
Mike McCormackf3719a82005-09-03 09:39:38 +00009083char xsltCompilePattern ();
9084int
9085main ()
9086{
Alexandre Julliardfc6ffb22006-05-25 20:08:12 +02009087return xsltCompilePattern ();
Mike McCormackf3719a82005-09-03 09:39:38 +00009088 ;
9089 return 0;
9090}
9091_ACEOF
Alexandre Julliard25e9e4f2009-08-10 14:27:28 +02009092if ac_fn_c_try_link "$LINENO"; then :
Francois Gouget3d384f12008-11-17 19:29:32 +01009093 case "$LIBEXT" in
9094 dll) ;;
9095 dylib) ac_cv_lib_soname_xslt=`otool -L conftest$ac_exeext | grep "libxslt\\.[0-9A-Za-z.]*dylib" | sed -e "s/^.*\/\(libxslt\.[0-9A-Za-z.]*dylib\).*$/\1/"';2,$d'` ;;
9096 *) ac_cv_lib_soname_xslt=`$ac_cv_path_LDD conftest$ac_exeext | grep "libxslt\\.$LIBEXT" | sed -e "s/^.*\(libxslt\.$LIBEXT[^ ]*\).*$/\1/"';2,$d'` ;;
9097 esac
Mike McCormackf3719a82005-09-03 09:39:38 +00009098fi
Alexandre Julliard25e9e4f2009-08-10 14:27:28 +02009099rm -f core conftest.err conftest.$ac_objext \
9100 conftest$ac_exeext conftest.$ac_ext
Francois Gouget3d384f12008-11-17 19:29:32 +01009101 LIBS=$ac_check_soname_save_LIBS
Mike McCormackf3719a82005-09-03 09:39:38 +00009102fi
Alexandre Julliard25e9e4f2009-08-10 14:27:28 +02009103if test "x$ac_cv_lib_soname_xslt" = "x"; then :
9104 { $as_echo "$as_me:${as_lineno-$LINENO}: result: not found" >&5
Francois Gouget3d384f12008-11-17 19:29:32 +01009105$as_echo "not found" >&6; }
Mike McCormackf3719a82005-09-03 09:39:38 +00009106
Lei Zhang9d7f7bf2008-04-17 13:00:22 -07009107else
Alexandre Julliard25e9e4f2009-08-10 14:27:28 +02009108 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_soname_xslt" >&5
Francois Gouget3d384f12008-11-17 19:29:32 +01009109$as_echo "$ac_cv_lib_soname_xslt" >&6; }
Lei Zhang9d7f7bf2008-04-17 13:00:22 -07009110
Francois Gouget3d384f12008-11-17 19:29:32 +01009111cat >>confdefs.h <<_ACEOF
9112#define SONAME_LIBXSLT "$ac_cv_lib_soname_xslt"
Lei Zhang9d7f7bf2008-04-17 13:00:22 -07009113_ACEOF
Mike McCormackf3719a82005-09-03 09:39:38 +00009114
Francois Gouget3d384f12008-11-17 19:29:32 +01009115 XSLTINCL="$ac_xslt_cflags"
Lei Zhang9d7f7bf2008-04-17 13:00:22 -07009116fi
Lei Zhang9d7f7bf2008-04-17 13:00:22 -07009117 fi
Alexandre Julliarda41f0f12008-01-07 14:51:44 +01009118fi
Alexandre Julliard25e9e4f2009-08-10 14:27:28 +02009119if test "x$ac_cv_lib_soname_xslt" = "x"; then :
Alexandre Julliarda41f0f12008-01-07 14:51:44 +01009120 case "x$with_xslt" in
Alexandre Julliard93f094c2008-10-22 13:16:54 +02009121 x) wine_warnings="$wine_warnings|libxslt ${notice_platform}development files not found, xslt won't be supported." ;;
Alexandre Julliarda41f0f12008-01-07 14:51:44 +01009122 xno) ;;
Alexandre Julliard25e9e4f2009-08-10 14:27:28 +02009123 *) as_fn_error "libxslt ${notice_platform}development files not found, xslt won't be supported.
9124This is an error since --with-xslt was requested." "$LINENO" 5 ;;
Alexandre Julliarda41f0f12008-01-07 14:51:44 +01009125esac
Alexandre Julliardf9dec942007-07-10 15:14:15 +02009126fi
9127
Alexandre Julliard00068982006-04-18 16:47:53 +02009128HALINCL=""
9129
Francois Gouget295a0cd2009-01-09 20:22:22 +01009130if test "x$with_hal" != "xno"
Alexandre Julliard00068982006-04-18 16:47:53 +02009131then
9132 ac_save_CPPFLAGS="$CPPFLAGS"
Francois Gouget295a0cd2009-01-09 20:22:22 +01009133 if test "$PKG_CONFIG" != "false"
9134 then
9135 ac_hal_libs="`$PKG_CONFIG --libs hal 2>/dev/null`"
9136 ac_hal_cflags="`$PKG_CONFIG --cflags hal 2>/dev/null`"
9137 CPPFLAGS="$CPPFLAGS $ac_hal_cflags"
9138 fi
Alexandre Julliard25e9e4f2009-08-10 14:27:28 +02009139 for ac_header in dbus/dbus.h hal/libhal.h
9140do :
9141 as_ac_Header=`$as_echo "ac_cv_header_$ac_header" | $as_tr_sh`
9142ac_fn_c_check_header_mongrel "$LINENO" "$ac_header" "$as_ac_Header" "$ac_includes_default"
9143eval as_val=\$$as_ac_Header
9144 if test "x$as_val" = x""yes; then :
Alexandre Julliard00068982006-04-18 16:47:53 +02009145 cat >>confdefs.h <<_ACEOF
Alexandre Julliardabf50482008-10-31 12:56:53 +01009146#define `$as_echo "HAVE_$ac_header" | $as_tr_cpp` 1
Alexandre Julliard00068982006-04-18 16:47:53 +02009147_ACEOF
Alexandre Julliardb18b9f32006-04-18 19:10:59 +02009148
9149fi
9150
9151done
9152
9153 if test "$ac_cv_header_dbus_dbus_h" = "yes" -a "$ac_cv_header_hal_libhal_h" = "yes"
9154 then
Alexandre Julliard25e9e4f2009-08-10 14:27:28 +02009155 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for dbus_connection_close in -ldbus-1" >&5
Alexandre Julliardabf50482008-10-31 12:56:53 +01009156$as_echo_n "checking for dbus_connection_close in -ldbus-1... " >&6; }
Alexandre Julliard25e9e4f2009-08-10 14:27:28 +02009157if test "${ac_cv_lib_dbus_1_dbus_connection_close+set}" = set; then :
Alexandre Julliardabf50482008-10-31 12:56:53 +01009158 $as_echo_n "(cached) " >&6
Alexandre Julliardb18b9f32006-04-18 19:10:59 +02009159else
9160 ac_check_lib_save_LIBS=$LIBS
9161LIBS="-ldbus-1 $ac_hal_libs $LIBS"
Alexandre Julliard25e9e4f2009-08-10 14:27:28 +02009162cat confdefs.h - <<_ACEOF >conftest.$ac_ext
Alexandre Julliardb18b9f32006-04-18 19:10:59 +02009163/* end confdefs.h. */
9164
Alexandre Julliardfc6ffb22006-05-25 20:08:12 +02009165/* Override any GCC internal prototype to avoid an error.
9166 Use char because int might match the return type of a GCC
9167 builtin and then its argument prototype would still apply. */
Alexandre Julliardb18b9f32006-04-18 19:10:59 +02009168#ifdef __cplusplus
9169extern "C"
9170#endif
Alexandre Julliardb18b9f32006-04-18 19:10:59 +02009171char dbus_connection_close ();
9172int
9173main ()
9174{
Alexandre Julliardfc6ffb22006-05-25 20:08:12 +02009175return dbus_connection_close ();
Alexandre Julliardb18b9f32006-04-18 19:10:59 +02009176 ;
9177 return 0;
9178}
9179_ACEOF
Alexandre Julliard25e9e4f2009-08-10 14:27:28 +02009180if ac_fn_c_try_link "$LINENO"; then :
Alexandre Julliardb18b9f32006-04-18 19:10:59 +02009181 ac_cv_lib_dbus_1_dbus_connection_close=yes
9182else
Alexandre Julliard25e9e4f2009-08-10 14:27:28 +02009183 ac_cv_lib_dbus_1_dbus_connection_close=no
Alexandre Julliardb18b9f32006-04-18 19:10:59 +02009184fi
Alexandre Julliard25e9e4f2009-08-10 14:27:28 +02009185rm -f core conftest.err conftest.$ac_objext \
9186 conftest$ac_exeext conftest.$ac_ext
Alexandre Julliardb18b9f32006-04-18 19:10:59 +02009187LIBS=$ac_check_lib_save_LIBS
9188fi
Alexandre Julliard25e9e4f2009-08-10 14:27:28 +02009189{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_dbus_1_dbus_connection_close" >&5
Alexandre Julliardabf50482008-10-31 12:56:53 +01009190$as_echo "$ac_cv_lib_dbus_1_dbus_connection_close" >&6; }
Alexandre Julliard25e9e4f2009-08-10 14:27:28 +02009191if test "x$ac_cv_lib_dbus_1_dbus_connection_close" = x""yes; then :
9192 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for -lhal" >&5
Alexandre Julliardabf50482008-10-31 12:56:53 +01009193$as_echo_n "checking for -lhal... " >&6; }
Alexandre Julliard25e9e4f2009-08-10 14:27:28 +02009194if test "${ac_cv_lib_soname_hal+set}" = set; then :
Alexandre Julliardabf50482008-10-31 12:56:53 +01009195 $as_echo_n "(cached) " >&6
Alexandre Julliardc1099bb2007-07-02 17:28:33 +02009196else
9197 ac_check_soname_save_LIBS=$LIBS
9198LIBS="-lhal $ac_hal_libs $LIBS"
Alexandre Julliard25e9e4f2009-08-10 14:27:28 +02009199 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
Alexandre Julliardc1099bb2007-07-02 17:28:33 +02009200/* end confdefs.h. */
Alexandre Julliard00068982006-04-18 16:47:53 +02009201
Alexandre Julliardc1099bb2007-07-02 17:28:33 +02009202/* Override any GCC internal prototype to avoid an error.
9203 Use char because int might match the return type of a GCC
9204 builtin and then its argument prototype would still apply. */
9205#ifdef __cplusplus
9206extern "C"
9207#endif
9208char libhal_ctx_new ();
9209int
9210main ()
9211{
9212return libhal_ctx_new ();
9213 ;
9214 return 0;
9215}
9216_ACEOF
Alexandre Julliard25e9e4f2009-08-10 14:27:28 +02009217if ac_fn_c_try_link "$LINENO"; then :
Alexandre Julliardc1099bb2007-07-02 17:28:33 +02009218 case "$LIBEXT" in
9219 dll) ;;
9220 dylib) ac_cv_lib_soname_hal=`otool -L conftest$ac_exeext | grep "libhal\\.[0-9A-Za-z.]*dylib" | sed -e "s/^.*\/\(libhal\.[0-9A-Za-z.]*dylib\).*$/\1/"';2,$d'` ;;
9221 *) ac_cv_lib_soname_hal=`$ac_cv_path_LDD conftest$ac_exeext | grep "libhal\\.$LIBEXT" | sed -e "s/^.*\(libhal\.$LIBEXT[^ ]*\).*$/\1/"';2,$d'` ;;
9222 esac
Alexandre Julliardc1099bb2007-07-02 17:28:33 +02009223fi
Alexandre Julliard25e9e4f2009-08-10 14:27:28 +02009224rm -f core conftest.err conftest.$ac_objext \
9225 conftest$ac_exeext conftest.$ac_ext
Alexandre Julliardc1099bb2007-07-02 17:28:33 +02009226 LIBS=$ac_check_soname_save_LIBS
9227fi
Alexandre Julliard25e9e4f2009-08-10 14:27:28 +02009228if test "x$ac_cv_lib_soname_hal" = "x"; then :
9229 { $as_echo "$as_me:${as_lineno-$LINENO}: result: not found" >&5
Alexandre Julliardabf50482008-10-31 12:56:53 +01009230$as_echo "not found" >&6; }
Alexandre Julliardc1099bb2007-07-02 17:28:33 +02009231
9232else
Alexandre Julliard25e9e4f2009-08-10 14:27:28 +02009233 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_soname_hal" >&5
Alexandre Julliardabf50482008-10-31 12:56:53 +01009234$as_echo "$ac_cv_lib_soname_hal" >&6; }
Alexandre Julliardc1099bb2007-07-02 17:28:33 +02009235
9236cat >>confdefs.h <<_ACEOF
9237#define SONAME_LIBHAL "$ac_cv_lib_soname_hal"
Alexandre Julliard00068982006-04-18 16:47:53 +02009238_ACEOF
9239
Alexandre Julliardc1099bb2007-07-02 17:28:33 +02009240 HALINCL="$ac_hal_cflags"
Alexandre Julliard00068982006-04-18 16:47:53 +02009241fi
Alexandre Julliard00068982006-04-18 16:47:53 +02009242fi
9243
Alexandre Julliardb18b9f32006-04-18 19:10:59 +02009244 fi
Alexandre Julliard00068982006-04-18 16:47:53 +02009245 CPPFLAGS="$ac_save_CPPFLAGS"
9246fi
Alexandre Julliard25e9e4f2009-08-10 14:27:28 +02009247if test "x$ac_cv_lib_soname_hal" = "x"; then :
Alexandre Julliarda41f0f12008-01-07 14:51:44 +01009248 case "x$with_hal" in
Austin English41ca5542009-06-12 13:03:56 -05009249 x) wine_notices="$wine_notices|libhal/libdbus ${notice_platform}development files not found, no dynamic device support." ;;
Alexandre Julliarda41f0f12008-01-07 14:51:44 +01009250 xno) ;;
Alexandre Julliard25e9e4f2009-08-10 14:27:28 +02009251 *) as_fn_error "libhal/libdbus ${notice_platform}development files not found, no dynamic device support.
9252This is an error since --with-hal was requested." "$LINENO" 5 ;;
Alexandre Julliarda41f0f12008-01-07 14:51:44 +01009253esac
Alexandre Julliardf9dec942007-07-10 15:14:15 +02009254fi
9255
Francois Gouget295a0cd2009-01-09 20:22:22 +01009256if test "x$with_gnutls" != "xno"
Henri Verbeet874c9ef2008-09-22 22:13:19 +02009257then
9258 ac_save_CPPFLAGS="$CPPFLAGS"
Francois Gouget295a0cd2009-01-09 20:22:22 +01009259 if test "$PKG_CONFIG" != "false"
9260 then
9261 ac_gnutls_libs="`$PKG_CONFIG --libs gnutls 2>/dev/null`"
9262 ac_gnutls_cflags="`$PKG_CONFIG --cflags gnutls 2>/dev/null`"
9263 CPPFLAGS="$CPPFLAGS $ac_gnutls_cflags"
9264 fi
Alexandre Julliard25e9e4f2009-08-10 14:27:28 +02009265 ac_fn_c_check_header_mongrel "$LINENO" "gnutls/gnutls.h" "ac_cv_header_gnutls_gnutls_h" "$ac_includes_default"
9266if test "x$ac_cv_header_gnutls_gnutls_h" = x""yes; then :
9267 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
Francois Gouget3aae9542008-10-24 11:24:58 +02009268/* end confdefs.h. */
9269#include <gnutls/gnutls.h>
9270int
9271main ()
9272{
Henri Verbeet8c4a2972008-12-30 09:45:20 +01009273typeof(gnutls_mac_get_key_size) *pfunc;
Francois Gouget3aae9542008-10-24 11:24:58 +02009274 ;
9275 return 0;
9276}
9277_ACEOF
Alexandre Julliard25e9e4f2009-08-10 14:27:28 +02009278if ac_fn_c_try_compile "$LINENO"; then :
9279 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for -lgnutls" >&5
Alexandre Julliardabf50482008-10-31 12:56:53 +01009280$as_echo_n "checking for -lgnutls... " >&6; }
Alexandre Julliard25e9e4f2009-08-10 14:27:28 +02009281if test "${ac_cv_lib_soname_gnutls+set}" = set; then :
Alexandre Julliardabf50482008-10-31 12:56:53 +01009282 $as_echo_n "(cached) " >&6
Henri Verbeet874c9ef2008-09-22 22:13:19 +02009283else
9284 ac_check_soname_save_LIBS=$LIBS
9285LIBS="-lgnutls $ac_gnutls_libs $LIBS"
Alexandre Julliard25e9e4f2009-08-10 14:27:28 +02009286 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
Henri Verbeet874c9ef2008-09-22 22:13:19 +02009287/* end confdefs.h. */
9288
9289/* Override any GCC internal prototype to avoid an error.
9290 Use char because int might match the return type of a GCC
9291 builtin and then its argument prototype would still apply. */
9292#ifdef __cplusplus
9293extern "C"
9294#endif
9295char gnutls_global_init ();
9296int
9297main ()
9298{
9299return gnutls_global_init ();
9300 ;
9301 return 0;
9302}
9303_ACEOF
Alexandre Julliard25e9e4f2009-08-10 14:27:28 +02009304if ac_fn_c_try_link "$LINENO"; then :
Henri Verbeet874c9ef2008-09-22 22:13:19 +02009305 case "$LIBEXT" in
9306 dll) ;;
9307 dylib) ac_cv_lib_soname_gnutls=`otool -L conftest$ac_exeext | grep "libgnutls\\.[0-9A-Za-z.]*dylib" | sed -e "s/^.*\/\(libgnutls\.[0-9A-Za-z.]*dylib\).*$/\1/"';2,$d'` ;;
9308 *) ac_cv_lib_soname_gnutls=`$ac_cv_path_LDD conftest$ac_exeext | grep "libgnutls\\.$LIBEXT" | sed -e "s/^.*\(libgnutls\.$LIBEXT[^ ]*\).*$/\1/"';2,$d'` ;;
9309 esac
Henri Verbeet874c9ef2008-09-22 22:13:19 +02009310fi
Alexandre Julliard25e9e4f2009-08-10 14:27:28 +02009311rm -f core conftest.err conftest.$ac_objext \
9312 conftest$ac_exeext conftest.$ac_ext
Henri Verbeet874c9ef2008-09-22 22:13:19 +02009313 LIBS=$ac_check_soname_save_LIBS
9314fi
Alexandre Julliard25e9e4f2009-08-10 14:27:28 +02009315if test "x$ac_cv_lib_soname_gnutls" = "x"; then :
9316 { $as_echo "$as_me:${as_lineno-$LINENO}: result: not found" >&5
Alexandre Julliardabf50482008-10-31 12:56:53 +01009317$as_echo "not found" >&6; }
Henri Verbeet874c9ef2008-09-22 22:13:19 +02009318
9319else
Alexandre Julliard25e9e4f2009-08-10 14:27:28 +02009320 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_soname_gnutls" >&5
Alexandre Julliardabf50482008-10-31 12:56:53 +01009321$as_echo "$ac_cv_lib_soname_gnutls" >&6; }
Henri Verbeet874c9ef2008-09-22 22:13:19 +02009322
9323cat >>confdefs.h <<_ACEOF
9324#define SONAME_LIBGNUTLS "$ac_cv_lib_soname_gnutls"
9325_ACEOF
9326
9327 GNUTLSINCL="$ac_gnutls_cflags"
9328
9329fi
Francois Gouget3aae9542008-10-24 11:24:58 +02009330fi
Francois Gouget3aae9542008-10-24 11:24:58 +02009331rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
Henri Verbeet874c9ef2008-09-22 22:13:19 +02009332fi
9333
9334
9335 CPPFLAGS="$ac_save_CPPFLAGS"
9336fi
Alexandre Julliard25e9e4f2009-08-10 14:27:28 +02009337if test "x$ac_cv_lib_soname_gnutls" = "x"; then :
Henri Verbeet874c9ef2008-09-22 22:13:19 +02009338 case "x$with_gnutls" in
Alexandre Julliard93f094c2008-10-22 13:16:54 +02009339 x) wine_notices="$wine_notices|libgnutls ${notice_platform}development files not found, no schannel support." ;;
Henri Verbeet874c9ef2008-09-22 22:13:19 +02009340 xno) ;;
Alexandre Julliard25e9e4f2009-08-10 14:27:28 +02009341 *) as_fn_error "libgnutls ${notice_platform}development files not found, no schannel support.
9342This is an error since --with-gnutls was requested." "$LINENO" 5 ;;
Henri Verbeet874c9ef2008-09-22 22:13:19 +02009343esac
9344fi
9345
Alexandre Julliard48957682001-12-26 23:08:31 +00009346CURSESLIBS=""
Alexandre Julliard8f1d42e2006-12-16 17:01:37 +01009347if test "$ac_cv_header_ncurses_h" = "yes"
Patrik Stridvall5e5ad532000-04-23 20:02:46 +00009348then
Alexandre Julliard25e9e4f2009-08-10 14:27:28 +02009349 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for -lncurses" >&5
Alexandre Julliardabf50482008-10-31 12:56:53 +01009350$as_echo_n "checking for -lncurses... " >&6; }
Alexandre Julliard25e9e4f2009-08-10 14:27:28 +02009351if test "${ac_cv_lib_soname_ncurses+set}" = set; then :
Alexandre Julliardabf50482008-10-31 12:56:53 +01009352 $as_echo_n "(cached) " >&6
Joseph Praneviche884f9c1999-01-03 16:14:34 +00009353else
Alexandre Julliardd0783772007-07-02 17:28:50 +02009354 ac_check_soname_save_LIBS=$LIBS
Joseph Praneviche884f9c1999-01-03 16:14:34 +00009355LIBS="-lncurses $LIBS"
Alexandre Julliard25e9e4f2009-08-10 14:27:28 +02009356 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
Alexandre Julliarde24bcc72002-12-24 00:35:19 +00009357/* end confdefs.h. */
Alexandre Julliardf5818d22002-02-14 19:47:29 +00009358
Alexandre Julliardfc6ffb22006-05-25 20:08:12 +02009359/* Override any GCC internal prototype to avoid an error.
9360 Use char because int might match the return type of a GCC
9361 builtin and then its argument prototype would still apply. */
Alexandre Julliardf5818d22002-02-14 19:47:29 +00009362#ifdef __cplusplus
9363extern "C"
9364#endif
Alexandre Julliardf5818d22002-02-14 19:47:29 +00009365char waddch ();
9366int
9367main ()
9368{
Alexandre Julliardfc6ffb22006-05-25 20:08:12 +02009369return waddch ();
Alexandre Julliardf5818d22002-02-14 19:47:29 +00009370 ;
9371 return 0;
9372}
9373_ACEOF
Alexandre Julliard25e9e4f2009-08-10 14:27:28 +02009374if ac_fn_c_try_link "$LINENO"; then :
Alexandre Julliardd0783772007-07-02 17:28:50 +02009375 case "$LIBEXT" in
9376 dll) ;;
9377 dylib) ac_cv_lib_soname_ncurses=`otool -L conftest$ac_exeext | grep "libncurses\\.[0-9A-Za-z.]*dylib" | sed -e "s/^.*\/\(libncurses\.[0-9A-Za-z.]*dylib\).*$/\1/"';2,$d'` ;;
9378 *) ac_cv_lib_soname_ncurses=`$ac_cv_path_LDD conftest$ac_exeext | grep "libncurses\\.$LIBEXT" | sed -e "s/^.*\(libncurses\.$LIBEXT[^ ]*\).*$/\1/"';2,$d'` ;;
9379 esac
Joseph Praneviche884f9c1999-01-03 16:14:34 +00009380fi
Alexandre Julliard25e9e4f2009-08-10 14:27:28 +02009381rm -f core conftest.err conftest.$ac_objext \
9382 conftest$ac_exeext conftest.$ac_ext
Alexandre Julliardd0783772007-07-02 17:28:50 +02009383 LIBS=$ac_check_soname_save_LIBS
Alexandre Julliardf5818d22002-02-14 19:47:29 +00009384fi
Alexandre Julliard25e9e4f2009-08-10 14:27:28 +02009385if test "x$ac_cv_lib_soname_ncurses" = "x"; then :
9386 { $as_echo "$as_me:${as_lineno-$LINENO}: result: not found" >&5
Alexandre Julliardabf50482008-10-31 12:56:53 +01009387$as_echo "not found" >&6; }
Alexandre Julliardd0783772007-07-02 17:28:50 +02009388
9389else
Alexandre Julliard25e9e4f2009-08-10 14:27:28 +02009390 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_soname_ncurses" >&5
Alexandre Julliardabf50482008-10-31 12:56:53 +01009391$as_echo "$ac_cv_lib_soname_ncurses" >&6; }
Alexandre Julliardd0783772007-07-02 17:28:50 +02009392
9393cat >>confdefs.h <<_ACEOF
9394#define SONAME_LIBNCURSES "$ac_cv_lib_soname_ncurses"
9395_ACEOF
9396
9397 CURSESLIBS="-lncurses"
Alexandre Julliarddaa28862002-04-11 21:54:01 +00009398fi
Alexandre Julliard8f1d42e2006-12-16 17:01:37 +01009399elif test "$ac_cv_header_curses_h" = "yes"
9400then
Alexandre Julliard25e9e4f2009-08-10 14:27:28 +02009401 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for -lcurses" >&5
Alexandre Julliardabf50482008-10-31 12:56:53 +01009402$as_echo_n "checking for -lcurses... " >&6; }
Alexandre Julliard25e9e4f2009-08-10 14:27:28 +02009403if test "${ac_cv_lib_soname_curses+set}" = set; then :
Alexandre Julliardabf50482008-10-31 12:56:53 +01009404 $as_echo_n "(cached) " >&6
Joseph Praneviche884f9c1999-01-03 16:14:34 +00009405else
Alexandre Julliardd0783772007-07-02 17:28:50 +02009406 ac_check_soname_save_LIBS=$LIBS
Joseph Praneviche884f9c1999-01-03 16:14:34 +00009407LIBS="-lcurses $LIBS"
Alexandre Julliard25e9e4f2009-08-10 14:27:28 +02009408 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
Alexandre Julliarde24bcc72002-12-24 00:35:19 +00009409/* end confdefs.h. */
Alexandre Julliardf5818d22002-02-14 19:47:29 +00009410
Alexandre Julliardfc6ffb22006-05-25 20:08:12 +02009411/* Override any GCC internal prototype to avoid an error.
9412 Use char because int might match the return type of a GCC
9413 builtin and then its argument prototype would still apply. */
Alexandre Julliardf5818d22002-02-14 19:47:29 +00009414#ifdef __cplusplus
9415extern "C"
9416#endif
Alexandre Julliardf5818d22002-02-14 19:47:29 +00009417char waddch ();
9418int
9419main ()
9420{
Alexandre Julliardfc6ffb22006-05-25 20:08:12 +02009421return waddch ();
Alexandre Julliardf5818d22002-02-14 19:47:29 +00009422 ;
9423 return 0;
9424}
9425_ACEOF
Alexandre Julliard25e9e4f2009-08-10 14:27:28 +02009426if ac_fn_c_try_link "$LINENO"; then :
Alexandre Julliardd0783772007-07-02 17:28:50 +02009427 case "$LIBEXT" in
9428 dll) ;;
9429 dylib) ac_cv_lib_soname_curses=`otool -L conftest$ac_exeext | grep "libcurses\\.[0-9A-Za-z.]*dylib" | sed -e "s/^.*\/\(libcurses\.[0-9A-Za-z.]*dylib\).*$/\1/"';2,$d'` ;;
9430 *) ac_cv_lib_soname_curses=`$ac_cv_path_LDD conftest$ac_exeext | grep "libcurses\\.$LIBEXT" | sed -e "s/^.*\(libcurses\.$LIBEXT[^ ]*\).*$/\1/"';2,$d'` ;;
9431 esac
Joseph Praneviche884f9c1999-01-03 16:14:34 +00009432fi
Alexandre Julliard25e9e4f2009-08-10 14:27:28 +02009433rm -f core conftest.err conftest.$ac_objext \
9434 conftest$ac_exeext conftest.$ac_ext
Alexandre Julliardd0783772007-07-02 17:28:50 +02009435 LIBS=$ac_check_soname_save_LIBS
Alexandre Julliardf5818d22002-02-14 19:47:29 +00009436fi
Alexandre Julliard25e9e4f2009-08-10 14:27:28 +02009437if test "x$ac_cv_lib_soname_curses" = "x"; then :
9438 { $as_echo "$as_me:${as_lineno-$LINENO}: result: not found" >&5
Alexandre Julliardabf50482008-10-31 12:56:53 +01009439$as_echo "not found" >&6; }
Alexandre Julliardd0783772007-07-02 17:28:50 +02009440
9441else
Alexandre Julliard25e9e4f2009-08-10 14:27:28 +02009442 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_soname_curses" >&5
Alexandre Julliardabf50482008-10-31 12:56:53 +01009443$as_echo "$ac_cv_lib_soname_curses" >&6; }
Alexandre Julliardd0783772007-07-02 17:28:50 +02009444
9445cat >>confdefs.h <<_ACEOF
9446#define SONAME_LIBCURSES "$ac_cv_lib_soname_curses"
9447_ACEOF
9448
9449 CURSESLIBS="-lcurses"
Joseph Praneviche884f9c1999-01-03 16:14:34 +00009450fi
Alexandre Julliard8f1d42e2006-12-16 17:01:37 +01009451fi
9452ac_save_LIBS="$LIBS"
9453LIBS="$LIBS $CURSESLIBS"
Alexandre Julliardf5f37a82006-06-27 16:41:43 +02009454for ac_func in mousemask
Alexandre Julliard25e9e4f2009-08-10 14:27:28 +02009455do :
9456 ac_fn_c_check_func "$LINENO" "mousemask" "ac_cv_func_mousemask"
9457if test "x$ac_cv_func_mousemask" = x""yes; then :
Alexandre Julliardf5f37a82006-06-27 16:41:43 +02009458 cat >>confdefs.h <<_ACEOF
Alexandre Julliard25e9e4f2009-08-10 14:27:28 +02009459#define HAVE_MOUSEMASK 1
Alexandre Julliardf5f37a82006-06-27 16:41:43 +02009460_ACEOF
9461
9462fi
9463done
9464
Alexandre Julliard8f1d42e2006-12-16 17:01:37 +01009465LIBS="$ac_save_LIBS"
Alexandre Julliard25e9e4f2009-08-10 14:27:28 +02009466if test "x$ac_cv_lib_soname_curses$ac_cv_lib_soname_ncurses" = "x"; then :
Alexandre Julliarda41f0f12008-01-07 14:51:44 +01009467 case "x$with_curses" in
Alexandre Julliard93f094c2008-10-22 13:16:54 +02009468 x) wine_notices="$wine_notices|lib(n)curses ${notice_platform}development files not found, curses won't be supported." ;;
Alexandre Julliarda41f0f12008-01-07 14:51:44 +01009469 xno) ;;
Alexandre Julliard25e9e4f2009-08-10 14:27:28 +02009470 *) as_fn_error "lib(n)curses ${notice_platform}development files not found, curses won't be supported.
9471This is an error since --with-curses was requested." "$LINENO" 5 ;;
Alexandre Julliarda41f0f12008-01-07 14:51:44 +01009472esac
Alexandre Julliardf9dec942007-07-10 15:14:15 +02009473fi
9474
Francois Gouget3fe5d802009-01-14 14:16:06 +01009475if test "x$with_sane" != "xno"
9476then
9477 ac_save_CPPFLAGS="$CPPFLAGS"
9478 # Extract the first word of "sane-config", so it can be a program name with args.
Shi Quan He6b0720f2002-03-21 02:58:39 +00009479set dummy sane-config; ac_word=$2
Alexandre Julliard25e9e4f2009-08-10 14:27:28 +02009480{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
Alexandre Julliardabf50482008-10-31 12:56:53 +01009481$as_echo_n "checking for $ac_word... " >&6; }
Alexandre Julliard25e9e4f2009-08-10 14:27:28 +02009482if test "${ac_cv_prog_sane_devel+set}" = set; then :
Alexandre Julliardabf50482008-10-31 12:56:53 +01009483 $as_echo_n "(cached) " >&6
Shi Quan He6b0720f2002-03-21 02:58:39 +00009484else
9485 if test -n "$sane_devel"; then
9486 ac_cv_prog_sane_devel="$sane_devel" # Let the user override the test.
9487else
Alexandre Julliarddaa28862002-04-11 21:54:01 +00009488as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
9489for as_dir in $PATH
9490do
9491 IFS=$as_save_IFS
9492 test -z "$as_dir" && as_dir=.
Alexandre Julliard25e9e4f2009-08-10 14:27:28 +02009493 for ac_exec_ext in '' $ac_executable_extensions; do
Alexandre Julliarddc9f3842006-12-19 16:17:09 +01009494 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
Alexandre Julliarddaa28862002-04-11 21:54:01 +00009495 ac_cv_prog_sane_devel="sane-config"
Alexandre Julliard25e9e4f2009-08-10 14:27:28 +02009496 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
Alexandre Julliarddaa28862002-04-11 21:54:01 +00009497 break 2
9498 fi
9499done
Alexandre Julliard25e9e4f2009-08-10 14:27:28 +02009500 done
Alexandre Julliardfc6ffb22006-05-25 20:08:12 +02009501IFS=$as_save_IFS
Shi Quan He6b0720f2002-03-21 02:58:39 +00009502
9503 test -z "$ac_cv_prog_sane_devel" && ac_cv_prog_sane_devel="no"
9504fi
9505fi
9506sane_devel=$ac_cv_prog_sane_devel
9507if test -n "$sane_devel"; then
Alexandre Julliard25e9e4f2009-08-10 14:27:28 +02009508 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $sane_devel" >&5
Alexandre Julliardabf50482008-10-31 12:56:53 +01009509$as_echo "$sane_devel" >&6; }
Shi Quan He6b0720f2002-03-21 02:58:39 +00009510else
Alexandre Julliard25e9e4f2009-08-10 14:27:28 +02009511 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
Alexandre Julliardabf50482008-10-31 12:56:53 +01009512$as_echo "no" >&6; }
Shi Quan He6b0720f2002-03-21 02:58:39 +00009513fi
9514
Alexandre Julliardfc6ffb22006-05-25 20:08:12 +02009515
Francois Gouget3fe5d802009-01-14 14:16:06 +01009516 if test "$sane_devel" != "no"
9517 then
9518 ac_sane_incl="`$sane_devel --cflags`"
9519 ac_sane_libs="`$sane_devel --ldflags`"
9520 CPPFLAGS="$CPPFLAGS $ac_sane_incl"
9521 fi
Alexandre Julliard25e9e4f2009-08-10 14:27:28 +02009522 ac_fn_c_check_header_mongrel "$LINENO" "sane/sane.h" "ac_cv_header_sane_sane_h" "$ac_includes_default"
9523if test "x$ac_cv_header_sane_sane_h" = x""yes; then :
9524 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for -lsane" >&5
Alexandre Julliardabf50482008-10-31 12:56:53 +01009525$as_echo_n "checking for -lsane... " >&6; }
Alexandre Julliard25e9e4f2009-08-10 14:27:28 +02009526if test "${ac_cv_lib_soname_sane+set}" = set; then :
Alexandre Julliardabf50482008-10-31 12:56:53 +01009527 $as_echo_n "(cached) " >&6
Alexandre Julliard418e74b2007-07-02 19:42:13 +02009528else
9529 ac_check_soname_save_LIBS=$LIBS
Francois Gougeta9d7bab2008-07-20 22:41:41 +02009530LIBS="-lsane $ac_sane_libs $LIBS"
Alexandre Julliard25e9e4f2009-08-10 14:27:28 +02009531 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
Alexandre Julliard418e74b2007-07-02 19:42:13 +02009532/* end confdefs.h. */
9533
9534/* Override any GCC internal prototype to avoid an error.
9535 Use char because int might match the return type of a GCC
9536 builtin and then its argument prototype would still apply. */
9537#ifdef __cplusplus
9538extern "C"
9539#endif
9540char sane_init ();
9541int
9542main ()
9543{
9544return sane_init ();
9545 ;
9546 return 0;
9547}
9548_ACEOF
Alexandre Julliard25e9e4f2009-08-10 14:27:28 +02009549if ac_fn_c_try_link "$LINENO"; then :
Alexandre Julliard418e74b2007-07-02 19:42:13 +02009550 case "$LIBEXT" in
9551 dll) ;;
9552 dylib) ac_cv_lib_soname_sane=`otool -L conftest$ac_exeext | grep "libsane\\.[0-9A-Za-z.]*dylib" | sed -e "s/^.*\/\(libsane\.[0-9A-Za-z.]*dylib\).*$/\1/"';2,$d'` ;;
9553 *) ac_cv_lib_soname_sane=`$ac_cv_path_LDD conftest$ac_exeext | grep "libsane\\.$LIBEXT" | sed -e "s/^.*\(libsane\.$LIBEXT[^ ]*\).*$/\1/"';2,$d'` ;;
9554 esac
Alexandre Julliard418e74b2007-07-02 19:42:13 +02009555fi
Alexandre Julliard25e9e4f2009-08-10 14:27:28 +02009556rm -f core conftest.err conftest.$ac_objext \
9557 conftest$ac_exeext conftest.$ac_ext
Alexandre Julliard418e74b2007-07-02 19:42:13 +02009558 LIBS=$ac_check_soname_save_LIBS
9559fi
Alexandre Julliard25e9e4f2009-08-10 14:27:28 +02009560if test "x$ac_cv_lib_soname_sane" = "x"; then :
9561 { $as_echo "$as_me:${as_lineno-$LINENO}: result: not found" >&5
Alexandre Julliardabf50482008-10-31 12:56:53 +01009562$as_echo "not found" >&6; }
Shi Quan He6b0720f2002-03-21 02:58:39 +00009563
9564else
Alexandre Julliard25e9e4f2009-08-10 14:27:28 +02009565 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_soname_sane" >&5
Alexandre Julliardabf50482008-10-31 12:56:53 +01009566$as_echo "$ac_cv_lib_soname_sane" >&6; }
Alexandre Julliard418e74b2007-07-02 19:42:13 +02009567
9568cat >>confdefs.h <<_ACEOF
9569#define SONAME_LIBSANE "$ac_cv_lib_soname_sane"
9570_ACEOF
9571
9572 SANEINCL="$ac_sane_incl"
9573
9574fi
Shi Quan He6b0720f2002-03-21 02:58:39 +00009575fi
9576
Alexandre Julliarddaa28862002-04-11 21:54:01 +00009577
Shi Quan He6b0720f2002-03-21 02:58:39 +00009578 CPPFLAGS="$ac_save_CPPFLAGS"
9579fi
Alexandre Julliard25e9e4f2009-08-10 14:27:28 +02009580if test "x$ac_cv_lib_soname_sane" = "x"; then :
Alexandre Julliarda41f0f12008-01-07 14:51:44 +01009581 case "x$with_sane" in
Alexandre Julliard93f094c2008-10-22 13:16:54 +02009582 x) wine_notices="$wine_notices|libsane ${notice_platform}development files not found, scanners won't be supported." ;;
Alexandre Julliarda41f0f12008-01-07 14:51:44 +01009583 xno) ;;
Alexandre Julliard25e9e4f2009-08-10 14:27:28 +02009584 *) as_fn_error "libsane ${notice_platform}development files not found, scanners won't be supported.
9585This is an error since --with-sane was requested." "$LINENO" 5 ;;
Alexandre Julliarda41f0f12008-01-07 14:51:44 +01009586esac
Alexandre Julliardf9dec942007-07-10 15:14:15 +02009587fi
9588
Francois Gouget3fe5d802009-01-14 14:16:06 +01009589if test "x$with_gphoto" != "xno"
9590then
9591 ac_save_CPPFLAGS="$CPPFLAGS"
9592 # Extract the first word of "gphoto2-config", so it can be a program name with args.
Marcus Meissner40e7ef32006-05-08 20:09:37 +02009593set dummy gphoto2-config; ac_word=$2
Alexandre Julliard25e9e4f2009-08-10 14:27:28 +02009594{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
Alexandre Julliardabf50482008-10-31 12:56:53 +01009595$as_echo_n "checking for $ac_word... " >&6; }
Alexandre Julliard25e9e4f2009-08-10 14:27:28 +02009596if test "${ac_cv_prog_gphoto2_devel+set}" = set; then :
Alexandre Julliardabf50482008-10-31 12:56:53 +01009597 $as_echo_n "(cached) " >&6
Marcus Meissner40e7ef32006-05-08 20:09:37 +02009598else
9599 if test -n "$gphoto2_devel"; then
9600 ac_cv_prog_gphoto2_devel="$gphoto2_devel" # Let the user override the test.
9601else
9602as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
9603for as_dir in $PATH
9604do
9605 IFS=$as_save_IFS
9606 test -z "$as_dir" && as_dir=.
Alexandre Julliard25e9e4f2009-08-10 14:27:28 +02009607 for ac_exec_ext in '' $ac_executable_extensions; do
Alexandre Julliarddc9f3842006-12-19 16:17:09 +01009608 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
Marcus Meissner40e7ef32006-05-08 20:09:37 +02009609 ac_cv_prog_gphoto2_devel="gphoto2-config"
Alexandre Julliard25e9e4f2009-08-10 14:27:28 +02009610 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
Marcus Meissner40e7ef32006-05-08 20:09:37 +02009611 break 2
9612 fi
9613done
Alexandre Julliard25e9e4f2009-08-10 14:27:28 +02009614 done
Alexandre Julliardfc6ffb22006-05-25 20:08:12 +02009615IFS=$as_save_IFS
Marcus Meissner40e7ef32006-05-08 20:09:37 +02009616
9617 test -z "$ac_cv_prog_gphoto2_devel" && ac_cv_prog_gphoto2_devel="no"
9618fi
9619fi
9620gphoto2_devel=$ac_cv_prog_gphoto2_devel
9621if test -n "$gphoto2_devel"; then
Alexandre Julliard25e9e4f2009-08-10 14:27:28 +02009622 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $gphoto2_devel" >&5
Alexandre Julliardabf50482008-10-31 12:56:53 +01009623$as_echo "$gphoto2_devel" >&6; }
Marcus Meissner40e7ef32006-05-08 20:09:37 +02009624else
Alexandre Julliard25e9e4f2009-08-10 14:27:28 +02009625 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
Alexandre Julliardabf50482008-10-31 12:56:53 +01009626$as_echo "no" >&6; }
Marcus Meissner40e7ef32006-05-08 20:09:37 +02009627fi
9628
Alexandre Julliardfc6ffb22006-05-25 20:08:12 +02009629
Francois Gouget3fe5d802009-01-14 14:16:06 +01009630 # Extract the first word of "gphoto2-port-config", so it can be a program name with args.
Marcus Meissner40e7ef32006-05-08 20:09:37 +02009631set dummy gphoto2-port-config; ac_word=$2
Alexandre Julliard25e9e4f2009-08-10 14:27:28 +02009632{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
Alexandre Julliardabf50482008-10-31 12:56:53 +01009633$as_echo_n "checking for $ac_word... " >&6; }
Alexandre Julliard25e9e4f2009-08-10 14:27:28 +02009634if test "${ac_cv_prog_gphoto2port_devel+set}" = set; then :
Alexandre Julliardabf50482008-10-31 12:56:53 +01009635 $as_echo_n "(cached) " >&6
Marcus Meissner40e7ef32006-05-08 20:09:37 +02009636else
9637 if test -n "$gphoto2port_devel"; then
9638 ac_cv_prog_gphoto2port_devel="$gphoto2port_devel" # Let the user override the test.
9639else
9640as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
9641for as_dir in $PATH
9642do
9643 IFS=$as_save_IFS
9644 test -z "$as_dir" && as_dir=.
Alexandre Julliard25e9e4f2009-08-10 14:27:28 +02009645 for ac_exec_ext in '' $ac_executable_extensions; do
Alexandre Julliarddc9f3842006-12-19 16:17:09 +01009646 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
Marcus Meissner40e7ef32006-05-08 20:09:37 +02009647 ac_cv_prog_gphoto2port_devel="gphoto2-port-config"
Alexandre Julliard25e9e4f2009-08-10 14:27:28 +02009648 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
Marcus Meissner40e7ef32006-05-08 20:09:37 +02009649 break 2
9650 fi
9651done
Alexandre Julliard25e9e4f2009-08-10 14:27:28 +02009652 done
Alexandre Julliardfc6ffb22006-05-25 20:08:12 +02009653IFS=$as_save_IFS
Marcus Meissner40e7ef32006-05-08 20:09:37 +02009654
9655 test -z "$ac_cv_prog_gphoto2port_devel" && ac_cv_prog_gphoto2port_devel="no"
9656fi
9657fi
9658gphoto2port_devel=$ac_cv_prog_gphoto2port_devel
9659if test -n "$gphoto2port_devel"; then
Alexandre Julliard25e9e4f2009-08-10 14:27:28 +02009660 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $gphoto2port_devel" >&5
Alexandre Julliardabf50482008-10-31 12:56:53 +01009661$as_echo "$gphoto2port_devel" >&6; }
Marcus Meissner40e7ef32006-05-08 20:09:37 +02009662else
Alexandre Julliard25e9e4f2009-08-10 14:27:28 +02009663 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
Alexandre Julliardabf50482008-10-31 12:56:53 +01009664$as_echo "no" >&6; }
Marcus Meissner40e7ef32006-05-08 20:09:37 +02009665fi
9666
Alexandre Julliardfc6ffb22006-05-25 20:08:12 +02009667
Francois Gouget3fe5d802009-01-14 14:16:06 +01009668 if test "$gphoto2_devel" != "no" -a "$gphoto2port_devel" != "no"
9669 then
9670 ac_gphoto2_incl="`$gphoto2_devel --cflags` `$gphoto2port_devel --cflags`"
9671 ac_gphoto2_libs=""
9672 for i in `$gphoto2_devel --libs` `$gphoto2port_devel --libs`
9673 do
9674 case "$i" in
9675 -L/usr/lib|-L/usr/lib64) ;;
9676 -L*|-l*) ac_gphoto2_libs="$ac_gphoto2_libs $i";;
9677 esac
9678 done
9679 CPPFLAGS="$CPPFLAGS $ac_gphoto2_incl"
9680 fi
Shunichi Fuji4bf77d62009-01-20 15:24:46 +09009681 ac_gphoto2_libs=${ac_gphoto2_libs:-"-lgphoto2"}
Alexandre Julliard25e9e4f2009-08-10 14:27:28 +02009682 ac_fn_c_check_header_mongrel "$LINENO" "gphoto2-camera.h" "ac_cv_header_gphoto2_camera_h" "$ac_includes_default"
9683if test "x$ac_cv_header_gphoto2_camera_h" = x""yes; then :
9684 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for gp_camera_new in -lgphoto2" >&5
Alexandre Julliardabf50482008-10-31 12:56:53 +01009685$as_echo_n "checking for gp_camera_new in -lgphoto2... " >&6; }
Alexandre Julliard25e9e4f2009-08-10 14:27:28 +02009686if test "${ac_cv_lib_gphoto2_gp_camera_new+set}" = set; then :
Alexandre Julliardabf50482008-10-31 12:56:53 +01009687 $as_echo_n "(cached) " >&6
Marcus Meissner40e7ef32006-05-08 20:09:37 +02009688else
9689 ac_check_lib_save_LIBS=$LIBS
Francois Gouget4bc03fe2008-07-21 17:10:45 +02009690LIBS="-lgphoto2 $ac_gphoto2_libs $LIBS"
Alexandre Julliard25e9e4f2009-08-10 14:27:28 +02009691cat confdefs.h - <<_ACEOF >conftest.$ac_ext
Marcus Meissner40e7ef32006-05-08 20:09:37 +02009692/* end confdefs.h. */
9693
Alexandre Julliardfc6ffb22006-05-25 20:08:12 +02009694/* Override any GCC internal prototype to avoid an error.
9695 Use char because int might match the return type of a GCC
9696 builtin and then its argument prototype would still apply. */
Marcus Meissner40e7ef32006-05-08 20:09:37 +02009697#ifdef __cplusplus
9698extern "C"
9699#endif
Marcus Meissner40e7ef32006-05-08 20:09:37 +02009700char gp_camera_new ();
9701int
9702main ()
9703{
Alexandre Julliardfc6ffb22006-05-25 20:08:12 +02009704return gp_camera_new ();
Marcus Meissner40e7ef32006-05-08 20:09:37 +02009705 ;
9706 return 0;
9707}
9708_ACEOF
Alexandre Julliard25e9e4f2009-08-10 14:27:28 +02009709if ac_fn_c_try_link "$LINENO"; then :
Marcus Meissner40e7ef32006-05-08 20:09:37 +02009710 ac_cv_lib_gphoto2_gp_camera_new=yes
9711else
Alexandre Julliard25e9e4f2009-08-10 14:27:28 +02009712 ac_cv_lib_gphoto2_gp_camera_new=no
Marcus Meissner40e7ef32006-05-08 20:09:37 +02009713fi
Alexandre Julliard25e9e4f2009-08-10 14:27:28 +02009714rm -f core conftest.err conftest.$ac_objext \
9715 conftest$ac_exeext conftest.$ac_ext
Marcus Meissner40e7ef32006-05-08 20:09:37 +02009716LIBS=$ac_check_lib_save_LIBS
9717fi
Alexandre Julliard25e9e4f2009-08-10 14:27:28 +02009718{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_gphoto2_gp_camera_new" >&5
Alexandre Julliardabf50482008-10-31 12:56:53 +01009719$as_echo "$ac_cv_lib_gphoto2_gp_camera_new" >&6; }
Alexandre Julliard25e9e4f2009-08-10 14:27:28 +02009720if test "x$ac_cv_lib_gphoto2_gp_camera_new" = x""yes; then :
Marcus Meissner40e7ef32006-05-08 20:09:37 +02009721
Alexandre Julliard25e9e4f2009-08-10 14:27:28 +02009722$as_echo "#define HAVE_GPHOTO2 1" >>confdefs.h
Marcus Meissner40e7ef32006-05-08 20:09:37 +02009723
Alexandre Julliardf9dec942007-07-10 15:14:15 +02009724 GPHOTO2LIBS="$ac_gphoto2_libs"
9725
9726 GPHOTO2INCL="$ac_gphoto2_incl"
9727
Marcus Meissner40e7ef32006-05-08 20:09:37 +02009728fi
9729
Marcus Meissner40e7ef32006-05-08 20:09:37 +02009730fi
9731
9732
Marcus Meissner40e7ef32006-05-08 20:09:37 +02009733 CPPFLAGS="$ac_save_CPPFLAGS"
9734fi
Alexandre Julliard25e9e4f2009-08-10 14:27:28 +02009735if test "$ac_cv_lib_gphoto2_gp_camera_new" != "yes"; then :
Alexandre Julliarda41f0f12008-01-07 14:51:44 +01009736 case "x$with_gphoto" in
Alexandre Julliard93f094c2008-10-22 13:16:54 +02009737 x) wine_notices="$wine_notices|libgphoto2 ${notice_platform}development files not found, digital cameras won't be supported." ;;
Alexandre Julliarda41f0f12008-01-07 14:51:44 +01009738 xno) ;;
Alexandre Julliard25e9e4f2009-08-10 14:27:28 +02009739 *) as_fn_error "libgphoto2 ${notice_platform}development files not found, digital cameras won't be supported.
9740This is an error since --with-gphoto was requested." "$LINENO" 5 ;;
Alexandre Julliarda41f0f12008-01-07 14:51:44 +01009741esac
Alexandre Julliardf9dec942007-07-10 15:14:15 +02009742fi
9743
9744
Hans Leidekker2d6d4e92006-04-09 18:36:01 +02009745RESOLVLIBS=""
9746
9747if test "$ac_cv_header_resolv_h" = "yes"
9748then
Alexandre Julliard4a9a3d72008-12-26 19:36:27 +01009749 ac_save_LIBS="$LIBS"
9750 LIBS="$LIBS -lresolv"
Alexandre Julliard25e9e4f2009-08-10 14:27:28 +02009751 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
Hans Leidekker2d6d4e92006-04-09 18:36:01 +02009752/* end confdefs.h. */
Rob Shearmanba349212009-01-02 12:12:06 +00009753#ifdef HAVE_NETINET_IN_H
9754#include <netinet/in.h>
9755#endif
Alexandre Julliard4a9a3d72008-12-26 19:36:27 +01009756#include <resolv.h>
Hans Leidekker2d6d4e92006-04-09 18:36:01 +02009757int
9758main ()
9759{
Alexandre Julliard4a9a3d72008-12-26 19:36:27 +01009760res_init();
Hans Leidekker2d6d4e92006-04-09 18:36:01 +02009761 ;
9762 return 0;
9763}
9764_ACEOF
Alexandre Julliard25e9e4f2009-08-10 14:27:28 +02009765if ac_fn_c_try_link "$LINENO"; then :
Hans Leidekker2d6d4e92006-04-09 18:36:01 +02009766
Alexandre Julliard25e9e4f2009-08-10 14:27:28 +02009767$as_echo "#define HAVE_RESOLV 1" >>confdefs.h
Hans Leidekker2d6d4e92006-04-09 18:36:01 +02009768
9769 RESOLVLIBS="-lresolv"
9770fi
Alexandre Julliard25e9e4f2009-08-10 14:27:28 +02009771rm -f core conftest.err conftest.$ac_objext \
9772 conftest$ac_exeext conftest.$ac_ext
Alexandre Julliard4a9a3d72008-12-26 19:36:27 +01009773 LIBS="$ac_save_LIBS"
Hans Leidekker2d6d4e92006-04-09 18:36:01 +02009774fi
9775
Hans Leidekkerd3447022005-07-15 10:09:43 +00009776LCMSLIBS=""
9777
9778if test "$ac_cv_header_lcms_h" = "yes" -o "$ac_cv_header_lcms_lcms_h" = "yes"
9779then
Alexandre Julliard25e9e4f2009-08-10 14:27:28 +02009780 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for cmsOpenProfileFromFile in -llcms" >&5
Alexandre Julliardabf50482008-10-31 12:56:53 +01009781$as_echo_n "checking for cmsOpenProfileFromFile in -llcms... " >&6; }
Alexandre Julliard25e9e4f2009-08-10 14:27:28 +02009782if test "${ac_cv_lib_lcms_cmsOpenProfileFromFile+set}" = set; then :
Alexandre Julliardabf50482008-10-31 12:56:53 +01009783 $as_echo_n "(cached) " >&6
Hans Leidekkerd3447022005-07-15 10:09:43 +00009784else
9785 ac_check_lib_save_LIBS=$LIBS
9786LIBS="-llcms $LIBS"
Alexandre Julliard25e9e4f2009-08-10 14:27:28 +02009787cat confdefs.h - <<_ACEOF >conftest.$ac_ext
Hans Leidekkerd3447022005-07-15 10:09:43 +00009788/* end confdefs.h. */
9789
Alexandre Julliardfc6ffb22006-05-25 20:08:12 +02009790/* Override any GCC internal prototype to avoid an error.
9791 Use char because int might match the return type of a GCC
9792 builtin and then its argument prototype would still apply. */
Hans Leidekkerd3447022005-07-15 10:09:43 +00009793#ifdef __cplusplus
9794extern "C"
9795#endif
Hans Leidekkerd3447022005-07-15 10:09:43 +00009796char cmsOpenProfileFromFile ();
9797int
9798main ()
9799{
Alexandre Julliardfc6ffb22006-05-25 20:08:12 +02009800return cmsOpenProfileFromFile ();
Hans Leidekkerd3447022005-07-15 10:09:43 +00009801 ;
9802 return 0;
9803}
9804_ACEOF
Alexandre Julliard25e9e4f2009-08-10 14:27:28 +02009805if ac_fn_c_try_link "$LINENO"; then :
Hans Leidekkerd3447022005-07-15 10:09:43 +00009806 ac_cv_lib_lcms_cmsOpenProfileFromFile=yes
9807else
Alexandre Julliard25e9e4f2009-08-10 14:27:28 +02009808 ac_cv_lib_lcms_cmsOpenProfileFromFile=no
Hans Leidekkerd3447022005-07-15 10:09:43 +00009809fi
Alexandre Julliard25e9e4f2009-08-10 14:27:28 +02009810rm -f core conftest.err conftest.$ac_objext \
9811 conftest$ac_exeext conftest.$ac_ext
Hans Leidekkerd3447022005-07-15 10:09:43 +00009812LIBS=$ac_check_lib_save_LIBS
9813fi
Alexandre Julliard25e9e4f2009-08-10 14:27:28 +02009814{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_lcms_cmsOpenProfileFromFile" >&5
Alexandre Julliardabf50482008-10-31 12:56:53 +01009815$as_echo "$ac_cv_lib_lcms_cmsOpenProfileFromFile" >&6; }
Alexandre Julliard25e9e4f2009-08-10 14:27:28 +02009816if test "x$ac_cv_lib_lcms_cmsOpenProfileFromFile" = x""yes; then :
Hans Leidekkerd3447022005-07-15 10:09:43 +00009817
Alexandre Julliard25e9e4f2009-08-10 14:27:28 +02009818$as_echo "#define HAVE_LCMS 1" >>confdefs.h
Hans Leidekkerd3447022005-07-15 10:09:43 +00009819
9820 LCMSLIBS="-llcms"
9821fi
9822
9823fi
Alexandre Julliard25e9e4f2009-08-10 14:27:28 +02009824if test "$ac_cv_lib_lcms_cmsOpenProfileFromFile" != "yes"; then :
Alexandre Julliarda41f0f12008-01-07 14:51:44 +01009825 case "x$with_cms" in
Alexandre Julliard93f094c2008-10-22 13:16:54 +02009826 x) wine_notices="$wine_notices|liblcms ${notice_platform}development files not found, Color Management won't be supported." ;;
Alexandre Julliarda41f0f12008-01-07 14:51:44 +01009827 xno) ;;
Alexandre Julliard25e9e4f2009-08-10 14:27:28 +02009828 *) as_fn_error "liblcms ${notice_platform}development files not found, Color Management won't be supported.
9829This is an error since --with-cms was requested." "$LINENO" 5 ;;
Alexandre Julliarda41f0f12008-01-07 14:51:44 +01009830esac
Alexandre Julliardf9dec942007-07-10 15:14:15 +02009831fi
9832
Francois Gouget3fe5d802009-01-14 14:16:06 +01009833if test "x$with_freetype" != "xno"
9834then
9835 for ac_prog in freetype-config freetype2-config
Alexandre Julliard24a55f32007-07-09 22:43:20 +02009836do
9837 # Extract the first word of "$ac_prog", so it can be a program name with args.
9838set dummy $ac_prog; ac_word=$2
Alexandre Julliard25e9e4f2009-08-10 14:27:28 +02009839{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
Alexandre Julliardabf50482008-10-31 12:56:53 +01009840$as_echo_n "checking for $ac_word... " >&6; }
Alexandre Julliard25e9e4f2009-08-10 14:27:28 +02009841if test "${ac_cv_prog_ft_devel+set}" = set; then :
Alexandre Julliardabf50482008-10-31 12:56:53 +01009842 $as_echo_n "(cached) " >&6
Mike McCormackd9ef88c2006-07-24 15:24:44 +09009843else
9844 if test -n "$ft_devel"; then
9845 ac_cv_prog_ft_devel="$ft_devel" # Let the user override the test.
9846else
9847as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
9848for as_dir in $PATH
9849do
9850 IFS=$as_save_IFS
9851 test -z "$as_dir" && as_dir=.
Alexandre Julliard25e9e4f2009-08-10 14:27:28 +02009852 for ac_exec_ext in '' $ac_executable_extensions; do
Alexandre Julliarddc9f3842006-12-19 16:17:09 +01009853 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
Alexandre Julliard24a55f32007-07-09 22:43:20 +02009854 ac_cv_prog_ft_devel="$ac_prog"
Alexandre Julliard25e9e4f2009-08-10 14:27:28 +02009855 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
Mike McCormackd9ef88c2006-07-24 15:24:44 +09009856 break 2
9857 fi
9858done
Alexandre Julliard25e9e4f2009-08-10 14:27:28 +02009859 done
Mike McCormackd9ef88c2006-07-24 15:24:44 +09009860IFS=$as_save_IFS
9861
Mike McCormackd9ef88c2006-07-24 15:24:44 +09009862fi
9863fi
9864ft_devel=$ac_cv_prog_ft_devel
9865if test -n "$ft_devel"; then
Alexandre Julliard25e9e4f2009-08-10 14:27:28 +02009866 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ft_devel" >&5
Alexandre Julliardabf50482008-10-31 12:56:53 +01009867$as_echo "$ft_devel" >&6; }
Mike McCormackd9ef88c2006-07-24 15:24:44 +09009868else
Alexandre Julliard25e9e4f2009-08-10 14:27:28 +02009869 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
Alexandre Julliardabf50482008-10-31 12:56:53 +01009870$as_echo "no" >&6; }
Mike McCormackd9ef88c2006-07-24 15:24:44 +09009871fi
9872
9873
Alexandre Julliard24a55f32007-07-09 22:43:20 +02009874 test -n "$ft_devel" && break
9875done
Francois Gouget3fe5d802009-01-14 14:16:06 +01009876test -n "$ft_devel" || ft_devel="no"
Alexandre Julliard24a55f32007-07-09 22:43:20 +02009877
Francois Gouget3fe5d802009-01-14 14:16:06 +01009878 if test "$ft_devel" != "no"
9879 then
9880 ac_freetype_incl=`$ft_devel --cflags`
9881 ac_freetype_libs=`$ft_devel --libs`
9882 fi
Shunichi Fuji4bf77d62009-01-20 15:24:46 +09009883 ac_freetype_libs=${ac_freetype_libs:-"-lfreetype"}
Alexandre Julliard25e9e4f2009-08-10 14:27:28 +02009884 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for -lfreetype" >&5
Alexandre Julliardabf50482008-10-31 12:56:53 +01009885$as_echo_n "checking for -lfreetype... " >&6; }
Alexandre Julliard25e9e4f2009-08-10 14:27:28 +02009886if test "${ac_cv_lib_soname_freetype+set}" = set; then :
Alexandre Julliardabf50482008-10-31 12:56:53 +01009887 $as_echo_n "(cached) " >&6
Mike McCormackd9ef88c2006-07-24 15:24:44 +09009888else
Alexandre Julliard24a55f32007-07-09 22:43:20 +02009889 ac_check_soname_save_LIBS=$LIBS
9890LIBS="-lfreetype $ac_freetype_libs $LIBS"
Alexandre Julliard25e9e4f2009-08-10 14:27:28 +02009891 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
Alexandre Julliarde24bcc72002-12-24 00:35:19 +00009892/* end confdefs.h. */
Alexandre Julliardf5818d22002-02-14 19:47:29 +00009893
Alexandre Julliardfc6ffb22006-05-25 20:08:12 +02009894/* Override any GCC internal prototype to avoid an error.
9895 Use char because int might match the return type of a GCC
9896 builtin and then its argument prototype would still apply. */
Alexandre Julliardf5818d22002-02-14 19:47:29 +00009897#ifdef __cplusplus
9898extern "C"
9899#endif
Alexandre Julliardf5818d22002-02-14 19:47:29 +00009900char FT_Init_FreeType ();
9901int
9902main ()
9903{
Alexandre Julliardfc6ffb22006-05-25 20:08:12 +02009904return FT_Init_FreeType ();
Alexandre Julliardf5818d22002-02-14 19:47:29 +00009905 ;
9906 return 0;
9907}
9908_ACEOF
Alexandre Julliard25e9e4f2009-08-10 14:27:28 +02009909if ac_fn_c_try_link "$LINENO"; then :
Alexandre Julliard24a55f32007-07-09 22:43:20 +02009910 case "$LIBEXT" in
9911 dll) ;;
9912 dylib) ac_cv_lib_soname_freetype=`otool -L conftest$ac_exeext | grep "libfreetype\\.[0-9A-Za-z.]*dylib" | sed -e "s/^.*\/\(libfreetype\.[0-9A-Za-z.]*dylib\).*$/\1/"';2,$d'` ;;
9913 *) ac_cv_lib_soname_freetype=`$ac_cv_path_LDD conftest$ac_exeext | grep "libfreetype\\.$LIBEXT" | sed -e "s/^.*\(libfreetype\.$LIBEXT[^ ]*\).*$/\1/"';2,$d'` ;;
9914 esac
Ian Pilcher563598d2001-05-16 20:56:05 +00009915fi
Alexandre Julliard25e9e4f2009-08-10 14:27:28 +02009916rm -f core conftest.err conftest.$ac_objext \
9917 conftest$ac_exeext conftest.$ac_ext
Alexandre Julliard24a55f32007-07-09 22:43:20 +02009918 LIBS=$ac_check_soname_save_LIBS
Ian Pilcher563598d2001-05-16 20:56:05 +00009919fi
Alexandre Julliard25e9e4f2009-08-10 14:27:28 +02009920if test "x$ac_cv_lib_soname_freetype" = "x"; then :
9921 { $as_echo "$as_me:${as_lineno-$LINENO}: result: not found" >&5
Alexandre Julliardabf50482008-10-31 12:56:53 +01009922$as_echo "not found" >&6; }
Alexandre Julliard24a55f32007-07-09 22:43:20 +02009923 ft_lib=no
Ian Pilcher563598d2001-05-16 20:56:05 +00009924else
Alexandre Julliard25e9e4f2009-08-10 14:27:28 +02009925 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_soname_freetype" >&5
Alexandre Julliardabf50482008-10-31 12:56:53 +01009926$as_echo "$ac_cv_lib_soname_freetype" >&6; }
Alexandre Julliard24a55f32007-07-09 22:43:20 +02009927
9928cat >>confdefs.h <<_ACEOF
9929#define SONAME_LIBFREETYPE "$ac_cv_lib_soname_freetype"
9930_ACEOF
9931
9932 ft_lib=yes
Ian Pilcher563598d2001-05-16 20:56:05 +00009933fi
Alexandre Julliard24a55f32007-07-09 22:43:20 +02009934 if test "$ft_lib" = "yes"
Marcus Meissnerd28955d2001-05-31 21:35:15 +00009935 then
Ian Pilcher40432fe2001-06-06 21:05:23 +00009936 ac_save_CPPFLAGS="$CPPFLAGS"
Alexandre Julliard24a55f32007-07-09 22:43:20 +02009937 CPPFLAGS="$ac_freetype_incl $CPPFLAGS"
Alexandre Julliard25e9e4f2009-08-10 14:27:28 +02009938 for ac_header in ft2build.h \
Rein Klazese617a9c2003-11-19 02:18:13 +00009939 freetype/freetype.h \
Ian Pilcher40432fe2001-06-06 21:05:23 +00009940 freetype/ftglyph.h \
Dmitry Timoshkovb0d15902007-09-20 19:10:31 +09009941 freetype/fttypes.h \
Ian Pilcher40432fe2001-06-06 21:05:23 +00009942 freetype/tttables.h \
Ian Pilcher40432fe2001-06-06 21:05:23 +00009943 freetype/ftsnames.h \
Huw D M Davies814654e2001-09-12 20:21:06 +00009944 freetype/ttnameid.h \
Huw D M Davies4e2024e2001-10-23 20:06:32 +00009945 freetype/ftoutln.h \
Huw Daviesc2217182004-06-16 20:06:26 +00009946 freetype/ftwinfnt.h \
Huw Davies603d21c2006-01-24 10:57:35 +01009947 freetype/ftmodapi.h \
ByeongSik Jeon028617b2008-12-10 23:50:44 +09009948 freetype/ftlcdfil.h \
Huw D M Davies4e2024e2001-10-23 20:06:32 +00009949 freetype/internal/sfnt.h
Alexandre Julliard25e9e4f2009-08-10 14:27:28 +02009950do :
9951 as_ac_Header=`$as_echo "ac_cv_header_$ac_header" | $as_tr_sh`
9952ac_fn_c_check_header_compile "$LINENO" "$ac_header" "$as_ac_Header" "#ifdef HAVE_FT2BUILD_H
Francois Gouget9e67edf2008-03-06 12:34:48 +01009953 # include <ft2build.h>
Rein Klazes9c269172003-11-20 04:17:33 +00009954 #endif
Alexandre Julliard25e9e4f2009-08-10 14:27:28 +02009955"
9956eval as_val=\$$as_ac_Header
9957 if test "x$as_val" = x""yes; then :
Alexandre Julliarddaa28862002-04-11 21:54:01 +00009958 cat >>confdefs.h <<_ACEOF
Alexandre Julliardabf50482008-10-31 12:56:53 +01009959#define `$as_echo "HAVE_$ac_header" | $as_tr_cpp` 1
Alexandre Julliarddaa28862002-04-11 21:54:01 +00009960_ACEOF
9961
9962fi
9963
Ian Pilcher40432fe2001-06-06 21:05:23 +00009964done
9965
Alexandre Julliard25e9e4f2009-08-10 14:27:28 +02009966 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
Alexandre Julliarde24bcc72002-12-24 00:35:19 +00009967/* end confdefs.h. */
Alexandre Julliard18d75732002-01-29 03:02:50 +00009968#include <ft2build.h>
9969 #include <freetype/fttrigon.h>
Alexandre Julliardf5818d22002-02-14 19:47:29 +00009970_ACEOF
Alexandre Julliard25e9e4f2009-08-10 14:27:28 +02009971if ac_fn_c_try_cpp "$LINENO"; then :
Alexandre Julliardf5818d22002-02-14 19:47:29 +00009972
Alexandre Julliard25e9e4f2009-08-10 14:27:28 +02009973$as_echo "#define HAVE_FREETYPE_FTTRIGON_H 1" >>confdefs.h
Alexandre Julliard18d75732002-01-29 03:02:50 +00009974
Huw D M Daviesc1d38132002-02-08 17:09:50 +00009975 wine_cv_fttrigon=yes
Alexandre Julliard18d75732002-01-29 03:02:50 +00009976else
Huw D M Daviesc1d38132002-02-08 17:09:50 +00009977 wine_cv_fttrigon=no
Alexandre Julliard18d75732002-01-29 03:02:50 +00009978fi
Alexandre Julliardf5818d22002-02-14 19:47:29 +00009979rm -f conftest.err conftest.$ac_ext
Alexandre Julliard25e9e4f2009-08-10 14:27:28 +02009980 ac_fn_c_check_type "$LINENO" "FT_TrueTypeEngineType" "ac_cv_type_FT_TrueTypeEngineType" "#include <freetype/ftmodapi.h>
9981"
9982if test "x$ac_cv_type_FT_TrueTypeEngineType" = x""yes; then :
Huw Daviesd8a6c272006-02-22 12:24:25 +00009983
9984cat >>confdefs.h <<_ACEOF
9985#define HAVE_FT_TRUETYPEENGINETYPE 1
9986_ACEOF
9987
9988
9989fi
9990
Huw Davies35bca772006-04-12 12:14:27 +01009991 ac_save_CFLAGS="$CFLAGS"
Alexandre Julliard24a55f32007-07-09 22:43:20 +02009992 CFLAGS="$CFLAGS $ac_freetype_libs"
Alexandre Julliard25e9e4f2009-08-10 14:27:28 +02009993 for ac_func in FT_Load_Sfnt_Table
9994do :
9995 ac_fn_c_check_func "$LINENO" "FT_Load_Sfnt_Table" "ac_cv_func_FT_Load_Sfnt_Table"
9996if test "x$ac_cv_func_FT_Load_Sfnt_Table" = x""yes; then :
Huw Davies35bca772006-04-12 12:14:27 +01009997 cat >>confdefs.h <<_ACEOF
Alexandre Julliard25e9e4f2009-08-10 14:27:28 +02009998#define HAVE_FT_LOAD_SFNT_TABLE 1
Huw Davies35bca772006-04-12 12:14:27 +01009999_ACEOF
10000
10001fi
10002done
10003
10004 CFLAGS="$ac_save_CFLAGS"
Ian Pilcher40432fe2001-06-06 21:05:23 +000010005 CPPFLAGS="$ac_save_CPPFLAGS"
Huw D M Daviesc1d38132002-02-08 17:09:50 +000010006 if test "$ac_cv_header_freetype_freetype_h" = "yes" -a "$wine_cv_fttrigon" = "yes"
Huw D M Davies9b1d3722002-01-29 17:09:28 +000010007 then
Alexandre Julliardf5818d22002-02-14 19:47:29 +000010008
Alexandre Julliard25e9e4f2009-08-10 14:27:28 +020010009$as_echo "#define HAVE_FREETYPE 1" >>confdefs.h
Huw D M Davies9b1d3722002-01-29 17:09:28 +000010010
Alexandre Julliard24a55f32007-07-09 22:43:20 +020010011 FREETYPELIBS="$ac_freetype_libs"
10012
10013 FREETYPEINCL="$ac_freetype_incl"
10014
Huw D M Davies9b1d3722002-01-29 17:09:28 +000010015 fi
Ian Pilcher563598d2001-05-16 20:56:05 +000010016 fi
10017fi
Alexandre Julliard25e9e4f2009-08-10 14:27:28 +020010018if test "x$FREETYPELIBS" = "x"; then :
Alexandre Julliarda20c0e12008-05-21 14:55:53 +020010019 case "x$with_freetype" in
10020 xno) ;;
Alexandre Julliard25e9e4f2009-08-10 14:27:28 +020010021 *) as_fn_error "FreeType ${notice_platform}development files not found. Fonts will not be built.
10022Use the --without-freetype option if you really want this." "$LINENO" 5 ;;
Alexandre Julliarda20c0e12008-05-21 14:55:53 +020010023esac
Huw Davies00acb5f2004-08-17 22:33:14 +000010024fi
Alexandre Julliard6de0af12008-08-25 14:41:03 +020010025test "x$FREETYPELIBS" = "x" && enable_fonts=${enable_fonts:-no}
Alexandre Julliarda20c0e12008-05-21 14:55:53 +020010026
Alexandre Julliard25e9e4f2009-08-10 14:27:28 +020010027{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for parport header/ppdev.h" >&5
Alexandre Julliardabf50482008-10-31 12:56:53 +010010028$as_echo_n "checking for parport header/ppdev.h... " >&6; }
Alexandre Julliard25e9e4f2009-08-10 14:27:28 +020010029if test "${ac_cv_c_ppdev+set}" = set; then :
Alexandre Julliardabf50482008-10-31 12:56:53 +010010030 $as_echo_n "(cached) " >&6
Pavel Roskin94d99641998-12-26 11:52:51 +000010031else
Alexandre Julliard25e9e4f2009-08-10 14:27:28 +020010032 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
Alexandre Julliarde24bcc72002-12-24 00:35:19 +000010033/* end confdefs.h. */
Uwe Bonnes6509fa92001-06-26 21:06:07 +000010034#include <linux/ppdev.h>
Alexandre Julliardf5818d22002-02-14 19:47:29 +000010035int
10036main ()
10037{
Uwe Bonnes6509fa92001-06-26 21:06:07 +000010038ioctl (1,PPCLAIM,0)
Alexandre Julliardf5818d22002-02-14 19:47:29 +000010039 ;
10040 return 0;
10041}
10042_ACEOF
Alexandre Julliard25e9e4f2009-08-10 14:27:28 +020010043if ac_fn_c_try_compile "$LINENO"; then :
Uwe Bonnes6509fa92001-06-26 21:06:07 +000010044 ac_cv_c_ppdev="yes"
10045else
Alexandre Julliard25e9e4f2009-08-10 14:27:28 +020010046 ac_cv_c_ppdev="no"
Uwe Bonnes6509fa92001-06-26 21:06:07 +000010047fi
Jeremy White0ebeb532006-06-20 13:18:41 +020010048rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
Alexandre Julliardf5818d22002-02-14 19:47:29 +000010049fi
Alexandre Julliard25e9e4f2009-08-10 14:27:28 +020010050{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_c_ppdev" >&5
Alexandre Julliardabf50482008-10-31 12:56:53 +010010051$as_echo "$ac_cv_c_ppdev" >&6; }
Uwe Bonnes6509fa92001-06-26 21:06:07 +000010052if test "$ac_cv_c_ppdev" = "yes"
10053then
Alexandre Julliardf5818d22002-02-14 19:47:29 +000010054
Alexandre Julliard25e9e4f2009-08-10 14:27:28 +020010055$as_echo "#define HAVE_PPDEV 1" >>confdefs.h
Uwe Bonnes6509fa92001-06-26 21:06:07 +000010056
10057fi
10058
Alexandre Julliard2d1a6272006-02-11 20:54:06 +010010059ac_wine_check_funcs_save_LIBS="$LIBS"
Alexandre Julliard821ab862003-11-12 22:44:56 +000010060LIBS="$LIBS $LIBPTHREAD"
Emmanuel Maillardd110e1f2004-07-21 03:06:03 +000010061for ac_func in \
Tijl Coosemansfc8172f2006-08-05 23:31:07 +020010062 pthread_attr_get_np \
Emmanuel Maillardd110e1f2004-07-21 03:06:03 +000010063 pthread_getattr_np \
10064 pthread_get_stackaddr_np \
Alexandre Julliard2d1a6272006-02-11 20:54:06 +010010065 pthread_get_stacksize_np
Alexandre Julliard25e9e4f2009-08-10 14:27:28 +020010066do :
10067 as_ac_var=`$as_echo "ac_cv_func_$ac_func" | $as_tr_sh`
10068ac_fn_c_check_func "$LINENO" "$ac_func" "$as_ac_var"
10069eval as_val=\$$as_ac_var
10070 if test "x$as_val" = x""yes; then :
Alexandre Julliard821ab862003-11-12 22:44:56 +000010071 cat >>confdefs.h <<_ACEOF
Alexandre Julliardabf50482008-10-31 12:56:53 +010010072#define `$as_echo "HAVE_$ac_func" | $as_tr_cpp` 1
Alexandre Julliard821ab862003-11-12 22:44:56 +000010073_ACEOF
10074
10075fi
10076done
10077
Alexandre Julliard2d1a6272006-02-11 20:54:06 +010010078LIBS="$ac_wine_check_funcs_save_LIBS"
Alexandre Julliard821ab862003-11-12 22:44:56 +000010079
Jacek Caban11ca05f2009-05-29 23:35:13 +020010080if test "$ac_cv_header_zlib_h" = "yes"
10081then
Alexandre Julliard25e9e4f2009-08-10 14:27:28 +020010082 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for inflate in -lz" >&5
Jacek Caban11ca05f2009-05-29 23:35:13 +020010083$as_echo_n "checking for inflate in -lz... " >&6; }
Alexandre Julliard25e9e4f2009-08-10 14:27:28 +020010084if test "${ac_cv_lib_z_inflate+set}" = set; then :
Jacek Caban11ca05f2009-05-29 23:35:13 +020010085 $as_echo_n "(cached) " >&6
10086else
10087 ac_check_lib_save_LIBS=$LIBS
10088LIBS="-lz $LIBS"
Alexandre Julliard25e9e4f2009-08-10 14:27:28 +020010089cat confdefs.h - <<_ACEOF >conftest.$ac_ext
Jacek Caban11ca05f2009-05-29 23:35:13 +020010090/* end confdefs.h. */
10091
10092/* Override any GCC internal prototype to avoid an error.
10093 Use char because int might match the return type of a GCC
10094 builtin and then its argument prototype would still apply. */
10095#ifdef __cplusplus
10096extern "C"
10097#endif
10098char inflate ();
10099int
10100main ()
10101{
10102return inflate ();
10103 ;
10104 return 0;
10105}
10106_ACEOF
Alexandre Julliard25e9e4f2009-08-10 14:27:28 +020010107if ac_fn_c_try_link "$LINENO"; then :
Jacek Caban11ca05f2009-05-29 23:35:13 +020010108 ac_cv_lib_z_inflate=yes
10109else
Alexandre Julliard25e9e4f2009-08-10 14:27:28 +020010110 ac_cv_lib_z_inflate=no
Jacek Caban11ca05f2009-05-29 23:35:13 +020010111fi
Alexandre Julliard25e9e4f2009-08-10 14:27:28 +020010112rm -f core conftest.err conftest.$ac_objext \
10113 conftest$ac_exeext conftest.$ac_ext
Jacek Caban11ca05f2009-05-29 23:35:13 +020010114LIBS=$ac_check_lib_save_LIBS
10115fi
Alexandre Julliard25e9e4f2009-08-10 14:27:28 +020010116{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_z_inflate" >&5
Jacek Caban11ca05f2009-05-29 23:35:13 +020010117$as_echo "$ac_cv_lib_z_inflate" >&6; }
Alexandre Julliard25e9e4f2009-08-10 14:27:28 +020010118if test "x$ac_cv_lib_z_inflate" = x""yes; then :
Jacek Caban11ca05f2009-05-29 23:35:13 +020010119
Alexandre Julliard25e9e4f2009-08-10 14:27:28 +020010120$as_echo "#define HAVE_ZLIB 1" >>confdefs.h
Jacek Caban11ca05f2009-05-29 23:35:13 +020010121
10122 ZLIB="-lz"
10123
10124fi
10125
10126fi
10127
Francois Gouget3fe5d802009-01-14 14:16:06 +010010128if test "x$with_esd" != xno
10129then
10130 save_CFLAGS="$CFLAGS"
10131 # Extract the first word of "esd-config", so it can be a program name with args.
Peter Åstrand7a15eb92005-08-03 15:53:26 +000010132set dummy esd-config; ac_word=$2
Alexandre Julliard25e9e4f2009-08-10 14:27:28 +020010133{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
Alexandre Julliardabf50482008-10-31 12:56:53 +010010134$as_echo_n "checking for $ac_word... " >&6; }
Alexandre Julliard25e9e4f2009-08-10 14:27:28 +020010135if test "${ac_cv_path_ESDCONFIG+set}" = set; then :
Alexandre Julliardabf50482008-10-31 12:56:53 +010010136 $as_echo_n "(cached) " >&6
Peter Åstrand7a15eb92005-08-03 15:53:26 +000010137else
10138 case $ESDCONFIG in
10139 [\\/]* | ?:[\\/]*)
10140 ac_cv_path_ESDCONFIG="$ESDCONFIG" # Let the user override the test with a path.
10141 ;;
10142 *)
10143 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
10144for as_dir in $PATH
10145do
10146 IFS=$as_save_IFS
10147 test -z "$as_dir" && as_dir=.
Alexandre Julliard25e9e4f2009-08-10 14:27:28 +020010148 for ac_exec_ext in '' $ac_executable_extensions; do
Alexandre Julliarddc9f3842006-12-19 16:17:09 +010010149 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
Peter Åstrand7a15eb92005-08-03 15:53:26 +000010150 ac_cv_path_ESDCONFIG="$as_dir/$ac_word$ac_exec_ext"
Alexandre Julliard25e9e4f2009-08-10 14:27:28 +020010151 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
Peter Åstrand7a15eb92005-08-03 15:53:26 +000010152 break 2
10153 fi
10154done
Alexandre Julliard25e9e4f2009-08-10 14:27:28 +020010155 done
Alexandre Julliardfc6ffb22006-05-25 20:08:12 +020010156IFS=$as_save_IFS
Peter Åstrand7a15eb92005-08-03 15:53:26 +000010157
Francois Gouget3fe5d802009-01-14 14:16:06 +010010158 test -z "$ac_cv_path_ESDCONFIG" && ac_cv_path_ESDCONFIG="no"
Peter Åstrand7a15eb92005-08-03 15:53:26 +000010159 ;;
10160esac
10161fi
10162ESDCONFIG=$ac_cv_path_ESDCONFIG
Peter Åstrand7a15eb92005-08-03 15:53:26 +000010163if test -n "$ESDCONFIG"; then
Alexandre Julliard25e9e4f2009-08-10 14:27:28 +020010164 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ESDCONFIG" >&5
Alexandre Julliardabf50482008-10-31 12:56:53 +010010165$as_echo "$ESDCONFIG" >&6; }
Peter Åstrand7a15eb92005-08-03 15:53:26 +000010166else
Alexandre Julliard25e9e4f2009-08-10 14:27:28 +020010167 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
Alexandre Julliardabf50482008-10-31 12:56:53 +010010168$as_echo "no" >&6; }
Peter Åstrand7a15eb92005-08-03 15:53:26 +000010169fi
10170
Alexandre Julliardfc6ffb22006-05-25 20:08:12 +020010171
Francois Gouget3fe5d802009-01-14 14:16:06 +010010172 if test "x$ESDCONFIG" != "xno"
10173 then
10174 ac_esd_incl=""
10175 for i in `$ESDCONFIG --cflags`
10176 do
10177 case "$i" in
10178 -I*) ac_esd_incl="$ac_esd_incl $i";;
10179 esac
10180 done
10181 ac_esd_libs=`$ESDCONFIG --libs`
10182 CFLAGS="$CFLAGS $ac_esd_incl"
10183 fi
Shunichi Fuji4bf77d62009-01-20 15:24:46 +090010184 ac_esd_libs=${ac_esd_libs:-"-lesd"}
Alexandre Julliard25e9e4f2009-08-10 14:27:28 +020010185 ac_fn_c_check_header_mongrel "$LINENO" "esd.h" "ac_cv_header_esd_h" "$ac_includes_default"
10186if test "x$ac_cv_header_esd_h" = x""yes; then :
10187 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for esd_open_sound in -lesd" >&5
Alexandre Julliardabf50482008-10-31 12:56:53 +010010188$as_echo_n "checking for esd_open_sound in -lesd... " >&6; }
Alexandre Julliard25e9e4f2009-08-10 14:27:28 +020010189if test "${ac_cv_lib_esd_esd_open_sound+set}" = set; then :
Alexandre Julliardabf50482008-10-31 12:56:53 +010010190 $as_echo_n "(cached) " >&6
Peter Åstrand7a15eb92005-08-03 15:53:26 +000010191else
10192 ac_check_lib_save_LIBS=$LIBS
Francois Gougete9b1a402008-07-21 23:41:21 +020010193LIBS="-lesd $ac_esd_libs $LIBS"
Alexandre Julliard25e9e4f2009-08-10 14:27:28 +020010194cat confdefs.h - <<_ACEOF >conftest.$ac_ext
Peter Åstrand7a15eb92005-08-03 15:53:26 +000010195/* end confdefs.h. */
10196
Alexandre Julliardfc6ffb22006-05-25 20:08:12 +020010197/* Override any GCC internal prototype to avoid an error.
10198 Use char because int might match the return type of a GCC
10199 builtin and then its argument prototype would still apply. */
Peter Åstrand7a15eb92005-08-03 15:53:26 +000010200#ifdef __cplusplus
10201extern "C"
10202#endif
Peter Åstrand7a15eb92005-08-03 15:53:26 +000010203char esd_open_sound ();
10204int
10205main ()
10206{
Alexandre Julliardfc6ffb22006-05-25 20:08:12 +020010207return esd_open_sound ();
Peter Åstrand7a15eb92005-08-03 15:53:26 +000010208 ;
10209 return 0;
10210}
10211_ACEOF
Alexandre Julliard25e9e4f2009-08-10 14:27:28 +020010212if ac_fn_c_try_link "$LINENO"; then :
Peter Åstrand7a15eb92005-08-03 15:53:26 +000010213 ac_cv_lib_esd_esd_open_sound=yes
10214else
Alexandre Julliard25e9e4f2009-08-10 14:27:28 +020010215 ac_cv_lib_esd_esd_open_sound=no
Peter Åstrand7a15eb92005-08-03 15:53:26 +000010216fi
Alexandre Julliard25e9e4f2009-08-10 14:27:28 +020010217rm -f core conftest.err conftest.$ac_objext \
10218 conftest$ac_exeext conftest.$ac_ext
Peter Åstrand7a15eb92005-08-03 15:53:26 +000010219LIBS=$ac_check_lib_save_LIBS
10220fi
Alexandre Julliard25e9e4f2009-08-10 14:27:28 +020010221{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_esd_esd_open_sound" >&5
Alexandre Julliardabf50482008-10-31 12:56:53 +010010222$as_echo "$ac_cv_lib_esd_esd_open_sound" >&6; }
Alexandre Julliard25e9e4f2009-08-10 14:27:28 +020010223if test "x$ac_cv_lib_esd_esd_open_sound" = x""yes; then :
Francois Gougete9b1a402008-07-21 23:41:21 +020010224 ESDINCL="$ac_esd_incl"
Peter Åstrand7a15eb92005-08-03 15:53:26 +000010225
Francois Gouget3fe5d802009-01-14 14:16:06 +010010226 ESDLIBS="$ac_esd_libs"
Peter Åstrand7a15eb92005-08-03 15:53:26 +000010227
10228
Alexandre Julliard25e9e4f2009-08-10 14:27:28 +020010229$as_echo "#define HAVE_ESD 1" >>confdefs.h
Peter Åstrand7a15eb92005-08-03 15:53:26 +000010230
10231fi
10232
Francois Gouget3fe5d802009-01-14 14:16:06 +010010233fi
10234
10235
Peter Åstrand7a15eb92005-08-03 15:53:26 +000010236 CFLAGS="$save_CFLAGS"
10237fi
10238
Alexandre Julliardf92b7c02002-06-28 18:31:01 +000010239ALSALIBS=""
10240
Marco Pietrobono0e79a412002-08-29 01:51:31 +000010241if test "$ac_cv_header_sys_asoundlib_h" = "yes" -o "$ac_cv_header_alsa_asoundlib_h" = "yes"
Alexandre Julliardf92b7c02002-06-28 18:31:01 +000010242then
Alexandre Julliard25e9e4f2009-08-10 14:27:28 +020010243 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for snd_pcm_hw_params_get_access in -lasound" >&5
Alexandre Julliardabf50482008-10-31 12:56:53 +010010244$as_echo_n "checking for snd_pcm_hw_params_get_access in -lasound... " >&6; }
Alexandre Julliard25e9e4f2009-08-10 14:27:28 +020010245if test "${ac_cv_lib_asound_snd_pcm_hw_params_get_access+set}" = set; then :
Alexandre Julliardabf50482008-10-31 12:56:53 +010010246 $as_echo_n "(cached) " >&6
Alexandre Julliardf92b7c02002-06-28 18:31:01 +000010247else
10248 ac_check_lib_save_LIBS=$LIBS
10249LIBS="-lasound $LIBS"
Alexandre Julliard25e9e4f2009-08-10 14:27:28 +020010250cat confdefs.h - <<_ACEOF >conftest.$ac_ext
Alexandre Julliarde24bcc72002-12-24 00:35:19 +000010251/* end confdefs.h. */
Alexandre Julliardf92b7c02002-06-28 18:31:01 +000010252
Alexandre Julliardfc6ffb22006-05-25 20:08:12 +020010253/* Override any GCC internal prototype to avoid an error.
10254 Use char because int might match the return type of a GCC
10255 builtin and then its argument prototype would still apply. */
Alexandre Julliardf92b7c02002-06-28 18:31:01 +000010256#ifdef __cplusplus
10257extern "C"
10258#endif
Vincent Béron151015f2005-01-10 13:26:33 +000010259char snd_pcm_hw_params_get_access ();
Alexandre Julliardf92b7c02002-06-28 18:31:01 +000010260int
10261main ()
10262{
Alexandre Julliardfc6ffb22006-05-25 20:08:12 +020010263return snd_pcm_hw_params_get_access ();
Alexandre Julliardf92b7c02002-06-28 18:31:01 +000010264 ;
10265 return 0;
10266}
10267_ACEOF
Alexandre Julliard25e9e4f2009-08-10 14:27:28 +020010268if ac_fn_c_try_link "$LINENO"; then :
Vincent Béron151015f2005-01-10 13:26:33 +000010269 ac_cv_lib_asound_snd_pcm_hw_params_get_access=yes
Alexandre Julliardf92b7c02002-06-28 18:31:01 +000010270else
Alexandre Julliard25e9e4f2009-08-10 14:27:28 +020010271 ac_cv_lib_asound_snd_pcm_hw_params_get_access=no
Alexandre Julliardf92b7c02002-06-28 18:31:01 +000010272fi
Alexandre Julliard25e9e4f2009-08-10 14:27:28 +020010273rm -f core conftest.err conftest.$ac_objext \
10274 conftest$ac_exeext conftest.$ac_ext
Alexandre Julliardf92b7c02002-06-28 18:31:01 +000010275LIBS=$ac_check_lib_save_LIBS
10276fi
Alexandre Julliard25e9e4f2009-08-10 14:27:28 +020010277{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_asound_snd_pcm_hw_params_get_access" >&5
Alexandre Julliardabf50482008-10-31 12:56:53 +010010278$as_echo "$ac_cv_lib_asound_snd_pcm_hw_params_get_access" >&6; }
Alexandre Julliard25e9e4f2009-08-10 14:27:28 +020010279if test "x$ac_cv_lib_asound_snd_pcm_hw_params_get_access" = x""yes; then :
10280 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
Vincent Béron151015f2005-01-10 13:26:33 +000010281/* end confdefs.h. */
10282#ifdef HAVE_ALSA_ASOUNDLIB_H
10283#include <alsa/asoundlib.h>
10284#elif defined(HAVE_SYS_ASOUNDLIB_H)
10285#include <sys/asoundlib.h>
10286#endif
10287int
10288main ()
10289{
10290int ret = snd_pcm_hw_params_get_access(NULL, NULL)
10291 ;
10292 return 0;
10293}
10294_ACEOF
Alexandre Julliard25e9e4f2009-08-10 14:27:28 +020010295if ac_fn_c_try_compile "$LINENO"; then :
Alexandre Julliardf92b7c02002-06-28 18:31:01 +000010296
Alexandre Julliard25e9e4f2009-08-10 14:27:28 +020010297$as_echo "#define HAVE_ALSA 1" >>confdefs.h
Alexandre Julliardf92b7c02002-06-28 18:31:01 +000010298
Vincent Béron151015f2005-01-10 13:26:33 +000010299 ALSALIBS="-lasound"
Vincent Béron151015f2005-01-10 13:26:33 +000010300fi
Jeremy White0ebeb532006-06-20 13:18:41 +020010301rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
Alexandre Julliardf92b7c02002-06-28 18:31:01 +000010302fi
10303
10304fi
10305
Robert Lunnon2a91e3f2002-08-01 18:22:38 +000010306AUDIOIOLIBS=""
10307
Alexandre Julliard73482142005-08-03 19:21:04 +000010308if test "$ac_cv_header_libaudioio_h" = "yes"
10309then
Alexandre Julliard25e9e4f2009-08-10 14:27:28 +020010310 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for AudioIOGetVersion in -laudioio" >&5
Alexandre Julliardabf50482008-10-31 12:56:53 +010010311$as_echo_n "checking for AudioIOGetVersion in -laudioio... " >&6; }
Alexandre Julliard25e9e4f2009-08-10 14:27:28 +020010312if test "${ac_cv_lib_audioio_AudioIOGetVersion+set}" = set; then :
Alexandre Julliardabf50482008-10-31 12:56:53 +010010313 $as_echo_n "(cached) " >&6
Robert Lunnon2a91e3f2002-08-01 18:22:38 +000010314else
10315 ac_check_lib_save_LIBS=$LIBS
10316LIBS="-laudioio $LIBS"
Alexandre Julliard25e9e4f2009-08-10 14:27:28 +020010317cat confdefs.h - <<_ACEOF >conftest.$ac_ext
Alexandre Julliarde24bcc72002-12-24 00:35:19 +000010318/* end confdefs.h. */
Robert Lunnon2a91e3f2002-08-01 18:22:38 +000010319
Alexandre Julliardfc6ffb22006-05-25 20:08:12 +020010320/* Override any GCC internal prototype to avoid an error.
10321 Use char because int might match the return type of a GCC
10322 builtin and then its argument prototype would still apply. */
Robert Lunnon2a91e3f2002-08-01 18:22:38 +000010323#ifdef __cplusplus
10324extern "C"
10325#endif
Robert Lunnon2a91e3f2002-08-01 18:22:38 +000010326char AudioIOGetVersion ();
Robert Lunnon2a91e3f2002-08-01 18:22:38 +000010327int
10328main ()
10329{
Alexandre Julliardfc6ffb22006-05-25 20:08:12 +020010330return AudioIOGetVersion ();
Robert Lunnon2a91e3f2002-08-01 18:22:38 +000010331 ;
10332 return 0;
10333}
10334_ACEOF
Alexandre Julliard25e9e4f2009-08-10 14:27:28 +020010335if ac_fn_c_try_link "$LINENO"; then :
Robert Lunnon2a91e3f2002-08-01 18:22:38 +000010336 ac_cv_lib_audioio_AudioIOGetVersion=yes
10337else
Alexandre Julliard25e9e4f2009-08-10 14:27:28 +020010338 ac_cv_lib_audioio_AudioIOGetVersion=no
Robert Lunnon2a91e3f2002-08-01 18:22:38 +000010339fi
Alexandre Julliard25e9e4f2009-08-10 14:27:28 +020010340rm -f core conftest.err conftest.$ac_objext \
10341 conftest$ac_exeext conftest.$ac_ext
Robert Lunnon2a91e3f2002-08-01 18:22:38 +000010342LIBS=$ac_check_lib_save_LIBS
10343fi
Alexandre Julliard25e9e4f2009-08-10 14:27:28 +020010344{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_audioio_AudioIOGetVersion" >&5
Alexandre Julliardabf50482008-10-31 12:56:53 +010010345$as_echo "$ac_cv_lib_audioio_AudioIOGetVersion" >&6; }
Alexandre Julliard25e9e4f2009-08-10 14:27:28 +020010346if test "x$ac_cv_lib_audioio_AudioIOGetVersion" = x""yes; then :
Robert Lunnon2a91e3f2002-08-01 18:22:38 +000010347 AUDIOIOLIBS="-laudioio"
10348
Alexandre Julliard25e9e4f2009-08-10 14:27:28 +020010349$as_echo "#define HAVE_LIBAUDIOIO 1" >>confdefs.h
Robert Lunnon2a91e3f2002-08-01 18:22:38 +000010350
10351fi
10352
10353fi
10354
Robert Lunnon2a91e3f2002-08-01 18:22:38 +000010355
Alexandre Julliard73482142005-08-03 19:21:04 +000010356if test "$ac_cv_header_capi20_h" = "yes" -a "$ac_cv_header_linux_capi_h" = "yes"
10357then
Alexandre Julliard25e9e4f2009-08-10 14:27:28 +020010358 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for -lcapi20" >&5
Alexandre Julliardabf50482008-10-31 12:56:53 +010010359$as_echo_n "checking for -lcapi20... " >&6; }
Alexandre Julliard25e9e4f2009-08-10 14:27:28 +020010360if test "${ac_cv_lib_soname_capi20+set}" = set; then :
Alexandre Julliardabf50482008-10-31 12:56:53 +010010361 $as_echo_n "(cached) " >&6
Alexandre Julliard00fdd9f2003-11-06 00:26:43 +000010362else
Alexandre Julliard3336e9b2007-07-02 17:29:17 +020010363 ac_check_soname_save_LIBS=$LIBS
Alexandre Julliard00fdd9f2003-11-06 00:26:43 +000010364LIBS="-lcapi20 $LIBS"
Alexandre Julliard25e9e4f2009-08-10 14:27:28 +020010365 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
Alexandre Julliard00fdd9f2003-11-06 00:26:43 +000010366/* end confdefs.h. */
10367
Alexandre Julliardfc6ffb22006-05-25 20:08:12 +020010368/* Override any GCC internal prototype to avoid an error.
10369 Use char because int might match the return type of a GCC
10370 builtin and then its argument prototype would still apply. */
Alexandre Julliard00fdd9f2003-11-06 00:26:43 +000010371#ifdef __cplusplus
10372extern "C"
10373#endif
Alexandre Julliard00fdd9f2003-11-06 00:26:43 +000010374char capi20_register ();
10375int
10376main ()
10377{
Alexandre Julliardfc6ffb22006-05-25 20:08:12 +020010378return capi20_register ();
Alexandre Julliard00fdd9f2003-11-06 00:26:43 +000010379 ;
10380 return 0;
10381}
10382_ACEOF
Alexandre Julliard25e9e4f2009-08-10 14:27:28 +020010383if ac_fn_c_try_link "$LINENO"; then :
Alexandre Julliard3336e9b2007-07-02 17:29:17 +020010384 case "$LIBEXT" in
10385 dll) ;;
10386 dylib) ac_cv_lib_soname_capi20=`otool -L conftest$ac_exeext | grep "libcapi20\\.[0-9A-Za-z.]*dylib" | sed -e "s/^.*\/\(libcapi20\.[0-9A-Za-z.]*dylib\).*$/\1/"';2,$d'` ;;
10387 *) ac_cv_lib_soname_capi20=`$ac_cv_path_LDD conftest$ac_exeext | grep "libcapi20\\.$LIBEXT" | sed -e "s/^.*\(libcapi20\.$LIBEXT[^ ]*\).*$/\1/"';2,$d'` ;;
10388 esac
Alexandre Julliard00fdd9f2003-11-06 00:26:43 +000010389fi
Alexandre Julliard25e9e4f2009-08-10 14:27:28 +020010390rm -f core conftest.err conftest.$ac_objext \
10391 conftest$ac_exeext conftest.$ac_ext
Alexandre Julliard3336e9b2007-07-02 17:29:17 +020010392 LIBS=$ac_check_soname_save_LIBS
Alexandre Julliard00fdd9f2003-11-06 00:26:43 +000010393fi
Alexandre Julliard25e9e4f2009-08-10 14:27:28 +020010394if test "x$ac_cv_lib_soname_capi20" = "x"; then :
10395 { $as_echo "$as_me:${as_lineno-$LINENO}: result: not found" >&5
Alexandre Julliardabf50482008-10-31 12:56:53 +010010396$as_echo "not found" >&6; }
Alexandre Julliard00fdd9f2003-11-06 00:26:43 +000010397
Alexandre Julliard3336e9b2007-07-02 17:29:17 +020010398else
Alexandre Julliard25e9e4f2009-08-10 14:27:28 +020010399 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_soname_capi20" >&5
Alexandre Julliardabf50482008-10-31 12:56:53 +010010400$as_echo "$ac_cv_lib_soname_capi20" >&6; }
Alexandre Julliard3336e9b2007-07-02 17:29:17 +020010401
10402cat >>confdefs.h <<_ACEOF
10403#define SONAME_LIBCAPI20 "$ac_cv_lib_soname_capi20"
Alexandre Julliard00fdd9f2003-11-06 00:26:43 +000010404_ACEOF
10405
Alexandre Julliard3336e9b2007-07-02 17:29:17 +020010406
Alexandre Julliard00fdd9f2003-11-06 00:26:43 +000010407fi
Alexandre Julliard00fdd9f2003-11-06 00:26:43 +000010408fi
Alexandre Julliard25e9e4f2009-08-10 14:27:28 +020010409if test "x$ac_cv_lib_soname_capi20" = "x"; then :
Alexandre Julliarda41f0f12008-01-07 14:51:44 +010010410 case "x$with_capi" in
Alexandre Julliard93f094c2008-10-22 13:16:54 +020010411 x) wine_notices="$wine_notices|libcapi20 ${notice_platform}development files not found, ISDN won't be supported." ;;
Alexandre Julliarda41f0f12008-01-07 14:51:44 +010010412 xno) ;;
Alexandre Julliard25e9e4f2009-08-10 14:27:28 +020010413 *) as_fn_error "libcapi20 ${notice_platform}development files not found, ISDN won't be supported.
10414This is an error since --with-capi was requested." "$LINENO" 5 ;;
Alexandre Julliarda41f0f12008-01-07 14:51:44 +010010415esac
Alexandre Julliardf9dec942007-07-10 15:14:15 +020010416fi
10417
Francois Gouget289ea332008-07-24 16:09:07 +020010418CUPSINCL=""
10419
10420if test "x$with_cups" != "xno"
Alexandre Julliard702d3552007-07-02 17:30:44 +020010421then
Francois Gouget289ea332008-07-24 16:09:07 +020010422 ac_save_CPPFLAGS="$CPPFLAGS"
10423 ac_cups_cflags=`cups-config --cflags 2>/dev/null`
Alexandre Julliarda991a562008-07-28 12:04:46 +020010424 ac_cups_libs=`cups-config --ldflags 2>/dev/null`
Francois Gouget289ea332008-07-24 16:09:07 +020010425 CPPFLAGS="$CPPFLAGS $ac_cups_cflags"
Alexandre Julliard25e9e4f2009-08-10 14:27:28 +020010426 for ac_header in cups/cups.h
10427do :
10428 ac_fn_c_check_header_mongrel "$LINENO" "cups/cups.h" "ac_cv_header_cups_cups_h" "$ac_includes_default"
10429if test "x$ac_cv_header_cups_cups_h" = x""yes; then :
Francois Gouget289ea332008-07-24 16:09:07 +020010430 cat >>confdefs.h <<_ACEOF
Alexandre Julliard25e9e4f2009-08-10 14:27:28 +020010431#define HAVE_CUPS_CUPS_H 1
Francois Gouget289ea332008-07-24 16:09:07 +020010432_ACEOF
Alexandre Julliard25e9e4f2009-08-10 14:27:28 +020010433 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for -lcups" >&5
Alexandre Julliardabf50482008-10-31 12:56:53 +010010434$as_echo_n "checking for -lcups... " >&6; }
Alexandre Julliard25e9e4f2009-08-10 14:27:28 +020010435if test "${ac_cv_lib_soname_cups+set}" = set; then :
Alexandre Julliardabf50482008-10-31 12:56:53 +010010436 $as_echo_n "(cached) " >&6
Alexandre Julliard702d3552007-07-02 17:30:44 +020010437else
10438 ac_check_soname_save_LIBS=$LIBS
Francois Gouget289ea332008-07-24 16:09:07 +020010439LIBS="-lcups $ac_cups_libs $LIBS"
Alexandre Julliard25e9e4f2009-08-10 14:27:28 +020010440 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
Alexandre Julliard702d3552007-07-02 17:30:44 +020010441/* end confdefs.h. */
10442
10443/* Override any GCC internal prototype to avoid an error.
10444 Use char because int might match the return type of a GCC
10445 builtin and then its argument prototype would still apply. */
10446#ifdef __cplusplus
10447extern "C"
10448#endif
10449char cupsGetDefault ();
10450int
10451main ()
10452{
10453return cupsGetDefault ();
10454 ;
10455 return 0;
10456}
10457_ACEOF
Alexandre Julliard25e9e4f2009-08-10 14:27:28 +020010458if ac_fn_c_try_link "$LINENO"; then :
Alexandre Julliard702d3552007-07-02 17:30:44 +020010459 case "$LIBEXT" in
10460 dll) ;;
10461 dylib) ac_cv_lib_soname_cups=`otool -L conftest$ac_exeext | grep "libcups\\.[0-9A-Za-z.]*dylib" | sed -e "s/^.*\/\(libcups\.[0-9A-Za-z.]*dylib\).*$/\1/"';2,$d'` ;;
10462 *) ac_cv_lib_soname_cups=`$ac_cv_path_LDD conftest$ac_exeext | grep "libcups\\.$LIBEXT" | sed -e "s/^.*\(libcups\.$LIBEXT[^ ]*\).*$/\1/"';2,$d'` ;;
10463 esac
Alexandre Julliard702d3552007-07-02 17:30:44 +020010464fi
Alexandre Julliard25e9e4f2009-08-10 14:27:28 +020010465rm -f core conftest.err conftest.$ac_objext \
10466 conftest$ac_exeext conftest.$ac_ext
Alexandre Julliard702d3552007-07-02 17:30:44 +020010467 LIBS=$ac_check_soname_save_LIBS
10468fi
Alexandre Julliard25e9e4f2009-08-10 14:27:28 +020010469if test "x$ac_cv_lib_soname_cups" = "x"; then :
10470 { $as_echo "$as_me:${as_lineno-$LINENO}: result: not found" >&5
Alexandre Julliardabf50482008-10-31 12:56:53 +010010471$as_echo "not found" >&6; }
Alexandre Julliard702d3552007-07-02 17:30:44 +020010472
10473else
Alexandre Julliard25e9e4f2009-08-10 14:27:28 +020010474 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_soname_cups" >&5
Alexandre Julliardabf50482008-10-31 12:56:53 +010010475$as_echo "$ac_cv_lib_soname_cups" >&6; }
Alexandre Julliard702d3552007-07-02 17:30:44 +020010476
10477cat >>confdefs.h <<_ACEOF
10478#define SONAME_LIBCUPS "$ac_cv_lib_soname_cups"
10479_ACEOF
10480
Francois Gouget289ea332008-07-24 16:09:07 +020010481 CUPSINCL="$ac_cups_cflags"
10482fi
Alexandre Julliard702d3552007-07-02 17:30:44 +020010483fi
10484
Francois Gouget289ea332008-07-24 16:09:07 +020010485done
10486
10487 CPPFLAGS="$ac_save_CPPFLAGS"
Alexandre Julliard702d3552007-07-02 17:30:44 +020010488fi
Alexandre Julliard25e9e4f2009-08-10 14:27:28 +020010489if test "x$ac_cv_lib_soname_cups" = "x"; then :
Alexandre Julliarda41f0f12008-01-07 14:51:44 +010010490 case "x$with_cups" in
Alexandre Julliard93f094c2008-10-22 13:16:54 +020010491 x) wine_notices="$wine_notices|libcups ${notice_platform}development files not found, CUPS won't be supported." ;;
Alexandre Julliarda41f0f12008-01-07 14:51:44 +010010492 xno) ;;
Alexandre Julliard25e9e4f2009-08-10 14:27:28 +020010493 *) as_fn_error "libcups ${notice_platform}development files not found, CUPS won't be supported.
10494This is an error since --with-cups was requested." "$LINENO" 5 ;;
Alexandre Julliarda41f0f12008-01-07 14:51:44 +010010495esac
Alexandre Julliardf9dec942007-07-10 15:14:15 +020010496fi
10497
Alexandre Julliard34200c32007-07-02 17:31:19 +020010498if test "$ac_cv_header_jack_jack_h" = "yes"
10499then
Alexandre Julliard25e9e4f2009-08-10 14:27:28 +020010500 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for -ljack" >&5
Alexandre Julliardabf50482008-10-31 12:56:53 +010010501$as_echo_n "checking for -ljack... " >&6; }
Alexandre Julliard25e9e4f2009-08-10 14:27:28 +020010502if test "${ac_cv_lib_soname_jack+set}" = set; then :
Alexandre Julliardabf50482008-10-31 12:56:53 +010010503 $as_echo_n "(cached) " >&6
Alexandre Julliard34200c32007-07-02 17:31:19 +020010504else
10505 ac_check_soname_save_LIBS=$LIBS
10506LIBS="-ljack $LIBS"
Alexandre Julliard25e9e4f2009-08-10 14:27:28 +020010507 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
Alexandre Julliard34200c32007-07-02 17:31:19 +020010508/* end confdefs.h. */
10509
10510/* Override any GCC internal prototype to avoid an error.
10511 Use char because int might match the return type of a GCC
10512 builtin and then its argument prototype would still apply. */
10513#ifdef __cplusplus
10514extern "C"
10515#endif
10516char jack_client_new ();
10517int
10518main ()
10519{
10520return jack_client_new ();
10521 ;
10522 return 0;
10523}
10524_ACEOF
Alexandre Julliard25e9e4f2009-08-10 14:27:28 +020010525if ac_fn_c_try_link "$LINENO"; then :
Alexandre Julliard34200c32007-07-02 17:31:19 +020010526 case "$LIBEXT" in
10527 dll) ;;
Francois Gouget90a6fb02008-07-11 17:47:23 +020010528 dylib) ac_cv_lib_soname_jack=`otool -L conftest$ac_exeext | grep "libjack-*[0-9.]*\\.[0-9A-Za-z.]*dylib" | sed -e "s/^.*\/\(libjack-*[0-9.]*\.[0-9A-Za-z.]*dylib\).*$/\1/"';2,$d'` ;;
10529 *) ac_cv_lib_soname_jack=`$ac_cv_path_LDD conftest$ac_exeext | grep "libjack-*[0-9.]*\\.$LIBEXT" | sed -e "s/^.*\(libjack-*[0-9.]*\.$LIBEXT[^ ]*\).*$/\1/"';2,$d'` ;;
Alexandre Julliard34200c32007-07-02 17:31:19 +020010530 esac
Alexandre Julliard34200c32007-07-02 17:31:19 +020010531fi
Alexandre Julliard25e9e4f2009-08-10 14:27:28 +020010532rm -f core conftest.err conftest.$ac_objext \
10533 conftest$ac_exeext conftest.$ac_ext
Alexandre Julliard34200c32007-07-02 17:31:19 +020010534 LIBS=$ac_check_soname_save_LIBS
10535fi
Alexandre Julliard25e9e4f2009-08-10 14:27:28 +020010536if test "x$ac_cv_lib_soname_jack" = "x"; then :
10537 { $as_echo "$as_me:${as_lineno-$LINENO}: result: not found" >&5
Alexandre Julliardabf50482008-10-31 12:56:53 +010010538$as_echo "not found" >&6; }
Alexandre Julliard34200c32007-07-02 17:31:19 +020010539
10540else
Alexandre Julliard25e9e4f2009-08-10 14:27:28 +020010541 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_soname_jack" >&5
Alexandre Julliardabf50482008-10-31 12:56:53 +010010542$as_echo "$ac_cv_lib_soname_jack" >&6; }
Alexandre Julliard34200c32007-07-02 17:31:19 +020010543
10544cat >>confdefs.h <<_ACEOF
10545#define SONAME_LIBJACK "$ac_cv_lib_soname_jack"
10546_ACEOF
10547
10548
10549fi
Alexandre Julliard34200c32007-07-02 17:31:19 +020010550fi
10551
Alexandre Julliardccd5f282007-07-02 17:31:48 +020010552if test "$ac_cv_header_fontconfig_fontconfig_h" = "yes"
10553then
Alexandre Julliard25e9e4f2009-08-10 14:27:28 +020010554 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for -lfontconfig" >&5
Alexandre Julliardabf50482008-10-31 12:56:53 +010010555$as_echo_n "checking for -lfontconfig... " >&6; }
Alexandre Julliard25e9e4f2009-08-10 14:27:28 +020010556if test "${ac_cv_lib_soname_fontconfig+set}" = set; then :
Alexandre Julliardabf50482008-10-31 12:56:53 +010010557 $as_echo_n "(cached) " >&6
Alexandre Julliardccd5f282007-07-02 17:31:48 +020010558else
10559 ac_check_soname_save_LIBS=$LIBS
10560LIBS="-lfontconfig $LIBS"
Alexandre Julliard25e9e4f2009-08-10 14:27:28 +020010561 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
Alexandre Julliardccd5f282007-07-02 17:31:48 +020010562/* end confdefs.h. */
10563
10564/* Override any GCC internal prototype to avoid an error.
10565 Use char because int might match the return type of a GCC
10566 builtin and then its argument prototype would still apply. */
10567#ifdef __cplusplus
10568extern "C"
10569#endif
10570char FcInit ();
10571int
10572main ()
10573{
10574return FcInit ();
10575 ;
10576 return 0;
10577}
10578_ACEOF
Alexandre Julliard25e9e4f2009-08-10 14:27:28 +020010579if ac_fn_c_try_link "$LINENO"; then :
Alexandre Julliardccd5f282007-07-02 17:31:48 +020010580 case "$LIBEXT" in
10581 dll) ;;
10582 dylib) ac_cv_lib_soname_fontconfig=`otool -L conftest$ac_exeext | grep "libfontconfig\\.[0-9A-Za-z.]*dylib" | sed -e "s/^.*\/\(libfontconfig\.[0-9A-Za-z.]*dylib\).*$/\1/"';2,$d'` ;;
10583 *) ac_cv_lib_soname_fontconfig=`$ac_cv_path_LDD conftest$ac_exeext | grep "libfontconfig\\.$LIBEXT" | sed -e "s/^.*\(libfontconfig\.$LIBEXT[^ ]*\).*$/\1/"';2,$d'` ;;
10584 esac
Alexandre Julliardccd5f282007-07-02 17:31:48 +020010585fi
Alexandre Julliard25e9e4f2009-08-10 14:27:28 +020010586rm -f core conftest.err conftest.$ac_objext \
10587 conftest$ac_exeext conftest.$ac_ext
Alexandre Julliardccd5f282007-07-02 17:31:48 +020010588 LIBS=$ac_check_soname_save_LIBS
10589fi
Alexandre Julliard25e9e4f2009-08-10 14:27:28 +020010590if test "x$ac_cv_lib_soname_fontconfig" = "x"; then :
10591 { $as_echo "$as_me:${as_lineno-$LINENO}: result: not found" >&5
Alexandre Julliardabf50482008-10-31 12:56:53 +010010592$as_echo "not found" >&6; }
Alexandre Julliardccd5f282007-07-02 17:31:48 +020010593
10594else
Alexandre Julliard25e9e4f2009-08-10 14:27:28 +020010595 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_soname_fontconfig" >&5
Alexandre Julliardabf50482008-10-31 12:56:53 +010010596$as_echo "$ac_cv_lib_soname_fontconfig" >&6; }
Alexandre Julliardccd5f282007-07-02 17:31:48 +020010597
10598cat >>confdefs.h <<_ACEOF
10599#define SONAME_LIBFONTCONFIG "$ac_cv_lib_soname_fontconfig"
10600_ACEOF
10601
10602
10603fi
Alexandre Julliarda41f0f12008-01-07 14:51:44 +010010604elif test -n "$X_CFLAGS" -a "x$with_fontconfig" != "xno"
Alexandre Julliard5c076732007-10-17 17:04:01 +020010605then
10606 ac_save_CPPFLAGS="$CPPFLAGS"
10607 CPPFLAGS="$CPPFLAGS $X_CFLAGS"
10608 $as_unset ac_cv_header_fontconfig_fontconfig_h
Alexandre Julliard25e9e4f2009-08-10 14:27:28 +020010609 for ac_header in fontconfig/fontconfig.h
10610do :
10611 ac_fn_c_check_header_mongrel "$LINENO" "fontconfig/fontconfig.h" "ac_cv_header_fontconfig_fontconfig_h" "$ac_includes_default"
10612if test "x$ac_cv_header_fontconfig_fontconfig_h" = x""yes; then :
Alexandre Julliard5c076732007-10-17 17:04:01 +020010613 cat >>confdefs.h <<_ACEOF
Alexandre Julliard25e9e4f2009-08-10 14:27:28 +020010614#define HAVE_FONTCONFIG_FONTCONFIG_H 1
Alexandre Julliard5c076732007-10-17 17:04:01 +020010615_ACEOF
10616
10617fi
10618
10619done
10620
10621 CPPFLAGS="$ac_save_CPPFLAGS"
10622 if test "$ac_cv_header_fontconfig_fontconfig_h" = "yes"
10623 then
10624 FONTCONFIGINCL="$X_CFLAGS"
10625
Alexandre Julliard25e9e4f2009-08-10 14:27:28 +020010626 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for -lfontconfig" >&5
Alexandre Julliardabf50482008-10-31 12:56:53 +010010627$as_echo_n "checking for -lfontconfig... " >&6; }
Alexandre Julliard25e9e4f2009-08-10 14:27:28 +020010628if test "${ac_cv_lib_soname_fontconfig+set}" = set; then :
Alexandre Julliardabf50482008-10-31 12:56:53 +010010629 $as_echo_n "(cached) " >&6
Alexandre Julliard5c076732007-10-17 17:04:01 +020010630else
10631 ac_check_soname_save_LIBS=$LIBS
10632LIBS="-lfontconfig $X_LIBS $LIBS"
Alexandre Julliard25e9e4f2009-08-10 14:27:28 +020010633 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
Alexandre Julliard5c076732007-10-17 17:04:01 +020010634/* end confdefs.h. */
10635
10636/* Override any GCC internal prototype to avoid an error.
10637 Use char because int might match the return type of a GCC
10638 builtin and then its argument prototype would still apply. */
10639#ifdef __cplusplus
10640extern "C"
10641#endif
10642char FcInit ();
10643int
10644main ()
10645{
10646return FcInit ();
10647 ;
10648 return 0;
10649}
10650_ACEOF
Alexandre Julliard25e9e4f2009-08-10 14:27:28 +020010651if ac_fn_c_try_link "$LINENO"; then :
Alexandre Julliard5c076732007-10-17 17:04:01 +020010652 case "$LIBEXT" in
10653 dll) ;;
10654 dylib) ac_cv_lib_soname_fontconfig=`otool -L conftest$ac_exeext | grep "libfontconfig\\.[0-9A-Za-z.]*dylib" | sed -e "s/^.*\/\(libfontconfig\.[0-9A-Za-z.]*dylib\).*$/\1/"';2,$d'` ;;
10655 *) ac_cv_lib_soname_fontconfig=`$ac_cv_path_LDD conftest$ac_exeext | grep "libfontconfig\\.$LIBEXT" | sed -e "s/^.*\(libfontconfig\.$LIBEXT[^ ]*\).*$/\1/"';2,$d'` ;;
10656 esac
Alexandre Julliard5c076732007-10-17 17:04:01 +020010657fi
Alexandre Julliard25e9e4f2009-08-10 14:27:28 +020010658rm -f core conftest.err conftest.$ac_objext \
10659 conftest$ac_exeext conftest.$ac_ext
Alexandre Julliard5c076732007-10-17 17:04:01 +020010660 LIBS=$ac_check_soname_save_LIBS
10661fi
Alexandre Julliard25e9e4f2009-08-10 14:27:28 +020010662if test "x$ac_cv_lib_soname_fontconfig" = "x"; then :
10663 { $as_echo "$as_me:${as_lineno-$LINENO}: result: not found" >&5
Alexandre Julliardabf50482008-10-31 12:56:53 +010010664$as_echo "not found" >&6; }
Alexandre Julliard5c076732007-10-17 17:04:01 +020010665
10666else
Alexandre Julliard25e9e4f2009-08-10 14:27:28 +020010667 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_soname_fontconfig" >&5
Alexandre Julliardabf50482008-10-31 12:56:53 +010010668$as_echo "$ac_cv_lib_soname_fontconfig" >&6; }
Alexandre Julliard5c076732007-10-17 17:04:01 +020010669
10670cat >>confdefs.h <<_ACEOF
10671#define SONAME_LIBFONTCONFIG "$ac_cv_lib_soname_fontconfig"
10672_ACEOF
10673
10674
10675fi
Alexandre Julliard5c076732007-10-17 17:04:01 +020010676 fi
Alexandre Julliardccd5f282007-07-02 17:31:48 +020010677fi
Alexandre Julliard25e9e4f2009-08-10 14:27:28 +020010678if test "x$ac_cv_lib_soname_fontconfig" = "x"; then :
Alexandre Julliarda41f0f12008-01-07 14:51:44 +010010679 case "x$with_fontconfig" in
Alexandre Julliard93f094c2008-10-22 13:16:54 +020010680 x) wine_notices="$wine_notices|fontconfig ${notice_platform}development files not found, fontconfig won't be supported." ;;
Alexandre Julliarda41f0f12008-01-07 14:51:44 +010010681 xno) ;;
Alexandre Julliard25e9e4f2009-08-10 14:27:28 +020010682 *) as_fn_error "fontconfig ${notice_platform}development files not found, fontconfig won't be supported.
10683This is an error since --with-fontconfig was requested." "$LINENO" 5 ;;
Alexandre Julliarda41f0f12008-01-07 14:51:44 +010010684esac
Alexandre Julliard7f674962007-07-10 15:22:18 +020010685fi
10686
Alexandre Julliardf91909b2007-07-02 17:32:09 +020010687if test "$ac_cv_header_openssl_err_h" = "yes" -a "$ac_cv_header_openssl_ssl_h" = "yes"
10688then
Alexandre Julliard25e9e4f2009-08-10 14:27:28 +020010689 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for -lssl" >&5
Alexandre Julliardabf50482008-10-31 12:56:53 +010010690$as_echo_n "checking for -lssl... " >&6; }
Alexandre Julliard25e9e4f2009-08-10 14:27:28 +020010691if test "${ac_cv_lib_soname_ssl+set}" = set; then :
Alexandre Julliardabf50482008-10-31 12:56:53 +010010692 $as_echo_n "(cached) " >&6
Alexandre Julliardf91909b2007-07-02 17:32:09 +020010693else
10694 ac_check_soname_save_LIBS=$LIBS
10695LIBS="-lssl $LIBS"
Alexandre Julliard25e9e4f2009-08-10 14:27:28 +020010696 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
Alexandre Julliardf91909b2007-07-02 17:32:09 +020010697/* end confdefs.h. */
10698
10699/* Override any GCC internal prototype to avoid an error.
10700 Use char because int might match the return type of a GCC
10701 builtin and then its argument prototype would still apply. */
10702#ifdef __cplusplus
10703extern "C"
10704#endif
10705char SSL_library_init ();
10706int
10707main ()
10708{
10709return SSL_library_init ();
10710 ;
10711 return 0;
10712}
10713_ACEOF
Alexandre Julliard25e9e4f2009-08-10 14:27:28 +020010714if ac_fn_c_try_link "$LINENO"; then :
Alexandre Julliardf91909b2007-07-02 17:32:09 +020010715 case "$LIBEXT" in
10716 dll) ;;
10717 dylib) ac_cv_lib_soname_ssl=`otool -L conftest$ac_exeext | grep "libssl\\.[0-9A-Za-z.]*dylib" | sed -e "s/^.*\/\(libssl\.[0-9A-Za-z.]*dylib\).*$/\1/"';2,$d'` ;;
10718 *) ac_cv_lib_soname_ssl=`$ac_cv_path_LDD conftest$ac_exeext | grep "libssl\\.$LIBEXT" | sed -e "s/^.*\(libssl\.$LIBEXT[^ ]*\).*$/\1/"';2,$d'` ;;
10719 esac
Alexandre Julliardf91909b2007-07-02 17:32:09 +020010720fi
Alexandre Julliard25e9e4f2009-08-10 14:27:28 +020010721rm -f core conftest.err conftest.$ac_objext \
10722 conftest$ac_exeext conftest.$ac_ext
Alexandre Julliardf91909b2007-07-02 17:32:09 +020010723 LIBS=$ac_check_soname_save_LIBS
10724fi
Alexandre Julliard25e9e4f2009-08-10 14:27:28 +020010725if test "x$ac_cv_lib_soname_ssl" = "x"; then :
10726 { $as_echo "$as_me:${as_lineno-$LINENO}: result: not found" >&5
Alexandre Julliardabf50482008-10-31 12:56:53 +010010727$as_echo "not found" >&6; }
Alexandre Julliardf91909b2007-07-02 17:32:09 +020010728
10729else
Alexandre Julliard25e9e4f2009-08-10 14:27:28 +020010730 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_soname_ssl" >&5
Alexandre Julliardabf50482008-10-31 12:56:53 +010010731$as_echo "$ac_cv_lib_soname_ssl" >&6; }
Alexandre Julliardf91909b2007-07-02 17:32:09 +020010732
10733cat >>confdefs.h <<_ACEOF
10734#define SONAME_LIBSSL "$ac_cv_lib_soname_ssl"
10735_ACEOF
10736
10737
10738fi
Alexandre Julliard25e9e4f2009-08-10 14:27:28 +020010739 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for -lcrypto" >&5
Alexandre Julliardabf50482008-10-31 12:56:53 +010010740$as_echo_n "checking for -lcrypto... " >&6; }
Alexandre Julliard25e9e4f2009-08-10 14:27:28 +020010741if test "${ac_cv_lib_soname_crypto+set}" = set; then :
Alexandre Julliardabf50482008-10-31 12:56:53 +010010742 $as_echo_n "(cached) " >&6
Alexandre Julliardf91909b2007-07-02 17:32:09 +020010743else
10744 ac_check_soname_save_LIBS=$LIBS
10745LIBS="-lcrypto $LIBS"
Alexandre Julliard25e9e4f2009-08-10 14:27:28 +020010746 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
Alexandre Julliardf91909b2007-07-02 17:32:09 +020010747/* end confdefs.h. */
10748
10749/* Override any GCC internal prototype to avoid an error.
10750 Use char because int might match the return type of a GCC
10751 builtin and then its argument prototype would still apply. */
10752#ifdef __cplusplus
10753extern "C"
10754#endif
10755char BIO_new_socket ();
10756int
10757main ()
10758{
10759return BIO_new_socket ();
10760 ;
10761 return 0;
10762}
10763_ACEOF
Alexandre Julliard25e9e4f2009-08-10 14:27:28 +020010764if ac_fn_c_try_link "$LINENO"; then :
Alexandre Julliardf91909b2007-07-02 17:32:09 +020010765 case "$LIBEXT" in
10766 dll) ;;
10767 dylib) ac_cv_lib_soname_crypto=`otool -L conftest$ac_exeext | grep "libcrypto\\.[0-9A-Za-z.]*dylib" | sed -e "s/^.*\/\(libcrypto\.[0-9A-Za-z.]*dylib\).*$/\1/"';2,$d'` ;;
10768 *) ac_cv_lib_soname_crypto=`$ac_cv_path_LDD conftest$ac_exeext | grep "libcrypto\\.$LIBEXT" | sed -e "s/^.*\(libcrypto\.$LIBEXT[^ ]*\).*$/\1/"';2,$d'` ;;
10769 esac
Alexandre Julliardf91909b2007-07-02 17:32:09 +020010770fi
Alexandre Julliard25e9e4f2009-08-10 14:27:28 +020010771rm -f core conftest.err conftest.$ac_objext \
10772 conftest$ac_exeext conftest.$ac_ext
Alexandre Julliardf91909b2007-07-02 17:32:09 +020010773 LIBS=$ac_check_soname_save_LIBS
10774fi
Alexandre Julliard25e9e4f2009-08-10 14:27:28 +020010775if test "x$ac_cv_lib_soname_crypto" = "x"; then :
10776 { $as_echo "$as_me:${as_lineno-$LINENO}: result: not found" >&5
Alexandre Julliardabf50482008-10-31 12:56:53 +010010777$as_echo "not found" >&6; }
Alexandre Julliardf91909b2007-07-02 17:32:09 +020010778
10779else
Alexandre Julliard25e9e4f2009-08-10 14:27:28 +020010780 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_soname_crypto" >&5
Alexandre Julliardabf50482008-10-31 12:56:53 +010010781$as_echo "$ac_cv_lib_soname_crypto" >&6; }
Alexandre Julliardf91909b2007-07-02 17:32:09 +020010782
10783cat >>confdefs.h <<_ACEOF
10784#define SONAME_LIBCRYPTO "$ac_cv_lib_soname_crypto"
10785_ACEOF
10786
10787
10788fi
Alexandre Julliardf91909b2007-07-02 17:32:09 +020010789fi
Alexandre Julliard25e9e4f2009-08-10 14:27:28 +020010790if test "x$ac_cv_lib_soname_ssl" = "x" -o "x$ac_cv_lib_soname_crypto" = "x"; then :
Alexandre Julliarda41f0f12008-01-07 14:51:44 +010010791 case "x$with_openssl" in
Alexandre Julliard93f094c2008-10-22 13:16:54 +020010792 x) wine_warnings="$wine_warnings|OpenSSL ${notice_platform}development files not found, SSL won't be supported." ;;
Alexandre Julliarda41f0f12008-01-07 14:51:44 +010010793 xno) ;;
Alexandre Julliard25e9e4f2009-08-10 14:27:28 +020010794 *) as_fn_error "OpenSSL ${notice_platform}development files not found, SSL won't be supported.
10795This is an error since --with-openssl was requested." "$LINENO" 5 ;;
Alexandre Julliarda41f0f12008-01-07 14:51:44 +010010796esac
Alexandre Julliard7f674962007-07-10 15:22:18 +020010797fi
10798
Maarten Lankhorstc186d8a2009-08-05 11:35:50 +020010799if test "$ac_cv_header_gsm_h" = "yes" -o "$ac_cv_header_gsm_gsm_h" = "yes"
Maarten Lankhorst58b5a3f2009-08-03 15:48:32 +020010800then
Alexandre Julliard25e9e4f2009-08-10 14:27:28 +020010801 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for -lgsm" >&5
Maarten Lankhorst58b5a3f2009-08-03 15:48:32 +020010802$as_echo_n "checking for -lgsm... " >&6; }
Alexandre Julliard25e9e4f2009-08-10 14:27:28 +020010803if test "${ac_cv_lib_soname_gsm+set}" = set; then :
Maarten Lankhorst58b5a3f2009-08-03 15:48:32 +020010804 $as_echo_n "(cached) " >&6
10805else
10806 ac_check_soname_save_LIBS=$LIBS
10807LIBS="-lgsm $LIBS"
Alexandre Julliard25e9e4f2009-08-10 14:27:28 +020010808 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
Maarten Lankhorst58b5a3f2009-08-03 15:48:32 +020010809/* end confdefs.h. */
10810
10811/* Override any GCC internal prototype to avoid an error.
10812 Use char because int might match the return type of a GCC
10813 builtin and then its argument prototype would still apply. */
10814#ifdef __cplusplus
10815extern "C"
10816#endif
10817char gsm_create ();
10818int
10819main ()
10820{
10821return gsm_create ();
10822 ;
10823 return 0;
10824}
10825_ACEOF
Alexandre Julliard25e9e4f2009-08-10 14:27:28 +020010826if ac_fn_c_try_link "$LINENO"; then :
Maarten Lankhorst58b5a3f2009-08-03 15:48:32 +020010827 case "$LIBEXT" in
10828 dll) ;;
10829 dylib) ac_cv_lib_soname_gsm=`otool -L conftest$ac_exeext | grep "libgsm\\.[0-9A-Za-z.]*dylib" | sed -e "s/^.*\/\(libgsm\.[0-9A-Za-z.]*dylib\).*$/\1/"';2,$d'` ;;
10830 *) ac_cv_lib_soname_gsm=`$ac_cv_path_LDD conftest$ac_exeext | grep "libgsm\\.$LIBEXT" | sed -e "s/^.*\(libgsm\.$LIBEXT[^ ]*\).*$/\1/"';2,$d'` ;;
10831 esac
Maarten Lankhorst58b5a3f2009-08-03 15:48:32 +020010832fi
Alexandre Julliard25e9e4f2009-08-10 14:27:28 +020010833rm -f core conftest.err conftest.$ac_objext \
10834 conftest$ac_exeext conftest.$ac_ext
Maarten Lankhorst58b5a3f2009-08-03 15:48:32 +020010835 LIBS=$ac_check_soname_save_LIBS
10836fi
Alexandre Julliard25e9e4f2009-08-10 14:27:28 +020010837if test "x$ac_cv_lib_soname_gsm" = "x"; then :
10838 { $as_echo "$as_me:${as_lineno-$LINENO}: result: not found" >&5
Maarten Lankhorst58b5a3f2009-08-03 15:48:32 +020010839$as_echo "not found" >&6; }
10840
10841else
Alexandre Julliard25e9e4f2009-08-10 14:27:28 +020010842 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_soname_gsm" >&5
Maarten Lankhorst58b5a3f2009-08-03 15:48:32 +020010843$as_echo "$ac_cv_lib_soname_gsm" >&6; }
10844
10845cat >>confdefs.h <<_ACEOF
10846#define SONAME_LIBGSM "$ac_cv_lib_soname_gsm"
10847_ACEOF
10848
10849
10850fi
Maarten Lankhorst58b5a3f2009-08-03 15:48:32 +020010851fi
Alexandre Julliard25e9e4f2009-08-10 14:27:28 +020010852if test "x$ac_cv_lib_soname_gsm" = "x"; then :
Alexandre Julliard6ce32e02009-08-19 15:53:04 +020010853 case "x$with_gsm" in
Alexandre Julliard1ebbab82009-08-17 15:11:42 +020010854 x) wine_notices="$wine_notices|libgsm ${notice_platform}development files not found, gsm 06.10 codec won't be supported." ;;
Maarten Lankhorst58b5a3f2009-08-03 15:48:32 +020010855 xno) ;;
Alexandre Julliard25e9e4f2009-08-10 14:27:28 +020010856 *) as_fn_error "libgsm ${notice_platform}development files not found, gsm 06.10 codec won't be supported.
Alexandre Julliard6ce32e02009-08-19 15:53:04 +020010857This is an error since --with-gsm was requested." "$LINENO" 5 ;;
Maarten Lankhorst58b5a3f2009-08-03 15:48:32 +020010858esac
10859fi
10860
Alexandre Julliardd0fddf42007-07-02 19:53:14 +020010861if test "$ac_cv_header_jpeglib_h" = "yes"
10862then
Alexandre Julliard25e9e4f2009-08-10 14:27:28 +020010863 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for -ljpeg" >&5
Alexandre Julliardabf50482008-10-31 12:56:53 +010010864$as_echo_n "checking for -ljpeg... " >&6; }
Alexandre Julliard25e9e4f2009-08-10 14:27:28 +020010865if test "${ac_cv_lib_soname_jpeg+set}" = set; then :
Alexandre Julliardabf50482008-10-31 12:56:53 +010010866 $as_echo_n "(cached) " >&6
Alexandre Julliardd0fddf42007-07-02 19:53:14 +020010867else
10868 ac_check_soname_save_LIBS=$LIBS
10869LIBS="-ljpeg $LIBS"
Alexandre Julliard25e9e4f2009-08-10 14:27:28 +020010870 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
Alexandre Julliardd0fddf42007-07-02 19:53:14 +020010871/* end confdefs.h. */
10872
10873/* Override any GCC internal prototype to avoid an error.
10874 Use char because int might match the return type of a GCC
10875 builtin and then its argument prototype would still apply. */
10876#ifdef __cplusplus
10877extern "C"
10878#endif
10879char jpeg_start_decompress ();
10880int
10881main ()
10882{
10883return jpeg_start_decompress ();
10884 ;
10885 return 0;
10886}
10887_ACEOF
Alexandre Julliard25e9e4f2009-08-10 14:27:28 +020010888if ac_fn_c_try_link "$LINENO"; then :
Alexandre Julliardd0fddf42007-07-02 19:53:14 +020010889 case "$LIBEXT" in
10890 dll) ;;
10891 dylib) ac_cv_lib_soname_jpeg=`otool -L conftest$ac_exeext | grep "libjpeg\\.[0-9A-Za-z.]*dylib" | sed -e "s/^.*\/\(libjpeg\.[0-9A-Za-z.]*dylib\).*$/\1/"';2,$d'` ;;
10892 *) ac_cv_lib_soname_jpeg=`$ac_cv_path_LDD conftest$ac_exeext | grep "libjpeg\\.$LIBEXT" | sed -e "s/^.*\(libjpeg\.$LIBEXT[^ ]*\).*$/\1/"';2,$d'` ;;
10893 esac
Alexandre Julliardd0fddf42007-07-02 19:53:14 +020010894fi
Alexandre Julliard25e9e4f2009-08-10 14:27:28 +020010895rm -f core conftest.err conftest.$ac_objext \
10896 conftest$ac_exeext conftest.$ac_ext
Alexandre Julliardd0fddf42007-07-02 19:53:14 +020010897 LIBS=$ac_check_soname_save_LIBS
10898fi
Alexandre Julliard25e9e4f2009-08-10 14:27:28 +020010899if test "x$ac_cv_lib_soname_jpeg" = "x"; then :
10900 { $as_echo "$as_me:${as_lineno-$LINENO}: result: not found" >&5
Alexandre Julliardabf50482008-10-31 12:56:53 +010010901$as_echo "not found" >&6; }
Alexandre Julliardd0fddf42007-07-02 19:53:14 +020010902
10903else
Alexandre Julliard25e9e4f2009-08-10 14:27:28 +020010904 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_soname_jpeg" >&5
Alexandre Julliardabf50482008-10-31 12:56:53 +010010905$as_echo "$ac_cv_lib_soname_jpeg" >&6; }
Alexandre Julliardd0fddf42007-07-02 19:53:14 +020010906
10907cat >>confdefs.h <<_ACEOF
10908#define SONAME_LIBJPEG "$ac_cv_lib_soname_jpeg"
10909_ACEOF
10910
10911
10912fi
Alexandre Julliardd0fddf42007-07-02 19:53:14 +020010913fi
Alexandre Julliard25e9e4f2009-08-10 14:27:28 +020010914if test "x$ac_cv_lib_soname_jpeg" = "x"; then :
Alexandre Julliarda41f0f12008-01-07 14:51:44 +010010915 case "x$with_jpeg" in
Alexandre Julliard93f094c2008-10-22 13:16:54 +020010916 x) wine_warnings="$wine_warnings|libjpeg ${notice_platform}development files not found, JPEG won't be supported." ;;
Alexandre Julliarda41f0f12008-01-07 14:51:44 +010010917 xno) ;;
Alexandre Julliard25e9e4f2009-08-10 14:27:28 +020010918 *) as_fn_error "libjpeg ${notice_platform}development files not found, JPEG won't be supported.
10919This is an error since --with-jpeg was requested." "$LINENO" 5 ;;
Alexandre Julliarda41f0f12008-01-07 14:51:44 +010010920esac
Alexandre Julliard7f674962007-07-10 15:22:18 +020010921fi
10922
Alexandre Julliard00302152007-07-02 19:54:00 +020010923if test "$ac_cv_header_png_h" = "yes"
10924then
Alexandre Julliard25e9e4f2009-08-10 14:27:28 +020010925 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for -lpng" >&5
Alexandre Julliardabf50482008-10-31 12:56:53 +010010926$as_echo_n "checking for -lpng... " >&6; }
Alexandre Julliard25e9e4f2009-08-10 14:27:28 +020010927if test "${ac_cv_lib_soname_png+set}" = set; then :
Alexandre Julliardabf50482008-10-31 12:56:53 +010010928 $as_echo_n "(cached) " >&6
Alexandre Julliard00302152007-07-02 19:54:00 +020010929else
10930 ac_check_soname_save_LIBS=$LIBS
Austin Englishfe8879e2008-12-28 19:10:19 -060010931LIBS="-lpng -lm -lz $LIBS"
Alexandre Julliard25e9e4f2009-08-10 14:27:28 +020010932 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
Alexandre Julliard00302152007-07-02 19:54:00 +020010933/* end confdefs.h. */
10934
10935/* Override any GCC internal prototype to avoid an error.
10936 Use char because int might match the return type of a GCC
10937 builtin and then its argument prototype would still apply. */
10938#ifdef __cplusplus
10939extern "C"
10940#endif
10941char png_create_read_struct ();
10942int
10943main ()
10944{
10945return png_create_read_struct ();
10946 ;
10947 return 0;
10948}
10949_ACEOF
Alexandre Julliard25e9e4f2009-08-10 14:27:28 +020010950if ac_fn_c_try_link "$LINENO"; then :
Alexandre Julliard00302152007-07-02 19:54:00 +020010951 case "$LIBEXT" in
10952 dll) ;;
10953 dylib) ac_cv_lib_soname_png=`otool -L conftest$ac_exeext | grep "libpng[0-9]*\\.[0-9A-Za-z.]*dylib" | sed -e "s/^.*\/\(libpng[0-9]*\.[0-9A-Za-z.]*dylib\).*$/\1/"';2,$d'` ;;
10954 *) ac_cv_lib_soname_png=`$ac_cv_path_LDD conftest$ac_exeext | grep "libpng[0-9]*\\.$LIBEXT" | sed -e "s/^.*\(libpng[0-9]*\.$LIBEXT[^ ]*\).*$/\1/"';2,$d'` ;;
10955 esac
Alexandre Julliard00302152007-07-02 19:54:00 +020010956fi
Alexandre Julliard25e9e4f2009-08-10 14:27:28 +020010957rm -f core conftest.err conftest.$ac_objext \
10958 conftest$ac_exeext conftest.$ac_ext
Alexandre Julliard00302152007-07-02 19:54:00 +020010959 LIBS=$ac_check_soname_save_LIBS
10960fi
Alexandre Julliard25e9e4f2009-08-10 14:27:28 +020010961if test "x$ac_cv_lib_soname_png" = "x"; then :
10962 { $as_echo "$as_me:${as_lineno-$LINENO}: result: not found" >&5
Alexandre Julliardabf50482008-10-31 12:56:53 +010010963$as_echo "not found" >&6; }
Alexandre Julliard00302152007-07-02 19:54:00 +020010964
10965else
Alexandre Julliard25e9e4f2009-08-10 14:27:28 +020010966 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_soname_png" >&5
Alexandre Julliardabf50482008-10-31 12:56:53 +010010967$as_echo "$ac_cv_lib_soname_png" >&6; }
Alexandre Julliard00302152007-07-02 19:54:00 +020010968
10969cat >>confdefs.h <<_ACEOF
10970#define SONAME_LIBPNG "$ac_cv_lib_soname_png"
10971_ACEOF
10972
10973
10974fi
Joerg-Cyril.Hoehle@t-systems.com85b61892009-05-23 12:39:50 +020010975elif test -n "$X_CFLAGS" -a "x$with_png" != "xno"
10976then
10977 ac_save_CPPFLAGS="$CPPFLAGS"
10978 CPPFLAGS="$CPPFLAGS $X_CFLAGS"
10979 $as_unset ac_cv_header_png_h
Alexandre Julliard25e9e4f2009-08-10 14:27:28 +020010980 for ac_header in png.h
10981do :
10982 ac_fn_c_check_header_mongrel "$LINENO" "png.h" "ac_cv_header_png_h" "$ac_includes_default"
10983if test "x$ac_cv_header_png_h" = x""yes; then :
Joerg-Cyril.Hoehle@t-systems.com85b61892009-05-23 12:39:50 +020010984 cat >>confdefs.h <<_ACEOF
Alexandre Julliard25e9e4f2009-08-10 14:27:28 +020010985#define HAVE_PNG_H 1
Joerg-Cyril.Hoehle@t-systems.com85b61892009-05-23 12:39:50 +020010986_ACEOF
10987
10988fi
10989
10990done
10991
10992 CPPFLAGS="$ac_save_CPPFLAGS"
10993 if test "$ac_cv_header_png_h" = "yes"
10994 then
10995 PNGINCL="$X_CFLAGS"
10996
Alexandre Julliard25e9e4f2009-08-10 14:27:28 +020010997 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for -lpng" >&5
Joerg-Cyril.Hoehle@t-systems.com85b61892009-05-23 12:39:50 +020010998$as_echo_n "checking for -lpng... " >&6; }
Alexandre Julliard25e9e4f2009-08-10 14:27:28 +020010999if test "${ac_cv_lib_soname_png+set}" = set; then :
Joerg-Cyril.Hoehle@t-systems.com85b61892009-05-23 12:39:50 +020011000 $as_echo_n "(cached) " >&6
11001else
11002 ac_check_soname_save_LIBS=$LIBS
11003LIBS="-lpng $X_LIBS -lm -lz $LIBS"
Alexandre Julliard25e9e4f2009-08-10 14:27:28 +020011004 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
Joerg-Cyril.Hoehle@t-systems.com85b61892009-05-23 12:39:50 +020011005/* end confdefs.h. */
11006
11007/* Override any GCC internal prototype to avoid an error.
11008 Use char because int might match the return type of a GCC
11009 builtin and then its argument prototype would still apply. */
11010#ifdef __cplusplus
11011extern "C"
11012#endif
11013char png_create_read_struct ();
11014int
11015main ()
11016{
11017return png_create_read_struct ();
11018 ;
11019 return 0;
11020}
11021_ACEOF
Alexandre Julliard25e9e4f2009-08-10 14:27:28 +020011022if ac_fn_c_try_link "$LINENO"; then :
Joerg-Cyril.Hoehle@t-systems.com85b61892009-05-23 12:39:50 +020011023 case "$LIBEXT" in
11024 dll) ;;
11025 dylib) ac_cv_lib_soname_png=`otool -L conftest$ac_exeext | grep "libpng[0-9]*\\.[0-9A-Za-z.]*dylib" | sed -e "s/^.*\/\(libpng[0-9]*\.[0-9A-Za-z.]*dylib\).*$/\1/"';2,$d'` ;;
11026 *) ac_cv_lib_soname_png=`$ac_cv_path_LDD conftest$ac_exeext | grep "libpng[0-9]*\\.$LIBEXT" | sed -e "s/^.*\(libpng[0-9]*\.$LIBEXT[^ ]*\).*$/\1/"';2,$d'` ;;
11027 esac
Joerg-Cyril.Hoehle@t-systems.com85b61892009-05-23 12:39:50 +020011028fi
Alexandre Julliard25e9e4f2009-08-10 14:27:28 +020011029rm -f core conftest.err conftest.$ac_objext \
11030 conftest$ac_exeext conftest.$ac_ext
Joerg-Cyril.Hoehle@t-systems.com85b61892009-05-23 12:39:50 +020011031 LIBS=$ac_check_soname_save_LIBS
11032fi
Alexandre Julliard25e9e4f2009-08-10 14:27:28 +020011033if test "x$ac_cv_lib_soname_png" = "x"; then :
11034 { $as_echo "$as_me:${as_lineno-$LINENO}: result: not found" >&5
Joerg-Cyril.Hoehle@t-systems.com85b61892009-05-23 12:39:50 +020011035$as_echo "not found" >&6; }
11036
11037else
Alexandre Julliard25e9e4f2009-08-10 14:27:28 +020011038 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_soname_png" >&5
Joerg-Cyril.Hoehle@t-systems.com85b61892009-05-23 12:39:50 +020011039$as_echo "$ac_cv_lib_soname_png" >&6; }
11040
11041cat >>confdefs.h <<_ACEOF
11042#define SONAME_LIBPNG "$ac_cv_lib_soname_png"
11043_ACEOF
11044
11045
11046fi
Joerg-Cyril.Hoehle@t-systems.com85b61892009-05-23 12:39:50 +020011047 fi
Alexandre Julliard00302152007-07-02 19:54:00 +020011048fi
Alexandre Julliard25e9e4f2009-08-10 14:27:28 +020011049if test "x$ac_cv_lib_soname_png" = "x"; then :
Alexandre Julliarda41f0f12008-01-07 14:51:44 +010011050 case "x$with_png" in
Alexandre Julliard93f094c2008-10-22 13:16:54 +020011051 x) wine_warnings="$wine_warnings|libpng ${notice_platform}development files not found, PNG won't be supported." ;;
Alexandre Julliarda41f0f12008-01-07 14:51:44 +010011052 xno) ;;
Alexandre Julliard25e9e4f2009-08-10 14:27:28 +020011053 *) as_fn_error "libpng ${notice_platform}development files not found, PNG won't be supported.
11054This is an error since --with-png was requested." "$LINENO" 5 ;;
Alexandre Julliarda41f0f12008-01-07 14:51:44 +010011055esac
Alexandre Julliard7f674962007-07-10 15:22:18 +020011056fi
11057
Alexandre Julliardde1d7fb2009-03-05 18:45:32 +010011058if test "$ac_cv_header_kstat_h" = "yes"
11059then
Alexandre Julliard25e9e4f2009-08-10 14:27:28 +020011060 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for kstat_open in -lkstat" >&5
Alexandre Julliardde1d7fb2009-03-05 18:45:32 +010011061$as_echo_n "checking for kstat_open in -lkstat... " >&6; }
Alexandre Julliard25e9e4f2009-08-10 14:27:28 +020011062if test "${ac_cv_lib_kstat_kstat_open+set}" = set; then :
Alexandre Julliardde1d7fb2009-03-05 18:45:32 +010011063 $as_echo_n "(cached) " >&6
11064else
11065 ac_check_lib_save_LIBS=$LIBS
11066LIBS="-lkstat $LIBS"
Alexandre Julliard25e9e4f2009-08-10 14:27:28 +020011067cat confdefs.h - <<_ACEOF >conftest.$ac_ext
Alexandre Julliardde1d7fb2009-03-05 18:45:32 +010011068/* end confdefs.h. */
11069
11070/* Override any GCC internal prototype to avoid an error.
11071 Use char because int might match the return type of a GCC
11072 builtin and then its argument prototype would still apply. */
11073#ifdef __cplusplus
11074extern "C"
11075#endif
11076char kstat_open ();
11077int
11078main ()
11079{
11080return kstat_open ();
11081 ;
11082 return 0;
11083}
11084_ACEOF
Alexandre Julliard25e9e4f2009-08-10 14:27:28 +020011085if ac_fn_c_try_link "$LINENO"; then :
Alexandre Julliardde1d7fb2009-03-05 18:45:32 +010011086 ac_cv_lib_kstat_kstat_open=yes
11087else
Alexandre Julliard25e9e4f2009-08-10 14:27:28 +020011088 ac_cv_lib_kstat_kstat_open=no
Alexandre Julliardde1d7fb2009-03-05 18:45:32 +010011089fi
Alexandre Julliard25e9e4f2009-08-10 14:27:28 +020011090rm -f core conftest.err conftest.$ac_objext \
11091 conftest$ac_exeext conftest.$ac_ext
Alexandre Julliardde1d7fb2009-03-05 18:45:32 +010011092LIBS=$ac_check_lib_save_LIBS
11093fi
Alexandre Julliard25e9e4f2009-08-10 14:27:28 +020011094{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_kstat_kstat_open" >&5
Alexandre Julliardde1d7fb2009-03-05 18:45:32 +010011095$as_echo "$ac_cv_lib_kstat_kstat_open" >&6; }
Alexandre Julliard25e9e4f2009-08-10 14:27:28 +020011096if test "x$ac_cv_lib_kstat_kstat_open" = x""yes; then :
Alexandre Julliardde1d7fb2009-03-05 18:45:32 +010011097
Alexandre Julliard25e9e4f2009-08-10 14:27:28 +020011098$as_echo "#define HAVE_LIBKSTAT 1" >>confdefs.h
Alexandre Julliardde1d7fb2009-03-05 18:45:32 +010011099
11100 LIBKSTAT="-lkstat"
11101
11102fi
11103
11104fi
11105
Alexandre Julliard25e9e4f2009-08-10 14:27:28 +020011106{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for -lodbc" >&5
Alexandre Julliardabf50482008-10-31 12:56:53 +010011107$as_echo_n "checking for -lodbc... " >&6; }
Alexandre Julliard25e9e4f2009-08-10 14:27:28 +020011108if test "${ac_cv_lib_soname_odbc+set}" = set; then :
Alexandre Julliardabf50482008-10-31 12:56:53 +010011109 $as_echo_n "(cached) " >&6
Alexandre Julliard84f8ab62008-01-07 17:16:29 +010011110else
11111 ac_check_soname_save_LIBS=$LIBS
11112LIBS="-lodbc $LIBS"
Alexandre Julliard25e9e4f2009-08-10 14:27:28 +020011113 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
Alexandre Julliard84f8ab62008-01-07 17:16:29 +010011114/* end confdefs.h. */
11115
11116/* Override any GCC internal prototype to avoid an error.
11117 Use char because int might match the return type of a GCC
11118 builtin and then its argument prototype would still apply. */
11119#ifdef __cplusplus
11120extern "C"
11121#endif
11122char SQLConnect ();
11123int
11124main ()
11125{
11126return SQLConnect ();
11127 ;
11128 return 0;
11129}
11130_ACEOF
Alexandre Julliard25e9e4f2009-08-10 14:27:28 +020011131if ac_fn_c_try_link "$LINENO"; then :
Alexandre Julliard84f8ab62008-01-07 17:16:29 +010011132 case "$LIBEXT" in
11133 dll) ;;
11134 dylib) ac_cv_lib_soname_odbc=`otool -L conftest$ac_exeext | grep "libodbc\\.[0-9A-Za-z.]*dylib" | sed -e "s/^.*\/\(libodbc\.[0-9A-Za-z.]*dylib\).*$/\1/"';2,$d'` ;;
11135 *) ac_cv_lib_soname_odbc=`$ac_cv_path_LDD conftest$ac_exeext | grep "libodbc\\.$LIBEXT" | sed -e "s/^.*\(libodbc\.$LIBEXT[^ ]*\).*$/\1/"';2,$d'` ;;
11136 esac
Alexandre Julliard84f8ab62008-01-07 17:16:29 +010011137fi
Alexandre Julliard25e9e4f2009-08-10 14:27:28 +020011138rm -f core conftest.err conftest.$ac_objext \
11139 conftest$ac_exeext conftest.$ac_ext
Alexandre Julliard84f8ab62008-01-07 17:16:29 +010011140 LIBS=$ac_check_soname_save_LIBS
11141fi
Alexandre Julliard25e9e4f2009-08-10 14:27:28 +020011142if test "x$ac_cv_lib_soname_odbc" = "x"; then :
11143 { $as_echo "$as_me:${as_lineno-$LINENO}: result: not found" >&5
Alexandre Julliardabf50482008-10-31 12:56:53 +010011144$as_echo "not found" >&6; }
Alexandre Julliard84f8ab62008-01-07 17:16:29 +010011145 cat >>confdefs.h <<_ACEOF
11146#define SONAME_LIBODBC "libodbc.$LIBEXT"
11147_ACEOF
11148
11149else
Alexandre Julliard25e9e4f2009-08-10 14:27:28 +020011150 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_soname_odbc" >&5
Alexandre Julliardabf50482008-10-31 12:56:53 +010011151$as_echo "$ac_cv_lib_soname_odbc" >&6; }
Alexandre Julliard84f8ab62008-01-07 17:16:29 +010011152
11153cat >>confdefs.h <<_ACEOF
11154#define SONAME_LIBODBC "$ac_cv_lib_soname_odbc"
11155_ACEOF
11156
11157
11158fi
11159
Francois Gouget3089a9f2008-07-31 18:59:50 +020011160if test "x$ALSALIBS$AUDIOIOLIBS$COREAUDIO$NASLIBS$ESDLIBS$ac_cv_lib_soname_jack" = "x" -a \
Alexandre Julliarda41f0f12008-01-07 14:51:44 +010011161 "$ac_cv_header_sys_soundcard_h" != "yes" -a \
11162 "$ac_cv_header_machine_soundcard_h" != "yes" -a \
11163 "$ac_cv_header_soundcard_h" != "yes" -a \
11164 "x$with_alsa$with_audioio$with_coreaudio$with_nas$with_esd$with_jack$with_oss" != xnonononononono
11165then
11166 wine_warnings="$wine_warnings|No sound system was found. Windows applications will be silent."
Alexandre Julliardf9dec942007-07-10 15:14:15 +020011167fi
11168
11169
Alexandre Julliardfc094232003-04-14 21:46:41 +000011170EXTRACFLAGS=""
11171
Alexandre Julliard4f8c37b1996-01-14 18:12:01 +000011172if test "x${GCC}" = "xyes"
11173then
Hans Leidekkerd17b2322004-01-06 21:37:44 +000011174 EXTRACFLAGS="-Wall -pipe"
Mike McCormackc509bc42003-02-25 04:01:58 +000011175
Alexandre Julliard25e9e4f2009-08-10 14:27:28 +020011176 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for gcc strength-reduce bug" >&5
Alexandre Julliardabf50482008-10-31 12:56:53 +010011177$as_echo_n "checking for gcc strength-reduce bug... " >&6; }
Alexandre Julliard25e9e4f2009-08-10 14:27:28 +020011178if test "${ac_cv_c_gcc_strength_bug+set}" = set; then :
Alexandre Julliardabf50482008-10-31 12:56:53 +010011179 $as_echo_n "(cached) " >&6
Alexandre Julliard4f8c37b1996-01-14 18:12:01 +000011180else
Alexandre Julliard25e9e4f2009-08-10 14:27:28 +020011181 if test "$cross_compiling" = yes; then :
Alexandre Julliard4f8c37b1996-01-14 18:12:01 +000011182 ac_cv_c_gcc_strength_bug="yes"
11183else
Alexandre Julliard25e9e4f2009-08-10 14:27:28 +020011184 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
Alexandre Julliarde24bcc72002-12-24 00:35:19 +000011185/* end confdefs.h. */
Alexandre Julliardad356de2007-06-08 20:23:16 +020011186int L[4] = {0,1,2,3};
11187int
11188main ()
11189{
11190static int Array[3];
Alexandre Julliard4f8c37b1996-01-14 18:12:01 +000011191 unsigned int B = 3;
11192 int i;
Alexandre Julliardd2e1c1a1996-03-09 16:12:43 +000011193 for(i=0; i<B; i++) Array[i] = i - 3;
Eric Pouech5aee80f2000-11-11 00:31:39 +000011194 for(i=0; i<4 - 1; i++) L[i] = L[i + 1];
11195 L[i] = 4;
Alexandre Julliard95251a72009-02-16 12:46:58 +010011196 return (Array[1] != -2 || L[2] != 3)
Alexandre Julliardad356de2007-06-08 20:23:16 +020011197 ;
11198 return 0;
Alexandre Julliard4f8c37b1996-01-14 18:12:01 +000011199}
Alexandre Julliardf5818d22002-02-14 19:47:29 +000011200_ACEOF
Alexandre Julliard25e9e4f2009-08-10 14:27:28 +020011201if ac_fn_c_try_run "$LINENO"; then :
Alexandre Julliard4f8c37b1996-01-14 18:12:01 +000011202 ac_cv_c_gcc_strength_bug="no"
11203else
Alexandre Julliard25e9e4f2009-08-10 14:27:28 +020011204 ac_cv_c_gcc_strength_bug="yes"
Alexandre Julliard4f8c37b1996-01-14 18:12:01 +000011205fi
Alexandre Julliard25e9e4f2009-08-10 14:27:28 +020011206rm -f core *.core core.conftest.* gmon.out bb.out conftest$ac_exeext \
11207 conftest.$ac_objext conftest.beam conftest.$ac_ext
Alexandre Julliard4f8c37b1996-01-14 18:12:01 +000011208fi
Alexandre Julliardfc6ffb22006-05-25 20:08:12 +020011209
Alexandre Julliard4f8c37b1996-01-14 18:12:01 +000011210fi
Alexandre Julliard25e9e4f2009-08-10 14:27:28 +020011211{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_c_gcc_strength_bug" >&5
Alexandre Julliardabf50482008-10-31 12:56:53 +010011212$as_echo "$ac_cv_c_gcc_strength_bug" >&6; }
Alexandre Julliard4f8c37b1996-01-14 18:12:01 +000011213 if test "$ac_cv_c_gcc_strength_bug" = "yes"
11214 then
Alexandre Julliardfc094232003-04-14 21:46:41 +000011215 EXTRACFLAGS="$EXTRACFLAGS -fno-strength-reduce"
Alexandre Julliard4f8c37b1996-01-14 18:12:01 +000011216 fi
Alexandre Julliardf9b94cb2000-12-06 03:50:22 +000011217
Alexandre Julliard25e9e4f2009-08-10 14:27:28 +020011218 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether the compiler supports -fno-builtin" >&5
Alexandre Julliardabf50482008-10-31 12:56:53 +010011219$as_echo_n "checking whether the compiler supports -fno-builtin... " >&6; }
Alexandre Julliard25e9e4f2009-08-10 14:27:28 +020011220if test "${ac_cv_cflags__fno_builtin+set}" = set; then :
Alexandre Julliardabf50482008-10-31 12:56:53 +010011221 $as_echo_n "(cached) " >&6
Alexandre Julliard6538cb42008-09-22 11:51:02 +020011222else
11223 ac_wine_try_cflags_saved=$CFLAGS
11224CFLAGS="$CFLAGS -fno-builtin"
Alexandre Julliard25e9e4f2009-08-10 14:27:28 +020011225cat confdefs.h - <<_ACEOF >conftest.$ac_ext
Alexandre Julliard6538cb42008-09-22 11:51:02 +020011226/* end confdefs.h. */
11227
11228int
11229main ()
11230{
11231
11232 ;
11233 return 0;
11234}
11235_ACEOF
Alexandre Julliard25e9e4f2009-08-10 14:27:28 +020011236if ac_fn_c_try_link "$LINENO"; then :
Alexandre Julliard6538cb42008-09-22 11:51:02 +020011237 ac_cv_cflags__fno_builtin=yes
11238else
Alexandre Julliard25e9e4f2009-08-10 14:27:28 +020011239 ac_cv_cflags__fno_builtin=no
Alexandre Julliard6538cb42008-09-22 11:51:02 +020011240fi
Alexandre Julliard25e9e4f2009-08-10 14:27:28 +020011241rm -f core conftest.err conftest.$ac_objext \
11242 conftest$ac_exeext conftest.$ac_ext
Alexandre Julliard6538cb42008-09-22 11:51:02 +020011243CFLAGS=$ac_wine_try_cflags_saved
11244fi
Alexandre Julliard25e9e4f2009-08-10 14:27:28 +020011245{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_cflags__fno_builtin" >&5
Alexandre Julliardabf50482008-10-31 12:56:53 +010011246$as_echo "$ac_cv_cflags__fno_builtin" >&6; }
Alexandre Julliard25e9e4f2009-08-10 14:27:28 +020011247if test $ac_cv_cflags__fno_builtin = yes; then :
Alexandre Julliard6538cb42008-09-22 11:51:02 +020011248 BUILTINFLAG="-fno-builtin"
11249
11250fi
Alexandre Julliard25e9e4f2009-08-10 14:27:28 +020011251 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether the compiler supports -fno-strict-aliasing" >&5
Alexandre Julliardabf50482008-10-31 12:56:53 +010011252$as_echo_n "checking whether the compiler supports -fno-strict-aliasing... " >&6; }
Alexandre Julliard25e9e4f2009-08-10 14:27:28 +020011253if test "${ac_cv_cflags__fno_strict_aliasing+set}" = set; then :
Alexandre Julliardabf50482008-10-31 12:56:53 +010011254 $as_echo_n "(cached) " >&6
Alexandre Julliardefca0f62003-07-24 00:09:51 +000011255else
11256 ac_wine_try_cflags_saved=$CFLAGS
11257CFLAGS="$CFLAGS -fno-strict-aliasing"
Alexandre Julliard25e9e4f2009-08-10 14:27:28 +020011258cat confdefs.h - <<_ACEOF >conftest.$ac_ext
Alexandre Julliardefca0f62003-07-24 00:09:51 +000011259/* end confdefs.h. */
11260
11261int
11262main ()
11263{
11264
11265 ;
11266 return 0;
11267}
11268_ACEOF
Alexandre Julliard25e9e4f2009-08-10 14:27:28 +020011269if ac_fn_c_try_link "$LINENO"; then :
Alexandre Julliard182d1502006-08-25 13:22:33 +020011270 ac_cv_cflags__fno_strict_aliasing=yes
Alexandre Julliardefca0f62003-07-24 00:09:51 +000011271else
Alexandre Julliard25e9e4f2009-08-10 14:27:28 +020011272 ac_cv_cflags__fno_strict_aliasing=no
Alexandre Julliardefca0f62003-07-24 00:09:51 +000011273fi
Alexandre Julliard25e9e4f2009-08-10 14:27:28 +020011274rm -f core conftest.err conftest.$ac_objext \
11275 conftest$ac_exeext conftest.$ac_ext
Alexandre Julliardefca0f62003-07-24 00:09:51 +000011276CFLAGS=$ac_wine_try_cflags_saved
11277fi
Alexandre Julliard25e9e4f2009-08-10 14:27:28 +020011278{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_cflags__fno_strict_aliasing" >&5
Alexandre Julliardabf50482008-10-31 12:56:53 +010011279$as_echo "$ac_cv_cflags__fno_strict_aliasing" >&6; }
Alexandre Julliard25e9e4f2009-08-10 14:27:28 +020011280if test $ac_cv_cflags__fno_strict_aliasing = yes; then :
Alexandre Julliard182d1502006-08-25 13:22:33 +020011281 EXTRACFLAGS="$EXTRACFLAGS -fno-strict-aliasing"
11282fi
Alexandre Julliard25e9e4f2009-08-10 14:27:28 +020011283 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether the compiler supports -Wdeclaration-after-statement" >&5
Alexandre Julliardabf50482008-10-31 12:56:53 +010011284$as_echo_n "checking whether the compiler supports -Wdeclaration-after-statement... " >&6; }
Alexandre Julliard25e9e4f2009-08-10 14:27:28 +020011285if test "${ac_cv_cflags__Wdeclaration_after_statement+set}" = set; then :
Alexandre Julliardabf50482008-10-31 12:56:53 +010011286 $as_echo_n "(cached) " >&6
Alexandre Julliardf8cb48b2005-09-12 10:14:00 +000011287else
11288 ac_wine_try_cflags_saved=$CFLAGS
11289CFLAGS="$CFLAGS -Wdeclaration-after-statement"
Alexandre Julliard25e9e4f2009-08-10 14:27:28 +020011290cat confdefs.h - <<_ACEOF >conftest.$ac_ext
Alexandre Julliardf8cb48b2005-09-12 10:14:00 +000011291/* end confdefs.h. */
11292
11293int
11294main ()
11295{
11296
11297 ;
11298 return 0;
11299}
11300_ACEOF
Alexandre Julliard25e9e4f2009-08-10 14:27:28 +020011301if ac_fn_c_try_link "$LINENO"; then :
Alexandre Julliard182d1502006-08-25 13:22:33 +020011302 ac_cv_cflags__Wdeclaration_after_statement=yes
Alexandre Julliardf8cb48b2005-09-12 10:14:00 +000011303else
Alexandre Julliard25e9e4f2009-08-10 14:27:28 +020011304 ac_cv_cflags__Wdeclaration_after_statement=no
Alexandre Julliardf8cb48b2005-09-12 10:14:00 +000011305fi
Alexandre Julliard25e9e4f2009-08-10 14:27:28 +020011306rm -f core conftest.err conftest.$ac_objext \
11307 conftest$ac_exeext conftest.$ac_ext
Alexandre Julliardf8cb48b2005-09-12 10:14:00 +000011308CFLAGS=$ac_wine_try_cflags_saved
11309fi
Alexandre Julliard25e9e4f2009-08-10 14:27:28 +020011310{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_cflags__Wdeclaration_after_statement" >&5
Alexandre Julliardabf50482008-10-31 12:56:53 +010011311$as_echo "$ac_cv_cflags__Wdeclaration_after_statement" >&6; }
Alexandre Julliard25e9e4f2009-08-10 14:27:28 +020011312if test $ac_cv_cflags__Wdeclaration_after_statement = yes; then :
Alexandre Julliard182d1502006-08-25 13:22:33 +020011313 EXTRACFLAGS="$EXTRACFLAGS -Wdeclaration-after-statement"
11314fi
Alexandre Julliard25e9e4f2009-08-10 14:27:28 +020011315 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether the compiler supports -Wwrite-strings" >&5
Alexandre Julliardabf50482008-10-31 12:56:53 +010011316$as_echo_n "checking whether the compiler supports -Wwrite-strings... " >&6; }
Alexandre Julliard25e9e4f2009-08-10 14:27:28 +020011317if test "${ac_cv_cflags__Wwrite_strings+set}" = set; then :
Alexandre Julliardabf50482008-10-31 12:56:53 +010011318 $as_echo_n "(cached) " >&6
Alexandre Julliardd75cc5a2006-08-25 12:07:34 +020011319else
11320 ac_wine_try_cflags_saved=$CFLAGS
11321CFLAGS="$CFLAGS -Wwrite-strings"
Alexandre Julliard25e9e4f2009-08-10 14:27:28 +020011322cat confdefs.h - <<_ACEOF >conftest.$ac_ext
Alexandre Julliardd75cc5a2006-08-25 12:07:34 +020011323/* end confdefs.h. */
11324
11325int
11326main ()
11327{
11328
11329 ;
11330 return 0;
11331}
11332_ACEOF
Alexandre Julliard25e9e4f2009-08-10 14:27:28 +020011333if ac_fn_c_try_link "$LINENO"; then :
Alexandre Julliard182d1502006-08-25 13:22:33 +020011334 ac_cv_cflags__Wwrite_strings=yes
Alexandre Julliardd75cc5a2006-08-25 12:07:34 +020011335else
Alexandre Julliard25e9e4f2009-08-10 14:27:28 +020011336 ac_cv_cflags__Wwrite_strings=no
Alexandre Julliardd75cc5a2006-08-25 12:07:34 +020011337fi
Alexandre Julliard25e9e4f2009-08-10 14:27:28 +020011338rm -f core conftest.err conftest.$ac_objext \
11339 conftest$ac_exeext conftest.$ac_ext
Alexandre Julliardd75cc5a2006-08-25 12:07:34 +020011340CFLAGS=$ac_wine_try_cflags_saved
11341fi
Alexandre Julliard25e9e4f2009-08-10 14:27:28 +020011342{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_cflags__Wwrite_strings" >&5
Alexandre Julliardabf50482008-10-31 12:56:53 +010011343$as_echo "$ac_cv_cflags__Wwrite_strings" >&6; }
Alexandre Julliard25e9e4f2009-08-10 14:27:28 +020011344if test $ac_cv_cflags__Wwrite_strings = yes; then :
Alexandre Julliard182d1502006-08-25 13:22:33 +020011345 EXTRACFLAGS="$EXTRACFLAGS -Wwrite-strings"
11346fi
Alexandre Julliard25e9e4f2009-08-10 14:27:28 +020011347 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether the compiler supports -Wtype-limits" >&5
Alexandre Julliardabf50482008-10-31 12:56:53 +010011348$as_echo_n "checking whether the compiler supports -Wtype-limits... " >&6; }
Alexandre Julliard25e9e4f2009-08-10 14:27:28 +020011349if test "${ac_cv_cflags__Wtype_limits+set}" = set; then :
Alexandre Julliardabf50482008-10-31 12:56:53 +010011350 $as_echo_n "(cached) " >&6
Gerald Pfeifer701ef1d2008-01-28 01:28:59 +010011351else
11352 ac_wine_try_cflags_saved=$CFLAGS
11353CFLAGS="$CFLAGS -Wtype-limits"
Alexandre Julliard25e9e4f2009-08-10 14:27:28 +020011354cat confdefs.h - <<_ACEOF >conftest.$ac_ext
Gerald Pfeifer701ef1d2008-01-28 01:28:59 +010011355/* end confdefs.h. */
11356
11357int
11358main ()
11359{
11360
11361 ;
11362 return 0;
11363}
11364_ACEOF
Alexandre Julliard25e9e4f2009-08-10 14:27:28 +020011365if ac_fn_c_try_link "$LINENO"; then :
Gerald Pfeifer701ef1d2008-01-28 01:28:59 +010011366 ac_cv_cflags__Wtype_limits=yes
11367else
Alexandre Julliard25e9e4f2009-08-10 14:27:28 +020011368 ac_cv_cflags__Wtype_limits=no
Gerald Pfeifer701ef1d2008-01-28 01:28:59 +010011369fi
Alexandre Julliard25e9e4f2009-08-10 14:27:28 +020011370rm -f core conftest.err conftest.$ac_objext \
11371 conftest$ac_exeext conftest.$ac_ext
Gerald Pfeifer701ef1d2008-01-28 01:28:59 +010011372CFLAGS=$ac_wine_try_cflags_saved
11373fi
Alexandre Julliard25e9e4f2009-08-10 14:27:28 +020011374{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_cflags__Wtype_limits" >&5
Alexandre Julliardabf50482008-10-31 12:56:53 +010011375$as_echo "$ac_cv_cflags__Wtype_limits" >&6; }
Alexandre Julliard25e9e4f2009-08-10 14:27:28 +020011376if test $ac_cv_cflags__Wtype_limits = yes; then :
Gerald Pfeifer701ef1d2008-01-28 01:28:59 +010011377 EXTRACFLAGS="$EXTRACFLAGS -Wtype-limits"
11378fi
11379
Alexandre Julliard4d52d372003-03-24 19:33:20 +000011380 saved_CFLAGS="$CFLAGS"
Mike McCormackc509bc42003-02-25 04:01:58 +000011381 CFLAGS="$CFLAGS -Wpointer-arith -Werror"
Alexandre Julliard25e9e4f2009-08-10 14:27:28 +020011382 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for broken string.h that generates warnings" >&5
Alexandre Julliardabf50482008-10-31 12:56:53 +010011383$as_echo_n "checking for broken string.h that generates warnings... " >&6; }
Alexandre Julliard25e9e4f2009-08-10 14:27:28 +020011384if test "${ac_cv_c_string_h_warnings+set}" = set; then :
Alexandre Julliardabf50482008-10-31 12:56:53 +010011385 $as_echo_n "(cached) " >&6
Mike McCormackc509bc42003-02-25 04:01:58 +000011386else
Alexandre Julliard25e9e4f2009-08-10 14:27:28 +020011387 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
Mike McCormackc509bc42003-02-25 04:01:58 +000011388/* end confdefs.h. */
11389#include <string.h>
11390int
11391main ()
11392{
11393
11394 ;
11395 return 0;
11396}
11397_ACEOF
Alexandre Julliard25e9e4f2009-08-10 14:27:28 +020011398if ac_fn_c_try_compile "$LINENO"; then :
Mike McCormackc509bc42003-02-25 04:01:58 +000011399 ac_cv_c_string_h_warnings=no
11400else
Alexandre Julliard25e9e4f2009-08-10 14:27:28 +020011401 ac_cv_c_string_h_warnings=yes
Mike McCormackc509bc42003-02-25 04:01:58 +000011402fi
Jeremy White0ebeb532006-06-20 13:18:41 +020011403rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
Mike McCormackc509bc42003-02-25 04:01:58 +000011404fi
Alexandre Julliard25e9e4f2009-08-10 14:27:28 +020011405{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_c_string_h_warnings" >&5
Alexandre Julliardabf50482008-10-31 12:56:53 +010011406$as_echo "$ac_cv_c_string_h_warnings" >&6; }
Alexandre Julliard4d52d372003-03-24 19:33:20 +000011407 CFLAGS="$saved_CFLAGS"
Mike McCormackc509bc42003-02-25 04:01:58 +000011408 if test "$ac_cv_c_string_h_warnings" = "no"
11409 then
Alexandre Julliardfc094232003-04-14 21:46:41 +000011410 EXTRACFLAGS="$EXTRACFLAGS -Wpointer-arith"
Mike McCormackc509bc42003-02-25 04:01:58 +000011411 fi
Alexandre Julliard4f8c37b1996-01-14 18:12:01 +000011412fi
11413
Alexandre Julliarddaa28862002-04-11 21:54:01 +000011414
Alexandre Julliard25e9e4f2009-08-10 14:27:28 +020011415{ $as_echo "$as_me:${as_lineno-$LINENO}: checking whether external symbols need an underscore prefix" >&5
Alexandre Julliard857f1e02009-06-11 16:32:42 +020011416$as_echo_n "checking whether external symbols need an underscore prefix... " >&6; }
Alexandre Julliard25e9e4f2009-08-10 14:27:28 +020011417if test "${ac_cv_c_extern_prefix+set}" = set; then :
Alexandre Julliard857f1e02009-06-11 16:32:42 +020011418 $as_echo_n "(cached) " >&6
11419else
Alexandre Julliard25e9e4f2009-08-10 14:27:28 +020011420 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
Alexandre Julliard857f1e02009-06-11 16:32:42 +020011421/* end confdefs.h. */
11422extern int ac_test;
11423int
11424main ()
11425{
11426asm(".globl _ac_test\n_ac_test:\t.long 0"); if (ac_test) return 1
11427 ;
11428 return 0;
11429}
11430_ACEOF
Alexandre Julliard25e9e4f2009-08-10 14:27:28 +020011431if ac_fn_c_try_link "$LINENO"; then :
Alexandre Julliard857f1e02009-06-11 16:32:42 +020011432 ac_cv_c_extern_prefix="yes"
11433else
Alexandre Julliard25e9e4f2009-08-10 14:27:28 +020011434 ac_cv_c_extern_prefix="no"
Alexandre Julliard857f1e02009-06-11 16:32:42 +020011435fi
Alexandre Julliard25e9e4f2009-08-10 14:27:28 +020011436rm -f core conftest.err conftest.$ac_objext \
11437 conftest$ac_exeext conftest.$ac_ext
Alexandre Julliard857f1e02009-06-11 16:32:42 +020011438fi
Alexandre Julliard25e9e4f2009-08-10 14:27:28 +020011439{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_c_extern_prefix" >&5
Alexandre Julliard857f1e02009-06-11 16:32:42 +020011440$as_echo "$ac_cv_c_extern_prefix" >&6; }
11441
Alexandre Julliard9cebf092009-06-14 11:24:20 +020011442case $host_cpu in
11443 *i[3456789]86*)
Alexandre Julliard25e9e4f2009-08-10 14:27:28 +020011444 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether external symbols need stdcall decoration" >&5
Alexandre Julliard9cebf092009-06-14 11:24:20 +020011445$as_echo_n "checking whether external symbols need stdcall decoration... " >&6; }
Alexandre Julliard25e9e4f2009-08-10 14:27:28 +020011446if test "${ac_cv_c_stdcall_suffix+set}" = set; then :
Alexandre Julliard9cebf092009-06-14 11:24:20 +020011447 $as_echo_n "(cached) " >&6
11448else
Alexandre Julliard25e9e4f2009-08-10 14:27:28 +020011449 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
Alexandre Julliard9cebf092009-06-14 11:24:20 +020011450/* end confdefs.h. */
11451#ifndef _MSC_VER
11452#define __stdcall __attribute__((__stdcall__))
11453#endif
11454int __stdcall ac_test(int i) { return i; }
11455int
11456main ()
11457{
11458asm("jmp _ac_test@4"); if (ac_test(1)) return 1
11459 ;
11460 return 0;
11461}
11462_ACEOF
Alexandre Julliard25e9e4f2009-08-10 14:27:28 +020011463if ac_fn_c_try_link "$LINENO"; then :
Alexandre Julliard9cebf092009-06-14 11:24:20 +020011464 ac_cv_c_stdcall_suffix="yes"
11465else
Alexandre Julliard25e9e4f2009-08-10 14:27:28 +020011466 ac_cv_c_stdcall_suffix="no"
Alexandre Julliard9cebf092009-06-14 11:24:20 +020011467fi
Alexandre Julliard25e9e4f2009-08-10 14:27:28 +020011468rm -f core conftest.err conftest.$ac_objext \
11469 conftest$ac_exeext conftest.$ac_ext
Alexandre Julliard9cebf092009-06-14 11:24:20 +020011470fi
Alexandre Julliard25e9e4f2009-08-10 14:27:28 +020011471{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_c_stdcall_suffix" >&5
Alexandre Julliard9cebf092009-06-14 11:24:20 +020011472$as_echo "$ac_cv_c_stdcall_suffix" >&6; } ;;
11473 *) ac_cv_c_stdcall_suffix="no" ;;
11474esac
11475
Alexandre Julliard857f1e02009-06-11 16:32:42 +020011476
Alexandre Julliard857f1e02009-06-11 16:32:42 +020011477if test "$ac_cv_c_extern_prefix" = "yes"
11478then
Alexandre Julliard25e9e4f2009-08-10 14:27:28 +020011479 $as_echo "#define __ASM_NAME(name) \"_\" name" >>confdefs.h
Alexandre Julliard857f1e02009-06-11 16:32:42 +020011480
11481 asm_name_prefix="_"
11482else
Alexandre Julliard25e9e4f2009-08-10 14:27:28 +020011483 $as_echo "#define __ASM_NAME(name) name" >>confdefs.h
Alexandre Julliard857f1e02009-06-11 16:32:42 +020011484
11485 asm_name_prefix=""
11486fi
11487
11488
Alexandre Julliard9cebf092009-06-14 11:24:20 +020011489if test "$ac_cv_c_stdcall_suffix" = "yes"
11490then
Alexandre Julliard25e9e4f2009-08-10 14:27:28 +020011491 $as_echo "#define __ASM_STDCALL(args) \"@\" #args" >>confdefs.h
Alexandre Julliard9cebf092009-06-14 11:24:20 +020011492
11493else
Alexandre Julliard25e9e4f2009-08-10 14:27:28 +020011494 $as_echo "#define __ASM_STDCALL(args) \"\"" >>confdefs.h
Alexandre Julliard9cebf092009-06-14 11:24:20 +020011495
11496fi
11497
11498
Alexandre Julliard25e9e4f2009-08-10 14:27:28 +020011499{ $as_echo "$as_me:${as_lineno-$LINENO}: checking how to define a function in assembly code" >&5
Alexandre Julliardabf50482008-10-31 12:56:53 +010011500$as_echo_n "checking how to define a function in assembly code... " >&6; }
Alexandre Julliard25e9e4f2009-08-10 14:27:28 +020011501if test "${ac_cv_asm_func_def+set}" = set; then :
Alexandre Julliardabf50482008-10-31 12:56:53 +010011502 $as_echo_n "(cached) " >&6
Dimitrie O. Paunc77cbbc2000-11-27 23:32:55 +000011503else
Alexandre Julliard25e9e4f2009-08-10 14:27:28 +020011504 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
Alexandre Julliarde24bcc72002-12-24 00:35:19 +000011505/* end confdefs.h. */
Dimitrie O. Paunc77cbbc2000-11-27 23:32:55 +000011506
Alexandre Julliardf5818d22002-02-14 19:47:29 +000011507int
11508main ()
11509{
Alexandre Julliardad356de2007-06-08 20:23:16 +020011510asm("\t.globl _ac_test\n\t.def _ac_test; .scl 2; .type 32; .endef\n_ac_test:\t.long 0");
Alexandre Julliardf5818d22002-02-14 19:47:29 +000011511 ;
11512 return 0;
11513}
11514_ACEOF
Alexandre Julliard25e9e4f2009-08-10 14:27:28 +020011515if ac_fn_c_try_link "$LINENO"; then :
Alexandre Julliard84555cc2002-07-22 20:51:02 +000011516 ac_cv_asm_func_def=".def"
Dimitrie O. Paunc77cbbc2000-11-27 23:32:55 +000011517else
Alexandre Julliard25e9e4f2009-08-10 14:27:28 +020011518 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
Alexandre Julliarde24bcc72002-12-24 00:35:19 +000011519/* end confdefs.h. */
Gregg Mattinson57807fa2002-07-20 20:17:13 +000011520
Gregg Mattinson57807fa2002-07-20 20:17:13 +000011521int
11522main ()
11523{
Alexandre Julliardad356de2007-06-08 20:23:16 +020011524asm("\t.globl _ac_test\n\t.type _ac_test,@function\n_ac_test:\t.long 0");
Gregg Mattinson57807fa2002-07-20 20:17:13 +000011525 ;
11526 return 0;
11527}
11528_ACEOF
Alexandre Julliard25e9e4f2009-08-10 14:27:28 +020011529if ac_fn_c_try_link "$LINENO"; then :
Alexandre Julliard84555cc2002-07-22 20:51:02 +000011530 ac_cv_asm_func_def=".type @function"
Gregg Mattinson57807fa2002-07-20 20:17:13 +000011531else
Alexandre Julliard25e9e4f2009-08-10 14:27:28 +020011532 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
Alexandre Julliarde24bcc72002-12-24 00:35:19 +000011533/* end confdefs.h. */
Alexandre Julliard84555cc2002-07-22 20:51:02 +000011534
Alexandre Julliard84555cc2002-07-22 20:51:02 +000011535int
11536main ()
11537{
Alexandre Julliardad356de2007-06-08 20:23:16 +020011538asm("\t.globl _ac_test\n\t.type _ac_test,2\n_ac_test:\t.long 0");
Alexandre Julliard84555cc2002-07-22 20:51:02 +000011539 ;
11540 return 0;
11541}
11542_ACEOF
Alexandre Julliard25e9e4f2009-08-10 14:27:28 +020011543if ac_fn_c_try_link "$LINENO"; then :
Alexandre Julliard84555cc2002-07-22 20:51:02 +000011544 ac_cv_asm_func_def=".type 2"
11545else
Alexandre Julliard25e9e4f2009-08-10 14:27:28 +020011546 ac_cv_asm_func_def="unknown"
Gregg Mattinson57807fa2002-07-20 20:17:13 +000011547fi
Alexandre Julliard25e9e4f2009-08-10 14:27:28 +020011548rm -f core conftest.err conftest.$ac_objext \
11549 conftest$ac_exeext conftest.$ac_ext
Gregg Mattinson57807fa2002-07-20 20:17:13 +000011550fi
Alexandre Julliard25e9e4f2009-08-10 14:27:28 +020011551rm -f core conftest.err conftest.$ac_objext \
11552 conftest$ac_exeext conftest.$ac_ext
Alexandre Julliard84555cc2002-07-22 20:51:02 +000011553fi
Alexandre Julliard25e9e4f2009-08-10 14:27:28 +020011554rm -f core conftest.err conftest.$ac_objext \
11555 conftest$ac_exeext conftest.$ac_ext
Alexandre Julliard84555cc2002-07-22 20:51:02 +000011556fi
Alexandre Julliard25e9e4f2009-08-10 14:27:28 +020011557{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_asm_func_def" >&5
Alexandre Julliardabf50482008-10-31 12:56:53 +010011558$as_echo "$ac_cv_asm_func_def" >&6; }
Gregg Mattinson57807fa2002-07-20 20:17:13 +000011559
Alexandre Julliard84555cc2002-07-22 20:51:02 +000011560
Alexandre Julliard84555cc2002-07-22 20:51:02 +000011561case "$ac_cv_asm_func_def" in
11562 ".def")
Alexandre Julliard25e9e4f2009-08-10 14:27:28 +020011563 $as_echo "#define __ASM_FUNC(name) \".def \" __ASM_NAME(name) \"; .scl 2; .type 32; .endef\"" >>confdefs.h
Alexandre Julliard857f1e02009-06-11 16:32:42 +020011564
Alexandre Julliardea9cf9e2009-06-14 16:03:46 +020011565 asm_func_header=".def $asm_name_prefix\" #name suffix \"; .scl 2; .type 32; .endef" ;;
Alexandre Julliard84555cc2002-07-22 20:51:02 +000011566 ".type @function")
Alexandre Julliard25e9e4f2009-08-10 14:27:28 +020011567 $as_echo "#define __ASM_FUNC(name) \".type \" __ASM_NAME(name) \",@function\"" >>confdefs.h
Alexandre Julliard857f1e02009-06-11 16:32:42 +020011568
Alexandre Julliardea9cf9e2009-06-14 16:03:46 +020011569 asm_func_header=".type $asm_name_prefix\" #name suffix \",@function" ;;
Alexandre Julliard84555cc2002-07-22 20:51:02 +000011570 ".type 2")
Alexandre Julliard25e9e4f2009-08-10 14:27:28 +020011571 $as_echo "#define __ASM_FUNC(name) \".type \" __ASM_NAME(name) \",2\"" >>confdefs.h
Alexandre Julliard857f1e02009-06-11 16:32:42 +020011572
Alexandre Julliardea9cf9e2009-06-14 16:03:46 +020011573 asm_func_header=".type $asm_name_prefix\" #name suffix \",2" ;;
Alexandre Julliard84555cc2002-07-22 20:51:02 +000011574 *)
Alexandre Julliard25e9e4f2009-08-10 14:27:28 +020011575 $as_echo "#define __ASM_FUNC(name) \"\"" >>confdefs.h
Alexandre Julliard857f1e02009-06-11 16:32:42 +020011576
11577 asm_func_header="" ;;
Alexandre Julliard84555cc2002-07-22 20:51:02 +000011578esac
Gregg Mattinson57807fa2002-07-20 20:17:13 +000011579
Alexandre Julliard25e9e4f2009-08-10 14:27:28 +020011580{ $as_echo "$as_me:${as_lineno-$LINENO}: checking whether asm() works outside of functions" >&5
Alexandre Julliard857f1e02009-06-11 16:32:42 +020011581$as_echo_n "checking whether asm() works outside of functions... " >&6; }
Alexandre Julliard25e9e4f2009-08-10 14:27:28 +020011582if test "${ac_cv_c_asm_outside_funcs+set}" = set; then :
Alexandre Julliardabf50482008-10-31 12:56:53 +010011583 $as_echo_n "(cached) " >&6
Alexandre Julliard8cc3a5e1996-08-11 15:49:51 +000011584else
Alexandre Julliard25e9e4f2009-08-10 14:27:28 +020011585 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
Alexandre Julliarde24bcc72002-12-24 00:35:19 +000011586/* end confdefs.h. */
Alexandre Julliard857f1e02009-06-11 16:32:42 +020011587asm(".text\n\t.long 0");
Alexandre Julliardf5818d22002-02-14 19:47:29 +000011588int
11589main ()
11590{
Alexandre Julliard857f1e02009-06-11 16:32:42 +020011591
11592 ;
11593 return 0;
11594}
11595_ACEOF
Alexandre Julliard25e9e4f2009-08-10 14:27:28 +020011596if ac_fn_c_try_compile "$LINENO"; then :
Alexandre Julliard857f1e02009-06-11 16:32:42 +020011597 ac_cv_c_asm_outside_funcs="yes"
11598else
Alexandre Julliard25e9e4f2009-08-10 14:27:28 +020011599 ac_cv_c_asm_outside_funcs="no"
Alexandre Julliard857f1e02009-06-11 16:32:42 +020011600fi
Alexandre Julliard857f1e02009-06-11 16:32:42 +020011601rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
11602fi
Alexandre Julliard25e9e4f2009-08-10 14:27:28 +020011603{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_c_asm_outside_funcs" >&5
Alexandre Julliard857f1e02009-06-11 16:32:42 +020011604$as_echo "$ac_cv_c_asm_outside_funcs" >&6; }
11605
Alexandre Julliard25e9e4f2009-08-10 14:27:28 +020011606{ $as_echo "$as_me:${as_lineno-$LINENO}: checking whether .previous is supported in assembly code" >&5
Alexandre Julliard857f1e02009-06-11 16:32:42 +020011607$as_echo_n "checking whether .previous is supported in assembly code... " >&6; }
Alexandre Julliard25e9e4f2009-08-10 14:27:28 +020011608if test "${ac_cv_c_dot_previous+set}" = set; then :
Alexandre Julliard857f1e02009-06-11 16:32:42 +020011609 $as_echo_n "(cached) " >&6
11610else
Alexandre Julliard25e9e4f2009-08-10 14:27:28 +020011611 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
Alexandre Julliard857f1e02009-06-11 16:32:42 +020011612/* end confdefs.h. */
11613
11614int
11615main ()
11616{
11617asm(".text\nac_test:\t.long 0\n\t.previous");
Alexandre Julliardf5818d22002-02-14 19:47:29 +000011618 ;
11619 return 0;
11620}
11621_ACEOF
Alexandre Julliard25e9e4f2009-08-10 14:27:28 +020011622if ac_fn_c_try_link "$LINENO"; then :
Alexandre Julliard857f1e02009-06-11 16:32:42 +020011623 ac_cv_c_dot_previous="yes"
Alexandre Julliard8cc3a5e1996-08-11 15:49:51 +000011624else
Alexandre Julliard25e9e4f2009-08-10 14:27:28 +020011625 ac_cv_c_dot_previous="no"
Alexandre Julliard8cc3a5e1996-08-11 15:49:51 +000011626fi
Alexandre Julliard25e9e4f2009-08-10 14:27:28 +020011627rm -f core conftest.err conftest.$ac_objext \
11628 conftest$ac_exeext conftest.$ac_ext
Alexandre Julliard8cc3a5e1996-08-11 15:49:51 +000011629fi
Alexandre Julliard25e9e4f2009-08-10 14:27:28 +020011630{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_c_dot_previous" >&5
Alexandre Julliard857f1e02009-06-11 16:32:42 +020011631$as_echo "$ac_cv_c_dot_previous" >&6; }
Alexandre Julliard84555cc2002-07-22 20:51:02 +000011632
Alexandre Julliard25e9e4f2009-08-10 14:27:28 +020011633{ $as_echo "$as_me:${as_lineno-$LINENO}: checking whether CFI directives are supported in assembly code" >&5
Alexandre Julliardccea0ae2009-06-11 19:46:19 +020011634$as_echo_n "checking whether CFI directives are supported in assembly code... " >&6; }
Alexandre Julliard25e9e4f2009-08-10 14:27:28 +020011635if test "${ac_cv_c_cfi_support+set}" = set; then :
Alexandre Julliardccea0ae2009-06-11 19:46:19 +020011636 $as_echo_n "(cached) " >&6
11637else
Alexandre Julliard25e9e4f2009-08-10 14:27:28 +020011638 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
Alexandre Julliardccea0ae2009-06-11 19:46:19 +020011639/* end confdefs.h. */
11640asm(".text\nac_test:\t.cfi_startproc\n\t.long 0\n\t.cfi_endproc");
11641int
11642main ()
11643{
11644
11645 ;
11646 return 0;
11647}
11648_ACEOF
Alexandre Julliard25e9e4f2009-08-10 14:27:28 +020011649if ac_fn_c_try_compile "$LINENO"; then :
Alexandre Julliardccea0ae2009-06-11 19:46:19 +020011650 ac_cv_c_cfi_support="yes"
11651else
Alexandre Julliard25e9e4f2009-08-10 14:27:28 +020011652 ac_cv_c_cfi_support="no"
Alexandre Julliardccea0ae2009-06-11 19:46:19 +020011653fi
Alexandre Julliardccea0ae2009-06-11 19:46:19 +020011654rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
11655fi
Alexandre Julliard25e9e4f2009-08-10 14:27:28 +020011656{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_c_cfi_support" >&5
Alexandre Julliardccea0ae2009-06-11 19:46:19 +020011657$as_echo "$ac_cv_c_cfi_support" >&6; }
11658
Alexandre Julliardea9cf9e2009-06-14 16:03:46 +020011659asm_func_header=".globl $asm_name_prefix\" #name suffix \"\\n\\t$asm_func_header\\n$asm_name_prefix\" #name suffix \":\\n\\t"
Alexandre Julliard857f1e02009-06-11 16:32:42 +020011660asm_func_trailer=""
11661if test "$ac_cv_c_dot_previous" = "yes"
Alexandre Julliard8cc3a5e1996-08-11 15:49:51 +000011662then
Alexandre Julliard857f1e02009-06-11 16:32:42 +020011663 asm_func_trailer="\\n\\t.previous"
11664fi
Alexandre Julliardccea0ae2009-06-11 19:46:19 +020011665if test "$ac_cv_c_cfi_support" = "yes"
11666then
11667 asm_func_header="$asm_func_header.cfi_startproc\\n\\t"
11668 asm_func_trailer="\\n\\t.cfi_endproc$asm_func_trailer"
Alexandre Julliarde1f0a0d2009-06-25 11:49:21 +020011669
Alexandre Julliard25e9e4f2009-08-10 14:27:28 +020011670$as_echo "#define __ASM_CFI(str) str" >>confdefs.h
Alexandre Julliarde1f0a0d2009-06-25 11:49:21 +020011671
11672else
Alexandre Julliard25e9e4f2009-08-10 14:27:28 +020011673 $as_echo "#define __ASM_CFI(str) \"\"" >>confdefs.h
Alexandre Julliarde1f0a0d2009-06-25 11:49:21 +020011674
Alexandre Julliardccea0ae2009-06-11 19:46:19 +020011675fi
11676
Alexandre Julliard857f1e02009-06-11 16:32:42 +020011677asm_func_code="$asm_func_header\" code \"$asm_func_trailer"
11678
11679
Alexandre Julliard857f1e02009-06-11 16:32:42 +020011680if test "$ac_cv_c_asm_outside_funcs" = "yes"
11681then
11682 cat >>confdefs.h <<_ACEOF
Alexandre Julliardea9cf9e2009-06-14 16:03:46 +020011683#define __ASM_DEFINE_FUNC(name,suffix,code) asm(".text\n\t.align 4\n\t$asm_func_code");
Alexandre Julliard84555cc2002-07-22 20:51:02 +000011684_ACEOF
Alexandre Julliardf5818d22002-02-14 19:47:29 +000011685
Alexandre Julliard84555cc2002-07-22 20:51:02 +000011686else
Alexandre Julliard857f1e02009-06-11 16:32:42 +020011687 cat >>confdefs.h <<_ACEOF
Alexandre Julliardea9cf9e2009-06-14 16:03:46 +020011688#define __ASM_DEFINE_FUNC(name,suffix,code) void __asm_dummy_##name(void) { asm(".text\n\t.align 4\n\t$asm_func_code"); }
Alexandre Julliarddaa28862002-04-11 21:54:01 +000011689_ACEOF
Alexandre Julliard8cc3a5e1996-08-11 15:49:51 +000011690
11691fi
11692
Alexandre Julliard25e9e4f2009-08-10 14:27:28 +020011693$as_echo "#define __ASM_GLOBAL_FUNC(name,code) __ASM_DEFINE_FUNC(name,\"\",code)" >>confdefs.h
Alexandre Julliardea9cf9e2009-06-14 16:03:46 +020011694
11695
Alexandre Julliard25e9e4f2009-08-10 14:27:28 +020011696$as_echo "#define __ASM_STDCALL_FUNC(name,args,code) __ASM_DEFINE_FUNC(name,__ASM_STDCALL(args),code)" >>confdefs.h
Alexandre Julliardea9cf9e2009-06-14 16:03:46 +020011697
11698
Alexandre Julliarddaa28862002-04-11 21:54:01 +000011699
Alexandre Julliard3a0233d2007-07-02 14:38:04 +020011700LDPATH=""
11701
Alexandre Julliardfc01b722002-05-12 03:16:39 +000011702case $build_os in
11703 cygwin*|mingw32*)
Alexandre Julliardeb8a40c2006-07-11 19:33:22 +020011704 LDPATH="PATH=\"\$(TOOLSDIR)/libs/wine:\$\$PATH\""
Alexandre Julliard3a0233d2007-07-02 14:38:04 +020011705 ;;
Pierre d'Herbemont794bf0f2003-11-25 03:31:26 +000011706 darwin*|macosx*)
Alexandre Julliard3a0233d2007-07-02 14:38:04 +020011707 ;;
Alexandre Julliardfc01b722002-05-12 03:16:39 +000011708 *)
Alexandre Julliardeb8a40c2006-07-11 19:33:22 +020011709 LDPATH="LD_LIBRARY_PATH=\"\$(TOOLSDIR)/libs/wine:\$\$LD_LIBRARY_PATH\""
Alexandre Julliard3a0233d2007-07-02 14:38:04 +020011710 ;;
Alexandre Julliardfc01b722002-05-12 03:16:39 +000011711esac
11712
Alexandre Julliard7bf07d12002-08-03 00:25:59 +000011713case $host_os in
11714 mingw32*)
Alexandre Julliard546839f2003-11-11 00:48:21 +000011715 CRTLIBS="-lmsvcrt"
Steven Edwardsc91ae452004-09-03 18:57:19 +000011716
Alexandre Julliarddc1a9f12008-12-22 17:36:18 +010011717 SOCKETLIBS="-L\$(TOPOBJDIR)/dlls/ws2_32 -lws2_32"
Steven Edwardsc91ae452004-09-03 18:57:19 +000011718
11719 ;;
Alexandre Julliard546839f2003-11-11 00:48:21 +000011720esac
11721
Alexandre Julliard3e6eab32009-08-13 19:54:31 +020011722MAIN_BINARY="wine"
11723
11724test -z "$with_wine64" || MAIN_BINARY="wine32"
11725
Alexandre Julliardf4a19c82009-03-10 18:22:38 +010011726case $host_cpu in
Alexandre Julliard2cdfd4d2006-02-18 15:03:51 +010011727 *i[3456789]86*)
11728 case $host_os in
11729 linux* | k*bsd*-gnu)
Alexandre Julliardf4a19c82009-03-10 18:22:38 +010011730 EXTRA_BINARIES="wine-preloader"
Tijl Coosemans9f5c69c2007-08-24 15:46:36 +020011731 ;;
Alexandre Julliard2cdfd4d2006-02-18 15:03:51 +010011732 esac
Emmanuel Maillard3bc8d2e2004-07-19 20:11:10 +000011733 ;;
Alexandre Julliard7bf07d12002-08-03 00:25:59 +000011734esac
Alexandre Julliarddaa28862002-04-11 21:54:01 +000011735
11736
Alexandre Julliard95251a72009-02-16 12:46:58 +010011737ac_save_CFLAGS="$CFLAGS"
11738CFLAGS="$CFLAGS $BUILTINFLAG"
Patrik Stridvall1bb94031999-05-08 15:47:44 +000011739for ac_func in \
Patrik Stridvall81ecb522002-03-11 05:08:14 +000011740 _pclose \
11741 _popen \
Steven Edwards0a8e15a2002-05-10 01:33:40 +000011742 _snprintf \
Alexandre Julliardc45bbad2003-04-01 00:12:02 +000011743 _spawnvp \
Bang Jun-youngff96bd62007-10-15 17:09:12 +090011744 _strdup \
Patrik Stridvall81ecb522002-03-11 05:08:14 +000011745 _stricmp \
11746 _strnicmp \
Rob Shearmane9f5bce2008-03-03 21:48:18 +000011747 _strtoi64 \
11748 _strtoui64 \
Steven Edwardsbe514b92003-01-14 19:35:03 +000011749 _vsnprintf \
Alexandre Julliardf9e5b0f2006-01-14 17:22:03 +010011750 asctime_r \
Steven Edwardsb9627c12002-05-05 21:03:44 +000011751 chsize \
Alexandre Julliarde533e972006-08-15 12:11:30 +020011752 dlopen \
Alexandre Julliard969f57c2004-09-23 04:48:24 +000011753 epoll_create \
Hans Leidekkerc3de6ef2004-10-19 23:53:26 +000011754 ffs \
Jon Griffithsd6deb6d2000-11-27 01:37:28 +000011755 finite \
Alexandre Julliard7d5e5652009-06-01 12:51:54 +020011756 fnmatch \
Hans Leidekkerbed38422004-10-14 03:08:57 +000011757 fork \
Jon Griffithsd6deb6d2000-11-27 01:37:28 +000011758 fpclass \
Alexandre Julliarde77c9be2004-04-06 03:33:25 +000011759 fstatfs \
11760 fstatvfs \
Steven Edwardsb9627c12002-05-05 21:03:44 +000011761 ftruncate \
Alexandre Julliarda1fe8b42004-03-27 01:48:52 +000011762 futimes \
Robert Lunnonc0cb4d32005-05-07 14:53:38 +000011763 futimesat \
Alexandre Julliarda9f214c2006-11-13 15:42:48 +010011764 getdirentries \
Dimitrie O. Paun647c1a32002-12-10 19:16:24 +000011765 getopt_long \
Patrik Stridvall1bb94031999-05-08 15:47:44 +000011766 getpagesize \
Alexandre Julliard142dab82002-07-01 18:17:30 +000011767 getpwuid \
Alexandre Julliardb2d937d2003-11-12 03:16:00 +000011768 gettid \
Alexandre Julliard8d7b8e52003-03-23 20:11:45 +000011769 gettimeofday \
Steven Edwardse7c3ab12004-10-04 20:45:49 +000011770 getuid \
Alexandre Julliardc8278922006-08-04 22:11:00 +020011771 kqueue \
Alexandre Julliard27bb3112000-11-29 17:48:06 +000011772 lstat \
Patrik Stridvall1bb94031999-05-08 15:47:44 +000011773 memmove \
Hidenori Takeshimaa85b0a62000-11-25 23:54:12 +000011774 mmap \
Patrik Stridvall81ecb522002-03-11 05:08:14 +000011775 pclose \
Alexandre Julliard6f68b772009-07-01 12:13:34 +020011776 pipe2 \
Alexandre Julliard10892602006-08-15 11:41:59 +020011777 poll \
Patrik Stridvall81ecb522002-03-11 05:08:14 +000011778 popen \
Alexandre Julliard9603ee02006-04-06 11:57:37 +020011779 prctl \
Steven Edwardsb9627c12002-05-05 21:03:44 +000011780 pread \
Alexandre Julliardf1a0de92002-01-07 21:00:27 +000011781 pwrite \
Rob Shearman87175c62008-10-03 12:55:21 +010011782 readdir \
Alexandre Julliarde2930742004-01-08 05:07:05 +000011783 readlink \
Jeremy White08c0f692004-10-09 02:26:29 +000011784 sched_yield \
Patrik Stridvallb9010211999-11-13 22:23:35 +000011785 select \
Gerald Pfeifer39f67272008-01-20 21:23:08 +010011786 setproctitle \
Paul Millardf10b7d2006-07-16 15:06:28 +010011787 setrlimit \
Patrik Stridvallb9010211999-11-13 22:23:35 +000011788 settimeofday \
Patrik Stridvall1bb94031999-05-08 15:47:44 +000011789 sigaltstack \
Paul Millar10a6c562004-12-07 17:19:54 +000011790 sigprocmask \
Steven Edwards0a8e15a2002-05-10 01:33:40 +000011791 snprintf \
Pavel Roskin7add08a2003-09-24 18:54:40 +000011792 spawnvp \
Patrik Stridvallb9010211999-11-13 22:23:35 +000011793 statfs \
Alexandre Julliard13af4892004-03-05 21:03:46 +000011794 statvfs \
Alexandre Julliard3b96efc1999-09-04 14:36:02 +000011795 strcasecmp \
Bang Jun-youngff96bd62007-10-15 17:09:12 +090011796 strdup \
Patrik Stridvall1bb94031999-05-08 15:47:44 +000011797 strerror \
Alexandre Julliard3b96efc1999-09-04 14:36:02 +000011798 strncasecmp \
Louis Lenders6c04a182006-12-17 17:56:50 +000011799 strtold \
Rob Shearmane9f5bce2008-03-03 21:48:18 +000011800 strtoll \
11801 strtoull \
Alexandre Julliard0fbd5562008-12-22 10:47:16 +010011802 symlink \
Patrik Stridvall1bb94031999-05-08 15:47:44 +000011803 tcgetattr \
Tijl Coosemans0c4f1522007-08-23 14:12:37 +020011804 thr_kill2 \
Patrik Stridvall1bb94031999-05-08 15:47:44 +000011805 timegm \
11806 usleep \
Steven Edwardsbe514b92003-01-14 19:35:03 +000011807 vsnprintf \
Patrik Stridvall1bb94031999-05-08 15:47:44 +000011808 wait4 \
11809 waitpid \
11810
Alexandre Julliard25e9e4f2009-08-10 14:27:28 +020011811do :
11812 as_ac_var=`$as_echo "ac_cv_func_$ac_func" | $as_tr_sh`
11813ac_fn_c_check_func "$LINENO" "$ac_func" "$as_ac_var"
11814eval as_val=\$$as_ac_var
11815 if test "x$as_val" = x""yes; then :
Alexandre Julliarddaa28862002-04-11 21:54:01 +000011816 cat >>confdefs.h <<_ACEOF
Alexandre Julliardabf50482008-10-31 12:56:53 +010011817#define `$as_echo "HAVE_$ac_func" | $as_tr_cpp` 1
Alexandre Julliarddaa28862002-04-11 21:54:01 +000011818_ACEOF
Alexandre Julliard7e6ae4b1996-12-08 19:25:27 +000011819
Alexandre Julliarde2991ea1995-07-29 13:09:43 +000011820fi
11821done
11822
Alexandre Julliard95251a72009-02-16 12:46:58 +010011823CFLAGS="$ac_save_CFLAGS"
Alexandre Julliarddaa28862002-04-11 21:54:01 +000011824
Alexandre Julliarde533e972006-08-15 12:11:30 +020011825if test "$ac_cv_func_dlopen" = no
11826then
Alexandre Julliard25e9e4f2009-08-10 14:27:28 +020011827 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for dlopen in -ldl" >&5
Alexandre Julliardabf50482008-10-31 12:56:53 +010011828$as_echo_n "checking for dlopen in -ldl... " >&6; }
Alexandre Julliard25e9e4f2009-08-10 14:27:28 +020011829if test "${ac_cv_lib_dl_dlopen+set}" = set; then :
Alexandre Julliardabf50482008-10-31 12:56:53 +010011830 $as_echo_n "(cached) " >&6
Alexandre Julliarde533e972006-08-15 12:11:30 +020011831else
11832 ac_check_lib_save_LIBS=$LIBS
11833LIBS="-ldl $LIBS"
Alexandre Julliard25e9e4f2009-08-10 14:27:28 +020011834cat confdefs.h - <<_ACEOF >conftest.$ac_ext
Alexandre Julliarde533e972006-08-15 12:11:30 +020011835/* end confdefs.h. */
11836
11837/* Override any GCC internal prototype to avoid an error.
11838 Use char because int might match the return type of a GCC
11839 builtin and then its argument prototype would still apply. */
11840#ifdef __cplusplus
11841extern "C"
11842#endif
11843char dlopen ();
11844int
11845main ()
11846{
11847return dlopen ();
11848 ;
11849 return 0;
11850}
11851_ACEOF
Alexandre Julliard25e9e4f2009-08-10 14:27:28 +020011852if ac_fn_c_try_link "$LINENO"; then :
Alexandre Julliarde533e972006-08-15 12:11:30 +020011853 ac_cv_lib_dl_dlopen=yes
11854else
Alexandre Julliard25e9e4f2009-08-10 14:27:28 +020011855 ac_cv_lib_dl_dlopen=no
Alexandre Julliarde533e972006-08-15 12:11:30 +020011856fi
Alexandre Julliard25e9e4f2009-08-10 14:27:28 +020011857rm -f core conftest.err conftest.$ac_objext \
11858 conftest$ac_exeext conftest.$ac_ext
Alexandre Julliarde533e972006-08-15 12:11:30 +020011859LIBS=$ac_check_lib_save_LIBS
11860fi
Alexandre Julliard25e9e4f2009-08-10 14:27:28 +020011861{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_dl_dlopen" >&5
Alexandre Julliardabf50482008-10-31 12:56:53 +010011862$as_echo "$ac_cv_lib_dl_dlopen" >&6; }
Alexandre Julliard25e9e4f2009-08-10 14:27:28 +020011863if test "x$ac_cv_lib_dl_dlopen" = x""yes; then :
11864 $as_echo "#define HAVE_DLOPEN 1" >>confdefs.h
Alexandre Julliarde533e972006-08-15 12:11:30 +020011865 LIBDL="-ldl"
11866
11867fi
11868
11869fi
11870ac_wine_check_funcs_save_LIBS="$LIBS"
11871LIBS="$LIBS $LIBDL"
Alexandre Julliarde533e972006-08-15 12:11:30 +020011872for ac_func in dladdr
Alexandre Julliard25e9e4f2009-08-10 14:27:28 +020011873do :
11874 ac_fn_c_check_func "$LINENO" "dladdr" "ac_cv_func_dladdr"
11875if test "x$ac_cv_func_dladdr" = x""yes; then :
Alexandre Julliarde533e972006-08-15 12:11:30 +020011876 cat >>confdefs.h <<_ACEOF
Alexandre Julliard25e9e4f2009-08-10 14:27:28 +020011877#define HAVE_DLADDR 1
Alexandre Julliarde533e972006-08-15 12:11:30 +020011878_ACEOF
11879
11880fi
11881done
11882
11883LIBS="$ac_wine_check_funcs_save_LIBS"
11884
Alexandre Julliard10892602006-08-15 11:41:59 +020011885if test "$ac_cv_func_poll" = no
11886then
Alexandre Julliard25e9e4f2009-08-10 14:27:28 +020011887 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for poll in -lpoll" >&5
Alexandre Julliardabf50482008-10-31 12:56:53 +010011888$as_echo_n "checking for poll in -lpoll... " >&6; }
Alexandre Julliard25e9e4f2009-08-10 14:27:28 +020011889if test "${ac_cv_lib_poll_poll+set}" = set; then :
Alexandre Julliardabf50482008-10-31 12:56:53 +010011890 $as_echo_n "(cached) " >&6
Alexandre Julliard10892602006-08-15 11:41:59 +020011891else
11892 ac_check_lib_save_LIBS=$LIBS
11893LIBS="-lpoll $LIBS"
Alexandre Julliard25e9e4f2009-08-10 14:27:28 +020011894cat confdefs.h - <<_ACEOF >conftest.$ac_ext
Alexandre Julliard10892602006-08-15 11:41:59 +020011895/* end confdefs.h. */
11896
11897/* Override any GCC internal prototype to avoid an error.
11898 Use char because int might match the return type of a GCC
11899 builtin and then its argument prototype would still apply. */
11900#ifdef __cplusplus
11901extern "C"
11902#endif
11903char poll ();
11904int
11905main ()
11906{
11907return poll ();
11908 ;
11909 return 0;
11910}
11911_ACEOF
Alexandre Julliard25e9e4f2009-08-10 14:27:28 +020011912if ac_fn_c_try_link "$LINENO"; then :
Alexandre Julliard10892602006-08-15 11:41:59 +020011913 ac_cv_lib_poll_poll=yes
11914else
Alexandre Julliard25e9e4f2009-08-10 14:27:28 +020011915 ac_cv_lib_poll_poll=no
Alexandre Julliard10892602006-08-15 11:41:59 +020011916fi
Alexandre Julliard25e9e4f2009-08-10 14:27:28 +020011917rm -f core conftest.err conftest.$ac_objext \
11918 conftest$ac_exeext conftest.$ac_ext
Alexandre Julliard10892602006-08-15 11:41:59 +020011919LIBS=$ac_check_lib_save_LIBS
11920fi
Alexandre Julliard25e9e4f2009-08-10 14:27:28 +020011921{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_poll_poll" >&5
Alexandre Julliardabf50482008-10-31 12:56:53 +010011922$as_echo "$ac_cv_lib_poll_poll" >&6; }
Alexandre Julliard25e9e4f2009-08-10 14:27:28 +020011923if test "x$ac_cv_lib_poll_poll" = x""yes; then :
11924 $as_echo "#define HAVE_POLL 1" >>confdefs.h
Alexandre Julliard10892602006-08-15 11:41:59 +020011925 LIBPOLL="-lpoll"
11926
11927fi
11928
11929fi
Alexandre Julliarddaa28862002-04-11 21:54:01 +000011930
Alexandre Julliard25e9e4f2009-08-10 14:27:28 +020011931{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for library containing gethostbyname" >&5
Alexandre Julliardabf50482008-10-31 12:56:53 +010011932$as_echo_n "checking for library containing gethostbyname... " >&6; }
Alexandre Julliard25e9e4f2009-08-10 14:27:28 +020011933if test "${ac_cv_search_gethostbyname+set}" = set; then :
Alexandre Julliardabf50482008-10-31 12:56:53 +010011934 $as_echo_n "(cached) " >&6
Alexandre Julliarde533e972006-08-15 12:11:30 +020011935else
Alexandre Julliard28710412007-04-23 16:31:58 +020011936 ac_func_search_save_LIBS=$LIBS
Alexandre Julliard25e9e4f2009-08-10 14:27:28 +020011937cat confdefs.h - <<_ACEOF >conftest.$ac_ext
Alexandre Julliarde533e972006-08-15 12:11:30 +020011938/* end confdefs.h. */
11939
11940/* Override any GCC internal prototype to avoid an error.
11941 Use char because int might match the return type of a GCC
11942 builtin and then its argument prototype would still apply. */
11943#ifdef __cplusplus
11944extern "C"
11945#endif
11946char gethostbyname ();
11947int
11948main ()
11949{
11950return gethostbyname ();
11951 ;
11952 return 0;
11953}
11954_ACEOF
Alexandre Julliard28710412007-04-23 16:31:58 +020011955for ac_lib in '' nsl; do
11956 if test -z "$ac_lib"; then
11957 ac_res="none required"
11958 else
11959 ac_res=-l$ac_lib
11960 LIBS="-l$ac_lib $ac_func_search_save_LIBS"
11961 fi
Alexandre Julliard25e9e4f2009-08-10 14:27:28 +020011962 if ac_fn_c_try_link "$LINENO"; then :
Alexandre Julliard28710412007-04-23 16:31:58 +020011963 ac_cv_search_gethostbyname=$ac_res
Alexandre Julliarde533e972006-08-15 12:11:30 +020011964fi
Alexandre Julliard25e9e4f2009-08-10 14:27:28 +020011965rm -f core conftest.err conftest.$ac_objext \
11966 conftest$ac_exeext
11967 if test "${ac_cv_search_gethostbyname+set}" = set; then :
Alexandre Julliard28710412007-04-23 16:31:58 +020011968 break
Alexandre Julliarde533e972006-08-15 12:11:30 +020011969fi
Alexandre Julliard28710412007-04-23 16:31:58 +020011970done
Alexandre Julliard25e9e4f2009-08-10 14:27:28 +020011971if test "${ac_cv_search_gethostbyname+set}" = set; then :
11972
Alexandre Julliard28710412007-04-23 16:31:58 +020011973else
11974 ac_cv_search_gethostbyname=no
11975fi
11976rm conftest.$ac_ext
11977LIBS=$ac_func_search_save_LIBS
11978fi
Alexandre Julliard25e9e4f2009-08-10 14:27:28 +020011979{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_search_gethostbyname" >&5
Alexandre Julliardabf50482008-10-31 12:56:53 +010011980$as_echo "$ac_cv_search_gethostbyname" >&6; }
Alexandre Julliard28710412007-04-23 16:31:58 +020011981ac_res=$ac_cv_search_gethostbyname
Alexandre Julliard25e9e4f2009-08-10 14:27:28 +020011982if test "$ac_res" != no; then :
Alexandre Julliard28710412007-04-23 16:31:58 +020011983 test "$ac_res" = "none required" || LIBS="$ac_res $LIBS"
Alexandre Julliarde533e972006-08-15 12:11:30 +020011984
11985fi
11986
Alexandre Julliarde533e972006-08-15 12:11:30 +020011987
Alexandre Julliard25e9e4f2009-08-10 14:27:28 +020011988{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for library containing connect" >&5
Alexandre Julliardabf50482008-10-31 12:56:53 +010011989$as_echo_n "checking for library containing connect... " >&6; }
Alexandre Julliard25e9e4f2009-08-10 14:27:28 +020011990if test "${ac_cv_search_connect+set}" = set; then :
Alexandre Julliardabf50482008-10-31 12:56:53 +010011991 $as_echo_n "(cached) " >&6
Alexandre Julliarde533e972006-08-15 12:11:30 +020011992else
Alexandre Julliard28710412007-04-23 16:31:58 +020011993 ac_func_search_save_LIBS=$LIBS
Alexandre Julliard25e9e4f2009-08-10 14:27:28 +020011994cat confdefs.h - <<_ACEOF >conftest.$ac_ext
Alexandre Julliarde533e972006-08-15 12:11:30 +020011995/* end confdefs.h. */
11996
11997/* Override any GCC internal prototype to avoid an error.
11998 Use char because int might match the return type of a GCC
11999 builtin and then its argument prototype would still apply. */
12000#ifdef __cplusplus
12001extern "C"
12002#endif
12003char connect ();
12004int
12005main ()
12006{
12007return connect ();
12008 ;
12009 return 0;
12010}
12011_ACEOF
Alexandre Julliard28710412007-04-23 16:31:58 +020012012for ac_lib in '' socket; do
12013 if test -z "$ac_lib"; then
12014 ac_res="none required"
12015 else
12016 ac_res=-l$ac_lib
12017 LIBS="-l$ac_lib $ac_func_search_save_LIBS"
12018 fi
Alexandre Julliard25e9e4f2009-08-10 14:27:28 +020012019 if ac_fn_c_try_link "$LINENO"; then :
Alexandre Julliard28710412007-04-23 16:31:58 +020012020 ac_cv_search_connect=$ac_res
Alexandre Julliarde533e972006-08-15 12:11:30 +020012021fi
Alexandre Julliard25e9e4f2009-08-10 14:27:28 +020012022rm -f core conftest.err conftest.$ac_objext \
12023 conftest$ac_exeext
12024 if test "${ac_cv_search_connect+set}" = set; then :
Alexandre Julliard28710412007-04-23 16:31:58 +020012025 break
Alexandre Julliarde533e972006-08-15 12:11:30 +020012026fi
Alexandre Julliard28710412007-04-23 16:31:58 +020012027done
Alexandre Julliard25e9e4f2009-08-10 14:27:28 +020012028if test "${ac_cv_search_connect+set}" = set; then :
12029
Alexandre Julliard28710412007-04-23 16:31:58 +020012030else
12031 ac_cv_search_connect=no
12032fi
12033rm conftest.$ac_ext
12034LIBS=$ac_func_search_save_LIBS
12035fi
Alexandre Julliard25e9e4f2009-08-10 14:27:28 +020012036{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_search_connect" >&5
Alexandre Julliardabf50482008-10-31 12:56:53 +010012037$as_echo "$ac_cv_search_connect" >&6; }
Alexandre Julliard28710412007-04-23 16:31:58 +020012038ac_res=$ac_cv_search_connect
Alexandre Julliard25e9e4f2009-08-10 14:27:28 +020012039if test "$ac_res" != no; then :
Alexandre Julliard28710412007-04-23 16:31:58 +020012040 test "$ac_res" = "none required" || LIBS="$ac_res $LIBS"
Alexandre Julliarde533e972006-08-15 12:11:30 +020012041
12042fi
12043
Alexandre Julliarde533e972006-08-15 12:11:30 +020012044
Alexandre Julliard25e9e4f2009-08-10 14:27:28 +020012045{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for library containing inet_aton" >&5
Alexandre Julliardabf50482008-10-31 12:56:53 +010012046$as_echo_n "checking for library containing inet_aton... " >&6; }
Alexandre Julliard25e9e4f2009-08-10 14:27:28 +020012047if test "${ac_cv_search_inet_aton+set}" = set; then :
Alexandre Julliardabf50482008-10-31 12:56:53 +010012048 $as_echo_n "(cached) " >&6
Alexandre Julliarde533e972006-08-15 12:11:30 +020012049else
Alexandre Julliard28710412007-04-23 16:31:58 +020012050 ac_func_search_save_LIBS=$LIBS
Alexandre Julliard25e9e4f2009-08-10 14:27:28 +020012051cat confdefs.h - <<_ACEOF >conftest.$ac_ext
Alexandre Julliarde533e972006-08-15 12:11:30 +020012052/* end confdefs.h. */
12053
12054/* Override any GCC internal prototype to avoid an error.
12055 Use char because int might match the return type of a GCC
12056 builtin and then its argument prototype would still apply. */
12057#ifdef __cplusplus
12058extern "C"
12059#endif
12060char inet_aton ();
12061int
12062main ()
12063{
12064return inet_aton ();
12065 ;
12066 return 0;
12067}
12068_ACEOF
Alexandre Julliard28710412007-04-23 16:31:58 +020012069for ac_lib in '' resolv; do
12070 if test -z "$ac_lib"; then
12071 ac_res="none required"
12072 else
12073 ac_res=-l$ac_lib
12074 LIBS="-l$ac_lib $ac_func_search_save_LIBS"
12075 fi
Alexandre Julliard25e9e4f2009-08-10 14:27:28 +020012076 if ac_fn_c_try_link "$LINENO"; then :
Alexandre Julliard28710412007-04-23 16:31:58 +020012077 ac_cv_search_inet_aton=$ac_res
Alexandre Julliarde533e972006-08-15 12:11:30 +020012078fi
Alexandre Julliard25e9e4f2009-08-10 14:27:28 +020012079rm -f core conftest.err conftest.$ac_objext \
12080 conftest$ac_exeext
12081 if test "${ac_cv_search_inet_aton+set}" = set; then :
Alexandre Julliard28710412007-04-23 16:31:58 +020012082 break
Alexandre Julliarde533e972006-08-15 12:11:30 +020012083fi
Alexandre Julliard28710412007-04-23 16:31:58 +020012084done
Alexandre Julliard25e9e4f2009-08-10 14:27:28 +020012085if test "${ac_cv_search_inet_aton+set}" = set; then :
12086
Alexandre Julliard28710412007-04-23 16:31:58 +020012087else
12088 ac_cv_search_inet_aton=no
12089fi
12090rm conftest.$ac_ext
12091LIBS=$ac_func_search_save_LIBS
12092fi
Alexandre Julliard25e9e4f2009-08-10 14:27:28 +020012093{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_search_inet_aton" >&5
Alexandre Julliardabf50482008-10-31 12:56:53 +010012094$as_echo "$ac_cv_search_inet_aton" >&6; }
Alexandre Julliard28710412007-04-23 16:31:58 +020012095ac_res=$ac_cv_search_inet_aton
Alexandre Julliard25e9e4f2009-08-10 14:27:28 +020012096if test "$ac_res" != no; then :
Alexandre Julliard28710412007-04-23 16:31:58 +020012097 test "$ac_res" = "none required" || LIBS="$ac_res $LIBS"
Alexandre Julliarde533e972006-08-15 12:11:30 +020012098
12099fi
12100
Alexandre Julliarde533e972006-08-15 12:11:30 +020012101
Ben Taylor41c59962007-04-23 13:41:42 +000012102for ac_func in \
12103 getaddrinfo \
12104 getnameinfo \
12105 getnetbyname \
12106 getprotobyname \
12107 getprotobynumber \
12108 getservbyport \
12109 inet_network \
Austin English06566912009-03-28 00:13:09 -050012110 inet_ntop \
12111 inet_pton \
Ben Taylor41c59962007-04-23 13:41:42 +000012112 sendmsg \
Alexandre Julliard98bec052009-03-26 11:07:28 +010012113 socketpair \
Ben Taylor41c59962007-04-23 13:41:42 +000012114
Alexandre Julliard25e9e4f2009-08-10 14:27:28 +020012115do :
12116 as_ac_var=`$as_echo "ac_cv_func_$ac_func" | $as_tr_sh`
12117ac_fn_c_check_func "$LINENO" "$ac_func" "$as_ac_var"
12118eval as_val=\$$as_ac_var
12119 if test "x$as_val" = x""yes; then :
Ben Taylor41c59962007-04-23 13:41:42 +000012120 cat >>confdefs.h <<_ACEOF
Alexandre Julliardabf50482008-10-31 12:56:53 +010012121#define `$as_echo "HAVE_$ac_func" | $as_tr_cpp` 1
Ben Taylor41c59962007-04-23 13:41:42 +000012122_ACEOF
12123
12124fi
12125done
12126
12127
Francois Gougetbcba2702008-07-10 12:36:06 +020012128LDAPLIBS=""
12129
12130if test "$ac_cv_header_ldap_h" = "yes" -a "$ac_cv_header_lber_h" = "yes"
12131then
Alexandre Julliard25e9e4f2009-08-10 14:27:28 +020012132 ac_fn_c_check_type "$LINENO" "LDAPSortKey" "ac_cv_type_LDAPSortKey" "#include <ldap.h>
12133"
12134if test "x$ac_cv_type_LDAPSortKey" = x""yes; then :
12135 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for ldap_initialize in -lldap_r" >&5
Alexandre Julliardabf50482008-10-31 12:56:53 +010012136$as_echo_n "checking for ldap_initialize in -lldap_r... " >&6; }
Alexandre Julliard25e9e4f2009-08-10 14:27:28 +020012137if test "${ac_cv_lib_ldap_r_ldap_initialize+set}" = set; then :
Alexandre Julliardabf50482008-10-31 12:56:53 +010012138 $as_echo_n "(cached) " >&6
Francois Gougetbcba2702008-07-10 12:36:06 +020012139else
12140 ac_check_lib_save_LIBS=$LIBS
12141LIBS="-lldap_r $LIBPTHREAD $LIBS"
Alexandre Julliard25e9e4f2009-08-10 14:27:28 +020012142cat confdefs.h - <<_ACEOF >conftest.$ac_ext
Francois Gougetbcba2702008-07-10 12:36:06 +020012143/* end confdefs.h. */
12144
12145/* Override any GCC internal prototype to avoid an error.
12146 Use char because int might match the return type of a GCC
12147 builtin and then its argument prototype would still apply. */
12148#ifdef __cplusplus
12149extern "C"
12150#endif
12151char ldap_initialize ();
12152int
12153main ()
12154{
12155return ldap_initialize ();
12156 ;
12157 return 0;
12158}
12159_ACEOF
Alexandre Julliard25e9e4f2009-08-10 14:27:28 +020012160if ac_fn_c_try_link "$LINENO"; then :
Francois Gougetbcba2702008-07-10 12:36:06 +020012161 ac_cv_lib_ldap_r_ldap_initialize=yes
12162else
Alexandre Julliard25e9e4f2009-08-10 14:27:28 +020012163 ac_cv_lib_ldap_r_ldap_initialize=no
Francois Gougetbcba2702008-07-10 12:36:06 +020012164fi
Alexandre Julliard25e9e4f2009-08-10 14:27:28 +020012165rm -f core conftest.err conftest.$ac_objext \
12166 conftest$ac_exeext conftest.$ac_ext
Francois Gougetbcba2702008-07-10 12:36:06 +020012167LIBS=$ac_check_lib_save_LIBS
12168fi
Alexandre Julliard25e9e4f2009-08-10 14:27:28 +020012169{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_ldap_r_ldap_initialize" >&5
Alexandre Julliardabf50482008-10-31 12:56:53 +010012170$as_echo "$ac_cv_lib_ldap_r_ldap_initialize" >&6; }
Alexandre Julliard25e9e4f2009-08-10 14:27:28 +020012171if test "x$ac_cv_lib_ldap_r_ldap_initialize" = x""yes; then :
12172 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for ber_init in -llber" >&5
Alexandre Julliardabf50482008-10-31 12:56:53 +010012173$as_echo_n "checking for ber_init in -llber... " >&6; }
Alexandre Julliard25e9e4f2009-08-10 14:27:28 +020012174if test "${ac_cv_lib_lber_ber_init+set}" = set; then :
Alexandre Julliardabf50482008-10-31 12:56:53 +010012175 $as_echo_n "(cached) " >&6
Francois Gougetbcba2702008-07-10 12:36:06 +020012176else
12177 ac_check_lib_save_LIBS=$LIBS
12178LIBS="-llber $LIBPTHREAD $LIBS"
Alexandre Julliard25e9e4f2009-08-10 14:27:28 +020012179cat confdefs.h - <<_ACEOF >conftest.$ac_ext
Francois Gougetbcba2702008-07-10 12:36:06 +020012180/* end confdefs.h. */
12181
12182/* Override any GCC internal prototype to avoid an error.
12183 Use char because int might match the return type of a GCC
12184 builtin and then its argument prototype would still apply. */
12185#ifdef __cplusplus
12186extern "C"
12187#endif
12188char ber_init ();
12189int
12190main ()
12191{
12192return ber_init ();
12193 ;
12194 return 0;
12195}
12196_ACEOF
Alexandre Julliard25e9e4f2009-08-10 14:27:28 +020012197if ac_fn_c_try_link "$LINENO"; then :
Francois Gougetbcba2702008-07-10 12:36:06 +020012198 ac_cv_lib_lber_ber_init=yes
12199else
Alexandre Julliard25e9e4f2009-08-10 14:27:28 +020012200 ac_cv_lib_lber_ber_init=no
Francois Gougetbcba2702008-07-10 12:36:06 +020012201fi
Alexandre Julliard25e9e4f2009-08-10 14:27:28 +020012202rm -f core conftest.err conftest.$ac_objext \
12203 conftest$ac_exeext conftest.$ac_ext
Francois Gougetbcba2702008-07-10 12:36:06 +020012204LIBS=$ac_check_lib_save_LIBS
12205fi
Alexandre Julliard25e9e4f2009-08-10 14:27:28 +020012206{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_lber_ber_init" >&5
Alexandre Julliardabf50482008-10-31 12:56:53 +010012207$as_echo "$ac_cv_lib_lber_ber_init" >&6; }
Alexandre Julliard25e9e4f2009-08-10 14:27:28 +020012208if test "x$ac_cv_lib_lber_ber_init" = x""yes; then :
Francois Gougetbcba2702008-07-10 12:36:06 +020012209
Alexandre Julliard25e9e4f2009-08-10 14:27:28 +020012210$as_echo "#define HAVE_LDAP 1" >>confdefs.h
Francois Gougetbcba2702008-07-10 12:36:06 +020012211
12212 LDAPLIBS="-lldap_r -llber"
12213fi
12214
12215fi
12216
12217fi
12218
12219 ac_wine_check_funcs_save_LIBS="$LIBS"
12220LIBS="$LIBS $LDAPLIBS $LIBPTHREAD"
Francois Gougetbcba2702008-07-10 12:36:06 +020012221for ac_func in \
12222 ldap_count_references \
12223 ldap_first_reference \
12224 ldap_next_reference \
12225 ldap_parse_reference \
12226 ldap_parse_sort_control \
12227 ldap_parse_sortresponse_control \
12228 ldap_parse_vlv_control \
12229 ldap_parse_vlvresponse_control
Alexandre Julliard25e9e4f2009-08-10 14:27:28 +020012230do :
12231 as_ac_var=`$as_echo "ac_cv_func_$ac_func" | $as_tr_sh`
12232ac_fn_c_check_func "$LINENO" "$ac_func" "$as_ac_var"
12233eval as_val=\$$as_ac_var
12234 if test "x$as_val" = x""yes; then :
Francois Gougetbcba2702008-07-10 12:36:06 +020012235 cat >>confdefs.h <<_ACEOF
Alexandre Julliardabf50482008-10-31 12:56:53 +010012236#define `$as_echo "HAVE_$ac_func" | $as_tr_cpp` 1
Francois Gougetbcba2702008-07-10 12:36:06 +020012237_ACEOF
12238
12239fi
12240done
12241
12242LIBS="$ac_wine_check_funcs_save_LIBS"
12243fi
Alexandre Julliard25e9e4f2009-08-10 14:27:28 +020012244if test "x$LDAPLIBS" = "x"; then :
Francois Gougetbcba2702008-07-10 12:36:06 +020012245 case "x$with_ldap" in
Alexandre Julliard93f094c2008-10-22 13:16:54 +020012246 x) wine_notices="$wine_notices|libldap (OpenLDAP) ${notice_platform}development files not found, LDAP won't be supported." ;;
Francois Gougetbcba2702008-07-10 12:36:06 +020012247 xno) ;;
Alexandre Julliard25e9e4f2009-08-10 14:27:28 +020012248 *) as_fn_error "libldap (OpenLDAP) ${notice_platform}development files not found, LDAP won't be supported.
12249This is an error since --with-ldap was requested." "$LINENO" 5 ;;
Francois Gougetbcba2702008-07-10 12:36:06 +020012250esac
12251fi
12252
Alexandre Julliard25e9e4f2009-08-10 14:27:28 +020012253{ $as_echo "$as_me:${as_lineno-$LINENO}: checking whether mkdir takes only one argument" >&5
Alexandre Julliard921e6622008-12-22 10:39:11 +010012254$as_echo_n "checking whether mkdir takes only one argument... " >&6; }
Alexandre Julliard25e9e4f2009-08-10 14:27:28 +020012255if test "${wine_cv_one_arg_mkdir+set}" = set; then :
Alexandre Julliard921e6622008-12-22 10:39:11 +010012256 $as_echo_n "(cached) " >&6
12257else
Alexandre Julliard25e9e4f2009-08-10 14:27:28 +020012258 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
Alexandre Julliard921e6622008-12-22 10:39:11 +010012259/* end confdefs.h. */
12260#include <sys/stat.h>
12261int
12262main ()
12263{
12264mkdir("foo");
12265 ;
12266 return 0;
12267}
12268_ACEOF
Alexandre Julliard25e9e4f2009-08-10 14:27:28 +020012269if ac_fn_c_try_compile "$LINENO"; then :
Alexandre Julliard921e6622008-12-22 10:39:11 +010012270 wine_cv_one_arg_mkdir=yes
12271else
Alexandre Julliard25e9e4f2009-08-10 14:27:28 +020012272 wine_cv_one_arg_mkdir=no
Alexandre Julliard921e6622008-12-22 10:39:11 +010012273fi
Alexandre Julliard921e6622008-12-22 10:39:11 +010012274rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
12275fi
Alexandre Julliard25e9e4f2009-08-10 14:27:28 +020012276{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $wine_cv_one_arg_mkdir" >&5
Alexandre Julliard921e6622008-12-22 10:39:11 +010012277$as_echo "$wine_cv_one_arg_mkdir" >&6; }
12278if test "$wine_cv_one_arg_mkdir" = "yes"
12279then
12280
Alexandre Julliard25e9e4f2009-08-10 14:27:28 +020012281$as_echo "#define HAVE_ONE_ARG_MKDIR 1" >>confdefs.h
Alexandre Julliard921e6622008-12-22 10:39:11 +010012282
12283fi
12284
Ben Taylor41c59962007-04-23 13:41:42 +000012285
Alexandre Julliard25e9e4f2009-08-10 14:27:28 +020012286{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for an ANSI C-conforming const" >&5
Alexandre Julliardabf50482008-10-31 12:56:53 +010012287$as_echo_n "checking for an ANSI C-conforming const... " >&6; }
Alexandre Julliard25e9e4f2009-08-10 14:27:28 +020012288if test "${ac_cv_c_const+set}" = set; then :
Alexandre Julliardabf50482008-10-31 12:56:53 +010012289 $as_echo_n "(cached) " >&6
Alexandre Julliardf5818d22002-02-14 19:47:29 +000012290else
Alexandre Julliard25e9e4f2009-08-10 14:27:28 +020012291 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
Alexandre Julliarde24bcc72002-12-24 00:35:19 +000012292/* end confdefs.h. */
Alexandre Julliarde2991ea1995-07-29 13:09:43 +000012293
Alexandre Julliardf5818d22002-02-14 19:47:29 +000012294int
12295main ()
12296{
12297/* FIXME: Include the comments suggested by Paul. */
12298#ifndef __cplusplus
12299 /* Ultrix mips cc rejects this. */
12300 typedef int charset[2];
Phil Krylovf0ca5862006-11-05 23:03:46 +030012301 const charset cs;
Alexandre Julliardf5818d22002-02-14 19:47:29 +000012302 /* SunOS 4.1.1 cc rejects this. */
Phil Krylovf0ca5862006-11-05 23:03:46 +030012303 char const *const *pcpcc;
12304 char **ppc;
Alexandre Julliardf5818d22002-02-14 19:47:29 +000012305 /* NEC SVR4.0.2 mips cc rejects this. */
12306 struct point {int x, y;};
12307 static struct point const zero = {0,0};
12308 /* AIX XL C 1.02.0.0 rejects this.
12309 It does not let you subtract one const X* pointer from another in
12310 an arm of an if-expression whose if-part is not a constant
12311 expression */
12312 const char *g = "string";
Phil Krylovf0ca5862006-11-05 23:03:46 +030012313 pcpcc = &g + (g ? g-g : 0);
Alexandre Julliardf5818d22002-02-14 19:47:29 +000012314 /* HPUX 7.0 cc rejects these. */
Phil Krylovf0ca5862006-11-05 23:03:46 +030012315 ++pcpcc;
12316 ppc = (char**) pcpcc;
12317 pcpcc = (char const *const *) ppc;
Alexandre Julliardf5818d22002-02-14 19:47:29 +000012318 { /* SCO 3.2v4 cc rejects this. */
12319 char *t;
12320 char const *s = 0 ? (char *) 0 : (char const *) 0;
Alexandre Julliarde2991ea1995-07-29 13:09:43 +000012321
Alexandre Julliardf5818d22002-02-14 19:47:29 +000012322 *t++ = 0;
Alexandre Julliardfc6ffb22006-05-25 20:08:12 +020012323 if (s) return 0;
Alexandre Julliardf5818d22002-02-14 19:47:29 +000012324 }
12325 { /* Someone thinks the Sun supposedly-ANSI compiler will reject this. */
12326 int x[] = {25, 17};
12327 const int *foo = &x[0];
12328 ++foo;
12329 }
12330 { /* Sun SC1.0 ANSI compiler rejects this -- but not the above. */
12331 typedef const int *iptr;
12332 iptr p = 0;
12333 ++p;
12334 }
12335 { /* AIX XL C 1.02.0.0 rejects this saying
12336 "k.c", line 2.27: 1506-025 (S) Operand must be a modifiable lvalue. */
12337 struct s { int j; const int *ap[3]; };
12338 struct s *b; b->j = 5;
12339 }
12340 { /* ULTRIX-32 V3.1 (Rev 9) vcc rejects this */
12341 const int foo = 10;
Alexandre Julliardfc6ffb22006-05-25 20:08:12 +020012342 if (!foo) return 0;
Alexandre Julliardf5818d22002-02-14 19:47:29 +000012343 }
Phil Krylovf0ca5862006-11-05 23:03:46 +030012344 return !cs[0] && !zero.x;
Alexandre Julliardf5818d22002-02-14 19:47:29 +000012345#endif
Alexandre Julliarde2991ea1995-07-29 13:09:43 +000012346
Alexandre Julliardf5818d22002-02-14 19:47:29 +000012347 ;
12348 return 0;
Alexandre Julliarde2991ea1995-07-29 13:09:43 +000012349}
Alexandre Julliardf5818d22002-02-14 19:47:29 +000012350_ACEOF
Alexandre Julliard25e9e4f2009-08-10 14:27:28 +020012351if ac_fn_c_try_compile "$LINENO"; then :
Alexandre Julliarde2991ea1995-07-29 13:09:43 +000012352 ac_cv_c_const=yes
12353else
Alexandre Julliard25e9e4f2009-08-10 14:27:28 +020012354 ac_cv_c_const=no
Alexandre Julliarde2991ea1995-07-29 13:09:43 +000012355fi
Jeremy White0ebeb532006-06-20 13:18:41 +020012356rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
Alexandre Julliarde2991ea1995-07-29 13:09:43 +000012357fi
Alexandre Julliard25e9e4f2009-08-10 14:27:28 +020012358{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_c_const" >&5
Alexandre Julliardabf50482008-10-31 12:56:53 +010012359$as_echo "$ac_cv_c_const" >&6; }
Alexandre Julliarde2991ea1995-07-29 13:09:43 +000012360if test $ac_cv_c_const = no; then
Alexandre Julliardf5818d22002-02-14 19:47:29 +000012361
Alexandre Julliard25e9e4f2009-08-10 14:27:28 +020012362$as_echo "#define const /**/" >>confdefs.h
Alexandre Julliarde2991ea1995-07-29 13:09:43 +000012363
12364fi
12365
Alexandre Julliard25e9e4f2009-08-10 14:27:28 +020012366{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for inline" >&5
Alexandre Julliardabf50482008-10-31 12:56:53 +010012367$as_echo_n "checking for inline... " >&6; }
Alexandre Julliard25e9e4f2009-08-10 14:27:28 +020012368if test "${ac_cv_c_inline+set}" = set; then :
Alexandre Julliardabf50482008-10-31 12:56:53 +010012369 $as_echo_n "(cached) " >&6
Marcus Meissner1a8bbd71999-04-26 14:58:58 +000012370else
12371 ac_cv_c_inline=no
12372for ac_kw in inline __inline__ __inline; do
Alexandre Julliard25e9e4f2009-08-10 14:27:28 +020012373 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
Alexandre Julliarde24bcc72002-12-24 00:35:19 +000012374/* end confdefs.h. */
Alexandre Julliardf5818d22002-02-14 19:47:29 +000012375#ifndef __cplusplus
Alexandre Julliard11af04e2002-10-10 03:48:04 +000012376typedef int foo_t;
12377static $ac_kw foo_t static_foo () {return 0; }
12378$ac_kw foo_t foo () {return 0; }
Alexandre Julliardf5818d22002-02-14 19:47:29 +000012379#endif
Marcus Meissner1a8bbd71999-04-26 14:58:58 +000012380
Alexandre Julliardf5818d22002-02-14 19:47:29 +000012381_ACEOF
Alexandre Julliard25e9e4f2009-08-10 14:27:28 +020012382if ac_fn_c_try_compile "$LINENO"; then :
Alexandre Julliardfc6ffb22006-05-25 20:08:12 +020012383 ac_cv_c_inline=$ac_kw
Marcus Meissner1a8bbd71999-04-26 14:58:58 +000012384fi
Jeremy White0ebeb532006-06-20 13:18:41 +020012385rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
Alexandre Julliardfc6ffb22006-05-25 20:08:12 +020012386 test "$ac_cv_c_inline" != no && break
Marcus Meissner1a8bbd71999-04-26 14:58:58 +000012387done
12388
12389fi
Alexandre Julliard25e9e4f2009-08-10 14:27:28 +020012390{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_c_inline" >&5
Alexandre Julliardabf50482008-10-31 12:56:53 +010012391$as_echo "$ac_cv_c_inline" >&6; }
Alexandre Julliard875927f2004-01-02 01:55:29 +000012392
Alexandre Julliardf5818d22002-02-14 19:47:29 +000012393case $ac_cv_c_inline in
Marcus Meissner1a8bbd71999-04-26 14:58:58 +000012394 inline | yes) ;;
Alexandre Julliard875927f2004-01-02 01:55:29 +000012395 *)
12396 case $ac_cv_c_inline in
12397 no) ac_val=;;
12398 *) ac_val=$ac_cv_c_inline;;
12399 esac
12400 cat >>confdefs.h <<_ACEOF
12401#ifndef __cplusplus
12402#define inline $ac_val
12403#endif
Alexandre Julliarddaa28862002-04-11 21:54:01 +000012404_ACEOF
Alexandre Julliard875927f2004-01-02 01:55:29 +000012405 ;;
Marcus Meissner1a8bbd71999-04-26 14:58:58 +000012406esac
12407
Alexandre Julliard25e9e4f2009-08-10 14:27:28 +020012408ac_fn_c_check_type "$LINENO" "mode_t" "ac_cv_type_mode_t" "$ac_includes_default"
12409if test "x$ac_cv_type_mode_t" = x""yes; then :
Alexandre Julliardf5818d22002-02-14 19:47:29 +000012410
Alexandre Julliarddaa28862002-04-11 21:54:01 +000012411cat >>confdefs.h <<_ACEOF
Alexandre Julliard5769d1d2002-04-26 19:05:15 +000012412#define HAVE_MODE_T 1
Alexandre Julliarddaa28862002-04-11 21:54:01 +000012413_ACEOF
Alexandre Julliardf5818d22002-02-14 19:47:29 +000012414
Alexandre Julliardf5818d22002-02-14 19:47:29 +000012415
Alexandre Julliard5769d1d2002-04-26 19:05:15 +000012416fi
Alexandre Julliard25e9e4f2009-08-10 14:27:28 +020012417ac_fn_c_check_type "$LINENO" "off_t" "ac_cv_type_off_t" "$ac_includes_default"
12418if test "x$ac_cv_type_off_t" = x""yes; then :
Alexandre Julliardf5818d22002-02-14 19:47:29 +000012419
Alexandre Julliarddaa28862002-04-11 21:54:01 +000012420cat >>confdefs.h <<_ACEOF
Alexandre Julliard5769d1d2002-04-26 19:05:15 +000012421#define HAVE_OFF_T 1
Alexandre Julliarddaa28862002-04-11 21:54:01 +000012422_ACEOF
Alexandre Julliardf5818d22002-02-14 19:47:29 +000012423
Alexandre Julliardf5818d22002-02-14 19:47:29 +000012424
Alexandre Julliard5769d1d2002-04-26 19:05:15 +000012425fi
Alexandre Julliard25e9e4f2009-08-10 14:27:28 +020012426ac_fn_c_check_type "$LINENO" "pid_t" "ac_cv_type_pid_t" "$ac_includes_default"
12427if test "x$ac_cv_type_pid_t" = x""yes; then :
Alexandre Julliardf5818d22002-02-14 19:47:29 +000012428
Alexandre Julliarddaa28862002-04-11 21:54:01 +000012429cat >>confdefs.h <<_ACEOF
Alexandre Julliard5769d1d2002-04-26 19:05:15 +000012430#define HAVE_PID_T 1
Alexandre Julliarddaa28862002-04-11 21:54:01 +000012431_ACEOF
Alexandre Julliardf5818d22002-02-14 19:47:29 +000012432
Alexandre Julliardf5818d22002-02-14 19:47:29 +000012433
Alexandre Julliard5769d1d2002-04-26 19:05:15 +000012434fi
Alexandre Julliard25e9e4f2009-08-10 14:27:28 +020012435ac_fn_c_check_type "$LINENO" "size_t" "ac_cv_type_size_t" "$ac_includes_default"
12436if test "x$ac_cv_type_size_t" = x""yes; then :
Alexandre Julliardf5818d22002-02-14 19:47:29 +000012437
Alexandre Julliarddaa28862002-04-11 21:54:01 +000012438cat >>confdefs.h <<_ACEOF
Alexandre Julliard5769d1d2002-04-26 19:05:15 +000012439#define HAVE_SIZE_T 1
Alexandre Julliarddaa28862002-04-11 21:54:01 +000012440_ACEOF
Alexandre Julliarde2991ea1995-07-29 13:09:43 +000012441
Alexandre Julliard5769d1d2002-04-26 19:05:15 +000012442
12443fi
Alexandre Julliard25e9e4f2009-08-10 14:27:28 +020012444ac_fn_c_check_type "$LINENO" "ssize_t" "ac_cv_type_ssize_t" "$ac_includes_default"
12445if test "x$ac_cv_type_ssize_t" = x""yes; then :
Alexandre Julliard5769d1d2002-04-26 19:05:15 +000012446
12447cat >>confdefs.h <<_ACEOF
12448#define HAVE_SSIZE_T 1
12449_ACEOF
12450
12451
Alexandre Julliarde2991ea1995-07-29 13:09:43 +000012452fi
Alexandre Julliard25e9e4f2009-08-10 14:27:28 +020012453ac_fn_c_check_type "$LINENO" "long long" "ac_cv_type_long_long" "$ac_includes_default"
12454if test "x$ac_cv_type_long_long" = x""yes; then :
Alexandre Julliardf5818d22002-02-14 19:47:29 +000012455
Alexandre Julliarddaa28862002-04-11 21:54:01 +000012456cat >>confdefs.h <<_ACEOF
Dimitrie O. Paunf41c2b22004-03-02 02:23:26 +000012457#define HAVE_LONG_LONG 1
Alexandre Julliarddaa28862002-04-11 21:54:01 +000012458_ACEOF
Alexandre Julliardc7c217b1998-04-13 12:21:30 +000012459
Alexandre Julliarddaa28862002-04-11 21:54:01 +000012460
Dimitrie O. Paunf41c2b22004-03-02 02:23:26 +000012461fi
Alexandre Julliard25e9e4f2009-08-10 14:27:28 +020012462ac_fn_c_check_type "$LINENO" "fsblkcnt_t" "ac_cv_type_fsblkcnt_t" "$ac_includes_default"
12463if test "x$ac_cv_type_fsblkcnt_t" = x""yes; then :
Alexandre Julliard13af4892004-03-05 21:03:46 +000012464
12465cat >>confdefs.h <<_ACEOF
12466#define HAVE_FSBLKCNT_T 1
12467_ACEOF
12468
12469
12470fi
Alexandre Julliard25e9e4f2009-08-10 14:27:28 +020012471ac_fn_c_check_type "$LINENO" "fsfilcnt_t" "ac_cv_type_fsfilcnt_t" "$ac_includes_default"
12472if test "x$ac_cv_type_fsfilcnt_t" = x""yes; then :
Alexandre Julliard13af4892004-03-05 21:03:46 +000012473
12474cat >>confdefs.h <<_ACEOF
12475#define HAVE_FSFILCNT_T 1
12476_ACEOF
12477
12478
12479fi
Dimitrie O. Paunf41c2b22004-03-02 02:23:26 +000012480
Alexandre Julliard25e9e4f2009-08-10 14:27:28 +020012481ac_fn_c_check_type "$LINENO" "sigset_t" "ac_cv_type_sigset_t" "#include <sys/types.h>
Alexandre Julliardabf50482008-10-31 12:56:53 +010012482#include <signal.h>
Alexandre Julliard25e9e4f2009-08-10 14:27:28 +020012483"
12484if test "x$ac_cv_type_sigset_t" = x""yes; then :
Paul Millar10a6c562004-12-07 17:19:54 +000012485
12486cat >>confdefs.h <<_ACEOF
12487#define HAVE_SIGSET_T 1
12488_ACEOF
12489
12490
12491fi
12492
Alexandre Julliard25e9e4f2009-08-10 14:27:28 +020012493ac_fn_c_check_type "$LINENO" "request_sense" "ac_cv_type_request_sense" "#include <linux/cdrom.h>
12494"
12495if test "x$ac_cv_type_request_sense" = x""yes; then :
Gerald Pfeiferb8b15f32005-07-10 17:42:46 +000012496
12497cat >>confdefs.h <<_ACEOF
12498#define HAVE_REQUEST_SENSE 1
12499_ACEOF
12500
12501
12502fi
12503
Alexandre Julliarddaa28862002-04-11 21:54:01 +000012504
Alexandre Julliard25e9e4f2009-08-10 14:27:28 +020012505ac_fn_c_check_type "$LINENO" "struct xinpgen" "ac_cv_type_struct_xinpgen" "#include <sys/types.h>
Austin English68f2db22009-01-29 08:28:37 -060012506#ifdef HAVE_SYS_SOCKET_H
12507#include <sys/socket.h>
12508#endif
12509#ifdef HAVE_SYS_SOCKETVAR_H
12510#include <sys/socketvar.h>
12511#endif
12512#ifdef HAVE_NET_ROUTE_H
12513#include <net/route.h>
12514#endif
12515#ifdef HAVE_NETINET_IN_H
12516#include <netinet/in.h>
12517#endif
12518#ifdef HAVE_NETINET_IN_SYSTM_H
12519#include <netinet/in_systm.h>
12520#endif
12521#ifdef HAVE_NETINET_IP_H
12522#include <netinet/ip.h>
12523#endif
12524#ifdef HAVE_NETINET_IN_PCB_H
12525#include <netinet/in_pcb.h>
12526#endif
Alexandre Julliard25e9e4f2009-08-10 14:27:28 +020012527"
12528if test "x$ac_cv_type_struct_xinpgen" = x""yes; then :
Austin English68f2db22009-01-29 08:28:37 -060012529
12530cat >>confdefs.h <<_ACEOF
12531#define HAVE_STRUCT_XINPGEN 1
12532_ACEOF
12533
12534
12535fi
12536
12537
Alexandre Julliard25e9e4f2009-08-10 14:27:28 +020012538ac_fn_c_check_member "$LINENO" "struct ff_effect" "direction" "ac_cv_member_struct_ff_effect_direction" "#ifdef HAVE_LINUX_INPUT_H
Daniel Remenake491e8f2005-07-29 14:18:58 +000012539#include <linux/input.h>
12540#endif
Alexandre Julliard25e9e4f2009-08-10 14:27:28 +020012541"
12542if test "x$ac_cv_member_struct_ff_effect_direction" = x""yes; then :
Daniel Remenake491e8f2005-07-29 14:18:58 +000012543
12544cat >>confdefs.h <<_ACEOF
12545#define HAVE_STRUCT_FF_EFFECT_DIRECTION 1
12546_ACEOF
12547
12548
12549fi
12550
12551
Alexandre Julliard25e9e4f2009-08-10 14:27:28 +020012552{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for sigaddset" >&5
Alexandre Julliardabf50482008-10-31 12:56:53 +010012553$as_echo_n "checking for sigaddset... " >&6; }
Alexandre Julliard25e9e4f2009-08-10 14:27:28 +020012554if test "${wine_cv_have_sigaddset+set}" = set; then :
Alexandre Julliardabf50482008-10-31 12:56:53 +010012555 $as_echo_n "(cached) " >&6
Paul Millar10a6c562004-12-07 17:19:54 +000012556else
Alexandre Julliard25e9e4f2009-08-10 14:27:28 +020012557 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
Paul Millar10a6c562004-12-07 17:19:54 +000012558/* end confdefs.h. */
12559#include <signal.h>
12560int
12561main ()
12562{
12563sigset_t set; sigaddset(&set,SIGTERM);
12564 ;
12565 return 0;
12566}
12567_ACEOF
Alexandre Julliard25e9e4f2009-08-10 14:27:28 +020012568if ac_fn_c_try_link "$LINENO"; then :
Paul Millar10a6c562004-12-07 17:19:54 +000012569 wine_cv_have_sigaddset=yes
12570else
Alexandre Julliard25e9e4f2009-08-10 14:27:28 +020012571 wine_cv_have_sigaddset=no
Paul Millar10a6c562004-12-07 17:19:54 +000012572fi
Alexandre Julliard25e9e4f2009-08-10 14:27:28 +020012573rm -f core conftest.err conftest.$ac_objext \
12574 conftest$ac_exeext conftest.$ac_ext
Paul Millar10a6c562004-12-07 17:19:54 +000012575fi
Alexandre Julliard25e9e4f2009-08-10 14:27:28 +020012576{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $wine_cv_have_sigaddset" >&5
Alexandre Julliardabf50482008-10-31 12:56:53 +010012577$as_echo "$wine_cv_have_sigaddset" >&6; }
Paul Millar10a6c562004-12-07 17:19:54 +000012578if test "$wine_cv_have_sigaddset" = "yes"
12579then
12580
Alexandre Julliard25e9e4f2009-08-10 14:27:28 +020012581$as_echo "#define HAVE_SIGADDSET 1" >>confdefs.h
Paul Millar10a6c562004-12-07 17:19:54 +000012582
12583fi
12584
Alexandre Julliarddaa28862002-04-11 21:54:01 +000012585
Alexandre Julliard25e9e4f2009-08-10 14:27:28 +020012586{ $as_echo "$as_me:${as_lineno-$LINENO}: checking whether we can use re-entrant gethostbyname_r Linux style" >&5
Alexandre Julliardabf50482008-10-31 12:56:53 +010012587$as_echo_n "checking whether we can use re-entrant gethostbyname_r Linux style... " >&6; }
Alexandre Julliard25e9e4f2009-08-10 14:27:28 +020012588if test "${wine_cv_linux_gethostbyname_r_6+set}" = set; then :
Alexandre Julliardabf50482008-10-31 12:56:53 +010012589 $as_echo_n "(cached) " >&6
Rein Klazesff7a61f2000-09-24 19:41:57 +000012590else
Alexandre Julliard25e9e4f2009-08-10 14:27:28 +020012591 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
Alexandre Julliarde24bcc72002-12-24 00:35:19 +000012592/* end confdefs.h. */
Rein Klazesff7a61f2000-09-24 19:41:57 +000012593#include <netdb.h>
Alexandre Julliardf5818d22002-02-14 19:47:29 +000012594int
12595main ()
12596{
Rein Klazesff7a61f2000-09-24 19:41:57 +000012597
Ken Thomases20d9bad2007-10-19 16:18:51 -050012598 char *name=0;
Rein Klazesff7a61f2000-09-24 19:41:57 +000012599 struct hostent he;
12600 struct hostent *result;
Ken Thomases20d9bad2007-10-19 16:18:51 -050012601 char *buf=0;
Rein Klazesff7a61f2000-09-24 19:41:57 +000012602 int bufsize=0;
12603 int res,errnr;
Ken Thomases20d9bad2007-10-19 16:18:51 -050012604 char *addr=0;
Rein Klazesff7a61f2000-09-24 19:41:57 +000012605 int addrlen=0;
12606 int addrtype=0;
12607 res=gethostbyname_r(name,&he,buf,bufsize,&result,&errnr);
12608 res=gethostbyaddr_r(addr, addrlen, addrtype,&he,buf,bufsize,&result,&errnr);
Alexandre Julliardf5818d22002-02-14 19:47:29 +000012609
12610 ;
12611 return 0;
12612}
12613_ACEOF
Alexandre Julliard25e9e4f2009-08-10 14:27:28 +020012614if ac_fn_c_try_link "$LINENO"; then :
Rein Klazesff7a61f2000-09-24 19:41:57 +000012615 wine_cv_linux_gethostbyname_r_6=yes
12616else
Alexandre Julliard25e9e4f2009-08-10 14:27:28 +020012617 wine_cv_linux_gethostbyname_r_6=no
Rein Klazesff7a61f2000-09-24 19:41:57 +000012618
Alexandre Julliardf5818d22002-02-14 19:47:29 +000012619fi
Alexandre Julliard25e9e4f2009-08-10 14:27:28 +020012620rm -f core conftest.err conftest.$ac_objext \
12621 conftest$ac_exeext conftest.$ac_ext
Alexandre Julliardf5818d22002-02-14 19:47:29 +000012622
12623fi
Alexandre Julliard25e9e4f2009-08-10 14:27:28 +020012624{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $wine_cv_linux_gethostbyname_r_6" >&5
Alexandre Julliardabf50482008-10-31 12:56:53 +010012625$as_echo "$wine_cv_linux_gethostbyname_r_6" >&6; }
Rein Klazesff7a61f2000-09-24 19:41:57 +000012626 if test "$wine_cv_linux_gethostbyname_r_6" = "yes"
12627 then
Alexandre Julliardf5818d22002-02-14 19:47:29 +000012628
Alexandre Julliard25e9e4f2009-08-10 14:27:28 +020012629$as_echo "#define HAVE_LINUX_GETHOSTBYNAME_R_6 1" >>confdefs.h
Rein Klazesff7a61f2000-09-24 19:41:57 +000012630
12631 fi
12632
Marcus Meissner028e9a11999-08-04 15:07:56 +000012633if test "$ac_cv_header_linux_joystick_h" = "yes"
Alexandre Julliarddadf78f1998-05-17 17:13:43 +000012634then
Alexandre Julliard25e9e4f2009-08-10 14:27:28 +020012635 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether linux/joystick.h uses the Linux 2.2+ API" >&5
Alexandre Julliardabf50482008-10-31 12:56:53 +010012636$as_echo_n "checking whether linux/joystick.h uses the Linux 2.2+ API... " >&6; }
Alexandre Julliard25e9e4f2009-08-10 14:27:28 +020012637if test "${wine_cv_linux_joystick_22_api+set}" = set; then :
Alexandre Julliardabf50482008-10-31 12:56:53 +010012638 $as_echo_n "(cached) " >&6
Alexandre Julliarddadf78f1998-05-17 17:13:43 +000012639else
Alexandre Julliard25e9e4f2009-08-10 14:27:28 +020012640 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
Alexandre Julliarde24bcc72002-12-24 00:35:19 +000012641/* end confdefs.h. */
Alexandre Julliarddadf78f1998-05-17 17:13:43 +000012642
Marcus Meissner028e9a11999-08-04 15:07:56 +000012643 #include <sys/ioctl.h>
Marcus Meissner7c434992007-04-12 12:12:05 +020012644 #include <sys/types.h>
Marcus Meissner028e9a11999-08-04 15:07:56 +000012645 #include <linux/joystick.h>
12646
12647 struct js_event blub;
Marcus Meissner605a9c31999-11-04 02:04:01 +000012648 #if !defined(JS_EVENT_AXIS) || !defined(JS_EVENT_BUTTON)
12649 #error "no 2.2 header"
12650 #endif
Alexandre Julliardf5818d22002-02-14 19:47:29 +000012651
12652int
12653main ()
12654{
Marcus Meissner028e9a11999-08-04 15:07:56 +000012655/*empty*/
Alexandre Julliardf5818d22002-02-14 19:47:29 +000012656 ;
12657 return 0;
12658}
12659_ACEOF
Alexandre Julliard25e9e4f2009-08-10 14:27:28 +020012660if ac_fn_c_try_compile "$LINENO"; then :
Marcus Meissner028e9a11999-08-04 15:07:56 +000012661 wine_cv_linux_joystick_22_api=yes
12662else
Alexandre Julliard25e9e4f2009-08-10 14:27:28 +020012663 wine_cv_linux_joystick_22_api=no
Marcus Meissner028e9a11999-08-04 15:07:56 +000012664fi
Jeremy White0ebeb532006-06-20 13:18:41 +020012665rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
Marcus Meissner028e9a11999-08-04 15:07:56 +000012666
Alexandre Julliardf5818d22002-02-14 19:47:29 +000012667fi
Alexandre Julliard25e9e4f2009-08-10 14:27:28 +020012668{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $wine_cv_linux_joystick_22_api" >&5
Alexandre Julliardabf50482008-10-31 12:56:53 +010012669$as_echo "$wine_cv_linux_joystick_22_api" >&6; }
Rein Klazes87d224a2000-04-24 17:33:49 +000012670 if test "$wine_cv_linux_joystick_22_api" = "yes"
Marcus Meissner028e9a11999-08-04 15:07:56 +000012671 then
Alexandre Julliardf5818d22002-02-14 19:47:29 +000012672
Alexandre Julliard25e9e4f2009-08-10 14:27:28 +020012673$as_echo "#define HAVE_LINUX_22_JOYSTICK_API 1" >>confdefs.h
Marcus Meissner028e9a11999-08-04 15:07:56 +000012674
12675 fi
12676fi
12677
Alexandre Julliarddaa28862002-04-11 21:54:01 +000012678
Alexandre Julliard25e9e4f2009-08-10 14:27:28 +020012679ac_fn_c_check_member "$LINENO" "struct statfs" "f_bfree" "ac_cv_member_struct_statfs_f_bfree" "#include <sys/types.h>
Alexandre Julliardf5818d22002-02-14 19:47:29 +000012680#ifdef HAVE_SYS_PARAM_H
12681# include <sys/param.h>
12682#endif
Robert Millan55b74482006-02-06 21:53:27 +010012683#ifdef HAVE_SYS_MOUNT_H
Alexandre Julliardf5818d22002-02-14 19:47:29 +000012684# include <sys/mount.h>
Robert Millan55b74482006-02-06 21:53:27 +010012685#endif
12686#ifdef HAVE_SYS_VFS_H
12687# include <sys/vfs.h>
12688#endif
12689#ifdef HAVE_SYS_STATFS_H
12690# include <sys/statfs.h>
Alexandre Julliardf5818d22002-02-14 19:47:29 +000012691#endif
Alexandre Julliard25e9e4f2009-08-10 14:27:28 +020012692"
12693if test "x$ac_cv_member_struct_statfs_f_bfree" = x""yes; then :
Alexandre Julliarddadf78f1998-05-17 17:13:43 +000012694
Alexandre Julliard5537dbb2003-03-28 00:36:12 +000012695cat >>confdefs.h <<_ACEOF
12696#define HAVE_STRUCT_STATFS_F_BFREE 1
Alexandre Julliarddaa28862002-04-11 21:54:01 +000012697_ACEOF
Alexandre Julliarddadf78f1998-05-17 17:13:43 +000012698
Alexandre Julliard5537dbb2003-03-28 00:36:12 +000012699
Alexandre Julliarddadf78f1998-05-17 17:13:43 +000012700fi
Alexandre Julliard25e9e4f2009-08-10 14:27:28 +020012701ac_fn_c_check_member "$LINENO" "struct statfs" "f_bavail" "ac_cv_member_struct_statfs_f_bavail" "#include <sys/types.h>
Alexandre Julliardf5818d22002-02-14 19:47:29 +000012702#ifdef HAVE_SYS_PARAM_H
12703# include <sys/param.h>
12704#endif
Robert Millan55b74482006-02-06 21:53:27 +010012705#ifdef HAVE_SYS_MOUNT_H
Alexandre Julliardf5818d22002-02-14 19:47:29 +000012706# include <sys/mount.h>
Robert Millan55b74482006-02-06 21:53:27 +010012707#endif
12708#ifdef HAVE_SYS_VFS_H
12709# include <sys/vfs.h>
12710#endif
12711#ifdef HAVE_SYS_STATFS_H
12712# include <sys/statfs.h>
Alexandre Julliardf5818d22002-02-14 19:47:29 +000012713#endif
Alexandre Julliard25e9e4f2009-08-10 14:27:28 +020012714"
12715if test "x$ac_cv_member_struct_statfs_f_bavail" = x""yes; then :
Patrik Stridvall09da9662001-07-08 22:30:50 +000012716
Alexandre Julliard5537dbb2003-03-28 00:36:12 +000012717cat >>confdefs.h <<_ACEOF
12718#define HAVE_STRUCT_STATFS_F_BAVAIL 1
Alexandre Julliarddaa28862002-04-11 21:54:01 +000012719_ACEOF
Patrik Stridvall09da9662001-07-08 22:30:50 +000012720
Alexandre Julliard5537dbb2003-03-28 00:36:12 +000012721
Patrik Stridvall09da9662001-07-08 22:30:50 +000012722fi
Alexandre Julliard25e9e4f2009-08-10 14:27:28 +020012723ac_fn_c_check_member "$LINENO" "struct statfs" "f_frsize" "ac_cv_member_struct_statfs_f_frsize" "#include <sys/types.h>
Alexandre Julliard13af4892004-03-05 21:03:46 +000012724#ifdef HAVE_SYS_PARAM_H
12725# include <sys/param.h>
12726#endif
Robert Millan55b74482006-02-06 21:53:27 +010012727#ifdef HAVE_SYS_MOUNT_H
Alexandre Julliard13af4892004-03-05 21:03:46 +000012728# include <sys/mount.h>
Robert Millan55b74482006-02-06 21:53:27 +010012729#endif
12730#ifdef HAVE_SYS_VFS_H
12731# include <sys/vfs.h>
12732#endif
12733#ifdef HAVE_SYS_STATFS_H
12734# include <sys/statfs.h>
Alexandre Julliard13af4892004-03-05 21:03:46 +000012735#endif
Alexandre Julliard25e9e4f2009-08-10 14:27:28 +020012736"
12737if test "x$ac_cv_member_struct_statfs_f_frsize" = x""yes; then :
Alexandre Julliard13af4892004-03-05 21:03:46 +000012738
12739cat >>confdefs.h <<_ACEOF
12740#define HAVE_STRUCT_STATFS_F_FRSIZE 1
12741_ACEOF
12742
12743
12744fi
Alexandre Julliard25e9e4f2009-08-10 14:27:28 +020012745ac_fn_c_check_member "$LINENO" "struct statfs" "f_ffree" "ac_cv_member_struct_statfs_f_ffree" "#include <sys/types.h>
Alexandre Julliard13af4892004-03-05 21:03:46 +000012746#ifdef HAVE_SYS_PARAM_H
12747# include <sys/param.h>
12748#endif
Robert Millan55b74482006-02-06 21:53:27 +010012749#ifdef HAVE_SYS_MOUNT_H
Alexandre Julliard13af4892004-03-05 21:03:46 +000012750# include <sys/mount.h>
Robert Millan55b74482006-02-06 21:53:27 +010012751#endif
12752#ifdef HAVE_SYS_VFS_H
12753# include <sys/vfs.h>
12754#endif
12755#ifdef HAVE_SYS_STATFS_H
12756# include <sys/statfs.h>
Alexandre Julliard13af4892004-03-05 21:03:46 +000012757#endif
Alexandre Julliard25e9e4f2009-08-10 14:27:28 +020012758"
12759if test "x$ac_cv_member_struct_statfs_f_ffree" = x""yes; then :
Alexandre Julliard13af4892004-03-05 21:03:46 +000012760
12761cat >>confdefs.h <<_ACEOF
12762#define HAVE_STRUCT_STATFS_F_FFREE 1
12763_ACEOF
12764
12765
12766fi
Alexandre Julliard25e9e4f2009-08-10 14:27:28 +020012767ac_fn_c_check_member "$LINENO" "struct statfs" "f_favail" "ac_cv_member_struct_statfs_f_favail" "#include <sys/types.h>
Alexandre Julliard13af4892004-03-05 21:03:46 +000012768#ifdef HAVE_SYS_PARAM_H
12769# include <sys/param.h>
12770#endif
Robert Millan55b74482006-02-06 21:53:27 +010012771#ifdef HAVE_SYS_MOUNT_H
Alexandre Julliard13af4892004-03-05 21:03:46 +000012772# include <sys/mount.h>
Robert Millan55b74482006-02-06 21:53:27 +010012773#endif
12774#ifdef HAVE_SYS_VFS_H
12775# include <sys/vfs.h>
12776#endif
12777#ifdef HAVE_SYS_STATFS_H
12778# include <sys/statfs.h>
Alexandre Julliard13af4892004-03-05 21:03:46 +000012779#endif
Alexandre Julliard25e9e4f2009-08-10 14:27:28 +020012780"
12781if test "x$ac_cv_member_struct_statfs_f_favail" = x""yes; then :
Alexandre Julliard13af4892004-03-05 21:03:46 +000012782
12783cat >>confdefs.h <<_ACEOF
12784#define HAVE_STRUCT_STATFS_F_FAVAIL 1
12785_ACEOF
12786
12787
12788fi
Alexandre Julliard25e9e4f2009-08-10 14:27:28 +020012789ac_fn_c_check_member "$LINENO" "struct statfs" "f_namelen" "ac_cv_member_struct_statfs_f_namelen" "#include <sys/types.h>
Alexandre Julliardb859a682004-03-07 03:16:43 +000012790#ifdef HAVE_SYS_PARAM_H
12791# include <sys/param.h>
12792#endif
Robert Millan55b74482006-02-06 21:53:27 +010012793#ifdef HAVE_SYS_MOUNT_H
Alexandre Julliardb859a682004-03-07 03:16:43 +000012794# include <sys/mount.h>
Robert Millan55b74482006-02-06 21:53:27 +010012795#endif
12796#ifdef HAVE_SYS_VFS_H
12797# include <sys/vfs.h>
12798#endif
12799#ifdef HAVE_SYS_STATFS_H
12800# include <sys/statfs.h>
Alexandre Julliardb859a682004-03-07 03:16:43 +000012801#endif
Alexandre Julliard25e9e4f2009-08-10 14:27:28 +020012802"
12803if test "x$ac_cv_member_struct_statfs_f_namelen" = x""yes; then :
Alexandre Julliardb859a682004-03-07 03:16:43 +000012804
12805cat >>confdefs.h <<_ACEOF
12806#define HAVE_STRUCT_STATFS_F_NAMELEN 1
12807_ACEOF
12808
12809
12810fi
Alexandre Julliard13af4892004-03-05 21:03:46 +000012811
12812
Alexandre Julliard25e9e4f2009-08-10 14:27:28 +020012813ac_fn_c_check_member "$LINENO" "struct statvfs" "f_blocks" "ac_cv_member_struct_statvfs_f_blocks" "#ifdef HAVE_SYS_STATVFS_H
Alexandre Julliard13af4892004-03-05 21:03:46 +000012814#include <sys/statvfs.h>
12815#endif
Alexandre Julliard25e9e4f2009-08-10 14:27:28 +020012816"
12817if test "x$ac_cv_member_struct_statvfs_f_blocks" = x""yes; then :
Alexandre Julliard13af4892004-03-05 21:03:46 +000012818
12819cat >>confdefs.h <<_ACEOF
12820#define HAVE_STRUCT_STATVFS_F_BLOCKS 1
12821_ACEOF
12822
12823
12824fi
Patrik Stridvall09da9662001-07-08 22:30:50 +000012825
Alexandre Julliarddaa28862002-04-11 21:54:01 +000012826
Alexandre Julliard25e9e4f2009-08-10 14:27:28 +020012827ac_fn_c_check_member "$LINENO" "struct msghdr" "msg_accrights" "ac_cv_member_struct_msghdr_msg_accrights" "#include <sys/types.h>
Patrik Stridvall63ae7fe2002-11-08 19:34:52 +000012828#ifdef HAVE_SYS_SOCKET_H
12829# include <sys/socket.h>
12830#endif
12831#ifdef HAVE_SYS_UN_H
12832# include <sys/un.h>
12833#endif
Alexandre Julliard25e9e4f2009-08-10 14:27:28 +020012834"
12835if test "x$ac_cv_member_struct_msghdr_msg_accrights" = x""yes; then :
Juergen Lock2d33ab92000-02-13 16:03:29 +000012836
Alexandre Julliard5537dbb2003-03-28 00:36:12 +000012837cat >>confdefs.h <<_ACEOF
12838#define HAVE_STRUCT_MSGHDR_MSG_ACCRIGHTS 1
Alexandre Julliarddaa28862002-04-11 21:54:01 +000012839_ACEOF
Juergen Lock2d33ab92000-02-13 16:03:29 +000012840
Alexandre Julliard5537dbb2003-03-28 00:36:12 +000012841
12842fi
Alexandre Julliard25e9e4f2009-08-10 14:27:28 +020012843ac_fn_c_check_member "$LINENO" "struct sockaddr" "sa_len" "ac_cv_member_struct_sockaddr_sa_len" "#include <sys/types.h>
Alexandre Julliard5537dbb2003-03-28 00:36:12 +000012844#ifdef HAVE_SYS_SOCKET_H
12845# include <sys/socket.h>
12846#endif
12847#ifdef HAVE_SYS_UN_H
12848# include <sys/un.h>
12849#endif
Alexandre Julliard25e9e4f2009-08-10 14:27:28 +020012850"
12851if test "x$ac_cv_member_struct_sockaddr_sa_len" = x""yes; then :
Alexandre Julliard5537dbb2003-03-28 00:36:12 +000012852
12853cat >>confdefs.h <<_ACEOF
12854#define HAVE_STRUCT_SOCKADDR_SA_LEN 1
12855_ACEOF
12856
12857
12858fi
Alexandre Julliard25e9e4f2009-08-10 14:27:28 +020012859ac_fn_c_check_member "$LINENO" "struct sockaddr_un" "sun_len" "ac_cv_member_struct_sockaddr_un_sun_len" "#include <sys/types.h>
Alexandre Julliard5537dbb2003-03-28 00:36:12 +000012860#ifdef HAVE_SYS_SOCKET_H
12861# include <sys/socket.h>
12862#endif
12863#ifdef HAVE_SYS_UN_H
12864# include <sys/un.h>
12865#endif
Alexandre Julliard25e9e4f2009-08-10 14:27:28 +020012866"
12867if test "x$ac_cv_member_struct_sockaddr_un_sun_len" = x""yes; then :
Alexandre Julliard5537dbb2003-03-28 00:36:12 +000012868
12869cat >>confdefs.h <<_ACEOF
12870#define HAVE_STRUCT_SOCKADDR_UN_SUN_LEN 1
12871_ACEOF
12872
12873
Juergen Lock2d33ab92000-02-13 16:03:29 +000012874fi
12875
Alexandre Julliarddaa28862002-04-11 21:54:01 +000012876
Alexandre Julliard25e9e4f2009-08-10 14:27:28 +020012877ac_fn_c_check_member "$LINENO" "scsireq_t" "cmd" "ac_cv_member_scsireq_t_cmd" "#include <sys/types.h>
Dmitry Timoshkovea64a362005-06-27 12:07:49 +000012878#ifdef HAVE_SCSI_SG_H
12879#include <scsi/sg.h>
12880#endif
Alexandre Julliard25e9e4f2009-08-10 14:27:28 +020012881"
12882if test "x$ac_cv_member_scsireq_t_cmd" = x""yes; then :
Dmitry Timoshkovea64a362005-06-27 12:07:49 +000012883
12884cat >>confdefs.h <<_ACEOF
12885#define HAVE_SCSIREQ_T_CMD 1
12886_ACEOF
12887
12888
12889fi
Alexandre Julliard25e9e4f2009-08-10 14:27:28 +020012890ac_fn_c_check_member "$LINENO" "sg_io_hdr_t" "interface_id" "ac_cv_member_sg_io_hdr_t_interface_id" "#include <sys/types.h>
Dmitry Timoshkovea64a362005-06-27 12:07:49 +000012891#ifdef HAVE_SCSI_SG_H
12892#include <scsi/sg.h>
12893#endif
Alexandre Julliard25e9e4f2009-08-10 14:27:28 +020012894"
12895if test "x$ac_cv_member_sg_io_hdr_t_interface_id" = x""yes; then :
Dmitry Timoshkovea64a362005-06-27 12:07:49 +000012896
12897cat >>confdefs.h <<_ACEOF
12898#define HAVE_SG_IO_HDR_T_INTERFACE_ID 1
12899_ACEOF
12900
12901
12902fi
12903
12904
Alexandre Julliard25e9e4f2009-08-10 14:27:28 +020012905ac_fn_c_check_member "$LINENO" "siginfo_t" "si_fd" "ac_cv_member_siginfo_t_si_fd" "#include <signal.h>
12906"
12907if test "x$ac_cv_member_siginfo_t_si_fd" = x""yes; then :
Alexandre Julliard5537dbb2003-03-28 00:36:12 +000012908
12909cat >>confdefs.h <<_ACEOF
12910#define HAVE_SIGINFO_T_SI_FD 1
12911_ACEOF
12912
12913
12914fi
12915
Alexandre Julliarddaa28862002-04-11 21:54:01 +000012916
Alexandre Julliard25e9e4f2009-08-10 14:27:28 +020012917ac_fn_c_check_member "$LINENO" "struct mtget" "mt_blksiz" "ac_cv_member_struct_mtget_mt_blksiz" "#include <sys/types.h>
Gerald Pfeifer36bdc642006-02-05 13:51:03 +010012918#ifdef HAVE_SYS_MTIO_H
12919#include <sys/mtio.h>
12920#endif
Alexandre Julliard25e9e4f2009-08-10 14:27:28 +020012921"
12922if test "x$ac_cv_member_struct_mtget_mt_blksiz" = x""yes; then :
Gerald Pfeifer36bdc642006-02-05 13:51:03 +010012923
12924cat >>confdefs.h <<_ACEOF
12925#define HAVE_STRUCT_MTGET_MT_BLKSIZ 1
12926_ACEOF
12927
12928
12929fi
Alexandre Julliard25e9e4f2009-08-10 14:27:28 +020012930ac_fn_c_check_member "$LINENO" "struct mtget" "mt_gstat" "ac_cv_member_struct_mtget_mt_gstat" "#include <sys/types.h>
Gerald Pfeifer36bdc642006-02-05 13:51:03 +010012931#ifdef HAVE_SYS_MTIO_H
12932#include <sys/mtio.h>
12933#endif
Alexandre Julliard25e9e4f2009-08-10 14:27:28 +020012934"
12935if test "x$ac_cv_member_struct_mtget_mt_gstat" = x""yes; then :
Gerald Pfeifer36bdc642006-02-05 13:51:03 +010012936
12937cat >>confdefs.h <<_ACEOF
12938#define HAVE_STRUCT_MTGET_MT_GSTAT 1
12939_ACEOF
12940
12941
12942fi
Alexandre Julliard25e9e4f2009-08-10 14:27:28 +020012943ac_fn_c_check_member "$LINENO" "struct mtget" "mt_blkno" "ac_cv_member_struct_mtget_mt_blkno" "#include <sys/types.h>
Gerald Pfeifer571d9fb2006-02-06 20:59:44 +010012944#ifdef HAVE_SYS_MTIO_H
12945#include <sys/mtio.h>
12946#endif
Alexandre Julliard25e9e4f2009-08-10 14:27:28 +020012947"
12948if test "x$ac_cv_member_struct_mtget_mt_blkno" = x""yes; then :
Gerald Pfeifer571d9fb2006-02-06 20:59:44 +010012949
12950cat >>confdefs.h <<_ACEOF
12951#define HAVE_STRUCT_MTGET_MT_BLKNO 1
12952_ACEOF
12953
12954
12955fi
Gerald Pfeifer36bdc642006-02-05 13:51:03 +010012956
12957
Alexandre Julliard25e9e4f2009-08-10 14:27:28 +020012958ac_fn_c_check_member "$LINENO" "struct option" "name" "ac_cv_member_struct_option_name" "#ifdef HAVE_GETOPT_H
Alexandre Julliarddb89a542003-04-20 02:56:14 +000012959#include <getopt.h>
12960#endif
Alexandre Julliard25e9e4f2009-08-10 14:27:28 +020012961"
12962if test "x$ac_cv_member_struct_option_name" = x""yes; then :
Alexandre Julliarddb89a542003-04-20 02:56:14 +000012963
12964cat >>confdefs.h <<_ACEOF
12965#define HAVE_STRUCT_OPTION_NAME 1
12966_ACEOF
12967
12968
12969fi
12970
12971
Alexandre Julliard25e9e4f2009-08-10 14:27:28 +020012972ac_fn_c_check_member "$LINENO" "struct stat" "st_blocks" "ac_cv_member_struct_stat_st_blocks" "$ac_includes_default"
12973if test "x$ac_cv_member_struct_stat_st_blocks" = x""yes; then :
Pavel Roskind6507192003-10-03 03:28:40 +000012974
12975cat >>confdefs.h <<_ACEOF
12976#define HAVE_STRUCT_STAT_ST_BLOCKS 1
12977_ACEOF
12978
12979
12980fi
Alexandre Julliard25e9e4f2009-08-10 14:27:28 +020012981ac_fn_c_check_member "$LINENO" "struct stat" "st_mtim" "ac_cv_member_struct_stat_st_mtim" "$ac_includes_default"
12982if test "x$ac_cv_member_struct_stat_st_mtim" = x""yes; then :
Michael Karcheraf2d2742008-08-17 19:03:44 +020012983
12984cat >>confdefs.h <<_ACEOF
12985#define HAVE_STRUCT_STAT_ST_MTIM 1
12986_ACEOF
12987
12988
12989fi
Alexandre Julliard25e9e4f2009-08-10 14:27:28 +020012990ac_fn_c_check_member "$LINENO" "struct stat" "st_ctim" "ac_cv_member_struct_stat_st_ctim" "$ac_includes_default"
12991if test "x$ac_cv_member_struct_stat_st_ctim" = x""yes; then :
Michael Karcheraf2d2742008-08-17 19:03:44 +020012992
12993cat >>confdefs.h <<_ACEOF
12994#define HAVE_STRUCT_STAT_ST_CTIM 1
12995_ACEOF
12996
12997
12998fi
Alexandre Julliard25e9e4f2009-08-10 14:27:28 +020012999ac_fn_c_check_member "$LINENO" "struct stat" "st_atim" "ac_cv_member_struct_stat_st_atim" "$ac_includes_default"
13000if test "x$ac_cv_member_struct_stat_st_atim" = x""yes; then :
Michael Karcheraf2d2742008-08-17 19:03:44 +020013001
13002cat >>confdefs.h <<_ACEOF
13003#define HAVE_STRUCT_STAT_ST_ATIM 1
13004_ACEOF
13005
13006
13007fi
Pavel Roskind6507192003-10-03 03:28:40 +000013008
13009
Alexandre Julliard25e9e4f2009-08-10 14:27:28 +020013010ac_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
Vitaly Lipatov40a6a742006-02-20 15:33:09 +030013011#include <sys/types.h>
13012#endif
13013#ifdef HAVE_NETINET_IN_H
13014#include <netinet/in.h>
13015#endif
Alexandre Julliard25e9e4f2009-08-10 14:27:28 +020013016"
13017if test "x$ac_cv_member_struct_sockaddr_in6_sin6_scope_id" = x""yes; then :
Vitaly Lipatov40a6a742006-02-20 15:33:09 +030013018
13019cat >>confdefs.h <<_ACEOF
13020#define HAVE_STRUCT_SOCKADDR_IN6_SIN6_SCOPE_ID 1
13021_ACEOF
13022
13023
13024fi
13025
13026
Alexandre Julliard25e9e4f2009-08-10 14:27:28 +020013027ac_fn_c_check_member "$LINENO" "ns_msg" "_msg_ptr" "ac_cv_member_ns_msg__msg_ptr" "#ifdef HAVE_SYS_TYPES_H
Alexandre Julliard788e30f2006-05-31 14:43:21 +020013028#include <sys/types.h>
13029#endif
13030#ifdef HAVE_NETINET_IN_H
13031# include <netinet/in.h>
13032#endif
13033#ifdef HAVE_ARPA_NAMESER_H
13034# include <arpa/nameser.h>
13035#endif
Alexandre Julliard25e9e4f2009-08-10 14:27:28 +020013036"
13037if test "x$ac_cv_member_ns_msg__msg_ptr" = x""yes; then :
Alexandre Julliard788e30f2006-05-31 14:43:21 +020013038
13039cat >>confdefs.h <<_ACEOF
13040#define HAVE_NS_MSG__MSG_PTR 1
13041_ACEOF
13042
13043
13044fi
13045
13046
Alexandre Julliard25e9e4f2009-08-10 14:27:28 +020013047ac_fn_c_check_member "$LINENO" "struct icmpstat" "icps_outhist" "ac_cv_member_struct_icmpstat_icps_outhist" "#ifdef HAVE_SYS_TYPES_H
Austin Englishac0252d2009-01-30 10:18:10 -060013048#include <sys/types.h>
13049#endif
13050#ifdef HAVE_ALIAS_H
13051#include <alias.h>
13052#endif
13053#ifdef HAVE_SYS_SOCKET_H
13054#include <sys/socket.h>
13055#endif
13056#ifdef HAVE_SYS_SOCKETVAR_H
13057#include <sys/socketvar.h>
13058#endif
13059#ifdef HAVE_SYS_TIMEOUT_H
13060#include <sys/timeout.h>
13061#endif
13062#ifdef HAVE_NETINET_IN_H
13063#include <netinet/in.h>
13064#endif
13065#ifdef HAVE_NETINET_IN_SYSTM_H
13066#include <netinet/in_systm.h>
13067#endif
13068#ifdef HAVE_NETINET_IP_H
13069#include <netinet/ip.h>
13070#endif
13071#ifdef HAVE_NETINET_IP_VAR_H
13072#include <netinet/ip_var.h>
13073#endif
13074#ifdef HAVE_NETINET_IP_ICMP_H
13075#include <netinet/ip_icmp.h>
13076#endif
13077#ifdef HAVE_NETINET_ICMP_VAR
13078#include <netinet/icmp_var.h>
13079#endif
Alexandre Julliard25e9e4f2009-08-10 14:27:28 +020013080"
13081if test "x$ac_cv_member_struct_icmpstat_icps_outhist" = x""yes; then :
Austin Englishac0252d2009-01-30 10:18:10 -060013082
13083cat >>confdefs.h <<_ACEOF
13084#define HAVE_STRUCT_ICMPSTAT_ICPS_OUTHIST 1
13085_ACEOF
13086
13087
13088fi
13089
13090
Alexandre Julliard25e9e4f2009-08-10 14:27:28 +020013091{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for timezone variable" >&5
Alexandre Julliardabf50482008-10-31 12:56:53 +010013092$as_echo_n "checking for timezone variable... " >&6; }
Alexandre Julliard25e9e4f2009-08-10 14:27:28 +020013093if test "${ac_cv_have_timezone+set}" = set; then :
Alexandre Julliardabf50482008-10-31 12:56:53 +010013094 $as_echo_n "(cached) " >&6
Phil Krylov6618b032005-05-24 11:52:46 +000013095else
Alexandre Julliard25e9e4f2009-08-10 14:27:28 +020013096 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
Phil Krylov6618b032005-05-24 11:52:46 +000013097/* end confdefs.h. */
13098#include <time.h>
13099int
13100main ()
13101{
Alexandre Julliardff2bd662006-08-25 13:23:29 +020013102timezone = 1
Phil Krylov6618b032005-05-24 11:52:46 +000013103 ;
13104 return 0;
13105}
13106_ACEOF
Alexandre Julliard25e9e4f2009-08-10 14:27:28 +020013107if ac_fn_c_try_link "$LINENO"; then :
Phil Krylov6618b032005-05-24 11:52:46 +000013108 ac_cv_have_timezone="yes"
13109else
Alexandre Julliard25e9e4f2009-08-10 14:27:28 +020013110 ac_cv_have_timezone="no"
Phil Krylov6618b032005-05-24 11:52:46 +000013111fi
Alexandre Julliard25e9e4f2009-08-10 14:27:28 +020013112rm -f core conftest.err conftest.$ac_objext \
13113 conftest$ac_exeext conftest.$ac_ext
Phil Krylov6618b032005-05-24 11:52:46 +000013114fi
Alexandre Julliard25e9e4f2009-08-10 14:27:28 +020013115{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_have_timezone" >&5
Alexandre Julliardabf50482008-10-31 12:56:53 +010013116$as_echo "$ac_cv_have_timezone" >&6; }
Phil Krylov6618b032005-05-24 11:52:46 +000013117if test "$ac_cv_have_timezone" = "yes"
13118then
13119
Alexandre Julliard25e9e4f2009-08-10 14:27:28 +020013120$as_echo "#define HAVE_TIMEZONE 1" >>confdefs.h
Phil Krylov6618b032005-05-24 11:52:46 +000013121
13122fi
Alexandre Julliard25e9e4f2009-08-10 14:27:28 +020013123{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for daylight variable" >&5
Alexandre Julliardabf50482008-10-31 12:56:53 +010013124$as_echo_n "checking for daylight variable... " >&6; }
Alexandre Julliard25e9e4f2009-08-10 14:27:28 +020013125if test "${ac_cv_have_daylight+set}" = set; then :
Alexandre Julliardabf50482008-10-31 12:56:53 +010013126 $as_echo_n "(cached) " >&6
Phil Krylov6618b032005-05-24 11:52:46 +000013127else
Alexandre Julliard25e9e4f2009-08-10 14:27:28 +020013128 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
Phil Krylov6618b032005-05-24 11:52:46 +000013129/* end confdefs.h. */
13130#include <time.h>
13131int
13132main ()
13133{
Alexandre Julliardff2bd662006-08-25 13:23:29 +020013134daylight = 1
Phil Krylov6618b032005-05-24 11:52:46 +000013135 ;
13136 return 0;
13137}
13138_ACEOF
Alexandre Julliard25e9e4f2009-08-10 14:27:28 +020013139if ac_fn_c_try_link "$LINENO"; then :
Phil Krylov6618b032005-05-24 11:52:46 +000013140 ac_cv_have_daylight="yes"
13141else
Alexandre Julliard25e9e4f2009-08-10 14:27:28 +020013142 ac_cv_have_daylight="no"
Phil Krylov6618b032005-05-24 11:52:46 +000013143fi
Alexandre Julliard25e9e4f2009-08-10 14:27:28 +020013144rm -f core conftest.err conftest.$ac_objext \
13145 conftest$ac_exeext conftest.$ac_ext
Phil Krylov6618b032005-05-24 11:52:46 +000013146fi
Alexandre Julliard25e9e4f2009-08-10 14:27:28 +020013147{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_have_daylight" >&5
Alexandre Julliardabf50482008-10-31 12:56:53 +010013148$as_echo "$ac_cv_have_daylight" >&6; }
Phil Krylov6618b032005-05-24 11:52:46 +000013149if test "$ac_cv_have_daylight" = "yes"
13150then
13151
Alexandre Julliard25e9e4f2009-08-10 14:27:28 +020013152$as_echo "#define HAVE_DAYLIGHT 1" >>confdefs.h
Phil Krylov6618b032005-05-24 11:52:46 +000013153
13154fi
13155
Alexandre Julliard25e9e4f2009-08-10 14:27:28 +020013156{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for isinf" >&5
Alexandre Julliardabf50482008-10-31 12:56:53 +010013157$as_echo_n "checking for isinf... " >&6; }
Alexandre Julliard25e9e4f2009-08-10 14:27:28 +020013158if test "${ac_cv_have_isinf+set}" = set; then :
Alexandre Julliardabf50482008-10-31 12:56:53 +010013159 $as_echo_n "(cached) " >&6
Petr Sumbera4992b652008-04-29 17:08:53 +020013160else
Alexandre Julliard25e9e4f2009-08-10 14:27:28 +020013161 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
Petr Sumbera4992b652008-04-29 17:08:53 +020013162/* end confdefs.h. */
13163#include <math.h>
13164int
13165main ()
13166{
Francois Gouget2fef93a2008-06-26 15:59:05 +020013167float f = 0.0; int i=isinf(f)
Petr Sumbera4992b652008-04-29 17:08:53 +020013168 ;
13169 return 0;
13170}
13171_ACEOF
Alexandre Julliard25e9e4f2009-08-10 14:27:28 +020013172if ac_fn_c_try_link "$LINENO"; then :
Petr Sumbera4992b652008-04-29 17:08:53 +020013173 ac_cv_have_isinf="yes"
13174else
Alexandre Julliard25e9e4f2009-08-10 14:27:28 +020013175 ac_cv_have_isinf="no"
Petr Sumbera4992b652008-04-29 17:08:53 +020013176fi
Alexandre Julliard25e9e4f2009-08-10 14:27:28 +020013177rm -f core conftest.err conftest.$ac_objext \
13178 conftest$ac_exeext conftest.$ac_ext
Petr Sumbera4992b652008-04-29 17:08:53 +020013179fi
Alexandre Julliard25e9e4f2009-08-10 14:27:28 +020013180{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_have_isinf" >&5
Alexandre Julliardabf50482008-10-31 12:56:53 +010013181$as_echo "$ac_cv_have_isinf" >&6; }
Petr Sumbera4992b652008-04-29 17:08:53 +020013182if test "$ac_cv_have_isinf" = "yes"
13183then
13184
Alexandre Julliard25e9e4f2009-08-10 14:27:28 +020013185$as_echo "#define HAVE_ISINF 1" >>confdefs.h
Petr Sumbera4992b652008-04-29 17:08:53 +020013186
13187fi
13188
Alexandre Julliard25e9e4f2009-08-10 14:27:28 +020013189{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for isnan" >&5
Alexandre Julliardabf50482008-10-31 12:56:53 +010013190$as_echo_n "checking for isnan... " >&6; }
Alexandre Julliard25e9e4f2009-08-10 14:27:28 +020013191if test "${ac_cv_have_isnan+set}" = set; then :
Alexandre Julliardabf50482008-10-31 12:56:53 +010013192 $as_echo_n "(cached) " >&6
Jacek Caban1715dcb2008-10-14 16:06:49 -050013193else
Alexandre Julliard25e9e4f2009-08-10 14:27:28 +020013194 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
Jacek Caban1715dcb2008-10-14 16:06:49 -050013195/* end confdefs.h. */
13196#include <math.h>
13197int
13198main ()
13199{
13200float f = 0.0; int i=isnan(f)
13201 ;
13202 return 0;
13203}
13204_ACEOF
Alexandre Julliard25e9e4f2009-08-10 14:27:28 +020013205if ac_fn_c_try_link "$LINENO"; then :
Jacek Caban1715dcb2008-10-14 16:06:49 -050013206 ac_cv_have_isnan="yes"
13207else
Alexandre Julliard25e9e4f2009-08-10 14:27:28 +020013208 ac_cv_have_isnan="no"
Jacek Caban1715dcb2008-10-14 16:06:49 -050013209fi
Alexandre Julliard25e9e4f2009-08-10 14:27:28 +020013210rm -f core conftest.err conftest.$ac_objext \
13211 conftest$ac_exeext conftest.$ac_ext
Jacek Caban1715dcb2008-10-14 16:06:49 -050013212fi
Alexandre Julliard25e9e4f2009-08-10 14:27:28 +020013213{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_have_isnan" >&5
Alexandre Julliardabf50482008-10-31 12:56:53 +010013214$as_echo "$ac_cv_have_isnan" >&6; }
Jacek Caban1715dcb2008-10-14 16:06:49 -050013215if test "$ac_cv_have_isnan" = "yes"
13216then
13217
Alexandre Julliard25e9e4f2009-08-10 14:27:28 +020013218$as_echo "#define HAVE_ISNAN 1" >>confdefs.h
Jacek Caban1715dcb2008-10-14 16:06:49 -050013219
13220fi
13221
Alexandre Julliarddaa28862002-04-11 21:54:01 +000013222
Alexandre Julliardfc01b722002-05-12 03:16:39 +000013223case $host_cpu in
Alexandre Julliard25e9e4f2009-08-10 14:27:28 +020013224 *i[3456789]86*) { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether we need to define __i386__" >&5
Alexandre Julliardabf50482008-10-31 12:56:53 +010013225$as_echo_n "checking whether we need to define __i386__... " >&6; }
Alexandre Julliard25e9e4f2009-08-10 14:27:28 +020013226if test "${ac_cv_cpp_def___i386__+set}" = set; then :
Alexandre Julliardabf50482008-10-31 12:56:53 +010013227 $as_echo_n "(cached) " >&6
Juergen Lock2d33ab92000-02-13 16:03:29 +000013228else
Alexandre Julliard25e9e4f2009-08-10 14:27:28 +020013229 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
Alexandre Julliarde24bcc72002-12-24 00:35:19 +000013230/* end confdefs.h. */
Alexandre Julliardf5818d22002-02-14 19:47:29 +000013231#ifndef __i386__
Alexandre Julliard51d46ba1999-05-08 16:05:27 +000013232yes
13233#endif
Alexandre Julliardf5818d22002-02-14 19:47:29 +000013234_ACEOF
Alexandre Julliard51d46ba1999-05-08 16:05:27 +000013235if (eval "$ac_cpp conftest.$ac_ext") 2>&5 |
Alexandre Julliard25e9e4f2009-08-10 14:27:28 +020013236 $EGREP "yes" >/dev/null 2>&1; then :
Alexandre Julliard05783b52002-12-11 00:21:55 +000013237 ac_cv_cpp_def___i386__=yes
Alexandre Julliard51d46ba1999-05-08 16:05:27 +000013238else
Alexandre Julliard05783b52002-12-11 00:21:55 +000013239 ac_cv_cpp_def___i386__=no
Alexandre Julliard51d46ba1999-05-08 16:05:27 +000013240fi
13241rm -f conftest*
13242
13243fi
Alexandre Julliard25e9e4f2009-08-10 14:27:28 +020013244{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_cpp_def___i386__" >&5
Alexandre Julliardabf50482008-10-31 12:56:53 +010013245$as_echo "$ac_cv_cpp_def___i386__" >&6; }
Alexandre Julliard25e9e4f2009-08-10 14:27:28 +020013246if test $ac_cv_cpp_def___i386__ = yes; then :
Alexandre Julliard05783b52002-12-11 00:21:55 +000013247 CFLAGS="$CFLAGS -D__i386__"
13248 LINTFLAGS="$LINTFLAGS -D__i386__"
Alexandre Julliard25e9e4f2009-08-10 14:27:28 +020013249fi ;;
13250 *x86_64*) { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether we need to define __x86_64__" >&5
Alexandre Julliardabf50482008-10-31 12:56:53 +010013251$as_echo_n "checking whether we need to define __x86_64__... " >&6; }
Alexandre Julliard25e9e4f2009-08-10 14:27:28 +020013252if test "${ac_cv_cpp_def___x86_64__+set}" = set; then :
Alexandre Julliardabf50482008-10-31 12:56:53 +010013253 $as_echo_n "(cached) " >&6
Alexandre Julliarde3be5642005-09-09 09:30:02 +000013254else
Alexandre Julliard25e9e4f2009-08-10 14:27:28 +020013255 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
Alexandre Julliarde3be5642005-09-09 09:30:02 +000013256/* end confdefs.h. */
13257#ifndef __x86_64__
13258yes
13259#endif
13260_ACEOF
13261if (eval "$ac_cpp conftest.$ac_ext") 2>&5 |
Alexandre Julliard25e9e4f2009-08-10 14:27:28 +020013262 $EGREP "yes" >/dev/null 2>&1; then :
Alexandre Julliarde3be5642005-09-09 09:30:02 +000013263 ac_cv_cpp_def___x86_64__=yes
13264else
13265 ac_cv_cpp_def___x86_64__=no
13266fi
13267rm -f conftest*
13268
13269fi
Alexandre Julliard25e9e4f2009-08-10 14:27:28 +020013270{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_cpp_def___x86_64__" >&5
Alexandre Julliardabf50482008-10-31 12:56:53 +010013271$as_echo "$ac_cv_cpp_def___x86_64__" >&6; }
Alexandre Julliard25e9e4f2009-08-10 14:27:28 +020013272if test $ac_cv_cpp_def___x86_64__ = yes; then :
Alexandre Julliarde3be5642005-09-09 09:30:02 +000013273 CFLAGS="$CFLAGS -D__x86_64__"
13274 LINTFLAGS="$LINTFLAGS -D__x86_64__"
Alexandre Julliard25e9e4f2009-08-10 14:27:28 +020013275fi ;;
13276 *alpha*) { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether we need to define __ALPHA__" >&5
Alexandre Julliardabf50482008-10-31 12:56:53 +010013277$as_echo_n "checking whether we need to define __ALPHA__... " >&6; }
Alexandre Julliard25e9e4f2009-08-10 14:27:28 +020013278if test "${ac_cv_cpp_def___ALPHA__+set}" = set; then :
Alexandre Julliardabf50482008-10-31 12:56:53 +010013279 $as_echo_n "(cached) " >&6
Steven Edwards69b67862002-12-10 22:48:48 +000013280else
Alexandre Julliard25e9e4f2009-08-10 14:27:28 +020013281 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
Alexandre Julliarde24bcc72002-12-24 00:35:19 +000013282/* end confdefs.h. */
Steven Edwards69b67862002-12-10 22:48:48 +000013283#ifndef __ALPHA__
13284yes
13285#endif
13286_ACEOF
13287if (eval "$ac_cpp conftest.$ac_ext") 2>&5 |
Alexandre Julliard25e9e4f2009-08-10 14:27:28 +020013288 $EGREP "yes" >/dev/null 2>&1; then :
Alexandre Julliard05783b52002-12-11 00:21:55 +000013289 ac_cv_cpp_def___ALPHA__=yes
Steven Edwards69b67862002-12-10 22:48:48 +000013290else
Alexandre Julliard05783b52002-12-11 00:21:55 +000013291 ac_cv_cpp_def___ALPHA__=no
Steven Edwards69b67862002-12-10 22:48:48 +000013292fi
13293rm -f conftest*
13294
13295fi
Alexandre Julliard25e9e4f2009-08-10 14:27:28 +020013296{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_cpp_def___ALPHA__" >&5
Alexandre Julliardabf50482008-10-31 12:56:53 +010013297$as_echo "$ac_cv_cpp_def___ALPHA__" >&6; }
Alexandre Julliard25e9e4f2009-08-10 14:27:28 +020013298if test $ac_cv_cpp_def___ALPHA__ = yes; then :
Alexandre Julliard05783b52002-12-11 00:21:55 +000013299 CFLAGS="$CFLAGS -D__ALPHA__"
13300 LINTFLAGS="$LINTFLAGS -D__ALPHA__"
Alexandre Julliard25e9e4f2009-08-10 14:27:28 +020013301fi ;;
13302 *sparc*) { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether we need to define __sparc__" >&5
Alexandre Julliardabf50482008-10-31 12:56:53 +010013303$as_echo_n "checking whether we need to define __sparc__... " >&6; }
Alexandre Julliard25e9e4f2009-08-10 14:27:28 +020013304if test "${ac_cv_cpp_def___sparc__+set}" = set; then :
Alexandre Julliardabf50482008-10-31 12:56:53 +010013305 $as_echo_n "(cached) " >&6
Gregg Mattinson57807fa2002-07-20 20:17:13 +000013306else
Alexandre Julliard25e9e4f2009-08-10 14:27:28 +020013307 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
Alexandre Julliarde24bcc72002-12-24 00:35:19 +000013308/* end confdefs.h. */
Gregg Mattinson57807fa2002-07-20 20:17:13 +000013309#ifndef __sparc__
13310yes
13311#endif
13312_ACEOF
13313if (eval "$ac_cpp conftest.$ac_ext") 2>&5 |
Alexandre Julliard25e9e4f2009-08-10 14:27:28 +020013314 $EGREP "yes" >/dev/null 2>&1; then :
Alexandre Julliard05783b52002-12-11 00:21:55 +000013315 ac_cv_cpp_def___sparc__=yes
Gregg Mattinson57807fa2002-07-20 20:17:13 +000013316else
Alexandre Julliard05783b52002-12-11 00:21:55 +000013317 ac_cv_cpp_def___sparc__=no
Gregg Mattinson57807fa2002-07-20 20:17:13 +000013318fi
13319rm -f conftest*
13320
13321fi
Alexandre Julliard25e9e4f2009-08-10 14:27:28 +020013322{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_cpp_def___sparc__" >&5
Alexandre Julliardabf50482008-10-31 12:56:53 +010013323$as_echo "$ac_cv_cpp_def___sparc__" >&6; }
Alexandre Julliard25e9e4f2009-08-10 14:27:28 +020013324if test $ac_cv_cpp_def___sparc__ = yes; then :
Alexandre Julliard05783b52002-12-11 00:21:55 +000013325 CFLAGS="$CFLAGS -D__sparc__"
13326 LINTFLAGS="$LINTFLAGS -D__sparc__"
Alexandre Julliard25e9e4f2009-08-10 14:27:28 +020013327fi ;;
13328 *powerpc*) { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether we need to define __powerpc__" >&5
Alexandre Julliardabf50482008-10-31 12:56:53 +010013329$as_echo_n "checking whether we need to define __powerpc__... " >&6; }
Alexandre Julliard25e9e4f2009-08-10 14:27:28 +020013330if test "${ac_cv_cpp_def___powerpc__+set}" = set; then :
Alexandre Julliardabf50482008-10-31 12:56:53 +010013331 $as_echo_n "(cached) " >&6
Pierre d'Herbemontb64b7de2003-07-16 23:37:22 +000013332else
Alexandre Julliard25e9e4f2009-08-10 14:27:28 +020013333 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
Pierre d'Herbemontb64b7de2003-07-16 23:37:22 +000013334/* end confdefs.h. */
13335#ifndef __powerpc__
13336yes
13337#endif
13338_ACEOF
13339if (eval "$ac_cpp conftest.$ac_ext") 2>&5 |
Alexandre Julliard25e9e4f2009-08-10 14:27:28 +020013340 $EGREP "yes" >/dev/null 2>&1; then :
Pierre d'Herbemontb64b7de2003-07-16 23:37:22 +000013341 ac_cv_cpp_def___powerpc__=yes
13342else
13343 ac_cv_cpp_def___powerpc__=no
13344fi
13345rm -f conftest*
13346
13347fi
Alexandre Julliard25e9e4f2009-08-10 14:27:28 +020013348{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_cpp_def___powerpc__" >&5
Alexandre Julliardabf50482008-10-31 12:56:53 +010013349$as_echo "$ac_cv_cpp_def___powerpc__" >&6; }
Alexandre Julliard25e9e4f2009-08-10 14:27:28 +020013350if test $ac_cv_cpp_def___powerpc__ = yes; then :
Pierre d'Herbemontb64b7de2003-07-16 23:37:22 +000013351 CFLAGS="$CFLAGS -D__powerpc__"
13352 LINTFLAGS="$LINTFLAGS -D__powerpc__"
Alexandre Julliard25e9e4f2009-08-10 14:27:28 +020013353fi ;;
Alexandre Julliard05783b52002-12-11 00:21:55 +000013354esac
Gregg Mattinson57807fa2002-07-20 20:17:13 +000013355
13356case $host_vendor in
Alexandre Julliard25e9e4f2009-08-10 14:27:28 +020013357 *sun*) { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether we need to define __sun__" >&5
Alexandre Julliardabf50482008-10-31 12:56:53 +010013358$as_echo_n "checking whether we need to define __sun__... " >&6; }
Alexandre Julliard25e9e4f2009-08-10 14:27:28 +020013359if test "${ac_cv_cpp_def___sun__+set}" = set; then :
Alexandre Julliardabf50482008-10-31 12:56:53 +010013360 $as_echo_n "(cached) " >&6
Gregg Mattinson57807fa2002-07-20 20:17:13 +000013361else
Alexandre Julliard25e9e4f2009-08-10 14:27:28 +020013362 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
Alexandre Julliarde24bcc72002-12-24 00:35:19 +000013363/* end confdefs.h. */
Gregg Mattinson57807fa2002-07-20 20:17:13 +000013364#ifndef __sun__
13365yes
13366#endif
13367_ACEOF
13368if (eval "$ac_cpp conftest.$ac_ext") 2>&5 |
Alexandre Julliard25e9e4f2009-08-10 14:27:28 +020013369 $EGREP "yes" >/dev/null 2>&1; then :
Alexandre Julliard05783b52002-12-11 00:21:55 +000013370 ac_cv_cpp_def___sun__=yes
Gregg Mattinson57807fa2002-07-20 20:17:13 +000013371else
Alexandre Julliard05783b52002-12-11 00:21:55 +000013372 ac_cv_cpp_def___sun__=no
Gregg Mattinson57807fa2002-07-20 20:17:13 +000013373fi
13374rm -f conftest*
13375
13376fi
Alexandre Julliard25e9e4f2009-08-10 14:27:28 +020013377{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_cpp_def___sun__" >&5
Alexandre Julliardabf50482008-10-31 12:56:53 +010013378$as_echo "$ac_cv_cpp_def___sun__" >&6; }
Alexandre Julliard25e9e4f2009-08-10 14:27:28 +020013379if test $ac_cv_cpp_def___sun__ = yes; then :
Alexandre Julliard05783b52002-12-11 00:21:55 +000013380 CFLAGS="$CFLAGS -D__sun__"
13381 LINTFLAGS="$LINTFLAGS -D__sun__"
Alexandre Julliard25e9e4f2009-08-10 14:27:28 +020013382fi ;;
Alexandre Julliard05783b52002-12-11 00:21:55 +000013383esac
Gregg Mattinson57807fa2002-07-20 20:17:13 +000013384
13385
Alexandre Julliard32ab8952006-09-14 09:38:16 +020013386DEPENDENCIES="### Dependencies:
13387
Alexandre Julliard8598a4c2006-09-14 09:40:00 +020013388.INIT: Makefile
13389.BEGIN: Makefile
Alexandre Julliard566cb8c2009-03-03 16:34:52 +010013390.MAKEFILEDEPS:
Alexandre Julliard8598a4c2006-09-14 09:40:00 +020013391Makefile: dummy
Alexandre Julliard21872b32009-07-09 12:53:49 +020013392 -\$(MAKEDEP) \$(MAKEDEPFLAGS) -C\$(SRCDIR) -S\$(TOPSRCDIR) -T\$(TOPOBJDIR) \$(EXTRAINCL) \$(DEPEND_SRCS)
Alexandre Julliard8598a4c2006-09-14 09:40:00 +020013393
Alexandre Julliard5e436872009-03-03 15:41:06 +010013394\$(OBJS) \$(C_SRCS16:.c=.o): \$(IDL_GEN_HEADERS)
Alexandre Julliard12c19622006-10-16 17:20:37 +020013395\$(IDL_GEN_C_SRCS:.c=.o): \$(IDL_GEN_C_SRCS)
Alexandre Julliardda191222008-04-24 22:13:57 +020013396\$(RC_SRCS:.rc=.res): \$(IDL_TLB_SRCS:.idl=.tlb)
Alexandre Julliard32ab8952006-09-14 09:38:16 +020013397\$(LEX_SRCS:.l=.yy.o): \$(LEX_SRCS:.l=.yy.c)
13398\$(BISON_SRCS:.y=.tab.o): \$(BISON_SRCS:.y=.tab.c)"
13399
13400
Alexandre Julliarda360e932008-08-20 16:02:37 +020013401ALL_MAKERULES=""
13402
13403ALL_MAKEFILES=""
13404
13405ALL_MAKEFILE_DEPENDS="# Makefile dependencies"
13406
13407
Alexandre Julliard6de0af12008-08-25 14:41:03 +020013408ALL_TOP_DIRS=""
13409
Alexandre Julliard49163da2008-08-25 12:02:27 +020013410ALL_DLL_DIRS=""
13411
13412ALL_IMPLIB_DIRS=""
13413
13414ALL_TEST_DIRS=""
13415
Alexandre Julliard4051eaf2008-08-25 12:14:54 +020013416ALL_PROGRAM_DIRS=""
13417
13418ALL_PROGRAM_INSTALL_DIRS=""
13419
13420ALL_PROGRAM_BIN_INSTALL_DIRS=""
13421
Alexandre Julliard49163da2008-08-25 12:02:27 +020013422
Alexandre Julliarddaa28862002-04-11 21:54:01 +000013423
13424
Alexandre Julliardc4704c22006-09-22 09:33:00 +020013425ac_config_commands="$ac_config_commands include/stamp-h"
13426
13427
Alexandre Julliard7dfc4472006-10-20 12:25:29 +020013428ac_config_commands="$ac_config_commands dlls/gdi32/enhmfdrv"
Alexandre Julliard89118562002-03-27 21:13:40 +000013429
Alexandre Julliard7dfc4472006-10-20 12:25:29 +020013430ac_config_commands="$ac_config_commands dlls/gdi32/mfdrv"
Alexandre Julliard89118562002-03-27 21:13:40 +000013431
Alexandre Julliard1c60e3b2006-09-12 16:10:51 +020013432ac_config_commands="$ac_config_commands dlls/kernel32/nls"
Alexandre Julliardf5818d22002-02-14 19:47:29 +000013433
Alexandre Julliardb8a2e3b2006-11-16 14:49:25 +010013434ac_config_commands="$ac_config_commands dlls/user32/resources"
Alexandre Julliardf5818d22002-02-14 19:47:29 +000013435
Alexandre Julliardfc6ffb22006-05-25 20:08:12 +020013436ac_config_commands="$ac_config_commands dlls/wineps.drv/data"
Alexandre Julliardf5818d22002-02-14 19:47:29 +000013437
Alexandre Julliardfc6ffb22006-05-25 20:08:12 +020013438ac_config_commands="$ac_config_commands include/wine"
Alexandre Julliardf5818d22002-02-14 19:47:29 +000013439
Alexandre Julliard87a2f8d2000-04-09 18:20:25 +000013440
Alexandre Julliarda360e932008-08-20 16:02:37 +020013441ALL_MAKERULES="$ALL_MAKERULES \\
13442 Make.rules"
13443ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
13444Make.rules: Make.rules.in"
Alexandre Julliardd7d4fdf1995-12-26 15:05:24 +000013445MAKE_RULES=Make.rules
Marcus Meissnerfbc80d72007-02-27 07:48:58 +010013446ac_config_files="$ac_config_files Make.rules"
13447
Alexandre Julliarda360e932008-08-20 16:02:37 +020013448ALL_MAKERULES="$ALL_MAKERULES \\
13449 dlls/Makedll.rules"
13450ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
13451dlls/Makedll.rules: dlls/Makedll.rules.in Make.rules"
13452MAKE_DLL_RULES=dlls/Makedll.rules
Marcus Meissnerfbc80d72007-02-27 07:48:58 +010013453ac_config_files="$ac_config_files dlls/Makedll.rules"
13454
Alexandre Julliarda360e932008-08-20 16:02:37 +020013455ALL_MAKERULES="$ALL_MAKERULES \\
13456 dlls/Makeimplib.rules"
13457ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
13458dlls/Makeimplib.rules: dlls/Makeimplib.rules.in Make.rules"
13459MAKE_IMPLIB_RULES=dlls/Makeimplib.rules
Marcus Meissnerfbc80d72007-02-27 07:48:58 +010013460ac_config_files="$ac_config_files dlls/Makeimplib.rules"
13461
Alexandre Julliarda360e932008-08-20 16:02:37 +020013462ALL_MAKERULES="$ALL_MAKERULES \\
13463 dlls/Maketest.rules"
13464ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
13465dlls/Maketest.rules: dlls/Maketest.rules.in Make.rules"
13466MAKE_TEST_RULES=dlls/Maketest.rules
Marcus Meissnerfbc80d72007-02-27 07:48:58 +010013467ac_config_files="$ac_config_files dlls/Maketest.rules"
13468
Alexandre Julliarda360e932008-08-20 16:02:37 +020013469ALL_MAKERULES="$ALL_MAKERULES \\
13470 programs/Makeprog.rules"
13471ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
13472programs/Makeprog.rules: programs/Makeprog.rules.in Make.rules"
13473MAKE_PROG_RULES=programs/Makeprog.rules
Marcus Meissnerfbc80d72007-02-27 07:48:58 +010013474ac_config_files="$ac_config_files programs/Makeprog.rules"
13475
Alexandre Julliarda360e932008-08-20 16:02:37 +020013476
13477
Alexandre Julliard49163da2008-08-25 12:02:27 +020013478
Alexandre Julliarda360e932008-08-20 16:02:37 +020013479ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
13480Makefile: Makefile.in Make.rules"
Marcus Meissnerfbc80d72007-02-27 07:48:58 +010013481ac_config_files="$ac_config_files Makefile"
13482
Alexandre Julliarda360e932008-08-20 16:02:37 +020013483ALL_MAKEFILES="$ALL_MAKEFILES \\
13484 dlls/Makefile"
Alexandre Julliard6de0af12008-08-25 14:41:03 +020013485test "x$enable_dlls" != xno && ALL_TOP_DIRS="$ALL_TOP_DIRS \\
13486 dlls"
Alexandre Julliarda360e932008-08-20 16:02:37 +020013487ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
13488dlls/Makefile: dlls/Makefile.in Make.rules"
Marcus Meissnerfbc80d72007-02-27 07:48:58 +010013489ac_config_files="$ac_config_files dlls/Makefile"
13490
Alexandre Julliarda360e932008-08-20 16:02:37 +020013491ALL_MAKEFILES="$ALL_MAKEFILES \\
13492 dlls/acledit/Makefile"
Alexandre Julliard485cc592008-08-25 12:03:35 +020013493test "x$enable_acledit" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
Alexandre Julliard49163da2008-08-25 12:02:27 +020013494 acledit"
Alexandre Julliarda360e932008-08-20 16:02:37 +020013495ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
13496dlls/acledit/Makefile: dlls/acledit/Makefile.in dlls/Makedll.rules"
Eric Pouech0da02fb2007-04-16 09:22:03 +020013497ac_config_files="$ac_config_files dlls/acledit/Makefile"
13498
Alexandre Julliarda360e932008-08-20 16:02:37 +020013499ALL_MAKEFILES="$ALL_MAKEFILES \\
Nikolay Sivov3406c9d2009-01-20 20:02:51 +030013500 dlls/aclui/Makefile"
13501test "x$enable_aclui" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
13502 aclui"
13503ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
13504dlls/aclui/Makefile: dlls/aclui/Makefile.in dlls/Makedll.rules"
13505ac_config_files="$ac_config_files dlls/aclui/Makefile"
13506
13507ALL_MAKEFILES="$ALL_MAKEFILES \\
Alexandre Julliarda360e932008-08-20 16:02:37 +020013508 dlls/activeds/Makefile"
Alexandre Julliard485cc592008-08-25 12:03:35 +020013509test "x$enable_activeds" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
Alexandre Julliard49163da2008-08-25 12:02:27 +020013510 activeds"
Alexandre Julliarda360e932008-08-20 16:02:37 +020013511ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
13512dlls/activeds/Makefile: dlls/activeds/Makefile.in dlls/Makedll.rules"
Marcus Meissnerfbc80d72007-02-27 07:48:58 +010013513ac_config_files="$ac_config_files dlls/activeds/Makefile"
13514
Alexandre Julliarda360e932008-08-20 16:02:37 +020013515ALL_MAKEFILES="$ALL_MAKEFILES \\
13516 dlls/actxprxy/Makefile"
Alexandre Julliard485cc592008-08-25 12:03:35 +020013517test "x$enable_actxprxy" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
Alexandre Julliard49163da2008-08-25 12:02:27 +020013518 actxprxy"
Alexandre Julliarda360e932008-08-20 16:02:37 +020013519ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
13520dlls/actxprxy/Makefile: dlls/actxprxy/Makefile.in dlls/Makedll.rules"
Rob Shearmane8c7c062007-12-07 16:02:30 +000013521ac_config_files="$ac_config_files dlls/actxprxy/Makefile"
13522
Alexandre Julliarda360e932008-08-20 16:02:37 +020013523ALL_MAKEFILES="$ALL_MAKEFILES \\
13524 dlls/adsiid/Makefile"
Alexandre Julliard485cc592008-08-25 12:03:35 +020013525test "x$enable_adsiid" != xno && ALL_IMPLIB_DIRS="$ALL_IMPLIB_DIRS \\
Alexandre Julliard49163da2008-08-25 12:02:27 +020013526 adsiid"
Alexandre Julliarda360e932008-08-20 16:02:37 +020013527ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
13528dlls/adsiid/Makefile: dlls/adsiid/Makefile.in dlls/Makeimplib.rules"
Rob Shearman76e08962008-03-06 15:01:34 +000013529ac_config_files="$ac_config_files dlls/adsiid/Makefile"
13530
Alexandre Julliarda360e932008-08-20 16:02:37 +020013531ALL_MAKEFILES="$ALL_MAKEFILES \\
13532 dlls/advapi32/Makefile"
Alexandre Julliard485cc592008-08-25 12:03:35 +020013533test "x$enable_advapi32" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
Alexandre Julliard49163da2008-08-25 12:02:27 +020013534 advapi32"
Alexandre Julliarda360e932008-08-20 16:02:37 +020013535ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
13536dlls/advapi32/Makefile: dlls/advapi32/Makefile.in dlls/Makedll.rules"
Marcus Meissnerfbc80d72007-02-27 07:48:58 +010013537ac_config_files="$ac_config_files dlls/advapi32/Makefile"
13538
Alexandre Julliarda360e932008-08-20 16:02:37 +020013539ALL_MAKEFILES="$ALL_MAKEFILES \\
13540 dlls/advapi32/tests/Makefile"
Alexandre Julliard35078f42008-11-21 10:16:12 +010013541test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
Alexandre Julliard49163da2008-08-25 12:02:27 +020013542 advapi32/tests"
Alexandre Julliarda360e932008-08-20 16:02:37 +020013543ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
13544dlls/advapi32/tests/Makefile: dlls/advapi32/tests/Makefile.in dlls/Maketest.rules"
Marcus Meissnerfbc80d72007-02-27 07:48:58 +010013545ac_config_files="$ac_config_files dlls/advapi32/tests/Makefile"
13546
Alexandre Julliarda360e932008-08-20 16:02:37 +020013547ALL_MAKEFILES="$ALL_MAKEFILES \\
13548 dlls/advpack/Makefile"
Alexandre Julliard485cc592008-08-25 12:03:35 +020013549test "x$enable_advpack" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
Alexandre Julliard49163da2008-08-25 12:02:27 +020013550 advpack"
Alexandre Julliarda360e932008-08-20 16:02:37 +020013551ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
13552dlls/advpack/Makefile: dlls/advpack/Makefile.in dlls/Makedll.rules"
Marcus Meissnerfbc80d72007-02-27 07:48:58 +010013553ac_config_files="$ac_config_files dlls/advpack/Makefile"
13554
Alexandre Julliarda360e932008-08-20 16:02:37 +020013555ALL_MAKEFILES="$ALL_MAKEFILES \\
13556 dlls/advpack/tests/Makefile"
Alexandre Julliard35078f42008-11-21 10:16:12 +010013557test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
Alexandre Julliard49163da2008-08-25 12:02:27 +020013558 advpack/tests"
Alexandre Julliarda360e932008-08-20 16:02:37 +020013559ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
13560dlls/advpack/tests/Makefile: dlls/advpack/tests/Makefile.in dlls/Maketest.rules"
Marcus Meissnerfbc80d72007-02-27 07:48:58 +010013561ac_config_files="$ac_config_files dlls/advpack/tests/Makefile"
13562
Alexandre Julliarda360e932008-08-20 16:02:37 +020013563ALL_MAKEFILES="$ALL_MAKEFILES \\
13564 dlls/amstream/Makefile"
Alexandre Julliard485cc592008-08-25 12:03:35 +020013565test "x$enable_amstream" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
Alexandre Julliard49163da2008-08-25 12:02:27 +020013566 amstream"
Alexandre Julliarda360e932008-08-20 16:02:37 +020013567ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
13568dlls/amstream/Makefile: dlls/amstream/Makefile.in dlls/Makedll.rules"
Marcus Meissnerfbc80d72007-02-27 07:48:58 +010013569ac_config_files="$ac_config_files dlls/amstream/Makefile"
13570
Alexandre Julliarda360e932008-08-20 16:02:37 +020013571ALL_MAKEFILES="$ALL_MAKEFILES \\
Christian Costab5dbbd42009-04-13 10:07:35 +020013572 dlls/amstream/tests/Makefile"
13573test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
13574 amstream/tests"
13575ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
13576dlls/amstream/tests/Makefile: dlls/amstream/tests/Makefile.in dlls/Maketest.rules"
13577ac_config_files="$ac_config_files dlls/amstream/tests/Makefile"
13578
13579ALL_MAKEFILES="$ALL_MAKEFILES \\
Alexandre Julliarda360e932008-08-20 16:02:37 +020013580 dlls/appwiz.cpl/Makefile"
Alexandre Julliard485cc592008-08-25 12:03:35 +020013581test "x$enable_appwiz_cpl" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
Alexandre Julliard49163da2008-08-25 12:02:27 +020013582 appwiz.cpl"
Alexandre Julliarda360e932008-08-20 16:02:37 +020013583ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
13584dlls/appwiz.cpl/Makefile: dlls/appwiz.cpl/Makefile.in dlls/Makedll.rules"
Owen Rudgef4e64892008-07-24 21:57:28 +010013585ac_config_files="$ac_config_files dlls/appwiz.cpl/Makefile"
13586
Alexandre Julliarda360e932008-08-20 16:02:37 +020013587ALL_MAKEFILES="$ALL_MAKEFILES \\
13588 dlls/atl/Makefile"
Alexandre Julliard485cc592008-08-25 12:03:35 +020013589test "x$enable_atl" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
Alexandre Julliard49163da2008-08-25 12:02:27 +020013590 atl"
Alexandre Julliarda360e932008-08-20 16:02:37 +020013591ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
13592dlls/atl/Makefile: dlls/atl/Makefile.in dlls/Makedll.rules"
Marcus Meissnerfbc80d72007-02-27 07:48:58 +010013593ac_config_files="$ac_config_files dlls/atl/Makefile"
13594
Alexandre Julliarda360e932008-08-20 16:02:37 +020013595ALL_MAKEFILES="$ALL_MAKEFILES \\
Austin English78cffc62009-01-27 23:01:17 -060013596 dlls/authz/Makefile"
13597test "x$enable_authz" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
13598 authz"
13599ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
13600dlls/authz/Makefile: dlls/authz/Makefile.in dlls/Makedll.rules"
13601ac_config_files="$ac_config_files dlls/authz/Makefile"
13602
13603ALL_MAKEFILES="$ALL_MAKEFILES \\
Alexandre Julliarda360e932008-08-20 16:02:37 +020013604 dlls/avicap32/Makefile"
Alexandre Julliard485cc592008-08-25 12:03:35 +020013605test "x$enable_avicap32" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
Alexandre Julliard49163da2008-08-25 12:02:27 +020013606 avicap32"
Alexandre Julliarda360e932008-08-20 16:02:37 +020013607ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
13608dlls/avicap32/Makefile: dlls/avicap32/Makefile.in dlls/Makedll.rules"
Marcus Meissnerfbc80d72007-02-27 07:48:58 +010013609ac_config_files="$ac_config_files dlls/avicap32/Makefile"
13610
Alexandre Julliarda360e932008-08-20 16:02:37 +020013611ALL_MAKEFILES="$ALL_MAKEFILES \\
13612 dlls/avifil32/Makefile"
Alexandre Julliard485cc592008-08-25 12:03:35 +020013613test "x$enable_avifil32" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
Alexandre Julliard49163da2008-08-25 12:02:27 +020013614 avifil32"
Alexandre Julliarda360e932008-08-20 16:02:37 +020013615ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
13616dlls/avifil32/Makefile: dlls/avifil32/Makefile.in dlls/Makedll.rules"
Marcus Meissnerfbc80d72007-02-27 07:48:58 +010013617ac_config_files="$ac_config_files dlls/avifil32/Makefile"
13618
Alexandre Julliarda360e932008-08-20 16:02:37 +020013619ALL_MAKEFILES="$ALL_MAKEFILES \\
Alexandre Julliardb91cf322009-03-24 16:56:58 +010013620 dlls/avifile.dll16/Makefile"
13621test "x$enable_win16" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
13622 avifile.dll16"
13623ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
13624dlls/avifile.dll16/Makefile: dlls/avifile.dll16/Makefile.in dlls/Makedll.rules"
13625ac_config_files="$ac_config_files dlls/avifile.dll16/Makefile"
13626
13627ALL_MAKEFILES="$ALL_MAKEFILES \\
Henri Verbeet5c898502009-03-30 11:24:55 +020013628 dlls/bcrypt/Makefile"
13629test "x$enable_bcrypt" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
13630 bcrypt"
13631ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
13632dlls/bcrypt/Makefile: dlls/bcrypt/Makefile.in dlls/Makedll.rules"
13633ac_config_files="$ac_config_files dlls/bcrypt/Makefile"
13634
13635ALL_MAKEFILES="$ALL_MAKEFILES \\
Alexandre Julliarda360e932008-08-20 16:02:37 +020013636 dlls/browseui/Makefile"
Alexandre Julliard485cc592008-08-25 12:03:35 +020013637test "x$enable_browseui" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
Alexandre Julliard49163da2008-08-25 12:02:27 +020013638 browseui"
Alexandre Julliarda360e932008-08-20 16:02:37 +020013639ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
13640dlls/browseui/Makefile: dlls/browseui/Makefile.in dlls/Makedll.rules"
Marcus Meissnerfbc80d72007-02-27 07:48:58 +010013641ac_config_files="$ac_config_files dlls/browseui/Makefile"
13642
Alexandre Julliarda360e932008-08-20 16:02:37 +020013643ALL_MAKEFILES="$ALL_MAKEFILES \\
13644 dlls/browseui/tests/Makefile"
Alexandre Julliard35078f42008-11-21 10:16:12 +010013645test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
Alexandre Julliard49163da2008-08-25 12:02:27 +020013646 browseui/tests"
Alexandre Julliarda360e932008-08-20 16:02:37 +020013647ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
13648dlls/browseui/tests/Makefile: dlls/browseui/tests/Makefile.in dlls/Maketest.rules"
Marcus Meissnerfbc80d72007-02-27 07:48:58 +010013649ac_config_files="$ac_config_files dlls/browseui/tests/Makefile"
13650
Alexandre Julliarda360e932008-08-20 16:02:37 +020013651ALL_MAKEFILES="$ALL_MAKEFILES \\
13652 dlls/cabinet/Makefile"
Alexandre Julliard485cc592008-08-25 12:03:35 +020013653test "x$enable_cabinet" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
Alexandre Julliard49163da2008-08-25 12:02:27 +020013654 cabinet"
Alexandre Julliarda360e932008-08-20 16:02:37 +020013655ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
13656dlls/cabinet/Makefile: dlls/cabinet/Makefile.in dlls/Makedll.rules"
Marcus Meissnerfbc80d72007-02-27 07:48:58 +010013657ac_config_files="$ac_config_files dlls/cabinet/Makefile"
13658
Alexandre Julliarda360e932008-08-20 16:02:37 +020013659ALL_MAKEFILES="$ALL_MAKEFILES \\
13660 dlls/cabinet/tests/Makefile"
Alexandre Julliard35078f42008-11-21 10:16:12 +010013661test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
Alexandre Julliard49163da2008-08-25 12:02:27 +020013662 cabinet/tests"
Alexandre Julliarda360e932008-08-20 16:02:37 +020013663ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
13664dlls/cabinet/tests/Makefile: dlls/cabinet/tests/Makefile.in dlls/Maketest.rules"
Marcus Meissnerfbc80d72007-02-27 07:48:58 +010013665ac_config_files="$ac_config_files dlls/cabinet/tests/Makefile"
13666
Alexandre Julliarda360e932008-08-20 16:02:37 +020013667ALL_MAKEFILES="$ALL_MAKEFILES \\
13668 dlls/capi2032/Makefile"
Alexandre Julliard485cc592008-08-25 12:03:35 +020013669test "x$enable_capi2032" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
Alexandre Julliard49163da2008-08-25 12:02:27 +020013670 capi2032"
Alexandre Julliarda360e932008-08-20 16:02:37 +020013671ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
13672dlls/capi2032/Makefile: dlls/capi2032/Makefile.in dlls/Makedll.rules"
Marcus Meissnerfbc80d72007-02-27 07:48:58 +010013673ac_config_files="$ac_config_files dlls/capi2032/Makefile"
13674
Alexandre Julliarda360e932008-08-20 16:02:37 +020013675ALL_MAKEFILES="$ALL_MAKEFILES \\
13676 dlls/cards/Makefile"
Alexandre Julliard485cc592008-08-25 12:03:35 +020013677test "x$enable_cards" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
Alexandre Julliard49163da2008-08-25 12:02:27 +020013678 cards"
Alexandre Julliarda360e932008-08-20 16:02:37 +020013679ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
13680dlls/cards/Makefile: dlls/cards/Makefile.in dlls/Makedll.rules"
Marcus Meissnerfbc80d72007-02-27 07:48:58 +010013681ac_config_files="$ac_config_files dlls/cards/Makefile"
13682
Alexandre Julliarda360e932008-08-20 16:02:37 +020013683ALL_MAKEFILES="$ALL_MAKEFILES \\
13684 dlls/cfgmgr32/Makefile"
Alexandre Julliard485cc592008-08-25 12:03:35 +020013685test "x$enable_cfgmgr32" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
Alexandre Julliard49163da2008-08-25 12:02:27 +020013686 cfgmgr32"
Alexandre Julliarda360e932008-08-20 16:02:37 +020013687ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
13688dlls/cfgmgr32/Makefile: dlls/cfgmgr32/Makefile.in dlls/Makedll.rules"
Marcus Meissnerfbc80d72007-02-27 07:48:58 +010013689ac_config_files="$ac_config_files dlls/cfgmgr32/Makefile"
13690
Alexandre Julliarda360e932008-08-20 16:02:37 +020013691ALL_MAKEFILES="$ALL_MAKEFILES \\
13692 dlls/clusapi/Makefile"
Alexandre Julliard485cc592008-08-25 12:03:35 +020013693test "x$enable_clusapi" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
Alexandre Julliard49163da2008-08-25 12:02:27 +020013694 clusapi"
Alexandre Julliarda360e932008-08-20 16:02:37 +020013695ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
13696dlls/clusapi/Makefile: dlls/clusapi/Makefile.in dlls/Makedll.rules"
Marcus Meissnerfbc80d72007-02-27 07:48:58 +010013697ac_config_files="$ac_config_files dlls/clusapi/Makefile"
13698
Alexandre Julliarda360e932008-08-20 16:02:37 +020013699ALL_MAKEFILES="$ALL_MAKEFILES \\
13700 dlls/comcat/Makefile"
Alexandre Julliard485cc592008-08-25 12:03:35 +020013701test "x$enable_comcat" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
Alexandre Julliard49163da2008-08-25 12:02:27 +020013702 comcat"
Alexandre Julliarda360e932008-08-20 16:02:37 +020013703ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
13704dlls/comcat/Makefile: dlls/comcat/Makefile.in dlls/Makedll.rules"
Marcus Meissnerfbc80d72007-02-27 07:48:58 +010013705ac_config_files="$ac_config_files dlls/comcat/Makefile"
13706
Alexandre Julliarda360e932008-08-20 16:02:37 +020013707ALL_MAKEFILES="$ALL_MAKEFILES \\
13708 dlls/comcat/tests/Makefile"
Alexandre Julliard35078f42008-11-21 10:16:12 +010013709test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
Alexandre Julliard49163da2008-08-25 12:02:27 +020013710 comcat/tests"
Alexandre Julliarda360e932008-08-20 16:02:37 +020013711ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
13712dlls/comcat/tests/Makefile: dlls/comcat/tests/Makefile.in dlls/Maketest.rules"
Marcus Meissnerfbc80d72007-02-27 07:48:58 +010013713ac_config_files="$ac_config_files dlls/comcat/tests/Makefile"
13714
Alexandre Julliarda360e932008-08-20 16:02:37 +020013715ALL_MAKEFILES="$ALL_MAKEFILES \\
13716 dlls/comctl32/Makefile"
Alexandre Julliard485cc592008-08-25 12:03:35 +020013717test "x$enable_comctl32" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
Alexandre Julliard49163da2008-08-25 12:02:27 +020013718 comctl32"
Alexandre Julliarda360e932008-08-20 16:02:37 +020013719ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
13720dlls/comctl32/Makefile: dlls/comctl32/Makefile.in dlls/Makedll.rules"
Marcus Meissnerfbc80d72007-02-27 07:48:58 +010013721ac_config_files="$ac_config_files dlls/comctl32/Makefile"
13722
Alexandre Julliarda360e932008-08-20 16:02:37 +020013723ALL_MAKEFILES="$ALL_MAKEFILES \\
13724 dlls/comctl32/tests/Makefile"
Alexandre Julliard35078f42008-11-21 10:16:12 +010013725test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
Alexandre Julliard49163da2008-08-25 12:02:27 +020013726 comctl32/tests"
Alexandre Julliarda360e932008-08-20 16:02:37 +020013727ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
13728dlls/comctl32/tests/Makefile: dlls/comctl32/tests/Makefile.in dlls/Maketest.rules"
Marcus Meissnerfbc80d72007-02-27 07:48:58 +010013729ac_config_files="$ac_config_files dlls/comctl32/tests/Makefile"
13730
Alexandre Julliarda360e932008-08-20 16:02:37 +020013731ALL_MAKEFILES="$ALL_MAKEFILES \\
13732 dlls/comdlg32/Makefile"
Alexandre Julliard485cc592008-08-25 12:03:35 +020013733test "x$enable_comdlg32" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
Alexandre Julliard49163da2008-08-25 12:02:27 +020013734 comdlg32"
Alexandre Julliarda360e932008-08-20 16:02:37 +020013735ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
13736dlls/comdlg32/Makefile: dlls/comdlg32/Makefile.in dlls/Makedll.rules"
Marcus Meissnerfbc80d72007-02-27 07:48:58 +010013737ac_config_files="$ac_config_files dlls/comdlg32/Makefile"
13738
Alexandre Julliarda360e932008-08-20 16:02:37 +020013739ALL_MAKEFILES="$ALL_MAKEFILES \\
13740 dlls/comdlg32/tests/Makefile"
Alexandre Julliard35078f42008-11-21 10:16:12 +010013741test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
Alexandre Julliard49163da2008-08-25 12:02:27 +020013742 comdlg32/tests"
Alexandre Julliarda360e932008-08-20 16:02:37 +020013743ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
13744dlls/comdlg32/tests/Makefile: dlls/comdlg32/tests/Makefile.in dlls/Maketest.rules"
Marcus Meissnerfbc80d72007-02-27 07:48:58 +010013745ac_config_files="$ac_config_files dlls/comdlg32/tests/Makefile"
13746
Alexandre Julliarda360e932008-08-20 16:02:37 +020013747ALL_MAKEFILES="$ALL_MAKEFILES \\
Alexandre Julliard41600a82009-03-04 14:22:24 +010013748 dlls/comm.drv16/Makefile"
Alexandre Julliarda37d8892009-03-13 12:18:04 +010013749test "x$enable_win16" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
Alexandre Julliard41600a82009-03-04 14:22:24 +010013750 comm.drv16"
13751ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
13752dlls/comm.drv16/Makefile: dlls/comm.drv16/Makefile.in dlls/Makedll.rules"
13753ac_config_files="$ac_config_files dlls/comm.drv16/Makefile"
13754
13755ALL_MAKEFILES="$ALL_MAKEFILES \\
Alexandre Julliard6b40f642009-03-11 17:12:32 +010013756 dlls/compobj.dll16/Makefile"
Alexandre Julliarda37d8892009-03-13 12:18:04 +010013757test "x$enable_win16" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
Alexandre Julliard6b40f642009-03-11 17:12:32 +010013758 compobj.dll16"
13759ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
13760dlls/compobj.dll16/Makefile: dlls/compobj.dll16/Makefile.in dlls/Makedll.rules"
13761ac_config_files="$ac_config_files dlls/compobj.dll16/Makefile"
13762
13763ALL_MAKEFILES="$ALL_MAKEFILES \\
Alexandre Julliarda360e932008-08-20 16:02:37 +020013764 dlls/compstui/Makefile"
Alexandre Julliard485cc592008-08-25 12:03:35 +020013765test "x$enable_compstui" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
Alexandre Julliard49163da2008-08-25 12:02:27 +020013766 compstui"
Alexandre Julliarda360e932008-08-20 16:02:37 +020013767ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
13768dlls/compstui/Makefile: dlls/compstui/Makefile.in dlls/Makedll.rules"
Marcus Meissnerfbc80d72007-02-27 07:48:58 +010013769ac_config_files="$ac_config_files dlls/compstui/Makefile"
13770
Alexandre Julliarda360e932008-08-20 16:02:37 +020013771ALL_MAKEFILES="$ALL_MAKEFILES \\
13772 dlls/credui/Makefile"
Alexandre Julliard485cc592008-08-25 12:03:35 +020013773test "x$enable_credui" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
Alexandre Julliard49163da2008-08-25 12:02:27 +020013774 credui"
Alexandre Julliarda360e932008-08-20 16:02:37 +020013775ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
13776dlls/credui/Makefile: dlls/credui/Makefile.in dlls/Makedll.rules"
Marcus Meissnerfbc80d72007-02-27 07:48:58 +010013777ac_config_files="$ac_config_files dlls/credui/Makefile"
13778
Alexandre Julliarda360e932008-08-20 16:02:37 +020013779ALL_MAKEFILES="$ALL_MAKEFILES \\
13780 dlls/credui/tests/Makefile"
Alexandre Julliard35078f42008-11-21 10:16:12 +010013781test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
Alexandre Julliard49163da2008-08-25 12:02:27 +020013782 credui/tests"
Alexandre Julliarda360e932008-08-20 16:02:37 +020013783ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
13784dlls/credui/tests/Makefile: dlls/credui/tests/Makefile.in dlls/Maketest.rules"
Rob Shearmane1465912007-10-24 16:17:36 +010013785ac_config_files="$ac_config_files dlls/credui/tests/Makefile"
13786
Alexandre Julliarda360e932008-08-20 16:02:37 +020013787ALL_MAKEFILES="$ALL_MAKEFILES \\
13788 dlls/crtdll/Makefile"
Alexandre Julliard485cc592008-08-25 12:03:35 +020013789test "x$enable_crtdll" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
Alexandre Julliard49163da2008-08-25 12:02:27 +020013790 crtdll"
Alexandre Julliarda360e932008-08-20 16:02:37 +020013791ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
13792dlls/crtdll/Makefile: dlls/crtdll/Makefile.in dlls/Makedll.rules"
Marcus Meissnerfbc80d72007-02-27 07:48:58 +010013793ac_config_files="$ac_config_files dlls/crtdll/Makefile"
13794
Alexandre Julliarda360e932008-08-20 16:02:37 +020013795ALL_MAKEFILES="$ALL_MAKEFILES \\
13796 dlls/crypt32/Makefile"
Alexandre Julliard485cc592008-08-25 12:03:35 +020013797test "x$enable_crypt32" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
Alexandre Julliard49163da2008-08-25 12:02:27 +020013798 crypt32"
Alexandre Julliarda360e932008-08-20 16:02:37 +020013799ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
13800dlls/crypt32/Makefile: dlls/crypt32/Makefile.in dlls/Makedll.rules"
Marcus Meissnerfbc80d72007-02-27 07:48:58 +010013801ac_config_files="$ac_config_files dlls/crypt32/Makefile"
13802
Alexandre Julliarda360e932008-08-20 16:02:37 +020013803ALL_MAKEFILES="$ALL_MAKEFILES \\
13804 dlls/crypt32/tests/Makefile"
Alexandre Julliard35078f42008-11-21 10:16:12 +010013805test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
Alexandre Julliard49163da2008-08-25 12:02:27 +020013806 crypt32/tests"
Alexandre Julliarda360e932008-08-20 16:02:37 +020013807ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
13808dlls/crypt32/tests/Makefile: dlls/crypt32/tests/Makefile.in dlls/Maketest.rules"
Marcus Meissnerfbc80d72007-02-27 07:48:58 +010013809ac_config_files="$ac_config_files dlls/crypt32/tests/Makefile"
13810
Alexandre Julliarda360e932008-08-20 16:02:37 +020013811ALL_MAKEFILES="$ALL_MAKEFILES \\
13812 dlls/cryptdlg/Makefile"
Alexandre Julliard485cc592008-08-25 12:03:35 +020013813test "x$enable_cryptdlg" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
Alexandre Julliard49163da2008-08-25 12:02:27 +020013814 cryptdlg"
Alexandre Julliarda360e932008-08-20 16:02:37 +020013815ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
13816dlls/cryptdlg/Makefile: dlls/cryptdlg/Makefile.in dlls/Makedll.rules"
Maarten Lankhorstf9308212008-02-17 18:20:32 -080013817ac_config_files="$ac_config_files dlls/cryptdlg/Makefile"
13818
Alexandre Julliarda360e932008-08-20 16:02:37 +020013819ALL_MAKEFILES="$ALL_MAKEFILES \\
13820 dlls/cryptdll/Makefile"
Alexandre Julliard485cc592008-08-25 12:03:35 +020013821test "x$enable_cryptdll" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
Alexandre Julliard49163da2008-08-25 12:02:27 +020013822 cryptdll"
Alexandre Julliarda360e932008-08-20 16:02:37 +020013823ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
13824dlls/cryptdll/Makefile: dlls/cryptdll/Makefile.in dlls/Makedll.rules"
Marcus Meissnerfbc80d72007-02-27 07:48:58 +010013825ac_config_files="$ac_config_files dlls/cryptdll/Makefile"
13826
Alexandre Julliarda360e932008-08-20 16:02:37 +020013827ALL_MAKEFILES="$ALL_MAKEFILES \\
13828 dlls/cryptnet/Makefile"
Alexandre Julliard485cc592008-08-25 12:03:35 +020013829test "x$enable_cryptnet" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
Alexandre Julliard49163da2008-08-25 12:02:27 +020013830 cryptnet"
Alexandre Julliarda360e932008-08-20 16:02:37 +020013831ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
13832dlls/cryptnet/Makefile: dlls/cryptnet/Makefile.in dlls/Makedll.rules"
Marcus Meissnerfbc80d72007-02-27 07:48:58 +010013833ac_config_files="$ac_config_files dlls/cryptnet/Makefile"
13834
Alexandre Julliarda360e932008-08-20 16:02:37 +020013835ALL_MAKEFILES="$ALL_MAKEFILES \\
13836 dlls/cryptnet/tests/Makefile"
Alexandre Julliard35078f42008-11-21 10:16:12 +010013837test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
Alexandre Julliard49163da2008-08-25 12:02:27 +020013838 cryptnet/tests"
Alexandre Julliarda360e932008-08-20 16:02:37 +020013839ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
13840dlls/cryptnet/tests/Makefile: dlls/cryptnet/tests/Makefile.in dlls/Maketest.rules"
Juan Lang322bcdd2007-10-18 10:28:32 -070013841ac_config_files="$ac_config_files dlls/cryptnet/tests/Makefile"
13842
Alexandre Julliarda360e932008-08-20 16:02:37 +020013843ALL_MAKEFILES="$ALL_MAKEFILES \\
13844 dlls/cryptui/Makefile"
Alexandre Julliard485cc592008-08-25 12:03:35 +020013845test "x$enable_cryptui" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
Alexandre Julliard49163da2008-08-25 12:02:27 +020013846 cryptui"
Alexandre Julliarda360e932008-08-20 16:02:37 +020013847ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
13848dlls/cryptui/Makefile: dlls/cryptui/Makefile.in dlls/Makedll.rules"
Juan Lang2016c632008-04-10 11:16:01 -070013849ac_config_files="$ac_config_files dlls/cryptui/Makefile"
13850
Alexandre Julliarda360e932008-08-20 16:02:37 +020013851ALL_MAKEFILES="$ALL_MAKEFILES \\
Juan Lang7e0e1a12008-10-24 14:34:27 -070013852 dlls/cryptui/tests/Makefile"
Alexandre Julliard35078f42008-11-21 10:16:12 +010013853test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
Juan Lang7e0e1a12008-10-24 14:34:27 -070013854 cryptui/tests"
13855ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
13856dlls/cryptui/tests/Makefile: dlls/cryptui/tests/Makefile.in dlls/Maketest.rules"
13857ac_config_files="$ac_config_files dlls/cryptui/tests/Makefile"
13858
13859ALL_MAKEFILES="$ALL_MAKEFILES \\
Alexandre Julliarda360e932008-08-20 16:02:37 +020013860 dlls/ctapi32/Makefile"
Alexandre Julliard485cc592008-08-25 12:03:35 +020013861test "x$enable_ctapi32" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
Alexandre Julliard49163da2008-08-25 12:02:27 +020013862 ctapi32"
Alexandre Julliarda360e932008-08-20 16:02:37 +020013863ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
13864dlls/ctapi32/Makefile: dlls/ctapi32/Makefile.in dlls/Makedll.rules"
Christian Eggersf89c6de2007-11-02 13:46:18 +010013865ac_config_files="$ac_config_files dlls/ctapi32/Makefile"
13866
Alexandre Julliarda360e932008-08-20 16:02:37 +020013867ALL_MAKEFILES="$ALL_MAKEFILES \\
Alexandre Julliard9a19d8a2009-03-23 20:31:01 +010013868 dlls/ctl3d.dll16/Makefile"
13869test "x$enable_win16" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
13870 ctl3d.dll16"
13871ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
13872dlls/ctl3d.dll16/Makefile: dlls/ctl3d.dll16/Makefile.in dlls/Makedll.rules"
13873ac_config_files="$ac_config_files dlls/ctl3d.dll16/Makefile"
13874
13875ALL_MAKEFILES="$ALL_MAKEFILES \\
Alexandre Julliarda360e932008-08-20 16:02:37 +020013876 dlls/ctl3d32/Makefile"
Alexandre Julliard485cc592008-08-25 12:03:35 +020013877test "x$enable_ctl3d32" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
Alexandre Julliard49163da2008-08-25 12:02:27 +020013878 ctl3d32"
Alexandre Julliarda360e932008-08-20 16:02:37 +020013879ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
13880dlls/ctl3d32/Makefile: dlls/ctl3d32/Makefile.in dlls/Makedll.rules"
Marcus Meissnerfbc80d72007-02-27 07:48:58 +010013881ac_config_files="$ac_config_files dlls/ctl3d32/Makefile"
13882
Alexandre Julliarda360e932008-08-20 16:02:37 +020013883ALL_MAKEFILES="$ALL_MAKEFILES \\
Alexandre Julliard9a19d8a2009-03-23 20:31:01 +010013884 dlls/ctl3dv2.dll16/Makefile"
13885test "x$enable_win16" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
13886 ctl3dv2.dll16"
13887ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
13888dlls/ctl3dv2.dll16/Makefile: dlls/ctl3dv2.dll16/Makefile.in dlls/Makedll.rules"
13889ac_config_files="$ac_config_files dlls/ctl3dv2.dll16/Makefile"
13890
13891ALL_MAKEFILES="$ALL_MAKEFILES \\
Alexandre Julliarda360e932008-08-20 16:02:37 +020013892 dlls/d3d10/Makefile"
Alexandre Julliard485cc592008-08-25 12:03:35 +020013893test "x$enable_d3d10" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
Alexandre Julliard49163da2008-08-25 12:02:27 +020013894 d3d10"
Alexandre Julliarda360e932008-08-20 16:02:37 +020013895ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
13896dlls/d3d10/Makefile: dlls/d3d10/Makefile.in dlls/Makedll.rules"
Kovács András0db109f2007-07-09 14:06:40 +020013897ac_config_files="$ac_config_files dlls/d3d10/Makefile"
13898
Alexandre Julliarda360e932008-08-20 16:02:37 +020013899ALL_MAKEFILES="$ALL_MAKEFILES \\
Henri Verbeet65e614a2008-10-29 09:00:27 +010013900 dlls/d3d10/tests/Makefile"
Alexandre Julliard35078f42008-11-21 10:16:12 +010013901test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
Henri Verbeet65e614a2008-10-29 09:00:27 +010013902 d3d10/tests"
13903ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
13904dlls/d3d10/tests/Makefile: dlls/d3d10/tests/Makefile.in dlls/Maketest.rules"
13905ac_config_files="$ac_config_files dlls/d3d10/tests/Makefile"
13906
13907ALL_MAKEFILES="$ALL_MAKEFILES \\
Henri Verbeet078fc192008-11-12 12:04:24 +010013908 dlls/d3d10core/Makefile"
13909test "x$enable_d3d10core" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
13910 d3d10core"
13911ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
13912dlls/d3d10core/Makefile: dlls/d3d10core/Makefile.in dlls/Makedll.rules"
13913ac_config_files="$ac_config_files dlls/d3d10core/Makefile"
13914
13915ALL_MAKEFILES="$ALL_MAKEFILES \\
Henri Verbeet1dad7592008-11-18 09:27:58 +010013916 dlls/d3d10core/tests/Makefile"
Alexandre Julliard35078f42008-11-21 10:16:12 +010013917test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
Henri Verbeet1dad7592008-11-18 09:27:58 +010013918 d3d10core/tests"
13919ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
13920dlls/d3d10core/tests/Makefile: dlls/d3d10core/tests/Makefile.in dlls/Maketest.rules"
13921ac_config_files="$ac_config_files dlls/d3d10core/tests/Makefile"
13922
13923ALL_MAKEFILES="$ALL_MAKEFILES \\
Alexandre Julliarda360e932008-08-20 16:02:37 +020013924 dlls/d3d8/Makefile"
Alexandre Julliard485cc592008-08-25 12:03:35 +020013925test "x$enable_d3d8" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
Alexandre Julliard49163da2008-08-25 12:02:27 +020013926 d3d8"
Alexandre Julliarda360e932008-08-20 16:02:37 +020013927ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
13928dlls/d3d8/Makefile: dlls/d3d8/Makefile.in dlls/Makedll.rules"
Marcus Meissnerfbc80d72007-02-27 07:48:58 +010013929ac_config_files="$ac_config_files dlls/d3d8/Makefile"
13930
Alexandre Julliarda360e932008-08-20 16:02:37 +020013931ALL_MAKEFILES="$ALL_MAKEFILES \\
13932 dlls/d3d8/tests/Makefile"
Alexandre Julliard35078f42008-11-21 10:16:12 +010013933test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
Alexandre Julliard49163da2008-08-25 12:02:27 +020013934 d3d8/tests"
Alexandre Julliarda360e932008-08-20 16:02:37 +020013935ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
13936dlls/d3d8/tests/Makefile: dlls/d3d8/tests/Makefile.in dlls/Maketest.rules"
Marcus Meissnerfbc80d72007-02-27 07:48:58 +010013937ac_config_files="$ac_config_files dlls/d3d8/tests/Makefile"
13938
Alexandre Julliarda360e932008-08-20 16:02:37 +020013939ALL_MAKEFILES="$ALL_MAKEFILES \\
13940 dlls/d3d9/Makefile"
Alexandre Julliard485cc592008-08-25 12:03:35 +020013941test "x$enable_d3d9" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
Alexandre Julliard49163da2008-08-25 12:02:27 +020013942 d3d9"
Alexandre Julliarda360e932008-08-20 16:02:37 +020013943ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
13944dlls/d3d9/Makefile: dlls/d3d9/Makefile.in dlls/Makedll.rules"
Marcus Meissnerfbc80d72007-02-27 07:48:58 +010013945ac_config_files="$ac_config_files dlls/d3d9/Makefile"
13946
Alexandre Julliarda360e932008-08-20 16:02:37 +020013947ALL_MAKEFILES="$ALL_MAKEFILES \\
13948 dlls/d3d9/tests/Makefile"
Alexandre Julliard35078f42008-11-21 10:16:12 +010013949test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
Alexandre Julliard49163da2008-08-25 12:02:27 +020013950 d3d9/tests"
Alexandre Julliarda360e932008-08-20 16:02:37 +020013951ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
13952dlls/d3d9/tests/Makefile: dlls/d3d9/tests/Makefile.in dlls/Maketest.rules"
Marcus Meissnerfbc80d72007-02-27 07:48:58 +010013953ac_config_files="$ac_config_files dlls/d3d9/tests/Makefile"
13954
Alexandre Julliarda360e932008-08-20 16:02:37 +020013955ALL_MAKEFILES="$ALL_MAKEFILES \\
13956 dlls/d3dim/Makefile"
Alexandre Julliard485cc592008-08-25 12:03:35 +020013957test "x$enable_d3dim" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
Alexandre Julliard49163da2008-08-25 12:02:27 +020013958 d3dim"
Alexandre Julliarda360e932008-08-20 16:02:37 +020013959ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
13960dlls/d3dim/Makefile: dlls/d3dim/Makefile.in dlls/Makedll.rules"
Marcus Meissnerfbc80d72007-02-27 07:48:58 +010013961ac_config_files="$ac_config_files dlls/d3dim/Makefile"
13962
Alexandre Julliarda360e932008-08-20 16:02:37 +020013963ALL_MAKEFILES="$ALL_MAKEFILES \\
13964 dlls/d3drm/Makefile"
Alexandre Julliard485cc592008-08-25 12:03:35 +020013965test "x$enable_d3drm" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
Alexandre Julliard49163da2008-08-25 12:02:27 +020013966 d3drm"
Alexandre Julliarda360e932008-08-20 16:02:37 +020013967ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
13968dlls/d3drm/Makefile: dlls/d3drm/Makefile.in dlls/Makedll.rules"
Marcus Meissnerfbc80d72007-02-27 07:48:58 +010013969ac_config_files="$ac_config_files dlls/d3drm/Makefile"
13970
Alexandre Julliarda360e932008-08-20 16:02:37 +020013971ALL_MAKEFILES="$ALL_MAKEFILES \\
13972 dlls/d3drm/tests/Makefile"
Alexandre Julliard35078f42008-11-21 10:16:12 +010013973test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
Alexandre Julliard49163da2008-08-25 12:02:27 +020013974 d3drm/tests"
Alexandre Julliarda360e932008-08-20 16:02:37 +020013975ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
13976dlls/d3drm/tests/Makefile: dlls/d3drm/tests/Makefile.in dlls/Maketest.rules"
David Adamf50800b2007-04-19 21:03:53 +020013977ac_config_files="$ac_config_files dlls/d3drm/tests/Makefile"
13978
Alexandre Julliarda360e932008-08-20 16:02:37 +020013979ALL_MAKEFILES="$ALL_MAKEFILES \\
Alexandre Julliarda360e932008-08-20 16:02:37 +020013980 dlls/d3dx9_24/Makefile"
Alexandre Julliard485cc592008-08-25 12:03:35 +020013981test "x$enable_d3dx9_24" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
Alexandre Julliard49163da2008-08-25 12:02:27 +020013982 d3dx9_24"
Alexandre Julliarda360e932008-08-20 16:02:37 +020013983ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
13984dlls/d3dx9_24/Makefile: dlls/d3dx9_24/Makefile.in dlls/Makedll.rules"
Tony Wasserka6f834d32008-02-02 10:24:28 +010013985ac_config_files="$ac_config_files dlls/d3dx9_24/Makefile"
13986
Alexandre Julliarda360e932008-08-20 16:02:37 +020013987ALL_MAKEFILES="$ALL_MAKEFILES \\
13988 dlls/d3dx9_25/Makefile"
Alexandre Julliard485cc592008-08-25 12:03:35 +020013989test "x$enable_d3dx9_25" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
Alexandre Julliard49163da2008-08-25 12:02:27 +020013990 d3dx9_25"
Alexandre Julliarda360e932008-08-20 16:02:37 +020013991ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
13992dlls/d3dx9_25/Makefile: dlls/d3dx9_25/Makefile.in dlls/Makedll.rules"
Tony Wasserkae9c16392008-02-02 16:22:27 +010013993ac_config_files="$ac_config_files dlls/d3dx9_25/Makefile"
13994
Alexandre Julliarda360e932008-08-20 16:02:37 +020013995ALL_MAKEFILES="$ALL_MAKEFILES \\
13996 dlls/d3dx9_26/Makefile"
Alexandre Julliard485cc592008-08-25 12:03:35 +020013997test "x$enable_d3dx9_26" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
Alexandre Julliard49163da2008-08-25 12:02:27 +020013998 d3dx9_26"
Alexandre Julliarda360e932008-08-20 16:02:37 +020013999ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
14000dlls/d3dx9_26/Makefile: dlls/d3dx9_26/Makefile.in dlls/Makedll.rules"
Tony Wasserka409b19b2008-02-02 18:06:52 +010014001ac_config_files="$ac_config_files dlls/d3dx9_26/Makefile"
14002
Alexandre Julliarda360e932008-08-20 16:02:37 +020014003ALL_MAKEFILES="$ALL_MAKEFILES \\
14004 dlls/d3dx9_27/Makefile"
Alexandre Julliard485cc592008-08-25 12:03:35 +020014005test "x$enable_d3dx9_27" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
Alexandre Julliard49163da2008-08-25 12:02:27 +020014006 d3dx9_27"
Alexandre Julliarda360e932008-08-20 16:02:37 +020014007ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
14008dlls/d3dx9_27/Makefile: dlls/d3dx9_27/Makefile.in dlls/Makedll.rules"
Tony Wasserka409b19b2008-02-02 18:06:52 +010014009ac_config_files="$ac_config_files dlls/d3dx9_27/Makefile"
14010
Alexandre Julliarda360e932008-08-20 16:02:37 +020014011ALL_MAKEFILES="$ALL_MAKEFILES \\
14012 dlls/d3dx9_28/Makefile"
Alexandre Julliard485cc592008-08-25 12:03:35 +020014013test "x$enable_d3dx9_28" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
Alexandre Julliard49163da2008-08-25 12:02:27 +020014014 d3dx9_28"
Alexandre Julliarda360e932008-08-20 16:02:37 +020014015ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
14016dlls/d3dx9_28/Makefile: dlls/d3dx9_28/Makefile.in dlls/Makedll.rules"
Tony Wasserka2aa15052008-02-02 18:29:07 +010014017ac_config_files="$ac_config_files dlls/d3dx9_28/Makefile"
14018
Alexandre Julliarda360e932008-08-20 16:02:37 +020014019ALL_MAKEFILES="$ALL_MAKEFILES \\
14020 dlls/d3dx9_29/Makefile"
Alexandre Julliard485cc592008-08-25 12:03:35 +020014021test "x$enable_d3dx9_29" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
Alexandre Julliard49163da2008-08-25 12:02:27 +020014022 d3dx9_29"
Alexandre Julliarda360e932008-08-20 16:02:37 +020014023ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
14024dlls/d3dx9_29/Makefile: dlls/d3dx9_29/Makefile.in dlls/Makedll.rules"
Tony Wasserka2aa15052008-02-02 18:29:07 +010014025ac_config_files="$ac_config_files dlls/d3dx9_29/Makefile"
14026
Alexandre Julliarda360e932008-08-20 16:02:37 +020014027ALL_MAKEFILES="$ALL_MAKEFILES \\
14028 dlls/d3dx9_30/Makefile"
Alexandre Julliard485cc592008-08-25 12:03:35 +020014029test "x$enable_d3dx9_30" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
Alexandre Julliard49163da2008-08-25 12:02:27 +020014030 d3dx9_30"
Alexandre Julliarda360e932008-08-20 16:02:37 +020014031ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
14032dlls/d3dx9_30/Makefile: dlls/d3dx9_30/Makefile.in dlls/Makedll.rules"
Tony Wasserka2aa15052008-02-02 18:29:07 +010014033ac_config_files="$ac_config_files dlls/d3dx9_30/Makefile"
14034
Alexandre Julliarda360e932008-08-20 16:02:37 +020014035ALL_MAKEFILES="$ALL_MAKEFILES \\
14036 dlls/d3dx9_31/Makefile"
Alexandre Julliard485cc592008-08-25 12:03:35 +020014037test "x$enable_d3dx9_31" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
Alexandre Julliard49163da2008-08-25 12:02:27 +020014038 d3dx9_31"
Alexandre Julliarda360e932008-08-20 16:02:37 +020014039ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
14040dlls/d3dx9_31/Makefile: dlls/d3dx9_31/Makefile.in dlls/Makedll.rules"
Tony Wasserkae4866622008-02-02 18:35:38 +010014041ac_config_files="$ac_config_files dlls/d3dx9_31/Makefile"
14042
Alexandre Julliarda360e932008-08-20 16:02:37 +020014043ALL_MAKEFILES="$ALL_MAKEFILES \\
14044 dlls/d3dx9_32/Makefile"
Alexandre Julliard485cc592008-08-25 12:03:35 +020014045test "x$enable_d3dx9_32" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
Alexandre Julliard49163da2008-08-25 12:02:27 +020014046 d3dx9_32"
Alexandre Julliarda360e932008-08-20 16:02:37 +020014047ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
14048dlls/d3dx9_32/Makefile: dlls/d3dx9_32/Makefile.in dlls/Makedll.rules"
Tony Wasserkadf0a6942008-02-02 19:02:34 +010014049ac_config_files="$ac_config_files dlls/d3dx9_32/Makefile"
14050
Alexandre Julliarda360e932008-08-20 16:02:37 +020014051ALL_MAKEFILES="$ALL_MAKEFILES \\
14052 dlls/d3dx9_33/Makefile"
Alexandre Julliard485cc592008-08-25 12:03:35 +020014053test "x$enable_d3dx9_33" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
Alexandre Julliard49163da2008-08-25 12:02:27 +020014054 d3dx9_33"
Alexandre Julliarda360e932008-08-20 16:02:37 +020014055ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
14056dlls/d3dx9_33/Makefile: dlls/d3dx9_33/Makefile.in dlls/Makedll.rules"
Tony Wasserkadf0a6942008-02-02 19:02:34 +010014057ac_config_files="$ac_config_files dlls/d3dx9_33/Makefile"
14058
Alexandre Julliarda360e932008-08-20 16:02:37 +020014059ALL_MAKEFILES="$ALL_MAKEFILES \\
14060 dlls/d3dx9_34/Makefile"
Alexandre Julliard485cc592008-08-25 12:03:35 +020014061test "x$enable_d3dx9_34" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
Alexandre Julliard49163da2008-08-25 12:02:27 +020014062 d3dx9_34"
Alexandre Julliarda360e932008-08-20 16:02:37 +020014063ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
14064dlls/d3dx9_34/Makefile: dlls/d3dx9_34/Makefile.in dlls/Makedll.rules"
Tony Wasserkadf0a6942008-02-02 19:02:34 +010014065ac_config_files="$ac_config_files dlls/d3dx9_34/Makefile"
14066
Alexandre Julliarda360e932008-08-20 16:02:37 +020014067ALL_MAKEFILES="$ALL_MAKEFILES \\
14068 dlls/d3dx9_35/Makefile"
Alexandre Julliard485cc592008-08-25 12:03:35 +020014069test "x$enable_d3dx9_35" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
Alexandre Julliard49163da2008-08-25 12:02:27 +020014070 d3dx9_35"
Alexandre Julliarda360e932008-08-20 16:02:37 +020014071ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
14072dlls/d3dx9_35/Makefile: dlls/d3dx9_35/Makefile.in dlls/Makedll.rules"
Tony Wasserkadf0a6942008-02-02 19:02:34 +010014073ac_config_files="$ac_config_files dlls/d3dx9_35/Makefile"
14074
Alexandre Julliarda360e932008-08-20 16:02:37 +020014075ALL_MAKEFILES="$ALL_MAKEFILES \\
14076 dlls/d3dx9_36/Makefile"
Alexandre Julliard485cc592008-08-25 12:03:35 +020014077test "x$enable_d3dx9_36" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
Alexandre Julliard49163da2008-08-25 12:02:27 +020014078 d3dx9_36"
Alexandre Julliarda360e932008-08-20 16:02:37 +020014079ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
14080dlls/d3dx9_36/Makefile: dlls/d3dx9_36/Makefile.in dlls/Makedll.rules"
Tony Wasserka87fefc72008-01-13 11:34:43 +010014081ac_config_files="$ac_config_files dlls/d3dx9_36/Makefile"
14082
Alexandre Julliarda360e932008-08-20 16:02:37 +020014083ALL_MAKEFILES="$ALL_MAKEFILES \\
14084 dlls/d3dx9_36/tests/Makefile"
Alexandre Julliard35078f42008-11-21 10:16:12 +010014085test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
Alexandre Julliard49163da2008-08-25 12:02:27 +020014086 d3dx9_36/tests"
Alexandre Julliarda360e932008-08-20 16:02:37 +020014087ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
14088dlls/d3dx9_36/tests/Makefile: dlls/d3dx9_36/tests/Makefile.in dlls/Maketest.rules"
Philip Nilssonb67290b2008-03-21 11:04:46 +010014089ac_config_files="$ac_config_files dlls/d3dx9_36/tests/Makefile"
14090
Alexandre Julliarda360e932008-08-20 16:02:37 +020014091ALL_MAKEFILES="$ALL_MAKEFILES \\
14092 dlls/d3dx9_37/Makefile"
Alexandre Julliard485cc592008-08-25 12:03:35 +020014093test "x$enable_d3dx9_37" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
Alexandre Julliard49163da2008-08-25 12:02:27 +020014094 d3dx9_37"
Alexandre Julliarda360e932008-08-20 16:02:37 +020014095ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
14096dlls/d3dx9_37/Makefile: dlls/d3dx9_37/Makefile.in dlls/Makedll.rules"
Tony Wasserkabe0799f2008-03-24 12:32:54 +010014097ac_config_files="$ac_config_files dlls/d3dx9_37/Makefile"
14098
Alexandre Julliarda360e932008-08-20 16:02:37 +020014099ALL_MAKEFILES="$ALL_MAKEFILES \\
David Adam1c5b5362009-01-25 11:38:20 +010014100 dlls/d3dx9_38/Makefile"
14101test "x$enable_d3dx9_38" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
14102 d3dx9_38"
14103ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
14104dlls/d3dx9_38/Makefile: dlls/d3dx9_38/Makefile.in dlls/Makedll.rules"
14105ac_config_files="$ac_config_files dlls/d3dx9_38/Makefile"
14106
14107ALL_MAKEFILES="$ALL_MAKEFILES \\
David Adam5775edd2009-01-25 13:29:33 +010014108 dlls/d3dx9_39/Makefile"
14109test "x$enable_d3dx9_39" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
14110 d3dx9_39"
14111ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
14112dlls/d3dx9_39/Makefile: dlls/d3dx9_39/Makefile.in dlls/Makedll.rules"
14113ac_config_files="$ac_config_files dlls/d3dx9_39/Makefile"
14114
14115ALL_MAKEFILES="$ALL_MAKEFILES \\
Rico Schüllerc97d3d72009-01-26 21:33:25 +010014116 dlls/d3dx9_40/Makefile"
14117test "x$enable_d3dx9_40" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
14118 d3dx9_40"
14119ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
14120dlls/d3dx9_40/Makefile: dlls/d3dx9_40/Makefile.in dlls/Makedll.rules"
14121ac_config_files="$ac_config_files dlls/d3dx9_40/Makefile"
14122
14123ALL_MAKEFILES="$ALL_MAKEFILES \\
Rico Schüller3400c032009-03-29 15:41:21 +020014124 dlls/d3dx9_41/Makefile"
14125test "x$enable_d3dx9_41" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
14126 d3dx9_41"
14127ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
14128dlls/d3dx9_41/Makefile: dlls/d3dx9_41/Makefile.in dlls/Makedll.rules"
14129ac_config_files="$ac_config_files dlls/d3dx9_41/Makefile"
14130
14131ALL_MAKEFILES="$ALL_MAKEFILES \\
Alexandre Julliarda360e932008-08-20 16:02:37 +020014132 dlls/d3dxof/Makefile"
Alexandre Julliard485cc592008-08-25 12:03:35 +020014133test "x$enable_d3dxof" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
Alexandre Julliard49163da2008-08-25 12:02:27 +020014134 d3dxof"
Alexandre Julliarda360e932008-08-20 16:02:37 +020014135ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
14136dlls/d3dxof/Makefile: dlls/d3dxof/Makefile.in dlls/Makedll.rules"
Marcus Meissnerfbc80d72007-02-27 07:48:58 +010014137ac_config_files="$ac_config_files dlls/d3dxof/Makefile"
14138
Alexandre Julliarda360e932008-08-20 16:02:37 +020014139ALL_MAKEFILES="$ALL_MAKEFILES \\
14140 dlls/d3dxof/tests/Makefile"
Alexandre Julliard35078f42008-11-21 10:16:12 +010014141test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
Alexandre Julliard49163da2008-08-25 12:02:27 +020014142 d3dxof/tests"
Alexandre Julliarda360e932008-08-20 16:02:37 +020014143ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
14144dlls/d3dxof/tests/Makefile: dlls/d3dxof/tests/Makefile.in dlls/Maketest.rules"
Christian Costa04d72cd2008-08-19 00:30:44 +020014145ac_config_files="$ac_config_files dlls/d3dxof/tests/Makefile"
14146
Alexandre Julliarda360e932008-08-20 16:02:37 +020014147ALL_MAKEFILES="$ALL_MAKEFILES \\
14148 dlls/dbghelp/Makefile"
Alexandre Julliard485cc592008-08-25 12:03:35 +020014149test "x$enable_dbghelp" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
Alexandre Julliard49163da2008-08-25 12:02:27 +020014150 dbghelp"
Alexandre Julliarda360e932008-08-20 16:02:37 +020014151ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
14152dlls/dbghelp/Makefile: dlls/dbghelp/Makefile.in dlls/Makedll.rules"
Marcus Meissnerfbc80d72007-02-27 07:48:58 +010014153ac_config_files="$ac_config_files dlls/dbghelp/Makefile"
14154
Alexandre Julliarda360e932008-08-20 16:02:37 +020014155ALL_MAKEFILES="$ALL_MAKEFILES \\
14156 dlls/dciman32/Makefile"
Alexandre Julliard485cc592008-08-25 12:03:35 +020014157test "x$enable_dciman32" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
Alexandre Julliard49163da2008-08-25 12:02:27 +020014158 dciman32"
Alexandre Julliarda360e932008-08-20 16:02:37 +020014159ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
14160dlls/dciman32/Makefile: dlls/dciman32/Makefile.in dlls/Makedll.rules"
Marcus Meissnerfbc80d72007-02-27 07:48:58 +010014161ac_config_files="$ac_config_files dlls/dciman32/Makefile"
14162
Alexandre Julliarda360e932008-08-20 16:02:37 +020014163ALL_MAKEFILES="$ALL_MAKEFILES \\
Eric Pouecha0053ab2009-05-05 21:25:32 +020014164 dlls/ddeml.dll16/Makefile"
14165test "x$enable_win16" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
14166 ddeml.dll16"
14167ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
14168dlls/ddeml.dll16/Makefile: dlls/ddeml.dll16/Makefile.in dlls/Makedll.rules"
14169ac_config_files="$ac_config_files dlls/ddeml.dll16/Makefile"
14170
14171ALL_MAKEFILES="$ALL_MAKEFILES \\
Alexandre Julliarda360e932008-08-20 16:02:37 +020014172 dlls/ddraw/Makefile"
Alexandre Julliard485cc592008-08-25 12:03:35 +020014173test "x$enable_ddraw" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
Alexandre Julliard49163da2008-08-25 12:02:27 +020014174 ddraw"
Alexandre Julliarda360e932008-08-20 16:02:37 +020014175ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
14176dlls/ddraw/Makefile: dlls/ddraw/Makefile.in dlls/Makedll.rules"
Marcus Meissnerfbc80d72007-02-27 07:48:58 +010014177ac_config_files="$ac_config_files dlls/ddraw/Makefile"
14178
Alexandre Julliarda360e932008-08-20 16:02:37 +020014179ALL_MAKEFILES="$ALL_MAKEFILES \\
14180 dlls/ddraw/tests/Makefile"
Alexandre Julliard35078f42008-11-21 10:16:12 +010014181test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
Alexandre Julliard49163da2008-08-25 12:02:27 +020014182 ddraw/tests"
Alexandre Julliarda360e932008-08-20 16:02:37 +020014183ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
14184dlls/ddraw/tests/Makefile: dlls/ddraw/tests/Makefile.in dlls/Maketest.rules"
Marcus Meissnerfbc80d72007-02-27 07:48:58 +010014185ac_config_files="$ac_config_files dlls/ddraw/tests/Makefile"
14186
Alexandre Julliarda360e932008-08-20 16:02:37 +020014187ALL_MAKEFILES="$ALL_MAKEFILES \\
14188 dlls/ddrawex/Makefile"
Alexandre Julliard485cc592008-08-25 12:03:35 +020014189test "x$enable_ddrawex" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
Alexandre Julliard49163da2008-08-25 12:02:27 +020014190 ddrawex"
Alexandre Julliarda360e932008-08-20 16:02:37 +020014191ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
14192dlls/ddrawex/Makefile: dlls/ddrawex/Makefile.in dlls/Makedll.rules"
Marcus Meissnerfbc80d72007-02-27 07:48:58 +010014193ac_config_files="$ac_config_files dlls/ddrawex/Makefile"
14194
Alexandre Julliarda360e932008-08-20 16:02:37 +020014195ALL_MAKEFILES="$ALL_MAKEFILES \\
Stefan Dösinger60039a52009-01-09 12:24:49 +010014196 dlls/ddrawex/tests/Makefile"
14197test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
14198 ddrawex/tests"
14199ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
14200dlls/ddrawex/tests/Makefile: dlls/ddrawex/tests/Makefile.in dlls/Maketest.rules"
14201ac_config_files="$ac_config_files dlls/ddrawex/tests/Makefile"
14202
14203ALL_MAKEFILES="$ALL_MAKEFILES \\
Alexandre Julliarda360e932008-08-20 16:02:37 +020014204 dlls/devenum/Makefile"
Alexandre Julliard485cc592008-08-25 12:03:35 +020014205test "x$enable_devenum" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
Alexandre Julliard49163da2008-08-25 12:02:27 +020014206 devenum"
Alexandre Julliarda360e932008-08-20 16:02:37 +020014207ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
14208dlls/devenum/Makefile: dlls/devenum/Makefile.in dlls/Makedll.rules"
Marcus Meissnerfbc80d72007-02-27 07:48:58 +010014209ac_config_files="$ac_config_files dlls/devenum/Makefile"
14210
Alexandre Julliarda360e932008-08-20 16:02:37 +020014211ALL_MAKEFILES="$ALL_MAKEFILES \\
14212 dlls/dinput/Makefile"
Alexandre Julliard485cc592008-08-25 12:03:35 +020014213test "x$enable_dinput" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
Alexandre Julliard49163da2008-08-25 12:02:27 +020014214 dinput"
Alexandre Julliarda360e932008-08-20 16:02:37 +020014215ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
14216dlls/dinput/Makefile: dlls/dinput/Makefile.in dlls/Makedll.rules"
Marcus Meissnerfbc80d72007-02-27 07:48:58 +010014217ac_config_files="$ac_config_files dlls/dinput/Makefile"
14218
Alexandre Julliarda360e932008-08-20 16:02:37 +020014219ALL_MAKEFILES="$ALL_MAKEFILES \\
14220 dlls/dinput/tests/Makefile"
Alexandre Julliard35078f42008-11-21 10:16:12 +010014221test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
Alexandre Julliard49163da2008-08-25 12:02:27 +020014222 dinput/tests"
Alexandre Julliarda360e932008-08-20 16:02:37 +020014223ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
14224dlls/dinput/tests/Makefile: dlls/dinput/tests/Makefile.in dlls/Maketest.rules"
Marcus Meissnerfbc80d72007-02-27 07:48:58 +010014225ac_config_files="$ac_config_files dlls/dinput/tests/Makefile"
14226
Alexandre Julliarda360e932008-08-20 16:02:37 +020014227ALL_MAKEFILES="$ALL_MAKEFILES \\
14228 dlls/dinput8/Makefile"
Alexandre Julliard485cc592008-08-25 12:03:35 +020014229test "x$enable_dinput8" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
Alexandre Julliard49163da2008-08-25 12:02:27 +020014230 dinput8"
Alexandre Julliarda360e932008-08-20 16:02:37 +020014231ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
14232dlls/dinput8/Makefile: dlls/dinput8/Makefile.in dlls/Makedll.rules"
Marcus Meissnerfbc80d72007-02-27 07:48:58 +010014233ac_config_files="$ac_config_files dlls/dinput8/Makefile"
14234
Alexandre Julliarda360e932008-08-20 16:02:37 +020014235ALL_MAKEFILES="$ALL_MAKEFILES \\
Alexandre Julliard86f54f42009-03-04 14:27:05 +010014236 dlls/dispdib.dll16/Makefile"
Alexandre Julliarda37d8892009-03-13 12:18:04 +010014237test "x$enable_win16" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
Alexandre Julliard86f54f42009-03-04 14:27:05 +010014238 dispdib.dll16"
14239ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
14240dlls/dispdib.dll16/Makefile: dlls/dispdib.dll16/Makefile.in dlls/Makedll.rules"
14241ac_config_files="$ac_config_files dlls/dispdib.dll16/Makefile"
14242
14243ALL_MAKEFILES="$ALL_MAKEFILES \\
Alexandre Julliard02ada6e2009-03-04 14:28:32 +010014244 dlls/display.drv16/Makefile"
Alexandre Julliarda37d8892009-03-13 12:18:04 +010014245test "x$enable_win16" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
Alexandre Julliard02ada6e2009-03-04 14:28:32 +010014246 display.drv16"
14247ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
14248dlls/display.drv16/Makefile: dlls/display.drv16/Makefile.in dlls/Makedll.rules"
14249ac_config_files="$ac_config_files dlls/display.drv16/Makefile"
14250
14251ALL_MAKEFILES="$ALL_MAKEFILES \\
Alexandre Julliarda360e932008-08-20 16:02:37 +020014252 dlls/dmband/Makefile"
Alexandre Julliard485cc592008-08-25 12:03:35 +020014253test "x$enable_dmband" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
Alexandre Julliard49163da2008-08-25 12:02:27 +020014254 dmband"
Alexandre Julliarda360e932008-08-20 16:02:37 +020014255ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
14256dlls/dmband/Makefile: dlls/dmband/Makefile.in dlls/Makedll.rules"
Marcus Meissnerfbc80d72007-02-27 07:48:58 +010014257ac_config_files="$ac_config_files dlls/dmband/Makefile"
14258
Alexandre Julliarda360e932008-08-20 16:02:37 +020014259ALL_MAKEFILES="$ALL_MAKEFILES \\
14260 dlls/dmcompos/Makefile"
Alexandre Julliard485cc592008-08-25 12:03:35 +020014261test "x$enable_dmcompos" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
Alexandre Julliard49163da2008-08-25 12:02:27 +020014262 dmcompos"
Alexandre Julliarda360e932008-08-20 16:02:37 +020014263ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
14264dlls/dmcompos/Makefile: dlls/dmcompos/Makefile.in dlls/Makedll.rules"
Marcus Meissnerfbc80d72007-02-27 07:48:58 +010014265ac_config_files="$ac_config_files dlls/dmcompos/Makefile"
14266
Alexandre Julliarda360e932008-08-20 16:02:37 +020014267ALL_MAKEFILES="$ALL_MAKEFILES \\
14268 dlls/dmime/Makefile"
Alexandre Julliard485cc592008-08-25 12:03:35 +020014269test "x$enable_dmime" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
Alexandre Julliard49163da2008-08-25 12:02:27 +020014270 dmime"
Alexandre Julliarda360e932008-08-20 16:02:37 +020014271ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
14272dlls/dmime/Makefile: dlls/dmime/Makefile.in dlls/Makedll.rules"
Marcus Meissnerfbc80d72007-02-27 07:48:58 +010014273ac_config_files="$ac_config_files dlls/dmime/Makefile"
14274
Alexandre Julliarda360e932008-08-20 16:02:37 +020014275ALL_MAKEFILES="$ALL_MAKEFILES \\
14276 dlls/dmloader/Makefile"
Alexandre Julliard485cc592008-08-25 12:03:35 +020014277test "x$enable_dmloader" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
Alexandre Julliard49163da2008-08-25 12:02:27 +020014278 dmloader"
Alexandre Julliarda360e932008-08-20 16:02:37 +020014279ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
14280dlls/dmloader/Makefile: dlls/dmloader/Makefile.in dlls/Makedll.rules"
Marcus Meissnerfbc80d72007-02-27 07:48:58 +010014281ac_config_files="$ac_config_files dlls/dmloader/Makefile"
14282
Alexandre Julliarda360e932008-08-20 16:02:37 +020014283ALL_MAKEFILES="$ALL_MAKEFILES \\
14284 dlls/dmscript/Makefile"
Alexandre Julliard485cc592008-08-25 12:03:35 +020014285test "x$enable_dmscript" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
Alexandre Julliard49163da2008-08-25 12:02:27 +020014286 dmscript"
Alexandre Julliarda360e932008-08-20 16:02:37 +020014287ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
14288dlls/dmscript/Makefile: dlls/dmscript/Makefile.in dlls/Makedll.rules"
Marcus Meissnerfbc80d72007-02-27 07:48:58 +010014289ac_config_files="$ac_config_files dlls/dmscript/Makefile"
14290
Alexandre Julliarda360e932008-08-20 16:02:37 +020014291ALL_MAKEFILES="$ALL_MAKEFILES \\
14292 dlls/dmstyle/Makefile"
Alexandre Julliard485cc592008-08-25 12:03:35 +020014293test "x$enable_dmstyle" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
Alexandre Julliard49163da2008-08-25 12:02:27 +020014294 dmstyle"
Alexandre Julliarda360e932008-08-20 16:02:37 +020014295ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
14296dlls/dmstyle/Makefile: dlls/dmstyle/Makefile.in dlls/Makedll.rules"
Marcus Meissnerfbc80d72007-02-27 07:48:58 +010014297ac_config_files="$ac_config_files dlls/dmstyle/Makefile"
14298
Alexandre Julliarda360e932008-08-20 16:02:37 +020014299ALL_MAKEFILES="$ALL_MAKEFILES \\
14300 dlls/dmsynth/Makefile"
Alexandre Julliard485cc592008-08-25 12:03:35 +020014301test "x$enable_dmsynth" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
Alexandre Julliard49163da2008-08-25 12:02:27 +020014302 dmsynth"
Alexandre Julliarda360e932008-08-20 16:02:37 +020014303ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
14304dlls/dmsynth/Makefile: dlls/dmsynth/Makefile.in dlls/Makedll.rules"
Marcus Meissnerfbc80d72007-02-27 07:48:58 +010014305ac_config_files="$ac_config_files dlls/dmsynth/Makefile"
14306
Alexandre Julliarda360e932008-08-20 16:02:37 +020014307ALL_MAKEFILES="$ALL_MAKEFILES \\
14308 dlls/dmusic/Makefile"
Alexandre Julliard485cc592008-08-25 12:03:35 +020014309test "x$enable_dmusic" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
Alexandre Julliard49163da2008-08-25 12:02:27 +020014310 dmusic"
Alexandre Julliarda360e932008-08-20 16:02:37 +020014311ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
14312dlls/dmusic/Makefile: dlls/dmusic/Makefile.in dlls/Makedll.rules"
Marcus Meissnerfbc80d72007-02-27 07:48:58 +010014313ac_config_files="$ac_config_files dlls/dmusic/Makefile"
14314
Alexandre Julliarda360e932008-08-20 16:02:37 +020014315ALL_MAKEFILES="$ALL_MAKEFILES \\
14316 dlls/dmusic32/Makefile"
Alexandre Julliard485cc592008-08-25 12:03:35 +020014317test "x$enable_dmusic32" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
Alexandre Julliard49163da2008-08-25 12:02:27 +020014318 dmusic32"
Alexandre Julliarda360e932008-08-20 16:02:37 +020014319ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
14320dlls/dmusic32/Makefile: dlls/dmusic32/Makefile.in dlls/Makedll.rules"
Marcus Meissnerfbc80d72007-02-27 07:48:58 +010014321ac_config_files="$ac_config_files dlls/dmusic32/Makefile"
14322
Alexandre Julliarda360e932008-08-20 16:02:37 +020014323ALL_MAKEFILES="$ALL_MAKEFILES \\
14324 dlls/dnsapi/Makefile"
Alexandre Julliard485cc592008-08-25 12:03:35 +020014325test "x$enable_dnsapi" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
Alexandre Julliard49163da2008-08-25 12:02:27 +020014326 dnsapi"
Alexandre Julliarda360e932008-08-20 16:02:37 +020014327ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
14328dlls/dnsapi/Makefile: dlls/dnsapi/Makefile.in dlls/Makedll.rules"
Marcus Meissnerfbc80d72007-02-27 07:48:58 +010014329ac_config_files="$ac_config_files dlls/dnsapi/Makefile"
14330
Alexandre Julliarda360e932008-08-20 16:02:37 +020014331ALL_MAKEFILES="$ALL_MAKEFILES \\
14332 dlls/dnsapi/tests/Makefile"
Alexandre Julliard35078f42008-11-21 10:16:12 +010014333test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
Alexandre Julliard49163da2008-08-25 12:02:27 +020014334 dnsapi/tests"
Alexandre Julliarda360e932008-08-20 16:02:37 +020014335ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
14336dlls/dnsapi/tests/Makefile: dlls/dnsapi/tests/Makefile.in dlls/Maketest.rules"
Marcus Meissnerfbc80d72007-02-27 07:48:58 +010014337ac_config_files="$ac_config_files dlls/dnsapi/tests/Makefile"
14338
Alexandre Julliarda360e932008-08-20 16:02:37 +020014339ALL_MAKEFILES="$ALL_MAKEFILES \\
14340 dlls/dplay/Makefile"
Alexandre Julliard485cc592008-08-25 12:03:35 +020014341test "x$enable_dplay" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
Alexandre Julliard49163da2008-08-25 12:02:27 +020014342 dplay"
Alexandre Julliarda360e932008-08-20 16:02:37 +020014343ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
14344dlls/dplay/Makefile: dlls/dplay/Makefile.in dlls/Makedll.rules"
Marcus Meissnerfbc80d72007-02-27 07:48:58 +010014345ac_config_files="$ac_config_files dlls/dplay/Makefile"
14346
Alexandre Julliarda360e932008-08-20 16:02:37 +020014347ALL_MAKEFILES="$ALL_MAKEFILES \\
14348 dlls/dplayx/Makefile"
Alexandre Julliard485cc592008-08-25 12:03:35 +020014349test "x$enable_dplayx" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
Alexandre Julliard49163da2008-08-25 12:02:27 +020014350 dplayx"
Alexandre Julliarda360e932008-08-20 16:02:37 +020014351ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
14352dlls/dplayx/Makefile: dlls/dplayx/Makefile.in dlls/Makedll.rules"
Marcus Meissnerfbc80d72007-02-27 07:48:58 +010014353ac_config_files="$ac_config_files dlls/dplayx/Makefile"
14354
Alexandre Julliarda360e932008-08-20 16:02:37 +020014355ALL_MAKEFILES="$ALL_MAKEFILES \\
14356 dlls/dplayx/tests/Makefile"
Alexandre Julliard35078f42008-11-21 10:16:12 +010014357test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
Alexandre Julliard49163da2008-08-25 12:02:27 +020014358 dplayx/tests"
Alexandre Julliarda360e932008-08-20 16:02:37 +020014359ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
14360dlls/dplayx/tests/Makefile: dlls/dplayx/tests/Makefile.in dlls/Maketest.rules"
Alessandro Pignottid1331e62007-02-27 17:27:43 +010014361ac_config_files="$ac_config_files dlls/dplayx/tests/Makefile"
14362
Alexandre Julliarda360e932008-08-20 16:02:37 +020014363ALL_MAKEFILES="$ALL_MAKEFILES \\
14364 dlls/dpnaddr/Makefile"
Alexandre Julliard485cc592008-08-25 12:03:35 +020014365test "x$enable_dpnaddr" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
Alexandre Julliard49163da2008-08-25 12:02:27 +020014366 dpnaddr"
Alexandre Julliarda360e932008-08-20 16:02:37 +020014367ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
14368dlls/dpnaddr/Makefile: dlls/dpnaddr/Makefile.in dlls/Makedll.rules"
Luis Carlos Busquets Pérez8caf0782007-03-07 09:41:41 +010014369ac_config_files="$ac_config_files dlls/dpnaddr/Makefile"
14370
Alexandre Julliarda360e932008-08-20 16:02:37 +020014371ALL_MAKEFILES="$ALL_MAKEFILES \\
14372 dlls/dpnet/Makefile"
Alexandre Julliard485cc592008-08-25 12:03:35 +020014373test "x$enable_dpnet" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
Alexandre Julliard49163da2008-08-25 12:02:27 +020014374 dpnet"
Alexandre Julliarda360e932008-08-20 16:02:37 +020014375ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
14376dlls/dpnet/Makefile: dlls/dpnet/Makefile.in dlls/Makedll.rules"
Marcus Meissnerfbc80d72007-02-27 07:48:58 +010014377ac_config_files="$ac_config_files dlls/dpnet/Makefile"
14378
Alexandre Julliarda360e932008-08-20 16:02:37 +020014379ALL_MAKEFILES="$ALL_MAKEFILES \\
14380 dlls/dpnhpast/Makefile"
Alexandre Julliard485cc592008-08-25 12:03:35 +020014381test "x$enable_dpnhpast" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
Alexandre Julliard49163da2008-08-25 12:02:27 +020014382 dpnhpast"
Alexandre Julliarda360e932008-08-20 16:02:37 +020014383ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
14384dlls/dpnhpast/Makefile: dlls/dpnhpast/Makefile.in dlls/Makedll.rules"
Marcus Meissnerfbc80d72007-02-27 07:48:58 +010014385ac_config_files="$ac_config_files dlls/dpnhpast/Makefile"
14386
Alexandre Julliarda360e932008-08-20 16:02:37 +020014387ALL_MAKEFILES="$ALL_MAKEFILES \\
14388 dlls/dpnlobby/Makefile"
Alexandre Julliard485cc592008-08-25 12:03:35 +020014389test "x$enable_dpnlobby" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
Alexandre Julliard49163da2008-08-25 12:02:27 +020014390 dpnlobby"
Alexandre Julliarda360e932008-08-20 16:02:37 +020014391ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
14392dlls/dpnlobby/Makefile: dlls/dpnlobby/Makefile.in dlls/Makedll.rules"
Luis C. Busquets Pérez5996c132007-08-02 11:04:50 +020014393ac_config_files="$ac_config_files dlls/dpnlobby/Makefile"
14394
Alexandre Julliarda360e932008-08-20 16:02:37 +020014395ALL_MAKEFILES="$ALL_MAKEFILES \\
14396 dlls/dpwsockx/Makefile"
Alexandre Julliard485cc592008-08-25 12:03:35 +020014397test "x$enable_dpwsockx" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
Alexandre Julliard49163da2008-08-25 12:02:27 +020014398 dpwsockx"
Alexandre Julliarda360e932008-08-20 16:02:37 +020014399ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
14400dlls/dpwsockx/Makefile: dlls/dpwsockx/Makefile.in dlls/Makedll.rules"
Ismael Barros9d2a1e82008-07-22 22:23:16 +030014401ac_config_files="$ac_config_files dlls/dpwsockx/Makefile"
14402
Alexandre Julliarda360e932008-08-20 16:02:37 +020014403ALL_MAKEFILES="$ALL_MAKEFILES \\
Austin Englishb3ccbc62009-06-25 12:30:45 -050014404 dlls/drmclien/Makefile"
14405test "x$enable_drmclien" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
14406 drmclien"
14407ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
14408dlls/drmclien/Makefile: dlls/drmclien/Makefile.in dlls/Makedll.rules"
14409ac_config_files="$ac_config_files dlls/drmclien/Makefile"
14410
14411ALL_MAKEFILES="$ALL_MAKEFILES \\
Alexandre Julliarda360e932008-08-20 16:02:37 +020014412 dlls/dsound/Makefile"
Alexandre Julliard485cc592008-08-25 12:03:35 +020014413test "x$enable_dsound" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
Alexandre Julliard49163da2008-08-25 12:02:27 +020014414 dsound"
Alexandre Julliarda360e932008-08-20 16:02:37 +020014415ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
14416dlls/dsound/Makefile: dlls/dsound/Makefile.in dlls/Makedll.rules"
Marcus Meissnerfbc80d72007-02-27 07:48:58 +010014417ac_config_files="$ac_config_files dlls/dsound/Makefile"
14418
Alexandre Julliarda360e932008-08-20 16:02:37 +020014419ALL_MAKEFILES="$ALL_MAKEFILES \\
14420 dlls/dsound/tests/Makefile"
Alexandre Julliard35078f42008-11-21 10:16:12 +010014421test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
Alexandre Julliard49163da2008-08-25 12:02:27 +020014422 dsound/tests"
Alexandre Julliarda360e932008-08-20 16:02:37 +020014423ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
14424dlls/dsound/tests/Makefile: dlls/dsound/tests/Makefile.in dlls/Maketest.rules"
Marcus Meissnerfbc80d72007-02-27 07:48:58 +010014425ac_config_files="$ac_config_files dlls/dsound/tests/Makefile"
14426
Alexandre Julliarda360e932008-08-20 16:02:37 +020014427ALL_MAKEFILES="$ALL_MAKEFILES \\
14428 dlls/dssenh/Makefile"
Alexandre Julliard485cc592008-08-25 12:03:35 +020014429test "x$enable_dssenh" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
Alexandre Julliard49163da2008-08-25 12:02:27 +020014430 dssenh"
Alexandre Julliarda360e932008-08-20 16:02:37 +020014431ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
14432dlls/dssenh/Makefile: dlls/dssenh/Makefile.in dlls/Makedll.rules"
Maarten Lankhorst2472e812008-02-17 18:20:32 -080014433ac_config_files="$ac_config_files dlls/dssenh/Makefile"
14434
Alexandre Julliarda360e932008-08-20 16:02:37 +020014435ALL_MAKEFILES="$ALL_MAKEFILES \\
14436 dlls/dswave/Makefile"
Alexandre Julliard485cc592008-08-25 12:03:35 +020014437test "x$enable_dswave" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
Alexandre Julliard49163da2008-08-25 12:02:27 +020014438 dswave"
Alexandre Julliarda360e932008-08-20 16:02:37 +020014439ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
14440dlls/dswave/Makefile: dlls/dswave/Makefile.in dlls/Makedll.rules"
Marcus Meissnerfbc80d72007-02-27 07:48:58 +010014441ac_config_files="$ac_config_files dlls/dswave/Makefile"
14442
Alexandre Julliarda360e932008-08-20 16:02:37 +020014443ALL_MAKEFILES="$ALL_MAKEFILES \\
14444 dlls/dwmapi/Makefile"
Alexandre Julliard485cc592008-08-25 12:03:35 +020014445test "x$enable_dwmapi" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
Alexandre Julliard49163da2008-08-25 12:02:27 +020014446 dwmapi"
Alexandre Julliarda360e932008-08-20 16:02:37 +020014447ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
14448dlls/dwmapi/Makefile: dlls/dwmapi/Makefile.in dlls/Makedll.rules"
Kovács Andrásc0ddd5e2007-06-19 09:36:14 +020014449ac_config_files="$ac_config_files dlls/dwmapi/Makefile"
14450
Alexandre Julliarda360e932008-08-20 16:02:37 +020014451ALL_MAKEFILES="$ALL_MAKEFILES \\
14452 dlls/dxdiagn/Makefile"
Alexandre Julliard485cc592008-08-25 12:03:35 +020014453test "x$enable_dxdiagn" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
Alexandre Julliard49163da2008-08-25 12:02:27 +020014454 dxdiagn"
Alexandre Julliarda360e932008-08-20 16:02:37 +020014455ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
14456dlls/dxdiagn/Makefile: dlls/dxdiagn/Makefile.in dlls/Makedll.rules"
Marcus Meissnerfbc80d72007-02-27 07:48:58 +010014457ac_config_files="$ac_config_files dlls/dxdiagn/Makefile"
14458
Alexandre Julliarda360e932008-08-20 16:02:37 +020014459ALL_MAKEFILES="$ALL_MAKEFILES \\
14460 dlls/dxerr8/Makefile"
Alexandre Julliard485cc592008-08-25 12:03:35 +020014461test "x$enable_dxerr8" != xno && ALL_IMPLIB_DIRS="$ALL_IMPLIB_DIRS \\
Alexandre Julliard49163da2008-08-25 12:02:27 +020014462 dxerr8"
Alexandre Julliarda360e932008-08-20 16:02:37 +020014463ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
14464dlls/dxerr8/Makefile: dlls/dxerr8/Makefile.in dlls/Makeimplib.rules"
Marcus Meissnerfbc80d72007-02-27 07:48:58 +010014465ac_config_files="$ac_config_files dlls/dxerr8/Makefile"
14466
Alexandre Julliarda360e932008-08-20 16:02:37 +020014467ALL_MAKEFILES="$ALL_MAKEFILES \\
14468 dlls/dxerr9/Makefile"
Alexandre Julliard485cc592008-08-25 12:03:35 +020014469test "x$enable_dxerr9" != xno && ALL_IMPLIB_DIRS="$ALL_IMPLIB_DIRS \\
Alexandre Julliard49163da2008-08-25 12:02:27 +020014470 dxerr9"
Alexandre Julliarda360e932008-08-20 16:02:37 +020014471ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
14472dlls/dxerr9/Makefile: dlls/dxerr9/Makefile.in dlls/Makeimplib.rules"
Marcus Meissnerfbc80d72007-02-27 07:48:58 +010014473ac_config_files="$ac_config_files dlls/dxerr9/Makefile"
14474
Alexandre Julliarda360e932008-08-20 16:02:37 +020014475ALL_MAKEFILES="$ALL_MAKEFILES \\
Henri Verbeet9e376212008-10-21 15:06:58 +020014476 dlls/dxgi/Makefile"
14477test "x$enable_dxgi" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
14478 dxgi"
14479ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
14480dlls/dxgi/Makefile: dlls/dxgi/Makefile.in dlls/Makedll.rules"
14481ac_config_files="$ac_config_files dlls/dxgi/Makefile"
14482
14483ALL_MAKEFILES="$ALL_MAKEFILES \\
Henri Verbeet1dea8292008-11-18 09:27:58 +010014484 dlls/dxgi/tests/Makefile"
Alexandre Julliard35078f42008-11-21 10:16:12 +010014485test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
Henri Verbeet1dea8292008-11-18 09:27:58 +010014486 dxgi/tests"
14487ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
14488dlls/dxgi/tests/Makefile: dlls/dxgi/tests/Makefile.in dlls/Maketest.rules"
14489ac_config_files="$ac_config_files dlls/dxgi/tests/Makefile"
14490
14491ALL_MAKEFILES="$ALL_MAKEFILES \\
Alexandre Julliarda360e932008-08-20 16:02:37 +020014492 dlls/dxguid/Makefile"
Alexandre Julliard485cc592008-08-25 12:03:35 +020014493test "x$enable_dxguid" != xno && ALL_IMPLIB_DIRS="$ALL_IMPLIB_DIRS \\
Alexandre Julliard49163da2008-08-25 12:02:27 +020014494 dxguid"
Alexandre Julliarda360e932008-08-20 16:02:37 +020014495ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
14496dlls/dxguid/Makefile: dlls/dxguid/Makefile.in dlls/Makeimplib.rules"
Marcus Meissnerfbc80d72007-02-27 07:48:58 +010014497ac_config_files="$ac_config_files dlls/dxguid/Makefile"
14498
Alexandre Julliarda360e932008-08-20 16:02:37 +020014499ALL_MAKEFILES="$ALL_MAKEFILES \\
14500 dlls/faultrep/Makefile"
Alexandre Julliard485cc592008-08-25 12:03:35 +020014501test "x$enable_faultrep" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
Alexandre Julliard49163da2008-08-25 12:02:27 +020014502 faultrep"
Alexandre Julliarda360e932008-08-20 16:02:37 +020014503ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
14504dlls/faultrep/Makefile: dlls/faultrep/Makefile.in dlls/Makedll.rules"
Peter Dons Tychsena2cd6432007-07-27 01:43:49 +020014505ac_config_files="$ac_config_files dlls/faultrep/Makefile"
14506
Alexandre Julliarda360e932008-08-20 16:02:37 +020014507ALL_MAKEFILES="$ALL_MAKEFILES \\
14508 dlls/fusion/Makefile"
Alexandre Julliard485cc592008-08-25 12:03:35 +020014509test "x$enable_fusion" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
Alexandre Julliard49163da2008-08-25 12:02:27 +020014510 fusion"
Alexandre Julliarda360e932008-08-20 16:02:37 +020014511ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
14512dlls/fusion/Makefile: dlls/fusion/Makefile.in dlls/Makedll.rules"
James Hawkinsc0b3af32008-03-20 18:27:46 -070014513ac_config_files="$ac_config_files dlls/fusion/Makefile"
14514
Alexandre Julliarda360e932008-08-20 16:02:37 +020014515ALL_MAKEFILES="$ALL_MAKEFILES \\
14516 dlls/fusion/tests/Makefile"
Alexandre Julliard35078f42008-11-21 10:16:12 +010014517test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
Alexandre Julliard49163da2008-08-25 12:02:27 +020014518 fusion/tests"
Alexandre Julliarda360e932008-08-20 16:02:37 +020014519ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
14520dlls/fusion/tests/Makefile: dlls/fusion/tests/Makefile.in dlls/Maketest.rules"
James Hawkins9e021cf2008-03-31 01:03:24 -050014521ac_config_files="$ac_config_files dlls/fusion/tests/Makefile"
14522
Alexandre Julliarda360e932008-08-20 16:02:37 +020014523ALL_MAKEFILES="$ALL_MAKEFILES \\
14524 dlls/gdi32/Makefile"
Alexandre Julliard485cc592008-08-25 12:03:35 +020014525test "x$enable_gdi32" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
Alexandre Julliard49163da2008-08-25 12:02:27 +020014526 gdi32"
Alexandre Julliarda360e932008-08-20 16:02:37 +020014527ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
14528dlls/gdi32/Makefile: dlls/gdi32/Makefile.in dlls/Makedll.rules"
Marcus Meissnerfbc80d72007-02-27 07:48:58 +010014529ac_config_files="$ac_config_files dlls/gdi32/Makefile"
14530
Alexandre Julliarda360e932008-08-20 16:02:37 +020014531ALL_MAKEFILES="$ALL_MAKEFILES \\
14532 dlls/gdi32/tests/Makefile"
Alexandre Julliard35078f42008-11-21 10:16:12 +010014533test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
Alexandre Julliard49163da2008-08-25 12:02:27 +020014534 gdi32/tests"
Alexandre Julliarda360e932008-08-20 16:02:37 +020014535ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
14536dlls/gdi32/tests/Makefile: dlls/gdi32/tests/Makefile.in dlls/Maketest.rules"
Marcus Meissnerfbc80d72007-02-27 07:48:58 +010014537ac_config_files="$ac_config_files dlls/gdi32/tests/Makefile"
14538
Alexandre Julliarda360e932008-08-20 16:02:37 +020014539ALL_MAKEFILES="$ALL_MAKEFILES \\
14540 dlls/gdiplus/Makefile"
Alexandre Julliard485cc592008-08-25 12:03:35 +020014541test "x$enable_gdiplus" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
Alexandre Julliard49163da2008-08-25 12:02:27 +020014542 gdiplus"
Alexandre Julliarda360e932008-08-20 16:02:37 +020014543ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
14544dlls/gdiplus/Makefile: dlls/gdiplus/Makefile.in dlls/Makedll.rules"
Evan Stadebed761c2007-05-25 10:21:44 -070014545ac_config_files="$ac_config_files dlls/gdiplus/Makefile"
14546
Alexandre Julliarda360e932008-08-20 16:02:37 +020014547ALL_MAKEFILES="$ALL_MAKEFILES \\
14548 dlls/gdiplus/tests/Makefile"
Alexandre Julliard35078f42008-11-21 10:16:12 +010014549test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
Alexandre Julliard49163da2008-08-25 12:02:27 +020014550 gdiplus/tests"
Alexandre Julliarda360e932008-08-20 16:02:37 +020014551ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
14552dlls/gdiplus/tests/Makefile: dlls/gdiplus/tests/Makefile.in dlls/Maketest.rules"
Evan Stadefcd7a622007-06-11 11:52:26 -070014553ac_config_files="$ac_config_files dlls/gdiplus/tests/Makefile"
14554
Alexandre Julliarda360e932008-08-20 16:02:37 +020014555ALL_MAKEFILES="$ALL_MAKEFILES \\
14556 dlls/glu32/Makefile"
Alexandre Julliard485cc592008-08-25 12:03:35 +020014557test "x$enable_glu32" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
Alexandre Julliard49163da2008-08-25 12:02:27 +020014558 glu32"
Alexandre Julliarda360e932008-08-20 16:02:37 +020014559ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
14560dlls/glu32/Makefile: dlls/glu32/Makefile.in dlls/Makedll.rules"
Marcus Meissnerfbc80d72007-02-27 07:48:58 +010014561ac_config_files="$ac_config_files dlls/glu32/Makefile"
14562
Alexandre Julliarda360e932008-08-20 16:02:37 +020014563ALL_MAKEFILES="$ALL_MAKEFILES \\
14564 dlls/gphoto2.ds/Makefile"
Alexandre Julliard485cc592008-08-25 12:03:35 +020014565test "x$enable_gphoto2_ds" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
Alexandre Julliard49163da2008-08-25 12:02:27 +020014566 gphoto2.ds"
Alexandre Julliarda360e932008-08-20 16:02:37 +020014567ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
14568dlls/gphoto2.ds/Makefile: dlls/gphoto2.ds/Makefile.in dlls/Makedll.rules"
Marcus Meissnerfbc80d72007-02-27 07:48:58 +010014569ac_config_files="$ac_config_files dlls/gphoto2.ds/Makefile"
14570
Alexandre Julliarda360e932008-08-20 16:02:37 +020014571ALL_MAKEFILES="$ALL_MAKEFILES \\
14572 dlls/gpkcsp/Makefile"
Alexandre Julliard485cc592008-08-25 12:03:35 +020014573test "x$enable_gpkcsp" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
Alexandre Julliard49163da2008-08-25 12:02:27 +020014574 gpkcsp"
Alexandre Julliarda360e932008-08-20 16:02:37 +020014575ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
14576dlls/gpkcsp/Makefile: dlls/gpkcsp/Makefile.in dlls/Makedll.rules"
Maarten Lankhorste4576c82008-02-17 18:20:32 -080014577ac_config_files="$ac_config_files dlls/gpkcsp/Makefile"
14578
Alexandre Julliarda360e932008-08-20 16:02:37 +020014579ALL_MAKEFILES="$ALL_MAKEFILES \\
14580 dlls/hal/Makefile"
Alexandre Julliard485cc592008-08-25 12:03:35 +020014581test "x$enable_hal" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
Alexandre Julliard49163da2008-08-25 12:02:27 +020014582 hal"
Alexandre Julliarda360e932008-08-20 16:02:37 +020014583ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
14584dlls/hal/Makefile: dlls/hal/Makefile.in dlls/Makedll.rules"
Alexandre Julliardd2d68702007-05-14 20:05:15 +020014585ac_config_files="$ac_config_files dlls/hal/Makefile"
14586
Alexandre Julliarda360e932008-08-20 16:02:37 +020014587ALL_MAKEFILES="$ALL_MAKEFILES \\
14588 dlls/hhctrl.ocx/Makefile"
Alexandre Julliard485cc592008-08-25 12:03:35 +020014589test "x$enable_hhctrl_ocx" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
Alexandre Julliard49163da2008-08-25 12:02:27 +020014590 hhctrl.ocx"
Alexandre Julliarda360e932008-08-20 16:02:37 +020014591ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
14592dlls/hhctrl.ocx/Makefile: dlls/hhctrl.ocx/Makefile.in dlls/Makedll.rules"
Marcus Meissnerfbc80d72007-02-27 07:48:58 +010014593ac_config_files="$ac_config_files dlls/hhctrl.ocx/Makefile"
14594
Alexandre Julliarda360e932008-08-20 16:02:37 +020014595ALL_MAKEFILES="$ALL_MAKEFILES \\
14596 dlls/hid/Makefile"
Alexandre Julliard485cc592008-08-25 12:03:35 +020014597test "x$enable_hid" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
Alexandre Julliard49163da2008-08-25 12:02:27 +020014598 hid"
Alexandre Julliarda360e932008-08-20 16:02:37 +020014599ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
14600dlls/hid/Makefile: dlls/hid/Makefile.in dlls/Makedll.rules"
Marcus Meissnerfbc80d72007-02-27 07:48:58 +010014601ac_config_files="$ac_config_files dlls/hid/Makefile"
14602
Alexandre Julliarda360e932008-08-20 16:02:37 +020014603ALL_MAKEFILES="$ALL_MAKEFILES \\
14604 dlls/hlink/Makefile"
Alexandre Julliard485cc592008-08-25 12:03:35 +020014605test "x$enable_hlink" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
Alexandre Julliard49163da2008-08-25 12:02:27 +020014606 hlink"
Alexandre Julliarda360e932008-08-20 16:02:37 +020014607ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
14608dlls/hlink/Makefile: dlls/hlink/Makefile.in dlls/Makedll.rules"
Marcus Meissnerfbc80d72007-02-27 07:48:58 +010014609ac_config_files="$ac_config_files dlls/hlink/Makefile"
14610
Alexandre Julliarda360e932008-08-20 16:02:37 +020014611ALL_MAKEFILES="$ALL_MAKEFILES \\
14612 dlls/hlink/tests/Makefile"
Alexandre Julliard35078f42008-11-21 10:16:12 +010014613test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
Alexandre Julliard49163da2008-08-25 12:02:27 +020014614 hlink/tests"
Alexandre Julliarda360e932008-08-20 16:02:37 +020014615ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
14616dlls/hlink/tests/Makefile: dlls/hlink/tests/Makefile.in dlls/Maketest.rules"
Marcus Meissnerfbc80d72007-02-27 07:48:58 +010014617ac_config_files="$ac_config_files dlls/hlink/tests/Makefile"
14618
Alexandre Julliarda360e932008-08-20 16:02:37 +020014619ALL_MAKEFILES="$ALL_MAKEFILES \\
14620 dlls/hnetcfg/Makefile"
Alexandre Julliard485cc592008-08-25 12:03:35 +020014621test "x$enable_hnetcfg" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
Alexandre Julliard49163da2008-08-25 12:02:27 +020014622 hnetcfg"
Alexandre Julliarda360e932008-08-20 16:02:37 +020014623ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
14624dlls/hnetcfg/Makefile: dlls/hnetcfg/Makefile.in dlls/Makedll.rules"
Jeff Latimera00aa032007-06-18 23:27:00 +100014625ac_config_files="$ac_config_files dlls/hnetcfg/Makefile"
14626
Alexandre Julliarda360e932008-08-20 16:02:37 +020014627ALL_MAKEFILES="$ALL_MAKEFILES \\
Austin English8cf8e2c2009-01-11 14:54:15 -060014628 dlls/httpapi/Makefile"
14629test "x$enable_httpapi" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
14630 httpapi"
14631ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
14632dlls/httpapi/Makefile: dlls/httpapi/Makefile.in dlls/Makedll.rules"
14633ac_config_files="$ac_config_files dlls/httpapi/Makefile"
14634
14635ALL_MAKEFILES="$ALL_MAKEFILES \\
Alexandre Julliarda360e932008-08-20 16:02:37 +020014636 dlls/iccvid/Makefile"
Alexandre Julliard485cc592008-08-25 12:03:35 +020014637test "x$enable_iccvid" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
Alexandre Julliard49163da2008-08-25 12:02:27 +020014638 iccvid"
Alexandre Julliarda360e932008-08-20 16:02:37 +020014639ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
14640dlls/iccvid/Makefile: dlls/iccvid/Makefile.in dlls/Makedll.rules"
Marcus Meissnerfbc80d72007-02-27 07:48:58 +010014641ac_config_files="$ac_config_files dlls/iccvid/Makefile"
14642
Alexandre Julliarda360e932008-08-20 16:02:37 +020014643ALL_MAKEFILES="$ALL_MAKEFILES \\
14644 dlls/icmp/Makefile"
Alexandre Julliard485cc592008-08-25 12:03:35 +020014645test "x$enable_icmp" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
Alexandre Julliard49163da2008-08-25 12:02:27 +020014646 icmp"
Alexandre Julliarda360e932008-08-20 16:02:37 +020014647ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
14648dlls/icmp/Makefile: dlls/icmp/Makefile.in dlls/Makedll.rules"
Marcus Meissnerfbc80d72007-02-27 07:48:58 +010014649ac_config_files="$ac_config_files dlls/icmp/Makefile"
14650
Alexandre Julliarda360e932008-08-20 16:02:37 +020014651ALL_MAKEFILES="$ALL_MAKEFILES \\
14652 dlls/ifsmgr.vxd/Makefile"
Alexandre Julliarda37d8892009-03-13 12:18:04 +010014653test "x$enable_win16" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
Alexandre Julliard49163da2008-08-25 12:02:27 +020014654 ifsmgr.vxd"
Alexandre Julliarda360e932008-08-20 16:02:37 +020014655ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
14656dlls/ifsmgr.vxd/Makefile: dlls/ifsmgr.vxd/Makefile.in dlls/Makedll.rules"
Marcus Meissnerfbc80d72007-02-27 07:48:58 +010014657ac_config_files="$ac_config_files dlls/ifsmgr.vxd/Makefile"
14658
Alexandre Julliarda360e932008-08-20 16:02:37 +020014659ALL_MAKEFILES="$ALL_MAKEFILES \\
14660 dlls/imaadp32.acm/Makefile"
Alexandre Julliard485cc592008-08-25 12:03:35 +020014661test "x$enable_imaadp32_acm" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
Alexandre Julliard49163da2008-08-25 12:02:27 +020014662 imaadp32.acm"
Alexandre Julliarda360e932008-08-20 16:02:37 +020014663ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
14664dlls/imaadp32.acm/Makefile: dlls/imaadp32.acm/Makefile.in dlls/Makedll.rules"
Marcus Meissnerfbc80d72007-02-27 07:48:58 +010014665ac_config_files="$ac_config_files dlls/imaadp32.acm/Makefile"
14666
Alexandre Julliarda360e932008-08-20 16:02:37 +020014667ALL_MAKEFILES="$ALL_MAKEFILES \\
14668 dlls/imagehlp/Makefile"
Alexandre Julliard485cc592008-08-25 12:03:35 +020014669test "x$enable_imagehlp" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
Alexandre Julliard49163da2008-08-25 12:02:27 +020014670 imagehlp"
Alexandre Julliarda360e932008-08-20 16:02:37 +020014671ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
14672dlls/imagehlp/Makefile: dlls/imagehlp/Makefile.in dlls/Makedll.rules"
Marcus Meissnerfbc80d72007-02-27 07:48:58 +010014673ac_config_files="$ac_config_files dlls/imagehlp/Makefile"
14674
Alexandre Julliarda360e932008-08-20 16:02:37 +020014675ALL_MAKEFILES="$ALL_MAKEFILES \\
Alexandre Julliard1b937ca2009-03-23 20:32:06 +010014676 dlls/imm.dll16/Makefile"
14677test "x$enable_win16" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
14678 imm.dll16"
14679ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
14680dlls/imm.dll16/Makefile: dlls/imm.dll16/Makefile.in dlls/Makedll.rules"
14681ac_config_files="$ac_config_files dlls/imm.dll16/Makefile"
14682
14683ALL_MAKEFILES="$ALL_MAKEFILES \\
Alexandre Julliarda360e932008-08-20 16:02:37 +020014684 dlls/imm32/Makefile"
Alexandre Julliard485cc592008-08-25 12:03:35 +020014685test "x$enable_imm32" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
Alexandre Julliard49163da2008-08-25 12:02:27 +020014686 imm32"
Alexandre Julliarda360e932008-08-20 16:02:37 +020014687ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
14688dlls/imm32/Makefile: dlls/imm32/Makefile.in dlls/Makedll.rules"
Marcus Meissnerfbc80d72007-02-27 07:48:58 +010014689ac_config_files="$ac_config_files dlls/imm32/Makefile"
14690
Alexandre Julliarda360e932008-08-20 16:02:37 +020014691ALL_MAKEFILES="$ALL_MAKEFILES \\
14692 dlls/imm32/tests/Makefile"
Alexandre Julliard35078f42008-11-21 10:16:12 +010014693test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
Alexandre Julliard49163da2008-08-25 12:02:27 +020014694 imm32/tests"
Alexandre Julliarda360e932008-08-20 16:02:37 +020014695ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
14696dlls/imm32/tests/Makefile: dlls/imm32/tests/Makefile.in dlls/Maketest.rules"
Michael Jung0a31ab72008-01-02 23:14:49 +010014697ac_config_files="$ac_config_files dlls/imm32/tests/Makefile"
14698
Alexandre Julliarda360e932008-08-20 16:02:37 +020014699ALL_MAKEFILES="$ALL_MAKEFILES \\
14700 dlls/inetcomm/Makefile"
Alexandre Julliard485cc592008-08-25 12:03:35 +020014701test "x$enable_inetcomm" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
Alexandre Julliard49163da2008-08-25 12:02:27 +020014702 inetcomm"
Alexandre Julliarda360e932008-08-20 16:02:37 +020014703ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
14704dlls/inetcomm/Makefile: dlls/inetcomm/Makefile.in dlls/Makedll.rules"
Rob Shearmanbeab2c12007-11-02 11:35:34 +000014705ac_config_files="$ac_config_files dlls/inetcomm/Makefile"
14706
Alexandre Julliarda360e932008-08-20 16:02:37 +020014707ALL_MAKEFILES="$ALL_MAKEFILES \\
14708 dlls/inetcomm/tests/Makefile"
Alexandre Julliard35078f42008-11-21 10:16:12 +010014709test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
Alexandre Julliard49163da2008-08-25 12:02:27 +020014710 inetcomm/tests"
Alexandre Julliarda360e932008-08-20 16:02:37 +020014711ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
14712dlls/inetcomm/tests/Makefile: dlls/inetcomm/tests/Makefile.in dlls/Maketest.rules"
Huw Daviesba6b7e82007-11-02 15:45:39 +000014713ac_config_files="$ac_config_files dlls/inetcomm/tests/Makefile"
14714
Alexandre Julliarda360e932008-08-20 16:02:37 +020014715ALL_MAKEFILES="$ALL_MAKEFILES \\
14716 dlls/inetmib1/Makefile"
Alexandre Julliard485cc592008-08-25 12:03:35 +020014717test "x$enable_inetmib1" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
Alexandre Julliard49163da2008-08-25 12:02:27 +020014718 inetmib1"
Alexandre Julliarda360e932008-08-20 16:02:37 +020014719ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
14720dlls/inetmib1/Makefile: dlls/inetmib1/Makefile.in dlls/Makedll.rules"
Juan Lang17231572008-05-20 20:47:42 -070014721ac_config_files="$ac_config_files dlls/inetmib1/Makefile"
14722
Alexandre Julliarda360e932008-08-20 16:02:37 +020014723ALL_MAKEFILES="$ALL_MAKEFILES \\
14724 dlls/inetmib1/tests/Makefile"
Alexandre Julliard35078f42008-11-21 10:16:12 +010014725test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
Alexandre Julliard49163da2008-08-25 12:02:27 +020014726 inetmib1/tests"
Alexandre Julliarda360e932008-08-20 16:02:37 +020014727ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
14728dlls/inetmib1/tests/Makefile: dlls/inetmib1/tests/Makefile.in dlls/Maketest.rules"
Juan Langcca77db2008-05-20 20:48:37 -070014729ac_config_files="$ac_config_files dlls/inetmib1/tests/Makefile"
14730
Alexandre Julliarda360e932008-08-20 16:02:37 +020014731ALL_MAKEFILES="$ALL_MAKEFILES \\
14732 dlls/infosoft/Makefile"
Alexandre Julliard485cc592008-08-25 12:03:35 +020014733test "x$enable_infosoft" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
Alexandre Julliard49163da2008-08-25 12:02:27 +020014734 infosoft"
Alexandre Julliarda360e932008-08-20 16:02:37 +020014735ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
14736dlls/infosoft/Makefile: dlls/infosoft/Makefile.in dlls/Makedll.rules"
Marcus Meissnerfbc80d72007-02-27 07:48:58 +010014737ac_config_files="$ac_config_files dlls/infosoft/Makefile"
14738
Alexandre Julliarda360e932008-08-20 16:02:37 +020014739ALL_MAKEFILES="$ALL_MAKEFILES \\
14740 dlls/infosoft/tests/Makefile"
Alexandre Julliard35078f42008-11-21 10:16:12 +010014741test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
Alexandre Julliard49163da2008-08-25 12:02:27 +020014742 infosoft/tests"
Alexandre Julliarda360e932008-08-20 16:02:37 +020014743ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
14744dlls/infosoft/tests/Makefile: dlls/infosoft/tests/Makefile.in dlls/Maketest.rules"
Marcus Meissnerfbc80d72007-02-27 07:48:58 +010014745ac_config_files="$ac_config_files dlls/infosoft/tests/Makefile"
14746
Alexandre Julliarda360e932008-08-20 16:02:37 +020014747ALL_MAKEFILES="$ALL_MAKEFILES \\
14748 dlls/initpki/Makefile"
Alexandre Julliard485cc592008-08-25 12:03:35 +020014749test "x$enable_initpki" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
Alexandre Julliard49163da2008-08-25 12:02:27 +020014750 initpki"
Alexandre Julliarda360e932008-08-20 16:02:37 +020014751ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
14752dlls/initpki/Makefile: dlls/initpki/Makefile.in dlls/Makedll.rules"
Maarten Lankhorst7c3d24b2008-02-17 18:20:32 -080014753ac_config_files="$ac_config_files dlls/initpki/Makefile"
14754
Alexandre Julliarda360e932008-08-20 16:02:37 +020014755ALL_MAKEFILES="$ALL_MAKEFILES \\
14756 dlls/inkobj/Makefile"
Alexandre Julliard485cc592008-08-25 12:03:35 +020014757test "x$enable_inkobj" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
Alexandre Julliard49163da2008-08-25 12:02:27 +020014758 inkobj"
Alexandre Julliarda360e932008-08-20 16:02:37 +020014759ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
14760dlls/inkobj/Makefile: dlls/inkobj/Makefile.in dlls/Makedll.rules"
John Klehme9252252007-07-31 11:58:02 -050014761ac_config_files="$ac_config_files dlls/inkobj/Makefile"
14762
Alexandre Julliarda360e932008-08-20 16:02:37 +020014763ALL_MAKEFILES="$ALL_MAKEFILES \\
14764 dlls/inseng/Makefile"
Alexandre Julliard485cc592008-08-25 12:03:35 +020014765test "x$enable_inseng" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
Alexandre Julliard49163da2008-08-25 12:02:27 +020014766 inseng"
Alexandre Julliarda360e932008-08-20 16:02:37 +020014767ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
14768dlls/inseng/Makefile: dlls/inseng/Makefile.in dlls/Makedll.rules"
Marcus Meissnerfbc80d72007-02-27 07:48:58 +010014769ac_config_files="$ac_config_files dlls/inseng/Makefile"
14770
Alexandre Julliarda360e932008-08-20 16:02:37 +020014771ALL_MAKEFILES="$ALL_MAKEFILES \\
14772 dlls/iphlpapi/Makefile"
Alexandre Julliard485cc592008-08-25 12:03:35 +020014773test "x$enable_iphlpapi" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
Alexandre Julliard49163da2008-08-25 12:02:27 +020014774 iphlpapi"
Alexandre Julliarda360e932008-08-20 16:02:37 +020014775ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
14776dlls/iphlpapi/Makefile: dlls/iphlpapi/Makefile.in dlls/Makedll.rules"
Marcus Meissnerfbc80d72007-02-27 07:48:58 +010014777ac_config_files="$ac_config_files dlls/iphlpapi/Makefile"
14778
Alexandre Julliarda360e932008-08-20 16:02:37 +020014779ALL_MAKEFILES="$ALL_MAKEFILES \\
14780 dlls/iphlpapi/tests/Makefile"
Alexandre Julliard35078f42008-11-21 10:16:12 +010014781test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
Alexandre Julliard49163da2008-08-25 12:02:27 +020014782 iphlpapi/tests"
Alexandre Julliarda360e932008-08-20 16:02:37 +020014783ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
14784dlls/iphlpapi/tests/Makefile: dlls/iphlpapi/tests/Makefile.in dlls/Maketest.rules"
Marcus Meissnerfbc80d72007-02-27 07:48:58 +010014785ac_config_files="$ac_config_files dlls/iphlpapi/tests/Makefile"
14786
Alexandre Julliarda360e932008-08-20 16:02:37 +020014787ALL_MAKEFILES="$ALL_MAKEFILES \\
14788 dlls/itircl/Makefile"
Alexandre Julliard485cc592008-08-25 12:03:35 +020014789test "x$enable_itircl" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
Alexandre Julliard49163da2008-08-25 12:02:27 +020014790 itircl"
Alexandre Julliarda360e932008-08-20 16:02:37 +020014791ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
14792dlls/itircl/Makefile: dlls/itircl/Makefile.in dlls/Makedll.rules"
James Hawkins58b06862008-02-15 17:39:46 -060014793ac_config_files="$ac_config_files dlls/itircl/Makefile"
14794
Alexandre Julliarda360e932008-08-20 16:02:37 +020014795ALL_MAKEFILES="$ALL_MAKEFILES \\
14796 dlls/itss/Makefile"
Alexandre Julliard485cc592008-08-25 12:03:35 +020014797test "x$enable_itss" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
Alexandre Julliard49163da2008-08-25 12:02:27 +020014798 itss"
Alexandre Julliarda360e932008-08-20 16:02:37 +020014799ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
14800dlls/itss/Makefile: dlls/itss/Makefile.in dlls/Makedll.rules"
Marcus Meissnerfbc80d72007-02-27 07:48:58 +010014801ac_config_files="$ac_config_files dlls/itss/Makefile"
14802
Alexandre Julliarda360e932008-08-20 16:02:37 +020014803ALL_MAKEFILES="$ALL_MAKEFILES \\
14804 dlls/itss/tests/Makefile"
Alexandre Julliard35078f42008-11-21 10:16:12 +010014805test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
Alexandre Julliard49163da2008-08-25 12:02:27 +020014806 itss/tests"
Alexandre Julliarda360e932008-08-20 16:02:37 +020014807ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
14808dlls/itss/tests/Makefile: dlls/itss/tests/Makefile.in dlls/Maketest.rules"
Marcus Meissnerfbc80d72007-02-27 07:48:58 +010014809ac_config_files="$ac_config_files dlls/itss/tests/Makefile"
14810
Alexandre Julliarda360e932008-08-20 16:02:37 +020014811ALL_MAKEFILES="$ALL_MAKEFILES \\
14812 dlls/jscript/Makefile"
Alexandre Julliard485cc592008-08-25 12:03:35 +020014813test "x$enable_jscript" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
Alexandre Julliard49163da2008-08-25 12:02:27 +020014814 jscript"
Alexandre Julliarda360e932008-08-20 16:02:37 +020014815ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
14816dlls/jscript/Makefile: dlls/jscript/Makefile.in dlls/Makedll.rules"
Jacek Cabanfa23a2c2008-03-09 00:07:57 +010014817ac_config_files="$ac_config_files dlls/jscript/Makefile"
14818
Alexandre Julliarda360e932008-08-20 16:02:37 +020014819ALL_MAKEFILES="$ALL_MAKEFILES \\
14820 dlls/jscript/tests/Makefile"
Alexandre Julliard35078f42008-11-21 10:16:12 +010014821test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
Alexandre Julliard49163da2008-08-25 12:02:27 +020014822 jscript/tests"
Alexandre Julliarda360e932008-08-20 16:02:37 +020014823ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
14824dlls/jscript/tests/Makefile: dlls/jscript/tests/Makefile.in dlls/Maketest.rules"
Jacek Caban63ebe012008-03-24 21:53:14 +010014825ac_config_files="$ac_config_files dlls/jscript/tests/Makefile"
14826
Alexandre Julliarda360e932008-08-20 16:02:37 +020014827ALL_MAKEFILES="$ALL_MAKEFILES \\
14828 dlls/kernel32/Makefile"
Alexandre Julliard485cc592008-08-25 12:03:35 +020014829test "x$enable_kernel32" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
Alexandre Julliard49163da2008-08-25 12:02:27 +020014830 kernel32"
Alexandre Julliarda360e932008-08-20 16:02:37 +020014831ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
14832dlls/kernel32/Makefile: dlls/kernel32/Makefile.in dlls/Makedll.rules"
Marcus Meissnerfbc80d72007-02-27 07:48:58 +010014833ac_config_files="$ac_config_files dlls/kernel32/Makefile"
14834
Alexandre Julliarda360e932008-08-20 16:02:37 +020014835ALL_MAKEFILES="$ALL_MAKEFILES \\
14836 dlls/kernel32/tests/Makefile"
Alexandre Julliard35078f42008-11-21 10:16:12 +010014837test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
Alexandre Julliard49163da2008-08-25 12:02:27 +020014838 kernel32/tests"
Alexandre Julliarda360e932008-08-20 16:02:37 +020014839ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
14840dlls/kernel32/tests/Makefile: dlls/kernel32/tests/Makefile.in dlls/Maketest.rules"
Marcus Meissnerfbc80d72007-02-27 07:48:58 +010014841ac_config_files="$ac_config_files dlls/kernel32/tests/Makefile"
14842
Alexandre Julliarda360e932008-08-20 16:02:37 +020014843ALL_MAKEFILES="$ALL_MAKEFILES \\
Alexandre Julliardc2e52462009-03-04 14:30:37 +010014844 dlls/keyboard.drv16/Makefile"
Alexandre Julliarda37d8892009-03-13 12:18:04 +010014845test "x$enable_win16" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
Alexandre Julliardc2e52462009-03-04 14:30:37 +010014846 keyboard.drv16"
14847ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
14848dlls/keyboard.drv16/Makefile: dlls/keyboard.drv16/Makefile.in dlls/Makedll.rules"
14849ac_config_files="$ac_config_files dlls/keyboard.drv16/Makefile"
14850
14851ALL_MAKEFILES="$ALL_MAKEFILES \\
Andrey Turkinfaa73662009-01-07 13:34:31 +030014852 dlls/loadperf/Makefile"
14853test "x$enable_loadperf" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
14854 loadperf"
14855ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
14856dlls/loadperf/Makefile: dlls/loadperf/Makefile.in dlls/Makedll.rules"
14857ac_config_files="$ac_config_files dlls/loadperf/Makefile"
14858
14859ALL_MAKEFILES="$ALL_MAKEFILES \\
Alexandre Julliarda360e932008-08-20 16:02:37 +020014860 dlls/localspl/Makefile"
Alexandre Julliard485cc592008-08-25 12:03:35 +020014861test "x$enable_localspl" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
Alexandre Julliard49163da2008-08-25 12:02:27 +020014862 localspl"
Alexandre Julliarda360e932008-08-20 16:02:37 +020014863ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
14864dlls/localspl/Makefile: dlls/localspl/Makefile.in dlls/Makedll.rules"
Marcus Meissnerfbc80d72007-02-27 07:48:58 +010014865ac_config_files="$ac_config_files dlls/localspl/Makefile"
14866
Alexandre Julliarda360e932008-08-20 16:02:37 +020014867ALL_MAKEFILES="$ALL_MAKEFILES \\
14868 dlls/localspl/tests/Makefile"
Alexandre Julliard35078f42008-11-21 10:16:12 +010014869test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
Alexandre Julliard49163da2008-08-25 12:02:27 +020014870 localspl/tests"
Alexandre Julliarda360e932008-08-20 16:02:37 +020014871ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
14872dlls/localspl/tests/Makefile: dlls/localspl/tests/Makefile.in dlls/Maketest.rules"
Marcus Meissnerfbc80d72007-02-27 07:48:58 +010014873ac_config_files="$ac_config_files dlls/localspl/tests/Makefile"
14874
Alexandre Julliarda360e932008-08-20 16:02:37 +020014875ALL_MAKEFILES="$ALL_MAKEFILES \\
14876 dlls/localui/Makefile"
Alexandre Julliard485cc592008-08-25 12:03:35 +020014877test "x$enable_localui" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
Alexandre Julliard49163da2008-08-25 12:02:27 +020014878 localui"
Alexandre Julliarda360e932008-08-20 16:02:37 +020014879ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
14880dlls/localui/Makefile: dlls/localui/Makefile.in dlls/Makedll.rules"
Detlef Riekenbergd24bc082007-04-06 22:33:01 +020014881ac_config_files="$ac_config_files dlls/localui/Makefile"
14882
Alexandre Julliarda360e932008-08-20 16:02:37 +020014883ALL_MAKEFILES="$ALL_MAKEFILES \\
14884 dlls/localui/tests/Makefile"
Alexandre Julliard35078f42008-11-21 10:16:12 +010014885test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
Alexandre Julliard49163da2008-08-25 12:02:27 +020014886 localui/tests"
Alexandre Julliarda360e932008-08-20 16:02:37 +020014887ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
14888dlls/localui/tests/Makefile: dlls/localui/tests/Makefile.in dlls/Maketest.rules"
Detlef Riekenberg62e92792007-04-06 22:33:17 +020014889ac_config_files="$ac_config_files dlls/localui/tests/Makefile"
14890
Alexandre Julliarda360e932008-08-20 16:02:37 +020014891ALL_MAKEFILES="$ALL_MAKEFILES \\
14892 dlls/lz32/Makefile"
Alexandre Julliard485cc592008-08-25 12:03:35 +020014893test "x$enable_lz32" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
Alexandre Julliard49163da2008-08-25 12:02:27 +020014894 lz32"
Alexandre Julliarda360e932008-08-20 16:02:37 +020014895ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
14896dlls/lz32/Makefile: dlls/lz32/Makefile.in dlls/Makedll.rules"
Marcus Meissnerfbc80d72007-02-27 07:48:58 +010014897ac_config_files="$ac_config_files dlls/lz32/Makefile"
14898
Alexandre Julliarda360e932008-08-20 16:02:37 +020014899ALL_MAKEFILES="$ALL_MAKEFILES \\
14900 dlls/lz32/tests/Makefile"
Alexandre Julliard35078f42008-11-21 10:16:12 +010014901test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
Alexandre Julliard49163da2008-08-25 12:02:27 +020014902 lz32/tests"
Alexandre Julliarda360e932008-08-20 16:02:37 +020014903ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
14904dlls/lz32/tests/Makefile: dlls/lz32/tests/Makefile.in dlls/Maketest.rules"
Marcus Meissnerfbc80d72007-02-27 07:48:58 +010014905ac_config_files="$ac_config_files dlls/lz32/tests/Makefile"
14906
Alexandre Julliarda360e932008-08-20 16:02:37 +020014907ALL_MAKEFILES="$ALL_MAKEFILES \\
Alexandre Julliard96b47ff2009-03-11 16:18:03 +010014908 dlls/lzexpand.dll16/Makefile"
Alexandre Julliarda37d8892009-03-13 12:18:04 +010014909test "x$enable_win16" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
Alexandre Julliard96b47ff2009-03-11 16:18:03 +010014910 lzexpand.dll16"
14911ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
14912dlls/lzexpand.dll16/Makefile: dlls/lzexpand.dll16/Makefile.in dlls/Makedll.rules"
14913ac_config_files="$ac_config_files dlls/lzexpand.dll16/Makefile"
14914
14915ALL_MAKEFILES="$ALL_MAKEFILES \\
Alexandre Julliarda360e932008-08-20 16:02:37 +020014916 dlls/mapi32/Makefile"
Alexandre Julliard485cc592008-08-25 12:03:35 +020014917test "x$enable_mapi32" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
Alexandre Julliard49163da2008-08-25 12:02:27 +020014918 mapi32"
Alexandre Julliarda360e932008-08-20 16:02:37 +020014919ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
14920dlls/mapi32/Makefile: dlls/mapi32/Makefile.in dlls/Makedll.rules"
Marcus Meissnerfbc80d72007-02-27 07:48:58 +010014921ac_config_files="$ac_config_files dlls/mapi32/Makefile"
14922
Alexandre Julliarda360e932008-08-20 16:02:37 +020014923ALL_MAKEFILES="$ALL_MAKEFILES \\
14924 dlls/mapi32/tests/Makefile"
Alexandre Julliard35078f42008-11-21 10:16:12 +010014925test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
Alexandre Julliard49163da2008-08-25 12:02:27 +020014926 mapi32/tests"
Alexandre Julliarda360e932008-08-20 16:02:37 +020014927ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
14928dlls/mapi32/tests/Makefile: dlls/mapi32/tests/Makefile.in dlls/Maketest.rules"
Marcus Meissnerfbc80d72007-02-27 07:48:58 +010014929ac_config_files="$ac_config_files dlls/mapi32/tests/Makefile"
14930
Alexandre Julliarda360e932008-08-20 16:02:37 +020014931ALL_MAKEFILES="$ALL_MAKEFILES \\
14932 dlls/mciavi32/Makefile"
Alexandre Julliard485cc592008-08-25 12:03:35 +020014933test "x$enable_mciavi32" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
Alexandre Julliard49163da2008-08-25 12:02:27 +020014934 mciavi32"
Alexandre Julliarda360e932008-08-20 16:02:37 +020014935ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
14936dlls/mciavi32/Makefile: dlls/mciavi32/Makefile.in dlls/Makedll.rules"
Marcus Meissnerfbc80d72007-02-27 07:48:58 +010014937ac_config_files="$ac_config_files dlls/mciavi32/Makefile"
14938
Alexandre Julliarda360e932008-08-20 16:02:37 +020014939ALL_MAKEFILES="$ALL_MAKEFILES \\
14940 dlls/mcicda/Makefile"
Alexandre Julliard485cc592008-08-25 12:03:35 +020014941test "x$enable_mcicda" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
Alexandre Julliard49163da2008-08-25 12:02:27 +020014942 mcicda"
Alexandre Julliarda360e932008-08-20 16:02:37 +020014943ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
14944dlls/mcicda/Makefile: dlls/mcicda/Makefile.in dlls/Makedll.rules"
Marcus Meissnerfbc80d72007-02-27 07:48:58 +010014945ac_config_files="$ac_config_files dlls/mcicda/Makefile"
14946
Alexandre Julliarda360e932008-08-20 16:02:37 +020014947ALL_MAKEFILES="$ALL_MAKEFILES \\
Christian Costaa9c825e2009-02-26 23:27:36 +010014948 dlls/mciqtz32/Makefile"
14949test "x$enable_mciqtz32" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
14950 mciqtz32"
14951ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
14952dlls/mciqtz32/Makefile: dlls/mciqtz32/Makefile.in dlls/Makedll.rules"
14953ac_config_files="$ac_config_files dlls/mciqtz32/Makefile"
14954
14955ALL_MAKEFILES="$ALL_MAKEFILES \\
Alexandre Julliarda360e932008-08-20 16:02:37 +020014956 dlls/mciseq/Makefile"
Alexandre Julliard485cc592008-08-25 12:03:35 +020014957test "x$enable_mciseq" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
Alexandre Julliard49163da2008-08-25 12:02:27 +020014958 mciseq"
Alexandre Julliarda360e932008-08-20 16:02:37 +020014959ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
14960dlls/mciseq/Makefile: dlls/mciseq/Makefile.in dlls/Makedll.rules"
Marcus Meissnerfbc80d72007-02-27 07:48:58 +010014961ac_config_files="$ac_config_files dlls/mciseq/Makefile"
14962
Alexandre Julliarda360e932008-08-20 16:02:37 +020014963ALL_MAKEFILES="$ALL_MAKEFILES \\
14964 dlls/mciwave/Makefile"
Alexandre Julliard485cc592008-08-25 12:03:35 +020014965test "x$enable_mciwave" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
Alexandre Julliard49163da2008-08-25 12:02:27 +020014966 mciwave"
Alexandre Julliarda360e932008-08-20 16:02:37 +020014967ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
14968dlls/mciwave/Makefile: dlls/mciwave/Makefile.in dlls/Makedll.rules"
Marcus Meissnerfbc80d72007-02-27 07:48:58 +010014969ac_config_files="$ac_config_files dlls/mciwave/Makefile"
14970
Alexandre Julliarda360e932008-08-20 16:02:37 +020014971ALL_MAKEFILES="$ALL_MAKEFILES \\
14972 dlls/midimap/Makefile"
Alexandre Julliard485cc592008-08-25 12:03:35 +020014973test "x$enable_midimap" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
Alexandre Julliard49163da2008-08-25 12:02:27 +020014974 midimap"
Alexandre Julliarda360e932008-08-20 16:02:37 +020014975ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
14976dlls/midimap/Makefile: dlls/midimap/Makefile.in dlls/Makedll.rules"
Marcus Meissnerfbc80d72007-02-27 07:48:58 +010014977ac_config_files="$ac_config_files dlls/midimap/Makefile"
14978
Alexandre Julliarda360e932008-08-20 16:02:37 +020014979ALL_MAKEFILES="$ALL_MAKEFILES \\
14980 dlls/mlang/Makefile"
Alexandre Julliard485cc592008-08-25 12:03:35 +020014981test "x$enable_mlang" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
Alexandre Julliard49163da2008-08-25 12:02:27 +020014982 mlang"
Alexandre Julliarda360e932008-08-20 16:02:37 +020014983ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
14984dlls/mlang/Makefile: dlls/mlang/Makefile.in dlls/Makedll.rules"
Marcus Meissnerfbc80d72007-02-27 07:48:58 +010014985ac_config_files="$ac_config_files dlls/mlang/Makefile"
14986
Alexandre Julliarda360e932008-08-20 16:02:37 +020014987ALL_MAKEFILES="$ALL_MAKEFILES \\
14988 dlls/mlang/tests/Makefile"
Alexandre Julliard35078f42008-11-21 10:16:12 +010014989test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
Alexandre Julliard49163da2008-08-25 12:02:27 +020014990 mlang/tests"
Alexandre Julliarda360e932008-08-20 16:02:37 +020014991ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
14992dlls/mlang/tests/Makefile: dlls/mlang/tests/Makefile.in dlls/Maketest.rules"
Marcus Meissnerfbc80d72007-02-27 07:48:58 +010014993ac_config_files="$ac_config_files dlls/mlang/tests/Makefile"
14994
Alexandre Julliarda360e932008-08-20 16:02:37 +020014995ALL_MAKEFILES="$ALL_MAKEFILES \\
14996 dlls/mmdevldr.vxd/Makefile"
Alexandre Julliarda37d8892009-03-13 12:18:04 +010014997test "x$enable_win16" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
Alexandre Julliard49163da2008-08-25 12:02:27 +020014998 mmdevldr.vxd"
Alexandre Julliarda360e932008-08-20 16:02:37 +020014999ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
15000dlls/mmdevldr.vxd/Makefile: dlls/mmdevldr.vxd/Makefile.in dlls/Makedll.rules"
Marcus Meissnerfbc80d72007-02-27 07:48:58 +010015001ac_config_files="$ac_config_files dlls/mmdevldr.vxd/Makefile"
15002
Alexandre Julliarda360e932008-08-20 16:02:37 +020015003ALL_MAKEFILES="$ALL_MAKEFILES \\
15004 dlls/monodebg.vxd/Makefile"
Alexandre Julliarda37d8892009-03-13 12:18:04 +010015005test "x$enable_win16" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
Alexandre Julliard49163da2008-08-25 12:02:27 +020015006 monodebg.vxd"
Alexandre Julliarda360e932008-08-20 16:02:37 +020015007ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
15008dlls/monodebg.vxd/Makefile: dlls/monodebg.vxd/Makefile.in dlls/Makedll.rules"
Marcus Meissnerfbc80d72007-02-27 07:48:58 +010015009ac_config_files="$ac_config_files dlls/monodebg.vxd/Makefile"
15010
Alexandre Julliarda360e932008-08-20 16:02:37 +020015011ALL_MAKEFILES="$ALL_MAKEFILES \\
15012 dlls/mountmgr.sys/Makefile"
Alexandre Julliard485cc592008-08-25 12:03:35 +020015013test "x$enable_mountmgr_sys" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
Alexandre Julliard49163da2008-08-25 12:02:27 +020015014 mountmgr.sys"
Alexandre Julliarda360e932008-08-20 16:02:37 +020015015ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
15016dlls/mountmgr.sys/Makefile: dlls/mountmgr.sys/Makefile.in dlls/Makedll.rules"
Alexandre Julliard43dc80e2008-01-04 13:07:05 +010015017ac_config_files="$ac_config_files dlls/mountmgr.sys/Makefile"
15018
Alexandre Julliarda360e932008-08-20 16:02:37 +020015019ALL_MAKEFILES="$ALL_MAKEFILES \\
Alexandre Julliardd62c05f2009-03-04 14:32:56 +010015020 dlls/mouse.drv16/Makefile"
Alexandre Julliarda37d8892009-03-13 12:18:04 +010015021test "x$enable_win16" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
Alexandre Julliardd62c05f2009-03-04 14:32:56 +010015022 mouse.drv16"
15023ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
15024dlls/mouse.drv16/Makefile: dlls/mouse.drv16/Makefile.in dlls/Makedll.rules"
15025ac_config_files="$ac_config_files dlls/mouse.drv16/Makefile"
15026
15027ALL_MAKEFILES="$ALL_MAKEFILES \\
Alexandre Julliarda360e932008-08-20 16:02:37 +020015028 dlls/mpr/Makefile"
Alexandre Julliard485cc592008-08-25 12:03:35 +020015029test "x$enable_mpr" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
Alexandre Julliard49163da2008-08-25 12:02:27 +020015030 mpr"
Alexandre Julliarda360e932008-08-20 16:02:37 +020015031ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
15032dlls/mpr/Makefile: dlls/mpr/Makefile.in dlls/Makedll.rules"
Marcus Meissnerfbc80d72007-02-27 07:48:58 +010015033ac_config_files="$ac_config_files dlls/mpr/Makefile"
15034
Alexandre Julliarda360e932008-08-20 16:02:37 +020015035ALL_MAKEFILES="$ALL_MAKEFILES \\
15036 dlls/mprapi/Makefile"
Alexandre Julliard485cc592008-08-25 12:03:35 +020015037test "x$enable_mprapi" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
Alexandre Julliard49163da2008-08-25 12:02:27 +020015038 mprapi"
Alexandre Julliarda360e932008-08-20 16:02:37 +020015039ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
15040dlls/mprapi/Makefile: dlls/mprapi/Makefile.in dlls/Makedll.rules"
Marcus Meissnerfbc80d72007-02-27 07:48:58 +010015041ac_config_files="$ac_config_files dlls/mprapi/Makefile"
15042
Alexandre Julliarda360e932008-08-20 16:02:37 +020015043ALL_MAKEFILES="$ALL_MAKEFILES \\
Alexandre Julliardd4314822009-03-11 16:22:47 +010015044 dlls/msacm.dll16/Makefile"
Alexandre Julliarda37d8892009-03-13 12:18:04 +010015045test "x$enable_win16" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
Alexandre Julliardd4314822009-03-11 16:22:47 +010015046 msacm.dll16"
15047ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
15048dlls/msacm.dll16/Makefile: dlls/msacm.dll16/Makefile.in dlls/Makedll.rules"
15049ac_config_files="$ac_config_files dlls/msacm.dll16/Makefile"
15050
15051ALL_MAKEFILES="$ALL_MAKEFILES \\
Alexandre Julliarda360e932008-08-20 16:02:37 +020015052 dlls/msacm32.drv/Makefile"
Alexandre Julliard485cc592008-08-25 12:03:35 +020015053test "x$enable_msacm32_drv" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
Alexandre Julliard49163da2008-08-25 12:02:27 +020015054 msacm32.drv"
Alexandre Julliarda360e932008-08-20 16:02:37 +020015055ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
15056dlls/msacm32.drv/Makefile: dlls/msacm32.drv/Makefile.in dlls/Makedll.rules"
Marcus Meissnerfbc80d72007-02-27 07:48:58 +010015057ac_config_files="$ac_config_files dlls/msacm32.drv/Makefile"
15058
Alexandre Julliarda360e932008-08-20 16:02:37 +020015059ALL_MAKEFILES="$ALL_MAKEFILES \\
15060 dlls/msacm32/Makefile"
Alexandre Julliard485cc592008-08-25 12:03:35 +020015061test "x$enable_msacm32" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
Alexandre Julliard49163da2008-08-25 12:02:27 +020015062 msacm32"
Alexandre Julliarda360e932008-08-20 16:02:37 +020015063ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
15064dlls/msacm32/Makefile: dlls/msacm32/Makefile.in dlls/Makedll.rules"
Marcus Meissnerfbc80d72007-02-27 07:48:58 +010015065ac_config_files="$ac_config_files dlls/msacm32/Makefile"
15066
Alexandre Julliarda360e932008-08-20 16:02:37 +020015067ALL_MAKEFILES="$ALL_MAKEFILES \\
15068 dlls/msacm32/tests/Makefile"
Alexandre Julliard35078f42008-11-21 10:16:12 +010015069test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
Alexandre Julliard49163da2008-08-25 12:02:27 +020015070 msacm32/tests"
Alexandre Julliarda360e932008-08-20 16:02:37 +020015071ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
15072dlls/msacm32/tests/Makefile: dlls/msacm32/tests/Makefile.in dlls/Maketest.rules"
Marcus Meissnerfbc80d72007-02-27 07:48:58 +010015073ac_config_files="$ac_config_files dlls/msacm32/tests/Makefile"
15074
Alexandre Julliarda360e932008-08-20 16:02:37 +020015075ALL_MAKEFILES="$ALL_MAKEFILES \\
15076 dlls/msadp32.acm/Makefile"
Alexandre Julliard485cc592008-08-25 12:03:35 +020015077test "x$enable_msadp32_acm" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
Alexandre Julliard49163da2008-08-25 12:02:27 +020015078 msadp32.acm"
Alexandre Julliarda360e932008-08-20 16:02:37 +020015079ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
15080dlls/msadp32.acm/Makefile: dlls/msadp32.acm/Makefile.in dlls/Makedll.rules"
Marcus Meissnerfbc80d72007-02-27 07:48:58 +010015081ac_config_files="$ac_config_files dlls/msadp32.acm/Makefile"
15082
Alexandre Julliarda360e932008-08-20 16:02:37 +020015083ALL_MAKEFILES="$ALL_MAKEFILES \\
15084 dlls/mscat32/Makefile"
Alexandre Julliard485cc592008-08-25 12:03:35 +020015085test "x$enable_mscat32" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
Alexandre Julliard49163da2008-08-25 12:02:27 +020015086 mscat32"
Alexandre Julliarda360e932008-08-20 16:02:37 +020015087ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
15088dlls/mscat32/Makefile: dlls/mscat32/Makefile.in dlls/Makedll.rules"
Alexander Nicolaysen Sørnes6103f312007-10-28 19:43:51 +010015089ac_config_files="$ac_config_files dlls/mscat32/Makefile"
15090
Alexandre Julliarda360e932008-08-20 16:02:37 +020015091ALL_MAKEFILES="$ALL_MAKEFILES \\
15092 dlls/mscms/Makefile"
Alexandre Julliard485cc592008-08-25 12:03:35 +020015093test "x$enable_mscms" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
Alexandre Julliard49163da2008-08-25 12:02:27 +020015094 mscms"
Alexandre Julliarda360e932008-08-20 16:02:37 +020015095ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
15096dlls/mscms/Makefile: dlls/mscms/Makefile.in dlls/Makedll.rules"
Marcus Meissnerfbc80d72007-02-27 07:48:58 +010015097ac_config_files="$ac_config_files dlls/mscms/Makefile"
15098
Alexandre Julliarda360e932008-08-20 16:02:37 +020015099ALL_MAKEFILES="$ALL_MAKEFILES \\
15100 dlls/mscms/tests/Makefile"
Alexandre Julliard35078f42008-11-21 10:16:12 +010015101test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
Alexandre Julliard49163da2008-08-25 12:02:27 +020015102 mscms/tests"
Alexandre Julliarda360e932008-08-20 16:02:37 +020015103ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
15104dlls/mscms/tests/Makefile: dlls/mscms/tests/Makefile.in dlls/Maketest.rules"
Marcus Meissnerfbc80d72007-02-27 07:48:58 +010015105ac_config_files="$ac_config_files dlls/mscms/tests/Makefile"
15106
Alexandre Julliarda360e932008-08-20 16:02:37 +020015107ALL_MAKEFILES="$ALL_MAKEFILES \\
15108 dlls/mscoree/Makefile"
Alexandre Julliard485cc592008-08-25 12:03:35 +020015109test "x$enable_mscoree" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
Alexandre Julliard49163da2008-08-25 12:02:27 +020015110 mscoree"
Alexandre Julliarda360e932008-08-20 16:02:37 +020015111ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
15112dlls/mscoree/Makefile: dlls/mscoree/Makefile.in dlls/Makedll.rules"
Marcus Meissnerfbc80d72007-02-27 07:48:58 +010015113ac_config_files="$ac_config_files dlls/mscoree/Makefile"
15114
Alexandre Julliarda360e932008-08-20 16:02:37 +020015115ALL_MAKEFILES="$ALL_MAKEFILES \\
Aric Stewarta74aeae2009-01-27 14:15:08 -060015116 dlls/msctf/Makefile"
15117test "x$enable_msctf" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
15118 msctf"
15119ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
15120dlls/msctf/Makefile: dlls/msctf/Makefile.in dlls/Makedll.rules"
15121ac_config_files="$ac_config_files dlls/msctf/Makefile"
15122
15123ALL_MAKEFILES="$ALL_MAKEFILES \\
Aric Stewart64ae0002009-02-17 10:40:34 -060015124 dlls/msctf/tests/Makefile"
15125test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
15126 msctf/tests"
15127ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
15128dlls/msctf/tests/Makefile: dlls/msctf/tests/Makefile.in dlls/Maketest.rules"
15129ac_config_files="$ac_config_files dlls/msctf/tests/Makefile"
15130
15131ALL_MAKEFILES="$ALL_MAKEFILES \\
Huw Daviesb8e97562009-08-03 12:17:10 +010015132 dlls/msdaps/Makefile"
15133test "x$enable_msdaps" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
15134 msdaps"
15135ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
15136dlls/msdaps/Makefile: dlls/msdaps/Makefile.in dlls/Makedll.rules"
15137ac_config_files="$ac_config_files dlls/msdaps/Makefile"
15138
15139ALL_MAKEFILES="$ALL_MAKEFILES \\
Alexandre Julliarda360e932008-08-20 16:02:37 +020015140 dlls/msdmo/Makefile"
Alexandre Julliard485cc592008-08-25 12:03:35 +020015141test "x$enable_msdmo" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
Alexandre Julliard49163da2008-08-25 12:02:27 +020015142 msdmo"
Alexandre Julliarda360e932008-08-20 16:02:37 +020015143ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
15144dlls/msdmo/Makefile: dlls/msdmo/Makefile.in dlls/Makedll.rules"
Marcus Meissnerfbc80d72007-02-27 07:48:58 +010015145ac_config_files="$ac_config_files dlls/msdmo/Makefile"
15146
Alexandre Julliarda360e932008-08-20 16:02:37 +020015147ALL_MAKEFILES="$ALL_MAKEFILES \\
15148 dlls/msftedit/Makefile"
Alexandre Julliard485cc592008-08-25 12:03:35 +020015149test "x$enable_msftedit" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
Alexandre Julliard49163da2008-08-25 12:02:27 +020015150 msftedit"
Alexandre Julliarda360e932008-08-20 16:02:37 +020015151ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
15152dlls/msftedit/Makefile: dlls/msftedit/Makefile.in dlls/Makedll.rules"
Marcus Meissnerfbc80d72007-02-27 07:48:58 +010015153ac_config_files="$ac_config_files dlls/msftedit/Makefile"
15154
Alexandre Julliarda360e932008-08-20 16:02:37 +020015155ALL_MAKEFILES="$ALL_MAKEFILES \\
15156 dlls/msg711.acm/Makefile"
Alexandre Julliard485cc592008-08-25 12:03:35 +020015157test "x$enable_msg711_acm" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
Alexandre Julliard49163da2008-08-25 12:02:27 +020015158 msg711.acm"
Alexandre Julliarda360e932008-08-20 16:02:37 +020015159ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
15160dlls/msg711.acm/Makefile: dlls/msg711.acm/Makefile.in dlls/Makedll.rules"
Marcus Meissnerfbc80d72007-02-27 07:48:58 +010015161ac_config_files="$ac_config_files dlls/msg711.acm/Makefile"
15162
Alexandre Julliarda360e932008-08-20 16:02:37 +020015163ALL_MAKEFILES="$ALL_MAKEFILES \\
Maarten Lankhorst58b5a3f2009-08-03 15:48:32 +020015164 dlls/msgsm32.acm/Makefile"
15165test "x$enable_msgsm32_acm" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
15166 msgsm32.acm"
15167ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
15168dlls/msgsm32.acm/Makefile: dlls/msgsm32.acm/Makefile.in dlls/Makedll.rules"
15169ac_config_files="$ac_config_files dlls/msgsm32.acm/Makefile"
15170
15171ALL_MAKEFILES="$ALL_MAKEFILES \\
Alexandre Julliarda360e932008-08-20 16:02:37 +020015172 dlls/mshtml.tlb/Makefile"
Alexandre Julliard485cc592008-08-25 12:03:35 +020015173test "x$enable_mshtml_tlb" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
Alexandre Julliard49163da2008-08-25 12:02:27 +020015174 mshtml.tlb"
Alexandre Julliarda360e932008-08-20 16:02:37 +020015175ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
15176dlls/mshtml.tlb/Makefile: dlls/mshtml.tlb/Makefile.in dlls/Makedll.rules"
Jacek Caban021d06a2007-07-29 21:25:14 +020015177ac_config_files="$ac_config_files dlls/mshtml.tlb/Makefile"
15178
Alexandre Julliarda360e932008-08-20 16:02:37 +020015179ALL_MAKEFILES="$ALL_MAKEFILES \\
15180 dlls/mshtml/Makefile"
Alexandre Julliard485cc592008-08-25 12:03:35 +020015181test "x$enable_mshtml" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
Alexandre Julliard49163da2008-08-25 12:02:27 +020015182 mshtml"
Alexandre Julliarda360e932008-08-20 16:02:37 +020015183ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
15184dlls/mshtml/Makefile: dlls/mshtml/Makefile.in dlls/Makedll.rules"
Marcus Meissnerfbc80d72007-02-27 07:48:58 +010015185ac_config_files="$ac_config_files dlls/mshtml/Makefile"
15186
Alexandre Julliarda360e932008-08-20 16:02:37 +020015187ALL_MAKEFILES="$ALL_MAKEFILES \\
15188 dlls/mshtml/tests/Makefile"
Alexandre Julliard35078f42008-11-21 10:16:12 +010015189test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
Alexandre Julliard49163da2008-08-25 12:02:27 +020015190 mshtml/tests"
Alexandre Julliarda360e932008-08-20 16:02:37 +020015191ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
15192dlls/mshtml/tests/Makefile: dlls/mshtml/tests/Makefile.in dlls/Maketest.rules"
Marcus Meissnerfbc80d72007-02-27 07:48:58 +010015193ac_config_files="$ac_config_files dlls/mshtml/tests/Makefile"
15194
Alexandre Julliarda360e932008-08-20 16:02:37 +020015195ALL_MAKEFILES="$ALL_MAKEFILES \\
15196 dlls/msi/Makefile"
Alexandre Julliard485cc592008-08-25 12:03:35 +020015197test "x$enable_msi" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
Alexandre Julliard49163da2008-08-25 12:02:27 +020015198 msi"
Alexandre Julliarda360e932008-08-20 16:02:37 +020015199ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
15200dlls/msi/Makefile: dlls/msi/Makefile.in dlls/Makedll.rules"
Marcus Meissnerfbc80d72007-02-27 07:48:58 +010015201ac_config_files="$ac_config_files dlls/msi/Makefile"
15202
Alexandre Julliarda360e932008-08-20 16:02:37 +020015203ALL_MAKEFILES="$ALL_MAKEFILES \\
15204 dlls/msi/tests/Makefile"
Alexandre Julliard35078f42008-11-21 10:16:12 +010015205test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
Alexandre Julliard49163da2008-08-25 12:02:27 +020015206 msi/tests"
Alexandre Julliarda360e932008-08-20 16:02:37 +020015207ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
15208dlls/msi/tests/Makefile: dlls/msi/tests/Makefile.in dlls/Maketest.rules"
Marcus Meissnerfbc80d72007-02-27 07:48:58 +010015209ac_config_files="$ac_config_files dlls/msi/tests/Makefile"
15210
Alexandre Julliarda360e932008-08-20 16:02:37 +020015211ALL_MAKEFILES="$ALL_MAKEFILES \\
15212 dlls/msimg32/Makefile"
Alexandre Julliard485cc592008-08-25 12:03:35 +020015213test "x$enable_msimg32" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
Alexandre Julliard49163da2008-08-25 12:02:27 +020015214 msimg32"
Alexandre Julliarda360e932008-08-20 16:02:37 +020015215ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
15216dlls/msimg32/Makefile: dlls/msimg32/Makefile.in dlls/Makedll.rules"
Marcus Meissnerfbc80d72007-02-27 07:48:58 +010015217ac_config_files="$ac_config_files dlls/msimg32/Makefile"
15218
Alexandre Julliarda360e932008-08-20 16:02:37 +020015219ALL_MAKEFILES="$ALL_MAKEFILES \\
15220 dlls/msimtf/Makefile"
Alexandre Julliard485cc592008-08-25 12:03:35 +020015221test "x$enable_msimtf" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
Alexandre Julliard49163da2008-08-25 12:02:27 +020015222 msimtf"
Alexandre Julliarda360e932008-08-20 16:02:37 +020015223ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
15224dlls/msimtf/Makefile: dlls/msimtf/Makefile.in dlls/Makedll.rules"
Jacek Caban44a808f2007-10-14 19:31:45 +020015225ac_config_files="$ac_config_files dlls/msimtf/Makefile"
15226
Alexandre Julliarda360e932008-08-20 16:02:37 +020015227ALL_MAKEFILES="$ALL_MAKEFILES \\
15228 dlls/msisip/Makefile"
Alexandre Julliard485cc592008-08-25 12:03:35 +020015229test "x$enable_msisip" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
Alexandre Julliard49163da2008-08-25 12:02:27 +020015230 msisip"
Alexandre Julliarda360e932008-08-20 16:02:37 +020015231ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
15232dlls/msisip/Makefile: dlls/msisip/Makefile.in dlls/Makedll.rules"
Juan Lang8a6c2c22008-07-31 08:41:17 -070015233ac_config_files="$ac_config_files dlls/msisip/Makefile"
15234
Alexandre Julliarda360e932008-08-20 16:02:37 +020015235ALL_MAKEFILES="$ALL_MAKEFILES \\
15236 dlls/msisys.ocx/Makefile"
Alexandre Julliard485cc592008-08-25 12:03:35 +020015237test "x$enable_msisys_ocx" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
Alexandre Julliard49163da2008-08-25 12:02:27 +020015238 msisys.ocx"
Alexandre Julliarda360e932008-08-20 16:02:37 +020015239ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
15240dlls/msisys.ocx/Makefile: dlls/msisys.ocx/Makefile.in dlls/Makedll.rules"
Marcus Meissnerfbc80d72007-02-27 07:48:58 +010015241ac_config_files="$ac_config_files dlls/msisys.ocx/Makefile"
15242
Alexandre Julliarda360e932008-08-20 16:02:37 +020015243ALL_MAKEFILES="$ALL_MAKEFILES \\
15244 dlls/msnet32/Makefile"
Alexandre Julliard485cc592008-08-25 12:03:35 +020015245test "x$enable_msnet32" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
Alexandre Julliard49163da2008-08-25 12:02:27 +020015246 msnet32"
Alexandre Julliarda360e932008-08-20 16:02:37 +020015247ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
15248dlls/msnet32/Makefile: dlls/msnet32/Makefile.in dlls/Makedll.rules"
Marcus Meissnerfbc80d72007-02-27 07:48:58 +010015249ac_config_files="$ac_config_files dlls/msnet32/Makefile"
15250
Alexandre Julliarda360e932008-08-20 16:02:37 +020015251ALL_MAKEFILES="$ALL_MAKEFILES \\
15252 dlls/msrle32/Makefile"
Alexandre Julliard485cc592008-08-25 12:03:35 +020015253test "x$enable_msrle32" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
Alexandre Julliard49163da2008-08-25 12:02:27 +020015254 msrle32"
Alexandre Julliarda360e932008-08-20 16:02:37 +020015255ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
15256dlls/msrle32/Makefile: dlls/msrle32/Makefile.in dlls/Makedll.rules"
Marcus Meissnerfbc80d72007-02-27 07:48:58 +010015257ac_config_files="$ac_config_files dlls/msrle32/Makefile"
15258
Alexandre Julliarda360e932008-08-20 16:02:37 +020015259ALL_MAKEFILES="$ALL_MAKEFILES \\
Austin English0d731932009-01-20 20:03:45 -060015260 dlls/mssign32/Makefile"
15261test "x$enable_mssign32" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
15262 mssign32"
15263ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
15264dlls/mssign32/Makefile: dlls/mssign32/Makefile.in dlls/Makedll.rules"
15265ac_config_files="$ac_config_files dlls/mssign32/Makefile"
15266
15267ALL_MAKEFILES="$ALL_MAKEFILES \\
Alexandre Julliarda360e932008-08-20 16:02:37 +020015268 dlls/mssip32/Makefile"
Alexandre Julliard485cc592008-08-25 12:03:35 +020015269test "x$enable_mssip32" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
Alexandre Julliard49163da2008-08-25 12:02:27 +020015270 mssip32"
Alexandre Julliarda360e932008-08-20 16:02:37 +020015271ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
15272dlls/mssip32/Makefile: dlls/mssip32/Makefile.in dlls/Makedll.rules"
Maarten Lankhorstc438d232008-02-17 18:20:32 -080015273ac_config_files="$ac_config_files dlls/mssip32/Makefile"
15274
Alexandre Julliarda360e932008-08-20 16:02:37 +020015275ALL_MAKEFILES="$ALL_MAKEFILES \\
15276 dlls/mstask/Makefile"
Alexandre Julliard485cc592008-08-25 12:03:35 +020015277test "x$enable_mstask" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
Alexandre Julliard49163da2008-08-25 12:02:27 +020015278 mstask"
Alexandre Julliarda360e932008-08-20 16:02:37 +020015279ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
15280dlls/mstask/Makefile: dlls/mstask/Makefile.in dlls/Makedll.rules"
Roy Shea80ee2252008-07-14 17:12:47 -070015281ac_config_files="$ac_config_files dlls/mstask/Makefile"
15282
Alexandre Julliarda360e932008-08-20 16:02:37 +020015283ALL_MAKEFILES="$ALL_MAKEFILES \\
15284 dlls/mstask/tests/Makefile"
Alexandre Julliard35078f42008-11-21 10:16:12 +010015285test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
Alexandre Julliard49163da2008-08-25 12:02:27 +020015286 mstask/tests"
Alexandre Julliarda360e932008-08-20 16:02:37 +020015287ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
15288dlls/mstask/tests/Makefile: dlls/mstask/tests/Makefile.in dlls/Maketest.rules"
Alexandre Julliard3842ab02008-08-19 15:30:25 +020015289ac_config_files="$ac_config_files dlls/mstask/tests/Makefile"
15290
Alexandre Julliarda360e932008-08-20 16:02:37 +020015291ALL_MAKEFILES="$ALL_MAKEFILES \\
15292 dlls/msvcirt/Makefile"
Alexandre Julliard485cc592008-08-25 12:03:35 +020015293test "x$enable_msvcirt" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
Alexandre Julliard49163da2008-08-25 12:02:27 +020015294 msvcirt"
Alexandre Julliarda360e932008-08-20 16:02:37 +020015295ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
15296dlls/msvcirt/Makefile: dlls/msvcirt/Makefile.in dlls/Makedll.rules"
Alexandre Julliard455a4992007-09-28 20:43:43 +020015297ac_config_files="$ac_config_files dlls/msvcirt/Makefile"
15298
Alexandre Julliarda360e932008-08-20 16:02:37 +020015299ALL_MAKEFILES="$ALL_MAKEFILES \\
15300 dlls/msvcr71/Makefile"
Alexandre Julliard485cc592008-08-25 12:03:35 +020015301test "x$enable_msvcr71" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
Alexandre Julliard49163da2008-08-25 12:02:27 +020015302 msvcr71"
Alexandre Julliarda360e932008-08-20 16:02:37 +020015303ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
15304dlls/msvcr71/Makefile: dlls/msvcr71/Makefile.in dlls/Makedll.rules"
Hans Leidekker67815c62008-01-20 19:34:01 +010015305ac_config_files="$ac_config_files dlls/msvcr71/Makefile"
15306
Alexandre Julliarda360e932008-08-20 16:02:37 +020015307ALL_MAKEFILES="$ALL_MAKEFILES \\
15308 dlls/msvcrt/Makefile"
Alexandre Julliard485cc592008-08-25 12:03:35 +020015309test "x$enable_msvcrt" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
Alexandre Julliard49163da2008-08-25 12:02:27 +020015310 msvcrt"
Alexandre Julliarda360e932008-08-20 16:02:37 +020015311ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
15312dlls/msvcrt/Makefile: dlls/msvcrt/Makefile.in dlls/Makedll.rules"
Marcus Meissnerfbc80d72007-02-27 07:48:58 +010015313ac_config_files="$ac_config_files dlls/msvcrt/Makefile"
15314
Alexandre Julliarda360e932008-08-20 16:02:37 +020015315ALL_MAKEFILES="$ALL_MAKEFILES \\
15316 dlls/msvcrt/tests/Makefile"
Alexandre Julliard35078f42008-11-21 10:16:12 +010015317test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
Alexandre Julliard49163da2008-08-25 12:02:27 +020015318 msvcrt/tests"
Alexandre Julliarda360e932008-08-20 16:02:37 +020015319ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
15320dlls/msvcrt/tests/Makefile: dlls/msvcrt/tests/Makefile.in dlls/Maketest.rules"
Marcus Meissnerfbc80d72007-02-27 07:48:58 +010015321ac_config_files="$ac_config_files dlls/msvcrt/tests/Makefile"
15322
Alexandre Julliarda360e932008-08-20 16:02:37 +020015323ALL_MAKEFILES="$ALL_MAKEFILES \\
15324 dlls/msvcrt20/Makefile"
Alexandre Julliard485cc592008-08-25 12:03:35 +020015325test "x$enable_msvcrt20" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
Alexandre Julliard49163da2008-08-25 12:02:27 +020015326 msvcrt20"
Alexandre Julliarda360e932008-08-20 16:02:37 +020015327ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
15328dlls/msvcrt20/Makefile: dlls/msvcrt20/Makefile.in dlls/Makedll.rules"
Marcus Meissnerfbc80d72007-02-27 07:48:58 +010015329ac_config_files="$ac_config_files dlls/msvcrt20/Makefile"
15330
Alexandre Julliarda360e932008-08-20 16:02:37 +020015331ALL_MAKEFILES="$ALL_MAKEFILES \\
15332 dlls/msvcrt40/Makefile"
Alexandre Julliard485cc592008-08-25 12:03:35 +020015333test "x$enable_msvcrt40" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
Alexandre Julliard49163da2008-08-25 12:02:27 +020015334 msvcrt40"
Alexandre Julliarda360e932008-08-20 16:02:37 +020015335ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
15336dlls/msvcrt40/Makefile: dlls/msvcrt40/Makefile.in dlls/Makedll.rules"
Marcus Meissnerfbc80d72007-02-27 07:48:58 +010015337ac_config_files="$ac_config_files dlls/msvcrt40/Makefile"
15338
Alexandre Julliarda360e932008-08-20 16:02:37 +020015339ALL_MAKEFILES="$ALL_MAKEFILES \\
15340 dlls/msvcrtd/Makefile"
Alexandre Julliard485cc592008-08-25 12:03:35 +020015341test "x$enable_msvcrtd" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
Alexandre Julliard49163da2008-08-25 12:02:27 +020015342 msvcrtd"
Alexandre Julliarda360e932008-08-20 16:02:37 +020015343ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
15344dlls/msvcrtd/Makefile: dlls/msvcrtd/Makefile.in dlls/Makedll.rules"
Marcus Meissnerfbc80d72007-02-27 07:48:58 +010015345ac_config_files="$ac_config_files dlls/msvcrtd/Makefile"
15346
Alexandre Julliarda360e932008-08-20 16:02:37 +020015347ALL_MAKEFILES="$ALL_MAKEFILES \\
15348 dlls/msvcrtd/tests/Makefile"
Alexandre Julliard35078f42008-11-21 10:16:12 +010015349test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
Alexandre Julliard49163da2008-08-25 12:02:27 +020015350 msvcrtd/tests"
Alexandre Julliarda360e932008-08-20 16:02:37 +020015351ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
15352dlls/msvcrtd/tests/Makefile: dlls/msvcrtd/tests/Makefile.in dlls/Maketest.rules"
Marcus Meissnerfbc80d72007-02-27 07:48:58 +010015353ac_config_files="$ac_config_files dlls/msvcrtd/tests/Makefile"
15354
Alexandre Julliarda360e932008-08-20 16:02:37 +020015355ALL_MAKEFILES="$ALL_MAKEFILES \\
15356 dlls/msvfw32/Makefile"
Alexandre Julliard485cc592008-08-25 12:03:35 +020015357test "x$enable_msvfw32" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
Alexandre Julliard49163da2008-08-25 12:02:27 +020015358 msvfw32"
Alexandre Julliarda360e932008-08-20 16:02:37 +020015359ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
15360dlls/msvfw32/Makefile: dlls/msvfw32/Makefile.in dlls/Makedll.rules"
Marcus Meissnerfbc80d72007-02-27 07:48:58 +010015361ac_config_files="$ac_config_files dlls/msvfw32/Makefile"
15362
Alexandre Julliarda360e932008-08-20 16:02:37 +020015363ALL_MAKEFILES="$ALL_MAKEFILES \\
Jörg Höhlefc5c89e2008-12-16 21:27:56 +010015364 dlls/msvfw32/tests/Makefile"
15365test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
15366 msvfw32/tests"
15367ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
15368dlls/msvfw32/tests/Makefile: dlls/msvfw32/tests/Makefile.in dlls/Maketest.rules"
15369ac_config_files="$ac_config_files dlls/msvfw32/tests/Makefile"
15370
15371ALL_MAKEFILES="$ALL_MAKEFILES \\
Alexandre Julliarda360e932008-08-20 16:02:37 +020015372 dlls/msvidc32/Makefile"
Alexandre Julliard485cc592008-08-25 12:03:35 +020015373test "x$enable_msvidc32" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
Alexandre Julliard49163da2008-08-25 12:02:27 +020015374 msvidc32"
Alexandre Julliarda360e932008-08-20 16:02:37 +020015375ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
15376dlls/msvidc32/Makefile: dlls/msvidc32/Makefile.in dlls/Makedll.rules"
Marcus Meissnerfbc80d72007-02-27 07:48:58 +010015377ac_config_files="$ac_config_files dlls/msvidc32/Makefile"
15378
Alexandre Julliarda360e932008-08-20 16:02:37 +020015379ALL_MAKEFILES="$ALL_MAKEFILES \\
Eric Pouechb8aa4e42009-05-14 21:36:39 +020015380 dlls/msvideo.dll16/Makefile"
15381test "x$enable_win16" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
15382 msvideo.dll16"
15383ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
15384dlls/msvideo.dll16/Makefile: dlls/msvideo.dll16/Makefile.in dlls/Makedll.rules"
15385ac_config_files="$ac_config_files dlls/msvideo.dll16/Makefile"
15386
15387ALL_MAKEFILES="$ALL_MAKEFILES \\
Alexandre Julliarda360e932008-08-20 16:02:37 +020015388 dlls/mswsock/Makefile"
Alexandre Julliard485cc592008-08-25 12:03:35 +020015389test "x$enable_mswsock" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
Alexandre Julliard49163da2008-08-25 12:02:27 +020015390 mswsock"
Alexandre Julliarda360e932008-08-20 16:02:37 +020015391ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
15392dlls/mswsock/Makefile: dlls/mswsock/Makefile.in dlls/Makedll.rules"
Marcus Meissnerfbc80d72007-02-27 07:48:58 +010015393ac_config_files="$ac_config_files dlls/mswsock/Makefile"
15394
Alexandre Julliarda360e932008-08-20 16:02:37 +020015395ALL_MAKEFILES="$ALL_MAKEFILES \\
15396 dlls/msxml3/Makefile"
Alexandre Julliard485cc592008-08-25 12:03:35 +020015397test "x$enable_msxml3" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
Alexandre Julliard49163da2008-08-25 12:02:27 +020015398 msxml3"
Alexandre Julliarda360e932008-08-20 16:02:37 +020015399ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
15400dlls/msxml3/Makefile: dlls/msxml3/Makefile.in dlls/Makedll.rules"
Marcus Meissnerfbc80d72007-02-27 07:48:58 +010015401ac_config_files="$ac_config_files dlls/msxml3/Makefile"
15402
Alexandre Julliarda360e932008-08-20 16:02:37 +020015403ALL_MAKEFILES="$ALL_MAKEFILES \\
15404 dlls/msxml3/tests/Makefile"
Alexandre Julliard35078f42008-11-21 10:16:12 +010015405test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
Alexandre Julliard49163da2008-08-25 12:02:27 +020015406 msxml3/tests"
Alexandre Julliarda360e932008-08-20 16:02:37 +020015407ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
15408dlls/msxml3/tests/Makefile: dlls/msxml3/tests/Makefile.in dlls/Maketest.rules"
Marcus Meissnerfbc80d72007-02-27 07:48:58 +010015409ac_config_files="$ac_config_files dlls/msxml3/tests/Makefile"
15410
Alexandre Julliarda360e932008-08-20 16:02:37 +020015411ALL_MAKEFILES="$ALL_MAKEFILES \\
15412 dlls/nddeapi/Makefile"
Alexandre Julliard485cc592008-08-25 12:03:35 +020015413test "x$enable_nddeapi" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
Alexandre Julliard49163da2008-08-25 12:02:27 +020015414 nddeapi"
Alexandre Julliarda360e932008-08-20 16:02:37 +020015415ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
15416dlls/nddeapi/Makefile: dlls/nddeapi/Makefile.in dlls/Makedll.rules"
Marcus Meissnerfbc80d72007-02-27 07:48:58 +010015417ac_config_files="$ac_config_files dlls/nddeapi/Makefile"
15418
Alexandre Julliarda360e932008-08-20 16:02:37 +020015419ALL_MAKEFILES="$ALL_MAKEFILES \\
15420 dlls/netapi32/Makefile"
Alexandre Julliard485cc592008-08-25 12:03:35 +020015421test "x$enable_netapi32" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
Alexandre Julliard49163da2008-08-25 12:02:27 +020015422 netapi32"
Alexandre Julliarda360e932008-08-20 16:02:37 +020015423ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
15424dlls/netapi32/Makefile: dlls/netapi32/Makefile.in dlls/Makedll.rules"
Marcus Meissnerfbc80d72007-02-27 07:48:58 +010015425ac_config_files="$ac_config_files dlls/netapi32/Makefile"
15426
Alexandre Julliarda360e932008-08-20 16:02:37 +020015427ALL_MAKEFILES="$ALL_MAKEFILES \\
15428 dlls/netapi32/tests/Makefile"
Alexandre Julliard35078f42008-11-21 10:16:12 +010015429test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
Alexandre Julliard49163da2008-08-25 12:02:27 +020015430 netapi32/tests"
Alexandre Julliarda360e932008-08-20 16:02:37 +020015431ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
15432dlls/netapi32/tests/Makefile: dlls/netapi32/tests/Makefile.in dlls/Maketest.rules"
Marcus Meissnerfbc80d72007-02-27 07:48:58 +010015433ac_config_files="$ac_config_files dlls/netapi32/tests/Makefile"
15434
Alexandre Julliarda360e932008-08-20 16:02:37 +020015435ALL_MAKEFILES="$ALL_MAKEFILES \\
15436 dlls/newdev/Makefile"
Alexandre Julliard485cc592008-08-25 12:03:35 +020015437test "x$enable_newdev" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
Alexandre Julliard49163da2008-08-25 12:02:27 +020015438 newdev"
Alexandre Julliarda360e932008-08-20 16:02:37 +020015439ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
15440dlls/newdev/Makefile: dlls/newdev/Makefile.in dlls/Makedll.rules"
Marcus Meissnerfbc80d72007-02-27 07:48:58 +010015441ac_config_files="$ac_config_files dlls/newdev/Makefile"
15442
Alexandre Julliarda360e932008-08-20 16:02:37 +020015443ALL_MAKEFILES="$ALL_MAKEFILES \\
15444 dlls/ntdll/Makefile"
Alexandre Julliard485cc592008-08-25 12:03:35 +020015445test "x$enable_ntdll" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
Alexandre Julliard49163da2008-08-25 12:02:27 +020015446 ntdll"
Alexandre Julliarda360e932008-08-20 16:02:37 +020015447ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
15448dlls/ntdll/Makefile: dlls/ntdll/Makefile.in dlls/Makedll.rules"
Marcus Meissnerfbc80d72007-02-27 07:48:58 +010015449ac_config_files="$ac_config_files dlls/ntdll/Makefile"
15450
Alexandre Julliarda360e932008-08-20 16:02:37 +020015451ALL_MAKEFILES="$ALL_MAKEFILES \\
15452 dlls/ntdll/tests/Makefile"
Alexandre Julliard35078f42008-11-21 10:16:12 +010015453test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
Alexandre Julliard49163da2008-08-25 12:02:27 +020015454 ntdll/tests"
Alexandre Julliarda360e932008-08-20 16:02:37 +020015455ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
15456dlls/ntdll/tests/Makefile: dlls/ntdll/tests/Makefile.in dlls/Maketest.rules"
Marcus Meissnerfbc80d72007-02-27 07:48:58 +010015457ac_config_files="$ac_config_files dlls/ntdll/tests/Makefile"
15458
Alexandre Julliarda360e932008-08-20 16:02:37 +020015459ALL_MAKEFILES="$ALL_MAKEFILES \\
15460 dlls/ntdsapi/Makefile"
Alexandre Julliard485cc592008-08-25 12:03:35 +020015461test "x$enable_ntdsapi" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
Alexandre Julliard49163da2008-08-25 12:02:27 +020015462 ntdsapi"
Alexandre Julliarda360e932008-08-20 16:02:37 +020015463ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
15464dlls/ntdsapi/Makefile: dlls/ntdsapi/Makefile.in dlls/Makedll.rules"
Marcus Meissnerfbc80d72007-02-27 07:48:58 +010015465ac_config_files="$ac_config_files dlls/ntdsapi/Makefile"
15466
Alexandre Julliarda360e932008-08-20 16:02:37 +020015467ALL_MAKEFILES="$ALL_MAKEFILES \\
15468 dlls/ntdsapi/tests/Makefile"
Alexandre Julliard35078f42008-11-21 10:16:12 +010015469test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
Alexandre Julliard49163da2008-08-25 12:02:27 +020015470 ntdsapi/tests"
Alexandre Julliarda360e932008-08-20 16:02:37 +020015471ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
15472dlls/ntdsapi/tests/Makefile: dlls/ntdsapi/tests/Makefile.in dlls/Maketest.rules"
Rob Shearman5db45042008-01-24 18:36:36 +000015473ac_config_files="$ac_config_files dlls/ntdsapi/tests/Makefile"
15474
Alexandre Julliarda360e932008-08-20 16:02:37 +020015475ALL_MAKEFILES="$ALL_MAKEFILES \\
15476 dlls/ntoskrnl.exe/Makefile"
Alexandre Julliard485cc592008-08-25 12:03:35 +020015477test "x$enable_ntoskrnl_exe" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
Alexandre Julliard49163da2008-08-25 12:02:27 +020015478 ntoskrnl.exe"
Alexandre Julliarda360e932008-08-20 16:02:37 +020015479ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
15480dlls/ntoskrnl.exe/Makefile: dlls/ntoskrnl.exe/Makefile.in dlls/Makedll.rules"
Alexandre Julliard12c169d2007-05-14 19:55:32 +020015481ac_config_files="$ac_config_files dlls/ntoskrnl.exe/Makefile"
15482
Alexandre Julliarda360e932008-08-20 16:02:37 +020015483ALL_MAKEFILES="$ALL_MAKEFILES \\
15484 dlls/ntprint/Makefile"
Alexandre Julliard485cc592008-08-25 12:03:35 +020015485test "x$enable_ntprint" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
Alexandre Julliard49163da2008-08-25 12:02:27 +020015486 ntprint"
Alexandre Julliarda360e932008-08-20 16:02:37 +020015487ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
15488dlls/ntprint/Makefile: dlls/ntprint/Makefile.in dlls/Makedll.rules"
Detlef Riekenberga8697b52007-06-19 00:02:15 +020015489ac_config_files="$ac_config_files dlls/ntprint/Makefile"
15490
Alexandre Julliarda360e932008-08-20 16:02:37 +020015491ALL_MAKEFILES="$ALL_MAKEFILES \\
15492 dlls/ntprint/tests/Makefile"
Alexandre Julliard35078f42008-11-21 10:16:12 +010015493test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
Alexandre Julliard49163da2008-08-25 12:02:27 +020015494 ntprint/tests"
Alexandre Julliarda360e932008-08-20 16:02:37 +020015495ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
15496dlls/ntprint/tests/Makefile: dlls/ntprint/tests/Makefile.in dlls/Maketest.rules"
Detlef Riekenberga1144832007-06-21 06:07:10 +020015497ac_config_files="$ac_config_files dlls/ntprint/tests/Makefile"
15498
Alexandre Julliarda360e932008-08-20 16:02:37 +020015499ALL_MAKEFILES="$ALL_MAKEFILES \\
15500 dlls/objsel/Makefile"
Alexandre Julliard485cc592008-08-25 12:03:35 +020015501test "x$enable_objsel" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
Alexandre Julliard49163da2008-08-25 12:02:27 +020015502 objsel"
Alexandre Julliarda360e932008-08-20 16:02:37 +020015503ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
15504dlls/objsel/Makefile: dlls/objsel/Makefile.in dlls/Makedll.rules"
Marcus Meissnerfbc80d72007-02-27 07:48:58 +010015505ac_config_files="$ac_config_files dlls/objsel/Makefile"
15506
Alexandre Julliarda360e932008-08-20 16:02:37 +020015507ALL_MAKEFILES="$ALL_MAKEFILES \\
15508 dlls/odbc32/Makefile"
Alexandre Julliard485cc592008-08-25 12:03:35 +020015509test "x$enable_odbc32" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
Alexandre Julliard49163da2008-08-25 12:02:27 +020015510 odbc32"
Alexandre Julliarda360e932008-08-20 16:02:37 +020015511ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
15512dlls/odbc32/Makefile: dlls/odbc32/Makefile.in dlls/Makedll.rules"
Marcus Meissnerfbc80d72007-02-27 07:48:58 +010015513ac_config_files="$ac_config_files dlls/odbc32/Makefile"
15514
Alexandre Julliarda360e932008-08-20 16:02:37 +020015515ALL_MAKEFILES="$ALL_MAKEFILES \\
15516 dlls/odbccp32/Makefile"
Alexandre Julliard485cc592008-08-25 12:03:35 +020015517test "x$enable_odbccp32" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
Alexandre Julliard49163da2008-08-25 12:02:27 +020015518 odbccp32"
Alexandre Julliarda360e932008-08-20 16:02:37 +020015519ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
15520dlls/odbccp32/Makefile: dlls/odbccp32/Makefile.in dlls/Makedll.rules"
Marcus Meissnerfbc80d72007-02-27 07:48:58 +010015521ac_config_files="$ac_config_files dlls/odbccp32/Makefile"
15522
Alexandre Julliarda360e932008-08-20 16:02:37 +020015523ALL_MAKEFILES="$ALL_MAKEFILES \\
15524 dlls/odbccp32/tests/Makefile"
Alexandre Julliard35078f42008-11-21 10:16:12 +010015525test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
Alexandre Julliard49163da2008-08-25 12:02:27 +020015526 odbccp32/tests"
Alexandre Julliarda360e932008-08-20 16:02:37 +020015527ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
15528dlls/odbccp32/tests/Makefile: dlls/odbccp32/tests/Makefile.in dlls/Maketest.rules"
Marcus Meissnerfbc80d72007-02-27 07:48:58 +010015529ac_config_files="$ac_config_files dlls/odbccp32/tests/Makefile"
15530
Alexandre Julliarda360e932008-08-20 16:02:37 +020015531ALL_MAKEFILES="$ALL_MAKEFILES \\
Alexandre Julliard2e1b3092009-03-11 17:05:20 +010015532 dlls/ole2.dll16/Makefile"
Alexandre Julliarda37d8892009-03-13 12:18:04 +010015533test "x$enable_win16" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
Alexandre Julliard2e1b3092009-03-11 17:05:20 +010015534 ole2.dll16"
15535ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
15536dlls/ole2.dll16/Makefile: dlls/ole2.dll16/Makefile.in dlls/Makedll.rules"
15537ac_config_files="$ac_config_files dlls/ole2.dll16/Makefile"
15538
15539ALL_MAKEFILES="$ALL_MAKEFILES \\
Alexandre Julliardea638262009-03-11 16:32:36 +010015540 dlls/ole2conv.dll16/Makefile"
Alexandre Julliarda37d8892009-03-13 12:18:04 +010015541test "x$enable_win16" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
Alexandre Julliardea638262009-03-11 16:32:36 +010015542 ole2conv.dll16"
15543ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
15544dlls/ole2conv.dll16/Makefile: dlls/ole2conv.dll16/Makefile.in dlls/Makedll.rules"
15545ac_config_files="$ac_config_files dlls/ole2conv.dll16/Makefile"
15546
15547ALL_MAKEFILES="$ALL_MAKEFILES \\
Alexandre Julliardd5a4a662009-03-11 17:36:40 +010015548 dlls/ole2disp.dll16/Makefile"
Alexandre Julliarda37d8892009-03-13 12:18:04 +010015549test "x$enable_win16" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
Alexandre Julliardd5a4a662009-03-11 17:36:40 +010015550 ole2disp.dll16"
15551ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
15552dlls/ole2disp.dll16/Makefile: dlls/ole2disp.dll16/Makefile.in dlls/Makedll.rules"
15553ac_config_files="$ac_config_files dlls/ole2disp.dll16/Makefile"
15554
15555ALL_MAKEFILES="$ALL_MAKEFILES \\
Alexandre Julliard7511d672009-03-11 16:53:06 +010015556 dlls/ole2nls.dll16/Makefile"
Alexandre Julliarda37d8892009-03-13 12:18:04 +010015557test "x$enable_win16" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
Alexandre Julliard7511d672009-03-11 16:53:06 +010015558 ole2nls.dll16"
15559ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
15560dlls/ole2nls.dll16/Makefile: dlls/ole2nls.dll16/Makefile.in dlls/Makedll.rules"
15561ac_config_files="$ac_config_files dlls/ole2nls.dll16/Makefile"
15562
15563ALL_MAKEFILES="$ALL_MAKEFILES \\
Alexandre Julliardb4bbe0c2009-03-11 16:36:17 +010015564 dlls/ole2prox.dll16/Makefile"
Alexandre Julliarda37d8892009-03-13 12:18:04 +010015565test "x$enable_win16" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
Alexandre Julliardb4bbe0c2009-03-11 16:36:17 +010015566 ole2prox.dll16"
15567ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
15568dlls/ole2prox.dll16/Makefile: dlls/ole2prox.dll16/Makefile.in dlls/Makedll.rules"
15569ac_config_files="$ac_config_files dlls/ole2prox.dll16/Makefile"
15570
15571ALL_MAKEFILES="$ALL_MAKEFILES \\
Alexandre Julliarddc810652009-03-11 16:38:57 +010015572 dlls/ole2thk.dll16/Makefile"
Alexandre Julliarda37d8892009-03-13 12:18:04 +010015573test "x$enable_win16" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
Alexandre Julliarddc810652009-03-11 16:38:57 +010015574 ole2thk.dll16"
15575ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
15576dlls/ole2thk.dll16/Makefile: dlls/ole2thk.dll16/Makefile.in dlls/Makedll.rules"
15577ac_config_files="$ac_config_files dlls/ole2thk.dll16/Makefile"
15578
15579ALL_MAKEFILES="$ALL_MAKEFILES \\
Alexandre Julliarda360e932008-08-20 16:02:37 +020015580 dlls/ole32/Makefile"
Alexandre Julliard485cc592008-08-25 12:03:35 +020015581test "x$enable_ole32" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
Alexandre Julliard49163da2008-08-25 12:02:27 +020015582 ole32"
Alexandre Julliarda360e932008-08-20 16:02:37 +020015583ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
15584dlls/ole32/Makefile: dlls/ole32/Makefile.in dlls/Makedll.rules"
Marcus Meissnerfbc80d72007-02-27 07:48:58 +010015585ac_config_files="$ac_config_files dlls/ole32/Makefile"
15586
Alexandre Julliarda360e932008-08-20 16:02:37 +020015587ALL_MAKEFILES="$ALL_MAKEFILES \\
15588 dlls/ole32/tests/Makefile"
Alexandre Julliard35078f42008-11-21 10:16:12 +010015589test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
Alexandre Julliard49163da2008-08-25 12:02:27 +020015590 ole32/tests"
Alexandre Julliarda360e932008-08-20 16:02:37 +020015591ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
15592dlls/ole32/tests/Makefile: dlls/ole32/tests/Makefile.in dlls/Maketest.rules"
Marcus Meissnerfbc80d72007-02-27 07:48:58 +010015593ac_config_files="$ac_config_files dlls/ole32/tests/Makefile"
15594
Alexandre Julliarda360e932008-08-20 16:02:37 +020015595ALL_MAKEFILES="$ALL_MAKEFILES \\
15596 dlls/oleacc/Makefile"
Alexandre Julliard485cc592008-08-25 12:03:35 +020015597test "x$enable_oleacc" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
Alexandre Julliard49163da2008-08-25 12:02:27 +020015598 oleacc"
Alexandre Julliarda360e932008-08-20 16:02:37 +020015599ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
15600dlls/oleacc/Makefile: dlls/oleacc/Makefile.in dlls/Makedll.rules"
Marcus Meissnerfbc80d72007-02-27 07:48:58 +010015601ac_config_files="$ac_config_files dlls/oleacc/Makefile"
15602
Alexandre Julliarda360e932008-08-20 16:02:37 +020015603ALL_MAKEFILES="$ALL_MAKEFILES \\
Nikolay Sivove2399a92008-10-14 22:18:08 +040015604 dlls/oleacc/tests/Makefile"
Alexandre Julliard35078f42008-11-21 10:16:12 +010015605test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
Nikolay Sivove2399a92008-10-14 22:18:08 +040015606 oleacc/tests"
15607ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
15608dlls/oleacc/tests/Makefile: dlls/oleacc/tests/Makefile.in dlls/Maketest.rules"
15609ac_config_files="$ac_config_files dlls/oleacc/tests/Makefile"
15610
15611ALL_MAKEFILES="$ALL_MAKEFILES \\
Alexandre Julliarda360e932008-08-20 16:02:37 +020015612 dlls/oleaut32/Makefile"
Alexandre Julliard485cc592008-08-25 12:03:35 +020015613test "x$enable_oleaut32" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
Alexandre Julliard49163da2008-08-25 12:02:27 +020015614 oleaut32"
Alexandre Julliarda360e932008-08-20 16:02:37 +020015615ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
15616dlls/oleaut32/Makefile: dlls/oleaut32/Makefile.in dlls/Makedll.rules"
Marcus Meissnerfbc80d72007-02-27 07:48:58 +010015617ac_config_files="$ac_config_files dlls/oleaut32/Makefile"
15618
Alexandre Julliarda360e932008-08-20 16:02:37 +020015619ALL_MAKEFILES="$ALL_MAKEFILES \\
15620 dlls/oleaut32/tests/Makefile"
Alexandre Julliard35078f42008-11-21 10:16:12 +010015621test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
Alexandre Julliard49163da2008-08-25 12:02:27 +020015622 oleaut32/tests"
Alexandre Julliarda360e932008-08-20 16:02:37 +020015623ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
15624dlls/oleaut32/tests/Makefile: dlls/oleaut32/tests/Makefile.in dlls/Maketest.rules"
Marcus Meissnerfbc80d72007-02-27 07:48:58 +010015625ac_config_files="$ac_config_files dlls/oleaut32/tests/Makefile"
15626
Alexandre Julliarda360e932008-08-20 16:02:37 +020015627ALL_MAKEFILES="$ALL_MAKEFILES \\
Alexandre Julliard7c288602009-03-11 16:26:37 +010015628 dlls/olecli.dll16/Makefile"
Alexandre Julliarda37d8892009-03-13 12:18:04 +010015629test "x$enable_win16" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
Alexandre Julliard7c288602009-03-11 16:26:37 +010015630 olecli.dll16"
15631ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
15632dlls/olecli.dll16/Makefile: dlls/olecli.dll16/Makefile.in dlls/Makedll.rules"
15633ac_config_files="$ac_config_files dlls/olecli.dll16/Makefile"
15634
15635ALL_MAKEFILES="$ALL_MAKEFILES \\
Alexandre Julliarda360e932008-08-20 16:02:37 +020015636 dlls/olecli32/Makefile"
Alexandre Julliard485cc592008-08-25 12:03:35 +020015637test "x$enable_olecli32" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
Alexandre Julliard49163da2008-08-25 12:02:27 +020015638 olecli32"
Alexandre Julliarda360e932008-08-20 16:02:37 +020015639ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
15640dlls/olecli32/Makefile: dlls/olecli32/Makefile.in dlls/Makedll.rules"
Marcus Meissnerfbc80d72007-02-27 07:48:58 +010015641ac_config_files="$ac_config_files dlls/olecli32/Makefile"
15642
Alexandre Julliarda360e932008-08-20 16:02:37 +020015643ALL_MAKEFILES="$ALL_MAKEFILES \\
15644 dlls/oledlg/Makefile"
Alexandre Julliard485cc592008-08-25 12:03:35 +020015645test "x$enable_oledlg" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
Alexandre Julliard49163da2008-08-25 12:02:27 +020015646 oledlg"
Alexandre Julliarda360e932008-08-20 16:02:37 +020015647ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
15648dlls/oledlg/Makefile: dlls/oledlg/Makefile.in dlls/Makedll.rules"
Marcus Meissnerfbc80d72007-02-27 07:48:58 +010015649ac_config_files="$ac_config_files dlls/oledlg/Makefile"
15650
Alexandre Julliarda360e932008-08-20 16:02:37 +020015651ALL_MAKEFILES="$ALL_MAKEFILES \\
15652 dlls/olepro32/Makefile"
Alexandre Julliard485cc592008-08-25 12:03:35 +020015653test "x$enable_olepro32" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
Alexandre Julliard49163da2008-08-25 12:02:27 +020015654 olepro32"
Alexandre Julliarda360e932008-08-20 16:02:37 +020015655ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
15656dlls/olepro32/Makefile: dlls/olepro32/Makefile.in dlls/Makedll.rules"
Marcus Meissnerfbc80d72007-02-27 07:48:58 +010015657ac_config_files="$ac_config_files dlls/olepro32/Makefile"
15658
Alexandre Julliarda360e932008-08-20 16:02:37 +020015659ALL_MAKEFILES="$ALL_MAKEFILES \\
Alexandre Julliardb12965c2009-03-11 16:27:35 +010015660 dlls/olesvr.dll16/Makefile"
Alexandre Julliarda37d8892009-03-13 12:18:04 +010015661test "x$enable_win16" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
Alexandre Julliardb12965c2009-03-11 16:27:35 +010015662 olesvr.dll16"
15663ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
15664dlls/olesvr.dll16/Makefile: dlls/olesvr.dll16/Makefile.in dlls/Makedll.rules"
15665ac_config_files="$ac_config_files dlls/olesvr.dll16/Makefile"
15666
15667ALL_MAKEFILES="$ALL_MAKEFILES \\
Alexandre Julliarda360e932008-08-20 16:02:37 +020015668 dlls/olesvr32/Makefile"
Alexandre Julliard485cc592008-08-25 12:03:35 +020015669test "x$enable_olesvr32" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
Alexandre Julliard49163da2008-08-25 12:02:27 +020015670 olesvr32"
Alexandre Julliarda360e932008-08-20 16:02:37 +020015671ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
15672dlls/olesvr32/Makefile: dlls/olesvr32/Makefile.in dlls/Makedll.rules"
Marcus Meissnerfbc80d72007-02-27 07:48:58 +010015673ac_config_files="$ac_config_files dlls/olesvr32/Makefile"
15674
Alexandre Julliarda360e932008-08-20 16:02:37 +020015675ALL_MAKEFILES="$ALL_MAKEFILES \\
15676 dlls/olethk32/Makefile"
Alexandre Julliard485cc592008-08-25 12:03:35 +020015677test "x$enable_olethk32" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
Alexandre Julliard49163da2008-08-25 12:02:27 +020015678 olethk32"
Alexandre Julliarda360e932008-08-20 16:02:37 +020015679ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
15680dlls/olethk32/Makefile: dlls/olethk32/Makefile.in dlls/Makedll.rules"
Stefan Leichter7db1bd92007-09-07 21:15:41 +020015681ac_config_files="$ac_config_files dlls/olethk32/Makefile"
15682
Alexandre Julliarda360e932008-08-20 16:02:37 +020015683ALL_MAKEFILES="$ALL_MAKEFILES \\
15684 dlls/opengl32/Makefile"
Alexandre Julliard485cc592008-08-25 12:03:35 +020015685test "x$enable_opengl32" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
Alexandre Julliard49163da2008-08-25 12:02:27 +020015686 opengl32"
Alexandre Julliarda360e932008-08-20 16:02:37 +020015687ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
15688dlls/opengl32/Makefile: dlls/opengl32/Makefile.in dlls/Makedll.rules"
Marcus Meissnerfbc80d72007-02-27 07:48:58 +010015689ac_config_files="$ac_config_files dlls/opengl32/Makefile"
15690
Alexandre Julliarda360e932008-08-20 16:02:37 +020015691ALL_MAKEFILES="$ALL_MAKEFILES \\
15692 dlls/opengl32/tests/Makefile"
Alexandre Julliard35078f42008-11-21 10:16:12 +010015693test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
Alexandre Julliard49163da2008-08-25 12:02:27 +020015694 opengl32/tests"
Alexandre Julliarda360e932008-08-20 16:02:37 +020015695ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
15696dlls/opengl32/tests/Makefile: dlls/opengl32/tests/Makefile.in dlls/Maketest.rules"
Roderick Colenbrander219269c2007-08-01 14:38:49 +020015697ac_config_files="$ac_config_files dlls/opengl32/tests/Makefile"
15698
Alexandre Julliarda360e932008-08-20 16:02:37 +020015699ALL_MAKEFILES="$ALL_MAKEFILES \\
15700 dlls/pdh/Makefile"
Alexandre Julliard485cc592008-08-25 12:03:35 +020015701test "x$enable_pdh" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
Alexandre Julliard49163da2008-08-25 12:02:27 +020015702 pdh"
Alexandre Julliarda360e932008-08-20 16:02:37 +020015703ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
15704dlls/pdh/Makefile: dlls/pdh/Makefile.in dlls/Makedll.rules"
Andrey Turkin41f15a72007-06-02 02:28:45 +040015705ac_config_files="$ac_config_files dlls/pdh/Makefile"
15706
Alexandre Julliarda360e932008-08-20 16:02:37 +020015707ALL_MAKEFILES="$ALL_MAKEFILES \\
15708 dlls/pdh/tests/Makefile"
Alexandre Julliard35078f42008-11-21 10:16:12 +010015709test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
Alexandre Julliard49163da2008-08-25 12:02:27 +020015710 pdh/tests"
Alexandre Julliarda360e932008-08-20 16:02:37 +020015711ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
15712dlls/pdh/tests/Makefile: dlls/pdh/tests/Makefile.in dlls/Maketest.rules"
Hans Leidekker0a6f6872007-07-08 14:06:08 +020015713ac_config_files="$ac_config_files dlls/pdh/tests/Makefile"
15714
Alexandre Julliarda360e932008-08-20 16:02:37 +020015715ALL_MAKEFILES="$ALL_MAKEFILES \\
Hans Leidekkerefa2fcc2008-12-15 11:55:32 +010015716 dlls/pidgen/Makefile"
15717test "x$enable_pidgen" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
15718 pidgen"
15719ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
15720dlls/pidgen/Makefile: dlls/pidgen/Makefile.in dlls/Makedll.rules"
15721ac_config_files="$ac_config_files dlls/pidgen/Makefile"
15722
15723ALL_MAKEFILES="$ALL_MAKEFILES \\
Alexandre Julliarda360e932008-08-20 16:02:37 +020015724 dlls/powrprof/Makefile"
Alexandre Julliard485cc592008-08-25 12:03:35 +020015725test "x$enable_powrprof" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
Alexandre Julliard49163da2008-08-25 12:02:27 +020015726 powrprof"
Alexandre Julliarda360e932008-08-20 16:02:37 +020015727ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
15728dlls/powrprof/Makefile: dlls/powrprof/Makefile.in dlls/Makedll.rules"
Marcus Meissnerfbc80d72007-02-27 07:48:58 +010015729ac_config_files="$ac_config_files dlls/powrprof/Makefile"
15730
Alexandre Julliarda360e932008-08-20 16:02:37 +020015731ALL_MAKEFILES="$ALL_MAKEFILES \\
15732 dlls/printui/Makefile"
Alexandre Julliard485cc592008-08-25 12:03:35 +020015733test "x$enable_printui" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
Alexandre Julliard49163da2008-08-25 12:02:27 +020015734 printui"
Alexandre Julliarda360e932008-08-20 16:02:37 +020015735ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
15736dlls/printui/Makefile: dlls/printui/Makefile.in dlls/Makedll.rules"
Detlef Riekenberg3fd4a532007-06-18 00:32:12 +020015737ac_config_files="$ac_config_files dlls/printui/Makefile"
15738
Alexandre Julliarda360e932008-08-20 16:02:37 +020015739ALL_MAKEFILES="$ALL_MAKEFILES \\
15740 dlls/propsys/Makefile"
Alexandre Julliard485cc592008-08-25 12:03:35 +020015741test "x$enable_propsys" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
Alexandre Julliard49163da2008-08-25 12:02:27 +020015742 propsys"
Alexandre Julliarda360e932008-08-20 16:02:37 +020015743ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
15744dlls/propsys/Makefile: dlls/propsys/Makefile.in dlls/Makedll.rules"
James Hawkins07588022008-01-16 00:11:17 -060015745ac_config_files="$ac_config_files dlls/propsys/Makefile"
15746
Alexandre Julliarda360e932008-08-20 16:02:37 +020015747ALL_MAKEFILES="$ALL_MAKEFILES \\
15748 dlls/psapi/Makefile"
Alexandre Julliard485cc592008-08-25 12:03:35 +020015749test "x$enable_psapi" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
Alexandre Julliard49163da2008-08-25 12:02:27 +020015750 psapi"
Alexandre Julliarda360e932008-08-20 16:02:37 +020015751ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
15752dlls/psapi/Makefile: dlls/psapi/Makefile.in dlls/Makedll.rules"
Marcus Meissnerfbc80d72007-02-27 07:48:58 +010015753ac_config_files="$ac_config_files dlls/psapi/Makefile"
15754
Alexandre Julliarda360e932008-08-20 16:02:37 +020015755ALL_MAKEFILES="$ALL_MAKEFILES \\
15756 dlls/psapi/tests/Makefile"
Alexandre Julliard35078f42008-11-21 10:16:12 +010015757test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
Alexandre Julliard49163da2008-08-25 12:02:27 +020015758 psapi/tests"
Alexandre Julliarda360e932008-08-20 16:02:37 +020015759ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
15760dlls/psapi/tests/Makefile: dlls/psapi/tests/Makefile.in dlls/Maketest.rules"
Marcus Meissnerfbc80d72007-02-27 07:48:58 +010015761ac_config_files="$ac_config_files dlls/psapi/tests/Makefile"
15762
Alexandre Julliarda360e932008-08-20 16:02:37 +020015763ALL_MAKEFILES="$ALL_MAKEFILES \\
15764 dlls/pstorec/Makefile"
Alexandre Julliard485cc592008-08-25 12:03:35 +020015765test "x$enable_pstorec" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
Alexandre Julliard49163da2008-08-25 12:02:27 +020015766 pstorec"
Alexandre Julliarda360e932008-08-20 16:02:37 +020015767ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
15768dlls/pstorec/Makefile: dlls/pstorec/Makefile.in dlls/Makedll.rules"
Marcus Meissnerfbc80d72007-02-27 07:48:58 +010015769ac_config_files="$ac_config_files dlls/pstorec/Makefile"
15770
Alexandre Julliarda360e932008-08-20 16:02:37 +020015771ALL_MAKEFILES="$ALL_MAKEFILES \\
15772 dlls/qcap/Makefile"
Alexandre Julliard485cc592008-08-25 12:03:35 +020015773test "x$enable_qcap" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
Alexandre Julliard49163da2008-08-25 12:02:27 +020015774 qcap"
Alexandre Julliarda360e932008-08-20 16:02:37 +020015775ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
15776dlls/qcap/Makefile: dlls/qcap/Makefile.in dlls/Makedll.rules"
Marcus Meissnerfbc80d72007-02-27 07:48:58 +010015777ac_config_files="$ac_config_files dlls/qcap/Makefile"
15778
Alexandre Julliarda360e932008-08-20 16:02:37 +020015779ALL_MAKEFILES="$ALL_MAKEFILES \\
15780 dlls/qedit/Makefile"
Alexandre Julliard485cc592008-08-25 12:03:35 +020015781test "x$enable_qedit" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
Alexandre Julliard49163da2008-08-25 12:02:27 +020015782 qedit"
Alexandre Julliarda360e932008-08-20 16:02:37 +020015783ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
15784dlls/qedit/Makefile: dlls/qedit/Makefile.in dlls/Makedll.rules"
Lei Zhang6de8be72008-02-11 18:07:45 -080015785ac_config_files="$ac_config_files dlls/qedit/Makefile"
15786
Alexandre Julliarda360e932008-08-20 16:02:37 +020015787ALL_MAKEFILES="$ALL_MAKEFILES \\
15788 dlls/qedit/tests/Makefile"
Alexandre Julliard35078f42008-11-21 10:16:12 +010015789test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
Alexandre Julliard49163da2008-08-25 12:02:27 +020015790 qedit/tests"
Alexandre Julliarda360e932008-08-20 16:02:37 +020015791ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
15792dlls/qedit/tests/Makefile: dlls/qedit/tests/Makefile.in dlls/Maketest.rules"
Lei Zhange8551a02008-02-13 14:47:12 -080015793ac_config_files="$ac_config_files dlls/qedit/tests/Makefile"
15794
Alexandre Julliarda360e932008-08-20 16:02:37 +020015795ALL_MAKEFILES="$ALL_MAKEFILES \\
15796 dlls/qmgr/Makefile"
Alexandre Julliard485cc592008-08-25 12:03:35 +020015797test "x$enable_qmgr" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
Alexandre Julliard49163da2008-08-25 12:02:27 +020015798 qmgr"
Alexandre Julliarda360e932008-08-20 16:02:37 +020015799ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
15800dlls/qmgr/Makefile: dlls/qmgr/Makefile.in dlls/Makedll.rules"
Roy Shea2b0255f2007-10-08 10:38:06 -070015801ac_config_files="$ac_config_files dlls/qmgr/Makefile"
15802
Alexandre Julliarda360e932008-08-20 16:02:37 +020015803ALL_MAKEFILES="$ALL_MAKEFILES \\
15804 dlls/qmgr/tests/Makefile"
Alexandre Julliard35078f42008-11-21 10:16:12 +010015805test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
Alexandre Julliard49163da2008-08-25 12:02:27 +020015806 qmgr/tests"
Alexandre Julliarda360e932008-08-20 16:02:37 +020015807ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
15808dlls/qmgr/tests/Makefile: dlls/qmgr/tests/Makefile.in dlls/Maketest.rules"
Roy Shea884e7e72008-02-11 11:09:34 -080015809ac_config_files="$ac_config_files dlls/qmgr/tests/Makefile"
15810
Alexandre Julliarda360e932008-08-20 16:02:37 +020015811ALL_MAKEFILES="$ALL_MAKEFILES \\
15812 dlls/qmgrprxy/Makefile"
Alexandre Julliard485cc592008-08-25 12:03:35 +020015813test "x$enable_qmgrprxy" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
Alexandre Julliard49163da2008-08-25 12:02:27 +020015814 qmgrprxy"
Alexandre Julliarda360e932008-08-20 16:02:37 +020015815ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
15816dlls/qmgrprxy/Makefile: dlls/qmgrprxy/Makefile.in dlls/Makedll.rules"
Roy Shea00ef4e52007-12-09 13:16:07 -080015817ac_config_files="$ac_config_files dlls/qmgrprxy/Makefile"
15818
Alexandre Julliarda360e932008-08-20 16:02:37 +020015819ALL_MAKEFILES="$ALL_MAKEFILES \\
15820 dlls/quartz/Makefile"
Alexandre Julliard485cc592008-08-25 12:03:35 +020015821test "x$enable_quartz" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
Alexandre Julliard49163da2008-08-25 12:02:27 +020015822 quartz"
Alexandre Julliarda360e932008-08-20 16:02:37 +020015823ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
15824dlls/quartz/Makefile: dlls/quartz/Makefile.in dlls/Makedll.rules"
Marcus Meissnerfbc80d72007-02-27 07:48:58 +010015825ac_config_files="$ac_config_files dlls/quartz/Makefile"
15826
Alexandre Julliarda360e932008-08-20 16:02:37 +020015827ALL_MAKEFILES="$ALL_MAKEFILES \\
15828 dlls/quartz/tests/Makefile"
Alexandre Julliard35078f42008-11-21 10:16:12 +010015829test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
Alexandre Julliard49163da2008-08-25 12:02:27 +020015830 quartz/tests"
Alexandre Julliarda360e932008-08-20 16:02:37 +020015831ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
15832dlls/quartz/tests/Makefile: dlls/quartz/tests/Makefile.in dlls/Maketest.rules"
Marcus Meissnerfbc80d72007-02-27 07:48:58 +010015833ac_config_files="$ac_config_files dlls/quartz/tests/Makefile"
15834
Alexandre Julliarda360e932008-08-20 16:02:37 +020015835ALL_MAKEFILES="$ALL_MAKEFILES \\
15836 dlls/query/Makefile"
Alexandre Julliard485cc592008-08-25 12:03:35 +020015837test "x$enable_query" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
Alexandre Julliard49163da2008-08-25 12:02:27 +020015838 query"
Alexandre Julliarda360e932008-08-20 16:02:37 +020015839ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
15840dlls/query/Makefile: dlls/query/Makefile.in dlls/Makedll.rules"
Marcus Meissnerfbc80d72007-02-27 07:48:58 +010015841ac_config_files="$ac_config_files dlls/query/Makefile"
15842
Alexandre Julliarda360e932008-08-20 16:02:37 +020015843ALL_MAKEFILES="$ALL_MAKEFILES \\
Alexandre Julliarde475ef82009-03-23 20:34:34 +010015844 dlls/rasapi16.dll16/Makefile"
15845test "x$enable_win16" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
15846 rasapi16.dll16"
15847ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
15848dlls/rasapi16.dll16/Makefile: dlls/rasapi16.dll16/Makefile.in dlls/Makedll.rules"
15849ac_config_files="$ac_config_files dlls/rasapi16.dll16/Makefile"
15850
15851ALL_MAKEFILES="$ALL_MAKEFILES \\
Alexandre Julliarda360e932008-08-20 16:02:37 +020015852 dlls/rasapi32/Makefile"
Alexandre Julliard485cc592008-08-25 12:03:35 +020015853test "x$enable_rasapi32" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
Alexandre Julliard49163da2008-08-25 12:02:27 +020015854 rasapi32"
Alexandre Julliarda360e932008-08-20 16:02:37 +020015855ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
15856dlls/rasapi32/Makefile: dlls/rasapi32/Makefile.in dlls/Makedll.rules"
Marcus Meissnerfbc80d72007-02-27 07:48:58 +010015857ac_config_files="$ac_config_files dlls/rasapi32/Makefile"
15858
Alexandre Julliarda360e932008-08-20 16:02:37 +020015859ALL_MAKEFILES="$ALL_MAKEFILES \\
15860 dlls/rasapi32/tests/Makefile"
Alexandre Julliard35078f42008-11-21 10:16:12 +010015861test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
Alexandre Julliard49163da2008-08-25 12:02:27 +020015862 rasapi32/tests"
Alexandre Julliarda360e932008-08-20 16:02:37 +020015863ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
15864dlls/rasapi32/tests/Makefile: dlls/rasapi32/tests/Makefile.in dlls/Maketest.rules"
Stefan Leichterb8c6d8e2008-07-06 13:47:34 +020015865ac_config_files="$ac_config_files dlls/rasapi32/tests/Makefile"
15866
Alexandre Julliarda360e932008-08-20 16:02:37 +020015867ALL_MAKEFILES="$ALL_MAKEFILES \\
Aric Stewartf55151a2009-01-23 11:43:16 -060015868 dlls/rasdlg/Makefile"
15869test "x$enable_rasdlg" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
15870 rasdlg"
15871ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
15872dlls/rasdlg/Makefile: dlls/rasdlg/Makefile.in dlls/Makedll.rules"
15873ac_config_files="$ac_config_files dlls/rasdlg/Makefile"
15874
15875ALL_MAKEFILES="$ALL_MAKEFILES \\
Alexandre Julliarda360e932008-08-20 16:02:37 +020015876 dlls/resutils/Makefile"
Alexandre Julliard485cc592008-08-25 12:03:35 +020015877test "x$enable_resutils" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
Alexandre Julliard49163da2008-08-25 12:02:27 +020015878 resutils"
Alexandre Julliarda360e932008-08-20 16:02:37 +020015879ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
15880dlls/resutils/Makefile: dlls/resutils/Makefile.in dlls/Makedll.rules"
Marcus Meissnerfbc80d72007-02-27 07:48:58 +010015881ac_config_files="$ac_config_files dlls/resutils/Makefile"
15882
Alexandre Julliarda360e932008-08-20 16:02:37 +020015883ALL_MAKEFILES="$ALL_MAKEFILES \\
15884 dlls/riched20/Makefile"
Alexandre Julliard485cc592008-08-25 12:03:35 +020015885test "x$enable_riched20" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
Alexandre Julliard49163da2008-08-25 12:02:27 +020015886 riched20"
Alexandre Julliarda360e932008-08-20 16:02:37 +020015887ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
15888dlls/riched20/Makefile: dlls/riched20/Makefile.in dlls/Makedll.rules"
Marcus Meissnerfbc80d72007-02-27 07:48:58 +010015889ac_config_files="$ac_config_files dlls/riched20/Makefile"
15890
Alexandre Julliarda360e932008-08-20 16:02:37 +020015891ALL_MAKEFILES="$ALL_MAKEFILES \\
15892 dlls/riched20/tests/Makefile"
Alexandre Julliard35078f42008-11-21 10:16:12 +010015893test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
Alexandre Julliard49163da2008-08-25 12:02:27 +020015894 riched20/tests"
Alexandre Julliarda360e932008-08-20 16:02:37 +020015895ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
15896dlls/riched20/tests/Makefile: dlls/riched20/tests/Makefile.in dlls/Maketest.rules"
Marcus Meissnerfbc80d72007-02-27 07:48:58 +010015897ac_config_files="$ac_config_files dlls/riched20/tests/Makefile"
15898
Alexandre Julliarda360e932008-08-20 16:02:37 +020015899ALL_MAKEFILES="$ALL_MAKEFILES \\
15900 dlls/riched32/Makefile"
Alexandre Julliard485cc592008-08-25 12:03:35 +020015901test "x$enable_riched32" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
Alexandre Julliard49163da2008-08-25 12:02:27 +020015902 riched32"
Alexandre Julliarda360e932008-08-20 16:02:37 +020015903ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
15904dlls/riched32/Makefile: dlls/riched32/Makefile.in dlls/Makedll.rules"
Marcus Meissnerfbc80d72007-02-27 07:48:58 +010015905ac_config_files="$ac_config_files dlls/riched32/Makefile"
15906
Alexandre Julliarda360e932008-08-20 16:02:37 +020015907ALL_MAKEFILES="$ALL_MAKEFILES \\
15908 dlls/riched32/tests/Makefile"
Alexandre Julliard35078f42008-11-21 10:16:12 +010015909test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
Alexandre Julliard49163da2008-08-25 12:02:27 +020015910 riched32/tests"
Alexandre Julliarda360e932008-08-20 16:02:37 +020015911ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
15912dlls/riched32/tests/Makefile: dlls/riched32/tests/Makefile.in dlls/Maketest.rules"
Alex Villacís Lasso74cd5902007-10-22 10:47:59 -050015913ac_config_files="$ac_config_files dlls/riched32/tests/Makefile"
15914
Alexandre Julliarda360e932008-08-20 16:02:37 +020015915ALL_MAKEFILES="$ALL_MAKEFILES \\
15916 dlls/rpcrt4/Makefile"
Alexandre Julliard485cc592008-08-25 12:03:35 +020015917test "x$enable_rpcrt4" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
Alexandre Julliard49163da2008-08-25 12:02:27 +020015918 rpcrt4"
Alexandre Julliarda360e932008-08-20 16:02:37 +020015919ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
15920dlls/rpcrt4/Makefile: dlls/rpcrt4/Makefile.in dlls/Makedll.rules"
Marcus Meissnerfbc80d72007-02-27 07:48:58 +010015921ac_config_files="$ac_config_files dlls/rpcrt4/Makefile"
15922
Alexandre Julliarda360e932008-08-20 16:02:37 +020015923ALL_MAKEFILES="$ALL_MAKEFILES \\
15924 dlls/rpcrt4/tests/Makefile"
Alexandre Julliard35078f42008-11-21 10:16:12 +010015925test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
Alexandre Julliard49163da2008-08-25 12:02:27 +020015926 rpcrt4/tests"
Alexandre Julliarda360e932008-08-20 16:02:37 +020015927ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
15928dlls/rpcrt4/tests/Makefile: dlls/rpcrt4/tests/Makefile.in dlls/Maketest.rules"
Marcus Meissnerfbc80d72007-02-27 07:48:58 +010015929ac_config_files="$ac_config_files dlls/rpcrt4/tests/Makefile"
15930
Alexandre Julliarda360e932008-08-20 16:02:37 +020015931ALL_MAKEFILES="$ALL_MAKEFILES \\
15932 dlls/rsabase/Makefile"
Alexandre Julliard485cc592008-08-25 12:03:35 +020015933test "x$enable_rsabase" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
Alexandre Julliard49163da2008-08-25 12:02:27 +020015934 rsabase"
Alexandre Julliarda360e932008-08-20 16:02:37 +020015935ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
15936dlls/rsabase/Makefile: dlls/rsabase/Makefile.in dlls/Makedll.rules"
Marcus Meissnerfbc80d72007-02-27 07:48:58 +010015937ac_config_files="$ac_config_files dlls/rsabase/Makefile"
15938
Alexandre Julliarda360e932008-08-20 16:02:37 +020015939ALL_MAKEFILES="$ALL_MAKEFILES \\
15940 dlls/rsaenh/Makefile"
Alexandre Julliard485cc592008-08-25 12:03:35 +020015941test "x$enable_rsaenh" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
Alexandre Julliard49163da2008-08-25 12:02:27 +020015942 rsaenh"
Alexandre Julliarda360e932008-08-20 16:02:37 +020015943ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
15944dlls/rsaenh/Makefile: dlls/rsaenh/Makefile.in dlls/Makedll.rules"
Marcus Meissnerfbc80d72007-02-27 07:48:58 +010015945ac_config_files="$ac_config_files dlls/rsaenh/Makefile"
15946
Alexandre Julliarda360e932008-08-20 16:02:37 +020015947ALL_MAKEFILES="$ALL_MAKEFILES \\
15948 dlls/rsaenh/tests/Makefile"
Alexandre Julliard35078f42008-11-21 10:16:12 +010015949test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
Alexandre Julliard49163da2008-08-25 12:02:27 +020015950 rsaenh/tests"
Alexandre Julliarda360e932008-08-20 16:02:37 +020015951ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
15952dlls/rsaenh/tests/Makefile: dlls/rsaenh/tests/Makefile.in dlls/Maketest.rules"
Marcus Meissnerfbc80d72007-02-27 07:48:58 +010015953ac_config_files="$ac_config_files dlls/rsaenh/tests/Makefile"
15954
Alexandre Julliarda360e932008-08-20 16:02:37 +020015955ALL_MAKEFILES="$ALL_MAKEFILES \\
Alexander Scott-Johnsa4689aa2009-06-26 23:12:21 +010015956 dlls/rtutils/Makefile"
15957test "x$enable_rtutils" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
15958 rtutils"
15959ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
15960dlls/rtutils/Makefile: dlls/rtutils/Makefile.in dlls/Makedll.rules"
15961ac_config_files="$ac_config_files dlls/rtutils/Makefile"
15962
15963ALL_MAKEFILES="$ALL_MAKEFILES \\
Alexandre Julliarda360e932008-08-20 16:02:37 +020015964 dlls/sane.ds/Makefile"
Alexandre Julliard485cc592008-08-25 12:03:35 +020015965test "x$enable_sane_ds" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
Alexandre Julliard49163da2008-08-25 12:02:27 +020015966 sane.ds"
Alexandre Julliarda360e932008-08-20 16:02:37 +020015967ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
15968dlls/sane.ds/Makefile: dlls/sane.ds/Makefile.in dlls/Makedll.rules"
Marcus Meissnerfbc80d72007-02-27 07:48:58 +010015969ac_config_files="$ac_config_files dlls/sane.ds/Makefile"
15970
Alexandre Julliarda360e932008-08-20 16:02:37 +020015971ALL_MAKEFILES="$ALL_MAKEFILES \\
15972 dlls/sccbase/Makefile"
Alexandre Julliard485cc592008-08-25 12:03:35 +020015973test "x$enable_sccbase" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
Alexandre Julliard49163da2008-08-25 12:02:27 +020015974 sccbase"
Alexandre Julliarda360e932008-08-20 16:02:37 +020015975ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
15976dlls/sccbase/Makefile: dlls/sccbase/Makefile.in dlls/Makedll.rules"
Maarten Lankhorst322d4ca2008-02-17 18:20:32 -080015977ac_config_files="$ac_config_files dlls/sccbase/Makefile"
15978
Alexandre Julliarda360e932008-08-20 16:02:37 +020015979ALL_MAKEFILES="$ALL_MAKEFILES \\
15980 dlls/schannel/Makefile"
Alexandre Julliard485cc592008-08-25 12:03:35 +020015981test "x$enable_schannel" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
Alexandre Julliard49163da2008-08-25 12:02:27 +020015982 schannel"
Alexandre Julliarda360e932008-08-20 16:02:37 +020015983ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
15984dlls/schannel/Makefile: dlls/schannel/Makefile.in dlls/Makedll.rules"
Rob Shearman361c6f22007-03-01 12:17:59 +000015985ac_config_files="$ac_config_files dlls/schannel/Makefile"
15986
Alexandre Julliarda360e932008-08-20 16:02:37 +020015987ALL_MAKEFILES="$ALL_MAKEFILES \\
15988 dlls/schannel/tests/Makefile"
Alexandre Julliard35078f42008-11-21 10:16:12 +010015989test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
Alexandre Julliard49163da2008-08-25 12:02:27 +020015990 schannel/tests"
Alexandre Julliarda360e932008-08-20 16:02:37 +020015991ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
15992dlls/schannel/tests/Makefile: dlls/schannel/tests/Makefile.in dlls/Maketest.rules"
Yuval Fledel735df242007-04-25 22:49:08 +030015993ac_config_files="$ac_config_files dlls/schannel/tests/Makefile"
15994
Alexandre Julliarda360e932008-08-20 16:02:37 +020015995ALL_MAKEFILES="$ALL_MAKEFILES \\
15996 dlls/secur32/Makefile"
Alexandre Julliard485cc592008-08-25 12:03:35 +020015997test "x$enable_secur32" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
Alexandre Julliard49163da2008-08-25 12:02:27 +020015998 secur32"
Alexandre Julliarda360e932008-08-20 16:02:37 +020015999ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
16000dlls/secur32/Makefile: dlls/secur32/Makefile.in dlls/Makedll.rules"
Marcus Meissnerfbc80d72007-02-27 07:48:58 +010016001ac_config_files="$ac_config_files dlls/secur32/Makefile"
16002
Alexandre Julliarda360e932008-08-20 16:02:37 +020016003ALL_MAKEFILES="$ALL_MAKEFILES \\
16004 dlls/secur32/tests/Makefile"
Alexandre Julliard35078f42008-11-21 10:16:12 +010016005test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
Alexandre Julliard49163da2008-08-25 12:02:27 +020016006 secur32/tests"
Alexandre Julliarda360e932008-08-20 16:02:37 +020016007ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
16008dlls/secur32/tests/Makefile: dlls/secur32/tests/Makefile.in dlls/Maketest.rules"
Marcus Meissnerfbc80d72007-02-27 07:48:58 +010016009ac_config_files="$ac_config_files dlls/secur32/tests/Makefile"
16010
Alexandre Julliarda360e932008-08-20 16:02:37 +020016011ALL_MAKEFILES="$ALL_MAKEFILES \\
16012 dlls/security/Makefile"
Alexandre Julliard485cc592008-08-25 12:03:35 +020016013test "x$enable_security" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
Alexandre Julliard49163da2008-08-25 12:02:27 +020016014 security"
Alexandre Julliarda360e932008-08-20 16:02:37 +020016015ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
16016dlls/security/Makefile: dlls/security/Makefile.in dlls/Makedll.rules"
Marcus Meissnerfbc80d72007-02-27 07:48:58 +010016017ac_config_files="$ac_config_files dlls/security/Makefile"
16018
Alexandre Julliarda360e932008-08-20 16:02:37 +020016019ALL_MAKEFILES="$ALL_MAKEFILES \\
16020 dlls/sensapi/Makefile"
Alexandre Julliard485cc592008-08-25 12:03:35 +020016021test "x$enable_sensapi" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
Alexandre Julliard49163da2008-08-25 12:02:27 +020016022 sensapi"
Alexandre Julliarda360e932008-08-20 16:02:37 +020016023ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
16024dlls/sensapi/Makefile: dlls/sensapi/Makefile.in dlls/Makedll.rules"
Marcus Meissnerfbc80d72007-02-27 07:48:58 +010016025ac_config_files="$ac_config_files dlls/sensapi/Makefile"
16026
Alexandre Julliarda360e932008-08-20 16:02:37 +020016027ALL_MAKEFILES="$ALL_MAKEFILES \\
16028 dlls/serialui/Makefile"
Alexandre Julliard485cc592008-08-25 12:03:35 +020016029test "x$enable_serialui" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
Alexandre Julliard49163da2008-08-25 12:02:27 +020016030 serialui"
Alexandre Julliarda360e932008-08-20 16:02:37 +020016031ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
16032dlls/serialui/Makefile: dlls/serialui/Makefile.in dlls/Makedll.rules"
Marcus Meissnerfbc80d72007-02-27 07:48:58 +010016033ac_config_files="$ac_config_files dlls/serialui/Makefile"
16034
Alexandre Julliarda360e932008-08-20 16:02:37 +020016035ALL_MAKEFILES="$ALL_MAKEFILES \\
16036 dlls/serialui/tests/Makefile"
Alexandre Julliard35078f42008-11-21 10:16:12 +010016037test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
Alexandre Julliard49163da2008-08-25 12:02:27 +020016038 serialui/tests"
Alexandre Julliarda360e932008-08-20 16:02:37 +020016039ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
16040dlls/serialui/tests/Makefile: dlls/serialui/tests/Makefile.in dlls/Maketest.rules"
Marcus Meissnerfbc80d72007-02-27 07:48:58 +010016041ac_config_files="$ac_config_files dlls/serialui/tests/Makefile"
16042
Alexandre Julliarda360e932008-08-20 16:02:37 +020016043ALL_MAKEFILES="$ALL_MAKEFILES \\
16044 dlls/setupapi/Makefile"
Alexandre Julliard485cc592008-08-25 12:03:35 +020016045test "x$enable_setupapi" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
Alexandre Julliard49163da2008-08-25 12:02:27 +020016046 setupapi"
Alexandre Julliarda360e932008-08-20 16:02:37 +020016047ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
16048dlls/setupapi/Makefile: dlls/setupapi/Makefile.in dlls/Makedll.rules"
Marcus Meissnerfbc80d72007-02-27 07:48:58 +010016049ac_config_files="$ac_config_files dlls/setupapi/Makefile"
16050
Alexandre Julliarda360e932008-08-20 16:02:37 +020016051ALL_MAKEFILES="$ALL_MAKEFILES \\
16052 dlls/setupapi/tests/Makefile"
Alexandre Julliard35078f42008-11-21 10:16:12 +010016053test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
Alexandre Julliard49163da2008-08-25 12:02:27 +020016054 setupapi/tests"
Alexandre Julliarda360e932008-08-20 16:02:37 +020016055ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
16056dlls/setupapi/tests/Makefile: dlls/setupapi/tests/Makefile.in dlls/Maketest.rules"
Marcus Meissnerfbc80d72007-02-27 07:48:58 +010016057ac_config_files="$ac_config_files dlls/setupapi/tests/Makefile"
16058
Alexandre Julliarda360e932008-08-20 16:02:37 +020016059ALL_MAKEFILES="$ALL_MAKEFILES \\
16060 dlls/sfc/Makefile"
Alexandre Julliard485cc592008-08-25 12:03:35 +020016061test "x$enable_sfc" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
Alexandre Julliard49163da2008-08-25 12:02:27 +020016062 sfc"
Alexandre Julliarda360e932008-08-20 16:02:37 +020016063ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
16064dlls/sfc/Makefile: dlls/sfc/Makefile.in dlls/Makedll.rules"
Marcus Meissnerfbc80d72007-02-27 07:48:58 +010016065ac_config_files="$ac_config_files dlls/sfc/Makefile"
16066
Alexandre Julliarda360e932008-08-20 16:02:37 +020016067ALL_MAKEFILES="$ALL_MAKEFILES \\
16068 dlls/sfc_os/Makefile"
Alexandre Julliard485cc592008-08-25 12:03:35 +020016069test "x$enable_sfc_os" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
Alexandre Julliard49163da2008-08-25 12:02:27 +020016070 sfc_os"
Alexandre Julliarda360e932008-08-20 16:02:37 +020016071ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
16072dlls/sfc_os/Makefile: dlls/sfc_os/Makefile.in dlls/Makedll.rules"
Marcus Meissnerfbc80d72007-02-27 07:48:58 +010016073ac_config_files="$ac_config_files dlls/sfc_os/Makefile"
16074
Alexandre Julliarda360e932008-08-20 16:02:37 +020016075ALL_MAKEFILES="$ALL_MAKEFILES \\
16076 dlls/shdoclc/Makefile"
Alexandre Julliard485cc592008-08-25 12:03:35 +020016077test "x$enable_shdoclc" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
Alexandre Julliard49163da2008-08-25 12:02:27 +020016078 shdoclc"
Alexandre Julliarda360e932008-08-20 16:02:37 +020016079ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
16080dlls/shdoclc/Makefile: dlls/shdoclc/Makefile.in dlls/Makedll.rules"
Marcus Meissnerfbc80d72007-02-27 07:48:58 +010016081ac_config_files="$ac_config_files dlls/shdoclc/Makefile"
16082
Alexandre Julliarda360e932008-08-20 16:02:37 +020016083ALL_MAKEFILES="$ALL_MAKEFILES \\
16084 dlls/shdocvw/Makefile"
Alexandre Julliard485cc592008-08-25 12:03:35 +020016085test "x$enable_shdocvw" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
Alexandre Julliard49163da2008-08-25 12:02:27 +020016086 shdocvw"
Alexandre Julliarda360e932008-08-20 16:02:37 +020016087ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
16088dlls/shdocvw/Makefile: dlls/shdocvw/Makefile.in dlls/Makedll.rules"
Marcus Meissnerfbc80d72007-02-27 07:48:58 +010016089ac_config_files="$ac_config_files dlls/shdocvw/Makefile"
16090
Alexandre Julliarda360e932008-08-20 16:02:37 +020016091ALL_MAKEFILES="$ALL_MAKEFILES \\
16092 dlls/shdocvw/tests/Makefile"
Alexandre Julliard35078f42008-11-21 10:16:12 +010016093test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
Alexandre Julliard49163da2008-08-25 12:02:27 +020016094 shdocvw/tests"
Alexandre Julliarda360e932008-08-20 16:02:37 +020016095ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
16096dlls/shdocvw/tests/Makefile: dlls/shdocvw/tests/Makefile.in dlls/Maketest.rules"
Marcus Meissnerfbc80d72007-02-27 07:48:58 +010016097ac_config_files="$ac_config_files dlls/shdocvw/tests/Makefile"
16098
Alexandre Julliarda360e932008-08-20 16:02:37 +020016099ALL_MAKEFILES="$ALL_MAKEFILES \\
Alexandre Julliard129ba5a2009-04-01 18:20:13 +020016100 dlls/shell.dll16/Makefile"
16101test "x$enable_win16" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
16102 shell.dll16"
16103ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
16104dlls/shell.dll16/Makefile: dlls/shell.dll16/Makefile.in dlls/Makedll.rules"
16105ac_config_files="$ac_config_files dlls/shell.dll16/Makefile"
16106
16107ALL_MAKEFILES="$ALL_MAKEFILES \\
Alexandre Julliarda360e932008-08-20 16:02:37 +020016108 dlls/shell32/Makefile"
Alexandre Julliard485cc592008-08-25 12:03:35 +020016109test "x$enable_shell32" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
Alexandre Julliard49163da2008-08-25 12:02:27 +020016110 shell32"
Alexandre Julliarda360e932008-08-20 16:02:37 +020016111ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
16112dlls/shell32/Makefile: dlls/shell32/Makefile.in dlls/Makedll.rules"
Marcus Meissnerfbc80d72007-02-27 07:48:58 +010016113ac_config_files="$ac_config_files dlls/shell32/Makefile"
16114
Alexandre Julliarda360e932008-08-20 16:02:37 +020016115ALL_MAKEFILES="$ALL_MAKEFILES \\
16116 dlls/shell32/tests/Makefile"
Alexandre Julliard35078f42008-11-21 10:16:12 +010016117test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
Alexandre Julliard49163da2008-08-25 12:02:27 +020016118 shell32/tests"
Alexandre Julliarda360e932008-08-20 16:02:37 +020016119ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
16120dlls/shell32/tests/Makefile: dlls/shell32/tests/Makefile.in dlls/Maketest.rules"
Marcus Meissnerfbc80d72007-02-27 07:48:58 +010016121ac_config_files="$ac_config_files dlls/shell32/tests/Makefile"
16122
Alexandre Julliarda360e932008-08-20 16:02:37 +020016123ALL_MAKEFILES="$ALL_MAKEFILES \\
16124 dlls/shfolder/Makefile"
Alexandre Julliard485cc592008-08-25 12:03:35 +020016125test "x$enable_shfolder" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
Alexandre Julliard49163da2008-08-25 12:02:27 +020016126 shfolder"
Alexandre Julliarda360e932008-08-20 16:02:37 +020016127ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
16128dlls/shfolder/Makefile: dlls/shfolder/Makefile.in dlls/Makedll.rules"
Marcus Meissnerfbc80d72007-02-27 07:48:58 +010016129ac_config_files="$ac_config_files dlls/shfolder/Makefile"
16130
Alexandre Julliarda360e932008-08-20 16:02:37 +020016131ALL_MAKEFILES="$ALL_MAKEFILES \\
16132 dlls/shlwapi/Makefile"
Alexandre Julliard485cc592008-08-25 12:03:35 +020016133test "x$enable_shlwapi" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
Alexandre Julliard49163da2008-08-25 12:02:27 +020016134 shlwapi"
Alexandre Julliarda360e932008-08-20 16:02:37 +020016135ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
16136dlls/shlwapi/Makefile: dlls/shlwapi/Makefile.in dlls/Makedll.rules"
Marcus Meissnerfbc80d72007-02-27 07:48:58 +010016137ac_config_files="$ac_config_files dlls/shlwapi/Makefile"
16138
Alexandre Julliarda360e932008-08-20 16:02:37 +020016139ALL_MAKEFILES="$ALL_MAKEFILES \\
16140 dlls/shlwapi/tests/Makefile"
Alexandre Julliard35078f42008-11-21 10:16:12 +010016141test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
Alexandre Julliard49163da2008-08-25 12:02:27 +020016142 shlwapi/tests"
Alexandre Julliarda360e932008-08-20 16:02:37 +020016143ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
16144dlls/shlwapi/tests/Makefile: dlls/shlwapi/tests/Makefile.in dlls/Maketest.rules"
Marcus Meissnerfbc80d72007-02-27 07:48:58 +010016145ac_config_files="$ac_config_files dlls/shlwapi/tests/Makefile"
16146
Alexandre Julliarda360e932008-08-20 16:02:37 +020016147ALL_MAKEFILES="$ALL_MAKEFILES \\
16148 dlls/slbcsp/Makefile"
Alexandre Julliard485cc592008-08-25 12:03:35 +020016149test "x$enable_slbcsp" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
Alexandre Julliard49163da2008-08-25 12:02:27 +020016150 slbcsp"
Alexandre Julliarda360e932008-08-20 16:02:37 +020016151ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
16152dlls/slbcsp/Makefile: dlls/slbcsp/Makefile.in dlls/Makedll.rules"
Maarten Lankhorstb3a96992008-02-17 18:20:32 -080016153ac_config_files="$ac_config_files dlls/slbcsp/Makefile"
16154
Alexandre Julliarda360e932008-08-20 16:02:37 +020016155ALL_MAKEFILES="$ALL_MAKEFILES \\
16156 dlls/slc/Makefile"
Alexandre Julliard485cc592008-08-25 12:03:35 +020016157test "x$enable_slc" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
Alexandre Julliard49163da2008-08-25 12:02:27 +020016158 slc"
Alexandre Julliarda360e932008-08-20 16:02:37 +020016159ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
16160dlls/slc/Makefile: dlls/slc/Makefile.in dlls/Makedll.rules"
Alistair Leslie-Hughesea563702008-02-20 00:17:08 +110016161ac_config_files="$ac_config_files dlls/slc/Makefile"
16162
Alexandre Julliarda360e932008-08-20 16:02:37 +020016163ALL_MAKEFILES="$ALL_MAKEFILES \\
16164 dlls/snmpapi/Makefile"
Alexandre Julliard485cc592008-08-25 12:03:35 +020016165test "x$enable_snmpapi" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
Alexandre Julliard49163da2008-08-25 12:02:27 +020016166 snmpapi"
Alexandre Julliarda360e932008-08-20 16:02:37 +020016167ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
16168dlls/snmpapi/Makefile: dlls/snmpapi/Makefile.in dlls/Makedll.rules"
Marcus Meissnerfbc80d72007-02-27 07:48:58 +010016169ac_config_files="$ac_config_files dlls/snmpapi/Makefile"
16170
Alexandre Julliarda360e932008-08-20 16:02:37 +020016171ALL_MAKEFILES="$ALL_MAKEFILES \\
16172 dlls/snmpapi/tests/Makefile"
Alexandre Julliard35078f42008-11-21 10:16:12 +010016173test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
Alexandre Julliard49163da2008-08-25 12:02:27 +020016174 snmpapi/tests"
Alexandre Julliarda360e932008-08-20 16:02:37 +020016175ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
16176dlls/snmpapi/tests/Makefile: dlls/snmpapi/tests/Makefile.in dlls/Maketest.rules"
Marcus Meissnerfbc80d72007-02-27 07:48:58 +010016177ac_config_files="$ac_config_files dlls/snmpapi/tests/Makefile"
16178
Alexandre Julliarda360e932008-08-20 16:02:37 +020016179ALL_MAKEFILES="$ALL_MAKEFILES \\
16180 dlls/softpub/Makefile"
Alexandre Julliard485cc592008-08-25 12:03:35 +020016181test "x$enable_softpub" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
Alexandre Julliard49163da2008-08-25 12:02:27 +020016182 softpub"
Alexandre Julliarda360e932008-08-20 16:02:37 +020016183ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
16184dlls/softpub/Makefile: dlls/softpub/Makefile.in dlls/Makedll.rules"
Maarten Lankhorste11826f2008-02-17 18:20:32 -080016185ac_config_files="$ac_config_files dlls/softpub/Makefile"
16186
Alexandre Julliarda360e932008-08-20 16:02:37 +020016187ALL_MAKEFILES="$ALL_MAKEFILES \\
Alexandre Julliardb0530a52009-03-23 20:35:00 +010016188 dlls/sound.drv16/Makefile"
16189test "x$enable_win16" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
16190 sound.drv16"
16191ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
16192dlls/sound.drv16/Makefile: dlls/sound.drv16/Makefile.in dlls/Makedll.rules"
16193ac_config_files="$ac_config_files dlls/sound.drv16/Makefile"
16194
16195ALL_MAKEFILES="$ALL_MAKEFILES \\
Alexandre Julliarda360e932008-08-20 16:02:37 +020016196 dlls/spoolss/Makefile"
Alexandre Julliard485cc592008-08-25 12:03:35 +020016197test "x$enable_spoolss" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
Alexandre Julliard49163da2008-08-25 12:02:27 +020016198 spoolss"
Alexandre Julliarda360e932008-08-20 16:02:37 +020016199ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
16200dlls/spoolss/Makefile: dlls/spoolss/Makefile.in dlls/Makedll.rules"
Marcus Meissnerfbc80d72007-02-27 07:48:58 +010016201ac_config_files="$ac_config_files dlls/spoolss/Makefile"
16202
Alexandre Julliarda360e932008-08-20 16:02:37 +020016203ALL_MAKEFILES="$ALL_MAKEFILES \\
16204 dlls/spoolss/tests/Makefile"
Alexandre Julliard35078f42008-11-21 10:16:12 +010016205test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
Alexandre Julliard49163da2008-08-25 12:02:27 +020016206 spoolss/tests"
Alexandre Julliarda360e932008-08-20 16:02:37 +020016207ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
16208dlls/spoolss/tests/Makefile: dlls/spoolss/tests/Makefile.in dlls/Maketest.rules"
Detlef Riekenbergcf122ba2007-10-03 01:01:12 +020016209ac_config_files="$ac_config_files dlls/spoolss/tests/Makefile"
16210
Alexandre Julliarda360e932008-08-20 16:02:37 +020016211ALL_MAKEFILES="$ALL_MAKEFILES \\
16212 dlls/stdole2.tlb/Makefile"
Alexandre Julliard485cc592008-08-25 12:03:35 +020016213test "x$enable_stdole2_tlb" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
Alexandre Julliard49163da2008-08-25 12:02:27 +020016214 stdole2.tlb"
Alexandre Julliarda360e932008-08-20 16:02:37 +020016215ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
16216dlls/stdole2.tlb/Makefile: dlls/stdole2.tlb/Makefile.in dlls/Makedll.rules"
Marcus Meissnerfbc80d72007-02-27 07:48:58 +010016217ac_config_files="$ac_config_files dlls/stdole2.tlb/Makefile"
16218
Alexandre Julliarda360e932008-08-20 16:02:37 +020016219ALL_MAKEFILES="$ALL_MAKEFILES \\
16220 dlls/stdole32.tlb/Makefile"
Alexandre Julliard485cc592008-08-25 12:03:35 +020016221test "x$enable_stdole32_tlb" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
Alexandre Julliard49163da2008-08-25 12:02:27 +020016222 stdole32.tlb"
Alexandre Julliarda360e932008-08-20 16:02:37 +020016223ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
16224dlls/stdole32.tlb/Makefile: dlls/stdole32.tlb/Makefile.in dlls/Makedll.rules"
Marcus Meissnerfbc80d72007-02-27 07:48:58 +010016225ac_config_files="$ac_config_files dlls/stdole32.tlb/Makefile"
16226
Alexandre Julliarda360e932008-08-20 16:02:37 +020016227ALL_MAKEFILES="$ALL_MAKEFILES \\
16228 dlls/sti/Makefile"
Alexandre Julliard485cc592008-08-25 12:03:35 +020016229test "x$enable_sti" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
Alexandre Julliard49163da2008-08-25 12:02:27 +020016230 sti"
Alexandre Julliarda360e932008-08-20 16:02:37 +020016231ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
16232dlls/sti/Makefile: dlls/sti/Makefile.in dlls/Makedll.rules"
Marcus Meissnerfbc80d72007-02-27 07:48:58 +010016233ac_config_files="$ac_config_files dlls/sti/Makefile"
16234
Alexandre Julliarda360e932008-08-20 16:02:37 +020016235ALL_MAKEFILES="$ALL_MAKEFILES \\
Alexandre Julliardf7fe2ed2009-03-11 17:03:10 +010016236 dlls/storage.dll16/Makefile"
Alexandre Julliarda37d8892009-03-13 12:18:04 +010016237test "x$enable_win16" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
Alexandre Julliardf7fe2ed2009-03-11 17:03:10 +010016238 storage.dll16"
16239ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
16240dlls/storage.dll16/Makefile: dlls/storage.dll16/Makefile.in dlls/Makedll.rules"
16241ac_config_files="$ac_config_files dlls/storage.dll16/Makefile"
16242
16243ALL_MAKEFILES="$ALL_MAKEFILES \\
Alexandre Julliarde4085d72009-03-04 14:16:18 +010016244 dlls/stress.dll16/Makefile"
Alexandre Julliarda37d8892009-03-13 12:18:04 +010016245test "x$enable_win16" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
Alexandre Julliarde4085d72009-03-04 14:16:18 +010016246 stress.dll16"
16247ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
16248dlls/stress.dll16/Makefile: dlls/stress.dll16/Makefile.in dlls/Makedll.rules"
16249ac_config_files="$ac_config_files dlls/stress.dll16/Makefile"
16250
16251ALL_MAKEFILES="$ALL_MAKEFILES \\
Alexandre Julliarda360e932008-08-20 16:02:37 +020016252 dlls/strmiids/Makefile"
Alexandre Julliard485cc592008-08-25 12:03:35 +020016253test "x$enable_strmiids" != xno && ALL_IMPLIB_DIRS="$ALL_IMPLIB_DIRS \\
Alexandre Julliard49163da2008-08-25 12:02:27 +020016254 strmiids"
Alexandre Julliarda360e932008-08-20 16:02:37 +020016255ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
16256dlls/strmiids/Makefile: dlls/strmiids/Makefile.in dlls/Makeimplib.rules"
Marcus Meissnerfbc80d72007-02-27 07:48:58 +010016257ac_config_files="$ac_config_files dlls/strmiids/Makefile"
16258
Alexandre Julliarda360e932008-08-20 16:02:37 +020016259ALL_MAKEFILES="$ALL_MAKEFILES \\
16260 dlls/svrapi/Makefile"
Alexandre Julliard485cc592008-08-25 12:03:35 +020016261test "x$enable_svrapi" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
Alexandre Julliard49163da2008-08-25 12:02:27 +020016262 svrapi"
Alexandre Julliarda360e932008-08-20 16:02:37 +020016263ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
16264dlls/svrapi/Makefile: dlls/svrapi/Makefile.in dlls/Makedll.rules"
Marcus Meissnerfbc80d72007-02-27 07:48:58 +010016265ac_config_files="$ac_config_files dlls/svrapi/Makefile"
16266
Alexandre Julliarda360e932008-08-20 16:02:37 +020016267ALL_MAKEFILES="$ALL_MAKEFILES \\
16268 dlls/sxs/Makefile"
Alexandre Julliard485cc592008-08-25 12:03:35 +020016269test "x$enable_sxs" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
Alexandre Julliard49163da2008-08-25 12:02:27 +020016270 sxs"
Alexandre Julliarda360e932008-08-20 16:02:37 +020016271ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
16272dlls/sxs/Makefile: dlls/sxs/Makefile.in dlls/Makedll.rules"
EA Durbin74977da2007-04-19 18:28:52 -050016273ac_config_files="$ac_config_files dlls/sxs/Makefile"
16274
Alexandre Julliarda360e932008-08-20 16:02:37 +020016275ALL_MAKEFILES="$ALL_MAKEFILES \\
Austin Englishb03d07d2009-05-04 22:52:37 -050016276 dlls/t2embed/Makefile"
16277test "x$enable_t2embed" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
16278 t2embed"
16279ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
16280dlls/t2embed/Makefile: dlls/t2embed/Makefile.in dlls/Makedll.rules"
16281ac_config_files="$ac_config_files dlls/t2embed/Makefile"
16282
16283ALL_MAKEFILES="$ALL_MAKEFILES \\
Alexandre Julliarda360e932008-08-20 16:02:37 +020016284 dlls/tapi32/Makefile"
Alexandre Julliard485cc592008-08-25 12:03:35 +020016285test "x$enable_tapi32" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
Alexandre Julliard49163da2008-08-25 12:02:27 +020016286 tapi32"
Alexandre Julliarda360e932008-08-20 16:02:37 +020016287ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
16288dlls/tapi32/Makefile: dlls/tapi32/Makefile.in dlls/Makedll.rules"
Marcus Meissnerfbc80d72007-02-27 07:48:58 +010016289ac_config_files="$ac_config_files dlls/tapi32/Makefile"
16290
Alexandre Julliarda360e932008-08-20 16:02:37 +020016291ALL_MAKEFILES="$ALL_MAKEFILES \\
Austin English2de77982009-01-28 10:51:51 -060016292 dlls/traffic/Makefile"
16293test "x$enable_traffic" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
16294 traffic"
16295ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
16296dlls/traffic/Makefile: dlls/traffic/Makefile.in dlls/Makedll.rules"
16297ac_config_files="$ac_config_files dlls/traffic/Makefile"
16298
16299ALL_MAKEFILES="$ALL_MAKEFILES \\
Alexandre Julliard2b67a232009-03-23 20:34:02 +010016300 dlls/twain.dll16/Makefile"
16301test "x$enable_win16" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
16302 twain.dll16"
16303ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
16304dlls/twain.dll16/Makefile: dlls/twain.dll16/Makefile.in dlls/Makedll.rules"
16305ac_config_files="$ac_config_files dlls/twain.dll16/Makefile"
16306
16307ALL_MAKEFILES="$ALL_MAKEFILES \\
Alexandre Julliarda360e932008-08-20 16:02:37 +020016308 dlls/twain_32/Makefile"
Alexandre Julliard485cc592008-08-25 12:03:35 +020016309test "x$enable_twain_32" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
Alexandre Julliard49163da2008-08-25 12:02:27 +020016310 twain_32"
Alexandre Julliarda360e932008-08-20 16:02:37 +020016311ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
16312dlls/twain_32/Makefile: dlls/twain_32/Makefile.in dlls/Makedll.rules"
Marcus Meissnerfbc80d72007-02-27 07:48:58 +010016313ac_config_files="$ac_config_files dlls/twain_32/Makefile"
16314
Alexandre Julliarda360e932008-08-20 16:02:37 +020016315ALL_MAKEFILES="$ALL_MAKEFILES \\
Jeremy White499603c2009-01-26 11:40:49 -060016316 dlls/twain_32/tests/Makefile"
16317test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
16318 twain_32/tests"
16319ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
16320dlls/twain_32/tests/Makefile: dlls/twain_32/tests/Makefile.in dlls/Maketest.rules"
16321ac_config_files="$ac_config_files dlls/twain_32/tests/Makefile"
16322
16323ALL_MAKEFILES="$ALL_MAKEFILES \\
Alexandre Julliard8a708952009-03-11 17:30:10 +010016324 dlls/typelib.dll16/Makefile"
Alexandre Julliarda37d8892009-03-13 12:18:04 +010016325test "x$enable_win16" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
Alexandre Julliard8a708952009-03-11 17:30:10 +010016326 typelib.dll16"
16327ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
16328dlls/typelib.dll16/Makefile: dlls/typelib.dll16/Makefile.in dlls/Makedll.rules"
16329ac_config_files="$ac_config_files dlls/typelib.dll16/Makefile"
16330
16331ALL_MAKEFILES="$ALL_MAKEFILES \\
Alexandre Julliarda360e932008-08-20 16:02:37 +020016332 dlls/unicows/Makefile"
Alexandre Julliard485cc592008-08-25 12:03:35 +020016333test "x$enable_unicows" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
Alexandre Julliard49163da2008-08-25 12:02:27 +020016334 unicows"
Alexandre Julliarda360e932008-08-20 16:02:37 +020016335ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
16336dlls/unicows/Makefile: dlls/unicows/Makefile.in dlls/Makedll.rules"
Marcus Meissnerfbc80d72007-02-27 07:48:58 +010016337ac_config_files="$ac_config_files dlls/unicows/Makefile"
16338
Alexandre Julliarda360e932008-08-20 16:02:37 +020016339ALL_MAKEFILES="$ALL_MAKEFILES \\
Alexandre Julliardd7fd3082009-01-05 20:28:06 +010016340 dlls/updspapi/Makefile"
16341test "x$enable_updspapi" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
16342 updspapi"
16343ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
16344dlls/updspapi/Makefile: dlls/updspapi/Makefile.in dlls/Makedll.rules"
16345ac_config_files="$ac_config_files dlls/updspapi/Makefile"
16346
16347ALL_MAKEFILES="$ALL_MAKEFILES \\
Alexandre Julliarda360e932008-08-20 16:02:37 +020016348 dlls/url/Makefile"
Alexandre Julliard485cc592008-08-25 12:03:35 +020016349test "x$enable_url" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
Alexandre Julliard49163da2008-08-25 12:02:27 +020016350 url"
Alexandre Julliarda360e932008-08-20 16:02:37 +020016351ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
16352dlls/url/Makefile: dlls/url/Makefile.in dlls/Makedll.rules"
Marcus Meissnerfbc80d72007-02-27 07:48:58 +010016353ac_config_files="$ac_config_files dlls/url/Makefile"
16354
Alexandre Julliarda360e932008-08-20 16:02:37 +020016355ALL_MAKEFILES="$ALL_MAKEFILES \\
16356 dlls/urlmon/Makefile"
Alexandre Julliard485cc592008-08-25 12:03:35 +020016357test "x$enable_urlmon" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
Alexandre Julliard49163da2008-08-25 12:02:27 +020016358 urlmon"
Alexandre Julliarda360e932008-08-20 16:02:37 +020016359ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
16360dlls/urlmon/Makefile: dlls/urlmon/Makefile.in dlls/Makedll.rules"
Marcus Meissnerfbc80d72007-02-27 07:48:58 +010016361ac_config_files="$ac_config_files dlls/urlmon/Makefile"
16362
Alexandre Julliarda360e932008-08-20 16:02:37 +020016363ALL_MAKEFILES="$ALL_MAKEFILES \\
16364 dlls/urlmon/tests/Makefile"
Alexandre Julliard35078f42008-11-21 10:16:12 +010016365test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
Alexandre Julliard49163da2008-08-25 12:02:27 +020016366 urlmon/tests"
Alexandre Julliarda360e932008-08-20 16:02:37 +020016367ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
16368dlls/urlmon/tests/Makefile: dlls/urlmon/tests/Makefile.in dlls/Maketest.rules"
Marcus Meissnerfbc80d72007-02-27 07:48:58 +010016369ac_config_files="$ac_config_files dlls/urlmon/tests/Makefile"
16370
Alexandre Julliarda360e932008-08-20 16:02:37 +020016371ALL_MAKEFILES="$ALL_MAKEFILES \\
16372 dlls/user32/Makefile"
Alexandre Julliard485cc592008-08-25 12:03:35 +020016373test "x$enable_user32" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
Alexandre Julliard49163da2008-08-25 12:02:27 +020016374 user32"
Alexandre Julliarda360e932008-08-20 16:02:37 +020016375ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
16376dlls/user32/Makefile: dlls/user32/Makefile.in dlls/Makedll.rules"
Marcus Meissnerfbc80d72007-02-27 07:48:58 +010016377ac_config_files="$ac_config_files dlls/user32/Makefile"
16378
Alexandre Julliarda360e932008-08-20 16:02:37 +020016379ALL_MAKEFILES="$ALL_MAKEFILES \\
16380 dlls/user32/tests/Makefile"
Alexandre Julliard35078f42008-11-21 10:16:12 +010016381test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
Alexandre Julliard49163da2008-08-25 12:02:27 +020016382 user32/tests"
Alexandre Julliarda360e932008-08-20 16:02:37 +020016383ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
16384dlls/user32/tests/Makefile: dlls/user32/tests/Makefile.in dlls/Maketest.rules"
Marcus Meissnerfbc80d72007-02-27 07:48:58 +010016385ac_config_files="$ac_config_files dlls/user32/tests/Makefile"
16386
Alexandre Julliarda360e932008-08-20 16:02:37 +020016387ALL_MAKEFILES="$ALL_MAKEFILES \\
16388 dlls/userenv/Makefile"
Alexandre Julliard485cc592008-08-25 12:03:35 +020016389test "x$enable_userenv" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
Alexandre Julliard49163da2008-08-25 12:02:27 +020016390 userenv"
Alexandre Julliarda360e932008-08-20 16:02:37 +020016391ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
16392dlls/userenv/Makefile: dlls/userenv/Makefile.in dlls/Makedll.rules"
Marcus Meissnerfbc80d72007-02-27 07:48:58 +010016393ac_config_files="$ac_config_files dlls/userenv/Makefile"
16394
Alexandre Julliarda360e932008-08-20 16:02:37 +020016395ALL_MAKEFILES="$ALL_MAKEFILES \\
16396 dlls/userenv/tests/Makefile"
Alexandre Julliard35078f42008-11-21 10:16:12 +010016397test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
Alexandre Julliard49163da2008-08-25 12:02:27 +020016398 userenv/tests"
Alexandre Julliarda360e932008-08-20 16:02:37 +020016399ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
16400dlls/userenv/tests/Makefile: dlls/userenv/tests/Makefile.in dlls/Maketest.rules"
Lei Zhangffb04572008-04-29 18:09:24 -070016401ac_config_files="$ac_config_files dlls/userenv/tests/Makefile"
16402
Alexandre Julliarda360e932008-08-20 16:02:37 +020016403ALL_MAKEFILES="$ALL_MAKEFILES \\
16404 dlls/usp10/Makefile"
Alexandre Julliard485cc592008-08-25 12:03:35 +020016405test "x$enable_usp10" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
Alexandre Julliard49163da2008-08-25 12:02:27 +020016406 usp10"
Alexandre Julliarda360e932008-08-20 16:02:37 +020016407ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
16408dlls/usp10/Makefile: dlls/usp10/Makefile.in dlls/Makedll.rules"
Marcus Meissnerfbc80d72007-02-27 07:48:58 +010016409ac_config_files="$ac_config_files dlls/usp10/Makefile"
16410
Alexandre Julliarda360e932008-08-20 16:02:37 +020016411ALL_MAKEFILES="$ALL_MAKEFILES \\
16412 dlls/usp10/tests/Makefile"
Alexandre Julliard35078f42008-11-21 10:16:12 +010016413test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
Alexandre Julliard49163da2008-08-25 12:02:27 +020016414 usp10/tests"
Alexandre Julliarda360e932008-08-20 16:02:37 +020016415ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
16416dlls/usp10/tests/Makefile: dlls/usp10/tests/Makefile.in dlls/Maketest.rules"
Marcus Meissnerfbc80d72007-02-27 07:48:58 +010016417ac_config_files="$ac_config_files dlls/usp10/tests/Makefile"
16418
Alexandre Julliarda360e932008-08-20 16:02:37 +020016419ALL_MAKEFILES="$ALL_MAKEFILES \\
16420 dlls/uuid/Makefile"
Alexandre Julliard485cc592008-08-25 12:03:35 +020016421test "x$enable_uuid" != xno && ALL_IMPLIB_DIRS="$ALL_IMPLIB_DIRS \\
Alexandre Julliard49163da2008-08-25 12:02:27 +020016422 uuid"
Alexandre Julliarda360e932008-08-20 16:02:37 +020016423ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
16424dlls/uuid/Makefile: dlls/uuid/Makefile.in dlls/Makeimplib.rules"
Marcus Meissnerfbc80d72007-02-27 07:48:58 +010016425ac_config_files="$ac_config_files dlls/uuid/Makefile"
16426
Alexandre Julliarda360e932008-08-20 16:02:37 +020016427ALL_MAKEFILES="$ALL_MAKEFILES \\
16428 dlls/uxtheme/Makefile"
Alexandre Julliard485cc592008-08-25 12:03:35 +020016429test "x$enable_uxtheme" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
Alexandre Julliard49163da2008-08-25 12:02:27 +020016430 uxtheme"
Alexandre Julliarda360e932008-08-20 16:02:37 +020016431ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
16432dlls/uxtheme/Makefile: dlls/uxtheme/Makefile.in dlls/Makedll.rules"
Marcus Meissnerfbc80d72007-02-27 07:48:58 +010016433ac_config_files="$ac_config_files dlls/uxtheme/Makefile"
16434
Alexandre Julliarda360e932008-08-20 16:02:37 +020016435ALL_MAKEFILES="$ALL_MAKEFILES \\
16436 dlls/uxtheme/tests/Makefile"
Alexandre Julliard35078f42008-11-21 10:16:12 +010016437test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
Alexandre Julliard49163da2008-08-25 12:02:27 +020016438 uxtheme/tests"
Alexandre Julliarda360e932008-08-20 16:02:37 +020016439ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
16440dlls/uxtheme/tests/Makefile: dlls/uxtheme/tests/Makefile.in dlls/Maketest.rules"
Marcus Meissnerfbc80d72007-02-27 07:48:58 +010016441ac_config_files="$ac_config_files dlls/uxtheme/tests/Makefile"
16442
Alexandre Julliarda360e932008-08-20 16:02:37 +020016443ALL_MAKEFILES="$ALL_MAKEFILES \\
16444 dlls/vdhcp.vxd/Makefile"
Alexandre Julliarda37d8892009-03-13 12:18:04 +010016445test "x$enable_win16" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
Alexandre Julliard49163da2008-08-25 12:02:27 +020016446 vdhcp.vxd"
Alexandre Julliarda360e932008-08-20 16:02:37 +020016447ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
16448dlls/vdhcp.vxd/Makefile: dlls/vdhcp.vxd/Makefile.in dlls/Makedll.rules"
Marcus Meissnerfbc80d72007-02-27 07:48:58 +010016449ac_config_files="$ac_config_files dlls/vdhcp.vxd/Makefile"
16450
Alexandre Julliarda360e932008-08-20 16:02:37 +020016451ALL_MAKEFILES="$ALL_MAKEFILES \\
16452 dlls/vdmdbg/Makefile"
Alexandre Julliard485cc592008-08-25 12:03:35 +020016453test "x$enable_vdmdbg" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
Alexandre Julliard49163da2008-08-25 12:02:27 +020016454 vdmdbg"
Alexandre Julliarda360e932008-08-20 16:02:37 +020016455ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
16456dlls/vdmdbg/Makefile: dlls/vdmdbg/Makefile.in dlls/Makedll.rules"
Marcus Meissnerfbc80d72007-02-27 07:48:58 +010016457ac_config_files="$ac_config_files dlls/vdmdbg/Makefile"
16458
Alexandre Julliarda360e932008-08-20 16:02:37 +020016459ALL_MAKEFILES="$ALL_MAKEFILES \\
16460 dlls/version/Makefile"
Alexandre Julliard485cc592008-08-25 12:03:35 +020016461test "x$enable_version" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
Alexandre Julliard49163da2008-08-25 12:02:27 +020016462 version"
Alexandre Julliarda360e932008-08-20 16:02:37 +020016463ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
16464dlls/version/Makefile: dlls/version/Makefile.in dlls/Makedll.rules"
Marcus Meissnerfbc80d72007-02-27 07:48:58 +010016465ac_config_files="$ac_config_files dlls/version/Makefile"
16466
Alexandre Julliarda360e932008-08-20 16:02:37 +020016467ALL_MAKEFILES="$ALL_MAKEFILES \\
16468 dlls/version/tests/Makefile"
Alexandre Julliard35078f42008-11-21 10:16:12 +010016469test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
Alexandre Julliard49163da2008-08-25 12:02:27 +020016470 version/tests"
Alexandre Julliarda360e932008-08-20 16:02:37 +020016471ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
16472dlls/version/tests/Makefile: dlls/version/tests/Makefile.in dlls/Maketest.rules"
Marcus Meissnerfbc80d72007-02-27 07:48:58 +010016473ac_config_files="$ac_config_files dlls/version/tests/Makefile"
16474
Alexandre Julliarda360e932008-08-20 16:02:37 +020016475ALL_MAKEFILES="$ALL_MAKEFILES \\
16476 dlls/vmm.vxd/Makefile"
Alexandre Julliarda37d8892009-03-13 12:18:04 +010016477test "x$enable_win16" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
Alexandre Julliard49163da2008-08-25 12:02:27 +020016478 vmm.vxd"
Alexandre Julliarda360e932008-08-20 16:02:37 +020016479ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
16480dlls/vmm.vxd/Makefile: dlls/vmm.vxd/Makefile.in dlls/Makedll.rules"
Marcus Meissnerfbc80d72007-02-27 07:48:58 +010016481ac_config_files="$ac_config_files dlls/vmm.vxd/Makefile"
16482
Alexandre Julliarda360e932008-08-20 16:02:37 +020016483ALL_MAKEFILES="$ALL_MAKEFILES \\
16484 dlls/vnbt.vxd/Makefile"
Alexandre Julliarda37d8892009-03-13 12:18:04 +010016485test "x$enable_win16" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
Alexandre Julliard49163da2008-08-25 12:02:27 +020016486 vnbt.vxd"
Alexandre Julliarda360e932008-08-20 16:02:37 +020016487ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
16488dlls/vnbt.vxd/Makefile: dlls/vnbt.vxd/Makefile.in dlls/Makedll.rules"
Marcus Meissnerfbc80d72007-02-27 07:48:58 +010016489ac_config_files="$ac_config_files dlls/vnbt.vxd/Makefile"
16490
Alexandre Julliarda360e932008-08-20 16:02:37 +020016491ALL_MAKEFILES="$ALL_MAKEFILES \\
16492 dlls/vnetbios.vxd/Makefile"
Alexandre Julliarda37d8892009-03-13 12:18:04 +010016493test "x$enable_win16" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
Alexandre Julliard49163da2008-08-25 12:02:27 +020016494 vnetbios.vxd"
Alexandre Julliarda360e932008-08-20 16:02:37 +020016495ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
16496dlls/vnetbios.vxd/Makefile: dlls/vnetbios.vxd/Makefile.in dlls/Makedll.rules"
Marcus Meissnerfbc80d72007-02-27 07:48:58 +010016497ac_config_files="$ac_config_files dlls/vnetbios.vxd/Makefile"
16498
Alexandre Julliarda360e932008-08-20 16:02:37 +020016499ALL_MAKEFILES="$ALL_MAKEFILES \\
16500 dlls/vtdapi.vxd/Makefile"
Alexandre Julliarda37d8892009-03-13 12:18:04 +010016501test "x$enable_win16" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
Alexandre Julliard49163da2008-08-25 12:02:27 +020016502 vtdapi.vxd"
Alexandre Julliarda360e932008-08-20 16:02:37 +020016503ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
16504dlls/vtdapi.vxd/Makefile: dlls/vtdapi.vxd/Makefile.in dlls/Makedll.rules"
Marcus Meissnerfbc80d72007-02-27 07:48:58 +010016505ac_config_files="$ac_config_files dlls/vtdapi.vxd/Makefile"
16506
Alexandre Julliarda360e932008-08-20 16:02:37 +020016507ALL_MAKEFILES="$ALL_MAKEFILES \\
16508 dlls/vwin32.vxd/Makefile"
Alexandre Julliarda37d8892009-03-13 12:18:04 +010016509test "x$enable_win16" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
Alexandre Julliard49163da2008-08-25 12:02:27 +020016510 vwin32.vxd"
Alexandre Julliarda360e932008-08-20 16:02:37 +020016511ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
16512dlls/vwin32.vxd/Makefile: dlls/vwin32.vxd/Makefile.in dlls/Makedll.rules"
Marcus Meissnerfbc80d72007-02-27 07:48:58 +010016513ac_config_files="$ac_config_files dlls/vwin32.vxd/Makefile"
16514
Alexandre Julliarda360e932008-08-20 16:02:37 +020016515ALL_MAKEFILES="$ALL_MAKEFILES \\
16516 dlls/w32skrnl/Makefile"
Alexandre Julliard485cc592008-08-25 12:03:35 +020016517test "x$enable_w32skrnl" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
Alexandre Julliard49163da2008-08-25 12:02:27 +020016518 w32skrnl"
Alexandre Julliarda360e932008-08-20 16:02:37 +020016519ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
16520dlls/w32skrnl/Makefile: dlls/w32skrnl/Makefile.in dlls/Makedll.rules"
Marcus Meissnerfbc80d72007-02-27 07:48:58 +010016521ac_config_files="$ac_config_files dlls/w32skrnl/Makefile"
16522
Alexandre Julliarda360e932008-08-20 16:02:37 +020016523ALL_MAKEFILES="$ALL_MAKEFILES \\
Alexandre Julliardb4d46252009-03-24 09:42:02 +010016524 dlls/w32sys.dll16/Makefile"
16525test "x$enable_win16" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
16526 w32sys.dll16"
16527ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
16528dlls/w32sys.dll16/Makefile: dlls/w32sys.dll16/Makefile.in dlls/Makedll.rules"
16529ac_config_files="$ac_config_files dlls/w32sys.dll16/Makefile"
16530
16531ALL_MAKEFILES="$ALL_MAKEFILES \\
Austin Englishe10f24e2009-05-06 07:51:21 -050016532 dlls/wbemprox/Makefile"
16533test "x$enable_wbemprox" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
16534 wbemprox"
16535ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
16536dlls/wbemprox/Makefile: dlls/wbemprox/Makefile.in dlls/Makedll.rules"
16537ac_config_files="$ac_config_files dlls/wbemprox/Makefile"
16538
16539ALL_MAKEFILES="$ALL_MAKEFILES \\
Alexandre Julliard2a745fe2009-03-24 09:38:01 +010016540 dlls/win32s16.dll16/Makefile"
16541test "x$enable_win16" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
16542 win32s16.dll16"
16543ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
16544dlls/win32s16.dll16/Makefile: dlls/win32s16.dll16/Makefile.in dlls/Makedll.rules"
16545ac_config_files="$ac_config_files dlls/win32s16.dll16/Makefile"
16546
16547ALL_MAKEFILES="$ALL_MAKEFILES \\
Alexandre Julliarda9e81622009-03-04 14:19:49 +010016548 dlls/win87em.dll16/Makefile"
Alexandre Julliarda37d8892009-03-13 12:18:04 +010016549test "x$enable_win16" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
Alexandre Julliarda9e81622009-03-04 14:19:49 +010016550 win87em.dll16"
16551ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
16552dlls/win87em.dll16/Makefile: dlls/win87em.dll16/Makefile.in dlls/Makedll.rules"
16553ac_config_files="$ac_config_files dlls/win87em.dll16/Makefile"
16554
16555ALL_MAKEFILES="$ALL_MAKEFILES \\
Alexandre Julliarda2ae7dd2009-03-23 20:33:34 +010016556 dlls/winaspi.dll16/Makefile"
16557test "x$enable_win16" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
16558 winaspi.dll16"
16559ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
16560dlls/winaspi.dll16/Makefile: dlls/winaspi.dll16/Makefile.in dlls/Makedll.rules"
16561ac_config_files="$ac_config_files dlls/winaspi.dll16/Makefile"
16562
16563ALL_MAKEFILES="$ALL_MAKEFILES \\
Alexandre Julliard6cebffc2009-03-04 14:24:30 +010016564 dlls/windebug.dll16/Makefile"
Alexandre Julliarda37d8892009-03-13 12:18:04 +010016565test "x$enable_win16" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
Alexandre Julliard6cebffc2009-03-04 14:24:30 +010016566 windebug.dll16"
16567ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
16568dlls/windebug.dll16/Makefile: dlls/windebug.dll16/Makefile.in dlls/Makedll.rules"
16569ac_config_files="$ac_config_files dlls/windebug.dll16/Makefile"
16570
16571ALL_MAKEFILES="$ALL_MAKEFILES \\
Vincent Povirked4cde22009-05-28 13:36:54 -050016572 dlls/windowscodecs/Makefile"
16573test "x$enable_windowscodecs" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
16574 windowscodecs"
16575ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
16576dlls/windowscodecs/Makefile: dlls/windowscodecs/Makefile.in dlls/Makedll.rules"
16577ac_config_files="$ac_config_files dlls/windowscodecs/Makefile"
16578
16579ALL_MAKEFILES="$ALL_MAKEFILES \\
Vincent Povirkb19e3292009-06-10 15:57:15 -050016580 dlls/windowscodecs/tests/Makefile"
16581test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
16582 windowscodecs/tests"
16583ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
16584dlls/windowscodecs/tests/Makefile: dlls/windowscodecs/tests/Makefile.in dlls/Maketest.rules"
16585ac_config_files="$ac_config_files dlls/windowscodecs/tests/Makefile"
16586
16587ALL_MAKEFILES="$ALL_MAKEFILES \\
Alexandre Julliarda360e932008-08-20 16:02:37 +020016588 dlls/winealsa.drv/Makefile"
Alexandre Julliard485cc592008-08-25 12:03:35 +020016589test "x$enable_winealsa_drv" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
Alexandre Julliard49163da2008-08-25 12:02:27 +020016590 winealsa.drv"
Alexandre Julliarda360e932008-08-20 16:02:37 +020016591ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
16592dlls/winealsa.drv/Makefile: dlls/winealsa.drv/Makefile.in dlls/Makedll.rules"
Marcus Meissnerfbc80d72007-02-27 07:48:58 +010016593ac_config_files="$ac_config_files dlls/winealsa.drv/Makefile"
16594
Alexandre Julliarda360e932008-08-20 16:02:37 +020016595ALL_MAKEFILES="$ALL_MAKEFILES \\
16596 dlls/wineaudioio.drv/Makefile"
Alexandre Julliard485cc592008-08-25 12:03:35 +020016597test "x$enable_wineaudioio_drv" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
Alexandre Julliard49163da2008-08-25 12:02:27 +020016598 wineaudioio.drv"
Alexandre Julliarda360e932008-08-20 16:02:37 +020016599ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
16600dlls/wineaudioio.drv/Makefile: dlls/wineaudioio.drv/Makefile.in dlls/Makedll.rules"
Marcus Meissnerfbc80d72007-02-27 07:48:58 +010016601ac_config_files="$ac_config_files dlls/wineaudioio.drv/Makefile"
16602
Alexandre Julliarda360e932008-08-20 16:02:37 +020016603ALL_MAKEFILES="$ALL_MAKEFILES \\
16604 dlls/winecoreaudio.drv/Makefile"
Alexandre Julliard485cc592008-08-25 12:03:35 +020016605test "x$enable_winecoreaudio_drv" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
Alexandre Julliard49163da2008-08-25 12:02:27 +020016606 winecoreaudio.drv"
Alexandre Julliarda360e932008-08-20 16:02:37 +020016607ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
16608dlls/winecoreaudio.drv/Makefile: dlls/winecoreaudio.drv/Makefile.in dlls/Makedll.rules"
Marcus Meissnerfbc80d72007-02-27 07:48:58 +010016609ac_config_files="$ac_config_files dlls/winecoreaudio.drv/Makefile"
16610
Alexandre Julliarda360e932008-08-20 16:02:37 +020016611ALL_MAKEFILES="$ALL_MAKEFILES \\
16612 dlls/winecrt0/Makefile"
Alexandre Julliard485cc592008-08-25 12:03:35 +020016613test "x$enable_winecrt0" != xno && ALL_IMPLIB_DIRS="$ALL_IMPLIB_DIRS \\
Alexandre Julliard49163da2008-08-25 12:02:27 +020016614 winecrt0"
Alexandre Julliarda360e932008-08-20 16:02:37 +020016615ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
16616dlls/winecrt0/Makefile: dlls/winecrt0/Makefile.in dlls/Makeimplib.rules"
Marcus Meissnerfbc80d72007-02-27 07:48:58 +010016617ac_config_files="$ac_config_files dlls/winecrt0/Makefile"
16618
Alexandre Julliarda360e932008-08-20 16:02:37 +020016619ALL_MAKEFILES="$ALL_MAKEFILES \\
16620 dlls/wined3d/Makefile"
Alexandre Julliard485cc592008-08-25 12:03:35 +020016621test "x$enable_wined3d" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
Alexandre Julliard49163da2008-08-25 12:02:27 +020016622 wined3d"
Alexandre Julliarda360e932008-08-20 16:02:37 +020016623ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
16624dlls/wined3d/Makefile: dlls/wined3d/Makefile.in dlls/Makedll.rules"
Marcus Meissnerfbc80d72007-02-27 07:48:58 +010016625ac_config_files="$ac_config_files dlls/wined3d/Makefile"
16626
Alexandre Julliarda360e932008-08-20 16:02:37 +020016627ALL_MAKEFILES="$ALL_MAKEFILES \\
16628 dlls/winedos/Makefile"
Alexandre Julliard485cc592008-08-25 12:03:35 +020016629test "x$enable_winedos" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
Alexandre Julliard49163da2008-08-25 12:02:27 +020016630 winedos"
Alexandre Julliarda360e932008-08-20 16:02:37 +020016631ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
16632dlls/winedos/Makefile: dlls/winedos/Makefile.in dlls/Makedll.rules"
Marcus Meissnerfbc80d72007-02-27 07:48:58 +010016633ac_config_files="$ac_config_files dlls/winedos/Makefile"
16634
Alexandre Julliarda360e932008-08-20 16:02:37 +020016635ALL_MAKEFILES="$ALL_MAKEFILES \\
16636 dlls/wineesd.drv/Makefile"
Alexandre Julliard485cc592008-08-25 12:03:35 +020016637test "x$enable_wineesd_drv" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
Alexandre Julliard49163da2008-08-25 12:02:27 +020016638 wineesd.drv"
Alexandre Julliarda360e932008-08-20 16:02:37 +020016639ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
16640dlls/wineesd.drv/Makefile: dlls/wineesd.drv/Makefile.in dlls/Makedll.rules"
Marcus Meissnerfbc80d72007-02-27 07:48:58 +010016641ac_config_files="$ac_config_files dlls/wineesd.drv/Makefile"
16642
Alexandre Julliarda360e932008-08-20 16:02:37 +020016643ALL_MAKEFILES="$ALL_MAKEFILES \\
16644 dlls/winejack.drv/Makefile"
Alexandre Julliard485cc592008-08-25 12:03:35 +020016645test "x$enable_winejack_drv" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
Alexandre Julliard49163da2008-08-25 12:02:27 +020016646 winejack.drv"
Alexandre Julliarda360e932008-08-20 16:02:37 +020016647ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
16648dlls/winejack.drv/Makefile: dlls/winejack.drv/Makefile.in dlls/Makedll.rules"
Marcus Meissnerfbc80d72007-02-27 07:48:58 +010016649ac_config_files="$ac_config_files dlls/winejack.drv/Makefile"
16650
Alexandre Julliarda360e932008-08-20 16:02:37 +020016651ALL_MAKEFILES="$ALL_MAKEFILES \\
16652 dlls/winejoystick.drv/Makefile"
Alexandre Julliard485cc592008-08-25 12:03:35 +020016653test "x$enable_winejoystick_drv" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
Alexandre Julliard49163da2008-08-25 12:02:27 +020016654 winejoystick.drv"
Alexandre Julliarda360e932008-08-20 16:02:37 +020016655ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
16656dlls/winejoystick.drv/Makefile: dlls/winejoystick.drv/Makefile.in dlls/Makedll.rules"
Marcus Meissnerfbc80d72007-02-27 07:48:58 +010016657ac_config_files="$ac_config_files dlls/winejoystick.drv/Makefile"
16658
Alexandre Julliarda360e932008-08-20 16:02:37 +020016659ALL_MAKEFILES="$ALL_MAKEFILES \\
16660 dlls/winemp3.acm/Makefile"
Alexandre Julliard485cc592008-08-25 12:03:35 +020016661test "x$enable_winemp3_acm" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
Alexandre Julliard49163da2008-08-25 12:02:27 +020016662 winemp3.acm"
Alexandre Julliarda360e932008-08-20 16:02:37 +020016663ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
16664dlls/winemp3.acm/Makefile: dlls/winemp3.acm/Makefile.in dlls/Makedll.rules"
Marcus Meissnerfbc80d72007-02-27 07:48:58 +010016665ac_config_files="$ac_config_files dlls/winemp3.acm/Makefile"
16666
Alexandre Julliarda360e932008-08-20 16:02:37 +020016667ALL_MAKEFILES="$ALL_MAKEFILES \\
16668 dlls/winenas.drv/Makefile"
Alexandre Julliard485cc592008-08-25 12:03:35 +020016669test "x$enable_winenas_drv" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
Alexandre Julliard49163da2008-08-25 12:02:27 +020016670 winenas.drv"
Alexandre Julliarda360e932008-08-20 16:02:37 +020016671ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
16672dlls/winenas.drv/Makefile: dlls/winenas.drv/Makefile.in dlls/Makedll.rules"
Marcus Meissnerfbc80d72007-02-27 07:48:58 +010016673ac_config_files="$ac_config_files dlls/winenas.drv/Makefile"
16674
Alexandre Julliarda360e932008-08-20 16:02:37 +020016675ALL_MAKEFILES="$ALL_MAKEFILES \\
16676 dlls/wineoss.drv/Makefile"
Alexandre Julliard485cc592008-08-25 12:03:35 +020016677test "x$enable_wineoss_drv" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
Alexandre Julliard49163da2008-08-25 12:02:27 +020016678 wineoss.drv"
Alexandre Julliarda360e932008-08-20 16:02:37 +020016679ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
16680dlls/wineoss.drv/Makefile: dlls/wineoss.drv/Makefile.in dlls/Makedll.rules"
Marcus Meissnerfbc80d72007-02-27 07:48:58 +010016681ac_config_files="$ac_config_files dlls/wineoss.drv/Makefile"
16682
Alexandre Julliarda360e932008-08-20 16:02:37 +020016683ALL_MAKEFILES="$ALL_MAKEFILES \\
16684 dlls/wineps.drv/Makefile"
Alexandre Julliard485cc592008-08-25 12:03:35 +020016685test "x$enable_wineps_drv" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
Alexandre Julliard49163da2008-08-25 12:02:27 +020016686 wineps.drv"
Alexandre Julliarda360e932008-08-20 16:02:37 +020016687ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
16688dlls/wineps.drv/Makefile: dlls/wineps.drv/Makefile.in dlls/Makedll.rules"
Marcus Meissnerfbc80d72007-02-27 07:48:58 +010016689ac_config_files="$ac_config_files dlls/wineps.drv/Makefile"
16690
Alexandre Julliarda360e932008-08-20 16:02:37 +020016691ALL_MAKEFILES="$ALL_MAKEFILES \\
16692 dlls/winequartz.drv/Makefile"
Alexandre Julliard485cc592008-08-25 12:03:35 +020016693test "x$enable_winequartz_drv" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
Alexandre Julliard49163da2008-08-25 12:02:27 +020016694 winequartz.drv"
Alexandre Julliarda360e932008-08-20 16:02:37 +020016695ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
16696dlls/winequartz.drv/Makefile: dlls/winequartz.drv/Makefile.in dlls/Makedll.rules"
Marcus Meissnerfbc80d72007-02-27 07:48:58 +010016697ac_config_files="$ac_config_files dlls/winequartz.drv/Makefile"
16698
Alexandre Julliarda360e932008-08-20 16:02:37 +020016699ALL_MAKEFILES="$ALL_MAKEFILES \\
16700 dlls/winex11.drv/Makefile"
Alexandre Julliard485cc592008-08-25 12:03:35 +020016701test "x$enable_winex11_drv" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
Alexandre Julliard49163da2008-08-25 12:02:27 +020016702 winex11.drv"
Alexandre Julliarda360e932008-08-20 16:02:37 +020016703ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
16704dlls/winex11.drv/Makefile: dlls/winex11.drv/Makefile.in dlls/Makedll.rules"
Marcus Meissnerfbc80d72007-02-27 07:48:58 +010016705ac_config_files="$ac_config_files dlls/winex11.drv/Makefile"
16706
Alexandre Julliarda360e932008-08-20 16:02:37 +020016707ALL_MAKEFILES="$ALL_MAKEFILES \\
16708 dlls/wing32/Makefile"
Alexandre Julliard485cc592008-08-25 12:03:35 +020016709test "x$enable_wing32" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
Alexandre Julliard49163da2008-08-25 12:02:27 +020016710 wing32"
Alexandre Julliarda360e932008-08-20 16:02:37 +020016711ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
16712dlls/wing32/Makefile: dlls/wing32/Makefile.in dlls/Makedll.rules"
Marcus Meissnerfbc80d72007-02-27 07:48:58 +010016713ac_config_files="$ac_config_files dlls/wing32/Makefile"
16714
Alexandre Julliarda360e932008-08-20 16:02:37 +020016715ALL_MAKEFILES="$ALL_MAKEFILES \\
16716 dlls/winhttp/Makefile"
Alexandre Julliard485cc592008-08-25 12:03:35 +020016717test "x$enable_winhttp" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
Alexandre Julliard49163da2008-08-25 12:02:27 +020016718 winhttp"
Alexandre Julliarda360e932008-08-20 16:02:37 +020016719ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
16720dlls/winhttp/Makefile: dlls/winhttp/Makefile.in dlls/Makedll.rules"
Jacek Caban21572962007-07-31 00:54:42 +020016721ac_config_files="$ac_config_files dlls/winhttp/Makefile"
16722
Alexandre Julliarda360e932008-08-20 16:02:37 +020016723ALL_MAKEFILES="$ALL_MAKEFILES \\
16724 dlls/winhttp/tests/Makefile"
Alexandre Julliard35078f42008-11-21 10:16:12 +010016725test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
Alexandre Julliard49163da2008-08-25 12:02:27 +020016726 winhttp/tests"
Alexandre Julliarda360e932008-08-20 16:02:37 +020016727ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
16728dlls/winhttp/tests/Makefile: dlls/winhttp/tests/Makefile.in dlls/Maketest.rules"
Zac Brownb2be8402008-07-17 17:37:23 -070016729ac_config_files="$ac_config_files dlls/winhttp/tests/Makefile"
16730
Alexandre Julliarda360e932008-08-20 16:02:37 +020016731ALL_MAKEFILES="$ALL_MAKEFILES \\
16732 dlls/wininet/Makefile"
Alexandre Julliard485cc592008-08-25 12:03:35 +020016733test "x$enable_wininet" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
Alexandre Julliard49163da2008-08-25 12:02:27 +020016734 wininet"
Alexandre Julliarda360e932008-08-20 16:02:37 +020016735ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
16736dlls/wininet/Makefile: dlls/wininet/Makefile.in dlls/Makedll.rules"
Marcus Meissnerfbc80d72007-02-27 07:48:58 +010016737ac_config_files="$ac_config_files dlls/wininet/Makefile"
16738
Alexandre Julliarda360e932008-08-20 16:02:37 +020016739ALL_MAKEFILES="$ALL_MAKEFILES \\
16740 dlls/wininet/tests/Makefile"
Alexandre Julliard35078f42008-11-21 10:16:12 +010016741test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
Alexandre Julliard49163da2008-08-25 12:02:27 +020016742 wininet/tests"
Alexandre Julliarda360e932008-08-20 16:02:37 +020016743ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
16744dlls/wininet/tests/Makefile: dlls/wininet/tests/Makefile.in dlls/Maketest.rules"
Marcus Meissnerfbc80d72007-02-27 07:48:58 +010016745ac_config_files="$ac_config_files dlls/wininet/tests/Makefile"
16746
Alexandre Julliarda360e932008-08-20 16:02:37 +020016747ALL_MAKEFILES="$ALL_MAKEFILES \\
16748 dlls/winmm/Makefile"
Alexandre Julliard485cc592008-08-25 12:03:35 +020016749test "x$enable_winmm" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
Alexandre Julliard49163da2008-08-25 12:02:27 +020016750 winmm"
Alexandre Julliarda360e932008-08-20 16:02:37 +020016751ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
16752dlls/winmm/Makefile: dlls/winmm/Makefile.in dlls/Makedll.rules"
Marcus Meissnerfbc80d72007-02-27 07:48:58 +010016753ac_config_files="$ac_config_files dlls/winmm/Makefile"
16754
Alexandre Julliarda360e932008-08-20 16:02:37 +020016755ALL_MAKEFILES="$ALL_MAKEFILES \\
16756 dlls/winmm/tests/Makefile"
Alexandre Julliard35078f42008-11-21 10:16:12 +010016757test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
Alexandre Julliard49163da2008-08-25 12:02:27 +020016758 winmm/tests"
Alexandre Julliarda360e932008-08-20 16:02:37 +020016759ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
16760dlls/winmm/tests/Makefile: dlls/winmm/tests/Makefile.in dlls/Maketest.rules"
Marcus Meissnerfbc80d72007-02-27 07:48:58 +010016761ac_config_files="$ac_config_files dlls/winmm/tests/Makefile"
16762
Alexandre Julliarda360e932008-08-20 16:02:37 +020016763ALL_MAKEFILES="$ALL_MAKEFILES \\
Alexandre Julliard9bf9eb02009-03-24 09:31:03 +010016764 dlls/winnls.dll16/Makefile"
16765test "x$enable_win16" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
16766 winnls.dll16"
16767ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
16768dlls/winnls.dll16/Makefile: dlls/winnls.dll16/Makefile.in dlls/Makedll.rules"
16769ac_config_files="$ac_config_files dlls/winnls.dll16/Makefile"
16770
16771ALL_MAKEFILES="$ALL_MAKEFILES \\
Alexandre Julliarda360e932008-08-20 16:02:37 +020016772 dlls/winnls32/Makefile"
Alexandre Julliard485cc592008-08-25 12:03:35 +020016773test "x$enable_winnls32" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
Alexandre Julliard49163da2008-08-25 12:02:27 +020016774 winnls32"
Alexandre Julliarda360e932008-08-20 16:02:37 +020016775ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
16776dlls/winnls32/Makefile: dlls/winnls32/Makefile.in dlls/Makedll.rules"
Marcus Meissnerfbc80d72007-02-27 07:48:58 +010016777ac_config_files="$ac_config_files dlls/winnls32/Makefile"
16778
Alexandre Julliarda360e932008-08-20 16:02:37 +020016779ALL_MAKEFILES="$ALL_MAKEFILES \\
16780 dlls/winscard/Makefile"
Alexandre Julliard485cc592008-08-25 12:03:35 +020016781test "x$enable_winscard" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
Alexandre Julliard49163da2008-08-25 12:02:27 +020016782 winscard"
Alexandre Julliarda360e932008-08-20 16:02:37 +020016783ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
16784dlls/winscard/Makefile: dlls/winscard/Makefile.in dlls/Makedll.rules"
Mounir IDRASSI23df68d2007-05-23 00:51:46 +020016785ac_config_files="$ac_config_files dlls/winscard/Makefile"
16786
Alexandre Julliarda360e932008-08-20 16:02:37 +020016787ALL_MAKEFILES="$ALL_MAKEFILES \\
16788 dlls/winspool.drv/Makefile"
Alexandre Julliard485cc592008-08-25 12:03:35 +020016789test "x$enable_winspool_drv" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
Alexandre Julliard49163da2008-08-25 12:02:27 +020016790 winspool.drv"
Alexandre Julliarda360e932008-08-20 16:02:37 +020016791ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
16792dlls/winspool.drv/Makefile: dlls/winspool.drv/Makefile.in dlls/Makedll.rules"
Marcus Meissnerfbc80d72007-02-27 07:48:58 +010016793ac_config_files="$ac_config_files dlls/winspool.drv/Makefile"
16794
Alexandre Julliarda360e932008-08-20 16:02:37 +020016795ALL_MAKEFILES="$ALL_MAKEFILES \\
16796 dlls/winspool.drv/tests/Makefile"
Alexandre Julliard35078f42008-11-21 10:16:12 +010016797test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
Alexandre Julliard49163da2008-08-25 12:02:27 +020016798 winspool.drv/tests"
Alexandre Julliarda360e932008-08-20 16:02:37 +020016799ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
16800dlls/winspool.drv/tests/Makefile: dlls/winspool.drv/tests/Makefile.in dlls/Maketest.rules"
Marcus Meissnerfbc80d72007-02-27 07:48:58 +010016801ac_config_files="$ac_config_files dlls/winspool.drv/tests/Makefile"
16802
Alexandre Julliarda360e932008-08-20 16:02:37 +020016803ALL_MAKEFILES="$ALL_MAKEFILES \\
Alexandre Julliardd540fa22009-03-23 20:33:00 +010016804 dlls/wintab.dll16/Makefile"
16805test "x$enable_win16" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
16806 wintab.dll16"
16807ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
16808dlls/wintab.dll16/Makefile: dlls/wintab.dll16/Makefile.in dlls/Makedll.rules"
16809ac_config_files="$ac_config_files dlls/wintab.dll16/Makefile"
16810
16811ALL_MAKEFILES="$ALL_MAKEFILES \\
Alexandre Julliarda360e932008-08-20 16:02:37 +020016812 dlls/wintab32/Makefile"
Alexandre Julliard485cc592008-08-25 12:03:35 +020016813test "x$enable_wintab32" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
Alexandre Julliard49163da2008-08-25 12:02:27 +020016814 wintab32"
Alexandre Julliarda360e932008-08-20 16:02:37 +020016815ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
16816dlls/wintab32/Makefile: dlls/wintab32/Makefile.in dlls/Makedll.rules"
Marcus Meissnerfbc80d72007-02-27 07:48:58 +010016817ac_config_files="$ac_config_files dlls/wintab32/Makefile"
16818
Alexandre Julliarda360e932008-08-20 16:02:37 +020016819ALL_MAKEFILES="$ALL_MAKEFILES \\
John Klehmb4c5a622009-08-02 16:23:35 -050016820 dlls/wintab32/tests/Makefile"
16821test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
16822 wintab32/tests"
16823ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
16824dlls/wintab32/tests/Makefile: dlls/wintab32/tests/Makefile.in dlls/Maketest.rules"
16825ac_config_files="$ac_config_files dlls/wintab32/tests/Makefile"
16826
16827ALL_MAKEFILES="$ALL_MAKEFILES \\
Alexandre Julliarda360e932008-08-20 16:02:37 +020016828 dlls/wintrust/Makefile"
Alexandre Julliard485cc592008-08-25 12:03:35 +020016829test "x$enable_wintrust" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
Alexandre Julliard49163da2008-08-25 12:02:27 +020016830 wintrust"
Alexandre Julliarda360e932008-08-20 16:02:37 +020016831ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
16832dlls/wintrust/Makefile: dlls/wintrust/Makefile.in dlls/Makedll.rules"
Marcus Meissnerfbc80d72007-02-27 07:48:58 +010016833ac_config_files="$ac_config_files dlls/wintrust/Makefile"
16834
Alexandre Julliarda360e932008-08-20 16:02:37 +020016835ALL_MAKEFILES="$ALL_MAKEFILES \\
16836 dlls/wintrust/tests/Makefile"
Alexandre Julliard35078f42008-11-21 10:16:12 +010016837test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
Alexandre Julliard49163da2008-08-25 12:02:27 +020016838 wintrust/tests"
Alexandre Julliarda360e932008-08-20 16:02:37 +020016839ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
16840dlls/wintrust/tests/Makefile: dlls/wintrust/tests/Makefile.in dlls/Maketest.rules"
Marcus Meissnerfbc80d72007-02-27 07:48:58 +010016841ac_config_files="$ac_config_files dlls/wintrust/tests/Makefile"
16842
Alexandre Julliarda360e932008-08-20 16:02:37 +020016843ALL_MAKEFILES="$ALL_MAKEFILES \\
16844 dlls/wldap32/Makefile"
Alexandre Julliard485cc592008-08-25 12:03:35 +020016845test "x$enable_wldap32" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
Alexandre Julliard49163da2008-08-25 12:02:27 +020016846 wldap32"
Alexandre Julliarda360e932008-08-20 16:02:37 +020016847ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
16848dlls/wldap32/Makefile: dlls/wldap32/Makefile.in dlls/Makedll.rules"
Marcus Meissnerfbc80d72007-02-27 07:48:58 +010016849ac_config_files="$ac_config_files dlls/wldap32/Makefile"
16850
Alexandre Julliarda360e932008-08-20 16:02:37 +020016851ALL_MAKEFILES="$ALL_MAKEFILES \\
Hans Leidekkerb9813872008-10-06 15:47:28 +020016852 dlls/wldap32/tests/Makefile"
Alexandre Julliard35078f42008-11-21 10:16:12 +010016853test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
Hans Leidekkerb9813872008-10-06 15:47:28 +020016854 wldap32/tests"
16855ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
16856dlls/wldap32/tests/Makefile: dlls/wldap32/tests/Makefile.in dlls/Maketest.rules"
16857ac_config_files="$ac_config_files dlls/wldap32/tests/Makefile"
16858
16859ALL_MAKEFILES="$ALL_MAKEFILES \\
Alexandre Julliarda360e932008-08-20 16:02:37 +020016860 dlls/wmi/Makefile"
Alexandre Julliard485cc592008-08-25 12:03:35 +020016861test "x$enable_wmi" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
Alexandre Julliard49163da2008-08-25 12:02:27 +020016862 wmi"
Alexandre Julliarda360e932008-08-20 16:02:37 +020016863ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
16864dlls/wmi/Makefile: dlls/wmi/Makefile.in dlls/Makedll.rules"
Marcus Meissner4328d922008-01-16 15:03:03 +010016865ac_config_files="$ac_config_files dlls/wmi/Makefile"
16866
Alexandre Julliarda360e932008-08-20 16:02:37 +020016867ALL_MAKEFILES="$ALL_MAKEFILES \\
Hans Leidekkerdd1d8ca2009-07-14 12:27:46 +020016868 dlls/wmiutils/Makefile"
16869test "x$enable_wmiutils" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
16870 wmiutils"
16871ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
16872dlls/wmiutils/Makefile: dlls/wmiutils/Makefile.in dlls/Makedll.rules"
16873ac_config_files="$ac_config_files dlls/wmiutils/Makefile"
16874
16875ALL_MAKEFILES="$ALL_MAKEFILES \\
Alexandre Julliarda360e932008-08-20 16:02:37 +020016876 dlls/wnaspi32/Makefile"
Alexandre Julliard485cc592008-08-25 12:03:35 +020016877test "x$enable_wnaspi32" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
Alexandre Julliard49163da2008-08-25 12:02:27 +020016878 wnaspi32"
Alexandre Julliarda360e932008-08-20 16:02:37 +020016879ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
16880dlls/wnaspi32/Makefile: dlls/wnaspi32/Makefile.in dlls/Makedll.rules"
Marcus Meissnerfbc80d72007-02-27 07:48:58 +010016881ac_config_files="$ac_config_files dlls/wnaspi32/Makefile"
16882
Alexandre Julliarda360e932008-08-20 16:02:37 +020016883ALL_MAKEFILES="$ALL_MAKEFILES \\
16884 dlls/wow32/Makefile"
Alexandre Julliard485cc592008-08-25 12:03:35 +020016885test "x$enable_wow32" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
Alexandre Julliard49163da2008-08-25 12:02:27 +020016886 wow32"
Alexandre Julliarda360e932008-08-20 16:02:37 +020016887ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
16888dlls/wow32/Makefile: dlls/wow32/Makefile.in dlls/Makedll.rules"
Marcus Meissnerfbc80d72007-02-27 07:48:58 +010016889ac_config_files="$ac_config_files dlls/wow32/Makefile"
16890
Alexandre Julliarda360e932008-08-20 16:02:37 +020016891ALL_MAKEFILES="$ALL_MAKEFILES \\
16892 dlls/ws2_32/Makefile"
Alexandre Julliard485cc592008-08-25 12:03:35 +020016893test "x$enable_ws2_32" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
Alexandre Julliard49163da2008-08-25 12:02:27 +020016894 ws2_32"
Alexandre Julliarda360e932008-08-20 16:02:37 +020016895ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
16896dlls/ws2_32/Makefile: dlls/ws2_32/Makefile.in dlls/Makedll.rules"
Marcus Meissnerfbc80d72007-02-27 07:48:58 +010016897ac_config_files="$ac_config_files dlls/ws2_32/Makefile"
16898
Alexandre Julliarda360e932008-08-20 16:02:37 +020016899ALL_MAKEFILES="$ALL_MAKEFILES \\
16900 dlls/ws2_32/tests/Makefile"
Alexandre Julliard35078f42008-11-21 10:16:12 +010016901test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
Alexandre Julliard49163da2008-08-25 12:02:27 +020016902 ws2_32/tests"
Alexandre Julliarda360e932008-08-20 16:02:37 +020016903ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
16904dlls/ws2_32/tests/Makefile: dlls/ws2_32/tests/Makefile.in dlls/Maketest.rules"
Marcus Meissnerfbc80d72007-02-27 07:48:58 +010016905ac_config_files="$ac_config_files dlls/ws2_32/tests/Makefile"
16906
Alexandre Julliarda360e932008-08-20 16:02:37 +020016907ALL_MAKEFILES="$ALL_MAKEFILES \\
16908 dlls/wsock32/Makefile"
Alexandre Julliard485cc592008-08-25 12:03:35 +020016909test "x$enable_wsock32" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
Alexandre Julliard49163da2008-08-25 12:02:27 +020016910 wsock32"
Alexandre Julliarda360e932008-08-20 16:02:37 +020016911ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
16912dlls/wsock32/Makefile: dlls/wsock32/Makefile.in dlls/Makedll.rules"
Marcus Meissnerfbc80d72007-02-27 07:48:58 +010016913ac_config_files="$ac_config_files dlls/wsock32/Makefile"
16914
Alexandre Julliarda360e932008-08-20 16:02:37 +020016915ALL_MAKEFILES="$ALL_MAKEFILES \\
16916 dlls/wtsapi32/Makefile"
Alexandre Julliard485cc592008-08-25 12:03:35 +020016917test "x$enable_wtsapi32" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
Alexandre Julliard49163da2008-08-25 12:02:27 +020016918 wtsapi32"
Alexandre Julliarda360e932008-08-20 16:02:37 +020016919ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
16920dlls/wtsapi32/Makefile: dlls/wtsapi32/Makefile.in dlls/Makedll.rules"
Marcus Meissnerfbc80d72007-02-27 07:48:58 +010016921ac_config_files="$ac_config_files dlls/wtsapi32/Makefile"
16922
Alexandre Julliarda360e932008-08-20 16:02:37 +020016923ALL_MAKEFILES="$ALL_MAKEFILES \\
Hans Leidekker5b6551a2008-12-16 16:41:43 +010016924 dlls/wuapi/Makefile"
16925test "x$enable_wuapi" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
16926 wuapi"
16927ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
16928dlls/wuapi/Makefile: dlls/wuapi/Makefile.in dlls/Makedll.rules"
16929ac_config_files="$ac_config_files dlls/wuapi/Makefile"
16930
16931ALL_MAKEFILES="$ALL_MAKEFILES \\
Andrew Fenn68ede592008-11-10 16:29:29 +000016932 dlls/xinput1_1/Makefile"
16933test "x$enable_xinput1_1" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
16934 xinput1_1"
16935ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
16936dlls/xinput1_1/Makefile: dlls/xinput1_1/Makefile.in dlls/Makedll.rules"
16937ac_config_files="$ac_config_files dlls/xinput1_1/Makefile"
16938
16939ALL_MAKEFILES="$ALL_MAKEFILES \\
Andrew Fenn85a4a1d2008-11-10 16:30:13 +000016940 dlls/xinput1_2/Makefile"
16941test "x$enable_xinput1_2" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
16942 xinput1_2"
16943ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
16944dlls/xinput1_2/Makefile: dlls/xinput1_2/Makefile.in dlls/Makedll.rules"
16945ac_config_files="$ac_config_files dlls/xinput1_2/Makefile"
16946
16947ALL_MAKEFILES="$ALL_MAKEFILES \\
Andrew Fenn457a22d2008-11-10 16:22:35 +000016948 dlls/xinput1_3/Makefile"
16949test "x$enable_xinput1_3" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
16950 xinput1_3"
16951ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
16952dlls/xinput1_3/Makefile: dlls/xinput1_3/Makefile.in dlls/Makedll.rules"
16953ac_config_files="$ac_config_files dlls/xinput1_3/Makefile"
16954
16955ALL_MAKEFILES="$ALL_MAKEFILES \\
Andrew Fenn29789a82008-11-10 16:32:33 +000016956 dlls/xinput1_3/tests/Makefile"
Alexandre Julliard35078f42008-11-21 10:16:12 +010016957test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
Andrew Fenn29789a82008-11-10 16:32:33 +000016958 xinput1_3/tests"
16959ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
16960dlls/xinput1_3/tests/Makefile: dlls/xinput1_3/tests/Makefile.in dlls/Maketest.rules"
16961ac_config_files="$ac_config_files dlls/xinput1_3/tests/Makefile"
16962
16963ALL_MAKEFILES="$ALL_MAKEFILES \\
Andrew Fennc4cd3bc2008-11-10 16:26:05 +000016964 dlls/xinput9_1_0/Makefile"
16965test "x$enable_xinput9_1_0" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
16966 xinput9_1_0"
16967ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
16968dlls/xinput9_1_0/Makefile: dlls/xinput9_1_0/Makefile.in dlls/Makedll.rules"
16969ac_config_files="$ac_config_files dlls/xinput9_1_0/Makefile"
16970
16971ALL_MAKEFILES="$ALL_MAKEFILES \\
Christian Costa2f4423e2009-04-20 21:22:15 +020016972 dlls/xmllite/Makefile"
16973test "x$enable_xmllite" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
16974 xmllite"
16975ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
16976dlls/xmllite/Makefile: dlls/xmllite/Makefile.in dlls/Makedll.rules"
16977ac_config_files="$ac_config_files dlls/xmllite/Makefile"
16978
16979ALL_MAKEFILES="$ALL_MAKEFILES \\
Alexandre Julliarda360e932008-08-20 16:02:37 +020016980 documentation/Makefile"
Alexandre Julliard6de0af12008-08-25 14:41:03 +020016981test "x$enable_documentation" != xno && ALL_TOP_DIRS="$ALL_TOP_DIRS \\
16982 documentation"
Alexandre Julliarda360e932008-08-20 16:02:37 +020016983ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
16984documentation/Makefile: documentation/Makefile.in Make.rules"
Marcus Meissnerfbc80d72007-02-27 07:48:58 +010016985ac_config_files="$ac_config_files documentation/Makefile"
16986
Alexandre Julliarda360e932008-08-20 16:02:37 +020016987ALL_MAKEFILES="$ALL_MAKEFILES \\
16988 fonts/Makefile"
Alexandre Julliard6de0af12008-08-25 14:41:03 +020016989test "x$enable_fonts" != xno && ALL_TOP_DIRS="$ALL_TOP_DIRS \\
16990 fonts"
Alexandre Julliarda360e932008-08-20 16:02:37 +020016991ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
16992fonts/Makefile: fonts/Makefile.in Make.rules"
Marcus Meissnerfbc80d72007-02-27 07:48:58 +010016993ac_config_files="$ac_config_files fonts/Makefile"
16994
Alexandre Julliarda360e932008-08-20 16:02:37 +020016995ALL_MAKEFILES="$ALL_MAKEFILES \\
16996 include/Makefile"
Alexandre Julliard6de0af12008-08-25 14:41:03 +020016997test "x$enable_include" != xno && ALL_TOP_DIRS="$ALL_TOP_DIRS \\
16998 include"
Alexandre Julliarda360e932008-08-20 16:02:37 +020016999ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
17000include/Makefile: include/Makefile.in Make.rules"
Marcus Meissnerfbc80d72007-02-27 07:48:58 +010017001ac_config_files="$ac_config_files include/Makefile"
17002
Alexandre Julliarda360e932008-08-20 16:02:37 +020017003ALL_MAKEFILES="$ALL_MAKEFILES \\
17004 libs/Makefile"
Alexandre Julliard6de0af12008-08-25 14:41:03 +020017005test "x$enable_libs" != xno && ALL_TOP_DIRS="$ALL_TOP_DIRS \\
17006 libs"
Alexandre Julliarda360e932008-08-20 16:02:37 +020017007ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
17008libs/Makefile: libs/Makefile.in Make.rules"
Marcus Meissnerfbc80d72007-02-27 07:48:58 +010017009ac_config_files="$ac_config_files libs/Makefile"
17010
Alexandre Julliarda360e932008-08-20 16:02:37 +020017011ALL_MAKEFILES="$ALL_MAKEFILES \\
17012 libs/port/Makefile"
Alexandre Julliard49163da2008-08-25 12:02:27 +020017013
Alexandre Julliarda360e932008-08-20 16:02:37 +020017014ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
17015libs/port/Makefile: libs/port/Makefile.in Make.rules"
Marcus Meissnerfbc80d72007-02-27 07:48:58 +010017016ac_config_files="$ac_config_files libs/port/Makefile"
17017
Alexandre Julliarda360e932008-08-20 16:02:37 +020017018ALL_MAKEFILES="$ALL_MAKEFILES \\
17019 libs/wine/Makefile"
Alexandre Julliard49163da2008-08-25 12:02:27 +020017020
Alexandre Julliarda360e932008-08-20 16:02:37 +020017021ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
17022libs/wine/Makefile: libs/wine/Makefile.in Make.rules"
Marcus Meissnerfbc80d72007-02-27 07:48:58 +010017023ac_config_files="$ac_config_files libs/wine/Makefile"
17024
Alexandre Julliarda360e932008-08-20 16:02:37 +020017025ALL_MAKEFILES="$ALL_MAKEFILES \\
17026 libs/wpp/Makefile"
Alexandre Julliard49163da2008-08-25 12:02:27 +020017027
Alexandre Julliarda360e932008-08-20 16:02:37 +020017028ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
17029libs/wpp/Makefile: libs/wpp/Makefile.in Make.rules"
Marcus Meissnerfbc80d72007-02-27 07:48:58 +010017030ac_config_files="$ac_config_files libs/wpp/Makefile"
17031
Alexandre Julliarda360e932008-08-20 16:02:37 +020017032ALL_MAKEFILES="$ALL_MAKEFILES \\
17033 loader/Makefile"
Alexandre Julliard6de0af12008-08-25 14:41:03 +020017034test "x$enable_loader" != xno && ALL_TOP_DIRS="$ALL_TOP_DIRS \\
17035 loader"
Alexandre Julliarda360e932008-08-20 16:02:37 +020017036ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
17037loader/Makefile: loader/Makefile.in Make.rules"
Marcus Meissnerfbc80d72007-02-27 07:48:58 +010017038ac_config_files="$ac_config_files loader/Makefile"
17039
Alexandre Julliarda360e932008-08-20 16:02:37 +020017040ALL_MAKEFILES="$ALL_MAKEFILES \\
17041 programs/Makefile"
Alexandre Julliard6de0af12008-08-25 14:41:03 +020017042test "x$enable_programs" != xno && ALL_TOP_DIRS="$ALL_TOP_DIRS \\
17043 programs"
Alexandre Julliarda360e932008-08-20 16:02:37 +020017044ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
17045programs/Makefile: programs/Makefile.in Make.rules"
Marcus Meissnerfbc80d72007-02-27 07:48:58 +010017046ac_config_files="$ac_config_files programs/Makefile"
17047
Alexandre Julliarda360e932008-08-20 16:02:37 +020017048ALL_MAKEFILES="$ALL_MAKEFILES \\
Andrey Turkinc0f4fc42009-01-11 22:36:53 +030017049 programs/cacls/Makefile"
17050test "x$enable_cacls" != xno && ALL_PROGRAM_DIRS="$ALL_PROGRAM_DIRS \\
17051 cacls" && ALL_PROGRAM_INSTALL_DIRS="$ALL_PROGRAM_INSTALL_DIRS \\
17052 cacls"
17053ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
17054programs/cacls/Makefile: programs/cacls/Makefile.in programs/Makeprog.rules"
17055ac_config_files="$ac_config_files programs/cacls/Makefile"
17056
17057ALL_MAKEFILES="$ALL_MAKEFILES \\
Alexandre Julliarda360e932008-08-20 16:02:37 +020017058 programs/clock/Makefile"
Alexandre Julliard4051eaf2008-08-25 12:14:54 +020017059test "x$enable_clock" != xno && ALL_PROGRAM_DIRS="$ALL_PROGRAM_DIRS \\
17060 clock" && ALL_PROGRAM_INSTALL_DIRS="$ALL_PROGRAM_INSTALL_DIRS \\
17061 clock"
Alexandre Julliarda360e932008-08-20 16:02:37 +020017062ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
17063programs/clock/Makefile: programs/clock/Makefile.in programs/Makeprog.rules"
Marcus Meissnerfbc80d72007-02-27 07:48:58 +010017064ac_config_files="$ac_config_files programs/clock/Makefile"
17065
Alexandre Julliarda360e932008-08-20 16:02:37 +020017066ALL_MAKEFILES="$ALL_MAKEFILES \\
17067 programs/cmd/Makefile"
Alexandre Julliard4051eaf2008-08-25 12:14:54 +020017068test "x$enable_cmd" != xno && ALL_PROGRAM_DIRS="$ALL_PROGRAM_DIRS \\
17069 cmd" && ALL_PROGRAM_INSTALL_DIRS="$ALL_PROGRAM_INSTALL_DIRS \\
17070 cmd"
Alexandre Julliarda360e932008-08-20 16:02:37 +020017071ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
17072programs/cmd/Makefile: programs/cmd/Makefile.in programs/Makeprog.rules"
Marcus Meissnerfbc80d72007-02-27 07:48:58 +010017073ac_config_files="$ac_config_files programs/cmd/Makefile"
17074
Alexandre Julliarda360e932008-08-20 16:02:37 +020017075ALL_MAKEFILES="$ALL_MAKEFILES \\
17076 programs/cmdlgtst/Makefile"
Alexandre Julliard4051eaf2008-08-25 12:14:54 +020017077test "x$enable_cmdlgtst" != xno && ALL_PROGRAM_DIRS="$ALL_PROGRAM_DIRS \\
17078 cmdlgtst"
Alexandre Julliarda360e932008-08-20 16:02:37 +020017079ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
17080programs/cmdlgtst/Makefile: programs/cmdlgtst/Makefile.in programs/Makeprog.rules"
Marcus Meissnerfbc80d72007-02-27 07:48:58 +010017081ac_config_files="$ac_config_files programs/cmdlgtst/Makefile"
17082
Alexandre Julliarda360e932008-08-20 16:02:37 +020017083ALL_MAKEFILES="$ALL_MAKEFILES \\
17084 programs/control/Makefile"
Alexandre Julliard4051eaf2008-08-25 12:14:54 +020017085test "x$enable_control" != xno && ALL_PROGRAM_DIRS="$ALL_PROGRAM_DIRS \\
17086 control" && ALL_PROGRAM_INSTALL_DIRS="$ALL_PROGRAM_INSTALL_DIRS \\
17087 control"
Alexandre Julliarda360e932008-08-20 16:02:37 +020017088ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
17089programs/control/Makefile: programs/control/Makefile.in programs/Makeprog.rules"
Marcus Meissnerfbc80d72007-02-27 07:48:58 +010017090ac_config_files="$ac_config_files programs/control/Makefile"
17091
Alexandre Julliarda360e932008-08-20 16:02:37 +020017092ALL_MAKEFILES="$ALL_MAKEFILES \\
17093 programs/eject/Makefile"
Alexandre Julliard4051eaf2008-08-25 12:14:54 +020017094test "x$enable_eject" != xno && ALL_PROGRAM_DIRS="$ALL_PROGRAM_DIRS \\
17095 eject" && ALL_PROGRAM_INSTALL_DIRS="$ALL_PROGRAM_INSTALL_DIRS \\
17096 eject"
Alexandre Julliarda360e932008-08-20 16:02:37 +020017097ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
17098programs/eject/Makefile: programs/eject/Makefile.in programs/Makeprog.rules"
Marcus Meissnerfbc80d72007-02-27 07:48:58 +010017099ac_config_files="$ac_config_files programs/eject/Makefile"
17100
Alexandre Julliarda360e932008-08-20 16:02:37 +020017101ALL_MAKEFILES="$ALL_MAKEFILES \\
17102 programs/expand/Makefile"
Alexandre Julliard4051eaf2008-08-25 12:14:54 +020017103test "x$enable_expand" != xno && ALL_PROGRAM_DIRS="$ALL_PROGRAM_DIRS \\
17104 expand" && ALL_PROGRAM_INSTALL_DIRS="$ALL_PROGRAM_INSTALL_DIRS \\
17105 expand"
Alexandre Julliarda360e932008-08-20 16:02:37 +020017106ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
17107programs/expand/Makefile: programs/expand/Makefile.in programs/Makeprog.rules"
Marcus Meissnerfbc80d72007-02-27 07:48:58 +010017108ac_config_files="$ac_config_files programs/expand/Makefile"
17109
Alexandre Julliarda360e932008-08-20 16:02:37 +020017110ALL_MAKEFILES="$ALL_MAKEFILES \\
17111 programs/explorer/Makefile"
Alexandre Julliard4051eaf2008-08-25 12:14:54 +020017112test "x$enable_explorer" != xno && ALL_PROGRAM_DIRS="$ALL_PROGRAM_DIRS \\
17113 explorer" && ALL_PROGRAM_INSTALL_DIRS="$ALL_PROGRAM_INSTALL_DIRS \\
17114 explorer"
Alexandre Julliarda360e932008-08-20 16:02:37 +020017115ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
17116programs/explorer/Makefile: programs/explorer/Makefile.in programs/Makeprog.rules"
Marcus Meissnerfbc80d72007-02-27 07:48:58 +010017117ac_config_files="$ac_config_files programs/explorer/Makefile"
17118
Alexandre Julliarda360e932008-08-20 16:02:37 +020017119ALL_MAKEFILES="$ALL_MAKEFILES \\
17120 programs/hh/Makefile"
Alexandre Julliard4051eaf2008-08-25 12:14:54 +020017121test "x$enable_hh" != xno && ALL_PROGRAM_DIRS="$ALL_PROGRAM_DIRS \\
17122 hh" && ALL_PROGRAM_INSTALL_DIRS="$ALL_PROGRAM_INSTALL_DIRS \\
17123 hh"
Alexandre Julliarda360e932008-08-20 16:02:37 +020017124ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
17125programs/hh/Makefile: programs/hh/Makefile.in programs/Makeprog.rules"
Marcus Meissnerfbc80d72007-02-27 07:48:58 +010017126ac_config_files="$ac_config_files programs/hh/Makefile"
17127
Alexandre Julliarda360e932008-08-20 16:02:37 +020017128ALL_MAKEFILES="$ALL_MAKEFILES \\
17129 programs/icinfo/Makefile"
Alexandre Julliard4051eaf2008-08-25 12:14:54 +020017130test "x$enable_icinfo" != xno && ALL_PROGRAM_DIRS="$ALL_PROGRAM_DIRS \\
17131 icinfo" && ALL_PROGRAM_INSTALL_DIRS="$ALL_PROGRAM_INSTALL_DIRS \\
17132 icinfo"
Alexandre Julliarda360e932008-08-20 16:02:37 +020017133ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
17134programs/icinfo/Makefile: programs/icinfo/Makefile.in programs/Makeprog.rules"
Marcus Meissnerfbc80d72007-02-27 07:48:58 +010017135ac_config_files="$ac_config_files programs/icinfo/Makefile"
17136
Alexandre Julliarda360e932008-08-20 16:02:37 +020017137ALL_MAKEFILES="$ALL_MAKEFILES \\
17138 programs/iexplore/Makefile"
Alexandre Julliard4051eaf2008-08-25 12:14:54 +020017139test "x$enable_iexplore" != xno && ALL_PROGRAM_DIRS="$ALL_PROGRAM_DIRS \\
17140 iexplore" && ALL_PROGRAM_INSTALL_DIRS="$ALL_PROGRAM_INSTALL_DIRS \\
17141 iexplore"
Alexandre Julliarda360e932008-08-20 16:02:37 +020017142ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
17143programs/iexplore/Makefile: programs/iexplore/Makefile.in programs/Makeprog.rules"
Marcus Meissnerfbc80d72007-02-27 07:48:58 +010017144ac_config_files="$ac_config_files programs/iexplore/Makefile"
17145
Alexandre Julliarda360e932008-08-20 16:02:37 +020017146ALL_MAKEFILES="$ALL_MAKEFILES \\
Andrey Turkin347272b2009-01-28 19:56:25 +030017147 programs/lodctr/Makefile"
17148test "x$enable_lodctr" != xno && ALL_PROGRAM_DIRS="$ALL_PROGRAM_DIRS \\
17149 lodctr" && ALL_PROGRAM_INSTALL_DIRS="$ALL_PROGRAM_INSTALL_DIRS \\
17150 lodctr"
17151ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
17152programs/lodctr/Makefile: programs/lodctr/Makefile.in programs/Makeprog.rules"
17153ac_config_files="$ac_config_files programs/lodctr/Makefile"
17154
17155ALL_MAKEFILES="$ALL_MAKEFILES \\
Alexandre Julliarda360e932008-08-20 16:02:37 +020017156 programs/msiexec/Makefile"
Alexandre Julliard4051eaf2008-08-25 12:14:54 +020017157test "x$enable_msiexec" != xno && ALL_PROGRAM_DIRS="$ALL_PROGRAM_DIRS \\
17158 msiexec" && ALL_PROGRAM_INSTALL_DIRS="$ALL_PROGRAM_INSTALL_DIRS \\
17159 msiexec" && ALL_PROGRAM_BIN_INSTALL_DIRS="$ALL_PROGRAM_BIN_INSTALL_DIRS \\
17160 msiexec"
Alexandre Julliarda360e932008-08-20 16:02:37 +020017161ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
17162programs/msiexec/Makefile: programs/msiexec/Makefile.in programs/Makeprog.rules"
Marcus Meissnerfbc80d72007-02-27 07:48:58 +010017163ac_config_files="$ac_config_files programs/msiexec/Makefile"
17164
Alexandre Julliarda360e932008-08-20 16:02:37 +020017165ALL_MAKEFILES="$ALL_MAKEFILES \\
17166 programs/net/Makefile"
Alexandre Julliard4051eaf2008-08-25 12:14:54 +020017167test "x$enable_net" != xno && ALL_PROGRAM_DIRS="$ALL_PROGRAM_DIRS \\
17168 net" && ALL_PROGRAM_INSTALL_DIRS="$ALL_PROGRAM_INSTALL_DIRS \\
17169 net"
Alexandre Julliarda360e932008-08-20 16:02:37 +020017170ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
17171programs/net/Makefile: programs/net/Makefile.in programs/Makeprog.rules"
Tim Schwartz451616e2007-05-02 12:30:19 -050017172ac_config_files="$ac_config_files programs/net/Makefile"
17173
Alexandre Julliarda360e932008-08-20 16:02:37 +020017174ALL_MAKEFILES="$ALL_MAKEFILES \\
17175 programs/notepad/Makefile"
Alexandre Julliard4051eaf2008-08-25 12:14:54 +020017176test "x$enable_notepad" != xno && ALL_PROGRAM_DIRS="$ALL_PROGRAM_DIRS \\
17177 notepad" && ALL_PROGRAM_INSTALL_DIRS="$ALL_PROGRAM_INSTALL_DIRS \\
17178 notepad" && ALL_PROGRAM_BIN_INSTALL_DIRS="$ALL_PROGRAM_BIN_INSTALL_DIRS \\
17179 notepad"
Alexandre Julliarda360e932008-08-20 16:02:37 +020017180ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
17181programs/notepad/Makefile: programs/notepad/Makefile.in programs/Makeprog.rules"
Marcus Meissnerfbc80d72007-02-27 07:48:58 +010017182ac_config_files="$ac_config_files programs/notepad/Makefile"
17183
Alexandre Julliarda360e932008-08-20 16:02:37 +020017184ALL_MAKEFILES="$ALL_MAKEFILES \\
17185 programs/oleview/Makefile"
Alexandre Julliard4051eaf2008-08-25 12:14:54 +020017186test "x$enable_oleview" != xno && ALL_PROGRAM_DIRS="$ALL_PROGRAM_DIRS \\
17187 oleview" && ALL_PROGRAM_INSTALL_DIRS="$ALL_PROGRAM_INSTALL_DIRS \\
17188 oleview"
Alexandre Julliarda360e932008-08-20 16:02:37 +020017189ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
17190programs/oleview/Makefile: programs/oleview/Makefile.in programs/Makeprog.rules"
Marcus Meissnerfbc80d72007-02-27 07:48:58 +010017191ac_config_files="$ac_config_files programs/oleview/Makefile"
17192
Alexandre Julliarda360e932008-08-20 16:02:37 +020017193ALL_MAKEFILES="$ALL_MAKEFILES \\
17194 programs/progman/Makefile"
Alexandre Julliard4051eaf2008-08-25 12:14:54 +020017195test "x$enable_progman" != xno && ALL_PROGRAM_DIRS="$ALL_PROGRAM_DIRS \\
17196 progman" && ALL_PROGRAM_INSTALL_DIRS="$ALL_PROGRAM_INSTALL_DIRS \\
Alexandre Julliard4051eaf2008-08-25 12:14:54 +020017197 progman"
Alexandre Julliarda360e932008-08-20 16:02:37 +020017198ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
17199programs/progman/Makefile: programs/progman/Makefile.in programs/Makeprog.rules"
Marcus Meissnerfbc80d72007-02-27 07:48:58 +010017200ac_config_files="$ac_config_files programs/progman/Makefile"
17201
Alexandre Julliarda360e932008-08-20 16:02:37 +020017202ALL_MAKEFILES="$ALL_MAKEFILES \\
17203 programs/reg/Makefile"
Alexandre Julliard4051eaf2008-08-25 12:14:54 +020017204test "x$enable_reg" != xno && ALL_PROGRAM_DIRS="$ALL_PROGRAM_DIRS \\
17205 reg" && ALL_PROGRAM_INSTALL_DIRS="$ALL_PROGRAM_INSTALL_DIRS \\
17206 reg"
Alexandre Julliarda360e932008-08-20 16:02:37 +020017207ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
17208programs/reg/Makefile: programs/reg/Makefile.in programs/Makeprog.rules"
Andrew Riedi2087ad42008-03-18 23:36:28 -070017209ac_config_files="$ac_config_files programs/reg/Makefile"
17210
Alexandre Julliarda360e932008-08-20 16:02:37 +020017211ALL_MAKEFILES="$ALL_MAKEFILES \\
17212 programs/regedit/Makefile"
Alexandre Julliard4051eaf2008-08-25 12:14:54 +020017213test "x$enable_regedit" != xno && ALL_PROGRAM_DIRS="$ALL_PROGRAM_DIRS \\
17214 regedit" && ALL_PROGRAM_INSTALL_DIRS="$ALL_PROGRAM_INSTALL_DIRS \\
17215 regedit" && ALL_PROGRAM_BIN_INSTALL_DIRS="$ALL_PROGRAM_BIN_INSTALL_DIRS \\
17216 regedit"
Alexandre Julliarda360e932008-08-20 16:02:37 +020017217ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
17218programs/regedit/Makefile: programs/regedit/Makefile.in programs/Makeprog.rules"
Marcus Meissnerfbc80d72007-02-27 07:48:58 +010017219ac_config_files="$ac_config_files programs/regedit/Makefile"
17220
Alexandre Julliarda360e932008-08-20 16:02:37 +020017221ALL_MAKEFILES="$ALL_MAKEFILES \\
17222 programs/regsvr32/Makefile"
Alexandre Julliard4051eaf2008-08-25 12:14:54 +020017223test "x$enable_regsvr32" != xno && ALL_PROGRAM_DIRS="$ALL_PROGRAM_DIRS \\
17224 regsvr32" && ALL_PROGRAM_INSTALL_DIRS="$ALL_PROGRAM_INSTALL_DIRS \\
17225 regsvr32" && ALL_PROGRAM_BIN_INSTALL_DIRS="$ALL_PROGRAM_BIN_INSTALL_DIRS \\
17226 regsvr32"
Alexandre Julliarda360e932008-08-20 16:02:37 +020017227ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
17228programs/regsvr32/Makefile: programs/regsvr32/Makefile.in programs/Makeprog.rules"
Marcus Meissnerfbc80d72007-02-27 07:48:58 +010017229ac_config_files="$ac_config_files programs/regsvr32/Makefile"
17230
Alexandre Julliarda360e932008-08-20 16:02:37 +020017231ALL_MAKEFILES="$ALL_MAKEFILES \\
17232 programs/rpcss/Makefile"
Alexandre Julliard4051eaf2008-08-25 12:14:54 +020017233test "x$enable_rpcss" != xno && ALL_PROGRAM_DIRS="$ALL_PROGRAM_DIRS \\
17234 rpcss" && ALL_PROGRAM_INSTALL_DIRS="$ALL_PROGRAM_INSTALL_DIRS \\
17235 rpcss"
Alexandre Julliarda360e932008-08-20 16:02:37 +020017236ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
17237programs/rpcss/Makefile: programs/rpcss/Makefile.in programs/Makeprog.rules"
Marcus Meissnerfbc80d72007-02-27 07:48:58 +010017238ac_config_files="$ac_config_files programs/rpcss/Makefile"
17239
Alexandre Julliarda360e932008-08-20 16:02:37 +020017240ALL_MAKEFILES="$ALL_MAKEFILES \\
17241 programs/rundll32/Makefile"
Alexandre Julliard4051eaf2008-08-25 12:14:54 +020017242test "x$enable_rundll32" != xno && ALL_PROGRAM_DIRS="$ALL_PROGRAM_DIRS \\
17243 rundll32" && ALL_PROGRAM_INSTALL_DIRS="$ALL_PROGRAM_INSTALL_DIRS \\
17244 rundll32"
Alexandre Julliarda360e932008-08-20 16:02:37 +020017245ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
17246programs/rundll32/Makefile: programs/rundll32/Makefile.in programs/Makeprog.rules"
Marcus Meissnerfbc80d72007-02-27 07:48:58 +010017247ac_config_files="$ac_config_files programs/rundll32/Makefile"
17248
Alexandre Julliarda360e932008-08-20 16:02:37 +020017249ALL_MAKEFILES="$ALL_MAKEFILES \\
17250 programs/secedit/Makefile"
Alexandre Julliard4051eaf2008-08-25 12:14:54 +020017251test "x$enable_secedit" != xno && ALL_PROGRAM_DIRS="$ALL_PROGRAM_DIRS \\
17252 secedit" && ALL_PROGRAM_INSTALL_DIRS="$ALL_PROGRAM_INSTALL_DIRS \\
17253 secedit"
Alexandre Julliarda360e932008-08-20 16:02:37 +020017254ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
17255programs/secedit/Makefile: programs/secedit/Makefile.in programs/Makeprog.rules"
Louis Lenders6547fef2008-02-26 22:12:40 +000017256ac_config_files="$ac_config_files programs/secedit/Makefile"
17257
Alexandre Julliarda360e932008-08-20 16:02:37 +020017258ALL_MAKEFILES="$ALL_MAKEFILES \\
17259 programs/services/Makefile"
Alexandre Julliard4051eaf2008-08-25 12:14:54 +020017260test "x$enable_services" != xno && ALL_PROGRAM_DIRS="$ALL_PROGRAM_DIRS \\
17261 services" && ALL_PROGRAM_INSTALL_DIRS="$ALL_PROGRAM_INSTALL_DIRS \\
17262 services"
Alexandre Julliarda360e932008-08-20 16:02:37 +020017263ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
17264programs/services/Makefile: programs/services/Makefile.in programs/Makeprog.rules"
Mikołaj Zalewski7bd0efa2008-03-15 09:49:42 +010017265ac_config_files="$ac_config_files programs/services/Makefile"
17266
Alexandre Julliarda360e932008-08-20 16:02:37 +020017267ALL_MAKEFILES="$ALL_MAKEFILES \\
17268 programs/spoolsv/Makefile"
Alexandre Julliard4051eaf2008-08-25 12:14:54 +020017269test "x$enable_spoolsv" != xno && ALL_PROGRAM_DIRS="$ALL_PROGRAM_DIRS \\
17270 spoolsv" && ALL_PROGRAM_INSTALL_DIRS="$ALL_PROGRAM_INSTALL_DIRS \\
17271 spoolsv"
Alexandre Julliarda360e932008-08-20 16:02:37 +020017272ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
17273programs/spoolsv/Makefile: programs/spoolsv/Makefile.in programs/Makeprog.rules"
Jacek Caband1ddc9c2007-03-19 14:13:34 +010017274ac_config_files="$ac_config_files programs/spoolsv/Makefile"
17275
Alexandre Julliarda360e932008-08-20 16:02:37 +020017276ALL_MAKEFILES="$ALL_MAKEFILES \\
17277 programs/start/Makefile"
Alexandre Julliard4051eaf2008-08-25 12:14:54 +020017278test "x$enable_start" != xno && ALL_PROGRAM_DIRS="$ALL_PROGRAM_DIRS \\
17279 start" && ALL_PROGRAM_INSTALL_DIRS="$ALL_PROGRAM_INSTALL_DIRS \\
17280 start"
Alexandre Julliarda360e932008-08-20 16:02:37 +020017281ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
17282programs/start/Makefile: programs/start/Makefile.in programs/Makeprog.rules"
Marcus Meissnerfbc80d72007-02-27 07:48:58 +010017283ac_config_files="$ac_config_files programs/start/Makefile"
17284
Alexandre Julliarda360e932008-08-20 16:02:37 +020017285ALL_MAKEFILES="$ALL_MAKEFILES \\
17286 programs/svchost/Makefile"
Alexandre Julliard4051eaf2008-08-25 12:14:54 +020017287test "x$enable_svchost" != xno && ALL_PROGRAM_DIRS="$ALL_PROGRAM_DIRS \\
17288 svchost" && ALL_PROGRAM_INSTALL_DIRS="$ALL_PROGRAM_INSTALL_DIRS \\
17289 svchost"
Alexandre Julliarda360e932008-08-20 16:02:37 +020017290ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
17291programs/svchost/Makefile: programs/svchost/Makefile.in programs/Makeprog.rules"
Roy Shea4714c4f2007-12-04 15:00:34 -080017292ac_config_files="$ac_config_files programs/svchost/Makefile"
17293
Alexandre Julliarda360e932008-08-20 16:02:37 +020017294ALL_MAKEFILES="$ALL_MAKEFILES \\
17295 programs/taskmgr/Makefile"
Alexandre Julliard4051eaf2008-08-25 12:14:54 +020017296test "x$enable_taskmgr" != xno && ALL_PROGRAM_DIRS="$ALL_PROGRAM_DIRS \\
17297 taskmgr" && ALL_PROGRAM_INSTALL_DIRS="$ALL_PROGRAM_INSTALL_DIRS \\
17298 taskmgr"
Alexandre Julliarda360e932008-08-20 16:02:37 +020017299ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
17300programs/taskmgr/Makefile: programs/taskmgr/Makefile.in programs/Makeprog.rules"
Marcus Meissnerfbc80d72007-02-27 07:48:58 +010017301ac_config_files="$ac_config_files programs/taskmgr/Makefile"
17302
Alexandre Julliarda360e932008-08-20 16:02:37 +020017303ALL_MAKEFILES="$ALL_MAKEFILES \\
Hans Leidekker6137b1b2009-04-15 14:58:00 +020017304 programs/termsv/Makefile"
17305test "x$enable_termsv" != xno && ALL_PROGRAM_DIRS="$ALL_PROGRAM_DIRS \\
17306 termsv" && ALL_PROGRAM_INSTALL_DIRS="$ALL_PROGRAM_INSTALL_DIRS \\
17307 termsv"
17308ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
17309programs/termsv/Makefile: programs/termsv/Makefile.in programs/Makeprog.rules"
17310ac_config_files="$ac_config_files programs/termsv/Makefile"
17311
17312ALL_MAKEFILES="$ALL_MAKEFILES \\
Alexandre Julliarda360e932008-08-20 16:02:37 +020017313 programs/uninstaller/Makefile"
Alexandre Julliard4051eaf2008-08-25 12:14:54 +020017314test "x$enable_uninstaller" != xno && ALL_PROGRAM_DIRS="$ALL_PROGRAM_DIRS \\
17315 uninstaller" && ALL_PROGRAM_INSTALL_DIRS="$ALL_PROGRAM_INSTALL_DIRS \\
Alexandre Julliard4051eaf2008-08-25 12:14:54 +020017316 uninstaller"
Alexandre Julliarda360e932008-08-20 16:02:37 +020017317ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
17318programs/uninstaller/Makefile: programs/uninstaller/Makefile.in programs/Makeprog.rules"
Marcus Meissnerfbc80d72007-02-27 07:48:58 +010017319ac_config_files="$ac_config_files programs/uninstaller/Makefile"
17320
Alexandre Julliarda360e932008-08-20 16:02:37 +020017321ALL_MAKEFILES="$ALL_MAKEFILES \\
Andrey Turkin347272b2009-01-28 19:56:25 +030017322 programs/unlodctr/Makefile"
17323test "x$enable_unlodctr" != xno && ALL_PROGRAM_DIRS="$ALL_PROGRAM_DIRS \\
17324 unlodctr" && ALL_PROGRAM_INSTALL_DIRS="$ALL_PROGRAM_INSTALL_DIRS \\
17325 unlodctr"
17326ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
17327programs/unlodctr/Makefile: programs/unlodctr/Makefile.in programs/Makeprog.rules"
17328ac_config_files="$ac_config_files programs/unlodctr/Makefile"
17329
17330ALL_MAKEFILES="$ALL_MAKEFILES \\
Alexandre Julliarda360e932008-08-20 16:02:37 +020017331 programs/view/Makefile"
Alexandre Julliard4051eaf2008-08-25 12:14:54 +020017332test "x$enable_view" != xno && ALL_PROGRAM_DIRS="$ALL_PROGRAM_DIRS \\
17333 view"
Alexandre Julliarda360e932008-08-20 16:02:37 +020017334ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
17335programs/view/Makefile: programs/view/Makefile.in programs/Makeprog.rules"
Marcus Meissnerfbc80d72007-02-27 07:48:58 +010017336ac_config_files="$ac_config_files programs/view/Makefile"
17337
Alexandre Julliarda360e932008-08-20 16:02:37 +020017338ALL_MAKEFILES="$ALL_MAKEFILES \\
17339 programs/wineboot/Makefile"
Alexandre Julliard4051eaf2008-08-25 12:14:54 +020017340test "x$enable_wineboot" != xno && ALL_PROGRAM_DIRS="$ALL_PROGRAM_DIRS \\
17341 wineboot" && ALL_PROGRAM_INSTALL_DIRS="$ALL_PROGRAM_INSTALL_DIRS \\
17342 wineboot" && ALL_PROGRAM_BIN_INSTALL_DIRS="$ALL_PROGRAM_BIN_INSTALL_DIRS \\
17343 wineboot"
Alexandre Julliarda360e932008-08-20 16:02:37 +020017344ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
17345programs/wineboot/Makefile: programs/wineboot/Makefile.in programs/Makeprog.rules"
Marcus Meissnerfbc80d72007-02-27 07:48:58 +010017346ac_config_files="$ac_config_files programs/wineboot/Makefile"
17347
Alexandre Julliarda360e932008-08-20 16:02:37 +020017348ALL_MAKEFILES="$ALL_MAKEFILES \\
17349 programs/winebrowser/Makefile"
Alexandre Julliard4051eaf2008-08-25 12:14:54 +020017350test "x$enable_winebrowser" != xno && ALL_PROGRAM_DIRS="$ALL_PROGRAM_DIRS \\
17351 winebrowser" && ALL_PROGRAM_INSTALL_DIRS="$ALL_PROGRAM_INSTALL_DIRS \\
Alexandre Julliard4051eaf2008-08-25 12:14:54 +020017352 winebrowser"
Alexandre Julliarda360e932008-08-20 16:02:37 +020017353ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
17354programs/winebrowser/Makefile: programs/winebrowser/Makefile.in programs/Makeprog.rules"
Marcus Meissnerfbc80d72007-02-27 07:48:58 +010017355ac_config_files="$ac_config_files programs/winebrowser/Makefile"
17356
Alexandre Julliarda360e932008-08-20 16:02:37 +020017357ALL_MAKEFILES="$ALL_MAKEFILES \\
17358 programs/winecfg/Makefile"
Alexandre Julliard4051eaf2008-08-25 12:14:54 +020017359test "x$enable_winecfg" != xno && ALL_PROGRAM_DIRS="$ALL_PROGRAM_DIRS \\
17360 winecfg" && ALL_PROGRAM_INSTALL_DIRS="$ALL_PROGRAM_INSTALL_DIRS \\
17361 winecfg" && ALL_PROGRAM_BIN_INSTALL_DIRS="$ALL_PROGRAM_BIN_INSTALL_DIRS \\
17362 winecfg"
Alexandre Julliarda360e932008-08-20 16:02:37 +020017363ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
17364programs/winecfg/Makefile: programs/winecfg/Makefile.in programs/Makeprog.rules"
Marcus Meissnerfbc80d72007-02-27 07:48:58 +010017365ac_config_files="$ac_config_files programs/winecfg/Makefile"
17366
Alexandre Julliarda360e932008-08-20 16:02:37 +020017367ALL_MAKEFILES="$ALL_MAKEFILES \\
17368 programs/wineconsole/Makefile"
Alexandre Julliard4051eaf2008-08-25 12:14:54 +020017369test "x$enable_wineconsole" != xno && ALL_PROGRAM_DIRS="$ALL_PROGRAM_DIRS \\
17370 wineconsole" && ALL_PROGRAM_INSTALL_DIRS="$ALL_PROGRAM_INSTALL_DIRS \\
17371 wineconsole" && ALL_PROGRAM_BIN_INSTALL_DIRS="$ALL_PROGRAM_BIN_INSTALL_DIRS \\
17372 wineconsole"
Alexandre Julliarda360e932008-08-20 16:02:37 +020017373ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
17374programs/wineconsole/Makefile: programs/wineconsole/Makefile.in programs/Makeprog.rules"
Marcus Meissnerfbc80d72007-02-27 07:48:58 +010017375ac_config_files="$ac_config_files programs/wineconsole/Makefile"
17376
Alexandre Julliarda360e932008-08-20 16:02:37 +020017377ALL_MAKEFILES="$ALL_MAKEFILES \\
17378 programs/winedbg/Makefile"
Alexandre Julliard4051eaf2008-08-25 12:14:54 +020017379test "x$enable_winedbg" != xno && ALL_PROGRAM_DIRS="$ALL_PROGRAM_DIRS \\
17380 winedbg" && ALL_PROGRAM_INSTALL_DIRS="$ALL_PROGRAM_INSTALL_DIRS \\
17381 winedbg" && ALL_PROGRAM_BIN_INSTALL_DIRS="$ALL_PROGRAM_BIN_INSTALL_DIRS \\
17382 winedbg"
Alexandre Julliarda360e932008-08-20 16:02:37 +020017383ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
17384programs/winedbg/Makefile: programs/winedbg/Makefile.in programs/Makeprog.rules"
Marcus Meissnerfbc80d72007-02-27 07:48:58 +010017385ac_config_files="$ac_config_files programs/winedbg/Makefile"
17386
Alexandre Julliarda360e932008-08-20 16:02:37 +020017387ALL_MAKEFILES="$ALL_MAKEFILES \\
17388 programs/winedevice/Makefile"
Alexandre Julliard4051eaf2008-08-25 12:14:54 +020017389test "x$enable_winedevice" != xno && ALL_PROGRAM_DIRS="$ALL_PROGRAM_DIRS \\
17390 winedevice" && ALL_PROGRAM_INSTALL_DIRS="$ALL_PROGRAM_INSTALL_DIRS \\
17391 winedevice"
Alexandre Julliarda360e932008-08-20 16:02:37 +020017392ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
17393programs/winedevice/Makefile: programs/winedevice/Makefile.in programs/Makeprog.rules"
Alexandre Julliardc81d0992007-05-17 16:51:44 +020017394ac_config_files="$ac_config_files programs/winedevice/Makefile"
17395
Alexandre Julliarda360e932008-08-20 16:02:37 +020017396ALL_MAKEFILES="$ALL_MAKEFILES \\
17397 programs/winefile/Makefile"
Alexandre Julliard4051eaf2008-08-25 12:14:54 +020017398test "x$enable_winefile" != xno && ALL_PROGRAM_DIRS="$ALL_PROGRAM_DIRS \\
17399 winefile" && ALL_PROGRAM_INSTALL_DIRS="$ALL_PROGRAM_INSTALL_DIRS \\
17400 winefile" && ALL_PROGRAM_BIN_INSTALL_DIRS="$ALL_PROGRAM_BIN_INSTALL_DIRS \\
17401 winefile"
Alexandre Julliarda360e932008-08-20 16:02:37 +020017402ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
17403programs/winefile/Makefile: programs/winefile/Makefile.in programs/Makeprog.rules"
Marcus Meissnerfbc80d72007-02-27 07:48:58 +010017404ac_config_files="$ac_config_files programs/winefile/Makefile"
17405
Alexandre Julliarda360e932008-08-20 16:02:37 +020017406ALL_MAKEFILES="$ALL_MAKEFILES \\
17407 programs/winemenubuilder/Makefile"
Alexandre Julliard4051eaf2008-08-25 12:14:54 +020017408test "x$enable_winemenubuilder" != xno && ALL_PROGRAM_DIRS="$ALL_PROGRAM_DIRS \\
17409 winemenubuilder" && ALL_PROGRAM_INSTALL_DIRS="$ALL_PROGRAM_INSTALL_DIRS \\
17410 winemenubuilder"
Alexandre Julliarda360e932008-08-20 16:02:37 +020017411ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
17412programs/winemenubuilder/Makefile: programs/winemenubuilder/Makefile.in programs/Makeprog.rules"
Marcus Meissnerfbc80d72007-02-27 07:48:58 +010017413ac_config_files="$ac_config_files programs/winemenubuilder/Makefile"
17414
Alexandre Julliarda360e932008-08-20 16:02:37 +020017415ALL_MAKEFILES="$ALL_MAKEFILES \\
17416 programs/winemine/Makefile"
Alexandre Julliard4051eaf2008-08-25 12:14:54 +020017417test "x$enable_winemine" != xno && ALL_PROGRAM_DIRS="$ALL_PROGRAM_DIRS \\
17418 winemine" && ALL_PROGRAM_INSTALL_DIRS="$ALL_PROGRAM_INSTALL_DIRS \\
17419 winemine" && ALL_PROGRAM_BIN_INSTALL_DIRS="$ALL_PROGRAM_BIN_INSTALL_DIRS \\
17420 winemine"
Alexandre Julliarda360e932008-08-20 16:02:37 +020017421ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
17422programs/winemine/Makefile: programs/winemine/Makefile.in programs/Makeprog.rules"
Marcus Meissnerfbc80d72007-02-27 07:48:58 +010017423ac_config_files="$ac_config_files programs/winemine/Makefile"
17424
Alexandre Julliarda360e932008-08-20 16:02:37 +020017425ALL_MAKEFILES="$ALL_MAKEFILES \\
17426 programs/winepath/Makefile"
Alexandre Julliard4051eaf2008-08-25 12:14:54 +020017427test "x$enable_winepath" != xno && ALL_PROGRAM_DIRS="$ALL_PROGRAM_DIRS \\
17428 winepath" && ALL_PROGRAM_INSTALL_DIRS="$ALL_PROGRAM_INSTALL_DIRS \\
17429 winepath" && ALL_PROGRAM_BIN_INSTALL_DIRS="$ALL_PROGRAM_BIN_INSTALL_DIRS \\
17430 winepath"
Alexandre Julliarda360e932008-08-20 16:02:37 +020017431ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
17432programs/winepath/Makefile: programs/winepath/Makefile.in programs/Makeprog.rules"
Marcus Meissnerfbc80d72007-02-27 07:48:58 +010017433ac_config_files="$ac_config_files programs/winepath/Makefile"
17434
Alexandre Julliarda360e932008-08-20 16:02:37 +020017435ALL_MAKEFILES="$ALL_MAKEFILES \\
17436 programs/winetest/Makefile"
Alexandre Julliard4051eaf2008-08-25 12:14:54 +020017437test "x$enable_winetest" != xno && ALL_PROGRAM_DIRS="$ALL_PROGRAM_DIRS \\
17438 winetest"
Alexandre Julliarda360e932008-08-20 16:02:37 +020017439ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
17440programs/winetest/Makefile: programs/winetest/Makefile.in programs/Makeprog.rules"
Marcus Meissnerfbc80d72007-02-27 07:48:58 +010017441ac_config_files="$ac_config_files programs/winetest/Makefile"
17442
Alexandre Julliarda360e932008-08-20 16:02:37 +020017443ALL_MAKEFILES="$ALL_MAKEFILES \\
17444 programs/winevdm/Makefile"
Alexandre Julliard4051eaf2008-08-25 12:14:54 +020017445test "x$enable_winevdm" != xno && ALL_PROGRAM_DIRS="$ALL_PROGRAM_DIRS \\
17446 winevdm" && ALL_PROGRAM_INSTALL_DIRS="$ALL_PROGRAM_INSTALL_DIRS \\
17447 winevdm"
Alexandre Julliarda360e932008-08-20 16:02:37 +020017448ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
17449programs/winevdm/Makefile: programs/winevdm/Makefile.in programs/Makeprog.rules"
Marcus Meissnerfbc80d72007-02-27 07:48:58 +010017450ac_config_files="$ac_config_files programs/winevdm/Makefile"
17451
Alexandre Julliarda360e932008-08-20 16:02:37 +020017452ALL_MAKEFILES="$ALL_MAKEFILES \\
Alexandre Julliard3f0d9d12009-02-24 18:22:47 +010017453 programs/winhelp.exe16/Makefile"
Alexandre Julliarda37d8892009-03-13 12:18:04 +010017454test "x$enable_win16" != xno && ALL_PROGRAM_DIRS="$ALL_PROGRAM_DIRS \\
Alexandre Julliard3f0d9d12009-02-24 18:22:47 +010017455 winhelp.exe16" && ALL_PROGRAM_INSTALL_DIRS="$ALL_PROGRAM_INSTALL_DIRS \\
17456 winhelp.exe16"
17457ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
17458programs/winhelp.exe16/Makefile: programs/winhelp.exe16/Makefile.in programs/Makeprog.rules"
17459ac_config_files="$ac_config_files programs/winhelp.exe16/Makefile"
17460
17461ALL_MAKEFILES="$ALL_MAKEFILES \\
Alexandre Julliarda360e932008-08-20 16:02:37 +020017462 programs/winhlp32/Makefile"
Alexandre Julliard4051eaf2008-08-25 12:14:54 +020017463test "x$enable_winhlp32" != xno && ALL_PROGRAM_DIRS="$ALL_PROGRAM_DIRS \\
17464 winhlp32" && ALL_PROGRAM_INSTALL_DIRS="$ALL_PROGRAM_INSTALL_DIRS \\
17465 winhlp32"
Alexandre Julliarda360e932008-08-20 16:02:37 +020017466ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
17467programs/winhlp32/Makefile: programs/winhlp32/Makefile.in programs/Makeprog.rules"
Alexandre Julliarda795f362008-05-13 18:43:27 +020017468ac_config_files="$ac_config_files programs/winhlp32/Makefile"
Marcus Meissnerfbc80d72007-02-27 07:48:58 +010017469
Alexandre Julliarda360e932008-08-20 16:02:37 +020017470ALL_MAKEFILES="$ALL_MAKEFILES \\
Alexandre Julliarda1cf6482009-02-24 18:21:02 +010017471 programs/winoldap.mod16/Makefile"
Alexandre Julliarda37d8892009-03-13 12:18:04 +010017472test "x$enable_win16" != xno && ALL_PROGRAM_DIRS="$ALL_PROGRAM_DIRS \\
Alexandre Julliarda1cf6482009-02-24 18:21:02 +010017473 winoldap.mod16" && ALL_PROGRAM_INSTALL_DIRS="$ALL_PROGRAM_INSTALL_DIRS \\
17474 winoldap.mod16"
17475ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
17476programs/winoldap.mod16/Makefile: programs/winoldap.mod16/Makefile.in programs/Makeprog.rules"
17477ac_config_files="$ac_config_files programs/winoldap.mod16/Makefile"
17478
17479ALL_MAKEFILES="$ALL_MAKEFILES \\
Alexandre Julliarda360e932008-08-20 16:02:37 +020017480 programs/winver/Makefile"
Alexandre Julliard4051eaf2008-08-25 12:14:54 +020017481test "x$enable_winver" != xno && ALL_PROGRAM_DIRS="$ALL_PROGRAM_DIRS \\
17482 winver" && ALL_PROGRAM_INSTALL_DIRS="$ALL_PROGRAM_INSTALL_DIRS \\
17483 winver"
Alexandre Julliarda360e932008-08-20 16:02:37 +020017484ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
17485programs/winver/Makefile: programs/winver/Makefile.in programs/Makeprog.rules"
Marcus Meissnerfbc80d72007-02-27 07:48:58 +010017486ac_config_files="$ac_config_files programs/winver/Makefile"
17487
Alexandre Julliarda360e932008-08-20 16:02:37 +020017488ALL_MAKEFILES="$ALL_MAKEFILES \\
17489 programs/wordpad/Makefile"
Alexandre Julliard4051eaf2008-08-25 12:14:54 +020017490test "x$enable_wordpad" != xno && ALL_PROGRAM_DIRS="$ALL_PROGRAM_DIRS \\
17491 wordpad" && ALL_PROGRAM_INSTALL_DIRS="$ALL_PROGRAM_INSTALL_DIRS \\
17492 wordpad"
Alexandre Julliarda360e932008-08-20 16:02:37 +020017493ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
17494programs/wordpad/Makefile: programs/wordpad/Makefile.in programs/Makeprog.rules"
Marcus Meissnerfbc80d72007-02-27 07:48:58 +010017495ac_config_files="$ac_config_files programs/wordpad/Makefile"
17496
Alexandre Julliarda360e932008-08-20 16:02:37 +020017497ALL_MAKEFILES="$ALL_MAKEFILES \\
17498 programs/write/Makefile"
Alexandre Julliard4051eaf2008-08-25 12:14:54 +020017499test "x$enable_write" != xno && ALL_PROGRAM_DIRS="$ALL_PROGRAM_DIRS \\
17500 write" && ALL_PROGRAM_INSTALL_DIRS="$ALL_PROGRAM_INSTALL_DIRS \\
17501 write"
Alexandre Julliarda360e932008-08-20 16:02:37 +020017502ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
17503programs/write/Makefile: programs/write/Makefile.in programs/Makeprog.rules"
Mikołaj Zalewski2777a942007-08-01 20:01:29 -070017504ac_config_files="$ac_config_files programs/write/Makefile"
17505
Alexandre Julliarda360e932008-08-20 16:02:37 +020017506ALL_MAKEFILES="$ALL_MAKEFILES \\
17507 programs/xcopy/Makefile"
Alexandre Julliard4051eaf2008-08-25 12:14:54 +020017508test "x$enable_xcopy" != xno && ALL_PROGRAM_DIRS="$ALL_PROGRAM_DIRS \\
17509 xcopy" && ALL_PROGRAM_INSTALL_DIRS="$ALL_PROGRAM_INSTALL_DIRS \\
17510 xcopy"
Alexandre Julliarda360e932008-08-20 16:02:37 +020017511ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
17512programs/xcopy/Makefile: programs/xcopy/Makefile.in programs/Makeprog.rules"
Jason Edmeades921edab2007-03-06 20:04:15 +000017513ac_config_files="$ac_config_files programs/xcopy/Makefile"
17514
Alexandre Julliarda360e932008-08-20 16:02:37 +020017515ALL_MAKEFILES="$ALL_MAKEFILES \\
17516 server/Makefile"
Alexandre Julliard6de0af12008-08-25 14:41:03 +020017517test "x$enable_server" != xno && ALL_TOP_DIRS="$ALL_TOP_DIRS \\
17518 server"
Alexandre Julliarda360e932008-08-20 16:02:37 +020017519ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
17520server/Makefile: server/Makefile.in Make.rules"
Marcus Meissnerfbc80d72007-02-27 07:48:58 +010017521ac_config_files="$ac_config_files server/Makefile"
17522
Alexandre Julliarda360e932008-08-20 16:02:37 +020017523ALL_MAKEFILES="$ALL_MAKEFILES \\
17524 tools/Makefile"
Alexandre Julliard6de0af12008-08-25 14:41:03 +020017525test "x$enable_tools" != xno && ALL_TOP_DIRS="$ALL_TOP_DIRS \\
17526 tools"
Alexandre Julliarda360e932008-08-20 16:02:37 +020017527ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
17528tools/Makefile: tools/Makefile.in Make.rules"
Marcus Meissnerfbc80d72007-02-27 07:48:58 +010017529ac_config_files="$ac_config_files tools/Makefile"
17530
Alexandre Julliarda360e932008-08-20 16:02:37 +020017531ALL_MAKEFILES="$ALL_MAKEFILES \\
17532 tools/widl/Makefile"
Alexandre Julliard49163da2008-08-25 12:02:27 +020017533
Alexandre Julliarda360e932008-08-20 16:02:37 +020017534ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
17535tools/widl/Makefile: tools/widl/Makefile.in Make.rules"
Marcus Meissnerfbc80d72007-02-27 07:48:58 +010017536ac_config_files="$ac_config_files tools/widl/Makefile"
17537
Alexandre Julliarda360e932008-08-20 16:02:37 +020017538ALL_MAKEFILES="$ALL_MAKEFILES \\
17539 tools/winebuild/Makefile"
Alexandre Julliard49163da2008-08-25 12:02:27 +020017540
Alexandre Julliarda360e932008-08-20 16:02:37 +020017541ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
17542tools/winebuild/Makefile: tools/winebuild/Makefile.in Make.rules"
Marcus Meissnerfbc80d72007-02-27 07:48:58 +010017543ac_config_files="$ac_config_files tools/winebuild/Makefile"
17544
Alexandre Julliarda360e932008-08-20 16:02:37 +020017545ALL_MAKEFILES="$ALL_MAKEFILES \\
17546 tools/winedump/Makefile"
Alexandre Julliard49163da2008-08-25 12:02:27 +020017547
Alexandre Julliarda360e932008-08-20 16:02:37 +020017548ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
17549tools/winedump/Makefile: tools/winedump/Makefile.in Make.rules"
Marcus Meissnerfbc80d72007-02-27 07:48:58 +010017550ac_config_files="$ac_config_files tools/winedump/Makefile"
17551
Alexandre Julliarda360e932008-08-20 16:02:37 +020017552ALL_MAKEFILES="$ALL_MAKEFILES \\
17553 tools/winegcc/Makefile"
Alexandre Julliard49163da2008-08-25 12:02:27 +020017554
Alexandre Julliarda360e932008-08-20 16:02:37 +020017555ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
17556tools/winegcc/Makefile: tools/winegcc/Makefile.in Make.rules"
Marcus Meissnerfbc80d72007-02-27 07:48:58 +010017557ac_config_files="$ac_config_files tools/winegcc/Makefile"
17558
Alexandre Julliarda360e932008-08-20 16:02:37 +020017559ALL_MAKEFILES="$ALL_MAKEFILES \\
17560 tools/wmc/Makefile"
Alexandre Julliard49163da2008-08-25 12:02:27 +020017561
Alexandre Julliarda360e932008-08-20 16:02:37 +020017562ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
17563tools/wmc/Makefile: tools/wmc/Makefile.in Make.rules"
Marcus Meissnerfbc80d72007-02-27 07:48:58 +010017564ac_config_files="$ac_config_files tools/wmc/Makefile"
17565
Alexandre Julliarda360e932008-08-20 16:02:37 +020017566ALL_MAKEFILES="$ALL_MAKEFILES \\
17567 tools/wrc/Makefile"
Alexandre Julliard49163da2008-08-25 12:02:27 +020017568
Alexandre Julliarda360e932008-08-20 16:02:37 +020017569ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
17570tools/wrc/Makefile: tools/wrc/Makefile.in Make.rules"
Marcus Meissnerfbc80d72007-02-27 07:48:58 +010017571ac_config_files="$ac_config_files tools/wrc/Makefile"
Alexandre Julliarddaa28862002-04-11 21:54:01 +000017572
Alexandre Julliard626f4252000-11-10 23:35:20 +000017573
Alexandre Julliard67828b62008-08-28 12:09:46 +020017574
17575ALL_WINETEST_DEPENDS="# Test binaries"
17576
17577for dir in $ALL_TEST_DIRS
17578do
17579 if test "$dir" != "\\"
17580 then
Alexandre Julliard0dc95162009-07-04 11:20:09 +020017581 testname=`expr $dir : '\(.*\)/tests'`_test
Alexandre Julliard67828b62008-08-28 12:09:46 +020017582 ALL_WINETEST_DEPENDS="$ALL_WINETEST_DEPENDS
Alexandre Julliard0dc95162009-07-04 11:20:09 +020017583
17584$testname.exe: \$(DLLDIR)/$dir/$testname.exe\$(DLLEXT)
17585 cp \$(DLLDIR)/$dir/$testname.exe\$(DLLEXT) \$@ && \$(STRIP) \$@
17586$testname.rc:
17587 echo \"$testname.exe TESTRES \\\"$testname.exe\\\"\" >\$@ || (\$(RM) \$@ && false)
17588$testname.res: $testname.rc $testname.exe"
Alexandre Julliard67828b62008-08-28 12:09:46 +020017589 fi
17590done
17591
Alexandre Julliarda6b91682009-02-23 17:15:14 +010017592test -n "$DLLEXT" || ALL_PROGRAM_BIN_INSTALL_DIRS=""
17593
Alexandre Julliardf5818d22002-02-14 19:47:29 +000017594cat >confcache <<\_ACEOF
Alexandre Julliarde2991ea1995-07-29 13:09:43 +000017595# This file is a shell script that caches the results of configure
17596# tests run on this system so they can be shared between configure
Alexandre Julliardf5818d22002-02-14 19:47:29 +000017597# scripts and configure runs, see configure's option --config-cache.
17598# It is not useful on other systems. If it contains results you don't
17599# want to keep, you may remove or edit it.
Alexandre Julliarde2991ea1995-07-29 13:09:43 +000017600#
Alexandre Julliardf5818d22002-02-14 19:47:29 +000017601# config.status only pays attention to the cache file if you give it
17602# the --recheck option to rerun configure.
Alexandre Julliarde2991ea1995-07-29 13:09:43 +000017603#
Alexandre Julliard11af04e2002-10-10 03:48:04 +000017604# `ac_cv_env_foo' variables (set or unset) will be overridden when
Alexandre Julliardf5818d22002-02-14 19:47:29 +000017605# loading this file, other *unset* `ac_cv_foo' will be assigned the
17606# following values.
17607
17608_ACEOF
17609
Alexandre Julliard7e6ae4b1996-12-08 19:25:27 +000017610# The following way of writing the cache mishandles newlines in values,
17611# but we know of no workaround that is simple, portable, and efficient.
Alexandre Julliardfc6ffb22006-05-25 20:08:12 +020017612# So, we kill variables containing newlines.
Alexandre Julliarde2991ea1995-07-29 13:09:43 +000017613# Ultrix sh set writes to stderr and can't be redirected directly,
17614# and sets the high bit in the cache file unless we assign to the vars.
Alexandre Julliardfc6ffb22006-05-25 20:08:12 +020017615(
17616 for ac_var in `(set) 2>&1 | sed -n 's/^\([a-zA-Z_][a-zA-Z0-9_]*\)=.*/\1/p'`; do
17617 eval ac_val=\$$ac_var
17618 case $ac_val in #(
17619 *${as_nl}*)
17620 case $ac_var in #(
Alexandre Julliard25e9e4f2009-08-10 14:27:28 +020017621 *_cv_*) { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: cache variable $ac_var contains a newline" >&5
Alexandre Julliardabf50482008-10-31 12:56:53 +010017622$as_echo "$as_me: WARNING: cache variable $ac_var contains a newline" >&2;} ;;
Alexandre Julliardfc6ffb22006-05-25 20:08:12 +020017623 esac
17624 case $ac_var in #(
17625 _ | IFS | as_nl) ;; #(
Alexandre Julliardabf50482008-10-31 12:56:53 +010017626 BASH_ARGV | BASH_SOURCE) eval $ac_var= ;; #(
Alexandre Julliard25e9e4f2009-08-10 14:27:28 +020017627 *) { eval $ac_var=; unset $ac_var;} ;;
Alexandre Julliardfc6ffb22006-05-25 20:08:12 +020017628 esac ;;
17629 esac
17630 done
17631
Alexandre Julliardf5818d22002-02-14 19:47:29 +000017632 (set) 2>&1 |
Alexandre Julliardfc6ffb22006-05-25 20:08:12 +020017633 case $as_nl`(ac_space=' '; set) 2>&1` in #(
17634 *${as_nl}ac_space=\ *)
Alexandre Julliard25e9e4f2009-08-10 14:27:28 +020017635 # `set' does not quote correctly, so add quotes: double-quote
17636 # substitution turns \\\\ into \\, and sed turns \\ into \.
Alexandre Julliardf5818d22002-02-14 19:47:29 +000017637 sed -n \
Alexandre Julliard875927f2004-01-02 01:55:29 +000017638 "s/'/'\\\\''/g;
17639 s/^\\([_$as_cr_alnum]*_cv_[_$as_cr_alnum]*\\)=\\(.*\\)/\\1='\\2'/p"
Alexandre Julliardfc6ffb22006-05-25 20:08:12 +020017640 ;; #(
Alexandre Julliardf5818d22002-02-14 19:47:29 +000017641 *)
17642 # `set' quotes correctly as required by POSIX, so do not add quotes.
Alexandre Julliardfc6ffb22006-05-25 20:08:12 +020017643 sed -n "/^[_$as_cr_alnum]*_cv_[_$as_cr_alnum]*=/p"
Alexandre Julliardf5818d22002-02-14 19:47:29 +000017644 ;;
Alexandre Julliardfc6ffb22006-05-25 20:08:12 +020017645 esac |
17646 sort
17647) |
Alexandre Julliardf5818d22002-02-14 19:47:29 +000017648 sed '
Alexandre Julliardfc6ffb22006-05-25 20:08:12 +020017649 /^ac_cv_env_/b end
Alexandre Julliardf5818d22002-02-14 19:47:29 +000017650 t clear
Alexandre Julliardfc6ffb22006-05-25 20:08:12 +020017651 :clear
Alexandre Julliardf5818d22002-02-14 19:47:29 +000017652 s/^\([^=]*\)=\(.*[{}].*\)$/test "${\1+set}" = set || &/
17653 t end
Alexandre Julliardfc6ffb22006-05-25 20:08:12 +020017654 s/^\([^=]*\)=\(.*\)$/\1=${\1=\2}/
17655 :end' >>confcache
Jeremy White0ebeb532006-06-20 13:18:41 +020017656if diff "$cache_file" confcache >/dev/null 2>&1; then :; else
17657 if test -w "$cache_file"; then
Alexandre Julliardfc6ffb22006-05-25 20:08:12 +020017658 test "x$cache_file" != "x/dev/null" &&
Alexandre Julliard25e9e4f2009-08-10 14:27:28 +020017659 { $as_echo "$as_me:${as_lineno-$LINENO}: updating cache $cache_file" >&5
Alexandre Julliardabf50482008-10-31 12:56:53 +010017660$as_echo "$as_me: updating cache $cache_file" >&6;}
Alexandre Julliardf5818d22002-02-14 19:47:29 +000017661 cat confcache >$cache_file
Alexandre Julliarde2991ea1995-07-29 13:09:43 +000017662 else
Alexandre Julliard25e9e4f2009-08-10 14:27:28 +020017663 { $as_echo "$as_me:${as_lineno-$LINENO}: not updating unwritable cache $cache_file" >&5
Alexandre Julliardabf50482008-10-31 12:56:53 +010017664$as_echo "$as_me: not updating unwritable cache $cache_file" >&6;}
Alexandre Julliarde2991ea1995-07-29 13:09:43 +000017665 fi
17666fi
17667rm -f confcache
17668
Alexandre Julliarde2991ea1995-07-29 13:09:43 +000017669test "x$prefix" = xNONE && prefix=$ac_default_prefix
17670# Let make expand exec_prefix.
17671test "x$exec_prefix" = xNONE && exec_prefix='${prefix}'
17672
Alexandre Julliard18f92e71996-07-17 20:02:21 +000017673DEFS=-DHAVE_CONFIG_H
Alexandre Julliarde2991ea1995-07-29 13:09:43 +000017674
Alexandre Julliard11af04e2002-10-10 03:48:04 +000017675ac_libobjs=
17676ac_ltlibobjs=
17677for ac_i in : $LIBOBJS; do test "x$ac_i" = x: && continue
17678 # 1. Remove the extension, and $U if already installed.
Alexandre Julliardfc6ffb22006-05-25 20:08:12 +020017679 ac_script='s/\$U\././;s/\.o$//;s/\.obj$//'
Alexandre Julliardabf50482008-10-31 12:56:53 +010017680 ac_i=`$as_echo "$ac_i" | sed "$ac_script"`
Alexandre Julliardfc6ffb22006-05-25 20:08:12 +020017681 # 2. Prepend LIBOBJDIR. When used with automake>=1.10 LIBOBJDIR
17682 # will be set to the directory where LIBOBJS objects are built.
Alexandre Julliard25e9e4f2009-08-10 14:27:28 +020017683 as_fn_append ac_libobjs " \${LIBOBJDIR}$ac_i\$U.$ac_objext"
17684 as_fn_append ac_ltlibobjs " \${LIBOBJDIR}$ac_i"'$U.lo'
Alexandre Julliard11af04e2002-10-10 03:48:04 +000017685done
17686LIBOBJS=$ac_libobjs
17687
17688LTLIBOBJS=$ac_ltlibobjs
17689
17690
Alexandre Julliarddaa28862002-04-11 21:54:01 +000017691
Alexandre Julliarde2991ea1995-07-29 13:09:43 +000017692: ${CONFIG_STATUS=./config.status}
Alexandre Julliardabf50482008-10-31 12:56:53 +010017693ac_write_fail=0
Alexandre Julliardf5818d22002-02-14 19:47:29 +000017694ac_clean_files_save=$ac_clean_files
17695ac_clean_files="$ac_clean_files $CONFIG_STATUS"
Alexandre Julliard25e9e4f2009-08-10 14:27:28 +020017696{ $as_echo "$as_me:${as_lineno-$LINENO}: creating $CONFIG_STATUS" >&5
Alexandre Julliardabf50482008-10-31 12:56:53 +010017697$as_echo "$as_me: creating $CONFIG_STATUS" >&6;}
Alexandre Julliard25e9e4f2009-08-10 14:27:28 +020017698as_write_fail=0
17699cat >$CONFIG_STATUS <<_ASEOF || as_write_fail=1
Alexandre Julliardf5818d22002-02-14 19:47:29 +000017700#! $SHELL
Alexandre Julliarddaa28862002-04-11 21:54:01 +000017701# Generated by $as_me.
Alexandre Julliarde2991ea1995-07-29 13:09:43 +000017702# Run this file to recreate the current configuration.
Alexandre Julliarde2991ea1995-07-29 13:09:43 +000017703# Compiler output produced by configure, useful for debugging
Alexandre Julliardf5818d22002-02-14 19:47:29 +000017704# configure, is in config.log if it exists.
Alexandre Julliarde2991ea1995-07-29 13:09:43 +000017705
Alexandre Julliardf5818d22002-02-14 19:47:29 +000017706debug=false
Alexandre Julliarde24bcc72002-12-24 00:35:19 +000017707ac_cs_recheck=false
17708ac_cs_silent=false
Alexandre Julliarde2991ea1995-07-29 13:09:43 +000017709
Alexandre Julliard25e9e4f2009-08-10 14:27:28 +020017710SHELL=\${CONFIG_SHELL-$SHELL}
17711export SHELL
17712_ASEOF
17713cat >>$CONFIG_STATUS <<\_ASEOF || as_write_fail=1
17714## -------------------- ##
17715## M4sh Initialization. ##
17716## -------------------- ##
Alexandre Julliarddaa28862002-04-11 21:54:01 +000017717
Alexandre Julliarddc9f3842006-12-19 16:17:09 +010017718# Be more Bourne compatible
17719DUALCASE=1; export DUALCASE # for MKS sh
Alexandre Julliard25e9e4f2009-08-10 14:27:28 +020017720if test -n "${ZSH_VERSION+set}" && (emulate sh) >/dev/null 2>&1; then :
Alexandre Julliardf5818d22002-02-14 19:47:29 +000017721 emulate sh
17722 NULLCMD=:
Alexandre Julliardabf50482008-10-31 12:56:53 +010017723 # Pre-4.2 versions of Zsh do word splitting on ${1+"$@"}, which
Alexandre Julliard11af04e2002-10-10 03:48:04 +000017724 # is contrary to our usage. Disable this feature.
17725 alias -g '${1+"$@"}'='"$@"'
Alexandre Julliardfc6ffb22006-05-25 20:08:12 +020017726 setopt NO_GLOB_SUBST
17727else
Alexandre Julliard25e9e4f2009-08-10 14:27:28 +020017728 case `(set -o) 2>/dev/null` in #(
17729 *posix*) :
17730 set -o posix ;; #(
17731 *) :
17732 ;;
Alexandre Julliarddc9f3842006-12-19 16:17:09 +010017733esac
Alexandre Julliardda0cfb31996-12-01 17:17:47 +000017734fi
Alexandre Julliarddc9f3842006-12-19 16:17:09 +010017735
17736
Alexandre Julliardabf50482008-10-31 12:56:53 +010017737as_nl='
17738'
17739export as_nl
17740# Printing a long string crashes Solaris 7 /usr/bin/printf.
17741as_echo='\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\'
17742as_echo=$as_echo$as_echo$as_echo$as_echo$as_echo
17743as_echo=$as_echo$as_echo$as_echo$as_echo$as_echo$as_echo
Alexandre Julliard25e9e4f2009-08-10 14:27:28 +020017744# Prefer a ksh shell builtin over an external printf program on Solaris,
17745# but without wasting forks for bash or zsh.
17746if test -z "$BASH_VERSION$ZSH_VERSION" \
17747 && (test "X`print -r -- $as_echo`" = "X$as_echo") 2>/dev/null; then
17748 as_echo='print -r --'
17749 as_echo_n='print -rn --'
17750elif (test "X`printf %s $as_echo`" = "X$as_echo") 2>/dev/null; then
Alexandre Julliardabf50482008-10-31 12:56:53 +010017751 as_echo='printf %s\n'
17752 as_echo_n='printf %s'
17753else
17754 if test "X`(/usr/ucb/echo -n -n $as_echo) 2>/dev/null`" = "X-n $as_echo"; then
17755 as_echo_body='eval /usr/ucb/echo -n "$1$as_nl"'
17756 as_echo_n='/usr/ucb/echo -n'
17757 else
17758 as_echo_body='eval expr "X$1" : "X\\(.*\\)"'
17759 as_echo_n_body='eval
17760 arg=$1;
Alexandre Julliard25e9e4f2009-08-10 14:27:28 +020017761 case $arg in #(
Alexandre Julliardabf50482008-10-31 12:56:53 +010017762 *"$as_nl"*)
17763 expr "X$arg" : "X\\(.*\\)$as_nl";
17764 arg=`expr "X$arg" : ".*$as_nl\\(.*\\)"`;;
17765 esac;
17766 expr "X$arg" : "X\\(.*\\)" | tr -d "$as_nl"
17767 '
17768 export as_echo_n_body
17769 as_echo_n='sh -c $as_echo_n_body as_echo'
17770 fi
17771 export as_echo_body
17772 as_echo='sh -c $as_echo_body as_echo'
17773fi
17774
Alexandre Julliarddaa28862002-04-11 21:54:01 +000017775# The user is always right.
17776if test "${PATH_SEPARATOR+set}" != set; then
Alexandre Julliardabf50482008-10-31 12:56:53 +010017777 PATH_SEPARATOR=:
17778 (PATH='/bin;/bin'; FPATH=$PATH; sh -c :) >/dev/null 2>&1 && {
17779 (PATH='/bin:/bin'; FPATH=$PATH; sh -c :) >/dev/null 2>&1 ||
17780 PATH_SEPARATOR=';'
17781 }
Alexandre Julliarddaa28862002-04-11 21:54:01 +000017782fi
17783
Alexandre Julliardfc6ffb22006-05-25 20:08:12 +020017784
17785# IFS
17786# We need space, tab and new line, in precisely that order. Quoting is
17787# there to prevent editors from complaining about space-tab.
17788# (If _AS_PATH_WALK were called with IFS unset, it would disable word
17789# splitting by setting IFS to empty value.)
Alexandre Julliardfc6ffb22006-05-25 20:08:12 +020017790IFS=" "" $as_nl"
17791
17792# Find who we are. Look in the path if we contain no directory separator.
Alexandre Julliard25e9e4f2009-08-10 14:27:28 +020017793case $0 in #((
Alexandre Julliardfc6ffb22006-05-25 20:08:12 +020017794 *[\\/]* ) as_myself=$0 ;;
17795 *) as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
Alexandre Julliarddaa28862002-04-11 21:54:01 +000017796for as_dir in $PATH
17797do
17798 IFS=$as_save_IFS
17799 test -z "$as_dir" && as_dir=.
Alexandre Julliard25e9e4f2009-08-10 14:27:28 +020017800 test -r "$as_dir/$0" && as_myself=$as_dir/$0 && break
17801 done
Alexandre Julliardfc6ffb22006-05-25 20:08:12 +020017802IFS=$as_save_IFS
Alexandre Julliarddaa28862002-04-11 21:54:01 +000017803
Alexandre Julliardfc6ffb22006-05-25 20:08:12 +020017804 ;;
17805esac
17806# We did not find ourselves, most probably we were run as `sh COMMAND'
17807# in which case we are not to be found in the path.
17808if test "x$as_myself" = x; then
17809 as_myself=$0
17810fi
17811if test ! -f "$as_myself"; then
Alexandre Julliardabf50482008-10-31 12:56:53 +010017812 $as_echo "$as_myself: error: cannot find myself; rerun with an absolute file name" >&2
Alexandre Julliard25e9e4f2009-08-10 14:27:28 +020017813 exit 1
Alexandre Julliardfc6ffb22006-05-25 20:08:12 +020017814fi
17815
Alexandre Julliard25e9e4f2009-08-10 14:27:28 +020017816# Unset variables that we do not need and which cause bugs (e.g. in
17817# pre-3.0 UWIN ksh). But do not cause bugs in bash 2.01; the "|| exit 1"
17818# suppresses any "Segmentation fault" message there. '((' could
17819# trigger a bug in pdksh 5.2.14.
17820for as_var in BASH_ENV ENV MAIL MAILPATH
17821do eval test x\${$as_var+set} = xset \
17822 && ( (unset $as_var) || exit 1) >/dev/null 2>&1 && unset $as_var || :
Alexandre Julliardfc6ffb22006-05-25 20:08:12 +020017823done
17824PS1='$ '
17825PS2='> '
17826PS4='+ '
17827
17828# NLS nuisances.
Alexandre Julliardabf50482008-10-31 12:56:53 +010017829LC_ALL=C
17830export LC_ALL
17831LANGUAGE=C
17832export LANGUAGE
Alexandre Julliardfc6ffb22006-05-25 20:08:12 +020017833
Alexandre Julliard25e9e4f2009-08-10 14:27:28 +020017834# CDPATH.
17835(unset CDPATH) >/dev/null 2>&1 && unset CDPATH
17836
17837
17838# as_fn_error ERROR [LINENO LOG_FD]
17839# ---------------------------------
17840# Output "`basename $0`: error: ERROR" to stderr. If LINENO and LOG_FD are
17841# provided, also output the error to LOG_FD, referencing LINENO. Then exit the
17842# script with status $?, using 1 if that was 0.
17843as_fn_error ()
17844{
17845 as_status=$?; test $as_status -eq 0 && as_status=1
17846 if test "$3"; then
17847 as_lineno=${as_lineno-"$2"} as_lineno_stack=as_lineno_stack=$as_lineno_stack
17848 $as_echo "$as_me:${as_lineno-$LINENO}: error: $1" >&$3
17849 fi
17850 $as_echo "$as_me: error: $1" >&2
17851 as_fn_exit $as_status
17852} # as_fn_error
17853
17854
17855# as_fn_set_status STATUS
17856# -----------------------
17857# Set $? to STATUS, without forking.
17858as_fn_set_status ()
17859{
17860 return $1
17861} # as_fn_set_status
17862
17863# as_fn_exit STATUS
17864# -----------------
17865# Exit the shell with STATUS, even in a "trap 0" or "set -e" context.
17866as_fn_exit ()
17867{
17868 set +e
17869 as_fn_set_status $1
17870 exit $1
17871} # as_fn_exit
17872
17873# as_fn_unset VAR
17874# ---------------
17875# Portably unset VAR.
17876as_fn_unset ()
17877{
17878 { eval $1=; unset $1;}
17879}
17880as_unset=as_fn_unset
17881# as_fn_append VAR VALUE
17882# ----------------------
17883# Append the text in VALUE to the end of the definition contained in VAR. Take
17884# advantage of any shell optimizations that allow amortized linear growth over
17885# repeated appends, instead of the typical quadratic growth present in naive
17886# implementations.
17887if (eval "as_var=1; as_var+=2; test x\$as_var = x12") 2>/dev/null; then :
17888 eval 'as_fn_append ()
17889 {
17890 eval $1+=\$2
17891 }'
17892else
17893 as_fn_append ()
17894 {
17895 eval $1=\$$1\$2
17896 }
17897fi # as_fn_append
17898
17899# as_fn_arith ARG...
17900# ------------------
17901# Perform arithmetic evaluation on the ARGs, and store the result in the
17902# global $as_val. Take advantage of shells that can avoid forks. The arguments
17903# must be portable across $(()) and expr.
17904if (eval "test \$(( 1 + 1 )) = 2") 2>/dev/null; then :
17905 eval 'as_fn_arith ()
17906 {
17907 as_val=$(( $* ))
17908 }'
17909else
17910 as_fn_arith ()
17911 {
17912 as_val=`expr "$@" || test $? -eq 1`
17913 }
17914fi # as_fn_arith
17915
17916
Alexandre Julliardfc6ffb22006-05-25 20:08:12 +020017917if expr a : '\(a\)' >/dev/null 2>&1 &&
17918 test "X`expr 00001 : '.*\(...\)'`" = X001; then
17919 as_expr=expr
17920else
17921 as_expr=false
17922fi
17923
17924if (basename -- /) >/dev/null 2>&1 && test "X`basename -- / 2>&1`" = "X/"; then
17925 as_basename=basename
17926else
17927 as_basename=false
17928fi
17929
Alexandre Julliard25e9e4f2009-08-10 14:27:28 +020017930if (as_dir=`dirname -- /` && test "X$as_dir" = X/) >/dev/null 2>&1; then
17931 as_dirname=dirname
17932else
17933 as_dirname=false
17934fi
Alexandre Julliardfc6ffb22006-05-25 20:08:12 +020017935
Alexandre Julliardfc6ffb22006-05-25 20:08:12 +020017936as_me=`$as_basename -- "$0" ||
17937$as_expr X/"$0" : '.*/\([^/][^/]*\)/*$' \| \
17938 X"$0" : 'X\(//\)$' \| \
17939 X"$0" : 'X\(/\)' \| . 2>/dev/null ||
Alexandre Julliardabf50482008-10-31 12:56:53 +010017940$as_echo X/"$0" |
Alexandre Julliardfc6ffb22006-05-25 20:08:12 +020017941 sed '/^.*\/\([^/][^/]*\)\/*$/{
17942 s//\1/
17943 q
17944 }
17945 /^X\/\(\/\/\)$/{
17946 s//\1/
17947 q
17948 }
17949 /^X\/\(\/\).*/{
17950 s//\1/
17951 q
17952 }
17953 s/.*/./; q'`
17954
Alexandre Julliard25e9e4f2009-08-10 14:27:28 +020017955# Avoid depending upon Character Ranges.
17956as_cr_letters='abcdefghijklmnopqrstuvwxyz'
17957as_cr_LETTERS='ABCDEFGHIJKLMNOPQRSTUVWXYZ'
17958as_cr_Letters=$as_cr_letters$as_cr_LETTERS
17959as_cr_digits='0123456789'
17960as_cr_alnum=$as_cr_Letters$as_cr_digits
Alexandre Julliardfc6ffb22006-05-25 20:08:12 +020017961
17962ECHO_C= ECHO_N= ECHO_T=
Alexandre Julliard25e9e4f2009-08-10 14:27:28 +020017963case `echo -n x` in #(((((
Alexandre Julliardfc6ffb22006-05-25 20:08:12 +020017964-n*)
Alexandre Julliard25e9e4f2009-08-10 14:27:28 +020017965 case `echo 'xy\c'` in
Alexandre Julliardfc6ffb22006-05-25 20:08:12 +020017966 *c*) ECHO_T=' ';; # ECHO_T is single tab character.
Alexandre Julliard25e9e4f2009-08-10 14:27:28 +020017967 xy) ECHO_C='\c';;
17968 *) echo `echo ksh88 bug on AIX 6.1` > /dev/null
17969 ECHO_T=' ';;
Alexandre Julliardfc6ffb22006-05-25 20:08:12 +020017970 esac;;
17971*)
17972 ECHO_N='-n';;
Alexandre Julliarddaa28862002-04-11 21:54:01 +000017973esac
Alexandre Julliardf5818d22002-02-14 19:47:29 +000017974
17975rm -f conf$$ conf$$.exe conf$$.file
Alexandre Julliardfc6ffb22006-05-25 20:08:12 +020017976if test -d conf$$.dir; then
17977 rm -f conf$$.dir/conf$$.file
17978else
17979 rm -f conf$$.dir
Alexandre Julliardabf50482008-10-31 12:56:53 +010017980 mkdir conf$$.dir 2>/dev/null
Alexandre Julliardfc6ffb22006-05-25 20:08:12 +020017981fi
Alexandre Julliardabf50482008-10-31 12:56:53 +010017982if (echo >conf$$.file) 2>/dev/null; then
17983 if ln -s conf$$.file conf$$ 2>/dev/null; then
17984 as_ln_s='ln -s'
17985 # ... but there are two gotchas:
17986 # 1) On MSYS, both `ln -s file dir' and `ln file dir' fail.
17987 # 2) DJGPP < 2.04 has no symlinks; `ln -s' creates a wrapper executable.
17988 # In both cases, we have to default to `cp -p'.
17989 ln -s conf$$.file conf$$.dir 2>/dev/null && test ! -f conf$$.exe ||
17990 as_ln_s='cp -p'
17991 elif ln conf$$.file conf$$ 2>/dev/null; then
17992 as_ln_s=ln
17993 else
Alexandre Julliardf5818d22002-02-14 19:47:29 +000017994 as_ln_s='cp -p'
Alexandre Julliardabf50482008-10-31 12:56:53 +010017995 fi
Alexandre Julliardf5818d22002-02-14 19:47:29 +000017996else
17997 as_ln_s='cp -p'
17998fi
Alexandre Julliardfc6ffb22006-05-25 20:08:12 +020017999rm -f conf$$ conf$$.exe conf$$.dir/conf$$.file conf$$.file
18000rmdir conf$$.dir 2>/dev/null
Alexandre Julliardf5818d22002-02-14 19:47:29 +000018001
Alexandre Julliard25e9e4f2009-08-10 14:27:28 +020018002
18003# as_fn_mkdir_p
18004# -------------
18005# Create "$as_dir" as a directory, including parents if necessary.
18006as_fn_mkdir_p ()
18007{
18008
18009 case $as_dir in #(
18010 -*) as_dir=./$as_dir;;
18011 esac
18012 test -d "$as_dir" || eval $as_mkdir_p || {
18013 as_dirs=
18014 while :; do
18015 case $as_dir in #(
18016 *\'*) as_qdir=`$as_echo "$as_dir" | sed "s/'/'\\\\\\\\''/g"`;; #'(
18017 *) as_qdir=$as_dir;;
18018 esac
18019 as_dirs="'$as_qdir' $as_dirs"
18020 as_dir=`$as_dirname -- "$as_dir" ||
18021$as_expr X"$as_dir" : 'X\(.*[^/]\)//*[^/][^/]*/*$' \| \
18022 X"$as_dir" : 'X\(//\)[^/]' \| \
18023 X"$as_dir" : 'X\(//\)$' \| \
18024 X"$as_dir" : 'X\(/\)' \| . 2>/dev/null ||
18025$as_echo X"$as_dir" |
18026 sed '/^X\(.*[^/]\)\/\/*[^/][^/]*\/*$/{
18027 s//\1/
18028 q
18029 }
18030 /^X\(\/\/\)[^/].*/{
18031 s//\1/
18032 q
18033 }
18034 /^X\(\/\/\)$/{
18035 s//\1/
18036 q
18037 }
18038 /^X\(\/\).*/{
18039 s//\1/
18040 q
18041 }
18042 s/.*/./; q'`
18043 test -d "$as_dir" && break
18044 done
18045 test -z "$as_dirs" || eval "mkdir $as_dirs"
18046 } || test -d "$as_dir" || as_fn_error "cannot create directory $as_dir"
18047
18048
18049} # as_fn_mkdir_p
Alexandre Julliard11af04e2002-10-10 03:48:04 +000018050if mkdir -p . 2>/dev/null; then
Alexandre Julliard25e9e4f2009-08-10 14:27:28 +020018051 as_mkdir_p='mkdir -p "$as_dir"'
Alexandre Julliard11af04e2002-10-10 03:48:04 +000018052else
Alexandre Julliard875927f2004-01-02 01:55:29 +000018053 test -d ./-p && rmdir ./-p
Alexandre Julliard11af04e2002-10-10 03:48:04 +000018054 as_mkdir_p=false
18055fi
18056
Alexandre Julliarddc9f3842006-12-19 16:17:09 +010018057if test -x / >/dev/null 2>&1; then
18058 as_test_x='test -x'
Alexandre Julliardfc6ffb22006-05-25 20:08:12 +020018059else
Alexandre Julliarddc9f3842006-12-19 16:17:09 +010018060 if ls -dL / >/dev/null 2>&1; then
18061 as_ls_L_option=L
18062 else
18063 as_ls_L_option=
18064 fi
18065 as_test_x='
18066 eval sh -c '\''
18067 if test -d "$1"; then
Alexandre Julliardabf50482008-10-31 12:56:53 +010018068 test -d "$1/.";
Alexandre Julliarddc9f3842006-12-19 16:17:09 +010018069 else
Alexandre Julliard25e9e4f2009-08-10 14:27:28 +020018070 case $1 in #(
Alexandre Julliardabf50482008-10-31 12:56:53 +010018071 -*)set "./$1";;
Alexandre Julliarddc9f3842006-12-19 16:17:09 +010018072 esac;
Alexandre Julliard25e9e4f2009-08-10 14:27:28 +020018073 case `ls -ld'$as_ls_L_option' "$1" 2>/dev/null` in #((
Alexandre Julliarddc9f3842006-12-19 16:17:09 +010018074 ???[sx]*):;;*)false;;esac;fi
18075 '\'' sh
18076 '
Alexandre Julliardfc6ffb22006-05-25 20:08:12 +020018077fi
Alexandre Julliarddc9f3842006-12-19 16:17:09 +010018078as_executable_p=$as_test_x
Alexandre Julliardf5818d22002-02-14 19:47:29 +000018079
Alexandre Julliarddaa28862002-04-11 21:54:01 +000018080# Sed expression to map a string onto a valid CPP name.
Alexandre Julliard875927f2004-01-02 01:55:29 +000018081as_tr_cpp="eval sed 'y%*$as_cr_letters%P$as_cr_LETTERS%;s%[^_$as_cr_alnum]%_%g'"
Alexandre Julliardf5818d22002-02-14 19:47:29 +000018082
Alexandre Julliarddaa28862002-04-11 21:54:01 +000018083# Sed expression to map a string onto a valid variable name.
Alexandre Julliard875927f2004-01-02 01:55:29 +000018084as_tr_sh="eval sed 'y%*+%pp%;s%[^_$as_cr_alnum]%_%g'"
Alexandre Julliarddaa28862002-04-11 21:54:01 +000018085
Alexandre Julliardf5818d22002-02-14 19:47:29 +000018086
Alexandre Julliardf5818d22002-02-14 19:47:29 +000018087exec 6>&1
Alexandre Julliard25e9e4f2009-08-10 14:27:28 +020018088## ----------------------------------- ##
18089## Main body of $CONFIG_STATUS script. ##
18090## ----------------------------------- ##
18091_ASEOF
18092test $as_write_fail = 0 && chmod +x $CONFIG_STATUS || ac_write_fail=1
Alexandre Julliardf5818d22002-02-14 19:47:29 +000018093
Alexandre Julliard25e9e4f2009-08-10 14:27:28 +020018094cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1
18095# Save the log message, to keep $0 and so on meaningful, and to
Alexandre Julliarddaa28862002-04-11 21:54:01 +000018096# report actual input values of CONFIG_FILES etc. instead of their
Alexandre Julliardfc6ffb22006-05-25 20:08:12 +020018097# values after options handling.
18098ac_log="
Alexandre Julliardb7963962009-08-07 18:00:17 +020018099This file was extended by Wine $as_me 1.1.27, which was
Alexandre Julliard25e9e4f2009-08-10 14:27:28 +020018100generated by GNU Autoconf 2.64. Invocation command line was
Alexandre Julliarddaa28862002-04-11 21:54:01 +000018101
18102 CONFIG_FILES = $CONFIG_FILES
18103 CONFIG_HEADERS = $CONFIG_HEADERS
18104 CONFIG_LINKS = $CONFIG_LINKS
18105 CONFIG_COMMANDS = $CONFIG_COMMANDS
18106 $ $0 $@
18107
Alexandre Julliardfc6ffb22006-05-25 20:08:12 +020018108on `(hostname || uname -n) 2>/dev/null | sed 1q`
18109"
18110
Alexandre Julliardf5818d22002-02-14 19:47:29 +000018111_ACEOF
18112
Alexandre Julliardabf50482008-10-31 12:56:53 +010018113case $ac_config_files in *"
18114"*) set x $ac_config_files; shift; ac_config_files=$*;;
18115esac
18116
18117case $ac_config_headers in *"
18118"*) set x $ac_config_headers; shift; ac_config_headers=$*;;
18119esac
18120
18121
18122cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1
Alexandre Julliardf5818d22002-02-14 19:47:29 +000018123# Files that config.status was made for.
Alexandre Julliardfc6ffb22006-05-25 20:08:12 +020018124config_files="$ac_config_files"
18125config_headers="$ac_config_headers"
18126config_commands="$ac_config_commands"
Alexandre Julliardf5818d22002-02-14 19:47:29 +000018127
Alexandre Julliardfc6ffb22006-05-25 20:08:12 +020018128_ACEOF
Alexandre Julliardf5818d22002-02-14 19:47:29 +000018129
Alexandre Julliardabf50482008-10-31 12:56:53 +010018130cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1
Alexandre Julliardf5818d22002-02-14 19:47:29 +000018131ac_cs_usage="\
Alexandre Julliard25e9e4f2009-08-10 14:27:28 +020018132\`$as_me' instantiates files and other configuration actions
18133from templates according to the current configuration. Unless the files
18134and actions are specified as TAGs, all are instantiated by default.
Alexandre Julliardf5818d22002-02-14 19:47:29 +000018135
Alexandre Julliard25e9e4f2009-08-10 14:27:28 +020018136Usage: $0 [OPTION]... [TAG]...
Alexandre Julliardf5818d22002-02-14 19:47:29 +000018137
18138 -h, --help print this help, then exit
Alexandre Julliard78bd1942006-08-14 20:42:56 +020018139 -V, --version print version number and configuration settings, then exit
Alexandre Julliardabf50482008-10-31 12:56:53 +010018140 -q, --quiet, --silent
18141 do not print progress messages
Alexandre Julliardf5818d22002-02-14 19:47:29 +000018142 -d, --debug don't remove temporary files
18143 --recheck update $as_me by reconfiguring in the same conditions
Alexandre Julliardabf50482008-10-31 12:56:53 +010018144 --file=FILE[:TEMPLATE]
18145 instantiate the configuration file FILE
18146 --header=FILE[:TEMPLATE]
18147 instantiate the configuration header FILE
Alexandre Julliardf5818d22002-02-14 19:47:29 +000018148
18149Configuration files:
18150$config_files
18151
18152Configuration headers:
18153$config_headers
18154
18155Configuration commands:
18156$config_commands
18157
Alexandre Julliard25e9e4f2009-08-10 14:27:28 +020018158Report bugs to <wine-devel@winehq.org>.
18159Wine home page: <http://www.winehq.org>."
Alexandre Julliardda0cfb31996-12-01 17:17:47 +000018160
Alexandre Julliardfc6ffb22006-05-25 20:08:12 +020018161_ACEOF
Alexandre Julliardabf50482008-10-31 12:56:53 +010018162cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1
Alexandre Julliardf5818d22002-02-14 19:47:29 +000018163ac_cs_version="\\
Alexandre Julliardb7963962009-08-07 18:00:17 +020018164Wine config.status 1.1.27
Alexandre Julliard25e9e4f2009-08-10 14:27:28 +020018165configured by $0, generated by GNU Autoconf 2.64,
Alexandre Julliardabf50482008-10-31 12:56:53 +010018166 with options \\"`$as_echo "$ac_configure_args" | sed 's/^ //; s/[\\""\`\$]/\\\\&/g'`\\"
Alexandre Julliarde2991ea1995-07-29 13:09:43 +000018167
Alexandre Julliard25e9e4f2009-08-10 14:27:28 +020018168Copyright (C) 2009 Free Software Foundation, Inc.
Alexandre Julliardf5818d22002-02-14 19:47:29 +000018169This config.status script is free software; the Free Software Foundation
18170gives unlimited permission to copy, distribute and modify it."
Alexandre Julliardfc6ffb22006-05-25 20:08:12 +020018171
18172ac_pwd='$ac_pwd'
18173srcdir='$srcdir'
18174INSTALL='$INSTALL'
Alexandre Julliardabf50482008-10-31 12:56:53 +010018175test -n "\$AWK" || AWK=awk
Alexandre Julliarddaa28862002-04-11 21:54:01 +000018176_ACEOF
Alexandre Julliardf5818d22002-02-14 19:47:29 +000018177
Alexandre Julliardabf50482008-10-31 12:56:53 +010018178cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1
18179# The default lists apply if the user does not specify any file.
Alexandre Julliardf5818d22002-02-14 19:47:29 +000018180ac_need_defaults=:
18181while test $# != 0
18182do
18183 case $1 in
18184 --*=*)
Alexandre Julliardfc6ffb22006-05-25 20:08:12 +020018185 ac_option=`expr "X$1" : 'X\([^=]*\)='`
18186 ac_optarg=`expr "X$1" : 'X[^=]*=\(.*\)'`
Alexandre Julliard11af04e2002-10-10 03:48:04 +000018187 ac_shift=:
Alexandre Julliardf5818d22002-02-14 19:47:29 +000018188 ;;
Alexandre Julliardfc6ffb22006-05-25 20:08:12 +020018189 *)
Alexandre Julliard11af04e2002-10-10 03:48:04 +000018190 ac_option=$1
18191 ac_optarg=$2
18192 ac_shift=shift
18193 ;;
Alexandre Julliarde2991ea1995-07-29 13:09:43 +000018194 esac
18195
Alexandre Julliard11af04e2002-10-10 03:48:04 +000018196 case $ac_option in
Alexandre Julliardf5818d22002-02-14 19:47:29 +000018197 # Handling of the options.
Alexandre Julliarde24bcc72002-12-24 00:35:19 +000018198 -recheck | --recheck | --rechec | --reche | --rech | --rec | --re | --r)
18199 ac_cs_recheck=: ;;
Alexandre Julliardfc6ffb22006-05-25 20:08:12 +020018200 --version | --versio | --versi | --vers | --ver | --ve | --v | -V )
Alexandre Julliardabf50482008-10-31 12:56:53 +010018201 $as_echo "$ac_cs_version"; exit ;;
Alexandre Julliardfc6ffb22006-05-25 20:08:12 +020018202 --debug | --debu | --deb | --de | --d | -d )
Alexandre Julliardf5818d22002-02-14 19:47:29 +000018203 debug=: ;;
18204 --file | --fil | --fi | --f )
Alexandre Julliard11af04e2002-10-10 03:48:04 +000018205 $ac_shift
Alexandre Julliardabf50482008-10-31 12:56:53 +010018206 case $ac_optarg in
18207 *\'*) ac_optarg=`$as_echo "$ac_optarg" | sed "s/'/'\\\\\\\\''/g"` ;;
18208 esac
Alexandre Julliard25e9e4f2009-08-10 14:27:28 +020018209 as_fn_append CONFIG_FILES " '$ac_optarg'"
Alexandre Julliardf5818d22002-02-14 19:47:29 +000018210 ac_need_defaults=false;;
18211 --header | --heade | --head | --hea )
Alexandre Julliard11af04e2002-10-10 03:48:04 +000018212 $ac_shift
Alexandre Julliardabf50482008-10-31 12:56:53 +010018213 case $ac_optarg in
18214 *\'*) ac_optarg=`$as_echo "$ac_optarg" | sed "s/'/'\\\\\\\\''/g"` ;;
18215 esac
Alexandre Julliard25e9e4f2009-08-10 14:27:28 +020018216 as_fn_append CONFIG_HEADERS " '$ac_optarg'"
Alexandre Julliardf5818d22002-02-14 19:47:29 +000018217 ac_need_defaults=false;;
Alexandre Julliardfc6ffb22006-05-25 20:08:12 +020018218 --he | --h)
18219 # Conflict between --help and --header
Alexandre Julliard25e9e4f2009-08-10 14:27:28 +020018220 as_fn_error "ambiguous option: \`$1'
18221Try \`$0 --help' for more information.";;
Alexandre Julliardfc6ffb22006-05-25 20:08:12 +020018222 --help | --hel | -h )
Alexandre Julliardabf50482008-10-31 12:56:53 +010018223 $as_echo "$ac_cs_usage"; exit ;;
Alexandre Julliarde24bcc72002-12-24 00:35:19 +000018224 -q | -quiet | --quiet | --quie | --qui | --qu | --q \
18225 | -silent | --silent | --silen | --sile | --sil | --si | --s)
18226 ac_cs_silent=: ;;
Alexandre Julliarde2991ea1995-07-29 13:09:43 +000018227
Alexandre Julliardf5818d22002-02-14 19:47:29 +000018228 # This is an error.
Alexandre Julliard25e9e4f2009-08-10 14:27:28 +020018229 -*) as_fn_error "unrecognized option: \`$1'
18230Try \`$0 --help' for more information." ;;
Alexandre Julliardf5818d22002-02-14 19:47:29 +000018231
Alexandre Julliard25e9e4f2009-08-10 14:27:28 +020018232 *) as_fn_append ac_config_targets " $1"
Alexandre Julliardfc6ffb22006-05-25 20:08:12 +020018233 ac_need_defaults=false ;;
Alexandre Julliardf5818d22002-02-14 19:47:29 +000018234
18235 esac
18236 shift
18237done
18238
Alexandre Julliarde24bcc72002-12-24 00:35:19 +000018239ac_configure_extra_args=
18240
18241if $ac_cs_silent; then
18242 exec 6>/dev/null
18243 ac_configure_extra_args="$ac_configure_extra_args --silent"
18244fi
18245
18246_ACEOF
Alexandre Julliardabf50482008-10-31 12:56:53 +010018247cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1
Alexandre Julliarde24bcc72002-12-24 00:35:19 +000018248if \$ac_cs_recheck; then
Alexandre Julliardabf50482008-10-31 12:56:53 +010018249 set X '$SHELL' '$0' $ac_configure_args \$ac_configure_extra_args --no-create --no-recursion
18250 shift
18251 \$as_echo "running CONFIG_SHELL=$SHELL \$*" >&6
18252 CONFIG_SHELL='$SHELL'
Alexandre Julliardfc6ffb22006-05-25 20:08:12 +020018253 export CONFIG_SHELL
Alexandre Julliardabf50482008-10-31 12:56:53 +010018254 exec "\$@"
Alexandre Julliarde24bcc72002-12-24 00:35:19 +000018255fi
18256
Alexandre Julliardf5818d22002-02-14 19:47:29 +000018257_ACEOF
Alexandre Julliardabf50482008-10-31 12:56:53 +010018258cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1
Alexandre Julliardfc6ffb22006-05-25 20:08:12 +020018259exec 5>>config.log
18260{
18261 echo
18262 sed 'h;s/./-/g;s/^.../## /;s/...$/ ##/;p;x;p;x' <<_ASBOX
18263## Running $as_me. ##
18264_ASBOX
Alexandre Julliardabf50482008-10-31 12:56:53 +010018265 $as_echo "$ac_log"
Alexandre Julliardfc6ffb22006-05-25 20:08:12 +020018266} >&5
Alexandre Julliardf5818d22002-02-14 19:47:29 +000018267
Alexandre Julliardfc6ffb22006-05-25 20:08:12 +020018268_ACEOF
Alexandre Julliardabf50482008-10-31 12:56:53 +010018269cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1
Alexandre Julliardfc6ffb22006-05-25 20:08:12 +020018270_ACEOF
Alexandre Julliarddaa28862002-04-11 21:54:01 +000018271
Alexandre Julliardabf50482008-10-31 12:56:53 +010018272cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1
Alexandre Julliardfc6ffb22006-05-25 20:08:12 +020018273
18274# Handling of arguments.
Alexandre Julliardf5818d22002-02-14 19:47:29 +000018275for ac_config_target in $ac_config_targets
18276do
Alexandre Julliardfc6ffb22006-05-25 20:08:12 +020018277 case $ac_config_target in
18278 "include/config.h") CONFIG_HEADERS="$CONFIG_HEADERS include/config.h" ;;
Alexandre Julliardc4704c22006-09-22 09:33:00 +020018279 "include/stamp-h") CONFIG_COMMANDS="$CONFIG_COMMANDS include/stamp-h" ;;
Alexandre Julliard7dfc4472006-10-20 12:25:29 +020018280 "dlls/gdi32/enhmfdrv") CONFIG_COMMANDS="$CONFIG_COMMANDS dlls/gdi32/enhmfdrv" ;;
18281 "dlls/gdi32/mfdrv") CONFIG_COMMANDS="$CONFIG_COMMANDS dlls/gdi32/mfdrv" ;;
Alexandre Julliard1c60e3b2006-09-12 16:10:51 +020018282 "dlls/kernel32/nls") CONFIG_COMMANDS="$CONFIG_COMMANDS dlls/kernel32/nls" ;;
Alexandre Julliardb8a2e3b2006-11-16 14:49:25 +010018283 "dlls/user32/resources") CONFIG_COMMANDS="$CONFIG_COMMANDS dlls/user32/resources" ;;
Alexandre Julliardfc6ffb22006-05-25 20:08:12 +020018284 "dlls/wineps.drv/data") CONFIG_COMMANDS="$CONFIG_COMMANDS dlls/wineps.drv/data" ;;
18285 "include/wine") CONFIG_COMMANDS="$CONFIG_COMMANDS include/wine" ;;
18286 "Make.rules") CONFIG_FILES="$CONFIG_FILES Make.rules" ;;
18287 "dlls/Makedll.rules") CONFIG_FILES="$CONFIG_FILES dlls/Makedll.rules" ;;
18288 "dlls/Makeimplib.rules") CONFIG_FILES="$CONFIG_FILES dlls/Makeimplib.rules" ;;
18289 "dlls/Maketest.rules") CONFIG_FILES="$CONFIG_FILES dlls/Maketest.rules" ;;
Alexandre Julliardfc6ffb22006-05-25 20:08:12 +020018290 "programs/Makeprog.rules") CONFIG_FILES="$CONFIG_FILES programs/Makeprog.rules" ;;
18291 "Makefile") CONFIG_FILES="$CONFIG_FILES Makefile" ;;
18292 "dlls/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/Makefile" ;;
Eric Pouech0da02fb2007-04-16 09:22:03 +020018293 "dlls/acledit/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/acledit/Makefile" ;;
Nikolay Sivov3406c9d2009-01-20 20:02:51 +030018294 "dlls/aclui/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/aclui/Makefile" ;;
Alexandre Julliardfc6ffb22006-05-25 20:08:12 +020018295 "dlls/activeds/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/activeds/Makefile" ;;
Rob Shearmane8c7c062007-12-07 16:02:30 +000018296 "dlls/actxprxy/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/actxprxy/Makefile" ;;
Rob Shearman76e08962008-03-06 15:01:34 +000018297 "dlls/adsiid/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/adsiid/Makefile" ;;
Alexandre Julliardfc6ffb22006-05-25 20:08:12 +020018298 "dlls/advapi32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/advapi32/Makefile" ;;
18299 "dlls/advapi32/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/advapi32/tests/Makefile" ;;
18300 "dlls/advpack/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/advpack/Makefile" ;;
18301 "dlls/advpack/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/advpack/tests/Makefile" ;;
18302 "dlls/amstream/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/amstream/Makefile" ;;
Christian Costab5dbbd42009-04-13 10:07:35 +020018303 "dlls/amstream/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/amstream/tests/Makefile" ;;
Owen Rudgef4e64892008-07-24 21:57:28 +010018304 "dlls/appwiz.cpl/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/appwiz.cpl/Makefile" ;;
Alexandre Julliardfc6ffb22006-05-25 20:08:12 +020018305 "dlls/atl/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/atl/Makefile" ;;
Austin English78cffc62009-01-27 23:01:17 -060018306 "dlls/authz/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/authz/Makefile" ;;
Alexandre Julliardfc6ffb22006-05-25 20:08:12 +020018307 "dlls/avicap32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/avicap32/Makefile" ;;
18308 "dlls/avifil32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/avifil32/Makefile" ;;
Alexandre Julliardb91cf322009-03-24 16:56:58 +010018309 "dlls/avifile.dll16/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/avifile.dll16/Makefile" ;;
Henri Verbeet5c898502009-03-30 11:24:55 +020018310 "dlls/bcrypt/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/bcrypt/Makefile" ;;
Mikołaj Zalewskiea0361f2007-02-05 17:51:05 +010018311 "dlls/browseui/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/browseui/Makefile" ;;
Mikołaj Zalewski7206e102007-02-05 17:53:42 +010018312 "dlls/browseui/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/browseui/tests/Makefile" ;;
Alexandre Julliardfc6ffb22006-05-25 20:08:12 +020018313 "dlls/cabinet/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/cabinet/Makefile" ;;
18314 "dlls/cabinet/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/cabinet/tests/Makefile" ;;
18315 "dlls/capi2032/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/capi2032/Makefile" ;;
18316 "dlls/cards/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/cards/Makefile" ;;
18317 "dlls/cfgmgr32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/cfgmgr32/Makefile" ;;
Benjamin Arai493bc6b2006-09-27 16:02:35 -070018318 "dlls/clusapi/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/clusapi/Makefile" ;;
Alexandre Julliardfc6ffb22006-05-25 20:08:12 +020018319 "dlls/comcat/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/comcat/Makefile" ;;
Aric Stewart9c3b12b2006-07-13 14:16:59 -050018320 "dlls/comcat/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/comcat/tests/Makefile" ;;
Alexandre Julliardfc6ffb22006-05-25 20:08:12 +020018321 "dlls/comctl32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/comctl32/Makefile" ;;
18322 "dlls/comctl32/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/comctl32/tests/Makefile" ;;
18323 "dlls/comdlg32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/comdlg32/Makefile" ;;
Detlef Riekenberg955fe0d2006-07-03 22:55:53 +020018324 "dlls/comdlg32/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/comdlg32/tests/Makefile" ;;
Alexandre Julliard41600a82009-03-04 14:22:24 +010018325 "dlls/comm.drv16/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/comm.drv16/Makefile" ;;
Alexandre Julliard6b40f642009-03-11 17:12:32 +010018326 "dlls/compobj.dll16/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/compobj.dll16/Makefile" ;;
Detlef Riekenberg5640b562006-06-20 06:12:36 +020018327 "dlls/compstui/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/compstui/Makefile" ;;
Rob Shearmanc82fde42007-01-22 21:48:51 +000018328 "dlls/credui/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/credui/Makefile" ;;
Rob Shearmane1465912007-10-24 16:17:36 +010018329 "dlls/credui/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/credui/tests/Makefile" ;;
Alexandre Julliardfc6ffb22006-05-25 20:08:12 +020018330 "dlls/crtdll/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/crtdll/Makefile" ;;
18331 "dlls/crypt32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/crypt32/Makefile" ;;
18332 "dlls/crypt32/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/crypt32/tests/Makefile" ;;
Maarten Lankhorstf9308212008-02-17 18:20:32 -080018333 "dlls/cryptdlg/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/cryptdlg/Makefile" ;;
Alexandre Julliardfc6ffb22006-05-25 20:08:12 +020018334 "dlls/cryptdll/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/cryptdll/Makefile" ;;
Maarten Lankhorstd2ee3872006-06-28 16:51:41 +020018335 "dlls/cryptnet/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/cryptnet/Makefile" ;;
Juan Lang322bcdd2007-10-18 10:28:32 -070018336 "dlls/cryptnet/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/cryptnet/tests/Makefile" ;;
Juan Lang2016c632008-04-10 11:16:01 -070018337 "dlls/cryptui/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/cryptui/Makefile" ;;
Juan Lang7e0e1a12008-10-24 14:34:27 -070018338 "dlls/cryptui/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/cryptui/tests/Makefile" ;;
Christian Eggersf89c6de2007-11-02 13:46:18 +010018339 "dlls/ctapi32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/ctapi32/Makefile" ;;
Alexandre Julliard9a19d8a2009-03-23 20:31:01 +010018340 "dlls/ctl3d.dll16/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/ctl3d.dll16/Makefile" ;;
Alexandre Julliardfc6ffb22006-05-25 20:08:12 +020018341 "dlls/ctl3d32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/ctl3d32/Makefile" ;;
Alexandre Julliard9a19d8a2009-03-23 20:31:01 +010018342 "dlls/ctl3dv2.dll16/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/ctl3dv2.dll16/Makefile" ;;
Kovács András0db109f2007-07-09 14:06:40 +020018343 "dlls/d3d10/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/d3d10/Makefile" ;;
Henri Verbeet65e614a2008-10-29 09:00:27 +010018344 "dlls/d3d10/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/d3d10/tests/Makefile" ;;
Henri Verbeet078fc192008-11-12 12:04:24 +010018345 "dlls/d3d10core/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/d3d10core/Makefile" ;;
Henri Verbeet1dad7592008-11-18 09:27:58 +010018346 "dlls/d3d10core/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/d3d10core/tests/Makefile" ;;
Alexandre Julliardfc6ffb22006-05-25 20:08:12 +020018347 "dlls/d3d8/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/d3d8/Makefile" ;;
18348 "dlls/d3d8/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/d3d8/tests/Makefile" ;;
18349 "dlls/d3d9/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/d3d9/Makefile" ;;
18350 "dlls/d3d9/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/d3d9/tests/Makefile" ;;
18351 "dlls/d3dim/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/d3dim/Makefile" ;;
18352 "dlls/d3drm/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/d3drm/Makefile" ;;
David Adamf50800b2007-04-19 21:03:53 +020018353 "dlls/d3drm/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/d3drm/tests/Makefile" ;;
Tony Wasserka6f834d32008-02-02 10:24:28 +010018354 "dlls/d3dx9_24/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/d3dx9_24/Makefile" ;;
Tony Wasserkae9c16392008-02-02 16:22:27 +010018355 "dlls/d3dx9_25/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/d3dx9_25/Makefile" ;;
Tony Wasserka409b19b2008-02-02 18:06:52 +010018356 "dlls/d3dx9_26/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/d3dx9_26/Makefile" ;;
18357 "dlls/d3dx9_27/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/d3dx9_27/Makefile" ;;
Tony Wasserka2aa15052008-02-02 18:29:07 +010018358 "dlls/d3dx9_28/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/d3dx9_28/Makefile" ;;
18359 "dlls/d3dx9_29/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/d3dx9_29/Makefile" ;;
18360 "dlls/d3dx9_30/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/d3dx9_30/Makefile" ;;
Tony Wasserkae4866622008-02-02 18:35:38 +010018361 "dlls/d3dx9_31/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/d3dx9_31/Makefile" ;;
Tony Wasserkadf0a6942008-02-02 19:02:34 +010018362 "dlls/d3dx9_32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/d3dx9_32/Makefile" ;;
18363 "dlls/d3dx9_33/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/d3dx9_33/Makefile" ;;
18364 "dlls/d3dx9_34/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/d3dx9_34/Makefile" ;;
18365 "dlls/d3dx9_35/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/d3dx9_35/Makefile" ;;
Tony Wasserka87fefc72008-01-13 11:34:43 +010018366 "dlls/d3dx9_36/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/d3dx9_36/Makefile" ;;
Philip Nilssonb67290b2008-03-21 11:04:46 +010018367 "dlls/d3dx9_36/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/d3dx9_36/tests/Makefile" ;;
Tony Wasserkabe0799f2008-03-24 12:32:54 +010018368 "dlls/d3dx9_37/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/d3dx9_37/Makefile" ;;
David Adam1c5b5362009-01-25 11:38:20 +010018369 "dlls/d3dx9_38/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/d3dx9_38/Makefile" ;;
David Adam5775edd2009-01-25 13:29:33 +010018370 "dlls/d3dx9_39/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/d3dx9_39/Makefile" ;;
Rico Schüllerc97d3d72009-01-26 21:33:25 +010018371 "dlls/d3dx9_40/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/d3dx9_40/Makefile" ;;
Rico Schüller3400c032009-03-29 15:41:21 +020018372 "dlls/d3dx9_41/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/d3dx9_41/Makefile" ;;
Alexandre Julliardfc6ffb22006-05-25 20:08:12 +020018373 "dlls/d3dxof/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/d3dxof/Makefile" ;;
Christian Costa04d72cd2008-08-19 00:30:44 +020018374 "dlls/d3dxof/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/d3dxof/tests/Makefile" ;;
Alexandre Julliardfc6ffb22006-05-25 20:08:12 +020018375 "dlls/dbghelp/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/dbghelp/Makefile" ;;
18376 "dlls/dciman32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/dciman32/Makefile" ;;
Eric Pouecha0053ab2009-05-05 21:25:32 +020018377 "dlls/ddeml.dll16/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/ddeml.dll16/Makefile" ;;
Alexandre Julliardfc6ffb22006-05-25 20:08:12 +020018378 "dlls/ddraw/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/ddraw/Makefile" ;;
18379 "dlls/ddraw/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/ddraw/tests/Makefile" ;;
Ulrich Czekallafe70c542006-12-14 10:39:42 -050018380 "dlls/ddrawex/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/ddrawex/Makefile" ;;
Stefan Dösinger60039a52009-01-09 12:24:49 +010018381 "dlls/ddrawex/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/ddrawex/tests/Makefile" ;;
Alexandre Julliardfc6ffb22006-05-25 20:08:12 +020018382 "dlls/devenum/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/devenum/Makefile" ;;
18383 "dlls/dinput/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/dinput/Makefile" ;;
18384 "dlls/dinput/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/dinput/tests/Makefile" ;;
18385 "dlls/dinput8/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/dinput8/Makefile" ;;
Alexandre Julliard86f54f42009-03-04 14:27:05 +010018386 "dlls/dispdib.dll16/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/dispdib.dll16/Makefile" ;;
Alexandre Julliard02ada6e2009-03-04 14:28:32 +010018387 "dlls/display.drv16/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/display.drv16/Makefile" ;;
Alexandre Julliardfc6ffb22006-05-25 20:08:12 +020018388 "dlls/dmband/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/dmband/Makefile" ;;
18389 "dlls/dmcompos/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/dmcompos/Makefile" ;;
18390 "dlls/dmime/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/dmime/Makefile" ;;
18391 "dlls/dmloader/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/dmloader/Makefile" ;;
18392 "dlls/dmscript/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/dmscript/Makefile" ;;
18393 "dlls/dmstyle/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/dmstyle/Makefile" ;;
18394 "dlls/dmsynth/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/dmsynth/Makefile" ;;
18395 "dlls/dmusic/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/dmusic/Makefile" ;;
18396 "dlls/dmusic32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/dmusic32/Makefile" ;;
18397 "dlls/dnsapi/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/dnsapi/Makefile" ;;
18398 "dlls/dnsapi/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/dnsapi/tests/Makefile" ;;
18399 "dlls/dplay/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/dplay/Makefile" ;;
18400 "dlls/dplayx/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/dplayx/Makefile" ;;
Alessandro Pignottid1331e62007-02-27 17:27:43 +010018401 "dlls/dplayx/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/dplayx/tests/Makefile" ;;
Luis Carlos Busquets Pérez8caf0782007-03-07 09:41:41 +010018402 "dlls/dpnaddr/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/dpnaddr/Makefile" ;;
Alexandre Julliardfc6ffb22006-05-25 20:08:12 +020018403 "dlls/dpnet/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/dpnet/Makefile" ;;
18404 "dlls/dpnhpast/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/dpnhpast/Makefile" ;;
Luis C. Busquets Pérez5996c132007-08-02 11:04:50 +020018405 "dlls/dpnlobby/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/dpnlobby/Makefile" ;;
Ismael Barros9d2a1e82008-07-22 22:23:16 +030018406 "dlls/dpwsockx/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/dpwsockx/Makefile" ;;
Austin Englishb3ccbc62009-06-25 12:30:45 -050018407 "dlls/drmclien/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/drmclien/Makefile" ;;
Alexandre Julliardfc6ffb22006-05-25 20:08:12 +020018408 "dlls/dsound/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/dsound/Makefile" ;;
18409 "dlls/dsound/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/dsound/tests/Makefile" ;;
Maarten Lankhorst2472e812008-02-17 18:20:32 -080018410 "dlls/dssenh/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/dssenh/Makefile" ;;
Alexandre Julliardfc6ffb22006-05-25 20:08:12 +020018411 "dlls/dswave/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/dswave/Makefile" ;;
Kovács Andrásc0ddd5e2007-06-19 09:36:14 +020018412 "dlls/dwmapi/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/dwmapi/Makefile" ;;
Alexandre Julliardfc6ffb22006-05-25 20:08:12 +020018413 "dlls/dxdiagn/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/dxdiagn/Makefile" ;;
18414 "dlls/dxerr8/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/dxerr8/Makefile" ;;
18415 "dlls/dxerr9/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/dxerr9/Makefile" ;;
Henri Verbeet9e376212008-10-21 15:06:58 +020018416 "dlls/dxgi/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/dxgi/Makefile" ;;
Henri Verbeet1dea8292008-11-18 09:27:58 +010018417 "dlls/dxgi/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/dxgi/tests/Makefile" ;;
Alexandre Julliardfc6ffb22006-05-25 20:08:12 +020018418 "dlls/dxguid/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/dxguid/Makefile" ;;
Peter Dons Tychsena2cd6432007-07-27 01:43:49 +020018419 "dlls/faultrep/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/faultrep/Makefile" ;;
James Hawkinsc0b3af32008-03-20 18:27:46 -070018420 "dlls/fusion/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/fusion/Makefile" ;;
James Hawkins9e021cf2008-03-31 01:03:24 -050018421 "dlls/fusion/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/fusion/tests/Makefile" ;;
Alexandre Julliard7dfc4472006-10-20 12:25:29 +020018422 "dlls/gdi32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/gdi32/Makefile" ;;
18423 "dlls/gdi32/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/gdi32/tests/Makefile" ;;
Evan Stadebed761c2007-05-25 10:21:44 -070018424 "dlls/gdiplus/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/gdiplus/Makefile" ;;
Evan Stadefcd7a622007-06-11 11:52:26 -070018425 "dlls/gdiplus/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/gdiplus/tests/Makefile" ;;
Alexandre Julliardfc6ffb22006-05-25 20:08:12 +020018426 "dlls/glu32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/glu32/Makefile" ;;
Alexandre Julliardfc6ffb22006-05-25 20:08:12 +020018427 "dlls/gphoto2.ds/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/gphoto2.ds/Makefile" ;;
Maarten Lankhorste4576c82008-02-17 18:20:32 -080018428 "dlls/gpkcsp/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/gpkcsp/Makefile" ;;
Alexandre Julliardd2d68702007-05-14 20:05:15 +020018429 "dlls/hal/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/hal/Makefile" ;;
Alexandre Julliardfc6ffb22006-05-25 20:08:12 +020018430 "dlls/hhctrl.ocx/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/hhctrl.ocx/Makefile" ;;
Kevin Koltzaub89cafa2006-08-05 23:09:06 -040018431 "dlls/hid/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/hid/Makefile" ;;
Mike McCormackb732e9b2006-06-06 19:26:24 +090018432 "dlls/hlink/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/hlink/Makefile" ;;
Mike McCormacka430db92006-08-02 02:19:15 +090018433 "dlls/hlink/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/hlink/tests/Makefile" ;;
Jeff Latimera00aa032007-06-18 23:27:00 +100018434 "dlls/hnetcfg/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/hnetcfg/Makefile" ;;
Austin English8cf8e2c2009-01-11 14:54:15 -060018435 "dlls/httpapi/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/httpapi/Makefile" ;;
Alexandre Julliardfc6ffb22006-05-25 20:08:12 +020018436 "dlls/iccvid/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/iccvid/Makefile" ;;
18437 "dlls/icmp/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/icmp/Makefile" ;;
18438 "dlls/ifsmgr.vxd/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/ifsmgr.vxd/Makefile" ;;
18439 "dlls/imaadp32.acm/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/imaadp32.acm/Makefile" ;;
18440 "dlls/imagehlp/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/imagehlp/Makefile" ;;
Alexandre Julliard1b937ca2009-03-23 20:32:06 +010018441 "dlls/imm.dll16/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/imm.dll16/Makefile" ;;
Alexandre Julliardfc6ffb22006-05-25 20:08:12 +020018442 "dlls/imm32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/imm32/Makefile" ;;
Michael Jung0a31ab72008-01-02 23:14:49 +010018443 "dlls/imm32/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/imm32/tests/Makefile" ;;
Rob Shearmanbeab2c12007-11-02 11:35:34 +000018444 "dlls/inetcomm/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/inetcomm/Makefile" ;;
Huw Daviesba6b7e82007-11-02 15:45:39 +000018445 "dlls/inetcomm/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/inetcomm/tests/Makefile" ;;
Juan Lang17231572008-05-20 20:47:42 -070018446 "dlls/inetmib1/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/inetmib1/Makefile" ;;
Juan Langcca77db2008-05-20 20:48:37 -070018447 "dlls/inetmib1/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/inetmib1/tests/Makefile" ;;
Mike McCormack4d3877b2006-07-11 11:13:18 +090018448 "dlls/infosoft/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/infosoft/Makefile" ;;
Mike McCormackb5871fa2006-08-15 22:58:12 +090018449 "dlls/infosoft/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/infosoft/tests/Makefile" ;;
Maarten Lankhorst7c3d24b2008-02-17 18:20:32 -080018450 "dlls/initpki/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/initpki/Makefile" ;;
John Klehme9252252007-07-31 11:58:02 -050018451 "dlls/inkobj/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/inkobj/Makefile" ;;
Mike McCormack4d3877b2006-07-11 11:13:18 +090018452 "dlls/inseng/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/inseng/Makefile" ;;
Alexandre Julliardfc6ffb22006-05-25 20:08:12 +020018453 "dlls/iphlpapi/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/iphlpapi/Makefile" ;;
18454 "dlls/iphlpapi/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/iphlpapi/tests/Makefile" ;;
James Hawkins58b06862008-02-15 17:39:46 -060018455 "dlls/itircl/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/itircl/Makefile" ;;
Alexandre Julliardfc6ffb22006-05-25 20:08:12 +020018456 "dlls/itss/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/itss/Makefile" ;;
Jacek Caban1e65d472006-12-25 16:09:41 +010018457 "dlls/itss/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/itss/tests/Makefile" ;;
Jacek Cabanfa23a2c2008-03-09 00:07:57 +010018458 "dlls/jscript/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/jscript/Makefile" ;;
Jacek Caban63ebe012008-03-24 21:53:14 +010018459 "dlls/jscript/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/jscript/tests/Makefile" ;;
Alexandre Julliard489d87d2006-09-12 13:01:46 +020018460 "dlls/kernel32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/kernel32/Makefile" ;;
18461 "dlls/kernel32/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/kernel32/tests/Makefile" ;;
Alexandre Julliardc2e52462009-03-04 14:30:37 +010018462 "dlls/keyboard.drv16/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/keyboard.drv16/Makefile" ;;
Andrey Turkinfaa73662009-01-07 13:34:31 +030018463 "dlls/loadperf/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/loadperf/Makefile" ;;
Detlef Riekenberg2198d832006-09-11 00:28:36 +020018464 "dlls/localspl/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/localspl/Makefile" ;;
Detlef Riekenbergecb97fc2006-09-28 11:47:52 +020018465 "dlls/localspl/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/localspl/tests/Makefile" ;;
Detlef Riekenbergd24bc082007-04-06 22:33:01 +020018466 "dlls/localui/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/localui/Makefile" ;;
Detlef Riekenberg62e92792007-04-06 22:33:17 +020018467 "dlls/localui/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/localui/tests/Makefile" ;;
Alexandre Julliardfc6ffb22006-05-25 20:08:12 +020018468 "dlls/lz32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/lz32/Makefile" ;;
18469 "dlls/lz32/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/lz32/tests/Makefile" ;;
Alexandre Julliard96b47ff2009-03-11 16:18:03 +010018470 "dlls/lzexpand.dll16/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/lzexpand.dll16/Makefile" ;;
Alexandre Julliardfc6ffb22006-05-25 20:08:12 +020018471 "dlls/mapi32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/mapi32/Makefile" ;;
18472 "dlls/mapi32/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/mapi32/tests/Makefile" ;;
18473 "dlls/mciavi32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/mciavi32/Makefile" ;;
18474 "dlls/mcicda/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/mcicda/Makefile" ;;
Christian Costaa9c825e2009-02-26 23:27:36 +010018475 "dlls/mciqtz32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/mciqtz32/Makefile" ;;
Alexandre Julliardfc6ffb22006-05-25 20:08:12 +020018476 "dlls/mciseq/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/mciseq/Makefile" ;;
18477 "dlls/mciwave/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/mciwave/Makefile" ;;
18478 "dlls/midimap/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/midimap/Makefile" ;;
18479 "dlls/mlang/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/mlang/Makefile" ;;
18480 "dlls/mlang/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/mlang/tests/Makefile" ;;
18481 "dlls/mmdevldr.vxd/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/mmdevldr.vxd/Makefile" ;;
18482 "dlls/monodebg.vxd/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/monodebg.vxd/Makefile" ;;
Alexandre Julliard43dc80e2008-01-04 13:07:05 +010018483 "dlls/mountmgr.sys/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/mountmgr.sys/Makefile" ;;
Alexandre Julliardd62c05f2009-03-04 14:32:56 +010018484 "dlls/mouse.drv16/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/mouse.drv16/Makefile" ;;
Alexandre Julliardfc6ffb22006-05-25 20:08:12 +020018485 "dlls/mpr/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/mpr/Makefile" ;;
18486 "dlls/mprapi/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/mprapi/Makefile" ;;
Alexandre Julliardd4314822009-03-11 16:22:47 +010018487 "dlls/msacm.dll16/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/msacm.dll16/Makefile" ;;
Alexandre Julliardfc6ffb22006-05-25 20:08:12 +020018488 "dlls/msacm32.drv/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/msacm32.drv/Makefile" ;;
18489 "dlls/msacm32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/msacm32/Makefile" ;;
18490 "dlls/msacm32/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/msacm32/tests/Makefile" ;;
18491 "dlls/msadp32.acm/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/msadp32.acm/Makefile" ;;
Alexander Nicolaysen Sørnes6103f312007-10-28 19:43:51 +010018492 "dlls/mscat32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/mscat32/Makefile" ;;
Alexandre Julliardfc6ffb22006-05-25 20:08:12 +020018493 "dlls/mscms/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/mscms/Makefile" ;;
18494 "dlls/mscms/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/mscms/tests/Makefile" ;;
Paul Chitescu4fe6c3f2006-10-06 12:21:02 +030018495 "dlls/mscoree/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/mscoree/Makefile" ;;
Aric Stewarta74aeae2009-01-27 14:15:08 -060018496 "dlls/msctf/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/msctf/Makefile" ;;
Aric Stewart64ae0002009-02-17 10:40:34 -060018497 "dlls/msctf/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/msctf/tests/Makefile" ;;
Huw Daviesb8e97562009-08-03 12:17:10 +010018498 "dlls/msdaps/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/msdaps/Makefile" ;;
Alexandre Julliardfc6ffb22006-05-25 20:08:12 +020018499 "dlls/msdmo/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/msdmo/Makefile" ;;
18500 "dlls/msftedit/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/msftedit/Makefile" ;;
18501 "dlls/msg711.acm/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/msg711.acm/Makefile" ;;
Maarten Lankhorst58b5a3f2009-08-03 15:48:32 +020018502 "dlls/msgsm32.acm/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/msgsm32.acm/Makefile" ;;
Jacek Caban021d06a2007-07-29 21:25:14 +020018503 "dlls/mshtml.tlb/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/mshtml.tlb/Makefile" ;;
Alexandre Julliardfc6ffb22006-05-25 20:08:12 +020018504 "dlls/mshtml/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/mshtml/Makefile" ;;
18505 "dlls/mshtml/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/mshtml/tests/Makefile" ;;
18506 "dlls/msi/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/msi/Makefile" ;;
18507 "dlls/msi/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/msi/tests/Makefile" ;;
18508 "dlls/msimg32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/msimg32/Makefile" ;;
Jacek Caban44a808f2007-10-14 19:31:45 +020018509 "dlls/msimtf/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/msimtf/Makefile" ;;
Juan Lang8a6c2c22008-07-31 08:41:17 -070018510 "dlls/msisip/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/msisip/Makefile" ;;
Alexandre Julliardfc6ffb22006-05-25 20:08:12 +020018511 "dlls/msisys.ocx/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/msisys.ocx/Makefile" ;;
18512 "dlls/msnet32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/msnet32/Makefile" ;;
18513 "dlls/msrle32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/msrle32/Makefile" ;;
Austin English0d731932009-01-20 20:03:45 -060018514 "dlls/mssign32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/mssign32/Makefile" ;;
Maarten Lankhorstc438d232008-02-17 18:20:32 -080018515 "dlls/mssip32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/mssip32/Makefile" ;;
Roy Shea80ee2252008-07-14 17:12:47 -070018516 "dlls/mstask/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/mstask/Makefile" ;;
Alexandre Julliard3842ab02008-08-19 15:30:25 +020018517 "dlls/mstask/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/mstask/tests/Makefile" ;;
Alexandre Julliard455a4992007-09-28 20:43:43 +020018518 "dlls/msvcirt/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/msvcirt/Makefile" ;;
Hans Leidekker67815c62008-01-20 19:34:01 +010018519 "dlls/msvcr71/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/msvcr71/Makefile" ;;
Alexandre Julliardfc6ffb22006-05-25 20:08:12 +020018520 "dlls/msvcrt/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/msvcrt/Makefile" ;;
18521 "dlls/msvcrt/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/msvcrt/tests/Makefile" ;;
18522 "dlls/msvcrt20/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/msvcrt20/Makefile" ;;
18523 "dlls/msvcrt40/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/msvcrt40/Makefile" ;;
18524 "dlls/msvcrtd/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/msvcrtd/Makefile" ;;
18525 "dlls/msvcrtd/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/msvcrtd/tests/Makefile" ;;
18526 "dlls/msvfw32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/msvfw32/Makefile" ;;
Jörg Höhlefc5c89e2008-12-16 21:27:56 +010018527 "dlls/msvfw32/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/msvfw32/tests/Makefile" ;;
Alexandre Julliardfc6ffb22006-05-25 20:08:12 +020018528 "dlls/msvidc32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/msvidc32/Makefile" ;;
Eric Pouechb8aa4e42009-05-14 21:36:39 +020018529 "dlls/msvideo.dll16/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/msvideo.dll16/Makefile" ;;
Alexandre Julliardfc6ffb22006-05-25 20:08:12 +020018530 "dlls/mswsock/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/mswsock/Makefile" ;;
18531 "dlls/msxml3/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/msxml3/Makefile" ;;
18532 "dlls/msxml3/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/msxml3/tests/Makefile" ;;
Benjamin Arai0b4eafa2006-09-15 16:00:53 -070018533 "dlls/nddeapi/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/nddeapi/Makefile" ;;
Alexandre Julliardfc6ffb22006-05-25 20:08:12 +020018534 "dlls/netapi32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/netapi32/Makefile" ;;
18535 "dlls/netapi32/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/netapi32/tests/Makefile" ;;
18536 "dlls/newdev/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/newdev/Makefile" ;;
18537 "dlls/ntdll/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/ntdll/Makefile" ;;
18538 "dlls/ntdll/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/ntdll/tests/Makefile" ;;
18539 "dlls/ntdsapi/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/ntdsapi/Makefile" ;;
Rob Shearman5db45042008-01-24 18:36:36 +000018540 "dlls/ntdsapi/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/ntdsapi/tests/Makefile" ;;
Alexandre Julliard12c169d2007-05-14 19:55:32 +020018541 "dlls/ntoskrnl.exe/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/ntoskrnl.exe/Makefile" ;;
Detlef Riekenberga8697b52007-06-19 00:02:15 +020018542 "dlls/ntprint/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/ntprint/Makefile" ;;
Detlef Riekenberga1144832007-06-21 06:07:10 +020018543 "dlls/ntprint/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/ntprint/tests/Makefile" ;;
Alexandre Julliardfc6ffb22006-05-25 20:08:12 +020018544 "dlls/objsel/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/objsel/Makefile" ;;
18545 "dlls/odbc32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/odbc32/Makefile" ;;
18546 "dlls/odbccp32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/odbccp32/Makefile" ;;
Bill Medlandcf6e0d82007-01-09 08:41:04 -080018547 "dlls/odbccp32/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/odbccp32/tests/Makefile" ;;
Alexandre Julliard2e1b3092009-03-11 17:05:20 +010018548 "dlls/ole2.dll16/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/ole2.dll16/Makefile" ;;
Alexandre Julliardea638262009-03-11 16:32:36 +010018549 "dlls/ole2conv.dll16/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/ole2conv.dll16/Makefile" ;;
Alexandre Julliardd5a4a662009-03-11 17:36:40 +010018550 "dlls/ole2disp.dll16/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/ole2disp.dll16/Makefile" ;;
Alexandre Julliard7511d672009-03-11 16:53:06 +010018551 "dlls/ole2nls.dll16/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/ole2nls.dll16/Makefile" ;;
Alexandre Julliardb4bbe0c2009-03-11 16:36:17 +010018552 "dlls/ole2prox.dll16/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/ole2prox.dll16/Makefile" ;;
Alexandre Julliarddc810652009-03-11 16:38:57 +010018553 "dlls/ole2thk.dll16/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/ole2thk.dll16/Makefile" ;;
Alexandre Julliardfc6ffb22006-05-25 20:08:12 +020018554 "dlls/ole32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/ole32/Makefile" ;;
18555 "dlls/ole32/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/ole32/tests/Makefile" ;;
18556 "dlls/oleacc/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/oleacc/Makefile" ;;
Nikolay Sivove2399a92008-10-14 22:18:08 +040018557 "dlls/oleacc/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/oleacc/tests/Makefile" ;;
Alexandre Julliardfc6ffb22006-05-25 20:08:12 +020018558 "dlls/oleaut32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/oleaut32/Makefile" ;;
18559 "dlls/oleaut32/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/oleaut32/tests/Makefile" ;;
Alexandre Julliard7c288602009-03-11 16:26:37 +010018560 "dlls/olecli.dll16/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/olecli.dll16/Makefile" ;;
Alexandre Julliardfc6ffb22006-05-25 20:08:12 +020018561 "dlls/olecli32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/olecli32/Makefile" ;;
18562 "dlls/oledlg/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/oledlg/Makefile" ;;
18563 "dlls/olepro32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/olepro32/Makefile" ;;
Alexandre Julliardb12965c2009-03-11 16:27:35 +010018564 "dlls/olesvr.dll16/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/olesvr.dll16/Makefile" ;;
Alexandre Julliardfc6ffb22006-05-25 20:08:12 +020018565 "dlls/olesvr32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/olesvr32/Makefile" ;;
Stefan Leichter7db1bd92007-09-07 21:15:41 +020018566 "dlls/olethk32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/olethk32/Makefile" ;;
Alexandre Julliardfc6ffb22006-05-25 20:08:12 +020018567 "dlls/opengl32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/opengl32/Makefile" ;;
Roderick Colenbrander219269c2007-08-01 14:38:49 +020018568 "dlls/opengl32/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/opengl32/tests/Makefile" ;;
Andrey Turkin41f15a72007-06-02 02:28:45 +040018569 "dlls/pdh/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/pdh/Makefile" ;;
Hans Leidekker0a6f6872007-07-08 14:06:08 +020018570 "dlls/pdh/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/pdh/tests/Makefile" ;;
Hans Leidekkerefa2fcc2008-12-15 11:55:32 +010018571 "dlls/pidgen/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/pidgen/Makefile" ;;
Alexandre Julliardfc6ffb22006-05-25 20:08:12 +020018572 "dlls/powrprof/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/powrprof/Makefile" ;;
Detlef Riekenberg3fd4a532007-06-18 00:32:12 +020018573 "dlls/printui/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/printui/Makefile" ;;
James Hawkins07588022008-01-16 00:11:17 -060018574 "dlls/propsys/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/propsys/Makefile" ;;
Alexandre Julliardfc6ffb22006-05-25 20:08:12 +020018575 "dlls/psapi/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/psapi/Makefile" ;;
18576 "dlls/psapi/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/psapi/tests/Makefile" ;;
Mike McCormackacb7f8a2006-08-11 15:11:47 +090018577 "dlls/pstorec/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/pstorec/Makefile" ;;
Alexandre Julliardfc6ffb22006-05-25 20:08:12 +020018578 "dlls/qcap/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/qcap/Makefile" ;;
Lei Zhang6de8be72008-02-11 18:07:45 -080018579 "dlls/qedit/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/qedit/Makefile" ;;
Lei Zhange8551a02008-02-13 14:47:12 -080018580 "dlls/qedit/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/qedit/tests/Makefile" ;;
Roy Shea2b0255f2007-10-08 10:38:06 -070018581 "dlls/qmgr/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/qmgr/Makefile" ;;
Roy Shea884e7e72008-02-11 11:09:34 -080018582 "dlls/qmgr/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/qmgr/tests/Makefile" ;;
Roy Shea00ef4e52007-12-09 13:16:07 -080018583 "dlls/qmgrprxy/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/qmgrprxy/Makefile" ;;
Alexandre Julliardfc6ffb22006-05-25 20:08:12 +020018584 "dlls/quartz/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/quartz/Makefile" ;;
18585 "dlls/quartz/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/quartz/tests/Makefile" ;;
Mike McCormackdefbc492006-07-07 18:21:36 +090018586 "dlls/query/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/query/Makefile" ;;
Alexandre Julliarde475ef82009-03-23 20:34:34 +010018587 "dlls/rasapi16.dll16/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/rasapi16.dll16/Makefile" ;;
Alexandre Julliardfc6ffb22006-05-25 20:08:12 +020018588 "dlls/rasapi32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/rasapi32/Makefile" ;;
Stefan Leichterb8c6d8e2008-07-06 13:47:34 +020018589 "dlls/rasapi32/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/rasapi32/tests/Makefile" ;;
Aric Stewartf55151a2009-01-23 11:43:16 -060018590 "dlls/rasdlg/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/rasdlg/Makefile" ;;
Benjamin Arai3ac07aa2006-09-29 15:17:22 -070018591 "dlls/resutils/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/resutils/Makefile" ;;
Alexandre Julliardfc6ffb22006-05-25 20:08:12 +020018592 "dlls/riched20/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/riched20/Makefile" ;;
18593 "dlls/riched20/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/riched20/tests/Makefile" ;;
18594 "dlls/riched32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/riched32/Makefile" ;;
Alex Villacís Lasso74cd5902007-10-22 10:47:59 -050018595 "dlls/riched32/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/riched32/tests/Makefile" ;;
Alexandre Julliardfc6ffb22006-05-25 20:08:12 +020018596 "dlls/rpcrt4/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/rpcrt4/Makefile" ;;
18597 "dlls/rpcrt4/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/rpcrt4/tests/Makefile" ;;
18598 "dlls/rsabase/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/rsabase/Makefile" ;;
Alexandre Julliardfc6ffb22006-05-25 20:08:12 +020018599 "dlls/rsaenh/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/rsaenh/Makefile" ;;
18600 "dlls/rsaenh/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/rsaenh/tests/Makefile" ;;
Alexander Scott-Johnsa4689aa2009-06-26 23:12:21 +010018601 "dlls/rtutils/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/rtutils/Makefile" ;;
Alexandre Julliardfc6ffb22006-05-25 20:08:12 +020018602 "dlls/sane.ds/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/sane.ds/Makefile" ;;
Maarten Lankhorst322d4ca2008-02-17 18:20:32 -080018603 "dlls/sccbase/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/sccbase/Makefile" ;;
Rob Shearman361c6f22007-03-01 12:17:59 +000018604 "dlls/schannel/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/schannel/Makefile" ;;
Yuval Fledel735df242007-04-25 22:49:08 +030018605 "dlls/schannel/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/schannel/tests/Makefile" ;;
Alexandre Julliardfc6ffb22006-05-25 20:08:12 +020018606 "dlls/secur32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/secur32/Makefile" ;;
18607 "dlls/secur32/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/secur32/tests/Makefile" ;;
18608 "dlls/security/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/security/Makefile" ;;
18609 "dlls/sensapi/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/sensapi/Makefile" ;;
18610 "dlls/serialui/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/serialui/Makefile" ;;
Detlef Riekenberg8650c572007-02-22 21:15:29 +010018611 "dlls/serialui/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/serialui/tests/Makefile" ;;
Alexandre Julliardfc6ffb22006-05-25 20:08:12 +020018612 "dlls/setupapi/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/setupapi/Makefile" ;;
18613 "dlls/setupapi/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/setupapi/tests/Makefile" ;;
18614 "dlls/sfc/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/sfc/Makefile" ;;
Detlef Riekenberg161897e2007-01-16 20:35:06 +010018615 "dlls/sfc_os/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/sfc_os/Makefile" ;;
Jacek Caban2d3a5a62006-11-09 23:51:08 +010018616 "dlls/shdoclc/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/shdoclc/Makefile" ;;
Alexandre Julliardfc6ffb22006-05-25 20:08:12 +020018617 "dlls/shdocvw/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/shdocvw/Makefile" ;;
18618 "dlls/shdocvw/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/shdocvw/tests/Makefile" ;;
Alexandre Julliard129ba5a2009-04-01 18:20:13 +020018619 "dlls/shell.dll16/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/shell.dll16/Makefile" ;;
Alexandre Julliardfc6ffb22006-05-25 20:08:12 +020018620 "dlls/shell32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/shell32/Makefile" ;;
18621 "dlls/shell32/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/shell32/tests/Makefile" ;;
18622 "dlls/shfolder/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/shfolder/Makefile" ;;
18623 "dlls/shlwapi/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/shlwapi/Makefile" ;;
18624 "dlls/shlwapi/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/shlwapi/tests/Makefile" ;;
Maarten Lankhorstb3a96992008-02-17 18:20:32 -080018625 "dlls/slbcsp/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/slbcsp/Makefile" ;;
Alistair Leslie-Hughesea563702008-02-20 00:17:08 +110018626 "dlls/slc/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/slc/Makefile" ;;
Alexandre Julliardfc6ffb22006-05-25 20:08:12 +020018627 "dlls/snmpapi/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/snmpapi/Makefile" ;;
Hans Leidekker396f6c02007-01-22 15:31:00 +010018628 "dlls/snmpapi/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/snmpapi/tests/Makefile" ;;
Maarten Lankhorste11826f2008-02-17 18:20:32 -080018629 "dlls/softpub/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/softpub/Makefile" ;;
Alexandre Julliardb0530a52009-03-23 20:35:00 +010018630 "dlls/sound.drv16/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/sound.drv16/Makefile" ;;
Alexandre Julliardfc6ffb22006-05-25 20:08:12 +020018631 "dlls/spoolss/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/spoolss/Makefile" ;;
Detlef Riekenbergcf122ba2007-10-03 01:01:12 +020018632 "dlls/spoolss/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/spoolss/tests/Makefile" ;;
Alexandre Julliardfc6ffb22006-05-25 20:08:12 +020018633 "dlls/stdole2.tlb/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/stdole2.tlb/Makefile" ;;
18634 "dlls/stdole32.tlb/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/stdole32.tlb/Makefile" ;;
18635 "dlls/sti/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/sti/Makefile" ;;
Alexandre Julliardf7fe2ed2009-03-11 17:03:10 +010018636 "dlls/storage.dll16/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/storage.dll16/Makefile" ;;
Alexandre Julliarde4085d72009-03-04 14:16:18 +010018637 "dlls/stress.dll16/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/stress.dll16/Makefile" ;;
Alexandre Julliardfc6ffb22006-05-25 20:08:12 +020018638 "dlls/strmiids/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/strmiids/Makefile" ;;
Konstantin Petrovbb497632006-09-04 20:46:34 +040018639 "dlls/svrapi/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/svrapi/Makefile" ;;
EA Durbin74977da2007-04-19 18:28:52 -050018640 "dlls/sxs/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/sxs/Makefile" ;;
Austin Englishb03d07d2009-05-04 22:52:37 -050018641 "dlls/t2embed/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/t2embed/Makefile" ;;
Alexandre Julliardfc6ffb22006-05-25 20:08:12 +020018642 "dlls/tapi32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/tapi32/Makefile" ;;
Austin English2de77982009-01-28 10:51:51 -060018643 "dlls/traffic/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/traffic/Makefile" ;;
Alexandre Julliard2b67a232009-03-23 20:34:02 +010018644 "dlls/twain.dll16/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/twain.dll16/Makefile" ;;
Alexandre Julliardfc6ffb22006-05-25 20:08:12 +020018645 "dlls/twain_32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/twain_32/Makefile" ;;
Jeremy White499603c2009-01-26 11:40:49 -060018646 "dlls/twain_32/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/twain_32/tests/Makefile" ;;
Alexandre Julliard8a708952009-03-11 17:30:10 +010018647 "dlls/typelib.dll16/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/typelib.dll16/Makefile" ;;
Alexandre Julliardfc6ffb22006-05-25 20:08:12 +020018648 "dlls/unicows/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/unicows/Makefile" ;;
Alexandre Julliardd7fd3082009-01-05 20:28:06 +010018649 "dlls/updspapi/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/updspapi/Makefile" ;;
Alexandre Julliardfc6ffb22006-05-25 20:08:12 +020018650 "dlls/url/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/url/Makefile" ;;
18651 "dlls/urlmon/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/urlmon/Makefile" ;;
18652 "dlls/urlmon/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/urlmon/tests/Makefile" ;;
Alexandre Julliardb8a2e3b2006-11-16 14:49:25 +010018653 "dlls/user32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/user32/Makefile" ;;
18654 "dlls/user32/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/user32/tests/Makefile" ;;
Mike McCormacka6ea0f62006-06-05 14:01:10 +090018655 "dlls/userenv/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/userenv/Makefile" ;;
Lei Zhangffb04572008-04-29 18:09:24 -070018656 "dlls/userenv/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/userenv/tests/Makefile" ;;
Alexandre Julliardfc6ffb22006-05-25 20:08:12 +020018657 "dlls/usp10/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/usp10/Makefile" ;;
18658 "dlls/usp10/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/usp10/tests/Makefile" ;;
18659 "dlls/uuid/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/uuid/Makefile" ;;
18660 "dlls/uxtheme/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/uxtheme/Makefile" ;;
Paul Vriens569a4522006-06-13 14:16:58 +020018661 "dlls/uxtheme/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/uxtheme/tests/Makefile" ;;
Alexandre Julliardfc6ffb22006-05-25 20:08:12 +020018662 "dlls/vdhcp.vxd/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/vdhcp.vxd/Makefile" ;;
18663 "dlls/vdmdbg/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/vdmdbg/Makefile" ;;
18664 "dlls/version/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/version/Makefile" ;;
18665 "dlls/version/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/version/tests/Makefile" ;;
18666 "dlls/vmm.vxd/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/vmm.vxd/Makefile" ;;
18667 "dlls/vnbt.vxd/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/vnbt.vxd/Makefile" ;;
18668 "dlls/vnetbios.vxd/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/vnetbios.vxd/Makefile" ;;
18669 "dlls/vtdapi.vxd/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/vtdapi.vxd/Makefile" ;;
18670 "dlls/vwin32.vxd/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/vwin32.vxd/Makefile" ;;
18671 "dlls/w32skrnl/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/w32skrnl/Makefile" ;;
Alexandre Julliardb4d46252009-03-24 09:42:02 +010018672 "dlls/w32sys.dll16/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/w32sys.dll16/Makefile" ;;
Austin Englishe10f24e2009-05-06 07:51:21 -050018673 "dlls/wbemprox/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/wbemprox/Makefile" ;;
Alexandre Julliard2a745fe2009-03-24 09:38:01 +010018674 "dlls/win32s16.dll16/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/win32s16.dll16/Makefile" ;;
Alexandre Julliarda9e81622009-03-04 14:19:49 +010018675 "dlls/win87em.dll16/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/win87em.dll16/Makefile" ;;
Alexandre Julliarda2ae7dd2009-03-23 20:33:34 +010018676 "dlls/winaspi.dll16/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/winaspi.dll16/Makefile" ;;
Alexandre Julliard6cebffc2009-03-04 14:24:30 +010018677 "dlls/windebug.dll16/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/windebug.dll16/Makefile" ;;
Vincent Povirked4cde22009-05-28 13:36:54 -050018678 "dlls/windowscodecs/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/windowscodecs/Makefile" ;;
Vincent Povirkb19e3292009-06-10 15:57:15 -050018679 "dlls/windowscodecs/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/windowscodecs/tests/Makefile" ;;
Alexandre Julliard01905332007-01-10 13:40:39 +010018680 "dlls/winealsa.drv/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/winealsa.drv/Makefile" ;;
Alexandre Julliardf972d662007-01-10 13:42:34 +010018681 "dlls/wineaudioio.drv/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/wineaudioio.drv/Makefile" ;;
Alexandre Julliard94020892007-01-10 13:43:27 +010018682 "dlls/winecoreaudio.drv/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/winecoreaudio.drv/Makefile" ;;
Alexandre Julliardfc6ffb22006-05-25 20:08:12 +020018683 "dlls/winecrt0/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/winecrt0/Makefile" ;;
18684 "dlls/wined3d/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/wined3d/Makefile" ;;
18685 "dlls/winedos/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/winedos/Makefile" ;;
Alexandre Julliard851e6d72007-01-10 13:44:20 +010018686 "dlls/wineesd.drv/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/wineesd.drv/Makefile" ;;
Alexandre Julliard7fc151d2007-01-10 13:45:03 +010018687 "dlls/winejack.drv/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/winejack.drv/Makefile" ;;
Alexandre Julliardf231a702006-12-29 14:29:20 +010018688 "dlls/winejoystick.drv/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/winejoystick.drv/Makefile" ;;
Alexandre Julliardfc6ffb22006-05-25 20:08:12 +020018689 "dlls/winemp3.acm/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/winemp3.acm/Makefile" ;;
Alexandre Julliardae0380d2007-01-10 13:45:39 +010018690 "dlls/winenas.drv/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/winenas.drv/Makefile" ;;
Alexandre Julliarddc3961b2007-01-10 13:46:14 +010018691 "dlls/wineoss.drv/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/wineoss.drv/Makefile" ;;
Alexandre Julliardfc6ffb22006-05-25 20:08:12 +020018692 "dlls/wineps.drv/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/wineps.drv/Makefile" ;;
Pierre d'Herbemont08884512006-10-24 15:26:33 +020018693 "dlls/winequartz.drv/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/winequartz.drv/Makefile" ;;
Alexandre Julliardbdb4fab2006-06-16 09:57:50 +020018694 "dlls/winex11.drv/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/winex11.drv/Makefile" ;;
Dmitry Timoshkov47e6fb42007-02-22 18:43:58 +080018695 "dlls/wing32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/wing32/Makefile" ;;
Jacek Caban21572962007-07-31 00:54:42 +020018696 "dlls/winhttp/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/winhttp/Makefile" ;;
Zac Brownb2be8402008-07-17 17:37:23 -070018697 "dlls/winhttp/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/winhttp/tests/Makefile" ;;
Alexandre Julliardfc6ffb22006-05-25 20:08:12 +020018698 "dlls/wininet/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/wininet/Makefile" ;;
18699 "dlls/wininet/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/wininet/tests/Makefile" ;;
18700 "dlls/winmm/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/winmm/Makefile" ;;
Alexandre Julliardfc6ffb22006-05-25 20:08:12 +020018701 "dlls/winmm/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/winmm/tests/Makefile" ;;
Alexandre Julliard9bf9eb02009-03-24 09:31:03 +010018702 "dlls/winnls.dll16/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/winnls.dll16/Makefile" ;;
Alexandre Julliardfc6ffb22006-05-25 20:08:12 +020018703 "dlls/winnls32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/winnls32/Makefile" ;;
Mounir IDRASSI23df68d2007-05-23 00:51:46 +020018704 "dlls/winscard/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/winscard/Makefile" ;;
Alexandre Julliardfc6ffb22006-05-25 20:08:12 +020018705 "dlls/winspool.drv/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/winspool.drv/Makefile" ;;
18706 "dlls/winspool.drv/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/winspool.drv/tests/Makefile" ;;
Alexandre Julliardd540fa22009-03-23 20:33:00 +010018707 "dlls/wintab.dll16/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/wintab.dll16/Makefile" ;;
Alexandre Julliardfc6ffb22006-05-25 20:08:12 +020018708 "dlls/wintab32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/wintab32/Makefile" ;;
John Klehmb4c5a622009-08-02 16:23:35 -050018709 "dlls/wintab32/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/wintab32/tests/Makefile" ;;
Alexandre Julliardfc6ffb22006-05-25 20:08:12 +020018710 "dlls/wintrust/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/wintrust/Makefile" ;;
Paul Vriens95bb9032006-08-29 10:25:47 +020018711 "dlls/wintrust/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/wintrust/tests/Makefile" ;;
Alexandre Julliardfc6ffb22006-05-25 20:08:12 +020018712 "dlls/wldap32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/wldap32/Makefile" ;;
Hans Leidekkerb9813872008-10-06 15:47:28 +020018713 "dlls/wldap32/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/wldap32/tests/Makefile" ;;
Marcus Meissner4328d922008-01-16 15:03:03 +010018714 "dlls/wmi/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/wmi/Makefile" ;;
Hans Leidekkerdd1d8ca2009-07-14 12:27:46 +020018715 "dlls/wmiutils/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/wmiutils/Makefile" ;;
Alexandre Julliardfc6ffb22006-05-25 20:08:12 +020018716 "dlls/wnaspi32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/wnaspi32/Makefile" ;;
18717 "dlls/wow32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/wow32/Makefile" ;;
18718 "dlls/ws2_32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/ws2_32/Makefile" ;;
18719 "dlls/ws2_32/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/ws2_32/tests/Makefile" ;;
18720 "dlls/wsock32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/wsock32/Makefile" ;;
18721 "dlls/wtsapi32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/wtsapi32/Makefile" ;;
Hans Leidekker5b6551a2008-12-16 16:41:43 +010018722 "dlls/wuapi/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/wuapi/Makefile" ;;
Andrew Fenn68ede592008-11-10 16:29:29 +000018723 "dlls/xinput1_1/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/xinput1_1/Makefile" ;;
Andrew Fenn85a4a1d2008-11-10 16:30:13 +000018724 "dlls/xinput1_2/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/xinput1_2/Makefile" ;;
Andrew Fenn457a22d2008-11-10 16:22:35 +000018725 "dlls/xinput1_3/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/xinput1_3/Makefile" ;;
Andrew Fenn29789a82008-11-10 16:32:33 +000018726 "dlls/xinput1_3/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/xinput1_3/tests/Makefile" ;;
Andrew Fennc4cd3bc2008-11-10 16:26:05 +000018727 "dlls/xinput9_1_0/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/xinput9_1_0/Makefile" ;;
Christian Costa2f4423e2009-04-20 21:22:15 +020018728 "dlls/xmllite/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/xmllite/Makefile" ;;
Alexandre Julliardfc6ffb22006-05-25 20:08:12 +020018729 "documentation/Makefile") CONFIG_FILES="$CONFIG_FILES documentation/Makefile" ;;
18730 "fonts/Makefile") CONFIG_FILES="$CONFIG_FILES fonts/Makefile" ;;
18731 "include/Makefile") CONFIG_FILES="$CONFIG_FILES include/Makefile" ;;
18732 "libs/Makefile") CONFIG_FILES="$CONFIG_FILES libs/Makefile" ;;
18733 "libs/port/Makefile") CONFIG_FILES="$CONFIG_FILES libs/port/Makefile" ;;
Alexandre Julliardfc6ffb22006-05-25 20:08:12 +020018734 "libs/wine/Makefile") CONFIG_FILES="$CONFIG_FILES libs/wine/Makefile" ;;
18735 "libs/wpp/Makefile") CONFIG_FILES="$CONFIG_FILES libs/wpp/Makefile" ;;
18736 "loader/Makefile") CONFIG_FILES="$CONFIG_FILES loader/Makefile" ;;
18737 "programs/Makefile") CONFIG_FILES="$CONFIG_FILES programs/Makefile" ;;
Andrey Turkinc0f4fc42009-01-11 22:36:53 +030018738 "programs/cacls/Makefile") CONFIG_FILES="$CONFIG_FILES programs/cacls/Makefile" ;;
Alexandre Julliardfc6ffb22006-05-25 20:08:12 +020018739 "programs/clock/Makefile") CONFIG_FILES="$CONFIG_FILES programs/clock/Makefile" ;;
Dan Kegel39857442006-09-03 21:13:08 -070018740 "programs/cmd/Makefile") CONFIG_FILES="$CONFIG_FILES programs/cmd/Makefile" ;;
Alexandre Julliardfc6ffb22006-05-25 20:08:12 +020018741 "programs/cmdlgtst/Makefile") CONFIG_FILES="$CONFIG_FILES programs/cmdlgtst/Makefile" ;;
18742 "programs/control/Makefile") CONFIG_FILES="$CONFIG_FILES programs/control/Makefile" ;;
18743 "programs/eject/Makefile") CONFIG_FILES="$CONFIG_FILES programs/eject/Makefile" ;;
18744 "programs/expand/Makefile") CONFIG_FILES="$CONFIG_FILES programs/expand/Makefile" ;;
18745 "programs/explorer/Makefile") CONFIG_FILES="$CONFIG_FILES programs/explorer/Makefile" ;;
18746 "programs/hh/Makefile") CONFIG_FILES="$CONFIG_FILES programs/hh/Makefile" ;;
18747 "programs/icinfo/Makefile") CONFIG_FILES="$CONFIG_FILES programs/icinfo/Makefile" ;;
18748 "programs/iexplore/Makefile") CONFIG_FILES="$CONFIG_FILES programs/iexplore/Makefile" ;;
Andrey Turkin347272b2009-01-28 19:56:25 +030018749 "programs/lodctr/Makefile") CONFIG_FILES="$CONFIG_FILES programs/lodctr/Makefile" ;;
Alexandre Julliardfc6ffb22006-05-25 20:08:12 +020018750 "programs/msiexec/Makefile") CONFIG_FILES="$CONFIG_FILES programs/msiexec/Makefile" ;;
Tim Schwartz451616e2007-05-02 12:30:19 -050018751 "programs/net/Makefile") CONFIG_FILES="$CONFIG_FILES programs/net/Makefile" ;;
Alexandre Julliardfc6ffb22006-05-25 20:08:12 +020018752 "programs/notepad/Makefile") CONFIG_FILES="$CONFIG_FILES programs/notepad/Makefile" ;;
Piotr Caban68f590c2006-06-14 19:50:28 +020018753 "programs/oleview/Makefile") CONFIG_FILES="$CONFIG_FILES programs/oleview/Makefile" ;;
Alexandre Julliardfc6ffb22006-05-25 20:08:12 +020018754 "programs/progman/Makefile") CONFIG_FILES="$CONFIG_FILES programs/progman/Makefile" ;;
Andrew Riedi2087ad42008-03-18 23:36:28 -070018755 "programs/reg/Makefile") CONFIG_FILES="$CONFIG_FILES programs/reg/Makefile" ;;
Alexandre Julliardfc6ffb22006-05-25 20:08:12 +020018756 "programs/regedit/Makefile") CONFIG_FILES="$CONFIG_FILES programs/regedit/Makefile" ;;
18757 "programs/regsvr32/Makefile") CONFIG_FILES="$CONFIG_FILES programs/regsvr32/Makefile" ;;
18758 "programs/rpcss/Makefile") CONFIG_FILES="$CONFIG_FILES programs/rpcss/Makefile" ;;
18759 "programs/rundll32/Makefile") CONFIG_FILES="$CONFIG_FILES programs/rundll32/Makefile" ;;
Louis Lenders6547fef2008-02-26 22:12:40 +000018760 "programs/secedit/Makefile") CONFIG_FILES="$CONFIG_FILES programs/secedit/Makefile" ;;
Mikołaj Zalewski7bd0efa2008-03-15 09:49:42 +010018761 "programs/services/Makefile") CONFIG_FILES="$CONFIG_FILES programs/services/Makefile" ;;
Jacek Caband1ddc9c2007-03-19 14:13:34 +010018762 "programs/spoolsv/Makefile") CONFIG_FILES="$CONFIG_FILES programs/spoolsv/Makefile" ;;
Alexandre Julliardfc6ffb22006-05-25 20:08:12 +020018763 "programs/start/Makefile") CONFIG_FILES="$CONFIG_FILES programs/start/Makefile" ;;
Roy Shea4714c4f2007-12-04 15:00:34 -080018764 "programs/svchost/Makefile") CONFIG_FILES="$CONFIG_FILES programs/svchost/Makefile" ;;
Alexandre Julliardfc6ffb22006-05-25 20:08:12 +020018765 "programs/taskmgr/Makefile") CONFIG_FILES="$CONFIG_FILES programs/taskmgr/Makefile" ;;
Hans Leidekker6137b1b2009-04-15 14:58:00 +020018766 "programs/termsv/Makefile") CONFIG_FILES="$CONFIG_FILES programs/termsv/Makefile" ;;
Alexandre Julliardfc6ffb22006-05-25 20:08:12 +020018767 "programs/uninstaller/Makefile") CONFIG_FILES="$CONFIG_FILES programs/uninstaller/Makefile" ;;
Andrey Turkin347272b2009-01-28 19:56:25 +030018768 "programs/unlodctr/Makefile") CONFIG_FILES="$CONFIG_FILES programs/unlodctr/Makefile" ;;
Alexandre Julliardfc6ffb22006-05-25 20:08:12 +020018769 "programs/view/Makefile") CONFIG_FILES="$CONFIG_FILES programs/view/Makefile" ;;
Alexandre Julliardfc6ffb22006-05-25 20:08:12 +020018770 "programs/wineboot/Makefile") CONFIG_FILES="$CONFIG_FILES programs/wineboot/Makefile" ;;
18771 "programs/winebrowser/Makefile") CONFIG_FILES="$CONFIG_FILES programs/winebrowser/Makefile" ;;
18772 "programs/winecfg/Makefile") CONFIG_FILES="$CONFIG_FILES programs/winecfg/Makefile" ;;
18773 "programs/wineconsole/Makefile") CONFIG_FILES="$CONFIG_FILES programs/wineconsole/Makefile" ;;
18774 "programs/winedbg/Makefile") CONFIG_FILES="$CONFIG_FILES programs/winedbg/Makefile" ;;
Alexandre Julliardc81d0992007-05-17 16:51:44 +020018775 "programs/winedevice/Makefile") CONFIG_FILES="$CONFIG_FILES programs/winedevice/Makefile" ;;
Alexandre Julliardfc6ffb22006-05-25 20:08:12 +020018776 "programs/winefile/Makefile") CONFIG_FILES="$CONFIG_FILES programs/winefile/Makefile" ;;
18777 "programs/winemenubuilder/Makefile") CONFIG_FILES="$CONFIG_FILES programs/winemenubuilder/Makefile" ;;
18778 "programs/winemine/Makefile") CONFIG_FILES="$CONFIG_FILES programs/winemine/Makefile" ;;
18779 "programs/winepath/Makefile") CONFIG_FILES="$CONFIG_FILES programs/winepath/Makefile" ;;
18780 "programs/winetest/Makefile") CONFIG_FILES="$CONFIG_FILES programs/winetest/Makefile" ;;
18781 "programs/winevdm/Makefile") CONFIG_FILES="$CONFIG_FILES programs/winevdm/Makefile" ;;
Alexandre Julliard3f0d9d12009-02-24 18:22:47 +010018782 "programs/winhelp.exe16/Makefile") CONFIG_FILES="$CONFIG_FILES programs/winhelp.exe16/Makefile" ;;
Alexandre Julliarda795f362008-05-13 18:43:27 +020018783 "programs/winhlp32/Makefile") CONFIG_FILES="$CONFIG_FILES programs/winhlp32/Makefile" ;;
Alexandre Julliarda1cf6482009-02-24 18:21:02 +010018784 "programs/winoldap.mod16/Makefile") CONFIG_FILES="$CONFIG_FILES programs/winoldap.mod16/Makefile" ;;
Alexandre Julliardfc6ffb22006-05-25 20:08:12 +020018785 "programs/winver/Makefile") CONFIG_FILES="$CONFIG_FILES programs/winver/Makefile" ;;
18786 "programs/wordpad/Makefile") CONFIG_FILES="$CONFIG_FILES programs/wordpad/Makefile" ;;
Mikołaj Zalewski2777a942007-08-01 20:01:29 -070018787 "programs/write/Makefile") CONFIG_FILES="$CONFIG_FILES programs/write/Makefile" ;;
Jason Edmeades921edab2007-03-06 20:04:15 +000018788 "programs/xcopy/Makefile") CONFIG_FILES="$CONFIG_FILES programs/xcopy/Makefile" ;;
Alexandre Julliardfc6ffb22006-05-25 20:08:12 +020018789 "server/Makefile") CONFIG_FILES="$CONFIG_FILES server/Makefile" ;;
18790 "tools/Makefile") CONFIG_FILES="$CONFIG_FILES tools/Makefile" ;;
18791 "tools/widl/Makefile") CONFIG_FILES="$CONFIG_FILES tools/widl/Makefile" ;;
Alexandre Julliardfc6ffb22006-05-25 20:08:12 +020018792 "tools/winebuild/Makefile") CONFIG_FILES="$CONFIG_FILES tools/winebuild/Makefile" ;;
18793 "tools/winedump/Makefile") CONFIG_FILES="$CONFIG_FILES tools/winedump/Makefile" ;;
18794 "tools/winegcc/Makefile") CONFIG_FILES="$CONFIG_FILES tools/winegcc/Makefile" ;;
18795 "tools/wmc/Makefile") CONFIG_FILES="$CONFIG_FILES tools/wmc/Makefile" ;;
18796 "tools/wrc/Makefile") CONFIG_FILES="$CONFIG_FILES tools/wrc/Makefile" ;;
18797
Alexandre Julliard25e9e4f2009-08-10 14:27:28 +020018798 *) as_fn_error "invalid argument: \`$ac_config_target'" "$LINENO" 5;;
Alexandre Julliardf5818d22002-02-14 19:47:29 +000018799 esac
18800done
18801
Alexandre Julliardfc6ffb22006-05-25 20:08:12 +020018802
Alexandre Julliardf5818d22002-02-14 19:47:29 +000018803# If the user did not use the arguments to specify the items to instantiate,
18804# then the envvar interface is used. Set only those that are not.
18805# We use the long form for the default assignment because of an extremely
18806# bizarre bug on SunOS 4.1.3.
18807if $ac_need_defaults; then
18808 test "${CONFIG_FILES+set}" = set || CONFIG_FILES=$config_files
18809 test "${CONFIG_HEADERS+set}" = set || CONFIG_HEADERS=$config_headers
18810 test "${CONFIG_COMMANDS+set}" = set || CONFIG_COMMANDS=$config_commands
18811fi
18812
Alexandre Julliarde24bcc72002-12-24 00:35:19 +000018813# Have a temporary directory for convenience. Make it in the build tree
Alexandre Julliardfc6ffb22006-05-25 20:08:12 +020018814# simply because there is no reason against having it here, and in addition,
Alexandre Julliarde24bcc72002-12-24 00:35:19 +000018815# creating and moving files from /tmp can sometimes cause problems.
Alexandre Julliardfc6ffb22006-05-25 20:08:12 +020018816# Hook for its removal unless debugging.
18817# Note that there is a small window in which the directory will not be cleaned:
18818# after its creation but before its name has been assigned to `$tmp'.
Alexandre Julliardf5818d22002-02-14 19:47:29 +000018819$debug ||
18820{
Alexandre Julliardfc6ffb22006-05-25 20:08:12 +020018821 tmp=
18822 trap 'exit_status=$?
18823 { test -z "$tmp" || test ! -d "$tmp" || rm -fr "$tmp"; } && exit $exit_status
18824' 0
Alexandre Julliard25e9e4f2009-08-10 14:27:28 +020018825 trap 'as_fn_exit 1' 1 2 13 15
Alexandre Julliardf5818d22002-02-14 19:47:29 +000018826}
Alexandre Julliardf5818d22002-02-14 19:47:29 +000018827# Create a (secure) tmp directory for tmp files.
Alexandre Julliarde24bcc72002-12-24 00:35:19 +000018828
Alexandre Julliardf5818d22002-02-14 19:47:29 +000018829{
Alexandre Julliardfc6ffb22006-05-25 20:08:12 +020018830 tmp=`(umask 077 && mktemp -d "./confXXXXXX") 2>/dev/null` &&
Alexandre Julliardf5818d22002-02-14 19:47:29 +000018831 test -n "$tmp" && test -d "$tmp"
18832} ||
18833{
Alexandre Julliardfc6ffb22006-05-25 20:08:12 +020018834 tmp=./conf$$-$RANDOM
18835 (umask 077 && mkdir "$tmp")
Alexandre Julliard25e9e4f2009-08-10 14:27:28 +020018836} || as_fn_error "cannot create a temporary directory in ." "$LINENO" 5
Alexandre Julliardf5818d22002-02-14 19:47:29 +000018837
Alexandre Julliardabf50482008-10-31 12:56:53 +010018838# Set up the scripts for CONFIG_FILES section.
18839# No need to generate them if there are no CONFIG_FILES.
18840# This happens for instance with `./config.status config.h'.
Alexandre Julliardfc6ffb22006-05-25 20:08:12 +020018841if test -n "$CONFIG_FILES"; then
Alexandre Julliardf5818d22002-02-14 19:47:29 +000018842
Alexandre Julliardabf50482008-10-31 12:56:53 +010018843if $AWK 'BEGIN { getline <"/dev/null" }' </dev/null 2>/dev/null; then
18844 ac_cs_awk_getline=:
18845 ac_cs_awk_pipe_init=
18846 ac_cs_awk_read_file='
18847 while ((getline aline < (F[key])) > 0)
18848 print(aline)
18849 close(F[key])'
18850 ac_cs_awk_pipe_fini=
18851else
18852 ac_cs_awk_getline=false
18853 ac_cs_awk_pipe_init="print \"cat <<'|#_!!_#|' &&\""
18854 ac_cs_awk_read_file='
18855 print "|#_!!_#|"
18856 print "cat " F[key] " &&"
18857 '$ac_cs_awk_pipe_init
18858 # The final `:' finishes the AND list.
18859 ac_cs_awk_pipe_fini='END { print "|#_!!_#|"; print ":" }'
18860fi
Alexandre Julliard25e9e4f2009-08-10 14:27:28 +020018861ac_cr=`echo X | tr X '\015'`
18862# On cygwin, bash can eat \r inside `` if the user requested igncr.
18863# But we know of no other shell where ac_cr would be empty at this
18864# point, so we can use a bashism as a fallback.
18865if test "x$ac_cr" = x; then
18866 eval ac_cr=\$\'\\r\'
18867fi
Alexandre Julliardabf50482008-10-31 12:56:53 +010018868ac_cs_awk_cr=`$AWK 'BEGIN { print "a\rb" }' </dev/null 2>/dev/null`
18869if test "$ac_cs_awk_cr" = "a${ac_cr}b"; then
Alexandre Julliard25e9e4f2009-08-10 14:27:28 +020018870 ac_cs_awk_cr='\r'
Alexandre Julliardabf50482008-10-31 12:56:53 +010018871else
18872 ac_cs_awk_cr=$ac_cr
18873fi
18874
18875echo 'BEGIN {' >"$tmp/subs1.awk" &&
Alexandre Julliarddaa28862002-04-11 21:54:01 +000018876_ACEOF
Alexandre Julliardf5818d22002-02-14 19:47:29 +000018877
Alexandre Julliardabf50482008-10-31 12:56:53 +010018878# Create commands to substitute file output variables.
18879{
18880 echo "cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1" &&
18881 echo 'cat >>"\$tmp/subs1.awk" <<\\_ACAWK &&' &&
18882 echo "$ac_subst_files" | sed 's/.*/F["&"]="$&"/' &&
18883 echo "_ACAWK" &&
18884 echo "_ACEOF"
18885} >conf$$files.sh &&
18886. ./conf$$files.sh ||
Alexandre Julliard25e9e4f2009-08-10 14:27:28 +020018887 as_fn_error "could not make $CONFIG_STATUS" "$LINENO" 5
Alexandre Julliardabf50482008-10-31 12:56:53 +010018888rm -f conf$$files.sh
Alexandre Julliardfc6ffb22006-05-25 20:08:12 +020018889
Alexandre Julliardabf50482008-10-31 12:56:53 +010018890{
18891 echo "cat >conf$$subs.awk <<_ACEOF" &&
18892 echo "$ac_subst_vars" | sed 's/.*/&!$&$ac_delim/' &&
18893 echo "_ACEOF"
18894} >conf$$subs.sh ||
Alexandre Julliard25e9e4f2009-08-10 14:27:28 +020018895 as_fn_error "could not make $CONFIG_STATUS" "$LINENO" 5
Alexandre Julliardabf50482008-10-31 12:56:53 +010018896ac_delim_num=`echo "$ac_subst_vars" | grep -c '$'`
Alexandre Julliardfc6ffb22006-05-25 20:08:12 +020018897ac_delim='%!_!# '
18898for ac_last_try in false false false false false :; do
Alexandre Julliardabf50482008-10-31 12:56:53 +010018899 . ./conf$$subs.sh ||
Alexandre Julliard25e9e4f2009-08-10 14:27:28 +020018900 as_fn_error "could not make $CONFIG_STATUS" "$LINENO" 5
Alexandre Julliardfc6ffb22006-05-25 20:08:12 +020018901
Alexandre Julliardabf50482008-10-31 12:56:53 +010018902 ac_delim_n=`sed -n "s/.*$ac_delim\$/X/p" conf$$subs.awk | grep -c X`
18903 if test $ac_delim_n = $ac_delim_num; then
Alexandre Julliardfc6ffb22006-05-25 20:08:12 +020018904 break
18905 elif $ac_last_try; then
Alexandre Julliard25e9e4f2009-08-10 14:27:28 +020018906 as_fn_error "could not make $CONFIG_STATUS" "$LINENO" 5
Alexandre Julliardfc6ffb22006-05-25 20:08:12 +020018907 else
18908 ac_delim="$ac_delim!$ac_delim _$ac_delim!! "
Alexandre Julliardf5818d22002-02-14 19:47:29 +000018909 fi
Alexandre Julliardfc6ffb22006-05-25 20:08:12 +020018910done
Alexandre Julliardabf50482008-10-31 12:56:53 +010018911rm -f conf$$subs.sh
Alexandre Julliardfc6ffb22006-05-25 20:08:12 +020018912
Alexandre Julliardabf50482008-10-31 12:56:53 +010018913cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1
18914cat >>"\$tmp/subs1.awk" <<\\_ACAWK &&
Alexandre Julliardfc6ffb22006-05-25 20:08:12 +020018915_ACEOF
Alexandre Julliardabf50482008-10-31 12:56:53 +010018916sed -n '
18917h
18918s/^/S["/; s/!.*/"]=/
18919p
18920g
18921s/^[^!]*!//
18922:repl
18923t repl
18924s/'"$ac_delim"'$//
18925t delim
18926:nl
18927h
18928s/\(.\{148\}\).*/\1/
18929t more1
18930s/["\\]/\\&/g; s/^/"/; s/$/\\n"\\/
18931p
18932n
18933b repl
18934:more1
18935s/["\\]/\\&/g; s/^/"/; s/$/"\\/
18936p
18937g
18938s/.\{148\}//
18939t nl
18940:delim
18941h
18942s/\(.\{148\}\).*/\1/
18943t more2
18944s/["\\]/\\&/g; s/^/"/; s/$/"/
18945p
18946b
18947:more2
18948s/["\\]/\\&/g; s/^/"/; s/$/"\\/
18949p
18950g
18951s/.\{148\}//
18952t delim
18953' <conf$$subs.awk | sed '
18954/^[^""]/{
18955 N
18956 s/\n//
18957}
18958' >>$CONFIG_STATUS || ac_write_fail=1
18959rm -f conf$$subs.awk
18960cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1
18961_ACAWK
18962cat >>"\$tmp/subs1.awk" <<_ACAWK &&
18963 for (key in S) S_is_set[key] = 1
18964 FS = ""
18965 \$ac_cs_awk_pipe_init
18966}
18967{
18968 line = $ 0
18969 nfields = split(line, field, "@")
18970 substed = 0
18971 len = length(field[1])
18972 for (i = 2; i < nfields; i++) {
18973 key = field[i]
18974 keylen = length(key)
18975 if (S_is_set[key]) {
18976 value = S[key]
18977 line = substr(line, 1, len) "" value "" substr(line, len + keylen + 3)
18978 len += length(value) + length(field[++i])
18979 substed = 1
18980 } else
18981 len += 1 + keylen
18982 }
18983 if (nfields == 3 && !substed) {
18984 key = field[2]
18985 if (F[key] != "" && line ~ /^[ ]*@.*@[ ]*$/) {
18986 \$ac_cs_awk_read_file
18987 next
18988 }
18989 }
18990 print line
18991}
18992\$ac_cs_awk_pipe_fini
18993_ACAWK
Alexandre Julliardfc6ffb22006-05-25 20:08:12 +020018994_ACEOF
Alexandre Julliardabf50482008-10-31 12:56:53 +010018995cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1
18996if sed "s/$ac_cr//" < /dev/null > /dev/null 2>&1; then
18997 sed "s/$ac_cr\$//; s/$ac_cr/$ac_cs_awk_cr/g"
18998else
18999 cat
19000fi < "$tmp/subs1.awk" > "$tmp/subs.awk" \
Alexandre Julliard25e9e4f2009-08-10 14:27:28 +020019001 || as_fn_error "could not setup config files machinery" "$LINENO" 5
Alexandre Julliardfc6ffb22006-05-25 20:08:12 +020019002_ACEOF
Alexandre Julliardfc6ffb22006-05-25 20:08:12 +020019003
19004# VPATH may cause trouble with some makes, so we remove $(srcdir),
19005# ${srcdir} and @srcdir@ from VPATH if srcdir is ".", strip leading and
19006# trailing colons and then remove the whole line if VPATH becomes empty
19007# (actually we leave an empty line to preserve line numbers).
19008if test "x$srcdir" = x.; then
19009 ac_vpsub='/^[ ]*VPATH[ ]*=/{
19010s/:*\$(srcdir):*/:/
19011s/:*\${srcdir}:*/:/
19012s/:*@srcdir@:*/:/
19013s/^\([^=]*=[ ]*\):*/\1/
19014s/:*$//
19015s/^[^=]*=[ ]*$//
19016}'
19017fi
19018
Alexandre Julliardabf50482008-10-31 12:56:53 +010019019cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1
Alexandre Julliardf5818d22002-02-14 19:47:29 +000019020fi # test -n "$CONFIG_FILES"
19021
Alexandre Julliardabf50482008-10-31 12:56:53 +010019022# Set up the scripts for CONFIG_HEADERS section.
19023# No need to generate them if there are no CONFIG_HEADERS.
19024# This happens for instance with `./config.status Makefile'.
19025if test -n "$CONFIG_HEADERS"; then
19026cat >"$tmp/defines.awk" <<\_ACAWK ||
19027BEGIN {
19028_ACEOF
Alexandre Julliardfc6ffb22006-05-25 20:08:12 +020019029
Alexandre Julliardabf50482008-10-31 12:56:53 +010019030# Transform confdefs.h into an awk script `defines.awk', embedded as
19031# here-document in config.status, that substitutes the proper values into
19032# config.h.in to produce config.h.
19033
19034# Create a delimiter string that does not exist in confdefs.h, to ease
19035# handling of long lines.
19036ac_delim='%!_!# '
19037for ac_last_try in false false :; do
19038 ac_t=`sed -n "/$ac_delim/p" confdefs.h`
19039 if test -z "$ac_t"; then
19040 break
19041 elif $ac_last_try; then
Alexandre Julliard25e9e4f2009-08-10 14:27:28 +020019042 as_fn_error "could not make $CONFIG_HEADERS" "$LINENO" 5
Alexandre Julliardabf50482008-10-31 12:56:53 +010019043 else
19044 ac_delim="$ac_delim!$ac_delim _$ac_delim!! "
19045 fi
19046done
19047
19048# For the awk script, D is an array of macro values keyed by name,
19049# likewise P contains macro parameters if any. Preserve backslash
19050# newline sequences.
19051
19052ac_word_re=[_$as_cr_Letters][_$as_cr_alnum]*
19053sed -n '
19054s/.\{148\}/&'"$ac_delim"'/g
19055t rset
19056:rset
19057s/^[ ]*#[ ]*define[ ][ ]*/ /
19058t def
19059d
19060:def
19061s/\\$//
19062t bsnl
19063s/["\\]/\\&/g
19064s/^ \('"$ac_word_re"'\)\(([^()]*)\)[ ]*\(.*\)/P["\1"]="\2"\
19065D["\1"]=" \3"/p
19066s/^ \('"$ac_word_re"'\)[ ]*\(.*\)/D["\1"]=" \2"/p
19067d
19068:bsnl
19069s/["\\]/\\&/g
19070s/^ \('"$ac_word_re"'\)\(([^()]*)\)[ ]*\(.*\)/P["\1"]="\2"\
19071D["\1"]=" \3\\\\\\n"\\/p
19072t cont
19073s/^ \('"$ac_word_re"'\)[ ]*\(.*\)/D["\1"]=" \2\\\\\\n"\\/p
19074t cont
19075d
19076:cont
19077n
19078s/.\{148\}/&'"$ac_delim"'/g
19079t clear
19080:clear
19081s/\\$//
19082t bsnlc
19083s/["\\]/\\&/g; s/^/"/; s/$/"/p
19084d
19085:bsnlc
19086s/["\\]/\\&/g; s/^/"/; s/$/\\\\\\n"\\/p
19087b cont
19088' <confdefs.h | sed '
19089s/'"$ac_delim"'/"\\\
19090"/g' >>$CONFIG_STATUS || ac_write_fail=1
19091
19092cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1
19093 for (key in D) D_is_set[key] = 1
19094 FS = ""
19095}
19096/^[\t ]*#[\t ]*(define|undef)[\t ]+$ac_word_re([\t (]|\$)/ {
19097 line = \$ 0
19098 split(line, arg, " ")
19099 if (arg[1] == "#") {
19100 defundef = arg[2]
19101 mac1 = arg[3]
19102 } else {
19103 defundef = substr(arg[1], 2)
19104 mac1 = arg[2]
19105 }
19106 split(mac1, mac2, "(") #)
19107 macro = mac2[1]
19108 prefix = substr(line, 1, index(line, defundef) - 1)
19109 if (D_is_set[macro]) {
19110 # Preserve the white space surrounding the "#".
19111 print prefix "define", macro P[macro] D[macro]
19112 next
19113 } else {
19114 # Replace #undef with comments. This is necessary, for example,
19115 # in the case of _POSIX_SOURCE, which is predefined and required
19116 # on some systems where configure will not decide to define it.
19117 if (defundef == "undef") {
19118 print "/*", prefix defundef, macro, "*/"
19119 next
19120 }
19121 }
19122}
19123{ print }
19124_ACAWK
19125_ACEOF
19126cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1
Alexandre Julliard25e9e4f2009-08-10 14:27:28 +020019127 as_fn_error "could not setup config headers machinery" "$LINENO" 5
Alexandre Julliardabf50482008-10-31 12:56:53 +010019128fi # test -n "$CONFIG_HEADERS"
19129
19130
19131eval set X " :F $CONFIG_FILES :H $CONFIG_HEADERS :C $CONFIG_COMMANDS"
19132shift
19133for ac_tag
Alexandre Julliardfc6ffb22006-05-25 20:08:12 +020019134do
19135 case $ac_tag in
19136 :[FHLC]) ac_mode=$ac_tag; continue;;
19137 esac
19138 case $ac_mode$ac_tag in
19139 :[FHL]*:*);;
Alexandre Julliard25e9e4f2009-08-10 14:27:28 +020019140 :L* | :C*:*) as_fn_error "invalid tag \`$ac_tag'" "$LINENO" 5;;
Alexandre Julliardfc6ffb22006-05-25 20:08:12 +020019141 :[FH]-) ac_tag=-:-;;
19142 :[FH]*) ac_tag=$ac_tag:$ac_tag.in;;
19143 esac
19144 ac_save_IFS=$IFS
19145 IFS=:
19146 set x $ac_tag
19147 IFS=$ac_save_IFS
19148 shift
19149 ac_file=$1
19150 shift
19151
19152 case $ac_mode in
19153 :L) ac_source=$1;;
19154 :[FH])
19155 ac_file_inputs=
19156 for ac_f
19157 do
19158 case $ac_f in
19159 -) ac_f="$tmp/stdin";;
19160 *) # Look for the file first in the build tree, then in the source tree
19161 # (if the path is not absolute). The absolute path cannot be DOS-style,
19162 # because $ac_f cannot contain `:'.
19163 test -f "$ac_f" ||
19164 case $ac_f in
19165 [\\/$]*) false;;
19166 *) test -f "$srcdir/$ac_f" && ac_f="$srcdir/$ac_f";;
19167 esac ||
Alexandre Julliard25e9e4f2009-08-10 14:27:28 +020019168 as_fn_error "cannot find input file: \`$ac_f'" "$LINENO" 5;;
Alexandre Julliardfc6ffb22006-05-25 20:08:12 +020019169 esac
Alexandre Julliardabf50482008-10-31 12:56:53 +010019170 case $ac_f in *\'*) ac_f=`$as_echo "$ac_f" | sed "s/'/'\\\\\\\\''/g"`;; esac
Alexandre Julliard25e9e4f2009-08-10 14:27:28 +020019171 as_fn_append ac_file_inputs " '$ac_f'"
Alexandre Julliardfc6ffb22006-05-25 20:08:12 +020019172 done
19173
19174 # Let's still pretend it is `configure' which instantiates (i.e., don't
19175 # use $as_me), people would be surprised to read:
19176 # /* config.h. Generated by config.status. */
Alexandre Julliardabf50482008-10-31 12:56:53 +010019177 configure_input='Generated from '`
19178 $as_echo "$*" | sed 's|^[^:]*/||;s|:[^:]*/|, |g'
19179 `' by configure.'
Alexandre Julliardfc6ffb22006-05-25 20:08:12 +020019180 if test x"$ac_file" != x-; then
19181 configure_input="$ac_file. $configure_input"
Alexandre Julliard25e9e4f2009-08-10 14:27:28 +020019182 { $as_echo "$as_me:${as_lineno-$LINENO}: creating $ac_file" >&5
Alexandre Julliardabf50482008-10-31 12:56:53 +010019183$as_echo "$as_me: creating $ac_file" >&6;}
Alexandre Julliardfc6ffb22006-05-25 20:08:12 +020019184 fi
Alexandre Julliardabf50482008-10-31 12:56:53 +010019185 # Neutralize special characters interpreted by sed in replacement strings.
19186 case $configure_input in #(
19187 *\&* | *\|* | *\\* )
19188 ac_sed_conf_input=`$as_echo "$configure_input" |
19189 sed 's/[\\\\&|]/\\\\&/g'`;; #(
19190 *) ac_sed_conf_input=$configure_input;;
19191 esac
Alexandre Julliardfc6ffb22006-05-25 20:08:12 +020019192
19193 case $ac_tag in
Alexandre Julliardabf50482008-10-31 12:56:53 +010019194 *:-:* | *:-) cat >"$tmp/stdin" \
Alexandre Julliard25e9e4f2009-08-10 14:27:28 +020019195 || as_fn_error "could not create $ac_file" "$LINENO" 5 ;;
Alexandre Julliardfc6ffb22006-05-25 20:08:12 +020019196 esac
19197 ;;
Alexandre Julliardf5818d22002-02-14 19:47:29 +000019198 esac
19199
Alexandre Julliardfc6ffb22006-05-25 20:08:12 +020019200 ac_dir=`$as_dirname -- "$ac_file" ||
Alexandre Julliarddaa28862002-04-11 21:54:01 +000019201$as_expr X"$ac_file" : 'X\(.*[^/]\)//*[^/][^/]*/*$' \| \
Alexandre Julliard875927f2004-01-02 01:55:29 +000019202 X"$ac_file" : 'X\(//\)[^/]' \| \
19203 X"$ac_file" : 'X\(//\)$' \| \
Alexandre Julliardfc6ffb22006-05-25 20:08:12 +020019204 X"$ac_file" : 'X\(/\)' \| . 2>/dev/null ||
Alexandre Julliardabf50482008-10-31 12:56:53 +010019205$as_echo X"$ac_file" |
Alexandre Julliardfc6ffb22006-05-25 20:08:12 +020019206 sed '/^X\(.*[^/]\)\/\/*[^/][^/]*\/*$/{
19207 s//\1/
19208 q
19209 }
19210 /^X\(\/\/\)[^/].*/{
19211 s//\1/
19212 q
19213 }
19214 /^X\(\/\/\)$/{
19215 s//\1/
19216 q
19217 }
19218 /^X\(\/\).*/{
19219 s//\1/
19220 q
19221 }
19222 s/.*/./; q'`
Alexandre Julliard25e9e4f2009-08-10 14:27:28 +020019223 as_dir="$ac_dir"; as_fn_mkdir_p
Alexandre Julliarddaa28862002-04-11 21:54:01 +000019224 ac_builddir=.
Alexandre Julliarde2991ea1995-07-29 13:09:43 +000019225
Alexandre Julliardfc6ffb22006-05-25 20:08:12 +020019226case "$ac_dir" in
19227.) ac_dir_suffix= ac_top_builddir_sub=. ac_top_build_prefix= ;;
19228*)
Alexandre Julliardabf50482008-10-31 12:56:53 +010019229 ac_dir_suffix=/`$as_echo "$ac_dir" | sed 's|^\.[\\/]||'`
Alexandre Julliardfc6ffb22006-05-25 20:08:12 +020019230 # A ".." for each directory in $ac_dir_suffix.
Alexandre Julliardabf50482008-10-31 12:56:53 +010019231 ac_top_builddir_sub=`$as_echo "$ac_dir_suffix" | sed 's|/[^\\/]*|/..|g;s|/||'`
Alexandre Julliardfc6ffb22006-05-25 20:08:12 +020019232 case $ac_top_builddir_sub in
19233 "") ac_top_builddir_sub=. ac_top_build_prefix= ;;
19234 *) ac_top_build_prefix=$ac_top_builddir_sub/ ;;
19235 esac ;;
19236esac
19237ac_abs_top_builddir=$ac_pwd
19238ac_abs_builddir=$ac_pwd$ac_dir_suffix
19239# for backward compatibility:
19240ac_top_builddir=$ac_top_build_prefix
Alexandre Julliarddaa28862002-04-11 21:54:01 +000019241
19242case $srcdir in
Alexandre Julliardfc6ffb22006-05-25 20:08:12 +020019243 .) # We are building in place.
Alexandre Julliarddaa28862002-04-11 21:54:01 +000019244 ac_srcdir=.
Alexandre Julliardfc6ffb22006-05-25 20:08:12 +020019245 ac_top_srcdir=$ac_top_builddir_sub
19246 ac_abs_top_srcdir=$ac_pwd ;;
19247 [\\/]* | ?:[\\/]* ) # Absolute name.
Alexandre Julliarddaa28862002-04-11 21:54:01 +000019248 ac_srcdir=$srcdir$ac_dir_suffix;
Alexandre Julliardfc6ffb22006-05-25 20:08:12 +020019249 ac_top_srcdir=$srcdir
19250 ac_abs_top_srcdir=$srcdir ;;
19251 *) # Relative name.
19252 ac_srcdir=$ac_top_build_prefix$srcdir$ac_dir_suffix
19253 ac_top_srcdir=$ac_top_build_prefix$srcdir
19254 ac_abs_top_srcdir=$ac_pwd/$srcdir ;;
Alexandre Julliarddaa28862002-04-11 21:54:01 +000019255esac
Alexandre Julliardfc6ffb22006-05-25 20:08:12 +020019256ac_abs_srcdir=$ac_abs_top_srcdir$ac_dir_suffix
Alexandre Julliard875927f2004-01-02 01:55:29 +000019257
Alexandre Julliarddaa28862002-04-11 21:54:01 +000019258
Alexandre Julliardfc6ffb22006-05-25 20:08:12 +020019259 case $ac_mode in
19260 :F)
19261 #
19262 # CONFIG_FILE
19263 #
Alexandre Julliarde2991ea1995-07-29 13:09:43 +000019264
Alexandre Julliardf5818d22002-02-14 19:47:29 +000019265 case $INSTALL in
19266 [\\/$]* | ?:[\\/]* ) ac_INSTALL=$INSTALL ;;
Alexandre Julliardfc6ffb22006-05-25 20:08:12 +020019267 *) ac_INSTALL=$ac_top_build_prefix$INSTALL ;;
Alexandre Julliardd7d4fdf1995-12-26 15:05:24 +000019268 esac
Alexandre Julliarddaa28862002-04-11 21:54:01 +000019269_ACEOF
Alexandre Julliardfc6ffb22006-05-25 20:08:12 +020019270
Alexandre Julliardabf50482008-10-31 12:56:53 +010019271cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1
Alexandre Julliardfc6ffb22006-05-25 20:08:12 +020019272# If the template does not know about datarootdir, expand it.
19273# FIXME: This hack should be removed a few years after 2.60.
Jeremy White0ebeb532006-06-20 13:18:41 +020019274ac_datarootdir_hack=; ac_datarootdir_seen=
Alexandre Julliardabf50482008-10-31 12:56:53 +010019275ac_sed_dataroot='
19276/datarootdir/ {
Alexandre Julliardfc6ffb22006-05-25 20:08:12 +020019277 p
19278 q
19279}
19280/@datadir@/p
19281/@docdir@/p
19282/@infodir@/p
19283/@localedir@/p
Alexandre Julliard25e9e4f2009-08-10 14:27:28 +020019284/@mandir@/p'
Alexandre Julliardabf50482008-10-31 12:56:53 +010019285case `eval "sed -n \"\$ac_sed_dataroot\" $ac_file_inputs"` in
Jeremy White0ebeb532006-06-20 13:18:41 +020019286*datarootdir*) ac_datarootdir_seen=yes;;
Alexandre Julliardfc6ffb22006-05-25 20:08:12 +020019287*@datadir@*|*@docdir@*|*@infodir@*|*@localedir@*|*@mandir@*)
Alexandre Julliard25e9e4f2009-08-10 14:27:28 +020019288 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: $ac_file_inputs seems to ignore the --datarootdir setting" >&5
Alexandre Julliardabf50482008-10-31 12:56:53 +010019289$as_echo "$as_me: WARNING: $ac_file_inputs seems to ignore the --datarootdir setting" >&2;}
Alexandre Julliardfc6ffb22006-05-25 20:08:12 +020019290_ACEOF
Alexandre Julliardabf50482008-10-31 12:56:53 +010019291cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1
Alexandre Julliardfc6ffb22006-05-25 20:08:12 +020019292 ac_datarootdir_hack='
19293 s&@datadir@&$datadir&g
19294 s&@docdir@&$docdir&g
19295 s&@infodir@&$infodir&g
19296 s&@localedir@&$localedir&g
19297 s&@mandir@&$mandir&g
Alexandre Julliard25e9e4f2009-08-10 14:27:28 +020019298 s&\\\${datarootdir}&$datarootdir&g' ;;
Alexandre Julliardfc6ffb22006-05-25 20:08:12 +020019299esac
19300_ACEOF
19301
19302# Neutralize VPATH when `$srcdir' = `.'.
19303# Shell code in configure.ac might set extrasub.
19304# FIXME: do we really want to maintain this feature?
Alexandre Julliardabf50482008-10-31 12:56:53 +010019305cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1
19306ac_sed_extra="$ac_vpsub
Alexandre Julliardf5818d22002-02-14 19:47:29 +000019307$extrasub
Alexandre Julliarddaa28862002-04-11 21:54:01 +000019308_ACEOF
Alexandre Julliardabf50482008-10-31 12:56:53 +010019309cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1
Alexandre Julliardf5818d22002-02-14 19:47:29 +000019310:t
19311/@[a-zA-Z_][a-zA-Z_0-9]*@/!b
Alexandre Julliardabf50482008-10-31 12:56:53 +010019312s|@configure_input@|$ac_sed_conf_input|;t t
Alexandre Julliardfc6ffb22006-05-25 20:08:12 +020019313s&@top_builddir@&$ac_top_builddir_sub&;t t
Alexandre Julliardabf50482008-10-31 12:56:53 +010019314s&@top_build_prefix@&$ac_top_build_prefix&;t t
Alexandre Julliardfc6ffb22006-05-25 20:08:12 +020019315s&@srcdir@&$ac_srcdir&;t t
19316s&@abs_srcdir@&$ac_abs_srcdir&;t t
19317s&@top_srcdir@&$ac_top_srcdir&;t t
19318s&@abs_top_srcdir@&$ac_abs_top_srcdir&;t t
19319s&@builddir@&$ac_builddir&;t t
19320s&@abs_builddir@&$ac_abs_builddir&;t t
19321s&@abs_top_builddir@&$ac_abs_top_builddir&;t t
19322s&@INSTALL@&$ac_INSTALL&;t t
19323$ac_datarootdir_hack
Alexandre Julliardabf50482008-10-31 12:56:53 +010019324"
19325eval sed \"\$ac_sed_extra\" "$ac_file_inputs" |
19326if $ac_cs_awk_getline; then
19327 $AWK -f "$tmp/subs.awk"
19328else
19329 $AWK -f "$tmp/subs.awk" | $SHELL
19330fi >$tmp/out \
Alexandre Julliard25e9e4f2009-08-10 14:27:28 +020019331 || as_fn_error "could not create $ac_file" "$LINENO" 5
Alexandre Julliardf5818d22002-02-14 19:47:29 +000019332
Jeremy White0ebeb532006-06-20 13:18:41 +020019333test -z "$ac_datarootdir_hack$ac_datarootdir_seen" &&
19334 { ac_out=`sed -n '/\${datarootdir}/p' "$tmp/out"`; test -n "$ac_out"; } &&
Alexandre Julliardf5f37a82006-06-27 16:41:43 +020019335 { ac_out=`sed -n '/^[ ]*datarootdir[ ]*:*=/p' "$tmp/out"`; test -z "$ac_out"; } &&
Alexandre Julliard25e9e4f2009-08-10 14:27:28 +020019336 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: $ac_file contains a reference to the variable \`datarootdir'
Jeremy White0ebeb532006-06-20 13:18:41 +020019337which seems to be undefined. Please make sure it is defined." >&5
Alexandre Julliardabf50482008-10-31 12:56:53 +010019338$as_echo "$as_me: WARNING: $ac_file contains a reference to the variable \`datarootdir'
Jeremy White0ebeb532006-06-20 13:18:41 +020019339which seems to be undefined. Please make sure it is defined." >&2;}
19340
Alexandre Julliardfc6ffb22006-05-25 20:08:12 +020019341 rm -f "$tmp/stdin"
Alexandre Julliardf5818d22002-02-14 19:47:29 +000019342 case $ac_file in
Alexandre Julliardabf50482008-10-31 12:56:53 +010019343 -) cat "$tmp/out" && rm -f "$tmp/out";;
19344 *) rm -f "$ac_file" && mv "$tmp/out" "$ac_file";;
19345 esac \
Alexandre Julliard25e9e4f2009-08-10 14:27:28 +020019346 || as_fn_error "could not create $ac_file" "$LINENO" 5
Alexandre Julliardfc6ffb22006-05-25 20:08:12 +020019347 ;;
19348 :H)
19349 #
19350 # CONFIG_HEADER
19351 #
Alexandre Julliardf5818d22002-02-14 19:47:29 +000019352 if test x"$ac_file" != x-; then
Alexandre Julliardabf50482008-10-31 12:56:53 +010019353 {
19354 $as_echo "/* $configure_input */" \
19355 && eval '$AWK -f "$tmp/defines.awk"' "$ac_file_inputs"
19356 } >"$tmp/config.h" \
Alexandre Julliard25e9e4f2009-08-10 14:27:28 +020019357 || as_fn_error "could not create $ac_file" "$LINENO" 5
Alexandre Julliardabf50482008-10-31 12:56:53 +010019358 if diff "$ac_file" "$tmp/config.h" >/dev/null 2>&1; then
Alexandre Julliard25e9e4f2009-08-10 14:27:28 +020019359 { $as_echo "$as_me:${as_lineno-$LINENO}: $ac_file is unchanged" >&5
Alexandre Julliardabf50482008-10-31 12:56:53 +010019360$as_echo "$as_me: $ac_file is unchanged" >&6;}
Alexandre Julliardf5818d22002-02-14 19:47:29 +000019361 else
Alexandre Julliardabf50482008-10-31 12:56:53 +010019362 rm -f "$ac_file"
19363 mv "$tmp/config.h" "$ac_file" \
Alexandre Julliard25e9e4f2009-08-10 14:27:28 +020019364 || as_fn_error "could not create $ac_file" "$LINENO" 5
Alexandre Julliardf5818d22002-02-14 19:47:29 +000019365 fi
19366 else
Alexandre Julliardabf50482008-10-31 12:56:53 +010019367 $as_echo "/* $configure_input */" \
19368 && eval '$AWK -f "$tmp/defines.awk"' "$ac_file_inputs" \
Alexandre Julliard25e9e4f2009-08-10 14:27:28 +020019369 || as_fn_error "could not create -" "$LINENO" 5
Alexandre Julliardf5818d22002-02-14 19:47:29 +000019370 fi
Alexandre Julliardfc6ffb22006-05-25 20:08:12 +020019371 ;;
Alexandre Julliarde2991ea1995-07-29 13:09:43 +000019372
Alexandre Julliard25e9e4f2009-08-10 14:27:28 +020019373 :C) { $as_echo "$as_me:${as_lineno-$LINENO}: executing $ac_file commands" >&5
Alexandre Julliardabf50482008-10-31 12:56:53 +010019374$as_echo "$as_me: executing $ac_file commands" >&6;}
Alexandre Julliardfc6ffb22006-05-25 20:08:12 +020019375 ;;
Alexandre Julliardf5818d22002-02-14 19:47:29 +000019376 esac
Alexandre Julliarde2991ea1995-07-29 13:09:43 +000019377
Alexandre Julliardfc6ffb22006-05-25 20:08:12 +020019378
19379 case $ac_file$ac_mode in
Alexandre Julliardc4704c22006-09-22 09:33:00 +020019380 "include/stamp-h":C) echo timestamp > include/stamp-h ;;
Alexandre Julliard25e9e4f2009-08-10 14:27:28 +020019381 "dlls/gdi32/enhmfdrv":C) test -d "dlls/gdi32/enhmfdrv" || ({ $as_echo "$as_me:${as_lineno-$LINENO}: creating dlls/gdi32/enhmfdrv" >&5
Alexandre Julliardabf50482008-10-31 12:56:53 +010019382$as_echo "$as_me: creating dlls/gdi32/enhmfdrv" >&6;} && mkdir "dlls/gdi32/enhmfdrv") ;;
Alexandre Julliard25e9e4f2009-08-10 14:27:28 +020019383 "dlls/gdi32/mfdrv":C) test -d "dlls/gdi32/mfdrv" || ({ $as_echo "$as_me:${as_lineno-$LINENO}: creating dlls/gdi32/mfdrv" >&5
Alexandre Julliardabf50482008-10-31 12:56:53 +010019384$as_echo "$as_me: creating dlls/gdi32/mfdrv" >&6;} && mkdir "dlls/gdi32/mfdrv") ;;
Alexandre Julliard25e9e4f2009-08-10 14:27:28 +020019385 "dlls/kernel32/nls":C) test -d "dlls/kernel32/nls" || ({ $as_echo "$as_me:${as_lineno-$LINENO}: creating dlls/kernel32/nls" >&5
Alexandre Julliardabf50482008-10-31 12:56:53 +010019386$as_echo "$as_me: creating dlls/kernel32/nls" >&6;} && mkdir "dlls/kernel32/nls") ;;
Alexandre Julliard25e9e4f2009-08-10 14:27:28 +020019387 "dlls/user32/resources":C) test -d "dlls/user32/resources" || ({ $as_echo "$as_me:${as_lineno-$LINENO}: creating dlls/user32/resources" >&5
Alexandre Julliardabf50482008-10-31 12:56:53 +010019388$as_echo "$as_me: creating dlls/user32/resources" >&6;} && mkdir "dlls/user32/resources") ;;
Alexandre Julliard25e9e4f2009-08-10 14:27:28 +020019389 "dlls/wineps.drv/data":C) test -d "dlls/wineps.drv/data" || ({ $as_echo "$as_me:${as_lineno-$LINENO}: creating dlls/wineps.drv/data" >&5
Alexandre Julliardabf50482008-10-31 12:56:53 +010019390$as_echo "$as_me: creating dlls/wineps.drv/data" >&6;} && mkdir "dlls/wineps.drv/data") ;;
Alexandre Julliard25e9e4f2009-08-10 14:27:28 +020019391 "include/wine":C) test -d "include/wine" || ({ $as_echo "$as_me:${as_lineno-$LINENO}: creating include/wine" >&5
Alexandre Julliardabf50482008-10-31 12:56:53 +010019392$as_echo "$as_me: creating include/wine" >&6;} && mkdir "include/wine") ;;
Alexandre Julliardfc6ffb22006-05-25 20:08:12 +020019393
19394 esac
19395done # for ac_tag
19396
Alexandre Julliard87a2f8d2000-04-09 18:20:25 +000019397
Alexandre Julliard25e9e4f2009-08-10 14:27:28 +020019398as_fn_exit 0
Alexandre Julliarddaa28862002-04-11 21:54:01 +000019399_ACEOF
Alexandre Julliardf5818d22002-02-14 19:47:29 +000019400ac_clean_files=$ac_clean_files_save
Alexandre Julliarde2991ea1995-07-29 13:09:43 +000019401
Alexandre Julliardabf50482008-10-31 12:56:53 +010019402test $ac_write_fail = 0 ||
Alexandre Julliard25e9e4f2009-08-10 14:27:28 +020019403 as_fn_error "write failure creating $CONFIG_STATUS" "$LINENO" 5
Alexandre Julliardabf50482008-10-31 12:56:53 +010019404
Alexandre Julliarddaa28862002-04-11 21:54:01 +000019405
Alexandre Julliardf5818d22002-02-14 19:47:29 +000019406# configure is writing to config.log, and then calls config.status.
19407# config.status does its own redirection, appending to config.log.
19408# Unfortunately, on DOS this fails, as config.log is still kept open
19409# by configure, so config.status won't be able to write to it; its
19410# output is simply discarded. So we exec the FD to /dev/null,
19411# effectively closing config.log, so it can be properly (re)opened and
19412# appended to by config.status. When coming back to configure, we
19413# need to make the FD available again.
19414if test "$no_create" != yes; then
19415 ac_cs_success=:
Alexandre Julliarde24bcc72002-12-24 00:35:19 +000019416 ac_config_status_args=
19417 test "$silent" = yes &&
19418 ac_config_status_args="$ac_config_status_args --quiet"
Alexandre Julliardf5818d22002-02-14 19:47:29 +000019419 exec 5>/dev/null
Alexandre Julliarde24bcc72002-12-24 00:35:19 +000019420 $SHELL $CONFIG_STATUS $ac_config_status_args || ac_cs_success=false
Alexandre Julliardf5818d22002-02-14 19:47:29 +000019421 exec 5>>config.log
19422 # Use ||, not &&, to avoid exiting from the if with $? = 1, which
19423 # would make configure fail if this is the last instruction.
Alexandre Julliard25e9e4f2009-08-10 14:27:28 +020019424 $ac_cs_success || as_fn_exit $?
Alexandre Julliardf5818d22002-02-14 19:47:29 +000019425fi
Alexandre Julliardabf50482008-10-31 12:56:53 +010019426if test -n "$ac_unrecognized_opts" && test "$enable_option_checking" != no; then
Alexandre Julliard25e9e4f2009-08-10 14:27:28 +020019427 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: unrecognized options: $ac_unrecognized_opts" >&5
Alexandre Julliardabf50482008-10-31 12:56:53 +010019428$as_echo "$as_me: WARNING: unrecognized options: $ac_unrecognized_opts" >&2;}
19429fi
Alexandre Julliarde2991ea1995-07-29 13:09:43 +000019430
Alexandre Julliarddaa28862002-04-11 21:54:01 +000019431
Alexandre Julliarde3bd1112006-09-21 11:14:38 +020019432if test "$no_create" = "yes"
19433then
19434 exit 0
19435fi
19436
Alexandre Julliardf9dec942007-07-10 15:14:15 +020019437ac_save_IFS="$IFS"
Alexandre Julliarda41f0f12008-01-07 14:51:44 +010019438if test "x$wine_notices != "x; then
19439 echo >&6
Rafał Mużyło4736c992008-10-20 21:43:21 +020019440 IFS="|"
Alexandre Julliardf9dec942007-07-10 15:14:15 +020019441 for msg in $wine_notices; do
Rafał Mużyło4736c992008-10-20 21:43:21 +020019442 IFS="$ac_save_IFS"
Alexandre Julliardf9dec942007-07-10 15:14:15 +020019443 if test -n "$msg"; then
Alexandre Julliard25e9e4f2009-08-10 14:27:28 +020019444 { $as_echo "$as_me:${as_lineno-$LINENO}: $msg" >&5
Alexandre Julliardabf50482008-10-31 12:56:53 +010019445$as_echo "$as_me: $msg" >&6;}
Alexandre Julliardf9dec942007-07-10 15:14:15 +020019446 fi
19447 done
19448fi
Rafał Mużyło4736c992008-10-20 21:43:21 +020019449IFS="|"
Alexandre Julliardf9dec942007-07-10 15:14:15 +020019450for msg in $wine_warnings; do
Rafał Mużyło4736c992008-10-20 21:43:21 +020019451 IFS="$ac_save_IFS"
Alexandre Julliardf9dec942007-07-10 15:14:15 +020019452 if test -n "$msg"; then
19453 echo >&2
Alexandre Julliard25e9e4f2009-08-10 14:27:28 +020019454 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: $msg" >&5
Alexandre Julliardabf50482008-10-31 12:56:53 +010019455$as_echo "$as_me: WARNING: $msg" >&2;}
Detlef Riekenberge84a3822006-08-21 05:28:17 +020019456 fi
Alexandre Julliardf9dec942007-07-10 15:14:15 +020019457done
19458IFS="$ac_save_IFS"
Francois Gouget99d026f2005-03-19 17:08:18 +000019459
Alexandre Julliarda41f0f12008-01-07 14:51:44 +010019460echo "
19461$as_me: Finished. Do '${ac_make} depend && ${ac_make}' to compile Wine.
19462" >&6
Alexandre Julliarde2991ea1995-07-29 13:09:43 +000019463